:root {
  --black: #050505;
  --black-2: #0b0a08;
  --black-3: #11100e;
  --cream: #f5ead9;
  --card: #eee2d2;
  --gold: #c88b2d;
  --gold-2: #e0b76b;
  --text: #fff8ec;
  --muted: #d7cab5;
  --line: rgba(218, 164, 75, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: .96;
  margin: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.anchor-target { display: block; height: 0; overflow: hidden; position: relative; top: -92px; width: 0; }

.top-line {
  background: #050505;
  color: #eee5d6;
  font-size: 13px;
  letter-spacing: .18em;
  padding: 12px 10px;
  text-align: center;
}
.top-line span { color: var(--gold-2); }

.site-header {
  align-items: center;
  display: flex;
  gap: 22px;
  left: 0;
  padding: 0 38px 0 32px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 245px;
}
.brand-cross {
  color: var(--gold-2);
  font-size: 46px;
  line-height: 1;
}
.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .04em;
}
.brand small {
  color: var(--gold-2);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.nav {
  display: flex;
  flex: 1;
  gap: 26px;
  justify-content: center;
  white-space: nowrap;
}
.nav a {
  border-bottom: 2px solid transparent;
  font-size: 14px;
  padding: 10px 0;
}
.nav a:hover, .nav .active {
  border-color: var(--gold);
  color: var(--gold-2);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}
.icon-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--text);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0;
  position: relative;
  width: 42px;
}
.icon-btn:hover {
  color: var(--gold-2);
}
.action-icon {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}
.cart-count {
  align-items: center;
  background: var(--gold);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  line-height: 1;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  right: -1px;
  top: -2px;
}
.menu-btn {
  background: transparent;
  border: 0;
  color: white;
  display: none;
  font-size: 28px;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.83) 43%, rgba(0,0,0,.22) 78%, rgba(0,0,0,.62) 100%),
    radial-gradient(circle at 73% 50%, rgba(227, 172, 83, .28), rgba(15, 10, 5, .78) 38%, #020202 78%);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(340px, .72fr) minmax(520px, 1fr);
  min-height: min(680px, calc(100vh - 41px));
  overflow: visible;
  padding: 100px 0 42px 70px;
  position: relative;
}
.hero-copy { max-width: 560px; position: relative; z-index: 2; }
.eyebrow {
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 16px;
}
.hero h1 { font-size: 52px; }
.hero h1 em {
  color: var(--gold-2);
  font-style: normal;
}
.divider {
  align-items: center;
  color: var(--gold-2);
  display: flex;
  gap: 14px;
  margin: 20px 0 16px;
}
.divider span {
  background: var(--gold);
  display: block;
  height: 1px;
  width: 116px;
}
.hero-text {
  color: #f1e4d0;
  font-size: 22px;
  line-height: 1.5;
  max-width: 520px;
}
.btn {
  align-items: center;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 46px;
  padding: 14px 24px;
}
.gold {
  background: linear-gradient(135deg, #c88b2d, #e1b05a);
  color: white;
}
.ghost {
  border-color: rgba(255,255,255,.62);
  color: white;
}
.hero-art {
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.hero-art img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center right;
  width: 100%;
}

.kit-builder, .collections, .contact-panel {
  background: #080908;
  padding: 12px 61px 6px;
}
.section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-head h2, .collections h2, .contact-panel h2 { font-size: 26px; }
.section-head a {
  font-size: 13px;
  font-weight: 800;
}
.kit-builder {
  border-top: 1px solid rgba(198, 139, 45, .24);
  padding-bottom: 24px;
}
.kit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kit-card {
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border: 1px solid rgba(198, 139, 45, .34);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 48% 1fr;
  min-height: 214px;
  overflow: hidden;
  padding: 12px;
}
.kit-photo {
  background: #eadcc7;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.kit-photo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.kit-card h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.kit-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
}
.kit-card strong {
  color: var(--gold-2);
  display: block;
  font-size: 20px;
  margin: 12px 0 6px;
}
.sale-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 6px;
}
.sale-price s {
  color: rgba(255, 248, 236, .6);
  font-size: 15px;
  font-weight: 700;
}
.sale-price strong {
  color: var(--gold-2);
  display: inline-block;
  margin: 0;
}
.promo-badge {
  background: var(--gold-2);
  border-radius: 999px;
  color: #1a1004;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin: 8px 0 2px;
  padding: 6px 9px;
}
.kit-card .shop-now {
  color: var(--gold-2);
  min-height: 44px;
}

