:root {
  --green-950: #102719;
  --green-900: #183520;
  --green-800: #24472b;
  --green-700: #365d35;
  --sage-700: #667c4e;
  --sage-600: #7c9365;
  --sage-300: #d8dfc7;
  --cream: #f3eedf;
  --cream-2: #fbf8ee;
  --ivory: #fffdf5;
  --white: #ffffff;
  --ink: #1f3426;
  --muted: #5b685e;
  --sand: #c9bb8f;
  --line: rgba(49, 91, 55, 0.16);
  --shadow: 0 24px 60px rgba(16, 39, 25, 0.16);
  --shadow-soft: 0 14px 34px rgba(16, 39, 25, 0.12);
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1180px;
  --font-serif: "Bodoni 72", Didot, "Bodoni 72 Smallcaps", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.95), rgba(243, 238, 223, 0.82)),
    var(--cream-2);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #9bbd83;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--green-900);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
  transition: transform 180ms ease;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 238, 0.92);
  border-bottom: 1px solid rgba(54, 93, 53, 0.12);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease;
}

.site-header.has-shadow {
  box-shadow: 0 10px 28px rgba(23, 53, 34, 0.1);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 154px;
  height: auto;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.site-nav a {
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--green-700);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 245, 0.92);
  color: var(--green-800);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

[id] {
  scroll-margin-top: 96px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 253, 245, 0.28);
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  flex: 0 0 auto;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.btn-whatsapp {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
  box-shadow: 0 14px 28px rgba(16, 39, 25, 0.24);
}

.btn-primary:hover,
.btn-whatsapp:hover {
  background: linear-gradient(135deg, var(--green-950), var(--green-800));
}

.btn-light {
  border-color: rgba(54, 93, 53, 0.18);
  background: rgba(255, 253, 245, 0.94);
  color: var(--green-800);
  box-shadow: var(--shadow-soft);
}

.header-cta {
  margin-left: 4px;
  min-height: 44px;
  padding: 11px 20px;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 58% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 248, 238, 0.98) 0%, rgba(251, 248, 238, 0.9) 31%, rgba(251, 248, 238, 0.5) 52%, rgba(251, 248, 238, 0.04) 78%),
    linear-gradient(0deg, rgba(16, 39, 25, 0.34) 0%, rgba(16, 39, 25, 0) 34%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -34vw;
  width: 72vw;
  height: 46vw;
  border-radius: 50% 0 0;
  background: linear-gradient(135deg, rgba(24, 53, 32, 0), rgba(24, 53, 32, 0.28));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 106px 0 42px;
}

.hero h1,
.section-heading h2,
.section-copy h2,
.cta-copy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  color: var(--green-900);
  font-size: 6.75rem;
}

.hero h1 span {
  display: block;
  color: var(--sage-700);
}

.hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #2d4633;
  font-size: 1.22rem;
  font-weight: 750;
}

.hero-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(255, 253, 245, 0.48);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--ivory);
  box-shadow: 0 18px 38px rgba(16, 39, 25, 0.22);
  padding: 10px 26px 12px;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.benefit-strip {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.benefit-strip article {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 253, 245, 0.8);
  border-radius: 999px;
  background: rgba(255, 253, 245, 0.88);
  color: var(--ink);
  padding: 14px 20px 14px 14px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.benefit-strip svg {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--green-900);
  fill: var(--ivory);
  padding: 13px;
  flex: 0 0 auto;
}

.benefit-strip span {
  color: var(--green-900);
  font-weight: 850;
  line-height: 1.35;
}

.section {
  padding: 74px 0;
  background: var(--cream-2);
}

.about {
  background:
    linear-gradient(135deg, rgba(255, 253, 245, 0.86), rgba(243, 238, 223, 0.9)),
    var(--cream);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 68px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage-700);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-copy h2,
.section-heading h2 {
  color: var(--green-900);
  font-size: 4.25rem;
}

.section-copy p:not(.eyebrow) {
  max-width: 450px;
  margin: 24px 0 0;
  color: #2e4635;
  font-size: 1.05rem;
  font-weight: 650;
}

.title-rule {
  width: 74px;
  height: 2px;
  display: block;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--green-700), var(--sand));
}

.centered {
  text-align: center;
}

.centered .title-rule {
  margin-inline: auto;
}

.photo-card {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 253, 245, 0.78);
  box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.feature-card {
  min-height: 198px;
  display: grid;
  place-items: center;
  gap: 14px;
  border: 1px solid rgba(54, 93, 53, 0.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 253, 245, 0.96), rgba(243, 238, 223, 0.75));
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(16, 39, 25, 0.08);
}

