:root {
  --ink: #151412;
  --charcoal: #26231f;
  --cream: #f4efe6;
  --limestone: #ded5c7;
  --sand: #b9a98f;
  --wood: #6c5846;
  --bronze: #8b7358;
  --green: #586a4f;
  --blue: #8da7ad;
  --white: #fffdf8;
  --line: rgba(21, 20, 18, 0.14);
  --shadow: 0 24px 70px rgba(21, 20, 18, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 54px);
  color: var(--white);
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
}

.site-header.scrolled,
.site-header.open {
  background: rgba(244, 239, 230, 0.94);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.brand-mark strong {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
}

.site-nav a {
  position: relative;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
}

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

.hero-scrim {
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 8, 0.34);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 92svh;
  width: min(760px, 100%);
  flex-direction: column;
  justify-content: center;
  padding: 130px clamp(22px, 7vw, 92px) 90px;
}

.hero-brand {
  margin: 0 0 28px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: 4.5rem;
}

h2 {
  font-size: 3.25rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 560;
}

.hero-line {
  max-width: 440px;
  margin-bottom: 34px;
  font-size: 1.25rem;
}

.text-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link.light {
  color: var(--white);
}

.hero-meta {
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  bottom: 32px;
  z-index: 1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-meta span {
  border: 1px solid rgba(255, 253, 248, 0.45);
  padding: 9px 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-pad {
  padding: clamp(76px, 10vw, 150px) clamp(22px, 5vw, 70px);
}

.statement {
  padding-top: clamp(92px, 9vw, 132px);
  padding-bottom: clamp(92px, 9vw, 132px);
  background: var(--white);
  color: var(--ink);
}

.statement-inner {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: end;
}

.statement h2 {
  margin-bottom: 0;
  font-size: 3.75rem;
}

.statement-lines {
  max-width: 650px;
  padding-top: 26px;
  border-top: 1px solid var(--ink);
}

.statement-lines p {
  margin-bottom: 14px;
  color: rgba(21, 20, 18, 0.68);
  font-size: 1.15rem;
}

.statement-lines p:last-child {
  margin-bottom: 0;
  color: var(--ink);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, 1fr);
  min-height: 860px;
  background: var(--white);
}

.split-section.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  background: var(--limestone);
}

.split-image,
.appointment-image {
  min-height: 560px;
}

.split-image img,
.appointment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  align-self: center;
  padding: clamp(50px, 7vw, 94px);
}

