:root{--black:#090909;--ink:#171513;--gold:#d9a934;--gold-light:#f6df9b;--cream:#fffaf0;--white:#fff;--muted:#6f6a63;--line:#e8dfd1;--shadow:0 20px 60px rgba(35,25,7,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 Manrope,system-ui,sans-serif}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:14px clamp(20px,5vw,80px);background:rgba(9,9,9,.96);color:#fff;border-bottom:1px solid rgba(217,169,52,.35);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--gold);border-radius:50%;font:700 19px/1 "Cormorant Garamond",serif;color:var(--gold)}.brand strong,.brand small{display:block}.brand strong{font:700 19px/1 "Cormorant Garamond",serif;letter-spacing:.1em}.brand small{margin-top:4px;font-size:9px;letter-spacing:.15em;color:var(--gold-light)}nav{display:flex;gap:28px;font-size:14px}nav a{color:#ddd;transition:.2s}nav a:hover{color:var(--gold)}.cart-button{display:flex;align-items:center;gap:9px;border:0;border-radius:999px;background:var(--gold);color:#111;padding:10px 16px;font-weight:700}.cart-button b{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#111;color:#fff;font-size:12px}.hero{min-height:720px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,7vw,110px);padding:72px clamp(24px,7vw,110px);background:radial-gradient(circle at 16% 20%,#fff 0,transparent 35%),var(--cream);overflow:hidden}.hero-copy{max-width:680px}.eyebrow{margin:0 0 9px;color:#a47910;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}.hero h1,.section-heading h2,.cta-section h2,.cart-head h2{margin:0;font-family:"Cormorant Garamond",serif;line-height:.98}.hero h1{font-size:clamp(49px,6vw,84px);font-weight:600;letter-spacing:-.035em}.hero-text{max-width:600px;margin:25px 0 31px;color:var(--muted);font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 21px;border:1px solid var(--ink);border-radius:4px;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.primary{border-color:var(--gold);background:var(--gold);color:#111}.btn.secondary{background:transparent}.btn.full{width:100%;border:0}.hero-benefits{display:flex;gap:28px;margin:38px 0 0;padding:0;list-style:none;color:var(--muted);font-size:13px}.hero-benefits li{padding-left:15px;border-left:2px solid var(--gold)}.hero-benefits b{display:block;color:var(--ink);font-size:16px}.hero-visual{position:relative;max-width:620px;justify-self:end}.hero-visual:before{content:"";position:absolute;inset:-18px 22px 22px -18px;border:1px solid var(--gold)}.hero-visual img{position:relative;display:block;width:100%;aspect-ratio:4/5;object-fit:cover;box-shadow:var(--shadow)}.hero-stamp{position:absolute;right:-32px;bottom:35px;display:grid;place-items:center;width:145px;height:145px;border-radius:50%;background:#0b0b0b;color:#fff;border:1px solid var(--gold);box-shadow:0 10px 30px #0004;transform:rotate(-7deg)}.hero-stamp span{margin-top:28px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.hero-stamp strong{margin-top:-30px;color:var(--gold);font:600 35px "Cormorant Garamond",serif}.catalog-section{padding:90px clamp(20px,6vw,90px);background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;max-width:1220px;margin:0 auto 34px}.section-heading h2,.cta-section h2{font-size:clamp(39px,4vw,58px)}.section-heading>p{max-width:475px;margin:0;color:var(--muted)}.filters{display:flex;gap:9px;max-width:1220px;margin:0 auto 28px;overflow:auto;padding-bottom:4px}.filter{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 17px;color:var(--muted)}.filter.active{background:#111;border-color:#111;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1220px;margin:auto}.product-card{min-width:0;background:#fff;border:1px solid var(--line);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{position:relative;overflow:hidden;background:#eee}.product-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.025)}.product-tag{position:absolute;left:12px;top:12px;padding:5px 9px;background:rgba(9,9,9,.86);color:#fff;font-size:11px;border-radius:2px}.product-body{padding:17px}.product-body h3{margin:0;font:600 24px "Cormorant Garamond",serif}.product-body p{margin:3px 0 15px;color:var(--muted);font-size:13px}.add-button{width:100%;border:1px solid #222;background:#fff;padding:10px;font-weight:700}.add-button:hover,.add-button.added{background:#111;color:#fff}.steps-section{padding:95px clamp(20px,6vw,90px);background:#0b0b0b;color:#fff}.steps-section .eyebrow{color:var(--gold)}.compact{align-items:start}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1220px;margin:auto;background:#3b3425}.steps article{background:#0b0b0b;padding:35px 27px}.steps span{color:var(--gold);font:600 40px "Cormorant Garamond",serif}.steps h3{margin:18px 0 8px;font:600 24px "Cormorant Garamond",serif}.steps p{margin:0;color:#aaa;font-size:14px}.cta-section{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:75px clamp(24px,8vw,125px);background:linear-gradient(100deg,#f5d67b,#dfad31)}.cta-section .eyebrow{color:#59420b}.cta-section p{margin:10px 0 0}.cta-section .btn{background:#111;border-color:#111;color:#fff;min-width:215px}footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:50px;padding:35px clamp(20px,6vw,90px);background:#090909;color:#fff}.footer-brand{color:#fff}footer>div:nth-child(2){display:flex;gap:24px;color:#ddd}footer>p{color:#777;font-size:13px}.overlay{position:fixed;inset:0;z-index:40;background:#0009;backdrop-filter:blur(4px)}.cart-panel{position:fixed;top:0;right:0;z-index:41;width:min(500px,100%);height:100dvh;padding:28px;background:#fff;transform:translateX(102%);transition:.3s;overflow:auto;box-shadow:-20px 0 60px #0004}.cart-panel.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:38px}.cart-head button{border:0;background:transparent;font-size:38px;line-height:1}.cart-items{display:grid;gap:11px;margin:18px 0}.cart-empty{padding:28px 15px;text-align:center;background:#faf7f0;color:var(--muted)}.cart-item{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;padding:8px;border:1px solid var(--line)}.cart-item img{width:62px;height:70px;object-fit:cover}.cart-item strong{font-size:14px}.cart-item button{border:0;background:transparent;color:#9a241c;font-size:20px}.cart-panel form{display:grid;gap:13px}.cart-panel label{display:grid;gap:5px;font-size:13px;font-weight:700}.cart-panel input,.cart-panel textarea{width:100%;border:1px solid #d9d2c7;border-radius:3px;padding:12px;background:#fff}.cart-panel input:focus,.cart-panel textarea:focus{outline:2px solid #e7bd55;border-color:transparent}.reservation-note{margin:2px 0;color:var(--muted);font-size:12px}.toast{position:fixed;left:50%;bottom:25px;z-index:60;transform:translate(-50%,30px);opacity:0;padding:11px 18px;background:#111;color:#fff;border-radius:999px;transition:.25s;pointer-events:none}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:1000px){nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:780px}.hero-visual{width:min(600px,90%);justify-self:center}.product-grid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr auto}.footer-brand{grid-column:1/-1}}
@media(max-width:720px){.site-header{padding:11px 16px}.brand strong{font-size:16px}.brand small{font-size:8px}.cart-button span{display:none}.hero{padding:54px 20px 75px}.hero h1{font-size:48px}.hero-text{font-size:16px}.hero-benefits{gap:15px}.hero-visual{width:94%}.hero-stamp{right:-15px;width:115px;height:115px}.hero-stamp strong{font-size:28px}.section-heading{display:block}.section-heading>p{margin-top:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:12px}.product-body h3{font-size:20px}.steps{grid-template-columns:1fr}.cta-section{display:block}.cta-section .btn{margin-top:25px}.cart-panel{padding:21px}footer{grid-template-columns:1fr;gap:22px}footer>div:nth-child(2){flex-direction:column;gap:5px}.footer-brand{grid-column:auto}}
@media(max-width:430px){.brand-mark{width:37px;height:37px}.hero h1{font-size:42px}.hero-actions .btn{width:100%}.hero-benefits{font-size:11px}.product-grid{grid-template-columns:1fr 1fr}.product-body p{min-height:42px}.add-button{font-size:12px}.hero-stamp{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
