:root {
  --bronze: #a66f43;
  --bronze-strong: #87512f;
  --bronze-soft: #d8b494;
  --ink: #2f1d1b;
  --ink-2: #4f3834;
  --muted: #75645f;
  --cream: #fffdf9;
  --paper: #f7f0e7;
  --paper-2: #efe4d7;
  --line: rgba(70, 43, 38, .14);
  --green: #1e9e56;
  --green-dark: #147c42;
  --white: #fff;
  --shadow-sm: 0 12px 30px rgba(48, 28, 24, .08);
  --shadow-md: 0 28px 70px rgba(48, 28, 24, .14);
  --shadow-lg: 0 40px 100px rgba(26, 13, 11, .28);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  --header-h: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(166, 111, 67, .08), transparent 28rem),
    linear-gradient(180deg, var(--cream), var(--paper));
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.font-hi {
  font-family: "Noto Sans Devanagari", system-ui, sans-serif;
}

body.font-gu {
  font-family: "Noto Sans Gujarati", system-ui, sans-serif;
}

body.is-scroll-locked {
  width: 100%;
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
a,
input {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

button,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(166, 111, 67, .55);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--bronze-strong);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.font-brand,
.brand__wordmark {
  font-family: "Cinzel", Georgia, serif;
}

.font-hi,
.font-hi .font-brand,
.font-hi .brand__wordmark,
body.font-hi .font-brand,
body.font-hi .brand__wordmark {
  font-family: "Noto Sans Devanagari", system-ui, sans-serif;
}

.font-gu,
.font-gu .font-brand,
.font-gu .brand__wordmark,
body.font-gu .font-brand,
body.font-gu .brand__wordmark {
  font-family: "Noto Sans Gujarati", system-ui, sans-serif;
}

h1,
h2,
h3,
blockquote {
  font-family: "Playfair Display", Georgia, serif;
}

body.font-hi h1,
body.font-hi h2,
body.font-hi h3,
body.font-hi blockquote,
body.font-gu h1,
body.font-gu h2,
body.font-gu h3,
body.font-gu blockquote {
  font-family: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  min-height: 52px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  isolation: isolate;
}

.button__surface {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: inherit;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

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

.button--primary .button__surface {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #5a3732);
  box-shadow: 0 13px 30px rgba(47, 29, 27, .22);
}

.button--primary:hover .button__surface {
  box-shadow: 0 18px 38px rgba(47, 29, 27, .28);
}

.button--secondary .button__surface {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, .8);
}

.button--secondary:hover .button__surface {
  border-color: rgba(166, 111, 67, .38);
  background: var(--white);
}

.button--bronze .button__surface {
  color: var(--white);
  background: linear-gradient(135deg, var(--bronze), var(--bronze-strong));
  box-shadow: 0 12px 28px rgba(135, 81, 47, .24);
}

.button--whatsapp .button__surface {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 12px 28px rgba(20, 124, 66, .25);
}

.button--compact {
  min-height: 44px;
}

.button--compact .button__surface {
  padding: 11px 18px;
  font-size: .82rem;
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bronze-strong);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.language-experience {
  position: fixed;
  z-index: 900;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 24px;
  color: var(--white);
  background: #201311;
  transition: opacity .55s ease, visibility .55s ease;
}

.language-experience.is-closing {
  opacity: 0;
  visibility: hidden;
}

.language-experience__backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.language-experience__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(181, 123, 76, .2), transparent 30rem),
    linear-gradient(90deg, rgba(25, 13, 11, .94), rgba(25, 13, 11, .68));
}

.language-experience__backdrop picture,
.language-experience__backdrop img {
  width: 100%;
  height: 100%;
}

.language-experience__backdrop img {
  object-fit: cover;
  opacity: .55;
  transform: scale(1.025);
  animation: languageBackdrop 1.5s cubic-bezier(.2, .75, .2, 1) both;
}

.language-card {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg);
  background: rgba(39, 22, 19, .78);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  animation: languageCard .7s .1s cubic-bezier(.2, .75, .2, 1) both;
}

.language-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  letter-spacing: .16em;
}

.language-card__brand img {
  width: 44px;
  height: auto;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
}

.language-card .eyebrow {
  color: #f0c8a2;
}

.language-card h1,
.language-card .language-title {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 4.6rem);
  line-height: .98;
}

.language-card > p:not(.eyebrow, .language-card__note) {
  max-width: 50ch;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .77);
  line-height: 1.7;
}

.language-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.language-option {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  color: var(--white);
  text-align: left;
  cursor: pointer;
  background: rgba(255, 255, 255, .06);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.language-option:hover,
.language-option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 200, 162, .8);
  background: rgba(255, 255, 255, .12);
}

.language-option__name,
.language-option__hint {
  display: block;
}

.language-option__name {
  font-size: 1.05rem;
  font-weight: 800;
}

.language-option__hint {
  margin-top: 7px;
  color: rgba(255, 255, 255, .64);
  font-size: .74rem;
  line-height: 1.4;
}

.loading-status {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px 14px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .68);
  font-size: .75rem;
}

.loading-status__track {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.loading-status__bar {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b97847, #f4d0ad);
  transition: width .3s ease;
}

.language-card__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: .72rem;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 10px 34px rgba(47, 29, 27, .06);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: auto;
}

.brand__wordmark {
  font-size: 1rem;
  letter-spacing: .04em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.primary-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--ink-2);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch,
.menu-toggle {
  border: 0;
  cursor: pointer;
  background: transparent;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
  background: rgba(255, 255, 255, .72);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .74);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-items: center;
  padding: clamp(46px, 8vw, 112px) 0 88px;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  top: -15rem;
  right: -7rem;
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174, 117, 72, .17), transparent 66%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
}

.hero__copy {
  padding-top: 20px;
}

.hero__title {
  display: grid;
  gap: 18px;
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 6.8vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.055em;
}

.hero__title .font-brand {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  color: var(--bronze-strong);
  font-size: .28em;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__brand-shimmer {
  position: relative;
  overflow: hidden;
}

.hero__brand-shimmer::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 230, .82), transparent);
  transform: skewX(-20deg);
  animation: brandShimmer 1.1s 1.2s ease-out 1 both;
}

.hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.hero__proof div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.hero__proof strong,
.hero__proof span {
  display: block;
}

.hero__proof strong {
  font-size: .82rem;
}

.hero__proof span {
  margin-top: 5px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.hero-visual figure {
  margin: 0;
}

.hero-visual__main {
  position: absolute;
  inset: 0 6% 8% 8%;
  overflow: hidden;
  border-radius: 42% 42% 24px 24px;
  background: var(--paper-2);
  box-shadow: var(--shadow-md);
}

.hero-visual__main picture,
.hero-visual__main img {
  width: 100%;
  height: 100%;
}

.hero-visual__main img {
  object-fit: cover;
}

.hero-visual__main::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(25, 13, 11, .76));
  pointer-events: none;
}

.hero-visual__main figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: var(--white);
}

.hero-visual__main figcaption span,
.hero-visual__main figcaption strong {
  display: block;
}

.hero-visual__main figcaption span {
  margin-bottom: 7px;
  color: #e7c4a4;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-visual__main figcaption strong {
  max-width: 34ch;
  font-size: .92rem;
  line-height: 1.55;
}

.hero-visual__small {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 6px solid var(--cream);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}

.hero-visual__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual__small--one {
  right: 0;
  bottom: 0;
  width: 33%;
  aspect-ratio: 4 / 5;
}

.hero-visual__small--two {
  top: 8%;
  left: 0;
  width: 29%;
  aspect-ratio: 4 / 3;
}

.hero-visual__badge {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 35%;
  width: min(210px, 38%);
  padding: 17px 18px;
  border: 1px solid rgba(166, 111, 67, .25);
  border-radius: 18px;
  background: rgba(255, 253, 249, .92);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.hero-visual__badge span,
.hero-visual__badge strong {
  display: block;
}

.hero-visual__badge span {
  color: var(--muted);
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-visual__badge strong {
  margin-top: 5px;
  font-size: .78rem;
  line-height: 1.45;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .55);
}

.trust-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 34px;
  min-height: 58px;
  color: var(--muted);
  font-size: .74rem;
  text-align: center;
}

.trust-strip__inner span:not(:last-child)::after {
  content: "•";
  margin-left: 34px;
  color: var(--bronze);
}

.trust-strip__inner strong {
  color: var(--ink-2);
}

.section {
  position: relative;
  padding: clamp(88px, 10vw, 148px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.section-heading > p:last-child {
  max-width: 63ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.section-heading--light .eyebrow,
.section-heading--light h2 {
  color: var(--white);
}

.section-heading--light > p:last-child {
  color: rgba(255, 255, 255, .7);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.property-tabs,
.gallery-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 10px 30px rgba(47, 29, 27, .04);
}

.property-tab,
.gallery-tab {
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
  background: transparent;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.property-tab[aria-selected="true"],
.gallery-tab[aria-selected="true"] {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(47, 29, 27, .2);
}

.property-panel {
  margin-top: 26px;
  outline: none;
}

.residence-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-md);
}

.residence-gallery {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 0;
  padding: 18px;
  background: #2a1917;
}

.residence-gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: clamp(280px, 42vw, 620px);
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.08), transparent 44%),
    linear-gradient(180deg, #1b1110 0%, #120b0a 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.residence-gallery__stage picture,
.residence-gallery__stage img {
  width: 100%;
  height: 100%;
}

.residence-gallery__stage picture {
  display: block;
}

.residence-gallery__stage img {
  display: block;
  object-fit: contain;
  object-position: center;
  animation: imageCrossfade .35s ease both;
}

.residence-gallery__meta {
  display: grid;
  gap: 8px;
  padding-inline: 2px;
}

.residence-gallery__caption {
  margin: 0;
  min-height: 1.5em;
  color: rgba(255, 248, 240, .82);
  font-size: .8rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.residence-gallery__controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.residence-gallery__controls .icon-button {
  pointer-events: auto;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  background: rgba(35, 20, 18, .72);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease;
}

.icon-button:hover {
  transform: translateY(-2px);
  background: rgba(35, 20, 18, .92);
}

.residence-gallery__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.thumbnail-strip {
  display: flex;
  gap: 8px;
  min-width: 0;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.thumbnail-button {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  background: #1b1110;
  opacity: .68;
  transition: opacity .2s ease, border-color .2s ease;
}

.thumbnail-button[aria-current="true"] {
  border-color: var(--bronze-soft);
  opacity: 1;
}

.thumbnail-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .73rem;
  white-space: nowrap;
}

.carousel-play {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
  background: transparent;
}

.carousel-play__icon {
  width: 12px;
  text-align: center;
}

.gallery-after-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  color: var(--white);
  background: rgba(38, 22, 19, .72);
  box-shadow: var(--shadow-sm);
  animation: softRise .3s ease both;
}

.gallery-after-view p {
  margin: 0;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.45;
}

.gallery-after-view button {
  border: 0;
  color: #f3cba7;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.residence-content {
  padding: clamp(28px, 4vw, 54px);
}

.residence-content__header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.residence-content__personality {
  margin: 0 0 7px;
  color: var(--bronze-strong);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.residence-content h3 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
}

.residence-content__description {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.residence-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.summary-tile {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(247, 240, 231, .58);
}

.summary-tile span,
.summary-tile strong {
  display: block;
}

.summary-tile span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.summary-tile strong {
  margin-top: 6px;
  font-size: .82rem;
  line-height: 1.45;
}

.price-block {
  padding-top: 4px;
}

.price-block__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.price-block__heading h4 {
  margin: 0;
  font-size: .92rem;
}

.price-block__heading span {
  color: var(--muted);
  font-size: .68rem;
}

.price-list {
  display: grid;
  gap: 8px;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
  cursor: pointer;
  background: rgba(255, 255, 255, .74);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.price-row:hover {
  transform: translateY(-1px);
  border-color: rgba(166, 111, 67, .38);
}

.price-row[aria-pressed="true"] {
  border-color: var(--bronze);
  background: #fff9f3;
  box-shadow: 0 0 0 3px rgba(166, 111, 67, .08);
}

.price-row__name {
  font-size: .82rem;
  font-weight: 700;
}

.price-row__note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .65rem;
}

.price-row__price {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.price-cta {
  width: 100%;
  margin-top: 12px;
}

.inclusions {
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: var(--ink);
  color: var(--white);
}

.inclusions h4 {
  margin: 0 0 13px;
  font-size: .86rem;
}

.inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.inclusion-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  font-size: .7rem;
}

.inclusion-item strong {
  color: #efc7a5;
  font-size: .66rem;
  text-align: right;
}

.location-card {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.location-card__top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
}

.location-card h4 {
  margin: 0;
  font-size: .88rem;
}

.location-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
}

.location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.location-card__actions a,
.location-card__actions button {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: .7rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, .72);
}

.section--day {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(166, 111, 67, .2), transparent 32rem),
    linear-gradient(145deg, #241412, #4a2b27);
}

.day-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr 1.08fr;
  gap: 14px;
}

.day-card {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #1b1110;
  box-shadow: 0 20px 54px rgba(10, 5, 4, .22);
}

.day-card:nth-child(even) {
  transform: translateY(34px);
}

.day-card picture,
.day-card img {
  width: 100%;
  height: 100%;
}

.day-card img {
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .75, .2, 1);
}

.day-card:hover img {
  transform: scale(1.035);
}

.day-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, rgba(17, 8, 7, .9));
}

.day-card figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.day-card__time {
  display: inline-block;
  margin-bottom: 8px;
  color: #efc7a5;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.day-card h3 {
  margin: 0;
  font-size: 1.6rem;
}

.day-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: .75rem;
  line-height: 1.55;
}

.verification-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 34px;
}

.verification-item {
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 30px rgba(47, 29, 27, .04);
}

.verification-item__mark {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
  background: var(--bronze);
}

.verification-item strong,
.verification-item span {
  display: block;
}

.verification-item strong {
  font-size: .77rem;
  line-height: 1.4;
}

.verification-item span {
  margin-top: 6px;
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.45;
}

.parent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 24px;
}

.founder-card,
.evidence-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow-sm);
}

.founder-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 470px;
  overflow: hidden;
}

.founder-card__portrait {
  min-height: 100%;
  background: var(--paper-2);
}

.founder-card__portrait picture,
.founder-card__portrait img {
  width: 100%;
  height: 100%;
}

.founder-card__portrait img {
  object-fit: cover;
  object-position: 50% 28%;
}

.founder-card__copy {
  align-self: center;
  padding: clamp(28px, 5vw, 58px);
}

.founder-card__copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.03;
}

.founder-card blockquote {
  margin: 24px 0 0;
  color: var(--ink-2);
  font-size: 1.05rem;
  line-height: 1.72;
}

.founder-card__signature {
  margin: 22px 0 0;
  font-size: .8rem;
  font-weight: 800;
}

.founder-card__signature span {
  color: var(--muted);
  font-weight: 600;
}

.evidence-card {
  padding: clamp(28px, 4vw, 42px);
}

.evidence-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
}

.evidence-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.evidence-card li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: .8rem;
  line-height: 1.55;
}

.evidence-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bronze-strong);
  font-weight: 900;
}

.evidence-card__note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .69rem;
  line-height: 1.55;
}

.section--voices {
  background: var(--paper-2);
}

.testimonial-carousel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
}

#testimonialHost {
  min-height: 290px;
}

.testimonial-card {
  position: relative;
  min-height: 290px;
  padding: clamp(30px, 5vw, 60px);
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(213, 166, 125, .2), transparent 23rem),
    var(--ink);
  box-shadow: var(--shadow-md);
  animation: testimonialIn .36s ease both;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: -10px;
  right: 28px;
  color: rgba(255, 255, 255, .08);
  font-family: Georgia, serif;
  font-size: 11rem;
  line-height: 1;
}

.testimonial-card blockquote {
  position: relative;
  max-width: 900px;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.38;
}

.testimonial-card footer {
  margin-top: 26px;
  color: #e7c4a4;
  font-size: .78rem;
  font-weight: 800;
}

.carousel-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.carousel-toolbar .icon-button {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: none;
}

.carousel-counter {
  min-width: 56px;
  font-size: .75rem;
  font-weight: 800;
  text-align: center;
}

.carousel-toolbar .carousel-play {
  margin-left: 6px;
  color: var(--ink-2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.gallery-tile {
  position: relative;
  grid-column: span 4;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  cursor: zoom-in;
  background: var(--paper-2);
  box-shadow: 0 16px 36px rgba(47, 29, 27, .08);
}

.gallery-tile:nth-child(5n + 1) {
  grid-column: span 7;
}

.gallery-tile:nth-child(5n + 2) {
  grid-column: span 5;
}

.gallery-tile picture,
.gallery-tile img {
  width: 100%;
  height: 100%;
}

.gallery-tile img {
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .75, .2, 1);
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
  transform: scale(1.035);
}

.gallery-tile__caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 13px 14px;
  border-radius: 13px;
  color: var(--white);
  font-size: .7rem;
  line-height: 1.45;
  text-align: left;
  background: rgba(34, 18, 16, .75);
  backdrop-filter: blur(9px);
}

.section--faq {
  background: rgba(255, 255, 255, .5);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.faq-layout .section-heading {
  position: sticky;
  top: calc(var(--header-h) + 34px);
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .8);
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 17px 20px;
  border: 0;
  border-radius: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
}

.faq-question strong {
  font-size: .86rem;
  line-height: 1.5;
}

.faq-question__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--bronze-strong);
  background: var(--paper);
  transition: transform .2s ease;
}

.faq-question[aria-expanded="true"] .faq-question__icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.72;
}

.section--cta {
  overflow: hidden;
}

.section--cta::before {
  content: "";
  position: absolute;
  inset: 20% -20% auto;
  height: 500px;
  background: radial-gradient(ellipse, rgba(166, 111, 67, .12), transparent 66%);
  pointer-events: none;
}

.cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.cta-card {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 5vw, 50px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--shadow-sm);
}

.cta-card__number {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(166, 111, 67, .16);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.cta-card h3 {
  position: relative;
  max-width: 10ch;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
}

.cta-card p {
  position: relative;
  min-height: 72px;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
}

.ethical-urgency {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .76rem;
  text-align: center;
}

.site-footer {
  padding: 74px 0 24px;
  color: rgba(255, 255, 255, .76);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
}

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

.brand--footer img {
  padding: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
}

.footer-grid p {
  max-width: 36ch;
  margin: 18px 0 0;
  font-size: .78rem;
  line-height: 1.7;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: #e7c4a4;
  font-family: inherit;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-button {
  display: block;
  margin: 11px 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .74);
  font-size: .76rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}

.footer-grid a:hover,
.footer-button:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .45);
  font-size: .67rem;
}

.mobile-sticky {
  position: fixed;
  z-index: 80;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 19px;
  color: var(--white);
  background: rgba(42, 25, 23, .91);
  box-shadow: 0 20px 55px rgba(24, 12, 10, .3);
  backdrop-filter: blur(14px);
}

.mobile-sticky__eyebrow,
.mobile-sticky strong {
  display: block;
}

.mobile-sticky__eyebrow {
  color: rgba(255, 255, 255, .55);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mobile-sticky strong {
  margin-top: 3px;
  font-size: .74rem;
}

.sheet-overlay,
.gallery-modal {
  position: fixed;
  z-index: 600;
  inset: 0;
  background: rgba(26, 13, 11, .68);
  backdrop-filter: blur(12px);
}

.sheet-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
}

.assistant-sheet {
  position: relative;
  width: min(720px, 100%);
  max-height: min(900px, calc(100svh - 26px));
  padding: 34px clamp(22px, 4vw, 42px) calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 30px 30px 22px 22px;
  background: var(--cream);
  box-shadow: var(--shadow-lg);
  animation: sheetIn .38s cubic-bezier(.2, .78, .2, 1) both;
}

.sheet-handle {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: rgba(47, 29, 27, .15);
  transform: translateX(-50%);
}

.sheet-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  background: var(--white);
}

.assistant-sheet h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: .98;
}

.assistant-sheet > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.assistant-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 22px 0;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  font-size: .72rem;
  background: var(--paper);
}

.assistant-context strong {
  color: var(--ink);
}

.assistant-context span:last-child:not(:empty) {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--bronze-strong);
  font-weight: 800;
}

.assistant-sheet fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.assistant-sheet legend {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  font-size: .79rem;
  font-weight: 800;
}

.assistant-sheet legend > span:first-child {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--white);
  font-size: .65rem;
  background: var(--bronze);
}

.choice-grid {
  display: grid;
  gap: 8px;
}

.choice-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

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

.choice-option {
  position: relative;
}

.choice-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-option label {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink-2);
  font-size: .72rem;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  background: var(--white);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.choice-option label:hover {
  transform: translateY(-1px);
}

.choice-option input:focus-visible + label {
  outline: 3px solid rgba(166, 111, 67, .3);
  outline-offset: 2px;
}

