:root {
  --ink: #142a31;
  --ink-soft: #284048;
  --chalk: #f5f1e8;
  --paper: #fbfaf6;
  --mist: #dbe2de;
  --sea: #6f8987;
  --brass: #b5905f;
  --clay: #aa7259;
  --line: rgba(20, 42, 49, 0.16);
  --shadow: 0 28px 80px rgba(14, 31, 37, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  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; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }
.eyebrow.light { color: #d8c4a2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; }
h1 { font-size: clamp(3.4rem, 8vw, 7.5rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.5rem, 5vw, 4.9rem); letter-spacing: -0.04em; }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.2rem); letter-spacing: -0.025em; }
.lede { max-width: 49rem; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.muted { color: #53636a; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.site-header.solid { position: relative; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.65rem; letter-spacing: 0.11em; }
.brand-sub { margin-top: 0.45rem; font-size: 0.57rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.78; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links > a { position: relative; text-decoration: none; font-size: 0.85rem; letter-spacing: 0.04em; }
.nav-links > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.45rem;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { right: 0; }
.nav-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.nav-cta { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.65); }
.solid .nav-cta { background: var(--ink); border-color: var(--ink); }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button.light { background: var(--chalk); color: var(--ink); }
.button.outline { background: transparent; border-color: currentColor; }
.button-arrow { font-size: 1.1rem; transition: transform 180ms ease; }
.button:hover .button-arrow { transform: translateX(3px); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  align-items: center;
  justify-content: center;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.hero {
  min-height: 92svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.hero-media { position: absolute; inset: 0; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 25, 30, 0.82) 0%, rgba(9, 25, 30, 0.48) 48%, rgba(9, 25, 30, 0.08) 78%), linear-gradient(0deg, rgba(9, 25, 30, 0.5), transparent 45%);
}
.hero-media img { height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 1; padding-top: 10rem; padding-bottom: clamp(4rem, 8vw, 7.5rem); }
.hero h1 { max-width: 820px; margin-bottom: 1.7rem; }
.hero h1 em { font-weight: 400; color: #e6d3b2; }
.hero-copy { max-width: 610px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: rgba(255,255,255,0.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-note { position: absolute; right: 2rem; bottom: 2rem; z-index: 2; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; writing-mode: vertical-rl; }

.place-strip { background: var(--chalk); border-bottom: 1px solid var(--line); }
.place-strip-inner { min-height: 72px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.8rem 2.5rem; color: #42545a; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.place-strip-inner span + span::before { content: "◇"; margin-right: 2.5rem; color: var(--brass); }

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro-grid h2 { max-width: 800px; margin-bottom: 2rem; }
.intro-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.signature { margin-top: 2.5rem; font-family: var(--serif); font-style: italic; font-size: 1.35rem; }

.services-section { position: relative; padding: 1rem 0 clamp(6rem, 10vw, 10rem); }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading p { max-width: 360px; margin-bottom: 0.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.service-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:nth-child(1) { background: #25424a; }
.service-card:nth-child(2) { background: #816452; }
.service-card:nth-child(3) { background: #68817f; }
.service-card:nth-child(4) { background: #293539; }
.service-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  right: -70px;
  top: -70px;
  transition: transform 500ms ease;
}
.service-card:hover::before { transform: scale(1.22); }
.service-number { position: absolute; top: 1.8rem; left: 2rem; font-size: 0.72rem; letter-spacing: 0.14em; opacity: 0.7; }
.service-card h3 { max-width: 420px; margin-bottom: 1rem; }
.service-card p { max-width: 520px; margin-bottom: 1.5rem; color: rgba(255,255,255,0.76); }
.text-link { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.care-section { overflow: hidden; background: var(--ink); color: #fff; }
.care-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 760px; }
.care-image { position: relative; min-height: 520px; }
.care-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.care-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.care-copy h2 { margin-bottom: 1.5rem; }
.care-copy > p { color: rgba(255,255,255,0.73); }
.principles { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.2); }
.principle { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.principle span { color: #d8c4a2; font-family: var(--serif); font-style: italic; }
.principle strong { display: block; margin-bottom: 0.25rem; font-family: var(--serif); font-size: 1.22rem; font-weight: 400; }
.principle p { margin-bottom: 0; color: rgba(255,255,255,0.65); font-size: 0.93rem; }

.coverage { background: var(--chalk); }
.coverage-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 5rem; align-items: center; }
.coverage h2 { margin-bottom: 1.5rem; }
.place-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.place-list li { padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; }
.place-list li:nth-child(odd) { padding-right: 1rem; }
.place-list li:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--line); }
.coverage-mark {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20,42,49,0.2);
  border-radius: 50% 50% 48% 52% / 42% 48% 52% 58%;
  text-align: center;
  transform: rotate(-4deg);
}
.coverage-mark-inner { transform: rotate(4deg); }
.coverage-mark b { display: block; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 400; line-height: 0.9; }
.coverage-mark span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }

.cta-band { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--clay); color: #fff; }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1.5fr) auto; align-items: end; gap: 3rem; }
.cta-inner h2 { max-width: 850px; margin-bottom: 0; }

.page-hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem); background: var(--chalk); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; margin-bottom: 1.5rem; font-size: clamp(3.3rem, 7vw, 6.7rem); color: var(--ink); }
.page-hero .lede { color: #53636a; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr); gap: 4rem; align-items: end; }
.page-aside { padding-left: 2rem; border-left: 1px solid var(--line); font-size: 0.9rem; color: #53636a; }

.service-detail { padding: 0; }
.service-row { display: grid; grid-template-columns: 0.38fr 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding: clamp(4rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); }
.service-row .number { font-family: var(--serif); font-size: 3rem; color: var(--brass); }
.service-row h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); }
.tick-list { margin: 1.8rem 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding: 0.6rem 0 0.6rem 1.6rem; border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "—"; position: absolute; left: 0; color: var(--brass); }

.about-story { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); }
.about-story h2 { position: sticky; top: 2rem; }
.about-copy p:first-child { font-size: 1.3rem; color: var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5rem; background: var(--line); border: 1px solid var(--line); }
.value-card { min-height: 310px; padding: 2.2rem; background: var(--paper); }
.value-card small { display: block; margin-bottom: 4rem; color: var(--brass); font-weight: 700; letter-spacing: 0.14em; }

.contact-grid { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-details { padding: 2.2rem; background: var(--ink); color: #fff; }
.contact-details h2 { font-size: 2.2rem; }
.contact-line { display: block; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.18); text-decoration: none; }
.contact-line small { display: block; margin-bottom: 0.15rem; color: rgba(255,255,255,0.55); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.field { display: grid; gap: 0.5rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 0.85rem 1rem;
}
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--sea); outline-offset: 2px; }
.consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 0.75rem; color: #53636a; font-size: 0.86rem; }
.consent input { margin-top: 0.35rem; }
.form-note { grid-column: 1 / -1; margin: 0; color: #53636a; font-size: 0.84rem; }

.legal { padding: 5rem 0 8rem; }
.legal h2 { margin-top: 3.5rem; font-size: 2rem; }
.legal h3 { margin-top: 2rem; font-size: 1.4rem; }
.legal ul { padding-left: 1.25rem; }
.legal .updated { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); color: #68787f; }

.breadcrumb { padding: 1.1rem 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; list-style: none; color: #68787f; font-size: 0.78rem; }
.breadcrumb li + li::before { content: "/"; margin-right: 0.45rem; color: var(--brass); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.content-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 3.8rem; margin-bottom: 1.3rem; font-size: clamp(2.25rem, 4vw, 3.6rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2.4rem; margin-bottom: 0.8rem; font-size: 1.65rem; }
.prose p, .prose li { color: #455960; }
.prose .answer { color: var(--ink); font-size: 1.2rem; line-height: 1.55; }
.prose ul { margin: 1.4rem 0 2rem; padding-left: 1.3rem; }
.prose li { margin: 0.6rem 0; padding-left: 0.35rem; }
.answer-box { margin: 2.5rem 0; padding: clamp(1.6rem, 4vw, 2.5rem); background: var(--chalk); border-left: 3px solid var(--brass); }
.answer-box h2, .answer-box h3 { margin-top: 0; }
.answer-box p:last-child { margin-bottom: 0; }
.sticky-panel { position: sticky; top: 2rem; padding: 2rem; background: var(--ink); color: #fff; }
.sticky-panel h2 { margin-bottom: 1rem; font-size: 2rem; }
.sticky-panel p { color: rgba(255,255,255,.7); }
.sticky-panel .button { width: 100%; margin-top: 1rem; }
.mini-list { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.mini-list li { padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 0.9rem; }
.faq-section { background: var(--chalk); }
.faq-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.faq-item { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; font-family: var(--sans); font-size: 1rem; font-weight: 700; line-height: 1.45; }
.faq-item p { margin: 0; color: #53636a; }
.link-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.link-card { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.8rem; border: 1px solid var(--line); background: var(--paper); text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.link-card:hover { transform: translateY(-3px); background: #fff; }
.link-card small { color: var(--brass); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.link-card h3 { margin: 2.5rem 0 1rem; font-size: 1.8rem; }
.link-card p { color: #53636a; }
.place-list a { display: block; text-decoration: none; }
.place-list a:hover { color: var(--clay); }
.seo-note { padding: 1.2rem 0; color: #68787f; font-size: 0.85rem; }

.site-footer { padding: 5rem 0 2rem; background: #0e2026; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(2, 0.6fr); gap: 4rem; padding-bottom: 4rem; }
.footer-brand .brand-name { font-size: 2.3rem; }
.footer-brand p { max-width: 430px; margin: 1.5rem 0 0; color: rgba(255,255,255,0.62); }
.footer-col h3 { margin-bottom: 1.2rem; color: #d8c4a2; font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-col a { display: block; margin: 0.55rem 0; color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.9rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.5); font-size: 0.76rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .nav-wrap { min-height: 88px; }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    padding: 7rem 2.5rem 3rem;
    background: var(--ink);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .nav-links.open { z-index: 40; opacity: 1; visibility: visible; }
  .nav-links > a { font-family: var(--serif); font-size: 2rem; }
  .nav-links .nav-cta { margin-top: 1rem; font-family: var(--sans); font-size: 0.82rem; }
  .menu-toggle { position: relative; z-index: 60; }
  .menu-open .menu-toggle span { background: transparent; }
  .menu-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
  .menu-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }
  .solid .nav-links { background: var(--ink); color: #fff; }
  .intro-grid, .about-story, .page-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-copy { grid-template-columns: 1fr; gap: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .service-card:nth-child(n) { grid-column: span 6; min-height: 380px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-copy { order: -1; }
  .coverage-grid, .contact-grid { grid-template-columns: 1fr; }
  .coverage-mark { max-width: 520px; width: 100%; justify-self: center; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .service-row { grid-template-columns: 70px 1fr; }
  .service-row > div:last-child { grid-column: 2; }
  .about-story h2 { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .sticky-panel { position: static; }
  .link-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(3.15rem, 17vw, 5.2rem); }
  .hero { min-height: 820px; }
  .hero-content { padding-bottom: 4rem; }
  .hero-media::after { background: linear-gradient(90deg, rgba(9,25,30,.8), rgba(9,25,30,.4)), linear-gradient(0deg, rgba(9,25,30,.65), transparent 60%); }
  .hero-note { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .place-strip-inner { justify-content: flex-start; gap: 0.7rem; padding: 1.25rem 0; }
  .place-strip-inner span { flex: 0 0 100%; }
  .place-strip-inner span + span::before { margin-right: 0.8rem; }
  .service-card:nth-child(n) { grid-column: 1 / -1; min-height: 350px; }
  .care-grid { min-height: 0; }
  .care-image { min-height: 430px; }
  .place-list { grid-template-columns: 1fr; }
  .place-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full, .consent, .form-note { grid-column: auto; }
  .service-row { grid-template-columns: 1fr; }
  .service-row > div:last-child { grid-column: auto; }
  .service-row .number { font-size: 2rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .value-card small { margin-bottom: 2rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; }
  .faq-item { grid-template-columns: 1fr; gap: 0.75rem; }
  .link-card-grid { grid-template-columns: 1fr; }
}
