/* Viral Teraiya Consultancy */

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/poppins-300.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/poppins-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Tinos"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/tinos-italic.woff2") format("woff2"); }

:root {
  --steel: #7195AA;
  --steel-2: #5E8397;
  --steel-soft: #C9D7E0;
  --sage: #7EBC7E;
  --sage-2: #A9D4A9;
  --slate: #334049;
  --slate-2: #26313A;
  --ink: #000201;
  --paper: #ECECEC;
  --paper-2: #F5F5F2;
  --white: #FFFFFF;
  --line: rgba(51, 64, 73, .16);
  --line-light: rgba(236, 236, 236, .16);

  --serif: "Times New Roman", Tinos, Times, serif;
  --sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(.7, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --gutter: clamp(16px, 4vw, 64px);
  /* the content edge of .wrap on screens wider than 1440px; % resolves against the full-width element using it */
  --edge: max(var(--gutter), calc((100% - 1440px) / 2 + var(--gutter)));
  --radius: clamp(24px, 3vw, 44px);
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--slate);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
html.js body.is-loading { overflow: hidden; }
html:not(.js) .loader { display: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
h1, h2, h3, p, ul, dl, dd, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
::selection { background: var(--sage); color: var(--slate); }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .8em;
  font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--steel-2); margin-bottom: 1.6rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--sage); }

.h-display {
  font-size: clamp(2.3rem, 5.4vw, 5.4rem);
  font-weight: 500; line-height: 1.02; letter-spacing: -0.035em; color: var(--slate);
  max-width: 16ch;
}
.h-display em { color: var(--steel); font-size: 1.08em; letter-spacing: -0.02em; }
.h-display.light { color: var(--paper); }
.h-display.light em { color: var(--sage); }

.section-head { margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-head.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: end; }
.section-sub { max-width: 44ch; margin-top: 1.6rem; font-size: 1.05rem; color: rgba(51, 64, 73, .78); }
.section-sub.light { color: rgba(236, 236, 236, .7); }
.section-head.split .section-sub { margin-top: 0; }

/* Split text helpers */
.split-line { overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.split-word, .split-char { display: inline-block; will-change: transform; }

/* Grain */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1s steps(6) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); }
}

/* Buttons & roll text */
.roll { position: relative; display: inline-block; overflow: hidden; vertical-align: top; line-height: 1.3; }
.roll > span { display: inline-block; transition: transform .6s var(--ease); }
.roll::after {
  content: attr(data-text); position: absolute; left: 0; top: 100%; white-space: nowrap;
  transition: transform .6s var(--ease);
}
.roll:hover > span, .btn:hover .roll > span { transform: translateY(-100%); }
.roll:hover::after, .btn:hover .roll::after { transform: translateY(-100%); }

.btn {
  --bg: var(--slate); --fg: var(--paper); --ab: var(--sage); --af: var(--slate);
  position: relative; display: inline-flex; align-items: center; gap: 1rem;
  padding: .7rem .7rem .7rem 1.4rem; border-radius: 14px;
  background: var(--bg); color: var(--fg);
  font-size: 15px; font-weight: 500; white-space: nowrap; isolation: isolate; overflow: hidden;
  transition: color .5s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--ab);
  clip-path: circle(0% at 100% 50%); transition: clip-path .7s var(--ease);
}
.btn:hover::before { clip-path: circle(150% at 100% 50%); }
.btn:hover { color: var(--af); }
.btn-sage { --bg: var(--sage); --fg: var(--slate); --ab: var(--paper); --af: var(--slate); }
.btn-lg { font-size: 17px; padding: .9rem .9rem .9rem 1.8rem; }
.btn-arrow {
  position: relative; width: 38px; height: 38px; border-radius: 10px; flex: none; overflow: hidden;
  background: var(--fg); transition: background .5s var(--ease);
}
.btn:hover .btn-arrow { background: var(--slate); }
.btn-arrow::before, .btn-arrow::after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 18px; height: 18px;
  background: var(--bg); -webkit-mask: var(--arrow) center / contain no-repeat; mask: var(--arrow) center / contain no-repeat;
  transition: transform .6s var(--ease), background .5s var(--ease);
}
.btn:hover .btn-arrow::before, .btn:hover .btn-arrow::after { background: var(--paper); }
.btn-arrow::after { transform: translateX(-200%); }
.btn:hover .btn-arrow::before { transform: translateX(200%); }
.btn:hover .btn-arrow::after { transform: translateX(0); }

/* Cursor */
.cursor { display: none; }
.has-cursor .cursor { display: block; }
.cursor-dot, .cursor-ring { position: fixed; left: 0; top: 0; z-index: 200; pointer-events: none; border-radius: 50%; }
.cursor-dot { width: 8px; height: 8px; margin: -4px 0 0 -4px; background: var(--slate); mix-blend-mode: normal; }
.cursor-ring {
  width: 42px; height: 42px; margin: -21px 0 0 -21px; border: 1px solid rgba(51, 64, 73, .45);
  display: grid; place-items: center;
  transition: width .45s var(--ease-out), height .45s var(--ease-out), margin .45s var(--ease-out), background .35s, border-color .35s;
}
.cursor-label { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); opacity: 0; transition: opacity .3s; }
.cursor.is-hover .cursor-ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(126, 188, 126, .25); border-color: transparent; }
.cursor.is-label .cursor-ring { width: 92px; height: 92px; margin: -46px 0 0 -46px; background: var(--sage); border-color: transparent; }
.cursor.is-label .cursor-label { opacity: 1; }
.cursor.is-label .cursor-dot { opacity: 0; }
.cursor.on-dark .cursor-dot { background: var(--paper); }
.cursor.on-dark .cursor-ring { border-color: rgba(236, 236, 236, .5); }
.cursor.is-hidden { opacity: 0; }
.has-cursor, .has-cursor a, .has-cursor button, .has-cursor summary, .has-cursor label { cursor: none; }
.has-cursor input, .has-cursor textarea { cursor: text; }

/* Loader */
.loader { position: fixed; inset: 0; z-index: 300; color: var(--paper); }
.loader-panels span { position: absolute; inset: 0; background: var(--c); }
.loader-panels span:nth-child(1) { z-index: 4; background: var(--slate); }
.loader-panels span:nth-child(2) { z-index: 3; background: var(--sage); }
.loader-panels span:nth-child(3) { z-index: 2; background: var(--steel); }
.loader-panels span:nth-child(4) { z-index: 1; background: var(--paper); }
.loader-inner {
  position: absolute; inset: 0; z-index: 5; display: grid; place-content: center; justify-items: center; gap: 2rem;
  --logo-v: var(--steel); --logo-t: var(--paper); --logo-c: var(--sage);
}
.loader-logo { width: min(340px, 64vw); height: auto; aspect-ratio: 516 / 280; }
.loader-meta { display: flex; justify-content: space-between; width: min(340px, 64vw); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.loader-count { font-variant-numeric: tabular-nums; }
.loader-bar { width: min(340px, 64vw); height: 1px; background: rgba(236, 236, 236, .15); overflow: hidden; }
.loader-bar span { display: block; height: 100%; background: var(--sage); transform-origin: left; transform: scaleX(0); }

/* Nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem;
  padding: 18px var(--edge);
  transition: transform .7s var(--ease), background .5s, padding .5s var(--ease);
}
.nav.is-scrolled { background: rgba(236, 236, 236, .78); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4); padding-top: 12px; padding-bottom: 12px; }
.nav.is-hidden { transform: translateY(-110%); }
.nav.is-dark { --logo-t: var(--paper); color: var(--paper); }
.nav.is-dark.is-scrolled { background: rgba(38, 49, 58, .72); }
.nav-logo { justify-self: start; }
.nav-cta { justify-self: end; }
.nav-logo svg { width: 128px; height: auto; aspect-ratio: 516 / 280; transition: width .5s var(--ease); }
.nav.is-scrolled .nav-logo svg { width: 108px; }
.nav-links { display: flex; justify-self: center; gap: clamp(1.2rem, 2.6vw, 2.6rem); font-size: 14px; font-weight: 500; }
.nav-links a { position: relative; }
.nav-links a.is-active::before { content: ""; position: absolute; left: -12px; top: 50%; width: 5px; height: 5px; margin-top: -3px; border-radius: 50%; background: var(--sage); }
.nav.is-dark .btn-dark { --bg: var(--paper); --fg: var(--slate); }
.nav-burger { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--slate); position: relative; z-index: 2; }
.nav-burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--paper); transition: transform .5s var(--ease); }
.nav-burger span:first-child { top: 18px; } .nav-burger span:last-child { top: 26px; }
.menu-open .nav-burger span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-open .nav-burger span:last-child { transform: translateY(-4px) rotate(-45deg); }

.menu { position: fixed; inset: 0; z-index: 99; pointer-events: none; visibility: hidden; }
.menu-open .menu { pointer-events: auto; visibility: visible; }
.menu-bg span { position: absolute; top: 0; bottom: 0; width: 33.4%; background: var(--slate); transform: scaleY(0); transform-origin: top; }
.menu-bg span:nth-child(1) { left: 0; } .menu-bg span:nth-child(2) { left: 33.3%; } .menu-bg span:nth-child(3) { left: 66.6%; }
.menu-links { position: absolute; left: var(--gutter); right: var(--gutter); top: 120px; display: grid; gap: .2rem; }
.menu-links a { display: block; overflow: hidden; font-size: clamp(2.4rem, 11vw, 4.5rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.12; color: var(--paper); }
.menu-links a span { display: inline-block; transform: translateY(110%); }
.menu-links em { color: var(--sage); }
.menu-foot { position: absolute; left: var(--gutter); bottom: 32px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); opacity: 0; }

/* HERO */
.hero { position: relative; background: var(--paper); }
.hero-pin { position: relative; height: 100vh; height: 100svh; overflow: hidden; --D: min(27vw, 50svh); }
.hero-grid-lines { position: absolute; inset: 0; display: flex; justify-content: space-between; padding: 0 var(--gutter); pointer-events: none; }
.hero-grid-lines span { width: 1px; height: 100%; background: var(--line); transform-origin: top; opacity: .7; }

.hero-stage { position: absolute; inset: 0; padding: 96px var(--gutter) 128px; }
.hero-title {
  position: absolute; inset: 96px var(--gutter) 128px; z-index: 1;
  display: grid; grid-template-columns: 1fr var(--D) 1fr; grid-template-rows: 1fr 1fr; column-gap: calc(var(--D) * .17 + 1.2vw);
  --hf: clamp(2.8rem, 6.4vw, 8.6rem);
  font-size: var(--hf); font-weight: 600; letter-spacing: -0.055em; line-height: .9; color: var(--slate);
}
.hw { display: block; white-space: nowrap; }
/* Both word pairs are pinned to the portrait photo (see .hero-portrait / .hero-photo picture):
   photo top = 50svh - .4175D, photo bottom = 50svh + .7236D, title box inset 96px top / 128px bottom.
   The em offsets take out the space between the line box and the ink. */
.hw-left, .hw-right { display: grid; justify-items: start; }
.hw-left { grid-area: 1 / 1 / 3 / 2; justify-self: end; align-self: start; margin-top: calc(50svh - var(--D) * .4175 - 96px - .1em); }
.hw-right { grid-area: 1 / 3 / 3 / 4; justify-self: start; align-self: end; margin-bottom: calc(50svh - var(--D) * .7236 - 128px); }
/* "Hiring" sits a quarter of its width out past "should" */
.hw-1 { padding-bottom: .12em; margin-left: -.58em; }
.hw-2 { padding-bottom: .11em; margin-left: -.32em; font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--steel); font-size: 1.08em; letter-spacing: -0.03em; }
.hw-3 { padding-top: .06em; }
/* "be" has no descender and "personal" is mostly x-height, so pull it up to match the left column's visual gap */
.hw-4 { margin-top: -.14em; }
.hw-4 em { display: block; color: var(--steel); font-size: 1.08em; letter-spacing: -0.03em; line-height: .86; }
/* margin-left pulls the text back to the ink edge of the italic p's descender */
.hero-strike { display: block; margin-top: calc(var(--hf) * .3); margin-left: calc(var(--hf) * -.12); font-family: var(--sans); font-size: clamp(.9rem, 1.2vw, 1.15rem); font-weight: 400; letter-spacing: .02em; color: rgba(51, 64, 73, .7); }
.hero-strike span { position: relative; }
.hero-strike span::after { content: ""; position: absolute; left: -2%; right: -2%; top: 55%; height: 2px; background: var(--sage); transform-origin: left; transform: scaleX(var(--strike, 0)); }

