@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,700&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --bg: #ffffff;
  --bg-warm: #f3f3f3;
  --ink: #0a0a0a;
  --ink-soft: #2e2e2e;
  --muted: #666666;
  --line: #e6e6e6;
  --white: #ffffff;
  --accent: #111111;
  --accent-dark: #000000;
  --max-gold: #b08a2e;
  --radius: 0;
  --header-h: 148px;
  --announce-h: 36px;
  --font: "Archivo", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

.container {
  width: min(1240px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.container-wide {
  width: min(1440px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Announcement */
.announce {
  height: var(--announce-h);
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-shell {
  width: min(1400px, calc(100% - 2.5rem));
  margin-inline: auto;
  padding: 0.85rem 0 0;
}

.header-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 96px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.logo-stack {
  display: flex;
  flex-direction: column;
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  color: #0a0a0a;
}

.logo-stack span {
  display: block;
}

.header-search {
  display: flex;
  align-items: center;
  background: #ececec;
  border-radius: 999px;
  padding: 0.15rem 0.35rem 0.15rem 1.1rem;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
  transition: box-shadow 0.2s ease;
}

.header-search:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.header-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.7rem 0.5rem;
  outline: none;
  font-size: 0.95rem;
  color: var(--ink);
  min-width: 0;
}

.header-search input::placeholder {
  color: #8a8a8a;
}

.header-search button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #111;
  flex-shrink: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn-find {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  background: #0a0a0a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.btn-find:hover {
  background: #333;
}

.icon-btn {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem;
  position: relative;
  color: #0a0a0a;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #0a0a0a;
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  min-width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  padding: 0.85rem 0 0.95rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  z-index: 80;
}

.header-nav > a,
.header-nav > .nav-dropdown > .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  position: relative;
  padding: 0.55rem 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
}

.header-nav > a:hover,
.header-nav > .nav-dropdown > .nav-trigger:hover {
  opacity: 0.65;
}

.header-nav .chevron {
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  margin-top: 1px;
  opacity: 0.85;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 0.5rem 0;
  display: none;
  z-index: 200;
  pointer-events: auto;
}

/* keep hover while moving into the panel */
.nav-dropdown-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown.open .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  display: block;
}

.nav-dropdown-panel a {
  display: block !important;
  width: 100%;
  padding: 0.7rem 1rem !important;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 650;
  white-space: nowrap;
  color: #111 !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

.nav-dropdown-panel a:hover {
  background: #f5f5f5 !important;
  opacity: 1 !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 150;
  padding: 5rem 1.5rem 2rem;
  overflow: auto;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-search {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.mobile-search input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: #f3f3f3;
}

@media (max-width: 1024px) {
  :root {
    --header-h: 72px;
  }

  .header-shell {
    padding: 0.65rem 0;
  }

  .header-top {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }

  .header-search,
  .header-nav,
  .btn-find {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .logo-img {
    height: 72px;
  }
}


/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h) - var(--announce-h));
  min-height: 85vh;
  color: var(--white);
  overflow: hidden;
  display: grid;
  align-items: end;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4rem 0 5rem;
  max-width: 720px;
}

.hero-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.85rem;
  opacity: 0.95;
}

.hero h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 0.2em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  border: 1.5px solid transparent;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #333;
}

.btn-light {
  background: var(--white);
  color: var(--ink);
}

.btn-light:hover {
  background: var(--bg-warm);
  color: var(--ink);
}

