/* ==========================================================================
   EASY MOVING — styles.css
   Concept: “Bewegingslijn — van eerste stap tot applaus.”
   Warm, editorial, kinetic. Docs photography, duotone transitions,
   spotlight accents, oversized Fraunces display type.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..900;1,9..144,400..900&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* --------------------------------------------------------------------------
   1. TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* — Brand & functional colour ------------------------------------------- */
  --brand:            #EB088A;   /* primary CTA fill / movement trail */
  --brand-strong:     #C40670;   /* accessible text link on light */
  --brand-deep:       #8E0451;
  --trust:            #0B4F6C;   /* headings, nav, focus, trust strip */
  --trust-deep:       #073B52;
  --trust-soft:       #E4F0F5;
  --amber:            #FFB000;   /* spotlight, emotional peaks */

  --bg:               #FFF9F6;   /* warm page base */
  --bg-alt:           #F6EEE9;
  --surface:          #FFFFFF;
  --surface-2:        #FBF6F3;

  --ink:              #1C1B22;
  --ink-soft:         #5A5560;
  --ink-mute:         #8A848F;
  --line:             #E7DFDA;
  --line-strong:      #D3C8C1;

  --ok:               #49AB47;
  --info:             #0170B9;

  /* — Typography ---------------------------------------------------------- */
  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-body:    'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont,
                  'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --fs-xs:   0.8125rem;                       /* 13px  meta            */
  --fs-sm:   0.875rem;                        /* 14px  captions        */
  --fs-btn:  1rem;                            /* 16px  buttons         */
  --fs-base: 1.0625rem;                       /* 17px  body            */
  --fs-md:   1.1875rem;                       /* 19px  lede / intro    */
  --fs-lg:   1.5rem;                          /* 24px  card titles     */
  --fs-xl:   2rem;                            /* 32px  sub headings    */
  --fs-2xl:  2.5rem;                          /* 40px  H2              */
  --fs-3xl:  clamp(2.25rem, 5vw, 3.5rem);     /* section titles        */
  --fs-4xl:  clamp(3rem, 8vw, 5rem);          /* hero H1               */
  --fs-5xl:  clamp(2.75rem, 11vw, 8rem);      /* oversized quote/year  */

  --lh-tight: 0.95;
  --lh-snug:  1.08;
  --lh-body:  1.65;

  /* — 8pt spacing scale --------------------------------------------------- */
  --sp-0:  0;
  --sp-1:  0.5rem;    /*  8 */
  --sp-2:  1rem;      /* 16 */
  --sp-3:  1.5rem;    /* 24 */
  --sp-4:  2rem;      /* 32 */
  --sp-5:  2.5rem;    /* 40 */
  --sp-6:  3rem;      /* 48 */
  --sp-8:  4rem;      /* 64 */
  --sp-10: 5rem;      /* 80 */
  --sp-12: 6rem;      /* 96 */
  --sp-16: 8rem;      /* 128 */

  /* — Radii --------------------------------------------------------------- */
  --r-xs:   4px;
  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   22px;
  --r-xl:   34px;
  --r-pill: 999px;

  /* — Elevation system ---------------------------------------------------- */
  --sh-1: 0 1px 2px rgba(28, 27, 34, .06),
          0 1px 1px rgba(28, 27, 34, .04);
  --sh-2: 0 4px 14px -6px rgba(28, 27, 34, .16),
          0 2px 4px -2px rgba(28, 27, 34, .07);
  --sh-3: 0 20px 44px -22px rgba(28, 27, 34, .32),
          0 8px 16px -10px rgba(28, 27, 34, .14);
  --sh-4: 0 38px 80px -34px rgba(11, 79, 108, .42),
          0 14px 30px -16px rgba(28, 27, 34, .22);
  --sh-brand: 0 16px 34px -14px rgba(235, 8, 138, .55);
  --sh-amber: 0 18px 40px -18px rgba(255, 176, 0, .55);

  /* — Motion -------------------------------------------------------------- */
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --ease-in-out: cubic-bezier(.65, .05, .36, 1);
  --t-fast: 180ms;
  --t-mid: 320ms;
  --t-slow: 620ms;

  /* — Layout -------------------------------------------------------------- */
  --wrap-max: 78rem;          /* 1248px */
  --wrap-narrow: 46rem;
  --header-h: 4.5rem;

  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   2. RESET / BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--sp-2));
}

