:root {
  --ivory: #f7f3ea;
  --ivory-deep: #eee7d9;
  --bark: #241e16;
  --forest: #2e4034;
  --forest-soft: #405548;
  --gold: #a8863d;
  --rose: #c4a092;
  --line: rgba(46, 64, 52, 0.24);
  --shadow: 0 24px 70px rgba(36, 30, 22, 0.12);
  --display: "Marcellus", Georgia, serif;
  --body: "EB Garamond", Georgia, serif;
  --script: "Pinyon Script", cursive;
  --banner-height: 32px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ivory);
  color: var(--bark);
  font: 400 18px/1.65 var(--body);
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 76% 8%, rgba(196, 160, 146, 0.14), transparent 30rem),
    linear-gradient(var(--ivory), var(--ivory));
  content: "";
  pointer-events: none;
}

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.55em;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.06;
}

h1 {
  font-size: clamp(3.1rem, 7.5vw, 7.6rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

[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% - 64px), 1240px);
  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(--forest);
  color: var(--ivory);
  font: 400 0.68rem/1.2 var(--display);
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.prototype-banner button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(247, 243, 234, 0.65);
  background: transparent;
  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(--ivory);
  color: var(--forest);
  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(46, 64, 52, 0.16);
  background: rgba(247, 243, 234, 0.94);
  backdrop-filter: blur(18px);
}

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

.header-inner {
  width: min(calc(100% - 64px), 1340px);
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
}

.wordmark,
.footer-wordmark {
  font: 400 clamp(2.6rem, 4vw, 4rem)/0.86 var(--script);
  text-decoration: none;
  white-space: nowrap;
}

.wordmark {
  grid-column: 2;
  color: var(--forest);
}

.desktop-nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: clamp(16px, 2vw, 30px);
}

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

.desktop-nav a {
  position: relative;
}

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

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

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

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

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

.header-cart {
  padding: 8px 0;
}

.mobile-nav {
  display: none;
}

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

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

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

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

.primary-button {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--ivory);
}

.primary-button:hover {
  background: var(--forest-soft);
}

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

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

.light-button {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--forest);
}

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

.light-link {
  color: var(--ivory);
}

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

/* Home */
.talisman-hero {
  position: relative;
  min-height: min(850px, calc(100vh - 70px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #151813;
  color: var(--ivory);
}

.talisman-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.72) contrast(1.03);
}

.talisman-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 20, 16, 0.8), rgba(16, 20, 16, 0.22) 62%, rgba(16, 20, 16, 0.05)),
    linear-gradient(0deg, rgba(16, 20, 16, 0.64), transparent 55%);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), 1240px);
  margin: 0 auto clamp(70px, 10vw, 132px);
}

.hero-copy .eyebrow {
  color: #d8c48f;
}

