/* ============================================================
   AMONG — A better way to gather.
   Shared design system · editorial, sunlit, premium hospitality
   ============================================================ */

/* ── Tokens ── */
:root {
  --cream:        #FAF6EF;
  --cream-2:      #F3EDE2;
  --cream-3:      #EBE3D4;
  --paper:        #FFFDF9;
  --ink:          #14213D;
  --ink-soft:     #4A5570;
  --ink-mute:     #8A92A6;
  --line:         rgba(20, 33, 61, 0.10);

  --coral:        #F2634E;
  --coral-deep:   #DE4F3A;
  --coral-soft:   #FDE3DD;
  --sky:          #BFE0F7;
  --sky-soft:     #E4F1FB;
  --sky-ink:      #2F6E9E;
  --butter:       #F5C518;
  --butter-soft:  #FBF1CC;
  --butter-ink:   #8A6A00;
  --mint:         #CDEBD9;
  --mint-soft:    #E9F5EE;
  --mint-ink:     #2F7A55;

  --font-display: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --font-body:    'Newsreader', Georgia, 'Times New Roman', serif;
  --font-hand:    'Caveat', 'Bradley Hand', cursive;

  --w-content:    1440px;
  --w-wide:       1600px;
  --gutter:       clamp(20px, 4vw, 48px);

  --s-section:    clamp(36px, 4.5vw, 64px);
  --s-block:      clamp(24px, 3vw, 40px);

  --r-photo:      14px;
  --r-card:       12px;
  --r-pill:       999px;

  --shadow-photo: 0 30px 60px -30px rgba(70, 40, 10, 0.35), 0 10px 24px -12px rgba(70, 40, 10, 0.18);
  --shadow-card:  0 20px 40px -24px rgba(20, 33, 61, 0.25);

  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Reset / base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  /* fine paper grain */
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.3  0 0 0 0 0.2  0 0 0 0 0.1  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
button { font: inherit; }
::selection { background: var(--coral-soft); color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

main { position: relative; z-index: 1; }
.photo img, .card__img img, .statement__bg, .step__img img, .result__media img, .moments img { filter: contrast(1.05) saturate(0.94); }

/* ── Layout helpers ── */
.container { width: min(100% - 2 * var(--gutter), var(--w-content)); margin-inline: auto; }
.container--wide { width: min(100% - 2 * var(--gutter), var(--w-wide)); margin-inline: auto; }
.section { padding-block: var(--s-section); }
.section--tight { padding-block: var(--s-block); }
.band { background: var(--cream-2); }

/* ── Typography ── */
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }

.display-xl { font-size: clamp(3.2rem, 8.6vw, 7.6rem); letter-spacing: -0.04em; line-height: 0.92; }
.display-lg { font-size: clamp(2.5rem, 5.6vw, 4.5rem); letter-spacing: -0.03em; line-height: 0.98; }
.display-md { font-size: clamp(2rem, 3.8vw, 3rem); letter-spacing: -0.025em; line-height: 1.02; }
.display-sm { font-size: clamp(1.5rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.08; }

.lede { font-size: clamp(1.2rem, 1.6vw, 1.4rem); line-height: 1.45; color: var(--ink-soft); max-width: 34ch; }
.copy { color: var(--ink-soft); max-width: 58ch; }
.copy strong, .lede strong { color: var(--ink); font-weight: 600; }
em { font-style: italic; }

.serif-statement {
  /* large statement heading — same display family as all headings */
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
}
.serif-statement em { color: var(--coral); font-style: normal; }

/* ── Handwritten annotation ── */
.annotation {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
  transform: rotate(-4deg);
  transform-origin: left top;
  white-space: pre-line;
  position: relative;
}
.annotation--light { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,0.35); }
.annotation--right { transform: rotate(3deg); text-align: right; }
.annotation .sig { display: block; margin-top: 0.35em; font-size: 0.85em; opacity: 0.8; }
.annotation .sig::before { content: '— '; }
.annotation::after {
  /* underline stroke */
  content: ''; display: block; width: 3.2em; height: 3px; margin-top: 0.4em;
  background: currentColor; border-radius: 3px; transform: rotate(-2deg); opacity: 0.85;
}
.annotation--right::after { margin-left: auto; }

/* ── Logo ── */
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.logo__text { position: relative; display: block; padding-bottom: 12px; }
.logo__word { font-family: var(--font-display); font-weight: 800; font-size: 1.75rem; letter-spacing: -0.03em; line-height: 1; display: block; }
.logo__strap { position: absolute; left: 1px; bottom: 0; white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: 0.5rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); }
.logo .dots { margin-top: -14px; margin-left: -4px; }
.dots { display: inline-grid; grid-template-columns: repeat(3, 1fr); gap: 3px; width: 24px; height: 24px; }
.dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); display: block; }
.dots i:nth-child(2) { grid-column: 2; grid-row: 1; }
.dots i:nth-child(1) { grid-column: 1; grid-row: 2; }
.dots i:nth-child(3) { grid-column: 3; grid-row: 2; }
.dots i:nth-child(4) { grid-column: 2; grid-row: 3; }
.dots i:nth-child(5) { grid-column: 2; grid-row: 2; width: 8px; height: 8px; margin: -1px; }
.dots--lg { width: 64px; height: 64px; gap: 8px; }
.dots--lg i { width: 16px; height: 16px; }
.dots--lg i:nth-child(5) { width: 20px; height: 20px; margin: -2px; }
.dots--xl { width: 120px; height: 120px; gap: 16px; }
.dots--xl i { width: 28px; height: 28px; }
.dots--xl i:nth-child(5) { width: 36px; height: 36px; margin: -4px; }
.dots--butter i { background: var(--butter); }
.dots--sky i { background: var(--sky-ink); }

