:root {
  --paper: #070706;
  --ink: #f4f1eb;
  --muted: #b8b0a5;
  --line: #d8c7aa;
  --dark: #181512;
  --white: #fff;
  --photo-border: rgba(216, 199, 170, 0.56);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  align-items: center;
  background: rgba(7, 7, 6, 0.82);
  border-bottom: 1px solid rgba(244, 241, 235, 0.14);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 18px 28px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.wordmark,
nav a,
.eyebrow,
.hero-copy p,
.hero-facts,
.button {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wordmark {
  font-weight: 700;
}

nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(44px, 8vw, 104px);
  line-height: 0.92;
  max-width: 850px;
}

h2 {
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 0.98;
}

.closing h2 {
  font-size: clamp(44px, 8vw, 104px);
  line-height: 0.92;
}

p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.hero {
  min-height: 100svh;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1) 62%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy {
  bottom: 9vh;
  color: var(--white);
  left: 6vw;
  position: absolute;
  right: 6vw;
  z-index: 1;
}

.hero-copy p {
  margin-bottom: 22px;
}

.hero h1 {
  margin-bottom: 64px;
}

.hero-location {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.hero-location span + span {
  color: rgba(255, 255, 255, 0.76);
}

.hero-facts {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 0;
}

.hero-location {
  margin-bottom: 0;
  margin-top: 28px;
}

.hero-facts span {
  border-top: 1px solid rgba(255, 255, 255, 0.54);
  padding-top: 10px;
}

.split {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  padding: 112px 6vw 92px;
}

.intro.split {
  gap: 30px;
  grid-template-columns: 1fr;
}

.intro p:last-child {
  color: var(--muted);
  max-width: 650px;
}

.eyebrow {
  color: var(--muted);
  margin-bottom: 22px;
}

.view-grid {
  display: block;
}

.view-main {
  height: 78vh;
}

.view-strip {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
  height: 34vh;
}

.view-strip img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.proximity {
  border-top: 1px solid rgba(216, 199, 170, 0.22);
  padding: 104px 6vw 112px;
}

.proximity-copy {
  align-items: start;
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1.2fr);
  margin-bottom: 44px;
}

.proximity-copy h2 {
  white-space: nowrap;
}

.proximity-copy > div:first-child > p {
  color: var(--muted);
  margin: 30px 0 0;
  max-width: 460px;
}

.location-details > p {
  color: var(--muted);
  margin: 0;
  max-width: 460px;
}

.location-highlights {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 34px;
}

.location-highlights span {
  border-top: 1px solid rgba(216, 199, 170, 0.48);
  font-size: 12px;
  font-weight: 700;
  padding-top: 12px;
  text-transform: uppercase;
}

.proximity-visual {
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.55fr);
}

.proximity-map {
  border: 1px solid rgba(216, 199, 170, 0.34);
  margin: 0;
  min-width: 0;
}

.proximity-map img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: contain;
}