.choice-option input:checked + label {
  border-color: var(--bronze);
  color: var(--bronze-strong);
  background: #fff7ef;
  box-shadow: 0 0 0 3px rgba(166, 111, 67, .08);
  animation: choiceSelected .24s ease both;
}

.assistant-consent {
  margin: 11px 0 0 !important;
  color: var(--muted);
  font-size: .67rem !important;
  text-align: center;
}

.gallery-modal {
  display: grid;
  place-items: center;
  padding: 18px;
}

.gallery-modal__dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1320px, 100%);
  height: min(900px, calc(100svh - 36px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  color: var(--white);
  background: #180e0d;
  box-shadow: var(--shadow-lg);
  animation: modalIn .32s ease both;
}

.gallery-modal__header,
.gallery-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
}

.gallery-modal__header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gallery-modal__kicker {
  margin: 0 0 3px;
  color: #ddb493;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gallery-modal__header h2 {
  margin: 0;
  font-family: inherit;
  font-size: .9rem;
}

.gallery-modal__close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  background: rgba(255, 255, 255, .07);
}

.gallery-modal__image {
  min-height: 0;
  padding: 10px;
}

.gallery-modal__image picture,
.gallery-modal__image img {
  width: 100%;
  height: 100%;
}

.gallery-modal__image img {
  object-fit: contain;
  animation: imageCrossfade .3s ease both;
}

.gallery-modal__footer {
  min-height: 82px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.gallery-modal__nav {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
  background: rgba(255, 255, 255, .06);
}

.gallery-modal__meta {
  max-width: 70ch;
  text-align: center;
}

.gallery-modal__meta p {
  margin: 0;
}

#galleryModalCounter {
  color: #ddb493;
  font-size: .68rem;
  font-weight: 800;
}

#galleryModalCaption {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .7rem;
  line-height: 1.45;
}

.ambient-toggle {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  background: rgba(255, 253, 249, .88);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.ambient-toggle[aria-pressed="true"] {
  color: var(--white);
  background: var(--bronze-strong);
}

.noscript-message {
  position: fixed;
  z-index: 1000;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 14px;
  border-radius: 14px;
  color: var(--white);
  background: var(--ink);
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .2, 1);
}

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

@keyframes languageBackdrop {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: .55; transform: scale(1.025); }
}

@keyframes languageCard {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@keyframes brandShimmer {
  from { left: -45%; }
  to { left: 125%; }
}

@keyframes imageCrossfade {
  from { opacity: .18; transform: scale(1.015); }
  to { opacity: 1; transform: none; }
}

@keyframes testimonialIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: none; }
}

@keyframes softRise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes sheetIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(.985); }
  to { opacity: 1; transform: none; }
}

@keyframes choiceSelected {
  50% { transform: scale(.985); }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: block;
    order: 3;
    justify-self: end;
  }

  .primary-nav {
    position: fixed;
    z-index: 110;
    top: calc(var(--header-h) + 8px);
    right: 20px;
    left: 20px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 253, 249, .97);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
  }

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

  .primary-nav a {
    padding: 12px;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    justify-self: end;
  }

  .header-actions .button {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .residence-card {
    grid-template-columns: 1fr;
  }

  .residence-gallery {
    min-height: auto;
  }

  .residence-gallery__stage {
    aspect-ratio: 16 / 10;
  }

  .verification-row {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --header-h: 68px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .language-options {
    grid-template-columns: 1fr;
  }

  .language-option {
    min-height: 76px;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

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

  .hero__copy {
    padding-top: 0;
  }

  .hero__title {
    font-size: clamp(3.2rem, 14vw, 5.6rem);
  }

  .hero-visual {
    min-height: min(122vw, 690px);
  }

  .hero-visual__main {
    inset: 0 3% 7% 4%;
  }

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

  .trust-strip__inner {
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
  }

  .trust-strip__inner span:not(:last-child)::after {
    content: none;
  }

  .section {
    padding: 86px 0;
  }

  .section-heading h2 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .property-tabs,
  .gallery-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: 20px;
  }

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

  .property-tab,
  .gallery-tab {
    border-radius: 14px;
  }

  .residence-gallery {
    padding: 12px;
  }

  .residence-gallery__stage {
    aspect-ratio: 4 / 3;
  }

  .residence-gallery__caption {
    font-size: .76rem;
  }

  .gallery-after-view {
    gap: 12px;
    padding: 12px 14px;
  }

  .residence-content {
    padding: 26px 20px 30px;
  }

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

  .day-card:nth-child(even) {
    transform: none;
  }

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

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-card__portrait {
    height: 360px;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-toolbar {
    justify-content: center;
  }

  .gallery-tile,
  .gallery-tile:nth-child(5n + 1),
  .gallery-tile:nth-child(5n + 2) {
    grid-column: span 6;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-layout .section-heading {
    position: static;
  }

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

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

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .ambient-toggle {
    bottom: 88px;
  }

  .mobile-sticky {
    display: flex;
  }
}

@media (max-width: 560px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .brand__wordmark {
    font-size: .86rem;
  }

  .header-actions {
    justify-self: end;
  }

  .language-switch {
    min-width: 42px;
    padding-inline: 9px;
  }

  .language-switch span:first-child {
    display: none;
  }

  .menu-toggle {
    order: initial;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 126vw;
  }

  .hero-visual__small--two {
    width: 34%;
  }

  .hero-visual__small--one {
    width: 38%;
  }

  .hero-visual__badge {
    top: auto;
    right: 6%;
    bottom: 29%;
    width: 48%;
  }

  .residence-summary {
    grid-template-columns: 1fr;
  }

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

  .price-block__heading {
    align-items: start;
    flex-direction: column;
  }

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

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

  .day-card {
    min-height: 420px;
  }

  .verification-row {
    grid-template-columns: 1fr 1fr;
  }

  .verification-item {
    min-height: 116px;
    padding: 14px;
  }

  .founder-card__portrait {
    height: 310px;
  }

  .gallery-grid {
    gap: 9px;
  }

  .gallery-tile,
  .gallery-tile:nth-child(5n + 1),
  .gallery-tile:nth-child(5n + 2) {
    grid-column: span 12;
    min-height: 330px;
  }

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

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .choice-grid--three,
  .choice-grid--two {
    grid-template-columns: 1fr;
  }

  .choice-option label {
    min-height: 50px;
  }

  .assistant-sheet {
    max-height: calc(100svh - 10px);
    border-radius: 24px 24px 0 0;
  }

  .sheet-overlay {
    padding: 10px 0 0;
  }

  .gallery-modal {
    padding: 0;
  }

  .gallery-modal__dialog {
    width: 100%;
    height: 100svh;
    border: 0;
    border-radius: 0;
  }

  .gallery-modal__footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .gallery-modal__nav {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .gallery-modal__nav span:not([aria-hidden="true"]) {
    display: none;
  }

  .mobile-sticky {
    padding-left: 13px;
  }

  .mobile-sticky .button__surface {
    padding-inline: 14px;
  }

  .residence-gallery__stage {
    aspect-ratio: 5 / 4;
    border-radius: 18px;
  }

  .residence-gallery__meta {
    gap: 8px;
  }

  .residence-gallery__caption {
    font-size: .74rem;
    line-height: 1.5;
  }

  .gallery-after-view {
    flex-direction: column;
    align-items: start;
  }

  .gallery-after-view button {
    padding-inline: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

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

@media (hover: none) {
  .button:hover .button__surface,
  .language-option:hover,
  .icon-button:hover,
  .choice-option label:hover {
    transform: none;
  }
}


/* Final experience refinement: clearer tablet layout, visual proof and compact conversion. */

.section-heading--visual {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  max-width: 940px;
}

.section-heading--visual > div {
  min-width: 0;
}

.section-symbol {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(166, 111, 67, .2);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(47, 29, 27, .09);
}

.section-symbol svg {
  width: 30px;
  height: 30px;
}

.section-symbol--bronze {
  color: var(--ink);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .95), transparent 45%),
    linear-gradient(145deg, #f3d8be, #c98b58);
}

.section-symbol--dark {
  color: #f4cba7;
  border-color: rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, .12), transparent 42%),
    var(--ink);
}

/* Residence cards are independent surfaces so unequal content never creates a dark tablet void. */
.residence-card {
  align-items: start;
  gap: 22px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.residence-gallery {
  align-self: start;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.residence-content {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-md);
}

.carousel-status {
  min-width: 44px;
  justify-content: flex-end;
  font-variant-numeric: tabular-nums;
}

.residence-gallery.is-user-paused,
.testimonial-lounge.is-user-paused {
  --rotation-state: paused;
}

/* Amenities */
.section--amenities {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(166, 111, 67, .12), transparent 30rem),
    radial-gradient(circle at 92% 88%, rgba(47, 29, 27, .07), transparent 34rem),
    linear-gradient(180deg, #fbf7f1, #f3e8dc);
}

.section--amenities::before {
  content: "";
  position: absolute;
  top: 72px;
  right: -90px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(166, 111, 67, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(166, 111, 67, .03),
    0 0 0 72px rgba(166, 111, 67, .02);
  pointer-events: none;
}

.amenities-showcase {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
  align-items: stretch;
  gap: 24px;
}

.amenity-photo-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 620px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 80% 12%, rgba(166, 111, 67, .28), transparent 21rem),
    #241412;
  box-shadow: var(--shadow-md);
}

.amenity-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #1b1110;
}

.amenity-photo--main {
  grid-row: 1 / -1;
}

.amenity-photo picture,
.amenity-photo img {
  width: 100%;
  height: 100%;
}

.amenity-photo img {
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.amenity-photo-collage:hover .amenity-photo--main img {
  transform: scale(1.025);
}

.amenity-photo--main figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  color: var(--white);
  background: rgba(30, 16, 14, .78);
  backdrop-filter: blur(12px);
}

.amenity-photo--main figcaption span,
.amenity-photo--main figcaption strong {
  display: block;
}

.amenity-photo--main figcaption span {
  color: #efc7a5;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.amenity-photo--main figcaption strong {
  max-width: 34ch;
  margin-top: 7px;
  font-size: .86rem;
  line-height: 1.5;
}

.amenity-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3.4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(166, 111, 67, .1), transparent 22rem),
    rgba(255, 255, 255, .84);
  box-shadow: var(--shadow-md);
}

.amenity-panel__context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.amenity-panel__context span {
  color: var(--muted);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.amenity-panel__context strong {
  color: var(--bronze-strong);
  font-size: .78rem;
  text-align: right;
}

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

.amenity-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  min-height: 128px;
  padding: 16px;
  border: 1px solid rgba(70, 43, 38, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 28px rgba(47, 29, 27, .04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  transition-delay: var(--amenity-delay, 0ms);
}

.amenity-card:hover {
  transform: translateY(-3px);
  border-color: rgba(166, 111, 67, .32);
  box-shadow: 0 18px 34px rgba(47, 29, 27, .08);
}

.amenity-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--ink);
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .9), transparent 48%),
    linear-gradient(145deg, #efd1b4, #c98651);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.amenity-card__icon svg {
  width: 23px;
  height: 23px;
}

.amenity-card h3 {
  margin: 2px 0 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .81rem;
  line-height: 1.35;
}

.amenity-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.55;
}

.amenity-panel__note {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.55;
}

/* Parent reassurance */
.section--parents {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, .92), rgba(247, 240, 231, .88)),
    radial-gradient(circle at 90% 10%, rgba(166, 111, 67, .1), transparent 25rem);
}

.parent-visual-message {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
  padding: 22px 24px;
  overflow: hidden;
  border-radius: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 95% 0, rgba(213, 166, 125, .25), transparent 20rem),
    linear-gradient(135deg, #2f1d1b, #4a2c28);
  box-shadow: var(--shadow-sm);
}

.parent-visual-message__icons {
  display: flex;
  flex-shrink: 0;
}

.parent-visual-message__icons span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-left: -8px;
  border: 3px solid #39221f;
  border-radius: 17px;
  color: #f2c9a6;
  background: rgba(255, 255, 255, .09);
}

.parent-visual-message__icons span:first-child {
  margin-left: 0;
}

.parent-visual-message__icons svg {
  width: 24px;
  height: 24px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.parent-visual-message > div:last-child span,
.parent-visual-message > div:last-child strong {
  display: block;
}

.parent-visual-message > div:last-child span {
  color: #e6b98f;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.parent-visual-message > div:last-child strong {
  max-width: 42ch;
  margin-top: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  line-height: 1.2;
}

.verification-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.verification-item {
  position: relative;
  min-height: 174px;
  padding: 21px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(166, 111, 67, .1), transparent 13rem),
    rgba(255, 255, 255, .84);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.verification-item::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -38px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(166, 111, 67, .12);
  border-radius: 50%;
}

.verification-item:hover {
  transform: translateY(-3px);
  border-color: rgba(166, 111, 67, .3);
  box-shadow: 0 20px 42px rgba(47, 29, 27, .09);
}

.verification-item__icon {
  display: grid !important;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 0 17px !important;
  border-radius: 17px;
  color: var(--ink);
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .96), transparent 48%),
    linear-gradient(145deg, #f0d3b7, #c98550);
  box-shadow: 0 10px 24px rgba(166, 111, 67, .18);
}

.verification-item__icon svg {
  width: 25px;
  height: 25px;
}

.verification-item strong {
  position: relative;
  z-index: 1;
  font-size: .84rem;
}

.verification-item > span:last-child {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: .69rem;
  line-height: 1.55;
}

/* Testimonials */
.section--voices {
  background:
    radial-gradient(circle at 8% 15%, rgba(166, 111, 67, .12), transparent 30rem),
    var(--paper-2);
}

.testimonial-lounge {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(166, 111, 67, .14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(166, 111, 67, .14), transparent 28rem),
    rgba(255, 255, 255, .68);
  box-shadow: var(--shadow-md);
  touch-action: pan-y;
}

.testimonial-lounge__main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 16px;
  align-items: stretch;
}

#testimonialHost {
  min-height: 430px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  height: 100%;
  padding: clamp(28px, 4.4vw, 54px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(213, 166, 125, .23), transparent 22rem),
    linear-gradient(145deg, #2c1917, #4d2f2a);
}

.testimonial-card::before {
  top: -24px;
  right: 22px;
  font-size: 13rem;
}

.testimonial-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.testimonial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  font-size: .67rem;
  font-weight: 800;
  background: rgba(255, 255, 255, .08);
}

.testimonial-badge svg {
  width: 16px;
  height: 16px;
  color: #efc7a5;
}

.testimonial-stars,
.testimonial-mini__stars {
  color: #f3c56d;
  letter-spacing: .13em;
}

.testimonial-stars {
  position: relative;
  z-index: 1;
  font-size: .92rem;
  white-space: nowrap;
}

.testimonial-card blockquote {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 28ch;
  margin: 30px 0;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.42;
}

.testimonial-card footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
}

.testimonial-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 900;
  background: linear-gradient(145deg, #f3d7bc, #c88753);
}

.testimonial-card footer > span:last-child {
  display: grid;
  gap: 3px;
}

.testimonial-card footer strong {
  color: var(--white);
  font-size: .8rem;
}

.testimonial-card footer small {
  color: #e7c4a4;
  font-size: .67rem;
  font-style: normal;
}

.testimonial-card footer em {
  color: rgba(255, 255, 255, .5);
  font-size: .58rem;
  font-style: normal;
}

.testimonial-story-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
}

