/* ==========================================================================
   MESSECONTENT BY MADLYX — Onepager
   CI: #212121 Anthrazit · #7C2022 MADLYX Rot · #FFFFFF Weiß
   Type: Red Hat Text (System) · CHANEY (Statement)
   ========================================================================== */

@font-face { font-family: "Red Hat Text"; src: url("../fonts/RedHatText-Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("../fonts/RedHatText-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("../fonts/RedHatText-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("../fonts/RedHatText-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("../fonts/RedHatText-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Chaney"; src: url("../fonts/CHANEY-Wide.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Chaney Extended"; src: url("../fonts/CHANEY-Extended.otf") format("opentype"); font-weight: 400; font-display: swap; }

:root {
  --ink: #212121;
  --red: #7C2022;
  --white: #FFFFFF;

  /* Tints of the three brand colours only */
  --w-80: rgba(255, 255, 255, .8);
  --w-60: rgba(255, 255, 255, .6);
  --w-40: rgba(255, 255, 255, .4);
  --w-15: rgba(255, 255, 255, .15);
  --w-08: rgba(255, 255, 255, .08);
  --i-70: rgba(33, 33, 33, .7);
  --i-50: rgba(33, 33, 33, .5);
  --i-12: rgba(33, 33, 33, .12);

  --sans: "Red Hat Text", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Chaney", "Red Hat Text", sans-serif;

  --gutter: clamp(20px, 4.5vw, 72px);
  --max: 1440px;
  --nav-h: 60px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.light :focus-visible { outline-color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { position: relative; padding: clamp(96px, 13vw, 180px) 0; }
.light { background: var(--white); color: var(--ink); }

/* ---------- Type ---------- */
.eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--w-60);
  margin: 0 0 28px;
}
.light .eyebrow { color: var(--i-50); }
.eyebrow .idx { color: var(--white); font-variant-numeric: tabular-nums; }
.light .eyebrow .idx { color: var(--ink); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); order: 1; }
.eyebrow .idx { order: 0; }
.eyebrow .lbl { order: 2; }

.h-display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: .98;
  letter-spacing: .005em;
  margin: 0;
}
.h-xl {
  font-weight: 700;
  font-size: clamp(34px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -.028em;
  margin: 0;
  text-wrap: balance;
}
.h-l {
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0;
}
.h-xl .muted, .h-l .muted { color: var(--w-40); }
.light .h-xl .muted, .light .h-l .muted { color: var(--i-50); }
.lead { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; color: var(--w-80); max-width: 36em; font-weight: 400; }
.light .lead { color: var(--i-70); }
.body { color: var(--w-60); max-width: 34em; }
.light .body { color: var(--i-70); }
.accent-red { color: var(--red); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--red); --fg: var(--white); --bd: var(--red);
  display: inline-flex; align-items: center; gap: 14px;
  padding: 17px 24px 17px 26px;
  background: var(--bg); color: var(--fg);
  border: 1px solid var(--bd);
  border-radius: 2px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1;
  text-decoration: none; white-space: nowrap;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.btn svg { width: 16px; height: 16px; transition: transform .35s var(--ease); flex: none; }
.btn:hover { --bg: var(--white); --fg: var(--ink); --bd: var(--white); }
.btn:hover svg { transform: translateX(4px); }
.light .btn:hover { --bg: var(--ink); --fg: var(--white); --bd: var(--ink); }
.btn--ghost { --bg: transparent; --fg: var(--white); --bd: var(--w-40); }
.btn--ghost:hover { --bg: var(--white); --fg: var(--ink); --bd: var(--white); }
.btn--sm { padding: 11px 16px 11px 18px; font-size: 11.5px; gap: 10px; }
.btn--sm svg { width: 13px; height: 13px; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .5s var(--ease), border-color .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-solid { background: rgba(33, 33, 33, .94); border-bottom-color: var(--w-08); backdrop-filter: saturate(1.2) blur(8px); -webkit-backdrop-filter: saturate(1.2) blur(8px); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav__brand {
  font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; text-decoration: none;
  white-space: nowrap;
}
.nav__brand span { color: var(--w-60); font-weight: 500; }

/* ---------- 01 Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; background: var(--ink) url("../img/hero-poster.jpg") center / cover no-repeat; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media video { opacity: 0; transition: opacity 1.2s var(--ease); }
.hero__media video.is-ready { opacity: 1; }
.hero::before { /* legibility overlay */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(33,33,33,.55) 0%, rgba(33,33,33,.25) 30%, rgba(33,33,33,.45) 62%, rgba(33,33,33,.96) 100%),
    rgba(33,33,33,.22);
}
/* viewfinder frame */
.hero__frame { position: absolute; inset: calc(var(--nav-h) + 18px) var(--gutter) 24px; pointer-events: none; z-index: -1; }
.hero__frame i { position: absolute; width: 22px; height: 22px; border: 1.5px solid var(--w-60); }
.hero__frame i:nth-child(1) { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.hero__frame i:nth-child(2) { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.hero__frame i:nth-child(3) { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.hero__frame i:nth-child(4) { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.hero__rec {
  position: absolute; top: calc(var(--nav-h) + 40px); left: calc(var(--gutter) + 40px);
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: .2em; color: var(--w-80);
  font-variant-numeric: tabular-nums;
}
.hero__rec::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(124,32,34,.35); animation: rec 1.6s steps(1) infinite; }
@keyframes rec { 50% { opacity: .25; } }
.hero__rec .tc { color: var(--w-60); }

.hero__content { padding-bottom: clamp(56px, 8vh, 96px); padding-top: calc(var(--nav-h) + 110px); }
.hero__title {
  font-size: clamp(30px, 5.5vw, 96px);
  max-width: 15ch;
  text-wrap: balance;
}
.hero__question {
  margin: clamp(18px, 2.4vw, 32px) 0 0;
  font-size: clamp(22px, 2.9vw, 44px);
  font-weight: 300; line-height: 1.15; letter-spacing: -.02em;
  max-width: 22ch;
}
.hero__question strong { font-weight: 700; }
.hero__row {
  margin-top: clamp(32px, 4vw, 56px);
  display: grid; grid-template-columns: minmax(0, 34em) auto; gap: 32px 64px; align-items: end; justify-content: space-between;
}
.hero__sub { margin: 0; color: var(--w-80); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; }
.hero__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.price {
  display: inline-flex; align-items: baseline; gap: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--w-80);
}
.price b { font-size: 22px; letter-spacing: -.01em; color: var(--white); font-weight: 700; text-transform: none; }
.hero__scroll {
  position: absolute; bottom: 44px; right: calc(var(--gutter) + 40px);
  width: 1px; height: 56px; background: var(--w-15); overflow: hidden;
}
.hero__scroll::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--white); animation: scrollcue 2.4s var(--ease) infinite; }
@keyframes scrollcue { to { top: 100%; } }

/* ---------- 02 Positioning ---------- */
.pos { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 120px); align-items: start; }
.pos__text { position: sticky; top: calc(var(--nav-h) + 48px); }
.pos__text .lead { margin: 32px 0 0; }
.pos__honest { margin-top: clamp(48px, 5vw, 72px); padding-top: 32px; border-top: 1px solid var(--w-15); }
.pos__honest .h-l { margin-bottom: 18px; }
.pos__honest .body { margin: 0 0 36px; }
.pos__media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pos__media figure { margin: 0; overflow: hidden; background: #2a2a2a; position: relative; }
.pos__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.pos__media figure:hover img { transform: scale(1.035); }
.pos__media .m1 { grid-column: 1 / -1; aspect-ratio: 4 / 3.2; }
.pos__media .m2 { aspect-ratio: 4 / 5; }
.pos__media .m3 { aspect-ratio: 4 / 5; margin-top: 64px; }
.pos__media figcaption {
  position: absolute; left: 14px; bottom: 12px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--w-80);
}

/* ---------- 03 Leistungen (light) ---------- */
.svc__head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: clamp(56px, 7vw, 96px); }
.svc__head .h-xl { max-width: 13em; }
.svc { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.svc__item { padding: 36px clamp(20px, 2.6vw, 44px) 44px 0; position: relative; }
.svc__item + .svc__item { padding-left: clamp(20px, 2.6vw, 44px); border-left: 1px solid var(--i-12); }
.svc__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: clamp(48px, 6vw, 88px); }
.svc__num { font-size: 12px; font-weight: 600; letter-spacing: .2em; color: var(--i-50); }
.svc__icon { width: 44px; height: 44px; color: var(--ink); }
.svc__icon .r { stroke: var(--red); }
.svc__item h3 { margin: 0 0 14px; font-size: clamp(21px, 1.8vw, 26px); font-weight: 700; letter-spacing: -.015em; line-height: 1.2; }
.svc__item p { margin: 0; color: var(--i-70); font-size: 16px; }
.svc__item::after { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 3px; background: var(--red); transition: width .6s var(--ease); }
.svc__item + .svc__item::after { left: -1px; }
.svc__item:hover::after { width: 72px; }
.svc__foot { margin-top: clamp(48px, 6vw, 80px); display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.svc__foot p { margin: 0; font-size: 14px; color: var(--i-50); }

/* ---------- 04 Referenzen ---------- */
.ref__head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px 64px; align-items: end; margin-bottom: clamp(48px, 6vw, 88px); }
.ref__head .lead { margin: 0; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 24px); }
.reel {
  position: relative; display: block; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: #2a2a2a; text-align: left;
}
.reel img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), opacity .6s var(--ease); opacity: .88; }
.reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(33,33,33,0) 55%, rgba(33,33,33,.85) 100%); }
.reel:hover img { transform: scale(1.04); opacity: 1; }
.reel__play {
  position: absolute; z-index: 2; left: 50%; top: 50%; translate: -50% -50%;
  width: 76px; height: 76px; border-radius: 50%;
  border: 1.5px solid var(--w-80);
  display: grid; place-items: center;
  transition: background .4s var(--ease), border-color .4s var(--ease), scale .4s var(--ease);
}
.reel__play svg { width: 20px; height: 20px; margin-left: 3px; }
.reel:hover .reel__play { background: var(--red); border-color: var(--red); scale: 1.06; }
.reel__meta { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.reel__meta span { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--w-80); }
.reel__meta b { font-size: 16px; font-weight: 600; }

