:root {
  --black: #0b0b0c;
  --black-soft: #121214;
  --panel: rgba(18,18,20,.94);
  --white: #fff;
  --offwhite: #f3f3f1;
  --muted: #a7a7aa;
  --line: rgba(255,255,255,.14);
  --red: #e63329;
  --red-dark: #bd241c;
  --shadow: 0 32px 80px rgba(0,0,0,.36);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 10px; top: 10px; z-index: 1000; transform: translateY(-150%); background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 20px 0; }
.header-inner { display: grid; grid-template-columns: 220px 1fr 180px; gap: 22px; align-items: center; }
.brand-card { display: flex; align-items: center; justify-content: center; height: 68px; background: transparent; border-radius: 0; padding: 0; box-shadow: none; overflow: visible; text-decoration: none; }
.brand-repp img { width: 100%; max-height: 52px; object-fit: contain; }
.brand-zero img { width: 100%; max-height: 40px; object-fit: contain; }
.header-contact { justify-self: end; display: flex; gap: 24px; }
.header-contact a { text-decoration: none; display: grid; text-align: right; }
.header-contact span { color: rgba(255,255,255,.68); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.header-contact strong { font-size: .98rem; }

.hero { min-height: 820px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 122px 0 60px; }
.hero-stage { position: absolute; inset: 0; background: #19191b; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.025); transition: opacity .65s ease, transform 1.1s ease; }
.hero-image-ls1 { object-position: 46% center; }
.hero-image-xe { object-position: center 48%; }
.hero-image.is-visible { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.89) 0%, rgba(0,0,0,.72) 43%, rgba(0,0,0,.38) 67%, rgba(0,0,0,.46) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 42%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.92fr) minmax(460px,.78fr); gap: clamp(38px,6vw,90px); align-items: center; }
.hero-copy { padding-top: 30px; }
.eyebrow { margin: 0 0 16px; font-size: .78rem; font-weight: 850; letter-spacing: .2em; color: rgba(255,255,255,.75); }
.eyebrow.dark { color: #666; }
h1 { margin: 0; font-size: clamp(3.4rem, 7.1vw, 7.2rem); line-height: .88; letter-spacing: -.065em; font-weight: 900; max-width: 720px; }
#headlineBottom { color: rgba(255,255,255,.78); }
.hero-text { max-width: 530px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.quick-contact { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.quick-link { display: flex; gap: 11px; align-items: center; padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(5,5,6,.36); backdrop-filter: blur(10px); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.quick-link:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.45); }
.quick-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); font-weight: 900; }
.quick-link span:last-child { display: grid; }
.quick-link small { color: rgba(255,255,255,.62); font-size: .72rem; }
.quick-link strong { font-size: .91rem; }