body {
  margin: 0;
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: var(--lh-body);
  letter-spacing: 0.002em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

/* fine paper grain across the whole studio */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: var(--grain);
  background-size: 220px 220px;
  opacity: .038;
  mix-blend-mode: multiply;
}

img,
svg,
video { max-width: 100%; display: block; }

img { height: auto; }

a {
  color: var(--brand-strong);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color var(--t-fast) var(--ease-out);
}

a:hover { color: var(--trust); }

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

ul,
ol { margin: 0; padding: 0; list-style: none; }

p { margin: 0 0 var(--sp-3); }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 {
  margin: 0 0 var(--sp-2);
  color: var(--trust);
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: var(--lh-snug);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h3, h4 {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: var(--sp-6) 0;
}

::selection {
  background: var(--brand);
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

/* --------------------------------------------------------------------------
   3. UTILITIES
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wrap-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.wrap--narrow {
  max-width: var(--wrap-narrow);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.skip-link {
  position: absolute;
  top: var(--sp-1);
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -200%);
  padding: 0.7rem 1.25rem;
  background: var(--trust);
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-3);
  transition: transform var(--t-mid) var(--ease-out);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translate(-50%, 0);
  color: #fff;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------------------------------------------------
   4. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  padding: 0.875rem 1.625rem;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  background: var(--brand);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--fs-btn);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--t-mid) var(--ease-out),
    box-shadow var(--t-mid) var(--ease-out),
    background-color var(--t-fast) var(--ease-out),
    border-color var(--t-fast) var(--ease-out),
    color var(--t-fast) var(--ease-out);
}

/* moving-light sheen — the studio spotlight crossing the button */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(105deg,
      rgba(255, 255, 255, .34) 0%,
      rgba(255, 255, 255, .06) 38%,
      rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity var(--t-mid) var(--ease-out),
              transform var(--t-slow) var(--ease-out);
}

.btn:hover::after,
.btn:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.btn:active { transform: translateY(1px) scale(.995); }

.btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--sh-brand);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--brand-strong);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px -16px rgba(235, 8, 138, .62),
              0 6px 14px -8px rgba(28, 27, 34, .24);
}

.btn--ghost {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: #fff;
  color: var(--trust);
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .55);
}

.btn--outline {
  background: transparent;
  color: var(--trust);
  border-color: var(--trust);
  box-shadow: none;
}

.btn--outline:hover,
.btn--outline:focus-visible {
  background: var(--trust);
  color: #fff;
  border-color: var(--trust);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -22px rgba(11, 79, 108, .6);
}

/* --------------------------------------------------------------------------
   5. HEADER
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(255, 255, 255, .92);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: saturate(1.5) blur(14px);
  backdrop-filter: saturate(1.5) blur(14px);
  box-shadow: 0 1px 0 rgba(28, 27, 34, .02);
}

.site-header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2) var(--sp-3);
  min-height: var(--header-h);
  padding-block: var(--sp-1);
}

/* — Brand ---------------------------------------------------------------- */
.brand {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  margin-inline-end: auto;
  text-decoration: none;
  color: var(--ink);
  transition: transform var(--t-mid) var(--ease-out);
}

.brand:hover { transform: translateY(-1px); }

.brand__logo {
  width: 3rem;
  height: 3rem;
  flex: none;
  object-fit: contain;
  border-radius: var(--r-pill);
  background: var(--surface);
  box-shadow: var(--sh-1);
  transition: box-shadow var(--t-mid) var(--ease-out),
              transform var(--t-mid) var(--ease-out);
}

.brand:hover .brand__logo {
  transform: rotate(-6deg) scale(1.04);
  box-shadow: var(--sh-2);
}

.brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.1;
}

.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  color: var(--trust);
}

