:root {
  --ink: #171a1f;
  --ink-2: #22262d;
  --paper: #ffffff;
  --soft: #f1f3f5;
  --soft-2: #e4e7eb;
  --muted: #68717d;
  --red: #e31b23;
  --red-dark: #b81219;
  --line: rgba(23, 26, 31, 0.14);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --max: 1240px;
  --header-h: 76px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { opacity: .45; cursor: not-allowed; transform: none !important; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  background: #fff;
  color: #111;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  background: rgba(18, 20, 24, 0.93);
  backdrop-filter: blur(12px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-weight: 900;
  letter-spacing: -1px;
  border-radius: 4px 14px 4px 4px;
  transform: skewX(-8deg);
}
.brand-mark span { transform: skewX(8deg); }
.brand-copy { min-width: 0; }
.brand-title {
  display: block;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.brand-subtitle {
  display: block;
  color: rgba(255,255,255,0.65);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.78);
}
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.lang-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
}
.lang-btn {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.64);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 8px 10px;
  border-radius: 999px;
}
.lang-btn.active {
  color: #fff;
  background: var(--red);
}
.header-cta {
  border: 0;
  text-decoration: none;
  color: #fff;
  background: var(--red);
  padding: 11px 16px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 8px;
}
.header-cta:hover, .header-cta:focus-visible { background: var(--red-dark); }

.hero {
  position: relative;
  min-height: 920px;
  height: 100svh;
  max-height: 1080px;
  color: white;
  overflow: hidden;
  background: #111;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% 50%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.30) 70%, rgba(0,0,0,0.86) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.38), rgba(0,0,0,0) 60%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  padding-top: calc(var(--header-h) + 44px);
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-kicker {
  width: fit-content;
  max-width: min(560px, 90%);
  background: rgba(20, 23, 28, 0.93);
  border-left: 8px solid var(--red);
  padding: 18px 22px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}
.hero-card {
  width: min(900px, 100%);
  background: rgba(20, 23, 28, 0.94);
  border-left: 9px solid var(--red);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: var(--shadow);
}
.hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.hero h1 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.hero-model {
  display: block;
  color: white;
}
.hero-series {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 0.36em;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.hero-price {
  flex: 0 0 auto;
  text-align: right;
  border-left: 4px solid var(--red);
  padding-left: 24px;
}
.hero-price-label {
  display: block;
  color: #ff686d;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-price-value {
  display: block;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  font-size: clamp(2.2rem, 4.7vw, 4.4rem);
  line-height: 1;
  margin-top: 6px;
  white-space: nowrap;
}
.hero-summary {
  margin: 24px 0 0;
  max-width: 800px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.14);
}
.hero-stat {
  background: rgba(255,255,255,0.04);
  padding: 18px 20px;
}
.hero-stat strong {
  display: block;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.25rem);
  line-height: 1;
  font-weight: 900;
}
.hero-stat span {
  display: block;
  margin-top: 8px;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.62);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.38); background: rgba(255,255,255,0.06); }
.btn-ghost:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.60); }

