/* ShopDot Pet — For Pet Pros v2
   "Continuity of care" direction. Reuses tokens from colors_and_type.css,
   nav/buttons/footer/marquee from site.css. This sheet only adds the
   v2-specific sections. */


/* ═══════════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════════ */
.v2-hero {
  position: relative;
  padding: var(--sd-hero-pad-top) 24px var(--sd-hero-pad-bottom);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--sd-bg-cream) 100%);
}
.v2-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 9999px;
  background: var(--sd-primary-100);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sd-primary-text);   /* AA — small orange text on light */
  margin-bottom: 26px;
}
.v2-eyebrow i { width: 14px; height: 14px; }
.v2-hero h1 {
  font-family: var(--sd-font-display);
  font-weight: 700;
  font-size: var(--sd-text-h1-fluid);
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: var(--sd-neutral-950);
  margin: 0 0 24px;
  text-wrap: balance;
}
.v2-hero h1 .accent { color: var(--sd-primary); }
.v2-hero .lede {
  font-size: var(--sd-text-hero-sub);
  line-height: 1.6;
  color: var(--sd-fg-muted);
  max-width: 660px;
  margin: 0 auto 36px;
  text-wrap: pretty;
}
.v2-hero .lede strong { color: var(--sd-neutral-950); font-weight: 600; }
.v2-hero-ctas {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════════
   HERO CONTINUITY DEVICE — animated iMessage thread
   Replaces the old appointment→store strip (.cs-*) 2026-06-09. The whole
   "question → curated collection → gratitude" arc now plays inside a
   single iPhone, fired on scroll. Pet Pro = brand orange (sent), client =
   neutral (received). iPhone frame proportions per CLAUDE.md §.ipx.
   ═══════════════════════════════════════════════════════════════════ */
.hero-phone-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
}
/* soft context chips flanking the phone (desktop only) */
.hp-moment {
  position: absolute;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 15px;
  background: #fff;
  border: 1px solid var(--sd-primary-200);
  border-radius: 9999px;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sd-neutral-800);
  box-shadow: 0 12px 28px rgba(44,47,50,0.10);
  white-space: nowrap;
}
.hp-moment i { width: 14px; height: 14px; color: var(--sd-primary); }
.hp-moment--a { top: 64px; left: 0; }
.hp-moment--b {
  bottom: 104px; right: 0;
  border-color: var(--sd-primary-200);
  color: var(--sd-primary-text);   /* AA */
}
.hp-moment--b i { color: var(--sd-primary); }
@media (max-width: 860px) { .hp-moment { display: none; } }

