
:root{
  --bg:#fffdf8;--text:#171717;--muted:#68645f;--surface:#f3eee7;
  --line:#ddd6cd;--accent:#181818;--soft:#ece3d8;--white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;object-fit:cover}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#171717;color:#fff;text-align:center;padding:10px 14px;font-size:12px;letter-spacing:.7px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{font-weight:900;font-size:24px;letter-spacing:-1px}
.menu{display:flex;gap:22px;font-size:14px;font-weight:750}
.menu a:hover{opacity:.55}
.actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid var(--accent);border-radius:999px;font-weight:800}
.btn-dark{background:var(--accent);color:#fff}
.hero{padding:40px 0 24px}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:18px}
.hero-copy{min-height:560px;border-radius:30px;background:linear-gradient(135deg,#ead9c6,#f8f0e7);padding:68px;display:flex;flex-direction:column;justify-content:center}
.hero-img{min-height:560px;border-radius:30px;overflow:hidden;background:#ddd}
.hero-img img{height:100%}
.eyebrow{display:inline-block;width:max-content;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.9px;margin-bottom:20px}
h1{font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-3.5px;margin:0;max-width:790px}
.hero p,.product-copy p{color:#4e4a45;line-height:1.75;font-size:17px}
.hero p{max-width:650px;margin:25px 0 32px}
section{padding:65px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.section-head h2{margin:0;font-size:clamp(32px,4vw,50px);letter-spacing:-2px}
.section-head p{margin:0;color:var(--muted);line-height:1.65;max-width:540px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.22s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.07)}
.card img{height:330px}
.card-body{padding:18px}
.card h3{margin:0 0 8px;font-size:18px}
.card p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.text-card{background:var(--surface);border-radius:22px;padding:28px}
.text-card h3{margin:0 0 12px}
.text-card p{margin:0;color:var(--muted);line-height:1.7}
.breadcrumbs{font-size:13px;color:var(--muted);padding-top:22px}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.product-hero{padding:28px 0 22px}
.product-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}
.product-photo{min-height:620px;border-radius:28px;overflow:hidden;background:#eee}
.product-photo img{height:100%}
.product-copy{background:var(--surface);border-radius:28px;padding:58px;display:flex;flex-direction:column;justify-content:center}
.product-copy h1{font-size:clamp(42px,5vw,68px)}
.pill-row{display:flex;gap:9px;flex-wrap:wrap;margin:10px 0 26px}
.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800}
.promo{background:#191919;color:#fff;border-radius:30px;padding:52px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.promo h2{font-size:clamp(34px,4vw,54px);letter-spacing:-2px;margin:0 0 12px}
.promo p{margin:0;color:#d1d1d1;line-height:1.7}
.promo .btn{background:#fff;color:#111;border-color:#fff}
.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}
.tag-cloud a{border:1px solid var(--line);background:#fff;padding:10px 13px;border-radius:999px;font-size:13px;font-weight:750}
footer{margin-top:58px;border-top:1px solid var(--line);padding:42px 0;color:#69645f;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}

@media(max-width:900px){
  .menu{display:none}
  .hero-grid,.product-grid{grid-template-columns:1fr}
  .hero-copy,.product-copy{padding:42px 30px;min-height:auto}
  .hero-img{min-height:440px}
  .product-photo{min-height:500px}
  .grid-3{grid-template-columns:1fr}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .promo{grid-template-columns:1fr}
}
@media(max-width:560px){
  .brand{font-size:19px}
  .actions .btn:first-child{display:none}
  .hero{padding-top:20px}
  .hero-copy,.hero-img,.product-photo,.product-copy{border-radius:22px}
  .hero-img{min-height:350px}
  .product-photo{min-height:390px}
  .grid-4{grid-template-columns:1fr}
  .card img{height:380px}
  section{padding:48px 0}
  h1{letter-spacing:-2px}
  .promo{padding:32px 24px;border-radius:24px}
}
