/* =====================================================================
   ZURIA TALENT: site stylesheet (v1)
   Palette and type are set as tokens below. Edit here, not inline.
   ===================================================================== */

:root {
  --ink: #0B0B0B;
  --ink-2: #111110;
  --ink-3: #171615;
  --ivory: #F7F4EE;
  --ivory-2: #EFE9DF;
  --gold: #D4AC64;
  --gold-deep: #C19C56;
  --sage: #9AA88E;
  --gold-on-ivory: #7D6030;
  --sage-on-ivory: #5E6B55;
  --text: rgba(247, 244, 238, 0.94);
  --text-soft: rgba(247, 244, 238, 0.74);
  --text-faint: rgba(247, 244, 238, 0.58);
  --ink-text: #1C1915;
  --ink-text-soft: #4A443B;
  --line: rgba(212, 172, 100, 0.26);
  --line-soft: rgba(247, 244, 238, 0.12);
  --error: #E7A792;
  --error-on-ivory: #9A3B28;

  --serif: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --container: 1240px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --section: clamp(5rem, 10vw, 9.5rem);
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .2, 1);

  --star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23D4AC64' d='M12 0c.9 7.6 3.9 10.9 12 12-8.1 1.1-11.1 4.4-12 12-.9-7.6-3.9-10.9-12-12 8.1-1.1 11.1-4.4 12-12z'/%3E%3C/svg%3E");
  --star-ink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237D6030' d='M12 0c.9 7.6 3.9 10.9 12 12-8.1 1.1-11.1 4.4-12 12-.9-7.6-3.9-10.9-12-12 8.1-1.1 11.1-4.4 12-12z'/%3E%3C/svg%3E");
}
@media (max-width: 900px) { :root { --header-h: 68px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1.5rem); }
body {
  margin: 0; background: var(--ink); color: var(--text);
  font-family: var(--sans); font-weight: 400; font-size: 1rem; line-height: 1.75;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul, ol { margin: 0; padding: 0; }
p { margin: 0 0 1.2em; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 300; line-height: 1.08; letter-spacing: -0.005em; }
::selection { background: var(--gold); color: var(--ink); }
[hidden] { display: none !important; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 200; background: var(--gold); color: var(--ink); padding: .8rem 1.2rem; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(820px + 2 * var(--gutter)); }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * .66); }
.section--ivory { background: var(--ivory); color: var(--ink-text); }
.section--raised { background: var(--ink-2); }
.section--rule { border-top: 1px solid var(--line-soft); }
.section--ivory + .section--ivory { padding-top: 0; }

/* ---------- Type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 1rem;
  font-family: var(--sans); font-weight: 500; font-size: .7rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.8rem;
}
.eyebrow::before { content: ""; width: 2.25rem; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--center { justify-content: center; }
.eyebrow--plain::before { display: none; }
.section--ivory .eyebrow { color: var(--gold-on-ivory); }
.num { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.05rem; letter-spacing: .02em; text-transform: none; color: var(--gold); }
.section--ivory .num { color: var(--gold-on-ivory); }

.display { font-size: clamp(2.85rem, 1.2rem + 5.4vw, 6.5rem); line-height: 1.0; letter-spacing: -0.015em; }
.h2 { font-size: clamp(2.3rem, 1.35rem + 3.1vw, 4.25rem); line-height: 1.06; }
.h3 { font-size: clamp(1.6rem, 1.3rem + .8vw, 2rem); font-weight: 400; line-height: 1.15; }
.display em, .h2 em, .h3 em, .accent { font-style: italic; color: var(--gold); font-weight: 300; }
.section--ivory .h2 em, .section--ivory .h3 em, .section--ivory .accent { color: var(--gold-on-ivory); }
.lead { font-size: clamp(1.02rem, .95rem + .3vw, 1.15rem); line-height: 1.8; color: var(--text-soft); max-width: 38rem; }
.section--ivory .lead, .section--ivory p { color: var(--ink-text-soft); }
.statement { font-family: var(--serif); font-weight: 300; font-size: clamp(1.75rem, 1.2rem + 1.9vw, 2.9rem); line-height: 1.22; letter-spacing: -0.005em; }
.statement em { font-style: italic; color: var(--gold); }
.section--ivory .statement { color: var(--ink-text); }
.section--ivory .statement em { color: var(--gold-on-ivory); }
.statement + .tagline { margin-top: 2rem; }
.tagline { font-family: var(--serif); font-style: italic; color: var(--sage); font-size: 1.35rem; line-height: 1.4; }
.section--ivory .tagline { color: var(--sage-on-ivory); }
.caps { font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; }
.muted { color: var(--text-faint); }
.center { text-align: center; }
.creator-note { margin: 3.5rem 0 0; font-size: .82rem; }
.mx-auto { margin-inline: auto; }

/* Ornament: hairline with a four-point star, taken from the logo */
.ornament { display: flex; align-items: center; gap: .9rem; color: var(--gold); width: 100%; max-width: 12rem; }
.ornament::before, .ornament::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .55; }
.ornament span { width: 10px; height: 10px; background: var(--star) center / contain no-repeat; flex: none; }
.ornament--center { margin-inline: auto; margin-bottom: 1.6rem; }
.section--ivory .ornament { color: var(--gold-on-ivory); }
.section--ivory .ornament span { background-image: var(--star-ink); }

