/* ─────────────────────────────────────────────────────────────────────────────
   Ogden Window Tinting — design system (Sept 2026)
   Warm black + one orange. "Sun vs. film." Big Shoulders Display + Inter.
   Mobile-first. Shared by every page.
   ───────────────────────────────────────────────────────────────────────────── */

:root {
  --bg: #0b0a09;
  --bg-2: #0f0d0b;
  --surface: #151311;
  --surface-2: #1c1916;
  --line: rgba(255, 236, 214, .09);
  --line-2: rgba(255, 236, 214, .16);
  --text: #f5f0e8;
  --text-2: #bfb6aa;
  --muted: #8a8177;
  --orange: #f08000;
  --orange-2: #ff9a2e;
  --orange-deep: #c96500;
  --orange-glow: rgba(240, 128, 0, .32);
  --white: #ffffff;

  --font-display: 'Big Shoulders Display', 'Arial Narrow', Impact, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;

  --gutter: clamp(18px, 5vw, 56px);
  --section: clamp(84px, 12vw, 168px);
  --wrap: 1280px;
  --wrap-narrow: 880px;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --nav-h: 72px;
  --bar-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01', 'cv11';
}
@media (max-width: 899px) { body { padding-bottom: var(--bar-h); } }

img, picture, video, svg { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--orange); color: #130a00; }
:focus-visible { outline: 2px solid var(--orange-2); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2 * var(--gutter), var(--wrap-narrow)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Type ──────────────────────────────────────────────────────────────────── */
.display, h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: .92;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-wrap: balance;
}
.d-1 { font-size: clamp(64px, 12vw, 176px); font-weight: 900; line-height: .86; letter-spacing: -.005em; }
.d-2 { font-size: clamp(48px, 8vw, 112px); font-weight: 900; line-height: .88; }
.d-3 { font-size: clamp(38px, 5.4vw, 72px); }
.d-4 { font-size: clamp(28px, 3.4vw, 44px); }
.d-5 { font-size: clamp(22px, 2.4vw, 30px); letter-spacing: .01em; }
.accent { color: var(--orange); }
.thin { font-weight: 300; letter-spacing: .01em; }
.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(245, 240, 232, .55);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange-2);
}
.eyebrow::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: .9; }
.eyebrow.plain::before { display: none; }

