.hero--story {
  --pointer-x: 68%;
  --pointer-y: 42%;
  --story-accent: #e1251b;
  --story-progress: 0;
  --story-rail-progress: 0;
  --story-state-progress: 0;
  --story-state-presence: 1;
  --story-drops: 0;
  --ceramic-progress: 0;
  --ceramic-clip: 100%;
  --ceramic-edge: 8%;
  --ceramic-sweep: -44%;
  --ceramic-drop-travel: -16px;
  --ppf-progress: 0;
  --ppf-clip: 100%;
  --ppf-shift: 24%;
  --ppf-edge: 7%;
  --underbody-progress: 0;
  --underbody-clip: 100%;
  --underbody-edge: 8%;
  --underbody-lift: 18px;
  position: relative;
  z-index: 1;
  display: block;
  align-items: initial;
  min-height: 100svh;
  overflow: clip;
  padding: 0;
  background: var(--surface, #e7e3dc);
  color: #0b0b0d;
  isolation: isolate;
}

.hero-stage {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 71% 49%, rgba(15, 16, 19, 0.2), rgba(15, 16, 19, 0.075) 27%, transparent 49%),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(225, 37, 27, 0.085), transparent 22rem),
    linear-gradient(112deg, #efebe4 0%, #ddd8d0 47%, #bdbab4 100%);
}

.hero-stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.93%, rgba(11, 11, 13, 0.055) 50%, transparent 50.07%),
    linear-gradient(transparent 49.93%, rgba(11, 11, 13, 0.045) 50%, transparent 50.07%);
  background-size: 88px 88px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.48) 40%, #000 100%);
  pointer-events: none;
}

.hero-stage::after {
  position: absolute;
  z-index: 1;
  right: -10vw;
  bottom: -32vw;
  width: min(78vw, 1100px);
  height: min(78vw, 1100px);
  border: 1px solid rgba(11, 11, 13, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(11, 11, 13, 0.025),
    0 0 0 180px rgba(11, 11, 13, 0.018);
  content: "";
  pointer-events: none;
}

.hero-atmosphere {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-atmosphere__beam {
  position: absolute;
  top: -32%;
  right: 10%;
  width: 34%;
  height: 160%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  filter: blur(18px);
  opacity: 0.58;
}

.hero-atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(11, 11, 13, 0.22) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, rgba(11, 11, 13, 0.18) 0 0.6px, transparent 0.7px);
  background-size: 7px 7px, 9px 9px;
  mix-blend-mode: multiply;
}

.hero-art,
.hero-car,
.hero-protection-visual,
.hero-drops {
  position: absolute;
  z-index: 3;
  top: 15%;
  right: 1.5%;
  width: 63%;
  height: 72%;
  pointer-events: none;
}

.hero-art {
  z-index: 2;
  overflow: hidden;
  opacity: 0.72;
  mask-image: radial-gradient(ellipse 65% 55% at 55% 53%, #000 23%, rgba(0, 0, 0, 0.92) 45%, transparent 77%);
  transition: opacity 0.8s ease;
}

.hero-art img {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.12) brightness(1.03);
  object-fit: contain;
  object-position: center;
}

.hero-car {
  z-index: 4;
  display: block;
  border: 0;
  background: transparent;
  filter: contrast(1.16) brightness(0.98) drop-shadow(0 35px 35px rgba(0, 0, 0, 0.22));
  opacity: 0;
  transition: opacity 0.6s ease;
  --poster-color: transparent;
  --progress-bar-color: transparent;
}

.hero--story.is-model-ready .hero-car {
  opacity: 1;
}

.hero--story.is-model-ready .hero-art {
  opacity: 0.08;
}

.hero--story.is-model-fallback .hero-art {
  opacity: 0.82;
}

