/* ==========================================================================
   Wij Zijn Open — Design System (v2)
   A Dutch social movement for offline connection.
   Identity preserved: Warm Sand foundation, Open Coral heartbeat, Poppins.
   Distinctiveness lives in composition, hierarchy, and motion.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Brand (client-committed) */
  --coral:        #E86F5B;
  --coral-deep:   #D45F4A;
  --terracotta:   #C95F43;
  --terracotta-deep: #B34E35;
  --sage:         #9CAF9F;
  --sage-deep:    #7E9079;
  --ink:          #25282A;
  --sand:         #F3E9DC;
  --sand-warm:    #EADBC6;
  --paper:        #FBF6EF;
  --gold:         #B89B5E;
  --white:        #FFFFFF;

  /* Text (contrast-verified on sand) */
  --ink-soft:  rgba(37, 40, 42, 0.74);  /* secondary text, ≥4.5:1 */
  --ink-mute:  rgba(37, 40, 42, 0.58);  /* meta only, never body */
  --ink-line:  rgba(37, 40, 42, 0.13);
  --ink-faint: rgba(37, 40, 42, 0.05);
  --coral-tint: rgba(232, 111, 91, 0.08);

  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing */
  --gut: 1.5rem;
  --radius-pill: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-input: 12px;

  /* Shadows — soft, warm-tinted */
  --shadow-1: 0 2px 14px rgba(37, 40, 42, 0.05);
  --shadow-2: 0 14px 40px rgba(37, 40, 42, 0.10);
  --shadow-float: 0 22px 60px rgba(37, 40, 42, 0.14);

  /* Easing */
  --ease: cubic-bezier(.22, 1, .36, 1);

  /* Semantic z-index scale */
  --z-base: 1;
  --z-sticky: 100;
  --z-dropdown: 200;
  --z-drawer-backdrop: 300;
  --z-drawer: 310;
  --z-skip: 400;

  --maxw: 1180px;
  --prose: 68ch;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-weight: 600; line-height: 1.18; letter-spacing: -0.02em; color: var(--ink); text-wrap: balance; }
