:root{--ink:#11110f;--muted:#66655f;--paper:#f5f3ee;--white:#fff;--accent:#c8a96e;--line:#11110f24;--radius:1.25rem;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Montserrat,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit}.site-header,.site-footer,main{width:min(100% - 2rem,1240px);margin-inline:auto}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.5rem;min-height:92px;display:flex}.brand{letter-spacing:.14em;flex-direction:column;font-weight:700;text-decoration:none;display:flex}.brand small{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-top:.28rem;font-size:.55rem;font-weight:500}nav{gap:1.5rem;font-size:.82rem;font-weight:600;display:flex}nav a{padding:.75rem 0;text-decoration:none}nav a:hover,nav a:focus-visible{color:#7d6539}.hero{grid-template-columns:1.35fr .65fr;align-items:center;gap:4rem;min-height:680px;padding:5.5rem 0;display:grid}.eyebrow,.panel-label{color:#866d3f;letter-spacing:.16em;margin:0 0 1rem;font-size:.7rem;font-weight:700}h1,h2,h3,p{text-wrap:pretty}h1{letter-spacing:-.055em;max-width:900px;margin:0;font-size:clamp(2.7rem,6vw,6.2rem);font-weight:500;line-height:.98}.hero-lead,.page-lead{max-width:760px;color:var(--muted);margin:2rem 0;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.65}.actions{flex-wrap:wrap;gap:.8rem;margin-top:2.2rem;display:flex}.button{border:1px solid var(--ink);justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.2rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.button-dark{color:#fff;background:var(--ink)}.button-light{background:0 0}.button:hover,.button:focus-visible{transform:translateY(-1px)}.hero-panel,.form-card{background:var(--ink);color:#fff;border-radius:var(--radius);padding:clamp(1.6rem,3vw,2.75rem);box-shadow:0 25px 80px #11110f1f}.hero-panel h2{margin:0 0 2.5rem;font-size:clamp(1.65rem,3vw,2.5rem);font-weight:500;line-height:1.1}.hero-panel dl{margin:0}.hero-panel dl div{border-top:1px solid #ffffff2e;padding:1rem 0}.hero-panel dt{color:#bcbab3;font-size:.7rem}.hero-panel dd{margin:.25rem 0 0;font-size:1rem;font-weight:600}.value-grid{background:var(--line);border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;padding:6rem 0;display:grid}.section-heading{background:var(--paper);grid-column:1/-1;padding:0 0 3rem}.section-heading h2,.closing-cta h2{letter-spacing:-.04em;max-width:920px;margin:0;font-size:clamp(2rem,4.4vw,4.4rem);font-weight:500;line-height:1.04}.value-grid article{background:var(--paper);min-height:265px;padding:2rem}.value-grid article span{color:#866d3f;font-size:.68rem;font-weight:700}.value-grid article h3{margin:4.5rem 0 .8rem;font-size:1.3rem}.value-grid article p{color:var(--muted);margin:0;line-height:1.6}.closing-cta{padding:7rem 0}.text-link{text-underline-offset:.3rem;margin-top:2rem;font-weight:700;text-decoration-thickness:1px;display:inline-block}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:2rem;padding:2rem 0 3rem;font-size:.76rem;display:flex}.site-footer strong{color:var(--ink);letter-spacing:.12em}.inner-page{min-height:680px;padding:6rem 0}.inner-page h1{max-width:1050px;font-size:clamp(2.5rem,5vw,5.5rem)}.empty-card{border:1px solid var(--line);background:#ffffff73;border-radius:1rem;align-items:center;gap:1rem;max-width:640px;margin-top:3rem;padding:1.2rem;display:flex}.empty-card p{color:var(--muted);margin:.25rem 0 0;font-size:.82rem}.status-dot{background:var(--accent);border-radius:50%;width:.75rem;height:.75rem;box-shadow:0 0 0 .35rem #c8a96e33}.developer-page{grid-template-columns:1.4fr .6fr;align-items:center;gap:4rem;display:grid}.form-card h2{font-size:2rem;font-weight:500}.form-card p{color:#c9c7c0;line-height:1.6}.form-card .button{color:var(--ink);background:#fff;border-color:#fff;margin-top:1rem}.control-room{width:min(100% - 2rem,1400px);padding:2rem 0 4rem}.control-room header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding-bottom:1.4rem;display:flex}.control-room h1{font-size:clamp(2rem,5vw,4rem)}.environment{border:1px solid var(--line);border-radius:999px;padding:.55rem .8rem;font-size:.7rem}.metric-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0;display:grid}.metric-row article,.control-grid article{border:1px solid var(--line);background:#fff;border-radius:1rem;padding:1.4rem}.metric-row span,.metric-row small{color:var(--muted);font-size:.7rem;display:block}.metric-row strong{margin:1rem 0;font-size:2.4rem;display:block}.control-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.control-grid h2{font-size:1rem}.control-grid p,.control-grid li{color:var(--muted);line-height:1.6}.error-page{min-height:100vh;padding:12vh 0}.error-page h1{margin-bottom:1.5rem}.error-page p{margin-bottom:2rem}@media (width<=800px){.site-header{min-height:78px}.brand small{display:none}nav{gap:.8rem;font-size:.7rem}.hero,.developer-page{grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding:3.5rem 0}.hero-panel{border-radius:1rem}.value-grid{grid-template-columns:1fr;padding:4rem 0}.section-heading{padding-bottom:2rem}.value-grid article{min-height:220px}.value-grid article h3{margin-top:3rem}.site-footer{flex-direction:column}.metric-row{grid-template-columns:1fr 1fr}.control-grid{grid-template-columns:1fr}}@media (width<=440px){.site-header,.site-footer,main{width:min(100% - 1.25rem,1240px)}.site-header nav a:first-child{display:none}.actions{flex-direction:column}.button{width:100%}.metric-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
