:root {
  --ink: #18312c;
  --ink-soft: #49645d;
  --forest: #173e35;
  --forest-deep: #0e2d27;
  --sage: #dce8df;
  --sage-light: #eef4ef;
  --sand: #f5f0e7;
  --paper: #fffdf8;
  --white: #ffffff;
  --gold: #c7954c;
  --gold-deep: #986a2e;
  --line: rgba(23, 62, 53, 0.14);
  --shadow: 0 22px 54px rgba(20, 51, 44, 0.12);
  --radius: 26px;
  --radius-small: 16px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-deep);
  border-radius: 10px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid rgba(23, 62, 53, 0.1);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(calc(100% - 40px), var(--content));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-deep);
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  background: var(--forest);
  border-radius: 50%;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.71rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav > a:not(.nav-cta) {
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav > a:not(.nav-cta):hover {
  color: var(--forest);
}

.visible-breadcrumb {
  color: var(--ink-soft);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 650;
}

.visible-breadcrumb .container {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.visible-breadcrumb a {
  color: var(--forest);
  text-underline-offset: 3px;
}

.visible-breadcrumb [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button-primary {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 10px 24px rgba(23, 62, 53, 0.18);
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--forest-deep);
  transform: translateY(-1px);
}

.button-secondary {
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(23, 62, 53, 0.22);
}

.button-secondary:hover {
  background: var(--white);
  border-color: rgba(23, 62, 53, 0.42);
  transform: translateY(-1px);
}

.language-link {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.mobile-language {
  padding: 8px 10px;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.mobile-contact {
  padding: 9px 13px;
  color: var(--white);
  background: var(--forest);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
  border-radius: 999px;
}

.section {
  padding: 104px 0;
}

.section-compact {
  padding: 72px 0;
}

.section-sage {
  background: var(--sage-light);
}

.section-sand {
  background: var(--sand);
}

.section-dark {
  color: var(--white);
  background: var(--forest-deep);
}

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

.narrow {
  width: min(calc(100% - 40px), 850px);
  margin: 0 auto;
}

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

.section-dark .eyebrow {
  color: #e4bd7f;
}

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

h1,
h2 {
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 940px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.55vw, 4.95rem);
  line-height: 1.1;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.18;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.4;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 42px;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.section-dark .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-deep);
}

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

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

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 30, 25, 0.93) 0%, rgba(7, 30, 25, 0.74) 43%, rgba(7, 30, 25, 0.18) 73%),
    linear-gradient(0deg, rgba(7, 30, 25, 0.72) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--content));
  padding: 100px 0 58px;
  margin: 0 auto;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 13px;
  color: #f5ddba;
  background: rgba(7, 30, 25, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #d2a35f;
  border-radius: 50%;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

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

.hero .button-primary {
  color: var(--forest-deep);
  background: #f1c27c;
}

.hero .button-primary:hover {
  background: #ffd99f;
}

.hero .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}

.hero .button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 900px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-fact {
  padding: 20px 24px 0 0;
}

.hero-fact strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.2;
}

.hero-fact span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
}

.opening {
  padding: 82px 0 90px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f1e8 100%);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
}

.opening-statement {
  position: sticky;
  top: 120px;
}

.opening-statement p:last-child {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.scenario-list {
  display: grid;
  gap: 14px;
}

.scenario-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  box-shadow: 0 12px 30px rgba(20, 51, 44, 0.05);
}

.scenario-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--sage);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.scenario-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.image-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: stretch;
  min-height: 610px;
}

.image-story-media {
  position: relative;
  overflow: hidden;
}

.image-story-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.image-story-media figcaption,
.gallery-card figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(7, 30, 25, 0.54);
  border-radius: 7px;
  font-size: 0.66rem;
  backdrop-filter: blur(8px);
}

.image-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 92px);
  color: var(--white);
  background: var(--forest);
}