.testimonial-story-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.testimonial-story-list__header > span {
  color: var(--muted);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.testimonial-navigation {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testimonial-navigation .icon-button {
  width: 38px;
  height: 38px;
  color: var(--ink);
  border-color: var(--line);
  background: var(--paper);
  backdrop-filter: none;
}

.testimonial-navigation .carousel-counter {
  min-width: 44px;
}

.testimonial-rail {
  display: grid;
  gap: 8px;
  min-height: 0;
  margin-top: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.testimonial-mini {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 15px;
  text-align: left;
  cursor: pointer;
  background: rgba(247, 240, 231, .64);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.testimonial-mini:hover {
  transform: translateX(2px);
  border-color: rgba(166, 111, 67, .22);
}

.testimonial-mini.is-active {
  border-color: rgba(166, 111, 67, .34);
  background: #fff9f3;
  box-shadow: 0 10px 24px rgba(47, 29, 27, .06);
}

.testimonial-mini__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 900;
  background: linear-gradient(145deg, #efd2b5, #cf8e5a);
}

.testimonial-mini > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.testimonial-mini strong {
  overflow: hidden;
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-mini small {
  color: var(--muted);
  font-size: .59rem;
}

.testimonial-mini__stars {
  font-size: .58rem;
}

/* Footer */
.site-footer {
  position: relative;
  padding: 0 0 24px;
  overflow: hidden;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 12% 12%, rgba(166, 111, 67, .2), transparent 28rem),
    linear-gradient(160deg, #241412, #38211e 58%, #2b1917);
}

.site-footer__glow {
  position: absolute;
  top: -190px;
  right: -120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(213, 166, 125, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(213, 166, 125, .025),
    0 0 0 110px rgba(213, 166, 125, .018);
  pointer-events: none;
}

.footer-availability {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0, rgba(221, 171, 126, .2), transparent 20rem),
    rgba(255, 255, 255, .055);
  box-shadow: 0 22px 55px rgba(20, 10, 9, .18);
}

.footer-availability__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  color: var(--ink);
  background: linear-gradient(145deg, #f1d2b4, #b8703e);
  box-shadow: 0 14px 32px rgba(15, 8, 7, .22);
}

.footer-availability__icon svg {
  width: 29px;
  height: 29px;
}

.footer-availability__copy .eyebrow {
  margin-bottom: 7px;
  color: #e7bb92;
}

.footer-availability__copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
}

.footer-availability__copy > p:last-child {
  max-width: 60ch;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: .75rem;
  line-height: 1.6;
}

.footer-availability__actions {
  display: grid;
  gap: 9px;
  min-width: 220px;
}

.footer-availability__actions .button {
  width: 100%;
}

.footer-call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: .69rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-call-link svg {
  width: 16px;
  height: 16px;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .72fr .9fr 1.1fr;
  gap: 34px;
  padding: 48px 0 34px;
}

.footer-brand-block p {
  max-width: 36ch;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .73rem;
  line-height: 1.7;
}

.footer-location,
.footer-trust-note {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-location {
  margin-top: 20px;
  color: #e8bf9b;
  font-size: .69rem;
  font-weight: 700;
}

.footer-location svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-trust-note {
  margin-top: 13px;
  color: rgba(255, 255, 255, .43);
  font-size: .59rem;
  line-height: 1.5;
}

.footer-main h2 {
  margin: 0 0 16px;
  color: #e7c4a4;
  font-family: inherit;
  font-size: .67rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-link-grid {
  display: grid;
  gap: 9px;
}

.footer-link-grid a {
  color: rgba(255, 255, 255, .67);
  font-size: .71rem;
  text-decoration: none;
}

.footer-link-grid a:hover {
  color: var(--white);
}

.footer-property-group {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-property-card {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  color: rgba(255, 255, 255, .82);
  text-align: left;
  cursor: pointer;
  background: rgba(255, 255, 255, .045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.footer-property-card:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 196, 164, .34);
  background: rgba(255, 255, 255, .075);
}

.footer-property-card span {
  font-size: .69rem;
  font-weight: 800;
}

.footer-property-card small {
  color: rgba(255, 255, 255, .43);
  font-size: .57rem;
}

.footer-contact-group {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
  font-style: normal;
}

.footer-contact-group > p {
  margin: -3px 0 7px;
  color: rgba(255, 255, 255, .48);
  font-size: .63rem;
  line-height: 1.55;
}

.footer-contact-group a,
.footer-contact-group button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border: 0;
  border-radius: 13px;
  color: rgba(255, 255, 255, .8);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, .035);
}

.footer-contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #efc7a5;
  background: rgba(255, 255, 255, .075);
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
}

.footer-contact-group a > span:last-child,
.footer-contact-group button > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.footer-contact-group small {
  color: rgba(255, 255, 255, .42);
  font-size: .54rem;
  font-style: normal;
  text-transform: uppercase;
}

.footer-contact-group strong {
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font-size: .65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 18px;
}

/* Tablet-specific layout: iPad landscape reports a wide viewport but coarse input. */
@media (hover: none) and (pointer: coarse) and (min-width: 821px) {
  .residence-card {
    grid-template-columns: 1fr;
  }

  .residence-gallery__stage {
    height: min(62vw, 640px);
  }

  .amenities-showcase {
    grid-template-columns: 1fr;
  }

  .amenity-photo-collage {
    min-height: 600px;
  }
}

@media (max-width: 1080px) {
  .amenities-showcase {
    grid-template-columns: 1fr;
  }

  .amenity-photo-collage {
    min-height: 590px;
  }

  .testimonial-lounge__main {
    grid-template-columns: 1fr;
  }

  .testimonial-story-list {
    min-height: 0;
  }

  .testimonial-rail {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .testimonial-mini {
    scroll-snap-align: start;
  }

  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-contact-group {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  .section-heading--visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-symbol {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }

  .amenity-photo-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 400px 170px;
    min-height: 0;
  }

  .amenity-photo--main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

  .parent-visual-message {
    align-items: flex-start;
  }

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

  .testimonial-card {
    min-height: 390px;
  }

  .testimonial-story-list {
    padding: 15px;
  }

  .footer-availability {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .footer-availability__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding: 38px 0 28px;
  }

  .footer-brand-block,
  .footer-contact-group {
    grid-column: 1 / -1;
  }

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

  .footer-bottom {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 560px) {
  .section-symbol {
    width: 50px;
    height: 50px;
  }

  .amenity-photo-collage {
    grid-template-rows: 350px 145px;
    gap: 8px;
    padding: 9px;
    border-radius: 25px;
  }

  .amenity-photo {
    border-radius: 15px;
  }

  .amenity-photo--main figcaption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 13px;
  }

  .amenity-panel {
    padding: 19px 14px;
    border-radius: 25px;
  }

  .amenity-panel__context {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .amenity-panel__context strong {
    text-align: left;
  }

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

  .amenity-card {
    min-height: 0;
  }

  .parent-visual-message {
    display: grid;
    gap: 16px;
    padding: 19px;
  }

  .parent-visual-message__icons span {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .verification-item {
    min-height: 160px;
    padding: 16px;
  }

  .verification-item__icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .testimonial-lounge {
    padding: 9px;
    border-radius: 26px;
  }

  #testimonialHost,
  .testimonial-card {
    min-height: 410px;
  }

  .testimonial-card {
    padding: 24px 20px;
    border-radius: 21px;
  }

  .testimonial-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .testimonial-card blockquote {
    margin: 24px 0;
    font-size: 1.32rem;
  }

  .testimonial-story-list__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-rail {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
  }

  .footer-availability {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 18px;
    border-radius: 0 0 24px 24px;
  }

  .footer-availability__icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }

  .footer-availability__actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .footer-brand-block,
  .footer-contact-group {
    grid-column: 1 / -1;
  }

  .footer-property-card {
    padding: 10px;
  }

  .footer-bottom {
    gap: 7px;
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}


/* Customer-comprehension refinement — July 2026 */
body.font-hi,
body.font-gu {
  font-size: 17px;
  line-height: 1.65;
}

body.font-hi .button,
body.font-hi button,
body.font-gu .button,
body.font-gu button {
  letter-spacing: 0;
}

body.font-hi .hero__title,
body.font-gu .hero__title {
  font-size: clamp(2.85rem, 6vw, 5.65rem);
  line-height: 1.06;
}

body.font-hi .hero__lead,
body.font-gu .hero__lead,
body.font-hi .section-heading p,
body.font-gu .section-heading p {
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.78;
}

.language-card {
  width: min(920px, 100%);
}

.language-options {
  gap: 16px;
}

.language-option {
  position: relative;
  min-height: 132px;
  padding: 24px 54px 22px 24px;
  overflow: hidden;
}

.language-option::before {
  content: "";
  position: absolute;
  inset: auto -20% -70% 20%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 166, 119, .24), transparent 67%);
  opacity: 0;
  transform: scale(.7);
  transition: opacity .25s ease, transform .45s cubic-bezier(.2, .75, .2, 1);
}

.language-option:hover::before,
.language-option:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.language-option__name {
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.language-option__hint {
  position: relative;
  z-index: 1;
  max-width: 21ch;
  margin-top: 10px;
  font-size: clamp(.84rem, 1.15vw, 1rem);
}

.language-option__arrow {
  position: absolute;
  right: 21px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  font-size: 1.15rem;
  transition: transform .25s ease, background .25s ease;
}

.language-option:hover .language-option__arrow,
.language-option:focus-visible .language-option__arrow {
  transform: translateX(4px);
  background: rgba(255,255,255,.12);
}

.hero {
  min-height: auto;
  padding-top: clamp(54px, 7vw, 96px);
}

.hero__grid {
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  gap: clamp(36px, 5vw, 76px);
}

.hero__title {
  font-size: clamp(3.15rem, 6.05vw, 5.9rem);
  line-height: .94;
}

.hero__lead {
  max-width: 690px;
  margin-top: 22px;
}

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

.hero-snapshot__item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 34px rgba(48,28,24,.06);
}

.hero-snapshot__icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.12);
}

.hero-snapshot__icon svg {
  width: 20px;
  height: 20px;
}

.hero-snapshot__item > span:last-child {
  min-width: 0;
}

.hero-snapshot strong,
.hero-snapshot small {
  display: block;
}

.hero-snapshot strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.1;
}

.hero-snapshot small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .67rem;
  line-height: 1.35;
}

.hero-visual {
  min-height: 650px;
  isolation: isolate;
}

.hero-visual__halo {
  position: absolute;
  inset: 11% 0 5% 5%;
  border-radius: 48% 48% 28px 28px;
  background:
    radial-gradient(circle at 70% 20%, rgba(216,180,148,.48), transparent 36%),
    linear-gradient(145deg, rgba(166,111,67,.16), rgba(239,228,215,.62));
  filter: blur(1px);
  transform: rotate(2deg);
}

.hero-visual__main {
  inset: 0 3% 9% 3%;
  border-radius: 32px 32px 26px 26px;
}

.hero-story-image,
.hero-story-image picture,
.hero-story-image img {
  width: 100%;
  height: 100%;
}

.hero-story-image {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .52s ease, transform 1.15s cubic-bezier(.2,.75,.2,1);
}

.hero-story-image.is-entered {
  opacity: 1;
  transform: scale(1);
}

.hero-story-image img {
  object-fit: cover;
  animation: hero-photo-breathe 8s ease-in-out both;
}

.hero-choice-dock {
  position: absolute;
  z-index: 5;
  right: 8%;
  bottom: 2%;
  left: 8%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  background: rgba(40,22,20,.82);
  box-shadow: 0 20px 50px rgba(28,14,12,.28);
  backdrop-filter: blur(16px);
}

.hero-choice {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  color: rgba(255,255,255,.72);
  text-align: left;
  cursor: pointer;
  background: transparent;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.hero-choice:hover,
.hero-choice:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.hero-choice.is-active {
  color: var(--ink);
  background: var(--cream);
}

.hero-choice__marker {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.hero-choice.is-active .hero-choice__marker {
  border-color: var(--bronze);
  background: var(--bronze);
  box-shadow: 0 0 0 6px rgba(166,111,67,.12);
}

.hero-choice strong,
.hero-choice small {
  display: block;
}

.hero-choice strong {
  overflow: hidden;
  font-size: .74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-choice small {
  margin-top: 4px;
  font-size: .62rem;
  opacity: .72;
}

.hero-location-signal {
  position: absolute;
  z-index: 4;
  top: 6%;
  left: -1%;
  display: flex;
  max-width: 228px;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(166,111,67,.22);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255,253,249,.94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.hero-location-signal__icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.12);
}

.hero-location-signal__icon svg {
  width: 20px;
  height: 20px;
}

.hero-location-signal small,
.hero-location-signal strong {
  display: block;
}

.hero-location-signal small {
  color: var(--muted);
  font-size: .61rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-location-signal strong {
  margin-top: 3px;
  font-size: .75rem;
  line-height: 1.3;
}

.hero-location-signal__pulse {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(30,158,86,.4);
  animation: location-pulse 2.4s ease-out infinite;
}

.hero-visual__badge {
  top: 25%;
  right: -1%;
  width: min(190px, 35%);
}

.trust-strip__signal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-strip__signal i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(30,158,86,.12);
}

.summary-tile {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.summary-tile__icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.11);
}

.summary-tile__icon svg {
  width: 18px;
  height: 18px;
}

.summary-tile > span:last-child {
  min-width: 0;
}

.summary-tile small {
  display: block;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.summary-tile strong {
  display: block;
  margin-top: 5px;
}

.price-row {
  position: relative;
  padding-right: 48px;
  overflow: hidden;
}

.price-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--bronze);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.price-row[aria-pressed="true"]::before {
  transform: scaleY(1);
}

.price-row__check {
  position: absolute;
  right: 17px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bronze);
  opacity: 0;
  transform: scale(.7);
  transition: opacity .2s ease, transform .25s ease;
}

.price-row__check svg {
  width: 14px;
  height: 14px;
}

.price-row[aria-pressed="true"] .price-row__check {
  opacity: 1;
  transform: scale(1);
}

.carousel-motion-line {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255,255,255,.2);
  overflow: hidden;
}

.carousel-motion-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #e8ba91, transparent);
  transform: translateX(-100%);
  animation: carousel-progress 6.2s linear infinite;
}

.is-user-paused .carousel-motion-line::after {
  animation-play-state: paused;
  opacity: 0;
}

.location-card--visual {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(166,111,67,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(216,180,148,.22), transparent 35%),
    rgba(255,255,255,.72);
}

.location-card__heading {
  display: flex;
  align-items: center;
  gap: 11px;
}

.location-card__heading-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--bronze);
  box-shadow: 0 10px 24px rgba(135,81,47,.22);
}

.location-card__heading-icon svg {
  width: 21px;
  height: 21px;
}

.location-card__heading span,
.location-card__heading strong {
  display: block;
}

.location-card__heading div > span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-card__heading strong {
  margin-top: 4px;
  font-size: .92rem;
}

.route-visual {
  display: grid;
  grid-template-columns: minmax(72px, .72fr) minmax(120px, 1.4fr) minmax(72px, .72fr);
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)),
    repeating-linear-gradient(45deg, rgba(166,111,67,.07) 0 8px, transparent 8px 16px);
}

.route-node {
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}

.route-node > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.12);
}

.route-node--campus > span {
  color: #fff;
  background: var(--ink);
}

.route-node svg {
  width: 21px;
  height: 21px;
}

.route-node small {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.route-node strong {
  font-size: .72rem;
}

.route-track {
  position: relative;
  min-width: 0;
  padding-top: 18px;
  text-align: center;
}

.route-track__line {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--bronze) 0 8px, transparent 8px 14px);
}

.route-track__walker {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  color: transparent;
  background: var(--green);
  box-shadow: 0 4px 12px rgba(30,158,86,.28);
  animation: route-walk 4.2s ease-in-out infinite alternate;
}

.route-track small {
  display: block;
  overflow: hidden;
  color: var(--ink-2);
  font-size: .62rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-card__address {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.location-card__address small {
  color: var(--muted);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-card__address p {
  margin-top: 5px;
  font-size: .76rem;
}

.location-card__actions a,
.location-card__actions button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.location-card__actions svg {
  width: 16px;
  height: 16px;
}

.assistant-live-summary {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 12px 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(30,158,86,.18);
  border-radius: 14px;
  color: var(--ink-2);
  background: rgba(30,158,86,.07);
  font-size: .73rem;
  line-height: 1.45;
}

.assistant-live-summary > span:first-child {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}

.testimonial-stars {
  letter-spacing: .12em;
  text-shadow: 0 3px 14px rgba(226,174,93,.22);
  animation: star-arrival .75s ease both;
}

.verification-item__icon,
.amenity-card__icon,
.section-symbol {
  transition: transform .35s cubic-bezier(.2,.75,.2,1), box-shadow .35s ease;
}

.verification-item:hover .verification-item__icon,
.amenity-card:hover .amenity-card__icon {
  transform: translateY(-4px) rotate(-3deg);
  box-shadow: 0 12px 24px rgba(135,81,47,.16);
}

@keyframes hero-photo-breathe {
  from { transform: scale(1.025); }
  to { transform: scale(1); }
}

@keyframes location-pulse {
  0% { box-shadow: 0 0 0 0 rgba(30,158,86,.38); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(30,158,86,0); }
}

@keyframes carousel-progress {
  to { transform: translateX(100%); }
}

@keyframes route-walk {
  from { left: 0; }
  to { left: calc(100% - 14px); }
}

@keyframes star-arrival {
  from { opacity: 0; letter-spacing: .28em; transform: translateY(5px); }
  to { opacity: 1; letter-spacing: .12em; transform: none; }
}

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 850px;
  }

  .hero-visual {
    width: min(760px, 100%);
    min-height: 620px;
    margin-inline: auto;
  }

  .hero-visual__badge {
    right: 1%;
  }
}

@media (min-width: 760px) and (max-width: 1180px) and (pointer: coarse) {
  .hero {
    padding-top: 46px;
  }

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

  .hero__title {
    max-width: 900px;
    font-size: clamp(3.8rem, 7vw, 5.7rem);
  }

  .hero-visual {
    width: min(820px, 100%);
    min-height: 590px;
  }

  .hero-visual__main {
    inset: 0 4% 10%;
  }

  .residence-card {
    align-items: start;
  }
}

@media (max-width: 700px) {
  body.font-hi,
  body.font-gu {
    font-size: 16.5px;
  }

  .language-card {
    max-height: calc(100svh - 20px);
    overflow: auto;
    padding: 24px 20px;
  }

  .language-option {
    min-height: 92px;
    padding: 17px 52px 16px 18px;
  }

  .language-option__name {
    font-size: 1.38rem;
  }

  .language-option__hint {
    margin-top: 5px;
    font-size: .86rem;
  }

  .language-option__arrow {
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
  }

  .language-option:hover .language-option__arrow,
  .language-option:focus-visible .language-option__arrow {
    transform: translate(4px, 50%);
  }

  .hero {
    padding-top: 38px;
  }

  .hero__title {
    font-size: clamp(2.85rem, 14vw, 4.35rem);
    line-height: .96;
  }

  .hero-snapshot {
    grid-template-columns: 1fr;
  }

  .hero-snapshot__item {
    min-height: 58px;
  }

  .hero-visual {
    min-height: 122vw;
  }

  .hero-visual__main {
    inset: 0 0 11%;
    border-radius: 26px;
  }

  .hero-choice-dock {
    right: 3%;
    bottom: 1%;
    left: 3%;
  }

  .hero-choice {
    min-height: 58px;
    padding: 9px;
  }

  .hero-choice strong {
    font-size: .68rem;
  }

  .hero-choice small {
    font-size: .57rem;
  }

  .hero-location-signal {
    top: 4%;
    left: 3%;
    max-width: 210px;
  }

  .hero-visual__badge {
    top: 26%;
    right: 2%;
    width: 46%;
    padding: 12px 13px;
  }

  .trust-strip__inner {
    align-items: flex-start;
    text-align: left;
  }

  .route-visual {
    grid-template-columns: 68px minmax(78px, 1fr) 68px;
    padding: 13px 10px;
  }

  .route-track small {
    font-size: .56rem;
  }

  .location-card--visual {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-story-image,
  .hero-story-image img,
  .hero-location-signal__pulse,
  .carousel-motion-line::after,
  .route-track__walker,
  .testimonial-stars {
    animation: none !important;
    transition: none !important;
  }

  .hero-story-image {
    opacity: 1;
    transform: none;
  }
}


.reveal {
  transition-delay: var(--reveal-delay, 0ms);
}

#propertyImageHost {
  opacity: 0;
  transform: scale(1.012);
  transition: opacity .34s ease, transform .75s cubic-bezier(.2,.75,.2,1);
}

#propertyImageHost.is-entered {
  opacity: 1;
  transform: scale(1);
}

.day-card__step {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  background: rgba(34,17,15,.54);
  backdrop-filter: blur(10px);
}

.day-card.is-visible .day-card__step {
  animation: day-step-arrival .65s .25s cubic-bezier(.2,.75,.2,1) both;
}

.parent-visual-message__icons {
  position: relative;
}

.parent-visual-message__icons::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 14px;
  left: 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(242,201,166,.62), transparent);
  transform: translateY(-50%);
}

.parent-visual-message__icons span {
  position: relative;
  z-index: 1;
}

.parent-visual-message__icons span:nth-child(1) {
  animation: parent-icon-breathe 3.6s ease-in-out infinite;
}

.parent-visual-message__icons span:nth-child(2) {
  animation: parent-icon-breathe 3.6s .4s ease-in-out infinite;
}

.parent-visual-message__icons span:nth-child(3) {
  animation: parent-icon-breathe 3.6s .8s ease-in-out infinite;
}

@keyframes day-step-arrival {
  from { opacity: 0; transform: scale(.65) rotate(-12deg); }
  to { opacity: 1; transform: none; }
}

@keyframes parent-icon-breathe {
  0%, 70%, 100% { transform: translateY(0); }
  10% { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .parent-visual-message__icons span,
  .day-card.is-visible .day-card__step {
    animation: none !important;
  }

  #propertyImageHost {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Customer-requested amenities, travel and direct-call refinement */
.section--amenities {
  padding-block: clamp(68px, 8vw, 112px);
}

.section--amenities .section-heading {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.section-symbol--contained,
.amenity-highlight__icon,
.amenity-detail-card__icon,
.amenity-group__header > span,
.travel-mode-card__icon,
.commute-node > span,
.map-primary-action__icon,
.floating-call__icon {
  position: static;
  flex: 0 0 auto;
  overflow: hidden;
  transform: none;
}

.section-symbol--contained {
  isolation: isolate;
}

.amenities-dashboard {
  position: relative;
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(86, 53, 46, .12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 0, rgba(214, 171, 132, .2), transparent 24rem),
    rgba(255, 255, 255, .84);
  box-shadow: 0 28px 70px rgba(47, 29, 27, .09);
}

.amenities-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,.44), transparent 36%);
}

.amenities-dashboard > * {
  position: relative;
  z-index: 1;
}

.amenities-dashboard__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.amenity-property-context span,
.amenity-property-context strong,
.amenity-property-context small {
  display: block;
}

.amenity-property-context span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.amenity-property-context strong {
  margin-top: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.amenity-property-context small {
  margin-top: 6px;
  color: var(--bronze-strong);
  font-size: .72rem;
  font-weight: 800;
}

.amenity-property-switch {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 240, 231, .82);
}

.amenity-property-switch button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font: inherit;
  font-size: .69rem;
  font-weight: 800;
  cursor: pointer;
  background: transparent;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.amenity-property-switch button[aria-pressed="true"] {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 9px 22px rgba(47,29,27,.18);
}

.amenity-property-switch__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(166,111,67,.11);
}

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

.amenity-facility-card {
  position: relative;
  min-height: 136px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 19px;
  background: #e8ded4;
  box-shadow: 0 12px 28px rgba(47,29,27,.08);
}

.amenity-facility-card picture,
.amenity-facility-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.amenity-facility-card img {
  min-height: 136px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}

.amenity-facility-card:hover img {
  transform: scale(1.035);
}

.amenity-facility-card figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  color: #fff;
  background: rgba(40, 23, 21, .82);
  backdrop-filter: blur(8px);
}

.amenity-facility-card figcaption span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 8px;
  color: #f2c79f;
  background: rgba(255,255,255,.1);
}

.amenity-facility-card figcaption svg {
  width: 13px;
  height: 13px;
}

.amenity-facility-card figcaption strong {
  min-width: 0;
  overflow: hidden;
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amenity-highlight-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin-top: 14px;
}

.amenity-highlight {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  min-height: 126px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(166,111,67,.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(208,157,111,.16), transparent 8rem),
    #fffaf4;
}

.amenity-highlight__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: var(--ink);
  background: linear-gradient(145deg, #f4dec9, #c98550);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 9px 20px rgba(135,81,47,.13);
}

.amenity-highlight__icon svg {
  width: 21px;
  height: 21px;
}

.amenity-highlight h3,
.amenity-highlight p {
  margin: 0;
}

.amenity-highlight h3 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .76rem;
  line-height: 1.35;
}

.amenity-highlight p {
  margin-top: 6px;
  color: var(--muted);
  font-size: .63rem;
  line-height: 1.48;
}

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

.amenity-group {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255,255,255,.72);
}

.amenity-group__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.amenity-group__header > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.11);
}

.amenity-group__header svg {
  width: 18px;
  height: 18px;
}

.amenity-group__header h3 {
  flex: 1;
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .78rem;
}

.amenity-group__header small {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  background: var(--cream);
}

.amenity-detail-grid {
  display: grid;
  gap: 8px;
}

.amenity-detail-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(70,43,38,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.amenity-detail-card:hover {
  transform: translateY(-2px);
  border-color: rgba(166,111,67,.26);
  background: #fff;
}

.amenity-detail-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.1);
}

.amenity-detail-card__icon svg {
  width: 19px;
  height: 19px;
}

.amenity-detail-card h4,
.amenity-detail-card p {
  margin: 0;
}

.amenity-detail-card h4 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .72rem;
  line-height: 1.4;
}

.amenity-detail-card p {
  margin-top: 4px;
  color: var(--muted);
  font-size: .61rem;
  line-height: 1.5;
}