.hero-copy h1 {
  max-width: 900px;
  margin-bottom: 0.24em;
  font-size: clamp(4.2rem, 10vw, 10rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.hero-seal {
  position: absolute;
  z-index: 2;
  right: max(32px, calc((100vw - 1240px) / 2));
  bottom: 42px;
  width: 122px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 196, 143, 0.65);
  border-radius: 50%;
  color: #d8c48f;
  font: 400 0.58rem/1.45 var(--display);
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.intro-prose {
  max-width: 860px;
  padding-block: clamp(100px, 13vw, 180px);
  text-align: center;
}

.intro-prose p:last-child {
  max-width: 690px;
  margin-inline: auto;
  color: rgba(36, 30, 22, 0.76);
  font-size: 1.2rem;
}

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

.symbol-index {
  padding: clamp(78px, 9vw, 120px) 0;
  background: var(--forest);
  color: var(--ivory);
}

.symbol-heading {
  margin-bottom: 52px;
  text-align: center;
}

.symbol-heading .eyebrow {
  color: #d8c48f;
}

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

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

.symbol-card {
  min-width: 0;
  display: grid;
  justify-items: center;
  padding: 14px clamp(25px, 4vw, 70px) 22px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.symbol-card + .symbol-card {
  border-left: 1px solid rgba(247, 243, 234, 0.2);
}

.symbol-card svg {
  width: min(180px, 65%);
  aspect-ratio: 1;
  margin-bottom: 26px;
  overflow: visible;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.symbol-card path {
  transition: stroke-dashoffset 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.symbol-index.is-drawn .symbol-card path {
  stroke-dashoffset: 0;
}

.symbol-card:nth-child(2) path {
  transition-delay: 120ms;
}

.symbol-card:nth-child(3) path {
  transition-delay: 240ms;
}

.symbol-card h3 {
  margin-bottom: 10px;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.symbol-card p {
  max-width: 250px;
  margin: 0;
  color: rgba(247, 243, 234, 0.76);
  font-size: 1.02rem;
}

.collection-preview {
  padding-block: clamp(110px, 13vw, 180px);
}

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

.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(42px, 6vw, 78px) clamp(18px, 3.3vw, 48px);
}

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

.card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ivory-deep);
}

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

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease, filter 250ms ease;
}

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

.card-copy {
  min-height: 150px;
  padding: 21px 0 18px;
  border-bottom: 1px solid var(--forest);
}

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

.card-copy h3 {
  margin-bottom: 5px;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.card-subtitle {
  min-height: 1.6em;
  margin-bottom: 9px;
  color: rgba(36, 30, 22, 0.7);
}

.card-price {
  display: block;
  font-size: 1rem;
}

.card-price small {
  margin-left: 5px;
  color: var(--forest);
  font: 400 0.54rem/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(46, 64, 52, 0.26);
  border-radius: 50%;
  background: rgba(247, 243, 234, 0.92);
  color: var(--forest);
  font-size: 1.25rem;
  transition: transform 180ms ease, background-color 180ms ease;
}

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

.favorite-button.is-favorite {
  background: var(--forest);
  color: var(--ivory);
}

.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: 12px;
  right: 12px;
}

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

.story-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  background: var(--ivory-deep);
}

.story-image {
  min-height: 680px;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.76);
}

.story-copy {
  align-self: center;
  max-width: 680px;
  padding: clamp(55px, 8vw, 120px);
}

.story-copy p:not(.eyebrow) {
  color: rgba(36, 30, 22, 0.75);
  font-size: 1.12rem;
}

.story-copy .button {
  margin-top: 12px;
}

.ig-section {
  padding: clamp(110px, 13vw, 170px) 0 0;
}

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

.ig-strip figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
}

.ig-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.7);
  transition: filter 250ms ease, transform 450ms ease;
}

.ig-strip figure:hover img {
  filter: none;
  transform: scale(1.02);
}

/* Interior pages */
.page-intro {
  max-width: 920px;
  padding-block: clamp(100px, 13vw, 175px) clamp(70px, 8vw, 110px);
  text-align: center;
}

.page-intro h1 {
  margin-bottom: 0.28em;
}

.page-intro > p:last-child {
  max-width: 690px;
  margin-inline: auto;
  color: rgba(36, 30, 22, 0.73);
  font-size: 1.15rem;
}

.catalog-section {
  padding-bottom: clamp(110px, 14vw, 180px);
}

.catalog-key {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0 0 44px;
  color: rgba(36, 30, 22, 0.66);
  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);
}

.soft-callout {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr auto;
  align-items: center;
  gap: 40px;
  margin-bottom: clamp(100px, 13vw, 170px);
  padding: clamp(45px, 6vw, 80px);
  background: var(--forest);
  color: var(--ivory);
}

.soft-callout .script-note {
  color: #d8c48f;
}

.soft-callout .eyebrow {
  color: #d8c48f;
}

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

.soft-callout .light-button {
  white-space: nowrap;
}

/* Product */
.product-main {
  padding-block: clamp(65px, 8vw, 110px) clamp(110px, 13vw, 180px);
}

.pdp-layout {
  width: min(calc(100% - 64px), 1240px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.76fr);
  gap: clamp(55px, 8vw, 115px);
  align-items: start;
  margin-inline: auto;
}

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

.pdp-media {
  position: relative;
  overflow: hidden;
  background: var(--ivory-deep);
}

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