.image-story-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.story-points {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.story-point {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.story-point strong {
  display: block;
  margin-bottom: 4px;
  color: #f2ce97;
  font-size: 1.15rem;
}

.story-point span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.layout-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 30px;
}

.filter-button {
  padding: 9px 15px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

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

.layout-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(20, 51, 44, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.layout-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.layout-card[hidden] {
  display: none;
}

.layout-image-button {
  position: relative;
  width: 100%;
  aspect-ratio: 0.96;
  padding: 0;
  overflow: hidden;
  background: #202221;
  border: 0;
  cursor: zoom-in;
}

.layout-image-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zoom-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  color: var(--white);
  background: rgba(7, 30, 25, 0.72);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
}

.layout-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.layout-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.layout-title h3 {
  margin: 0;
}

.layout-title span {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.layout-meta {
  margin: 8px 0;
  color: var(--forest);
  font-size: 0.83rem;
  font-weight: 750;
}

.layout-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.layout-followup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 26px 28px;
  color: var(--white);
  background: var(--forest);
  border-radius: 20px;
}

.layout-followup p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.layout-followup strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.layout-followup .button {
  flex: 0 0 auto;
  color: var(--forest-deep);
  background: #f1c27c;
}

.price-section {
  color: var(--white);
  background: var(--forest);
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(38px, 8vw, 100px);
}

.price-copy h2 {
  margin-bottom: 14px;
  color: #f5d39e;
}

.price-copy > p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.price-actions {
  padding: 26px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 20px;
}

.price-actions p {
  margin-bottom: 20px;
}

.price-actions strong,
.price-actions span {
  display: block;
}

.price-actions span {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.location-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.location-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  align-items: stretch;
  gap: 24px;
}

.location-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--forest);
  border: 1px solid rgba(23, 62, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.location-visual picture,
.location-visual img {
  width: 100%;
  height: 100%;
}

.location-visual img {
  object-fit: cover;
}

.location-visual figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(7, 30, 25, 0.58);
  border-radius: 7px;
  font-size: 0.66rem;
  backdrop-filter: blur(8px);
}

.nearby-panel {
  padding: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nearby-list {
  display: grid;
  gap: 12px;
}

.nearby-list article {
  padding: 17px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.nearby-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-deep);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.nearby-list strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.45;
}

.nearby-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.location-tip {
  margin: 24px 0 0;
  padding: 18px 20px;
  color: var(--forest);
  background: var(--sage);
  border-left: 4px solid var(--gold);
  border-radius: 4px 14px 14px 4px;
  font-size: 0.9rem;
}

.facility-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: 22px;
}

.facility-plan {
  min-height: 100%;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.facility-plan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.gallery-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-card:first-child {
  grid-column: 1 / -1;
  min-height: 270px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-copy {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.facility-copy article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.facility-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #f2ce97;
}

.facility-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-deep);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-answer {
  padding: 0 22px 20px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-deep);
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -160px;
  top: -230px;
  background: radial-gradient(circle, rgba(205, 162, 98, 0.25), transparent 68%);
  border-radius: 50%;
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
}

.contact-copy > p {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}

.contact-steps span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.8rem;
}

.contact-section .button-primary {
  color: var(--forest-deep);
  background: #f1c27c;
}

