
:root{--bg:#0c0b0a;--bg2:#15120f;--panel:#171411;--panel2:#201b16;--line:rgba(255,255,255,.09);--text:#f6efe4;--muted:#d9c8ae;--gold:#c89a3b;--gold2:#e7c985;--wood:#7c4b27;--max:1180px;--radius:24px;--shadow:0 18px 48px rgba(0,0,0,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top,rgba(200,154,59,.10),transparent 18%),linear-gradient(180deg,#0b0a09,#120f0d 45%,#0d0c0b);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(9,8,7,.80);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-badge{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:18px;background:linear-gradient(180deg,#171310,#0f0d0b);border:1px solid rgba(255,255,255,.10);box-shadow:var(--shadow);flex:0 0 auto}.brand-badge img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.32))}.brand-copy strong{display:block;font-size:1.18rem;letter-spacing:.03em;font-weight:700}.brand-copy span{display:block;color:var(--muted);font-size:.93rem}.menu{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}.menu a{color:#f0e4d0;opacity:.95;font-size:.95rem}.menu a:hover{color:var(--gold2)}.hero{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.hero-copy,.hero-visual{border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.hero-copy{padding:38px;background:radial-gradient(circle at top left,rgba(200,154,59,.16),transparent 28%),linear-gradient(180deg,#1b1713,#12100e)}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgba(200,154,59,.13);color:var(--gold2);letter-spacing:.05em;text-transform:uppercase;font-size:.84rem}.hero h1{margin:18px 0 12px;line-height:1.03;font-size:clamp(2.4rem,4.4vw,4.6rem)}.hero p{margin:0 0 18px;color:#eadcc7;font-size:1.08rem;max-width:58ch}.hero-quote{margin-top:22px;padding:16px 18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.03);border-radius:18px;color:#e8d9c2}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.2s ease}.btn-primary{background:var(--gold);color:#16110a}.btn-primary:hover{filter:brightness(1.06)}.btn-secondary{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.03)}.btn-secondary:hover{border-color:rgba(255,255,255,.34)}.hero-visual{min-height:520px;position:relative;background:#111}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.60))}.hero-card{position:absolute;left:18px;bottom:18px;z-index:2;max-width:360px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(17,15,13,.70);backdrop-filter:blur(10px)}.hero-card strong{display:block;color:var(--gold2);margin-bottom:6px}section{padding:28px 0}.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:end;margin-bottom:18px}.section-head h2{margin:0;font-size:clamp(1.7rem,2.8vw,2.5rem)}.section-head p{margin:0;color:var(--muted);max-width:60ch}.panel{padding:24px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));box-shadow:var(--shadow)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.copy p{margin:0 0 14px;color:#e7d8c3}.copy ul{margin:10px 0 0;padding-left:18px;color:#decdb5}.copy li{margin-bottom:10px}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.image-stack img,.duo img,.grid-gallery img,.card img,.feature img{border-radius:20px;border:1px solid var(--line)}.families{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.family{overflow:hidden;border-radius:26px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;min-height:330px}.family img{width:100%;height:100%;object-fit:cover}.family-body{padding:22px;display:flex;flex-direction:column}.family-body h3{margin:0 0 8px;font-size:1.35rem}.family-body p{margin:0 0 14px;color:var(--muted)}.family-body .btn{margin-top:auto;align-self:flex-start}.grid-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.grid-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:18px}.card-body h3{margin:0 0 8px;font-size:1.18rem}.card-body p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product{padding:20px;border-radius:22px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}.product h3{margin:0 0 10px;font-size:1.15rem}.product p{margin:0 0 10px;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(200,154,59,.12);color:#f2d79f;font-size:.84rem}.duo{display:grid;grid-template-columns:1fr 1fr;gap:18px}.duo img{width:100%;aspect-ratio:4/3;object-fit:cover}.notice{padding:15px 17px;border-left:3px solid var(--gold);border-radius:16px;background:rgba(255,255,255,.03);color:#e5d6c0}.cta-band{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--line);background:linear-gradient(90deg,rgba(200,154,59,.18),rgba(124,75,39,.18))}.cta-band h3{margin:0 0 8px;font-size:1.45rem}.cta-band p{margin:0;color:#f0e0c8;max-width:60ch}.footer{margin-top:18px;padding:28px 0 36px;border-top:1px solid var(--line);color:#ccbda8}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}.footer h4{margin:0 0 10px;color:#f2e7d2}.footer p,.footer li{margin:0 0 8px}.footer ul{list-style:none;padding:0;margin:0}.small{font-size:.92rem;color:#bba98f}.page-hero{padding:22px 0 8px}.page-hero .panel{overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:22px;align-items:center}.page-hero h1{margin:10px 0 10px;font-size:clamp(2rem,3.7vw,3.5rem);line-height:1.05}.page-hero p{margin:0 0 14px;color:#e8dbc6}.page-hero img{width:100%;height:100%;max-height:420px;object-fit:cover;border-radius:22px;border:1px solid var(--line)}@media (max-width:980px){.hero-grid,.split,.families,.family,.grid-3,.grid-gallery,.product-grid,.duo,.footer-grid,.page-hero-grid{grid-template-columns:1fr}.hero-visual{min-height:380px}}@media (max-width:700px){.nav{flex-direction:column;align-items:flex-start}.menu{justify-content:flex-start}.brand-badge{width:68px;height:68px}.hero-copy{padding:26px}}