.feature-card svg {
  width: 74px;
  height: 74px;
  border: 10px solid rgba(255, 253, 245, 0.92);
  border-radius: 50%;
  background: var(--green-900);
  fill: var(--ivory);
  padding: 12px;
  box-shadow: 0 12px 24px rgba(16, 39, 25, 0.16);
}

.feature-card h3 {
  max-width: 180px;
  margin: 0;
  color: var(--green-800);
  font-size: 1.08rem;
  line-height: 1.25;
}

.infrastructure {
  padding-top: 20px;
}

.infra-panel,
.location-panel,
.cta-panel {
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 253, 245, 0.92), rgba(243, 238, 223, 0.82));
  box-shadow: 0 12px 38px rgba(23, 53, 34, 0.06);
}

.infra-panel {
  position: relative;
  overflow: hidden;
  padding: 44px 44px 40px;
}

.infra-panel::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 18px;
  width: 190px;
  height: 190px;
  background: url("assets/brand/logo-villa-verde-symbol-transparent.png") center / contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}

.infra-panel > * {
  position: relative;
  z-index: 1;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  border: 1px solid rgba(54, 93, 53, 0.14);
  border-width: 0 0 1px 1px;
}

.infra-grid article {
  min-height: 138px;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 1px solid rgba(54, 93, 53, 0.14);
  border-width: 1px 1px 0 0;
  padding: 18px 12px;
  text-align: center;
  font-weight: 800;
  color: var(--green-900);
}

.infra-grid svg {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green-900);
  fill: var(--ivory);
  padding: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 245, 0.78);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  padding: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.04);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 223, 199, 0.2), rgba(216, 223, 199, 0) 34%),
    rgba(16, 39, 25, 0.94);
  padding: 32px;
}

.gallery-modal[hidden] {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.gallery-stage {
  min-width: 0;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.gallery-stage img {
  width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  border: 1px solid rgba(255, 253, 245, 0.22);
  border-radius: 24px;
  background: rgba(255, 253, 245, 0.08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}

.gallery-stage figcaption {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ivory);
  font-size: 0.98rem;
  font-weight: 700;
}

.gallery-stage figcaption strong {
  flex: 0 0 auto;
  color: var(--sage-300);
}

.gallery-close,
.gallery-nav {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 253, 245, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 245, 0.12);
  color: var(--ivory);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.gallery-close:hover,
.gallery-nav:hover {
  background: rgba(255, 253, 245, 0.2);
  transform: translateY(-1px);
}

.gallery-close svg,
.gallery-nav svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.gallery-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
}

.gallery-nav {
  width: 56px;
  height: 56px;
  justify-self: center;
}

.gallery-modal.is-single .gallery-nav,
.gallery-modal.is-single .gallery-stage figcaption strong {
  display: none;
}

.gallery-modal.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.gallery-modal.is-single .gallery-stage {
  grid-column: 1;
  width: min(100%, 1180px);
}

.location {
  padding-top: 32px;
}

.location-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
  align-items: center;
  padding: 42px;
}

.location-panel::before {
  content: "";
  position: absolute;
  left: -24%;
  bottom: -42%;
  width: 62%;
  height: 80%;
  border-radius: 0 100% 0 0;
  background: rgba(124, 147, 101, 0.18);
  pointer-events: none;
}

.location-panel > * {
  position: relative;
  z-index: 1;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  border: 1px solid rgba(255, 253, 245, 0.6);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--ivory);
  box-shadow: 0 14px 28px rgba(16, 39, 25, 0.16);
  padding: 10px 18px;
  font-weight: 900;
  text-decoration: none;
}

.location-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.placeholder-box {
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 253, 245, 0.7);
  background:
    linear-gradient(135deg, rgba(216, 223, 199, 0.9), rgba(255, 253, 245, 0.88)),
    var(--cream);
  color: var(--ink);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 253, 245, 0.8);
}

.placeholder-box svg {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--green-900);
  fill: var(--ivory);
  padding: 14px;
  margin-bottom: 14px;
}

.placeholder-box strong {
  display: block;
  color: var(--green-900);
  font-size: 1.45rem;
  line-height: 1.2;
}

.placeholder-box span {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 1.02rem;
}

.map-box {
  min-height: 300px;
  padding: 34px;
}

.map-embed {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 245, 0.72);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow-soft);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.availability {
  padding-top: 34px;
}

.lots-map {
  width: min(100%, 980px);
  margin: 30px auto 0;
}