.hero-portrait {
  position: absolute; z-index: 2; left: 50%; top: 50%;
  width: var(--D); height: calc(var(--D) * 1.34);
  transform: translate(-50%, -46%);
}
/* A large box centred on the circle and revealed with clip-path; growing the clip keeps the layer
   at its real size, unlike scaling a small circle up ~8x, which Chrome failed to repaint on fast scrolls */
.hero-circle {
  position: absolute; left: calc(var(--D) / 2 - 150vmax); bottom: calc(var(--D) / 2 - 150vmax); width: 300vmax; height: 300vmax;
  --k: 1; --dark: 0;
  clip-path: circle(calc(var(--D) / 2 * var(--k)) at 50% 50%);
  background: radial-gradient(circle at calc(50% - var(--D) * .2) calc(50% - var(--D) * .25), #86A8BB, var(--steel) calc(var(--D) * .42), #6488A0 calc(var(--D) * .8));
  pointer-events: none;
}
.hero-circle::after { content: ""; position: absolute; inset: 0; background: var(--slate); opacity: var(--dark); }
.hero-ring {
  position: absolute; width: calc(var(--D) * 1.3); height: calc(var(--D) * 1.3);
  left: calc(var(--D) * -.15); bottom: calc(var(--D) * -.15); overflow: visible; max-width: none;
  font-size: 15.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; fill: var(--slate);
}
/* textLength in the markup stretches the text to the full circle (2π × 222 ≈ 1395) and the trailing no-break space after the last star
   matches the gap after every other star; at this size the natural length is just under the circle on every screen */
.hero-ring text { font-family: var(--sans); }
.hero-photo {
  position: absolute; inset: 0; overflow: hidden;
  border-radius: 0 0 calc(var(--D) / 2) calc(var(--D) / 2);
}
.hero-photo picture { position: absolute; left: 10%; bottom: calc(var(--D) * -.16); width: 80%; }
.hero-photo img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0, 2, 1, .18)); }

.hero-foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 0 var(--edge) 30px;
  display: flex; align-items: flex-end; gap: 2rem;
}
.hero-intro { max-width: 34ch; font-size: 15px; color: rgba(51, 64, 73, .82); }
.hero-intro strong { color: var(--slate); font-weight: 600; }
.hero-scroll { margin-left: auto; display: flex; align-items: center; gap: .8rem; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(51, 64, 73, .7); }
.hero-scroll-line { position: relative; width: 1px; height: 46px; background: var(--line); overflow: hidden; }
.hero-scroll-line::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 45%; background: var(--slate); animation: scrollLine 2s var(--ease) infinite; }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 100% { transform: translateY(230%); } }

.hero-statement {
  position: absolute; inset: 0; z-index: 6; display: grid; place-content: center; justify-items: center; gap: 2rem;
  padding: 0 var(--gutter); text-align: center; pointer-events: none; visibility: hidden;
}
.statement-text {
  max-width: 21ch; font-size: clamp(1.9rem, 4.6vw, 4.6rem); font-weight: 500; line-height: 1.08; letter-spacing: -0.035em; color: var(--paper);
}
.statement-text em { color: var(--sage); font-size: 1.1em; }
.statement-sign { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--steel-soft); opacity: 0; }

/* Marquee band */
.band { position: relative; z-index: 2; background: var(--sage); color: var(--slate); padding: 1rem 0; overflow: hidden; }
.marquee { overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; gap: 2.4rem; will-change: transform; }
.marquee-track > * { flex: none; }
.marquee-track span { font-size: clamp(2rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.3; }
.marquee-track em { font-size: clamp(2.3rem, 5.6vw, 5.2rem); line-height: 1.3; color: var(--paper); }
.marquee-track i { font-style: normal; font-size: clamp(1rem, 2vw, 1.8rem); color: var(--slate); }

/* STORY */
.story { padding: clamp(6rem, 12vw, 11rem) 0; position: relative; }
.story-grid { display: grid; grid-template-columns: minmax(220px, 1fr) 2.4fr; gap: clamp(2rem, 6vw, 7rem); }
.story-side { position: sticky; top: 120px; align-self: start; }
.story-year { display: grid; line-height: .9; margin: 1rem 0 2.4rem; }
.story-year-label { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2vw, 2rem); color: var(--steel-2); }
.story-year-num { font-size: clamp(4.5rem, 9vw, 9rem); font-weight: 600; letter-spacing: -0.06em; color: var(--slate); font-variant-numeric: tabular-nums; }
.story-tribute { display: grid; gap: .8rem; font-size: 14px; color: rgba(51, 64, 73, .78); border-top: 1px solid var(--line); padding-top: 1.4rem; }
.story-tribute svg { width: 110px; fill: none; stroke: var(--sage); stroke-width: 2.5; stroke-linecap: round; }
.story-tribute strong { color: var(--slate); font-weight: 600; }
.story-main .h-display { margin-bottom: 3rem; }
.story-lead { font-size: clamp(1.3rem, 2.3vw, 2.15rem); line-height: 1.38; font-weight: 400; letter-spacing: -0.015em; color: var(--slate); }
.story-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); margin: clamp(3.5rem, 7vw, 6rem) 0; padding-top: 2.4rem; border-top: 1px solid var(--line); }
.story-cols h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: .8rem; }
.story-cols p { color: rgba(51, 64, 73, .8); margin-bottom: 2rem; }
.story-dream { font-size: clamp(2rem, 4.4vw, 4.4rem); line-height: 1.04; letter-spacing: -0.04em; font-weight: 600; max-width: 18ch; }
.story-dream em { color: var(--steel); display: inline; }

/* Highlight text */
[data-highlight] .hl-char { opacity: .16; transition: none; }

