:root {
  --ink: #111827;
  --muted: #4b5563;
  --line: #d6e4f0;
  --paper: #eef7ff;
  --white: #ffffff;
  --brick: #d83f31;
  --brick-dark: #a51f1b;
  --moss: #15803d;
  --river: #0874b9;
  --sun: #f5b51b;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #eef6fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(248, 252, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav__logo {
  color: var(--brick-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav__logo span {
  color: var(--ink);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.94rem, 1vw, 1.06rem);
  font-weight: 750;
}

.nav__links a {
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}

.nav__links a:not(.nav__cta) {
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.nav__links a:hover {
  color: var(--brick);
}

.nav__links a:not(.nav__cta):hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

.nav__cta {
  flex: 0 0 auto;
  padding: 11px 16px;
  color: var(--white) !important;
  background: var(--brick);
  border-radius: 8px;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(216, 63, 49, 0.2);
}

.nav__mobile-cta,
.nav__menu {
  display: none;
}

.hero {
  min-height: 64vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 58px);
  overflow: hidden;
}

.hero--reasons {
  min-height: auto;
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(20px, 3.5vw, 38px);
}

.hero--reasons .hero__media {
  height: min(58vh, 560px);
  min-height: 360px;
}

.hero--reasons + main .section:first-child {
  padding-top: clamp(16px, 2.6vw, 30px);
}

.hero--video {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 85vh;
  padding: clamp(70px, 10vw, 124px) clamp(18px, 5vw, 72px) clamp(62px, 8vw, 96px);
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 24, 0.74), rgba(10, 16, 24, 0.48) 48%, rgba(10, 16, 24, 0.2)),
    rgba(10, 16, 24, 0.26);
}

.guide-hero {
  width: min(1180px, calc(100% - 36px));
  min-height: 72vh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0 clamp(28px, 5vw, 58px);
}

.booking-hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: var(--ink);
}

.booking-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(17, 24, 39, 0.78) 0%, rgba(17, 24, 39, 0.52) 48%, rgba(17, 24, 39, 0.12) 100%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.54), rgba(17, 24, 39, 0.08) 76%);
}

.booking-hero__content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(44px, 7vw, 76px);
}

.booking-hero h1 {
  max-width: 820px;
  color: var(--white);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.28);
}

.booking-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.booking-hero .eyebrow {
  color: #ffd36c;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.booking-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.booking-hero__facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  font-weight: 850;
}

.booking-hero__facts strong {
  color: #ffd36c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.landing-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}

.landing-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-hero--work .landing-hero__image {
  object-position: center center;
}

.landing-hero--work .landing-hero__content {
  width: min(1220px, calc(100% - 64px));
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  grid-template-rows: auto 1fr auto auto;
  column-gap: clamp(44px, 9vw, 130px);
  align-items: end;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) 0 clamp(34px, 5vw, 62px);
}

.landing-hero--work h1 {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  max-width: 640px;
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.15rem);
  line-height: 1.08;
}

.landing-hero--work h1 span {
  padding: 0;
  background: transparent;
}

.landing-hero--work p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  max-width: 520px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.landing-hero--work .eyebrow {
  display: none;
}

.landing-hero--work .hero__actions {
  grid-column: 2;
  grid-row: 4;
  justify-self: end;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.landing-hero--mountains .landing-hero__image {
  object-position: center 35%;
}

.landing-hero--neyland .landing-hero__image {
  object-position: center;
}

.landing-hero--weddings .landing-hero__image {
  object-position: center 42%;
}

.landing-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(17, 24, 39, 0.82) 0%, rgba(17, 24, 39, 0.48) 54%, rgba(17, 24, 39, 0.08) 100%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.62), rgba(17, 24, 39, 0.12) 78%);
}

.landing-hero__content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 108px) 0 clamp(40px, 6vw, 68px);
}

.landing-hero .eyebrow {
  color: #ffd36c;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.landing-hero h1 {
  max-width: 940px;
  color: var(--white);
  font-size: clamp(2.55rem, 5.15vw, 4.85rem);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.3);
}

.landing-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 650;
}

.booking-hero__visual {
  display: grid;
  gap: 14px;
}

.booking-hero__visual > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.maryville-hero-gallery figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.08);
}

.maryville-hero-gallery__main {
  grid-column: 1 / -1;
  min-height: 255px !important;
}

.maryville-hero-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maryville-hero-gallery figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  color: var(--white);
  background: rgba(24, 32, 31, 0.72);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.booking-hero__panel {
  display: grid;
  gap: 12px;
}

.booking-hero__panel div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.07);
}

.booking-hero__panel strong {
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.25rem);
  line-height: 1;
}