.collections { padding: 0 53px 8px; }
.center { text-align: center; }
.collections .eyebrow { font-size: 12px; margin-bottom: 4px; }
.collections h2 { font-size: 24px; margin-bottom: 8px; }
.product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 961px) {
  .product-card:last-child:nth-child(4n + 1) {
    grid-column: 2 / span 2;
    justify-self: center;
    width: calc(50% - 7px);
  }
}
.product-card {
  background: var(--card);
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(0,0,0,.38);
  color: #080808;
  overflow: hidden;
}
.photo {
  background: #cdb38d;
  display: block;
  height: 230px;
  overflow: hidden;
}
.photo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.product-info { padding: 11px 12px 10px; }
.product-info h3 {
  font-size: 13px;
  line-height: 1.18;
  margin: 0 0 7px;
  min-height: 31px;
}
.product-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.product-info .sale-price {
  margin: 0 0 6px;
}
.product-info .sale-price s {
  color: rgba(8, 8, 8, .58);
  font-size: 13px;
}
.product-info .sale-price strong {
  color: #080808;
  font-size: 14px;
}
.shop-now {
  background: transparent;
  border: 0;
  color: #5d3b0f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
  min-height: 28px;
  padding: 0;
  position: relative;
  touch-action: manipulation;
  z-index: 2;
}

.benefits {
  background: #060606;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px 50px 18px;
}
.benefits div {
  display: grid;
  gap: 5px 14px;
  grid-template-columns: 42px 1fr;
}
.ui-icon {
  fill: none;
  flex: 0 0 auto;
  height: 1em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1em;
}
.benefits .ui-icon {
  color: var(--gold-2);
  font-size: 34px;
  grid-row: 1 / 3;
}
.benefits strong { font-size: 13px; }
.benefits p {
  color: #d8cbbb;
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}

