:root {
  --white: oklch(1 0 0);
  --soft: oklch(0.982 0.006 290);
  --lavender: oklch(0.91 0.075 292);
  --lavender-deep: oklch(0.83 0.12 292);
  --blue: oklch(0.52 0.285 277);
  --blue-dark: oklch(0.34 0.22 277);
  --blue-ink: oklch(0.23 0.12 277);
  --acid: oklch(0.91 0.21 129);
  --ink: oklch(0.14 0.018 285);
  --ink-soft: oklch(0.26 0.024 285);
  --muted: oklch(0.47 0.025 285);
  --line: oklch(0.86 0.014 285);
  --surface-photo: oklch(0.982 0.006 290);
  --surface-services: oklch(0.94 0.048 292);
  --airbnb: oklch(0.63 0.25 25);
  --booking: oklch(0.47 0.19 253);
  --content: 1440px;
  --gutter: clamp(20px, 4.5vw, 76px);
  --display: "Host Grotesk", Arial, sans-serif;
  --body: "Host Grotesk", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --z-header: 50;
  --z-menu: 45;
}

* { box-sizing: border-box; }
html { font-size: clamp(16px, calc(14.6px + 0.17vw), 17.5px); scroll-behavior: smooth; }
[id] { scroll-margin-top: 82px; }
body { margin: 0; overflow-x: clip; background: var(--soft); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
:where(a, button, [tabindex]):focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
img { display: block; width: 100%; max-width: 100%; }
figure { margin: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 650; letter-spacing: -0.035em; line-height: 0.98; text-wrap: balance; }
ul { margin: 0; padding: 0; list-style: none; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wa-cta { align-items: center; }
.wa-cta > svg { width: 1.2em; height: 1.2em; flex: 0 0 auto; fill: currentColor; }

.topbar { position: absolute; z-index: var(--z-header); top: 0; right: 0; left: 0; display: grid; min-height: 82px; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: max(var(--gutter), calc((100vw - var(--content)) / 2)); color: var(--ink); transition: background 260ms ease, box-shadow 260ms ease; }
.topbar.is-sticky { position: fixed; background: oklch(1 0 0 / 0.9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 9px; font-size: 1.02rem; font-weight: 800; letter-spacing: -0.025em; white-space: nowrap; }
.brand-glyph { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 0.9rem; }
.desktop-nav { display: flex; gap: clamp(20px, 2.7vw, 42px); align-items: center; font-size: 0.8rem; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 240ms var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.topbar-cta { justify-self: end; display: inline-flex; min-height: 42px; align-items: center; gap: 18px; padding: 0 17px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 0.78rem; font-weight: 700; transition: transform 180ms var(--ease), background 180ms ease; }
.topbar-cta:hover { background: var(--blue); transform: translateY(-2px); }
.menu-button { display: none; justify-self: end; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform 240ms var(--ease); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: var(--z-menu); inset: 0; padding: 110px 24px 30px; background: var(--blue); color: var(--white); }
.mobile-nav:not([hidden]) { display: flex; flex-direction: column; }
.mobile-nav a { padding: 15px 0; border-bottom: 1px solid oklch(1 0 0 / 0.25); font-size: clamp(1.8rem, 8vw, 3rem); font-weight: 650; letter-spacing: -0.035em; }

.hero { position: relative; min-height: 1080px; overflow: clip; padding: 110px max(var(--gutter), calc((100vw - var(--content)) / 2)) 90px; background: var(--soft); }
.hero::before { position: absolute; top: -240px; left: 50%; width: 760px; height: 760px; border-radius: 50%; background: var(--lavender); content: ""; filter: blur(1px); opacity: 0.52; transform: translateX(-50%); }
.hero-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; color: var(--ink-soft); font-size: 0.72rem; font-weight: 650; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px oklch(0.52 0.285 277 / 0.12); }
.hero-meta p { margin: 0; }
.hero-art { position: relative; z-index: 1; min-height: 505px; margin-inline: auto; perspective: 1500px; }
.hero-card { --tx: 0px; --ty: 0px; --r: 0deg; position: absolute; overflow: hidden; border-radius: 14px; background: var(--white); box-shadow: 0 18px 34px oklch(0.18 0.08 280 / 0.18); transform: translate3d(var(--tx), var(--ty), 0) rotate(var(--r)); transition: transform 380ms var(--ease), box-shadow 250ms ease; }
.hero-card:hover { z-index: 8; box-shadow: 0 24px 44px oklch(0.18 0.08 280 / 0.24); }
.hero-card img { height: 100%; object-fit: cover; transition: scale 700ms var(--ease); }
.hero-card:hover img { scale: 1.035; }
.hero-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 3px; padding: 36px 16px 15px; background: linear-gradient(transparent, oklch(0.09 0.01 285 / 0.82)); color: var(--white); }
.hero-card figcaption span { font-size: 0.57rem; font-weight: 800; letter-spacing: 0.08em; }
.hero-card figcaption strong { font-size: 0.84rem; font-weight: 600; }
.hero-card-a { --r: -5.5deg; z-index: 2; top: 50px; left: 3%; width: 31%; height: 365px; }
.hero-card-b { --r: 2.5deg; z-index: 4; top: 5px; left: 27%; width: 25%; height: 340px; }
.hero-card-c { --r: -1.5deg; z-index: 3; top: 40px; right: 24%; width: 27%; height: 355px; }
.hero-card-d { --r: 5deg; z-index: 1; top: 15px; right: 2%; width: 27%; height: 342px; }
.hero.is-ready .hero-card, .hero.is-ready .platform-pill, .hero.is-ready .floating-note { animation: hero-arrive 760ms var(--ease) both; animation-delay: var(--delay, 0ms); }
.hero-card-a { --delay: 40ms; }.hero-card-b { --delay: 120ms; }.hero-card-c { --delay: 200ms; }.hero-card-d { --delay: 280ms; }
@keyframes hero-arrive { from { opacity: 0.35; translate: 0 70px; scale: 0.94; } }
.platform-pill, .floating-note { --tx: 0px; --ty: 0px; position: absolute; z-index: 10; transform: translate3d(var(--tx), var(--ty), 0); }
.platform-pill { display: grid; grid-template-columns: auto 1fr; gap: 1px 8px; align-items: center; padding: 12px 14px; border-radius: 10px; background: var(--white); box-shadow: 0 10px 22px oklch(0.18 0.08 280 / 0.15); }
.platform-pill svg { grid-row: 1 / 3; width: 27px; fill: none; stroke: currentColor; stroke-width: 2.3; }
.platform-pill b { font-size: 1rem; letter-spacing: -0.035em; }
.platform-pill small { color: var(--muted); font-size: 0.55rem; }
.pill-airbnb { --delay: 390ms; top: 0; left: 5%; color: var(--airbnb); }
.pill-booking { --delay: 470ms; right: 6%; bottom: 62px; color: var(--booking); }
.pill-booking b span { color: oklch(0.62 0.19 246); }
.floating-note { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border-radius: 10px; }
.note-save { --delay: 530ms; bottom: 34px; left: 20%; background: var(--acid); color: var(--ink); }
.note-save > span { font-size: 1.35rem; }.note-save div { display: grid; gap: 1px; }.note-save b { font-size: 0.62rem; letter-spacing: 0.07em; }.note-save small { font-size: 0.62rem; }
.note-score { --delay: 600ms; right: 25%; bottom: 4px; display: grid; grid-template-columns: auto 1fr; background: var(--ink); color: var(--white); }
.note-score b { grid-row: 1 / 3; font-size: 1.65rem; letter-spacing: -0.04em; }.note-score span { color: var(--acid); font-size: 0.68rem; letter-spacing: 0.05em; }.note-score small { color: oklch(0.78 0.015 285); font-size: 0.57rem; }
.hero-copy { position: relative; z-index: 5; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); gap: clamp(38px, 6vw, 100px); align-items: end; margin-top: 25px; }
.hero-copy h1 { max-width: 1020px; font-size: clamp(3.7rem, 7vw, 6rem); font-weight: 650; }
.hero-copy h1 em { display: inline; color: var(--blue); font-family: "Source Serif 4", Georgia, serif; font-weight: 600; }
.hero-copy-bottom { padding-bottom: 9px; }
.hero-copy-bottom > p { max-width: 48ch; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 28px; padding: 0 20px; border-radius: 9px; font-size: 0.84rem; font-weight: 700; transition: transform 180ms var(--ease), background 180ms ease; }
.button:hover { transform: translateY(-2px); }.button-dark { background: var(--ink); color: var(--white); }.button-dark span { color: var(--acid); }.button-dark:hover { background: var(--blue); }
.text-link { padding: 9px 0; border-bottom: 1px solid currentColor; font-size: 0.8rem; font-weight: 700; }

.manifesto-ticker { overflow: hidden; background: var(--ink); color: var(--white); }
.manifesto-ticker > div { display: flex; width: max-content; gap: 54px; align-items: center; padding: 20px 0; animation: ticker 30s linear infinite; }
.manifesto-ticker span { color: oklch(0.7 0.02 285); font-size: 0.76rem; }.manifesto-ticker b { color: var(--acid); font-size: 1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.evidence { position: relative; display: grid; grid-template-columns: minmax(320px, 0.72fr) minmax(680px, 1.28fr); gap: clamp(40px, 5vw, 86px); padding: clamp(100px, 10vw, 160px) max(var(--gutter), calc((100vw - var(--content)) / 2)) clamp(132px, 10vw, 168px); background: var(--blue); color: var(--white); }
.evidence-copy { align-self: center; }
.marker { width: max-content; margin: 0 0 26px; padding: 8px 12px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 0.68rem; font-weight: 800; }
.evidence h2 { max-width: 650px; font-size: clamp(3.1rem, 5vw, 5.25rem); }
.evidence h2 em { color: var(--acid); font-family: var(--serif); font-style: normal; font-weight: 600; }
.evidence-copy > p:not(.marker) { max-width: 56ch; margin: 30px 0 0; color: oklch(0.92 0.03 290); font-size: 1rem; line-height: 1.6; }
.evidence-copy > a { display: inline-block; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid oklch(1 0 0 / 0.55); font-size: 0.8rem; font-weight: 700; }
.evidence-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: center; }
.stat-panel { position: relative; min-height: 500px; overflow: hidden; padding: 30px; color: var(--ink); clip-path: polygon(0 0, 88% 0, 100% 10%, 100% 100%, 0 100%); }
.stat-panel > span { font-size: 0.74rem; font-weight: 750; }.stat-panel strong { display: block; margin-top: 78px; font-size: clamp(3.65rem, 4.6vw, 5.7rem); font-weight: 650; letter-spacing: -0.04em; line-height: 0.86; white-space: nowrap; }.stat-panel-three strong { font-size: clamp(2.8rem, 3.4vw, 4.2rem); }.stat-panel sup { margin-left: 2px; font-size: 0.34em; vertical-align: top; }.stat-panel p { position: absolute; right: 30px; bottom: 30px; left: 30px; margin: 0; font-size: 0.82rem; line-height: 1.45; }
.stat-panel-one { background: var(--acid); transform: translateY(12px); }.stat-panel-two { background: var(--lavender); }.stat-panel-three { background: var(--white); transform: translateY(24px); }
.mini-bars { position: absolute; right: 30px; bottom: 94px; left: 30px; display: flex; height: 74px; gap: 6px; align-items: end; }.mini-bars i { flex: 1; height: calc(22% + var(--h, 0%)); background: var(--blue); }.mini-bars i:nth-child(2){--h:12%}.mini-bars i:nth-child(3){--h:28%}.mini-bars i:nth-child(4){--h:18%}.mini-bars i:nth-child(5){--h:42%}.mini-bars i:nth-child(6){--h:55%}.mini-bars i:nth-child(7){--h:68%}
.stat-panel svg { position: absolute; right: 26px; bottom: 92px; left: 26px; width: calc(100% - 52px); fill: none; stroke: var(--blue); stroke-width: 3; }.stat-panel svg circle { fill: var(--blue); }
.dot-field { position: absolute; right: 30px; bottom: 86px; left: 30px; height: 108px; opacity: 0.6; background-image: radial-gradient(var(--blue) 2px, transparent 2px); background-size: 16px 16px; }
.evidence-note { position: absolute; right: max(var(--gutter), calc((100vw - var(--content)) / 2)); bottom: 31px; max-width: 720px; margin: 0; color: oklch(0.87 0.035 290); font-size: 0.62rem; line-height: 1.45; text-align: right; }

.case-study { position: relative; padding: clamp(110px, 11vw, 175px) 0; background: var(--ink); color: var(--white); }
.case-service-bridge { display: grid; width: min(var(--content), calc(100vw - var(--gutter) - var(--gutter))); grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(18px, 3vw, 46px); align-items: center; margin: 0 auto clamp(50px, 6vw, 84px); padding: 18px 22px; border-radius: 12px; background: var(--acid); color: var(--ink); transform: translateY(-50%); }
.case-service-bridge span { color: var(--blue-ink); font-size: 0.72rem; font-weight: 850; }.case-service-bridge strong { font-size: clamp(1.15rem, 2vw, 1.8rem); letter-spacing: -0.025em; line-height: 1.1; }.case-service-bridge small { font-size: 0.72rem; font-weight: 750; white-space: nowrap; }
.case-heading { display: grid; width: min(var(--content), calc(100vw - var(--gutter) - var(--gutter))); grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr); gap: clamp(40px, 8vw, 130px); align-items: end; margin: 0 auto 76px; }
.case-badge { display: inline-flex; margin-bottom: 22px; padding: 8px 12px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 0.68rem; font-weight: 800; }
.case-heading h4 { max-width: 980px; font-size: clamp(3.8rem, 6vw, 5.9rem); }.case-heading h4 em { color: var(--acid); font-family: var(--serif); font-style: normal; font-weight: 600; }.case-intro > p { max-width: 54ch; margin: 0; color: oklch(0.82 0.018 285); font-size: 1rem; line-height: 1.6; }
.case-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.case-proof span { padding: 8px 10px; border: 1px solid oklch(1 0 0 / 0.28); border-radius: 999px; color: oklch(0.92 0.015 285); font-size: 0.68rem; font-weight: 700; }
.case-workbench { width: min(1680px, calc(100vw - var(--gutter) - var(--gutter))); margin-inline: auto; }
.comparison-stage { --split: 52%; position: relative; height: clamp(560px, 46vw, 780px); overflow: hidden; border-radius: 16px; background: oklch(0.08 0.01 285); box-shadow: 0 34px 80px oklch(0.02 0 0 / 0.42); isolation: isolate; touch-action: pan-y; transition: opacity 180ms ease, scale 180ms var(--ease); }
.comparison-stage.is-switching { opacity: 0.36; scale: 0.992; }
.comparison-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; user-select: none; pointer-events: none; }
.comparison-after { z-index: 2; clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.comparison-stage::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, oklch(0.02 0 0 / 0.18), transparent 20%, transparent 74%, oklch(0.02 0 0 / 0.22)); content: ""; pointer-events: none; }
.comparison-divider { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--split); width: 2px; background: var(--white); box-shadow: 0 0 0 1px oklch(0.05 0 0 / 0.2); transform: translateX(-50%); pointer-events: none; }
.comparison-divider span { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid var(--white); border-radius: 50%; background: var(--acid); color: var(--ink); box-shadow: 0 10px 25px oklch(0.02 0 0 / 0.28); font-size: 1.25rem; font-weight: 800; transform: translate(-50%, -50%); }
.comparison-range { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-range:focus-visible + .comparison-hint { outline: 3px solid var(--acid); outline-offset: 4px; }
.comparison-label { position: absolute; z-index: 6; top: 22px; padding: 10px 13px; border-radius: 999px; background: oklch(0.08 0.01 285 / 0.78); color: var(--white); font-size: 0.67rem; font-weight: 800; backdrop-filter: blur(10px); pointer-events: none; }.comparison-label-after { left: 22px; }.comparison-label-before { right: 22px; }
.comparison-hint { position: absolute; z-index: 6; bottom: 20px; left: 50%; padding: 9px 12px; border-radius: 999px; background: oklch(0.08 0.01 285 / 0.75); color: var(--white); font-size: 0.62rem; font-weight: 700; transform: translateX(-50%); backdrop-filter: blur(10px); pointer-events: none; }
.case-controls { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); gap: 18px; margin-top: 18px; }
.case-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.case-tab { position: relative; display: grid; min-width: 0; grid-template-columns: 86px 1fr; gap: 13px; align-items: center; padding: 9px; overflow: hidden; border: 1px solid oklch(1 0 0 / 0.22); border-radius: 12px; background: oklch(1 0 0 / 0.06); color: var(--white); text-align: left; cursor: pointer; transition: border-color 220ms ease, background 220ms ease, transform 220ms var(--ease); }
.case-tab:hover { border-color: oklch(1 0 0 / 0.5); transform: translateY(-2px); }.case-tab img { width: 86px; height: 76px; border-radius: 8px; object-fit: cover; }.case-tab span { display: grid; min-width: 0; gap: 4px; }.case-tab b { overflow: hidden; font-size: 0.8rem; text-overflow: ellipsis; white-space: nowrap; }.case-tab small { color: oklch(0.67 0.02 285); font-size: 0.59rem; line-height: 1.35; }.case-tab i { position: absolute; right: 10px; bottom: 8px; color: var(--acid); font-size: 0.54rem; font-style: normal; font-weight: 800; opacity: 0; transition: opacity 180ms ease; }.case-tab.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }.case-tab.is-active small { color: var(--ink-soft); }.case-tab.is-active i { opacity: 1; color: var(--ink); }
.case-decisions { display: grid; align-content: center; gap: 22px; padding: 24px 28px; border-radius: 12px; background: var(--blue); }.case-decisions p { max-width: 66ch; margin: 0; color: var(--white); font-size: 0.84rem; line-height: 1.55; }.case-decisions ul { display: flex; flex-wrap: wrap; gap: 8px; }.case-decisions li { padding: 8px 10px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 0.61rem; font-weight: 750; }