.section-head { max-width: 46rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .h2 + .lead { margin-top: 1.6rem; }
.section-head--center .lead { margin-inline: auto; }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.section-head--split .lead { margin: 0; }
@media (max-width: 900px) { .section-head--split { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ---------- Buttons ---------- */
.btn {
  --h: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: .8rem;
  min-height: var(--h); padding: 0 2.2rem; border: 1px solid var(--gold); border-radius: 0;
  font-family: var(--sans); font-weight: 500; font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; line-height: 1;
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  white-space: nowrap;
}
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn--ghost { background: transparent; color: var(--gold); }
.btn--ghost:hover { background: rgba(212, 172, 100, .09); color: var(--ivory); }
.btn--sm { --h: 42px; padding: 0 1.4rem; font-size: .66rem; }
.btn--block { width: 100%; }
.section--ivory .btn--ghost { color: var(--gold-on-ivory); border-color: var(--gold-on-ivory); }
.section--ivory .btn--ghost:hover { background: rgba(125, 96, 48, .08); color: var(--ink-text); }
.section--ivory .btn--gold { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.section--ivory .btn--gold:hover { background: #26221D; border-color: #26221D; }
.arrow { width: 16px; height: 8px; flex: none; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .6; cursor: progress; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.link {
  display: inline-flex; align-items: center; gap: .7rem; color: var(--gold);
  font-size: .7rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  padding-bottom: .35rem; border-bottom: 1px solid var(--line); transition: border-color .3s, color .3s;
}
.link:hover { border-color: var(--gold); color: var(--ivory); }
.text-link { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(212, 172, 100, .45); text-underline-offset: .22em; text-decoration-thickness: 1px; transition: color .3s, text-decoration-color .3s; }
.text-link:hover { color: var(--ivory); text-decoration-color: var(--gold); }
.section--ivory .text-link { color: var(--gold-on-ivory); text-decoration-color: rgba(125, 96, 48, .45); }
.section--ivory .text-link:hover { color: var(--ink-text); }
.section--ivory .link { color: var(--gold-on-ivory); border-color: rgba(125, 96, 48, .35); }
.section--ivory .link:hover { color: var(--ink-text); border-color: var(--gold-on-ivory); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(11, 11, 11, .88); -webkit-backdrop-filter: saturate(120%) blur(14px); backdrop-filter: saturate(120%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .4s var(--ease), background-color .4s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(11, 11, 11, .96); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: block; flex: none; }
.brand img { height: 46px; width: auto; }
.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; display: flex; gap: clamp(1.4rem, 2.6vw, 2.6rem); }
.site-nav a {
  position: relative; display: inline-block; padding: .6rem 0;
  font-size: .68rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--text-soft);
  transition: color .3s;
}
.site-nav a::after { content: ""; position: absolute; left: 0; right: .28em; bottom: .25rem; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ivory); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-apply { margin-left: .5rem; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-right: -10px; background: none; border: 0; position: relative; }
.nav-toggle__bars, .nav-toggle__bars::before { position: absolute; left: 11px; right: 11px; height: 1px; background: var(--ivory); transition: transform .35s var(--ease), top .35s var(--ease); }
.nav-toggle__bars { top: 18px; }
.nav-toggle__bars::before { content: ""; left: 0; right: 0; top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 0; transform: rotate(-90deg); }

.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 99; background: var(--ink);
  padding: 2.5rem var(--gutter) 2rem; display: flex; flex-direction: column; overflow-y: auto;
  border-top: 1px solid var(--line);
}
.mobile-menu ul { list-style: none; }
.mobile-menu li { border-bottom: 1px solid var(--line-soft); }
.mobile-menu li a { display: flex; align-items: baseline; gap: 1rem; padding: 1.05rem 0; font-family: var(--serif); font-weight: 300; font-size: 2.1rem; line-height: 1.1; color: var(--ivory); }
.mobile-menu li a .num { font-size: .95rem; }
.mobile-menu li a[aria-current="page"] { color: var(--gold); font-style: italic; }
.mobile-menu__foot { margin-top: auto; padding-top: 2.5rem; display: grid; gap: 1.25rem; }
.mobile-menu__foot p { margin: 0; font-size: .8rem; color: var(--text-faint); }
body.menu-open { overflow: hidden; }

@media (max-width: 1020px) {
  .site-nav { display: none; }
  .header-apply { margin-left: auto; }
  .nav-toggle { display: block; }
}
@media (max-width: 900px) { .brand img { height: 38px; } }
@media (max-width: 640px) { .header-apply { --h: 38px; padding: 0 1.1rem; font-size: .62rem; } .eyebrow { letter-spacing: .28em; gap: .8rem; } .eyebrow::before { width: 1.5rem; } .hide-sm { display: none; } }
@media (max-width: 380px) { .brand img { height: 34px; } .header-apply { padding: 0 .9rem; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7.5rem) 0 0; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52rem 34rem at 82% 30%, rgba(212, 172, 100, .085), transparent 62%),
    radial-gradient(40rem 30rem at 0% 100%, rgba(154, 168, 142, .06), transparent 60%);
}
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__copy .display { margin-bottom: 2rem; }
.hero__copy .lead { margin-bottom: 2.6rem; }
.hero__note { margin-top: 1.6rem; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--text-faint); }
.hero__mark { justify-self: end; width: 100%; max-width: 400px; }
.hero__mono-sm { display: none; }

.arch {
  position: relative; aspect-ratio: 4 / 5.2; width: 100%;
  border: 1px solid var(--line); border-radius: 999px 999px 0 0;
  display: grid; place-items: center;
  background: radial-gradient(closest-side at 50% 46%, rgba(212, 172, 100, .09), transparent 80%);
}
.arch::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(212, 172, 100, .12); border-radius: 999px 999px 0 0; }
.arch img { width: 56%; position: relative; }
.arch__star { position: absolute; width: 12px; height: 12px; background: var(--star) center / contain no-repeat; }
.arch__star--l { left: -6px; bottom: -6px; }
.arch__star--r { right: -6px; bottom: -6px; }
.arch__caption { position: absolute; left: 0; right: 0; bottom: 2.2rem; text-align: center; }
.arch__caption .tagline { font-size: 1.15rem; margin: 0; }

.hero__strip {
  position: relative; margin-top: clamp(4rem, 8vw, 6.5rem); border-top: 1px solid var(--line-soft);
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.hero__strip li { list-style: none; padding: 1.7rem 0; display: flex; align-items: center; gap: .9rem; font-size: .68rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--text-soft); }
.hero__strip li + li { padding-left: 2rem; border-left: 1px solid var(--line-soft); }
.hero__strip li::before { content: ""; width: 9px; height: 9px; background: var(--star) center / contain no-repeat; flex: none; }

@media (max-width: 900px) {
  .hero { padding-top: 2.2rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__mark { display: none; }
  .hero__mono-sm { display: block; width: 62px; margin-bottom: 1.6rem; }
  .hero__copy .display { margin-bottom: 1.4rem; }
  .hero__copy .lead { margin-bottom: 2rem; }
  .hero .btn-row .btn { flex: 1 1 100%; }
  .hero__strip { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .hero__strip li { padding: 1.1rem 0; }
  .hero__strip li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-soft); }
}

/* Page hero (inner pages) */
.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--line-soft); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(46rem 26rem at 88% 10%, rgba(212, 172, 100, .075), transparent 62%); }
.page-hero .container { position: relative; }
.page-hero .display { font-size: clamp(2.7rem, 1.3rem + 4.6vw, 5.6rem); max-width: 15ch; }
.page-hero .lead { margin-top: 1.8rem; }
.page-hero__watermark { position: absolute; right: max(var(--gutter), calc((100vw - var(--container)) / 2)); top: 50%; transform: translateY(-50%); width: clamp(160px, 22vw, 300px); opacity: .09; pointer-events: none; }
@media (max-width: 900px) { .page-hero__watermark { display: none; } }

