:root{
  --bg:#fbf8f2;
  --ink:#111218;
  --muted:rgba(17,18,24,.68);
  --line:rgba(17,18,24,.10);
  --card:rgba(255,255,255,.72);
  --shadow:0 18px 55px rgba(16,18,24,.12);
  --r:22px;
  --a:#ff6b6b;
  --a2:#4ecdc4;
  --a3:#ffd166;
  --max:1140px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans";
  color:var(--ink);
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(78,205,196,.18), transparent 60%),
    radial-gradient(820px 520px at 86% 10%, rgba(255,107,107,.18), transparent 60%),
    radial-gradient(900px 520px at 50% 110%, rgba(255,209,102,.20), transparent 60%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f3ec 100%);
  overflow-x:hidden;
}
a{color:inherit}
a:hover{text-decoration:underline}
.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}
.sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.muted{color:var(--muted)}
.small{font-size:13px}
.tiny{font-size:12px}

.hdr{
  position:sticky; top:0; z-index:40;
  background:rgba(251,248,242,.80);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.hdr-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:220px}
.logo-badge{
  width:44px;height:44px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(255,107,107,.22), rgba(78,205,196,.22));
  border:1px solid rgba(17,18,24,.10);
  box-shadow: 0 12px 26px rgba(16,18,24,.10);
}
.logo-text{display:flex;flex-direction:column;line-height:1.05}
.logo-name{font-weight:950;letter-spacing:.2px}
.logo-sub{font-size:12px;color:var(--muted)}

.nav{display:flex;align-items:center;gap:8px}
.nav-link{
  display:inline-flex;align-items:center;gap:8px;min-height:44px;
  padding:10px 12px;border-radius:999px;
  text-decoration:none;border:1px solid transparent;
}
.nav-link:hover{background:rgba(17,18,24,.04);border-color:rgba(17,18,24,.08);text-decoration:none}
.nav-cart{background:rgba(255,107,107,.10);border-color:rgba(255,107,107,.18)}
.pill{
  min-width:22px;height:22px;padding:0 7px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:900;
  background:rgba(78,205,196,.22);
  border:1px solid rgba(78,205,196,.28);
}
.menu-btn{
  display:none;align-items:center;gap:10px;
  min-height:44px;padding:10px 14px;border-radius:999px;
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.55);
  cursor:pointer;
}
.menu-ic{
  width:18px;height:12px;display:inline-block;
  background:
    linear-gradient(var(--ink),var(--ink)) 0 0/100% 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) 0 50%/100% 2px no-repeat,
    linear-gradient(var(--ink),var(--ink)) 0 100%/100% 2px no-repeat;
  opacity:.85;
}
.menu-tx{font-weight:900;font-size:14px}

.hdr-mini{border-top:1px solid rgba(17,18,24,.06);background:rgba(255,255,255,.45)}
.mini-row{display:flex;gap:10px;padding:10px 0;overflow-x:auto}
.mini-item{
  flex:0 0 auto;white-space:nowrap;
  font-size:13px;color:var(--muted);
  padding:8px 10px;border-radius:999px;
  border:1px dashed rgba(17,18,24,.16);
  background:rgba(255,255,255,.55);
}

.drawer{position:fixed;top:16px;right:16px;left:16px;display:none;z-index:60;
  border-radius:18px;border:1px solid rgba(17,18,24,.12);
  background:rgba(251,248,242,.96);box-shadow:var(--shadow);
  padding:12px;
}
.drawer.open{display:block}
.drawer-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.drawer-title{font-weight:950}
.icon-x{min-height:44px;min-width:44px;border-radius:14px;border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.65);cursor:pointer}
.drawer-links{display:flex;flex-direction:column;gap:8px;margin-top:10px}
.drawer-link{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:10px 12px;border-radius:14px;text-decoration:none;
  border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.60);
}
.drawer-note{margin-top:10px;padding:12px;border-radius:16px;border:1px solid rgba(17,18,24,.10);background:rgba(17,18,24,.03)}
.note-h{font-weight:950}
.note-p{margin:8px 0 0;color:var(--muted);line-height:1.55;overflow-wrap:anywhere}

.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.22);z-index:50;display:none}
.backdrop.show{display:block}