.amenity-panel__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 16px 0 0;
  padding: 13px 15px;
  border-radius: 14px;
  color: var(--muted);
  font-size: .66rem;
  line-height: 1.55;
  background: rgba(166,111,67,.08);
}

.amenity-panel__note > span:first-child {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  background: var(--bronze);
}

/* Keep icons fully inside their cards on every viewport. */
.verification-item,
.summary-tile,
.location-card__heading,
.amenity-highlight,
.amenity-detail-card {
  isolation: isolate;
}

.verification-item__icon,
.summary-tile__icon,
.location-card__heading-icon {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  flex: 0 0 auto;
  transform: none !important;
}

.verification-item:hover .verification-item__icon,
.amenity-highlight:hover .amenity-highlight__icon,
.amenity-detail-card:hover .amenity-detail-card__icon {
  transform: none;
}

/* Clear location and commute UI */
.location-card--travel {
  overflow: hidden;
  padding: clamp(17px, 2.3vw, 24px);
}

.location-card--travel .location-card__heading {
  align-items: flex-start;
}

.location-card--travel .location-card__heading-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.location-card--travel .location-card__heading-icon svg {
  width: 24px;
  height: 24px;
}

.location-card--travel .location-card__heading strong {
  max-width: 40ch;
  font-size: .84rem;
  line-height: 1.45;
}

.travel-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}

.travel-mode-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.travel-mode-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(166,111,67,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
}

.travel-mode-card--shuttle {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(135deg, #3a2421, #624036);
}

.travel-mode-card__icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.12);
}

.travel-mode-card--shuttle .travel-mode-card__icon {
  color: #f1c49e;
  background: rgba(255,255,255,.1);
}

.travel-mode-card__icon svg {
  width: 20px;
  height: 20px;
}

.travel-mode-card small,
.travel-mode-card strong {
  display: block;
}

.travel-mode-card small {
  color: var(--muted);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.travel-mode-card--shuttle small {
  color: rgba(255,255,255,.65);
}

.travel-mode-card strong {
  margin-top: 3px;
  font-size: .86rem;
}

.commute-visual {
  display: grid;
  grid-template-columns: 72px minmax(100px, 1fr) 72px;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
  padding: 15px 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
    repeating-linear-gradient(45deg, rgba(166,111,67,.06) 0 7px, transparent 7px 14px);
}

.commute-node {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.commute-node > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.12);
}

.commute-node--campus > span {
  color: #fff;
  background: var(--ink);
}

.commute-node svg {
  width: 21px;
  height: 21px;
}

.commute-node small {
  color: var(--muted);
  font-size: .53rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.commute-node strong {
  max-width: 100%;
  overflow: hidden;
  font-size: .65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commute-track {
  position: relative;
  min-width: 0;
  min-height: 69px;
  padding-top: 25px;
}

.commute-track__road,
.commute-track__path {
  position: absolute;
  top: 19px;
  right: 2px;
  left: 2px;
  height: 4px;
  border-radius: 999px;
}

.commute-track__road {
  background: repeating-linear-gradient(90deg, #6f635e 0 13px, #fff 13px 20px);
  box-shadow: 0 0 0 5px rgba(89,77,72,.08);
}

.commute-track__path {
  background: repeating-linear-gradient(90deg, var(--bronze) 0 8px, transparent 8px 14px);
}

.commute-track__car,
.commute-track__walker {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 6px 16px rgba(30,158,86,.26);
}

.commute-track__car svg,
.commute-track__walker svg {
  width: 16px;
  height: 16px;
}

.commute-track__car {
  animation: shuttle-roundtrip 6.6s ease-in-out infinite;
}

.commute-track__walker {
  background: var(--bronze);
  animation: walk-to-campus 5.2s ease-in-out infinite;
}

.commute-track__labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin-top: 15px;
}

.commute-track__labels span {
  min-width: 0;
  text-align: center;
}

.commute-track__labels small,
.commute-track__labels strong,
.commute-track__single-label small,
.commute-track__single-label strong {
  display: block;
}

.commute-track__labels small,
.commute-track__single-label small {
  color: var(--muted);
  font-size: .5rem;
}

.commute-track__labels strong,
.commute-track__single-label strong {
  margin-top: 2px;
  font-size: .65rem;
}

.commute-track__single-label {
  margin-top: 16px;
  text-align: center;
}

.commute-walk-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--muted);
  font-size: .63rem;
}

.commute-walk-note svg {
  width: 16px;
  height: 16px;
  color: var(--bronze-strong);
}

.commute-walk-note strong {
  color: var(--ink);
}

@keyframes shuttle-roundtrip {
  0%, 8% { left: 0; transform: translateX(0) scaleX(1); }
  43%, 55% { left: calc(100% - 31px); transform: translateX(0) scaleX(1); }
  56% { left: calc(100% - 31px); transform: translateX(0) scaleX(-1); }
  91%, 100% { left: 0; transform: translateX(0) scaleX(-1); }
}

@keyframes walk-to-campus {
  0%, 10% { left: 0; }
  88%, 100% { left: calc(100% - 31px); }
}

.location-card__actions--enhanced {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
  margin-top: 15px;
}

.location-card__actions--enhanced .map-primary-action {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 10px 13px;
  border: 0;
  border-radius: 17px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #8f542f, #bd7b47);
  box-shadow: 0 13px 30px rgba(135,81,47,.23);
}

.map-primary-action__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255,255,255,.14);
}

.map-primary-action__icon svg {
  width: 22px;
  height: 22px;
}

.map-primary-action__copy {
  min-width: 0;
}

.map-primary-action__copy strong,
.map-primary-action__copy small {
  display: block;
}

.map-primary-action__copy strong {
  font-size: .72rem;
  line-height: 1.35;
}

.map-primary-action__copy small {
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: .56rem;
  line-height: 1.4;
}

.map-primary-action__arrow {
  font-size: 1rem;
}

.location-card__actions--enhanced .visit-secondary-action {
  justify-content: center;
  min-width: 112px;
  min-height: 64px;
  border-radius: 17px;
}

/* Floating direct-call sticker */
.floating-call {
  position: fixed;
  z-index: 79;
  right: 18px;
  bottom: 76px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 126px;
  min-height: 52px;
  padding: 7px 13px 7px 7px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.96);
  background: linear-gradient(135deg, #3b2421, #6a4439);
  box-shadow: 0 16px 42px rgba(35,17,15,.3);
  transition: opacity .26s ease, transform .26s ease;
}

.floating-call.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-call__ring {
  position: absolute;
  left: 9px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  animation: call-ring 3.8s ease-out infinite;
}

.floating-call__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #22a35a;
  box-shadow: 0 7px 17px rgba(34,163,90,.27);
}

.floating-call__icon svg {
  width: 19px;
  height: 19px;
}

.floating-call__copy strong,
.floating-call__copy small {
  display: block;
}

.floating-call__copy strong {
  font-size: .72rem;
}

.floating-call__copy small {
  margin-top: 2px;
  color: rgba(255,255,255,.63);
  font-size: .56rem;
}

@keyframes call-ring {
  0%, 62% { opacity: 0; transform: scale(.82); }
  72% { opacity: .7; }
  100% { opacity: 0; transform: scale(1.55); }
}

body.is-scroll-locked .floating-call {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1040px) {
  .amenity-highlight-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenity-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .section--amenities {
    padding-block: 58px 68px;
  }

  .section--amenities .section-heading {
    margin-bottom: 24px;
  }

  .amenities-dashboard {
    padding: 15px;
    border-radius: 24px;
  }

  .amenities-dashboard__top {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 16px;
  }

  .amenity-property-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    width: 100%;
    border-radius: 16px;
  }

  .amenity-property-switch button {
    justify-content: center;
    min-width: 0;
    padding-inline: 8px;
    border-radius: 12px;
  }

  .amenity-property-switch button span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .amenity-facility-strip {
    gap: 7px;
    margin-top: 14px;
  }

  .amenity-facility-card,
  .amenity-facility-card img {
    min-height: 102px;
  }

  .amenity-facility-card {
    border-radius: 14px;
  }

  .amenity-facility-card figcaption {
    right: 5px;
    bottom: 5px;
    left: 5px;
    gap: 5px;
    padding: 6px;
    border-radius: 9px;
  }

  .amenity-facility-card figcaption span {
    display: none;
  }

  .amenity-facility-card figcaption strong {
    font-size: .56rem;
  }

  .amenity-highlight-row {
    grid-template-columns: 1fr;
  }

  .amenity-highlight {
    min-height: 0;
  }

  .amenity-group {
    padding: 13px;
    border-radius: 17px;
  }

  .amenity-detail-card {
    grid-template-columns: 36px minmax(0,1fr);
    padding: 10px;
  }

  .travel-mode-grid {
    grid-template-columns: 1fr 1fr;
  }

  .commute-visual {
    grid-template-columns: 60px minmax(74px, 1fr) 60px;
    padding-inline: 8px;
  }

  .commute-node > span {
    width: 38px;
    height: 38px;
  }

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

  .location-card__actions--enhanced .visit-secondary-action {
    min-height: 48px;
  }

  .floating-call {
    right: auto;
    bottom: calc(92px + env(safe-area-inset-bottom));
    left: 14px;
  }
}

@media (max-width: 430px) {
  .amenity-facility-card,
  .amenity-facility-card img {
    min-height: 88px;
  }

  .amenity-highlight {
    grid-template-columns: 42px minmax(0,1fr);
    padding: 13px;
  }

  .travel-mode-grid {
    grid-template-columns: 1fr;
  }

  .commute-visual {
    grid-template-columns: 54px minmax(68px,1fr) 54px;
    gap: 5px;
  }

  .commute-track__labels {
    gap: 2px;
  }

  .commute-track__labels small {
    font-size: .44rem;
  }

  .floating-call {
    min-width: 0;
    padding-right: 11px;
  }

  .floating-call__copy small {
    display: none;
  }
}

@media (hover: none) and (pointer: coarse) {
  .amenity-facility-card:hover img,
  .amenity-highlight:hover,
  .amenity-detail-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commute-track__car,
  .commute-track__walker,
  .floating-call__ring {
    animation: none !important;
  }
}


/* ==========================================================================
   Final customer-facing polish: unified property dock, premium icon system,
   dense amenities, and comparative Symmers travel animation.
   ========================================================================== */

html[data-property="savvy"] {
  --property-accent: #a66f43;
  --property-accent-strong: #7f4a2b;
}

html[data-property="symmers"] {
  --property-accent: #966848;
  --property-accent-strong: #694638;
}

.property-dock[hidden] {
  display: none !important;
}

.property-dock {
  position: fixed;
  z-index: 90;
  right: auto;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 50%;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  width: min(calc(100% - 32px), 1160px);
  padding: 11px 12px 11px 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 84% -40%, rgba(221,172,126,.26), transparent 20rem),
    linear-gradient(135deg, rgba(38,21,19,.97), rgba(69,41,36,.96));
  box-shadow: 0 26px 70px rgba(25,12,10,.36), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(130%);
  animation: property-dock-in .42s cubic-bezier(.2,.8,.2,1) both;
}

.property-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 10%, rgba(255,255,255,.06) 46%, transparent 70%);
  transform: translateX(-110%);
  animation: dock-sheen 5.8s ease 1.2s infinite;
}

.property-dock > * {
  position: relative;
  z-index: 1;
}

.property-dock__identity {
  min-width: 0;
}

.property-dock__eyebrow,
.property-dock__identity strong,
.property-dock__identity small {
  display: block;
}

.property-dock__eyebrow {
  color: rgba(255,255,255,.57);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.property-dock__identity strong {
  margin-top: 3px;
  overflow: hidden;
  font-family: "Playfair Display", Georgia, serif;
  font-size: .93rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-dock__identity small {
  margin-top: 3px;
  overflow: hidden;
  color: rgba(255,255,255,.62);
  font-size: .58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-dock__switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.property-dock__switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 86px;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  font: inherit;
  font-size: .64rem;
  cursor: pointer;
  background: transparent;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.property-dock__switch button > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.property-dock__switch button[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(135deg, var(--property-accent), var(--property-accent-strong));
  box-shadow: 0 8px 20px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.18);
}

.property-dock__switch button:active {
  transform: scale(.97);
}

.property-dock__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.property-dock__round,
.property-dock__call,
.property-dock__enquire {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 15px;
  font: inherit;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.property-dock__round {
  width: 46px;
  flex: 0 0 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  color: #efd1b5;
  background: rgba(255,255,255,.07);
}

.property-dock__round[aria-pressed="true"] {
  color: #fff;
  background: var(--property-accent);
  box-shadow: 0 0 0 5px rgba(166,111,67,.12);
}

.property-dock__call {
  min-width: 94px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  background: rgba(255,255,255,.09);
}

.property-dock__call::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38c875;
  box-shadow: 0 0 0 0 rgba(56,200,117,.38);
  animation: dock-call-pulse 3.4s ease-out infinite;
}

.property-dock__enquire {
  min-width: 190px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.13);
  color: #fff;
  background: linear-gradient(135deg, #1fa65b, #137c43);
  box-shadow: 0 12px 30px rgba(18,115,61,.28), inset 0 1px 0 rgba(255,255,255,.18);
}

.property-dock__round svg,
.property-dock__call svg,
.property-dock__enquire svg {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.property-dock__round:hover,
.property-dock__call:hover,
.property-dock__enquire:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Enclosed icon language: no icon can escape or sit on a card edge. */
.summary-tile__icon,
.amenity-highlight__icon,
.amenity-detail-card__icon,
.amenity-group__header > span,
.verification-item__icon,
.location-card__heading-icon,
.commute-lane__mode-icon,
.commute-lane__node > span,
.map-primary-action__icon {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(166,111,67,.2);
  color: #693f28;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.98), transparent 44%),
    linear-gradient(145deg, #efd4ba, #c78a58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 9px 22px rgba(102,58,34,.13);
  transform: none !important;
}

.summary-tile__icon::after,
.amenity-highlight__icon::after,
.amenity-detail-card__icon::after,
.amenity-group__header > span::after,
.verification-item__icon::after,
.location-card__heading-icon::after,
.commute-lane__mode-icon::after,
.commute-lane__node > span::after {
  content: "";
  position: absolute;
  inset: 2px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: inherit;
}

.summary-tile__icon svg,
.amenity-highlight__icon svg,
.amenity-detail-card__icon svg,
.amenity-group__header > span svg,
.verification-item__icon svg,
.location-card__heading-icon svg,
.commute-lane__mode-icon svg,
.commute-lane__node > span svg,
.map-primary-action__icon svg {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 52%;
  max-height: 52%;
  margin: 0;
  transform: none !important;
}

.summary-tile {
  align-items: center;
  min-height: 94px;
  padding: 16px;
}

.summary-tile__icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 15px;
}

.summary-tile__icon svg {
  width: 22px;
  height: 22px;
}

.location-card__heading-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 17px !important;
}

.location-card__heading-icon svg {
  width: 25px !important;
  height: 25px !important;
}

/* Dense, premium amenities composition. */
.amenities-dashboard {
  padding: clamp(20px, 3vw, 38px);
  border-color: rgba(112,67,45,.16);
  background:
    radial-gradient(circle at 92% 4%, rgba(207,151,101,.21), transparent 25rem),
    radial-gradient(circle at 8% 94%, rgba(47,29,27,.055), transparent 28rem),
    rgba(255,255,255,.9);
}

.amenities-dashboard.is-updating .amenity-facility-card,
.amenities-dashboard.is-updating .amenity-highlight,
.amenities-dashboard.is-updating .amenity-group {
  animation: amenity-refresh .48s cubic-bezier(.2,.78,.2,1) both;
}

.amenities-dashboard.is-updating .amenity-facility-card:nth-child(2),
.amenities-dashboard.is-updating .amenity-highlight:nth-child(2),
.amenities-dashboard.is-updating .amenity-group:nth-child(2) {
  animation-delay: 45ms;
}

.amenities-dashboard.is-updating .amenity-facility-card:nth-child(3),
.amenities-dashboard.is-updating .amenity-highlight:nth-child(3),
.amenities-dashboard.is-updating .amenity-group:nth-child(3) {
  animation-delay: 90ms;
}

.amenity-facility-strip {
  gap: 12px;
  margin-top: 22px;
}

.amenity-facility-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
}

.amenity-facility-card img {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.amenity-facility-card figcaption {
  padding: 9px 11px;
}

.amenity-facility-card figcaption span {
  width: 29px;
  height: 29px;
  flex-basis: 29px;
}

.amenity-highlight-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.amenity-highlight {
  position: relative;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 13px;
  min-height: 148px;
  padding: 18px;
  border-color: rgba(145,86,48,.18);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0, rgba(213,161,113,.2), transparent 9rem),
    linear-gradient(145deg, #fffdf9, #fbf1e6);
  box-shadow: 0 12px 28px rgba(57,31,24,.06);
}

.amenity-highlight::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 32px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--property-accent));
  opacity: .45;
}

.amenity-highlight__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

.amenity-highlight__icon svg {
  width: 25px;
  height: 25px;
}

.amenity-highlight h3 {
  font-size: .8rem;
  line-height: 1.35;
}

.amenity-highlight p {
  margin-top: 7px;
  font-size: .64rem;
  line-height: 1.58;
}

.amenity-groups {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin-top: 16px;
}

.amenity-group {
  grid-column: span 6;
  padding: 18px;
  border-color: rgba(70,43,38,.11);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(250,245,238,.78));
  box-shadow: 0 13px 30px rgba(47,29,27,.055);
}

.amenity-group__header > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.amenity-group__header > span svg {
  width: 20px;
  height: 20px;
}

.amenity-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 9px;
}

.amenity-detail-card {
  grid-template-columns: 43px minmax(0,1fr);
  align-items: center;
  min-height: 104px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
}

.amenity-detail-card__icon {
  width: 43px;
  height: 43px;
  border-radius: 14px;
}

.amenity-detail-card__icon svg {
  width: 20px;
  height: 20px;
}

.amenity-detail-card h4 {
  font-size: .71rem;
}

.amenity-detail-card p {
  margin-top: 4px;
  font-size: .59rem;
  line-height: 1.5;
}

/* Visual comparison: walking is deliberately slower than pickup/drop. */
.commute-comparison {
  display: grid;
  gap: 12px;
  margin-top: 15px;
}

.commute-lane {
  position: relative;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(76,48,42,.12);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
    repeating-linear-gradient(45deg, rgba(166,111,67,.06) 0 8px, transparent 8px 16px);
}

.commute-lane--shuttle {
  border-color: rgba(30,158,86,.18);
  background:
    radial-gradient(circle at 95% 10%, rgba(31,166,91,.1), transparent 12rem),
    #fff;
}

