:root {
  --black: #050105;
  --black-soft: #120713;
  --purple-950: #15001d;
  --purple-900: #240031;
  --purple-800: #3f0755;
  --purple-700: #67139a;
  --purple-600: #8a2de2;
  --gold: #ffd426;
  --gold-700: #f5a400;
  --gold-soft: #ffe589;
  --cream: #fff6df;
  --paper: #fffaf0;
  --ink: #170819;
  --muted: #735f7b;
  --line: rgba(255, 212, 38, 0.28);
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 72px rgba(5, 1, 5, 0.28);
  --radius: 8px;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

main,
header,
footer,
section {
  max-width: 100%;
}

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

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

p,
h1,
h2,
h3 {
  margin-top: 0;
  overflow-wrap: break-word;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  min-width: 0;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  padding: 10px clamp(18px, 3vw, 42px);
  background: rgba(5, 1, 5, 0.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: min(72vw, 360px);
  min-width: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.athletics-header .brand img {
  width: 66px;
  height: 58px;
  object-fit: contain;
  border-radius: 0;
}

.brand span {
  display: grid;
  gap: 3px;
  line-height: 1;
  min-width: 0;
}

.brand strong {
  color: var(--cream);
  font-size: 1rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand em {
  color: var(--gold);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  color: var(--black);
  border-radius: var(--radius);
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px 0 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 212, 38, 0.13), transparent 26%),
    radial-gradient(circle at 18% 16%, rgba(138, 45, 226, 0.5), transparent 36%),
    linear-gradient(135deg, #050105 0%, #250033 52%, #08010a 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 2px, transparent 2px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 88%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 44px solid rgba(255, 212, 38, 0.1);
  border-radius: 50%;
}

.athletics-hero {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 212, 38, 0.18), transparent 26%),
    radial-gradient(circle at 20% 16%, rgba(103, 19, 154, 0.58), transparent 38%),
    linear-gradient(135deg, #050105 0%, #2e003d 50%, #08010a 100%);
}

.hero-grid {
  display: grid;
  gap: 26px;
  min-width: 0;
}

.hero-grid > *,
.two-column > *,
.compliance-grid > *,
.prospect-grid > *,
.contact-grid > *,
.athletics-feature-grid > *,
.service-grid > *,
.offer-grid > *,
.fit-grid > *,
.faq-grid > *,
.media-journey > * {
  min-width: 0;
}

.hero-copy-wrap {
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  max-width: 100%;
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 18px;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.62rem, 8.8vw, 5.8rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.05rem, 8vw, 4.35rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.16;
}

.hero-copy {
  width: 100%;
  max-width: 690px;
  color: rgba(255, 246, 223, 0.9);
  font-size: 1.03rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-width: 100%;
  padding: 14px 18px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(5, 1, 5, 0.28);
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 212, 38, 0.72);
  outline-offset: 2px;
}

.button.primary {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.button.secondary {
  color: var(--cream);
  border-color: rgba(255, 246, 223, 0.56);
  background: rgba(255, 246, 223, 0.06);
}

.dark-button {
  color: var(--ink);
  border-color: rgba(23, 8, 25, 0.26);
  background: rgba(255, 250, 240, 0.44);
}

.button.secondary.dark-button {
  color: var(--ink);
  border-color: rgba(23, 8, 25, 0.28);
  background: rgba(255, 250, 240, 0.5);
}

.hero-channel-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 18px 0 0;
  color: rgba(255, 246, 223, 0.78);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.hero-channel-line span {
  color: var(--gold);
}

.hero-panel {
  display: grid;
  gap: 22px;
  align-content: start;
}

.hero-summary {
  align-self: center;
  justify-items: start;
}

.hero-logo-line {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 100%;
  color: var(--cream);
}

.hero-logo-line img {
  width: clamp(76px, 9vw, 104px);
  height: clamp(76px, 9vw, 104px);
  flex: 0 0 auto;
  object-fit: cover;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.athletics-logo-line img {
  width: clamp(112px, 13vw, 158px);
  height: clamp(88px, 10vw, 126px);
  object-fit: contain;
}

.hero-logo-line strong {
  display: block;
  font-size: clamp(1.42rem, 2.6vw, 2.28rem);
  font-weight: 850;
  line-height: 1;
}

.hero-logo-line em {
  display: block;
  margin-top: 7px;
  color: var(--gold);
  font-style: normal;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 1.45px;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-dog-logo,
.athletics-lockup {
  width: min(calc(100% - 2px), 390px);
  justify-self: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-dog-logo {
  padding: 10px;
}

.athletics-lockup {
  padding: 0;
}

.scoreboard-card {
  position: relative;
  width: min(100%, 440px);
  padding: 22px 0 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(255, 212, 38, 0.34);
  border-radius: 0;
  background: transparent;
}

.scoreboard-card::after {
  content: none;
}

.scoreboard-card span,
.offer-card span,
.service-grid article span,
.fit-grid article span,
.target-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scoreboard-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.62rem, 4.3vw, 2.34rem);
  line-height: 1;
}

.scoreboard-card p {
  margin-bottom: 0;
  color: rgba(255, 246, 223, 0.84);
  font-weight: 650;
}

.outcome-strip {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 34px;
}

.outcome-strip div {
  min-height: 148px;
  padding: 18px;
  border: 1px solid rgba(255, 212, 38, 0.26);
  border-radius: var(--radius);
  background: rgba(5, 1, 5, 0.54);
}

.outcome-strip span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.outcome-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 1.08rem;
  font-weight: 850;
}

.outcome-strip p {
  margin-bottom: 0;
  color: rgba(255, 246, 223, 0.78);
  font-size: 0.94rem;
  font-weight: 650;
}

section:not(.hero) {
  padding: 58px 0;
}

.market-section,
.offers-section,
.fit-section,
.faq-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 212, 38, 0.12), transparent 32%),
    linear-gradient(180deg, var(--paper) 0%, #fff0c9 100%);
}

