:root {
  --night: #121814;
  --night-soft: #18211b;
  --oxblood: #301114;
  --oxblood-soft: #461b20;
  --gold: #d2a85c;
  --gold-soft: #aa8548;
  --pearl: #eae2d2;
  --pearl-muted: rgba(234, 226, 210, 0.68);
  --line: rgba(210, 168, 92, 0.3);
  --display: "Cinzel", Georgia, serif;
  --body: "Crimson Pro", Georgia, serif;
  --script: "Pinyon Script", cursive;
  --banner-height: 32px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 76% 9%, rgba(210, 168, 92, 0.09), transparent 28rem),
    radial-gradient(circle at 15% 49%, rgba(48, 17, 20, 0.36), transparent 35rem),
    var(--night);
  color: var(--pearl);
  font: 400 18px/1.65 var(--body);
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

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

h1,
h2,
h3 {
  margin-bottom: 0.56em;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.8rem, 6.4vw, 6.8rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1rem;
  letter-spacing: 0.07em;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.section-shell {
  width: min(calc(100% - 72px), 1260px);
  margin-inline: auto;
}

.prototype-banner {
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  min-height: var(--banner-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 5px 14px;
  background: var(--oxblood);
  color: var(--pearl);
  font: 400 0.62rem/1.2 var(--display);
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.prototype-banner button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(234, 226, 210, 0.62);
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  z-index: 1300;
  top: 5px;
  left: 12px;
  padding: 7px 12px;
  background: var(--pearl);
  color: var(--night);
  transform: translateY(-170%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: var(--banner-height);
  border-bottom: 1px solid rgba(210, 168, 92, 0.2);
  background: rgba(18, 24, 20, 0.94);
  backdrop-filter: blur(18px);
}

html.banner-dismissed .site-header {
  top: 0;
}

.header-inner {
  width: min(calc(100% - 72px), 1360px);
  min-height: 92px;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 0.7fr;
  align-items: center;
  gap: 32px;
  margin-inline: auto;
}

.wordmark,
.footer-wordmark {
  color: var(--gold);
  font: 400 clamp(2.5rem, 3.8vw, 3.8rem)/0.84 var(--script);
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.desktop-nav a,
.site-footer nav a,
.header-cart,
.mobile-nav summary {
  border: 0;
  background: none;
  color: inherit;
  font: 400 0.59rem/1.2 var(--display);
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  color: rgba(234, 226, 210, 0.78);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.favorites-indicator {
  color: var(--gold);
  font-size: 1.15rem;
}

.favorites-indicator b,
.header-cart span {
  font: 400 0.58rem/1 var(--display);
  vertical-align: top;
}

.header-cart {
  padding: 8px 0;
  color: var(--pearl);
}

.mobile-nav {
  display: none;
}

.eyebrow,
.spec-line,
.proposal-tag,
.illustrative-tag,
.status-tag,
.pending-tag {
  font: 400 0.62rem/1.4 var(--display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.spec-line {
  margin-bottom: 15px;
  color: var(--gold);
}

.script-note {
  margin: 0;
  color: var(--gold);
  font: 400 clamp(2.7rem, 5vw, 5.2rem)/1.2 var(--script);
}

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  font: 400 0.62rem/1.2 var(--display);
  letter-spacing: 0.13em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 260ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary-button {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--night);
}

.primary-button:hover {
  background: #e1bc73;
  box-shadow: 0 0 28px rgba(210, 168, 92, 0.18);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.secondary-button {
  border-color: var(--gold);
  background: transparent;
  color: var(--gold);
}

.light-button {
  border-color: var(--pearl);
  background: var(--pearl);
  color: var(--night);
}

.text-link {
  color: var(--gold);
  font: 400 0.62rem/1.2 var(--display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}

/* Home */
.midnight-hero {
  position: relative;
  min-height: min(900px, calc(100vh - 60px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--oxblood);
}

.midnight-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.9) contrast(1.05);
}

.midnight-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 42%, rgba(210, 168, 92, 0.06), transparent 28%),
    linear-gradient(90deg, rgba(10, 14, 11, 0.82), rgba(10, 14, 11, 0.1) 66%),
    linear-gradient(0deg, rgba(10, 14, 11, 0.78), transparent 56%);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 72px), 1260px);
  margin: 0 auto clamp(75px, 10vw, 135px);
}

.hero-copy h1 {
  max-width: 840px;
  margin-bottom: 0.28em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 31px;
  color: rgba(234, 226, 210, 0.8);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.midnight-mark {
  position: absolute;
  z-index: 2;
  right: max(36px, calc((100vw - 1260px) / 2));
  bottom: 48px;
  color: var(--gold);
  font: 400 4rem/1 var(--script);
  transform: rotate(-5deg);
}

.night-intro {
  max-width: 880px;
  padding-block: clamp(105px, 14vw, 190px);
  text-align: center;
}

.night-intro p:last-child {
  max-width: 680px;
  margin-inline: auto;
  color: var(--pearl-muted);
  font-size: 1.16rem;
}

.night-intro h2 {
  margin-top: 10px;
}

.collection-preview {
  padding-bottom: clamp(115px, 15vw, 200px);
}

.section-heading {
  margin-bottom: 47px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.centered {
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 6vw, 82px) clamp(18px, 3.3vw, 48px);
}

.product-card {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.product-card::before {
  position: absolute;
  z-index: -1;
  inset: -20px;
  border-radius: 48%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.2), transparent 67%);
  content: "";
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 900ms ease, transform 900ms ease;
  pointer-events: none;
}

.product-card.is-glowing::before,
.product-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(210, 168, 92, 0.18);
  background:
    radial-gradient(circle at 50% 40%, rgba(210, 168, 92, 0.12), transparent 45%),
    var(--oxblood);
  box-shadow: inset 0 0 46px rgba(4, 6, 5, 0.58);
  transition: box-shadow 500ms ease;
}

.product-card:hover .card-media {
  box-shadow:
    inset 0 0 52px rgba(4, 6, 5, 0.38),
    0 0 32px rgba(210, 168, 92, 0.13);
}

.card-media > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.77) brightness(0.88);
  transition: transform 650ms ease, filter 350ms ease;
}

