:root {
  --ink: #11110f;
  --night: #080908;
  --night-soft: #121714;
  --paper: #f8f5ef;
  --paper-2: #fffaf2;
  --white: #fffdf8;
  --muted: #666055;
  --muted-dark: rgba(255, 253, 248, 0.72);
  --line: rgba(17, 17, 15, 0.13);
  --line-dark: rgba(255, 253, 248, 0.16);
  --tulip-orange: #f57a00;
  --tulip-deep: #b94d00;
  --gold: #e2ac4d;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 22px 70px rgba(18, 15, 10, 0.18);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.38);
  --ease: cubic-bezier(0.2, 0.72, 0.18, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(245, 122, 0, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-150%);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.content-shell,
.hero-shell {
  width: min(100% - 28px, 1220px);
  margin: 0 auto;
}

.glass-header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 14px;
  right: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  min-height: 66px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  padding: 8px 8px 8px 10px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.18), rgba(255, 253, 248, 0.05)),
    rgba(12, 13, 12, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  transition: background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease);
}

.glass-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(17, 17, 15, 0.12);
  background: rgba(255, 253, 248, 0.88);
}

.brand-lockup {
  display: inline-flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.brand-lockup > span:not(.brand-seal) {
  min-width: 0;
}

.brand-seal {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, #ffb44c, var(--tulip-orange));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.brand-lockup strong {
  display: block;
  overflow: hidden;
  font-size: 0.96rem;
  line-height: 1.05;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  white-space: normal;
}

.brand-lockup em {
  color: var(--tulip-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.brand-lockup small {
  display: block;
  margin-top: 4px;
  color: currentColor;
  font-size: 0.76rem;
  opacity: 0.74;
}

.site-nav {
  position: fixed;
  inset: 88px 14px auto;
  display: none;
  flex-direction: column;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 20px;
  padding: 10px;
  color: var(--white);
  background: rgba(8, 9, 8, 0.94);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.site-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 0.96rem;
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--tulip-orange);
  border-right: 2px solid var(--tulip-orange);
  transform: rotate(45deg);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 253, 248, 0.08);
}

.header-cta {
  display: inline-flex;
  width: 138px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 8px;
  color: var(--ink);
  background: linear-gradient(135deg, #ffd16f, #f7a733);
  box-shadow: 0 12px 28px rgba(10, 9, 7, 0.2);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.header-cta::before {
  content: "Schedule visit";
  font-size: 0.76rem;
}

.nav-toggle {
  display: flex;
  width: 46px;
  height: 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 50%;
  color: currentColor;
  background: rgba(255, 253, 248, 0.1);
}

.glass-header.is-scrolled .nav-toggle {
  color: var(--white);
  background: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-phone {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(3, 4, 4, 0.03) 0%, rgba(3, 4, 4, 0.03) 42%, rgba(3, 4, 4, 0.68) 76%, rgba(3, 4, 4, 0.96) 100%),
    radial-gradient(circle at 16% 18%, rgba(255, 183, 83, 0.2), transparent 34%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-start;
  padding: 84px 0 18px;
}

.hero-copy {
  width: min(100%, 365px);
  margin-top: clamp(8px, 1.7svh, 16px);
}

.hero-rera-strip {
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 999px;
  margin: auto 0 8px;
  padding: 7px 12px;
  color: rgba(255, 253, 248, 0.86);
  background: rgba(8, 9, 8, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.12);
  font-size: clamp(0.64rem, 2.1vw, 0.78rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.35rem, 17.4vw, 6.05rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.48);
}

.hero-copy h1 span {
  display: block;
  color: var(--tulip-orange);
  font-style: italic;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 18rem;
  margin: 8px 0 0;
  font-size: clamp(1.14rem, 4.7vw, 1.46rem);
  font-weight: 500;
  line-height: 1.2;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.proof-pill {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 16px;
  padding: 10px 12px;
  color: rgba(255, 253, 248, 0.96);
  background: rgba(8, 9, 8, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 248, 0.12),
    0 12px 34px rgba(0, 0, 0, 0.22);
  text-align: left;
  font-size: clamp(0.78rem, 2.6vw, 0.92rem);
  font-weight: 850;
  line-height: 1.2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.proof-pill i {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1.18rem;
}

.hero-action-card {
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: var(--radius);
  margin-top: 9px;
  padding: 15px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.12), rgba(255, 253, 248, 0.04)),
    rgba(8, 9, 8, 0.72);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mini-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-action-card > p:not(.mini-kicker) {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.95rem;
  line-height: 1.34;
}

.action-stack {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 18px;
  font-size: 0.94rem;
  font-weight: 850;
  transition: transform 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, #ff8b0f, #e85d00);
  box-shadow: 0 14px 34px rgba(245, 122, 0, 0.28);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(245, 122, 0, 0.78);
  background: rgba(8, 9, 8, 0.38);
}

.practical-address {
  padding: 110px 0 72px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 122, 0, 0.12), transparent 30%),
    var(--paper-2);
}

.address-heading h2,
.dark-location h2,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 13vw, 5.2rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.address-heading h2 em {
  display: inline-block;
  color: var(--tulip-deep);
  font-style: italic;
  padding-bottom: 4px;
}

.short-rule {
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--gold);
}

.plan-showcase,
.plan-summary-card,
.enquiry-form {
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
  margin-top: 28px;
  padding: 16px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow-soft);
}

.section-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.section-row h3,
.flat-summary strong,
.essentials-list h2,
.spec-ledger h2 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-row p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.text-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 0 2px;
  color: var(--tulip-deep);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 850;
  transition: color 160ms var(--ease), background 160ms var(--ease), transform 160ms var(--ease);
}

.text-link:active {
  transform: scale(0.98);
}

.text-link-orange {
  color: var(--tulip-orange);
}

.media-card {
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  margin: 16px 0 0;
  padding: 0;
  background: #f0ece3;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 15, 0.08);
}

.media-card img {
  width: 100%;
  height: auto;
}

.media-card-plan {
  display: grid;
  place-items: center;
  min-height: clamp(520px, 64svh, 760px);
  padding: clamp(10px, 2.2vw, 22px);
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 122, 0, 0.08), transparent 42%),
    #f4efe6;
}

.media-card-plan img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(70svh, 720px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(92, 65, 42, 0.16);
}

.plan-disclaimer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid rgba(92, 65, 42, 0.14);
  border-radius: 12px;
  margin: 0;
  padding: 13px 14px;
  color: #6a5c4d;
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.42;
}

.plan-disclaimer i {
  flex: 0 0 auto;
  color: var(--tulip-deep);
  font-size: 1.05rem;
  line-height: 1.25;
}

