/* ---------- Base ---------- */
:root {
  --cream: #f2ede2;
  --cream-2: #ebe4d4;
  --cream-3: #ede5d3;
  --ink: #111;
  --muted: #6d6a63;
  --gold: #b8944a;
  --gold-soft: #c9a762;
  --dark: #1a1a1a;
  --dark-2: #141414;
  --hero-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

/* ---------- Announcement bar ---------- */
.announcement {
  background: var(--dark-2);
  color: #eae3d4;
  text-align: center;
  font-size: 11px;
  letter-spacing: .22em;
  padding: 11px 16px;
  font-weight: 400;
}

/* ---------- Header ---------- */
.header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 46px 14px;
  background: var(--cream);
  gap: 24px;
}

/* Hamburger button */
.menu-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 8px;
  cursor: pointer;
  justify-self: start;
}
.menu-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #1a1a1a;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-btn:hover span { background: var(--gold); }

.nav-right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.icon-btn {
  font-size: 16px;
  color: #222;
  position: relative;
  padding: 6px;
}
.icon-btn .bag-dot,
.icon-btn.bag::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -2px;
  width: 9px;
  height: 9px;
  background: #111;
  border-radius: 50%;
  border: 1.5px solid var(--cream);
}
.icon-btn.bag .bag-dot { display: none; }

/* Logo */
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.logo-crown { display: none; }
.logo-text {
  font-family: var(--hero-serif);
  font-weight: 500;
  letter-spacing: .38em;
  font-size: 34px;
  color: var(--gold);
}
.logo-sub {
  font-size: 9px;
  letter-spacing: .42em;
  color: var(--gold-soft);
  margin-top: 4px;
}
.logo-sub span { font-weight: 600; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    url('hero-bg-arch.png') center right / cover no-repeat,
    linear-gradient(180deg, #ece5d2 0%, #e9e1cd 100%);
  padding: 24px 60px 16px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  min-height: 430px;
  overflow: visible;
}

.hero-copy {
  padding-top: 24px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .28em;
  color: #3a3730;
  margin: 0 0 22px;
  font-weight: 500;
}

.hero h1 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: 1;
  margin: 0 0 32px;
  letter-spacing: .01em;
  color: #1a1a1a;
}
.hero h1 .gold { color: var(--gold); font-style: italic; font-weight: 500; }

.hero-sub {
  color: #3a3730;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 420px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  padding: 14px 24px;
  letter-spacing: .24em;
  font-size: 11px;
  font-weight: 500;
  border-radius: 1px;
}
.btn-primary i { font-size: 9px; }

