:root{--ink:#171717;--paper:#f7f5f1;--muted:#77736d;--line:#dedbd5;--accent:#d9c7b9;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,245,241,.94);backdrop-filter:blur(12px);z-index:10}.logo{font-weight:800;letter-spacing:-.06em;font-size:22px}.logo span{font-weight:400}.logo sup{font-size:9px;letter-spacing:0}.nav nav{display:flex;gap:30px;font-size:13px}.nav nav a:hover,.contact-links a:hover,.text-link:hover{opacity:.55}.nav-cta{border:1px solid var(--ink);padding:10px 17px;border-radius:999px;font-size:12px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:7vw 8vw;gap:5vw}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:700;margin:0 0 18px}.hero h1{font-size:clamp(55px,8vw,112px);line-height:.9;letter-spacing:-.07em;margin:0 0 30px;max-width:800px}.hero h1 em,.about h2 em{font-family:Georgia,serif;font-weight:400}.lead{max-width:540px;color:var(--muted);font-size:17px}.actions{display:flex;gap:12px;margin-top:30px}.btn{padding:14px 22px;border-radius:999px;font-size:13px}.primary{background:var(--ink);color:var(--white)}.ghost{border:1px solid var(--ink)}.hero-art{min-height:520px;position:relative;display:grid;place-items:center;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-a{width:420px;height:420px;background:#e5d6cb;right:2%;top:8%}.orb-b{width:210px;height:210px;background:#c9d0c8;left:4%;bottom:7%}.product-card{position:relative;width:245px;height:345px;background:linear-gradient(145deg,#232323,#090909);color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:25px 30px 60px rgba(0,0,0,.18);transform:rotate(7deg)}.product-card strong{font-size:40px;line-height:.9;letter-spacing:-.06em}.product-card span{font-size:9px;letter-spacing:.2em}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-around;padding:15px 4vw;font-size:10px;letter-spacing:.18em}.section{padding:9vw 8vw}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}.section h2,.feature h2,.contact h2{font-size:clamp(38px,5vw,70px);line-height:.95;letter-spacing:-.055em;margin:0}.section-head>p{max-width:340px;color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tile{min-height:390px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.tile span{position:absolute}.tile h3{font-size:38px;letter-spacing:-.05em;margin:0}.tile p{color:var(--muted);max-width:270px}.tile b{font-size:12px;margin-top:15px}.tile-dark{background:#171717;color:#fff}.tile-dark p{color:#aaa}.tile-soft{background:#e7ddd5}.tile-line{border:1px solid var(--line)}.feature{padding:9vw 8vw;background:#171717;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.feature p:not(.eyebrow){color:#aaa;max-width:500px;margin:30px 0}.feature-panel{height:430px;border:1px solid #444;padding:40px;display:flex;flex-direction:column;justify-content:space-between}.feature-panel span{color:#777}.feature-panel strong{font-size:clamp(42px,6vw,78px);letter-spacing:-.06em}.text-link{font-size:13px;text-decoration:underline;text-underline-offset:5px}.marquee-card{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.marquee-card div{min-height:210px;display:grid;place-items:center;font-size:clamp(28px,4vw,55px);letter-spacing:-.06em;border-right:1px solid var(--line)}.marquee-card div:last-child{border:0}.about{padding:11vw 15vw;text-align:center;background:#e5d6cb}.about h2{font-size:clamp(48px,7vw,90px);line-height:.9;letter-spacing:-.065em;margin:0 auto 35px}.about>p:last-child{max-width:600px;margin:auto;color:#5f5a55}.contact{padding:9vw 8vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact>div>p:not(.eyebrow){color:var(--muted);max-width:440px}.contact-links{display:flex;flex-direction:column;gap:18px;justify-content:center}.contact-links a{font-size:clamp(22px,3vw,38px);letter-spacing:-.04em;border-bottom:1px solid var(--line);padding-bottom:12px}footer{padding:35px 5vw;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}footer p,footer small{font-size:10px;letter-spacing:.15em;color:var(--muted)}@media(max-width:800px){.nav{height:68px;padding:0 20px}.nav nav{display:none}.hero{grid-template-columns:1fr;padding:60px 24px}.hero-art{min-height:390px}.ticker{overflow:hidden;gap:40px;justify-content:flex-start;white-space:nowrap}.section,.feature,.contact{padding:70px 24px}.section-head{display:block}.section-head>p{margin-top:20px}.grid{grid-template-columns:1fr}.tile{min-height:300px}.feature{grid-template-columns:1fr}.feature-panel{height:330px}.marquee-card{grid-template-columns:1fr 1fr}.marquee-card div{border-bottom:1px solid var(--line)}.about{padding:80px 24px}.contact{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start}}
