:root{
  --black:#0b0907;
  --black2:#17110b;
  --cream:#fffaf3;
  --cream2:#f9efe3;
  --cream3:#f4e7d5;
  --ink:#211913;
  --muted:#73675e;
  --gold:#b87a19;
  --gold2:#e5b04b;
  --gold3:#f3d37c;
  --line:#dfcdb4;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:Inter,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#efe2cf}
body{margin:0;background:#efe2cf;color:var(--ink);font-family:var(--sans);overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.bg-page{width:min(100%,1448px);margin:0 auto;background:var(--cream);box-shadow:0 0 34px rgba(37,20,5,.08)}

/* HEADER */
.topbar{height:49px;background:linear-gradient(180deg,#17130f 0%,#080705 100%);border-bottom:1px solid #a77322;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 56px;color:#f4ead8}
.brand{display:flex;align-items:center;gap:11px;width:max-content}
.brand img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 0 5px rgba(224,170,57,.18))}
.brand span{display:grid;line-height:.83}
.brand strong{font:700 24px/1 var(--serif);letter-spacing:.035em;color:#e9bd5a}
.brand em{font:italic 15px/1 var(--serif);color:#e9d59d}
.main-nav{height:100%;display:flex;align-items:center;gap:50px;font:600 14px/1 var(--serif)}
.main-nav a{height:100%;display:flex;align-items:center;position:relative}
.main-nav a.active{color:#e9bd59}
.main-nav a.active::after{content:"";height:2px;position:absolute;left:-13px;right:-13px;bottom:0;background:linear-gradient(90deg,transparent,#efc558 25%,#efc558 75%,transparent)}
.header-tools{justify-self:end;display:flex;align-items:center;gap:7px}
.lang{width:37px;height:29px;border-radius:99px;border:1px solid rgba(255,255,255,.2);background:#0b0a09;color:#e7e0d8;font-size:11px}
.lang.is-active{background:linear-gradient(145deg,#ffe991,#c78219);border-color:#e6b543;color:#281803;box-shadow:inset 0 1px rgba(255,255,255,.45)}
.divider{height:23px;width:1px;background:rgba(255,255,255,.2);margin:0 7px 0 5px}
.icon-btn{width:29px;height:29px;padding:5px;border:0;background:transparent;color:#f4ecde}

/* HERO */
.hero{height:353px;display:grid;grid-template-columns:40.7% 59.3%;overflow:hidden;border-bottom:1px solid #dac8ad;background:#fff9f0}
.hero-copy{padding:29px 28px 18px 59px;background:radial-gradient(circle at 0 52%,rgba(233,202,149,.16),transparent 30%),linear-gradient(90deg,#fffaf3 0%,#fffaf3 82%,#f8ecdc 100%)}
.eyebrow{font-size:8px;font-weight:700;letter-spacing:.25em;color:#9b6d37;white-space:nowrap;margin-bottom:12px}
.eyebrow b{font-size:7px;margin:0 6px}
.hero h1{margin:0;font:600 51px/.9 var(--serif);letter-spacing:-.035em}
.hero h1 em{color:#b77732;font-weight:500}
.hero-copy>p{width:92%;margin:13px 0 0;color:#4f443b;font-size:13px;line-height:1.42}
.hero-actions{display:flex;gap:12px;margin-top:18px}
.btn{height:42px;border-radius:9px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font:700 15px/1 var(--serif);border:1px solid #c9913d}
.btn-gold{background:linear-gradient(180deg,#e4b343,#a86a0b);color:#fff8e9;box-shadow:inset 0 1px rgba(255,255,255,.55),0 6px 14px rgba(132,77,3,.16)}
.btn-light{background:#fffdf9;color:#392515}
.btn-light svg{width:18px;height:18px;color:#97631a}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px}
.stat{height:55px;border:1px solid #e2d3c1;border-radius:8px;background:rgba(255,253,249,.92);display:flex;align-items:center;gap:11px;padding:0 13px}
.stat svg{width:22px;height:22px;color:#9d681f;flex:0 0 auto}
.stat strong{display:block;font:700 14px/1.05 var(--serif)}
.stat small{display:block;margin-top:4px;font-size:7px;color:#796e64;white-space:nowrap}
.hero-art{height:100%;overflow:hidden;background:#aa7d50}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}

/* CATALOG */
.catalog-shell{height:428px;background:radial-gradient(circle at 1% 45%,rgba(231,203,163,.22),transparent 12%),radial-gradient(circle at 99% 55%,rgba(231,203,163,.22),transparent 12%),linear-gradient(180deg,#fffdf9 0%,#fbf2e7 100%);overflow:hidden}
.section{padding-left:67px;padding-right:65px}
.featured-section{padding-top:13px}
.section-heading,.showcase-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.section-heading h2,.showcase-heading h2{margin:0;display:flex;align-items:center;font:700 27px/.95 var(--serif);letter-spacing:-.015em}
.heading-line{display:inline-block;width:169px;height:1px;background:linear-gradient(90deg,#a97730,transparent);margin-left:12px}
.section-heading p,.showcase-heading p{margin:3px 0 0;color:#73675d;font-size:9px}
.outline-pill{height:29px;border:1px solid #d2b27f;border-radius:99px;background:#fffdf9;padding:0 14px;display:inline-flex;align-items:center;gap:8px;font:600 9px/1 var(--serif);white-space:nowrap}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}
.featured-card{height:154px;border:1px solid #e7dac9;border-radius:8px;background:rgba(255,255,255,.76);display:grid;grid-template-columns:48% 52%;overflow:hidden}
.featured-media{margin:8px 0 8px 8px;border-radius:6px;overflow:hidden;background:#fbf3e8;display:grid;place-items:center}
.featured-media img{width:100%;height:100%;object-fit:cover}
.featured-copy{padding:12px 13px 9px;display:flex;flex-direction:column;min-width:0}
.featured-copy h3{margin:0;font:700 12px/1.05 var(--serif)}
.brand-name{margin-top:2px;color:#786d63;font-size:8px}
.featured-copy p{margin:6px 0 0;color:#695e55;font-size:8.5px;line-height:1.25;max-width:95%}
.featured-copy strong{margin-top:auto;font-size:13px}
.detail-btn{height:28px;margin-top:5px;border:1px solid #c88a20;border-radius:6px;background:linear-gradient(180deg,#dda83a,#a3660a);color:#fff9ec;display:flex;align-items:center;justify-content:center;gap:12px;font:700 10px/1 var(--serif)}
.showcase{padding-top:10px}
.showcase-heading{align-items:flex-end}
.filters{display:flex;align-items:center;gap:6px}
.chip{height:24px;border:1px solid #dfcfbb;border-radius:99px;padding:0 11px;background:#f6eadc;color:#67584b;font-size:7px}
.chip.active{background:linear-gradient(180deg,#3a2812,#151006);border-color:#a97824;color:#f1c55c;box-shadow:0 0 7px rgba(198,127,17,.18)}
.product-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:8px}
.product-card{height:119px;border:1px solid #e6dacb;border-radius:7px;background:rgba(255,255,255,.78);padding:5px 5px 6px;text-align:center;display:flex;flex-direction:column;min-width:0;overflow:hidden}
.product-media{height:81px;border-radius:5px;overflow:hidden;background:#fbf4e9}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-card h3{height:20px;margin:4px 0 0;overflow:hidden;font:700 8.2px/1.05 var(--serif)}
.product-card strong{margin-top:auto;font-size:8.2px}

/* ECOSYSTEM */
.ecosystem{height:171px;position:relative;overflow:hidden;display:grid;grid-template-columns:31% 31% 38%;align-items:center;padding:0 64px 0 71px;color:#f6ead4;background:radial-gradient(circle at 38% 115%,rgba(238,161,32,.42),transparent 28%),radial-gradient(circle at 6% 60%,rgba(230,151,25,.15),transparent 23%),linear-gradient(180deg,#171007 0%,#070503 68%,#0d0904 100%);border-top:1px solid #a67120}
.ecosystem::before{content:"";position:absolute;inset:0;background:repeating-conic-gradient(from 208deg at 33% 115%,rgba(229,155,34,.07) 0deg 1deg,transparent 1deg 7deg);pointer-events:none}
.eco-copy,.eco-art,.eco-links{position:relative;z-index:1}
.eco-kicker{font-size:7px;letter-spacing:.18em;color:#e2b044;font-weight:700}
.eco-copy h2{margin:7px 0 5px;font:700 29px/.94 var(--serif);white-space:nowrap}
.eco-copy h2 em{font-style:normal;color:#edc05b}
.eco-copy p{margin:0;color:#d2c2ad;font-size:9px;line-height:1.37}
.eco-art{height:168px;overflow:hidden;display:grid;place-items:center}
.eco-art img{width:110%;height:110%;object-fit:cover;object-position:center}
.eco-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 10px}
.eco-link{height:40px;border:1px solid rgba(211,150,41,.5);border-radius:7px;background:linear-gradient(180deg,rgba(32,24,15,.9),rgba(8,7,6,.96));display:grid;grid-template-columns:28px 1fr 8px;gap:7px;align-items:center;padding:0 8px}
.eco-icon{width:26px;height:26px;border:1px solid #a97822;border-radius:50%;display:grid;place-items:center;color:#efc55a;font-size:13px}
.eco-link b{display:block;color:#fff7e8;font-size:8px}
.eco-link small{display:block;margin-top:1px;color:#c6b49d;font-size:6px}
.eco-link i{font-style:normal;color:#e6b347;font-size:14px}

/* FOOTER */
.footer{height:57px;background:#090705;border-top:1px solid #775116;color:#e9dcc8;display:grid;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:25px;padding:0 54px}
.footer-brand{display:flex;align-items:center;gap:8px}
.footer-brand img{width:32px;height:32px}
.footer-brand span{display:grid;line-height:.84}
.footer-brand strong{font:700 16px/1 var(--serif);color:#e7bb58}
.footer-brand em{font:italic 9px/1 var(--serif);color:#e6d39d}
.footer nav{display:flex;gap:12px;font:600 7px/1 var(--serif)}
.footer-tagline{text-align:center;font:italic 8px/1 var(--serif);color:#d4c4ae}
.footer-social{font-size:11px;white-space:nowrap}
.copyright{font-size:7px;line-height:1.35;color:#cfc1ae;white-space:nowrap}

/* MOBILE — mesma essência, sem reconstrução paralela */
@media(max-width:760px){
  .bg-page{width:100%;box-shadow:none}
  .topbar{height:56px;grid-template-columns:1fr auto;padding:0 12px}
  .brand img{width:38px;height:38px}.brand strong{font-size:18px}.brand em{font-size:11px}
  .main-nav{display:none}.header-tools{gap:4px}.divider,.icon-btn{display:none}.lang{width:30px;height:26px;font-size:9px}
  .hero{height:auto;display:block}
  .hero-copy{padding:18px 16px 15px}
  .eyebrow{font-size:6px;margin-bottom:8px}
  .hero h1{font-size:38px;line-height:.9}
  .hero-copy>p{font-size:11px;margin-top:10px}
  .hero-actions{gap:7px;margin-top:14px}.btn{height:38px;padding:0 13px;font-size:12px}
  .stats{gap:5px;margin-top:12px}.stat{height:46px;padding:0 6px;gap:5px}.stat svg{width:17px}.stat strong{font-size:10px}.stat small{font-size:5.8px}
  .hero-art{height:245px}.hero-art img{object-position:center}
  .catalog-shell{height:auto;overflow:visible}
  .section{padding-left:14px;padding-right:14px}
  .featured-section{padding-top:13px}
  .section-heading h2,.showcase-heading h2{font-size:23px}.heading-line{width:70px}
  .section-heading .outline-pill{font-size:7px;padding:0 9px}
  .featured-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px}.featured-card{min-width:89%;height:135px;scroll-snap-align:start}
  .showcase-heading{align-items:center}.filters .chip:nth-child(n+2){display:none}
  .filters{gap:4px}.outline-pill{height:26px}
  .product-grid{display:flex;overflow-x:auto;padding-bottom:14px}.product-card{min-width:31%;height:119px}
  .ecosystem{height:auto;grid-template-columns:1fr;padding:18px 14px}
  .eco-copy{text-align:center}.eco-copy h2{font-size:27px}.eco-copy p{font-size:8px}
  .eco-art{height:150px;margin:4px 0}.eco-links{grid-template-columns:1fr 1fr;gap:6px}
  .footer{height:auto;grid-template-columns:1fr;text-align:center;padding:13px 14px;gap:10px}
  .footer-brand,.footer nav{margin:auto}.footer-tagline{order:5}.footer-social{order:4}.copyright{order:3}
}
