:root {
  --bg: #070604;
  --panel: #11100e;
  --panel-2: #191612;
  --text: #f8eedb;
  --muted: #b6a98f;
  --gold: #d7a84b;
  --gold-bright: #ffdc76;
  --pink: #f17ab6;
  --rust: #b45c37;
  --line: rgba(215, 168, 75, 0.3);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(215, 168, 75, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 34%, rgba(241, 122, 182, 0.1), transparent 24rem),
    linear-gradient(180deg, #0a0805 0%, var(--bg) 42%, #030302 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(7, 6, 4, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 0 32px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand,
nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1205;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

nav a {
  color: var(--muted);
  font-size: 0.94rem;
}

.icon-button,
.quantity-row button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  min-height: 42px;
  padding: 0 14px;
}

.cart-icon {
  margin-right: 8px;
}

.hero {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: calc(100vh - 72px);
  padding: 36px clamp(20px, 4vw, 64px) 64px;
}

.hero-media {
  align-items: center;
  display: flex;
  min-height: 0;
}

.hero-media img {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  height: min(78vh, 920px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-copy {
  align-self: center;
  max-width: 620px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 6vw, 5.75rem);
  line-height: 0.9;
  margin-bottom: 24px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.95;
  margin-bottom: 0;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.hero-lede {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.subtitle {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 18px;
}

.hero-lede.compact {
  font-size: 1rem;
}

.hero-actions,
.stat-row,
.thumb-row,
.quantity-row {
  display: flex;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
}

.primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #171006;
}

.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.wide {
  width: 100%;
}

.stat-row {
  border-top: 1px solid var(--line);
  color: var(--muted);
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 18px;
}

.stat-row span {
  min-width: 135px;
}

.stat-row strong {
  color: var(--text);
  display: block;
  font-size: 1.45rem;
}

.drop-bar {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--gold-bright);
  display: flex;
  font-weight: 800;
  gap: 18px;
  justify-content: space-around;
  padding: 18px;
  text-transform: uppercase;
}

.section {
  padding: 80px clamp(20px, 4vw, 64px);
}

.section-heading {
  margin: 0 auto 36px;
  max-width: 980px;
  text-align: center;
}

.product-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr) 360px;
}

.product-picker,
.buy-panel,
.steps article,
.fulfillment-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-picker {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.style-card {
  align-items: center;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid transparent;
  color: var(--text);
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 10px;
  text-align: left;
}

.style-card.active {
  border-color: var(--gold);
}

.style-card img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 76px;
}

small,
.fine-print {
  color: var(--muted);
  line-height: 1.45;
}

.future-variants {
  border: 1px dashed var(--line);
  color: var(--muted);
  display: grid;
  gap: 8px;
  padding: 14px;
}

.future-variants strong {
  color: var(--text);
}

.product-stage {
  min-width: 0;
}

.gallery-frame {
  background: #050504;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.gallery-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.thumb-row {
  flex-wrap: wrap;
  margin-top: 14px;
}

.thumb-row button {
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  padding: 4px;
  width: 82px;
}

.thumb-row button.active {
  border-color: var(--gold-bright);
}

.thumb-row img {
  aspect-ratio: 1;
  object-fit: cover;
}

.buy-panel {
  align-self: start;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.price-line {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  margin: 20px 0;
  padding: 16px 0;
}

.price-line span {
  color: var(--gold-bright);
  font-size: 2.2rem;
  font-weight: 900;
}

.inventory-meter {
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid var(--line);
  margin: 18px 0;
  padding: 14px;
}

.meter-copy {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.meter-track {
  background: rgba(255, 255, 255, 0.08);
  height: 10px;
  margin-top: 12px;
  overflow: hidden;
}

.meter-track span {
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  display: block;
  height: 100%;
  width: 0;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

select {
  background: #0f0e0c;
  border: 1px solid var(--line);
  color: var(--text);
  min-height: 46px;
  padding: 0 12px;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  margin-bottom: 8px;
}

.radio-card,
.check-card {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--line);
  display: flex;
  gap: 10px;
  padding: 12px;
}

.radio-card input,
.check-card input {
  accent-color: var(--gold);
  margin-top: 4px;
}

.checkout-warning {
  background: rgba(215, 168, 75, 0.1);
  border: 1px solid var(--line);
  color: var(--text);
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 12px;
}

.notice-copy {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 20px;
}

button:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.55;
}

.sold-out .inventory-meter {
  border-color: rgba(241, 122, 182, 0.6);
}

.quantity-row {
  align-items: center;
  margin-bottom: 16px;
}

.quantity-row output {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-width: 56px;
}

.split {
  display: grid;
  gap: 32px;
  grid-template-columns: 0.8fr 1.2fr;
}

.steps,
.fulfillment-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.steps article,
.fulfillment-grid article {
  padding: 22px;
}

.steps span {
  color: var(--gold);
  font-weight: 900;
}

.steps p,
.fulfillment-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.lookbook {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.lookbook img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.cart-drawer {
  background: rgba(0, 0, 0, 0.64);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 20;
}

.cart-drawer.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  background: var(--panel);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
  height: 100%;
  margin-left: auto;
  max-width: 460px;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 180ms ease;
  width: min(92vw, 460px);
}

.cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.cart-header,
.cart-total,
.cart-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-items {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.cart-item {
  border-bottom: 1px solid var(--line);
  gap: 12px;
  padding-bottom: 14px;
}

.cart-item button {
  background: transparent;
  border: 0;
  color: var(--gold);
  cursor: pointer;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.cart-total {
  margin-bottom: 18px;
}

@media (max-width: 1120px) {
  .hero,
  .product-shell,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    height: auto;
  }

  .product-picker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .buy-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 18px;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-actions,
  .drop-bar,
  .product-picker,
  .steps,
  .fulfillment-grid,
  .lookbook {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .drop-bar {
    align-items: stretch;
    display: grid;
  }

  .button {
    width: 100%;
  }

  .style-card img {
    width: 62px;
  }
}