.image-ribbon { overflow: hidden; padding: 84px 0; background: var(--lavender); }
.ribbon-track { --ribbon-shift: 0px; display: grid; width: max(1850px, 112vw); grid-template-columns: 0.72fr 1.1fr 0.85fr 0.72fr 0.58fr; gap: 16px; align-items: center; margin-left: -6vw; transform: translate3d(var(--ribbon-shift),0,0); transition: transform 90ms linear; }
.ribbon-track figure { overflow: hidden; border-radius: 12px; }.ribbon-track img { height: 100%; object-fit: cover; }.ribbon-tall { height: 470px; }.ribbon-wide { height: 350px; }.ribbon-square { height: 390px; }.ribbon-statement { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 38px; background: var(--blue); color: var(--white); clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%); }.ribbon-statement span { color: var(--acid); font-size: 0.76rem; font-weight: 800; }.ribbon-statement strong { margin-top: 18px; font-size: clamp(2rem, 3vw, 3.6rem); letter-spacing: -0.035em; line-height: 0.98; }.ribbon-statement p { margin: 22px 0 0; color: oklch(0.9 0.03 290); font-size: 0.8rem; line-height: 1.5; }

.services { background: var(--surface-services); }
.services-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.58fr); gap: clamp(50px, 8vw, 120px); align-items: end; padding: clamp(105px, 11vw, 175px) max(var(--gutter), calc((100vw - var(--content)) / 2)) 72px; }.services-heading > div:first-child > p { margin: 0 0 24px; color: var(--blue); font-size: 0.78rem; font-weight: 800; }.services-heading h2 { max-width: 1000px; font-size: clamp(3.8rem, 6vw, 6rem); }.services-lede { display: grid; gap: 23px; padding-bottom: 8px; }.services-lede p { max-width: 54ch; margin: 0; color: var(--muted); font-size: 0.98rem; line-height: 1.62; }.services-lede strong { max-width: 42ch; color: var(--blue); font-size: 1.05rem; line-height: 1.38; }
.services-heading h2 em, .service-copy h3 em, .listing-intro h3 em, .method-intro h2 em, .pricing-heading h2 em { color: var(--blue); font-family: var(--serif); font-style: normal; font-weight: 600; }
.service-map { display: grid; width: min(var(--content), calc(100vw - var(--gutter) - var(--gutter))); grid-template-columns: repeat(3, 1fr); margin: 0 auto; padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); list-style: none; }.service-map li { min-width: 0; }.service-map li + li { border-left: 1px solid var(--ink); }.service-map a { display: flex; min-height: 335px; flex-direction: column; padding: clamp(24px, 2.5vw, 38px); transition: background 220ms ease, color 220ms ease; }.service-map li:nth-child(1) a { background: var(--lavender); }.service-map li:nth-child(2) a { background: var(--white); }.service-map li:nth-child(3) a { background: var(--ink); color: var(--white); }.service-map a:hover { background: var(--acid) !important; color: var(--ink) !important; }.service-map span { color: var(--blue); font-size: 0.74rem; font-weight: 800; }.service-map li:nth-child(3) span { color: var(--acid); }.service-map b { max-width: 19ch; margin-top: 25px; font-size: clamp(1.7rem, 2.5vw, 2.7rem); letter-spacing: -0.025em; line-height: 1; }.service-map p { max-width: 43ch; margin: 20px 0 0; color: var(--muted); font-size: 0.86rem; line-height: 1.58; }.service-map li:nth-child(3) p { color: oklch(0.82 0.02 285); }.service-map a:hover span, .service-map a:hover p { color: var(--ink-soft); }.service-map small { margin-top: auto; padding-top: 32px; color: currentColor; font-size: 0.72rem; opacity: 0.82; }.service-map i { margin-top: 11px; color: var(--blue); font-size: 0.72rem; font-style: normal; font-weight: 800; }.service-map li:nth-child(3) i { color: var(--acid); }.service-map a:hover i { color: var(--ink); }
.service-system-note { display: grid; grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr); gap: 50px; align-items: center; margin-top: 74px; padding: 31px max(var(--gutter), calc((100vw - var(--content)) / 2)); background: var(--acid); }.service-system-note span { font-size: 0.68rem; font-weight: 800; }.service-system-note strong { max-width: 900px; font-size: clamp(1.55rem, 2.7vw, 3rem); letter-spacing: -0.03em; line-height: 1.08; }
.service-story { padding-inline: max(var(--gutter), calc((100vw - var(--content)) / 2)); }
.service-index { display: inline-flex; width: max-content; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 0.72rem; font-weight: 800; }
.service-copy h3, .listing-intro h3, .social-copy h3 { margin-top: 24px; font-size: clamp(3rem, 5vw, 5.4rem); }
.service-copy > p, .listing-intro > div > p, .social-copy > p { max-width: 60ch; margin: 27px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.service-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 38px; border-top: 1px solid var(--ink); }.service-copy li { padding: 14px 0; border-bottom: 1px solid var(--ink); font-size: 0.82rem; font-weight: 650; }.service-copy li:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--ink); }
.service-result { display: grid; gap: 8px; margin-top: 34px; padding-top: 20px; border-top: 1px solid color-mix(in oklch, var(--ink) 35%, transparent); }.service-result span { color: var(--blue); font-size: 0.74rem; font-weight: 800; }.service-result strong { max-width: 34ch; font-size: 1.15rem; line-height: 1.28; }.service-result small { max-width: 65ch; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }.service-result-compact { margin-top: 27px; }.service-result-compact strong { font-size: 1.04rem; }
.service-cta { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(28px, 5vw, 72px); align-items: center; width: 100%; margin-top: 48px; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--ink); border-radius: 14px; background: var(--lavender); color: var(--ink); }
.service-cta > div { display: grid; gap: 10px; }.service-cta > div > span { color: var(--blue); font-size: 0.75rem; font-weight: 850; }.service-cta > div > strong { max-width: 46ch; font-size: clamp(1.25rem, 2.1vw, 2.2rem); letter-spacing: -0.025em; line-height: 1.12; }
.service-cta > a { display: inline-flex; min-width: 310px; min-height: 66px; justify-content: space-between; gap: 28px; align-items: center; padding: 0 18px; border-radius: 9px; background: var(--ink); color: var(--white); font-weight: 800; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); }.service-cta > a:hover { background: var(--blue); transform: translateY(-2px); }.service-cta > a > span { display: grid; gap: 3px; color: inherit; }.service-cta > a b { font-size: 0.84rem; line-height: 1.2; }.service-cta > a small { color: oklch(0.76 0.02 285); font-size: 0.68rem; font-weight: 600; line-height: 1.25; }.service-cta > a i { color: var(--acid); font-size: 1.15rem; font-style: normal; }
.service-cta-on-dark { border-color: oklch(1 0 0 / 0.32); background: var(--blue); color: var(--white); }.service-cta-on-dark > div > span { color: var(--acid); }.service-cta-on-dark > a { background: var(--acid); color: var(--ink); }.service-cta-on-dark > a small { color: var(--ink-soft); }.service-cta-on-dark > a i { color: var(--blue); }.service-cta-on-dark > a:hover { background: var(--white); color: var(--ink); }
.service-photo { display: grid; grid-template-columns: 0.8fr 1.2fr; column-gap: 80px; row-gap: 0; min-height: 840px; align-items: center; padding-top: 95px; padding-bottom: 0; background: var(--surface-photo); }.service-photo > .case-study { width: 100vw; grid-column: 1 / -1; margin: 88px 0 0 calc(50% - 50vw); padding-top: 0; padding-bottom: clamp(90px, 9vw, 140px); border-top: 1px solid var(--ink); }.case-service-cta { width: min(var(--content), calc(100vw - var(--gutter) - var(--gutter))); margin: clamp(46px, 5vw, 72px) auto 0; }
.photo-composition { position: relative; min-height: 610px; }.photo-composition figure { position: absolute; overflow: hidden; border-radius: 12px; box-shadow: 0 18px 30px oklch(0.18 0.08 280 / 0.17); }.photo-composition figure:first-child { top: 10%; left: 0; width: 55%; height: 58%; transform: rotate(-4deg); }.photo-composition figure:nth-child(2) { top: 0; right: 5%; z-index: 2; width: 51%; height: 53%; transform: rotate(3deg); }.photo-composition figure:nth-child(3) { right: 18%; bottom: 0; z-index: 3; width: 55%; height: 47%; transform: rotate(-1.2deg); }.photo-composition img { height: 100%; object-fit: cover; }.photo-composition > span { position: absolute; z-index: 5; right: 0; bottom: 30px; padding: 13px 16px; border-radius: 9px; background: var(--acid); font-size: 0.76rem; font-weight: 800; }
.service-handoff { display: grid; grid-template-columns: 0.65fr 1fr auto; gap: clamp(28px, 5vw, 76px); align-items: center; padding: 34px max(var(--gutter), calc((100vw - var(--content)) / 2)); border-top: 1px solid oklch(1 0 0 / 0.16); background: var(--ink); color: var(--white); }.service-handoff span { color: oklch(0.74 0.02 285); font-size: 0.74rem; }.service-handoff strong { font-size: clamp(1.35rem, 2.3vw, 2.5rem); letter-spacing: -0.025em; line-height: 1.1; }.service-handoff a { padding-bottom: 5px; border-bottom: 1px solid var(--acid); color: var(--acid); font-size: 0.72rem; font-weight: 800; white-space: nowrap; }.service-handoff-dark { border-top-color: oklch(1 0 0 / 0.22); background: var(--blue); }.service-handoff-dark span { color: oklch(0.88 0.04 290); }
.service-listing { position: relative; padding-block: clamp(110px, 11vw, 170px); background: var(--white); }
.listing-intro { display: grid; grid-template-columns: 1.15fr 0.65fr; gap: 80px; align-items: end; }.listing-intro > div > p { margin-bottom: 12px; }
.listing-shot { margin-top: 70px; overflow: hidden; border: 1px solid var(--ink); border-bottom: 0; border-radius: 14px 14px 0 0; background: var(--white); }.listing-shot img { aspect-ratio: 1.365; object-fit: cover; }.listing-shot figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 18px; background: var(--ink); color: var(--white); font-size: 0.72rem; }.listing-shot figcaption span { color: var(--acid); font-weight: 800; }
.listing-anatomy { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 14px 14px; background: var(--white); }.listing-anatomy span { display: grid; gap: 7px; padding: 22px 18px; font-size: 0.76rem; line-height: 1.42; }.listing-anatomy span + span { border-left: 1px solid var(--ink); }.listing-anatomy b { color: var(--blue); font-size: 0.94rem; }
.service-social { position: relative; padding-block: clamp(105px, 10vw, 160px); overflow: hidden; background: var(--ink); color: var(--white); }
.service-social::before { position: absolute; top: 8%; right: -24vw; width: 72vw; height: 72vw; border-radius: 50%; background: var(--blue); content: ""; opacity: 0.78; pointer-events: none; }
.social-intro, .reel-showcase, .reel-switcher, .reel-value-strip { position: relative; z-index: 2; }
.social-intro { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.58fr); gap: clamp(45px, 8vw, 130px); align-items: end; }
.service-social .service-index { background: var(--acid); color: var(--ink); }
.social-copy h3 em { color: var(--acid); font-family: var(--serif); font-weight: 600; }
.social-copy > p { color: oklch(0.8 0.018 285); }
.social-claim { padding: 30px; background: var(--acid); color: var(--ink); clip-path: polygon(0 0, 92% 0, 100% 16%, 100% 100%, 0 100%); }
.social-claim > span { font-size: 0.66rem; font-weight: 800; }
.social-claim > strong { display: block; margin-top: 28px; font-size: clamp(2rem, 3vw, 3.4rem); letter-spacing: -0.035em; line-height: 0.98; }
.social-claim > p { max-width: 48ch; margin: 24px 0 0; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.55; }
.format-intro { position: relative; z-index: 2; display: grid; grid-template-columns: 0.36fr 1fr 0.72fr; gap: clamp(24px, 5vw, 70px); align-items: center; margin-top: 70px; padding: 25px 0; border-top: 1px solid oklch(1 0 0 / 0.3); border-bottom: 1px solid oklch(1 0 0 / 0.3); }.format-intro span { color: var(--acid); font-size: 0.74rem; font-weight: 800; }.format-intro strong { font-size: clamp(1.35rem, 2.2vw, 2.4rem); letter-spacing: -0.03em; line-height: 1.1; }.format-intro p { max-width: 48ch; margin: 0; color: oklch(0.82 0.02 285); font-size: 0.86rem; line-height: 1.58; }
.reel-showcase { display: grid; grid-template-columns: minmax(0, 1.08fr) 152px minmax(320px, 0.65fr); gap: clamp(16px, 2.2vw, 34px); align-items: center; margin-top: 58px; transition: opacity 180ms ease, scale 180ms var(--ease); }
.reel-showcase.is-switching { opacity: 0.4; scale: 0.994; }
.reel-source { min-width: 0; padding: clamp(28px, 3.5vw, 48px); border-radius: 14px; background: var(--lavender); color: var(--ink); }
.reel-panel-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.reel-panel-heading span { color: var(--blue); font-size: 0.72rem; font-weight: 800; }
.reel-panel-heading h4 { margin: 9px 0 0; font-size: clamp(2.25rem, 3.5vw, 4rem); letter-spacing: -0.035em; line-height: 0.98; }
.reel-panel-heading > b { padding: 9px 11px; border-radius: 999px; background: var(--white); color: var(--blue-ink); font-size: 0.7rem; white-space: nowrap; }
.source-stack { position: relative; min-height: 560px; margin-top: 28px; }
.source-card { position: absolute; width: 54%; height: 52%; padding: 8px 8px 34px; background: var(--white); filter: drop-shadow(0 14px 14px oklch(0.18 0.08 280 / 0.2)); transition: opacity 240ms ease, transform 420ms var(--ease); }
.source-card img { height: 100%; object-fit: cover; }
.source-card figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; color: var(--ink-soft); font-size: 0.58rem; font-weight: 750; }
.source-card-a { z-index: 1; top: 5%; left: 1%; transform: rotate(-7deg); }
.source-card-b { z-index: 2; top: 10%; right: 1%; transform: rotate(6deg); }
.source-card-c { z-index: 3; bottom: 1%; left: 24%; transform: rotate(-1.5deg); }
.source-stack.is-single .source-card-a { top: 5%; left: 10%; width: 80%; height: 88%; transform: rotate(-3deg); }
.source-stack.is-single .source-card-b, .source-stack.is-single .source-card-c { opacity: 0; pointer-events: none; transform: translateY(25px) scale(0.94); }
.reel-source > p { max-width: 66ch; margin: 30px 0 0; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.6; }
.creative-bridge { display: flex; min-height: 500px; flex-direction: column; justify-content: center; align-items: center; gap: 15px; color: oklch(0.8 0.02 285); text-align: center; }
.service-social .creative-bridge span { max-width: 12ch; font-size: 0.74rem; font-weight: 800; line-height: 1.2; }
.creative-bridge i { width: 1px; height: 58px; background: oklch(1 0 0 / 0.42); }
.creative-bridge strong { display: flex; width: 120px; height: 120px; flex-direction: column; justify-content: center; align-items: center; gap: 3px; border-radius: 50%; background: var(--acid); color: var(--ink); box-shadow: 0 0 0 10px oklch(0.88 0.22 128 / 0.11), 0 18px 45px oklch(0.06 0.02 285 / 0.35); }
.creative-bridge strong small { max-width: 86px; font-size: 0.57rem; font-weight: 850; line-height: 1.15; text-transform: uppercase; }
.creative-bridge strong b { font-size: 2.45rem; line-height: 0.9; }
.reel-result { display: grid; min-width: 0; gap: 24px; margin: 0; padding: clamp(24px, 3vw, 34px); border-radius: 14px; background: var(--blue); }
.reel-device { position: relative; width: min(100%, 390px); justify-self: center; overflow: hidden; border: 7px solid var(--white); border-radius: 24px; background: var(--ink); box-shadow: 0 14px 0 var(--blue-dark); }
.reel-device video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--ink); }
.reel-runtime { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 8px 10px; border-radius: 999px; background: oklch(0.08 0.01 285 / 0.78); color: var(--white); font-size: 0.58rem; font-weight: 800; pointer-events: none; backdrop-filter: blur(8px); }
.reel-result figcaption > span { color: var(--acid); font-size: 0.61rem; font-weight: 800; }
.reel-result figcaption > strong { display: block; margin-top: 10px; font-size: clamp(1.8rem, 2.8vw, 3rem); letter-spacing: -0.035em; line-height: 1; }
.reel-result figcaption > p { margin: 16px 0 0; color: oklch(0.92 0.025 290); font-size: 0.86rem; line-height: 1.55; }
.reel-switcher { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.reel-case { display: grid; min-width: 0; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center; padding: 10px; border: 1px solid oklch(1 0 0 / 0.24); border-radius: 12px; background: oklch(1 0 0 / 0.06); color: var(--white); text-align: left; cursor: pointer; transition: background 200ms ease, border-color 200ms ease, transform 200ms var(--ease); }
.reel-case:hover { border-color: oklch(1 0 0 / 0.55); transform: translateY(-2px); }
.reel-case img { width: 92px; height: 72px; border-radius: 8px; object-fit: cover; }
.reel-case span { display: grid; min-width: 0; gap: 5px; }
.reel-case small { color: oklch(0.68 0.02 285); font-size: 0.57rem; }
.reel-case b { overflow: hidden; font-size: 0.84rem; text-overflow: ellipsis; white-space: nowrap; }
.reel-case > i { padding: 7px 9px; border-radius: 999px; background: oklch(1 0 0 / 0.1); font-size: 0.58rem; font-style: normal; font-weight: 800; }
.reel-case.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.reel-case.is-active small { color: var(--ink-soft); }
.reel-case.is-active > i { background: var(--ink); color: var(--white); }
.reel-value-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid oklch(1 0 0 / 0.3); border-bottom: 1px solid oklch(1 0 0 / 0.3); }
.reel-value-strip span { display: grid; gap: 8px; padding: 22px 20px; }
.reel-value-strip span + span { border-left: 1px solid oklch(1 0 0 / 0.3); }
.reel-value-strip b { color: var(--acid); font-size: 0.88rem; }
.reel-value-strip small { color: oklch(0.76 0.02 285); font-size: 0.72rem; line-height: 1.5; }
.social-deliverables { overflow: hidden; border: 1px solid oklch(1 0 0 / 0.32); border-radius: 14px; }
.social-deliverables span { min-height: 240px; align-content: space-between; padding: 28px 26px; }
.social-deliverables span + span { border-left-color: oklch(0.1 0.03 285 / 0.2); }
.social-deliverables span:nth-child(1) { background: var(--white); color: var(--ink); }
.social-deliverables span:nth-child(2) { background: var(--lavender); color: var(--ink); }
.social-deliverables span:nth-child(3) { background: var(--blue); color: var(--white); }
.social-deliverables span:nth-child(4) { background: var(--acid); color: var(--ink); }
.social-deliverables i { font-family: var(--serif); font-size: 2.35rem; font-style: normal; font-weight: 600; letter-spacing: -0.04em; line-height: 1; opacity: 0.62; }
.social-deliverables b { align-self: end; color: var(--blue); font-size: 1.14rem; line-height: 1.1; }
.social-deliverables span:nth-child(3) b { color: var(--acid); }
.social-deliverables small { align-self: start; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.5; }
.social-deliverables span:nth-child(3) small { color: oklch(0.9 0.025 290); }
.social-deliverables em { align-self: end; font-size: 0.64rem; font-style: normal; font-weight: 850; letter-spacing: 0.045em; text-transform: uppercase; opacity: 0.72; }

