:root {
  color-scheme: light;
  --ink: #1c2822;
  --ink-soft: #526057;
  --green-950: #0c261b;
  --green-900: #153426;
  --green-800: #1d4734;
  --green-700: #2f5d45;
  --olive: #77805a;
  --cream: #f7f2e9;
  --cream-deep: #eee6d8;
  --paper: #fffdf8;
  --copper: #a65d3c;
  --line: rgba(25, 50, 37, 0.14);
  --shadow: 0 24px 70px rgba(28, 40, 34, 0.12);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--cream); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.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;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  color: white;
  background: var(--green-950);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  color: var(--green-950);
  background: rgba(250, 247, 241, 0.96);
  border-bottom: 1px solid rgba(21, 52, 38, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 32px rgba(16, 39, 28, 0.1); background: rgba(255, 253, 248, 0.98); }
.header-inner { width: min(1280px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: currentColor; stroke: none; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1; letter-spacing: -0.025em; }
.brand small { color: var(--copper); font-size: 7.5px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 4px; height: 1.5px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: white;
  background: var(--green-900);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-800); }
.button:focus-visible, .text-link:focus-visible, .gallery-item:focus-visible, .menu-toggle:focus-visible, .whatsapp-float:focus-visible { outline: 3px solid #d39a73; outline-offset: 3px; }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 46px; padding-inline: 18px; }
.header-cta { margin-left: 10px; }
.button-light { color: var(--green-950); background: var(--paper); border-color: rgba(255, 255, 255, 0.8); }
.button-light:hover { color: white; background: var(--green-800); border-color: var(--green-800); }
.button-outline-light { color: white; background: rgba(11, 33, 24, 0.16); border-color: rgba(255, 255, 255, 0.62); backdrop-filter: blur(8px); }
.button-outline-light:hover { background: rgba(255, 255, 255, 0.14); border-color: white; }

.hero { position: relative; min-height: min(790px, 100svh); margin-top: 82px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--green-950); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 60% 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 27, 19, 0.9) 0%, rgba(8, 27, 19, 0.7) 37%, rgba(8, 27, 19, 0.2) 65%, rgba(8, 27, 19, 0.06) 100%), linear-gradient(0deg, rgba(8, 27, 19, 0.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding: 80px 0 110px; }
.eyebrow { margin-bottom: 14px; color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; }
.eyebrow-light { color: #e2b28f; }
.hero h1 { max-width: 780px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(46px, 5.9vw, 82px); font-weight: 400; line-height: 0.99; letter-spacing: -0.045em; }
.hero-lead { max-width: 520px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.86); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-location { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 30px; padding: 13px 17px; display: flex; align-items: center; gap: 11px; color: white; background: rgba(9, 35, 24, 0.76); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 12px; backdrop-filter: blur(12px); }
.hero-location svg { width: 24px; height: 24px; fill: none; stroke: #e5b895; stroke-width: 1.7; }
.hero-location span { display: grid; gap: 2px; }
.hero-location strong { font-size: 13px; }
.hero-location small { color: rgba(255, 255, 255, 0.72); font-size: 11px; }

.value-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--paper); border-bottom: 1px solid var(--line); }
.value-grid { min-height: 140px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.value-grid article { padding: 30px 38px; display: flex; align-items: center; gap: 20px; }
.value-grid article + article { border-left: 1px solid var(--line); }
.line-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--olive); }
.line-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.value-grid h2 { margin-bottom: 5px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.value-grid p { margin-bottom: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.about { background: var(--cream); }
.split-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.about-copy h2, .section-heading h2, .landscape-copy h2, .location-copy h2, .final-cta h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; }
.about-copy h2 { max-width: 520px; margin-bottom: 24px; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; }
.about-copy .lead { font-size: 18px; line-height: 1.65; color: #34463c; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--ink-soft); line-height: 1.75; }
.about-facts { margin: 32px 0 30px; padding: 24px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.about-facts div { display: grid; gap: 6px; }
.about-facts div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.about-facts strong { font-family: var(--serif); color: var(--green-800); font-size: 30px; font-weight: 400; }
.about-facts span { color: var(--ink-soft); font-size: 12px; }
.text-link { min-height: 44px; width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: var(--green-800); font-size: 13px; font-weight: 750; border-bottom: 1px solid rgba(29, 71, 52, 0.32); }
.text-link:hover { color: var(--copper); border-color: currentColor; }
.photo-frame { position: relative; margin: 0; }
.photo-frame::before { content: ""; position: absolute; inset: 24px -18px -18px 28px; background: #e5ddcf; border-radius: var(--radius); }
.photo-frame img { position: relative; z-index: 1; width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-frame figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 9px 12px; color: white; background: rgba(9, 34, 24, 0.76); border-radius: 8px; font-size: 11px; backdrop-filter: blur(8px); }

.services { background: var(--paper); }
.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin-bottom: 16px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.section-heading > p:not(.eyebrow), .gallery-heading > p { color: var(--ink-soft); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { min-width: 0; overflow: hidden; background: var(--cream); border: 1px solid rgba(25, 50, 37, 0.11); border-radius: 18px; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(25, 50, 37, 0.11); }
.service-card > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.service-card > div { position: relative; min-height: 180px; padding: 26px 25px 28px; }
.service-number { position: absolute; top: 23px; right: 22px; color: rgba(21, 52, 38, 0.28); font-family: var(--serif); font-size: 18px; }
.service-card h3 { max-width: 80%; margin-bottom: 10px; font-family: var(--serif); color: var(--green-900); font-size: 23px; font-weight: 500; }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

.care-band { padding: 76px 0 82px; color: white; background: var(--green-900); }
.section-heading.compact { margin-bottom: 40px; }
.section-heading.compact h2 { margin-bottom: 0; font-size: clamp(32px, 3.7vw, 48px); }
.care-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.care-grid article { padding: 8px 24px; text-align: center; }
.care-grid article + article { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.care-grid svg { width: 38px; height: 38px; margin-bottom: 17px; fill: none; stroke: #d4b184; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.care-grid h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.care-grid p { margin-bottom: 0; color: rgba(255, 255, 255, 0.63); font-size: 11px; line-height: 1.5; }

.landscape-story { background: var(--cream-deep); }
.landscape-grid { display: grid; grid-template-columns: 1.25fr 0.86fr; grid-template-rows: auto auto; gap: 22px; align-items: stretch; }
.landscape-main { grid-row: 1 / 3; min-height: 690px; margin: 0; overflow: hidden; border-radius: 22px; }
.landscape-main img, .landscape-small img { width: 100%; height: 100%; object-fit: cover; }
.landscape-copy { padding: 48px 48px 42px; color: white; background: var(--green-900); border-radius: 22px; }
.landscape-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 3.8vw, 51px); line-height: 1.05; }
.landscape-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.72); line-height: 1.7; }
.landscape-copy blockquote { margin: 28px 0 8px; padding-top: 26px; font-family: var(--serif); font-size: 20px; line-height: 1.5; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.quote-source { color: #e1b58f; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.landscape-small { min-height: 280px; margin: 0; overflow: hidden; border-radius: 22px; }

.visit-process { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-steps li { min-height: 130px; padding: 0 0 28px; display: grid; grid-template-columns: 58px 1fr; gap: 22px; position: relative; }
.process-steps li:not(:last-child)::after { content: ""; position: absolute; left: 28px; top: 58px; bottom: 0; width: 1px; background: var(--line); }
.process-steps li > span { width: 58px; height: 58px; z-index: 1; display: grid; place-items: center; color: white; background: var(--olive); border: 7px solid var(--cream); border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.process-steps h3 { margin: 6px 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-steps p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.gallery { background: var(--cream); }
.gallery-heading { max-width: none; margin-bottom: 38px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 370px; margin-bottom: 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 13px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: #d9d3c6; border: 0; border-radius: 14px; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease, filter 250ms ease; }
.gallery-item::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; display: grid; place-items: center; color: white; background: rgba(8, 30, 21, 0.7); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; opacity: 0; transform: translateY(6px); transition: opacity 180ms ease, transform 180ms ease; backdrop-filter: blur(8px); }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.05); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-footer { margin-top: 28px; display: flex; justify-content: flex-end; }

.location { padding-top: 0; background: var(--cream); }
.location-card { min-height: 540px; display: grid; grid-template-columns: 1.07fr 0.93fr; overflow: hidden; color: white; background: var(--green-900); border-radius: 24px; box-shadow: var(--shadow); }
.location-photo { min-height: 540px; }
.location-photo img { width: 100%; height: 100%; object-fit: cover; }
.location-copy { padding: clamp(44px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.location-copy h2 { margin-bottom: 19px; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; }
.location-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.72); line-height: 1.7; }
.location-details { margin: 24px 0 30px; display: grid; gap: 17px; }
.location-details > div { display: flex; gap: 14px; align-items: center; }
.location-details svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: #dfb48b; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.location-details span { display: grid; gap: 3px; }
.location-details strong { font-size: 13px; }
.location-details small { color: rgba(255, 255, 255, 0.6); font-size: 11px; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.text-link-light { color: white; border-color: rgba(255, 255, 255, 0.4); }

.final-cta { padding: 82px 0; color: white; background: linear-gradient(115deg, var(--green-950), #1d4935); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.final-cta h2 { max-width: 650px; margin-bottom: 12px; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.03; }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255, 255, 255, 0.7); }
.final-cta-actions { display: grid; gap: 12px; flex: 0 0 auto; }

.site-footer { padding: 66px 0 24px; color: rgba(255, 255, 255, 0.72); background: #091f16; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.brand-footer { color: white; }
.footer-brand > p { max-width: 260px; margin: 20px 0 0; font-size: 12px; line-height: 1.65; }
.footer-grid h2 { margin-bottom: 17px; color: #deb58f; font-size: 10px; letter-spacing: 0.17em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 12px; line-height: 1.6; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-bottom p { margin: 0; font-size: 10px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #207b51; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; box-shadow: 0 12px 32px rgba(7, 32, 21, 0.26); transition: transform 160ms ease, background 160ms ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); background: #17613f; }
.whatsapp-float svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.lightbox { width: min(1080px, calc(100% - 40px)); max-width: none; max-height: calc(100svh - 40px); padding: 0; overflow: visible; color: white; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(4, 15, 10, 0.91); backdrop-filter: blur(12px); }
.lightbox figure { margin: 0; display: grid; place-items: center; gap: 14px; }
.lightbox img { max-width: 100%; max-height: calc(100svh - 100px); width: auto; height: auto; border-radius: 10px; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35); }
.lightbox figcaption { min-height: 20px; color: rgba(255, 255, 255, 0.76); font-size: 12px; text-align: center; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; color: white; cursor: pointer; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; backdrop-filter: blur(8px); }
.lightbox-close { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 31px; line-height: 1; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; font-size: 40px; transform: translateY(-50%); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

@media (min-width: 1220px) {
  .services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .service-card > div { min-height: 210px; padding-inline: 18px; }
  .service-card h3 { max-width: none; font-size: 20px; }
  .service-number { top: 17px; right: 16px; font-size: 14px; }
}

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero h1 { max-width: 690px; }
  .value-grid article { padding-inline: 24px; }
  .split-layout { grid-template-columns: 1fr 1fr; gap: 50px; }
  .care-grid { grid-template-columns: repeat(3, 1fr); gap: 34px 0; }
  .care-grid article:nth-child(4) { border-left: 0; }
  .landscape-copy { padding: 40px 34px; }
  .process-layout { grid-template-columns: 0.9fr 1.1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 34px, 640px); }
  .section { padding: 76px 0; }
  .site-header { height: 70px; }
  .header-inner { width: calc(100% - 32px); }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 6.6px; }
  .menu-toggle { margin-left: auto; width: 46px; height: 46px; padding: 11px; display: grid; align-content: center; gap: 5px; color: var(--green-950); background: transparent; border: 0; border-radius: 8px; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1.5px; display: block; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 70px; right: 0; left: 0; height: calc(100svh - 70px); margin: 0; padding: 44px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; background: rgba(247, 242, 233, 0.99); transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { min-height: 62px; justify-content: space-between; font-family: var(--serif); font-size: 26px; font-weight: 400; border-bottom: 1px solid var(--line); }
  .main-nav a::after { content: "→"; position: static; width: auto; height: auto; color: var(--copper); background: none; transform: none; }
  .hero { min-height: calc(100svh - 70px); margin-top: 70px; align-items: flex-end; }
  .hero-media img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7, 26, 18, 0.97) 0%, rgba(7, 26, 18, 0.78) 43%, rgba(7, 26, 18, 0.08) 76%); }
  .hero-content { padding: 260px 0 92px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(43px, 13.7vw, 62px); line-height: 0.98; }
  .hero-lead { margin-bottom: 26px; font-size: 16px; line-height: 1.5; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-location { right: 17px; bottom: 16px; display: none; }
  .value-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .value-grid article { padding: 22px 4px; }
  .value-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .split-layout { grid-template-columns: 1fr; gap: 52px; }
  .about-copy h2 { font-size: 43px; }
  .photo-frame::before { inset: 16px -8px -12px 20px; }
  .photo-frame img { min-height: 420px; }
  .about-facts strong { font-size: 25px; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { display: grid; grid-template-columns: 0.9fr 1.1fr; }
  .service-card > img { height: 100%; aspect-ratio: auto; }
  .service-card > div { min-height: 190px; padding: 24px 20px; }
  .service-card h3 { max-width: 100%; padding-right: 20px; font-size: 21px; }
  .service-number { top: 21px; right: 17px; }
  .care-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .care-grid article { min-height: 178px; padding: 24px 14px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .care-grid article + article { border-left: 0; }
  .care-grid article:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, 0.12); }
  .care-grid article:last-child { grid-column: 1 / 3; }
  .landscape-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .landscape-main { grid-row: auto; min-height: 440px; }
  .landscape-copy { padding: 38px 28px; }
  .landscape-small { min-height: 330px; }
  .process-layout { grid-template-columns: 1fr; gap: 42px; }
  .process-steps li { grid-template-columns: 52px 1fr; gap: 17px; }
  .process-steps li > span { width: 52px; height: 52px; }
  .process-steps li:not(:last-child)::after { left: 25px; top: 52px; }
  .gallery-heading { align-items: start; flex-direction: column; gap: 8px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-item-tall { grid-row: span 2; }
  .location-card { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .location-photo { min-height: 310px; }
  .location-copy { padding: 40px 27px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-actions .button { width: 100%; }
  .final-cta-inner { align-items: stretch; flex-direction: column; gap: 34px; }
  .final-cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .lightbox-nav { top: auto; bottom: 18px; }
  .lightbox-prev { left: calc(50% - 60px); }
  .lightbox-next { right: calc(50% - 60px); }
  .lightbox figcaption { padding-bottom: 70px; }
}

@media (max-width: 420px) {
  .hero-content { padding-top: 220px; }
  .hero h1 { font-size: 43px; }
  .hero-actions .button-outline-light { display: none; }
  .about-facts { grid-template-columns: 1fr; gap: 18px; }
  .about-facts div + div { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-card > img { aspect-ratio: 1.55; }
  .service-card > div { min-height: 165px; }
  .gallery-grid { grid-auto-rows: 130px; gap: 9px; }
}

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