/* ============================================================
   Luckee AI overseas marketing site
   Static English-only child app for Amazon operators.
   Fonts are loaded in each HTML head so CSS parsing is not
   blocked by @import.
   ============================================================ */

/* ============================================================
   1 · TOKENS
   ============================================================ */
:root {
  /* ---- Brand greens ---- */
  --forest-900: #16241D;   /* deepest — hero / footer / dark bands */
  --forest-850: #1C2B1D;
  --forest-800: #233324;
  --forest-700: #324933;
  --forest-600: #3E5B3F;   /* primary */
  --forest-500: #4D704E;
  --forest-400: #6E926F;
  --forest-300: #9CBF9D;
  --forest-100: #D9E8DA;   /* accent / hover */
  --forest-050: #EDF4ED;

  /* ---- Oat / neutrals ---- */
  --oat-100: #FAF8F5;      /* page canvas */
  --oat-200: #F5F1EA;      /* secondary surface */
  --oat-250: #EEEBE7;      /* rails */
  --oat-400: #E4DED4;
  --card: #FFFFFF;
  --neutral-900: #2E2E2E;  /* text */
  --neutral-700: #4A4A4A;
  --muted: #6B6B66;
  --border: #E0E0E0;
  --border-soft: #EBE7E0;

  /* ---- Status ---- */
  --success-600: #059467;  --success-bg: #E8F6EF;
  --warning-600: #DB7706;  --warning-bg: #FCF1E2;
  --error-600:  #DC2828;   --error-bg:  #FBEAEA;
  --info-600:   #2563EB;   --info-bg:   #EAF1FE;
  --neutral-bg: #F0EEE9;

  /* ---- Label palette ---- */
  --label-ink: #16241D;
  --label-ink-soft: #233324;
  --label-gold: #D4B25A;
  --label-gold-soft: #E9D8A0;
  --label-gold-pale: #F3E8C5;
  --label-sage: #CDD9BF;
  --label-forest: #324933;
  --label-on-dark: #F6E7B0;
  --label-critical-fill: rgba(220,40,40,.12);
  --label-critical-text: #9F1D1D;
  --label-critical-border: rgba(220,40,40,.18);
  --label-shadow: 0 10px 22px -16px rgba(28,43,29,.16);

  /* ---- Premium accent (gold) ---- */
  --gold: #C9A84C;
  --gold-light: #E8C96A;

  /* ---- Type ---- */
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans: 'Montserrat', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;

  /* ---- Radius ---- */
  --r-input: 14px;
  --r-card: 20px;
  --r-sheet: 28px;
  --r-pill: 9999px;
  --r-sm: 10px;
  --r-frame: 18px;

  /* ---- Shadow ---- */
  --sh-sm: 0 2px 8px rgba(28,43,29,.05);
  --sh-md: 0 4px 24px rgba(28,43,29,.07);
  --sh-lg: 0 8px 40px rgba(28,43,29,.10);
  --sh-brand: 0 10px 28px -8px rgba(61,90,62,.34);
  --sh-card: 0 1px 2px rgba(28,43,29,.05), 0 8px 28px -12px rgba(28,43,29,.18);
  --sh-card-hover: 0 2px 4px rgba(28,43,29,.06), 0 24px 56px -20px rgba(28,43,29,.34);
  --sh-float: 0 36px 90px -34px rgba(0,0,0,.62), 0 0 0 1px rgba(217,232,218,.10) inset;

  /* ---- Hairlines ---- */
  --hair: rgba(28,43,29,.08);
  --hair-dark: rgba(217,232,218,.14);

  /* ---- Motion ---- */
  --ease: cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(.22,.61,.36,1);

  /* ---- Rhythm ---- */
  --maxw: 1180px;
  --band-pad: 92px;
  --band-pad-sm: 64px;
  --anchor-offset: 96px;
}

/* ============================================================
   2 · RESET + BASE
   ============================================================ */
* { box-sizing: border-box; }
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
main[id],
main [id] {
  scroll-margin-top: var(--anchor-offset);
}
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--neutral-900);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(61,90,62,.05), transparent 55%),
    radial-gradient(90% 60% at 0% 100%, rgba(201,168,76,.045), transparent 50%),
    var(--oat-100);
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.6;
  letter-spacing: .002em;
  min-height: 100vh;
  overflow-x: hidden;
}
main { overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }

/* Grain overlay utility (for dark blocks) */
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* ============================================================
   3 · TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.01em;
  line-height: 1.08; margin: 0; color: var(--neutral-900);
}
h1 { font-size: clamp(2.6rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 600; }
ul { margin: 0; padding: 0; }

.serif { font-family: var(--serif); }
.serif-accent { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--forest-600); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.muted { color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--forest-600);
}
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: currentColor; opacity: .55; display: inline-block;
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.on-dark { color: var(--forest-300); }

.lead {
  font-size: 1.18rem; color: var(--neutral-700); line-height: 1.62; max-width: 52ch;
}

/* ============================================================
   4 · LAYOUT — wrap / sections / bands / seams
   ============================================================ */
.wrap { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; }
.section { padding: var(--band-pad) 0; position: relative; }
.section-sm { padding: var(--band-pad-sm) 0; }

/* Bands — alternating surfaces with rhythm */
.band { position: relative; background: var(--oat-200); }
.band-white { background: var(--card); }
.band-soft { background: var(--oat-250); }

/* Deep-forest band — hero / workspace / final CTA */
.band-dark {
  position: relative; background: var(--forest-900); color: var(--oat-100); overflow: hidden;
}
.band-dark h1, .band-dark h2, .band-dark h3, .band-dark h4 { color: var(--oat-100); }
.band-dark .muted, .band-dark .lead { color: var(--forest-300); }
.band-dark .eyebrow { color: var(--forest-300); }
.band-dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(58% 70% at 12% -8%, rgba(77,112,78,.42), transparent 60%),
    radial-gradient(50% 64% at 100% 116%, rgba(201,168,76,.12), transparent 58%);
}
.band-dark > .wrap { position: relative; z-index: 1; }

/* Hairline between adjacent light bands */
.band-rule { border: 0; height: 1px; background: var(--hair); margin: 0; }

/* ============================================================
   5 · SHARED SECTION HEADER
   ============================================================ */
.section-head {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px 56px;
  align-items: end; margin-bottom: 52px;
}
.section-head > div { max-width: 30ch; }
.section-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px;
  font-family: var(--sans); font-weight: 600; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--forest-600);
}
.section-kicker::before {
  content: ""; width: 22px; height: 1px; background: currentColor; opacity: .55; display: inline-block;
}
.section-title { margin: 0; }
.section-title em { font-family: var(--serif); font-style: italic; color: var(--forest-600); }
.section-copy { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.68; }
.band-dark .section-copy { color: var(--forest-300); }

/* center variant */
.section-head.center { grid-template-columns: 1fr; justify-items: center; text-align: center; max-width: 760px; margin-inline: auto; }
.section-head.center > div { max-width: none; }
.section-head.center .section-kicker { justify-content: center; }
.section-head.stack { grid-template-columns: 1fr; gap: 18px; }
.section-head.stack > div { max-width: 24ch; }