.gallery { margin-top: clamp(64px, 8vw, 120px); display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(10px, 1.2vw, 18px); align-items: start; }
.gallery button { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #2a2a2a; cursor: zoom-in; }
.gallery button:nth-child(even) { margin-top: clamp(32px, 5vw, 80px); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease), filter .6s var(--ease); filter: saturate(.9); }
.gallery button:hover img { transform: scale(1.05); filter: saturate(1); }
.gallery__note { margin-top: 28px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--w-40); }

/* logos */
.logos { border-top: 1px solid var(--w-08); border-bottom: 1px solid var(--w-08); padding: 40px 0; overflow: hidden; position: relative; }
.logos::before, .logos::after { content: ""; position: absolute; top: 0; bottom: 0; width: 12vw; z-index: 2; pointer-events: none; }
.logos::before { left: 0; background: linear-gradient(90deg, var(--ink), rgba(33,33,33,0)); }
.logos::after { right: 0; background: linear-gradient(270deg, var(--ink), rgba(33,33,33,0)); }
.logos__track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.logos:hover .logos__track { animation-play-state: paused; }
.logos__set { display: flex; align-items: center; gap: clamp(56px, 6vw, 96px); padding-right: clamp(56px, 6vw, 96px); }
.logos img { height: var(--h); width: auto; opacity: .62; transition: opacity .4s var(--ease); }
.logos img:hover { opacity: 1; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 05 Testimonials ---------- */
.quotes { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 120px); align-items: center; }
.quotes__photos { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #2a2a2a; max-width: 520px; width: 100%; }
.quotes__photos img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%;
  filter: grayscale(1) contrast(1.05);
  opacity: 0; scale: 1.04; transition: opacity .9s var(--ease), scale 1.6s var(--ease);
}
.quotes__photos img.is-active { opacity: 1; scale: 1; }
.quotes__stage { position: relative; }
.quote { display: none; margin: 0; }
.quote.is-active { display: block; animation: qin .8s var(--ease) both; }
@keyframes qin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.quote__mark { width: 40px; height: 30px; color: var(--red); margin-bottom: 28px; }
.quote blockquote { margin: 0; font-size: clamp(22px, 2.35vw, 36px); line-height: 1.3; font-weight: 400; letter-spacing: -.018em; text-wrap: pretty; }
.quote figcaption { margin-top: 36px; display: flex; flex-direction: column; gap: 4px; }
.quote figcaption b { font-size: 17px; font-weight: 700; }
.quote figcaption span { font-size: 15px; color: var(--w-60); }
.quotes__ctrl { margin-top: 56px; display: flex; align-items: center; gap: 24px; }
.quotes__arrows { display: flex; gap: 8px; }
.quotes__arrows button {
  width: 48px; height: 48px; border: 1px solid var(--w-15); border-radius: 2px; display: grid; place-items: center;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.quotes__arrows button:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.quotes__arrows svg { width: 16px; height: 16px; }
.quotes__count { font-size: 13px; font-weight: 600; letter-spacing: .16em; font-variant-numeric: tabular-nums; color: var(--w-60); min-width: 64px; }
.quotes__count b { color: var(--white); }
.quotes__bar { flex: 1; max-width: 240px; height: 2px; background: var(--w-15); position: relative; overflow: hidden; }
.quotes__bar i { position: absolute; inset: 0; background: var(--red); transform-origin: left; transform: scaleX(0); }
.quotes__bar i.run { animation: bar 7s linear forwards; }
.quotes.is-paused .quotes__bar i.run { animation-play-state: paused; }
@keyframes bar { to { transform: scaleX(1); } }

/* ---------- 06 Abschluss ---------- */
.close__statement { font-size: clamp(28px, 5vw, 80px); max-width: 16ch; }
.close__grid { margin-top: clamp(48px, 6vw, 88px); display: grid; grid-template-columns: 5fr 7fr; gap: 48px clamp(48px, 7vw, 120px); align-items: start; }
.close__grid .lead { margin: 0; }
.steps__label { font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--w-60); margin: 0 0 20px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--w-15); counter-reset: s; }
.steps li { display: grid; grid-template-columns: 72px 1fr auto; gap: 16px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--w-15); font-size: clamp(18px, 1.6vw, 23px); font-weight: 600; letter-spacing: -.01em; }
.steps li span { font-size: 13px; font-weight: 600; letter-spacing: .16em; color: var(--w-40); font-variant-numeric: tabular-nums; }
.steps li svg { width: 18px; height: 18px; color: var(--w-40); }
.steps li:first-child span { color: var(--white); }
.steps li:first-child span::after { content: ""; display: inline-block; width: 6px; height: 6px; background: var(--red); border-radius: 50%; margin-left: 10px; vertical-align: middle; }
.close__cta { margin-top: 40px; }

