:root {
  --paper: #f5f1e7;
  --white: #fffdf7;
  --pine: #123f34;
  --pine-soft: #6f927f;
  --clay: #cf6040;
  --gold: #dcae46;
  --sky: #a9ced0;
  --line: #d8d2c5;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--pine);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px max(24px, calc((100vw - 1280px) / 2));
}

.site-header nav {
  display: flex;
  gap: 20px;
}

.site-header nav a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand > span {
  align-items: center;
  background: var(--pine);
  border-radius: 50%;
  color: var(--paper);
  display: flex;
  font-size: 10px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 0.9;
}

.brand small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  letter-spacing: 0.18em;
  margin-top: 7px;
  text-transform: uppercase;
}

.hero {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 650px;
  padding: 78px 40px;
}

.hero > div:first-child {
  align-self: center;
}

.eyebrow {
  color: var(--clay);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 7vw, 105px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.83;
  margin: 34px 0;
  max-width: 600px;
}

h1 em {
  color: var(--clay);
  font-weight: 500;
}

.intro {
  color: #52685f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 530px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

.primary-button {
  background: var(--pine);
  border-radius: 100px;
  color: var(--paper);
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 14px 18px;
  text-transform: uppercase;
}

.text-link {
  border-bottom: 1px solid rgb(18 63 52 / 35%);
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.landscape {
  background: var(--sky);
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.sun {
  background: var(--gold);
  border-radius: 50%;
  height: 120px;
  position: absolute;
  right: 12%;
  top: 12%;
  width: 120px;
}

.ridge {
  bottom: -5%;
  clip-path: polygon(0 58%, 15% 26%, 31% 58%, 48% 12%, 64% 58%, 81% 29%, 100% 61%, 100% 100%, 0 100%);
  height: 72%;
  left: -5%;
  position: absolute;
  width: 110%;
}

.ridge-back {
  background: var(--pine-soft);
  transform: translateY(-70px);
}

.ridge-front {
  background: var(--pine);
}

.ad-shell {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px 76px;
}

.ad-slot {
  background: #eee8dc;
  border: 1px solid var(--line);
  color: var(--pine);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.ad-slot::after {
  background: linear-gradient(
    135deg,
    transparent 0 42%,
    rgb(18 63 52 / 7%) 42% 58%,
    transparent 58% 100%
  );
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: -50px;
  top: -75px;
  transform: rotate(12deg);
  width: 300px;
}

.ad-disclosure {
  color: #52685f;
  font-size: 8px;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.14em;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  z-index: 2;
}

.ad-slot__content {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  min-height: inherit;
  padding: 36px 28px 24px;
  position: relative;
  z-index: 1;
}

.ad-slot__mark {
  align-items: center;
  border: 1px solid rgb(18 63 52 / 28%);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 42px;
}

.ad-slot__content strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.ad-slot__sponsor {
  color: #52685f;
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ad-slot__content p {
  color: #52685f;
  font-size: 10px;
  line-height: 1.5;
  margin: 6px 0 0;
}

.ad-slot__link {
  border-bottom: 1px solid rgb(18 63 52 / 35%);
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 10px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.ad-slot--banner {
  min-height: 132px;
}

.ad-slot--sidebar {
  min-height: 275px;
}

.ad-slot--sidebar .ad-slot__content {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 48px 30px 30px;
}

.ad-slot[data-ad-mode="advertica"]::after {
  display: none;
}

.ad-slot[data-ad-mode="advertica"][data-ad-placement="home-after-categories"] {
  min-height: 126px;
}

.ad-slot[data-ad-mode="advertica"][data-ad-placement="home-directory-infeed"],
.ad-slot[data-ad-mode="advertica"][data-ad-placement="place-sidebar"] {
  min-height: 286px;
}

.ad-network-mount {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
  overflow: hidden;
  padding: 28px 8px 8px;
  position: relative;
  z-index: 1;
}

.ad-network-mount ins {
  display: block;
  max-width: 100%;
}

.foundation {
  background: var(--pine);
  color: var(--paper);
  padding: 90px max(24px, calc((100vw - 1280px) / 2));
}

.foundation h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}

.feature-grid {
  border-left: 1px solid rgb(245 241 231 / 20%);
  border-top: 1px solid rgb(245 241 231 / 20%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid article {
  border-bottom: 1px solid rgb(245 241 231 / 20%);
  border-right: 1px solid rgb(245 241 231 / 20%);
  min-height: 240px;
  padding: 28px;
}

.feature-grid article > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
}

.feature-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  margin: 55px 0 18px;
}

.feature-grid p {
  color: rgb(245 241 231 / 65%);
  font-size: 13px;
  line-height: 1.65;
}

.foundation-ad {
  margin-top: 46px;
}

.home-region {
  display: grid;
  gap: 80px;
  grid-template-columns: 1.15fr 0.85fr;
  margin: 0 auto;
  max-width: 1360px;
  padding: 110px 40px;
}

.home-region h2,
.coverage-hero h1,
.town-journey h2,
.buffer-story h2,
.coverage-categories h2,
.coverage-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.home-region h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  margin: 18px 0 0;
  max-width: 720px;
}

.home-region > div:last-child {
  align-self: end;
}

.home-region > div:last-child p {
  color: #52685f;
  font-size: 14px;
  line-height: 1.75;
}

.coverage-hero {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.95fr 1.05fr;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 690px;
  padding: 80px 40px 100px;
}

.coverage-hero__copy {
  align-self: center;
}

.coverage-hero h1 {
  font-size: clamp(60px, 6.5vw, 98px);
  line-height: 0.86;
}

.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.coverage-chips span {
  border: 1px solid var(--line);
  border-radius: 100px;
  color: #52685f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.region-sketch {
  background: var(--sky);
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.region-sketch::after {
  background: var(--pine);
  bottom: -70px;
  clip-path: polygon(0 54%, 19% 28%, 34% 59%, 52% 9%, 67% 52%, 84% 24%, 100% 58%, 100% 100%, 0 100%);
  content: "";
  height: 250px;
  left: -4%;
  position: absolute;
  width: 108%;
}

.region-sketch__route {
  background: rgb(255 253 247 / 80%);
  height: 84%;
  left: 50%;
  position: absolute;
  top: 8%;
  transform: rotate(7deg);
  width: 3px;
  z-index: 1;
}

.region-stop {
  align-items: center;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 34px auto;
  position: absolute;
  z-index: 2;
}

.region-stop > span {
  align-items: center;
  background: var(--paper);
  border-radius: 50%;
  display: flex;
  font-size: 8px;
  font-weight: 850;
  grid-row: 1 / 3;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.region-stop strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}

.region-stop small {
  color: rgb(18 63 52 / 68%);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-stop--sevierville {
  left: 16%;
  top: 12%;
}

.region-stop--pigeon-forge {
  right: 10%;
  top: 34%;
}

.region-stop--gatlinburg {
  left: 17%;
  top: 56%;
}

.region-stop--park {
  color: var(--paper);
  right: 7%;
  top: 77%;
}

.region-stop--park small {
  color: rgb(245 241 231 / 68%);
}

.town-journey {
  background: var(--pine);
  color: var(--paper);
  padding: 100px max(24px, calc((100vw - 1280px) / 2));
}

.town-journey h2 {
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 0.95;
  margin: 18px 0 55px;
}

.town-grid {
  border-left: 1px solid rgb(245 241 231 / 20%);
  border-top: 1px solid rgb(245 241 231 / 20%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.town-grid article {
  border-bottom: 1px solid rgb(245 241 231 / 20%);
  border-right: 1px solid rgb(245 241 231 / 20%);
  min-height: 330px;
  padding: 28px;
}

.town-grid article > span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.town-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  margin: 80px 0 20px;
}

.town-grid p {
  color: rgb(245 241 231 / 65%);
  font-size: 12px;
  line-height: 1.65;
}

.town-grid__park {
  background: #0b322a;
}

.buffer-story {
  align-items: center;
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: 120px 40px;
}

.buffer-mark {
  aspect-ratio: 1;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  width: 100%;
}

.buffer-mark span {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.buffer-mark__outer {
  background: var(--sky);
  height: 100%;
  width: 100%;
}

.buffer-mark__inner {
  background: var(--pine);
  height: 46%;
  width: 46%;
}

.buffer-mark strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.buffer-story h2,
.coverage-categories h2,
.coverage-cta h2 {
  font-size: clamp(44px, 5.3vw, 72px);
  line-height: 0.96;
  margin: 18px 0 28px;
}

.buffer-story > div:last-child > p:last-child,
.coverage-categories > div > p:last-child {
  color: #52685f;
  font-size: 14px;
  line-height: 1.75;
  max-width: 650px;
}

.coverage-categories {
  background: var(--white);
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 1fr;
  padding: 110px max(40px, calc((100vw - 1280px) / 2));
}

.coverage-categories ol {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.coverage-categories li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 30px auto;
  min-height: 92px;
}

.coverage-categories li span {
  color: var(--clay);
  font-size: 9px;
  font-weight: 850;
}

.coverage-categories li strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.coverage-cta {
  align-items: center;
  background: var(--clay);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 100px 20px;
  text-align: center;
}

.coverage-cta h2 {
  max-width: 850px;
}

.coverage-cta a {
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  margin-top: 16px;
  padding: 14px 18px;
  text-transform: uppercase;
}

.ops-header {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.55fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: 90px 40px;
}

.ops-header h1 {
  font-size: clamp(58px, 7vw, 96px);
}

.ops-generated {
  align-self: end;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}

.ops-generated span,
.ops-generated a {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-generated strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  margin: 9px 0 22px;
  overflow-wrap: anywhere;
}

.ops-generated a {
  border-bottom: 1px solid rgb(18 63 52 / 35%);
  width: max-content;
}

.ops-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 70px 40px;
}

.ops-section h2,
.ops-split h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 16px 0 40px;
}

.ops-metric-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.ops-metric-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 22px;
}

.ops-metric-grid span,
.ops-list dt,
.ops-change-list span,
.ops-change-list small {
  color: #52685f;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ops-metric-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  margin-top: auto;
}

.ops-split {
  background: var(--pine);
  color: var(--paper);
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  padding: 90px max(40px, calc((100vw - 1200px) / 2));
}

.ops-list {
  border-top: 1px solid rgb(245 241 231 / 20%);
  margin: 0;
}

.ops-list div {
  align-items: center;
  border-bottom: 1px solid rgb(245 241 231 / 20%);
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.ops-list dt {
  color: rgb(245 241 231 / 65%);
}

.ops-list dd {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  margin: 0;
}

.ops-change-list {
  border-top: 1px solid var(--line);
}

.ops-change-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px 20px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 18px 0;
}

.ops-change-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.ops-change-list small {
  grid-column: 2;
}

.ops-empty {
  color: #52685f;
}

footer {
  align-items: center;
  background: #092c24;
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 28px max(24px, calc((100vw - 1280px) / 2));
}

footer p {
  color: rgb(245 241 231 / 55%);
  font-size: 10px;
  margin: 0;
}

footer p a {
  border-bottom: 1px solid rgb(245 241 231 / 45%);
  color: var(--paper);
  font-weight: 800;
}

.advertise-hero {
  margin: 0 auto;
  max-width: 1180px;
  padding: 100px 40px 90px;
  text-align: center;
}

.advertise-hero h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.advertise-hero .intro {
  margin-left: auto;
  margin-right: auto;
}

.advertise-button {
  background: var(--pine);
  border-radius: 100px;
  color: var(--paper);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 24px;
  padding: 14px 18px;
}

.advertise-intro,
.advertise-rules {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1360px;
  padding: 90px 40px;
}

.advertise-intro {
  background: var(--pine);
  color: var(--paper);
  max-width: none;
  padding-left: max(40px, calc((100vw - 1280px) / 2));
  padding-right: max(40px, calc((100vw - 1280px) / 2));
}

.advertise-intro h2,
.advertise-placements h2,
.advertise-rules h2,
.advertise-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 14px 0 0;
}

.advertise-intro > p {
  align-self: center;
  color: rgb(245 241 231 / 68%);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.advertise-placements {
  margin: 0 auto;
  max-width: 1360px;
  padding: 100px 40px;
}

.advertise-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.advertise-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 330px;
  padding: 28px;
}

.advertise-grid article > span {
  color: var(--clay);
  font-size: 9px;
  font-weight: 800;
}

.advertise-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 70px 0 0;
}

.advertise-grid p {
  color: #52685f;
  font-size: 12px;
  line-height: 1.65;
  margin-top: 20px;
}

.advertise-rules ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.advertise-rules li {
  border-bottom: 1px solid var(--line);
  color: #52685f;
  font-size: 12px;
  line-height: 1.55;
  padding: 16px 0;
}

.advertise-contact {
  align-items: center;
  background: var(--clay);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 90px 20px;
  text-align: center;
}

.advertise-contact h2 {
  max-width: 850px;
}

.advertise-contact > p:not(.eyebrow) {
  color: rgb(255 255 255 / 75%);
  font-size: 13px;
  line-height: 1.7;
  max-width: 600px;
}

.advertise-contact > a {
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  margin-top: 18px;
  padding: 14px 18px;
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 60px 20px;
  }

  h1 {
    font-size: clamp(60px, 19vw, 84px);
  }

  .landscape {
    min-height: 370px;
  }

  .ad-shell {
    padding: 0 20px 60px;
  }

  .ad-slot--banner {
    min-height: 170px;
  }

  .ad-slot__content {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .foundation {
    padding: 70px 20px;
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-region,
  .coverage-hero,
  .buffer-story,
  .coverage-categories {
    gap: 48px;
    grid-template-columns: 1fr;
    padding: 75px 20px;
  }

  .coverage-hero {
    min-height: 0;
  }

  .coverage-hero h1 {
    font-size: clamp(56px, 18vw, 80px);
  }

  .region-sketch {
    min-height: 470px;
  }

  .region-stop strong {
    font-size: 16px;
  }

  .region-stop--sevierville,
  .region-stop--gatlinburg {
    left: 7%;
  }

  .region-stop--pigeon-forge,
  .region-stop--park {
    right: 3%;
  }

  .town-journey {
    padding: 75px 20px;
  }

  .town-grid {
    grid-template-columns: 1fr;
  }

  .town-grid article {
    min-height: 250px;
  }

  .town-grid h3 {
    margin-top: 55px;
  }

  .buffer-mark {
    max-width: 280px;
  }

  .coverage-cta {
    padding: 80px 20px;
  }

  .ops-header,
  .ops-split {
    gap: 42px;
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .ops-section {
    padding: 60px 20px;
  }

  .ops-metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ops-change-list article {
    grid-template-columns: 1fr;
  }

  .ops-change-list small {
    grid-column: auto;
  }

  .site-header nav {
    gap: 10px;
  }

  .site-header nav a:first-child {
    display: none;
  }

  .advertise-hero {
    padding: 75px 20px 65px;
  }

  .advertise-intro,
  .advertise-rules {
    gap: 40px;
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .advertise-placements {
    padding: 80px 20px;
  }

  .advertise-grid {
    grid-template-columns: 1fr;
  }

  .advertise-grid article {
    min-height: 270px;
  }

  .advertise-contact > a {
    overflow-wrap: anywhere;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 28px 20px;
  }
}

@media (max-width: 340px) {
  .ad-slot[data-ad-mode="advertica"][data-ad-placement="home-directory-infeed"],
  .ad-slot[data-ad-mode="advertica"][data-ad-placement="place-sidebar"] {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}

/* Phase 4 public directory */
:root {
  --ink: #102d27;
  --paper-deep: #e8e0cf;
  --cream: #fffaf0;
}

html {
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  background: var(--white);
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  top: 12px;
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  min-height: 82px;
  padding-bottom: 0;
  padding-top: 0;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.brand__mark,
.brand > span.brand__mark {
  align-items: center;
  background: var(--pine);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 800;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 35px;
}

.brand > span:not(.brand__mark) {
  align-items: initial;
  background: transparent;
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  height: auto;
  justify-content: initial;
  width: auto;
}

.brand small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-top: 4px;
  text-transform: uppercase;
}

.site-header nav {
  gap: 28px;
}

.site-header nav a,
.site-footer nav a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--clay);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: 78px 40px 90px;
}

.home-hero__copy {
  align-self: center;
  max-width: 720px;
  padding: 30px 64px 30px 0;
}

.home-hero h1,
.directory-hero h1,
.place-hero h1,
.content-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.home-hero h1 {
  font-size: clamp(66px, 7.5vw, 116px);
  margin: 0;
  max-width: 780px;
}

.home-hero h1 em {
  color: var(--clay);
  display: block;
  font-weight: 500;
}

.lede {
  color: #53665f;
  font-size: 15px;
  line-height: 1.8;
  margin: 35px 0 30px;
  max-width: 610px;
}

.hero-search > label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-search > div {
  background: var(--cream);
  border: 1px solid var(--line);
  display: flex;
  max-width: 650px;
  padding: 7px;
}

.hero-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
}

.hero-search button {
  background: var(--pine);
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 15px 18px;
  text-transform: uppercase;
}

.hero-search button:hover,
.hero-search button:focus-visible {
  background: var(--clay);
}

.quick-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 18px;
}

.quick-links span {
  color: #77847f;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.quick-links a {
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 3px;
}

.mountain-window {
  background: var(--gold);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.mountain-window__sun {
  background: #f4e2a6;
  border-radius: 50%;
  height: 142px;
  position: absolute;
  right: 17%;
  top: 14%;
  width: 142px;
}

.mountain-window__ridge {
  bottom: -8%;
  left: -15%;
  position: absolute;
  transform: rotate(9deg);
  width: 130%;
}

.mountain-window__ridge--far {
  background: #46705e;
  border-radius: 52% 48% 0 0 / 100% 100% 0 0;
  height: 53%;
}

.mountain-window__ridge--near {
  background: var(--pine);
  border-radius: 48% 54% 0 0 / 100% 100% 0 0;
  bottom: -22%;
  height: 62%;
  left: -32%;
  transform: rotate(-7deg);
}

.mountain-window p {
  color: rgb(16 45 39 / 65%);
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1.65;
  margin: 22px;
  position: relative;
}

.mountain-window strong {
  bottom: 22px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  left: 24px;
  position: absolute;
  z-index: 2;
}

.browse-intro {
  align-items: end;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1360px;
  padding: 100px 40px 48px;
}

.browse-intro h2,
.section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
}

.browse-intro > p {
  color: #53665f;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px 100px;
}

.category-card {
  border: 1px solid var(--line);
  border-right: 0;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 25px;
}

.category-card:last-child {
  border-right: 1px solid var(--line);
}

.category-card--clay,
.collection-hero--clay {
  background: var(--clay);
  color: white;
}

.category-card--ochre,
.collection-hero--ochre {
  background: #dfb44f;
}

.category-card--pine,
.collection-hero--pine,
.directory-hero--area {
  background: var(--pine);
  color: white;
}

.category-card--cream,
.collection-hero--cream {
  background: var(--cream);
}

.category-card__number {
  font-size: 9px;
  font-weight: 800;
  opacity: 0.62;
}

.category-card__kicker {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 70px 0 8px;
  text-transform: uppercase;
}

.category-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
}

.category-card > p:not(.category-card__kicker) {
  font-size: 11px;
  line-height: 1.65;
  opacity: 0.72;
}

.category-card__link {
  border-top: 1px solid currentcolor;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: auto;
  opacity: 0.8;
  padding-top: 14px;
  text-transform: uppercase;
}

.featured-section,
.directory-results,
.related-section {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px 110px;
}

.section-heading--row,
.results-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.text-link,
.results-heading > a,
.empty-state > a {
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  padding-bottom: 5px;
  text-transform: uppercase;
}

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

.listing-grid--continued {
  margin-top: 0;
}

.listing-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-right: 0;
  min-width: 0;
}

.listing-card:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.listing-card__art {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.listing-card__art::before,
.listing-card__art::after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

.listing-card__art::before {
  background: rgb(255 255 255 / 22%);
  height: 230px;
  left: -30px;
  top: 55px;
  width: 360px;
}

.listing-card__art::after {
  background: rgb(16 45 39 / 75%);
  height: 180px;
  right: -45px;
  top: 88px;
  width: 300px;
}

.listing-card__art--pine {
  background: #49745f;
}

.listing-card__art--clay {
  background: #bd674e;
}

.listing-card__art--ochre {
  background: #dfb44f;
}

.listing-card__art--cream {
  background: #c99139;
}

.listing-card__art--photo::before,
.listing-card__art--photo::after {
  display: none;
}

.listing-card__art--photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.listing-card__art--photo > span {
  background: rgb(16 45 39 / 82%);
  border-radius: 100px;
  color: white;
  padding: 6px 9px;
}

.listing-card__art > span {
  color: rgb(255 255 255 / 78%);
  font-size: 9px;
  font-weight: 800;
  left: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  z-index: 2;
}

.listing-card__body {
  padding: 22px;
}

.listing-card__meta {
  color: var(--clay);
  display: flex;
  font-size: 8px;
  font-weight: 800;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 25px 0 10px;
}

.listing-card__body > p {
  color: #617069;
  font-size: 11px;
  line-height: 1.65;
  min-height: 55px;
}

.listing-card__foot {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 13px;
}

.freshness-mark {
  color: #64766f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.freshness-mark::before {
  background: var(--pine-soft);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 6px;
  width: 6px;
}

.freshness-mark--stale::before {
  background: var(--clay);
}

.public-ad {
  margin: 0 auto 100px;
  max-width: 1280px;
  padding: 0 24px;
}

.directory-ad {
  margin: 42px 0;
}

.area-section {
  background: var(--pine);
  color: white;
  display: grid;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 110px max(40px, calc((100vw - 1280px) / 2));
}

.area-section__intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.88;
  margin: 0;
}

.eyebrow--light {
  color: #e8c575;
}

.area-section__intro > p:last-child {
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 34px;
  max-width: 480px;
}

.area-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.area-list li {
  align-items: start;
  border-top: 1px solid rgb(255 255 255 / 20%);
  display: grid;
  gap: 18px;
  grid-template-columns: 30px 1fr auto;
  padding: 21px 0;
}

.area-list li > span {
  color: #e4bf6c;
  font-size: 9px;
  font-weight: 800;
}

.area-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.area-list p {
  color: rgb(255 255 255 / 52%);
  font-size: 10px;
  margin: 5px 0 0;
}

.regional-copy {
  margin: 0 auto;
  max-width: 1360px;
  padding: 110px 40px;
}

.regional-copy > div {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.regional-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
}

.regional-copy > div > div {
  column-gap: 32px;
  columns: 2;
}

.regional-copy p:not(.eyebrow) {
  color: #53665f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 0;
}

.directory-hero,
.content-hero {
  margin: 0 auto;
  max-width: 1360px;
  padding: 90px 40px 70px;
}

.directory-hero.collection-hero--clay,
.directory-hero.collection-hero--ochre,
.directory-hero.collection-hero--pine,
.directory-hero.collection-hero--cream,
.directory-hero.directory-hero--area {
  max-width: none;
  padding-left: max(40px, calc((100vw - 1280px) / 2));
  padding-right: max(40px, calc((100vw - 1280px) / 2));
}

.directory-hero h1,
.content-hero h1,
.place-hero h1 {
  font-size: clamp(58px, 7vw, 102px);
  margin: 20px 0 30px;
}

.directory-hero > p:last-child,
.content-hero > p:last-child,
.place-hero > div > p:last-of-type {
  color: #53665f;
  font-size: 14px;
  line-height: 1.8;
  max-width: 700px;
}

.directory-hero.collection-hero--clay > p:last-child,
.directory-hero.collection-hero--pine > p:last-child,
.directory-hero.directory-hero--area > p:last-child {
  color: rgb(255 255 255 / 68%);
}

.filter-shell {
  background: var(--pine);
  color: white;
  padding: 42px max(40px, calc((100vw - 1280px) / 2));
}

.filter-shell h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 22px;
}

