
:root{--bg:#060606;--ink:#f5efe7;--muted:#b9afa4;--line:rgba(255,255,255,.1);--gold:#cfaa78;--rose:#e4b0bc;--shadow:0 28px 70px rgba(0,0,0,.38)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(1320px,92vw);margin:auto}
.topbar{padding:10px 14px;text-align:center;background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.08);color:#d8c7b4;font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:rgba(6,6,6,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px 0 14px}.logo-mark{display:flex;align-items:center;justify-content:center;width:100%}.logo-mark img{width:120px;height:70px;object-fit:contain;border-radius:12px;padding:4px;background:#f2efeb}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.main-nav a{font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#ece3d7}
.hero{background:linear-gradient(180deg,#eeeeee 0%,#dedede 42%,#090909 42%,#060606 100%)}.hero-logo-zone{min-height:46vh;display:flex;align-items:center;justify-content:center;padding:26px 18px 14px}.hero-logo{width:min(680px,86vw);filter:drop-shadow(0 18px 28px rgba(0,0,0,.14))}.hero-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px 0 84px}.eyebrow{margin:0;font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.eyebrow.dark{color:#d8c4a9}.rose-text{color:var(--rose)}.hero h1,.section-title h2,.story-copy h2,.feature-content h3{font-family:'Playfair Display',serif;letter-spacing:-.04em;line-height:.95}.hero h1{margin:12px 0 14px;font-size:clamp(3rem,7vw,6.5rem)}.hero .lead{margin:0 auto;max-width:820px;color:#d0c7be;font-size:1.05rem;line-height:1.75}.hero-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px}.hero-links a{padding:14px 22px;border-radius:999px;border:1px solid var(--line);background:#111;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section{padding:90px 0}.story-section,.details-section,.packaging-section,.accessories-section{background:#070707}.story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:stretch}.story-copy,.story-image,.feature-panel,.product-card,.detail-grid figure,.packaging-grid figure{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));box-shadow:var(--shadow)}.story-copy{border-radius:34px;padding:40px;display:flex;flex-direction:column;justify-content:center}.story-copy h2,.section-title h2{margin:14px 0 0;font-size:clamp(2.4rem,4.7vw,4.8rem)}.story-copy p:last-child{margin-top:16px;color:var(--muted);line-height:1.8}.story-image{border-radius:34px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.section-title{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:30px}
.feature-panel{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;border-radius:34px;overflow:hidden;margin-bottom:28px}.feature-image img{width:100%;height:100%;min-height:620px;object-fit:cover}.feature-content{padding:42px;display:flex;flex-direction:column;justify-content:center}.feature-content h3{margin:12px 0 14px;font-size:clamp(2.4rem,4vw,4.2rem)}.feature-price{font-size:3rem;font-weight:900;letter-spacing:-.05em}.collection-section{background:#060606}.ladies-section{background:linear-gradient(180deg,#090609 0%,#120b10 100%)}.ladies-feature .feature-image img{min-height:640px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border-radius:28px;padding:16px;overflow:hidden}.product-frame{background:#ece7e1;border-radius:22px;padding:16px}.ladies-grid .product-frame{background:#f1dde2}.accessories-grid .product-frame{background:#111;border:1px solid var(--line)}.product-visual{aspect-ratio:4/5;border-radius:14px;overflow:hidden;background:#101010}.product-visual img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px 4px 4px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-title{margin:0;font-size:1.03rem;line-height:1.15;text-transform:uppercase;font-weight:900;min-height:2.4em}.price{font-size:1.8rem;font-weight:900;letter-spacing:-.05em;white-space:nowrap}.option-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.option-row label,.modal-options label{display:flex;flex-direction:column;gap:7px;color:#d9cbbb;font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.option-row select,.modal-options select{width:100%;border:1px solid var(--line);background:#111;color:#fff;border-radius:12px;padding:11px 12px;font:inherit;font-size:.82rem;letter-spacing:0;text-transform:none;outline:none}.card-actions{display:flex;gap:10px;margin-top:16px}.buy,.quick{flex:1;display:inline-flex;justify-content:center;align-items:center;padding:12px 14px;border-radius:999px;font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.buy{border:0;background:var(--gold);color:#0a0a0a}.quick{border:1px solid var(--line);background:#111;color:#fff}
.packaging-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.packaging-grid figure{margin:0;border-radius:34px;overflow:hidden}.packaging-grid img{width:100%;height:100%;object-fit:cover}.packaging-main{min-height:760px}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.detail-grid figure{margin:0;border-radius:28px;overflow:hidden}.detail-grid img{width:100%;height:auto}.footer{padding:42px 0;border-top:1px solid var(--line);background:#050505}.footer-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center}.footer img{width:180px;background:#f1efeb;border-radius:14px;padding:4px}.footer-text p{margin:0 0 6px;font-size:1.05rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.footer-text span{color:var(--muted)}
.modal{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,.82);z-index:120;padding:20px}.modal.show{display:grid}.modal-card{width:min(980px,96vw);max-height:92vh;overflow:auto;display:grid;grid-template-columns:1fr 1fr;background:#090909;border:1px solid var(--line);border-radius:28px}.modal-card img{width:100%;height:100%;object-fit:contain;background:#f0ece8;padding:16px}.modal-content{padding:34px}.modal-content h2{margin:10px 0 12px;font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.4rem);line-height:.95}.modal-options{display:grid;gap:12px;margin:18px 0}.modal-buy{display:inline-flex;margin-top:18px;min-width:190px}.close{position:absolute;top:24px;right:24px;border:0;border-radius:999px;background:#fff;color:#000;font-weight:900;padding:12px 16px;cursor:pointer}
@media(max-width:1180px){.product-grid,.detail-grid,.packaging-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.feature-panel{grid-template-columns:1fr}.feature-image img,.ladies-feature .feature-image img{min-height:420px}}@media(max-width:760px){.main-nav{gap:16px}.main-nav a{font-size:.68rem}.logo-mark img{width:104px;height:62px}.hero{background:linear-gradient(180deg,#eeeeee 0%,#dedede 34%,#090909 34%,#060606 100%)}.hero-logo-zone{min-height:34vh}.hero-logo{width:min(560px,92vw)}.hero h1{font-size:2.7rem}.section{padding:64px 0}.product-grid,.detail-grid,.packaging-grid{grid-template-columns:1fr}.packaging-main{min-height:0}.feature-content{padding:28px}.feature-content h3{font-size:2.3rem}.feature-price{font-size:2.3rem}.modal-card{grid-template-columns:1fr}}
