﻿/*
 * The Gentle Giants Pet Store — Inner Pages
 * Quiet Luxury Design System  ·  Cormorant Garamond + Inter
 * Scoped to .snapshot-page (all non-home pages)
 */

/* ── Tokens ──────────────────────────────────────────────────────────────── */
.snapshot-page {
  --pc-forest:  #1B2820;
  --pc-sage:    #4D7B61;
  --pc-gold:    #9B7729;
  --pc-cream:   #EFE9DF;
  --pc-paper:   #F8F7F2;
  --pc-ink:     #1A1917;
  --pc-muted:   #716A60;
  --pc-line:    #DBD6CC;
  --pc-white:   #FFFFFF;

  --pf-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --pf-sans:  'Inter', 'Segoe UI', Arial, Helvetica, sans-serif;

  background: var(--pc-white);
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.6;
}

.snapshot-page h1,
.snapshot-page h2,
.snapshot-page h3,
.snapshot-page h4 {
  font-family: var(--pf-serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--pc-ink);
  margin-top: 0;
}

/* ── Promo bar ──────────────────────────────────────────────────────────── */
.snapshot-page .home-promo {
  padding: 11px 24px;
  background: var(--pc-forest);
  color: rgba(255,255,255,0.75);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
}

.snapshot-page .home-promo a {
  margin-left: 8px;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Elite proof bar ────────────────────────────────────────────────────── */
.snapshot-page .elite-proofbar {
  position: relative;
  z-index: 55;
  border-bottom: 1px solid var(--pc-line);
  background: var(--pc-white);
}

.snapshot-page .elite-proofbar-inner {
  max-width: 1360px;
  margin: auto;
  padding: 12px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ── Credential badges (real-seal style) ─────────────────────────────────── */
.snapshot-page .elite-proof-creds {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

/* Base seal */
.snapshot-page .cred-seal {
  display: flex;
  align-items: stretch;
  height: 62px;
  border: 1px solid var(--pc-line);
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: border-color .15s, box-shadow .15s;
  flex-shrink: 0;
}

.snapshot-page .cred-seal:hover {
  border-color: rgba(0,0,0,0.22);
  box-shadow: 0 4px 20px rgba(0,0,0,0.11);
}

/* ─ BBB Accredited Business ─ */
.snapshot-page .cred-bbb {
  border-color: rgba(0,61,165,0.28);
}

.snapshot-page .cred-bbb-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  gap: 3px;
  background: #003DA5;
  align-self: stretch;
  flex-shrink: 0;
}

.snapshot-page .cred-bbb-icon {
  width: 17px;
  height: auto;
  display: block;
}

.snapshot-page .cred-bbb-mark > b {
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 1;
}

.snapshot-page .cred-seal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 14px 8px 10px;
}

.snapshot-page .cred-seal-body strong {
  display: block;
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  color: var(--pc-ink);
  letter-spacing: 0.4px;
  line-height: 1.3;
  white-space: nowrap;
}

.snapshot-page .cred-seal-body small {
  display: block;
  margin-top: 4px;
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 600;
  color: #E07000;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* ─ TICA ─ */
.snapshot-page .cred-tica {
  border-color: rgba(107,26,26,0.22);
}

.snapshot-page .cred-tica-inner {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  gap: 11px;
  align-self: stretch;
}

.snapshot-page .cred-tica-logo {
  font-family: var(--pf-sans);
  font-size: 20px;
  font-weight: 900;
  color: #6B1A1A;
  letter-spacing: -0.5px;
  line-height: 1;
  padding-right: 11px;
  border-right: 1.5px solid rgba(107,26,26,0.15);
  flex-shrink: 0;
  font-style: normal;
}

.snapshot-page .cred-tica-text {
  display: flex;
  flex-direction: column;
}

.snapshot-page .cred-tica-text strong {
  display: block;
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 700;
  color: var(--pc-ink);
  white-space: nowrap;
}

.snapshot-page .cred-tica-text small {
  display: block;
  margin-top: 3px;
  font-family: var(--pf-sans);
  font-size: 9px;
  color: var(--pc-muted);
  white-space: nowrap;
}

/* ─ Google Reviews ─ */
.snapshot-page .cred-google {
  border-color: rgba(0,0,0,0.1);
}

.snapshot-page .cred-google-g {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-right: 1px solid var(--pc-line);
  align-self: stretch;
  flex-shrink: 0;
}

.snapshot-page .cred-google-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 14px 7px 11px;
  gap: 1px;
}

.snapshot-page .cred-google-word {
  display: block;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: -0.2px;
}

.snapshot-page .cred-google-word i {
  font-style: normal;
}

.snapshot-page .cred-google-stars {
  display: block;
  font-size: 11px;
  color: #F4B400;
  line-height: 1.25;
  letter-spacing: 0.3px;
}

.snapshot-page .cred-google-stars em {
  font-style: normal;
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 600;
  color: var(--pc-ink);
  letter-spacing: 0;
}

.snapshot-page .cred-google-info small {
  display: block;
  font-family: var(--pf-sans);
  font-size: 9px;
  color: var(--pc-muted);
  margin-top: 1px;
}

/* ─ BBB Customer Reviews ─ */
.snapshot-page .cred-bbb-rev {
  border-color: rgba(0,43,122,0.28);
}

.snapshot-page .cred-bbb-rev .cred-bbb-mark {
  background: #002B7A;
}

.snapshot-page .cred-rev-stars {
  display: block;
  font-size: 13px;
  color: #FF8C00;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.snapshot-page .cred-bbb-rev .cred-seal-body strong {
  font-size: 10.5px;
}

.snapshot-page .cred-bbb-rev .cred-seal-body small {
  color: var(--pc-muted);
  font-weight: 400;
}

/* ─ Proof links ─ */
.snapshot-page .elite-proof-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.snapshot-page .elite-proof-links a {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .elite-proof-links a:hover {
  color: var(--pc-forest);
}

/* ── Header ─────────────────────────────────────────────────────────────── */
.snapshot-page .reference-header {
  position: relative;
  z-index: 20;
  background: var(--pc-white);
  border-bottom: 1px solid var(--pc-line);
  box-shadow: none;
  backdrop-filter: none;
}

.snapshot-page .reference-header-main {
  max-width: 1360px;
  margin: auto;
  min-height: 82px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 24px;
}

.snapshot-page .reference-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
}

.snapshot-page .reference-logo i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pc-forest);
  color: #fff;
  font-family: var(--pf-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.5px;
  box-shadow: none;
}

.snapshot-page .reference-logo span {
  display: block;
}