/* ---------- Who we are ---------- */
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.intro-grid__aside { padding-top: .6rem; }
.intro-grid__aside p { font-size: 1rem; }
.quote { margin: 2.6rem 0 0; padding: 2rem 0 0; border-top: 1px solid rgba(125, 96, 48, .3); }
.quote blockquote { margin: 0; }
.quote .tagline { font-size: 1.6rem; margin: 0; }
.quote cite { display: block; margin-top: .8rem; font-style: normal; font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-on-ivory); }
.pillars { margin-top: clamp(3.5rem, 7vw, 5.5rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(125, 96, 48, .28); }
.pillars > div { padding: 2rem 2rem 0 0; }
.pillars > div + div { padding-left: 2rem; border-left: 1px solid rgba(125, 96, 48, .2); }
.pillars h3 { font-size: 1.6rem; font-weight: 400; margin: .5rem 0 .6rem; color: var(--ink-text); }
.pillars p { margin: 0; font-size: .93rem; }
@media (max-width: 900px) {
  .intro-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .pillars > div, .pillars > div + div { padding: 1.6rem 0; border-left: 0; }
  .pillars > div + div { border-top: 1px solid rgba(125, 96, 48, .2); }
}

/* ---------- Service grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.svc { position: relative; padding: clamp(2rem, 3.2vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .5s var(--ease); min-height: 20rem; display: flex; flex-direction: column; }
.svc:hover { background: rgba(212, 172, 100, .035); }
.svc__icon { width: 34px; height: 34px; color: var(--gold); margin-bottom: 2.2rem; }
.svc .num { position: absolute; top: clamp(2rem, 3.2vw, 3rem); right: clamp(2rem, 3.2vw, 3rem); color: var(--text-faint); }
.svc h3 { font-size: 1.75rem; font-weight: 400; margin-bottom: 1rem; color: var(--ivory); }
.svc p { color: var(--text-soft); font-size: .94rem; margin: 0; }
.svc-foot { margin-top: 3rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.svc-foot p { margin: 0; color: var(--text-faint); font-size: .9rem; }
@media (max-width: 1020px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .svc-grid { grid-template-columns: 1fr; } .svc { min-height: 0; } .svc__icon { margin-bottom: 1.5rem; } }

/* ---------- Process ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem; position: relative; counter-reset: step; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(212, 172, 100, .15)); }
.step { position: relative; padding-top: 3rem; }
.step::before { content: ""; position: absolute; left: 0; top: 0; width: 15px; height: 15px; background: var(--star) center / contain no-repeat; }
.step::after { content: ""; position: absolute; left: -4px; top: -4px; width: 23px; height: 23px; background: var(--ink); z-index: -1; }
.step .num { display: block; font-size: 3.2rem; line-height: 1; font-weight: 300; margin-bottom: 1.2rem; }
.step h3 { font-size: 1.65rem; font-weight: 400; margin-bottom: .8rem; }
.step p { color: var(--text-soft); font-size: .93rem; margin: 0; }
.steps--ivory::before { background: linear-gradient(90deg, var(--gold-on-ivory), rgba(125, 96, 48, .12)); }
.steps--ivory .step::before { background-image: var(--star-ink); }
.steps--ivory .step::after { background: var(--ivory); }
.steps--ivory .step h3 { color: var(--ink-text); }
.steps--ivory .step p { color: var(--ink-text-soft); }
.section--raised .step::after { background: var(--ink-2); }
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; gap: 0; padding-left: 2.6rem; }
  .steps::before { left: 7px; right: auto; top: 8px; bottom: 8px; width: 1px; height: auto; background: linear-gradient(180deg, var(--gold), rgba(212, 172, 100, .15)); }
  .steps--ivory::before { background: linear-gradient(180deg, var(--gold-on-ivory), rgba(125, 96, 48, .12)); }
  .step { padding: 0 0 2.6rem; }
  .step:last-child { padding-bottom: 0; }
  .step::before { left: -2.6rem; }
  .step::after { left: calc(-2.6rem - 4px); }
  .step .num { font-size: 2.4rem; margin-bottom: .6rem; }
}

/* ---------- Promises ---------- */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(125, 96, 48, .3); }
.promise { padding: 2.4rem 2.2rem 2.6rem 0; border-bottom: 1px solid rgba(125, 96, 48, .2); }
.promise:not(:nth-child(3n + 1)) { padding-left: 2.2rem; border-left: 1px solid rgba(125, 96, 48, .2); }
.promise .num { display: block; margin-bottom: 1.2rem; }
.promise h3 { font-size: 1.6rem; font-weight: 400; color: var(--ink-text); margin-bottom: .75rem; }
.promise p { margin: 0; font-size: .93rem; }
.section:not(.section--ivory) .promise-grid { border-color: var(--line); }
.section:not(.section--ivory) .promise { border-color: var(--line-soft); }
.section:not(.section--ivory) .promise h3 { color: var(--ivory); }
.section:not(.section--ivory) .promise p { color: var(--text-soft); }
@media (max-width: 1020px) {
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .promise:nth-child(even) { padding-left: 2rem; border-left: 1px solid rgba(125, 96, 48, .2); }
}
@media (max-width: 640px) {
  .promise-grid { grid-template-columns: 1fr; }
  .promise, .promise:nth-child(even) { padding: 1.9rem 0; border-left: 0; }
}

