:root {
  --ink: #070b10;
  --ink-2: #0d141d;
  --panel: #111b26;
  --paper: #f5f2ec;
  --muted: #9ca8b6;
  --line: rgba(255,255,255,.12);
  --blue: #18aeea;
  --blue-2: #1761bd;
  --red: #ef3039;
  --orange: #f79332;
  --green: #40dba0;
  --font: "Montserrat", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: #fff; font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-glow { position: fixed; z-index: -1; width: 42vw; aspect-ratio: 1; border-radius: 50%; filter: blur(150px); opacity: .12; pointer-events: none; }
.page-glow--blue { top: 10vh; right: -20vw; background: var(--blue); }
.page-glow--orange { top: 65vh; left: -25vw; background: var(--orange); }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(7,11,16,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 188px; height: 58px; overflow: hidden; border-radius: 8px; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 34px; color: #c5ced8; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; }
.menu-button > span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: 100vh; padding: 156px 0 80px; overflow: hidden; background: radial-gradient(circle at 72% 35%, rgba(24,174,234,.14), transparent 31%), linear-gradient(140deg, #070b10 0%, #0a1119 60%, #0a151e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #cad4df; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 700px; font-size: clamp(3.15rem, 6.5vw, 6.5rem); line-height: .92; letter-spacing: -.065em; font-weight: 800; }
h1 em, h2 em { display: inline-block; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #aeb9c5; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 0; border-radius: 4px; font-size: .78rem; font-weight: 800; letter-spacing: .045em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(115deg, var(--blue-2), var(--blue) 55%, #41c9f6); color: #fff; box-shadow: 0 16px 40px rgba(24,174,234,.22); }
.button--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #fff; }
.button--light { margin-top: 24px; background: #fff; color: var(--ink); }
.button--full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; gap: 4px; }
.trust-row strong { font-size: 1.2rem; }
.trust-row span { color: #778594; font-size: .67rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { position: relative; min-height: 620px; }
.visual-orbit { position: absolute; width: 470px; aspect-ratio: 1; top: 70px; left: 70px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.012); }
.hero-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: var(--panel); box-shadow: 0 32px 70px rgba(0,0,0,.5); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--main { z-index: 2; width: 370px; height: 490px; right: 80px; top: 40px; border-radius: 110px 12px 12px 12px; transform: rotate(2deg); }
.hero-card--top { z-index: 3; width: 195px; height: 240px; right: -12px; top: 4px; border-radius: 8px; transform: rotate(6deg); }
.hero-card--bottom { z-index: 3; width: 210px; height: 270px; left: 0; bottom: 10px; border-radius: 8px; transform: rotate(-5deg); }
.hero-badge { position: absolute; z-index: 4; right: 20px; bottom: 56px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); background: rgba(12,20,29,.88); box-shadow: 0 20px 40px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.hero-badge div { display: grid; gap: 3px; }
.hero-badge small { color: #8997a6; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-badge strong { font-size: .76rem; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(64,219,160,.12); }
.hero-ribbon { position: absolute; z-index: 5; bottom: 0; left: -2%; width: 104%; overflow: hidden; border-block: 1px solid rgba(255,255,255,.12); background: #0c131b; transform: rotate(-1deg); }
.hero-ribbon div { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.hero-ribbon span, .hero-ribbon b { padding: 14px 20px; font-size: .68rem; letter-spacing: .16em; }
.hero-ribbon b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.units { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading .eyebrow, .commerce .eyebrow { color: #46515d; }
.section-heading h2, .model h2, .commerce h2, .quote h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 8px; color: #5c6874; line-height: 1.75; }
.brand-stage { border-top: 1px solid #ced0d0; }
.brand-tabs { display: grid; grid-template-columns: repeat(5,1fr); }
.brand-tab { position: relative; min-height: 76px; padding: 0 12px; border: 0; border-right: 1px solid #ced0d0; border-bottom: 1px solid #ced0d0; background: transparent; color: #7c848b; font-weight: 800; font-size: .68rem; letter-spacing: .05em; cursor: pointer; transition: .25s ease; }
.brand-tab:first-child { border-left: 1px solid #ced0d0; }
.brand-tab span { margin-right: 8px; color: #a5acb1; font-size: .58rem; }
.brand-tab::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--brand-accent, var(--blue)); transition: .3s ease; }
.brand-tab.active { background: #fff; color: var(--ink); }
.brand-tab.active::after { right: 0; }
.brand-panel { --brand-accent: #0aa8ee; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 610px; margin-top: 28px; overflow: hidden; background: #fff; box-shadow: 0 25px 70px rgba(17,25,34,.1); }
.brand-image-wrap { position: relative; min-height: 590px; overflow: hidden; background: var(--ink-2); }
.brand-image-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(0,0,0,.5)); pointer-events: none; }
.brand-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity .24s ease, transform .7s ease; }
.brand-image-wrap img.changing { opacity: .18; transform: scale(1.03); }
.brand-index { position: absolute; z-index: 2; left: 26px; bottom: 14px; color: rgba(255,255,255,.18); font-size: clamp(5rem, 12vw, 10rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.brand-content { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 78px); border-left: 7px solid var(--brand-accent); }
.brand-kicker { margin: 0 0 14px; color: #75808a; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.brand-content h3 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .9; letter-spacing: -.06em; }
.brand-content > p:not(.brand-kicker) { margin: 26px 0; color: #596570; line-height: 1.7; }
.brand-content ul { display: grid; gap: 12px; margin: 0 0 32px; padding: 0; list-style: none; }
.brand-content li { display: flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 700; }
.brand-content li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-accent); }
.text-link { margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid #cbd0d4; font-size: .78rem; font-weight: 800; }
.text-link span { float: right; }

.model { position: relative; overflow: hidden; background: #0b121a; }
.model::after { content: "M"; position: absolute; right: -2vw; bottom: -10vw; color: rgba(255,255,255,.025); font-size: 45vw; font-weight: 900; line-height: 1; }
.model-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 150px); align-items: center; }
.model-copy > p:not(.eyebrow) { max-width: 540px; color: #99a6b3; line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.process-list div { display: grid; gap: 8px; }
.process-list strong { font-size: 1rem; }
.process-list p { margin: 0; color: #8996a4; font-size: .86rem; line-height: 1.6; }

.commerce { background: #e7e4dd; color: var(--ink); }
.commerce-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 130px); align-items: center; }
.commerce-visual { position: relative; min-height: 570px; }
.commerce-visual::before { content: ""; position: absolute; inset: 10% 9%; border: 1px solid rgba(7,11,16,.16); border-radius: 50%; }
.commerce-card { position: absolute; width: 245px; aspect-ratio: .8; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; overflow: hidden; color: #fff; box-shadow: 0 30px 60px rgba(7,11,16,.18); }
.commerce-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent, rgba(0,0,0,.58)); }
.commerce-card span { position: absolute; z-index: 0; right: -10px; top: -30px; color: rgba(255,255,255,.1); font-size: 13rem; font-weight: 900; }
.commerce-card strong, .commerce-card small { position: relative; z-index: 1; }
.commerce-card strong { font-size: 1.4rem; }
.commerce-card small { margin-top: 7px; color: rgba(255,255,255,.68); line-height: 1.5; }
.commerce-card--beauty { z-index: 2; left: 0; top: 70px; background: linear-gradient(140deg, #842d77, #d34e72); transform: rotate(-7deg); }
.commerce-card--home { z-index: 3; left: 170px; top: 0; background: linear-gradient(140deg, #b86425, #efa33d); transform: rotate(3deg); }
.commerce-card--tech { z-index: 4; right: 0; bottom: 10px; background: linear-gradient(140deg, #194e85, #15a8d8); transform: rotate(7deg); }
.commerce-copy > p:not(.eyebrow) { color: #596570; line-height: 1.8; }
.commerce-points { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 35px 0; padding-top: 25px; border-top: 1px solid #c2c3bf; }
.commerce-points div { display: grid; gap: 8px; }
.commerce-points strong { font-size: .82rem; }
.commerce-points span { color: #68737c; font-size: .76rem; line-height: 1.5; }
.coming-soon { display: inline-flex; padding: 9px 13px; border: 1px solid #aab0b3; color: #5c6871; font-size: .61rem; font-weight: 800; letter-spacing: .13em; }

.quote { background: var(--ink); }
.quote-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 130px); padding: clamp(38px, 7vw, 90px); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(135deg, #101b26, #0a1118); }
.quote-shell::before { content: ""; position: absolute; width: 400px; height: 400px; left: -220px; bottom: -240px; border-radius: 50%; background: var(--blue); filter: blur(90px); opacity: .16; }
.quote-copy { position: relative; z-index: 1; }
.quote-copy > p:not(.eyebrow) { color: #93a0ad; line-height: 1.75; }
.quote-form { position: relative; z-index: 1; display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 9px; }
.quote-form label > span { color: #aab5c0; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 3px; outline: 0; background: rgba(255,255,255,.045); color: #fff; transition: border-color .2s ease, background .2s ease; }
.quote-form input, .quote-form select { height: 52px; padding: 0 15px; }
.quote-form textarea { resize: vertical; padding: 15px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); background: rgba(255,255,255,.07); }
.quote-form select option { color: #111; }
.quote-form ::placeholder { color: #6f7d8a; }
.form-status { min-height: 20px; margin: 0; color: #83e7bb; font-size: .75rem; text-align: center; }
.contact-strip { display: grid; grid-template-columns: 1.25fr .65fr 1fr; gap: 35px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.contact-strip div { display: grid; gap: 8px; }
.contact-strip small { color: #667483; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-strip strong { font-size: .73rem; line-height: 1.55; }

.site-footer { padding: 60px 0 28px; background: #05080c; }
.footer-inner { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 60px; }
.footer-inner img { width: 210px; height: 150px; object-fit: cover; border-radius: 10px; }
.footer-inner p { color: #778493; font-size: .82rem; line-height: 1.6; }
.footer-inner > a { font-size: .7rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); color: #4f5b67; font-size: .62rem; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: min(680px,100%); margin-inline: auto; }
  .section-heading, .model-grid, .commerce-grid { gap: 55px; }
  .brand-panel { grid-template-columns: 1fr 1fr; }
  .commerce-card { width: 210px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .header-inner { min-height: 74px; }
  .brand { width: 150px; height: 48px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 74px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px; background: rgba(7,11,16,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 20px 6px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-cta { margin-top: 20px; text-align: center; }
  .hero { padding-top: 126px; }
  .hero-visual { min-height: 500px; }
  .hero-card--main { width: 300px; height: 400px; right: 12%; }
  .hero-card--top { width: 150px; height: 200px; right: 0; }
  .hero-card--bottom { width: 160px; height: 215px; }
  .hero-badge { right: 0; }
  .trust-row { gap: 10px; }
  .section { padding: 90px 0; }
  .section-heading, .model-grid, .commerce-grid, .quote-shell { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .brand-tabs { display: flex; overflow-x: auto; }
  .brand-tab { min-width: 150px; }
  .brand-panel { grid-template-columns: 1fr; }
  .brand-image-wrap { min-height: auto; aspect-ratio: .95; }
  .brand-content { min-height: 480px; border-left: 0; border-top: 6px solid var(--brand-accent); }
  .commerce-visual { min-height: 510px; }
  .quote-shell { gap: 48px; }
  .contact-strip, .footer-inner { grid-template-columns: 1fr; }
  .footer-inner { gap: 24px; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row div { grid-template-columns: 54px 1fr; align-items: center; }
  .hero-visual { min-height: 420px; margin-top: 20px; }
  .hero-card--main { width: 73%; height: 350px; right: 8%; border-radius: 70px 10px 10px; }
  .hero-card--top { width: 38%; height: 160px; }
  .hero-card--bottom { width: 41%; height: 175px; }
  .hero-badge { bottom: 10px; padding: 11px 12px; }
  .commerce-visual { min-height: 420px; }
  .commerce-card { width: 165px; padding: 18px; }
  .commerce-card--home { left: 28%; }
  .field-row, .commerce-points { grid-template-columns: 1fr; }
  .quote-shell { padding: 32px 22px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@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; }
}