.product-card:hover .card-media img {
  transform: scale(1.02);
  filter: saturate(0.96) brightness(0.98);
}

.card-copy {
  min-height: 154px;
  padding: 22px 3px 19px;
  border-bottom: 1px solid var(--gold);
}

.card-copy .spec-line {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 0.53rem;
}

.card-copy h3 {
  margin-bottom: 7px;
  color: var(--pearl);
  font-size: 0.86rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.card-copy h3 a {
  text-decoration: none;
}

.card-subtitle {
  min-height: 1.6em;
  margin-bottom: 9px;
  color: var(--pearl-muted);
}

.card-price {
  display: block;
  color: var(--pearl);
}

.card-price small {
  margin-left: 5px;
  color: var(--gold);
  font: 400 0.5rem/1 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.favorite-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 168, 92, 0.5);
  border-radius: 50%;
  background: rgba(18, 24, 20, 0.84);
  color: var(--gold);
  font-size: 1.2rem;
  transition: background-color 180ms ease, transform 180ms ease;
}

.favorite-button:hover {
  transform: scale(1.06);
}

.favorite-button.is-favorite {
  background: var(--gold);
  color: var(--night);
}

.favorite-button.is-favorite span {
  font-size: 0;
}

.favorite-button.is-favorite span::after {
  font-size: 1rem;
  content: "♥";
}

.card-heart {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}

.status-tag {
  display: inline-block;
  margin: 4px 0 8px;
  color: var(--gold);
  font-size: 0.5rem;
}

.after-dark-band {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  background: var(--oxblood);
}

.after-dark-image {
  min-height: 720px;
  overflow: hidden;
}

.after-dark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.74);
}

.after-dark-copy {
  position: relative;
  align-self: center;
  max-width: 680px;
  padding: clamp(56px, 8vw, 120px);
}

.after-dark-copy::before {
  position: absolute;
  inset: 10% 4%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.13), transparent 65%);
  content: "";
  pointer-events: none;
}

.after-dark-copy > * {
  position: relative;
}

