:root{
  --bg:#fffdf9;
  --surface:#ffffff;
  --surface-soft:#f8f3ec;
  --ink:#2f2a24;
  --muted:#6f655b;
  --line:#e8ded2;
  --brand:#8b6f4e;
  --brand-dark:#5f4a31;
  --accent:#c8aa7a;
  --accent-soft:#f1e5d3;
  --danger:#9d3a31;
  --radius:22px;
  --shadow:0 18px 50px rgba(66,45,26,.10);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#fffdf9 0%,#fff8ee 100%);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.announcement{
  background:#2f2a24;
  color:#fff;
  font-size:14px;
  text-align:center;
  padding:9px 16px;
}
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,253,249,.92);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(232,222,210,.85);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand-dark);
}
.logo-img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--line);
}
.logo-mark{
  width:42px;height:42px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%, #fff 0 18%, #d2bb90 19% 47%, #8b6f4e 48% 100%);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
}
.nav-links{
  display:flex;
  align-items:center;
  gap:26px;
  font-size:15px;
  color:var(--muted);
}
.nav-links a:hover{color:var(--brand-dark)}
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-weight:700;
  box-shadow:0 10px 22px rgba(47,42,36,.16);
}
.menu-btn{display:none;background:none;border:0;font-size:28px;color:var(--ink)}
.hero{
  padding:76px 0 54px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:46px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--brand-dark);
  font-weight:700;
  font-size:13px;
  letter-spacing:.02em;
}
h1,h2,h3{line-height:1.12;margin:0;color:var(--ink)}
h1{font-size:clamp(40px,5vw,68px);letter-spacing:-.045em;margin-top:18px}
h2{font-size:clamp(30px,3.2vw,46px);letter-spacing:-.035em}
h3{font-size:24px;letter-spacing:-.02em}
.lead{font-size:19px;color:var(--muted);max-width:640px;margin:22px 0 0}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;
  padding:14px 22px;
  font-weight:800;
  border:1px solid transparent;
}
.btn-primary{background:var(--brand-dark);color:#fff}
.btn-secondary{background:#fff;color:var(--brand-dark);border-color:var(--line)}
.btn:hover{transform:translateY(-1px)}
.hero-card{
  position:relative;
  min-height:520px;
  border-radius:34px;
  background:
    radial-gradient(circle at 70% 18%, rgba(200,170,122,.26), transparent 32%),
    linear-gradient(145deg,#fff,#f5ecde);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
  padding:30px;
}
.product-illustration{
  position:absolute;
  inset:42px 64px 78px auto;
  width:min(76%,390px);
  height:410px;
  background:#fff;
  border-radius:20px 20px 34px 34px;
  box-shadow:0 18px 40px rgba(57,39,22,.18);
  border:1px solid #eee3d6;
}
.rod{position:absolute;top:26px;left:42px;right:42px;height:9px;background:#7c6b5b;border-radius:999px}
.rings{position:absolute;top:20px;left:70px;right:70px;display:flex;justify-content:space-between}
.rings span{width:18px;height:28px;border:4px solid #d6c7b5;border-bottom-color:transparent;border-radius:50%}
.hem{position:absolute;top:62px;left:0;right:0;height:52px;background:linear-gradient(90deg,#fff,#faf7f2,#fff);border-bottom:1px solid #eee8df}
.ruffles{position:absolute;top:116px;left:0;right:0;bottom:0;display:flex;flex-direction:column}
.ruffles span{
  flex:1;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255,255,255,.95), transparent 35%),
    repeating-linear-gradient(90deg,#fff 0 18px,#f5f1eb 19px 34px,#fff 35px 50px);
  border-top:1px solid #efe5da;
  box-shadow:inset 0 10px 18px rgba(107,80,53,.055);
}
.badge-card{
  position:absolute;
  left:30px;
  bottom:30px;
  width:min(82%,330px);
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 38px rgba(50,35,20,.12);
}
.badge-card strong{display:block;font-size:18px}
.badge-card span{display:block;color:var(--muted);font-size:14px;margin-top:4px}
.section{padding:74px 0}
.section-soft{background:rgba(248,243,236,.70);border-block:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}
.section-head p{max-width:560px;color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:0 10px 34px rgba(68,48,30,.06);
}
.card p{color:var(--muted);margin:12px 0 0}
.icon{
  width:46px;height:46px;border-radius:16px;
  display:grid;place-items:center;
  background:var(--accent-soft);
  color:var(--brand-dark);
  font-weight:900;
  margin-bottom:18px;
}
.product-tile{
  overflow:hidden;
  padding:0;
}
.product-img{
  height:260px;
  background:linear-gradient(145deg,#fff,#f0e3d4);
  display:grid;
  place-items:center;
  position:relative;
}
.product-img .mini-curtain{
  width:170px;height:210px;background:#fff;border:1px solid #eadfce;border-radius:12px 12px 22px 22px;box-shadow:0 15px 30px rgba(52,36,18,.12);position:relative;overflow:hidden;
}
.product-img .mini-curtain:before{content:"";position:absolute;top:0;left:0;right:0;height:34px;background:#fff;border-bottom:1px solid #eadfce}
.product-img .mini-curtain i{display:block;height:22px;border-top:1px solid #eee4d7;background:repeating-linear-gradient(90deg,#fff 0 10px,#f5f1eb 11px 21px)}
.product-body{padding:24px}
.product-body .meta{font-size:13px;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.price{font-size:24px;font-weight:900;color:var(--brand-dark);margin-top:10px}
.spec-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
}
.spec-table th,.spec-table td{
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}
.spec-table th{width:34%;background:#fbf6ee;color:var(--brand-dark)}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}
.product-page-hero{padding:52px 0 42px}
.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:18px}
.product-detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}
.gallery{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.gallery-main{
  height:520px;
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#f4eadc);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.gallery-main .product-illustration{position:relative;inset:auto;width:310px;height:410px}
.thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.thumb{
  height:86px;border-radius:16px;border:1px solid var(--line);background:#fbf7ef;display:grid;place-items:center;color:var(--muted);font-size:12px;text-align:center;padding:10px;font-weight:700;
}
.product-summary .status{
  display:inline-flex;align-items:center;gap:8px;
  background:#edf7ee;color:#2f6c3d;border:1px solid #cde8d1;
  padding:7px 12px;border-radius:999px;font-weight:800;font-size:13px;
}
.product-summary h1{font-size:clamp(34px,4.2vw,56px)}
.sku-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.sku-pill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:13px;color:var(--muted)}
.notice{
  background:#fff7e8;
  border:1px solid #efd7ac;
  border-radius:18px;
  padding:18px;
  margin-top:22px;
  color:#6d5129;
}
.copy-box{
  background:#fff;
  border:1px dashed var(--accent);
  border-radius:18px;
  padding:18px;
  margin-top:24px;
  color:var(--muted);
}
.copy-box code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--brand-dark)}
.text-page{
  max-width:860px;
  margin:0 auto;
}
.text-page h1{font-size:clamp(36px,4vw,56px);margin-bottom:16px}
.text-page h2{font-size:28px;margin-top:36px}
.text-page p,.text-page li{color:var(--muted)}
.text-page ul{padding-left:22px}
.form-card label{display:block;font-weight:800;margin-bottom:6px;color:var(--brand-dark)}
.form-card input,.form-card textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  background:#fff;
  margin-bottom:16px;
}
.form-card textarea{min-height:130px;resize:vertical}
.footer{
  padding:44px 0;
  background:#2f2a24;
  color:#fff;
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}
.footer p,.footer a{color:rgba(255,255,255,.72)}
.footer h3{color:#fff;font-size:17px;margin-bottom:12px}
.footer-links{display:grid;gap:8px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:22px;color:rgba(255,255,255,.55);font-size:14px}
@media(max-width:900px){
  .nav-links{
    position:absolute;left:20px;right:20px;top:76px;
    display:none;flex-direction:column;align-items:stretch;
    background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;
    box-shadow:var(--shadow);
  }
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .hero-grid,.product-detail-grid,.grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .section-head{display:block}
  .hero{padding-top:44px}
  .hero-card{min-height:460px}
  .product-illustration{right:36px;width:70%;height:360px}
  .gallery-main{height:430px}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .container{width:min(100% - 28px,var(--max))}
  .announcement{font-size:12px}
  .nav{min-height:68px}
  .nav-links{top:68px}
  .hero-card{padding:18px;min-height:420px;border-radius:26px}
  .product-illustration{right:20px;left:auto;width:78%;height:330px}
  .badge-card{left:18px;bottom:18px}
  .section{padding:52px 0}
  .gallery{padding:16px;border-radius:24px}
  .gallery-main{height:380px}
  .gallery-main .product-illustration{width:250px;height:340px}
  .thumb-grid{grid-template-columns:repeat(2,1fr)}
  .spec-table th,.spec-table td{display:block;width:100%}
  .spec-table th{border-bottom:0;padding-bottom:4px}
  .spec-table td{padding-top:4px}
}
.hero-product-photo{
  position:absolute;
  top:42px;
  right:54px;
  width:min(76%,420px);
  height:410px;
  object-fit:contain;
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(57,39,22,.18);
  border:1px solid #eee3d6;
  padding:12px;
}
@media(max-width:520px){
  .hero-product-photo{
    right:20px;
    width:78%;
    height:330px;
  }
}
.product-tile-photo{
  max-width:82%;
  max-height:230px;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
  padding:10px;
  box-shadow:0 15px 30px rgba(52,36,18,.12);
}
.product-main-photo{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  border-radius:22px;
  padding:18px;
}
.thumb-img{
  object-fit:contain;
}