.brand__tag {
  display: none;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* — Nav toggle ----------------------------------------------------------- */
.nav-toggle {
  order: 3;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  min-height: 2.75rem;
  padding: 0.5rem 0.875rem;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  color: var(--trust);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: border-color var(--t-fast) var(--ease-out),
              background-color var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
}

.nav-toggle:hover {
  background: var(--trust-soft);
  border-color: var(--trust);
  box-shadow: var(--sh-1);
}

.nav-toggle__bars {
  position: relative;
  display: inline-block;
  width: 1.375rem;
  height: 0.875rem;
  flex: none;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform var(--t-mid) var(--ease-out),
              top var(--t-mid) var(--ease-out),
              width var(--t-mid) var(--ease-out);
}

.nav-toggle__bars::before { top: 0; }
.nav-toggle__bars::after  { top: calc(100% - 2px); width: 72%; }

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
  top: calc(50% - 1px);
  width: 100%;
  transform: rotate(-45deg);
}

.nav-toggle__label {
  display: none;
  font-size: var(--fs-sm);
  font-weight: 700;
}

/* — Primary navigation --------------------------------------------------- */
.primary-nav {
  order: 5;
  flex: 1 0 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--sh-3);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: clip-path var(--t-mid) var(--ease-out),
              opacity var(--t-mid) var(--ease-out),
              transform var(--t-mid) var(--ease-out);
}

.primary-nav.is-open,
.nav-toggle[aria-expanded="true"] + .primary-nav,
.nav-toggle[aria-expanded="true"] ~ .primary-nav {
  clip-path: inset(0 0 -12% 0);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.primary-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: var(--sp-1) clamp(1rem, 4vw, 2.5rem) var(--sp-2);
}

.primary-nav__list a {
  position: relative;
  display: block;
  padding: 0.875rem 0.25rem 0.875rem 1.125rem;
  color: var(--trust);
  font-size: 1.0625rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color var(--t-fast) var(--ease-out),
              padding-inline-start var(--t-mid) var(--ease-out);
}

.primary-nav__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5rem;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--t-mid) var(--ease-out);
}

.primary-nav__list a:hover,
.primary-nav__list a:focus-visible,
.primary-nav__list a[aria-current="page"] {
  color: var(--brand-strong);
  padding-inline-start: 1.75rem;
}

.primary-nav__list a:hover::before,
.primary-nav__list a:focus-visible::before,
.primary-nav__list a[aria-current="page"]::before {
  transform: scaleX(1);
}

.primary-nav__list li:last-child a { border-bottom: 0; }

/* — Search --------------------------------------------------------------- */
.site-search {
  order: 4;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-search__input {
  position: absolute;
  inset-inline-end: 100%;
  z-index: 6;
  width: 0;
  height: 2.75rem;
  margin-inline-end: var(--sp-1);
  padding: 0 0.9rem;
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--ink);
  font-size: var(--fs-sm);
  box-shadow: var(--sh-2);
  transition: width var(--t-mid) var(--ease-out),
              opacity var(--t-fast) var(--ease-out);
}

.site-search__input::placeholder { color: var(--ink-mute); }

.site-search:focus-within .site-search__input {
  width: min(56vw, 16rem);
  opacity: 1;
  pointer-events: auto;
}

.site-search__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  background: var(--surface);
  color: var(--trust);
  cursor: pointer;
  transition: background-color var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              transform var(--t-mid) var(--ease-out);
}

.site-search__button:hover,
.site-search__button:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-1px);
}

/* — Header CTA ----------------------------------------------------------- */
.site-header__cta {
  order: 2;
  display: none;
  padding: 0.7rem 1.25rem;
  font-size: var(--fs-sm);
}

/* --------------------------------------------------------------------------
   6. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(34rem, 82vh, 54rem);
  padding-block: clamp(6rem, 16vw, 10rem) clamp(5rem, 12vw, 8rem);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--trust-deep);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.25rem), 0 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(.72) contrast(1.06) brightness(.82);
  transform: scale(1.06);
  animation: hero-drift 24s var(--ease-in-out) infinite alternate;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, rgba(0, 0, 0, .72) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 74%, rgba(0, 0, 0, .72) 100%);
}

@keyframes hero-drift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.13) translate3d(-1.4%, -1.2%, 0); }
}

/* duotone: magenta→trust theatre wash */
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(128deg, var(--trust) 0%, var(--brand-deep) 100%);
  mix-blend-mode: color;
  opacity: .72;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(115% 78% at 78% 12%,
      rgba(255, 176, 0, .26) 0%,
      rgba(255, 176, 0, 0) 55%),
    linear-gradient(180deg,
      rgba(7, 59, 82, .62) 0%,
      rgba(7, 59, 82, .38) 38%,
      rgba(28, 27, 34, .82) 88%,
      rgba(28, 27, 34, .94) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 58rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  margin-bottom: var(--sp-3);
  padding: 0.45rem 0.9rem 0.45rem 0.7rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--r-pill);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero__eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: var(--r-pill);
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(255, 176, 0, .7);
  animation: pulse 2.6s var(--ease-in-out) infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 176, 0, .65); }
  50%      { box-shadow: 0 0 0 9px rgba(255, 176, 0, 0); }
}

