/* Nanahea — site styles */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg-page); overflow-x: hidden; }

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

/* ─────── Layout primitives ─────── */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 920px; margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg1);
}
.eyebrow-red { color: var(--deep-red); }
.eyebrow-on-dark { color: var(--white); opacity: 0.85; }

.rule-red {
  display: inline-block;
  width: 56px;
  height: 4px;
  background: var(--deep-red);
  margin: 0 0 20px;
}
.rule-red.center { display: block; margin: 0 auto 20px; }
.rule-hair { border: 0; border-top: 1px solid var(--border-soft); margin: 0; }

/* ─────── Navigation ─────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: saturate(140%);
}

/* Disclosure bar above the main nav */
.nav-disclosure {
  background: #0e0d0b;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-disclosure__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 32px;
}
.nav-disclosure__logo {
  height: 28px;
  width: auto;
  flex-shrink: 0;
  filter: invert(1) brightness(1.05);
}
.nav-disclosure__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.nav-disclosure__text strong {
  color: #ffffff;
  font-weight: 600;
}
.nav-disclosure__sep {
  margin: 0 6px;
  opacity: 0.5;
}
@media (max-width: 720px) {
  .nav-disclosure__inner {
    padding: 8px 18px;
    gap: 12px;
  }
  .nav-disclosure__logo { height: 22px; }
  .nav-disclosure__text { font-size: 10.5px; }
}
@media (max-width: 480px) {
  .nav-disclosure__inner { gap: 10px; }
  .nav-disclosure__logo { height: 20px; }
  .nav-disclosure__text { font-size: 10px; line-height: 1.4; }
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 18px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 4px 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  font: inherit;
  text-align: left;
  line-height: 1;
}
.nav-brand:focus { outline: none; }
.nav-brand:focus-visible {
  outline: 2px solid var(--deep-red);
  outline-offset: 4px;
}

/* Monogram: a small red rule paired with a serif N */
.nav-brand__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 28px;
}
.nav-brand__mark-bar {
  width: 3px;
  height: 26px;
  background: var(--deep-red);
  display: inline-block;
}
.nav-brand__mark-letter {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: var(--fg1);
  letter-spacing: -0.01em;
  transform: translateY(-1px);
}

/* Wordmark + place lockup, baseline-aligned */
.nav-brand__lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.nav-brand__word {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.005em;
  color: var(--fg1);
}
.nav-brand__rule {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: var(--border-soft, #d8d3cc);
}
.nav-brand__place {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fg-muted);
  white-space: nowrap;
}
.nav-brand__dot {
  color: var(--deep-red);
  margin: 0 2px;
}

.nav-brand:hover .nav-brand__word { color: var(--fg1); }
.nav-brand:hover .nav-brand__mark-bar { background: var(--deep-red-ink); }
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links button {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  background: none;
  border: 0;
  padding: 6px 0;
  color: var(--fg2);
  cursor: pointer;
  position: relative;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nav-links button:hover { color: var(--fg1); }
.nav-links button.btn-primary,
.nav-links button.btn-primary:hover,
.nav-links button.btn-primary:active { color: var(--black); }
.nav-links button.active { color: var(--deep-red); }
.nav-links button.active::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0; right: 0;
  height: 2px;
  background: var(--deep-red);
}

/* "New releases" badge in the nav */
.nav-links button.nav-release-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid rgba(179,32,37,0.28);
  border-radius: 999px;
  background: rgba(179,32,37,0.06);
  color: var(--deep-red, #B32025);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.nav-links button.nav-release-badge:hover {
  background: rgba(179,32,37,0.12);
  border-color: rgba(179,32,37,0.5);
  color: var(--deep-red, #B32025);
}
.nav-links button.nav-release-badge.active::after { display: none; }
.nav-release-badge__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--deep-red, #B32025);
  box-shadow: 0 0 0 0 rgba(179,32,37,0.4);
  animation: navReleasePulse 2s ease-in-out infinite;
}
@keyframes navReleasePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(179,32,37,0.4); }
  50% { box-shadow: 0 0 0 5px rgba(179,32,37,0); }
}
@media (prefers-reduced-motion: reduce) {
  .nav-release-badge__dot { animation: none; }
}

/* Tighten the nav progressively so links never crowd the brand lockup */
@media (max-width: 1500px) {
  /* place text only shows when there's room for it without crowding links */
  .nav-brand__place, .nav-brand__rule { display: none; }
  .nav-links { gap: 24px; }
}
@media (max-width: 1180px) {
  .nav-links { gap: 16px; }
  .nav-links button { font-size: 12px; }
  .nav-links button.nav-release-badge { font-size: 10.5px; padding: 6px 11px; }
  .nav-links button.btn-primary { padding: 9px 14px !important; }
}
@media (max-width: 1040px) {
  /* Collapse section links; keep New Releases badge + CTA */
  .nav-links > li:not(:last-child) { display: none; }
  .nav-links > li:has(.nav-release-badge) { display: list-item; }
  .nav-links { gap: 10px; }
}
/* Phone: compact badge + CTA so nothing overflows */
@media (max-width: 520px) {
  .nav-inner { padding: 14px 16px; gap: 12px; }
  .nav-brand__word { font-size: 19px; }
  .nav-brand { gap: 10px; }
  .nav-release-badge__txt-rest { display: none; }
  .nav-links button.nav-release-badge { padding: 6px 9px; font-size: 10px; gap: 6px; }
  .nav-links button.btn-primary { padding: 9px 11px !important; font-size: 10px !important; }
}

/* "New releases" pill in the editorial nav strip */
.navalt-strip__release {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  transition: color 0.18s ease;
}
.navalt-strip__release:hover { color: var(--deep-red, #B32025); }

/* ─────── Buttons ─────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--deep-red);
  color: var(--black);
}
.btn-primary:hover { background: var(--deep-red); }
.btn-primary:active { background: var(--action-press); transform: translateY(1px); }
.btn-ghost {
  background: transparent;
  color: var(--fg1);
  border: 1px solid var(--fg1);
}
.btn-ghost:hover { background: var(--fg1); color: var(--white); }
.btn-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--deep-red);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-link:hover { color: var(--deep-red-ink); }

/* ─────── Hero ─────── */
.hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: stretch;
}
.hero-photo {
  position: absolute; inset: 0;
  background: #1a1a1a;
  will-change: transform, filter;
}
.hero-scrim {
  position: absolute;
  inset: auto 0 0 0;
  height: 240px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Editorial trim — corner ticks, compass, coordinates */
.hero-trim { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.hero-trim__tick {
  position: absolute;
  width: 26px; height: 26px;
  border-color: rgba(255,255,255,0.55);
  border-style: solid;
  border-width: 0;
}
.hero-trim__tick--tl { top: 28px; left: 28px; border-top-width: 1px; border-left-width: 1px; }
.hero-trim__tick--tr { top: 28px; right: 28px; border-top-width: 1px; border-right-width: 1px; }
.hero-trim__tick--bl { bottom: 28px; left: 28px; border-bottom-width: 1px; border-left-width: 1px; }
.hero-trim__tick--br { bottom: 28px; right: 28px; border-bottom-width: 1px; border-right-width: 1px; }
.hero-compass {
  position: absolute;
  top: 36px; right: 56px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}
.hero-compass__n {
  font-family: var(--font-body);
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.75);
}
.hero-coord {
  position: absolute;
  bottom: 38px; right: 56px;
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 32px;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--deep-red);
  box-shadow: 0 0 0 4px rgba(179, 32, 37, 0.25);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(179, 32, 37, 0.15); }
  50% { box-shadow: 0 0 0 8px rgba(179, 32, 37, 0.05); }
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0 0 32px;
  white-space: pre-line;
}
.hero h1 em {
  font-style: italic;
  color: var(--white);
  opacity: 0.9;
}
.hero-intro {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  margin: 0 0 36px;
}
.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-cta-row .btn-ghost {
  color: var(--white);
  border-color: var(--white);
}
.hero-cta-row .btn-ghost:hover {
  background: var(--white);
  color: var(--black);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
  border-top: 4px solid var(--deep-red);
  padding-top: 28px;
}
.hero-meta .stat-k {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.01em;
}
.hero-meta .stat-v {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
}