.after-dark-copy p:not(.eyebrow) {
  color: rgba(234, 226, 210, 0.7);
  font-size: 1.1rem;
}

.ig-section {
  padding: clamp(115px, 14vw, 185px) 0 0;
}

.ig-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ig-strip figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--oxblood);
}

.ig-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.28) saturate(0.4) brightness(0.61);
  transition: filter 350ms ease, transform 600ms ease;
}

.ig-strip figure:hover img {
  filter: sepia(0) saturate(0.9) brightness(0.96);
  transform: scale(1.02);
}

/* Interior pages */
.page-intro {
  max-width: 940px;
  padding-block: clamp(105px, 14vw, 190px) clamp(70px, 9vw, 120px);
  text-align: center;
}

.page-intro > p:last-child {
  max-width: 690px;
  margin-inline: auto;
  color: var(--pearl-muted);
  font-size: 1.14rem;
}

.catalog-section {
  padding-bottom: clamp(115px, 15vw, 195px);
}

.catalog-key {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 0 0 46px;
  color: var(--pearl-muted);
  font-size: 0.9rem;
}

.catalog-key p {
  margin: 0;
}

.key-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(210, 168, 92, 0.62);
}

.night-callout {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr auto;
  align-items: center;
  gap: 38px;
  margin-bottom: clamp(110px, 14vw, 185px);
  padding: clamp(45px, 7vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(210, 168, 92, 0.22);
  background: var(--oxblood);
}

.night-callout::after {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.13), transparent 35%);
  content: "";
  pointer-events: none;
}

.night-callout > * {
  position: relative;
  z-index: 1;
}

.night-callout h2,
.night-callout p {
  margin-bottom: 0;
}

/* Product */
.product-main {
  padding-block: clamp(68px, 9vw, 115px) clamp(115px, 14vw, 185px);
}

.pdp-layout {
  width: min(calc(100% - 72px), 1260px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
  align-items: start;
  gap: clamp(58px, 8vw, 120px);
  margin-inline: auto;
}

.pdp-gallery {
  min-width: 0;
}

.pdp-media {
  position: relative;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(210, 168, 92, 0.23);
  background:
    radial-gradient(circle at 50% 45%, rgba(210, 168, 92, 0.12), transparent 45%),
    var(--oxblood);
  box-shadow: inset 0 0 70px rgba(3, 5, 4, 0.62), 0 26px 80px rgba(0, 0, 0, 0.28);
}

.pdp-media + .pdp-media {
  margin-top: 24px;
}

.pdp-media img {
  width: 100%;
  height: auto;
  min-height: 430px;
  max-height: 840px;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.9);
}

.pdp-media-secondary img {
  max-height: 680px;
}

.image-note {
  margin-top: 13px;
  color: rgba(234, 226, 210, 0.5);
  font-size: 0.78rem;
}

.pdp-copy {
  position: sticky;
  top: 145px;
}

.pdp-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
}

.pdp-title-row h1 {
  margin-bottom: 0.2em;
  font-size: clamp(2.5rem, 4.8vw, 4.9rem);
}

.pdp-heart {
  flex: 0 0 auto;
  margin-top: 4px;
}

.product-subtitle {
  margin-bottom: 0;
  color: var(--gold);
  font-size: 1.15rem;
}

.product-description {
  margin: 28px 0;
  color: var(--pearl-muted);
  font-size: 1.1rem;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0;
}

.product-price {
  font: 400 1.5rem/1 var(--display);
}

.illustrative-tag,
.pending-tag {
  color: var(--gold);
  font-size: 0.5rem;
}

.variant-group,
.choice-fieldset {
  min-width: 0;
  margin: 0 0 25px;
  padding: 0;
  border: 0;
}