.scene-lab { position: relative; z-index: 3; width: 100vw; margin: 92px 0 0 calc(50% - 50vw); padding: clamp(70px, 7vw, 110px) max(var(--gutter), calc((100vw - var(--content)) / 2)) clamp(85px, 9vw, 145px); overflow: hidden; background: var(--lavender); color: var(--ink); }
.scene-example-nav { display: grid; grid-template-columns: minmax(230px, 0.44fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; margin: 46px 0 28px; padding: 22px 0 26px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.scene-example-nav-copy { display: grid; gap: 9px; }.scene-example-nav-copy span { color: var(--blue); font-size: 0.74rem; font-weight: 850; }.scene-example-nav-copy strong { max-width: 31ch; font-size: 1.08rem; line-height: 1.3; }
.scene-example-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.scene-example-tab { display: grid; min-width: 0; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; min-height: 88px; padding: 8px 15px 8px 8px; border: 1px solid var(--ink); border-radius: 12px; background: var(--white); color: var(--ink); text-align: left; cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease); }.scene-example-tab:hover { transform: translateY(-2px); }.scene-example-tab:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.scene-example-tab img { width: 76px; height: 70px; border-radius: 8px; object-fit: cover; }.scene-example-tab > span { display: grid; min-width: 0; gap: 5px; }.scene-example-tab small { color: var(--blue); font-size: 0.7rem; font-weight: 850; }.scene-example-tab b { overflow: hidden; font-size: 0.86rem; text-overflow: ellipsis; white-space: nowrap; }.scene-example-tab i { padding: 8px 10px; border-radius: 999px; background: var(--lavender); color: var(--blue); font-size: 0.72rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.scene-example-tab.is-active { background: var(--blue); color: var(--white); }.scene-example-tab.is-active small { color: var(--acid); }.scene-example-tab.is-active i { background: var(--acid); color: var(--ink); }
.scene-example-panel[hidden] { display: none; }.scene-example-panel.is-active { animation: scene-panel-in 380ms var(--ease) both; }
@keyframes scene-panel-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.scene-lab-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr); gap: clamp(45px, 8vw, 120px); align-items: end; }
.scene-lab-heading > div:first-child > span { color: var(--blue); font-size: 0.76rem; font-weight: 850; }
.scene-lab-heading h4 { max-width: 920px; margin-top: 20px; font-size: clamp(3.4rem, 5.7vw, 5.8rem); letter-spacing: -0.038em; line-height: 0.95; }
.scene-lab-heading h4 em { color: var(--blue); font-family: var(--serif); font-style: normal; font-weight: 600; }
.scene-lab-heading > div:last-child strong { display: block; max-width: 38ch; color: var(--blue); font-size: 1.1rem; line-height: 1.3; }
.scene-lab-heading > div:last-child p { max-width: 58ch; margin: 20px 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.62; }
.scene-lab-flow { display: grid; grid-template-columns: minmax(300px, 0.7fr) 126px minmax(0, 1.3fr); gap: clamp(20px, 3vw, 46px); align-items: center; margin-top: 0; }
.scene-origin { position: relative; overflow: hidden; margin: 0; border-radius: 14px; background: var(--ink); color: var(--white); box-shadow: 0 22px 55px oklch(0.18 0.06 280 / 0.18); cursor: zoom-in; }
.scene-origin img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.scene-origin figcaption { display: grid; gap: 8px; padding: 24px; }
.scene-origin figcaption span { color: var(--acid); font-size: 0.68rem; font-weight: 850; }
.scene-origin figcaption strong { font-size: 1.35rem; line-height: 1.15; }
.scene-origin figcaption small { max-width: 43ch; color: oklch(0.78 0.02 285); font-size: 0.76rem; line-height: 1.5; }
.scene-multiplier { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; text-align: center; }
.scene-multiplier > span { font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.scene-multiplier > i { color: var(--blue); font-size: 2.4rem; font-style: normal; line-height: 1; transform: rotate(0deg); }
.scene-multiplier > strong { display: grid; width: 112px; height: 112px; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-family: var(--serif); font-size: 4.4rem; font-weight: 600; line-height: 1; box-shadow: 0 14px 35px oklch(0.62 0.22 125 / 0.24); }
.scene-multiplier > small { max-width: 10ch; color: var(--blue); font-size: 0.7rem; font-weight: 850; line-height: 1.2; text-transform: uppercase; }
.scene-outputs { display: grid; height: 790px; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 12px; }
.scene-output { position: relative; min-width: 0; overflow: hidden; margin: 0; border-radius: 12px; background: var(--ink); }
.scene-output-dinner { grid-column: 1 / 3; grid-row: 1 / 3; }
.scene-output-featured { grid-column: 1 / 3; grid-row: 1 / 3; }
.scene-output img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.scene-output-dinner img { object-position: 55% center; }
.scene-output::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, oklch(0.08 0.025 285 / 0.82)); content: ""; pointer-events: none; }
.scene-output figcaption { position: absolute; z-index: 2; right: 16px; bottom: 15px; left: 16px; display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; align-items: end; color: var(--white); }
.scene-output figcaption span { grid-row: 1 / 3; color: var(--acid); font-family: var(--serif); font-size: 1.65rem; font-weight: 600; }
.scene-output figcaption b { font-size: 0.82rem; line-height: 1.1; }
.scene-output figcaption small { color: oklch(0.8 0.02 285); font-size: 0.7rem; }
.scene-output:hover img { transform: scale(1.025); }
.scene-output { cursor: zoom-in; }
.scene-origin::before, .scene-output::before { position: absolute; z-index: 4; top: 13px; right: 13px; padding: 8px 10px; border-radius: 999px; background: oklch(1 0 0 / 0.88); color: var(--ink); content: "Ampliar ↗"; font-size: 0.64rem; font-weight: 850; opacity: 0; transform: translateY(-5px); transition: opacity 180ms ease, transform 180ms var(--ease); backdrop-filter: blur(10px); }
.scene-origin:hover::before, .scene-origin:focus-visible::before, .scene-output:hover::before, .scene-output:focus-visible::before { opacity: 1; transform: translateY(0); }
.scene-origin:focus-visible, .scene-output:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.scene-lab-proof { display: grid; grid-template-columns: repeat(4, auto) 1fr; gap: 12px 26px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--ink); }
.scene-lab-proof span { font-size: 0.72rem; font-weight: 800; }
.scene-lab-proof span::before { margin-right: 7px; color: var(--blue); content: "✓"; }
.scene-lab-proof strong { justify-self: end; color: var(--blue); font-size: clamp(1.1rem, 1.7vw, 1.7rem); letter-spacing: -0.025em; }
.scene-outputs-secondary { height: 760px; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); }