.drive-times {
  border: 1px solid rgba(216, 199, 170, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.drive-times table {
  border-collapse: collapse;
  width: 100%;
}

.drive-times th,
.drive-times td {
  border-bottom: 1px solid rgba(216, 199, 170, 0.12);
  font-size: 15px;
  line-height: 1.3;
  padding: 11px 0;
  text-align: left;
  vertical-align: middle;
}

.drive-times td {
  font-size: 24px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.drive-times th {
  font-weight: 500;
}

.drive-times thead th,
.drive-times .destination-group th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.drive-times thead th:last-child,
.drive-times td:last-child {
  color: var(--line);
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  white-space: nowrap;
}

.drive-times .destination-group th {
  border-bottom: 0;
  padding: 24px 0 8px;
}

.drive-times tbody tr:last-child > * {
  border-bottom: 0;
}

.destination-name {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 600;
}

.destination-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
}

.golf-dot { background: #1fb34b; }
.ski-dot { background: #16b6d0; }
.city-dot { background: #675582; }
.airport-dot { background: #a6533f; }
.university-dot { background: #080a0a; border: 1px solid #f2e8d3; }

.drive-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 20px;
}

.feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.feature-living {
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 92px 0 0;
}

.feature-living .section-heading {
  padding-bottom: 42px;
}

.feature-living-hero {
  height: 78vh;
}

.feature-living-strip {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  height: 34vh;
}

.feature-living-strip img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.feature-copy {
  align-self: center;
  padding: 8vw 6vw;
}

.feature-copy p:last-child,
.kitchen-copy p,
.theater-copy > p:last-of-type,
.closing p {
  color: var(--muted);
  margin-top: 24px;
  max-width: 520px;
}

.feature-images {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 3fr 1fr 1fr;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

.feature-images img,
.kitchen img,
.exterior img,
.wellness img,
.theater-section img,
.bedrooms img,
.outdoor img {
  min-height: 0;
  min-width: 0;
}

.feature-images .wide {
  grid-column: span 2;
}

.kitchen {
  border-top: 1px solid rgba(216, 199, 170, 0.34);
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.75fr;
  grid-template-rows: minmax(100vh, auto) auto;
  min-height: 100vh;
  margin-top: 14px;
}

.kitchen-copy {
  align-self: center;
  padding: 7vw 5vw;
}

.kitchen-gallery {
  display: grid;
  gap: 2px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kitchen-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.exterior,
.wellness,
.bedrooms,
.outdoor {
  padding: 92px 0 0;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: 0.42fr 1fr;
  padding: 0 6vw 42px;
}

.section-heading > div > p {
  color: var(--muted);
  margin-top: 24px;
  max-width: 620px;
}

.section-heading h2,
.feature-living h2,
.kitchen h2,
.theater-section h2,
.closing h2,
.agent h2 {
  white-space: nowrap;
}

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

.exterior-photo {
  aspect-ratio: 3 / 2;
  height: auto;
}

.pool {
  height: 78vh;
}

.wellness-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 34vh;
}

.theater-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.theater-copy {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  padding: 6vw;
}

.theater-section > img {
  grid-column: 1;
  grid-row: 1;
}

.bedroom-hero {
  height: 78vh;
}

.bedroom-strip {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  height: 34vh;
}

.bedroom-strip img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.outdoor-grid {
  display: block;
}

.outdoor-hero {
  height: 78vh;
}

.outdoor-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 34vh;
  gap: 2px;
}

.outdoor-strip img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.renovation {
  border-top: 1px solid rgba(216, 199, 170, 0.22);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  padding: 112px 6vw;
}

.renovation-copy > p:last-child {
  color: var(--muted);
  margin-top: 24px;
  max-width: 620px;
}

.renovation-highlights {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.renovation-highlights div {
  align-items: baseline;
  border-top: 1px solid rgba(216, 199, 170, 0.48);
  display: grid;
  gap: 32px;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 34px 0;
}

.renovation-highlights dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.renovation-highlights dd {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  max-width: 620px;
}

.closing {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 86px 6vw 96px;
}

.photo-credit {
  border-top: 1px solid rgba(216, 199, 170, 0.22);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
  padding: 22px 6vw 28px;
  text-transform: uppercase;
}

.floorplans {
  border-top: 1px solid rgba(216, 199, 170, 0.22);
  padding: 92px 6vw 96px;
}

.floorplans-heading {
  padding: 0 0 44px;
}

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

.floorplan-grid figure {
  margin: 0;
}

.floorplan-grid img {
  aspect-ratio: 4 / 3;
  background: #fff;
  border: 1px solid rgba(216, 199, 170, 0.28);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.floorplan-grid figcaption {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 12px 0 20px;
  text-transform: uppercase;
}

.agent {
  align-items: center;
  border-top: 1px solid rgba(216, 199, 170, 0.28);
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(110px, 170px) minmax(0, 1fr);
  padding: 80px 6vw 96px;
}

.agent-photo {
  aspect-ratio: 1;
  border: 1px solid var(--photo-border);
  height: auto;
  object-fit: cover;
}

.agent-details h2 {
  max-width: 740px;
}

.agent-details p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 24px;
}

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

.phone {
  color: var(--line);
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  margin-top: 30px;
}

.button {
  border: 1px solid var(--line);
  display: inline-flex;
  justify-content: center;
  min-width: 210px;
  padding: 16px 22px;
}

.button:hover {
  background: var(--line);
  color: #16120f;
}

.view-grid img:not(.view-main),
.feature-images img:not(.wide),
.kitchen img:last-child,
.wellness-strip img,
.bedrooms-grid img:not(.primary-bedroom),
.outdoor-grid img:not(.tall):not(.wide) {
  border: 1px solid var(--photo-border);
}

@media (max-width: 780px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 18px;
    position: sticky;
  }

  nav {
    gap: 13px;
    overflow-x: auto;
    width: 100%;
  }

  nav a {
    flex: 0 0 auto;
  }

  h1 {
    font-size: 50px;
    line-height: 0.94;
  }

  h2 {
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
  }

  .closing h2 {
    font-size: 50px;
    line-height: 0.94;
  }

  p {
    font-size: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    display: none;
  }

  .hero > img {
    height: 52svh;
  }

  .hero-copy {
    bottom: auto;
    left: auto;
    padding: 54px 22px 68px;
    position: static;
    right: auto;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .split,
  .proximity,
  .floorplans,
  .renovation,
  .feature,
  .kitchen,
  .section-heading,
  .theater-section,
  .closing,
  .agent {
    display: block;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .split,
  .proximity,
  .floorplans,
  .renovation,
  .feature-copy,
  .kitchen-copy,
  .theater-copy,
  .closing,
  .section-heading,
  .agent {
    padding: 72px 22px;
  }

  .agent-photo {
    max-width: 130px;
    margin-bottom: 34px;
  }

  .view-grid,
  .view-strip,
  .feature-images,
  .feature-living-strip,
  .wellness-strip,
  .bedrooms-grid,
  .bedroom-strip,
  .outdoor-grid {
    display: block;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .outdoor-hero {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .outdoor-strip {
    display: block;
    height: auto;
  }

  .outdoor-strip img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 14px;
  }

  .floorplan-grid {
    display: block;
  }

  .kitchen-gallery {
    display: block;
  }

  .kitchen {
    display: flex;
    flex-direction: column;
  }

  .kitchen-copy {
    order: 1;
  }

  .kitchen > img:first-child {
    order: 2;
  }

  .kitchen > img:nth-of-type(2) {
    order: 3;
  }

  .kitchen-gallery {
    order: 4;
  }

  .feature-living {
    padding-top: 72px;
  }

  .feature-living .section-heading {
    padding-bottom: 34px;
  }

  .feature-living-hero {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .feature-living-strip img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 14px;
  }

  .bedroom-hero {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .bedroom-strip {
    display: block;
    height: auto;
  }

  .bedroom-strip img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 14px;
  }

  .floorplans-heading {
    padding: 0 0 34px;
  }

  .view-grid {
    min-height: auto;
  }

  .view-main {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .view-strip {
    display: block;
    height: auto;
  }

  .view-strip img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 14px;
  }

  .proximity-copy,
  .proximity-visual {
    display: block;
  }

  .renovation-highlights {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .renovation-highlights div:nth-child(odd),
  .renovation-highlights div:last-child:nth-child(odd) {
    grid-column: auto;
    margin-right: 0;
  }

  .renovation-highlights div {
    display: block;
  }

  .renovation-highlights dd {
    margin-top: 12px;
  }

  .proximity-copy {
    margin-bottom: 34px;
  }

  .proximity-copy > div:first-child > p {
    margin-top: 24px;
  }

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

  .proximity-map img {
    aspect-ratio: 3 / 2;
    height: auto;
    width: 100%;
  }

  .drive-times {
    margin-top: 14px;
    padding: 20px;
  }

  .exterior-images {
    grid-template-columns: minmax(0, 1fr);
  }

  .exterior,
  .wellness,
  .bedrooms,
  .outdoor {
    padding-top: 72px;
  }

  .view-grid img,
  .feature-images img,
  .kitchen img,
  .exterior-photo,
  .wellness-strip img,
  .theater-section img,
  .bedrooms-grid img,
  .outdoor-grid img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .pool {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .feature-images .wide,
  .outdoor-grid .wide,
  .outdoor-grid .tall,
  .bedrooms-grid .primary-bedroom {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .view-grid img:not(:last-child),
  .feature-images img:not(:last-child),
  .kitchen img:not(:last-child),
  .wellness-strip img:not(:last-child),
  .bedrooms-grid img:not(:last-child),
  .outdoor-grid img:not(:last-child) {
    margin-bottom: 14px;
  }

  .view-grid img:not(.view-main),
  .feature-images img:not(.wide),
  .kitchen img:last-child,
  .wellness-strip img,
  .bedrooms-grid img:not(.primary-bedroom),
  .outdoor-grid img:not(.tall):not(.wide) {
    border-color: rgba(216, 199, 170, 0.72);
  }

  .closing .button {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 780px), (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  .exterior-images {
    row-gap: 14px;
  }

  .feature-living-hero,
  .wellness > .pool,
  .bedroom-hero {
    margin-bottom: 14px;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 24px;
    padding: 10px 18px;
    position: fixed;
  }

  nav {
    gap: 20px;
    overflow: visible;
    width: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero > img {
    height: 72svh;
  }

  .hero-copy {
    bottom: auto;
    left: auto;
    padding: 30px 22px 44px;
    position: static;
    right: auto;
  }

  .hero h1 {
    font-size: 56px;
    margin-bottom: 34px;
  }

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

  .split,
  .proximity,
  .floorplans,
  .renovation,
  .feature,
  .kitchen,
  .theater-section,
  .closing,
  .agent {
    height: auto;
    min-height: auto;
  }

  .split,
  .proximity,
  .floorplans,
  .renovation,
  .section-heading,
  .feature-copy,
  .kitchen-copy,
  .theater-copy,
  .closing,
  .agent {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .view-grid,
  .feature-images,
  .feature-living-hero,
  .kitchen > img,
  .pool,
  .bedroom-hero,
  .outdoor-hero,
  .theater-section > img {
    height: 68svh;
  }

  .view-strip,
  .feature-living-strip,
  .wellness-strip,
  .bedroom-strip,
  .outdoor-strip {
    height: 34svh;
  }

  .view-strip img,
  .feature-living-strip img,
  .wellness-strip img,
  .bedroom-strip img,
  .outdoor-strip img {
    height: 100%;
  }

  .proximity-copy {
    gap: 42px;
  }
}