.snapshot-page .reference-logo small {
  display: block;
  margin-top: 5px;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.snapshot-page .reference-search {
  max-width: 440px;
  justify-self: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 2px;
  background: var(--pc-paper);
}

.snapshot-page .reference-search input {
  flex: 1;
  min-width: 0;
  padding: 11px 16px;
  border: 0;
  background: transparent;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 13px;
  outline: none;
}

.snapshot-page .reference-search input::placeholder {
  color: var(--pc-muted);
}

.snapshot-page .reference-search button {
  padding: 0 18px;
  border: 0;
  background: var(--pc-forest);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s;
}

.snapshot-page .reference-search button:hover {
  background: var(--pc-sage);
}

.snapshot-page .reference-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.snapshot-page .reference-actions a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .reference-actions a:hover {
  color: var(--pc-forest);
}

.snapshot-page .reference-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.snapshot-page .reference-actions b {
  display: none;
}

.snapshot-page .reference-actions i {
  position: absolute;
  top: -5px;
  right: -3px;
  min-width: 16px;
  padding: 1px 4px;
  border-radius: 8px;
  background: var(--pc-forest);
  color: #fff;
  font-style: normal;
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

/* Navigation */
.snapshot-page .reference-nav {
  border-top: 1px solid var(--pc-line);
  background: var(--pc-white);
}

.snapshot-page .reference-nav-inner {
  max-width: 1360px;
  margin: auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snapshot-page .reference-nav a {
  padding: 13px 17px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .reference-nav a:hover,
.snapshot-page .reference-nav a.active {
  color: var(--pc-forest);
  background: transparent;
}

/* Mobile hamburger */
.snapshot-page .mobile-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.snapshot-page .mobile-menu span {
  display: block;
  height: 1.5px;
  background: var(--pc-ink);
}

/* ── Shared Buttons ──────────────────────────────────────────────────────── */
.snapshot-page .btn {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--pc-forest);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s, color 0.2s;
}

.snapshot-page .btn:hover {
  background: var(--pc-sage);
  box-shadow: none;
  transform: none;
}

.snapshot-page .btn-outline,
.snapshot-page .btn.btn-outline {
  background: transparent;
  border-color: var(--pc-forest);
  color: var(--pc-forest);
}

.snapshot-page .btn-outline:hover,
.snapshot-page .btn.btn-outline:hover {
  background: var(--pc-forest);
  color: #fff;
}

/* ── Eyebrow ─────────────────────────────────────────────────────────────── */
.snapshot-page .eyebrow,
.snapshot-page .catalog-kicker,
.snapshot-page .reservation-kicker {
  display: block;
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin: 0 0 16px;
}

/* ── Catalog page ────────────────────────────────────────────────────────── */
.snapshot-page.catalog-page main {
  background: var(--pc-white);
}

/* ─ Catalog intro — editorial dark header ─ */
.catalog-intro {
  background: var(--pc-forest);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.catalog-intro-inner {
  max-width: 1360px;
  margin: auto;
  padding: 80px 42px 72px;
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 80px;
  align-items: end;
}

.catalog-intro .catalog-kicker {
  color: rgba(239,233,223,0.5);
  margin-bottom: 22px;
}

.catalog-intro h1 {
  margin: 0;
  font-family: var(--pf-serif);
  font-size: clamp(52px, 6.5vw, 94px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.93;
  color: var(--pc-cream);
}

.catalog-intro div > p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(239,233,223,0.6);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  line-height: 1.8;
}

.catalog-intro aside {
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
}

.catalog-intro aside span {
  display: block;
  margin-bottom: 12px;
  color: rgba(239,233,223,0.45);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-intro aside strong {
  display: block;
  color: rgba(239,233,223,0.82);
  font-family: var(--pf-serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

/* ─ Confidence strip ─ */
.catalog-confidence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--pc-line);
  background: var(--pc-paper);
}

.catalog-confidence article {
  padding: 20px 28px;
  border-right: 1px solid var(--pc-line);
}

.catalog-confidence article:last-child {
  border-right: 0;
}

.catalog-confidence strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.catalog-confidence span {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
  line-height: 1.55;
}

/* ─ Shop section ─ */
.catalog-shop {
  max-width: 1360px;
  margin: auto;
  padding: 48px 42px 100px;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--pc-line);
}

.catalog-toolbar > div:first-child span {
  display: block;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.catalog-toolbar > div:first-child p {
  margin: 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
}

/* ─ Breed filter chips ─ */
.snapshot-page .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.snapshot-page .filter {
  padding: 7px 16px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: transparent;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}

.snapshot-page .filter:hover {
  border-color: var(--pc-forest);
  color: var(--pc-forest);
}

.snapshot-page .filter.active {
  border-color: var(--pc-forest);
  background: var(--pc-forest);
  color: #fff;
}

/* ─ Product grid — editorial 4-column gallery ─ */
.snapshot-page .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 20px;
}

.snapshot-page .product-card {
  position: relative;
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  overflow: hidden;
  transition: box-shadow 0.35s ease;
}

.snapshot-page .product-card:hover {
  z-index: 2;
  box-shadow: 0 28px 72px rgba(27,40,32,0.18);
  transform: none;
}

/* Image with hover overlay */
.snapshot-page .product-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.snapshot-page .product-image-link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.snapshot-page .product-card:hover .product-image-link img {
  transform: scale(1.07);
}

.snapshot-page .product-image-link > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27,40,32,0.36);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.snapshot-page .product-card:hover .product-image-link > span {
  opacity: 1;
}

/* Available badge */
.snapshot-page .new-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 4px 10px;
  background: rgba(255,255,255,0.93);
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Card body */
.snapshot-page .product-content {
  padding: 12px 14px 14px;
  overflow: hidden;
  min-width: 0;
}

.snapshot-page .product-content h3 {
  font-family: var(--pf-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--pc-ink);
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}

.snapshot-page .product-content h3 a {
  color: inherit;
  text-decoration: none;
}

.snapshot-page .product-meta {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 11px;
}

.snapshot-page .product-meta span {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pc-line);
  vertical-align: middle;
  margin: 0 5px 2px;
}

/* Mini trust pills */
.snapshot-page .product-mini-trust {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  margin-bottom: 8px;
  overflow: hidden;
}

.snapshot-page .product-mini-trust span {
  padding: 3px 7px;
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card footer — price + profile link */
.snapshot-page .product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 13px;
  border-top: 1px solid var(--pc-line);
  flex-wrap: nowrap;
  min-width: 0;
}

.snapshot-page .price {
  margin: 0;
  line-height: 1;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.snapshot-page .price small {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.snapshot-page .product-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s, gap 0.2s;
  padding-bottom: 1px;
}

.snapshot-page .product-profile-link::after {
  content: '\2192';
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.snapshot-page .product-profile-link:hover {
  color: var(--pc-forest);
  gap: 8px;
}

/* ── Kitten detail page ──────────────────────────────────────────────────── */
.snapshot-page.detail-page main {
  background: var(--pc-white);
}

.detail-shell {
  max-width: 1360px;
  margin: auto;
  padding: 36px 42px 100px;
}

/* Breadcrumb */
.detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 11.5px;
}

.detail-breadcrumb a {
  color: var(--pc-muted);
  text-decoration: none;
  transition: color 0.15s;
}

.detail-breadcrumb a:hover {
  color: var(--pc-forest);
}

.detail-breadcrumb span {
  color: var(--pc-line);
}

.detail-breadcrumb strong {
  color: var(--pc-ink);
  font-weight: 500;
}

/* Pre-flight strip — hide; info already in panel */
.detail-preflight {
  display: none;
}

/* Detail layout — gallery left, panel right */
.snapshot-page [data-detail] {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 460px;
  gap: 56px;
  align-items: start;
}

/* Gallery column */
.snapshot-page .detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 24px;
}

/* Main image */
.snapshot-page .detail-image-frame {
  position: relative;
  overflow: hidden;
  border: 0;
  background: var(--pc-paper);
}

.snapshot-page .detail-image {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.snapshot-page .detail-image-frame:hover .detail-image {
  transform: scale(1.03);
}

.snapshot-page .detail-image-frame > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 11px;
  background: rgba(255,255,255,0.93);
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Thumbnail strip */
.snapshot-page .detail-thumb-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.snapshot-page .detail-thumb-strip::-webkit-scrollbar {
  display: none;
}

.snapshot-page .detail-thumb-btn,
.snapshot-page .detail-thumb-video-btn {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--pc-paper);
  padding: 0;
  cursor: pointer;
  transition: border-color 0.15s;
}

.snapshot-page .detail-thumb-btn.active,
.snapshot-page .detail-thumb-btn:hover,
.snapshot-page .detail-thumb-video-btn.active,
.snapshot-page .detail-thumb-video-btn:hover {
  border-color: var(--pc-forest);
}

.snapshot-page .detail-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.snapshot-page .detail-thumb-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-ink);
  font-size: 22px;
}

/* Gallery note */
.snapshot-page .detail-gallery-note {
  padding: 14px 16px;
  background: var(--pc-paper);
  border-left: 2px solid var(--pc-sage);
}

.snapshot-page .detail-gallery-note strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3px;
}

.snapshot-page .detail-gallery-note span {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12.5px;
  line-height: 1.55;
}

/* Trust strip */
.snapshot-page .detail-trust-strip {
  display: flex;
}

.snapshot-page .detail-trust-strip span {
  flex: 1;
  padding: 9px 12px;
  text-align: center;
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  border-right: 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snapshot-page .detail-trust-strip span:last-child {
  border-right: 1px solid var(--pc-line);
}

/* Detail panel (right column) */
.snapshot-page .detail-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.snapshot-page .detail-panel .eyebrow {
  margin-bottom: 12px;
}

.snapshot-page .detail-panel h1 {
  font-family: var(--pf-serif);
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: var(--pc-ink);
  margin-bottom: 14px;
}

.snapshot-page .detail-breed {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.snapshot-page .detail-breed span {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--pc-line);
}

.snapshot-page .detail-description {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* Stats grid (breed, gender, status, support) */
.snapshot-page .detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid var(--pc-line);
}

.snapshot-page .detail-list > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: var(--pc-paper);
  border-right: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
}

.snapshot-page .detail-list > div:nth-child(2n) {
  border-right: 0;
}

.snapshot-page .detail-list > div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.snapshot-page .detail-list > div > span {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.snapshot-page .detail-list > div > strong {
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Care section */
.snapshot-page .detail-care {
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--pc-line);
}

.snapshot-page .detail-care h2 {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--pc-ink);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.snapshot-page .detail-care p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* Guarantee grid */
.snapshot-page .guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--pc-line);
}

.snapshot-page .guarantee {
  padding: 16px 14px;
  border-right: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-white);
}

.snapshot-page .guarantee:last-child {
  border-right: 0;
}

.snapshot-page .guarantee strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}

.snapshot-page .guarantee span {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 11.5px;
  line-height: 1.55;
}

/* ─ Purchase / reservation form ─ */
.snapshot-page .purchase-box {
  margin-top: 32px;
  border: 1px solid var(--pc-line);
  background: var(--pc-white);
  overflow: hidden;
}

.snapshot-page .purchase-heading {
  padding: 24px 24px 20px;
  background: var(--pc-forest);
  border-bottom: 0;
  margin-bottom: 0;
}

.snapshot-page .purchase-heading > span {
  display: block;
  color: rgba(239,233,223,0.5);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.snapshot-page .purchase-heading h2 {
  font-family: var(--pf-serif);
  font-size: 28px;
  font-weight: 300;
  color: var(--pc-cream);
  margin: 0 0 6px;
  letter-spacing: -0.03em;
}

.snapshot-page .purchase-heading p {
  color: rgba(239,233,223,0.6);
  font-family: var(--pf-sans);
  font-size: 13px;
  margin: 0;
}

.snapshot-page .purchase-heading p strong {
  color: rgba(239,233,223,0.9);
  font-weight: 600;
}

/* Option rows (payment + addons) */
.snapshot-page .purchase-option,
.snapshot-page .delivery-option {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 24px;
  border-bottom: 1px solid var(--pc-line);
  cursor: pointer;
}

.snapshot-page .purchase-option:last-of-type,
.snapshot-page .delivery-option:last-child {
  border-bottom: 0;
}

.snapshot-page .purchase-option input,
.snapshot-page .delivery-option input {
  width: 17px;
  height: 17px;
  accent-color: var(--pc-sage);
  flex-shrink: 0;
}

.snapshot-page .purchase-option > span,
.snapshot-page .delivery-option > span {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  line-height: 1.4;
}

.snapshot-page .purchase-option > span strong,
.snapshot-page .delivery-option > span strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 2px;
}