/* iPhone frame */
.hero-phone-wrap .ipx {
  --pw: 300px;
  width: var(--pw);
  aspect-ratio: 393 / 852;
  position: relative;
  border-radius: calc(var(--pw) * 0.205);
  padding: calc(var(--pw) * 0.042);
  background: linear-gradient(150deg,#43474d 0%,#23262b 42%,#0c0d0f 100%);
  box-shadow:
    0 calc(var(--pw)*0.14) calc(var(--pw)*0.26) calc(var(--pw)*-0.08) rgba(0,0,0,.55),
    inset 0 0 0 1.5px rgba(255,255,255,.10),
    inset 0 0 0 4px #0a0b0c;
}
.ipx-screen {
  position: relative; width: 100%; height: 100%; overflow: hidden;
  background: #fbfbfd; border-radius: calc(var(--pw) * 0.165);
  display: flex; flex-direction: column;
}
.ipx-island {
  position: absolute; top: calc(var(--pw)*0.040); left: 50%; transform: translateX(-50%); z-index: 6;
  width: calc(var(--pw)*0.235); height: calc(var(--pw)*0.085); background: #000; border-radius: 9999px;
}
.ipx-status {
  position: absolute; top: 0; left: 0; right: 0; z-index: 5;
  height: calc(var(--pw)*0.125); display: flex; align-items: center; justify-content: space-between;
  padding: 0 calc(var(--pw)*0.082); color: #0a0a0a;
}
.ipx-time { font-weight: 600; font-size: calc(var(--pw)*0.040); padding-top: calc(var(--pw)*0.01); }
.ipx-stat-icons { display: flex; align-items: center; gap: calc(var(--pw)*0.014); padding-top: calc(var(--pw)*0.012); }
.ipx-stat-icons svg { height: calc(var(--pw)*0.034); width: auto; display: block; fill: #0a0a0a; }
.ipx-home {
  position: absolute; bottom: calc(var(--pw)*0.020); left: 50%; transform: translateX(-50%); z-index: 6;
  width: calc(var(--pw)*0.34); height: calc(var(--pw)*0.013); background: #111; opacity: .32; border-radius: 9999px;
}

/* Messages app UI */
.msg-app {
  position: absolute; inset: 0;
  top: calc(var(--pw)*0.125); bottom: calc(var(--pw)*0.052);
  display: flex; flex-direction: column; text-align: left;
}
.msg-head {
  flex: none; display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 8px 0 12px; border-bottom: 1px solid var(--sd-neutral-100);
  background: rgba(251,251,253,0.86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.msg-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(140deg,var(--sd-primary-400),var(--sd-primary-700));
  color: #fff; display: grid; place-items: center;
  font-weight: 600; font-size: 15px; letter-spacing: .02em;
  box-shadow: 0 4px 10px rgba(187,52,26,0.28);
}
.msg-name { font-size: 13px; font-weight: 600; color: var(--sd-neutral-950); display: flex; align-items: center; gap: 4px; }
.msg-name i { width: 12px; height: 12px; color: var(--sd-neutral-400); }
.msg-sub { font-size: 10.5px; color: var(--sd-neutral-400); }

.msg-thread {
  flex: 1; min-height: 0; overflow: hidden;
  padding: 14px 12px 6px; display: flex; flex-direction: column; gap: 8px;
}
.msg-daystamp { text-align: center; font-size: 9.5px; color: var(--sd-neutral-400); margin: 2px 0 6px; }
.msg-daystamp b { color: var(--sd-neutral-600); font-weight: 600; }

.msg-row { display: flex; }
.msg-row.them { justify-content: flex-start; }
.msg-row.me { justify-content: flex-end; }
.bubble {
  max-width: 80%; padding: 8px 12px; font-size: 12.5px; line-height: 1.34;
  border-radius: 17px; position: relative; word-wrap: break-word;
}
.msg-row.them .bubble { background: #e9e9eb; color: #1a1a1c; border-bottom-left-radius: 5px; }
.msg-row.me .bubble {
  /* iMessage blue — realistic sent bubble (not brand orange) */
  background: linear-gradient(180deg,#2da0ff 0%,#0a84ff 100%);
  color: #fff; border-bottom-right-radius: 5px;
  box-shadow: 0 1px 2px rgba(10,132,255,0.18);
}

/* typing indicator */
.typing .bubble { padding: 11px 14px; }
.typing .dots { display: flex; gap: 4px; }
.typing .dots i {
  width: 7px; height: 7px; border-radius: 50%; background: #9aa0a6; display: block;
  animation: ctType 1.2s infinite ease-in-out;
}
.typing .dots i:nth-child(2) { animation-delay: .18s; }
.typing .dots i:nth-child(3) { animation-delay: .36s; }
@keyframes ctType { 0%,60%,100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

/* collection card — real iMessage rich-link preview: cover image with the
   title + domain overlaid at the bottom (no button, no floating store pill) */
.msg-card {
  width: 70%; align-self: flex-end; position: relative;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(44,47,50,0.10);
}
.mc-cover {
  position: relative; overflow: hidden; border-radius: 16px;
  height: 134px; border: 1px solid var(--sd-neutral-100);
  background: #2c2f32 url("assets/Stock%20Images/collection-grooming.jpg") center/cover no-repeat;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.mc-cap {
  position: relative; padding: 28px 12px 11px;
  background: linear-gradient(180deg, transparent, rgba(20,15,12,0.80));
}
.mc-title { font-size: 13px; font-weight: 600; color: #fff; margin: 0 0 2px; line-height: 1.2; }
.mc-domain { font-size: 10.5px; color: rgba(255,255,255,0.74); }

/* heart tapback — iOS style: light bubble + red heart, top-right, double-dot tail */
.mc-react {
  position: absolute; top: -14px; right: -6px; left: auto; z-index: 3;
  width: 30px; height: 30px; border-radius: 50%;
  background: #e9e9eb;
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(44,47,50,0.18);
}
.mc-react svg { width: 16px; height: 16px; fill: #ff2d55; display: block; }
.mc-react::after {
  content: ""; position: absolute; bottom: -2px; right: 4px;
  width: 7px; height: 7px; border-radius: 50%; background: #e9e9eb;
  box-shadow: -5px 3px 0 -2px #e9e9eb;
}

/* ── reveal choreography (calm / premium) ── */
.hero-phone-wrap .reveal { opacity: 0; transform: translateY(10px) scale(.97); }
.hero-phone-wrap.is-playing .reveal.shown {
  opacity: 1; transform: none;
  transition: opacity .5s var(--sd-ease-out), transform .55s var(--sd-ease-out);
}
.hero-phone-wrap .mc-react { opacity: 0; transform: scale(.4); transform-origin: center; }
.hero-phone-wrap .mc-react.shown {
  opacity: 1; transform: scale(1);
  transition: opacity .3s var(--sd-ease-out), transform .42s var(--sd-ease);
}

/* iOS push-notification banner — the order that closed the loop.
   Frosted card that drops from the top as the final beat. */
.ios-noti {
  position: absolute; top: calc(var(--pw)*0.150); left: 6%; right: 6%; z-index: 8;
  display: flex; gap: 9px; align-items: center;
  padding: 9px 11px;
  background: rgba(250,250,252,0.82);
  -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(20,15,12,0.20);
}
.ios-noti-icon {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: linear-gradient(150deg, var(--sd-primary-400), var(--sd-primary-700));
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(187,52,26,0.30);
}
.ios-noti-icon::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: #fff; }
.ios-noti-body { flex: 1; min-width: 0; }
.ios-noti-top { display: flex; align-items: center; justify-content: space-between; }
.ios-noti-app { font-size: 9.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--sd-neutral-950); }
.ios-noti-time { font-size: 9.5px; color: var(--sd-neutral-400); }
.ios-noti-title { font-size: 12px; font-weight: 600; color: var(--sd-neutral-950); margin-top: 1px; line-height: 1.2; }
.ios-noti-sub { font-size: 10.5px; color: var(--sd-neutral-600); }
/* base transition so the banner animates both in AND back out (auto-dismiss) */
.hero-phone-wrap .ios-noti { transition: opacity .45s var(--sd-ease-out), transform .5s var(--sd-ease-out); }
/* drops from above (overrides the default rise-up reveal) */
.hero-phone-wrap .ios-noti.reveal { opacity: 0; transform: translateY(-20px); }

@media (max-width: 860px) {
  .hero-phone-wrap { margin-top: 40px; }
  .hero-phone-wrap .ipx { --pw: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-phone-wrap .reveal { opacity: 1; transform: none; }
  .hero-phone-wrap .mc-react { opacity: 1; transform: none; }
  .typing { display: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION SHELL (shared cap)
   ═══════════════════════════════════════════════════════════════════ */
.v2-section { padding: var(--sd-sec-y) 24px; position: relative; overflow: hidden; }
.v2-section.cream { background: var(--sd-bg-cream); }
.v2-section.white { background: #fff; }
.v2-inner { max-width: 1180px; margin: 0 auto; position: relative; }
.v2-cap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.v2-cap .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sd-primary-text);   /* AA */
  margin-bottom: 14px;
}
.v2-cap .kicker::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%; background: currentColor;  /* match eyebrow text */
}
.v2-cap h2 {
  font-family: var(--sd-font-display);
  font-size: var(--sd-text-section);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--sd-neutral-950);
  margin: 0 0 16px;
  text-wrap: balance;
}
.v2-cap p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--sd-fg-muted);
  margin: 0 auto;
  text-wrap: pretty;
}
.v2-cap p + p { margin-top: 14px; }

/* ═══════════════════════════════════════════════════════════════════
   HOW IT WORKS — 4 pillars
   ═══════════════════════════════════════════════════════════════════ */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pillar {
  background: #fff;
  border: 1px solid var(--sd-border);
  border-radius: 18px;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 1px 2px rgba(44,47,50,0.04);
  transition: transform var(--sd-dur-base) var(--sd-ease),
              box-shadow var(--sd-dur-base) var(--sd-ease);
}
.pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(44,47,50,0.07);
}
.pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pillar-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--sd-primary-100);
  color: var(--sd-primary);
  display: inline-flex; align-items: center; justify-content: center;
}
.pillar-icon i { width: 23px; height: 23px; stroke-width: 1.7; }
.pillar-num {
  font-family: var(--sd-font-display);
  font-size: 22px; font-weight: 700;
  color: var(--sd-primary);
  opacity: 0.34;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.pillar h3 {
  font-family: var(--sd-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--sd-neutral-950);
  margin: 0;
  text-wrap: balance;
}
.pillar p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--sd-fg-muted);
  margin: 0;
  text-wrap: pretty;
}
/* "Done-for-you" tile — dark invert standout */
.pillar.is-logistics {
  background: linear-gradient(180deg, var(--sd-neutral-900) 0%, var(--sd-neutral-950) 100%);
  border-color: var(--sd-neutral-800);
}
.pillar.is-logistics .pillar-icon {
  background: var(--sd-primary);
  color: #fff;
}
.pillar.is-logistics h3 { color: #fff; }
.pillar.is-logistics p { color: rgba(255,255,255,0.72); }
.pillar.is-logistics .pillar-num { color: var(--sd-primary); opacity: 0.7; }

@media (max-width: 980px) {
  .pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  /* shrink the hero iPhone so it never exceeds the phone viewport */
  .hero-phone-wrap .ipx { --pw: 240px; }
}
@media (max-width: 560px) {
  .pillars { grid-template-columns: 1fr; }
}

/* section CTA → routes to the full How It Works page (matches home pattern) */
.hw-cta { text-align: center; margin-top: 44px; }



.seg-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.seg-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: #fff;
  border: 1px solid var(--sd-border);
  border-radius: 9999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--sd-neutral-950);
  cursor: pointer;
  transition: all 160ms var(--sd-ease);
}
.seg-tab i { width: 16px; height: 16px; color: var(--sd-fg-muted); }
.seg-tab:hover { border-color: var(--sd-primary-200); color: var(--sd-primary); }
.seg-tab:hover i { color: var(--sd-primary); }
.seg-tab.active {
  background: var(--sd-primary);
  color: #fff;
  border-color: var(--sd-primary-700);
  box-shadow: 0 8px 20px rgba(225,84,57,0.22);
}
.seg-tab.active i { color: #fff; }

.seg-panels { position: relative; }
.seg-panel { display: none; }
.seg-panel.active {
  display: grid;
  grid-template-columns: 0.92fr 1.25fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--sd-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(44,47,50,0.06);
  animation: segFade 360ms var(--sd-ease);
}
@keyframes segFade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Photo side */
.seg-photo {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 440px;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.seg-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,15,12,0.05) 0%, rgba(20,15,12,0.55) 100%);
}
.seg-photo-label {
  position: absolute;
  bottom: 20px; right: 20px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border-radius: 9999px;
  padding: 9px 15px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--sd-neutral-950);
  z-index: 1;
}
.seg-photo-label i { width: 15px; height: 15px; color: var(--sd-primary); }


