/*
 * Woof Watch homepage v3
 * Page-specific overrides live here so the SEO, pricing and case-study pages
 * keep their existing presentation.
 */

.home-v3 {
  --home-black: #0d100f;
  --home-black-2: #171b19;
  --home-paper: #f4f5ef;
  --home-white: #ffffff;
  --home-purple: #6b54ff;
  --home-purple-dark: #3927d9;
  --home-mint: #61ddb9;
  --home-mint-pale: #dff7ee;
  --home-yellow: #f5d660;
  --home-coral: #ff765e;
  --home-line: rgba(13, 16, 15, 0.16);
  --home-hero-scroll-y: 0px;
  --home-hero-scale: 1.06;
  --proof-shift: 0px;
  --proof-scale: 1.06;
  background: var(--home-paper);
}

html.home-page-root {
  overflow-x: clip;
}

body.home-v3 {
  overflow-x: clip;
}

.home-v3 .site-shell {
  background: var(--home-paper);
}

.home-v3 .motion-progress {
  z-index: 90;
  height: 3px;
  background: rgba(13, 16, 15, 0.08);
}

.home-v3 .motion-progress span {
  background: linear-gradient(90deg, var(--home-mint), var(--home-purple), var(--home-yellow));
  box-shadow: none;
}

.home-v3 .site-header {
  border-bottom-color: rgba(13, 16, 15, 0.1);
  background: rgba(248, 249, 244, 0.9);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(135%);
}

.home-v3 .site-header.is-scrolled {
  border-bottom-color: rgba(13, 16, 15, 0.15);
  background: rgba(248, 249, 244, 0.97);
  box-shadow: 0 12px 34px rgba(13, 16, 15, 0.11);
}

.home-v3 .nav-links a {
  border: 0;
  background: transparent;
}

.home-v3 .nav-links a:hover,
.home-v3 .nav-links a:focus-visible,
.home-v3 .nav-links a[aria-current="page"] {
  border: 0;
  color: var(--home-purple-dark);
  background: transparent;
}

.home-v3 .nav-links a::after {
  bottom: 4px;
  background: var(--home-purple);
}

.home-v3 .btn {
  border-radius: 6px;
  box-shadow: none;
}

.home-v3 .btn-primary {
  color: #ffffff;
  background: var(--home-purple);
  box-shadow: 0 14px 34px rgba(57, 39, 217, 0.24);
}

.home-v3 .btn-primary:hover,
.home-v3 .btn-primary:focus-visible {
  color: #ffffff;
  background: var(--home-purple-dark);
  box-shadow: 0 18px 38px rgba(57, 39, 217, 0.27);
}

.home-v3 .interactive-surface::before {
  display: none;
}

/* Hero */

.home-v3 .kennel-hero {
  min-height: max(680px, 94svh);
  padding: calc(var(--nav-h) + 52px) 0 58px;
  align-items: center;
  background: var(--home-black);
}

.home-v3 .kennel-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.46) 46%, #000 100%);
}

.home-v3 .kennel-hero::after {
  inset: auto 0 0;
  z-index: 3;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.home-v3 .kennel-hero-media {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.94) 0%, rgba(8, 10, 9, 0.82) 42%, rgba(8, 10, 9, 0.28) 78%, rgba(8, 10, 9, 0.42) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.12) 0%, rgba(8, 10, 9, 0.72) 100%),
    url("assets/woofwatch/hero-kennel-dog.jpg") center 44% / cover no-repeat;
  filter: saturate(0.82) contrast(1.08);
  transform:
    translate3d(
      var(--hero-shift-x),
      calc(var(--hero-shift-y) + var(--home-hero-scroll-y)),
      0
    )
    scale(var(--home-hero-scale));
}

.home-v3 .kennel-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 356px);
  align-items: center;
  gap: 68px;
}

.home-v3 .kennel-hero-copy {
  max-width: 860px;
}

.home-v3 .kennel-hero .eyebrow {
  margin-bottom: 22px;
  padding: 9px 12px;
  border-color: rgba(255, 255, 255, 0.26);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(13, 16, 15, 0.28);
  backdrop-filter: blur(12px);
}

.home-v3 .kennel-hero .eyebrow-dot {
  background: var(--home-mint);
  box-shadow: 0 0 0 5px rgba(97, 221, 185, 0.18);
}

.home-v3 .kennel-hero h1 {
  max-width: 880px;
  color: #ffffff;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 0.88;
  text-wrap: balance;
}