.main{padding:18px 0 30px}
.hero{padding:10px 0 6px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:start}
.tagline{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(17,18,24,.10);
  color:var(--muted);
  font-size:13px;
}
h1{margin:14px 0 10px;font-size:clamp(28px,3.2vw,46px);line-height:1.06;letter-spacing:-.6px}
.lead{margin:0;color:var(--muted);line-height:1.6;overflow-wrap:anywhere}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:44px;padding:12px 14px;border-radius:16px;
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.66);
  cursor:pointer;font-weight:950;text-decoration:none;
}
.btn:hover{text-decoration:none;filter:brightness(1.02)}
.btn-primary{
  background:linear-gradient(135deg, rgba(255,107,107,.22), rgba(255,209,102,.20));
  border-color:rgba(255,107,107,.22);
}
.btn-soft{
  background:linear-gradient(135deg, rgba(78,205,196,.18), rgba(255,255,255,.66));
  border-color:rgba(78,205,196,.22);
}
.btn-mini{padding:10px 12px;border-radius:14px;font-size:14px}
.w100{width:100%}
.hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 12px}

.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.chip{
  min-height:44px;display:inline-flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:999px;
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.62);
  color:rgba(17,18,24,.82);
  font-weight:800;
}

.hero-right .sheet{
  border-radius:var(--r);
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow);
  padding:14px;
  position:relative;overflow:hidden;
}
.sheet:after{
  content:"";position:absolute;inset:-100px -120px auto auto;width:250px;height:250px;
  background:radial-gradient(circle at 30% 30%, rgba(78,205,196,.26), transparent 65%);
  transform:rotate(16deg);
}
.sheet-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.sheet-title{font-weight:950}
.sheet-badge{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;
  background:rgba(255,107,107,.16);border:1px solid rgba(255,107,107,.18)
}
.sheet-row{display:flex;justify-content:space-between;gap:10px;margin-top:10px;padding:10px 12px;border-radius:14px;
  border:1px solid rgba(17,18,24,.08);background:rgba(17,18,24,.02)
}
.sheet-row .k{font-weight:950}
.sheet-row .v{color:var(--muted);overflow-wrap:anywhere}
.sheet-note{margin-top:12px;padding:12px;border-radius:16px;border:1px dashed rgba(17,18,24,.20);background:rgba(255,255,255,.60);position:relative;z-index:1}

.sec{padding:18px 0}
.sec-alt{background:rgba(255,255,255,.40);border-top:1px solid rgba(17,18,24,.06);border-bottom:1px solid rgba(17,18,24,.06)}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.sec-head h2{margin:0;font-size:22px;letter-spacing:-.2px}

.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}

.tile{
  border-radius:var(--r);
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.66);
  box-shadow:0 14px 40px rgba(16,18,24,.10);
  padding:14px;
}
.tile-ic{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;
  background:rgba(255,209,102,.20);border:1px solid rgba(255,209,102,.22);font-size:20px
}
.tile h3{margin:12px 0 8px;font-size:16px}
.tile p{margin:0;color:var(--muted);line-height:1.55;overflow-wrap:anywhere}

.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pcard{
  border-radius:var(--r);
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow);
  padding:14px;
  display:flex;flex-direction:column;
}
.p-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.p-name{font-weight:950;letter-spacing:.2px}
.p-sub{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.badge{
  font-size:12px;font-weight:950;padding:6px 10px;border-radius:999px;
  border:1px solid rgba(17,18,24,.10);background:rgba(255,107,107,.12)
}
.badge-soft{background:rgba(78,205,196,.14);border-color:rgba(78,205,196,.20)}
.price{font-size:22px;font-weight:950}
.p-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.cta-center{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px}

.split{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;align-items:start}
.list{padding-left:18px;color:var(--muted);line-height:1.65}
.list li{margin:6px 0;overflow-wrap:anywhere}
.callout{
  border-radius:var(--r);
  border:1px solid rgba(17,18,24,.10);
  background:rgba(17,18,24,.02);
  padding:14px;
}
.callout-top{font-weight:950}
.callout-tx{margin:10px 0;color:var(--muted);line-height:1.65;overflow-wrap:anywhere}
.callout-bot{font-weight:900;color:rgba(17,18,24,.80)}

.page{padding:6px 0 0}
.page-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.h3{margin:0 0 10px;font-size:18px}

.bar{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:10px;margin:10px 0 12px}
.bar input,.bar select{
  width:100%;min-height:44px;border-radius:16px;padding:10px 12px;
  border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.70);outline:none
}