.hero-footer {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  z-index: 4;
}

/* ─────── E komo mai band ─────── */
.welcome-band {
  background: var(--bg-soft);
  padding: 96px 0;
  text-align: center;
}
.welcome-band .scriptish {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 44px;
  color: var(--deep-red);
  margin-bottom: 24px;
}
.welcome-band h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: normal;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--fg1);
  max-width: 880px;
  margin: 0 auto 32px;
}
.welcome-band p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--fg2);
  max-width: 640px;
  margin: 0 auto;
}

/* ─────── Pillars ─────── */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.pillar {
  padding: 56px 32px;
  border-right: 1px solid var(--border-soft);
}
.pillar:last-child { border-right: 0; }
.pillar .num {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-red);
  margin-bottom: 16px;
}
.pillar h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--fg1);
  margin: 0 0 16px;
  text-transform: none;
}
.pillar p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fg2);
  margin: 0;
}

/* ─────── Section header ─────── */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head .lead { font-size: 18px; color: var(--fg2); line-height: 1.65; max-width: 520px; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--fg1);
  margin: 0;
}
.section-head h2 em {
  font-style: italic;
  color: var(--deep-red);
}

/* ─────── Plans ─────── */
.plans-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 48px;
  overflow-x: auto;
}
.plans-tab {
  flex: 1;
  min-width: 140px;
  padding: 24px 20px 20px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-right: 1px solid var(--border-soft);
  text-align: left;
  cursor: pointer;
  transition: background 140ms ease;
  font-family: var(--font-body);
}
.plans-tab:last-child { border-right: 0; }
.plans-tab:hover { background: var(--pewter-25); }
.plans-tab.active {
  border-bottom-color: var(--deep-red);
  background: var(--white);
}
.plans-tab .tab-code {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
  margin-bottom: 8px;
}
.plans-tab .tab-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: var(--fg1);
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.plans-tab .tab-bird {
  color: var(--fg-muted);
  flex: 0 0 auto;
  opacity: 0.7;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.plans-tab:hover .tab-bird { opacity: 1; }
.plans-tab.active .tab-bird {
  color: var(--deep-red);
  opacity: 1;
}
.plans-tab.active .tab-name { color: var(--deep-red); }
.plans-tab .tab-meaning {
  font-style: italic;
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--fg-muted);
  margin-top: 4px;
}
.plans-tab .tab-stats {
  font-size: 11.5px;
  color: var(--fg3);
  margin-top: 10px;
  letter-spacing: 0.02em;
}

.plan-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.plan-floor {
  position: relative;
  background: var(--pewter-25);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.plan-floor--img {
  aspect-ratio: auto;
  background: var(--white);
}
.view-toggle {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  display: inline-flex;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 3px;
  z-index: 5;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.view-toggle button {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border: 0;
  background: transparent;
  color: var(--fg-muted);
  cursor: pointer;
  border-radius: 999px;
  transition: background 140ms ease, color 140ms ease;
}
.view-toggle button:hover { color: var(--fg1); }
.view-toggle button.active {
  background: var(--deep-red);
  color: var(--white);
}
.plan-lightbox__kind {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ─────── Site Map ─────── */
.site-map-section { background: var(--paper); }
.site-map {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.site-map__legend {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.legend-group-title {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.legend-group-title--mt { margin-top: 18px; }
.legend-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legend-item {
  width: 100%;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}
.legend-item:hover, .legend-item.hover {
  border-color: var(--deep-red);
  background: var(--white);
  transform: translateX(2px);
}
.legend-static {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  font-family: var(--font-body);
}
.legend-swatch {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.15);
  flex: 0 0 auto;
}
.legend-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.legend-code {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}
.legend-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--fg1);
  letter-spacing: -0.005em;
}
.legend-name em { font-style: italic; color: var(--fg-muted); font-weight: 400; }
.legend-stats {
  font-size: 11.5px;
  color: var(--fg3);
}
.legend-arrow {
  color: var(--deep-red);
  font-size: 14px;
  opacity: 0;
  transition: opacity 140ms ease, transform 140ms ease;
}
.legend-item:hover .legend-arrow,
.legend-item.hover .legend-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.legend-streets {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
}
.legend-streets-list {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--fg-muted);
  line-height: 1.6;
}

.site-map__viewport {
  position: relative;
  border: 1px solid var(--border-soft);
  background: var(--white);
  overflow: hidden;
  min-height: 560px;
}
.map-stage {
  position: absolute;
  inset: 0;
  cursor: grab;
  overflow: hidden;
  user-select: none;
  touch-action: none;
}
.map-transform {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 60ms linear;
  will-change: transform;
}
.map-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.map-image-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.map-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.15);
  pointer-events: auto;
  z-index: 2;
}
.map-dot--sold { background: #B32025; }
.map-dot--available { background: #3FA85A; }
.map-dot--available {
  box-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.15), 0 0 0 0 rgba(63,168,90,0.55);
  animation: mapDotPulse 2.2s ease-in-out infinite;
}
@keyframes mapDotPulse {
  0%, 100% { box-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.15), 0 0 0 0 rgba(63,168,90,0.5); }
  50% { box-shadow: 0 2px 6px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.15), 0 0 0 7px rgba(63,168,90,0); }
}
@media (prefers-reduced-motion: reduce) { .map-dot--available { animation: none; } }
.map-dot--btn {
  width: 22px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.16s ease;
}
.map-dot--btn:hover { transform: translate(-50%, -50%) scale(1.18); z-index: 4; }
.map-dot__label {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
}

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 3px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
.legend-dot--sold { background: #B32025; }
.legend-dot--available { background: #3FA85A; }
.legend-item--avail {
  cursor: pointer;
}
.legend-item--avail .legend-dot {
  margin-top: 2px;
}
.map-controls {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  gap: 0;
  z-index: 5;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.map-controls button {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 8px 14px;
  border: 0;
  border-right: 1px solid var(--border-soft);
  background: transparent;
  color: var(--fg1);
  cursor: pointer;
  transition: background 140ms ease;
}
.map-controls button:last-child { border-right: 0; }
.map-controls button:hover { background: var(--pewter-25); color: var(--deep-red); }
.map-zoom-hint {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  background: var(--white);
  padding: 6px 12px;
  border: 1px solid var(--border-soft);
  font-weight: 600;
}
.map-meta {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 5;
  display: flex;
  gap: 18px;
  background: var(--white);
  padding: 10px 16px;
  border: 1px solid var(--border-soft);
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}
.map-meta strong {
  color: var(--deep-red);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .site-map { grid-template-columns: 1fr; gap: 24px; }
  .site-map__viewport { min-height: 460px; }
}
.plan-floor svg { width: 100%; height: 100%; display: block; }
.plan-floor-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: var(--white);
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
  cursor: zoom-in;
  transition: opacity 140ms ease;
}
.plan-floor-img:hover { opacity: 0.92; }

.plan-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 14, 13, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 32px 32px;
  animation: plan-lightbox-in 180ms ease-out;
  cursor: zoom-out;
}
@keyframes plan-lightbox-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.plan-lightbox__img {
  max-width: min(96vw, 1400px);
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  cursor: default;
  display: block;
}
.plan-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 140ms ease, border-color 140ms ease;
}
.plan-lightbox__close:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.45);
}
.plan-lightbox__caption {
  position: absolute;
  top: 22px;
  left: 32px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: var(--white);
}
.plan-lightbox__code {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.plan-lightbox__name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
}
.plan-lightbox__hint {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-left: auto;
}
@media (max-width: 720px) {
  .plan-lightbox { padding: 64px 14px 14px; }
  .plan-lightbox__caption { left: 14px; gap: 10px; }
  .plan-lightbox__hint { display: none; }
  .plan-lightbox__name { font-size: 18px; }
}
.plan-floor .floor-toggle {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  padding: 4px;
  border-radius: 2px;
  box-shadow: var(--shadow-sm);
}
.floor-toggle button {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 8px 14px;
  cursor: pointer;
  color: var(--fg2);
}
.floor-toggle button.active { background: var(--fg1); color: var(--white); }

