:root {
  --black: #090909;
  --ink: #101010;
  --white: #f2f2ef;
  --paper: #e8e8e3;
  --line-dark: rgba(255,255,255,.19);
  --line-light: rgba(0,0,0,.18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid var(--line-dark); position: absolute; top: 0; width: 100%; z-index: 10; }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; font: 500 11px var(--mono); letter-spacing: -.1em; }
nav { display: flex; align-items: center; gap: 34px; font: 500 13px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--white); padding: 13px 17px; display: flex; gap: 30px; transition: .25s; }
.nav-cta:hover { color: var(--black); background: var(--white); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; }

.hero { min-height: 810px; height: 100vh; max-height: 1050px; display: grid; grid-template-columns: 64% 36%; position: relative; overflow: hidden; }
.hero-copy { padding: 155px 5vw 80px 4vw; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { font: 500 13px var(--mono); text-transform: uppercase; letter-spacing: .1em; margin: 0 0 38px; }
.pulse { width: 7px; height: 7px; background: currentColor; display: inline-block; border-radius: 50%; margin-right: 9px; box-shadow: 0 0 0 5px rgba(255,255,255,.08); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.075em; line-height: .87; }
h1 { font-size: clamp(56px, 7.25vw, 116px); }
h1 span { color: #9b9b97; -webkit-text-stroke: 0; letter-spacing: -.065em; }
.access-note { margin-top: 32px; padding: 13px 16px; border-left: 3px solid var(--white); display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: baseline; background: rgba(255,255,255,.055); }
.access-note strong { font: 500 13px var(--mono); letter-spacing: .08em; }
.access-note span { color: #a8a8a4; font-size: 14px; }
.hero-lede { max-width: 650px; font-size: clamp(18px, 1.35vw, 21px); line-height: 1.6; color: #b7b7b3; margin: 25px 0 34px; }
.hero-actions { display: flex; gap: 30px; align-items: center; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 65px; min-width: 220px; padding: 18px 20px; font: 500 13px var(--mono); text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--white); color: var(--black); }
.text-link { font: 500 13px var(--mono); text-transform: uppercase; border-bottom: 1px solid currentColor; padding: 6px 0; display: inline-flex; gap: 28px; }
.hero-aside { padding: 150px 4vw 70px; display: flex; flex-direction: column; justify-content: center; }
.machine { border: 1px solid var(--line-dark); background: #0d0d0d; }
.machine-top { height: 46px; border-bottom: 1px solid var(--line-dark); padding: 0 17px; display: flex; justify-content: space-between; align-items: center; font: 12px var(--mono); }
.status { display: flex; align-items: center; gap: 7px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #eee; display: block; }
.chip { width: 76%; aspect-ratio: 1; margin: 45px auto; border: 1px solid #5d5d5a; padding: 8%; position: relative; background: repeating-linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.035) 9% 9.5%); }
.chip::before, .chip::after { content: ""; position: absolute; background: #5d5d5a; }
.chip::before { width: calc(100% + 28px); height: 1px; left: -14px; top: 50%; }
.chip::after { height: calc(100% + 28px); width: 1px; top: -14px; left: 50%; }
.chip-label { height: 100%; background: var(--paper); color: var(--black); display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 2; }
.chip-label small { font: 11px var(--mono); letter-spacing: .15em; }
.chip-label strong { font-size: clamp(26px, 3vw, 50px); letter-spacing: -.06em; line-height: 1; margin-top: 8px; }
.chip-label span { font: 500 16px var(--mono); }
.machine-specs { border-top: 1px solid var(--line-dark); padding: 8px 17px; }
.machine-specs p { display: flex; justify-content: space-between; margin: 12px 0; font: 11px var(--mono); color: #898984; }
.machine-specs b { font-weight: 400; color: var(--white); }
.aside-note { font-size: 15px; color: #92928d; text-align: right; line-height: 1.55; }
.hero-index { position: absolute; bottom: -2vw; left: 54%; font-size: 13vw; line-height: 1; color: rgba(255,255,255,.025); font-weight: 800; }

.marquee { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); overflow: hidden; padding: 18px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee 22s linear infinite; }
.marquee span { font: 500 13px var(--mono); letter-spacing: .12em; margin: 0 28px; }
.marquee i { font-style: normal; font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 4vw; }
.plans, .installs { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 75px; }
.section-heading h2, .manifesto h2, .contact h2 { font-size: clamp(48px, 6.15vw, 94px); }
.section-heading > p { font-size: 18px; line-height: 1.65; max-width: 520px; margin: 0 0 5px; color: #555; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.plan-card { border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 30px; min-height: 500px; display: flex; flex-direction: column; position: relative; transition: transform .25s, background .25s, color .25s; }
.plan-card:hover, .plan-card.featured { background: var(--black); color: var(--white); transform: translateY(-7px); }
.popular { position: absolute; right: 25px; top: 27px; background: var(--white); color: var(--black); padding: 6px 9px; font: 9px var(--mono); }
.plan-name { display: flex; justify-content: space-between; margin: 0; font: 500 15px var(--mono); text-transform: uppercase; }
.plan-name span { color: #888; }
.price { font-size: clamp(68px, 7vw, 104px); letter-spacing: -.08em; font-weight: 700; margin: 66px 0 auto; }
.price sup { font: 500 20px var(--mono); vertical-align: top; position: relative; top: 14px; margin-right: 7px; }
.price small { font: 500 12px var(--mono); letter-spacing: .05em; }
.plan-card ul { padding: 0; list-style: none; margin: 35px 0 28px; }
.plan-card li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid currentColor; font: 12px var(--mono); }
.plan-card li span { opacity: .55; }
.plan-card li b { font-weight: 500; text-transform: uppercase; }
.plan-card > a { display: flex; justify-content: space-between; padding-top: 5px; font: 500 13px var(--mono); text-transform: uppercase; }
.custom-row { margin-top: 28px; border: 1px solid var(--line-light); padding: 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.custom-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line-light); font-size: 24px; }
.custom-row strong { font-size: 15px; }
.custom-row p { margin: 5px 0 0; color: #656560; font-size: 15px; }

.installs { padding-top: 30px; }
.service-browser { border: 1px solid var(--line-light); }
.search-box { padding: 23px 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line-light); }
.search-box input { border: 0; background: none; outline: 0; font: 500 13px var(--mono); text-transform: uppercase; width: 100%; color: var(--ink); }
.search-box input::placeholder { color: #6d6d68; opacity: 1; }
kbd { font: 9px var(--mono); border: 1px solid var(--line-light); padding: 5px 7px; }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-item { min-height: 68px; padding: 15px 19px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; align-items: center; gap: 11px; font: 500 13px var(--mono); text-transform: uppercase; transition: background .15s, color .15s; }
.service-item:nth-child(4n) { border-right: 0; }
.service-item:hover { background: var(--black); color: var(--white); }
.service-item::before { content: "↳"; color: #888; }
.empty-state { padding: 35px; margin: 0; font: 12px var(--mono); }
.setup-note { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.setup-note p { margin: 0; padding: 22px; display: grid; grid-template-columns: auto 1fr; gap: 3px 14px; border-right: 1px solid var(--line-light); }
.setup-note p:last-child { border: 0; }
.setup-note span { grid-row: span 2; font: 10px var(--mono); color: #888; }
.setup-note b { font-size: 14px; }
.setup-note em { font: 12px var(--mono); color: #666; font-style: normal; text-transform: uppercase; }

.manifesto { background: var(--black); min-height: 850px; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: start; }
.manifesto h2 span { color: #40403d; }
.manifesto-copy { padding-top: 10px; }
.manifesto-copy .lead { font-size: clamp(21px, 2.2vw, 32px); line-height: 1.35; color: var(--white); }
.manifesto-copy > p { color: #a0a09b; line-height: 1.7; font-size: 17px; }
.principles { margin-top: 55px; border-top: 1px solid var(--line-dark); }
.principles p { display: grid; grid-template-columns: 50px 1fr; padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line-dark); font: 500 13px var(--mono); text-transform: uppercase; color: var(--white); }
.principles span { color: #666; }

.contact { min-height: 700px; background: #d9d9d4; color: var(--black); text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.contact .eyebrow { position: relative; z-index: 2; }
.contact h2 { max-width: 1050px; position: relative; z-index: 2; }
.contact > p:not(.eyebrow) { max-width: 580px; font-size: 18px; line-height: 1.6; color: #555; margin: 40px 0 30px; position: relative; z-index: 2; }
.contact .button { background: var(--black); color: var(--white); position: relative; z-index: 2; }
.contact-orbit { position: absolute; width: 530px; height: 530px; border: 1px solid rgba(0,0,0,.1); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-46%); display: grid; place-items: center; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; }
.contact-orbit::before { width: 75%; height: 75%; }
.contact-orbit::after { width: 130%; height: 130%; }
.contact-orbit span { color: rgba(0,0,0,.035); font-size: 170px; font-weight: 800; letter-spacing: -.15em; }
footer { padding: 30px 4vw; display: flex; justify-content: space-between; align-items: center; font: 12px var(--mono); text-transform: uppercase; color: #999994; border-top: 1px solid var(--line-dark); }
footer .brand { color: var(--white); font-family: var(--sans); font-size: 14px; text-transform: none; }
footer > a:last-child { color: var(--white); }

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

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: flex; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 7px; padding: 8px; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; width: 100%; background: currentColor; transition: .2s; }
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 28px 4vw; background: var(--black); border-bottom: 1px solid var(--line-dark); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { height: auto; max-height: none; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 150px 5vw 85px; border-right: 0; }
  .hero-aside { padding: 60px 10vw 80px; border-top: 1px solid var(--line-dark); }
  .machine { max-width: 520px; width: 100%; margin: auto; }
  .chip { max-width: 340px; }
  .section { padding: 95px 5vw; }
  .section-heading, .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 430px; }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .service-item:nth-child(4n) { border-right: 1px solid var(--line-light); }
  .service-item:nth-child(2n) { border-right: 0; }
  .setup-note { grid-template-columns: 1fr; }
  .setup-note p { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .manifesto { min-height: 0; }
}

@media (max-width: 560px) {
  h1 { font-size: 16vw; }
  .hero-copy { padding-left: 20px; padding-right: 20px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-aside { padding-left: 20px; padding-right: 20px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section-heading h2, .manifesto h2, .contact h2 { font-size: 14vw; }
  .section-heading { margin-bottom: 48px; }
  .plan-card { padding: 24px; }
  .custom-row { grid-template-columns: auto 1fr; }
  .custom-row .text-link { grid-column: 2; justify-self: start; }
  .service-list { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(4n) { border-right: 0; }
  .search-box kbd { display: none; }
  .contact { min-height: 630px; justify-content: center; }
  footer { align-items: flex-start; gap: 25px; flex-direction: column; }
  footer > p { margin: 0; }
}

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