.commute-lane__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.commute-lane__mode-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.commute-lane--shuttle .commute-lane__mode-icon {
  color: #fff;
  border-color: rgba(31,166,91,.25);
  background: linear-gradient(145deg, #38bb72, #167c45);
}

.commute-lane__header small,
.commute-lane__header strong {
  display: block;
}

.commute-lane__header small {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.commute-lane__header strong {
  margin-top: 2px;
  font-size: .78rem;
}

.commute-lane__route {
  display: grid;
  grid-template-columns: 72px minmax(90px,1fr) 72px;
  align-items: center;
  gap: 9px;
}

.commute-lane__node {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.commute-lane__node > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.commute-lane__node--campus > span {
  color: #f3cfaf;
  border-color: rgba(255,255,255,.1);
  background: linear-gradient(145deg, #2b1917, #53352f);
}

.commute-lane__node small {
  color: var(--muted);
  font-size: .5rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.commute-lane__node strong {
  max-width: 100%;
  overflow: hidden;
  font-size: .64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commute-lane__track {
  position: relative;
  min-width: 0;
  height: 45px;
}

.commute-lane__line {
  position: absolute;
  top: 21px;
  right: 2px;
  left: 2px;
  height: 4px;
  border-radius: 999px;
}

.commute-lane__line--walk {
  background: repeating-linear-gradient(90deg, var(--property-accent) 0 8px, transparent 8px 14px);
}

.commute-lane__line--road {
  height: 6px;
  background: repeating-linear-gradient(90deg, #6f635e 0 14px, #fff 14px 21px);
  box-shadow: 0 0 0 5px rgba(89,77,72,.08);
}

.commute-lane__traveller {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--property-accent);
  box-shadow: 0 7px 17px rgba(80,45,28,.2);
  animation-play-state: paused;
}

.commute-lane__traveller svg {
  width: 17px;
  height: 17px;
}

.commute-lane__traveller--car {
  background: #1f9f59;
  box-shadow: 0 7px 18px rgba(31,159,89,.25);
}

.location-card--travel.is-motion-active .commute-lane__traveller--walk {
  animation: final-walk-to-lj 13.5s linear infinite;
  animation-play-state: running;
}

.location-card--travel.is-motion-active .commute-lane__traveller--car {
  animation: final-shuttle-roundtrip 6.8s ease-in-out infinite;
  animation-play-state: running;
}

.commute-lane__times {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(70,43,38,.09);
}

.commute-lane__times span {
  text-align: center;
}

.commute-lane__times small,
.commute-lane__times strong {
  display: block;
}

.commute-lane__times small {
  color: var(--muted);
  font-size: .5rem;
}

.commute-lane__times strong {
  margin-top: 2px;
  font-size: .67rem;
}

.map-primary-action {
  overflow: hidden;
}

.map-primary-action::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.2) 48%, transparent 72%);
  transform: translateX(-120%);
  animation: map-sheen 5.2s ease 1.6s infinite;
}

.map-primary-action__icon {
  color: #fff;
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.14);
  box-shadow: none;
}

.is-property-switching #propertyPanel,
.is-property-switching .amenities-dashboard {
  animation: property-sync .48s cubic-bezier(.2,.78,.2,1) both;
}

@keyframes property-dock-in {
  from { opacity: 0; transform: translate(-50%, 18px) scale(.98); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@keyframes dock-sheen {
  0%, 65% { transform: translateX(-120%); }
  100% { transform: translateX(130%); }
}

@keyframes dock-call-pulse {
  0%, 62% { box-shadow: 0 0 0 0 rgba(56,200,117,.35); }
  82% { box-shadow: 0 0 0 7px rgba(56,200,117,0); }
  100% { box-shadow: 0 0 0 0 rgba(56,200,117,0); }
}

@keyframes amenity-refresh {
  from { opacity: .35; transform: translateY(9px); }
  to { opacity: 1; transform: none; }
}

@keyframes final-walk-to-lj {
  0%, 8% { left: 0; }
  88%, 100% { left: calc(100% - 34px); }
}

@keyframes final-shuttle-roundtrip {
  0%, 8% { left: 0; transform: scaleX(1); }
  42%, 52% { left: calc(100% - 34px); transform: scaleX(1); }
  53% { left: calc(100% - 34px); transform: scaleX(-1); }
  91%, 100% { left: 0; transform: scaleX(-1); }
}

@keyframes map-sheen {
  0%, 68% { transform: translateX(-120%); }
  100% { transform: translateX(125%); }
}

@keyframes property-sync {
  from { opacity: .45; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .property-dock {
    grid-template-columns: minmax(190px,1fr) auto;
  }

  .property-dock__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 46px minmax(110px,.55fr) minmax(210px,1.45fr);
  }

  .property-dock__call,
  .property-dock__enquire {
    width: 100%;
  }

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

  .amenity-group {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .property-dock {
    bottom: max(9px, env(safe-area-inset-bottom));
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
    width: calc(100% - 18px);
    padding: 10px;
    border-radius: 22px;
  }

  .property-dock__identity {
    padding-left: 4px;
  }

  .property-dock__identity small {
    display: none;
  }

  .property-dock__switch button {
    min-width: 66px;
    min-height: 36px;
    padding-inline: 8px;
    font-size: .58rem;
  }

  .property-dock__actions {
    grid-template-columns: 44px minmax(86px,.58fr) minmax(0,1.42fr);
    gap: 7px;
  }

  .property-dock__round,
  .property-dock__call,
  .property-dock__enquire {
    min-height: 48px;
    border-radius: 14px;
  }

  .property-dock__round {
    width: 44px;
    min-width: 44px;
  }

  .property-dock__call,
  .property-dock__enquire {
    min-width: 0;
    padding-inline: 10px;
    font-size: .62rem;
  }

  .property-dock__enquire span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .amenity-facility-strip {
    gap: 8px;
  }

  .amenity-facility-card {
    aspect-ratio: 4 / 3;
  }

  .amenity-facility-card img {
    aspect-ratio: 4 / 3;
  }

  .amenity-highlight-row {
    grid-template-columns: 1fr;
  }

  .amenity-highlight {
    min-height: 0;
  }

  .amenity-detail-grid {
    grid-template-columns: 1fr;
  }

  .amenity-detail-card {
    min-height: 0;
  }

  .commute-lane {
    padding: 12px 9px;
  }

  .commute-lane__route {
    grid-template-columns: 58px minmax(72px,1fr) 58px;
    gap: 5px;
  }

  .commute-lane__node > span {
    width: 38px;
    height: 38px;
  }

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

@media (max-width: 420px) {
  .property-dock__eyebrow {
    font-size: .49rem;
  }

  .property-dock__identity strong {
    font-size: .79rem;
  }

  .property-dock__switch button {
    min-width: 58px;
    gap: 4px;
    padding-inline: 6px;
  }

  .property-dock__switch button > span {
    width: 5px;
    height: 5px;
  }

  .property-dock__call svg,
  .property-dock__enquire svg {
    width: 17px;
    height: 17px;
  }

  .property-dock__call,
  .property-dock__enquire {
    gap: 5px;
    font-size: .57rem;
  }

  .amenity-facility-card figcaption {
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .amenity-facility-card figcaption strong {
    font-size: .5rem;
  }

  .commute-lane__times {
    gap: 4px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .property-dock__round:hover,
  .property-dock__call:hover,
  .property-dock__enquire:hover {
    filter: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-dock::before,
  .property-dock__call::after,
  .map-primary-action::before,
  .commute-lane__traveller {
    animation: none !important;
  }
}


.amenity-detail-card--storage {
  grid-column: 1 / -1;
  min-height: 96px;
  border-color: rgba(166,111,67,.24);
  background:
    radial-gradient(circle at 96% 12%, rgba(166,111,67,.14), transparent 12rem),
    linear-gradient(145deg, #fffaf4, #f6e8d8);
}

.amenity-detail-card--storage .amenity-detail-card__icon {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: linear-gradient(145deg, var(--property-accent), var(--property-accent-strong));
}

.parent-visual-message__icons {
  display: flex;
  align-items: center;
  gap: 9px;
}

.parent-visual-message__icons span,
.parent-visual-message__icons span:first-child {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  margin-left: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(239,199,165,.24);
  border-radius: 17px;
  color: #f5d4b7;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.16), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.12);
}

.parent-visual-message__icons span::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
}

.parent-visual-message__icons svg {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
}


.property-dock__switch button:focus-visible,
.property-dock__round:focus-visible,
.property-dock__call:focus-visible,
.property-dock__enquire:focus-visible {
  outline: 3px solid rgba(244,205,169,.72);
  outline-offset: 3px;
}


/* ==========================================================================
   Final deployment QA: constrained devices, short viewports and low-power mode
   ========================================================================== */

body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

.language-experience {
  min-height: 100vh;
  min-height: 100svh;
}

.assistant-sheet {
  max-height: calc(100vh - 26px);
  max-height: min(900px, calc(100svh - 26px));
}

.gallery-modal__dialog {
  height: min(900px, calc(100vh - 36px));
  height: min(900px, calc(100svh - 36px));
}

/* Preserve the meaningful comparisons while removing invisible GPU work. */
html[data-performance="lite"] .language-card,
html[data-performance="lite"] .site-header,
html[data-performance="lite"] .property-dock,
html[data-performance="lite"] .gallery-tile__caption {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html[data-performance="lite"] .property-dock {
  background: linear-gradient(135deg, #281715, #4a2d28);
  box-shadow: 0 18px 44px rgba(25, 12, 10, .28);
}

html[data-performance="lite"] .property-dock::before,
html[data-performance="lite"] .property-dock__call::after,
html[data-performance="lite"] .map-primary-action::before,
html[data-performance="lite"] .hero-location-signal__pulse,
html[data-performance="lite"] .parent-visual-message__icons span,
html[data-performance="lite"] .section--amenities::before,
html[data-performance="lite"] .testimonial-stars,
html[data-performance="lite"] .hero-story-image img {
  animation: none !important;
}

html[data-performance="lite"] .amenities-dashboard.is-updating .amenity-facility-card,
html[data-performance="lite"] .amenities-dashboard.is-updating .amenity-highlight,
html[data-performance="lite"] .amenities-dashboard.is-updating .amenity-group {
  animation: none !important;
}

html[data-performance="lite"] .reveal {
  transition-duration: .38s;
}

html[data-performance="lite"] .amenity-card,
html[data-performance="lite"] .amenity-highlight,
html[data-performance="lite"] .amenity-group,
html[data-performance="lite"] .verification-item,
html[data-performance="lite"] .summary-tile {
  box-shadow: 0 8px 22px rgba(47, 29, 27, .055);
}

/* Compact landscape treatment prevents dialogs and the action dock dominating
   short phone screens. */
@media (max-height: 560px) and (orientation: landscape) {
  .language-experience {
    place-items: start center;
    padding: 10px;
    overflow-y: auto;
  }

  .language-card {
    width: min(940px, 100%);
    padding: 16px 20px;
    border-radius: 20px;
  }

  .language-card__brand {
    margin-bottom: 8px;
  }

  .language-card h1,
.language-card .language-title {
    max-width: none;
    font-size: clamp(1.8rem, 6vh, 2.4rem);
    line-height: 1;
  }

  .language-card > p:not(.eyebrow, .language-card__note) {
    margin: 8px 0 12px;
    line-height: 1.45;
  }

  .language-options {
    gap: 8px;
  }

  .language-option {
    min-height: 66px;
    padding: 10px 46px 10px 13px;
    border-radius: 15px;
  }

  .language-option__name {
    font-size: 1.05rem;
  }

  .language-option__hint {
    margin-top: 3px;
    font-size: .72rem;
  }

  .language-option__arrow {
    right: 10px;
    bottom: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(50%);
  }

  .loading-status {
    margin-top: 10px;
  }

  .language-card__note {
    display: none;
  }

  .assistant-sheet {
    max-height: 100vh;
    max-height: 100svh;
    padding-top: 20px;
    border-radius: 18px;
  }

  .property-dock {
    grid-template-columns: minmax(110px, 1fr) auto auto;
    gap: 8px;
    padding: 8px 9px 8px 14px;
    border-radius: 18px;
  }

  .property-dock__identity small,
  .property-dock__eyebrow {
    display: none;
  }

  .property-dock__switch button {
    min-width: 58px;
    min-height: 38px;
  }

  .property-dock__actions {
    grid-column: auto;
    display: flex;
  }

  .property-dock__round,
  .property-dock__call,
  .property-dock__enquire {
    min-height: 42px;
  }

  .property-dock__round {
    width: 42px;
    flex-basis: 42px;
  }

  .property-dock__call {
    min-width: 76px;
  }

  .property-dock__enquire {
    min-width: 145px;
  }
}

/* The dock still exposes all four functions at 320–360 px without clipping
   Hindi or Gujarati labels. */
@media (max-width: 360px) {
  .property-dock {
    bottom: max(5px, env(safe-area-inset-bottom));
    width: calc(100% - 10px);
    padding: 8px;
  }

  .property-dock__identity {
    padding-left: 2px;
  }

  .property-dock__eyebrow {
    display: none;
  }

  .property-dock__identity strong {
    font-size: .75rem;
  }

  .property-dock__switch {
    gap: 2px;
    padding: 3px;
  }

  .property-dock__switch button {
    min-width: 52px;
    min-height: 34px;
    padding-inline: 5px;
    font-size: .52rem;
  }

  .property-dock__actions {
    grid-template-columns: 40px minmax(76px, .62fr) minmax(0, 1.38fr);
    gap: 5px;
  }

  .property-dock__round,
  .property-dock__call,
  .property-dock__enquire {
    min-height: 44px;
    border-radius: 13px;
  }

  .property-dock__round {
    width: 40px;
    min-width: 40px;
  }

  .property-dock__call,
  .property-dock__enquire {
    padding-inline: 7px;
    font-size: .54rem;
  }

  .property-dock__call span,
  .property-dock__enquire span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}


/* Safari and touch-device parity for the four intentionally blurred layers. */
.language-card {
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  -webkit-backdrop-filter: blur(16px);
}

.property-dock {
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.sheet-overlay,
.gallery-modal {
  -webkit-backdrop-filter: blur(12px);
}

.primary-nav {
  -webkit-backdrop-filter: blur(18px);
}

button,
a,
[role="button"] {
  touch-action: manipulation;
}

.assistant-sheet,
.gallery-modal__dialog {
  overscroll-behavior: contain;
}


html[data-performance="lite"] .language-card,
html[data-performance="lite"] .site-header.is-scrolled,
html[data-performance="lite"] .property-dock,
html[data-performance="lite"] .gallery-tile__caption,
html[data-performance="lite"] .sheet-overlay,
html[data-performance="lite"] .gallery-modal,
html[data-performance="lite"] .primary-nav {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


@media (max-height: 560px) and (orientation: landscape) and (max-width: 620px) {
  .property-dock {
    grid-template-columns: minmax(88px, 1fr) auto auto;
    gap: 5px;
    width: calc(100% - 12px);
    padding: 6px 7px 6px 10px;
  }

  .property-dock__identity strong {
    font-size: .7rem;
  }

  .property-dock__switch {
    gap: 2px;
    padding: 2px;
  }

  .property-dock__switch button {
    min-width: 44px;
    min-height: 34px;
    gap: 3px;
    padding-inline: 4px;
    font-size: .48rem;
  }

  .property-dock__actions {
    gap: 4px;
  }

  .property-dock__round,
  .property-dock__call {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
  }

  .property-dock__call span {
    display: none;
  }

  .property-dock__enquire {
    min-width: 104px;
    min-height: 38px;
    padding-inline: 7px;
    font-size: .5rem;
  }
}


/* Final compact amenities experience */
.amenity-highlight-row,
.amenity-groups {
  display: none !important;
}

.amenities-dashboard {
  padding: clamp(16px, 2.4vw, 28px);
}

.amenities-dashboard__top {
  padding-bottom: 16px;
}

.amenity-facility-strip {
  gap: 10px;
  margin-top: 16px;
}

.amenity-facility-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 17px;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
  background: #e8ded4;
  box-shadow: 0 10px 24px rgba(47,29,27,.08);
  appearance: none;
  -webkit-appearance: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.amenity-facility-card picture,
.amenity-facility-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.amenity-facility-card img {
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.75,.2,1);
}

.amenity-facility-card:hover,
.amenity-facility-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(238,197,159,.9);
  box-shadow: 0 15px 30px rgba(47,29,27,.13);
}

.amenity-facility-card:hover img,
.amenity-facility-card:focus-visible img {
  transform: scale(1.035);
}

.amenity-facility-card:focus-visible {
  outline: 3px solid rgba(166,111,67,.34);
  outline-offset: 3px;
}

.amenity-facility-card__shade {
  position: absolute;
  inset: 35% 0 0;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(28,15,13,.8));
}

.amenity-facility-card__caption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  color: #fff;
  background: rgba(40,23,21,.76);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.amenity-facility-card__caption > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 8px;
  color: #f2c79f;
  background: rgba(255,255,255,.1);
}

.amenity-facility-card__caption svg {
  width: 13px;
  height: 13px;
}

.amenity-facility-card__caption strong {
  min-width: 0;
  overflow: hidden;
  font-size: .64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amenity-facility-card__expand {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  background: rgba(35,19,17,.7);
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}

.amenity-compact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.amenity-compact-card {
  position: relative;
  display: flex;
  min-width: 0;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(70,43,38,.09);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(208,157,111,.11), transparent 7rem),
    rgba(255,255,255,.82);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.amenity-compact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(166,111,67,.25);
  box-shadow: 0 12px 24px rgba(47,29,27,.07);
}

.amenity-compact-card__icon {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  color: var(--bronze-strong);
  background: rgba(166,111,67,.11);
}

.amenity-compact-card__icon svg {
  width: 19px;
  height: 19px;
}

.amenity-compact-card h3,
.amenity-compact-card p {
  margin: 0;
}

.amenity-compact-card h3 {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .74rem;
  line-height: 1.34;
}

.amenity-compact-card p {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: var(--muted);
  font-size: .61rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.amenities-dashboard.is-updating .amenity-facility-card,
.amenities-dashboard.is-updating .amenity-compact-card {
  animation: amenityCompactIn .34s ease both;
}

.amenities-dashboard.is-updating .amenity-compact-card {
  animation-delay: calc(var(--amenity-index) * 18ms);
}

@keyframes amenityCompactIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Amenity-only image viewer */
.amenity-lightbox {
  position: fixed;
  z-index: 650;
  inset: 0;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  background: rgba(23,12,10,.86);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  overscroll-behavior: contain;
}

.amenity-lightbox[hidden] {
  display: none;
}

.amenity-lightbox__dialog {
  position: relative;
  display: grid;
  width: min(980px, 100%);
  max-height: calc(100svh - 36px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  color: #fff;
  background: #1f1210;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  animation: amenityLightboxIn .25s cubic-bezier(.2,.75,.2,1) both;
}

.amenity-lightbox__image {
  display: grid;
  min-height: min(70vh, 680px);
  place-items: center;
  overflow: hidden;
  background: #120a09;
}

.amenity-lightbox__image picture,
.amenity-lightbox__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(72vh, 720px);
}

.amenity-lightbox__image img {
  object-fit: contain;
}

.amenity-lightbox__caption {
  padding: 15px 62px 17px 18px;
}

.amenity-lightbox__caption p,
.amenity-lightbox__caption h2 {
  margin: 0;
}

.amenity-lightbox__caption p {
  color: rgba(255,255,255,.62);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.amenity-lightbox__caption h2 {
  margin-top: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
}

.amenity-lightbox__close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  background: rgba(24,12,10,.78);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  -webkit-appearance: none;
  appearance: none;
}

.amenity-lightbox__close:hover,
.amenity-lightbox__close:focus-visible {
  background: rgba(166,111,67,.95);
}

.amenity-lightbox__close:focus-visible {
  outline: 3px solid rgba(255,255,255,.5);
  outline-offset: 3px;
}

@keyframes amenityLightboxIn {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1120px) {
  .amenity-compact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .amenity-compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .amenity-compact-card {
    padding: 12px;
  }
}

@media (max-width: 560px) {
  .amenities-dashboard {
    border-radius: 23px;
  }

  .amenities-dashboard__top {
    gap: 12px;
  }

  .amenity-facility-strip {
    gap: 6px;
  }

  .amenity-facility-card {
    aspect-ratio: 4 / 3;
    border-radius: 13px;
  }

  .amenity-facility-card__caption {
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 6px;
    border-radius: 8px;
  }

  .amenity-facility-card__caption > span {
    display: none;
  }

  .amenity-facility-card__caption strong {
    font-size: .56rem;
  }

  .amenity-facility-card__expand {
    top: 5px;
    right: 5px;
    width: 27px;
    height: 27px;
    font-size: .68rem;
  }

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

  .amenity-compact-card {
    padding: 11px;
    border-radius: 15px;
  }

  .amenity-compact-card__icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
    border-radius: 11px;
  }

  .amenity-compact-card__icon svg {
    width: 17px;
    height: 17px;
  }

  .amenity-compact-card h3 {
    margin-top: 8px;
    font-size: .69rem;
  }

  .amenity-compact-card p {
    margin-top: 4px;
    font-size: .58rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .amenity-lightbox {
    padding: 0;
  }

  .amenity-lightbox__dialog {
    width: 100%;
    height: 100%;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .amenity-lightbox__image {
    min-height: 0;
    height: calc(100svh - 92px);
  }

  .amenity-lightbox__image picture,
  .amenity-lightbox__image img {
    max-height: none;
  }

  .amenity-lightbox__caption {
    min-height: 92px;
    padding: 14px 66px max(15px, env(safe-area-inset-bottom)) 16px;
  }

  .amenity-lightbox__close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
  }
}

@media (max-width: 360px) {
  .amenity-compact-card {
    aspect-ratio: auto;
    min-height: 138px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amenities-dashboard.is-updating .amenity-facility-card,
  .amenities-dashboard.is-updating .amenity-compact-card,
  .amenity-lightbox__dialog {
    animation: none;
  }

  .amenity-facility-card,
  .amenity-facility-card img,
  .amenity-compact-card {
    transition: none;
  }
}

html[data-performance="lite"] .amenity-facility-card__caption,
html[data-performance="lite"] .amenity-lightbox {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}


/* Final amenity density and legibility pass */
.amenity-compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.amenity-compact-card {
  --amenity-accent: #a66f43;
  --amenity-soft: rgba(166, 111, 67, .10);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "copy copy";
  align-content: start;
  align-items: center;
  gap: 9px 12px;
  min-width: 0;
  min-height: 118px;
  aspect-ratio: auto;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(70, 43, 38, .10);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(252, 247, 241, .92));
  box-shadow: 0 8px 22px rgba(47, 29, 27, .045);
}

.amenity-compact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 38px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--amenity-accent);
  opacity: .72;
}

.amenity-compact-card[data-amenity-group="safety"] {
  --amenity-accent: #7c8064;
  --amenity-soft: rgba(124, 128, 100, .12);
}

.amenity-compact-card[data-amenity-group="room"] {
  --amenity-accent: #8f6d5c;
  --amenity-soft: rgba(143, 109, 92, .11);
}

.amenity-compact-card[data-amenity-group="college"] {
  --amenity-accent: #b17948;
  --amenity-soft: rgba(177, 121, 72, .12);
}

.amenity-compact-card__icon {
  grid-area: icon;
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 1px solid color-mix(in srgb, var(--amenity-accent) 18%, transparent);
  border-radius: 13px;
  color: var(--amenity-accent);
  background: var(--amenity-soft);
}

.amenity-compact-card__icon svg {
  width: 20px;
  height: 20px;
}

.amenity-compact-card h3 {
  grid-area: title;
  align-self: center;
  margin: 0;
  font-size: clamp(.79rem, 1.05vw, .91rem);
  line-height: 1.28;
  text-wrap: balance;
}

.amenity-compact-card p {
  grid-area: copy;
  display: block;
  margin: 0;
  overflow: visible;
  color: var(--muted);
  font-size: clamp(.68rem, .82vw, .77rem);
  line-height: 1.48;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.amenity-compact-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--amenity-accent) 30%, transparent);
  box-shadow: 0 14px 28px rgba(47, 29, 27, .075);
}

@supports not (color: color-mix(in srgb, black, white)) {
  .amenity-compact-card__icon {
    border-color: rgba(166, 111, 67, .18);
  }

  .amenity-compact-card:hover {
    border-color: rgba(166, 111, 67, .28);
  }
}

@media (max-width: 1120px) {
  .amenity-compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .amenities-dashboard {
    padding: 16px;
  }

  .amenity-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 13px;
  }

  .amenity-compact-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px 9px;
    min-height: 0;
    padding: 13px;
    border-radius: 16px;
  }

  .amenity-compact-card::before {
    left: 13px;
    width: 34px;
  }

  .amenity-compact-card__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .amenity-compact-card__icon svg {
    width: 18px;
    height: 18px;
  }

  .amenity-compact-card h3 {
    font-size: .79rem;
    line-height: 1.25;
  }

  .amenity-compact-card p {
    font-size: .68rem;
    line-height: 1.43;
  }
}

@media (max-width: 420px) {
  .section--amenities .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .amenities-dashboard {
    padding: 13px;
    border-radius: 21px;
  }

  .amenity-property-context strong {
    font-size: 1.35rem;
  }

  .amenity-property-switch button {
    min-height: 40px;
    padding: 8px 10px;
    font-size: .66rem;
  }

  .amenity-compact-grid {
    gap: 8px;
  }

  .amenity-compact-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 7px 8px;
    padding: 12px;
    border-radius: 15px;
  }

  .amenity-compact-card__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .amenity-compact-card h3 {
    font-size: .76rem;
  }

  .amenity-compact-card p {
    font-size: .65rem;
    line-height: 1.4;
  }
}

@media (max-width: 340px) {
  .amenity-compact-grid {
    grid-template-columns: 1fr;
  }

  .amenity-compact-card {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon copy";
    min-height: 88px;
  }

  .amenity-compact-card p {
    grid-area: copy;
  }
}

@media (hover: none) {
  .amenity-compact-card:hover {
    transform: none;
    box-shadow: 0 8px 22px rgba(47, 29, 27, .045);
  }
}


/* Final in-page amenity photo viewer */
.amenity-lightbox {
  padding: max(16px, env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  background: rgba(31, 16, 13, .58);
  -webkit-backdrop-filter: blur(16px) saturate(.84);
  backdrop-filter: blur(16px) saturate(.84);
  cursor: zoom-out;
}

.amenity-lightbox__dialog {
  width: min(960px, calc(100% - 4px));
  max-height: calc(100vh - 32px);
  max-height: calc(100svh - 32px);
  border-radius: 24px;
  background: rgba(31, 18, 16, .97);
  cursor: default;
}

.amenity-lightbox__image {
  min-height: 0;
  max-height: min(76vh, 720px);
  max-height: min(76svh, 720px);
  background:
    radial-gradient(circle at 50% 45%, rgba(166, 111, 67, .20), transparent 44%),
    #120a09;
}

.amenity-lightbox__image picture {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.amenity-lightbox__image img {
  width: 100%;
  height: auto;
  max-height: min(76vh, 720px);
  max-height: min(76svh, 720px);
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s ease;
  touch-action: manipulation;
  -webkit-user-drag: none;
  user-select: none;
}

.amenity-lightbox.is-image-ready .amenity-lightbox__image img {
  opacity: 1;
}

.amenity-lightbox__caption {
  min-height: 72px;
  padding: 13px 68px 15px 18px;
}

.amenity-lightbox__close {
  top: 11px;
  right: 11px;
  width: 48px;
  height: 48px;
  touch-action: manipulation;
}

html.amenity-photo-open {
  overscroll-behavior: none;
}

html[data-performance="lite"] .amenity-lightbox {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

@media (max-width: 560px) {
  .amenity-lightbox {
    padding: max(10px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }

  .amenity-lightbox__dialog {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
  }

  .amenity-lightbox__image {
    height: auto;
    max-height: calc(100vh - 96px);
    max-height: calc(100svh - 96px);
  }

  .amenity-lightbox__image picture,
  .amenity-lightbox__image img {
    max-height: calc(100vh - 96px);
    max-height: calc(100svh - 96px);
  }

  .amenity-lightbox__caption {
    min-height: 76px;
    padding: 12px 64px max(13px, env(safe-area-inset-bottom)) 15px;
  }

  .amenity-lightbox__close {
    top: 9px;
    right: 9px;
    width: 46px;
    height: 46px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .amenity-lightbox {
    padding: 8px;
  }

  .amenity-lightbox__dialog {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 28%);
    width: min(900px, 100%);
    max-height: calc(100vh - 16px);
    max-height: calc(100svh - 16px);
  }

  .amenity-lightbox__image,
  .amenity-lightbox__image picture,
  .amenity-lightbox__image img {
    max-height: calc(100vh - 16px);
    max-height: calc(100svh - 16px);
  }

  .amenity-lightbox__caption {
    display: grid;
    align-content: end;
    min-height: 0;
    padding: 60px 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amenity-lightbox__image img {
    transition: none;
  }
}

/* Final pricing clarity: equal price, different room advantage */
.price-explainer {
  position: relative;
  margin-top: 12px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(166, 111, 67, .24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(213, 166, 125, .17), transparent 13rem),
    linear-gradient(145deg, rgba(255, 251, 247, .98), rgba(247, 236, 226, .78));
  box-shadow: 0 10px 28px rgba(58, 34, 30, .055);
  animation: priceExplainerIn .34s ease both;
}

.price-explainer__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-explainer__heading-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 12px;
  color: var(--bronze-strong);
  background: rgba(166, 111, 67, .11);
}

.price-explainer__heading-icon svg {
  width: 19px;
  height: 19px;
}

.price-explainer__heading span:last-child {
  display: grid;
  min-width: 0;
}

.price-explainer__heading small {
  color: var(--bronze-strong);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.price-explainer__heading strong {
  margin-top: 2px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  line-height: 1.1;
}

.price-explainer__intro {
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: .67rem;
  line-height: 1.55;
}

.price-explainer__comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: stretch;
  gap: 7px;
  margin-top: 11px;
}

.price-explainer__choice {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(166, 111, 67, .15);
  border-radius: 13px;
  background: rgba(255, 255, 255, .7);
}

.price-explainer__number,
.price-explainer__equals {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
}

.price-explainer__number {
  width: 32px;
  height: 32px;
  color: var(--white);
  background: linear-gradient(145deg, var(--bronze), var(--bronze-strong));
  box-shadow: 0 7px 16px rgba(128, 75, 41, .18);
}

.price-explainer__choice span:last-child {
  display: grid;
  min-width: 0;
}

.price-explainer__choice strong {
  color: var(--ink);
  font-size: .69rem;
  line-height: 1.2;
}

.price-explainer__choice small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .57rem;
  line-height: 1.35;
}

.price-explainer__equals {
  align-self: center;
  width: 28px;
  height: 28px;
  color: var(--bronze-strong);
  background: rgba(166, 111, 67, .1);
}

.price-explainer__footer {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: .59rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@keyframes priceExplainerIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html[lang="hi"] .price-explainer__heading small,
html[lang="gu"] .price-explainer__heading small {
  letter-spacing: 0;
  text-transform: none;
}

html[lang="hi"] .price-explainer__heading strong,
html[lang="hi"] .price-explainer__intro,
html[lang="hi"] .price-explainer__choice,
html[lang="hi"] .price-explainer__footer,
html[lang="gu"] .price-explainer__heading strong,
html[lang="gu"] .price-explainer__intro,
html[lang="gu"] .price-explainer__choice,
html[lang="gu"] .price-explainer__footer {
  line-height: 1.55;
}

@media (max-width: 390px) {
  .price-explainer {
    padding: 12px;
  }

  .price-explainer__comparison {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    gap: 5px;
  }

  .price-explainer__choice {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding: 9px 7px;
    text-align: center;
  }

  .price-explainer__choice small {
    font-size: .55rem;
  }

  .price-explainer__equals {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-explainer {
    animation: none;
  }
}



/* ==========================================================================
   Final viewport and alignment stabilization
   Prevents mobile browser text inflation, late viewport jumps, horizontal
   overflow and scale-based motion from looking like page zoom.
   ========================================================================== */

html {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

#siteShell,
main,
section,
.container,
.hero__grid,
.property-layout,
.location-grid,
.footer-grid,
.amenities-dashboard,
.amenity-compact-grid,
.property-dock,
.property-dock > *,
.property-dock__actions,
.property-dock__switch {
  min-width: 0;
  max-width: 100%;
}

img,
picture,
video,
canvas,
svg {
  max-inline-size: 100%;
}

html.is-scroll-locked,
body.is-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-scroll-locked {
  width: 100%;
  max-width: 100%;
}

@supports (overflow: clip) {
  html,
  body,
  #siteShell {
    overflow-x: clip;
  }
}

/* Stable viewport units avoid relayout when mobile browser chrome expands. */
.language-experience,
.sheet-overlay,
.gallery-modal,
.amenity-lightbox {
  min-height: 100vh;
  min-height: 100svh;
  height: auto;
}

.assistant-sheet {
  max-height: calc(100vh - 26px);
  max-height: min(900px, calc(100svh - 26px));
}

.gallery-modal__dialog {
  height: min(900px, calc(100vh - 36px));
  height: min(900px, calc(100svh - 36px));
}

.amenity-lightbox__dialog {
  max-height: calc(100vh - 32px);
  max-height: calc(100svh - 32px);
}

.amenity-lightbox__image,
.amenity-lightbox__image picture,
.amenity-lightbox__image img {
  max-height: min(76vh, 720px);
  max-height: min(76svh, 720px);
}

/* Preserve motion without scaling full-screen or fixed surfaces. */
@keyframes languageCard {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes modalIn {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes amenityLightboxIn {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes property-dock-in {
  from { opacity: 0; transform: translate3d(-50%, 16px, 0); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0); }
}

@keyframes property-dock-edge-in {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes languageBackdropStable {
  from { opacity: 0; }
  to { opacity: .55; }
}

/* Stop double-tap zoom while retaining pinch zoom and scrolling. */
button,
a,
[role="button"],
.property-tab,
.price-row,
.gallery-tile,
.amenity-facility-card {
  touch-action: manipulation;
}

/* Fixed action dock aligns to the safe visual edges instead of a transformed
   50% centre point on phones and in-app browsers. */
@media (max-width: 760px) {
  .property-dock {
    right: max(9px, env(safe-area-inset-right));
    left: max(9px, env(safe-area-inset-left));
    width: auto;
    max-width: none;
    transform: none;
    animation-name: property-dock-edge-in;
  }

  .property-dock__identity,
  .property-dock__actions,
  .property-dock__switch,
  .property-dock__switch button,
  .property-dock__call,
  .property-dock__enquire {
    min-width: 0;
  }

  .property-dock__switch button {
    width: 100%;
  }

  .property-dock__call span,
  .property-dock__enquire span,
  .property-dock__identity strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .language-experience__backdrop img {
    transform: none;
    animation: languageBackdropStable .7s ease both;
  }

  .hero-story-image {
    transform: none;
    transition: opacity .36s ease;
  }

  .hero-story-image.is-entered {
    transform: none;
  }

  .hero-story-image img {
    animation: none;
  }

  .amenity-lightbox {
    padding:
      max(10px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }

  .amenity-lightbox__dialog {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
  }

  .amenity-lightbox__image {
    height: auto;
    min-height: 0;
    max-height: calc(100vh - 96px);
    max-height: calc(100svh - 96px);
  }

  .amenity-lightbox__image picture,
  .amenity-lightbox__image img {
    max-height: calc(100vh - 96px);
    max-height: calc(100svh - 96px);
  }
}

/* Extra-narrow in-app browser and split-screen safety. */
@media (max-width: 340px) {
  :root {
    --header-h: 68px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .header-inner {
    gap: 7px;
  }

  .brand {
    min-width: 0;
    gap: 7px;
  }

  .brand img {
    width: 31px;
  }

  .brand__wordmark {
    max-width: 122px;
    overflow: hidden;
    font-size: .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .language-switch,
  .menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .property-dock {
    right: max(5px, env(safe-area-inset-right));
    left: max(5px, env(safe-area-inset-left));
    padding: 7px;
  }

  .property-dock__identity strong {
    font-size: .68rem;
  }

  .property-dock__switch button {
    min-width: 0;
    padding-inline: 4px;
    font-size: .48rem;
  }

  .property-dock__actions {
    grid-template-columns: 38px minmax(0, .62fr) minmax(0, 1.38fr);
  }
}

/* Short landscape screens keep overlays within the stable viewport. */
@media (max-height: 560px) and (orientation: landscape) {
  .language-experience,
  .sheet-overlay,
  .gallery-modal,
  .amenity-lightbox {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .assistant-sheet,
  .gallery-modal__dialog,
  .amenity-lightbox__dialog {
    max-height: calc(100vh - 16px);
    max-height: calc(100svh - 16px);
  }
}

@media (hover: none) and (pointer: coarse) {
  .language-card,
  .gallery-modal__dialog,
  .amenity-lightbox__dialog,
  .property-dock {
    will-change: auto;
  }
}


/* The language card must never be wider than the padded overlay track. */
.language-card {
  width: min(920px, 100%);
  max-width: 100%;
}

@media (hover: none) and (pointer: coarse) {
  .language-experience__backdrop img {
    transform: none;
    animation: languageBackdropStable .7s ease both;
  }

  .hero-story-image,
  .hero-story-image.is-entered {
    transform: none;
  }

  .hero-story-image {
    transition: opacity .36s ease;
  }

  .hero-story-image img {
    animation: none;
  }
}


/* Safe-area alignment for landscape phones, tablets and installed web apps. */
.container {
  max-width: calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));
}

.language-experience {
  padding:
    max(24px, env(safe-area-inset-top))
    max(24px, env(safe-area-inset-right))
    max(24px, env(safe-area-inset-bottom))
    max(24px, env(safe-area-inset-left));
}

@media (hover: none) and (pointer: coarse) {
  .property-dock {
    right: max(12px, env(safe-area-inset-right));
    left: max(12px, env(safe-area-inset-left));
    width: auto;
    max-width: none;
    transform: none;
    animation-name: property-dock-edge-in;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .language-experience {
    padding:
      max(10px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }
}


@keyframes imageCrossfadeStable {
  from { opacity: .2; }
  to { opacity: 1; }
}

@media (hover: none) and (pointer: coarse) {
  #propertyImageHost,
  #propertyImageHost.is-entered {
    transform: none;
  }

  #propertyImageHost {
    transition: opacity .34s ease;
  }

  .residence-gallery__stage img {
    animation-name: imageCrossfadeStable;
  }
}


/* Final brand-led landing, story, and mobile edge polish */
.hero-brand-promise {
  display: inline-grid;
  gap: 7px;
  max-width: min(100%, 520px);
  margin: 0 0 18px;
  padding: 12px 15px;
  border: 1px solid rgba(166, 111, 67, .18);
  border-radius: 18px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .88), rgba(247, 240, 231, .66));
  box-shadow: 0 14px 34px rgba(47, 29, 27, .07);
}

.hero-brand-promise__slogan {
  color: var(--bronze-strong);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-brand-promise strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.founder-story-card {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(166, 111, 67, .18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 15%, rgba(216, 180, 148, .26), transparent 24rem),
    linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(247, 240, 231, .82));
  box-shadow: var(--shadow-sm);
}

.founder-story-card__media {
  min-height: 420px;
  overflow: hidden;
  background: var(--paper-2);
}

.founder-story-card__media picture,
.founder-story-card__media img {
  width: 100%;
  height: 100%;
}

.founder-story-card__media img {
  object-fit: cover;
  object-position: center top;
}

.founder-story-card__copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 54px);
}

.founder-story-card__copy h3 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.founder-story-card__copy p {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.72;
}

.founder-story-card__copy blockquote {
  margin: 10px 0 0;
  padding: 17px 18px;
  border-left: 4px solid var(--bronze);
  border-radius: 0 18px 18px 0;
  color: var(--ink);
  background: rgba(255, 255, 255, .62);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.38;
}

.testimonial-card {
  transition: opacity .28s ease, transform .28s ease;
}

.testimonial-mini {
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

@media (max-width: 1080px) {
  .founder-story-card {
    grid-template-columns: 1fr;
  }

  .founder-story-card__media {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 28px;
  }

  .hero > .container {
    width: 100%;
  }

  .hero__copy {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .hero-brand-promise {
    margin-bottom: 14px;
    padding: 11px 13px;
    border-radius: 16px;
  }

  .hero-brand-promise__slogan {
    font-size: .62rem;
    letter-spacing: .12em;
  }

  .hero-brand-promise strong {
    font-size: 1.02rem;
  }

  .hero__title .font-brand {
    font-size: .34em;
  }

  .hero-visual {
    width: 100%;
    min-height: min(124vw, 610px);
    margin-inline: 0;
  }

  .hero-visual__halo {
    inset: 6% 0 0 0;
    border-radius: 0 0 28px 28px;
  }

  .hero-visual__main {
    inset: 0 0 10%;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 54px rgba(47, 29, 27, .16);
  }

  .hero-choice-dock {
    right: max(12px, env(safe-area-inset-right));
    bottom: 1.25%;
    left: max(12px, env(safe-area-inset-left));
    border-radius: 22px;
  }

  .hero-location-signal {
    top: 5%;
    left: max(14px, env(safe-area-inset-left));
    max-width: min(244px, calc(100% - 28px));
  }

  .hero-visual__badge {
    top: auto;
    right: max(14px, env(safe-area-inset-right));
    bottom: 31%;
    width: auto;
    max-width: min(210px, 46%);
    min-height: 0;
    padding: 11px 12px;
    border-radius: 17px;
  }

  .hero-visual__badge span {
    font-size: .56rem;
    letter-spacing: .09em;
  }

  .hero-visual__badge strong {
    margin-top: 4px;
    font-size: .69rem;
    line-height: 1.35;
  }

  .founder-story-card {
    margin-top: 22px;
    border-radius: 26px;
  }

  .founder-story-card__media {
    min-height: 320px;
  }

  .founder-story-card__copy {
    padding: 24px 18px 26px;
  }

  .founder-story-card__copy p {
    font-size: .92rem;
    line-height: 1.68;
  }

  .founder-story-card__copy blockquote {
    font-size: 1.08rem;
  }
}

@media (max-width: 420px) {
  .hero__copy {
    width: calc(100% - 22px);
  }

  .hero-visual {
    min-height: 124vw;
  }

  .hero-location-signal {
    padding: 10px 11px;
  }

  .hero-location-signal__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .hero-location-signal strong {
    font-size: .72rem;
  }

  .hero-visual__badge {
    max-width: 44%;
    padding: 10px 11px;
  }

  .hero-choice-dock {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 7px;
  }

  .hero-choice {
    min-height: 56px;
    gap: 7px;
  }

  .hero-choice strong {
    font-size: .62rem;
  }

  .hero-choice small {
    font-size: .54rem;
  }

  .founder-story-card__media {
    min-height: 280px;
  }
}

@media (max-width: 360px) {
  .hero-choice small {
    display: none;
  }

  .hero-visual__badge {
    max-width: 48%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-card,
  .testimonial-mini {
    transition: none !important;
  }
}


/* Final luxury landing-page refinement */
.hero .hero-snapshot {
  display: none !important;
}

.hero {
  padding-top: clamp(30px, 4.8vw, 72px);
}

.hero__grid {
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
}

.hero__copy {
  max-width: 560px;
  padding-top: 0;
}

.hero-brand-promise {
  gap: 5px;
  max-width: 28rem;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-brand-promise__slogan {
  font-size: .72rem;
  letter-spacing: .18em;
}

.hero-brand-promise strong {
  max-width: 24ch;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.3;
}

.hero__title {
  max-width: 10.5ch;
  gap: 14px;
  font-size: clamp(3.45rem, 6vw, 6rem);
  line-height: .94;
}

.hero__title .font-brand {
  font-size: .22em;
  letter-spacing: .17em;
}

.hero__lead {
  max-width: 34ch;
  margin-top: 20px;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.65;
}

.hero__actions {
  margin-top: 24px;
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-signals__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(86, 53, 46, .12);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 10px 24px rgba(48, 28, 24, .05);
}

.hero-signals__item i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bronze);
  box-shadow: 0 0 0 5px rgba(166, 111, 67, .12);
}

.hero-signals__item span {
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}

.hero-visual {
  min-height: 690px;
}

.hero-visual__main {
  inset: 0 3% 10.5% 3%;
  border-radius: 44px 44px 28px 28px;
}

.hero-story-image img {
  animation: hero-photo-breathe 11s ease-in-out both;
}

.hero-location-signal {
  top: 4.5%;
  left: 3%;
  max-width: 220px;
  padding: 12px 14px;
}

.hero-location-signal strong {
  font-size: .78rem;
}

.hero-visual__badge {
  top: auto;
  right: 3%;
  bottom: 26%;
  width: auto;
  max-width: min(215px, 42%);
  min-height: 0;
  padding: 13px 15px;
  border-radius: 20px;
}

.hero-visual__badge strong {
  font-size: .76rem;
  line-height: 1.38;
}

.hero-choice-dock {
  left: 4%;
  right: 4%;
  bottom: 1.8%;
  padding: 10px;
  border-radius: 24px;
}

.hero-choice {
  min-height: 64px;
  padding: 11px 14px;
}

.hero-choice strong {
  font-size: .78rem;
}

.hero-choice small {
  font-size: .63rem;
}

@media (max-width: 1080px) {
  .hero__copy {
    max-width: 640px;
  }

  .hero__title {
    max-width: 12ch;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 24px;
  }

  .hero__glow {
    display: none;
  }

  .hero .container.hero__grid {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .hero__copy {
    max-width: none;
    padding-inline: 20px;
  }

  .hero-brand-promise {
    margin-bottom: 18px;
  }

  .hero-brand-promise strong {
    max-width: 28ch;
    font-size: 1rem;
  }

  .hero__title {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .hero__lead {
    max-width: 32ch;
    font-size: .98rem;
  }

  .hero-signals {
    margin-top: 18px;
    gap: 8px;
  }

  .hero-signals__item {
    min-height: 36px;
    padding: 0 12px;
  }

  .hero-signals__item span {
    font-size: .72rem;
  }

  .hero-visual {
    width: 100%;
    min-height: min(136vw, 760px);
    margin-inline: 0;
  }

  .hero-visual__halo {
    inset: 9% 0 8% 0;
  }

  .hero-visual__main {
    inset: 0 0 12%;
    border-radius: 34px;
  }

  .hero-location-signal {
    top: 16px;
    left: max(14px, env(safe-area-inset-left));
    max-width: min(220px, calc(100% - 28px));
  }

  .hero-visual__badge {
    right: max(14px, env(safe-area-inset-right));
    bottom: 30%;
    max-width: min(180px, 44%);
    padding: 11px 12px;
  }

  .hero-choice-dock {
    left: 14px;
    right: 14px;
    bottom: 10px;
    padding: 8px;
    border-radius: 22px;
  }
}

@media (max-width: 420px) {
  .hero__copy {
    padding-inline: 18px;
  }

  .hero-signals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-signals__item {
    min-height: 0;
    justify-content: flex-start;
    padding: 10px 12px;
  }

  .hero-visual {
    min-height: min(144vw, 740px);
  }

  .hero-location-signal {
    max-width: 210px;
    padding: 10px 11px;
  }

  .hero-visual__badge {
    max-width: 170px;
    bottom: 31.5%;
  }

  .hero-choice strong {
    font-size: .7rem;
  }

  .hero-choice small {
    font-size: .58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-story-image img,
  .hero-choice,
  .hero-signals__item {
    transition: none !important;
    animation: none !important;
  }
}


@media (min-width: 1081px) {
  .residence-gallery__stage {
    aspect-ratio: 4 / 3;
    max-height: 620px;
  }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .residence-gallery__caption {
    max-width: 72ch;
  }
}


/* Final luxury landing-page redesign */
.hero {
  min-height: calc(100svh - var(--header-h));
  padding: clamp(42px, 5.6vw, 88px) 0 78px;
}

.hero__glow {
  top: -11rem;
  right: -4rem;
  width: min(42rem, 60vw);
  height: min(42rem, 60vw);
  opacity: .92;
}

.hero__grid {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(42px, 6vw, 102px);
}

.hero__copy {
  max-width: 540px;
  padding-top: 0;
}

.hero__title {
  max-width: none;
  gap: 14px;
  margin: 8px 0 0;
}

.hero__title-brand {
  display: block;
  color: var(--ink);
  font-size: clamp(4rem, 8vw, 8rem) !important;
  line-height: .88;
  letter-spacing: .085em !important;
  text-transform: uppercase;
}

.hero__title .font-brand {
  width: auto;
  max-width: none;
}

.hero__title-sub {
  display: block;
  max-width: 10.5ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.55vw, 2.85rem);
  line-height: 1.03;
  letter-spacing: -.04em;
  color: var(--ink);
}

.hero__tagline {
  margin: 20px 0 0;
  color: var(--bronze-strong);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero__subline {
  max-width: 28ch;
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.62;
}

.hero__lead {
  max-width: 35ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.72;
}

.hero__actions {
  margin-top: 28px;
}

.hero-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(86, 53, 46, .12);
}

.hero-summary span {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: .83rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-summary span::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bronze);
  box-shadow: 0 0 0 5px rgba(166, 111, 67, .12);
}

.hero-signals {
  display: none !important;
}

.hero-visual {
  display: grid;
  align-self: stretch;
  gap: 18px;
  min-height: 0;
}

.hero-visual__halo {
  inset: 4% 4% auto auto;
  width: min(32rem, 62%);
  height: min(32rem, 62%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174, 117, 72, .13), transparent 68%);
}

.hero-visual__main {
  position: relative;
  inset: auto;
  min-height: clamp(470px, 52vw, 720px);
  overflow: hidden;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,253,249,.78), rgba(255,253,249,.08)),
    var(--paper-2);
  box-shadow:
    0 28px 70px rgba(47, 29, 27, .14),
    inset 0 0 0 1px rgba(166, 111, 67, .08);
}

.hero-story-image,
.hero-story-image picture,
.hero-story-image img {
  width: 100%;
  height: 100%;
}

.hero-story-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-visual__main::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(34, 18, 15, .15) 45%, rgba(34, 18, 15, .38));
  pointer-events: none;
}

.hero-visual__panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(166, 111, 67, .14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .92), rgba(247, 240, 231, .78));
  box-shadow: 0 18px 44px rgba(47, 29, 27, .09);
}

.hero-visual__meta-copy {
  display: grid;
  gap: 8px;
}

.hero-visual__label {
  color: var(--bronze-strong);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-visual__caption {
  max-width: 34ch;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.55;
}

.hero-choice-dock {
  position: static;
  right: auto;
  left: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(78, 45, 38, .1);
  border-radius: 20px;
  background: rgba(62, 35, 31, .88);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.hero-choice {
  min-height: 64px;
  padding: 12px 14px;
}

.hero-choice strong {
  font-size: .88rem;
}

.hero-choice small {
  margin-top: 4px;
  font-size: .7rem;
}

.hero-location-signal {
  top: 22px;
  left: 22px;
  max-width: min(220px, calc(100% - 44px));
  padding: 12px 14px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(47, 29, 27, .12);
}

.hero-visual__badge {
  top: 22px;
  right: 22px;
  bottom: auto;
  width: auto;
  max-width: min(220px, 40%);
  min-height: 0;
  padding: 12px 14px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(47, 29, 27, .11);
}

.hero-visual__badge strong {
  font-size: .78rem;
  line-height: 1.38;
}

@media (max-width: 1080px) {
  .hero {
    padding-top: 34px;
  }

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

  .hero__copy {
    max-width: 680px;
  }

  .hero__title-brand {
    font-size: clamp(3.8rem, 10vw, 6.2rem) !important;
  }

  .hero__title-sub {
    max-width: 14ch;
  }

  .hero__lead {
    max-width: 42ch;
  }

  .hero-visual__main {
    min-height: clamp(420px, 74vw, 660px);
  }

  .hero-visual__panel {
    padding: 16px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 22px;
    padding-bottom: 56px;
  }

  .hero .container.hero__grid {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .hero__copy {
    max-width: none;
    padding-inline: 22px;
  }

  .hero__title {
    gap: 10px;
  }

  .hero__title-brand {
    font-size: clamp(3rem, 13vw, 4.4rem) !important;
    letter-spacing: .07em !important;
  }

  .hero__title-sub {
    max-width: 12ch;
    font-size: clamp(1.35rem, 6.2vw, 2rem);
  }

  .hero__tagline {
    margin-top: 18px;
    font-size: .68rem;
    letter-spacing: .18em;
  }

  .hero__subline {
    max-width: 26ch;
    font-size: .95rem;
  }

  .hero__lead {
    max-width: 32ch;
    font-size: .96rem;
  }

  .hero-summary {
    gap: 10px 14px;
  }

  .hero-summary span {
    font-size: .76rem;
  }

  .hero-visual {
    width: 100%;
    gap: 14px;
  }

  .hero-visual__main {
    min-height: min(112vw, 560px);
    border-radius: 30px;
  }

  .hero-location-signal {
    top: 14px;
    left: max(14px, env(safe-area-inset-left));
    max-width: min(210px, calc(100% - 28px));
    padding: 10px 12px;
  }

  .hero-location-signal strong {
    font-size: .75rem;
  }

  .hero-visual__badge {
    top: auto;
    right: max(14px, env(safe-area-inset-right));
    bottom: 14px;
    max-width: min(185px, 48%);
    padding: 10px 12px;
  }

  .hero-visual__badge span {
    font-size: .58rem;
  }

  .hero-visual__badge strong {
    font-size: .71rem;
  }

  .hero-visual__panel {
    margin-inline: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .hero-visual__caption {
    max-width: none;
    font-size: .92rem;
  }

  .hero-choice-dock {
    gap: 6px;
    padding: 6px;
    border-radius: 18px;
  }

  .hero-choice {
    min-height: 58px;
    gap: 8px;
    padding: 10px 11px;
  }

  .hero-choice strong {
    font-size: .74rem;
  }

  .hero-choice small {
    font-size: .6rem;
  }
}

@media (max-width: 420px) {
  .hero__copy {
    padding-inline: 18px;
  }

  .hero__title-brand {
    font-size: clamp(2.72rem, 13.4vw, 4rem) !important;
  }

  .hero__title-sub {
    max-width: 11ch;
    font-size: 1.24rem;
  }

  .hero__lead,
  .hero__subline {
    max-width: 100%;
  }

  .hero-summary {
    display: grid;
    gap: 10px;
  }

  .hero-visual__main {
    min-height: min(118vw, 520px);
    border-radius: 26px;
  }

  .hero-visual__panel {
    margin-inline: 12px;
  }

  .hero-location-signal {
    max-width: min(190px, calc(100% - 28px));
    padding: 10px 11px;
  }

  .hero-visual__badge {
    max-width: 160px;
    padding: 9px 10px;
  }

  .hero-choice small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__title-brand::after,
  .hero-story-image img {
    animation: none !important;
  }
}


/* Final property-gallery visibility polish */
#propertyImageHost,
#propertyImageHost picture,
#propertyImageHost img {
  width: 100%;
  height: 100%;
}

#propertyImageHost {
  display: grid;
  place-items: center;
}

#propertyImageHost picture {
  display: grid;
  place-items: center;
}

#propertyImageHost img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.residence-gallery__footer {
  align-items: start;
}

.gallery-after-view[hidden] {
  display: none !important;
}

.gallery-after-view {
  margin-top: 2px;
}

@media (max-width: 1080px) {
  .residence-card {
    grid-template-columns: 1fr;
  }

  .residence-gallery {
    gap: 12px;
    padding: 16px;
  }

  .residence-gallery__stage {
    aspect-ratio: 4 / 3;
    min-height: clamp(260px, 52vw, 540px);
  }
}

@media (max-width: 820px) {
  .residence-gallery {
    padding: 14px;
    border-radius: 26px 26px 0 0;
  }

  .residence-gallery__stage {
    aspect-ratio: 4 / 3;
    min-height: clamp(230px, 60vw, 460px);
    border-radius: 18px;
  }

  .residence-gallery__caption {
    font-size: .76rem;
    line-height: 1.45;
  }

  .gallery-after-view {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-after-view button {
    align-self: flex-start;
  }
}

@media (max-width: 560px) {
  .residence-gallery {
    gap: 10px;
    padding: 12px;
  }

  .residence-gallery__stage {
    aspect-ratio: 4 / 3;
    min-height: 220px;
    border-radius: 16px;
  }

  .residence-gallery__controls {
    right: 14px;
    left: 14px;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .residence-gallery__footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .carousel-status {
    justify-content: flex-end;
  }

  .thumbnail-button {
    flex-basis: 64px;
    width: 64px;
    height: 48px;
  }

  .gallery-after-view {
    gap: 10px;
    padding: 12px 13px;
    border-radius: 14px;
  }

  .gallery-after-view p {
    font-size: .72rem;
  }
}


/* ============================================================
   Definitive synthesis layer — July 2026
   1. Property photographs: the stage adopts each photo's real
      proportions (set as --stage-ar by app.js), so rooms render
      uncropped and edge-to-edge with no letterbox gutters.
   2. Mobile: the gallery goes full-bleed.
   3. Minimal landing: quiet parents link + breathing room.
   4. Restrained price emphasis on property switch (v9-inspired).
   ============================================================ */

.residence-gallery__stage {
  width: 100%;
  max-width: calc(min(78svh, 720px) * (var(--stage-ar, 1.5)));
  margin-inline: auto;
  aspect-ratio: var(--stage-ar, 3 / 2);
  min-height: 0;
  max-height: min(78svh, 720px);
}

.residence-gallery__stage img {
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1081px) {
  .residence-gallery__stage {
    aspect-ratio: var(--stage-ar, 3 / 2);
    max-height: min(74svh, 680px);
  }
}

@media (max-width: 1080px) {
  .residence-gallery__stage {
    aspect-ratio: var(--stage-ar, 3 / 2);
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .residence-gallery__stage {
    aspect-ratio: var(--stage-ar, 3 / 2);
    min-height: 0;
  }
}

/* Full-bleed photo stage on phones: the room owns the screen width.
   The container reserves a 14px gutter each side below 561px, so the
   gallery cancels exactly that instead of viewport math (which drifts
   by the scrollbar width on some browsers). */
@media (max-width: 560px) {
  .residence-gallery {
    margin-inline: -14px;
    padding-inline: 0;
    border-radius: 0;
  }
}

@media (max-width: 340px) {
  .residence-gallery {
    margin-inline: -10px;
  }

  .residence-gallery__stage {
    aspect-ratio: var(--stage-ar, 3 / 2);
    min-height: 0;
    border-radius: 0;
  }

  .residence-gallery__meta,
  .residence-gallery__footer,
  .gallery-after-view {
    margin-inline: 14px;
  }
}

/* Minimal landing adjustments */
.hero__copy {
  display: grid;
  gap: 4px;
}

.hero__tagline {
  margin-top: 14px;
}

.hero__actions {
  margin-top: 26px;
  align-items: center;
  gap: 20px;
}

.hero__quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  color: rgba(70, 43, 38, .78);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
  border-bottom: 1px solid rgba(166, 111, 67, .35);
  transition: color .2s ease, border-color .2s ease;
}

.hero__quiet-link:hover,
.hero__quiet-link:focus-visible {
  color: #6f4630;
  border-color: rgba(166, 111, 67, .8);
}

.hero__quiet-link span[aria-hidden] {
  transition: transform .25s ease;
}

.hero__quiet-link:hover span[aria-hidden] {
  transform: translateX(3px);
}

/* Price settles into place when a property renders — brief, once */
@keyframes price-settle {
  0% { opacity: 0; transform: translateY(7px); }
  60% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0); }
}

.property-panel .price-row {
  animation: price-settle .5s ease-out both;
}

.property-panel .price-row:nth-child(2) { animation-delay: .05s; }
.property-panel .price-row:nth-child(3) { animation-delay: .1s; }
.property-panel .price-row:nth-child(4) { animation-delay: .15s; }
.property-panel .price-row:nth-child(5) { animation-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  .property-panel .price-row {
    animation: none;
  }

  .hero__quiet-link span[aria-hidden] {
    transition: none;
  }
}

/* Spec 23: enforce 44px minimum touch targets on small screens
   (an earlier pass reduced icon buttons to 40px) */
@media (max-width: 560px) {
  .icon-button {
    width: 44px;
    height: 44px;
  }
}


/* Touch-target enforcement pass 2: scoped rules above were still shrinking
   controls below the 44px minimum (spec 23). */
.testimonial-navigation .icon-button {
  width: 44px;
  height: 44px;
}

.property-tab,
.gallery-tab {
  min-height: 44px;
}

@media (max-width: 820px) {
  .language-switch {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 560px) {
  .residence-gallery .icon-button,
  .gallery-modal .icon-button,
  .amenity-lightbox .icon-button {
    width: 44px;
    height: 44px;
  }
}

.amenity-property-switch button {
  min-height: 44px;
}

.residence-gallery__stage {
  touch-action: pan-y;
}


/* ============================================================
   Refinement pass — owner feedback, July 2026
   1. Premium translucent header (deep cocoa glass when scrolled)
   2. Optically centered control glyphs (EN pill, gallery arrows)
   3. Compact day-in-the-life cards on phones (two per screen)
   4. Photo tour: small tiles + collapsed view with "view more"
   5. One-line sticky residence dock on phones
   6. Unified blurred lightbox backdrop
   7. Landing warmth: soft glow, refined entrance
   ============================================================ */

/* 1 — Header: deep cocoa glass once scrolled, ivory brand + controls */
.site-header.is-scrolled {
  border-color: rgba(214, 178, 128, .26);
  background: rgba(36, 21, 16, .82);
  box-shadow: 0 14px 44px rgba(10, 5, 4, .38);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.brand img {
  border-radius: 10px;
}

.site-header.is-scrolled .brand__wordmark {
  color: #f5ead9;
}

@media (min-width: 821px) {
  .site-header.is-scrolled .primary-nav a {
    color: rgba(245, 234, 217, .86);
  }

  .site-header.is-scrolled .primary-nav a:hover,
  .site-header.is-scrolled .primary-nav a:focus-visible {
    color: #dcbd8f;
  }
}

.site-header.is-scrolled .menu-toggle,
.site-header.is-scrolled .language-switch {
  border-color: rgba(214, 178, 128, .38);
  background: rgba(255, 251, 244, .07);
  color: #f2e6d4;
}

.site-header.is-scrolled .menu-toggle span[aria-hidden="true"] {
  background: #f2e6d4;
}

.site-header.is-scrolled .language-switch #currentLanguageLabel {
  color: #f2e6d4;
}

/* 2 — Optical centering of control glyphs */
.language-switch {
  justify-content: center;
}

.language-switch #currentLanguageLabel {
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 820px) {
  .language-switch {
    padding-inline: 0;
  }
}

.residence-gallery .icon-button,
.gallery-modal .icon-button,
.amenity-lightbox .icon-button,
.testimonial-navigation .icon-button {
  display: inline-grid;
  place-items: center;
}

.residence-gallery .icon-button > span[aria-hidden],
.gallery-modal .icon-button > span[aria-hidden],
.amenity-lightbox .icon-button > span[aria-hidden],
.testimonial-navigation .icon-button > span[aria-hidden] {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

/* 3 — Day cards: two per phone screen, calm rhythm */
@media (max-width: 700px) {
  .day-grid {
    gap: 14px;
  }

  .day-card {
    min-height: 0;
    height: clamp(225px, 33vh, 310px);
    border-radius: 18px;
  }

  .day-card:nth-child(even) {
    transform: none;
  }

  .day-card h3 {
    font-size: 1.22rem;
  }

  .day-card p {
    font-size: .82rem;
    line-height: 1.45;
  }
}

/* 4 — Photo tour: small tiles, collapsed by default */
.gallery-tile.is-hidden {
  display: none;
}

.gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.gallery-more__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 26px;
  border: 1px solid rgba(166, 111, 67, .42);
  border-radius: 999px;
  background: transparent;
  color: #6f4630;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.gallery-more__button:hover,
.gallery-more__button:focus-visible {
  border-color: rgba(166, 111, 67, .8);
  background: rgba(166, 111, 67, .08);
  color: #57351f;
}

@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .gallery-tile,
  .gallery-tile:nth-child(5n + 1) {
    grid-column: auto;
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(47, 29, 27, .1);
  }

  .gallery-tile__caption {
    display: none;
  }
}

/* 5 — Sticky residence dock: one calm line on phones */
@media (max-width: 700px) {
  .property-dock {
    display: flex;
    align-items: center;
    gap: 9px;
    width: min(calc(100% - 24px), 560px);
    padding: 8px 9px;
    border-radius: 999px;
  }

  .property-dock__identity {
    display: none;
  }

  .property-dock__switch {
    display: flex;
    flex: 1;
    min-width: 0;
  }

  .property-dock__switch button {
    flex: 1;
    min-height: 44px;
    padding: 8px 10px;
    font-size: .78rem;
  }

  .property-dock__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    margin: 0;
  }

  .property-dock__call {
    width: 44px;
    height: 44px;
  }

  .property-dock__enquire {
    min-height: 44px;
    padding: 9px 14px;
  }

  .property-dock__enquire #stickyActionLabel {
    overflow: hidden;
    max-width: 118px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .78rem;
  }
}

@media (max-width: 380px) {
  .property-dock__enquire #stickyActionLabel {
    max-width: 78px;
  }
}

/* 6 — Lightboxes: blurred site behind, tap outside to close */
.gallery-modal,
.amenity-lightbox {
  background: rgba(24, 14, 10, .52);
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
}

/* 7 — Landing warmth */
.hero__copy {
  position: relative;
}

.hero__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  left: -14%;
  width: 78%;
  height: 72%;
  background: radial-gradient(55% 55% at 38% 34%, rgba(214, 178, 128, .2), transparent 72%);
  pointer-events: none;
}

.hero__title {
  text-shadow: 0 20px 55px rgba(166, 111, 67, .22);
}

.hero-story-image img {
  transition: transform 1.5s cubic-bezier(.22, .7, .2, 1), opacity .55s ease;
}

.hero-story-image {
  transform: scale(1.045);
}

.hero-story-image.is-entered {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-story-image,
  .hero-story-image.is-entered {
    transform: none;
  }

  .hero-story-image img {
    transition: opacity .3s ease;
  }
}

/* Lite-mode devices still get the requested blurred lightbox (lighter blur)
   and a deeper header tint to stay legible without backdrop blur. */
html[data-performance="lite"] .gallery-modal,
html[data-performance="lite"] .amenity-lightbox {
  background: rgba(24, 14, 10, .6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html[data-performance="lite"] .site-header.is-scrolled {
  background: rgba(36, 21, 16, .94);
}

@media (max-width: 700px) {
  .property-dock__switch button,
  .property-dock__call,
  .property-dock__enquire {
    height: 44px;
    min-height: 44px;
  }
}


/* ============================================================
   Redesign pass — landing, gallery, dock, FAQ, auto-scroll
   July 2026
   ============================================================ */

/* ---------- 1. LANDING: minimalist luxury ---------------------
   Oversized brand type, one visual, generous air, meaningful
   micro-motion. Macro: slow ambient glow drift + staged reveal.
   ------------------------------------------------------------- */
.hero {
  position: relative;
  padding-block: clamp(48px, 9vh, 104px) clamp(56px, 10vh, 120px);
  overflow: hidden;
}

/* Macro-animation: two soft light fields drifting slowly behind everything */
.hero__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 130%;
  background:
    radial-gradient(42% 46% at 22% 26%, rgba(214, 178, 128, .26), transparent 70%),
    radial-gradient(38% 42% at 82% 68%, rgba(139, 94, 60, .16), transparent 72%);
  filter: blur(8px);
  opacity: .9;
  animation: hero-drift 26s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes hero-drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(2.5%, -2%, 0) scale(1.06); }
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.hero__copy {
  display: grid;
  gap: 18px;
}

.hero__copy::before {
  content: none; /* replaced by the ambient hero glow */
}

.hero .eyebrow {
  letter-spacing: .32em;
  opacity: .85;
}

/* Oversized editorial brand lockup */
.hero__title {
  display: grid;
  gap: 6px;
  margin: 0;
}

.hero__title-brand {
  font-size: clamp(3.4rem, 11vw, 7rem);
  line-height: .92;
  letter-spacing: -0.01em;
}

.hero__title-sub {
  max-width: 19ch;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.32;
  color: var(--ink-2);
}

.hero__tagline {
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bronze);
  opacity: .9;
}

.hero__actions {
  margin-top: 12px;
}

/* Staged entrance — macro choreography, gentle and once */
.hero .reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: hero-enter .9s cubic-bezier(.2, .7, .2, 1) forwards;
}