.plan-info .plan-meaning {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--deep-red);
  margin-bottom: 8px;
}
.plan-info h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--fg1);
  margin: 0 0 8px;
  text-transform: none;
}
.plan-info h3.plan-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.plan-info .plan-bird {
  color: var(--deep-red);
  flex: 0 0 auto;
  opacity: 0.92;
}
.plan-info .plan-code {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 24px;
  font-weight: 500;
}
.plan-info .plan-summary {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg2);
  margin-bottom: 32px;
}

.plan-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 4px solid var(--deep-red);
  padding-top: 24px;
  margin-bottom: 32px;
}
.plan-stat .k {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: var(--fg1);
  line-height: 1.1;
}
.plan-stat .v {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 6px;
  font-weight: 500;
}

.plan-rooms {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
.plan-rooms li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  color: var(--fg2);
  line-height: 1.5;
}
.plan-rooms li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: var(--deep-red);
}

.plan-breakdown {
  border-top: 1px solid var(--border-soft);
  padding-top: 16px;
}
.plan-breakdown .row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 12.5px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--fg2);
}
.plan-breakdown .row:last-child { border-bottom: 0; font-weight: 500; color: var(--fg1); }

/* ─────── Smart home ─────── */
.smart-section {
  background: var(--black);
  color: var(--white);
}
.smart-section .section-head h2 { color: var(--white); }
.smart-section .section-head h2 em { color: var(--deep-red); }
.smart-section .section-head .lead { color: rgba(255,255,255,0.7); }
.smart-section .eyebrow-on-dark { color: var(--white); }

/* ── Home Is Connected · interactive ── */
.hic-stage {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: stretch;
  margin-bottom: 36px;
}
.hic-phone {
  position: relative;
  width: 320px;
  height: 640px;
  background: #0b0b0b;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.18);
  padding: 14px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), inset 0 0 0 2px rgba(255,255,255,0.04);
  margin: 0 auto;
}
.hic-phone__notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 22px;
  background: #000;
  border-radius: 0 0 14px 14px;
  z-index: 3;
}
.hic-phone__screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #131826 0%, #0d111c 100%);
  border-radius: 26px;
  padding: 36px 16px 16px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.hic-phone__statusbar {
  display: flex; justify-content: space-between; align-items: center;
  color: #fff; font-size: 11px; font-weight: 600;
  padding: 0 6px;
}
.hic-phone__signals { display: flex; gap: 5px; align-items: center; }
.hic-signal, .hic-wifi, .hic-battery { width: 14px; height: 10px; background: #fff; border-radius: 2px; opacity: 0.85; }
.hic-battery { width: 22px; border: 1px solid #fff; background: transparent; position: relative; }
.hic-battery::after { content:''; position:absolute; inset:1px 8px 1px 1px; background:#fff; }

.hic-phone__appbar {
  display: flex; justify-content: space-between; align-items: baseline;
  color: #fff;
  padding: 0 4px 6px;
}
.hic-phone__app { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.hic-phone__date { font-size: 10.5px; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; }

.hic-armcard {
  appearance: none;
  display: flex; align-items: center; gap: 12px;
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease;
  text-align: left;
}
.hic-armcard:hover { background: rgba(255,255,255,0.09); }
.hic-armcard__icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(63, 168, 90, 0.18);
  color: #6CC788;
  transition: all 200ms ease;
}
.hic-armcard.is-armed .hic-armcard__icon {
  background: rgba(179,32,37,0.2);
  color: #E26468;
}
.hic-armcard__label { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); font-weight: 600; }
.hic-armcard__state { font-size: 17px; font-weight: 600; margin-top: 2px; }
.hic-armcard__cta {
  margin-left: auto;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
}

.hic-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}
.hic-tile {
  appearance: none;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 12px 10px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: all 180ms ease;
}
.hic-tile:hover { background: rgba(255,255,255,0.08); }
.hic-tile.is-active {
  background: rgba(179,32,37,0.18);
  border-color: rgba(179,32,37,0.5);
  color: #fff;
}
.hic-tile__icon { width: 22px; height: 22px; display: block; }
.hic-tile__icon svg { width: 100%; height: 100%; }
.hic-tile__name { font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; }
.hic-tile__dot { position: absolute; top: 10px; right: 10px; width: 6px; height: 6px; border-radius: 50%; background: #6CC788; box-shadow: 0 0 0 3px rgba(108,199,136,0.18); }

.hic-foot {
  margin-top: auto;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  padding: 8px 0 0;
}

/* Right: device hero */
.hic-device {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 32px;
  animation: hic-fade 280ms ease;
}
@keyframes hic-fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.hic-device__media {
  background: #fff;
  aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.hic-device__media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hic-device__tag {
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--deep-red); font-weight: 700;
}
.hic-device__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin: 6px 0 12px;
  letter-spacing: -0.01em;
}
.hic-device__desc {
  font-size: 14.5px; line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0 0 18px;
}
.hic-device__specs {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px;
  font-size: 12px; color: rgba(255,255,255,0.7);
}
.hic-device__specs li { display: flex; align-items: center; gap: 8px; }
.hic-tick { color: var(--deep-red); font-weight: 700; }
.hic-device__nav { display: flex; gap: 8px; margin-top: 20px; }
.hic-dot { width: 22px; height: 4px; background: rgba(255,255,255,0.18); border: 0; cursor: pointer; transition: background 160ms ease; padding: 0; }
.hic-dot.is-active { background: var(--deep-red); }

/* Bottom rail */
.hic-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
}
.hic-railcard {
  appearance: none;
  background: var(--black);
  color: #fff;
  border: 0;
  padding: 18px 16px;
  display: flex; flex-direction: column; gap: 10px;
  cursor: pointer; text-align: left;
  position: relative;
  transition: background 180ms ease;
}
.hic-railcard:hover { background: #141414; }
.hic-railcard.is-active { background: #1a1a1a; }
.hic-railcard.is-active::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--deep-red);
}
.hic-railcard__media {
  background: #fff;
  height: 90px;
  display: flex; align-items: center; justify-content: center;
  padding: 8px;
}
.hic-railcard__media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hic-railcard__name { font-size: 13.5px; font-weight: 600; letter-spacing: 0.01em; }
.hic-railcard__short { font-size: 11.5px; line-height: 1.45; color: rgba(255,255,255,0.6); }
.hic-railcard__arrow {
  position: absolute; bottom: 14px; right: 14px;
  font-size: 14px; color: rgba(255,255,255,0.3);
  transition: transform 180ms ease, color 180ms ease;
}
.hic-railcard:hover .hic-railcard__arrow,
.hic-railcard.is-active .hic-railcard__arrow {
  color: var(--deep-red);
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .hic-stage { grid-template-columns: 1fr; gap: 32px; }
  .hic-device { grid-template-columns: 1fr; }
  .hic-rail { grid-template-columns: 1fr 1fr; }
}