/* ---------- Founder note ---------- */
.letter { position: relative; max-width: 50rem; margin-inline: auto; text-align: center; }
.letter__mark { width: 64px; margin: 0 auto 2.4rem; opacity: .95; }
.letter blockquote { margin: 0; }
.letter blockquote p { font-family: var(--serif); font-weight: 300; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.95rem); line-height: 1.5; color: var(--ivory); margin-bottom: 1.2em; }
.letter__sig { margin-top: 2.6rem; display: grid; justify-items: center; gap: .6rem; }
.letter__sig .signature { font-family: var(--serif); font-style: italic; font-size: 2.3rem; color: var(--gold); line-height: 1; }
.letter__sig .sig-lead { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--text-faint); }
.letter__sig .caps { color: var(--text-faint); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 2rem); margin-bottom: 0; }
.faq { border-top: 1px solid rgba(125, 96, 48, .3); }
.faq details { border-bottom: 1px solid rgba(125, 96, 48, .22); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.6rem 0; font-family: var(--serif); font-size: clamp(1.3rem, 1.15rem + .5vw, 1.6rem); font-weight: 400; line-height: 1.3; color: var(--ink-text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 14px; height: 14px;
  background: linear-gradient(var(--gold-on-ivory), var(--gold-on-ivory)) center / 14px 1px no-repeat, linear-gradient(var(--gold-on-ivory), var(--gold-on-ivory)) center / 1px 14px no-repeat;
  transition: transform .4s var(--ease);
}
.faq details[open] summary::after { transform: rotate(135deg); }
.faq summary:hover { color: var(--gold-on-ivory); }
.faq__body { padding: 0 3rem 1.8rem 0; }
.faq__body p { margin: 0 0 .8em; font-size: .97rem; }
.faq__body p:last-child { margin-bottom: 0; }
.faq--dark { border-color: var(--line); }
.faq--dark details { border-color: var(--line-soft); }
.faq--dark summary { color: var(--ivory); }
.faq--dark summary:hover { color: var(--gold); }
.faq--dark summary::after { background: linear-gradient(var(--gold), var(--gold)) center / 14px 1px no-repeat, linear-gradient(var(--gold), var(--gold)) center / 1px 14px no-repeat; }
.faq--dark .faq__body p { color: var(--text-soft); }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } .faq-grid .section-head { position: static; } .faq__body { padding-right: 0; } }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; text-align: center; padding-block: clamp(6rem, 12vw, 11rem); border-top: 1px solid var(--line); }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(40rem 22rem at 50% 50%, rgba(212, 172, 100, .08), transparent 70%); pointer-events: none; }
.cta__mark { position: absolute; left: 50%; top: 50%; width: min(520px, 80vw); transform: translate(-50%, -50%); opacity: .045; pointer-events: none; }
.cta .container { position: relative; }
.cta .h2 { font-size: clamp(2.5rem, 1.4rem + 3.8vw, 5rem); max-width: 19ch; margin: 0 auto 1.8rem; }
.cta .lead { margin: 0 auto 2.8rem; }
.cta .btn-row { justify-content: center; }
.cta .hero__note { margin-top: 2rem; }

