/* Criss Wrap — atelier system */
:root {
    --bg: #070809;
    --bg-2: #0b0d10;
    --bg-3: #11151a;
    --bg-4: #171c23;
    --line: rgba(243, 245, 247, 0.08);
    --line-2: rgba(243, 245, 247, 0.14);
    --text: #f3f5f7;
    --muted: #8b949e;
    --mute-2: #5d6670;
    --brand: #01effb;
    --brand-2: #00d4e0;
    --brand-dim: rgba(1, 239, 251, 0.08);
    --brand-glow: rgba(1, 239, 251, 0.18);
    --font: "Outfit", system-ui, sans-serif;
    --display: "Syne", "Outfit", sans-serif;
    --header: 76px;
    --wrap: 1450px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --radius: 4px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.hero h1 .line span {
    display: block;
}

::selection {
    background: var(--brand);
    color: #070809;
}

:focus-visible {
    outline: 1px solid var(--brand);
    outline-offset: 3px;
}

html,
body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

main {
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap {
    width: min(var(--wrap), calc(100% - 80px));
    margin-inline: auto;
}

.skip {
    position: absolute;
    left: 16px;
    top: 10px;
    z-index: 200;
    padding: 10px 14px;
    background: var(--brand);
    color: #070809;
    font-weight: 600;
    transform: translateY(-160%);
}

.skip:focus {
    transform: none;
}

.crumbs {
    position: absolute;
    top: calc(var(--header) + 14px);
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}

.crumbs a {
    color: var(--text);
}

.crumbs a:hover {
    color: var(--brand);
}

.local-seo {
    padding: 88px 0;
    border-top: 1px solid var(--line);
}

.local-seo__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
}

.local-seo h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 44px);
    letter-spacing: -0.04em;
}

.grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 80;
    opacity: 0.022;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.cursor {
    display: none;
}

body.has-cursor,
body.has-cursor * {
    cursor: none !important;
}

body.has-cursor .cursor {
    display: block;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cursor__dot,
.cursor__ring {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cursor__dot {
    width: 6px;
    height: 6px;
    background: var(--brand);
}

.cursor__ring {
    width: 40px;
    height: 40px;
    border: 1px solid var(--brand);
    transition: width 0.3s var(--ease), height 0.3s var(--ease), background 0.3s;
}

body.is-hovering .cursor__ring {
    width: 64px;
    height: 64px;
    background: rgba(1, 239, 251, 0.1);
}

.pointer-fx {
    position: fixed;
    inset: 0;
    z-index: 40;
    pointer-events: none;
    background:
        radial-gradient(circle 220px at var(--mx, 50%) var(--my, 40%),
            rgba(1, 239, 251, 0.16) 0%,
            rgba(1, 239, 251, 0.08) 22%,
            rgba(1, 239, 251, 0.03) 48%,
            rgba(1, 239, 251, 0.01) 68%,
            transparent 100%);
    mix-blend-mode: screen;
}

.pointer-fx::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(1, 239, 251, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(1, 239, 251, 0.06) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 40%),
        #000 0%,
        rgba(0, 0, 0, 0.45) 38%,
        rgba(0, 0, 0, 0.12) 64%,
        transparent 100%);
    -webkit-mask-image: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 40%),
        #000 0%,
        rgba(0, 0, 0, 0.45) 38%,
        rgba(0, 0, 0, 0.12) 64%,
        transparent 100%);
    mix-blend-mode: screen;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
    .pointer-fx {
        display: none;
    }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    position: relative;
    isolation: isolate;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--bg);
    border-radius: var(--radius);
    background: var(--brand);
    transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:hover {
    background: #fff;
}

.btn--ghost {
    color: var(--text);
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--line-2);
}

.btn--ghost:hover {
    color: var(--bg);
    background: var(--brand);
    box-shadow: none;
}

.btn--solid {
    color: var(--bg);
    background: var(--brand);
}

.btn--header {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
}

.kicker {
    margin: 0 0 12px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lede {
    max-width: 48ch;
    color: var(--muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.hscroll__head h2,
.section-head h2,
.h-panel h3,
.studio h2,
.precision h2,
.about-teaser h2,
.cta-band h2,
.page-hero h1,
.prose h2,
.svc-row h3 {
    font-family: var(--display);
    font-weight: 600;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: var(--header);
    background: #070809;
    border-bottom: 1px solid var(--line);
}

.header-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
}

.header-line i {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 0 10px var(--brand-glow);
}

.site-header.is-scrolled .header-line i {
    transform: scaleX(1);
}

.site-header__bar {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.logo img {
    height: 42px;
    width: auto;
}

.logo__mark {
    display: none;
    height: 36px;
}

.nav {
    margin-left: auto;
}

.nav__list {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.25s;
}

.nav__link:hover,
.nav__item.is-active .nav__link {
    color: var(--text);
}

.nav__link svg {
    width: 10px;
    height: 8px;
    opacity: 0.7;
}

.has-sub {
    position: relative;
}

.nav__drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 280px;
    padding: 10px;
    background: #0e1116;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.28s var(--ease);
}

.has-sub:hover .nav__drop,
.has-sub:focus-within .nav__drop {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.nav__drop a {
    display: grid;
    gap: 2px;
    padding: 12px 14px;
    transition: background 0.2s;
}

.nav__drop a:hover {
    background: var(--brand-dim);
}

.nav__drop strong {
    font-size: 14px;
    font-weight: 600;
}

.nav__drop span {
    color: var(--muted);
    font-size: 12px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    position: relative;
}

.menu-toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1.5px;
    background: var(--text);
    transition: 0.3s var(--ease);
}

.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 26px; }

.menu-toggle.is-open span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 45;
    background: rgba(5, 6, 7, 0.96);
    padding: calc(var(--header) + 24px) 28px 48px;
    overflow: auto;
}

