:root {
  --bg: #050505;
  --panel: #101010;
  --panel-soft: #0b1113;
  --text: #f6f1e8;
  --muted: #bbb4a8;
  --gold: #d4b26a;
  --gold-soft: #e5c98b;
  --cyan: #5fabb2;
  --petrol: #0a242a;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --soft-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  background:
    radial-gradient(circle at 14% 8%, rgba(10, 36, 42, 0.62), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(212, 178, 106, 0.1), transparent 29rem),
    radial-gradient(circle at 52% 52%, rgba(10, 36, 42, 0.16), transparent 40rem),
    linear-gradient(180deg, #0b1113 0%, #070808 30rem, #050505 62rem);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 2% 16%, rgba(212, 178, 106, 0.22) 0 2px, transparent 3px),
    radial-gradient(ellipse at 5% 19%, rgba(229, 201, 139, 0.13) 0 5px, transparent 6px),
    radial-gradient(ellipse at 97% 12%, rgba(212, 178, 106, 0.17) 0 3px, transparent 4px),
    radial-gradient(ellipse at 94% 16%, rgba(229, 201, 139, 0.1) 0 7px, transparent 8px),
    repeating-linear-gradient(13deg, transparent 0 9px, rgba(255, 255, 255, 0.012) 10px, transparent 11px 20px);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(229, 201, 139, 0.75);
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
  padding: 0.85rem clamp(1rem, 4vw, 3.5rem);
  padding-top: calc(0.85rem + env(safe-area-inset-top));
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 9, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.store-status-banner {
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.7rem;
  padding: 0.72rem clamp(1rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(212, 178, 106, 0.3);
  color: var(--text);
  background: rgba(16, 24, 25, 0.96);
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: center;
}

.store-status-banner[hidden] {
  display: none;
}

.store-status-banner span {
  color: var(--gold-soft);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-label-short {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

main {
  min-height: calc(100svh - 220px);
}

main:focus {
  outline: none;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: max(650px, calc(100svh - 76px));
  min-height: max(650px, calc(100dvh - 76px));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(229, 201, 139, 0.1);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 34%, rgba(5, 5, 5, 0.34) 61%, rgba(5, 5, 5, 0.08) 100%),
    radial-gradient(circle at 10% 20%, rgba(10, 36, 42, 0.45), transparent 29%),
    #050505;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 1.8% 56%, rgba(229, 201, 139, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 3.6% 63%, rgba(212, 178, 106, 0.5) 0 4px, transparent 5px),
    radial-gradient(circle at 6.4% 72%, rgba(229, 201, 139, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 8.2% 79%, rgba(212, 178, 106, 0.26) 0 5px, transparent 6px),
    radial-gradient(circle at 98.2% 57%, rgba(229, 201, 139, 0.62) 0 3px, transparent 4px),
    radial-gradient(circle at 96.1% 66%, rgba(212, 178, 106, 0.42) 0 5px, transparent 6px),
    radial-gradient(circle at 93.7% 75%, rgba(229, 201, 139, 0.3) 0 2px, transparent 3px),
    radial-gradient(circle at 91.8% 82%, rgba(212, 178, 106, 0.24) 0 6px, transparent 7px),
    conic-gradient(from 214deg at 0% 88%, transparent 0 8deg, rgba(229, 201, 139, 0.3) 9deg 10deg, transparent 11deg 18deg, rgba(212, 178, 106, 0.19) 19deg 20deg, transparent 21deg 360deg),
    conic-gradient(from 326deg at 100% 88%, transparent 0 10deg, rgba(229, 201, 139, 0.27) 11deg 12deg, transparent 13deg 21deg, rgba(212, 178, 106, 0.17) 22deg 23deg, transparent 24deg 360deg),
    radial-gradient(ellipse at -4% 89%, rgba(10, 36, 42, 0.94) 0 8%, rgba(10, 36, 42, 0.58) 18%, transparent 34%),
    radial-gradient(ellipse at 104% 91%, rgba(10, 36, 42, 0.88) 0 9%, rgba(10, 36, 42, 0.5) 19%, transparent 35%);
  opacity: 0.58;
  filter: drop-shadow(0 0 8px rgba(212, 178, 106, 0.06));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 44%, rgba(229, 201, 139, 0.09) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 36%, rgba(212, 178, 106, 0.06) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 58%, rgba(229, 201, 139, 0.05) 0 1px, transparent 2px),
    radial-gradient(ellipse at 74% 47%, transparent 0 42%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.52) 38%, rgba(5, 5, 5, 0.08) 68%, rgba(5, 5, 5, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 58%, rgba(0, 0, 0, 0.46));
}

.hero-copy {
  position: absolute;
  top: 46.5%;
  left: clamp(2rem, 11vw, 11rem);
  z-index: 4;
  width: min(41vw, 620px);
  padding: 0;
  transform: translateY(-50%);
}

.hero-copy h1 {
  margin: 0;
  color: var(--gold-soft);
  font-family: "Bodoni 72", "Cormorant Garamond", "Playfair Display", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  font-weight: 600;
  line-height: 0.98;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}

.page-heading h1 {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.hero-copy p,
.page-heading p,
.split-section p,
.legal-text p,
.contact-aside p {
  color: var(--muted);
  line-height: 1.82;
}

.tagline {
  color: var(--text) !important;
  margin: clamp(1.55rem, 3vw, 2.35rem) 0 1.45rem;
  max-width: 590px;
  font-family: "Bodoni 72", "Cormorant Garamond", "Playfair Display", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  font-weight: 500;
  line-height: 1.36 !important;
}

.hero-copy p:not(.tagline) {
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
}

.eyebrow,
.product-category {
  color: #79aeb2;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.13em;
}

.hero .eyebrow::before,
.hero .eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 201, 139, 0.72));
}

.hero .eyebrow::after {
  background: linear-gradient(90deg, rgba(229, 201, 139, 0.72), transparent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.78rem 1.1rem;
  font-weight: 800;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.button.primary {
  border-color: rgba(212, 178, 106, 0.78);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #171006;
}

.button.ghost {
  color: var(--text);
  border-color: rgba(229, 201, 139, 0.34);
  background:
    linear-gradient(135deg, rgba(229, 201, 139, 0.06), rgba(10, 36, 42, 0.12)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px rgba(229, 201, 139, 0.08);
}

.button.ghost:hover {
  border-color: rgba(229, 201, 139, 0.62);
  background:
    linear-gradient(135deg, rgba(229, 201, 139, 0.09), rgba(10, 36, 42, 0.16)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(212, 178, 106, 0.09),
    inset 0 1px rgba(229, 201, 139, 0.12);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 68%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 64% 42%, rgba(229, 201, 139, 0.12), transparent 34%),
    radial-gradient(circle at 70% 48%, rgba(212, 178, 106, 0.12), transparent 43%),
    radial-gradient(circle at 82% 80%, rgba(10, 36, 42, 0.36), transparent 42%),
    #050505;
  box-shadow: none;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 5% 12% 18% 18%;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 55% 42%, rgba(229, 201, 139, 0.2), rgba(212, 178, 106, 0.075) 35%, transparent 66%),
    radial-gradient(circle at 78% 70%, rgba(10, 36, 42, 0.22), transparent 46%);
  filter: blur(26px);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 64% 40%, rgba(229, 201, 139, 0.1), transparent 34%),
    radial-gradient(circle at 62% 49%, rgba(212, 178, 106, 0.09) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 34%, rgba(229, 201, 139, 0.055) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 58%, rgba(229, 201, 139, 0.045) 0 1px, transparent 2px),
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.86) 16%, rgba(5, 5, 5, 0.22) 45%, transparent 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 48%, rgba(0, 0, 0, 0.36));
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 88%;
  max-height: none;
  margin: -1.5% 0 0 auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.06) brightness(0.88);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  position: absolute;
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  left: 50%;
  z-index: 5;
  width: min(980px, calc(100% - 3rem));
  margin: 0;
  transform: translateX(-50%);
  border: 1px solid rgba(229, 201, 139, 0.22);
  border-radius: 8px;
  padding: 0;
  background:
    repeating-linear-gradient(12deg, transparent 0 8px, rgba(229, 201, 139, 0.012) 9px, transparent 10px 17px),
    linear-gradient(180deg, rgba(20, 18, 14, 0.74), rgba(5, 5, 5, 0.7));
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.5),
    0 0 38px rgba(212, 178, 106, 0.045),
    inset 0 1px rgba(229, 201, 139, 0.07),
    inset 0 -1px rgba(10, 36, 42, 0.18);
}