.qr-card {
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.qr-card img {
  width: min(100%, 230px);
  margin: 0 auto 18px;
  image-rendering: pixelated;
}

.qr-card strong,
.qr-card span {
  display: block;
  text-align: center;
}

.qr-card span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.continue-journey {
  padding: 38px 0;
  background: var(--sage-light);
  border-top: 1px solid var(--line);
}

.continue-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.continue-inner .eyebrow {
  margin-bottom: 6px;
}

.continue-inner h2 {
  margin-bottom: 6px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.18;
}

.continue-inner p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.continue-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.continue-links a {
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.continue-links a::after {
  content: " →";
}

.site-footer {
  padding: 34px 0 90px;
  color: #668078;
  background: #081f1b;
  font-size: 0.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.footer-grid p {
  margin: 0 0 8px;
}

.footer-grid a {
  color: #c9d9d4;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  white-space: nowrap;
}

.mobile-sticky {
  position: fixed;
  z-index: 70;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  padding: 7px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(23, 62, 53, 0.15);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(7, 30, 25, 0.26);
  backdrop-filter: blur(14px);
}

.mobile-sticky a {
  flex: 1;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  color: var(--white);
  background: var(--forest);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 780;
  text-align: center;
  text-decoration: none;
}

.floorplan-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(4, 17, 14, 0.86);
  backdrop-filter: blur(8px);
}

.floorplan-modal[aria-hidden="false"] {
  display: grid;
}

.modal-panel {
  position: relative;
  width: min(100%, 860px);
  max-height: calc(100vh - 56px);
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: #202221;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.modal-panel img {
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
}

.modal-caption {
  padding: 15px 70px 16px 20px;
  color: var(--white);
  background: #101f1b;
}

.modal-caption strong,
.modal-caption span {
  display: block;
}

.modal-caption span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.modal-close {
  position: absolute;
  z-index: 2;
  right: 13px;
  top: 13px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(7, 30, 25, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.35rem;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav > a:not(.nav-cta) {
    display: none;
  }

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

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

@media (max-width: 820px) {
  .section {
    padding: 78px 0;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-actions,
  .mobile-sticky {
    display: flex;
  }

  .hero {
    min-height: 760px;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(7, 30, 25, 0.96) 0%, rgba(7, 30, 25, 0.78) 48%, rgba(7, 30, 25, 0.18) 82%),
      linear-gradient(90deg, rgba(7, 30, 25, 0.38), transparent);
  }

  .hero-content {
    padding: 190px 0 42px;
  }

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

  .hero-caption {
    top: 16px;
    right: 16px;
    bottom: auto;
  }

  .opening-grid,
  .image-story,
  .price-panel,
  .location-grid,
  .facility-layout,
  .contact-grid,
  .continue-inner {
    grid-template-columns: 1fr;
  }

  .opening-statement {
    position: static;
  }

  .image-story {
    min-height: 0;
  }

  .image-story-media img {
    min-height: 440px;
  }

  .image-story-copy {
    padding: 52px 32px;
  }

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

  .layout-followup {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-visual {
    min-height: 470px;
  }

  .facility-plan {
    min-height: 420px;
  }

  .qr-card {
    max-width: 330px;
  }

  .continue-links {
    justify-content: flex-start;
  }

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

@media (max-width: 560px) {
  :root {
    --radius: 20px;
  }

  .header-inner,
  .container,
  .narrow,
  .hero-content {
    width: min(calc(100% - 28px), var(--content));
  }

  .brand-copy span {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
  }

  .visible-breadcrumb {
    font-size: 0.73rem;
  }

  .visible-breadcrumb .container {
    min-height: 42px;
  }

  .hero {
    min-height: 780px;
  }

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

  h1 {
    font-size: clamp(2.05rem, 9.7vw, 2.75rem);
    line-height: 1.14;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .hero-kicker {
    font-size: 0.68rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    margin-top: 34px;
  }

  .continue-journey {
    padding: 30px 0;
  }

  .continue-links {
    display: grid;
    justify-items: start;
  }

  .hero-fact {
    padding-top: 15px;
  }

  .hero-fact strong {
    font-size: 1.08rem;
  }

  .opening {
    padding: 68px 0;
  }

  .price-actions,
  .nearby-panel {
    padding: 16px;
  }

  .location-heading {
    margin-bottom: 26px;
  }

  .location-visual {
    min-height: 360px;
  }

  .scenario-card {
    grid-template-columns: 42px 1fr;
    padding: 19px;
  }

  .scenario-number {
    width: 38px;
    height: 38px;
  }

  .image-story-media img {
    min-height: 380px;
  }

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

  .layout-card {
    max-width: 420px;
  }

  .layout-image-button {
    aspect-ratio: 1.06;
  }

  .facility-plan {
    min-height: 300px;
    padding: 10px;
  }

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

  .gallery-card:first-child {
    grid-column: auto;
  }

  .gallery-card {
    min-height: 240px;
  }

  .facility-copy {
    grid-template-columns: 1fr;
  }

  .floorplan-modal {
    padding: 12px;
  }

  .site-footer {
    padding-bottom: 104px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