.dots {
  display: flex;
  gap: 8px;
  margin-top: 38px;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #c7bfa9;
}
.dot.active { background: #6b6457; }

/* Hero image / mannequin scene */
.hero-image {
  position: relative;
  height: 100%;
}

.hero-mannequin {
  position: absolute;
  right: -42%;
  top: -88px;
  height: 540px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom right;
  z-index: 5;
  pointer-events: none;
}

.mannequin {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Alcove (arched recess) */
.alcove {
  position: absolute;
  right: 6%;
  top: 4%;
  width: 78%;
  height: 92%;
  background: radial-gradient(ellipse at 50% 30%, #d9cfb5 0%, #c9bea0 55%, #bdb292 85%);
  border-radius: 48% 48% 8% 8% / 40% 40% 6% 6%;
  box-shadow: inset 0 40px 80px rgba(0,0,0,.08), inset -30px 0 60px rgba(0,0,0,.05);
  z-index: 0;
}

/* Palm shadow */
.palm-shadow {
  position: absolute;
  right: -4%;
  top: 10%;
  width: 45%;
  height: 85%;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(0,0,0,.09) 0%, transparent 45%),
    radial-gradient(ellipse at 90% 40%, rgba(0,0,0,.07) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 70%, rgba(0,0,0,.06) 0%, transparent 50%);
  filter: blur(4px);
  pointer-events: none;
  z-index: 1;
  opacity: .85;
}

/* Head (ivory mannequin) */
.head {
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  width: 150px;
  height: 200px;
  background: linear-gradient(180deg, #efe4d0, #e2d4bb);
  border-radius: 50% 50% 45% 45% / 55% 55% 45% 45%;
  box-shadow: inset -12px -6px 24px rgba(0,0,0,.12), inset 8px 4px 18px rgba(255,255,255,.3);
  z-index: 2;
}

.neck {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
  width: 72px;
  height: 110px;
  background: linear-gradient(180deg, #e7d8be, #d7c6a8);
  border-radius: 36px 36px 10px 10px;
  z-index: 2;
}

.shoulders {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 140px;
  background: linear-gradient(180deg, #e4d5ba, #cdbb9a);
  border-radius: 170px 170px 0 0 / 120px 120px 0 0;
  z-index: 2;
}

.necklace {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  width: 130px;
  height: 60px;
  z-index: 3;
  background:
    radial-gradient(circle at 20% 50%, #d9b464 0 6px, transparent 7px),
    radial-gradient(circle at 35% 65%, #d9b464 0 7px, transparent 8px),
    radial-gradient(circle at 50% 75%, #e2bf6d 0 9px, transparent 10px),
    radial-gradient(circle at 65% 65%, #d9b464 0 7px, transparent 8px),
    radial-gradient(circle at 80% 50%, #d9b464 0 6px, transparent 7px);
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.15));
}

/* Gele (the headwrap) */
.gele {
  position: absolute;
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
  width: 520px;
  height: 380px;
  z-index: 3;
}

.gele-emerald .gele-fan {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, #0f4a3a 0%, #0a3a2e 55%, #082a22 90%);
  clip-path: ellipse(50% 48% at 50% 50%);
  box-shadow: inset -20px -20px 60px rgba(0,0,0,.4), inset 10px 10px 40px rgba(255,255,255,.08);
}

.gele-emerald .gele-pleats {
  position: absolute;
  inset: 0;
  background:
    repeating-conic-gradient(from 0deg at 50% 55%,
      rgba(0,0,0,.35) 0deg 4deg,
      rgba(255,255,255,.06) 4deg 8deg,
      rgba(0,0,0,.25) 8deg 12deg);
  clip-path: ellipse(48% 46% at 50% 50%);
  mix-blend-mode: overlay;
  opacity: .9;
}

.gele-emerald .gele-accent {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(214,168,72,.95) 0%, rgba(214,168,72,0) 28%),
    radial-gradient(ellipse at 22% 40%, rgba(214,168,72,.8) 0%, rgba(214,168,72,0) 22%),
    radial-gradient(ellipse at 82% 78%, rgba(214,168,72,.85) 0%, rgba(214,168,72,0) 20%),
    radial-gradient(circle at 55% 25%, rgba(214,168,72,.6) 0 10px, transparent 12px),
    radial-gradient(circle at 68% 60%, rgba(214,168,72,.5) 0 8px, transparent 10px);
  clip-path: ellipse(50% 48% at 50% 50%);
  mix-blend-mode: screen;
}

/* ---------- Collection tiles ---------- */
.collections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 24px 46px 30px;
  background: var(--cream);
}

.col-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: var(--cream-2);
  border-radius: 2px;
  overflow: hidden;
  min-height: 168px;
  align-items: center;
}

.col-text {
  padding: 22px 20px;
}
.col-text h3 {
  font-family: var(--hero-serif);
  font-weight: 500;
  letter-spacing: .08em;
  font-size: 20px;
  margin: 0 0 6px;
  line-height: 1.15;
  color: #1a1a1a;
}
.col-text p {
  font-size: 11px;
  color: #4a463e;
  margin: 0 0 18px;
  letter-spacing: .04em;
}
.shop-now {
  font-size: 10px;
  letter-spacing: .26em;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 3px;
  font-weight: 500;
}

.col-image {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.col-image .mini-mannequin,
.product-image .mini-mannequin { display: none; }

.col-image .card-img {
  display: block;
  max-height: 170px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.product-image .card-img {
  display: block;
  width: 95%;
  height: 95%;
  object-fit: contain;
  object-position: bottom center;
}

/* Mini mannequin */
.mini-mannequin {
  position: relative;
  width: 140px;
  height: 168px;
}
.mini-head {
  position: absolute;
  left: 50%; top: 22%;
  transform: translateX(-50%);
  width: 70px; height: 95px;
  background: linear-gradient(180deg, #efe4d0, #ddcdaf);
  border-radius: 50% 50% 44% 44% / 55% 55% 45% 45%;
  box-shadow: inset -6px -3px 12px rgba(0,0,0,.12);
}
.mini-neck {
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 140px; height: 60px;
  background: linear-gradient(180deg, #e4d5ba, #c9b795);
  border-radius: 70px 70px 0 0 / 46px 46px 0 0;
}
.mini-gele {
  position: absolute;
  left: 50%; top: 2%;
  transform: translateX(-50%);
  width: 145px; height: 120px;
  z-index: 2;
  clip-path: ellipse(50% 50% at 50% 50%);
  box-shadow: inset -8px -8px 20px rgba(0,0,0,.35), inset 6px 6px 14px rgba(255,255,255,.1);
}

.gele-gold,
.gele-burgundy,
.gele-royal,
.gele-champagne,
.gele-ivory,
.gele-emerald-sm {
  background:
    repeating-conic-gradient(from 0deg at 50% 55%,
      rgba(0,0,0,.12) 0deg 5deg,
      rgba(255,255,255,.22) 5deg 10deg),
    radial-gradient(ellipse at 50% 50%, #efe7d4 0%, #ddd3bb 60%, #c4b99d 95%);
  background-blend-mode: overlay, normal;
  box-shadow: inset -8px -8px 20px rgba(0,0,0,.18), inset 6px 6px 14px rgba(255,255,255,.18);
}

/* ---------- Featured ---------- */
.featured {
  padding: 10px 46px 40px;
  background: var(--cream);
}
.featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.featured-head h2 {
  font-size: 12px;
  letter-spacing: .28em;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}
.view-all {
  font-size: 10px;
  letter-spacing: .28em;
  color: #1a1a1a;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.product {
  background: var(--cream);
}
.product-image {
  position: relative;
  background: var(--cream-2);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.heart {
  position: absolute;
  top: 12px; right: 12px;
  font-size: 14px;
  color: #1a1a1a;
  z-index: 3;
}

.product-mannequin {
  width: 85%;
  height: 92%;
}
.product-mannequin .mini-head {
  width: 54%; height: 64%;
  top: 18%;
}
.product-mannequin .mini-gele {
  width: 112%; height: 74%;
  top: 2%;
}
.product-mannequin .mini-neck {
  width: 100%; height: 32%;
}

.product-info {
  padding: 14px 2px 4px;
}
.product-name {
  font-size: 11px;
  letter-spacing: .2em;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.product-price {
  font-size: 11px;
  letter-spacing: .12em;
  color: #3a3730;
}

/* ---------- Footer ---------- */
.footer {
  background: #141414;
  color: #d9d4c7;
  padding: 56px 60px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: .28em;
  color: #fff;
  margin: 0 0 14px;
  font-weight: 500;
}
.footer-col h5 {
  font-size: 11px;
  letter-spacing: .28em;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 500;
}
.subscribe p {
  font-size: 12px;
  color: #aaa49a;
  line-height: 1.7;
  margin: 0 0 16px;
}

.sub-form {
  display: flex;
  max-width: 360px;
  gap: 0;
}
.sub-form input {
  flex: 1;
  padding: 11px 12px;
  background: transparent;
  border: 1px solid #5a564e;
  color: #d9d4c7;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: .08em;
  outline: none;
}
.sub-form input::placeholder {
  color: #8a8579;
  font-size: 11px;
  letter-spacing: .08em;
}
.sub-form button {
  padding: 0 22px;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 10px;
  letter-spacing: .24em;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col li a {
  font-size: 12px;
  color: #b8b3a7;
  letter-spacing: .02em;
}
.footer-col li a:hover { color: #fff; }

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.footer-logo .logo-text { font-size: 28px; }
.footer-logo .logo-sub { color: var(--gold-soft); }

.socials {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.socials a {
  width: 30px; height: 30px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--gold);
  transition: all .15s ease;
}
.socials a:hover { background: var(--gold); color: #111; }

.footer-bottom {
  border-top: 1px solid #2a2a2a;
  margin-top: 34px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: .24em;
  color: #8a8579;
}
.footer-bottom .legal { display: flex; gap: 28px; }

/* ---------- Drawer menu ---------- */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 14, .55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 998;
}
.drawer-overlay.is-open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed;
  top: 0; left: 0;
  height: 100%;
  width: 380px;
  max-width: 90vw;
  background: var(--cream);
  z-index: 999;
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.7, 0, .2, 1);
  display: flex;
  flex-direction: column;
  padding: 28px 36px 28px;
  box-shadow: 12px 0 40px rgba(0,0,0,.18);
}
.drawer.is-open { transform: translateX(0); }
body.drawer-open { overflow: hidden; }

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8cfb6;
}
.drawer-eyebrow {
  font-size: 11px;
  letter-spacing: .32em;
  color: var(--gold);
}
.drawer-close {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #c8be9f;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.drawer-close:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

.drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 30px 0 24px;
  gap: 4px;
  flex: 1;
}
.drawer-link {
  font-family: var(--hero-serif);
  font-size: 26px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 10px 0;
  letter-spacing: .01em;
  position: relative;
  transition: color .15s ease, padding .15s ease;
}
.drawer-link::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease;
}
.drawer-link:hover, .drawer-link.active {
  color: var(--gold);
  padding-left: 28px;
}
.drawer-link:hover::before, .drawer-link.active::before {
  width: 18px;
}

.drawer-foot {
  border-top: 1px solid #d8cfb6;
  padding-top: 22px;
}
.drawer-foot p {
  font-size: 12px;
  color: #5a554a;
  line-height: 1.6;
  margin: 0 0 16px;
}
.drawer-socials a {
  border-color: var(--gold);
  color: var(--gold);
}

/* ---------- Logo (homepage variant) ---------- */
.logo-sub { white-space: nowrap; }

/* ---------- Hero (homepage) ---------- */
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.btn-ghost {
  font-size: 11px;
  letter-spacing: .26em;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 4px;
  font-weight: 500;
}
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- Homepage full-bleed hero ---------- */
.hero-home {
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 920px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-home-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.hero-home-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,0) 75%),
    linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,.35) 100%);
}
.hero-home-copy {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.hero-home-copy h1 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(46px, 5.8vw, 88px);
  line-height: 1.04;
  margin: 0 0 22px;
  color: #f6efdb;
  letter-spacing: 0;
}
.hero-home-copy h1 em {
  font-style: italic;
  color: #f6efdb;
}
.hero-home-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #f0e9d6;
  max-width: 560px;
  margin: 0 auto 36px;
}
.hero-cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3ead4;
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  font-family: var(--sans);
  transition: background .2s ease, transform .15s ease, color .2s ease;
}
.btn-pill:hover {
  background: #fff;
  color: var(--gold);
  transform: translateY(-1px);
}
.btn-pill-primary {
  background: var(--gold);
  color: #1a1a1a;
  font-weight: 600;
  padding: 14px 32px;
}
.btn-pill-primary:hover {
  background: #fff;
  color: #1a1a1a;
}

/* ---------- Homepage commerce sections ---------- */

/* Featured product flag (BESTSELLER / NEW / BRIDAL / COMING SOON) */
.product-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 1px;
  z-index: 4;
}
.product { color: inherit; transition: transform .25s ease; }
.product:hover { transform: translateY(-3px); }
.product:hover .product-name { color: var(--gold); }
.product-name { transition: color .15s ease; }

/* 4-up product grid for new arrivals */
.product-grid-4 { grid-template-columns: repeat(4, 1fr); }
.arrivals { padding-top: 0; }

/* Shop by Occasion */
.occasions {
  background: #faf4e2;
  padding: 90px 60px 100px;
}
.occasion-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.occasion-card {
  position: relative;
  display: block;
  background: var(--cream);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
  aspect-ratio: 4 / 5;
}
.occasion-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .12);
}
.occasion-img {
  position: absolute;
  inset: 0;
  background: var(--cream-2);
  overflow: hidden;
}
.occasion-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .5s ease;
}
.occasion-card:hover .occasion-img img { transform: scale(1.04); }
.occasion-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 28px 30px;
  background: linear-gradient(180deg, rgba(252, 248, 238, 0) 0%, rgba(252, 248, 238, .92) 50%, #fcf8ee 100%);
  color: #1a1a1a;
}
.occasion-text h3 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .12em;
  margin: 0 0 4px;
}
.occasion-text p {
  font-size: 13px;
  color: #4a463e;
  margin: 0 0 12px;
  letter-spacing: .02em;
}

