* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.35;
}

a {
  color: #0047b3;
}

img {
  max-width: 100%;
  height: auto;
}

.site-shell {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.masthead {
  position: relative;
  height: 175px;
  overflow: hidden;
}

.masthead-bg {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
}

.tagline {
  position: absolute;
  left: 11px;
  top: 6px;
  width: 394px;
}

.name-chris {
  position: absolute;
  left: 240px;
  top: 29px;
  width: 238px;
}

.name-joubert {
  position: absolute;
  left: 398px;
  top: 0;
  width: 402px;
}

.brokerage {
  position: absolute;
  left: 9px;
  top: 40px;
  width: 231px;
}

.sales-rep-top {
  position: absolute;
  left: 534px;
  top: 58px;
  color: #f5f5f5;
  font-family: "Times New Roman", serif;
  font-size: 19px;
}

.header-contact {
  position: absolute;
  right: 8px;
  top: 40px;
  width: 280px;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.08;
  color: #000;
}

.header-contact a {
  color: #000;
  text-decoration: underline;
}

.header-contact .email-line {
  margin-top: 4px;
  font-size: 19px;
  line-height: 1.08;
}

.town-slider {
  position: absolute;
  left: 394px;
  top: 120px;
  width: 262px;
  height: 50px;
  font-weight: 700;
  z-index: 3;
  pointer-events: none;
}

.town-slider span {
  display: none;
  position: absolute;
  inset: 0;
  width: 262px;
  text-align: center;
  line-height: 1.1;
}

.town-slider .frame {
  position: relative;
  width: 262px;
  height: 50px;
}

.town-slider span.is-active {
  display: block;
}

.town-slider span:nth-child(1) { color: #f00; font-size: 21px; }
.town-slider span:nth-child(2) { color: #111; font-size: 21px; }
.town-slider span:nth-child(3) { color: #0ff; font-size: 21px; }
.town-slider span:nth-child(4) { color: #111; font-size: 21px; }
.town-slider span:nth-child(5) { color: #111; font-size: 21px; }
.town-slider span:nth-child(6) { color: #ff8000; font-size: 21px; }
.town-slider span:nth-child(7) { color: #111; font-size: 21px; }
.town-slider span:nth-child(8) { color: #ff0; font-size: 24px; }
.town-slider span:nth-child(9) { color: #0f0; font-size: 24px; }
.town-slider span:nth-child(10) { color: #ff0; font-size: 27px; }
.town-slider span:nth-child(11) { color: #f0f; font-size: 27px; }
.town-slider span:nth-child(12) { color: #fff; font-size: 27px; text-shadow: 0 1px 2px rgba(0,0,0,.8); }
.town-slider span:nth-child(13) { color: #d20000; font-size: 32px; }

.page-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.sidebar {
  width: 180px;
  flex: 0 0 180px;
  background: linear-gradient(180deg, #ececec 0%, #d9d9d9 58%, #f6f6f6 100%);
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding-top: 6px;
  padding-bottom: 24px;
}

.portrait {
  display: block;
  width: 161px;
  margin: 6px auto 0;
}

.agent-summary {
  margin-top: 8px;
  text-align: center;
}

.agent-summary h1 {
  margin: 0;
  font: 21px Georgia, serif;
  color: #fff;
  background: #1f2f5f;
  padding: 6px 4px;
}

.agent-summary p {
  margin: 0;
  background: #3b3b3b;
  color: #fff;
  font: 12px Arial, sans-serif;
  padding: 6px 4px;
}

.sidebar-nav {
  margin: 12px auto 20px;
  width: 136px;
  background: url("../img/nav-panel.png") top center no-repeat;
  padding: 7px 4px 7px;
  min-height: 413px;
  position: relative;
  z-index: 5;
}

.nav-button {
  display: block;
  width: 128px;
  min-height: 29px;
  margin: 0 0 8px;
  padding: 6px 8px;
  background-image: url("../img/nav-button.png");
  background-position: 0 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  font: 13px Arial, sans-serif;
}

.nav-item {
  position: relative;
}

.nav-button.is-active {
  background-position: 0 -29px;
}

.nav-button.is-dropdown {
  background-image: url("../img/nav-button-dark.png");
}

.nav-submenu {
  display: none;
  position: absolute;
  left: 128px;
  top: 0;
  min-width: 150px;
  background: #4d4d4d;
  border: 1px solid #222;
  padding: 4px 0;
}

.nav-submenu a {
  display: block;
  padding: 7px 10px;
  color: #e6e6e6;
  text-decoration: none;
  text-align: center;
  font: 13px "Trebuchet MS", Arial, sans-serif;
}

.nav-submenu a:hover {
  background: #83b41a;
  color: #333;
}

.nav-item:hover .nav-submenu {
  display: block;
}

.sidebar-logo {
  width: 140px;
}

.sidebar-extras {
  text-align: center;
}

.sidebar-brand-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
}

.content {
  flex: 1;
  padding-right: 12px;
  padding-top: 12px;
}

.intro-banner {
  margin: 6px 0 18px;
  text-align: center;
  font: 700 13px Arial, sans-serif;
  background: #fff5d9;
  border: 1px solid #c7b37b;
  padding: 10px 18px;
}

.intro-banner .accent {
  color: #f00;
  font-style: italic;
}

.intro-banner--top {
  margin: 10px 18px 12px;
}

.panel {
  margin-bottom: 26px;
}

.home-top {
  margin-bottom: 18px;
  background: linear-gradient(180deg, #fffdf6 0%, #f1ead9 100%);
  border: 1px solid #cbb99a;
  padding: 16px 18px 18px;
}

.home-top .listing-copy {
  width: 100%;
  max-width: none;
  margin: 0 auto 20px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dccdaf;
  text-align: left;
  font-size: 17px;
  line-height: 1.55;
  color: #352c20;
}

.home-top .listing-copy strong {
  font-size: inherit;
}

.home-top .listing-copy > strong:first-child {
  display: block;
  margin: 0 0 12px;
  color: #1f1b16;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
}

.home-top .listing-copy p {
  margin: 0 0 14px;
}

.home-top .listing-copy p:last-child {
  margin-bottom: 0;
}

.home-promo-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 8px;
}

.home-property-card,
.home-teaser {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7cec0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.home-property-card {
  text-align: left;
  padding: 18px 16px 16px;
}

.home-card-kicker {
  margin: 0 0 12px;
  color: #7d2d16;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font: 700 12px Arial, sans-serif;
}

.home-address-link {
  display: block;
  text-decoration: none;
}

.feature-gallery-shell {
  width: 100%;
}

.feature-gallery {
  position: relative;
  width: 100%;
  max-width: 492px;
  margin: 0 auto;
}

.feature-gallery-main {
  width: 492px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  border: 1px solid #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.feature-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  font: 700 18px/30px Arial, sans-serif;
  cursor: pointer;
}

.gallery-control.prev {
  left: -16px;
}

.gallery-control.next {
  right: -16px;
}

.gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.gallery-thumb {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  opacity: 0.55;
  cursor: pointer;
}

.gallery-thumb.is-active {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 0 0 2px #000;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-detail-row {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 22px;
  align-items: start;
}

.home-teaser {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.home-teaser-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-teaser-link {
  display: inline-block;
  margin-top: 16px;
}

.home-teaser-meta {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #473321;
}

.home-teaser-image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #b79f7d;
  background: #f4f0e8;
  overflow: hidden;
}

.home-teaser-copy {
  padding: 14px 10px 8px;
  text-align: left;
}

.home-teaser-headline {
  font: 700 24px/1.15 Georgia, "Times New Roman", serif;
  color: #5b2d13;
}

.home-teaser-summary {
  margin: 10px 0 0;
  color: #57452f;
  font-size: 15px;
  line-height: 1.45;
}

.home-address-card {
  width: 100%;
  max-width: 100%;
  min-height: 292px;
  margin: 0 auto;
  background: #f6ecd4;
  border: 1px solid #d4c19d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 20px 24px;
}

.home-address-card h2,
.home-address-card .lake-name,
.home-address-card .mls-label {
  margin: 0 0 8px;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 0.98;
  letter-spacing: -0.8px;
}

.home-address-card h2,
.home-address-card .lake-name {
  font-size: 38px;
  font-weight: 400;
}

.home-address-card .mls-label {
  margin-top: 14px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1c4ea1;
}

.home-property-summary {
  margin: 14px 2px 0;
  font-size: 15px;
  line-height: 1.45;
  color: #5f4a31;
}

.property-left {
  text-align: left;
}

.property-right {
  text-align: center;
  padding-top: 6px;
}

.property-right .video-link {
  margin-top: 16px;
}

.video-link {
  display: inline-block;
  margin: 10px 0 14px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.listing-meta {
  font-weight: 700;
  font-size: 19px;
}

.listing-meta.small {
  font-size: 16px;
}

.neys-feature {
  background: url("../img/neys-background.png") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10px 10px 18px;
  border: 2px solid #970000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.neys-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.neys-photo-stack {
  display: grid;
  grid-template-rows: minmax(260px, 1.1fr) minmax(220px, 0.9fr);
  gap: 12px;
  min-height: 100%;
}

.neys-photo-stack img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.neys-title {
  margin: 0 0 14px;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.14;
}

.neys-right {
  text-align: left;
}

.neys-copy-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px 26px;
  background: linear-gradient(180deg, rgba(160, 0, 0, 0.78) 0%, rgba(93, 0, 0, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.neys-kicker {
  margin-bottom: 12px;
  color: #ffd18f;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font: 700 12px Arial, sans-serif;
}

.neys-summary {
  margin: 0 0 14px;
  max-width: 36ch;
  font-size: 18px;
  line-height: 1.5;
}

.neys-meta {
  margin-bottom: 12px;
  color: #ffd9a9;
  font-size: 16px;
  font-weight: 700;
}

.neys-copy-card .neys-cta {
  margin-top: 12px;
  align-self: flex-start;
}

.neys-copy-card .video-link,
.neys-copy-card .neys-cta {
  display: inline-block;
}

.neys-copy-card .video-link {
  margin: 2px 0 8px;
}

.neys-cta {
  display: inline-block;
  margin-top: 16px;
}

.home-brand-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 26px;
  background: #f2f6ff;
  border: 1px solid #a8b7d8;
  padding: 10px 14px;
}

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

.home-brand-logos img {
  display: block;
}

.paragon-link {
  font-size: 16px;
}

.hunter-page-top {
  display: block;
  margin-bottom: 22px;
}

.hunter-info-card img {
  width: 319px;
  max-width: 100%;
}

.hunter-info-card {
  max-width: 760px;
  margin: 0 auto 22px;
}

.hunter-address-card {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 0 4px;
}

.hunter-address-card h1 {
  margin: 0 0 8px;
  font: 700 54px/0.98 "Arial Narrow", Arial, sans-serif;
  letter-spacing: -1px;
  color: #362214;
}

.hunter-address-card .lake-name {
  margin: 0 0 18px;
  font: 700 40px/1.02 "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.7px;
  color: #7d2d16;
}

.hunter-address-card .mls-label,
.hunter-address-card .mls-number {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font: 700 28px/1 "Arial Narrow", Arial, sans-serif;
  letter-spacing: -0.4px;
}

.hunter-address-card .mls-label {
  margin-right: 8px;
  color: #1d4f9c;
}

.hunter-address-card .mls-number {
  padding: 4px 10px 5px;
  border-radius: 999px;
  background: #1d4f9c;
  color: #fff;
}

.hunter-detail-panel {
  text-align: center;
}

.hunter-detail-panel img {
  width: 100%;
  max-width: 805px;
}

.hunter-page-top .feature-gallery {
  max-width: 720px;
}

.hunter-page-top .feature-gallery-main {
  width: 720px;
  max-width: 100%;
  height: 500px;
}

.content-article {
  font-size: 16px;
}

.content-article h2,
.content-article h3 {
  margin: 0 0 14px;
  text-align: center;
}

.content-article h2 {
  font-size: 26px;
  font-style: italic;
  color: #0000ff;
}

.content-article h3 {
  font-size: 29px;
}

.content-article p {
  margin: 0 0 14px;
}

.content-article ul {
  margin: 0 0 14px 22px;
}

.contact-block,
.rental-block,
.calc-block {
  text-align: center;
}

.contact-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 22px 24px 26px;
  text-align: left;
}

.contact-card h2 {
  margin: 0 0 10px;
  font: italic 700 26px Verdana, Arial, sans-serif;
}

.contact-card p {
  margin: 0 0 10px;
  font-size: 16px;
}

.contact-card .big-line {
  font-size: 24px;
  line-height: 1.2;
}

.hunter-article {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 18px;
}

.hunter-article h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #6a3f00;
}

.hunter-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.hunter-section.reverse {
  grid-template-columns: 1fr 280px;
}

.hunter-section.reverse .hunter-copy {
  order: 1;
}

.hunter-section.reverse .hunter-photo {
  order: 2;
}

.hunter-section.full-text {
  display: block;
}

.hunter-photo img {
  display: block;
  width: 100%;
  border: 1px solid #888;
}

.hunter-copy p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.42;
}

.links-separator {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 10px;
}

.links-separator::before,
.links-separator::after {
  content: "";
  flex: 1;
  height: 30px;
  background: url("../img/section-divider.png") center no-repeat;
  background-size: contain;
}

.links-separator strong {
  white-space: nowrap;
  font-size: 16px;
}

.link-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: start;
  margin: 22px 0;
}

.link-card.simple {
  grid-template-columns: 160px 1fr;
}

.mini-copy {
  font-size: 16px;
}

.footer-menu {
  margin: 26px 0 40px;
  text-align: center;
  font: 13px Arial, sans-serif;
}

.footer-menu a,
.footer-menu span {
  display: inline-block;
  margin: 0 8px 8px;
  color: #000;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.calc-links {
  display: flex;
  justify-content: center;
  gap: 56px;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 24px;
}

.calc-links figure {
  margin: 0;
  text-align: center;
}

.calc-links figcaption {
  margin-top: 8px;
}

.note {
  color: #0034c9;
}

@media (max-width: 1020px) {
  .site-shell {
    width: auto;
    padding: 0 10px 24px;
  }

  .masthead {
    height: auto;
    min-height: 175px;
  }

  .header-contact {
    right: 8px;
  }

  .page-layout,
  .hunter-page-top,
  .hunter-section,
  .hunter-section.reverse,
  .feature-detail-row,
  .link-card,
  .link-card.simple {
    display: block;
  }

  .sidebar {
    width: auto;
    margin-bottom: 20px;
    background: none;
    border: 0;
    padding-top: 0;
  }

  .content {
    padding-right: 0;
  }

  .feature-card {
    padding-top: 0;
    margin-bottom: 14px;
  }

  .home-promo-row,
  .neys-grid {
    grid-template-columns: 1fr;
  }

  .home-property-card {
    margin-bottom: 14px;
  }

  .home-address-card {
    min-height: 0;
  }

  .feature-gallery-main {
    height: auto;
    aspect-ratio: 492 / 410;
  }

  .gallery-control.prev {
    left: 4px;
  }

  .gallery-control.next {
    right: 4px;
  }

  .home-brand-strip {
    display: block;
    text-align: center;
  }

  .home-brand-logos {
    justify-content: center;
    margin-bottom: 12px;
  }

  .nav-submenu {
    display: none !important;
  }

  .contact-card,
  .hunter-article {
    padding: 16px;
  }

  .hunter-address-card {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .town-slider span {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  body {
    background: #ece7da;
  }

  .site-shell {
    padding: 0 8px 20px;
  }

  .page-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .tagline {
    display: none;
  }

  .masthead {
    padding: 0 0 10px;
    height: auto;
    min-height: 0;
    background: #fff;
    border: 1px solid #cfc7b7;
    position: relative;
  }

  .masthead-bg {
    position: static;
    height: 94px;
    object-fit: cover;
    margin-bottom: 0;
  }

  .brokerage {
    position: absolute;
    display: block;
    left: 8px;
    top: 78px;
    width: 92px;
    margin: 0;
    z-index: 3;
  }

  .name-chris {
    position: static;
    display: block;
    width: 134px;
    margin: 6px auto 0;
  }

  .name-joubert {
    position: static;
    display: block;
    width: 228px;
    margin: -2px auto 2px;
  }

  .sales-rep-top {
    position: static;
    display: block;
    margin: 0 auto 6px;
    text-align: center;
    color: #7e5d25;
    font-size: 16px;
  }

  .header-contact {
    position: static;
    padding: 0 12px 6px;
    width: auto;
    font-size: 16px;
    color: #000;
    text-align: center;
  }

  .header-contact .email-line {
    font-size: 15px;
  }

  .contact-card h2 {
    font-size: 22px;
  }

  .contact-card .big-line {
    font-size: 20px;
  }

  .town-slider {
    position: static;
    width: auto;
    height: 34px;
    margin: 2px auto 2px;
  }

  .town-slider .frame,
  .town-slider span {
    width: auto;
  }

  .content {
    order: 2;
    width: 100%;
    padding-top: 0;
  }

  .sidebar {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 10px 14px;
    background: linear-gradient(180deg, #ececec 0%, #d9d9d9 58%, #f6f6f6 100%);
    border: 1px solid #c6c6c6;
    text-align: center;
  }

  .portrait {
    width: 92px;
    margin: 0;
  }

  .agent-summary {
    max-width: none;
    margin: 0;
    flex: 1;
  }

  .sidebar > .portrait,
  .sidebar > .agent-summary {
    display: inline-block;
    vertical-align: top;
  }

  .sidebar > .agent-summary {
    width: calc(100% - 110px);
    margin-left: 10px;
    text-align: left;
  }

  .agent-summary h1,
  .agent-summary p {
    text-align: center;
  }

  .sidebar-nav {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 14px auto 12px;
    background: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .nav-button {
    width: 100%;
    min-height: 36px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 58px;
    background-repeat: no-repeat;
    background-position: center 0;
  }

  .sidebar-extras {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    margin-top: 6px;
  }

  .sidebar-brand-logos {
    flex-direction: row;
    gap: 12px;
    margin: 0;
  }

  .intro-banner,
  .home-top,
  .hunter-article,
  .contact-card {
    margin-left: 0;
    margin-right: 0;
  }

  .town-slider span:nth-child(8),
  .town-slider span:nth-child(9),
  .town-slider span:nth-child(10),
  .town-slider span:nth-child(11),
  .town-slider span:nth-child(12),
  .town-slider span:nth-child(13) {
    font-size: 20px;
  }

  .neys-title {
    font-size: 26px;
  }

  .home-top .listing-copy {
    font-size: 15px;
    margin-bottom: 14px;
    padding: 14px 16px;
  }

  .home-top .listing-copy > strong:first-child {
    font-size: 26px;
    line-height: 1.15;
  }

  .home-address-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .home-address-card h2,
  .home-address-card .lake-name,
  .home-address-card .mls-label {
    font-size: 38px;
  }

  .hunter-address-card h1,
  .hunter-address-card .lake-name,
  .hunter-address-card .mls-label,
  .hunter-address-card .mls-number {
    font-size: 44px;
  }

  .feature-card {
    margin-bottom: 10px;
  }

  .feature-card img {
    width: 260px;
  }

  .home-property-card,
  .home-teaser,
  .neys-copy-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-teaser {
    margin-top: 0;
  }

  .home-teaser-headline {
    font-size: 20px;
  }

  .home-property-summary,
  .neys-summary {
    font-size: 14px;
  }

  .home-teaser-meta {
    font-size: 13px;
  }

  .neys-feature {
    padding: 8px;
  }

  .neys-photo-stack {
    gap: 8px;
  }

  .home-teaser-meta,
  .contact-card p,
  .hunter-copy p {
    font-size: 15px;
  }
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 2px;
  padding: 14px 18px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #8aa4d0;
  background: rgba(255, 255, 255, 0.92);
  color: #193663;
  text-decoration: none;
  font: 700 14px/1 Arial, sans-serif;
  text-align: center;
}

.site-nav a:hover,
.site-nav a.is-current {
  background: #1d4f9c;
  border-color: #1d4f9c;
  color: #fff;
}

.home-listings-wrap {
  display: flex;
  justify-content: center;
  margin: 2px 0 8px;
}

.home-listings-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 520px);
  min-height: 44px;
  margin: 0;
  padding: 10px 20px 11px;
  border: 1px solid #d8c29a;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 240, 224, 0.96) 100%);
  box-shadow: 0 6px 16px rgba(93, 61, 26, 0.08), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  color: #6b2d16;
  text-decoration: none;
  text-align: center;
  font: 700 16px/1.3 Georgia, "Times New Roman", serif;
}

.home-listings-link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 244, 232, 1) 100%);
  border-color: #caa468;
  color: #58200c;
}

.listing-video-embed {
  margin-top: 18px;
}

.responsive-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #b79f7d;
  background: #000;
}

.responsive-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: #0b0b0b;
}

.embed-fallback img {
  display: block;
  width: 100%;
  height: auto;
}

.embed-fallback-copy {
  display: block;
  padding: 12px 14px 14px;
  font-size: 14px;
  line-height: 1.45;
}

.embed-fallback-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.listing-page {
  background: linear-gradient(180deg, #fffdf6 0%, #f1ead9 100%);
  border: 1px solid #cbb99a;
  padding: 18px;
}

.back-link {
  display: inline-block;
  margin-bottom: 16px;
  color: #1d4f9c;
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.listing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
}

.page-kicker {
  margin-bottom: 10px;
  color: #7d2d16;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font: 700 12px Arial, sans-serif;
}

.listing-title {
  margin: 0 0 10px;
  color: #1f1b16;
  font: 700 36px/1.12 Georgia, "Times New Roman", serif;
}

.hero-price {
  margin: 0 0 14px;
  color: #9a1010;
  font: 700 28px/1.1 Arial, sans-serif;
}

.hero-copy p,
.detail-summary p {
  margin: 0 0 14px;
  color: #352c20;
  font-size: 16px;
  line-height: 1.5;
}

.hero-media {
  display: grid;
  gap: 12px;
}

.hero-media img {
  display: block;
  width: 100%;
  border: 1px solid #b79f7d;
  background: #fff;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid #1d4f9c;
  background: #1d4f9c;
  color: #fff;
  text-decoration: none;
  font: 700 14px/1 Arial, sans-serif;
}

.cta-button.is-secondary {
  background: #fff;
  color: #1d4f9c;
}

.cta-button:hover {
  background: #143a74;
  border-color: #143a74;
  color: #fff;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.spec-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7cec0;
  padding: 16px 18px;
}

.spec-card h2 {
  margin: 0 0 12px;
  color: #5b2d13;
  font-size: 22px;
  line-height: 1.2;
}

.spec-card p {
  margin: 0 0 10px;
  color: #352c20;
  line-height: 1.45;
}

.spec-card ul {
  margin: 0;
  padding-left: 18px;
}

.spec-card li {
  margin-bottom: 8px;
  color: #352c20;
  line-height: 1.45;
}

.property-links-grid,
.listing-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.property-card,
.listing-gallery figure {
  margin: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7cec0;
}

.property-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 12px;
  color: inherit;
  text-decoration: none;
}

.property-card:hover {
  border-color: #9c7d57;
}

.property-card img,
.listing-gallery img {
  display: block;
  width: 100%;
}

.property-card img {
  height: 140px;
  object-fit: cover;
}

.property-card h3 {
  margin: 0 0 10px;
  color: #5b2d13;
  font-size: 22px;
  line-height: 1.15;
}

.property-card p {
  margin: 0;
  color: #57452f;
  line-height: 1.45;
}

.detail-summary {
  max-width: 760px;
  margin-bottom: 20px;
}

.listing-gallery figure {
  padding: 12px;
}

.listing-gallery img {
  border: 1px solid #b79f7d;
}

.listing-gallery figcaption {
  margin-top: 10px;
  color: #57452f;
  font-size: 14px;
  line-height: 1.4;
}

.page-layout,
body.has-top-nav .page-layout {
  display: block;
}

.sidebar,
body.has-top-nav .sidebar {
  display: none;
}

.content,
body.has-top-nav .content {
  width: auto;
  padding: 18px 18px 0;
}

body.has-top-nav .footer-menu {
  display: none;
}

@media (max-width: 1020px) {
  .site-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .listing-hero,
  .spec-grid,
  .property-links-grid,
  .listing-gallery,
  .property-card {
    grid-template-columns: 1fr;
  }

  .property-card img {
    height: auto;
  }
}

@media (max-width: 700px) {
  .page-layout {
    display: block;
  }

  .sidebar {
    display: none !important;
  }

  .site-nav {
    gap: 8px;
    padding: 12px 8px;
  }

  .site-nav a {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .home-listings-link,
  .cta-button {
    width: 100%;
  }

  .embed-fallback-copy {
    font-size: 13px;
  }

  .listing-page {
    padding: 14px;
  }

  .listing-title {
    font-size: 28px;
  }

  .hero-price {
    font-size: 24px;
  }

  body.has-top-nav .content {
    padding: 14px 0 0;
  }
}
