:root {
  --cream: #f6f2eb;
  --cream-deep: #ebe4d8;
  --forest: #1a3d2e;
  --forest-soft: #2d5a45;
  --ink: #141414;
  --muted: #5c5a54;
  --white: #fff;
  --radius-pill: 999px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Source Sans 3", system-ui, sans-serif;
  --max: 72rem;
  --header-h: 4.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
  overflow-x: clip;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  overflow-x: clip;
  overscroll-behavior-y: none;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--forest);
  color: var(--white);
}

.skip-link:focus {
  left: 0;
}

/* Header — centered wordmark, not circle logo */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(246 242 235 / 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgb(26 61 46 / 0.08);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: var(--header-h);
}

.nav-links {
  display: none;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--forest);
}

.nav-links--left {
  justify-self: start;
}

.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  text-align: center;
  text-decoration: none;
  line-height: 1.15;
}

.brand-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--forest);
}

.brand-tag {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-pill);
}

.header-cta:hover {
  background: var(--forest);
}

/* Hero */
.hero {
  position: relative;
  padding: 2rem 1.25rem 0;
  background: linear-gradient(165deg, #dfe8e0 0%, var(--cream) 55%);
  overflow: hidden;
}

.hero-blob {
  position: absolute;
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  pointer-events: none;
}

.hero-blob--a {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -8%;
  right: -12%;
  background: rgb(45 90 69 / 0.12);
}

.hero-blob--b {
  width: min(280px, 50vw);
  height: min(280px, 50vw);
  bottom: 18%;
  left: -8%;
  background: rgb(26 61 46 / 0.08);
}

.hero-scribble {
  position: absolute;
  top: 12%;
  left: 42%;
  width: 140px;
  color: var(--forest-soft);
  opacity: 0.45;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-bottom: 3rem;
}

.hero-copy {
  max-width: 34rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--forest-soft);
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  color: var(--forest);
}

.hero-lead {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 32ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--forest);
}

.btn-ghost {
  border-color: rgb(26 61 46 / 0.25);
  color: var(--forest);
}

.btn-ghost:hover {
  border-color: var(--forest);
}

.hero-visual {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto;
  aspect-ratio: 4 / 5;
}

.hero-arch {
  margin: 0;
  width: 78%;
  margin-left: auto;
  border-radius: 50% 50% 12% 12% / 42% 42% 8% 8%;
  overflow: hidden;
  box-shadow: 0 24px 48px rgb(20 20 20 / 0.12);
}

.hero-arch img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-orb {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 42%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--cream);
  box-shadow: 0 12px 32px rgb(20 20 20 / 0.15);
}

.hero-orb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-wave {
  display: block;
  width: 100%;
  height: clamp(48px, 8vw, 88px);
  margin-top: -1px;
}

/* Services — horizontal scroll on narrow, no fixed orb overflow */
.services {
  padding: 3rem 0 4rem;
  background: var(--cream);
}

.services-intro {
  max-width: var(--max);
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
  text-align: center;
}

.services-intro h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  color: var(--forest);
}

.services-intro p:last-child {
  margin: 0 auto;
  max-width: 40ch;
  color: var(--muted);
}

.service-track {
  display: flex;
  gap: 1.25rem;
  padding: 0 1.25rem 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.service-track::-webkit-scrollbar {
  height: 6px;
}

.service-track::-webkit-scrollbar-thumb {
  background: var(--cream-deep);
  border-radius: 3px;
}

.service-card {
  flex: 0 0 min(85vw, 280px);
  scroll-snap-align: start;
  min-width: 0;
}

.service-mask {
  margin: 0 0 1rem;
  overflow: hidden;
}

.service-mask img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.service-mask--a {
  border-radius: 48% 52% 38% 62% / 55% 45% 55% 45%;
}

.service-mask--b {
  border-radius: 50% 50% 45% 55% / 60% 40% 60% 40%;
}

.service-mask--c {
  border-radius: 42% 58% 52% 48% / 48% 52% 48% 52%;
}

.service-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--forest);
}

