:root {
  --bg: #F6F3EC;
  --surface: #FFFFFF;
  --ink: #171615;
  --primary: #D71920;
  --accent: #FFC400;
  --asphalt: #2B2D2F;
  --stone: #C7C1B5;
  --paper: #E7E0D4;
  --line: rgba(23, 22, 21, .18);
  --line-strong: rgba(23, 22, 21, .62);
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Source Serif 4", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: min(100% - 32px, 1180px);
  --wide: min(100% - 24px, 1440px);
  --ease: cubic-bezier(.19, .78, .18, 1);
  --snap: cubic-bezier(.7, 0, .16, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 196, 0, .22), transparent 25rem),
    linear-gradient(115deg, rgba(215, 25, 32, .06) 0 1px, transparent 1px 100%),
    var(--bg);
  background-size: auto, 18px 18px, auto;
  font-family: var(--body);
  font-size: clamp(1.02rem, .54vw + .9rem, 1.22rem);
  line-height: 1.58;
  overflow-x: hidden;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  opacity: .12;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(23, 22, 21, .45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 10%, rgba(23, 22, 21, .22) 0 1px, transparent 1.5px);
  background-size: 7px 7px, 11px 11px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border-radius: 0;
}

::selection {
  color: var(--ink);
  background: var(--accent);
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 12px 16px;
  color: var(--surface);
  background: var(--ink);
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  align-items: center;
  padding: 10px clamp(14px, 3vw, 34px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 243, 236, .9);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  text-decoration: none;
}

.brand-logo-frame {
  display: grid;
  place-items: center;
  width: 74px;
  height: 44px;
  padding: 5px;
  background: var(--surface);
  border: 1px solid var(--line);
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}

.brand-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-word {
  display: grid;
  gap: 1px;
  font-family: var(--display);
  font-size: clamp(1.02rem, 1.2vw, 1.38rem);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.055em;
}

.site-nav {
  grid-column: 1 / -1;
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a,
.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-phone {
  justify-self: end;
  color: var(--surface);
  background: var(--ink);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.chassis-hero {
  position: relative;
  min-height: calc(100svh - 112px);
  display: flex;
  align-items: center;
  padding: clamp(30px, 5vw, 74px) 0 clamp(42px, 7vw, 96px);
}

.chassis-hero::after {
  content: "RAVAL";
  position: absolute;
  right: -2.6rem;
  bottom: 0;
  z-index: -1;
  color: rgba(23, 22, 21, .045);
  font-family: var(--display);
  font-size: clamp(8rem, 22vw, 24rem);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.1em;
  writing-mode: vertical-rl;
}

.hero-shell {
  width: var(--wide);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-family: var(--mono);
  font-size: clamp(.76rem, .25vw + .72rem, .92rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-name {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.3rem, 18vw, 13.5rem);
  font-weight: 820;
  line-height: .72;
  letter-spacing: -.105em;
  text-transform: none;
  font-variation-settings: "opsz" 48;
}

.hero-name span {
  display: block;
}

#hero-title {
  max-width: 10.5ch;
  margin: clamp(18px, 3vw, 32px) 0 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 7.8vw, 6.2rem);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.072em;
  text-wrap: balance;
}

#hero-title span {
  color: var(--primary);
  font-family: var(--body);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.08em;
}

.hero-lead {
  max-width: 38rem;
  margin: clamp(18px, 3vw, 30px) 0 0;
  font-size: clamp(1.12rem, .85vw + .9rem, 1.5rem);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px, 4vw, 42px);
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.03em;
  text-decoration: none;
  clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
  transition:
    transform 220ms var(--ease),
    background 220ms var(--ease),
    color 220ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--surface);
  background: var(--primary);
}