.btn-outline {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.btn-outline:hover {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

/* Pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}

.pillar {
  text-align: center;
  padding: 0.5rem 1rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.8s ease forwards;
}

.pillar:nth-child(2) { animation-delay: 0.12s; }
.pillar:nth-child(3) { animation-delay: 0.24s; }

@keyframes rise {
  to { opacity: 1; transform: none; }
}

.pillar img {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.pillar h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pillar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Sections */
.section {
  padding: 4.5rem 0;
}

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

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}

.section-head h2 em,
.italic-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

/* Product cards */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.product-media {
  position: relative;
  aspect-ratio: 1;
  background: #f4f4f4;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  transition: transform 0.5s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--line);
}

.product-badge.max {
  background: #111;
  color: #f0d78c;
  border-color: #111;
}

.product-body {
  padding: 1rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}

.product-type {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-body h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 650;
}

.product-price {
  margin-top: auto;
  padding-top: 0.65rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.product-price .compare {
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 500;
  margin-left: 0.4rem;
  font-size: 0.85rem;
}

.product-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.product-actions .btn {
  flex: 1;
  padding: 0.7rem 0.5rem;
  font-size: 0.68rem;
}

.swatches {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.swatch {
  font-size: 0.65rem;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 0.15rem 0.35rem;
  background: #faf8f5;
}

/* Mobi feature */
.feature-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.feature-media {
  min-height: 480px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  padding: 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(160deg, #161616, #2a211c);
}

.feature-copy .eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #d9b08c;
}

.feature-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-copy p {
  margin: 0;
  color: #cfcfcf;
  max-width: 28ch;
}

.feature-product {
  margin-top: 1.5rem;
  background: var(--white);
  color: var(--ink);
  padding: 1rem;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: center;
}

.feature-product img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.feature-product h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

/* Seasons */
.seasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.season-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  color: var(--white);
}

.season-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.season-card:hover img {
  transform: scale(1.08);
}

.season-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

.season-card .tag {
  top: 1rem;
  bottom: auto;
  right: 1rem;
  left: auto;
  background: var(--white);
  color: var(--ink);
  font-size: 0.65rem;
  padding: 0.3rem 0.5rem;
  text-shadow: none;
}

.section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  margin-bottom: 0.5rem;
}

/* Concerns */
.concerns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.concern-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: var(--white);
  display: flex;
  align-items: end;
}

.concern-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concern-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.75));
}

.concern-copy {
  position: relative;
  z-index: 1;
  padding: 1.75rem;
}

.concern-copy h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.concern-copy p {
  margin: 0 0 1rem;
  color: #ddd;
  font-size: 0.9rem;
}

/* Accessories */
.accessories-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: #1c1a18;
  color: var(--white);
}

.accessories-band .copy {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 50%),
    #1c1a18;
}

.accessories-band .copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.05;
}

.accessories-band .copy p {
  margin: 0;
  color: #cfc8c0;
  max-width: 36ch;
}

.acc-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.acc-tile {
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.acc-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.acc-tile span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* Counter */
.counter-section {
  padding: 5rem 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(247,245,242,0.2), rgba(247,245,242,0.9)),
    url("../images/home/hero.jpg") center/cover;
  color: var(--ink);
  position: relative;
}

.counter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 245, 242, 0.78);
}

.counter-section .container {
  position: relative;
}

.counter-section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.counter-value {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* Sample CTA */
.sample-cta {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 460px;
  background: var(--ink);
  color: var(--white);
}

.sample-cta .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 460px;
}

.sample-cta .copy {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.sample-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  text-transform: uppercase;
  line-height: 1.05;
}

/* Trusted */
.trusted {
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}