.booking-hero__panel span {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 850;
}

.guide-hero h1 {
  max-width: 760px;
}

.guide-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.guide-hero__image {
  min-height: 520px;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background-image:
    linear-gradient(rgba(24, 32, 31, 0.06), rgba(24, 32, 31, 0.06)),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Maryville-Broadway-block-tn.jpg");
  background-size: cover;
  background-position: center;
}

.guide-hero--editorial {
  grid-template-columns: minmax(0, 0.75fr) minmax(440px, 1fr);
  min-height: auto;
  padding-top: clamp(20px, 3vw, 36px);
  padding-bottom: clamp(20px, 3.8vw, 44px);
}

.guide-hero--editorial h1 {
  max-width: 680px;
  font-size: clamp(2.75rem, 4.8vw, 5.1rem);
}

.guide-collage {
  display: grid;
  grid-template-columns: 0.82fr 0.64fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 560px;
}

.guide-collage figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.guide-collage__main {
  grid-row: 1 / -1;
}

.guide-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-collage figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(17, 24, 39, 0.72);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero--video .hero__content {
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  max-width: 880px;
  font-size: clamp(2.75rem, 6vw, 5.35rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero p:not(.eyebrow),
.section__heading p,
.section--split > div > p,
.availability__copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero--video p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  color: var(--white);
  background: var(--brick);
  box-shadow: 0 10px 22px rgba(125, 48, 35, 0.18);
}

.button--primary:hover {
  background: var(--brick-dark);
}

.button--secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.hero__media {
  position: relative;
  height: min(68vh, 680px);
  min-height: 420px;
}

.hero__photo {
  position: absolute;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.hero__photo--one {
  inset: 4% 18% 24% 4%;
  background-image:
    linear-gradient(rgba(24, 32, 31, 0.08), rgba(24, 32, 31, 0.08)),
    url("Assets/historic-broadway-maryville.png");
}

.hero__photo--two {
  right: 0;
  bottom: 0;
  width: 54%;
  height: 46%;
  background-image:
    linear-gradient(rgba(24, 32, 31, 0.1), rgba(24, 32, 31, 0.1)),
    url("Assets/maryville-downtown-hero.jpg");
}

.hero__photo--three {
  left: 0;
  bottom: 5%;
  width: 36%;
  height: 28%;
  background-image:
    linear-gradient(rgba(24, 32, 31, 0.14), rgba(24, 32, 31, 0.14)),
    url("Assets/maryville-aerial-mountains.png");
}

.availability,
.section,
.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-search {
  margin-top: 0;
}

.availability__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.availability__form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.availability__form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9faf7;
  font: inherit;
}

.availability__form .button,
.availability__note {
  grid-column: 1 / -1;
}

.availability__note {
  min-height: 24px;
  margin: 0;
  color: var(--moss);
  font-weight: 800;
}

.section {
  padding: clamp(46px, 6vw, 76px) 0 0;
}

.hero + main .section:first-child {
  padding-top: clamp(24px, 3.5vw, 42px);
}

.landing-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.62fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: end;
  padding: clamp(34px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.landing-intro h2 {
  font-size: clamp(2rem, 3.4vw, 3.55rem);
}

.landing-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 720;
}

.book-direct-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 720;
}

.book-direct-copy p {
  margin: 0;
}

.book-direct-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.book-direct-copy li {
  position: relative;
  padding-left: 22px;
}

.book-direct-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--brick);
  border-radius: 50%;
}

.home-book-direct,
.booking-direct {
  margin-top: clamp(34px, 5vw, 58px);
}

.anchor-grid-section .section__heading > p,
.guide-card-grid-section .section__heading > p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.landing-split {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(30px, 5vw, 52px);
  background: #102019;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.wedding-suite-split {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 32, 25, 0.82), rgba(16, 32, 25, 0.52)),
    url("Assets/listings/bricks-over-broadway.webp") center / contain no-repeat,
    #102019;
}

.wedding-suite-split > * {
  position: relative;
  z-index: 1;
}

.landing-split .eyebrow {
  color: #ffd36c;
}

.landing-split h2,
.landing-split h3 {
  color: var(--white);
}

.landing-split > div > p {
  max-width: 760px;
  color: #e8f1ec;
  font-size: 1.05rem;
  font-weight: 720;
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-list article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.056);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.fit-list span {
  display: block;
  margin-bottom: 10px;
  color: #ffd36c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fit-list p {
  margin: 9px 0 0;
  color: #edf7f2;
  font-weight: 680;
}

.shuttle-plan {
  display: grid;
  gap: 20px;
}

.game-day-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.game-day-flow article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--brick);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.06);
}

.game-day-flow span {
  color: var(--river);
  font-weight: 950;
}