.hero__title {
  margin: 0 0 var(--sp-3);
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--fs-4xl);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: -0.032em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .35);
  text-wrap: balance;
}

.hero__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--amber);
}

.hero__lede {
  max-width: 44ch;
  margin: 0 0 var(--sp-2);
  color: rgba(255, 255, 255, .96);
  font-size: clamp(1.0625rem, 1.6vw, 1.3125rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.hero__sub {
  max-width: 42ch;
  margin: 0 0 var(--sp-5);
  color: rgba(255, 255, 255, .74);
  font-size: var(--fs-base);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.hero__facts > * {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  color: rgba(255, 255, 255, .8);
  font-size: var(--fs-sm);
  font-weight: 500;
  letter-spacing: .02em;
}

.hero__facts strong,
.hero__facts b {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* --------------------------------------------------------------------------
   7. MARQUEE — choreography line
   -------------------------------------------------------------------------- */
.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-block: var(--sp-2);
  background: var(--trust);
  color: rgba(255, 255, 255, .9);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg,
      transparent 0, #000 5%, #000 95%, transparent 100%);
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  width: max-content;
  flex: none;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.01em;
  white-space: nowrap;
  animation: marquee-scroll 34s linear infinite;
  will-change: transform;
}

.marquee:hover .marquee__track { animation-play-state: paused; }

@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.marquee__dot {
  width: 0.5rem;
  height: 0.5rem;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--amber);
  box-shadow: 0 0 14px rgba(255, 176, 0, .8);
}

/* --------------------------------------------------------------------------
   8. SECTION SHELL
   -------------------------------------------------------------------------- */
.section {
  position: relative;
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.section__head {
  max-width: 62ch;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: var(--sp-2);
  color: var(--brand-strong);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.section__title {
  margin: 0 0 var(--sp-2);
  font-size: var(--fs-3xl);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--trust);
}

.section__lede {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-md);
  line-height: 1.6;
  text-wrap: pretty;
}

/* --------------------------------------------------------------------------
   9. ANNOUNCEMENTS / EVENT CARDS
   -------------------------------------------------------------------------- */
.section--announcements {
  background: var(--bg);
}

.section--announcements::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent, var(--line-strong) 20%, var(--line-strong) 80%, transparent);
}

.bento {
  display: grid;
  gap: var(--sp-4);
  min-width: 0;
}

.bento--two {
  grid-template-columns: 1fr;
}

.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  transition: transform var(--t-mid) var(--ease-out),
              box-shadow var(--t-mid) var(--ease-out),
              border-color var(--t-mid) var(--ease-out);
}

.event-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--t-slow) var(--ease-out);
}

.event-card:hover,
.event-card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: var(--line-strong);
}

.event-card:hover::before,
.event-card:focus-within::before { transform: scaleX(1); }

.event-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--trust-deep);
}

.event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.85) contrast(1.08) brightness(.92);
  transform: scale(1.02);
  transition: transform 900ms var(--ease-out), filter 700ms var(--ease-out);
}

.event-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, var(--trust) 0%, var(--brand) 100%);
  mix-blend-mode: color;
  opacity: .55;
  transition: opacity var(--t-slow) var(--ease-out);
}

.event-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,
      rgba(28, 27, 34, 0) 42%,
      rgba(28, 27, 34, .62) 100%);
}

.event-card:hover .event-card__media img,
.event-card:focus-within .event-card__media img {
  transform: scale(1.07);
  filter: grayscale(0) contrast(1.04) brightness(1);
}

.event-card:hover .event-card__media::after,
.event-card:focus-within .event-card__media::after { opacity: .18; }

.event-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  flex: 1 1 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.event-card__date {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.875rem;
  border: 1px solid rgba(235, 8, 138, .28);
  border-radius: var(--r-pill);
  background: rgba(235, 8, 138, .07);
  color: var(--brand-strong);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
}