.flat-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
  margin-top: 0;
}

.flat-tabs button {
  min-height: 44px;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 999px;
  color: var(--ink);
  background: #f3eee4;
  font-weight: 850;
  transition: background 160ms var(--ease), color 160ms var(--ease), transform 160ms var(--ease);
}

.flat-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--ink);
}

.flat-tabs button:active {
  transform: scale(0.98);
}

.flat-summary {
  display: grid;
  gap: 14px;
  margin-top: 0;
  border-radius: 16px;
  padding: 15px;
  color: var(--white);
  background: var(--night-soft);
}

.plan-side-stack {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  align-content: start;
}

.flat-summary span {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.flat-summary strong {
  display: block;
  margin-top: 4px;
  font-size: 1.8rem;
}

.flat-summary p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.45;
}

.flat-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.flat-summary dl div {
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 12px;
  padding: 10px;
}

.flat-summary dt,
.flat-summary dd {
  margin: 0;
}

.flat-summary dt {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.72rem;
}

.flat-summary dd {
  margin-top: 4px;
  font-weight: 850;
}

.media-card-master {
  display: grid;
  place-items: center;
  min-height: clamp(480px, 58svh, 700px);
  padding: clamp(10px, 2vw, 20px);
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 122, 0, 0.07), transparent 42%),
    #f4efe6;
}

.media-card-master img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(64svh, 660px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(92, 65, 42, 0.16);
}

.dark-location {
  padding: 108px 0 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 6%, rgba(245, 122, 0, 0.16), transparent 24%),
    radial-gradient(circle at 15% 58%, rgba(223, 233, 213, 0.07), transparent 28%),
    linear-gradient(180deg, #10100d 0%, #070807 100%);
}

.location-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.section-note {
  width: fit-content;
  margin: 0 0 10px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--gold);
  background: rgba(226, 172, 77, 0.12);
  font-size: 0.74rem;
  font-weight: 850;
}

.location-top h2 {
  max-width: 740px;
  margin: 0;
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(3.45rem, 10vw, 6rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.location-lede {
  max-width: 39rem;
  margin: 16px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: clamp(1.08rem, 3.8vw, 1.36rem);
  line-height: 1.45;
}

.exact-pin-line {
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  padding-top: 18px;
  color: rgba(255, 253, 248, 0.88);
}

.exact-pin-line > i {
  color: var(--tulip-orange);
  font-size: 1.72rem;
}

.exact-pin-line strong {
  color: var(--white);
  font-size: clamp(1.18rem, 4.5vw, 1.62rem);
  font-weight: 650;
  line-height: 1;
}

.exact-pin-line a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  margin-left: 8px;
  color: var(--tulip-orange);
  font-weight: 750;
}

.amenities-copy h2,
.spec-ledger h2 {
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: 0;
}

.location-stage {
  display: grid;
  gap: 18px;
}

.location-visual-column {
  display: grid;
  gap: 14px;
}

.map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 122, 0, 0.34);
  border-radius: var(--radius);
  margin: 0;
  padding: 4px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.16), rgba(255, 253, 248, 0.04)),
    rgba(255, 253, 248, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.map-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(1.02) contrast(1.02);
}

.map-image-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.map-image-link:focus-visible {
  outline: 3px solid rgba(255, 183, 77, 0.95);
  outline-offset: 4px;
  border-radius: 14px;
}

.map-click-cue {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: #fffdf8;
  background: rgba(17, 16, 13, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.94;
  transform: translateY(0);
  transition: transform 220ms ease, opacity 220ms ease, background 220ms ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.map-image-link:hover .map-click-cue,
.map-image-link:focus-visible .map-click-cue {
  opacity: 1;
  transform: translateY(-2px);
  background: rgba(245, 122, 0, 0.9);
}

.location-map-card img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #efe4d3;
}

.map-frame figcaption {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(255, 253, 248, 0.88);
  background: rgba(17, 16, 13, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.map-frame figcaption i {
  color: rgba(255, 253, 248, 0.84);
  font-size: 1rem;
}

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

.route-proof {
  display: grid;
  min-height: 136px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 13px;
  align-content: center;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 122, 0, 0.12), transparent 44%),
    rgba(255, 253, 248, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.08);
}

.route-proof > i {
  grid-row: 1 / span 3;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--tulip-orange);
  font-size: 1.86rem;
  opacity: 0.95;
}

.route-proof-walk > i {
  color: #a8c96f;
}

.route-proof span {
  align-self: end;
  color: rgba(255, 253, 248, 0.84);
  font-size: 1rem;
  font-weight: 700;
}

.route-proof strong {
  color: var(--white);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(2.2rem, 9vw, 3.25rem);
  font-weight: 400;
  line-height: 0.95;
}

.route-proof em {
  color: currentColor;
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  font-size: 0.54em;
  font-style: normal;
}

.route-proof-walk em {
  color: #a8c96f;
}

.route-proof-drive em {
  color: var(--tulip-orange);
}

.route-proof small {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.92rem;
  line-height: 1.2;
}

.nearby-route-stack {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 253, 248, 0.08), transparent 32%),
    rgba(255, 253, 248, 0.038);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.08);
}

.route-stack-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.route-stack-head > i {
  color: #f5d8a3;
  font-size: 1.55rem;
}

.route-stack-head strong {
  color: var(--white);
  font-size: clamp(1.28rem, 4.5vw, 1.74rem);
  font-weight: 800;
}

.route-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 999px;
  padding: 4px;
  background: rgba(8, 9, 8, 0.28);
}

.route-segments button {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.62);
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
}

.route-segments button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.18), rgba(245, 122, 0, 0.14));
}

.route-segments i {
  font-size: 1.12rem;
}

.route-stack-list {
  display: grid;
  gap: 2px;
}

.route-stack-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto auto 18px;
  align-items: center;
  gap: 12px 14px;
  min-height: 70px;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  padding: 10px 0;
  color: var(--white);
}

.route-stack-row:first-child {
  border-top: 0;
}

.route-stack-row > i:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 50%;
  color: #a8c96f;
  font-size: 1.15rem;
}

.route-stack-row:nth-child(2) > i:first-child {
  color: #c58be1;
}

.route-stack-row:nth-child(3) > i:first-child {
  color: #ef6b52;
}

.route-stack-row:nth-child(4) > i:first-child {
  color: #6da6e7;
}

.route-stack-row strong {
  display: block;
  overflow-wrap: anywhere;
  color: rgba(255, 253, 248, 0.94);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.12;
}

.route-stack-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 253, 248, 0.52);
  font-size: 0.78rem;
  line-height: 1.1;
}

