.property-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6f7f2 0%, #ffffff 38%, #eef5f2 74%, #f8f4ed 100%);
  color: #14221f;
}

.property-page .eyebrow {
  margin: 0 0 12px;
  color: #a75f35;
  letter-spacing: 0;
}

.announcement {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 5px clamp(18px, 5vw, 58px);
  border-bottom: 1px solid rgba(216, 163, 74, 0.22);
  background: rgba(20, 34, 31, 0.94);
  color: #fffaf1;
  box-shadow: 0 14px 38px rgba(10, 22, 19, 0.14);
}

.announcement.is-minimized {
  display: none;
}

.announcement-tab {
  position: fixed;
  top: 42%;
  right: 0;
  z-index: 39;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 12px 9px 12px 11px;
  border: 1px solid rgba(216, 163, 74, 0.42);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(20, 34, 31, 0.94);
  color: #fffaf1;
  cursor: pointer;
  box-shadow: 0 22px 70px rgba(10, 22, 19, 0.26);
  writing-mode: vertical-rl;
}

.announcement-tab[hidden] {
  display: none;
}

.announcement-tab span {
  color: #d8a34a;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.announcement-copy {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
}

.announcement span {
  flex: 0 0 auto;
  color: #d8a34a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
  color: rgba(255, 250, 241, 0.84);
  font-size: 0.84rem;
  line-height: 1.3;
}

.announcement-close,
.carousel-controls button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  cursor: pointer;
  font-weight: 800;
}

.announcement-close {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 11px;
  border-color: rgba(216, 163, 74, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.06);
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.announcement-close:hover,
.announcement-close:focus-visible {
  border-color: rgba(216, 163, 74, 0.58);
  background: rgba(216, 163, 74, 0.16);
  color: #fffaf1;
}

.hero {
  position: relative;
  min-height: min(820px, 86vh);
  isolation: isolate;
  color: white;
  background: #14221f;
}

.hero-stage,
.hero-stage img {
  position: absolute;
  inset: 0;
}

.hero-stage {
  z-index: -3;
  background: #14221f;
}

.hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 4800ms ease;
}

.hero-stage img.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 20, 18, 0.82) 0%, rgba(11, 20, 18, 0.5) 42%, rgba(11, 20, 18, 0.1) 100%),
    linear-gradient(180deg, rgba(11, 20, 18, 0.18) 0%, rgba(11, 20, 18, 0.02) 42%, rgba(11, 20, 18, 0.72) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: clamp(96px, 14vh, 170px);
  background: linear-gradient(180deg, rgba(246, 247, 242, 0), rgba(246, 247, 242, 0.86) 72%, #f6f7f2 100%);
}

.site-header,
.hero-inner,
.hero-meta,
.media-suite,
.property-features,
.buyer-highlights,
.property-tour,
.presented,
.collections,
.private-tour,
.request-section,
.gallery-carousel {
  width: min(1480px, calc(100% - clamp(32px, 7vw, 112px)));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 22px 0 18px;
}

.site-header nav,
.button-link {
  display: inline-flex;
  align-items: center;
}

.agent-fallback {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.site-header nav {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 30px);
}

.site-header nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: white;
}

.hero-inner {
  display: grid;
  width: min(1320px, calc(100% - clamp(32px, 7vw, 112px)));
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  min-height: calc(min(820px, 86vh) - 144px);
  padding: clamp(20px, 3.2vw, 46px) 0 clamp(48px, 5.6vw, 78px);
}

.hero-copy {
  max-width: 820px;
  padding-top: 0;
}

.hero .eyebrow {
  color: #d8a34a;
}

.hero h1 {
  max-width: 9ch;
  margin: 0;
  color: white;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 760;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-address {
  display: inline-block;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.2rem, 1.9vw, 1.78rem);
  line-height: 1.2;
  white-space: nowrap;
}