.split-copy p {
  max-width: 560px;
  color: rgba(21, 20, 18, 0.72);
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.feature-list span {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 46px;
}

.section-heading p:last-child {
  max-width: 720px;
  color: rgba(21, 20, 18, 0.68);
  font-size: 18px;
}

.section-heading .text-link {
  margin-top: 12px;
}

.architecture {
  overflow: hidden;
  background: var(--cream);
}

.architecture-intro {
  padding-bottom: clamp(54px, 7vw, 100px);
}

.architecture-intro .section-heading {
  margin-bottom: 0;
}

.architecture-plate {
  position: relative;
  margin: 0;
  background: var(--limestone);
}

.architecture-plate img {
  width: 100%;
  max-height: 88svh;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.architecture-plate figcaption {
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  bottom: 24px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(21, 20, 18, 0.45);
}

.architecture-details {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(76px, 10vw, 150px) clamp(22px, 5vw, 70px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.architecture-detail img {
  width: 100%;
  object-fit: cover;
}

.architecture-detail h3,
.interior-detail h3 {
  margin: 20px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.architecture-detail p {
  max-width: 420px;
  color: rgba(21, 20, 18, 0.66);
}

.detail-light {
  grid-column: 1 / 8;
}

.detail-light img {
  aspect-ratio: 16 / 10;
  object-position: center 35%;
}

.detail-warmth {
  grid-column: 9 / 13;
  margin-top: 130px;
}

.detail-warmth img {
  aspect-ratio: 4 / 5;
  object-position: right center;
}

.detail-shadow {
  grid-column: 2 / 6;
  margin-top: 70px;
}

.detail-shadow img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.detail-landscape {
  grid-column: 7 / 13;
}

.detail-landscape img {
  aspect-ratio: 4 / 3;
  object-position: center bottom;
}

.interiors {
  background: #f7f2e9;
}

.interior-feature {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.interior-hero {
  margin: 0;
}

.interior-hero img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.interior-hero figcaption {
  margin-top: 14px;
  color: rgba(21, 20, 18, 0.58);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.interior-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.08;
}

.interior-copy p {
  color: rgba(21, 20, 18, 0.7);
  font-size: 17px;
}

.interior-detail-grid {
  display: grid;
  max-width: 1320px;
  margin: clamp(34px, 6vw, 82px) auto 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.interior-detail {
  display: block;
}

.interior-detail img {
  width: 100%;
  object-fit: cover;
}

.interior-detail div {
  padding: 0;
}

.interior-detail p {
  max-width: 440px;
  color: rgba(21, 20, 18, 0.66);
}

.interior-kitchen {
  grid-column: 1 / 9;
}

.interior-kitchen img {
  aspect-ratio: 16 / 10;
}

.interior-entry {
  grid-column: 10 / 13;
  margin-top: 120px;
}

.interior-entry img {
  aspect-ratio: 4 / 5;
}

.interior-terrace {
  grid-column: 1 / 7;
  margin-top: 60px;
}

.interior-terrace img {
  aspect-ratio: 4 / 3;
}

.interior-bath {
  grid-column: 8 / 13;
}

.interior-bath img {
  aspect-ratio: 4 / 5;
}

.floorplan {
  background: var(--white);
}

.plan-shell {
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: #f9f6ef;
  box-shadow: 0 28px 80px rgba(21, 20, 18, 0.08);
}

.plan-controls {
  display: flex;
  border-bottom: 1px solid var(--line);
}

.plan-controls button {
  display: grid;
  min-height: 78px;
  gap: 5px;
  flex: 1;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  padding: 16px 22px;
  color: var(--ink);
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-controls button small {
  color: inherit;
  font-size: 10px;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

.plan-controls button > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.plan-controls button:last-child {
  border-right: 0;
}

.plan-controls button.active {
  background: var(--ink);
  color: var(--cream);
}

.plan-controls button:focus-visible,
.map-place:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: -4px;
}

.plan-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  min-height: 520px;
}

.plan-summary {
  padding: clamp(38px, 5vw, 68px);
  border-right: 1px solid var(--line);
  background: var(--white);
}

.plan-level {
  margin-bottom: 42px;
  color: rgba(21, 20, 18, 0.5);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-summary h3 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.plan-summary > p:not(.plan-level) {
  max-width: 360px;
  color: rgba(21, 20, 18, 0.68);
  font-size: 17px;
}

.plan-features {
  margin: 44px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-features li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(21, 20, 18, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-drawing {
  padding: clamp(28px, 4vw, 52px);
  background: #f1ece2;
}

.plan-vignette {
  position: relative;
  aspect-ratio: 16 / 4.2;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 18, 0.22);
  background: var(--limestone);
}

.plan-vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
}

.plan-vignette figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  background: rgba(21, 20, 18, 0.74);
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-vignette figcaption small {
  color: rgba(255, 253, 248, 0.66);
  font-size: 8px;
}

.plan-orientation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: rgba(21, 20, 18, 0.46);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-canvas {
  position: relative;
  display: grid;
  min-height: 330px;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 8px;
  padding: clamp(14px, 2.5vw, 28px);
  border: 1px solid rgba(21, 20, 18, 0.22);
  background-color: #fbf8f1;
  background-image:
    linear-gradient(rgba(21, 20, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 18, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.plan-zone {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(21, 20, 18, 0.3);
  background: rgba(185, 169, 143, 0.22);
  padding: 14px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: plan-zone-in 260ms ease both;
}

.plan-zone span {
  font-weight: 600;
}

.plan-zone small {
  color: rgba(21, 20, 18, 0.54);
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: none;
}

@keyframes plan-zone-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.garage {
  grid-column: 1 / 4;
  grid-row: 1 / 6;
}

.entry {
  grid-column: 4 / 7;
  grid-row: 4 / 6;
}

.ground-living {
  grid-column: 4 / 7;
  grid-row: 1 / 4;
}

.garden {
  grid-column: 7 / 9;
  grid-row: 1 / 6;
  background: rgba(88, 106, 79, 0.18);
}

.primary-suite {
  grid-column: 1 / 6;
  grid-row: 1 / 5;
}

.bedrooms {
  grid-column: 6 / 9;
  grid-row: 1 / 3;
}

.landing {
  grid-column: 6 / 9;
  grid-row: 3 / 5;
}

.front-terrace {
  grid-column: 1 / 9;
  grid-row: 1 / 2;
  background: rgba(88, 106, 79, 0.18);
}

.amenity-room {
  grid-column: 2 / 8;
  grid-row: 2 / 5;
}

.rear-terrace {
  grid-column: 1 / 9;
  grid-row: 5 / 6;
  background: rgba(141, 167, 173, 0.2);
}

.plan-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 22px clamp(18px, 4vw, 46px);
  background: var(--white);
}

.plan-footer p {
  margin: 0;
  color: rgba(21, 20, 18, 0.68);
}

.plan-footer > p:last-child {
  color: rgba(21, 20, 18, 0.42);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-disclosure {
  max-width: var(--max);
  margin: 16px auto 0;
  color: rgba(21, 20, 18, 0.54);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.availability-grid span,
.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(21, 20, 18, 0.58);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.area-section {
  background: var(--white);
}

.location-layout {
  display: grid;
  max-width: 1320px;
  margin: 0 auto clamp(64px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
}

.location-map {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e8e4da;
  box-shadow: 0 28px 80px rgba(21, 20, 18, 0.08);
}

.map-grid,
.map-ocean,
.map-lagoon,
.map-road,
.map-place,
.map-pin,
.map-note,
.map-north {
  position: absolute;
}

.map-grid {
  inset: 0 27% 0 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(21, 20, 18, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 18, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: rotate(-4deg) scale(1.1);
}

.map-ocean {
  top: 0;
  right: 0;
  bottom: 0;
  width: 18%;
  border-left: 1px solid rgba(21, 20, 18, 0.18);
  background: #becdce;
}

.map-ocean span,
.map-lagoon span {
  position: absolute;
  top: 22px;
  left: 50%;
  color: rgba(21, 20, 18, 0.5);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
}

.map-road span {
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 2;
  padding: 4px 7px;
  border: 1px solid rgba(21, 20, 18, 0.12);
  background: #e8e4da;
  color: rgba(21, 20, 18, 0.58);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-flagler span {
  top: 72px;
}

.map-lagoon {
  top: 0;
  bottom: 0;
  left: 66%;
  width: 7%;
  border-right: 1px solid rgba(21, 20, 18, 0.14);
  border-left: 1px solid rgba(21, 20, 18, 0.14);
  background: #d4dddd;
}

.map-road {
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  background: rgba(21, 20, 18, 0.32);
}

.map-federal {
  left: 34%;
}

.map-flagler {
  left: 60%;
}

.map-place {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(21, 20, 18, 0.58);
  font-size: 1.05rem;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.map-place::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 3px 0;
  background: rgba(21, 20, 18, 0.42);
}

.map-place:hover {
  color: var(--ink);
  transform: translateX(3px);
}

.map-nora { top: 8%; left: 40%; }
.map-downtown { top: 20%; left: 39%; }
.map-palm-beach { top: 27%; left: 75%; }
.map-soso { top: 40%; left: 38%; }
.map-college { top: 56%; left: 38%; }
.map-lake-worth { top: 88%; left: 38%; white-space: nowrap; }

.map-pin {
  top: 68%;
  left: 31%;
  z-index: 3;
  display: grid;
  grid-template-columns: 16px auto;
  color: var(--ink);
  text-decoration: none;
}

.map-north {
  top: 24px;
  left: 24px;
  z-index: 4;
  display: grid;
  color: rgba(21, 20, 18, 0.6);
  font-size: 10px;
  place-items: center;
}

.map-north i {
  display: block;
  width: 1px;
  height: 30px;
  margin-top: 6px;
  background: rgba(21, 20, 18, 0.48);
}

.map-north i::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(21, 20, 18, 0.6);
  border-left: 1px solid rgba(21, 20, 18, 0.6);
  transform: translate(-3px, 1px) rotate(45deg);
}

.map-pin > span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border: 3px solid var(--white);
  background: var(--bronze);
  box-shadow: 0 0 0 1px var(--bronze);
}

.map-pin strong,
.map-pin small {
  grid-column: 2;
}

.map-pin strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.map-pin small {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-note {
  right: 20px;
  bottom: 16px;
  margin: 0;
  color: rgba(21, 20, 18, 0.46);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-copy h2 {
  max-width: 520px;
  font-size: 3.25rem;
}

.location-copy > p:not(.eyebrow) {
  color: rgba(21, 20, 18, 0.68);
  font-size: 18px;
}

.location-facts {
  margin: 38px 0 30px;
}

.location-facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.location-facts dt {
  color: rgba(21, 20, 18, 0.52);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-facts dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.location-story {
  max-width: 1320px;
  margin: 0 auto;
}

.location-anchors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 6vw, 82px) clamp(32px, 5vw, 74px);
}

.location-story article {
  padding-top: 28px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.location-story h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.location-story article > p:not(.eyebrow) {
  color: rgba(21, 20, 18, 0.64);
}

.location-story .place-line {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.location-growth {
  display: grid;
  margin-top: clamp(70px, 9vw, 130px);
  padding: clamp(48px, 6vw, 82px) 0;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.location-growth h3 {
  margin-bottom: 12px;
  font-size: 3.25rem;
}

.location-growth > p {
  max-width: 690px;
  font-size: 1.15rem;
}

.location-lifestyle {
  display: grid;
  margin-top: clamp(70px, 8vw, 110px);
  grid-template-columns: 1fr 1fr;
  gap: clamp(42px, 8vw, 120px);
}

.availability {
  background: var(--ink);
  color: var(--cream);
}

.availability .section-heading p:last-child,
.availability .eyebrow {
  color: rgba(244, 239, 230, 0.7);
}

.availability-grid {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(244, 239, 230, 0.2);
  border-left: 1px solid rgba(244, 239, 230, 0.2);
}

.availability-grid a {
  display: grid;
  min-height: 110px;
  align-content: center;
  justify-items: start;
  gap: 2px;
  padding: 24px;
  border-right: 1px solid rgba(244, 239, 230, 0.2);
  border-bottom: 1px solid rgba(244, 239, 230, 0.2);
  color: inherit;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease;
}

.availability-grid a:hover,
.availability-grid a:focus-visible {
  background: var(--cream);
  color: var(--ink);
}

.availability-grid span {
  color: rgba(244, 239, 230, 0.62);
}

.availability-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.availability-grid em {
  margin-top: 8px;
  color: rgba(244, 239, 230, 0.56);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-grid a:hover span,
.availability-grid a:hover em,
.availability-grid a:focus-visible span,
.availability-grid a:focus-visible em {
  color: rgba(21, 20, 18, 0.58);
}

.progress-strip {
  display: grid;
  padding: clamp(54px, 7vw, 90px) clamp(22px, 5vw, 70px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.progress-heading h2 {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 3.25rem;
}

.progress-copy {
  max-width: 620px;
  padding: 28px 0 0;
  border-top: 1px solid var(--ink);
}

.progress-copy p {
  margin-bottom: 26px;
  color: rgba(21, 20, 18, 0.68);
  font-size: 17px;
}

.private-preview {
  position: relative;
  display: grid;
  min-height: 84svh;
  overflow: hidden;
  place-items: center start;
  color: var(--white);
}

.private-preview > img,
.preview-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.private-preview > img {
  object-fit: cover;
  object-position: center;
}

.preview-scrim {
  background: rgba(14, 13, 12, 0.4);
}

.preview-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 96px);
}

.preview-content h2 {
  font-size: 4rem;
}

.preview-content > p:not(.eyebrow) {
  max-width: 560px;
  font-size: 19px;
}

.preview-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
}

.preview-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: background 180ms ease, color 180ms ease;
}

.preview-button:hover,
.preview-button:focus-visible {
  background: transparent;
  color: var(--white);
}

.appointment {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 560px);
  background: var(--white);
}

.closing-chapter {
  background: var(--white);
}

.appointment-form {
  align-self: center;
  padding: clamp(32px, 6vw, 74px);
}

.appointment-intro {
  color: rgba(21, 20, 18, 0.68);
  font-size: 17px;
}

.appointment-form label {
  display: block;
  margin-top: 18px;
  color: rgba(21, 20, 18, 0.7);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  background: #fbf8f1;
  padding: 14px 12px;
  color: var(--ink);
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form button {
  width: 100%;
  margin-top: 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  padding: 16px 18px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 3px;
}

.form-status {
  min-height: 26px;
  margin: 14px 0 0;
  color: var(--green);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(22px, 5vw, 70px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.site-footer strong {
  display: block;
  margin-bottom: 5px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    transition: none;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .statement h2 {
    font-size: 3.5rem;
  }

  .preview-content h2 {
    font-size: 3.75rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 83px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(244, 239, 230, 0.98);
    color: var(--ink);
    padding: 12px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 8px;
  }

  .hero-meta {
    left: 22px;
    right: 22px;
    justify-content: flex-start;
  }

  .split-section,
  .split-section.reverse,
  .appointment {
    grid-template-columns: 1fr;
  }

  .split-section.reverse .split-copy {
    order: 2;
  }

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

  .architecture-details,
  .interior-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .architecture-detail,
  .interior-detail {
    grid-column: auto;
    margin-top: 0;
  }

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

  .location-layout,
  .location-growth,
  .progress-strip {
    grid-template-columns: 1fr;
  }

  .location-anchors {
    grid-template-columns: 1fr;
  }

  .location-map {
    min-height: 620px;
  }

}

@media (max-width: 760px) {
  .statement-inner,
  .plan-stage {
    grid-template-columns: 1fr;
  }

  .statement-inner {
    gap: 48px;
  }

  .plan-summary {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .hero-brand {
    font-size: 1.05rem;
  }

  .hero-line {
    font-size: 1.1rem;
  }

  .statement {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .statement h2 {
    font-size: 3rem;
  }

  .statement-lines p {
    font-size: 1.08rem;
  }

  .interior-copy h3,
  .architecture-detail h3,
  .interior-detail h3,
  .location-story h3 {
    font-size: 1.75rem;
  }

  .location-copy h2,
  .progress-heading h2 {
    font-size: 2.4rem;
  }

  .preview-content h2 {
    font-size: 3.2rem;
  }

  .brand-mark strong {
    max-width: 132px;
    line-height: 1.2;
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 150px;
  }

  .hero-meta span {
    font-size: 10px;
  }

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

  .architecture-details,
  .interior-detail-grid {
    grid-template-columns: 1fr;
  }

  .location-lifestyle {
    grid-template-columns: 1fr;
  }

  .interior-detail {
    grid-column: auto;
    margin-top: 0;
  }

  .plan-controls {
    flex-direction: row;
  }

  .plan-controls button {
    min-height: 70px;
    padding: 14px 10px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .plan-controls button:last-child {
    border-right: 0;
  }

  .plan-summary,
  .plan-drawing {
    padding: 28px 20px;
  }

  .plan-summary h3 {
    font-size: 2.5rem;
  }

  .plan-level {
    margin-bottom: 28px;
  }

  .plan-features {
    margin-top: 30px;
  }

  .plan-canvas {
    min-height: 320px;
    gap: 7px;
    padding: 12px;
  }

  .plan-vignette {
    aspect-ratio: 16 / 7;
  }

  .plan-vignette figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .plan-zone {
    padding: 10px;
    font-size: 9px;
  }

  .plan-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .location-map {
    min-height: 520px;
  }

  .map-place {
    font-size: 13px;
  }

  .map-pin strong {
    font-size: 20px;
  }

  .map-ocean span,
  .map-lagoon span,
  .map-road span {
    font-size: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
