:root {
  --ink: #15262b;
  --ink-soft: #3a5158;
  --foam: #eef5f4;
  --mist: #c5d8d6;
  --sea: #1f6d75;
  --sea-deep: #0e3f46;
  --sand: #b9976d;
  --dune: #6d7a55;
  --glass: rgba(238, 245, 244, 0.88);
  --line: rgba(21, 38, 43, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 3.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(120% 80% at 10% -10%, #d7e7e4 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 0%, #e8dcc8 0%, transparent 45%),
    linear-gradient(180deg, #e7f0ee 0%, #f4f1ea 48%, #e6ebe4 100%);
}

img,
svg {
  display: block;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  height: var(--header-h);
  padding: 0.95rem 1.25rem;
  pointer-events: none;
  color: var(--foam);
  text-shadow: 0 1px 10px rgba(8, 28, 32, 0.55);
}

.brand-mark {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.locale {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hero {
  position: relative;
  height: 200vh;
  height: 200dvh;
}

.compare {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: #0e3f46;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.map-explore {
  position: absolute;
  top: 100vh;
  top: 100dvh;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.map {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.map-after {
  z-index: 2;
  clip-path: inset(0 0 0 50%);
  will-change: clip-path;
}

.compare-ui {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.map-markers {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}

.map-marker {
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(247, 250, 249, 0.95);
  border-radius: 999px;
  background: var(--sea-deep);
  color: var(--foam);
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 8px 20px rgba(8, 28, 32, 0.28);
  transition: transform 0.2s var(--ease), background 0.2s ease;
}

.map-marker:hover,
.map-marker:focus-visible {
  background: var(--sea);
  transform: translate(-50%, -50%) scale(1.08);
  outline: none;
}

.map-marker.is-active {
  background: var(--sand);
  color: var(--ink);
  border-color: #f7faf9;
  animation: marker-pulse 1.6s var(--ease) infinite;
}

.site-panel {
  position: absolute;
  top: calc(var(--header-h) + 0.75rem);
  left: 1.25rem;
  z-index: 20;
  width: min(22rem, calc(100% - 2.5rem));
  padding: 1rem 1.1rem 1.15rem;
  background: #eef5f4;
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(8, 28, 32, 0.22);
  isolation: isolate;
}

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

.site-panel-close {
  appearance: none;
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-panel-close:hover,
.site-panel-close:focus-visible {
  color: var(--sea-deep);
  outline: none;
}

.site-panel-kicker {
  margin: 0 2.5rem 0.35rem 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sea);
}

.site-panel-title {
  margin: 0 2rem 0.45rem 0;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--sea-deep);
}

.site-panel-look {
  margin: 0 0 0.65rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--sand);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--sea-deep);
}

.site-panel-body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.tour-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.tour-nav[hidden] {
  display: none;
}

.tour-progress {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.tour-btn {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 0.45rem 0.7rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.tour-btn:hover,
.tour-btn:focus-visible {
  border-color: var(--sea);
  color: var(--sea-deep);
  outline: none;
}

.tour-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.tour-btn-next {
  background: var(--sea-deep);
  border-color: var(--sea-deep);
  color: var(--foam);
}

.tour-btn-next:hover,
.tour-btn-next:focus-visible {
  background: var(--sea);
  border-color: var(--sea);
  color: var(--foam);
}

.tour-btn-next:disabled {
  background: var(--sea-deep);
  border-color: var(--sea-deep);
  color: var(--foam);
}

.map-toolbar {
  position: absolute;
  top: calc(var(--header-h) + 2.65rem);
  right: 1.25rem;
  z-index: 12;
  display: grid;
  gap: 0.35rem;
  pointer-events: auto;
}

.map-eras {
  position: absolute;
  top: calc(var(--header-h) + 0.75rem);
  left: 50%;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  width: min(28rem, calc(100% - 8rem));
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s var(--ease),
    visibility 0.35s;
}

.compare.is-exploring .map-eras {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.map-eras .era {
  border-color: rgba(238, 245, 244, 0.35);
  background: rgba(14, 63, 70, 0.82);
  color: var(--foam);
  padding: 0.45rem 0.65rem;
  font-size: 0.75rem;
  backdrop-filter: blur(6px);
}

.map-eras .era:hover,
.map-eras .era:focus-visible {
  border-color: rgba(238, 245, 244, 0.85);
  color: var(--foam);
  background: rgba(31, 109, 117, 0.92);
}

.map-eras .era.is-active {
  background: var(--foam);
  border-color: var(--foam);
  color: var(--sea-deep);
}

.map-tool {
  appearance: none;
  display: grid;
  place-items: center;
  min-width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0 0.55rem;
  border: 1px solid rgba(238, 245, 244, 0.45);
  background: rgba(14, 63, 70, 0.82);
  color: var(--foam);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.map-tool-reset {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-tool:hover,
.map-tool:focus-visible {
  background: rgba(238, 245, 244, 0.95);
  color: var(--sea-deep);
  outline: none;
}

.map-chrome {
  position: absolute;
  left: 1.25rem;
  bottom: 1.1rem;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: min(22rem, calc(100% - 2.5rem));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  transition:
    opacity 0.35s var(--ease),
    visibility 0.35s,
    transform 0.35s var(--ease);
}

.compare.is-exploring .map-chrome {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: none;
}

.compare.is-exploring .tour-start,
.compare.is-exploring .guide-toggle,
.compare.is-exploring .map-guide {
  pointer-events: auto;
}

.guide-markers {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}

.guide-markers[hidden] {
  display: none;
}

.guide-marker {
  position: absolute;
  width: 1.85rem;
  height: 1.85rem;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(247, 250, 249, 0.95);
  border-radius: 999px;
  background: var(--sand);
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 8px 18px rgba(8, 28, 32, 0.28);
  transition: transform 0.2s var(--ease), background 0.2s ease;
}

.guide-marker:hover,
.guide-marker:focus-visible {
  background: #d4b289;
  transform: translate(-50%, -50%) scale(1.08);
  outline: none;
}

.guide-marker.is-active {
  background: var(--foam);
  color: var(--sea-deep);
  box-shadow: 0 0 0 3px rgba(185, 151, 109, 0.55), 0 8px 18px rgba(8, 28, 32, 0.28);
}

.map-guide {
  position: absolute;
  top: calc(var(--header-h) + 0.75rem);
  left: 1.25rem;
  z-index: 20;
  width: min(22rem, calc(100% - 2.5rem));
  padding: 1rem 1.1rem 1.15rem;
  background: #eef5f4;
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(8, 28, 32, 0.22);
  isolation: isolate;
}

.map-guide[hidden] {
  display: none;
}

.map-guide-close {
  appearance: none;
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.map-guide-close:hover,
.map-guide-close:focus-visible {
  color: var(--sea-deep);
  outline: none;
}

.map-guide-kicker {
  margin: 0 2.5rem 0.35rem 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sea);
}

.map-guide-title {
  margin: 0 2rem 0.45rem 0;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--sea-deep);
}

.map-guide-look {
  margin: 0 0 0.65rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--sand);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--sea-deep);
}

.map-guide-body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.compare-slider {
  position: absolute;
  inset: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  animation: fade-in 0.8s var(--ease) 0.55s forwards;
}

.handle-years {
  position: absolute;
  top: calc(var(--header-h) + 3.35rem);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 2.6rem;
  transform: translateX(-50%);
}

.handle-line {
  flex: 1;
  width: 2px;
  background: rgba(247, 250, 249, 0.92);
  box-shadow: 0 0 0 1px rgba(14, 63, 70, 0.25);
}

.handle-knob {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid rgba(247, 250, 249, 0.95);
  border-radius: 999px;
  color: var(--sea-deep);
  background: var(--foam);
  box-shadow: 0 10px 28px rgba(8, 28, 32, 0.28);
  animation: pulse-once 1.4s var(--ease) 1.1s both;
}

.handle-year {
  display: grid;
  gap: 0.05rem;
  margin: 0;
  padding: 0.28rem 0.45rem;
  background: rgba(14, 63, 70, 0.88);
  color: #f7faf9;
  box-shadow: 0 6px 14px rgba(8, 28, 32, 0.22);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

.handle-year-before {
  text-align: right;
}

.handle-year-after {
  text-align: left;
}

.handle-year-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.handle-year > span:last-child {
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero-copy {
  width: 100%;
  display: grid;
  gap: 0.55rem;
  max-width: 34rem;
  padding: 4.5rem 1.25rem 1.75rem;
  background: linear-gradient(
    180deg,
    rgba(14, 63, 70, 0) 0%,
    rgba(14, 63, 70, 0.62) 42%,
    rgba(14, 63, 70, 0.92) 100%
  );
  color: var(--foam);
}

.hero-copy .cta {
  pointer-events: auto;
}

.brand {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.8rem, 9vw, 5.4rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(1.1rem);
  animation: rise 1s var(--ease) 0.15s forwards;
}

.headline {
  margin: 0.15rem 0 0;
  max-width: 18ch;
  font-family: "Fraunces", serif;
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  font-weight: 500;
  line-height: 1.25;
  color: #d7ebe8;
  opacity: 0;
  transform: translateY(1rem);
  animation: rise 1s var(--ease) 0.3s forwards;
}

.lede {
  margin: 0;
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(238, 245, 244, 0.86);
  opacity: 0;
  transform: translateY(1rem);
  animation: rise 1s var(--ease) 0.42s forwards;
}

.cta {
  justify-self: start;
  margin-top: 0.35rem;
  padding: 0.7rem 1.05rem;
  border: 1px solid rgba(238, 245, 244, 0.45);
  color: var(--foam);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  opacity: 0;
  transform: translateY(1rem);
  animation: rise 1s var(--ease) 0.55s forwards;
}

.cta:hover,
.cta:focus-visible {
  background: var(--foam);
  color: var(--sea-deep);
  border-color: var(--foam);
  outline: none;
}

.context {
  position: relative;
  z-index: 10;
  padding: 4.5rem 1.25rem 5rem;
  background:
    radial-gradient(120% 80% at 10% -10%, #d7e7e4 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 0%, #e8dcc8 0%, transparent 45%),
    linear-gradient(180deg, #e7f0ee 0%, #f4f1ea 48%, #e6ebe4 100%);
}

.context-inner {
  max-width: 40rem;
  margin: 0 auto;
}

.context h2 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--sea-deep);
}

.context h3 {
  margin: 2.25rem 0 0.85rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--sea-deep);
}

.context p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.context p + p {
  margin-top: 1rem;
}

.context a {
  color: var(--sea);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.context a:hover,
.context a:focus-visible {
  color: var(--sea-deep);
  outline: none;
}

.history-list,
.future-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.history-list li,
.future-list li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 1.1rem;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.history-list li:last-child,
.future-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.history-copy span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--sea-deep);
}

.history-archive-link {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--sea);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.history-archive-link:hover,
.history-archive-link:focus-visible {
  color: var(--sea-deep);
  outline: none;
}

.history-photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.history-photo {
  appearance: none;
  display: grid;
  gap: 0.35rem;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}

.history-photo-row .history-photo {
  margin-top: 0;
}

.history-photo img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: #0e3f46;
}

.history-photo-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sea-deep);
}

.history-photo:hover .history-photo-label,
.history-photo:focus-visible .history-photo-label {
  color: var(--sea);
}

.history-photo:focus-visible {
  outline: 2px solid var(--sea);
  outline-offset: 3px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(14, 63, 70, 0.88);
  backdrop-filter: blur(6px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-close {
  appearance: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(238, 245, 244, 0.45);
  background: transparent;
  color: var(--foam);
  padding: 0.5rem 0.75rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--foam);
  color: var(--sea-deep);
  outline: none;
}

.lightbox-figure {
  margin: 0;
  width: min(960px, 100%);
}

.lightbox-figure img {
  width: 100%;
  max-height: min(78vh, 820px);
  object-fit: contain;
  background: #0a3036;
}

.lightbox-figure figcaption {
  margin-top: 0.75rem;
  color: rgba(238, 245, 244, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
}

.future-list li strong {
  color: var(--sea-deep);
  font-weight: 600;
}

@media (min-width: 800px) {
  .history-photo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .history-list li:has(.history-photo),
  .history-list li:has(.history-photo-row) {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.25rem;
    align-items: start;
  }

  .history-list li:has(.history-photo-row) {
    grid-template-columns: 1fr;
  }

  .history-list li:has(.history-photo) .history-photo,
  .history-list li:has(.history-photo-row) .history-photo-row {
    margin-top: 0;
  }
}

.era-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.75rem 0 1.5rem;
}

.era {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.era:hover,
.era:focus-visible {
  border-color: var(--sea);
  color: var(--sea-deep);
  outline: none;
}

.era.is-active {
  background: var(--sea-deep);
  border-color: var(--sea-deep);
  color: var(--foam);
}

.note {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #5d7075 !important;
}

.leaflet-control-attribution {
  max-width: min(70vw, 22rem);
  background: rgba(14, 63, 70, 0.55) !important;
  color: rgba(238, 245, 244, 0.8) !important;
  font-size: 0.65rem !important;
}

.leaflet-control-attribution a {
  color: #d7ebe8 !important;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes pulse-once {
  0%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
}

@keyframes marker-pulse {
  0%,
  100% {
    box-shadow: 0 8px 20px rgba(8, 28, 32, 0.28), 0 0 0 0 rgba(185, 151, 109, 0.45);
  }
  70% {
    box-shadow: 0 8px 20px rgba(8, 28, 32, 0.28), 0 0 0 12px rgba(185, 151, 109, 0);
  }
}

@media (min-width: 800px) {
  .site-header,
  .hero-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .map-toolbar {
    right: 2rem;
  }

  .site-panel {
    left: 2rem;
  }

  .map-chrome,
  .map-guide {
    left: 2rem;
  }

  .hero-copy {
    padding-bottom: 2.25rem;
  }

  .context {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .brand,
  .headline,
  .lede,
  .cta,
  .compare-handle,
  .handle-knob,
  .map-marker.is-active {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .map-chrome {
    transition: none;
  }
}