.game-day-flow h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.06;
}

.game-day-flow p {
  margin: 0;
  color: var(--muted);
  font-weight: 720;
}

.shuttle-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(20px, 4vw, 32px);
  color: var(--white);
  background: #102019;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.shuttle-note strong {
  display: block;
  margin-bottom: 8px;
  color: #ffd36c;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shuttle-note p {
  margin: 0;
  color: #edf7f2;
  font-weight: 700;
}

.shuttle-note .button {
  justify-self: end;
  white-space: normal;
  max-width: 280px;
  text-align: center;
}

.industry-overview {
  display: grid;
  gap: 22px;
}

.industry-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.industry-stat-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 168px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--brick);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.06);
}

.industry-stat-grid span,
.industry-facts span {
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.industry-stat-grid strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  line-height: 1.02;
}

.industry-stat-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 720;
}

.industry-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.industry-feature + .industry-feature {
  margin-top: clamp(34px, 5vw, 72px);
}

.industry-feature--reverse figure {
  order: 2;
}

.industry-feature figure {
  margin: 0;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.industry-feature figure img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.industry-feature--denso figure img {
  object-position: center;
}

.industry-feature figcaption {
  padding: 12px 14px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
}

.industry-feature > div {
  display: grid;
  align-content: center;
  gap: 16px;
}

.industry-feature h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
}

.industry-feature p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 700;
}

.industry-feature a:not(.button) {
  color: var(--river);
  font-weight: 900;
  text-decoration: none;
}

.industry-feature a:not(.button):hover {
  color: var(--brick);
}

.industry-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-facts span {
  padding: 8px 10px;
  color: var(--moss);
  background: #eef3ed;
  border: 1px solid #d7e3d8;
  border-radius: 8px;
}

.review-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.review-feature__copy {
  display: grid;
  gap: 16px;
}

.review-feature h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.5vw, 3.65rem);
}

.review-feature blockquote {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--ink);
  border-left: 5px solid var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
}

.review-feature p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 720;
}

.review-feature__copy .button {
  justify-self: start;
}

.review-feature__image {
  margin: 0;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-feature__image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
}

.review-feature__image figcaption {
  padding: 12px 14px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
}

.section__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.booking-results {
  width: min(1180px, calc(100% - 36px));
  margin: clamp(18px, 3vw, 30px) auto 0;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.booking-results__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px 24px;
  margin-bottom: 24px;
}

.booking-results__intro > div {
  display: grid;
  gap: 8px;
}

.booking-results__intro .eyebrow {
  font-size: 1rem;
}

.booking-results__intro h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
}

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

.zone-chooser a {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--brick);
  border-radius: 8px;
  text-decoration: none;
}

.zone-chooser a:nth-child(2) {
  border-left-color: var(--river);
}

.zone-chooser strong {
  font-size: 1.12rem;
}

.zone-chooser span {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.rental-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-btn {
  min-height: 40px;
  padding: 8px 13px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.filter-btn.active {
  color: var(--white);
  background: var(--moss);
  border-color: var(--moss);
}

#listingCount {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

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

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

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

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

.booking-location-guide {
  margin-top: clamp(28px, 4vw, 48px);
}

#rentals {
  scroll-margin-top: 96px;
}

.booking-location-guide .zone-chooser {
  width: 100%;
}

.booking-zone {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.booking-zone + .booking-zone {
  margin-top: 28px;
}

.booking-zone__head {
  display: block;
}

.booking-zone__head .eyebrow {
  font-size: 1rem;
}

.booking-zone__head h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.booking-zone__head p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted);
}

.zone-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
  font-weight: 900;
  text-decoration: none;
}

.zone-instagram:hover {
  color: var(--brick);
  box-shadow: var(--shadow);
}

.zone-instagram .footer__instagram-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.zone-instagram .footer__instagram-icon::before {
  inset: 7px;
  border-width: 2px;
  border-radius: 7px;
}

.zone-instagram .footer__instagram-icon::after {
  width: 5px;
  height: 5px;
  top: 7px;
  right: 7px;
}

.zone-photo {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.zone-photo img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.zone-photo figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.nearby-note {
  margin: -4px 0 0;
  max-width: 980px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
}

.rental-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.07);
}

.rental-card--available {
  border-color: rgba(71, 100, 86, 0.55);
  box-shadow: 0 16px 34px rgba(71, 100, 86, 0.16);
}

.rental-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #c7d2c6, #f0d6a0);
}

.rental-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge,
.available-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: var(--white);
  background: rgba(24, 32, 31, 0.78);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.available-pill {
  left: auto;
  right: 12px;
  padding: 9px 14px;
  background: var(--moss);
  font-size: 1.17rem;
}