.confidence-strip {
  background: linear-gradient(180deg, #0a0908 0%, #080908 100%);
  border-bottom: 1px solid rgba(218, 164, 75, .22);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px 50px;
}
.confidence-strip article {
  align-items: center;
  border: 1px solid rgba(218, 164, 75, .24);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
  min-height: 96px;
  padding: 16px;
}
.confidence-strip .icon-badge {
  align-items: center;
  background: rgba(200, 139, 45, .14);
  border: 1px solid rgba(224, 183, 107, .34);
  border-radius: 50%;
  color: var(--gold-2);
  display: flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.confidence-strip .ui-icon { font-size: 21px; }
.confidence-strip strong {
  color: #fff8ec;
  display: block;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.confidence-strip p {
  color: #d8cbbb;
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.contact-panel {
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: grid;
  gap: 18px;
  grid-template-columns: .76fr 1.24fr;
  padding-bottom: 14px;
  padding-top: 14px;
  position: relative;
}
.contact-panel .anchor-target { position: absolute; }
.contact-panel p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 0;
}
.contact-email {
  color: var(--gold-2);
  font-weight: 800;
}
.contact-email:hover {
  text-decoration: underline;
}
.contact-panel form {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1.15fr auto;
}
.contact-panel .form-status { grid-column: 1 / -1; }
.contact-panel .btn { align-self: end; min-width: 150px; }

.info-shell {
  padding: 58px 70px 70px;
}
.info-hero {
  border-bottom: 1px solid rgba(255,255,255,.09);
  margin-bottom: 24px;
  max-width: 820px;
  padding-bottom: 28px;
}
.info-hero h1 {
  font-size: 54px;
  line-height: .98;
  margin: 0 0 18px;
}
.info-hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.info-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.info-card,
.policy-block {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  padding: 24px;
}
.info-card > .ui-icon {
  color: var(--gold-2);
  font-size: 28px;
  margin-bottom: 14px;
}
.info-card h2,
.policy-block h2 {
  font-size: 23px;
  margin-bottom: 12px;
}
.info-card p,
.policy-block p {
  color: var(--muted);
  line-height: 1.72;
}
.info-card a {
  color: var(--gold-2);
  font-weight: 800;
}
.policy-list {
  display: grid;
  gap: 16px;
  max-width: 980px;
}
label {
  color: #eadcc9;
  display: grid;
  font-size: 11px;
  gap: 5px;
  letter-spacing: .04em;
}
input, textarea {
  background: #0e0d0b;
  border: 1px solid #47351d;
  border-radius: 6px;
  color: white;
  min-height: 38px;
  padding: 9px 12px;
}
textarea { min-height: 38px; resize: vertical; }
.form-status {
  color: var(--gold-2);
  margin: 0;
  min-height: 22px;
}

.cart-drawer {
  background: rgba(0,0,0,.56);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  z-index: 120;
}
.cart-drawer.open {
  opacity: 1;
  pointer-events: auto;
}
.cart-panel {
  background: #0d0c0a;
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px rgba(0,0,0,.45);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: 420px;
  padding: 24px;
  width: min(92vw, 420px);
}
.cart-head, .cart-summary, .cart-line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.cart-head strong { font-family: Georgia, serif; font-size: 28px; }
.cart-items {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  overflow: auto;
}
.cart-line {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 12px;
}
.cart-line small { color: var(--muted); display: block; margin-top: 4px; }
.cart-line button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: white;
  min-height: 32px;
  min-width: 32px;
}
.cart-summary {
  border-top: 1px solid var(--line);
  font-size: 18px;
  margin-top: auto;
  padding-top: 18px;
}
.checkout-btn { margin-top: 18px; width: 100%; }

.utility-overlay {
  background: rgba(0,0,0,.56);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  z-index: 65;
}
.utility-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.utility-panel {
  background: #0d0c0a;
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px rgba(0,0,0,.45);
  display: grid;
  gap: 18px;
  margin-left: auto;
  max-width: 440px;
  min-height: 100%;
  padding: 24px;
  width: min(92vw, 440px);
}
.utility-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.utility-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}
.search-label {
  color: #eadcc9;
  display: grid;
  font-size: 12px;
  gap: 8px;
  letter-spacing: .04em;
}
.search-results {
  display: grid;
  gap: 10px;
}
.search-result {
  align-items: center;
  border: 1px solid rgba(218, 164, 75, .22);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 62px 1fr auto;
  padding: 10px;
}
.search-result img {
  aspect-ratio: 1;
  border-radius: 6px;
  height: 62px;
  object-fit: cover;
  width: 62px;
}
.search-result strong {
  color: #fff8ec;
  display: block;
  font-size: 13px;
  line-height: 1.3;
}
.search-result small {
  color: var(--gold-2);
  display: block;
  font-weight: 800;
  margin-top: 3px;
}
.search-result span {
  color: var(--gold-2);
  font-weight: 900;
}
.utility-copy {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.product-page {
  background:
    radial-gradient(circle at 82% 18%, rgba(207, 145, 51, .23), transparent 30%),
    #070707;
  min-height: 100vh;
  padding-top: 118px;
}
.product-detail {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, .9fr) minmax(300px, 1fr);
  padding: 60px 70px;
}
.product-media-shell { min-width: 0; }
.product-media {
  background: #d1b98f;
  border-radius: 10px;
  overflow: hidden;
}
.product-zoom-trigger {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.product-media img {
  display: block;
  height: 100%;
  min-height: 480px;
  object-fit: contain;
  width: 100%;
}

.product-image-pending {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 2rem;
  background: #f4eadc;
  color: #5f5247;
  font-family: Georgia, serif;
  text-align: center;
}
.product-zoom-trigger span {
  background: rgba(7, 6, 5, .74);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  bottom: 16px;
  color: #fff8ec;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 9px 12px;
  position: absolute;
  right: 16px;
}
.product-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}
.product-thumbnail {
  background: #d1b98f;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  min-height: 88px;
  overflow: hidden;
  padding: 0;
}
.product-thumbnail[aria-pressed="true"] {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 2px rgba(227, 172, 83, .2);
}
.product-thumbnail img {
  display: block;
  height: 100px;
  object-fit: contain;
  width: 100%;
}
.image-zoom {
  align-items: center;
  background: rgba(0,0,0,.88);
  display: none;
  inset: 0;
  justify-content: center;
  overflow: auto;
  padding: 32px;
  position: fixed;
  z-index: 120;
}
.image-zoom.open {
  display: flex;
}
.image-zoom img {
  background: #d1b98f;
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0,0,0,.58);
  max-height: none;
  max-width: min(1320px, 96vw);
  width: auto;
}
.zoom-close {
  background: rgba(7, 6, 5, .9);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff8ec;
  font-size: 34px;
  height: 52px;
  position: fixed;
  right: 22px;
  top: 22px;
  width: 52px;
  z-index: 121;
}
.zoom-open {
  overflow: hidden;
}
.product-copy {
  align-self: center;
}
.product-copy h1 { font-size: 52px; margin-bottom: 18px; }
.product-price {
  color: var(--gold-2);
  display: block;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}