.mobile-nav[hidden] {
    display: none;
}

.mobile-nav__inner {
    display: grid;
    gap: 8px;
}

.mobile-nav a {
    font-size: 22px;
    font-weight: 500;
}

.mobile-nav__label {
    margin: 18px 0 4px;
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mobile-nav .btn {
    margin-top: 28px;
    justify-self: start;
}

/* Hero — cinematic full-bleed */
.hero {
    position: relative;
    z-index: 1;
    height: 100svh;
    min-height: 680px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr auto;
}

.hero__bg,
.hero__shade {
    position: absolute;
    inset: 0;
}

.hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
    transform: scale(1.08);
    will-change: transform;
}

.hero__shade {
    background:
        linear-gradient(180deg, rgba(7,8,9,0.55) 0%, rgba(7,8,9,0.12) 16%, transparent 32%, transparent 78%, rgba(7,8,9,0.62) 100%),
        radial-gradient(ellipse 58% 62% at 50% 46%, rgba(7,8,9,0.78) 0%, rgba(7,8,9,0.42) 46%, rgba(7,8,9,0.08) 72%, transparent 100%);
    z-index: 1;
}

.hero__fx {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle 280px at var(--hx, 50%) var(--hy, 42%),
        rgba(1, 239, 251, 0.28) 0%,
        rgba(1, 239, 251, 0.1) 32%,
        rgba(1, 239, 251, 0.03) 58%,
        transparent 74%);
    mix-blend-mode: screen;
}

.hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(1, 239, 251, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(1, 239, 251, 0.14) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle 260px at var(--hx, 50%) var(--hy, 42%), #000 0%, rgba(0,0,0,0.4) 42%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle 260px at var(--hx, 50%) var(--hy, 42%), #000 0%, rgba(0,0,0,0.4) 42%, transparent 72%);
    mix-blend-mode: screen;
}

.hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    text-align: center;
    padding: calc(var(--header) + 24px) 0 36px;
}

.hero__copy {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__copy::before {
    content: "";
    position: absolute;
    inset: -48px -90px;
    background: radial-gradient(ellipse at 50% 42%, rgba(7, 8, 9, 0.72) 0%, rgba(7, 8, 9, 0.38) 52%, transparent 74%);
    pointer-events: none;
    z-index: -1;
}

.hero__copy .kicker {
    margin-bottom: 14px;
}

.hero h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.06;
    letter-spacing: -0.035em;
    max-width: 14ch;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.65);
}

.hero h1 .line {
    display: block;
    overflow: hidden;
}

.hero h1 em {
    font-style: normal;
    color: var(--brand);
}

.hero .lede {
    margin: 18px 0 24px;
    max-width: 44ch;
    color: rgba(243, 245, 247, 0.94);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8), 0 0 32px rgba(7, 8, 9, 0.7);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero__rail {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--line);
    background: rgba(7, 8, 9, 0.72);
    backdrop-filter: blur(12px);
}

.hero__rail .wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 56px;
    font-size: 13px;
}

.hero__rail a {
    color: var(--muted);
    transition: color 0.2s;
}

.hero__rail a:hover {
    color: var(--brand);
}

.hero__rail span {
    margin-left: auto;
    color: var(--mute-2);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
}

/* Marquee */
.marquee {
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg-2);
    padding: 14px 0;
}

.marquee__track {
    display: flex;
    width: max-content;
}

.marquee__track span {
    padding: 0 28px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--muted);
    white-space: nowrap;
}

.marquee__track span::after {
    content: "·";
    margin-left: 28px;
    color: var(--brand);
}

/* Horizontal process */
.hscroll {
    position: relative;
    background: var(--bg);
    overflow: hidden;
}

.hscroll__pin {
    height: 100svh;
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: var(--header);
    padding-bottom: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hscroll__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 0;
    gap: 40px;
}

.hscroll__head h2 {
    margin: 0;
    font-weight: 500;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hscroll__head p {
    margin: 0;
    max-width: 38ch;
    color: var(--muted);
    font-size: 15px;
}

.hscroll__progress {
    margin-top: 16px;
    height: 1px;
    background: var(--line);
}

.hscroll__progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--brand);
}

.hscroll__track {
    display: flex;
    align-items: stretch;
    padding: 18px 0 0;
    padding-left: max(40px, calc((100vw - min(var(--wrap), calc(100% - 80px))) / 2));
    gap: 18px;
    will-change: transform;
}

.film {
    position: relative;
    flex: 0 0 min(44vw, 720px);
    width: min(44vw, 720px);
    height: min(62vh, 640px);
    max-height: 640px;
    overflow: hidden;
    border-radius: var(--radius);
}

.film img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.film:hover img {
    transform: scale(1.04);
}

.film__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 110px 28px 26px;
    background: linear-gradient(
        to top,
        rgba(7, 8, 9, 0.94) 0%,
        rgba(7, 8, 9, 0.78) 36%,
        rgba(7, 8, 9, 0.32) 68%,
        rgba(7, 8, 9, 0) 100%
    );
}

