:root {
  --ink: #25231f;
  --paper: #f2efe8;
  --paper-soft: #e7e1d7;
  --clay: #874d3c;
  --moss: #5e6252;
  --line: rgba(37, 35, 31, .22);
  --light: #f8f4ec;
  --pad: clamp(22px, 4.2vw, 72px);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
.settlement { background: var(--paper-soft); }
.settlement-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.settlement .display { font-size: clamp(36px, 4.5vw, 68px); line-height: 1.05; overflow-wrap: anywhere; }
.settlement-subtitle { font: 400 clamp(24px, 2.4vw, 36px)/1.25 var(--serif); margin: 24px 0 0; }
.settlement-description p { max-width: 65ch; margin: 0 0 20px; }
.settlement-description .settlement-status { font-size: 14px; color: var(--moss); }
.settlement-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; margin-top: 44px; }
.settlement-map { min-width: 0; margin: 0; }
.settlement-map img { width: 100%; height: auto; }
.settlement-map-open { display: block; }
.settlement-map-open span { display: inline-flex; align-items: center; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 13px; }
.settlement-map-open:hover span { color: var(--clay); border-color: currentColor; }
.settlement-map figcaption { margin-top: 18px; max-width: 65ch; font-size: 13px; color: var(--moss); }
.settlement-map figcaption strong { display: block; margin-bottom: 6px; color: var(--ink); font-weight: 500; }
.settlement-features h3, .authors-notes h3 { font: 400 25px/1.25 var(--serif); margin: 0 0 20px; }
.settlement-features dl { margin: 0; }
.settlement-features dl > div { border-top: 1px solid var(--line); padding: 17px 0; }
.settlement-features dt { font-weight: 500; margin-bottom: 5px; }
.settlement-features dd { margin: 0; font-size: 14px; }
.settlement-note { color: var(--moss); font-size: 13px; margin: 6px 0 20px; }
.settlement-features .text-link { display: inline-flex; align-items: center; min-height: 48px; }
.authors .authors-copy .display { font-size: clamp(34px, 4.2vw, 66px); line-height: 1.08; }
.authors-notes h3:not(:first-child) { margin-top: 32px; }
.authors.section { align-items: start; }
.authors .authors-notes > p { font: 400 16px/1.65 var(--sans); }
@media (max-width: 850px) {
  .settlement-intro, .settlement-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .settlement-map { max-width: 680px; }
  .settlement-layout { margin-top: 24px; }
}
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 14px; top: -80px; padding: 11px 16px; background: #fff; color: #111; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 0 var(--pad); color: #fff; transition: background .18s ease, color .18s ease; }
.site-header.scrolled { min-height: 68px; background: rgba(242, 239, 232, .94); color: var(--ink); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: grid; line-height: 1.05; letter-spacing: .02em; }
.brand-name { font: 500 clamp(19px, 1.6vw, 26px)/1 var(--serif); }
.brand-meta { margin-top: 7px; font-size: 9px; text-transform: uppercase; letter-spacing: .21em; opacity: .78; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.site-nav a { position: relative; padding: 9px 0; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-cta { border: 1px solid currentColor; padding: 11px 16px; }
.site-nav .nav-cta::after { display: none; }
.menu-toggle { display: none; border: 1px solid currentColor; background: transparent; padding: 8px 12px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #24231f; }
.hero-media { position: absolute; inset: -4% 0; width: 100%; height: 108%; object-fit: cover; object-position: center; transform: scale(1.02); will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: rgba(16, 17, 14, .27); }
.hero-content { position: relative; z-index: 2; width: min(930px, 88vw); padding: 150px var(--pad) 145px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow.dark { color: var(--clay); }
.hero h1 { margin: 0; font: 400 clamp(72px, 11vw, 178px)/.76 var(--serif); letter-spacing: -.055em; }
.hero-copy { margin: 35px 0 0; font: 400 clamp(18px, 2vw, 29px)/1.25 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 23px; border: 1px solid currentColor; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; transition: background .2s ease, color .2s ease; }
.button-light { background: var(--light); color: var(--ink); border-color: var(--light); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--light); }
.text-link { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; border-bottom: 1px solid currentColor; padding: 10px 0 7px; }
.hero-facts { position: absolute; z-index: 2; right: var(--pad); bottom: 52px; display: grid; justify-items: end; gap: 3px; text-align: right; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 2; right: var(--pad); top: 50%; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; opacity: .75; }

.section { padding: clamp(88px, 11vw, 180px) var(--pad); }
.section-index { margin-bottom: 52px; color: var(--clay); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.display { margin: 0; font: 400 clamp(44px, 6.2vw, 102px)/.97 var(--serif); letter-spacing: -.045em; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 8vw; align-items: end; }
.manifesto-copy { max-width: 570px; }
.manifesto-copy p { margin: 0 0 24px; }
.manifesto-copy .lead { font: 400 clamp(23px, 2.15vw, 35px)/1.25 var(--serif); }
.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 120px; border-top: 1px solid var(--line); }
.value-strip article { padding: 24px 28px 0 0; border-right: 1px solid var(--line); }
.value-strip article + article { padding-left: 28px; }
.value-strip article:last-child { border-right: 0; }
.value-strip strong, .value-strip span { display: block; }
.value-strip strong { font: 400 24px/1.15 var(--serif); }
.value-strip span { margin-top: 12px; color: #68645b; font-size: 13px; }

.film-section { padding: 0; background: var(--paper); }
.film-wrap { position: relative; height: min(86vh, 860px); overflow: hidden; background: #181816; }
.film-wrap video { width: 100%; height: 100%; object-fit: cover; }
.film-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: clamp(30px, 5vw, 76px); color: #fff; background: rgba(18, 15, 12, .18); }
.film-overlay h2 { margin: 0 0 28px; font: 400 clamp(43px, 6vw, 96px)/.97 var(--serif); letter-spacing: -.045em; }
.media-control { border: 1px solid rgba(255,255,255,.7); background: rgba(20,20,18,.32); color: #fff; padding: 11px 16px; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }

.details { background: #302f29; color: var(--light); }
.details-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 12vw; align-items: end; }
.details-statement { max-width: 880px; }
.material-notes { max-width: 520px; }
.material-notes > p { font: 400 clamp(21px, 2vw, 31px)/1.35 var(--serif); }
.material-notes dl { margin: 50px 0 0; }
.material-notes dl div { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.19); }
.material-notes dt { color: #c7a895; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.material-notes dd { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.gallery-section { padding-bottom: 0; background: #d8d1c5; }
.gallery-head { display: grid; grid-template-columns: 1.4fr .55fr; gap: 8vw; align-items: end; padding-bottom: 58px; }
.gallery-head .section-index { margin-bottom: 30px; }
.gallery-head > p { max-width: 440px; margin: 0; font: 400 clamp(20px, 1.7vw, 28px)/1.3 var(--serif); }
.filters { display: flex; gap: 28px; overflow-x: auto; padding: 0 var(--pad) 30px; scrollbar-width: none; }
.filter-button { flex: none; border: 0; border-bottom: 1px solid transparent; padding: 0 0 6px; background: transparent; cursor: pointer; color: rgba(37,35,31,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.filter-button.active { border-color: var(--ink); color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 2px; background: #bbb4a8; }
.gallery-card { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 0; padding: 0; background: #555; cursor: zoom-in; text-align: left; }
.gallery-card.wide { grid-column: span 2; aspect-ratio: 3 / 2; }
.gallery-card[hidden] { display: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.035); filter: brightness(.78); }
.gallery-card > span { position: absolute; z-index: 1; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 30px 24px 20px; color: #fff; background: rgba(22,20,17,.48); opacity: 0; transition: opacity .3s ease; }
.gallery-card:hover > span, .gallery-card:focus-visible > span { opacity: 1; }
.gallery-card b { font: 400 23px/1.1 var(--serif); }
.gallery-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }

.plan-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 120px); align-items: center; background: var(--paper); }
.plan-copy .section-index { margin-bottom: 34px; }
.scenario-tabs { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 52px; border-bottom: 1px solid var(--line); }
.scenario-tab { border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; padding: 0 0 11px; background: transparent; cursor: pointer; color: rgba(37,35,31,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scenario-tab.active { color: var(--ink); border-color: var(--clay); }
.scenario-panel { min-height: 148px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.scenario-panel h3 { margin: 0 0 9px; font: 400 26px/1.2 var(--serif); }
.scenario-panel p { margin: 0; max-width: 530px; color: #666158; }
.plan-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 0; }
.plan-stats div { display: grid; gap: 5px; }
.plan-stats dt { font: 400 19px/1 var(--serif); }
.plan-stats dd { margin: 0; color: #777167; font-size: 11px; }
.plan-image-button { position: relative; border: 0; padding: 0; background: #fff; cursor: zoom-in; box-shadow: 0 24px 70px rgba(37,35,31,.08); }
.plan-image-button img { width: 100%; }
.plan-image-button span { position: absolute; right: 20px; bottom: 20px; padding: 10px 14px; background: rgba(37,35,31,.86); color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.process { background: var(--paper-soft); }
.process > .display { max-width: 930px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 90px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 280px; padding: 22px 28px 24px 0; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--clay); font-size: 10px; letter-spacing: .14em; }
.process-list h3 { margin: 50px 0 12px; font: 400 26px/1.15 var(--serif); }
.process-list p { margin: 0; color: #69645b; font-size: 14px; }

.location { position: relative; min-height: 94vh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #2b302b; }
.location > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.06); filter: saturate(.78) brightness(.72); }
.location-shade { position: absolute; inset: 0; background: rgba(20,24,21,.34); }
.location-content { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(70px, 9vw, 140px); }
.light-index { color: rgba(255,255,255,.7); }
.location-content .display { max-width: 920px; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.35); }
.location-grid article { padding: 22px 28px 0 0; border-right: 1px solid rgba(255,255,255,.28); }
.location-grid article + article { padding-left: 28px; }
.location-grid article:last-child { border-right: 0; }
.location-grid strong, .location-grid span { display: block; }
.location-grid strong { font: 400 29px/1.15 var(--serif); }
.location-grid span { margin-top: 11px; color: rgba(255,255,255,.76); font-size: 13px; }

.authors { display: grid; grid-template-columns: 1.25fr .7fr; gap: 10vw; align-items: end; }
.authors-notes > p { margin: 0; font: 400 clamp(20px, 1.7vw, 27px)/1.35 var(--serif); }
.mati-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.mati-facts strong, .mati-facts span { display: block; }
.mati-facts strong { font: 400 38px/1 var(--serif); }
.mati-facts span { margin-top: 8px; color: #6a665d; font-size: 12px; }

.contact { display: grid; grid-template-columns: 1.15fr .7fr; gap: 9vw; align-items: end; background: #2b2925; color: var(--light); }
.contact-copy > p:last-child { max-width: 610px; margin: 33px 0 0; color: rgba(255,255,255,.68); }
.contact-form { display: grid; gap: 25px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.65); }
.contact-form input { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.43); border-radius: 0; padding: 9px 0 13px; background: transparent; color: #fff; outline: none; }
.contact-form input:focus { border-bottom-color: #fff; }
.contact-form input::placeholder { color: rgba(255,255,255,.38); }
.contact-form .button { margin-top: 10px; }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.42); font-size: 10px; }
.form-success { margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 13px; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: end; padding: 50px var(--pad); background: #1d1c19; color: rgba(255,255,255,.66); font-size: 11px; }
.footer-brand { color: #fff; }
.site-footer p { margin: 0; }
.footer-note { text-align: right; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 0; background: rgba(19,18,16,.96); color: #fff; }
.lightbox::backdrop { background: rgba(0,0,0,.7); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { width: min(82vw, 1200px); height: 82vh; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { font: 400 18px/1.2 var(--serif); text-align: center; }
.lightbox-close { position: fixed; z-index: 2; top: 24px; right: 28px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; padding: 10px 14px; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.lightbox-nav { position: fixed; inset: auto 0 26px; display: flex; justify-content: center; gap: 14px; }
.lightbox-nav button { border: 1px solid rgba(255,255,255,.36); background: transparent; color: #fff; padding: 9px 13px; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }

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

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; padding: 20px var(--pad) 28px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: grid; }
  .site-header:not(.scrolled) .site-nav { background: rgba(37,35,31,.94); color: #fff; }
  .hero-facts { display: none; }
  .manifesto-grid, .details-grid, .authors, .contact { grid-template-columns: 1fr; gap: 55px; }
  .value-strip, .process-list, .location-grid { grid-template-columns: repeat(2, 1fr); }
  .value-strip article:nth-child(2), .location-grid article:nth-child(2) { border-right: 0; }
  .value-strip article:nth-child(n+3), .location-grid article:nth-child(n+3) { margin-top: 35px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-section { grid-template-columns: 1fr; }
  .plan-image-button { order: -1; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; }
  .brand-name { font-size: 20px; }
  .hero { min-height: 820px; }
  .hero-media { object-position: 57% center; }
  .hero-content { width: 100%; padding: 130px var(--pad) 110px; }
  .hero h1 { font-size: clamp(68px, 23vw, 108px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .scroll-cue { display: none; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-index { margin-bottom: 32px; }
  .display { font-size: clamp(42px, 13vw, 68px); }
  .value-strip, .process-list, .location-grid { grid-template-columns: 1fr; margin-top: 62px; }
  .value-strip article, .value-strip article + article, .process-list li, .process-list li + li, .location-grid article, .location-grid article + article { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); margin-top: 0; }
  .film-section { padding: 0; }
  .film-wrap { height: 78svh; }
  .film-wrap video { object-position: 44% center; }
  .film-overlay h2 { font-size: 50px; }
  .gallery-head { grid-template-columns: 1fr; gap: 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card, .gallery-card.wide { grid-column: span 1; aspect-ratio: 3/4; }
  .gallery-card > span { opacity: 1; padding: 18px 12px 12px; }
  .gallery-card b { font-size: 17px; }
  .gallery-card small { display: none; }
  .plan-stats { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; }
  .process-list h3 { margin-top: 26px; }
  .location { min-height: 900px; }
  .location-grid article { border-color: rgba(255,255,255,.28); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
  .lightbox figure { width: 94vw; height: 78vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media, .gallery-card img { transform: none !important; transition: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Room-by-room editorial gallery. Existing color and typography system retained. */
[hidden] { display: none !important; }
section, .room-explorer { scroll-margin-top: 90px; }
::selection { background: var(--clay); color: var(--light); }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 5px; }
.lightbox :focus-visible { outline-color: var(--light); }
.header-sentinel { position: absolute; top: 0; width: 1px; height: 32px; pointer-events: none; }
.site-header { min-height: 76px; transition: background 180ms ease, color 180ms ease; }
.site-header.scrolled { min-height: 76px; }
.site-nav a, .menu-toggle, .scenario-tab { min-height: 44px; }
.hero-media { transform: none; will-change: auto; }
.hero-scene { position: absolute; inset: 0; }
.hero-media, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video { opacity: 0; }
.hero-video.is-ready { opacity: 1; }
.hero-shade { pointer-events: none; }
.motion-control { min-height: 44px; padding: 10px 16px; background: #25231fe8; border: 1px solid #d8d0c0; color: #fff; font: 400 12px/1.4 var(--sans); cursor: pointer; letter-spacing: 0; text-transform: none; backdrop-filter: none; }
.hero-motion-control { position: absolute; z-index: 4; right: var(--pad); bottom: 138px; }
.motion-control:focus-visible { outline-color: white; }
.display { letter-spacing: -.035em; overflow-wrap: break-word; }
.hero h1 { letter-spacing: -.04em; }
.manifesto-grid > *, .details-grid > *, .authors > *, .contact > *, .plan-section > * { min-width: 0; }
.nature-pair { display: grid; grid-template-columns: 1.7fr .7fr; gap: clamp(20px,5vw,80px); align-items: center; margin-top: 80px; }
.nature-pair figure { margin: 0; }
.nature-pair img { width: 100%; object-fit: cover; }
.nature-interior img { aspect-ratio: 8 / 5; height: auto; }
.nature-landscape img { aspect-ratio: 3 / 4; height: auto; }
.mood-scene { position: relative; overflow: hidden; }
.mood-scene > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mood-scene > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.mood-scene > video.is-ready { opacity: 1; }
.mood-scene .motion-control { position: absolute; bottom: 10px; right: 10px; z-index: 1; max-width: calc(100% - 20px); }
.nature-landscape .mood-scene { aspect-ratio: 3/4; }
.nature-landscape .mood-scene > img { aspect-ratio: auto; height: 100%; }
.room-atmosphere .mood-scene { height: clamp(240px,23vw,350px); }
.nature-pair figcaption { font-size: 13px; color: #ded8cc; padding-top: 14px; }
.nature-disclosure { font-size: 12px; color: #c7c2b7; margin: 36px 0 0; max-width: 68ch; }
.gallery-section { background: var(--paper); padding-bottom: clamp(50px,7vw,110px); }
.gallery-head { display: block; padding-bottom: 40px; }
.gallery-head > p { margin-top: 24px; max-width: 50ch; font: 400 18px/1.6 var(--sans); color: #625d54; }
.room-explorer { padding: 0 var(--pad); }
.room-picker { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px 20px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.room-select { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 8px; border: 1px solid transparent; background: transparent; cursor: pointer; text-align: left; font-size: 14px; line-height: 1.35; transition: background 160ms ease; }
.room-select img { flex: none; width: 64px; height: 52px; object-fit: cover; }
.room-select[aria-pressed="true"] { border-color: var(--clay); background: #e8e1d6; }
.room-content { display: grid; grid-template-columns: minmax(0,1fr) minmax(210px,.28fr); grid-template-areas: 'heading heading' 'stage mood' 'toolbar mood' 'thumbs mood' 'variant variant'; gap: 0 clamp(24px,4vw,64px); }
.room-heading { grid-area: heading; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 34px 0 26px; }
.room-heading h3 { margin: 0; font: 400 clamp(28px,3vw,45px)/1.15 var(--serif); }
.room-heading p { margin: 12px 0 0; color: #625d54; max-width: 64ch; font-size: 15px; }
.room-heading > span { flex: none; color: #625d54; font-size: 13px; }
.room-stage { grid-area: stage; position: relative; height: clamp(360px,39vw,590px); background: #e7e1d7; }
.room-image-open { width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.room-image-open img { width: 100%; height: 100%; object-fit: contain; }
.room-image-open img.is-loading { opacity: .45; }
.room-image-error { position: absolute; inset: 35% 15%; pointer-events: none; }
.room-toolbar { grid-area: toolbar; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; }
.room-toolbar p { font-size: 12px; color: #625d54; margin: 0; }
.room-toolbar > div { display: flex; gap: 8px; }
.room-toolbar button, #galleryRetry, .plan-zoom-controls button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; white-space: nowrap; }
.room-thumbnails { grid-area: thumbs; display: flex; gap: 10px; overflow-x: auto; padding: 5px 3px 14px; scrollbar-width: thin; scrollbar-color: var(--moss) var(--paper-soft); }
.room-thumbnails button { flex: none; padding: 3px; border: 1px solid transparent; background: transparent; cursor: pointer; }
.room-thumbnails img { width: 106px; height: 78px; object-fit: cover; }
.room-thumbnails button[aria-pressed="true"] { border-color: var(--clay); }
.room-variant { grid-area: variant; margin: 10px 0 0; font-size: 13px; color: #625d54; }
.room-atmosphere { grid-area: mood; align-self: start; }
.room-atmosphere > img { width: 100%; height: clamp(240px,23vw,350px); object-fit: cover; }
.room-atmosphere h4 { margin: 24px 0 12px; font: 400 30px/1.15 var(--serif); }
.room-atmosphere p { margin: 0 0 16px; color: #625d54; font-size: 14px; line-height: 1.7; }
.room-atmosphere small { color: #716b60; font-size: 11px; }
.plan-section { grid-template-columns: .72fr 1.28fr; gap: 40px; border-top: 1px solid var(--line); }
.plan-section .display { font-size: clamp(38px,4.3vw,68px); }
.plan-image-button { background: var(--paper); box-shadow: none; }
.plan-image-button img { width: 100%; height: auto; }
.plan-image-button span { position: static; display: inline-block; margin-top: 20px; background: var(--ink); }
.plan-room-links { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; margin: 0 0 26px; }
.plan-room-links button { border: 0; border-bottom: 1px solid var(--line); min-height: 48px; padding: 8px 0; background: transparent; text-align: left; cursor: pointer; font-size: 13px; }
.plan-hint { margin-top: 30px; color: #625d54; font-size: 14px; }
.plan-variants { display: flex; gap: 12px; margin-top: 28px; }
.plan-variants button { min-height: 48px; padding: 10px 18px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.plan-variants button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.plan-variant-note { color: var(--moss); font-size: 14px; margin: 16px 0 24px; }
.scenario-tab { color: #625d54; }
.plan-stats dd { color: #625d54; }
.modal-open { overflow: hidden; }
.lightbox { height: 100dvh; }
.lightbox figure { height: 78dvh; }
.lightbox-close, .lightbox-nav button { min-height: 44px; }
.lightbox-close, .lightbox-nav button, .media-control, .brand-meta, .contact-form label span, .plan-image-button span { font-size: 11px; }
.lightbox.is-plan { background: var(--paper); color: var(--ink); }
.lightbox.is-plan figure { width: 92vw; max-width: 1700px; height: 77dvh; display: block; overflow: auto; padding: 16px; margin-top: 8px; }
.lightbox.is-plan figure img { max-width: none; height: auto; margin: 0 auto; }
.lightbox.is-plan figcaption { font: 400 13px/1.5 var(--sans); margin: 12px 0; }
.lightbox.is-plan .lightbox-close { color: var(--ink); border-color: var(--line); background: var(--paper); }
.lightbox.is-plan :focus-visible { outline-color: var(--clay); }
.plan-zoom-controls { position: fixed; bottom: 12px; left: 0; right: 0; display: flex; gap: 12px; align-items: center; justify-content: center; padding: 8px; background: var(--paper); }
.plan-zoom-controls output { min-width: 48px; text-align: center; font-variant-numeric: tabular-nums; }
.plan-zoom-controls button:disabled { opacity: .4; cursor: default; }
.contact-form input::placeholder, .form-note { color: #beb8ae; }
.contact-form input:focus-visible { outline: 2px solid var(--light); outline-offset: 4px; }
@media (hover:hover) and (pointer:fine) {
  .room-select:hover { background: var(--paper-soft); }
  .room-toolbar button:hover, .plan-room-links button:hover { color: var(--clay); border-color: var(--clay); }
}
@media (max-width:1000px) {
  .room-picker { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .room-content { grid-template-columns: minmax(0,1fr) 210px; gap: 0 24px; }
  .room-heading { display: block; }
  .room-heading > span { display: block; margin-top: 12px; }
  .room-toolbar { align-items: flex-start; flex-direction: column; }
  .plan-section { grid-template-columns: 1fr; }
  .plan-image-button { order: 0; }
}
@media (max-width:680px) {
  .site-header, .site-header.scrolled { min-height: 68px; }
  .hero { min-height: 100svh; }
  .hero-content { padding: 120px var(--pad) 60px; }
  .hero h1 { font-size: clamp(64px,21vw,98px); line-height: .85; }
  .hero-copy { font-size: 22px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .12em; max-width: 26ch; }
  .nature-pair { grid-template-columns: 1fr .6fr; gap: 16px; margin-top: 40px; align-items: start; }
  .nature-interior img { aspect-ratio: 3/4; object-position: 45% center; }
  .nature-landscape { margin-top: 65px !important; }
  .nature-landscape img { aspect-ratio: 2/3; }
  .nature-landscape .mood-scene { aspect-ratio: 2/3; }
  .nature-pair figcaption { font-size: 11px; }
  .gallery-head { padding-bottom: 24px; }
  .room-picker { display: flex; overflow-x: auto; gap: 12px; padding: 5px 3px 20px; scrollbar-width: thin; scrollbar-color: var(--moss) var(--paper-soft); }
  .room-select { flex: 0 0 170px; flex-direction: column; align-items: flex-start; min-height: 118px; }
  .room-select img { width: 100%; height: 66px; }
  .room-content { display: block; }
  .room-heading { padding-top: 26px; }
  .room-heading h3 { font-size: 31px; }
  .room-heading p { font-size: 14px; }
  .room-stage { height: auto; aspect-ratio: 4/3; }
  .room-toolbar { flex-direction: column; gap: 8px; padding: 16px 0 8px; }
  .room-toolbar > div { width: 100%; justify-content: space-between; gap: 6px; }
  .room-toolbar button { padding: 8px 12px; }
  .room-atmosphere { display: grid; grid-template-columns: .75fr 1fr; gap: 22px; align-items: center; margin-top: 34px; }
  .room-atmosphere > img { height: 250px; }
  .room-atmosphere .mood-scene { height: 250px; }
  .room-atmosphere h4 { font-size: 25px; margin-top: 0; }
  .room-atmosphere p { font-size: 13px; line-height: 1.5; }
  .plan-room-links { gap: 4px 12px; }
  .plan-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .plan-stats dt { line-height: 1.2; }
  .plan-zoom-controls { gap: 7px; }
  .plan-zoom-controls button { padding: 8px 12px; }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox figure { width: 94vw; }
}

/* Keep the entire terrace, flight path and interiors visible on a narrow screen. */
@media (max-width:680px) {
  .site-header { background: var(--paper); color: var(--ink); }
  .hero { display: block; min-height: 0; padding-top: 68px; background: var(--ink); }
  .hero-scene { position: relative; inset: auto; aspect-ratio: 16/9; }
  .hero-shade { display: none; }
  .hero-media, .hero-video { object-fit: contain; object-position: center; }
  .hero-content { padding: 32px var(--pad) 42px; }
  .hero h1 { font-size: clamp(64px,20vw,90px); }
  .hero-copy { margin-top: 24px; }
  .hero-actions { margin-top: 24px; }
  .hero-motion-control { right: 12px; bottom: 12px; }
  .film-wrap { height: auto; }
  .film-wrap video { display: block; height: auto; aspect-ratio: 3326/2494; object-fit: contain; }
  .film-overlay { position: static; padding: 28px var(--pad) 34px; background: var(--ink); }
  .film-overlay h2 { font-size: clamp(34px,10vw,50px); }
}

/* Confirmed collection offer; the existing editorial palette and type are retained. */
.hero-context { max-width: 48ch; margin: 16px 0 0; font-size: 14px; line-height: 1.5; }
.hero-actions { flex-wrap: wrap; }
.scenario-note { margin: 16px 0 0; max-width: 65ch; font-size: 13px; color: #625d54; }
.specification { border-top: 1px solid var(--line); }
.specification-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: clamp(32px,6vw,90px); align-items: end; }
.specification .display { font-size: clamp(38px,4.8vw,72px); line-height: 1.05; }
.specification-intro > p { margin: 0; max-width: 55ch; }
.specification-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: clamp(32px,6vw,90px); margin-top: 64px; }
.specification h3 { margin: 0 0 24px; font: 400 28px/1.2 var(--serif); }
.specification-list { margin: 0; }
.specification-list > div { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1fr); gap: 24px; border-top: 1px solid var(--line); padding: 20px 0; }
.specification-list dt { font-weight: 500; }
.specification-list dd { margin: 0; color: #625d54; }
.specification-document { margin-top: 28px; }
.specification-pdf { background: transparent; text-align: center; }
.specification-pdf:disabled { color: #625d54; border-color: var(--line); cursor: not-allowed; }
.specification-document p { margin: 12px 0 0; font-size: 13px; color: #625d54; }
.specification-price { border-top: 1px solid var(--line); padding-top: 24px; }
.specification-price > p { max-width: 55ch; }
.specification-price .price-amount { font: 400 clamp(38px,4vw,58px)/1.15 var(--serif); margin: 0 0 12px; font-variant-numeric: tabular-nums; }
.price-amount span { display: inline-block; font-size: .5em; white-space: nowrap; }
.specification-price .price-basis { margin: 0 0 24px; color: #625d54; font-size: 14px; }
.specification-term { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 24px; }
.specification-term strong { display: block; margin-bottom: 8px; font: 400 34px/1.2 var(--serif); }
.button-ink { background: var(--ink); color: var(--light); border-color: var(--ink); }
.button-ink:hover, .button-ink:focus-visible { background: transparent; color: var(--ink); }
.specification-price .button { margin-top: 12px; }
.specification-note { margin: 16px 0 0; font-size: 13px; color: #625d54; }
.collection-faq { margin-top: 72px; max-width: 900px; }
.collection-faq details { border-top: 1px solid var(--line); }
.collection-faq details:last-child { border-bottom: 1px solid var(--line); }
.collection-faq summary { padding: 20px 0; cursor: pointer; font-size: 17px; }
.collection-faq summary:hover { color: var(--clay); }
.collection-faq details p { margin: 0 0 24px; max-width: 65ch; color: #625d54; }
.form-demo-note { margin: 0; font-size: 14px; color: var(--light); }
.contact .form-note { font-size: 12px; }
@media (min-width:1001px) and (max-width:1200px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; padding: 20px var(--pad) 28px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: grid; }
  .site-header:not(.scrolled) .site-nav { background: rgba(37,35,31,.94); color: #fff; }
}
@media (max-width:850px) {
  .specification-intro, .specification-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .specification-layout { margin-top: 40px; }
  .specification-price { margin-top: 16px; }
}
@media (max-width:480px) {
  .specification-list > div { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .specification-document .button, .specification-price .button { width: 100%; padding: 12px 16px; }
  .collection-faq { margin-top: 48px; }
}