.hero-lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.button-link {
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

.hero .button-primary {
  background: #fffaf1;
  color: #14221f;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  backdrop-filter: blur(14px);
}

.button-ghost {
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.hero-agent {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  justify-items: stretch;
  align-items: center;
  align-self: end;
  justify-self: center;
  width: min(100%, 430px);
  margin-top: 0;
  margin-bottom: clamp(6px, 1.2vw, 16px);
  padding: 16px 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(15, 28, 25, 0.62);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  text-align: left;
  backdrop-filter: blur(18px);
}

.hero-agent img,
.presented-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.hero-agent img,
.hero-agent .agent-fallback {
  width: 92px;
  aspect-ratio: 1;
}

.agent-fallback {
  display: none;
  background: linear-gradient(145deg, #14221f, #0f6f62);
  color: #d8a34a;
}

.hero-agent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero-agent p {
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-agent strong {
  display: block;
  margin: 7px 0 0;
  color: white;
  font-size: clamp(1.18rem, 1.35vw, 1.34rem);
  line-height: 1.05;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: clamp(18px, 2vw, 24px);
}

.hero-meta span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.property-features {
  box-sizing: border-box;
  margin-top: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(28px, 4vw, 56px);
  padding: clamp(36px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(216, 163, 74, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 34, 31, 0.99), rgba(15, 67, 59, 0.96)),
    #14221f;
  box-shadow: 0 30px 90px rgba(20, 34, 31, 0.18);
}

.property-features__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 52px);
  padding-bottom: clamp(28px, 3vw, 42px);
  border-bottom: 1px solid rgba(255, 250, 241, 0.16);
}

.property-features .eyebrow {
  color: #d8a34a;
}

.property-features__intro h2 {
  max-width: 820px;
  margin: 0;
  color: #fffaf1;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.property-features__intro > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 250, 241, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.7;
}

.property-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.property-feature-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  min-width: 0;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.97);
  box-shadow: 0 22px 64px rgba(5, 15, 12, 0.2);
}

.property-feature-card__number {
  display: inline-grid;
  place-items: center;
  align-self: start;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(167, 95, 53, 0.24);
  border-radius: 50%;
  background: rgba(216, 163, 74, 0.12);
  color: #a75f35;
  font-size: 0.74rem;
  font-weight: 900;
}

.property-feature-card__content {
  display: grid;
  align-content: start;
  gap: clamp(18px, 2vw, 24px);
  min-width: 0;
}