.smart-warranty {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}

/* ─────── Urban garden ─────── */
.garden-section { background: var(--bg-soft); }
.garden-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.garden-illus {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid var(--border-soft);
  position: relative;
}
.garden-illus image-slot {
  display: block;
  width: 100%;
  height: 100%;
}
.garden-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.garden-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-soft);
  align-items: baseline;
}
.garden-list li:first-child { border-top: 4px solid var(--deep-red); padding-top: 24px; }
.garden-single { max-width: 860px; }
.garden-list--wide li {
  grid-template-columns: 60px 200px 1fr;
  padding: 28px 0;
  gap: 24px;
}
.garden-list--wide .gl-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--deep-red);
  letter-spacing: 0.02em;
}
.garden-list--wide .gl-items { font-size: 22px; }
@media (max-width: 720px) {
  .garden-list--wide li { grid-template-columns: 40px 1fr; gap: 16px; }
  .garden-list--wide li > .gl-items { grid-column: 1 / -1; }
}
.garden-list .gl-label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-red);
  font-weight: 600;
}
.garden-list .gl-items {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--fg1);
  line-height: 1.45;
  letter-spacing: -0.005em;
}

/* ─────── Site map / amenities ─────── */
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 64px;
}
.map-frame {
  border: 1px solid var(--border-soft);
  background: var(--pewter-25);
  aspect-ratio: 5 / 4;
  position: relative;
  overflow: hidden;
}
.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.map-pin .dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--fg-muted);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  transition: transform 140ms ease;
}
.map-pin.nanahea .dot {
  width: 16px; height: 16px;
  background: var(--deep-red);
  box-shadow: 0 0 0 6px rgba(179, 32, 37, 0.18);
}
.map-pin .lbl {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--fg1);
  background: rgba(255,255,255,0.92);
  padding: 4px 8px;
  white-space: nowrap;
}
.map-pin:hover .dot { transform: scale(1.3); }

/* ─────── Interactive location map (locm) ─────── */
.locm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.locm-chip {
  appearance: none;
  border: 1px solid var(--border-soft);
  background: #fff;
  color: var(--fg1);
  padding: 8px 14px;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 140ms ease;
}
.locm-chip:hover { border-color: var(--fg-muted); }
.locm-chip.is-active {
  background: var(--deep-red);
  border-color: var(--deep-red);
  color: #fff;
}

/* Map frame */
.locm-mapframe {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
  background: #EDE9E3;
  border: 1px solid var(--border-soft);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), 0 2px 14px rgba(0,0,0,0.04);
}
.locm-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Pins — numbered marker style */
.locm-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  --pin-color: #7E7F80;
  display: flex;
  align-items: center;
  gap: 8px;
}
.locm-pin__marker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--pin-color);
  color: var(--pin-color);
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease;
  flex-shrink: 0;
}
.locm-pin__tag {
  display: none;
  background: #1f1f1f;
  color: #fff;
  padding: 6px 10px 7px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  transform: translateY(-1px);
  position: relative;
}
.locm-pin__tag::before {
  content: '';
  position: absolute;
  left: -4px; top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-right-color: #1f1f1f;
}
.locm-pin__tag-name {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.locm-pin__tag-sub {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.68);
  margin-top: 1px;
}

.locm-pin:hover .locm-pin__marker,
.locm-pin:focus-visible .locm-pin__marker,
.locm-pin.is-active .locm-pin__marker {
  background: var(--pin-color);
  color: #fff;
  transform: scale(1.18);
  box-shadow: 0 2px 8px rgba(0,0,0,0.22);
}
.locm-pin:hover .locm-pin__tag,
.locm-pin:focus-visible .locm-pin__tag,
.locm-pin.is-active .locm-pin__tag {
  display: block;
}
.locm-pin:hover,
.locm-pin:focus-visible,
.locm-pin.is-active { z-index: 6; }

/* Primary pin (Nanahea) */
.locm-pin.is-primary { z-index: 5; }
.locm-pin.is-primary .locm-pin__marker {
  width: 30px; height: 30px;
  background: var(--deep-red);
  border-color: var(--deep-red);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 4px rgba(179, 32, 37, 0.18), 0 2px 6px rgba(0,0,0,0.18);
}
.locm-pin.is-primary .locm-pin__tag {
  display: block;
  background: var(--deep-red);
}
.locm-pin.is-primary .locm-pin__tag::before { border-right-color: var(--deep-red); }

