:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #62615f;
  --paper: #fbfaf7;
  --soft: #efeee8;
  --line: #dad6cc;
  --pine: #174f43;
  --pine-dark: #0f3a31;
  --wine: #6f2437;
  --clay: #a6502f;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 23, 23, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: currentColor;
  -webkit-mask:
    url("/assets/icons/makt-snowflake.svg") center / contain no-repeat;
  mask:
    url("/assets/icons/makt-snowflake.svg") center / contain no-repeat;
}

.primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 30px);
  font-size: 0.94rem;
  font-weight: 700;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a[aria-current="page"],
.nav-group:focus-within > .nav-trigger {
  color: var(--clay);
}

.primary-nav a:hover {
  color: var(--clay);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 25;
  min-width: 218px;
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(251, 250, 247, 0.98);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.nav-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-submenu a:hover,
.nav-submenu a:focus {
  background: rgba(166, 80, 47, 0.1);
  color: var(--clay);
}

.header-phone {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.header-phone:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  transform: translateY(-1px);
}

.site-header.is-scrolled .header-phone,
.site-header.is-open .header-phone {
  border-color: rgba(23, 79, 67, 0.24);
  background: rgba(23, 79, 67, 0.08);
  color: var(--pine);
}

.site-header.is-scrolled .header-phone:hover,
.site-header.is-open .header-phone:hover {
  border-color: var(--pine);
  background: var(--pine);
  color: var(--white);
}

.mobile-phone-link {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 130px clamp(18px, 5vw, 72px) 42px;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 54%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0) 50%);
}

