:root {
  --club-cream: #f7f1e6;
  --club-ink: #173027;
  --club-muted: #52645b;
  --club-mint: #dff0df;
  --club-lime: #a7da77;
  --club-card: #ffffff;
  --club-border: rgba(23, 48, 39, 0.12);
}

.small-dog-club-page { background: var(--club-cream); }

.small-dog-club-page main {
  padding: clamp(32px, 5vw, 72px) 24px clamp(72px, 9vw, 116px);
  color: var(--club-ink);
  background:
    radial-gradient(circle at 5% 6%, rgba(167, 218, 119, 0.24), transparent 23rem),
    radial-gradient(circle at 97% 48%, rgba(26, 123, 62, 0.1), transparent 25rem),
    var(--club-cream);
}

.small-dog-club-page main > * {
  max-width: 1160px;
  margin-inline: auto;
}

.small-dog-club-page section { text-align: left; }

.club-eyebrow {
  margin: 0 0 14px;
  color: var(--ff-green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.club-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  min-height: 570px;
  padding: 0;
  overflow: hidden;
  background: var(--club-card);
  border: 1px solid var(--club-border);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(32, 65, 48, 0.12);
}

.club-hero__copy {
  display: flex;
  padding: clamp(42px, 6vw, 78px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #173027;
}

.club-hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: "Adventure", "Open Sans", Arial, sans-serif;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  letter-spacing: 0.015em;
  line-height: 0.91;
  text-transform: uppercase;
}

.club-hero h1 span { display: block; }
.club-hero__title-main { color: #ffffff; }
.club-hero h1 .club-hero__title-accent { margin-top: 0.12em; color: var(--ff-green); font-size: 0.74em; white-space: nowrap; }

.club-hero__copy .club-eyebrow { color: var(--club-lime); }

.club-hero__lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.club-hero__lede strong { color: #ffffff; }

.club-button {
  display: inline-flex;
  margin-top: 30px;
  padding: 14px 23px;
  align-items: center;
  gap: 22px;
  color: #ffffff;
  background: var(--ff-green);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(26, 123, 62, 0.22);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.club-button:hover,
.club-button:focus-visible { background: #125c2d; transform: translateY(-2px); }

.club-hero__photo { position: relative; min-height: 570px; margin: 0; }
.club-hero__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 48, 39, 0.08), transparent 35%);
  content: "";
  pointer-events: none;
}

.club-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }

.club-hero__photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  width: 154px;
  height: 154px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--club-ink);
  background: var(--club-lime);
  border: 5px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(10, 42, 25, 0.25);
  line-height: 1.1;
  transform: rotate(-6deg);
}

.club-hero__photo figcaption strong { font-family: "Adventure", sans-serif; font-size: 3rem; }
.club-hero__photo figcaption span { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.club-offer {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(38px, 7vw, 90px);
  margin-top: 28px;
  padding: clamp(44px, 7vw, 82px);
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #124d2a, #1a7b3e);
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(21, 80, 43, 0.17);
}

.club-offer__badge {
  display: grid;
  width: min(100%, 270px);
  aspect-ratio: 1;
  place-content: center;
  color: var(--club-ink);
  background: var(--club-lime);
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(23, 48, 39, 0.08), 0 18px 45px rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: rotate(-5deg);
}

.club-offer__badge strong { font-family: "Adventure", sans-serif; font-size: clamp(4.5rem, 9vw, 7rem); letter-spacing: 0.02em; line-height: 0.72; }
.club-offer__badge span { margin-top: 12px; font-size: 1.1rem; font-weight: 900; letter-spacing: 0.24em; text-transform: uppercase; }
.club-offer .club-eyebrow { color: #bce69a; }

.club-offer h2,
.club-groups h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -0.04em; }
.club-offer h2 sup { font-size: 0.4em; vertical-align: super; }
.club-offer__copy > p:not(.club-eyebrow, .club-exclusion) { max-width: 690px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.85); font-size: 1.06rem; }
.club-offer__copy > p strong { color: #ffffff; }

.club-inclusions { margin-top: 30px; }
.club-inclusions p { margin: 0 0 12px; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.club-inclusions ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 10px; list-style: none; }
.club-inclusions li { display: flex; padding: 10px 14px; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.11); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; font-size: 0.9rem; font-weight: 700; }
.club-inclusions .material-symbols-outlined { color: #bce69a; font-size: 1.15rem; }
.club-exclusion { display: flex; margin: 26px 0 0; align-items: center; gap: 10px; color: #ffffff; font-size: 0.92rem; }
.club-exclusion .material-symbols-outlined { color: #bce69a; }

.club-groups {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 74px);
  margin-top: 28px;
  padding: clamp(42px, 7vw, 78px);
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--club-border);
  border-radius: 34px;
}

.club-groups__mark { display: grid; width: 180px; height: 180px; place-items: center; color: var(--ff-green); background: var(--club-mint); border-radius: 42% 58% 60% 40% / 55% 42% 58% 45%; transform: rotate(-5deg); }
.club-groups__mark .material-symbols-outlined { font-size: 5.4rem; transform: rotate(5deg); }
.club-groups div:last-child > p:not(.club-eyebrow, .club-motto) { max-width: 780px; margin: 24px 0 0; color: var(--club-muted); font-size: 1.06rem; }
.club-motto { margin: 24px 0 0; color: var(--ff-green); font-family: "Adventure", sans-serif; font-size: 1.65rem; letter-spacing: 0.04em; text-transform: uppercase; }
.club-fine-print { padding: 22px 18px 0; color: var(--club-muted); text-align: center; }

@media (max-width: 850px) {
  .club-hero { grid-template-columns: 1fr; }
  .club-hero__photo { min-height: 420px; }
  .club-offer { grid-template-columns: 210px minmax(0, 1fr); }
}

@media (max-width: 650px) {
  .small-dog-club-page main { padding-inline: 14px; }
  .club-hero, .club-offer, .club-groups { border-radius: 24px; }
  .club-hero__copy { padding: 42px 25px; }
  .club-hero h1 { font-size: clamp(2.75rem, 15vw, 4.3rem); }
  .club-hero__photo { min-height: 340px; }
  .club-hero__photo figcaption { right: 32px; bottom: 18px; width: 124px; height: 124px; }
  .club-hero__photo figcaption strong { font-size: 2.4rem; }
  .club-offer, .club-groups { grid-template-columns: 1fr; padding: 42px 25px; }
  .club-offer__badge { width: 190px; margin: 0 auto; }
  .club-offer__badge strong { font-size: 5rem; }
  .club-groups__mark { width: 130px; height: 130px; }
  .club-groups__mark .material-symbols-outlined { font-size: 4rem; }
}

html[data-theme="dark"] {
  --club-cream: #101713;
  --club-ink: #eef5ef;
  --club-muted: #bac6bc;
  --club-card: #18211b;
  --club-border: rgba(225, 241, 228, 0.13);
  --club-mint: #253b2b;
}

html[data-theme="dark"] .club-hero { box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28); }
html[data-theme="dark"] .club-hero__lede strong { color: #ffffff; }
html[data-theme="dark"] .club-groups { background: rgba(24, 33, 27, 0.82); }
html[data-theme="dark"] .club-offer { background: linear-gradient(135deg, #103d24, #176735); }
html[data-theme="dark"] .club-offer__badge,
html[data-theme="dark"] .club-hero__photo figcaption { color: #173027; }
