:root {
  --navy: #07162f;
  --navy-2: #0d2447;
  --copper: #b86f45;
  --copper-light: #dfaa82;
  --cream: #f6f2ec;
  --paper: #fffdf9;
  --ink: #11141a;
  --muted: #6a6d73;
  --line: #dedbd5;
  --star: #f3b900;
  --success: #19764c;
  --danger: #b5272d;
  --shadow: 0 16px 50px rgba(7, 22, 47, .12);
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.mor-checkout .checkout-error { margin: 10px 0; color: #a01932; font-size: 13px; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.offer-bar {
  min-height: 39px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  background: var(--navy);
  font-size: 10px;
  letter-spacing: .1em;
  white-space: nowrap;
}
.offer-bar strong { color: #ffd7ba; }
.offer-clock {
  min-width: 72px;
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .09em;
}

.site-header {
  height: 66px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,253,249,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 19px;
  cursor: pointer;
}
.bag-button { position: relative; }
.bag-button b {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 4px;
  right: 1px;
  border-radius: 50%;
  background: var(--copper);
  color: white;
  font-size: 9px;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.brand strong { color: var(--navy); font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: .12em; }
.brand span { margin-top: 5px; color: var(--copper); font-size: 8px; letter-spacing: .34em; }

.proof-ribbon {
  min-height: 42px;
  padding: 9px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: #50535a;
}
.stars { color: var(--star); letter-spacing: .02em; }
.proof-ribbon strong { color: var(--ink); }
.purchase-proof-block { margin: 15px 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; }
.purchase-proof-block .proof-ribbon { min-height: 48px; padding: 10px; font-size: 11px; }
.purchase-proof-block .authority-strip { border-bottom: 1px solid var(--line); }
.purchase-proof-block .press-mentions { border-bottom: 0; }

.authority-strip {
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 6px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.authority-strip > div {
  min-height: 66px;
  padding: 9px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid var(--line);
}
.authority-strip > div:last-child { border-right: 0; }
.authority-strip strong { color: var(--navy); font-size: 16px; }
.authority-strip span { margin-top: 5px; color: var(--muted); font-size: 7.5px; font-weight: 700; letter-spacing: .07em; line-height: 1.25; }
.authority-strip .allure-mark strong { color: #bd1f2d; font-family: Georgia, serif; font-size: 23px; font-style: italic; font-weight: 400; line-height: .8; }
.press-mentions {
  padding: 11px 12px 13px;
  text-align: center;
  background: #f7f4ef;
  border-bottom: 1px solid var(--line);
}
.press-mentions > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.press-marquee { width: 100%; max-width: 100%; display: block; overflow: hidden; }
.press-track { width: max-content; min-width: max-content; display: flex; flex-flow: row nowrap; align-items: center; gap: 34px; padding-right: 34px; white-space: nowrap; animation: press-scroll 28s linear infinite; }
.press-track a, .press-track > span { flex: 0 0 auto; display: inline-block; }
.press-marquee:hover .press-track { animation-play-state: paused; }
.press-mentions a { color: var(--navy); text-decoration: none; white-space: nowrap; }
.vogue-wordmark { font-family: Didot, "Bodoni MT", Georgia, serif; font-size: 20px; letter-spacing: .06em; }
.glamour-wordmark { font-family: Arial Black, Arial, sans-serif; font-size: 16px; font-weight: 900; letter-spacing: -.04em; }
.cosmo-wordmark { font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.gh-wordmark, .marie-wordmark { font-family: Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
@keyframes press-scroll { to { transform: translateX(calc(-50% - 17px)); } }

.product-shell { max-width: 1080px; margin: 0 auto; }
.gallery { padding: 0; background: var(--cream); }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 0;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide {
  height: min(100vw, 690px);
  aspect-ratio: auto;
  margin: 0;
  display: grid;
  place-items: center;
  scroll-snap-align: start;
  overflow: hidden;
  background: #eeeae4;
}
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.gallery-slide.is-product { background: linear-gradient(145deg, #f4f1ed, #e5e0da); }
.gallery-slide.is-product img { object-fit: contain; padding: 3%; }
.gallery-slide figcaption {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  background: rgba(7,22,47,.86);
  border-radius: 6px;
  font-size: 8px;
  line-height: 1.25;
}
.gallery-slide { position: relative; }
.gallery-slide figcaption b { color: #ffd249; font-size: 9px; }
.gallery-status {
  padding: 10px 16px 4px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gallery-thumbs {
  padding: 9px 14px 14px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ebe7e1;
  cursor: pointer;
}
.gallery-thumb.is-active { border-color: var(--navy); box-shadow: 0 0 0 1px var(--navy); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb:first-child img { object-fit: contain; }

.purchase-panel { padding: 22px 18px 30px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.35;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; }
h1 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(28px, 7.8vw, 48px);
  line-height: 1.03;
  letter-spacing: -.025em;
}
.rating-link {
  width: max-content;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.lead { margin-bottom: 18px; color: #45484e; font-size: 15px; line-height: 1.55; }
.price-block {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price-block div { display: flex; align-items: baseline; gap: 10px; }
.price-block strong { color: var(--navy); font-size: 28px; }
.price-block s { color: var(--muted); font-size: 14px; }
.price-block > span {
  padding: 6px 8px;
  border-radius: 4px;
  background: #e7f3eb;
  color: var(--success);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}
.stock-alert { margin: -4px 0 12px; min-height: 36px; padding: 8px 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d8202f; border-radius: 999px; color: #b10f1b; background: #fff4f5; font-size: 12px; font-weight: 800; cursor: default; animation: stock-glow 1.2s ease-in-out infinite; }
.stock-alert span { width: 8px; height: 8px; border-radius: 50%; background: #d8202f; animation: stock-pulse 1.2s ease-out infinite; }
@keyframes stock-glow { 50% { background: #ffe4e7; box-shadow: 0 0 0 4px rgba(216,32,47,.08); } }
@keyframes stock-pulse { 0% { box-shadow: 0 0 0 0 rgba(216,32,47,.45); } 70% { box-shadow: 0 0 0 7px rgba(216,32,47,0); } 100% { box-shadow: 0 0 0 0 rgba(216,32,47,0); } }
.offer-card {
  margin-bottom: 18px;
  padding: 13px;
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #e3bda4;
  border-radius: 10px;
  background: #fff7f1;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(181,39,45,.1);
  animation: pulse 1.6s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(181,39,45,0); } }
.offer-card > strong { font-size: 11px; letter-spacing: .1em; }
.offer-card > b { min-width: 80px; color: var(--danger); font-size: 14px; font-variant-numeric: tabular-nums; letter-spacing: .06em; text-align: center; }
.selection-row {
  margin: 17px 0;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.selection-row span, .selection-row strong { display: block; }
.selection-row span { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.selection-row strong { font-size: 13px; }
.colour-swatch {
  width: 38px;
  height: 38px;
  padding: 4px;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: white;
}
.colour-swatch i { width: 100%; height: 100%; display: block; border-radius: 50%; background: linear-gradient(135deg, var(--navy) 0 55%, var(--copper) 56%); }
.quantity-row {
  margin: -2px 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.quantity-row > div:first-child span, .quantity-row > div:first-child small { display: block; }
.quantity-row > div:first-child span { margin-bottom: 4px; color: var(--ink); font-size: 13px; font-weight: 700; }
.quantity-row > div:first-child small { color: var(--muted); font-size: 9px; }
.quantity-stepper {
  height: 44px;
  display: grid;
  grid-template-columns: 42px 46px 42px;
  overflow: hidden;
  border: 1px solid var(--navy);
  border-radius: 6px;
  background: white;
}
.quantity-stepper button, .quantity-stepper input {
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
  color: var(--navy);
  text-align: center;
  font-weight: 800;
}
.quantity-stepper button { font-size: 20px; cursor: pointer; }
.quantity-stepper input {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0;
  font-size: 14px;
  appearance: textfield;
  -moz-appearance: textfield;
}
.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.quantity-stepper button:active { background: var(--cream); }
.primary-cta, .secondary-cta {
  width: 100%;
  min-height: 57px;
  border: 0;
  border-radius: 5px;
  color: white;
  background: var(--navy);
  box-shadow: 0 8px 24px rgba(7,22,47,.18);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  cursor: pointer;
}
.primary-cta:active, .secondary-cta:active { transform: translateY(1px); }
.primary-cta:disabled, .secondary-cta:disabled { opacity: .55; cursor: not-allowed; }
.checkout-message { min-height: 18px; margin: 9px 0 0; color: var(--danger); font-size: 11px; line-height: 1.45; text-align: center; }
.trust-row {
  margin: 9px 0 21px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.trust-row span {
  min-height: 57px;
  padding: 9px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.25;
}
.trust-row b { margin-bottom: 4px; color: var(--navy); font-size: 9px; }
.key-benefits { margin: 0; padding: 0; list-style: none; }
.key-benefits li { padding: 13px 0; display: grid; grid-template-columns: 24px 1fr; gap: 9px; border-top: 1px solid var(--line); }
.key-benefits li > span { color: var(--copper); font-weight: 900; }
.key-benefits strong { display: block; margin-bottom: 4px; font-size: 13px; }
.key-benefits p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.rating-marquee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: white;
  background: var(--navy);
}
.rating-marquee div { min-height: 90px; padding: 15px 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.rating-marquee div:last-child { border-right: 0; }
.rating-marquee strong { margin-bottom: 5px; color: #f3c7a9; font-size: 20px; }
.rating-marquee span { color: #d5dbe5; font-size: 9px; letter-spacing: .04em; }

.editorial-section, .award-section, .private-sale-section, .box-section, .reviews-section, .faq-section { padding: 42px 18px; }
.dark-section { color: white; background: var(--navy); }
.section-copy h2, .section-heading h2, .award-section h2, .private-sale-section h2 {
  margin-bottom: 13px;
  font-size: clamp(27px, 7.2vw, 44px);
  line-height: 1.06;
  letter-spacing: -.025em;
}
.dark-section h2 { color: white; }
.section-copy > p:last-child, .section-heading > p:last-child, .award-section p:last-child { color: #6d7076; font-size: 14px; line-height: 1.6; }
.dark-section .section-copy > p:last-child { color: #cfd6e0; }
.split-images { margin-top: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.split-images figure { margin: 0; position: relative; overflow: hidden; border-radius: 8px; aspect-ratio: 1 / 1; }
.split-images img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.split-images figcaption { position: absolute; left: 8px; right: 8px; bottom: 8px; padding: 8px; color: white; background: rgba(7,22,47,.75); border-radius: 4px; font-size: 10px; text-align: center; backdrop-filter: blur(7px); }

.award-section { background: var(--cream); }
.award-section img { width: 100%; height: auto; display: block; margin: 0 0 25px; object-fit: cover; border-radius: 8px; }
.award-section h2 { color: var(--navy); }
.private-sale-section {
  color: white;
  background: linear-gradient(145deg, #07162f 0%, #102b52 100%);
  text-align: center;
}
.private-sale-section h2 { margin-bottom: 15px; color: white; }
.private-sale-section > p:not(.eyebrow) { max-width: 670px; margin: 0 auto; color: #dce2eb; font-size: 14px; line-height: 1.7; }
.private-sale-note { max-width: 620px; margin: 24px auto 0; padding: 17px 18px; display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; border: 1px solid rgba(223,170,130,.45); border-radius: 10px; background: rgba(255,255,255,.06); text-align: left; }
.private-sale-note > span { color: var(--copper-light); font-size: 20px; line-height: 1; }
.private-sale-note p { margin: 0; color: #e8edf4; font-size: 12px; line-height: 1.6; }
.private-sale-note strong { color: #ffd7ba; }
.box-section { background: white; }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { color: var(--navy); }
.box-image { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 10px; background: var(--cream); }
.attachment-grid { margin: 19px 0 24px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.attachment-grid span { min-height: 58px; padding: 12px 8px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.35; }
.attachment-grid span:nth-child(odd) { border-right: 1px solid var(--line); }
.secondary-cta { background: var(--copper); }
.inline-sale { margin: 0 0 10px; display: flex; justify-content: center; align-items: center; color: var(--danger); font-weight: 800; }
.inline-sale b { min-width: 76px; padding: 7px 12px; border: 1px solid #e3bda4; border-radius: 999px; background: #fff7f1; font-size: 14px; font-variant-numeric: tabular-nums; letter-spacing: .08em; text-align: center; }

.reviews-section { background: var(--cream); }
.review-summary { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.review-slider { overflow: hidden; }
.review-stack { display: grid; grid-auto-flow: column; grid-auto-columns: min(88vw, 360px); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-stack::-webkit-scrollbar { display: none; }
.review-card { padding: 20px 17px; background: white; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 6px 18px rgba(7,22,47,.05); }
.review-card { scroll-snap-align: start; }
.review-card > div { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.review-card h3 { margin: 14px 0 8px; color: var(--navy); font-size: 18px; }
.review-card > p { margin-bottom: 17px; color: #4e5157; font-size: 13px; line-height: 1.6; }
.review-card footer { padding-top: 13px; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); }
.review-card footer strong { font-size: 11px; }
.review-card footer span, .review-disclosure { color: var(--muted); font-size: 9px; line-height: 1.5; }
.review-disclosure { margin: 14px 0 0; text-align: center; }
.review-controls { margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.review-controls button { width: 42px; height: 42px; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); background: white; cursor: pointer; }
.review-controls span { min-width: 44px; color: var(--muted); font-size: 11px; text-align: center; }

.faq-section { background: white; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { padding: 17px 28px 17px 0; position: relative; color: var(--navy); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: "+"; position: absolute; right: 3px; font-size: 20px; font-weight: 400; }
.faq-section details[open] summary::after { content: "−"; }
.faq-section details p { padding: 0 28px 18px 0; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.site-footer { padding: 39px 20px 110px; color: #ced5df; background: #050e1e; text-align: center; }
.footer-brand { margin-bottom: 22px; }
.footer-brand strong { color: white; }
.site-footer > p { max-width: 590px; margin: 0 auto 20px; font-size: 9px; line-height: 1.6; }
.site-footer nav { display: flex; justify-content: center; gap: 22px; font-size: 10px; }
.footer-help { max-width: 420px; margin: 0 auto 24px; padding: 18px; display: flex; flex-direction: column; gap: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.footer-help strong { color: white; font-size: 16px; }
.footer-help a { color: #ffd7ba; font-size: 17px; font-weight: 800; text-decoration: none; }
.footer-help span { font-size: 10px; }

.sticky-buy {
  min-height: 74px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr minmax(130px, 42%);
  gap: 10px;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(255,255,255,.97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(7,22,47,.12);
  backdrop-filter: blur(13px);
}
.sticky-buy span, .sticky-buy strong { display: block; }
.sticky-buy span { margin-bottom: 3px; color: var(--muted); font-size: 10px; }
.sticky-buy strong { color: var(--navy); font-size: 14px; }
.sticky-buy s { margin-left: 4px; color: var(--muted); font-size: 9px; font-weight: 400; }
.sticky-buy button { min-height: 49px; border: 0; border-radius: 5px; color: white; background: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.sticky-buy button:disabled { opacity: .55; }

body.cart-is-open { overflow: hidden; }
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(3, 10, 22, .52);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.cart-drawer {
  width: min(100%, 430px);
  height: 100dvh;
  padding: 0 20px calc(22px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  overflow-y: auto;
  color: var(--ink);
  background: var(--paper);
  box-shadow: -18px 0 50px rgba(7, 22, 47, .22);
  transform: translateX(102%);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}
body.cart-is-open .cart-backdrop { opacity: 1; pointer-events: auto; }
body.cart-is-open .cart-drawer { transform: translateX(0); }
.cart-drawer-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.cart-drawer-header span { color: var(--copper); font-size: 8px; font-weight: 800; letter-spacing: .24em; }
.cart-drawer-header h2 { margin: 5px 0 0; color: var(--navy); font-size: 20px; }
.cart-drawer-header button { width: 42px; height: 42px; border: 0; background: transparent; color: var(--navy); font-size: 29px; cursor: pointer; }
.cart-success { margin: 16px 0; padding: 11px 12px; color: var(--success); background: #edf8f2; border: 1px solid #cce8d9; border-radius: 6px; font-size: 11px; font-weight: 700; }
.cart-success span { margin-right: 6px; }
.cart-item { padding: 0 0 18px; display: grid; grid-template-columns: 112px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-item-image { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: var(--cream); border-radius: 7px; }
.cart-item-image img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.cart-item-copy strong { margin-bottom: 7px; color: var(--navy); font-size: 14px; }
.cart-item-copy span { margin-bottom: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.cart-item-copy small { margin-top: 7px; font-size: 10px; }
.cart-summary { padding: 19px 0 14px; }
.cart-summary > div { display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 15px; }
.cart-summary > div strong { font-size: 19px; }
.cart-summary p { margin: 7px 0 0; color: var(--muted); font-size: 9px; }
.cart-checkout { width: 100%; min-height: 58px; border: 0; border-radius: 5px; color: white; background: var(--navy); box-shadow: 0 8px 24px rgba(7,22,47,.18); font-size: 13px; font-weight: 800; letter-spacing: .05em; cursor: pointer; }
.cart-checkout:active { transform: translateY(1px); }
.cart-continue { min-height: 44px; border: 0; color: var(--navy); background: transparent; font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-assurance { margin-top: auto; padding-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; text-align: center; }
.cart-assurance span::before { content: "✓"; margin-right: 3px; color: var(--success); font-weight: 900; }
.toast {
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  position: fixed;
  left: 50%;
  bottom: 98px;
  z-index: 60;
  color: white;
  background: var(--navy);
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-size: 11px;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition: .24s ease;
}
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.mor-checkout { position: fixed; inset: 0; z-index: 100; display: grid; align-items: end; background: rgba(3,10,22,.66); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.mor-checkout.is-open { opacity: 1; pointer-events: auto; }
.mor-checkout-panel { width: min(100%, 560px); max-height: 96dvh; margin: 0 auto; overflow: auto; border-radius: 18px 18px 0 0; background: #fff4f7; box-shadow: var(--shadow); }
.mor-checkout-panel header { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #efdce2; }
.mor-checkout-panel header span { color: #5d1028; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mor-checkout-panel h2 { margin: 5px 0 0; color: var(--navy); font-size: 21px; }
.mor-checkout-panel header button { width: 42px; height: 42px; border: 0; background: transparent; color: var(--navy); font-size: 30px; cursor: pointer; }
.checkout-reservation { margin: 14px 20px 0; min-height: 58px; padding: 12px 14px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #431010; background: #fff7f7; border: 1px solid #f2c7c7; border-radius: 10px; font-size: 11px; font-weight: 700; line-height: 1.45; text-align: center; }
.checkout-reservation > i { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; color: #d82121; border: 2px solid #d82121; border-radius: 50%; font-size: 13px; font-style: normal; line-height: 1; }
.checkout-reservation b { color: #431010; font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.checkout-order-bar { min-height: 49px; padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; color: #6c5960; border-bottom: 1px solid #efdce2; font-size: 11px; }
.checkout-order-bar strong { color: var(--ink); font-size: 15px; }
.mor-checkout-summary { margin: 14px 20px 0; padding: 12px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid #ead8de; border-radius: 10px; }
.mor-checkout-summary img { width: 58px; height: 58px; padding: 4px; object-fit: contain; border-radius: 8px; background: white; }
.mor-checkout-summary span, .mor-checkout-summary small { display: block; }
.mor-checkout-summary b { font-size: 12px; }
.mor-checkout-summary small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.customer-checkout-form { padding: 4px 20px 0; }
.customer-checkout-form section { margin-top: 22px; }
.customer-checkout-form h3 { margin: 0 0 10px; color: #1b1719; font-size: 16px; letter-spacing: -.01em; }
.customer-checkout-form label { display: block; margin-bottom: 9px; }
.customer-checkout-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.customer-checkout-form input, .customer-checkout-form select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid #d9d4d6; border-radius: 9px; outline: 0; color: #1b1719; background: white; font: 500 13px var(--font-body); transition: border-color .18s ease, box-shadow .18s ease; }
.customer-checkout-form input:focus, .customer-checkout-form select:focus { border-color: #6e1834; box-shadow: 0 0 0 2px rgba(110,24,52,.12); }
.customer-checkout-form input:disabled, .customer-checkout-form select:disabled { color: #6b6265; background: #f4eff1; }
.customer-checkout-form select { appearance: auto; }
.checkout-field-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.payment-section { position: relative; padding-top: 3px; border-top: 1px solid #ead8de; }
.payment-section > p { margin: -4px 0 12px; color: var(--muted); font-size: 10px; }
.payment-section .payment-methods { position: absolute; top: 0; right: 0; padding: 0; }
.card-fields-placeholder { min-height: 108px; margin-top: 13px; padding: 18px; display: flex; align-items: center; gap: 13px; color: #50474a; border: 1px solid #d9d4d6; border-radius: 10px; background: white; }
.card-fields-placeholder > span { width: 38px; height: 28px; flex: 0 0 38px; display: grid; place-items: center; color: #6e1834; border: 1px solid #d7c8cd; border-radius: 5px; background: #fff7fa; font-size: 16px; }
.card-fields-placeholder strong { display: block; margin-bottom: 5px; color: #1b1719; font-size: 13px; }
.card-fields-placeholder p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.mor-prepare-button, .mor-pay-button { width: 100%; min-height: 55px; border: 0; border-radius: 9px; color: white; background: #22c653; font-size: 12px; font-weight: 800; letter-spacing: .035em; cursor: pointer; box-shadow: 0 9px 22px rgba(18,142,60,.2); }
.mor-prepare-button { margin: 17px 0 0; }
.mor-checkout-loading { margin: 13px 0 0; padding: 38px 20px; color: var(--muted); border: 1px solid #ead8de; border-radius: 10px; background: white; text-align: center; }
.mor-checkout iframe { width: 100%; min-height: 390px; margin: 13px 0 0; border: 1px solid #ead8de; border-radius: 10px; background: white; }
.mor-pay-button { margin: 10px 0 0; }
.mor-prepare-button:disabled,
.mor-pay-button:disabled { opacity: .5; cursor: wait; }
.checkout-trust { margin: 14px 20px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 8px; background: white; overflow: hidden; }
.checkout-service { margin: 16px 20px 0; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; color: var(--navy); background: white; border: 1px solid #ead8de; border-radius: 10px; }
.checkout-service > div { display: flex; flex-direction: column; gap: 4px; }
.checkout-service > div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.checkout-service strong { font-size: 10px; }
.checkout-service a { color: #6e1834; font-size: 14px; font-weight: 800; text-decoration: none; }
.checkout-service span, .checkout-service small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.checkout-trust span { min-height: 52px; padding: 9px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); border-right: 1px solid var(--line); font-size: 8px; line-height: 1.35; text-align: center; }
.checkout-trust span:last-child { border-right: 0; }
.checkout-trust b { margin-bottom: 2px; color: var(--navy); font-size: 10px; }
.payment-methods { display: flex; align-items: center; justify-content: center; gap: 6px; }
.payment-logo { width: 42px; height: 26px; display: grid; place-items: center; overflow: hidden; border: 1px solid #d7d9de; border-radius: 4px; background: white; font-size: 9px; font-weight: 900; font-style: normal; line-height: 1; }
.visa-logo { color: #1434cb; font-size: 11px; font-style: italic; letter-spacing: -.05em; }
.amex-logo { color: white; background: #1575c7; border-color: #1575c7; font-size: 8px; letter-spacing: -.02em; }
.mastercard-logo { position: relative; display: block; }
.mastercard-logo i { width: 14px; height: 14px; position: absolute; top: 5px; border-radius: 50%; }
.mastercard-logo i:first-child { left: 8px; background: #eb001b; }
.mastercard-logo i:last-child { right: 8px; background: #f79e1b; opacity: .9; }
.mor-checkout-panel > p { margin: 0; padding: 12px 20px 22px; color: var(--muted); font-size: 9px; text-align: center; }

@media (min-width: 760px) {
  body { padding-bottom: 0; }
  .site-header { padding: 0 max(24px, calc((100vw - 1160px) / 2)); }
  .product-shell { padding: 38px 24px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 38px; align-items: start; }
  .gallery { padding: 0; position: sticky; top: 86px; border-radius: 12px; overflow: hidden; }
  .gallery-slide { height: min(52vw, 610px); }
  .purchase-panel { padding: 10px 0 0; }
  h1 { font-size: 42px; }
  .rating-marquee, .editorial-section, .award-section, .private-sale-section, .box-section, .reviews-section, .faq-section { max-width: 1080px; margin-left: auto; margin-right: auto; }
  .rating-marquee { border-radius: 10px; overflow: hidden; }
  .editorial-section, .award-section, .private-sale-section, .box-section, .reviews-section, .faq-section { padding: 66px 42px; }
  .dark-section { max-width: none; display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; }
  .dark-section .section-copy { max-width: 430px; align-self: center; justify-self: end; }
  .split-images { max-width: 640px; margin: 0; }
  .award-section { margin-top: 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
  .award-section img { width: 100%; margin: 0; border-radius: 10px; }
  .attachment-grid { grid-template-columns: repeat(4, 1fr); }
  .attachment-grid span:nth-child(odd) { border-right: 0; }
  .attachment-grid span { border-right: 1px solid var(--line); }
  .attachment-grid span:nth-child(4n) { border-right: 0; }
  .review-stack { grid-auto-columns: calc((100% - 24px) / 3); }
  .mor-checkout { align-items: center; }
  .mor-checkout-panel { border-radius: 18px; }
  .checkout-field-row { grid-template-columns: 1fr 1fr; gap: 9px; }
  .sticky-buy { display: none; }
  .site-footer { padding-bottom: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