/* ---------- Footer ---------- */
.site-footer { background: #080808; border-top: 1px solid var(--line); padding: clamp(4rem, 8vw, 6rem) 0 2rem; font-size: .9rem; color: var(--text-soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 3rem; }
.footer-brand img { width: 190px; margin-bottom: 1.6rem; }
.footer-brand .tagline { font-size: 1.15rem; margin: 0 0 1.2rem; }
.footer-brand p { max-width: 22rem; font-size: .88rem; color: var(--text-faint); }
.footer-col h2 { font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: grid; gap: .7rem; }
.footer-col a { color: var(--text-soft); transition: color .3s; }
.footer-col a:hover { color: var(--gold); }
.footer-col .small { font-size: .8rem; color: var(--text-faint); }
.footer-notices { margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 2rem; border-top: 1px solid var(--line-soft); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 3rem; }
.footer-notice { display: flex; gap: 1rem; align-items: flex-start; font-size: .8rem; line-height: 1.7; color: var(--text-faint); margin: 0; }
.footer-notice strong { color: var(--text-soft); font-weight: 500; }
.badge-18 { flex: none; display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; font-size: .68rem; font-weight: 600; letter-spacing: .04em; color: var(--gold); }
.badge-shield { flex: none; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--sage); }
.badge-shield svg { width: 16px; height: 16px; }
.footer-bottom { margin-top: 2.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-faint); }
.footer-bottom a:hover { color: var(--gold); }
.footer-bottom ul { list-style: none; display: flex; gap: 1.8rem; }
@media (max-width: 1020px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; } .footer-brand { grid-column: 1 / -1; } .footer-notices { grid-template-columns: 1fr; } .footer-col--contact { grid-column: 1 / -1; } }

/* ---------- Generic content blocks ---------- */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.two-col--even { grid-template-columns: 1fr 1fr; }
.prose p { color: var(--text-soft); }
.prose p.statement { color: var(--ivory); }
.section--ivory .prose p { color: var(--ink-text-soft); }
.prose h3 { margin: 2.2rem 0 .9rem; }
@media (max-width: 900px) { .two-col, .two-col--even { grid-template-columns: 1fr; } }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; padding: 2.4rem 2rem 2.2rem; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(247, 244, 238, .02), transparent); }
.card::before { content: ""; position: absolute; top: -1px; left: 2rem; width: 2.5rem; height: 1px; background: var(--gold); }
.card .num { display: block; margin-bottom: 1.5rem; }
.card h3 { font-size: 1.6rem; font-weight: 400; margin-bottom: .8rem; color: var(--ivory); }
.card p { color: var(--text-soft); font-size: .93rem; margin: 0; }
.section--ivory .card { border-color: rgba(125, 96, 48, .28); background: rgba(255, 255, 255, .45); }
.section--ivory .card::before { background: var(--gold-on-ivory); }
.section--ivory .card h3 { color: var(--ink-text); }
.section--ivory .card p { color: var(--ink-text-soft); }
@media (max-width: 1020px) { .cards, .cards--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cards, .cards--3 { grid-template-columns: 1fr; } }