.lede { font-size: clamp(17px, 1.4vw, 20px); color: var(--text-2); line-height: 1.6; max-width: 58ch; text-wrap: pretty; }
.small { font-size: 13.5px; color: var(--muted); }
.mono { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
p { text-wrap: pretty; }

.section-head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .d-2, .section-head .d-3 { max-width: 14ch; }
.section-head.split { grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) {
  .section-head.split { grid-template-columns: 1.3fr 1fr; gap: 48px; }
  .section-head.split .lede { justify-self: end; max-width: 46ch; padding-bottom: 8px; }
}

/* ── Buttons ───────────────────────────────────────────────────────────────── */
.btn {
  --h: 54px;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: var(--h); padding: 0 26px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .01em; white-space: nowrap;
  transition: transform .5s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .5s var(--ease);
  overflow: hidden; isolation: isolate;
}
.btn .ico { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--orange); color: #140900; box-shadow: 0 10px 40px -10px var(--orange-glow); }
.btn-primary::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .9s var(--ease);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 50px -12px var(--orange-glow); background: var(--orange-2); }
.btn-primary:hover::after { transform: translateX(120%); }
.btn-ghost { color: var(--text); border: 1px solid var(--line-2); background: rgba(255,255,255,.02); backdrop-filter: blur(10px); }
.btn-ghost:hover { border-color: rgba(255,236,214,.4); background: rgba(255,255,255,.06); transform: translateY(-2px); }
.btn-light { background: var(--text); color: #120d08; }
.btn-light:hover { background: #fff; transform: translateY(-2px); }
.btn-sm { --h: 42px; padding: 0 18px; font-size: 14px; }
.btn-lg { --h: 62px; padding: 0 34px; font-size: 16px; }
.btn-block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: var(--text); }
.link-arrow .ico { width: 16px; height: 16px; transition: transform .4s var(--ease); }
.link-arrow:hover .ico { transform: translateX(4px); }
.link-arrow:hover { color: var(--orange-2); }

/* ── Nav ───────────────────────────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .4s, border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled { background: rgba(11, 10, 9, .72); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); border-color: var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 54px; height: 54px; }
.brand-word { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; line-height: 1; }
.brand-word small { display: block; font-size: 12px; letter-spacing: .3em; color: var(--text); font-weight: 700; }
.nav-links { display: none; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--text-2); position: relative; padding: 6px 0; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { display: none; align-items: center; gap: 10px; }
.nav-phone { display: none; font-weight: 600; font-size: 14.5px; color: var(--text); letter-spacing: .01em; }
@media (min-width: 1000px) { .nav-links, .nav-cta { display: flex; } .nav-phone { display: inline-flex; } }

.burger { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; position: relative; }
.burger span { position: absolute; width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .45s var(--ease), opacity .3s; }
.burger span:nth-child(1) { transform: translateY(-5px); }
.burger span:nth-child(3) { transform: translateY(5px); }
.burger.is-open span:nth-child(1) { transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: rotate(-45deg); }
@media (min-width: 1000px) { .burger { display: none; } }

.menu {
  position: fixed; inset: 0; z-index: 55; background: var(--bg);
  padding: calc(var(--nav-h) + 24px) var(--gutter) 40px;
  display: flex; flex-direction: column; justify-content: space-between;
  clip-path: circle(0 at calc(100% - 44px) 36px); transition: clip-path .7s var(--ease);
  visibility: hidden;
}
.menu.is-open { clip-path: circle(150% at calc(100% - 44px) 36px); visibility: visible; }
.menu-links { display: grid; gap: 4px; }
.menu-links a { font-family: var(--font-display); font-size: clamp(40px, 11vw, 64px); font-weight: 800; text-transform: uppercase; line-height: 1.05; display: flex; align-items: baseline; gap: 14px; padding: 4px 0; border-bottom: 1px solid var(--line); }
.menu-links a small { font-family: var(--font-body); font-size: 12px; letter-spacing: .18em; color: var(--orange-2); font-weight: 600; }
.menu-foot { display: grid; gap: 14px; }
.menu-foot .btn { width: 100%; }
.menu-meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }

/* ── Sticky mobile bar ─────────────────────────────────────────────────────── */
.bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: var(--bar-h);
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px var(--gutter);
  background: rgba(11,10,9,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .5s var(--ease);
}
.bar.is-on { transform: none; }
.bar .btn { --h: 44px; font-size: 14px; padding: 0 12px; }
@media (min-width: 900px) { .bar { display: none; } }

/* ── Preloader ─────────────────────────────────────────────────────────────── */
.loader { position: fixed; inset: 0; z-index: 100; background: var(--bg); display: grid; place-items: center; }
.loader-inner { display: grid; gap: 18px; justify-items: center; }
.loader-mark { width: 64px; height: 64px; opacity: 0; transform: translateY(8px); }
.loader-line { width: 140px; height: 2px; background: var(--line-2); overflow: hidden; border-radius: 2px; }
.loader-line i { display: block; width: 100%; height: 100%; background: var(--orange); transform: translateX(-100%); }
.loader-word { font-family: var(--font-display); font-weight: 800; letter-spacing: .3em; font-size: 12px; text-transform: uppercase; color: var(--muted); opacity: 0; }
body.is-loading { overflow: hidden; }

/* ── Cursor glow (fine pointers only) ──────────────────────────────────────── */
.glow { position: fixed; z-index: 1; left: 0; top: 0; width: 560px; height: 560px; margin: -280px 0 0 -280px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(240,128,0,.10) 0%, rgba(240,128,0,.04) 35%, transparent 65%); opacity: 0; transition: opacity .6s; mix-blend-mode: screen; }
@media (hover: hover) and (pointer: fine) { .glow.is-on { opacity: 1; } }

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: calc(var(--nav-h) + 40px) 0 clamp(36px, 6vh, 72px); overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); transform: scale(1.06); }
.hero-shade { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(11,10,9,.6) 0%, rgba(11,10,9,.25) 35%, rgba(11,10,9,.7) 70%, var(--bg) 100%),
    linear-gradient(90deg, rgba(11,10,9,.65) 0%, rgba(11,10,9,.25) 55%, rgba(11,10,9,0) 100%),
    radial-gradient(120% 80% at 80% 100%, rgba(240,128,0,.2), transparent 55%);
}
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .07; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero-top { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: clamp(24px, 4vh, 44px); }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,236,214,.18); background: rgba(11,10,9,.35); backdrop-filter: blur(10px); font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.pill .star { color: var(--orange-2); }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 3px rgba(61,220,132,.2); }
.hero h1 { max-width: 12ch; }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: block; }
.hero-grid { display: grid; gap: 28px; }
.hero-sub { max-width: 52ch; font-size: clamp(16px, 1.3vw, 19px); color: var(--text-2); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-foot { margin-top: clamp(32px, 6vh, 64px); padding-top: 22px; border-top: 1px solid rgba(255,236,214,.14); display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.hero-stat { display: grid; gap: 4px; }
.hero-stat b { font-family: var(--font-display); font-size: clamp(28px, 3vw, 40px); font-weight: 800; line-height: 1; letter-spacing: .01em; }
.hero-stat b .accent { font-weight: 900; }
.hero-stat span { font-size: 12.5px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.hero-scroll { display: none; position: absolute; right: var(--gutter); bottom: 28px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); writing-mode: vertical-rl; align-items: center; gap: 12px; }
.hero-scroll::after { content: ''; width: 1px; height: 56px; background: linear-gradient(var(--orange), transparent); animation: drop 2.2s var(--ease) infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.4fr 1fr; align-items: end; }
  .hero-foot { grid-template-columns: repeat(4, 1fr); }
  .hero-scroll { display: flex; }
}

/* ── Marquee ───────────────────────────────────────────────────────────────── */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 16px 0; background: var(--bg-2); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 0; width: max-content; will-change: transform; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 22px; padding: 0 22px; font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); white-space: nowrap; }
.marquee-item i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ── Sections ──────────────────────────────────────────────────────────────── */
.section { padding-block: var(--section); position: relative; }
.section.tight { padding-block: calc(var(--section) * .6); }
.section.alt { background: var(--bg-2); }
.section.line-top { border-top: 1px solid var(--line); }
.section.line-bottom { border-bottom: 1px solid var(--line); }

