:root {
  --ivory: #fbf8f1;
  --white: #ffffff;
  --ink: #182522;
  --muted: #485854;
  --forest: #173c35;
  --forest-hover: #0f2d28;
  --sage: #dce6d6;
  --sage-soft: #eef3ea;
  --sun: #f1ce78;
  --clay: #99442f;
  --line: #cbd3cf;
  --serif: "Charter", "Bitstream Charter", "Baskerville", Georgia, serif;
  --sans: Verdana, "Trebuchet MS", sans-serif;
  --shell: min(1160px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 4px solid var(--clay);
  outline-offset: 4px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 14px 20px;
  color: var(--white);
  background: var(--forest);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 248, 241, 0.98);
  border-bottom: 1px solid var(--line);
}

.utility-bar {
  color: var(--white);
  background: var(--forest);
}

.utility-inner {
  display: flex;
  align-items: center;
  min-height: 46px;
  gap: 28px;
  font-size: 0.86rem;
}

.utility-note {
  color: #f1f4f1;
}

.utility-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  margin-left: auto;
  text-underline-offset: 4px;
}

.text-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-tools > span:first-child {
  margin-right: 2px;
}

.text-tools button {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 34px;
  padding: 0 8px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 6px;
  font: 700 0.82rem/1 var(--sans);
  cursor: pointer;
}

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

.wordmark {
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.025em;
}

.wordmark span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 0.72em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.main-nav a:hover:not(.nav-cta) {
  border-bottom-color: var(--clay);
}

.nav-cta {
  padding: 0 20px;
  color: var(--white);
  background: var(--forest);
  border-radius: 10px;
}

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

.menu-button {
  display: none;
  position: relative;
  z-index: 3;
  width: 52px;
  height: 52px;
  padding: 0;
  background: var(--white);
  border: 2px solid var(--forest);
  border-radius: 8px;
}

.menu-button > span:not(.sr-only) {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.2s, top 0.2s;
}