.trusted h2 {
  text-align: center;
  margin: 0 0 2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.trusted-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.trusted-row img {
  height: 36px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.75;
}

/* Reviews */
.reviews {
  background: var(--bg-warm);
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.review-list {
  display: grid;
  gap: 1rem;
}

.review-card {
  background: var(--white);
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--line);
}

.review-card strong {
  display: block;
  margin-bottom: 0.4rem;
}

.review-card p {
  margin: 0 0 0.75rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.review-card cite {
  font-style: normal;
  color: var(--muted);
  font-size: 0.85rem;
}

.ugc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.ugc-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.ugc-grid img:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
  height: 100%;
}

/* Goodbye */
.goodbye {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.goodbye-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.goodbye-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.goodbye-list li {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.goodbye-list h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.goodbye-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.blog-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.blog-card .body {
  padding: 1.15rem;
}

.blog-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Trust strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.trust-strip h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

/* Footer */
.site-footer {
  background: #111;
  color: #d8d8d8;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.site-footer h4 {
  color: #fff;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
}

.site-footer a:hover {
  color: #fff;
}

.footer-brand p {
  max-width: 28ch;
  color: #aaa;
}

.newsletter {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.newsletter input {
  flex: 1;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #fff;
  padding: 0.75rem 0.9rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #2a2a2a;
  padding-top: 1.25rem;
  font-size: 0.8rem;
  color: #888;
}

/* Cart drawer */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 200;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--white);
  z-index: 210;
  transform: translateX(105%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.cart-drawer.open {
  transform: none;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid var(--line);
}

.cart-head h2 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 1rem 1.25rem;
}

.cart-empty {
  color: var(--muted);
  padding: 2rem 0;
  text-align: center;
}

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

.cart-line img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #f0ece6;
}

.cart-line h4 {
  margin: 0 0 0.25rem;
  font-size: 0.85rem;
}

.cart-line .meta {
  font-size: 0.75rem;
  color: var(--muted);
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.qty-row button {
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.cart-foot {
  padding: 1.25rem;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Shop page */
.page-hero {
  padding: 3rem 0 1.5rem;
}

.page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0.55rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

/* Product detail */
.pdp {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  padding: 2.5rem 0 4rem;
}

.pdp-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f4f4f4;
  padding: 1rem;
}

.pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.pdp-thumbs button {
  border: 1px solid var(--line);
  padding: 0;
  background: none;
  cursor: pointer;
}

.pdp-thumbs img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
  background: #f4f4f4;
  padding: 0.25rem;
}

.pdp-info .badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border: 1px solid var(--line);
  padding: 0.3rem 0.5rem;
  background: var(--white);
}

.pdp-info h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.pdp-price {
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 1.25rem;
}

.options {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.options label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  background: var(--white);
}

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

@media (max-width: 1024px) {
  .product-grid,
  .seasons-grid,
  .blog-grid,
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillars,
  .concerns,
  .footer-grid,
  .reviews-grid,
  .goodbye,
  .accessories-band,
  .sample-cta,
  .feature-split,
  .pdp {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .product-grid,
  .seasons-grid,
  .blog-grid,
  .trust-strip,
  .acc-tiles,
  .ugc-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }

  .feature-product {
    grid-template-columns: 80px 1fr;
  }
}

/* ===== Clinic Samples (endo-pamphlets style) ===== */
.clinic-page {
  background: #fff;
}

.clinic-hero {
  padding: 4rem 0 2rem;
  text-align: center;
}

.clinic-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: #555;
}

.clinic-hero h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.98;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.clinic-hero h1 em,
.clinic-devices h2 em,
.clinic-why h2 em,
.clinic-social h2 em,
.clinic-cta-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.clinic-lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.15rem;
  color: #333;
}

.clinic-lead.strong {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}

.clinic-h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 1rem 0 1.5rem;
  font-size: 1.35rem;
}

.clinic-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.clinic-step {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  padding: 1.35rem 1rem;
  text-align: center;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.clinic-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.clinic-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

.clinic-note {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
  margin: 0 0 2.5rem;
}

.clinic-note a {
  color: #111;
  text-decoration: underline;
  font-weight: 650;
}

.clinic-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2rem;
  align-items: start;
  padding-bottom: 3rem;
}

.clinic-block {
  margin-bottom: 3rem;
}

.clinic-block h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.clinic-sub {
  margin: 0 0 0.5rem;
  color: #666;
}

.clinic-copy {
  margin: 0 0 1.35rem;
  color: #444;
  max-width: 52rem;
}

.clinic-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.clinic-card {
  border: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.clinic-card.is-added {
  border-color: #111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.clinic-card.is-soldout {
  opacity: 0.55;
}

.clinic-card-img {
  aspect-ratio: 1;
  background: #f3f3f3;
  padding: 1rem;
}

.clinic-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clinic-card-info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.clinic-card-info h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
  min-height: 2.6em;
}

.clinic-add {
  width: 100%;
  margin-top: auto;
}

.clinic-card.is-added .clinic-add {
  background: #fff;
  color: #111;
  border: 1.5px solid #111;
}

