/* Knight-Rider.NRW — cinematic redesign, September 2026.
   Shared presentation layer; original content and server endpoints are retained. */
:root {
  --black: #090a0c;
  --panel: #141618;
  --panel-2: #202225;
  --red: #dc152b;
  --red-bright: #ff4054;
  --white: #f2f3f4;
  --muted: #a8adb2;
  --line: rgb(255 255 255 / 14%);
  --max: 1640px;
  --font: "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --tech: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --gutter: max(5vw, 28px);
  --hero-gutter: max(6vw, calc((100vw - 1840px) / 2));
}

html { scroll-padding-top: 110px; }
body { background: var(--black); }
body::before { display: none; }
::selection { color: #fff; background: #b51226; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
:is(a, button, input, textarea):focus-visible {
  outline: 2px solid #ff6676;
  outline-offset: 5px;
}
:is(h1, h2, h3) { text-wrap: balance; overflow-wrap: anywhere; }
:is(p, li, address, .contact-links a) { overflow-wrap: anywhere; }
.skip-link { border-radius: 3px; }

/* An understated frame leaves the spotlight on the car. */
.site-header, .site-header.scrolled {
  min-height: 90px;
  padding: 12px max(28px, calc((100vw - 1800px) / 2));
  gap: 36px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  background: rgb(9 10 12 / 88%);
  backdrop-filter: blur(18px);
  box-shadow: none;
  transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgb(9 10 12 / 97%); border-color: rgb(255 255 255 / 20%); }
.site-header::before, .site-header::after { display: none; }
.brand { flex: 0 0 auto; min-width: 0; }
.brand img, .site-header.scrolled .brand img {
  width: 230px; height: 62px; filter: none; object-position: left center;
}
.brand:hover img { transform: none; }
.main-nav { gap: clamp(14px, 1.5vw, 28px); justify-content: flex-end; }
.main-nav > a, .nav-group > button {
  min-height: 44px; padding: 14px 0; font: 600 14px var(--font);
  letter-spacing: .025em; text-shadow: none; white-space: nowrap;
}
.main-nav > a:hover, .main-nav > a.active, .nav-group > button:hover { transform: none; }
.main-nav > a:not(.nav-cta)::after, .nav-group > button::after {
  height: 2px; bottom: 5px; background: var(--red-bright); box-shadow: none;
}
.main-nav .nav-cta {
  padding: 14px 20px; border: 1px solid #d92335; border-radius: 3px;
  color: #fff; background: #b71224; box-shadow: none;
}
.main-nav .nav-cta:hover { background: #df1730; border-color: #ff4054; box-shadow: none; }
.nav-group button span { margin-left: 5px; color: #ff596c; }
.nav-group .nav-submenu {
  top: calc(100% + 13px); left: -18px; width: 272px;
  padding: 10px; border: 1px solid #3a3c40; border-top: 2px solid var(--red);
  border-radius: 0 0 5px 5px; background: #141518;
  box-shadow: 0 22px 60px rgb(0 0 0 / 40%);
  visibility: hidden; opacity: 0; pointer-events: none;
}
.nav-group.open .nav-submenu { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.nav-submenu a { min-height: 44px; font: 500 14px/1.5 var(--font); letter-spacing: 0; text-transform: none; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: #24262b; color: #fff; }

/* Home / opening shot. */
.hero {
  min-height: max(800px, 100svh);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  padding: clamp(160px, 19svh, 400px) var(--hero-gutter) 145px;
  background: #090a0c; isolation: isolate;
}
.hero-bg {
  object-position: 63% 56%; filter: saturate(.78) contrast(1.08) brightness(.86);
  transform: none; animation: cinematic-entry 1.6s cubic-bezier(.2,.6,.2,1) both;
}
.hero::before {
  background: linear-gradient(90deg, rgb(6 8 11 / 94%) 0%, rgb(6 8 11 / 72%) 26%, rgb(6 8 11 / 18%) 56%, transparent 78%),
    linear-gradient(0deg, #090a0c 0%, rgb(9 10 12 / 5%) 27%, transparent 74%, rgb(9 10 12 / 32%) 100%);
}
.hero-content { width: min(680px, 51%); }
.eyebrow {
  color: #b9bec3; font: 500 12px/1.7 var(--tech); letter-spacing: .12em;
  gap: 13px; margin-bottom: 26px;
}
.eyebrow::before { flex: 0 0 26px; width: 26px; height: 2px; background: var(--red); box-shadow: none; }
.hero .eyebrow { display: block; color: #f0c7c4; font-size: 12px; }
.hero .eyebrow::before { display: inline-block; margin: 0 12px 3px 0; content: ""; }
.hero .eyebrow > span { display: block; padding-left: 41px; color: #bcc0c4; font-size: 12px; letter-spacing: .08em; }
.hero h1, .page-hero h1 {
  color: var(--white); font-family: var(--font); font-weight: 850;
  font-size: clamp(100px, 11.1vw, 208px); line-height: .91; letter-spacing: -.075em;
  text-transform: none;
}
.hero h1 > span {
  margin-top: 14px; color: #f2f3f4; font-size: clamp(38px, 4.2vw, 78px);
  font-weight: 500; line-height: 1.08; letter-spacing: -.055em;
  -webkit-text-stroke: 0; white-space: normal;
}
.hero h1 .hero-period { display: inline; color: var(--red-bright); font: inherit; -webkit-text-stroke: 0; }
.hero-lead { max-width: 465px; margin-top: 29px; color: #bfc3c8; font-size: clamp(17px, 1.15vw, 21px); line-height: 1.65; }
.actions { gap: 12px; margin-top: 30px; }
.button {
  position: relative; min-height: 54px; padding: 14px 23px; gap: 22px;
  border-radius: 3px; color: #fff; background: #b91226; border-color: #e02b3e;
  font: 650 14px/1.4 var(--font); letter-spacing: .01em; text-transform: none;
  cursor: pointer; transition: background .2s, border-color .2s, transform .2s;
}
a.button::after { content: "↗"; font-size: 20px; font-weight: 400; }
.button:hover { background: #df1730; transform: translateY(-2px); box-shadow: none; }
.button.secondary { border-color: #5b5d61; color: #efeff1; background: rgb(15 16 19 / 64%); }
.button.secondary:hover { background: #282a2e; border-color: #a8acb0; }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.hero-coordinate {
  position: absolute; z-index: 2; right: var(--hero-gutter); top: 175px;
  display: grid; gap: 4px; padding-right: 16px; border-right: 2px solid var(--red);
  color: #c8c9ca; font: 500 12px/1.55 var(--tech); letter-spacing: .15em; text-align: right;
}
.hero-coordinate b { margin-top: 10px; color: #f7e4e0; font-size: 12px; font-weight: 400; }
.hero-bottom {
  position: absolute; z-index: 2; right: var(--hero-gutter); bottom: 36px; left: var(--hero-gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 20%);
  color: #a7acb0; font: 400 12px/1.6 var(--tech); letter-spacing: .065em;
}
.hero-bottom a { min-height: 44px; display: flex; align-items: center; gap: 24px; color: #eceef0; font: 500 14px var(--font); text-decoration: none; }
.hero-bottom a span { font-size: 22px; color: #ff4f62; }
.scanner-line { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 2px; overflow: hidden; background: #391017; pointer-events: none; }
.scanner-line i {
  display: block; width: 22%; height: 100%; margin-left: 39%;
  background: linear-gradient(90deg, transparent, #d4162a 28%, #ff7682 50%, #d4162a 72%, transparent);
  animation: scanner-sweep 2.2s ease-in-out 2 alternate;
}

/* The narrative keeps its original order, with a calmer rhythm. */
.section { padding: clamp(80px, 8.5vw, 144px) var(--gutter); }
.section-head { grid-template-columns: 1fr .86fr; align-items: end; gap: clamp(40px, 8vw, 140px); margin-bottom: 56px; }
.section-head h2, .rent-band h2, .contact-section .contact-copy h2 {
  max-width: 790px; font-family: var(--font); font-weight: 750;
  font-size: clamp(40px, 5.1vw, 88px); line-height: 1.04; letter-spacing: -.055em; text-transform: none;
}
.section-head p { font-size: clamp(17px, 1.23vw, 21px); line-height: 1.75; color: #aeb3b8; }
.section-head .eyebrow { margin-bottom: 26px; font: 500 12px/1.7 var(--tech); letter-spacing: .12em; }
.project-section { background: #d0d2ce; color: #141618; }
.project-section .section-head h2 { max-width: 600px; }
.project-section .section-head p { color: #43474a; }
.project-section .eyebrow { color: #555a5e; }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); border: 0; border-top: 1px solid #aaaead; }
.stat { position: relative; padding: 40px 30px 0; border: 0; }
.stat:first-child { padding-left: 0; }
.stat:not(:last-child)::after { position: absolute; top: 40px; bottom: 0; right: 0; width: 1px; background: #a8acaa; content: ""; }
.stat strong { color: #151719; font-size: clamp(36px, 4.1vw, 70px); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
.stat span { color: #4e5558; font: 500 12px/1.6 var(--tech); letter-spacing: .055em; margin-top: 16px; }
.systems-section { background: #0e1012; }
.feature-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; border: 0; }
.feature-card {
  grid-column: span 6; min-height: 420px; padding: clamp(26px, 2.8vw, 46px);
  border: 1px solid #303338; border-radius: 7px; background: #14161a;
  transition: border-color .25s; isolation: isolate;
}
.feature-card:nth-child(1), .feature-card:nth-child(4) { grid-column: span 7; }
.feature-card:nth-child(2), .feature-card:nth-child(3) { grid-column: span 5; }
.feature-card:nth-child(-n+2) { min-height: 520px; }
.feature-card img { filter: saturate(.7) brightness(.82); transition: transform .7s cubic-bezier(.2,.6,.2,1), filter .4s; }
.feature-card:nth-child(1) img { object-position: 65% center; }
.feature-card:nth-child(4) img { object-fit: contain; padding: 24px 0; object-position: right center; }
.feature-card::after { background: linear-gradient(0deg, rgb(7 9 12 / 98%) 0%, rgb(7 9 12 / 82%) 18%, rgb(7 9 12 / 8%) 78%); }
.feature-card > small {
  align-self: flex-start; margin: 0 0 auto; padding: 7px 10px; border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 2px; color: #e8eaed; background: rgb(11 13 16 / 82%); font: 500 12px/1.5 var(--tech); letter-spacing: .045em;
}
.feature-card h3 { padding-top: 50px; font: 650 clamp(32px, 3vw, 50px)/1.07 var(--font); letter-spacing: -.045em; text-transform: none; }
.feature-card p { max-width: 43ch; margin-top: 17px; color: #bcc1c8; font-size: 17px; line-height: 1.65; }
.feature-card > .feature-arrow {
  position: absolute; right: 28px; top: 28px; width: 44px; height: 44px;
  display: grid; place-items: center; border: 1px solid #727780; border-radius: 50%;
  background: rgb(10 12 15 / 56%); color: #eee; font: 400 25px var(--font); transition: background .25s, border-color .25s;
}
.feature-card:hover, .feature-card:focus-visible { border-color: #d33c4c; }
.feature-card:hover img, .feature-card:focus-visible img { transform: scale(1.025); filter: saturate(.95) brightness(.92); }
.feature-card:hover .feature-arrow, .feature-card:focus-visible .feature-arrow { background: #b91226; border-color: #ff5366; }
.reviews-section { background: #191b1e; }
.reviews-shell { padding-inline: 60px; }
.reviews-track { grid-auto-columns: minmax(300px, 360px); gap: 20px; padding-top: 5px; }
.review-card { background: #cfd1ce; color: #17191b; border-color: #cfd1ce; border-radius: 6px; box-shadow: none; padding: 30px; }
.review-head { grid-template-columns: 46px minmax(0, 1fr) 25px; }
.review-head small, .review-verified { color: #50565b; }
.review-verified { font-size: 12px; letter-spacing: 0; }
.review-stars { color: #916015; }
.reviews-arrow { width: 46px; height: 46px; border-color: #5b6066; }
.reviews-meta { font: 400 13px/1.6 var(--font); letter-spacing: 0; text-transform: none; }
.reviews-meta a { text-decoration: underline; text-underline-offset: 4px; }
.rent-band { min-height: 780px; padding: 125px var(--hero-gutter); border-top: 1px solid #303338; }
.rent-band img { object-position: 70% center; filter: saturate(.78) brightness(.78); }
.rent-band::after { background: linear-gradient(90deg, rgb(6 8 11 / 96%) 0%, rgb(6 8 11 / 72%) 42%, rgb(6 8 11 / 14%) 100%), linear-gradient(0deg, #090a0c, transparent 30%); }
.rent-band-content { width: min(650px, 100%); }
.rent-band h2 { font-size: clamp(46px, 6.3vw, 100px); }
.rent-band p { max-width: 490px; color: #c2c6cb; }
.rent-band .eyebrow { color: #f0b3bb; font-size: 12px; }

/* Editorial subpages: the photography is large, the reading column is not. */
.page-hero { min-height: max(620px, 70svh); padding: 200px var(--gutter) 70px; align-items: flex-end; background: #141618; }
.page-hero img { object-position: center 50%; filter: saturate(.78) brightness(.78); }
.page-hero::after { background: linear-gradient(0deg, #090a0c 0%, rgb(9 10 12 / 68%) 28%, rgb(9 10 12 / 8%) 78%), linear-gradient(90deg, rgb(9 10 12 / 25%), transparent); }
.page-hero-content { margin: 0 auto; }
.page-hero h1 { max-width: 1200px; font-size: clamp(52px, 7.5vw, 132px); line-height: 1.02; letter-spacing: -.06em; }
.page-hero .eyebrow { margin-bottom: 20px; color: #e1c4c8; }
.back-link { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 22px; color: #cdd0d5; font: 400 14px var(--font); text-decoration: none; }
.back-link:hover { color: #fff; }
body[data-page="kitts-inneren-werte"] .page-hero img,
body[data-page="neural-interface-echte-ki"] .page-hero img { object-position: center 35%; }
.section-light, .article-section { color: #232628; background: #d0d2ce; }
.article-section { padding-block: clamp(70px, 7vw, 120px); }
.article-layout { max-width: 1120px; }
.article-section .article-body { max-width: none; }
.article-body > :is(p, ul, ol, h2, h3, blockquote, address) { max-width: 820px; margin-left: auto; margin-right: auto; }
.article-section .article-body p, .article-section .article-body li { color: #43484c; font-size: 18px; line-height: 1.85; }
.article-section .article-body > p:first-child { color: #1f2326; font-size: clamp(23px, 2vw, 31px); line-height: 1.55; letter-spacing: -.025em; }
.article-body h2, .article-body h3 {
  font-family: var(--font); font-weight: 700; line-height: 1.15; letter-spacing: -.04em; text-transform: none;
}
.article-body h2 { font-size: clamp(30px, 3.2vw, 52px); margin-top: 70px; }
.article-body h3 { font-size: clamp(24px, 2.25vw, 34px); }
.article-section .article-body h2, .article-section .article-body h3 { color: #191c1e; }
.article-section .original-copy a { color: #8b1121; text-decoration-thickness: 1px; }
.article-section .original-copy a:hover { color: #4f0710; }
.article-section .article-body blockquote { background: rgb(255 255 255 / 18%); padding: 22px 28px; border-color: #b8182d; }
.article-section .article-body blockquote p { color: #363c40; }
.article-section .data-grid { --line: #a6acaa; max-width: 820px; margin-inline: auto; }
.article-section .data-grid strong { color: #24282b; }
.article-section .data-grid span { color: #555d61; font-size: 12px; }
.article-visuals, .article-media { margin-block: 52px; padding: 12px; border: 1px solid #a7aba9; border-radius: 6px; background: #bfc2be; box-shadow: none; }
.article-visuals { align-items: center; gap: 12px; }
.article-visual, .article-media img, .conversion-card, .rental-gallery-card, .gallery-card { border-radius: 4px; box-shadow: none; }
.article-visual span, .conversion-card span, .rental-gallery-card span, .gallery-card span { font: 500 13px/1.5 var(--font); letter-spacing: 0; text-transform: none; }
.article-media figcaption { color: #42494e; font: 500 13px/1.6 var(--font); letter-spacing: 0; text-transform: none; }
.article-visual span { right: 16px; bottom: 16px; left: 16px; }
.conversion-gallery, .rental-gallery { gap: 14px; }
.gallery-grid { gap: 20px; }
.gallery-card { min-height: 0; aspect-ratio: 4 / 3; }
.gallery-card img { display: block; }
.gallery-card span { max-width: calc(100% - 36px); }
.conversion-card, .rental-gallery-card { min-height: 230px; }
.article-visual::after { background: linear-gradient(0deg, rgb(4 5 6 / 90%), transparent); }
.video-embed { border: 1px solid #383b40; border-radius: 5px; background: #17191d; box-shadow: none; }
.video-embed::before { background-size: 70px 70px; opacity: .5; }
.video-embed-mark { background: #b91226; box-shadow: none; }
.video-embed .button { color: #fff; }

/* Booking console — same form, consent, spam protection and delivery. */
.contact-section { overflow: visible; background: #181b1e; border-top: 1px solid #303439; }
.contact-section::before { display: none; }
.contact-grid { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(42px, 7vw, 118px); }
.contact-copy { align-self: start; position: sticky; top: 135px; }
.contact-section .contact-copy h2 { font-size: clamp(40px, 4.6vw, 74px); }
.contact-section .contact-copy > p { max-width: 420px; font-size: 17px; }
.contact-section .contact-copy .eyebrow { margin-bottom: 26px; color: #e28c99; font: 500 12px/1.7 var(--tech); }
.contact-links { gap: 0; margin-top: 38px; }
.contact-links a { display: flex; align-items: center; min-height: 52px; gap: 14px; width: fit-content; max-width: 100%; font: 500 17px/1.5 var(--font); letter-spacing: -.01em; }
.contact-links a::before { content: "↗"; color: #ff596c; font-size: 21px; }
.contact-links a:hover { color: #ff7888; }
.contact-form {
  min-width: 0; align-self: start; padding: clamp(22px, 3vw, 48px); gap: 24px 20px;
  border: 1px solid #41464b; border-top: 2px solid #df2439; border-radius: 6px;
  background: #101214;
}
.field { min-width: 0; }
.contact-section .field label { color: #b8bdc3; font: 500 14px/1.5 var(--font); letter-spacing: 0; text-transform: none; }
.contact-section .field input, .contact-section .field textarea {
  min-width: 0; min-height: 54px; padding: 14px; border: 1px solid #45494f;
  border-radius: 3px; color: #f4f5f6; background: #1a1d21; font-size: 16px;
}
.contact-section .field input:focus, .contact-section .field textarea:focus { border-color: #ff6677; box-shadow: 0 0 0 1px #ff6677; }
.field input[type="date"]::-webkit-calendar-picker-indicator, .field input[type="time"]::-webkit-calendar-picker-indicator { filter: none; opacity: 1; }
.field textarea { min-height: 150px; }
.spam-field { padding: 18px; border-color: #45494f; border-radius: 3px; background: #17191c; }
.consent { gap: 12px; align-items: flex-start; }
.contact-section .consent { color: #bfc4c9; font-size: 14px; line-height: 1.65; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; }
.consent a { text-underline-offset: 3px; }
.contact-form > .button { grid-column: 1 / -1; width: 100%; justify-content: center; }
.form-status { margin: 0; min-height: 20px; }

/* Progressive-enhancement reading path: available before app.js renders the full experience. */
.seo-static-page { min-height: 52vh; padding-block: clamp(100px, 12vw, 180px); background: #e7e8e6; color: #171a1d; }
.seo-static-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); align-items: center; gap: clamp(36px, 8vw, 120px); }
.seo-static-copy { max-width: 760px; }
.seo-static-copy h1 { margin: 0 0 24px; color: #171a1d; font: 800 clamp(48px, 7vw, 108px)/.94 var(--font); letter-spacing: -.06em; }
.seo-static-copy > p:not(.eyebrow) { max-width: 62ch; color: #51565a; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.65; }
.seo-static-inner > img { display: block; width: 100%; height: auto; max-height: 56vh; object-fit: cover; border: 1px solid #b3b7b5; box-shadow: 20px 20px 0 #cbd0cc; }
.seo-static-copy .actions { margin-top: 32px; }
.faq-section { background: #111417; color: #f1f3f4; }
.faq-section .section-head > p { color: #aeb5ba; }
.faq-list { max-width: 980px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; color: #f1f3f4; cursor: pointer; font: 600 clamp(18px, 2vw, 26px)/1.25 var(--font); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: #ff5366; font: 400 28px/1 var(--font); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 70ch; margin: -4px 52px 25px 0; color: #b9c0c4; font-size: 16px; line-height: 1.7; }
.local-intro { margin: 0 0 48px; padding: 22px 26px; border-left: 3px solid #e42337; color: #2f3438; background: rgba(255,255,255,.42); font-size: 1.12em; line-height: 1.7; }
.legal { padding-top: 170px; background: #191c1f; }
.legal h1 { font: 750 clamp(40px, 6vw, 90px)/1.06 var(--font); letter-spacing: -.055em; text-transform: none; }
.legal .article-body { max-width: 960px; }
.legal .article-body > .eyebrow { font: 500 12px/1.7 var(--tech); }
.legal .article-body h2 { font-family: var(--font); font-weight: 700; }
.legal .article-body h3 { font-family: var(--font); }
.legal .article-body a { text-underline-offset: 4px; }
.legal .article-body p, .legal .article-body li { color: #c0c5ca; }

/* Social links stay accessible, without covering the page. */
.site-footer { position: relative; min-height: 440px; gap: 24px; padding: 65px 24px 45px; background: #090a0c; border-color: #2d3034; }
.site-footer > img { width: min(290px, 70vw); height: 83px; opacity: .9; }
.site-footer .social-dock, .social-dock {
  position: static; top: auto; right: auto; bottom: auto; left: auto; transform: none;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 6px;
}
.social-dock a {
  width: 46px; height: 46px; color: #babfc4; background: #17191c; border: 1px solid #393d42;
  border-radius: 4px; box-shadow: none; transition: color .2s, background .2s, border-color .2s;
}
.social-dock i { width: 44px; flex-basis: 44px; font-size: 22px; }
.social-dock span { display: none; }
.social-dock a:hover { color: #fff; background: #802130; border-color: #ee4a60; }
.social-dock a:focus-visible { outline: 2px solid #ff6676; outline-offset: 4px; }
.footer-tagline { color: #bec3c8; font-size: 16px; }
.site-footer nav { gap: 25px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font: 500 14px var(--font); letter-spacing: .015em; text-transform: none; }
.site-footer nav a:hover { color: #ff7284; }
.copyright, .trademark { color: #979ea6; font: 400 12px/1.7 var(--font); letter-spacing: 0; }
.lightbox { border-radius: 6px; border-color: #565d65; }
.lightbox button { width: 46px; height: 46px; border-radius: 3px; }
.lightbox p { font: 400 14px/1.5 var(--font); letter-spacing: 0; text-transform: none; }

/* Animations are progressive enhancements: content is never hidden. */
.reveal { opacity: 1; transform: none; transition: none; }
.reveal.visible { animation: section-entry .65s cubic-bezier(.2,.6,.2,1) both; }
@keyframes cinematic-entry { from { opacity: .65; transform: scale(1.025); } to { opacity: 1; transform: none; } }
@keyframes section-entry { from { opacity: .75; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
@keyframes scanner-sweep { from { transform: translateX(-240%); } to { transform: translateX(240%); } }

@media (min-width: 2100px) {
  .hero-content { width: min(840px, 43%); }
  .hero h1 { font-size: clamp(208px, 8.5vw, 300px); }
  .hero h1 > span { font-size: clamp(78px, 3.5vw, 116px); }
  .hero-lead { max-width: 600px; font-size: 24px; }
  .hero .eyebrow, .hero .eyebrow > span, .hero-coordinate { font-size: 14px; }
}
@media (max-width: 1199px) {
  .site-header, .site-header.scrolled { min-height: 80px; padding: 9px 24px; gap: 16px; }
  .brand img, .site-header.scrolled .brand img { width: 210px; height: 60px; }
  .menu-toggle {
    position: relative; display: grid; place-content: center; gap: 5px; margin-left: auto;
    width: 48px; height: 46px; border: 1px solid #4e535a; border-radius: 3px; color: #fff; background: #202328; cursor: pointer;
  }
  .menu-toggle span { width: 23px; height: 1px; background: #eee; transition: transform .2s, opacity .2s; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: none;
    max-height: calc(100dvh - 80px); overflow-y: auto; overscroll-behavior: contain;
    padding: 20px 28px 28px; gap: 0; align-items: stretch; border-top: 1px solid #3b3f44;
    background: #131518; box-shadow: 0 28px 50px rgb(0 0 0 / 50%);
  }
  .main-nav.open { display: grid; }
  .main-nav > a, .nav-group > button { width: 100%; padding: 16px 8px; font: 600 16px var(--font); text-align: left; }
  .main-nav > a:not(.nav-cta) { border-bottom: 1px solid #2e3236; }
  .main-nav > a::after, .nav-group > button::after { display: none; }
  .nav-group > button { display: flex; justify-content: space-between; }
  .nav-group .nav-submenu {
    position: static; display: none; width: 100%; padding: 0 0 10px 15px;
    border: 0; border-left: 1px solid #e32941; border-radius: 0; box-shadow: none;
    background: none; transform: none;
  }
  .nav-group.open .nav-submenu { display: grid; }
  .nav-submenu a { font-size: 15px; }
  .main-nav .nav-cta { margin-top: 20px; text-align: center; }
  .hero-coordinate { display: none; }
  .hero-content { width: min(620px, 64%); }
  .hero h1 { font-size: clamp(108px, 13vw, 156px); }
  .hero h1 > span { font-size: clamp(42px, 5vw, 60px); }
  .feature-card { min-height: 390px; }
  .feature-card:nth-child(-n+2) { min-height: 470px; }
  .feature-card > small { padding: 7px; font-size: 12px; }
  .feature-card > .feature-arrow { top: 24px; right: 22px; width: 36px; height: 36px; }
  .contact-grid { gap: 40px; }
  .contact-form { padding: 24px; }
  .contact-form .field { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  :root { --gutter: 28px; --hero-gutter: 28px; }
  .hero {
    min-height: 0; padding: 125px var(--gutter) 0; align-items: stretch;
    background: radial-gradient(ellipse at 90% 0, #26212a, transparent 40%), #090a0c;
  }
  .hero-content { display: contents; }
  .hero::before { display: none; }
  .hero .eyebrow { order: 0; margin-bottom: 22px; }
  .hero .eyebrow > span { display: inline; margin-left: 6px; padding-left: 0; }
  .hero h1 { position: relative; z-index: 2; order: 1; font-size: clamp(100px, 18vw, 158px); }
  .hero h1 > span { font-size: clamp(44px, 8vw, 68px); margin-top: 6px; }
  .hero-bg {
    position: relative; z-index: 0; order: 2; inset: auto;
    width: calc(100% + 56px); max-width: none; height: auto; aspect-ratio: 2000 / 1199;
    margin: 18px -28px 0; object-fit: contain; filter: saturate(.8) brightness(.9);
    mask-image: linear-gradient(transparent, #000 12%, #000 83%, transparent);
  }
  .hero-lead { order: 3; z-index: 2; max-width: 620px; margin-top: 0; font-size: 18px; }
  .hero .actions { order: 4; margin-top: 24px; }
  .hero-bottom { position: static; order: 5; margin-top: 35px; padding: 18px 0; }
  .hero-bottom > span { max-width: 200px; font-size: 12px; text-align: right; }
  .section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 38px; }
  .section-head h2 { max-width: 650px; font-size: clamp(42px, 7vw, 65px); }
  .section-head p { max-width: 650px; }
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stat { padding: 30px 20px 0; }
  .stat strong { font-size: 40px; }
  .stat:not(:last-child)::after { top: 30px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .feature-card, .feature-card:nth-child(n) { grid-column: auto; min-height: 450px; padding: 28px; }
  .feature-card h3 { font-size: 36px; }
  .feature-card > .feature-arrow { display: none; }
  .feature-card p { font-size: 16px; }
  .rent-band { min-height: 640px; padding: 95px var(--gutter); }
  .rent-band::after { background: linear-gradient(90deg, rgb(9 10 12 / 88%), rgb(9 10 12 / 48%)); }
  .rent-band h2 { max-width: 520px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy { position: static; }
  .contact-section .contact-copy h2 { max-width: 620px; font-size: 52px; }
  .contact-form { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 32px; }
  .contact-form .field { grid-column: auto; }
  .contact-form .field.full { grid-column: 1 / -1; }
  .page-hero { min-height: 600px; padding: 175px var(--gutter) 50px; }
  .page-hero h1 { font-size: clamp(50px, 9vw, 88px); }
  .article-visuals { grid-template-columns: minmax(0, 1fr); }
  .article-body h2 { font-size: 36px; }
  .seo-static-inner { grid-template-columns: 1fr; gap: 36px; }
  .seo-static-page { min-height: 0; padding-block: 110px 80px; }
  .seo-static-inner > img { max-height: 50vh; box-shadow: 12px 12px 0 #cbd0cc; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; --hero-gutter: 22px; }
  .site-header, .site-header.scrolled { min-height: 74px; padding: 8px 18px; }
  .brand img, .site-header.scrolled .brand img { width: min(190px, 57vw); height: 54px; }
  .main-nav { max-height: calc(100dvh - 74px); padding-inline: 20px; }
  .hero { padding-top: 112px; }
  .hero .eyebrow, .hero .eyebrow > span { font-size: 12px; letter-spacing: .07em; }
  .hero .eyebrow > span { display: block; padding-left: 41px; margin-left: 0; }
  .hero h1 { font-size: clamp(78px, 23vw, 135px); }
  .hero h1 > span { font-size: clamp(36px, 11.4vw, 64px); line-height: 1.1; }
  .hero-bg { width: calc(100% + 44px); margin-inline: -22px; margin-top: 16px; }
  .hero-lead { font-size: 16px; line-height: 1.7; }
  .hero .actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero .button { width: 100%; justify-content: space-between; }
  .hero-bottom { margin-top: 28px; padding: 16px 0; }
  .hero-bottom > span { display: none; }
  .button { min-height: 52px; font-size: 14px; }
  .section { padding: 76px var(--gutter); }
  .section-head h2 { font-size: clamp(38px, 10.8vw, 58px); }
  .section-head p { font-size: 17px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat, .stat:first-child { padding: 28px 16px 0 0; }
  .stat:nth-child(even) { padding-left: 24px; }
  .stat:nth-child(even)::after { display: none; }
  .stat strong { font-size: clamp(34px, 10vw, 46px); }
  .stat span { font-size: 12px; margin-top: 12px; }
  .feature-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .feature-card, .feature-card:nth-child(n) { min-height: 440px; padding: 26px; }
  .feature-card > .feature-arrow { display: grid; }
  .feature-card h3 { font-size: 39px; }
  .feature-card p { font-size: 16px; }
  .reviews-shell { padding: 0 0 60px; }
  .reviews-track { grid-auto-columns: 100%; gap: 16px; }
  .review-card { min-height: 325px; padding: 24px; }
  .reviews-arrow { display: grid; top: auto; bottom: 0; }
  .reviews-prev { left: auto; right: 58px; }
  .reviews-next { right: 0; }
  .reviews-meta { flex-direction: column; gap: 8px; }
  .rent-band { min-height: 680px; padding: 76px var(--gutter); }
  .rent-band h2 { font-size: clamp(44px, 13vw, 68px); }
  .rent-band .actions { display: grid; grid-template-columns: 1fr; }
  .page-hero { min-height: 540px; padding: 155px var(--gutter) 45px; }
  .page-hero h1 { font-size: clamp(42px, 11vw, 68px); }
  .page-hero img { object-position: 60% center; }
  .page-hero .eyebrow { font-size: 12px; }
  .back-link { margin-bottom: 16px; }
  .article-section { padding-block: 56px; }
  .article-section .article-body p, .article-section .article-body li { font-size: 17px; line-height: 1.8; }
  .article-section .article-body > p:first-child { font-size: 23px; line-height: 1.6; }
  .article-body h2 { margin-top: 50px; font-size: 31px; }
  .article-body h3 { font-size: 25px; }
  .seo-static-page { padding-block: 98px 64px; }
  .seo-static-copy h1 { font-size: clamp(45px, 14vw, 72px); }
  .seo-static-copy > p:not(.eyebrow) { font-size: 17px; }
  .seo-static-inner > img { max-height: 42vh; box-shadow: 8px 8px 0 #cbd0cc; }
  .faq-list { margin-top: 30px; }
  .faq-list summary { padding: 19px 0; font-size: 19px; }
  .faq-list details p { margin-right: 0; font-size: 15px; }
  .local-intro { margin-bottom: 36px; padding: 17px 18px; font-size: 1em; }
  .article-visuals, .article-media { padding: 6px; gap: 8px; margin-block: 38px; }
  .conversion-gallery, .rental-gallery { gap: 10px; }
  .conversion-card, .rental-gallery-card { min-height: 215px; }
  .gallery-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .gallery-card { min-height: 0; }
  .gallery-card span { font-size: 13px; }
  .conversion-card span, .rental-gallery-card span { left: 10px; right: 10px; bottom: 10px; font-size: 12px; }
  .video-embed { padding: 24px 18px; min-height: 300px; aspect-ratio: auto; }
  .video-embed.loaded { aspect-ratio: 16 / 9; min-height: 0; }
  .video-embed.vertical, .video-embed.loaded.vertical { aspect-ratio: 9 / 16; }
  .video-embed strong { font-size: 23px; }
  .contact-section .contact-copy h2 { font-size: clamp(38px, 10vw, 56px); }
  .contact-form { grid-template-columns: minmax(0, 1fr); padding: 22px 18px; gap: 22px; }
  .contact-form .field { grid-column: 1 / -1; }
  .contact-links a { font-size: 16px; }
  .consent input { flex-basis: 22px; width: 22px; height: 22px; }
  .legal { padding-top: 130px; }
  .legal h1 { font-size: clamp(35px, 9.5vw, 54px); }
  .legal .article-body h2 { font-size: 28px; }
  .site-footer { padding: 48px 22px 36px; }
  .site-footer nav { gap: 22px; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; --hero-gutter: 18px; }
  .hero-bg { width: calc(100% + 36px); margin-inline: -18px; }
  .hero .eyebrow { font-size: 11px; }
  .feature-card > .feature-arrow { display: none; }
  .conversion-gallery, .rental-gallery, .basis-gallery { grid-template-columns: 1fr; }
  .contact-form { padding-inline: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .reveal.visible { opacity: 1; transform: none; translate: none; }
}
