:root {
  --ink: #16201c;
  --muted: #66716b;
  --paper: #f6f3ed;
  --surface: #fffefa;
  --surface-soft: #edf3ef;
  --forest: #173b33;
  --forest-2: #0d2a25;
  --sage: #91aaa0;
  --clay: #c56f5d;
  --gold: #bf9135;
  --line: rgba(22, 32, 28, 0.12);
  --shadow: 0 22px 70px rgba(27, 39, 35, 0.14);
  --radius: 8px;
  --content: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    "PingFang SC",
    "Microsoft YaHei",
    "Noto Sans CJK SC",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px max(24px, calc((100vw - var(--content)) / 2));
  color: var(--surface);
  background: rgba(13, 42, 37, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(13, 42, 37, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--forest);
  background: linear-gradient(135deg, #f7e1a5, #f8f7f2 56%, #b6cfc4);
  border-radius: 50%;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.mobile-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  margin-left: auto;
  color: var(--forest);
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

@media (min-width: 981px) {
  .mobile-book {
    display: none;
  }
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.site-nav .nav-cta {
  margin-left: 6px;
  color: var(--forest);
  background: #fff;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  height: 78svh;
  min-height: 560px;
  max-height: 780px;
  overflow: hidden;
  color: #fff;
  background: var(--forest);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 33, 29, 0.92) 0%, rgba(9, 33, 29, 0.72) 34%, rgba(9, 33, 29, 0.08) 72%),
    linear-gradient(0deg, rgba(9, 33, 29, 0.34), rgba(9, 33, 29, 0.04));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--content), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding: 64px 0;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 18px;
  max-width: 700px;
  font-size: 64px;
  line-height: 1.04;
  font-weight: 780;
}

.hero-copy {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn.primary {
  color: var(--forest);
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-mark {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.88;
}

.btn.primary .btn-mark {
  color: #fff;
  background: var(--forest);
}

.btn.secondary .btn-mark {
  color: var(--forest);
  background: #fff;
}

.btn.secondary .btn-mark::before {
  background: var(--forest);
}

.btn-mark::before,
.btn-mark::after {
  content: "";
  position: absolute;
  background: var(--surface);
}

.btn-mark::before {
  width: 8px;
  height: 2px;
  top: 10px;
  left: 7px;
}

.btn-mark::after {
  width: 5px;
  height: 5px;
  top: 8px;
  left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--content), calc(100% - 48px));
  margin: -32px auto 0;
  position: relative;
  z-index: 2;
  background: var(--line);
  box-shadow: var(--shadow);
}

.metric-strip div {
  min-height: 116px;
  padding: 24px;
  background: var(--surface);
}

.metric-strip strong {
  display: block;
  color: var(--forest);
  font-size: 34px;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.copy-block h2,
.section-heading h2,
.credential-copy h2,
.proof-copy h2,
.contact-panel h2 {
  margin: 12px 0 0;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 760;
}

.copy-block p,
.section-heading p,
.credential-copy p,
.proof-copy p,
.contact-panel p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.info-grid div {
  padding: 18px;
  background: var(--surface);
}

.info-grid span,
.service-index {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.info-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 20px;
}

.portrait-frame {
  margin: 0;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 62% 22%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portrait-frame figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 24px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  min-height: 270px;
  padding: 30px;
  background: var(--surface);
}

.service-card:nth-child(2),
.service-card:nth-child(5) {
  background: var(--surface-soft);
}

.service-card h3 {
  margin: 28px 0 0;
  font-size: 22px;
  line-height: 1.32;
}

.service-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.credential-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  gap: 52px;
  align-items: center;
  padding: 96px max(24px, calc((100vw - var(--content)) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(197, 111, 93, 0.32), transparent 28%),
    linear-gradient(135deg, var(--forest-2), #264f47 62%, #20352d);
}

.credential-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.credential-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.credential-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.credential-copy li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.credential-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 18px;
  align-items: end;
}

.credential-gallery img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.credential-gallery img:first-child {
  transform: translateY(-22px);
}

.meal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 14px;
}

.image-card,
.scene-card,
.honor-grid button {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #d9ded7;
  cursor: zoom-in;
}

.image-card img,
.scene-card img,
.honor-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 360ms ease,
    filter 360ms ease;
}