.variant-group legend,
.choice-fieldset legend,
.field > span,
.engraving-field > span {
  display: block;
  margin-bottom: 11px;
  color: var(--gold);
  font: 400 0.62rem/1.35 var(--display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.variant-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.variant-choice {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(210, 168, 92, 0.26);
  background: rgba(48, 17, 20, 0.48);
  color: var(--pearl);
  cursor: pointer;
}

.variant-choice input,
.wizard-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variant-visual {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.variant-choice:has(input:checked) {
  border-color: var(--gold);
  box-shadow: inset 0 -2px var(--gold);
}

.variant-choice:has(input:checked) .variant-visual {
  background: var(--gold);
  box-shadow: inset 0 0 0 3px var(--oxblood);
}

.engraving-field {
  display: block;
  margin-bottom: 18px;
}

.engraving-field small,
.field small {
  color: rgba(234, 226, 210, 0.5);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.engraving-field input,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 51px;
  padding: 12px 14px;
  border: 1px solid rgba(210, 168, 92, 0.27);
  border-radius: 0;
  background: rgba(48, 17, 20, 0.5);
  color: var(--pearl);
  color-scheme: dark;
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field option {
  background: var(--night);
}

.product-form .primary-button {
  width: 100%;
}

.microcopy,
.field-help {
  margin-top: 10px;
  color: rgba(234, 226, 210, 0.52);
  font-size: 0.84rem;
}

.fulfillment-plaque {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 27px;
  padding: 20px;
  border: 1px solid rgba(210, 168, 92, 0.45);
  background: rgba(210, 168, 92, 0.06);
}

.plaque-icon {
  color: var(--gold);
}

.fulfillment-plaque p,
.fulfillment-plaque small {
  display: block;
  margin: 0;
}

.fulfillment-plaque small {
  color: var(--pearl-muted);
}

.detail-ledger,
.policy-stack,
.related-section {
  width: min(calc(100% - 72px), 1260px);
  margin-inline: auto;
}

.detail-ledger {
  margin-top: clamp(98px, 12vw, 155px);
}

.section-heading.compact {
  margin-bottom: 30px;
}

.detail-ledger dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.detail-ledger dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 21px;
  border-top: 1px solid var(--line);
}

.detail-ledger dt {
  color: var(--gold);
  font: 400 0.59rem/1.4 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-ledger dd {
  color: var(--pearl-muted);
}

.policy-stack {
  margin-top: 65px;
}

.policy-stack details {
  border-top: 1px solid var(--line);
}

.policy-stack details:last-child {
  border-bottom: 1px solid var(--line);
}

.policy-stack summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  cursor: pointer;
  font-family: var(--display);
}

.policy-stack details p {
  max-width: 780px;
  padding: 0 0 23px;
  color: var(--pearl-muted);
}

.policy-stack details:not([open]) > p {
  display: none;
}

.related-section {
  margin-top: clamp(95px, 12vw, 155px);
}

.state-card {
  grid-column: 1 / -1;
  padding: clamp(50px, 8vw, 100px);
  border: 1px solid rgba(210, 168, 92, 0.22);
  background: var(--oxblood);
  text-align: center;
}

.product-error {
  width: min(calc(100% - 72px), 900px);
  margin-inline: auto;
}

/* Wizard */
.bespoke-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--oxblood);
}

.bespoke-hero-image {
  min-height: 650px;
  overflow: hidden;
}

.bespoke-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) brightness(0.7);
}

.bespoke-hero-copy {
  position: relative;
  align-self: center;
  max-width: 700px;
  padding: clamp(55px, 8vw, 120px);
}

.bespoke-hero-copy::before {
  position: absolute;
  inset: 5%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.12), transparent 65%);
  content: "";
}

.bespoke-hero-copy > * {
  position: relative;
}

.bespoke-hero-copy p:not(.eyebrow) {
  color: var(--pearl-muted);
  font-size: 1.1rem;
}

.wizard-shell {
  padding-block: clamp(95px, 12vw, 155px);
}

.wizard-progress {
  margin-bottom: 42px;
}

.progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 12px;
  color: var(--gold);
  font: 400 0.59rem/1.3 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.progress-track {
  height: 1px;
  background: rgba(210, 168, 92, 0.2);
}

.progress-track span {
  height: 100%;
  display: block;
  width: 10%;
  background: var(--gold);
  box-shadow: 0 0 9px rgba(210, 168, 92, 0.62);
  transition: width 250ms ease;
}