.btn-secondary {
  color: var(--ink);
  background: transparent;
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.hero-visual {
  position: relative;
  min-height: clamp(330px, 70vw, 760px);
}

.plate-mark {
  display: block;
  overflow: visible;
}

.plate-body {
  fill: currentColor;
}

.plate-cut {
  fill: var(--bg);
}

.plate-groove {
  fill: none;
  stroke: rgba(246, 243, 236, .45);
  stroke-width: 3;
  stroke-linecap: square;
}

.plate-mark-hero {
  position: absolute;
  top: 9%;
  right: -33%;
  width: min(1120px, 150vw);
  color: var(--primary);
  filter: drop-shadow(0 34px 42px rgba(23, 22, 21, .14));
}

.hero-photo {
  position: absolute;
  right: 3%;
  bottom: 8%;
  z-index: 2;
  width: min(84vw, 650px);
  margin: 0;
  background: var(--surface);
  border: 1px solid rgba(23, 22, 21, .42);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(255, 196, 0, .44) 52% 55%, transparent 55%),
    linear-gradient(0deg, rgba(23, 22, 21, .14), transparent 35%);
  mix-blend-mode: multiply;
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  filter: saturate(.96) contrast(1.08);
}

.hero-spec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  margin: clamp(20px, 4vw, 42px) 0 0;
  padding: 12px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: clamp(.72rem, .35vw + .68rem, .9rem);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.license-cut {
  width: var(--max);
  height: 30px;
  margin: 0 auto;
  position: relative;
}

.license-cut span {
  position: absolute;
  left: 12px;
  right: clamp(30px, 18vw, 240px);
  height: 7px;
  background: var(--primary);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.license-cut span:first-child {
  top: 6px;
}

.license-cut span:last-child {
  top: 18px;
  left: clamp(44px, 9vw, 130px);
  right: 12px;
  background: var(--ink);
}

.license-cut-right span:first-child {
  left: clamp(30px, 18vw, 240px);
  right: 12px;
}

.license-cut-right span:last-child {
  left: 12px;
  right: clamp(44px, 9vw, 130px);
  background: var(--accent);
}

.model-section {
  padding: clamp(66px, 10vw, 142px) 0;
}

.section-intro {
  width: var(--max);
  margin: 0 auto clamp(28px, 5vw, 58px);
  display: grid;
  gap: 14px;
}

.section-index {
  margin: 0;
  color: var(--primary);
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.section-copy h2,
.factory-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 7vw, 6.7rem);
  font-weight: 820;
  line-height: .87;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.section-copy p:not(.eyebrow),
.factory-copy p,
.contact-copy p {
  max-width: 46rem;
}

.model-map {
  width: var(--wide);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.model {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid var(--ink);
}

.model-copy {
  position: relative;
  z-index: 3;
  max-width: 42rem;
}

.model-code {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.model h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 9vw, 7.8rem);
  font-weight: 820;
  line-height: .8;
  letter-spacing: -.085em;
}

.model h3 span {
  display: block;
  font-size: .37em;
  letter-spacing: .08em;
}

.model p:not(.model-code) {
  max-width: 37rem;
  margin: 18px 0 0;
  font-size: clamp(1rem, .48vw + .92rem, 1.2rem);
}

.model a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.model-media {
  position: absolute;
  z-index: 1;
  margin: 0;
  opacity: .5;
  mix-blend-mode: multiply;
}

.model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.12) contrast(1.14);
}