.clinic-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 12px);
}

.clinic-sidebar-card {
  border: 1px solid #e6e6e6;
  background: #ececec;
  padding: 1.15rem;
}

.clinic-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.clinic-sidebar-head h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.clinic-count {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.clinic-selected-list {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
  max-height: 280px;
  overflow: auto;
}

.clinic-empty {
  margin: 0;
  color: #777;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

.clinic-selected-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 0.55rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0.4rem 0.5rem;
}

.clinic-selected-row img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #f3f3f3;
}

.clinic-selected-row span {
  font-size: 0.78rem;
  line-height: 1.25;
}

.clinic-selected-row button {
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.clinic-sidebar-form label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.35rem 0 0.35rem;
}

.clinic-sidebar-form select,
.clinic-sidebar-form input {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.75rem 0.8rem;
  margin-bottom: 0.65rem;
}

.clinic-why {
  background: #111;
  color: #fff;
  padding: 4rem 0;
}

.clinic-why h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3rem);
}

.clinic-why-lead {
  text-align: center;
  color: #bbb;
  margin: 0.75rem 0 2rem;
}

.clinic-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.clinic-why-grid article {
  background: #1c1c1c;
  border: 1px solid #2e2e2e;
  padding: 1.5rem 1.25rem;
}

.clinic-why-grid h3 {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.clinic-why-grid p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.92rem;
}

.clinic-devices {
  text-align: center;
  padding: 4rem 0;
}

.clinic-devices h2 {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.clinic-device-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.clinic-device-row > div {
  width: 110px;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.clinic-device-row img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.clinic-social {
  background: #f4f4f4;
  padding: 4rem 0;
  text-align: center;
}

.clinic-social h2 {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
}

.clinic-stars {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.clinic-social blockquote {
  margin: 1.25rem auto 2rem;
  max-width: 40rem;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.5;
}

.clinic-social cite {
  display: block;
  margin-top: 0.75rem;
  color: #777;
  font-style: normal;
}

.clinic-cta-title {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 1.35rem;
}

@media (max-width: 1100px) {
  .clinic-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .clinic-steps,
  .clinic-why-grid,
  .clinic-builder {
    grid-template-columns: 1fr;
  }

  .clinic-sidebar {
    position: static;
  }

  .clinic-cards {
    grid-template-columns: 1fr;
  }
}

/* ===== Individual free samples page ===== */
.indiv-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  padding: 2.5rem 0 4rem;
  align-items: start;
}

.indiv-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f4f4f4;
  padding: 1.25rem;
}

.indiv-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.indiv-thumbs button {
  border: 1px solid var(--line);
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.indiv-thumbs img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
  background: #f4f4f4;
  padding: 0.35rem;
}

.indiv-info h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.indiv-price {
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.indiv-shipping {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.size-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 0.75rem 0 1.25rem;
}

.size-grid label {
  border: 1px solid var(--line);
  padding: 0.75rem 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  background: #fff;
}

.size-grid input {
  accent-color: #111;
}

.indiv-details {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.indiv-details h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.indiv-details ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.indiv-details details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}

.indiv-details summary {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .indiv-layout,
  .size-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Free Samples PDP (personal) ===== */
.fs-page {
  padding-bottom: 2rem;
}

.fs-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.75rem;
  padding: 2.5rem 0 3rem;
  align-items: start;
}

.fs-main {
  background: #f3f3f3;
  border: 1px solid #ececec;
}

.fs-main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 1.5rem;
}

.fs-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.fs-thumbs button {
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 0;
  cursor: pointer;
}

.fs-thumbs button.active {
  border-color: #111;
}

.fs-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0.35rem;
}

.fs-crumb {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  color: #777;
}

.fs-crumb a {
  text-decoration: underline;
  color: #111;
}

.fs-buybox h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.15;
}

.fs-buybox h1 span {
  display: inline-block;
  font-size: 0.55em;
  font-weight: 650;
  letter-spacing: 0;
  color: #555;
}

.fs-price {
  font-size: 1.45rem;
  font-weight: 750;
}

