/* Ordered source modules. The build and Node server serve one bundled stylesheet. */
/* Altay / Living Land — an editorial system, not a collection of effects. */
:root {
  --paper: #f2f0e7; --paper-light: #faf9f3; --ink: #233a2d;
  --muted: #697468; --forest: #1b3329; --forest-deep: #12271e;
  --lime: #dfebb6; --line: #d1d6c7;
  --serif: 'EB Garamond 12', 'EB Garamond', Georgia, 'Times New Roman', serif;
  --sans: Manrope, Arial, sans-serif;
  --gutter: clamp(24px, 5.5vw, 112px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 14px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
h2 { font-size: clamp(48px, 5.7vw, 94px); }
h3 { font-size: 36px; }
em { font-weight: 400; color: #7b8972; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; background: none; border: 0; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button:disabled { opacity: .4; cursor: not-allowed; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid #9ba653; outline-offset: 5px; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
::selection { background: var(--lime); color: var(--forest); }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.section { padding: 110px var(--gutter); }
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 54px; font-size: 10px; letter-spacing: .16em; font-weight: 500; }
.section-label > span:first-child { display: flex; gap: 16px; align-items: center; }
.section-label > span:first-child::before { content: ''; width: 5px; height: 5px; border: 1px solid currentColor; border-radius: 50%; }
.section-label > span:last-child { color: var(--muted); text-align: right; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 56px; }
.section-aside { max-width: 330px; color: var(--muted); font-size: 13px; line-height: 1.95; padding-bottom: 5px; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .16em; line-height: 1.7; }
.footnote { display: block; color: var(--muted); font-size: 10px; line-height: 1.8; }
.button { position: relative; display: inline-flex; gap: 30px; align-items: center; justify-content: space-between; min-height: 58px; padding: 10px 12px 10px 25px; border: 1px solid transparent; border-radius: 100px; font-size: 12px; font-weight: 600; white-space: nowrap; transition: background .35s, color .35s, box-shadow .35s; }
.button > svg { width: 36px; height: 36px; padding: 9px; border-radius: 50%; transition: transform .65s var(--ease), background .35s; }
.button:hover > svg { transform: rotate(45deg); }
.button-lime { background: var(--lime); color: var(--forest-deep); }
.button-lime > svg { background: var(--forest); color: var(--lime); }
.button-lime:hover { background: #ecf2d3; box-shadow: 0 10px 36px #13291c1a; }
.button-small { min-height: 44px; font-size: 11px; padding: 7px 10px 7px 20px; }
.button-small > svg { width: 28px; height: 28px; padding: 5px; }
.button-glass { background: #ffffff08; border-color: #faf9f35e; color: var(--paper-light); backdrop-filter: blur(10px); }
.button-glass:hover { background: var(--paper); color: var(--forest); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; border-bottom: 1px solid #9cab8d; padding: 10px 0; transition: gap .5s var(--ease); }
.text-link svg { width: 18px; height: 18px; }
.text-link:hover { gap: 42px; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #a4b09470; border-radius: 50%; padding: 10px; transition: background .3s, color .3s, transform .4s var(--ease); }
.icon-button:hover:not(:disabled) { background: var(--lime); color: var(--forest); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--lime); color: var(--forest); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; z-index: 101; top: 0; left: 0; height: 2px; width: 100%; background: var(--lime); transform: scaleX(0); transform-origin: left; pointer-events: none; }

/* 01. Cinema, with the page and all controls available immediately. */
.header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; padding: 28px var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 32px; color: var(--paper-light); transition: padding .45s var(--ease), background .45s, box-shadow .45s; }
.header.scrolled { background: #183127ef; backdrop-filter: blur(16px); padding-top: 15px; padding-bottom: 15px; box-shadow: 0 1px #e6edce20; }
.brand { display: flex; align-items: center; gap: 11px; line-height: 1; flex-shrink: 0; }
.brand > svg { width: 41px; height: 34px; stroke-width: .9; }
.brand > span { font-family: var(--serif); font-size: 38px; letter-spacing: -.055em; line-height: .85; }
.brand small { display: block; font-family: var(--sans); font-size: 6px; letter-spacing: .32em; margin-top: 10px; line-height: 1; }
.desktop-nav { display: flex; gap: 36px; font-size: 11px; }
.desktop-nav a { padding: 8px 0; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; }
.hero { height: 100svh; min-height: 780px; max-height: 1250px; position: relative; overflow: hidden; background: var(--forest-deep); color: var(--paper-light); isolation: isolate; }
.hero-image-wrap, .hero-shade, .hero-grain { position: absolute; inset: 0; pointer-events: none; }
.hero-image-wrap { overflow: hidden; z-index: -3; }
.hero-image { width: 100%; height: 112%; max-width: none; object-fit: cover; object-position: 58% 50%; filter: saturate(.75); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, #152e2861, #11251906 72%), linear-gradient(0deg, #112a21ed, #13291d18 65%, #0b241658); }
.hero-grain { z-index: -1; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath filter='url(%23n)' opacity='.35' d='M0 0h160v160H0z'/%3E%3C/svg%3E"); }
.hero-coordinates { position: absolute; left: var(--gutter); top: 145px; display: flex; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .2em; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); flex-shrink: 0; box-shadow: 0 0 0 4px #deebb414; }
.coordinate-line { width: 32px; height: 1px; background: #e3ecda66; margin: 0 8px; }
.hero-side-note { position: absolute; right: 26px; top: 40%; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .23em; color: #f5f3e7a0; }
.hero-content { position: absolute; top: 26%; left: var(--gutter); right: var(--gutter); }
.hero-eyebrow { font-size: 9px; letter-spacing: .24em; margin: 0 0 22px 7px; }
.hero h1 { width: fit-content; max-width: 100%; letter-spacing: -.055em; line-height: .82; }
.hero-title-line { display: block; overflow: hidden; padding: .055em .06em .13em 0; margin-bottom: -.07em; font-size: clamp(150px, 19.8vw, 340px); }
.hero-word { display: block; transform-origin: left bottom; }
.title-dot { color: var(--lime); }
.hero-title-second { padding-top: .15em; margin-left: 13vw; font-size: clamp(78px, 9.8vw, 174px); font-style: italic; letter-spacing: -.04em; white-space: nowrap; }
.hero-bottom-copy { display: flex; align-items: center; gap: 48px; margin-top: 26px; margin-left: 13.5vw; }
.hero-bottom-copy p { font-size: 12px; line-height: 1.9; color: #e4e7d9; }
.hero-postcard { position: absolute; top: 29%; right: var(--gutter); width: clamp(190px, 15.8vw, 290px); transform: rotate(4deg); background: #eef0e3; padding: 9px 9px 0; color: var(--forest); box-shadow: 0 14px 45px #06190e22; transition: rotate .7s var(--ease), box-shadow .7s; }
.hero-postcard:hover { rotate: -3deg; box-shadow: 0 20px 60px #06190e50; }
.postcard-image { aspect-ratio: 1.65; position: relative; overflow: hidden; }
.postcard-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.hero-postcard:hover img { transform: scale(1.08); }
.postcard-play { position: absolute; right: 9px; bottom: 9px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.postcard-play svg { width: 15px; height: 15px; }
.postcard-bottom { display: flex; justify-content: space-between; align-items: end; padding: 13px 7px 17px; }
.postcard-bottom > span { font: 23px/.96 var(--serif); letter-spacing: -.025em; }
.postcard-bottom small { font-size: 6px; letter-spacing: .08em; }
.hero-footer { position: absolute; bottom: 35px; left: var(--gutter); right: var(--gutter); display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 23px; border-top: 1px solid #f3f1e82e; }
.scroll-cue { display: flex; align-items: center; gap: 15px; font-size: 8px; letter-spacing: .16em; }
.scroll-cue small { font-size: 10px; text-transform: none; letter-spacing: 0; color: #d7e0cb; }
.scroll-circle { border: 1px solid #e1ead451; border-radius: 50%; width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; }
.scroll-circle svg { width: 17px; height: 17px; transform: rotate(90deg); }
.hero-offer { min-width: 245px; }
.offer-label { display: block; font-size: 8px; letter-spacing: .16em; margin-bottom: 4px; color: #e0e5d0; }
.offer-price { display: flex; justify-content: space-between; align-items: center; gap: 30px; font: 34px/1.25 var(--serif); letter-spacing: -.035em; }
.offer-price svg { width: 21px; height: 21px; transition: transform .5s var(--ease); }
.hero-offer:hover svg { transform: translate(4px,-4px); }
.motion-toggle { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 8px; font-size: 9px; color: #e2e8d8; }
.motion-bars { display: flex; align-items: center; gap: 3px; height: 17px; }
.motion-bars i { width: 2px; height: 6px; background: currentColor; }
.motion-bars i:nth-child(2) { height: 14px; }
.motion-bars i:nth-child(3) { height: 10px; }
.motion-toggle[aria-pressed=false] .motion-bars i { height: 3px; }


/* 02. Air, ink and imagery. */
.facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding: 40px var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.fact + .fact { padding-left: 35px; border-left: 1px solid var(--line); }
.fact-number { font: 55px/1 var(--serif); letter-spacing: -.04em; white-space: nowrap; }
.fact-number small { font: 12px var(--sans); margin-left: 10px; letter-spacing: 0; }
.fact p { font-size: 10px; color: var(--muted); margin-top: 11px; }
.about { padding-bottom: 95px; }
.about-heading { display: flex; align-items: start; justify-content: space-between; gap: 50px; }
.about-heading h2 { font-size: clamp(52px, 6.5vw, 110px); }
.about-note { display: flex; gap: 26px; padding-top: 13px; }
.note-index { font: italic 27px var(--serif); color: #829173; }
.about-note p { color: var(--muted); font-size: 12px; line-height: 1.85; }
.about-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9%; align-items: center; margin-top: 75px; }
.about-copy { max-width: 300px; }
.about-copy .large-copy { font: 35px/1.12 var(--serif); letter-spacing: -.025em; margin-bottom: 25px; }
.about-copy > p:not(.large-copy) { font-size: 13px; line-height: 1.95; color: var(--muted); margin-bottom: 16px; }
.about-copy .text-link { margin: 9px 0 26px; }
.residence-figure { position: relative; }
.image-frame { overflow: hidden; aspect-ratio: 1.44; }
.image-frame img { width: 100%; height: 114%; object-fit: cover; object-position: 62% 50%; filter: saturate(.78); }
.residence-figure figcaption { display: flex; justify-content: space-between; gap: 24px; font-size: 8px; color: var(--muted); letter-spacing: .08em; padding-top: 15px; }
.image-stamp { position: absolute; left: -65px; bottom: 60px; padding: 26px 31px 29px; background: var(--paper-light); font: 40px/.95 var(--serif); transform: rotate(-6deg); box-shadow: 0 15px 40px #172d2112; }
.image-stamp > span { display: block; font: 7px var(--sans); letter-spacing: .13em; margin-bottom: 19px; }

/* One scroll-driven landscape: native document scroll, no wheel interception. */
.landscape-story { position: relative; height: 850px; background: var(--paper); }
.landscape-stage { height: 100%; position: relative; overflow: hidden; }
.landscape-kicker { position: absolute; top: 6%; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .18em; }
.landscape-window { position: absolute; inset: 0; background: var(--forest); color: var(--paper-light); overflow: hidden; }
.landscape-window > img { width: 100%; height: 112%; object-fit: cover; object-position: 50% 55%; filter: saturate(.77); }
.landscape-shade { position: absolute; inset: 0; background: linear-gradient(0deg,#15291ce0, #172e2320 80%),linear-gradient(90deg,#17352248,transparent); }
.landscape-copy { position: absolute; bottom: 16%; left: 10%; right: 10%; text-align: center; }
.landscape-copy .eyebrow { font-size: 9px; margin-bottom: 27px; display: block; }
.landscape-copy h2 { font-size: clamp(75px,9vw,150px); line-height: .92; }
.landscape-copy h2 em { color: #e0eccb; }
.landscape-copy p { margin-top: 28px; font-size: 12px; color: #e8eadd; }
.landscape-note { position: absolute; bottom: 28px; left: var(--gutter); right: var(--gutter); text-align: center; font-size: 8px; letter-spacing: .16em; color: #d2dec8; }
.landscape-cross { position: absolute; top: 48%; font-size: 25px; font-weight: 400; color: #dee8cfaa; }
.landscape-cross-one { left: 7%; }.landscape-cross-two { right: 7%; }
.landscape-track { position: absolute; bottom: 64px; left: 50%; width: 130px; height: 1px; background: #ffffff39; transform: translateX(-50%); }
.landscape-track > span { display: block; width: 100%; height: 100%; background: var(--lime); transform: scaleX(1); transform-origin: left; }
html[data-motion=on] .landscape-story { height: 190svh; }
html[data-motion=on] .landscape-stage { position: sticky; top: 0; height: 100svh; }

/* 03. A concept map, explicitly not a cadastral plan. */
.territory-map { position: relative; aspect-ratio: 1.88; min-height: 540px; overflow: hidden; background: var(--forest); color: var(--paper-light); }
.territory-map > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) brightness(.79); }
.map-vignette { position: absolute; inset: 0; background: linear-gradient(90deg,#122e267a,transparent 60%),linear-gradient(0deg,#122c2155,transparent 60%); }
.map-outline { position: absolute; inset: 0; width: 100%; height: 100%; stroke: #e4edbb; stroke-width: 1.4; fill: #dceb9920; }
.map-outline > path:first-child { stroke-dasharray: 1; }
.map-route { fill: none; stroke-dasharray: .005 .01; stroke-width: 1.2; stroke: #e9efcb99; }
.map-caption { position: absolute; top: 30px; left: 34px; font-size: 9px; letter-spacing: .16em; display: flex; align-items: center; gap: 9px; }
.map-caption svg { width: 16px; height: 16px; }
.map-north { position: absolute; top: 25px; right: 32px; font-size: 10px; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.map-north span { font: 45px var(--serif); }
.map-marker { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%,-50%); width: 44px; height: 44px; border: 1px solid #f2f4dcaa; border-radius: 50%; background: #253f3299; color: var(--paper-light); font-size: 11px; z-index: 2; transition: background .4s, color .4s, box-shadow .5s; box-shadow: 0 0 0 8px #e7edc312; }
.map-marker:hover, .map-marker.active { background: var(--lime); color: var(--forest); box-shadow: 0 0 0 13px #e7edc328; }
.map-card { position: absolute; left: 32px; bottom: 32px; width: 305px; padding: 28px 27px 18px; background: #f5f5eaf5; color: var(--ink); backdrop-filter: blur(12px); }
.map-card .eyebrow { color: var(--muted); font-size: 8px; }
.map-card h3 { font-size: 32px; margin: 16px 0 13px; }
.map-card > p { font-size: 12px; line-height: 1.8; color: var(--muted); min-height: 65px; }
.map-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.map-card-bottom > span { font-size: 9px; letter-spacing: .15em; }
.map-card .icon-button { width: 36px; height: 36px; padding: 9px; }
.map-disclaimer { position: absolute; bottom: 26px; right: 30px; font-size: 9px; color: #e1e8d3; }
.territory-bottom { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-top: 22px; }
.territory-bottom p { max-width: 510px; color: var(--muted); font-size: 10px; }
.territory-bottom .text-link { flex-shrink: 0; padding-top: 0; }

/* 04. The images do the talking. Cards are genuine detail triggers. */
.section-dark { color: var(--paper); background: var(--forest); }
.section-dark em { color: #bccba9; }
.section-dark .section-label > span:last-child { color: #acbca0; }
.section-dark .section-aside { color: #b9c9ae; }
.places { overflow: hidden; padding-bottom: 70px; }
.concept-pill { display: inline-block; border: 1px solid #b9cd9950; border-radius: 50px; padding: 7px 12px; font-size: 8px; letter-spacing: .06em; margin-top: 17px; }
.gallery-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-bottom: 28px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { border: 1px solid transparent; border-radius: 50px; padding: 11px 18px; font-size: 11px; color: #c6d1be; transition: background .35s, color .35s; }
.filter.active { background: var(--lime); color: var(--forest); }
.filter:hover:not(.active) { background: #ffffff0a; border-color: #ffffff30; }
.filter > span { font-size: 9px; opacity: .6; margin-left: 15px; }
.gallery-arrows { display: flex; gap: 9px; }
.gallery-prev svg, .concept-prev svg { transform: rotate(180deg); }
.gallery { display: flex; align-items: stretch; gap: 24px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scroll-behavior: smooth; margin-right: calc(-1 * var(--gutter)); padding: 0 var(--gutter) 5px 0; }
.gallery::-webkit-scrollbar { display: none; }
.gallery.dragging { scroll-snap-type: none; scroll-behavior: auto; cursor: grabbing; user-select: none; }
.gallery.dragging * { cursor: grabbing; }
.place-card { position: relative; flex: 0 0 41%; min-width: 330px; height: 540px; scroll-snap-align: start; overflow: hidden; background: var(--forest-deep); }
.place-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 1.1s var(--ease), filter .8s; }
.place-card::after { content: ''; pointer-events: none; position: absolute; inset: 0; background: linear-gradient(0deg,#11271eea,transparent 65%,#11271e45); }
.place-card:hover > img, .place-card:focus-within > img { transform: scale(1.06); filter: saturate(.98); }
.place-top, .place-bottom { position: absolute; left: 30px; right: 30px; z-index: 1; pointer-events: none; }
.place-top { top: 25px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .17em; }
.small-circle { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #f6f5e685; border-radius: 50%; transition: color .5s, background .5s, transform .6s var(--ease); }
.small-circle svg { width: 17px; height: 17px; }
.place-card:hover .small-circle { color: var(--forest); background: var(--paper); transform: rotate(45deg); }
.place-bottom { bottom: 36px; transition: transform .7s var(--ease); }
.place-bottom h3 { font-size: 43px; margin-bottom: 13px; }
.place-bottom p { font-size: 12px; color: #d5ddcd; }
.place-card:hover .place-bottom { transform: translateY(-5px); }
.concept-open { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; }
.concept-open:focus-visible { outline-offset: -6px; outline-color: var(--lime); }
.gallery-footer { display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-top: 30px; }
.gallery-hint { font-size: 8px; letter-spacing: .1em; color: #bdcbb0; display: flex; align-items: center; gap: 12px; }
.gallery-hint > span { font-size: 25px; }
.gallery-progress { width: 140px; height: 1px; background: #ffffff30; overflow: hidden; margin-right: auto; }
.gallery-progress > span { display: block; width: 35%; height: 100%; background: var(--lime); transform-origin: left; }
.gallery-footer > p { text-align: right; font-size: 10px; color: #b4c4a6; }


/* 05. An honest, tactile plot selector. */
.plot-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; padding: 0; border: 0; }
.plot-options legend { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.plot-option { position: relative; display: flex; flex-direction: column; align-items: center; overflow: hidden; background: var(--paper-light); border: 1px solid var(--line); padding: 27px 30px 32px; cursor: pointer; transition: background .55s, border-color .55s, box-shadow .55s; }
.plot-option.selected { background: #e5eadb; border-color: #6d8563; }
.plot-option:hover { box-shadow: 0 12px 36px #172b1810; border-color: #7e926d; }
.plot-option input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; z-index: 2; cursor: pointer; }
.plot-option:has(input:focus-visible) { outline: 2px solid #637c47; outline-offset: 5px; }
.plot-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; font-size: 9px; letter-spacing: .09em; color: #728065; }
.plot-check { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; border: 1px solid #9cae8d; color: transparent; font-size: 12px; flex-shrink: 0; transition: background .35s, color .35s; }
.selected .plot-check { color: var(--paper); background: var(--forest); border-color: var(--forest); }
.plot-plan { width: 210px; height: 195px; margin: 24px 0 26px; stroke-width: 1.1; transition: transform .8s var(--ease); }
.plot-option:hover .plot-plan { transform: translateY(-6px) rotate(-2deg); }
.plot-boundary { stroke: #718f62; fill: #f3f4e9; stroke-dasharray: 1; }
.plot-house { fill: #d6d7c8; stroke: #9ca18c; }
.plot-roof { fill: #f8f7ee; stroke: #aaa995; }
.plot-terrace { fill: #dbd6c3; stroke: #b6b29c; }
.plot-path { stroke: #d5d3bc; stroke-width: 13; fill: none; }
.plot-trees { fill: #cad4ba; stroke: #a8b795; }
.plot-trees circle:nth-child(even) { fill: #b8c6a8; }
.plot-area { font: 50px/1 var(--serif); letter-spacing: -.03em; }
.plot-area small { font-size: 28px; }
.plot-price { font-size: 13px; color: #6c7b61; margin-top: 10px; }
.plot-summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px 35px; background: var(--forest); color: var(--paper); margin-top: 20px; }
.plot-summary .eyebrow { color: #b7c8a7; font-size: 9px; }
.plot-summary p { font: 38px/1.2 var(--serif); letter-spacing: -.03em; margin-top: 8px; }
#selected-price { display: inline-block; }
.summary-divider { margin: 0 20px; color: #8ea27d; }
.plot-notes { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-top: 22px; }
.plot-notes p { font-size: 10px; color: var(--muted); }
.plot-notes .text-link { flex-shrink: 0; font-size: 11px; padding-top: 0; }
.price-ladder { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; border-top: 1px solid var(--line); padding-top: 65px; margin-top: 75px; }
.ladder-description h3 { font-size: 45px; margin: 20px 0; }
.ladder-description > p { max-width: 325px; font-size: 12px; color: var(--muted); }
.ladder-value { margin-top: 26px; display: flex; flex-direction: column; }
.ladder-value > span { font: 42px/1.1 var(--serif); letter-spacing: -.025em; }
.ladder-value > small { font-size: 11px; color: var(--muted); margin-top: 7px; }
.ladder-chart { align-self: end; }
.ladder-bars { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; align-items: end; height: 270px; border-bottom: 1px solid var(--line); }
.ladder-bar { display: flex; flex-direction: column; align-items: center; justify-content: end; gap: 13px; height: 100%; padding: 0; }
.ladder-bar > i { display: block; width: 100%; height: var(--bar); background: #d7dfcc; border-radius: 3px 3px 0 0; transform-origin: bottom; transition: background .4s; }
.ladder-bar.active > i { background: var(--forest); }
.ladder-bar:hover:not(.active) > i { background: #aabf96; }
.ladder-bar > span { font-size: 10px; white-space: nowrap; }
.ladder-bar > small { font-size: 9px; color: var(--muted); margin-bottom: 12px; white-space: nowrap; }
.ladder-chart > p { font-size: 8px; letter-spacing: .08em; text-align: right; margin-top: 18px; color: var(--muted); }

/* 06. Seasons change by dissolving, not by sliding a contact sheet. */
.season-section { position: relative; height: 750px; isolation: isolate; overflow: hidden; background: var(--forest); color: var(--paper); }
.season-image { position: absolute; inset: 0; background-size: 400% 100%; background-position: 66.667% 50%; filter: saturate(.7); z-index: -3; }
.season-image-buffer { opacity: 0; z-index: -2; }
.season-image[data-season="0"] { background-position-x: 0%; }
.season-image[data-season="1"] { background-position-x: 33.333%; }
.season-image[data-season="2"] { background-position-x: 66.667%; }
.season-image[data-season="3"] { background-position-x: 100%; }
.season-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#102b20eb,#132d2380 65%,#17342518),linear-gradient(0deg,#10261c77,transparent); }
.season-content { position: absolute; top: 90px; left: var(--gutter); right: var(--gutter); }
.season-content h2 { font-size: clamp(66px,7.2vw,120px); margin-top: 28px; line-height: .96; }
.season-content h2 em { color: #d6e6c3; }
.season-tabs { position: relative; display: flex; gap: 32px; max-width: 420px; border-bottom: 1px solid #e2edce40; margin-top: 43px; }
.season-tabs button { position: relative; flex: 1; font-size: 13px; color: #c7d5ba; padding: 12px 0 17px; }
.season-tabs button.active { color: var(--paper-light); }
.season-tabs button::after { content: ''; position: absolute; height: 2px; bottom: -1px; left: 0; right: 0; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.season-tabs button.active::after { transform: scaleX(1); }
#season-panel p { font-size: 13px; line-height: 1.9; color: #e4eddb; max-width: 415px; margin-top: 26px; }
#season-panel > span { display: block; color: #c5d7b5; font-size: 8px; letter-spacing: .13em; margin-top: 23px; }
.season-counter { position: absolute; right: var(--gutter); bottom: 55px; color: #dae5ce; font-size: 13px; }
.season-counter > span { font: 72px/1 var(--serif); padding-right: 10px; color: var(--paper); }
.season-caption { position: absolute; right: var(--gutter); top: 120px; text-align: right; font-size: 8px; letter-spacing: .17em; }
.season-caption em { display: block; font: italic 36px/1.1 var(--serif); letter-spacing: -.035em; color: #e5efda; margin-top: 10px; }

/* 07. Development is a proposal, not a fabricated progress report. */
.development-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: start; }
.development-intro { position: sticky; top: 140px; }
.development-intro h2 { font-size: clamp(50px,5vw,82px); }
.development-intro > p { font-size: 13px; max-width: 350px; color: var(--muted); margin-top: 28px; }
.development-intro .footnote { max-width: 320px; margin-top: 27px; }
.timeline { position: relative; }
.timeline::before, .timeline::after { content: ''; position: absolute; top: 18px; bottom: 60px; left: 20px; width: 1px; background: #cad3be; }
.timeline::after { background: #657f50; transform: scaleY(var(--timeline-progress,1)); transform-origin: top; }
.timeline-step { display: grid; grid-template-columns: 45px 1fr; gap: 25px; position: relative; padding-bottom: 60px; z-index: 1; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-number { display: grid; place-items: center; width: 41px; height: 41px; font-size: 10px; border: 1px solid #a6b799; border-radius: 50%; background: var(--paper); transition: background .5s, color .5s; }
.timeline-step.is-current .timeline-number, .timeline-step:first-child .timeline-number { background: var(--forest); color: var(--lime); }
.timeline-step .eyebrow { color: #79876b; font-size: 9px; }
.timeline-step h3 { font-size: 33px; margin: 12px 0 15px; }
.timeline-step p { color: var(--muted); font-size: 12px; line-height: 1.95; }
.faq-section { background: #e7ebde; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.faq-grid h2 { font-size: clamp(46px,4.7vw,78px); }
.faq-grid > div > p { font-size: 12px; color: var(--muted); margin-top: 25px; }
.faq-list { border-top: 1px solid #becbb1; }
.faq-list details { border-bottom: 1px solid #becbb1; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-answer { padding: 0 30px 25px 0; font-size: 12px; color: #5f7055; line-height: 1.95; }

/* 08. A quiet conclusion. */
.contact { position: relative; isolation: isolate; overflow: hidden; padding: 85px var(--gutter) 32px; }
.contact-topography { position: absolute; top: -200px; right: -10%; width: 1100px; height: 850px; border-radius: 50%; background: repeating-radial-gradient(ellipse at center,transparent 0 29px,#b6cca413 30px,transparent 31px); transform: rotate(-30deg) scaleY(.7); pointer-events: none; z-index: -1; }
.contact .section-label { margin-bottom: 65px; }
.contact .section-label svg { width: 52px; height: 40px; stroke-width: .8; }
.contact-main { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-bottom: 100px; }
.contact-main h2 { font-size: clamp(74px,9.3vw,158px); line-height: .91; }
.contact-copy { max-width: 330px; margin-top: 22px; }
.contact-copy > p { color: #c1d0b4; font-size: 13px; margin-bottom: 28px; }
.contact-copy > .text-link { display: flex; width: fit-content; font-size: 11px; color: #bdcdb0; margin-top: 23px; }
.footer { display: flex; align-items: center; gap: 35px; border-top: 1px solid #a9bf9250; padding: 33px 0; }
.footer > p { font-size: 10px; color: #b3c5a4; margin-right: auto; }
.footer > button { font-size: 9px; color: #b3c5a4; }
.footer .brand > span { font-size: 30px; }.footer .brand > svg { width: 32px; height: 28px; }
.footer .brand small { font-size: 5px; }
.back-top { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #adbf9960; border-radius: 50%; font-size: 22px; }
.legal-note { font-size: 9px; line-height: 1.9; color: #a0b28f; max-width: 1100px; }


/* Native dialogs: actual focus isolation, keyboard navigation and honest forms. */
dialog { padding: 0; border: 0; background: var(--paper); color: var(--ink); max-height: calc(100svh - 32px); overflow: auto; overscroll-behavior: contain; box-shadow: 0 30px 100px #091d1555; }
dialog::backdrop { background: #10271edb; backdrop-filter: blur(9px); }
.dialog-close { position: absolute; top: 20px; right: 20px; z-index: 5; width: 38px; height: 38px; }
.lead-dialog, .privacy-dialog { width: min(550px,calc(100% - 32px)); padding: 48px; }
.lead-dialog h2, .privacy-dialog h2 { font-size: 60px; margin: 24px 0; }
.lead-selection { font-size: 11px; color: var(--muted); }
.lead-selection strong { display: block; font-size: 13px; color: var(--forest); }
.service-status { padding: 14px 16px; background: #e3e8d9; font-size: 11px; line-height: 1.8; margin: 18px 0; }
.service-status.ready { background: #e2ebd7; }
.lead-dialog form { margin-top: 20px; }
.lead-dialog form > label:not(.consent):not(.honey) { display: block; font-size: 11px; margin-bottom: 20px; }
.lead-dialog input:not([type=checkbox]) { display: block; margin-top: 8px; width: 100%; padding: 12px 0; font-size: 16px; background: transparent; border: 0; border-bottom: 1px solid #b3bea5; border-radius: 0; color: var(--forest); }
.lead-dialog input::placeholder { color: #85937b; }
.lead-dialog .honey { position: absolute !important; left: -9999px; opacity: 0; pointer-events: none; }
.consent { display: flex; align-items: flex-start; gap: 11px; font-size: 10px; color: #65735b; margin-top: 24px; }
.consent > input { width: 17px; height: 17px; accent-color: var(--forest); flex-shrink: 0; margin-top: 2px; }
.consent button { padding: 0; font-size: 10px; border-bottom: 1px solid #95a484; text-align: left; }
.form-privacy { font-size: 10px; padding: 13px; background: #e5e9da; margin-top: 12px; }
.form-message { font-size: 12px; margin: 16px 0; }.form-message.error { color: #99452c; }.form-message.success { color: #345527; }
.lead-dialog form > .button { width: 100%; }
.lead-dialog > .text-link { font-size: 11px; margin-top: 24px; }
.privacy-dialog > p { color: var(--muted); font-size: 13px; margin: 20px 0; }
.mobile-menu { margin: 0; inset: 0; width: 100%; max-width: none; height: 100svh; max-height: none; padding: 28px; background: var(--forest); color: var(--paper); }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 20px; margin-top: 65px; }
.mobile-menu nav a { font: 49px/1.15 var(--serif); letter-spacing: -.03em; display: flex; gap: 20px; align-items: center; }
.mobile-menu nav small { font: 9px var(--sans); color: #b9caaa; }
.mobile-menu > p { font-size: 12px; color: #c7d5bb; margin-top: 45px; }
.concept-dialog { width: min(1120px,calc(100% - 48px)); max-width: none; background: var(--forest); color: var(--paper); overflow: auto; }
.concept-dialog[open] { display: grid; grid-template-columns: 1.4fr 1fr; }
.concept-dialog .dialog-close { background: var(--forest); color: var(--paper); border-color: #c6d6b566; }
.concept-visual { position: relative; min-height: 590px; }
.concept-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.concept-visual::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent,#13291ea0); pointer-events: none; }
.concept-visual > span { position: absolute; left: 24px; right: 24px; bottom: 26px; font-size: 8px; letter-spacing: .1em; z-index: 1; }
.concept-detail { padding: 65px 40px 28px; display: flex; flex-direction: column; }
.concept-detail .eyebrow { color: #b8cba6; font-size: 9px; }
.concept-detail h2 { font-size: 59px; line-height: .97; margin: 26px 0; }
.concept-detail > p:not(.concept-source) { color: #d0dcc2; font-size: 13px; line-height: 1.9; }
.concept-source { margin: 22px 0 9px; font-size: 10px; color: #b4c79f; }
.concept-detail .footnote { color: #a6bc95; }
.concept-navigation { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-top: 1px solid #c1d3a936; margin-top: auto; padding-top: 24px; }
.concept-navigation > span { font-size: 10px; letter-spacing: .12em; }
.concept-navigation > div { display: flex; gap: 9px; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; max-width: calc(100% - 32px); width: max-content; padding: 14px 22px; font-size: 12px; color: white; background: var(--forest); box-shadow: 0 10px 30px #0002; transform: translate(-50%,20px); opacity: 0; pointer-events: none; transition: opacity .3s,transform .3s; }
.toast.visible { opacity: 1; transform: translate(-50%,0); }
.noscript-note { padding: 16px var(--gutter); font-size: 12px; background: var(--lime); }
.quick-select { display: none; }


/* Motion never determines whether content exists or can be read. */
html[data-motion=on] .scroll-circle svg { animation: scroll-cue 3s var(--ease) infinite; }
html[data-motion=on] .hero.is-offscreen .scroll-circle svg { animation-play-state: paused; }
@keyframes scroll-cue { 0%,30%,100% { translate: 0 0; } 50% { translate: 0 5px; } }
@keyframes gentle-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
html[data-motion=on] dialog[open] { animation: gentle-in .5s var(--ease); }
html[data-motion=off] { scroll-behavior: auto; }
html[data-motion=off] *, html[data-motion=off] *::before, html[data-motion=off] *::after { animation: none !important; transition-duration: 0s !important; scroll-behavior: auto !important; }

@media (min-width: 1800px) {
 .place-card { height: 650px; }.hero-content { top: 26%; }.hero-bottom-copy { margin-top: 40px; }
 .landscape-story { height: 1000px; }.hero-postcard { top: 30%; }.section { padding-top: 135px; padding-bottom: 135px; }
}
@media (max-width: 1100px) {
 .header { gap: 20px; }.desktop-nav { gap: 21px; }
 .hero { min-height: 750px; }.hero-content { top: 32%; }.hero-title-line { font-size: 21vw; }.hero-title-second { font-size: 10.5vw; }
 .hero-postcard { top: 22%; width: 178px; }.postcard-bottom > span { font-size: 20px; }.postcard-bottom small { display: none; }
 .hero-bottom-copy { margin-left: 7vw; gap: 30px; margin-top: 32px; }.hero-offer { min-width: 215px; }.offer-price { font-size: 30px; }
 .fact-number { font-size: 43px; }.fact + .fact { padding-left: 23px; }.fact p { font-size: 9px; }
 .about-layout { gap: 6%; grid-template-columns: .75fr 1.25fr; }.about-note { gap: 15px; }.about-note p { font-size: 11px; }
 .about-copy .large-copy { font-size: 30px; }.about-copy > p:not(.large-copy) { font-size: 12px; }
 .image-stamp { font-size: 33px; padding: 24px; left: -35px; bottom: 45px; }
 .section-aside { font-size: 12px; }.place-card { height: 475px; flex-basis: 47%; }.place-bottom h3 { font-size: 36px; }
 .plot-option { padding: 22px; }.plot-card-top { font-size: 8px; }.plot-plan { width: 175px; height: 170px; }
 .plot-summary { padding: 25px; }.plot-summary p { font-size: 31px; }.summary-divider { margin: 0 12px; }
 .price-ladder { gap: 44px; }.ladder-bars { gap: 8px; }.ladder-bar > span { font-size: 9px; }.ladder-bar > small { font-size: 8px; }
 .season-caption { display: none; }.development-grid,.faq-grid { gap: 7%; }.timeline-step { gap: 15px; }.timeline-step h3 { font-size: 29px; }
 .contact-main h2 { font-size: 9vw; }.contact-copy > p { font-size: 12px; }
 .concept-detail { padding: 65px 28px 25px; }.concept-detail h2 { font-size: 48px; }
}
@media (max-width: 800px) {
 :root { --gutter: 28px; }
 .section { padding-top: 78px; padding-bottom: 78px; }
 .header { padding: 23px var(--gutter); gap: 15px; }.header-cta { margin-left: auto; }.desktop-nav { display: none; }.menu-toggle { display: block; }
 .header .brand > span { font-size: 34px; }.header .brand > svg { width: 34px; }
 .hero { min-height: 800px; max-height: 1100px; }.hero-coordinates { top: 127px; }.hero-content { top: 34%; }
 .hero-title-line { font-size: 26vw; }.hero-title-second { font-size: 12.8vw; margin-left: 7vw; }.hero-postcard { top: 21%; right: 40px; width: 155px; }
 .postcard-image { aspect-ratio: 2; }.postcard-bottom { padding: 10px 4px 12px; }.postcard-bottom > span { font-size: 18px; }
 .hero-bottom-copy { gap: 35px; margin-left: 8vw; }.hero-eyebrow { font-size: 8px; }.hero-footer { align-items: center; }.motion-toggle { display: none; }
 .hero-side-note { display: none; }.hero-offer { min-width: 220px; }
 .facts { padding-top: 32px; padding-bottom: 32px; gap: 16px; }.fact + .fact { padding-left: 18px; }.fact-number { font-size: 37px; }.fact-number small { font-size: 10px; margin-left: 5px; }.fact p { font-size: 9px; }
 .section-label { margin-bottom: 38px; font-size: 9px; }.section-label > span:last-child { max-width: 240px; font-size: 8px; }
 .about-heading { gap: 30px; }.about-heading h2 { font-size: 8vw; }.about-note { max-width: 170px; }.note-index { display: none; }
 .about-layout { gap: 6%; margin-top: 48px; }.image-frame { aspect-ratio: .95; }.image-stamp { left: -25px; bottom: 50px; font-size: 31px; padding: 20px 23px; }
 .residence-figure figcaption { font-size: 7px; }.residence-figure figcaption > span:last-child { display: none; }
 html[data-motion=on] .landscape-story { height: 140svh; }.landscape-story { height: 720px; }
 .landscape-copy h2 { font-size: 11vw; }.landscape-copy { bottom: 20%; }.landscape-note { font-size: 7px; }
 .section-heading { gap: 30px; margin-bottom: 38px; }.section-heading h2 { font-size: 6.8vw; }.section-aside { font-size: 11px; }
 .territory-map { aspect-ratio: auto; height: 650px; }.territory-map > img { object-position: 62% 50%; }.map-card { width: 260px; padding: 24px; left: 24px; bottom: 24px; }.map-card > p { font-size: 11px; }.map-caption { left: 24px; font-size: 8px; }
 .territory-bottom p { font-size: 9px; }.territory-bottom .text-link { font-size: 10px; }
 .place-card { min-width: 290px; flex-basis: 52%; height: 460px; }.place-top,.place-bottom { left: 22px; right: 22px; }.place-bottom h3 { font-size: 35px; }.place-bottom p { font-size: 11px; }
 .gallery-hint { display: none; }.gallery-footer > p { font-size: 9px; }
 .plot-options { gap: 12px; }.plot-option { padding: 18px 13px 26px; }.plot-card-top { font-size: 7px; letter-spacing: .03em; }.plot-check { width: 20px; height: 20px; }.plot-plan { width: 155px; height: 155px; margin: 22px 0; }.plot-area { font-size: 41px; }.plot-area small { font-size: 24px; }
 .plot-summary { padding: 25px 23px; gap: 18px; }.plot-summary p { font-size: 26px; }.plot-summary .button { font-size: 11px; gap: 15px; min-height: 50px; padding-left: 19px; }
 .plot-notes { gap: 20px; }.plot-notes p { font-size: 9px; }.plot-notes .text-link { font-size: 10px; gap: 15px; }
 .price-ladder { gap: 35px; grid-template-columns: .85fr 1.15fr; margin-top: 55px; padding-top: 48px; }.ladder-description h3 { font-size: 35px; }.ladder-description > p { font-size: 11px; }.ladder-value > span { font-size: 36px; }.ladder-bars { gap: 6px; height: 250px; }.ladder-bar > span { font-size: 8px; }.ladder-bar > small { font-size: 7px; }
 .season-section { height: 700px; }.season-content { top: 70px; }.season-content h2 { font-size: 9vw; }
 .development-intro h2 { font-size: 6.5vw; }.development-intro > p { font-size: 12px; }.timeline-step h3 { font-size: 28px; }.timeline-step p { font-size: 11px; }.timeline-step { gap: 12px; padding-bottom: 45px; }
 .faq-grid { gap: 6%; }.faq-grid h2 { font-size: 6vw; }.faq-list summary { font-size: 12px; }.faq-answer { font-size: 11px; }
 .contact { padding-top: 65px; }.contact-main { gap: 25px; padding-bottom: 70px; }.contact-copy { max-width: 280px; }.contact-main h2 { font-size: 9vw; }.contact-copy .button { font-size: 11px; gap: 20px; }.contact-copy > p { font-size: 12px; }
 .footer { flex-wrap: wrap; gap: 24px; }.footer > p { font-size: 9px; }
 .concept-dialog[open] { display: block; }.concept-visual { height: 42svh; min-height: 280px; }.concept-detail { padding: 35px 30px 28px; }.concept-detail h2 { font-size: 48px; margin: 15px 0 20px; }.concept-navigation { margin-top: 28px; }
}
@media (max-width: 540px) {
 :root { --gutter: 22px; }
 body { font-size: 13px; }html { scroll-padding-top: 90px; }
 .section { padding-top: 66px; padding-bottom: 66px; }
 .header { padding-top: 23px; padding-bottom: 23px; }.header .brand > span { font-size: 33px; }.header .brand > svg { width: 32px; }.header-cta { display: none; }.menu-toggle { margin-right: -6px; }
 .hero { min-height: 740px; max-height: 1000px; }.hero-content { top: 32%; }.hero-image { object-position: 61% 50%; height: 112%; }.hero-shade { background: linear-gradient(0deg,#112a21f2,#13291d30 85%,#0b241655),linear-gradient(90deg,#10261f40,transparent); }
 .hero-coordinates { top: 116px; font-size: 7px; gap: 8px; letter-spacing: .09em; }.coordinate-line { width: 18px; margin: 0 3px; }
 .hero-eyebrow { font-size: 8px; margin-left: 3px; margin-bottom: 18px; }
 .hero-title-line { font-size: 34vw; line-height: .82; }.hero-title-second { font-size: 16.1vw; margin-left: 1px; padding-top: .25em; }
 .hero-bottom-copy { flex-direction: column; align-items: start; gap: 23px; margin-left: 2px; margin-top: 24px; }.hero-bottom-copy p { font-size: 12px; line-height: 1.8; }.hero-bottom-copy .button { min-height: 54px; font-size: 11px; gap: 32px; }
 .hero-postcard { width: 105px; top: 20%; right: 25px; padding: 5px 5px 0; transform: rotate(7deg); }.postcard-image { aspect-ratio: 1.5; }.postcard-play { width: 21px; height: 21px; bottom: 5px; right: 5px; }.postcard-play svg { width: 12px; height: 12px; }.postcard-bottom { padding: 8px 3px; }.postcard-bottom > span { font-size: 14px; }
 .hero-footer { bottom: 26px; gap: 20px; padding-top: 20px; }.scroll-cue { gap: 10px; }.scroll-cue > span:last-child { font-size: 7px; letter-spacing: .08em; }.scroll-cue small { display: none; }.scroll-circle { width: 33px; height: 33px; }.scroll-circle svg { width: 14px; height: 14px; }.hero-offer { min-width: 160px; }.offer-label { font-size: 7px; letter-spacing: .07em; }.offer-price { font-size: 27px; gap: 12px; }.offer-price svg { width: 16px; height: 16px; }
 .facts { grid-template-columns: 1fr 1fr; gap: 27px 20px; padding-top: 29px; padding-bottom: 29px; }.fact + .fact { padding-left: 0; border: 0; }.fact:nth-child(even) { padding-left: 25px; border-left: 1px solid var(--line); }.fact-number { font-size: 45px; }.fact-number small { font-size: 10px; }.fact p { font-size: 9px; margin-top: 7px; }
 .section-label { margin-bottom: 34px; font-size: 8px; letter-spacing: .12em; }.section-label > span:first-child { gap: 10px; }.section-label > span:last-child { display: none; }
 .about-heading { display: block; }.about-heading h2 { font-size: 12vw; line-height: 1.02; }.about-note { display: none; }
 .about-layout { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 45px; margin-top: 32px; }.about-copy { max-width: none; padding: 0 3px; }.about-copy .large-copy { font-size: 33px; }.about-copy > p:not(.large-copy) { font-size: 13px; }.about-copy .footnote { max-width: 260px; font-size: 10px; }
 .image-frame { aspect-ratio: 1.15; }.image-frame img { object-position: 63% 50%; }.image-stamp { left: 16px; bottom: 43px; padding: 19px 23px; font-size: 31px; }.image-stamp > span { font-size: 6px; margin-bottom: 14px; }.residence-figure figcaption { font-size: 7px; margin-top: 0; }
 .landscape-story { height: 640px; }html[data-motion=on] .landscape-story { height: 120svh; min-height: 700px; }html[data-motion=on] .landscape-stage { height: 90svh; min-height: 570px; }
 .landscape-kicker { font-size: 7px; top: 4%; letter-spacing: .07em; }.landscape-window > img { object-position: 40% 50%; }.landscape-copy { left: 20px; right: 20px; bottom: 20%; }.landscape-copy h2 { font-size: 15.5vw; }.landscape-copy .eyebrow { font-size: 8px; margin-bottom: 25px; }.landscape-copy p { font-size: 12px; margin-top: 23px; }.landscape-note { font-size: 6px; letter-spacing: .06em; bottom: 24px; }.landscape-cross { font-size: 20px; top: 33%; }.landscape-track { bottom: 56px; width: 90px; }
 .section-heading { display: block; margin-bottom: 32px; }.section-heading h2 { font-size: 12vw; }.section-aside { margin-top: 25px; font-size: 12px; line-height: 1.85; }
 .territory-map { height: 650px; margin: 0 calc(-1 * var(--gutter)); }.territory-map > img { object-position: 59% 50%; }.map-outline { top: 30px; height: 61%; }.map-hotspots { position: absolute; inset: 30px 0 36%; }.map-marker { width: 38px; height: 38px; font-size: 9px; }.map-card { left: 20px; right: 20px; bottom: 43px; width: auto; padding: 23px 25px 17px; }.map-card h3 { font-size: 34px; margin: 12px 0; }.map-card > p { font-size: 12px; min-height: 45px; }.map-card-bottom { margin-top: 15px; padding-top: 12px; }.map-caption { top: 25px; left: 22px; font-size: 7px; }.map-north { right: 23px; top: 22px; }.map-disclaimer { right: 20px; bottom: 15px; font-size: 8px; }
 .territory-bottom { display: block; margin-top: 20px; }.territory-bottom p { font-size: 9px; margin-bottom: 18px; }.territory-bottom .text-link { font-size: 11px; }
 .places .section-aside { font-size: 12px; }.concept-pill { font-size: 7px; }.gallery-toolbar { margin-bottom: 24px; }.filter-group { gap: 5px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: -22px; padding-right: 22px; }.filter { font-size: 10px; padding: 10px 13px; white-space: nowrap; }.filter > span { display: none; }.gallery-arrows { display: none; }
 .gallery { gap: 14px; }.place-card { flex-basis: 86%; min-width: 0; height: 435px; }.place-top { font-size: 7px; top: 21px; }.place-bottom { bottom: 30px; }.place-bottom h3 { font-size: 36px; }.place-bottom p { font-size: 10px; }.small-circle { width: 32px; height: 32px; }
 .gallery-footer { gap: 23px; margin-top: 24px; }.gallery-progress { width: 70px; flex-shrink: 0; }.gallery-footer > p { font-size: 8px; max-width: 240px; }
 .plot-options { grid-template-columns: 1fr; gap: 12px; }.plot-option { display: grid; grid-template-columns: 106px 1fr; grid-template-rows: auto auto auto; padding: 20px 22px; column-gap: 20px; align-items: center; text-align: left; }.plot-card-top { grid-column: 2; grid-row: 1; font-size: 8px; width: 100%; }.plot-check { width: 21px; height: 21px; }.plot-plan { grid-column: 1; grid-row: 1 / 4; width: 110px; height: 128px; margin: 0; }.plot-area { grid-column: 2; grid-row: 2; font-size: 40px; margin-top: 7px; }.plot-area small { font-size: 24px; }.plot-price { grid-column: 2; grid-row: 3; font-size: 12px; margin-top: 4px; }
 .plot-summary { display: block; padding: 27px 25px; margin-top: 16px; }.plot-summary .eyebrow { font-size: 8px; }.plot-summary p { font-size: 30px; margin-top: 11px; }.summary-divider { margin: 0 10px; }#selected-area { display: block; margin-bottom: 3px; }.summary-divider { display: none; }.plot-summary .button { margin-top: 21px; width: 100%; font-size: 12px; }
 .plot-notes { display: block; margin-top: 21px; }.plot-notes p { font-size: 9px; }.plot-notes .text-link { margin-top: 16px; font-size: 11px; gap: 25px; }
 .price-ladder { display: block; padding-top: 40px; margin-top: 42px; }.ladder-description h3 { font-size: 42px; }.ladder-description > p { max-width: none; font-size: 12px; }.ladder-value > span { font-size: 42px; }.ladder-chart { margin-top: 35px; }.ladder-bars { height: 235px; gap: 7px; }.ladder-bar > span { font-size: 8px; }.ladder-bar > small { font-size: 7px; }.ladder-chart > p { font-size: 7px; text-align: left; }
 .season-section { height: 720px; }.season-content { top: 65px; }.season-content h2 { font-size: 14vw; }.season-content .eyebrow { font-size: 8px; }.season-tabs { margin-top: 35px; gap: 15px; max-width: none; }.season-tabs button { font-size: 12px; }#season-panel p { font-size: 12px; }#season-panel > span { font-size: 7px; }.season-counter { bottom: 35px; }.season-counter > span { font-size: 62px; }
 .development-grid { display: block; }.development-intro { position: static; }.development-intro h2 { font-size: 13vw; }.development-intro > p { font-size: 13px; max-width: none; }.development-intro .footnote { font-size: 10px; max-width: none; margin-top: 20px; }.timeline { margin-top: 43px; }.timeline-step { gap: 18px; padding-bottom: 43px; }.timeline-step h3 { font-size: 31px; }.timeline-step p { font-size: 12px; }.timeline-step .eyebrow { font-size: 8px; }
 .faq-grid { display: block; }.faq-grid h2 { font-size: 12vw; }.faq-grid > div > p { font-size: 12px; margin-top: 20px; }.faq-list { margin-top: 34px; }.faq-list summary { font-size: 12px; padding: 23px 0; }.faq-answer { font-size: 12px; }
 .contact { padding-top: 58px; padding-bottom: 28px; }.contact .section-label { margin-bottom: 40px; }.contact-main { display: block; padding-bottom: 50px; }.contact-main h2 { font-size: 17vw; }.contact-copy { max-width: none; margin-top: 32px; }.contact-copy > p { font-size: 13px; }.contact-copy .button { font-size: 12px; gap: 28px; }.contact-copy > .text-link { font-size: 11px; }
 .footer { gap: 24px; padding: 25px 0; }.footer > p { flex-basis: calc(100% - 150px); font-size: 9px; margin-right: 0; }.footer > button { font-size: 9px; max-width: 250px; text-align: left; padding: 0; }.back-top { margin-left: auto; }.legal-note { font-size: 8px; }
 .lead-dialog,.privacy-dialog { padding: 38px 26px 28px; width: calc(100% - 22px); }.lead-dialog h2,.privacy-dialog h2 { font-size: 52px; }.dialog-close { top: 13px; right: 13px; }.mobile-menu { padding: 25px; }.mobile-menu nav { margin-top: 58px; }.mobile-menu nav a { font-size: 45px; }
 .concept-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); }.concept-visual { height: 39svh; min-height: 230px; }.concept-detail { padding: 27px 25px; }.concept-detail h2 { font-size: 45px; }.concept-detail > p:not(.concept-source) { font-size: 12px; }.concept-visual > span { font-size: 7px; }.concept-navigation { margin-top: 22px; }
 .quick-select { position: fixed; z-index: 40; left: 14px; right: 14px; bottom: max(14px,env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; background: #f1f3e6f5; color: var(--forest); padding: 10px 12px 10px 19px; border: 1px solid #b9c9a57a; border-radius: 50px; box-shadow: 0 8px 40px #061b2130; font-size: 11px; transform: translateY(130%); visibility: hidden; transition: transform .55s var(--ease),visibility .55s; backdrop-filter: blur(12px); }
 .quick-select small { display: block; font-size: 9px; color: var(--muted); }.quick-select-arrow { display: grid; place-items: center; width: 36px; height: 36px; background: var(--forest); color: var(--lime); border-radius: 50%; }.quick-select-arrow svg { width: 16px; height: 16px; }
 .quick-select.is-visible { visibility: visible; transform: translateY(0); }body:has(dialog[open]) .quick-select { visibility: hidden; }
 .toast { bottom: 95px; font-size: 11px; }
}
@media (max-width: 360px) {
 :root { --gutter: 18px; }.hero { min-height: 735px; }.hero-coordinates { font-size: 6px; letter-spacing: .03em; }.hero-content { top: 33%; }.hero-postcard { top: 20%; width: 90px; right: 22px; }.postcard-bottom > span { font-size: 12px; }
 .hero-eyebrow { font-size: 7px; }.hero-title-line { font-size: 34vw; }.hero-title-second { font-size: 16vw; }.hero-footer { gap: 10px; }.scroll-cue > span:last-child { display: none; }.hero-offer { min-width: 185px; }.offer-label { font-size: 7px; }.offer-price { font-size: 29px; }
 .fact-number { font-size: 38px; }.fact:nth-child(even) { padding-left: 18px; }.fact p { font-size: 8px; }.place-card { height: 395px; }.place-bottom h3 { font-size: 31px; }.place-bottom p { font-size: 9px; }.gallery-progress { width: 55px; }
 .plot-option { grid-template-columns: 85px 1fr; padding: 18px 16px; gap: 13px; }.plot-plan { width: 90px; height: 115px; }.plot-card-top { font-size: 7px; }.plot-area { font-size: 35px; }.plot-area small { font-size: 22px; }.ladder-bars { gap: 5px; }.ladder-bar > span { font-size: 7px; }.ladder-bar > small { font-size: 6.5px; }
 .season-section { height: 695px; }.mobile-menu nav a { font-size: 39px; }.lead-dialog h2 { font-size: 45px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: 0s !important; scroll-behavior: auto !important; }
 html[data-motion=on] .landscape-story { height: 750px; min-height: 0; }
 html[data-motion=on] .landscape-stage { position: relative; height: 100%; }
}
@media print {
 .header,.reading-progress,.button,.quick-select,.gallery-toolbar,dialog,.motion-toggle { display: none !important; }
 .hero,.season-section,.landscape-story { height: 500px !important; min-height: 0; }
 .landscape-stage { position: relative !important; height: 100% !important; }
 .landscape-window { clip-path: none !important; }.landscape-copy { opacity: 1 !important; }
 .section { padding: 40px; }.gallery { flex-wrap: wrap; overflow: visible; }.place-card { flex-basis: 45%; height: 320px; }
 * { animation: none !important; transform: none !important; }
}

.mobile-menu .menu-motion-toggle { display: flex; margin-top: 24px; padding-left: 0; }
.magnetic { transition: translate .4s var(--ease), background .35s, color .35s, box-shadow .35s; }


/* Readable controls and disclosures; tiny type is reserved for decorative marks. */
.desktop-nav { font-size: 13px; }
.button, .button-small, .filter { font-size: 13px; }
.about-copy > p, .timeline-step p, .faq-list summary, .faq-answer { font-size: 14px; }
.footnote, .legal-note, .plot-notes p, .gallery-footer > p, .territory-bottom p,
.ladder-chart > p, .map-disclaimer, .concept-source { font-size: 11px; line-height: 1.85; }
.concept-pill, .place-top { font-size: 10px; }
@media (max-width: 540px) {
 .button, .button-small, .filter { font-size: 12px; }
 .concept-pill { font-size: 9px; }
 .place-top { font-size: 9px; }
 .gallery-footer > p { max-width: 245px; }
 .ladder-chart > p { font-size: 10px; }
}

/* v3 / Art direction follows the real image, not the other way around. */
picture { display: block; }
.hero { min-height: 740px; max-height: 1080px; }
.hero-image-wrap > picture { width: 100%; height: 100%; }
.hero-image { height: 106%; margin-top: -3%; object-position: 56% 48%; filter: none; }
.hero-shade { background: linear-gradient(90deg,#10251c9c 0%,#10251c38 50%,transparent 83%),linear-gradient(0deg,#10291ee6 0%,transparent 44%,#10251c65 100%); }
.hero-grain { display: none; }
.hero-content { top: 26%; }
.hero-title-line { font-size: clamp(154px,18.8vw,310px); }
.hero-title-second { margin-left: 10vw; font-size: clamp(75px,8.8vw,150px); }
.hero-bottom-copy { margin-left: 10vw; margin-top: 32px; }
.hero-bottom-copy p { font-size: 14px; }
.hero-postcard { top: 32%; width: clamp(192px,16vw,250px); transform: none; padding: 7px; background: #f5f3e9; border-radius: 2px; box-shadow: 0 12px 40px #10251c30; }
.hero-postcard:hover { rotate: 0deg; }
.postcard-image { aspect-ratio: 1.88; }
.postcard-image > picture { width: 100%; height: 100%; }
.postcard-image img { object-fit: cover; }
.hero-postcard:hover img { transform: scale(1.025); }
.postcard-bottom { padding: 14px 9px 12px; }
.postcard-bottom > span { font-size: 25px; line-height: 1.1; }
.postcard-bottom small { display: none; }
.hero-image-caption { position: absolute; right: var(--gutter); bottom: 143px; font-size: 9px; letter-spacing: .14em; color: #f2f0e7bf; }
.hero-coordinates { font-size: 10px; letter-spacing: .14em; top: 135px; }
.hero-side-note { font-size: 9px; }
.section-label, .eyebrow { font-size: 11px; }
.fact p { font-size: 12px; }
.about-layout { grid-template-columns: minmax(260px,.8fr) minmax(0,1.8fr); gap: 6%; margin-top: 58px; align-items: center; }
.about-copy { max-width: 340px; }
.about-copy > p:not(.large-copy) { font-size: 14px; }
.image-frame { aspect-ratio: 2027 / 941; }
.image-frame > picture { width: 100%; height: 100%; }
.image-frame img { height: 103%; object-fit: cover; object-position: 50% 50%; filter: none; }
.image-stamp { display: none; }
.residence-figure figcaption { font-size: 10px; line-height: 1.6; }
.landscape-story { height: 760px; }
html[data-motion=on] .landscape-story { height: 135svh; min-height: 850px; }
html[data-motion=on] .landscape-stage { position: sticky; top: 78px; height: calc(100svh - 78px); max-height: 960px; }
.landscape-window > picture { height: 100%; width: 100%; }
.landscape-window img { height: 100%; width: 100%; object-fit: cover; object-position: 60% 60%; filter: none; }
.landscape-shade { background: linear-gradient(0deg,#10271eb3,transparent 85%); }
.landscape-copy { bottom: 18%; }
.landscape-copy h2 { font-size: clamp(66px,7vw,124px); }
.landscape-note { font-size: 10px; }
.territory-map { max-width: 1600px; margin-inline: auto; }
.territory-map > picture { width: 100%; height: 100%; }
.territory-map > picture > img { width: 100%; height: 100%; object-fit: cover; }
.gallery { gap: 28px; }
.place-card { flex: 0 0 min(42vw,580px); min-width: 0; height: auto; overflow: hidden; background: transparent; }
.place-card > picture { aspect-ratio: 1.65; overflow: hidden; background: #13251e; }
.place-card > picture > img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: transform 950ms var(--ease); }
.place-card::after { display: none; }
.place-card:hover > picture > img, .place-card:focus-within > picture > img { transform: scale(1.025); }
.place-top { top: 18px; left: 18px; right: 18px; text-shadow: 0 1px 12px #000a; }
.place-top > span:first-child { padding: 5px 10px; border-radius: 20px; background: #10271e9e; font-size: 10px; }
.small-circle { background: #10271e45; }
.place-bottom { position: static; padding: 23px 0 18px; transform: none !important; border-bottom: 1px solid #aab9994d; }
.place-bottom h3 { font-size: clamp(30px,2.4vw,40px); }
.place-bottom p { font-size: 13px; margin-top: 10px; color: #c2ceb7; }
.gallery-hint { font-size: 10px; }
.concept-dialog { width: min(1600px,calc(100% - 48px)); }
.concept-dialog[open] { grid-template-columns: minmax(0,1.65fr) minmax(280px,1fr); align-items: center; }
.concept-visual { height: auto; min-height: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.concept-visual > picture { display: block; }
.concept-visual img { position: static; display: block; width: 100%; height: auto; max-height: 72svh; object-fit: contain; }
.concept-visual::after { display: none; }
.concept-visual > span { position: static; font-size: 10px; margin-top: 17px; line-height: 1.6; }
.concept-detail { min-height: 460px; padding: 65px 38px 30px 10px; }
.concept-detail h2 { font-size: clamp(38px,3.4vw,60px); line-height: 1.05; }
.concept-detail > p:not(.concept-source) { font-size: 14px; }
.concept-navigation { margin-top: 28px; }
.season-section { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 5%; height: auto; min-height: 660px; padding: 94px var(--gutter); }
.season-content { position: static; min-width: 0; }
.season-content h2 { font-size: clamp(52px,4.9vw,88px); }
.season-tabs { gap: 25px; margin-top: 38px; }
.season-tabs button { font-size: 14px; padding: 12px 0; }
.season-frames { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; align-items: center; }
.season-frame { position: relative; opacity: .62; transform: translateY(13px); transition: opacity 550ms var(--ease),transform 800ms var(--ease); }
.season-frame:nth-child(even) { margin-top: 65px; }
.season-frame.is-active { opacity: 1; transform: translateY(0); }
.season-frame picture { aspect-ratio: 418 / 941; overflow: hidden; }
.season-frame img { width: 100%; height: 100%; object-fit: cover; }
.season-frame figcaption { font-size: 11px; padding: 14px 0; border-bottom: 1px solid #b1c29c55; }
.season-frame.is-active figcaption { color: var(--lime); border-color: var(--lime); }
.season-caption { position: absolute; top: auto; height: auto; bottom: 28px; right: var(--gutter); font-size: 9px; }
.season-counter { display: none; }
#season-panel { min-height: 122px; }
#season-copy { font-size: 14px; line-height: 1.9; max-width: 390px; }
@media (min-width: 1800px) {
 .hero-content { top: 27%; }
 .about-layout { grid-template-columns: 1fr 2fr; }
}
@media (max-width: 1000px) {
 .place-card { flex-basis: 60vw; }
 .hero-postcard { top: 20%; }
 .hero-content { top: 33%; }
 .about-layout { grid-template-columns: 1fr; }
 .about-copy { max-width: 560px; }
 .residence-figure { margin-top: 15px; }
 .season-section { grid-template-columns: 1fr; gap: 26px; padding: 72px var(--gutter); }
 .season-frames { width: 100%; gap: 18px; }
 .season-frame:nth-child(even) { margin-top: 35px; }
 .season-caption { display: none; }
}
@media (max-width: 800px) {
 .hero { min-height: 760px; }
 .hero-title-line { font-size: 24vw; }
 .hero-title-second { margin-left: 0; font-size: 12vw; }
 .hero-bottom-copy { margin-left: 0; }
 .concept-dialog[open] { grid-template-columns: 1fr; }
 .concept-visual { height: auto; min-height: 0; padding: 58px 20px 8px; }
 .concept-visual img { width: 100%; height: auto; max-height: 48svh; }
 .concept-detail { min-height: 0; padding: 24px; }
 .concept-detail h2 { margin: 18px 0; font-size: 42px; }
 .landscape-story { height: 630px; }
 html[data-motion=on] .landscape-story { height: 115svh; min-height: 650px; }
 html[data-motion=on] .landscape-stage { top: 72px; height: calc(100svh - 72px); }
}
@media (max-width: 600px) {
 .hero { min-height: 760px; max-height: 950px; }
 .hero-image { height: 100%; margin-top: 0; object-position: 50% 50%; }
 .hero-content { top: 30%; }
 .hero-title-line { font-size: 27.5vw; }
 .hero-title-second { font-size: 12vw; margin-top: 10px; }
 .hero-eyebrow { font-size: 9px; margin-left: 0; margin-bottom: 20px; }
 .hero-coordinates { top: 112px; font-size: 8px; letter-spacing: .1em; }
 .hero-postcard { top: 158px; right: var(--gutter); width: 128px; padding: 5px; display: none; }
 .hero-bottom-copy { margin-top: 35px; gap: 22px; }
 .hero-bottom-copy p { font-size: 14px; }
 .hero-image-caption { font-size: 8px; right: var(--gutter); left: var(--gutter); bottom: 139px; }
 .hero-footer { bottom: 27px; padding-top: 20px; }
 .section-label { font-size: 10px; }
 .place-card { flex-basis: 82vw; }
 .gallery { gap: 18px; }
 .place-bottom { padding-top: 20px; }
 .place-bottom h3 { font-size: 31px; }
 .place-bottom p { font-size: 12px; }
 .residence-figure figcaption { font-size: 9px; gap: 12px; }
 .season-frames { gap: 8px; }
 .season-frame figcaption { font-size: 11px; }
 .season-content h2 { font-size: clamp(42px,10.4vw,64px); }
 .season-tabs { gap: 28px; }
 .season-section { padding-block: 65px; }
 .landscape-note { font-size: 8px; }
 .landscape-copy h2 { font-size: clamp(46px,12vw,72px); }
 .landscape-copy p { font-size: 14px; }
 .landscape-copy .eyebrow { margin-bottom: 22px; }
 .hero-offer { min-width: 0; }
 .fact p { font-size: 11px; }
}
@media (max-width: 360px) {
 .hero { min-height: 730px; }
 .hero-title-second { font-size: 11.5vw; }
 .hero-bottom-copy { margin-top: 24px; }
 .hero-coordinates { font-size: 7px; }
 .hero-coordinates .coordinate-line { width: 15px; margin-inline: 0; }
 .season-tabs { gap: 22px; }
 .season-tabs button { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
 html[data-motion=on] .landscape-story { height: 650px; min-height: 0; }
 html[data-motion=on] .landscape-stage { position: relative; top: 0; height: 100%; }
}


/* Image, outline and markers share one coordinate system at every breakpoint. */
.territory-map { aspect-ratio: auto; min-height: 0; height: auto; }
.map-viewport { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: var(--lime) var(--forest); }
.map-viewport:focus-visible { outline: 2px solid var(--lime); outline-offset: -3px; }
.map-canvas { position: relative; width: 100%; aspect-ratio: 1944 / 1037; }
.map-canvas > picture, .map-canvas > picture > img { display: block; width: 100%; height: 100%; }
.map-canvas > picture > img { object-fit: contain; }
.map-canvas .map-outline, .map-canvas .map-hotspots { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-scroll-hint { display: none; }
@media (max-width: 800px) {
 .map-canvas { width: max(100%,620px); }
 .map-card { position: static; width: auto; margin: 0; padding: 28px; }
 .map-card h3 { font-size: 34px; }.map-card > p { min-height: 0; }
 .map-disclaimer { position: static; display: block; padding: 16px 28px; font-size: 10px; }
 .map-scroll-hint { display: block; margin: 0; padding: 16px 28px; font-size: 11px; letter-spacing: .025em; color: #d6e0cd; }
 .map-canvas .map-marker { width: 44px; height: 44px; font-size: 11px; }
 .map-canvas .map-caption { font-size: 9px; top: 22px; left: 24px; }
 .map-canvas .map-north { top: 18px; right: 24px; }
}

/* Decoded media transitions: stable geometry, explicit loading/error states. */
.media-probe{position:fixed!important;left:-10000px!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;pointer-events:none!important;visibility:hidden!important}
.concept-visual[data-state="loading"]>picture,.concept-visual[data-state="error"]>picture{visibility:hidden}
.concept-media-status{position:absolute;inset:0;display:grid;place-content:center;padding:32px 28px 70px;text-align:center;font:500 14px/1.7 var(--sans);color:var(--paper-light);max-width:100%;z-index:2}
.concept-media-status[hidden],.concept-retry[hidden]{display:none}
.concept-visual .concept-retry{position:absolute;top:58%;left:50%;transform:translateX(-50%);color:var(--paper-light);z-index:3;white-space:nowrap;font-size:14px}
.concept-visual[data-state="loading"] .concept-media-status:before{content:"";width:36px;height:2px;background:var(--lime);margin:0 auto 18px;animation:media-wait 1.4s ease-in-out infinite;transform-origin:left}
@keyframes media-wait{50%{transform:scaleX(.3);opacity:.4}}
html[data-motion="off"] .concept-media-status:before{animation:none}
@media(prefers-reduced-motion:reduce){.concept-media-status:before{animation:none!important}}

/* Stable scrollbar and native vertical scroll/pinch while a modal is open. */
html { scrollbar-gutter: stable; }
html:has(dialog[open]), body:has(dialog[open]) { overflow: hidden; }
.concept-visual { touch-action: pan-y pinch-zoom; }
.concept-visual img { user-select: none; -webkit-user-drag: none; }
.gallery-result { margin: -12px 0 24px; color: #c9d7c2; font-size: 12px; line-height: 1.6; }
.concept-navigation button:disabled { opacity: .35; cursor: default; }
#concept-title:focus { outline: none; }
@media (max-width: 600px) { .gallery-result { margin-top: -6px; margin-bottom: 20px; } }

html:has(dialog[open]) { background: var(--forest); }

/* A landscape-led opening: warm mineral paper, deep pine and oversized type. */
:root { --paper: #f3f0e8; --paper-light: #fffcf3; --forest: #203c30; --forest-deep: #11291f; --lime: #e5edc9; --gutter: clamp(24px, 5vw, 96px); }
.header { padding-top: 25px; padding-bottom: 25px; }
.brand > svg { width: 34px; }
.desktop-nav { gap: 32px; }
.header-cta { background: #f8f6ed; color: var(--forest-deep); border-color: #f8f6ed; }
.hero { height: 100svh; min-height: 760px; max-height: 1200px; }
.hero-image-wrap { background: #25382d; }
.hero-image { height: 100%; margin: 0; object-position: 62% 50%; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; opacity: 0; transition: opacity 1.4s ease; }
.has-video .hero-video { opacity: 1; }
.hero-shade { background: linear-gradient(180deg,#06191077 0%,#071a0920 35%,#071d0866 70%,#071a10dc 100%),linear-gradient(90deg,#09221e25,transparent 80%); }
.hero-coordinates { top: 134px; font-size: 9px; letter-spacing: .14em; }
.hero-side-note { right: var(--gutter); top: 145px; writing-mode: horizontal-tb; color: #fff9e0ce; font-size: 9px; }
.hero-content { top: auto; bottom: 182px; }
.hero-eyebrow { font-size: 10px; margin: 0 0 20px 6px; letter-spacing: .25em; }
.hero-title-line { font-size: clamp(155px, 21.5vw, 370px); line-height: .74; overflow: visible; letter-spacing: -.055em; padding-bottom: .12em; }
.hero-title-second { font-size: clamp(64px, 8.1vw, 142px); line-height: .92; margin-left: 22vw; padding-top: .03em; margin-top: -9px; letter-spacing: -.04em; }
.title-dot { color: #edf0ce; }
.hero-bottom-copy { margin: 27px 0 0 22vw; gap: 35px; }
.hero-bottom-copy p { font-size: 13px; line-height: 1.7; color: #fffcf0e6; }
.hero-bottom-copy .button { min-height: 54px; }
.hero-postcard { top: auto; bottom: 230px; right: var(--gutter); width: 192px; padding: 0; background: transparent; color: white; text-align: left; box-shadow: none; }
.hero-postcard .postcard-image { display: block; aspect-ratio: 16/10; border: 1px solid #fff7db69; border-radius: 2px; }
.hero-postcard .postcard-image img { filter: brightness(.8); transition: transform .8s var(--ease),filter .6s; }
.hero-postcard:hover .postcard-image img { transform: scale(1.07); filter: brightness(1); }
.postcard-play { inset: 0; margin: auto; width: 42px; height: 42px; color: white; background: #ffffff1a; border: 1px solid #ffffff80; backdrop-filter: blur(8px); }
.play-icon { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.postcard-bottom { padding: 13px 0 0; gap: 12px; align-items: center; }
.postcard-bottom > span { font: 11px/1.5 var(--sans); letter-spacing: 0; }
.postcard-bottom small { display: inline; color: #fffae6ba; font: 10px var(--sans); }
.hero-image-caption { left: auto; right: var(--gutter); bottom: 143px; font-size: 8px; letter-spacing: .12em; }
.hero-footer { bottom: 27px; padding-top: 21px; }
.hero-offer { min-width: 195px; }
.offer-label { font-size: 9px; }
.offer-price { font-size: 30px; }
.motion-toggle { font-size: 10px; }
.hero-mobile-film { display: none; }
.facts { padding-block: 36px; }
.fact-number { font-size: 54px; }
.fact p { font-size: 11px; }
.about-heading h2 { font-size: clamp(52px,6.2vw,100px); }
.residence-figure { padding-top: 18px; }
.residence-figure::before { content: 'ЖИТЬ В ОКРУЖЕНИИ ПРИРОДЫ'; position: absolute; top: -10px; font-size: 9px; letter-spacing: .17em; }
.image-frame { border-radius: 2px; }
.landscape-copy { bottom: 20%; }
.landscape-copy h2 { font-size: clamp(70px,8.5vw,140px); }
.landscape-copy > p { font-size: 14px; margin-top: 22px; }
.film-play { display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; padding: 8px 15px 8px 8px; color: #fffaf0; font-size: 12px; }
.film-play > span:first-child { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; border: 1px solid #fff9de99; background: #ffffff0d; backdrop-filter: blur(8px); transition: background .3s,transform .5s var(--ease); }
.film-play:hover > span:first-child { background: #ffffff30; transform: scale(1.08); }
.film-play small { display: block; text-align: left; color: #ffffffb8; font-size: 9px; letter-spacing: .1em; margin-top: 3px; }
.hero .hero-mobile-film { display: none; }
.landscape-note { font-size: 9px; }
.landscape-kicker { z-index: 2; color: #f5f5e7; left: 12%; right: 12%; top: 13%; }
.places { background: #182f25; padding-top: 95px; padding-bottom: 85px; }
.places h2 { font-size: clamp(54px,6.1vw,102px); }
.gallery { gap: 24px; }
.place-card { flex-basis: min(43vw,660px); }
.place-card > picture { aspect-ratio: 1.28; }
.place-card > picture > img { transition: transform 1.3s var(--ease); }
.place-card:hover > picture > img { transform: scale(1.055); }
.place-bottom h3 { font-size: clamp(32px,3vw,46px); }
.place-top > span:first-child { background: #15271cc2; }
.season-frame { transition: opacity .6s ease,transform .9s var(--ease),filter .6s; filter: saturate(.6); }
.season-frame.is-active { filter: saturate(1); }
.contact { background: #182e24; }
.contact-main h2 { font-size: clamp(66px,8.2vw,145px); }
.film-dialog { width: min(1280px,calc(100vw - 56px)); max-width: none; max-height: calc(100svh - 40px); padding: 0; border: 1px solid #ffffff25; background: #102219; color: var(--paper-light); overflow: auto; }
.film-dialog::backdrop { background: #04120dee; backdrop-filter: blur(12px); }
.film-topbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; gap: 20px; }
.film-topbar h2 { font: 12px var(--sans); letter-spacing: .07em; }
.film-topbar .icon-button { flex-shrink: 0; }
.film-screen { position: relative; background: #06150f; }
#project-film { display: block; width: 100%; max-height: 70svh; aspect-ratio: 16/9; object-fit: contain; }
.film-caption { display: flex; justify-content: space-between; gap: 20px; padding: 20px 24px 23px; align-items: center; font-size: 11px; }
.film-caption p { font-size: 10px; color: #d7decc; max-width: 420px; }
.film-feedback { padding: 0 24px; }
#film-status { font-size: 12px; padding: 14px 0; }
#film-retry { margin-bottom: 18px; color: var(--lime); }
html[data-motion=off] .hero-video { display: none; }
@media (min-width: 1700px) { .hero-content { bottom: 210px; } .hero-postcard { width: 240px; bottom: 270px; } }
@media (min-width: 801px) and (max-height: 820px) {
  .hero { min-height: 720px; }
  .hero-coordinates, .hero-side-note { top: 112px; }
  .hero-content { bottom: 150px; }
  .hero-title-line { font-size: clamp(154px,18vw,270px); }
  .hero-title-second { font-size: clamp(64px,7.3vw,115px); }
  .hero-eyebrow { margin-bottom: 14px; }
  .hero-bottom-copy { margin-top: 22px; }
  .hero-postcard { bottom: 222px; width: 170px; }
  .hero-image-caption { bottom: 125px; }
}
@media (max-width: 1150px) { .hero-postcard { width: 156px; bottom: 335px; } .hero-title-second { margin-left: 15vw; font-size: 9vw; } .hero-bottom-copy { margin-left: 15vw; } }
@media (max-width: 800px) {
  .hero { min-height: 720px; }
  .hero-title-line { font-size: 29vw; }
  .hero-title-second { font-size: 12.5vw; margin-left: 0; margin-top: 7px; }
  .hero-content { bottom: 190px; }
  .hero-bottom-copy { margin-left: 0; }
  .hero-postcard { display: none; }
  .hero-side-note { display: none; }
  .hero-image-caption { display: none; }
  .hero .hero-mobile-film { display: inline-flex; }
  .hero-footer > .motion-toggle { display: none; }
  .hero-bottom-copy { flex-wrap: wrap; gap: 24px; }
  .hero-bottom-copy p { width: 100%; }
  .hero-mobile-film { gap: 10px; padding: 10px 0; margin: 0; }
  .hero-mobile-film > span:first-child { width: 38px; height: 38px; }
  .hero-mobile-film small { display: none; }
  .hero-mobile-film .play-icon { width: 10px; height: 10px; }
  .place-card { flex-basis: 65vw; }
}
@media (max-width: 600px) {
  .header { padding-top: 20px; }
  .hero { height: 100svh; min-height: 730px; max-height: 1100px; }
  .hero-coordinates { top: 107px; font-size: 8px; gap: 9px; letter-spacing: .04em; }
  .hero-image { object-position: 94% 50%; }
  .hero-video { object-position: 50% 50%; }
  .hero-shade { background: linear-gradient(180deg,#0821156b,transparent 25%,#08211370 52%,#081e16ed 100%); }
  .hero-content { bottom: 162px; }
  .hero-eyebrow { margin-bottom: 20px; margin-left: 0; font-size: 8px; }
  .hero-title-line { font-size: 33vw; }
  .hero-title-second { font-size: 14vw; line-height: 1; margin-top: 2px; }
  .hero-bottom-copy { margin-top: 26px; gap: 12px 20px; }
  .hero-bottom-copy p { font-size: 13px; margin-bottom: 9px; }
  .hero-bottom-copy .button { font-size: 11px; padding-left: 18px; min-height: 50px; gap: 16px; }
  .hero-mobile-film { font-size: 10px; gap: 8px; }
  .hero-footer { bottom: 25px; align-items: center; gap: 10px; }
  .scroll-cue { gap: 10px; font-size: 7px; }
  .scroll-cue small { display: none; }
  .scroll-circle { width: 35px; height: 35px; }
  .hero-offer { min-width: 151px; }
  .offer-label { font-size: 7px; }
  .offer-price { font-size: 25px; gap: 18px; }
  .facts { padding-block: 30px; }
  .fact-number { font-size: 43px; }
  .fact p { font-size: 10px; }
  .landscape-copy { bottom: 20%; }
  .landscape-copy h2 { font-size: 16vw; }
  .landscape-copy > p { font-size: 12px; }
  .landscape-kicker { font-size: 7px; letter-spacing: .07em; left: 9%; right: 9%; }
  .landscape-note { font-size: 7px; }
  .landscape-copy .film-play { margin-top: 20px; }
  .places { padding-top: 65px; padding-bottom: 55px; }
  .places h2 { font-size: 13vw; }
  .place-card { flex-basis: 83vw; }
  .place-card > picture { aspect-ratio: 1.06; }
  .place-bottom h3 { font-size: 33px; }
  .film-dialog { width: calc(100vw - 20px); max-height: calc(100svh - 24px); }
  .film-topbar { padding: 12px 16px; }
  .film-topbar h2 { font-size: 10px; }
  .film-caption { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 16px; }
  .film-caption p { font-size: 10px; }
  .contact-main h2 { font-size: 16vw; }
}
@media (max-width: 360px) { .hero-bottom-copy { column-gap: 12px; } .hero-mobile-film > span:first-child { width: 28px; height: 28px; } .hero-mobile-film { font-size: 9px; } .hero-bottom-copy .button { font-size: 10px; gap: 10px; } }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }

