:root {
  --bg: #07111f;
  --surface: #0f1c2e;
  --surface-elevated: #15263d;
  --border: #24364f;
  --border-light: #35506f;
  --accent: #ff6b6b;
  --accent-hover: #ef5a5a;
  --accent-secondary: #2ec4b6;
  --accent-gold: #f4a261;
  --accent-purple: #7b8cde;
  --navy: #0b1f3a;
  --success: #10b981;
  --success-deep: #059669;
  --alert: #e63946;
  --alert-deep: #c1121f;
  --text: #ffffff;
  --text-secondary: #a8bdd4;
  --text-muted: #7a92ab;
  --text-on-accent: #07111f;
  --max: 1120px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 70% -10%, rgba(51, 65, 85, 0.35), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(15, 23, 42, 0.9), transparent 50%),
    var(--bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1.25rem 0;
}

.site-header-solid {
  position: relative;
  background: rgba(2, 6, 23, 0.85);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-weight: 700;
}

.brand-text .paw {
  color: #dce7f5;
}

.brand-text .parent {
  color: var(--accent);
}

.brand-text .hub {
  margin-top: 0.18rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-secondary);
}

.brand-lockup {
  height: 2.6rem;
  width: auto;
  display: block;
}

.footer-brand .brand {
  margin-bottom: 0.35rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-link {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.nav-link:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, color 160ms ease;
}

.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--accent);
  color: var(--text-on-accent);
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-primary:active {
  transform: translateY(1px);
  background: #d94848;
}

.btn-ghost {
  background: transparent;
  border-color: var(--border-light);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.03);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: center;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-orbit {
  padding: 7rem 0 3rem;
}

.hero-glow {
  position: absolute;
  inset: 8% 18% auto;
  height: 420px;
  background: radial-gradient(closest-side, rgba(255, 107, 107, 0.18), transparent 70%);
  pointer-events: none;
  animation: pulse-glow 5s ease-in-out infinite;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-copy {
  animation: rise 900ms ease both;
  max-width: 34rem;
}

.orbit {
  position: relative;
  width: min(100%, 540px);
  margin-inline: auto;
  animation: rise 1100ms ease both;
  display: grid;
  justify-items: center;
  gap: 1.25rem;
}

.orbit-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 480px;
}

.orbit-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orbit-ring {
  fill: none;
  stroke: rgba(148, 163, 184, 0.22);
  stroke-width: 1.25;
  stroke-dasharray: 4 8;
  animation: orbit-spin 48s linear infinite;
  transform-origin: 260px 260px;
}

.orbit-ring.soft {
  stroke: rgba(46, 196, 182, 0.28);
  stroke-dasharray: 2 10;
  animation-duration: 72s;
  animation-direction: reverse;
}

.orbit-spoke {
  stroke: rgba(255, 107, 107, 0.45);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.orbit-center {
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 107, 0.35);
  box-shadow:
    0 0 0 10px rgba(15, 23, 42, 0.55),
    0 20px 60px rgba(0, 0, 0, 0.45);
  background: radial-gradient(circle at 50% 30%, #1e293b, #020617 70%);
  z-index: 1;
}

.orbit-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  animation: float-soft 6s ease-in-out infinite;
}

.orbit-nodes {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.orbit-node {
  position: absolute;
  pointer-events: auto;
  min-width: 5.8rem;
  max-width: 7.2rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(51, 65, 85, 0.95);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(15, 23, 42, 0.9));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
  animation: node-in 700ms ease both;
}

.orbit-node:hover {
  border-color: rgba(255, 107, 107, 0.55);
}

.orbit-node-label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
}

.orbit-node-sub {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.25;
}

.node-1 { top: 0; left: 50%; translate: -50% 0; animation-delay: 120ms; }
.node-2 { top: 18%; right: 0; animation-delay: 200ms; }
.node-3 { bottom: 18%; right: 0; animation-delay: 280ms; }
.node-4 { bottom: 0; left: 50%; translate: -50% 0; animation-delay: 360ms; }
.node-5 { bottom: 18%; left: 0; animation-delay: 440ms; }
.node-6 { top: 18%; left: 0; animation-delay: 520ms; }

.node-1:hover,
.node-4:hover {
  translate: -50% -3px;
}

.node-2:hover,
.node-3:hover,
.node-5:hover,
.node-6:hover {
  translate: 0 -3px;
}

.orbit-mobile-list {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  font-weight: 600;
}

.hero-lead {
  color: var(--text-secondary);
  font-size: 1.08rem;
  max-width: 34rem;
  margin: 0 0 1.75rem;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: 5rem 0;
}

.section-head {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.section-head p {
  margin: 0;
  color: var(--text-secondary);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.panel {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.9), rgba(15, 23, 42, 0.8));
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
}