.pdp-media img {
  width: 100%;
  height: auto;
  min-height: 420px;
  max-height: 820px;
  object-fit: cover;
}

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

.image-note {
  margin-top: 12px;
  color: rgba(36, 30, 22, 0.6);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.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.18em;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

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

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

.product-description {
  margin: 29px 0;
  color: rgba(36, 30, 22, 0.78);
  font-size: 1.12rem;
}

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

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

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

.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(--forest);
  font: 400 0.68rem/1.3 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 var(--line);
  background: rgba(255, 255, 255, 0.22);
  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(--forest);
  box-shadow: inset 0 -2px var(--forest);
}

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

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

.engraving-field small,
.field small {
  color: rgba(36, 30, 22, 0.58);
  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 var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  color: var(--bark);
}

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

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

.microcopy,
.field-help {
  margin-top: 10px;
  color: rgba(36, 30, 22, 0.62);
  font-size: 0.84rem;
}

.fulfillment-plaque {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 27px;
  padding: 20px;
  border: 1px solid rgba(168, 134, 61, 0.5);
  background: rgba(168, 134, 61, 0.07);
}

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

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

.fulfillment-plaque small {
  color: rgba(36, 30, 22, 0.63);
}

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

.detail-ledger {
  margin-top: clamp(95px, 11vw, 145px);
}

.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: 20px;
  border-top: 1px solid var(--line);
}

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

.detail-ledger dd {
  color: rgba(36, 30, 22, 0.72);
}

.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: rgba(36, 30, 22, 0.7);
}

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

.related-section {
  margin-top: clamp(90px, 11vw, 145px);
}

.state-card {
  grid-column: 1 / -1;
  padding: clamp(50px, 8vw, 100px);
  background: var(--ivory-deep);
  text-align: center;
}

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

/* Wizard */
.bespoke-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--forest);
  color: var(--ivory);
}

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

.bespoke-hero-copy .eyebrow {
  color: #d8c48f;
}

.bespoke-hero-copy p:not(.eyebrow) {
  color: rgba(247, 243, 234, 0.74);
  font-size: 1.12rem;
}

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

.bespoke-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.12) saturate(0.72);
}

.wizard-shell {
  padding-block: clamp(90px, 11vw, 145px);
}

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

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

.progress-track {
  height: 2px;
  background: rgba(46, 64, 52, 0.16);
}

.progress-track span {
  height: 100%;
  display: block;
  width: 10%;
  background: var(--gold);
  transition: width 250ms ease;
}

.dream-form {
  padding: clamp(34px, 6vw, 75px);
  background: var(--ivory-deep);
}

.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: rgba(36, 30, 22, 0.7);
}

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

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

.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 var(--line);
  background: rgba(247, 243, 234, 0.58);
  cursor: pointer;
  text-align: center;
}

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

.wizard-choice:has(input:checked) {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--ivory);
}

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

.material-dot {
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid rgba(36, 30, 22, 0.2);
  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 var(--gold);
  background: rgba(247, 243, 234, 0.5);
  cursor: pointer;
}

.file-field input {
  grid-column: 1 / -1;
  max-width: 100%;
}

.file-field small {
  display: block;
  color: rgba(36, 30, 22, 0.6);
}

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

.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: #743a3d;
  font-weight: 600;
}

.privacy-note {
  margin: 28px 0 0;
  color: rgba(36, 30, 22, 0.64);
  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(--forest);
  font: 400 0.62rem/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);
  background: var(--ivory-deep);
  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 */
.vintage-hero,
.about-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ivory-deep);
}

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

.interior-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.74);
}

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

.interior-copy > p:not(.eyebrow) {
  color: rgba(36, 30, 22, 0.72);
  font-size: 1.1rem;
}

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

.vintage-catalog {
  padding-block: clamp(100px, 13vw, 170px);
}

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

.reference-note,
.prototype-note {
  padding: 20px;
  border-left: 2px solid var(--gold);
  background: rgba(168, 134, 61, 0.08);
  color: rgba(36, 30, 22, 0.72);
}

.commission-intro {
  max-width: 930px;
  padding-block: clamp(105px, 13vw, 175px) 70px;
  text-align: center;
}

