:root {
  --bg: #f4f2ec;
  --paper: #fffdf8;
  --ink: #101311;
  --muted: #62675f;
  --line: #d8d8cf;
  --accent: #b7ff3c;
  --accent-2: #dfffa8;
  --dark: #111512;
  --max: 1180px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family:"DM Sans",system-ui,sans-serif; color:var(--ink); background:var(--bg); line-height:1.6; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.container { width:min(var(--max),calc(100% - 40px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(244,242,236,.92); backdrop-filter:blur(14px); border-bottom:1px solid rgba(16,19,17,.08); }
.nav-wrap { min-height:74px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; gap:12px; align-items:center; min-width:max-content; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; background:var(--ink); color:var(--accent); border-radius:12px; font:700 14px/1 "Space Grotesk",sans-serif; }
.brand-copy { display:grid; line-height:1.1; }
.brand-copy strong { font:700 15px/1.2 "Space Grotesk",sans-serif; }
.brand-copy small { margin-top:4px; color:var(--muted); font-size:11px; letter-spacing:.04em; text-transform:uppercase; }
.nav { display:flex; align-items:center; gap:24px; font-size:14px; font-weight:600; }
.nav a:not(.nav-cta) { color:#30342f; }
.nav a:hover { opacity:.7; }
.nav-cta { border:1px solid var(--ink); padding:10px 14px; border-radius:999px; }
.nav-toggle { display:none; border:0; background:transparent; font-size:26px; }
.hero { padding:90px 0 70px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:64px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color:#4e584a; text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:700; }
.eyebrow::before { content:""; width:18px; height:2px; background:var(--accent); }
h1,h2,h3 { font-family:"Space Grotesk",system-ui,sans-serif; letter-spacing:-.045em; line-height:1.02; margin:0; }
h1 { margin-top:18px; font-size:clamp(52px,6vw,88px); max-width:820px; }
h1 span { position:relative; display:inline-block; }
h1 span::after { content:""; position:absolute; left:0; right:0; bottom:2px; height:.18em; background:var(--accent); z-index:-1; transform:rotate(-1deg); }
.lead { max-width:720px; font-size:21px; color:#4e534d; margin:26px 0 0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.btn { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:0 20px; border-radius:999px; font-weight:700; border:1px solid var(--ink); cursor:pointer; transition:.18s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:var(--ink); color:#fff; }
.btn-secondary { background:transparent; }
.btn-light { background:var(--paper); color:var(--ink); border-color:var(--paper); }
.trust-row { margin-top:28px; display:flex; flex-wrap:wrap; gap:9px; }
.trust-row span,.about-badges span { border:1px solid var(--line); background:rgba(255,255,255,.35); padding:7px 10px; border-radius:999px; color:#555b54; font-size:12px; font-weight:600; }
.hero-visual { position:relative; min-height:520px; display:grid; place-items:center; }
.orb { position:absolute; border-radius:999px; }
.orb-a { width:360px; height:360px; background:var(--accent); opacity:.7; top:55px; right:45px; }
.orb-b { width:260px; height:260px; border:1px solid rgba(16,19,17,.18); bottom:48px; left:28px; }
.mesh-card { position:relative; width:min(100%,430px); aspect-ratio:.82; border-radius:32px; padding:26px; background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.63)),repeating-linear-gradient(90deg,rgba(16,19,17,.045) 0 1px,transparent 1px 38px),repeating-linear-gradient(0deg,rgba(16,19,17,.045) 0 1px,transparent 1px 38px); border:1px solid rgba(16,19,17,.12); box-shadow:0 34px 70px rgba(16,19,17,.12); transform:rotate(2deg); overflow:hidden; }
.mesh-top,.mesh-bottom { display:flex; justify-content:space-between; font:700 11px/1 "Space Grotesk",sans-serif; letter-spacing:.1em; }
.mesh-bottom { position:absolute; bottom:26px; left:26px; right:26px; font-size:10px; color:#697067; }
.mesh-lines { position:absolute; inset:88px 24px 70px; display:grid; align-content:center; gap:25px; }
.mesh-lines i { display:block; height:1px; background:linear-gradient(90deg,transparent,#101311 14%,#101311 86%,transparent); }
.mesh-lines i:nth-child(1){transform:rotate(12deg) scaleX(.85)} .mesh-lines i:nth-child(2){transform:rotate(-8deg) scaleX(1.1)} .mesh-lines i:nth-child(3){transform:rotate(4deg) scaleX(.72)} .mesh-lines i:nth-child(4){transform:rotate(-15deg) scaleX(.92)} .mesh-lines i:nth-child(5){transform:rotate(10deg) scaleX(.66)}
.signal-strip { border-block:1px solid var(--line); overflow:hidden; background:rgba(255,255,255,.28); }
.signal-track { min-height:52px; display:flex; align-items:center; justify-content:space-between; gap:20px; white-space:nowrap; overflow-x:auto; scrollbar-width:none; }
.signal-track span { font:700 10px/1 "Space Grotesk",sans-serif; letter-spacing:.11em; }
.signal-track span::before { content:"•"; margin-right:20px; color:#8a9188; }
.section { padding:100px 0; }
.section-head { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; margin-bottom:50px; }
.section-head h2,.about h2,.contact h2,.materials-grid h2,.pilot h2 { margin-top:14px; font-size:clamp(38px,4.7vw,62px); }
.section-head p { margin:0; color:var(--muted); font-size:17px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.program-card { position:relative; min-height:520px; display:flex; flex-direction:column; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.4); }
.program-card.featured { background:var(--paper); box-shadow:0 20px 44px rgba(16,19,17,.07); transform:translateY(-10px); }
.card-index { position:absolute; right:22px; top:20px; font:700 56px/1 "Space Grotesk",sans-serif; color:rgba(16,19,17,.08); }
.tag { align-self:flex-start; border:1px solid var(--line); border-radius:999px; padding:6px 9px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:700; }
.program-card h3 { margin-top:52px; font-size:34px; }
.program-card p { color:var(--muted); margin:18px 0; }
.program-card ul { padding-left:18px; color:#343a34; }
.program-card li { margin:7px 0; }
.text-link { margin-top:auto; padding-top:20px; font-weight:700; }
.section-dark { background:var(--dark); color:#fff; }
.section-head-light p { color:#aab2a9; }
.section-dark .eyebrow { color:#c8d2c7; }
.method-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #343a35; }
.method { padding:32px 26px 8px 0; border-right:1px solid #343a35; }
.method + .method { padding-left:26px; }
.method:last-child { border-right:0; }
.method span { display:inline-block; margin-bottom:42px; color:var(--accent); font:700 12px/1 "Space Grotesk",sans-serif; }
.method h3 { font-size:24px; }
.method p { color:#aeb5ad; font-size:14px; }
.materials-grid,.about-grid,.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.lead-small { color:var(--muted); font-size:18px; }
.mini-list { margin-top:32px; border-top:1px solid var(--line); }
.mini-list div { display:grid; grid-template-columns:.8fr 1.2fr; gap:20px; padding:16px 0; border-bottom:1px solid var(--line); }
.mini-list span { color:var(--muted); font-size:14px; }
.material-preview { min-height:500px; position:relative; display:grid; place-items:center; }
.sheet { position:absolute; width:min(76%,370px); aspect-ratio:.72; background:#fff; border:1px solid rgba(16,19,17,.13); border-radius:8px; }
.sheet-back { transform:translate(45px,-18px) rotate(7deg); opacity:.45; }
.sheet-mid { transform:translate(20px,-8px) rotate(3deg); opacity:.75; }
.sheet-front { position:relative; padding:32px; box-shadow:0 24px 55px rgba(16,19,17,.12); }
.sheet-label { font-size:9px; font-weight:700; letter-spacing:.11em; }
.sheet-front h3 { margin-top:22px; font-size:31px; }
.fake-line { height:8px; width:78%; background:#e7e9e4; margin-top:28px; border-radius:99px; }
.fake-line.wide { width:95%; } .fake-line.short { width:58%; margin-top:12px; }
.fake-box { position:absolute; left:32px; right:32px; bottom:32px; height:120px; border-radius:10px; background:repeating-linear-gradient(0deg,rgba(16,19,17,.05) 0 1px,transparent 1px 20px),var(--accent-2); }
.about { background:#ebe9e2; }
.portrait-placeholder { min-height:590px; display:grid; place-items:center; align-content:center; gap:20px; border:1px dashed #8c9389; border-radius:28px; background:radial-gradient(circle at 50% 30%,rgba(183,255,60,.32),transparent 30%),repeating-linear-gradient(90deg,rgba(16,19,17,.03) 0 1px,transparent 1px 40px); color:#697067; }
.portrait-monogram { width:160px; height:160px; display:grid; place-items:center; border-radius:999px; background:var(--ink); color:var(--accent); font:700 48px/1 "Space Grotesk",sans-serif; }
.portrait-placeholder span { font-size:10px; letter-spacing:.14em; font-weight:700; }
.about-copy p:not(.lead-small) { color:var(--muted); }
.about-badges { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
.pilot { padding-top:30px; }
.pilot-box { background:var(--accent); border-radius:28px; padding:48px; display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; }
.pilot-box p { max-width:750px; margin:18px 0 0; }
.pilot .eyebrow::before { background:var(--ink); }
.contact-grid { align-items:start; }
.contact-details { margin-top:40px; display:grid; gap:24px; }
.contact-details div { display:grid; gap:4px; }
.contact-details span { text-transform:uppercase; font-size:10px; letter-spacing:.12em; color:var(--muted); font-weight:700; }
.contact-details a,.contact-details strong { font-size:17px; }
.contact-details small { color:var(--muted); }
.contact-form { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:28px; display:grid; gap:16px; }
.contact-form label { display:grid; gap:7px; font-size:13px; font-weight:700; }
.contact-form input,.contact-form textarea { width:100%; border:1px solid #cfd2cb; background:#fff; border-radius:12px; padding:13px 14px; outline:none; }
.contact-form input:focus,.contact-form textarea:focus { border-color:#727b70; box-shadow:0 0 0 3px rgba(183,255,60,.35); }
.form-note { margin:0; font-size:11px; color:var(--muted); }
.footer { border-top:1px solid var(--line); padding:28px 0 40px; }
.footer-row { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.footer p { color:var(--muted); font-size:12px; margin:0; }
@media (max-width:940px){
.nav-toggle{display:block}.nav{display:none;position:absolute;left:20px;right:20px;top:70px;padding:18px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 40px rgba(16,19,17,.08);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav-cta{text-align:center}
.hero-grid,.section-head,.materials-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:62px}.hero-visual{min-height:430px}.section-head{gap:24px}.cards{grid-template-columns:1fr}.program-card{min-height:auto}.program-card.featured{transform:none}.method-grid{grid-template-columns:1fr 1fr}.method:nth-child(2){border-right:0}.method:nth-child(3),.method:nth-child(4){border-top:1px solid #343a35}.pilot-box{grid-template-columns:1fr}
}
@media (max-width:620px){
.container{width:min(100% - 28px,var(--max))}.brand-copy small{display:none}.hero{padding-top:48px}h1{font-size:clamp(44px,14vw,68px)}.lead{font-size:18px}.hero-actions .btn{width:100%}.hero-visual{min-height:340px}.mesh-card{max-width:300px}.orb-a{width:260px;height:260px;right:0}.section{padding:72px 0}.section-head h2,.about h2,.contact h2,.materials-grid h2,.pilot h2{font-size:40px}.method-grid{grid-template-columns:1fr}.method,.method + .method{padding:24px 0;border-right:0;border-top:1px solid #343a35}.method:first-child{border-top:0}.method span{margin-bottom:22px}.mini-list div{grid-template-columns:1fr;gap:2px}.material-preview{min-height:410px}.portrait-placeholder{min-height:450px}.pilot-box{padding:30px}.footer-row{align-items:flex-start;flex-direction:column}
}