/* NUMBERS */
.numbers {
  position: relative; background: var(--slate); color: var(--paper);
  border-radius: var(--radius) var(--radius) 0 0; padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
}
.numbers-head { display: grid; gap: 0; margin-bottom: clamp(3rem, 7vw, 6rem); }
.numbers-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { position: relative; padding: 1.4rem 1.4rem 2rem; }
.stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--line-light); transform-origin: top; transform: scaleY(var(--grow, 0)); }
.stat-num { display: flex; align-items: baseline; flex-wrap: nowrap; white-space: nowrap; gap: .1em; font-size: clamp(2rem, 3.1vw, 3.6rem); font-weight: 600; letter-spacing: -0.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-num sup, .stat-num em, .stat-num small { font-size: 1em; color: var(--sage); }
.stat-num sup { position: static; vertical-align: baseline; }
.stat-num em { margin: 0 .12em; font-family: inherit; font-style: normal; font-weight: 400; letter-spacing: -0.03em; }
.stat-num small { font-weight: 400; letter-spacing: -0.03em; margin-left: .12em; }
.stat p { margin-top: 1rem; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: rgba(236, 236, 236, .66); }
.numbers-note { margin-top: 3rem; max-width: 70ch; font-size: 14px; color: rgba(236, 236, 236, .5); }

/* SERVICES */
.services { padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 6rem); background: var(--paper); border-radius: var(--radius) var(--radius) 0 0; margin-top: calc(var(--radius) * -1); position: relative; z-index: 2; }
.cards { position: relative; }
.card { position: sticky; top: 110px; height: min(76vh, 640px); margin-bottom: 5vh; transform-origin: 50% 0; }
.card:last-child { margin-bottom: 0; }
.card-inner {
  height: 100%; border-radius: var(--radius); background: var(--card); color: var(--ink-c);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; padding: clamp(2rem, 4.4vw, 4.4rem); overflow: hidden;
  box-shadow: 0 -20px 60px -30px rgba(0, 2, 1, .35);
  position: relative; --dim: 0;
}
.card-inner::after { content: ""; position: absolute; inset: 0; background: #000; opacity: var(--dim); pointer-events: none; border-radius: inherit; }
.card-copy { display: flex; flex-direction: column; }
.card-kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; opacity: .7; }
.card h3 { margin-top: auto; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 600; letter-spacing: -0.045em; line-height: .98; }
.card h3 em { display: block; font-size: 1.12em; }
.card p { margin-top: 1.4rem; max-width: 36ch; font-size: clamp(1rem, 1.3vw, 1.2rem); opacity: .88; }
.card ul { margin-top: 2rem; display: grid; gap: .1rem; border-top: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 25%, transparent); }
.card li { padding: .7rem 0; border-bottom: 1px solid color-mix(in srgb, currentColor 25%, transparent); font-size: 14px; display: flex; align-items: center; gap: .8rem; }
.card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .6; }
.card-art { display: grid; place-items: center; }
.art { width: 100%; max-width: 420px; height: auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.art-connect .a-ring { opacity: .25; stroke-dasharray: 4 10; animation: spin 40s linear infinite; transform-origin: 160px 160px; }
.art-connect .a-ring2 { animation-direction: reverse; animation-duration: 28s; }
.art-connect .a-path { stroke-width: 2.5; stroke-dasharray: 8 10; animation: dash 1.6s linear infinite; }
.art-connect .a-travel { fill: var(--sage); stroke: none; }
.art-connect .a-node circle:first-child { fill: var(--card); stroke-width: 2.5; }
.art-connect .a-node:last-of-type circle:first-child { fill: var(--sage); stroke: var(--sage); }
.art-connect .a-node:last-of-type { color: var(--slate); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dash { to { stroke-dashoffset: -36; } }

.art-scan .a-dot { fill: currentColor; stroke: none; opacity: .28; transition: opacity .4s, fill .4s; }
.art-scan .a-dot.is-lit { opacity: 1; fill: var(--paper); }
.art-scan .a-lens { stroke-width: 4; }
.art-scan .a-lens circle { fill: rgba(236, 236, 236, .18); }

.art-stack .a-base { opacity: .4; }
.art-stack .a-bar { fill: rgba(236, 236, 236, .16); stroke: none; y: calc(270px - var(--h) * 1px); height: calc(var(--h) * 1px); transform-origin: 0 270px; transform-box: view-box; animation: bar 3.2s var(--ease) var(--d) infinite; }
.art-stack .a-bar-hi { fill: var(--sage); }
.art-stack .a-trend { stroke: var(--sage); stroke-width: 3; stroke-dasharray: 260; animation: trend 3.2s var(--ease) infinite; }
.art-stack .a-trend-dot { fill: var(--sage); stroke: none; }
@keyframes bar { 0%, 100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }
@keyframes trend { 0% { stroke-dashoffset: 260; } 50%, 80% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -260; } }

.art-cycle .a-ticks line { stroke-width: 2; opacity: .3; }
.art-cycle .a-track { opacity: .15; stroke-width: 14; }
.art-cycle .a-prog { stroke: var(--sage); stroke-width: 14; stroke-dasharray: 604; stroke-dashoffset: 604; transform: rotate(-90deg); transform-origin: 160px 160px; animation: prog 4s var(--ease) infinite; }
.art-cycle .a-check { stroke-width: 8; stroke-dasharray: 100; stroke-dashoffset: 100; animation: check 4s var(--ease) infinite; }
@keyframes prog { 0% { stroke-dashoffset: 604; } 55%, 85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -604; } }
@keyframes check { 0%, 45% { stroke-dashoffset: 100; } 60%, 85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 100; } }

/* SECTORS */
.sectors { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--paper-2); }
.sector-list { border-top: 1px solid var(--line); }
.sector {
  position: relative; display: grid; grid-template-columns: 1fr auto 56px; align-items: center; gap: 2rem;
  padding: clamp(1.2rem, 2.2vw, 2rem) .4rem; border-bottom: 1px solid var(--line); overflow: hidden; isolation: isolate;
}
.sector::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--sage); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
.sector:hover::before { transform: scaleY(1); transform-origin: top; }
.sector-name { font-size: clamp(1.6rem, 3.8vw, 3.6rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.05; transition: transform .6s var(--ease); }
.sector:hover .sector-name { transform: translateX(1.4rem); }
.sector-roles { font-size: 13px; color: rgba(51, 64, 73, .7); text-align: right; transition: color .4s; }
.sector:hover .sector-roles { color: var(--slate); }
.sector-arrow {
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line); position: relative; transition: transform .6s var(--ease), background .4s, border-color .4s;
}
.sector-arrow::before { content: ""; position: absolute; inset: 0; margin: auto; width: 22px; height: 22px; background: var(--slate); -webkit-mask: var(--arrow) center / contain no-repeat; mask: var(--arrow) center / contain no-repeat; }
.sector:hover .sector-arrow { transform: rotate(-45deg); background: var(--slate); border-color: var(--slate); }
.sector:hover .sector-arrow::before { background: var(--sage); }