/* ============================================================
   6 · BUTTONS  (always pill)
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: .92rem;
  height: 46px; padding: 0 24px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .16s var(--ease), background .16s var(--ease),
              box-shadow .16s var(--ease), color .16s var(--ease), border-color .16s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(.98); }
.btn svg { flex-shrink: 0; }
.btn-lg { height: 54px; padding: 0 30px; font-size: 1rem; }
.btn-sm { height: 38px; padding: 0 16px; font-size: .85rem; }

.btn-primary { background: var(--forest-600); color: var(--oat-100); box-shadow: var(--sh-brand); }
.btn-primary:hover { background: var(--forest-700); box-shadow: 0 14px 34px -8px rgba(61,90,62,.45); }
.btn-outline { background: transparent; border-color: rgba(61,90,62,.3); color: var(--forest-700); }
.btn-outline:hover { background: var(--forest-050); border-color: var(--forest-600); }
.btn-ghost { background: transparent; color: var(--neutral-700); }
.btn-ghost:hover { background: var(--oat-250); }
.btn-gold { background: var(--gold); color: var(--forest-900); }
.btn-gold:hover { background: var(--gold-light); }

/* on dark surfaces (dark bands + every dark hero section across the site) */
.band-dark .btn-outline,
.home-hero .btn-outline,
.wb-hero .btn-outline,
.oa-hero .btn-outline,
.ad-hero .btn-outline,
.aa-hero .btn-outline,
.ca-hero .btn-outline,
.ig-hero .btn-outline,
.listing-hero .btn-outline,
.btn-on-dark-outline {
  border-color: rgba(217,232,218,.55); color: var(--oat-100); background: rgba(217,232,218,.05);
}
.band-dark .btn-outline:hover,
.home-hero .btn-outline:hover,
.wb-hero .btn-outline:hover,
.oa-hero .btn-outline:hover,
.ad-hero .btn-outline:hover,
.aa-hero .btn-outline:hover,
.ca-hero .btn-outline:hover,
.ig-hero .btn-outline:hover,
.listing-hero .btn-outline:hover,
.btn-on-dark-outline:hover {
  background: rgba(217,232,218,.14); border-color: var(--forest-100); color: var(--oat-100);
}
.btn-light { background: var(--oat-100); color: var(--forest-800); }
.btn-light:hover { background: #fff; }
.btn-block { width: 100%; }

/* ============================================================
   7 · CHIPS / TAGS / BADGES / LISTS  (shared primitives)
   ============================================================ */
.tag {
  display: inline-flex; align-items: center; height: 24px; padding: 0 11px; border-radius: var(--r-pill);
  font-size: .72rem; font-weight: 600; letter-spacing: .04em; font-family: var(--sans);
  background: var(--label-gold-pale); color: var(--label-ink); border: 1px solid rgba(22,36,29,.10); box-shadow: var(--label-shadow);
}
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: var(--r-pill);
  font-size: .74rem; font-weight: 600; background: var(--label-gold-pale); color: var(--label-ink);
  border: 1px solid rgba(22,36,29,.10); box-shadow: var(--label-shadow);
}
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--label-ink-soft); }
.chip {
  display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px;
  border-radius: var(--r-pill); font-size: .72rem; font-weight: 600; font-family: var(--sans);
  line-height: 1; white-space: nowrap;
}
.risk-chip, .risk-high { background: var(--label-forest); color: var(--label-on-dark); }
.risk-med { background: var(--label-gold); color: var(--label-ink); }
.risk-low { background: var(--label-sage); color: var(--label-ink); }

.list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.list li { display: flex; gap: 12px; align-items: flex-start; color: var(--neutral-700); line-height: 1.55; }
.check {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; margin-top: 1px;
  display: grid; place-items: center; background: var(--forest-050); color: var(--forest-600);
  border: 1px solid var(--forest-100); font-size: .78rem; font-weight: 700;
}

/* ============================================================
   8 · ICON TILE  (shared)
   ============================================================ */
.b-tile {
  width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--forest-050), var(--card));
  border: 1px solid var(--forest-100); color: var(--forest-600);
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset;
  font-family: var(--serif); font-size: 1.4rem;
}
.band-dark .b-tile {
  background: rgba(217,232,218,.08); border-color: var(--hair-dark); color: var(--forest-100);
}

/* ============================================================
   9 · CARDS
   ============================================================ */
.tile {
  background: var(--card); border: 1px solid var(--hair); border-radius: var(--r-card);
  box-shadow: var(--sh-card); padding: 30px; position: relative;
  transition: transform .32s var(--ease-out), box-shadow .32s var(--ease-out), border-color .32s var(--ease-out);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--sh-card-hover); border-color: rgba(62,91,63,.22); }
.tile h3 { margin: 0 0 8px; }
.tile p { color: var(--muted); font-size: .95rem; line-height: 1.62; margin: 0; }

/* ============================================================
   10 · SKIP LINK + A11Y
   ============================================================ */
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 60;
  background: var(--forest-800); color: var(--oat-100); padding: 10px 14px; border-radius: 10px;
  font-size: .85rem; font-weight: 600; transition: top .2s var(--ease);
}
.skip-link:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--forest-600); outline-offset: 2px; border-radius: 6px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
.band-dark :focus-visible, .site-footer :focus-visible { outline-color: var(--oat-100); }

/* ============================================================
   11 · TOP NAVIGATION  (+ mega menu)
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250,248,245,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.nav {
  min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--serif); font-size: 1.32rem; color: var(--forest-800); letter-spacing: -.01em;
}
.brand-mark {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px;
  /* url() is resolved relative to this stylesheet (always at /luckee-site/),
     so this path is correct for every page regardless of folder depth. */
  background: url("../assets/luckee-logo.svg") center / cover no-repeat;
  box-shadow: var(--sh-brand);
}
.brand-mark.up { background-image: url("../assets/luckee-logo.svg"); }

.nav-list {
  display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0; list-style: none;
}
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 14px; border-radius: var(--r-pill);
  font-size: .9rem; font-weight: 500; color: var(--neutral-700);
  transition: color .15s, background .15s, box-shadow .15s, transform .15s;
}
.nav-item:hover > .nav-link,
.nav-item:focus-within > .nav-link,
.nav-item.open-tap > .nav-link,
.nav-item.mega-open > .nav-link,
.nav-link:hover {
  color: var(--oat-100);
  background: var(--forest-600);
  box-shadow: 0 12px 28px -14px rgba(61,90,62,.55);
}

/* invisible hover bridge so the mega menu doesn't flicker */
.nav-item::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: min(620px, calc(100vw - 48px)); height: 18px;
}
.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: min(640px, calc(100vw - 48px));
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--r-card);
  box-shadow: var(--sh-lg); padding: 14px; z-index: 45;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility .2s;
}
.nav-item:hover .mega, .nav-item:focus-within .mega, .nav-item.open-tap .mega, .nav-item.mega-open .mega {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.mega a {
  display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border-radius: 14px;
  border: 1px solid transparent; transition: background .15s, border-color .15s;
}
.mega a:hover { background: var(--forest-050); border-color: var(--forest-100); }
.mega a strong { font-size: .92rem; font-weight: 600; color: var(--forest-800); }
.mega a span { font-size: .8rem; color: var(--muted); line-height: 1.5; }

.nav-actions { display: inline-flex; align-items: center; gap: 10px; }

/* mobile nav toggle (hidden on desktop) */
.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border-soft);
  background: var(--card); cursor: pointer; align-items: center; justify-content: center; color: var(--forest-700);
}
.nav-toggle svg { pointer-events: none; }