h1 { font-weight: 700; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.14; letter-spacing: -0.012em; }
h2 { font-size: clamp(1.75rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -0.015em; }
p { text-wrap: pretty; }

.lead { font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.6; color: var(--ink-soft); max-width: 56ch; }
.lead--center { margin-inline: auto; }
.coral { color: var(--coral); }
.sage-text { color: var(--sage-deep); }
.terra-text { color: var(--terracotta); }

/* Section label — replaces the banned uppercase eyebrow. Used sparingly. */
.label {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-weight: 600; font-size: 0.95rem; color: var(--coral); letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.label::before {
  content: ""; width: 18px; height: 18px; flex-shrink: 0;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 7.2 A8.9 8.9 0 1 0 19 16.8' stroke='%23E86F5B' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='20.6' cy='12' r='1.9' fill='%23E86F5B'/%3E%3C/svg%3E");
}
.label--sage { color: var(--sage-deep); }
.label--terra { color: var(--terracotta); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: 820px; }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }
.section--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.section--sand { background: var(--sand); }
.section--warm { background: var(--sand-warm); }
.section--paper { background: var(--paper); }
.section--sage { background: var(--sage); }
.section--ink { background: var(--ink); color: var(--sand); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink .lead { color: rgba(243, 233, 220, 0.78); }
.section-head { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: 1.1rem; }
.section-head--center .lead { margin-inline: auto; }
.clip { overflow: hidden; }

/* ---------- Open-circle motif ---------- */
.motif {
  position: absolute; pointer-events: none; z-index: var(--z-base);
  border: 2px solid var(--coral); border-radius: 50%; opacity: 0.07;
}
.motif--tr { width: clamp(280px, 40vw, 560px); aspect-ratio: 1; top: -14%; right: -8%; }
.motif--bl { width: clamp(240px, 34vw, 460px); aspect-ratio: 1; bottom: -16%; left: -10%; }
.section > .wrap { position: relative; z-index: 2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-weight: 500; font-size: 1rem; line-height: 1;
  border-radius: var(--radius-pill); padding: 0.95rem 1.9rem;
  border: 2px solid transparent; white-space: nowrap;
  transition: transform .35s var(--ease), background .2s, box-shadow .35s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--lg { padding: 1.1rem 2.3rem; font-size: 1.0625rem; }
.btn--block { display: flex; width: 100%; }

.btn--primary { background: var(--coral); color: var(--white); box-shadow: 0 10px 26px rgba(232,111,91,0.30); }
.btn--primary:hover { background: var(--coral-deep); box-shadow: 0 14px 32px rgba(232,111,91,0.38); }
.btn--outline { border-color: var(--coral); color: var(--coral); }
.btn--outline:hover { background: var(--coral-tint); }
.btn--spot { background: var(--sage); color: var(--ink); }
.btn--spot:hover { background: var(--sage-deep); color: var(--white); }
.btn--ink { background: var(--ink); color: var(--white); }
.btn--ink:hover { background: #000; }
.btn--ghost { border-color: rgba(255,255,255,0.45); color: var(--white); }
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }
.btn--on-coral { background: var(--white); color: var(--coral); box-shadow: 0 10px 28px rgba(0,0,0,0.14); }
.btn--on-coral:hover { background: var(--ink); color: var(--white); }

.actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: rgba(243,233,220,0.84);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.nav.is-scrolled { border-bottom-color: var(--ink-line); box-shadow: 0 6px 28px rgba(37,40,42,0.05); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 1.5rem; }
.nav__logo { display: flex; align-items: center; flex-shrink: 0; }
.nav__logo img { height: 36px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__link { font-weight: 500; font-size: 0.95rem; position: relative; padding: 0.4rem 0; transition: color .2s; }
.nav__link::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: var(--coral); transition: width .3s var(--ease); }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--coral); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 0.75rem; }

.nav__item { position: relative; }
.nav__item--menu > .nav__link { display: inline-flex; align-items: center; gap: 0.32rem; }
.nav__chev { width: 11px; height: 11px; transition: transform .25s; }
.nav__menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--paper); border-radius: 16px; box-shadow: var(--shadow-float);
  padding: 0.6rem; min-width: 270px; opacity: 0; visibility: hidden;
  transition: opacity .22s, transform .22s; border: 1px solid var(--ink-faint); z-index: var(--z-dropdown);
}
.nav__item--menu:hover .nav__menu, .nav__item--menu:focus-within .nav__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__item--menu:hover .nav__chev { transform: rotate(180deg); }
.nav__menu a { display: flex; gap: 0.8rem; padding: 0.7rem 0.85rem; border-radius: 11px; transition: background .18s; align-items: flex-start; }
.nav__menu a:hover { background: var(--sand); }
.nav__menu .dot { width: 11px; height: 11px; border-radius: 50%; margin-top: 0.45rem; flex-shrink: 0; }
.nav__menu strong { font-weight: 600; font-size: 0.95rem; display: block; }
.nav__menu span small, .nav__menu .sub { font-size: 0.82rem; color: var(--ink-mute); line-height: 1.4; display: block; }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }

@media (max-width: 1000px) {
  .nav__links, .nav__cta .btn--outline { display: none; }
  .nav__burger { display: flex; }
}
@media (max-width: 560px) {
  /* On phones the burger drawer carries both CTAs prominently, so the
     cramped inline pill is dropped for a clean two-element header. */
  .nav__cta .btn--primary { display: none; }
  .nav__inner { height: 66px; }
  .nav__logo img { height: 32px; }
  .nav__burger { padding: 8px 4px 8px 12px; }
}

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: var(--z-drawer); background: var(--sand);
  transform: translateX(100%); transition: transform .4s var(--ease); visibility: hidden;
  display: flex; flex-direction: column; padding: 1.5rem; overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer__top { display: flex; justify-content: space-between; align-items: center; height: 44px; margin-bottom: 1.75rem; }
