/* Satellite Studios, real estate landing page. Studios palette and type: Inter Tight leads, the serif is an accent. */
:root {
  --ink: #2a2a2a;
  --ink-deep: #1f1f1f;
  --ink-3: #343434;
  --bone: #f2f2f0;
  --bone-2: #9a9a97;
  --bone-3: #e6e6e3;
  --ink-2: #6e6e6b;
  --crimson: #9b2335;
  --crimson-hi: #b0283d;
  --gutter: clamp(20px, 3.4vw, 56px);
  --max: 1440px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --sans: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--ink); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { background: var(--ink); color: var(--bone); font-family: var(--sans); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img, video, svg { display: block; max-width: 100%; }
ul { list-style: none; }
::selection { background: var(--crimson); color: var(--bone); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
em.s { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; font-size: 1.06em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Type */
.h-xl { font-size: clamp(42px, 5.9vw, 104px); line-height: 0.95; letter-spacing: -0.05em; font-weight: 500; }
.h-lg { font-size: clamp(36px, 5vw, 84px); line-height: 0.98; letter-spacing: -0.045em; font-weight: 500; text-wrap: balance; }
.h-md { font-size: clamp(22px, 2vw, 30px); line-height: 1.12; letter-spacing: -0.03em; font-weight: 500; }
.lead { font-size: clamp(18px, 1.4vw, 21px); line-height: 1.5; letter-spacing: -0.01em; text-wrap: pretty; }
.label { display: block; font-size: 15px; font-weight: 500; color: var(--bone-2); }
.muted { color: var(--bone-2); }
p { text-wrap: pretty; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 28px; border-radius: 999px; font-size: 16px; font-weight: 500; letter-spacing: -0.01em; white-space: nowrap; transition: background-color 0.4s var(--ease), color 0.4s var(--ease), transform 0.6s var(--ease), box-shadow 0.6s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); transition-duration: 0.15s; }
.btn-crimson { background: var(--crimson); color: var(--bone); box-shadow: 0 10px 30px rgba(155,35,53,.28); }
.btn-crimson:hover { background: var(--crimson-hi); box-shadow: 0 16px 40px rgba(155,35,53,.38); }
.btn-bone { background: var(--bone); color: var(--ink); }
.btn-bone:hover { background: #fff; }
.btn-ink { background: var(--ink); color: var(--bone); }
.btn-ink:hover { background: #000; }
.btn svg { width: 18px; height: 18px; transition: transform 0.5s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-glass { min-height: 42px; padding: 0 18px; font-size: 14px; background: rgba(31,31,31,.45); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: inset 0 0 0 1px rgba(242,242,240,.14); }
.btn-glass:hover { background: var(--bone); color: var(--ink); }
.micro { margin-top: 14px; font-size: 14px; color: rgba(242,242,240,.72); }

/* Header: logo and one button, no navigation */
.top { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 22px var(--gutter); padding-top: calc(22px + env(safe-area-inset-top)); }
.top .logo img { height: 22px; width: auto; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #000; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: settle 2.4s var(--ease) both; }
@keyframes settle { from { transform: scale(1.08); } to { transform: none; } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.22) 48%, rgba(0,0,0,0) 72%), linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.05) 28%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.88) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding: 0 var(--gutter) clamp(48px, 9vh, 96px); }
.hero-copy { max-width: 1240px; }
.hero-copy .label { color: rgba(242,242,240,.85); margin-bottom: 18px; }
.hero-copy .lead { margin-top: 24px; max-width: 46ch; color: rgba(242,242,240,.9); }
.hero-cta { margin-top: 32px; }
.hero-stat { flex: none; text-align: right; padding-bottom: 6px; }
.hero-stat b { display: block; font-size: clamp(40px, 3.6vw, 60px); line-height: 0.95; letter-spacing: -0.05em; font-weight: 500; }
.hero-stat span { display: block; margin-top: 6px; font-size: 15px; color: rgba(242,242,240,.78); }

/* Word rise on the hero headline */
.rise .w { display: inline-block; overflow: hidden; vertical-align: top; padding: 0 0.1em 0.16em 0.04em; margin: 0 -0.1em -0.16em -0.04em; }
.rise .wi { display: inline-block; transform: translateY(110%); animation: rise 1.2s var(--ease) forwards; }
@keyframes rise { to { transform: none; } }
.fade-in { opacity: 0; transform: translateY(16px); animation: fadein 1s var(--ease) forwards; }
@keyframes fadein { to { opacity: 1; transform: none; } }

/* Scroll reveals, with an optional per-item delay (--d) for staggered rows */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].in { opacity: 1; transform: none; }

/* Logos */
.logos { padding: 36px 0 44px; background: var(--ink-deep); overflow: hidden; }
.logos .label { text-align: center; margin-bottom: 22px; }
.logo-track { display: flex; align-items: center; gap: clamp(40px, 5vw, 72px); width: max-content; animation: slide 42s linear infinite; }
.logo-track img { height: clamp(22px, 2.2vw, 30px); width: auto; opacity: 0.85; }
.logo-track img.tall { height: clamp(34px, 3.2vw, 44px); }
.logos-mask { -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(88px, 13vh, 160px) var(--gutter); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section.bone { background: var(--bone); color: var(--ink); }
.section.bone .muted, .section.bone .label { color: var(--ink-2); }
.section.deep { background: var(--ink-deep); }
.head { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: clamp(36px, 6vh, 64px); }
.head .h-lg { flex: 1 1 auto; }
.head .lead { flex: 0 1 44ch; }
.center-cta { margin-top: clamp(44px, 7vh, 72px); display: flex; flex-direction: column; align-items: center; text-align: center; }

/* Films: two large tiles, then rows of three */
.films { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.film { position: relative; grid-column: span 2; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #111; text-align: left; isolation: isolate; }
.film.big { grid-column: span 3; }
.film video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), filter 0.8s var(--ease); }
.film::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 48%, rgba(0,0,0,.74) 100%); transition: opacity 0.6s var(--ease); }
.film-cap { position: absolute; left: clamp(16px, 1.4vw, 22px); right: clamp(14px, 1.2vw, 20px); bottom: clamp(14px, 1.3vw, 20px); z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.film-meta { min-width: 0; display: flex; flex-direction: column; gap: 3px; transition: transform 0.7s var(--ease); }
.film-name { font-size: clamp(18px, 1.35vw, 22px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.15; }
.film.big .film-name { font-size: clamp(20px, 1.8vw, 28px); }
.film-where { font-size: 13px; line-height: 1.35; color: rgba(242,242,240,.8); }
.film-play { flex: none; display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px 0 12px; border-radius: 999px; font-size: 13px; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--bone); background: rgba(20,20,20,.42); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(242,242,240,.22); transition: background-color 0.5s var(--ease), color 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.film-play svg { width: 12px; height: 12px; flex: none; }
.film:hover video { transform: scale(1.035); }
.film:hover .film-meta { transform: translateY(-3px); }
.film:hover .film-play, .film:focus-visible .film-play { background: var(--bone); color: var(--ink); box-shadow: none; }
.swipe-hint { display: none; }

/* Listing photo compared with the film */
.compare-tabs { display: inline-flex; gap: 4px; padding: 4px; margin-bottom: 16px; border-radius: 999px; background: rgba(42,42,42,.07); }
.compare-tabs button { min-height: 40px; padding: 0 18px; border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--ink-2); transition: background-color 0.4s var(--ease), color 0.4s var(--ease); }
.compare-tabs button:hover { color: var(--ink); }
.compare-tabs button[aria-selected="true"] { background: var(--ink); color: var(--bone); }
.compare-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; background: #ddd; cursor: ew-resize; touch-action: pan-y; user-select: none; -webkit-user-select: none; box-shadow: 0 30px 70px rgba(42,42,42,.14); }
.compare-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50%) 50%; pointer-events: none; transition: opacity 0.45s var(--ease); }
.compare-stage.swapping img { opacity: 0; }
.compare-photo { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--p)) 0 0); }
.compare-stage::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--p); z-index: 2; width: 2px; margin-left: -1px; background: rgba(242,242,240,.92); box-shadow: 0 0 18px rgba(0,0,0,.25); pointer-events: none; }
.compare-handle { position: absolute; top: 50%; left: var(--p); z-index: 3; width: 52px; height: 52px; margin: -26px 0 0 -26px; border-radius: 50%; display: grid; place-items: center; background: var(--bone); color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.28); transition: transform 0.5s var(--ease); }
.compare-handle svg { width: 22px; height: 22px; }
.compare-stage:hover .compare-handle, .compare-stage.dragging .compare-handle { transform: scale(1.08); }
.compare-tag { position: absolute; bottom: 16px; z-index: 2; padding: 7px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--bone); background: rgba(20,20,20,.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: opacity 0.4s var(--ease); }
.compare-tag.is-photo { left: 16px; }
.compare-tag.is-film { right: 16px; }
.compare-cta { margin-top: clamp(36px, 6vh, 56px); display: flex; justify-content: space-between; align-items: center; gap: 24px 40px; flex-wrap: wrap; }
.compare-cta p { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.35; letter-spacing: -0.015em; font-weight: 500; max-width: 34ch; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.step, .reason { border-radius: 8px; background: var(--ink-3); padding: clamp(22px, 2.2vw, 34px); display: flex; flex-direction: column; gap: 12px; }
.step-img { aspect-ratio: 16 / 10; border-radius: 6px; overflow: hidden; margin-bottom: 12px; background: #151515; container-type: inline-size; }
.step-img > img { width: 100%; height: 100%; object-fit: cover; }
.step p, .reason p { color: rgba(242,242,240,.78); max-width: 40ch; }
/* Step three: the film on a listing page, with the social cut on a phone beside it */
.step-use { position: relative; background: radial-gradient(120% 100% at 30% 0%, #3b3b3b 0%, #191919 72%); }
.lp { position: absolute; left: 6%; top: 13%; width: 60%; border-radius: 7px; overflow: hidden; background: #fff; color: #1c1c1c; box-shadow: 0 18px 40px rgba(0,0,0,.4); }
.lp-bar { display: flex; align-items: center; gap: 6px; height: 7.5cqw; min-height: 16px; max-height: 26px; padding: 0 8px; background: #f4f4f2; }
.lp-bar i { width: 26px; height: 7px; border-radius: 3px; background: #2a2a2a; }
.lp-bar span { width: 22px; height: 5px; border-radius: 3px; background: #d9d9d6; }
.lp-bar span:first-of-type { margin-left: auto; }
.lp-media { position: relative; aspect-ratio: 16 / 9; background: #111; }
.lp-media video { width: 100%; height: 100%; object-fit: cover; }
.lp-chip, .lp-count { position: absolute; bottom: 6px; display: inline-flex; align-items: center; gap: 3px; padding: 3px 6px; border-radius: 4px; font-size: 8px; font-weight: 600; line-height: 1; color: #fff; background: rgba(0,0,0,.6); }
.lp-chip { left: 6px; }
.lp-chip svg { width: 7px; height: 7px; }
.lp-count { right: 6px; }
.lp-info { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 7px 8px 8px; }
.lp-info b { font-size: 10px; font-weight: 600; letter-spacing: -0.01em; }
.lp-feat { display: flex; gap: 6px; }
.lp-feat em { font-style: normal; font-size: 8px; color: #6e6e6b; white-space: nowrap; }
.phone { position: absolute; right: 5%; bottom: 7%; height: 78%; aspect-ratio: 0.5; padding: 3px; border-radius: 12px; background: #0c0c0c; box-shadow: 0 20px 44px rgba(0,0,0,.55), inset 0 0 0 1px rgba(242,242,240,.12); }
.phone .ad-post { display: flex; flex-direction: column; justify-content: center; height: 100%; border-radius: 9px; overflow: hidden; background: #fff; color: #1c1c1c; }
.ad-top { display: flex; align-items: center; gap: 4px; padding: 5px; font-size: 6.5px; line-height: 1.2; }
.ad-top i { width: 11px; height: 11px; border-radius: 50%; background: #2a2a2a url(/assets/brand/mark-bone.svg) center / 7px no-repeat; flex: none; }
.ad-top b { display: block; font-weight: 600; }
.ad-top span { color: #666; }
.phone .ad-post video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.ad-bar { display: flex; justify-content: space-between; align-items: center; gap: 4px; padding: 5px; font-size: 6.5px; font-weight: 600; background: #f2f2f2; }
.ad-bar span, .ad-bar em { white-space: nowrap; }
.ad-bar em { font-style: normal; padding: 3px 4px; border-radius: 3px; background: #e2e2e2; }
.ad-bar em { font-style: normal; padding: 4px 7px; border-radius: 4px; background: #e2e2e2; }

/* Why agents use us */
.reasons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.section.bone .reason { background: #fff; box-shadow: 0 18px 40px rgba(42,42,42,.07); transition: transform 0.7s var(--ease), box-shadow 0.7s var(--ease); }
.section.bone .reason:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(42,42,42,.1); }
.section.bone .reason p { color: var(--ink-2); }

/* Questions */
.faq-sec { padding-top: 0; }
.faq-head { position: sticky; top: 48px; }
.faq-head p { margin-top: 20px; max-width: 30ch; font-size: 17px; }
.faq { display: grid; gap: 8px; }
.faq details { border-radius: 8px; background: rgba(42,42,42,.05); transition: background-color 0.4s var(--ease); }
.faq details:hover { background: rgba(42,42,42,.075); }
.faq details[open] { background: #fff; box-shadow: 0 14px 34px rgba(42,42,42,.07); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 24px; cursor: pointer; font-size: clamp(17px, 1.35vw, 20px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.25; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { position: relative; flex: 0 0 16px; height: 16px; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1.5px; margin-top: -0.75px; background: currentColor; transition: transform 0.5s var(--ease); }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0); }
.faq details p { padding: 0 24px 22px; max-width: 62ch; color: var(--ink-2); }
.faq details[open] p { animation: fadein 0.6s var(--ease) both; }
.two-col { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 120px); align-items: start; }

/* Final call to action: the film behind, the call explained beside the button */
.final { position: relative; overflow: hidden; background: #000; padding: clamp(96px, 16vh, 190px) var(--gutter); }
.final-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.62) 50%, rgba(10,10,10,.38) 100%), linear-gradient(180deg, rgba(10,10,10,.35) 0%, rgba(10,10,10,0) 30%, rgba(10,10,10,.5) 100%); }
.final-inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 110px); align-items: center; }
.final .h-lg { max-width: 15ch; }
.final .lead { margin-top: 24px; max-width: 44ch; color: rgba(242,242,240,.88); }
.final-cta { margin-top: 36px; }
.call-card { padding: clamp(26px, 2.6vw, 40px); border-radius: 12px; background: rgba(24,24,24,.5); -webkit-backdrop-filter: blur(22px) saturate(1.2); backdrop-filter: blur(22px) saturate(1.2); box-shadow: inset 0 0 0 1px rgba(242,242,240,.12), 0 30px 70px rgba(0,0,0,.35); }
.call-card h3 { font-size: clamp(20px, 1.6vw, 24px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 22px; }
.call-card ul { display: grid; gap: 20px; }
.call-card li { position: relative; padding-left: 34px; color: rgba(242,242,240,.78); font-size: 16px; line-height: 1.5; }
.call-card li b { display: block; color: var(--bone); font-weight: 500; font-size: 17px; margin-bottom: 2px; }
.call-card li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: rgba(242,242,240,.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 12.5l3.5 3.5 7.5-8' fill='none' stroke='%23f2f2f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 13px no-repeat; box-shadow: inset 0 0 0 1px rgba(242,242,240,.28); }

/* Footer */
.foot { background: var(--ink-deep); padding: 40px var(--gutter) calc(40px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 14px; color: var(--bone-2); }
.foot img { height: 18px; width: auto; opacity: 0.9; }
.foot a:hover { color: var(--bone); }
.foot nav { display: flex; gap: 20px; flex-wrap: wrap; }

/* Sticky call to action on phones */
.sticky { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 30; display: none; transform: translateY(140%); transition: transform 0.6s var(--ease); }
.sticky .btn { width: 100%; box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.sticky.show { transform: none; }

/* Film viewer */
.viewer { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(12,12,12,.96); animation: fadein 0.4s var(--ease) both; }
.viewer[hidden] { display: none; }
.viewer video { width: min(100%, 1400px); max-height: calc(100svh - 120px); border-radius: 8px; background: #000; }
.viewer-bar { position: absolute; left: 20px; right: 20px; bottom: calc(18px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.viewer-bar b { font-weight: 500; }
.viewer-close { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(242,242,240,.25); transition: background-color 0.4s var(--ease), color 0.4s var(--ease); }
.viewer-close:hover { background: var(--bone); color: var(--ink); }
.viewer-close svg { width: 18px; height: 18px; }

/* Booking and thank-you pages */
.page { min-height: 100svh; display: flex; flex-direction: column; }
.page-main { flex: 1; padding: calc(120px + env(safe-area-inset-top)) var(--gutter) 64px; }
.page-main .intro { max-width: 760px; margin: 0 auto; text-align: center; }
.page-main .intro .lead { margin-top: 18px; color: rgba(242,242,240,.82); }
.calendar { max-width: 980px; margin: 40px auto 0; border-radius: 10px; overflow: hidden; background: #1c1a1a; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.calendar iframe { display: block; width: 100%; min-height: 900px; border: 0; }
.help { margin-top: 18px; text-align: center; font-size: 14px; color: var(--bone-2); }
.help a { color: var(--bone); text-decoration: underline; text-underline-offset: 3px; }
.done { max-width: 720px; margin: 0 auto; text-align: center; padding-top: 8vh; }
.done .mark { width: 64px; height: auto; margin: 0 auto 28px; }
.done .lead { margin-top: 20px; color: rgba(242,242,240,.85); }
.done .btn { margin-top: 36px; }
.prose { max-width: 720px; margin: 0 auto; }
.prose h1 { margin-bottom: 36px; }
.prose h2 { font-size: 20px; font-weight: 500; margin: 36px 0 10px; }
.prose p { color: rgba(242,242,240,.82); }

/* Large screens: the hero headline sits on two lines */
@media (min-width: 1100px) {
  .h-xl { font-size: clamp(64px, 5.4vw, 104px); }
}
@media (max-width: 1099px) {
  .br-wide { display: none; }
}

/* Tablets and phones */
@media (max-width: 1024px) {
  .reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-inner { grid-template-columns: 1fr; }
  .final .h-lg { max-width: 18ch; }
  .call-card { max-width: 560px; }
}
@media (max-width: 860px) {
  .films { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 4px; scroll-padding: 0 var(--gutter); scrollbar-width: none; overscroll-behavior-x: contain; }
  .films::-webkit-scrollbar { display: none; }
  .film, .film.big { flex: 0 0 74vw; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .film.big .film-name { font-size: 20px; }
  .film-cap { flex-direction: column; align-items: flex-start; gap: 10px; }
  .swipe-hint { display: block; margin-top: 14px; font-size: 14px; color: var(--bone-2); }
  .steps { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .head .lead { flex: none; }
  .hero-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .hero-stat { text-align: left; display: flex; align-items: baseline; gap: 10px; padding: 0; }
  .hero-stat b { font-size: 30px; }
  .hero-stat span { margin: 0; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .top { padding: 16px var(--gutter); padding-top: calc(16px + env(safe-area-inset-top)); }
  .top .logo img { height: 20px; }
  .hero-inner { padding-bottom: calc(36px + env(safe-area-inset-bottom)); }
  .hero-copy .lead { margin-top: 18px; }
  .hero-cta { margin-top: 26px; }
  .hero-cta .btn, .center-cta .btn, .final-cta .btn, .compare-cta .btn { width: 100%; }
  .sticky { display: block; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .faq-sec { padding-top: 0; }
  .step { padding: 22px; }
  .step-img { display: none; }
  .reasons { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 28px; scroll-padding: 0 var(--gutter); scrollbar-width: none; overscroll-behavior-x: contain; }
  .reasons::-webkit-scrollbar { display: none; }
  .reason { flex: 0 0 76vw; scroll-snap-align: start; padding: 22px; gap: 8px; }
  .section.bone .reason:hover { transform: none; }
  .compare-stage { aspect-ratio: 4 / 3; margin: 0 calc(-1 * var(--gutter)); border-radius: 0; }
  .compare-tabs { display: flex; width: 100%; }
  .compare-tabs button { flex: 1; padding: 0 8px; font-size: 14px; }
  .compare-tag { bottom: 12px; font-size: 12px; padding: 6px 10px; }
  .compare-tag.is-photo { left: 12px; }
  .compare-tag.is-film { right: 12px; }
  .compare-handle { width: 46px; height: 46px; margin: -23px 0 0 -23px; }
  .compare-cta p { font-size: 18px; }
  .faq summary { padding: 18px 18px; }
  .faq details p { padding: 0 18px 20px; }
  .final { padding-top: 88px; padding-bottom: 88px; }
  .final::before { background: linear-gradient(180deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,.78) 45%, rgba(10,10,10,.9) 100%); }
  .call-card { padding: 22px; }
  .calendar { margin: 28px calc(-1 * var(--gutter)) 0; border-radius: 0; }
  .foot { flex-direction: column; align-items: flex-start; padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
  .foot.plain { padding-bottom: calc(40px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .rise .wi, .fade-in { transform: none; opacity: 1; }
  .logo-track { animation: none; }
}