.home-v3 .kennel-hero .hero-kicker {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.58;
}

.home-v3 .kennel-hero .hero-actions {
  margin-top: 28px;
}

.home-v3 .kennel-hero .btn-primary {
  color: var(--home-black);
  background: var(--home-mint);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.home-v3 .kennel-hero .btn-primary:hover,
.home-v3 .kennel-hero .btn-primary:focus-visible {
  color: var(--home-black);
  background: #8aebcf;
}

.home-v3 .kennel-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(13, 16, 15, 0.38);
  backdrop-filter: blur(14px);
}

.home-v3 .kennel-hero .btn-secondary:hover,
.home-v3 .kennel-hero .btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.home-v3 .hero-proof {
  display: flex;
  margin-top: 22px;
}

.home-v3 .hero-proof span {
  min-height: 42px;
  border-radius: 0;
  background: rgba(13, 16, 15, 0.34);
}

.home-v3 .hero-control-console {
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: rgba(11, 14, 13, 0.6);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(125%);
}

.home-v3 .panel-topline {
  min-height: 54px;
  padding: 14px 16px;
}

.home-v3 .mini-feed {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(13, 16, 15, 0.04), rgba(13, 16, 15, 0.74)),
    url("assets/woofwatch/customer-dog.jpg") center 36% / cover no-repeat;
}

.home-v3 .mini-feed::before,
.home-v3 .mini-feed-status {
  border-radius: 0;
}

.home-v3 .panel-metrics strong {
  color: var(--home-mint);
}

.home-v3 .feed-reticle {
  border-radius: 50%;
}

/* Moving benefit rail */

.home-v3 .signal-band {
  z-index: 4;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid rgba(13, 16, 15, 0.18);
  background: var(--home-yellow);
}

.home-v3 .signal-track {
  width: max-content;
  display: flex;
  animation: homeSignalRail 34s linear infinite;
  will-change: transform;
}

.home-v3 .signal-band:hover .signal-track {
  animation-play-state: paused;
}

.home-v3 .signal-group {
  display: flex;
  flex: 0 0 auto;
}

.home-v3 .signal-band .strip-item {
  min-height: 74px;
  width: auto;
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  border: 0;
  border-right: 1px solid rgba(13, 16, 15, 0.2);
  border-radius: 0;
  color: var(--home-black);
  background: transparent;
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.home-v3 .signal-band .strip-item svg {
  width: 21px;
  height: 21px;
  color: var(--home-black);
}

/* Shared homepage section rhythm */

.home-v3 .section {
  padding: 128px 0;
}

.home-v3 .section::before {
  display: none;
}

.home-v3 .section-inner {
  transform: none;
}

.home-v3 .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.46fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 64px;
}

.home-v3 .section-head h2,
.home-v3 .app-copy h2,
.home-v3 .questionnaire-intro h2 {
  font-size: 4.55rem;
  font-weight: 900;
  line-height: 0.94;
}

.home-v3 .section-label {
  color: var(--home-purple-dark);
  letter-spacing: 0.12em;
}

.home-v3 .lead {
  color: rgba(13, 16, 15, 0.7);
  font-size: 1.04rem;
  line-height: 1.68;
}

.home-v3 .reveal {
  --reveal-y: 64px;
  --reveal-scale: 0.96;
  filter: blur(10px);
  clip-path: inset(8% 0 0 0);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-v3 .reveal.is-visible {
  clip-path: inset(0);
}

/* Stacked product story */

.home-v3 .home-story-section {
  overflow: visible;
  padding-bottom: 150px;
  background:
    linear-gradient(rgba(13, 16, 15, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 16, 15, 0.05) 1px, transparent 1px),
    #ffffff;
  background-size: 90px 90px;
}

.home-v3 #why .section-head {
  margin-bottom: 76px;
}

.home-v3 #why .conversion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  max-width: 980px;
  margin-left: auto;
  padding-bottom: 36px;
}

.home-v3 #why .conversion-card {
  position: sticky;
  min-height: 390px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-rows: 1fr auto auto;
  column-gap: 28px;
  align-content: end;
  padding: 40px;
  border: 1px solid rgba(13, 16, 15, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(13, 16, 15, 0.12);
}

.home-v3 #why .conversion-card.interactive-surface,
.home-v3 #why .conversion-card.interactive-surface.reveal.is-visible,
.home-v3 #why .conversion-card.interactive-surface.reveal.is-visible:hover {
  transform: none;
}