/* The Atelier */
.atelier {
  background: var(--cream);
  padding: 100px 60px;
}
.atelier-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.atelier-image {
  aspect-ratio: 5 / 6;
  background: var(--cream-2);
  overflow: hidden;
}
.atelier-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.atelier-text h2 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  margin: 14px 0 20px;
  color: #1a1a1a;
}
.atelier-text h2 em { font-style: italic; color: var(--gold); }
.atelier-text > p {
  font-size: 15px;
  line-height: 1.85;
  color: #3a3730;
  margin: 0 0 28px;
}
.atelier-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.atelier-stat {
  background: var(--cream-2);
  padding: 18px 16px;
  border-left: 2px solid var(--gold);
}
.atelier-stat .stat-num {
  font-family: var(--hero-serif);
  font-size: 32px;
  line-height: 1;
  color: var(--gold);
  font-weight: 500;
}
.atelier-stat .stat-num span { font-size: 22px; }
.atelier-stat .stat-label {
  font-size: 9px;
  letter-spacing: .2em;
  color: #5a554a;
  margin-top: 6px;
  line-height: 1.4;
}

/* Stories strip — demoted blog preview */
.stories-strip {
  background: var(--cream);
  padding: 60px 60px 80px;
  border-top: 1px solid #e1d8c0;
}
.stories-head {
  max-width: 1300px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: end;
}
.stories-head h2 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.1;
  margin: 0;
  color: #1a1a1a;
}
.stories-head h2 em { font-style: italic; color: var(--gold); }
.stories-head .eyebrow { margin: 0 0 8px; }
.stories-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.story-card { display: flex; flex-direction: column; gap: 12px; color: inherit; }
.story-img {
  aspect-ratio: 4 / 3;
  background: var(--cream-2);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.story-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .4s ease;
}
.story-card:hover .story-img img { transform: scale(1.03); }
.story-card .blog-tag { margin-top: 4px; }
.story-card h3 {
  font-family: var(--hero-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  color: #1a1a1a;
}
.story-card:hover h3 { color: var(--gold); }

/* As Worn — social proof grid */
.as-worn {
  background: #faf4e2;
  padding: 90px 60px 100px;
}
.worn-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.worn-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--cream-2);
  overflow: hidden;
  display: block;
}
.worn-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.worn-tile:hover img { transform: scale(1.06); }
.worn-credit {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(20, 18, 14, .7);
  color: #f6efdb;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .2s ease;
}
.worn-tile:hover .worn-credit { opacity: 1; }

/* Newsletter band */
.news-band {
  background: #1a1612;
  color: #e6dfcc;
  padding: 80px 60px 90px;
  text-align: center;
}
.news-band-inner { max-width: 620px; margin: 0 auto; }
.news-band h2 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.15;
  margin: 14px 0 16px;
  color: #f6efdb;
}
.news-band h2 em { font-style: italic; color: var(--gold-soft); }
.news-band > .news-band-inner > p {
  color: #b0a98f;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 28px;
}
.news-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}
.news-form input {
  flex: 1 1 240px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid #3a342b;
  color: #f6efdb;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, background .15s ease;
}
.news-form input:focus { border-color: var(--gold); background: rgba(255, 255, 255, .08); }
.news-form input::placeholder { color: #8a8579; }
.news-form button {
  padding: 14px 24px;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: background .15s ease;
}
.news-form button:hover { background: #fff; }
.news-status {
  flex-basis: 100%;
  font-size: 12px;
  color: var(--gold-soft);
  margin: 8px 0 0;
  letter-spacing: .04em;
  min-height: 14px;
}

@media (max-width: 1100px) {
  .product-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid { grid-template-columns: 1fr; }
  .atelier-inner { grid-template-columns: 1fr; gap: 40px; }
  .stories-head { grid-template-columns: 1fr; gap: 6px; }
  .stories-grid { grid-template-columns: 1fr; }
  .worn-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
  .product-grid-4 { grid-template-columns: 1fr; }
  .worn-grid { grid-template-columns: repeat(2, 1fr); }
  .occasions, .atelier, .as-worn, .news-band, .stories-strip { padding-left: 24px; padding-right: 24px; }
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 22px;
  height: 38px;
  border: 1.5px solid rgba(255,255,255,.7);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
}
.hero-scroll span {
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  animation: scroll-pulse 1.6s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%   { transform: translateY(0);  opacity: 1; }
  60%  { transform: translateY(10px); opacity: 0; }
  61%  { transform: translateY(0);  opacity: 0; }
  100% { transform: translateY(0);  opacity: 1; }
}

/* ---------- Transparent header (homepage only) ---------- */
.page-home .header {
  position: absolute;
  top: 35px; /* sits below the announcement bar */
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
}
.page-home .announcement {
  position: relative;
  z-index: 51;
}
.page-home .menu-btn span { background: #fff; }
.page-home .menu-btn:hover span { background: #e8c97a; }
.page-home .icon-btn { color: #fff; }
.page-home .icon-btn:hover { color: #e8c97a; }
.page-home .logo-text { color: #fff; }
.page-home .logo-sub { color: rgba(255,255,255,.85); }
.page-home .logo-crown svg path,
.page-home .logo-crown svg circle { stroke: #e8c97a; fill: none; }
.page-home .logo-crown svg circle { fill: #e8c97a; stroke: none; }
.page-home .icon-btn.bag::after,
.page-home .icon-btn .bag-dot {
  background: #e8c97a;
  border-color: transparent;
}

/* ---------- Shared section primitives ---------- */
.gold-eyebrow {
  color: var(--gold) !important;
  font-weight: 500;
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-head h2,
.story-text h2,
.culture-text h2,
.shop-cta h2,
.featured-info h2,
.page-hero h1 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  margin: 14px 0 18px;
  color: #1a1a1a;
}
.section-head h2 em,
.story-text h2 em,
.culture-text h2 em,
.shop-cta h2 em,
.page-hero h1 em {
  font-style: italic;
  color: var(--gold);
}
.section-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #4a463e;
  max-width: 600px;
  margin: 0 auto;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .26em;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 4px;
  font-weight: 500;
}
.link-arrow:hover { color: var(--gold); border-color: var(--gold); }
.link-arrow i { font-size: 11px; transition: transform .2s ease; }
.link-arrow:hover i { transform: translateX(4px); }

/* ---------- Style Finder (homepage) ---------- */
.finder {
  background: #fcf8ee;
  padding: 100px 60px 110px;
  position: relative;
}
.finder-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.finder-body {
  max-width: 1180px;
  margin: 0 auto;
}

/* Face-shape picker */
.finder-shapes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 48px;
}
.shape-btn {
  background: var(--cream);
  border: 1px solid #e1d8c0;
  border-radius: 4px;
  padding: 22px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #5a554a;
  transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
  font-family: var(--hero-serif);
}
.shape-btn:hover {
  border-color: var(--gold);
  color: #1a1a1a;
  transform: translateY(-2px);
}
.shape-btn.is-active {
  border-color: var(--gold);
  background: #fff;
  color: var(--gold);
  box-shadow: 0 12px 28px rgba(184, 148, 74, .12);
}
.shape-label {
  font-family: var(--hero-serif);
  font-size: 22px;
  font-weight: 500;
  color: inherit;
  letter-spacing: .01em;
}
.shape-btn.is-active .shape-label { font-style: italic; }

/* Selected shape summary */
.finder-meta {
  margin-bottom: 26px;
}
.finder-meta-card {
  background: var(--cream-2);
  padding: 28px 32px;
  border-left: 3px solid var(--gold);
  border-radius: 2px;
}
.finder-meta-card .eyebrow { margin-bottom: 12px; }
.finder-meta-blurb {
  font-family: var(--hero-serif);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 14px;
  font-weight: 500;
}
.finder-meta-rule {
  font-size: 13px;
  color: #4a463e;
  letter-spacing: .02em;
  margin: 0;
  line-height: 1.6;
}
.finder-meta-rule strong {
  color: var(--gold);
  letter-spacing: .14em;
  font-size: 11px;
  text-transform: uppercase;
}

/* Accordion */
.finder-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acc-item {
  background: var(--cream);
  border: 1px solid #e1d8c0;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.acc-item.is-open {
  border-color: var(--gold);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .04);
}
.acc-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  gap: 22px;
  align-items: center;
  transition: background .15s ease;
}
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary:hover { background: #faf4e2; }
.acc-rank {
  font-family: var(--hero-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--gold);
}
.acc-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.acc-name {
  font-family: var(--hero-serif);
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.1;
}
.acc-origin {
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--gold);
}
.acc-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d8cfb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 12px;
  transition: transform .25s ease, background .15s ease, color .15s ease;
}
.acc-item.is-open .acc-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: rotate(45deg);
}

.acc-body {
  padding: 6px 28px 28px 110px;
  max-width: 880px;
}
.acc-body p {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3730;
  margin: 0 0 12px;
}
.acc-why {
  background: rgba(184, 148, 74, .08);
  padding: 12px 14px;
  border-left: 2px solid var(--gold);
  border-radius: 0;
  margin-bottom: 16px !important;
}
.acc-why strong {
  color: var(--gold);
  letter-spacing: .14em;
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .finder-shapes { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .finder { padding: 60px 24px 70px; }
  .finder-shapes { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .shape-art { width: 48px; height: 60px; }
  .acc-item summary { grid-template-columns: 36px 1fr 32px; padding: 18px 18px; gap: 14px; }
  .acc-rank { font-size: 22px; }
  .acc-name { font-size: 20px; }
  .acc-body { padding: 4px 18px 22px; }
  .shape-label { font-size: 18px; }
}

/* ---------- Learn page extras ---------- */
.learn-more {
  background: var(--cream);
  padding: 90px 60px 100px;
}
.learn-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.learn-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px 32px 32px;
  background: var(--cream-2);
  border-left: 2px solid var(--gold);
  transition: transform .25s ease, box-shadow .25s ease;
}
.learn-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.06); }
.learn-card-num {
  font-family: var(--hero-serif);
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
}
.learn-card h3 {
  font-family: var(--hero-serif);
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}
.learn-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a463e;
  margin: 0 0 14px;
}
@media (max-width: 1100px) {
  .learn-grid { grid-template-columns: 1fr; }
}

/* ---------- Story (scroll-cinema) ---------- */
.story-cinema {
  position: relative;
  height: 280vh; /* scroll length */
  background: #fcf8ee;
}
.cinema-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #fcf8ee;
}
.cinema-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  pointer-events: none;
  background: transparent;
}
.cinema-video.is-active {
  opacity: 1;
}
.cinema-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* Soft fade between the video (left) and the cream text area (right) */
  background: linear-gradient(90deg, rgba(252, 248, 238, 0) 50%, rgba(252, 248, 238, .9) 62%, #fcf8ee 70%);
  pointer-events: none;
}