.hero-kicker {
  position: absolute;
  z-index: 12;
  top: max(110px, calc(env(safe-area-inset-top) + 92px));
  left: clamp(32px, 6.5vw, 104px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #55555a;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.hero-kicker > span {
  width: 36px;
  height: 2px;
  background: var(--story-accent);
}

.hero-wordmark {
  position: absolute;
  z-index: 2;
  right: -1vw;
  bottom: 13%;
  display: grid;
  color: rgba(11, 11, 13, 0.055);
  font-family: "Archivo", "Manrope", sans-serif;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.73;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-wordmark span {
  padding-right: 6vw;
  font-size: clamp(4.6rem, 10vw, 10rem);
  -webkit-text-stroke: 1px rgba(11, 11, 13, 0.11);
  color: transparent;
}

.hero-wordmark strong {
  font-size: clamp(5rem, 12vw, 12rem);
  font-weight: 900;
}

.hero-story-copy {
  position: absolute;
  z-index: 15;
  top: 30%;
  left: clamp(32px, 6.5vw, 104px);
  width: min(520px, 40vw);
  min-height: 390px;
}

.hero-story-copy::before {
  position: absolute;
  top: -24px;
  bottom: -23px;
  left: -28px;
  width: 3px;
  transform: scaleY(calc(0.22 + var(--story-state-progress, 0) * 0.78));
  border-radius: 99px;
  background: var(--story-accent);
  content: "";
  transform-origin: top;
}

.hero-beat {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-beat.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-beat__meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--story-accent);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-beat__meta::before {
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero-beat h1,
.hero-beat h2 {
  max-width: 11.6ch;
  margin: 0 0 20px;
  color: #0b0b0d;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: clamp(3.5rem, 5.1vw, 5.8rem);
  font-weight: 860;
  letter-spacing: -0.075em;
  line-height: 0.89;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.hero-beat h2 {
  font-size: clamp(3.1rem, 4.6vw, 5.1rem);
}

.hero-beat p {
  max-width: 52ch;
  margin: 0 0 22px;
  color: #5a5a60;
  font-size: 0.96rem;
  line-height: 1.7;
}

.hero-beat > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(11, 11, 13, 0.26);
  padding-bottom: 5px;
  color: #0b0b0d;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-beat > a span {
  color: var(--story-accent);
  transition: transform 0.25s var(--ease);
}

.hero-beat > a:hover span {
  transform: translateX(5px);
}

.hero-beat > a.hero-beat__price-cta {
  display: inline-grid;
  align-items: center;
  gap: 2px 9px;
  grid-template-columns: minmax(0, auto) auto;
}

.hero-beat > a.hero-beat__price-cta .hero-beat__price-main {
  color: inherit;
  transform: none;
}

.hero-beat__price-main strong {
  color: var(--story-accent);
  font: inherit;
}

.hero-beat__price-tax {
  color: currentColor;
  font-family: "Manrope", sans-serif;
  font-size: 0.58rem;
  font-weight: 650;
  grid-column: 1;
  letter-spacing: 0.04em;
  opacity: 0.66;
}

.hero-beat > a.hero-beat__price-cta .hero-beat__price-arrow {
  align-self: center;
  color: var(--story-accent);
  grid-column: 2;
  grid-row: 1 / span 2;
}

/* Clickable story chapters */
.story-rail {
  position: absolute;
  z-index: 18;
  right: clamp(28px, 5vw, 80px);
  bottom: 34px;
  left: clamp(32px, 6.5vw, 104px);
  display: grid;
  height: 64px;
  align-items: end;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-rail::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(11, 11, 13, 0.17);
  content: "";
}

.story-rail__progress {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: calc(var(--story-rail-progress, 0) * 100%);
  height: 3px;
  border-radius: 99px;
  background: var(--story-accent);
  pointer-events: none;
}

.story-dot {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: 54px;
  align-content: end;
  justify-items: start;
  gap: 2px;
  border: 0;
  background: transparent;
  padding: 0 14px 14px 0;
  color: #6e6e72;
  cursor: pointer;
  font-family: "Archivo", "Manrope", sans-serif;
  text-align: left;
  transition: color 0.3s ease, transform 0.35s var(--ease);
}

.story-dot::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #f3f3f1;
  border-radius: 50%;
  background: #9a9a9e;
  box-shadow: 0 0 0 1px rgba(11, 11, 13, 0.2);
  content: "";
  transition: transform 0.3s var(--ease), background 0.3s ease;
}

.story-dot b {
  color: #96969b;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.story-dot span {
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-dot:hover,
.story-dot.is-active {
  color: #0b0b0d;
  transform: translateY(-3px);
}

.story-dot.is-past::after,
.story-dot.is-active::after {
  background: var(--story-accent);
}

.story-dot.is-active::after {
  transform: scale(1.5);
  box-shadow:
    0 0 0 1px rgba(225, 37, 27, 0.38),
    0 0 0 7px rgba(225, 37, 27, 0.1);
}

.story-dot.is-active b {
  color: var(--story-accent);
}

.hero-scroll {
  position: absolute;
  z-index: 17;
  top: 50%;
  right: 20px;
  display: grid;
  gap: 12px;
  justify-items: center;
  transform: translateY(-50%);
  color: #6e6e72;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-scroll span {
  writing-mode: vertical-rl;
}

.hero-scroll i {
  width: 1px;
  height: 54px;
  overflow: hidden;
  background: rgba(11, 11, 13, 0.18);
}

.hero-scroll i::after {
  display: block;
  width: 100%;
  height: 44%;
  transform: translateY(-120%);
  background: var(--story-accent);
  content: "";
  animation: ccc-story-scroll 2s var(--ease) infinite;
}

.mobile-story-guide {
  display: none;
}

/* Protection materials */
.hero-protection-visual,
.hero-drops {
  z-index: 5;
  overflow: hidden;
  opacity: 1;
  contain: layout paint style;
}

.protection-visual {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease, transform 0.18s linear;
  will-change: transform, opacity, clip-path;
}

.protection-visual em {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  border-left: 2px solid var(--story-accent);
  background: rgba(239, 236, 229, 0.88);
  box-shadow: 0 12px 30px rgba(11, 11, 13, 0.1);
  padding: 7px 9px 6px 10px;
  color: #111114;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 810;
  letter-spacing: 0.09em;
  line-height: 1;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.4s var(--ease);
  white-space: nowrap;
}

.protection-visual--scan {
  top: 5%;
  bottom: 7%;
  left: 27%;
  width: 2px;
  transform: translateX(calc(var(--story-state-progress, 0) * 260px));
  background: linear-gradient(transparent, var(--story-accent) 22%, var(--story-accent) 78%, transparent);
  box-shadow:
    0 0 18px rgba(225, 37, 27, 0.64),
    18px 0 45px rgba(225, 37, 27, 0.12);
}

.protection-visual--scan::after {
  position: absolute;
  top: 45%;
  left: -16px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(225, 37, 27, 0.55);
  border-radius: 50%;
  content: "";
}

.hero--story[data-story-state="analysis"] .protection-visual--scan {
  opacity: 0.78;
}

.protection-visual--ceramic {
  inset: 7% 2% 8% 6%;
  overflow: hidden;
  transform: scale(0.985);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 46% 44% 42% 52%;
  background:
    radial-gradient(ellipse at 55% 24%, rgba(255, 255, 255, 0.68), transparent 18%),
    linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0.4) 49%, rgba(225, 37, 27, 0.055) 53%, transparent 69%);
  clip-path: inset(0 var(--ceramic-clip) 0 0 round 42%);
  filter: saturate(1.08);
  mix-blend-mode: screen;
}

.hero--story[data-story-state="ceramic"] .protection-visual--ceramic {
  transform: scale(1);
  opacity: var(--story-state-presence, 1);
}

.protection-visual--ceramic .surface-sheen {
  position: absolute;
  z-index: 2;
  inset: -12% 12% -12% 18%;
  width: 42%;
  transform: translate3d(var(--ceramic-sweep), 0, 0) skewX(-13deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.13), transparent);
  filter: blur(5px);
  opacity: 0.78;
}