.route-stack-row b {
  color: var(--tulip-orange);
  font-size: 1.2rem;
  font-weight: 850;
  white-space: nowrap;
}

.route-stack-row small {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.96rem;
  white-space: nowrap;
}

.route-stack-row > i:last-child {
  color: rgba(255, 253, 248, 0.58);
  font-size: 1rem;
}

.route-stack-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  padding-top: 12px;
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.82rem;
  line-height: 1.3;
}

.route-stack-foot span,
.route-stack-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.route-stack-foot a {
  flex: 0 0 auto;
  color: var(--tulip-orange);
  font-weight: 760;
}

.location-map-note {
  display: flex;
  gap: 10px;
  margin: 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.82rem;
  line-height: 1.45;
}

.location-map-note i {
  flex: 0 0 auto;
  color: rgba(255, 253, 248, 0.66);
  font-size: 1.12rem;
}

.amenities-section {
  padding: 86px 0 96px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 122, 0, 0.08), transparent 31%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(247, 245, 239, 0.98)),
    var(--paper);
}

.amenities-layout {
  display: grid;
  gap: 28px;
}

.amenities-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.amenities-mark {
  display: inline-grid;
  width: min(100%, 420px);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 12px 0 20px;
  color: var(--tulip-deep);
}

.amenities-mark::before,
.amenities-mark::after {
  content: "";
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.amenities-mark i {
  font-size: 1.72rem;
}

.amenities-copy h2 {
  max-width: 13ch;
  margin: 0;
  color: #15130f;
  font-size: clamp(3.4rem, 14.2vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-wrap: balance;
}

.amenities-copy h2 span {
  color: var(--tulip-deep);
}

.amenities-subtitle {
  margin: 16px 0 0;
  color: #6b6257;
  font-size: clamp(1.25rem, 5vw, 1.92rem);
  font-weight: 500;
  line-height: 1.2;
}

.amenities-copy p:not(.section-note) {
  max-width: 44rem;
  margin: 18px 0 0;
  color: #3d3933;
  font-size: clamp(1rem, 3.9vw, 1.28rem);
  line-height: 1.55;
}

.amenities-ledger {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(185, 93, 16, 0.32);
  border-radius: 16px;
  padding: 42px 12px 12px;
  background:
    linear-gradient(90deg, rgba(124, 79, 34, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.3)),
    #f7f0e5;
  background-size: 22px 22px, auto, auto;
  box-shadow: 0 24px 70px rgba(68, 50, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.amenities-ledger-tab {
  position: absolute;
  top: -28px;
  left: 0;
  z-index: 2;
  min-width: 220px;
  border-radius: 10px 10px 4px 0;
  padding: 13px 20px 15px;
  color: var(--white);
  background: linear-gradient(135deg, #bd5b08, #9b4100);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.amenities-ledger-tab::after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 54px;
  height: 100%;
  border-radius: 0 10px 4px 0;
  background: inherit;
  transform: skewX(31deg);
  transform-origin: left bottom;
}

.amenities-spine {
  position: absolute;
  top: 76px;
  bottom: 160px;
  left: 20px;
  width: 1px;
  background: linear-gradient(180deg, rgba(216, 98, 0, 0.24), rgba(216, 98, 0, 0.68), rgba(216, 98, 0, 0.18));
}

.amenities-spine::before,
.amenities-spine::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tulip-deep);
  transform: translateX(-50%);
  box-shadow: 0 72px 0 var(--tulip-deep), 0 144px 0 var(--tulip-deep), 0 216px 0 var(--tulip-deep), 0 288px 0 var(--tulip-deep);
}

.amenities-spine::before {
  top: 6px;
}

.amenities-spine::after {
  display: none;
}

.amenity-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(86px, 32%) 48px minmax(0, 1fr) 38px;
  column-gap: 12px;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 13px;
  padding-right: 12px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.amenity-row > img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  background: #f7f0e5;
  filter: saturate(0.98) contrast(1.02);
}

.amenity-row > i {
  display: grid;
  width: 42px;
  height: 42px;
  justify-self: center;
  place-items: center;
  border-radius: 50%;
  color: #171512;
  background: #f2ebdf;
  font-size: 1.42rem;
}

.amenity-row h3 {
  margin: 0;
  color: #15130f;
  font-size: clamp(1.08rem, 4.6vw, 1.55rem);
  font-weight: 900;
  line-height: 1.08;
}

.amenity-row p {
  margin: 8px 0 0;
  color: #514a40;
  font-size: clamp(0.86rem, 3.2vw, 1rem);
  line-height: 1.34;
}

.amenity-chevron {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--tulip-deep);
  background: #f4ecdf;
  font-size: 1.24rem;
}

.amenity-caution,
.amenity-proof {
  display: grid;
  align-items: center;
  margin-top: 4px;
}

.amenity-caution {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(124, 79, 34, 0.12);
  border-radius: 13px;
  padding: 13px;
  background: rgba(243, 232, 213, 0.78);
}

.amenity-caution > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--tulip-deep);
  border-radius: 50%;
  color: var(--tulip-deep);
  font-size: 1.25rem;
}

.amenity-caution p {
  margin: 0;
  color: #2f2b26;
  font-size: 0.98rem;
  line-height: 1.35;
}

.amenity-proof {
  grid-template-columns: 48px minmax(0, 1fr) 36px;
  gap: 13px;
  border-radius: 15px;
  padding: 16px;
  color: var(--white);
  background: linear-gradient(135deg, #171512, #050605);
  box-shadow: 0 16px 32px rgba(17, 17, 15, 0.2);
}

.amenity-proof > i:first-child {
  color: var(--tulip-orange);
  font-size: 2.35rem;
}

.amenity-proof > i:last-child {
  justify-self: end;
  color: var(--tulip-orange);
  font-size: 2rem;
}

.amenity-proof strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.1;
}

.amenity-proof p {
  margin: 6px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.92rem;
  line-height: 1.35;
}

@media (hover: hover) and (pointer: fine) {
  .amenity-row:hover {
    transform: translateY(-2px);
    border-color: rgba(185, 93, 16, 0.3);
    box-shadow: 0 16px 34px rgba(68, 50, 31, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
}

.developer-band {
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(255, 253, 248, 0.035) 1px, transparent 1px),
    linear-gradient(35deg, rgba(255, 253, 248, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 100% 0%, rgba(245, 122, 0, 0.14), transparent 30%),
    linear-gradient(180deg, #080908, #050605);
  background-size: 86px 86px, 110px 110px, auto, auto;
}

.essentials-grid {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.essentials-list {
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.035)),
    rgba(255, 253, 248, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.08);
}

.essentials-list ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.essentials-list li {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 14px;
  padding: 10px 12px;
  color: rgba(255, 253, 248, 0.9);
  background: rgba(8, 9, 8, 0.22);
  font-weight: 600;
}

.essentials-list li i {
  color: var(--gold);
  font-size: 1.28rem;
}

.developer-card,
.spec-ledger {
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.035)),
    rgba(255, 253, 248, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.08);
}

