/* ON Powersports — shared styles for inner pages (dark theme, lime accent) */
:root, .sw-root {
  --sw-bg: #000000; --sw-ink: #ffffff; --sw-ink-soft: #cccccc; --sw-accent: #E0FD33;
  --sw-font-display: "Share Tech", "Rajdhani", "Segoe UI", system-ui, sans-serif;
  --sw-font-body: "Heebo", "Roboto", "Segoe UI", system-ui, sans-serif;
  --on-grey: #434343; --on-grey-2: #cccccc; --on-grey-3: #efefef; --on-olive: #b2c739;
}
html, body { background: #000; color: #fff; font-family: var(--sw-font-body); margin: 0; }
img { max-width: 100%; display: block; }

/* ---------- hero (scroll-world engine, single scene) ---------- */
.sw-copy__title { text-transform: none; font-style: italic; letter-spacing: .02em; white-space: nowrap;
  color: transparent; font-weight: 400; font-size: clamp(2.6rem, 5.4vw, 5.6rem); line-height: 1; margin-top: 8px;
  -webkit-text-stroke: 2px var(--sw-accent); paint-order: stroke fill; filter: drop-shadow(0 2px 18px rgba(0,0,0,.85)); }
.sw-copy__title .badge { display:inline-block; vertical-align: 22%; margin-left: .25em; font-size: .32em; line-height: 1;
  padding: .22em .45em .18em; color: #000; background: var(--sw-accent); -webkit-text-stroke: 0; letter-spacing: .04em; transform: skewX(-8deg); }
.sw-copy__title .slashes { display:inline-block; vertical-align: 22%; margin-left: .18em; font-size: .36em; color: var(--sw-accent); -webkit-text-stroke: 0; letter-spacing: -.04em; }
.sw-copy__eyebrow { color: var(--sw-accent); letter-spacing: .34em; font-style: italic; font-size: clamp(1rem, 1.6vw, 1.35rem); }
.sw-copy__body { color: #d6d6d6; text-shadow: 0 1px 14px rgba(0,0,0,.9); }
.sw-copy__num { display: none; }                          /* single scene: no "01 / 01" counter */
.sw-copy { top: auto; bottom: clamp(36px, 6vh, 64px); transform: none; width: min(52vw, 720px); }
.sw-copylayer::before { width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 22%, transparent 48%),
              linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.2) 30%, transparent 55%); }