/* ── Sun / mission ─────────────────────────────────────────────────────────── */
.mission { position: relative; overflow: hidden; }
.sun-stage { position: relative; height: clamp(360px, 60vh, 640px); display: grid; place-items: center; margin-block: 24px 48px; }
.sun { position: absolute; width: clamp(240px, 42vw, 520px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #ffd27a 0%, #ff9a2e 30%, #f08000 55%, #b34f00 100%);
  box-shadow: 0 0 120px 30px rgba(240,128,0,.35), 0 0 260px 90px rgba(240,128,0,.16);
  animation: breathe 7s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
.sun-film { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,9,0) 0%, rgba(11,10,9,.96) 48%, rgba(11,10,9,.98) 100%); transform: translateY(100%); will-change: transform; }
.sun-film::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent); }
.sun-copy { position: relative; z-index: 2; text-align: center; display: grid; gap: 18px; justify-items: center; }
.sun-copy .d-1 { max-width: 9ch; text-shadow: 0 10px 60px rgba(0,0,0,.5); }
.sun-copy .pct { font-family: var(--font-display); font-size: clamp(88px, 18vw, 240px); font-weight: 900; line-height: .8; letter-spacing: -.01em; }
.sun-copy .pct sup { font-size: .32em; vertical-align: top; margin-left: .04em; color: var(--orange-2); }
.mission-grid { display: grid; gap: 28px; }
.mission-grid .stat { border-top: 1px solid var(--line-2); padding-top: 18px; display: grid; gap: 8px; }
.mission-grid .stat b { font-family: var(--font-display); font-size: clamp(40px, 5vw, 64px); font-weight: 900; line-height: 1; }
.mission-grid .stat p { color: var(--text-2); font-size: 15px; max-width: 34ch; }
.mission-grid .stat small { font-size: 12px; color: var(--muted); }
@media (min-width: 720px) { .mission-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; } }