.property-feature-card h3 {
  max-width: 19ch;
  margin: 4px 0 2px;
  color: #14221f;
  font-size: clamp(1.46rem, 2.1vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.property-feature-card__detail {
  display: grid;
  gap: 8px;
  padding-top: clamp(14px, 1.4vw, 18px);
  border-top: 1px solid rgba(20, 34, 31, 0.12);
}

.property-feature-card__detail h4 {
  margin: 0;
  color: #a75f35;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.property-feature-card__detail p {
  margin: 0;
  color: #4f5d59;
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.buyer-highlights {
  padding: clamp(72px, 8vw, 124px) 0;
  border-top: 1px solid rgba(20, 34, 31, 0.12);
}

.buyer-highlights__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.48fr);
  gap: clamp(22px, 5vw, 74px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.buyer-highlights__intro h2 {
  max-width: 880px;
  margin: 0;
  color: #14221f;
  font-size: clamp(2.3rem, 5vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.buyer-highlights__intro > p {
  max-width: 560px;
  margin: 0;
  color: #52615d;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.7;
}

.buyer-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.buyer-highlight-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: clamp(16px, 2vw, 22px);
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(20, 34, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 242, 0.92)),
    #ffffff;
  box-shadow: 0 24px 80px rgba(20, 34, 31, 0.1);
}

.buyer-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #d8a34a, rgba(15, 111, 98, 0.72));
}

.buyer-highlight-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid rgba(167, 95, 53, 0.22);
  border-radius: 50%;
  background: rgba(216, 163, 74, 0.1);
  color: #a75f35;
  font-size: 0.74rem;
  font-weight: 900;
}

.buyer-highlight-card h3 {
  max-width: 12ch;
  margin: 0;
  color: #14221f;
  font-size: clamp(1.62rem, 2.45vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.buyer-highlight-detail {
  display: grid;
  gap: 8px;
  padding-top: clamp(14px, 1.4vw, 18px);
  border-top: 1px solid rgba(20, 34, 31, 0.1);
}

.buyer-highlight-detail h4 {
  margin: 0;
  color: #a75f35;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.buyer-highlight-detail p {
  margin: 0;
  color: #4f5d59;
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.72;
}

.buyer-highlight-card--featured {
  border-color: rgba(216, 163, 74, 0.22);
  background:
    linear-gradient(135deg, rgba(20, 34, 31, 0.98), rgba(15, 111, 98, 0.88)),
    #14221f;
  box-shadow: 0 30px 90px rgba(20, 34, 31, 0.18);
}

.buyer-highlight-card--featured > span {
  border-color: rgba(216, 163, 74, 0.34);
  background: rgba(255, 250, 241, 0.08);
  color: #d8a34a;
}

.buyer-highlight-card--featured h3 {
  color: #fffaf1;
}

.buyer-highlight-card--featured .buyer-highlight-detail {
  border-top-color: rgba(255, 250, 241, 0.16);
}

.buyer-highlight-card--featured .buyer-highlight-detail h4 {
  color: #d8a34a;
}

.buyer-highlight-card--featured .buyer-highlight-detail p {
  color: rgba(255, 250, 241, 0.76);
}

.media-suite,
.property-tour,
.presented,
.collections,
.private-tour,
.request-section,
.gallery-carousel {
  padding: clamp(64px, 8vw, 118px) 0;
}

.section-head {
  margin-bottom: clamp(26px, 4vw, 48px);
}

.section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
}

.section-head h2,
.property-tour-copy h2,
.presented h2,
.private-tour h2,
.request-copy h2 {
  margin: 0;
  color: #14221f;
  font-size: clamp(2.3rem, 5vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-head h2 {
  max-width: 980px;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: clamp(480px, 68vh, 740px);
}

.media-rail {
  display: grid;
  gap: 12px;
  min-height: 0;
}

.media-grid article,
.media-card,
.property-tour-card,
.property-tour-media,
.collection-feature,
.carousel-viewport,
.presented-photo,
.showing-form,
.schedule-card {
  border-radius: 8px;
}

.media-grid article,
.media-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: #14221f;
  color: white;
  box-shadow: 0 24px 80px rgba(20, 34, 31, 0.13);
}

.media-card {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.media-card.is-active {
  box-shadow:
    0 24px 80px rgba(20, 34, 31, 0.16),
    inset 0 0 0 2px rgba(216, 163, 74, 0.86);
}

.media-card.is-active::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 241, 0.44);
  border-radius: 6px;
  pointer-events: none;
}

.media-grid .feature-frame {
  grid-row: span 3;
  min-height: 0;
}

.media-grid img,
.collection-feature img,
.collection-thumbs img,
.carousel-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-grid img {
  object-position: center;
  transition: opacity 220ms ease, transform 360ms ease;
}

.feature-frame.is-swapping img {
  opacity: 0.18;
  transform: scale(1.012);
}

.collection-feature.is-swapping img {
  opacity: 0.18;
  transform: scale(1.012);
}

.media-card:hover img,
.media-card:focus-visible img,
.media-card.is-active img {
  transform: scale(1.035);
}

.media-grid article::after,
.media-card::after,
.collection-feature::after,
.carousel-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 16, 14, 0.02), rgba(8, 16, 14, 0.72));
}

.media-grid article > span,
.media-card > span,
.feature-frame div {
  position: absolute;
  left: clamp(16px, 2.2vw, 28px);
  right: clamp(16px, 2.2vw, 28px);
  bottom: clamp(16px, 2.2vw, 28px);
  z-index: 2;
}

.media-grid article > span,
.media-card > span,
.feature-frame span {
  display: block;
  color: rgba(255, 250, 241, 0.74);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-frame strong {
  display: block;
  max-width: 620px;
  margin-top: 8px;
  color: white;
  font-size: clamp(2rem, 4vw, 4.45rem);
  line-height: 0.96;
}

.presented {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: center;
  padding-right: max(32px, calc((100vw - 1480px) / 2));
  padding-left: max(32px, calc((100vw - 1480px) / 2));
  border-top: 1px solid rgba(216, 163, 74, 0.18);
  border-bottom: 1px solid rgba(216, 163, 74, 0.18);
  background:
    linear-gradient(135deg, rgba(20, 34, 31, 0.98), rgba(15, 111, 98, 0.88)),
    #14221f;
}

.presented-photo {
  position: relative;
  min-height: clamp(360px, 38vw, 560px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fffaf1;
  box-shadow: 0 30px 90px rgba(3, 12, 10, 0.3);
}

.presented-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 241, 0.44);
  border-radius: 8px;
}

.presented-photo .agent-fallback {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  font-size: 3rem;
}

.presented .eyebrow {
  color: #d8a34a;
}

.presented h2 {
  max-width: 940px;
  color: #fffaf1;
}