.fs-ship {
  margin: 0.25rem 0 1.25rem;
  color: #777;
  font-size: 0.92rem;
}

.fs-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.85rem 0 0.4rem;
}

.fs-select {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0.85rem 0.9rem;
  font-size: 0.95rem;
}

.fs-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.fs-qty button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.2rem;
}

.fs-qty input {
  width: 52px;
  height: 42px;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-size: 0.95rem;
}

.fs-add {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
}

.fs-assurances {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #444;
}

.fs-accordions {
  margin-top: 1.75rem;
  border-top: 1px solid #e6e6e6;
}

.fs-accordions details {
  border-bottom: 1px solid #e6e6e6;
}

.fs-accordions summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
  list-style: none;
}

.fs-accordions summary::-webkit-details-marker {
  display: none;
}

.fs-accordions summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  font-size: 1.1rem;
}

.fs-accordions details[open] summary::after {
  content: "–";
}

.fs-acc-body {
  padding: 0 0 1.1rem;
  color: #444;
  font-size: 0.95rem;
}

.fs-acc-body ul {
  margin: 0.35rem 0 0.9rem;
  padding-left: 1.1rem;
}

.fs-acc-body a {
  text-decoration: underline;
}

.fs-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid #ececec;
  text-align: center;
}

.fs-pillars img {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  object-fit: contain;
}

.fs-pillars h3 {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.fs-pillars p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.fs-trusted {
  text-align: center;
  padding: 1rem 0 2.5rem;
}

.fs-trusted h2 {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fs-trusted p {
  margin: 0 auto;
  max-width: 36rem;
  color: #555;
}

@media (max-width: 900px) {
  .fs-layout,
  .fs-pillars {
    grid-template-columns: 1fr;
  }
}

.footer-logo {
  display: inline-block;
  margin-bottom: 0.85rem;
}

.footer-logo img {
  height: 84px;
  width: auto;
  object-fit: contain;
  filter: invert(1);
}

/* ===== Skin Grip-like product page ===== */
.spdp {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  padding: 2rem 0 4rem;
  align-items: start;
}

.spdp-stage {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #ececec;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.spdp-stage img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 2rem;
}

.spdp-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 2;
}

.spdp-nav.prev { left: 0.75rem; }
.spdp-nav.next { right: 0.75rem; }

.spdp-save-banner {
  position: absolute;
  left: -28px;
  bottom: 28px;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.55rem 2.4rem;
  transform: rotate(35deg);
  transform-origin: center;
}

.spdp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.spdp-thumbs button {
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 0;
  cursor: pointer;
}

.spdp-thumbs button.active {
  border-color: #111;
}

.spdp-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0.3rem;
}

.spdp-badge-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.spdp-pill {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0.3rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spdp-device {
  color: #777;
  font-size: 0.85rem;
}

.spdp-info h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.2;
}

.spdp-benefits {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.spdp-benefits li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  font-weight: 650;
}

.spdp-benefits li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.spdp-includes {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #f0f0f0;
  border: 1px solid #e4e4e4;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.spdp-colors {
  margin-bottom: 1.35rem;
}