.film__cap span {
    display: block;
    margin-bottom: 8px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.film__cap h3 {
    margin: 0 0 8px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(20px, 1.8vw, 26px);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.film__cap p {
    margin: 0;
    max-width: 46ch;
    color: rgba(243, 245, 247, 0.88);
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

/* Services */
.services {
    padding: 100px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 36px;
}

.section-head h2 {
    margin: 0;
    font-weight: 500;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.svc {
    display: grid;
}

.svc-row {
    display: grid;
    grid-template-columns: 64px 1.2fr 0.8fr 110px;
    gap: 24px;
    align-items: center;
    padding: 24px 4px;
    border-top: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    transition: background 0.35s var(--ease);
}

.svc-row:last-child {
    border-bottom: 1px solid var(--line);
}

.svc-row:hover {
    background: var(--brand-dim);
}

.svc-row__n {
    color: var(--brand);
    letter-spacing: 0.08em;
    font-size: 13px;
    font-weight: 500;
}

.svc-row h3 {
    margin: 0 0 6px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
}

.svc-row p {
    margin: 0;
    color: var(--muted);
    max-width: 46ch;
}

.svc-row__visual {
    height: 96px;
    overflow: hidden;
    border-radius: var(--radius);
}

.svc-row__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.05);
    transition: transform 0.8s var(--ease), filter 0.4s;
}

.svc-row:hover .svc-row__visual img {
    transform: scale(1.08);
    filter: saturate(1.05);
}

.svc-row__go {
    justify-self: end;
    color: var(--brand);
    font-size: 13px;
}

/* Studio / colorizer */
.studio {
    padding: 20px 0 100px;
}

.studio__grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 0;
    align-items: stretch;
    background: #08090c;
    border: 1px solid var(--line);
    overflow: hidden;
}

.studio__copy {
    padding: 44px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.studio h2 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.finishes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 24px 0 12px;
}

.finish {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    text-align: left;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7, 8, 9, 0.55);
    color: var(--muted);
    font-size: 13px;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}

.finish i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
}

.finish__chrome {
    background: linear-gradient(135deg, #9aa0a8, #e8eaed, #6f757d) !important;
}

.finish__carbon {
    background:
        repeating-linear-gradient(45deg, #1a1a1a 0 3px, #2c2c2c 3px 6px) !important;
}

.finish.is-on,
.finish:hover {
    color: var(--text);
    border-color: var(--brand);
    background: var(--brand-dim);
}

.finish.is-on {
    transform: translateX(2px);
}

.swatch-name {
    margin: 8px 0 0;
    color: var(--brand);
    font-size: 13px;
    letter-spacing: 0.04em;
}

.car-stage {
    position: relative;
    width: 100%;
    background: #050607;
    overflow: hidden;
}

.car-shot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    transition: opacity 0.45s var(--ease);
    pointer-events: none;
}

.car-shot.is-on {
    position: relative;
    inset: auto;
    height: auto;
    display: block;
    opacity: 1;
    z-index: 1;
}

.car-stage__tag {
    position: absolute;
    left: 20px;
    bottom: 18px;
    z-index: 3;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(243, 245, 247, 0.55);
}

/* Precision split */
.precision {
    padding: 0 0 100px;
}

.precision__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 56px;
    align-items: center;
}

.precision h2 {
    margin: 0 0 14px;
    font-weight: 500;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.compare {
    position: relative;
    height: min(56vh, 480px);
    overflow: hidden;
    user-select: none;
    touch-action: none;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    cursor: ew-resize;
}

.compare img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.compare__after {
    clip-path: inset(0 50% 0 0);
}

.compare__bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--brand);
    transform: translateX(-50%);
}

.compare__bar::after {
    content: "⟷";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--bg);
    border: 1px solid var(--brand);
    color: var(--brand);
    font-size: 16px;
}

.compare__tag {
    position: absolute;
    top: 16px;
    z-index: 2;
    padding: 6px 10px;
    background: rgba(7, 8, 9, 0.72);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.compare__tag--a { left: 16px; }
.compare__tag--b { right: 16px; color: var(--brand); }

/* About teaser */
.about-teaser {
    padding: 0 0 40px;
}

.about-teaser__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    border: 1px solid var(--line);
}

.about-teaser__media {
    position: relative;
    overflow: hidden;
}

.about-teaser__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}

.about-teaser__copy {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bg-2);
}

.about-teaser h2 {
    margin: 0 0 14px;
    font-weight: 500;
    font-size: clamp(24px, 2.2vw, 34px);
    letter-spacing: -0.02em;
}

.facts {
    padding: 24px 0 80px;
}

.facts__head {
    max-width: 22ch;
    margin-bottom: 36px;
}

.facts__head h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(26px, 3vw, 40px);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.facts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.fact {
    padding: 36px 32px 32px;
    background: var(--bg-2);
}

.fact b {
    display: block;
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(40px, 4.4vw, 64px);
    letter-spacing: -0.04em;
    color: var(--brand);
    line-height: 1;
}

.fact strong {
    display: block;
    margin: 16px 0 8px;
    font-size: 18px;
    font-weight: 500;
}

.fact p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    max-width: 32ch;
}

.fact a {
    display: inline-block;
    margin-top: 16px;
    color: var(--brand);
    font-size: 13px;
    letter-spacing: 0.04em;
}

.fact a:hover {
    color: var(--text);
}

/* CTA */
.cta-band {
    margin: 64px 0 0;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
}

.cta-band::before {
    display: none;
}