/* ============================================================
   12 · HOME HERO  (dark forest signature)
   ============================================================ */
.home-hero {
  --home-hero-bg: url("../assets/luckee-home/hero-bg-global-saas-desktop.jpg");
  position: relative;
  background: var(--forest-900) var(--home-hero-bg) center / cover no-repeat;
  color: var(--oat-100);
  overflow: hidden; padding: 64px 0 60px;
}
.home-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: transparent;
}
.home-hero > .grain-layer { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .24; }
.home-hero .home-hero-grid { position: relative; z-index: 2; }
.home-hero-grid {
  display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1.06fr);
  gap: 60px; align-items: center;
}
.home-hero .eyebrow { color: var(--forest-300); }
.home-hero .eyebrow .pulse { position: relative; width: 8px; height: 8px; }
.home-hero .eyebrow .pulse::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--gold-light); }
.home-hero .eyebrow .pulse::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid rgba(232,201,106,.5); animation: ping 2.4s var(--ease-out) infinite;
}
@keyframes ping { 0% { transform: scale(.6); opacity: .9; } 80%, 100% { transform: scale(1.5); opacity: 0; } }

.home-hero h1 {
  color: var(--oat-100); margin: 22px 0 0; max-width: 16ch;
  font-size: clamp(2.7rem, 5.2vw, 4.4rem); line-height: 1.02; letter-spacing: -.02em;
}
.home-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold-light); }
.home-hero .lead { color: var(--forest-300); font-size: 1.18rem; line-height: 1.64; max-width: 50ch; margin: 24px 0 0; }
.home-hero .lead strong { color: var(--oat-100); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.proof-row { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 30px; }
.proof {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--forest-300);
  background: rgba(217,232,218,.07); border: 1px solid var(--hair-dark);
  padding: 8px 14px; border-radius: var(--r-pill);
}
.proof::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0;
}

/* ---- floating dashboard device card ---- */
.home-visual { position: relative; }
.home-visual::before {
  content: ""; position: absolute; inset: -8% -6% -12% -4%;
  background: radial-gradient(60% 60% at 70% 28%, rgba(201,168,76,.16), transparent 70%);
  filter: blur(10px); z-index: 0; pointer-events: none;
}
.dashboard-mock {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 146px 1fr;
  background: var(--card); border: 1px solid rgba(217,232,218,.06); border-radius: 22px;
  box-shadow: 0 22px 52px -34px rgba(0,0,0,.44), 0 0 0 1px rgba(217,232,218,.04) inset;
  overflow: hidden;
  font-size: 12px;
}
.dash-sidebar {
  background: var(--forest-850); color: var(--forest-300); padding: 13px 11px;
  display: flex; flex-direction: column; gap: 11px;
}
.dash-logo { display: flex; align-items: center; gap: 8px; color: var(--oat-100); }
.dash-logo span {
  width: 23px; height: 23px; border-radius: 7px; background: var(--forest-600); color: var(--oat-100);
  display: grid; place-items: center; font-family: var(--serif); font-size: .9rem;
}
.dash-logo b { font-family: var(--serif); font-weight: 400; font-size: .98rem; letter-spacing: .01em; }
.dash-sidebar nav { display: flex; flex-direction: column; gap: 1px; }
.dash-sidebar nav span {
  display: flex; align-items: center; gap: 8px; padding: 6px 9px; border-radius: 8px;
  font-size: .74rem; font-weight: 500; color: var(--forest-300);
}
.dash-sidebar nav span.active { background: rgba(217,232,218,.12); color: var(--oat-100); font-weight: 600; }
.dash-sidebar nav span i {
  margin-left: auto; font-style: normal; font-size: .62rem; font-weight: 700;
  background: var(--gold); color: var(--forest-900); border-radius: 999px; padding: 1px 6px;
}
.dash-config { display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 11px; border-top: 1px solid var(--hair-dark); }
.dash-config b {
  font-family: var(--sans); font-weight: 700; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--forest-400); margin-bottom: 3px;
}
.dash-config span { font-size: .72rem; color: var(--forest-300); padding: 4px 9px; border-radius: 7px; }

.dash-main { padding: 14px 16px; background: var(--card); color: var(--neutral-900); display: flex; flex-direction: column; gap: 11px; }
.dash-head span { font-size: .66rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.dash-head h2 { font-size: 1.2rem; margin: 3px 0 2px; }
.dash-head p { font-size: .72rem; color: var(--muted); margin: 0; }
.decision-panel {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(220,40,40,.06), rgba(220,40,40,.02));
  border: 1px solid rgba(220,40,40,.12); border-radius: 16px; padding: 16px 16px 14px 18px;
  display: flex; flex-direction: column; gap: 14px;
}
.decision-panel__accent {
  position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--error-600);
}
.decision-panel__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
}
.decision-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--label-critical-fill); color: var(--label-critical-text); border: 1px solid var(--label-critical-border); border-radius: 999px;
  padding: 4px 9px; font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: none;
}
.decision-panel__head h3 { font-size: 1.02rem; margin: 10px 0 3px; color: var(--neutral-900); }
.decision-panel__head p { margin: 0; font-size: .69rem; line-height: 1.45; color: var(--muted); max-width: 28ch; }
.decision-evidence {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  min-height: 34px; padding: 0 12px; border-radius: 10px;
  background: rgba(61,91,63,.08); color: var(--forest-700); border: 1px solid rgba(61,91,63,.14);
  font-size: .67rem; font-weight: 700; text-decoration: none;
}
.decision-evidence:hover { background: rgba(61,91,63,.12); border-color: rgba(61,91,63,.24); }
.decision-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.decision-metrics article {
  background: var(--card); border: 1px solid var(--hair); border-radius: 11px; padding: 9px 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.decision-metrics article span { font-size: .6rem; color: var(--muted); }
.decision-metrics article strong { font-size: .72rem; color: var(--neutral-900); line-height: 1.35; }
.decision-metrics__wide { grid-column: 1 / -1; }
.decision-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.decision-monitor {
  margin-right: auto; font-size: .61rem; color: var(--muted);
}
.decision-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: 0 12px; border-radius: 10px; text-decoration: none; font-size: .66rem; font-weight: 700;
}
.decision-btn-secondary {
  background: var(--card); color: var(--neutral-700); border: 1px solid var(--border);
}
.decision-btn-secondary:hover { background: var(--oat-100); }
.decision-btn-primary {
  background: var(--forest-600); color: var(--oat-100); box-shadow: var(--sh-brand);
}
.decision-btn-primary:hover { background: var(--forest-700); }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.dash-stats article {
  background: var(--oat-100); border: 1px solid var(--hair); border-radius: 11px; padding: 8px 9px;
  display: flex; flex-direction: column; gap: 1px;
}
.dash-stats article span { font-size: .62rem; color: var(--muted); line-height: 1.25; }
.dash-stats article strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.1; color: var(--forest-700); }
.dash-stats article em { font-size: .58rem; font-style: normal; color: var(--forest-500); }
.dash-section-title h3 { font-size: .92rem; }
.dash-section-title p { font-size: .7rem; color: var(--muted); margin: 1px 0 0; }
.workspace-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.workspace-grid article {
  background: var(--oat-100); border: 1px solid var(--hair); border-radius: 11px; padding: 9px 10px;
  display: flex; flex-direction: column; gap: 2px;
}
.workspace-grid article b { font-size: .7rem; font-weight: 600; font-family: var(--mono); color: var(--neutral-900); }
.workspace-grid article span { font-size: .62rem; color: var(--forest-600); font-weight: 600; }
.workspace-grid article strong { font-family: var(--serif); font-size: 1rem; color: var(--forest-700); line-height: 1; }
.workspace-grid article strong small { font-family: var(--sans); font-size: .56rem; font-weight: 600; color: var(--muted); margin-left: 4px; }
.workspace-grid article p { font-size: .64rem; color: var(--muted); margin: 0; line-height: 1.35; }
.dash-bottom { display: grid; grid-template-columns: 1fr; gap: 10px; }
.dash-bottom section h3 { font-size: .8rem; margin-bottom: 6px; }
.task-row, .outcome-row {
  background: var(--oat-100); border: 1px solid var(--hair); border-radius: 11px; padding: 8px 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.task-row b, .outcome-row b { font-size: .68rem; font-weight: 600; }
.task-row p, .outcome-row p { font-size: .62rem; color: var(--muted); margin: 0; line-height: 1.4; }
.pill-live {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 5px;
  font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--success-600); background: var(--success-bg); padding: 2px 8px; border-radius: 999px;
}
.pill-live::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--success-600); animation: pulseDot 1.2s infinite var(--ease); }
@keyframes pulseDot { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.progress { height: 5px; border-radius: 999px; background: var(--oat-250); overflow: hidden; }
.progress span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--forest-500), var(--forest-700)); }