.event-card__date::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: var(--r-pill);
  background: var(--brand);
}

.event-card__title {
  margin: 0;
  color: var(--trust);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.125rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.event-card__text {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-base);
  line-height: 1.62;
  text-wrap: pretty;
}

/* link-arrow — the moving line */
.link-arrow {
  position: relative;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-bottom: 0.25rem;
  color: var(--brand-strong);
  font-size: var(--fs-btn);
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  transition: color var(--t-fast) var(--ease-out),
              background-size var(--t-mid) var(--ease-out);
}

.link-arrow::after {
  content: "→";
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  transition: transform var(--t-mid) var(--ease-out);
}

.link-arrow:hover,
.link-arrow:focus-visible {
  color: var(--trust);
  background-size: 0% 2px;
}

.link-arrow:hover::after,
.link-arrow:focus-visible::after { transform: translateX(6px); }

/* — Feature card --------------------------------------------------------- */
.event-card--feature {
  background: var(--trust-deep);
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .86);
}

.event-card--feature::before { background: var(--amber); }

.event-card--feature .event-card__media {
  aspect-ratio: 16 / 9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.25rem));
}

.event-card--feature .event-card__title { color: #fff; }
.event-card--feature .event-card__text { color: rgba(255, 255, 255, .78); }

.event-card--feature .event-card__date {
  background: rgba(255, 176, 0, .14);
  border-color: rgba(255, 176, 0, .45);
  color: var(--amber);
}

.event-card--feature .event-card__date::before { background: var(--amber); }

.event-card--feature .link-arrow { color: var(--amber); }
.event-card--feature .link-arrow:hover { color: #fff; }

/* — Year / alt card ------------------------------------------------------ */
.event-card--alt {
  justify-content: space-between;
  background:
    linear-gradient(180deg, var(--surface) 0%, var(--trust-soft) 100%);
  border-color: rgba(11, 79, 108, .16);
  overflow: visible;
}

.event-card--alt::after {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  z-index: -1;
  border: 1px solid rgba(11, 79, 108, .16);
  border-radius: var(--r-lg);
  transition: transform var(--t-mid) var(--ease-out);
}

.event-card--alt:hover::after { transform: translate(4px, 4px); }

.event-card__year {
  display: block;
  margin-bottom: var(--sp-1);
  color: var(--trust);
  font-family: var(--font-display);
  font-size: var(--fs-5xl);
  font-weight: 700;
  font-style: italic;
  line-height: 0.86;
  letter-spacing: -0.05em;
  -webkit-mask-image: linear-gradient(180deg, #000 52%, rgba(0, 0, 0, .28) 100%);
  mask-image: linear-gradient(180deg, #000 52%, rgba(0, 0, 0, .28) 100%);
}

.event-card__note {
  margin: 0;
  padding-top: var(--sp-2);
  border-top: 1px dashed rgba(11, 79, 108, .28);
  color: var(--ink-mute);
  font-size: var(--fs-sm);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   10. INTRO SPLIT
   -------------------------------------------------------------------------- */
.section--intro {
  background: var(--bg-alt);
  clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 100%);
  margin-top: -2.5rem;
  padding-top: clamp(5rem, 11vw, 9rem);
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
}

.split__text {
  min-width: 0;
}

.split__text h2,
.split__text h3 {
  color: var(--trust);
  font-family: var(--font-display);
  font-size: var(--fs-3xl);
  line-height: 1.03;
  letter-spacing: -0.03em;
  margin-bottom: var(--sp-3);
}

.lede {
  max-width: 50ch;
  margin: 0 0 var(--sp-3);
  color: var(--ink-soft);
  font-size: var(--fs-md);
  line-height: 1.62;
  text-wrap: pretty;
}

.lede strong {
  color: var(--ink);
  font-weight: 700;
  background-image: linear-gradient(transparent 62%, rgba(255, 176, 0, .5) 62%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-inline: 0.06em;
}

.split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

/* — Media frame ---------------------------------------------------------- */
.split__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-4);
  transform: rotate(-1.25deg);
  transition: transform var(--t-slow) var(--ease-out),
              box-shadow var(--t-slow) var(--ease-out);
}

.split__media:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 48px 96px -40px rgba(11, 79, 108, .45),
              0 16px 32px -18px rgba(28, 27, 34, .24);
}

.split__media::before {
  content: "";
  position: absolute;
  inset: 8px -8px -8px 8px;
  z-index: -1;
  border-radius: var(--r-lg);
  background: var(--brand);
  opacity: .16;
}

.split__media img {
  border-radius: var(--r-md);
  width: 100%;
  object-fit: cover;
}

.split__logo {
  width: clamp(9rem, 22vw, 14rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(11, 79, 108, .14));
}

.click-here {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: var(--sp-1);
  text-decoration: none;
  color: var(--trust);
}

.click-here__img {
  width: clamp(9rem, 20vw, 12rem);
  height: auto;
  border-radius: var(--r-sm);
  transition: transform var(--t-mid) var(--ease-out),
              filter var(--t-mid) var(--ease-out);
}

.click-here:hover .click-here__img,
.click-here:focus-visible .click-here__img {
  transform: translateY(-3px) scale(1.035);
  filter: drop-shadow(0 12px 22px rgba(235, 8, 138, .34));
}

.click-here__caption {
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--brand-strong);
  border-bottom: 2px solid transparent;
  transition: border-color var(--t-fast) var(--ease-out);
}

.click-here:hover .click-here__caption { border-color: var(--brand); }

/* --------------------------------------------------------------------------
   11. DIALOGUE
   -------------------------------------------------------------------------- */
.section--dialogue {
  position: relative;
  overflow: hidden;
  background: var(--trust-deep);
  color: rgba(255, 255, 255, .9);
  clip-path: polygon(0 0, 100% 2.75rem, 100% 100%, 0 calc(100% - 2.75rem));
  padding-block: clamp(5rem, 11vw, 9rem);
  isolation: isolate;
}

.section--dialogue::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(80% 60% at 12% 8%,
      rgba(235, 8, 138, .3) 0%, rgba(235, 8, 138, 0) 62%),
    radial-gradient(70% 55% at 92% 96%,
      rgba(255, 176, 0, .18) 0%, rgba(255, 176, 0, 0) 60%);
  pointer-events: none;
}

