:root {
  --ink: #172820;
  --muted: #596a61;
  --forest: #0d5b49;
  --forest-dark: #073d32;
  --sage: #dce9df;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --hibiscus: #d84943;
  --gold: #dda94b;
  --line: #d9dfd9;
  --shadow: 0 18px 50px rgba(20, 43, 33, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.utility { background: var(--forest-dark); color: #e8f3ed; font-size: .82rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility a { font-weight: 800; text-decoration: none; }
.site-header { position: relative; z-index: 30; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(20,60,45,.1); }
.nav-row { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: block; text-decoration: none; }
.brand img { width: 186px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { position: relative; color: #274139; font-size: .93rem; font-weight: 750; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--hibiscus); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav .nav-cta { padding: 11px 17px; color: white; background: var(--forest); border-radius: 999px; }
.language { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-weight: 900; font-size: .82rem; text-decoration: none; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; color: white; }
.hero > picture, .hero > picture img, .page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero > picture img { object-position: 52% 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,37,30,.84) 0%, rgba(7,37,30,.52) 50%, rgba(7,37,30,.15) 100%), linear-gradient(0deg, rgba(4,24,19,.38), transparent 45%); }
.hero-content { position: relative; padding-bottom: 88px; }
.hero h1, .page-hero h1, .policy-hero h1 { margin: 8px 0 20px; max-width: 850px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .98; letter-spacing: -.045em; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin: 0 0 30px; color: #f0f5f1; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.eyebrow { margin: 0 0 12px; color: var(--forest); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d9eee4; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 22px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: #18251f; font-weight: 850; text-decoration: none; cursor: pointer; }
.button:hover { transform: translateY(-1px); filter: brightness(.98); }
.button-ghost { border-color: rgba(255,255,255,.7); background: rgba(4,31,24,.28); color: white; backdrop-filter: blur(8px); }
.button-secondary { border-color: var(--line); background: transparent; }
.button-dark { border-color: var(--forest); background: var(--forest); color: white; }
.text-link { color: var(--forest); font-weight: 850; text-decoration-color: var(--hibiscus); }

.intro-band { background: var(--forest-dark); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats-grid > div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 25px 40px; border-left: 1px solid rgba(255,255,255,.14); }
.stats-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.stats-grid strong { font-family: Georgia, serif; font-size: 1.42rem; font-weight: 500; }
.stats-grid span { margin-top: 3px; color: #bcd2c7; font-size: .9rem; }
.section { padding: 104px 0; }
.surface { background: var(--cream); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 95px); }
.split.reverse { grid-template-columns: .9fr 1.1fr; }
.split.reverse .prose { order: 1; }
.split.reverse .image-card { order: 2; }
.image-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-card.tall img { aspect-ratio: 4/5; }
.prose h2, .section-heading h2, .cta-band h2, .enquiry-panel h2, .contact-layout h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(2.25rem, 4.4vw, 4.3rem); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.prose p { color: var(--muted); font-size: 1.05rem; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: end; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); }
.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.room-card { overflow: hidden; background: var(--paper); border: 1px solid rgba(23,40,32,.09); border-radius: 18px; box-shadow: 0 10px 35px rgba(25,55,40,.06); }
.room-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.room-card > div { padding: 26px; }
.room-card h3 { margin: 5px 0 12px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.room-card p { margin: 0; color: var(--muted); }
.room-card .card-kicker { color: var(--hibiscus); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.center-action { margin-top: 38px; text-align: center; }
.notice { padding: 19px 22px; color: #40554b; background: #edf3ee; border-left: 4px solid var(--forest); border-radius: 0 12px 12px 0; }
.notice p { margin: 5px 0 0; }
.notice.prominent { max-width: 900px; margin: 0 auto 65px; }
.cta-band { padding: 68px 0; color: white; background: var(--forest); }
.cta-band .shell { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { max-width: 760px; margin-bottom: 0; }

.page-hero { position: relative; min-height: 475px; display: grid; align-items: end; overflow: hidden; color: white; }
.page-hero .shell { position: relative; padding-bottom: 62px; }
.page-hero h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.page-hero p:not(.eyebrow) { max-width: 730px; margin: 0; color: #edf4f0; font-size: 1.15rem; }
.room-list { display: grid; gap: 80px; }
.room-list article { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.room-list article:nth-child(even) img { order: 2; }
.room-list img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.room-list h2 { margin: 5px 0 16px; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 500; line-height: 1.08; }
.room-list p { color: var(--muted); }
.check-list { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; color: var(--forest); font-size: 1.25rem; font-weight: 900; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid article { padding: 34px; background: var(--paper); border-radius: 16px; }
.feature-grid span { color: var(--hibiscus); font-weight: 900; }
.feature-grid h3 { margin: 25px 0 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.feature-grid p { color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 20px; margin-top: 48px; }
.gallery-grid figure { margin: 0; }
.gallery-button { width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: #d9e1dc; cursor: zoom-in; }
.gallery-button img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; }
.gallery-button:hover img { transform: scale(1.025); }
.gallery-grid figcaption { margin-top: 9px; color: var(--muted); font-size: .86rem; }
.lightbox { width: min(1100px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 16px; background: #071d16; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(3,15,11,.86); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 15px 20px; }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(5,25,19,.85); color: white; font-size: 2rem; cursor: pointer; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 7vw, 95px); align-items: start; }
.contact-cards { display: grid; gap: 12px; margin: 28px 0; }
.contact-cards a { display: flex; flex-direction: column; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.contact-cards span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-cards strong { margin-top: 3px; color: var(--forest); font-size: 1.12rem; overflow-wrap: anywhere; }
.enquiry-panel { padding: clamp(28px, 4vw, 50px); background: var(--cream); border-radius: var(--radius); box-shadow: var(--shadow); }
.enquiry-panel h2 { font-size: 2.5rem; }
.enquiry-panel > p { color: var(--muted); }
form { display: grid; gap: 18px; margin-top: 26px; }
label { display: grid; gap: 7px; color: #30453b; font-size: .86rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #bdc9c0; border-radius: 10px; }
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-error { margin: 0; color: #a42d2d; font-weight: 750; }
.form-fineprint { margin: 0; color: var(--muted); font-size: .8rem; }
.location-card { padding: clamp(34px, 6vw, 65px); color: white; background: var(--forest); border-radius: var(--radius); box-shadow: var(--shadow); }
.location-card p { color: #bcd6ca; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 900; }
.location-card h2 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.15; }
.location-card hr { margin: 35px 0; border: 0; border-top: 1px solid rgba(255,255,255,.25); }
.location-card a { font-size: 1.2rem; font-weight: 850; }

.policy-hero { padding: 110px 0 70px; background: var(--cream); }
.policy-hero h1 { font-size: clamp(3rem, 6vw, 5.3rem); }
.policy-hero p:last-child { max-width: 700px; color: var(--muted); font-size: 1.12rem; }
.policy-content section { padding: 26px 0; border-top: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.policy-content p { color: var(--muted); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 60px 0; background: var(--cream); }
.error-page h1 { font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; line-height: 1; }

.site-footer { padding: 75px 0 28px; color: #eaf2ed; background: #082e27; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.25fr 1.25fr; gap: 45px; }
.footer-brand img { width: 200px; padding: 10px; background: var(--paper); border-radius: 10px; }
.footer-brand p, .site-footer .small { color: #aac3b7; }
.site-footer h2 { margin: 0 0 15px; color: #b8d2c6; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; color: white; text-decoration-color: rgba(255,255,255,.32); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #9eb9ac; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.floating-contact { display: none; }

@media (max-width: 960px) {
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% - 4px); padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; gap: 16px; }
  .menu-button { display: block; }
  .language { margin-left: 0; }
  .hero { min-height: 620px; }
  .stats-grid, .card-grid.three, .feature-grid { grid-template-columns: 1fr; }
  .stats-grid > div { min-height: 100px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .split, .split.reverse, .section-heading, .contact-layout { grid-template-columns: 1fr; }
  .split.reverse .prose, .split.reverse .image-card { order: initial; }
  .room-list article { grid-template-columns: 1fr; gap: 28px; }
  .room-list article:nth-child(even) img { order: initial; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 16px; }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-row { min-height: 78px; gap: 12px; }
  .brand img { width: 145px; }
  .language { width: 38px; height: 38px; }
  .hero { min-height: 620px; }
  .hero-content { padding-bottom: 55px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-shade { background: linear-gradient(0deg, rgba(4,28,22,.9), rgba(7,37,30,.28)); }
  .section { padding: 72px 0; }
  .prose h2, .section-heading h2, .cta-band h2 { font-size: 2.55rem; }
  .cta-band .shell, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 430px; }
  .page-hero .shell { padding-bottom: 44px; }
  .page-hero h1 { font-size: 3.5rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .site-footer { padding-bottom: 90px; }
  .floating-contact { display: flex; position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 50; justify-content: center; padding: 13px 18px; color: white; background: var(--forest); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.24); font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Resort editorial system — informed by the selected Kinabalu Pine Resort benchmark. */
:root { --ink:#27332d; --muted:#566159; --forest:#315c4a; --forest-dark:#203d33; --sage:#dfe7df; --cream:#f3f1eb; --paper:#fbfaf6; --hibiscus:#9c563f; --gold:#c8a76c; --line:#d8d8d0; --shadow:0 20px 55px rgba(35,48,40,.09); --radius:2px; --shell:min(1240px,calc(100% - 72px)); }
body { background:var(--paper); font-family:"Segoe UI",Arial,Helvetica,sans-serif; font-size:16px; letter-spacing:.005em; }
.utility { display:none; }
.site-header { border:0; background:var(--paper); }
.nav-row { min-height:112px; }
.brand img { width:218px; }
.main-nav { gap:32px; }
.main-nav a { font-size:.75rem; font-weight:650; letter-spacing:.13em; text-transform:uppercase; }
.main-nav a:not(.nav-cta)::after { bottom:-12px; height:1px; background:currentColor; }
.main-nav .nav-cta { padding:13px 21px; border:1px solid var(--forest); border-radius:0; background:transparent; color:var(--forest); }
.language { width:auto; height:auto; padding-left:22px; border:0; border-left:1px solid var(--line); border-radius:0; }
.site-header:has(+ main > .hero-home), .site-header:has(+ main > .page-hero) { position:absolute; inset:0 0 auto; color:white; background:linear-gradient(180deg,rgba(15,28,22,.62),transparent); }
.site-header:has(+ main > .hero-home) .main-nav a, .site-header:has(+ main > .page-hero) .main-nav a, .site-header:has(+ main > .hero-home) .language, .site-header:has(+ main > .page-hero) .language { color:white; }
.site-header:has(+ main > .hero-home) .main-nav .nav-cta, .site-header:has(+ main > .page-hero) .main-nav .nav-cta { border-color:rgba(255,255,255,.7); background:rgba(17,35,28,.18); color:white; }
.site-header:has(+ main > .hero-home) .brand, .site-header:has(+ main > .page-hero) .brand { padding:0; background:transparent; }
.site-header:has(+ main > .hero-home) .brand img, .site-header:has(+ main > .page-hero) .brand img { content:url('/assets/images/logo-light.svg'); filter:drop-shadow(0 2px 10px rgba(0,0,0,.22)); }
.hero { min-height:min(860px,92vh); align-items:center; }
.hero > picture img { object-position:52% 48%; transform:scale(1.015); }
.hero-shade { background:linear-gradient(90deg,rgba(16,31,24,.66),rgba(16,31,24,.18) 67%,rgba(16,31,24,.08)),linear-gradient(0deg,rgba(12,28,21,.36),transparent 48%); }
.hero-content { padding-top:120px; padding-bottom:40px; }
.hero h1,.page-hero h1,.policy-hero h1 { font-family:Georgia,"Times New Roman",serif; letter-spacing:-.025em; }
.hero h1 { max-width:790px; font-size:clamp(3.5rem,6.6vw,6.7rem); line-height:.98; }
.hero-content > p:not(.eyebrow) { max-width:585px; line-height:1.7; }
.eyebrow { font-size:.68rem; letter-spacing:.23em; }
.button { min-height:48px; padding:12px 24px; border-radius:0; font-size:.76rem; font-weight:750; letter-spacing:.11em; text-transform:uppercase; transition:background .2s ease,color .2s ease,transform .2s ease; }
.button-ghost { background:transparent; backdrop-filter:none; }
.text-link { text-decoration:none; border-bottom:1px solid currentColor; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; }
.intro-band { background:#ebe9e2; color:var(--ink); }
.stats-grid > div { min-height:138px; padding:30px 44px; border-color:#d2d0c8; }
.stats-grid > div:last-child { border-right-color:#d2d0c8; }
.stats-grid strong { font-size:1.3rem; }
.stats-grid span { color:var(--muted); }
.section { padding:126px 0; }
.surface { background:#f0eee8; }
.split { gap:clamp(60px,8vw,120px); }
.image-card,.room-card,.gallery-button,.room-list img,.enquiry-panel,.location-card { border-radius:0; }
.image-card { box-shadow:none; }
.image-card img { aspect-ratio:5/4; }
.prose h2,.section-heading h2,.cta-band h2,.enquiry-panel h2,.contact-layout h2 { font-size:clamp(2.35rem,4.2vw,4rem); line-height:1.08; }
.prose p { line-height:1.85; }
.card-grid { gap:1px; background:var(--line); }
.room-card { border:0; box-shadow:none; }
.room-card img { aspect-ratio:3/2; }
.room-card > div { min-height:230px; padding:34px 32px; }
.room-card h3 { font-size:1.85rem; }
.feature-grid { gap:1px; background:var(--line); }
.feature-grid article { border-radius:0; }
.notice { border-left-width:2px; border-radius:0; background:#edf0eb; }
.cta-band { padding:82px 0; background:var(--forest-dark); }
.page-hero { min-height:min(650px,72vh); }
.page-hero .shell { padding-bottom:72px; }
.page-hero h1 { max-width:900px; font-size:clamp(3.4rem,6vw,6.2rem); }
.room-list { gap:120px; }
.room-list article { gap:clamp(48px,7vw,100px); }
.room-list img { box-shadow:none; }
.gallery-grid { gap:44px 24px; }
.gallery-button img { aspect-ratio:3/2; }
.gallery-grid figcaption { margin-top:13px; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }
.contact-cards a { border-radius:0; }
.enquiry-panel { border-top:3px solid var(--forest); box-shadow:none; }
.location-card { box-shadow:none; }
.policy-hero { padding:140px 0 85px; }
.policy-content section { padding:34px 0; }
.site-footer { padding-top:92px; background:#1d332b; }
.footer-grid { gap:60px; }
.footer-brand img { border-radius:0; }
.site-footer a { font-size:.88rem; text-decoration:none; }
@media (max-width:960px) {
  :root { --shell:min(100% - 40px,1240px); }
  .nav-row { min-height:92px; }
  .main-nav { background:var(--paper); border-radius:0; }
  .main-nav a,.site-header:has(+ main > .hero-home) .main-nav a,.site-header:has(+ main > .page-hero) .main-nav a { color:var(--ink); }
  .site-header:has(+ main > .hero-home) .main-nav .nav-cta,.site-header:has(+ main > .page-hero) .main-nav .nav-cta { border-color:var(--forest); color:var(--forest); }
  .site-header:has(+ main > .hero-home) .menu-button > span:not(.sr-only),.site-header:has(+ main > .page-hero) .menu-button > span:not(.sr-only) { background:white; }
  .stats-grid > div { border-color:#d2d0c8; }
}
@media (max-width:640px) {
  :root { --shell:min(100% - 30px,1240px); }
  .nav-row { min-height:82px; }
  .brand img { width:155px; }
  .hero { min-height:720px; }
  .hero-content { padding-top:145px; padding-bottom:46px; }
  .hero h1 { font-size:clamp(3.1rem,15vw,4.5rem); }
  .hero-shade { background:linear-gradient(0deg,rgba(12,28,21,.82),rgba(12,28,21,.12) 78%); }
  .section { padding:86px 0; }
  .stats-grid > div { padding:24px 28px; }
  .page-hero { min-height:540px; }
  .page-hero .shell { padding-bottom:48px; }
  .page-hero h1 { font-size:3.35rem; }
  .room-list { gap:78px; }
  .room-card > div { min-height:auto; }
}