.home-v3 #why .conversion-card:nth-child(1) {
  top: calc(var(--nav-h) + 24px);
  z-index: 1;
  color: #ffffff;
  background: var(--home-black);
}

.home-v3 #why .conversion-card:nth-child(2) {
  top: calc(var(--nav-h) + 40px);
  z-index: 2;
  color: var(--home-black);
  background: #e9e6ff;
}

.home-v3 #why .conversion-card:nth-child(3) {
  top: calc(var(--nav-h) + 56px);
  z-index: 3;
  color: var(--home-black);
  background: var(--home-yellow);
}

.home-v3 #why .conversion-card::after {
  position: absolute;
  top: 22px;
  right: 30px;
  color: currentColor;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.12;
}

.home-v3 #why .conversion-card:nth-child(1)::after {
  content: "01";
}

.home-v3 #why .conversion-card:nth-child(2)::after {
  content: "02";
}

.home-v3 #why .conversion-card:nth-child(3)::after {
  content: "03";
}

.home-v3 #why .feature-icon {
  grid-row: 2 / 4;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.home-v3 #why .feature-icon svg {
  width: 28px;
  height: 28px;
}

.home-v3 #why .conversion-card h3 {
  grid-column: 2;
  margin: 0;
  color: inherit;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 0.98;
}

.home-v3 #why .conversion-card p {
  grid-column: 2;
  max-width: 680px;
  margin-top: 18px;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.62;
  opacity: 0.76;
}

.home-v3 #why .conversion-card.is-story-current {
  border-color: var(--home-purple);
}

.home-v3 .hardware-showcase {
  margin-top: 110px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 0;
  align-items: stretch;
}

.home-v3 .hardware-copy,
.home-v3 .hardware-image {
  border-radius: 0;
  box-shadow: none;
}

.home-v3 .hardware-copy {
  padding: 54px;
  border-color: var(--home-black);
  color: #ffffff;
  background: var(--home-black);
}

.home-v3 .hardware-copy .section-label {
  color: var(--home-mint);
}

.home-v3 .hardware-copy h3 {
  max-width: 620px;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.98;
}

.home-v3 .hardware-copy p,
.home-v3 .hardware-copy .check-list li {
  color: rgba(255, 255, 255, 0.72);
}

.home-v3 .hardware-copy .check-list svg {
  color: var(--home-mint);
}

.home-v3 .hardware-image {
  min-height: 520px;
  padding: 44px;
  border-color: rgba(13, 16, 15, 0.18);
  background:
    linear-gradient(rgba(13, 16, 15, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 16, 15, 0.07) 1px, transparent 1px),
    var(--home-mint-pale);
  background-size: 44px 44px;
}

/* Revenue calculator */

.home-v3 .home-revenue-section {
  color: #ffffff;
  background: var(--home-black);
}

.home-v3 #revenue .section-head h2,
.home-v3 #revenue .section-head .lead {
  color: #ffffff;
}

.home-v3 #revenue .section-head .lead {
  opacity: 0.68;
}

.home-v3 #revenue .section-label {
  color: var(--home-mint);
}

.home-v3 #revenue .revenue-calculator {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-v3 #revenue .calc-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
  gap: 0;
}

.home-v3 #revenue .calc-controls,
.home-v3 #revenue .calc-results {
  padding: 42px;
}

.home-v3 #revenue .calc-controls {
  align-content: center;
  gap: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v3 #revenue .package-switch {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v3 #revenue .package-option {
  min-height: 90px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}

.home-v3 #revenue .package-option:last-child {
  border-right: 0;
}

.home-v3 #revenue .package-option span {
  color: rgba(255, 255, 255, 0.5);
}

.home-v3 #revenue .package-switch-pricing::before {
  border: 0;
  border-radius: 0;
  background: var(--home-purple);
  box-shadow: none;
}

.home-v3 #revenue .package-option.is-active span {
  color: rgba(255, 255, 255, 0.78);
}

.home-v3 #revenue .calc-field {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.home-v3 #revenue .currency-input {
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
}

.home-v3 #revenue .currency-input span,
.home-v3 #revenue .currency-input input {
  color: #ffffff;
}

.home-v3 #revenue .currency-range-row input[type="range"] {
  background:
    linear-gradient(90deg, var(--home-mint) 0 var(--range-fill, 21%), rgba(255, 255, 255, 0.17) var(--range-fill, 21%) 100%);
}

