.geo-landing-page {
  --geo-ink: #161310;
  --geo-cocoa: #241b16;
  --geo-gold: #c9a15c;
  --geo-cream: #f4efe6;
  --geo-soft: #ebe3d7;
  --geo-green: #34493b;
  background: var(--geo-cream);
  color: var(--geo-ink);
}

.geo-main { overflow: clip; padding-top: 118px; }

.geo-hero {
  min-height: min(860px, 88vh);
  background: #19130f;
}

.geo-hero .pl-hero__image {
  object-position: center 48%;
  filter: saturate(.9) contrast(1.03);
}

.geo-hero .pl-hero__shade {
  background:
    linear-gradient(90deg, rgba(11, 8, 6, .92) 0%, rgba(15, 11, 8, .82) 32%, rgba(15, 11, 8, .3) 66%, rgba(15, 11, 8, .12) 100%),
    linear-gradient(0deg, rgba(11, 8, 6, .68) 0%, transparent 42%);
}

.geo-hero .pl-hero__content { max-width: 720px; }
.geo-hero .pl-hero__intro { max-width: 680px; }
.geo-hero h1 { max-width: none; }
.geo-hero__subtitle {
  margin: 14px 0 0;
  color: var(--geo-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 2.9vw, 41px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

@media (min-width: 761px) {
  .geo-hero .pl-hero__content {
    width: min(920px, 72vw);
    max-width: none;
  }
  .geo-hero__title-line,
  .geo-hero__subtitle-line {
    display: block;
    white-space: nowrap;
  }
  .geo-hero__title-line.is-long { font-size: .82em; }
  .geo-hero__title-line.is-very-long { font-size: .68em; }
}

.geo-proof-grid .pl-proof__item:first-child strong { font-size: clamp(.9rem, 1.2vw, 1.08rem); }

.geo-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(38px, 5vw, 70px);
  background: rgba(62, 48, 36, .2);
  border: 1px solid rgba(62, 48, 36, .2);
}

.geo-signal-grid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 116px;
  padding: 28px;
  background: #f7f2ea;
}

.geo-signal-grid small,
.geo-branch-facts dt {
  color: #8d7147;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.geo-signal-grid strong {
  max-width: 22ch;
  font-family: var(--font-heading, Georgia, serif);
  font-size: clamp(1.02rem, 1.5vw, 1.3rem);
  font-weight: 500;
  line-height: 1.25;
}

.geo-local-guide {
  position: relative;
  border-top: 1px solid rgba(66, 48, 34, .14);
  background:
    radial-gradient(circle at 8% 8%, rgba(201, 161, 92, .12), transparent 28%),
    linear-gradient(180deg, #ebe2d5 0%, #f5f0e8 44%, #eee6da 100%);
}

.geo-local-guide::before {
  position: absolute;
  top: 0;
  right: clamp(22px, 7vw, 110px);
  width: 1px;
  height: 120px;
  content: '';
  background: linear-gradient(180deg, #b98f4c, transparent);
}

.geo-local-guide__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 88px);
}

.geo-local-guide__intro .pl-heading h2 { max-width: 15ch; }

.geo-local-guide__summary {
  padding: 0 0 8px clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(107, 77, 44, .28);
}

.geo-local-guide__summary > p {
  margin: 0;
  color: #564b43;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.82;
}

.geo-local-guide__summary > span {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
  color: #8a6935;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-local-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.geo-local-cluster {
  position: relative;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(64, 48, 36, .16);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 24px 70px rgba(58, 41, 28, .07);
}

.geo-local-cluster:nth-child(2),
.geo-local-cluster:nth-child(3) { background: rgba(248, 243, 235, .95); }

.geo-local-cluster__header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(76, 55, 38, .14);
}

.geo-local-cluster__header span {
  color: #b48946;
  font-family: var(--font-heading, Georgia, serif);
  font-size: 2rem;
  line-height: 1;
}

.geo-local-cluster__header p {
  margin: 0;
  color: #856b42;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
}

.geo-local-cluster h3 {
  max-width: 18ch;
  margin: 32px 0 24px;
  font-family: var(--font-heading, Georgia, serif);
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  font-weight: 500;
  line-height: 1.08;
}