.ticks { list-style: none; display: grid; gap: .85rem; }
.ticks li { position: relative; padding-left: 1.7rem; color: var(--text-soft); font-size: .95rem; line-height: 1.65; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; background: var(--star) center / contain no-repeat; }
.section--ivory .ticks li { color: var(--ink-text-soft); }
.section--ivory .ticks li::before { background-image: var(--star-ink); }

/* Service detail rows (services.html) */
.svc-rows { border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: 5rem minmax(0, 1fr) minmax(0, 1fr); gap: 2rem 3.5rem; padding: clamp(2.5rem, 5vw, 4rem) 0; border-bottom: 1px solid var(--line-soft); }
.svc-row .num { font-size: 2.6rem; line-height: 1; font-weight: 300; }
.svc-row h2 { font-size: clamp(1.9rem, 1.4rem + 1.4vw, 2.7rem); margin-bottom: 1.2rem; }
.svc-row p { color: var(--text-soft); }
.svc-row h3 { font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.3rem; }
.svc-row__icon { width: 30px; height: 30px; color: var(--gold); margin-top: 1.4rem; }
@media (max-width: 900px) { .svc-row { grid-template-columns: 1fr; gap: 1.2rem; } .svc-row__icon { display: none; } }

.terms-box { border: 1px solid var(--line); padding: clamp(2rem, 4vw, 3.5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem 4rem; }
.terms-box .statement { margin: 0; }
@media (max-width: 900px) { .terms-box { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
.form-shell { position: relative; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(247, 244, 238, .025), rgba(247, 244, 238, 0)); padding: clamp(1.35rem, 4vw, 3.5rem); }
@media (max-width: 640px) { .form-actions .btn { flex: 1 1 auto; } .progress__steps li { letter-spacing: .16em; } }
.form-shell::before { content: ""; position: absolute; top: -1px; left: clamp(1.75rem, 4vw, 3.5rem); width: 3rem; height: 1px; background: var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; gap: 1.7rem; } }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }
.field { position: relative; display: flex; flex-direction: column; }
.field > label:not(.check), .field-label, .group-label {
  display: block; margin-bottom: .55rem; line-height: 1.5; min-height: 1.5em;
  font-size: .64rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--text-soft);
}
.field-label .opt, .field > label .opt, .group-label .opt { font-weight: 400; letter-spacing: .08em; color: var(--text-faint); text-transform: none; font-size: .7rem; line-height: 1; margin-left: .35rem; }
.req { color: var(--gold); margin-left: .15rem; }
.input, .select, .textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(247, 244, 238, .28); border-radius: 0;
  padding: .75rem 0 .8rem; font-size: 1rem; line-height: 1.5; color: var(--ivory);
  transition: border-color .3s var(--ease);
  -webkit-appearance: none; appearance: none;
}
.input::placeholder, .textarea::placeholder { color: rgba(247, 244, 238, .5); }
.input:hover, .select:hover, .textarea:hover { border-bottom-color: rgba(247, 244, 238, .5); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-bottom-color: var(--gold); box-shadow: 0 1px 0 0 var(--gold); }
.textarea { resize: vertical; min-height: 7.5rem; border: 1px solid rgba(247, 244, 238, .2); padding: .9rem 1rem; margin-top: .25rem; }
.textarea:focus { border-color: var(--gold); box-shadow: none; }
.select {
  cursor: pointer; padding-right: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23D4AC64' stroke-width='1.2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right .2rem center / 12px 7px no-repeat;
}
.select:required:invalid { color: rgba(247, 244, 238, .5); }
.select option { background: #161514; color: var(--ivory); }
.field.is-valid .input, .field.is-valid .select { border-bottom-color: var(--sage); }
.field.is-valid .textarea { border-color: rgba(154, 168, 142, .7); }
.field.is-invalid .input, .field.is-invalid .select, .field.is-invalid .textarea { border-color: var(--error); }
.field__hint { margin: .55rem 0 0; font-size: .78rem; line-height: 1.55; color: var(--text-faint); }
.field__error { margin: .5rem 0 0; font-size: .78rem; line-height: 1.5; color: var(--error); display: none; }
.field.is-invalid .field__error, .group.is-invalid .field__error { display: block; }

/* checkbox */
.check { position: relative; display: flex; align-items: flex-start; gap: .9rem; cursor: pointer; font-size: .9rem; line-height: 1.6; color: var(--text-soft); }
.check input { position: absolute; opacity: 0; width: 20px; height: 20px; margin: 0; cursor: pointer; }
.check__box { flex: none; width: 20px; height: 20px; margin-top: .1rem; border: 1px solid var(--gold); display: grid; place-items: center; transition: background-color .25s; }
.check__box::after { content: ""; width: 10px; height: 5px; border-left: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(-45deg) translate(1px, -1px); opacity: 0; }
.check input:checked + .check__box { background: var(--gold); }
.check input:checked + .check__box::after { opacity: 1; }
.check input:focus-visible + .check__box { outline: 2px solid var(--sage); outline-offset: 3px; }
.check a { color: var(--gold); border-bottom: 1px solid var(--line); }
.check a:hover { border-color: var(--gold); }
.check strong { color: var(--ivory); font-weight: 500; }
.field.is-invalid .check__box { border-color: var(--error); }

/* chips (checkbox pills) */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: 0 1.1rem; border: 1px solid rgba(247, 244, 238, .24); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; color: var(--text-soft); transition: all .25s var(--ease); }
.chip span::before { content: ""; width: 7px; height: 7px; border: 1px solid currentColor; transform: rotate(45deg); transition: background-color .25s; }
.chip:hover span { border-color: rgba(212, 172, 100, .6); color: var(--ivory); }
.chip input:checked + span { border-color: var(--gold); color: var(--gold); background: rgba(212, 172, 100, .07); }
.chip input:checked + span::before { background: var(--gold); }
.chip input:focus-visible + span { outline: 2px solid var(--sage); outline-offset: 2px; }
.handles { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 2rem; margin-top: 1.4rem; }
.handles:empty { display: none; }
@media (max-width: 640px) { .handles { grid-template-columns: 1fr; } }