/* Compass — small, top-right */
.locm-compass {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 4;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
}

/* Scale bar — bottom-left */
.locm-scale {
  position: absolute;
  bottom: 14px; left: 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.86);
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid var(--border-soft);
}
.locm-scale__bar {
  display: inline-block;
  width: 56px; height: 4px;
  background: linear-gradient(to right, #1f1f1f 50%, #fff 50%);
  border: 1px solid #1f1f1f;
}
.locm-scale__text {
  font-family: var(--font-sans);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}

/* Active readout card — bottom-right */
.locm-readout {
  position: absolute;
  right: 18px; bottom: 18px;
  z-index: 4;
  width: min(360px, 44%);
  background: #fff;
  border: 1px solid var(--border-soft);
  border-left: 3px solid var(--deep-red);
  padding: 16px 18px 18px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.10);
  animation: locm-readout-in 240ms ease;
}
@keyframes locm-readout-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.locm-readout__cat {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--fg1);
  margin-bottom: 8px;
}
.locm-readout__dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.locm-readout__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--fg1);
  margin-bottom: 2px;
}
.locm-readout__sub {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
  margin-bottom: 10px;
}
.locm-readout__body {
  font-size: 13px;
  line-height: 1.55;
  color: var(--fg2);
  margin: 0;
}

/* List below the map */
.locm-list {
  margin-top: 36px;
}
.locm-list__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border-soft);
}
.locm-list__sub {
  font-size: 11.5px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
  font-style: italic;
}
.locm-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0;
}
.locm-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 12px 14px 4px;
  border-bottom: 1px solid var(--border-soft);
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background 140ms ease, padding-left 140ms ease;
}
.locm-row:hover,
.locm-row.is-active {
  background: rgba(179, 32, 37, 0.04);
  padding-left: 12px;
}
.locm-row__n {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--fg-muted);
  width: 22px; height: 22px;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 140ms ease;
}
.locm-row:hover .locm-row__n,
.locm-row.is-active .locm-row__n {
  background: var(--deep-red);
  border-color: var(--deep-red);
  color: #fff;
}
.locm-row__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.locm-row__name {
  font-size: 14px;
  font-weight: 500;
  color: var(--fg1);
  line-height: 1.3;
}
.locm-row__cat {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}
.locm-row__dist {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--fg1);
}

/* Amenities — wide variant under map */
.locm-amenities {
  margin-top: 48px;
}
.amenity-list--wide li {
  grid-template-columns: 50px 1fr 1.2fr;
}
@media (max-width: 720px) {
  .amenity-list--wide li {
    grid-template-columns: 40px 1fr;
  }
  .amenity-list--wide li .note {
    grid-column: 2;
    margin-top: 4px;
  }
  .locm-readout {
    position: static;
    width: auto;
    margin: 14px 0 0;
  }
}

.amenity-list, .nearby-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenity-list li, .nearby-list li {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-soft);
}
.amenity-list li:first-child, .nearby-list li:first-child {
  border-top: 4px solid var(--deep-red);
  padding-top: 20px;
}
.amenity-list .num, .nearby-list .miles {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  color: var(--deep-red);
  letter-spacing: -0.01em;
}
.amenity-list .name, .nearby-list .name {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--fg1);
}
.amenity-list .note, .nearby-list .unit {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
  text-align: right;
}

/* ─────── Features ─────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.features-col {
  border-top: 4px solid var(--deep-red);
  padding-top: 24px;
}
.features-col h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
  color: var(--fg1);
  margin: 0 0 4px;
  text-transform: none;
}
.features-col .col-sub {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
  margin-bottom: 24px;
}
.features-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-col li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--border-soft);
  font-size: 13.5px;
  color: var(--fg2);
  line-height: 1.5;
}
.features-col li:last-child { border-bottom: 0; }
.features-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 12px; height: 1px;
  background: var(--deep-red);
}

/* ─────── Timeline ─────── */
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-top: 4px solid var(--deep-red);
  padding-top: 32px;
}
.timeline .stage {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  color: var(--fg1);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.timeline p { font-size: 14.5px; color: var(--fg2); line-height: 1.6; margin: 0; }

/* ─────── Reserve / contact form ─────── */
.reserve-section {
  background: var(--black);
  color: var(--white);
  padding: 88px 0 72px;
}

.reserve-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.reserve-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0 0 14px;
}
.reserve-head h2 em { font-style: italic; color: var(--deep-red); }
.reserve-head .lead {
  font-size: 16.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}

.reserve-form {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.reserve-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
}
.field { display: grid; gap: 5px; }
.field-full { grid-column: 1 / -1; }
/* The .field class collides with a light-theme input style in
   styles/components.css. Reset the wrapper div on the dark form. */
.reserve-form .field {
  all: unset;
  display: grid;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
}
.reserve-form .field.field-full { grid-column: 1 / -1; }
.reserve-form .field.field-plans { display: block; }

.field label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95) !important;
  font-weight: 600;
  display: block;
}
.reserve-form .field input,
.reserve-form .field select,
.reserve-form .field textarea {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: var(--deep-red) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 12px 14px !important;
  border-radius: 2px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transition: border-color 140ms ease, background 140ms ease;
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(255,255,255,0.45); }
/* Browser autofill overrides — keep dark bg + white text */
.field input:-webkit-autofill,
.field input:-webkit-autofill:hover,
.field input:-webkit-autofill:focus,
.field textarea:-webkit-autofill,
.field select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(35,35,35,1) inset;
  box-shadow: 0 0 0px 1000px rgba(35,35,35,1) inset;
  caret-color: var(--deep-red);
  transition: background-color 5000s ease-in-out 0s;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.5) 50%),
                    linear-gradient(135deg, rgba(255,255,255,0.5) 50%, transparent 50%);
  background-position: calc(100% - 12px) 10px, calc(100% - 7px) 10px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.field select option { color: #000; }
.reserve-form .field input:focus,
.reserve-form .field select:focus,
.reserve-form .field textarea:focus {
  outline: 0 !important;
  border-color: var(--deep-red) !important;
  background: rgba(255,255,255,0.14) !important;
  box-shadow: 0 0 0 3px rgba(179,32,37,0.18) !important;
}

.field-plans label { margin-bottom: 4px; }

.plan-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.plan-chip {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.82);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}
.plan-chip:hover { border-color: var(--white); color: var(--white); }
.plan-chip.active {
  background: var(--deep-red);
  border-color: var(--deep-red);
  color: var(--white);
}

.link-add {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  font: inherit;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 0;
  justify-self: start;
  transition: color 140ms ease;
}
.link-add:hover { color: var(--white); }

