@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@300;400;500;600&display=swap");
:root{
  --bg:#f5f1eb;
  --paper:#fbf8f4;
  --card:#ffffff;
  --ink:#171717;
  --muted:#68635d;
  --line:rgba(23,23,23,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:1220px;margin:0 auto;padding:0 28px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(245,241,235,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header .inner{display:flex;justify-content:space-between;align-items:center;min-height:72px;gap:22px}
.brand{font-family:"Cormorant Garamond",serif;font-size:32px;letter-spacing:.03em}
.nav{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:14px}
.btn,.ghost-btn,.category-chip{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:2px;border:1px solid var(--ink);font-size:14px;font-weight:500;transition:.18s ease}
.btn{background:var(--ink);color:#fff}
.ghost-btn,.category-chip{background:transparent;color:var(--ink)}
.btn:hover,.ghost-btn:hover,.category-chip:hover{transform:translateY(-1px)}
.home-hero{min-height:80svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:48px 0 12px}
.hero-logo{font-family:"Cormorant Garamond",serif;font-size:clamp(64px,10vw,132px);line-height:.9;font-weight:600;letter-spacing:.02em;margin:0}
.hero-subtitle{margin:18px auto 0;font-size:16px;line-height:1.5;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.category-strip{padding:14px 0 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(251,248,244,.75)}
.category-strip .wrap{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.section{padding:48px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.section-head h1,.section-head h2{font-family:"Cormorant Garamond",serif;font-size:52px;line-height:.95;margin:0 0 10px}
.section-head p{margin:0;color:var(--muted);max-width:700px;line-height:1.65}
.grid{display:grid;gap:18px}
.grid.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-card{display:block;background:var(--card);border:1px solid var(--line);border-radius:2px;overflow:hidden}
.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.05)}
.product-card-image{aspect-ratio:4/3;background:#ece7df;overflow:hidden}
.product-card-image img{width:100%;height:100%;object-fit:cover}
.product-card-body{padding:18px}
.product-type{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.product-title{font-family:"Cormorant Garamond",serif;font-size:38px;line-height:.95;margin:0 0 8px}
.product-desc{margin:0 0 14px;color:#48433f;line-height:1.6}
.product-price{font-size:15px;font-weight:600;letter-spacing:.02em}
.consult-box{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:42px 0;background:rgba(251,248,244,.76)}
.consult-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}
.consult-inner h2{font-family:"Cormorant Garamond",serif;font-size:46px;line-height:.95;margin:0 0 10px}
.consult-inner p{margin:0;color:var(--muted);max-width:720px;line-height:1.65}
.footer{padding:22px 0 34px;color:var(--muted);font-size:14px}
.breadcrumbs{padding:20px 0 0;color:var(--muted);font-size:14px}
.category-hero{padding:34px 0 10px}
.category-hero h1{font-family:"Cormorant Garamond",serif;font-size:74px;line-height:.92;margin:0 0 12px}
.category-hero p{margin:0;color:#4f4a45;font-size:18px;line-height:1.6;max-width:760px}
@media (max-width: 980px){
  .site-header .inner,.consult-inner,.section-head{display:block}
  .nav{margin-top:10px;flex-wrap:wrap}
  .grid.cards-2{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .wrap{padding:0 16px}
  .brand{font-size:26px}
  .nav{font-size:13px;gap:12px;overflow:auto;white-space:nowrap;scrollbar-width:none}
  .nav::-webkit-scrollbar{display:none}
  .home-hero{min-height:68svh;padding:34px 0 8px}
  .hero-subtitle{font-size:13px;max-width:320px}
  .category-strip .wrap{justify-content:stretch}
  .category-chip,.btn,.ghost-btn{width:100%}
  .grid.cards-2{grid-template-columns:1fr}
  .section{padding:34px 0}
  .section-head h1,.section-head h2,.consult-inner h2{font-size:38px}
  .category-hero h1{font-size:50px}
  .category-hero p,.section-head p,.consult-inner p,.product-desc{font-size:15px;line-height:1.55}
  .product-title{font-size:30px}
  .product-card-body{padding:16px}
  .consult-inner .btn{margin-top:16px}
}