.protection-visual--ceramic .surface-edge {
  position: absolute;
  z-index: 4;
  top: 9%;
  bottom: 10%;
  left: var(--ceramic-edge);
  width: 2px;
  transform: rotate(7deg);
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.95) 18%, #fff 72%, transparent);
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.86),
    10px 0 34px rgba(225, 37, 27, 0.12);
}

.protection-visual--ceramic em {
  right: 9%;
  bottom: 15%;
}

.hero--story[data-story-state="ceramic"] .protection-visual--ceramic em {
  opacity: var(--story-state-presence, 1);
  transform: translateY(0);
}

.hero-drops {
  overflow: visible;
  opacity: 0;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.18));
  transition: opacity 0.35s ease;
}

.hero--story[data-story-state="ceramic"] .hero-drops {
  opacity: var(--story-drops, 0);
}

.hero-drops i {
  position: absolute;
  display: block;
  width: 10px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 56% 44% 62% 38%;
  background:
    radial-gradient(circle at 32% 24%, #fff 0 10%, transparent 13%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(204, 225, 232, 0.2) 52%, rgba(255, 255, 255, 0.62));
  box-shadow:
    inset -2px -3px 4px rgba(20, 24, 28, 0.18),
    0 4px 7px rgba(11, 11, 13, 0.18);
  transform: translate3d(0, var(--ceramic-drop-travel), 0) rotate(12deg);
  transition: transform 0.18s linear;
  will-change: transform;
}

.hero-drops i:nth-child(1) {
  top: 29%;
  left: 55%;
  width: 8px;
  height: 10px;
}

.hero-drops i:nth-child(2) {
  top: 37%;
  left: 64%;
  width: 12px;
  height: 15px;
}

.hero-drops i:nth-child(3) {
  top: 28%;
  left: 73%;
}

.hero-drops i:nth-child(4) {
  top: 47%;
  left: 70%;
  width: 14px;
  height: 18px;
}

.hero-drops i:nth-child(5) {
  top: 43%;
  left: 51%;
  width: 7px;
  height: 9px;
}

.hero-drops i:nth-child(6) {
  top: 53%;
  left: 61%;
  width: 9px;
  height: 12px;
}

.protection-visual--ppf {
  top: 9%;
  right: -1%;
  width: 69%;
  height: 79%;
  overflow: hidden;
  transform: translate3d(var(--ppf-shift), 0, 0) skewX(-7deg) rotate(1.5deg);
  border-left: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 45% 12% 50% 14%;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.025) 21%, rgba(255, 255, 255, 0.38) 48%, rgba(255, 255, 255, 0.025) 57%),
    rgba(220, 235, 242, 0.055);
  box-shadow:
    -5px 0 0 rgba(225, 37, 27, 0.75),
    -22px 0 46px rgba(225, 37, 27, 0.14);
  clip-path: inset(0 var(--ppf-clip) 0 0 round 36%);
  mix-blend-mode: screen;
}

.hero--story[data-story-state="ppf"] .protection-visual--ppf {
  opacity: var(--story-state-presence, 1);
}

.protection-visual--ppf .surface-sheen {
  position: absolute;
  z-index: 2;
  inset: -12% 14% -12% 20%;
  width: 34%;
  transform: skewX(-13deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08), transparent);
  filter: blur(4px);
}

.protection-visual--ppf .surface-edge {
  position: absolute;
  z-index: 5;
  top: 5%;
  bottom: 6%;
  left: var(--ppf-edge);
  width: 2px;
  background: linear-gradient(transparent, #fff 12%, #fff 82%, transparent);
  box-shadow:
    -4px 0 0 rgba(225, 37, 27, 0.7),
    0 0 18px rgba(255, 255, 255, 0.8);
}

.protection-visual--ppf em {
  right: 10%;
  bottom: 12%;
}

.hero--story[data-story-state="ppf"] .protection-visual--ppf em {
  opacity: var(--story-state-presence, 1);
  transform: translateY(0);
}

.protection-visual--impact {
  inset: 0;
}

.protection-visual--impact i {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.1),
    0 0 0 14px rgba(225, 37, 27, 0.1);
  opacity: 0;
  will-change: transform, opacity;
}