.service-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}

/* Care collage section */
.care {
  display: grid;
  gap: 2.5rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  align-items: center;
}

.care-collage {
  position: relative;
  min-height: 320px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.care-scribble {
  position: absolute;
  top: 10%;
  left: -4%;
  width: 80px;
  color: var(--forest-soft);
  opacity: 0.5;
  z-index: 2;
}

.care-arch {
  margin: 0;
  width: 58%;
  margin-left: 8%;
  border-radius: 50% 50% 8% 8% / 38% 38% 6% 6%;
  overflow: hidden;
}

.care-arch img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.care-circle {
  position: absolute;
  top: 4%;
  right: 0;
  width: 38%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--cream);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
}

.care-circle img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.care-blob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  margin: 0;
  border-radius: 45% 55% 52% 48% / 58% 42% 58% 42%;
  overflow: hidden;
}

.care-blob img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.care-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--forest);
}

.care-copy > p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  max-width: 48ch;
}

.care-icons {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}

.care-icons li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
}

.care-icon {
  color: var(--forest-soft);
  font-size: 1.1rem;
  line-height: 1;
}

.care-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.care-phone {
  margin: 0;
  font-size: 0.875rem;
  color: var(--muted);
}

/* Process rail */
.process {
  padding: 3rem 1.25rem 4rem;
  background: var(--cream-deep);
}

.process-head {
  max-width: var(--max);
  margin: 0 auto 2rem;
  text-align: center;
}

.process-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  color: var(--forest);
}

.process-rail {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max);
  display: grid;
  gap: 1.25rem;
}

.process-rail li {
  position: relative;
  padding-left: 3rem;
}

.rail-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
}

.process-rail h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--forest);
}

.process-rail p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}

/* Contact — map + overlay card */
.contact {
  position: relative;
  min-height: 420px;
}

.contact-map {
  position: absolute;
  inset: 0;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(0.15) contrast(1.02);
}

.contact-card {
  position: relative;
  z-index: 2;
  max-width: 22rem;
  margin: 2rem 1.25rem 2rem auto;
  padding: 1.75rem;
  background: var(--white);
  box-shadow: 0 20px 48px rgb(20 20 20 / 0.14);
  border-radius: 4px;
}

.contact-card h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--forest);
}

.contact-card > p {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: var(--muted);
}

.contact-phone {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--forest);
}

.contact-address {
  font-size: 0.9375rem;
  color: var(--muted);
}

/* Footer */
.site-footer {
  padding: 1.5rem 1.25rem 5rem;
  background: var(--forest);
  color: rgb(255 255 255 / 0.88);
  font-size: 0.8125rem;
  text-align: center;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.site-footer span {
  display: block;
  opacity: 0.75;
  margin-bottom: 0.75rem;
}

.site-footer a {
  color: var(--white);
}

.site-footer p {
  margin: 0;
  opacity: 0.8;
}

.mobile-call {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.22);
}

/* Tablet+ */
@media (min-width: 640px) {
  .service-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .service-card {
    flex: unset;
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }

  .header-inner {
    padding: 0.75rem 1.5rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 4rem;
  }

  .hero-visual {
    width: 100%;
    max-width: 440px;
    justify-self: end;
  }

  .care {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem 1.5rem 5rem;
  }

  .process-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    position: relative;
  }

  .process-rail::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: rgb(26 61 46 / 0.15);
    z-index: 0;
  }

  .process-rail li {
    padding-left: 0;
    padding-top: 3rem;
    text-align: center;
  }

  .rail-num {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .contact {
    min-height: 480px;
  }

  .contact-card {
    margin: 3rem 1.5rem 3rem auto;
    margin-right: max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  }

  .mobile-call {
    display: none;
  }

  .site-footer {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding-top: 2.5rem;
  }

  .hero-scribble {
    width: 180px;
  }
}