.rental-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.rental-grid--four .rental-card__body {
  display: grid;
  grid-template-rows: 2.2rem 4.3rem minmax(9.8rem, 1fr) 8.8rem;
}

.rental-grid--four .rental-card__body h3,
.rental-grid--four .rental-card__body p {
  align-self: start;
}

.rental-card__meta {
  margin: 0;
  color: var(--brick);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rental-card__body p {
  margin: 0;
  color: var(--muted);
}

.rental-card__footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.rental-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: start;
  min-height: 76px;
}

.rental-card__details span {
  padding: 6px 8px;
  color: var(--moss);
  background: #eef3ed;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 850;
}

.rental-card__calendar {
  color: var(--moss) !important;
  font-weight: 850;
}

.rental-card__body .button {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.booking-toolbar {
  position: sticky;
  top: 72px;
  z-index: 10;
  padding: 12px;
  background: rgba(251, 250, 245, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.booking-guide {
  padding-bottom: 0;
}

.booking-faq {
  padding-bottom: clamp(34px, 5vw, 64px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

.faq-list article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.guest-reviews {
  padding-top: 0;
}

.review-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(22px, 4vw, 34px);
}

.review-proof article {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.review-proof strong {
  display: block;
  color: var(--brick);
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
}

.review-proof span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
}

.mobile-review-list {
  display: none;
}

.mobile-review-pill {
  display: none;
}

.review-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.review-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 460px) auto;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.09);
}

.review-card--wide {
  grid-row: auto;
}

.review-card__media {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

.review-card__media b {
  display: block;
  padding: 22px 26px 8px;
  color: #202124;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  line-height: 1;
}

.review-card__media img {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: top center;
}

.review-card figcaption {
  padding: 16px 18px 18px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.review-card figcaption span {
  display: block;
  color: var(--brick);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-card figcaption strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.1;
}

.section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.section--split .button {
  margin-top: 14px;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.guide-jumpbar {
  position: sticky;
  top: 79px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(16px, 2.4vw, 28px);
  padding: 10px 12px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(14px);
}

.guide-jumpbar span {
  flex: 0 0 auto;
  margin-right: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-jumpbar a {
  flex: 1 1 0;
  min-width: max-content;
  padding: 10px 12px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.guide-jumpbar a:hover {
  color: var(--white);
  background: var(--brick);
  border-color: var(--brick);
}

#armory,
#guide-plans,
#eat,
#play,
#stay {
  scroll-margin-top: 168px;
}

.guide-orientation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: 28px;
  align-items: stretch;
}

.guide-orientation > div,
.guide-note {
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.guide-orientation p:not(.eyebrow),
.guide-note p {
  color: var(--muted);
}

.guide-note {
  display: grid;
  align-content: center;
  gap: 12px;
  background: #102019;
}

.guide-note strong {
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.guide-note p {
  margin: 0;
  color: #f3f7f5;
  font-weight: 650;
}

.guide-note span {
  color: #f0c86c;
  font-weight: 950;
}

.guide-tiles {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(240px, 0.7fr));
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 18px;
}

.guide-tile {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 20px;
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.guide-tile--large {
  grid-row: 1 / -1;
}

.guide-tile:nth-child(2) {
  grid-column: 2;
}

.guide-tile:nth-child(3) {
  grid-column: 3;
}

.guide-tile:nth-child(4) {
  grid-column: 2 / -1;
}

.guide-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.78), rgba(17, 24, 39, 0.1));
}

.guide-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-tile span,
.guide-tile strong {
  position: relative;
  z-index: 1;
}

.guide-tile span {
  margin-bottom: 8px;
  color: #ffd36c;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-tile strong {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  line-height: 1.08;
}

.armory-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 40px);
  background: #102019;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.14);
}

.armory-feature__media {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.armory-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.armory-feature__media figcaption {
  padding: 12px 14px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
}

.armory-feature__copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.armory-feature .eyebrow {
  color: #ffd36c;
}

.armory-feature h2 {
  max-width: 880px;
  color: var(--white);
  font-size: clamp(2.2rem, 3.7vw, 4rem);
}

.armory-feature p:not(.eyebrow) {
  margin: 0;
  color: #e8f1ec;
  font-size: 1.04rem;
  font-weight: 720;
}

.armory-feature__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.armory-feature__facts span {
  padding: 8px 10px;
  color: #102019;
  background: #f6d883;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 950;
}

.armory-feature .button--secondary {
  background: #f8fbff;
}

.guide-plans .section__heading p {
  margin: 0;
  font-weight: 750;
}

.plan-showcase {
  display: grid;
  gap: 18px;
}

.plan-showcase article {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.plan-showcase__image {
  min-height: 310px;
}

.plan-showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-showcase__body {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.plan-showcase__body span,
.guide-directory__grid span {
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-showcase__body h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.plan-showcase ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-weight: 700;
}

.place-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.place-links a {
  padding: 8px 10px;
  color: var(--river);
  background: #eef7ff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.place-links a:hover {
  color: var(--white);
  background: var(--river);
  border-color: var(--river);
}

.guide-directory {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(34px, 5vw, 52px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.07);
}

.guide-directory--alt {
  background: #f8fbff;
}

.guide-directory__intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.guide-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-directory__grid a {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brick);
  border-radius: 8px;
  font-weight: 950;
  text-decoration: none;
}

.guide-directory__grid a:hover {
  border-left-color: var(--river);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
}

.guide-directory__grid--media a {
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  row-gap: 6px;
  min-height: 126px;
  padding: 10px 14px 10px 10px;
  border-left: 0;
  overflow: hidden;
}

.guide-directory__grid--media a:hover {
  transform: translateY(-1px);
}

.guide-directory__grid--media img {
  grid-row: 1 / span 2;
  width: 112px;
  height: 106px;
  object-fit: cover;
  border-radius: 6px;
}

.guide-directory__grid--media strong {
  align-self: start;
  font-size: 1.02rem;
  line-height: 1.18;
}

.active-guide {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  padding: clamp(30px, 5vw, 52px);
  background: #102019;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.active-guide__intro {
  max-width: 1120px;
}

.active-guide .eyebrow {
  color: #ffd36c;
}

.active-guide h2 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
}

.active-guide__intro p:not(.eyebrow) {
  max-width: 840px;
  color: #e8f1ec;
  font-size: 1.05rem;
  font-weight: 750;
}

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

.active-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.active-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.active-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  flex: 1;
  padding: 22px;
  background: var(--white);
}

.active-card span {
  width: fit-content;
  padding: 6px 8px;
  color: var(--white);
  background: var(--brick);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.active-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.active-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.active-card:hover {
  transform: translateY(-2px);
}

.guide-stay-match {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  padding: clamp(28px, 5vw, 52px);
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.07);
}

.guide-stay-match__heading {
  max-width: 980px;
}

.guide-stay-match h2 {
  max-width: 920px;
}

.guide-stay-match h2,
.guide-stay-match .eyebrow {
  color: var(--ink);
}

.guide-stay-match .eyebrow {
  color: var(--brick);
}

.stay-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.stay-match-card {
  display: grid;
  grid-template-rows: auto auto;
  color: var(--ink);
  text-decoration: none;
}

.stay-match-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stay-match-card div {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
}

.stay-match-card--greenway div {
  padding: 0 0 18px;
}

.stay-match-card span {
  color: var(--brick);
  font-size: 1.08rem;
  font-weight: 950;
}

.stay-match-card strong {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.16rem, 1.7vw, 1.55rem);
  line-height: 1.28;
}