.protection-visual--impact i:nth-child(1) {
  top: 36%;
  right: 23%;
}

.protection-visual--impact i:nth-child(2) {
  top: 45%;
  right: 16%;
}

.protection-visual--impact i:nth-child(3) {
  top: 29%;
  right: 33%;
}

.hero--story[data-story-state="ppf"] .protection-visual--impact {
  opacity: 1;
}

.hero--story[data-story-state="ppf"] .protection-visual--impact i {
  transform: scale(var(--ppf-hit-1-scale, 0.28));
  opacity: var(--ppf-hit-1-opacity, 0);
}

.hero--story[data-story-state="ppf"] .protection-visual--impact i:nth-child(2) {
  transform: scale(var(--ppf-hit-2-scale, 0.28));
  opacity: var(--ppf-hit-2-opacity, 0);
}

.hero--story[data-story-state="ppf"] .protection-visual--impact i:nth-child(3) {
  transform: scale(var(--ppf-hit-3-scale, 0.28));
  opacity: var(--ppf-hit-3-opacity, 0);
}

.protection-visual--underbody {
  right: 5%;
  bottom: 23%;
  left: 7%;
  height: 30%;
  transform: translate3d(0, var(--underbody-lift), 0);
  filter: drop-shadow(0 15px 26px rgba(11, 11, 13, 0.22));
}

.protection-visual--underbody .surface-coat,
.protection-visual--underbody .surface-seams {
  position: absolute;
  inset: 6% 3% 4%;
  transform: perspective(420px) rotateX(63deg);
  border: 1px solid rgba(225, 37, 27, 0.56);
  border-radius: 46%;
  clip-path: inset(0 var(--underbody-clip) 0 0 round 44%);
  transform-origin: center bottom;
}

.protection-visual--underbody .surface-coat {
  background:
    linear-gradient(112deg, rgba(9, 10, 12, 0.18), rgba(31, 25, 24, 0.78) 42%, rgba(76, 36, 31, 0.48) 64%, rgba(12, 13, 16, 0.48)),
    repeating-linear-gradient(90deg, transparent 0 11%, rgba(255, 255, 255, 0.1) 11.4% 11.8%, transparent 12.2% 24%);
  box-shadow:
    inset 0 0 45px rgba(0, 0, 0, 0.32),
    0 0 38px rgba(225, 37, 27, 0.2);
}

.protection-visual--underbody .surface-seams {
  background:
    repeating-linear-gradient(12deg, transparent 0 24px, rgba(255, 255, 255, 0.13) 25px, transparent 26px 48px),
    radial-gradient(ellipse, transparent 22%, rgba(225, 37, 27, 0.18) 58%, transparent 72%);
  mix-blend-mode: screen;
  opacity: var(--underbody-progress, 0);
}

.protection-visual--underbody .surface-scan {
  position: absolute;
  z-index: 5;
  top: 19%;
  bottom: 17%;
  left: var(--underbody-edge);
  width: 2px;
  transform: skewY(-13deg);
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.94), var(--story-accent), transparent);
  box-shadow:
    0 0 18px rgba(225, 37, 27, 0.78),
    14px 0 42px rgba(225, 37, 27, 0.16);
}

.protection-visual--underbody em {
  right: 6%;
  bottom: 7%;
}

.hero--story[data-story-state="underbody"] .protection-visual--underbody {
  opacity: var(--story-state-presence, 1);
}

.hero--story[data-story-state="underbody"] .hero-protection-visual {
  z-index: 3;
}

.hero--story[data-story-state="underbody"] .protection-visual--underbody em {
  opacity: var(--story-state-presence, 1);
  transform: translateY(0);
}

.hero--story[data-story-state="underbody"] .hero-atmosphere__beam {
  opacity: 0.2;
}

@keyframes ccc-story-scroll {
  0% {
    transform: translateY(-120%);
  }
  55%,
  100% {
    transform: translateY(230%);
  }
}