.reserve-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  margin-top: 4px;
}
.btn-lg {
  font-size: 13px;
  padding: 16px 24px;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.btn-lg .btn-arrow {
  display: inline-block;
  transition: transform 180ms ease;
}
.btn-lg:hover .btn-arrow { transform: translateX(4px); }

.reserve-cta-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
}
.reserve-cta-promise { text-transform: uppercase; letter-spacing: 0.18em; font-weight: 500; }
.reserve-cta-dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.reserve-cta-meta a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 1px;
  transition: border-color 140ms ease;
}
.reserve-cta-meta a:hover { border-bottom-color: var(--deep-red); }

.reserve-foot {
  max-width: 880px;
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.reserve-foot-team {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.reserve-foot-logo {
  height: 38px;
  width: auto;
  filter: invert(1);
  opacity: 0.78;
  align-self: flex-start;
}
.reserve-foot-credentials {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Inter', sans-serif;
}
.reserve-foot-credentials .rfc-row {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.reserve-foot-credentials .rfc-name {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.reserve-foot-credentials .rfc-title {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}
.reserve-foot-credentials .rfc-broker {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}
.reserve-foot-credentials .rfc-lic {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 2px 8px;
  border-radius: 999px;
}
.reserve-foot-credentials .rfc-sep {
  color: rgba(255,255,255,0.3);
}
.reserve-foot-credentials .rfc-hours {
  margin-top: 4px;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.reserve-foot-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--deep-red);
}
.reserve-buyer-rep {
  margin: 18px 0 0;
  padding: 14px 18px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.62);
  border-left: 2px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.03);
  max-width: 720px;
}
.reserve-buyer-rep strong {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.reserve-foot--quote-only {
  display: block;
  max-width: 720px;
  text-align: center;
  margin: 56px auto 0;
}
.reserve-foot--quote-only .reserve-foot-quote {
  border-left: 0;
  padding-left: 0;
  font-size: 17px;
  color: rgba(255,255,255,0.82);
}

.toast {
  margin-top: 16px;
  padding: 16px;
  background: rgba(63, 107, 74, 0.15);
  border-left: 3px solid var(--status-success);
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

/* ─────── Footer ─────── */
.foot {
  background: var(--pewter-25);
  border-top: 1px solid var(--border-soft);
  padding: 64px 0 32px;
}
.foot--compact { padding: 44px 0 22px; }
.foot--compact .foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr;
  gap: 40px;
  margin-bottom: 28px;
  align-items: start;
}
.foot--compact .foot-mark { font-size: 22px; margin-bottom: 6px; }
.foot--compact .foot-tag { font-size: 13px; margin-bottom: 10px; }
.foot--compact .foot-addr {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--fg2);
  margin: 0;
}
.foot--compact .foot-addr a { color: var(--fg1); font-weight: 500; }
.foot--compact .foot-sep { color: var(--fg-muted); }
.foot--compact h5 { margin: 0 0 10px; }
.foot--compact .foot-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.foot--compact .foot-nav button { font-size: 12.5px; }
.foot--compact .foot-team {
  display: flex;
  align-items: center;
  gap: 16px;
}
.foot--compact .foot-team-logo {
  height: 48px;
  width: auto;
  flex-shrink: 0;
  opacity: 0.95;
}
.foot--compact .foot-team-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.foot--compact .foot-team-name {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg1);
  letter-spacing: 0.01em;
}
.foot--compact .foot-team-brokerage {
  font-size: 12px;
  color: var(--fg2);
  line-height: 1.4;
}
.foot--compact .foot-team-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 4px;
}
.foot--compact .foot-team-dot {
  opacity: 0.5;
}
.foot--compact .foot-disclaimer {
  padding-top: 20px;
  border-top: 1px solid var(--border-soft);
}
.foot--compact .foot-disclaimer-text {
  font-size: 10.5px;
  line-height: 1.6;
  color: var(--fg-muted);
  margin: 0 0 14px;
  max-width: 100%;
}
.foot--compact .foot-disclaimer-text strong { color: var(--fg2); font-weight: 600; }
.foot--compact .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--fg-muted);
}
.foot--compact .foot-onward {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--deep-red);
}
@media (max-width: 720px) {
  .foot--compact .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot--compact .foot-nav { grid-template-columns: 1fr 1fr; }
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.foot h5 {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
  margin: 0 0 16px;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.foot a, .foot button {
  font-size: 13.5px;
  color: var(--fg2);
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
}
.foot a:hover, .foot button:hover { color: var(--deep-red); }
.foot-mark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--fg1);
  margin-bottom: 12px;
}
.foot-mark .dot { color: var(--deep-red); }
.foot-tag {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--fg2);
  margin-bottom: 24px;
}
.foot-disclaimer {
  border-top: 1px solid var(--border-soft);
  padding-top: 24px;
  font-size: 10.5px;
  line-height: 1.7;
  color: var(--fg-muted);
  letter-spacing: 0.01em;
}

/* ─────── Hawaiian elements ─────── */
.bird-glyph {
  display: inline-block;
  width: 36px;
  height: 1px;
  vertical-align: middle;
  background: var(--deep-red);
  margin-right: 12px;
}

/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Finishes section */
.finishes-board {
  position: relative;
  margin: 64px -40px 72px;
  border-radius: 4px;
  overflow: visible;
  background: var(--white);
  box-shadow: 0 30px 80px -20px rgba(20,15,10,0.28), 0 8px 24px rgba(20,15,10,0.10);
  border: 1px solid rgba(20,15,10,0.10);
  transform: perspective(1800px) rotateX(0.5deg);
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1), box-shadow 0.5s ease;
}
.finishes-board:hover {
  transform: perspective(1800px) rotateX(0deg) translateY(-4px);
  box-shadow: 0 40px 100px -20px rgba(20,15,10,0.34), 0 12px 32px rgba(20,15,10,0.14);
}
.finishes-board::before {
  content: '';
  position: absolute;
  inset: -10px -10px -10px 10px;
  border: 1px solid var(--deep-red);
  border-radius: 4px;
  z-index: -1;
  opacity: 0.5;
  transform: translate(10px, 10px);
}
.finishes-board::after {
  content: 'INCLUDED IN EVERY HOME';
  position: absolute;
  top: -14px;
  left: 28px;
  background: var(--deep-red);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.20em;
  padding: 8px 14px;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(179,32,37,0.30);
}
.finishes-board img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 720px) {
  .finishes-board { margin: 40px 0 48px; transform: none; }
  .finishes-board:hover { transform: translateY(-2px); }
  .finishes-board::before { display: none; }
  .finishes-board::after { font-size: 9px; padding: 6px 10px; left: 12px; top: -12px; }
}
.finishes-credits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--border-soft);
}
.finishes-credit__label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 6px;
}
.finishes-credit__brand {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--fg1);
  line-height: 1.35;
}
@media (max-width: 720px) {
  .finishes-credits { grid-template-columns: 1fr 1fr; gap: 18px; }
}