.product-price .sale-price {
  margin: 0;
}
.product-price .sale-price s {
  color: rgba(255, 248, 236, .58);
  font-size: 22px;
}
.product-price .sale-price strong {
  font-size: 30px;
}
.product-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.product-options {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
}
.product-options legend {
  color: var(--gold-2);
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.option-pill {
  display: inline-flex;
}
.option-pill input {
  position: absolute;
  opacity: 0;
}
.option-pill span {
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  color: #f2e7d4;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 12px 18px;
}
.option-pill small {
  color: #cdbfaa;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 3px;
  max-width: 190px;
}
.option-pill input:checked + span {
  background: rgba(200, 139, 45, .18);
  border-color: var(--gold-2);
  color: #fff8ec;
}
.finish-pill span {
  align-items: center;
  display: grid;
  gap: 2px 9px;
  grid-template-columns: 22px 1fr;
}
.finish-pill small { grid-column: 2; }
.finish-swatch {
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  display: block;
  grid-row: 1 / 3;
  height: 22px;
  width: 22px;
}
.finish-swatch.classic-white { background: #fff; }
.finish-swatch.bone-white { background: #ded0b9; }
.sculpture-option span {
  align-items: center;
  border-radius: 8px;
  gap: 8px;
  min-width: 112px;
  padding: 8px;
  text-align: center;
}
.sculpture-option-image {
  background: #d1b98f;
  border-radius: 6px;
  height: 76px;
  object-fit: contain;
  width: 100%;
}
.product-actions {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.25fr) minmax(160px, .75fr);
  margin-top: 28px;
  max-width: 520px;
}
.product-actions .product-add-to-cart {
  background: linear-gradient(135deg, #c88b2d, #e1b05a);
  border: 1px solid rgba(255, 226, 173, .42);
  box-shadow: 0 14px 34px rgba(200, 139, 45, .32);
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 56px;
  padding: 16px 28px;
  width: 100%;
}
.product-actions .product-add-to-cart:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.product-actions .back-to-shop {
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.36);
  color: #f2e7d4;
  min-height: 56px;
  opacity: .82;
}
.detail-list {
  color: #eadcc9;
  line-height: 1.9;
  margin-top: 26px;
  padding-left: 18px;
}
.mobile-purchase-bar { display: none; }
.product-specs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}
.product-specs div {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(218,164,75,.24);
  border-radius: 8px;
  padding: 13px 14px;
}
.product-specs dt {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-specs dd {
  color: #fff8ec;
  font-size: 13px;
  line-height: 1.45;
  margin: 5px 0 0;
}
.product-assurance {
  border: 1px solid rgba(218, 164, 75, .28);
  border-radius: 10px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 70px 60px;
  overflow: hidden;
}
.product-assurance > div {
  background: rgba(255,255,255,.035);
  padding: 20px;
}
.product-assurance strong,
.product-assurance span {
  display: block;
}
.product-assurance strong {
  align-items: center;
  color: #fff8ec;
  display: flex;
  font-size: 14px;
  gap: 8px;
  margin-bottom: 7px;
}
.product-assurance strong .ui-icon {
  color: var(--gold-2);
  font-size: 20px;
}
.product-assurance span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.product-assurance a {
  color: var(--gold-2);
  font-weight: 800;
}

.checkout-page {
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 139, 45, .2), transparent 32%),
    #070707;
  min-height: 100vh;
  padding-top: 118px;
}
.payment-return-status {
  display: none;
  margin: 28px auto 0;
  max-width: 980px;
  padding: 0 24px;
}
.payment-return-status.show {
  background: rgba(207, 145, 51, .14);
  border: 1px solid rgba(218, 164, 75, .34);
  border-radius: 8px;
  color: #fff8ec;
  display: block;
  font-weight: 800;
  line-height: 1.5;
  padding: 14px 18px;
}
.payment-return-status.success {
  background: rgba(70, 135, 89, .18);
  border-color: rgba(111, 194, 133, .38);
}
.checkout-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, .95fr);
  padding: 58px 70px;
}
.checkout-card {
  background: rgba(12, 11, 9, .94);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
  padding: 28px;
}
.checkout-card h1 {
  font-size: 44px;
  margin-bottom: 24px;
}
#checkoutForm {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
#checkoutForm label:nth-child(3),
.place-order-btn,
.checkout-status {
  grid-column: 1 / -1;
}
.place-order-btn {
  margin-top: 8px;
  min-height: 54px;
}
.place-order-btn:disabled {
  cursor: wait;
  opacity: .68;
}
.checkout-status {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  min-height: 20px;
}
.checkout-summary-lines {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.checkout-line {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px 1fr auto;
  padding-bottom: 14px;
}
.checkout-line img {
  aspect-ratio: 1;
  border-radius: 8px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}
.checkout-image-pending {
  align-items: center;
  aspect-ratio: 1;
  background: #17130f;
  border: 1px solid rgba(218, 164, 75, .28);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 9px;
  justify-content: center;
  line-height: 1.2;
  padding: 6px;
  text-align: center;
  width: 72px;
}
.checkout-line small {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.checkout-line b {
  color: var(--gold-2);
}
.checkout-total {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
}
.checkout-note {
  color: var(--muted);
  line-height: 1.55;
  margin: 18px 0 0;
}
.checkout-empty {
  display: grid;
  gap: 18px;
}
.confirmation-shell {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  padding-top: 72px;
}
.order-confirmation {
  padding: 42px;
  text-align: center;
}
.order-confirmation h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.order-confirmation p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 12px auto 0;
  max-width: 700px;
}
.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.confirmation-actions .btn {
  min-width: 220px;
}

.about-page {
  background:
    radial-gradient(circle at 82% 16%, rgba(200, 139, 45, .16), transparent 30%),
    linear-gradient(180deg, #080705 0%, #050505 54%, #0b0907 100%);
}
.about-hero,
.about-section,
.about-grid,
.about-prayer,
.about-cta {
  padding-left: 70px;
  padding-right: 70px;
}
.about-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.74) 48%, rgba(5,5,5,.28) 100%),
    url("../assets/images/mockup-hero-scene.png?v=hero-clean-1") center right / contain no-repeat;
  border-bottom: 1px solid rgba(218, 164, 75, .22);
  display: flex;
  min-height: min(620px, calc(100vh - 41px));
  padding-top: 126px;
}
.about-hero-copy {
  max-width: 720px;
}
.about-hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  max-width: 760px;
}
.about-hero p:not(.eyebrow) {
  color: #f0dfc4;
  font-size: 20px;
  line-height: 1.7;
  max-width: 640px;
}
.about-section {
  padding-bottom: 48px;
  padding-top: 56px;
}
.about-story {
  display: grid;
  gap: 34px;
  grid-template-columns: .55fr 1.45fr;
}
.about-text,
.about-card p,
.value-card p {
  color: #e4d5bf;
  font-size: 16px;
  line-height: 1.75;
}
.about-text p {
  margin: 0 0 18px;
}
.about-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 28px;
  padding-top: 24px;
}
.about-card,
.value-card {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border: 1px solid rgba(218, 164, 75, .26);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.about-card {
  min-height: 270px;
  padding: 34px;
}
.about-card h2,
.about-section h2,
.about-cta h2 {
  color: #fff8ec;
  font-size: clamp(34px, 4vw, 54px);
}
.values-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 26px;
}
.value-card {
  padding: 24px 18px;
}
.value-card > .ui-icon {
  color: var(--gold-2);
  font-size: 32px;
  margin-bottom: 14px;
}
.checkout-cost-row {
  align-items: center;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.checkout-cost-row + .checkout-cost-row {
  border-top: 1px solid rgba(255,255,255,.08);
}
.checkout-cost-row strong { color: #fff8ec; }
.value-card h3 {
  color: #fff8ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.05;
  margin: 0 0 12px;
}
.value-card p {
  font-size: 14px;
  margin: 0;
}
.about-prayer {
  background:
    linear-gradient(135deg, rgba(224, 183, 107, .14), rgba(255,255,255,.02)),
    #080706;
  border-bottom: 1px solid rgba(218, 164, 75, .28);
  border-top: 1px solid rgba(218, 164, 75, .28);
  margin-top: 42px;
  padding-bottom: 62px;
  padding-top: 62px;
  text-align: center;
}
.about-prayer blockquote {
  color: #fff8ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  grid-column: auto;
  line-height: 1.25;
  margin: 12px auto 24px;
  max-width: 950px;
}
.about-prayer strong {
  color: #fff8ec;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  letter-spacing: .08em;
}
.about-prayer span {
  color: var(--gold-2);
  display: block;
  font-weight: 800;
  letter-spacing: .12em;
  margin-top: 8px;
  text-transform: uppercase;
}
.about-cta {
  align-items: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding-bottom: 64px;
  padding-top: 58px;
  text-align: center;
}
.about-cta .btn {
  max-width: 310px;
}

.footer {
  background: #070707;
  padding: 14px 50px 10px;
}
.newsletter {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.newsletter-copy {
  align-items: center;
  display: flex;
  gap: 15px;
}
.mail-icon {
  align-items: center;
  background: linear-gradient(135deg, #c88b2d, #e0b76b);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.mail-icon .ui-icon { font-size: 21px; }
.newsletter strong { letter-spacing: .08em; }
.newsletter p {
  color: #d5c8b7;
  font-size: 13px;
}
.newsletter form { display: flex; }
.newsletter input {
  border-radius: 6px 0 0 6px;
  min-width: 275px;
}
.newsletter button {
  background: var(--gold);
  border: 0;
  border-radius: 0 6px 6px 0;
  color: white;
  font-weight: 800;
  padding: 0 22px;
}
.newsletter-status {
  align-self: center;
  color: var(--gold-2);
  font-size: 11px;
  margin-left: 10px;
  min-width: 70px;
}
.footer-main {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  border-top: 1px solid rgba(255,255,255,.08);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  padding: 12px 0;
}
.footer-brand {
  grid-column: 2;
  text-align: center;
}
.footer-brand span {
  color: var(--gold-2);
  font-size: 34px;
}
.footer-brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
}
.footer-brand small {
  color: var(--gold-2);
  display: block;
  letter-spacing: .18em;
}
.social {
  color: #f1e4d0;
  font-size: 10px;
  margin-top: 8px;
  word-spacing: 8px;
}
blockquote {
  color: #eee1c9;
  font-family: Georgia, serif;
  font-size: 15px;
  grid-column: 3;
  line-height: 1.6;
  margin: 0;
}
.footer-columns {
  color: #d7c9b5;
  display: grid;
  font-size: 11px;
  gap: 18px;
  grid-template-columns: 1.45fr .8fr 1fr .78fr .86fr 1.32fr;
  padding-top: 10px;
}
.footer-columns > div {
  display: grid;
  gap: 5px;
  align-content: start;
}
.footer-columns strong {
  color: white;
  font-size: 11px;
  letter-spacing: .04em;
}
.footer-about strong {
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 17px;
}
.footer-about p {
  line-height: 1.45;
  margin: 0;
  max-width: 170px;
}
.payments div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}
.payments span {
  background: #163a8a;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 7px;
}
.payments span:nth-child(2) { background: #d57b2a; }
.payments .payment-logo.mastercard {
  align-items: center;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 42px;
  padding: 4px 6px;
}
.mastercard i {
  border-radius: 50%;
  display: block;
  height: 17px;
  width: 17px;
}
.mastercard-red {
  background: #eb001b;
  margin-right: -5px;
}
.mastercard-orange { background: #f79e1b; }
.payments span:nth-child(4), .payments span:nth-child(5) {
  background: #f0f0f0;
  color: #152033;
}
.footer-columns small {
  border-top: 1px solid rgba(255,255,255,.08);
  color: #b9aa92;
  grid-column: 1 / -1;
  padding-top: 8px;
  text-align: center;
}

.site-toast {
  background: rgba(9, 8, 7, .96);
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.38);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  max-width: min(92vw, 460px);
  opacity: 0;
  padding: 13px 18px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translate(-50%, 14px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 90;
}
.site-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 960px) {
  .site-header { padding: 0 28px; }
  .nav { gap: 16px; }
  .hero, .kit-builder, .collections, .contact-panel, .product-detail { padding-left: 32px; padding-right: 32px; }
  .about-hero, .about-section, .about-grid, .about-prayer, .about-cta { padding-left: 32px; padding-right: 32px; }
  .hero { grid-template-columns: minmax(300px, .78fr) minmax(420px, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .kit-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefits { grid-template-columns: repeat(3, 1fr); padding-left: 32px; padding-right: 32px; }
  .confidence-strip { padding-left: 32px; padding-right: 32px; }
  .info-shell { padding-left: 32px; padding-right: 32px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-columns { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .top-line { font-size: 10px; }
  .site-header {
    background: #050505;
    gap: 12px;
    padding: 12px 18px;
    position: sticky;
    top: 0;
  }
  .brand { min-width: 0; }
  .brand-cross { font-size: 32px; }
  .brand strong { font-size: 22px; }
  .brand small { font-size: 8px; }
  .menu-btn { display: block; margin-left: auto; }
  .header-actions { gap: 4px; }
  .nav {
    background: #0b0b0b;
    border-top: 1px solid rgba(255,255,255,.08);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 16px 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 68px;
  }
  .nav.open { display: flex; }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
    padding: 32px 22px 42px;
  }
  .hero-art { order: -1; }
  .hero-art img { max-height: 330px; border-radius: 10px; }
  .hero h1 { font-size: 44px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .divider span { width: 76px; }
  .kit-builder, .collections, .contact-panel, .product-detail, .footer { padding-left: 18px; padding-right: 18px; }
  .info-shell { padding: 32px 18px 44px; }
  .info-hero h1 { font-size: 39px; }
  .info-grid { grid-template-columns: 1fr; }
  .about-hero, .about-section, .about-grid, .about-prayer, .about-cta { padding-left: 18px; padding-right: 18px; }
  .about-hero {
    background:
      linear-gradient(180deg, rgba(5,5,5,.54) 0%, rgba(5,5,5,.94) 46%, #050505 100%),
      url("../assets/images/mockup-hero-scene.png?v=hero-clean-1") top center / contain no-repeat;
    min-height: auto;
    padding-top: 330px;
  }
  .about-story, .about-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { align-items: start; display: grid; gap: 12px; }
  .kit-card { grid-template-columns: 1fr; }
  .kit-photo { aspect-ratio: 1 / .8; }
  .kit-card h3 { font-size: 25px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .photo { height: 190px; }
  .product-info { padding: 12px; }
  .product-info h3 { font-size: 13px; }
  .shop-now {
    align-items: center;
    background: #0b0907;
    border-radius: 6px;
    color: #fff8ec;
    display: flex;
    justify-content: center;
    min-height: 44px;
    width: 100%;
  }
  .benefits, .contact-panel, .product-detail { grid-template-columns: 1fr; }
  .product-specs { grid-template-columns: 1fr; }
  .confidence-strip { grid-template-columns: 1fr; padding: 18px; }
  .contact-panel form { grid-template-columns: 1fr; }
  .benefits { padding: 24px 20px; }
  .product-page { padding-top: 0; }
  .product-media img { min-height: 320px; }
  .product-thumbnail img { height: 82px; min-height: 0; }
  .product-zoom-trigger span { bottom: 10px; right: 10px; }
  .image-zoom { align-items: start; padding: 76px 12px 24px; }
  .image-zoom img { max-width: 1200px; width: 100%; }
  .product-copy h1 { font-size: 38px; }
  .product-actions { grid-template-columns: 1fr; max-width: none; }
  .product-actions .product-add-to-cart { min-height: 56px; }
  .product-actions .back-to-shop { min-height: 48px; }
  .product-assurance { grid-template-columns: 1fr; margin: 0 18px 36px; }
  .checkout-page { padding-top: 0; }
  .checkout-shell {
    grid-template-columns: 1fr;
    padding: 24px 18px 36px;
  }
  #checkoutForm { grid-template-columns: 1fr; }
  .checkout-card { padding: 20px; }
  .checkout-card h1 { font-size: 34px; }
  .newsletter { display: block; }
  .newsletter form { margin-top: 14px; flex-wrap: wrap; }
  .newsletter input { min-width: 0; width: 100%; }
  .newsletter-status { margin: 8px 0 0; width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, blockquote { grid-column: auto; text-align: center; }
  blockquote { font-size: 16px; margin-top: 24px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-about, .payments, .footer-columns small { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .product-page { padding-bottom: 94px; }
  .mobile-purchase-bar {
    align-items: center;
    background: rgba(7, 6, 5, .96);
    border-top: 1px solid rgba(218,164,75,.38);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(0,0,0,.42);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    padding: 10px max(14px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 88;
  }
  .mobile-purchase-bar span { min-width: 0; }
  .mobile-purchase-bar small {
    color: var(--muted);
    display: block;
    font-size: 11px;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-purchase-bar strong { color: var(--gold-2); font-size: 18px; }
  .mobile-purchase-bar .btn { min-height: 48px; width: auto; }
  .sculpture-option { flex: 1 1 calc(33.333% - 10px); }
  .sculpture-option span { min-width: 0; width: 100%; }
}

@media (max-width: 500px) {
  .product-grid { grid-template-columns: 1fr; }
  .photo { height: 280px; }
  .hero h1 { font-size: 39px; }
  .about-hero { padding-top: 280px; }
  .about-hero h1 { font-size: 39px; }
  .values-grid { grid-template-columns: 1fr; }
  .section-head h2, .collections h2, .contact-panel h2 { font-size: 28px; }
  .footer-columns { grid-template-columns: 1fr; }
}