.presented p,
.property-tour-copy p,
.schedule-copy p,
.request-copy p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #66736f;
  line-height: 1.7;
}

.presented p {
  color: rgba(255, 250, 241, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.property-tour {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.88fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(62px, 8vw, 108px);
  border-top: 1px solid rgba(20, 34, 31, 0.12);
}

.property-page > .hero + .property-tour {
  padding-top: clamp(28px, 4vw, 52px);
}

.property-tour-copy h2 {
  max-width: 760px;
}

.property-tour-card {
  justify-self: end;
  width: min(100%, 480px);
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid rgba(20, 34, 31, 0.12);
  background: #14221f;
  box-shadow: 0 30px 90px rgba(20, 34, 31, 0.16);
}

.property-tour-media {
  min-width: 0;
  min-height: 0;
  background: #14221f;
}

.property-tour-media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  background: #080f0d;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(20, 34, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.tab-list button,
.collection-thumbs button {
  border: 1px solid rgba(20, 34, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #21423b;
  cursor: pointer;
  font-weight: 800;
}

.tab-list button {
  min-height: 42px;
  padding: 0 15px;
  border-color: transparent;
  background: transparent;
}

.tab-list button.is-active {
  border-color: rgba(216, 163, 74, 0.42);
  background: #14221f;
  color: white;
  box-shadow: 0 12px 32px rgba(20, 34, 31, 0.16);
}

.collection-board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.66fr);
  gap: 14px;
}

.collection-feature {
  position: relative;
  min-height: clamp(440px, 58vw, 740px);
  margin: 0;
  overflow: hidden;
  background: #14221f;
  color: white;
  box-shadow: 0 28px 88px rgba(20, 34, 31, 0.15);
}

.collection-feature figcaption {
  position: absolute;
  left: clamp(20px, 3vw, 38px);
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 38px);
  z-index: 2;
}

.collection-feature span {
  color: #d8a34a;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-feature strong {
  display: block;
  max-width: 680px;
  margin-top: 10px;
  color: white;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
}

.collection-feature p {
  max-width: 600px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.62;
}

.collection-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.collection-thumbs button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  min-height: 148px;
  overflow: hidden;
  padding: 0;
  background: #14221f;
}

.collection-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: inherit;
  object-fit: cover;
  object-position: center;
}

.collection-thumbs img,
.collection-thumbs span {
  pointer-events: none;
}

.collection-thumbs button.is-active {
  border-color: rgba(216, 163, 74, 0.58);
  box-shadow: inset 0 0 0 3px rgba(216, 163, 74, 0.32);
}

.collection-thumbs span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(20, 34, 31, 0.72);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
}

.private-tour {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid rgba(20, 34, 31, 0.12);
}

.schedule-card,
.showing-form {
  border: 1px solid rgba(20, 34, 31, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 80px rgba(20, 34, 31, 0.1);
}

.schedule-card {
  display: grid;
  gap: 22px;
  padding: clamp(20px, 3vw, 34px);
}

.schedule-agent {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(20, 34, 31, 0.1);
}

.schedule-agent img {
  width: 82px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.schedule-agent span {
  display: block;
  color: #a75f35;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-agent strong {
  display: block;
  margin-top: 7px;
  color: #14221f;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

.schedule-agent p,
.schedule-note {
  margin: 0;
  color: #66736f;
  line-height: 1.5;
}

.schedule-agent p {
  margin-top: 5px;
}

.schedule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-actions .button-primary,
.schedule-actions .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.schedule-actions .button-secondary {
  background: #fffaf1;
}

.schedule-note {
  font-size: 0.88rem;
}

.request-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  border-top: 1px solid rgba(20, 34, 31, 0.12);
}

.property-page > .buyer-highlights + .collections {
  padding-top: clamp(14px, 2vw, 32px);
}

.property-page > .private-tour + .request-section {
  padding-top: clamp(14px, 3vw, 48px);
}

.showing-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
}

.showing-form label {
  display: grid;
  gap: 7px;
  color: #66736f;
  font-size: 0.9rem;
  font-weight: 800;
}

.showing-form input,
.showing-form select,
.showing-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 34, 31, 0.14);
  border-radius: 8px;
  background: white;
  color: #14221f;
  padding: 13px;
  resize: vertical;
}

.showing-form input:focus,
.showing-form select:focus,
.showing-form textarea:focus {
  border-color: #0f6f62;
  outline: 3px solid rgba(15, 111, 98, 0.12);
}