/* Body side — the three beats */
.seg-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 44px 44px 40px;
}
.seg-headline {
  font-family: var(--sd-font-display);
  font-size: var(--sd-text-section-sub);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.16;
  color: var(--sd-neutral-950);
  margin: 4px 0 24px;
  text-wrap: balance;
}
.beats {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.beat {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding-bottom: 24px;
  position: relative;
}
.beat:last-child { padding-bottom: 0; }
/* connecting spine */
.beat::before {
  content: "";
  position: absolute;
  left: 19px; top: 40px; bottom: -4px;
  width: 2px;
  border-left: 2px dashed var(--sd-neutral-200);
}
.beat:last-child::before { display: none; }
.beat-node {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex: none;
  z-index: 1;
  background: #fff;
  border: 2px solid var(--sd-neutral-200);
  color: var(--sd-neutral-400);
}
.beat-node i { width: 18px; height: 18px; }
.beat.b-continuity .beat-node {
  border-color: var(--sd-primary);
  background: var(--sd-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(225,84,57,0.25);
}
.beat.b-outcome .beat-node {
  border-color: var(--sd-success);
  background: var(--sd-success-100);
  color: var(--sd-success);
}
.beat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sd-fg-muted);
  margin-bottom: 5px;
}
.beat.b-continuity .beat-label { color: var(--sd-primary-text); /* AA */ }
.beat.b-outcome .beat-label { color: var(--sd-success); }
.beat-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--sd-neutral-800);
  margin: 0;
  text-wrap: pretty;
  padding-top: 6px;
}
.beat.b-outcome .beat-text {
  font-family: var(--sd-font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--sd-neutral-950);
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .seg-panel.active { grid-template-columns: 1fr; }
  .seg-photo { min-height: 300px; }
  .seg-body { padding: 32px 28px; }

}