.guide-stay-match__button {
  justify-self: center;
  text-align: center;
}

.guide-orientation .guide-note strong,
.guide-orientation .guide-note p,
.guide-orientation .guide-note span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.guide-orientation .guide-note strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
}

.guide-orientation .guide-note p {
  color: #f7fbf8 !important;
  font-weight: 700;
}

.guide-orientation .guide-note span {
  color: #ffd36c;
  font-weight: 950;
}

.guide-intro {
  padding-top: clamp(28px, 4vw, 52px);
}

.guide-intro p:last-child {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.12rem;
}

.guide-band {
  padding-top: clamp(38px, 6vw, 72px);
}

.itinerary-grid,
.guide-card-grid {
  display: grid;
  gap: 18px;
}

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

.itinerary-grid article,
.guide-card-grid article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 32, 31, 0.06);
}

.itinerary-grid span,
.guide-card__type {
  display: block;
  margin: 0 0 18px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.itinerary-grid p,
.guide-card-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.guide-card-grid a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--river);
  font-weight: 900;
  text-decoration: none;
}

.guide-card-grid a:hover {
  color: var(--brick);
}

.static-rental-summary .guide-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.static-rental-summary .guide-list article {
  min-height: 168px;
}

.guide-seo {
  padding-bottom: clamp(58px, 8vw, 104px);
}

.guide-list,
.reason-grid {
  display: grid;
  gap: 14px;
}

.guide-list article,
.reason-grid article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.guide-list p,
.reason-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.reason-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--river);
  font-weight: 950;
}

.visit-reasons__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
}

.visit-reasons__copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.visit-reasons__copy > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.visit-reasons__image {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.visit-reasons__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-reasons__image figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(17, 24, 39, 0.62);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 750;
}