/* ── Services bento ────────────────────────────────────────────────────────── */
.bento { display: grid; gap: 14px; grid-template-columns: 1fr; }
.tile { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; isolation: isolate; transition: transform .7s var(--ease), border-color .4s; }
.tile:hover { transform: translateY(-4px); border-color: var(--line-2); }
.tile-media { position: absolute; inset: 0; z-index: -1; }
.tile-media img, .tile-media video { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), filter .6s; filter: saturate(.85); }
.tile:hover .tile-media img, .tile:hover .tile-media video { transform: scale(1.06); filter: saturate(1); }
.tile-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,9,.05) 0%, rgba(11,10,9,.35) 45%, rgba(11,10,9,.92) 100%); }
.tile-num { position: absolute; top: 22px; left: 26px; font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .2em; color: var(--orange-2); }
.tile-tag { position: absolute; top: 20px; right: 20px; }
.tile h3 { font-size: clamp(30px, 3.4vw, 44px); margin-bottom: 8px; }
.tile p { color: var(--text-2); font-size: 15px; max-width: 34ch; margin-bottom: 16px; }
.tile .tile-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.chip { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,236,214,.08); border: 1px solid rgba(255,236,214,.14); color: var(--text); }
.chip.orange { background: rgba(240,128,0,.16); border-color: rgba(240,128,0,.4); color: var(--orange-2); }
.tile .link-arrow { margin-top: auto; }
@media (min-width: 720px) {
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(300px, auto); }
  .tile.span-4 { grid-column: span 4; }
  .tile.span-3 { grid-column: span 3; }
  .tile.span-2 { grid-column: span 2; }
  .tile.tall { grid-row: span 2; min-height: 100%; }
}