/* dot stagger on load */
.logo .dots i { animation: dotIn 0.6s var(--ease-out) both; }
.logo .dots i:nth-child(1) { animation-delay: 0.10s; }
.logo .dots i:nth-child(2) { animation-delay: 0.18s; }
.logo .dots i:nth-child(3) { animation-delay: 0.26s; }
.logo .dots i:nth-child(4) { animation-delay: 0.34s; }
.logo .dots i:nth-child(5) { animation-delay: 0.42s; }
@keyframes dotIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ── Full-bleed video hero ── */
.hero--video { position: relative; height: 100vh; min-height: 600px; max-height: 1000px; padding: 0; overflow: hidden; background: var(--ink); margin-top: -92px; padding-top: 92px; }
.hero--video .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero--video::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,61,0.28) 0%, rgba(20,33,61,0.08) 35%, rgba(20,33,61,0.72) 100%); }
.hero--video .hero__inner { position: relative; z-index: 1; height: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: clamp(36px, 5vh, 72px); }
.hero--video .hero__copy { max-width: min(760px, 62%); padding: 0; }
.hero--video h1 { color: #fff; font-size: clamp(2.8rem, 6.4vw, 6rem); text-shadow: 0 8px 40px rgba(0,0,0,0.25); }
.hero--video .lede { color: rgba(255,255,255,0.88); margin-top: 22px; max-width: 40ch; }
.hero--video .btn { margin-top: 30px; }
.hero--video .hero__annotation { margin: 0 0 8px; flex: 0 0 auto; }
body.home .nav:not(.is-scrolled) { color: #fff; }
body.home .nav:not(.is-scrolled) .logo, body.home .nav:not(.is-scrolled) .nav__links a, body.home .nav:not(.is-scrolled) .logo__strap { color: #fff; }
body.home .nav:not(.is-scrolled) .nav__links a:hover, body.home .nav:not(.is-scrolled) .nav__links a[aria-current="page"] { color: #fff; }
body.home .nav:not(.is-scrolled) .nav__burger span { background: #fff; }
body.home .nav { transition: background 0.35s, box-shadow 0.35s, color 0.35s; }

/* ── Moments grid ── */
.moments { display: grid; grid-template-columns: 1.2fr 0.9fr 1.2fr 0.9fr 1.2fr; gap: 6px; padding: 6px 0; background: var(--cream); }
.moments figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: var(--cream-3); }
.moments figure:nth-child(even) { aspect-ratio: 3 / 5; }
.moments { grid-template-columns: 1fr 0.75fr 1fr 0.75fr 1fr; }
.moments img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--ease-out); }
.moments figure:hover img { transform: scale(1.04); }

/* ── Video band ── */
.band { position: relative; height: clamp(380px, 58vh, 660px); overflow: hidden; background: var(--ink); margin-top: 0; }
.band video, .band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,61,0.10) 0%, rgba(20,33,61,0.22) 45%, rgba(20,33,61,0.62) 100%); }
.band__inner { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: clamp(36px, 5vw, 72px); }
.band__title { color: #fff; font-size: clamp(2.6rem, 6.5vw, 5.75rem); line-height: 0.95; letter-spacing: -0.03em; text-shadow: 0 6px 30px rgba(0,0,0,0.25); }
.band__title em { font-style: normal; color: var(--butter); }
.band .annotation { margin-top: 24px; }

/* ── Modality ticker ── */
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; margin-top: 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker__track { display: flex; width: max-content; animation: ticker 70s linear infinite; }
.ticker__item { display: inline-flex; align-items: center; gap: 36px; padding-right: 36px; font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.ticker__item i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); display: block; }
.ticker__item:nth-child(3n) i { background: var(--butter); }
.ticker__item:nth-child(3n+2) i { background: var(--sky-ink); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ── Statement with photo ── */
.statement--photo { background: var(--ink); color: var(--cream); min-height: clamp(460px, 56vw, 720px); display: flex; align-items: flex-end; padding-inline: 0; }
.statement-wrap { padding-block: 0; }
.statement--photo .statement__grid > .container { width: min(100% - 2 * var(--gutter), var(--w-content)); }
.statement--photo .statement__grid { grid-template-columns: 1fr; gap: 28px; width: 100%; }
.statement--photo .statement__mark { padding: 0; border: 0; }
.statement--photo .statement__mark .dots--xl { width: 84px; height: 84px; gap: 10px; }
.statement--photo .statement__mark .dots--xl i { width: 20px; height: 20px; }
.statement--photo .statement__mark .dots--xl i:nth-child(5) { width: 26px; height: 26px; margin: -3px; }
.statement--photo h2 { font-size: clamp(2.2rem, 4.2vw, 3.6rem); max-width: 24ch; }
.statement--photo .lede { max-width: 46ch; }
.ticker + .section--tight { padding-top: 20px; padding-bottom: 0; }
.statement--photo .statement__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.statement--photo::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(20,33,61,0.10) 0%, rgba(20,33,61,0.45) 50%, rgba(20,33,61,0.86) 100%); }
.statement--photo h2, .statement--photo .lede { color: var(--cream); }
.statement--photo .statement__mark { border-right-color: rgba(250,246,239,0.28); }
.statement--photo .deco-dots { z-index: 1; opacity: 0.35; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.8125rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 18px 28px 18px 30px; border-radius: var(--r-pill);
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform 0.35s var(--ease-out), background 0.25s, color 0.25s, box-shadow 0.35s;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: transform 0.35s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 12px 28px -12px rgba(242, 99, 78, 0.7); }
.btn--primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(242, 99, 78, 0.7); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn--sm { padding: 13px 20px 13px 22px; font-size: 0.75rem; }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
}
.nav.is-scrolled {
  background: rgba(250, 246, 239, 0.82);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 92px; }
.nav__links { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; }
.nav__links a { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem !important;
  font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.01em;
  color: var(--ink-soft); position: relative; padding: 6px 0; transition: color 0.2s;
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--coral); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease-out);
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__links a[aria-current="page"]::after, .nav__links a:hover::after { transform: scaleX(1); }
.nav__cta { display: flex; align-items: center; gap: 16px; }
.nav__burger {
  display: none; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line);
  background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav__burger span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 40; background: var(--cream);
  display: flex; flex-direction: column; justify-content: center; padding: 120px var(--gutter) 60px;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity 0.35s, transform 0.45s var(--ease-out), visibility 0s 0.45s;
}
.menu.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity 0.35s, transform 0.45s var(--ease-out), visibility 0s; }
.menu ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.menu a:not(.btn) { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 9vw, 3.5rem); letter-spacing: -0.03em; line-height: 1.1; color: var(--ink); display: inline-block; }
.menu a[aria-current="page"] { color: var(--coral); }
.menu .btn { margin-top: 40px; align-self: flex-start; }
.menu .annotation { position: absolute; right: var(--gutter); bottom: 48px; }
body.menu-open { overflow: hidden; }

/* ── Photo frame ── */
.photo { border-radius: var(--r-photo); overflow: hidden; box-shadow: var(--shadow-photo); position: relative; background: var(--cream-3); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo__note { position: absolute; z-index: 2; }
.photo__note--tr { top: 28px; right: 28px; }
.photo__note--br { bottom: 28px; right: 28px; }
.photo__note--bl { bottom: 28px; left: 28px; }
.photo--ratio { aspect-ratio: var(--ratio, 4 / 3); }
.photo--ratio img { position: absolute; inset: 0; }

/* placeholder notice for low-res crops (subtle) */
.photo::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
  border-radius: inherit;
}