.cta-band .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.cta-band h2 {
    margin: 0;
    font-weight: 500;
    font-size: clamp(22px, 2vw, 32px);
    letter-spacing: -0.02em;
}

/* Inner pages */
.page-hero {
    position: relative;
    padding: calc(var(--header) + 64px) 0 56px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.page-hero__bg {
    display: none;
}

.page-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: start;
}

.page-hero__index {
    margin: 10px 0 0;
    color: var(--brand);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.page-hero h1 {
    margin: 0 0 14px;
    font-weight: 500;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.page-body {
    padding: 72px 0 40px;
}

.prose {
    max-width: 68ch;
}

.prose--legal {
    max-width: 78ch;
}

.prose--legal h2 {
    margin-top: 2em;
}

.prose--legal ul,
.prose--legal ol {
    padding-left: 1.15em;
    color: var(--muted);
}

.prose--legal li {
    margin: 0.35em 0;
}

.prose h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.prose p,
.prose li {
    color: var(--muted);
}

.prose a {
    color: var(--brand);
}

.prose code {
    color: var(--brand);
    font-size: 0.92em;
}

.split-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 40px 0;
}

.stat {
    padding: 24px;
    border: 1px solid var(--line);
    background: var(--bg-2);
}

.stat strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 6px;
}

.stat span {
    color: var(--muted);
    font-size: 13px;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
}

.contact-card {
    padding: 28px;
    border: 1px solid var(--line);
    background: var(--bg-2);
    margin-bottom: 16px;
}

.contact-card small {
    color: var(--brand);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.contact-card p {
    margin: 8px 0 0;
    font-size: 18px;
}

.form {
    display: grid;
    gap: 14px;
}

.form label {
    display: grid;
    gap: 6px;
    font-size: 13px;
    color: var(--muted);
}

.form input:not([type="checkbox"]):not([type="hidden"]),
.form select,
.form textarea {
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--line-2);
    color: var(--text);
    padding: 14px 14px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
}

.form input:not([type="checkbox"]):focus,
.form select:focus,
.form textarea:focus {
    border-color: var(--brand);
}

.form textarea {
    min-height: 140px;
    resize: vertical;
}

.hp {
    position: absolute;
    left: -9999px;
}

.form-msg {
    padding: 14px 16px;
    border: 1px solid var(--brand);
    color: var(--brand);
    margin-bottom: 16px;
}

.form-msg.is-err {
    border-color: #ff5a6a;
    color: #ff8a96;
}

/* Footer */
.site-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--line);
    padding: 72px 0 28px;
    background: #050607;
}

.footer__slash {
    position: absolute;
    top: -1px;
    left: max(40px, calc((100vw - min(var(--wrap), calc(100% - 80px))) / 2));
    width: 64px;
    height: 1px;
    background: var(--brand);
}

.footer__top {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.8fr 0.9fr;
    gap: 32px;
}

.footer__brand img {
    height: 40px;
    width: auto;
    margin-bottom: 18px;
}

.footer__brand p {
    color: var(--muted);
    max-width: 36ch;
    margin: 0 0 22px;
}

.footer__col h3 {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
}

.footer__col a,
.footer__col span {
    display: block;
    color: var(--muted);
    padding: 5px 0;
    transition: color 0.2s;
}

.footer__col a:hover {
    color: var(--text);
}

.footer__mail {
    margin-top: 18px;
}

.footer__mail a {
    color: var(--text);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--mute-2);
    font-size: 13px;
}

.cookie {
    position: fixed;
    right: 28px;
    bottom: 96px;
    left: auto;
    z-index: 85;
    width: min(400px, calc(100% - 40px));
    display: grid;
    gap: 16px;
    padding: 20px 22px 18px;
    background: rgba(12, 15, 20, 0.96);
    border: 1px solid var(--line-2);
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px);
}

.cookie[hidden] {
    display: none;
}

.cookie__copy p:first-child {
    margin: 0 0 6px;
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
}

.cookie__copy p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.cookie a {
    color: var(--brand);
}

.cookie .btn {
    justify-self: start;
    min-height: 40px;
}

.svc-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.svc-card {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-end;
}

.svc-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}

.svc-card:hover img {
    transform: scale(1.06);
}

.svc-card div {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 24px;
    background: linear-gradient(transparent, rgba(7,8,9,0.9));
}

.svc-card span {
    color: var(--brand);
    font-size: 12px;
    letter-spacing: 0.14em;
}

.svc-card h3 {
    margin: 6px 0 4px;
    font-family: var(--display);
    font-weight: 600;
    font-size: 22px;
}

.svc-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.strip {
    padding: 20px 0 100px;
}

.mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 10px;
}

.mosaic__item {
    overflow: hidden;
    border-radius: var(--radius);
}

.mosaic__item:nth-child(1),
.mosaic__item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease);
}

.mosaic__item:hover img {
    transform: scale(1.05);
}

.mosaic--ppf .mosaic__item:nth-child(1),
.mosaic--ppf .mosaic__item:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
}