.hero-content {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4c2a5;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(5.2rem, 16vw, 11rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-sub {
  margin-top: 0.12em;
  font-size: clamp(2.15rem, 5.4vw, 5.2rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 6vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  width: 100%;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  overflow-wrap: break-word;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--pine);
  color: var(--white);
}

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

.button:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

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

.button-ghost {
  border-color: rgba(23, 79, 67, 0.26);
  background: transparent;
  color: var(--pine);
}

.button-ghost:hover {
  border-color: var(--pine);
  background: rgba(23, 79, 67, 0.08);
}

.leasing-note {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  width: calc(100% - 36px);
  max-width: 310px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(13, 32, 27, 0.62);
  backdrop-filter: blur(16px);
}

.leasing-note span,
.availability span,
.residence-panel span,
.quick-strip span {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leasing-note strong {
  display: block;
  line-height: 1.35;
}

.leasing-note a {
  display: inline-flex;
  margin-top: 12px;
  color: #f4c2a5;
  font-weight: 800;
  text-decoration: none;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quick-strip a {
  min-height: 104px;
  padding: 22px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.quick-strip a:last-child {
  border-right: 0;
}

.quick-strip span {
  color: var(--clay);
}

.quick-strip strong {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

.section-grid,
.commercial-landing,
.feature-band,
.designer-stage,
.amenities,
.floor-plan,
.availability-section,
.gallery,
.neighborhood,
.contact {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.76fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.subpage-main {
  padding-top: 72px;
}

.subpage-hero {
  position: relative;
  min-height: clamp(580px, 78svh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(92px, 12vw, 150px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 86px);
  color: var(--white);
}

.subpage-hero-media,
.subpage-hero-shade {
  position: absolute;
  inset: 0;
}

.subpage-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.32) 52%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0) 58%);
}

.subpage-hero-content {
  position: relative;
  width: min(760px, 100%);
}

.subpage-hero .eyebrow {
  color: #f4c2a5;
}

.subpage-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(4.1rem, 10vw, 8.8rem);
  line-height: 0.88;
}

.subpage-hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.page-fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.page-fact-strip div {
  min-height: 138px;
  padding: 24px clamp(18px, 4vw, 38px);
  border-right: 1px solid var(--line);
}

.page-fact-strip div:last-child {
  border-right: 0;
}

.page-fact-strip span,
.tenant-fit-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-fact-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.page-fact-strip p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.page-split,
.tenant-fit-section,
.leasing-detail-section,
.page-contact {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.page-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 0.78fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  background: var(--paper);
}

.page-copy p {
  max-width: 720px;
}

.page-media-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.page-media-card img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.page-media-card figcaption {
  padding: 16px 18px;
  color: var(--pine);
  font-weight: 800;
  line-height: 1.4;
}

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

.tenant-fit-grid,
.leasing-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tenant-fit-grid article,
.leasing-detail-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f5ef;
}

.tenant-fit-grid h3,
.leasing-detail-grid h3 {
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.18;
}

.tenant-fit-grid p,
.leasing-detail-grid p {
  margin-bottom: 0;
}

.location-driver-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 84px);
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.location-driver-band .eyebrow {
  color: #f4c2a5;
}

.location-driver-band p,
.location-driver-band li {
  color: rgba(255, 255, 255, 0.78);
}

.location-driver-band ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-driver-band li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.leasing-detail-section {
  background: #f7f5ef;
}

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

.commercial-stat-grid span {
  display: block;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.commercial-landing {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(300px, 0.72fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.commercial-landing .eyebrow {
  color: #f4c2a5;
}

.commercial-landing p,
.commercial-landing li {
  color: rgba(255, 255, 255, 0.76);
}

.commercial-copy > p {
  max-width: 760px;
}

.commercial-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.commercial-stat-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.commercial-stat-grid span {
  margin-bottom: 8px;
  color: #f4c2a5;
}

.commercial-stat-grid strong {
  display: block;
  line-height: 1.35;
}

.commercial-fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.commercial-fit-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--clay);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  line-height: 1.45;
}

.commercial-media {
  position: relative;
  align-self: stretch;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.commercial-media img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.commercial-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.68);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.commercial-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
}

.intro-copy {
  padding-top: 12px;
}

.intro-overlap {
  grid-template-columns: minmax(340px, 1fr) minmax(300px, 0.72fr);
  align-items: center;
}

.intro-overlap .intro-copy {
  max-width: 620px;
}

.intro-media-stack {
  position: relative;
  order: -1;
  min-height: clamp(440px, 40vw, 600px);
  margin-top: 0;
  padding-bottom: clamp(76px, 10vw, 132px);
}

.intro-image {
  width: min(88%, 820px);
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-scenic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(46%, 390px);
  margin: 0;
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.intro-scenic img {
  aspect-ratio: 1.05 / 1;
  height: auto;
  object-fit: cover;
  object-position: center 52%;
}

.intro-scenic figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  background: rgba(23, 23, 23, 0.62);
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1.35;
}

.intro-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.intro-proof-grid div {
  min-height: 138px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.intro-proof-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-proof-grid strong {
  display: block;
  line-height: 1.45;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #f0f4f1;
}

.feature-copy p {
  width: min(600px, 100%);
}

.availability {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.availability div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(23, 79, 67, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.availability span,
.residence-panel span {
  color: var(--pine);
}

.availability strong {
  font-size: 1.14rem;
}

.residence-panel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.residence-panel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.residence-panel div {
  padding: 18px;
}

.residence-panel strong {
  font-size: 1.25rem;
}

.designer-stage {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(300px, 0.72fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  background: var(--white);
}

.designer-media {
  position: relative;
  min-height: 520px;
}

.designer-media img {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.designer-main {
  width: min(86%, 760px);
  aspect-ratio: 1.35 / 1;
}

.designer-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44%, 360px);
  aspect-ratio: 0.95 / 1;
  border: 10px solid var(--white);
}

.designer-copy p {
  max-width: 620px;
}

.styling-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.styling-grid div {
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.styling-grid span,
.unit-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.styling-grid strong {
  display: block;
  line-height: 1.45;
}

.section-heading {
  width: min(850px, 100%);
  margin-bottom: clamp(28px, 5vw, 50px);
}

.amenities {
  background: var(--paper);
}

.amenities-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 50px);
}

.amenities-header .section-heading {
  margin-bottom: 0;
}

.amenities-header > p {
  margin-bottom: 0;
}

.amenity-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 18px;
}

.amenity-story {
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.amenity-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.48) 0%, rgba(23, 23, 23, 0) 58%);
}

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

.amenity-story-featured {
  grid-row: span 2;
  min-height: clamp(560px, 54vw, 720px);
}

.amenity-story-featured img {
  object-position: center center;
}

.amenity-story-path img {
  object-position: center center;
}

.amenity-story-secure img {
  object-position: center center;
}

.amenity-story-copy {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: clamp(18px, 4vw, 32px);
}

.amenity-story-copy span,
.amenity-list-card span {
  display: block;
  margin-bottom: 8px;
  color: #f4c2a5;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.amenity-story-copy h3 {
  max-width: 560px;
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.04;
}