.section {
  scroll-margin-top: var(--header-h);
  padding: clamp(78px, 10vw, 132px) 0;
}
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: white; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.section-label::before {
  content: "";
  width: 7px;
  height: 30px;
  background: var(--red);
}
.section-heading {
  margin: 22px 0 18px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  font-size: clamp(2.45rem, 5.7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
  max-width: 960px;
}
.section-lead {
  margin: 0;
  max-width: 900px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}
.section-dark .section-lead { color: rgba(255,255,255,0.68); }

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.value-card {
  position: relative;
  min-height: 310px;
  padding: 34px 30px 30px;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: var(--red);
}
.value-index {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--red);
}
.value-card h3 {
  margin: 16px 0 14px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.value-card p {
  margin: 0;
  color: #444c57;
  line-height: 1.6;
}

.tech-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 24px;
  margin-top: 52px;
  align-items: stretch;
}
.tech-feature {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #111;
}
.tech-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech-feature-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.92));
  color: white;
}
.tech-feature-copy h3 {
  margin: 0 0 8px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.tech-feature-copy p { margin: 0; color: rgba(255,255,255,0.76); line-height: 1.5; }
.tech-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tech-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: var(--ink-2);
  border-left: 7px solid var(--red);
}
.tech-item img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.tech-item h3 {
  margin: 0 0 8px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.36rem;
  line-height: 1.08;
  text-transform: uppercase;
}
.tech-item p { margin: 0; color: rgba(255,255,255,0.66); line-height: 1.48; font-size: .94rem; }

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 52px;
}
.work-list, .spares-panel {
  padding: 36px;
  border: 1px solid var(--line);
  background: white;
}
.work-list h3, .spares-panel h3 {
  margin: 0 0 24px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #333a44;
  line-height: 1.45;
}
.check-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-weight: 900;
  border-radius: 50%;
}
.spares-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.spare {
  padding: 22px 18px;
  background: var(--ink);
  color: white;
  min-height: 120px;
}
.spare strong {
  display: block;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.spare span {
  display: block;
  color: rgba(255,255,255,0.60);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 8px;
}
.spares-note { margin: 18px 0 0; color: var(--muted); line-height: 1.5; font-size: .9rem; }

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}
.result-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.result-year {
  color: var(--red);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
.result-card h3 {
  margin: 16px 0 10px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  line-height: 1.08;
}
.result-card p { margin: 0; color: var(--muted); line-height: 1.5; }
.result-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--red);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.result-card a:hover { text-decoration: underline; }
.driver-banner {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 34px;
  background: var(--ink);
  color: white;
  border-left: 9px solid var(--red);
}
.driver-number {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}
.driver-copy h3 {
  margin: 0 0 6px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}