.form-wide,
.form-note,
.showing-form button {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: #66736f;
  font-size: 0.86rem;
  line-height: 1.55;
}

.showing-form button {
  justify-self: start;
  min-width: 170px;
  padding: 0 18px;
}

.gallery-carousel {
  --carousel-viewport-height: clamp(560px, min(82dvh, 58vw), 920px);
  --carousel-thumb-width: clamp(78px, 7.4vw, 118px);
  --carousel-strip-gap: clamp(8px, 0.8vw, 12px);
  width: min(1920px, calc(100% - clamp(20px, 3.5vw, 72px)));
  border-top: 1px solid rgba(20, 34, 31, 0.12);
  padding: clamp(44px, 6vw, 82px) 0;
}

.carousel-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.carousel-viewport {
  position: relative;
  height: var(--carousel-viewport-height);
  min-height: 0;
  overflow: hidden;
  background: #14221f;
  box-shadow: 0 30px 90px rgba(20, 34, 31, 0.18);
  isolation: isolate;
  touch-action: pan-y;
}

.carousel-viewport img {
  display: block;
  transition: opacity 180ms ease;
}

.carousel-viewport::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 16, 14, 0.02) 0%, rgba(8, 16, 14, 0.06) 48%, rgba(8, 16, 14, 0.84) 100%),
    linear-gradient(90deg, rgba(8, 16, 14, 0.42), rgba(8, 16, 14, 0.02) 34%, rgba(8, 16, 14, 0.28));
}

.carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(12px, 2vw, 24px);
  pointer-events: none;
}

.carousel-controls button {
  display: grid;
  place-items: center;
  width: clamp(46px, 5vw, 58px);
  aspect-ratio: 1;
  border-color: rgba(255, 250, 241, 0.38);
  border-radius: 50%;
  background: rgba(20, 34, 31, 0.46);
  color: #fffaf1;
  font-size: 1.1rem;
  pointer-events: auto;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(7, 14, 13, 0.24);
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  background: rgba(216, 163, 74, 0.92);
  color: #14221f;
}

.carousel-caption {
  position: absolute;
  left: clamp(16px, 2.2vw, 30px);
  right: clamp(16px, 2.2vw, 30px);
  bottom: calc((var(--carousel-thumb-width) * 0.75) + clamp(28px, 3vw, 44px));
  z-index: 4;
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  width: fit-content;
  max-width: calc(100% - clamp(32px, 4.4vw, 60px));
  min-height: 0;
  padding: clamp(9px, 1.1vw, 13px) clamp(12px, 1.5vw, 18px);
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(11, 20, 18, 0.58);
  color: white;
  box-shadow: 0 18px 60px rgba(7, 14, 13, 0.28);
  backdrop-filter: blur(16px);
}

.carousel-caption span {
  color: #d8a34a;
  font-size: 0.78rem;
  font-weight: 900;
}

.carousel-caption strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.carousel-strip {
  position: absolute;
  left: clamp(14px, 2vw, 28px);
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(12px, 1.6vw, 22px);
  z-index: 4;
  display: flex;
  gap: var(--carousel-strip-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid rgba(255, 250, 241, 0.12);
  border-radius: 8px;
  background: rgba(11, 20, 18, 0.42);
  box-shadow: 0 20px 70px rgba(7, 14, 13, 0.28);
  opacity: 0;
  pointer-events: none;
  scroll-padding-inline: clamp(8px, 1vw, 12px);
  scroll-snap-type: x proximity;
  scrollbar-gutter: stable;
  transform: translateY(calc(100% - 10px));
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease, transform 220ms ease, background 180ms ease;
}

.gallery-carousel:not(.is-gallery-suppressed):hover .carousel-strip,
.gallery-carousel:focus-within .carousel-strip,
.gallery-carousel:not(.is-gallery-suppressed).is-gallery-active .carousel-strip {
  background: rgba(11, 20, 18, 0.62);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gallery-carousel.is-gallery-suppressed .carousel-strip {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% - 10px));
}

.carousel-thumb {
  position: relative;
  flex: 0 0 var(--carousel-thumb-width);
  width: var(--carousel-thumb-width);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: #14221f;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 14px 34px rgba(7, 14, 13, 0.2);
}

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

.carousel-thumb span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(20, 34, 31, 0.76);
  color: #fffaf1;
  font-size: 0.66rem;
  font-weight: 900;
}

