:root {
  color-scheme: light;
  --ink: #111111;
  --paper: #f5f4ef;
  --white: #ffffff;
  --soft: #ebeae4;
  --muted: #686864;
  --line: #cfcec7;
  --accent: #ff5a36;
  --accent-dark: #e84b29;
  --max: 1360px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.is-entry-open, body.is-about-open { height: 100svh; overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, .brand { font-family: "Inter Tight", Inter, sans-serif; }

.section-shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 300; transform: translateY(-180%); padding: .75rem 1rem; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .7rem; line-height: 1.2; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.entry-screen { position: fixed; inset: 0; z-index: 200; min-height: 100svh; overflow: hidden; color: #f4f3ee; background: #090909; isolation: isolate; will-change: clip-path, transform; }
.entry-grid { position: absolute; inset: 0; z-index: -2; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: clamp(72px, 9vw, 140px) clamp(72px, 9vw, 140px); -webkit-mask-image: radial-gradient(circle at 55% 48%, #000 0, rgba(0,0,0,.82) 35%, transparent 78%); mask-image: radial-gradient(circle at 55% 48%, #000 0, rgba(0,0,0,.82) 35%, transparent 78%); }
.entry-screen::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at var(--entry-x, 50%) var(--entry-y, 50%), rgba(255,90,54,.18), transparent 18rem); opacity: .9; }
.entry-topline { position: absolute; top: 0; right: 0; left: 0; z-index: 3; min-height: 82px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.entry-topline p { margin: 0; color: #9a9a96; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.entry-brand { display: flex; align-items: center; gap: .72rem; font-family: "Inter Tight", Inter, sans-serif; font-weight: 600; letter-spacing: -.035em; }
.entry-brand img { width: 35px; height: 35px; object-fit: contain; filter: invert(1); }
.entry-brand sup { margin-left: .16rem; color: #777773; font-family: Inter, sans-serif; font-size: .42rem; letter-spacing: 0; vertical-align: top; }
.entry-words { position: absolute; inset: 82px 0 0; z-index: 0; pointer-events: none; }
.entry-word { position: absolute; display: block; font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(8rem, 22vw, 24rem); font-weight: 600; line-height: .72; letter-spacing: -.085em; white-space: nowrap; will-change: transform; }
.entry-word-cart { top: 8%; left: -1.5vw; color: #f4f3ee; }
.entry-word-scope { right: -1.5vw; bottom: 5%; color: transparent; -webkit-text-stroke: 1px rgba(244,243,238,.42); }
.entry-message { position: absolute; top: 49%; left: 50%; z-index: 2; width: min(42rem, 43vw); padding: clamp(1.2rem, 2.4vw, 2rem); background: rgba(9,9,9,.82); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); transform: translate(-20%, -50%); }
.entry-kicker { margin: 0 0 1.15rem; color: var(--accent); font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.entry-message h1 { margin: 0; font-size: clamp(2rem, 3.5vw, 4.1rem); font-weight: 500; line-height: .97; letter-spacing: -.055em; text-wrap: balance; }
.entry-footer { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; min-height: 92px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.18); }
.entry-hint { margin: 0; display: flex; align-items: center; gap: .7rem; color: #8a8a86; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.entry-hint span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,90,54,.12); animation: entryPulse 1.8s ease-in-out infinite; }
.entry-button { min-width: min(27rem, 44vw); padding: 1.1rem 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.1rem; color: #f4f3ee; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.72); text-align: left; font-weight: 600; cursor: pointer; }
.entry-button-line { height: 1px; background: rgba(255,255,255,.28); transform-origin: left; transition: background-color .25s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.entry-count { color: var(--accent); font-size: .66rem; font-weight: 500; }
.entry-button:hover .entry-button-line, .entry-button:focus-visible .entry-button-line { background: var(--accent); transform: scaleX(.84); }
.entry-button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.entry-screen.is-complete { display: none; }
@keyframes entryPulse { 0%, 100% { transform: scale(.78); opacity: .65; } 50% { transform: scale(1); opacity: 1; } }

.about-experience { --about-pad: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); position: fixed; inset: 0; z-index: 180; visibility: hidden; pointer-events: none; color: #f4f3ee; background: #0a0a0a; clip-path: inset(0 0 0 100%); }
.about-experience.is-open { visibility: visible; pointer-events: auto; clip-path: inset(0); }
.about-header { position: absolute; top: 0; right: 0; left: 0; z-index: 5; height: 76px; padding: 0 var(--about-pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); background: rgba(10,10,10,.78); backdrop-filter: blur(16px); }
.about-brand { display: flex; align-items: center; gap: .7rem; font-family: "Inter Tight", Inter, sans-serif; font-weight: 600; letter-spacing: -.035em; }
.about-brand img { width: 34px; height: 34px; filter: invert(1); }
.about-meter { display: flex; align-items: center; gap: .4rem; color: #777773; font-size: .68rem; letter-spacing: .07em; }
.about-meter > span:first-child { color: #f4f3ee; }
.about-meter i { width: 90px; height: 1px; margin-left: .8rem; overflow: hidden; background: #3b3b38; }
.about-meter b { width: 25%; height: 100%; display: block; background: var(--accent); transform-origin: left; transition: width .4s cubic-bezier(.2,.75,.2,1); }
.about-close { justify-self: end; padding: .65rem 0; color: #f4f3ee; background: transparent; border: 0; border-bottom: 1px solid #777773; font-size: .76rem; font-weight: 600; cursor: pointer; }
.about-close:hover, .about-close:focus-visible { color: var(--accent); border-color: var(--accent); }
.about-close:focus-visible, .about-trigger:focus-visible, .about-action:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.about-scroll { height: 100svh; overflow-y: auto; overscroll-behavior: contain; scroll-snap-type: y proximity; scrollbar-width: thin; scrollbar-color: #565652 #0a0a0a; }
.about-chapter { position: relative; min-height: 100svh; padding: clamp(8.5rem, 13vh, 10rem) var(--about-pad) clamp(4rem, 8vh, 7rem); display: grid; scroll-snap-align: start; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.18); isolation: isolate; }
.about-label { margin: 0 0 1.4rem; color: var(--accent); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.about-opening { align-items: end; background: radial-gradient(circle at 72% 42%, rgba(255,90,54,.16), transparent 26rem), #0a0a0a; }
.about-opening::after { content: ""; position: absolute; inset: 76px 0 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 10vw 10vw; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 85%); mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.about-ghost { position: absolute; inset: 12% -2vw auto; z-index: -1; display: grid; color: transparent; font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(8rem, 20vw, 22rem); font-weight: 600; line-height: .68; letter-spacing: -.085em; -webkit-text-stroke: 1px rgba(244,243,238,.2); pointer-events: none; }
.about-ghost span:last-child { justify-self: end; }
.about-copy-opening { width: min(900px, 78vw); padding-bottom: 3vh; }
.about-copy-opening h2, .about-section-heading h2, .about-output-intro h2, .about-founder-copy h2 { margin: 0; font-size: clamp(3.2rem, 7.4vw, 7.8rem); font-weight: 600; line-height: .89; letter-spacing: -.065em; text-wrap: balance; }
.about-copy-opening > p:last-child { max-width: 600px; margin: 2rem 0 0; color: #aaa9a5; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.about-scroll-cue { position: absolute; right: var(--about-pad); bottom: 3rem; margin: 0; color: #777773; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; writing-mode: vertical-rl; }
.about-lens { align-content: center; gap: clamp(4rem, 8vh, 7rem); }
.about-section-heading { max-width: 1120px; }
.about-section-heading h2 { font-size: clamp(3rem, 6.3vw, 6.8rem); }
.about-pillars { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #74746f; }
.about-pillars article { min-height: 235px; padding: 1.25rem 1.25rem 0; display: flex; flex-direction: column; border-left: 1px solid #30302d; }
.about-pillars article:first-child { padding-left: 0; border-left: 0; }
.about-pillars span { color: #777773; font-size: .68rem; }
.about-pillars h3 { margin: auto 0 .7rem; font-size: clamp(1.6rem, 2.4vw, 2.5rem); font-weight: 500; letter-spacing: -.045em; }
.about-pillars p { max-width: 250px; margin: 0; color: #969692; font-size: .9rem; }
.about-output { grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: clamp(4rem, 9vw, 9rem); align-items: center; background: #f1f0ea; color: #111; }
.about-output-intro h2 { font-size: clamp(3rem, 6.2vw, 6.6rem); }
.about-output-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #111; }
.about-output-list li { min-height: 145px; padding: 1.25rem 0; display: grid; grid-template-columns: 44px 145px 1fr; gap: 1rem; align-items: start; border-bottom: 1px solid #b9b8b1; }
.about-output-list span { color: #777773; font-size: .68rem; }
.about-output-list strong { font-family: "Inter Tight", Inter, sans-serif; font-size: 1.45rem; line-height: 1; letter-spacing: -.035em; }
.about-output-list p { margin: 0; color: #686864; font-size: .92rem; }
.about-founder { grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: clamp(4rem, 10vw, 10rem); align-items: center; background: var(--accent); color: #111; }
.about-founder-mark { width: min(27vw, 360px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(17,17,17,.35); border-radius: 50%; }
.about-founder-mark img { width: 54%; height: 54%; object-fit: contain; }
.about-founder-copy { max-width: 920px; }
.about-founder-copy .about-label { color: #111; opacity: .7; }
.about-founder-copy h2 { font-size: clamp(3rem, 6.3vw, 6.7rem); }
.about-founder-copy > p { max-width: 720px; margin: 1.6rem 0 0; font-size: clamp(1rem, 1.25vw, 1.13rem); }
.about-actions { margin-top: 2.5rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.about-action { min-height: 52px; padding: .9rem 1.15rem; color: #f4f3ee; background: #111; border: 1px solid #111; font-size: .82rem; font-weight: 600; cursor: pointer; }
.about-action-light { color: #111; background: transparent; }
.about-action:hover { color: #111; background: #f4f3ee; }
.about-action-light:hover { color: #f4f3ee; background: #111; }

.site-header { position: sticky; top: 0; z-index: 50; height: var(--header); padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(245,244,239,.9); border-bottom: 1px solid rgba(17,17,17,.16); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .68rem; color: var(--ink); text-decoration: none; font-weight: 700; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand span { font-size: 1.04rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.6vw, 2.4rem); }
.site-nav a, .about-trigger { text-decoration: none; font-size: .82rem; font-weight: 600; }
.about-trigger { padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.site-nav a:not(.nav-cta):hover, .about-trigger:hover { opacity: .55; }
.nav-cta { padding: .72rem 1rem; color: var(--white); background: var(--ink); }
.nav-cta span { margin-left: .45rem; }
.nav-cta:hover { background: var(--accent); }
.menu-button { display: none; border: 0; background: none; padding: .6rem; color: var(--ink); font-weight: 600; cursor: pointer; }

.hero { padding-top: clamp(4.5rem, 8vw, 8rem); }
.hero-copy { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.hero h1 { max-width: 10.5ch; margin: 0; font-size: clamp(4rem, 9.7vw, 9.3rem); line-height: .85; letter-spacing: -.068em; font-weight: 600; text-wrap: balance; }
.hero-lower { margin-top: clamp(2.5rem, 5vw, 4.75rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
.hero-lower > p { max-width: 630px; margin: 0; font-size: clamp(1.08rem, 1.55vw, 1.35rem); line-height: 1.45; letter-spacing: -.018em; }
.hero-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; }
.button { min-height: 52px; padding: .95rem 1.15rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.6rem; border: 1px solid transparent; text-decoration: none; font-size: .85rem; font-weight: 600; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: var(--accent); border-color: var(--accent); }
.button-accent { color: var(--white); background: var(--accent); border-color: var(--accent); }
.button-accent:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.text-link { font-size: .83rem; font-weight: 600; text-underline-offset: .28rem; }
.text-link span { margin-left: .35rem; }

.expansion-zone { min-height: 115vh; margin-top: clamp(4rem, 8vw, 8rem); padding-top: 1px; }
.expanding-visual { width: min(78vw, 1120px); margin: 0 auto; overflow: hidden; background: #090909; border-radius: 1.75rem; will-change: width, border-radius; }
.expanding-visual-media { height: min(82vh, 860px); overflow: hidden; background: #090909; }
.expanding-visual img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transform: scale(.94); will-change: transform; }
.expanding-visual figcaption { min-height: 76px; padding: 1rem max(1.25rem, 3vw); display: grid; grid-template-columns: .5fr 1.5fr .5fr; gap: 1.5rem; align-items: center; color: #bdbdbb; background: var(--ink); font-size: .72rem; letter-spacing: .02em; }
.expanding-visual figcaption strong { justify-self: center; color: var(--white); font-weight: 500; font-size: .84rem; text-align: center; }
.expanding-visual figcaption span:last-child { justify-self: end; }

.case-metrics { width: min(100%, var(--max)); margin: clamp(4rem, 8vw, 7rem) auto 0; padding: 0 var(--gutter) clamp(6rem, 10vw, 10rem); display: grid; grid-template-columns: repeat(4, 1fr); }
.case-metrics div { padding: 1.25rem 1.5rem; border-top: 1px solid var(--ink); }
.case-metrics div:first-child { padding-left: 0; }
.case-metrics div + div { border-left: 1px solid var(--line); }
.case-metrics dt { color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.case-metrics dd { margin: 1.35rem 0 0; font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(2.3rem, 4.1vw, 4rem); line-height: 1; font-weight: 600; letter-spacing: -.055em; }

.case-intro { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; border-top: 1px solid var(--line); }
.case-intro > div { max-width: 920px; }
.case-intro h2, .method-copy h2, .section-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(3rem, 6.1vw, 6.25rem); line-height: .94; letter-spacing: -.058em; font-weight: 600; text-wrap: balance; }
.case-intro > div > p { max-width: 650px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.18rem); }

.case-story { position: relative; min-height: 300vh; color: var(--white); background: #0c0c0c; }
.case-story-stage { position: sticky; top: var(--header); height: calc(100svh - var(--header)); min-height: 680px; overflow: hidden; }
.story-index { position: absolute; top: clamp(1.5rem, 3vw, 3rem); right: var(--gutter); z-index: 5; display: flex; gap: .45rem; color: #8a8a86; font-size: .72rem; }
.story-index span:first-child { color: var(--white); }
.story-scenes, .story-scene { position: absolute; inset: 0; }
.story-scene { padding: clamp(5rem, 8vw, 7rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.story-scene:not(:first-child) { visibility: hidden; opacity: 0; }
.story-media { height: min(68vh, 720px); overflow: hidden; background: #111; border-radius: 1.1rem; }
.story-media img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transform: scale(.96); }
.story-media-portrait img { object-fit: contain; object-position: center; }
.motion-screen { position: relative; padding-top: 38px; overflow: hidden; border: 1px solid #3a3a37; box-shadow: 0 35px 90px rgba(0,0,0,.45); transform-style: preserve-3d; will-change: transform; }
.motion-screen img { height: calc(100% - 38px); }
.motion-screen-bar { position: absolute; top: 0; right: 0; left: 0; z-index: 2; height: 38px; padding: 0 1rem; display: flex; align-items: center; gap: .42rem; color: #8d8d89; background: #1a1a1a; border-bottom: 1px solid #343431; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.motion-screen-bar span { width: 7px; height: 7px; border-radius: 50%; background: #555551; }
.motion-screen-bar strong { margin-left: auto; font-weight: 500; }
.story-copy { max-width: 590px; }
.story-copy h2 { margin: 0; font-size: clamp(2.9rem, 5.2vw, 5.5rem); line-height: .94; letter-spacing: -.058em; font-weight: 600; text-wrap: balance; }
.story-copy > p:last-child { max-width: 520px; margin: 1.6rem 0 0; color: #aaa9a5; font-size: clamp(.98rem, 1.2vw, 1.12rem); }

.quote-section { padding-top: clamp(7rem, 13vw, 13rem); padding-bottom: clamp(7rem, 13vw, 13rem); display: grid; grid-template-columns: .25fr 1.75fr; gap: 2rem; }
.quote-mark { margin: -.2em 0 0; color: var(--accent); font-family: Georgia, serif; font-size: clamp(6rem, 10vw, 10rem); line-height: 1; }
.quote-section blockquote { max-width: 1060px; margin: 0; }
.quote-section blockquote p { margin: 0; font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(2.2rem, 4.7vw, 4.8rem); line-height: 1.04; letter-spacing: -.048em; }
.quote-section blockquote footer { margin-top: 2rem; color: var(--muted); font-size: .83rem; }

.audits-section { padding: clamp(7rem, 12vw, 12rem) 0; background: var(--soft); border-top: 1px solid var(--line); }
.audits-heading { padding-bottom: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.audits-heading > div { max-width: 930px; }
.audits-heading h2 { margin: 0; font-size: clamp(3rem, 6.1vw, 6.25rem); line-height: .94; letter-spacing: -.058em; font-weight: 600; text-wrap: balance; }
.audits-heading > div > p { max-width: 650px; margin: 1.7rem 0 0; color: var(--muted); font-size: 1.05rem; }
.audit-deck { position: relative; padding-bottom: clamp(5rem, 9vw, 9rem); }
.audit-card { position: relative; min-height: calc(100svh - var(--header) - 2rem); margin: 0 0 clamp(3.5rem, 10vh, 7rem); display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); overflow: hidden; border: 1px solid rgba(17,17,17,.18); border-radius: 1.2rem; box-shadow: 0 24px 70px rgba(25,24,20,.14); transform-origin: center center; will-change: transform, opacity; }
.audit-card:last-child { margin-bottom: 0; }
.audit-cover { min-height: 0; padding: clamp(1.5rem, 3vw, 3rem); display: grid; place-items: center; overflow: hidden; }
.audit-cover img { width: 100%; height: 100%; max-height: 650px; display: block; object-fit: contain; box-shadow: 0 18px 50px rgba(0,0,0,.22); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.audit-cover:hover img { transform: scale(1.025); }
.audit-card-palard .audit-cover { background: #2a1608; }
.audit-card-verdejo .audit-cover { background: #151515; }
.audit-card-amor .audit-cover { background: #d7d0c6; }
.audit-content { padding: clamp(2rem, 5vw, 5.5rem); display: flex; flex-direction: column; color: var(--ink); background: var(--paper); }
.audit-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.audit-content h3 { margin: clamp(2.6rem, 6vh, 5rem) 0 0; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.06em; font-weight: 600; }
.audit-content > p { max-width: 610px; margin: 1.3rem 0 0; color: var(--muted); font-size: 1rem; }
.audit-content ol { margin: auto 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.audit-content li { padding: .8rem 0; display: grid; grid-template-columns: 42px 1fr; gap: .7rem; border-bottom: 1px solid var(--line); font-size: .85rem; }
.audit-content li span { color: var(--muted); font-size: .68rem; }
.audit-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; align-items: stretch; }
.audit-link { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--ink); text-decoration: none; font-size: .84rem; font-weight: 600; }
.audit-link:hover { color: var(--accent); }
.audit-request { min-width: 210px; padding: 1rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: var(--ink); border: 1px solid var(--ink); text-decoration: none; text-align: center; font-size: .8rem; font-weight: 600; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.audit-request:hover, .audit-request:focus-visible { background: var(--accent); border-color: var(--accent); }
.audit-request:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.audit-cta { padding-top: 2.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--ink); }
.audit-cta p { margin: 0; font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(1.7rem, 3.3vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }

.method-section { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); color: var(--white); background: var(--ink); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.method-copy { max-width: 680px; }
.method-copy > p:last-child { max-width: 530px; margin: 1.6rem 0 0; color: #a9a9a5; font-size: 1.05rem; }
.report-visual { position: relative; height: min(74vh, 780px); margin: 0; overflow: hidden; background: #e8e8e4; border-radius: 1.25rem; }
.report-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.report-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem 1.2rem; color: #c3c3bf; background: rgba(17,17,17,.94); font-size: .72rem; }
.analysis-grid { margin-top: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: repeat(4, 1fr); }
.analysis-grid article { min-height: 260px; padding: 1.5rem; display: flex; flex-direction: column; border-top: 1px solid #4a4a47; border-left: 1px solid #353532; }
.analysis-grid article:first-child { padding-left: 0; border-left: 0; }
.analysis-grid span { color: #767672; font-size: .7rem; }
.analysis-grid h3 { margin: auto 0 .7rem; font-size: 1.45rem; letter-spacing: -.035em; }
.analysis-grid p { margin: 0; color: #aaa9a5; font-size: .9rem; }

.process-section { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.section-heading { max-width: 720px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { min-height: 170px; padding: 1.4rem 0; display: grid; grid-template-columns: 55px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--muted); font-size: .7rem; }
.process-list h3 { margin: 0 0 .55rem; font-size: clamp(1.35rem, 2.1vw, 1.9rem); letter-spacing: -.035em; }
.process-list p { max-width: 520px; margin: 0; color: var(--muted); }

.services-section { padding: clamp(7rem, 12vw, 12rem) 0; background: var(--white); }
.services-heading { max-width: 900px; }
.service-grid { margin-top: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); }
.service-card { min-height: 610px; padding: clamp(1.5rem, 3vw, 2.6rem); display: flex; flex-direction: column; background: var(--paper); }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-card-primary { color: var(--white); background: var(--ink); }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.service-top p { margin: .15rem 0 0; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.service-top strong { font-family: "Inter Tight", Inter, sans-serif; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.service-card h3 { margin: 5.5rem 0 0; font-size: clamp(1.8rem, 2.45vw, 2.75rem); line-height: 1; letter-spacing: -.05em; font-weight: 600; text-wrap: balance; }
.service-card ul { margin: auto 0 2rem; padding: 0; list-style: none; }
.service-card li { padding: .7rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.service-card-primary li { color: #b2b2ae; border-color: #3d3d3a; }
.service-link { padding-top: 1.1rem; display: flex; justify-content: space-between; border-top: 1px solid currentColor; text-decoration: none; font-size: .84rem; font-weight: 600; }
.service-link:hover { color: var(--accent); }

.contact-section { padding: clamp(7rem, 12vw, 12rem) 0; color: var(--white); background: #0c0c0c; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-copy { position: sticky; top: calc(var(--header) + 3rem); max-width: 590px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin: 1.6rem 0 0; color: #a8a8a4; font-size: 1.05rem; }
.direct-contact { margin-top: 2.5rem; display: grid; gap: .75rem; }
.direct-contact a { width: fit-content; font-size: .9rem; font-weight: 600; text-underline-offset: .25rem; }
.direct-contact a:hover { color: var(--accent); }
.contact-form { padding: clamp(1.4rem, 4vw, 3rem); color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { margin-bottom: 1.2rem; display: grid; gap: .55rem; color: #42423f; font-size: .76rem; font-weight: 600; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 1rem 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aaa9a4; border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); }
.contact-form textarea { resize: vertical; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: .65rem !important; font-weight: 400 !important; }
.consent input { margin-top: .2rem; accent-color: var(--accent); }
.consent a { text-underline-offset: .2rem; }
.form-assurance { margin: .4rem 0 1.4rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-assurance li { padding: .85rem .7rem; color: var(--muted); font-size: .68rem; line-height: 1.35; text-align: center; }
.form-assurance li + li { border-left: 1px solid var(--line); }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .68; }
.form-note, .form-status { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; }
.form-status { min-height: 1.2em; color: var(--ink); font-weight: 600; }
.form-status.is-success { padding: .85rem 1rem; color: #164e2b; background: #e1f0e5; border: 1px solid #b8d5c0; }
.form-status.is-error { padding: .85rem 1rem; color: #7d1f12; background: #f7e4df; border: 1px solid #e4b9af; }

.site-footer { padding-top: 3rem; padding-bottom: 3rem; display: grid; grid-template-columns: .75fr 1.25fr .7fr auto; gap: 2rem; align-items: start; border-top: 1px solid var(--line); }
.site-footer > p { margin: .35rem 0 0; color: var(--muted); font-size: .8rem; }
.footer-links { display: grid; gap: .4rem; }
.footer-links a { font-size: .8rem; }
.copyright { white-space: nowrap; }
[data-reveal] { will-change: transform, opacity; }

.legal-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.legal-back { font-size: .82rem; font-weight: 600; text-underline-offset: .25rem; }
.legal-main { max-width: 980px; padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(6rem, 12vw, 10rem); }
.legal-main h1 { max-width: 10ch; margin: 0; font-size: clamp(4rem, 10vw, 8.6rem); line-height: .86; letter-spacing: -.065em; font-weight: 600; }
.legal-updated { margin: 1.5rem 0 0; color: var(--muted); font-size: .78rem; }
.legal-alert { margin: clamp(3rem, 6vw, 5rem) 0; padding: 1.2rem 1.35rem; color: #4b260f; background: #f4dfd0; border: 1px solid #d9af92; }
.legal-alert strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-alert p { margin: .5rem 0 0; }
.legal-main section { padding: 2.2rem 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 1rem; font-size: clamp(1.5rem, 3vw, 2.25rem); letter-spacing: -.04em; }
.legal-main p, .legal-main li { color: #50504c; line-height: 1.7; }
.legal-main ul { margin: 0; padding-left: 1.2rem; }
.legal-main a { text-underline-offset: .2rem; }
.legal-footer { padding-top: 2rem; padding-bottom: 2rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

@media (max-width: 1180px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card + .service-card { border-left: 0; }
  .service-card:nth-child(even) { border-left: 1px solid var(--line); }
  .service-card:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 1080px) {
  .about-pillars { grid-template-columns: 1fr 1fr; }
  .about-pillars article:nth-child(3) { padding-left: 0; border-left: 0; }
  .about-output { grid-template-columns: 1fr; align-content: center; }
  .hero-lower { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .case-intro, .audits-heading, .method-grid, .process-section, .contact-grid { grid-template-columns: 1fr; }
  .case-intro > .eyebrow { margin-bottom: 0; }
  .story-scene { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .analysis-grid { grid-template-columns: 1fr 1fr; }
  .analysis-grid article:nth-child(3) { border-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 490px; }
  .service-card + .service-card { border-top: 1px solid var(--line); border-left: 0; }
  .contact-copy { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  :root { --header: 68px; }
  .about-header { height: 68px; padding-inline: var(--gutter); grid-template-columns: 1fr auto; }
  .about-meter { display: none; }
  .about-chapter { min-height: 100svh; padding: 7.5rem var(--gutter) 4rem; scroll-snap-align: none; }
  .about-copy-opening { width: 100%; }
  .about-copy-opening h2, .about-section-heading h2, .about-output-intro h2, .about-founder-copy h2 { font-size: clamp(2.85rem, 13vw, 5rem); }
  .about-ghost { top: 17%; font-size: clamp(7rem, 38vw, 13rem); }
  .about-scroll-cue { display: none; }
  .about-lens { align-content: start; gap: 3rem; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article, .about-pillars article:first-child, .about-pillars article:nth-child(3) { min-height: 165px; padding: 1rem 0; border-left: 0; border-bottom: 1px solid #30302d; }
  .about-output { grid-template-columns: 1fr; gap: 3.5rem; align-content: start; }
  .about-output-list li { min-height: 130px; grid-template-columns: 36px 1fr; }
  .about-output-list p { grid-column: 2; }
  .about-founder { grid-template-columns: 1fr; gap: 3.5rem; align-content: start; }
  .about-founder-mark { width: min(56vw, 260px); }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-action { width: 100%; }
  .entry-topline { min-height: 70px; }
  .entry-topline p { display: none; }
  .entry-words { inset: 70px 0 0; }
  .entry-word { font-size: clamp(7rem, 37vw, 15rem); line-height: .8; }
  .entry-word-cart { top: 13%; left: -3vw; }
  .entry-word-scope { right: -5vw; bottom: 19%; }
  .entry-message { top: 48%; right: var(--gutter); left: var(--gutter); width: auto; padding: 1.2rem; transform: none; }
  .entry-message h1 { font-size: clamp(2rem, 9vw, 3.5rem); }
  .entry-footer { min-height: 112px; align-items: stretch; flex-direction: column; justify-content: center; gap: .75rem; }
  .entry-hint { display: none; }
  .entry-button { width: 100%; min-width: 0; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: var(--header); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem var(--gutter) 1.1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem 0; }
  .about-trigger { padding: .8rem 0; text-align: left; }
  .nav-cta { margin-top: .3rem; padding: .85rem !important; text-align: center; }
  .hero { padding-top: 4rem; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 6.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { padding: .5rem 0; text-align: center; }
  .expansion-zone { min-height: auto; margin-top: 4.5rem; padding-inline: var(--gutter); }
  .expanding-visual { width: 100%; border-radius: .9rem; }
  .expanding-visual-media { height: 58vh; min-height: 420px; }
  .expanding-visual figcaption { grid-template-columns: 1fr; gap: .4rem; }
  .expanding-visual figcaption strong, .expanding-visual figcaption span:last-child { justify-self: start; text-align: left; }
  .case-metrics { grid-template-columns: 1fr 1fr; }
  .case-metrics div { padding: 1.1rem 1rem; }
  .case-metrics div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .case-story { min-height: auto; padding: 5rem var(--gutter); }
  .case-story-stage { position: static; height: auto; min-height: auto; overflow: visible; }
  .story-index { display: none; }
  .story-scenes, .story-scene { position: static; }
  .story-scenes { display: grid; gap: 6rem; }
  .story-scene { padding: 0; display: flex; flex-direction: column; gap: 2rem; opacity: 1 !important; visibility: visible !important; transform: none !important; }
  .story-media { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .story-media img { object-position: center; }
  .motion-screen { padding-top: 34px; transform: none !important; }
  .motion-screen img { height: calc(100% - 34px); }
  .motion-screen-bar { height: 34px; }
  .story-copy { order: -1; }
  .story-copy h2 { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .report-visual { height: 66vh; min-height: 520px; }
  .service-card { min-height: 520px; }
  .audit-deck { min-height: auto; }
  .audit-card { position: static; min-height: auto; margin-bottom: 2rem; grid-template-columns: 1fr; border-radius: .85rem; visibility: visible !important; opacity: 1 !important; transform: none !important; }
  .audit-cover { height: 70vh; min-height: 480px; }
  .audit-content { min-height: 540px; }
  .audit-actions { grid-template-columns: 1fr; }
  .audit-request { min-width: 0; }
  .audit-cta { align-items: stretch; flex-direction: column; }
  .audit-cta .button { width: 100%; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(3.25rem, 16.5vw, 5rem); }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics div, .case-metrics div:nth-child(odd) { padding: 1.15rem 0; border-left: 0; }
  .case-metrics div + div { border-top-color: var(--line); }
  .case-intro { gap: 1.5rem; }
  .quote-section { grid-template-columns: 1fr; gap: 0; }
  .quote-mark { height: .7em; }
  .audit-cover { height: 62vh; min-height: 430px; padding: 1rem; }
  .audit-content { min-height: 510px; padding: 1.5rem; }
  .audit-content h3 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .analysis-grid { grid-template-columns: 1fr; }
  .analysis-grid article, .analysis-grid article:first-child { min-height: 210px; padding: 1.35rem 0; border-left: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-assurance { grid-template-columns: 1fr; }
  .form-assurance li + li { border-top: 1px solid var(--line); border-left: 0; }
  .site-footer { grid-template-columns: 1fr; }
}

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