.services-section,
.stack-section,
.contact-section {
  color: var(--cream);
  background:
    radial-gradient(circle at 86% 8%, rgba(138, 45, 226, 0.24), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(255, 212, 38, 0.1), transparent 30%),
    linear-gradient(135deg, #080109, #270031 58%, #050105);
}

.athletics-services,
.athletics-stack,
.athletics-contact {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 212, 38, 0.12), transparent 24%),
    linear-gradient(135deg, #070108, #2b0039 58%, #050105);
}

.athletics-feature,
.compliance-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(103, 19, 154, 0.1), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #ffe7ad 62%, #ffd27d 100%);
}

.athletics-market,
.athletics-offers,
.athletics-fit,
.athletics-answers,
.athletics-research-home {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 212, 38, 0.16), transparent 30%),
    linear-gradient(180deg, var(--paper) 0%, #fff0ca 100%);
}

.two-column,
.compliance-grid,
.contact-grid,
.athletics-feature-grid {
  display: grid;
  gap: 24px;
}

.tight-copy {
  max-width: 720px;
  font-size: 1.02rem;
  font-weight: 650;
}

.tight-copy p:last-child,
.section-heading p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 28px;
}

.section-heading p {
  color: inherit;
  font-size: 1.02rem;
  font-weight: 650;
}

.services-section .section-heading p,
.stack-section .section-heading p,
.contact-section p {
  color: rgba(255, 246, 223, 0.78);
}

.service-grid,
.offer-grid,
.fit-grid,
.faq-grid,
.media-journey {
  display: grid;
  gap: 12px;
}

.service-grid article,
.offer-card,
.fit-grid article,
.faq-grid article,
.target-card,
.athletics-card {
  min-width: 0;
  padding: 20px;
  border-radius: var(--radius);
}

.service-grid article,
.journey-stage {
  border: 1px solid rgba(255, 212, 38, 0.28);
  background: rgba(255, 246, 223, 0.07);
}

.service-grid article h3,
.service-grid article p,
.journey-stage h3,
.journey-stage p {
  color: var(--cream);
}

.service-grid article p,
.offer-card p,
.fit-grid article p,
.faq-grid article p,
.target-card p,
.athletics-card p {
  margin-bottom: 0;
  font-weight: 650;
}

.service-grid article p,
.journey-stage p {
  color: rgba(255, 246, 223, 0.76);
}

.offer-card,
.fit-grid article,
.faq-grid article,
.target-card,
.athletics-card {
  border: 1px solid rgba(23, 8, 25, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.16)),
    #ffe0a3;
  box-shadow: 0 18px 38px rgba(23, 8, 25, 0.08);
}

.offer-card:nth-child(even),
.fit-grid article:nth-child(even) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1)),
    #f5c982;
}