.developer-profile-head {
  position: relative;
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  padding-right: 118px;
}

.developer-kicker {
  width: fit-content;
  margin: 0 0 14px;
  color: var(--tulip-orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.developer-profile-head h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--white);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(3.2rem, 13vw, 6rem);
  font-weight: 400;
  line-height: 0.95;
  text-wrap: balance;
}

.developer-profile-head p:not(.developer-kicker) {
  max-width: 42rem;
  margin: 16px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(1.1rem, 4vw, 1.45rem);
  line-height: 1.45;
}

.developer-profile-head strong {
  color: var(--tulip-orange);
}

.profile-stamp {
  position: absolute;
  top: 8px;
  right: 0;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 2px solid rgba(245, 122, 0, 0.82);
  border-radius: 50%;
  background: rgba(8, 9, 8, 0.52);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26), inset 0 0 0 8px rgba(245, 122, 0, 0.08);
}

.profile-stamp img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.developer-card {
  position: relative;
  display: grid;
  margin-top: 42px;
  gap: 16px;
  isolation: isolate;
  overflow: visible;
  border-color: rgba(124, 79, 34, 0.4);
  border-radius: 14px;
  padding: clamp(26px, 6vw, 54px) clamp(16px, 5.2vw, 34px) clamp(17px, 5vw, 30px);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(124, 79, 34, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
    #f5ebdc;
  background-size: 22px 22px, auto, auto;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  scroll-margin-top: 124px;
}

.developer-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px solid rgba(92, 65, 42, 0.18);
  border-radius: 12px;
  pointer-events: none;
}

.developer-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-bottom: 1px solid rgba(92, 65, 42, 0.2);
  border-left: 1px solid rgba(92, 65, 42, 0.18);
  border-bottom-left-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(230, 211, 183, 0.92));
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  pointer-events: none;
}

.developer-card > * {
  position: relative;
  z-index: 2;
}

.folder-tab {
  position: absolute;
  top: -28px;
  left: 18px;
  z-index: 3;
  min-width: 172px;
  border-radius: 12px 12px 0 0;
  padding: 10px 18px 14px;
  color: var(--white);
  background: linear-gradient(135deg, #c66a1a, #9d4a10);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.folder-tab::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 48px;
  height: 100%;
  border-radius: 0 12px 0 0;
  background: inherit;
  transform: skewX(34deg);
  transform-origin: left bottom;
}

.folder-clip {
  position: absolute;
  top: -16px;
  right: 20px;
  z-index: 4;
  color: rgba(68, 58, 48, 0.82);
  font-size: 3rem;
  transform: rotate(12deg);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.22));
}

.profile-intro {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  border-bottom: 1px solid rgba(92, 65, 42, 0.22);
  padding-bottom: 16px;
}

.profile-seal {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(185, 77, 0, 0.72);
  border-radius: 50%;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 248, 235, 0.64);
  box-shadow: inset 0 0 0 7px rgba(185, 77, 0, 0.08), 0 10px 22px rgba(92, 65, 42, 0.14);
}

.profile-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: sepia(1) saturate(1.8) hue-rotate(340deg) brightness(0.74);
}

.profile-title-block {
  min-width: 0;
}

.profile-title-block strong {
  display: block;
  margin: 0;
  color: #26231d;
  font-size: clamp(2.45rem, 11.6vw, 4.6rem);
  font-weight: 850;
  line-height: 0.95;
}

.profile-title-block p {
  margin: 8px 0 0;
  color: #50483e;
  font-size: 0.94rem;
  line-height: 1.25;
}

.profile-title-block span {
  display: inline-block;
  color: var(--tulip-deep);
  font-size: 1.18rem;
  font-weight: 850;
}

.profile-title-block small {
  display: block;
  margin-top: 4px;
  color: #6a5c4d;
  font-size: 0.82rem;
  font-weight: 750;
}

.profile-ledger {
  display: grid;
  gap: 10px;
}

.ledger-line {
  display: grid;
  grid-template-columns: 46px minmax(60px, 0.58fr) minmax(128px, 1fr) 14px;
  gap: 7px 12px;
  align-items: center;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 12px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 248, 235, 0.68);
  box-shadow: 0 9px 20px rgba(92, 65, 42, 0.08);
}

.ledger-line > i:first-child {
  grid-row: 1 / span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--tulip-orange);
  background: #171512;
  font-size: 1.22rem;
  box-shadow: 0 7px 18px rgba(17, 17, 15, 0.22);
}

.ledger-line span {
  display: block;
  color: #685c4b;
  font-size: 0.73rem;
  font-weight: 850;
}

.ledger-line strong {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  color: var(--ink);
  font-size: clamp(2rem, 9vw, 3.2rem);
  font-weight: 850;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.ledger-line p {
  grid-column: 3;
  grid-row: 1 / span 2;
  border-left: 1px solid rgba(92, 65, 42, 0.2);
  padding-left: 14px;
  margin: 0;
  color: #5d5447;
  font-size: 0.78rem;
  line-height: 1.34;
}

.ledger-caret {
  grid-column: 4;
  grid-row: 1 / span 2;
  color: var(--tulip-deep);
  font-size: 1.12rem;
}

.developer-references {
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid rgba(92, 65, 42, 0.2);
  padding-top: 4px;
  color: var(--ink);
  background: transparent;
}

.developer-reference-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.developer-reference-head p {
  max-width: 30rem;
  margin: 0;
  color: #6a5c4d;
  font-size: 0.84rem;
  line-height: 1.4;
}

.developer-reference-head strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.developer-reference-head span {
  color: var(--tulip-deep);
  font-size: 0.78rem;
  font-weight: 850;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  overflow: visible;
  padding: 0;
}

.reference-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 12px;
  margin: 0;
  background: #11110f;
  box-shadow: 0 10px 22px rgba(92, 65, 42, 0.16);
}

.reference-card img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.88);
  transition: transform 260ms var(--ease), filter 260ms var(--ease);
}

.reference-card figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 5px;
  padding: 22px 12px 12px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86) 48%);
}