.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 300; inset: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; padding: 68px clamp(20px, 5vw, 80px) 24px; background: oklch(0.07 0.018 285 / 0.96); color: var(--white); opacity: 0; transition: opacity 220ms ease; backdrop-filter: blur(18px); }
.image-lightbox.is-open { opacity: 1; }
.image-lightbox-stage { display: grid; min-width: 0; min-height: 0; place-items: center; overflow: auto; overscroll-behavior: contain; }
.image-lightbox-stage img { width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 185px); border-radius: 8px; object-fit: contain; box-shadow: 0 28px 80px oklch(0 0 0 / 0.5); cursor: zoom-in; }
.image-lightbox.is-zoomed .image-lightbox-stage { place-items: start center; }
.image-lightbox.is-zoomed .image-lightbox-stage img { width: auto; max-width: none; max-height: none; cursor: zoom-out; }
.image-lightbox-close { position: absolute; top: 18px; right: clamp(20px, 5vw, 80px); display: inline-flex; min-height: 38px; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid oklch(1 0 0 / 0.35); border-radius: 999px; background: oklch(1 0 0 / 0.08); color: var(--white); font-size: 0.7rem; font-weight: 800; cursor: pointer; }
.image-lightbox-close span { font-size: 1.25rem; line-height: 1; }
.image-lightbox-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid oklch(1 0 0 / 0.4); border-radius: 50%; background: oklch(1 0 0 / 0.1); color: var(--white); font-size: 1.45rem; cursor: pointer; transform: translateY(-50%); transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); backdrop-filter: blur(10px); }
.image-lightbox-nav:hover { background: var(--acid); color: var(--ink); transform: translateY(-50%) scale(1.05); }
.image-lightbox-prev { left: clamp(12px, 2vw, 30px); }.image-lightbox-next { right: clamp(12px, 2vw, 30px); }
.image-lightbox-meta { display: flex; width: min(100%, 1200px); justify-self: center; justify-content: space-between; gap: 30px; align-items: center; }
.image-lightbox-meta > div { display: grid; gap: 5px; }.image-lightbox-meta span { color: var(--acid); font-size: 0.68rem; font-weight: 850; }.image-lightbox-meta strong { font-size: 1rem; line-height: 1.3; }
.image-lightbox-meta button { min-height: 38px; padding: 0 13px; border: 1px solid oklch(1 0 0 / 0.35); border-radius: 999px; background: transparent; color: var(--white); font-size: 0.68rem; font-weight: 800; cursor: pointer; }
.image-lightbox-meta button:hover { border-color: var(--acid); color: var(--acid); }
.image-lightbox-count { position: absolute; top: 25px; left: clamp(20px, 5vw, 80px); color: oklch(0.72 0.02 285); font-size: 0.7rem; font-weight: 800; }
.system-close { position: relative; z-index: 2; display: grid; grid-template-columns: 0.35fr 1fr 0.7fr auto; gap: clamp(22px, 4vw, 62px); align-items: center; margin-top: 72px; padding: 32px; background: var(--acid); color: var(--ink); }.system-close > span { font-size: 0.72rem; font-weight: 800; }.system-close > strong { max-width: 34ch; font-size: clamp(1.4rem, 2.3vw, 2.5rem); letter-spacing: -0.025em; line-height: 1.1; }.system-close > p { max-width: 38ch; margin: 0; color: var(--ink-soft); font-size: 0.8rem; line-height: 1.55; }.system-close > a { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 0.72rem; font-weight: 800; white-space: nowrap; }