.amenity-story-copy p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.amenity-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.amenity-list-card {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.amenity-list-card span {
  color: var(--clay);
}

.amenity-list-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.amenity-list-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amenity-list-card li {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-left: 4px solid var(--pine);
  background: #f7f5ef;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.floor-plan {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.floor-plan p {
  color: rgba(255, 255, 255, 0.72);
}

.text-link {
  color: #f4c2a5;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.plan-preview {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.plan-preview img {
  height: 100%;
  min-height: 360px;
  object-fit: contain;
}

.plan-preview span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--pine);
  color: var(--white);
  font-weight: 800;
}

.availability-section {
  background: #f7f5ef;
}

.availability-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.availability-header p {
  margin-bottom: 0;
}

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

.unit-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.unit-card img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.unit-card-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.unit-card h3,
.unit-card strong,
.unit-stats {
  margin: 0;
}

.unit-card h3 a {
  color: inherit;
  text-decoration: none;
}

.unit-card h3 a:hover {
  color: var(--pine);
}

.unit-card > .unit-card-body > strong {
  font-size: 1.35rem;
}

.unit-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.unit-stats div {
  min-height: 72px;
  padding: 12px;
  border-radius: 8px;
  background: var(--soft);
}

.unit-stats dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-stats dd {
  margin: 0;
  font-weight: 800;
}

.unit-actions {
  display: grid;
  gap: 8px;
}

.unit-actions a,
.unit-actions button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--pine);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.unit-actions a:last-child,
.unit-actions button:last-child {
  border: 1px solid rgba(23, 79, 67, 0.2);
  background: transparent;
  color: var(--pine);
}

.unit-page {
  padding-top: 72px;
}

.unit-page-hero,
.unit-detail,
.unit-feature-band,
.unit-page-gallery,
.unit-source {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.unit-page-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--white);
}

.unit-page-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(3.15rem, 8vw, 7.4rem);
  line-height: 0.9;
}

.unit-page-copy p {
  max-width: 660px;
}

.unit-page-hero img {
  aspect-ratio: 1.28 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

.unit-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #f7f5ef;
}

.unit-detail h2,
.unit-feature-band h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

.unit-freshness {
  margin-top: 20px;
  color: var(--pine);
  font-weight: 800;
}

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

.unit-facts div {
  min-height: 100px;
  padding: 18px;
  border: 1px solid rgba(23, 79, 67, 0.16);
  border-radius: 8px;
  background: var(--white);
}

.unit-facts dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-facts dd {
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.unit-feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.84fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.unit-feature-band p,
.unit-feature-band li {
  color: rgba(255, 255, 255, 0.78);
}

.unit-feature-band ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.unit-feature-band li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.unit-page-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: var(--white);
}