.lots-map-trigger {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--cream);
  cursor: pointer;
  padding: 0;
  box-shadow: var(--shadow);
}

.lots-map-trigger img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(255, 253, 245, 0.78);
  border-radius: var(--radius-lg);
  transition: filter 220ms ease, transform 220ms ease;
}

.lots-map-trigger:hover img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.015);
}

.lots-map figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 750;
  text-align: center;
}

.availability-note {
  margin: 22px 0 0;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.availability-note a {
  color: var(--green-800);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.final-cta {
  padding: 22px 0 58px;
  background: var(--cream-2);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 34px 44px;
  background:
    linear-gradient(135deg, rgba(36, 74, 46, 0.96), rgba(49, 91, 55, 0.92)),
    var(--green-800);
  color: var(--white);
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: -26px;
  width: 150px;
  height: 150px;
  background: url("assets/brand/logo-villa-verde-symbol-transparent.png") center / contain no-repeat;
  opacity: 0.24;
  pointer-events: none;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-icon {
  width: 84px;
  height: 84px;
  border: 8px solid rgba(255, 253, 245, 0.14);
  border-radius: 50%;
  fill: var(--white);
  padding: 12px;
  opacity: 0.96;
}

.cta-copy {
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.cta-copy h2 {
  color: var(--white);
  font-size: 3.25rem;
}

.cta-copy p {
  max-width: 610px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.site-footer {
  padding: 42px 0 52px;
  background: var(--cream);
}

.footer-inner {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 64px;
  align-items: center;
}

.site-footer img {
  width: 180px;
  height: auto;
}

.site-footer address {
  display: grid;
  gap: 8px;
  border-left: 1px solid var(--line);
  padding-left: 48px;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 76px;
  }

  .brand img {
    width: 136px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 76px 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .hero-content {
    padding-top: 88px;
  }

  .hero h1 {
    font-size: 5.35rem;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: 3.55rem;
  }

  .cta-copy h2 {
    font-size: 3rem;
  }

  .benefit-strip,
  .feature-grid,
  .infra-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .location-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .photo-card img {
    height: 440px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .cta-icon {
    margin-inline: auto;
  }

  .cta-copy {
    padding-left: 0;
    border-left: 0;
  }

  .cta-copy p {
    margin-inline: auto;
  }

  .cta-panel .btn {
    justify-self: center;
  }

  .cta-panel::after {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero {
    min-height: 830px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 248, 238, 0.98) 0%, rgba(251, 248, 238, 0.9) 52%, rgba(251, 248, 238, 0.32) 100%),
      linear-gradient(0deg, rgba(16, 39, 25, 0.28), rgba(16, 39, 25, 0));
  }

  .hero::after {
    right: -58vw;
    bottom: -36vw;
    width: 120vw;
    height: 76vw;
  }

  .hero h1 {
    font-size: 3.55rem;
  }

  .hero p {
    font-size: 1.02rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 42px;
  }

  .benefit-strip article {
    min-height: 76px;
    padding: 12px 18px 12px 12px;
  }

  .benefit-strip svg {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .section {
    padding: 48px 0;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: 2.75rem;
  }

  .feature-grid,
  .infra-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 150px;
  }

  .feature-card svg,
  .infra-grid svg {
    width: 62px;
    height: 62px;
  }

  .infra-panel,
  .location-panel,
  .cta-panel {
    padding: 28px 20px;
  }

  .infra-grid {
    border-width: 1px 1px 0;
  }

  .infra-grid article {
    min-height: 112px;
    border-width: 0 0 1px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-item {
    aspect-ratio: 1 / 1;
  }

  .gallery-modal {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "stage stage"
      "prev next";
    align-content: center;
    padding: 72px 16px 24px;
  }

  .gallery-modal.is-single {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "stage";
  }

  .gallery-stage {
    grid-area: stage;
  }

  .gallery-stage img {
    max-height: calc(100vh - 190px);
    border-radius: 18px;
  }

  .gallery-stage figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .gallery-nav-prev {
    grid-area: prev;
    justify-self: end;
  }

  .gallery-nav-next {
    grid-area: next;
    justify-self: start;
  }

  .map-box,
  .map-embed,
  .map-embed iframe {
    min-height: 250px;
  }

  .placeholder-box strong {
    font-size: 1.18rem;
  }

  .hero-pill {
    font-size: 1.18rem;
    padding-inline: 20px;
  }

  .cta-copy h2 {
    font-size: 2.5rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .site-footer img {
    margin-inline: auto;
  }

  .site-footer address {
    border-left: 0;
    padding-left: 0;
  }
}