.cinema-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 60px;
  width: clamp(340px, 32%, 460px);
  color: #1a1a1a;
  opacity: 0;
  transform: translate(20px, -50%);
  transition: opacity .9s ease, transform .9s ease;
  pointer-events: none;
}
.cinema-stage.text-on .cinema-content {
  opacity: 1;
  transform: translate(0, -50%);
  pointer-events: auto;
}
.cinema-content .eyebrow { color: var(--gold) !important; }
.cinema-content h2 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.1;
  margin: 14px 0 16px;
  color: #1a1a1a;
}
.cinema-content h2 em { font-style: italic; color: var(--gold); }
.cinema-content > p {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3730;
  margin: 0 0 14px;
}

.link-on-dark {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.link-on-dark:hover { color: var(--gold); border-bottom-color: var(--gold); }

.cinema-content .story-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
  max-width: 100%;
}
.cinema-content .stat {
  background: rgba(235, 228, 212, .85);
  border-left: 2px solid var(--gold);
  padding: 14px 14px 12px;
}
.cinema-content .stat-num {
  font-family: var(--hero-serif);
  font-size: 26px;
  line-height: 1;
  color: var(--gold);
  font-weight: 500;
}
.cinema-content .stat-num span { font-size: 18px; }
.cinema-content .stat-label {
  font-size: 9px;
  letter-spacing: .2em;
  color: #5a554a;
  margin-top: 6px;
  line-height: 1.4;
}

