:root {
  --ink: #1c1c1c;
  --muted: #5c5c5c;
  --line: #e6e6e6;
  --paper: #fff;
  --sand: #f6f5f3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Jost, "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: #fff;
}
.logo { display: flex; flex-direction: column; letter-spacing: 0.22em; line-height: 1; }
.logo span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; font-weight: 500; }
.logo small { margin-top: 4px; font-size: 9px; letter-spacing: 0.34em; }
.menu-toggle {
  border: 0; background: transparent; letter-spacing: 0.22em; text-transform: uppercase;
  font-size: 12px; cursor: pointer;
}
.site-nav[hidden] { display: none; }
.site-nav {
  position: fixed; inset: 72px 0 0 0; background: rgba(255,255,255,.98);
  z-index: 19; display: grid; place-items: center;
}
.site-nav ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.site-nav a {
  display: block; padding: 10px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px; letter-spacing: 0.08em;
}
.hero { position: relative; min-height: 78vh; background: #111; color: #fff; }
.hero img, .feature img { width: 100%; height: 78vh; object-fit: cover; }
.hero-copy, .feature-copy {
  position: absolute; left: 8%; bottom: 14%; max-width: 520px;
}
.hero-copy h1, .feature-copy h2, .page-intro h1, .collection-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400; letter-spacing: 0.02em; margin: 0 0 12px;
}
.hero-copy h1 { font-size: clamp(42px, 5vw, 68px); line-height: 0.95; color: #111; }
.hero.light-text .hero-copy h1, .feature.light-text .feature-copy h2 { color: #fff; }
.btn {
  display: inline-block; background: #111; color: #fff;
  padding: 8px 16px; letter-spacing: 0.16em; font-size: 11px; text-transform: uppercase;
}
.btn.light { background: #fff; color: #111; }
.scroller { display: flex; gap: 18px; overflow-x: auto; padding: 28px; scroll-snap-type: x mandatory; }
.product-card { flex: 0 0 240px; scroll-snap-align: start; text-align: center; }
.product-card img { height: 280px; width: 100%; object-fit: cover; background: var(--sand); }
.product-card h3, .card h2, .look-card h2, .show-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; margin: 14px 0 4px;
}
.product-card p, .muted { color: var(--muted); margin: 0; font-size: 13px; letter-spacing: 0.08em; }
.feature { position: relative; margin-top: 8px; }
.feature-copy { color: #fff; bottom: 12%; }
.feature-copy h2 { font-size: clamp(36px, 4vw, 58px); margin-bottom: 6px; }
.page-intro, .prose, .form-wrap { max-width: 1100px; margin: 0 auto; padding: 48px 28px 10px; text-align: center; }
.page-intro h1 { font-size: clamp(40px, 5vw, 64px); letter-spacing: 0.16em; text-transform: uppercase; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 28px; }
.card, .look-card, .show-card { background: #fff; }
.card img, .look-card img, .show-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; background: var(--sand); }
.card div, .look-card div, .show-card div { padding: 16px 18px 22px; text-align: center; }
.pieces { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 10px 28px 48px; }
.piece { text-align: center; }
.piece img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--sand); }
.gallery { columns: 4 220px; column-gap: 12px; padding: 28px; }
.gallery a { display: block; margin: 0 0 12px; break-inside: avoid; cursor: zoom-in; }
.gallery img { width: 100%; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.88); display: none; place-items: center; z-index: 40; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 90vh; }
.about-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; text-align: left; align-items: start; }
.about-layout img { width: 100%; }
.prose h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 28px; }
.form-wrap { text-align: left; max-width: 640px; }
label { display: block; margin: 12px 0; font-size: 13px; letter-spacing: 0.06em; }
input, textarea, select {
  width: 100%; border: 1px solid var(--line); padding: 10px 12px; background: #fff;
}
textarea { min-height: 120px; }
.form-note { color: #1d6b3a; }
.form-error { color: #9b2c2c; }
.instagram { padding: 20px 0 40px; border-top: 1px solid var(--line); }
.instagram-head { text-align: center; padding: 18px; letter-spacing: 0.14em; text-transform: uppercase; font-size: 13px; }
.instagram-head strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; letter-spacing: 0.08em; font-weight: 500; text-transform: none; }
.instagram-row { display: flex; gap: 8px; overflow-x: auto; padding: 0 18px 10px; }
.ig-card { flex: 0 0 180px; position: relative; }
.ig-card img { width: 180px; height: 180px; object-fit: cover; }
.ig-card span {
  position: absolute; inset: auto 0 0 0; background: linear-gradient(transparent, rgba(0,0,0,.65));
  color: #fff; font-size: 12px; padding: 24px 8px 8px; max-height: 70%; overflow: hidden;
}
.site-footer { background: #111; color: #eee; padding: 42px 28px 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.site-footer h4 { margin: 0 0 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 400; font-size: 13px; }
.site-footer a, .site-footer button { display: block; margin: 6px 0; color: #ddd; background: none; border: 0; padding: 0; cursor: pointer; text-align: left; }
.newsletter input { margin-bottom: 8px; }
.newsletter button { border: 1px solid #fff; color: #fff; padding: 8px 14px; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; }
.copyright { text-align: center; color: #999; font-size: 12px; margin-top: 28px; }
.flip-stage { min-height: 70vh; display: grid; place-items: center; padding: 20px; }
#flipbook { width: min(980px, 100%); }
.flip-tools { display: flex; justify-content: center; gap: 12px; padding-bottom: 24px; }
@media (max-width: 900px) {
  .grid, .pieces { grid-template-columns: repeat(2, 1fr); }
  .footer-grid, .about-layout { grid-template-columns: 1fr; }
  .gallery { columns: 2 140px; }
  .hero img, .feature img { height: 70vh; }
  .hero-copy { left: 6%; right: 6%; }
}
@media (max-width: 560px) {
  .grid, .pieces { grid-template-columns: 1fr; }
}
