.choice-grid input,
.pill-choices input {
  width: 1px;
  height: 1px;
}

.media-strip {
  display: grid;
  gap: 18px;
}

.media-banner {
  min-height: 430px;
  border-radius: 36px;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}

.media-banner h2 {
  max-width: 700px;
  margin: 0;
  font: 600 clamp(38px, 5vw, 70px)/1 "Space Grotesk", sans-serif;
}

.media-banner p {
  color: #b7cbc1;
}

.media-tile {
  min-height: 230px;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.media-tile > span {
  color: var(--green);
  font-size: 10px;
  letter-spacing: .14em;
}

.support-app-link {
  display: grid;
  grid-template-columns: 45px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  min-width: 315px;
  border-radius: 18px;
  text-align: left;
  text-decoration: none;
}

.support-app-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg,#193c30,#07110d);
  border: 1px solid rgba(105,242,169,.25);
}

.support-app-icon img { width: 29px; }
.support-app-link > span:nth-child(2) { display:flex; flex-direction:column; }
.support-app-link small { color:var(--green); font-size:7px; letter-spacing:.18em; }
.support-app-link b { font:600 14px "Space Grotesk",sans-serif; }
.support-app-link em { color:var(--muted); font-size:8px; font-style:normal; }
.support-app-link > svg { width:18px; fill:none; stroke:var(--green); }

.hero-copy.changing { opacity:0; transform:translateX(-24px); }
#heroBike.changing { opacity:0; transform:translateX(35px) scale(.96); }
#heroSmart.changing { opacity:0; transform:translateY(-15px); }
.hero-copy,#heroBike,#heroSmart { transition:opacity .85s ease,transform .85s cubic-bezier(.22,.61,.36,1); }
.hero-dots { position:absolute; right:5%; bottom:11%; z-index:8; display:flex; gap:8px; }
.hero-dots button { width:24px; height:3px; padding:0; border:0; border-radius:9px; background:rgba(255,255,255,.2); cursor:pointer; }
.hero-dots button.active { width:45px; background:var(--green); box-shadow:0 0 12px rgba(105,242,169,.5); }

.spec-row.four { grid-template-columns:repeat(2,1fr); }
.spec-row.four span:nth-child(2) { border-right:0; }
.spec-row.four span:nth-child(-n+2) { border-bottom:1px solid var(--line); }

.detail-heading { margin-top:32px!important; color:var(--green); }
.feature-columns { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.feature-columns section { padding:18px; border:1px solid var(--line); border-radius:18px; background:rgba(0,0,0,.12); }
.feature-columns h4 { margin-top:0; }
.feature-list { display:grid; gap:9px; }
.feature-list span { font-size:11px; color:#c3d5cc; display:flex; gap:8px; }
.feature-list i { font-style:normal; color:var(--green); }
.feature-list.smart span { color:#dcfff0; }

.subtle-share{position:absolute;z-index:5;right:68px;top:23px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:rgba(0,0,0,.16);display:grid;place-items:center;color:#9bb3a8;cursor:pointer;padding:0;box-shadow:none}
.subtle-share:hover,.subtle-share.copied{color:var(--green);border-color:rgba(105,242,169,.4);background:rgba(105,242,169,.08)}
.subtle-share svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.6}

.contact-methods { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-methods a { margin:0; padding:18px; border:1px solid var(--line); border-radius:18px; display:flex; align-items:center; gap:13px; background:rgba(255,255,255,.025); }
.contact-methods i,.showroom-icon { flex:0 0 auto; width:42px; height:42px; border-radius:13px; background:rgba(105,242,169,.1); display:grid; place-items:center; color:var(--green); }
.contact-methods svg,.showroom-icon svg,.showroom-actions svg { width:20px; fill:none; stroke:currentColor; stroke-width:1.6; }
.contact-methods span { display:flex; flex-direction:column; gap:4px; }
.contact-methods small { color:var(--green); font-size:7px; letter-spacing:.14em; }
.contact-methods b { font-size:11px; line-height:1.5; }
.showroom-icon { margin-bottom:25px; }
.showroom-actions { border-top:1px solid var(--line); margin-top:22px; padding-top:12px; }

.support-orb { width:auto; min-width:190px; padding:10px 17px 10px 13px; border-radius:999px; display:flex; gap:11px; }
.support-orb b { display:flex; flex-direction:column; text-align:left; font-size:11px; line-height:1.2; }
.support-orb small { color:#075a34; font-size:7px; letter-spacing:.14em; }
.support-pulse { width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 0 0 rgba(255,255,255,.5); animation:supportPulse 1.8s infinite; }
@keyframes supportPulse { 70%{box-shadow:0 0 0 8px rgba(255,255,255,0)} }

@media (max-width: 600px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    min-width: 0;
    width: 100%;
  }

  .hero-visual {
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(42px, 11.5vw, 48px);
  }

  .media-banner {
    min-height: 340px;
    padding: 28px;
  }

  .support-app-link { min-width:0; width:100%; }
  .hero-dots { right:22px; bottom:4%; }
  .feature-columns,.contact-methods { grid-template-columns:1fr; }
  .support-orb { min-width:58px; width:58px; height:58px; padding:0; justify-content:center; }
  .support-orb b,.support-pulse { display:none; }
}
.mobile-preorder{display:none}
@media(max-width:900px){
  .mobile-preorder{display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,var(--green),#25c77a);color:#03100b;font-weight:800}
}
#modalPreorder[hidden],#modalOrder[hidden],.modal-actions[hidden]{display:none!important}