/* Responsive */
@media (max-width: 960px) {
  .hero-inner, .plan-detail, .garden-grid, .location-grid, .reserve-grid, .reserve-fields, .reserve-foot {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--border-soft); }
  .smart-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .plan-info h3 { font-size: 48px; }
  .plan-stats-row { grid-template-columns: 1fr 1fr; }
  .plan-rooms { grid-template-columns: 1fr; }
  /* Collapse nav: keep CTA + New Releases badge on mobile, drop section links */
  .nav-links > li:not(:last-child) { display: none; }
  .nav-links > li:has(.nav-release-badge) { display: list-item; }
  .nav-links { gap: 8px; }
  .nav-brand__place { display: none; }
  .nav-brand__rule { display: none; }
  .nav-brand__lockup { gap: 0; }
  section { padding: 80px 20px; }
}

/* Phone */
@media (max-width: 560px) {
  .hero h1 { font-size: clamp(36px, 9vw, 56px); margin-bottom: 20px; }
  .hero-intro { font-size: 15px; margin-bottom: 24px; }
  .hero-eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta-row .btn { width: 100%; justify-content: center; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero-trim, .hero-compass, .hero-coord { display: none; }
  .hero-footer { font-size: 9px; padding: 0 20px 20px; gap: 8px; flex-direction: column; align-items: flex-start; }
  .pillars { grid-template-columns: 1fr; }
  .smart-grid { grid-template-columns: 1fr; }
  .plan-info h3 { font-size: 36px; }
  .plan-stats-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 24px; }
  .foot--compact .foot-nav { grid-template-columns: 1fr 1fr; }
  section h2 { font-size: clamp(28px, 7vw, 40px); }
  .cta-pop { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 22px 20px; }
  .cta-pop__title { font-size: 22px; }
  .cta-pop__actions { flex-direction: column; }
  .cta-pop__actions .cta-pop__btn { width: 100%; justify-content: center; }
  .reserve-fields .field input, .reserve-fields .field select, .reserve-fields .field textarea { font-size: 16px; }
  .nav-brand__word { font-size: 16px; }
  .nav-inner { padding: 12px 16px; }
  .btn { padding: 12px 18px; font-size: 11px; }
}

/* ─────── Mobile polish — fills the gaps ─────── */

/* Anchor offset so sticky nav doesn't cover section headings */
html { scroll-padding-top: 80px; }

/* Tablet + below */
@media (max-width: 960px) {
  .wrap { padding: 0 22px; }
  .wrap-narrow { padding: 0 22px; }
  .section { padding: 72px 0; }

  /* Plans tabs: horizontal scroll on narrower screens */
  .plans-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
  .plans-tab { flex: 0 0 220px; scroll-snap-align: start; padding: 18px 16px; }

  /* Location map: shrink to a sensible mobile height, stack readout */
  .locm-mapframe { aspect-ratio: auto; height: 460px; }
  .locm-readout { right: 12px; bottom: 12px; left: 12px; width: auto; max-width: none; padding: 14px 16px; }
  .locm-readout__body { font-size: 12.5px; }
  .locm-filters { gap: 6px; }
  .locm-chip { font-size: 10.5px; padding: 7px 12px; }

  /* Site map already collapses at 900px — also tighten gutters */
  .site-map { gap: 20px; }

  /* Reduce dense form rows */
  .reserve-fields { gap: 14px; }
}

/* Phone */
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .wrap-narrow { padding: 0 18px; }
  .section { padding: 56px 0; }
  section { padding: 56px 18px; }
  html { scroll-padding-top: 64px; }

  /* Tighter section heads */
  .section-head { margin-bottom: 28px; }
  .section-head .lead { font-size: 16px; }

  /* Nav: smaller and tighter */
  .nav-brand__mark { width: 30px; height: 30px; }
  .nav-brand__lockup { line-height: 1.1; }

  /* Plans tabs — hide meaning row on phone to fit more tab content */
  .plans-tab { flex: 0 0 180px; padding: 14px 14px; }
  .plans-tab .tab-meaning { display: none; }
  .plans-tab .tab-stats { font-size: 10.5px; }
  .plans-tab .tab-name { font-size: 22px; }

  /* Plan detail — looser stats */
  .plan-stats-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .plan-info { padding-top: 8px; }
  .plan-meaning { font-size: 13px; }
  .plan-breakdown .row { font-size: 13px; }

  /* Location map — shorter and pin tags more compact */
  .locm-mapframe { height: 380px; }
  .locm-pin__tag { font-size: 9.5px; padding: 6px 9px; }
  .locm-pin__tag-name { font-size: 10.5px; }
  .locm-readout__title { font-size: 17px; }
  .locm-list__grid { grid-template-columns: 1fr; }
  .locm-row { padding: 12px 0; }

  /* Pillars — single column with clean stack */
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-bottom: 1px solid var(--border-soft); padding: 24px 0; }
  .pillar:last-child { border-bottom: 0; }

  /* Features columns spacing */
  .features-col { padding: 24px 0; border-top: 1px solid var(--border-soft); }
  .features-col:first-child { border-top: 0; padding-top: 0; }

  /* Garden list — already responsive; minor tweak */
  .garden-single h2 { font-size: 40px !important; }
  .garden-list--wide .gl-label { font-size: 16px; }
  .garden-list--wide .gl-items { font-size: 14px; }

  /* Reserve — full-width primary CTA */
  .reserve-cta-row { flex-direction: column; align-items: stretch; gap: 14px; }
  .reserve-cta-row .btn { width: 100%; justify-content: center; }
  .reserve-cta-meta { justify-content: center; flex-wrap: wrap; }
  .plan-chips { gap: 6px; }
  .plan-chip { font-size: 11px; padding: 7px 11px; }

  /* Weekly release fits better on phone */
  .release { padding: 60px 0; }
  .release-title { font-size: clamp(32px, 8vw, 44px); }

  /* CTA popup safe area */
  .cta-pop { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom, 0px)); }

  /* Allow horizontal scroll for tab strips without page bleed */
  body { overflow-x: hidden; }

  /* Tweaks panel — push above safe area on phones */
  .tweaks-panel, .tweaks-panel-root { max-width: calc(100vw - 24px); }
}

/* Very narrow phones */
@media (max-width: 380px) {
  .hero h1 { font-size: clamp(32px, 10vw, 44px); }
  .nav-brand__word { font-size: 15px; }
  .btn { padding: 10px 14px; font-size: 10.5px; }
}