/* ═══════════════════════════════════════════════════════════════════
   TRUSTED SUPPLY (marquee)
   ═══════════════════════════════════════════════════════════════════ */
.supply-marquee { margin-top: 4px; }

/* ═══════════════════════════════════════════════════════════════════
   BELONG — branded merchandise
   ═══════════════════════════════════════════════════════════════════ */
.belong {
  padding: var(--sd-sec-y) 24px;
  background:
    radial-gradient(720px 480px at 10% 14%, rgba(75,82,126,0.06), transparent 60%),
    radial-gradient(700px 480px at 92% 88%, rgba(75,82,126,0.04), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--sd-bg-cream) 100%);
  position: relative;
  overflow: hidden;
}
.belong-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.belong-eyebrow {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.belong-eyebrow .kicker { margin-bottom: 0; }
.belong-text .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sd-primary-text);   /* AA */
  margin-bottom: 14px;
}
.belong-text .kicker::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%; background: currentColor;  /* match eyebrow text */
}
.belong-text h2 {
  font-family: var(--sd-font-display);
  font-size: var(--sd-text-section);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--sd-neutral-950);
  margin: 0 0 16px;
  text-wrap: balance;
}
.belong-text > p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--sd-fg-muted);
  margin: 0 0 14px;
  text-wrap: pretty;
}
.belong-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.belong-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--sd-border);
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sd-neutral-950);
  box-shadow: 0 1px 2px rgba(44,47,50,0.04);
}
.belong-chip i { width: 15px; height: 15px; color: var(--sd-success); flex: none; }

