*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b0b0b;color:#f4efe5;font-family:"Montserrat",sans-serif;font-weight:300}a{color:inherit;text-decoration:none}.site-header{height:110px;position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(10,10,10,.96);border-bottom:1px solid rgba(198,158,82,.3);backdrop-filter:blur(12px)}.logo-link{display:flex;align-items:center;height:100%}.header-logo{display:block;width:120px;height:92px;object-fit:cover;object-position:center;filter:drop-shadow(0 0 10px rgba(208,166,91,.12))}.nav{display:flex;gap:2rem;font-size:.73rem;letter-spacing:.12em;text-transform:uppercase}.nav a:hover{color:#d3ad64}.menu-button{display:none;background:none;border:0;color:#fff;font-size:1.5rem}.hero{min-height:calc(100vh - 110px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 7vw 6rem;background:radial-gradient(circle at 50% 30%,#24201a 0,#0b0b0b 44%,#050505 100%)}.hero-logo{display:block;width:min(570px,88vw);height:auto;margin:0 auto 1.4rem;filter:drop-shadow(0 8px 35px rgba(208,166,91,.12))}.eyebrow{letter-spacing:.32em;font-size:.68rem;font-weight:500;color:#cda65f}.hero h1,.section h2,dialog h2{font-family:"Cormorant Garamond",serif;font-weight:500}.hero-copy{max-width:680px;line-height:1.9;color:#c9c4bb;font-size:.95rem}.hero-actions{display:flex;gap:1rem;margin-top:2rem}.button{border:1px solid #cba35c;padding:.95rem 1.35rem;text-transform:uppercase;letter-spacing:.14em;font:500 .68rem "Montserrat",sans-serif;cursor:pointer;transition:.2s;background:transparent;color:#f4efe5}.button.gold{background:#cba35c;color:#0a0a0a}.button:hover{transform:translateY(-2px);filter:brightness(1.08)}.local-note{margin-top:2rem;text-transform:uppercase;letter-spacing:.25em;font-size:.62rem;color:#8e887f}.section{padding:8rem 8vw}.intro{text-align:center;background:#f1ede5;color:#171717}.intro h2,.about h2,.request h2,.faq h2,.contact h2,.collection h2{font-size:clamp(2.4rem,4.5vw,4.6rem);margin:.5rem 0 1rem}.intro>p:last-child,.about>p:last-child{max-width:680px;margin:0 auto;line-height:1.9;color:#555}.collection{background:#0b0b0b}.section-heading{display:flex;justify-content:space-between;gap:3rem;align-items:end;margin-bottom:2.2rem}.section-heading>p{max-width:420px;line-height:1.7;color:#9f9a91}.filters{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.filter{border:1px solid #49443d;background:transparent;color:#cfc9be;padding:.7rem 1rem;text-transform:uppercase;letter-spacing:.12em;font-size:.62rem;cursor:pointer}.filter.active,.filter:hover{border-color:#cba35c;color:#cba35c}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.product-card{border:1px solid #292724;background:#111}.product-image,.product-image-placeholder{aspect-ratio:1/1;background:linear-gradient(135deg,#171717,#22201c);display:grid;place-items:center;border-bottom:1px solid #292724;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}.product-image-placeholder span{font-size:.62rem;letter-spacing:.3em;color:#777066}.product-body{padding:1.5rem}.brand{font-family:"Cormorant Garamond",serif;font-size:1.6rem;letter-spacing:.12em;margin:.2rem 0 1rem}.product-body dl{margin:0}.product-body dl div{display:grid;grid-template-columns:1.45fr 1fr;min-height:29px;font-size:.74rem}.product-body dt{color:#8f8980}.product-body dd{margin:0;border-bottom:1px solid #2e2b27}.card-button{width:100%;margin-top:1.3rem}.request{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#e9e2d7;color:#171717}.request>div p:last-child{line-height:1.8;color:#555}.form{display:grid;gap:1rem}.form label{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase}.form input,.form textarea{display:block;width:100%;margin-top:.5rem;padding:.9rem;border:1px solid #aaa196;background:transparent;color:inherit;font:inherit}.form-note{font-size:.7rem;line-height:1.5;color:#746e65}.about{text-align:center;background:#15130f}.about>p:last-child{color:#aaa49b}.faq{background:#f4f0e8;color:#171717}.faq details{max-width:850px;border-top:1px solid #bdb4a6;padding:1.4rem 0}.faq details:last-child{border-bottom:1px solid #bdb4a6}.faq summary{cursor:pointer;font-family:"Cormorant Garamond",serif;font-size:1.45rem}.faq details p{color:#5d5851;line-height:1.7}.contact{text-align:center;background:#0b0b0b}.contact p:not(.eyebrow){color:#aaa49b;margin-bottom:2rem}footer{text-align:center;padding:3rem 2rem;border-top:1px solid #2e2921}.footer-logo{width:min(220px,65vw);height:auto;margin-bottom:1rem}.small{font-size:.65rem;color:#777}dialog{width:min(560px,92vw);border:1px solid #b8904e;background:#12110f;color:#f4efe5;padding:2rem}dialog::backdrop{background:rgba(0,0,0,.8)}dialog .close{position:absolute;right:1rem;top:.7rem;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer}dialog h2{font-size:2.6rem;margin:.3rem 0 1.4rem}.hidden{display:none!important}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.request{grid-template-columns:1fr}.section-heading{display:block}.nav{display:none;position:absolute;top:110px;left:0;right:0;background:#0b0b0b;padding:1.5rem 6vw;flex-direction:column}.nav.open{display:flex}.menu-button{display:block}}@media(max-width:580px){.site-header{height:72px}.header-logo{width:64px;height:58px}.nav{top:72px}.section{padding:5.5rem 6vw}.hero{min-height:auto;padding:2.5rem 6vw 4rem}.hero-logo{width:min(260px,68vw);margin:0 auto .75rem}.footer-logo{width:min(160px,48vw)}.hero-actions{width:100%;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-body dl div{grid-template-columns:1.7fr 1fr}.intro h2,.about h2,.request h2,.faq h2,.contact h2,.collection h2{font-size:2.7rem}}