.driver-copy p { margin: 0; color: rgba(255,255,255,0.68); line-height: 1.5; }
.driver-link {
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.28);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 92px;
  gap: 12px;
  margin-top: 52px;
}
.gallery-item {
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #ddd;
  border-radius: 4px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after {
  content: "+";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(0,0,0,.66);
  font-size: 1.3rem;
  opacity: 0;
  transition: opacity .2s ease;
}
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 4; }
.gallery-item:nth-child(2) { grid-column: span 5; grid-row: span 4; }
.gallery-item:nth-child(3) { grid-column: span 4; grid-row: span 4; }
.gallery-item:nth-child(4) { grid-column: span 4; grid-row: span 4; }
.gallery-item:nth-child(5) { grid-column: span 4; grid-row: span 4; }
.gallery-item:nth-child(6) { grid-column: span 5; grid-row: span 4; }
.gallery-item:nth-child(7) { grid-column: span 7; grid-row: span 4; }
.gallery-note { margin: 20px 0 0; color: var(--muted); font-size: .82rem; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  gap: 46px;
  align-items: start;
  margin-top: 52px;
}
.contact-panel {
  padding: 38px;
  background: var(--ink-2);
  border-left: 8px solid var(--red);
}
.contact-panel h3 {
  margin: 0 0 18px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.contact-panel p { color: rgba(255,255,255,.70); line-height: 1.6; }
.contact-steps { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 16px; }
.contact-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.contact-steps strong {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--red);
  border-radius: 50%;
}
.contact-steps span { color: rgba(255,255,255,.76); line-height: 1.45; }
.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.contact-direct .btn { min-width: 170px; }
.contact-form-wrap {
  background: white;
  color: var(--ink);
  padding: 36px;
  box-shadow: var(--shadow);
}
.contact-form-wrap h3 {
  margin: 0 0 8px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.contact-form-wrap > p { margin: 0 0 28px; color: var(--muted); line-height: 1.5; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label {
  font-size: .77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #ccd1d7;
  border-radius: 6px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(227,27,35,.12);
}
.field textarea { min-height: 140px; resize: vertical; }
.consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}
.consent input { margin-top: 2px; }
.consent a { color: var(--red); }
.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.form-actions button { border: 0; }
.form-status { font-size: .84rem; color: var(--muted); }
.admin-warning {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: #fff2cc;
  color: #6a4a00;
  border: 1px solid #efd47b;
  font-size: .82rem;
  line-height: 1.45;
}
.admin-warning.visible { display: block; }
.honeypot {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.site-footer {
  background: #0d0f12;
  color: rgba(255,255,255,.64);
  padding: 34px 0;
  font-size: .78rem;
}
.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.footer-copy { max-width: 850px; line-height: 1.55; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: white; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  place-items: center;
  background: rgba(5,6,8,.96);
  padding: 24px;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1400px, 94vw); max-height: 88vh; object-fit: contain; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  border: 0;
  color: white;
  background: rgba(255,255,255,.10);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
}
.lightbox-close { top: 22px; right: 22px; }
.lightbox-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox-caption { position: absolute; bottom: 20px; color: rgba(255,255,255,.75); font-size: .85rem; text-align: center; }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero { min-height: 860px; }
  .hero-card { width: 100%; }
  .tech-layout { grid-template-columns: 1fr; }
  .tech-feature { min-height: 620px; }
  .tech-stack { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .tech-item { grid-template-columns: 1fr; align-content: start; }
  .tech-item img { width: 100%; height: 210px; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --header-h: 68px; }
  .header-inner { width: min(calc(100% - 24px), var(--max)); }
  .brand-subtitle, .header-cta { display: none; }
  .lang-btn { padding: 7px 8px; }
  .hero {
    min-height: 820px;
    height: auto;
    max-height: none;
  }
  .hero-media img { object-position: 54% 42%; }
  .hero-inner { min-height: 820px; width: min(calc(100% - 24px), var(--max)); padding-bottom: 24px; }
  .hero-kicker { padding: 14px 16px; font-size: .72rem; }
  .hero-card { padding: 26px 22px; }
  .hero-card-top { display: block; }
  .hero-price { margin-top: 22px; text-align: left; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .value-grid, .results-grid, .work-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .tech-stack { grid-template-columns: 1fr; }
  .tech-item { grid-template-columns: 130px 1fr; }
  .tech-item img { width: 130px; height: 150px; }
  .spares-grid { grid-template-columns: 1fr 1fr; }
  .driver-banner { grid-template-columns: 90px 1fr; }
  .driver-link { grid-column: 1 / -1; width: fit-content; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-item { grid-column: auto !important; grid-row: auto !important; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(7) { grid-column: 1 / -1 !important; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .consent, .form-actions { grid-column: auto; }
  .footer-inner { flex-direction: column; }
}

@media (max-width: 540px) {
  .brand-mark { width: 38px; height: 38px; font-size: .86rem; }
  .brand-title { font-size: .94rem; }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 760px; }
  .hero-media img { object-position: 52% 35%; }
  .hero-card { margin-top: 320px; }
  .hero h1 { font-size: 2.9rem; }
  .hero-series { font-size: .36em; }
  .hero-stat { padding: 15px 13px; }
  .hero-stat span { font-size: .6rem; }
  .section { padding: 70px 0; }
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section-heading { font-size: 2.55rem; }
  .tech-feature { min-height: 520px; }
  .tech-feature img { object-position: 52% center; }
  .tech-item { grid-template-columns: 1fr; }
  .tech-item img { width: 100%; height: 220px; }
  .work-list, .spares-panel, .contact-panel, .contact-form-wrap { padding: 26px 22px; }
  .spares-grid { grid-template-columns: 1fr 1fr; }
  .spare { min-height: 108px; padding: 18px 14px; }
  .driver-banner { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(7) { grid-column: auto !important; }
  .lightbox-prev, .lightbox-next { display: none; }
}

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

@media print {
  .site-header, .hero-buttons, .contact-form-wrap, .lightbox { display: none !important; }
  .hero { min-height: auto; height: auto; color: var(--ink); }
  .hero-media { position: relative; height: 420px; }
  .hero-media::after { display: none; }
  .hero-inner { min-height: auto; padding: 20px; }
  .hero-kicker, .hero-card { color: white; }
  .section { padding: 40px 0; }
}


/* ==========================================================
   V04 - portfolio público con captación cualificada
   ========================================================== */
.draft-ribbon {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 18px;
  background: #fff2cc;
  color: #563b00;
  border-bottom: 1px solid #e5c86a;
  font-size: .72rem;
  line-height: 1.35;
  text-align: center;
}
.draft-ribbon strong { letter-spacing: .05em; }
.draft-ribbon[hidden] { display: none !important; }
body:has(.draft-ribbon:not([hidden])) .hero-inner { padding-top: calc(var(--header-h) + 78px); }
.single-cta { min-width: 250px; }

.trust-panel {
  padding: 38px;
  background: var(--ink-2);
  border-left: 8px solid var(--red);
}
.trust-eyebrow {
  color: #ff777b;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.trust-panel h3 {
  margin: 10px 0 14px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}
.trust-intro { margin: 0; color: rgba(255,255,255,.70); line-height: 1.6; }
.trust-list { display: grid; gap: 1px; margin-top: 28px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.trust-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px;
  background: rgba(255,255,255,.035);
}
.trust-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  border-radius: 50%;
}
.trust-item h4 { margin: 0 0 6px; color: #fff; font-size: .96rem; text-transform: uppercase; letter-spacing: .035em; }
.trust-item p { margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.5; }

.contact-form-wrap { border-top: 7px solid var(--red); }
.admin-warning.visible { display: grid; grid-template-columns: auto 1fr; gap: 6px 10px; }
.admin-warning strong { grid-column: 1 / -1; }
.admin-warning span { grid-column: 1 / -1; }

.privacy-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 4px;
}
.privacy-layer {
  padding: 20px;
  border: 1px solid #d9dde2;
  background: #f6f7f9;
}
.privacy-layer h4 {
  margin: 0 0 14px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.privacy-grid { display: grid; gap: 10px; margin: 0; }
.privacy-grid > div { display: grid; grid-template-columns: 145px 1fr; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid #e1e4e8; }
.privacy-grid > div:last-child { border-bottom: 0; padding-bottom: 0; }
.privacy-grid dt { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; }
.privacy-grid dd { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.privacy-more { display: inline-block; margin-top: 14px; color: var(--red); font-size: .8rem; font-weight: 800; }
.link-disabled { opacity: .58; cursor: not-allowed; text-decoration: none; }
.submit-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9dde2;
}
.submit-stack .consent { grid-column: auto; }
.submit-stack .btn { width: 100%; border: 0; padding-inline: 12px; font-size: .76rem; letter-spacing: .025em; line-height: 1.15; }
.form-status { min-height: 2.6em; margin: 0; line-height: 1.4; }
.form-success {
  margin-top: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  border-left: 7px solid #1c8f4f;
  background: #eef9f3;
  color: #153d27;
}
.form-success[hidden] { display: none !important; }
.form-success p { margin: 0; font-size: 1.05rem; font-weight: 800; line-height: 1.5; }
.success-mark { width: 44px; height: 44px; display: grid; place-items: center; background: #1c8f4f; color: white; border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.email-alternative { margin: 22px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.email-alternative a { color: var(--red); font-weight: 900; overflow-wrap: anywhere; }
.contact-direct { display: flex; min-height: 100%; flex-direction: column; justify-content: center; }
.contact-direct > h3 { max-width: 18ch; }
.contact-direct > p { max-width: 62ch; }
.direct-email-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  margin-top: 24px;
  padding: 24px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(205, 24, 31, .22);
}
.direct-email-button span { font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.direct-email-button strong { font-size: clamp(1.1rem, 3vw, 1.55rem); overflow-wrap: anywhere; }
.direct-email-button:hover, .direct-email-button:focus-visible { background: #a90f16; transform: translateY(-1px); }

.section-video { position: relative; overflow: hidden; background: #0d1117; color: #fff; }
.section-video::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -260px;
  border: 80px solid rgba(205, 24, 31, .13);
  border-radius: 50%;
  pointer-events: none;
}
.video-layout { position: relative; display: grid; grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr); gap: clamp(34px, 6vw, 78px); align-items: center; }
.video-copy .section-heading { color: #fff; }
.video-copy .section-lead { color: rgba(255,255,255,.72); }
.video-external { display: inline-flex; margin-top: 20px; color: #fff; font-size: .82rem; font-weight: 900; text-underline-offset: 5px; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #05070a; box-shadow: 0 26px 70px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.15); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-poster { position: relative; width: 100%; height: 100%; padding: 0; border: 0; overflow: hidden; cursor: pointer; background: #05070a; color: #fff; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)); transition: background .2s ease; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.video-poster:hover img, .video-poster:focus-visible img { transform: scale(1.025); }
.video-poster:hover::after, .video-poster:focus-visible::after { background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.52)); }
.video-play-mark { position: absolute; z-index: 2; left: 50%; top: 50%; width: 74px; height: 74px; display: grid; place-items: center; transform: translate(-50%, -58%); border-radius: 50%; background: var(--red); box-shadow: 0 14px 40px rgba(205,24,31,.45); font-size: 1.4rem; padding-left: 4px; }
.video-play-copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.video-privacy { margin: 13px 0 0; color: rgba(255,255,255,.55); font-size: .74rem; line-height: 1.55; }

.utility-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  margin: 0;
  padding: 24px;
  background: var(--ink);
  color: #fff;
}
.utility-card { width: min(100%, 720px); padding: 40px; border-top: 7px solid var(--red); background: var(--ink-2); box-shadow: var(--shadow); }
.utility-card h1 { margin: 0 0 18px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: .95; text-transform: uppercase; }
.utility-card p { color: rgba(255,255,255,.75); line-height: 1.6; }
.utility-kicker { color: #ff777b !important; font-weight: 900; letter-spacing: .12em; }

.policy-page { background: #f3f4f6; color: var(--ink); }
.policy-header { padding: 28px 0; background: var(--ink); color: #fff; }
.policy-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.policy-header a { color: #fff; font-weight: 900; text-decoration: none; }
.policy-main { padding: 60px 0 80px; }
.policy-card { padding: clamp(24px, 5vw, 54px); background: #fff; border-top: 7px solid var(--red); box-shadow: 0 18px 50px rgba(0,0,0,.08); }
.policy-card h1 { margin: 0 0 12px; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .9; text-transform: uppercase; }
.policy-card h2 { margin: 34px 0 10px; font-size: 1.15rem; text-transform: uppercase; }
.policy-card p, .policy-card li { color: #4c535c; line-height: 1.68; }
.policy-card a { color: var(--red); font-weight: 800; }
.policy-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 14px 0; border-top: 1px solid #e0e3e7; border-bottom: 1px solid #e0e3e7; }
.policy-nav a { padding: 5px 9px; background: #f1f2f4; text-decoration: none; }
.policy-language { padding-top: 18px; }
.policy-language + .policy-language { margin-top: 44px; border-top: 2px solid #dfe2e6; }
.policy-updated { color: #727981 !important; font-size: .82rem; }

noscript {
  display: block;
  margin-top: calc(var(--header-h) + 34px);
  padding: 12px 20px;
  background: #fff2cc;
  color: #563b00;
  text-align: center;
}

@media (max-width: 820px) {
  .draft-ribbon { min-height: 44px; font-size: .65rem; flex-direction: column; gap: 1px; }
  body:has(.draft-ribbon:not([hidden])) .hero-inner { padding-top: calc(var(--header-h) + 96px); }
  .privacy-submit-row { grid-template-columns: 1fr; }
  .privacy-grid > div { grid-template-columns: 1fr; gap: 4px; }
  .video-layout { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .trust-panel { padding: 26px 22px; }
  .trust-item { grid-template-columns: 36px 1fr; padding: 17px 14px; }
  .privacy-layer, .submit-stack { padding: 17px; }
  .single-cta { width: 100%; min-width: 0; }
  .video-layout { gap: 26px; }
  .video-play-mark { width: 60px; height: 60px; }
}
@media print {
  .draft-ribbon { position: static; }
}
