
:root{
  --bg:#f6f3ed;
  --paper:#fffdf9;
  --ink:#111411;
  --muted:#6f746f;
  --line:#d8d8d0;
  --accent:#214f43;
  --accent-2:#dbe9df;
  --dark:#0d211b;
  --shadow:0 20px 60px rgba(15,35,28,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.announcement{
  background:var(--dark);color:white;text-align:center;
  padding:10px 16px;font-size:12px;letter-spacing:.08em;text-transform:uppercase
}
.site-header{
  max-width:1180px;margin:auto;padding:20px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.06em;font-size:14px}
.brand-mark{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  background:var(--accent);color:white;font-weight:900
}
nav{display:flex;align-items:center;gap:24px;font-size:14px}
.nav-cta{padding:10px 16px;border-radius:999px;background:var(--ink);color:white}
.hero{
  max-width:1180px;margin:20px auto 70px;padding:0 24px;
  display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center
}
.hero-copy{padding:46px 0}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--accent);margin-bottom:14px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(46px,7vw,84px);line-height:.96;letter-spacing:-.055em;margin-bottom:24px}
h1 span{color:var(--accent)}
.hero-text{font-size:19px;max-width:650px;color:#4f554f}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 22px}
.button{
  border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;border-radius:999px;font-weight:800
}
.button.primary{background:var(--ink);color:white}
.button.secondary{border:1px solid var(--line);background:transparent}
.trust-row{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:13px}
.product-stage{
  min-height:560px;border-radius:34px;background:
  radial-gradient(circle at 72% 20%,#fff 0 12%,transparent 13%),
  linear-gradient(145deg,#dce8de,#e9e2d8);
  box-shadow:var(--shadow);position:relative;overflow:hidden;display:grid;place-items:center
}
.roller{position:relative;transform:rotate(-18deg);filter:drop-shadow(0 26px 18px rgba(0,0,0,.16))}
.roller-head{width:230px;height:115px;background:#f2efe8;border:7px solid #d5d1c8;border-radius:34px;position:relative}
.roller-slot{position:absolute;left:25px;right:25px;top:45px;height:18px;border-radius:999px;background:#31443c}
.roller-neck{width:58px;height:55px;background:#d5d1c8;margin:-8px auto 0;border-radius:0 0 20px 20px}
.roller-handle{width:76px;height:195px;background:linear-gradient(#f2efe8,#ddd8ce);border:7px solid #d5d1c8;margin:-2px auto 0;border-radius:26px}
.fur{position:absolute;width:70px;height:2px;background:#8d8073;border-radius:999px;transform:rotate(22deg);opacity:.55}
.fur:before,.fur:after{content:"";position:absolute;width:50px;height:2px;background:inherit;left:18px;transform:rotate(48deg)}
.fur:after{transform:rotate(-52deg)}
.fur-a{left:13%;top:30%}.fur-b{right:10%;top:22%;transform:rotate(70deg)}.fur-c{left:24%;bottom:18%;transform:rotate(-40deg)}
.stage-note{position:absolute;left:20px;right:20px;bottom:18px;text-align:center;font-size:12px;color:#59625d;background:rgba(255,255,255,.72);padding:10px 14px;border-radius:999px}
.section{max-width:1180px;margin:0 auto 90px;padding:0 24px}
.section-heading{max-width:760px;margin-bottom:34px}
h2{font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}
.section-heading p{font-size:18px;color:var(--muted)}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.compare-card{min-height:360px;border-radius:28px;overflow:hidden;position:relative;background:#d4d0ca;padding:20px}
.compare-label{position:absolute;z-index:2;top:20px;left:20px;background:white;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.1em}
.fabric{position:absolute;inset:0;background:linear-gradient(135deg,#777b77,#a0a29d)}
.fabric i{position:absolute;width:64px;height:3px;background:#e5ded4;border-radius:999px;opacity:.88}
.fabric i:nth-child(1){left:16%;top:27%;transform:rotate(20deg)}
.fabric i:nth-child(2){left:44%;top:16%;transform:rotate(75deg)}
.fabric i:nth-child(3){left:69%;top:32%;transform:rotate(-32deg)}
.fabric i:nth-child(4){left:24%;top:56%;transform:rotate(-56deg)}
.fabric i:nth-child(5){left:56%;top:64%;transform:rotate(12deg)}
.fabric i:nth-child(6){left:78%;top:76%;transform:rotate(48deg)}
.fabric i:nth-child(7){left:36%;top:82%;transform:rotate(100deg)}
.fabric i:nth-child(8){left:8%;top:76%;transform:rotate(-12deg)}
.fabric.clean{background:linear-gradient(135deg,#6c716c,#929892)}
.fineprint{font-size:12px;color:var(--muted);margin-top:12px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.steps article{background:var(--paper);border:1px solid var(--line);padding:28px;border-radius:24px}
.steps b{display:block;color:var(--accent);font-size:12px;letter-spacing:.12em;margin-bottom:34px}
.steps h3{font-size:25px;margin-bottom:8px}
.steps p{color:var(--muted);font-size:14px;margin:0}
.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.use-grid div{min-height:120px;border-radius:22px;background:var(--accent-2);display:grid;place-items:center;font-weight:900;letter-spacing:.08em;color:var(--dark)}
.offer{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:46px}
.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bundle{
  position:relative;text-align:left;border:1px solid var(--line);background:white;border-radius:22px;
  padding:24px;cursor:pointer;min-height:190px;transition:.18s ease
}
.bundle:hover,.bundle.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent) inset}
.bundle.featured{background:#f0f7f2}
.badge{position:absolute;right:14px;top:14px;background:var(--accent);color:white;font-size:10px;font-weight:900;letter-spacing:.1em;padding:6px 9px;border-radius:999px}
.bundle-top{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--accent);display:block;margin-bottom:20px}
.bundle strong{font-size:27px;display:block}
.price{font-size:23px;font-weight:900;display:block;margin:8px 0}
.bundle small{color:var(--muted)}
.checkout-box{margin-top:18px;border-radius:22px;background:var(--dark);color:white;padding:22px;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}
.checkout-label{display:block;font-size:10px;letter-spacing:.13em;color:#b8cec3;margin-bottom:4px}
.checkout-price{font-size:24px;font-weight:900}
.buy-button{background:white!important;color:var(--ink)!important}
.checkout-note{grid-column:1/-1;font-size:12px;color:#b8cec3;margin:0}
.faq details{border-top:1px solid var(--line);padding:20px 0}
.faq details:last-of-type{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;font-weight:800;font-size:18px}
.faq details p{max-width:800px;color:var(--muted);padding-top:14px}
.status{display:grid;grid-template-columns:1fr 1fr;gap:44px;background:var(--accent-2);border-radius:34px;padding:46px}
.status ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.status li{background:rgba(255,255,255,.66);padding:14px 16px;border-radius:16px;font-weight:700}
.status li span{display:inline-grid;place-items:center;width:26px;height:26px;background:var(--dark);color:white;border-radius:50%;margin-right:9px;font-size:12px}
footer{max-width:1180px;margin:auto;padding:30px 24px 50px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:24px}
footer p,footer small{color:var(--muted)}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-size:14px}
footer small{grid-column:1/-1}
.policy{max-width:820px;margin:60px auto;padding:0 24px 80px}
.policy h1{font-size:50px}
.policy h2{font-size:27px;margin-top:34px}
.policy p,.policy li{color:#515651}
.policy .notice{background:#fff6d8;border:1px solid #ead996;border-radius:18px;padding:18px}
@media(max-width:900px){
  nav a:not(.nav-cta){display:none}
  .hero{grid-template-columns:1fr;margin-bottom:54px}
  .hero-copy{padding-bottom:0}
  .product-stage{min-height:430px}
  .steps{grid-template-columns:1fr 1fr}
  .bundle-grid{grid-template-columns:1fr}
  .checkout-box{grid-template-columns:1fr auto}
  .buy-button{grid-column:1/-1}
  .status{grid-template-columns:1fr}
}
@media(max-width:600px){
  .site-header{padding:16px}
  .hero,.section{padding-left:16px;padding-right:16px}
  .hero{gap:20px}
  h1{font-size:52px}
  .product-stage{min-height:360px;border-radius:26px}
  .roller{transform:scale(.76) rotate(-18deg)}
  .compare{grid-template-columns:1fr}
  .compare-card{min-height:270px}
  .steps{grid-template-columns:1fr}
  .use-grid{grid-template-columns:1fr 1fr}
  .offer,.status{padding:26px 18px;border-radius:26px;margin-left:12px;margin-right:12px}
  .checkout-box{grid-template-columns:1fr}
  .checkout-price,.buy-button{grid-column:auto}
  footer{grid-template-columns:1fr;padding-left:18px;padding-right:18px}
}