.info{
  margin-top:14px;border-radius:var(--r);border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.60);padding:14px;
}
.btnrow{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}

.back{
  display:inline-flex;align-items:center;min-height:44px;
  padding:10px 12px;border-radius:999px;
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.62);
  text-decoration:none;
}

.prod-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:10px}
.pricebox{border-radius:18px;border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.72);padding:12px 14px}
.prod-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:12px;margin-top:12px}
.cardx{
  border-radius:var(--r);
  border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow);
  padding:14px;
}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.hr{height:1px;background:rgba(17,18,24,.10);margin:14px 0}
.bul{margin:0;padding-left:18px;color:var(--muted);line-height:1.65}
.bul li{margin:7px 0;overflow-wrap:anywhere}
.side{display:flex;flex-direction:column;gap:10px}
.box{border-radius:var(--r);border:1px solid rgba(17,18,24,.10);background:rgba(17,18,24,.02);padding:14px}
.ol{margin:10px 0 0;padding-left:18px;color:var(--muted);line-height:1.65}
.ol li{margin:7px 0;overflow-wrap:anywhere}

.cart-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;margin-top:12px}
.cartlist{display:flex;flex-direction:column;gap:10px}
.citem{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;
  border-radius:18px;border:1px solid rgba(17,18,24,.10);background:rgba(17,18,24,.02);padding:12px
}
.citem h4{margin:0 0 6px;font-size:15px}
.citem p{margin:0;color:var(--muted);font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.cctl{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ib{
  min-height:44px;padding:10px 12px;border-radius:14px;
  border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.66);
  font-weight:950;cursor:pointer
}
.sum{margin-top:12px;border-top:1px solid rgba(17,18,24,.10);padding-top:12px}
.sumrow{display:flex;align-items:center;justify-content:space-between;gap:10px}

.form{display:flex;flex-direction:column;gap:10px}
.fld span{display:block;font-weight:950;margin-bottom:6px}
.fld input,.fld textarea{
  width:100%;min-height:44px;border-radius:16px;padding:10px 12px;
  border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.70);outline:none;
  resize:vertical;overflow-wrap:anywhere
}
.fld textarea{min-height:120px}

.faq{border-radius:16px;border:1px solid rgba(17,18,24,.10);background:rgba(17,18,24,.02);padding:10px 12px;margin:10px 0}
.faq summary{cursor:pointer;font-weight:950}
.faq p{margin:8px 0 0;color:var(--muted);line-height:1.55}

.prose{
  border-radius:var(--r);border:1px solid rgba(17,18,24,.10);
  background:rgba(255,255,255,.60);padding:14px
}
.prose p,.prose li{color:var(--muted);line-height:1.65;overflow-wrap:anywhere}

.ok{display:flex;gap:12px;align-items:flex-start}
.ok-ic{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:rgba(78,205,196,.22);border:1px solid rgba(78,205,196,.26)}
.oid{display:inline-block;margin-top:8px;font-weight:950;letter-spacing:1px;font-size:18px;padding:10px 12px;border-radius:16px;border:1px solid rgba(17,18,24,.10);background:rgba(17,18,24,.02);overflow-wrap:anywhere}

.ftr{margin-top:12px;border-top:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.40)}
.ftr-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:12px;padding:18px 0}
.ftr-h{margin:0 0 10px}
.ftr-p{margin:8px 0;color:var(--muted);line-height:1.6;overflow-wrap:anywhere}
.ftr-links{list-style:none;padding:0;margin:0}
.ftr-links li{margin:8px 0}
.ftr-bottom{padding:14px 0 20px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;color:var(--muted)}
.homechip{display:inline-flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:999px;border:1px solid rgba(17,18,24,.10);background:rgba(255,255,255,.62);text-decoration:none}
.sep{opacity:.7}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .grid4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split{grid-template-columns:1fr}
  .prod-grid{grid-template-columns:1fr}
  .cart-grid{grid-template-columns:1fr}
  .ftr-grid{grid-template-columns:1fr}
  .bar{grid-template-columns:1fr}
}
@media (max-width:768px){
  .nav{display:none}
  .menu-btn{display:inline-flex}
  .grid4,.grid3,.grid2,.products{grid-template-columns:1fr}
}
@media (max-width:420px){
  .container{width:calc(100% - 24px)}
}
