/*
Theme Name: twenty5 racing
Theme URI: https://twenty-5.de/
Author: twenty5 racing
Description: Individuelles Motorsport-Theme mit Team-, Saison-, Fahrzeug-, Partner- und Blogverwaltung.
Version: 1.5.17
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: twenty5-racing
*/

:root {
  /* Zweiton-System nach dem Claire-Prinzip: dunkle Flächen, klare helle Akzente. */
  --blue-dark: #003b70;
  --blue-light: #0077c8;
  --navy: var(--blue-dark);
  --navy-2: var(--blue-dark);
  --subaru-blue: var(--blue-light);
  --subaru-blue-dark: var(--blue-dark);
  --subaru-blue-deep: var(--blue-dark);
  --subaru-blue-light: var(--blue-light);
  --red: var(--subaru-blue);
  --ink: #0a0c12;
  --paper: #f2efe8;
  --white: #fff;
  --line: rgba(10, 12, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f4f1;
  background-image: repeating-linear-gradient(115deg, rgba(21,23,28,.035) 0, rgba(21,23,28,.035) 1px, transparent 1px, transparent 4px);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; background: white; color: black; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.partner-rail {
  position: fixed; z-index: 20; left: 15px; top: clamp(78px, 10vh, 118px); width: 58px; min-height: 390px;
  padding: 8px 5px 14px; border-radius: 30px; color: white;
  background-color: var(--subaru-blue);
  display: flex; flex-direction: column; align-items: center; gap: 15px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.partner-rail .rail-brand { width: 42px; height: 35px; display: grid; place-items: center; }
.partner-rail .rail-brand img { width: 42px; max-height: 30px; object-fit: contain; }
.partner-rail .rail-label { writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; font-size: 7px; letter-spacing: .24em; font-weight: 900; opacity: .72; }
.rail-partners { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 48px; max-height: min(340px, calc(100vh - 330px)); padding: 2px; overflow-x: hidden; overflow-y: auto; scrollbar-width: none; }
.rail-partners::-webkit-scrollbar { display: none; }
.sponsor-logo { width: 43px; height: 64px; padding: 7px 3px; border: 1px solid rgba(255,255,255,.48); border-radius: 22px; display: flex; align-items: center; justify-content: center; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.rail-partners .sponsor-logo { flex: 0 0 64px; }
.sponsor-logo:hover, .sponsor-logo:focus-visible { border-color: white; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); outline: none; }
.sponsor-logo span { color: white; font: 900 8px/1 Arial, sans-serif; letter-spacing: -.04em; }
.sponsor-logo img { width: 36px; max-height: 23px; object-fit: contain; transition: transform .2s ease; }
.sponsor-logo:hover img, .sponsor-logo:focus-visible img { transform: scale(1.06); }
.sponsor-slot { width: 47px; height: 76px; border: 1px dashed rgba(255,255,255,.7); border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; }
.sponsor-slot b { font-size: 20px; line-height: 1; }
.sponsor-slot span { font-size: 7px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }

.social-rail { position: fixed; z-index: 22; right: 20px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 9px; }
.social-rail a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--subaru-blue-deep); color: white; border: 2px solid rgba(255,255,255,.72); box-shadow: 0 7px 24px rgba(0,0,0,.18); font: 900 14px/1 Arial, sans-serif; text-transform: lowercase; transition: .2s ease; }
.social-rail a:hover, .social-rail a:focus-visible { transform: translateX(-5px); background: var(--blue-light); outline: 3px solid rgba(0,119,200,.25); }
.brand-icon { display: block; width: 18px; height: 18px; flex: 0 0 auto; }
.facebook-logo { width: 16px; }

.site-header {
  position: fixed; z-index: 25; top: auto; bottom: 14px; left: 50%; width: min(980px, calc(100vw - 170px)); height: 42px;
  transform: translateX(-50%); display: grid; grid-template-columns: 142px minmax(0, 1fr) 112px; grid-template-rows: 40px; align-items: center; gap: 18px;
  overflow: hidden; background: rgba(12,15,21,.92); color: white; border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; padding: 0 7px 0 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}
.wordmark {
  position: static; grid-column: 3; justify-self: end; width: 104px; height: 32px; margin: 0; overflow: hidden;
  background: var(--blue-light);
  -webkit-mask: url('assets/media/twenty5-logo-white.png') center / contain no-repeat;
  mask: url('assets/media/twenty5-logo-white.png') center / contain no-repeat;
}
.wordmark img { width: 100%; height: 100%; object-fit: contain; opacity: 0; }
.site-header nav { grid-column: 2; align-self: stretch; display: flex; justify-content: center; align-items: center; height: 100%; gap: clamp(13px, 1.8vw, 25px); }
.site-header nav a { display: inline-flex; align-items: center; min-height: 28px; padding: 7px 9px; border-radius: 999px; font-size: 9px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; opacity: .72; transition: color .2s ease, background .2s ease, opacity .2s ease, box-shadow .2s ease; }
.site-header nav a:hover { color: var(--blue-light); opacity: 1; }
.site-header nav a.is-active { color: white; background: var(--blue-light); opacity: 1; box-shadow: 0 4px 16px rgba(0,119,200,.35); }
.header-cta { height: 32px; border-radius: 999px; justify-self: stretch; display: flex; justify-content: space-between; align-items: center; background: white; color: var(--ink); padding: 0 13px; font-weight: 800; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }

.hero { position: relative; min-height: 100svh; background: var(--ink) url('assets/media/hero.webp') center / cover no-repeat; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; filter: saturate(.92) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,18,.97) 0%, rgba(5,8,18,.78) 34%, rgba(5,8,18,.16) 69%, rgba(5,8,18,.35) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(720px, 70vw); margin: 0 0 8vh clamp(132px, 11vw, 190px); }
.eyebrow, .card-meta { margin: 0 0 18px; color: var(--subaru-blue-light); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(64px, 8.7vw, 150px); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; font-stretch: condensed; font-family: "Arial Narrow", Impact, sans-serif; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 34px 0 0; font-size: clamp(17px, 1.6vw, 24px); line-height: 1.5; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 220px; gap: 30px; padding: 18px 22px; border: 1px solid currentColor; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.button-light { background: white; color: var(--ink); border-color: white; }
.button:hover { background: var(--red); border-color: var(--red); color: white; }
.text-link { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hero-index { position: absolute; right: 35px; bottom: 8vh; display: flex; align-items: baseline; gap: 8px; writing-mode: vertical-rl; }
.hero-index b { color: var(--red); font-size: 30px; }
.hero-index span { color: rgba(255,255,255,.45); font-size: 11px; }

.section { padding: 110px clamp(28px, 7vw, 120px) 125px clamp(132px, 11vw, 190px); }
.section-heading { display: grid; grid-template-columns: minmax(160px, 1fr) 2fr; align-items: end; gap: 40px; margin-bottom: 55px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.section-heading p { margin: 0; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; color: var(--red); }
.section-heading h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(56px, 8vw, 116px); line-height: .8; text-transform: uppercase; letter-spacing: -.05em; }
.section-heading.light { border-color: rgba(255,255,255,.18); }

.section-news { background: transparent; padding-top: 75px; }
.feed-heading { margin: 0 0 24px; }
.feed-heading h2 { margin: 0; font: clamp(76px, 9.8vw, 160px)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; color: #454545; }
.feed-heading p { margin: 12px 0 0 3px; color: var(--red); font: clamp(24px, 2.3vw, 39px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.news-feed { display: grid; grid-template-columns: repeat(6, minmax(205px, 1fr)); gap: 10px; overflow-x: auto; padding: 0 0 10px; scrollbar-width: thin; scroll-snap-type: x proximity; }
.feed-card { min-height: 425px; overflow: hidden; border-radius: 13px; background: rgba(255,255,255,.94); display: grid; grid-template-rows: 145px 1fr; scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.feed-card:hover, .feed-card:focus-visible { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(12,18,30,.13); outline: none; }
.feed-card > img { width: 100%; height: 145px; object-fit: cover; }
.feed-card > div { padding: 20px 20px 24px; }
.feed-card h3 { margin: 0 0 16px; color: var(--subaru-blue-deep); font: 27px/.96 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.feed-card .card-meta { margin: 0 0 15px; color: var(--subaru-blue-deep); font-size: 10px; line-height: 1.35; letter-spacing: .08em; }
.feed-card p:last-child { margin: 0; color: #555b62; font-size: 13px; line-height: 1.62; }
.feed-more { display: inline-block; margin-top: 2px; padding: 7px 22px; border-radius: 999px; color: white; background: var(--subaru-blue-dark); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.section-team {
  position: relative; overflow: hidden; color: #454545;
  background: transparent;
  padding-top: 75px; padding-bottom: 100px;
}
.human-heading { position: relative; z-index: 2; margin-bottom: 40px; }
.human-heading h2 { margin: 0; font: clamp(76px, 10vw, 170px)/.76 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.055em; color: #454545; }
.human-heading p { margin: 14px 0 0 4px; font: clamp(23px, 2.2vw, 38px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; color: var(--red); }

.duo-profile { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 185px; align-items: center; min-height: 390px; margin-top: 35px; }
.profile-panel { position: relative; z-index: 1; min-height: 320px; padding: 31px 36px; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease; }
.profile-mirco { grid-column: 1; padding-right: 100px; text-align: right; transform-origin: right center; }
.profile-korbinian { grid-column: 2; padding-left: 100px; transform-origin: left center; }
.profile-panel:hover, .profile-panel:focus-visible { z-index: 5; transform: scale(1.045); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 22px 52px rgba(0,59,112,.2); outline: none; }
.duo-profile:has(.profile-mirco:hover, .profile-mirco:focus-visible) .profile-korbinian,
.duo-profile:has(.profile-korbinian:hover, .profile-korbinian:focus-visible) .profile-mirco { opacity: .72; transform: scale(.975); }
.profile-panel header small, .profile-panel header b { display: block; text-transform: uppercase; font: 900 clamp(12px, .85vw, 14px)/1.2 Arial, sans-serif; letter-spacing: .08em; color: var(--subaru-blue-light); }
.profile-panel header h3 { margin: 2px 0 7px; font: clamp(35px, 3.4vw, 59px)/.86 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.035em; }
.profile-panel dl { margin: 24px 0 0; }
.profile-panel dl div { margin-top: 15px; }
.profile-panel dt { color: var(--subaru-blue-light); text-transform: uppercase; font-size: clamp(11px, .75vw, 13px); line-height: 1.25; font-weight: 900; letter-spacing: .1em; }
.profile-panel dd { margin: 5px 0 0; font-size: clamp(13px, .95vw, 16px); line-height: 1.45; font-weight: 600; text-transform: uppercase; }
.duo-avatars { position: absolute; z-index: 3; left: 50%; bottom: -62px; width: 302px; height: 575px; transform: translateX(-50%); pointer-events: none; }
.duo-avatar { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(0,0,0,.2)); transition: opacity .32s ease, transform .42s ease; }
.duo-mirco-front { opacity: 1; transform: translateX(0) scale(1); }
.duo-korbinian-front { opacity: 0; transform: translateX(0) scale(1); }
.profile-mirco:is(:hover, :focus-visible) ~ .duo-avatars .duo-mirco-front { transform: translateX(-2%) scale(1.025); }
.profile-korbinian:is(:hover, :focus-visible) ~ .duo-avatars .duo-mirco-front { opacity: 0; transform: translateX(2%) scale(1.025); }
.profile-korbinian:is(:hover, :focus-visible) ~ .duo-avatars .duo-korbinian-front { opacity: 1; transform: translateX(2%) scale(1.025); filter: drop-shadow(0 26px 24px rgba(0,0,0,.28)); }

.facets-grid { position: relative; z-index: 4; display: grid; grid-template-columns: 1.15fr .56fr .92fr; gap: 18px; align-items: center; margin-top: 115px; }
.facet-person { position: relative; min-width: 0; min-height: 500px; padding-top: 52px; display: flex; align-items: flex-end; }
.facet-type { position: absolute; inset: 0 0 auto; display: flex; align-items: flex-end; color: var(--red); text-transform: uppercase; pointer-events: none; }
.facet-type strong { font: clamp(46px, 5.4vw, 88px)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.05em; }
.facet-art { position: relative; z-index: 1; isolation: isolate; }
.facet-mirco .facet-art { width: min(96%, 430px); margin-inline: auto; aspect-ratio: 4 / 5; }
.facet-korbinian .facet-art { width: min(78%, 350px); margin-inline: auto; aspect-ratio: 2 / 3; }
.facet-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.facets-copy { position: relative; z-index: 6; text-align: center; padding: 28px 16px; }
.facets-copy > p { margin: 0; color: var(--red); font: 34px/.9 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.facets-copy h3 { margin: 8px 0 18px; font: clamp(27px, 2.5vw, 42px)/.9 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.facets-copy span { display: block; color: #747474; font-size: 12px; line-height: 1.65; }

.facet-hotspot { position: absolute; z-index: 8; transform: translate(-50%, -50%); }
.facet-mirco .hotspot-one { left: 19%; top: 66%; }
.facet-mirco .hotspot-two { left: 43%; top: 84%; }
.facet-mirco .hotspot-three { left: 64%; top: 69%; }
.facet-korbinian .hotspot-one { left: 25%; top: 78%; }
.facet-korbinian .hotspot-two { left: 52%; top: 88%; }
.facet-korbinian .hotspot-three { left: 77%; top: 78%; }
.facet-hotspot button { cursor: pointer; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-dark); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 0 0 8px rgba(0,119,200,.17); font: 400 24px/1 Arial, sans-serif; transition: .2s ease; }
.facet-hotspot button:focus-visible { background: var(--red); transform: rotate(45deg); outline: 2px solid var(--white); outline-offset: 3px; }
.facet-hotspot > div { position: absolute; left: 50%; bottom: 55px; transform: translate(-50%, 10px); width: 210px; padding: 15px 16px; color: white; background: var(--blue-dark); border-top: 3px solid var(--blue-light); box-shadow: 0 16px 40px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transition: .2s ease; pointer-events: none; }
.facet-hotspot > div b { display: block; color: var(--subaru-blue-light); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.facet-hotspot > div p { margin: 7px 0 0; font-size: 12px; line-height: 1.45; }
@media (hover: hover) and (pointer: fine) {
  .facet-hotspot:hover button { background: var(--red); transform: rotate(45deg); outline: none; }
  .facet-hotspot:hover > div { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}

.quote-band { padding: 105px clamp(28px, 9vw, 150px) 105px clamp(132px, 15vw, 250px); color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); }
.quote-band p { margin: 0; max-width: 1150px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(44px, 6.4vw, 100px); text-transform: uppercase; line-height: .95; letter-spacing: -.035em; }
.quote-band span { display: block; margin-top: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }

.section-season { position: relative; overflow: hidden; background: transparent; padding-top: 75px; }
.season-heading { margin: 0 0 42px; }
.season-heading h2 { margin: 0; color: #454545; font: clamp(68px, 9.2vw, 156px)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.season-heading p { margin: 14px 0 0 4px; color: var(--subaru-blue); font: clamp(23px, 2.2vw, 38px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.season-layout { display: grid; grid-template-columns: minmax(380px, .92fr) minmax(440px, 1.3fr); gap: clamp(30px, 5vw, 90px); align-items: center; }
.season-card { position: relative; z-index: 3; padding: 34px 38px 30px; border-radius: 16px; overflow: hidden; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.season-card header small, .season-card header b { display: block; color: var(--subaru-blue-light); font: 900 11px/1 Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.season-card h3 { margin: 4px 0 7px; font: clamp(39px, 4vw, 66px)/.82 "Arial Narrow", Impact, sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.season-card > p { margin: 24px 0 20px; max-width: 590px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.season-card-events { border-top: 1px solid rgba(255,255,255,.2); }
.event-row { display: grid; grid-template-columns: 30px 76px minmax(0, 1fr) max-content; gap: 13px; align-items: center; min-height: 55px; padding: 8px 12px 8px 2px; border-bottom: 1px solid rgba(255,255,255,.16); color: white; transition: padding .2s ease, background .2s ease; }
.event-row:hover, .event-row:focus-visible { padding-left: 10px; color: white; background: rgba(0,43,79,.32); outline: none; }
.event-no { color: var(--subaru-blue-light); font-size: 9px; font-weight: 900; }
.event-date { font-family: Impact, sans-serif; font-size: 15px; }
.event-name { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.event-name strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.event-name small { overflow: hidden; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.event-status-notice { display: inline-flex; max-width: 100%; padding: 6px 9px; border: 1px solid #94999e; border-radius: 3px; color: #d5d8db; background: rgba(103,108,113,.28); font-size: 9px; font-weight: 750; line-height: 1.3; letter-spacing: .025em; }
.event-row-notice { justify-self: end; align-self: center; max-width: 170px; margin-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event-row.has-notice .event-date, .event-row.has-notice .event-name > strong { color: rgba(255,255,255,.78); }
.season-map { position: relative; min-height: 680px; display: grid; place-items: center; }
.map-canvas { position: relative; z-index: 2; width: min(100%, 510px); aspect-ratio: 500 / 720; }
.map-credit { position: absolute; right: 0; bottom: -24px; color: #74777b; font-size: 8px; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 2px; }
.germany-dot-map { position: absolute; inset: 0; background-color: #8b8d90; background-image: radial-gradient(circle, #8b8d90 0 2.2px, transparent 2.5px); background-size: 11px 11px; mask: url('assets/media/germany-silhouette.svg') center / contain no-repeat; -webkit-mask: url('assets/media/germany-silhouette.svg') center / contain no-repeat; opacity: .9; }
.map-marker { position: absolute; z-index: 4; width: 42px; height: 42px; transform: translate(-50%, -50%); }
.map-marker > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-light); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 0 0 8px rgba(0,119,200,.18); font-size: 23px; transition: transform .2s ease, background .2s ease; }
.map-marker:hover, .map-marker:focus-visible { z-index: 10; outline: none; }
.map-marker:hover > span, .map-marker:focus-visible > span { background: var(--subaru-blue-dark); transform: rotate(45deg) scale(1.08); }
.map-popover { position: absolute; left: 50%; bottom: 58px; width: 220px; padding: 15px 16px; color: white; background: var(--blue-dark); border-top: 3px solid var(--blue-light); box-shadow: 0 16px 40px rgba(0,0,0,.26); transform: translate(-50%, 10px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.map-popover b { display: block; color: var(--subaru-blue-light); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.map-popover small { display: block; margin-top: 6px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.map-popover p { margin: 7px 0 0; color: rgba(255,255,255,.65); font-size: 11px; }
.map-popover .event-status-notice { margin-top: 10px; white-space: normal; }
.map-marker:hover .map-popover, .map-marker:focus-visible .map-popover { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.season-layout:has(.event-1:is(:hover, :focus-visible)) .marker-1,
.season-layout:has(.event-2:is(:hover, :focus-visible)) .marker-2,
.season-layout:has(.event-3:is(:hover, :focus-visible)) .marker-3,
.season-layout:has(.event-4:is(:hover, :focus-visible)) .marker-4,
.season-layout:has(.event-5:is(:hover, :focus-visible)) .marker-5,
.season-layout:has(.event-6:is(:hover, :focus-visible)) .marker-6,
.season-layout:has(.event-7:is(:hover, :focus-visible)) .marker-7,
.season-layout:has(.event-8:is(:hover, :focus-visible)) .marker-8 { z-index: 10; }
.season-layout:has(.event-1:is(:hover, :focus-visible)) .marker-1 > span,
.season-layout:has(.event-2:is(:hover, :focus-visible)) .marker-2 > span,
.season-layout:has(.event-3:is(:hover, :focus-visible)) .marker-3 > span,
.season-layout:has(.event-4:is(:hover, :focus-visible)) .marker-4 > span,
.season-layout:has(.event-5:is(:hover, :focus-visible)) .marker-5 > span,
.season-layout:has(.event-6:is(:hover, :focus-visible)) .marker-6 > span,
.season-layout:has(.event-7:is(:hover, :focus-visible)) .marker-7 > span,
.season-layout:has(.event-8:is(:hover, :focus-visible)) .marker-8 > span { background: var(--blue-light); box-shadow: 0 0 0 10px rgba(0,119,200,.22), 0 0 30px rgba(0,119,200,.55); transform: rotate(45deg) scale(1.22); }
.marker-1 { left: 45.1%; top: 74.3%; }
.marker-2 { left: 62.8%; top: 78.2%; }
.marker-3 { left: 42.5%; top: 71.8%; }
.marker-4 { left: 26.1%; top: 37.8%; }
.marker-5 { left: 17.5%; top: 68.2%; }
.marker-6 { left: 42%; top: 78.8%; }
.marker-7 { left: 76.5%; top: 76.5%; }
.marker-8 { left: 15.4%; top: 58.7%; }

.section-tech { position: relative; overflow: hidden; background: transparent; color: #454545; padding-top: 75px; }
.tech-heading { margin: 0 0 32px; }
.tech-heading h2 { margin: 0; font: clamp(76px, 10vw, 170px)/.76 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; color: #454545; }
.tech-heading p { margin: 14px 0 0 4px; color: var(--red); font: clamp(23px, 2.2vw, 38px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.vehicle-showcase { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(340px, .78fr); gap: 42px; align-items: center; }
.vehicle-stage { position: relative; min-height: 610px; isolation: isolate; }
.vehicle-stage::after { content: ""; position: absolute; left: 7%; right: 6%; bottom: 68px; height: 42px; border-radius: 50%; background: rgba(20,23,31,.2); filter: blur(18px); }
.vehicle-type { position: absolute; inset: 18px 0 auto; display: flex; justify-content: space-between; align-items: baseline; color: var(--red); text-transform: uppercase; pointer-events: none; }
.vehicle-type span { font: clamp(60px, 7vw, 112px)/.8 "Arial Narrow", Impact, sans-serif; letter-spacing: -.05em; }
.vehicle-type strong { color: rgba(69,69,69,.16); font: clamp(58px, 7vw, 112px)/.8 Impact, sans-serif; }
.vehicle-art { position: absolute; z-index: 2; left: -5%; bottom: -92px; width: 110%; aspect-ratio: 1672 / 941; }
.vehicle-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 15px rgba(0,0,0,.16)); }
.vehicle-card { min-height: 405px; padding: 34px 38px; border-radius: 16px; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.vehicle-card header small, .vehicle-card header b { display: block; color: var(--subaru-blue-light); text-transform: uppercase; font: 900 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.vehicle-card header h3 { margin: 3px 0 7px; font: clamp(43px, 4vw, 66px)/.82 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.04em; }
.vehicle-label { margin: 28px 0 7px; color: var(--subaru-blue-light); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.vehicle-card > p:not(.vehicle-label) { margin: 0; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.62; }
.vehicle-card dl { margin: 24px 0 0; }
.vehicle-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); }
.vehicle-card dt { color: var(--subaru-blue-light); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.vehicle-card dd { margin: 0; text-align: right; font-size: 11px; font-weight: 800; }

.vehicle-hotspot { position: absolute; z-index: 6; transform: translate(-50%, -50%); }
.vehicle-hotspot.hotspot-engine { left: 72.5%; top: 42%; }
.vehicle-hotspot.hotspot-wheel { left: 16%; top: 60%; }
.vehicle-hotspot.hotspot-cockpit { left: 58%; top: 33%; }
.vehicle-hotspot.hotspot-suspension { left: 51.5%; top: 54.5%; }
.vehicle-hotspot button { cursor: pointer; width: 43px; height: 43px; padding: 0; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-dark); border: 1px solid rgba(255,255,255,.75); box-shadow: 0 0 0 8px rgba(0,119,200,.18); font: 400 24px/1 Arial, sans-serif; transition: .2s ease; }
.vehicle-hotspot button:focus-visible { background: var(--red); transform: rotate(45deg); outline: 2px solid var(--white); outline-offset: 3px; }
.vehicle-hotspot > div { position: absolute; left: 50%; bottom: 57px; width: 220px; padding: 15px 16px; color: white; background: var(--blue-dark); border-top: 3px solid var(--blue-light); box-shadow: 0 16px 40px rgba(0,0,0,.28); transform: translate(-50%, 10px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.vehicle-hotspot > div b { display: block; color: var(--subaru-blue-light); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.vehicle-hotspot > div p { margin: 7px 0 0; font-size: 12px; line-height: 1.45; }
@media (hover: hover) and (pointer: fine) {
  .vehicle-hotspot:hover button { background: var(--red); transform: rotate(45deg); outline: none; }
  .vehicle-hotspot:hover > div { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}

.section-gallery {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background: transparent;
}
.section-gallery::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -70px 0;
  background: #f5f4f1;
  clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  pointer-events: none;
}
.section-gallery > * { position: relative; z-index: 1; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 360px 420px; grid-auto-rows: 360px; gap: 12px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; background: #ddd; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(8,10,17,.82); color: white; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.gallery-main { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.section-partner { background: transparent; color: #454545; padding-top: 75px; }
.partner-heading { margin: 0 0 30px; }
.partner-heading h2 { margin: 0; max-width: 1500px; color: #454545; font: clamp(68px, 8.3vw, 142px)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.partner-heading p { margin: 14px 0 0 4px; color: var(--subaru-blue); font: clamp(23px, 2.2vw, 38px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.sponsor-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 10px; margin: 0 0 68px; }
.sponsor-tile { min-height: 175px; border-radius: 15px; padding: 28px 35px; display: flex; align-items: center; justify-content: center; overflow: hidden; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 12px 30px rgba(0,59,112,.08); transition: transform .25s ease, filter .25s ease; }
.sponsor-tile.size-wide { grid-column: span 2; }
.sponsor-tile.size-premium { grid-column: span 2; grid-row: span 2; min-height: 360px; }
.sponsor-tile:hover, .sponsor-tile:focus-visible { color: white; filter: brightness(1.08); transform: translateY(-3px); outline: none; }
.sponsor-gold img { width: min(88%, 720px); max-height: 118px; object-fit: contain; }
.sponsor-name-fallback { color: white; font: clamp(30px, 4vw, 64px)/.9 "Arial Narrow", Impact, sans-serif; text-align: center; text-transform: uppercase; }
.sponsor-join { align-items: flex-start; flex-direction: column; }
.sponsor-join small { color: var(--subaru-blue-light); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sponsor-join strong { margin: 7px 0 20px; font: clamp(38px, 4vw, 66px)/.82 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.sponsor-join span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner-intro { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: end; }
.partner-intro > p { margin: 0; max-width: 900px; font: clamp(32px, 4vw, 60px)/1.08 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.section-partner .button-light { border-color: var(--subaru-blue); color: white; background: var(--subaru-blue); }
.section-partner .button-light:hover { border-color: var(--subaru-blue-dark); background: var(--subaru-blue-dark); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); }
.offer-grid .strategy-card { display: block; border-right: 1px solid var(--line); transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.offer-grid .strategy-card article { min-height: 310px; padding: 35px 35px 42px; display: flex; flex-direction: column; }
.offer-grid span { color: var(--subaru-blue); font-size: 11px; font-weight: 800; }
.offer-grid h3 { margin: 60px 0 18px; font: 34px/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.offer-grid p { color: #62656d; line-height: 1.62; }
.offer-grid .strategy-card:hover, .offer-grid .strategy-card:focus-visible { color: white; background: var(--subaru-blue); transform: translateY(-3px); box-shadow: 0 16px 35px rgba(0,59,112,.18); outline: none; }
.offer-grid .strategy-card:hover span, .offer-grid .strategy-card:hover p,
.offer-grid .strategy-card:focus-visible span, .offer-grid .strategy-card:focus-visible p { color: white; }
.partner-proof { display: grid; grid-template-columns: .7fr 1fr 1.3fr; align-items: center; gap: 28px; margin-top: 38px; padding: 25px 30px; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); }
.partner-proof > * { margin: 0; }
.partner-proof-kicker { font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; opacity: .72; }
.partner-proof h3 { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); font: 30px/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.partner-proof > p:last-child { font-size: 13px; line-height: 1.55; opacity: .82; }

footer { position: relative; background: var(--blue-dark); color: white; padding: 80px clamp(28px, 7vw, 120px) 85px clamp(132px, 11vw, 190px); display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 70px; }
.footer-brand img { width: 230px; height: auto; margin-bottom: 25px; object-fit: contain; }
.footer-brand p { max-width: 440px; color: rgba(255,255,255,.58); line-height: 1.6; }
footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; gap: 14px; }
.footer-label { margin: 0 0 10px; color: var(--subaru-blue-light); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }
footer a { color: rgba(255,255,255,.74); }
.footer-social-link { display: flex; align-items: center; gap: 9px; width: fit-content; }
.footer-social-link .brand-icon { width: 16px; height: 16px; color: white; }
.footer-social-link .facebook-logo { width: 14px; margin-inline: 1px; }
.footer-social-only { width: 26px; height: 26px; justify-content: center; border-radius: 50%; }
.footer-social-only:hover, .footer-social-only:focus-visible { color: white; background: rgba(255,255,255,.1); outline: 2px solid rgba(0,119,200,.5); }
.email-icon { position: relative; width: 16px; height: 12px; border: 1.7px solid currentColor; border-radius: 2px; }
.email-icon::before, .email-icon::after { content: ""; position: absolute; top: 2px; width: 9px; height: 1.7px; background: currentColor; }
.email-icon::before { left: 0; transform: rotate(34deg); transform-origin: left center; }
.email-icon::after { right: 0; transform: rotate(-34deg); transform-origin: right center; }
.footer-bottom { grid-column: 1 / -1; margin-top: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1050px) {
  .site-header { left: 50%; width: calc(100vw - 36px); grid-template-columns: 138px minmax(0, 1fr) 108px; }
  .partner-rail { display: none; }
  .hero-copy, .section, footer { margin-left: 0; padding-left: 48px; }
  .hero-copy { margin-left: 48px; }
  .news-feed { grid-template-columns: repeat(6, minmax(230px, 1fr)); }
  .duo-profile { grid-template-columns: 1fr 1fr; gap: 120px; }
  .profile-mirco { padding-right: 70px; }
  .profile-korbinian { padding-left: 70px; }
  .duo-avatars { width: 273px; height: 520px; }
  .facets-grid { grid-template-columns: 1fr .48fr 1fr; gap: 12px; }
  .facets-copy { padding-inline: 4px; }
  .season-layout, .vehicle-showcase { grid-template-columns: 1fr; }
  .season-card { width: min(680px, 100%); }
  .season-map { min-height: 650px; }
  .vehicle-stage { min-height: 540px; }
  .vehicle-card { width: min(680px, 100%); justify-self: end; }
}

@media (max-width: 760px) {
  .site-header { top: auto; bottom: 10px; left: 10px; width: calc(100vw - 20px); height: 40px; transform: none; grid-template-columns: 1fr 108px; grid-template-rows: 38px; padding: 0 6px 0 12px; }
  .site-header nav { display: none; }
  .header-cta { height: 30px; padding: 0 11px; font-size: 8px; }
  .wordmark { position: static; grid-column: 2; justify-self: end; width: 100px; height: 30px; margin: 0; }
  .wordmark img { height: 100%; }
  .hero-copy { width: auto; margin: 0 22px 9vh; }
  .hero h1 { max-width: 100%; font-size: clamp(48px, 15vw, 66px); line-height: .92; letter-spacing: -.025em; overflow-wrap: break-word; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-index { display: none; }
  .section { padding: 75px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .section-heading h2 { max-width: 100%; font-size: clamp(36px, 10vw, 48px); line-height: 1; letter-spacing: .01em; overflow-wrap: break-word; }
  .social-rail { right: 10px; top: auto; bottom: 62px; transform: none; flex-direction: row; }
  .social-rail a { width: 38px; height: 38px; }
  .section-news { padding-top: 62px; }
  .section-gallery::before {
    inset: -34px 0;
    clip-path: polygon(0 34px, 100% 0, 100% calc(100% - 34px), 0 100%);
  }
  .feed-heading h2 { max-width: 100%; font-size: clamp(38px, 10.5vw, 46px); line-height: 1; letter-spacing: .01em; overflow-wrap: break-word; }
  .news-feed { grid-template-columns: repeat(6, minmax(250px, 78vw)); margin-right: -20px; }
  .feed-card { min-height: 390px; }
  .section-team { padding-top: 65px; }
  .human-heading h2 { max-width: 100%; font-size: clamp(38px, 10.5vw, 46px); line-height: 1; letter-spacing: .01em; overflow-wrap: break-word; }
  .human-heading p { font-size: 23px; }
  .duo-profile { display: flex; flex-direction: column; min-height: 0; gap: 14px; }
  .duo-avatars { position: relative; left: auto; bottom: auto; order: -1; width: 100%; height: 470px; transform: none; }
  .profile-panel, .profile-mirco, .profile-korbinian { width: 100%; min-height: 0; padding: 26px; border-radius: 12px; text-align: left; }
  .profile-panel header h3 { font-size: 42px; }
  .profile-panel dt { font-size: 12px; }
  .profile-panel dd { font-size: 15px; line-height: 1.5; }
  .facets-grid { grid-template-columns: 1fr; gap: 50px; margin-top: 75px; }
  .facets-copy { order: -1; max-width: 500px; margin-inline: auto; }
  .facet-person { min-height: 0; }
  .facet-mirco .facet-art,
  .facet-korbinian .facet-art { width: min(86vw, 450px); margin-inline: auto; }
  .facet-type strong { font-size: clamp(42px, 12vw, 58px); line-height: .95; letter-spacing: -.02em; }
  .facet-hotspot > div { width: 180px; }
  .quote-band { padding: 75px 24px; }
  .section-season { padding-top: 62px; }
  .season-heading h2 { max-width: 100%; font-size: clamp(36px, 9.8vw, 44px); line-height: 1; letter-spacing: .01em; overflow-wrap: break-word; }
  .season-layout { gap: 28px; }
  .season-card { padding: 27px 24px 24px; }
  .season-card h3 { font-size: 42px; }
  .event-row { grid-template-columns: 24px 58px minmax(0, 1fr) max-content; gap: 8px; padding-right: 8px; }
  .event-date { display: block; font-size: 12px; }
  .event-name strong { font-size: 11px; }
  .event-row-notice { max-width: 105px; margin-left: 2px; padding: 5px 7px; font-size: 8px; }
  .season-map { min-height: 500px; }
  .map-canvas { width: min(100%, 350px); }
  .map-marker, .map-marker > span { width: 34px; height: 34px; }
  .map-marker > span { font-size: 19px; box-shadow: 0 0 0 6px rgba(0,119,200,.18); }
  .map-popover { width: 185px; bottom: 49px; }
  .section-tech { padding-top: 62px; }
  .tech-heading h2 { max-width: 100%; font-size: clamp(38px, 10.5vw, 46px); line-height: 1; letter-spacing: .01em; overflow-wrap: break-word; }
  .vehicle-showcase { gap: 8px; }
  .vehicle-stage { min-height: 370px; }
  .vehicle-stage::after { bottom: 45px; height: 25px; }
  .vehicle-art { left: -10%; bottom: -42px; width: 120%; }
  .vehicle-type span, .vehicle-type strong { font-size: clamp(45px, 14vw, 68px); }
  .vehicle-card { min-height: 0; padding: 27px 25px; }
  .vehicle-hotspot button { width: 36px; height: 36px; font-size: 20px; box-shadow: 0 0 0 6px rgba(0,119,200,.18); }
  .vehicle-hotspot > div { width: 180px; bottom: 49px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .gallery-main, .gallery-wide { grid-row: auto; grid-column: auto; }
  .partner-heading h2 { max-width: 100%; font-size: clamp(34px, 9.5vw, 43px); line-height: 1; letter-spacing: .005em; overflow-wrap: break-word; hyphens: auto; }
  .sponsor-wall { grid-template-columns: 1fr; margin-bottom: 48px; }
  .sponsor-tile { min-height: 130px; padding: 24px; }
  .sponsor-tile.size-wide, .sponsor-tile.size-premium { grid-column: auto; grid-row: auto; min-height: 130px; }
  .sponsor-gold img { width: 92%; max-height: 82px; }
  .partner-intro { grid-template-columns: 1fr; gap: 35px; }
  .offer-grid, .partner-proof { grid-template-columns: 1fr; }
  .partner-proof { gap: 18px; padding: 28px 24px; }
  .partner-proof h3 { padding: 18px 0; border-right: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
  .offer-grid .strategy-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-grid .strategy-card article, .offer-grid .strategy-card:first-child article { min-height: 0; padding: 30px 22px; }
  .offer-grid h3 { margin-top: 28px; }
  footer { padding: 65px 24px 82px; grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { grid-column: auto; flex-direction: column; gap: 12px; }
}

@media (max-width: 360px) {
  .event-row { grid-template-columns: 48px minmax(0, 1fr) 94px; }
  .event-no { display: none; }
  .event-row-notice { max-width: 94px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .hero-video { display: none; }
}

.blog-page { min-height: 100vh; padding-bottom: 105px; }
.blog-video-hero { position: relative; height: clamp(310px, 42vw, 560px); overflow: hidden; background: var(--blue-dark); }
.blog-video-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.blog-video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,18,.12), rgba(2,8,18,.62)); }
.blog-back-link { position: absolute; z-index: 2; left: clamp(95px, 8vw, 150px); bottom: 120px; color: white; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.blog-article-card { position: relative; z-index: 4; width: calc(100% - clamp(54px, 7vw, 118px)); max-width: 1900px; margin: -96px auto 0; padding: clamp(38px, 4vw, 70px); display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 2.25fr); gap: clamp(45px, 6vw, 110px); background: #fff; border-radius: 20px; box-shadow: 0 25px 80px rgba(5,12,24,.14); }
.blog-article-sidebar { position: sticky; top: 34px; align-self: start; min-width: 0; container-type: inline-size; }
.blog-category { margin: 0 0 14px; color: var(--subaru-blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.blog-article-sidebar h1 { max-width: 100%; margin: 0; color: #454545; font: clamp(38px, 15cqi, 60px)/1.02 "Arial Narrow", Impact, sans-serif; letter-spacing: -.025em; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.blog-article-sidebar time { display: block; margin-top: 24px; color: #999; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.blog-more-posts { margin-top: 110px; }
.blog-more-posts h2 { margin: 0 0 26px; color: #555; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.blog-more-posts a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(10,12,18,.1); transition: color .2s ease, padding-left .2s ease; }
.blog-more-posts a:hover, .blog-more-posts a:focus-visible { color: var(--subaru-blue); padding-left: 7px; outline: none; }
.blog-more-posts strong { display: block; font-size: 11px; text-transform: uppercase; }
.blog-more-posts span { display: block; margin-top: 5px; color: #aaa; font-size: 9px; }
.blog-article-body { padding-top: 16px; color: #5f6268; font-size: 14px; line-height: 1.75; }
.blog-keypoints { margin: 0 0 36px; padding-left: 20px; color: #30343a; font-weight: 700; }
.blog-lead { margin: 0 0 34px; font-size: 17px; line-height: 1.72; color: #4f5359; }
.strategy-sidebar-copy { margin: 28px 0 0; color: #777d84; font-size: 13px; line-height: 1.65; }
.strategy-page .blog-video-hero > img { object-position: center; }
@media (min-width: 901px) {
  .blog-article-body { padding-top: 34px; }
}
.blog-article-body blockquote { margin: 38px 0 44px; padding: 8px 0 8px 22px; border-left: 4px solid var(--subaru-blue); color: #4c5157; }
.blog-article-body blockquote p { margin: 0; font-size: 16px; font-style: italic; }
.blog-article-body blockquote cite { display: block; margin-top: 12px; color: var(--subaru-blue); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.blog-article-body section { margin-top: 42px; }
.blog-article-body section h2 { margin: 0 0 12px; color: #444; font: 32px/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.blog-article-body section p { margin: 0 0 15px; }
.blog-all-posts { display: inline-flex; gap: 15px; margin-top: 35px; padding: 12px 18px; border-radius: 999px; color: white; background: var(--subaru-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
  .blog-back-link { left: 30px; bottom: 105px; }
  .blog-article-card { width: calc(100% - 30px); grid-template-columns: 1fr; gap: 42px; margin-top: -75px; padding: 35px 28px 55px; }
  .blog-article-sidebar { position: static; }
  .blog-more-posts { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .blog-more-posts h2 { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .blog-video-hero { height: 360px; }
  .blog-article-card { border-radius: 14px; padding: 30px 22px 48px; }
  .blog-article-sidebar h1 { font-size: clamp(38px, 12vw, 48px); }
  .blog-more-posts { grid-template-columns: 1fr; }
  .blog-article-body { font-size: 13px; }
  .blog-lead { font-size: 15px; }
}

/* WordPress integration and keyboard/touch states. */
.facet-hotspot,
.vehicle-hotspot { transition: opacity .16s ease, visibility .16s ease; }
.facet-hotspot.is-open,
.vehicle-hotspot.is-open { z-index: 1000; }
.facet-art:has(.facet-hotspot.is-open),
.vehicle-stage:has(.vehicle-hotspot.is-open) { z-index: 900; }
.facet-hotspot.is-open button,
.vehicle-hotspot.is-open button { background: var(--subaru-blue); transform: rotate(45deg); }
.facet-hotspot.is-open > div,
.vehicle-hotspot.is-open > div { z-index: 2; opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (hover: hover) and (pointer: fine) {
  .facet-art:has(.facet-hotspot:hover),
  .vehicle-stage:has(.vehicle-hotspot:hover) { z-index: 900; }
  .facet-hotspot:hover,
  .vehicle-hotspot:hover { z-index: 1000; }
}
.event-row.is-active { background: rgba(255,255,255,.1); }
.map-marker.is-active { z-index: 1000; }
.map-marker.is-active > span { background: var(--blue-light); box-shadow: 0 0 0 10px rgba(0,119,200,.22), 0 0 30px rgba(0,119,200,.55); transform: rotate(45deg) scale(1.22); }
.map-marker.is-active .map-popover { z-index: 2; opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.map-marker:hover,
.map-marker:focus-visible { z-index: 1100; }
.archive-page { min-height: 100vh; padding: 110px clamp(24px, 6vw, 105px) 150px clamp(80px, 8vw, 150px); background: var(--paper); }
.archive-heading { margin-bottom: 45px; }
.archive-heading p { margin: 0; color: var(--subaru-blue); font-size: 16px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.archive-heading h1 { margin: 0; color: #454545; font: clamp(58px, 8vw, 120px)/.85 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.archive-feed { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.archive-pagination { margin-top: 35px; }
.archive-pagination .nav-links { display: flex; gap: 8px; }
.archive-pagination a, .archive-pagination span { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 12px; border-radius: 999px; background: white; }
.archive-pagination .current { color: white; background: var(--subaru-blue); }
.not-found { min-height: 100vh; padding: 18vh clamp(28px, 8vw, 150px); color: white; background: linear-gradient(120deg, rgba(0,59,112,.9), rgba(0,59,112,.72)), url('assets/media/hero.webp') center/cover; }
.not-found h1 { margin: 0 0 24px; font: clamp(58px, 9vw, 140px)/.82 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.not-found > p:not(.eyebrow) { margin-bottom: 32px; font-size: 18px; }
.standard-page { min-height: 100vh; padding: 120px clamp(24px, 8vw, 150px) 150px; background: var(--paper); }
.standard-page article { max-width: 1000px; margin: 0 auto; padding: clamp(32px, 5vw, 72px); background: white; border-radius: 18px; }
.standard-page h1 { margin: 0 0 35px; color: #454545; font: clamp(52px, 7vw, 100px)/.88 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.standard-page-content { color: #5f6268; font-size: 15px; line-height: 1.75; }
.standard-page-content h2, .standard-page-content h3 { color: #454545; }
.legal-page { min-height: 100vh; padding: 112px clamp(30px, 7vw, 120px) 145px clamp(132px, 11vw, 190px); background: var(--paper); }
.legal-hero { max-width: 1560px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: stretch; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(7,10,18,.09); }
.legal-heading { min-height: 540px; padding: clamp(42px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; color: white; background-color: var(--blue-dark); background-image: repeating-linear-gradient(115deg, rgba(0,119,200,.18) 0, rgba(0,119,200,.18) 1px, transparent 1px, transparent 4px); }
.legal-heading > p { margin: 0 0 18px; color: var(--subaru-blue-light); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.legal-heading h1 { margin: 0; font: clamp(70px, 8vw, 132px)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.legal-heading a { width: fit-content; margin-top: 50px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.legal-image { min-height: 540px; margin: 0; overflow: hidden; background: #ede6da; }
.legal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.legal-content-wrap { max-width: 1320px; margin: 70px auto 0; padding: clamp(36px, 5vw, 74px); display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 7vw, 110px); border-top: 1px solid var(--line); background: rgba(255,255,255,.55); }
.legal-content-label { display: flex; flex-direction: column; gap: 8px; color: var(--subaru-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.legal-content-label small { color: #888; font-size: 9px; }
.legal-content { color: #555b63; font-size: 16px; line-height: 1.75; }
.legal-content h2 { margin: 0 0 14px; color: #3f444a; font: clamp(30px, 3vw, 48px)/.95 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.legal-content h2:not(:first-child) { margin-top: 42px; }
.legal-content p { margin: 0 0 20px; }
.legal-content a { color: var(--subaru-blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.wp-block-image img { height: auto; }
.blog-article-body > *:first-child { margin-top: 0; }
body.admin-bar .partner-rail { top: calc(clamp(78px, 10vh, 118px) + 32px); }

@media (max-width: 900px) {
  .archive-page { padding: 90px 24px 110px; }
  .archive-feed { grid-template-columns: 1fr 1fr; }
  .legal-page { padding: 90px 24px 110px; }
  .legal-hero { grid-template-columns: 1fr; }
  .legal-heading { min-height: 430px; }
  .legal-image { min-height: 420px; }
  .legal-content-wrap { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 600px) {
  .archive-feed { grid-template-columns: 1fr; }
  .legal-page { padding-inline: 15px; }
  .legal-heading { min-height: 350px; padding: 36px 28px; }
  .legal-heading h1 { font-size: clamp(58px, 20vw, 88px); }
  .legal-image { min-height: 330px; }
  .legal-content-wrap { margin-top: 35px; padding: 32px 24px; }
}