.mosaic--ppf .is-hero {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic--ppf .is-wide {
    grid-column: span 2;
}

.mosaic--ppf .is-tall {
    grid-row: span 2;
}

.mosaic--ppf .is-off {
    display: none;
}

.ppf-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.ppf-filters__btn {
    appearance: none;
    background: transparent;
    border: 1px solid var(--line);
    color: var(--muted);
    padding: 8px 14px;
    font: inherit;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.ppf-filters__btn.is-on {
    border-color: var(--brand);
    color: var(--brand);
}

.section-head__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.gallery {
    columns: 3;
    column-gap: 12px;
    padding-bottom: 40px;
}

.gallery a {
    display: block;
    margin: 0 0 12px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: var(--radius);
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s var(--ease);
}

.gallery a:hover img {
    transform: scale(1.03);
}

.cover {
    position: relative;
    height: min(72svh, 720px);
    min-height: 420px;
    overflow: hidden;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,8,9,0.5) 0%, rgba(7,8,9,0.12) 28%, rgba(7,8,9,0.86) 100%);
}

.cover__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 40px 48px;
    box-sizing: border-box;
    width: auto;
}

.cover__text .lede {
    max-width: 46ch;
    color: rgba(243, 245, 247, 0.88);
}

.cover__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.cover--optic {
    height: min(82svh, 820px);
    min-height: 520px;
}

.cover--optic::after {
    background:
        linear-gradient(90deg, rgba(7, 8, 9, 0.72) 0%, rgba(7, 8, 9, 0.28) 48%, rgba(7, 8, 9, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 8, 9, 0.45) 0%, rgba(7, 8, 9, 0.12) 32%, rgba(7, 8, 9, 0.94) 100%);
}

.cover--optic h1 {
    max-width: 14ch;
    font-size: clamp(36px, 5.4vw, 68px);
    line-height: 0.98;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.cover--optic .lede {
    margin-top: 18px;
    font-size: clamp(16px, 1.6vw, 19px);
}

.cover h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.03em;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 40px 0;
}

.work-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: var(--radius);
}

.lb {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(5,6,7,0.94);
    display: grid;
    place-items: center;
    padding: 48px;
}

.lb[hidden] {
    display: none;
}

.lb__img {
    max-width: min(92vw, 1400px);
    max-height: 86vh;
    object-fit: contain;
}

.lb__close,
.lb__nav {
    position: absolute;
    color: var(--text);
    font-size: 28px;
    width: 48px;
    height: 48px;
}

.lb__close { top: 16px; right: 16px; }
.lb__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb__next { right: 16px; top: 50%; transform: translateY(-50%); }

.lb__count {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--muted);
    font-size: 13px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cover--story {
    height: min(88svh, 860px);
}

.cover__rail {
    position: absolute;
    top: calc(var(--header) + 28px);
    right: max(40px, calc((100vw - min(var(--wrap), calc(100% - 80px))) / 2));
    z-index: 2;
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.seo-intro {
    padding: 88px 0 40px;
    border-bottom: 1px solid var(--line);
}

.seo-intro--tight {
    padding: 64px 0;
}

.seo-intro__grid {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 24px;
    align-items: start;
}

.seo-intro__index {
    margin: 6px 0 0;
    color: var(--brand);
    font-size: 13px;
    letter-spacing: 0.14em;
}

.band {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: end;
}

.band__img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.band__img img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    will-change: transform;
}

.band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,8,9,0.15), rgba(7,8,9,0.88));
}

.band__copy {
    position: relative;
    z-index: 1;
    padding: 0 40px 64px;
    max-width: min(52ch, 100%);
    width: auto;
    justify-self: start;
    box-sizing: border-box;
}

.band--flip .band__copy {
    margin-left: auto;
    text-align: right;
    justify-self: end;
}

.band__copy span {
    color: var(--brand);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
}

.band__copy h2 {
    margin: 10px 0 12px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 48px);
}

.band__copy p {
    margin: 0;
    color: rgba(243,245,247,0.82);
}

.films {
    padding: 96px 0;
}

.films__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.films__card {
    padding: 24px;
    border: 1px solid var(--line);
    background: var(--bg-2);
}

.films__card i {
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 18px;
    border-radius: 2px;
}

.films__card h3 {
    margin: 0 0 8px;
    font-family: var(--display);
    font-weight: 600;
    font-size: 20px;
}

.films__card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.steps-strip {
    padding: 40px 0 96px;
    border-top: 1px solid var(--line);
}

.steps-strip__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 28px;
    margin: 36px 0 0;
}

.steps-strip__list li {
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.steps-strip__list strong {
    display: block;
    margin-bottom: 8px;
    color: var(--text);
}

.steps-strip__list span {
    color: var(--muted);
    font-size: 14px;
}

.split-hero {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 100svh;
}

.split-hero__media {
    position: relative;
    min-height: 520px;
}

.split-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--header) + 40px) 48px 48px;
    background: #050607;
    border-left: 1px solid var(--line);
}

.split-hero__copy h1 {
    margin: 0 0 16px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(36px, 4.4vw, 58px);
    letter-spacing: -0.035em;
}

.split-hero__copy .btn {
    margin-top: 12px;
    align-self: flex-start;
}

.trim-stage {
    padding: 80px 0;
    background: var(--bg-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trim-stage__grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: stretch;
}

.trim-stage__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zone {
    display: flex;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 16px 14px;
    background: transparent;
    border: 0;
    border-left: 2px solid var(--line);
    color: var(--muted);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.zone span {
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.zone.is-on {
    color: var(--text);
    border-left-color: var(--brand);
    background: rgba(1, 239, 251, 0.04);
}

.trim-stage__view {
    position: relative;
    height: 560px;
    overflow: hidden;
    border-radius: var(--radius);
}

.trim-stage__view img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trim-stage__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    background: linear-gradient(transparent, rgba(7,8,9,0.92));
}

.trim-stage__cap h2 {
    margin: 0 0 8px;
    font-family: var(--display);
    font-weight: 600;
}

.trim-stage__cap p {
    margin: 0;
    max-width: 52ch;
    color: rgba(243,245,247,0.8);
}

.compare {
    padding: 88px 0;
}

.compare__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.compare h2 {
    margin: 0 0 12px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(22px, 2.2vw, 32px);
}

.compare p {
    margin: 0;
    color: var(--muted);
}

.compare a {
    color: var(--brand);
}

.vline {
    padding: 0 0 88px;
}

.vline__track {
    position: relative;
    margin-top: 36px;
    padding-left: 28px;
}

.vline__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--brand);
    transform-origin: top;
    transform: scaleY(0);
}