.menu-button > span:nth-child(2) { top: 19px; }
.menu-button > span:nth-child(3) { top: 29px; }
.menu-button[aria-expanded="true"] > span:nth-child(2) { top: 24px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(3) { top: 24px; transform: rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding-block: 64px 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-number {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.pricing h2,
.about h2,
.booking h2,
.care-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 6.3vw, 5.2rem);
}

.hero h1 em {
  color: var(--forest);
  font-family: var(--serif);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.6;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-trust li::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 50%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--forest);
  border-radius: 10px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

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

.button-primary {
  color: var(--white);
  background: var(--forest);
}

.button-primary:hover {
  background: var(--forest-hover);
}

.button-secondary {
  color: var(--forest);
  background: var(--white);
}

.button-secondary:hover {
  background: var(--sage-soft);
}

.button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.text-link {
  display: inline-block;
  min-height: 46px;
  padding-block: 8px;
  color: var(--forest);
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-portrait {
  position: relative;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: 14px 14px 54px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(24, 37, 34, 0.12);
}

.portrait-frame {
  overflow: hidden;
  border-radius: 18px;
}

.portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.portrait-note {
  position: absolute;
  right: 26px;
  bottom: 13px;
  left: 26px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: left;
}

.portrait-note strong {
  color: var(--forest);
  font-size: 0.86rem;
}

.hero-side-note,
.hero-footer,
.hero-orbit {
  display: none;
}

.reveal {
  animation: rise 0.55s ease-out both;
}

.reveal-delay {
  animation-delay: 0.12s;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.section-pad {
  padding-block: 96px;
}

.intro {
  color: var(--ink);
  background: var(--sage-soft);
  border-block: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(48px, 8vw, 100px);
}

.intro .section-number {
  color: var(--forest);
}

.intro-statement {
  max-width: 880px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.intro-body {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.services {
  background: var(--ivory);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2,
.pricing h2,
.about h2,
.booking h2 {
  font-size: clamp(2.7rem, 5vw, 4.25rem);
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 250px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(24, 37, 34, 0.05);
}

.service-index {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--forest);
  background: var(--sage);
  border-radius: 14px;
}

.service-card:nth-child(even) .service-icon {
  background: #f7e3b2;
}

.service-icon svg {
  width: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 2px 0 10px;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1.15;
}

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

.service-card > a {
  grid-column: 2;
  align-self: end;
  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.care-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  color: var(--white);
  background: var(--forest);
}

.care-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 760px;
  overflow: hidden;
  color: var(--ink);
  background: var(--sun);
}

.care-rings {
  position: absolute;
  width: 490px;
  height: 490px;
  border: 2px solid rgba(24, 37, 34, 0.2);
  border-radius: 50%;
}

.care-rings::before,
.care-rings::after {
  position: absolute;
  content: "";
  border: 2px solid rgba(24, 37, 34, 0.18);
  border-radius: 50%;
}

.care-rings::before { inset: 62px; }
.care-rings::after { inset: 124px; }

.care-flower {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 330px;
  opacity: 0.16;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.7;
}

.care-visual > p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.care-visual em {
  display: block;
  margin-top: 8px;
  color: var(--clay);
  font-style: normal;
  font-weight: 700;
}

.care-copy {
  padding: 88px clamp(40px, 7vw, 108px);
}

.eyebrow-light {
  color: var(--sun);
}

.care-copy h2 {
  max-width: 720px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}

.care-lead {
  max-width: 720px;
  margin: 28px 0 40px;
  color: var(--white);
  font-size: 1.08rem;
}

.care-points {
  max-width: 720px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.care-points li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.care-points li > span {
  color: var(--sun);
  font-size: 0.8rem;
  font-weight: 700;
}

.care-points strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.care-points p {
  margin: 0;
  color: #f1f4f1;
  font-size: 1rem;
}

.button-light {
  color: var(--ink);
  background: var(--sun);
  border-color: var(--sun);
}

.button-light:hover {
  background: #f6dc9c;
}

.care-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.care-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-weight: 700;
  text-underline-offset: 5px;
}

.pricing {
  background: var(--white);
}

.pricing-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: start;
}

.pricing-intro {
  position: sticky;
  top: 160px;
}

.pricing-intro > p:not(.section-number) {
  max-width: 440px;
  margin: 26px 0 18px;
  color: var(--muted);
}

.price-groups {
  border-top: 2px solid var(--ink);
}

.price-group-title {
  display: flex;
  align-items: center;
  min-height: 88px;
  margin: 0;
  padding: 8px 4px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.price-group {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 150px;
}

.price-content {
  padding: 0 4px 34px;
}

.price-content h3 {
  margin: 32px 0 8px;
  color: var(--clay);
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.price-content h3:first-child {
  margin-top: 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}

.price-row strong {
  flex: none;
  color: var(--forest);
  font-weight: 700;
}

.price-row.sub span {
  padding-left: 20px;
  color: var(--muted);
}

.about {
  background: var(--sage-soft);
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(64px, 9vw, 130px);
  align-items: center;
}

.about-image {
  position: relative;
  max-width: 510px;
  padding: 12px 12px 64px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(24, 37, 34, 0.1);
}

.about-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 15px;
}

.image-stamp {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.about-copy {
  max-width: 690px;
}

.about-lead {
  margin: 28px 0 20px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.about-signature {
  margin-top: 24px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
}

.booking {
  position: relative;
  padding-block: 96px;
  color: var(--ink);
  text-align: center;
  background: var(--sun);
}

.booking-inner > p:not(.eyebrow, .booking-note) {
  max-width: 680px;
  margin: 24px auto 38px;
}

.booking .eyebrow {
  color: var(--ink);
}

.booking-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}

.booking-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 22px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 12px;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.booking-links a:hover {
  color: var(--white);
  background: var(--forest);
}

.booking-links small {
  margin-bottom: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-links span {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
}

.booking-note {
  margin: 24px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.site-footer {
  padding: 58px 0 26px;
  color: var(--white);
  background: var(--forest-hover);
}

.footer-top {
  display: grid;
  grid-template-columns: 0.7fr 1.1fr 1.4fr auto;
  gap: 40px;
  align-items: start;
  padding-bottom: 48px;
}

.footer-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.footer-services a {
  color: #f1f4f1;
  font-size: 0.88rem;
  text-underline-offset: 4px;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 54px;
  padding: 8px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.payment-icon-brand {
  width: 122px;
  padding-inline: 12px;
}

.payment-icon-card-brand {
  width: 84px;
  padding-inline: 10px;
}

.payment-icon-card-brand img {
  max-width: 64px;
}

.payment-icon-text {
  width: 84px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.payment-icon-bankgirot {
  width: 132px;
}

.payment-icon img {
  display: block;
  width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.payment-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Local service pages */
.breadcrumbs {
  padding-block: 24px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  content: "/";
}

.breadcrumbs a {
  text-underline-offset: 4px;
}

.service-hero {
  padding-block: 44px 76px;
}

.service-hero-grid {
  max-width: 900px;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 5rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.service-hero .lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.service-content {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(56px, 9vw, 120px);
  align-items: start;
}

.service-main h2,
.local-callout h2,
.related-services h2 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.15;
}

.service-main h3 {
  margin: 38px 0 12px;
  font-family: var(--serif);
  font-size: 1.55rem;
}

.service-main p {
  max-width: 760px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
}

.check-list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 50%;
}

.service-aside {
  position: sticky;
  top: 160px;
  display: grid;
  gap: 16px;
}

.info-card {
  padding: 26px;
  background: var(--sage-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.info-card h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.info-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.info-card .button {
  width: 100%;
}

.local-callout {
  background: var(--sun);
}

.local-callout-inner {
  max-width: 880px;
  text-align: center;
}

.local-callout p {
  max-width: 720px;
  margin: 0 auto 28px;
}

.related-services {
  background: var(--ivory);
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

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

.footer-mark {
  color: var(--white);
  font-size: 2rem;
}

.footer-label {
  margin: 0 0 6px;
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-top p:not(.footer-label) {
  margin: 0;
  color: #f1f4f1;
  font-size: 1rem;
}

.to-top {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  color: #d9e1dd;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 0.82rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr); gap: 42px; }
  .care-section { grid-template-columns: 0.8fr 1.2fr; }
  .care-copy { padding: 72px 44px; }
  .booking-links { grid-template-columns: 1fr; max-width: 720px; }
  .booking-links a { min-height: 108px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 720px); }
  html { scroll-padding-top: 130px; }
  .utility-inner { flex-wrap: wrap; gap: 4px 18px; padding-block: 5px; }
  .utility-note { order: 3; flex-basis: 100%; font-size: 0.78rem; text-align: center; }
  .menu-button { display: block; }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    padding: 150px max(24px, calc((100vw - 620px) / 2)) 50px;
    visibility: hidden;
    opacity: 0;
    background: var(--ivory);
    transition: opacity 0.2s, visibility 0.2s;
  }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav a { justify-content: center; min-height: 58px; font-family: var(--serif); font-size: 1.8rem; border: 0; }
  .main-nav .nav-cta { margin-top: 8px; color: var(--white); font-family: var(--sans); font-size: 1rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 54px 64px; }
  .hero-copy { max-width: 720px; }
  .hero-portrait { max-width: 620px; justify-self: center; }
  .intro-grid { grid-template-columns: 1fr; gap: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-list { grid-template-columns: 1fr; }
  .care-section { grid-template-columns: 1fr; }
  .care-visual { min-height: 440px; }
  .care-copy { padding: 72px max(24px, calc((100vw - 720px) / 2)); }
  .pricing-shell { grid-template-columns: 1fr; gap: 48px; }
  .pricing-intro { position: static; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { width: 100%; max-width: 620px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .service-content-grid { grid-template-columns: 1fr; }
  .service-aside { position: static; }
  .related-links { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 560px); }
  body { font-size: 1.125rem; }
  .utility-inner { gap-inline: 10px; min-height: 54px; }
  .utility-note { font-size: 0.72rem; }
  .utility-phone { margin-left: 0; margin-right: auto; font-size: 0.75rem; }
  .utility-phone strong { display: block; font-size: 0.9rem; }
  .text-tools > span:first-child { display: none; }
  .text-tools button { min-width: 44px; height: 44px; }
  .header-inner { min-height: 76px; }
  .wordmark { font-size: 1.62rem; }
  .hero-grid { padding-block: 42px 54px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.1rem; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; min-height: 62px; }
  .hero-portrait { padding: 10px 10px 58px; border-radius: 20px; }
  .portrait-frame { border-radius: 13px; }
  .portrait-note { right: 20px; bottom: 12px; left: 20px; }
  .section-pad { padding-block: 68px; }
  .intro-statement { font-size: 2.15rem; }
  .section-heading h2, .pricing h2, .about h2, .booking h2 { font-size: 2.7rem; }
  .service-card { grid-template-columns: 64px 1fr; min-height: 0; padding: 26px 22px; gap: 18px; }
  .service-icon { width: 60px; height: 60px; }
  .service-icon svg { width: 38px; }
  .service-card h3 { font-size: 1.55rem; }
  .care-visual { min-height: 360px; }
  .care-rings { width: 330px; height: 330px; }
  .care-rings::before { inset: 45px; }
  .care-rings::after { inset: 90px; }
  .care-copy { padding: 62px 20px; }
  .care-copy h2 { font-size: 2.65rem; }
  .care-points li { grid-template-columns: 34px 1fr; gap: 10px; }
  .price-group-title { min-height: 82px; font-size: 1.45rem; }
  .price-row { gap: 14px; font-size: 1rem; }
  .price-row strong { text-align: right; }
  .about-lead { font-size: 1.3rem; }
  .booking { padding-block: 70px; }
  .booking-links a { min-height: 112px; }
  .booking-links span { overflow-wrap: anywhere; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
