:root {
  color-scheme: light;
  --ink: #162a33;
  --muted: #50616b;
  --paper: #f7f6f0;
  --line: #d8ded8;
  --green: #285f58;
  --cream: #e7eddf;
  --warm: #dcad72;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; }
a { color: var(--green); text-underline-offset: .18em; }
a:hover { color: #17483f; }
a:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; border-radius: 2px; }
.site-shell { width: min(100%, 1320px); min-height: 100vh; margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem); display: flex; flex-direction: column; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); font-size: 1.1rem; font-weight: 750; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: .7rem; background: var(--ink); color: var(--cream); font-size: .83rem; letter-spacing: -.045em; }
.site-nav { display: flex; flex-wrap: wrap; gap: clamp(.8rem, 2vw, 1.8rem); }
.site-nav a { color: var(--muted); font-size: .92rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--warm); text-decoration-thickness: 2px; text-underline-offset: .38em; }
main { flex: 1; }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: clamp(4.5rem, 9vw, 9rem) 0 clamp(4rem, 8vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.45rem; color: var(--green); font-size: .78rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.status-dot { width: .58rem; height: .58rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 .3rem #dcebe3; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.2vw, 6.2rem); font-weight: 500; letter-spacing: -.065em; line-height: 1.04; }
h1 em { color: var(--green); font-weight: 500; }
.intro, .lead { max-width: 39rem; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.26rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.15rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3.05rem; padding: .73rem 1.25rem; border: 1px solid var(--ink); border-radius: .45rem; font-size: .92rem; font-weight: 700; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--green); color: #fff; }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: #e9eee7; color: var(--ink); }
.small-note { max-width: 36rem; margin: 1.35rem 0 0; color: var(--muted); font-size: .82rem; }
.hero-art { position: relative; min-height: 370px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; inset: 4% 0; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #d6e5d8, #eef1e8 62%, transparent 68%); }
.art-board { position: relative; width: min(75%, 320px); aspect-ratio: 1; transform: rotate(-12deg); border: 14px solid var(--ink); border-radius: 2rem; background: #e8eddf; box-shadow: 19px 24px 0 #bfcfc1; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; padding: .7rem; }
.art-cell { border: 2px solid #a6beb0; border-radius: .6rem; background: #e3eadf; }
.art-cell-one { background: #b7d2bf; }.art-cell-four { background: #cfdbc8; }
.art-token { position: absolute; width: 4.3rem; aspect-ratio: 1; border: .6rem solid #f7f6f0; border-radius: 50%; box-shadow: 0 7px 15px #162a3328; }
.art-token-one { top: 17%; left: 16%; background: var(--green); }.art-token-two { bottom: 13%; right: 13%; background: var(--warm); }
.art-caption { position: absolute; right: 0; bottom: 0; padding: .5rem .8rem; border-radius: .4rem; background: var(--paper); color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-style: italic; transform: rotate(5deg); }
.info-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2.4rem 0 3.4rem; border-top: 1px solid var(--line); }
.strip-label { margin-bottom: .5rem; color: var(--green); font-size: .76rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.info-strip h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.3vw, 2.2rem); font-weight: 500; letter-spacing: -.03em; }
.info-strip > p { max-width: 34rem; margin: .15rem 0 0; color: var(--muted); }
.content-page { max-width: 780px; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.content-page h1 { font-size: clamp(3rem, 6vw, 5rem); }
.content-page h2 { margin: 2.2rem 0 .65rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.025em; }
.content-page p, .content-page li { max-width: 68ch; color: var(--muted); }
.content-page .lead { margin-bottom: 2.2rem; }
.content-page a { overflow-wrap: anywhere; }
.privacy-page { max-width: 880px; }
.privacy-page section { border-top: 1px solid var(--line); margin-top: 2.2rem; padding-top: .15rem; }
.privacy-page ul { padding-left: 1.3rem; }
.privacy-page li { margin-bottom: .85rem; }
.privacy-page strong { color: var(--ink); }
.privacy-page address { color: var(--muted); font-style: normal; line-height: 1.8; }
.contact-card { padding: 1.6rem 1.8rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.contact-card h2 { margin-top: 0; }
.contact-card p { margin-bottom: 0; }
.back-link { margin-top: 2.6rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .83rem; }
.site-footer div { display: flex; gap: 1.25rem; }
.site-footer a { color: var(--muted); }
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-art { min-height: 300px; max-width: 460px; width: 100%; margin: auto; }
  .info-strip { grid-template-columns: 1fr; gap: .65rem; }
}
@media (max-width: 520px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-nav { width: 100%; justify-content: space-between; }
  .hero-art { min-height: 250px; }
  .art-board { border-width: 10px; border-radius: 1.4rem; }
  .art-token { width: 3.4rem; border-width: .45rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