.reference-card strong {
  overflow: hidden;
  color: var(--white);
  font-size: clamp(0.72rem, 2.8vw, 0.84rem);
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reference-card span {
  color: rgba(255, 253, 248, 0.62);
  font-size: clamp(0.66rem, 2.45vw, 0.74rem);
  font-weight: 800;
}

.profile-trust-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 14px;
  margin-top: 14px;
  padding: 14px;
  background: rgba(255, 253, 248, 0.055);
}

.profile-trust-note > i {
  grid-row: 1 / span 2;
  color: var(--tulip-orange);
  font-size: 2.4rem;
}

.profile-trust-note p {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.92rem;
  line-height: 1.42;
}

.profile-trust-note a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245, 122, 0, 0.78);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--tulip-orange);
  font-weight: 850;
}

@media (hover: hover) and (pointer: fine) {
  .reference-card:hover img {
    transform: scale(1.035);
    filter: saturate(1) contrast(1.05) brightness(0.94);
  }
}

.spec-ledger {
  margin-top: 24px;
}

.spec-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  margin-top: 18px;
  background: var(--line-dark);
}

.spec-list span {
  padding: 13px 14px;
  color: rgba(255, 253, 248, 0.82);
  background: rgba(8, 9, 8, 0.42);
}

.buyer-faq-section {
  padding: clamp(58px, 7vw, 86px) 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 242, 234, 0.98)),
    var(--paper);
}

.buyer-faq-head {
  max-width: 760px;
}

.buyer-faq-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.buyer-faq-head p:not(.section-note) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.62;
}

.buyer-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 4vw, 38px);
}

.buyer-faq-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  border: 1px solid rgba(92, 65, 42, 0.14);
  border-radius: 12px;
  padding: clamp(16px, 2vw, 20px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 249, 238, 0.76)),
    rgba(255, 253, 248, 0.9);
  box-shadow: 0 16px 34px rgba(92, 65, 42, 0.08);
}

.buyer-faq-card h3 {
  margin: 0;
  color: var(--tulip-deep);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.2;
}

.buyer-faq-card p {
  margin: 0;
  color: #50483e;
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 122, 0, 0.12), transparent 28%),
    var(--paper);
}

.contact-copy p {
  max-width: 46rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.enquiry-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  color: #3b3833;
  font-size: 0.88rem;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 15, 0.14);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.form-note a {
  color: var(--tulip-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  display: none;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 12px;
  margin: 0;
  padding: 12px 14px;
  color: #2f2a22;
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border-color: rgba(42, 124, 72, 0.28);
  color: #1f6b3f;
  background: rgba(230, 247, 236, 0.86);
}

.form-status.is-error {
  border-color: rgba(185, 77, 0, 0.3);
  color: #9a3f00;
  background: rgba(255, 241, 226, 0.9);
}

.enquiry-form.is-submitting {
  opacity: 0.72;
}

.enquiry-form.is-submitting button[type="submit"] {
  pointer-events: none;
}

.mobile-action-dock {
  position: fixed;
  inset: auto 12px calc(12px + env(safe-area-inset-bottom));
  z-index: 45;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 18px;
  padding: 8px;
  background: rgba(8, 9, 8, 0.88);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.show-mobile-dock {
  padding-bottom: 92px;
}

body.show-mobile-dock .mobile-action-dock {
  display: grid;
}

.mobile-action-dock a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--white);
  font-weight: 850;
}

.mobile-action-dock a:first-child {
  background: var(--tulip-orange);
}

.mobile-action-dock a:last-child {
  border: 1px solid rgba(245, 122, 0, 0.76);
}

.site-footer {
  padding: clamp(34px, 5vw, 62px) 0 calc(24px + env(safe-area-inset-bottom));
  color: rgba(255, 253, 248, 0.8);
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 122, 0, 0.1), transparent 26%),
    linear-gradient(180deg, #11100e 0%, #050504 100%);
}

.footer-shell {
  display: grid;
  gap: clamp(18px, 2.7vw, 28px);
}

.footer-cta {
  display: grid;
  gap: 16px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
  padding-bottom: clamp(18px, 3vw, 28px);
}

.footer-project-mark {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
  color: var(--white);
}

.footer-seal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #1a1107;
  background: linear-gradient(135deg, #ffbd66, var(--tulip-orange));
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.footer-project-mark strong,
.footer-project-mark small {
  display: block;
}

.footer-project-mark strong {
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-project-mark small {
  margin-top: 2px;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.76rem;
}

.footer-cta-copy {
  max-width: 720px;
}

.footer-cta h2 {
  margin: 0;
  color: var(--white);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(1.72rem, 3.2vw, 3.05rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.footer-cta p {
  max-width: 620px;
  margin: 9px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(0.94rem, 1.4vw, 1.05rem);
  line-height: 1.55;
}

.footer-link-grid {
  display: grid;
  grid-template-areas:
    "footer-nav"
    "footer-contact"
    "footer-legal";
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.055), rgba(255, 253, 248, 0.025));
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-content: start;
  padding: clamp(16px, 2.2vw, 22px);
  font-style: normal;
}

.footer-links:nth-child(2) {
  grid-area: footer-contact;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  border-bottom: 1px solid rgba(255, 253, 248, 0.1);
}

.footer-links:nth-child(1) {
  grid-area: footer-nav;
}

.footer-links:nth-child(3) {
  grid-area: footer-legal;
}

.footer-links strong {
  display: block;
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 0.92rem;
}

.footer-links a,
.footer-links span {
  width: fit-content;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.91rem;
  line-height: 1.48;
}

.footer-links span {
  flex-basis: 100%;
}

.footer-links:nth-child(2) span {
  flex-basis: auto;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 180ms var(--ease), text-decoration-color 180ms var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
  text-decoration-color: rgba(245, 122, 0, 0.86);
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  padding-top: clamp(14px, 2vw, 18px);
}

.footer-disclaimer p {
  max-width: 1040px;
  margin: 0;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.86rem;
  line-height: 1.58;
}

.footer-disclaimer a {
  color: var(--white);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(245, 122, 0, 0.9);
  text-underline-offset: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  padding-top: 14px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}

.legal-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(245, 122, 0, 0.12), transparent 28%),
    var(--paper);
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 15, 0.1);
  padding: 14px max(16px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.legal-brand {
  color: var(--ink);
}

.legal-brand .brand-seal {
  color: var(--white);
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.legal-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  padding: 0 12px;
  color: #36322c;
  background: rgba(255, 253, 248, 0.7);
  font-size: 0.88rem;
  font-weight: 850;
}

.legal-main {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: clamp(46px, 8vw, 86px) 0;
}

.legal-hero {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 46px);
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--tulip-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 6.1rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.legal-hero p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  line-height: 1.6;
}

.legal-card {
  border-top: 1px solid rgba(17, 17, 15, 0.14);
  padding: clamp(24px, 4vw, 38px) 0;
}