/* ---- hero: real product screenshot in a browser frame ---- */
.hero-device {
  position: relative; z-index: 1;
  background: rgba(255,255,255,.05); backdrop-filter: blur(10px);
  border: 1px solid var(--hair-dark); border-radius: var(--r-sheet);
  box-shadow: var(--sh-float); overflow: hidden;
}
.hero-device-bar {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  border-bottom: 1px solid var(--hair-dark); background: rgba(0,0,0,.16);
}
.hd-dots { display: flex; gap: 6px; flex-shrink: 0; }
.hd-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.hd-dots i:nth-child(1) { background: #e06c5e; }
.hd-dots i:nth-child(2) { background: #e0bd5e; }
.hd-dots i:nth-child(3) { background: #7fae80; }
.hd-url {
  font-family: var(--mono); font-size: .72rem; color: var(--forest-300);
  background: rgba(0,0,0,.20); padding: 4px 13px; border-radius: var(--r-pill);
}
.hd-live {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: .7rem; font-weight: 600; color: var(--forest-300); white-space: nowrap;
}
.hd-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success-600); animation: pulseDot 1.2s infinite var(--ease); }
.hero-device img { width: 100%; height: auto; display: block; }
.hero-device-caption {
  display: flex; align-items: flex-start; gap: 9px; margin-top: 18px;
  font-size: .84rem; line-height: 1.5; color: var(--forest-300); max-width: 46ch;
}
.hero-device-caption .hdc-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light);
  flex-shrink: 0; margin-top: 6px;
}

/* ============================================================
   13 · GRIDS
   ============================================================ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ============================================================
   14 · FEATURES SECTION
   ============================================================ */