.hero .eyebrow.reveal        { animation-delay: .05s; }
.hero__title.reveal          { animation-delay: .16s; }
.hero__tagline.reveal        { animation-delay: .3s; }
.hero__actions.reveal        { animation-delay: .42s; }
.hero-visual.reveal          { animation-delay: .34s; }

@keyframes hero-enter {
  to { opacity: 1; transform: translateY(0); }
}

/* Primary CTA: quiet sheen on entry, lift on hover (micro-motion) */
.hero__actions .button--primary {
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease;
}

.hero__actions .button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(111, 70, 48, .28);
}

/* The single hero visual — refined frame, slow settle already handled in JS/earlier layer */
.hero-visual {
  position: relative;
}

.hero-visual__main {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(47, 29, 27, .22);
}

.hero-visual__halo {
  position: absolute;
  inset: -8% -8% auto -8%;
  height: 60%;
  background: radial-gradient(60% 60% at 50% 0%, rgba(214, 178, 128, .3), transparent 70%);
  filter: blur(20px);
  opacity: .7;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__glow { animation: none; }
  .hero .reveal { opacity: 1; transform: none; animation: none; }
}

/* Landing on phones: stack, keep it airy, brand stays the star */
@media (max-width: 820px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero__copy {
    gap: 14px;
  }

  .hero__title-brand {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }
}

