
:root{
  --black:#0b0907; --black2:#18110b; --cream:#fffaf3; --cream2:#f8eddf;
  --ink:#211913; --muted:#74685e; --gold:#b87a19; --gold2:#e2ad42; --gold3:#f2d47b;
  --line:#dfcdb4; --serif:"Cormorant Garamond",Georgia,serif; --sans:Inter,"Segoe UI",Arial,sans-serif;
  --page-pad:clamp(18px,4.7vw,72px); --header-h:clamp(58px,4.4vw,76px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#0a0806}
body{margin:0;background:var(--cream);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%}

.topbar{
  min-height:var(--header-h); background:linear-gradient(180deg,#17130f 0%,#080705 100%);
  border-bottom:1px solid #a77322; display:grid; grid-template-columns:minmax(220px,1fr) auto minmax(180px,1fr);
  align-items:center; gap:24px; padding:0 var(--page-pad); color:#f4ead8; position:sticky; top:0; z-index:50;
}
.brand{display:flex;align-items:center;gap:12px;width:max-content}
.brand-seal{
  width:clamp(42px,3.7vw,58px); aspect-ratio:1; border:2px solid #d8a437; border-radius:50%;
  display:grid;place-items:center;font:700 clamp(16px,1.5vw,24px)/1 var(--serif);color:#edc25f;
  box-shadow:0 0 0 4px rgba(216,164,55,.11),0 0 18px rgba(216,164,55,.12);
}
.brand-copy{display:grid;line-height:.82}
.brand-copy strong{font:700 clamp(20px,1.75vw,28px)/1 var(--serif);letter-spacing:.035em;color:#e8bc58}
.brand-copy em{font:italic clamp(12px,1.05vw,17px)/1 var(--serif);color:#e8d49b}
.main-nav{height:100%;display:flex;align-items:center;gap:clamp(24px,3.6vw,58px);font:600 clamp(13px,.95vw,16px)/1 var(--serif)}
.main-nav a{height:var(--header-h);display:flex;align-items:center;position:relative;white-space:nowrap}
.main-nav a.active{color:#e9bd59}
.main-nav a.active::after{content:"";height:2px;position:absolute;left:-12px;right:-12px;bottom:0;background:linear-gradient(90deg,transparent,#efc558 25%,#efc558 75%,transparent)}
.admin-entry{padding-inline:14px;border-left:1px solid rgba(255,255,255,.12)}
.header-tools{justify-self:end;display:flex;gap:7px}
.lang{min-width:38px;height:32px;border-radius:99px;border:1px solid rgba(255,255,255,.2);background:#0b0a09;color:#e7e0d8;font-size:11px}
.lang.active{background:linear-gradient(145deg,#ffe991,#c78219);border-color:#e6b543;color:#281803;box-shadow:inset 0 1px rgba(255,255,255,.45)}

.hero{
  min-height:clamp(350px,33vw,520px);display:grid;grid-template-columns:minmax(440px,41%) 1fr;
  overflow:hidden;border-bottom:1px solid #dac8ad;background:#fff9f0;
}
.hero-copy{
  padding:clamp(28px,3vw,48px) clamp(24px,2.2vw,38px) clamp(22px,2.6vw,38px) var(--page-pad);
  background:radial-gradient(circle at 0 52%,rgba(233,202,149,.16),transparent 30%),linear-gradient(90deg,#fffaf3 0%,#fffaf3 82%,#f8ecdc 100%);
  display:flex;flex-direction:column;justify-content:center;
}
.eyebrow{font-size:clamp(8px,.65vw,11px);font-weight:700;letter-spacing:.25em;color:#9b6d37;white-space:nowrap;margin-bottom:14px}
.hero h1{margin:0;font:600 clamp(48px,4.2vw,72px)/.88 var(--serif);letter-spacing:-.04em}
.hero h1 em{color:#b77732;font-weight:500}
.hero-copy>p{max-width:670px;margin:16px 0 0;color:#4f443b;font-size:clamp(13px,1.05vw,18px);line-height:1.45}
.hero-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.btn{min-height:44px;border-radius:9px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font:700 clamp(14px,1vw,17px)/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}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.stat{min-height:60px;border:1px solid #e2d3c1;border-radius:9px;background:rgba(255,253,249,.92);display:flex;align-items:center;gap:10px;padding:9px 13px}
.stat-icon{font-size:21px;color:#9d681f;flex:0 0 auto}
.stat strong{display:block;font:700 clamp(13px,1.05vw,17px)/1.05 var(--serif)}
.stat small{display:block;margin-top:4px;font-size:clamp(7px,.56vw,10px);color:#796e64}
.hero-art{min-height:100%;overflow:hidden;background:#aa7d50}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}

.catalog-shell{
  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%);
}
.section{padding-inline:var(--page-pad)}
.featured-section{padding-top:clamp(18px,1.5vw,26px)}
.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 clamp(28px,2.1vw,36px)/.95 var(--serif)}
.heading-line{display:inline-block;width:clamp(80px,12vw,190px);height:1px;background:linear-gradient(90deg,#a97730,transparent);margin-left:12px}
.section-heading p,.showcase-heading p{margin:4px 0 0;color:#73675d;font-size:clamp(10px,.78vw,13px)}
.outline-pill{min-height:34px;border:1px solid #d2b27f;border-radius:99px;background:#fffdf9;padding:0 16px;display:inline-flex;align-items:center;font:600 clamp(10px,.72vw,12px)/1 var(--serif);white-space:nowrap}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.2vw,20px);margin-top:12px}
.featured-card{min-height:188px;border:1px solid #e7dac9;border-radius:10px;background:rgba(255,255,255,.8);display:grid;grid-template-columns:minmax(150px,48%) 1fr;overflow:hidden}
.featured-media{margin:9px 0 9px 9px;border-radius:7px;overflow:hidden;background:#fbf3e8}
.featured-media img{width:100%;height:100%;object-fit:cover}
.featured-copy{padding:14px 15px 12px;display:flex;flex-direction:column;min-width:0}
.featured-copy h3{margin:0;font:700 clamp(14px,1.05vw,18px)/1.08 var(--serif)}
.brand-name{margin-top:3px;color:#786d63;font-size:clamp(9px,.66vw,11px)}
.featured-copy p{margin:7px 0 0;color:#695e55;font-size:clamp(10px,.72vw,12px);line-height:1.3}
.featured-copy strong{margin-top:auto;font-size:clamp(14px,1vw,17px)}
.detail-btn{min-height:32px;margin-top:7px;border:1px solid #c88a20;border-radius:7px;background:linear-gradient(180deg,#dda83a,#a3660a);color:#fff9ec;display:flex;align-items:center;justify-content:center;gap:12px;font:700 clamp(10px,.72vw,12px)/1 var(--serif)}

.showcase{padding-top:14px;padding-bottom:20px}
.showcase-heading{align-items:flex-end}
.filters{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.chip{min-height:27px;border:1px solid #dfcfbb;border-radius:99px;padding:0 12px;background:#f6eadc;color:#67584b;font-size:9px;cursor:pointer}
.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(4,minmax(0,1fr));gap:clamp(10px,1vw,16px);margin-top:12px}
.product-card{border:1px solid #e6dacb;border-radius:9px;background:rgba(255,255,255,.82);padding:7px;text-align:center;display:flex;flex-direction:column;min-width:0;overflow:hidden;container-type:inline-size}
.product-media{aspect-ratio:1.36;border-radius:6px;overflow:hidden;background:#fbf4e9}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-card h3{margin:7px 4px 0;font:700 clamp(11px,3.5cqw,15px)/1.08 var(--serif);min-height:2.2em}
.product-meta{font-size:10px;color:#7b6f65;margin-top:4px}
.product-card .product-action{margin-top:auto;padding-top:8px}
.product-card .product-action a{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 14px;border-radius:99px;border:1px solid #cfa65e;background:#fffaf3;font:700 10px/1 var(--serif)}

.ecosystem-strip{
  position:relative;overflow:hidden;display:grid;grid-template-columns:31% 31% 38%;align-items:center;
  min-height:clamp(210px,16vw,285px);padding:0 var(--page-pad);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-strip::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:clamp(8px,.62vw,11px);letter-spacing:.18em;color:#e2b044;font-weight:700}
.eco-copy h2{margin:8px 0 7px;font:700 clamp(30px,2.5vw,44px)/.94 var(--serif)}
.eco-copy h2 em{font-style:normal;color:#edc05b}
.eco-copy p{max-width:450px;margin:0;color:#d2c2ad;font-size:clamp(10px,.75vw,13px);line-height:1.45}
.eco-cta{display:inline-flex;margin-top:14px;color:#efc05a;font:700 12px/1 var(--serif)}
.eco-art{height:clamp(190px,15vw,270px);overflow:hidden;display:grid;place-items:center}
.eco-art img{width:112%;height:112%;object-fit:cover;object-position:center}
.eco-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}
.eco-link{min-height:48px;border:1px solid rgba(211,150,41,.5);border-radius:8px;background:linear-gradient(180deg,rgba(32,24,15,.9),rgba(8,7,6,.96));display:grid;grid-template-columns:32px 1fr 12px;gap:8px;align-items:center;padding:6px 9px}
.eco-icon{width:30px;height:30px;border:1px solid #a97822;border-radius:50%;display:grid;place-items:center;color:#efc55a;font-size:14px}
.eco-link b{display:block;color:#fff7e8;font-size:10px}.eco-link small{display:block;margin-top:2px;color:#c6b49d;font-size:8px}.eco-link i{font-style:normal;color:#e6b347;font-size:16px}

.footer{min-height:72px;background:#090705;border-top:1px solid #775116;color:#e9dcc8;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:14px var(--page-pad)}
.footer strong{font:700 18px/1 var(--serif);color:#e7bb58}.footer em{font:italic 11px/1 var(--serif);color:#e6d39d}
.footer p{margin:0;text-align:center;font:italic 10px/1.2 var(--serif);color:#d4c4ae}.footer small{text-align:right;font-size:8px;line-height:1.35;color:#cfc1ae;max-width:320px}

@media (min-width:1500px){
  .product-grid{grid-template-columns:repeat(8,minmax(0,1fr))}
  .product-card{padding:6px}
}
@media (min-width:1100px) and (max-width:1499px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:1100px){
  .topbar{grid-template-columns:1fr auto}.main-nav{order:3;grid-column:1/-1;height:44px;justify-content:center;border-top:1px solid rgba(255,255,255,.08)}.main-nav a{height:44px}
  .hero{grid-template-columns:1fr 1.15fr}.hero-copy{padding-left:30px}.stats{grid-template-columns:1fr}.stat{min-height:46px}
  .featured-grid{grid-template-columns:1fr}.featured-card{grid-template-columns:36% 1fr}
  .ecosystem-strip{grid-template-columns:1fr 1fr}.eco-links{grid-column:1/-1;padding-bottom:20px}.eco-art{height:190px}
}
@media (max-width:760px){
  :root{--page-pad:14px;--header-h:58px}
  .topbar{position:relative;grid-template-columns:1fr auto;padding:0 12px;gap:8px}.main-nav{display:none}.brand-copy strong{font-size:18px}.brand-copy em{font-size:11px}.brand-seal{width:38px}.header-tools{gap:4px}.lang{min-width:30px;height:28px;font-size:9px}
  .hero{min-height:0;display:block}.hero-copy{padding:22px 16px 18px}.eyebrow{font-size:6.5px;margin-bottom:9px;white-space:normal}.hero h1{font-size:clamp(40px,12vw,54px)}.hero-copy>p{font-size:12px;margin-top:11px}
  .hero-actions{gap:7px;margin-top:15px}.btn{min-height:40px;padding:0 13px;font-size:12px;flex:1}
  .stats{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:13px}.stat{min-height:50px;padding:6px;gap:5px}.stat-icon{font-size:16px}.stat strong{font-size:10px}.stat small{font-size:6px}
  .hero-art{height:250px}.hero-art img{object-position:center}
  .section-heading,.showcase-heading{align-items:center}.section-heading h2,.showcase-heading h2{font-size:25px}.heading-line{width:58px}.section-heading p,.showcase-heading p{font-size:9px}
  .featured-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.featured-card{min-width:90%;min-height:148px;grid-template-columns:42% 58%;scroll-snap-align:start}.featured-copy h3{font-size:13px}.featured-copy p{font-size:9px}
  .showcase-heading{display:block}.filters{justify-content:flex-start;margin-top:10px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.chip{flex:0 0 auto}
  .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px}.product-card{min-width:42%;scroll-snap-align:start}.product-card h3{font-size:12px}
  .ecosystem-strip{grid-template-columns:1fr;padding-top:20px}.eco-copy{text-align:center}.eco-copy h2{font-size:31px}.eco-copy p{margin:auto;font-size:9px}.eco-art{height:170px}.eco-links{grid-template-columns:1fr 1fr}.eco-link{min-height:48px}.eco-link b{font-size:8px}.eco-link small{font-size:6px}
  .footer{grid-template-columns:1fr;text-align:center;gap:8px}.footer small{text-align:center;max-width:none}.footer p{text-align:center}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

.mobile-menu-toggle{display:none;border:1px solid #6f5227;background:#15100b;color:#efc45f;border-radius:50%;width:32px;height:32px;place-items:center;font-size:15px;line-height:1}
@media(max-width:760px){.mobile-menu-toggle{display:grid}.topbar.menu-open{z-index:60}.topbar.menu-open .main-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:absolute;top:58px;left:0;right:0;height:auto;background:rgba(10,8,6,.98);border-top:1px solid #4d3517;border-bottom:1px solid #8b6121;padding:6px 10px 10px;gap:4px;box-shadow:0 18px 30px rgba(0,0,0,.28)}.topbar.menu-open .main-nav a{height:40px;justify-content:center;border:1px solid #3e2d18;border-radius:8px}.topbar.menu-open .main-nav a.active::after{display:none}.topbar.menu-open .admin-entry{border-left:1px solid #3e2d18}.topbar.menu-open .mobile-menu-toggle{background:#2a1b0b}}

.brand-seal:has(img){border:0;border-radius:9px;overflow:hidden;box-shadow:0 0 18px rgba(216,164,55,.18)}
.brand-seal img{width:100%;height:100%;object-fit:contain;display:block}

@media(max-width:760px){.eco-page .header-tools .dark-pill,.detail-topbar .header-tools .dark-pill{display:none}}
