:root {
  --ink: #323a34;
  --ink-soft: #677069;
  --sage: #5f7666;
  --sage-dark: #3d5547;
  --sage-deep: #263d32;
  --sage-light: #dfe8df;
  --sage-pale: #edf2ec;
  --cream: #f2ede4;
  --paper: #f8f7f2;
  --white: #fffefa;
  --terracotta: #bf8068;
  --line: rgba(50, 58, 52, 0.14);
  --shadow: 0 24px 70px rgba(42, 55, 46, 0.1);
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1216px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--sage-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 128px 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

h1 em,
h2 em {
  color: var(--sage);
  font-weight: 500;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
}

h3 {
  line-height: 1.25;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--sage);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid var(--sage);
  border-radius: 999px;
  color: var(--white);
  background: var(--sage);
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  border-color: var(--sage-dark);
  background: var(--sage-dark);
  box-shadow: 0 12px 26px rgba(61, 85, 71, 0.16);
  transform: translateY(-2px);
}

.button svg,
.mobile-contact-bar svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.button-small {
  min-height: 45px;
  padding: 0 18px;
  font-size: 0.82rem;
}

.button-light {
  border-color: var(--white);
  color: var(--sage-deep);
  background: var(--white);
}

.button-light:hover,
.button-white:hover {
  border-color: var(--cream);
  color: var(--sage-deep);
  background: var(--cream);
}

.button-white {
  border-color: var(--white);
  color: var(--sage-deep);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(50, 58, 52, 0.35);
  font-size: 0.91rem;
  font-weight: 600;
  transition: gap 220ms ease, border-color 220ms ease, color 220ms ease;
}

.text-link span {
  color: var(--terracotta);
  font-size: 1.2rem;
}

.text-link:hover {
  gap: 20px;
  border-color: var(--terracotta);
  color: var(--sage-dark);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(248, 247, 242, 0.84);
  transition: border-color 250ms ease, box-shadow 250ms ease, backdrop-filter 250ms ease;
}

.site-header.scrolled {
  border-color: rgba(50, 58, 52, 0.08);
  box-shadow: 0 10px 40px rgba(49, 60, 53, 0.06);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage);
  stroke-linecap: round;
  stroke-width: 1.6;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy > span {
  color: var(--ink-soft);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 500;
}

.brand-copy small {
  color: var(--sage);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: #58615b;
  font-size: 0.82rem;
  font-weight: 500;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--sage);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 250ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  padding: 144px 0 82px;
  overflow: hidden;
  background: linear-gradient(112deg, #f8f7f2 0%, #f8f7f2 54%, #f1f2eb 100%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: -24%;
  width: 56vw;
  height: 55vw;
  border-radius: 43% 57% 66% 34% / 45% 34% 66% 55%;
  background: rgba(218, 230, 217, 0.52);
  content: "";
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: -145px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(95, 118, 102, 0.22);
  border-radius: 46% 54% 59% 41%;
  animation: drift 10s ease-in-out infinite alternate;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(54px, 7vw, 100px);
}

.hero-copy {
  padding-bottom: 14px;
}

.hero-copy .eyebrow span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--terracotta);
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0 0 30px;
  font-size: clamp(3.7rem, 6.25vw, 6.3rem);
}

.hero-copy h1 em {
  display: block;
  padding-left: 0.75em;
}

.hero-text {
  max-width: 570px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
}

.hero-location svg {
  width: 22px;
  fill: none;
  stroke: var(--terracotta);
  stroke-width: 1.5;
}

.hero-location span {
  display: grid;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.hero-location strong {
  color: var(--ink);
  font-weight: 600;
}

.hero-visual {
  position: relative;
  width: min(100%, 530px);
  justify-self: end;
}

.hero-image-wrap {
  position: relative;
  z-index: 2;
  height: 650px;
  overflow: hidden;
  border-radius: 190px 26px 190px 26px;
  box-shadow: var(--shadow);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 35%;
}

.floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.88);
  box-shadow: 0 18px 42px rgba(38, 61, 50, 0.11);
  backdrop-filter: blur(12px);
}

