:root {
  color-scheme: dark;
  --bg: #08090b;
  --surface: #101115;
  --text: #f5f3f8;
  --muted: #a7a5ae;
  --line: rgba(255, 255, 255, 0.12);
  --purple: #8a48ff;
  --blue: #45c6ff;
  --fuel: #ff8a45;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: white; color: #111; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 80px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, height .3s;
}
.site-header.is-scrolled { height: 66px; background: rgba(8, 9, 11, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 800; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.brand img { flex: 0 0 auto; border-radius: 10px; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: #c9c6ce; font-size: 13px; font-weight: 650; transition: color .2s, border-color .2s, background .2s; }
nav a:hover { color: white; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 180px max(28px, calc((100vw - var(--max)) / 2)) 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-glow { position: absolute; width: 680px; height: 680px; right: -180px; top: 6%; border-radius: 50%; background: radial-gradient(circle, rgba(127, 62, 255, .15), transparent 68%); filter: blur(4px); }
.eyebrow { margin: 0 0 28px; color: #c9c6cf; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { position: relative; z-index: 2; margin: 0; max-width: 880px; font-size: clamp(76px, 11vw, 164px); font-weight: 850; letter-spacing: -.075em; line-height: 1.03; }
.hero h1 span { display: inline-block; padding-right: .08em; line-height: 1.06; color: transparent; background: linear-gradient(105deg, #a970ff 8%, #7540ff 45%, #43c9ff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-copy { margin: 48px 0 0; max-width: 520px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-link { position: relative; z-index: 2; margin-top: 42px; display: inline-flex; align-items: center; gap: 20px; width: fit-content; min-height: 38px; font-size: 13px; font-weight: 750; line-height: 1; text-transform: uppercase; letter-spacing: .09em; }
.hero-link-label { display: block; }
.hero-link .hero-link-icon { flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: border-color .25s, background .25s; }
.hero-link-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.hero-link:hover .hero-link-icon { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.hero-orbit { position: absolute; right: max(0px, calc((100vw - var(--max)) / 2 - 100px)); top: 50%; width: min(46vw, 610px); aspect-ratio: 1; transform: translateY(-45%); opacity: .9; pointer-events: none; }
.orbit-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-ring-two { inset: 18%; }
.orbit-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; box-shadow: 0 0 24px currentColor; }
.orbit-dot-lifter { color: var(--purple); background: currentColor; top: 12%; right: 17%; animation: pulse 3s ease-in-out infinite; }
.orbit-dot-fuel { color: var(--fuel); background: currentColor; right: 18%; bottom: 15%; animation: pulse 3s 1.5s ease-in-out infinite; }

.products-intro { max-width: var(--max); margin: 0 auto; padding: 150px 28px 100px; }
.products-intro h2, .manifesto h2 { margin: 0; font-size: clamp(45px, 6vw, 86px); line-height: .98; letter-spacing: -.06em; }
.products-intro-copy { max-width: 520px; margin: 32px 0 0 auto; color: var(--muted); font-size: 18px; line-height: 1.6; }

.product { position: relative; min-height: min(900px, 92svh); display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--line); }
.product-image, .product-shade { position: absolute; inset: 0; }
.product-image { background-position: center; background-size: cover; transform: scale(1.015); transition: transform 1.5s cubic-bezier(.2,.7,.2,1); }
.product:hover .product-image { transform: scale(1.04); }
/* Source: https://images.pexels.com/photos/7209145/pexels-photo-7209145.jpeg */
.product-lifter .product-image { background-image: url("assets/images/lifter-bg.jpg"); background-position: center; filter: contrast(1.08) brightness(.58); transform: scaleX(-1) scale(1.015); }
.product-lifter:hover .product-image { transform: scaleX(-1) scale(1.04); }
/* Source: https://images.pexels.com/photos/1192034/pexels-photo-1192034.jpeg */
.product-fuel .product-image { background-image: url("assets/images/fuel-bg.jpg"); background-position: center; background-size: cover; filter: saturate(.72) contrast(1.06) brightness(.58); }
.product-shade { background: linear-gradient(270deg, rgba(6,7,9,.98) 0%, rgba(6,7,9,.88) 36%, rgba(6,7,9,.14) 76%); }
.product-content { position: relative; z-index: 2; width: 50%; max-width: 620px; margin-left: auto; margin-right: max(28px, calc((100vw - var(--max)) / 2)); padding: 80px 0 80px 40px; }
.product-heading { display: flex; align-items: center; gap: 22px; }
.product-icon { position: relative; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.16); border-radius: 21px; display: grid; place-items: center; background: rgba(13,13,16,.6); backdrop-filter: blur(12px); }
.product-icon img { width: 62px; height: 62px; object-fit: contain; }
.product-icon-lifter { border-color: rgba(138,72,255,.36); box-shadow: inset 0 0 28px rgba(128,64,255,.12), 0 0 24px rgba(128,64,255,.08); }
.product-icon-fuel { border-color: rgba(255,138,69,.36); box-shadow: inset 0 0 28px rgba(255,128,55,.12), 0 0 24px rgba(255,128,55,.08); }
.product-number { margin: 0 0 5px; color: #aaa7b1; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product h2 { margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: .9; letter-spacing: -.06em; }
.product-tagline { margin: 44px 0 16px; font-size: clamp(24px, 3vw, 37px); font-weight: 750; letter-spacing: -.04em; }
.product-description { max-width: 520px; margin: 0; color: #b9b6bf; font-size: 16px; line-height: 1.7; }
.feature-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #d7d4dc; font-size: 11px; font-weight: 650; backdrop-filter: blur(10px); }
.download-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.store-link { min-width: 148px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.95); color: #0b0b0d; border: 1px solid white; border-radius: 10px; font-size: 13px; font-weight: 760; line-height: 1.05; transition: transform .2s, background .2s; }
.store-link:hover { transform: translateY(-3px); background: white; }
.store-link small { display: block; margin-bottom: 3px; font-size: 8px; font-weight: 650; letter-spacing: .01em; }
.web-icon { font-size: 24px; line-height: 1; }
.store-link-web { background: transparent; color: white; border-color: rgba(255,255,255,.35); }
.store-link-web:hover { background: rgba(255,255,255,.1); }
.is-coming { opacity: .72; }
.coming-pill { width: fit-content; margin-top: 28px; display: flex; align-items: center; gap: 8px; color: #ffd1ad; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.coming-pill span { width: 7px; height: 7px; background: var(--fuel); border-radius: 50%; box-shadow: 0 0 14px var(--fuel); }

.manifesto { max-width: var(--max); margin: 0 auto; padding: 160px 28px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.manifesto h2 span { color: #77757e; }
.manifesto-text { padding-bottom: 4px; }
.manifesto-text p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.65; }
footer { max-width: var(--max); margin: 0 auto; padding: 48px 28px 54px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: #85838c; font-size: 12px; }
.footer-brand { color: white; }
footer > p { text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.footer-links { justify-self: end; display: flex; gap: 22px; }
.footer-links a:hover { color: white; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%, 100px); opacity: 0; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(24,24,29,.94); color: white; font-size: 13px; backdrop-filter: blur(16px); transition: .3s; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.legal-header { position: relative; }
.legal-main { max-width: 920px; margin: 0 auto; padding: 112px 28px 128px; }
.legal-intro { max-width: 690px; }
.legal-title { margin: 0; font-size: clamp(56px, 9vw, 112px); line-height: .86; letter-spacing: -.075em; }
.legal-title span { color: transparent; background: linear-gradient(105deg, #a970ff 8%, #7540ff 45%, #43c9ff 100%); background-clip: text; -webkit-background-clip: text; }
.legal-summary { margin: 32px 0 0; max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-meta { margin: 28px 0 0; color: #85838c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-notice { margin: 56px 0 0; padding: 24px 26px; border: 1px solid rgba(255,138,69,.35); border-radius: 18px; background: linear-gradient(110deg, rgba(255,138,69,.09), rgba(255,255,255,.02)); color: #e7e3ea; line-height: 1.6; }
.legal-notice strong { color: #ffd0ae; }
.legal-content { margin-top: 72px; }
.legal-content section { padding: 42px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.045em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 15px; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 14px 0 0; padding-left: 20px; }
.legal-content a { color: #c7aaff; text-decoration: underline; text-decoration-color: rgba(199,170,255,.4); text-underline-offset: 3px; }
.legal-table { width: 100%; margin-top: 22px; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 15px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.5; }
.legal-table th { color: #e8e4ec; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.035); }
.legal-table td { color: var(--muted); }
.legal-disclaimer { color: #bbb6c2 !important; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 0%,100% { transform: scale(.8); opacity: .6; } 50% { transform: scale(1.25); opacity: 1; } }

@media (max-width: 900px) {
  .hero-orbit { right: -18vw; width: 72vw; opacity: .55; }
  .product { min-height: 900px; align-items: flex-end; }
  .product-image { background-position: 64% center; }
  .product-lifter .product-image { background-position: 20% center; }
  .product-fuel .product-image { background-position: center; background-size: cover; }
  .product-lifter .product-image { filter: contrast(1.04) brightness(.78); }
  .product-fuel .product-image { filter: saturate(.82) contrast(1.03) brightness(.72); }
  .product-shade, .product-fuel .product-shade { background: linear-gradient(0deg, rgba(6,7,9,.98) 2%, rgba(6,7,9,.88) 34%, rgba(6,7,9,.48) 62%, rgba(6,7,9,.04) 100%); }
  .product-content { width: 100%; max-width: 680px; margin: 0; padding: 260px 28px 62px; }
  .manifesto { grid-template-columns: 1fr; gap: 48px; }
  .manifesto-text { max-width: 600px; margin-left: auto; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 600px) {
  body { overflow-x: hidden; }
  .site-header { height: 68px; padding-inline: 18px; }
  .brand { font-size: 12px; }
  nav { gap: 9px; }
  nav a { padding: 8px 10px; font-size: 10px; white-space: nowrap; }
  .hero { min-height: 760px; padding: 140px 20px 80px; }
  .hero h1 { max-width: 100%; padding-right: .08em; font-size: clamp(66px, 22.5vw, 96px); line-height: 1.02; }
  .hero h1 span { padding-right: .08em; line-height: 1.06; }
  .hero-copy { margin-top: 36px; }
  .hero-orbit { top: 38%; right: -25vw; width: 110vw; opacity: .82; }
  .hero-orbit .orbit-ring { border-color: rgba(255,255,255,.14); }
  .hero-orbit .orbit-dot { width: 14px; height: 14px; box-shadow: 0 0 28px 4px currentColor; }
  .hero-orbit .orbit-dot-lifter { top: 13%; right: 34%; }
  .hero-orbit .orbit-dot-fuel { right: 28%; bottom: 10%; }
  .products-intro { padding: 100px 20px 74px; }
  .products-intro-copy { margin-left: 0; }
  .product { min-height: 820px; }
  .product { width: 100%; max-width: 100vw; align-items: flex-start; }
  .product-shade, .product-fuel .product-shade { background: linear-gradient(0deg, rgba(6,7,9,.98) 2%, rgba(6,7,9,.88) 30%, rgba(6,7,9,.50) 56%, rgba(6,7,9,.42) 78%, rgba(6,7,9,.34) 100%); }
  .product-content { width: 100vw; max-width: 100vw; min-width: 0; padding: 120px 20px 64px; }
  .product-icon { width: 60px; height: 60px; border-radius: 17px; }
  .product-icon img { width: 53px; height: 53px; }
  .product-heading { gap: 15px; }
  .feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 7px; }
  .feature-list li { min-width: 0; min-height: 54px; padding: 8px 6px; border-radius: 14px; display: grid; place-items: center; text-align: center; line-height: 1.25; }
  .download-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; min-width: 0; width: 100%; }
  .store-link { min-width: 0; width: 100%; justify-content: center; gap: 0; overflow: hidden; padding: 11px 4px; font-size: 11px; text-align: center; white-space: nowrap; }
  .store-link small { display: none; }
  .store-link-web { grid-column: auto; }
  .store-link .web-icon { display: none; }
  .manifesto { padding: 110px 20px; }
  .legal-main { padding: 78px 20px 90px; }
  .legal-notice { margin-top: 42px; padding: 20px; }
  .legal-content { margin-top: 52px; }
  .legal-content section { padding: 32px 0; }
  .legal-table { display: block; overflow-x: auto; }
  footer { padding: 38px 20px; grid-template-columns: 1fr; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
}

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