.drawer__close { background: none; border: none; font-size: 2rem; line-height: 1; padding: 0 8px; }
.drawer__links { display: flex; flex-direction: column; }
.drawer__links a { font-size: 1.35rem; font-weight: 600; padding: 0.75rem 0; border-bottom: 1px solid var(--ink-faint); }
.drawer__links a small { display: block; font-size: 0.85rem; font-weight: 400; color: var(--ink-mute); margin-top: 2px; }
.drawer__cta { margin-top: auto; padding-top: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(2.5rem, 6vw, 5rem); padding-bottom: clamp(3rem, 7vw, 6rem); position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero__kicker { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 500; font-size: 0.95rem; color: var(--coral); margin-bottom: 1.4rem; }
.hero__kicker .rule { width: 28px; height: 2px; background: var(--coral); border-radius: 2px; }
.hero h1 { margin-bottom: 1.5rem; }
.hero__lead { font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.6; color: var(--ink-soft); max-width: 50ch; }
.hero .actions { margin-top: 2.1rem; }
.hero__note { margin-top: 1.9rem; font-size: 0.95rem; color: var(--ink-mute); display: flex; align-items: center; gap: 0.6rem; }

.hero__visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.rings { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1; }
.ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 2px solid var(--coral); }
.ring--1 { opacity: 0.45; animation: breathe 7s var(--ease) infinite; }
.ring--2 { inset: 15%; border-color: var(--terracotta); opacity: 0.5; animation: breathe 7s var(--ease) infinite .5s; }
.ring--3 { inset: 30%; border-color: var(--sage); opacity: 0.75; animation: breathe 7s var(--ease) infinite 1s; }
.ring__core { position: absolute; inset: 41%; border-radius: 50%; background: var(--coral); display: grid; place-items: center; box-shadow: 0 20px 50px rgba(232,111,91,0.38); }
.ring__core svg { width: 48%; }
.tag {
  position: absolute; background: var(--paper); border-radius: 30px; padding: 0.55rem 1rem;
  font-size: 0.84rem; font-weight: 500; box-shadow: var(--shadow-1);
  display: flex; align-items: center; gap: 0.5rem; white-space: nowrap;
}
.tag .dot { width: 9px; height: 9px; border-radius: 50%; }
.tag--1 { top: 2%; left: -4%; animation: float 6s ease-in-out infinite; }
.tag--2 { top: 44%; right: -8%; animation: float 6s ease-in-out infinite 2s; }
.tag--3 { bottom: 4%; left: 10%; animation: float 6s ease-in-out infinite 4s; }
.dot--coral { background: var(--coral); }
.dot--terra { background: var(--terracotta); }
.dot--sage { background: var(--sage); }

@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; }
  /* Visual sits below the headline (not above) so the floating tags never
     collide with the sticky nav. Tags pulled inside to avoid overflow. */
  .hero__visual { max-width: 340px; margin-inline: auto; order: 0; margin-top: 0.5rem; }
  .tag--1 { left: 0; }
  .tag--2 { right: 0; }
  .tag--3 { left: 6%; }
}
@media (max-width: 560px) {
  /* On phones the headline carries the hero on its own; the decorative
     rings + tags are hidden for a focused, uncluttered top of page. */
  .hero__visual { display: none; }
  .hero { padding-top: 2rem; }
}

/* ---------- Societal context (editorial, not stat strip) ---------- */
.context { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.context__statement { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; line-height: 1.3; letter-spacing: -0.02em; }
.context__statement .big { color: var(--coral); }
.context__source { margin-top: 1.5rem; font-size: 0.85rem; color: var(--ink-mute); }
.context__aside { border-left: 0; }
.context__rows { display: flex; flex-direction: column; }
.context__row { display: flex; align-items: baseline; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--ink-line); }
.context__row:first-child { border-top: 1px solid var(--ink-line); }
.context__row b { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 700; color: var(--ink); min-width: 4.5ch; }
.context__row span { font-size: 0.98rem; color: var(--ink-soft); }
@media (max-width: 800px) { .context { grid-template-columns: 1fr; } }