.floating-note span:last-child {
  display: grid;
}

.floating-note small {
  color: var(--ink-soft);
  font-size: 0.62rem;
}

.floating-note strong {
  font-size: 0.76rem;
  font-weight: 600;
}

.note-icon {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  color: var(--terracotta);
  background: #f5e9e3;
}

.note-icon svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.note-dot {
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px var(--sage-light);
}

.note-top {
  top: 58px;
  left: -60px;
}

.note-bottom {
  right: -36px;
  bottom: 76px;
}

.hero-line {
  position: absolute;
  z-index: 3;
  right: -82px;
  bottom: -6px;
  width: 300px;
  fill: none;
  stroke: var(--terracotta);
  stroke-width: 1.2;
}

.hero-step {
  opacity: 0;
  transform: translateY(16px);
  animation: hero-in 700ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero-copy .hero-step:nth-child(2) { animation-delay: 80ms; }
.hero-copy .hero-step:nth-child(3) { animation-delay: 160ms; }
.hero-copy .hero-step:nth-child(4) { animation-delay: 240ms; }
.hero-copy .hero-step:nth-child(5) { animation-delay: 320ms; }
.hero-visual.hero-step { animation-delay: 180ms; transform: translateY(12px) scale(0.98); }

.trust-strip {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.trust-grid > div {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 15px;
  padding: 24px 32px;
  border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
  padding-left: 0;
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 0.8rem;
}

.trust-grid p {
  display: grid;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.71rem;
  line-height: 1.5;
}

.trust-grid strong {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.space-section {
  overflow: hidden;
  background: var(--cream);
}

.space-shape {
  position: absolute;
  top: 18%;
  right: -220px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(191, 128, 104, 0.2);
  border-radius: 50%;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.space-photo {
  position: relative;
}

.space-photo::before {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 42%;
  height: 45%;
  border: 1px solid rgba(95, 118, 102, 0.36);
  border-radius: 32px 0 0 0;
  content: "";
}

.space-photo img {
  position: relative;
  width: 100%;
  height: 490px;
  min-height: 0;
  object-fit: cover;
  object-position: 54% 56%;
  border-radius: 28px 28px 110px 28px;
  box-shadow: 0 24px 60px rgba(63, 73, 66, 0.11);
}

.photo-caption {
  position: absolute;
  right: -25px;
  bottom: 44px;
  display: flex;
  width: 190px;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border-radius: 13px;
  color: var(--ink-soft);
  background: var(--white);
  box-shadow: var(--shadow);
  font-size: 0.68rem;
  line-height: 1.4;
}

.photo-caption span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.section-copy {
  position: relative;
  max-width: 500px;
}

.section-copy > p:not(.eyebrow, .lead) {
  color: var(--ink-soft);
}

.section-copy .text-link {
  margin-top: 8px;
}

.copy-line {
  position: absolute;
  right: -10px;
  bottom: -74px;
  width: 190px;
  fill: none;
  stroke: var(--terracotta);
  stroke-width: 1;
}

.needs-section {
  background: var(--paper);
}

.section-heading,
.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 62px;
}

.section-heading > div {
  max-width: 710px;
}

.section-heading h2,
.gallery-heading h2 {
  margin-bottom: 0;
}

.section-heading > p,
.gallery-heading > p {
  max-width: 360px;
  margin-bottom: 5px;
  color: var(--ink-soft);
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.need-card {
  position: relative;
  min-height: 265px;
  padding: 35px 32px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 250, 0.75);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.need-card::after {
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 130px;
  height: 130px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: var(--sage-pale);
  content: "";
  transition: transform 320ms ease;
}

.need-card:hover {
  border-color: rgba(95, 118, 102, 0.28);
  box-shadow: 0 18px 45px rgba(51, 63, 55, 0.08);
  transform: translateY(-5px);
}

.need-card:hover::after {
  transform: scale(1.15);
}

.need-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #929991;
  font-family: var(--serif);
  font-size: 0.74rem;
}

.need-card > svg {
  width: 32px;
  height: 32px;
  margin-bottom: 45px;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  transition: transform 240ms ease;
}

.need-card:hover > svg {
  transform: translateY(-3px);
}

.need-card h3 {
  margin-bottom: 9px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.need-card p {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.validation-note {
  margin: 22px 0 0;
  color: #7d847f;
  font-size: 0.7rem;
  text-align: right;
}

.multidisciplinary-section {
  overflow: hidden;
  color: var(--white);
  background: var(--sage-dark);
}

.multidisciplinary-section::before {
  position: absolute;
  top: -260px;
  left: -180px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 48% 52% 41% 59%;
  content: "";
}

.multi-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 60px;
}

.multi-copy {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.multi-copy .eyebrow {
  color: #cddccc;
}

.multi-copy h2 em {
  color: #cfdfce;
}

.multi-copy .lead {
  color: var(--white);
}

.multi-copy > p:not(.eyebrow, .lead) {
  color: rgba(255, 255, 255, 0.7);
}

.multi-copy .button {
  margin-top: 16px;
}

.care-map {
  position: relative;
  min-height: 560px;
}

.care-connections {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 560px;
  max-width: 100%;
  transform: translateX(-50%);
}

.care-connections path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-dasharray: 5 8;
  stroke-width: 1.2;
}

.care-node {
  position: absolute;
  display: grid;
  width: 155px;
  height: 155px;
  place-content: center;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
  backdrop-filter: blur(6px);
}

.care-node svg {
  width: 24px;
  margin-bottom: 8px;
  fill: none;
  stroke: #cfdfce;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.care-node strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 500;
}

.care-node small {
  max-width: 100px;
  font-size: 0.62rem;
  line-height: 1.3;
}

.care-center {
  z-index: 2;
  top: 190px;
  left: 50%;
  width: 180px;
  height: 180px;
  border-color: #c7d7c6;
  color: var(--sage-dark);
  background: #e3ece1;
  box-shadow: 0 22px 65px rgba(19, 34, 26, 0.25);
  transform: translateX(-50%);
}

.care-center small {
  color: var(--sage);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.care-center strong {
  color: var(--sage-deep);
  font-size: 2.15rem;
}

.care-center span {
  color: var(--sage);
  font-size: 0.65rem;
}

.care-one { top: 22px; left: 5%; }
.care-two { top: 22px; right: 5%; }
.care-three { bottom: 5px; left: 7%; }
.care-four { right: 7%; bottom: 5px; }

.about-section {
  overflow: hidden;
  background: var(--white);
}

.about-accent {
  position: absolute;
  top: 80px;
  left: -50px;
  color: transparent;
  font-family: var(--serif);
  font-size: 17rem;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(95, 118, 102, 0.08);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.78fr;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.about-copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.about-copy > p:not(.eyebrow, .lead) {
  color: var(--ink-soft);
}

.credentials {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.credentials span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 500;
}

.credentials svg {
  width: 18px;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-visual {
  position: relative;
  max-width: 480px;
  justify-self: end;
}

.about-image {
  height: 650px;
  overflow: hidden;
  border-radius: 26px 160px 26px 26px;
  background: var(--cream);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.portrait-tag {
  position: absolute;
  bottom: 34px;
  left: -44px;
  padding: 18px 24px;
  border-radius: 14px;
  color: var(--sage-dark);
  background: var(--cream);
  box-shadow: var(--shadow);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.35;
}

.process-section {
  background: var(--cream);
}

.process-heading {
  max-width: 750px;
  margin: 0 auto 80px;
  text-align: center;
}

.process-heading .eyebrow {
  justify-content: center;
}

.process-heading > p:last-child {
  max-width: 550px;
  margin: 0 auto;
  color: var(--ink-soft);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.process-line {
  position: absolute;
  top: 79px;
  right: 11%;
  left: 11%;
  height: 1px;
  overflow: hidden;
  background: rgba(95, 118, 102, 0.18);
}

.process-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.process-list.line-visible .process-line span {
  transform: scaleX(1);
}

.process-step {
  position: relative;
  text-align: center;
}

.step-number {
  display: block;
  margin-bottom: 24px;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 2.6rem;
}

.step-dot {
  position: relative;
  z-index: 2;
  width: 11px;
  height: 11px;
  margin: 0 auto 32px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 1px var(--terracotta);
}

.process-step h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
}

.process-step p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.gallery-section {
  background: var(--white);
}

.gallery-heading > div {
  max-width: 700px;
}

.editorial-gallery {
  display: grid;
  height: 690px;
  grid-template-columns: 1.45fr 0.9fr;
  grid-template-rows: 1fr 0.65fr;
  gap: 18px;
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  cursor: zoom-in;
}

.gallery-item::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(31, 43, 36, 0.55));
  content: "";
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1rem;
  text-align: left;
}

.gallery-wide {
  grid-row: 1 / 3;
}

.gallery-tall img {
  object-position: center 30%;
}

.gallery-detail img {
  object-position: center;
}

.location-section {
  background: var(--cream);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.location-copy {
  max-width: 470px;
}

.location-copy address {
  display: flex;
  gap: 16px;
  margin: 30px 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-style: normal;
}

.location-copy address > span:last-child {
  display: block;
}

.location-copy address strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 1rem;
}

.address-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--terracotta);
  background: var(--white);
}

.address-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.location-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.location-note {
  margin-top: 24px;
  color: #7d847f;
  font-size: 0.7rem;
}

.map-wrap {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  border-radius: 30px 30px 110px 30px;
  background: var(--sage-light);
  box-shadow: 0 24px 60px rgba(63, 73, 66, 0.1);
}

.map-wrap iframe {
  width: 100%;
  height: 545px;
  border: 0;
  filter: saturate(0.65) contrast(0.92) sepia(0.08);
}

.map-badge {
  position: absolute;
  right: 30px;
  bottom: 28px;
  display: grid;
  padding: 15px 20px;
  border-radius: 13px;
  color: var(--sage-deep);
  background: rgba(255, 254, 250, 0.94);
  box-shadow: var(--shadow);
}

.map-badge span {
  color: var(--terracotta);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-badge strong {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 100px;
}

.faq-intro {
  position: sticky;
  top: 135px;
}

.faq-intro > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.faq-intro .text-link {
  margin-top: 18px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 83px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-item button span {
  font-family: var(--serif);
  font-size: 1.13rem;
}

.faq-item button i {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--sage);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 620px;
  padding: 0 52px 24px 2px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.faq-item button[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

.final-cta-section {
  padding: 0 0 90px;
  background: var(--white);
}

.final-cta {
  position: relative;
  padding: 92px max(34px, 9vw);
  overflow: hidden;
  border-radius: 38px;
  color: var(--white);
  background: var(--sage);
  text-align: center;
}

.final-cta > *:not(.cta-line, .cta-orb) {
  position: relative;
  z-index: 2;
}

.final-cta .eyebrow {
  justify-content: center;
  color: #dce8dc;
}

.final-cta h2 {
  max-width: 840px;
  margin: 0 auto 22px;
  font-size: clamp(2.4rem, 5.3vw, 4.6rem);
}

.final-cta > p:not(.eyebrow) {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
}

.cta-line {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 470px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.23);
  stroke-width: 1;
}

.cta-orb {
  position: absolute;
  bottom: -180px;
  left: -100px;
  width: 420px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer {
  padding: 82px 0 28px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--sage-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 1fr 1fr;
  gap: 65px;
  padding-bottom: 62px;
}

.brand-light .brand-mark {
  stroke: #c6d6c5;
}

.brand-light .brand-copy > span,
.brand-light .brand-copy small {
  color: #aebfaf;
}

.brand-light .brand-copy strong {
  color: var(--white);
}

.footer-brand > p {
  max-width: 250px;
  margin: 25px 0 0 50px;
  font-family: var(--serif);
  font-size: 0.95rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.77rem;
}

.footer-col h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-col p {
  margin-bottom: 4px;
}

.footer-col a {
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, color 200ms ease;
}

.footer-col a:hover {
  border-color: currentColor;
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.66rem;
}

.footer-bottom p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  z-index: 50;
  right: 25px;
  bottom: 25px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  box-shadow: 0 14px 32px rgba(38, 61, 50, 0.25);
  transition: transform 220ms ease, background 220ms ease;
}

.whatsapp-float:hover {
  background: var(--sage-dark);
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.mobile-contact-bar {
  display: none;
}

.lightbox {
  width: min(92vw, 1100px);
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(23, 31, 27, 0.88);
  backdrop-filter: blur(6px);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 15px;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--sage-deep);
  background: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.needs-grid .reveal:nth-child(2),
.process-list .reveal:nth-of-type(2) { transition-delay: 70ms; }
.needs-grid .reveal:nth-child(3),
.process-list .reveal:nth-of-type(3) { transition-delay: 140ms; }
.needs-grid .reveal:nth-child(4),
.process-list .reveal:nth-of-type(4) { transition-delay: 210ms; }
.needs-grid .reveal:nth-child(5) { transition-delay: 280ms; }
.needs-grid .reveal:nth-child(6) { transition-delay: 350ms; }

@keyframes hero-in {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes drift {
  to { transform: translate(5px, -8px) rotate(3deg); }
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav a {
    font-size: 0.75rem;
  }

  .hero-grid {
    gap: 50px;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 6.5vw, 5.1rem);
  }

  .hero-image-wrap {
    height: 590px;
  }

  .space-photo img {
    height: 430px;
  }

  .note-top {
    left: -35px;
  }

  .note-bottom {
    right: -12px;
  }

  .trust-grid > div {
    padding: 24px 17px;
  }

  .multi-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 25px;
  }

  .care-node {
    width: 138px;
    height: 138px;
  }

  .care-center {
    width: 165px;
    height: 165px;
  }

  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 96px 0;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    z-index: 90;
    top: 84px;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(90vw, 500px);
    flex-direction: column;
    padding: 38px 34px 100px;
    background: var(--paper);
    box-shadow: -20px 30px 60px rgba(38, 61, 50, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 260ms ease, transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu nav {
    display: grid;
    margin-bottom: 35px;
  }

  .mobile-menu nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.55rem;
  }

  .mobile-menu .button {
    align-self: flex-start;
  }

  .mobile-menu p {
    margin-top: auto;
    color: var(--ink-soft);
    font-size: 0.74rem;
  }

  .hero {
    min-height: auto;
    padding: 135px 0 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

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

  .hero-copy h1 {
    font-size: clamp(3.5rem, 10vw, 5.8rem);
  }

  .hero-visual {
    width: min(90%, 600px);
    justify-self: center;
    order: -1;
  }

  .hero-image-wrap {
    height: 680px;
  }

  .hero::after {
    right: -35%;
    bottom: -5%;
    width: 100vw;
    height: 90vw;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid > div:first-child {
    padding-left: 22px;
  }

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .split-layout,
  .about-grid,
  .location-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .section-copy,
  .about-copy,
  .location-copy {
    max-width: 650px;
  }

  .space-photo {
    width: 93%;
  }

  .needs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .multi-grid {
    grid-template-columns: 1fr;
  }

  .multi-copy {
    max-width: 620px;
  }

  .care-map {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .about-visual {
    width: min(90%, 560px);
    justify-self: end;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }

  .process-line {
    display: none;
  }

  .editorial-gallery {
    height: 580px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 480px;
    height: 480px;
  }

  .faq-intro {
    position: static;
    max-width: 600px;
  }

  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(calc(100% - 34px), var(--container));
  }

  .section {
    padding: 78px 0;
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .header-inner {
    min-height: 74px;
  }

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

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

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

  .brand-copy small {
    font-size: 0.45rem;
  }

  .mobile-menu {
    top: 74px;
  }

  .hero {
    padding: 112px 0 65px;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero-copy .eyebrow {
    font-size: 0.61rem;
  }

  .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(3rem, 15.1vw, 4.2rem);
  }

  .hero-copy h1 em {
    padding-left: 0.35em;
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-location {
    margin-top: 30px;
  }

  .hero-visual {
    width: 95%;
  }

  .hero-image-wrap {
    height: 490px;
    border-radius: 110px 20px 110px 20px;
  }

  .floating-note {
    padding: 11px 13px;
  }

  .note-top {
    top: 34px;
    left: -13px;
  }

  .note-bottom {
    right: -13px;
    bottom: 45px;
  }

  .floating-note small {
    font-size: 0.55rem;
  }

  .floating-note strong {
    font-size: 0.66rem;
  }

  .hero-line {
    right: -65px;
    width: 220px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid > div {
    min-height: 88px;
    padding: 20px 2px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid > div:first-child {
    padding-left: 2px;
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .space-photo {
    width: calc(100% - 14px);
  }

  .space-photo img {
    height: 330px;
    min-height: 0;
    border-radius: 22px 22px 75px 22px;
  }

  .space-photo::before {
    top: -12px;
    left: -12px;
    width: 34%;
    height: 36%;
  }

  .photo-caption {
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: calc(100% - 28px);
    padding: 10px 12px;
    font-size: 0.62rem;
  }

  .copy-line {
    display: none;
  }

  .section-heading,
  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 42px;
  }

  .needs-grid {
    grid-template-columns: 1fr;
  }

  .need-card {
    min-height: 235px;
  }

  .validation-note {
    text-align: left;
  }

  .care-map {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .care-connections,
  .care-center {
    display: none;
  }

  .care-node:not(.care-center) {
    position: static;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 105px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    place-content: center stretch;
    place-items: start;
    padding: 20px 24px;
    border-radius: 18px;
    text-align: left;
  }

  .care-node svg {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  .care-node small {
    max-width: none;
  }

  .about-visual {
    width: calc(100% - 20px);
  }

  .about-image {
    height: 560px;
    border-radius: 22px 110px 22px 22px;
  }

  .portrait-tag {
    bottom: 25px;
    left: -18px;
  }

  .process-heading {
    margin-bottom: 55px;
    text-align: left;
  }

  .process-heading .eyebrow {
    justify-content: flex-start;
  }

  .process-heading > p:last-child {
    margin-left: 0;
  }

  .process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-list::before {
    position: absolute;
    top: 28px;
    bottom: 35px;
    left: 26px;
    width: 1px;
    background: rgba(95, 118, 102, 0.2);
    content: "";
  }

  .process-step {
    display: grid;
    min-height: 155px;
    grid-template-columns: 62px 1fr;
    grid-template-rows: auto auto;
    align-content: start;
    text-align: left;
  }

  .step-number {
    position: relative;
    z-index: 2;
    grid-row: 1 / 3;
    margin: 0;
    padding-top: 3px;
    background: var(--cream);
    font-size: 1.55rem;
  }

  .step-dot {
    display: none;
  }

  .process-step h3 {
    margin: 0 0 7px;
  }

  .process-step p {
    max-width: none;
    margin: 0;
  }

  .editorial-gallery {
    display: grid;
    height: auto;
    grid-template-columns: 1fr 0.78fr;
    grid-template-rows: 320px 220px;
    gap: 11px;
  }

  .gallery-wide {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-tall,
  .gallery-detail {
    grid-row: 2;
  }

  .gallery-item {
    border-radius: 17px;
  }

  .gallery-item span {
    right: 14px;
    bottom: 12px;
    left: 14px;
    font-size: 0.75rem;
  }

  .location-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .location-actions .button {
    width: 100%;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 400px;
    height: 400px;
  }

  .map-wrap {
    border-radius: 22px 22px 75px 22px;
  }

  .faq-grid {
    gap: 50px;
  }

  .faq-item button {
    min-height: 76px;
  }

  .faq-item button span {
    font-size: 1rem;
  }

  .final-cta-section {
    padding: 0 0 50px;
  }

  .final-cta {
    padding: 65px 24px;
    border-radius: 26px;
    text-align: left;
  }

  .final-cta .eyebrow {
    justify-content: flex-start;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 80;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    color: var(--white);
    background: var(--sage-dark);
    box-shadow: 0 10px 30px rgba(31, 50, 40, 0.28);
    font-size: 0.88rem;
    font-weight: 600;
  }

  .lightbox-close {
    top: -12px;
    right: -5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .hero-step {
    opacity: 1;
    transform: none;
  }
}