/* Merch visual cluster */
.belong-art {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 420px;
}
/* tiles use the shared .mtile / .mt-photo / .rescue-print component from site.css.
   Pet-Pros overrides: larger tiles + garments fill the frame (less white space).
   Per-garment background-size because the source PNGs are framed differently
   (tees have big internal margins, hoodie nearly fills, hats sit on a black bg). */
.belong .merch-grid { max-width: 520px; gap: 18px; }
.belong .mt-photo { background-size: 132% auto; }      /* tees — most internal whitespace */
.belong .is-hoodie .mt-photo { background-size: 104% auto; }
.belong .is-hat .mt-photo { background-size: 116% auto; }
.belong .is-bowl .mt-photo { background-size: 118% auto; }

/* logo print scales + repositions to land on the (now larger) garment chest/front */
.belong .rp-mark { width: 30px; }
.belong .rp-name { font-size: 9.5px; }
.belong .rp-tee    { top: 52%; }
.belong .rp-hoodie { top: 40%; }
.belong .rp-hat    { top: 42%; }
.belong .rp-bowl   { top: 66%; }
.belong .is-bowl .rp-mark { width: 28px; }
.belong .is-bowl .rp-name { font-size: 9px; }

@media (max-width: 900px) {
  .belong-inner { grid-template-columns: 1fr; gap: 44px; }
  .belong-art { order: 2; }
}

/* ═══════════════════════════════════════════════════════════════════
   CLOSING — dark finish
   ═══════════════════════════════════════════════════════════════════ */
.v2-closing {
  padding: var(--sd-sec-y-cta) 24px;
  background: var(--sd-surface-dark);
  color: var(--sd-fg-on-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v2-closing::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(640px 360px at 84% 88%, rgba(75,82,126,0.20), transparent 64%);
  pointer-events: none;
}
.v2-closing-inner { max-width: 820px; margin: 0 auto; position: relative; }
.v2-closing .kicker {
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sd-primary-300);
  margin-bottom: 24px;
}
.v2-closing h2 {
  font-family: var(--sd-font-display);
  font-size: var(--sd-text-section-lg);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.v2-closing h2 span { color: var(--sd-primary-300); font-style: italic; }
.v2-closing p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--sd-fg-on-dark-muted);
  max-width: 660px;
  margin: 0 auto 36px;
  text-wrap: balance;
}
.v2-closing-ctas {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}


@media (max-width: 720px) {
  .v2-hero { padding: 116px 20px 56px; }
  .v2-section { padding: var(--sd-sec-y) 20px; }
  .belong { padding: var(--sd-sec-y) 20px; }
}
@media (max-width: 640px) {
  /* h1-fluid floor is 44px → "recommendations" clips at 375px */
  .v2-hero h1 { font-size: clamp(30px, 9vw, 42px); }
}