.section--dialogue::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--grain);
  background-size: 200px 200px;
  opacity: .07;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.section--dialogue > .wrap { position: relative; z-index: 1; }

.section--dialogue .section__title,
.section--dialogue h2 {
  color: #fff;
}

.section--dialogue .section__lede {
  color: rgba(255, 255, 255, .74);
}

.section--dialogue .eyebrow { color: var(--amber); }

.chat {
  display: grid;
  gap: var(--sp-5);
  margin-top: var(--sp-5);
}

.chat__exchange {
  display: grid;
  gap: 0.4rem;
  max-width: min(38rem, 88%);
  justify-items: start;
  animation: rise-in var(--t-slow) var(--ease-out) both;
}

.chat__exchange:nth-child(even) {
  justify-items: end;
  margin-inline-start: auto;
  text-align: right;
}

.chat__exchange:nth-child(1) { animation-delay: 40ms; }
.chat__exchange:nth-child(2) { animation-delay: 120ms; }
.chat__exchange:nth-child(3) { animation-delay: 200ms; }
.chat__exchange:nth-child(4) { animation-delay: 280ms; }
.chat__exchange:nth-child(5) { animation-delay: 360ms; }
.chat__exchange:nth-child(6) { animation-delay: 440ms; }
.chat__exchange:nth-child(7) { animation-delay: 520ms; }
.chat__exchange:nth-child(8) { animation-delay: 600ms; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.chat__who {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

.chat__who::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: var(--r-pill);
  background: currentColor;
}

.chat__bubble {
  position: relative;
  margin: 0;
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-lg);
  font-size: var(--fs-md);
  line-height: 1.55;
  text-wrap: pretty;
  max-width: 100%;
}

.chat__bubble--visitor {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .92);
  border-end-start-radius: var(--r-xs);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.chat__bubble--brand {
  background: var(--brand);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 600;
  border-end-end-radius: var(--r-xs);
  box-shadow: var(--sh-brand);
}

.chat__bubble--brand::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   12. TRANSFORMATION / QUOTE / PILLS
   -------------------------------------------------------------------------- */