.vline ol {
    display: grid;
    gap: 28px;
}

.vline li {
    color: var(--muted);
}

.vline strong {
    display: block;
    margin-bottom: 6px;
    color: var(--text);
    font-family: var(--display);
    font-size: 20px;
}

.optic-hero {
    position: relative;
    height: 100svh;
    min-height: 640px;
    overflow: hidden;
    display: grid;
    align-items: end;
}

.optic-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.optic-hero__haze {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(180, 150, 70, 0.28);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.optic-hero__copy {
    position: relative;
    z-index: 2;
    padding-bottom: 64px;
}

.optic-hero h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(36px, 6vw, 72px);
    letter-spacing: -0.04em;
}

.optic-wipe {
    padding: 80px 0;
}

.optic-wipe__stage {
    position: relative;
    margin-top: 28px;
    overflow: hidden;
    border-radius: var(--radius);
    min-height: 56vh;
}

.optic-wipe__stage img {
    width: 100%;
    height: 56vh;
    object-fit: cover;
    display: block;
}

.optic-wipe__fog {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.optic-wipe__fog img {
    filter: sepia(0.55) saturate(0.7) brightness(0.78) contrast(0.92);
}

.optic-wipe__tag {
    position: absolute;
    bottom: 16px;
    z-index: 2;
    padding: 6px 10px;
    background: rgba(7,8,9,0.7);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.optic-wipe__tag--l { left: 16px; }
.optic-wipe__tag--r { right: 16px; color: var(--brand); }

.optic-steps {
    padding: 20px 0 80px;
}

.optic-step {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    padding: 36px 0;
    border-top: 1px solid var(--line);
}

.optic-step b {
    font-family: var(--display);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 600;
    color: var(--brand);
    line-height: 0.9;
}

.optic-step h2 {
    margin: 0 0 10px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(22px, 2.4vw, 34px);
}

.optic-step p {
    margin: 0;
    max-width: 62ch;
    color: var(--muted);
}

.optic-facts {
    padding: 48px 0 80px;
    background: #050607;
    border-top: 1px solid var(--line);
}

.optic-facts__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.optic-facts blockquote {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(22px, 2.6vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.optic-facts li {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.optic-facts strong {
    color: var(--brand);
}

.faq-block {
    padding: 88px 0;
    border-top: 1px solid var(--line);
}

.faq-block__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
}

.faq__item {
    border-top: 1px solid var(--line);
}

.faq__item summary {
    cursor: pointer;
    padding: 18px 0;
    font-weight: 500;
    list-style: none;
}

.faq__item summary::-webkit-details-marker {
    display: none;
}

.faq__item p {
    margin: 0 0 18px;
    color: var(--muted);
}

.cross {
    padding: 0 0 40px;
}

.cross__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cross__grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.cross__card {
    display: grid;
    gap: 6px;
    padding: 28px;
    border: 1px solid var(--line);
    background: var(--bg-2);
    color: inherit;
}

.cross__card span {
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cross__card strong {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 600;
}

.cross__card em {
    font-style: normal;
    color: var(--muted);
}

.cross__card:hover {
    border-color: var(--line-2);
}

.work-grid--6 {
    grid-template-columns: repeat(3, 1fr);
}

.grev {
    padding: 96px 0;
    border-top: 1px solid var(--line);
}

.grev__head {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 36px;
}

.grev__head h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 44px);
    letter-spacing: -0.04em;
}

.grev__head .lede {
    margin: 0;
}

.grev__frame {
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--bg-2);
}

.grev__bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
}

.grev__g {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    flex: none;
}

.grev__bar strong {
    font-weight: 600;
}

.grev__bar span:last-child {
    margin-left: auto;
    color: var(--mute-2);
    font-size: 13px;
}

.grev__map {
    display: block;
    width: 100%;
    height: 620px;
    border: 0;
    background: var(--bg-3);
    filter: grayscale(0.15) contrast(1.05);
}

.grev__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.dock--left,
.dock--right {
    position: fixed;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dock--left {
    left: 20px;
    bottom: 20px;
}

.dock--right {
    right: 20px;
    bottom: 20px;
}

.dock__btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

.dock__btn svg {
    width: 22px;
    height: 22px;
}

.dock__btn em {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 10px;
    background: #101418;
    border: 1px solid var(--line-2);
    color: var(--text);
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
}

.dock--left .dock__btn em {
    left: calc(100% + 10px);
    transform: translate(-6px, -50%);
}

.dock--right .dock__btn em {
    right: calc(100% + 10px);
    left: auto;
    transform: translate(6px, -50%);
}

.dock__btn:hover {
    transform: translateY(-2px);
}

.dock__btn:hover em {
    opacity: 1;
    transform: translate(0, -50%);
}

.dock__btn--tel {
    background: #101418;
    color: var(--brand);
    border: 1px solid rgba(1, 239, 251, 0.35);
}

.dock__btn--waze {
    background: #33ccff;
    color: #052029;
}

.dock__btn--waze img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.dock__btn--wa {
    width: 58px;
    height: 58px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.dock__btn--wa img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
}

@media (max-width: 720px) {
    .dock__btn em {
        display: none;
    }

    .cookie {
        right: 16px;
        left: 16px;
        width: auto;
        bottom: 92px;
    }
}

.cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100svh;
    border-bottom: 1px solid var(--line);
}

.about-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--header) + 48px) 48px 56px max(40px, calc((100vw - min(var(--wrap), calc(100% - 80px))) / 2));
}