.snapshot-page .purchase-option > strong:last-child,
.snapshot-page .delivery-option > strong:last-child {
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

/* Sub-heading between sections */
.snapshot-page .purchase-subheading {
  padding: 14px 24px 2px;
  border-top: 1px solid var(--pc-line);
  margin-top: 4px;
}

.snapshot-page .purchase-subheading span {
  display: block;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Delivery options fieldset */
.snapshot-page .delivery-options {
  display: block;
  padding: 14px 24px 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--pc-line);
}

.snapshot-page .delivery-options legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 4px;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.snapshot-page .delivery-option {
  padding-left: 0;
  padding-right: 0;
}

/* FaceTime input */
.snapshot-page .facetime-number {
  display: block;
  margin: 4px 24px;
  padding: 14px 16px;
  border: 1px solid var(--pc-sage);
  background: rgba(77,123,97,0.05);
}

.snapshot-page .facetime-number[hidden] {
  display: none;
}

.snapshot-page .facetime-number > span {
  display: block;
  color: var(--pc-forest);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.snapshot-page .facetime-datetime-label {
  margin-top: 10px;
}

/* Accepted payments */
.snapshot-page .accepted-payments {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 14px 24px;
  border-top: 1px solid var(--pc-line);
  margin-top: 4px;
}

.snapshot-page .accepted-payments span {
  padding: 4px 9px;
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Total row */
.snapshot-page .purchase-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 16px 24px;
  margin: 0;
  border-top: 2px solid var(--pc-ink);
  background: var(--pc-paper);
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}

.snapshot-page .purchase-total > span:first-child {
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

/* Submit CTA */
.snapshot-page .btn-wide {
  display: block;
  width: 100%;
  padding: 18px 24px;
  font-size: 11px;
  letter-spacing: 0.12em;
  border-radius: 0;
  border: 0;
  background: var(--pc-forest);
  color: #fff;
}

.snapshot-page .btn-wide:hover {
  background: var(--pc-sage);
}

/* Reassurance text */
.snapshot-page .purchase-reassurance {
  padding: 12px 24px 20px;
  margin: 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 11.5px;
  line-height: 1.55;
  text-align: center;
}

/* ── Cart / Reservation ──────────────────────────────────────────────────── */
.reservation-intro {
  padding: 72px 42px 64px;
  background: var(--pc-paper);
  border-bottom: 1px solid var(--pc-line);
}

.reservation-intro > div {
  max-width: 1280px;
  margin: auto;
}

.reservation-intro h1 {
  font-family: var(--pf-serif);
  font-size: clamp(46px, 5.5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.97;
  color: var(--pc-ink);
  margin: 0 0 16px;
}

.reservation-intro span {
  display: block;
  max-width: 600px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.75;
}

.reservation-shell {
  max-width: 1360px;
  margin: auto;
  padding: 52px 42px 100px;
}

.snapshot-page .cart-layout,
.snapshot-page .checkout-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
}

.snapshot-page .panel {
  padding: 28px 26px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-white);
  box-shadow: none;
}

.reservation-panel h2,
.reservation-summary h2,
.snapshot-page .panel h2 {
  font-family: var(--pf-serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--pc-ink);
  margin-bottom: 20px;
}

/* Cart rows */
.snapshot-page .cart-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--pc-line);
}

.snapshot-page .cart-row:last-of-type {
  border-bottom: 0;
}

.snapshot-page .cart-row img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0;
  display: block;
  border: 1px solid var(--pc-line);
}

.snapshot-page .cart-row h3 {
  margin: 0 0 4px;
  font-family: var(--pf-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--pc-ink);
}

.snapshot-page .cart-row p {
  margin: 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12.5px;
  line-height: 1.5;
}

.snapshot-page .cart-option {
  display: block;
  margin-top: 4px;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 11.5px;
  font-weight: 600;
}

.snapshot-page .link-button {
  border: 0;
  background: transparent;
  color: #b13244;
  font-family: var(--pf-sans);
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

/* Summary lines */
.snapshot-page .summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13.5px;
  border-bottom: 1px solid var(--pc-line);
}

.snapshot-page .summary-line:last-child {
  border-bottom: 0;
}

.snapshot-page .summary-line.total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 2px solid var(--pc-ink);
  border-bottom: 0;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ── Checkout / Forms ────────────────────────────────────────────────────── */
.snapshot-page .form-grid {
  display: grid;
  gap: 18px;
}

.snapshot-page .form-grid label {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.snapshot-page .input {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px 15px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-paper);
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s;
}

.snapshot-page .input:focus {
  border-color: var(--pc-sage);
  outline: none;
  box-shadow: 0 0 0 3px rgba(77, 123, 97, 0.1);
}

.snapshot-page .flash {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #a3d4b4;
  border-left: 3px solid var(--pc-sage);
  border-radius: 0;
  background: #f0faf4;
  color: #2a6042;
  font-family: var(--pf-sans);
  font-size: 13.5px;
}

.snapshot-page .flash-error {
  border-color: #e4a1a1;
  border-left-color: #b13244;
  background: #fff1f1;
  color: #8a2f2f;
}

/* Payment methods */
.snapshot-page .payment-methods {
  display: grid;
  gap: 8px;
  margin: 4px 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.snapshot-page .payment-methods legend {
  margin-bottom: 12px;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
}

.snapshot-page .payment-method {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-paper);
  cursor: pointer;
  transition: border-color 0.15s;
}

.snapshot-page .payment-method:not(:has(input)) {
  grid-template-columns: auto 1fr;
}

.snapshot-page .payment-method:has(input:checked) {
  border-color: var(--pc-sage);
  background: #f0faf4;
}

.snapshot-page .payment-method input {
  width: 17px;
  height: 17px;
  accent-color: var(--pc-sage);
}

.snapshot-page .payment-method strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 13.5px;
  font-weight: 600;
}

.snapshot-page .payment-method small {
  display: block;
  margin-top: 2px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

/* P2P modal */
.snapshot-page .p2p-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(27, 40, 32, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.snapshot-page .p2p-overlay[hidden] {
  display: none;
}

.snapshot-page .p2p-modal {
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  border-radius: 0;
  padding: 32px 28px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(27, 40, 32, 0.22);
}

.snapshot-page .p2p-modal-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.snapshot-page .p2p-modal-title {
  margin: 0 0 8px;
  font-family: var(--pf-serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--pc-ink);
}

.snapshot-page .p2p-modal-desc {
  margin: 0 0 20px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13.5px;
  line-height: 1.65;
}

.snapshot-page .p2p-options {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.snapshot-page .p2p-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-paper);
  cursor: pointer;
  transition: border-color 0.15s;
}

.snapshot-page .p2p-option:has(input:checked) {
  border-color: var(--pc-sage);
  background: #f0faf4;
}

.snapshot-page .p2p-option input {
  margin-top: 3px;
  accent-color: var(--pc-sage);
}

.snapshot-page .p2p-option strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14px;
  font-weight: 600;
}

.snapshot-page .p2p-option small {
  display: block;
  color: var(--pc-muted);
  font-size: 12.5px;
  margin-top: 2px;
  line-height: 1.45;
}

.snapshot-page .p2p-tag-wrap {
  margin-bottom: 18px;
}

.snapshot-page .p2p-tag-wrap[hidden] {
  display: none;
}

.snapshot-page .p2p-tag-label {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.snapshot-page .p2p-confirm {
  width: 100%;
}

/* ── Contact page ────────────────────────────────────────────────────────── */
.contact-hero {
  padding: 108px 42px 84px;
  background: var(--pc-forest);
  border-bottom: 0;
}

.contact-hero > div {
  max-width: 1280px;
  margin: auto;
}

.contact-hero .reservation-kicker {
  color: rgba(255,255,255,0.42);
}

.contact-hero h1 {
  font-family: var(--pf-serif);
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.97;
  color: rgba(255,255,255,0.95);
  margin: 0 0 20px;
}

.contact-hero span {
  display: block;
  max-width: 560px;
  color: rgba(255,255,255,0.52);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.78;
}

.contact-layout {
  grid-template-columns: 1fr 360px !important;
  align-items: start;
}

.reservation-form .form-intro {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pc-line);
}