/* ---------- Calendly ---------- */
.book { padding: clamp(80px, 10vw, 140px) 0 clamp(72px, 8vw, 110px); }
.book__head { display: grid; grid-template-columns: 1fr auto; gap: 24px 48px; align-items: end; margin-bottom: 40px; }
.book__head .h-l { max-width: 18em; }
.book__mail { font-size: 15px; color: var(--i-70); margin: 0; text-align: right; }
.book__mail a { color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--red); padding-bottom: 1px; }
.book__mail a:hover { color: var(--red); }
.book__frame { position: relative; border: 1px solid var(--i-12); min-height: 700px; background: var(--white); }
.calendly-inline-widget { min-width: 320px; height: 760px; }
.consent {
  position: absolute; inset: 0; display: grid; place-items: center; padding: 32px; text-align: center;
  background:
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(33,33,33,.05) 79px 80px),
    var(--white);
}
.consent__box { max-width: 520px; background: var(--white); padding: 40px 32px; border: 1px solid var(--i-12); }
.consent__icon { width: 40px; height: 40px; margin: 0 auto 20px; color: var(--ink); }
.consent h3 { margin: 0 0 12px; font-size: 24px; font-weight: 700; letter-spacing: -.015em; }
.consent p { margin: 0 0 28px; font-size: 14px; color: var(--i-70); line-height: 1.55; }
.consent p a { color: var(--ink); }
.consent .btn { margin: 0 auto; }

