:root {
  --ink: #101216;
  --soft-ink: #252933;
  --paper: #f5f3ef;
  --white: #fff;
  --muted: #71757e;
  --line: rgba(16, 18, 22, .13);
  --amber: #ffb000;
  --amber-deep: #e79d00;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(17, 19, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Tahoma, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; inset: 8px auto auto 8px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: var(--white); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .solid-header { background: rgba(15, 17, 21, .96); border-color: rgba(255,255,255,.1); box-shadow: 0 8px 28px rgba(0,0,0,.15); }
.nav-wrap { height: 84px; display: flex; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { position: relative; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.42); overflow: hidden; transform: skewX(-7deg); }
.brand-mark b { font: 800 16px/1 Arial, sans-serif; letter-spacing: -.8px; transform: skewX(7deg); }
.brand-mark i { position: absolute; right: 0; bottom: 0; width: 16px; height: 4px; background: var(--amber); }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 5px; color: var(--amber); font: 700 9px/1 Arial, sans-serif; letter-spacing: 2.5px; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-inline: auto; font-size: 14px; }
.site-nav a { position: relative; color: rgba(255,255,255,.72); transition: color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; left: 0; bottom: -13px; height: 2px; background: var(--amber); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid var(--amber); border-radius: 4px; background: var(--amber); color: var(--ink); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { background: #ffc02e; border-color: #ffc02e; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 850px; height: 100svh; color: var(--white); overflow: hidden; background: #15171c; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(270deg, rgba(6,8,12,.95) 0%, rgba(8,10,14,.83) 34%, rgba(8,10,14,.25) 66%, rgba(8,10,14,.12) 100%), linear-gradient(0deg, rgba(7,9,13,.84) 0%, transparent 35%); }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; padding-bottom: 140px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; letter-spacing: .5px; }
.eyebrow span { width: 32px; height: 2px; background: var(--amber); }
.eyebrow.dark { color: var(--muted); }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(52px, 6.2vw, 92px); line-height: 1.08; letter-spacing: -3px; }
.hero h1 em, .page-hero h1 em { color: var(--amber); font-style: normal; }
.hero-copy { max-width: 590px; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.play-mini { font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 14px; font-weight: 700; transition: gap .2s, border-color .2s; }
.text-link:hover { gap: 13px; border-color: var(--amber); }
.hero-strip { position: absolute; z-index: 2; right: 50%; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); height: 102px; transform: translateX(50%); background: rgba(12,14,18,.88); border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.hero-strip > div { display: flex; flex-direction: column; justify-content: center; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.1); }
.hero-strip > div:last-child { border-left: 0; }
.hero-strip strong { color: var(--amber); font: 800 15px/1 Arial, sans-serif; letter-spacing: 1px; }
.hero-strip span { margin-top: 9px; color: rgba(255,255,255,.58); font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.18; letter-spacing: -2px; }
.dark-link { border-color: var(--line); }
.featured-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr); min-height: 520px; background: var(--white); box-shadow: var(--shadow); }
.featured-visual, .review-media { position: relative; display: block; width: 100%; padding: 0; border: 0; overflow: hidden; background: var(--soft-ink); cursor: pointer; }
.featured-visual img, .review-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.featured-visual:hover img, .review-media:hover img { transform: scale(1.035); }
.featured-visual::after, .review-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,11,.52), transparent 50%); pointer-events: none; }
.featured-video { min-height: 520px; background: #08090b; }
.featured-video iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; }
.play-button, .card-play { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.play-button { top: 50%; right: 50%; width: 78px; height: 78px; transform: translate(50%, -50%); font-size: 22px; }
.duration { position: absolute; z-index: 2; bottom: 18px; left: 18px; padding: 5px 9px; border-radius: 3px; background: rgba(9,10,13,.78); color: var(--white); font: 700 11px/1.2 Arial, sans-serif; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.pill { display: inline-flex; width: max-content; padding: 5px 10px; border-radius: 99px; background: rgba(255,176,0,.14); color: #9b6800; font-size: 11px; font-weight: 800; }
.featured-copy h3 { margin: 20px 0 18px; font-size: 36px; line-height: 1.25; letter-spacing: -1px; }
.featured-copy > p { margin: 0; color: var(--muted); font-size: 14px; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; padding: 23px 0; border-block: 1px solid var(--line); }
.quick-facts div { display: grid; gap: 4px; }
.quick-facts dt { color: var(--muted); font-size: 10px; }
.quick-facts dd { margin: 0; font-size: 12px; font-weight: 800; }
.inline-action { align-self: flex-start; padding: 0 0 6px; border: 0; border-bottom: 2px solid var(--amber); background: none; font-weight: 800; cursor: pointer; }

.approach-section { background: #eae7e0; }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.approach-intro > p:last-child { max-width: 480px; margin: 28px 0 0; color: var(--muted); }
.principles { display: grid; }
.principles article { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles article:first-child { padding-top: 0; }
.principles article > span { color: var(--amber-deep); font: 800 13px/1 Arial, sans-serif; }
.principles h3 { margin: -5px 0 5px; font-size: 22px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; }

.collab-banner { padding: 102px 0; background: var(--amber); }
.collab-inner { display: grid; grid-template-columns: 1.1fr .8fr; gap: 110px; align-items: end; }
.collab-banner .eyebrow { color: rgba(16,18,22,.64); }
.collab-banner .eyebrow span { background: var(--ink); }
.collab-banner h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.16; letter-spacing: -2px; }
.collab-action p { max-width: 480px; margin: 0 0 25px; }
.light-button { background: var(--ink); border-color: var(--ink); color: var(--white); }
.light-button:hover { background: #2a2d33; border-color: #2a2d33; }

.site-footer { padding: 32px 0; background: #0d0f12; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { color: var(--white); transform: scale(.86); transform-origin: right center; }
.footer-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
.footer-socials a { color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; text-decoration: none; transition: color .2s; }
.footer-socials a:hover { color: var(--amber); }

.page-hero { padding: 180px 0 95px; background: #111318; color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: end; }
.page-hero-grid > p { max-width: 520px; margin: 0 0 10px; color: rgba(255,255,255,.62); font-size: 15px; }
.reviews-section { padding-top: 78px; }
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 42px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; transition: .2s; }
.filter-button:hover, .filter-button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.search-box { position: relative; display: block; width: min(300px, 100%); }
.search-box input { width: 100%; height: 46px; padding: 0 18px 0 44px; border: 1px solid var(--line); border-radius: 99px; outline: none; background: var(--white); }
.search-box input:focus { border-color: var(--amber-deep); box-shadow: 0 0 0 3px rgba(255,176,0,.16); }
.search-box > span:last-child { position: absolute; top: 50%; left: 18px; transform: translateY(-50%); color: var(--muted); font-size: 21px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 24px; }
.original-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.review-card { min-width: 0; background: var(--white); box-shadow: 0 15px 35px rgba(17,19,24,.07); transition: transform .25s, box-shadow .25s; }
.original-review { display: flex; flex-direction: column; }
.original-review .review-body { display: flex; flex: 1; flex-direction: column; }
.original-review .review-body p { flex: 1; line-height: 1.85; }
.youtube-embed { aspect-ratio: 16 / 9; background: #090a0c; }
.youtube-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.youtube-link, .channel-link { display: inline-flex; align-items: center; gap: 8px; color: var(--amber-deep); font-size: 12px; font-weight: 900; text-decoration: none; }
.youtube-link { margin-top: 18px; }
.youtube-link:hover, .channel-link:hover { color: var(--ink); }
.channel-link { margin-top: 18px; color: var(--amber); }
.channel-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 55px; padding: 38px 42px; background: var(--ink); color: #fff; }
.channel-cta span { color: var(--amber); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.channel-cta h2 { margin: 8px 0; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.channel-cta p { margin: 0; color: rgba(255,255,255,.64); }
.review-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(17,19,24,.12); }
.review-media { aspect-ratio: 16 / 9; }
.card-play { right: 18px; bottom: 18px; width: 44px; height: 44px; font-size: 12px; }
.review-body { padding: 24px 24px 28px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.card-meta span { color: #936400; font-weight: 800; }
.review-body h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.45; letter-spacing: -.4px; }
.review-body p { margin: 0; color: var(--muted); font-size: 12px; }
.empty-state { padding: 75px 25px; text-align: center; border: 1px dashed var(--line); }
.empty-state > span { color: var(--amber-deep); font-size: 44px; }
.empty-state h2 { margin: 5px 0; font-size: 25px; }
.empty-state p { margin: 0; color: var(--muted); }
.demo-note { margin: 30px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.contact-hero { background: linear-gradient(120deg, #101216, #232733); }
.contact-section { background: #efede8; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.contact-info h2 { margin-bottom: 40px; }
.service-list { border-top: 1px solid var(--line); }
.service-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.service-list > div > span { padding-top: 6px; color: var(--amber-deep); font: 800 11px/1 Arial, sans-serif; }
.service-list p { margin: 0; color: var(--muted); font-size: 12px; }
.service-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }
.contact-person { display: grid; margin-top: 34px; padding: 24px; background: var(--ink); color: var(--white); }
.contact-person span, .contact-person small { color: rgba(255,255,255,.52); font-size: 10px; }
.contact-person strong { margin: 7px 0 1px; font-size: 18px; }
.form-panel { padding: 50px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 32px; }
.form-heading h2 { margin: 17px 0 7px; font-size: 32px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 45px; }
.contact-channel { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; min-width: 0; padding: 15px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.contact-channel:hover { transform: translateY(-2px); border-color: var(--amber-deep); box-shadow: 0 10px 24px rgba(17,19,24,.08); }
.contact-channel > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--amber); font: 900 12px/1 Arial, sans-serif; }
.contact-channel div { min-width: 0; }
.contact-channel small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.contact-channel strong { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.contact-channel > b { color: var(--amber-deep); }
.email-channel { grid-column: 1 / -1; background: #f8f5ee; }
.request-heading { padding-top: 38px; border-top: 1px solid var(--line); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--soft-ink); font-size: 12px; font-weight: 800; }
.contact-form label span b { color: var(--amber-deep); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; background: #fbfaf8; color: var(--ink); outline: none; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--amber-deep); box-shadow: 0 0 0 3px rgba(255,176,0,.14); }
.contact-form [aria-invalid="true"] { border-color: #c53b30; box-shadow: 0 0 0 3px rgba(197,59,48,.1); }
.contact-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 9px; color: var(--muted); font-weight: 400; }
.consent input { width: 17px; height: 17px; accent-color: var(--amber-deep); }
.submit-button { justify-self: start; border: 0; }
.form-status { min-height: 24px; margin: 0; font-size: 12px; font-weight: 800; }
.form-status.error { color: #b33228; }
.form-status.success { color: #24764c; }

.video-modal { width: min(770px, calc(100% - 30px)); padding: 0; border: 0; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.video-modal::backdrop { background: rgba(4,5,7,.82); backdrop-filter: blur(5px); }
.modal-close { position: absolute; z-index: 2; top: 10px; left: 12px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(0,0,0,.55); color: var(--white); font-size: 27px; cursor: pointer; }
.mock-player { aspect-ratio: 16 / 9; display: grid; place-content: center; justify-items: center; background: radial-gradient(circle at center, #353a46, #111318 68%); color: rgba(255,255,255,.6); }
.mock-player-symbol { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--amber); color: var(--ink); font-size: 21px; }
.mock-player p { margin: 13px 0 0; font-size: 12px; }
.modal-copy { padding: 30px 36px 35px; }
.modal-copy h2 { margin: 13px 0 7px; font-size: 27px; }
.modal-copy p { margin: 0; color: var(--muted); font-size: 12px; }

.news-section { padding-top: 64px; background: #efede8; }
.news-update-bar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding: 17px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.news-update-bar > div { display: flex; align-items: center; gap: 10px; }
.news-update-bar strong { font-size: 13px; }
.news-update-bar p { margin: 0; color: var(--muted); font-size: 11px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(255,176,0,.16); }
.news-featured { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); min-height: 470px; background: var(--white); box-shadow: var(--shadow); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 28px; }
.news-card { display: flex; min-width: 0; flex-direction: column; background: var(--white); box-shadow: 0 15px 35px rgba(17,19,24,.07); }
.news-visual { position: relative; display: flex; min-height: 285px; flex-direction: column; justify-content: flex-end; padding: 38px; overflow: hidden; color: var(--white); isolation: isolate; }
.news-featured .news-visual { min-height: 470px; }
.news-visual::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 42%); }
.news-visual::after { content: ""; position: absolute; z-index: -1; width: 250px; height: 250px; top: -70px; left: -55px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.news-visual span { margin-bottom: auto; color: rgba(255,255,255,.65); font: 800 12px/1 Arial, sans-serif; letter-spacing: 3px; }
.news-visual strong { font: 900 clamp(62px, 8vw, 104px)/.82 Arial, sans-serif; letter-spacing: -7px; }
.news-visual small { margin-top: 18px; color: var(--amber); font: 800 10px/1 Arial, sans-serif; letter-spacing: 3px; }
.news-visual-peugeot { background: linear-gradient(140deg, #13233f 0%, #0c58a0 58%, #07111f 100%); }
.news-visual-genesis { background: linear-gradient(140deg, #402d24, #0c0d0f 70%); }
.news-visual-bmw { background: linear-gradient(140deg, #24262c, #06080c 68%); }
.news-visual-bmw::before { background: linear-gradient(135deg, rgba(0,112,192,.55) 0 9%, transparent 9% 14%, rgba(109,29,101,.55) 14% 23%, transparent 23% 28%, rgba(226,0,38,.55) 28% 37%, transparent 37%); opacity: .65; }
.news-photo { padding: 0; background: #111318; }
.news-photo img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-photo::before { z-index: 1; background: linear-gradient(0deg, rgba(5,7,10,.72), transparent 48%); }
.news-photo::after { display: none; }
.news-photo:hover img { transform: scale(1.035); }
.news-photo span.news-photo-label { position: relative; z-index: 2; align-self: flex-start; margin: 0 24px 22px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); background: rgba(9,11,15,.64); color: rgba(255,255,255,.82); font: 800 9px/1.2 Tahoma, Arial, sans-serif; letter-spacing: 0; backdrop-filter: blur(8px); }
.news-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 38px; }
.news-featured .news-copy { justify-content: center; padding: 48px; }
.news-meta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; }
.news-copy h2 { margin: 22px 0 15px; font-size: clamp(24px, 3vw, 38px); line-height: 1.35; letter-spacing: -.8px; }
.news-copy h2 a:hover { color: #8a5d00; }
.news-card .news-copy h2 { font-size: 25px; }
.news-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.news-source { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; padding-bottom: 5px; border-bottom: 2px solid var(--amber); font-size: 12px; font-weight: 900; }
.news-source:hover { color: var(--amber-deep); }
.news-disclaimer { margin: 28px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.news-detail-page { background: #efede8; }
.article-hero { padding: 160px 0 150px; overflow: hidden; background: radial-gradient(circle at 15% 25%, rgba(35,109,198,.32), transparent 34%), #101318; color: var(--white); }
.genesis-article-hero { background: radial-gradient(circle at 15% 25%, rgba(127,93,69,.35), transparent 36%), #111214; }
.bmw-article-hero { background: linear-gradient(115deg, rgba(0,112,192,.24), transparent 26%), linear-gradient(125deg, transparent 0 22%, rgba(109,29,101,.2) 22% 30%, transparent 30% 37%, rgba(226,0,38,.19) 37% 45%, transparent 45%), #0d1015; }
.article-heading { max-width: 1020px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 35px; color: rgba(255,255,255,.48); font-size: 11px; }
.breadcrumb a { color: var(--amber); font-weight: 800; }
.breadcrumb a:hover { color: #ffd060; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 20px; margin-bottom: 22px; color: rgba(255,255,255,.54); font-size: 10px; }
.article-meta .pill { color: var(--amber); background: rgba(255,176,0,.12); }
.article-hero h1 { max-width: 990px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1.12; letter-spacing: -3px; }
.article-hero h1 em { color: var(--amber); font-style: normal; }
.article-hero .article-heading > p { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.9; }
.article-cover { position: relative; z-index: 3; margin-top: -92px; margin-bottom: 0; padding: 0; background: #111318; box-shadow: 0 30px 80px rgba(12,14,18,.25); }
.article-cover img { width: 100%; height: min(58vw, 650px); object-fit: cover; }
.article-cover-wide img { height: min(45vw, 590px); }
.article-cover figcaption { padding: 12px 16px; background: #111318; color: rgba(255,255,255,.6); font-size: 9px; }
.article-section { padding-top: 78px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 76px; align-items: start; }
.article-body { min-width: 0; }
.article-summary { margin-bottom: 70px; padding: 27px 30px; border-inline-start: 4px solid var(--amber); background: var(--white); box-shadow: 0 12px 30px rgba(17,19,24,.06); }
.article-summary span { color: #936400; font-size: 10px; font-weight: 900; }
.article-summary p { margin: 9px 0 0; font-size: 16px; font-weight: 700; line-height: 1.9; }
.article-block { padding: 0 0 68px; margin-bottom: 68px; border-bottom: 1px solid var(--line); }
.article-block .eyebrow { margin-bottom: 15px; }
.article-block h2 { margin: 0 0 23px; font-size: clamp(32px, 4vw, 49px); line-height: 1.25; letter-spacing: -1.5px; }
.article-block > p:not(.eyebrow):not(.photo-credit) { margin: 0 0 19px; color: #434750; font-size: 15px; line-height: 2.1; }
.fact-note { display: grid; grid-template-columns: 145px 1fr; gap: 25px; align-items: start; margin-top: 32px; padding: 25px; background: #e3dfd6; }
.fact-note strong { color: #8a5d00; font-size: 12px; }
.fact-note p { margin: 0; color: #4f535b; font-size: 12px; line-height: 1.9; }
.article-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.article-gallery figure { min-width: 0; margin: 0; background: #111318; }
.article-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-gallery figcaption { min-height: 59px; padding: 13px 15px; color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.7; }
.photo-credit { margin: 16px 0 0; color: var(--muted); font-size: 9px; line-height: 1.8; }
.source-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 45px; margin-bottom: 42px; padding: 38px; background: #111318; color: var(--white); }
.source-panel > div:first-child > span { color: var(--amber); font-size: 10px; font-weight: 900; }
.source-panel h2 { margin: 10px 0 8px; font-size: 27px; line-height: 1.35; }
.source-panel p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.8; }
.source-links { display: grid; align-content: center; gap: 9px; }
.source-links a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; }
.source-links a:hover { border-color: var(--amber); color: var(--white); }
.source-links a span { color: var(--amber); }
.back-news { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 2px solid var(--amber); font-size: 12px; font-weight: 900; }
.spec-panel { position: sticky; top: 115px; padding: 31px; background: #111318; color: var(--white); box-shadow: 0 20px 55px rgba(17,19,24,.17); }
.spec-kicker { color: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.spec-panel h2 { margin: 8px 0 25px; font-size: 27px; line-height: 1.3; }
.spec-list { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.1); }
.spec-list dt { color: rgba(255,255,255,.46); font-size: 9px; }
.spec-list dd { margin: 0; font-size: 10px; font-weight: 800; line-height: 1.6; }
.spec-panel > p { margin: 22px 0 0; color: rgba(255,255,255,.47); font-size: 9px; line-height: 1.8; }
.status-chip { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: rgba(255,176,0,.17); color: var(--amber); font-size: 8px; }
.status-estimate { background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); }
.current-reference { margin: 30px 0 24px; padding: 28px; background: #111318; color: var(--white); }
.current-reference > span { color: var(--amber); font-size: 9px; font-weight: 900; }
.reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 22px; }
.reference-grid div { display: grid; gap: 6px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.reference-grid small { color: rgba(255,255,255,.42); font-size: 8px; }
.reference-grid strong { font-size: 11px; line-height: 1.6; }

@media (max-width: 920px) {
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; margin-right: auto; }
  .nav-cta { display: none; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 20px 24px 30px; transform: translateY(-140%); background: #101216; opacity: 0; transition: transform .28s, opacity .2s; }
  .site-nav.open { transform: translateY(0); opacity: 1; }
  .site-nav a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .hero-shade { background: linear-gradient(270deg, rgba(6,8,12,.92), rgba(8,10,14,.25)), linear-gradient(0deg, rgba(6,8,12,.88), transparent 48%); }
  .hero-content { justify-content: flex-end; padding-bottom: 178px; }
  .hero h1, .page-hero h1 { letter-spacing: -2px; }
  .hero-strip { height: 94px; }
  .hero-strip > div { padding: 0 18px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { aspect-ratio: 16/9; }
  .featured-video, .featured-video iframe { min-height: 420px; }
  .featured-copy { padding: 40px; }
  .approach-grid, .collab-inner, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .original-review-grid { grid-template-columns: 1fr; }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured .news-visual { min-height: 360px; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .spec-panel { position: static; grid-row: 1; }
  .article-body { grid-row: 2; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .brand-mark { width: 40px; height: 40px; }
  .hero { min-height: 760px; }
  .hero-media { object-position: 58% center; }
  .hero-content { padding-bottom: 200px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { margin: 21px 0 27px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-strip { right: 0; width: 100%; height: 112px; transform: none; }
  .hero-strip > div { padding: 0 10px; }
  .hero-strip strong { font-size: 11px; }
  .hero-strip span { font-size: 9px; line-height: 1.45; }
  .section { padding: 76px 0; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 37px; }
  .featured-copy { padding: 30px 24px; }
  .featured-copy h3 { font-size: 29px; }
  .quick-facts { gap: 5px; }
  .quick-facts dd { font-size: 10px; }
  .approach-grid { gap: 45px; }
  .collab-banner { padding: 75px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 135px 0 68px; }
  .page-hero h1 { font-size: 52px; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .featured-video, .featured-video iframe { min-height: 280px; }
  .channel-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .form-panel { padding: 30px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-channels { grid-template-columns: 1fr; }
  .email-channel { grid-column: auto; }
  .modal-copy { padding: 25px 22px 28px; }
  .news-update-bar { align-items: flex-start; flex-direction: column; gap: 8px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-featured .news-visual, .news-visual { min-height: 280px; padding: 28px; }
  .news-featured .news-photo, .news-photo { padding: 0; }
  .news-featured .news-copy, .news-copy { padding: 28px 24px; }
  .news-visual strong { font-size: 62px; letter-spacing: -4px; }
  .news-card .news-copy h2 { font-size: 23px; }
  .article-hero { padding: 125px 0 95px; }
  .article-hero h1 { font-size: 40px; letter-spacing: -1.5px; }
  .article-hero .article-heading > p { margin-top: 20px; font-size: 14px; }
  .breadcrumb { margin-bottom: 25px; }
  .article-cover { margin-top: -45px; }
  .article-cover img, .article-cover-wide img { height: 58vw; min-height: 245px; }
  .article-section { padding-top: 54px; }
  .article-summary { margin-bottom: 50px; padding: 23px 20px; }
  .article-summary p { font-size: 14px; }
  .article-block { margin-bottom: 50px; padding-bottom: 50px; }
  .article-block h2 { font-size: 31px; }
  .article-block > p:not(.eyebrow):not(.photo-credit) { font-size: 14px; }
  .fact-note { grid-template-columns: 1fr; gap: 8px; }
  .article-gallery { grid-template-columns: 1fr; }
  .source-panel { grid-template-columns: 1fr; gap: 25px; padding: 28px 22px; }
  .spec-panel { padding: 27px 22px; }
  .reference-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