.geo-local-cluster__copy { display: grid; gap: 16px; }

.geo-local-cluster__copy p {
  margin: 0;
  color: #62574e;
  font-size: .94rem;
  line-height: 1.75;
}

.geo-place-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(76, 55, 38, .17);
  list-style: none;
}

.geo-place-list li {
  display: grid;
  grid-template-columns: minmax(130px, .72fr) minmax(0, 1.28fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(76, 55, 38, .12);
}

.geo-place-list__identity { display: grid; gap: 6px; align-content: start; }
.geo-place-list__identity small { color: #9a7841; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.geo-place-list__identity a,
.geo-place-list__identity strong {
  color: #2c241f;
  font-family: var(--font-heading, Georgia, serif);
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.3;
}
.geo-place-list__identity a { display: inline-flex; gap: 8px; align-items: baseline; text-decoration-color: rgba(180, 139, 73, .45); text-underline-offset: 3px; }
.geo-place-list__identity a i { color: #a67d3f; font-size: .64em; }

.geo-place-list strong {
  color: #2c241f;
  font-family: var(--font-heading, Georgia, serif);
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.3;
}

.geo-place-list span {
  color: #766a60;
  font-size: .8rem;
  line-height: 1.55;
}

.geo-local-guide__note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  max-width: 960px;
  margin: 38px auto 0;
  color: #6f6257;
  font-size: .78rem;
  line-height: 1.65;
  text-align: center;
}

.geo-local-guide__note i { margin-top: 4px; color: #ac8040; }
.geo-local-guide__note a { color: #795d32; text-underline-offset: 2px; }

.geo-local-directory { margin-top: clamp(54px, 7vw, 84px); padding-top: clamp(42px, 6vw, 68px); border-top: 1px solid rgba(76,55,38,.18); }
.geo-local-directory > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 12px 60px; align-items: end; margin-bottom: 32px; }
.geo-local-directory > header .pl-kicker { grid-column: 1 / -1; }
.geo-local-directory > header h3 { max-width: 18ch; margin: 0; font-family: var(--font-heading, Georgia, serif); font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; line-height: 1.04; }
.geo-local-directory > header > p:last-child { margin: 0; color: #675b51; line-height: 1.7; }
.geo-local-directory__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.geo-local-directory__grid article { padding: 28px; border: 1px solid rgba(76,55,38,.14); background: rgba(255,253,248,.78); }
.geo-local-directory__grid h4 { margin: 0 0 18px; color: #806239; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.geo-local-directory__grid ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(76,55,38,.12); }
.geo-local-directory__grid a { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; min-height: 78px; padding: 15px; color: inherit; background: #fffdf8; text-decoration: none; }
.geo-local-directory__grid a span { grid-column: 1; color: #a17a3f; font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.geo-local-directory__grid a strong { grid-column: 1; font-family: var(--font-heading, Georgia, serif); font-size: 1rem; font-weight: 600; }
.geo-local-directory__grid a i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #a17a3f; font-size: .72rem; }

.geo-branch-section { background: #171310; }

.geo-branch-grid {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.geo-branch-photo {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  background: #211a16;
}

.geo-branch-photo::after {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(10, 7, 5, .82) 100%);
}

.geo-branch-photo img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.geo-branch-photo figcaption { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; display: flex; flex-direction: column; gap: 5px; color: #fff; }
.geo-branch-photo figcaption span { color: #dfbd7d; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.geo-branch-photo figcaption strong { font-family: var(--font-heading, Georgia, serif); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 500; }

.geo-branch-copy { color: #f7f1e8; }
.geo-branch-copy h2 { max-width: 13ch; margin: 14px 0 26px; font-family: var(--font-heading, Georgia, serif); font-size: clamp(2.3rem, 4.5vw, 4.6rem); font-weight: 400; line-height: .98; }
.geo-branch-lead { max-width: 62ch; color: rgba(247, 241, 232, .74); font-size: 1.05rem; line-height: 1.75; }

.geo-branch-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 40px 0; border-top: 1px solid rgba(255, 255, 255, .14); border-left: 1px solid rgba(255, 255, 255, .14); }
.geo-branch-facts div { min-height: 105px; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.geo-branch-facts dt { margin-bottom: 9px; color: #d8b16b; }
.geo-branch-facts dd { margin: 0; color: #fff; font-size: .96rem; line-height: 1.45; }
.geo-branch-facts a { color: inherit; text-decoration-color: rgba(216, 177, 107, .5); }
.geo-branch-actions { justify-content: flex-start; }

.geo-route-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 50px 0 30px;
  padding: 18px 24px;
  border: 1px solid rgba(72, 56, 42, .18);
  background: rgba(255, 255, 255, .44);
}

.geo-route-line span,
.geo-route-line strong { font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.geo-route-line strong { color: #7c5b2a; }
.geo-route-line i { color: #b48b49; }

.geo-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.geo-route-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(72, 56, 42, .16);
  background: #fffdf8;
  box-shadow: 0 18px 55px rgba(50, 38, 27, .06);
}

.geo-route-card__top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.geo-route-card__top span { color: #b58c4b; font-family: var(--font-heading, Georgia, serif); font-size: 1.8rem; }
.geo-route-card__top small { color: #816841; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-align: right; text-transform: uppercase; }
.geo-route-card h3 { margin: 28px 0 22px; font-family: var(--font-heading, Georgia, serif); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.15; }
.geo-route-card ol { display: grid; gap: 13px; margin: 0 0 26px; padding-left: 20px; color: #5c5148; line-height: 1.6; }
.geo-route-card > p { display: flex; gap: 11px; align-items: flex-start; margin: auto 0 0; padding-top: 20px; border-top: 1px solid rgba(72, 56, 42, .13); color: #74665a; font-size: .82rem; line-height: 1.55; }
.geo-route-card > p i { margin-top: 4px; color: #b58c4b; }

.geo-gallery-section { background: #1a1512; }
.geo-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.geo-gallery-item { grid-column: span 4; position: relative; min-height: 370px; margin: 0; overflow: hidden; background: #2a211b; }
.geo-gallery-item--wide { grid-column: span 8; }
.geo-gallery-item img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .4s ease; cursor: zoom-in; }
.geo-gallery-item:hover img { transform: scale(1.025); filter: brightness(.87); }
.geo-gallery-item::after { position: absolute; inset: 45% 0 0; content: ''; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(8, 6, 4, .88)); }
.geo-gallery-item figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; pointer-events: none; }
.geo-gallery-item figcaption span { color: #dfbd7d; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.geo-gallery-item figcaption p { max-width: 40ch; margin: 8px 0 0; color: rgba(255,255,255,.79); font-size: .85rem; line-height: 1.45; }

.geo-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(72, 56, 42, .15); border: 1px solid rgba(72, 56, 42, .15); }
.geo-related-grid > a { display: grid; grid-template-columns: auto 1fr; gap: 9px 18px; align-content: start; min-height: 270px; padding: clamp(28px, 4vw, 48px); color: inherit; background: #fffdf9; text-decoration: none; transition: background .25s ease, color .25s ease; }
.geo-related-grid > a:hover { color: #fff; background: #211a16; }
.geo-related-grid span { grid-row: span 4; color: #b28a49; font-family: var(--font-heading, Georgia, serif); font-size: 1.45rem; }
.geo-related-grid small { color: #927647; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.geo-related-grid h3 { max-width: 25ch; margin: 11px 0 5px; font-family: var(--font-heading, Georgia, serif); font-size: clamp(1.45rem, 2.2vw, 2.05rem); font-weight: 500; line-height: 1.1; }
.geo-related-grid p { max-width: 54ch; margin: 0; color: #6f6359; line-height: 1.6; transition: color .25s ease; }
.geo-related-grid strong { margin-top: 18px; color: #8a6934; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.geo-related-grid > a:hover p { color: rgba(255,255,255,.7); }
.geo-related-grid > a:hover strong { color: #dfbd7d; }

.geo-cta { background: #12100e; }

.geo-lightbox {
  width: min(1180px, calc(100vw - 36px));
  max-width: none;
  padding: 0;
  border: 0;
  color: #fff;
  background: #15110e;
  box-shadow: 0 34px 120px rgba(0,0,0,.58);
}
.geo-lightbox::backdrop { background: rgba(6, 5, 4, .88); backdrop-filter: blur(7px); }
.geo-lightbox__image { display: block; width: 100%; max-height: 76vh; object-fit: contain; background: #0d0b09; }
.geo-lightbox__caption { padding: 20px 68px 24px 24px; color: rgba(255,255,255,.76); }
.geo-lightbox__close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(8,6,5,.72); cursor: pointer; }

@media (max-width: 1020px) {
  .geo-main { padding-top: 96px; }
  .geo-branch-grid { grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 46px; }
  .geo-branch-photo,
  .geo-branch-photo img { min-height: 590px; }
  .geo-route-grid { grid-template-columns: 1fr; }
  .geo-route-card { min-height: 0; }
  .geo-local-guide__intro { grid-template-columns: 1fr; gap: 30px; }
  .geo-local-guide__summary { max-width: 760px; }
  .geo-place-list li { grid-template-columns: 1fr; gap: 7px; }
  .geo-gallery-item,
  .geo-gallery-item--wide { grid-column: span 6; }
}

@media (max-width: 760px) {
  .geo-hero { min-height: 760px; }
  .geo-hero .pl-hero__image { object-position: 66% center; }
  .geo-hero .pl-hero__shade { background: linear-gradient(0deg, rgba(10,7,5,.96) 0%, rgba(10,7,5,.84) 48%, rgba(10,7,5,.28) 100%); }
  .geo-hero .pl-hero__content { width: auto; padding-top: 250px; }
  .geo-hero__title-line,
  .geo-hero__subtitle-line { display: inline; white-space: normal; }
  .geo-hero__title-line.is-long,
  .geo-hero__title-line.is-very-long { font-size: inherit; }
  .geo-hero__subtitle { max-width: 24ch; font-size: clamp(27px, 8vw, 34px); line-height: 1.04; }
  .geo-signal-grid { grid-template-columns: 1fr; }
  .geo-signal-grid > div { min-height: 0; }
  .geo-local-guide__grid { grid-template-columns: 1fr; }
  .geo-local-cluster { padding: 30px 24px; }
  .geo-local-directory > header,
  .geo-local-directory__grid { grid-template-columns: 1fr; }
  .geo-place-list li { grid-template-columns: minmax(112px, .64fr) minmax(0, 1.36fr); }
  .geo-branch-grid { grid-template-columns: 1fr; }
  .geo-branch-photo,
  .geo-branch-photo img { min-height: 500px; }
  .geo-branch-facts { grid-template-columns: 1fr; }
  .geo-branch-copy h2 { max-width: 15ch; }
  .geo-route-line { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .geo-route-line i { transform: rotate(90deg); }
  .geo-gallery-grid { grid-template-columns: 1fr; }
  .geo-gallery-item,
  .geo-gallery-item--wide { grid-column: 1; min-height: 330px; }
  .geo-gallery-item img { min-height: 330px; }
  .geo-related-grid { grid-template-columns: 1fr; }
  .geo-related-grid > a { min-height: 0; }
  .geo-landing-page dialog.service-dialog .service-dialog-scroll {
    padding-bottom: 92px !important;
    scroll-padding-bottom: 104px;
  }
}

@media (max-width: 640px) {
  .geo-main { padding-top: 84px; }
}

@media (max-width: 430px) {
  .geo-hero { min-height: 720px; }
  .geo-hero .pl-hero__content { padding-top: 220px; }
  .geo-branch-photo,
  .geo-branch-photo img { min-height: 430px; }
  .geo-route-card { padding: 25px 22px; }
  .geo-local-guide__summary { padding-left: 20px; }
  .geo-local-guide__summary > span { align-items: flex-start; line-height: 1.5; }
  .geo-place-list li { grid-template-columns: 1fr; gap: 7px; }
  .geo-gallery-item,
  .geo-gallery-item img { min-height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  .geo-gallery-item img { transition: none; }
}