.method { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(70px, 10vw, 150px); padding: clamp(110px, 11vw, 180px) max(var(--gutter), calc((100vw - var(--content)) / 2)); background: var(--lavender); }
.method-intro { position: sticky; top: 120px; align-self: start; }.method-intro > p { margin: 0 0 25px; color: var(--blue); font-size: 0.8rem; font-weight: 800; }.method-intro h2 { max-width: 700px; font-size: clamp(3.3rem, 5vw, 5.5rem); }.method-intro a { display: inline-flex; gap: 9px; margin-top: 34px; padding: 12px 16px; border-radius: 999px; background: var(--blue); color: var(--white); font-size: 0.78rem; font-weight: 750; }
.method-flow { --method-progress-scale: 0.25; position: relative; padding-left: 40px; }.method-flow > i { position: absolute; top: 30px; bottom: 30px; left: 8px; width: 2px; overflow: hidden; background: oklch(0.75 0.05 290); }.method-progress span { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleY(var(--method-progress-scale)); transform-origin: top; transition: transform 520ms var(--ease); }
.method-step { position: relative; display: grid; grid-template-columns: 64px 1fr auto; gap: 24px; align-items: start; min-height: 215px; padding: 32px 0; border-bottom: 1px solid var(--ink); opacity: 0.62; transition: opacity 260ms ease; }.method-step:first-of-type { border-top: 1px solid var(--ink); }.method-step::before { position: absolute; top: 39px; left: -37px; width: 12px; height: 12px; border: 2px solid var(--blue); border-radius: 50%; background: var(--lavender); content: ""; }.method-step.is-current { opacity: 1; }.method-step.is-current::before { background: var(--blue); box-shadow: 0 0 0 7px oklch(0.52 0.285 277 / 0.14); }.method-step > b { color: var(--blue); font-size: 0.82rem; }.method-step h3 { font-size: clamp(2rem, 3.2vw, 3.5rem); }.method-step p { max-width: 54ch; margin: 17px 0 0; color: var(--muted); font-size: 0.94rem; line-height: 1.58; }.method-step > span { padding: 9px 12px; border-radius: 999px; background: var(--white); font-size: 0.74rem; font-weight: 750; }