@media (max-width: 820px) {
  .story-cinema { height: 240vh; }
  .cinema-content {
    right: 24px;
    left: 24px;
    width: auto;
  }
  .cinema-content .story-stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .cinema-content .stat-num { font-size: 22px; }
}

/* ---------- Styles section ---------- */
.styles {
  background: #f6f0df;
  padding: 90px 60px 90px;
}
.style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1300px;
  margin: 0 auto;
}
.style-card {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.style-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}
.style-img {
  background: var(--cream-2);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.style-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}
.style-info {
  padding: 24px 26px 28px;
}
.style-info h3 {
  font-family: var(--hero-serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 4px;
  color: #1a1a1a;
}
.style-origin {
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--gold);
  margin: 0 0 12px;
}
.style-info p {
  font-size: 13px;
  line-height: 1.7;
  color: #4a463e;
  margin: 0;
}

/* ---------- Culture section ---------- */
.culture {
  background: #1a1612;
  color: #e6dfcc;
  padding: 100px 60px;
}
.culture-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.culture-text h2 { color: #f6f0df; }
.culture-text h2 em { color: var(--gold-soft); }
.culture-text p {
  font-size: 15px;
  line-height: 1.85;
  color: #c4bca7;
  margin: 0 0 22px;
}
.culture-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.culture-list li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid #2e2820;
  align-items: baseline;
}
.culture-list li:last-child { border-bottom: 1px solid #2e2820; }
.culture-list strong {
  font-family: var(--hero-serif);
  font-size: 20px;
  font-weight: 500;
  color: #f6f0df;
}
.culture-list span {
  font-size: 13px;
  line-height: 1.6;
  color: #b0a98f;
}
.culture-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 45%, #2a241c 0%, #1a1612 70%);
  border-radius: 2px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.culture-image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: bottom center;
}

