:root {
  --black: #070808;
  --black-2: #0e1011;
  --black-3: #17191a;
  --yellow: #f2c500;
  --yellow-soft: #ffe04a;
  --paper: #f2f0e9;
  --white: #fff;
  --gray: #a4a59e;
  --line: rgba(255, 255, 255, .13);
  --dark-line: rgba(7, 8, 8, .16);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--black); color: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
section[id] { scroll-margin-top: 76px; }
.container { width: var(--container); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.topbar { max-height: 38px; overflow: hidden; background: var(--yellow); color: var(--black); transition: max-height .25s; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .04em; }
.topbar p { margin: 0; }
.topbar a { font-weight: 700; text-transform: uppercase; }
.topbar a span { margin-left: 5px; }
.nav-shell { border-bottom: 1px solid var(--line); background: rgba(7, 8, 8, .74); backdrop-filter: blur(14px); }
.nav-shell__inner { min-height: 78px; display: flex; align-items: center; }
.site-header.is-scrolled .topbar { max-height: 0; }
.site-header.is-scrolled .nav-shell { background: rgba(7, 8, 8, .95); box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: .12em; }
.brand img { width: 42px; height: 42px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.brand small { display: block; margin-top: 5px; color: #8f908b; font-size: 6px; letter-spacing: .16em; }
.nav { display: flex; align-items: center; gap: 31px; margin-left: auto; margin-right: 33px; }
.nav a { position: relative; color: #c4c5c0; font-size: 11px; font-weight: 500; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--yellow); transition: right .25s; }
.nav a:hover { color: var(--white); }
.nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px 0; background: var(--white); transition: transform .2s; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; border: 1px solid var(--yellow); background: var(--yellow); color: var(--black); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--yellow-soft); border-color: var(--yellow-soft); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--header { min-height: 42px; padding-inline: 17px; font-size: 9px; }
.button--dark { background: var(--black); border-color: var(--black); color: var(--white); }
.button--dark:hover { background: #232526; border-color: #232526; }
.link-arrow { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.link-arrow span { color: var(--yellow); }
.link-arrow--dark { border-color: rgba(0,0,0,.35); }
.kicker, .section-tag { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 11px; }
.kicker i { width: 31px; height: 2px; background: var(--yellow); }

.hero { --hero-scroll: 0; position: relative; min-height: 860px; height: 100svh; padding: 165px 0 70px; overflow: hidden; background: var(--black); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; left: -330px; top: 120px; border-radius: 50%; background: var(--yellow); filter: blur(190px); opacity: .08; }
.hero__video { position: absolute; z-index: 0; inset: -6%; opacity: calc(1 - var(--hero-scroll) * .28); transform: translate3d(0, calc(var(--hero-scroll) * 65px), 0) scale(calc(1.04 + var(--hero-scroll) * .08)); transform-origin: center; will-change: transform, opacity; }
.hero__video video { width: 100%; height: 100%; object-fit: cover; object-position: 66% 47%; }
.hero__scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,8,8,.97) 0%, rgba(7,8,8,.86) 35%, rgba(7,8,8,.35) 68%, rgba(7,8,8,.17) 100%), linear-gradient(0deg, rgba(7,8,8,.78) 0%, transparent 36%, rgba(7,8,8,.2) 100%); }
.hero__grid { position: absolute; z-index: 1; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero__layout { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.hero__copy { position: relative; z-index: 2; max-width: 610px; padding-top: 8px; opacity: calc(1 - var(--hero-scroll) * 1.12); transform: translate3d(0, calc(var(--hero-scroll) * -42px), 0); will-change: transform, opacity; }
.hero h1 { margin: 20px 0 23px; font-family: var(--display); font-size: clamp(70px, 7.2vw, 108px); font-weight: 600; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.hero h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 535px; margin: 0; color: #aaa9a3; font-size: 15px; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 29px; margin-top: 32px; }
.hero__proof { display: flex; align-items: center; gap: 17px; margin-top: 37px; padding-top: 25px; border-top: 1px solid var(--line); }
.proof-avatars { display: flex; }
.proof-avatars > * { width: 35px; height: 35px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--black); border-radius: 50%; background: #27292a; color: var(--yellow); object-fit: cover; font-size: 8px; font-weight: 800; }
.proof-avatars > *:first-child { margin-left: 0; }
.hero__proof p { margin: 0; color: #838580; font-size: 9px; line-height: 1.55; }
.hero__proof strong { color: var(--paper); font-size: 11px; }
.hero__reel-link { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 55px; min-width: 205px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.hero__reel-link span, .hero__reel-link strong { display: block; }
.hero__reel-link span { margin-bottom: 9px; color: #b7b8b2; font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero__reel-link span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--yellow); }
.hero__reel-link strong { font-family: var(--display); font-size: 18px; font-weight: 600; line-height: 1.05; text-transform: uppercase; }
.video-toggle { position: absolute; z-index: 4; right: max(24px, calc((100vw - 1240px) / 2)); top: 145px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(7,8,8,.35); color: var(--white); cursor: pointer; backdrop-filter: blur(7px); transition: background .2s, border-color .2s; }
.video-toggle:hover { border-color: var(--yellow); background: rgba(7,8,8,.7); }
.video-toggle span { width: 2px; height: 12px; background: currentColor; }
.video-toggle.is-paused { gap: 0; }
.video-toggle.is-paused span:first-child { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; background: transparent; }
.video-toggle.is-paused span:last-child { display: none; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 27px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #91938e; font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { position: relative; width: 1px; height: 27px; overflow: hidden; background: rgba(255,255,255,.25); }
.scroll-cue i::after { content: ""; position: absolute; inset: -100% 0 100%; background: var(--yellow); animation: scroll-line 1.8s ease-in-out infinite; }

.trust-strip { position: relative; z-index: 3; background: var(--yellow); color: var(--black); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > * { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 15px 30px; border-right: 1px solid rgba(0,0,0,.18); }
.trust-strip__grid > *:first-child { border-left: 1px solid rgba(0,0,0,.18); }
.trust-strip strong { font-family: var(--display); font-size: 28px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.trust-strip span { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip a { background: rgba(255,255,255,.22); transition: background .2s; }
.trust-strip a:hover { background: rgba(255,255,255,.42); }
.trust-strip a span { margin: 0 0 7px; }
.trust-strip a strong { font-size: 20px; }

.section { padding: 125px 0; }
.problem { background: var(--paper); color: var(--black); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; margin-bottom: 62px; }
.split-heading h2, .portfolio__head h2, .method h2, .faq h2, .final-cta h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(52px, 5.5vw, 78px); font-weight: 600; letter-spacing: -.03em; line-height: .9; text-transform: uppercase; }
.split-heading > p { margin: 0 0 3px; color: #686962; font-size: 13px; line-height: 1.8; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.problem-card { position: relative; min-height: 325px; padding: 30px; border-right: 1px solid var(--dark-line); }
.problem-card:first-child { border-left: 1px solid var(--dark-line); }
.problem-card > span { color: #999991; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.problem-card svg { width: 46px; height: 46px; display: block; margin: 45px 0 27px; fill: none; stroke: var(--black); stroke-width: 1.2; }
.problem-card h3 { max-width: 280px; margin: 0 0 11px; font-family: var(--display); font-size: 25px; font-weight: 600; line-height: 1.05; text-transform: uppercase; }
.problem-card p { max-width: 310px; margin: 0; color: #74756e; font-size: 11px; line-height: 1.7; }

.services { background: var(--black-2); }
.split-heading--light > p { color: #969893; }
.service-360 { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid var(--line); }
.car-stage { --scene-scale: .96; --scene-x: 0%; --scene-y: 0%; --focus-left: 55%; --focus-top: 55%; position: sticky; top: 70px; height: calc(100svh - 70px); min-height: 650px; overflow: hidden; border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 43%, #292c2d 0%, #111314 45%, #090a0a 78%); }
.car-stage::before { content: "MARASCA"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(100px, 13vw, 190px); font-weight: 700; letter-spacing: .08em; transform: translate(-50%, -50%) rotate(-8deg); }
.car-stage__header { position: absolute; z-index: 4; inset: 25px 28px auto; display: flex; justify-content: space-between; color: #a6a7a2; font-size: 7px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.car-stage__header span { display: flex; align-items: center; gap: 8px; }
.car-stage__header b { font-weight: inherit; }
.car-stage__header i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px rgba(242,197,0,.65); }
.car-stage__header strong { color: var(--yellow); font-size: 8px; }
.car-stage__orbit { position: absolute; z-index: 0; left: 8%; right: 8%; bottom: 12%; height: 42%; border: 1px solid rgba(242,197,0,.22); border-radius: 50%; opacity: .7; transform: rotateX(67deg); box-shadow: 0 0 70px rgba(242,197,0,.035), inset 0 0 45px rgba(242,197,0,.025); }
.car-stage__orbit::before, .car-stage__orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.car-stage__orbit::after { inset: 31%; border-color: rgba(242,197,0,.14); }
.car-stage__viewport { position: absolute; z-index: 1; inset: 10% 3% 11%; display: grid; place-items: center; perspective: 1800px; cursor: grab; touch-action: pan-y; outline: 0; }
.car-stage__viewport:active { cursor: grabbing; }
.car-stage__viewport:focus-visible { box-shadow: inset 0 0 0 1px rgba(242,197,0,.65); }
.car-stage__model { position: relative; width: 100%; height: 100%; display: grid; place-items: center; transform: translate3d(var(--scene-x), var(--scene-y), 0) scale(var(--scene-scale)); transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .35s; will-change: transform; }
.car-stage.is-interacting .car-stage__model { transition-duration: .08s; }
.car-stage.is-changing .car-stage__model { filter: brightness(1.14) drop-shadow(0 0 20px rgba(242,197,0,.12)); }
.car-stage__model picture { width: 100%; height: 100%; display: grid; place-items: center; }
.car-stage__model img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; margin: 0; opacity: 1; pointer-events: none; user-select: none; filter: drop-shadow(0 34px 24px rgba(0,0,0,.42)); transition: opacity .14s ease, filter .14s ease; }
.car-stage__model img.is-frame-changing { opacity: .55; filter: blur(.5px) drop-shadow(0 34px 24px rgba(0,0,0,.42)); }
.car-stage__model img.is-flipped { transform: scaleX(-1); }
.car-stage__focus { position: absolute; left: var(--focus-left); top: var(--focus-top); width: 38px; height: 38px; border: 1px solid rgba(242,197,0,.38); border-radius: 50%; transform: translate(-50%, -50%); transition: left .85s cubic-bezier(.2,.75,.2,1), top .85s cubic-bezier(.2,.75,.2,1), opacity .2s; }
.car-stage__focus::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(242,197,0,.7); border-radius: inherit; animation: focus-pulse 2.2s ease-out infinite; }
.car-stage__focus i { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px rgba(242,197,0,.9); transform: translate(-50%, -50%); }
.car-stage[data-view="side"] { --scene-rx: 0deg; --scene-ry: -2deg; --scene-scale: .96; --scene-x: 0%; --scene-y: 0%; --focus-left: 38%; --focus-top: 53%; }
.car-stage[data-view="glass"] { --scene-rx: -1deg; --scene-ry: -1deg; --scene-scale: .95; --scene-x: 0%; --scene-y: 0%; --focus-left: 60%; --focus-top: 34%; }
.car-stage[data-view="front"] { --scene-rx: 0deg; --scene-ry: 2deg; --scene-scale: .96; --scene-x: 0%; --scene-y: 0%; --focus-left: 75%; --focus-top: 58%; }
.car-stage[data-view="cabin"] { --scene-rx: -1deg; --scene-ry: -1deg; --scene-scale: .95; --scene-x: 0%; --scene-y: 0%; --focus-left: 50%; --focus-top: 36%; }
.car-stage[data-view="hood"] { --scene-rx: -1deg; --scene-ry: 1deg; --scene-scale: .95; --scene-x: 0%; --scene-y: 0%; --focus-left: 68%; --focus-top: 45%; }
.car-stage[data-view="lower"] { --scene-rx: 1deg; --scene-ry: 1deg; --scene-scale: .95; --scene-x: 0%; --scene-y: 0%; --focus-left: 38%; --focus-top: 69%; }
.car-stage__shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(7,8,8,.65) 0%, transparent 18%, transparent 68%, rgba(7,8,8,.82) 100%), linear-gradient(90deg, rgba(7,8,8,.18), transparent 35%, transparent 70%, rgba(7,8,8,.16)); pointer-events: none; }
.car-stage__detail { position: absolute; z-index: 4; left: 28px; top: 92px; width: min(275px, 42%); padding: 15px 16px 16px; border-left: 2px solid var(--yellow); background: rgba(7,8,8,.72); box-shadow: 0 18px 45px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.car-stage__detail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.car-stage__detail-head > span { font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.car-stage__detail-head small { color: var(--yellow); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.car-stage__detail-grid { display: grid; gap: 11px; padding-top: 11px; }
.car-stage__detail-grid > div > span { display: block; margin-bottom: 4px; color: var(--yellow); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.car-stage__detail-grid p { margin: 0; color: #a6a8a2; font-size: 10px; line-height: 1.55; }
.car-stage__rotation { position: absolute; z-index: 5; left: 50%; top: 57px; display: flex; align-items: center; gap: 9px; color: #8f918c; transform: translateX(-50%); }
.car-stage__rotation button { width: 26px; height: 26px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(7,8,8,.56); color: var(--paper); cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.car-stage__rotation button:hover, .car-stage__rotation button:focus-visible { border-color: var(--yellow); background: rgba(242,197,0,.08); color: var(--yellow); outline: 0; }
.car-stage__rotation-track { display: flex; align-items: center; gap: 4px; }
.car-stage__rotation-track i { width: 4px; height: 4px; border-radius: 50%; background: #454743; transition: width .2s, background .2s; }
.car-stage__rotation-track i.is-active { width: 13px; border-radius: 5px; background: var(--yellow); }
.car-stage__rotation output { min-width: 25px; color: #8f918c; font-size: 8px; font-weight: 700; }
.car-stage.is-orbiting .car-stage__focus { opacity: 0; }
.car-stage__caption { position: absolute; z-index: 4; right: 28px; bottom: 69px; padding-right: 12px; border-right: 2px solid var(--yellow); text-align: right; text-transform: uppercase; }
.car-stage__caption span, .car-stage__caption strong { display: block; }
.car-stage__caption span { margin-bottom: 5px; color: #787a75; font-size: 6px; font-weight: 700; letter-spacing: .14em; }
.car-stage__caption strong { color: var(--paper); font-size: 8px; letter-spacing: .12em; }
.car-stage__hint { position: absolute; z-index: 4; left: 28px; bottom: 27px; display: flex; align-items: center; gap: 10px; color: #888a85; font-size: 7px; font-weight: 600; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.car-stage__drag-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(242,197,0,.45); border-radius: 50%; color: var(--yellow); font-size: 14px; }
.car-stage__reset { position: absolute; z-index: 4; top: 59px; right: 28px; padding: 7px 0; border: 0; border-bottom: 1px solid rgba(242,197,0,.38); background: transparent; color: #8e908b; font-family: var(--body); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .2s, border-color .2s; }
.car-stage__reset:hover, .car-stage__reset:focus-visible { border-color: var(--yellow); color: var(--yellow); outline: 0; }
.car-stage > small { position: absolute; z-index: 4; right: 27px; bottom: 25px; color: #555753; font-size: 6px; }
.service-scenes { position: relative; }
.service-scene { min-height: 88svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 7% 80px 14%; border-bottom: 1px solid var(--line); opacity: .25; scroll-margin-top: 70px; transform: translateY(25px); transition: opacity .55s, transform .55s; }
.service-scene.is-active { opacity: 1; transform: translateY(0); }
.scene-index { color: #7d7f7a; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.scene-line { width: 42px; height: 2px; margin: 22px 0 28px; background: var(--yellow); transform: scaleX(.35); transform-origin: left; transition: transform .6s; }
.service-scene.is-active .scene-line { transform: scaleX(1); }
.scene-zone { color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-scene h3 { margin: 10px 0 17px; font-family: var(--display); font-size: clamp(52px, 5vw, 76px); font-weight: 600; line-height: .86; text-transform: uppercase; }
.service-scene p { max-width: 440px; margin: 0; color: #949690; font-size: 11px; line-height: 1.8; }
.service-scene a { margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid rgba(242,197,0,.5); color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.portfolio { overflow: hidden; background: var(--paper); color: var(--black); }
.portfolio__head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.portfolio__actions { flex: 0 0 auto; display: grid; justify-items: end; gap: 24px; }
.instagram-link { flex: 0 0 auto; padding: 18px 0 7px; border-bottom: 1px solid var(--black); font-size: 10px; font-weight: 700; }
.instagram-link span { display: block; margin-bottom: 6px; color: #777870; font-size: 8px; font-weight: 500; }
.portfolio__controls { display: flex; align-items: center; gap: 12px; }
.portfolio__controls button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(7,8,8,.22); border-radius: 50%; background: transparent; color: var(--black); cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.portfolio__controls button:hover, .portfolio__controls button:focus-visible { border-color: var(--black); background: var(--black); color: var(--yellow); outline: 0; transform: translateY(-2px); }
.portfolio__progress { width: 88px; height: 1px; overflow: hidden; background: rgba(7,8,8,.2); }
.portfolio__progress i { display: block; width: 8.333%; height: 100%; background: var(--black); transform-origin: left; transition: width .45s cubic-bezier(.2,.75,.2,1); }
.portfolio__controls output { min-width: 42px; color: #777870; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.portfolio-grid { display: flex; gap: 14px; margin-right: calc((100vw - var(--container)) / -2); padding-right: max(24px, calc((100vw - var(--container)) / 2)); overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.portfolio-grid::-webkit-scrollbar { display: none; }
.case { position: relative; flex: 0 0 clamp(350px, 30vw, 430px); height: 570px; min-width: 0; overflow: hidden; scroll-snap-align: start; background: #171918; color: var(--white); content-visibility: auto; contain-intrinsic-size: 430px 570px; isolation: isolate; transition: opacity .35s ease, transform .55s cubic-bezier(.2,.75,.2,1), filter .35s ease; }
.case--featured { flex-basis: clamp(590px, 51vw, 720px); }
.case--portrait { flex-basis: clamp(350px, 31vw, 440px); }
.case--wide { flex-basis: clamp(500px, 43vw, 620px); }
.case--half { flex-basis: clamp(390px, 35vw, 500px); }
.case img, .case__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.case img { object-fit: cover; transform: scale(1.015); transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .45s ease; will-change: transform; }
.case--featured img, .case--wide img { object-position: center 48%; }
.case--portrait img { object-position: center 45%; }
.case--detail-amarok img { object-position: 72% 58%; }
.case--detail-ranger img { object-position: 55% 42%; }
.case--detail-range img { object-position: 62% 38%; }
.case__overlay { z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent 64%); transition: background .45s ease; }
.case__index { position: absolute; z-index: 2; top: 20px; left: 21px; display: flex; align-items: center; gap: 9px; font-size: 8px; font-weight: 800; }
.case__index::after { content: ""; width: 0; height: 1px; background: var(--yellow); transition: width .35s ease; }
.case__caption { position: absolute; z-index: 2; inset: auto 23px 23px; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.case__caption > span { color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case__caption h3 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(30px, 2.35vw, 38px); font-weight: 600; line-height: .95; text-transform: uppercase; }
.case__caption p { max-height: 0; margin: 0; overflow: hidden; color: #cacbc6; font-size: 8px; opacity: 0; transition: max-height .25s, margin .25s, opacity .25s; }
.case:hover img { transform: scale(1.085); filter: saturate(1.06) contrast(1.03); }
.case:hover .case__overlay { background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.04) 72%); }
.case:hover .case__index::after { width: 28px; }
.case:hover .case__caption { transform: translateY(-4px); }
.case:hover .case__caption p { max-height: 20px; margin-top: 7px; opacity: 1; }

@media (hover: hover) and (min-width: 1051px) {
  .portfolio-grid:has(.case:hover) .case:not(:hover) { opacity: .72; filter: grayscale(.18); transform: scale(.985); }
}

.method { background: var(--black-2); }
.method__layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; align-items: center; }
.method__visual { position: relative; height: 760px; }
.method__visual::before { content: ""; position: absolute; left: -18px; top: -18px; width: 100px; height: 100px; border-left: 2px solid var(--yellow); border-top: 2px solid var(--yellow); }
.method__visual img { width: 100%; height: 100%; object-fit: cover; }
.method__seal { position: absolute; right: -45px; bottom: 45px; width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 50%; background: var(--yellow); color: var(--black); }
.method__seal img { width: 94%; height: 94%; flex: 0 0 94%; border-radius: 50%; object-fit: cover; object-position: center; }
.method h2 { margin-bottom: 20px; }
.method__intro { max-width: 540px; margin: 0 0 30px; color: #969893; font-size: 12px; line-height: 1.8; }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.steps h3 { margin: -5px 0 7px; font-family: var(--display); font-size: 21px; font-weight: 600; text-transform: uppercase; }
.steps p { margin: 0; color: #8e908b; font-size: 10px; line-height: 1.65; }

.owner { padding: 58px 0; background: var(--yellow); color: var(--black); }
.owner__inner { display: grid; grid-template-columns: 105px 1fr 290px; align-items: center; gap: 34px; }
.owner__inner > img { width: 105px; height: 105px; border: 4px solid rgba(0,0,0,.15); border-radius: 50%; object-fit: cover; }
.owner .section-tag { color: var(--black); }
.owner blockquote { max-width: 670px; margin: 8px 0; font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1.05; text-transform: uppercase; }
.owner__inner > div > p { margin: 0; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.owner__inner > a { padding: 17px 0; border-top: 1px solid rgba(0,0,0,.3); border-bottom: 1px solid rgba(0,0,0,.3); font-size: 10px; font-weight: 800; }
.owner__inner > a span { display: block; margin-bottom: 6px; font-size: 7px; font-weight: 500; }

.faq { background: var(--paper); color: var(--black); }
.faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.faq__heading { position: sticky; top: 120px; align-self: start; }
.faq__heading p { max-width: 360px; margin: 25px 0; color: #70716a; font-size: 12px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq-list details { border-bottom: 1px solid var(--dark-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 21px; font-weight: 600; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--dark-line); border-radius: 50%; font-family: var(--body); font-size: 14px; font-weight: 400; transition: transform .2s, background .2s; }
.faq-list details[open] summary span { background: var(--yellow); transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -5px 45px 28px 0; color: #6d6e67; font-size: 11px; line-height: 1.8; }

.final-cta { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; }
.final-cta__image, .final-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta__image { object-fit: cover; object-position: 72% 43%; }
.final-cta__shade { background: linear-gradient(90deg, rgba(7,8,8,.98) 0%, rgba(7,8,8,.92) 35%, rgba(7,8,8,.34) 75%), linear-gradient(0deg, rgba(7,8,8,.5), transparent); }
.final-cta__content { position: relative; z-index: 1; }
.final-cta h2 { margin-bottom: 24px; font-size: clamp(60px, 7vw, 95px); }
.final-cta p { max-width: 510px; color: #abaca6; font-size: 13px; line-height: 1.8; }
.final-cta .button { margin-top: 18px; }
.final-cta small { display: block; margin-top: 15px; color: #747671; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.location { padding: 115px 0; overflow: hidden; border-top: 1px solid var(--line); background: var(--black-2); }
.location__layout { display: grid; grid-template-columns: .68fr 1.32fr; min-height: 520px; border: 1px solid var(--line); }
.location__content { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 72px); }
.location__content h2 { margin: 17px 0 22px; font-family: var(--display); font-size: clamp(48px, 4.6vw, 68px); font-weight: 600; letter-spacing: -.03em; line-height: .9; text-transform: uppercase; }
.location__content h2 em { color: var(--yellow); font-style: normal; }
.location__content > p { max-width: 390px; margin: 0; color: #969893; font-size: 11px; line-height: 1.8; }
.location__content address { margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #a7a9a3; font-size: 10px; font-style: normal; line-height: 1.75; }
.location__content address span { display: block; margin-bottom: 5px; color: var(--paper); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.location__route { display: inline-flex; align-items: center; gap: 24px; margin-top: 28px; padding: 15px 0 7px; border-bottom: 1px solid rgba(242,197,0,.55); color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: gap .25s, border-color .25s; }
.location__route:hover, .location__route:focus-visible { gap: 31px; border-color: var(--yellow); outline: 0; }
.location__map { position: relative; min-width: 0; overflow: hidden; background: #d9d7d0; }
.location__map::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(242,197,0,.14); pointer-events: none; }
.location__map iframe { width: 100%; height: 100%; min-height: 520px; display: block; filter: grayscale(1) contrast(1.08) brightness(.78); transition: filter .55s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.location__map:hover iframe { filter: grayscale(.2) contrast(1.02) brightness(.94); transform: scale(1.012); }
.location__map > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; border-left: 2px solid var(--yellow); background: rgba(7,8,8,.84); color: var(--paper); font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(8px); }

.footer { background: #050606; }
.footer__main { display: grid; grid-template-columns: 1.5fr .65fr 1fr .7fr; gap: 55px; padding: 75px 0 58px; }
.footer__brand p { margin: 20px 0 0; color: #777974; font-size: 10px; line-height: 1.75; }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer__column > span { margin-bottom: 8px; color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer__column a, .footer__column p { margin: 0; color: #acada8; font-size: 10px; line-height: 1.5; }
.footer__column a:hover { color: var(--yellow); }
.footer__bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line); color: #666863; font-size: 8px; }
.footer__bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 8px 28px rgba(0,0,0,.35); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float img { width: 32px; height: 32px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.problem-grid .reveal:nth-child(2) { transition-delay: .08s; }
.problem-grid .reveal:nth-child(3) { transition-delay: .16s; }

@keyframes scroll-line {
  0% { transform: translateY(0); }
  55%, 100% { transform: translateY(200%); }
}

@keyframes focus-pulse {
  0% { opacity: 1; transform: scale(.72); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}

/* Desktop readability: keep the compact visual language without sacrificing legibility. */
@media (min-width: 821px) {
  .topbar__inner { font-size: 12px; }
  .brand { font-size: 15px; }
  .brand small { font-size: 8px; }
  .nav a { font-size: 13px; }
  .button { font-size: 12px; }
  .button--header { font-size: 11px; }
  .link-arrow { font-size: 13px; }
  .kicker, .section-tag { font-size: 11px; }

  .hero__lead { font-size: 17px; }
  .hero__proof p { font-size: 11px; }
  .hero__proof strong { font-size: 13px; }
  .hero__reel-link span { font-size: 9px; }
  .hero__reel-link strong { font-size: 20px; }
  .scroll-cue { font-size: 9px; }

  .trust-strip span { font-size: 10px; }
  .split-heading > p { font-size: 16px; }
  .problem-card > span { font-size: 10px; }
  .problem-card h3 { font-size: 28px; }
  .problem-card p { font-size: 14px; }

  .car-stage__header { font-size: 9px; }
  .car-stage__header strong { font-size: 10px; }
  .car-stage__caption span { font-size: 8px; }
  .car-stage__caption strong { font-size: 10px; }
  .car-stage__hint { font-size: 9px; }
  .car-stage__reset { font-size: 9px; }
  .car-stage__detail-head > span { font-size: 23px; }
  .car-stage__detail-head small, .car-stage__detail-grid > div > span { font-size: 8px; }
  .car-stage__detail-grid p { font-size: 12px; }
  .car-stage > small { font-size: 8px; }
  .scene-index, .scene-zone { font-size: 10px; }
  .service-scene p { font-size: 14px; }
  .service-scene a { font-size: 10px; }

  .instagram-link { font-size: 12px; }
  .instagram-link span { font-size: 10px; }
  .case__index, .case__caption > span { font-size: 10px; }
  .case__caption h3 { font-size: 30px; }
  .case__caption p { font-size: 11px; line-height: 1.5; }
  .case:hover .case__caption p { max-height: 40px; }

  .method__seal span { font-size: 9px; }
  .method__intro { font-size: 15px; }
  .steps > li > span { font-size: 10px; }
  .steps h3 { font-size: 24px; }
  .steps p { font-size: 13px; }

  .owner blockquote { font-size: 30px; }
  .owner__inner > div > p { font-size: 9px; }
  .owner__inner > a { font-size: 12px; }
  .owner__inner > a span { font-size: 9px; }

  .faq__heading p { font-size: 15px; }
  .faq-list summary { font-size: 24px; }
  .faq-list details p { font-size: 14px; }
  .final-cta p { font-size: 16px; }
  .final-cta small { font-size: 10px; }

  .footer__brand p { font-size: 13px; }
  .footer__column > span { font-size: 10px; }
  .footer__column a, .footer__column p { font-size: 12px; }
  .footer__bottom { font-size: 10px; }
}

@media (max-width: 1050px) {
  .nav { gap: 19px; margin-right: 21px; }
  .hero__layout { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .hero h1 { font-size: 78px; }
  .service-360 { grid-template-columns: 1fr .82fr; }
  .service-scene { padding-left: 10%; }
  .method__layout { gap: 65px; }
  .faq__layout { gap: 70px; }
  .footer__main { grid-template-columns: 1.4fr .8fr 1fr; }
  .footer__column:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .topbar a, .button--header { display: none; }
  .topbar__inner { justify-content: center; }
  .nav-shell { background: rgba(7,8,8,.96); backdrop-filter: none; }
  .nav-shell__inner { min-height: 70px; }
  .brand { position: relative; z-index: 2; }
  body.menu-open .topbar { max-height: 0; }
  body.menu-open .nav-shell { border-color: transparent; background: transparent; box-shadow: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; z-index: 1; inset: 0; width: 100%; height: 100vh; height: 100dvh; min-height: 100%; max-height: 100vh; max-height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 24px; margin: 0; padding: max(112px, env(safe-area-inset-top)) 32px max(42px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--black); visibility: hidden; opacity: 0; transform: translateX(100%); transition: transform .35s, opacity .25s, visibility .35s; }
  .nav.is-open { visibility: visible; transform: translateX(0); }
  .nav.is-open { opacity: 1; }
  .nav a { width: 100%; padding: 5px 0; font-family: var(--display); font-size: clamp(34px, 9vw, 48px); font-weight: 600; line-height: 1; text-transform: uppercase; }
  .hero { padding-top: 145px; }
  .hero__layout { grid-template-columns: 1fr; }
  .hero__copy { max-width: 650px; }
  .hero__reel-link, .scroll-cue { display: none; }
  .video-toggle { top: 125px; right: 24px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > * { border-bottom: 1px solid rgba(0,0,0,.18); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .problem-card { padding: 24px; }
  .service-360 { display: block; }
  .car-stage { z-index: 2; top: 70px; height: calc(100svh - 70px); min-height: 600px; max-height: 760px; border-right: 0; border-bottom: 1px solid var(--line); }
  .car-stage__orbit { left: 6%; right: 6%; bottom: 28%; height: 34%; }
  .car-stage__viewport { inset: 13% 4% 30%; }
  .car-stage__detail { inset: auto 24px 18px; width: auto; padding: 13px 14px 14px; }
  .car-stage__detail-head { padding-bottom: 9px; }
  .car-stage__detail-grid { grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 9px; }
  .car-stage__rotation { top: 55px; }
  .service-scenes { z-index: 3; }
  .service-scene { min-height: 72svh; justify-content: flex-end; padding: 30vh 9% 55px; background: linear-gradient(0deg, rgba(14,16,17,.98) 0%, rgba(14,16,17,.9) 54%, transparent 100%); }
  .service-scene h3 { font-size: 58px; }
  .car-stage__caption, .car-stage__hint, .car-stage__reset { display: none; }
  .car-stage > small { display: none; }
  .portfolio__controls { display: none; }
  .portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 360px; gap: 12px; margin: 0; padding: 0; overflow: visible; scroll-snap-type: none; }
  .case, .case--portrait, .case--wide, .case--half { grid-column: span 1; grid-row: auto; height: auto; }
  .case--featured { grid-column: 1 / -1; grid-row: auto; min-height: 480px; }
  .method__layout { grid-template-columns: .85fr 1.15fr; gap: 45px; }
  .method__visual { height: 650px; }
  .method__seal { right: -25px; width: 105px; height: 105px; }
  .owner__inner { grid-template-columns: 90px 1fr; }
  .owner__inner > img { width: 90px; height: 90px; }
  .owner__inner > a { grid-column: 2; }
  .faq__layout { grid-template-columns: 1fr; }
  .faq__heading { position: static; }
  .split-heading > p { font-size: 14px; }
  .problem-card p { font-size: 13px; }
  .service-scene p { font-size: 13px; }
  .method__intro { font-size: 14px; }
  .steps p { font-size: 13px; }
  .faq__heading p, .faq-list details p { font-size: 14px; }
  .final-cta p { font-size: 15px; }
  .location { padding: 80px 0; }
  .location__layout { grid-template-columns: 1fr; }
  .location__content { padding: 55px 42px; }
  .location__map, .location__map iframe { min-height: 430px; }
  .footer__brand p, .footer__column a, .footer__column p { font-size: 12px; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 30px, 1240px); }
  .site-header.is-scrolled .topbar { max-height: 0; }
  .brand img { width: 38px; height: 38px; }
  .brand { font-size: 13px; }
  .hero { min-height: auto; padding: 135px 0 55px; }
  .hero__video { inset: -3%; }
  .hero__video video { object-position: 58% center; }
  .hero__scrim { background: linear-gradient(90deg, rgba(7,8,8,.94), rgba(7,8,8,.58)), linear-gradient(0deg, rgba(7,8,8,.84), rgba(7,8,8,.12) 65%); }
  .kicker { line-height: 1.5; }
  .hero h1 { max-width: 100%; margin: 28px 0 30px; font-size: clamp(54px, 16vw, 64px); letter-spacing: -.02em; line-height: .98; }
  .hero__lead { font-size: 13px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__actions .button { width: 100%; }
  .video-toggle { top: 117px; right: 15px; width: 38px; height: 38px; }
  .trust-strip__grid > * { min-height: 88px; padding: 14px; }
  .trust-strip strong { font-size: 23px; }
  .section { padding: 85px 0; }
  .split-heading h2, .portfolio__head h2, .method h2, .faq h2 { font-size: 48px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card:first-child { min-height: auto; padding: 25px 5px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .problem-card svg { margin: 32px 0 20px; }
  .car-stage { position: relative; top: auto; height: calc(100svh - 70px); min-height: 560px; max-height: 680px; margin-inline: -15px; }
  .car-stage[data-view] { --scene-scale: 1.08; }
  .car-stage__header { inset: 18px 15px auto; }
  .car-stage__header span { max-width: 68%; line-height: 1.35; }
  .car-stage__header b { display: none; }
  .car-stage__orbit { left: 1%; right: 1%; bottom: 31%; height: 30%; }
  .car-stage__viewport { inset: 13% 0 31%; touch-action: pan-y pinch-zoom; }
  .car-stage__detail { inset: auto 15px 12px; width: auto; padding: 11px 12px 12px; }
  .car-stage__detail-head { padding-bottom: 8px; }
  .car-stage__detail-head > span { font-size: 18px; }
  .car-stage__detail-head small { font-size: 6px; }
  .car-stage__detail-grid { grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 8px; }
  .car-stage__detail-grid > div > span { font-size: 6px; }
  .car-stage__detail-grid p { font-size: 9px; line-height: 1.45; }
  .car-stage__rotation { top: 49px; gap: 8px; }
  .car-stage__rotation button { width: 42px; height: 42px; font-size: 18px; }
  .car-stage__hint { left: 50%; bottom: 27%; display: flex; width: max-content; padding: 7px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(7,8,8,.64); color: #b9bbb5; font-size: 7px; line-height: 1.35; transform: translateX(-50%); backdrop-filter: blur(8px); }
  .car-stage__hint br { display: none; }
  .service-scenes { z-index: auto; isolation: isolate; border-top: 1px solid var(--line); background: var(--black-2); }
  .service-scene, .service-scene.is-active { position: relative; min-height: auto; justify-content: flex-start; padding: 76px 3px 82px; background: var(--black-2); opacity: 1; transform: none; }
  .service-scene h3 { font-size: 52px; }
  .service-scene p { font-size: 13px; }
  .portfolio__head { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .portfolio__actions { justify-items: start; gap: 0; }
  .instagram-link { max-width: 100%; overflow-wrap: anywhere; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; margin: 0; padding: 0; gap: 12px; overflow: visible; }
  .case, .case--featured, .case--portrait, .case--wide, .case--half { grid-column: 1; grid-row: auto; width: 100%; min-height: 0; height: clamp(390px, 112vw, 500px); }
  .case:nth-child(3n) { height: clamp(330px, 92vw, 420px); }
  .case__caption p { max-height: 20px; margin-top: 7px; opacity: 1; }
  .method__layout { grid-template-columns: 1fr; }
  .method__visual { height: 520px; }
  .method__seal { right: 14px; bottom: 14px; }
  .owner__inner { grid-template-columns: 70px 1fr; gap: 20px; }
  .owner__inner > img { width: 70px; height: 70px; }
  .owner blockquote { font-size: 23px; }
  .owner__inner > a { grid-column: 1 / -1; }
  .faq__layout { gap: 50px; }
  .faq-list summary { font-size: 18px; }
  .final-cta { min-height: 700px; align-items: flex-end; padding-bottom: 80px; }
  .final-cta__image { object-position: 61% center; }
  .location { padding: 0; }
  .location .container { width: 100%; }
  .location__layout { border-left: 0; border-right: 0; }
  .location__content { padding: 70px 20px 58px; }
  .location__content h2 { font-size: 48px; }
  .location__content > p { font-size: 13px; }
  .location__content address { font-size: 12px; }
  .location__route { font-size: 9px; }
  .location__map, .location__map iframe { min-height: 370px; }
  .final-cta__shade { background: linear-gradient(0deg, rgba(7,8,8,.98) 0%, rgba(7,8,8,.78) 62%, rgba(7,8,8,.28)); }
  .final-cta h2 { font-size: 58px; }
  .final-cta .button { width: 100%; padding-inline: 15px; }
  .footer__main { grid-template-columns: 1fr; gap: 38px; padding-top: 55px; }
  .footer__column:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; gap: 9px; padding-bottom: 82px; line-height: 1.5; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; z-index: 45; inset: auto 0 0; display: block; padding: 8px; background: rgba(7,8,8,.92); backdrop-filter: blur(10px); }
  .mobile-cta a { min-height: 49px; display: flex; align-items: center; justify-content: center; background: #25d366; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
}

@media (max-width: 380px) {
  .car-stage { min-height: 560px; }
  .car-stage[data-view] { --scene-scale: 1.03; }
  .car-stage__viewport { inset: 14% 0 33%; }
  .car-stage__detail { left: 10px; right: 10px; }
  .car-stage__detail-grid { gap: 8px; }
  .car-stage__detail-grid p { font-size: 8.5px; }
  .car-stage__rotation { gap: 5px; }
  .car-stage__rotation button { width: 38px; height: 38px; }
  .car-stage__rotation-track { gap: 3px; }
  .car-stage__rotation output { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__video, .hero__copy { opacity: 1; transform: none; }
}