.legal-card h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: "Tenor Sans", "Optima", "Avenir Next", system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.legal-card p,
.legal-card li,
.legal-table dd,
.legal-table dt {
  color: #413c35;
  font-size: 1rem;
  line-height: 1.68;
}

.legal-card p {
  max-width: 76ch;
  margin: 0;
}

.legal-card p + p,
.legal-list {
  margin-top: 12px;
}

.legal-card a {
  color: var(--tulip-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-list {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.legal-table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 14px;
  margin: 18px 0 0;
  background: rgba(17, 17, 15, 0.12);
}

.legal-table div {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(255, 253, 248, 0.78);
}

.legal-table dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-table dd {
  margin: 0;
  font-weight: 650;
}

.legal-updated {
  color: var(--muted);
  font-weight: 850;
}

.legal-footer {
  border-top: 1px solid rgba(17, 17, 15, 0.12);
  padding: 26px 16px calc(26px + env(safe-area-inset-bottom));
  text-align: center;
}

.legal-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.legal-footer a {
  color: var(--tulip-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 480px) {
  .site-footer {
    padding-top: 30px;
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
  }

  .footer-shell {
    gap: 16px;
  }

  .footer-cta {
    grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
    align-items: center;
    padding-bottom: 16px;
  }

  .footer-cta h2 {
    font-size: clamp(1.35rem, 3.6vw, 2rem);
  }

  .footer-cta p {
    max-width: 520px;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "footer-nav footer-legal"
      "footer-contact footer-contact";
  }

  .footer-links:nth-child(2) {
    border-top: 1px solid rgba(255, 253, 248, 0.1);
    border-bottom: 0;
  }

  .footer-links {
    padding: 14px 16px;
  }

  .footer-links a,
  .footer-links span {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .footer-disclaimer p,
  .footer-bottom p {
    font-size: 0.78rem;
    line-height: 1.48;
  }
}

.plan-dialog {
  width: min(94vw, 1020px);
  border: 0;
  border-radius: 18px;
  padding: 16px;
  background: var(--white);
  box-shadow: var(--shadow-dark);
}

.plan-dialog::backdrop {
  background: rgba(0, 0, 0, 0.66);
}

.dialog-close {
  display: block;
  margin: 0 0 12px auto;
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

.plan-dialog img {
  width: 100%;
  border-radius: 12px;
}

.plan-dialog-note {
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 12px;
  margin: 12px 0 0;
  padding: 12px 14px;
  color: #5d5447;
  background: #f7f1e8;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms var(--ease), transform 500ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 380px) {
  .brand-lockup strong {
    font-size: 0.9rem;
  }

  .header-cta {
    width: 128px;
  }

  .hero-copy h1 {
    font-size: 4rem;
  }
}

@media (max-width: 760px) {
  section[id],
  #developer,
  #contact {
    scroll-margin-top: 104px;
  }

  body.show-mobile-dock .practical-address,
  body.show-mobile-dock .amenities-section,
  body.show-mobile-dock .developer-band,
  body.show-mobile-dock .contact-section {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .mobile-action-dock {
    inset: auto 14px calc(10px + env(safe-area-inset-bottom));
    gap: 7px;
    border-radius: 16px;
    padding: 7px;
  }

  .mobile-action-dock a {
    min-height: 44px;
    border-radius: 11px;
    font-size: 0.95rem;
  }

.proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.proof-pill {
  min-width: 0;
  min-height: 54px;
  border-radius: 13px;
  padding: 7px;
  gap: 6px;
  font-size: clamp(0.67rem, 2.55vw, 0.78rem);
  overflow-wrap: anywhere;
}

  .proof-pill:first-child {
    grid-column: auto;
    justify-content: flex-start;
  }

.proof-pill i {
  font-size: 0.96rem;
}

  .amenities-section {
    padding: 50px 0 58px;
    background:
      radial-gradient(circle at 50% 0%, rgba(245, 122, 0, 0.06), transparent 28%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 245, 239, 0.98)),
      var(--paper);
  }

  .amenities-layout {
    gap: 30px;
  }

  .amenities-copy {
    justify-items: center;
    text-align: center;
  }

  .amenities-mark {
    width: min(100%, 260px);
    gap: 10px;
    margin: 0 0 12px;
  }

  .amenities-mark i {
    font-size: 1.22rem;
  }

  .amenities-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.62rem, 12vw, 3.28rem);
    line-height: 0.94;
    letter-spacing: -0.015em;
  }

  .amenities-subtitle {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.18;
  }

  .amenities-copy p:not(.section-note) {
    max-width: 24rem;
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .amenities-ledger {
    gap: 8px;
    margin-top: 6px;
    overflow: visible;
    border-radius: 14px;
    padding: 36px 9px 9px;
    box-shadow: 0 18px 42px rgba(68, 50, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .amenities-ledger-tab {
    top: -23px;
    min-width: 176px;
    max-width: calc(100% - 40px);
    border-radius: 8px 8px 3px 0;
    padding: 11px 15px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.045em;
  }

  .amenities-ledger-tab::after {
    right: -24px;
    width: 34px;
    border-radius: 0 8px 3px 0;
    transform: skewX(28deg);
  }

  .amenities-spine {
    display: none;
  }

  .amenity-row {
    grid-template-columns: 58px 30px minmax(0, 1fr) 28px;
    column-gap: 8px;
    min-height: 72px;
    border-radius: 11px;
    padding: 7px 8px 7px 7px;
  }

  .amenity-row > img {
    display: block;
    width: 58px;
    height: 58px;
    min-height: 0;
    border-radius: 8px;
    object-fit: cover;
  }

  .amenity-row > i {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .amenity-row h3 {
    font-size: 0.96rem;
    line-height: 1.08;
  }

  .amenity-row p {
    margin-top: 3px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .amenity-chevron {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .amenity-caution {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    border-radius: 11px;
    padding: 9px 10px;
  }

  .amenity-caution > i {
    width: 28px;
    height: 28px;
    border-width: 1px;
    font-size: 0.98rem;
  }

  .amenity-caution p {
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .amenity-proof {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    border-radius: 12px;
    padding: 11px 12px;
    box-shadow: 0 12px 24px rgba(17, 17, 15, 0.18);
  }

  .amenity-proof > i:first-child {
    font-size: 1.55rem;
  }

  .amenity-proof > i:last-child {
    display: none;
  }

  .amenity-proof strong {
    font-size: 0.95rem;
  }

  .amenity-proof p {
    margin-top: 2px;
    font-size: 0.76rem;
    line-height: 1.26;
  }

  .location-top {
    display: block;
  }

  .location-top > .text-link {
    display: none;
  }

  .location-top h2 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 10.5vw, 3rem);
    line-height: 1;
  }

  .location-lede {
    max-width: 22rem;
    font-size: 1.02rem;
  }

  .exact-pin-line {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100%;
    gap: 10px;
  }

  .exact-pin-line strong {
    font-size: clamp(1.15rem, 5vw, 1.35rem);
  }

  .exact-pin-line a {
    margin-left: 0;
    font-size: 0.9rem;
  }

  .map-frame figcaption {
    top: 10px;
    right: 10px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.7rem;
  }

  .media-card-plan {
    min-height: clamp(390px, 58svh, 540px);
    padding: 12px;
  }

  .media-card-plan img {
    max-height: min(54svh, 500px);
  }

  .media-card-master {
    min-height: clamp(390px, 56svh, 540px);
    padding: 12px;
  }

  .media-card-master img {
    max-height: min(52svh, 500px);
  }

  .route-proof-grid {
    gap: 10px;
  }

  .route-proof {
    min-height: 118px;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px;
  }

  .route-proof > i {
    grid-row: auto;
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
  }

  .route-proof strong {
    font-size: clamp(1.86rem, 8vw, 2.34rem);
  }

  .nearby-route-stack {
    padding: 14px;
  }

  .route-stack-row {
    grid-template-columns: 34px minmax(0, 1fr) auto 16px;
    gap: 10px;
  }

  .route-stack-row small {
    display: none;
  }

  .route-stack-foot {
    display: grid;
  }

  .buyer-faq-section {
    padding: 54px 0 58px;
  }

  .buyer-faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .buyer-faq-card {
    min-height: 0;
    padding: 16px;
  }
}

@media (max-width: 340px) {
  .header-cta {
    display: none;
  }
}

@media (min-width: 761px) {
  html {
    scroll-padding-top: 0;
  }

  .content-shell,
  .hero-shell {
    width: min(100% - 64px, 1280px);
  }

  .glass-header {
    top: 18px;
    left: 28px;
    right: 28px;
    grid-template-columns: auto 1fr auto;
    min-height: 70px;
    padding: 10px 12px;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-self: center;
    border-radius: 999px;
    padding: 5px;
    color: currentColor;
    background: rgba(255, 253, 248, 0.12);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-nav a {
    min-height: 44px;
    border-radius: 999px;
    padding: 0 15px;
    font-size: 0.88rem;
  }

  .site-nav a::after {
    display: none;
  }

  .glass-header.is-scrolled .site-nav {
    background: rgba(17, 17, 15, 0.05);
  }

  .header-cta {
    display: inline-flex;
    width: auto;
    min-height: 48px;
    align-items: center;
    border-radius: 999px;
    padding: 0 22px;
    color: var(--ink);
    background: linear-gradient(135deg, #ffd16f, #f7a733);
    font-size: 0.9rem;
    font-weight: 900;
  }

  .header-cta::before {
    content: none;
  }

  .nav-toggle {
    display: none;
  }

  .hero-media img {
    object-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 4, 4, 0.72) 0%, rgba(3, 4, 4, 0.2) 45%, rgba(3, 4, 4, 0.72) 100%),
      linear-gradient(180deg, rgba(3, 4, 4, 0.05) 0%, rgba(3, 4, 4, 0.74) 100%);
  }

  .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.5fr);
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 44px;
    align-items: start;
    padding-top: 112px;
    padding-bottom: 56px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 760px);
    margin-top: clamp(12px, 3svh, 38px);
    align-self: start;
  }

  .hero-copy h1 {
    font-size: clamp(5.8rem, 10vw, 9.2rem);
  }

  .hero-copy p {
    max-width: 26rem;
    font-size: 1.65rem;
  }

  .hero-rera-strip {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin: 0 0 -32px;
    font-size: 0.78rem;
  }

  .proof-strip {
    grid-column: 1;
    grid-row: 3;
    width: min(100%, 760px);
    align-self: end;
    margin-top: 0;
    gap: 12px;
  }

  .proof-pill {
    min-height: 70px;
    padding: 12px 14px;
    font-size: clamp(0.94rem, 1.05vw, 1.04rem);
  }

  .proof-pill i {
    font-size: 1.24rem;
  }

  .hero-action-card {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: end;
    padding: 26px;
  }

  .practical-address,
  .dark-location,
  .contact-section {
    padding: 124px 0 104px;
  }

  .address-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.5fr);
    align-items: end;
  }

  .address-heading h2 {
    max-width: 850px;
    font-size: clamp(4.2rem, 7vw, 7.2rem);
  }

  .short-rule {
    justify-self: end;
    width: 120px;
  }

  .plan-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
    grid-template-areas:
      "plan-head plan-head"
      "plan-media plan-side";
    gap: 24px 28px;
    align-items: start;
    padding: 24px;
  }

  .plan-showcase .section-row {
    grid-area: plan-head;
  }

  .plan-showcase .media-card {
    grid-area: plan-media;
    margin-top: 0;
  }

  .plan-side-stack {
    grid-area: plan-side;
    margin-top: 0;
  }

  .plan-summary-card {
    width: 100%;
    display: grid;
    margin-right: 0;
  }

  .map-frame img {
    aspect-ratio: 16 / 9;
  }

  .location-map-card img {
    aspect-ratio: 1 / 1;
  }

  .location-stage {
    grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.62fr);
    align-items: stretch;
  }

  .location-stage .map-frame {
    width: 100%;
    margin: 0;
  }

  .location-detail-card {
    align-content: start;
  }

  .amenities-layout {
    grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.68fr);
    gap: clamp(34px, 4vw, 58px);
    align-items: start;
  }

  .amenities-copy {
    position: sticky;
    top: 118px;
    justify-items: start;
    text-align: left;
  }

  .amenities-mark {
    width: min(100%, 320px);
    margin-top: 4px;
  }

  .amenities-copy h2 {
    max-width: 8.5ch;
    font-size: clamp(3.55rem, 5.15vw, 4.95rem);
  }

  .amenities-subtitle {
    font-size: clamp(1.12rem, 1.55vw, 1.55rem);
  }

  .amenities-copy p:not(.section-note) {
    max-width: 26rem;
    font-size: 1.05rem;
  }

  .amenity-row {
    grid-template-columns: clamp(142px, 18vw, 188px) 54px minmax(0, 1fr) 44px;
    min-height: 156px;
  }

  .amenity-row > img {
    height: 156px;
    min-height: 0;
  }

  .amenity-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .developer-profile-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding-right: 0;
  }

  .profile-stamp {
    position: static;
    justify-self: end;
  }

  .developer-card {
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
    min-height: auto;
    padding: 34px;
    scroll-margin-top: 118px;
  }

  .profile-intro {
    grid-column: 1;
  }

  .profile-ledger {
    grid-column: 2;
  }

  .developer-references {
    grid-column: 1 / -1;
  }

  .reference-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .spec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.56fr);
    gap: 56px;
    align-items: center;
  }

  .contact-copy h2 {
    font-size: clamp(4rem, 6vw, 6.2rem);
  }

  .enquiry-form {
    margin-top: 0;
    padding: 24px;
  }

  .footer-link-grid {
    grid-template-columns: 0.72fr 0.95fr 0.78fr;
    grid-template-areas: "footer-nav footer-contact footer-legal";
    gap: 0;
  }

  .footer-cta {
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  }

  .footer-links + .footer-links {
    border-left: 1px solid rgba(255, 253, 248, 0.1);
  }

  .footer-links:nth-child(2) {
    grid-column: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .footer-links:nth-child(2) span {
    flex-basis: 100%;
  }

  .legal-table div {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  html {
    scroll-padding-top: 0;
  }

  .content-shell,
  .hero-shell {
    width: min(100% - 48px, 760px);
  }

  .glass-header {
    top: 20px;
    left: 24px;
    right: 24px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .brand-lockup strong {
    font-size: 1.04rem;
  }

  .header-cta {
    width: auto;
    min-width: 168px;
    min-height: 48px;
    padding: 0 20px;
    font-size: 0.86rem;
  }

  .nav-toggle {
    display: flex;
    width: 50px;
    height: 50px;
  }

  .site-nav {
    position: fixed;
    inset: 104px 24px auto;
    display: none;
    flex-direction: column;
    justify-self: stretch;
    border: 1px solid rgba(255, 253, 248, 0.16);
    border-radius: 22px;
    padding: 12px;
    color: var(--white);
    background: rgba(8, 9, 8, 0.94);
    box-shadow: var(--shadow-dark);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

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

  .site-nav a {
    min-height: 52px;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 1rem;
  }

  .site-nav a::after {
    display: block;
  }

  .glass-header.is-scrolled .site-nav {
    background: rgba(8, 9, 8, 0.94);
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 4, 4, 0.04) 0%, rgba(3, 4, 4, 0.08) 42%, rgba(3, 4, 4, 0.7) 78%, rgba(3, 4, 4, 0.96) 100%),
      radial-gradient(circle at 18% 18%, rgba(255, 183, 83, 0.2), transparent 36%);
  }

  .hero-shell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100svh;
    padding-top: 114px;
    padding-bottom: 42px;
  }

  .hero-copy {
    width: min(70%, 500px);
    margin-top: clamp(10px, 2svh, 30px);
  }

  .hero-copy h1 {
    font-size: clamp(5.35rem, 12vw, 7.2rem);
    line-height: 0.88;
  }

  .hero-copy p {
    max-width: 24rem;
    font-size: 1.42rem;
  }

  .proof-strip {
    width: min(100%, 560px);
    margin-top: auto;
    gap: 10px;
  }

  .proof-pill {
    min-height: 62px;
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .proof-pill i {
    font-size: 1.18rem;
  }

  .hero-action-card {
    width: min(430px, 64%);
    align-self: flex-end;
    margin-top: 18px;
    padding: 22px;
  }

  .hero-action-card > p:not(.mini-kicker) {
    font-size: 1rem;
    line-height: 1.45;
  }

  .action-stack {
    gap: 10px;
    margin-top: 18px;
  }

  .button {
    min-height: 52px;
  }

  .practical-address,
  .dark-location,
  .buyer-faq-section,
  .contact-section {
    padding: 122px 0 92px;
  }

  .buyer-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-faq-card {
    min-height: 190px;
  }

  .address-heading {
    display: block;
  }

  .address-heading h2 {
    max-width: 620px;
    font-size: clamp(4.5rem, 9vw, 6.4rem);
  }

  .short-rule {
    width: 96px;
  }

  .plan-showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 20px;
    padding: 24px;
  }

  .plan-showcase .section-row,
  .plan-showcase .media-card,
  .plan-side-stack {
    grid-area: auto;
    grid-column: auto;
  }

  .flat-tabs {
    margin-top: 0;
  }

  .flat-summary {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    align-items: center;
  }

  .flat-summary dl {
    grid-column: 1 / -1;
  }

  .plan-summary-card {
    width: 100%;
    display: grid;
    margin-right: 0;
  }

  .amenities-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .amenities-copy {
    position: static;
    justify-items: center;
    text-align: center;
  }

  .amenities-mark {
    width: min(100%, 420px);
  }

  .amenities-copy h2 {
    max-width: 12ch;
    font-size: clamp(4.2rem, 9vw, 5.6rem);
  }

  .amenities-copy p:not(.section-note) {
    max-width: 42rem;
  }

  .amenity-row {
    grid-template-columns: 180px 54px minmax(0, 1fr) 44px;
  }

  .amenity-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px;
  }

  .profile-intro,
  .profile-ledger,
  .developer-references {
    grid-column: auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-copy h2 {
    font-size: clamp(4.2rem, 8vw, 5.8rem);
  }
}