.dream-form {
  position: relative;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(210, 168, 92, 0.2);
  background: var(--oxblood);
}

.dream-form::before {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.1), transparent 35%);
  content: "";
  pointer-events: none;
}

.dream-form > * {
  position: relative;
}

.wizard-step {
  min-height: 450px;
}

.wizard-step-heading {
  max-width: 730px;
  margin-bottom: 42px;
}

.wizard-step-heading h2:focus {
  outline: 0;
}

.wizard-step-heading > p:last-child {
  color: var(--pearl-muted);
}

.wizard-fields {
  max-width: 930px;
}

.wizard-source {
  padding: 13px 16px;
  border-left: 2px solid var(--gold);
  background: rgba(210, 168, 92, 0.08);
}

.wizard-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.compact-choices {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wizard-choice {
  min-height: 105px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1px solid rgba(210, 168, 92, 0.26);
  background: rgba(18, 24, 20, 0.42);
  cursor: pointer;
  text-align: center;
}

.compact-choices .wizard-choice {
  min-height: 70px;
}

.wizard-choice:has(input:checked) {
  border-color: var(--gold);
  background: rgba(210, 168, 92, 0.16);
  box-shadow: inset 0 0 24px rgba(210, 168, 92, 0.08);
}

.choice-glyph,
.file-glyph {
  color: var(--gold);
  font-size: 1.4rem;
}

.material-dot {
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid rgba(234, 226, 210, 0.3);
  border-radius: 50%;
  background: #c89a44;
}

.material-2 {
  background: #d9d7d0;
}

.material-3 {
  background: #c88d7b;
}

.material-4 {
  background: transparent;
}

.form-grid {
  display: grid;
  gap: 24px;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.file-field {
  min-height: 190px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border: 1px dashed rgba(210, 168, 92, 0.56);
  background: rgba(18, 24, 20, 0.36);
  cursor: pointer;
}

.file-field input {
  grid-column: 1 / -1;
  max-width: 100%;
  color: var(--pearl-muted);
}

.file-field small {
  display: block;
  color: rgba(234, 226, 210, 0.5);
}

.wizard-controls {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 38px;
}

.wizard-controls [data-wizard-next],
.wizard-controls [data-wizard-submit] {
  margin-left: auto;
}

.wizard-error {
  min-height: 1.5em;
  margin: 15px 0 0;
  color: #f0a0a4;
}

.privacy-note {
  margin: 28px 0 0;
  color: rgba(234, 226, 210, 0.5);
  font-size: 0.83rem;
}

.dream-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.dream-summary dl > div {
  padding: 16px;
  border-top: 1px solid var(--line);
}

.dream-summary dt {
  color: var(--gold);
  font: 400 0.56rem/1.3 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dream-summary dd {
  margin: 5px 0 0;
}

.wizard-confirmation {
  padding: clamp(55px, 8vw, 100px);
  border: 1px solid rgba(210, 168, 92, 0.22);
  background: var(--oxblood);
  text-align: center;
}

.wizard-confirmation .confirmation-mark {
  display: block;
  margin-bottom: 15px;
  color: var(--gold);
  font-size: 3rem;
}

.wizard-confirmation > p {
  max-width: 700px;
  margin-inline: auto;
}

/* Vintage, commissions, about */
.interior-hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--oxblood);
}

.interior-image {
  min-height: 700px;
  overflow: hidden;
}

.interior-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) brightness(0.68);
}

.interior-copy {
  position: relative;
  align-self: center;
  max-width: 710px;
  padding: clamp(55px, 8vw, 120px);
}

.interior-copy::before {
  position: absolute;
  inset: 5%;
  background: radial-gradient(circle, rgba(210, 168, 92, 0.12), transparent 65%);
  content: "";
}

.interior-copy > * {
  position: relative;
}

.interior-copy > p:not(.eyebrow) {
  color: var(--pearl-muted);
  font-size: 1.1rem;
}

.proposal-tag {
  display: inline-block;
  margin-bottom: 27px;
  color: var(--gold);
}

.vintage-catalog {
  padding-block: clamp(105px, 14vw, 180px);
}

.vintage-grid {
  max-width: 430px;
}

