@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@200;300;400&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:        #1a1714;
  --parchment:  #f5f0e8;
  --warm-white: #faf7f2;
  --gold:       #b8924a;
  --gold-light: #d4aa6a;
  --gold-pale:  #ede0c4;
  --charcoal:   #2d2825;
  --mid:        #6b6158;
  --rule:       rgba(184,146,74,0.22);
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Jost', sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--warm-white); color: var(--ink); font-family: var(--serif); font-weight: 300; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 3rem;
  background: rgba(250,247,242,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--rule);
}
.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
.nav-logo-name { font-family: var(--serif); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); }
.nav-logo-sub { font-family: var(--sans); font-weight: 200; font-size: 0.5rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { font-family: var(--sans); font-weight: 300; font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-atelier-link { border: 0.5px solid rgba(184,146,74,0.4) !important; padding: 0.42rem 1rem; color: var(--gold) !important; transition: all 0.2s !important; }
.nav-atelier-link:hover { background: var(--gold) !important; color: var(--warm-white) !important; border-color: var(--gold) !important; }

/* ── NAV LOGO SVG ── */
.nav-monogram { width: 32px; height: 36px; flex-shrink: 0; }

/* ── MARQUEE ── */
.marquee-bar { background: var(--ink); padding: 0.82rem 0; overflow: hidden; border-top: 0.5px solid rgba(184,146,74,0.12); border-bottom: 0.5px solid rgba(184,146,74,0.12); }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 38s linear infinite; }
.marquee-item { font-family: var(--sans); font-weight: 200; font-size: 0.56rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(184,146,74,0.55); padding: 0 2.5rem; flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── UTILITIES ── */
.section-eyebrow { font-family: var(--sans); font-weight: 200; font-size: 0.58rem; letter-spacing: 0.44em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.section-title { font-family: var(--serif); font-weight: 300; font-size: 2.8rem; line-height: 1.1; color: var(--ink); }
.section-title em { font-style: italic; }
.section-title.light { color: var(--parchment); }
.section-rule { width: 36px; height: 0.5px; background: var(--gold); margin-top: 1.4rem; }
.section-rule.centered { margin-left: auto; margin-right: auto; }

/* ── BUTTONS ── */
.btn-primary { font-family: var(--sans); font-weight: 300; font-size: 0.63rem; letter-spacing: 0.28em; text-transform: uppercase; background: var(--ink); color: var(--parchment); padding: 1rem 2.2rem; text-decoration: none; display: inline-block; transition: background 0.25s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--charcoal); }
.btn-ghost { font-family: var(--sans); font-weight: 300; font-size: 0.63rem; letter-spacing: 0.28em; text-transform: uppercase; background: none; color: var(--gold); border: 0.5px solid var(--gold); padding: 1rem 2.2rem; text-decoration: none; display: inline-block; transition: all 0.25s; cursor: pointer; }
.btn-ghost:hover { background: var(--gold); color: var(--warm-white); }
.btn-ghost.light { color: rgba(245,240,232,0.7); border-color: rgba(184,146,74,0.4); }
.btn-ghost.light:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ── PRODUCT CARDS ── */
.product-card { background: var(--warm-white); cursor: pointer; border: 0.5px solid transparent; transition: border-color 0.3s; }
.product-card:hover { border-color: var(--rule); }
.product-image { aspect-ratio: 3/4; background: var(--charcoal); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; display: block; }
.product-card:hover .product-image img { transform: scale(1.03); }
.product-image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.8rem; transition: transform 0.55s ease; }
.product-card:hover .product-image-placeholder { transform: scale(1.02); }
.product-ornament { font-family: var(--serif); font-size: 4rem; color: rgba(184,146,74,0.12); line-height: 1; }
.product-img-label { font-family: var(--sans); font-weight: 200; font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(184,146,74,0.28); }
.product-tag { position: absolute; top: 1rem; left: 1rem; font-family: var(--sans); font-weight: 300; font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase; background: var(--gold); color: var(--warm-white); padding: 0.28rem 0.65rem; }
.product-info { padding: 1.4rem 1.2rem 1.8rem; border-top: 0.5px solid var(--rule); }
.product-collection { font-family: var(--sans); font-weight: 200; font-size: 0.48rem; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(184,146,74,0.6); margin-bottom: 0.2rem; }
.product-period { font-family: var(--sans); font-weight: 200; font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.45rem; }
.product-name { font-family: var(--serif); font-weight: 400; font-size: 1.15rem; line-height: 1.2; color: var(--ink); margin-bottom: 0.4rem; }
.product-desc { font-family: var(--serif); font-weight: 300; font-size: 0.86rem; color: var(--mid); line-height: 1.6; margin-bottom: 0.8rem; }
.product-provenance { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 0.8rem; color: rgba(107,97,88,0.7); line-height: 1.55; margin-bottom: 1.2rem; border-left: 1.5px solid var(--rule); padding-left: 0.8rem; }
.product-meta { display: flex; gap: 1.5rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.product-meta-item { display: flex; flex-direction: column; gap: 2px; }
.product-meta-label { font-family: var(--sans); font-weight: 200; font-size: 0.48rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--mid); }
.product-meta-value { font-family: var(--serif); font-weight: 300; font-size: 0.82rem; color: var(--ink); }
.product-footer { display: flex; align-items: baseline; justify-content: space-between; padding-top: 0.8rem; border-top: 0.5px solid var(--rule); }
.product-price { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; color: var(--ink); }
.product-price-note { font-family: var(--sans); font-weight: 200; font-size: 0.5rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); margin-left: 0.4rem; }
.product-enquire { font-family: var(--sans); font-weight: 300; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; background: none; border: 0.5px solid var(--gold); color: var(--gold); padding: 0.48rem 0.95rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.product-enquire:hover { background: var(--gold); color: var(--warm-white); }

/* ── BG VARIANTS ── */
.bg-1 { background: linear-gradient(145deg, #2a2520 0%, #1a1714 100%); }
.bg-2 { background: linear-gradient(145deg, #1e2228 0%, #14181e 100%); }
.bg-3 { background: linear-gradient(145deg, #22201c 0%, #181614 100%); }
.bg-4 { background: linear-gradient(145deg, #201e1c 0%, #2a2320 100%); }
.bg-5 { background: linear-gradient(145deg, #1a1e20 0%, #141618 100%); }
.bg-6 { background: linear-gradient(145deg, #1e1c18 0%, #201e1a 100%); }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 4rem 5rem 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 3.5rem; }
.footer-logo-name { font-family: var(--serif); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--parchment); margin-bottom: 0.3rem; }
.footer-logo-sub { font-family: var(--sans); font-weight: 200; font-size: 0.5rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-body { font-family: var(--serif); font-weight: 300; font-size: 0.88rem; line-height: 1.8; color: rgba(245,240,232,0.4); max-width: 30ch; }
.footer-col-title { font-family: var(--sans); font-weight: 300; font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-links a { font-family: var(--serif); font-weight: 300; font-size: 0.88rem; color: rgba(245,240,232,0.42); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 0.5px solid rgba(184,146,74,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-family: var(--sans); font-weight: 200; font-size: 0.56rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,240,232,0.22); }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal a { font-family: var(--sans); font-weight: 200; font-size: 0.56rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,240,232,0.22); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(245,240,232,0.45); }
