:root{
  --ink:#14181C;
  --paper:#E9EAE4;
  --paper-2:#F7F5EE;
  --signal:#D8412F;
  --status:#1E8A5B;
  --muted:#626965;
  --line:#C9CCC6;
  --white:#fff;
  --shadow:0 22px 60px rgba(20,24,28,.13);
  --radius:20px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
button,input{font:inherit}
img{max-width:100%;display:block}
.shell{width:min(var(--max),calc(100% - 40px));margin:auto}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.announce{background:var(--ink);color:#fff;text-align:center;padding:10px 14px;font:700 10px ui-monospace,monospace;letter-spacing:.13em;text-transform:uppercase}
.announce b{color:var(--signal)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(233,234,228,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,24,28,.1)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:24px}
.brand-link{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:300px}
.brand-mascot{width:55px;height:58px;object-fit:contain;flex:0 0 auto}
.brand-script{width:235px;height:auto;object-fit:contain;flex:0 0 auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:13px}
.nav a{text-decoration:none;white-space:nowrap}
.nav a:hover{text-decoration:underline;text-underline-offset:4px}
.nav .drop-link{background:var(--signal);color:#fff;border-radius:8px;padding:13px 18px;font-weight:800;text-decoration:none}
.menu-button{display:none;border:1px solid var(--ink);background:transparent;border-radius:999px;width:42px;height:42px;align-items:center;justify-content:center;font-size:18px}
.hero{padding:58px 0 48px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,5.4vw,78px);line-height:.95;letter-spacing:-.05em;margin:0 0 22px;max-width:650px}
.hero-copy p{font-size:18px;line-height:1.55;max-width:590px;margin:0;color:#363c39}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:0 19px;text-decoration:none;font-size:13px;font-weight:850;border:1px solid var(--ink);background:transparent;cursor:pointer}
.btn.primary{background:var(--signal);border-color:var(--signal);color:#fff}
.btn.dark{background:var(--ink);color:#fff}
.btn.disabled{opacity:.5;pointer-events:none}
.hero-visual{min-height:500px;position:relative}
.hero-primary{position:absolute;left:2%;top:52px;width:63%;filter:drop-shadow(0 28px 28px rgba(20,24,28,.14));transform:rotate(-1.4deg)}
.hero-secondary{position:absolute;right:1%;top:75px;width:39%;filter:drop-shadow(0 22px 24px rgba(20,24,28,.12));transform:rotate(2deg)}
.hero-bottom{position:absolute;right:7%;bottom:18px;width:32%;filter:drop-shadow(0 22px 24px rgba(20,24,28,.14));transform:rotate(5deg)}
.hero-note{position:absolute;right:0;top:0;width:190px;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:17px;line-height:1.35;transform:rotate(-2deg)}
.hero-note:after{content:'↙';display:block;font-size:34px;margin-left:36px;margin-top:4px}
.section{padding:52px 0}
.section.compact{padding:38px 0}
.section-title-row{display:flex;justify-content:space-between;gap:20px;align-items:end;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:22px}
.section-title-row h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,48px);line-height:1;margin:0;letter-spacing:-.035em}
.section-kicker{font:800 11px ui-monospace,monospace;color:var(--signal);letter-spacing:.07em;text-transform:uppercase}
.hero-products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{display:grid;grid-template-columns:44% 56%;min-height:230px;background:rgba(255,255,255,.45);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s transform,.2s box-shadow}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-art{min-height:230px;display:grid;place-items:center;padding:14px;background:linear-gradient(145deg,#F9F7F0,#E4E6E0)}
.product-art img{width:100%;height:100%;object-fit:contain}
.product-content{padding:20px 18px 18px;display:flex;flex-direction:column;align-items:flex-start}
.product-title{font:900 14px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.025em;margin:0 0 12px}
.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:5px 8px;font:750 9px ui-monospace,monospace}
.badge i{width:7px;height:7px;border-radius:50%;background:var(--status)}
.working-price{font-size:17px;font-weight:900;margin:15px 0 9px}
.working-price span{font-weight:500;color:var(--muted)}
.product-hook{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 16px}
.product-link{margin-top:auto;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900;text-decoration:none}
.product-link .circle{width:29px;height:29px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.38);margin-top:18px}
.proof{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:18px 20px;align-items:center}
.proof+.proof{border-left:1px solid var(--line)}
.proof-icon{font-size:29px;text-align:center}
.proof b{font-size:12px;display:block;margin-bottom:3px}
.proof small{display:block;color:var(--muted);font-size:11px;line-height:1.4}
.wsl-drop-grid{display:grid;grid-template-columns:1.5fr .75fr;gap:20px;align-items:start}
.wsl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.wsl-card{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.38);padding:17px;min-height:158px}
.wsl-card strong{font:900 18px ui-monospace,monospace;display:block;margin-bottom:7px}
.wsl-card:nth-child(1) strong{color:var(--status)}
.wsl-card:nth-child(3) strong{color:var(--signal)}
.wsl-card span{font:850 10px ui-monospace,monospace;display:block;margin-bottom:10px}
.wsl-card p{font-size:11px;color:var(--muted);line-height:1.45;margin:0}
.drop-box{background:linear-gradient(145deg,#237648,#0F6139);color:#fff;border-radius:18px;padding:28px;min-height:250px}
.drop-box h2{font-family:Georgia,'Times New Roman',serif;font-size:39px;line-height:1;margin:0 0 12px}
.drop-box p{font-size:13px;line-height:1.5;margin:0}
.waitlist{display:grid;gap:9px;margin-top:20px}
.waitlist input{min-height:48px;border-radius:8px;border:1px solid rgba(255,255,255,.35);padding:0 14px;background:transparent;color:#fff}
.waitlist input::placeholder{color:#D5E8DC}
.waitlist button{min-height:48px;border:0;border-radius:8px;background:#fff;color:var(--ink);font-weight:900;cursor:not-allowed;opacity:.96}
.waitlist small{font-size:10px;opacity:.8}
.collection-band{background:var(--ink);color:#fff;padding:48px 0 54px;margin-top:8px}
.collection-band .section-title-row{border-color:#3D4541}
.collection-band .section-title-row h2{color:#fff}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.collection-card{display:grid;grid-template-columns:38% 62%;min-height:172px;border:1px solid #3B4440;border-radius:16px;background:#1B2024;overflow:hidden;color:#fff;text-decoration:none}
.collection-card .product-art{min-height:172px;background:#20262A;padding:12px}
.collection-card .product-content{padding:17px 15px}
.collection-card .product-title{font-size:12px}
.collection-card .badge{border-color:#56605B}
.collection-card .working-price{font-size:15px}
.collection-card .working-price span{color:#AEB5B1}
.manifesto{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center;padding:64px 0}
.manifesto h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,5vw,70px);line-height:.98;letter-spacing:-.045em;margin:0;max-width:610px}
.manifesto p{font-size:24px;line-height:1.4;margin:0}
.manifesto .micro{display:block;margin-top:17px;font:800 11px ui-monospace,monospace;color:var(--signal);letter-spacing:.08em}
.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:50px;padding:0 0 54px}
.faq-layout h2{font-family:Georgia,'Times New Roman',serif;font-size:42px;line-height:1.05;margin:0}
.faq details{border-top:1px solid var(--line);padding:18px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{font-size:16px;font-weight:850;cursor:pointer}
.faq p{color:var(--muted);line-height:1.55;font-size:13px;max-width:760px}
.footer{border-top:1px solid var(--line);padding:26px 0 40px;color:var(--muted);font-size:11px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
/* Product page */
.product-page{padding:52px 0 70px}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:start}
.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gallery-main{grid-column:1/-1;background:linear-gradient(145deg,#FAF8F1,#E4E6E0);border-radius:22px;min-height:560px;display:grid;place-items:center;padding:30px;border:1px solid var(--line)}
.gallery-main img{width:min(620px,88%)}
.gallery-tile{background:linear-gradient(145deg,#F8F6EF,#E4E6E0);border-radius:18px;min-height:250px;display:grid;place-items:center;padding:20px;border:1px solid var(--line)}
.gallery-tile img{width:88%}
.product-info{position:sticky;top:116px}
.product-info .eyebrow{font:800 10px ui-monospace,monospace;color:var(--signal);letter-spacing:.08em;text-transform:uppercase}
.product-info h1{font:900 clamp(28px,3vw,46px)/1.05 ui-monospace,monospace;letter-spacing:-.05em;margin:13px 0 14px}
.product-info .lead{font-size:18px;line-height:1.5;color:#3E4541}
.product-price{font-size:28px;font-weight:900;margin:24px 0 8px}
.product-price small{font-size:12px;font-weight:500;color:var(--muted);display:block;margin-top:6px}
.status-note{border:1px solid var(--line);border-radius:14px;padding:15px 16px;background:rgba(255,255,255,.35);font-size:12px;line-height:1.45;margin:16px 0}
.surface-list{padding:0;list-style:none;border-top:1px solid var(--line);margin:26px 0}
.surface-list li{border-bottom:1px solid var(--line);padding:13px 0;font-size:13px}
.back-link{display:inline-flex;gap:8px;align-items:center;font-size:12px;font-weight:850;text-decoration:none;margin-bottom:24px}
@media(max-width:1050px){
  .nav{gap:15px}.nav a:not(.drop-link){display:none}.menu-button{display:flex}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:450px}.hero-primary{width:55%;left:8%}.hero-secondary{width:34%;right:8%}.hero-bottom{width:28%;right:10%}.hero-products{grid-template-columns:1fr}.product-card{grid-template-columns:260px 1fr}.product-art{min-height:250px}.wsl-drop-grid{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr)}.manifesto,.faq-layout,.product-detail{grid-template-columns:1fr}.product-info{position:static}}
@media(max-width:720px){
  .shell{width:min(100% - 28px,var(--max))}.announce{font-size:9px}.header-inner{min-height:68px}.brand-link{min-width:0}.brand-mascot{width:42px;height:44px}.brand-script{width:168px}.drop-link{display:none}.hero{padding:36px 0 24px}.hero-copy h1{font-size:45px}.hero-copy p{font-size:15px}.hero-visual{min-height:320px}.hero-primary{left:0;top:45px;width:62%}.hero-secondary{right:1%;top:58px;width:42%}.hero-bottom{right:3%;bottom:0;width:34%}.hero-note{width:118px;font-size:11px}.section{padding:38px 0}.section-title-row h2{font-size:31px}.product-card{grid-template-columns:43% 57%;min-height:190px}.product-art{min-height:190px}.product-content{padding:14px 12px}.product-title{font-size:11px}.working-price{font-size:14px}.proof-strip{grid-template-columns:1fr}.proof+.proof{border-left:0;border-top:1px solid var(--line)}.wsl-grid{grid-template-columns:1fr 1fr}.collection-grid{grid-template-columns:1fr}.manifesto{gap:24px;padding:45px 0}.manifesto p{font-size:18px}.faq-layout{gap:20px}.faq-layout h2{font-size:34px}.gallery-main{min-height:390px}.gallery-tile{min-height:180px}.product-gallery{gap:9px}.product-page{padding-top:30px}}
@media(max-width:440px){
  .brand-mascot{display:none}.brand-script{width:175px}.hero-copy h1{font-size:39px}.hero-actions{display:grid}.btn{width:100%}.hero-visual{min-height:285px}.hero-primary{width:66%;top:50px}.hero-secondary{width:43%;right:0}.hero-bottom{width:34%;right:1%}.wsl-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-art{min-height:240px}.product-content{min-height:190px}.collection-card{grid-template-columns:42% 58%}.gallery-tile{grid-column:1/-1}}