.about-hero h1 {
    margin: 0 0 20px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(34px, 4.6vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.about-hero h1 .line {
    display: block;
    overflow: hidden;
}

.about-hero h1 .line span {
    display: block;
}

.about-hero h1 em {
    font-style: normal;
    color: var(--brand);
}

.about-hero .lede {
    max-width: 42ch;
}

.about-hero .btn {
    align-self: flex-start;
    margin-top: 8px;
}

.about-hero__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credo {
    padding: 96px 0;
}

.credo__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--line);
}

.credo__list li {
    padding: 32px 28px 32px 0;
    border-bottom: 1px solid var(--line);
}

.credo__list li:nth-child(odd) {
    padding-right: 36px;
    border-right: 1px solid var(--line);
}

.credo__list li:nth-child(even) {
    padding-left: 36px;
}

.credo__list strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 600;
}

.credo__list span {
    color: var(--muted);
}

.craft {
    padding: 20px 0 80px;
}

.craft__head {
    margin-bottom: 28px;
}

.craft__head h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(26px, 3vw, 40px);
}

.craft__row {
    display: grid;
    grid-template-columns: 72px 1fr 220px;
    gap: 28px;
    align-items: center;
    padding: 28px 0;
    border-top: 1px solid var(--line);
    color: inherit;
}

.craft__row span {
    color: var(--brand);
    letter-spacing: 0.12em;
    font-size: 13px;
}

.craft__row h3 {
    margin: 0 0 6px;
    font-family: var(--display);
    font-size: 26px;
    font-weight: 600;
}

.craft__row p {
    margin: 0;
    max-width: 54ch;
    color: var(--muted);
}

.craft__row img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius);
    transition: transform 0.5s var(--ease);
}

.craft__row:hover img {
    transform: scale(1.06);
}

.log {
    padding: 80px 0;
    background: var(--bg-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.log__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
}

.log h2 {
    margin: 0 0 12px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(26px, 3vw, 40px);
}

.log__ol {
    display: grid;
    gap: 0;
}

.log__ol li {
    padding: 22px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.log__ol b {
    display: block;
    margin-bottom: 6px;
    color: var(--text);
    font-family: var(--display);
    font-size: 20px;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: min(78vh, 760px);
    background: var(--bg-2);
}

.contact-hero__media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
}

.contact-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--header) + 48px) 56px 56px;
}

.contact-hero h1 {
    margin: 0 0 16px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.contact-hero .lede {
    max-width: 42ch;
}

.contact-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.contact-strip {
    padding: 28px 0 8px;
    border-bottom: 1px solid var(--line);
}

.contact-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.contact-tile {
    display: grid;
    gap: 6px;
    padding: 22px 22px 24px;
    background: var(--bg);
    transition: background 0.3s var(--ease);
}

.contact-tile:hover {
    background: var(--bg-3);
}

.contact-tile span {
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.contact-tile strong {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 600;
}

.contact-tile em {
    font-style: normal;
    color: var(--text);
    font-size: 14px;
}

.contact-tile p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.contact-top {
    padding: calc(var(--header) + 56px) 0 36px;
}

.contact-top h1 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(36px, 5vw, 64px);
    letter-spacing: -0.04em;
}

.contact-stage {
    padding: 56px 0 80px;
}

.contact-stage__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: start;
}

.intake {
    position: sticky;
    top: calc(var(--header) + 20px);
}

.intake h2 {
    margin: 0 0 20px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(22px, 2.2vw, 32px);
}

.intake li {
    padding: 16px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.intake strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
}

.intake__meta {
    margin-top: 28px;
    display: grid;
    gap: 18px;
}

.intake__card {
    margin-top: 28px;
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    background: var(--bg-2);
}

.intake__card small,
.intake__meta small {
    display: block;
    color: var(--brand);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px;
}

.intake__card a,
.intake__meta a {
    color: var(--text);
}

.intake__card a:hover,
.intake__meta a:hover {
    color: var(--brand);
}

.intake__legal {
    margin: 18px 0 0;
    color: var(--mute-2);
    font-size: 12px;
    line-height: 1.5;
}

.contact-panel {
    padding: 32px;
    border: 1px solid var(--line);
    background: var(--bg-2);
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form__note {
    margin: 0;
    font-size: 13px;
    color: var(--mute-2);
}

.form__check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    align-items: start;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.form__check input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    padding: 0;
    accent-color: var(--brand);
    flex: none;
}

.form__check a {
    color: var(--brand);
}

.contact-map {
    padding: 0 0 80px;
}

.contact-map__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.contact-map__copy {
    padding: 8px 8px 8px 0;
}

.contact-map__copy h2 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(24px, 2.6vw, 36px);
    letter-spacing: -0.03em;
}

.contact-map__copy p {
    color: var(--muted);
}

.contact-map__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 16px;
}

