@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--dark:#111;--gold:#C6A15B;--cream:#F6F1E8;--beige:#E7DED0;--white:#fff;--muted:#737373;--line:#d9cfbf;--shadow:0 18px 45px rgba(0,0,0,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(1180px,92%);margin:auto}.section{padding:88px 0}.section-sm{padding:56px 0}.eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--gold)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;line-height:1.08;margin:0 0 18px}h1{font-size:clamp(2.7rem,7vw,6.5rem)}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.45rem}.lead{font-size:1.1rem;color:#555;max-width:720px}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--dark);padding:13px 20px;border-radius:999px;font-weight:700;transition:.25s;min-height:48px}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.btn-dark{background:var(--dark);color:#fff}.btn-gold{background:var(--gold);border-color:var(--gold);color:#111}.btn-light{background:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.skip-link{position:absolute;left:-9999px;top:10px}.skip-link:focus{left:10px;z-index:9999;background:#fff;padding:10px;border:2px solid #000}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);transition:.25s;border-bottom:1px solid transparent}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.08);border-bottom-color:#eee}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{width:42px;height:42px;border-radius:50%;background:var(--dark);color:var(--gold);display:grid;place-items:center;font-family:'Playfair Display';font-size:1.2rem}.brand-text small{display:block;font-size:.65rem;letter-spacing:.14em;color:var(--muted);font-weight:600}.nav{display:flex;align-items:center;gap:24px}.nav a{font-size:.92rem;font-weight:600}.nav a.active,.nav a:hover{color:#916f2f}.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;border-radius:50%;font-size:1.45rem}.hero{min-height:78vh;display:grid;align-items:end;position:relative;color:#fff;overflow:hidden;background:#111}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.2) 62%,rgba(0,0,0,.46)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%)}.hero-content{position:relative;z-index:2;padding:110px 0 70px;max-width:760px}.hero .lead{color:#eee}.floating-card{position:absolute;right:5%;bottom:52px;z-index:3;background:rgba(255,255,255,.92);color:#111;border-radius:18px;padding:18px 22px;box-shadow:var(--shadow);max-width:220px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust-item{padding:30px 26px;background:var(--cream);border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-num{font-family:'Playfair Display';color:var(--gold);font-size:1.8rem}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}.grid{display:grid;gap:22px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card,.product-card,.info-card{border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.07);position:relative}.category-card{min-height:380px;color:#fff}.category-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.05) 68%)}.category-card:hover img{transform:scale(1.05)}.category-meta{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.category-num{color:var(--gold);font-weight:800}.category-title{font-size:1.8rem;font-family:'Playfair Display';margin:6px 0}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card img{width:100%;height:280px;object-fit:cover}.product-body{padding:22px}.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--cream);font-size:.75rem;font-weight:700;margin-bottom:10px}.editorial{display:grid;grid-template-columns:1.05fr .95fr;background:var(--dark);color:#fff;border-radius:32px;overflow:hidden}.editorial-copy{padding:64px}.editorial img{width:100%;height:100%;object-fit:cover;min-height:520px}.why-grid{grid-template-columns:repeat(3,1fr)}.info-card{padding:28px;border:1px solid #eee;box-shadow:none}.icon-line{width:44px;height:2px;background:var(--gold);margin-bottom:22px}.cta{background:var(--cream);border:1px solid var(--line);border-radius:30px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:30px}.page-hero{padding:100px 0 62px;background:var(--dark);color:#fff}.page-hero .lead{color:#ddd}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.photo-stack img{border-radius:20px;height:320px;width:100%;object-fit:cover}.photo-stack img:first-child{grid-row:span 2;height:654px}.filters{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:12px;margin:28px 0}.field{width:100%;padding:14px 16px;border:1px solid #d8d8d8;border-radius:14px;background:#fff}.quick-view{margin-top:14px;border:0;background:#111;color:#fff;padding:11px 15px;border-radius:999px;font-weight:700;cursor:pointer}.gallery-grid{columns:3 280px;column-gap:16px}.gallery-item{break-inside:avoid;margin:0 0 16px;border-radius:18px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;transition:.3s}.gallery-item:hover img{transform:scale(1.02)}.offer-grid{grid-template-columns:repeat(2,1fr)}.offer-card{padding:36px;border-radius:22px;background:var(--cream);border:1px solid var(--line)}.faq{max-width:900px;margin:auto}.faq-item{border-bottom:1px solid #ddd}.faq-q{width:100%;text-align:left;padding:22px 0;border:0;background:none;font-weight:800;font-size:1rem;display:flex;justify-content:space-between;gap:18px;cursor:pointer}.faq-a{display:none;padding:0 0 22px;color:#555}.faq-item.open .faq-a{display:block}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.contact-card{background:var(--cream);border-radius:24px;padding:34px}.contact-list{display:grid;gap:14px}.form-card{padding:34px;border:1px solid #e4e4e4;border-radius:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card label{font-size:.82rem;font-weight:700;display:block;margin:0 0 6px}.form-card textarea{min-height:150px;resize:vertical}.notice{font-size:.85rem;color:#666;background:#f6f6f6;border-radius:12px;padding:12px 14px;margin-top:14px}.footer{background:#0d0d0d;color:#d5d5d5;padding:66px 0 26px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:46px}.footer h3{color:#fff}.footer a:hover{color:var(--gold)}.footer-links{display:grid;gap:8px}.copyright{border-top:1px solid #272727;margin-top:40px;padding-top:22px;font-size:.85rem;color:#999}.back-top{position:fixed;right:20px;bottom:20px;width:46px;height:46px;border-radius:50%;border:0;background:#111;color:#fff;display:none;z-index:900;cursor:pointer}.back-top.show{display:grid;place-items:center}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,120px);background:#111;color:#fff;padding:12px 18px;border-radius:999px;z-index:1500;transition:.3s}.toast.show{transform:translate(-50%,0)}.modal,.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);display:none;place-items:center;z-index:2000;padding:20px}.modal.open,.lightbox.open{display:grid}.modal-box{background:#fff;border-radius:22px;padding:28px;max-width:650px;width:100%;position:relative}.close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:1.8rem;cursor:pointer}.lightbox img{max-width:min(1000px,90vw);max-height:78vh;border-radius:12px}.lightbox-controls{display:flex;gap:12px;justify-content:center;margin-top:14px}.lightbox button{border:1px solid #fff;background:#111;color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer}.reveal{opacity:0;transform:translateY(18px);transition:.6s}.reveal.visible{opacity:1;transform:none}.social-placeholders{display:flex;gap:10px;flex-wrap:wrap}.social-placeholders span{border:1px solid #333;padding:7px 10px;border-radius:999px;font-size:.75rem}
@media(max-width:900px){.nav{position:fixed;left:4%;right:4%;top:86px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-toggle{display:block}.nav .btn{width:100%}.floating-card{display:none}.trust-grid,.category-grid,.product-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.editorial,.two-col,.contact-grid{grid-template-columns:1fr}.editorial-copy{padding:42px}.editorial img{min-height:420px}.footer-grid{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr}.offer-grid{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.section{padding:66px 0}.nav-wrap{height:72px}.brand-text small{display:none}.hero{min-height:76vh}.hero-content{padding:88px 0 52px}.trust-grid,.category-grid,.product-grid,.why-grid,.footer-grid,.form-row{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.category-card{min-height:330px}.section-head{align-items:flex-start;flex-direction:column}.editorial-copy{padding:32px 24px}.cta{padding:32px 24px}.page-hero{padding:78px 0 44px}.photo-stack{grid-template-columns:1fr}.photo-stack img,.photo-stack img:first-child{height:300px;grid-row:auto}.gallery-grid{columns:1}.contact-card,.form-card{padding:24px}}

/* Premium editorial homepage hero */
.hero-premium{min-height:calc(100vh - 82px);position:relative;overflow:hidden;background:#0c0c0c;color:#fff;display:flex;align-items:center;padding:42px 0 58px;isolation:isolate}
.hero-premium:before{content:"";position:absolute;inset:-25%;background:radial-gradient(circle at 72% 35%,rgba(198,161,91,.19),transparent 27%),radial-gradient(circle at 16% 72%,rgba(198,161,91,.09),transparent 24%);z-index:-2}
.hero-premium:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 78%);z-index:-1}
.hero-bg{position:absolute;left:-160px;bottom:-250px;width:620px;height:620px;border:1px solid rgba(198,161,91,.16);border-radius:50%;box-shadow:0 0 0 90px rgba(198,161,91,.025),0 0 0 180px rgba(198,161,91,.018);pointer-events:none}
.hero-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);align-items:center;gap:clamp(44px,7vw,96px);position:relative;z-index:2}
.hero-copy{padding:40px 0}
.hero-kicker{display:flex;align-items:center;gap:12px;font-size:.72rem;letter-spacing:.19em;font-weight:800;color:#d8c59e;margin-bottom:25px}
.hero-kicker span{display:block;width:42px;height:1px;background:var(--gold)}
.hero-premium h1{font-size:clamp(3.7rem,6.7vw,7.4rem);line-height:.88;letter-spacing:-.045em;margin-bottom:27px;max-width:760px}
.hero-premium h1 span{font-style:normal;color:#fff}
.hero-premium h1 em{font-weight:400;color:var(--gold)}
.hero-premium .lead{font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.78;color:#c9c9c9;max-width:590px}
.hero-actions{margin-top:32px}
.hero-actions .btn{min-width:175px}
.btn-ghost{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(8px)}
.btn-ghost:hover{background:#fff;color:#111;border-color:#fff}
.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:46px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);max-width:650px}
.hero-meta div{padding:0 18px;border-right:1px solid rgba(255,255,255,.13)}
.hero-meta div:first-child{padding-left:0}.hero-meta div:last-child{border-right:0}
.hero-meta strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:1rem;color:#fff;margin-bottom:4px}
.hero-meta span{display:block;color:#8f8f8f;font-size:.72rem;line-height:1.35}
.hero-visual{position:relative;min-height:620px;margin-right:-7vw}
.hero-main-photo{position:absolute;right:0;top:20px;width:min(690px,82%);height:540px;margin:0;overflow:hidden;border-radius:160px 0 0 0;border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 80px rgba(0,0,0,.45)}
.hero-main-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.64));pointer-events:none}
.hero-main-photo img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.92) contrast(1.02)}
.hero-main-photo figcaption{position:absolute;z-index:2;left:30px;right:30px;bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.hero-main-photo figcaption span{font-size:.75rem;letter-spacing:.18em;font-weight:800;color:#fff}
.hero-main-photo figcaption small{color:#e5e5e5;font-size:.72rem}
.hero-detail-photo{position:absolute;left:0;bottom:2px;width:255px;height:300px;margin:0;border:8px solid #0c0c0c;border-radius:0 72px 0 0;overflow:hidden;z-index:3;box-shadow:0 24px 45px rgba(0,0,0,.38)}
.hero-detail-photo img{width:100%;height:100%;object-fit:cover}
.hero-season-card{position:absolute;z-index:4;right:42px;bottom:0;width:225px;background:#f6f1e8;color:#111;padding:24px 24px 22px;box-shadow:0 22px 50px rgba(0,0,0,.25)}
.hero-season-card:before{content:"";position:absolute;top:-1px;left:24px;width:38px;height:3px;background:var(--gold)}
.hero-season-card span{display:block;font-size:.64rem;letter-spacing:.16em;font-weight:800;color:#8c6c2f;margin-bottom:9px}
.hero-season-card strong{font-family:'Playfair Display',Georgia,serif;font-size:1.55rem;line-height:1.15;display:block;margin-bottom:13px}
.hero-season-card a{font-size:.76rem;font-weight:800;border-bottom:1px solid #111;padding-bottom:2px}
.hero-scroll{position:absolute;left:4%;bottom:21px;z-index:4;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:#777;display:flex;align-items:center;gap:10px}
.hero-scroll span{width:34px;height:1px;background:#777}

@media(max-width:1100px){.hero-layout{grid-template-columns:.9fr 1.1fr;gap:40px}.hero-visual{margin-right:-3vw}.hero-main-photo{width:86%;height:510px}.hero-detail-photo{width:210px;height:260px}.hero-season-card{right:10px}}
@media(max-width:900px){.hero-premium{min-height:auto;padding:46px 0 62px}.hero-layout{grid-template-columns:1fr}.hero-copy{padding:18px 0 0}.hero-premium h1{font-size:clamp(4rem,12vw,6.5rem)}.hero-visual{margin:0;min-height:560px}.hero-main-photo{width:88%;height:490px;right:-4%}.hero-detail-photo{left:0;width:220px;height:260px}.hero-season-card{right:2%;bottom:-8px}.hero-scroll{display:none}}
@media(max-width:620px){.hero-premium{padding:30px 0 48px}.hero-kicker{font-size:.62rem;letter-spacing:.14em;margin-bottom:18px}.hero-premium h1{font-size:clamp(3.35rem,16vw,5rem);line-height:.91}.hero-premium .lead{font-size:.98rem;line-height:1.7}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hero-actions .btn{min-width:0;padding:12px 13px;font-size:.82rem}.hero-meta{grid-template-columns:1fr;gap:11px;margin-top:34px}.hero-meta div,.hero-meta div:first-child{padding:0 0 11px;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.hero-meta div:last-child{border-bottom:0}.hero-visual{min-height:475px;margin-top:10px}.hero-main-photo{width:91%;height:410px;border-radius:90px 0 0 0}.hero-main-photo figcaption{left:18px;right:18px;bottom:18px;display:block}.hero-main-photo figcaption small{display:block;margin-top:4px}.hero-detail-photo{width:148px;height:190px;border-width:6px;border-radius:0 42px 0 0}.hero-season-card{right:0;bottom:-2px;width:176px;padding:18px}.hero-season-card strong{font-size:1.22rem}.hero-season-card span{font-size:.56rem}}