.home-v3 #revenue .currency-range-row input[type="range"]::-webkit-slider-thumb {
  background: var(--home-mint);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.home-v3 #revenue .currency-range-row input[type="range"]::-moz-range-thumb {
  background: var(--home-mint);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.home-v3 #revenue .calc-results {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 0;
}

.home-v3 #revenue .result-metric {
  min-height: 124px;
  padding: 22px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.home-v3 #revenue .result-metric:nth-of-type(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v3 #revenue .result-metric:last-of-type {
  grid-column: 1 / -1;
}

.home-v3 #revenue .result-metric strong {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.35;
}

.home-v3 #revenue .result-metric span {
  color: #ffffff;
  font-size: 2.35rem;
}

.home-v3 #revenue .hero-result {
  min-height: 196px;
  grid-column: 1 / -1;
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
}

.home-v3 #revenue .hero-result span {
  margin-top: 16px;
  color: var(--home-mint);
  font-size: 4.65rem;
}

.home-v3 #revenue .estimate-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  border: 0;
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
}

.home-v3 #revenue .calc-results > .btn {
  grid-column: 1 / -1;
  width: fit-content;
  margin: 8px 22px 22px;
}

.home-v3 #revenue .seo-cta {
  margin-top: 28px;
  padding: 34px;
  border: 0;
  border-radius: 0;
  color: var(--home-black);
  background: var(--home-yellow);
  box-shadow: none;
}

.home-v3 #revenue .seo-cta h3 {
  color: var(--home-black);
  font-size: 2rem;
  line-height: 1.04;
}

.home-v3 #revenue .seo-cta p,
.home-v3 #revenue .trust-stack span {
  color: rgba(13, 16, 15, 0.72);
}

.home-v3 #revenue .trust-stack svg {
  color: var(--home-purple-dark);
}

.home-v3 #revenue .seo-cta .btn-secondary {
  border-color: var(--home-black);
  color: #ffffff;
  background: var(--home-black);
}

/* Full-width case-study proof */

.home-v3 .home-proof-band {
  --proof-shift: 0px;
  --proof-scale: 1.06;
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  color: #ffffff;
  background: var(--home-black);
}

.home-v3 .home-proof-media,
.home-v3 .home-proof-grid {
  position: absolute;
  inset: 0;
}

.home-v3 .home-proof-media {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.94) 0%, rgba(8, 10, 9, 0.72) 50%, rgba(8, 10, 9, 0.34) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.08) 0%, rgba(8, 10, 9, 0.78) 100%),
    url("assets/woofwatch/case-studies/beacon-barkers/dogs-lined-up.jpg") center / cover no-repeat;
  transform: translate3d(0, var(--proof-shift), 0) scale(var(--proof-scale));
  will-change: transform;
}

.home-v3 .home-proof-grid {
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.24));
}