.feature-stack { display: flex; flex-direction: column; gap: 54px; }
.feature-row {
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px 56px; align-items: center;
}
.feature-row-reverse .feature-copy { order: 2; }
.feature-row-reverse .feature-visual { order: 1; }
.feature-copy h3 { font-size: 2rem; margin: 16px 0 12px; }
.feature-copy p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.feature-pill {
  display: inline-flex; align-items: center; min-height: 30px; padding: 0 13px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--label-ink); box-shadow: var(--label-shadow);
}
.feature-pill-forest { background: var(--label-gold); }
.feature-pill-blue { background: var(--label-gold-soft); }
.feature-pill-plum { background: var(--label-sage); }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 22px 0 0; padding: 0; }
.feature-list li {
  position: relative; padding-left: 16px; color: var(--neutral-700); font-size: .94rem; line-height: 1.6;
}
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%;
  background: var(--forest-500);
}
.feature-visual { min-width: 0; }
.feature-inbox-shot {
  display: grid; grid-template-columns: 132px 1fr;
  background: var(--card); border: 1px solid rgba(217,232,218,.12); border-radius: 24px;
  box-shadow: 0 28px 66px -32px rgba(28,43,29,.28), 0 0 0 1px rgba(217,232,218,.14) inset;
  overflow: hidden;
}
.feature-inbox-sidebar {
  background: var(--forest-850); color: var(--forest-300); padding: 13px 11px;
  display: flex; flex-direction: column; gap: 11px;
}
.feature-inbox-logo { display: flex; align-items: center; gap: 8px; color: var(--oat-100); }
.feature-inbox-logo span {
  width: 23px; height: 23px; border-radius: 7px; background: var(--forest-600); color: var(--oat-100);
  display: grid; place-items: center; font-family: var(--serif); font-size: .9rem;
}
.feature-inbox-logo b { font-family: var(--serif); font-weight: 400; font-size: .98rem; letter-spacing: .01em; }
.feature-inbox-nav { display: flex; flex-direction: column; gap: 1px; }
.feature-inbox-nav span {
  display: flex; align-items: center; gap: 8px; padding: 6px 9px; border-radius: 8px;
  font-size: .74rem; font-weight: 500; color: var(--forest-300);
}
.feature-inbox-nav span.active { background: rgba(217,232,218,.12); color: var(--oat-100); font-weight: 600; }
.feature-inbox-nav span i {
  margin-left: auto; font-style: normal; font-size: .62rem; font-weight: 700;
  background: var(--gold); color: var(--forest-900); border-radius: 999px; padding: 1px 6px;
}
.feature-inbox-config {
  display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 11px; border-top: 1px solid var(--hair-dark);
}
.feature-inbox-config b {
  font-family: var(--sans); font-weight: 700; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--forest-400); margin-bottom: 3px;
}
.feature-inbox-config span { font-size: .72rem; color: var(--forest-300); padding: 4px 9px; border-radius: 7px; }
.feature-inbox-shot__main { display: flex; flex-direction: column; min-width: 0; background: var(--card); }
.feature-inbox-shot__bar {
  display: flex; align-items: center; gap: 12px; padding: 12px 16px;
  background: linear-gradient(180deg, rgba(245,241,234,.92), rgba(255,255,255,.96));
  border-bottom: 1px solid var(--hair);
}
.feature-inbox-shot__dots { display: flex; gap: 6px; flex-shrink: 0; }
.feature-inbox-shot__dots i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.feature-inbox-shot__dots i:nth-child(1) { background: #E06C5E; }
.feature-inbox-shot__dots i:nth-child(2) { background: #E0BD5E; }
.feature-inbox-shot__dots i:nth-child(3) { background: #7FAE80; }
.feature-inbox-shot__body { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.feature-inbox-shot__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
}
.feature-inbox-shot__head h4 { margin: 0; font-size: 1.05rem; color: var(--neutral-900); }
.feature-inbox-shot__head p { margin: 4px 0 0; font-size: .74rem; color: var(--muted); }
.feature-inbox-shot__time { font-size: .68rem; color: var(--muted); white-space: nowrap; }
.feature-inbox-stack { display: flex; flex-direction: column; gap: 12px; }
.feature-inbox-decision {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(220,40,40,.06), rgba(220,40,40,.02));
  border: 1px solid rgba(220,40,40,.10); border-radius: 18px; padding: 16px 16px 14px 18px;
  display: flex; flex-direction: column; gap: 14px;
}
.feature-inbox-decision__accent {
  position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--error-600);
}
.feature-inbox-decision__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 4px;
}
.feature-inbox-decision__head strong {
  display: block; margin: 0; font-size: .9rem; color: var(--neutral-900); line-height: 1.4;
}
.feature-inbox-decision p { margin: 0; font-size: .75rem; line-height: 1.52; color: var(--muted); max-width: 32ch; }
.feature-inbox-meta {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.feature-inbox-meta span {
  display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--hair); color: var(--neutral-700);
  font-size: .6rem; font-weight: 700;
}
.feature-inbox-secondary {
  padding: 14px 16px; border-radius: 16px;
  background: var(--oat-100); border: 1px solid var(--hair); opacity: .72;
}
.feature-inbox-secondary__head { display: flex; align-items: center; gap: 10px; }
.feature-inbox-secondary strong { font-size: .78rem; color: var(--neutral-900); }
.feature-card,
.feature-dark-card,
.feature-memory-card {
  border-radius: 22px; overflow: hidden; box-shadow: var(--sh-card-hover);
}
.feature-card {
  background: var(--card); border: 1px solid var(--hair); padding: 22px;
}
.feature-card__head,
.feature-dark-card__head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-bottom: 16px;
}
.feature-card__head h4,
.feature-dark-card__head h4,
.feature-memory-card__head h4 { margin: 0; font-size: .96rem; }
.feature-dark-card__head h4 { color: var(--oat-100); }
.feature-card__head span,
.feature-dark-card__head span { font-size: .7rem; color: var(--muted); }
.feature-priority {
  background: var(--oat-100); border: 1px solid rgba(220,40,40,.10); border-radius: 16px; padding: 16px;
}
.feature-priority + .feature-priority { margin-top: 12px; }
.feature-priority__row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px;
}
.feature-priority__badge {
  display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 22px;
  padding: 0 8px; border-radius: 999px; background: var(--label-critical-fill); color: var(--label-critical-text); border: 1px solid var(--label-critical-border);
  font-size: .63rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: none;
}
.feature-priority__badge-warn { background: var(--label-gold); color: var(--label-ink); }
.feature-priority strong { font-size: .86rem; color: var(--neutral-900); }
.feature-priority p { margin: 0; font-size: .76rem; color: var(--muted); line-height: 1.55; }
.feature-priority-muted { opacity: .58; border-color: var(--hair); }
.feature-priority__actions { display: flex; gap: 8px; margin-top: 14px; }
.feature-mini-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 12px;
  border-radius: 10px; font-size: .7rem; font-weight: 700;
}
.feature-mini-btn-secondary { background: var(--card); border: 1px solid var(--border); color: var(--neutral-700); }
.feature-mini-btn-primary { background: var(--forest-600); color: var(--oat-100); box-shadow: var(--sh-brand); }
.feature-dark-card {
  background: linear-gradient(180deg, var(--forest-900), var(--forest-850));
  border: 1px solid var(--hair-dark); padding: 22px; color: var(--oat-100);
}
.feature-dark-card__head span { color: var(--forest-300); }
.feature-dark-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-dark-grid article {
  background: rgba(255,255,255,.04); border: 1px solid var(--hair-dark); border-radius: 14px; padding: 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.feature-dark-grid article span { font-size: .68rem; color: var(--forest-300); }
.feature-dark-grid article strong { font-size: 1.35rem; color: var(--oat-100); line-height: 1.1; }
.feature-dark-grid article em { font-style: normal; font-size: .66rem; color: var(--gold-light); }
.feature-context {
  margin-top: 14px; background: rgba(61,91,63,.42); border: 1px solid rgba(217,232,218,.14);
  border-radius: 14px; padding: 14px;
}
.feature-context b { display: block; font-size: .72rem; margin-bottom: 6px; color: var(--forest-100); }
.feature-context p { margin: 0; font-size: .76rem; line-height: 1.55; color: var(--forest-100); }
.feature-memory-card {
  background: var(--card); border: 1px solid var(--hair);
  box-shadow: 0 24px 56px -28px rgba(28,43,29,.22), 0 0 0 1px rgba(217,232,218,.14) inset;
}
.feature-memory-tab {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 22px; padding: 0 9px; border-radius: 999px;
  font-family: var(--mono); font-size: .62rem; color: var(--label-ink);
  background: var(--label-gold-pale); border: 1px solid rgba(22,36,29,.10);
}
.feature-memory-live {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .66rem; font-weight: 700; color: var(--forest-500); letter-spacing: .04em; text-transform: uppercase;
}
.feature-memory-live i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--success-600);
  display: block; animation: pulseDot 1.2s infinite var(--ease);
}
.feature-memory-card__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px;
  background: linear-gradient(180deg, rgba(245,241,234,.92), rgba(255,255,255,.98)); border-bottom: 1px solid var(--hair);
}
.feature-memory-brand { display: flex; align-items: center; gap: 12px; }
.feature-memory-brand-copy { min-width: 0; }
.feature-memory-avatar {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-600); color: var(--oat-100); font-family: var(--serif); font-size: .92rem;
}
.feature-memory-card__head span { font-size: .7rem; color: var(--forest-500); }
.feature-memory-status {
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
}
.feature-memory-status strong { font-size: .72rem; color: var(--forest-700); }
.feature-memory-summary {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding: 14px 18px 0;
}
.feature-memory-summary article {
  background: var(--oat-100); border: 1px solid var(--hair); border-radius: 12px; padding: 10px 11px;
  display: flex; flex-direction: column; gap: 3px;
}
.feature-memory-summary article span { font-size: .62rem; color: var(--muted); }
.feature-memory-summary article strong { font-size: .82rem; color: var(--neutral-900); }
.feature-memory-thread { display: flex; flex-direction: column; gap: 12px; padding: 18px; }
.feature-memory-msg {
  background: var(--card); border: 1px solid var(--hair); border-radius: 14px; padding: 14px 15px;
}
.feature-memory-msg b { display: block; font-size: .76rem; margin-bottom: 5px; color: var(--neutral-900); }
.feature-memory-msg p { margin: 0; font-size: .78rem; line-height: 1.55; color: var(--muted); }
.feature-memory-msg-agent {
  background: #F7F5EF; border-color: rgba(22,36,29,.08); margin-left: 28px;
}
.feature-memory-msg-agent b { color: var(--forest-700); }
.feature-memory-msg-agent p { color: var(--forest-700); }
.feature-memory-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.feature-memory-tags span {
  display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border-radius: 999px;
  background: var(--label-forest); color: var(--label-on-dark); font-size: .58rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  box-shadow: var(--label-shadow);
}