/* ── Film picker ───────────────────────────────────────────────────────────── */
.picker { display: grid; gap: 28px; }
.film-tabs { display: grid; gap: 10px; }
.film-tab { text-align: left; padding: 18px 20px; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--surface); display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; align-items: center; transition: border-color .3s, background .3s, transform .5s var(--ease); position: relative; overflow: hidden; }
.film-tab::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--orange); transform: scaleY(0); transition: transform .4s var(--ease); }
.film-tab:hover { border-color: var(--line-2); transform: translateX(4px); }
.film-tab.is-active { background: var(--surface-2); border-color: rgba(240,128,0,.45); }
.film-tab.is-active::before { transform: scaleY(1); }
.film-tab b { font-family: var(--font-display); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.film-tab .from { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--orange-2); text-align: right; }
.film-tab .from small { display: block; font-family: var(--font-body); font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.film-tab p { grid-column: 1 / -1; font-size: 13.5px; color: var(--text-2); }
.film-stage { border-radius: var(--r-lg); border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface-2), var(--surface)); padding: clamp(18px, 2.4vw, 28px); display: grid; gap: 18px; position: relative; overflow: hidden; }
.film-stage::before { content: ''; position: absolute; inset: -40% -20% auto; height: 80%; background: radial-gradient(50% 60% at 60% 30%, rgba(240,128,0,.16), transparent 70%); pointer-events: none; }
.shade-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.shade-tab { border: 1px solid var(--line-2); border-radius: var(--r-md); padding: 12px 8px; text-align: center; background: rgba(255,255,255,.02); transition: background .25s, border-color .25s, color .25s, transform .4s var(--ease); }
.shade-tab:hover { border-color: rgba(255,236,214,.4); transform: translateY(-2px); }
.shade-tab .pct { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 4vw, 34px); line-height: 1; }
.shade-tab .name { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 5px; font-weight: 600; }
.shade-tab[aria-selected="true"] { background: var(--text); color: #120d08; border-color: var(--text); }
.shade-tab[aria-selected="true"] .name { color: #5a4a3a; }
.ba { position: relative; aspect-ratio: 1240 / 692; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); user-select: none; touch-action: pan-y; cursor: ew-resize; background: #000; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .after { clip-path: inset(0 0 0 50%); }
.ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(0,0,0,.3); }
.ba-knob { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border-radius: 50%; background: #fff; color: #120d08; transform: translate(-50%, -50%); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.ba-knob svg { width: 22px; height: 22px; }
.ba-badge { position: absolute; top: 12px; padding: 6px 10px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; background: rgba(11,10,9,.7); backdrop-filter: blur(6px); color: var(--text); }
.ba-badge.l { left: 12px; } .ba-badge.r { right: 12px; background: var(--orange); color: #140900; }
.shade-desc { font-size: 14px; color: var(--text-2); }
.film-specs { display: grid; gap: 14px; }
.spec { display: grid; gap: 8px; }
.spec header { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: var(--text-2); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.spec header b { font-family: var(--font-display); font-size: 22px; color: var(--text); letter-spacing: .02em; }
.spec .track { height: 6px; border-radius: 4px; background: rgba(255,236,214,.08); overflow: hidden; }
.spec .fill { height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--orange-deep), var(--orange-2)); transition: width 1s var(--ease); }
.film-note { font-size: 13px; color: var(--muted); }
.film-note b { color: var(--text); font-weight: 600; }
@media (min-width: 900px) { .picker { grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; } }

/* ── Price builder ─────────────────────────────────────────────────────────── */
.builder { border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--surface); overflow: hidden; display: grid; }
.builder-controls { padding: clamp(22px, 3vw, 40px); display: grid; gap: 26px; }
.seg { display: grid; gap: 10px; }
.seg-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.seg-row { display: flex; flex-wrap: wrap; gap: 8px; }
.seg-btn { height: 42px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 14px; font-weight: 500; color: var(--text-2); transition: all .3s; background: rgba(255,255,255,.02); }
.seg-btn:hover { color: var(--text); border-color: rgba(255,236,214,.4); }
.seg-btn.is-active { background: var(--text); color: #120d08; border-color: var(--text); font-weight: 600; }
.builder-out { padding: clamp(22px, 3vw, 40px); background: radial-gradient(120% 100% at 100% 0%, rgba(240,128,0,.18), transparent 60%), var(--surface-2); border-top: 1px solid var(--line); display: grid; gap: 18px; align-content: center; }
.price-big { font-family: var(--font-display); font-weight: 900; font-size: clamp(88px, 12vw, 148px); line-height: .85; letter-spacing: -.01em; display: flex; align-items: flex-start; gap: 4px; }
.price-big sup { font-size: .36em; margin-top: .18em; color: var(--orange-2); font-weight: 800; }
.price-name { font-size: 15px; color: var(--text-2); }
.price-name b { color: var(--text); font-weight: 600; }
.price-fine { font-size: 12.5px; color: var(--muted); max-width: 40ch; }
.builder-out .btn { justify-self: start; }
@media (min-width: 900px) { .builder { grid-template-columns: 1.15fr .85fr; } .builder-out { border-top: 0; border-left: 1px solid var(--line); } }

/* ── Reel (horizontal scroller) ───────────────────────────────────────────── */
.reel { position: relative; }
.reel-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gutter) 24px; margin: 0 calc(-1 * var(--gutter)); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.reel-track::-webkit-scrollbar { display: none; }
.reel-item { flex: 0 0 clamp(240px, 32vw, 340px); aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; position: relative; scroll-snap-align: start; background: var(--surface); border: 1px solid var(--line); isolation: isolate; }
.reel-item video, .reel-item img { width: 100%; height: 100%; object-fit: cover; }
.reel-item video { position: absolute; inset: 0; opacity: 0; transition: opacity .6s; }
.reel-item.is-playing video { opacity: 1; }
.reel-cap { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: space-between; align-items: end; gap: 10px; z-index: 2; }
.reel-cap b { font-family: var(--font-display); font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; text-shadow: 0 4px 20px rgba(0,0,0,.6); }
.reel-cap small { display: block; font-size: 12px; color: var(--text-2); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.reel-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11,10,9,.85)); pointer-events: none; }
.reel-nav { display: none; gap: 8px; }
.reel-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: all .3s; }
.reel-nav button:hover { background: var(--text); color: #120d08; border-color: var(--text); }
.reel-nav .ico { width: 18px; height: 18px; }
@media (min-width: 900px) { .reel-nav { display: flex; } }

/* ── Reviews ───────────────────────────────────────────────────────────────── */
.reviews-head { display: grid; gap: 28px; align-items: end; margin-bottom: 40px; }
.rating-block { display: flex; align-items: center; gap: 22px; }
.rating-num { font-family: var(--font-display); font-weight: 900; font-size: clamp(96px, 14vw, 180px); line-height: .8; letter-spacing: -.02em; }
.rating-meta { display: grid; gap: 6px; }
.stars { display: flex; gap: 3px; color: var(--orange-2); }
.stars svg { width: 22px; height: 22px; }
.rating-meta b { font-size: 16px; font-weight: 600; }
.rating-meta span { font-size: 13px; color: var(--muted); }
.gbadge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-2); font-weight: 500; }
.gbadge svg { width: 18px; height: 18px; }
.review-rows { display: grid; gap: 14px; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.review-row { overflow: hidden; }
.review-row .track { display: flex; gap: 14px; width: max-content; animation: marquee 70s linear infinite; }
.review-row.reverse .track { animation-direction: reverse; animation-duration: 84s; }
.review-row:hover .track { animation-play-state: paused; }
.review { flex: 0 0 auto; width: min(360px, 82vw); padding: 22px 24px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); display: grid; gap: 12px; white-space: normal; }
.review .stars svg { width: 14px; height: 14px; }
.review p { font-size: 14.5px; color: var(--text-2); line-height: 1.55; }
.review footer { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; }
.review footer b { font-weight: 600; color: var(--text); }
.review footer span { color: var(--muted); }
@media (min-width: 900px) { .reviews-head { grid-template-columns: auto 1fr; gap: 60px; } .reviews-head .lede { max-width: 44ch; } }