.reference-note,
.prototype-note {
  padding: 20px;
  border-left: 2px solid var(--gold);
  background: rgba(210, 168, 92, 0.07);
  color: var(--pearl-muted);
}

.commission-intro {
  max-width: 950px;
  padding-block: clamp(110px, 14vw, 190px) 75px;
  text-align: center;
}

.commission-intro > p:last-child {
  color: var(--pearl-muted);
}

.commission-mock {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 65px;
  padding: clamp(45px, 7vw, 95px);
  border: 1px solid rgba(210, 168, 92, 0.22);
  background: var(--oxblood);
}

.commission-drawing {
  min-height: 500px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(210, 168, 92, 0.15), transparent 35%),
    var(--night);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.45);
}

.commission-drawing svg {
  width: min(390px, 80%);
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.1;
}

.commission-copy {
  align-self: center;
}

.commission-copy p {
  color: var(--pearl-muted);
}

.commission-steps,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding-block: clamp(100px, 13vw, 165px);
}

.commission-steps article,
.values-grid article {
  padding-top: 25px;
  border-top: 1px solid var(--gold);
}

.commission-steps span {
  color: var(--gold);
  font: 400 0.61rem/1 var(--display);
}

.commission-steps h3,
.values-grid h3 {
  margin-top: 18px;
  text-transform: uppercase;
}

.commission-steps p,
.values-grid p {
  color: var(--pearl-muted);
}

/* Footer */
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.95fr;
  gap: 65px;
  padding: clamp(75px, 9vw, 125px) max(36px, calc((100vw - 1260px) / 2));
  border-top: 1px solid rgba(210, 168, 92, 0.22);
  background: #0d120f;
}