.home-v3 .home-proof-content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  grid-template-rows: auto 1fr auto;
  gap: 42px;
  align-items: end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-v3 .home-proof-brand {
  grid-column: 1 / -1;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-v3 .home-proof-brand img {
  width: 168px;
  max-height: 104px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.home-v3 .home-proof-brand span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(13, 16, 15, 0.36);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.home-v3 .home-proof-copy {
  align-self: end;
  max-width: 760px;
}

.home-v3 .home-proof-copy .section-label {
  color: var(--home-mint);
}

.home-v3 .home-proof-copy h2 {
  color: #ffffff;
  font-size: 5.35rem;
  font-weight: 900;
  line-height: 0.9;
}

.home-v3 .home-proof-copy h2 span {
  color: var(--home-yellow);
}

.home-v3 .home-proof-copy p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.62;
}

.home-v3 .home-proof-copy .btn {
  margin-top: 28px;
}

.home-v3 .home-proof-metrics {
  align-self: end;
  display: grid;
  gap: 0;
  margin: 0;
}

.home-v3 .home-proof-metrics div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.home-v3 .home-proof-metrics dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-v3 .home-proof-metrics dd {
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

/* Rollout timeline */

.home-v3 .home-rollout-section {
  background: var(--home-paper);
}

.home-v3 .owner-journey {
  --journey-progress: 0;
  position: relative;
  gap: 0;
  padding-top: 34px;
}

.home-v3 .owner-journey::before,
.home-v3 .owner-journey::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  content: "";
}

.home-v3 .owner-journey::before {
  right: 0;
  background: rgba(13, 16, 15, 0.14);
}

.home-v3 .owner-journey::after {
  width: calc(var(--journey-progress) * 100%);
  background: var(--home-purple);
  transition: width 120ms linear;
}

.home-v3 .owner-journey .step {
  min-height: 280px;
  padding: 30px 24px 24px;
  border: 0;
  border-right: 1px solid rgba(13, 16, 15, 0.15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-v3 .owner-journey .step:last-child {
  border-right: 0;
}

.home-v3 .owner-journey .step::before,
.home-v3 .owner-journey .step::after {
  display: none;
}

.home-v3 .owner-journey .step-number {
  border-radius: 50%;
  background: var(--home-black);
}

.home-v3 .owner-journey .step h3 {
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-v3 .owner-journey .step p {
  margin-top: 14px;
  color: rgba(13, 16, 15, 0.62);
  line-height: 1.55;
}

.home-v3 .owner-journey .step.is-current .step-number {
  color: var(--home-black);
  background: var(--home-mint);
  box-shadow: none;
}

.home-v3 .owner-journey .step.reveal.is-visible.is-current {
  border-color: rgba(13, 16, 15, 0.15);
  box-shadow: inset 0 -5px 0 var(--home-mint);
}

/* Product control section */

.home-v3 .home-control-section {
  position: relative;
  background:
    linear-gradient(rgba(13, 16, 15, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 16, 15, 0.07) 1px, transparent 1px),
    var(--home-mint-pale);
  background-size: 68px 68px;
}

.home-v3 .home-control-section .app-showcase {
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 0.92fr);
  gap: 70px;
}

.home-v3 .home-control-section .app-copy h2 {
  max-width: 700px;
}

.home-v3 .home-control-section .app-copy .lead {
  margin-top: 24px;
}

.home-v3 .home-control-section .proof-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid rgba(13, 16, 15, 0.18);
}

.home-v3 .home-control-section .proof-list span {
  min-height: 74px;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid rgba(13, 16, 15, 0.18);
}

.home-v3 .home-control-section .phone-gallery {
  min-height: 640px;
}

.home-v3 .home-control-section .phone-gallery::before {
  inset: 4% 2%;
  border: 1px solid rgba(13, 16, 15, 0.18);
  border-radius: 0;
  background: var(--home-black);
  box-shadow: 0 28px 70px rgba(13, 16, 15, 0.18);
}

.home-v3 .home-control-section .phone-gallery::after {
  position: absolute;
  inset: 4% 2%;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}

.home-v3 .home-control-section .phone-gallery img {
  z-index: 2;
}

/* Editorial next-step links */

.home-v3 .home-next-section {
  background: #ffffff;
}

.home-v3 .home-next-section .guide-link-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.home-v3 .home-next-section .guide-link-grid > a {
  min-height: 380px;
  grid-column: span 4;
  padding: 0;
  gap: 0;
  border-color: rgba(13, 16, 15, 0.16);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.home-v3 .home-next-section .guide-link-grid > a:nth-child(1),
.home-v3 .home-next-section .guide-link-grid > a:nth-child(2) {
  grid-column: span 6;
  min-height: 440px;
}

.home-v3 .home-next-section .guide-card-media {
  aspect-ratio: 1.6;
  border-radius: 0;
}

.home-v3 .home-next-section .guide-card-copy {
  min-height: 126px;
  padding: 24px;
  border-top: 1px solid rgba(13, 16, 15, 0.14);
}

.home-v3 .home-next-section .guide-card-copy span {
  color: var(--home-purple-dark);
}

.home-v3 .home-next-section .guide-card-copy strong {
  max-width: 410px;
  font-size: 1.18rem;
}

.home-v3 .home-next-section .guide-link-grid > a:hover,
.home-v3 .home-next-section .guide-link-grid > a:focus-visible {
  border-color: var(--home-purple);
  box-shadow: 0 24px 54px rgba(13, 16, 15, 0.13);
}

/* Eligibility hand-off */

.home-v3 .questionnaire-section {
  min-height: 100svh;
  color: var(--home-black);
  background:
    linear-gradient(rgba(13, 16, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 16, 15, 0.06) 1px, transparent 1px),
    #e9e6ff;
  background-size: 64px 64px;
}

.home-v3 .questionnaire-intro .section-label,
.home-v3 .questionnaire-progress,
.home-v3 .questionnaire-kicker {
  color: var(--home-purple-dark);
}

.home-v3 .questionnaire-progress-track {
  border-radius: 0;
  background: rgba(13, 16, 15, 0.12);
}

.home-v3 .questionnaire-progress-track span {
  border-radius: 0;
  background: var(--home-purple);
}

.home-v3 .choice-card {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
}

.home-v3 .choice-card:has(input:checked) {
  border-color: var(--home-purple);
  background: #ffffff;
  box-shadow: inset 5px 0 0 var(--home-purple);
}

.home-v3 .recommendation-card,
.home-v3 .demo-booking-panel {
  border-radius: 6px;
  background: #ffffff;
}

.home-v3 .floating-survey-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--home-purple);
}

.home-v3 .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--home-black);
}