.directory-filter {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.35fr repeat(3, 1fr) auto;
}

.directory-filter label,
.report-panel label {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.directory-filter input,
.directory-filter select,
.report-panel input,
.report-panel select,
.report-panel textarea {
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--ink);
  min-height: 48px;
  padding: 12px;
}

.directory-filter button,
.report-panel button,
.primary-action {
  align-self: end;
  background: var(--clay);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  min-height: 48px;
  padding: 17px 18px;
  text-transform: uppercase;
}

.directory-results {
  padding-top: 90px;
}

.results-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 0;
}

.empty-state {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 55px;
  text-align: center;
}

.empty-state h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.empty-state p {
  color: #64716c;
}

.pagination {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  font-size: 9px;
  font-weight: 800;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.06em;
  margin-top: 45px;
  padding: 20px 0;
  text-transform: uppercase;
}

.pagination > :last-child {
  text-align: right;
}

.collection-copy {
  border-top: 1px solid var(--line);
  margin-top: 75px;
  padding-top: 55px;
}

.collection-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

.collection-copy p {
  color: #53665f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
  max-width: 820px;
}

.place-hero {
  display: grid;
  gap: 70px;
  grid-template-columns: 1.1fr 0.9fr;
  margin: 0 auto;
  max-width: 1360px;
  padding: 80px 40px;
}