.spdp-color-label {
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.spdp-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.spdp-swatch {
  width: 34px;
  height: 34px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.spdp-swatch.active {
  border-color: #111;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #111;
}

.spdp-sizechart {
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: underline;
}

.spdp-stockup-title {
  font-size: 0.85rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.spdp-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.spdp-pack {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.75rem 0.5rem 0.65rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.spdp-pack.active {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.spdp-pack-save {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: #111;
  color: #fff;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.35rem;
}

.spdp-pack.active .spdp-pack-save {
  background: #fff;
  color: #111;
}

.spdp-pack-save.ghost,
.spdp-pack-tag.ghost {
  visibility: hidden;
}

.spdp-pack-art {
  letter-spacing: 0.15em;
  font-size: 1.1rem;
  opacity: 0.75;
  margin: 0.35rem 0;
}

.spdp-pack-name {
  font-size: 0.85rem;
  font-weight: 700;
}

.spdp-pack-price {
  font-size: 0.95rem;
  font-weight: 800;
  margin-top: 0.25rem;
}

.spdp-pack-price s {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: #888;
}

.spdp-pack.active .spdp-pack-price s {
  color: #bbb;
}

.spdp-pack-tag {
  margin-top: 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.spdp-add {
  width: 100%;
  padding: 1.05rem 1.25rem;
  font-size: 0.85rem;
}

.spdp-note {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: #777;
}

@media (max-width: 900px) {
  .spdp,
  .spdp-packs {
    grid-template-columns: 1fr;
  }
}

.spdp-includes .tag-icon {
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 2px 8px 2px 2px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.spdp-includes .tag-icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  top: 4px;
  left: 4px;
}

/* Clinic hero photo + sample slots plaque */
.clinic-hero-photo {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 5rem 1rem;
}

.clinic-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.clinic-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.55));
}

.clinic-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.clinic-hero-photo .clinic-eyebrow {
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.clinic-hero-photo h1 {
  color: #fff;
  margin: 0 0 1.1rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 0.98;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.clinic-hero-photo .clinic-lead {
  color: rgba(255,255,255,0.95);
  max-width: 38rem;
  margin: 0 auto;
  font-size: 1.1rem;
}

.clinic-next {
  padding-top: 2.5rem;
}

.clinic-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 auto 1.75rem;
  max-width: 980px;
}

.clinic-stepper-item {
  text-align: center;
  min-width: 110px;
}

.clinic-stepper-item span {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.clinic-stepper-item p {
  margin: 0;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.3;
}

.clinic-stepper-line {
  flex: 1;
  height: 0;
  margin-top: 1.05rem;
  border-top: 2px dashed #bfbfbf;
}

.clinic-sample-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem 0.75rem;
  margin: 0.35rem 0 1.15rem;
}

.clinic-slot {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px dashed #8a8a8a;
  background: transparent;
  position: relative;
}

.clinic-slot.is-filled {
  border-style: solid;
  border-color: #d8d8d8;
  overflow: visible;
  background: #fff;
}

.clinic-slot.is-filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.clinic-slot-x {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.clinic-practice-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.25rem 0 0.85rem;
  color: #666;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.clinic-practice-divider::before,
.clinic-practice-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid #d5d5d5;
}

.clinic-practice-divider span {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .clinic-hero-photo {
    min-height: 420px;
    padding: 3.5rem 1rem;
  }

  .clinic-stepper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .clinic-stepper-line {
    display: none;
  }
}

.spdp-sizechart {
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: underline;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  text-transform: uppercase;
}

.size-chart-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.size-chart-modal.open {
  display: flex;
}

.size-chart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.size-chart-panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: min(92vh, 980px);
  background: #0a0a0a;
  border-radius: 4px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.size-chart-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}

.size-chart-scroll {
  max-height: min(92vh, 980px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.size-chart-scroll img {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

/* Checkout */
.checkout-page {
  padding: 2rem 0 4.5rem;
}

.checkout-loading,
.checkout-empty {
  padding: 4rem 0;
  text-align: center;
}

.checkout-empty h1,
.checkout-success h1,
.checkout-top h1 {
  margin: 0.35rem 0 0.75rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: -0.02em;
}

.checkout-empty p {
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.checkout-top {
  margin-bottom: 2rem;
}

.checkout-back {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.checkout-back:hover {
  color: var(--ink);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 2.5rem;
  align-items: start;
}

.checkout-section {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.checkout-section:first-child {
  padding-top: 0;
}

.checkout-section h2,
.checkout-summary h2 {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.co-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.75rem;
}

.co-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.co-field.co-span-2 {
  grid-column: 1 / -1;
}

.co-field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.co-field span em {
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
}

.co-field input,
.co-field select {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0.85rem 0.9rem;
  outline: none;
}

.co-field input:focus,
.co-field select:focus {
  border-color: #111;
}

.co-radios {
  display: grid;
  gap: 0.65rem;
}

.co-radio {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #d8d8d8;
  padding: 0.95rem 1rem;
  cursor: pointer;
  background: #fff;
}

.co-radio.active {
  border-color: #111;
  background: #fafafa;
}

.co-radio input {
  accent-color: #111;
}

.co-radio-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.co-radio-body strong {
  font-size: 0.92rem;
}

.co-radio-body span {
  font-size: 0.8rem;
  color: var(--muted);
}

.co-radio-price {
  font-weight: 700;
  font-size: 0.9rem;
}

.checkout-pay-note,
.checkout-secure,
.checkout-hint {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.co-pay-panel {
  margin-top: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  border: 1px solid var(--line);
}

.co-pay-alt p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.co-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
  font-size: 0.88rem;
  cursor: pointer;
}

.co-check input {
  accent-color: #111;
}

.checkout-error {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  background: #fdecec;
  color: #8a1f1f;
  font-size: 0.88rem;
}

.checkout-submit {
  width: 100%;
  margin-top: 1.25rem;
}

#cart-checkout:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.checkout-summary {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  background: #f6f6f6;
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem 1.5rem;
}

.checkout-lines {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.checkout-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.75rem;
  align-items: start;
}

.checkout-line-img {
  position: relative;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid var(--line);
}

.checkout-line-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-line-img span {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkout-line-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.checkout-line-info strong {
  font-size: 0.82rem;
  line-height: 1.35;
}

.checkout-line-info span {
  font-size: 0.74rem;
  color: var(--muted);
}

.checkout-line-price {
  font-size: 0.85rem;
  font-weight: 650;
  white-space: nowrap;
}

.checkout-totals {
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
}

.checkout-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-grand {
  margin-top: 0.55rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 700;
}

.checkout-hint {
  margin: 1rem 0 0;
}

.checkout-success {
  max-width: 720px;
  margin: 2rem auto 3rem;
  text-align: left;
}

.checkout-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.checkout-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin: 0 0 2rem;
}

.checkout-success-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.75rem;
}

.checkout-success-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-success-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.checkout-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
    order: -1;
  }

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

  .co-field.co-span-2 {
    grid-column: auto;
  }

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

/* Help / content pages */
.content-page {
  padding-bottom: 4.5rem;
}

.content-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.content-lead {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.content-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 1rem;
}

.content-toc {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

.content-toc a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.content-toc a:hover {
  color: var(--ink);
}

.content-block {
  margin-bottom: 2.25rem;
}

.content-block h2,
.content-stack h2,
.contact-aside-card h2,
.contact-success h2 {
  margin: 0 0 0.85rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: -0.01em;
}

.content-body .fs-accordions a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-foot-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.content-foot-note a,
.prose a,
.contact-aside a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-stack {
  max-width: 820px;
}

.content-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.content-card-row article {
  background: #f6f6f6;
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem 1.5rem;
}

.content-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  display: grid;
  gap: 0.55rem;
}

.content-list.numbered {
  list-style: decimal;
}

.prose p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.privacy-doc .content-block {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--line);
}

.privacy-doc .content-block:last-child {
  border-bottom: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.75fr);
  gap: 2rem;
  align-items: start;
}

.contact-form {
  border: 1px solid var(--line);
  padding: 1.5rem;
  background: #fff;
}

.contact-form textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0.85rem 0.9rem;
  outline: none;
  resize: vertical;
  font: inherit;
}

.contact-form textarea:focus {
  border-color: #111;
}

.contact-aside {
  display: grid;
  gap: 1rem;
}

.contact-aside-card {
  background: #f6f6f6;
  border: 1px solid var(--line);
  padding: 1.25rem;
}

.contact-aside-card p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.contact-aside-card p:last-child {
  margin-bottom: 0;
}

.contact-success {
  max-width: 560px;
  margin: 1rem 0 3rem;
}

.contact-success h2 {
  margin-bottom: 0.75rem;
}

.contact-success p {
  color: var(--ink-soft);
  margin: 0 0 1.25rem;
}

@media (max-width: 900px) {
  .content-layout,
  .contact-layout,
  .content-card-row {
    grid-template-columns: 1fr;
  }

  .content-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--line);
  }
}