.intent-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 500px;
}

.intent-choice-grid a {
  display: grid;
  gap: 4px;
  min-height: 0;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brick);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
  text-decoration: none;
}

.intent-choice-grid a:nth-child(2) {
  border-left-color: var(--river);
}

.intent-choice-grid a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.intent-choice-grid span {
  color: var(--brick);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.intent-choice-grid a:nth-child(2) span {
  color: var(--river);
}

.intent-choice-grid strong {
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.intent-section .section__heading > p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

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

.wedding-venue-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.business-reason-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pleasure-reason-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-reason-grid .destination-card,
.pleasure-reason-grid .destination-card {
  grid-template-rows: 170px 1fr;
}

.business-reason-grid .destination-card img,
.pleasure-reason-grid .destination-card img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #eef3f1;
}

.business-reason-grid .destination-card div {
  min-height: 360px;
  padding: 18px;
}

.business-reason-grid .destination-card h3 {
  font-size: clamp(1.12rem, 1.25vw, 1.35rem);
}

.business-reason-grid .destination-card p {
  font-size: 0.94rem;
}

.pleasure-reason-grid .destination-card div {
  min-height: 300px;
}

.destination-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 190px 1fr;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.09);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #eef3f1;
}

.destination-card--downtown img {
  object-position: center center;
}

.destination-card--downtown {
  grid-template-rows: 190px 1fr;
}

.destination-card--shed img {
  object-position: 88% center;
}

.destination-card--shed {
  grid-template-rows: 190px 1fr;
}

.destination-card--dragon img {
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.destination-card--greenbelt img {
  object-fit: cover;
  object-position: center center;
  background: #fff;
}

.destination-card--greenbelt {
  grid-template-rows: 190px 1fr;
}

.destination-card--mountains img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

.destination-card--mountains {
  grid-template-rows: 190px 1fr;
}

.destination-card--neyland img {
  object-position: center;
}

.destination-card--college img {
  object-fit: contain;
  object-position: center;
  padding: 36px;
  background: #fff;
}

.destination-card--college {
  grid-template-rows: 190px 1fr;
}

.destination-card--airport img {
  object-position: center 42%;
}

.destination-card--airport {
  grid-template-rows: 190px 1fr;
}

.destination-card--work img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

.destination-card--work {
  grid-template-rows: 190px 1fr;
}

.destination-card--family img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

.destination-card--cirrus img {
  object-fit: cover;
  object-position: 52% 46%;
}

.destination-card--family,
.destination-card--cirrus {
  grid-template-rows: 190px 1fr;
}

.destination-card--wedding {
  grid-template-rows: 340px 1fr;
}

.destination-card--wedding img {
  object-fit: contain;
  object-position: center center;
  padding: 14px;
  background: #f6f8f5;
}

.destination-card--wedding div {
  min-height: 250px;
}

.destination-card--wedding h3 {
  max-width: 740px;
  font-size: clamp(1.42rem, 1.95vw, 2.1rem);
}

.wedding-feature-photo {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.wedding-feature-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.wedding-feature-photo figcaption {
  padding: 14px 16px;
  color: #edf7f2;
  font-weight: 750;
}

.destination-card div {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 20px;
  color: var(--ink);
  background: var(--white);
}

.destination-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.destination-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.24rem, 1.5vw, 1.55rem);
  line-height: 1.08;
}

.destination-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.42;
}

.destination-card a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
  color: var(--river);
  font-weight: 900;
  text-decoration: none;
}

.destination-card a:hover {
  color: var(--brick);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
  gap: clamp(42px, 8vw, 120px);
  padding: clamp(58px, 7vw, 88px) clamp(24px, 7vw, 110px);
  color: rgba(255, 255, 255, 0.78);
  background: #102019;
}

.footer p {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.06rem;
  font-weight: 650;
}

.footer strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #e3b554;
  font-weight: 900;
  text-decoration: none;
}

.footer__social + .footer__social {
  display: flex;
  width: fit-content;
  margin-top: 14px;
}

.footer__instagram-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: radial-gradient(circle at 30% 105%, #feda75 0 22%, #fa7e1e 38%, #d62976 60%, #962fbf 78%, #4f5bd5 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.footer__instagram-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 3px solid var(--white);
  border-radius: 8px;
  background: radial-gradient(circle, transparent 0 4px, var(--white) 4px 6px, transparent 6px);
}

.footer__instagram-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 8px;
  right: 8px;
  border-radius: 999px;
  background: var(--white);
}

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