.reservation-form .form-intro span {
  display: block;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.reservation-form .form-intro h2 {
  font-family: var(--pf-serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--pc-ink);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.reservation-form .form-intro p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.contact-card {
  border-left: 3px solid var(--pc-sage) !important;
}

.contact-card span {
  display: block;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-card h2 {
  font-family: var(--pf-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--pc-ink);
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}

.contact-card p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.contact-card div {
  padding: 14px 0;
  border-bottom: 1px solid var(--pc-line);
}

.contact-card div:last-child {
  border-bottom: 0;
}

.contact-card strong {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-card a {
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s;
}

.contact-card a:hover {
  color: var(--pc-sage);
}

/* ── Snapshot / content pages ────────────────────────────────────────────── */
.snapshot-page .snapshot-banner {
  background: var(--pc-forest);
  border-bottom: 0;
  overflow: hidden;
}

.snapshot-page .snapshot-banner > div {
  max-width: 1280px;
  margin: auto;
  padding: 72px 42px 64px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.snapshot-page .snapshot-banner p {
  display: block;
  color: rgba(239,233,223,0.5);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.snapshot-page .snapshot-banner p a {
  color: inherit;
  text-decoration: none;
}

.snapshot-page .snapshot-banner h1 {
  font-family: var(--pf-serif);
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.93;
  color: var(--pc-cream);
  margin: 0 0 20px;
  max-width: 820px;
}

.snapshot-page .snapshot-banner span {
  display: block;
  max-width: 560px;
  color: rgba(239,233,223,0.6);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  line-height: 1.78;
  margin-top: 0;
}

/* Content + sidebar layout */
.snapshot-page .snapshot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 42px 100px;
  align-items: start;
}

/* Editorial content — no box, straight prose */
.snapshot-page .snapshot-content {
  padding: 0;
  border: 0;
  background: transparent;
}

.snapshot-page .snapshot-content h2 {
  font-family: var(--pf-serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--pc-ink);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 52px 0 16px;
  padding-top: 40px;
  border-top: 1px solid var(--pc-line);
}

.snapshot-page .snapshot-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.snapshot-page .snapshot-content p,
.snapshot-page .snapshot-content li {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.snapshot-page .snapshot-content p:last-child,
.snapshot-page .snapshot-content li:last-child {
  margin-bottom: 0;
}

/* Sticky sidebar */
.snapshot-page .snapshot-sidebar {
  display: grid;
  gap: 1px;
  align-content: start;
  position: sticky;
  top: 100px;
  background: var(--pc-line);
  border: 1px solid var(--pc-line);
}

.snapshot-page .snapshot-sidebar section {
  padding: 24px;
  background: var(--pc-white);
}

.snapshot-page .snapshot-sidebar h3 {
  font-family: var(--pf-serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--pc-ink);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.snapshot-page .snapshot-sidebar a:not(.btn) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.15s, padding-left 0.18s;
}

.snapshot-page .snapshot-sidebar a:not(.btn)::after {
  content: '\2192';
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.15s;
}

.snapshot-page .snapshot-sidebar a:not(.btn):last-child {
  border-bottom: 0;
}

.snapshot-page .snapshot-sidebar a:not(.btn):hover {
  color: var(--pc-forest);
  padding-left: 4px;
}

.snapshot-page .snapshot-sidebar a:not(.btn):hover::after {
  opacity: 1;
}

.snapshot-page .snapshot-sidebar a:not(.btn)::after {
  content: "→";
  color: var(--pc-sage);
  flex-shrink: 0;
}

.snapshot-page .snapshot-sidebar p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* ── Reviews page ────────────────────────────────────────────────────────── */
.snapshot-page .reviews-hero {
  padding: 108px 42px 84px;
  background: var(--pc-forest);
  border-bottom: 0;
  text-align: center;
}

.snapshot-page .reviews-hero-inner {
  max-width: 600px;
  margin: 0 auto;
}

.snapshot-page .reviews-hero .catalog-kicker {
  color: rgba(255,255,255,0.42);
}

.snapshot-page .reviews-hero h1 {
  font-family: var(--pf-serif);
  font-size: clamp(44px, 5.5vw, 70px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.97;
  color: rgba(255,255,255,0.95);
  margin: 0 0 18px;
}

.snapshot-page .reviews-hero p {
  color: rgba(255,255,255,0.52);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 32px;
}

.snapshot-page .reviews-trust-strip {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
}

.snapshot-page .reviews-trust-strip span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: rgba(255,255,255,0.48);
  font-family: var(--pf-sans);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 36px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.snapshot-page .reviews-trust-strip span:last-child {
  border-right: 0;
}

.snapshot-page .reviews-trust-strip strong {
  color: rgba(255,255,255,0.92);
  font-family: var(--pf-serif);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
}

.snapshot-page .reviews-grid-section {
  padding: 52px 42px 80px;
  background: var(--pc-white);
}

.snapshot-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.snapshot-page .review-card {
  display: flex;
  flex-direction: column;
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  border-top: 2px solid var(--pc-sage);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.2s ease, border-top-color 0.2s ease;
}

.snapshot-page .review-card:hover {
  box-shadow: 0 12px 32px rgba(27, 40, 32, 0.1);
  border-top-color: var(--pc-forest);
}

.snapshot-page .review-card-photo {
  position: relative;
  overflow: hidden;
  height: 210px;
  background: var(--pc-cream);
}

.snapshot-page .review-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.snapshot-page .review-card:hover .review-card-photo img {
  transform: scale(1.04);
}

.snapshot-page .review-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px;
}

.snapshot-page .review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.snapshot-page .review-star {
  color: var(--pc-gold);
  font-size: 15px;
}

.snapshot-page .review-star.empty {
  color: var(--pc-line);
}

.snapshot-page .review-text {
  flex: 1;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 16px;
}

.snapshot-page .review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--pc-line);
}

.snapshot-page .review-avatar,
.snapshot-page .review-avatar-initials {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
}

.snapshot-page .review-avatar {
  object-fit: cover;
}

.snapshot-page .review-avatar-initials {
  background: var(--pc-forest);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pf-serif);
  font-size: 15px;
  font-weight: 400;
}

.snapshot-page .review-name {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-weight: 600;
  font-size: 13.5px;
}

.snapshot-page .review-location {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
}

.snapshot-page .review-kitten-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 9px;
  border-radius: 0;
  background: var(--pc-cream);
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.snapshot-page .reviews-cta {
  padding: 80px 42px;
  text-align: center;
  background: var(--pc-forest);
}

.snapshot-page .reviews-cta-inner {
  max-width: 560px;
  margin: 0 auto;
}

.snapshot-page .reviews-cta h2 {
  color: #fff;
  font-family: var(--pf-serif);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 14px;
}

.snapshot-page .reviews-cta p {
  color: rgba(255,255,255,0.6);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ── Names page ──────────────────────────────────────────────────────────── */
.snapshot-page .names-hero {
  padding: 80px 42px 64px;
  background: var(--pc-paper);
  border-bottom: 1px solid var(--pc-line);
  text-align: center;
}
.snapshot-page .names-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.snapshot-page .names-hero h1 {
  font-family: var(--pf-serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--pc-ink);
  margin: 0 0 16px;
}

.snapshot-page .names-hero p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.snapshot-page .names-body {
  padding: 52px 42px 80px;
  background: var(--pc-white);
}

.snapshot-page .names-category-title {
  margin: 0 0 16px;
  color: var(--pc-ink);
  font-family: var(--pf-serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.snapshot-page .names-category-title::after {
  background: var(--pc-line);
}

.snapshot-page .name-chip {
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-paper);
}

.snapshot-page .name-chip:hover {
  border-color: var(--pc-sage);
  box-shadow: none;
  transform: translateY(-2px);
}

.snapshot-page .name-chip strong {
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14px;
  font-weight: 600;
}

.snapshot-page .name-chip small {
  color: var(--pc-muted);
  font-size: 11px;
}

/* ── Floating chat ───────────────────────────────────────────────────────── */
.snapshot-page .floating-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 20px;
  background: var(--pc-forest);
  color: rgba(255,255,255,0.85);
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(27, 40, 32, 0.24);
  transition: background 0.2s;
}

.snapshot-page .floating-chat:hover {
  background: var(--pc-sage);
}

.snapshot-page .floating-chat b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.snapshot-page .reference-footer {
  background: var(--pc-forest);
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

.snapshot-page .reference-footer-inner {
  max-width: 1360px;
  margin: auto;
  padding: 80px 42px 70px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px;
}

.snapshot-page .reference-footer h3 {
  color: rgba(255,255,255,0.9);
  font-family: var(--pf-serif);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
}

.snapshot-page .reference-footer p,
.snapshot-page .reference-footer a,
.snapshot-page .reference-footer strong {
  display: block;
  color: rgba(255,255,255,0.5);
  font-family: var(--pf-sans);
  font-size: 13px;
  line-height: 1.75;
  margin: 0 0 8px;
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .reference-footer a:hover {
  color: rgba(255,255,255,0.88);
}

.snapshot-page .reference-footer strong {
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

.snapshot-page .reference-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 42px;
  color: rgba(255,255,255,0.28);
  font-family: var(--pf-sans);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02em;
}

/* ── Checkout: payment method tile grid ─────────────────────────────────── */
.checkout-page .pm-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 4px;
}

.checkout-page .pm-legend {
  display: block;
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin-bottom: 14px;
  padding: 0;
}

.checkout-page .pm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.checkout-page .pm-card {
  display: block;
  cursor: pointer;
  position: relative;
}

/* Visually hide the radio but keep it accessible */
.checkout-page .pm-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.checkout-page .pm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 18px 10px 16px;
  border: 1.5px solid var(--pc-line);
  background: var(--pc-white);
  position: relative;
  transition: border-color 0.18s, background 0.18s;
  gap: 10px;
  min-height: 110px;
  user-select: none;
}

.checkout-page .pm-card:hover .pm-inner {
  border-color: rgba(77,123,97,0.45);
  background: var(--pc-paper);
}

/* Selected state */
.checkout-page .pm-card input[type="radio"]:checked + .pm-inner {
  border-color: var(--pc-sage);
  background: rgba(77,123,97,0.06);
}

/* Logo area — fixed height so all tiles align */
.checkout-page .pm-logo {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Method name */
.checkout-page .pm-name {
  display: block;
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--pc-ink);
  line-height: 1.3;
}

/* Selection checkmark — top-right corner */
.checkout-page .pm-check {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 17px;
  height: 17px;
  background: var(--pc-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.18s;
}

.checkout-page .pm-card input[type="radio"]:checked + .pm-inner .pm-check {
  opacity: 1;
}

/* Keyboard focus ring */
.checkout-page .pm-card input[type="radio"]:focus-visible + .pm-inner {
  outline: 2px solid var(--pc-sage);
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .checkout-page .pm-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .checkout-page .pm-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .checkout-page .pm-inner {
    padding: 16px 8px 14px;
    min-height: 96px;
  }
}

/* ── Payment logo chips (checkout) ──────────────────────────────────────── */
.snapshot-page .payment-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid var(--pc-line);
  border-radius: 2px;
  background: var(--pc-white);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.snapshot-page .logo-bank  { color: #1a6e50; }
.snapshot-page .logo-zelle { color: #6d1ed4; }
.snapshot-page .logo-apple { color: #1a1917; background: #f5f5f7; }
.snapshot-page .logo-cashapp { color: #00c244; }
.snapshot-page .logo-venmo { color: #3d95ce; }
.snapshot-page .logo-chime { color: #00bf6f; }
.snapshot-page .logo-card  { color: #1a6e50; }

/* ── Payment methods page — redesigned grid ─────────────────────────────── */
.pay-methods {
  background: var(--pc-white);
  padding: 96px 48px 100px;
  border-bottom: 1px solid var(--pc-line);
}

.pay-methods-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.pay-methods-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
  align-items: end;
  margin-bottom: 64px;
}

.pay-kicker {
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin: 0 0 16px;
  grid-column: 1 / -1;
}

.pay-title {
  font-family: var(--pf-serif);
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 300;
  color: var(--pc-forest);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
}

.pay-blurb {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: var(--pc-muted);
  line-height: 1.75;
  margin: 0;
}

/* 4-column tile grid — gap of 1px via background trick gives shared borders */
.pay-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--pc-line);
  border: 1px solid var(--pc-line);
}

.pay-card {
  background: var(--pc-white);
  padding: 32px 28px 30px;
  display: flex;
  flex-direction: column;
  transition: background 0.18s ease;
}

.pay-card:hover {
  background: var(--pc-paper);
}

/* Logo mark area — fixed height so all cards align */
.pay-card-logo {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.pay-card-rule {
  height: 1px;
  background: var(--pc-line);
  margin-bottom: 18px;
}

.pay-card-name {
  display: block;
  font-family: var(--pf-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.pay-card-desc {
  font-family: var(--pf-sans);
  font-size: 12.5px;
  color: var(--pc-muted);
  line-height: 1.68;
  margin: 0;
}

@media (max-width: 1100px) {
  .pay-methods-header { grid-template-columns: 1fr; gap: 16px 0; }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .pay-methods { padding: 60px 24px 64px; }
  .pay-methods-header { margin-bottom: 40px; }
  .pay-grid { grid-template-columns: repeat(2, 1fr); }
  .pay-card { padding: 24px 18px 22px; }
  .pay-card-logo { height: 50px; margin-bottom: 16px; }
}

/* ── Cart: list heading, empty state, summary note ───────────────────────── */
.snapshot-page .reservation-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--pc-line);
}

.snapshot-page .reservation-list-heading span {
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.snapshot-page .reservation-list-heading strong {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 500;
}

.snapshot-page .empty-state {
  padding: 52px 32px;
  text-align: center;
}

.snapshot-page .empty-state span {
  display: block;
  color: var(--pc-sage);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.snapshot-page .empty-state h2 {
  font-family: var(--pf-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--pc-ink);
  margin-bottom: 10px;
}

.snapshot-page .empty-state p {
  max-width: 360px;
  margin: 0 auto 22px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14px;
  line-height: 1.7;
}

.snapshot-page .summary-note,
.snapshot-page .form-note {
  margin-top: 10px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

/* Checkout form labels with embedded inputs */
.snapshot-page .form-grid > label,
.snapshot-page .reservation-form > label {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.snapshot-page .form-grid > label .input,
.snapshot-page .reservation-form > label .input {
  margin-top: 6px;
  text-transform: none;
  letter-spacing: 0;
}

/* ── Product card (actual JS-generated structure) ────────────────────────── */
.snapshot-page .product-image-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.snapshot-page .product-image-link > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 40, 32, 0.38);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.22s;
}

.snapshot-page .product-card:hover .product-image-link > span {
  opacity: 1;
}

.snapshot-page .product-content h3 a {
  color: var(--pc-ink);
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .product-content h3 a:hover {
  color: var(--pc-sage);
}

.snapshot-page .product-mini-trust {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.snapshot-page .product-mini-trust span {
  padding: 3px 8px;
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  border-radius: 0;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.snapshot-page .product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--pc-line);
  margin-top: 2px;
}

.snapshot-page .product-card-footer .price {
  margin-bottom: 0;
  font-size: 18px;
}

.snapshot-page .product-profile-link {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  flex-shrink: 0;
}

.snapshot-page .product-profile-link:hover {
  background: var(--pc-forest);
  border-color: var(--pc-forest);
  color: #fff;
}

/* ── Names page (JS-generated structure) ─────────────────────────────────── */
.snapshot-page .names-body-inner {
  max-width: 1280px;
  margin: auto;
  padding: 0 42px;
}

.snapshot-page .names-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
  padding: 52px 0 80px;
}

.snapshot-page .names-category {
  margin-bottom: 44px;
}

.snapshot-page .names-category:last-child {
  margin-bottom: 0;
}

.snapshot-page .names-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.snapshot-page .name-chip {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 15px;
  border: 1px solid var(--pc-line);
  border-radius: 0;
  background: var(--pc-paper);
  cursor: default;
  transition: border-color 0.15s, transform 0.15s;
}

.snapshot-page .name-chip:hover {
  border-color: var(--pc-sage);
  transform: translateY(-2px);
}

.snapshot-page .name-chip strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14px;
  font-weight: 600;
}

.snapshot-page .name-chip small {
  display: block;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 11.5px;
  line-height: 1.4;
}

.snapshot-page .names-sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
  border: 1px solid var(--pc-line);
  background: var(--pc-white);
}

.snapshot-page .names-sidebar h3 {
  font-family: var(--pf-serif);
  font-size: 21px;
  font-weight: 400;
  color: var(--pc-ink);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.snapshot-page .names-sidebar a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.15s;
}

.snapshot-page .names-sidebar a:hover {
  color: var(--pc-forest);
}

.snapshot-page .names-sidebar a::after {
  content: "→";
  color: var(--pc-sage);
}

.snapshot-page .names-sidebar a.btn::after {
  content: none;
}

.snapshot-page .names-sidebar a.btn {
  display: inline-block;
  border-bottom: 0;
  padding: 10px 20px;
  margin-top: 8px;
}

.snapshot-page .names-sidebar p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.snapshot-page .names-sidebar hr {
  border: 0;
  border-top: 1px solid var(--pc-line);
  margin: 14px 0;
}

/* ── Review card (JS-generated: review-meta-info, photo placeholder) ─────── */
.snapshot-page .review-meta-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.snapshot-page .review-card-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--pc-line);
  font-size: 40px;
  background: var(--pc-cream);
}

/* Review lightbox */
.snapshot-page .review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.snapshot-page .review-lightbox[hidden] {
  display: none;
}

.snapshot-page .review-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

.snapshot-page .review-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s;
}

.snapshot-page .review-lightbox-close:hover {
  color: #fff;
}

/* Reviews loading + names loading state */
.snapshot-page .reviews-loading,
.snapshot-page .names-loading {
  grid-column: 1 / -1;
  padding: 60px 20px;
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14px;
  text-align: center;
}

/* ── Responsive: 1100px ──────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .snapshot-page .reference-header-main {
    grid-template-columns: 200px 1fr auto;
    padding-inline: 24px;
  }

  .catalog-intro-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .snapshot-page .snapshot-layout {
    grid-template-columns: 1fr 280px;
    gap: 32px;
    padding-inline: 24px;
  }

  .snapshot-page .names-body-inner {
    padding-inline: 24px;
  }

  .snapshot-page .names-layout {
    grid-template-columns: 1fr 240px;
    gap: 32px;
  }

  .snapshot-page [data-detail] {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .snapshot-page .reference-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 64px 24px 56px;
  }
}

/* ── Responsive: 900px ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .snapshot-page .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 16px;
  }

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

  .catalog-confidence article {
    border-bottom: 1px solid var(--pc-line);
  }

  .snapshot-page [data-detail] {
    grid-template-columns: 1fr;
  }

  .snapshot-page .detail-gallery {
    position: static;
  }

  .snapshot-page .cart-layout,
  .snapshot-page .checkout-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .snapshot-page .snapshot-layout {
    grid-template-columns: 1fr;
  }

  .snapshot-page .snapshot-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .snapshot-page .names-layout {
    grid-template-columns: 1fr;
  }

  .snapshot-page .names-sidebar {
    position: static;
  }

  .snapshot-page .guarantee-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Responsive: 640px ───────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .snapshot-page .reference-header-main {
    min-height: 66px;
    padding: 0 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    grid-template-columns: none;
  }

  .snapshot-page .mobile-menu {
    display: flex;
  }

  .snapshot-page .reference-logo {
    margin-right: auto;
    font-size: 18px;
  }

  .snapshot-page .reference-search {
    display: none;
  }

  .snapshot-page .reference-actions a:nth-child(1),
  .snapshot-page .reference-actions a:nth-child(3) {
    display: none;
  }

  .snapshot-page .reference-actions span {
    display: none;
  }

  .snapshot-page .reference-nav {
    display: none;
  }

  .snapshot-page .reference-header.nav-open .reference-nav {
    display: block;
  }

  .snapshot-page .reference-header.nav-open .reference-nav-inner {
    flex-direction: column;
    padding: 0;
  }

  .snapshot-page .reference-header.nav-open .reference-nav a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--pc-line);
  }

  .snapshot-page .elite-proofbar-inner {
    padding: 10px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .snapshot-page .elite-proof-creds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    align-items: stretch;
  }

  .snapshot-page .cred-seal {
    height: auto;
    min-height: 52px;
  }

  .snapshot-page .cred-bbb-mark {
    padding: 7px 9px;
    min-width: 40px;
  }

  .snapshot-page .cred-bbb-icon {
    width: 13px;
  }

  .snapshot-page .cred-bbb-mark > b {
    font-size: 8.5px;
  }

  .snapshot-page .cred-seal-body {
    padding: 7px 9px 7px 8px;
  }

  .snapshot-page .cred-seal-body strong {
    font-size: 9px;
    letter-spacing: 0.2px;
  }

  .snapshot-page .cred-seal-body small {
    font-size: 7.5px;
    margin-top: 3px;
  }

  .snapshot-page .cred-tica-inner {
    padding: 8px 10px;
    gap: 8px;
  }

  .snapshot-page .cred-tica-logo {
    font-size: 17px;
    padding-right: 8px;
  }

  .snapshot-page .cred-tica-text strong {
    font-size: 9.5px;
  }

  .snapshot-page .cred-tica-text small {
    font-size: 8px;
  }

  .snapshot-page .cred-google-g {
    padding: 0 9px;
  }

  .snapshot-page .cred-google-g svg {
    width: 24px;
    height: 24px;
  }

  .snapshot-page .cred-google-info {
    padding: 6px 9px 6px 9px;
  }

  .snapshot-page .cred-google-word {
    font-size: 13px;
  }

  .snapshot-page .cred-google-stars {
    font-size: 9.5px;
  }

  .snapshot-page .cred-rev-stars {
    font-size: 11px;
  }

  .snapshot-page .elite-proof-links {
    display: none;
  }

  .catalog-intro-inner {
    padding: 52px 20px 48px;
    gap: 28px;
  }

  .catalog-intro h1 {
    font-size: 48px;
  }

  .catalog-shop {
    padding: 36px 20px 72px;
  }

  .catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .snapshot-page .filter-row {
    justify-content: flex-start;
  }

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

  .snapshot-page .detail-list {
    grid-template-columns: 1fr;
  }

  .detail-shell {
    padding: 28px 16px 72px;
  }

  .snapshot-page .snapshot-banner > div {
    padding: 52px 20px 44px;
  }

  .snapshot-page .snapshot-banner h1 {
    font-size: 44px;
  }

  .snapshot-page .snapshot-sidebar {
    position: static;
  }

  .snapshot-page .snapshot-layout {
    padding: 36px 16px 72px;
    gap: 24px;
  }

  .snapshot-page .snapshot-content {
    padding: 0;
  }

  .snapshot-page .snapshot-sidebar {
    grid-template-columns: 1fr;
  }

  .reservation-intro {
    padding: 52px 20px 44px;
  }

  .reservation-intro h1 {
    font-size: 44px;
  }

  .reservation-shell {
    padding: 36px 16px 72px;
  }

  .contact-hero {
    padding: 72px 20px 56px;
  }

  .contact-hero h1 {
    font-size: 48px;
  }

  .contact-layout {
    grid-template-columns: 1fr !important;
  }

  .snapshot-page .reviews-hero,
  .snapshot-page .names-hero {
    padding: 72px 20px 56px;
  }

  .snapshot-page .reviews-trust-strip span {
    padding: 0 16px;
  }

  .snapshot-page .reviews-hero h1,
  .snapshot-page .names-hero h1 {
    font-size: 48px;
  }

  .snapshot-page .names-body-inner {
    padding-inline: 16px;
  }

  .snapshot-page .names-layout {
    padding: 36px 0 64px;
    gap: 24px;
  }

  .snapshot-page .reviews-grid-section,
  .snapshot-page .names-body {
    padding: 40px 16px 64px;
  }

  .snapshot-page .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-page .reviews-cta {
    padding: 64px 20px;
  }

  .snapshot-page .reference-footer-inner {
    grid-template-columns: 1fr;
    padding: 52px 20px 44px;
    gap: 26px;
  }

  .snapshot-page .reference-footer-bottom {
    padding: 18px 20px;
  }

  .snapshot-page .floating-chat span {
    display: none;
  }

  .snapshot-page .floating-chat {
    padding: 10px 12px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   PREMIUM INNER PAGE LAYOUTS
   Purpose-built sections — replaces .snapshot-layout entirely
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Shared page hero (dark forest) ──────────────────────────────────────── */
.pg-hero {
  background: var(--pc-forest);
  padding: 108px 48px 84px;
  position: relative;
  overflow: hidden;
}
.pg-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(77,123,97,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.pg-hero-inner {
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.pg-hero-breadcrumb {
  font-family: var(--pf-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.pg-hero-breadcrumb a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
.pg-hero-breadcrumb a:hover { color: rgba(255,255,255,0.75); }
.pg-hero-breadcrumb span { margin: 0 8px; }
.pg-hero-title {
  font-family: var(--pf-serif);
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 300;
  color: #fff;
  line-height: 1.07;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.pg-hero-sub {
  font-family: var(--pf-sans);
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 300;
}
.pg-hero-cta {
  display: inline-block;
  padding: 14px 36px;
  background: var(--pc-sage);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.pg-hero-cta:hover { background: #3d6a50; }

/* ── Brand statement ──────────────────────────────────────────────────────── */
.pg-statement {
  background: var(--pc-paper);
  padding: 96px 48px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-statement-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.pg-statement-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 28px;
}
.pg-statement-text {
  font-family: var(--pf-serif);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--pc-forest);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

/* ── Values grid ──────────────────────────────────────────────────────────── */
.pg-values {
  background: var(--pc-white);
  padding: 96px 48px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-values-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-value-card {
  padding: 52px 42px;
  border-right: 1px solid var(--pc-line);
}
.pg-value-card:last-child { border-right: none; }
.pg-value-num {
  display: block;
  font-family: var(--pf-serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--pc-line);
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
.pg-value-card h3 {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--pc-forest);
  margin-bottom: 16px;
}
.pg-value-card p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.75;
}

/* ── Story split ──────────────────────────────────────────────────────────── */
.pg-split {
  background: var(--pc-cream);
  padding: 0;
  border-bottom: 1px solid var(--pc-line);
}
.pg-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.pg-split-copy {
  padding: 80px 72px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pg-split-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 24px;
}
.pg-split-copy h2 {
  font-family: var(--pf-serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 300;
  color: var(--pc-forest);
  line-height: 1.18;
  margin-bottom: 28px;
  letter-spacing: -0.025em;
}
.pg-split-copy p {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: var(--pc-muted);
  line-height: 1.8;
  margin-bottom: 18px;
}
.pg-split-link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-forest);
  text-decoration: none;
  border-bottom: 1px solid var(--pc-forest);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.pg-split-link:hover { color: var(--pc-sage); border-color: var(--pc-sage); }
.pg-split-visual {
  position: relative;
  background: var(--pc-forest);
  overflow: hidden;
}
.pg-split-img-frame {
  width: 100%;
  height: 100%;
  min-height: 480px;
}
.pg-split-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
}
.pg-split-img-fallback {
  background: linear-gradient(135deg, var(--pc-forest) 0%, #2d4a38 100%);
  min-height: 480px;
}
.pg-split-badge {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: rgba(27,40,32,0.9);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pg-split-badge strong {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
}
.pg-split-badge span {
  font-family: var(--pf-sans);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Process steps ────────────────────────────────────────────────────────── */
.pg-process {
  background: var(--pc-forest);
  padding: 96px 48px;
}
.pg-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pg-process-head {
  text-align: center;
  margin-bottom: 72px;
}
.pg-process-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 20px;
}
.pg-process-head h2 {
  font-family: var(--pf-serif);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.025em;
}
.pg-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
}
.pg-step {
  padding: 48px 36px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.pg-step:last-child { border-right: none; }
.pg-step-num {
  display: block;
  font-family: var(--pf-serif);
  font-size: 56px;
  font-weight: 300;
  color: var(--pc-sage);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  opacity: 0.7;
}
.pg-step h4 {
  font-family: var(--pf-serif);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.pg-step p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
}

/* ── Stats strip ──────────────────────────────────────────────────────────── */
.pg-stats {
  background: var(--pc-cream);
  padding: 72px 48px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-stat {
  padding: 40px 32px;
  text-align: center;
  border-right: 1px solid var(--pc-line);
}
.pg-stat:last-child { border-right: none; }
.pg-stat strong {
  display: block;
  font-family: var(--pf-serif);
  font-size: 44px;
  font-weight: 300;
  color: var(--pc-forest);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.pg-stat span {
  font-family: var(--pf-sans);
  font-size: 12px;
  color: var(--pc-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── CTA section ──────────────────────────────────────────────────────────── */
.pg-cta {
  background: var(--pc-forest);
  padding: 96px 48px;
}
.pg-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.pg-cta h2 {
  font-family: var(--pf-serif);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.pg-cta p {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 40px;
  line-height: 1.7;
}
.pg-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pg-cta-primary {
  display: inline-block;
  padding: 14px 40px;
  background: var(--pc-sage);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.pg-cta-primary:hover { background: #3d6a50; }
.pg-cta-secondary {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.75);
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.pg-cta-secondary:hover { border-color: rgba(255,255,255,0.6); color: #fff; }

/* ── FAQ page ─────────────────────────────────────────────────────────────── */
.pg-faq {
  background: var(--pc-white);
}
.pg-faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 600px;
}
.pg-faq-nav {
  padding: 64px 32px;
  border-right: 1px solid var(--pc-line);
  background: var(--pc-paper);
  position: sticky;
  top: 0;
  align-self: start;
}
.pg-faq-nav-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin-bottom: 20px;
}
.pg-faq-nav a {
  display: block;
  font-family: var(--pf-sans);
  font-size: 13px;
  color: var(--pc-muted);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--pc-line);
  transition: color 0.2s;
}
.pg-faq-nav a:hover { color: var(--pc-forest); }
.pg-faq-nav a:last-child { border-bottom: none; }
.pg-faq-body {
  padding: 64px 64px 96px;
}
.pg-faq-group {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-faq-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pg-faq-group-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 32px;
}
.pg-faq-q {
  margin-bottom: 36px;
}
.pg-faq-q:last-child { margin-bottom: 0; }
.pg-faq-q h3 {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--pc-forest);
  margin-bottom: 12px;
  line-height: 1.3;
}
.pg-faq-q p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.85;
}

/* ── Blog page ────────────────────────────────────────────────────────────── */
.pg-blog {
  background: var(--pc-white);
  padding: 80px 48px 96px;
}
.pg-blog-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pg-blog-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-blog-head h2 {
  font-family: var(--pf-serif);
  font-size: 36px;
  font-weight: 300;
  color: var(--pc-forest);
  letter-spacing: -0.02em;
}
.pg-blog-count {
  font-family: var(--pf-sans);
  font-size: 12px;
  color: var(--pc-muted);
  letter-spacing: 0.06em;
}
.pg-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-blog-card {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--pc-line);
  text-decoration: none;
  transition: box-shadow 0.22s;
}
.pg-blog-card:last-child { border-right: none; }
.pg-blog-card:hover { box-shadow: 0 12px 40px rgba(27,40,32,0.1); }
.pg-blog-card-img {
  aspect-ratio: 16/9;
  background: var(--pc-forest);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.pg-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
  transition: transform 0.5s ease;
}
.pg-blog-card:hover .pg-blog-card-img img { transform: scale(1.04); }
.pg-blog-card-img-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--pc-forest) 0%, #2d4a38 100%);
}
.pg-blog-card-body {
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pg-blog-cat {
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 12px;
}
.pg-blog-card-body h3 {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--pc-forest);
  line-height: 1.25;
  margin-bottom: 14px;
}
.pg-blog-card-body p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 24px;
}
.pg-blog-read {
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--pc-forest);
  border-bottom: 1px solid var(--pc-forest);
  padding-bottom: 2px;
  display: inline-block;
  text-transform: uppercase;
}

/* ── Delivery page ────────────────────────────────────────────────────────── */
.pg-delivery-options {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}
.pg-delivery-options-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 12px;
}
.pg-delivery-options h2 {
  font-family: var(--pf-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 300;
  color: var(--pc-forest);
  margin-bottom: 52px;
  letter-spacing: -0.02em;
}
.pg-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-delivery-card {
  padding: 52px 44px;
  border-right: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
}
.pg-delivery-card:nth-child(2n) { border-right: none; }
.pg-delivery-card:nth-last-child(-n+2) { border-bottom: none; }
.pg-delivery-icon {
  width: 48px;
  height: 48px;
  background: var(--pc-forest);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-delivery-icon svg {
  width: 22px;
  height: 22px;
  stroke: rgba(255,255,255,0.85);
  fill: none;
  stroke-width: 1.5;
}
.pg-delivery-card h3 {
  font-family: var(--pf-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--pc-forest);
  margin-bottom: 8px;
}
.pg-delivery-price {
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--pc-sage);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pg-delivery-card p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.8;
}
.pg-delivery-note {
  background: var(--pc-cream);
  padding: 72px 48px;
  border-top: 1px solid var(--pc-line);
}
.pg-delivery-note-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start;
}
.pg-delivery-note-inner h3 {
  font-family: var(--pf-serif);
  font-size: 30px;
  font-weight: 300;
  color: var(--pc-forest);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.pg-delivery-note-inner p {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: var(--pc-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.pg-delivery-note-inner p:last-child { margin-bottom: 0; }

/* ── Health guarantee page ────────────────────────────────────────────────── */
.pg-guarantee-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}
.pg-guarantee-cards-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 12px;
}
.pg-guarantee-cards h2 {
  font-family: var(--pf-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 300;
  color: var(--pc-forest);
  margin-bottom: 52px;
  letter-spacing: -0.02em;
}
.pg-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-guarantee-card {
  padding: 48px 36px;
  border-right: 1px solid var(--pc-line);
}
.pg-guarantee-card:last-child { border-right: none; }
.pg-guarantee-card svg {
  display: block;
  width: 36px;
  height: 36px;
  stroke: var(--pc-sage);
  fill: none;
  stroke-width: 1.5;
  margin-bottom: 24px;
}
.pg-guarantee-card h3 {
  font-family: var(--pf-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--pc-forest);
  margin-bottom: 12px;
}
.pg-guarantee-card p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.75;
}
.pg-guarantee-terms {
  background: var(--pc-paper);
  border-top: 1px solid var(--pc-line);
  padding: 80px 48px 96px;
}
.pg-guarantee-terms-inner {
  max-width: 820px;
  margin: 0 auto;
}
.pg-guarantee-terms-inner > p {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin-bottom: 12px;
}
.pg-guarantee-terms h2 {
  font-family: var(--pf-serif);
  font-size: 38px;
  font-weight: 300;
  color: var(--pc-forest);
  margin-bottom: 44px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.pg-guarantee-terms h3 {
  font-family: var(--pf-serif);
  font-size: 21px;
  font-weight: 400;
  color: var(--pc-forest);
  margin: 40px 0 12px;
}
.pg-guarantee-terms p {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: var(--pc-muted);
  line-height: 1.85;
  margin-bottom: 0;
}

/* ── Fraud warning page ───────────────────────────────────────────────────── */
.pg-fraud-alert {
  background: #1e0909;
  padding: 60px 48px;
  border-bottom: 3px solid #b03030;
}
.pg-fraud-alert-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.pg-fraud-alert-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #b03030;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-fraud-alert-icon svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
.pg-fraud-alert h2 {
  font-family: var(--pf-serif);
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.pg-fraud-alert p {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
}
.pg-fraud-signs {
  background: var(--pc-white);
  padding: 80px 48px;
  border-bottom: 1px solid var(--pc-line);
}
.pg-fraud-signs-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pg-fraud-signs-inner > p.pg-fraud-label {
  font-family: var(--pf-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin-bottom: 12px;
}
.pg-fraud-signs h2 {
  font-family: var(--pf-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 300;
  color: var(--pc-forest);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.pg-fraud-signs-intro {
  font-family: var(--pf-sans);
  font-size: 15px;
  color: var(--pc-muted);
  margin-bottom: 52px;
  max-width: 640px;
  line-height: 1.7;
}
.pg-fraud-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--pc-line);
}
.pg-fraud-item {
  padding: 36px;
  border-right: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.pg-fraud-item:nth-child(2n) { border-right: none; }
.pg-fraud-item:nth-last-child(-n+2) { border-bottom: none; }
.pg-fraud-bullet {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #b03030;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.pg-fraud-bullet svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
}
.pg-fraud-item h4 {
  font-family: var(--pf-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--pc-forest);
  margin-bottom: 8px;
}
.pg-fraud-item p {
  font-family: var(--pf-sans);
  font-size: 13px;
  color: var(--pc-muted);
  line-height: 1.75;
}
.pg-fraud-safe {
  background: var(--pc-cream);
  padding: 80px 48px;
}
.pg-fraud-safe-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.pg-fraud-safe h2 {
  font-family: var(--pf-serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--pc-forest);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.pg-fraud-safe p {
  font-family: var(--pf-sans);
  font-size: 14px;
  color: var(--pc-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}
.pg-fraud-safe p:last-of-type { margin-bottom: 24px; }

/* ── Responsive: all inner pages ─────────────────────────────────────────── */
@media (max-width: 1000px) {
  .pg-faq-inner { grid-template-columns: 1fr; }
  .pg-faq-nav {
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--pc-line);
    padding: 36px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
  }
  .pg-faq-nav-label { width: 100%; margin-bottom: 8px; }
  .pg-faq-nav a { border-bottom: none; border-right: 1px solid var(--pc-line); padding: 6px 16px; }
  .pg-faq-nav a:last-child { border-right: none; }
  .pg-faq-body { padding: 48px 24px 72px; }
}

@media (max-width: 900px) {
  .pg-hero { padding: 72px 24px 60px; }
  .pg-statement { padding: 64px 24px; }
  .pg-values { padding: 64px 24px; }
  .pg-values-inner { grid-template-columns: 1fr; }
  .pg-value-card { border-right: none; border-bottom: 1px solid var(--pc-line); }
  .pg-value-card:last-child { border-bottom: none; }
  .pg-split-inner { grid-template-columns: 1fr; }
  .pg-split-copy { padding: 56px 24px; }
  .pg-split-visual { display: none; }
  .pg-process { padding: 64px 24px; }
  .pg-process-steps { grid-template-columns: 1fr 1fr; }
  .pg-step:nth-child(2) { border-right: none; }
  .pg-step:nth-child(1),
  .pg-step:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .pg-stats { padding: 48px 24px; }
  .pg-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .pg-stat:nth-child(2) { border-right: none; }
  .pg-stat:nth-child(1),
  .pg-stat:nth-child(2) { border-bottom: 1px solid var(--pc-line); }
  .pg-cta { padding: 64px 24px; }
  .pg-blog { padding: 56px 24px 72px; }
  .pg-blog-grid { grid-template-columns: 1fr 1fr; }
  .pg-blog-card:nth-child(2) { border-right: none; }
  .pg-blog-card:nth-child(1),
  .pg-blog-card:nth-child(2) { border-bottom: 1px solid var(--pc-line); }
  .pg-blog-card:last-child { border-bottom: none; }
  .pg-delivery-options { padding: 56px 24px; }
  .pg-delivery-note { padding: 52px 24px; }
  .pg-delivery-note-inner { grid-template-columns: 1fr; gap: 24px; }
  .pg-guarantee-cards { padding: 56px 24px; }
  .pg-guarantee-grid { grid-template-columns: 1fr 1fr; }
  .pg-guarantee-card:nth-child(2) { border-right: none; }
  .pg-guarantee-card:nth-child(1),
  .pg-guarantee-card:nth-child(2) { border-bottom: 1px solid var(--pc-line); }
  .pg-guarantee-card:last-child { border-bottom: none; }
  .pg-guarantee-terms { padding: 52px 24px 72px; }
  .pg-fraud-alert { padding: 40px 24px; }
  .pg-fraud-alert-inner { flex-direction: column; gap: 20px; }
  .pg-fraud-signs { padding: 56px 24px; }
  .pg-fraud-safe { padding: 56px 24px; }
  .pg-fraud-safe-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .pg-hero-title { font-size: 42px; }
  .pg-process-steps { grid-template-columns: 1fr; }
  .pg-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .pg-step:last-child { border-bottom: none; }
  .pg-stats-inner { grid-template-columns: 1fr 1fr; }
  .pg-blog-head { flex-direction: column; gap: 8px; }
  .pg-blog-grid { grid-template-columns: 1fr; }
  .pg-blog-card { border-right: none; border-bottom: 1px solid var(--pc-line); }
  .pg-blog-card:last-child { border-bottom: none; }
  .pg-delivery-grid { grid-template-columns: 1fr; }
  .pg-delivery-card { border-right: none; }
  .pg-delivery-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
  .pg-delivery-card:last-child { border-bottom: none; }
  .pg-guarantee-grid { grid-template-columns: 1fr; }
  .pg-guarantee-card { border-right: none; border-bottom: 1px solid var(--pc-line); }
  .pg-guarantee-card:last-child { border-bottom: none; }
  .pg-fraud-checklist { grid-template-columns: 1fr; }
  .pg-fraud-item { border-right: none; }
  .pg-fraud-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
  .pg-fraud-item:last-child { border-bottom: none; }
}

/* =====================================================
   DETAIL PAGE — dpg-* namespace
   ===================================================== */

/* Override detail-shell on detail pages — full bleed layout */
.snapshot-page.detail-page .detail-shell {
  max-width: none;
  padding: 0;
}
.snapshot-page.detail-page .detail-breadcrumb {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 42px 24px;
}

/* Grid: gallery | panel */
.snapshot-page [data-detail] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 0;
  align-items: start;
  max-width: 1360px;
  margin: 0 auto;
}

/* Gallery — left sticky column */
.dpg-gallery {
  position: sticky;
  top: 0;
  background: var(--pc-paper);
  display: flex;
  flex-direction: column;
}

/* Main image stage */
.dpg-main-wrap {
  position: relative;
  background: var(--pc-cream);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.dpg-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}

.dpg-avail-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--pc-forest);
  color: var(--pc-cream);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 11px;
  pointer-events: none;
}

/* Arrow nav */
.dpg-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid var(--pc-line);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--pc-forest);
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}
.dpg-arr:hover { background: var(--pc-forest); color: var(--pc-white); }
.dpg-arr--prev { left: 14px; }
.dpg-arr--next { right: 14px; }

/* Video stage */
.dpg-video-wrap {
  aspect-ratio: 16 / 9;
  background: #000;
}
.dpg-video-wrap iframe,
.dpg-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
}

/* Thumbnail strip */
.dpg-thumb-strip {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: var(--pc-white);
  border-top: 1px solid var(--pc-line);
  overflow-x: auto;
  scrollbar-width: none;
}
.dpg-thumb-strip::-webkit-scrollbar { display: none; }

.dpg-thumb {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background: var(--pc-cream);
  padding: 0;
  transition: border-color 0.15s;
}
.dpg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.dpg-thumb.active,
.dpg-thumb:focus-visible { border-color: var(--pc-forest); }

.dpg-thumb-video {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background: var(--pc-forest);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-white);
  font-size: 22px;
  transition: border-color 0.15s, opacity 0.15s;
}
.dpg-thumb-video:hover { opacity: 0.85; }
.dpg-thumb-video.active { border-color: var(--pc-gold); }

/* Panel — right column */
.dpg-panel {
  padding: 44px 48px 60px;
  background: var(--pc-white);
  border-left: 1px solid var(--pc-line);
  min-height: 600px;
}

.dpg-eyebrow {
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pc-sage);
  margin: 0 0 14px;
}

.dpg-name {
  font-family: var(--pf-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.04;
  color: var(--pc-forest);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.dpg-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}
.dpg-meta-item {
  font-family: var(--pf-sans);
  font-size: 12px;
  color: var(--pc-muted);
}
.dpg-meta-sep {
  width: 3px;
  height: 3px;
  background: var(--pc-line);
  border-radius: 50%;
  flex-shrink: 0;
}

.dpg-desc {
  font-family: var(--pf-sans);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--pc-ink);
  margin: 0 0 28px;
}

/* Specs grid */
.dpg-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--pc-line);
  margin: 0 0 28px;
}
.dpg-spec {
  padding: 14px 16px;
  border-right: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
}
.dpg-spec:nth-child(2n) { border-right: none; }
.dpg-spec:nth-last-child(-n+2) { border-bottom: none; }
.dpg-spec-label {
  display: block;
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin-bottom: 5px;
}
.dpg-spec-value {
  display: block;
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--pc-forest);
}

/* Price banner */
.dpg-price-banner {
  background: var(--pc-forest);
  color: var(--pc-cream);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px;
}
.dpg-price-label {
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}
.dpg-price-amount {
  font-family: var(--pf-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Form */
.dpg-form { display: flex; flex-direction: column; }

.dpg-form-section {
  border-top: 1px solid var(--pc-line);
  padding-top: 18px;
  margin-bottom: 18px;
}
.dpg-form-section-title {
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin: 0 0 10px;
}

.dpg-radio-row,
.dpg-check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--pc-paper);
}
.dpg-radio-row:last-child,
.dpg-check-row:last-child { border-bottom: none; }

.dpg-row-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.dpg-radio-row input[type="radio"],
.dpg-check-row input[type="checkbox"] {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  accent-color: var(--pc-forest);
  cursor: pointer;
}
.dpg-row-text { min-width: 0; flex: 1; }
.dpg-row-title {
  display: block;
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--pc-forest);
}
.dpg-row-sub {
  display: block;
  font-family: var(--pf-sans);
  font-size: 11px;
  color: var(--pc-muted);
  margin-top: 1px;
}
.dpg-row-price {
  font-family: var(--pf-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--pc-forest);
  flex-shrink: 0;
  white-space: nowrap;
}

/* Add-ons collapsible */
.dpg-addons-details {
  border-top: 1px solid var(--pc-line);
  margin-bottom: 18px;
}
.dpg-addons-summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pc-muted);
  user-select: none;
}
.dpg-addons-summary::-webkit-details-marker { display: none; }
.dpg-addons-summary::after {
  content: '+';
  font-size: 18px;
  font-weight: 300;
  color: var(--pc-muted);
}
.dpg-addons-details[open] .dpg-addons-summary::after { content: '\2212'; }
.dpg-addons-body { padding: 0 0 12px; }

/* FaceTime input group */
.dpg-facetime-group {
  margin-top: 10px;
  padding: 16px;
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dpg-input-label {
  display: block;
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 500;
  color: var(--pc-muted);
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.dpg-input {
  width: 100%;
  border: 1px solid var(--pc-line);
  padding: 9px 12px;
  font-family: var(--pf-sans);
  font-size: 13px;
  color: var(--pc-ink);
  background: var(--pc-white);
  outline: none;
  box-sizing: border-box;
}
.dpg-input:focus { border-color: var(--pc-forest); }

.dpg-deposit-control {
  margin: 0 0 10px 32px;
  padding: 12px 14px;
  border: 1px solid var(--pc-line);
  background: var(--pc-paper);
}

.dpg-deposit-control .dpg-row-sub {
  margin-top: 6px;
}

/* Total + submit */
.dpg-total-bar {
  background: var(--pc-paper);
  border: 1px solid var(--pc-line);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 14px;
}
.dpg-total-label {
  font-family: var(--pf-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-muted);
}
.dpg-total-amount {
  font-family: var(--pf-serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--pc-forest);
}

.dpg-submit-btn {
  width: 100%;
  background: var(--pc-forest);
  color: var(--pc-cream);
  border: none;
  padding: 16px;
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s;
  display: block;
}
.dpg-submit-btn:hover { background: #111e17; }

.dpg-disclaimer {
  font-family: var(--pf-sans);
  font-size: 11px;
  color: var(--pc-muted);
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 0;
}

/* Trust row */
.dpg-trust-row {
  display: flex;
  border: 1px solid var(--pc-line);
  margin: 24px 0 0;
}
.dpg-trust-item {
  flex: 1;
  text-align: center;
  padding: 11px 8px;
  border-right: 1px solid var(--pc-line);
  font-family: var(--pf-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pc-muted);
}
.dpg-trust-item:last-child { border-right: none; }

/* Responsive */
@media (max-width: 1200px) {
  .snapshot-page [data-detail] { grid-template-columns: minmax(0, 1fr) 440px; }
  .dpg-panel { padding: 36px 36px 56px; }
  .dpg-name { font-size: 40px; }
}
@media (max-width: 960px) {
  .snapshot-page.detail-page .detail-breadcrumb { padding: 24px 24px 20px; }
  .snapshot-page [data-detail] { grid-template-columns: 1fr; max-width: 680px; }
  .dpg-gallery { position: static; }
  .dpg-main-wrap { aspect-ratio: 4 / 3; }
  .dpg-panel { padding: 32px 24px 56px; border-left: none; border-top: 1px solid var(--pc-line); }
  .dpg-name { font-size: 36px; }
}
@media (max-width: 500px) {
  .dpg-name { font-size: 30px; }
  .dpg-price-amount { font-size: 26px; }
  .dpg-panel { padding: 24px 18px 48px; }
  .dpg-specs { grid-template-columns: 1fr 1fr; }
}

/* =====================================================
   PRODUCT CARD — definitive reset (loads last, wins all)
   ===================================================== */

/* Grid */
.snapshot-page .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px 20px !important;
  border: none !important;
}

/* Card shell */
.snapshot-page .product-card {
  position: relative;
  background: var(--pc-white) !important;
  border: 1px solid var(--pc-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease !important;
  transform: none !important;
}

.snapshot-page .product-card:hover {
  box-shadow: 0 8px 32px rgba(27,40,32,0.12) !important;
  border-color: rgba(27,40,32,0.22) !important;
  transform: none !important;
}

/* Image link */
.snapshot-page .product-image-link {
  display: block;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative;
  text-decoration: none;
}

.snapshot-page .product-image-link img {
  width: 100%;
  aspect-ratio: 1 !important;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.snapshot-page .product-card:hover .product-image-link img {
  transform: scale(1.05) !important;
}

/* Hover overlay */
.snapshot-page .product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,40,32,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.snapshot-page .product-card:hover .product-overlay { opacity: 1; }

.snapshot-page .product-overlay span {
  color: var(--pc-white);
  font-family: var(--pf-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 8px 18px;
}

/* Content area — <a> tag, whole area is clickable */
.snapshot-page .product-content {
  display: block !important;
  padding: 14px 16px 0 !important;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
}

/* Breed · Gender meta — above name */
.snapshot-page .product-meta {
  font-family: var(--pf-sans) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--pc-muted) !important;
  margin: 0 0 6px !important;
}

/* Kitten name */
.snapshot-page .product-content h3 {
  font-family: var(--pf-serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: var(--pc-ink) !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.01em !important;
}

/* Card footer — price left, available tag right */
.snapshot-page .product-card-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 10px 0 14px !important;
  border-top: 1px solid var(--pc-line) !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}

.snapshot-page .price,
.snapshot-page .product-card-footer .price {
  font-family: var(--pf-serif) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--pc-ink) !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.snapshot-page .product-avail-tag {
  font-family: var(--pf-sans);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-sage);
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 1100px) {
  .snapshot-page .product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px 16px !important;
  }
}
@media (max-width: 700px) {
  .snapshot-page .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px 12px !important;
  }
  .snapshot-page .product-content { padding: 12px 14px 0 !important; }
}
@media (max-width: 400px) {
  .snapshot-page .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 10px !important;
  }
  .snapshot-page .product-content h3 { font-size: 15px !important; }
}

/* ── Payment Instructions page ───────────────────────────────────────────── */
.pay-instr-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}

.pay-instr-steps h3 {
  font-family: var(--pf-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--pc-ink);
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.pay-steps {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  counter-reset: pay-step;
}

.pay-steps li {
  counter-increment: pay-step;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14px;
  line-height: 1.65;
}

.pay-steps li::before {
  content: counter(pay-step);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--pc-forest);
  color: #fff;
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  margin-top: 2px;
}

.pay-steps li:last-child { border-bottom: 0; }

.pay-steps li strong {
  display: block;
  color: var(--pc-ink);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 3px;
}

.pay-instr-note {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 13px;
  margin: 0;
}

.pay-instr-note a {
  color: var(--pc-sage);
  text-decoration: none;
  font-weight: 500;
}

.pay-instr-note a:hover { color: var(--pc-forest); }

/* Payment confirmation overlay */
.pay-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(27,40,32,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pay-confirm-overlay[hidden] { display: none; }

.pay-confirm-modal {
  background: var(--pc-white);
  border: 1px solid var(--pc-line);
  padding: 52px 48px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 32px 80px rgba(27,40,32,0.22);
}

.pay-confirm-icon {
  width: 64px;
  height: 64px;
  background: var(--pc-sage);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.pay-confirm-modal h2 {
  font-family: var(--pf-serif);
  font-size: 34px;
  font-weight: 300;
  color: var(--pc-forest);
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

.pay-confirm-modal p {
  color: var(--pc-muted);
  font-family: var(--pf-sans);
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.pay-confirm-modal p:last-of-type { margin-bottom: 36px; }

@media (max-width: 860px) {
  .pay-instr-layout { grid-template-columns: 1fr; }
}