/* Motion */

@keyframes homeSignalRail {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .home-v3 .kennel-hero h1 {
    font-size: 5.35rem;
  }

  .home-v3 .kennel-hero-inner {
    gap: 38px;
  }

  .home-v3 .section-head h2,
  .home-v3 .app-copy h2,
  .home-v3 .questionnaire-intro h2 {
    font-size: 4rem;
  }

  .home-v3 .home-proof-copy h2 {
    font-size: 4.7rem;
  }
}

@media (min-width: 701px) and (max-height: 780px) {
  .home-v3 .kennel-hero {
    min-height: max(640px, 92svh);
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: 24px;
  }

  .home-v3 .kennel-hero h1 {
    font-size: 4.4rem;
  }

  .home-v3 .kennel-hero .eyebrow {
    margin-bottom: 14px;
  }

  .home-v3 .kennel-hero .hero-kicker {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .home-v3 .kennel-hero .hero-actions {
    margin-top: 16px;
  }

  .home-v3 .hero-proof {
    margin-top: 12px;
  }

  .home-v3 .mini-feed {
    min-height: 174px;
  }

  .home-v3 .hero-control-console .panel-control {
    display: none;
  }
}

@media (max-width: 980px) {
  .home-v3 .kennel-hero {
    min-height: max(720px, 94svh);
  }

  .home-v3 .kennel-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
    gap: 28px;
  }

  .home-v3 .kennel-hero h1 {
    font-size: 4.55rem;
  }

  .home-v3 .hero-control-console .panel-control {
    display: none;
  }

  .home-v3 .section {
    padding: 104px 0;
  }

  .home-v3 .section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-v3 .section-head h2,
  .home-v3 .app-copy h2,
  .home-v3 .questionnaire-intro h2 {
    font-size: 3.65rem;
  }

  .home-v3 .hardware-showcase,
  .home-v3 .home-control-section .app-showcase,
  .home-v3 .home-proof-content {
    grid-template-columns: 1fr;
  }

  .home-v3 .home-proof-content {
    grid-template-rows: auto 1fr auto;
  }

  .home-v3 .home-proof-copy,
  .home-v3 .home-proof-metrics {
    grid-column: 1;
  }

  .home-v3 .home-proof-copy h2 {
    font-size: 4.3rem;
  }

  .home-v3 #revenue .calc-grid {
    grid-template-columns: 1fr;
  }

  .home-v3 #revenue .calc-controls {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-v3 .home-next-section .guide-link-grid > a,
  .home-v3 .home-next-section .guide-link-grid > a:nth-child(1),
  .home-v3 .home-next-section .guide-link-grid > a:nth-child(2) {
    grid-column: span 6;
    min-height: 390px;
  }
}