.footer__links strong {
  display: block;
  margin-bottom: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer__links a {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  text-decoration: none;
}

.footer__links a:hover,
.footer__social:hover {
  color: var(--white);
}

@media (max-width: 920px) {
  .nav {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 10px 14px;
  }

  .nav__links {
    display: none;
  }

  .nav__logo {
    min-width: 0;
    max-width: none;
    font-size: clamp(1rem, 4.8vw, 1.34rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav__mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 80px;
    padding: 9px 10px;
    color: var(--white);
    background: var(--brick);
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(216, 63, 49, 0.22);
  }

  .nav__menu {
    position: relative;
    display: block;
  }

  .nav__menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    gap: 4px;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
    cursor: pointer;
    list-style: none;
  }

  .nav__menu summary::-webkit-details-marker {
    display: none;
  }

  .nav__menu summary span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
    border-radius: 999px;
  }

  .nav__menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 40;
    display: grid;
    width: min(82vw, 330px);
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav__menu-panel a {
    padding: 12px 10px;
    color: var(--ink);
    border-radius: 6px;
    font-size: 0.98rem;
    font-weight: 850;
    text-decoration: none;
  }

  .nav__menu-panel a + a {
    border-top: 1px solid rgba(214, 228, 240, 0.85);
  }

  .nav__menu-panel a:hover {
    color: var(--brick);
    background: #f8fcff;
  }

  .hero,
  .guide-hero,
  .booking-hero,
  .landing-intro,
  .landing-split,
  .review-feature,
  .availability,
  .destination-grid,
  .business-reason-grid,
  .pleasure-reason-grid,
  .section__heading,
  .section--split,
  .visit-reasons__panel,
  .guide-hero--editorial,
  .guide-orientation,
  .armory-feature,
  .guide-tiles,
  .guide-directory,
  .active-guide,
  .guide-stay-match {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero--video {
    min-height: 78vh;
  }

  .hero__media {
    order: -1;
    height: 430px;
    min-height: 360px;
  }

  .rental-grid,
  .reason-grid,
  .itinerary-grid,
  .game-day-flow,
  .industry-stat-grid,
  .intent-choice-grid,
  .guide-card-grid,
  .static-rental-summary .guide-list,
  .faq-list,
  .review-proof,
  .review-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-zone__head {
    grid-template-columns: 1fr;
  }

  .zone-chooser {
    grid-template-columns: 1fr;
  }

  .guide-hero__image {
    order: -1;
    min-height: 360px;
  }

  .guide-collage {
    order: -1;
    min-height: 430px;
  }

  .guide-tile--large {
    grid-row: auto;
  }

  .guide-tile:nth-child(2),
  .guide-tile:nth-child(3),
  .guide-tile:nth-child(4) {
    grid-column: auto;
  }

  .plan-showcase article {
    grid-template-columns: 1fr;
  }

  .active-guide__intro {
    position: static;
  }

  .booking-toolbar {
    top: 116px;
  }

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

  .industry-feature--reverse figure {
    order: 0;
  }

  .industry-feature figure img {
    min-height: 320px;
  }

  .armory-feature__media img {
    min-height: 320px;
  }

  .landing-hero--work .landing-hero__content {
    width: min(620px, calc(100% - 36px));
    min-height: 78vh;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    padding-top: clamp(34px, 7vw, 58px);
    padding-bottom: clamp(28px, 7vw, 54px);
  }

  .landing-hero--work h1,
  .landing-hero--work p:not(.eyebrow),
  .landing-hero--work .hero__actions {
    grid-column: 1;
    justify-self: start;
  }

  .landing-hero--work h1 {
    font-size: clamp(2.35rem, 10vw, 4rem);
  }

  .landing-hero--work p:not(.eyebrow) {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .nav {
    padding-inline: 10px;
  }

  .nav__logo {
    font-size: clamp(0.96rem, 4.6vw, 1.18rem);
  }

  .nav__mobile-cta {
    min-height: 40px;
    width: 72px;
    padding: 8px 8px;
    font-size: 0.78rem;
  }

  .nav__menu summary {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero--video {
    min-height: 72vh;
    padding-top: 56px;
  }

  .hero__media {
    height: 320px;
    min-height: 320px;
  }

  .availability__form,
  .game-day-flow,
  .faq-list,
  .visit-reasons__panel,
  .guide-directory__grid,
  .active-guide__grid {
    grid-template-columns: 1fr;
  }

  .review-card--wide {
    grid-row: auto;
  }

  .review-card {
    grid-template-rows: minmax(0, 520px) auto;
  }

  .visit-reasons__image {
    min-height: 230px;
  }

  .active-card img {
    height: 210px;
  }

  .shuttle-note {
    grid-template-columns: 1fr;
  }

  .review-feature__image img {
    max-height: 520px;
  }

  .industry-feature {
    padding: 18px;
  }

  .industry-feature figure img {
    min-height: 240px;
  }

  .armory-feature {
    padding: 18px;
  }

  .armory-feature__media img {
    min-height: 240px;
  }

  .landing-hero--work .landing-hero__content {
    width: min(100% - 24px, 520px);
  }

  .landing-hero--work h1 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .landing-hero--work .hero__actions {
    width: 100%;
  }

  .guide-jumpbar {
    top: 122px;
  }

  .guide-collage {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .guide-collage__main {
    grid-row: auto;
  }

  .guide-collage figure {
    min-height: 220px;
  }

  .plan-showcase__image {
    min-height: 230px;
  }

  #listingCount {
    width: 100%;
    margin-left: 0;
  }

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

  .booking-hero__panel div {
    grid-template-columns: 56px 1fr;
  }

  .booking-hero__panel strong {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .rental-grid,
  .destination-grid,
  .business-reason-grid,
  .pleasure-reason-grid,
  .reason-grid,
  .itinerary-grid,
  .guide-card-grid,
  .review-card-grid,
  .active-guide__grid,
  .stay-match-grid,
  .static-rental-summary .guide-list {
    display: grid;
    gap: 12px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }

  .rental-grid,
  .destination-grid,
  .business-reason-grid,
  .pleasure-reason-grid,
  .itinerary-grid,
  .guide-card-grid,
  .industry-stat-grid,
  .intent-choice-grid,
  .review-proof,
  .static-rental-summary .guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .active-guide__grid,
  .stay-match-grid {
    grid-template-columns: 1fr;
  }

  .mobile-hidden {
    display: none !important;
  }

  .booking-guide {
    padding-top: 22px;
  }

  .booking-guide .section__heading {
    display: none;
  }

  .booking-guide .reason-grid {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.07);
  }

  .booking-guide .reason-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 10px;
    padding: 12px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .booking-guide .reason-grid article + article {
    border-top: 1px solid var(--line);
  }

  .booking-guide .reason-grid span {
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    margin: 0;
    display: inline-grid;
    place-items: center;
    color: var(--white);
    background: var(--river);
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1;
  }

  .booking-guide .reason-grid h3 {
    font-size: 0.96rem;
    line-height: 1.15;
  }

  .booking-guide .reason-grid p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .rental-grid--two,
  .rental-grid--four,
  .rental-grid--results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-card {
    box-shadow: 0 8px 20px rgba(24, 32, 31, 0.07);
  }

  .rental-card__body {
    gap: 8px;
    padding: 12px;
  }

  .rental-card__body h3 {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  .rental-card__meta {
    font-size: 0.68rem;
  }

  .rental-card__body p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .rental-card__details {
    min-height: 0;
    gap: 5px;
  }

  .rental-card__details span {
    padding: 4px 6px;
    font-size: 0.68rem;
  }

  .rental-card__body .button {
    min-height: 40px;
    padding: 9px 8px;
    font-size: 0.82rem;
  }

  .badge,
  .available-pill {
    top: 8px;
    left: 8px;
    padding: 4px 6px;
    font-size: 0.66rem;
  }

  .available-pill {
    left: auto;
    right: 8px;
    font-size: 0.8rem;
  }

  .rental-grid--four .rental-card__body {
    display: flex;
    grid-template-rows: none;
  }

  .industry-stat-grid article,
  .reason-grid article,
  .intent-choice-grid a {
    min-width: 0;
  }

  .industry-stat-grid strong {
    font-size: clamp(1.2rem, 6vw, 1.75rem);
  }

  .business-reason-grid .destination-card,
  .pleasure-reason-grid .destination-card,
  .destination-card {
    grid-template-rows: 120px 1fr;
  }

  .destination-card div {
    padding: 12px;
  }

  .destination-card span {
    font-size: 0.66rem;
  }

  .destination-card h3 {
    font-size: 0.96rem;
    line-height: 1.15;
  }

  .destination-card p {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .destination-card--wedding {
    grid-template-rows: 150px 1fr;
  }

  .review-proof,
  .review-card-grid {
    display: none;
  }

  .mobile-review-list {
    display: grid;
    gap: 12px;
  }

  .mobile-review-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 14px;
    padding: 8px 12px;
    color: var(--white);
    background: var(--brick);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(216, 63, 49, 0.18);
  }

  .mobile-review-list article {
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
  }

  .mobile-review-list span {
    display: block;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
  }

  .mobile-review-list strong {
    display: block;
    margin-top: 6px;
    color: var(--brick);
    font-size: 1rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-review-list p {
    margin: 8px 0 0;
    color: var(--ink);
    font-size: 0.96rem;
    line-height: 1.45;
  }
}