/* ---------- Signal rows (replaces uniform 3-card grid) ---------- */
.signals { border-top: 1px solid var(--ink-line); }
.signal {
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center; padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-bottom: 1px solid var(--ink-line); position: relative;
  transition: background .3s var(--ease);
}
.signal:hover { background: var(--coral-tint); }
.signal__mark { width: clamp(58px, 8vw, 84px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; }
.signal--coral .signal__mark { background: rgba(232,111,91,0.10); }
.signal--sage .signal__mark { background: rgba(156,175,159,0.20); }
.signal--terra .signal__mark { background: rgba(201,95,67,0.10); }
.signal__mark svg { width: 56%; }
.signal__body { min-width: 0; }
.signal__intent { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.3rem; }
.signal--coral .signal__intent { color: var(--coral); }
.signal--sage .signal__intent { color: var(--sage-deep); }
.signal--terra .signal__intent { color: var(--terracotta); }
.signal__body h3 { margin-bottom: 0.35rem; }
.signal__body p { color: var(--ink-soft); max-width: 52ch; }
.signal__go {
  width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--ink-line);
  display: grid; place-items: center; flex-shrink: 0; transition: border-color .25s, background .25s, transform .35s var(--ease);
}
.signal:hover .signal__go { border-color: var(--coral); background: var(--coral); transform: translateX(4px); }
.signal:hover .signal__go svg path { stroke: #fff; }
.signal__go svg { width: 20px; }
.signal__link-cover { position: absolute; inset: 0; }
@media (max-width: 680px) {
  .signal { grid-template-columns: auto 1fr; }
  .signal__go { display: none; }
}

/* ---------- Intention spectrum (one connected system) ---------- */
.spectrum { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-1); }
.spectrum__seg { padding: clamp(1.75rem, 3vw, 2.5rem); color: var(--ink); position: relative; }
.spectrum__seg--coral { background: var(--coral); color: #fff; }
.spectrum__seg--terra { background: var(--terracotta); color: #fff; }
.spectrum__seg--sage { background: var(--sage); color: var(--ink); }
.spectrum__name { font-size: 0.82rem; font-weight: 600; opacity: 0.85; margin-bottom: 0.6rem; }
.spectrum__seg h3 { color: inherit; margin-bottom: 0.6rem; }
.spectrum__seg p { font-size: 0.98rem; line-height: 1.55; }
.spectrum__seg--coral p, .spectrum__seg--terra p { color: rgba(255,255,255,0.92); }
.spectrum__seg--sage p { color: rgba(37,40,42,0.82); }
@media (max-width: 720px) { .spectrum { grid-template-columns: 1fr; } }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.step__num {
  width: 46px; height: 46px; border-radius: 50%; background: var(--coral); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 1.15rem; margin-bottom: 1.1rem;
}
.step--sage .step__num { background: var(--sage); color: var(--ink); }
.step--terra .step__num { background: var(--terracotta); }
.step h3 { margin-bottom: 0.5rem; }
.step p { color: var(--ink-soft); }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { border-radius: var(--radius-lg); aspect-ratio: 4/3; display: grid; place-items: center; background: linear-gradient(150deg, var(--sand-warm), #E2D2BB); position: relative; overflow: hidden; }
.split--paper .split__media { background: linear-gradient(150deg, var(--sand), var(--sand-warm)); }
.split__body h2 + p { margin-top: 1.1rem; }
.split__body p + p { margin-top: 1rem; }
.split__list { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.9rem; }
.split__list li { display: flex; gap: 0.75rem; align-items: flex-start; color: var(--ink-soft); }
.split__list .tick { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.split__cta { margin-top: 2rem; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }

/* ---------- Manifesto ---------- */
.mani { max-width: 720px; margin-inline: auto; }
.mani p { font-size: clamp(1.15rem, 1.7vw, 1.35rem); line-height: 1.85; margin-bottom: 1.5rem; }
.mani__accent { font-weight: 700; color: var(--coral); text-align: center; font-size: clamp(1.6rem, 3.6vw, 2.5rem); line-height: 1.25; margin-block: 2.5rem; letter-spacing: -0.02em; }
.mani__lines { margin-block: 2rem; }
.mani__lines p { font-size: clamp(1.2rem, 2.1vw, 1.5rem); line-height: 1.5; margin-bottom: 0.35rem; font-weight: 500; }
.mani__lines--center { text-align: center; }
.section--ink .mani p { color: rgba(243,233,220,0.92); }

/* ---------- Founder ---------- */
.founder { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.founder__photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; position: relative; background: linear-gradient(155deg, var(--sand-warm), var(--sage)); display: grid; place-items: center; box-shadow: var(--shadow-1); }
.founder__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder__quote { color: var(--coral); font-size: clamp(1.3rem, 2.6vw, 1.85rem); font-weight: 600; line-height: 1.32; letter-spacing: -0.02em; margin-bottom: 1.5rem; text-wrap: balance; }
.founder__story p { color: var(--ink-soft); }
.founder__story p + p { margin-top: 1rem; }
.founder__sign { margin-top: 1.6rem; font-weight: 600; }
.founder__sign small { display: block; font-weight: 400; color: var(--ink-mute); font-size: 0.9rem; margin-top: 2px; }
@media (max-width: 820px) { .founder { grid-template-columns: 1fr; } .founder__photo { max-width: 340px; } }

/* ---------- CTA band ---------- */
.cta { background: var(--coral); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta .motif { border-color: #fff; opacity: 0.14; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,0.92); max-width: 52ch; margin: 1.1rem auto 0; }
.cta .actions { justify-content: center; margin-top: 2rem; }

/* ---------- Newsletter ---------- */
.news { background: var(--sand-warm); border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3.25rem); text-align: center; position: relative; overflow: hidden; }
.news p { color: var(--ink-soft); max-width: 46ch; margin: 1rem auto 1.75rem; }
.news__form { display: flex; gap: 0.75rem; max-width: 460px; margin-inline: auto; }
.news__form input { flex: 1; border-radius: var(--radius-pill); border: 2px solid transparent; background: var(--paper); color: var(--ink); padding: 0.9rem 1.25rem; font-family: inherit; }
.news__form input::placeholder { color: var(--ink-mute); }
.news__form input:focus { outline: none; border-color: var(--coral); }
.news__msg { margin-top: 1rem; min-height: 1.2em; font-size: 0.95rem; }
@media (max-width: 520px) { .news__form { flex-direction: column; } }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--ink-line); }
.faq__item:first-child { border-top: 1px solid var(--ink-line); }
.faq__q { width: 100%; text-align: left; background: none; border: none; padding: 1.6rem 3rem 1.6rem 0; font-weight: 600; font-size: 1.15rem; line-height: 1.4; position: relative; color: var(--ink); }
.faq__q::after {
  content: ""; position: absolute; right: 0; top: 1.85rem; width: 18px; height: 18px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1v14M1 8h14' stroke='%23E86F5B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform .3s var(--ease);
}
.faq__item.is-open .faq__q::after { transform: rotate(135deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a-inner { padding-bottom: 1.6rem; color: var(--ink-soft); max-width: 68ch; }
.faq__a-inner p + p { margin-top: 0.75rem; }

/* ---------- Forms ---------- */
.formcard { background: var(--paper); border-radius: var(--radius-lg); padding: clamp(1.75rem, 3vw, 2.75rem); box-shadow: var(--shadow-1); }
.tabs { display: flex; gap: 0.4rem; background: var(--sand); padding: 0.4rem; border-radius: var(--radius-pill); margin-bottom: 2rem; }
.tab { flex: 1; border: none; background: transparent; padding: 0.8rem 1rem; border-radius: var(--radius-pill); font-weight: 500; font-size: 0.95rem; color: var(--ink-soft); transition: background .2s, color .2s; }
.tab.is-active { background: var(--paper); color: var(--ink); box-shadow: var(--shadow-1); }
.panel { display: none; }
.panel.is-active { display: block; animation: fade-up .4s var(--ease); }
.field { margin-bottom: 1.25rem; }
.field label { display: block; font-weight: 500; font-size: 0.95rem; margin-bottom: 0.45rem; }
.field label .opt { color: var(--ink-mute); font-weight: 400; font-size: 0.85rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--sand); border: 2px solid transparent; border-radius: var(--radius-input); padding: 0.85rem 1rem;
  transition: border-color .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); background: var(--paper); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); }
.field .hint { font-size: 0.85rem; color: var(--ink-mute); margin-top: 0.4rem; }
.field--error input, .field--error textarea, .field--error select { border-color: var(--terracotta); }
.field__msg { font-size: 0.85rem; color: var(--terracotta); margin-top: 0.4rem; display: none; }
.field--error .field__msg { display: block; }
.check { display: flex; gap: 0.7rem; align-items: flex-start; cursor: pointer; }
.check input { width: auto; margin-top: 0.35rem; accent-color: var(--coral); }
.check span { font-size: 0.95rem; color: var(--ink-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.success { display: none; text-align: center; padding: 1rem 0; }
.success.is-visible { display: block; animation: fade-up .5s var(--ease); }
.success__icon { width: 72px; height: 72px; border-radius: 50%; background: var(--coral-tint); display: grid; place-items: center; margin: 0 auto 1.25rem; }
.success h3 { color: var(--coral); margin-bottom: 0.5rem; }

/* ---------- Page header (subpages) ---------- */
.phead { padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(1.75rem, 3vw, 2.75rem); position: relative; }
.phead__inner { max-width: 760px; }
.phead h1 { margin: 1rem 0 1.25rem; }
.crumb { font-size: 0.85rem; color: var(--ink-mute); display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; }
.crumb a:hover { color: var(--coral); }

/* ---------- Prose ---------- */
.prose { max-width: var(--prose); }
.prose p { color: var(--ink-soft); margin-bottom: 1.25rem; }
.prose h2 { margin: 2.5rem 0 1rem; }
.prose h3 { margin: 2rem 0 0.75rem; }
.prose ul { margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
.prose ul li { padding-left: 1.75rem; position: relative; color: var(--ink-soft); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 9px; height: 9px; border: 2px solid var(--coral); border-radius: 50%; }
.pullquote { font-size: clamp(1.3rem, 2.4vw, 1.65rem); font-style: italic; color: var(--coral); margin: 2rem 0; font-weight: 500; line-height: 1.4; text-wrap: balance; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chip { display: inline-flex; align-items: center; gap: 0.55rem; background: var(--paper); border-radius: var(--radius-pill); padding: 0.6rem 1.1rem; font-size: 0.92rem; font-weight: 500; box-shadow: var(--shadow-1); }
.chip .dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }

/* ---------- Footer ---------- */
.footer { background: var(--sand); border-top: 1px solid rgba(232,111,91,0.22); padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(1.75rem, 3vw, 2.75rem); }
.footer__brand img { height: 34px; margin-bottom: 1.1rem; }
.footer__brand p { font-size: 0.95rem; max-width: 300px; color: var(--ink-soft); }
.footer__brand .mline { color: var(--coral); font-weight: 500; font-style: italic; margin-top: 1rem; }
.footer__col h4 { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 1rem; font-weight: 600; }
.footer__col a { display: block; color: var(--ink-soft); font-size: 0.95rem; padding: 0.35rem 0; transition: color .2s; }
.footer__col a:hover { color: var(--coral); }
.footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--ink-line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; color: var(--ink-mute); }
.footer__social { display: flex; gap: 1.25rem; }
.footer__social a { color: var(--ink-soft); transition: color .2s; }
.footer__social a:hover { color: var(--coral); }
@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Hero load choreography (content visible by default) ---------- */
@keyframes fade-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .hero-anim > * { animation: fade-up .7s var(--ease) both; }
  .hero-anim > *:nth-child(1) { animation-delay: .05s; }
  .hero-anim > *:nth-child(2) { animation-delay: .12s; }
  .hero-anim > *:nth-child(3) { animation-delay: .19s; }
  .hero-anim > *:nth-child(4) { animation-delay: .26s; }
  .hero-anim > *:nth-child(5) { animation-delay: .33s; }
  .hero__visual { animation: fade-up .9s var(--ease) both .2s; }
}

/* Earned, content-safe scroll accent (additive; resting state visible) */
.rise { will-change: transform; }
@media (prefers-reduced-motion: no-preference) {
  .js .rise { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .js .rise.is-in { opacity: 1; transform: none; }
}

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

/* Skip link */
.skip { position: absolute; left: 1rem; top: -60px; background: var(--ink); color: #fff; padding: 0.6rem 1rem; border-radius: 8px; z-index: var(--z-skip); transition: top .2s; font-weight: 500; }
.skip:focus { top: 1rem; }

.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; }
