:root {
  --ivory: #f8f4ec;
  --black: #161616;
  --gold: #b89458;
  --brown: #5f4334;
  --burgundy: #5d1f2b;
  --white: #fff;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--ivory);
  color: var(--black);
  line-height: 1.6;
}
h1,h2,h3,.logo-text { font-family: 'Cormorant Garamond', serif; letter-spacing: 0; }
.container { width: min(1100px, 92%); margin: 0 auto; }
.site-header { position: sticky; top: 0; background: rgba(248,244,236,0.95); border-bottom: 1px solid #e6dfd2; z-index: 10; }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; gap: 1rem; }
.logo-text { color: var(--black); font-size: 2rem; font-weight: 700; text-decoration: none; }
.logo-image { max-height: 100px; width: auto; }
nav { display: flex; gap: 1rem; flex-wrap: wrap; }
nav a { color: var(--black); text-decoration: none; }
.hero { padding: 7rem 0 6rem; background: linear-gradient(135deg, #161616, #5d1f2b); color: var(--ivory); }
.hero h1 { font-size: clamp(2rem, 6vw, 4rem); margin: 0 0 .5rem; }
.hero p { max-width: 620px; }
.eyebrow { color: #f3d8a5; font-size: .85rem; font-weight: 600; margin: 0 0 .75rem; text-transform: uppercase; }
.btn, .btn-outline {
  display: inline-block; padding: .75rem 1.1rem; border-radius: 3px; text-decoration: none; border: 1px solid var(--gold);
}
.btn { background: var(--gold); color: var(--white); }
.btn-outline { color: var(--gold); background: transparent; }
button:disabled {
  cursor: wait;
  opacity: .65;
}
.section { padding: 4rem 0; }
.section-alt { background: #f2ece0; }
.section-dark { background: var(--black); color: var(--ivory); }
.section-dark a { color: #f3d8a5; }
.grid { display: grid; gap: 1.25rem; }
.products { grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.team-grid { grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); }
.card { background: var(--white); padding: 1rem; border: 1px solid #e8dece; }
.narrative img { width: 100%; height: auto; object-fit: cover; }
.product-card { align-content: start; display: grid; gap: .75rem; }
.product-card p, .product-card h3 { margin: 0; }
.product-card .btn-outline { cursor: pointer; margin-top: .25rem; text-align: center; width: 100%; }
.custom-dress-card { border-color: var(--gold); }
.custom-dress-card .image-placeholder { margin-bottom: 0; }
.product-media { display: grid; gap: .65rem; }
.product-image-frame {
  align-items: center;
  background: #efe4d3;
  display: grid;
  justify-items: center;
  min-height: 220px;
  overflow: hidden;
  padding: .5rem;
}
.product-card .product-image {
  display: block;
  height: auto;
  max-height: 560px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.product-card .product-image.is-landscape {
  width: 100%;
}
.product-card .product-image.is-portrait {
  max-height: 620px;
}
.product-card .product-image.is-square {
  width: min(100%, 520px);
}
.product-thumbs {
  display: grid;
  gap: .45rem;
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
}
.product-thumb {
  aspect-ratio: 1;
  background: transparent;
  border: 2px solid #e8dece;
  cursor: pointer;
  padding: 0;
}
.product-thumb.active { border-color: var(--gold); }
.product-card .product-thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.image-placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f8f4ec, #b89458 55%, #5d1f2b);
  color: var(--white);
  display: grid;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  min-height: 160px;
  text-align: center;
}
.price { color: var(--burgundy); font-weight: 600; }
.muted { color: var(--brown); }
.two-col { display: grid; gap: 1.5rem; }
.stack { display: grid; gap: 1.8rem; }
.lux-form { display: grid; gap: .7rem; }
input, textarea, select, button { font: inherit; }
input, textarea, select {
  width: 100%; padding: .7rem; border: 1px solid #c9b8a3; border-radius: 2px; background: #fff;
}
textarea { min-height: 110px; }
fieldset {
  border: 1px solid #e8dece;
  display: grid;
  gap: .7rem;
  margin: 0;
  padding: 1rem;
}
legend {
  color: var(--burgundy);
  font-weight: 600;
  padding: 0 .35rem;
}
label { display: grid; gap: .35rem; }
.empty-state { color: var(--brown); font-style: italic; }
.form-status {
  border-left: 3px solid transparent;
  margin: .25rem 0 0;
  min-height: 1.5rem;
  padding-left: .65rem;
}
.form-status.success {
  border-color: var(--gold);
  color: var(--burgundy);
  font-weight: 600;
}
.form-status.error {
  border-color: #9b1c31;
  color: #9b1c31;
  font-weight: 600;
}
.modal-open { overflow: hidden; }
.inquiry-modal {
  inset: 0;
  position: fixed;
  z-index: 100;
}
.inquiry-backdrop {
  background: rgba(22,22,22,.58);
  inset: 0;
  position: absolute;
}
.inquiry-dialog {
  background: var(--ivory);
  border: 1px solid #e8dece;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
  left: 50%;
  max-height: min(90vh, 780px);
  overflow: auto;
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(680px, 92vw);
}
.inquiry-dialog h2 { margin: 0 2rem .25rem 0; }
.inquiry-close {
  align-items: center;
  background: transparent;
  border: 1px solid #d6c6ad;
  color: var(--black);
  cursor: pointer;
  display: grid;
  font-size: 1.5rem;
  height: 2rem;
  line-height: 1;
  padding: 0;
  place-items: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
}
@media (min-width: 800px) {
  .two-col { grid-template-columns: 1fr 1fr; }
}
