:root {
  --paper: #f5f5f0;
  --ink: #202625;
  --muted: #626965;
  --red: #465f73;
  --blue: #667e93;
  --line: rgba(32, 38, 37, .18);
  --spectrum: linear-gradient(90deg, #996657 0% 25%, #b29768 25% 50%, #7c9285 50% 75%, #667e93 75% 100%);
  --gutter: clamp(22px, 4vw, 72px);
  --nav-height: 80px;
  --display: 'Archivo', sans-serif;
  --body: 'DM Sans', sans-serif;
  --mono: 'IBM Plex Mono', monospace;
  --brand-soft: #e3e7df;
  --cream: #f5f5f0;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.5' filter='url(%23n)'/%3E%3C/svg%3E"); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { color: var(--paper); background: var(--red); }
.wrap { width: 100%; max-width: 1600px; padding-inline: var(--gutter); margin-inline: auto; }
.eyebrow, .section-label { font-family: var(--mono); font-size: 10px; line-height: 1.6; letter-spacing: .075em; text-transform: uppercase; font-weight: 400; }
.red-text { color: var(--red); }
.soft-text { color: #c6cec6; }
.section-space { padding-block: clamp(64px, 6vw, 96px); }
.section-label { display: flex; justify-content: space-between; gap: 24px; padding-top: 17px; border-top: 1px solid currentColor; margin-bottom: 56px; }
.section__head { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(30px, 6vw, 100px); align-items: end; margin-bottom: 58px; }
h2 { font-size: clamp(42px, 5.25vw, 82px); font-weight: 800; line-height: .98; letter-spacing: -.055em; }
.section__intro { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; color: var(--muted); max-width: 440px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; font-weight: 600; }
.arrow-disc { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; font-size: 23px; font-weight: 400; transition: background .25s, color .25s, transform .25s; }
.text-link:hover .arrow-disc { background: var(--ink); color: var(--paper); transform: rotate(45deg); }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; border: 0; padding: 18px 24px; font-weight: 500; font-size: 14px; transition: background .25s; }
.button span { font-size: 23px; transition: transform .25s; }
.button:hover span { transform: translate(3px, -3px); }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover { background: #34343c; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 150; background: var(--ink); color: white; padding: 15px; }
.skip-link:focus { top: 12px; }

/* Navigation keeps every public destination available at every width. */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(245, 245, 240, .97); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; gap: 24px; justify-content: space-between; align-items: center; height: var(--nav-height); }
.nav__logo { flex-shrink: 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-lockup > img { width: 38px; height: 32px; object-fit: contain; }
.brand-lockup > span { font-family: var(--display); font-weight: 650; font-size: 25px; line-height: 1; letter-spacing: -.065em; }
.brand-period { color: var(--blue); }
.nav__links { display: flex; align-items: center; gap: clamp(15px, 1.65vw, 27px); }
.nav__links a { font-size: 12px; white-space: nowrap; position: relative; padding-block: 12px; }
.nav__links a::after { content: ''; height: 1px; background: var(--red); position: absolute; bottom: 7px; left: 0; right: 100%; transition: right .25s; }
.nav__links a:hover::after { right: 0; }
.nav__cta { display: inline-flex; gap: 20px; align-items: center; border-bottom: 1px solid var(--ink); padding: 10px 0; font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav__cta span { color: var(--red); font-size: 24px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); width: 44px; height: 44px; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

/* A typographic masthead with the photograph immediately below. */
.hero { padding-top: 30px; }
.hero__topline { display: flex; justify-content: space-between; gap: 20px; }
.hero__location::before { content: ''; display: inline-block; width: 58px; height: 5px; margin-right: 14px; vertical-align: middle; background: var(--spectrum); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 2.8fr) minmax(245px, 1fr); gap: 38px; align-items: end; margin-block: 43px 36px; }
.hero h1 { font-weight: 900; font-size: clamp(62px, 7.8vw, 125px); line-height: .88; letter-spacing: -.067em; }
.hero__line { display: block; white-space: nowrap; }
.hero__line--red { color: #6a706b; }
.hero__aside { padding-bottom: 3px; }
.hero__aside p { font-size: 16px; line-height: 1.5; max-width: 300px; }
.hero__aside .text-link { margin-top: 20px; width: 100%; max-width: 300px; }
.hero__bottom { display: flex; gap: 24px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); min-height: 76px; }
.scroll-cue { display: flex; align-items: center; gap: 15px; }
.scroll-cue > span { font-size: 22px; animation: cue 2.6s ease-in-out infinite; }
.hero__fee { font-size: 12px; }
.hero__fee span { margin-left: 15px; color: var(--red); }
@keyframes cue { 50% { transform: translateY(5px); } }

/* The frame lives in a bounded sticky canvas, never over neighbouring sections. */
.motion-section { height: 190svh; position: relative; }
.motion-pin { position: sticky; top: var(--nav-height); height: calc(100svh - var(--nav-height)); padding-top: 8px; display: flex; flex-direction: column; background: var(--paper); }
.motion-canvas { position: relative; min-height: 0; flex: 1; width: calc(100% - var(--gutter) * 2); max-width: 1456px; margin-inline: auto; overflow: hidden; }
.morph-frame { width: var(--frame-width, 100%); height: var(--frame-height, 100%); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: var(--frame-border, 0px) solid var(--ink); border-radius: var(--frame-radius, 3px); overflow: hidden; background: #9bbde1; box-shadow: 0 12px 28px -20px rgba(0, 0, 0, .3); isolation: isolate; }
.morph-photo { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 59% 48%; }
.morph-frame::after { content: ''; pointer-events: none; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), transparent 35%, rgba(0,0,0,.22) 65%, rgba(0,0,0,.65)); opacity: var(--ad-opacity, 0); }
.browser-chrome { position: absolute; top: 0; left: 0; width: 100%; height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-family: var(--mono); font-size: 9px; background: rgba(245,245,240,.95); opacity: var(--web-opacity, 1); }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { height: 5px; width: 5px; border-radius: 50%; background: #777; }
.website-copy { position: absolute; left: 4.5%; bottom: 8%; color: white; opacity: var(--web-opacity, 1); }
.website-copy .eyebrow { display: block; margin-bottom: 18px; }
.website-copy p { font-family: var(--display); font-size: clamp(36px, 5.5vw, 88px); line-height: .91; font-weight: 800; letter-spacing: -.05em; }
.phone-ui { position: absolute; inset: 0; z-index: 2; color: white; opacity: var(--ad-opacity, 0); container-type: inline-size; pointer-events: none; }
.phone-status { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 4px; padding: 0 15px; font-size: 9px; font-weight: 700; }
.phone-island { height: 18px; width: 70px; background: #111; border-radius: 20px; }
.social-heading { display: flex; justify-content: space-between; align-items: center; padding: 6px 17px; font-size: 10px; }
.social-heading span:first-child { border-bottom: 2px solid white; padding-bottom: 5px; }
.social-heading span:nth-child(2) { opacity: .75; margin-right: auto; margin-left: 14px; }
.ad-copy { position: absolute; top: 24%; left: 8%; }
.ad-kicker { display: block; font-family: var(--mono); font-size: 8px; margin-bottom: 9px; }
.ad-copy strong { font-family: var(--display); display: block; font-size: 37px; font-size: clamp(27px, 15cqw, 47px); font-weight: 900; line-height: .9; letter-spacing: -.05em; text-shadow: 0 1px 15px rgba(0,0,0,.08); }
.social-rail { position: absolute; right: 8%; bottom: 30%; display: grid; gap: 15px; text-align: center; }
.social-rail > span { font-size: 24px; line-height: .8; }
.social-rail small { display: block; font-size: 6px; margin-top: 5px; }
.social-caption { position: absolute; bottom: 24px; left: 7%; right: 7%; }
.social-caption strong { font-size: 10px; }
.social-caption strong span { font-weight: 400; font-size: 7px; }
.social-caption p { font-size: 9px; margin-top: 6px; }
.social-button { display: flex; justify-content: space-between; background: var(--red); padding: 10px; margin-top: 12px; font-size: 10px; }
.phone-home { position: absolute; height: 3px; width: 35%; left: 32.5%; bottom: 8px; border-radius: 3px; background: white; }
.motion-aside { position: absolute; top: 50%; transform: translateY(-50%); opacity: var(--side-opacity, 0); width: 28%; }
.motion-aside--left { left: 0; }
.motion-aside--right { right: 0; }
.motion-aside--left > p { margin-top: 22px; font-size: clamp(22px, 3.05vw, 49px); line-height: .97; font-family: var(--display); font-weight: 800; letter-spacing: -.05em; }
.motion-aside--left > p span { color: var(--red); }
.motion-aside--right > p { font-size: 14px; line-height: 1.5; max-width: 280px; color: var(--muted); }
.motion-aside--right .text-link { font-size: 12px; margin-top: 22px; }
.motion-work { padding: 0; margin: 22px 0; list-style: none; border-bottom: 1px solid var(--line); }
.motion-work li { display: flex; align-items: center; gap: 18px; padding-block: 16px; border-top: 1px solid var(--line); font-size: 16px; font-weight: 600; }
.motion-work li span { font-family: var(--mono); color: var(--red); font-size: 10px; }
.motion-footer { display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; height: 76px; gap: 20px; }
.motion-steps { display: flex; gap: clamp(20px, 4vw, 64px); }
.motion-steps button { padding: 8px 0; border: 0; background: none; font-family: var(--mono); font-size: 10px; opacity: .4; text-align: left; transition: opacity .2s; }
.motion-steps button span { margin-left: 12px; }
.motion-steps button.is-active { opacity: 1; }
.motion-toggle { border: 0; background: none; white-space: nowrap; font-size: 9px; padding: 10px 0; }
.motion-toggle span { margin-left: 9px; }
.motion-track { height: 2px; flex-shrink: 0; background: var(--line); }
.motion-track span { display: block; width: 100%; height: 100%; background: var(--spectrum); transform: scaleX(var(--motion-progress, 0)); transform-origin: left; }
.motion-static .motion-section { height: auto; }
.motion-static .motion-pin { position: relative; top: auto; }
.motion-static .morph-frame { --frame-width: min(100%, 280px); --frame-height: 100%; --frame-border: 8px; --frame-radius: 38px; }
.motion-static .motion-canvas { --ad-opacity: 1; --web-opacity: 0; --side-opacity: 1; }
.motion-static .motion-steps button { pointer-events: none; }
.platform-strip { padding-block: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.platform-inner { display: flex; align-items: center; gap: 64px; }
.platform-label { flex-shrink: 0; font-size: 8px; color: var(--muted); }
.platform-logos { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 28px; }
.platform-logos img { width: 25px; height: 25px; object-fit: contain; opacity: .77; }
.platform-logos img:first-child { width: 30px; }
.platform-logos .platform-logo--wide { width: 90px; filter: grayscale(1); }

/* The original success-story image treatment and reveal interaction. */
.results { background: var(--ink); color: var(--paper); }
.results .section__intro { color: #b9b6b1; }
.results .section-label { color: #cbc7c1; }
.results__disclaimer { margin-top: 32px; font-size: 12px; line-height: 1.5; color: rgba(250,248,244,.5); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 36px; }
.story-card { min-height: 560px; border-radius: 24px; position: relative; overflow: hidden; background: rgba(250,248,244,.05); border: 1px solid rgba(250,248,244,.12); isolation: isolate; outline: none; }
.story-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,31,.08) 0%, rgba(26,26,31,.2) 42%, rgba(26,26,31,.88) 100%); z-index: 1; }
.story-card:focus-visible { box-shadow: 0 0 0 3px rgba(246,227,219,.5); }
.story-media { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; transform: scale(1.01); transition: transform .55s ease, filter .55s ease; }
.story-media img { width: 100%; height: 100%; object-fit: cover; min-width: 0; }
.story-card:hover .story-media, .story-card:focus-visible .story-media, .story-card.is-open .story-media { transform: scale(1.05); filter: saturate(.9) brightness(.78); }
.story-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 28px; transition: transform .35s ease; }
.story-sector { display: inline-flex; margin-bottom: 18px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(250,248,244,.74); }
.story-result { margin-bottom: 18px; }
.story-result strong { display: block; font-family: var(--display); font-size: clamp(64px,6vw,104px); line-height: .82; letter-spacing: -.07em; color: var(--brand-soft); font-weight: 900; font-feature-settings: 'tnum'; }
.story-result span { display: block; margin-top: 10px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,248,244,.84); }
.story-title { font-size: clamp(34px,3vw,52px); line-height: .96; letter-spacing: -.045em; color: white; font-weight: 800; }
.story-summary { max-width: 320px; margin-top: 14px; color: rgba(250,248,244,.82); font-size: 14px; line-height: 1.5; }
.story-detail { display: grid; gap: 12px; max-height: 0; opacity: 0; transform: translateY(16px); overflow: hidden; transition: max-height .4s ease, opacity .35s ease, transform .35s ease, margin-top .35s ease; }
.story-card:hover .story-detail, .story-card:focus-visible .story-detail, .story-card.is-open .story-detail { max-height: 260px; opacity: 1; transform: translateY(0); margin-top: 22px; }
.story-row { display: flex; justify-content: space-between; gap: 18px; padding-top: 12px; border-top: 1px solid rgba(250,248,244,.18); font-size: 12px; color: rgba(250,248,244,.72); }
.story-row strong { color: white; font-weight: 700; text-align: right; }
.story-controls { display: none; }

/* Full-service editorial spread. */
.service-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px,7vw,112px); align-items: start; }
.creative-showcase { min-width: 0; background: #e8ebe4; }
.showcase-top { display: flex; justify-content: space-between; padding: 22px 24px 0; }
.creative-stage { position: relative; aspect-ratio: 1/1; overflow: hidden; isolation: isolate; }
.creative-card { position: absolute; top: 50%; left: 50%; width: 62%; aspect-ratio: 4/5; overflow: hidden; container-type: inline-size; box-shadow: 0 16px 35px -15px #322d2d70; transition: transform .85s cubic-bezier(.22,.68,.2,1), filter .85s; background: #b6c7d8; }
.creative-card[data-position=active] { z-index: 3; transform: translate(-50%, -50%) rotate(-2deg); filter: brightness(1); }
.creative-card[data-position=previous] { z-index: 1; transform: translate(-91%, -48%) rotate(-12deg) scale(.78); filter: brightness(.87); }
.creative-card[data-position=next] { z-index: 2; transform: translate(-9%, -48%) rotate(12deg) scale(.78); filter: brightness(.87); }
.creative-card > img { width: 100%; height: 100%; object-fit: cover; }
.creative-card--lifestyle > img { object-position: 59% center; }
.creative-showcase.is-playing .creative-card[data-position=active] > img { animation: creative-drift 6.5s ease-in-out both; }
@keyframes creative-drift { from { transform: scale(1); } to { transform: scale(1.07); } }
.creative-copy { position: absolute; inset: 0; padding: 8%; display: flex; flex-direction: column; opacity: 0; transform: translateY(12px); transition: opacity .35s, transform .5s; color: var(--ink); }
.creative-card[data-position=active] .creative-copy { opacity: 1; transform: none; transition-delay: .3s; }
.creative-category { font-family: var(--mono); font-size: 8px; font-size: 2.6cqw; letter-spacing: .025em; text-transform: uppercase; }
.creative-copy > strong { font-family: var(--display); font-size: 29px; font-size: 10.5cqw; font-weight: 800; line-height: .95; letter-spacing: -.055em; margin-top: 5%; }
.creative-card--sport .creative-copy, .creative-card--lifestyle .creative-copy { color: white; }
.creative-card--lifestyle .creative-copy { background: linear-gradient(180deg, #172c462b, transparent 55%); }
.creative-cta { display: flex; justify-content: space-between; align-items: center; gap: 5px; margin-top: auto; padding: 5% 6%; background: var(--paper); color: var(--ink); font-size: 9px; font-size: 3cqw; }
.creative-cta > span { font-size: 4.5cqw; }
.showcase-controls { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 0 24px; }
.creative-selectors { display: flex; gap: 18px; }
.creative-selectors button { display: flex; gap: 8px; align-items: center; border: 0; border-bottom: 2px solid transparent; padding: 0 0 10px; background: none; font-size: 11px; }
.creative-selectors button[aria-pressed=true] { border-color: var(--red); }
.creative-selectors img { height: 40px; width: 32px; object-fit: cover; }
.showcase-toggle { flex-shrink: 0; height: 34px; width: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 13px; }
.showcase-note { padding: 16px 24px 22px; font-size: 10px; color: var(--muted); line-height: 1.5; }
.service-connections { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px; padding-top: 25px; margin-top: 32px; border-top: 1px solid var(--line); }
.service-connections p { font-size: 14px; margin-right: auto; }
.service-connections a { font-size: 12px; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { border-bottom: 1px solid var(--line); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-item summary { display: grid; grid-template-columns: 27px 1fr 18px; align-items: center; gap: 12px; padding: 27px 0; }
.service-item summary > span { font-family: var(--mono); color: var(--red); font-size: 11px; }
.service-item summary h3 { font-size: clamp(19px,1.8vw,27px); font-weight: 600; letter-spacing: -.04em; }
.service-item summary i { font-style: normal; font-size: 26px; line-height: 1; font-weight: 400; transition: transform .25s; }
.service-item[open] summary i { transform: rotate(45deg); }
.service-item[open] h3 { color: var(--red); }
.service-detail { padding: 0 20px 30px 39px; }
.service-detail p { font-size: 16px; line-height: 1.65; color: var(--muted); }
.service-detail .eyebrow { display: block; margin-top: 22px; font-size: 9px; }

/* Pricing uses the scale of the fee as its visual identity. */
.pricing { padding-block: 64px; border-top: 1px solid var(--line); }
.pricing .section-label { margin-bottom: 30px; }
.pricing .section__head { grid-template-columns: 1.4fr 1fr; margin-bottom: 32px; }
.pricing .section__intro { font-size: 16px; }
.pricing h2 { font-size: clamp(32px,3.3vw,48px); }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-block: 1px solid var(--line); }
.price-tier { padding: 22px 28px; border-right: 1px solid var(--line); }
.price-tier:first-child { padding-left: 0; }
.price-tier:last-child { border-right: 0; }
.price-tier h3 { font-size: 16px; font-weight: 500; margin-top: 12px; letter-spacing: -.025em; }
.price-number { font-family: var(--display); font-size: 64px; letter-spacing: -.06em; line-height: 1.2; font-weight: 650; margin-block: 8px; transition: color .25s; }
.price-number span { font-size: .52em; vertical-align: 19%; font-weight: 500; }
.price-tier:hover .price-number { color: var(--red); }
.price-tier > p:last-child { font-size: 12px; line-height: 1.6; color: var(--muted); }
.pricing-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; }
.pricing-bottom .text-link { flex-shrink: 0; }
.pricing-note { font-size: 11px; line-height: 1.7; color: var(--muted); max-width: 830px; }
.pricing-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; margin-left: 4px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; gap: 22px; justify-content: space-between; padding: 24px 0; font-size: 17px; font-weight: 500; }
.faq-list summary span { font-size: 23px; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details[open] summary { color: var(--red); }
.faq-list p { margin-bottom: 24px; padding-right: 30px; line-height: 1.6; font-size: 15px; color: var(--muted); }
.contact { position: relative; background: #e8ece6; color: var(--ink); }
.contact::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--spectrum); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: center; }
.contact h2 { font-size: clamp(44px,5.5vw,78px); line-height: .98; }
.contact h2 > span { color: var(--blue); }
.contact-grid > div > p { font-size: 16px; line-height: 1.6; max-width: 360px; margin-top: 30px; }
.contact-email { display: inline-block; border-bottom: 1px solid var(--line); font-size: 16px; margin-top: 26px; padding-bottom: 8px; }
.contact form { align-self: end; }
.contact label { display: block; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 18px; }
.contact input:not([type=hidden]), .contact select, .contact textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; color: var(--ink); padding: 10px 0; font-family: var(--body); font-size: 17px; line-height: 1.3; resize: vertical; }
.contact input::placeholder, .contact textarea::placeholder { color: var(--muted); opacity: 1; }
.contact select option { color: var(--ink); background: var(--paper); }
.contact .button { width: 100%; }
.form-note { font-size: 10px; color: var(--muted); margin-top: 14px; line-height: 1.6; }
.form-note a { text-decoration: underline; }
.footer { padding-top: 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-top p { font-size: 12px; line-height: 1.5; margin-left: auto; margin-right: 40px; color: var(--muted); }
.back-top { font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1.6fr .7fr; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-links > div { display: flex; gap: 12px 25px; flex-wrap: wrap; align-content: start; padding-right: 30px; font-size: 12px; line-height: 1.6; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 18px; margin-top: 28px; color: var(--muted); font-family: var(--mono); font-size: 9px; }

.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s, transform .8s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-paused *, .motion-static * { animation-play-state: paused !important; }
.motion-ready .hero__line { animation: masthead .95s cubic-bezier(.2,.7,.2,1) both; }
.motion-ready .hero__line:nth-child(2) { animation-delay: .13s; }
@keyframes masthead { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) { .hero__grid { grid-template-columns: minmax(0, 3fr) minmax(265px, 1fr); } }
@media (max-width: 1190px) {
  :root { --nav-height: 72px; }
  .nav__links { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); padding: 22px var(--gutter) 30px; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .nav__links.is-open { display: grid; }
  .nav__links a { font-size: 17px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav__cta { margin-left: auto; }
  .hero__grid { grid-template-columns: minmax(0, 2.2fr) minmax(220px, 1fr); gap: 25px; }
  .hero h1 { font-size: 7.2vw; }
  .hero__aside p { font-size: 14px; }
  .hero__aside .text-link { font-size: 12px; margin-top: 13px; }
  .arrow-disc { width: 39px; height: 39px; }
  .story-content { padding: 23px; }
  .story-card { min-height: 585px; }
  .story-title { font-size: 34px; }
  .motion-aside--left > p { font-size: 3vw; }
  .motion-work li { font-size: 13px; gap: 10px; }
  .motion-aside--right > p { font-size: 12px; }
  .price-tier { padding-inline: 20px; }
  .price-tier h3 { font-size: 15px; }
  .contact-grid { gap: 70px; }
}
@media (max-width: 850px) {
  .hero__grid { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .hero h1 { font-size: 11.25vw; }
  .hero__aside { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
  .hero__aside p { max-width: 360px; font-size: 15px; }
  .hero__aside .text-link { width: auto; flex-shrink: 0; margin: 0; }
  .section__head { grid-template-columns: 1.15fr 1fr; gap: 35px; }
  .section-label { margin-bottom: 36px; }
  .motion-aside--left { width: 23%; }
  .motion-aside--left > p { font-size: 22px; overflow-wrap: anywhere; }
  .motion-aside--right { width: 23%; }
  .motion-work li { flex-wrap: wrap; gap: 3px; }
  .motion-work li span { width: 100%; }
  .motion-aside--right > p, .motion-aside--right .text-link { display: none; }
  .story-grid { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 5px; margin-inline: -5px; }
  .story-grid::-webkit-scrollbar { display: none; }
  .story-card { flex: 0 0 min(440px, calc(100% - 24px)); min-height: 600px; scroll-snap-align: start; }
  .story-controls { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
  .story-controls > span { margin-right: auto; }
  .story-controls button { background: none; color: var(--paper); border: 1px solid #ffffff60; border-radius: 50%; width: 38px; height: 38px; font-size: 19px; }
  .story-controls button:disabled { opacity: .3; cursor: default; }
  .story-content { padding: 32px; }
  .story-title { font-size: 48px; }
  .story-result strong { font-size: 90px; }
  .story-summary { max-width: 430px; }
  .story-detail { max-width: 430px; }
  .service-layout { gap: 32px; }
  .service-item summary { padding-block: 23px; }
  .service-item summary h3 { font-size: 19px; }
  .service-detail { padding-left: 0; }
  .service-detail p { font-size: 14px; }
  .showcase-top { padding: 18px 16px 0; }
  .showcase-controls { padding-inline: 16px; gap: 8px; }
  .creative-selectors { gap: 12px; }
  .creative-selectors button { flex-direction: column; gap: 7px; font-size: 10px; }
  .showcase-note { padding-inline: 16px; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .price-tier:nth-child(2) { border-right: 0; }
  .price-tier:nth-child(3), .price-tier:nth-child(4) { border-top: 1px solid var(--line); }
  .price-tier:nth-child(3) { padding-left: 0; }
  .platform-inner { gap: 28px; }
  .platform-logos { gap: 22px; }
  .platform-logos img { width: 22px; height: 22px; }
  .platform-logos .platform-logo--wide { width: 76px; }
  .pricing-bottom { align-items: flex-start; }
  .faq-layout { gap: 40px; }
  .footer-top p { margin-right: 30px; }
  .footer-links > div { flex-direction: column; }
}
@media (max-width: 600px) {
  :root { --nav-height: 66px; --gutter: 22px; }
  .nav__inner { gap: 18px; }
  .brand-lockup { gap: 7px; }
  .brand-lockup > img { width: 29px; height: 26px; }
  .brand-lockup > span { font-size: 21px; }
  .nav__cta { font-size: 11px; gap: 10px; }
  .nav__cta span { font-size: 20px; }
  .menu-toggle { width: 36px; height: 36px; padding: 9px; }
  .hero { padding-top: 23px; }
  .hero__topline .eyebrow { font-size: 8px; }
  .hero__location { display: none; }
  .hero__grid { margin-block: 32px 25px; }
  .hero h1 { font-size: 11.2vw; line-height: .94; }
  .hero__aside { display: block; }
  .hero__aside p { font-size: 15px; max-width: 350px; line-height: 1.5; }
  .hero__aside .text-link { margin-top: 21px; width: 100%; max-width: none; font-size: 13px; }
  .hero__aside .arrow-disc { width: 43px; height: 43px; }
  .hero__bottom { flex-direction: column; align-items: flex-start; padding-block: 18px; min-height: 0; gap: 10px; }
  .scroll-cue { font-size: 8px; }
  .hero__fee { font-size: 10px; margin-left: 27px; }
  .motion-section { height: 180svh; }
  .motion-pin { padding-top: 10px; }
  .motion-canvas { width: calc(100% - 28px); }
  .motion-aside { display: none; }
  .website-copy { left: 8%; bottom: 8%; }
  .website-copy p { font-size: 43px; }
  .website-copy .eyebrow { font-size: 8px; max-width: 220px; }
  .browser-chrome { font-size: 8px; padding-inline: 13px; }
  .motion-footer { height: 95px; flex-direction: column; justify-content: center; gap: 12px; padding-inline: 18px; }
  .motion-steps { width: 100%; gap: 12px; justify-content: space-between; }
  .motion-steps button { font-size: 8px; padding: 0; }
  .motion-steps button span { display: block; margin: 5px 0 0; }
  .motion-toggle { font-size: 8px; padding: 0; }
  .platform-strip { padding-block: 20px; }
  .platform-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .platform-label br { display: none; }
  .platform-label br::after { content: ' '; }
  .platform-logos { flex-wrap: wrap; justify-content: flex-start; width: 100%; gap: 20px 28px; }
  .platform-logos img { width: 20px; height: 20px; }
  .platform-logos img:first-child { width: 25px; }
  .platform-logos .platform-logo--wide { width: 72px; }
  .section-label { font-size: 8px; gap: 16px; margin-bottom: 34px; }
  .section-label > span:last-child { text-align: right; max-width: 145px; }
  .section__head, .pricing .section__head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 36px; }
  h2 { font-size: 11.5vw; }
  .section__intro { font-size: 16px; }
  .story-grid { margin-top: 0; }
  .story-card { min-height: 600px; }
  .story-content { padding: 27px; }
  .story-title { font-size: 39px; }
  .story-result strong { font-size: 87px; }
  .story-summary { font-size: 14px; }
  .story-row { font-size: 11px; }
  .service-layout { grid-template-columns: 1fr; gap: 35px; }
  .showcase-controls { padding-inline: 18px; }
  .creative-selectors { gap: 18px; }
  .creative-selectors button { flex-direction: row; }
  .creative-selectors img { width: 25px; height: 33px; }
  .showcase-toggle { height: 30px; width: 30px; }
  .service-item summary h3 { font-size: 21px; }
  .service-detail { padding-left: 39px; }
  .service-detail p { font-size: 15px; }
  .pricing h2 { font-size: 8.5vw; }
  .price-tier { padding: 20px 18px; }
  .price-tier h3 { font-size: 14px; margin-top: 12px; }
  .price-tier .eyebrow { font-size: 8px; }
  .price-number { font-size: 54px; }
  .price-tier > p:last-child { font-size: 11px; }
  .pricing-bottom { flex-direction: column; gap: 20px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-list summary { font-size: 16px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact h2 { font-size: 12vw; }
  .contact-grid > div > p { max-width: 330px; }
  .contact label { font-size: 9px; }
  .contact input:not([type=hidden]), .contact select, .contact textarea { font-size: 17px; }
  .footer-top { flex-wrap: wrap; }
  .footer-top p { order: 3; width: 100%; margin: 0; font-size: 12px; }
  .back-top { font-size: 9px; margin-left: auto; }
  .footer-links { margin-top: 28px; grid-template-columns: 1fr 1.2fr .6fr; gap: 12px; }
  .footer-links > div { gap: 10px; padding: 0; font-size: 11px; }
  .footer-bottom { font-size: 8px; }
}
@media (max-width: 370px) {
  .brand-lockup > span { font-size: 18px; }
  .nav__inner { gap: 12px; }
  .nav__cta { font-size: 10px; }
  .story-content { padding: 23px; }
  .story-title { font-size: 34px; }
  .creative-selectors { gap: 14px; }
  .creative-selectors button { flex-direction: column; }
  .price-tier { padding-right: 10px; }
  .price-tier h3 { font-size: 12px; }
}
@media (max-height: 650px) and (min-width: 601px) {
  .motion-footer { height: 57px; }
  .motion-aside--left > p { font-size: 30px; }
  .motion-work { margin-block: 14px; }
  .motion-work li { padding-block: 11px; }
  .motion-aside--right > p { font-size: 12px; }
  .motion-aside--right .text-link { margin-top: 12px; }
  .phone-status { height: 29px; font-size: 7px; }
  .social-heading { font-size: 8px; padding-top: 2px; }
  .social-caption { bottom: 19px; }
  .social-caption strong { font-size: 8px; }
  .social-caption p { font-size: 7px; }
  .social-button { margin-top: 7px; padding: 7px; font-size: 8px; }
  .social-rail { gap: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}

/* Scale every part of the specimen ad with the phone, including short landscape views. */
@supports (font-size: 1cqw) {
  .phone-status { height: min(40px, 14.4cqw); padding-inline: min(15px, 5.4cqw); font-size: min(9px, 3.24cqw); }
  .phone-island { width: min(70px, 25.2cqw); height: min(18px, 6.48cqw); }
  .social-heading { padding: min(6px, 2.16cqw) min(17px, 6.12cqw); font-size: min(10px, 3.6cqw); }
  .social-heading span:first-child { padding-bottom: min(5px, 1.8cqw); border-width: min(2px, .72cqw); }
  .social-heading span:nth-child(2) { margin-left: min(14px, 5.04cqw); }
  .ad-kicker { font-size: min(8px, 2.88cqw); margin-bottom: min(9px, 3.24cqw); }
  .ad-copy strong { font-size: min(47px, 15cqw); }
  .social-rail { gap: min(15px, 5.4cqw); }
  .social-rail > span { font-size: min(24px, 8.64cqw); }
  .social-rail small { font-size: min(6px, 2.16cqw); margin-top: min(5px, 1.8cqw); }
  .social-caption { bottom: min(24px, 8.64cqw); }
  .social-caption strong { font-size: min(10px, 3.6cqw); }
  .social-caption strong span { font-size: min(7px, 2.52cqw); }
  .social-caption p { font-size: min(9px, 3.24cqw); margin-top: min(6px, 2.16cqw); }
  .social-button { padding: min(10px, 3.6cqw); margin-top: min(12px, 4.32cqw); font-size: min(10px, 3.6cqw); }
  .phone-home { bottom: min(8px, 2.88cqw); height: min(3px, 1.08cqw); }
}