.commission-mock {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 65px;
  padding: clamp(45px, 7vw, 95px);
  background: var(--forest);
  color: var(--ivory);
}

.commission-drawing {
  min-height: 490px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(168, 134, 61, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(247, 243, 234, 0.04), transparent);
}

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

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

.commission-copy .eyebrow {
  color: #d8c48f;
}

.commission-copy p {
  color: rgba(247, 243, 234, 0.74);
}

.commission-copy .prototype-note {
  border-left-color: #d8c48f;
  background: rgba(247, 243, 234, 0.08);
  color: rgba(247, 243, 234, 0.78);
}

.commission-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-block: clamp(95px, 12vw, 150px);
}

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

.commission-steps span {
  color: var(--gold);
  font: 400 0.68rem/1 var(--display);
  letter-spacing: 0.1em;
}

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

.commission-steps p {
  color: rgba(36, 30, 22, 0.7);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-block: clamp(95px, 12vw, 150px);
}

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

.values-grid h3 {
  text-transform: uppercase;
}

.values-grid p {
  color: rgba(36, 30, 22, 0.7);
}

/* Footer */
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.95fr;
  gap: 65px;
  padding: clamp(72px, 9vw, 120px) max(32px, calc((100vw - 1240px) / 2));
  background: var(--forest);
  color: var(--ivory);
}

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

.footer-lockup p {
  max-width: 350px;
  color: rgba(247, 243, 234, 0.72);
}

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

.site-footer nav a {
  color: rgba(247, 243, 234, 0.84);
}

.footer-meta {
  color: rgba(247, 243, 234, 0.58);
  font-size: 0.78rem;
}

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

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

.cart-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18, 24, 20, 0.57);
  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;
  background: var(--ivory);
  box-shadow: -20px 0 60px rgba(36, 30, 22, 0.2);
  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(--forest);
  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(--ivory-deep);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cart-line-copy ul {
  margin: 6px 0;
  padding-left: 17px;
  color: rgba(36, 30, 22, 0.66);
  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(--forest);
}

.cart-acknowledgement {
  display: flex;
  gap: 12px;
  padding: 15px;
  background: rgba(168, 134, 61, 0.1);
}

.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(36, 30, 22, 0.62);
  font-size: 0.8rem;
  text-align: center;
}

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

  .wordmark {
    grid-column: 1;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }

  .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(--ivory);
    box-shadow: var(--shadow);
  }

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

  .mobile-nav nav a {
    padding: 12px 7px;
    border-bottom: 1px solid var(--line);
    color: var(--bark);
    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), 1240px);
  }

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

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

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

  .header-actions {
    gap: 12px;
  }

  .favorites-indicator {
    display: none;
  }

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

  .talisman-hero {
    min-height: 720px;
  }

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

  .talisman-hero::after {
    background: linear-gradient(0deg, rgba(16, 20, 16, 0.84), rgba(16, 20, 16, 0.1) 78%);
  }

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

  .hero-copy h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .hero-seal {
    display: none;
  }

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

  .intro-prose {
    padding-block: 90px;
  }

  .symbol-index {
    padding-block: 75px;
  }

  .symbol-grid {
    grid-template-columns: 1fr;
  }

  .symbol-card {
    padding-block: 32px;
  }

  .symbol-card + .symbol-card {
    border-top: 1px solid rgba(247, 243, 234, 0.2);
    border-left: 0;
  }

  .symbol-card svg {
    width: 120px;
    margin-bottom: 15px;
  }

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

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

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

  .card-copy h3 {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

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

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

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

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

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

  .story-split,
  .bespoke-hero,
  .vintage-hero,
  .about-hero {
    grid-template-columns: 1fr;
  }

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

  .story-copy,
  .bespoke-hero-copy,
  .interior-copy {
    padding: 55px 24px;
  }

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

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

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

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

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

  .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: 70px;
  }

  .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: 35px;
    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) {
  .hero-seal {
    display: none;
  }
}

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

  .header-actions {
    gap: 8px;
  }

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

@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;
  }

  .symbol-card path {
    transition: none !important;
    stroke-dashoffset: 0;
  }
}