/* ─────── Weekly Release section ─────── */
/* Prevent iOS auto-zoom on form focus */
@media (max-width: 768px) {
  input, select, textarea { font-size: 16px !important; }
}
.release {
  background: var(--bg-soft, #f6f4ef);
  padding: 110px 0;
  border-top: 1px solid var(--border-soft, rgba(0,0,0,0.08));
  border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.08));
}
.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: center;
}
.release-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-red, #B32025);
  margin-bottom: 28px;
}
.release-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--deep-red, #B32025);
  box-shadow: 0 0 0 4px rgba(179,32,37,0.18);
  animation: releasePulse 2.4s ease-in-out infinite;
}
@keyframes releasePulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(179,32,37,0.15); }
  50% { box-shadow: 0 0 0 9px rgba(179,32,37,0.03); }
}
.release-title {
  font-family: var(--font-display, 'Caslon', 'EB Garamond', serif);
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--black, #1a1a1a);
  margin: 0 0 24px;
}
.release-body {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg2, #4a4a4a);
  max-width: 480px;
  margin: 0 0 32px;
}
.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.release-fineprint {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--fg-muted, #9C968F);
  line-height: 1.5;
  margin: 0;
  max-width: 480px;
}

/* This week's released inventory */
.release-inv {
  background: #fff;
  border: 1px solid var(--border-soft, rgba(0,0,0,0.08));
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 28px 52px -32px rgba(0,0,0,0.28);
  display: flex;
  flex-direction: column;
}
.release-inv__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 28px 16px;
  border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.08));
}
.release-inv__head-label {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--deep-red, #B32025);
}
.release-inv__head-count {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--fg-muted, #9C968F);
}
.release-inv__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.release-inv__row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.06));
  transition: background 0.18s ease;
}
.release-inv__row:hover { background: var(--bg-soft, #f6f4ef); }
.release-inv__id { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.release-inv__home {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--black, #1a1a1a);
}
.release-inv__plan {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--fg-muted, #9C968F);
}
.release-inv__name { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.release-inv__bird {
  font-family: var(--font-display, 'Caslon', 'EB Garamond', serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--black, #1a1a1a);
}
.release-inv__specs {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: var(--fg2, #4a4a4a);
}
.release-inv__price {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--black, #1a1a1a);
  text-align: right;
  white-space: nowrap;
}
.release-inv__cta {
  appearance: none;
  background: none;
  border: 0;
  width: 100%;
  text-align: center;
  padding: 18px 28px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--deep-red, #B32025);
  cursor: pointer;
  transition: background 0.18s ease;
}
.release-inv__cta:hover { background: var(--bg-soft, #f6f4ef); }

.release-preview {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-soft, rgba(0,0,0,0.08));
  padding: 40px 36px 32px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 24px 48px -28px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.release-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 32px 56px -28px rgba(0,0,0,0.3);
}
.release-preview__chip {
  display: inline-block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted, #9C968F);
  border: 1px solid var(--border-soft, rgba(0,0,0,0.1));
  padding: 6px 10px;
  border-radius: 999px;
  align-self: flex-start;
}
.release-preview__doc {
  position: relative;
  background: #fafafa;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 4px;
  padding: 28px 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.release-preview__lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.release-preview__lines span {
  display: block;
  height: 8px;
  background: rgba(0,0,0,0.08);
  border-radius: 2px;
}
.release-preview__lines span:nth-child(1) { width: 60%; background: rgba(179,32,37,0.5); height: 10px; }
.release-preview__lines--short { width: 40% !important; }
.release-preview__seal {
  align-self: flex-end;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: #fff;
  background: var(--deep-red, #B32025);
  padding: 6px 12px;
  border-radius: 2px;
}
.release-preview__cta {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black, #1a1a1a);
}

/* Modal */
.release-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.release-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(15,12,8,0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: releaseFade 0.18s ease;
}
.release-modal__panel {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1100px;
  height: 92vh;
  max-height: 900px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  animation: releaseRise 0.22s ease;
  overflow: hidden;
}
@keyframes releaseFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes releaseRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.release-modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.1));
  flex-shrink: 0;
}
.release-modal__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--black, #1a1a1a);
}
.release-modal__bar-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.release-modal__link {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg2, #4a4a4a);
  text-decoration: none;
  transition: color 0.18s ease;
}
.release-modal__link:hover { color: var(--deep-red, #B32025); }
.release-modal__close {
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: var(--fg2, #4a4a4a);
  display: flex;
  align-items: center;
  justify-content: center;
}
.release-modal__close:hover { color: var(--black, #1a1a1a); }
.release-modal__frame {
  flex: 1;
  width: 100%;
  border: 0;
  background: #f3f1ec;
}

@media (max-width: 880px) {
  .release { padding: 80px 0; }
  .release-grid { grid-template-columns: 1fr; gap: 40px; }
  .release-preview { padding: 28px 24px; }
  .release-inv__row { grid-template-columns: minmax(0, 1fr) auto; gap: 10px 16px; }
  .release-inv__name { grid-column: 1; grid-row: 2; }
  .release-inv__id { grid-column: 1; grid-row: 1; }
  .release-inv__price { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .release-modal { padding: 0; }
  .release-modal__panel { height: 100vh; max-height: none; }
}

/* ─────── NavAlt — editorial two-row treatment ─────── */
.navalt {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--border-soft, rgba(0,0,0,0.08));
}
.navalt-strip {
  background: var(--black, #1a1a1a);
  color: rgba(255,255,255,0.75);
}
.navalt-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 7px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.navalt-strip__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.navalt-strip__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--deep-red, #B32025);
  box-shadow: 0 0 0 3px rgba(179,32,37,0.2);
}
.navalt-strip__right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.navalt-strip__right a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.18s ease;
}
.navalt-strip__right a:hover { color: #fff; }
.navalt-strip__sep { opacity: 0.4; }

.navalt-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.navalt-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.navalt-brand__word {
  font-family: var(--font-display, 'Caslon', 'EB Garamond', serif);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: var(--black, #1a1a1a);
}
.navalt-brand__sub {
  margin-top: 6px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 9.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--fg-muted, #9C968F);
}
.navalt-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.navalt-links--left { justify-content: flex-end; }
.navalt-links--right { justify-content: flex-start; }
.navalt-links button {
  background: none;
  border: 0;
  padding: 6px 0;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg2, #4a4a4a);
  cursor: pointer;
  transition: color 0.18s ease;
  position: relative;
}
.navalt-links button:hover { color: var(--black, #1a1a1a); }
.navalt-links button.active {
  color: var(--deep-red, #B32025);
}
.navalt-links button.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--deep-red, #B32025);
}
.navalt-cta {
  background: var(--deep-red, #B32025) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 10px 18px !important;
  font-size: 10.5px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.18s ease;
}
.navalt-cta:hover {
  background: var(--deep-red-ink, #8C1A1E) !important;
}

@media (max-width: 980px) {
  .navalt-strip__inner { padding: 7px 18px; font-size: 9.5px; gap: 8px; }
  .navalt-strip__left { display: none; }
  .navalt-main {
    grid-template-columns: 1fr;
    padding: 14px 18px;
    gap: 14px;
  }
  .navalt-links { flex-wrap: wrap; gap: 18px 16px; justify-content: center !important; }
  .navalt-brand__word { font-size: 24px; }
}