.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* multi-step */
.progress { margin-bottom: clamp(2.2rem, 4vw, 3rem); }
.progress__track { position: relative; height: 1px; background: rgba(247, 244, 238, .16); }
.progress__bar { position: absolute; left: 0; top: 0; height: 1px; width: var(--p, 33.333%); background: var(--gold); transition: width .7s var(--ease); }
.progress__bar::after { content: ""; position: absolute; right: -5px; top: -5px; width: 11px; height: 11px; background: var(--star) center / contain no-repeat; }
.progress__steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.2rem; }
.progress__steps li { font-size: .62rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--text-faint); transition: color .4s; }
.progress__steps li .num { display: block; font-size: 1.05rem; letter-spacing: 0; margin-bottom: .15rem; color: inherit; font-weight: 400; }
.progress__steps li:nth-child(2) { text-align: center; }
.progress__steps li:nth-child(3) { text-align: right; }
.progress__steps li.is-active, .progress__steps li.is-done { color: var(--gold); }
.step-title { font-family: var(--serif); font-size: clamp(1.8rem, 1.4rem + 1vw, 2.3rem); font-weight: 300; line-height: 1.15; margin-bottom: .5rem; color: var(--ivory); }
.step-title:focus { outline: none; }
.step-sub { color: var(--text-faint); font-size: .9rem; margin-bottom: 2.2rem; }
.form-actions { margin-top: 2.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.form-actions .btn-back { background: none; border: 0; padding: .8rem 0; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 500; color: var(--text-soft); display: inline-flex; gap: .6rem; align-items: center; }
.form-actions .btn-back:hover { color: var(--gold); }
.form-actions .micro { font-size: .76rem; color: var(--text-faint); margin: 0; }
.form-error { margin: 1.4rem 0 0; font-size: .85rem; color: var(--error); }
.js .form-step:not(.is-current) { display: none; }
.form-step.is-current { animation: stepIn .6s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.form-success { text-align: center; padding: clamp(2rem, 5vw, 3.5rem) 0; }
.form-success:focus { outline: none; }
.form-success__mark { width: 54px; margin: 0 auto 2rem; }
.form-success h2, .form-success h3 { font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); margin-bottom: 1rem; }
.form-success p { color: var(--text-soft); max-width: 28rem; margin: 0 auto 1rem; }
.form-success .tagline { margin-top: 1.6rem; font-size: 1.2rem; }

/* Join page layout */
.apply-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.apply-aside { position: sticky; top: calc(var(--header-h) + 2.5rem); }
.apply-aside h2 { font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.6rem); margin-bottom: 2rem; }
.mini-steps { list-style: none; border-top: 1px solid var(--line-soft); margin-bottom: 2.5rem; }
.mini-steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .5rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line-soft); }
.mini-steps strong { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--ivory); margin-bottom: .2rem; }
.mini-steps p { margin: 0; font-size: .88rem; color: var(--text-soft); line-height: 1.65; }
.privacy-note { border: 1px solid rgba(154, 168, 142, .35); background: rgba(154, 168, 142, .05); padding: 1.6rem 1.7rem; }
.privacy-note h3 { display: flex; align-items: center; gap: .7rem; font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--sage); margin-bottom: .9rem; }
.privacy-note h3 svg { width: 15px; height: 15px; }
.privacy-note p { font-size: .86rem; color: var(--text-soft); margin: 0 0 .7rem; line-height: 1.7; }
.privacy-note p:last-child { margin-bottom: 0; }
@media (max-width: 1020px) { .apply-grid { grid-template-columns: 1fr; } .apply-aside { position: static; } }