.footer-wordmark {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-lockup p {
  max-width: 350px;
  color: var(--pearl-muted);
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-footer nav a {
  color: rgba(234, 226, 210, 0.78);
}

.footer-meta {
  color: rgba(234, 226, 210, 0.45);
  font-size: 0.78rem;
}

/* Cart */
.cart-open {
  overflow: hidden;
}

.cart-shell {
  position: fixed;
  z-index: 1400;
  inset: 0;
}

.cart-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 4, 3, 0.74);
  opacity: 0;
  transition: opacity 230ms ease;
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(470px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  padding: 28px;
  overflow-y: auto;
  border-left: 1px solid rgba(210, 168, 92, 0.3);
  background: var(--night);
  box-shadow: -20px 0 70px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 300ms ease;
}

.cart-shell.is-open .cart-scrim {
  opacity: 1;
}

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

.cart-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.cart-header h2 {
  margin: 0;
  font-size: 2rem;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  font-size: 1.5rem;
}

.cart-lines {
  padding: 22px 0;
}

.cart-empty {
  padding: 55px 15px;
  text-align: center;
}

.cart-empty > span {
  color: var(--gold);
  font-size: 2.2rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 17px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.cart-thumb {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--oxblood);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.cart-line-copy h3 {
  margin-bottom: 6px;
}

.cart-line-copy ul {
  margin: 6px 0;
  padding-left: 17px;
  color: var(--pearl-muted);
  font-size: 0.84rem;
}

.cart-line-copy p {
  margin-bottom: 6px;
}

.text-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: var(--gold);
}

.cart-acknowledgement {
  display: flex;
  gap: 12px;
  padding: 15px;
  background: rgba(210, 168, 92, 0.08);
}

.cart-acknowledgement span {
  color: var(--gold);
}

.cart-acknowledgement p {
  margin: 0;
}

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

.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cart-checkout {
  width: 100%;
}

.cart-note {
  margin: 12px 0 0;
  color: rgba(234, 226, 210, 0.5);
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    padding: 8px 0;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    width: min(285px, calc(100vw - 32px));
    display: grid;
    padding: 16px;
    border: 1px solid var(--line);
    background: var(--night);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.5);
  }

  .mobile-nav:not([open]) nav {
    display: none;
  }

  .mobile-nav nav a {
    padding: 12px 7px;
    border-bottom: 1px solid var(--line);
    color: var(--pearl);
    text-decoration: none;
  }

  .mobile-nav nav a:last-child {
    border-bottom: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 45px;
  }

  .detail-ledger dl {
    grid-template-columns: 1fr;
  }

  .wizard-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compact-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --banner-height: 35px;
  }

  body {
    font-size: 17px;
  }

  .section-shell,
  .header-inner,
  .hero-copy,
  .pdp-layout,
  .detail-ledger,
  .policy-stack,
  .related-section {
    width: min(calc(100% - 32px), 1260px);
  }

  .prototype-banner {
    justify-content: space-between;
    gap: 9px;
    padding-inline: 10px;
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .header-inner {
    min-height: 76px;
    gap: 11px;
  }

  .wordmark {
    font-size: clamp(2.08rem, 10vw, 2.65rem);
  }

  .header-actions {
    gap: 12px;
  }

  .favorites-indicator {
    display: none;
  }

  .header-cart,
  .mobile-nav summary {
    font-size: 0.53rem;
    letter-spacing: 0.09em;
  }

  .midnight-hero {
    min-height: 730px;
  }

  .midnight-hero > img {
    object-position: 58% center;
  }

  .midnight-hero::after {
    background: linear-gradient(0deg, rgba(8, 11, 9, 0.88), rgba(8, 11, 9, 0.12) 78%);
  }

  .hero-copy {
    margin-bottom: 65px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .midnight-mark {
    display: none;
  }

  .button-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .night-intro {
    padding-block: 92px;
  }

  .split-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-grid {
    gap: 42px 12px;
  }

  .product-card::before {
    inset: -10px;
  }

  .card-media {
    padding: 6px;
  }

  .card-copy {
    min-height: 165px;
    padding-top: 16px;
  }

  .card-copy h3 {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .card-copy .spec-line {
    min-height: 2.6em;
    font-size: 0.45rem;
  }

  .card-subtitle {
    min-height: 2.9em;
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .card-price {
    font-size: 0.86rem;
  }

  .favorite-button {
    width: 35px;
    height: 35px;
  }

  .card-heart {
    top: 12px;
    right: 12px;
  }

  .after-dark-band,
  .bespoke-hero,
  .interior-hero {
    grid-template-columns: 1fr;
  }

  .after-dark-image,
  .bespoke-hero-image,
  .interior-image {
    min-height: 470px;
  }

  .after-dark-copy,
  .bespoke-hero-copy,
  .interior-copy {
    padding: 56px 24px;
  }

  .ig-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-key {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .night-callout {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 24px;
  }

  .product-main {
    padding-top: 42px;
  }

  .pdp-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pdp-copy {
    position: static;
  }

  .pdp-media img {
    min-height: 0;
  }

  .variant-options,
  .detail-ledger dl,
  .detail-ledger dl > div,
  .two-column,
  .dream-summary dl {
    grid-template-columns: 1fr;
  }

  .detail-ledger dl > div {
    gap: 7px;
    padding-inline: 0;
  }

  .policy-stack summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .wizard-shell {
    padding-block: 72px;
  }

  .dream-form {
    padding: 30px 16px;
  }

  .wizard-step {
    min-height: 540px;
  }

  .wizard-choice-grid,
  .compact-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .piece-choice-grid .wizard-choice:last-child {
    grid-column: 1 / -1;
  }

  .wizard-choice {
    min-height: 92px;
  }

  .file-field {
    grid-template-columns: 1fr;
  }

  .wizard-controls {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .wizard-controls .button,
  .wizard-controls [data-wizard-next],
  .wizard-controls [data-wizard-submit] {
    width: 100%;
    margin: 0;
  }

  .vintage-grid {
    max-width: none;
  }

  .commission-mock,
  .commission-steps,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .commission-mock {
    gap: 36px;
    padding: 35px 20px;
  }

  .commission-drawing {
    min-height: 350px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-inline: 24px;
  }

  .cart-drawer {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .midnight-mark {
    display: none;
  }
}

@media (max-width: 380px) {
  .wordmark {
    font-size: 1.95rem;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cart,
  .mobile-nav summary {
    font-size: 0.49rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .product-card::before {
    opacity: 1;
    transform: none;
  }
}