/* ---------- 2. GALLERY: concise, uniform, premium --------------
   Uniform aspect-ratio tiles in a tidy grid; only 2 rows shown,
   the rest behind "view more". No jarring size jumps.
   ------------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.gallery-tile,
.gallery-tile:nth-child(5n + 1) {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(47, 29, 27, .1);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(47, 29, 27, .16);
}

/* Caption only surfaces on hover/focus — keeps the grid calm */
.gallery-tile__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px 14px 12px;
  background: linear-gradient(to top, rgba(24, 14, 10, .82), transparent);
  color: #fff;
  font-size: .74rem;
  line-height: 1.35;
  text-align: left;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}

.gallery-tile:hover .gallery-tile__caption,
.gallery-tile:focus-visible .gallery-tile__caption {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 18px;
  }

  .gallery-tile,
  .gallery-tile:nth-child(5n + 1) {
    aspect-ratio: 1;
    border-radius: 13px;
  }

  /* On phones show captions always-off; tapping opens the full viewer anyway */
  .gallery-tile__caption {
    display: none;
  }
}

/* ---------- 3. STICKY DOCK: refined one-line premium ----------- */
.property-dock {
  border: 1px solid rgba(214, 178, 128, .28);
  background: linear-gradient(135deg, rgba(46, 28, 22, .94), rgba(32, 19, 15, .96));
  box-shadow: 0 22px 60px rgba(10, 5, 4, .42);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
}