/* ============================================================
   15 · HUMAN-AGENT COLLABORATION
   ============================================================ */
.collab-grid {
  display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 30px 56px; align-items: center;
}
.collab-copy { display: flex; flex-direction: column; gap: 18px; }
.collab-point {
  display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start;
}
.collab-point__icon {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  font-size: .9rem; font-weight: 800; letter-spacing: .04em; box-shadow: var(--label-shadow);
}
.collab-point__icon-gold { background: var(--label-gold); color: var(--label-ink); }
.collab-point__icon-gold-soft { background: var(--label-gold-soft); color: var(--label-ink); }
.collab-point__icon-gold-pale { background: var(--label-gold-pale); color: var(--label-ink); }
.collab-point h3 { margin: 0 0 6px; font-size: 1.28rem; }
.collab-point p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.65; }
.collab-visual { min-width: 0; }
.collab-chat-shot {
  background: var(--card); border: 1px solid var(--hair); border-radius: 24px;
  box-shadow: 0 28px 66px -32px rgba(28,43,29,.28), 0 0 0 1px rgba(217,232,218,.14) inset;
  overflow: hidden;
}
.collab-chat-shot__bar {
  display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  background: linear-gradient(180deg, rgba(245,241,234,.92), rgba(255,255,255,.98));
  border-bottom: 1px solid var(--hair);
}
.collab-chat-shot__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; }
.collab-chat-shot__live {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .66rem; font-weight: 700; color: var(--forest-700);
}
.collab-chat-shot__live i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--success-600); display: block;
  animation: pulseDot 1.2s infinite var(--ease);
}
.collab-chat-shot__channel {
  font-family: var(--mono); font-size: .62rem; color: var(--muted);
  background: rgba(0,0,0,.03); border-radius: 999px; padding: 3px 8px;
}
.collab-chat-shot__body { padding: 12px; display: flex; flex-direction: column; gap: 10px; min-height: 286px; }
.collab-chat-shot__user {
  align-self: flex-end; max-width: 74%;
  background: var(--forest-600); color: var(--oat-100);
  padding: 10px 11px; border-radius: 16px 16px 8px 16px;
  font-size: .73rem; line-height: 1.45; box-shadow: var(--sh-brand);
}
.collab-chat-shot__agent-row {
  display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: start;
}
.collab-chat-shot__avatar {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-600); color: var(--oat-100); font-family: var(--serif); font-size: .8rem;
}
.collab-chat-shot__reply {
  background: var(--card); border: 1px solid var(--hair); border-radius: 20px 20px 20px 8px;
  padding: 11px; box-shadow: var(--sh-sm);
}
.collab-chat-shot__reply > p {
  margin: 0 0 8px; font-size: .71rem; line-height: 1.48; color: var(--neutral-700);
}
.collab-approval-card {
  background: var(--oat-100); border: 1px solid rgba(220,40,40,.10); border-radius: 13px; padding: 10px 11px;
}
.collab-approval-card__head {
  display: flex; align-items: center; gap: 8px; margin-bottom: 6px;
}
.collab-approval-card__head strong { font-size: .75rem; color: var(--neutral-900); }
.collab-approval-card p { margin: 0; font-size: .69rem; line-height: 1.46; color: var(--muted); }
.collab-approval-card__actions { display: flex; gap: 6px; margin-top: 8px; }
.collab-approval-card .feature-mini-btn {
  min-height: 26px; padding: 0 9px; border-radius: 9px; font-size: .62rem;
}
.collab-chat-shot__composer {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  background: var(--card); border-top: 1px solid var(--hair);
}
.collab-chat-shot__placeholder {
  flex: 1; min-height: 32px; display: inline-flex; align-items: center; padding: 0 12px;
  background: var(--oat-100); border: 1px solid var(--border); border-radius: 999px;
  color: var(--muted); font-size: .68rem;
}
.collab-chat-shot__send {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-600); color: var(--oat-100); font-size: .72rem; box-shadow: var(--sh-brand);
}