.model-cupra {
  color: var(--surface);
  background:
    linear-gradient(115deg, rgba(23, 22, 21, .18) 0 1px, transparent 1px 100%),
    var(--primary);
  background-size: 18px 18px, auto;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.model-cupra a {
  color: var(--surface);
}

.model-media-cupra {
  right: -4%;
  bottom: -14%;
  width: min(58vw, 620px);
  height: 88%;
  clip-path: polygon(20% 0, 100% 0, 78% 100%, 0 100%);
}

.model-tarraco {
  color: var(--bg);
  background: var(--asphalt);
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}

.model-tarraco a {
  color: var(--accent);
}

.model-media-tarraco {
  right: 0;
  bottom: 0;
  width: min(64vw, 700px);
  height: 60%;
  opacity: .34;
  mix-blend-mode: screen;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.model-raval {
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(23, 22, 21, .14) 0 1px, transparent 1px 100%),
    var(--accent);
  background-size: 15px 15px, auto;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.raval-signal {
  position: absolute;
  right: -2rem;
  bottom: -1.2rem;
  z-index: 1;
  font-family: var(--display);
  font-size: clamp(6rem, 18vw, 13rem);
  font-weight: 820;
  line-height: .72;
  letter-spacing: -.1em;
  opacity: .17;
}

.choice-rail {
  width: var(--max);
  margin: clamp(32px, 5vw, 62px) auto 0;
  border-top: 1px solid var(--line-strong);
}

.choice-line {
  display: grid;
  gap: 8px;
  padding: clamp(16px, 3vw, 24px) 0;
  border-bottom: 1px solid var(--line);
}

.choice-line span {
  color: var(--primary);
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.choice-line p {
  max-width: 48rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.6vw, 2.55rem);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.05em;
}

.factory-ledger {
  width: var(--wide);
  margin: 0 auto;
  display: grid;
  gap: 0;
  padding: clamp(56px, 8vw, 112px) 0;
}

.stamp-panel {
  position: relative;
  min-height: 290px;
  padding: clamp(24px, 5vw, 46px);
  color: var(--primary);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.stamp-panel p,
.stamp-panel span {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stamp-panel strong {
  position: relative;
  z-index: 2;
  display: block;
  margin: 18px 0;
  font-family: var(--mono);
  font-size: clamp(2.9rem, 9vw, 7rem);
  font-weight: 700;
  line-height: .85;
  letter-spacing: -.085em;
  text-transform: uppercase;
}

.plate-mark-small {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(72%, 390px);
  color: var(--primary);
  opacity: .16;
}

.factory-copy {
  padding: clamp(28px, 6vw, 72px);
  background: rgba(255, 255, 255, .34);
  border-inline: 1px solid var(--line);
}

.factory-copy p {
  font-size: clamp(1.04rem, .62vw + .95rem, 1.32rem);
}

.spain-stamp {
  display: inline;
  color: var(--primary);
  font-family: var(--mono);
  font-size: .88em;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ledger-list {
  display: grid;
  gap: 0;
  margin: clamp(28px, 4vw, 46px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.ledger-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-weight: 740;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ledger-list span {
  color: var(--primary);
  font-family: var(--mono);
  font-size: .76rem;
  letter-spacing: .08em;
}

.factory-photo {
  margin: 0;
  min-height: 420px;
  border: 1px solid var(--line-strong);
  clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
}

.factory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08);
}

.contact-dock {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 116px) 0 clamp(70px, 10vw, 142px);
  background:
    linear-gradient(180deg, transparent, rgba(231, 224, 212, .74)),
    var(--bg);
}

.contact-dock::before {
  content: "ARRANCA";
  position: absolute;
  left: -1.4rem;
  bottom: 1rem;
  color: rgba(215, 25, 32, .07);
  font-family: var(--display);
  font-size: clamp(7rem, 18vw, 18rem);
  font-weight: 820;
  line-height: .8;
  letter-spacing: -.09em;
}

.contact-shell {
  position: relative;
  z-index: 2;
  width: var(--wide);
  margin: 0 auto;
  display: grid;
  gap: 0;
  background: var(--surface);
  border: 2px solid var(--ink);
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.contact-copy,
.contact-form {
  padding: clamp(26px, 6vw, 72px);
}

.contact-copy {
  background:
    linear-gradient(115deg, rgba(215, 25, 32, .08) 0 1px, transparent 1px 100%),
    var(--surface);
  background-size: 16px 16px, auto;
}

.contact-copy h2 {
  max-width: 9ch;
}

.contact-lines,
.footer-lines {
  display: grid;
  gap: 0;
  margin-top: clamp(26px, 4vw, 44px);
  font-style: normal;
  border-top: 1px solid var(--line-strong);
}

.contact-lines span,
.footer-lines span {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}

.contact-lines b,
.footer-lines b {
  color: var(--primary);
  font-family: var(--mono);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-form {
  background: var(--ink);
  color: var(--bg);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field label {
  color: var(--accent);
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  color: var(--bg);
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(246, 243, 236, .72);
  border-radius: 0;
  outline: none;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--accent);
}

.contact-form :focus-visible {
  outline-color: var(--surface);
}

.form-status {
  min-height: 1.4em;
  margin: 0 0 14px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.submit-btn {
  min-height: 52px;
  width: 100%;
  border: 0;
  color: var(--ink);
  background: var(--accent);
  font-family: var(--display);
  font-weight: 820;
  letter-spacing: -.03em;
  cursor: pointer;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  transition:
    transform 220ms var(--ease),
    background 220ms var(--ease);
}

.submit-btn:hover {
  transform: translateY(-2px);
  background: #ffd33a;
}

.technical-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 86px) clamp(16px, 4vw, 42px);
  color: var(--bg);
  background: var(--asphalt);
}

.footer-word {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(246, 243, 236, .34);
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 13rem);
  font-weight: 820;
  line-height: .74;
  letter-spacing: -.1em;
}

.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  align-items: end;
}

.footer-logo {
  display: grid;
  place-items: center;
  width: 132px;
  min-height: 70px;
  padding: 8px;
  background: var(--surface);
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}

.footer-logo img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.footer-plate {
  width: min(100%, 420px);
  color: var(--primary);
}

.footer-lines {
  margin-top: 0;
  color: var(--bg);
  border-top-color: rgba(246, 243, 236, .44);
}

.footer-lines span {
  border-bottom-color: rgba(246, 243, 236, .18);
}

.footer-lines b {
  color: var(--accent);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 620ms var(--ease),
    transform 620ms var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.is-loaded .plate-mark-hero .cut-a {
  animation: dock-cut-a 1180ms var(--snap) 120ms both;
}

body.is-loaded .plate-mark-hero .cut-b {
  animation: dock-cut-b 1180ms var(--snap) 180ms both;
}

@keyframes dock-cut-a {
  0% {
    transform: translateX(-58px);
    opacity: .18;
  }

  68% {
    transform: translateX(8px);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dock-cut-b {
  0% {
    transform: translateX(64px);
    opacity: .18;
  }

  68% {
    transform: translateX(-9px);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 720px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    grid-column: auto;
    justify-content: center;
  }

  .section-intro {
    grid-template-columns: 90px 1fr;
    align-items: start;
  }

  .choice-line {
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: baseline;
  }

  .contact-lines span,
  .footer-lines span {
    grid-template-columns: 112px 1fr;
    align-items: baseline;
  }

  .footer-grid {
    grid-template-columns: auto minmax(220px, 420px) 1fr;
  }
}

@media (min-width: 980px) {
  html {
    scroll-padding-top: 74px;
  }

  .site-header {
    padding-block: 10px;
  }

  .chassis-hero {
    min-height: calc(100svh - 69px);
  }

  .hero-shell {
    width: var(--max);
  }

  .hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  }

  .hero-name {
    font-size: clamp(6rem, 10.4vw, 13.5rem);
  }

  #hero-title {
    font-size: clamp(3rem, 4.8vw, 6.2rem);
  }

  .hero-visual {
    min-height: clamp(570px, 57vw, 760px);
  }

  .plate-mark-hero {
    top: 10%;
    right: -35%;
    width: min(1040px, 77vw);
  }

  .hero-photo {
    right: 2%;
    bottom: 10%;
    width: min(47vw, 620px);
  }

  .model-map {
    width: var(--max);
    min-height: 795px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 330px 430px;
    gap: 0;
  }

  .model-cupra {
    grid-column: 1 / 13;
    grid-row: 1;
    margin-right: 9%;
  }

  .model-tarraco {
    grid-column: 1 / 10;
    grid-row: 2;
    margin-top: -26px;
  }

  .model-raval {
    grid-column: 9 / 13;
    grid-row: 2;
    z-index: 4;
    margin-top: 62px;
  }

  .model-raval h3 {
    max-width: 3.1ch;
  }

  .factory-ledger {
    grid-template-columns: minmax(220px, .68fr) minmax(420px, 1.22fr) minmax(260px, .78fr);
    align-items: stretch;
  }

  .stamp-panel strong {
    margin: 26px 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .factory-photo {
    min-height: auto;
  }

  .contact-shell {
    grid-template-columns: minmax(360px, .94fr) minmax(420px, 1.06fr);
  }
}

@media (min-width: 1260px) {
  .hero-shell,
  .model-map,
  .factory-ledger,
  .contact-shell {
    width: min(100% - 48px, 1320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .plate-mark-hero .cut-a,
  .plate-mark-hero .cut-b {
    transform: none !important;
    opacity: 1 !important;
  }
}