.sw-nav { display: none !important; }                      /* single scene: hide the section pills */
.sw-route { display: none !important; }
.sw-hint { display: none !important; }
.sw-topbar { z-index: 400; }                               /* header stays above the page content */
.sw-topcta { color: #000; background: var(--sw-accent); font-family: var(--sw-font-display); text-transform: uppercase; letter-spacing: .08em; }
.sw-brand__mark { width: 40px; height: 40px; border-radius: 0; box-shadow: none; background: url("assets/img/logo.png") center / contain no-repeat; }
.sw-brand__name { display: none; }
.on-topright { display: flex; align-items: center; gap: 10px; }
.on-menu { width: 30px; height: 30px; padding: 5px; box-sizing: border-box; border: 0; background: transparent; cursor: pointer;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px; place-items: center; -webkit-tap-highlight-color: transparent; }
.on-menu i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--sw-accent); box-shadow: 0 0 6px rgba(224,253,51,.55); transition: transform .25s; }
.on-menu[aria-expanded="true"] i { transform: scale(.75); }
.on-menu-panel { display: none; flex-direction: column; position: fixed; z-index: 460; top: calc(clamp(14px, 2.4vw, 26px) * 2 + 34px + env(safe-area-inset-top)); right: clamp(18px, 5vw, 64px); min-width: 220px;
  background: rgba(0,0,0,.9); border: 1px solid rgba(224,253,51,.45); border-radius: 18px; padding: 8px; backdrop-filter: blur(6px); box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.on-menu-panel a { display: block; padding: 12px 18px; border-radius: 12px; text-decoration: none; font-family: var(--sw-font-display); font-style: italic;
  text-transform: uppercase; letter-spacing: .1em; font-size: 1rem; color: #fff; }
.on-menu-panel a:hover, .on-menu-panel a:active { color: #000; background: var(--sw-accent); }
.on-menu-panel a + a { border-top: 1px solid rgba(255,255,255,.08); }
.sw-root.menu-open .on-menu-panel { display: flex; }

/* ---------- page body ---------- */
.on-page { position: relative; z-index: 300; background: #000; }   /* the engine's trailing empty screen is trimmed in JS (on-track-trim) */
.sw-sky__grad, .sw-sky__glow, .sw-pt, .sw-particles { display: none !important; }     /* no grey glow / particles behind the hero */
.sw-sky { background: #000 !important; }
.on-sec { padding: clamp(64px, 9vw, 130px) clamp(18px, 5vw, 64px); }
.on-wrap { max-width: 1180px; margin: 0 auto; }
.on-kicker { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .34em; color: var(--sw-accent); font-size: clamp(.9rem, 1.3vw, 1.15rem); margin: 0 0 12px; }
.on-h { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; font-weight: 400; letter-spacing: .02em; line-height: 1;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem); margin: 0; color: transparent; -webkit-text-stroke: 2px var(--sw-accent); paint-order: stroke fill; }
.on-h.solid { color: #fff; -webkit-text-stroke: 0; }
.on-h .badge { display:inline-block; vertical-align: 22%; margin-left: .25em; font-size: .32em; line-height: 1; padding: .22em .45em .18em; color: #000; background: var(--sw-accent); -webkit-text-stroke: 0; letter-spacing: .04em; transform: skewX(-8deg); }
.on-h .slashes { display:inline-block; vertical-align: 22%; margin-left: .18em; font-size: .36em; color: var(--sw-accent); -webkit-text-stroke: 0; letter-spacing: -.04em; }
.on-sub { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; color: #fff; font-size: clamp(1.1rem, 1.8vw, 1.5rem); margin: 10px 0 0; }
.on-p { color: #d0d0d0; font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.65; max-width: 62ch; margin: 22px 0 0; }
.on-bars { height: 10px; width: 180px; background:
  linear-gradient(115deg, var(--sw-accent) 0 58%, transparent 58% 64%, var(--sw-accent) 64% 76%, transparent 76% 82%, var(--sw-accent) 82% 94%, transparent 94%); margin: 26px 0 0; }

/* intro: text + image */
.on-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.on-intro img { border-radius: 18px; box-shadow: 0 30px 60px rgba(0,0,0,.6); }

.on-intro__text { max-width: 760px; }

/* big numbers — full-screen image band with the 4 boxes over it */
.on-statsband { position: relative; min-height: 100vh; background-size: cover; background-position: center; display: flex; align-items: flex-end; }
.on-statsband::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.45) 35%, rgba(0,0,0,0) 65%); }
.on-statsband .on-wrap { position: relative; width: 100%; padding: 0 clamp(18px, 5vw, 64px) clamp(40px, 6vh, 72px); }
.on-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.on-stat { border: 1px solid rgba(224,253,51,.35); border-radius: 18px; padding: 26px 24px; background: rgba(0,0,0,.55); backdrop-filter: blur(6px); }
.on-stat__label { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .26em; color: #fff; font-size: .9rem; }
.on-stat__value { font-family: var(--sw-font-display); font-style: italic; color: var(--sw-accent); font-size: clamp(3rem, 5.4vw, 5rem); line-height: 1; margin-top: 12px; }
.on-stat__value small { font-size: .38em; letter-spacing: .08em; margin-left: .18em; color: #fff; }
.on-stat__note { color: #8f8f8f; font-size: .82rem; margin-top: 10px; letter-spacing: .04em; }

/* studio shot */
.on-studio { position: relative; overflow: hidden; background: #ffffff; color: #000; text-align: center; }
.on-studio .on-kicker { color: #000; }
.on-studio .on-h { -webkit-text-stroke: 2px #000; }
.on-studio .on-h .badge { background: #000; color: var(--sw-accent); }
.on-studio .on-h .slashes { color: #000; }
.on-studio img { width: min(1200px, 92vw); margin: 0 auto; }
.on-studio__tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.on-studio__tags span { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .14em; font-size: .9rem;
  color: #000; border: 1.5px solid #000; border-radius: 999px; padding: 9px 18px; }

/* technology cards */
.on-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.on-card { border-radius: 20px; overflow: hidden; background: #0b0b0b; border: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.on-card { border-radius: 22px; }
.on-card__img { aspect-ratio: 4 / 3; padding: 18px; background: #0b0b0b; border-radius: 22px 22px 0 0; }
.on-card__img img { width: 100%; height: 100%; object-fit: contain; background: #fff; border-radius: 18px; }   /* original white-bg photo, 4 rounded corners */
.on-card__body { padding: 22px 24px 28px; }
.on-card__title { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; color: var(--sw-accent); font-size: 1.2rem; margin: 0; }
.on-card__p { color: #c9c9c9; font-size: .96rem; line-height: 1.6; margin: 12px 0 0; }
.on-card__p b { color: #fff; font-weight: 600; }

/* spec table */
.on-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 40px; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.on-table thead th { background: var(--sw-accent); color: #000; font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; font-size: 1.05rem; text-align: left; padding: 20px 22px; }
.on-table thead th:first-child { font-size: 1.5rem; letter-spacing: .04em; }
.on-table thead th:first-child .badge { font-size: .6em; vertical-align: 15%; margin-left: .3em; padding: .15em .4em; background: #000; color: var(--sw-accent); display: inline-block; transform: skewX(-8deg); }
.on-table tbody td { padding: 15px 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .95rem; color: #d9d9d9; font-style: italic; vertical-align: middle; }
.on-table tbody tr:nth-child(even) td { background: rgba(255,255,255,.03); }
.on-table tbody td:first-child { color: #fff; font-style: normal; font-weight: 500; width: 26%; }
.on-table tbody td.hl { color: var(--sw-accent); font-weight: 600; }
.on-table tbody td.dim { color: #9a9a9a; }
.on-table tfoot td { padding: 22px; background: var(--sw-accent); color: #000; font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .1em; font-size: 1.15rem; }
.on-table tfoot td strong { font-size: 1.6rem; letter-spacing: .02em; }
.on-table__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* pricing / pre-order */
.on-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.on-plan { border-radius: 22px; padding: 34px 32px; background: #0b0b0b; border: 1px solid rgba(255,255,255,.1); }
.on-plan.pro { border-color: rgba(224,253,51,.55); background: linear-gradient(180deg, rgba(224,253,51,.08), #0b0b0b 60%); }
.on-plan__name { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .2em; color: var(--sw-accent); font-size: 1rem; margin: 0; }
.on-plan__price { font-family: var(--sw-font-display); font-style: italic; color: #fff; font-size: clamp(2.6rem, 4.2vw, 3.6rem); line-height: 1; margin: 16px 0 4px; }
.on-plan__price small { font-size: .38em; letter-spacing: .12em; margin-left: .2em; color: var(--sw-accent); }
.on-plan ul { list-style: none; margin: 22px 0 0; padding: 0; color: #d0d0d0; font-size: .95rem; line-height: 1.55; }
.on-plan li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08); }
.on-plan li::before { content: "//"; color: var(--sw-accent); margin-right: 10px; font-family: var(--sw-font-display); font-style: italic; }
.on-btn { display: inline-block; text-decoration: none; font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .1em; font-size: 1.05rem;
  padding: 14px 34px; border-radius: 999px; color: #000; background: var(--sw-accent); margin-top: 26px; }
.on-btn.ghost { color: var(--sw-accent); background: transparent; border: 2px solid var(--sw-accent); }
.on-btn:hover { filter: brightness(1.08); }
.on-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }
.on-cta-row .on-btn { margin-top: 0; }
.on-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.on-step { border-top: 2px solid var(--sw-accent); padding-top: 16px; }
.on-step__n { font-family: var(--sw-font-display); font-style: italic; color: var(--sw-accent); font-size: 1.8rem; }
.on-step__t { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; color: #fff; margin-top: 6px; }
.on-step__p { color: #b9b9b9; font-size: .9rem; line-height: 1.55; margin-top: 8px; }

/* full-bleed image band */
.on-band { position: relative; min-height: 100vh; background-size: cover; background-position: center; display: flex; align-items: flex-end; }
.on-studio img, .on-intro img { border-radius: 18px; }
.on-table thead th .soon, .on-plan__avail, .on-btn.soon { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; }
.on-table thead th .soon { display: inline-block; margin-left: 10px; font-size: .68rem; padding: 4px 10px; border-radius: 999px; background: #000; color: var(--sw-accent); vertical-align: middle; }
.on-plan__avail { color: var(--sw-accent); font-size: .95rem; margin: 22px 0 -10px; }
.on-btn.soon { color: var(--sw-accent); background: transparent; border: 2px dashed rgba(224,253,51,.6); cursor: default; }
.on-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.2) 45%, transparent 100%); }
.on-band .on-wrap { position: relative; width: 100%; padding: 60px clamp(18px, 5vw, 64px); }

body.qa .on-statsband, body.qa .on-band { min-height: 1080px; }   /* headless QA only */
body.qa .on-hero { min-height: 1080px; }

/* reveal on scroll */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }

/* footer (same as home) */
.on-footer { position: relative; z-index: 300; background: #000; color: #cfcfcf; font-family: var(--sw-font-body); padding: clamp(56px, 8vh, 110px) clamp(18px, 5vw, 64px) 40px; border-top: 1px solid rgba(255,255,255,.06); }
.on-footer__grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.on-footer h4 { margin: 0 0 22px; font-family: var(--sw-font-display); font-style: italic; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; font-size: 1.15rem; color: #fff; }
.on-footer ul { list-style: none; margin: 0; padding: 0; } .on-footer li { margin: 0 0 14px; }
.on-footer a { color: #cfcfcf; text-decoration: none; font-size: .95rem; } .on-footer a:hover { color: var(--sw-accent); }
.on-footer form { display: flex; flex-direction: column; gap: 14px; max-width: 300px; }
.on-footer input[type=email] { font: inherit; font-size: .95rem; color: #fff; background: #3a3a3a; border: 0; border-radius: 999px; padding: 12px 16px; width: 100%; box-sizing: border-box; }
.on-footer input::placeholder { color: #bdbdbd; }
.on-footer button { font: inherit; font-size: .95rem; font-weight: 500; color: #000; background: var(--sw-accent); border: 0; border-radius: 999px; padding: 11px 40px; width: max-content; cursor: pointer; }
.on-footer__note { font-size: .82rem; color: #9a9a9a; line-height: 1.45; margin: 0; }
.on-footer__social { display: flex; justify-content: center; gap: 22px; margin: 80px 0 56px; }
.on-footer__social a { display: inline-flex; width: 26px; height: 26px; color: #cfcfcf; } .on-footer__social svg { width: 100%; height: 100%; fill: currentColor; }
.on-footer__logo { display: block; width: 34px; height: 34px; margin: 0 auto 48px; background: url("assets/img/logo.png") center / contain no-repeat; }
.on-footer__copy { text-align: center; font-size: .78rem; color: #9a9a9a; margin: 0; }

/* ---------- static pages (About / Contact): header + full-screen still hero ---------- */
.on-header { position: fixed; top: 0; left: 0; right: 0; z-index: 400; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: clamp(14px, 2.4vw, 26px) clamp(18px, 5vw, 64px); }
.on-header__brand { display: block; width: 40px; height: 40px; background: url("assets/img/logo.png") center / contain no-repeat; }
.on-header .sw-topcta { text-decoration: none; font-weight: 600; font-size: .9rem; padding: 10px 20px; border-radius: 999px; white-space: nowrap; }
.on-scrollbar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 460; background: rgba(224,253,51,.18); }
.on-scrollbar i { display: block; height: 100%; background: var(--sw-accent); transform-origin: left; transform: scaleX(0); }
.on-hero { position: relative; min-height: 100vh; background-size: cover; background-position: center; display: flex; align-items: flex-end; overflow: hidden; }
.on-hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 30%, transparent 60%), linear-gradient(90deg, rgba(0,0,0,.5) 0%, transparent 55%); }
.on-hero__bg { position: absolute; inset: -6% 0 0 0; background: inherit; background-size: cover; background-position: center; will-change: transform; }
.on-hero .on-wrap { position: relative; width: 100%; padding: 0 clamp(18px, 5vw, 64px) clamp(36px, 6vh, 64px); }
.on-hero .on-h { font-size: clamp(2.6rem, 5.4vw, 5.6rem); }
.on-hero .on-h.solid { -webkit-text-stroke: 0; color: #fff; }
.on-hero .on-sub { color: #fff; }
/* staggered reveal for hero lines */
.hl-1, .hl-2, .hl-3, .hl-4 { opacity: 0; transform: translateY(26px); animation: on-rise .9s cubic-bezier(.2,.7,.2,1) forwards; }
.hl-2 { animation-delay: .15s; } .hl-3 { animation-delay: .3s; } .hl-4 { animation-delay: .45s; }
@keyframes on-rise { to { opacity: 1; transform: none; } }
/* about: two-column story blocks */
.on-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.on-story.flip > :first-child { order: 2; }
.on-story img { border-radius: 18px; box-shadow: 0 30px 60px rgba(0,0,0,.6); }
.on-quote { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .04em; color: #fff; font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1.15; margin: 0; }
.on-quote b { color: var(--sw-accent); font-weight: 400; }
/* press logos */
.on-press { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.on-press a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: 170px; min-width: 0; overflow: hidden;
  padding: 22px; box-sizing: border-box; background: #fff; border-radius: 18px; text-decoration: none; transition: transform .25s, box-shadow .25s; }
.on-press a:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(224,253,51,.18); }
.on-press img { display: block; height: 72px; width: auto; max-width: 85%; object-fit: contain; }
.on-press img.inv { filter: invert(1); }
.on-press img.dark { filter: brightness(0); }                      /* light SVG logos → solid black on the white tile */
.on-press .wordmark { font-family: var(--sw-font-display); font-weight: 400; font-size: 2.6rem; letter-spacing: .08em; color: #111; line-height: 1; }
.on-press span { display: block; margin-top: 10px; font-size: .78rem; color: #555; letter-spacing: .06em; text-transform: uppercase; }
/* models strip */
.on-models { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.on-model { position: relative; display: block; border-radius: 22px; overflow: hidden; aspect-ratio: 16 / 9; text-decoration: none; background-size: cover; background-position: center; }
.on-model::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 60%); }
.on-model div { position: absolute; left: 26px; bottom: 22px; }
.on-model .on-kicker { margin: 0 0 6px; }
.on-model .on-h { font-size: clamp(1.8rem, 3vw, 2.6rem); }
/* contact */
.on-contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.on-form { background: #0b0b0b; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: clamp(22px, 3vw, 36px); }
.on-form h3 { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; color: var(--sw-accent); font-size: 1.25rem; margin: 0 0 6px; font-weight: 400; }
.on-form p { color: #a9a9a9; font-size: .92rem; margin: 0 0 22px; }
.on-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.on-form label { display: block; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: #bdbdbd; margin: 14px 0 6px; }
.on-form input, .on-form select, .on-form textarea { font: inherit; font-size: .95rem; color: #fff; background: #1a1a1a; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px 14px; width: 100%; box-sizing: border-box; }
.on-form input:focus, .on-form select:focus, .on-form textarea:focus { outline: 0; border-color: var(--sw-accent); box-shadow: 0 0 0 3px rgba(224,253,51,.18); }
.on-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #E0FD33 50%), linear-gradient(135deg, #E0FD33 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.on-form textarea { min-height: 130px; resize: vertical; }
.on-form .check { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: .85rem; color: #a9a9a9; }
.on-form .check input { width: auto; margin-top: 3px; }
.on-form button { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .1em; font-size: 1.05rem; color: #000; background: var(--sw-accent); border: 0; border-radius: 999px; padding: 14px 34px; margin-top: 22px; cursor: pointer; }
.on-form button:hover { filter: brightness(1.08); }
.on-form .msg { display: none; margin-top: 16px; padding: 12px 16px; border-radius: 12px; font-size: .92rem; }
.on-form .msg.ok { display: block; background: rgba(224,253,51,.12); color: var(--sw-accent); border: 1px solid rgba(224,253,51,.4); }
.on-form .msg.err { display: block; background: rgba(255,80,80,.12); color: #ff8a8a; border: 1px solid rgba(255,80,80,.4); }
.on-loc { border: 1px solid rgba(224,253,51,.35); border-radius: 22px; padding: 30px; background: linear-gradient(180deg, rgba(224,253,51,.06), rgba(0,0,0,0)); }
.on-loc .pin { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(224,253,51,.12); margin-bottom: 18px; }
.on-loc .pin i { width: 14px; height: 14px; border-radius: 50%; background: var(--sw-accent); box-shadow: 0 0 0 6px rgba(224,253,51,.25); }
.on-loc h3 { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .12em; color: #fff; font-size: 1.4rem; margin: 0; font-weight: 400; }
.on-loc p { color: #bdbdbd; margin: 10px 0 0; line-height: 1.55; }
.on-tabs { display: flex; gap: 8px; margin-bottom: 22px; }
.on-tabs button { font-family: var(--sw-font-display); font-style: italic; text-transform: uppercase; letter-spacing: .1em; font-size: .95rem; color: #bdbdbd; background: transparent; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 10px 20px; cursor: pointer; margin: 0; }
.on-tabs button.is-active { color: #000; background: var(--sw-accent); border-color: var(--sw-accent); }
.on-form[hidden] { display: none; }

/* responsive backgrounds: --bg (landscape) / --bg-m (portrait 9:16 for phones) */
.on-statsband, .on-band, .on-hero, .on-hero__bg { background-image: var(--bg); }

/* ---------- phones ---------- */
@media (max-width: 860px) {
  .on-statsband, .on-band, .on-hero, .on-hero__bg { background-image: var(--bg-m, var(--bg)); }
  .on-topnav { display: none; }
  .sw-copy { width: auto; left: 18px; right: 18px; bottom: calc(112px + env(safe-area-inset-bottom)); }
  .sw-copy__title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .sw-copy__eyebrow { font-size: 1rem; letter-spacing: .28em; }
  .sw-copylayer::before { width: 100%; height: 62%; top: auto; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 28%, rgba(0,0,0,.28) 60%, rgba(0,0,0,.08) 85%, rgba(0,0,0,0) 100%); }
  .sw-topcta { font-size: .78rem; padding: 0 14px; height: 30px; line-height: 30px; }
  .sw-brand__mark { width: 30px; height: 30px; }
  .on-intro, .on-plans, .on-story, .on-contact, .on-models { grid-template-columns: 1fr; }
  .on-story.flip > :first-child { order: 0; }
  .on-press { grid-template-columns: 1fr 1fr; }
  .on-form .row { grid-template-columns: 1fr; }
  .on-header__brand { width: 30px; height: 30px; }
  .on-header .sw-topcta { font-size: .78rem; padding: 0 14px; height: 30px; line-height: 30px; }
  .on-stats { grid-template-columns: 1fr 1fr; }
  .on-cards { grid-template-columns: 1fr; }
  .on-steps { grid-template-columns: 1fr 1fr; }
  .on-footer__grid { grid-template-columns: 1fr 1fr; }
  .on-footer input[type=email] { font-size: .88rem; padding: 9px 14px; max-width: 240px; }
  .on-footer button { font-size: .88rem; padding: 8px 26px; } .on-footer form { gap: 10px; }
}
@media (max-width: 520px) { .on-footer__grid { grid-template-columns: 1fr; } .on-steps { grid-template-columns: 1fr; }
  /* tech sheet fits the phone: tighter cells, smaller type, wrapping allowed */
  .on-table { border-radius: 14px; }
  .on-table thead th { padding: 12px 8px; font-size: .8rem; letter-spacing: .06em; }
  .on-table thead th:first-child { font-size: 1.05rem; }
  .on-table thead th .soon { margin-left: 4px; font-size: .55rem; padding: 3px 7px; display: block; width: max-content; margin-top: 4px; }
  .on-table tbody td { padding: 9px 8px; font-size: .74rem; line-height: 1.35; word-break: normal; overflow-wrap: break-word; }
  .on-table tbody td:first-child { width: 30%; font-size: .74rem; }
  .on-table tfoot td { padding: 12px 8px; font-size: .9rem; } .on-table tfoot td strong { font-size: 1.15rem; }
  .on-cta-row .on-btn { width: 100%; text-align: center; box-sizing: border-box; }
  /* keep the 4 numbers as a compact 2×2 at the bottom so the portrait photo stays visible */
  .on-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .on-stat { padding: 16px 14px; border-radius: 14px; }
  .on-stat__value { font-size: 2.2rem; } .on-stat__label { font-size: .72rem; letter-spacing: .18em; } .on-stat__note { font-size: .72rem; margin-top: 6px; } }