@media (min-width: 1024px) {
  .hero-copy h1 {
    font-size: clamp(6.2rem, 9.1vw, 9.6rem);
  }

  .hero-copy {
    margin-top: clamp(2px, 2svh, 26px);
  }

  .hero-action-card {
    max-width: 470px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 4, 4, 0.66) 0%, rgba(3, 4, 4, 0.18) 44%, rgba(3, 4, 4, 0.74) 100%),
      linear-gradient(180deg, rgba(3, 4, 4, 0.03) 0%, rgba(3, 4, 4, 0.72) 100%);
  }

  .plan-showcase {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.62fr);
  }

  .map-frame {
    width: min(100%, 1180px, calc((100svh - 220px) * 16 / 9));
    margin-right: auto;
    margin-left: auto;
  }

  .location-stage .map-frame {
    width: 100%;
    margin: 0;
  }

  .amenity-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .amenities-copy h2 {
    font-size: clamp(4rem, 4.75vw, 5.35rem);
  }

  .amenity-row {
    min-height: 168px;
  }

  .amenity-row > img {
    height: 168px;
  }

  .developer-card {
    grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
    gap: 22px 28px;
    align-items: start;
    margin-top: 0;
  }

  .developer-references {
    margin-top: 4px;
  }

  .profile-intro h2 {
    font-size: clamp(4rem, 6.2vw, 5.8rem);
  }

  .reference-grid {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