/* ============================================================
   16 · TESTIMONIALS
   ============================================================ */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
  display: flex; flex-direction: column; gap: 18px; padding: 28px;
  background: linear-gradient(180deg, #FFFFFF, var(--oat-100));
  border: 1px solid var(--hair); border-radius: 22px; box-shadow: var(--sh-card);
  position: relative; overflow: hidden;
}
.testimonial-card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; opacity: .9;
}
.testimonial-card-forest {
  background: linear-gradient(180deg, #FFFFFF, #F8FBF8);
}
.testimonial-card-forest::before { background: var(--label-forest); }
.testimonial-card-gold {
  background: linear-gradient(180deg, #FFFFFF, #FCF8EE);
}
.testimonial-card-gold::before { background: var(--label-gold); }
.testimonial-card-ink {
  background: linear-gradient(180deg, #FFFFFF, #F5F4F0);
}
.testimonial-card-ink::before { background: var(--label-ink-soft); }
.testimonial-card-forest .testimonial-stars { color: var(--gold); }
.testimonial-card-gold .testimonial-stars { color: #C88928; }
.testimonial-card-ink .testimonial-stars { color: var(--label-forest); }
.testimonial-card-forest blockquote { color: var(--neutral-900); }
.testimonial-card-gold blockquote { color: #3A3120; }
.testimonial-card-ink blockquote { color: #2B332D; }
.testimonial-card-forest strong { color: var(--label-forest); }
.testimonial-card-gold strong { color: #8D6220; }
.testimonial-card-ink strong { color: var(--label-ink-soft); }
.testimonial-card-forest .testimonial-person span { color: var(--forest-500); }
.testimonial-card-gold .testimonial-person span { color: #8F7A53; }
.testimonial-card-ink .testimonial-person span { color: #6B6B66; }
.testimonial-card-forest .testimonial-avatar,
.testimonial-card-gold .testimonial-avatar,
.testimonial-card-ink .testimonial-avatar {
  background: var(--forest-600); color: var(--oat-100); border: 0;
}
.testimonial-stars {
  display: flex; gap: 4px; font-size: 1rem; line-height: 1; color: var(--gold);
}
.testimonial-card blockquote {
  margin: 0; font-family: var(--serif); font-size: 1.28rem; line-height: 1.45;
  color: var(--neutral-900); flex: 1;
}
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-600); color: var(--oat-100); font-weight: 700; font-size: 1rem;
}
.testimonial-person strong { display: block; font-size: .88rem; color: var(--neutral-900); }
.testimonial-person span { display: block; margin-top: 2px; font-size: .76rem; color: var(--muted); }

/* ============================================================
   17 · INTEGRATIONS
   ============================================================ */
.integration-band {
  border-top: 1px solid rgba(217,232,218,.08);
  border-bottom: 1px solid rgba(217,232,218,.08);
}
.integration-head {
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 34px;
}
.integration-head > div { max-width: 40ch; }
.integration-band .section-kicker {
  color: var(--forest-100);
}
.integration-band .section-title {
  color: var(--oat-100);
}
.integration-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.integration-card {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(217,232,218,.16);
  box-shadow: 0 26px 46px -36px rgba(0,0,0,.48);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s var(--ease-out);
}
.integration-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 54px -36px rgba(0,0,0,.56);
  border-color: rgba(217,232,218,.3);
}
.integration-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  display: grid; place-items: center;
  color: var(--forest-700);
}
.integration-icon svg,
.integration-icon img {
  width: 42px; height: 42px; display: block; object-fit: contain;
}
.integration-body { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.integration-body strong { font-size: .96rem; font-weight: 700; color: var(--neutral-900); }
.integration-card-seller .integration-icon {
  color: #A66B00;
}

/* ============================================================
   18 · PRODUCT CARDS
   ============================================================ */
.product-card { display: flex; flex-direction: column; gap: 12px; }
.product-card .tag { align-self: flex-start; }
.product-card h3 { font-size: 1.55rem; margin: 4px 0 0; }
.product-card p { color: var(--muted); }
.product-card::after {
  content: "→"; position: absolute; top: 30px; right: 30px; font-family: var(--serif); font-size: 1.4rem;
  color: var(--forest-300); transition: transform .25s var(--ease-out), color .25s var(--ease-out);
}
.product-card:hover::after { transform: translate(4px, -2px); color: var(--forest-600); }

/* ============================================================
   19 · PRICING
   ============================================================ */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 32px 30px; }
.price-card[hidden] { display: none !important; }
.price-card .tag { align-self: flex-start; }
.price-card h3 { font-size: 1.4rem; margin: 14px 0 0; }
.price-card strong { font-family: var(--serif); font-weight: 400; font-size: 2.7rem; line-height: 1; margin: 12px 0 6px; color: var(--forest-700); display: block; }
.pricing-loading .price-card-starter [data-plan-price],
.pricing-loading .price-card-growth [data-plan-price] {
  opacity: .55;
  animation: pricingPulse 1.2s infinite var(--ease);
}
.price-card p { color: var(--muted); font-size: .92rem; margin: 0; }
.price-card .list { margin-top: 18px; }
.price-card .price-action { margin-top: auto; padding-top: 24px; }
.price-card.featured {
  background: var(--forest-600); color: var(--oat-100); border-color: var(--forest-600);
  box-shadow: 0 30px 70px -30px rgba(28,43,29,.6), var(--sh-brand); transform: translateY(-8px);
}
.price-card.featured:hover { transform: translateY(-12px); }
.price-card.featured h3, .price-card.featured strong { color: var(--oat-100); }
.price-card.featured p { color: var(--forest-100); }
.price-card.featured .tag { background: var(--gold); color: var(--forest-900); border-color: transparent; }
.price-card.featured .list li { color: var(--forest-100); }
.price-card.featured .check {
  background: rgba(217,232,218,.1); color: var(--oat-100); border-color: rgba(217,232,218,.22);
}
.price-card.featured .btn-outline {
  border-color: rgba(217,232,218,.55); color: var(--oat-100); background: rgba(217,232,218,.06);
}
.price-card.featured .btn-outline:hover { background: rgba(217,232,218,.14); border-color: var(--forest-100); }

@keyframes pricingPulse {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}

.tile-title { margin-top: 14px; }
.tile-body { margin-top: 14px; color: var(--muted); line-height: 1.7; }
.tile .list-spaced { margin-top: 18px; }
.faq-section {
  background: linear-gradient(180deg, var(--oat-100), var(--oat-200));
  border-top: 1px solid var(--hair);
}
.faq-head {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: 22px;
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
}
.faq-item[open] {
  border-color: rgba(62,91,63,.2);
  box-shadow: var(--sh-md);
}
.faq-question {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 24px 26px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.42;
  color: var(--neutral-900);
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ""; }
.faq-toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--forest-050);
  border: 1px solid var(--forest-100);
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--forest-700);
  transform: translate(-50%, -50%);
}
.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item[open] .faq-toggle {
  background: var(--forest-600);
  border-color: var(--forest-600);
}
.faq-item[open] .faq-toggle::before,
.faq-item[open] .faq-toggle::after {
  background: var(--oat-100);
}
.faq-item[open] .faq-toggle::after {
  opacity: 0;
}
.faq-answer {
  padding: 0 26px 24px;
}
.faq-answer p {
  margin: 0;
  max-width: 74ch;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.72;
}

/* ============================================================
   19 · CTA BLOCK
   ============================================================ */
.cta {
  text-align: center; padding: var(--band-pad) 0;
}
.cta h2 { font-size: clamp(2rem, 4vw, 3.1rem); max-width: 20ch; margin: 0 auto 16px; }
.cta h2 em { font-family: var(--serif); font-style: italic; color: var(--forest-600); }
.cta p { color: var(--muted); font-size: 1.08rem; max-width: 52ch; margin: 0 auto 28px; }
.cta .btn { margin: 0 6px; }

/* dark CTA variant */
.cta.band-dark h2 em { color: var(--gold-light); }
.cta.band-dark p { color: var(--forest-300); }

/* editorial CTA variant for page-to-footer separation */
.cta-editorial {
  text-align: left;
  background:
    linear-gradient(180deg, var(--oat-100), var(--oat-200));
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.cta-editorial > .wrap {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .62fr);
  gap: 48px 72px;
  align-items: center;
}
.cta-editorial__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--forest-600);
}
.cta-editorial__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}
.cta-editorial h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--neutral-900);
}
.cta-editorial h2 em { color: var(--forest-600); }
.cta-editorial__body {
  display: grid;
  justify-items: start;
  gap: 24px;
}
.cta-editorial__body p {
  margin: 0;
  color: var(--neutral-700);
  font-size: 1rem;
  line-height: 1.7;
}

/* ============================================================
   20 · PAGE HERO (inner pages)
   ============================================================ */
.page-hero { padding: 88px 0 64px; position: relative; }
.page-hero.compact { padding: 72px 0 48px; }
.page-hero h1 { max-width: 18ch; }
.page-hero h1 em { font-family: var(--serif); font-style: italic; color: var(--forest-600); }
.page-hero .lead { margin-top: 20px; }
.page-hero .hero-actions { margin-top: 28px; }

/* ============================================================
   21 · FOOTER
   ============================================================ */