/* Careers: roles */
.roles { display: grid; gap: 1.1rem; }
.role { border: 1px solid var(--line); background: rgba(247, 244, 238, .015); transition: border-color .35s; }
.role:hover, .role.is-open { border-color: rgba(212, 172, 100, .55); }
.role__h { margin: 0; font: inherit; }
.role__head { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; padding: clamp(1.5rem, 3vw, 2.2rem) clamp(1.4rem, 3vw, 2.4rem); background: none; border: 0; text-align: left; color: inherit; }
.role__title { font-family: var(--serif); font-size: clamp(1.6rem, 1.3rem + 1vw, 2.2rem); font-weight: 400; line-height: 1.15; color: var(--ivory); display: block; margin-bottom: .7rem; }
.role__tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag { display: inline-flex; align-items: center; min-height: 26px; padding: 0 .75rem; border: 1px solid rgba(247, 244, 238, .2); font-size: .62rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--text-soft); }
.tag--example { border-color: rgba(154, 168, 142, .55); color: var(--sage); }
.role__toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; position: relative; flex: none; transition: transform .45s var(--ease), background-color .3s; }
.role__toggle::before, .role__toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; background: var(--gold); transform: translate(-50%, -50%); }
.role__toggle::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .45s var(--ease); }
.role.is-open .role__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.role__head:hover .role__toggle { background: rgba(212, 172, 100, .08); }
.role__body { padding: 0 clamp(1.4rem, 3vw, 2.4rem) clamp(1.8rem, 3vw, 2.4rem); }
.role__summary { color: var(--text-soft); max-width: 46rem; padding-top: 1.6rem; border-top: 1px solid var(--line-soft); }
.role__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin: 2rem 0 2.4rem; }
.role__cols h4 { font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
@media (max-width: 700px) { .role__cols { grid-template-columns: 1fr; gap: 2rem; } }
.roles-empty { border: 1px dashed rgba(212, 172, 100, .35); padding: clamp(2.5rem, 5vw, 4rem); text-align: center; }
.roles-empty h3 { font-size: 2rem; margin-bottom: .8rem; }
.roles-empty p { color: var(--text-soft); max-width: 32rem; margin: 0 auto 1.8rem; }

.creator-redirect { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.4rem 1.8rem; border: 1px solid rgba(154, 168, 142, .35); margin-top: 3rem; max-width: 46rem; }
.creator-redirect p { margin: 0; color: var(--text-soft); font-size: .92rem; }
.creator-redirect p em { font-family: var(--serif); font-size: 1.2rem; color: var(--sage); }

.writing-prompt { border-left: 1px solid var(--gold); padding: .4rem 0 .4rem 1.3rem; margin: .4rem 0 1rem; font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.45; color: var(--ivory); }

/* Contact */
.channels { list-style: none; border-top: 1px solid var(--line-soft); margin: 2.5rem 0; }
.channels li { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-soft); align-items: baseline; }
.channels .caps { color: var(--gold); font-size: .62rem; }
.channels a, .channels span.val { font-family: var(--serif); font-size: 1.35rem; color: var(--ivory); }
.channels a:hover { color: var(--gold); }
.channels .ph { color: var(--text-faint); font-style: italic; }
@media (max-width: 480px) { .channels li { grid-template-columns: 1fr; gap: .2rem; } }
.notice { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.5rem 1.6rem; border: 1px solid rgba(212, 172, 100, .4); background: rgba(212, 172, 100, .045); }
.notice svg { flex: none; width: 22px; height: 22px; color: var(--gold); margin-top: .1rem; }
.notice h3 { font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.notice p { margin: 0; font-size: .9rem; color: var(--text-soft); line-height: 1.7; }
.notice p + p { margin-top: .5rem; }
.section--ivory .notice { border-color: rgba(125, 96, 48, .4); background: rgba(125, 96, 48, .05); }
.section--ivory .notice h3, .section--ivory .notice svg { color: var(--gold-on-ivory); }
.section--ivory .notice p { color: var(--ink-text-soft); }

/* Legal */
.draft-banner { border: 1px solid rgba(231, 167, 146, .5); background: rgba(231, 167, 146, .06); padding: 1.2rem 1.5rem; margin-bottom: 3rem; font-size: .88rem; color: var(--text-soft); }
.draft-banner strong { color: var(--error); letter-spacing: .2em; text-transform: uppercase; font-size: .7rem; font-weight: 600; display: block; margin-bottom: .3rem; }
.legal h2 { font-size: clamp(1.7rem, 1.4rem + 1vw, 2.2rem); font-weight: 400; margin: 3rem 0 1rem; color: var(--ivory); }
.legal h2 .num { font-size: 1.1rem; margin-right: .6rem; }
.legal p, .legal li { color: var(--text-soft); font-size: .97rem; }
.legal ul { padding-left: 1.2rem; margin: 0 0 1.2em; display: grid; gap: .45rem; }
.legal li::marker { color: var(--gold); }
.legal a { color: var(--gold); border-bottom: 1px solid var(--line); }
.legal .updated { font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--text-faint); }

/* 404 */
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }

/* ---------- Motion ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media print { .site-header, .site-footer, .cta { display: none; } body { background: #fff; color: #000; } }