/* ── Hero (shared skeleton) ── */
.hero { padding-top: clamp(16px, 3vw, 40px); padding-bottom: 0; position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 80px); align-items: center; min-height: min(calc(100vh - 120px), 700px); }
.hero__copy { padding-block: clamp(16px, 2vw, 32px); }
.hero__copy .lede { margin-top: 28px; }
.hero__copy .btn { margin-top: 40px; }
.hero__media { position: relative; }
.hero__media .photo { aspect-ratio: 4 / 5; }
.hero__media .photo img { position: absolute; inset: 0; }
.hero__media .photo video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__media .photo { background: var(--cream-3); }
.hero__mark { position: absolute; left: -36px; bottom: 64px; z-index: 3; }
.hero__annotation { margin-top: clamp(36px, 4vw, 56px); display: block; width: max-content; margin-left: clamp(0px, 4vw, 48px); }

/* text-only hero variant (Who we work with) */
.hero__grid--text { grid-template-columns: 7fr 4fr; align-items: end; }
.hero__grid--text .hero__copy { padding-bottom: clamp(24px, 3vw, 48px); }
.hero__aside { display: flex; flex-direction: column; align-items: flex-end; gap: 48px; padding-bottom: clamp(40px, 5vw, 72px); }
.hero__aside .dots { margin-right: 20%; }
.hero--text { padding-bottom: 0; border-bottom: 1px solid var(--line); }
.hero--text + .audiences { padding-top: var(--s-block); }

/* deco dots in background */
.deco-dots { position: absolute; pointer-events: none; opacity: 0.16; z-index: 0; }

/* ── Intro (moved copy) ── */
.intro__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.intro__copy .serif-statement { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.intro__body { display: grid; gap: 22px; margin-top: 36px; max-width: 58ch; }
.intro__body p { font-size: clamp(1.1rem, 1.35vw, 1.2rem); line-height: 1.6; color: var(--ink-soft); }
.intro__copy .btn { margin-top: 36px; }
.intro__media { position: relative; }
.intro__media .photo { aspect-ratio: 4 / 5; }
.intro__media .photo img { position: absolute; inset: 0; }
.intro__dots { position: absolute; left: -28px; top: 48px; z-index: 3; }
.intro__note { position: absolute; right: 28px; bottom: 28px; z-index: 3; }
.divider-dots { display: flex; justify-content: center; padding-block: 8px; }

/* ── Section header ── */
.section-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 28px; }
.section-head .lede { margin-top: 24px; }
.section-head .annotation { justify-self: end; }

/* ── Icon chip ── */
.chip {
  width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  background: var(--chip-bg, var(--coral-soft)); color: var(--chip-ink, var(--coral));
}
.chip svg { width: 24px; height: 24px; }
.chip--coral { --chip-bg: var(--coral-soft); --chip-ink: var(--coral); }
.chip--sky { --chip-bg: var(--sky-soft); --chip-ink: var(--sky-ink); }
.chip--butter { --chip-bg: var(--butter-soft); --chip-ink: var(--butter-ink); }
.chip--mint { --chip-bg: var(--mint-soft); --chip-ink: var(--mint-ink); }
.chip--solid.chip--coral, .chip--solid.chip--sky, .chip--solid.chip--butter, .chip--solid.chip--mint { background: transparent; color: var(--ink); border: 1px solid rgba(20,33,61,0.28); box-shadow: none; }
.chip--solid.chip--coral { color: var(--coral); border-color: var(--coral); }

/* ── Services tiles ── */
.services { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px 28px 30px; display: flex; flex-direction: column; gap: 18px; transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out); }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.service h3 { font-size: clamp(1.15rem, 1.5vw, 1.4rem); letter-spacing: -0.02em; line-height: 1.1; margin-top: 6px; }
.service p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.5; margin: 0; }

/* ── Statement band ── */
.statement { position: relative; overflow: hidden; border-radius: 0; padding: clamp(56px, 7vw, 104px) clamp(32px, 6vw, 96px); }
.statement--sky { background: var(--sky-soft); }
.statement--butter { background: var(--butter-soft); }
.statement--mint { background: var(--mint-soft); }
.statement__grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; position: relative; z-index: 1; }
.statement__mark { padding-right: clamp(24px, 4vw, 64px); border-right: 1px solid rgba(20,33,61,0.15); }
.statement .lede { margin-top: 24px; max-width: 52ch; }
.statement .deco-dots { right: -40px; bottom: -60px; opacity: 0.12; }
.statement--center { text-align: center; }
.statement__inner { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; }
.statement--center .serif-statement { font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 600; color: var(--ink-soft); }
.statement--center .lede { margin-inline: auto; }
.statement--center .btn { margin-top: 40px; }
.statement--center .annotation { position: absolute; right: clamp(24px, 5vw, 72px); top: clamp(24px, 5vw, 64px); }
.statement--center .deco-dots { left: clamp(24px, 5vw, 72px); top: 50%; transform: translateY(-50%); right: auto; bottom: auto; opacity: 1; }

/* ── Link cards (Go deeper) ── */
.cards { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.card {
  position: relative; display: block; overflow: hidden; border-radius: var(--r-card); background: var(--ink); min-height: 320px; box-shadow: none;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.card--tall { grid-row: 1 / 3; }
.card:hover { transform: translateY(-6px); }
.card__img { position: absolute; inset: 0; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease-out); }
.card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,61,0.05) 0%, rgba(20,33,61,0) 30%, rgba(20,33,61,0.88) 100%); pointer-events: none; }
.card:hover .card__img img { transform: scale(1.06); }
.card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 24px; }
.card__title { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.25rem, 1.8vw, 1.7rem); letter-spacing: -0.02em; line-height: 1.05; color: #fff; }
.card--tall .card__title { font-size: clamp(1.6rem, 2.4vw, 2.3rem); }
.card__copy { display: block; margin-top: 10px; font-family: var(--font-body); font-size: 1.05rem; line-height: 1.4; color: rgba(255,255,255,0.85); max-width: 30ch; }
.card__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.55); color: #fff; display: grid; place-items: center; flex: 0 0 auto; transition: background 0.25s, color 0.25s, border-color 0.25s; }
.card__arrow svg { width: 16px; height: 16px; }
.card:hover .card__arrow { background: var(--coral); border-color: var(--coral); color: #fff; }

/* ── Closing statement band ── */
.quote-band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; z-index: 0; }
.quote-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,61,0.25) 0%, rgba(20,33,61,0.35) 50%, rgba(20,33,61,0.7) 100%); z-index: 0; }
.quote-band__inner { position: relative; z-index: 1; }
.quote-band { background: var(--ink); color: var(--cream); min-height: clamp(520px, 62vw, 780px); display: flex; align-items: flex-end; padding-block: clamp(56px, 7vw, 96px); margin-top: 0; position: relative; overflow: hidden; }
.quote-band__inner { display: grid; grid-template-columns: 1fr; text-align: left; justify-items: start; width: min(100% - 2 * var(--gutter), var(--w-content)); }
.quote-band h2 { max-width: 16ch; text-shadow: 0 6px 30px rgba(0,0,0,0.3); }
.quote-band h2 { color: var(--cream); font-size: clamp(2.4rem, 4.6vw, 3.9rem); }
.quote-band .serif-statement { color: var(--cream); margin-top: 24px; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 500; }
.quote-band .dots--xl { width: 150px; height: 150px; gap: 20px; }
.quote-band .dots--xl i { width: 36px; height: 36px; }
.quote-band .dots--xl i:nth-child(5) { width: 46px; height: 46px; margin: -5px; }
.quote-band .serif-statement em { color: var(--butter); }
.quote-band .btn { margin-top: 36px; }
.quote-band .annotation { align-self: end; }
.quote-band + .contact { padding-top: var(--s-section); }
.contact { background: var(--cream); }
.wrap--paper { background: var(--paper); border-block: 1px solid var(--line); }
.wrap--cream2 { background: var(--cream-2); }
.wrap--paper .service { background: var(--cream); }
.intro { padding-bottom: var(--s-block); }