.section--transform {
  background: var(--bg);
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.display-quote {
  position: relative;
  max-width: 22ch;
  margin: 0 0 var(--sp-5);
  padding-inline-start: clamp(1.25rem, 4vw, 3rem);
  color: var(--trust);
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.25rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.display-quote::before {
  content: "";
  position: absolute;
  inset-block: 0.15em;
  inset-inline-start: 0;
  width: 6px;
  border-radius: var(--r-pill);
  background: var(--brand);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}

.display-quote::after {
  content: "”";
  position: absolute;
  top: -0.42em;
  inset-inline-start: 0.55em;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 2.6em;
  font-style: normal;
  line-height: 1;
  opacity: .55;
  pointer-events: none;
}

.display-quote strong,
.display-quote em {
  font-style: italic;
  color: var(--brand-strong);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: var(--sp-5);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  color: var(--ink-soft);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: var(--sh-1);
  transition: transform var(--t-mid) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              box-shadow var(--t-mid) var(--ease-out),
              background-color var(--t-fast) var(--ease-out);
}

.pill::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--brand);
  transition: background-color var(--t-fast) var(--ease-out),
              transform var(--t-mid) var(--ease-out);
}

.pill:nth-child(3n+2)::before { background: var(--trust); }
.pill:nth-child(3n+3)::before { background: var(--amber); }

.pill:hover,
.pill:focus-within {
  transform: translateY(-3px);
  background: var(--trust-soft);
  border-color: var(--trust);
  color: var(--trust);
  box-shadow: var(--sh-2);
}

.pill:hover::before { transform: scale(1.35); }

/* --------------------------------------------------------------------------
   13. LESSONS
   -------------------------------------------------------------------------- */
.section--lessons {
  position: relative;
  background-color: var(--surface);
  background-image:
    repeating-linear-gradient(90deg,
      rgba(11, 79, 108, .045) 0 1px,
      transparent 1px 4rem),
    repeating-linear-gradient(0deg,
      rgba(11, 79, 108, .03) 0 1px,
      transparent 1px 4rem);
  background-position: center;
}

.section--lessons::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg,
      var(--brand) 0%, var(--amber) 45%, var(--trust) 100%);
  opacity: .85;
}

.bento--lessons {
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}

.bento--lessons > * {
  position: relative;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
  transition: transform var(--t-mid) var(--ease-out),
              box-shadow var(--t-mid) var(--ease-out),
              border-color var(--t-mid) var(--ease-out);
}

.bento--lessons > *::before {
  content: "";
  position: absolute;
  inset-inline-start: clamp(1.25rem, 3vw, 2rem);
  top: 0;
  width: 3rem;
  height: 4px;
  border-radius: 0 0 var(--r-xs) var(--r-xs);
  background: var(--brand);
  transition: width var(--t-slow) var(--ease-out);
}

.bento--lessons > *:nth-child(3n+2)::before { background: var(--trust); }
.bento--lessons > *:nth-child(3n+3)::before { background: var(--amber); }

.bento--lessons > *:hover,
.bento--lessons > *:focus-within {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--sh-3);
}

.bento--lessons > *:hover::before,
.bento--lessons > *:focus-within::before { width: calc(100% - 2 * clamp(1.25rem, 3vw, 2rem)); }

.bento--lessons h3,
.bento--lessons h4,
.bento--lessons strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--trust);
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.bento--lessons p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-base);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   14. SCROLL REVEAL
   -------------------------------------------------------------------------- */