.site-footer {
  background:
    linear-gradient(180deg, #111d17 0%, #0e1813 100%);
  color: var(--forest-300);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(217,232,218,.12);
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(42% 52% at 88% -12%, rgba(77,112,78,.16), transparent 66%),
    linear-gradient(90deg, rgba(0,0,0,.20), transparent 52%);
}
.footer-shell { position: relative; z-index: 1; padding: 64px 0 30px; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(150px, 1fr));
  gap: 36px 56px;
  align-items: start;
}
.footer-brand .brand { color: var(--oat-100); margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; line-height: 1.68; color: var(--forest-300); max-width: 28ch; margin: 0; }
.footer-meta {
  display: grid; gap: 8px; margin-top: 24px; max-width: 48ch;
  font-size: .78rem; line-height: 1.58; color: rgba(217,232,218,.62);
}
.footer-meta span {
  display: block;
}
.footer-col h3 {
  font-family: var(--sans); font-weight: 700; font-size: .7rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--forest-100); margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a {
  width: fit-content;
  font-size: .9rem; color: rgba(217,232,218,.72);
  text-underline-offset: 4px;
  transition: color .15s var(--ease), text-decoration-color .15s var(--ease);
}
.footer-links a:hover { color: var(--oat-100); text-decoration: underline; text-decoration-color: rgba(217,232,218,.45); }
.footer-bottom {
  position: relative; z-index: 1; border-top: 1px solid rgba(217,232,218,.11); margin-top: 46px; padding: 20px 0 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .8rem; color: rgba(217,232,218,.54);
}
.footer-bottom-links {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.footer-bottom-links a {
  font-size: .8rem; color: rgba(217,232,218,.62); text-underline-offset: 4px;
  transition: color .15s var(--ease), text-decoration-color .15s var(--ease);
}
.footer-bottom-links a:hover {
  color: var(--oat-100); text-decoration: underline; text-decoration-color: rgba(217,232,218,.45);
}

/* ============================================================
   22 · SCROLL-REVEAL MOTION
   ============================================================ */
/* Progressive enhancement: elements only start hidden when JS is active
   (html.js is set by an inline head script before paint). Without JS they
   stay fully visible, so content is never lost. */
.reveal { transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); will-change: opacity, transform; }
.js .reveal { opacity: 0; transform: translateY(20px); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.js .reveal-stagger > * { opacity: 0; transform: translateY(18px); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: .02s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .14s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .20s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .26s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: .32s; }

/* ============================================================
   23 · RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .home-hero-grid { gap: 44px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 980px) {
  :root { --band-pad: 64px; --band-pad-sm: 48px; }
  .home-hero { padding: 80px 0 84px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
  .section-head > div { max-width: none; }
  .feature-row { grid-template-columns: 1fr; gap: 24px; }
  .feature-row-reverse .feature-copy,
  .feature-row-reverse .feature-visual { order: initial; }
  .collab-grid { grid-template-columns: 1fr; gap: 24px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .nav-list, .nav-actions .btn-outline { display: none; }
  .nav-toggle { display: inline-flex; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .feature-copy h3 { font-size: 1.6rem; }
  .feature-inbox-shot { grid-template-columns: 1fr; }
  .feature-inbox-sidebar { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .feature-inbox-nav, .feature-inbox-config { flex-direction: row; flex-wrap: wrap; }
  .feature-inbox-config { margin-top: 0; padding-top: 0; border-top: 0; }
  .feature-inbox-shot__head,
  .feature-inbox-decision__head { flex-direction: column; }
  .feature-inbox-shot__time { white-space: normal; }
  .feature-dark-grid { grid-template-columns: 1fr; }
  .feature-memory-card__head { align-items: flex-start; flex-direction: column; }
  .feature-memory-status { align-items: flex-start; }
  .feature-memory-summary { grid-template-columns: 1fr; }
  .feature-priority__row { align-items: flex-start; flex-direction: column; }
  .feature-priority__actions,
  .decision-actions { flex-direction: column; align-items: stretch; }
  .feature-memory-msg-agent { margin-left: 0; }
  .collab-point { grid-template-columns: 1fr; }
  .collab-chat-shot__meta,
  .collab-chat-shot__composer { flex-wrap: wrap; }
  .collab-chat-shot__agent-row { grid-template-columns: 1fr; }
  .collab-chat-shot__avatar { display: none; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .integration-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-question { padding: 20px 20px 18px; font-size: 1rem; }
  .faq-answer { padding: 0 20px 20px; }
  .dashboard-mock { grid-template-columns: 1fr; }
  .dash-sidebar { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px; }
  .dash-sidebar nav, .dash-config { flex-direction: row; flex-wrap: wrap; }
  .dash-config { margin: 0; }
  .dash-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .wrap { width: calc(100% - 36px); }
}

/* ---- Mobile nav drawer ---- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55; background: rgba(22,36,29,.5); backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(360px, 86vw);
  background: var(--oat-100); box-shadow: var(--sh-lg); padding: 22px;
  display: flex; flex-direction: column; gap: 8px; transform: translateX(100%); transition: transform .3s var(--ease-out);
  overflow-y: auto;
}
.mobile-menu.open .mobile-menu-panel { transform: none; }
.mobile-menu-panel .mm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mobile-menu-panel a { padding: 13px 14px; border-radius: 12px; font-weight: 500; color: var(--neutral-700); }
.mobile-menu-panel a:hover { background: var(--forest-050); color: var(--forest-700); }
.mobile-menu-panel .mm-group-label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 14px 14px 4px; }
.mobile-menu-panel .mm-actions { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.mm-close { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border-soft); background: var(--card); cursor: pointer; display: grid; place-items: center; color: var(--forest-700); }

/* ---- Contact dialog ---- */
body.contact-dialog-open { overflow: hidden; }
.contact-dialog {
  position: fixed; inset: 0; z-index: 70; opacity: 0; visibility: hidden;
  transition: opacity .22s var(--ease), visibility .22s var(--ease);
}
.contact-dialog.open { opacity: 1; visibility: visible; }
.contact-dialog__backdrop {
  position: absolute; inset: 0; background: rgba(22,36,29,.58); backdrop-filter: blur(4px);
}
.contact-dialog__panel {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -46%);
  width: min(520px, calc(100vw - 36px)); background: var(--card);
  border: 1px solid var(--hair); border-radius: var(--r-sheet); box-shadow: var(--sh-lg);
  padding: 30px;
}
.contact-dialog.open .contact-dialog__panel { transform: translate(-50%, -50%); transition: transform .22s var(--ease-out); }
.contact-dialog__close {
  position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
  border-radius: 12px; border: 1px solid var(--border-soft); background: var(--card);
  color: var(--forest-700); cursor: pointer; font-size: 1.25rem; line-height: 1;
}
.contact-dialog__eyebrow {
  margin: 0 0 10px; font-family: var(--sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--forest-600);
}
.contact-dialog__panel h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.4rem); }
.contact-dialog__copy { margin: 14px 0 0; color: var(--muted); line-height: 1.68; }
.contact-dialog__email {
  margin-top: 24px; padding: 18px 20px; border-radius: 18px; background: var(--oat-100);
  border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.contact-dialog__email strong { font-size: 1rem; color: var(--forest-800); word-break: break-all; }
.contact-dialog__feedback { min-width: 54px; text-align: right; color: var(--forest-600); font-size: .84rem; font-weight: 600; }
.contact-dialog__actions { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 760px) {
  .contact-dialog__panel { padding: 26px 20px 20px; }
  .contact-dialog__email,
  .contact-dialog__actions { flex-direction: column; align-items: stretch; }
  .contact-dialog__feedback { text-align: left; }
}

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