/* ── Audience rows ── */
.audience { display: grid; grid-template-columns: 1fr 1.18fr; gap: clamp(40px, 6vw, 96px); align-items: center; padding-block: clamp(40px, 5vw, 72px); }
.audience + .audience { border-top: 1px solid var(--line); }
.audience--flip .audience__media { order: -1; }
.audience__head { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.audience__num { font-family: var(--font-display); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.2em; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 12px; }
.audience__num::after { content: ''; width: 40px; height: 1px; background: var(--line); }
.audience h2 { margin-bottom: 20px; }
.audience__lede { font-weight: 600; color: var(--ink); font-size: clamp(1.15rem, 1.5vw, 1.3rem); line-height: 1.4; margin-bottom: 18px; }
.audience .copy { font-size: 1.1rem; }
.audience__media .photo { aspect-ratio: 4 / 3; }
.audience__media .photo img { position: absolute; inset: 0; }
.audience__media { position: relative; }
.audience__media .chip { position: absolute; top: -28px; left: -20px; z-index: 3; width: 72px; height: 72px; box-shadow: 0 10px 24px -8px rgba(20,33,61,0.3); }
.audience__media .chip svg { width: 30px; height: 30px; }
.audience--flip .audience__media .chip { left: auto; right: -20px; }

/* ── Mix list (How we work moved copy) ── */
.mix__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 7vw, 120px); align-items: start; }
.mix__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.mix__list li { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.7rem); letter-spacing: -0.02em; line-height: 1.15; }
.mix__list li span:last-child { text-align: right; color: var(--ink-soft); font-weight: 600; }
.mix__list li .plus { width: 36px; height: 36px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-family: var(--font-body); font-size: 1.4rem; font-weight: 400; line-height: 1; }
.mix__list li:nth-child(2) .plus { background: var(--sky); color: var(--ink); }
.mix__list li:nth-child(3) .plus { background: var(--butter); color: var(--ink); }
.mix__list li:nth-child(4) .plus { background: var(--mint); color: var(--ink); }
.mix__list li:nth-child(5) .plus { background: var(--ink); }
.mix__close { margin-top: 40px; }
.mix__close p { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.3; max-width: 30ch; }
.mix__close p em { color: var(--coral); }

