/* Umbrella Guardian landing page v1.1 — desktop hero/card fit refinements */
:root {
  --bg: #04080a;
  --bg-deep: #020506;
  --panel: #0b1115;
  --panel-2: #10171c;
  --panel-red: #241012;
  --line: rgba(255,255,255,.16);
  --line-soft: rgba(255,255,255,.09);
  --text: #ffffff;
  --muted: #b6bcc1;
  --muted-2: #858e95;
  --red: #e31b23;
  --red-bright: #ff242d;
  --red-dark: #9f0e14;
  --shadow: 0 30px 80px rgba(0,0,0,.55);
  --shell: 1320px;
  --header-height: 86px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(26,40,47,.12), transparent 42%),
    linear-gradient(180deg, #05090b 0%, #020506 100%);
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10000; padding: 12px 18px; background: var(--red); color: white; }
.skip-link:focus { top: 14px; }
.brand-dot { color: var(--red-bright); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  background: linear-gradient(180deg, rgba(2,5,7,.98), rgba(2,5,7,.9));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header.is-scrolled {
  position: fixed;
  box-shadow: 0 12px 34px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
  background: rgba(2,5,7,.92);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; width: 270px; margin-left: -12px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f5f6f7;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red-bright); }
.desktop-nav svg { width: 14px; height: 14px; }
.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 4px;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--red); border-color: var(--red); transform: translateY(-1px); }
.header-cta svg { width: 17px; height: 17px; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: white; align-items: center; justify-content: center; cursor: pointer; }
.menu-button svg { width: 24px; height: 24px; }
.menu-button .menu-close { display: none; }
.menu-button[aria-expanded="true"] .menu-open { display: none; }
.menu-button[aria-expanded="true"] .menu-close { display: block; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 620px;
  padding-top: var(--header-height);
  overflow: hidden;
  isolation: isolate;
  background: #080b0d;
}
.hero-road {
  position: absolute;
  inset: var(--header-height) 0 0;
  z-index: -4;
  background-image: url("assets/images/hero-road.webp");
  background-size: cover;
  background-position: 50% 42%;
  filter: saturate(.9) contrast(1.05) brightness(.85);
  transform: scale(1.02);
}
.hero-vignette {
  position: absolute;
  inset: var(--header-height) 0 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2,5,7,.97) 0%, rgba(2,5,7,.82) 33%, rgba(2,5,7,.2) 62%, rgba(2,5,7,.14) 100%),
    linear-gradient(180deg, rgba(2,5,7,.05) 0%, rgba(2,5,7,.12) 55%, rgba(2,5,7,.92) 100%);
}
.hero-car {
  position: absolute;
  z-index: -1;
  width: min(47vw, 760px);
  right: max(0px, calc((100vw - var(--shell))/2 - 120px));
  bottom: 30px;
  filter: drop-shadow(0 26px 30px rgba(0,0,0,.8));
}
.hero-car img { width: 100%; }
.hero-inner { min-height: calc(620px - var(--header-height)); display: flex; align-items: center; padding-bottom: 96px; }
.hero-copy { width: min(610px, 52%); margin-top: 4px; }
.hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(56px, 5.5vw, 80px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(0,0,0,.48);
}
.hero h1 span { display: inline-block; font-size: .66em; white-space: nowrap; }
.hero-copy > p { max-width: 560px; margin: 25px 0 0; color: #f0f2f3; font-size: 20px; line-height: 1.55; text-shadow: 0 2px 10px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .015em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button svg { width: 20px; height: 20px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { background: linear-gradient(180deg, #ed252d, #cf1018); box-shadow: 0 10px 30px rgba(225,24,34,.23); }
.button-primary:hover { background: var(--red-bright); box-shadow: 0 14px 38px rgba(225,24,34,.33); }
.button-secondary { border-color: rgba(255,255,255,.7); background: rgba(3,7,9,.48); backdrop-filter: blur(6px); }
.button-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-secondary:hover svg { transform: scale(1.08); }

.products-section { position: relative; z-index: 20; margin-top: -92px; padding-bottom: 32px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 12px;
  background: linear-gradient(145deg, #121a20, #080d10 70%);
  box-shadow: var(--shadow);
}
.ticket-product { background: linear-gradient(145deg, #2a1213, #120b0c 58%, #080b0d); border-color: rgba(255,74,80,.25); }
.product-body { min-height: 610px; display: grid; grid-template-columns: 38% 62%; position: relative; }
.ticket-product .product-body { grid-template-columns: 62% 38%; }
.product-art { position: relative; min-width: 0; overflow: hidden; }
.vehicle-art {
  background:
    linear-gradient(90deg, rgba(6,10,13,.06), rgba(6,10,13,.1)),
    url("assets/images/vehicle-card-scene.webp") center/cover no-repeat;
}
.vehicle-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #10171b 100%); }
.ticket-art {
  background:
    linear-gradient(90deg, #160d0e 0%, transparent 44%),
    url("assets/images/ticket-card-scene.webp") center/cover no-repeat;
}
.ticket-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #170d0e 0%, transparent 42%); }
.product-phone { position: absolute; z-index: 2; filter: drop-shadow(0 22px 24px rgba(0,0,0,.62)); }
.vehicle-phone { width: 75%; max-width: 238px; left: 9%; top: 36px; }
.ticket-phone { width: 79%; max-width: 238px; right: 8%; top: 36px; }
.product-copy { position: relative; z-index: 5; display: flex; flex-direction: column; padding: 34px 28px 28px 18px; min-width: 0; }
.ticket-product .product-copy { padding: 34px 16px 28px 30px; }
.product-heading { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.product-heading > div { min-width: 0; }
.mini-guardian-mark {
  flex: 0 0 44px;
  width: 44px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(227,27,35,.22));
}
.product-heading h2 {
  margin: 0;
  font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .01em;
  max-width: 100%;
}
.product-heading p { margin: 8px 0 0; color: var(--red-bright); font-weight: 800; font-size: 15px; }
.product-features { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.product-features li { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 16px; font-weight: 600; color: #f7f7f7; }
.product-features svg { flex: 0 0 18px; width: 18px; height: 18px; color: var(--red-bright); stroke-width: 2.2; }
.product-price { margin-top: auto; padding-top: 22px; line-height: 1; }
.product-price > span { display: block; margin-bottom: 5px; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .04em; color: #f5f5f5; }
.product-price strong { font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif; font-size: 48px; letter-spacing: .015em; font-weight: 900; }
.product-price small { margin-left: 7px; color: #b9bec2; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.product-button { width: 100%; margin-top: 18px; min-height: 48px; }
.platform-link {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: rgba(3,7,9,.78);
  border-top: 1px solid rgba(255,255,255,.14);
  transition: background .2s ease;
}
.platform-link:hover { background: rgba(28,35,40,.88); }
.platform-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; }
.platform-icon svg { width: 19px; height: 19px; }
.platform-link > span:nth-child(2) { font-size: 15px; line-height: 1.25; font-weight: 700; }
.platform-link strong { display: block; margin-top: 3px; color: var(--red-bright); font-size: 14px; font-weight: 800; }
.platform-arrow { width: 28px; height: 28px; color: #e8e8e8; }

.why-section { padding: 24px 0 42px; background: linear-gradient(180deg, #030708 0%, #05090b 100%); }
.section-title { text-align: center; }
.section-title h2 {
  margin: 0;
  font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.section-title > span { display: block; width: 48px; height: 3px; margin: 16px auto 0; background: var(--red); }
.value-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 32px; }
.value-item { position: relative; min-width: 0; padding: 0 25px; text-align: center; }
.value-item + .value-item::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: rgba(255,255,255,.14); }
.value-item > svg { width: 54px; height: 54px; margin: 0 auto 14px; color: var(--red-bright); stroke-width: 1.65; }
.value-item h3 { margin: 0; font-size: 16px; line-height: 1.2; }
.value-item p { margin: 8px auto 0; color: var(--muted); font-size: 13px; line-height: 1.5; max-width: 160px; }

.road-cta { position: relative; min-height: 218px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(90deg, #070c0f 0%, #0a1013 55%, #05080a 100%); }
.road-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 24% 50%, rgba(42,56,65,.22), transparent 43%); }
.cta-car { position: absolute; left: max(-185px, calc((100vw - var(--shell))/2 - 180px)); bottom: -13px; width: min(45vw, 610px); opacity: .95; filter: drop-shadow(18px 15px 34px rgba(0,0,0,.75)); }
.cta-inner { position: relative; z-index: 2; min-height: 218px; display: grid; grid-template-columns: minmax(270px, .8fr) minmax(380px, 1.2fr) auto; align-items: center; gap: 38px; }
.cta-copy { grid-column: 2; }
.cta-copy h2 { margin: 0; font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif; font-size: clamp(34px, 3.5vw, 48px); line-height: 1.08; text-transform: uppercase; letter-spacing: .01em; }
.cta-copy p { max-width: 600px; margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.cta-button { grid-column: 3; min-width: 250px; }

.site-footer { background: radial-gradient(circle at 50% 0%, rgba(22,34,41,.2), transparent 42%), #030708; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .85fr .8fr .75fr 1.1fr; gap: 42px; padding: 44px 0 30px; }
.footer-brand img { width: 270px; margin-left: -11px; }
.footer-brand > p { max-width: 280px; margin: 13px 0 0; color: var(--muted); font-size: 15px; }
.social-links { display: flex; gap: 11px; margin-top: 20px; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.045); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--red-bright); border-color: var(--red); transform: translateY(-2px); }
.social-links svg { width: 17px; height: 17px; }
.social-links .fill { fill: currentColor; stroke: none; }
.social-links .fill-dark { fill: #030708; stroke: none; }
.footer-column { padding-top: 8px; }
.footer-column h2 { margin: 0 0 15px; font-family: "Nimbus Sans Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif; font-size: 19px; text-transform: uppercase; letter-spacing: .03em; }
.footer-column > a { display: block; width: fit-content; margin: 10px 0; color: var(--muted); font-size: 14px; transition: color .2s ease; }
.footer-column > a:hover { color: var(--red-bright); }
.footer-access { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.footer-access > p { margin: -4px 0 13px; color: var(--muted); font-size: 13px; }
.footer-column .access-button { width: 100%; min-height: 42px; display: flex; align-items: center; gap: 10px; margin: 9px 0; padding: 0 14px; color: #fff; border: 1px solid rgba(255,255,255,.38); border-radius: 5px; background: rgba(255,255,255,.035); font-size: 13px; font-weight: 800; }
.access-button svg { width: 18px; height: 18px; color: var(--red-bright); }
.footer-column .access-button:hover { color: #fff; border-color: var(--red); background: rgba(227,27,35,.11); }
.legal-note { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-note p { margin: 0; color: #7f898f; font-size: 11px; line-height: 1.55; }
.legal-note strong { color: #aeb6bb; }
.footer-bottom { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #a0a8ad; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.footer-bottom > div span { width: 1px; height: 18px; background: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: white; }
.footer-tagline { justify-self: end; color: var(--red-bright); font-size: 14px; }

:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 3px; }

/* Keep the large desktop product names on the intended two lines while
   preserving the tall condensed automotive type treatment. */
@media (min-width: 1221px) {
  .product-heading h2 {
    width: 130%;
    max-width: none;
    margin-right: -30%;
    transform: scaleX(.77);
    transform-origin: left top;
  }
}

@media (max-width: 1220px) {
  :root { --shell: 1120px; }
  .brand { width: 235px; }
  .desktop-nav { gap: 24px; }
  .desktop-nav a { font-size: 14px; }
  .product-body { min-height: 585px; grid-template-columns: 39% 61%; }
  .ticket-product .product-body { grid-template-columns: 62% 38%; }
  .product-copy { padding-right: 24px; }
  .ticket-product .product-copy { padding-left: 24px; }
  .mini-guardian-mark { flex-basis: 43px; width: 43px; height: 50px; font-size: 26px; }
  .product-heading h2 { font-size: 36px; }
  .product-features li { font-size: 14px; }
  .value-item { padding-inline: 17px; }
  .footer-grid { gap: 28px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  :root { --header-height: 74px; --shell: 948px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { gap: 18px; }
  .brand { width: 194px; margin-left: -8px; }
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 12px; }
  .desktop-nav svg { width: 11px; height: 11px; }
  .header-cta { min-height: 40px; padding: 0 13px; gap: 7px; font-size: 10px; }
  .header-cta svg { width: 14px; height: 14px; }

  .hero { min-height: 445px; }
  .hero-inner { min-height: calc(445px - var(--header-height)); padding-bottom: 33px; }
  .hero-copy { width: 54%; }
  .hero h1 { font-size: 62px; line-height: .93; letter-spacing: .005em; }
  .hero h1 span { font-size: .74em; }
  .hero-copy > p { max-width: 455px; margin-top: 16px; font-size: 16px; line-height: 1.45; }
  .hero-actions { gap: 12px; margin-top: 20px; }
  .hero-actions .button { min-height: 43px; padding: 0 17px; gap: 10px; font-size: 10px; }
  .hero-actions .button svg { width: 16px; height: 16px; }
  .hero-car { width: 54vw; max-width: 525px; right: -12px; bottom: 18px; }
  .hero-vignette { background: linear-gradient(90deg, rgba(2,5,7,.97) 0%, rgba(2,5,7,.79) 38%, rgba(2,5,7,.14) 66%, rgba(2,5,7,.12) 100%), linear-gradient(180deg, rgba(2,5,7,.03) 0%, rgba(2,5,7,.08) 58%, rgba(2,5,7,.88) 100%); }

  .products-section { margin-top: -17px; padding-bottom: 17px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-card { border-radius: 10px; }
  .product-body { min-height: 432px; grid-template-columns: 43% 57%; }
  .ticket-product .product-body { grid-template-columns: 59% 41%; }
  .vehicle-phone { width: 74%; max-width: 145px; left: 10%; top: 28px; }
  .ticket-phone { width: 78%; max-width: 145px; right: 8%; top: 29px; }
  .product-copy { padding: 23px 20px 18px 13px; }
  .ticket-product .product-copy { padding: 23px 10px 18px 20px; }
  .product-heading { gap: 9px; }
  .mini-guardian-mark { flex-basis: 36px; width: 36px; height: 43px; }
  .product-heading h2 { font-size: 28px; line-height: 1.02; }
  .product-heading p { margin-top: 5px; font-size: 11px; line-height: 1.25; }
  .product-features { gap: 7px; margin-top: 16px; }
  .product-features li { gap: 7px; font-size: 12px; line-height: 1.25; }
  .product-features svg { flex-basis: 14px; width: 14px; height: 14px; }
  .product-price { padding-top: 13px; }
  .product-price > span { margin-bottom: 3px; font-size: 9px; }
  .product-price strong { font-size: 36px; }
  .product-price small { margin-left: 4px; font-size: 11px; }
  .product-button { min-height: 39px; margin-top: 11px; padding-inline: 14px; font-size: 10px; }
  .product-button svg { width: 15px; height: 15px; }
  .platform-link { min-height: 69px; gap: 10px; padding: 10px 15px; }
  .platform-icon { width: 27px; height: 27px; }
  .platform-icon svg { width: 15px; height: 15px; }
  .platform-link > span:nth-child(2) { font-size: 11px; }
  .platform-link strong { margin-top: 2px; font-size: 10px; }
  .platform-arrow { width: 21px; height: 21px; }

  .why-section { padding: 17px 0 27px; }
  .section-title h2 { font-size: 29px; }
  .section-title > span { width: 34px; height: 2px; margin-top: 10px; }
  .value-grid { grid-template-columns: repeat(6,1fr); margin-top: 22px; }
  .value-item { padding: 0 13px; }
  .value-item > svg { width: 38px; height: 38px; margin-bottom: 9px; }
  .value-item h3 { font-size: 12px; }
  .value-item p { margin-top: 5px; font-size: 10px; line-height: 1.35; }

  .road-cta { min-height: 158px; }
  .cta-car { width: 410px; left: -100px; bottom: -5px; }
  .cta-inner { min-height: 158px; grid-template-columns: 310px minmax(330px,1fr) auto; gap: 20px; }
  .cta-copy { grid-column: 2; }
  .cta-copy h2 { font-size: 31px; line-height: 1.02; }
  .cta-copy p { max-width: 425px; margin-top: 7px; font-size: 11px; line-height: 1.4; }
  .cta-button { grid-column: 3; min-width: 185px; min-height: 43px; padding-inline: 16px; font-size: 10px; }

  .footer-grid { grid-template-columns: 1.5fr .9fr .8fr .75fr 1.05fr; gap: 22px; padding: 27px 0 18px; }
  .footer-brand img { width: 200px; margin-left: -7px; }
  .footer-brand > p { max-width: 220px; margin-top: 7px; font-size: 11px; line-height: 1.45; }
  .social-links { gap: 7px; margin-top: 12px; }
  .social-links a { width: 28px; height: 28px; }
  .social-links svg { width: 13px; height: 13px; }
  .footer-column { padding-top: 4px; }
  .footer-column h2 { margin-bottom: 9px; font-size: 14px; }
  .footer-column > a { margin: 7px 0; font-size: 10px; }
  .footer-access { padding-left: 14px; }
  .footer-access > p { margin-bottom: 8px; font-size: 9px; }
  .footer-column .access-button { min-height: 34px; margin: 6px 0; padding: 0 9px; gap: 6px; font-size: 9px; }
  .access-button svg { width: 14px; height: 14px; }
  .legal-note { padding: 9px 0; }
  .legal-note p { font-size: 8px; line-height: 1.4; }
  .footer-bottom { min-height: 136px; gap: 15px; font-size: 9px; }
  .footer-bottom > div { gap: 12px; }
  .footer-bottom > div span { height: 13px; }
  .footer-tagline { font-size: 10px; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { justify-content: space-between; }
  .brand { width: 225px; }
  .menu-button { display: inline-flex; }
  .mobile-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(2,5,7,.98);
    border-bottom: 1px solid var(--line);
    transition: max-height .3s ease;
  }
  .mobile-nav.is-open { max-height: 440px; }
  .mobile-nav a { padding: 15px 24px; border-top: 1px solid rgba(255,255,255,.08); font-weight: 800; }
  .mobile-nav .mobile-product-link { display: flex; align-items: center; justify-content: space-between; background: var(--red); }
  .mobile-product-link svg { width: 20px; height: 20px; }
  .hero { min-height: 580px; }
  .hero-inner { min-height: calc(580px - var(--header-height)); padding-bottom: 55px; }
  .hero-copy { width: 58%; }
  .hero-car { width: 66vw; right: -130px; bottom: 32px; }
  .products-section { margin-top: -55px; }
  .product-grid { grid-template-columns: 1fr; max-width: 720px; }
  .product-body { min-height: 580px; grid-template-columns: 41% 59%; }
  .ticket-product .product-body { grid-template-columns: 59% 41%; }
  .product-heading h2 { font-size: 43px; }
  .product-features li { font-size: 16px; }
  .value-grid { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .value-item:nth-child(4)::before { display: none; }
  .cta-inner { grid-template-columns: 280px 1fr; gap: 24px; }
  .cta-copy { grid-column: 2; }
  .cta-button { grid-column: 2; justify-self: start; min-width: 230px; margin-top: -8px; }
  .cta-car { width: 430px; left: -150px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-access { padding-left: 0; border-left: 0; }
  .footer-bottom { grid-template-columns: 1fr auto; padding: 18px 0; }
  .footer-tagline { grid-column: 1/-1; justify-self: start; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand { width: 205px; margin-left: -8px; }
  .hero { min-height: 700px; }
  .hero-road { background-position: 62% center; }
  .hero-vignette { background: linear-gradient(180deg, rgba(2,5,7,.4) 0%, rgba(2,5,7,.8) 55%, rgba(2,5,7,.98) 100%), linear-gradient(90deg, rgba(2,5,7,.75), transparent 70%); }
  .hero-inner { min-height: calc(700px - var(--header-height)); align-items: flex-start; padding-top: 52px; padding-bottom: 250px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .hero-copy > p { max-width: 520px; font-size: 17px; line-height: 1.5; }
  .hero-actions { gap: 12px; }
  .button { min-height: 50px; padding-inline: 19px; font-size: 12px; }
  .hero-car { width: 610px; max-width: none; right: -190px; bottom: 14px; }
  .products-section { margin-top: -30px; }
  .product-body, .ticket-product .product-body { min-height: 0; grid-template-columns: 1fr; }
  .product-art { min-height: 390px; grid-row: 1; }
  .ticket-product .product-art { grid-row: 1; }
  .product-copy, .ticket-product .product-copy { padding: 28px 24px 25px; }
  .vehicle-art::after, .ticket-art::after { background: linear-gradient(180deg, transparent 55%, #0d1418 100%); }
  .ticket-art::after { background: linear-gradient(180deg, transparent 52%, #180e0f 100%); }
  .vehicle-phone { width: 190px; left: 50%; top: 26px; transform: translateX(-50%); }
  .ticket-phone { width: 184px; right: auto; left: 50%; top: 26px; transform: translateX(-50%); }
  .product-heading h2 { font-size: 38px; }
  .product-features { margin-top: 22px; }
  .product-features li { font-size: 15px; }
  .product-price { padding-top: 30px; }
  .platform-link { padding-inline: 17px; }
  .platform-link > span:nth-child(2) { font-size: 13px; }
  .platform-link strong { font-size: 12px; }
  .section-title h2 { font-size: 35px; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .value-item:nth-child(odd)::before { display: none; }
  .value-item:nth-child(4)::before { display: block; }
  .road-cta { min-height: 390px; }
  .cta-car { width: 540px; left: -210px; bottom: -5px; opacity: .75; }
  .cta-inner { min-height: 390px; grid-template-columns: 1fr; align-content: start; padding-top: 42px; }
  .cta-copy, .cta-button { grid-column: 1; }
  .cta-copy { margin-left: 28%; }
  .cta-copy h2 { font-size: 35px; }
  .cta-copy p { font-size: 14px; }
  .cta-button { justify-self: end; min-width: 210px; margin-top: 12px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 28px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand img { width: 250px; }
  .footer-access { grid-column: 1/-1; }
  .footer-column .access-button { max-width: 320px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom > div { flex-wrap: wrap; }
  .footer-tagline { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero { min-height: 730px; }
  .hero-inner { min-height: calc(730px - var(--header-height)); padding-top: 38px; padding-bottom: 270px; }
  .hero h1 { font-size: 47px; }
  .hero h1 span { font-size: .72em; }
  .hero-copy > p { margin-top: 18px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-car { width: 560px; right: -190px; }
  .product-art { min-height: 350px; }
  .product-heading { gap: 11px; }
  .mini-guardian-mark { flex-basis: 39px; width: 39px; height: 46px; font-size: 23px; }
  .product-heading h2 { font-size: 32px; }
  .product-heading p { font-size: 13px; }
  .product-features li { font-size: 14px; }
  .product-price strong { font-size: 43px; }
  .platform-link { grid-template-columns: auto 1fr; }
  .platform-arrow { display: none; }
  .value-grid { grid-template-columns: 1fr; gap: 30px; }
  .value-item::before { display: none !important; }
  .value-item p { max-width: 240px; }
  .cta-copy { margin-left: 0; }
  .cta-car { opacity: .25; left: -180px; }
  .cta-button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-access { grid-column: auto; }
}

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

/* ==========================================================
   UMBRELLA GUARDIAN V1.2 MINIMAL REPAIR
   High-resolution logo + current pricing with original layout
   ========================================================== */

/* The new logo is taller than the original horizontal mark. Keep it
   visually strong without allowing it to overflow the navigation row. */
@media (min-width: 1101px) {
  :root { --header-height: 96px; }
  .brand { width: 215px; margin-left: 0; }
  .brand img { width: 100%; max-height: 90px; object-fit: contain; object-position: left center; }
  .footer-brand img { width: 225px; margin-left: 0; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  :root { --header-height: 80px; }
  .brand { width: 160px; margin-left: 0; }
  .brand img { width: 100%; max-height: 74px; object-fit: contain; object-position: left center; }
  .footer-brand img { width: 180px; margin-left: 0; }
}

@media (max-width: 820px) {
  :root { --header-height: 84px; }
  .brand { width: 175px; margin-left: 0; }
  .brand img { width: 100%; max-height: 78px; object-fit: contain; object-position: left center; }
}

@media (max-width: 720px) {
  .brand { width: 165px; margin-left: 0; }
  .footer-brand img { width: 220px; margin-left: 0; }
}

@media (max-width: 480px) {
  :root { --header-height: 82px; }
  .brand { width: 155px; }
}

/* Keep the original pricing layout and add only one compact supporting line. */
.product-price-alt {
  display: block !important;
  margin-top: 7px;
  color: #aeb5ba !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .product-price-alt {
    margin-top: 4px;
    font-size: 8px !important;
  }
}

@media (max-width: 480px) {
  .product-price-alt {
    font-size: 10px !important;
  }
}

/* END UMBRELLA GUARDIAN V1.2 MINIMAL REPAIR */
