
:root{
  --ink:#171312; --cream:#f8f4ec; --paper:#fffdf9; --accent:#8f211d;
  --gold:#c99b52; --muted:#706861; --line:#ddd4c8; --white:#fff;
  --shadow:0 24px 70px rgba(33,24,18,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 44px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,249,.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(40,30,20,.08)}
.nav{height:82px;display:flex;align-items:center;gap:32px}
.brand img{width:120px;height:auto;display:block}
nav{display:flex;gap:28px;margin-left:auto}
nav a{font-size:14px;font-weight:600;letter-spacing:.02em}
nav a:hover{color:var(--accent)}
.nav-cta{background:var(--ink);color:white;padding:11px 18px;border-radius:999px;font-size:13px;font-weight:700}
.menu-toggle{display:none;border:0;background:none;font-size:24px}
.hero{overflow:hidden;position:relative;background:linear-gradient(120deg,#f8f4ec 0%,#fffdf9 58%,#f1e9dc 100%);min-height:720px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;min-height:720px;gap:20px}
.hero-copy{padding:70px 0 90px;position:relative;z-index:2}
.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:800;color:var(--accent)}
h1,h2{font-family:"Playfair Display",Georgia,serif;font-weight:600;line-height:1.03;letter-spacing:-.035em}
h1{font-size:clamp(54px,7vw,88px);margin:18px 0 24px}
h2{font-size:clamp(42px,5vw,64px);margin:12px 0 22px}
em{color:var(--accent);font-weight:500}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:610px}
.hero-actions{display:flex;align-items:center;gap:24px;margin:34px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 22px;border-radius:999px;font-weight:700;font-size:14px}
.btn-dark{background:var(--ink);color:#fff}
.btn-light{background:#fff;color:var(--ink)}
.btn-outline{border:1px solid rgba(255,255,255,.5);color:#fff}
.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px}
.trust-row{display:flex;gap:28px;margin-top:55px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-family:"Playfair Display";font-size:20px}
.trust-row span{font-size:12px;color:var(--muted);margin-top:3px}
.hero-visual{height:620px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-card{position:absolute;border-radius:28px}
.back-card{width:390px;height:500px;transform:rotate(8deg) translate(35px,15px);background:#8b211d;box-shadow:var(--shadow);opacity:.96}
.main-card{width:min(410px,80%);height:540px;background:#fff;box-shadow:var(--shadow);overflow:hidden;display:flex;align-items:center;justify-content:center}
.main-card img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.floating-label{position:absolute;right:0;bottom:85px;background:#fff;padding:18px 22px;box-shadow:0 16px 45px rgba(0,0,0,.12);border-radius:14px;min-width:180px}
.floating-label span{font-size:10px;letter-spacing:.2em;color:var(--accent);font-weight:800}
.floating-label b{display:block;font-family:"Playfair Display";font-size:17px;line-height:1.15;margin-top:5px}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.28}
.orb1{width:330px;height:330px;background:#d7b76f;right:-90px;top:-110px}
.orb2{width:210px;height:210px;background:#b84732;left:-100px;bottom:-80px}
.marquee{overflow:hidden;background:var(--accent);color:#fff;padding:14px 0;white-space:nowrap}
.marquee div{font-size:12px;letter-spacing:.18em;font-weight:700;text-align:center}
.marquee span{padding:0 22px;color:#e5c47b}
.products-section{padding:110px 0 125px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}
.section-heading p{max-width:360px;color:var(--muted);margin:0 0 18px}
.filters{display:flex;flex-wrap:wrap;gap:9px;margin:40px 0}
.filter{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;font:600 12px "DM Sans";cursor:pointer}
.filter.active,.filter:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border:1px solid #ece5db;border-radius:18px;overflow:hidden;transition:.3s;animation:rise .55s both;animation-delay:var(--delay)}
.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(35,23,15,.1)}
.product-img{height:310px;background:#f5f0e8;display:flex;align-items:center;justify-content:center;padding:18px}
.product-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-info{padding:17px 18px 20px}
.product-info span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--accent);font-weight:800}
.product-info h3{font-family:"Playfair Display";font-size:22px;line-height:1.15;margin:7px 0 13px}
.product-info a{font-size:12px;font-weight:800;border-bottom:1px solid #bcb2a5;padding-bottom:2px}
.about-section{background:var(--cream);padding:110px 0}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.about-image{background:#fff;border-radius:28px;padding:45px;box-shadow:var(--shadow);display:flex;justify-content:center}
.about-image img{width:65%;height:auto;object-fit:contain}
.about-copy p{color:var(--muted);max-width:620px;font-size:16px}
.cert-box{margin-top:28px;display:inline-flex;align-items:center;gap:16px;border-left:3px solid var(--accent);padding:12px 16px;background:#fff}
.cert-box b{font-size:13px}.cert-box span{font-size:12px;color:var(--muted)}
.feature-band{background:var(--ink);color:#fff;padding:80px 0}
.feature-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:34px;align-items:start}
.feature-grid h2{margin-top:10px}
.feature{border-left:1px solid rgba(255,255,255,.2);padding-left:24px}
.feature b{color:#d5ae69;font-size:12px}.feature h3{font-family:"Playfair Display";font-size:23px;margin:9px 0}
.feature p{color:#c9c1b7;font-size:13px;margin:0}
.contact-section{padding:100px 0}
.contact-card{background:var(--accent);color:#fff;border-radius:28px;display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden}
.contact-main{padding:65px 65px 70px}
.contact-main h2{margin-bottom:18px}
.contact-main p{color:#ead9d4;max-width:570px}
.contact-buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.contact-details{background:rgba(0,0,0,.15);padding:55px 45px}
.contact-details img{width:92px;background:#fff;border-radius:10px;padding:8px;margin-bottom:18px}
.contact-details h3{font-family:"Playfair Display";font-size:25px;line-height:1.15;margin:0 0 15px}
.contact-details p{font-size:13px;color:#ead9d4}
footer{border-top:1px solid var(--line);padding:24px 0;background:#fff}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
.footer-row img{width:85px}.footer-row a{font-weight:700;color:var(--ink)}
@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1000px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;padding-bottom:30px}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}
  .hero-visual{height:520px}.floating-label{right:7%}
  .about-grid{gap:45px}.feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,1180px)}
  .nav{height:70px}.brand img{width:100px}.nav-cta{display:none}.menu-toggle{display:block;margin-left:auto}
  nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:18px 24px;border-bottom:1px solid var(--line);flex-direction:column;gap:16px;margin:0}
  nav.open{display:flex}
  .hero,.hero-grid{min-height:auto}.hero-copy{padding:65px 0 10px}.hero-copy>p{font-size:16px}.hero-visual{height:470px}.main-card{height:400px;width:300px}.back-card{width:290px;height:370px}.floating-label{bottom:35px;right:0}
  .section-heading{display:block}.section-heading p{margin-top:10px}
  .products-section,.about-section,.contact-section{padding:75px 0}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:245px}.product-info h3{font-size:19px}
  .about-grid,.contact-card{grid-template-columns:1fr}.about-image{padding:25px}.about-image img{width:45%}.contact-main{padding:45px 28px}.contact-details{padding:35px 28px}
  .feature-grid{grid-template-columns:1fr}.feature{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:20px 0 0}
  .footer-row{flex-direction:column;text-align:center}
}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.product-img{height:320px}.hero-actions{flex-direction:column}.trust-row{gap:15px}}