.image-card:hover img,
.image-card:focus-visible img,
.scene-card:hover img,
.scene-card:focus-visible img,
.honor-grid button:hover img,
.honor-grid button:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1.03);
}

.image-card:focus-visible,
.scene-card:focus-visible,
.honor-grid button:focus-visible {
  outline: 3px solid rgba(197, 111, 93, 0.36);
  outline-offset: 3px;
}

.image-card.wide {
  grid-column: span 2;
}

.image-card.tall {
  grid-row: span 2;
}

.care-section {
  padding-top: 36px;
}

.care-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.scene-card {
  aspect-ratio: 3 / 4;
  cursor: zoom-in;
}

.scene-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 0 12px;
  color: #fff;
  background: rgba(13, 42, 37, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 13px;
  white-space: nowrap;
}

.proof-section {
  padding: 96px max(24px, calc((100vw - var(--content)) / 2));
  background: var(--surface);
}

.proof-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
  gap: 60px;
  align-items: center;
}

.quote-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

blockquote {
  margin: 0;
  padding: 18px 20px;
  color: var(--forest);
  background: var(--surface-soft);
  border-left: 4px solid var(--clay);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 1.8;
}

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

.honor-grid button {
  aspect-ratio: 3 / 4;
}

.honor-grid button:nth-child(3) {
  grid-column: span 2;
  aspect-ratio: 8 / 5;
}

.honor-grid button:nth-child(4) {
  grid-column: span 2;
  aspect-ratio: 8 / 5;
}

.contact-section {
  padding: 96px max(24px, calc((100vw - var(--content)) / 2));
  background: linear-gradient(180deg, var(--paper), #e9f0ec);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 46px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(197, 111, 93, 0.18), transparent 48%),
    var(--forest);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-cta {
  margin-top: 28px;
  color: var(--forest);
  background: #fff;
  border: 0;
  cursor: pointer;
}

.contact-stack {
  display: flex;
  justify-content: flex-end;
}

.qr-card {
  width: 250px;
  padding: 16px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.qr-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(22, 32, 28, 0.1);
  border-radius: 6px;
}

.qr-card strong,
.qr-card span {
  display: block;
  text-align: center;
}

.qr-card strong {
  margin-top: 14px;
  color: var(--forest);
  font-size: 17px;
}

.qr-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 38px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--forest);
  font-weight: 700;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(6, 17, 15, 0.82);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(1080px, 100%);
  max-height: calc(100svh - 80px);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: var(--forest);
  border-radius: 999px;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.appointment-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.appointment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 17, 15, 0.72);
  backdrop-filter: blur(10px);
}

.appointment-card {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: min(920px, 100%);
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: 36px;
  background: #fffefa;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.appointment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fffefa;
  border-radius: inherit;
}

.appointment-intro {
  padding-right: 56px;
}

.appointment-intro h2 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.18;
}

.appointment-intro p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--surface-soft);
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 2px;
  background: var(--forest);
  border-radius: 999px;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.appointment-form {
  margin-top: 28px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  margin-top: 16px;
}

.field span,
.consent span {
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background-color: #fff;
  border: 1px solid rgba(22, 32, 28, 0.16);
  border-radius: 6px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.field textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(23, 59, 51, 0.1);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--forest);
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.form-status.is-success {
  color: #1e6d4b;
}

.form-status.is-error {
  color: #a23d32;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.submit-btn {
  color: #fff;
  background: var(--forest);
  border: 0;
  cursor: pointer;
}

.submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ghost-btn {
  min-height: 48px;
  padding: 0 18px;
  color: var(--forest);
  background: transparent;
  border: 1px solid rgba(22, 32, 28, 0.16);
  border-radius: 999px;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .mobile-book {
    position: fixed;
    top: 14px;
    right: max(16px, calc(100vw - 374px));
    z-index: 22;
    min-width: 64px;
    min-height: 36px;
    padding: 0 12px;
    margin: 0;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center;
    position: fixed !important;
    top: 11px;
    right: 18px;
    z-index: 41;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  }

  .menu-toggle span:not(.sr-only) {
    grid-area: 1 / 1;
    margin: 0;
  }

  .menu-toggle span:not(.sr-only):nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translateY(6px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 86vw);
    padding: 86px 18px 18px;
    background: rgba(13, 42, 37, 0.98);
    box-shadow: -28px 0 60px rgba(0, 0, 0, 0.24);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    padding: 15px 16px;
    border-radius: var(--radius);
    font-size: 16px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
  }

  .hero h1 {
    font-size: 52px;
  }

  .split,
  .section-heading,
  .credential-band,
  .proof-inner,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .contact-stack {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding: 11px 18px;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center;
    position: fixed !important;
    top: 11px;
    right: 18px;
    z-index: 41;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  }

  .menu-toggle span:not(.sr-only) {
    grid-area: 1 / 1;
    margin: 0;
  }

  .menu-toggle span:not(.sr-only):nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translateY(6px);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 86vw);
    padding: 86px 18px 18px;
    background: rgba(13, 42, 37, 0.98);
    box-shadow: -28px 0 60px rgba(0, 0, 0, 0.24);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    padding: 15px 16px;
    border-radius: var(--radius);
    font-size: 16px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    height: 76svh;
    min-height: 500px;
    max-height: 640px;
  }

  .hero-media {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 33, 29, 0.86) 0%, rgba(9, 33, 29, 0.48) 45%, rgba(9, 33, 29, 0.88) 100%),
      linear-gradient(90deg, rgba(9, 33, 29, 0.72), rgba(9, 33, 29, 0.16));
  }

  .hero-inner {
    justify-content: flex-end;
    width: calc(100% - 36px);
    padding: 42px 0;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: 40px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .btn {
    min-height: 46px;
    padding: 0 15px 0 18px;
    font-size: 14px;
  }

  .metric-strip,
  .section,
  .site-footer {
    width: calc(100% - 32px);
  }

  .metric-strip {
    margin-top: -22px;
  }

  .metric-strip div {
    min-height: 104px;
    padding: 18px;
  }

  .metric-strip strong {
    font-size: 29px;
  }

  .section {
    padding: 76px 0;
  }

  .copy-block h2,
  .section-heading h2,
  .credential-copy h2,
  .proof-copy h2,
  .contact-panel h2 {
    font-size: 31px;
  }

  .copy-block p,
  .section-heading p,
  .credential-copy p,
  .proof-copy p,
  .contact-panel p {
    font-size: 15px;
    line-height: 1.85;
  }

  .split,
  .section-heading,
  .credential-band,
  .proof-inner,
  .contact-panel {
    gap: 30px;
  }

  .info-grid,
  .service-grid,
  .meal-grid,
  .care-rail,
  .honor-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 24px;
  }

  .credential-band,
  .proof-section,
  .contact-section {
    padding: 72px 16px;
  }

  .credential-gallery {
    grid-template-columns: 1fr;
  }

  .credential-gallery img:first-child {
    transform: none;
  }

  .meal-grid {
    grid-auto-rows: 230px;
  }

  .image-card.wide,
  .image-card.tall,
  .honor-grid button:nth-child(3),
  .honor-grid button:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: auto;
  }

  .care-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .scene-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .contact-panel {
    padding: 28px;
  }

  .qr-card {
    width: 100%;
  }

  .appointment-modal {
    align-items: end;
    padding: 0;
  }

  .appointment-card {
    justify-self: start;
    width: min(390px, 100%);
    max-height: 92svh;
    padding: 28px 18px 22px;
    border-radius: 8px 8px 0 0;
  }

  .appointment-intro {
    padding-right: 48px;
  }

  .appointment-intro h2 {
    font-size: 28px;
  }

  .modal-close {
    position: fixed;
    top: calc(8svh + 18px);
    right: max(18px, calc(100vw - 372px));
    z-index: 3;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 36px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric-strip div {
    min-height: 86px;
  }
}

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

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