/* Static and reduced-motion experience */
.hero--story.is-story-static,
.hero--story[data-story-mode="static"] {
  min-height: auto;
  padding: 130px 0 80px;
  background: var(--surface, #e7e3dc);
}

.hero--story.is-story-static .hero-stage,
.hero--story[data-story-mode="static"] .hero-stage {
  display: grid;
  width: min(calc(100% - 56px), 1280px);
  height: auto;
  min-height: 0;
  margin-inline: auto;
  overflow: visible;
  gap: 36px;
  background: transparent;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.hero--story.is-story-static .hero-stage::before,
.hero--story.is-story-static .hero-stage::after,
.hero--story.is-story-static .hero-atmosphere,
.hero--story.is-story-static .hero-protection-visual,
.hero--story.is-story-static .hero-drops,
.hero--story.is-story-static .hero-wordmark,
.hero--story.is-story-static .story-rail,
.hero--story.is-story-static .mobile-story-guide,
.hero--story.is-story-static .hero-scroll,
.hero--story[data-story-mode="static"] .hero-stage::before,
.hero--story[data-story-mode="static"] .hero-stage::after,
.hero--story[data-story-mode="static"] .hero-atmosphere,
.hero--story[data-story-mode="static"] .hero-protection-visual,
.hero--story[data-story-mode="static"] .hero-drops,
.hero--story[data-story-mode="static"] .hero-wordmark,
.hero--story[data-story-mode="static"] .story-rail,
.hero--story[data-story-mode="static"] .mobile-story-guide,
.hero--story[data-story-mode="static"] .hero-scroll {
  display: none;
}

.hero--story.is-story-static .hero-kicker,
.hero--story[data-story-mode="static"] .hero-kicker {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 1 / -1;
}

.hero--story.is-story-static .hero-art,
.hero--story[data-story-mode="static"] .hero-art {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 18px;
  opacity: 1;
  grid-column: 2;
  grid-row: 2;
  mask-image: none;
}

.hero--story.is-story-static .hero-story-copy,
.hero--story[data-story-mode="static"] .hero-story-copy {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  width: 100%;
  min-height: 0;
  gap: 38px;
  grid-column: 1;
  grid-row: 2;
}

.hero--story.is-story-static .hero-story-copy::before,
.hero--story[data-story-mode="static"] .hero-story-copy::before {
  display: none;
}

.hero--story.is-story-static .hero-beat,
.hero--story[data-story-mode="static"] .hero-beat {
  position: relative;
  inset: auto;
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero--story.is-story-static .hero-beat:not(:first-child),
.hero--story[data-story-mode="static"] .hero-beat:not(:first-child) {
  border-top: 1px solid rgba(11, 11, 13, 0.12);
  padding-top: 30px;
}

.hero--story.is-story-static .hero-beat h1,
.hero--story.is-story-static .hero-beat h2,
.hero--story[data-story-mode="static"] .hero-beat h1,
.hero--story[data-story-mode="static"] .hero-beat h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.9rem);
}

@media (max-width: 1180px) {
  .hero-story-copy {
    width: min(470px, 41vw);
  }

  .hero-beat h1,
  .hero-beat h2 {
    font-size: clamp(3rem, 4.7vw, 5rem);
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    right: -3%;
    width: 66%;
  }
}

@media (max-width: 900px) {
  .hero--story {
    --mobile-rail-bottom: max(8px, env(safe-area-inset-bottom));
    --mobile-card-bottom: calc(var(--mobile-rail-bottom) + 56px);
    --mobile-card-height: clamp(260px, 34svh, 300px);
    --mobile-card-render-height: max(var(--mobile-card-height), 14.5rem);
    --mobile-guide-gap: 10px;
    min-height: 390vh;
    min-height: 390svh;
    overflow: visible;
    background: var(--surface, #e7e3dc);
  }

  .hero-stage {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100svh;
    min-height: 650px;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 31%, rgba(255, 252, 246, 0.42), transparent 27%),
      radial-gradient(ellipse at 61% 34%, rgba(15, 16, 19, 0.22), transparent 36%),
      radial-gradient(circle at 72% 34%, rgba(225, 37, 27, 0.14), transparent 13rem),
      linear-gradient(150deg, #dfdad1 0%, #cec9c0 58%, #aaa8a4 100%);
  }

  .hero-stage::before {
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, transparent 0, #000 20%, rgba(0, 0, 0, 0.65) 70%, transparent 100%);
  }

  .hero-stage::after {
    right: -55vw;
    bottom: 3%;
    width: 125vw;
    height: 125vw;
  }

  .hero-kicker {
    top: max(88px, calc(env(safe-area-inset-top) + 78px));
    right: 18px;
    left: 18px;
    gap: 9px;
    font-size: 0.68rem;
    letter-spacing: 0.075em;
    line-height: 1.4;
  }

  .hero-kicker > span {
    width: 24px;
    flex: 0 0 auto;
  }

  .hero-wordmark {
    top: 20%;
    right: -7%;
    bottom: auto;
    opacity: 0.66;
  }

  .hero-wordmark span {
    padding-right: 4vw;
    font-size: clamp(3.2rem, 15vw, 6rem);
  }

  .hero-wordmark strong {
    font-size: clamp(3.6rem, 17vw, 7rem);
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 13.5%;
    right: -10%;
    width: 120%;
    height: clamp(270px, 40svh, 350px);
  }

  .hero-art {
    opacity: 0.8;
    mask-image: radial-gradient(ellipse 63% 48% at 56% 52%, #000 18%, transparent 75%);
  }

  .hero-car {
    filter:
      contrast(1.2)
      brightness(1.01)
      drop-shadow(0 27px 25px rgba(0, 0, 0, 0.3));
  }

  .hero--story.is-model-ready .hero-art {
    opacity: 0;
  }

  .hero-story-copy {
    top: auto;
    right: 16px;
    bottom: var(--mobile-card-bottom);
    left: 16px;
    width: auto;
    height: var(--mobile-card-render-height);
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
      linear-gradient(155deg, rgba(29, 29, 32, 0.97), rgba(12, 13, 15, 0.97));
    box-shadow:
      0 28px 62px rgba(0, 0, 0, 0.24),
      inset 0 1px rgba(255, 255, 255, 0.06);
    padding: 0;
    scrollbar-color: rgba(225, 37, 27, 0.78) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
    backdrop-filter: blur(20px) saturate(125%);
  }

  .hero-story-copy:focus-visible {
    outline: 2px solid rgba(225, 37, 27, 0.9);
    outline-offset: -4px;
  }

  .hero-story-copy::before {
    z-index: 2;
    top: 18px;
    bottom: 18px;
    left: -1px;
    width: 3px;
    box-shadow: 0 0 24px rgba(225, 37, 27, 0.46);
  }

  .hero-beat {
    inset: 17px 19px;
    justify-content: flex-start;
    transform: translateY(14px);
    filter: blur(5px);
    transition:
      opacity 0.42s ease,
      transform 0.58s var(--ease),
      filter 0.42s ease,
      visibility 0s linear 0.42s;
  }

  .hero-beat.is-past {
    transform: translateY(-14px);
  }

  .hero-beat.is-active {
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0s;
  }

  .hero-beat__meta {
    margin-bottom: 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .hero-beat h1,
  .hero-beat h2 {
    max-width: 15ch;
    margin-bottom: 8px;
    color: #f3efe8;
    font-size: clamp(1.95rem, 8.75vw, 2.7rem);
    letter-spacing: -0.06em;
    line-height: 0.93;
    text-wrap: balance;
  }

  body.home-vision .hero-beat p {
    display: block;
    max-width: 55ch;
    margin-bottom: 8px;
    color: #bbb8b2;
    font-size: clamp(0.8rem, 3.45vw, 0.88rem);
    line-height: 1.43;
  }

  .hero-beat > a {
    border-bottom-color: rgba(255, 255, 255, 0.26);
    color: #f3efe8;
    font-size: 0.72rem;
  }

  .story-rail {
    right: 16px;
    bottom: var(--mobile-rail-bottom);
    left: 16px;
    height: 44px;
    pointer-events: none;
  }

  .story-dot {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 2px 13px;
    pointer-events: auto;
  }

  .story-dot b {
    display: none;
  }

  .story-dot span {
    display: block;
    color: #202024;
    font-size: 0.68rem;
    font-weight: 790;
    letter-spacing: 0.005em;
    line-height: 1;
  }

  .story-dot::after {
    bottom: 7px;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translateX(-50%);
  }

  .story-dot:hover,
  .story-dot.is-active {
    transform: none;
  }

  .story-dot.is-active::after {
    transform: translateX(-50%) scale(1.35);
  }

  .story-dot.is-active span {
    color: #0b0b0d;
  }

  .mobile-story-guide {
    position: absolute;
    z-index: 18;
    right: 16px;
    bottom: calc(var(--mobile-card-bottom) + var(--mobile-card-render-height) + var(--mobile-guide-gap));
    left: 16px;
    display: grid;
    align-items: center;
    gap: 6px 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 3px solid var(--story-accent);
    border-radius: 8px;
    background: rgba(14, 15, 17, 0.84);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 7px;
    color: #f0ece5;
    font-family: "Archivo", "Manrope", sans-serif;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 780;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    backdrop-filter: blur(14px) saturate(125%);
    grid-template-areas:
      "system status"
      "track track";
    grid-template-columns: 1fr auto;
  }

  .mobile-story-guide::before {
    color: #918f8a;
    content: "CCC / Schutzroute";
    font-size: 0.54rem;
    font-weight: 760;
    grid-area: system;
    letter-spacing: 0.09em;
  }

  .mobile-story-guide span {
    grid-area: status;
    white-space: nowrap;
  }

  .mobile-story-guide span::before {
    color: var(--story-accent);
    content: attr(data-story-order);
  }

  .mobile-story-guide span::after {
    content: " / 04 · " attr(data-story-label);
  }

  .mobile-story-guide i {
    position: relative;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.17);
    grid-area: track;
  }

  .mobile-story-guide i::after {
    position: absolute;
    inset: 0;
    width: calc(var(--story-progress, 0) * 100%);
    background: var(--story-accent);
    content: "";
  }

  .mobile-story-guide em {
    display: none;
  }

  .hero-scroll {
    display: none;
  }

  .protection-visual--scan {
    left: 24%;
  }

  .protection-visual em {
    display: inline-flex;
    border-left-width: 2px;
    background: rgba(14, 15, 17, 0.84);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    padding: 6px 7px 5px 8px;
    color: #f0ece5;
    font-size: 0.53rem;
    backdrop-filter: blur(10px);
  }

  .protection-visual--ceramic {
    inset: 25% 18% 24% 20%;
    background:
      radial-gradient(ellipse at 55% 24%, rgba(255, 255, 255, 0.46), transparent 18%),
      linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.28) 49%, rgba(225, 37, 27, 0.05) 53%, transparent 69%);
  }

  .protection-visual--ppf {
    top: 16%;
    right: 6%;
    width: 64%;
    height: 68%;
  }

  .protection-visual--ppf em {
    right: 20%;
  }

  .hero--story[data-story-state="ppf"] .protection-visual--ppf em {
    transform: skewX(7deg) rotate(-1.5deg);
  }

  .protection-visual--underbody em {
    right: auto;
    bottom: -31%;
    left: -7%;
    display: inline-flex;
  }

  .hero-drops i:nth-child(5),
  .hero-drops i:nth-child(6),
  .protection-visual--underbody .surface-seams {
    display: none;
  }

  .protection-visual--impact i {
    width: 9px;
    height: 9px;
  }

  .protection-visual--impact i:nth-child(1) {
    right: 31%;
  }

  .protection-visual--impact i:nth-child(2) {
    right: 25%;
  }

  .protection-visual--impact i:nth-child(3) {
    right: 38%;
  }

  .protection-visual--underbody {
    top: 34%;
    right: 21%;
    bottom: auto;
    left: 21%;
    height: 26%;
  }

  body.home-vision .mobile-contact {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition:
      transform 0.34s var(--ease),
      opacity 0.2s ease,
      visibility 0s linear 0s;
  }

  body.home-vision.ccc-story-in-view .mobile-contact {
    visibility: hidden;
    transform: translateY(calc(100% + env(safe-area-inset-bottom)));
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.34s var(--ease),
      opacity 0.2s ease,
      visibility 0s linear 0.34s;
  }

  .hero--story.is-story-static,
  .hero--story[data-story-mode="static"] {
    min-height: auto;
    padding: 104px 0 58px;
  }

  .hero--story.is-story-static .hero-stage,
  .hero--story[data-story-mode="static"] .hero-stage {
    position: relative;
    top: auto;
    display: grid;
    width: min(calc(100% - 32px), 680px);
    height: auto;
    min-height: 0;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero--story.is-story-static .hero-kicker,
  .hero--story[data-story-mode="static"] .hero-kicker {
    right: auto;
    left: auto;
  }

  .hero--story.is-story-static .hero-art,
  .hero--story[data-story-mode="static"] .hero-art {
    min-height: 420px;
    grid-column: 1;
    grid-row: 2;
  }

  .hero--story.is-story-static .hero-story-copy,
  .hero--story[data-story-mode="static"] .hero-story-copy {
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    grid-column: 1;
    grid-row: 3;
    backdrop-filter: none;
  }

  .hero--story.is-story-static .hero-beat,
  .hero--story[data-story-mode="static"] .hero-beat {
    inset: auto;
  }

  .hero--story.is-story-static .hero-beat h1,
  .hero--story.is-story-static .hero-beat h2,
  .hero--story[data-story-mode="static"] .hero-beat h1,
  .hero--story[data-story-mode="static"] .hero-beat h2 {
    color: #0b0b0d;
  }

  .hero--story.is-story-static .hero-beat p,
  .hero--story[data-story-mode="static"] .hero-beat p {
    color: #5a5a60;
  }

  .hero--story.is-story-static .hero-beat > a,
  .hero--story[data-story-mode="static"] .hero-beat > a {
    border-bottom-color: rgba(11, 11, 13, 0.26);
    color: #0b0b0d;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero--story[data-story-mode="mobile-3d"] .hero-car {
    transition: opacity 0.6s ease, filter 0.5s ease;
  }

  .hero--story[data-story-mode="mobile-3d"][data-story-state="ceramic"] .hero-car {
    filter:
      saturate(1.09)
      contrast(1.24)
      brightness(1.08)
      drop-shadow(0 28px 28px rgba(0, 0, 0, 0.3));
  }

  .hero--story[data-story-mode="mobile-3d"][data-story-state="ppf"] .hero-car {
    filter:
      saturate(1.02)
      contrast(1.2)
      brightness(1.03)
      drop-shadow(0 27px 25px rgba(0, 0, 0, 0.3));
  }

  .hero--story[data-story-mode="mobile-3d"][data-story-state="underbody"] .hero-car {
    filter:
      saturate(0.94)
      contrast(1.22)
      brightness(1.07)
      drop-shadow(0 26px 26px rgba(0, 0, 0, 0.3));
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--ceramic {
    inset: 18% 10% 17% 10%;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 66% 37%, rgba(255, 255, 255, 0.7) 0 1.5%, transparent 2.2%),
      radial-gradient(circle at 59% 52%, rgba(255, 255, 255, 0.54) 0 1.2%, transparent 2%),
      radial-gradient(ellipse at 55% 24%, rgba(255, 255, 255, 0.72), transparent 19%),
      linear-gradient(112deg, transparent 16%, rgba(255, 255, 255, 0.08) 34%, rgba(255, 255, 255, 0.54) 48%, rgba(225, 37, 27, 0.08) 53%, transparent 70%);
    mask-image: radial-gradient(ellipse 72% 50% at 53% 57%, #000 0 61%, rgba(0, 0, 0, 0.8) 67%, transparent 78%);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--ceramic .surface-sheen {
    inset-block: -15%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.17), transparent);
    filter: blur(3px);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--ceramic .surface-edge {
    box-shadow:
      0 0 19px rgba(255, 255, 255, 0.96),
      10px 0 38px rgba(225, 37, 27, 0.2);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--ppf {
    top: 18%;
    right: 10%;
    width: 58%;
    height: 62%;
    transform-origin: 65% 50%;
    border-left: 0;
    box-shadow: -18px 0 38px rgba(225, 37, 27, 0.1);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--ppf em {
    right: 14%;
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--impact i {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 0 0 7px rgba(255, 255, 255, 0.14),
      0 0 0 15px rgba(225, 37, 27, 0.16);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--underbody {
    top: 31%;
    right: 16%;
    bottom: auto;
    left: 16%;
    height: 34%;
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--underbody .surface-coat {
    background:
      linear-gradient(100deg, rgba(7, 8, 10, 0.88), rgba(42, 34, 32, 0.94) 42%, rgba(117, 46, 38, 0.68) 64%, rgba(10, 11, 14, 0.9)),
      repeating-linear-gradient(90deg, transparent 0 10%, rgba(255, 255, 255, 0.12) 10.4% 10.8%, transparent 11.3% 21%);
    box-shadow:
      inset 0 0 35px rgba(0, 0, 0, 0.48),
      0 0 28px rgba(225, 37, 27, 0.24);
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--underbody .surface-seams {
    display: block;
  }

  .hero--story[data-story-mode="mobile-3d"] .protection-visual--underbody em {
    bottom: -18%;
    left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .hero--story {
    --mobile-card-height: clamp(260px, 28svh, 280px);
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 14%;
    right: -6%;
    width: 112%;
    height: clamp(340px, 40svh, 410px);
  }

  .hero-story-copy,
  .story-rail,
  .mobile-story-guide {
    right: 24px;
    left: 24px;
  }
}

@media (max-width: 480px) and (max-height: 760px) {
  .hero--story {
    --mobile-card-height: 260px;
    --mobile-guide-gap: 8px;
  }

  .hero-stage {
    min-height: 100svh;
  }

  .hero-kicker {
    top: max(78px, calc(env(safe-area-inset-top) + 68px));
    font-size: 0.62rem;
  }

  .hero-wordmark {
    top: 18%;
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 14%;
    height: clamp(210px, 32svh, 245px);
  }

  .hero-story-copy {
    bottom: var(--mobile-card-bottom);
    min-height: 0;
  }

  .hero-beat {
    inset: 15px 17px;
  }

  .hero-beat__meta {
    margin-bottom: 6px;
    font-size: 0.63rem;
  }

  .hero-beat h1,
  .hero-beat h2 {
    margin-bottom: 7px;
    font-size: clamp(1.82rem, 8.6vw, 2.35rem);
  }

  .hero-beat p {
    margin-bottom: 7px;
    font-size: 0.8rem;
    line-height: 1.38;
  }

  .hero-beat > a {
    font-size: 0.69rem;
  }
}

@media (max-width: 360px) {
  .hero-wordmark {
    top: 19%;
    opacity: 0.38;
  }

  .hero-kicker,
  .hero-story-copy,
  .story-rail,
  .mobile-story-guide {
    right: 12px;
    left: 12px;
  }

  .hero-kicker {
    font-size: 0.59rem;
  }

  .hero-beat {
    inset: 16px;
  }

  .hero-beat h1,
  .hero-beat h2 {
    font-size: clamp(1.78rem, 8.7vw, 2.25rem);
  }

  .hero-beat p {
    font-size: 0.79rem;
  }

  .story-dot {
    gap: 3px;
  }

  .story-dot span {
    font-size: 0.57rem;
    letter-spacing: 0;
  }

  .mobile-story-guide::before {
    content: "CCC / Schutz";
  }
}

@media (max-width: 360px) and (max-height: 760px) {
  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 16%;
    height: clamp(175px, 29svh, 205px);
  }
}

@media (max-width: 480px) and (max-height: 620px) {
  .hero--story {
    --mobile-card-bottom: calc(var(--mobile-rail-bottom) + 46px);
    --mobile-card-height: 240px;
    --mobile-guide-gap: 6px;
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 12%;
    height: clamp(168px, 29svh, 190px);
  }

  .hero-story-copy {
    border-radius: 15px;
  }

  .hero-beat {
    inset: 12px 15px;
  }

  .hero-beat__meta {
    margin-bottom: 4px;
    font-size: 0.59rem;
  }

  .hero-beat h1,
  .hero-beat h2 {
    margin-bottom: 5px;
    font-size: clamp(1.68rem, 8.4vw, 2rem);
    line-height: 0.92;
  }

  .hero-beat p {
    margin-bottom: 5px;
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .hero-beat > a {
    font-size: 0.66rem;
  }

  .story-rail {
    height: 44px;
  }

  .story-dot {
    min-height: 44px;
    padding-bottom: 13px;
  }

  .story-dot::after {
    bottom: 7px;
  }

  .mobile-story-guide {
    gap: 4px 8px;
    padding-block: 6px 5px;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 620px) {
  .hero--story {
    min-height: 390svw;
  }

  .hero-stage {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-kicker {
    top: 76px;
    right: 52%;
  }

  .hero-wordmark {
    top: 14%;
    right: -7%;
    width: 58%;
  }

  .hero-art,
  .hero-car,
  .hero-protection-visual,
  .hero-drops {
    top: 9%;
    right: -8%;
    width: 63%;
    height: 77%;
  }

  .hero-story-copy {
    top: 120px;
    right: 52%;
    bottom: 28px;
    left: 18px;
    height: auto;
    min-height: 0;
  }

  .hero-beat {
    inset: 15px;
  }

  .hero-beat h1,
  .hero-beat h2 {
    font-size: clamp(1.8rem, 4vw, 2.45rem);
  }

  .hero-beat p {
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .mobile-story-guide {
    top: 98px;
    right: 52%;
    bottom: auto;
  }

  .story-rail {
    right: 52%;
    bottom: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll i::after {
    animation: none;
  }

  .protection-visual,
  .protection-visual em,
  .hero-drops,
  .hero-drops i {
    transition: none;
  }

  .hero-stage {
    background: linear-gradient(150deg, #efebe4, #d5d1c9);
  }
}