/* ---------- Footer ---------- */
.footer { padding: 36px 0; border-top: 1px solid var(--w-08); font-size: 13px; color: var(--w-60); }
.footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer a { text-decoration: none; color: var(--w-80); }
.footer a:hover { color: var(--white); }
.footer nav { display: flex; gap: 10px; }

/* ---------- Lightbox ---------- */
.lb {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  background: rgba(33,33,33,.97);
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility 0s linear .4s;
  padding: 72px 16px 32px;
}
.lb.is-open { opacity: 1; visibility: visible; transition: opacity .4s var(--ease), visibility 0s; }
.lb__stage { max-width: 100%; max-height: 100%; display: grid; place-items: center; }
.lb__stage video, .lb__stage img { max-height: calc(100svh - 120px); max-width: min(100%, 1400px); width: auto; height: auto; background: #111; }
.lb__stage video { aspect-ratio: 9 / 16; height: calc(100svh - 120px); max-height: 1100px; }
.lb__close, .lb__nav { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--w-15); border-radius: 2px; transition: background .3s var(--ease), color .3s var(--ease); }
.lb__close:hover, .lb__nav:hover { background: var(--white); color: var(--ink); }
.lb__close { top: 12px; right: 16px; }
.lb__close svg, .lb__nav svg { width: 18px; height: 18px; }
.lb__nav { top: 50%; translate: 0 -50%; }
.lb__nav--prev { left: 16px; }
.lb__nav--next { right: 16px; }
.lb__count { position: absolute; top: 26px; left: 20px; font-size: 12px; font-weight: 600; letter-spacing: .2em; color: var(--w-60); }
.lb:not(.is-gallery) .lb__nav, .lb:not(.is-gallery) .lb__count { display: none; }