.place-hero > div:first-child {
  align-self: center;
}

.place-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.place-actions > a:not(.primary-action) {
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 800;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.place-hero__art {
  align-items: flex-end;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.place-hero__art::before {
  height: 400px;
  left: -90px;
  top: 120px;
  width: 620px;
}

.place-hero__art::after {
  height: 360px;
  right: -80px;
  top: 210px;
  width: 600px;
}

.place-hero__art strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.place-hero__media {
  align-self: center;
  margin: 0;
  min-width: 0;
}

.place-hero__media > img {
  background: #d8d2c5;
  display: block;
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.place-hero__media figcaption {
  color: #52685f;
  font-size: 10px;
  line-height: 1.55;
  padding-top: 10px;
}

.place-hero__media figcaption a {
  border-bottom: 1px solid rgb(18 63 52 / 30%);
}

.place-layout {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 40px 100px;
}

.place-details > section {
  border-top: 1px solid var(--line);
  padding: 55px 0;
}

.fact-list {
  margin: 0;
}

.fact-list > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 145px 1fr;
  padding: 17px 0;
}

.fact-list dt,
.listing-evidence dt {
  color: #748079;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-list dd,
.listing-evidence dd {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  margin: 0;
}

.fact-list dd span {
  display: block;
}

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.attribute-list li {
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 9px;
  font-weight: 800;
  padding: 10px 13px;
  text-transform: uppercase;
}

.listing-evidence h2,
.report-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.listing-evidence > p:not(.eyebrow) {
  color: #5b6964;
  line-height: 1.75;
}

.listing-evidence dl {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0;
}

.listing-evidence dl > div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.listing-evidence > a {
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 800;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.report-panel form {
  display: grid;
  gap: 17px;
  margin-top: 30px;
}

.report-panel textarea {
  min-height: 130px;
  resize: vertical;
}

.report-panel small,
.report-privacy {
  color: #68766f;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  text-transform: none;
}

.errorlist {
  color: #8f2f22;
  font-size: 11px;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.form-trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.report-success {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 28px;
}

.report-success strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.report-success p {
  color: #5b6964;
  margin: 8px 0 0;
}

.place-sidebar {
  padding-top: 55px;
}

.place-sidebar .ad-slot {
  margin-bottom: 25px;
}

.sidebar-note {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 25px;
}

.sidebar-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.sidebar-note p {
  color: #65736d;
  font-size: 11px;
  line-height: 1.7;
  margin: 12px 0 0;
}

.related-section {
  border-top: 1px solid var(--line);
  padding-top: 90px;
}

.content-hero {
  border-bottom: 1px solid var(--line);
}

.prose-page {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.65fr 1.35fr;
  margin: 0 auto;
  max-width: 1160px;
  padding: 80px 40px 120px;
}

.prose-page__nav {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.prose-page__nav strong {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prose-page__nav p {
  color: #66736e;
  font-size: 12px;
  line-height: 1.65;
}

.prose-page__body h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 60px 0 18px;
}

.prose-page__body h2:first-child {
  margin-top: 0;
}

.prose-page__body p,
.prose-page__body li {
  color: #53665f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.75;
}

.prose-page__body .primary-action {
  margin-top: 24px;
}

.error-page {
  margin: 0 auto;
  max-width: 900px;
  min-height: 62vh;
  padding: 120px 40px;
}

.error-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 22px 0;
}

.error-page > p:not(.eyebrow) {
  color: #53665f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.7;
  max-width: 580px;
}

.error-page__actions {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 34px;
}

.site-footer {
  align-items: center;
  background: #092c24;
  color: var(--paper);
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr auto;
  padding: 32px max(26px, calc((100vw - 1360px) / 2));
}

.brand--footer .brand__mark {
  background: var(--paper);
  color: var(--pine);
}

.site-footer > p {
  color: rgb(255 255 255 / 52%);
  font-size: 9px;
  margin: 0;
  text-align: center;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero__copy {
    padding-right: 0;
  }

  .mountain-window {
    min-height: 440px;
  }

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

  .category-card:nth-child(2) {
    border-right: 1px solid var(--line);
  }

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

  .listing-card:nth-child(3n) {
    border-right: 0;
  }

  .listing-card:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .area-section {
    grid-template-columns: 1fr;
  }

  .directory-filter {
    grid-template-columns: repeat(2, 1fr);
  }

  .directory-filter button {
    align-self: stretch;
  }

  .place-hero {
    grid-template-columns: 1fr;
  }

  .place-layout {
    grid-template-columns: 1fr;
  }

  .place-sidebar {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .site-header nav {
    gap: 14px;
    overflow-x: auto;
    width: 100%;
  }

  .site-header nav a:first-child {
    display: inline;
  }

  .home-hero {
    min-height: 0;
    padding: 55px 20px 70px;
  }

  .home-hero h1 {
    font-size: clamp(60px, 18vw, 82px);
  }

  .hero-search > div {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-search button {
    min-height: 48px;
  }

  .mountain-window {
    min-height: 360px;
  }

  .browse-intro,
  .regional-copy > div {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .browse-intro {
    padding: 75px 20px 35px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    padding: 0 20px 75px;
  }

  .category-card,
  .category-card:nth-child(2) {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    min-height: 330px;
  }

  .category-card:last-child {
    border-bottom: 1px solid var(--line);
  }

  .category-card__kicker {
    margin-top: 45px;
  }

  .public-ad {
    margin-bottom: 75px;
    padding: 0 20px;
  }

  .featured-section,
  .directory-results,
  .related-section {
    padding: 0 20px 80px;
  }

  .section-heading--row,
  .results-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .listing-grid {
    grid-template-columns: 1fr;
  }

  .listing-card,
  .listing-card:nth-child(2n),
  .listing-card:nth-child(3n) {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .listing-grid .listing-card:last-child {
    border-bottom: 1px solid var(--line);
  }

  .area-section {
    gap: 55px;
    padding: 80px 20px;
  }

  .regional-copy {
    padding: 80px 20px;
  }

  .regional-copy > div > div {
    columns: 1;
  }

  .directory-hero,
  .content-hero,
  .directory-hero.collection-hero--clay,
  .directory-hero.collection-hero--ochre,
  .directory-hero.collection-hero--pine,
  .directory-hero.collection-hero--cream,
  .directory-hero.directory-hero--area {
    padding: 65px 20px 50px;
  }

  .directory-filter {
    grid-template-columns: 1fr;
  }

  .filter-shell {
    padding: 38px 20px;
  }

  .directory-results,
  .related-section {
    padding-top: 70px;
  }

  .place-hero {
    gap: 42px;
    padding: 55px 20px;
  }

  .place-hero__art {
    min-height: 310px;
  }

  .place-hero__media > img {
    height: 310px;
  }

  .place-layout {
    padding: 25px 20px 80px;
  }

  .fact-list > div {
    gap: 14px;
    grid-template-columns: 95px 1fr;
  }

  .place-sidebar {
    grid-template-columns: 1fr;
  }

  .listing-evidence dl {
    grid-template-columns: 1fr;
  }

  .prose-page {
    gap: 35px;
    grid-template-columns: 1fr;
    padding: 60px 20px 90px;
  }

  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer > p {
    text-align: left;
  }
}

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