.primary-offer {
  color: var(--cream);
  border-color: rgba(255, 212, 38, 0.5);
  background:
    linear-gradient(135deg, #3a064d, #120014) !important;
}

.primary-offer p {
  color: rgba(255, 246, 223, 0.8);
}

.primary-offer a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 850;
}

.offer-card:not(.primary-offer) span,
.fit-grid article span,
.faq-grid article span,
.target-card span,
.athletics-card span {
  color: #4f0870;
}

.services-section .service-grid article span,
.stack-section .journey-stage .stage-number,
.scoreboard-card span,
.primary-offer span,
.contact-section .section-kicker {
  color: var(--gold);
}

.offer-card:not(.primary-offer) span {
  color: #6f3f00;
}

.athletics-card {
  color: var(--cream);
  border-color: rgba(255, 212, 38, 0.34);
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 212, 38, 0.16), transparent 32%),
    linear-gradient(135deg, #050105, #2b0039);
  box-shadow: var(--shadow);
}

.athletics-card img {
  width: min(100%, 430px);
  margin-bottom: 18px;
  border-radius: 0;
}

.athletics-card p {
  color: rgba(255, 246, 223, 0.82);
}

.athletics-feature .athletics-card p {
  color: rgba(255, 246, 223, 0.84);
}

.journey-stage {
  min-height: 208px;
  padding: 20px;
  overflow: hidden;
  border-radius: var(--radius);
}

.journey-stage .stage-number {
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.journey-stage > p {
  margin: 6px 0 8px;
  color: rgba(255, 246, 223, 0.76);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.journey-stage h3 {
  font-size: 1.28rem;
}

.journey-pills,
.ops-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platform-pill,
.ops-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--black);
  background: var(--gold);
  font-size: 0.84rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.platform-pill.youtube {
  color: #fff;
  background: #ff0033;
}

.platform-pill.meta {
  color: #fff;
  background: #2457a4;
}

.platform-pill.programmatic {
  color: #ffe2a6;
  background: #3b1975;
}

.platform-pill.linkedin {
  color: #fff;
  background: #0a66c2;
}

.platform-pill.display {
  color: var(--black);
  background: #ffc481;
}

.platform-pill.google {
  color: var(--black);
  background: linear-gradient(135deg, #fbbc05 0 45%, #34a853 45% 63%, #4285f4 63%);
}

.platform-pill.landing {
  color: #fff;
  background: #6c16a3;
}

.platform-pill.call {
  color: #fff;
  background: #2e8b57;
}

.platform-pill.ga4,
.platform-pill.data {
  color: var(--black);
  background: #ffd69a;
}

.platform-pill.hubspot {
  color: #fff;
  background: #ff5c35;
}

.compliance-section h2,
.athletics-feature h2 {
  color: var(--ink);
}

.compliance-section p,
.athletics-feature p {
  color: rgba(23, 8, 25, 0.78);
  font-weight: 650;
}

.rulebook-card {
  padding: 20px;
  border: 2px solid rgba(23, 8, 25, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.62);
}

.rulebook-badge {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 6px 14px;
  align-items: center;
  margin-bottom: 18px;
}

.rulebook-badge span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: var(--cream);
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--purple-800);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.rulebook-badge strong {
  font-size: 1.2rem;
  font-weight: 850;
}

.rulebook-badge em {
  color: rgba(23, 8, 25, 0.72);
  font-style: normal;
  font-weight: 750;
}

.rulebook-card ul,
.contact-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.rulebook-card li,
.contact-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 750;
}

.rulebook-card li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.rulebook-card p {
  margin-bottom: 0;
  color: rgba(23, 8, 25, 0.66);
  font-size: 0.9rem;
}

.faq-section .section-kicker,
.market-section .section-kicker,
.offers-section .section-kicker,
.fit-section .section-kicker {
  color: var(--purple-700);
}

.contact-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 212, 38, 0.32);
  border-radius: var(--radius);
  background: rgba(5, 1, 5, 0.58);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid rgba(255, 212, 38, 0.18);
  border-radius: var(--radius);
  background: #fff2d3;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form button {
  min-height: 52px;
  color: var(--black);
  border: 0;
  border-radius: var(--radius);
  background: var(--gold);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 850;
}

.site-footer {
  padding: 36px 0 24px;
  color: var(--cream);
  background: var(--black);
}

.footer-grid {
  display: grid;
  gap: 24px;
}

.footer-brand img {
  width: min(100%, 210px);
  border-radius: 18px;
}