.one-point { margin-top: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: 200px 1fr; gap: 2.4rem; align-items: center; padding: 2rem; border-radius: 22px; background: var(--white); }
.one-point p { font-size: clamp(1rem, 1.4vw, 1.2rem); max-width: 70ch; }
.one-point strong { font-weight: 600; }
.one-point-art { width: 200px; fill: none; stroke: var(--steel); stroke-width: 2.5; }
.one-point-art circle { fill: var(--steel); }
.one-point-art circle:last-of-type { fill: var(--sage); stroke: var(--sage); }
.one-point-art path { stroke-dasharray: 6 8; animation: dash 1.4s linear infinite; }

/* DIFFERENCE */
/* overflow-x: the spinning dashed ring's rotated box is up to 1.41x wider than the circle and widened the page on phones */
.difference { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--paper); border-radius: var(--radius) var(--radius) 0 0; margin-top: calc(var(--radius) * -1); position: relative; z-index: 2; overflow-x: clip; }
.difference .h-display { max-width: 20ch; }
.compare { border-radius: var(--radius); overflow: hidden; background: var(--white); }
.compare-head, .compare-row { display: grid; grid-template-columns: 1fr 1.5fr; }
.compare-head span { padding: 1.2rem 2rem; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.compare-head span:first-child { color: rgba(51, 64, 73, .55); }
.compare-head span:last-child { background: var(--slate); color: var(--sage); }
.compare-row { border-top: 1px solid var(--line); }
.compare-row p { padding: clamp(1.4rem, 2.6vw, 2.2rem) 2rem; font-size: clamp(1.05rem, 1.7vw, 1.55rem); letter-spacing: -0.02em; line-height: 1.3; }
.c-old { color: rgba(51, 64, 73, .55); }
.c-old span { position: relative; }
.c-old span::after { content: ""; position: absolute; left: -3%; right: -3%; top: 54%; height: 2px; background: var(--steel); transform: scaleX(var(--strike, 0)); transform-origin: left; }
.c-new { background: var(--slate); color: var(--paper); font-weight: 500; }
.c-new .split-word { opacity: var(--o, 1); }

.reach { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-top: clamp(5rem, 9vw, 8rem); }
.reach-art { position: relative; aspect-ratio: 1; max-width: 520px; width: 100%; justify-self: center; }
.reach-rings span { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px solid var(--line); }
.reach-rings span:nth-child(1) { width: 34%; height: 34%; background: rgba(113, 149, 170, .16); border-color: rgba(113, 149, 170, .5); }
.reach-rings span:nth-child(2) { width: 56%; height: 56%; }
.reach-rings span:nth-child(3) { width: 78%; height: 78%; }
.reach-rings span:nth-child(4) { width: 100%; height: 100%; border-style: dashed; animation: spin 60s linear infinite; }
.reach-art::before, .reach-art::after { content: ""; position: absolute; inset: 0; margin: auto; width: 34%; height: 34%; border-radius: 50%; border: 2px solid var(--sage); animation: pulse 3.6s var(--ease-out) infinite; }
.reach-art::after { animation-delay: 1.8s; }
@keyframes pulse { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(2.95); opacity: 0; } }
.reach-core { position: absolute; inset: 0; margin: auto; width: 24%; height: 24%; display: grid; place-items: center; --logo-t: var(--slate); }
.reach-core svg { width: 100%; height: auto; aspect-ratio: 516 / 280; }
.reach-lbl { position: absolute; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; background: var(--paper); padding: .2rem .6rem; }
.r1 { top: 22%; left: 50%; transform: translate(-50%, -50%); }
.r2 { top: 50%; left: 22%; transform: translate(-50%, -50%); }
.r3 { top: 87%; left: 50%; transform: translate(-50%, -50%); }
.r4 { top: 14%; right: 4%; color: var(--steel-2); }
.reach-copy { display: grid; gap: 1.6rem; }
.reach-copy p { font-size: 1.05rem; color: rgba(51, 64, 73, .82); padding-left: 1.4rem; border-left: 2px solid var(--sage); }
.reach-copy strong { display: block; color: var(--slate); font-size: 1.25rem; letter-spacing: -0.02em; margin-bottom: .2rem; }

/* VALUES */
.values { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--paper-2); }
.accordion-h { container-type: inline-size; display: flex; gap: 10px; height: clamp(440px, 62vh, 580px); }
.v-panel {
  position: relative; flex: 1; min-width: 0; border-radius: 26px; background: var(--vc); color: var(--vt); overflow: hidden; cursor: pointer;
  transition: flex .9s var(--ease);
}
.v-panel.is-open { flex: 4.2; cursor: default; }
.v-panel h3 {
  position: absolute; left: 50%; bottom: 1.6rem; writing-mode: vertical-rl; transform: translateX(-50%) rotate(180deg);
  font-size: clamp(1.1rem, 1.6vw, 1.5rem); font-weight: 600; letter-spacing: -0.01em; white-space: nowrap;
  transition: opacity .4s;
}
.v-panel.is-open h3 { opacity: 0; }
.v-body { position: absolute; inset: 0; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; justify-content: flex-end; min-width: var(--panel-w); opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .7s var(--ease); }
.v-panel.is-open .v-body { opacity: 1; transform: none; transition-delay: .3s; }
/* --panel-w is the open panel's width (4.2 of 9.2 flex share after five 10px gaps); longest title "Professionalism" is ~6.4em wide */
.v-body { --panel-w: calc((100cqi - 50px) * 4.2 / 9.2); }
.v-body em { font-size: min(clamp(3rem, 6vw, 6.4rem), calc((var(--panel-w) - 2 * clamp(1.6rem, 3vw, 3rem)) / 6.6)); line-height: .95; margin-bottom: 1.4rem; }
.v-body p { font-size: clamp(1.05rem, 1.5vw, 1.35rem); max-width: 30ch; line-height: 1.45; }