/* ── Process steps ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px 24px 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 20px; }
.step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--step-color); }
.step--coral { --step-color: var(--coral); }
.step--sky { --step-color: var(--sky); }
.step--butter { --step-color: var(--butter); }
.step--mint { --step-color: var(--mint); }
.step__top { display: flex; align-items: center; justify-content: space-between; }
.step__num { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; letter-spacing: -0.04em; color: var(--step-color); line-height: 1; }
.step--sky .step__num { color: var(--sky-ink); }
.step--butter .step__num { color: var(--butter-ink); }
.step--mint .step__num { color: var(--mint-ink); }
.step h3 { font-size: 1.3rem; letter-spacing: -0.02em; line-height: 1.12; }
.step__img { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--cream-3); }
.step__img img { width: 100%; height: 100%; object-fit: cover; }
.step p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.5; margin: 0; }

/* ── Result ── */
.result { border-radius: 36px; overflow: hidden; background: var(--sky-soft); display: grid; grid-template-columns: 1.15fr 1fr; }
.result__copy { padding: clamp(48px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.result__copy .btn { margin-top: 44px; align-self: flex-start; white-space: normal; text-align: left; }
.result__media { position: relative; min-height: 420px; }
.result__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.result__media .annotation { position: absolute; top: 40px; right: 40px; }

/* ── Contact ── */
.contact { border-top: 1px solid var(--line); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 120px); align-items: start; }
.contact__copy .lede { margin-top: 24px; }
.contact__email { margin-top: 36px; display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -0.02em; color: var(--ink); }
.contact__email svg { width: 22px; height: 22px; color: var(--coral); }
.contact__email:hover { color: var(--coral); }
.contact__annotation { margin-top: 48px; display: inline-block; }
.form { display: grid; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 3.5vw, 44px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field textarea {
  font: inherit; font-size: 1.05rem; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; width: 100%; transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px var(--coral-soft); }
.field textarea { min-height: 130px; resize: vertical; }
.form .btn { justify-self: start; margin-top: 8px; }
.form__note { font-size: 0.9rem; color: var(--ink-mute); margin: 0; }
.form__note--sending { color: var(--ink-soft); }
.form__note--error { color: var(--coral-deep); }
.form[aria-busy="true"] { opacity: 0.9; }
.form .btn[disabled] { opacity: 0.55; pointer-events: none; transform: none; box-shadow: none; }
.form__done { margin: 0; font-size: 1.05rem; line-height: 1.5; color: var(--ink-soft); }
.form__done strong { display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.1;
  color: var(--ink); margin-bottom: 12px; }

/* ── Footer ── */
.footer { border-top: 0; padding: 40px 0 32px; background: var(--ink); color: var(--cream); --line: rgba(250,246,239,0.16); }
.footer__tag { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 36px); font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 8vw, 7.5rem); letter-spacing: -0.04em; line-height: 1; color: var(--ink); padding-bottom: clamp(20px, 3vw, 36px); margin-bottom: 28px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.footer__tag .dots { flex: 0 0 auto; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer__links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.footer__links a { font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; color: var(--ink-soft); transition: color 0.2s; }
.footer__links a:hover, .footer__links a[aria-current="page"] { color: var(--ink); }
.footer__social { display: flex; align-items: center; gap: 20px; }
.footer__social a { color: var(--ink); opacity: 0.75; transition: opacity 0.2s, color 0.2s; }
.footer__social a:hover { opacity: 1; color: var(--coral); }
.footer__social svg { width: 20px; height: 20px; display: block; }
.footer__social .sep { width: 1px; height: 22px; background: var(--line); }
.footer__url { font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.footer__fine { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-family: var(--font-display); font-size: 0.75rem; color: var(--ink-mute); letter-spacing: 0.04em; }
.footer .logo, .footer .logo__word, .footer__links a, .footer__social a, .footer__url, .footer__tag { color: var(--cream); }
.footer .logo__strap { color: rgba(250,246,239,0.7); }
.footer__links a { color: rgba(250,246,239,0.72); }
.footer__links a:hover, .footer__links a[aria-current="page"] { color: var(--cream); }
.footer__social a { color: var(--cream); opacity: 0.85; }
.footer__fine { color: rgba(250,246,239,0.6); }
.footer__tag .dots i { background: var(--coral); }

/* ── Reveal on scroll ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease-out), transform 1s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }
.reveal[data-delay="4"] { transition-delay: 0.4s; }

/* ── Hero load choreography ── */
.hero .stagger > * { opacity: 0; transform: translateY(24px); animation: rise 1s var(--ease-out) forwards; }
.hero .stagger > *:nth-child(1) { animation-delay: 0.15s; }
.hero .stagger > *:nth-child(2) { animation-delay: 0.28s; }
.hero .stagger > *:nth-child(3) { animation-delay: 0.41s; }
.hero .stagger > *:nth-child(4) { animation-delay: 0.54s; }
.hero .stagger > *:nth-child(5) { animation-delay: 0.67s; }
.hero__media { opacity: 0; transform: translateY(32px) scale(0.98); animation: rise 1.3s var(--ease-out) 0.35s forwards; }
.hero__media .photo__note { opacity: 0; animation: rise 0.9s var(--ease-out) 1.1s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ── Photo hero (Who / How) ── */
.hero--photo { height: min(100vh, 860px); }
.hero--photo .hero__copy { max-width: min(820px, 64%); }

/* ── Full-bleed audience rows ── */
.audiences { display: grid; }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; padding: 0; min-height: clamp(480px, 46vw, 680px); background: var(--paper); }
.audience + .audience { border-top: 0; }
.audience__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 5vw, 96px) clamp(24px, 6vw, 120px); }
.audience__copy .copy { max-width: 50ch; }
.audience__media { position: relative; }
.audience__media .photo { position: absolute; inset: 0; border-radius: 0; box-shadow: none; aspect-ratio: auto; }
.audience__media .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.audience--flip .audience__media { order: -1; }
.audience:nth-child(even) { background: var(--cream); }
.audiences + .ticker { margin-top: 0; }


.mix__list li .plus, .mix__list li:nth-child(2) .plus, .mix__list li:nth-child(3) .plus, .mix__list li:nth-child(4) .plus, .mix__list li:nth-child(5) .plus { background: transparent; color: var(--coral); border: 1px solid var(--coral); }
.quote-band .serif-statement:first-child { color: var(--cream); font-size: clamp(1.5rem, 2.6vw, 2.4rem); max-width: 30ch; margin-top: 0; text-shadow: 0 6px 30px rgba(0,0,0,0.3); }
.quote-band .serif-statement:first-child em { color: var(--butter); }


/* ── The mix: pairings that come together ── */
.mix__grid { align-items: stretch; }
.mix__side { display: flex; flex-direction: column; }
.mix__visual { position: relative; margin-top: 36px; flex: 1; min-height: 300px; border-radius: var(--r-photo); overflow: hidden; background: var(--cream-3); }
.mix__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 0.9s var(--ease-out), transform 1.6s var(--ease-out); }
.mix__visual img.is-on { opacity: 1; transform: scale(1); }
.mix__list { border-top: 0; }
.mix__list li { border-bottom: 0; position: relative; cursor: default; padding: 30px 0; }
.mix__list li::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); transform: scaleX(0); transform-origin: center; transition: transform 1s var(--ease-out); }
.mix__list li.is-in::after { transform: scaleX(1); }
.mix__list li.reveal { opacity: 1; transform: none; }
.mix__list li span:first-child, .mix__list li span:last-child { display: block; opacity: 0; transition: opacity 0.7s var(--ease-out), transform 0.9s var(--ease-out), color 0.3s; }
.mix__list li span:first-child { transform: translateX(-72px); }
.mix__list li span:last-child { transform: translateX(72px); }
.mix__list li.is-in span:first-child, .mix__list li.is-in span:last-child { opacity: 1; transform: none; }
.mix__list li .plus { position: relative; width: 40px; height: 40px; border-radius: 50%; background: transparent; border: 0; color: var(--coral); display: grid; place-items: center; }
.mix__list li .plus::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--coral); clip-path: circle(0% at 50% 50%); transition: clip-path 0.7s var(--ease-out); }
.mix__list li.is-in .plus::after { clip-path: circle(75% at 50% 50%); }
.mix__list li .plus i { position: relative; display: block; width: 14px; height: 14px; transform: rotate(-90deg) scale(0); transition: transform 0.6s var(--ease-out); }
.mix__list li .plus i::before, .mix__list li .plus i::after { content: ''; position: absolute; background: currentColor; border-radius: 2px; left: 50%; top: 50%; }
.mix__list li .plus i::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.mix__list li .plus i::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.mix__list li.is-in .plus i { transform: rotate(0) scale(1); }
.mix__list li .plus::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--coral); opacity: 0; }
.mix__list li.is-in .plus::before { animation: ripple 1.1s var(--ease-out) forwards; }
@keyframes ripple { 0% { transform: scale(0.6); opacity: 0.8; } 100% { transform: scale(2.2); opacity: 0; } }
.mix__list li.is-in span:first-child { transition-delay: 0s; } .mix__list li.is-in span:last-child { transition-delay: 0s; }
.mix__list li.is-in .plus::after, .mix__list li.is-in .plus i { transition-delay: 0.45s; }
.mix__list li.is-in .plus::before { animation-delay: 0.7s; }
.mix__list li.is-in::after { transition-delay: 0.6s; }
.mix__list li.is-in[data-delay="1"] span, .mix__list li.is-in[data-delay="1"] .plus::after, .mix__list li.is-in[data-delay="1"] .plus i, .mix__list li.is-in[data-delay="1"]::after { transition-delay: calc(var(--d, 0s) + 0.15s); }
.mix__list li[data-delay="1"] { --d: 0s; } .mix__list li[data-delay="2"] { --d: 0.15s; } .mix__list li[data-delay="3"] { --d: 0.3s; } .mix__list li[data-delay="4"] { --d: 0.45s; }
.mix__list li.is-in[data-delay] span:first-child, .mix__list li.is-in[data-delay] span:last-child { transition-delay: var(--d); }
.mix__list li.is-in[data-delay] .plus::after, .mix__list li.is-in[data-delay] .plus i { transition-delay: calc(var(--d) + 0.45s); }
.mix__list li.is-in[data-delay] .plus::before { animation-delay: calc(var(--d) + 0.7s); }
.mix__list li.is-in[data-delay]::after { transition-delay: calc(var(--d) + 0.6s); }
.mix__list li.is-active span:first-child, .mix__list li.is-active span:last-child { color: var(--coral); }
.mix__list li.is-active .plus { background: var(--coral); color: #fff; }
.mix__list li.is-active .plus::after { border-color: var(--coral); }
.mix__list li.is-active::after { background: var(--coral); }

/* ── Steps: sequential row ── */
.process h2 { margin-bottom: 40px; }
.steps { list-style: none; margin: 0; padding: 44px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; counter-reset: step; }
.steps::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line); }
.step { background: transparent; border: 0; border-radius: 0; padding: 0; position: relative; display: flex; flex-direction: column; gap: 18px; overflow: visible; }
.step::before { content: ''; position: absolute; top: -44px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }
.step:nth-child(2)::before { background: var(--butter); }
.step:nth-child(3)::before { background: var(--sky-ink); }
.step:nth-child(4)::before { background: var(--mint-ink); }
.step__img { border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 4 / 3; background: var(--cream-3); box-shadow: none; }
.step__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.step:hover .step__img img { transform: scale(1.04); }
.step h3 { font-size: clamp(1.2rem, 1.5vw, 1.45rem); letter-spacing: -0.02em; line-height: 1.1; margin-top: 6px; }
.step p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.5; margin: 0; }