.trust-band div {
  padding: 1.25rem 1.5rem;
  border: 0;
  border-right: 1px solid rgba(229, 201, 139, 0.16);
  border-radius: 0;
  background:
    repeating-linear-gradient(105deg, transparent 0 12px, rgba(255, 255, 255, 0.012) 13px, transparent 14px 24px),
    linear-gradient(180deg, rgba(20, 18, 14, 0.56), rgba(7, 9, 9, 0.46));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.025);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.trust-band div:first-child {
  border-radius: 8px 0 0 8px;
}

.trust-band div:last-child {
  border-right: 0;
  border-radius: 0 8px 8px 0;
}

.trust-band div:hover {
  transform: translateY(-2px);
  border-color: rgba(229, 201, 139, 0.46);
  box-shadow:
    0 17px 40px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(212, 178, 106, 0.07);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.section,
.page-heading,
.split-section,
.product-detail,
.contact-layout,
.faq-list,
.legal-text {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.section,
.split-section,
.product-detail,
.contact-layout,
.faq-list,
.legal-text {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.intro-section,
.reassurance-section {
  position: relative;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.intro-section {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.intro-copy {
  max-width: 620px;
}

.intro-copy h2 {
  max-width: 640px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.intro-copy p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.value-grid,
.reassurance-section {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-grid {
  display: grid;
  gap: 0.9rem;
}

.value-grid div,
.reassurance-section div {
  border: 1px solid rgba(229, 201, 139, 0.16);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(160deg, rgba(20, 18, 14, 0.82), rgba(7, 10, 10, 0.9)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(229, 201, 139, 0.035);
}

.value-grid strong,
.reassurance-section strong {
  display: block;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.value-grid span,
.reassurance-section span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.55;
}

.reviews-page {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse at 14% 14%, rgba(10, 36, 42, 0.42), transparent 30rem),
    radial-gradient(ellipse at 88% 18%, rgba(212, 178, 106, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.82) 44%, #050505);
}

.reviews-page::before,
.reviews-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.34;
}

.reviews-page::before {
  left: -7rem;
  top: 16rem;
  width: 18rem;
  height: 22rem;
  background:
    radial-gradient(circle at 35% 32%, rgba(229, 201, 139, 0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 54%, rgba(212, 178, 106, 0.3) 0 5px, transparent 6px),
    radial-gradient(ellipse at 55% 62%, rgba(10, 36, 42, 0.72), transparent 62%);
  filter: blur(0.2px);
}

.reviews-page::after {
  right: -6rem;
  top: 12rem;
  width: 18rem;
  height: 20rem;
  background:
    radial-gradient(circle at 44% 42%, rgba(229, 201, 139, 0.34) 0 3px, transparent 4px),
    radial-gradient(circle at 24% 65%, rgba(212, 178, 106, 0.25) 0 6px, transparent 7px),
    radial-gradient(ellipse at 36% 60%, rgba(10, 36, 42, 0.64), transparent 62%);
}

.reviews-hero,
.reviews-carousel-section,
.reviews-origin,
.reviews-all-actions,
.reviews-full-grid,
.reviews-reassurance {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 2rem));
  margin-right: auto;
  margin-left: auto;
}

.reviews-hero {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.18fr) minmax(190px, 0.72fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 5.4rem) 0 clamp(1.6rem, 4vw, 2.6rem);
}

.reviews-hero-copy {
  display: grid;
  justify-items: center;
  gap: 0.95rem;
  text-align: center;
}

.reviews-hero-copy .eyebrow {
  margin: 0;
  color: var(--gold);
}

.reviews-hero-copy h1 {
  margin: 0;
  color: var(--text);
  font-family: "Bodoni 72", "Cormorant Garamond", "Playfair Display", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.reviews-hero-copy > p:last-child {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.reviews-score {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.review-stars {
  display: inline-flex;
  gap: 0.12rem;
  color: #d6a646;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(212, 178, 106, 0.09);
}

.reviews-score .review-stars {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.reviews-score strong {
  color: var(--text);
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  line-height: 1;
}

.reviews-score strong span {
  color: var(--muted);
  font-size: 0.58em;
  font-weight: 500;
}

.reviews-score p {
  margin: 0;
  color: var(--text);
}

.reviews-product {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  opacity: 0.88;
  filter: saturate(0.94) contrast(1.05) drop-shadow(0 30px 55px rgba(0, 0, 0, 0.42));
}

.reviews-product-left {
  justify-self: start;
  max-width: 310px;
}

.reviews-product-right {
  justify-self: end;
  max-width: 330px;
}

.reviews-carousel-section {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 1rem;
  align-items: center;
  padding-top: 0.5rem;
}

.reviews-carousel {
  overflow: hidden;
  padding: 0.35rem;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  column-gap: 1rem;
  align-items: stretch;
  transition: transform 280ms ease;
  will-change: transform;
}

.review-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  gap: 1.05rem;
  justify-content: space-between;
  border: 1px solid rgba(229, 201, 139, 0.2);
  border-radius: 8px;
  padding: clamp(1.15rem, 2.2vw, 1.6rem);
  background:
    repeating-linear-gradient(17deg, transparent 0 11px, rgba(255, 255, 255, 0.01) 12px, transparent 13px 24px),
    linear-gradient(180deg, rgba(22, 20, 17, 0.86), rgba(8, 9, 9, 0.9));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(229, 201, 139, 0.04);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.review-card.active {
  border-color: rgba(229, 201, 139, 0.42);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(212, 178, 106, 0.055),
    inset 0 1px rgba(229, 201, 139, 0.06);
}

.review-card p {
  margin: 0;
  color: var(--text);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.7;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.review-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(229, 201, 139, 0.26);
  border-radius: 50%;
  color: var(--text);
  background:
    radial-gradient(circle at 32% 24%, rgba(229, 201, 139, 0.22), transparent 48%),
    rgba(10, 36, 42, 0.72);
  font-weight: 900;
  place-items: center;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author strong {
  color: var(--text);
}

.review-author small {
  margin-top: 0.15rem;
  color: var(--gold);
  font-size: 0.78rem;
}

.reviews-arrow {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(229, 201, 139, 0.24);
  border-radius: 50%;
  color: var(--text);
  background: rgba(8, 8, 8, 0.72);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.reviews-arrow:hover:not(:disabled) {
  border-color: rgba(229, 201, 139, 0.58);
  color: var(--gold-soft);
  background: rgba(229, 201, 139, 0.06);
  box-shadow: 0 0 22px rgba(212, 178, 106, 0.08);
}

.reviews-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.reviews-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  padding-top: 0.8rem;
}

.reviews-dots button {
  width: 0.62rem;
  height: 0.62rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.reviews-dots button.active {
  transform: scale(1.18);
  background: var(--gold);
}

.reviews-origin {
  display: flex;
  max-width: 640px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
  color: var(--muted);
  text-align: center;
}

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

.reviews-origin p {
  margin: 0;
  line-height: 1.6;
}

.reviews-all-actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.reviews-full-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.4rem;
}

.reviews-full-grid[hidden] {
  display: none;
}

.review-card-compact {
  min-height: 230px;
}

.reviews-reassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(229, 201, 139, 0.14);
}

.reviews-reassurance div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.7rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(229, 201, 139, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.reviews-reassurance span {
  grid-row: span 2;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.reviews-reassurance strong {
  color: var(--text);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.reviews-reassurance small {
  color: var(--muted);
  line-height: 1.5;
}

.product-review-summary {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 180ms ease;
}

.product-review-summary .review-stars {
  font-size: 0.88rem;
}

.product-review-summary:hover {
  color: var(--gold-soft);
}

.section.compact {
  padding-top: 1rem;
}

.page-heading {
  padding: clamp(2.8rem, 7vw, 5.2rem) 0 1.8rem;
}

.page-heading p {
  max-width: 740px;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.section-title .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

h2,
h3 {
  margin: 0;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: clamp(2rem, 4vw, 4.5rem);
  row-gap: clamp(3.5rem, 7vw, 7rem);
}

.product-card,
.wide-card,
.contact-form,
.contact-aside,
details,
.detail-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.86);
  box-shadow: var(--soft-shadow);
}

.product-card {
  position: relative;
  display: flex;
  height: auto;
  min-height: 0;
  align-self: stretch;
  flex-direction: column;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: transform 220ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-image {
  position: relative;
  overflow: hidden;
  display: block;
  background: #050505;
  border-radius: 6px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(128deg, rgba(229, 201, 139, 0.07), transparent 28%, transparent 72%, rgba(10, 36, 42, 0.09));
  opacity: 0.65;
  transition: opacity 220ms ease;
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 420ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-card:hover .product-image::after {
  opacity: 0.88;
}

.shop-section {
  position: relative;
  isolation: isolate;
}

.shop-section::before {
  content: "";
  position: absolute;
  inset: -5rem calc(50% - 50vw) -3rem;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 16% 12%, rgba(212, 178, 106, 0.045), transparent 34%),
    radial-gradient(ellipse at 88% 48%, rgba(10, 36, 42, 0.12), transparent 30%);
}

.shop-section::after {
  content: none;
}

.shop-section .chips {
  position: relative;
}

.shop-section .product-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.shop-section .product-card::after {
  content: none;
}

.shop-section .product-card:nth-child(4n + 1)::after,
.shop-section .product-card:nth-child(4n + 3)::after {
  opacity: 0.34;
}

.shop-section .product-card:hover {
  background: transparent;
  box-shadow: none;
}

.shop-section .product-card:hover::after {
  opacity: 0.52;
  transform: translateY(0);
}

.shop-section .product-card:hover .product-image img {
  transform: scale(1.035);
}

.shop-section .product-grid {
  column-gap: clamp(1.8rem, 3.2vw, 3.4rem);
  row-gap: clamp(3.1rem, 4vw, 3.5rem);
}

.shop-section .chips {
  margin-bottom: clamp(2.3rem, 3.2vw, 2.6rem);
}

.creation-card-link {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  color: inherit;
}

.shop-section .creation-card-image {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(5, 5, 5, 0.48);
  box-shadow: none;
}

.shop-section .creation-card-image::after {
  opacity: 0.28;
}

.shop-section .creation-card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.shop-section .creation-card-content {
  flex-grow: 1;
  justify-content: flex-start;
  gap: 0.55rem;
  padding-top: 1.4rem;
}

.creation-card-meta {
  justify-content: flex-start;
}

.creation-card.has-order-link .creation-card-link {
  height: auto;
  flex: 1;
}

.creation-card-order-row {
  width: 100%;
  min-height: 44px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: clamp(0.85rem, 1.2vw, 1.15rem);
  margin-top: auto;
  padding: 0.85rem 0 0;
}

.purchase-row {
  min-width: 0;
  flex-wrap: nowrap;
}

.home-purchase-row {
  width: 100%;
  justify-content: flex-start;
  gap: clamp(0.85rem, 1.2vw, 1.15rem);
  margin-top: auto;
  padding: 0.85rem 0 0;
  flex-wrap: nowrap;
}

.product-card > .purchase-row {
  border-top: 1px solid rgba(229, 201, 139, 0.14);
  background:
    linear-gradient(180deg, rgba(229, 201, 139, 0.035), rgba(5, 5, 5, 0));
}

.detail-purchase-row {
  justify-content: flex-start;
  gap: 1rem;
}

.detail-purchase-row .button {
  flex: 0 0 auto;
}

.creation-order-link {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 122px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
  border: 1px solid rgba(212, 178, 106, 0.48);
  border-radius: 6px;
  padding: 0.58rem 0.9rem;
  color: var(--gold-soft);
  background: rgba(12, 12, 12, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 1px rgba(229, 201, 139, 0.06);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.creation-order-link:hover {
  border-color: rgba(229, 201, 139, 0.78);
  background: rgba(229, 201, 139, 0.07);
  color: #f0dca9;
  box-shadow:
    0 0 18px rgba(212, 178, 106, 0.08),
    inset 0 1px rgba(229, 201, 139, 0.1);
}

.creation-order-link:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.creation-order-link:disabled:hover {
  border-color: rgba(212, 178, 106, 0.48);
  color: var(--gold-soft);
  background: rgba(12, 12, 12, 0.72);
  box-shadow: inset 0 1px rgba(229, 201, 139, 0.06);
}

.creation-availability {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.creation-availability.in-stock {
  color: #8caeb0;
}

.creation-availability.production-full {
  color: var(--muted);
}

.shop-section .creation-card:hover {
  transform: translateY(-2px);
}

.shop-section .creation-card:hover .creation-card-image img {
  transform: scale(1.012);
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.65rem;
  padding: 1.15rem 0 0;
}

.product-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.product-heading {
  display: grid;
  gap: 0.45rem;
}

.product-heading .product-category {
  margin: 0;
}

.product-content p:not(.product-category) {
  color: var(--muted);
  line-height: 1.6;
}

.craft-note {
  margin: 0;
  border-left: 2px solid rgba(212, 178, 106, 0.6);
  padding-left: 0.65rem;
  color: var(--gold-soft) !important;
  font-size: 0.88rem;
  font-weight: 800;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  align-items: center;
  color: var(--muted);
}

.product-meta.purchase-row-compact {
  justify-content: flex-start;
  gap: clamp(0.85rem, 1.2vw, 1.15rem);
}

.availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.availability > span {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(95, 171, 178, 0.09);
}

.availability strong {
  color: var(--text);
  font-weight: 750;
}

.availability small {
  color: var(--muted);
  font-size: inherit;
}

.availability.made-to-order > span,
.availability.production-full > span {
  display: none;
}

.detail-panel > .availability {
  padding-bottom: 0.2rem;
  font-size: 0.94rem;
}

.card-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.card-link:hover {
  color: var(--gold-soft);
}

.product-meta strong,
.price {
  color: var(--gold-soft);
}

.purchase-row > strong {
  flex: 0 0 auto;
  color: #ead39a;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-shadow: 0 0 18px rgba(212, 178, 106, 0.08);
}

.text-link {
  color: var(--cyan);
  font-weight: 800;
  transition: color 180ms ease;
}

.text-link:hover {
  color: var(--gold-soft);
}

.card-button {
  width: 100%;
  min-height: 44px;
  border-color: rgba(229, 201, 139, 0.3);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 0.92rem;
}

.card-button:hover {
  border-color: rgba(229, 201, 139, 0.58);
  background: rgba(229, 201, 139, 0.075);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.58rem 0.85rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.chip.active {
  border-color: rgba(34, 215, 232, 0.7);
  color: var(--text);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}

.gallery {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1rem;
}

.gallery-main {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 66, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(212, 178, 106, 0.08), transparent 48%),
    #050505;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px rgba(229, 201, 139, 0.04);
}

.gallery-main img,
.gallery-main video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(74vh, 820px);
  height: min(74dvh, 820px);
  min-height: 560px;
  object-fit: contain;
  background: #050505;
  transition: opacity 260ms ease, transform 260ms ease;
}

.gallery-main [data-gallery-main].is-changing {
  opacity: 0;
  transform: scale(0.992);
}

.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 0.75rem;
}

.gallery-thumb {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  min-height: 44px;
  padding: 0.45rem;
  border: 1px solid rgba(200, 164, 90, 0.26);
  border-radius: 8px;
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(20, 18, 14, 0.74), rgba(7, 7, 7, 0.86));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, color 240ms ease, outline-color 240ms ease;
}

.gallery-thumb-visual {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  line-height: 0;
}

.gallery-thumb img {
  width: 100%;
  height: clamp(92px, 10vw, 132px);
  border-radius: 6px;
  object-fit: contain;
  background: #050505;
}

.gallery-play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(229, 201, 139, 0.66);
  border-radius: 50%;
  color: #f0dfb1;
  background: rgba(5, 5, 5, 0.72);
  font-size: 0.72rem;
  line-height: 1;
  place-items: center;
  transform: translate(-50%, -50%);
}

.gallery-thumb-label {
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  transform: translateY(-2px);
  border-color: #c8a45a;
  outline: 1px solid rgba(200, 164, 90, 0.42);
  outline-offset: 2px;
  color: var(--text);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(200, 164, 90, 0.12);
}

.gallery-thumb.active {
  background:
    linear-gradient(180deg, rgba(36, 29, 17, 0.9), rgba(9, 8, 6, 0.92));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.32),
    0 0 26px rgba(200, 164, 90, 0.16),
    inset 0 1px rgba(229, 201, 139, 0.1);
}

.detail-panel {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  background: linear-gradient(180deg, rgba(27, 25, 23, 0.94), rgba(12, 12, 12, 0.94));
}

.detail-panel h1 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.price {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
}

.detail-intro {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.specs {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.specs div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
}

.detail-description {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.detail-description h2 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.detail-description p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-note {
  display: grid;
  gap: 0.25rem;
  border-left: 3px solid var(--cyan);
  padding: 0.75rem 0 0.75rem 1rem;
  color: var(--muted);
}

.product-video {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(229, 201, 139, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.product-video h2 {
  font-size: 1rem;
}

.product-video video {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: #050505;
}

.product-video p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.split-section img {
  width: 100%;
  max-height: 620px;
  border: 1px solid rgba(201, 154, 66, 0.28);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.split-section .atelier-feature-image {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.process span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.8rem;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.wide-card {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
}

.wide-card p {
  color: var(--muted);
  line-height: 1.6;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  padding: 1rem 1.2rem;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
}

.contact-form,
.contact-aside {
  padding: 1.2rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem;
  background: #0d0d0d;
  color: var(--text);
  font: inherit;
  font-size: max(16px, 1rem);
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(34, 215, 232, 0.45);
  border-color: var(--cyan);
}

select {
  min-height: 48px;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--gold-soft);
  line-height: 1.5;
}

.form-status.error {
  color: #f1a7a7;
}

.small-note {
  font-size: 0.9rem;
}

.legal-text {
  max-width: 860px;
}

.legal-updated {
  margin: 0 0 2.25rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.legal-section {
  padding: clamp(1.4rem, 3vw, 2rem) 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-of-type {
  border-top-color: rgba(212, 178, 106, 0.34);
}

.legal-section h2 {
  margin: 0 0 0.9rem;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.25;
}

.legal-section p,
.legal-section li,
.legal-details dd {
  color: var(--muted);
  line-height: 1.75;
}

.legal-section p {
  margin: 0.7rem 0 0;
}

.legal-section ul {
  display: grid;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-section li::marker {
  color: var(--gold);
}

.legal-details {
  display: grid;
  gap: 0;
  margin: 0;
}

.legal-details div {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-details dt {
  color: var(--text);
  font-weight: 750;
}

.legal-details dd {
  margin: 0;
}

.legal-details-compact {
  margin-top: 0.75rem;
}

.legal-placeholder {
  color: var(--gold-soft);
  font-style: italic;
}

.legal-note {
  padding-left: 0.85rem;
  border-left: 2px solid rgba(212, 178, 106, 0.42);
  font-size: 0.9rem;
}

@media (max-width: 620px) {
  .legal-details div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem;
  }
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.2rem clamp(1rem, 4vw, 3.5rem);
  padding-bottom: calc(2.2rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #090909, #050505);
}

.site-footer strong {
  color: var(--gold-soft);
}

.site-footer p,
.site-footer a {
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .reviews-track {
    transition: none;
  }
}

@media (max-width: 1050px) {
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (hover: none) {
  .button:hover,
  .product-card:hover,
  .gallery-thumb:hover,
  .trust-band div:hover {
    transform: none;
  }

  .product-card:hover .product-image img,
  .shop-section .product-card:hover .product-image img {
    transform: none;
  }

  .shop-section .product-card:hover::after {
    opacity: 0.18;
  }
}

@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: calc(68px + env(safe-area-inset-top));
    right: 1rem;
    left: 1rem;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100svh - 90px - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 90px - env(safe-area-inset-bottom));
    overflow-y: auto;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(9, 9, 9, 0.98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  }

  .main-nav a {
    min-height: 48px;
    padding: 0.78rem 0.9rem;
  }

  .nav-label-full {
    display: none;
  }

  .nav-label-short {
    display: inline;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2.5rem 1rem 3rem;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 22%, rgba(10, 36, 42, 0.34), transparent 44%),
      #050505;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
    order: 1;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    transform: none;
  }

  .hero-media {
    position: relative;
    inset: auto;
    z-index: 3;
    order: 2;
    width: 100%;
    max-width: 720px;
    margin: 2rem auto 0;
    border: 1px solid rgba(229, 201, 139, 0.26);
    border-radius: 8px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent 64%, rgba(0, 0, 0, 0.25)),
      linear-gradient(315deg, rgba(10, 36, 42, 0.14), transparent 35%);
  }

  .hero-media img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .trust-band {
    position: relative;
    bottom: auto;
    left: auto;
    order: 3;
    width: min(760px, calc(100% - 2rem));
    margin: 1rem auto 0.5rem;
    transform: none;
  }

  .split-section,
  .product-detail,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .intro-section,
  .value-grid,
  .reassurance-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero::before {
    inset: 0;
    opacity: 0.42;
  }

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

  .reviews-hero {
    grid-template-columns: 0.72fr minmax(0, 1.25fr);
    min-height: auto;
  }

  .reviews-product-left {
    display: none;
  }

  .reviews-hero-copy {
    justify-items: start;
    text-align: left;
  }

  .reviews-carousel-section {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 0.65rem;
  }

  .reviews-track {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }

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

  .detail-panel {
    position: static;
    order: 2;
  }

  .gallery {
    order: 1;
  }

  .gallery-main img,
  .gallery-main video {
    height: auto;
    min-height: 0;
    max-height: 76dvh;
  }

  .process,
  .trust-band {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 2rem 1rem 2.5rem;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .tagline {
    font-size: 1.45rem;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .trust-band {
    width: calc(100% - 2rem);
    padding: 0.5rem;
  }

  .trust-band div,
  .trust-band div:first-child,
  .trust-band div:last-child {
    border: 1px solid rgba(212, 178, 106, 0.18);
    border-radius: 7px;
  }

  .product-grid,
  .process,
  .trust-band,
  .gallery,
  .intro-section,
  .value-grid,
  .reassurance-section,
  .reviews-hero,
  .reviews-full-grid,
  .reviews-reassurance {
    grid-template-columns: 1fr;
  }

  .reviews-page::before,
  .reviews-page::after {
    opacity: 0.18;
  }

  .reviews-hero {
    gap: 1rem;
    padding-top: 2.5rem;
    text-align: center;
  }

  .reviews-hero-copy {
    order: 1;
    justify-items: center;
    text-align: center;
  }

  .reviews-product-right {
    order: 2;
    justify-self: center;
    width: min(76vw, 300px);
    max-height: 300px;
  }

  .reviews-carousel-section {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 0.45rem;
    width: min(100%, calc(100% - 0.6rem));
  }

  .reviews-carousel {
    padding: 0.25rem;
  }

  .reviews-track {
    grid-auto-columns: minmax(82%, 1fr);
    column-gap: 0.8rem;
  }

  .review-card {
    min-height: 280px;
  }

  .reviews-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
  }

  .reviews-origin {
    width: min(100%, calc(100% - 2rem));
    align-items: flex-start;
    text-align: left;
  }

  .product-card {
    min-height: auto;
  }

  .shop-section .product-grid {
    row-gap: 3.25rem;
  }

  .gallery-thumbnails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .gallery-thumb {
    padding: 0.5rem;
  }

  .gallery-thumb img {
    height: clamp(110px, 32vw, 150px);
  }

  .shop-section::after {
    opacity: 0.14;
  }

  .shop-section .product-card:nth-child(4n + 1)::after,
  .shop-section .product-card:nth-child(4n + 3)::after {
    opacity: 0.18;
  }

  .section-title,
  .wide-card,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .specs div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .site-footer nav {
    justify-content: start;
  }

  .site-footer nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0.35rem 0;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .brand strong {
    font-size: 0.98rem;
  }

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

  .tagline {
    max-width: 18rem;
    font-size: clamp(1.28rem, 7vw, 1.45rem);
  }

  .hero-actions,
  .detail-panel .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .reviews-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .reviews-score strong {
    font-size: 2.45rem;
  }

  .reviews-track {
    grid-auto-columns: minmax(86%, 1fr);
  }

  .review-card {
    min-height: 300px;
    padding: 1.1rem;
  }

  .product-review-summary {
    font-size: 0.86rem;
  }

  .button {
    width: 100%;
  }

  .section,
  .page-heading,
  .split-section,
  .product-detail,
  .contact-layout,
  .faq-list,
  .legal-text {
    width: min(100% - 1.5rem, 1240px);
  }

  .product-content,
  .detail-panel,
  .contact-form,
  .contact-aside {
    padding: 1rem;
  }

  .product-card > .home-purchase-row {
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-section .creation-card-order-row {
    align-items: center;
    flex-direction: row;
  }

  .home-purchase-row {
    align-items: center;
    flex-direction: row;
  }

  .detail-purchase-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .detail-purchase-row .button {
    width: 100%;
    max-width: 100%;
  }

  .product-meta.purchase-row-compact {
    flex-direction: row;
  }

  .purchase-row > strong {
    font-size: 1.05rem;
  }

  .creation-order-link {
    min-width: 112px;
    min-height: 44px;
    padding: 0.54rem 0.78rem;
    font-size: 0.84rem;
  }

  .intro-copy p:not(.eyebrow),
  .detail-intro,
  .detail-description p {
    max-width: 100%;
    line-height: 1.72;
  }

  .gallery-main img,
  .gallery-main video {
    max-height: 68dvh;
  }

  .gallery-thumb-label {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .gallery-thumbnails {
    grid-template-columns: 1fr;
  }
}

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

.cart-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cart-count {
  display: inline-grid;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.35rem;
  border: 1px solid rgba(212, 178, 106, 0.42);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(212, 178, 106, 0.08);
  font-size: 0.72rem;
  line-height: 1;
  place-items: center;
}

.commerce-layout,
.checkout-shell {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(580px, 1fr) minmax(300px, 350px);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.cart-lines {
  display: grid;
  gap: 1rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 132px minmax(180px, 1fr) 124px minmax(82px, auto);
  gap: 1.1rem;
  align-items: center;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(11, 17, 19, 0.72);
}

.cart-line > img {
  width: 132px;
  height: 112px;
  border-radius: 6px;
  object-fit: contain;
  background: #050505;
}

.cart-line-copy {
  min-width: 0;
}

.cart-line-copy .product-category {
  margin-bottom: 0.35rem;
}

.cart-line-copy h2 {
  margin: 0 0 0.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.6vw, 1.3rem);
  line-height: 1.2;
}

.cart-line-copy > span,
.field-optional {
  color: var(--muted);
  font-size: 0.84rem;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 44px 48px 44px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}

.quantity-control button,
.quantity-control input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  line-height: 1;
  text-align: center;
}

.quantity-control button {
  cursor: pointer;
  font-size: 1.05rem;
  transition: color 160ms ease, background-color 160ms ease;
}

.quantity-control button:hover {
  color: var(--gold-soft);
  background: rgba(212, 178, 106, 0.1);
}

.quantity-control button:disabled {
  cursor: not-allowed;
  color: rgba(242, 238, 228, 0.28);
  background: rgba(255, 255, 255, 0.015);
}

.quantity-control input {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  appearance: textfield;
}

.cart-line-total {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  text-align: right;
}

.cart-line-total > strong {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.2;
}

.cart-remove {
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  min-height: 44px;
  padding: 0.3rem 0;
  font-size: 0.78rem;
  text-decoration: underline transparent;
  text-underline-offset: 0.25rem;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.cart-remove:hover {
  color: var(--text);
  text-decoration-color: currentColor;
}

.order-summary,
.checkout-form,
.checkout-review,
.payment-placeholder,
.payment-result,
.cart-empty {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(212, 178, 106, 0.2);
  border-radius: 8px;
  background: rgba(10, 13, 14, 0.84);
}

.order-summary {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 1.05rem;
}

.order-summary h2,
.checkout-form h2,
.checkout-review h2,
.payment-placeholder h2 {
  margin-top: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
}

.order-summary h2 {
  margin-bottom: 0.15rem;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.order-summary-row,
.review-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.order-summary-row > :last-child {
  max-width: 58%;
  text-align: right;
}

.order-summary-total {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(212, 178, 106, 0.3);
  color: var(--gold-soft);
  font-size: 1.12rem;
}

.order-summary .small-note {
  margin: 0.15rem 0 0.35rem;
  line-height: 1.55;
}

.order-summary > .button {
  width: 100%;
  min-height: 48px;
  border-radius: 7px;
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease, filter 180ms ease, color 180ms ease;
}

.order-summary > .button.primary:hover {
  filter: brightness(1.06);
}

.checkout-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.checkout-progress li {
  padding: 0.65rem 0.45rem;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.checkout-progress li.active,
.checkout-progress li.complete {
  border-color: var(--gold);
  color: var(--text);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-grid label,
.shipping-options label {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  font-size: 0.9rem;
}

.form-grid-wide {
  grid-column: 1 / -1;
}

.form-grid input {
  min-width: 0;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
}

.checkout-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.configuration-notice {
  padding: 1rem;
  border: 1px solid rgba(95, 171, 178, 0.26);
  border-radius: 7px;
  background: rgba(10, 36, 42, 0.34);
}

.configuration-notice p {
  margin-bottom: 0;
  color: var(--muted);
}

.shipping-options {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.shipping-options label {
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.shipping-options label:hover {
  border-color: rgba(212, 178, 106, 0.48);
}

.shipping-options label.selected,
.shipping-options label:has(input:checked) {
  border-color: var(--gold);
  background: rgba(212, 178, 106, 0.08);
  box-shadow: inset 3px 0 0 var(--gold);
}

.shipping-options input {
  accent-color: var(--gold);
}

.shipping-options small {
  margin-top: 0.25rem;
  color: var(--muted);
  line-height: 1.35;
}

.cart-shipping-options {
  gap: 0.65rem;
}

.cart-shipping-options legend {
  margin-bottom: 0.7rem;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.cart-shipping-options label {
  padding: 0.75rem;
}

.payment-summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(212, 178, 106, 0.22);
  border-radius: 7px;
  background: rgba(212, 178, 106, 0.06);
}

.payment-summary strong {
  color: var(--gold-soft);
  white-space: nowrap;
}

.shipping-options label span,
.shipping-options label small {
  display: block;
}

.review-line {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.review-total {
  color: var(--gold-soft);
  font-size: 1.05rem;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

@media (max-width: 980px) {
  .commerce-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 900px) {
  .cart-line {
    grid-template-columns: 112px minmax(0, 1fr) 124px minmax(82px, auto);
  }

  .cart-line > img {
    width: 112px;
    height: 96px;
  }
}

@media (max-width: 620px) {
  .commerce-layout,
  .checkout-shell {
    width: min(100% - 1.5rem, 1240px);
  }

  .cart-line {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.85rem 0.8rem;
    padding: 0.9rem;
  }

  .cart-line > img {
    width: 88px;
    height: 88px;
  }

  .quantity-control {
    grid-column: 2;
    justify-self: start;
  }

  .cart-line-total {
    grid-column: 2;
    width: 100%;
    grid-template-columns: 1fr auto;
    align-items: baseline;
  }

  .cart-remove {
    justify-self: end;
  }

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

  .form-grid-wide {
    grid-column: auto;
  }

  .checkout-progress {
    grid-template-columns: 1fr;
  }

  .checkout-progress li {
    display: none;
    text-align: left;
  }

  .checkout-progress li.active {
    display: block;
  }

  .checkout-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .payment-summary {
    display: grid;
  }
}
