@font-face { font-family:'DM Sans'; font-style:normal; font-weight:100 1000; font-display:swap; src:url('/assets/_vinext_fonts/dm-sans-90624ee039aa/dm-sans-151a53ae.woff2') format('woff2'); }
@font-face { font-family:'Space Grotesk'; font-style:normal; font-weight:300 700; font-display:swap; src:url('/assets/_vinext_fonts/space-grotesk-feef4dc31705/space-grotesk-a57c9413.woff2') format('woff2'); }

:root { --font-body:'DM Sans'; --font-display:'Space Grotesk'; --ink:#101010; --paper:#f3f0eb; --red:#9f1d20; --red-dark:#651014; --muted:#77716c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-body),sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { position:absolute; z-index:10; top:0; left:0; right:0; height:104px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; border-bottom:1px solid rgba(255,255,255,.13); color:#fff; }
.brand img { width:270px; height:70px; object-fit:contain; object-position:left center; }
nav { display:flex; align-items:center; gap:30px; font-size:13px; }
.nav-cta { border:1px solid rgba(255,255,255,.5); padding:13px 18px; border-radius:30px; }
.hero { min-height:920px; position:relative; overflow:hidden; padding:180px 8vw 100px; color:#fff; background:radial-gradient(circle at 78% 44%,#961e23 0,#531014 24%,#150b0c 52%,#090909 75%); }
.hero-grid { position:absolute; inset:0; opacity:.23; background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size:74px 74px; mask-image:linear-gradient(90deg,transparent,#000 55%,#000); }
.hero-orbit { position:absolute; border:1px solid rgba(255,255,255,.16); border-radius:50%; }
.orbit-one { width:670px; height:670px; right:5vw; top:140px; }
.orbit-two { width:420px; height:420px; right:12vw; top:265px; box-shadow:0 0 100px rgba(202,44,50,.32); }
.hero-copy { position:relative; z-index:2; max-width:920px; }
.eyebrow,.section-label { margin:0 0 35px; text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:700; }
.eyebrow span { display:inline-block; width:30px; height:1px; background:#d84a4e; vertical-align:middle; margin-right:10px; }
h1,h2,h3 { font-family:var(--font-display),sans-serif; }
h1 { font-size:clamp(62px,8.3vw,132px); line-height:.88; letter-spacing:-.075em; margin:0; max-width:1100px; }
h1 em,.statement h2 em { color:#c6383d; font-style:normal; }
.hero-lead { max-width:650px; margin:50px 0 0; color:#c8c2c0; font-size:19px; line-height:1.65; }
.hero-actions { margin-top:42px; display:flex; align-items:center; gap:36px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; gap:45px; border-radius:40px; padding:19px 25px; font-size:14px; font-weight:700; }
.button-primary { background:#b8292e; color:#fff; }
.text-link { font-size:14px; border-bottom:1px solid rgba(255,255,255,.45); padding-bottom:5px; }
.hero-side { position:absolute; right:4.5vw; top:45%; z-index:3; transform:rotate(90deg) translateX(50%); transform-origin:right; display:flex; gap:25px; color:#a9a2a1; font-size:11px; text-transform:uppercase; letter-spacing:.18em; }
.scroll-note { position:absolute; left:5vw; bottom:35px; color:#aaa; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
.statement,.services,.build-section,.contact { padding:130px 8vw; }
.section-label { color:var(--red); }
.section-label.light { color:#d25b5f; }
.statement-layout { display:grid; grid-template-columns:1.3fr .7fr; gap:10vw; }
.statement h2,.section-heading h2,.build-copy h2 { font-size:clamp(44px,5.4vw,82px); line-height:1.02; letter-spacing:-.055em; margin:0; }
.statement-copy { padding-top:16px; color:#56514d; font-size:17px; line-height:1.75; }
.principles { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #d6d0ca; margin-top:100px; }
.principles div { padding:35px 20px 0 0; border-right:1px solid #d6d0ca; min-height:110px; display:flex; gap:25px; }
.principles span,.service-row>span,.build-copy li span { color:var(--red); font-size:11px; }
.principles strong { font-family:var(--font-display); font-size:18px; }
.services { background:#e8e3dd; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:30px; margin-bottom:70px; }
.section-heading h2 { text-align:right; }
.service-list { border-top:1px solid #bdb6af; }
.service-row { min-height:180px; padding:35px 0; display:grid; grid-template-columns:70px 1fr 1fr 40px; align-items:center; gap:35px; border-bottom:1px solid #bdb6af; }
.service-row h3 { font-size:31px; margin:0; }
.service-row p { color:#625d59; line-height:1.65; margin:0; }
.service-row b { font-size:26px; color:var(--red); }
.product { padding:120px 8vw; display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; min-height:850px; background:linear-gradient(145deg,#120d0e,#6f1519); color:#fff; overflow:hidden; }
.product-visual { position:relative; min-height:590px; }
.phone { position:absolute; width:285px; height:570px; padding:9px; border:1px solid #706869; background:#111; border-radius:42px; box-shadow:0 35px 80px rgba(0,0,0,.5); }
.phone-back { left:3%; top:15px; transform:rotate(-10deg); opacity:.78; }
.phone-front { left:36%; top:0; transform:rotate(8deg); }
.phone-screen { height:100%; border-radius:34px; padding:58px 25px; display:flex; flex-direction:column; justify-content:flex-end; background:radial-gradient(circle at 45% 25%,#b8353a,#2a1012 48%,#090909 75%); }
.phone-screen span { font-size:10px; letter-spacing:.17em; }
.phone-screen b { font-family:var(--font-display); font-size:43px; margin-top:8px; }
.phone-screen small { margin-top:10px; color:#ccc; }
.dark-screen { background:linear-gradient(160deg,#221719,#050505 65%); }
.product-copy h2 { font-size:clamp(65px,8vw,120px); letter-spacing:-.07em; line-height:.9; margin:0 0 30px; }
.product-tagline { font-family:var(--font-display); font-size:30px!important; color:#fff!important; line-height:1.2!important; }
.product-copy>p { color:#bdb5b3; font-size:17px; line-height:1.7; max-width:590px; }
.product-meta { margin-top:55px; border-top:1px solid #5f4849; }
.product-meta div { display:flex; justify-content:space-between; gap:25px; border-bottom:1px solid #5f4849; padding:20px 0; font-size:12px; }
.product-meta span { color:#9e9291; text-transform:uppercase; letter-spacing:.1em; }
.build-section { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; }
.build-image { min-height:720px; overflow:hidden; background:#ddd; }
.build-image img { width:100%; height:720px; object-fit:cover; }
.build-copy>p:not(.section-label) { color:#625d59; font-size:17px; line-height:1.75; margin:35px 0 45px; }
.build-copy ul { list-style:none; padding:0; margin:0; border-top:1px solid #ccc5be; }
.build-copy li { padding:22px 0; border-bottom:1px solid #ccc5be; display:flex; gap:30px; font-weight:700; }
.contact { background:#0c0c0c; color:#fff; }
.contact h2 { font-size:clamp(50px,8vw,112px); letter-spacing:-.07em; margin:0 0 28px; }
.contact>a { display:inline-flex; gap:25px; color:#d3474c; font-family:var(--font-display); font-size:clamp(23px,3vw,42px); border-bottom:1px solid #d3474c; }
.contact-details { display:grid; grid-template-columns:repeat(3,1fr); gap:50px; margin-top:100px; padding-top:35px; border-top:1px solid #373737; }
.contact-details p { margin:0; line-height:1.6; }
.contact-details span { display:block; color:#777; margin-bottom:13px; text-transform:uppercase; letter-spacing:.12em; font-size:10px; }
footer { padding:35px 5vw; background:#050505; color:#777; display:flex; align-items:center; justify-content:space-between; gap:30px; border-top:1px solid #292929; font-size:11px; }
footer img { width:170px; }
footer div { display:flex; gap:25px; }
footer a:hover,nav a:hover { color:#d34a4f; }

.legal-header { position:static; background:#0b0b0b; }
.legal-page { min-height:100vh; background:var(--paper); }
.legal-content { max-width:900px; margin:0 auto; padding:100px 30px 130px; }
.legal-content h1 { color:var(--ink); font-size:clamp(50px,7vw,86px); line-height:1; letter-spacing:-.06em; }
.legal-content .updated { color:var(--red); margin:24px 0 60px; }
.legal-content h2 { font-size:25px; margin:48px 0 12px; }
.legal-content p,.legal-content li { color:#554f4b; line-height:1.75; }
.legal-content a { color:var(--red); text-decoration:underline; }

@media (max-width:900px) {
  .site-header { height:80px; padding:0 22px; }
  .brand img { width:190px; }
  nav a:not(.nav-cta) { display:none; }
  .nav-cta { padding:11px 14px; }
  .hero { min-height:820px; padding:150px 25px 90px; }
  .hero-orbit { right:-230px; }
  .hero-side { display:none; }
  .statement,.services,.build-section,.contact { padding:90px 25px; }
  .statement-layout,.product,.build-section { grid-template-columns:1fr; }
  .statement-copy { padding-top:0; }
  .principles { grid-template-columns:1fr; margin-top:60px; }
  .principles div { border-right:0; border-bottom:1px solid #d6d0ca; }
  .section-heading { display:block; }
  .section-heading h2 { text-align:left; }
  .service-row { grid-template-columns:40px 1fr 25px; gap:15px; }
  .service-row p { grid-column:2 / 4; }
  .product { padding:90px 25px; }
  .product-visual { order:2; min-height:540px; }
  .phone { width:235px; height:480px; }
  .phone-front { left:30%; }
  .phone-screen b { font-size:32px; }
  .build-image,.build-image img { min-height:520px; height:520px; }
  .contact-details { grid-template-columns:1fr; margin-top:70px; }
  footer { flex-direction:column; text-align:center; }
}

@media (max-width:520px) {
  .hero { min-height:760px; }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:25px; }
  .product-visual { transform:scale(.85); transform-origin:left top; min-height:460px; width:115%; }
  .phone-front { left:27%; }
  .service-row h3 { font-size:24px; }
}