/* ── Restored handwritten notes ── */
.intro__note { position: absolute; right: 24px; bottom: 24px; z-index: 3; }
.quote-band__note { position: absolute; right: var(--gutter); top: clamp(28px, 5vw, 64px); z-index: 2; }
.quote-band__inner { position: relative; }
@media (max-width: 640px) {
  .quote-band__note { position: static; align-self: flex-end; margin-bottom: 20px; }
  .quote-band__inner { display: flex; flex-direction: column; align-items: flex-start; }
  .intro__note { right: 16px; bottom: 16px; font-size: 1rem; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .section-head .annotation { justify-self: end; }
  .services { gap: 10px; }
  .service { display: grid; grid-template-columns: 44px 1fr; grid-template-areas: "chip title" "chip copy"; column-gap: 14px; row-gap: 6px; padding: 18px 18px 20px; align-items: start; }
  .service .chip { grid-area: chip; width: 44px; height: 44px; margin-top: 2px; }
  .service .chip svg { width: 18px; height: 18px; }
  .service h3 { grid-area: title; margin: 0; font-size: 1.1rem; }
  .service p { grid-area: copy; font-size: 0.98rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mix__list li span, .mix__list li .plus, .mix__list li .plus i, .mix__list li::after, .mix__list li .plus::before { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
  .ticker__track { animation: none; }
  html { scroll-behavior: auto; }
  .reveal, .hero .stagger > *, .hero__media, .hero__media .photo__note, .logo .dots i { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .card, .btn, .card__img img { transition: none !important; }
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .mix__visual { min-height: 240px; aspect-ratio: 4 / 3; flex: none; margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .step::before { top: -20px; }
  .audience { grid-template-columns: 1fr; min-height: 0; }
  .audience__media, .audience--flip .audience__media { order: -1; }
  .audience__media { aspect-ratio: 4 / 3; }
  .hero--photo { height: auto; min-height: 70vh; }
  .moments { grid-template-columns: repeat(3, 1fr); }
  .moments figure:nth-child(n+4) { display: none; }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 520px; }
  .services { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .card--tall { grid-row: auto; grid-column: 1 / 3; min-height: 300px; }
  .hero__grid { min-height: 0; }
  .collage { height: clamp(240px, 60vw, 340px); margin-bottom: 24px; }
  .footer__tag { font-size: clamp(1.9rem, 9vw, 3.5rem); }
  .quote-band__inner { grid-template-columns: auto 1fr; }
  .quote-band .annotation { display: none; }
  .nav__links, .nav__cta .btn { display: none; }
  .nav__burger { display: inline-flex; }
  .nav__inner { height: 80px; }
  .hero__grid, .hero__grid--text { grid-template-columns: 1fr; gap: 40px; }
  .hero__aside { flex-direction: row; align-items: center; justify-content: space-between; padding-bottom: 32px; }
  .hero__aside .dots { margin-right: 0; }
  .hero__copy { padding-block: 16px 0; }
  .hero__media .photo { aspect-ratio: 4 / 3.4; }
  .hero__mark { left: 16px; bottom: -22px; }
  .intro__grid, .mix__grid, .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .intro__pull { position: static; }
  .section-head { grid-template-columns: 1fr; }
  .section-head .annotation { justify-self: start; margin-top: 12px; }
  .services { grid-template-columns: 1fr; }
  .statement__grid { grid-template-columns: 1fr; }
  .statement__mark { border-right: 0; padding-right: 0; border-bottom: 1px solid rgba(20,33,61,0.15); padding-bottom: 28px; }
  .audience { grid-template-columns: 1fr; gap: 36px; }
  .audience--flip .audience__media { order: 0; }
  .audience__media { order: -1; }
  .audience__media .chip { top: -20px; left: 20px; }
  .audience--flip .audience__media .chip { right: 20px; left: auto; }
  .result { grid-template-columns: 1fr; }
  .result__media { min-height: 360px; order: -1; }
}
@media (max-width: 640px) {
  .steps { grid-template-columns: 1fr; }
  .hero--video, .hero--photo { height: min(84svh, 680px); min-height: 520px; max-height: none; margin-top: -80px; padding-top: 80px; }
  .hero--video .hero__copy { max-width: 100%; }
  .hero--video h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .hero--video .lede { font-size: 1.05rem; }
  .band__title { font-size: clamp(2rem, 10vw, 2.8rem); }
  .moments { grid-template-columns: 1fr 1fr; gap: 4px; }
  .moments figure, .moments figure:nth-child(even) { aspect-ratio: 4 / 5; }
  .moments figure:nth-child(4) { display: block; }
  .moments figure:nth-child(n+5) { display: none; }
  .cards { gap: 14px; }
  .card, .card--tall { min-height: 240px; grid-row: auto; grid-column: auto; }
  .card__title, .card--tall .card__title { font-size: 1.35rem; }
  .card__copy { font-size: 0.95rem; }
  .card__body { padding: 20px; }
  .statement--photo { min-height: 420px; }
  .statement--photo h2 { font-size: 1.9rem; }
  .quote-band { min-height: 460px; }
  .quote-band h2 { font-size: 2rem; }
  .footer__tag { font-size: clamp(1.7rem, 9vw, 2.4rem); gap: 10px; white-space: normal; text-align: center; flex-wrap: wrap; }
  .hero--video h1, .display-xl, .display-lg, .display-md, .band__title, .quote-band h2, .statement--photo h2 { overflow-wrap: anywhere; max-width: 100%; }
  .container, .container--wide { width: calc(100% - 40px); }
  .mix__list li { grid-template-columns: 1fr auto; grid-template-areas: "a plus" "b plus"; align-items: center; }
  .mix__list li span:first-child { grid-area: a; } .mix__list li span:last-child { grid-area: b; text-align: left; } .mix__list li .plus { grid-area: plus; }
  .quote-band .serif-statement:first-child { font-size: 1.35rem; }
  .footer__tag .dots { width: 24px; height: 24px; gap: 3px; }
  .footer__tag .dots i { width: 6px; height: 6px; }
  .footer__tag .dots i:nth-child(5) { width: 8px; height: 8px; margin: -1px; }
  .audience { min-height: 0; }
  .audience__copy { padding: 36px 20px 44px; }
  .audience__media { aspect-ratio: 4 / 3; }
  .mix__visual { aspect-ratio: 4 / 3; min-height: 0; margin: 24px 0 8px; }
  .mix__list li span:first-child { transform: translateX(-24px); }
  .mix__list li span:last-child { transform: translateX(24px); }
  .steps { padding-top: 0; row-gap: 36px; }
  .steps::before { display: none; }
  .step::before { display: none; }
  .services { gap: 12px; }
  .service { padding: 22px 20px 24px; }
  .intro__media { max-width: 100%; }
  .hero--video .hero__inner { flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-top: 0; padding-bottom: 40px; }
  .hero--video::after { background: linear-gradient(180deg, rgba(20,33,61,0.35) 0%, rgba(20,33,61,0.15) 30%, rgba(20,33,61,0.55) 60%, rgba(20,33,61,0.9) 100%); }
  .hero--video .lede { font-size: 1rem; line-height: 1.5; max-width: 34ch; margin-top: 14px; }
  .hero--video .btn { margin-top: 22px; }
  .hero--video .hero__video { object-position: 50% 40%; }
  .hero--video .hero__annotation { align-self: flex-end; }
  .services { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card--tall { grid-column: auto; }
  .card { min-height: 220px; }
  .quote-band__inner { grid-template-columns: 1fr; }
  .quote-band .dots--xl { width: 72px; height: 72px; gap: 10px; }
  .quote-band .dots--xl i { width: 18px; height: 18px; }
  .band { height: clamp(300px, 60vh, 420px); }
  .audience__media .photo { aspect-ratio: 16 / 11; }
  :root { --r-photo: 20px; --r-card: 18px; }
  body { font-size: 1.05rem; }
  .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .statement { border-radius: 24px; }
  .statement--center .annotation { position: static; display: inline-block; margin-bottom: 24px; }
  .statement--center .deco-dots { display: none; }
  .statement--center .btn, .menu .btn { white-space: normal; text-align: center; justify-content: center; line-height: 1.3; }
  .result { border-radius: 24px; }
  .result__copy .btn { white-space: normal; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .footer__links { flex-wrap: wrap; gap: 16px 24px; }
  .mix__list li { grid-template-columns: 1fr; gap: 10px; }
  .mix__list li span:last-child { text-align: left; }
  .mix__list li .plus { width: 28px; height: 28px; font-size: 1.1rem; }
  .photo__note--tr, .photo__note--br, .photo__note--bl { --inset: 16px; }
  .photo__note--tr { top: var(--inset); right: var(--inset); }
  .photo__note--br { bottom: var(--inset); right: var(--inset); }
  .photo__note--bl { bottom: var(--inset); left: var(--inset); }
  .annotation { font-size: 1.05rem; }
  .hero__annotation { display: block; align-self: flex-end; margin-top: 18px; font-size: 1rem; }
  .chip { width: 48px; height: 48px; }
  .chip svg { width: 20px; height: 20px; }
  .service { gap: 16px; padding: 24px 0; }
}

/* ── Mobile audit fixes (kept last so they win over the section blocks above) ── */
@media (max-width: 960px) {
  .audience { grid-template-columns: 1fr; min-height: 0; }
  .audience__media, .audience--flip .audience__media { order: -1; position: relative; aspect-ratio: 4 / 3; }
  .audience__copy { padding: 32px 20px 40px; }
  .audience__copy .copy { max-width: none; }
  .hero--photo { height: min(84svh, 680px); min-height: 520px; }
}
@media (max-width: 640px) {
  .statement, .statement--photo { border-radius: 0; }
  .statement--photo { min-height: 460px; }
  .section-head .annotation { margin-left: auto; width: max-content; }
  .contact__copy .lede { margin-top: 16px; }
  .contact__email { margin-top: 22px; }
  .contact__annotation { display: block; width: max-content; margin: 18px 0 0 auto; }
  .contact__grid { gap: 28px; }
  .mix__list li { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 20px 0; }
  .mix__list li span:first-child, .mix__list li span:last-child { display: inline; text-align: left; transform: none; }
  .mix__list li .plus { width: 26px; height: 26px; order: 0; }
  .mix__list li span:last-child { order: 1; }
  .mix__visual { margin-bottom: 20px; }
  .quote-band__note { display: block; width: max-content; margin: 0 0 20px auto; }
  .quote-band { min-height: 480px; }
}
@media (max-width: 640px) {
  .service { grid-template-columns: 48px 1fr; column-gap: 18px; row-gap: 8px; padding: 24px 22px 26px; }
  .service .chip { width: 48px; height: 48px; margin-top: 0; }
  .service .chip svg { width: 20px; height: 20px; }
  .service h3 { align-self: center; }
}
@media (max-width: 960px) {
  /* Safari-safe: let the photos flow naturally instead of absolute + aspect-ratio */
  .audience__media, .audience--flip .audience__media { aspect-ratio: auto; height: auto; }
  .audience__media .photo { position: static; aspect-ratio: auto; height: auto; }
  .audience__media .photo img { position: static; display: block; width: 100%; height: auto; }
  .intro__media .photo { aspect-ratio: auto; }
  .intro__media .photo img { position: static; display: block; width: 100%; height: auto; }
}
@media (max-width: 640px) {
  /* Mix rows: fixed-size plus that cannot stretch */
  .mix__list li { display: grid; grid-template-columns: 1fr 32px; grid-template-areas: "a plus" "b plus"; column-gap: 14px; row-gap: 4px; align-items: center; padding: 18px 0; }
  .mix__list li span:first-child { grid-area: a; display: block; }
  .mix__list li span:last-child { grid-area: b; display: block; order: 0; }
  .mix__list li .plus { grid-area: plus; width: 32px; height: 32px; min-width: 32px; max-width: 32px; flex: none; aspect-ratio: 1; align-self: center; justify-self: end; border-radius: 50%; }
  .mix__list li .plus i { width: 12px; height: 12px; }
  .mix__list li .plus i::before { width: 12px; height: 2px; }
  .mix__list li .plus i::after { width: 2px; height: 12px; }
  .mix__list li .plus::before, .mix__list li .plus::after { border-radius: 50%; }
}
@media (max-width: 640px) {
  /* Mix rows: read as "Movement + Recovery", plus between the two */
  .mix__list li { display: grid; grid-template-columns: 1fr; grid-template-areas: "a" "plus" "b"; row-gap: 8px; justify-items: start; padding: 18px 0; }
  .mix__list li .plus { grid-area: plus; justify-self: start; margin-left: 2px; }
  .mix__list li span:first-child { grid-area: a; }
  .mix__list li span:last-child { grid-area: b; color: var(--ink); }
  .mix__list li.is-active span:last-child { color: var(--coral); }
}
@media (max-width: 640px) {
  /* Mix rows: one inline equation "Movement + Recovery" */
  .mix__list li { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; padding: 18px 0; font-size: 1.1rem; }
  .mix__list li span:first-child, .mix__list li span:last-child { display: inline; grid-area: auto; }
  .mix__list li span:first-child { transform: none; }
  .mix__list li .plus { grid-area: auto; width: 26px; height: 26px; min-width: 26px; max-width: 26px; margin: 0; justify-self: auto; }
  .mix__list li .plus i { width: 10px; height: 10px; }
  .mix__list li .plus i::before { width: 10px; height: 2px; }
  .mix__list li .plus i::after { width: 2px; height: 10px; }
}
@media (max-width: 640px) {
  /* Mix rows: identical shape on every row — left | + | right */
  .mix__list li { display: grid; grid-template-columns: 1fr 26px 1fr; grid-template-areas: "a plus b"; column-gap: 12px; align-items: center; padding: 18px 0; font-size: 1rem; line-height: 1.25; flex-wrap: nowrap; }
  .mix__list li span:first-child { grid-area: a; display: block; text-align: left; }
  .mix__list li span:last-child { grid-area: b; display: block; text-align: left; }
  .mix__list li .plus { grid-area: plus; justify-self: center; }
}
@media (max-width: 640px) {
  /* Mix rows: left text right-aligned toward the plus, even gap both sides */
  .mix__list li { grid-template-columns: 1fr 28px 1fr; column-gap: 16px; }
  .mix__list li span:first-child { text-align: right; padding-right: 0; }
  .mix__list li span:last-child { text-align: left; padding-left: 0; }
}
@media (max-width: 640px) {
  .mix__list li { justify-items: stretch; }
  .mix__list li span:first-child, .mix__list li span:last-child { justify-self: stretch; width: 100%; }
}

/* ── Mix rows: single words, one equation per line, all viewports ── */
.mix__list li, .mix__list li[data-delay] { display: grid; grid-template-columns: 1fr 40px 1fr; grid-template-areas: "a plus b"; column-gap: 18px; align-items: center; justify-items: stretch; padding: 22px 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.35rem, 2.4vw, 2.1rem); letter-spacing: -0.02em; line-height: 1; }
.mix__list li span:first-child { grid-area: a; display: block; width: 100%; text-align: right; color: var(--ink); }
.mix__list li span:last-child { grid-area: b; display: block; width: 100%; text-align: left; color: var(--ink); font-weight: 700; }
.mix__list li .plus { grid-area: plus; justify-self: center; width: 40px; height: 40px; min-width: 40px; }
.mix__list li.is-active span:first-child, .mix__list li.is-active span:last-child { color: var(--coral); }
.mix__visual { margin-top: 24px; }
.mix__grid { align-items: center; }
@media (max-width: 960px) { .mix__grid { gap: 20px; } .mix__visual { margin: 20px 0 0; } }
@media (max-width: 640px) {
  .mix__list li, .mix__list li[data-delay] { grid-template-columns: 1fr 32px 1fr; column-gap: 14px; padding: 18px 0; font-size: 1.3rem; }
  .mix__list li .plus { width: 32px; height: 32px; min-width: 32px; max-width: 32px; }
  .mix__visual { margin: 16px 0 4px; }
}

/* ── Mix rows: each equation centred as one unit ── */
.mix__list li, .mix__list li[data-delay] { display: flex; justify-content: center; align-items: center; gap: 16px; padding: 24px 0; }
.mix__list li span:first-child, .mix__list li span:last-child { width: auto; text-align: center; flex: 0 1 auto; }
.mix__list li .plus { flex: none; }
@media (max-width: 640px) {
  .mix__list li, .mix__list li[data-delay] { display: flex; gap: 12px; padding: 18px 0; font-size: 1.35rem; }
  .mix__list li span:first-child, .mix__list li span:last-child { width: auto; }
}

/* ── Mix rows: plus on a fixed centre axis, words hang off it ── */
.mix__list li, .mix__list li[data-delay] { display: grid; grid-template-columns: 1fr 40px 1fr; grid-template-areas: "a plus b"; column-gap: 18px; justify-items: stretch; }
.mix__list li span:first-child { width: 100%; text-align: right; }
.mix__list li span:last-child { width: 100%; text-align: left; }
.mix__list li .plus { justify-self: center; }
@media (max-width: 640px) {
  .mix__list li, .mix__list li[data-delay] { display: grid; grid-template-columns: 1fr 32px 1fr; column-gap: 12px; }
  .mix__list li span:first-child, .mix__list li span:last-child { width: 100%; }
}

/* ── Service tiles link through to the full descriptions ── */
.service__link { display: flex; flex-direction: column; gap: 18px; color: inherit; height: 100%; }
.service { padding: 0; }
.service__link { padding: 28px 28px 26px; }
.service__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--coral); }
.service__more svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease-out); }
.service:hover .service__more svg { transform: translateX(4px); }
.audience, #mix, #process { scroll-margin-top: 100px; }
@media (max-width: 640px) {
  .service { padding: 0; }
  .service__link { display: grid; grid-template-columns: 48px 1fr; grid-template-areas: "chip title" "chip copy" "chip more"; column-gap: 18px; row-gap: 8px; padding: 24px 22px 22px; }
  .service__more { grid-area: more; margin-top: 4px; }
}
@media (max-width: 640px) {
  .service__link { display: grid; grid-template-columns: 48px minmax(0, 1fr); grid-template-areas: "chip title" "copy copy" "more more"; column-gap: 16px; row-gap: 10px; padding: 22px 20px; align-items: center; }
  .service__link .chip { grid-area: chip; }
  .service__link h3 { grid-area: title; margin: 0; }
  .service__link p { grid-area: copy; margin: 0; }
  .service__more { grid-area: more; margin-top: 0; white-space: nowrap; }
}
@media (max-width: 640px) { .service { display: block; padding: 0; } .service__link { width: 100%; } }