.carousel-thumb.is-active {
  border-color: rgba(216, 163, 74, 0.86);
  box-shadow:
    0 16px 42px rgba(20, 34, 31, 0.16),
    inset 0 0 0 2px rgba(216, 163, 74, 0.78);
}

.tab-list button:focus-visible,
.collection-thumbs button:focus-visible,
.carousel-controls button:focus-visible,
.carousel-thumb:focus-visible,
.media-card:focus-visible,
.announcement-close:focus-visible,
.announcement-tab:focus-visible {
  outline: 3px solid rgba(216, 163, 74, 0.32);
  outline-offset: 2px;
}

@media (min-width: 1121px) {
  .announcement {
    display: grid;
    grid-template-columns: minmax(68px, 1fr) minmax(0, 1080px) minmax(68px, 1fr);
    column-gap: 14px;
    min-height: 44px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .announcement-copy {
    grid-column: 2;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .announcement p {
    flex: 0 1 auto;
    font-size: 0.86rem;
  }

  .announcement-close {
    grid-column: 3;
    justify-self: start;
    min-height: 30px;
  }

  .hero-inner {
    width: min(1160px, calc(100% - clamp(56px, 8vw, 128px)));
    grid-template-columns: minmax(0, 680px) minmax(340px, 380px);
    gap: clamp(28px, 3.4vw, 42px);
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-agent {
    justify-self: start;
    width: min(100%, 390px);
    margin-top: clamp(210px, 17vw, 270px);
  }

  .property-page > .media-suite#media {
    --media-wall-gap: clamp(7px, 0.75vw, 14px);
    --media-wall-outer: clamp(14px, 1.5vw, 28px);
    --media-wall-height: clamp(700px, min(94dvh, 52vw), 1120px);
    width: min(2040px, calc(100% - var(--media-wall-outer)));
    padding-top: clamp(10px, 1.2vw, 20px);
    padding-bottom: clamp(18px, 2vw, 32px);
  }

  .property-page > .collections {
    --media-wall-gap: clamp(7px, 0.75vw, 14px);
    --collection-viewport-gutter: clamp(14px, 1.4vw, 32px);
    --media-wall-outer: var(--collection-viewport-gutter);
    --media-wall-height: clamp(460px, min(76dvh, 40vw), 880px);
    --collection-rail-width: clamp(400px, 29vw, 660px);
    --collection-rail-gutter: clamp(5px, 0.45vw, 9px);
    width: min(2400px, calc(100vw - (var(--media-wall-outer) * 2)));
    max-width: none;
    margin-inline: calc(50% - 50vw + var(--media-wall-outer));
    padding-top: clamp(24px, 2.8vw, 44px);
    padding-bottom: clamp(20px, 2.4vw, 38px);
  }

  .property-page > .media-suite#media .section-head {
    max-width: 1120px;
    margin-bottom: clamp(10px, 1.1vw, 18px);
  }

  .property-page > .collections .section-head-split {
    grid-template-columns: minmax(0, 1fr) var(--collection-rail-width);
    gap: var(--media-wall-gap);
    align-items: end;
    margin-bottom: clamp(6px, 0.75vw, 12px);
  }

  .property-page > .collections .section-head {
    margin-bottom: clamp(6px, 0.85vw, 14px);
  }

  .property-page > .media-suite#media .eyebrow {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .property-page > .collections .eyebrow {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .property-page > .media-suite#media #media-title,
  .property-page > .collections .section-head h2 {
    max-width: 1080px;
    font-size: clamp(2.85rem, 3.15vw, 4.05rem);
    line-height: 1.02;
  }

  .property-page > .collections .section-head p {
    max-width: 560px;
    margin-bottom: 0;
    line-height: 1.62;
  }

  .property-page > .media-suite#media .media-grid {
    grid-template-columns: minmax(0, 7.25fr) minmax(320px, 2.75fr);
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: var(--media-wall-gap);
    aspect-ratio: 16 / 7;
    block-size: var(--media-wall-height);
    height: auto;
    min-height: 0;
  }

  .property-page > .collections .collection-board {
    width: calc(100vw - (var(--collection-viewport-gutter) * 2));
    max-width: none;
    margin-inline: calc(50% - 50vw + var(--collection-viewport-gutter));
    grid-template-columns: minmax(0, 1fr) var(--collection-rail-width);
    gap: var(--media-wall-gap);
    align-items: stretch;
    aspect-ratio: 18 / 7;
    block-size: var(--media-wall-height);
    min-height: 0;
  }

  .property-page > .media-suite#media .feature-frame {
    grid-row: 1 / -1;
    min-height: 0;
    border-radius: 8px;
  }

  .property-page > .media-suite#media .media-rail {
    grid-column: 2;
    grid-row: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: clamp(168px, calc((var(--media-wall-height) - (var(--media-wall-gap) * 2)) / 3), 340px);
    align-content: start;
    gap: var(--media-wall-gap);
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: clamp(3px, 0.35vw, 7px);
    scrollbar-gutter: stable;
  }

  .property-page > .collections .collection-feature {
    min-height: 0;
    height: 100%;
    border-radius: 8px;
  }

  .property-page > .media-suite#media .media-card {
    grid-row: auto;
    min-height: 0;
    border-radius: 8px;
    box-shadow: 0 18px 58px rgba(20, 34, 31, 0.16);
  }

  .property-page > .collections .collection-thumbs {
    --collection-thumb-aspect: 4 / 3;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: max-content;
    row-gap: var(--media-wall-gap);
    column-gap: var(--media-wall-gap);
    align-content: start;
    align-items: start;
    block-size: var(--media-wall-height);
    height: var(--media-wall-height);
    max-height: var(--media-wall-height);
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: var(--collection-rail-gutter);
    padding-bottom: 0;
    border-right: 1px solid rgba(20, 34, 31, 0.1);
    scrollbar-gutter: stable;
  }

  .property-page > .collections .collection-thumbs button {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--collection-thumb-aspect);
    min-height: 0;
    border-radius: 8px;
  }

  .property-page > .collections .collection-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: var(--collection-thumb-aspect);
  }

  .property-page > .media-suite#media .media-grid img {
    object-fit: cover;
    object-position: center;
  }

  .property-page > .collections .collection-feature img,
  .property-page > .collections .collection-thumbs img {
    object-fit: cover;
    object-position: center;
  }

  .property-page > .media-suite#media .media-grid article::after,
  .property-page > .media-suite#media .media-card::after {
    background: linear-gradient(180deg, rgba(8, 16, 14, 0.03), rgba(8, 16, 14, 0.74));
  }

  .property-page > .collections .collection-feature::after {
    background: linear-gradient(180deg, rgba(8, 16, 14, 0.03), rgba(8, 16, 14, 0.74));
  }

  .property-page > .media-suite#media .feature-frame strong {
    max-width: 680px;
    font-size: clamp(2.1rem, min(3.15vw, 5vh), 4.1rem);
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  }

  .property-page > .collections .collection-feature strong {
    max-width: 680px;
    font-size: clamp(2.1rem, min(3.15vw, 5vh), 4.1rem);
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  }
}