/* ---------- Blog preview (home) ---------- */
.blog-preview {
  background: var(--cream);
  padding: 90px 60px 80px;
}
.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 28px;
  max-width: 1300px;
  margin: 0 auto;
}
.blog-card {
  background: var(--cream-2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.blog-card.feature {
  grid-row: span 2;
}
.blog-img {
  display: block;
  aspect-ratio: 4 / 3;
  background: #ebe4d4;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.blog-card.feature .blog-img { aspect-ratio: 5 / 6; }
.blog-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .35s ease;
}
.blog-img:hover img { transform: scale(1.04); }
.blog-info {
  padding: 22px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-tag {
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--gold);
  font-weight: 600;
}
.blog-info h3 {
  font-family: var(--hero-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  color: #1a1a1a;
}
.blog-card.feature .blog-info h3 { font-size: 30px; }
.blog-info h3 a:hover { color: var(--gold); }
.blog-info p {
  font-size: 13px;
  line-height: 1.7;
  color: #4a463e;
  margin: 0;
}
.blog-meta {
  font-size: 11px;
  letter-spacing: .12em;
  color: #7a7466;
  margin-top: 4px;
}
.blog-cta {
  text-align: center;
  margin-top: 56px;
}

/* ---------- Shop CTA banner ---------- */
.shop-cta {
  background:
    linear-gradient(180deg, rgba(242, 237, 226, 0) 0%, rgba(242, 237, 226, 1) 100%),
    url('hero-bg-arch.png') center / cover no-repeat;
  background-color: var(--cream);
  padding: 100px 60px 110px;
  text-align: center;
}
.shop-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.shop-cta-inner p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a463e;
  margin: 0 0 28px;
}

/* ---------- Page hero (blog) ---------- */
.page-hero {
  background: linear-gradient(180deg, #ece5d2 0%, #f4ecd8 100%);
  padding: 80px 60px 60px;
  text-align: center;
}
.page-hero h1 {
  margin: 14px 0 22px;
}
.page-hero-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #4a463e;
  max-width: 580px;
  margin: 0 auto 32px;
}
.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}
.tab {
  font-size: 11px;
  letter-spacing: .22em;
  padding: 9px 18px;
  border: 1px solid #c8be9f;
  border-radius: 999px;
  color: #4a463e;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.tab:hover { border-color: var(--gold); color: var(--gold); }
.tab.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* ---------- Featured article (blog) ---------- */
.featured-article {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 70px 60px;
  background: var(--cream);
  max-width: 1320px;
  margin: 0 auto;
}
.featured-img {
  aspect-ratio: 5 / 4;
  background: var(--cream-2);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.featured-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}
.featured-info { padding: 0 10px; }
.featured-info .blog-tag { display: inline-block; margin-bottom: 14px; }
.featured-info h2 { margin: 0 0 18px; font-size: clamp(32px, 3.5vw, 48px); }
.featured-deck {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3730;
  margin: 0 0 18px;
}
.featured-meta {
  font-size: 12px;
  color: #7a7466;
  letter-spacing: .08em;
  margin: 0 0 26px;
}

/* ---------- Articles grid (blog) ---------- */
.articles {
  background: #f6f0df;
  padding: 80px 60px 100px;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
}
.article-img {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--cream-2);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.article-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  transition: transform .35s ease;
}
.article-img:hover img { transform: scale(1.04); }
.article-card .blog-tag { margin-top: 6px; }
.article-card h3 {
  font-family: var(--hero-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  color: #1a1a1a;
}
.article-card h3 a:hover { color: var(--gold); }
.article-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #4a463e;
  margin: 0;
}
.article-meta {
  font-size: 11px;
  color: #7a7466;
  letter-spacing: .1em;
  margin-top: 4px;
}

/* ---------- Contact page hero ---------- */
.hero-contact {
  background:
    url('hero-bg-pink.png') center right / cover no-repeat,
    linear-gradient(180deg, #f1dede 0%, #e9d2d2 100%);
}
.hero-contact .hero-mannequin {
  right: -5%;
  top: -88px;
  height: 540px;
}

/* Contact info strip */
.contact-strip {
  background: var(--cream);
  padding: 50px 60px;
  border-bottom: 1px solid #e1d8c0;
}
.contact-strip-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.contact-info i {
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 6px;
}
.contact-label {
  font-size: 10px;
  letter-spacing: .28em;
  color: #5a554a;
  margin-bottom: 2px;
}
.contact-info a {
  font-size: 14px;
  color: #1a1a1a;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease, color .15s ease;
  width: fit-content;
}
.contact-info a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.contact-info span:not(.contact-label) {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.5;
}

/* Contact form */
.contact-form {
  background: #f6f0df;
  padding: 90px 60px 100px;
}
.contact-form-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.contact-form-text h2 { margin: 14px 0 18px; }
.contact-form-text > p {
  font-size: 15px;
  line-height: 1.85;
  color: #3a3730;
  margin: 0 0 26px;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-list li {
  padding: 14px 0;
  border-top: 1px solid #d8cfb6;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-list li:last-child { border-bottom: 1px solid #d8cfb6; }
.contact-list strong {
  font-family: var(--hero-serif);
  font-size: 19px;
  font-weight: 500;
  color: #1a1a1a;
}
.contact-list span {
  font-size: 13px;
  color: #5a554a;
  line-height: 1.6;
}

.contact-form-fields {
  background: var(--cream);
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 2px;
  box-shadow: 0 12px 40px rgba(0,0,0,.05);
}
.contact-form-fields label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form-fields label > span {
  font-size: 11px;
  letter-spacing: .22em;
  color: #5a554a;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form-fields input,
.contact-form-fields select,
.contact-form-fields textarea {
  font-family: inherit;
  font-size: 14px;
  color: #1a1a1a;
  background: #fbf6e9;
  border: 1px solid #d8cfb6;
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s ease, background .15s ease;
}
.contact-form-fields textarea { resize: vertical; min-height: 130px; }
.contact-form-fields input:focus,
.contact-form-fields select:focus,
.contact-form-fields textarea:focus {
  border-color: var(--gold);
  background: #fff;
}
.contact-form-fields .btn-primary {
  align-self: flex-start;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}
.form-status {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: .12em;
  margin: 0;
  min-height: 16px;
}

/* Light variant of subscribe form (used inside shop-cta) */
.sub-form-light {
  display: flex;
  max-width: 460px;
  margin: 28px auto 0;
}
.sub-form-light input {
  background: rgba(255,255,255,.7);
  border-color: #c8be9f;
  color: #1a1a1a;
}
.sub-form-light input::placeholder { color: #7a7466; }

/* ---------- Generated post pages ---------- */
.post-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  background: var(--cream);
}
.post-head { text-align: center; margin-bottom: 36px; }
.post-head .blog-tag { display: inline-block; margin-bottom: 14px; }
.post-head h1 {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  margin: 8px 0 18px;
  color: #1a1a1a;
}
.post-deck {
  font-family: var(--hero-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #4a463e;
  max-width: 600px;
  margin: 0 auto 14px;
}
.post-meta {
  font-size: 12px;
  letter-spacing: .12em;
  color: #7a7466;
  margin: 0;
}
.post-embed {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 36px auto 48px;
  max-width: 400px;
}
.post-embed-frame {
  position: relative;
  max-height: 540px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.post-embed.is-expanded .post-embed-frame {
  max-height: 2000px;
}
.post-embed-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(242, 237, 226, 0) 0%, var(--cream) 100%);
  pointer-events: none;
  transition: opacity .3s ease;
  opacity: 1;
}
.post-embed.is-expanded .post-embed-frame::after { opacity: 0; }

.post-embed blockquote.instagram-media,
.post-embed iframe.instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.caption-toggle {
  align-self: center;
  margin-top: 14px;
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 11px;
  letter-spacing: .22em;
  padding: 9px 22px;
  cursor: pointer;
  font-family: var(--sans);
  border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.caption-toggle:hover { background: #1a1a1a; color: #fff; }
.caption-toggle .chev { transition: transform .25s ease; display: inline-block; margin-left: 4px; font-size: 9px; }
.post-embed.is-expanded .caption-toggle .chev { transform: rotate(180deg); }
.post-credit {
  font-size: 12px;
  color: #5a554a;
  margin-top: 14px;
  text-align: center;
  letter-spacing: .04em;
  font-style: italic;
}
.post-body p {
  font-size: 16px;
  line-height: 1.85;
  color: #2c2a25;
  margin: 0 0 22px;
}
.post-body blockquote {
  font-family: var(--hero-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: #1a1a1a;
  border-left: 2px solid var(--gold);
  padding: 6px 22px;
  margin: 30px 0;
}
.post-back {
  margin-top: 48px;
  text-align: center;
}
.article-img-embed {
  background: var(--cream-2);
  padding: 12px;
  aspect-ratio: auto;
  height: auto;
  min-height: 280px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .collections { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; align-items: flex-start; }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card.feature { grid-column: 1 / -1; grid-row: auto; }
  .articles-grid { grid-template-columns: repeat(3, 1fr); }
  .culture-inner { gap: 40px; }
  .story-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .header { grid-template-columns: auto 1fr auto; padding: 14px 20px; }
  .hero {
    grid-template-columns: 1fr;
    padding: 20px 24px 40px;
  }
  .hero-copy { padding: 20px 0 0; }
  .hero-image { min-height: 380px; }
  .hero-mannequin { right: -20%; }
  .collections { grid-template-columns: 1fr; padding: 20px; }
  .featured { padding: 10px 20px 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer { padding: 40px 24px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .story, .styles, .culture, .blog-preview, .articles, .shop-cta, .page-hero, .featured-article {
    padding-left: 24px;
    padding-right: 24px;
  }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .style-grid { grid-template-columns: 1fr; }
  .culture-inner { grid-template-columns: 1fr; }
  .culture-list li { grid-template-columns: 1fr; gap: 4px; }
  .blog-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-article { grid-template-columns: 1fr; gap: 30px; padding: 50px 24px; }

  .contact-strip { padding: 30px 24px; }
  .contact-strip-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .contact-form { padding: 60px 24px 70px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 40px; }
  .field-row { grid-template-columns: 1fr; }

  .drawer { width: 320px; padding: 22px 26px; }
  .drawer-link { font-size: 22px; }
}

@media (max-width: 540px) {
  .articles-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .blog-tabs { gap: 6px; }
  .tab { padding: 7px 14px; font-size: 10px; }
}