.contact-map__frame {
    min-height: 380px;
    border: 1px solid var(--line);
    overflow: hidden;
    background: var(--bg-3);
}

.contact-map__frame iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    filter: grayscale(0.35) contrast(1.05);
}

.visit {
    padding: 80px 0;
    border-top: 1px solid var(--line);
}

.visit h2 {
    margin: 0 0 36px;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(26px, 3vw, 40px);
}

.visit__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.visit article {
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.visit span {
    color: var(--brand);
    font-size: 12px;
    letter-spacing: 0.14em;
}

.visit h3 {
    margin: 10px 0 8px;
    font-family: var(--display);
    font-weight: 600;
    font-size: 20px;
}

.visit p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 1200px) and (min-width: 981px) {
    .svc-cards {
        grid-template-columns: 1fr 1fr;
    }
}

/* Fallback for horizontal on small screens */
@media (max-width: 980px) {
    .studio__grid,
    .precision__grid,
    .about-teaser__box,
    .contact-grid,
    .split-2,
    .footer__top,
    .svc-cards,
    .mosaic,
    .work-grid,
    .films__grid,
    .steps-strip__list,
    .compare__grid,
    .faq-block__grid,
    .local-seo__grid,
    .cross__grid,
    .optic-facts__grid,
    .split-hero,
    .trim-stage__grid,
    .seo-intro__grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery {
        columns: 2;
    }

    .mosaic {
        grid-auto-rows: 140px;
    }

    .hero {
        height: auto;
        min-height: 100svh;
    }

    .hero__content {
        padding-bottom: 24px;
    }

    .hero__rail .wrap {
        flex-wrap: wrap;
        gap: 12px 20px;
        padding: 12px 0;
    }

    .hero__rail span {
        margin-left: 0;
        width: 100%;
    }

    .film {
        flex: 0 0 min(78vw, 560px);
        width: min(78vw, 560px);
        height: min(48vh, 440px);
        min-height: 300px;
        max-height: 440px;
    }

    .section-head,
    .cta-band .wrap,
    .hscroll__head,
    .footer__bottom {
        flex-direction: column;
        align-items: start;
    }

    .cta-band__actions {
        width: 100%;
    }

    .stat-row,
    .page-hero__grid {
        grid-template-columns: 1fr;
    }

    .about-teaser__copy {
        padding: 28px;
    }

    .split-hero,
    .trim-stage__grid,
    .seo-intro__grid,
    .optic-step,
    .faq-block__grid,
    .local-seo__grid,
    .optic-facts__grid,
    .about-hero,
    .contact-stage__grid,
    .contact-hero,
    .contact-map__grid,
    .log__grid,
    .credo__list,
    .facts__grid {
        grid-template-columns: 1fr;
    }

    .contact-strip__grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-hero {
        min-height: 0;
    }

    .contact-hero__copy {
        padding: 36px 24px 40px;
    }

    .split-hero__copy {
        padding: 40px 24px 48px;
    }

    .about-hero__copy {
        padding: calc(var(--header) + 36px) 24px 40px;
    }

    .craft__row {
        grid-template-columns: 48px 1fr;
    }

    .craft__row img {
        display: none;
    }

    .visit__grid,
    .facts__grid,
    .form__row {
        grid-template-columns: 1fr;
    }

    .intake {
        position: static;
    }

    .credo__list li:nth-child(odd),
    .credo__list li:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .band--flip .band__copy {
        text-align: left;
        margin-left: 0;
        justify-self: stretch;
    }

    .cover__rail {
        display: none;
    }

    .cover__text {
        padding: 0 24px calc(56px + env(safe-area-inset-bottom, 0px));
    }

    .band__copy {
        padding: 0 24px calc(80px + env(safe-area-inset-bottom, 0px));
        max-width: none;
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 720px) {
    .hscroll__pin {
        height: auto;
        overflow: visible;
    }

    .hscroll__track {
        display: grid;
        height: auto;
        padding: 24px 0 48px;
        gap: 18px;
        transform: none !important;
    }

    .film {
        flex: none;
        width: 100%;
        height: 62vw;
        min-height: 320px;
    }

    .contact-strip__grid,
    .contact-hero__cta {
        grid-template-columns: 1fr;
        display: grid;
    }
}

@media (max-width: 860px) {
    .nav,
    .btn--header {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .logo__full {
        display: none;
    }

    .logo__mark {
        display: block;
    }
}

@media (max-width: 800px) {
    .wrap {
        width: calc(100% - 48px);
    }

    .svc-cards,
    .mosaic,
    .work-grid,
    .contact-grid,
    .split-2,
    .about-teaser__box,
    .studio__grid,
    .films__grid,
    .steps-strip__list,
    .compare__grid,
    .cross__grid,
    .cross__grid--3,
    .grev__head {
        grid-template-columns: 1fr;
    }

    .studio__grid {
        display: flex;
        flex-direction: column;
    }

    .studio__copy {
        padding: 24px 20px 28px;
        order: 2;
    }

    .car-stage {
        order: 1;
        width: 100%;
        flex-shrink: 0;
        min-height: 180px;
    }

    .grev__map {
        height: 460px;
    }

    .grev__bar span:last-child {
        display: none;
    }

    .gallery {
        columns: 1;
    }

    .mosaic__item:nth-child(1),
    .mosaic__item:nth-child(6),
    .mosaic--ppf .is-hero,
    .mosaic--ppf .is-wide,
    .mosaic--ppf .is-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}