.panel h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.65rem;
  font-weight: 600;
}

.panel p {
  margin: 0;
  color: var(--text-secondary);
}

.feature-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--text-secondary);
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--success);
  margin-top: 0.45rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.step {
  padding: 0.25rem 0;
}

.step-index {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.step p {
  margin: 0;
  color: var(--text-secondary);
}

.enquiry {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(255, 107, 107, 0.08), transparent 55%),
    var(--bg);
}

.tabs {
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.3rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  margin-bottom: 1.5rem;
}

.tab {
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  font: inherit;
  font-weight: 600;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  cursor: pointer;
}

.tab[aria-selected="true"] {
  background: var(--surface-elevated);
  color: var(--text);
  border: 1px solid var(--border-light);
}

.form-panel {
  display: none;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 20px;
  padding: 1.5rem;
}

.form-panel.active {
  display: block;
  animation: rise 400ms ease both;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.field-label {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.field-hint {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: var(--surface-elevated);
  color: var(--text-secondary);
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}

.chip:has(input:checked) {
  border-color: rgba(255, 107, 107, 0.65);
  color: var(--text);
  background: rgba(255, 107, 107, 0.1);
}

.chip input {
  accent-color: var(--accent);
}

.pet-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.pet-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-elevated);
}

.optional {
  color: var(--text-muted);
  font-weight: 400;
}

.btn-text {
  border: 0;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  padding: 0.2rem 0;
}

.btn-text:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  background: transparent;
  color: var(--text-secondary);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.btn-icon:hover:not(:disabled) {
  border-color: var(--alert);
  color: var(--alert);
}

.btn-icon:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--border-light);
  background: var(--surface-elevated);
  color: var(--text);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(255, 107, 107, 0.45);
  outline-offset: 1px;
  border-color: var(--accent);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.form-note {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.form-status.ok {
  color: var(--success);
}

.form-status.err {
  color: var(--alert);
}

.site-footer {
  padding: 3rem 0 2.5rem;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
}

.footer-grid p {
  margin: 0.4rem 0 0;
  color: var(--text-muted);
  max-width: 28rem;
}

.footer-meta {
  color: var(--text-muted);
  font-size: 0.88rem;
  display: grid;
  gap: 0.35rem;
  text-align: right;
}

.footer-meta a:hover {
  color: var(--text);
}

.page-main {
  padding: 2.5rem 0 4rem;
}

.narrow {
  width: min(100% - 2.5rem, 820px);
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.page-lead,
.page-meta {
  color: var(--text-secondary);
  margin: 0 0 1.75rem;
}

.page-meta {
  font-size: 0.92rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-line {
  margin: 0.85rem 0 0.35rem;
  font-size: 1.05rem;
  color: var(--accent);
}

.contact-line a:hover {
  text-decoration: underline;
}

.muted {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

.callout {
  margin-top: 0.5rem;
}

.callout .btn {
  margin-top: 1rem;
}

.legal h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
  font-weight: 600;
}

.legal p,
.legal li {
  color: var(--text-secondary);
}

.legal ul,
.legal ol {
  padding-left: 1.2rem;
}

.legal a {
  color: var(--accent);
}

.legal a:hover {
  text-decoration: underline;
}

.legal-notice {
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.7);
  border-radius: 16px;
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
}

.legal-notice p {
  margin: 0 0 0.75rem;
}

.legal-notice p:last-child {
  margin-bottom: 0;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
  font-size: 0.92rem;
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--border);
  padding: 0.7rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: var(--surface);
  color: var(--text);
}

.legal-table td {
  color: var(--text-secondary);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spoke-draw {
  from {
    stroke-opacity: 0;
  }
  to {
    stroke-opacity: 1;
  }
}

@keyframes node-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    margin-inline: auto;
  }

  .cta-group {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .orbit-stage {
    max-width: 340px;
  }

  .orbit-nodes,
  .orbit-lines {
    display: none;
  }

  .orbit-center {
    position: relative;
    inset: auto;
    width: min(72vw, 260px);
    aspect-ratio: 1;
    margin-inline: auto;
  }

  .orbit-stage {
    aspect-ratio: auto;
    display: grid;
    place-items: center;
  }

  .orbit-mobile-list {
    display: flex;
  }

  .orbit-mobile-list .orbit-node {
    position: static;
    translate: none;
    min-width: 0;
    max-width: none;
    animation: none;
  }
}

@media (max-width: 900px) {
  .split,
  .steps,
  .form-grid,
  .contact-grid,
  .pet-row {
    grid-template-columns: 1fr;
  }

  .pet-row .btn-icon {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-orbit {
    padding-top: 6rem;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .nav-actions .nav-link {
    display: none;
  }

  .cta-group .btn {
    width: 100%;
  }
}
