:root {
  --navy-950: #071a34;
  --navy-900: #0d2348;
  --navy-800: #16376b;
  --royal-600: #2f63c9;
  --royal-500: #4679da;
  --sky-500: #38bdf8;
  --sky-400: #7dd3fc;
  --sky-300: #bae6fd;
  --silver-300: #c7cfdb;
  --silver-200: #dde4ef;
  --white: #ffffff;
  --ink: #122033;
  --warm: #f7f9fc;
  --shadow: 0 24px 80px rgba(6, 24, 52, 0.22);
  --shadow-soft: 0 12px 40px rgba(9, 31, 62, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

.owner-portrait {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 1rem;
  border: 3px solid var(--sky-400);
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.25);
}

.media-frame img[src*="robin-howell"] {
  object-position: center top;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f6f9fe 0%, #eef3fa 100%);
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.5;
}

.page-shell::before {
  width: 340px;
  height: 340px;
  top: -80px;
  left: -120px;
  background: rgba(70, 121, 218, 0.2);
}

.page-shell::after {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: 10%;
  background: rgba(199, 207, 219, 0.35);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  background: rgba(7, 26, 52, 0.9);
  border-bottom: 1px solid rgba(221, 228, 239, 0.15);
}

.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.25rem;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.footer-brand strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.1;
  color: var(--white);
}

.brand-copy span,
.footer-brand span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--silver-300);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--silver-200);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.phone-pill {
  white-space: nowrap;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(221, 228, 239, 0.28);
  color: var(--white);
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(221, 228, 239, 0.22);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.hero {
  position: relative;
  color: var(--white);
  background: linear-gradient(rgba(7, 26, 52, 0.58), rgba(7, 26, 52, 0.68)), url("../assets/photo-caregiver-wheelchair.png") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 52, 0.8) 0%, rgba(7, 26, 52, 0.25) 58%, rgba(7, 26, 52, 0.45) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
}

.hero-copy {
  max-width: 700px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(221, 228, 239, 0.25);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-200);
}

.hero h1,
.page-hero h1 {
  margin: 1.15rem 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 58ch;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.cta-actions,
.contact-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--sky-500), var(--royal-600));
  color: var(--white);
  box-shadow: 0 14px 34px rgba(56, 189, 248, 0.4);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button-light {
  background: var(--white);
  color: var(--navy-900);
  box-shadow: var(--shadow-soft);
}

.hero-card,
.glass-card {
  padding: 1.6rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.hero-card p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
}

.quick-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.quick-point {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-point strong {
  display: block;
  font-size: 1.5rem;
}

.section {
  padding: 5.5rem 0;
}

.section-tight {
  padding: 4.25rem 0;
}

.section-dark {
  background: linear-gradient(180deg, var(--navy-950), var(--navy-900));
  color: var(--white);
}

.section-image-band {
  color: var(--white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.band-overlay {
  background: linear-gradient(135deg, rgba(7, 26, 52, 0.88), rgba(13, 35, 72, 0.68));
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.2rem;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-500);
}

.section-dark .eyebrow,
.section-image-band .eyebrow {
  color: var(--silver-300);
}

.section-heading h2,
.page-section h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.section-heading p,
.page-section p,
.cta-panel p,
.card p,
.feature p,
.service-card p,
.info-card p,
.timeline-card p,
.contact-card p,
.checklist li,
.detail-list li,
.split-copy p,
.two-column p,
.stats-card p {
  color: #495b77;
}

.section-dark .section-heading p,
.section-dark .page-section p,
.section-dark .card p,
.section-dark .feature p,
.section-dark .info-card p,
.section-image-band .section-heading p,
.section-image-band .split-copy p,
.section-image-band .page-section p,
.section-image-band .card p,
.hero-card li,
.hero-card p,
.cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.grid-3,
.grid-4,
.services-grid,
.county-grid,
.contact-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

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

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

.contact-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.card,
.service-card,
.info-card,
.contact-card,
.timeline-card,
.stats-card {
  height: 100%;
  padding: 1.6rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 55, 107, 0.1);
  box-shadow: var(--shadow-soft);
}

.section-dark .card,
.section-dark .service-card,
.section-dark .info-card,
.section-image-band .card,
.section-image-band .info-card,
.cta-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(221, 228, 239, 0.18);
  backdrop-filter: blur(8px);
}

.icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(199, 207, 219, 0.3));
  color: var(--navy-900);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.section-dark .icon-badge,
.section-image-band .icon-badge,
.hero-card .icon-badge {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.card h3,
.service-card h3,
.info-card h3,
.contact-card h3,
.timeline-card h3,
.stats-card h3,
.split-copy h2,
.split-copy h3 {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.page-hero {
  position: relative;
  color: var(--white);
  padding: 6rem 0 5rem;
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(7, 26, 52, 0.92), rgba(13, 35, 72, 0.7));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.split-layout,
.two-column,
.visual-split {
  display: grid;
  gap: 1.6rem;
  align-items: center;
}

.split-layout {
  grid-template-columns: 1.1fr 0.9fr;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-split {
  grid-template-columns: 0.92fr 1.08fr;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 100%;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(7, 26, 52, 0.72);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.checklist,
.detail-list,
.service-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.checklist li,
.detail-list li,
.service-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.85rem;
}

.checklist li::before,
.detail-list li::before,
.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sky-500);
  font-size: 1.25rem;
  line-height: 1;
}

.number-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.number-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.number-item span {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy-900), var(--sky-500));
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.band-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.stats-card strong,
.county-card strong {
  display: block;
  font-size: 1.05rem;
}

.county-card {
  padding: 1.25rem;
  text-align: center;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 55, 107, 0.1);
  box-shadow: var(--shadow-soft);
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.payment-card {
  padding: 1.6rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 252, 0.92));
  border: 1px solid rgba(22, 55, 107, 0.12);
  box-shadow: var(--shadow-soft);
}

.cta-wrap {
  padding: 5.5rem 0;
}

.cta-panel {
  padding: 2rem;
  border-radius: 32px;
}

.callout-strip {
  padding: 1.1rem 1.3rem;
  border-radius: 18px;
  background: rgba(56, 189, 248, 0.10);
  border: 1px solid rgba(56, 189, 248, 0.28);
}

.contact-card a,
.footer-contact a {
  color: var(--sky-500);
  font-weight: 700;
}

.hours-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(22, 55, 107, 0.1);
}

.site-footer {
  color: var(--white);
  background: linear-gradient(180deg, #061226 0%, #08182f 100%);
  padding: 3rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.9fr;
  gap: 1.5rem;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: contain;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.7rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(221, 228, 239, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.banner-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.76);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(7, 26, 52, 0.97);
    border: 1px solid rgba(221, 228, 239, 0.14);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-actions .phone-pill {
    display: none;
  }

  .hero-inner,
  .split-layout,
  .two-column,
  .visual-split,
  .contact-grid,
  .footer-grid,
  .services-grid,
  .grid-3,
  .grid-4,
  .county-grid,
  .band-stats,
  .payment-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 82px;
  }

  .brand-mark {
    width: 56px;
    height: 56px;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy span {
    font-size: 0.74rem;
  }

  .hero-inner {
    min-height: auto;
    padding: 5rem 0 3rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .section,
  .cta-wrap {
    padding: 4rem 0;
  }

  .section-tight {
    padding: 3.2rem 0;
  }

  .quick-points {
    grid-template-columns: 1fr;
  }

  .cta-panel,
  .hero-card,
  .card,
  .service-card,
  .contact-card,
  .info-card,
  .timeline-card,
  .stats-card,
  .payment-card {
    padding: 1.35rem;
  }

  .footer-bottom,
  .hours-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
