:root{
  --bg:#050403;
  --panel:#0d0b08;
  --text:#fbf3e6;
  --muted:#b9ad98;
  --gold:#d9b76b;
  --gold2:#8b672d;
  --line:rgba(217,183,107,.22);
  --glass:rgba(10,8,6,.58);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden;cursor:none}
a,button{cursor:none}
.grain{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}
.cursor{position:fixed;width:34px;height:34px;border:1px solid rgba(217,183,107,.7);border-radius:50%;pointer-events:none;z-index:999;transform:translate(-50%,-50%);mix-blend-mode:difference;transition:width .2s,height .2s,background .2s}.cursor.big{width:58px;height:58px;background:rgba(217,183,107,.08)}
.intro-loader{position:fixed;inset:0;z-index:1000;background:#030302;display:grid;place-items:center;transition:opacity .9s ease,visibility .9s ease}.intro-loader.hide{opacity:0;visibility:hidden}.loader-mark{font-family:"Cormorant Garamond",serif;font-size:clamp(64px,12vw,160px);font-weight:300;letter-spacing:.06em;background:linear-gradient(90deg,#6d5226,#f7e3a2,#9b762f);-webkit-background-clip:text;color:transparent;clip-path:inset(0 100% 0 0);animation:write 1.7s ease forwards}.intro-loader span{position:absolute;margin-top:160px;color:var(--gold);letter-spacing:.36em;text-transform:uppercase;font-size:11px}@keyframes write{to{clip-path:inset(0 0 0 0)}}
.nav{position:fixed;top:0;left:0;right:0;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;z-index:100;background:linear-gradient(to bottom,rgba(0,0,0,.75),rgba(0,0,0,0));backdrop-filter:blur(12px)}
.brand, h1,h2,h3,footer span{font-family:"Bodoni Moda","Cormorant Garamond",serif}.brand{color:var(--text);text-decoration:none;font-size:31px;letter-spacing:.08em}.nav nav{display:flex;gap:30px}.nav a{color:var(--text);text-decoration:none}.nav nav a,.nav-cta{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.nav-cta{border:1px solid var(--line);border-radius:999px;padding:12px 18px;color:var(--gold)}
.hero{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden}.hero-bg,.hero-shade{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.58) contrast(1.08);transform:scale(1.08);animation:slowZoom 16s ease-in-out infinite alternate}.hero-shade{background:radial-gradient(circle at 68% 38%,rgba(217,183,107,.18),transparent 28%),radial-gradient(circle at 20% 80%,rgba(120,74,25,.18),transparent 26%),linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.28),rgba(0,0,0,.86))}.hero-content{position:relative;z-index:2;text-align:center;max-width:930px;padding:120px 24px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.32em;font-size:11px;margin:0 0 18px}.hero h1{font-size:clamp(78px,14vw,186px);line-height:.8;margin:0 0 28px;font-weight:400;letter-spacing:.04em;text-shadow:0 20px 60px rgba(0,0,0,.7)}.hero-text{font-size:clamp(16px,2vw,23px);color:#eadfcf;max-width:660px;margin:0 auto 36px;line-height:1.75}.hero-actions,.contact-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 26px;border-radius:999px;text-decoration:none;font-size:12px;letter-spacing:.15em;text-transform:uppercase;transition:.35s;border:1px solid transparent}.primary{background:linear-gradient(135deg,var(--gold2),#f4dfa1,var(--gold));color:#110d07;box-shadow:0 18px 50px rgba(217,183,107,.18)}.ghost{border-color:var(--line);color:var(--text);background:rgba(255,255,255,.035)}.btn:hover{transform:translateY(-4px)}.hero-note{position:absolute;right:6vw;bottom:8vh;width:300px;padding:25px;border:1px solid var(--line);background:var(--glass);backdrop-filter:blur(18px);border-radius:26px;z-index:3}.hero-note span,.editorial span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.18em}.hero-note strong{font-family:"Cormorant Garamond",serif;display:block;font-size:32px;margin:8px 0}.hero-note p{color:var(--muted);line-height:1.7;margin:0}.marquee{display:flex;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#080705;color:rgba(217,183,107,.45);font-family:"Cormorant Garamond",serif;font-size:44px;white-space:nowrap}.marquee div{padding:24px 0;animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translateX(-100%)}}
.manifest,.atelier,.contact{padding:115px 8vw;text-align:center;max-width:1100px;margin:auto}.manifest h2,.atelier h2,.contact h2,.section-head h2,.signature h2,.editorial h2{font-size:clamp(42px,6vw,86px);line-height:1.02;margin:0 0 24px;font-weight:400}.manifest p:last-child,.atelier p:last-child,.contact small,.signature p,.editorial p{color:var(--muted);line-height:1.85;font-size:16px}.collection{padding:30px 6vw 120px;display:grid;gap:90px}.editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.editorial.reverse{grid-template-columns:.9fr 1.1fr}.editorial.reverse img{order:2}.editorial img,.signature-img img{width:100%;height:720px;object-fit:cover;border-radius:36px;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.45)}.editorial a{color:var(--gold);text-decoration:none;letter-spacing:.16em;text-transform:uppercase;font-size:12px}.signature{margin:0 6vw 120px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;border:1px solid var(--line);border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015))}.signature-img img{height:680px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.stats div{border:1px solid var(--line);border-radius:22px;padding:18px;background:rgba(255,255,255,.03)}.stats strong{display:block;font-family:"Cormorant Garamond",serif;font-size:32px;color:var(--text)}.stats span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.product-wall{padding:0 6vw 120px}.section-head{text-align:center;margin-bottom:44px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:var(--panel);padding:0;text-align:left;min-height:470px}.product img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.7s}.product:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),transparent 55%)}.product span{position:absolute;left:24px;bottom:24px;z-index:2;font-family:"Cormorant Garamond",serif;font-size:31px;color:var(--text)}.product:hover img{transform:scale(1.08)}.contact{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}footer{padding:42px 6vw;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}footer span{font-size:30px;color:var(--text)}
.modal{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.78);backdrop-filter:blur(14px);display:none;place-items:center;padding:24px}.modal.active{display:grid}.modal-panel{position:relative;width:min(1100px,96vw);display:grid;grid-template-columns:1fr 1fr;gap:34px;background:#090806;border:1px solid var(--line);border-radius:34px;padding:24px}.modal-panel img{width:100%;height:560px;object-fit:cover;border-radius:24px}.modal-panel h2{font-size:clamp(38px,5vw,70px);line-height:1;margin:0 0 20px}.modal-panel p{color:var(--muted);line-height:1.8}.modal-close{position:absolute;right:18px;top:14px;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#111;color:var(--text);font-size:28px;z-index:2}.reveal{opacity:0;transform:translateY(34px);transition:1s cubic-bezier(.2,.8,.2,1)}.reveal.show{opacity:1;transform:translateY(0)}.delay{transition-delay:.25s}@keyframes slowZoom{to{transform:scale(1.16)}}
@media(max-width:980px){body{cursor:auto}a,button{cursor:pointer}.cursor{display:none}.nav nav,.nav-cta,.hero-note{display:none}.editorial,.editorial.reverse,.signature,.modal-panel{grid-template-columns:1fr}.editorial.reverse img{order:0}.editorial img,.signature-img img{height:520px}.products{grid-template-columns:repeat(2,1fr)}.product{min-height:390px}}
@media(max-width:620px){.brand{font-size:26px}.nav{height:70px}.hero h1{font-size:80px}.manifest,.atelier,.contact{padding:82px 6vw}.collection{gap:50px}.editorial img,.signature-img img{height:410px;border-radius:26px}.signature{margin-inline:4vw;padding:14px}.products{grid-template-columns:1fr}.product{min-height:440px}footer{display:block;text-align:center}.modal-panel img{height:360px}.stats{grid-template-columns:1fr}}

.delivery-card{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  width:280px;
  padding:18px 20px;
  border:1px solid rgba(217,183,107,.28);
  border-radius:22px;
  background:rgba(8,7,5,.72);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  color:#f7eedf;
  transform:translateY(20px);
  opacity:0;
  transition:.7s ease;
}

.delivery-card.show{
  transform:translateY(0);
  opacity:1;
}

.delivery-card span{
  color:#d9b76b;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.delivery-card strong{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:25px;
  margin:7px 0;
}

.delivery-card p{
  margin:0;
  color:#b5a995;
  font-size:14px;
  line-height:1.5;
}

@media(max-width:620px){
  .delivery-card{
    left:16px;
    right:16px;
    bottom:16px;
    width:auto;
  }
}