/* BENEFITS */
.benefits { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--slate); color: var(--paper); border-radius: var(--radius) var(--radius) 0 0; }
.bento { display: grid; grid-template-columns: 1fr; perspective: 1200px; }
.b-card {
  position: relative; border-radius: 26px; padding: clamp(1.6rem, 2.6vw, 2.4rem); background: rgba(236, 236, 236, .06); border: 1px solid var(--line-light);
  transform-style: preserve-3d; transition: background .5s, border-color .5s; min-height: 250px; display: flex; flex-direction: column;
}
.b-card:hover { background: rgba(236, 236, 236, .1); border-color: rgba(126, 188, 126, .5); }
.b-card h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em; margin: auto 0 .6rem; }
.b-card p { font-size: 15px; color: rgba(236, 236, 236, .72); }
.b-hero { background: var(--sage); color: var(--slate); border-color: var(--sage); display: grid; grid-template-columns: auto minmax(0, 720px); justify-content: center; gap: clamp(1.6rem, 5vw, 6rem); align-items: center; padding-block: clamp(2.4rem, 5vw, 4.4rem); }
.b-hero:hover { background: var(--sage); }
.b-hero h3 { font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -0.045em; line-height: 1; margin: 0 0 1.2rem; }
.b-hero h3 em { display: block; font-size: 1.1em; }
.b-hero p { color: var(--slate); font-size: clamp(1rem, 1.2vw, 1.12rem); }
.b-hero .b-note { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(51, 64, 73, .25); font-size: 14px; opacity: .8; }
.b-ring { position: relative; width: clamp(180px, 20vw, 280px); aspect-ratio: 1; }
.b-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); fill: none; }
.br-track { stroke: rgba(51, 64, 73, .15); stroke-width: 10; }
.br-prog { stroke: var(--slate); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 540.4; stroke-dashoffset: 540.4; }
.b-ring-num { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; line-height: .9; }
.b-ring-num span { font-size: clamp(4.5rem, 8vw, 7.6rem); font-weight: 600; letter-spacing: -0.06em; }
.b-ring-num em { font-size: clamp(1.4rem, 2vw, 2rem); }

/* FOUNDER */
.founder { position: relative; z-index: 2; padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 6vw, 6rem); background: var(--paper); overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; margin-top: calc(var(--radius) * -1); }
.founder-bg-word {
  position: absolute; top: 4%; left: 0; white-space: nowrap; pointer-events: none;
  font-family: var(--serif); font-style: italic; font-size: clamp(14rem, 40vw, 40rem); line-height: .8;
  color: transparent; -webkit-text-stroke: 1px rgba(113, 149, 170, .28);
}
.founder-grid { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.founder-hi { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-style: italic; color: var(--slate); line-height: 1; }
.founder-hi span { display: inline-block; }
.founder-name { font-family: var(--serif); font-style: italic; font-size: clamp(7rem, 16vw, 15rem); line-height: .78; color: var(--steel); letter-spacing: -0.04em; margin: 0 0 1.4rem -.05em; }
.founder-name .split-char { transform-origin: 50% 100%; }
.founder-role { font-size: 15px; letter-spacing: .08em; color: var(--slate); padding-bottom: 1.6rem; margin-bottom: 2rem; position: relative; }
.founder-role::after { content: ""; position: absolute; left: 0; bottom: 0; width: 48px; height: 2px; background: var(--slate); }
.founder-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1.25; color: var(--slate); max-width: 26ch; }
.founder-bni { display: flex; gap: 1rem; margin-top: 2.4rem; max-width: 52ch; font-size: 15px; color: rgba(51, 64, 73, .82); }
.founder-bni-mark { flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--sage); margin-top: .45rem; box-shadow: 0 0 0 6px rgba(126, 188, 126, .22); }
.founder-bni strong { color: var(--slate); font-weight: 600; }
.founder-visual { position: relative; aspect-ratio: 1 / 1.08; container-type: inline-size; }
.founder-disc { position: absolute; left: 50%; bottom: 0; width: 64cqw; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: var(--sage); }
.founder-photo { position: absolute; left: 18cqw; bottom: 0; width: 64cqw; height: 100%; overflow: hidden; border-radius: 0 0 32cqw 32cqw; }
.founder-photo img { position: absolute; left: 11%; bottom: -6cqw; width: 78%; height: auto; }
.notes { position: absolute; inset: 0; pointer-events: none; --h: 108; }
/* each note is a zero-size anchor at (--x, --y) in a 100 x --h cqw frame; the svg re-covers that frame so arrow paths use the same coordinates */
.note { position: absolute; left: calc(var(--x) * 1cqw); bottom: calc((var(--h) - var(--y)) * 1cqw); width: 0; height: 0; font-size: clamp(.8rem, 1.1vw, 1.02rem); font-style: italic; font-weight: 300; letter-spacing: .06em; color: var(--slate); line-height: 1.3; }
.note-t { position: absolute; top: 0; right: 0; transform: translateY(-50%); white-space: nowrap; text-align: right; }
.note.r .note-t { right: auto; left: 0; text-align: left; }
.note svg { position: absolute; left: calc(var(--x) * -1cqw); top: calc(var(--y) * -1cqw); width: 100cqw; max-width: none; height: 108cqw; overflow: visible; fill: none; stroke: var(--slate); stroke-width: .3; stroke-linecap: round; stroke-linejoin: round; }


/* VOICES */
.voices { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--paper); overflow: hidden; }
.voice-rows { display: grid; gap: 16px; }
.voice-row { overflow: hidden; }
/* padding-right matches the gap so -50% moves exactly one copy; --reps is set by main.js when a row is repeated to fill wide screens */
.voice-track { display: flex; gap: 16px; padding-right: 16px; width: max-content; animation: marq calc(60s * var(--reps, 1)) linear infinite; will-change: transform; transform: translate3d(0, 0, 0); backface-visibility: hidden; }
.voice-row.reverse .voice-track { animation-direction: reverse; animation-duration: calc(70s * var(--reps, 1)); }
.voice-rows:hover .voice-track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }
.voice {
  width: clamp(300px, 34vw, 460px); flex: none; padding: 2rem; border-radius: 24px; background: var(--white); display: flex; flex-direction: column; gap: 2rem;
  transition: transform .5s var(--ease-out), background .4s;
}
@media (hover: hover) { .voice:hover { transform: translateY(-6px) rotate(-.6deg); background: var(--steel-soft); } }
.voice blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1.6vw, 1.5rem); line-height: 1.3; color: var(--slate); }
.voice blockquote::before { content: "\201C"; display: block; font-size: 3.4rem; line-height: .6; color: var(--sage); margin-bottom: .6rem; }
.voice figcaption { margin-top: auto; font-size: 13px; color: rgba(51, 64, 73, .7); display: grid; }
.voice figcaption b { font-weight: 600; color: var(--slate); font-size: 14px; }