.reveal,
[data-reveal] {
  opacity: 0;
  transform: translateY(1.75rem);
  transition:
    opacity 800ms var(--ease-out),
    transform 800ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible,
[data-reveal].is-visible,
.reveal.is-inview,
[data-reveal].is-inview {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   15. BREAKPOINTS — 600px (large phones)
   -------------------------------------------------------------------------- */
@media (min-width: 37.5em) {
  .brand__tag { display: block; }
  .nav-toggle__label { display: inline; }

  .event-card__body { padding: var(--sp-4); }

  .bento--lessons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   16. BREAKPOINTS — 768px (tablet)
   -------------------------------------------------------------------------- */
@media (min-width: 48em) {
  .bento--two {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: stretch;
  }

  .event-card--alt {
    justify-content: center;
    gap: var(--sp-3);
  }

  .chat__exchange { max-width: min(40rem, 78%); }

  .bento--lessons { gap: var(--sp-4); }
}

/* --------------------------------------------------------------------------
   17. BREAKPOINTS — 900px (desktop nav)
   -------------------------------------------------------------------------- */
@media (min-width: 56.25em) {
  :root { --header-h: 5.25rem; }

  .site-header__inner {
    flex-wrap: nowrap;
    gap: var(--sp-4);
    min-height: var(--header-h);
  }

  .brand { margin-inline-end: 0; }
  .brand__logo { width: 3.25rem; height: 3.25rem; }
  .brand__name { font-size: 1.375rem; }

  .nav-toggle { display: none; }

  .primary-nav {
    order: 3;
    position: static;
    flex: 1 1 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    clip-path: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .primary-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(0.75rem, 1.6vw, 1.75rem);
    padding: 0;
  }

  .primary-nav__list a {
    padding: 0.5rem 0;
    font-size: var(--fs-sm);
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-bottom: 0;
    color: var(--trust);
  }

  .primary-nav__list a::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .primary-nav__list a:hover,
  .primary-nav__list a:focus-visible,
  .primary-nav__list a[aria-current="page"] {
    padding-inline-start: 0;
    color: var(--brand-strong);
  }

  .site-search { order: 4; }

  .site-search__input {
    position: static;
    width: 8.5rem;
    margin-inline-end: 0;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    background: var(--surface-2);
    border-color: var(--line);
    border-start-end-radius: var(--r-xs);
    border-end-end-radius: var(--r-xs);
    border-start-start-radius: var(--r-pill);
    border-end-start-radius: var(--r-pill);
    transition: width var(--t-mid) var(--ease-out),
                border-color var(--t-fast) var(--ease-out),
                background-color var(--t-fast) var(--ease-out);
  }

  .site-search:focus-within .site-search__input {
    width: 13rem;
    background: var(--surface);
    border-color: var(--trust);
  }

  .site-search__button {
    width: 2.5rem;
    height: 2.5rem;
    margin-inline-start: -2.5rem;
    background: transparent;
    border-color: transparent;
    color: var(--ink-mute);
  }

  .site-search__button:hover,
  .site-search__button:focus-visible {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
  }

  .site-header__cta {
    display: inline-flex;
    order: 5;
    padding: 0.8rem 1.4rem;
    font-size: var(--fs-sm);
  }

  /* — Hero — */
  .hero { align-items: center; padding-block: clamp(7rem, 14vw, 11rem) clamp(6rem, 12vw, 9rem); }
  .hero__inner { max-width: 62rem; }
  .hero__actions { margin-bottom: var(--sp-8); }

  /* — Split — */
  .split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(3rem, 6vw, 5rem);
  }

  .split__media { position: sticky; top: calc(var(--header-h) + var(--sp-4)); }

  /* — Lessons — */
  .bento--lessons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bento--lessons > *:nth-child(1) { grid-row: span 2; }
}

/* --------------------------------------------------------------------------
   18. BREAKPOINTS — 1100px (wide desktop)
   -------------------------------------------------------------------------- */
@media (min-width: 68.75em) {
  .hero__title { letter-spacing: -0.038em; }

  .bento--two { gap: var(--sp-5); }

  .chat { gap: var(--sp-6); }

  .display-quote { max-width: 26ch; }
}

/* --------------------------------------------------------------------------
   19. MOTION & CONTRAST PREFERENCES
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .hero__media img { transform: scale(1.04); }
  .marquee__track { animation: none; transform: none; }

  .reveal,
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .chat__exchange { animation: none; }
}

@media (prefers-contrast: more) {
  :root {
    --line: #B8A9A0;
    --line-strong: #7E6F66;
    --ink-soft: #3A353D;
    --ink-mute: #514B56;
  }

  body::before { display: none; }

  .btn,
  .event-card,
  .pill,
  .bento--lessons > * {
    border-width: 2px;
  }
}

@media print {
  .site-header,
  .marquee,
  body::before,
  .nav-toggle { display: none !important; }

  .hero { min-height: auto; clip-path: none; color: var(--ink); }
  .hero__overlay,
  .hero__media { display: none; }
  .hero__title,
  .hero__lede,
  .hero__sub { color: var(--ink); }
  .section { padding-block: var(--sp-4); }
  .event-card,
  .bento--lessons > * { box-shadow: none; }
}