.pricing { padding: clamp(105px, 11vw, 175px) max(var(--gutter), calc((100vw - var(--content)) / 2)); background: var(--soft); }
.pricing-heading { display: grid; grid-template-columns: 1.2fr 0.55fr; gap: 70px; align-items: end; margin-bottom: 70px; }.pricing-heading p { margin: 0 0 20px; color: var(--blue); font-size: 0.78rem; font-weight: 800; }.pricing-heading h2 { max-width: 1050px; font-size: clamp(3.5rem, 5.6vw, 5.8rem); }.pricing-heading > span { margin-bottom: 10px; color: var(--muted); font-size: 0.86rem; line-height: 1.62; }
.price-table { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.price-option { position: relative; display: grid; min-width: 0; min-height: 700px; grid-template-rows: auto auto 1fr auto; gap: 28px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }.price-featured { background: var(--blue); color: var(--white); }.price-creative { background: var(--lavender); }.price-infinity { background: var(--ink); color: var(--white); }.recommended { position: absolute; top: -32px; right: 0; left: 0; padding: 9px 15px; background: var(--acid); color: var(--ink); font-size: 0.72rem; font-weight: 800; text-align: center; }.plan-name span { display: block; max-width: 15ch; font-size: clamp(1.45rem, 1.75vw, 1.75rem); font-weight: 750; letter-spacing: -0.03em; line-height: 1.02; }.plan-name p { max-width: 38ch; margin: 14px 0 0; color: var(--muted); font-size: 0.82rem; line-height: 1.52; }.price-featured .plan-name p, .price-infinity .plan-name p { color: oklch(0.9 0.03 290); }.plan-fit { display: inline-flex; width: max-content; max-width: 100%; margin-top: 17px; padding: 7px 9px; border-radius: 999px; background: var(--lavender); color: var(--blue-ink); font-size: 0.68rem; font-weight: 800; line-height: 1.25; }.price-featured .plan-fit, .price-infinity .plan-fit { background: var(--acid); color: var(--ink); }.plan-price { display: grid; grid-template-columns: 1fr auto; align-items: end; }.plan-price del { grid-column: 1 / -1; color: var(--muted); font-size: 0.76rem; }.price-featured .plan-price del, .price-infinity .plan-price del { color: oklch(0.82 0.04 290); }.plan-price strong { font-size: clamp(3.7rem, 4.7vw, 5.8rem); font-weight: 600; letter-spacing: -0.04em; line-height: 0.88; }.plan-price small { font-size: 0.72rem; }.price-option ul { align-self: start; border-top: 1px solid currentColor; }.price-option li { position: relative; padding: 13px 0 13px 20px; border-bottom: 1px solid color-mix(in oklch, currentColor 30%, transparent); font-size: 0.8rem; line-height: 1.35; }.price-option li::before { position: absolute; top: 13px; left: 0; color: var(--blue); content: "✓"; font-weight: 900; }.price-featured li::before, .price-infinity li::before { color: var(--acid); }.price-option a { display: flex; min-height: 50px; justify-content: space-between; gap: 16px; align-items: center; padding: 0 16px; border-radius: 9px; background: var(--ink); color: var(--white); font-size: 0.78rem; font-weight: 750; transition: transform 180ms var(--ease), background 180ms ease; }.price-option a:hover { background: var(--blue); transform: translateY(-2px); }.price-featured a, .price-infinity a { background: var(--acid); color: var(--ink); }.price-featured a:hover, .price-infinity a:hover { background: var(--white); }
.price-option a { min-height: 58px; line-height: 1.25; }.price-option a.wa-cta { justify-content: flex-start; }
.package-compare { margin-top: 86px; overflow: hidden; border: 1px solid var(--ink); border-radius: 17px; background: var(--white); }
.package-compare-heading { display: grid; grid-template-columns: 1fr minmax(280px, 0.52fr); gap: 60px; align-items: end; padding: clamp(34px, 4vw, 58px); background: var(--ink); color: var(--white); }.package-compare-heading span { color: var(--acid); font-size: 0.74rem; font-weight: 850; }.package-compare-heading h3 { max-width: 760px; margin-top: 12px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); letter-spacing: -0.035em; line-height: 0.98; }.package-compare-heading h3 em { color: var(--acid); font-family: var(--serif); font-style: normal; font-weight: 600; }.package-compare-heading p { max-width: 48ch; margin: 0; color: oklch(0.82 0.02 285); font-size: 0.9rem; line-height: 1.62; }
.matrix-swipe-hint { display: none; }
.package-matrix-scroll { overflow-x: auto; overscroll-behavior-inline: contain; }
.package-matrix { width: 100%; min-width: 1220px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }.package-matrix caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }.package-matrix th, .package-matrix td { padding: 18px 20px; border-bottom: 1px solid var(--line); font-size: 0.76rem; }.package-matrix th { text-align: left; }.package-matrix td { text-align: center; }.package-matrix thead th { position: relative; height: 165px; padding: 22px; border-bottom: 1px solid var(--ink); background: var(--lavender); color: var(--ink); vertical-align: top; }.package-matrix thead th:first-child { width: 28%; background: var(--white); }.package-matrix thead th:nth-child(3) { background: var(--blue); color: var(--white); }.package-matrix thead th:nth-child(4) { background: var(--soft); color: var(--ink); }.package-matrix thead th:nth-child(5) { background: var(--ink); color: var(--white); }.package-matrix thead th + th { border-left: 1px solid var(--ink); }
.matrix-first, .matrix-plan { display: flex; height: 100%; flex-direction: column; justify-content: space-between; gap: 8px; }.matrix-first small { color: var(--blue); font-size: 0.7rem; font-weight: 850; }.matrix-first b { max-width: 12ch; color: var(--ink); font-size: 1.35rem; line-height: 1.05; }
.matrix-plan { align-items: center; text-align: center; }.matrix-plan-featured { padding-top: 28px; }.matrix-plan small { color: var(--muted); font-size: 0.7rem; line-height: 1.3; }.matrix-plan b { max-width: 13ch; margin-top: auto; color: currentColor; font-size: 1.18rem; line-height: 1.05; }.matrix-plan strong { color: var(--blue); font-family: var(--serif); font-size: 2.35rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1; }.matrix-plan em { position: absolute; top: 12px; padding: 6px 9px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 0.62rem; font-style: normal; font-weight: 900; }.package-matrix thead th:nth-child(3) small { color: oklch(0.88 0.04 290); }.package-matrix thead th:nth-child(3) strong, .package-matrix thead th:nth-child(5) strong { color: var(--acid); }.package-matrix thead th:nth-child(5) small { color: oklch(0.74 0.02 285); }
.package-matrix tbody tr:not(.matrix-group):hover th, .package-matrix tbody tr:not(.matrix-group):hover td { background: color-mix(in oklch, var(--acid) 22%, white); }.package-matrix tbody th { width: 28%; background: var(--white); font-size: 0.78rem; font-weight: 700; }.package-matrix tbody td:nth-child(3) { background: color-mix(in oklch, var(--lavender) 58%, white); }.package-matrix tbody td:nth-child(4) { background: color-mix(in oklch, var(--soft) 55%, white); }.package-matrix tbody td:nth-child(5) { background: color-mix(in oklch, var(--blue) 8%, white); }.package-matrix tbody tr:last-child th, .package-matrix tbody tr:last-child td { border-bottom: 0; }.package-matrix tbody b { color: var(--blue); font-size: 0.76rem; }.matrix-yes { display: inline-flex; align-items: center; gap: 7px; }.matrix-yes::first-letter { font-weight: 900; }.matrix-yes span { color: var(--ink-soft); font-size: 0.68rem; font-weight: 750; }.not-included { color: oklch(0.65 0.018 285); font-size: 1.1rem; }
.matrix-group th { position: static; width: auto; padding: 14px 22px; border-bottom: 1px solid var(--ink); background: var(--acid); color: var(--ink); }.matrix-group th > span { margin-right: 12px; color: var(--blue); font-family: var(--serif); font-size: 1.2rem; font-weight: 650; }.matrix-group th > strong { margin-right: 14px; font-size: 0.82rem; }.matrix-group th > small { color: var(--ink-soft); font-size: 0.7rem; font-weight: 500; }
.package-compare-note { margin: 0; padding: 19px 24px; border-top: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 0.72rem; font-weight: 800; text-align: center; }
.price-option, .retainer { scroll-margin-top: 110px; }.price-option:target, .retainer:target { box-shadow: inset 0 0 0 4px var(--acid); }.retainer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; margin-top: 64px; padding: 30px; background: var(--ink); color: var(--white); }.retainer span { color: var(--acid); font-size: 0.72rem; font-weight: 800; }.retainer h3 { margin-top: 8px; font-size: 2rem; }.retainer p { margin: 8px 0 0; color: oklch(0.78 0.02 285); font-size: 0.82rem; line-height: 1.5; }.retainer > strong { font-size: 2.3rem; letter-spacing: -0.03em; }.retainer > strong small { font-size: 0.68rem; }.retainer > a { display: inline-flex; gap: 8px; padding-bottom: 6px; border-bottom: 1px solid var(--acid); color: var(--acid); font-size: 0.76rem; font-weight: 700; }.pricing-disclaimer { max-width: 90ch; margin: 22px 0 0 auto; color: var(--muted); font-size: 0.7rem; line-height: 1.55; text-align: right; }

.contact { display: grid; min-height: 860px; grid-template-columns: 1fr 1fr; background: var(--blue); color: var(--white); }
.contact-visual { position: relative; min-height: 860px; overflow: hidden; }.contact-visual img { height: 100%; object-fit: cover; }.contact-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, oklch(0.12 0.04 280 / 0.58)); content: ""; }.contact-tag { position: absolute; z-index: 2; right: 34px; bottom: 34px; display: grid; gap: 3px; padding: 17px 19px; border-radius: 10px; background: var(--acid); color: var(--ink); }.contact-tag span { font-size: 0.64rem; }.contact-tag b { font-size: 1.1rem; }.contact-tag small { font-size: 0.62rem; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }.contact-panel > p:first-child { margin: 0 0 20px; color: var(--acid); font-size: 0.8rem; font-weight: 800; }.contact-panel h2 { max-width: 880px; font-size: clamp(3.7rem, 6.4vw, 5.7rem); }.contact-panel h2 em { color: var(--acid); font-family: var(--serif); font-style: normal; font-weight: 600; }.contact-lede { max-width: 60ch; margin: 28px 0 0; color: oklch(0.91 0.03 290); font-size: 1rem; line-height: 1.58; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 42px; }.contact-form label { display: grid; gap: 8px; }.contact-form label span { font-size: 0.7rem; font-weight: 750; }.contact-form input, .contact-form select { width: 100%; min-height: 50px; border: 0; border-bottom: 1px solid oklch(1 0 0 / 0.5); border-radius: 0; outline: none; background: transparent; color: var(--white); font-size: 0.88rem; }.contact-form input::placeholder { color: oklch(0.83 0.04 290); }.contact-form input:focus, .contact-form select:focus { border-bottom-color: var(--acid); }.contact-form input:focus-visible, .contact-form select:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }.contact-form option { color: var(--ink); }.wide-field { grid-column: 1 / -1; }.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }.contact-form button { grid-column: 1 / -1; display: flex; min-height: 58px; justify-content: space-between; align-items: center; margin-top: 8px; padding: 0 18px; border: 0; border-radius: 9px; background: var(--acid); color: var(--ink); font-weight: 800; cursor: pointer; transition: transform 180ms var(--ease), background 180ms ease; }.contact-form button:hover { background: var(--white); transform: translateY(-2px); }.contact-form button:disabled { cursor: wait; opacity: 0.66; transform: none; }.form-note, .form-status { grid-column: 1 / -1; margin: 0; color: oklch(0.82 0.03 290); font-size: 0.7rem; }.form-status { color: var(--acid); }.form-status[data-state="error"] { color: var(--white); }.contact-direct { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid oklch(1 0 0 / 0.3); font-size: 0.74rem; }.contact-direct a { display: inline-flex; gap: 8px; color: var(--acid); font-weight: 750; }

.footer { display: grid; grid-template-columns: 0.6fr 1fr 1fr; gap: 44px; align-items: start; padding: 64px max(var(--gutter), calc((100vw - var(--content)) / 2)) 38px; background: var(--ink); color: var(--white); }.footer > p { max-width: 42ch; margin: 0; color: oklch(0.78 0.02 285); font-size: 0.84rem; line-height: 1.55; }.footer nav { display: flex; flex-wrap: wrap; gap: 22px; justify-content: end; font-size: 0.74rem; }.footer > small { grid-column: 1 / -1; margin-top: 40px; padding-top: 22px; border-top: 1px solid oklch(1 0 0 / 0.22); color: oklch(0.64 0.02 285); font-size: 0.68rem; line-height: 1.55; }