.athletics-footer-brand img {
  width: min(100%, 280px);
  border-radius: 18px;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1.1px;
}

.site-footer a {
  display: table;
  margin-bottom: 10px;
  color: rgba(255, 246, 223, 0.78);
  font-size: 0.93rem;
  font-weight: 750;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 246, 223, 0.65);
  font-size: 0.86rem;
}

.policy-section,
.thank-you-section {
  min-height: calc(100vh - 74px);
  padding: 56px 0;
  background: var(--paper);
}

.thank-you-section {
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 212, 38, 0.24), transparent 28%),
    radial-gradient(circle at 14% 90%, rgba(103, 19, 154, 0.12), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #fff2d3 100%);
}

.policy-copy,
.thank-you-panel {
  max-width: 760px;
}

.policy-copy h1,
.thank-you-panel h1 {
  color: var(--ink);
}

.policy-copy h2 {
  margin-top: 28px;
  font-size: 2rem;
}

.policy-copy a {
  color: var(--purple-700);
  font-weight: 850;
}

.thank-you-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 5vw, 42px);
  color: var(--ink);
  border: 1px solid rgba(79, 8, 112, 0.16);
  border-top: 8px solid var(--gold);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 240, 0.94)),
    var(--paper);
  box-shadow: 0 24px 72px rgba(23, 8, 25, 0.16);
}

.thank-you-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 260px;
  height: 260px;
  border: 28px solid rgba(255, 212, 38, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.thank-you-panel .section-kicker {
  color: var(--purple-700);
}

.thank-you-panel > p:not(.section-kicker) {
  max-width: 640px;
  color: #3d2443;
  font-weight: 700;
}

.next-step-grid {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.next-step-grid article {
  padding: 18px;
  border: 1px solid rgba(79, 8, 112, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 8, 25, 0.08);
}

.next-step-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  min-width: 34px;
  min-height: 28px;
  color: var(--black);
  border-radius: 999px;
  background: var(--gold);
  font-family: var(--font-condensed);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.next-step-grid h2 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1rem;
}

.next-step-grid p {
  margin-bottom: 0;
  color: rgba(33, 5, 37, 0.78);
  font-size: 0.95rem;
}

.thank-you-panel img {
  width: 96px;
  height: 96px;
  margin-bottom: 18px;
  object-fit: contain;
  border-radius: 12px;
}

@media (min-width: 560px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .button {
    width: auto;
  }

  .service-grid,
  .offer-grid,
  .fit-grid,
  .faq-grid,
  .media-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .header-cta {
    display: none;
  }

  .brand {
    max-width: 100%;
  }

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(2.36rem, 10.2vw, 2.74rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.96rem, 8.1vw, 2.28rem);
    line-height: 0.99;
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .hero-summary {
    gap: 18px;
  }

  .hero-logo-line {
    gap: 13px;
  }

  .hero-logo-line img {
    width: 72px;
    height: 72px;
  }

  .hero-logo-line strong {
    font-size: 1.38rem;
  }

  .hero-channel-line {
    gap: 6px 8px;
    font-size: 0.86rem;
    letter-spacing: 0.7px;
  }

  .scoreboard-card h2 {
    font-size: clamp(1.72rem, 8vw, 2.08rem);
  }
}

@media (min-width: 860px) {
  .site-header {
    min-height: 82px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

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

  .nav-links {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.7vw, 24px);
    margin-left: auto;
    color: rgba(255, 246, 223, 0.82);
    font-size: 0.84rem;
    font-weight: 850;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    color: var(--gold);
  }

  .header-cta {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 74px;
  }

  .hero-grid,
  .two-column,
  .compliance-grid,
  .contact-grid,
  .athletics-feature-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: center;
  }

  .hero-copy {
    font-size: 1.14rem;
  }

  .home-dog-logo,
  .athletics-lockup,
  .hero-logo-line,
  .scoreboard-card {
    justify-self: end;
  }

  .outcome-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 46px;
    padding-bottom: 50px;
  }

  section:not(.hero) {
    padding: 78px 0;
  }

  .service-grid,
  .fit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-grid,
  .media-journey {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    align-items: start;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .section-inner {
    width: min(100% - 28px, 1120px);
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

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

  .brand em {
    font-size: 0.62rem;
    letter-spacing: 0.9px;
  }

  h1 {
    font-size: 2.34rem;
  }

  h2 {
    font-size: 1.9rem;
  }
}