/* ── Owner ─────────────────────────────────────────────────────────────────── */
.owner { display: grid; gap: 32px; align-items: center; }
.owner-photo { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 5; }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.owner-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11,10,9,.7)); }
.owner-badge { position: absolute; left: 20px; bottom: 20px; z-index: 2; display: grid; gap: 2px; }
.owner-badge b { font-family: var(--font-display); font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.owner-badge span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-2); font-weight: 600; }
.owner-copy { display: grid; gap: 22px; }
.quote-mark { font-family: var(--font-display); font-size: 120px; line-height: .5; color: var(--orange); font-weight: 900; height: 40px; }
.owner-copy blockquote { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.35; font-weight: 500; letter-spacing: -.01em; text-wrap: pretty; }
.owner-copy .sig { font-family: var(--font-display); font-size: 30px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--orange-2); }
.owner-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border-top: 1px solid var(--line-2); padding-top: 18px; }
.owner-facts b { font-family: var(--font-display); font-size: 34px; font-weight: 900; line-height: 1; display: block; }
.owner-facts span { font-size: 11px; white-space: nowrap; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
@media (min-width: 900px) { .owner { grid-template-columns: .85fr 1.15fr; gap: 64px; } }

/* ── Feature list / steps ──────────────────────────────────────────────────── */
.steps { display: grid; gap: 0; counter-reset: step; border-top: 1px solid var(--line-2); }
.step { display: grid; gap: 10px; padding: 26px 0; border-bottom: 1px solid var(--line); grid-template-columns: 56px 1fr; align-items: start; }
.step::before { counter-increment: step; content: '0' counter(step); font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--orange-2); line-height: 1.1; }
.step h3 { font-size: 28px; }
.step p { grid-column: 2; color: var(--text-2); font-size: 15px; max-width: 46ch; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 24px; } .step { grid-template-columns: 1fr; border-top: 1px solid var(--line-2); border-bottom: 0; padding: 26px 0 0; } .step p { grid-column: 1; } }

.split { display: grid; gap: 32px; align-items: center; }
.split-media { border-radius: var(--r-xl); overflow: hidden; position: relative; aspect-ratio: 4 / 5; background: var(--surface); }
.split-media img, .split-media video { width: 100%; height: 100%; object-fit: cover; }
.split-media.wide { aspect-ratio: 16 / 11; }
.split-copy { display: grid; gap: 20px; }
.split-copy ul { list-style: none; display: grid; gap: 10px; }
.split-copy li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--text-2); }
.split-copy li::before { content: ''; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: rgba(240,128,0,.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9a2e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 10px no-repeat; }
.split-copy .btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.rev .split-media { order: 2; } }

