:root {
  --ink: #07130f;
  --ink-2: #10251e;
  --forest: #063f32;
  --emerald: #08775c;
  --emerald-bright: #16b887;
  --lime: #c7ff43;
  --gold: #e5ba62;
  --gold-light: #f7d994;
  --coral: #ff695f;
  --orange: #ff9b42;
  --violet: #8d62ff;
  --plum: #4d143f;
  --cream: #f8f4e9;
  --paper: #fffdf7;
  --muted: #65716b;
  --line: rgba(7, 19, 15, .14);
  --shadow: 0 28px 70px rgba(7, 19, 15, .16);
  --shadow-soft: 0 14px 40px rgba(7, 19, 15, .10);
  --radius: 26px;
  --radius-sm: 15px;
  --shell: 1320px;
  --header-height: 82px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, ul, ol, blockquote { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h2 { font-size: clamp(2.65rem, 5.2vw, 5.7rem); }
h3 { line-height: 1.18; }
::selection { color: var(--ink); background: var(--gold-light); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.section { padding: clamp(76px, 10vw, 150px) 0; position: relative; }
.section-dark { color: #fff; background: var(--ink); overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; right: -230px; top: -280px; background: radial-gradient(circle, rgba(22,184,135,.28), transparent 68%); pointer-events: none; }
.section-plum { color: #fff; background: linear-gradient(145deg, #260c23, #551444 60%, #2b0c27); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--emerald); }
.section-heading { max-width: 790px; }
.section-heading h2 { margin-bottom: 24px; }
.section-heading p { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.section-dark .section-heading p, .section-plum .section-heading p { color: rgba(255,255,255,.68); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.heading-row .section-heading { margin-bottom: 0; }
.heading-row > .text-link { margin-bottom: 8px; flex: 0 0 auto; }
.button { min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-size: .82rem; font-weight: 800; letter-spacing: .055em; line-height: 1.1; text-align: center; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #1b160b; background: linear-gradient(135deg, #f6dc9b, #d5a74f); box-shadow: 0 12px 30px rgba(213,167,79,.24); }
.button-gold:hover { box-shadow: 0 18px 38px rgba(213,167,79,.38); }
.button-emerald { color: #fff; background: linear-gradient(135deg, var(--emerald), #0aa579); box-shadow: 0 12px 30px rgba(8,119,92,.22); }
.button-ink { color: #fff; background: var(--ink); }
.button-plum { color: #fff; background: linear-gradient(135deg, #7c235f, #b53d82); }
.button-small { min-height: 43px; padding: 0 18px; font-size: .72rem; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.dark { color: var(--ink); }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: .77rem; font-weight: 800; text-transform: uppercase; }
.ui-icon { width: 24px; height: 24px; object-fit: contain; }
.icon-button { width: 47px; height: 47px; border: 1px solid var(--line); border-radius: 50%; display: inline-grid; place-items: center; background: #fff; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.icon-button:hover { transform: translateY(-3px) rotate(-3deg); background: var(--lime); }
.icon-orb { width: 57px; height: 57px; border-radius: 18px; display: inline-grid; place-items: center; color: var(--ink); }
.orb-lime { background: var(--lime); }
.orb-coral { background: var(--coral); }
.orb-violet { background: var(--violet); }
.orb-gold { background: var(--gold); }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.demo-notice { min-height: 38px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: #3f1855; font-size: .75rem; font-weight: 700; text-align: center; }
.demo-notice a { color: var(--lime); text-decoration: underline; }

@media (max-width: 980px) {
  :root { --header-height: 72px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding: 86px 0; }
  .heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.35rem, 13vw, 3.8rem); }
  .section-heading h2 { margin-bottom: 18px; }
  .button { min-height: 48px; padding: 0 20px; }
  .demo-notice { align-items: flex-start; flex-direction: column; gap: 0; padding: 8px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