@media (max-width: 700px) {
  .home-v3 {
    --nav-h: 68px;
  }

  .home-v3 .nav {
    width: min(100% - 24px, var(--max));
  }

  .home-v3 .native-brand {
    width: 176px;
  }

  .home-v3 .nav-actions > .btn {
    display: none;
  }

  .home-v3 .menu-button {
    border-radius: 4px;
  }

  .home-v3 .kennel-hero {
    min-height: max(700px, 94svh);
    padding: calc(var(--nav-h) + 42px) 0 40px;
    align-items: end;
  }

  .home-v3 .kennel-hero-media {
    background:
      linear-gradient(180deg, rgba(8, 10, 9, 0.5) 0%, rgba(8, 10, 9, 0.88) 58%, rgba(8, 10, 9, 0.97) 100%),
      url("assets/woofwatch/hero-kennel-dog.jpg") 62% center / cover no-repeat;
  }

  .home-v3 .kennel-hero::before {
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000, transparent 72%);
    opacity: 0.54;
  }

  .home-v3 .kennel-hero-inner {
    grid-template-columns: 1fr;
  }

  .home-v3 .kennel-hero h1 {
    max-width: 540px;
    font-size: 3.5rem;
    line-height: 0.9;
  }

  .home-v3 .kennel-hero .eyebrow {
    margin-bottom: 16px;
    font-size: 0.7rem;
  }

  .home-v3 .kennel-hero .hero-kicker {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-v3 .kennel-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .home-v3 .kennel-hero .hero-actions .btn {
    width: 100%;
  }

  .home-v3 .kennel-hero .hero-actions .btn:nth-child(3) {
    display: none;
  }

  .home-v3 .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .home-v3 .hero-proof span {
    min-height: 54px;
    display: grid;
    align-content: center;
    padding: 7px;
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: center;
  }

  .home-v3 .hero-proof strong {
    display: block;
    font-size: 0.86rem;
  }

  .home-v3 .hero-control-console {
    display: none;
  }

  .home-v3 .signal-band .strip-item {
    min-height: 62px;
    padding: 0 22px;
    font-size: 0.82rem;
  }

  .home-v3 .section {
    padding: 82px 0;
  }

  .home-v3 .section-head {
    margin-bottom: 42px;
  }

  .home-v3 .section-head h2,
  .home-v3 .app-copy h2,
  .home-v3 .questionnaire-intro h2 {
    font-size: 2.85rem;
    line-height: 0.98;
  }

  .home-v3 .lead {
    font-size: 0.98rem;
  }

  .home-v3 #why .conversion-grid {
    gap: 14px;
    padding-bottom: 0;
  }

  .home-v3 #why .conversion-card,
  .home-v3 #why .conversion-card:nth-child(1),
  .home-v3 #why .conversion-card:nth-child(2),
  .home-v3 #why .conversion-card:nth-child(3) {
    position: relative;
    top: auto;
    min-height: 290px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 26px 20px;
  }

  .home-v3 #why .conversion-card::after {
    top: 18px;
    right: 18px;
    font-size: 3.2rem;
  }

  .home-v3 #why .feature-icon {
    width: 46px;
    height: 46px;
  }

  .home-v3 #why .feature-icon svg {
    width: 21px;
    height: 21px;
  }

  .home-v3 #why .conversion-card h3 {
    font-size: 2rem;
  }

  .home-v3 #why .conversion-card p {
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .home-v3 .hardware-showcase {
    margin-top: 64px;
  }

  .home-v3 .hardware-copy {
    padding: 30px 20px;
  }

  .home-v3 .hardware-copy h3 {
    font-size: 2.5rem;
  }

  .home-v3 .hardware-image {
    min-height: 340px;
    padding: 24px;
  }

  .home-v3 #revenue .calc-controls,
  .home-v3 #revenue .calc-results {
    padding: 20px;
  }

  .home-v3 #revenue .package-switch {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v3 #revenue .package-option {
    min-height: 92px;
    padding: 10px 7px;
    font-size: 0.76rem;
  }

  .home-v3 #revenue .package-option span {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .home-v3 #revenue .range-row {
    grid-template-columns: 1fr 86px;
  }

  .home-v3 #revenue .calc-results {
    grid-template-columns: 1fr 1fr;
  }

  .home-v3 #revenue .hero-result {
    min-height: 168px;
  }

  .home-v3 #revenue .hero-result span {
    font-size: 3.25rem;
  }

  .home-v3 #revenue .result-metric {
    min-height: 112px;
    padding: 16px 12px;
  }

  .home-v3 #revenue .result-metric span {
    font-size: 1.72rem;
  }

  .home-v3 #revenue .seo-cta {
    padding: 26px 20px;
  }

  .home-v3 #revenue .seo-cta h3 {
    font-size: 1.65rem;
  }

  .home-v3 .home-proof-band {
    min-height: 760px;
  }

  .home-v3 .home-proof-media {
    background:
      linear-gradient(180deg, rgba(8, 10, 9, 0.36) 0%, rgba(8, 10, 9, 0.72) 44%, rgba(8, 10, 9, 0.96) 100%),
      url("assets/woofwatch/case-studies/beacon-barkers/dogs-lined-up.jpg") 52% center / cover no-repeat;
  }

  .home-v3 .home-proof-content {
    gap: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-v3 .home-proof-brand {
    align-items: flex-start;
  }

  .home-v3 .home-proof-brand img {
    width: 124px;
    max-height: 82px;
  }

  .home-v3 .home-proof-brand span {
    max-width: 132px;
    font-size: 0.64rem;
    line-height: 1.3;
  }

  .home-v3 .home-proof-copy h2 {
    font-size: 3.4rem;
  }

  .home-v3 .home-proof-copy p {
    font-size: 0.98rem;
  }

  .home-v3 .home-proof-copy .btn {
    width: 100%;
  }

  .home-v3 .home-proof-metrics dd {
    font-size: 1.28rem;
  }

  .home-v3 .owner-journey {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .home-v3 .owner-journey::before,
  .home-v3 .owner-journey::after {
    display: none;
  }

  .home-v3 .owner-journey .step {
    min-height: 0;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 16, 15, 0.16);
  }

  .home-v3 .owner-journey .step-number {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .home-v3 .owner-journey .step p {
    margin-top: 8px;
  }

  .home-v3 .owner-journey .step.reveal.is-visible.is-current {
    box-shadow: inset 5px 0 0 var(--home-mint);
  }

  .home-v3 .home-control-section .app-showcase {
    gap: 48px;
  }

  .home-v3 .home-control-section .proof-list {
    grid-template-columns: 1fr;
  }

  .home-v3 .home-control-section .phone-gallery {
    min-height: 480px;
  }

  .home-v3 .home-control-section .phone-gallery img {
    width: min(48%, 190px);
  }

  .home-v3 .home-next-section .guide-link-grid {
    grid-template-columns: 1fr;
  }

  .home-v3 .home-next-section .guide-link-grid > a,
  .home-v3 .home-next-section .guide-link-grid > a:nth-child(1),
  .home-v3 .home-next-section .guide-link-grid > a:nth-child(2) {
    grid-column: 1;
    min-height: 0;
  }

  .home-v3 .home-next-section .guide-card-media {
    aspect-ratio: 1.45;
  }

  .home-v3 .home-next-section .guide-card-copy {
    min-height: 110px;
    padding: 20px;
  }

  .home-v3 .questionnaire-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-v3 .eligibility-stage {
    min-height: calc(100svh - 44px);
    gap: 16px;
  }

  .home-v3 .questionnaire-intro h2 {
    font-size: 2.15rem;
  }

  .home-v3 .eligibility-form {
    min-height: 0;
    padding-inline: 0;
  }

  .home-v3 .questionnaire-progress {
    margin-bottom: 14px;
  }

  .home-v3 .questionnaire-viewport {
    min-height: 420px;
  }

  .home-v3 .questionnaire-step {
    gap: 12px;
  }

  .home-v3 .choice-grid,
  .home-v3 .demo-booking-grid {
    grid-template-columns: 1fr;
  }

  .home-v3 .questionnaire-step h3 {
    font-size: 1.82rem;
  }

  .home-v3 .choice-grid {
    gap: 8px;
  }

  .home-v3 .choice-card {
    min-height: 48px;
    padding: 12px;
  }

  .home-v3 .questionnaire-actions {
    width: 100%;
    margin-top: 4px;
  }

  .home-v3 .questionnaire-actions .btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .home-v3 .floating-survey-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}

@media (max-width: 390px) {
  .home-v3 .kennel-hero h1 {
    font-size: 3.1rem;
  }

  .home-v3 .section-head h2,
  .home-v3 .app-copy h2,
  .home-v3 .questionnaire-intro h2 {
    font-size: 2.55rem;
  }

  .home-v3 .home-proof-copy h2 {
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v3 .signal-track {
    width: 100%;
    animation: none;
  }

  .home-v3 .signal-group {
    width: 100%;
    flex-wrap: wrap;
  }

  .home-v3 .signal-group[aria-hidden="true"] {
    display: none;
  }

  .home-v3 .signal-band .strip-item {
    flex: 1 1 260px;
    justify-content: center;
  }

  .home-v3 .kennel-hero-media,
  .home-v3 .home-proof-media {
    transform: none !important;
  }

  .home-v3 #why .conversion-card,
  .home-v3 #why .conversion-card:nth-child(1),
  .home-v3 #why .conversion-card:nth-child(2),
  .home-v3 #why .conversion-card:nth-child(3) {
    position: relative;
    top: auto;
  }
}