/* Legibility floor for supporting copy and interface labels. */
.hero-card figcaption span, .platform-pill small, .note-save b, .note-save small, .note-score small,
.case-tab small, .case-tab i, .source-card figcaption, .creative-bridge span, .reel-runtime,
.reel-case small, .reel-case > i, .plan-fit, .package-matrix thead small, .contact-tag small,
.contact-form label span, .footer > small { font-size: 0.68rem; }
.evidence-note, .comparison-hint, .case-decisions li, .reel-panel-heading > b,
.reel-result figcaption > span, .pricing-disclaimer, .form-note, .form-status { font-size: 0.7rem; }
.creative-bridge strong small, .social-deliverables em, .matrix-plan em { font-size: 0.68rem; }

@media (max-width: 1180px) {
  .hero { min-height: 1030px; }.hero-art { min-height: 465px; }.hero-card-a { left: 1%; width: 34%; }.hero-card-b { left: 26%; width: 29%; }.hero-card-c { right: 20%; width: 30%; }.hero-card-d { right: 0; width: 29%; }.hero-copy { grid-template-columns: 1.15fr 0.55fr; }
  .evidence { grid-template-columns: 1fr; }.evidence-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }.evidence-copy .marker { grid-column: 1 / -1; }.evidence-copy > a { align-self: end; width: max-content; }.evidence-panels { width: 100%; max-width: 1040px; }.stat-panel { min-height: 460px; }.stat-panel strong { font-size: clamp(4rem, 8vw, 6.2rem); }.stat-panel-three strong { font-size: clamp(3.2rem, 6.6vw, 5rem); }.evidence-note { position: static; grid-column: 1 / -1; max-width: none; text-align: left; }
  .case-controls { grid-template-columns: 1fr; }.case-decisions { grid-template-columns: 1fr auto; align-items: center; }.case-decisions ul { justify-content: end; }
  .social-intro { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr); gap: 60px; }.reel-showcase { grid-template-columns: minmax(0, 1fr) 124px minmax(300px, 0.62fr); gap: 18px; }.source-stack { min-height: 500px; }.creative-bridge { min-height: 430px; }
  .scene-lab-flow { grid-template-columns: minmax(270px, 0.62fr) 100px minmax(0, 1.38fr); gap: 24px; }.scene-outputs { height: 720px; }.scene-outputs-secondary { height: 690px; }
  .method { grid-template-columns: 0.8fr 1.2fr; gap: 65px; }
  .price-table { grid-template-columns: repeat(2, minmax(0, 1fr)); }.price-option { min-height: 660px; }
}

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }.desktop-nav, .topbar-cta { display: none; }.menu-button { display: block; }.topbar.is-sticky { color: var(--ink); }
  .hero { min-height: auto; padding-top: 100px; }.hero-meta p { display: none; }.hero-art { min-height: 500px; }.hero-card-a { top: 60px; left: -9%; width: 48%; height: 345px; }.hero-card-b { top: 5px; left: 25%; width: 42%; height: 320px; }.hero-card-c { top: 75px; right: -8%; width: 46%; height: 342px; }.hero-card-d { display: none; }.pill-airbnb { left: 1%; }.pill-booking { right: 1%; bottom: 38px; }.note-save { left: 14%; bottom: 18px; }.note-score { right: 24%; bottom: -10px; }.hero-copy { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }.hero-copy h1 { max-width: 780px; font-size: clamp(3.3rem, 10vw, 5.4rem); }.hero-copy-bottom { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
  .case-heading, .services-heading, .listing-intro, .pricing-heading { grid-template-columns: 1fr; gap: 34px; }.case-service-bridge { grid-template-columns: 1fr auto; }.case-service-bridge strong { grid-column: 1 / -1; grid-row: 2; }.case-service-bridge small { grid-column: 2; grid-row: 1; }.case-heading { margin-bottom: 54px; }.case-intro > p, .listing-intro > div > p { margin: 0; }.comparison-stage { height: clamp(500px, 68vw, 660px); }.case-decisions { grid-template-columns: 1fr; }.case-decisions ul { justify-content: start; }
  .ribbon-track { width: 2100px; grid-template-columns: 330px 480px 390px 340px 290px; }
  .services-heading { padding-bottom: 65px; }.services-lede { max-width: 680px; }.service-map { grid-template-columns: 1fr; }.service-map li + li { border-top: 1px solid var(--ink); border-left: 0; }.service-map a { min-height: 235px; }.service-map b { max-width: 22ch; }.service-system-note { grid-template-columns: 1fr; gap: 14px; }.service-photo { grid-template-columns: 1fr; column-gap: 0; row-gap: 0; }.service-photo > .photo-composition { margin-top: 44px; }.photo-composition { min-height: 580px; }.service-handoff { grid-template-columns: 1fr auto; gap: 12px 30px; }.service-handoff span { grid-column: 1 / -1; }.listing-anatomy { grid-template-columns: 1fr 1fr; }.listing-anatomy span:nth-child(3) { border-left: 0; border-top: 1px solid var(--ink); }.listing-anatomy span:nth-child(4) { border-top: 1px solid var(--ink); }.system-close { grid-template-columns: 1fr 1fr; }.system-close > span, .system-close > strong { grid-column: 1 / -1; }.system-close > a { justify-self: end; }
  .social-intro { grid-template-columns: 1fr; gap: 40px; }.social-claim { max-width: 650px; }.reel-value-strip { grid-template-columns: 1fr 1fr; }.reel-value-strip span:nth-child(3) { border-top: 1px solid oklch(1 0 0 / 0.3); border-left: 0; }.reel-value-strip span:nth-child(4) { border-top: 1px solid oklch(1 0 0 / 0.3); }.format-intro { grid-template-columns: 1fr 1fr; }.format-intro > span { grid-column: 1 / -1; }.reel-showcase { grid-template-columns: 1fr; gap: 20px; }.creative-bridge { min-height: 0; flex-direction: row; padding-block: 16px; }.creative-bridge span { writing-mode: initial; }.creative-bridge i { width: 48px; height: 1px; }.creative-bridge strong { width: 46px; height: 46px; }.reel-result { grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr); align-items: center; }.reel-device { width: min(100%, 330px); }.reel-switcher { grid-template-columns: 1fr; }
  .social-deliverables span { min-height: 220px; }.service-social .creative-bridge strong { width: 88px; height: 88px; }.creative-bridge strong small { max-width: 66px; font-size: 0.64rem; }.creative-bridge strong b { font-size: 1.9rem; }.service-social .creative-bridge span { max-width: 10ch; }.creative-bridge i { flex: 1; max-width: 70px; }
  .scene-lab-heading { grid-template-columns: 1fr; gap: 30px; }.scene-lab-heading > div:last-child { display: grid; grid-template-columns: 0.65fr 1fr; gap: 28px; align-items: start; }.scene-lab-heading > div:last-child p { margin-top: 0; }.scene-lab-flow { grid-template-columns: 1fr; gap: 28px; }.scene-origin { width: min(100%, 650px); justify-self: center; }.scene-multiplier { flex-direction: row; }.scene-multiplier > i { transform: rotate(90deg); }.scene-multiplier > strong { width: 92px; height: 92px; font-size: 3.5rem; }.scene-multiplier > small { max-width: 12ch; text-align: left; }.scene-outputs { height: 760px; }.scene-outputs-secondary { height: 720px; }.scene-lab-proof { grid-template-columns: repeat(2, auto); justify-content: start; }.scene-lab-proof strong { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
  .method { grid-template-columns: 1fr; }.method-intro { position: static; }.method-step { min-height: 180px; }
  .service-cta { grid-template-columns: 1fr; gap: 24px; }.service-cta > a { width: max-content; }
  .price-table { grid-template-columns: 1fr; }.price-option { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }.plan-price, .price-option ul, .price-option a { grid-column: 1; grid-row: auto; }.recommended { position: static; grid-column: 1; margin: -28px -28px 0; }.package-compare-heading { grid-template-columns: 1fr; gap: 22px; }.package-compare-heading p { max-width: 60ch; }.retainer { grid-template-columns: 1fr auto; }.retainer > a { grid-column: 1 / -1; width: max-content; }
  .contact { grid-template-columns: 1fr; }.contact-visual { min-height: 620px; }.contact-panel { padding: 80px var(--gutter); }
  .footer { grid-template-columns: 1fr 1fr; }.footer nav { grid-column: 2; grid-row: 1 / 3; }.footer > small { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hero { padding-bottom: 70px; }.hero-art { min-height: 440px; margin-inline: -7vw; }.hero-card figcaption { padding: 30px 11px 11px; }.hero-card figcaption span { font-size: 0.68rem; }.hero-card figcaption strong { font-size: 0.74rem; }.hero-card-a { top: 65px; left: -5%; width: 54%; height: 290px; }.hero-card-b { top: 5px; left: 28%; width: 48%; height: 280px; }.hero-card-c { top: 92px; right: -8%; width: 49%; height: 290px; }.platform-pill { padding: 9px 10px; }.platform-pill b { font-size: 0.78rem; }.platform-pill svg { width: 22px; }.pill-airbnb { top: 6px; left: 0; }.pill-booking { right: 0; bottom: 25px; }.note-save { left: 4%; bottom: 7px; }.note-score { display: none; }.hero-copy h1 { font-size: clamp(3rem, 15vw, 4.25rem); }.hero-copy-bottom { grid-template-columns: 1fr; }.hero-actions { align-items: stretch; }.button { width: 100%; }.text-link { width: max-content; }
  .manifesto-ticker > div { gap: 38px; }.manifesto-ticker span { font-size: 0.65rem; }.manifesto-ticker b { font-size: 0.82rem; }
  .evidence { padding-block: 85px 100px; }.evidence-copy { display: block; }.evidence-copy > a { margin-top: 22px; }.evidence h2 { font-size: clamp(3rem, 14vw, 4.3rem); }.evidence-panels { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 38px; }.stat-panel { flex: 0 0 82vw; min-height: 410px; scroll-snap-align: start; }.stat-panel strong { margin-top: 65px; font-size: clamp(4rem, 18vw, 5.8rem); }.stat-panel-three strong { font-size: clamp(3rem, 13vw, 4.4rem); }.stat-panel-one, .stat-panel-three { transform: none; }
  .case-study { padding-block: 85px; }.case-service-bridge { grid-template-columns: 1fr; gap: 8px; padding: 16px 18px; transform: translateY(-44%); }.case-service-bridge strong, .case-service-bridge small { grid-column: 1; grid-row: auto; }.case-service-bridge small { white-space: normal; }.case-heading { width: min(var(--content), calc(100vw - var(--gutter) - var(--gutter))); margin-bottom: 46px; }.case-heading h4, .services-heading h2, .pricing-heading h2 { font-size: clamp(3.15rem, 14vw, 4.4rem); }.case-proof { gap: 6px; }.case-workbench { width: calc(100vw - var(--gutter) - var(--gutter)); }.comparison-stage { height: auto; aspect-ratio: 4 / 3; border-radius: 11px; }.comparison-divider span { width: 48px; height: 48px; }.comparison-label { top: 12px; padding: 8px 9px; font-size: 0.68rem; }.comparison-label-after { left: 12px; }.comparison-label-before { right: 12px; }.comparison-hint { bottom: 12px; font-size: 0.68rem; }.case-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; }.case-tab { flex: 0 0 86%; scroll-snap-align: start; }.case-decisions { padding: 22px; }.case-decisions ul { justify-content: start; }
  .image-ribbon { padding-block: 62px; }.ribbon-track { width: 1780px; grid-template-columns: 280px 390px 330px 290px 250px; }.ribbon-tall { height: 400px; }.ribbon-wide, .ribbon-square { height: 330px; }
  .services-heading { padding-block: 88px 55px; }.services-heading h2 { font-size: clamp(3rem, 14vw, 4.35rem); }.services-lede p { font-size: 0.9rem; }.service-map { width: calc(100vw - var(--gutter) - var(--gutter)); }.service-map a { min-height: 220px; padding: 24px; }.service-map b { font-size: 2rem; }.service-map small { padding-top: 24px; }.service-system-note { margin-top: 48px; padding-block: 25px; }.service-system-note strong { font-size: 1.55rem; }.service-photo { padding-top: 72px; padding-bottom: 0; }.service-photo > .case-study { margin-top: 70px; }.service-copy h3, .listing-intro h3, .social-copy h3 { font-size: clamp(3rem, 13vw, 4.1rem); }.service-copy ul { grid-template-columns: 1fr; }.service-copy li:nth-child(even) { padding-left: 0; border-left: 0; }.service-result strong { font-size: 1.02rem; }.photo-composition { min-height: 440px; }.photo-composition figure:first-child { width: 61%; height: 54%; }.photo-composition figure:nth-child(2) { width: 58%; height: 50%; }.photo-composition figure:nth-child(3) { right: 7%; width: 64%; height: 45%; }.photo-composition > span { right: 2%; bottom: 13px; }.service-handoff { grid-template-columns: 1fr; padding-block: 26px; }.service-handoff span { grid-column: 1; }.service-handoff a { width: max-content; }
  .service-listing { padding-block: 88px; }.listing-shot { margin-top: 45px; overflow-x: auto; border-radius: 10px 10px 0 0; }.listing-shot img { width: 980px; max-width: none; }.listing-shot figcaption { width: 980px; }.listing-anatomy { grid-template-columns: 1fr; border-radius: 0 0 10px 10px; }.listing-anatomy span + span { border-top: 1px solid var(--ink); border-left: 0; }
  .service-social { padding-block: 78px; }.social-intro { gap: 30px; }.social-claim { padding: 24px; }.social-claim > strong { font-size: clamp(2rem, 10vw, 2.9rem); }.format-intro { grid-template-columns: 1fr; gap: 15px; margin-top: 48px; }.format-intro > span { grid-column: 1; }.format-intro p { font-size: 0.78rem; }.reel-showcase { margin-top: 46px; }.reel-source { padding: 22px; border-radius: 11px; }.reel-panel-heading { align-items: start; flex-direction: column; gap: 12px; }.source-stack { min-height: 390px; margin-top: 20px; }.source-card { padding: 6px 6px 29px; }.source-card figcaption { bottom: 8px; font-size: 0.68rem; }.reel-source > p { margin-top: 20px; }.creative-bridge { justify-content: space-between; gap: 8px; overflow: hidden; }.creative-bridge i { flex: 1; width: auto; max-width: 42px; }.creative-bridge span { font-size: 0.68rem; }.reel-result { grid-template-columns: 1fr; padding: 22px; border-radius: 11px; }.reel-device { width: min(100%, 315px); border-width: 5px; border-radius: 19px; }.reel-switcher { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.reel-case { flex: 0 0 88%; grid-template-columns: 74px 1fr auto; scroll-snap-align: start; }.reel-case img { width: 74px; height: 62px; }.reel-value-strip { grid-template-columns: 1fr; margin-top: 48px; }.reel-value-strip span + span, .reel-value-strip span:nth-child(3), .reel-value-strip span:nth-child(4) { border-top: 1px solid oklch(1 0 0 / 0.3); border-left: 0; }.system-close { grid-template-columns: 1fr; margin-top: 48px; padding: 24px; }.system-close > span, .system-close > strong { grid-column: 1; }.system-close > p { margin-top: 4px; }.system-close > a { width: max-content; justify-self: start; }
  .social-deliverables span { min-height: 205px; padding: 24px; }.social-deliverables i { font-size: 2rem; }.social-deliverables b { font-size: 1.08rem; }.social-deliverables small { font-size: 0.82rem; }.format-intro p { font-size: 0.84rem; }.reel-source > p, .reel-result figcaption > p { font-size: 0.86rem; }.service-social .creative-bridge strong { width: 82px; height: 82px; flex: 0 0 82px; }.creative-bridge strong small { display: none; }.creative-bridge strong b { font-size: 2.15rem; }.service-social .creative-bridge span { font-size: 0.7rem; }.scene-lab { margin-top: 70px; padding-block: 76px; }.scene-lab-secondary { margin-top: 0; }.scene-lab-heading h4 { font-size: clamp(3.1rem, 14vw, 4.5rem); }.scene-lab-heading > div:last-child { display: block; }.scene-lab-heading > div:last-child p { margin-top: 16px; font-size: 0.86rem; }.scene-origin figcaption { padding: 20px; }.scene-multiplier { justify-content: flex-start; }.scene-outputs { display: flex; height: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.scene-output, .scene-output-dinner { flex: 0 0 min(78vw, 390px); aspect-ratio: 4 / 5; grid-column: auto; grid-row: auto; scroll-snap-align: center; }.scene-lab-proof { grid-template-columns: 1fr; gap: 10px; }.scene-lab-proof strong { grid-column: 1; margin-top: 10px; line-height: 1.2; }.scene-origin::before, .scene-output::before { opacity: 1; transform: none; }
  .image-lightbox { padding: 58px 12px 16px; }.image-lightbox-stage img { max-height: calc(100vh - 180px); }.image-lightbox-nav { top: auto; bottom: 76px; width: 44px; height: 44px; transform: none; }.image-lightbox-nav:hover { transform: scale(1.04); }.image-lightbox-prev { left: 12px; }.image-lightbox-next { right: 12px; }.image-lightbox-meta { align-items: flex-start; flex-direction: column; gap: 10px; padding-inline: 48px; }.image-lightbox-meta button { display: none; }.image-lightbox-count { top: 22px; left: 16px; }.image-lightbox-close { top: 12px; right: 12px; }
  .method { padding-block: 90px; }.method-intro h2 { font-size: clamp(3rem, 13vw, 4.4rem); }.method-flow { padding-left: 30px; }.method-step { grid-template-columns: 38px 1fr; gap: 12px; }.method-step > span { grid-column: 2; width: max-content; }.method-step::before { left: -29px; }
  .pricing { padding-block: 90px; }.price-table { margin-top: 90px; }.price-option { display: grid; grid-template-columns: 1fr; min-height: auto; }.plan-price { grid-column: 1; grid-row: auto; }.price-option ul, .price-option a { grid-column: 1; }.package-compare { margin-top: 58px; border-radius: 11px; }.package-compare-heading { padding: 26px 22px; }.matrix-swipe-hint { display: block; margin: 0; padding: 11px 14px; border-bottom: 1px solid var(--ink); background: var(--lavender); color: var(--blue-ink); font-size: 0.7rem; font-weight: 800; }.package-matrix { min-width: 1040px; }.package-matrix th, .package-matrix td { padding: 16px 14px; }.package-matrix tbody th, .package-matrix thead th:first-child { position: sticky; z-index: 2; left: 0; width: 190px; }.package-matrix thead th:first-child { z-index: 3; background: var(--ink); }.package-compare-note { text-align: left; }.retainer { grid-template-columns: 1fr; }.retainer > a { grid-column: 1; }.pricing-disclaimer { text-align: left; }
  .contact-visual { min-height: 480px; }.contact-panel { padding-block: 72px; }.contact-panel h2 { font-size: clamp(3.8rem, 16vw, 5.2rem); }.contact-form { grid-template-columns: 1fr; }.wide-field, .contact-form button, .form-note, .form-status { grid-column: 1; }.contact-direct { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 1fr; }.footer nav { grid-column: 1; grid-row: auto; justify-content: start; }.footer > small { grid-column: 1; }
}

@media (max-width: 900px) {
  .scene-example-nav { grid-template-columns: 1fr; gap: 24px; margin: 38px 0 24px; }.scene-example-nav-copy { grid-template-columns: 0.45fr 1fr; align-items: baseline; }.scene-example-nav-copy strong { max-width: 44ch; }.scene-example-tabs { width: 100%; }
  .package-matrix thead th { height: 155px; padding: 20px; }.matrix-plan strong { font-size: 2.15rem; }
}

@media (max-width: 640px) {
  .service-cta { margin-top: 36px; padding: 22px; }.service-cta > div > strong { font-size: 1.25rem; }.service-cta > a { width: 100%; min-width: 0; white-space: normal; }
  .scene-example-nav { margin: 32px 0 22px; padding-block: 20px; }.scene-example-nav-copy { display: grid; grid-template-columns: 1fr; }.scene-example-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; }.scene-example-tab { flex: 0 0 88%; scroll-snap-align: center; }.scene-example-tab img { width: 66px; height: 64px; }.scene-example-tab { grid-template-columns: 66px 1fr auto; }.scene-example-panel.is-active { animation-duration: 240ms; }
  .package-matrix { min-width: 1040px; }.package-matrix thead th { height: 145px; padding: 17px 14px; }.package-matrix thead th:first-child { background: var(--white); color: var(--ink); }.package-matrix tbody th { width: 210px; }.package-matrix .matrix-group th { position: static; width: auto; padding: 14px; }.matrix-first b { font-size: 1.08rem; }.matrix-plan b { font-size: 1rem; }.matrix-plan strong { font-size: 1.9rem; }.matrix-plan em { top: 8px; font-size: 0.58rem; }.matrix-group th > small { display: none; }.matrix-yes span { display: none; }
  .matrix-plan em { font-size: 0.68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-card, .platform-pill, .floating-note, .ribbon-track { transform: none !important; translate: none !important; scale: 1 !important; }
}