.unit-page-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.unit-page-gallery img {
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.unit-page-gallery figcaption {
  padding: 12px 14px;
  color: var(--pine);
  font-weight: 800;
}

.unit-source {
  background: #f7f5ef;
}

.unit-source p {
  max-width: 860px;
}

.unit-source a {
  color: var(--pine);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item.floor-plan-thumb img {
  object-fit: contain;
  padding: 18px;
  background: var(--white);
}

.gallery-item span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.72);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.neighborhood {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(300px, 0.78fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background: #f6f1ee;
}

.map-panel {
  overflow: hidden;
  min-height: 440px;
  border-radius: 8px;
  border: 1px solid rgba(111, 36, 55, 0.16);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  display: block;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.location-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.location-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--wine);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.contact-details {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.tour-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tour-summary div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.tour-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tour-summary strong {
  display: block;
  line-height: 1.45;
}

.contact-details > a {
  color: var(--pine);
  font-weight: 800;
  text-decoration: none;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.88fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c9c4ba;
  border-radius: 8px;
  padding: 12px;
  background: var(--paper);
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(23, 79, 67, 0.2);
  border-color: var(--pine);
}

.contact-form .consent-field {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-form .consent-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--pine);
}

.consent-field a,
.legal-content a,
.legal-summary a {
  color: var(--pine);
  font-weight: 800;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--pine);
  font-weight: 800;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-legal {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-legal a:hover {
  color: var(--pine);
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-brand span {
  font-size: 1.3rem;
  font-weight: 800;
}

.footer-brand address {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.footer-nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-nav,
.social-links {
  color: var(--muted);
  font-weight: 700;
}

.site-footer a,
.contact-details a {
  text-decoration: none;
}

.social-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--muted);
  text-decoration: none;
}

.social-links a:hover {
  border-color: var(--pine);
  color: var(--pine);
}

.mobile-action-bar {
  display: none;
}

.legal-main {
  padding-top: 72px;
  background: var(--paper);
}

.legal-hero {
  padding: clamp(72px, 10vw, 120px) clamp(18px, 8vw, 140px) clamp(48px, 7vw, 82px);
  background: var(--pine);
  color: var(--white);
}

.legal-hero .eyebrow {
  color: #f4c2a5;
}

.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.94;
}

.legal-hero > p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.legal-layout {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 100px) 0;
}

.legal-summary {
  position: sticky;
  top: 110px;
  height: max-content;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow-wrap: anywhere;
}

.legal-summary strong {
  font-size: 1.06rem;
}

.legal-summary address,
.legal-summary p {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.legal-summary p {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
}

.legal-content {
  min-width: 0;
  color: #3d3d38;
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal-content > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.legal-content h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 1.1rem;
}

.legal-content p,
.legal-content ul {
  margin: 0 0 16px;
}

.legal-content ul {
  padding-left: 24px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content address {
  padding: 20px;
  border-left: 4px solid var(--clay);
  background: var(--white);
  font-style: normal;
}

.unit-modal {
  position: fixed;
  z-index: 55;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(18px, 3.5svh, 36px) clamp(16px, 4vw, 42px);
  background: rgba(23, 23, 23, 0.72);
  backdrop-filter: blur(12px);
}

.unit-modal[hidden] {
  display: none;
}

.unit-modal-panel {
  position: relative;
  width: min(90vw, 1480px);
  height: min(86svh, 860px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.76fr);
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.unit-modal-media {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--soft);
}

.unit-modal-media > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.unit-modal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  scrollbar-width: none;
}

.unit-modal-thumbs::-webkit-scrollbar {
  display: none;
}

.unit-modal-thumbs button {
  overflow: hidden;
  height: 74px;
  min-height: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
}

.unit-modal-thumbs button[aria-current="true"] {
  border-color: var(--pine);
}

.unit-modal-thumbs img {
  width: 100%;
  height: 74px;
  display: block;
  object-fit: cover;
}

.unit-modal-copy {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(24px, 4vw, 42px);
  scrollbar-gutter: stable;
}

.unit-modal-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.unit-modal-price {
  display: block;
  margin-bottom: 18px;
  color: var(--pine);
  font-size: 1.45rem;
}

.unit-modal-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.unit-modal-facts div {
  min-height: 84px;
  padding: 14px;
  border-radius: 8px;
  background: var(--soft);
}

.unit-modal-facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-modal-facts dd {
  margin: 0;
  font-weight: 800;
}

.unit-modal-section {
  padding-top: 8px;
}

.unit-modal-section h3 {
  margin-bottom: 12px;
}

.unit-modal-section ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.unit-modal-section li {
  padding: 12px 14px;
  border-left: 4px solid var(--clay);
  background: #f7f5ef;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
}

.unit-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.unit-modal-note {
  margin: 18px 0 0;
  font-size: 0.9rem;
}

.unit-modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(23, 23, 23, 0.16);
}

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 72px 18px 24px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1120px, 100%);
  max-height: calc(100svh - 120px);
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 920px) {
  .site-header {
    min-height: 66px;
  }

  .header-phone {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    top: 66px;
    right: 18px;
    left: 18px;
    margin-left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 14px;
    border-radius: 8px;
  }

  .primary-nav a:hover {
    background: var(--soft);
  }

  .nav-group {
    display: block;
  }

  .nav-trigger {
    display: flex;
    width: 100%;
  }

  .nav-submenu {
    position: static;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: -4px 0 6px;
    padding: 8px;
    border-color: var(--line);
    background: #f7f5ef;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-submenu a {
    padding: 10px 12px;
    white-space: normal;
  }

  .primary-nav .mobile-phone-link {
    display: block;
    margin-top: 6px;
    background: var(--pine);
    color: var(--white);
    text-align: center;
  }

  .primary-nav .mobile-phone-link:hover {
    background: var(--pine-dark);
    color: var(--white);
  }

  .leasing-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 26px;
  }

  .quick-strip,
  .section-grid,
  .commercial-landing,
  .page-fact-strip,
  .page-split,
  .tenant-fit-grid,
  .leasing-detail-grid,
  .location-driver-band,
  .feature-band,
  .designer-stage,
  .floor-plan,
  .availability-header,
  .amenities-header,
  .amenity-story-grid,
  .amenity-lists,
  .unit-page-hero,
  .unit-detail,
  .unit-feature-band,
  .neighborhood,
  .contact {
    grid-template-columns: 1fr;
  }

  .page-fact-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .page-fact-strip div:last-child {
    border-bottom: 0;
  }

  .commercial-media {
    min-height: 360px;
  }

  .commercial-media img {
    min-height: 360px;
  }

  .intro-overlap .intro-copy {
    max-width: 100%;
  }

  .amenity-story-featured {
    grid-row: auto;
    min-height: 440px;
  }

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

  .unit-modal-panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 42svh) minmax(0, 1fr);
    width: min(100%, 720px);
    height: calc(100svh - 88px);
  }

  .unit-modal-media {
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 210px;
  }

  .unit-page-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item.large {
    grid-column: span 2;
    grid-row: span 1;
  }

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

  .footer-legal {
    justify-content: flex-start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }

  .designer-media {
    min-height: 460px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 84svh;
    padding-right: 24px;
    padding-bottom: 28px;
    padding-left: 24px;
  }

  .subpage-main {
    padding-top: 66px;
  }

  .subpage-hero {
    min-height: 74svh;
    padding-right: 24px;
    padding-bottom: 36px;
    padding-left: 24px;
  }

  .subpage-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5.6rem);
  }

  h1 {
    font-size: clamp(4rem, 24vw, 6.4rem);
  }

  .hero-title-sub {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .hero-actions,
  .availability,
  .quick-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
    width: calc(100vw - 72px);
    max-width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 31ch;
  }

  .hero-content,
  .leasing-note {
    width: calc(100vw - 72px);
    max-width: 100%;
  }

  .button {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  .leasing-note {
    width: calc(100% - 24px);
  }

  .quick-strip a {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-strip a:last-child {
    border-bottom: 0;
  }

  .designer-media {
    min-height: auto;
  }

  .intro-media-stack {
    min-height: auto;
    padding-bottom: 0;
  }

  .intro-image,
  .intro-scenic {
    position: static;
    width: 100%;
  }

  .intro-scenic {
    margin-top: 14px;
    border: 0;
  }

  .designer-main,
  .designer-inset {
    position: static;
    width: 100%;
    border: 0;
  }

  .designer-inset {
    margin-top: 14px;
    aspect-ratio: 1.15 / 1;
  }

  .intro-proof-grid,
  .styling-grid,
  .amenity-list-card ul,
  .commercial-stat-grid,
  .commercial-fit-list,
  .tour-summary,
  .contact-form-row,
  .unit-grid,
  .unit-stats,
  .unit-facts,
  .unit-page-gallery,
  .unit-modal-facts {
    grid-template-columns: 1fr;
  }

  .commercial-actions {
    display: grid;
  }

  .commercial-actions .button {
    width: 100%;
  }

  .commercial-media,
  .commercial-media img {
    min-height: 300px;
  }

  .unit-page-actions {
    display: grid;
  }

  .unit-page-actions .button {
    width: 100%;
  }

  .unit-modal {
    align-items: end;
    padding: 12px 10px max(10px, env(safe-area-inset-bottom));
  }

  .unit-modal-panel {
    width: 100%;
    height: calc(100svh - 22px);
    grid-template-rows: minmax(220px, 34svh) minmax(0, 1fr);
  }

  .unit-modal-media {
    min-height: 0;
  }

  .unit-modal-thumbs {
    display: flex;
    overflow-x: auto;
  }

  .unit-modal-thumbs button {
    flex: 0 0 86px;
    height: 64px;
  }

  .unit-modal-thumbs img {
    height: 64px;
  }

  .unit-modal-actions {
    display: grid;
  }

  .unit-modal-actions .button {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-item.large {
    grid-column: span 1;
    grid-row: span 1;
  }

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

  .map-panel,
  .map-panel iframe {
    min-height: 320px;
  }

  .location-actions .button {
    width: 100%;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(23, 23, 23, 0.88);
    box-shadow: 0 16px 40px rgba(23, 23, 23, 0.28);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-weight: 800;
    font-size: 0.86rem;
    text-decoration: none;
  }

  .mobile-action-bar a:first-child {
    background: var(--pine);
    color: var(--white);
  }
}