/* FAQ */
.faq { padding: clamp(5rem, 9vw, 8rem) 0 clamp(6rem, 11vw, 10rem); background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(2rem, 6vw, 6rem); }
.faq-side { position: sticky; top: 120px; align-self: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1.4rem; padding: 1.6rem 0; font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 500; letter-spacing: -0.02em; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { transition: transform .5s var(--ease); }
.faq-list summary:hover span { transform: translateX(8px); }
.faq-list summary i { position: relative; flex: none; width: 40px; height: 40px; border-radius: 12px; background: var(--white); transition: background .4s, transform .6s var(--ease); }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; background: var(--slate); transition: transform .6s var(--ease); }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i { background: var(--sage); transform: rotate(180deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > div { overflow: hidden; }
.faq-list details p { padding: 0 3.6rem 1.8rem 0; color: rgba(51, 64, 73, .8); max-width: 62ch; }

/* CONTACT */
.contact { position: relative; padding: clamp(6rem, 11vw, 10rem) 0 clamp(3rem, 5vw, 4rem); background: var(--slate); color: var(--paper); border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.contact-blob { position: absolute; width: 60vw; height: 60vw; right: -20vw; top: -20vw; border-radius: 50%; background: radial-gradient(circle, rgba(126, 188, 126, .35), rgba(113, 149, 170, .12) 50%, transparent 70%); filter: blur(30px); animation: blob 14s ease-in-out infinite alternate; pointer-events: none; }
@keyframes blob { to { transform: translate(-18vw, 22vw) scale(1.2); } }
.contact .wrap { position: relative; }
.contact-title { font-size: clamp(2.8rem, 7.6vw, 8rem); font-weight: 500; letter-spacing: -0.055em; line-height: .96; max-width: 13ch; margin-bottom: clamp(3rem, 6vw, 5rem); }
.contact-title em { color: var(--sage); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 6vw, 6rem); }
.contact-info > p { font-size: 1.1rem; color: rgba(236, 236, 236, .8); max-width: 38ch; }
.contact-info dl { margin-top: 2.4rem; display: grid; }
.contact-info dl div { display: flex; justify-content: space-between; padding: 1rem 0; border-top: 1px solid var(--line-light); }
.contact-info dt { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); }
.contact-info dl div { align-items: baseline; gap: 1rem; }
.contact-info dd { color: var(--paper); font-size: 1.05rem; text-align: right; overflow-wrap: anywhere; }
.contact-info dd a { transition: color .3s; }
.contact-info dd a:hover { color: var(--sage); }
.contact-social { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem 1.2rem; }

.form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 1.4rem; }
.field { position: relative; }
.field-full, .choices, .form .btn { grid-column: 1 / -1; }
.field input, .field textarea {
  width: 100%; padding: 1.6rem 0 .7rem; background: transparent; border: 0; border-bottom: 1px solid rgba(236, 236, 236, .3);
  color: var(--paper); font: inherit; font-size: 1.1rem; outline: none; resize: vertical; transition: border-color .4s;
}
.field label { position: absolute; left: 0; top: 1.5rem; color: rgba(236, 236, 236, .55); pointer-events: none; transition: transform .45s var(--ease), color .4s, font-size .45s var(--ease); transform-origin: left top; }
.field input:focus, .field textarea:focus { border-color: var(--sage); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { transform: translateY(-1.4rem) scale(.78); color: var(--sage); }
.field.is-error input { border-color: #E59A8B; }
.field::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--sage); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.field:focus-within::after { transform: scaleX(1); }
.choices { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; }
.choices legend { width: 100%; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(236, 236, 236, .55); margin-bottom: 1rem; }
.choices label { position: relative; display: inline-flex; align-items: center; gap: .7rem; cursor: pointer; font-size: 15px; }
.choices input { position: absolute; opacity: 0; }
.choices span::before { content: ""; display: inline-block; width: 20px; height: 20px; margin-right: .7rem; vertical-align: -4px; border-radius: 6px; border: 1.5px solid rgba(236, 236, 236, .45); transition: background .3s, border-color .3s, box-shadow .3s; }
.choices input:checked + span::before { background: var(--sage); border-color: var(--sage); box-shadow: inset 0 0 0 4px var(--slate); }
.choices input:focus-visible + span::before { outline: 2px solid var(--sage); outline-offset: 2px; }
.form .btn { justify-self: start; margin-top: .6rem; }
.form-done { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 1.4rem; text-align: center; background: var(--slate); opacity: 0; visibility: hidden; }
.form-done svg { width: 80px; fill: none; stroke: var(--sage); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.form-done circle { stroke-dasharray: 164; stroke-dashoffset: 164; }
.form-done path { stroke-dasharray: 40; stroke-dashoffset: 40; }
.form-done p { font-size: 1.3rem; max-width: 26ch; }

/* FOOTER */
.footer { background: var(--slate); color: var(--paper); padding: 0 0 2rem; overflow: hidden; }
.footer-logo { --logo-v: var(--steel); --logo-t: var(--paper); --logo-c: var(--sage); padding: 2rem 0; }
.footer-logo svg { width: 100%; height: auto; aspect-ratio: 516 / 280; max-height: 58vh; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; border-top: 1px solid var(--line-light); font-size: 13px; color: rgba(236, 236, 236, .55); }
.footer-bottom a { color: var(--paper); transition: color .3s; }
.footer-bottom a:hover { color: var(--sage); }
.footer-credit { margin-left: auto; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; row-gap: .4rem; }
.footer-meta > span + span::before { content: ""; display: inline-block; width: 1px; height: .9em; margin: 0 1rem; vertical-align: -.1em; background: rgba(236, 236, 236, .35); }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .numbers-grid { grid-template-columns: repeat(3, 1fr); row-gap: 2rem; }
  .card-inner { grid-template-columns: 1fr; }
  .card-art { position: absolute; right: -8%; top: 6%; width: 46%; opacity: .5; }
  .card-inner { position: relative; }
  .note { font-size: .78rem; }
}

@media (max-width: 860px) {
  .nav { display: flex; justify-content: space-between; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .nav-logo svg { width: 104px; }
  .section-head.split { grid-template-columns: 1fr; gap: 1.4rem; }

  /* both scale with height too: Safari on an iPhone 13 leaves ~660px, and the stack must fit between the nav and the button */
  .hero-pin { --D: min(64vw, 33svh); }
  .hero-stage {
    display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto auto; justify-content: center; align-content: center;
    column-gap: .28em; padding: 84px var(--gutter) 96px; --hf: clamp(2.2rem, min(13vw, 6.4svh), 5.4rem); font-size: var(--hf);
  }
  .hero-title, .hw-left, .hw-right { display: contents; font-size: inherit; }
  .hw { font-size: inherit; font-weight: 600; letter-spacing: -0.055em; line-height: .9; color: var(--slate); }
  .hw-1 { grid-area: 1 / 1; justify-self: end; padding: 0; margin-left: 0; } .hw-3 { grid-area: 1 / 2; justify-self: start; align-self: end; padding: 0; }
  .hw-2 { grid-area: 3 / 1; justify-self: end; align-self: start; padding: 0; margin-left: 0; font-family: var(--sans); font-style: normal; } .hw-4 { grid-area: 3 / 2; justify-self: start; padding: 0; margin-top: 0; }
  .hero-portrait { position: relative; left: auto; top: auto; transform: none; grid-area: 2 / 1 / 3 / 3; justify-self: center; margin: 1.2rem 0 calc(var(--D) * .2); z-index: 2; }
  .hero-foot { flex-wrap: wrap; gap: 1rem; padding-bottom: 22px; }
  .hero-intro { display: none; }
  .hero-scroll { display: none; }
  .hero-foot .btn { width: 100%; justify-content: space-between; }

  .story-grid { grid-template-columns: 1fr; }
  .story-side { position: relative; top: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap; }
  .story-year { margin: 0; }
  .story-tribute { border-top: 0; padding-top: 0; }
  .story-cols { grid-template-columns: 1fr; gap: 0; }

  .numbers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:last-child { grid-column: 1 / -1; }
  .stat { padding: 1.2rem 1rem 1.6rem; }
  /* "80 to 85%" must fit half the screen on phones */
  .stat-num { font-size: clamp(1.5rem, 6.6vw, 2.8rem); }
  .stat p { font-size: 12px; }

  .card { top: 84px; height: auto; min-height: 72vh; }
  .card-art { width: 60%; right: -14%; top: 2%; opacity: .35; }

  .sector { grid-template-columns: 1fr 44px; gap: 1rem; }
  .sector-roles { grid-column: 1; grid-row: 2; text-align: left; }
  .sector-arrow { grid-row: 1 / 3; grid-column: 2; width: 44px; height: 44px; }
  .one-point { grid-template-columns: 1fr; gap: 1.2rem; }
  .one-point-art { width: 140px; }

  .compare-head { display: none; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row p { padding: 1.2rem 1.4rem; }
  .c-old { padding-bottom: .6rem !important; font-size: 1rem !important; }
  .reach { grid-template-columns: 1fr; }

  .accordion-h { flex-direction: column; height: auto; }
  .v-panel { flex: none !important; height: 74px; transition: height .8s var(--ease); }
  .v-panel.is-open { height: 300px; }
  .v-panel h3 { writing-mode: horizontal-tb; transform: none; left: 1.6rem; bottom: auto; top: 1.4rem; }
  .v-body { min-width: 0; --panel-w: 100cqi; }

  .b-hero { grid-template-columns: 1fr; }
  .b-card { min-height: 0; }

  .founder-grid { grid-template-columns: 1fr; }
  .founder-visual { order: -1; width: 100%; max-width: 520px; justify-self: center; margin-bottom: 1rem; }
  .note { font-size: .68rem; letter-spacing: .02em; }

  .faq-grid { grid-template-columns: 1fr; }
  .faq-side { position: relative; top: 0; }
  .faq-list details p { padding-right: 0; }

  .contact-grid { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .form .btn { width: 100%; justify-content: space-between; }

  .footer-bottom { flex-direction: column; }
  .footer-credit { margin-left: 0; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
  .footer-meta > span + span::before { display: none; }
}

/* Short phones (iPhone SE in Safari is ~550px tall) */
@media (max-width: 860px) and (orientation: portrait) and (max-height: 600px) {
  .hero-pin { --D: min(64vw, 30svh); }
  .hero-portrait { margin-top: .8rem; }
}

/* Phones held sideways: too short to stack the title around the portrait, so set the words either side of it */
@media (max-width: 860px) and (orientation: landscape) and (max-height: 520px) {
  .hero-pin { --D: min(36svh, 26vw); }
  .hero-stage {
    grid-template-columns: auto auto auto; grid-template-rows: auto auto;
    column-gap: 1.4rem; padding: 64px var(--gutter) 76px; --hf: clamp(2rem, 10svh, 3.4rem);
  }
  .hw-1 { grid-area: 1 / 1; align-self: end; }
  .hw-3 { grid-area: 2 / 1; justify-self: end; align-self: start; }
  .hw-2 { grid-area: 1 / 3; justify-self: start; align-self: end; }
  .hw-4 { grid-area: 2 / 3; }
  .hero-portrait { grid-area: 1 / 2 / 3 / 3; margin: 0 0 calc(var(--D) * .2); }
  .hero-foot { justify-content: center; padding-bottom: 14px; }
  .hero-foot .btn { width: auto; }
}

@media (max-width: 520px) {
  /* smaller and tucked into the corner so the art no longer sits behind the card title */
  .card-art { width: 42%; right: -12%; top: -1%; opacity: .22; }

  /* same shape as desktop so every arrow still lands on the photo; narrower than the column so the outer notes stay on screen */
  .founder-visual { width: 74%; margin-bottom: 1.6rem; }
  .note { font-size: .64rem; }
}

@media (max-width: 400px) {
  /* the email no longer fits beside its label, so put each value under its label */
  .contact-info dl div { flex-direction: column; gap: .3rem; }
  .contact-info dd { text-align: left; }
  .contact-social { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .grain { display: none; }
}