@media (max-width: 1120px) {
  .hero-inner,
  .section-head-split,
  .property-tour,
  .presented,
  .collection-board,
  .private-tour,
  .request-section,
  .carousel-shell {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: end;
  }

  .hero-agent {
    max-width: 520px;
    margin-top: 6px;
  }

  .tab-list {
    justify-content: flex-start;
  }

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

  .media-rail .media-card:nth-child(n+4) {
    display: none;
  }

  .property-tour-card {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .property-features__intro,
  .property-features__grid {
    grid-template-columns: 1fr;
  }

  .property-features__intro > p {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .announcement,
  .announcement-copy {
    align-items: center;
  }

  .announcement {
    gap: 8px;
    min-height: 38px;
    padding: 6px 12px;
  }

  .announcement-copy {
    flex-wrap: wrap;
    gap: 3px 8px;
  }

  .announcement-close {
    min-height: 30px;
    padding: 0 11px;
  }

  .site-header,
  .hero-inner,
  .hero-meta,
  .media-suite,
  .property-features,
  .buyer-highlights,
  .property-tour,
  .presented,
  .collections,
  .private-tour,
  .request-section,
  .gallery-carousel {
    width: calc(100% - 32px);
  }

  .presented {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header {
    align-items: center;
    gap: 10px;
    padding: 18px 0;
  }

  .site-header nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: clamp(7px, 2.2vw, 12px);
    min-width: 0;
  }

  .site-header nav a {
    font-size: clamp(0.66rem, 2.45vw, 0.78rem);
  }

  .hero {
    min-height: min(72vh, 560px);
  }

  .hero-stage img {
    object-position: 60% center;
  }

  .hero-inner {
    min-height: auto;
    padding: 18px 0 clamp(24px, 7vw, 34px);
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(3.45rem, 17vw, 5.3rem);
    line-height: 0.94;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 16px;
  }

  .hero-actions,
  .showing-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-link,
  .hero-actions button,
  .showing-form button {
    width: 100%;
  }

  .hero-agent {
    grid-template-columns: 78px minmax(0, 1fr);
    width: min(100%, 380px);
    padding: 13px 14px;
  }

  .hero-agent img,
  .hero-agent .agent-fallback {
    width: 78px;
  }

  .hero-meta {
    display: none;
  }

  .media-suite,
  .buyer-highlights,
  .property-tour,
  .presented,
  .collections,
  .private-tour,
  .request-section,
  .gallery-carousel {
    padding: clamp(54px, 12vw, 78px) 0;
  }

  .property-features {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: clamp(28px, 8vw, 42px) clamp(20px, 6vw, 30px);
  }

  .property-features__intro h2 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
    line-height: 1;
  }

  .property-feature-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .property-feature-card h3 {
    max-width: 100%;
    margin-top: 0;
    font-size: clamp(1.42rem, 6.5vw, 1.85rem);
  }

  .gallery-carousel {
    --carousel-viewport-height: clamp(390px, 72dvh, 620px);
    --carousel-thumb-width: clamp(70px, 20vw, 92px);
  }

  .property-page > .media-suite.gallery-carousel {
    padding-bottom: 0;
  }

  .presented {
    box-sizing: border-box;
    justify-items: center;
    width: calc(100% - 32px);
    padding: clamp(54px, 12vw, 78px) 16px;
    text-align: center;
  }

  .section-head h2,
  .buyer-highlights__intro h2,
  .property-tour-copy h2,
  .presented h2,
  .private-tour h2,
  .request-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
    line-height: 1;
  }

  .presented h2 {
    width: 100%;
    max-width: 560px;
    font-size: clamp(1.78rem, 8.4vw, 2.7rem);
    line-height: 1.06;
  }

  .presented p {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .buyer-highlights__intro,
  .buyer-highlight-grid {
    grid-template-columns: 1fr;
  }

  .buyer-highlights__intro > p {
    max-width: 100%;
  }

  .media-grid .feature-frame,
  .media-grid article,
  .media-card,
  .collection-feature,
  .carousel-viewport {
    min-height: 360px;
  }

  .schedule-agent {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 13px;
  }

  .schedule-agent img {
    width: 68px;
  }

  .schedule-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .schedule-actions .button-primary,
  .schedule-actions .button-secondary {
    width: 100%;
    white-space: normal;
  }

  .feature-frame strong,
  .collection-feature strong {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .presented-photo {
    width: min(100%, 360px);
    min-height: 0;
    aspect-ratio: 4 / 5;
    justify-self: center;
  }

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

  .collection-thumbs {
    grid-template-columns: 1fr;
  }

  .collection-thumbs button {
    min-height: 210px;
  }

  .showing-form {
    grid-template-columns: 1fr;
  }

  .carousel-caption {
    min-height: auto;
  }

  .gallery-carousel .carousel-strip {
    opacity: 0.72;
    pointer-events: auto;
    transform: translateY(0);
  }

}

@media (hover: none), (pointer: coarse) {
  .gallery-carousel .carousel-strip {
    opacity: 0.72;
    pointer-events: auto;
    transform: translateY(0);
  }

  .gallery-carousel.is-gallery-active .carousel-strip,
  .gallery-carousel:focus-within .carousel-strip {
    opacity: 1;
  }

  .gallery-carousel.is-gallery-suppressed .carousel-strip {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% - 10px));
  }
}

@media (max-width: 460px) {
  .announcement p {
    font-size: 0.82rem;
  }

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

  .site-header nav a {
    font-size: 0.66rem;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-address {
    font-size: 1rem;
  }

  .hero-agent {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
  }

  .hero-agent img,
  .hero-agent .agent-fallback {
    width: 70px;
  }

  .hero-agent strong {
    font-size: 1.06rem;
  }

  .property-tour-copy h2 {
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .property-tour-copy h2 span {
    display: block;
  }

  .tab-list {
    grid-template-columns: 1fr;
  }

}