/* ---------- Reveal ---------- */
.js .rv { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.js .rv.in { opacity: 1; transform: none; }

/* ---------- Legal pages ---------- */
.legal { padding: calc(var(--nav-h) + 80px) 0 120px; }
.legal .wrap { max-width: 860px; }
.legal h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 700; letter-spacing: -.028em; line-height: 1.05; margin: 0 0 48px; }
.legal h2 { font-size: 20px; font-weight: 700; margin: 48px 0 12px; letter-spacing: -.01em; }
.legal p { color: var(--w-80); margin: 0 0 14px; }
.legal a { color: var(--white); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .pos { grid-template-columns: 1fr; }
  .pos__text { position: static; }
  .svc { grid-template-columns: 1fr; }
  .svc__item, .svc__item + .svc__item { padding: 32px 0 40px; border-left: 0; }
  .svc__item + .svc__item { border-top: 1px solid var(--i-12); }
  .svc__item + .svc__item::after { left: 0; }
  .svc__top { margin-bottom: 28px; }
  .ref__head, .close__grid, .quotes { grid-template-columns: 1fr; }
  .quotes__photos { max-width: 360px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery button:nth-child(even) { margin-top: 0; }
  .gallery button:nth-child(3n+2) { margin-top: 40px; }
  .gallery button:nth-child(n+4) { display: none; }
}
@media (max-width: 760px) {
  :root { --nav-h: 56px; }
  body { font-size: 16px; }
  .nav .wrap { gap: 10px; }
  .nav__brand { font-size: 10px; letter-spacing: .07em; }
  .nav .btn--sm { padding: 9px 10px; font-size: 9.5px; letter-spacing: .05em; }
  .nav .btn--sm svg { display: none; }
  .hero__rec { left: calc(var(--gutter) + 28px); top: calc(var(--nav-h) + 34px); }
  .hero__frame { inset: calc(var(--nav-h) + 14px) var(--gutter) 16px; }
  .hero__frame i { width: 16px; height: 16px; }
  .hero__row { grid-template-columns: 1fr; }
  .hero__scroll { display: none; }
  .hero__content { padding-bottom: 56px; }
  .btn { padding: 16px 18px 16px 20px; font-size: 12px; letter-spacing: .1em; white-space: normal; text-align: left; line-height: 1.25; }
  .hero__cta, .hero__cta .btn, .svc__foot .btn, .close__cta .btn, .pos__honest .btn { width: 100%; justify-content: space-between; }
  .nav .btn--sm { white-space: nowrap; }
  .svc__head, .book__head { grid-template-columns: 1fr; }
  .book__mail { text-align: left; }
  .reels {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 72%;
    overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter);
    scrollbar-width: none;
  }
  .reels::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: center; aspect-ratio: 9 / 16; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery button:nth-child(n) { margin-top: 0; display: block; }
  .gallery button:nth-child(1) { grid-column: 1 / -1; aspect-ratio: 4 / 4.2; }
  .gallery button:nth-child(n+4) { display: none; }
  .gallery__note span:last-child { display: none; }
  .pos__media { gap: 10px; }
  .pos__media .m3 { margin-top: 36px; }
  .steps li { grid-template-columns: 48px 1fr; }
  .steps li svg { display: none; }
  .quotes__photos { max-width: none; aspect-ratio: 4 / 3; }
  .quotes__ctrl { margin-top: 36px; }
  .book__frame { margin: 0 calc(var(--gutter) * -1); border-left: 0; border-right: 0; }
  .calendly-inline-widget { height: 1000px; }
  .lb__nav { top: auto; bottom: 16px; translate: none; }
  .lb__stage video { height: auto; width: 100%; max-height: calc(100svh - 110px); }
}

@media (max-width: 360px) {
  .nav__brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .logos__track { animation: none; flex-wrap: wrap; }
  .js .rv { opacity: 1; transform: none; }
}