/* Segmented switch: glass track, sliding bronze pill feel */
.property-dock__switch {
  padding: 3px;
  border: 1px solid rgba(214, 178, 128, .22);
  border-radius: 999px;
  background: rgba(255, 251, 244, .06);
}

.property-dock__switch button {
  position: relative;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 234, 217, .7);
  font-weight: 700;
  cursor: pointer;
  transition: color .28s ease;
}

.property-dock__switch button strong {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.property-dock__switch button[aria-pressed="true"] {
  color: #2a1913;
  background: linear-gradient(135deg, #e6c79a, #c9a06a);
  box-shadow: 0 6px 16px rgba(201, 160, 106, .4);
}

.property-dock__switch button span[aria-hidden] {
  display: none; /* drop the little dot; the fill communicates selection */
}

/* Call button: quiet ivory ring */
.property-dock__call {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(214, 178, 128, .34);
  border-radius: 50%;
  background: rgba(255, 251, 244, .06);
  color: #f2e6d4;
  transition: background .25s ease, transform .2s ease;
}

.property-dock__call:hover {
  background: rgba(255, 251, 244, .12);
  transform: translateY(-1px);
}

/* Enquire: refined bronze, not loud WhatsApp green */
.property-dock__enquire {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6c79a, #c9a06a);
  color: #2a1913;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(201, 160, 106, .4);
  transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .25s ease;
}

.property-dock__enquire svg {
  width: 17px;
  height: 17px;
  stroke: #2a1913;
}

.property-dock__enquire:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(201, 160, 106, .5);
}

/* One calm line on phones */
@media (max-width: 700px) {
  .property-dock {
    gap: 8px;
    width: min(calc(100% - 22px), 540px);
    padding: 7px 8px 7px 9px;
  }

  .property-dock__switch button {
    padding: 9px 8px;
    font-size: .76rem;
  }

  .property-dock__enquire {
    padding: 0 15px;
    height: 44px;
  }

  .property-dock__enquire #stickyActionLabel {
    max-width: 92px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .77rem;
  }
}

@media (max-width: 360px) {
  .property-dock__enquire #stickyActionLabel {
    max-width: 62px;
  }
}

/* ---------- 4. FAQ: conversational, filterable ---------------- */
.faq-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 26px;
}

.faq-chip {
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid rgba(166, 111, 67, .3);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-2);
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .18s ease;
}

.faq-chip:hover {
  border-color: rgba(166, 111, 67, .6);
  transform: translateY(-1px);
}

.faq-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #6f4630, #8b5e3c);
  color: #f7efe4;
}

.faq-answer p {
  margin: 0;
}

/* ---------- 5. Auto-scroll: pause hint on hold ---------------- */
.residence-gallery.is-user-paused .residence-gallery__stage::after {
  content: "";
}


/* Dock call button: guarantee 44×44 tap target (redesign flex reset it to 38) */
@media (max-width: 700px) {
  .property-dock__call {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}


/* ---- FAQ layout fix: filter + list live in the right grid column ---- */
.faq-main {
  display: grid;
  gap: 0;
  align-content: start;
  min-width: 0;
}

/* Chips must not stretch to the row height (they were rendering as tall pills) */
.faq-filter {
  align-items: start;
  align-content: start;
}

.faq-chip {
  align-self: start;
  height: auto;
}

/* On single-column (mobile) the heading, filter and list simply stack */
@media (max-width: 900px) {
  .faq-main {
    margin-top: 4px;
  }
}


/* ============================================================
   Founder greeting-card message + text-only origin story
   July 2026 — envelope that unfolds into a warm letter
   ============================================================ */

.founder-note {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 22px;
  background: linear-gradient(160deg, #fbf5ec 0%, #f3e7d5 100%);
  border: 1px solid rgba(166, 111, 67, .2);
  box-shadow: 0 26px 60px rgba(47, 29, 27, .12);
  overflow: hidden;
}

/* The closed envelope — a warm, tappable invitation */
.founder-note__envelope {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 26px 26px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .3s ease;
}

.founder-note__envelope:hover {
  background: rgba(214, 178, 128, .1);
}

.founder-note__seal {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fbf5ec;
  background: linear-gradient(135deg, #8b5e3c, #6f4630);
  box-shadow: 0 8px 20px rgba(111, 70, 48, .34);
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}

.founder-note__seal svg { width: 24px; height: 24px; }

.founder-note.is-open .founder-note__seal {
  transform: rotate(-8deg) scale(1.05);
}

.founder-note__envelope-text {
  display: grid;
  gap: 4px;
}

.founder-note__envelope-text .eyebrow {
  margin: 0;
  color: #8b5e3c;
}

.founder-note__hint {
  font-size: .82rem;
  color: rgba(70, 43, 38, .62);
  font-weight: 600;
}

.founder-note.is-open .founder-note__hint {
  opacity: 0;
}

/* Decorative flap line that lifts on open */
.founder-note__flap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(166, 111, 67, .4), transparent);
  transform: scaleX(0);
  transition: transform .5s ease;
}

.founder-note.is-open .founder-note__flap {
  transform: scaleX(1);
}

/* The letter that unfolds */
.founder-note__letter {
  display: grid;
  gap: 14px;
  max-height: 0;
  padding: 0 28px;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .55s cubic-bezier(.3, .8, .3, 1), opacity .45s ease, transform .45s ease, padding .45s ease;
  overflow: hidden;
}

.founder-note.is-open .founder-note__letter {
  max-height: 1200px;
  padding: 4px 28px 30px;
  opacity: 1;
  transform: translateY(0);
}

.founder-note__letter[hidden] {
  display: grid; /* keep it laid out so the transition runs; JS unhides before opening */
}

.founder-note__greeting {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #3a221c;
  margin: 0;
}

.founder-note__letter p {
  margin: 0;
  color: rgba(58, 34, 28, .9);
  line-height: 1.62;
}

.founder-note__signoff {
  margin-top: 6px !important;
  font-style: italic;
  color: rgba(58, 34, 28, .72) !important;
}

.founder-note__signature {
  display: grid;
  gap: 1px;
}

.founder-note__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.32rem;
  font-weight: 700;
  color: #6f4630;
}

.founder-note__role {
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(111, 70, 48, .7);
}

/* Text-only origin story: no image column, centered warm prose */
.founder-story-card--textonly {
  display: block;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  background: linear-gradient(165deg, #2f1d1b 0%, #46281c 100%);
  color: #f5ead9;
  box-shadow: 0 30px 70px rgba(20, 11, 9, .3);
}

.founder-story-card--textonly .founder-story-card__copy {
  display: grid;
  gap: 16px;
  max-width: 64ch;
  margin-inline: auto;
}

.founder-story-card--textonly .eyebrow {
  color: #d6b280;
}

.founder-story-card--textonly h3 {
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  line-height: 1.16;
  color: #fff;
}

.founder-story-card--textonly p {
  color: rgba(245, 234, 217, .86);
  line-height: 1.66;
}

.founder-story-card--textonly blockquote {
  margin: 8px 0 0;
  padding-left: 18px;
  border-left: 2px solid rgba(214, 178, 128, .5);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-style: italic;
  color: #ecd9bf;
}

@media (prefers-reduced-motion: reduce) {
  .founder-note__letter,
  .founder-note__seal,
  .founder-note__flap {
    transition: opacity .2s ease;
  }
}

/* FAQ answers: warmer, readable, emoji-friendly */
.faq-answer p {
  line-height: 1.66;
  color: rgba(58, 34, 28, .9);
}


/* ============================================================
   Gallery lightbox redesign — floating photo over blurred site
   July 2026. No black box: the dialog is transparent, the photo
   floats, controls overlay, tap anywhere outside the photo closes.
   ============================================================ */

/* Stronger, warmer blur of the site behind */
.gallery-modal {
  background: rgba(28, 18, 14, .46);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

/* Transparent dialog — the photo becomes the visible element */
.gallery-modal__dialog {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff;
  width: min(1180px, 100%);
  height: min(94svh, 1000px);
}

/* The photo frame: rounded, soft shadow, sits above the blur */
.gallery-modal__image {
  display: grid;
  place-items: center;
  padding: 8px !important;
}

.gallery-modal__image img,
.gallery-modal__image picture {
  max-width: 100%;
  max-height: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(10, 5, 4, .5);
}

/* Header/footer controls float without a bar background */
.gallery-modal__header,
.gallery-modal__footer {
  background: transparent !important;
  border: 0 !important;
}

/* Close + nav become soft glass discs over the blur */
.gallery-modal__close,
.gallery-modal__nav {
  background: rgba(28, 18, 14, .5) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gallery-modal__close:hover,
.gallery-modal__nav:hover {
  background: rgba(28, 18, 14, .72) !important;
}

/* Caption sits on a subtle scrim, not a full bar */
.gallery-modal__caption {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .6);
}

/* Phone: photo expands nearly edge-to-edge, controls float on top */
@media (max-width: 700px) {
  .gallery-modal__dialog {
    width: 100%;
    height: 100svh;
  }

  .gallery-modal__image img,
  .gallery-modal__image picture {
    border-radius: 14px;
  }
}


/* ---- Dock call button: icon-only circle, perfectly centered ---- */
@media (max-width: 700px) {
  .property-dock__call {
    position: relative;
    flex-direction: row;
  }
  .property-dock__call svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* the "Call us" text becomes accessible-only so the glyph centers */
  .property-dock__call span {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
  }
}

/* Property photo: caption removed — a customer looking at the photo won't read it.
   Hide the now-empty meta row so the gallery stays clean. */
.residence-gallery__meta { display: none; }


/* ============================================================
   July 2026 — founder photo in story, quote fix, heartbeat
   ============================================================ */

/* Origin story with founder photo: two-column on desktop, stacked on phone */
.founder-story-card--withphoto {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 24px;
  background: linear-gradient(165deg, #2f1d1b 0%, #46281c 100%);
  color: #f5ead9;
  box-shadow: 0 30px 70px rgba(20, 11, 9, .3);
}

.founder-story-card--withphoto .founder-story-card__portrait {
  position: relative;
}

.founder-story-card--withphoto .founder-story-card__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(10, 5, 4, .4);
}

.founder-story-card--withphoto .founder-story-card__copy {
  display: grid;
  gap: 14px;
}

.founder-story-card--withphoto .eyebrow { color: #d6b280; }

.founder-story-card--withphoto h3 {
  font-size: clamp(1.4rem, 3.4vw, 2rem);
  line-height: 1.16;
  color: #fff;
  margin: 0;
}

.founder-story-card--withphoto p {
  color: rgba(245, 234, 217, .84);
  line-height: 1.6;
  margin: 0;
}

/* Quote: high-contrast card so the last line is clearly visible */
.founder-story-card--withphoto blockquote {
  margin: 6px 0 0;
  padding: 16px 18px;
  border: 0;
  border-left: 3px solid #e6c79a;
  border-radius: 0 14px 14px 0;
  background: rgba(214, 178, 128, .14);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.4;
  color: #fbefd9;
}

@media (max-width: 760px) {
  .founder-story-card--withphoto {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .founder-story-card--withphoto .founder-story-card__portrait img {
    aspect-ratio: 3 / 2;
    max-height: 340px;
  }
}

/* Founder envelope: gentle heartbeat so people know to tap */
@keyframes founder-heartbeat {
  0%, 100% { transform: scale(1); }
  8%  { transform: scale(1.06); }
  16% { transform: scale(1); }
  24% { transform: scale(1.045); }
  32% { transform: scale(1); }
}

.founder-note:not(.is-open) .founder-note__seal {
  animation: founder-heartbeat 3.2s ease-in-out infinite;
}

.founder-note:not(.is-open) .founder-note__hint::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-left: 7px;
  border-radius: 50%;
  background: #c9a06a;
  vertical-align: middle;
  animation: founder-heartbeat 3.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .founder-note:not(.is-open) .founder-note__seal,
  .founder-note:not(.is-open) .founder-note__hint::after {
    animation: none;
  }
}


/* ============================================================
   Floating Google Maps FAB — always-accessible location access
   Follows the active property; sits above the sticky dock.
   ============================================================ */
.map-fab {
  position: fixed;
  z-index: 540;
  right: 16px;
  bottom: 96px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 60px;
  padding: 11px;
  border-radius: 999px;
  border: 1px solid rgba(214, 178, 128, .5);
  background: linear-gradient(135deg, rgba(46, 28, 22, .96), rgba(32, 19, 15, .97));
  color: #f5ead9;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(10, 5, 4, .4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: max-width .45s cubic-bezier(.2, .7, .2, 1), background .25s ease, transform .2s ease;
}

.map-fab__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.map-fab__icon svg { width: 22px; height: 22px; color: #e6c79a; }

.map-fab__label {
  display: grid;
  gap: 1px;
  padding-right: 6px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease;
}

.map-fab__label small {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(230, 199, 154, .8);
}

.map-fab__label strong { font-size: .82rem; font-weight: 700; }

/* Expand to reveal the label: on hover/focus, and briefly on load via .is-hint */
.map-fab:hover,
.map-fab:focus-visible,
.map-fab.is-hint {
  max-width: 260px;
}

.map-fab:hover .map-fab__label,
.map-fab:focus-visible .map-fab__label,
.map-fab.is-hint .map-fab__label {
  opacity: 1;
}

.map-fab:hover { transform: translateY(-2px); }

/* When the sticky dock is hidden (top of page), drop the FAB lower */
body:not(.dock-visible) .map-fab { bottom: 24px; }

@media (min-width: 1024px) {
  .map-fab { right: 28px; bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .map-fab, .map-fab__label { transition: none; }
}