.lead-card { background: var(--panel); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; padding: clamp(22px,3vw,34px); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.form-heading { margin-bottom: 22px; }
.step-label { margin: 0 0 4px; color: #ff675f; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; }
.form-heading h2 { margin: 0; font-size: clamp(1.7rem,3vw,2.25rem); letter-spacing: -.035em; }
.form-heading p:last-child { margin: 5px 0 0; color: var(--muted); font-size: .91rem; }
form { display: grid; gap: 18px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend, .field > span { display: block; margin: 0 0 9px; font-size: .82rem; font-weight: 800; color: #ededee; }
.model-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.model-choice { position: relative; display: grid; grid-template-columns: 58px 1fr 20px; gap: 10px; align-items: center; min-height: 72px; padding: 7px 10px 7px 7px; background: #0d0d0f; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; overflow: hidden; }
.model-choice:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.35); }
.model-choice input { position: absolute; opacity: 0; pointer-events: none; }
.model-thumb { width: 58px; height: 56px; border-radius: 10px; overflow: hidden; }
.model-thumb img { width: 100%; height: 100%; object-fit: cover; }
.model-meta { display: grid; min-width: 0; }
.model-meta strong { font-size: .92rem; }
.model-meta small { color: var(--muted); font-size: .72rem; }
.model-check { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .66rem; color: transparent; }
.model-choice:has(input:checked) { border-color: var(--red); background: rgba(230,51,41,.1); }
.model-choice:has(input:checked) .model-check { background: var(--red); border-color: var(--red); color: white; }
.model-choice-open { grid-column: 1 / -1; min-height: 58px; grid-template-columns: 42px 1fr 20px; padding-left: 12px; }
.open-symbol { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 1.05rem; font-weight: 900; }
.interest-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.interest-grid label { position: relative; }
.interest-grid input { position: absolute; opacity: 0; }
.interest-grid span { display: flex; justify-content: center; align-items: center; min-height: 43px; padding: 8px 4px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: #0d0d0f; color: #d2d2d5; font-size: .78rem; font-weight: 750; cursor: pointer; }
.interest-grid input:checked + span { color: white; border-color: var(--red); background: rgba(230,51,41,.13); }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-wide { grid-column: 1 / -1; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #0b0b0d; color: white; padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input::placeholder, .field textarea::placeholder { color: #737378; }
.field input:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(230,51,41,.13); }
.optional-details { border-top: 1px solid rgba(255,255,255,.11); padding-top: 13px; }
.optional-details summary { cursor: pointer; color: #d8d8da; font-size: .82rem; font-weight: 750; }
.optional-details summary span { color: #79797d; font-weight: 600; margin-left: 4px; }
.optional-field { margin-top: 12px; }
.optional-field textarea { resize: vertical; }
.privacy { display: grid; grid-template-columns: 19px 1fr; gap: 9px; color: #99999e; font-size: .73rem; align-items: start; }
.privacy input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--red); }
.privacy a { text-underline-offset: 2px; }
.submit-button { width: 100%; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 13px; padding: 15px 17px; background: var(--red); color: white; font-weight: 900; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.submit-button:hover { background: var(--red-dark); transform: translateY(-1px); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.trust-line { margin: -8px 0 0; color: #78787d; text-align: center; font-size: .68rem; }
.form-status { display: none; border-radius: 11px; padding: 11px 13px; font-size: .82rem; font-weight: 700; }
.form-status.success { display: block; color: #baf3cf; background: rgba(67,176,106,.12); border: 1px solid rgba(93,213,135,.34); }
.form-status.error { display: block; color: #ffb5b0; background: rgba(230,51,41,.1); border: 1px solid rgba(230,51,41,.35); }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }

.model-section { background: var(--offwhite); color: #111; padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem,5vw,4.7rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { color: #606065; max-width: 650px; margin: 18px 0 0; }
.product-card { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 530px; background: white; border-radius: 30px; overflow: hidden; box-shadow: 0 24px 65px rgba(0,0,0,.09); }
.product-card + .product-card { margin-top: 30px; }
.product-xe { grid-template-columns: .65fr 1.35fr; }
.product-xe .product-image { order: 2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-content { padding: clamp(32px,5vw,68px); align-self: center; }
.product-kicker { margin: 0 0 10px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .18em; }
.product-content h3 { margin: 0; font-size: clamp(2rem,4vw,3.8rem); line-height: 1; letter-spacing: -.05em; }
.product-content ul { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 13px; color: #4f4f53; }
.product-content li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; }
.product-content li::before { content: "✓"; color: var(--red); font-weight: 900; }
.text-button { border: 0; padding: 0; background: transparent; color: #111; font-weight: 900; cursor: pointer; border-bottom: 2px solid #111; padding-bottom: 4px; }
.text-button span { margin-left: 8px; }

.video-section { min-height: 620px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.video-section video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.08) 70%); }
.video-copy { position: relative; z-index: 2; padding-bottom: 72px; }
.video-copy h2 { margin: 0; font-size: clamp(3rem,7vw,7rem); line-height: .9; letter-spacing: -.065em; max-width: 850px; }
.video-cta { display: inline-flex; gap: 28px; align-items: center; margin-top: 26px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; text-decoration: none; font-weight: 850; backdrop-filter: blur(10px); }

.site-footer { background: #080809; border-top: 1px solid rgba(255,255,255,.1); padding: 42px 0 24px; color: #b3b3b7; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 30px; align-items: start; }
.footer-grid strong { color: white; }
.footer-grid p { margin: 6px 0 0; font-size: .85rem; }
.footer-contact, .footer-grid nav { display: grid; gap: 6px; }
.footer-contact a, .footer-grid nav a { text-decoration: none; font-size: .85rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 28px; padding-top: 18px; font-size: .69rem; color: #68686d; }

@media (max-width: 980px) {
  .site-header { position: relative; background: #0b0b0c; padding: 12px 0; }
  .header-inner { grid-template-columns: 170px 1fr 135px; gap: 12px; }
  .brand-card { height: 54px; }
  .header-contact a:first-child { display: none; }
  .header-contact { gap: 0; }
  .hero { min-height: auto; padding: 60px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { padding-top: 0; max-width: 720px; }
  h1 { font-size: clamp(4rem,12vw,7rem); }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.55) 72%, rgba(0,0,0,.5)); }
  .hero-image-ls1 { object-position: 50% center; }
  .lead-card { width: min(620px,100%); }
  .product-card, .product-xe { grid-template-columns: 1fr; }
  .product-xe .product-image { order: 0; }
  .product-image { height: 480px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 24px,1180px); }
  .header-inner { grid-template-columns: 1fr 92px; }
  .brand-repp { width: 160px; }
  .brand-zero { width: 92px; justify-self: end; }
  .header-contact { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; pointer-events: none; }
  .header-contact a { pointer-events: auto; display: flex !important; justify-content: center; align-items: center; min-height: 50px; padding: 10px; border-radius: 12px; background: #f5f5f3; color: #111; box-shadow: 0 8px 28px rgba(0,0,0,.25); }
  .header-contact span { display: none; }
  .header-contact strong { font-size: .78rem; }
  .hero { padding: 44px 0 40px; }
  .hero-copy { padding: 18px 4px 0; }
  h1 { font-size: clamp(3.4rem,18vw,5.2rem); }
  .hero-text { font-size: .96rem; margin-top: 20px; }
  .quick-contact { display: none; }
  .lead-card { border-radius: 22px; padding: 19px 15px; }
  .form-heading h2 { font-size: 1.75rem; }
  .model-choice-grid { grid-template-columns: 1fr; }
  .model-choice-open { grid-column: auto; }
  .interest-grid { grid-template-columns: 1fr 1fr; }
  .contact-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .model-section { padding: 68px 0; }
  .section-heading { margin-bottom: 30px; }
  .product-card { border-radius: 22px; min-height: 0; }
  .product-image { height: 330px; }
  .product-content { padding: 28px 22px 34px; }
  .video-section { min-height: 500px; }
  .video-copy { padding-bottom: 84px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .site-footer { padding-bottom: 90px; }
}

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