.cards-3 { display: grid; gap: 14px; }
.card { padding: 26px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); display: grid; gap: 12px; align-content: start; transition: transform .6s var(--ease), border-color .3s; }
.card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.card .ico-wrap { width: 44px; height: 44px; border-radius: 12px; background: rgba(240,128,0,.14); display: grid; place-items: center; color: var(--orange-2); }
.card .ico-wrap svg { width: 22px; height: 22px; }
.card h3 { font-size: 26px; }
.card p { font-size: 14.5px; color: var(--text-2); }
.card .k { font-family: var(--font-display); font-size: 40px; font-weight: 900; line-height: 1; }
@media (min-width: 720px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } .cards-2 { grid-template-columns: repeat(2, 1fr); } }

/* Film line list (flat glass) */
.lines { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.line-row { display: grid; grid-template-columns: 1fr; gap: 6px 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.line-row b { font-family: var(--font-display); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.line-row span { font-size: 14px; color: var(--text-2); }
.line-row em { font-style: normal; font-size: 12px; color: var(--orange-2); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
@media (min-width: 720px) { .line-row { grid-template-columns: 240px 1fr auto; align-items: center; } }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.faq { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; transition: color .3s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--orange-2); }
.faq summary .plus { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; position: relative; transition: transform .5s var(--ease), background .3s; }
.faq summary .plus::before, .faq summary .plus::after { content: ''; position: absolute; background: currentColor; width: 12px; height: 1.5px; }
.faq summary .plus::after { transform: rotate(90deg); transition: transform .4s var(--ease); }
.faq details[open] summary .plus { transform: rotate(45deg); background: var(--orange); color: #120d08; border-color: var(--orange); }
.faq .ans { padding: 0 0 24px; color: var(--text-2); font-size: 15.5px; max-width: 68ch; line-height: 1.65; }

/* ── Quote / contact ───────────────────────────────────────────────────────── */
.quote-grid { display: grid; gap: 28px; }
.quote-side { display: grid; gap: 24px; align-content: start; }
.contact-list { display: grid; gap: 0; border-top: 1px solid var(--line-2); }
.contact-list a, .contact-list div { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list small { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.contact-list b { font-family: var(--font-display); font-size: 28px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: color .3s; }
.contact-list a:hover b { color: var(--orange-2); }
.hours { display: grid; gap: 6px; font-size: 14px; }
.hours div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.hours div span:first-child { color: var(--text-2); }
.hours div.today span { color: var(--orange-2); font-weight: 600; }
.hours .closed { color: var(--muted); }
.form-shell { border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--surface); padding: clamp(8px, 2vw, 22px); position: relative; overflow: hidden; }
.form-shell::before { content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--orange-deep), var(--orange-2), transparent); }
.form-shell iframe { width: 100%; border: 0; display: block; min-height: 640px; height: 760px; background: transparent; }
.form-head { padding: 18px 16px 4px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.form-head b { font-family: var(--font-display); font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.form-head .small { display: flex; align-items: center; gap: 8px; }
@media (min-width: 900px) { .quote-grid { grid-template-columns: .8fr 1.2fr; gap: 56px; } }

/* ── CTA band ──────────────────────────────────────────────────────────────── */
.band { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 72px); background: var(--orange); color: #140900; isolation: isolate; }
.band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 100% at 100% 0%, rgba(255,230,180,.7), transparent 60%), radial-gradient(50% 80% at 0% 100%, rgba(120,50,0,.35), transparent 60%); }
.band .d-2 { max-width: 10ch; }
.band p { font-size: 17px; max-width: 46ch; color: rgba(20,9,0,.78); font-weight: 500; }
.band .btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.band .btn-dark { background: #140900; color: #fff; }
.band .btn-dark:hover { background: #2a1400; transform: translateY(-2px); }
.band .btn-ghost { color: #140900; border-color: rgba(20,9,0,.35); background: rgba(255,255,255,.12); }
.band .btn-ghost:hover { background: rgba(255,255,255,.28); border-color: rgba(20,9,0,.6); }
.band-grid { display: grid; gap: 28px; align-items: center; }
.band-word { position: absolute; right: -2%; bottom: -12%; font-family: var(--font-display); font-weight: 900; font-size: clamp(120px, 22vw, 320px); line-height: .8; color: rgba(20,9,0,.06); text-transform: uppercase; pointer-events: none; white-space: nowrap; z-index: -1; }
@media (min-width: 900px) { .band-grid { grid-template-columns: 1.2fr .8fr; } }

/* ── Footer ────────────────────────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; background: var(--bg-2); }
.footer-grid { display: grid; gap: 36px; }
.footer-brand { display: grid; gap: 16px; max-width: 34ch; }
.footer-brand p { font-size: 14px; color: var(--text-2); }
.footer h4 { font-size: 13px; letter-spacing: .18em; color: var(--muted); font-weight: 700; margin-bottom: 14px; font-family: var(--font-body); }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer li a { font-size: 14.5px; color: var(--text-2); transition: color .3s; }
.footer li a:hover { color: var(--orange-2); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 12.5px; color: var(--muted); }
.footer-bottom a:hover { color: var(--text); }
.socials { display: flex; gap: 8px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--text-2); transition: all .3s; }
.socials a:hover { color: #120d08; background: var(--text); border-color: var(--text); }
.socials svg { width: 17px; height: 17px; }
.footer-word { font-family: var(--font-display); font-weight: 900; font-size: clamp(64px, 14vw, 200px); line-height: .8; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px rgba(255,236,214,.14); white-space: nowrap; margin-top: 48px; overflow: hidden; user-select: none; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.3fr 1fr .8fr .8fr 1fr; } .footer-brand { grid-column: auto; } }

/* ── Page hero (inner pages) ───────────────────────────────────────────────── */
.page-hero { position: relative; padding: calc(var(--nav-h) + clamp(56px, 10vh, 120px)) 0 clamp(40px, 6vw, 72px); overflow: hidden; isolation: isolate; }
.page-hero .bgimg { position: absolute; inset: 0; z-index: -2; }
.page-hero .bgimg img, .page-hero .bgimg video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transform: scale(1.04); }
.page-hero .shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,10,9,.72), rgba(11,10,9,.5) 50%, var(--bg)); }
.page-hero .crumbs { display: flex; gap: 10px; align-items: center; font-size: 12.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; margin-bottom: 26px; }
.page-hero .crumbs a:hover { color: var(--text); }
.page-hero .crumbs i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.page-hero h1 { max-width: 12ch; }
.page-hero .hero-grid { margin-top: 26px; }
.page-hero .hero-foot { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .page-hero .hero-foot { grid-template-columns: repeat(4, 1fr); } }

/* Compare table */
.table-wrap { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 14.5px; background: var(--surface); }
table.cmp th, table.cmp td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.cmp th { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; background: var(--bg-2); }
table.cmp td:first-child { font-weight: 600; color: var(--text); }
table.cmp td { color: var(--text-2); font-variant-numeric: tabular-nums; }
table.cmp tr:last-child td { border-bottom: 0; }
table.cmp .hl td { background: rgba(240,128,0,.06); }
table.cmp .price { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--text); }

/* ── Reveal + motion helpers (GSAP drives; CSS fallback keeps content visible) ─ */
.rv { opacity: 0; transform: translateY(28px); }
.no-js .rv, .no-motion .rv { opacity: 1 !important; transform: none !important; }
.split-lines .line { display: block; overflow: hidden; }
.split-lines .line > span { display: block; }
.img-reveal { clip-path: inset(0 0 100% 0); }
.no-js .img-reveal, .no-motion .img-reveal { clip-path: none !important; }
.no-motion .sun-film { transform: translateY(30%) !important; }
.parallax { will-change: transform; }

/* Utilities */
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mt-4 { margin-top: 64px; }
.center { text-align: center; }
.grid-2 { display: grid; gap: 24px; } @media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; gap: 48px; } }
.hide-m { display: none; } @media (min-width: 900px) { .hide-m { display: initial; } }
.only-m { display: initial; } @media (min-width: 900px) { .only-m { display: none; } }
