:root {
  --ivory: #fff8eb;
  --ivory-deep: #f4e8d3;
  --gold: #c89f4a;
  --gold-soft: #e8cf92;
  --emerald: #075747;
  --emerald-soft: #0f725c;
  --burgundy: #7b2035;
  --burgundy-deep: #541827;
  --ink: #2d221b;
  --muted: #695a4d;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(45, 34, 27, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(232, 207, 146, 0.34), transparent 32rem),
    linear-gradient(180deg, var(--ivory), #fffaf1 42%, var(--ivory-deep));
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(135deg, rgba(200, 159, 74, 0.08) 25%, transparent 25%),
    linear-gradient(225deg, rgba(123, 32, 53, 0.06) 25%, transparent 25%),
    linear-gradient(45deg, rgba(7, 87, 71, 0.05) 25%, transparent 25%),
    linear-gradient(315deg, rgba(200, 159, 74, 0.06) 25%, transparent 25%);
  background-position: 18px 0, 18px 0, 0 0, 0 0;
  background-size: 36px 36px;
  opacity: 0.38;
  pointer-events: none;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(200, 159, 74, 0.24);
  background: rgba(255, 248, 235, 0.92);
  box-shadow: 0 10px 28px rgba(45, 34, 27, 0.08);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  gap: 8px;
  width: min(100% - 24px, 1040px);
  margin: 0 auto;
  padding: 10px 0 12px;
}

.site-header__brand {
  color: var(--emerald);
  font-size: 1.02rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 1 0 auto;
  min-width: max-content;
  padding: 7px 11px;
  color: var(--burgundy);
  border: 1px solid rgba(200, 159, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.site-nav a:focus-visible {
  outline: 3px solid rgba(200, 159, 74, 0.45);
  outline-offset: 2px;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

.container {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 84px);
  padding: 32px 16px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
  place-items: center;
  text-align: center;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 87, 71, 0.24), rgba(84, 24, 39, 0.72)),
    radial-gradient(circle at 50% 25%, rgba(232, 207, 146, 0.44), transparent 22rem),
    linear-gradient(145deg, var(--emerald), var(--burgundy-deep));
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero.has-hero-image::before {
  background-image:
    linear-gradient(180deg, rgba(7, 87, 71, 0.24), rgba(84, 24, 39, 0.68)),
    radial-gradient(circle at 50% 32%, rgba(45, 34, 27, 0.02), rgba(45, 34, 27, 0.42)),
    var(--hero-image);
  background-position: center, center, center 36%;
  background-size: cover, cover, cover;
}

.hero::after {
  position: absolute;
  inset: 16px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(232, 207, 146, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 235, 0.24);
  pointer-events: none;
}

.hero__content {
  width: min(100%, 720px);
  padding: 36px 12px;
}

.eyebrow {
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-soft);
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  margin-top: 18px;
  font-size: clamp(2.8rem, 13vw, 6.8rem);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}

.hero__title {
  display: grid;
  gap: 0;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(3.1rem, 13vw, 7rem);
  line-height: 0.95;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.hero__title span {
  display: block;
}

.hero__amp {
  margin: -0.04em auto -0.02em;
  color: var(--gold-soft);
  font-size: 0.46em;
  font-style: italic;
  line-height: 1;
}

.hero__flourish {
  position: relative;
  display: block;
  width: min(48vw, 230px);
  height: 18px;
  margin: 18px auto 0;
}

.hero__flourish::before,
.hero__flourish::after {
  position: absolute;
  top: 50%;
  width: calc(50% - 18px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(232, 207, 146, 0.9));
}

.hero__flourish::before {
  left: 0;
}

.hero__flourish::after {
  right: 0;
  transform: rotate(180deg);
}

.hero__flourish {
  background:
    linear-gradient(45deg, transparent 36%, var(--gold-soft) 38%, var(--gold-soft) 62%, transparent 64%)
      center / 18px 18px no-repeat,
    linear-gradient(-45deg, transparent 36%, var(--gold-soft) 38%, var(--gold-soft) 62%, transparent 64%)
      center / 18px 18px no-repeat;
}

.hero__subtitle {
  width: min(100%, 560px);
  max-width: 17rem;
  margin: 16px auto 0;
  color: rgba(255, 248, 235, 0.92);
  font-size: clamp(1.1rem, 4.6vw, 1.55rem);
}

.hero__date {
  margin-top: 22px;
  color: var(--gold-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

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

.button:focus-visible {
  outline: 3px solid rgba(200, 159, 74, 0.45);
  outline-offset: 3px;
}

.button--primary {
  margin-top: 30px;
  color: var(--burgundy-deep);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 12px 26px rgba(45, 34, 27, 0.22);
}

.button--secondary {
  color: var(--emerald);
  background: rgba(255, 248, 235, 0.82);
  border-color: rgba(200, 159, 74, 0.45);
}

.section {
  padding: 64px 0;
  scroll-margin-top: 92px;
}

.section--intro {
  padding-top: 42px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  text-align: center;
}

.section-heading h2,
.contact-panel h2 {
  max-width: 100%;
  color: var(--emerald);
  font-size: clamp(2rem, 7.4vw, 3.35rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.section--program .section-heading h2 {
  font-size: clamp(2rem, 6.6vw, 3.15rem);
}

.framed {
  position: relative;
  border: 1px solid rgba(200, 159, 74, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.88);
  box-shadow: var(--shadow);
}

.framed::before,
.framed::after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  pointer-events: none;
}

.framed::before {
  top: 10px;
  left: 10px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}

.framed::after {
  right: 10px;
  bottom: 10px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.text-card {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 28px 22px;
  font-size: 1.08rem;
}

.section-divider {
  display: grid;
  height: 42px;
  place-items: center;
}

.ornament {
  position: relative;
  display: block;
  width: min(72vw, 360px);
  height: 28px;
  color: var(--gold);
  opacity: 0.72;
}

.ornament::before,
.ornament::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(45deg, transparent 42%, currentColor 44%, currentColor 56%, transparent 58%)
      left center / 28px 28px repeat-x,
    linear-gradient(-45deg, transparent 42%, currentColor 44%, currentColor 56%, transparent 58%)
      left center / 28px 28px repeat-x;
}

.ornament::after {
  transform: translateY(7px) scaleX(0.94);
  opacity: 0.48;
}

.ornament--small {
  width: min(48vw, 240px);
  height: 22px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  display: none;
  top: 12px;
  bottom: 12px;
  left: 84px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(200, 159, 74, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 36px rgba(84, 24, 39, 0.08);
}

.timeline__item > div {
  min-width: 0;
}

.timeline__item::before {
  position: absolute;
  display: none;
  top: 26px;
  left: 80px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--burgundy);
  border: 3px solid var(--ivory);
  box-shadow: 0 0 0 1px var(--gold);
  transform: rotate(45deg);
}

.timeline time {
  width: max-content;
  max-width: 100%;
  padding: 5px 10px;
  color: var(--burgundy);
  background: rgba(200, 159, 74, 0.18);
  border: 1px solid rgba(200, 159, 74, 0.32);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.timeline h3 {
  color: var(--emerald);
  font-size: 1.24rem;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.timeline p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.98rem;
  overflow-wrap: break-word;
}

.location-grid,
.direction-grid {
  display: grid;
  gap: 18px;
}

.location-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 26px 22px;
}

.location-card h3,
.location-card p,
.venue-details {
  min-width: 0;
  overflow-wrap: break-word;
}

.venue-photo-grid {
  display: grid;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 4px;
}

.venue-photo {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 150px;
  margin-bottom: 0;
}

.venue-photo--main {
  min-height: 176px;
}

.venue-photo--secondary {
  aspect-ratio: 16 / 7;
  min-height: 118px;
}

.venue-photo__label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 9px;
  color: var(--burgundy);
  border: 1px solid rgba(255, 248, 235, 0.72);
  border-radius: 999px;
  background: rgba(255, 248, 235, 0.86);
  box-shadow: 0 8px 20px rgba(45, 34, 27, 0.16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.venue-photo--safisa-outside img {
  object-position: 50% 45%;
}

.venue-photo--safisa-inside img {
  object-position: 50% 52%;
}

.venue-photo--grad-outside img {
  object-position: 50% 50%;
}

.venue-photo--grad-inside img {
  object-position: 50% 50%;
}

.location-card__time {
  width: max-content;
  padding: 4px 10px;
  color: var(--ivory);
  background: var(--burgundy);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.location-card h3,
.direction-card h3 {
  color: var(--emerald);
  font-size: 1.42rem;
}

.location-card__address,
.direction-card > p {
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.location-card__coords,
.direction-card__coords {
  color: var(--emerald);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.location-card__button {
  width: 100%;
  margin-top: 4px;
}

.venue-details {
  border-top: 1px solid rgba(200, 159, 74, 0.24);
  border-bottom: 1px solid rgba(200, 159, 74, 0.18);
  padding: 10px 0;
}

.venue-details summary {
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.venue-details p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
}

.section--directions {
  background:
    linear-gradient(180deg, rgba(7, 87, 71, 0.07), rgba(123, 32, 53, 0.05)),
    rgba(255, 248, 235, 0.52);
}

.direction-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(7, 87, 71, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}

.button-row {
  display: grid;
  gap: 10px;
}

.button-row .button {
  width: 100%;
}

.button-row .button--primary,
.button-row .button--secondary {
  margin-top: 0;
}

.copy-status {
  min-height: 1.25rem;
  color: var(--emerald);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-slot {
  position: relative;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  min-height: 180px;
  border: 1px solid rgba(200, 159, 74, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(200, 159, 74, 0.2), rgba(7, 87, 71, 0.12)),
    var(--ivory);
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-slot {
  aspect-ratio: 4 / 3;
  min-height: 190px;
}

.gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 8px 20px;
  isolation: isolate;
}

.gallery::before,
.gallery::after {
  position: absolute;
  z-index: 0;
  width: 86px;
  height: 86px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 24px 28px, rgba(239, 183, 190, 0.94) 0 7px, transparent 8px),
    radial-gradient(circle at 37px 21px, rgba(255, 238, 226, 0.94) 0 8px, transparent 9px),
    radial-gradient(circle at 47px 34px, rgba(123, 32, 53, 0.82) 0 6px, transparent 7px),
    radial-gradient(circle at 32px 45px, rgba(200, 159, 74, 0.82) 0 4px, transparent 5px),
    radial-gradient(ellipse at 59px 48px, rgba(7, 87, 71, 0.64) 0 12px, transparent 13px),
    radial-gradient(ellipse at 55px 25px, rgba(7, 87, 71, 0.42) 0 10px, transparent 11px);
  filter: drop-shadow(0 8px 14px rgba(84, 24, 39, 0.14));
}

.gallery::before {
  top: -18px;
  left: -12px;
  transform: rotate(-18deg);
}

.gallery::after {
  right: -12px;
  bottom: -20px;
  transform: rotate(162deg);
}

.gallery__item {
  z-index: 1;
  aspect-ratio: 1 / 1;
  align-self: start;
  min-height: 0;
  box-shadow: 0 16px 34px rgba(84, 24, 39, 0.12);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.gallery__item:nth-child(3n) {
  aspect-ratio: 1 / 1;
}

.gallery__item:nth-child(1),
.gallery__item:nth-child(4) {
  transform: translateY(-5px);
}

.gallery__item:nth-child(2),
.gallery__item:nth-child(3) {
  transform: translateY(8px);
}

.gallery__item:nth-child(1),
.gallery__item:nth-child(4) {
  border-color: rgba(200, 159, 74, 0.64);
  box-shadow: 0 18px 42px rgba(123, 32, 53, 0.16);
}

.gallery__item:nth-child(1) img {
  object-position: 49% 50%;
}

.gallery__item:nth-child(3) img {
  object-position: 50% 44%;
}

.image-slot.is-missing img {
  display: none;
}

.image-fallback {
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px dashed rgba(200, 159, 74, 0.62);
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 14px;
  text-align: center;
}

.section--contacts {
  padding-bottom: 48px;
}

.section--questions {
  background:
    linear-gradient(180deg, rgba(123, 32, 53, 0.05), rgba(7, 87, 71, 0.05)),
    rgba(255, 248, 235, 0.46);
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-card {
  padding: 20px;
  border: 1px solid rgba(200, 159, 74, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 32px rgba(84, 24, 39, 0.07);
}

.faq-card h3 {
  color: var(--emerald);
  font-size: 1.18rem;
}

.faq-card p {
  margin-top: 8px;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 30px 22px;
  text-align: center;
}

.contact-panel p:not(.eyebrow) {
  color: var(--muted);
}

.button-row--center {
  margin-top: 8px;
}

.contact-actions {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.phone-panel {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 4px;
}

.phone-panel[hidden] {
  display: none;
}

.phone-panel__number {
  width: 100%;
  max-width: 320px;
  padding: 10px 14px;
  color: var(--emerald);
  border: 1px solid rgba(7, 87, 71, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.footer {
  padding: 46px 0 54px;
  color: var(--ivory);
  background:
    linear-gradient(180deg, rgba(84, 24, 39, 0.94), rgba(7, 87, 71, 0.96)),
    var(--emerald);
  text-align: center;
}

.footer .ornament {
  margin: 0 auto 18px;
  color: var(--gold-soft);
}

.footer__help {
  max-width: 660px;
  margin: 0 auto 18px;
  color: rgba(255, 248, 235, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.footer__signature {
  font-size: clamp(1.35rem, 6vw, 2.35rem);
  line-height: 1.35;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 680px) {
  .container {
    width: min(100% - 56px, 1040px);
  }

  .site-header__inner {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 12px 0;
  }

  .site-header__brand {
    text-align: left;
  }

  .site-nav {
    justify-content: flex-end;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-width: 0;
    padding: 8px 13px;
  }

  .hero {
    min-height: calc(92vh - 58px);
  }

  .hero::after {
    inset: 28px;
  }

  .hero__subtitle {
    max-width: 560px;
  }

  .section {
    padding: 86px 0;
  }

  .text-card,
  .contact-panel {
    padding: 38px;
  }

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

  .venue-photo--main {
    min-height: 188px;
  }

  .venue-photo--secondary {
    min-height: 132px;
  }

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

  .faq-card--wide {
    grid-column: 1 / -1;
  }

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

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

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

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

  .gallery__item:nth-child(1),
  .gallery__item:nth-child(3) {
    aspect-ratio: 4 / 5;
  }

  .gallery__item:nth-child(2),
  .gallery__item:nth-child(4) {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 900px) {
  .timeline {
    width: min(100%, 840px);
    margin: 0 auto;
  }

  .timeline::before {
    display: block;
    left: 158px;
  }

  .timeline__item {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 36px;
    padding: 18px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .timeline__item::before {
    display: block;
    left: 153px;
  }

  .timeline time {
    justify-self: end;
    max-width: 136px;
    text-align: center;
    white-space: normal;
  }
}

@media (min-width: 980px) {
  .hero {
    min-height: 88vh;
  }

  .hero.has-hero-image::before {
    background-position: center, center, center 30%;
  }

  .section-heading {
    margin-bottom: 34px;
  }

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

  .gallery {
    max-width: 840px;
    gap: 18px;
  }
}
