
@font-face { font-family: "Source Serif 4"; src: url("SourceSerif4-CyrillicExt.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: block; unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }
@font-face { font-family: "Source Serif 4"; src: url("SourceSerif4-Cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: block; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: "Source Serif 4"; src: url("SourceSerif4-Latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: block; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Source Sans 3"; src: url("SourceSans3-CyrillicExt.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: block; unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }
@font-face { font-family: "Source Sans 3"; src: url("SourceSans3-Cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: block; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: "Source Sans 3"; src: url("SourceSans3-Latin.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: block; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
:root {
  --ink: #241d1a;
  --muted: #746b64;
  --paper: #f3f0e9;
  --paper-soft: #faf8f3;
  --wine: #5d202a;
  --wine-dark: #321c1b;
  --gold: #c9a86c;
  --line: rgba(55, 42, 35, .18);
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shell: min(1380px, calc(100% - 96px));
  --promo-header-height: 4.5rem;
  --promo-header-compact-height: 3.65rem;
  --panel-open-dur: 400ms;
  --panel-close-dur: 350ms;
  --panel-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--promo-header-compact-height) + 1rem); background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-wrap: anywhere; }
body, main, section, header, footer { max-width: 100%; }
img, svg, iframe { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.canonical-site-header { min-height: 82px; padding: 0 max(32px, calc((100% - 1380px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: #fff; color: #171a19; border-bottom: 1px solid rgba(23,26,25,.12); }
.canonical-site-header > a { display: flex; align-items: baseline; gap: 18px; text-decoration: none; }
.canonical-site-header b { font-size: 17px; letter-spacing: .15em; }
.canonical-site-header span { color: #6b736e; font-size: 12px; }
.canonical-site-header > div { display: flex; align-items: center; gap: 28px; }
.canonical-site-header > div > a { font-size: 13px; text-decoration: none; }
.canonical-site-cta { padding: 11px 17px; border-radius: 999px; background: #171b18; color: #fff; }
.kicker { margin: 0 0 20px; color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: 1.02; letter-spacing: -.035em; }

/* Four deterministic object styles. Premium intentionally keeps the proven
   editorial master; the other presets change layout, rhythm and geometry in
   addition to colour. */
body.style-minimal {
  --ink: #171a18; --muted: #686d69; --paper: #f8f8f5; --paper-soft: #fff;
  --wine: #252a27; --wine-dark: #edece7; --gold: #252a27; --line: rgba(23,26,24,.16);
}

body.style-premium {
  --ink: #171a19; --muted: #59615d; --paper: #f3f4ef; --paper-soft: #fff;
  --wine: #647f0b; --wine-dark: #171b18; --gold: #d5f36a; --line: rgba(23,26,25,.16);
}
.style-premium h1, .style-premium h2, .style-premium h3 { font-family: var(--sans); font-weight: 560; letter-spacing: -.055em; }
.style-premium .hero { min-height: max(680px, min(calc(100svh - 82px), 920px)); background: #171b18; }
.style-premium .hero-copy { padding: 250px 0 64px; }
.style-premium .hero-copy::before { inset: auto -10vw 0; width: auto; height: 72%; background: linear-gradient(0deg, rgba(11,14,12,.84) 0%, rgba(11,14,12,.52) 44%, transparent 100%); }
.style-premium .hero-eyebrow { color: var(--image-accent); font-size: 14px; }
.style-premium .hero h1 { max-width: 15ch; font-size: clamp(54px, 6.2vw, 94px); line-height: .91; letter-spacing: -.06em; }
.style-premium .hero-long-headline h1 { max-width: 18ch; font-size: clamp(44px, 4.8vw, 72px); line-height: .94; }
.style-premium .hero-address { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.84); font-size: 16px; }
.style-premium .hero-facts { font-size: 15px; line-height: 1.45; }
.style-premium .hero-price strong, .style-premium .fact strong, .style-premium .advantages-section li p { font-family: var(--sans); }
.style-premium .hero-price strong { font-size: clamp(34px, 3.8vw, 56px); font-weight: 720; letter-spacing: -.045em; }
.style-premium .button, .style-premium .nav-cta { border-radius: 999px; }
.style-premium .about-section, .style-premium .advantages-section { gap: 64px; padding-block: clamp(84px, 8vw, 112px); }
.style-premium .about-copy .about-lead { font-family: var(--sans); font-weight: 680; }
.style-premium .about-visual { height: clamp(430px, 52vw, 680px); border-radius: 24px; }
.style-premium .fact { min-height: 116px; }
.style-premium .fact strong { font-weight: 720; letter-spacing: -.035em; }
.style-premium .gallery-section, .style-premium .investment-section, .style-premium .contact-band { background: #171b18; }
.style-premium .gallery-section { padding-block: 88px 104px; }
.style-premium .gallery-slide, .style-premium .plan-stage, .style-premium .lead-panel { border-radius: 24px; }
.style-premium .advantages-section li p { font-weight: 620; letter-spacing: -.04em; }
.style-premium .scenario-section { padding-block: 96px; background: #dce4cf; }
.style-premium .scenario-grid h3 { font-family: var(--sans); font-weight: 620; }
.style-premium .plan-section, .style-premium .location-section { padding-block: 104px; }
.style-premium .investment-section { padding-block: 96px; }
.style-premium .terms-section { padding-block: 72px 112px; }
.style-premium .final-cta { padding-block: 96px; background: #d5f36a; }
.style-minimal h1, .style-minimal h2, .style-minimal h3 { font-family: var(--sans); font-weight: 650; letter-spacing: -.05em; }
.style-minimal .hero { min-height: 84svh; margin: 24px; background: #edece7; }
.style-minimal .hero-copy { padding-bottom: 11vh; }
.style-minimal section { padding-block: clamp(96px, 12vw, 180px); }
.style-minimal .fact, .style-minimal .terms-list, .style-minimal .contact-card { border-radius: 0; box-shadow: none; }

body.style-business {
  --ink: #142437; --muted: #607084; --paper: #eef2f6; --paper-soft: #fff;
  --wine: #245d91; --wine-dark: #0e1d2c; --gold: #6fa6d8; --line: rgba(28,62,92,.20);
}
.style-business h1, .style-business h2, .style-business h3 { font-family: var(--sans); font-weight: 700; letter-spacing: -.035em; }
.style-business .hero { min-height: 78svh; }
.style-business section { padding-block: clamp(64px, 7vw, 112px); }
.style-business .fact-grid, .style-business .investment-grid { gap: 8px; }
.style-business .fact, .style-business .investment-card, .style-business .terms-list { border-radius: 6px; box-shadow: none; }
.style-business .fact strong, .style-business .investment-card strong { font-variant-numeric: tabular-nums; }

body.style-modern {
  --ink: #173127; --muted: #61736a; --paper: #eff4ef; --paper-soft: #f9fbf8;
  --wine: #3d8063; --wine-dark: #173127; --gold: #8dbca2; --line: rgba(45,100,75,.20);
}
.style-modern h1, .style-modern h2, .style-modern h3 { font-family: var(--sans); font-weight: 650; letter-spacing: -.04em; }
.style-modern .hero { min-height: 92svh; margin: 14px; border-radius: 32px; }
.style-modern section { padding-block: clamp(76px, 9vw, 136px); }
.style-modern .fact, .style-modern .investment-card, .style-modern .terms-list, .style-modern .contact-card, .style-modern .gallery figure { border-radius: 28px; }
.style-modern .button, .style-modern .nav-cta { border-radius: 999px; }

@media (min-width: 721px) {
  html { scrollbar-width: thin; scrollbar-color: #8d837c #e7e1d8; }
  html::-webkit-scrollbar { width: 9px; }
  html::-webkit-scrollbar-track { background: #e7e1d8; }
  html::-webkit-scrollbar-thumb { min-height: 48px; border: 2px solid #e7e1d8; border-radius: 999px; background: #8d837c; }
  html::-webkit-scrollbar-thumb:hover { background: #716862; }
}

.demo-notice { position: absolute; z-index: 20; top: 0; left: 0; right: 0; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 8px 24px; background: #ecd8a9; color: #332617; font-size: 12px; }
.demo-notice b { text-transform: uppercase; letter-spacing: .08em; }

.hero { --image-ink: #fffaf2; --image-muted: #f1e9df; --image-line: rgba(255,250,242,.62); --image-accent: #f1d8a0; --image-button-bg: #fffaf2; --image-button-ink: #211b18; --image-scrim-solid: rgba(20,12,12,.94); --image-scrim-soft: rgba(20,12,12,.72); --image-edge-scrim: rgba(20,12,12,.78); position: relative; min-height: 100svh; isolation: isolate; display: grid; align-items: end; overflow: hidden; background: var(--wine-dark); color: var(--image-ink); }
.hero[data-image-contrast="dark"] { --image-ink: #17120f; --image-muted: #342b27; --image-line: rgba(23,18,15,.58); --image-accent: #6a2732; --image-button-bg: #241d1a; --image-button-ink: #fffaf2; --image-scrim-solid: rgba(250,248,243,.96); --image-scrim-soft: rgba(250,248,243,.78); --image-edge-scrim: rgba(250,248,243,.86); }
.demo-notice + .hero { min-height: calc(100svh + 38px); }
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; animation: hero-in 1.6s ease-out both; }
.hero-shade { position: absolute; z-index: -2; inset: 0; pointer-events: none; background: linear-gradient(180deg, var(--image-edge-scrim) 0%, transparent 24%), linear-gradient(0deg, var(--image-edge-scrim) 0%, transparent 20%); }
.hero-no-media::before { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 76% 24%, rgba(201,168,108,.22), transparent 28%), linear-gradient(135deg, #271717, #6b2833 62%, #221615); }
.nav { position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); min-height: 104px; display: grid; grid-template-columns: minmax(180px,1fr) auto minmax(180px,1fr); align-items: center; gap: 28px; border-bottom: 1px solid var(--image-line); }
.demo-notice + .hero .nav { top: 38px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand span { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 500 16px/1 var(--serif); }
.brand b { min-width: 0; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 34px; }
.nav-links a { text-decoration: none; font-size: 13px; }
.nav-cta { justify-self: end; padding: 13px 19px; border: 1px solid var(--image-line); text-decoration: none; font-size: 13px; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { background: var(--image-button-bg); color: var(--image-button-ink); }
.menu-toggle { display: none; }
.hero-copy { position: relative; z-index: 1; isolation: isolate; padding: 190px 0 104px; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; top: clamp(132px, 15vh, 172px); bottom: 54px; left: -40px; width: min(1120px, calc(100% + 40px)); pointer-events: none; background: linear-gradient(90deg, var(--image-scrim-solid) 0%, var(--image-scrim-soft) 72%, transparent 100%); }
.hero[data-image-contrast-source="fallback"] .hero-copy::before { background: linear-gradient(90deg, rgba(20,12,12,.97) 0%, rgba(20,12,12,.9) 76%, transparent 100%); }
.hero-eyebrow { max-width: 900px; margin: 0 0 22px; color: var(--image-muted); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { max-width: 1000px; margin: 0; font-size: clamp(58px, 7.3vw, 112px); line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.hero-long-headline .hero-copy { padding-top: 160px; padding-bottom: 80px; }
.hero-long-headline h1 { max-width: 1220px; font-size: clamp(52px, 5vw, 78px); line-height: .94; letter-spacing: -.035em; }
.hero-offer { max-width: 720px; margin: 26px 0 0; color: var(--image-muted); font-size: clamp(17px, 1.7vw, 23px); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; color: var(--image-muted); font-size: 14px; }
.hero-facts span { position: relative; }
.hero-facts span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -15px; width: 3px; height: 3px; border-radius: 50%; background: var(--image-accent); }
.hero-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; }
.hero-price strong { font: 500 clamp(34px, 4vw, 60px)/1 var(--serif); }
.hero-price span { font-size: 18px; }
.hero-price small { color: var(--image-muted); font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; text-decoration: none; font-size: 14px; font-weight: 700; }
.hero .button-primary { background: var(--image-button-bg); color: var(--image-button-ink); border: 1px solid var(--image-button-bg); }
.hero .button-ghost { color: var(--image-ink); border: 1px solid var(--image-line); background: var(--image-scrim-soft); }
.scroll-cue { position: absolute; right: 48px; bottom: 38px; display: flex; align-items: center; gap: 12px; color: var(--image-muted); text-decoration: none; font-size: 12px; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 42px; background: var(--image-line); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.about-section { position: relative; isolation: isolate; min-height: 168vh; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 88px; padding-block: 140px; overflow: hidden; overflow: clip; }
.about-copy { align-self: start; position: sticky; z-index: 1; top: 40px; min-width: 0; background: var(--paper); }
.about-copy h2 { max-width: 630px; }
.about-copy > p:last-child { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 19px; }
.about-copy .about-lead { max-width: 620px; margin: 26px 0 0; color: var(--wine); font: 500 25px/1.3 var(--serif); }
.about-content { min-width: 0; display: grid; align-content: start; gap: 38px; }
.about-stage { min-width: 0; margin: 0; padding: 0; }
.about-stage > span { display: inline-grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); font-size: 12px; font-weight: 800; }
.about-stage-lead { padding: clamp(34px, 4vw, 56px); border-radius: 34px; background: #e5e0d6; }
.about-stage-lead p { max-width: 720px; margin: 0; color: var(--wine); font: 500 clamp(30px, 3vw, 48px)/1.08 var(--serif); letter-spacing: -.035em; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: start; border-top: 1px solid var(--line); }
.fact { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.fact:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }
.fact:nth-child(even) { padding-left: 30px; }
.fact span { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { font: 500 clamp(23px, 2.2vw, 36px)/1.1 var(--serif); }
.about-visual { position: relative; width: 100%; height: clamp(520px, 62vw, 820px); margin: 0; overflow: hidden; overflow: clip; background: #e3ddd4; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }

.gallery-section { padding: 104px 0 128px; overflow: hidden; background: var(--wine-dark); color: #fff; }
.gallery-section .kicker, .investment-section .kicker { color: var(--gold); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-head h2 { max-width: 900px; }
.gallery-tools { display: flex; align-items: center; gap: 10px; }
.gallery-tools span { min-width: 80px; color: rgba(255,255,255,.7); font-size: 12px; }
.gallery-tools button { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 20px; }
.gallery-track { width: min(100% - 96px, 1380px); margin-inline: auto; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(148px, 13.5vw); gap: 20px; overflow: visible; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide { --caption-ink: #fffaf2; --caption-accent: #f1d8a0; --caption-scrim: rgba(10,6,6,.9); position: relative; min-height: 0; padding: 0; border: 0; border-radius: 30px; overflow: hidden; background: #211413; color: var(--caption-ink); cursor: zoom-in; scroll-snap-align: center; }
.gallery-slide:nth-child(1) { grid-column: 1 / span 7; grid-row: span 3; border-radius: 42px; }
.gallery-slide:nth-child(2) { grid-column: 8 / span 5; grid-row: span 2; border-radius: 999px; }
.gallery-slide:nth-child(3) { grid-column: 8 / span 5; grid-row: span 2; }
.gallery-slide:nth-child(4) { grid-column: 1 / span 4; grid-row: span 2; border-radius: 999px 999px 34px 34px; }
.gallery-slide:nth-child(5) { grid-column: 5 / span 4; grid-row: span 2; }
.gallery-slide:nth-child(6) { grid-column: 9 / span 4; grid-row: span 2; border-radius: 34px 999px 999px 34px; }
.gallery-slide:nth-child(n+7) { grid-column: span 4; grid-row: span 2; }
.gallery-slide[data-image-contrast="dark"] { --caption-ink: #17120f; --caption-accent: #6a2732; --caption-scrim: rgba(250,248,243,.96); }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-slide:hover img { transform: scale(1.025); }
.gallery-slide::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, var(--caption-scrim)); }
.gallery-slide[data-image-contrast-source="fallback"]::after { background: linear-gradient(transparent, rgba(10,6,6,.96)); }
.gallery-slide > span { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; display: flex; justify-content: space-between; gap: 20px; font: 500 23px/1.15 var(--serif); text-align: left; }
.gallery-slide > span b { color: var(--caption-accent); font: 700 11px/1 var(--sans); letter-spacing: .12em; }

.advantages-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-block: 140px; }
.advantages-heading { align-self: start; position: sticky; top: 40px; }
.advantages-heading h2 { max-width: 520px; }
.advantages-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.advantages-section li { min-height: 118px; display: grid; grid-template-columns: 54px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.advantages-section li span { color: var(--wine); font-size: 11px; font-weight: 800; }
.advantages-section li p { margin: 0; font: 500 clamp(24px, 2.4vw, 38px)/1.15 var(--serif); }

.scenario-section { padding-block: 120px; background: #e8e2d8; }
.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scenario-grid article { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scenario-grid span { color: var(--wine); font-size: 11px; font-weight: 800; }
.scenario-grid h3 { margin: 34px 0 0; font-size: clamp(23px, 2.1vw, 34px); line-height: 1.1; }

.plan-section { padding-block: 140px; background: var(--paper-soft); }
.plan-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.plan-copy { position: sticky; top: 36px; }
.plan-copy > p:not(.kicker) { max-width: 520px; margin: 26px 0; color: var(--muted); font-size: 18px; }
.plan-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.plan-tab { padding: 11px 15px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.plan-tab.is-active { background: var(--wine); border-color: var(--wine); color: #fff; }
.plan-stage { min-width: 0; background: #fff; box-shadow: 0 22px 70px rgba(55,42,35,.12); }
.plan-view { display: none; margin: 0; padding: 24px; }
.plan-view.is-active { display: block; }
.plan-view button { width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.plan-view img { width: 100%; max-height: 760px; object-fit: contain; }
.plan-view figcaption { padding-top: 16px; color: var(--muted); font-size: 13px; }

.investment-section { padding-block: 120px; background: var(--wine-dark); color: #fff; }
.investment-section h2 { max-width: 920px; }
.investment-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid rgba(255,255,255,.26); border-left: 1px solid rgba(255,255,255,.26); }
.investment-grid .fact { min-height: 150px; padding: 24px; border-right: 1px solid rgba(255,255,255,.26); border-bottom: 1px solid rgba(255,255,255,.26); }
.investment-grid .fact span { color: rgba(255,255,255,.65); }

.location-section { padding-block: 140px; }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 76px; align-items: start; }
.location-copy { padding-top: 28px; }
.location-copy h2 { font-size: clamp(40px, 4.7vw, 70px); }
.location-copy > p:not(.kicker) { margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.location-copy h3 { margin: 28px 0 0; color: var(--wine); font-size: clamp(27px, 2.7vw, 42px); line-height: 1.08; }
.location-copy ul { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.location-copy li { display: grid; grid-template-columns: minmax(7rem, .55fr) 1fr; gap: 8px 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.location-copy li span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.location-copy li strong { text-align: right; font-size: 14px; }
.location-copy li small { grid-column: 2; color: var(--muted); text-align: right; }
.location-map { min-width: 0; }
.location-map--static { position: relative; min-height: 600px; overflow: hidden; background: #e6dfd3; }
.location-map--static > img { width: 100%; height: 100%; min-height: 600px; display: block; object-fit: contain; }
.location-map--live { position: relative; min-height: 600px; overflow: hidden; background: #e6dfd3; }
.location-map-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; padding: 50px; background: linear-gradient(145deg, #e6dfd3, #d5cabb); text-align: center; }
.location-map-fallback p { max-width: 520px; margin: 28px 0 8px; font: 500 clamp(27px, 3vw, 44px)/1.1 var(--serif); }
.location-map-fallback small { max-width: 520px; color: var(--muted); }
.location-map--live.is-map-ready .location-map-fallback { display: none; }
.location-map-actions { position: absolute; right: 18px; bottom: 18px; z-index: 6; display: flex; flex-wrap: wrap; gap: 8px; }
.location-map-actions .demo-property-site__map-link { margin: 0; }
.map-frame { min-height: 600px; display: grid; grid-template-rows: 1fr auto; background: #ded7ca; }
.map-frame iframe { width: 100%; height: 560px; border: 0; filter: grayscale(1) sepia(.15); }
.map-caption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; background: #fff; font-size: 12px; }
.map-caption a { color: var(--wine); font-weight: 700; }
.location-fallback { min-height: 600px; display: grid; place-content: center; justify-items: center; padding: 50px; background: linear-gradient(145deg, #e6dfd3, #d5cabb); text-align: center; }
.location-pin { width: 44px; height: 44px; border: 12px solid var(--wine); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.location-fallback p { max-width: 520px; margin: 28px 0 8px; font: 500 clamp(27px, 3vw, 44px)/1.1 var(--serif); }
.location-fallback small { max-width: 520px; color: var(--muted); }

.terms-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-block: 80px 150px; }
.terms-section h2 { max-width: 560px; }
.terms-list { border-top: 1px solid var(--line); }
.terms-list > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.terms-list span { color: var(--muted); font-size: 13px; }
.terms-list strong { font-size: 16px; }

.contact-band { padding-block: 118px; background: var(--wine-dark); color: #fff; }
.contact-section { min-width: 0; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: stretch; }
.broker-card { display: grid; grid-template-columns: minmax(180px,.62fr) 1fr; gap: 36px; align-items: end; }
.broker-visual { aspect-ratio: .78; display: grid; place-items: center; overflow: hidden; background: #1f1312; }
.broker-visual img { width: 100%; height: 100%; object-fit: cover; }
.broker-visual > span { width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font: 500 34px/1 var(--serif); }
.broker-card .kicker, .lead-panel .kicker { color: var(--gold); }
.broker-card h2 { font-size: clamp(36px, 4vw, 60px); }
.broker-card p:not(.kicker) { color: rgba(255,255,255,.66); }
.broker-card strong { display: block; margin-top: 20px; }
.broker-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; }
.broker-links a { color: var(--gold); font-weight: 700; text-underline-offset: 5px; }
.lead-panel { min-height: 590px; padding: 54px; background: #f4f0e9; color: var(--ink); }
.lead-panel h2 { font-size: clamp(40px, 4vw, 62px); }
.lead-panel [data-form-copy] > p:not(.kicker) { color: var(--muted); }
.lead-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.lead-panel label { display: grid; gap: 9px; }
.lead-panel label > span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.lead-panel label small { font-weight: 400; text-transform: none; }
.lead-panel input, .lead-panel textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 11px 0 13px; }
.lead-panel input:focus, .lead-panel textarea:focus { border-color: var(--wine); box-shadow: 0 1px var(--wine); }
.lead-comment { grid-column: 1/-1; }
.lead-panel textarea { min-height: 74px; resize: vertical; }
.lead-panel form button { grid-column: 1/-1; min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border: 0; background: var(--wine); color: #fff; cursor: pointer; font-weight: 800; }
.lead-panel form button:disabled { cursor: wait; opacity: .72; }
.lead-panel form button.is-loading b { animation: loading 1s linear infinite; }
.form-note, .form-error { grid-column: 1/-1; margin: 0; font-size: 11px; }
.form-note { color: var(--muted); }
.form-error { color: #a32235; font-weight: 700; }
.form-success { display: grid; align-content: center; min-height: 360px; outline: 0; }
.form-success > span { color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-success h3 { margin: 20px 0 12px; font-size: clamp(40px, 5vw, 68px); }
.form-success p { max-width: 480px; color: var(--muted); }

.final-cta { padding-block: 118px; background: #d9d0c3; }
.final-cta .shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 34px; }
.final-cta h2 { max-width: 900px; }
.final-cta p:not(.kicker) { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.final-cta .button { grid-column: 2; grid-row: 1/4; align-self: end; background: var(--wine); border-color: var(--wine); color: #fff; }

.footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; }
.brand-dark { color: var(--ink); }
.footer > p { justify-self: end; margin: 0; color: var(--muted); }
.footer > small { grid-column: 1/-1; padding-bottom: 24px; color: var(--muted); }
.mobile-sticky { display: none; }
.lightbox { z-index: 1000; width: min(96vw, 1500px); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(20,13,13,.94); backdrop-filter: blur(5px); }
.lightbox__stage { position: relative; display: grid; place-items: center; min-height: min(88vh, 960px); touch-action: pan-y; }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.generated-showcase-body .lightbox button { position: absolute; z-index: 4; width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(8,10,9,.78); box-shadow: 0 10px 32px rgba(0,0,0,.38); color: #fff; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.generated-showcase-body .lightbox button svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.generated-showcase-body .lightbox button:hover, .generated-showcase-body .lightbox button:focus-visible { border-color: #fff; background: rgba(8,10,9,.96); outline: 3px solid rgba(255,255,255,.28); outline-offset: 3px; }
.lightbox__close { top: max(18px,env(safe-area-inset-top)); right: max(18px,env(safe-area-inset-right)); }
.lightbox__arrow { top: 50%; transform: translateY(-50%); }
.lightbox__arrow--prev { left: 16px; }
.lightbox__arrow--next { right: 16px; }
.lightbox__counter { position: absolute; z-index: 2; bottom: 16px; left: 50%; min-width: 5rem; padding: .55rem .85rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(8,10,9,.72); color: #fff; font: 750 .82rem/1 var(--sans); text-align: center; transform: translateX(-50%); }

.site-express .advantages-section, .site-express .scenario-section, .site-express .plan-section, .site-express .investment-section { display: none; }
.site-express .hero { min-height: 82svh; }
.site-express .about-section { padding-block: 92px; }
.site-express .gallery-section { padding-block: 80px; }

@keyframes hero-in { from { opacity: .6; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes loading { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 52px, 1380px); }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { position: absolute; top: 82px; right: 0; width: min(360px, calc(100vw - 52px)); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; background: rgba(36,29,26,.97); color: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .nav-cta { display: none; }
  .menu-toggle { justify-self: end; display: grid; grid-template-columns: 20px auto; align-items: center; gap: 2px 10px; padding: 10px 0 10px 14px; border: 0; background: transparent; color: var(--image-ink); cursor: pointer; }
  .menu-toggle i { grid-column: 1; width: 20px; height: 1px; background: currentColor; }
  .menu-toggle span { grid-column: 2; grid-row: 1/3; font-size: 12px; }
  .about-section, .advantages-section, .plan-layout, .location-grid, .terms-section, .contact-grid { grid-template-columns: 1fr; }
  .about-section { min-height: 0; }
  .about-content { gap: 32px; }
  .final-cta .shell { grid-template-columns: 1fr; }
  .final-cta .button { grid-column: 1; grid-row: auto; justify-self: start; }
  .about-copy, .advantages-heading, .plan-copy { position: static; }
  .scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .investment-grid { grid-template-columns: 1fr 1fr; }
  .broker-card { max-width: 760px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); }
  .canonical-site-header { min-height: 64px; padding: 0 18px; }
  .canonical-site-header span, .canonical-site-header > div > a:first-child { display: none; }
  .canonical-site-header > div { gap: 0; }
  .canonical-site-cta { padding: 9px 13px; font-size: 12px; }
  body { font-size: 15px; padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .demo-notice { position: relative; min-height: 0; display: block; padding: 8px 18px; }
  .demo-notice span { display: none; }
  .demo-notice + .hero { min-height: 100svh; }
  .demo-notice + .hero .nav { top: 0; }
  .hero { min-height: 100svh; align-items: end; }
  .hero-shade { background: linear-gradient(180deg, var(--image-edge-scrim) 0%, transparent 19%), linear-gradient(0deg, var(--image-edge-scrim) 0%, transparent 18%); }
  .nav { min-height: 76px; }
  .brand span { flex-basis: 40px; width: 40px; height: 40px; font-size: 14px; }
  .brand b { max-width: 150px; font-size: 12px; }
  .nav-links { top: 68px; width: calc(100vw - 36px); }
  .hero-copy { padding: 112px 0 58px; }
  .hero-copy::before { top: 82px; right: -18px; bottom: 24px; left: -18px; width: auto; background: linear-gradient(0deg, var(--image-scrim-solid) 0%, var(--image-scrim-soft) 74%, transparent 100%); }
  .hero[data-image-contrast-source="fallback"] .hero-copy::before { background: linear-gradient(0deg, rgba(20,12,12,.97) 0%, rgba(20,12,12,.91) 78%, transparent 100%); }
  .hero-eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .06em; }
  .hero h1 { font-size: clamp(40px, 12.2vw, 61px); line-height: .95; letter-spacing: -.04em; }
  .hero-long-headline .hero-copy { padding-top: 94px; padding-bottom: 58px; }
  .hero-long-headline h1 { font-size: clamp(30px, 8.7vw, 42px); line-height: .98; letter-spacing: -.025em; }
  .hero-offer { display: none; }
  .hero-facts { gap: 8px 20px; margin-top: 17px; font-size: 12px; }
  .hero-facts span:nth-child(n+4) { display: none; }
  .hero-price { margin-top: 20px; gap: 7px 14px; }
  .hero-price strong { font-size: clamp(30px, 9vw, 42px); }
  .hero-price span { font-size: 14px; }
  .hero-price small { width: 100%; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-ghost { display: none; }
  .scroll-cue { display: none; }
  .about-section { gap: 46px; padding-block: 80px; }
  .about-copy > p:last-child { margin-top: 22px; font-size: 17px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 110px; padding-block: 18px; }
  .fact:nth-child(odd) { padding-right: 14px; }
  .fact:nth-child(even) { padding-left: 14px; }
  .fact strong { font-size: 22px; }
  .about-visual { aspect-ratio: 4/5; min-height: 0; height: auto; max-height: none; margin-top: 0; }
  .gallery-section { padding-block: 76px 86px; }
  .section-head { align-items: start; margin-bottom: 34px; }
  .gallery-tools button { display: none; }
  .gallery-tools span { min-width: auto; white-space: nowrap; }
  .gallery-track { width: 100%; margin: 0; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 88vw; grid-auto-rows: auto; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-inline: 18px; }
  .gallery-slide, .gallery-slide:nth-child(n) { grid-column: auto; grid-row: auto; height: 116vw; max-height: 560px; border-radius: 24px; }
  .gallery-slide > span { left: 18px; right: 18px; bottom: 17px; font-size: 20px; }
  .advantages-section { gap: 40px; padding-block: 86px; }
  .advantages-section li { min-height: 102px; grid-template-columns: 38px 1fr; gap: 12px; }
  .advantages-section li p { font-size: 25px; }
  .scenario-section { padding-block: 80px; }
  .scenario-grid { grid-template-columns: 1fr 1fr; }
  .scenario-grid article { min-height: 164px; padding: 18px; }
  .scenario-grid h3 { font-size: 22px; }
  .plan-section { padding-block: 82px; }
  .plan-layout { gap: 38px; }
  .plan-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .plan-tab { flex: 0 0 auto; }
  .plan-view { padding: 12px; }
  .investment-section { padding-block: 82px; }
  .investment-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .investment-grid .fact { min-height: 120px; padding: 16px; }
  .location-section { padding-block: 82px; }
  .location-grid { gap: 42px; }
  .location-copy { padding-top: 0; }
  .location-copy > p:not(.kicker) { font-size: 16px; }
  .location-copy li { display: block; }
  .location-copy li strong { display: block; margin-top: 6px; text-align: left; }
  .location-copy li small { display: block; margin-top: 4px; text-align: left; }
  .map-frame, .location-fallback, .location-map--live, .location-map--static, .location-map--static > img { min-height: 420px; }
  .map-frame iframe { height: 380px; }
  .map-caption { display: grid; }
  .location-fallback { padding: 34px 24px; }
  .location-map-actions { right: 12px; bottom: 12px; left: 12px; }
  .location-map-actions a { flex: 1 1 10rem; }
  .terms-section { gap: 44px; padding-block: 42px 86px; }
  .terms-list > div { grid-template-columns: .8fr 1.2fr; gap: 12px; }
  .contact-band { padding-block: 76px; }
  .contact-grid { gap: 48px; }
  .broker-card { grid-template-columns: 112px 1fr; gap: 20px; align-items: center; }
  .broker-visual { aspect-ratio: 1; border-radius: 50%; }
  .broker-visual > span { width: 76px; height: 76px; font-size: 25px; }
  .broker-card h2 { font-size: 36px; }
  .lead-panel { min-height: 0; padding: 28px 22px; }
  .lead-panel form { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .lead-comment, .lead-panel form button, .form-note, .form-error { grid-column: auto; }
  .footer { min-height: 180px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer > p { justify-self: auto; }
  .footer > small { padding-bottom: 0; }
  .mobile-sticky { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 56px; display: grid; place-items: center; padding: 12px 18px; border: 0; background: var(--wine); color: #fff; text-align: center; text-decoration: none; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; box-shadow: 0 16px 42px rgba(36,20,20,.35); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(100% + 24px)); transition: opacity .24s ease, transform .24s ease, visibility .24s; }
  .mobile-sticky.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-express .hero { min-height: 100svh; }
  .style-premium .hero { min-height: calc(100svh - 64px); }
  .style-premium .hero-copy { padding: 180px 0 48px; }
  .style-premium .hero-copy::before { inset: auto -18px 0; width: auto; height: 76%; }
  .style-premium .hero h1 { font-size: clamp(40px, 11.8vw, 58px); line-height: .94; }
  .style-premium .hero-long-headline h1 { font-size: clamp(30px, 8.5vw, 40px); }
  .style-premium .hero-address { margin-top: 13px; font-size: 13px; }
  .style-premium .about-section, .style-premium .advantages-section { gap: 40px; padding-block: 76px; }
  .style-premium .about-visual { border-radius: 18px; }
  .style-premium .gallery-section, .style-premium .scenario-section, .style-premium .plan-section,
  .style-premium .location-section, .style-premium .investment-section, .style-premium .final-cta { padding-block: 76px; }
}

@media (max-width: 370px) {
  :root { --shell: calc(100% - 28px); }
  .hero h1 { font-size: clamp(36px, 11.5vw, 46px); }
  .hero-long-headline h1 { font-size: clamp(29px, 8.5vw, 34px); }
  .hero-copy { padding-top: 94px; }
  .hero-facts { margin-top: 13px; }
  .hero-actions { margin-top: 18px; }
  .scenario-grid, .investment-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact:nth-child(odd), .fact:nth-child(even) { padding-inline: 0; border-right: 0; }
}

/* Canonical Showcase Renderer v2.
   Generated promo is intentionally rendered as the same showcase product:
   object-page__site -> demo-property-site -> canonical sections. */
.generated-showcase-body {
  --color-bg: #f3f4ef;
  --color-surface: #ffffff;
  --color-surface-soft: #eaede7;
  --color-ink: #171a19;
  --color-ink-soft: #4f5753;
  --color-muted: #737b77;
  --color-line: #d9ddd6;
  --color-accent: #d5f36a;
  --color-dark: #121513;
  --color-on-dark: #f3f5ef;
  --font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --radius-pill: .75rem;
  --motion-fast: 160ms;
  --stagger-dur: 500ms;
  --stagger-distance: 12px;
  --stagger-stagger: 40ms;
  --stagger-blur: 3px;
  --stagger-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 82rem;
  min-width: 0;
  margin: 0;
  padding-bottom: 0;
  overflow-x: clip;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.generated-showcase-body *, .generated-showcase-body *::before, .generated-showcase-body *::after { box-sizing: border-box; }
.generated-showcase-body h1, .generated-showcase-body h2, .generated-showcase-body h3, .generated-showcase-body p { margin-top: 0; }
.generated-showcase-body button, .generated-showcase-body input, .generated-showcase-body textarea { font: inherit; }
.generated-showcase-body button { color: inherit; }
.generated-showcase-body img { display: block; max-width: 100%; }
.generated-showcase-body .t-stagger-line {
  display: block;
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
  will-change: transform, opacity, filter;
}
.motion-enabled:not(.motion-reduced) .generated-showcase-body .t-stagger-line { opacity: 0; transform: translateY(24px); filter: blur(var(--stagger-blur)); }
.generated-showcase-body .t-stagger-line--2 { transition-delay: var(--stagger-stagger); }
.generated-showcase-body .t-stagger-line--3 { transition-delay: calc(var(--stagger-stagger) * 2); }
.generated-showcase-body .t-stagger-line--4 { transition-delay: calc(var(--stagger-stagger) * 3); }
.generated-showcase-body .t-stagger-line--5 { transition-delay: calc(var(--stagger-stagger) * 4); }
.generated-showcase-body .t-stagger-line--6 { transition-delay: calc(var(--stagger-stagger) * 5); }
.generated-showcase-body .t-stagger.is-shown .t-stagger-line { opacity: 1; transform: translateY(0); filter: blur(0); }
.generated-showcase-body .t-stagger.is-hiding .t-stagger-line {
  opacity: 0;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 200ms ease, transform 0s linear, filter 0s linear;
  transition-delay: 0s;
}
.lumixa-progress { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; height: 2px; overflow: hidden; pointer-events: none; }
.lumixa-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: 0 50%; background: #738c2a; will-change: transform; }
.motion-reduced .lumixa-progress { display: none; }
.motion-fallback .generated-showcase-body .t-stagger-line,
.motion-fallback .generated-showcase-body [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
.motion-fallback .generated-showcase-body .demo-property-site__hero-media { clip-path: inset(0 0 0 0 round 20px) !important; opacity: 1 !important; transform: none !important; }
.generated-promo-showcase { width: 100%; max-width: 100%; overflow-x: clip; background: #f4f1e8; }
.generated-promo-showcase .container { width: min(100% - 3rem, var(--container)); margin-inline: auto; }
.promo-top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
.public-promo-header { position: fixed; z-index: 70; top: 0; right: 0; left: 0; transform: translate3d(0,0,0); border-bottom: 1px solid rgba(110,98,78,.18); background: rgba(238,240,233,.74); -webkit-backdrop-filter: blur(8px) saturate(1.03); backdrop-filter: blur(8px) saturate(1.03); will-change: transform; transition: background-color var(--panel-close-dur) var(--panel-ease), border-color var(--panel-close-dur) var(--panel-ease), backdrop-filter var(--panel-close-dur) var(--panel-ease); }
.public-promo-header.is-compact { border-bottom-color: rgba(102,91,72,.24); background: rgba(248,246,240,.88); -webkit-backdrop-filter: blur(18px) saturate(1.06); backdrop-filter: blur(18px) saturate(1.06); }
.public-promo-header.is-hidden { pointer-events: none; }
.public-promo-header .container { display: grid; min-height: var(--promo-header-height); grid-template-columns: auto minmax(0,1fr) auto; gap: clamp(1rem,3vw,2.5rem); align-items: center; width: min(100% - 3rem, var(--container)); margin-inline: auto; transition: min-height var(--panel-close-dur) var(--panel-ease); }
.public-promo-header.is-compact .container { min-height: var(--promo-header-compact-height); }
.public-promo-brand { color: #171a19; font-size: 1.08rem; font-weight: 720; letter-spacing: -.02em; text-decoration: none; }
.public-promo-brand span { color: #769700; }
.public-promo-menu-toggle { display: none; }
.public-promo-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(.8rem,2vw,1.6rem); }
.public-promo-nav a { color: #36403a; font-size: .82rem; font-weight: 560; text-decoration: none; white-space: nowrap; }
.public-promo-nav a:hover, .public-promo-nav a:focus-visible { color: #171a19; }
.generated-showcase-body .public-promo-cta { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center; padding: .65rem 1rem; border: 0; border-radius: var(--radius-pill); background: #171b18; color: #fff; font-size: .82rem; font-weight: 620; letter-spacing: .005em; text-decoration: none; white-space: nowrap; cursor: pointer; transition: min-height var(--panel-close-dur) var(--panel-ease), padding var(--panel-close-dur) var(--panel-ease), background-color var(--motion-fast) var(--ease-out); }
.generated-showcase-body .public-promo-header.is-compact .public-promo-cta { min-height: 2.35rem; padding: .48rem .85rem; }
.generated-showcase-body .object-page__site .demo-property-site {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
  background: #f4f1e8;
  color: #161a17;
  scrollbar-color: #79827b #e4e6e1;
}
.generated-showcase-body [data-reveal] { opacity: 1; transform: none; transition: none; }
.motion-enabled:not(.motion-reduced) .generated-showcase-body [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.generated-showcase-body [data-reveal].is-visible { opacity: 1; transform: none; }
.generated-showcase-body .object-page__site .demo-property-site__hero { min-height: 0; display: grid; grid-template-columns: minmax(21rem,.82fr) minmax(0,1.18fr); gap: clamp(2rem,4vw,4.5rem); align-items: stretch; padding: max(var(--promo-header-height),clamp(2rem,4.5vw,4.6rem)) max(calc((100vw - var(--container)) / 2),1.5rem) clamp(2rem,4.5vw,4.6rem); overflow: hidden; background: #eef0e9; color: #171a19; }
.generated-showcase-body .object-page__site .demo-property-site__hero.has-panorama-media { grid-template-columns: minmax(19rem,.68fr) minmax(0,1.32fr); gap: clamp(1.5rem,3vw,3rem); align-items: center; }
.generated-showcase-body .demo-property-site__hero::after { display: none; }
.generated-showcase-body .demo-property-site__hero-media { --media-image: none; --hero-parallax: 0px; position: relative; min-height: clamp(36rem,58vw,49rem); align-self: stretch; overflow: hidden; clip-path: inset(0 0 0 0 round 20px); border-radius: 1.25rem; background: #d8ddd5; isolation: isolate; opacity: 1; transform: none; transition: none; }
.generated-showcase-body .demo-property-site__hero-media.is-panorama { min-height: 0; aspect-ratio: var(--hero-media-aspect, 3 / 1); align-self: center; }
.motion-enabled:not(.motion-reduced) .generated-showcase-body .demo-property-site__hero-media:not(.is-visible) { clip-path: inset(0 0 100% 0 round 20px); opacity: .72; transform: scale(1.018); }
.generated-showcase-body .demo-property-site__hero-media.is-visible { clip-path: inset(0 0 0 0 round 20px); opacity: 1; transform: none; }
.generated-showcase-body .demo-property-site__hero-media::before { content: ""; position: absolute; z-index: 0; inset: -2rem; background-image: linear-gradient(rgba(22,27,23,.18),rgba(22,27,23,.18)),var(--media-image); background-position: center; background-size: cover; filter: blur(28px) saturate(.82); transform: scale(1.12); }
.generated-showcase-body .demo-property-site__hero-media.is-empty::before { background: radial-gradient(circle at 72% 24%,rgba(118,151,0,.28),transparent 32%),linear-gradient(145deg,#242a25,#111512); filter: none; }
.generated-showcase-body .demo-property-site__hero-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-position: var(--hero-position,50% 50%); transform: translate3d(0,var(--hero-parallax),0) scale(1.015); will-change: transform; }
.generated-showcase-body .demo-property-site__hero-media.is-cover img { object-fit: cover; }
.generated-showcase-body .demo-property-site__hero-media.is-contain img { object-fit: contain; padding: clamp(.75rem,1.4vw,1.25rem); }
.generated-showcase-body .demo-property-site__hero-media.is-contain.is-panorama img { position: absolute; inset: 0; padding: 0; }
.generated-showcase-body .demo-property-site__nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem max(calc((100vw - var(--container)) / 2), 1.25rem); border-bottom: 1px solid rgba(255,255,255,.3); font-size: .68rem; }
.generated-showcase-body .demo-property-site__nav strong { font-size: .9rem; letter-spacing: .02em; }
.generated-showcase-body .demo-property-site__hero-copy { position: relative; z-index: 2; align-self: center; min-width: 0; padding-block: clamp(1rem,3vw,3rem); }
.generated-showcase-body .demo-property-site__hero-copy small { color: #647f0b; font-size: .78rem; font-weight: 620; letter-spacing: .015em; text-transform: none; }
.generated-showcase-body .demo-property-site__hero-copy h1 { max-width: 15ch; margin: .75rem 0 .9rem; overflow-wrap: normal; word-break: normal; hyphens: none; font-family: var(--font-display); font-size: clamp(3rem,4.45vw,5.15rem); font-weight: 520; letter-spacing: -.035em; line-height: 1.01; text-wrap: balance; }
.generated-showcase-body .demo-property-site__hero.is-long-title .demo-property-site__hero-copy h1 { max-width: 19ch; font-size: clamp(2.45rem,3.5vw,4.1rem); line-height: 1.03; }
.generated-showcase-body .demo-property-site__hero-copy p { margin: 0; color: #59615d; font-size: clamp(.9rem,1.2vw,1.05rem); }
.generated-showcase-body .demo-property-site__hero-copy .demo-property-site__hero-location { margin-top: .15rem; color: #68716c; font-size: .88rem; font-weight: 520; letter-spacing: .01em; }
.generated-showcase-body .demo-property-site__hero-chips { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 1.05rem !important; overflow: hidden; border: 1px solid rgba(119,102,78,.22); border-radius: .75rem; background: rgba(255,252,246,.54); }
.generated-showcase-body .demo-property-site__hero-feature { min-width: 0; display: grid; align-content: center; gap: .12rem; padding: .78rem .9rem .8rem; color: #202520; }
.generated-showcase-body .demo-property-site__hero-feature + .demo-property-site__hero-feature { border-left: 1px solid rgba(119,102,78,.2); }
.generated-showcase-body .demo-property-site__hero-feature small { color: #716a60; font-size: .67rem; font-weight: 570; letter-spacing: .018em; line-height: 1.15; }
.generated-showcase-body .demo-property-site__hero-feature strong { min-width: 0; font-size: .96rem; font-weight: 660; letter-spacing: -.008em; line-height: 1.18; overflow-wrap: break-word; }
.generated-showcase-body .demo-property-site__hero-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.15rem clamp(1.5rem,3vw,3rem); margin: 1.35rem 0 0; }
.generated-showcase-body .demo-property-site__hero-stats > div { min-width: 0; }
.generated-showcase-body .demo-property-site__hero-stats dt { margin-bottom: .28rem; color: #68716c; font-size: .74rem; font-weight: 560; letter-spacing: .015em; text-transform: none; }
.generated-showcase-body .demo-property-site__hero-stats dd { margin: 0; color: #171a19; font-family: var(--font-sans); font-size: clamp(1.4rem,2.15vw,2.35rem); font-weight: 680; font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.025em; line-height: 1.05; white-space: nowrap; }
.generated-showcase-body .demo-property-site__hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem !important; }
.generated-showcase-body .demo-property-site__hero-actions .button,
.generated-showcase-body .demo-property-site__contact-links .button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.1rem; border-radius: var(--radius-pill); text-decoration: none; font-size: .84rem; font-weight: 620; letter-spacing: .005em; text-transform: none; }
.generated-showcase-body .demo-property-site__hero-actions button, .generated-showcase-body .demo-property-site__contact-links button { cursor: pointer; }
.generated-showcase-body .demo-property-site__hero-actions .button-primary { border: 1px solid #171b18; background: #171b18; color: #fff; }
.generated-showcase-body .demo-property-site__hero-actions .button-ghost,
.generated-showcase-body .demo-property-site__contact-links .button-ghost { border: 1px solid rgba(255,255,255,.32); background: rgba(14,17,15,.42); color: #fff; }
.generated-showcase-body .demo-property-site__hero-actions .button-ghost { border: 1px solid rgba(23,26,25,.2); background: rgba(255,255,255,.72); color: #171a19; }
.generated-showcase-body .object-page__site .demo-property-site__section { min-width: 0; padding: clamp(4.6rem, 7vw, 6.8rem) max(calc((100vw - var(--container)) / 2), 1.25rem); }
.generated-showcase-body .object-page__site [id] { scroll-margin-top: calc(var(--promo-header-compact-height) + 1rem); }
.generated-showcase-body .demo-property-site__section-heading small { color: #647f0b; font-size: .82rem; font-weight: 600; letter-spacing: .012em; text-transform: none; }
.generated-showcase-body .demo-property-site__section-heading h5 { max-width: min(24ch, 100%); margin: .55rem 0 1.1rem; overflow-wrap: normal; word-break: normal; hyphens: none; font-family: var(--font-display); font-size: clamp(2.15rem, 3.65vw, 4rem); font-weight: 500; letter-spacing: -.032em; line-height: 1.03; text-wrap: balance; }
.generated-showcase-body .object-page__site .demo-property-site__overview { display: grid; grid-template-columns: minmax(16rem, .62fr) minmax(0, 1.38fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; padding-top: clamp(6.2rem, 9vw, 8.4rem); background: #e8dfd2; }
.generated-showcase-body .demo-property-site__overview .demo-property-site__section-heading { position: sticky; top: 1.25rem; align-self: start; }
.generated-showcase-body .demo-property-site__overview-body { min-width: 0; }
.generated-showcase-body .demo-property-site__description { max-width: 58rem; }
.generated-showcase-body .demo-property-site__description p { margin: 0; color: #3f4843; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.68; }
.generated-showcase-body .demo-property-site__metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 clamp(1rem,2vw,2rem); margin: 2.25rem 0 0; }
.generated-showcase-body .demo-property-site__metrics > div { min-height: 5.4rem; padding: 1.1rem .7rem 1rem 0; border-top: 1px solid #c9cdc6; }
.generated-showcase-body .demo-property-site__metrics > .is-primary dd { font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.035em; }
.generated-showcase-body .demo-property-site dt { margin-bottom: .4rem; color: #66706b; font-size: .88rem; line-height: 1.35; }
.generated-showcase-body .demo-property-site dd { margin: 0; font-size: 1.1rem; font-weight: 650; font-variant-numeric: lining-nums tabular-nums; line-height: 1.28; overflow-wrap: anywhere; }
.generated-showcase-body .demo-property-site__gallery { background: radial-gradient(circle at 80% 10%, rgba(213,243,106,.13), transparent 28%), #191d1a; color: #fff; }
.generated-showcase-body .demo-property-site__gallery .demo-property-site__section-heading small { color: var(--color-accent); }
.generated-showcase-body .demo-property-site__gallery > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.generated-showcase-body .demo-property-site__gallery-card { --media-image:none; position: relative; min-width: 0; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: #272c28; cursor: zoom-in; isolation: isolate; }
.generated-showcase-body .demo-property-site__gallery-card:nth-child(n+5) { display: none; }
.generated-showcase-body .demo-property-site__gallery-card::before { content:""; position:absolute; z-index:0; inset:-1.2rem; background-image:linear-gradient(rgba(16,20,17,.24),rgba(16,20,17,.24)),var(--media-image); background-position:center; background-size:cover; filter:blur(22px) saturate(.8); transform:scale(1.12); }
.generated-showcase-body .demo-property-site__gallery-card img { position:relative; z-index:1; width: 100%; height: 100%; min-width: 0; min-height: 0; object-position: center; transition: transform .75s var(--ease-out), filter .75s var(--ease-out); }
.generated-showcase-body .demo-property-site__gallery-card.is-cover img { object-fit: cover; }
.generated-showcase-body .demo-property-site__gallery-card.is-contain img { object-fit: contain; padding: .5rem; }
.generated-showcase-body .demo-property-site__gallery-open { position: absolute; z-index:2; right: .7rem; bottom: .7rem; display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(14,17,15,.58); color: #fff; font-size: .8rem; opacity: 0; transform: translateY(.25rem); transition: opacity var(--motion-fast), transform var(--motion-fast); }
.generated-showcase-body .demo-property-site__gallery-more { position: absolute; z-index:2; inset: 0; display: grid; place-items: center; background: rgba(14,17,15,.56); color: #fff; font-family: var(--font-sans); font-size: clamp(1.3rem,2.6vw,2.15rem); font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.generated-showcase-body .demo-property-site__gallery-card:hover img, .generated-showcase-body .demo-property-site__gallery-card:focus-visible img { filter: saturate(1.04); transform: scale(1.035); }
.generated-showcase-body .demo-property-site__gallery-card:hover .demo-property-site__gallery-open, .generated-showcase-body .demo-property-site__gallery-card:focus-visible .demo-property-site__gallery-open { opacity: 1; transform: none; }
.generated-showcase-body .demo-property-site__plan { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 2rem; background: #fff; }
.generated-showcase-body .demo-property-site__plan > div > p { color: #626a66; font-size: 1rem; line-height: 1.6; }
.generated-showcase-body .plan-preview { min-width: 0; margin: 0; }
.generated-showcase-body .plan-preview--canonical-pill { width: 100%; }
.generated-showcase-body .plan-preview > .plan-preview__stack { display: grid; gap: .65rem; }
.generated-showcase-body .plan-preview button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--color-line); border-radius: .75rem; background: #f1f2ef; cursor: zoom-in; }
.generated-showcase-body .plan-preview button img { width: 100%; height: auto; max-height: 31rem; object-fit: contain; }
.generated-showcase-body .plan-preview__action { position: absolute; right: 1rem; bottom: 1rem; padding: .66rem .95rem; border: 1px solid rgba(23,26,25,.12); border-radius: var(--radius-pill); background: rgba(244,241,232,.92); box-shadow: 0 12px 35px rgba(19,23,20,.16); color: #171a19; font-family: var(--font-sans); font-size: .76rem; font-weight: 600; letter-spacing: .005em; text-transform: none; }
.generated-showcase-body .demo-property-site__advantages { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; background: #dce4cf; }
.generated-showcase-body .demo-property-site__advantages ul { margin: 0; padding: 0; list-style: none; }
.generated-showcase-body .demo-property-site__advantages li { padding: .8rem 0; border-top: 1px solid rgba(23,26,25,.15); font-size: 1rem; font-weight: 750; line-height: 1.4; }
.generated-showcase-body .demo-property-site__analytics { background: #d8d2c6; }
.generated-showcase-body .demo-property-site__analytics .demo-property-site__section-heading h5 { max-width: none; font-size: clamp(2.55rem, 4.7vw, 5rem); }
.generated-showcase-body .demo-property-site__analytics dl, .generated-showcase-body .demo-property-site__legal dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 1.2rem; margin: 1.75rem 0; }
.generated-showcase-body .demo-property-site__analytics dl > div, .generated-showcase-body .demo-property-site__legal dl > div { min-width: 0; min-height: 5.4rem; padding: 1.1rem .5rem 1rem 0; border-top: 1px solid rgba(23,26,25,.2); }
.generated-showcase-body .demo-property-site__analytics > p { max-width: 48rem; font-size: .92rem; line-height: 1.6; }
.generated-showcase-body .demo-property-site__location { display: grid; grid-template-columns: minmax(16rem, .48fr) minmax(0, 1.52fr); grid-template-areas: "lead map" "support map"; gap: 1.4rem 2rem; align-items: start; scroll-margin-top: 5rem; background: #f4f1e8; }
.generated-showcase-body .demo-property-site__location-lead { grid-area: lead; min-width: 0; }
.generated-showcase-body .demo-property-site__location-lead .demo-property-site__section-heading h5 { max-width: 9ch; overflow-wrap: normal; font-size: clamp(2.4rem, 3.65vw, 3.8rem); }
.generated-showcase-body .demo-property-site__location-support { grid-area: support; min-width: 0; }
.generated-showcase-body .demo-property-site__location-mobile-actions { grid-area: actions; display: none; }
.generated-showcase-body .demo-property-site__location > div > p { max-width: 42rem; color: #626a66; font-size: 1rem; line-height: 1.6; }
.generated-showcase-body .demo-property-site__location .demo-property-site__location-context { color: #171a19; font-size: 1.15rem; font-weight: 750; }
.generated-showcase-body .demo-property-site__location-summary { display: grid; gap: .12rem; margin: 1.25rem 0 1rem; padding: 1rem 0; border-block: 1px solid var(--color-line); color: #171a19; }
.generated-showcase-body .demo-property-site__location-summary span { font-size: 1.08rem; font-weight: 800; }
.generated-showcase-body .demo-property-site__location-summary strong { color: #123f32; font-family: var(--font-sans); font-size: clamp(1.9rem, 3vw, 3.1rem); font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.03em; line-height: 1; }
.generated-showcase-body .demo-property-site__location-summary small { margin-top: .35rem; color: #626a66; font-size: .82rem; }
.generated-showcase-body .demo-property-site__location-card { grid-area: map; position: relative; min-height: 38rem; display: grid; align-content: center; justify-items: start; gap: .75rem; padding: clamp(1.4rem, 3vw, 2.4rem); overflow: hidden; scroll-margin-top: 5rem; border-radius: 1.2rem; background: radial-gradient(circle at 72% 20%, rgba(213,243,106,.22), transparent 28%), linear-gradient(145deg, #e6dfd3, #d5cabb); }
.generated-showcase-body .demo-property-site__location-card:has(> .location-map) { display: block; padding: 0; }
.generated-showcase-body .demo-property-site__location-card:has(> .location-map[data-map-state="pending"]) { min-height: 0; }
.generated-showcase-body .demo-property-site__location-card > .location-map { width: 100%; min-height: 0; height: 100%; }
.generated-showcase-body .location-map--interactive { position: relative; min-height: 0; overflow: hidden; background: #dfe3de; }
.generated-showcase-body .location-map--interactive iframe { display: none; width: 100%; min-height: 38rem; height: 100%; border: 0; }
.generated-showcase-body .location-map-fallback { position: relative; z-index: 2; min-height: 14rem; display: grid; place-content: center; justify-items: center; gap: .45rem; padding: 2rem; background: linear-gradient(145deg,#e8e3d8,#d9d1c2); color: #171a19; text-align: center; }
.generated-showcase-body .location-map-fallback p { margin: .25rem 0; font-family: var(--font-display); font-size: clamp(1.55rem,3vw,2.35rem); font-weight: 560; letter-spacing: -.035em; line-height: 1.05; }
.generated-showcase-body .location-map-fallback [data-map-pending] { display: none; }
.generated-showcase-body .location-map-fallback [data-map-unavailable-copy] { display: inline; }
.js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable) [data-map-pending] { display: inline; }
.js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable) [data-map-unavailable-copy] { display: none; }
.generated-showcase-body .location-map--interactive.is-map-unavailable [data-map-pending] { display: none; }
.generated-showcase-body .location-map--interactive.is-map-unavailable [data-map-unavailable-copy] { display: inline; }
.generated-showcase-body .location-map-fallback > small { max-width: 34rem; color: #59615d; }
.generated-showcase-body .location-map-fallback__metro { display: grid; gap: .1rem; }
.generated-showcase-body .location-map-fallback__metro small { color: #59615d; }
.generated-showcase-body .location-map-fallback .demo-property-site__map-link { margin-top: .55rem; }
.js-enabled .generated-showcase-body .demo-property-site__location-card > .location-map:not(.is-map-unavailable),
.js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable) { min-height: 38rem; }
.js-enabled .generated-showcase-body .location-map--interactive iframe { display: block; }
.js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable) .location-map-fallback { position: absolute; inset: 0; min-height: 38rem; }
.js-enabled .generated-showcase-body .location-map--interactive.is-map-ready .location-map-fallback { display: none; }
.generated-showcase-body .demo-property-site__location-card.has-map-unavailable,
.generated-showcase-body .demo-property-site__location-card > .location-map.is-map-unavailable { min-height: 0; }
.generated-showcase-body .location-map--interactive.is-map-unavailable iframe,
.generated-showcase-body .location-map--interactive.is-map-unavailable .location-map-context,
.generated-showcase-body .location-map--interactive.is-map-unavailable .location-map-actions { display: none; }
.generated-showcase-body .location-map-context { position: absolute; z-index: 3; top: 1rem; left: 1rem; display: grid; max-width: min(22rem, calc(100% - 2rem)); gap: .2rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.72); border-radius: .9rem; background: rgba(244,241,232,.94); box-shadow: 0 12px 35px rgba(19,23,20,.18); color: #171a19; }
.generated-showcase-body .location-map-context span, .generated-showcase-body .location-map-context small { color: #59615d; font-size: .76rem; }
.generated-showcase-body .location-map-context strong { font-size: 1rem; }
.generated-showcase-body .location-map-actions { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; }
.generated-showcase-body .demo-property-site__location-details { display: grid; gap: .65rem; margin: 1.25rem 0 0; }
.generated-showcase-body .demo-property-site__location-details > div { display: grid; grid-template-columns: minmax(8rem, .7fr) 1fr; gap: .2rem 1rem; padding-bottom: .65rem; border-bottom: 1px solid var(--color-line); }
.generated-showcase-body .demo-property-site__location-details dt { color: #626a66; font-size: .78rem; font-weight: 600; text-transform: none; }
.generated-showcase-body .demo-property-site__location-details dd { margin: 0; font-weight: 800; }
.generated-showcase-body .demo-property-site__location-details small { grid-column: 2; color: #626a66; }
.generated-showcase-body .demo-property-site__location h6 { margin: 1.4rem 0 .65rem; font-size: .82rem; font-weight: 600; text-transform: none; letter-spacing: .01em; }
.generated-showcase-body .demo-property-site__place-list { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.generated-showcase-body .demo-property-site__place-list li { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .55rem; border-bottom: 1px solid var(--color-line); }
.generated-showcase-body .demo-property-site__place-list span { color: #626a66; font-size: .78rem; text-align: right; }
.generated-showcase-body .demo-property-site__location-card b { width: 2.6rem; height: 2.6rem; border: .72rem solid #647f0b; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.generated-showcase-body .demo-property-site__location-card p { max-width: 38rem; margin: .8rem 0 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3.2vw, 3.2rem); font-weight: 560; letter-spacing: -.055em; line-height: 1; }
.generated-showcase-body .demo-property-site__location-card > span { color: #626a66; font-family: var(--font-mono); font-size: .78rem; }
.generated-showcase-body .demo-property-site__location-card dl { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 1.1rem 0 0; }
.generated-showcase-body .demo-property-site__location-card--address { min-height: 18rem; background: #fff; border: 1px solid var(--color-line); }
.generated-showcase-body .demo-property-site__map-link { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; margin-top: .8rem; padding: .75rem 1.1rem; border-radius: var(--radius-pill); background: #171b18; color: #fff; font-size: .84rem; font-weight: 620; text-decoration: none; }
.generated-showcase-body button.demo-property-site__map-link { border: 0; cursor: pointer; font-family: inherit; }
.generated-showcase-body .demo-property-site__map-link--secondary { border: 1px solid #171b18; background: #f4f1e8; color: #171b18; }
.generated-showcase-body .demo-property-site__legal { padding-block: clamp(2.8rem, 4.5vw, 4.5rem) !important; background: #fff; }
.generated-showcase-body .demo-property-site__contact { display: grid; min-height: 24rem; align-items: center; padding: clamp(4.6rem, 7vw, 6.8rem) max(calc((100vw - var(--container)) / 2), 1.25rem); overflow: hidden; background: radial-gradient(circle at 78% 5%, rgba(213,243,106,.16), transparent 26%), #171b18; color: #fff; text-align: left; }
.generated-showcase-body .demo-property-site__contact-copy { min-width: 0; }
.generated-showcase-body .demo-property-site__contact-copy > small { color: var(--color-accent); font-size: .78rem; font-weight: 600; letter-spacing: .012em; text-transform: none; }
.generated-showcase-body .demo-property-site__contact h5 { max-width: min(20ch, 100%); margin: .7rem 0; overflow-wrap: normal; word-break: normal; hyphens: none; font-family: var(--font-display); font-size: clamp(2.25rem, 3.75vw, 3.9rem); font-weight: 500; letter-spacing: -.032em; line-height: 1.02; }
.generated-showcase-body .demo-property-site__contact-copy > p { max-width: 34rem; color: #b5bdb8; font-size: 1rem; line-height: 1.55; }
.generated-showcase-body .demo-property-site__contact-name { display: block; margin-top: 1.6rem; color: #fff; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.generated-showcase-body .demo-property-site__contact-phone { display: block; width: fit-content; margin-top: .7rem; color: #f3f1e9; font-family: var(--font-sans); font-size: clamp(1.7rem, 3.3vw, 3rem); font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1.08; text-decoration: none; user-select: text; }
.generated-showcase-body .demo-property-site__contact-phone:hover, .generated-showcase-body .demo-property-site__contact-phone:focus-visible { text-decoration: underline; text-underline-offset: .2em; }
.generated-showcase-body .demo-property-site__contact-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.generated-showcase-body .demo-property-site__contact-links .button-primary { border: 1px solid #c7d99a; background: #c7d99a; color: #171a19; }
.lead-dialog { width: min(92vw, 34rem); max-width: none; padding: 0; border: 0; border-radius: 1rem; background: transparent; color: #171a19; overflow: visible; }
.lead-dialog::backdrop { background: rgba(9,12,10,.8); backdrop-filter: blur(8px); }
.lead-dialog__panel { position: relative; padding: clamp(1.5rem,4vw,2.5rem); border-radius: 1rem; background: #f4f1e8; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.lead-dialog__close { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 2.65rem; height: 2.65rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(23,26,25,.16); border-radius: 50%; background: rgba(255,255,255,.8); color: #171a19; cursor: pointer; font-size: 1.65rem; line-height: 1; }
.lead-dialog [data-form-copy] small { color: #647f0b; font-size: .78rem; font-weight: 600; letter-spacing: .012em; text-transform: none; }
.lead-dialog h2 { max-width: 13ch; margin: .65rem 0 .8rem; font-family: var(--font-display); font-size: clamp(2rem,5.5vw,3.15rem); font-weight: 520; letter-spacing: -.032em; line-height: 1.02; }
.lead-dialog [data-form-copy] p { max-width: 28rem; margin-bottom: 1.5rem; color: #59615d; }
.lead-dialog form { display: grid; gap: 1rem; }
.lead-dialog label { display: grid; gap: .4rem; }
.lead-dialog label > span { color: #59615d; font-size: .8rem; font-weight: 600; text-transform: none; }
.lead-dialog label small { font-weight: 450; text-transform: none; }
.lead-dialog input, .lead-dialog textarea { width: 100%; padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(23,26,25,.26); border-radius: 0; outline: 0; background: transparent; color: #171a19; }
.lead-dialog input:focus, .lead-dialog textarea:focus { border-color: #647f0b; box-shadow: 0 1px #647f0b; }
.lead-dialog textarea { min-height: 4.2rem; resize: vertical; }
.lead-dialog form > button[type="submit"], .lead-dialog .form-success button { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; padding: .85rem 1rem; border: 0; border-radius: .8rem; background: #171b18; color: #fff; cursor: pointer; font-weight: 800; }
.lead-dialog form > button[type="submit"]:disabled { cursor: wait; opacity: .65; }
.lead-dialog .form-note, .lead-dialog .form-error { margin: 0; font-size: .7rem; }
.lead-dialog .form-note { color: #68716c; }
.lead-dialog .form-error { color: #9a2638; font-weight: 750; }
.lead-dialog .form-success { min-height: 18rem; align-content: center; }
.lead-dialog .form-success > span { color: #647f0b; font-size: .78rem; font-weight: 600; letter-spacing: .012em; text-transform: none; }
.lead-dialog .form-success h3 { margin: .7rem 0; font-family: var(--font-display); font-size: clamp(2.2rem,6vw,3.45rem); font-weight: 520; letter-spacing: -.032em; line-height: 1.02; }
.lead-dialog .form-success p { color: #59615d; }
.lead-dialog .form-success button { width: 100%; justify-content: center; margin-top: 1.25rem; }
.generated-promo-footer { min-height: 0; display: grid; grid-template-columns: auto 1fr 1fr; gap: 1.5rem; align-items: center; width: 100%; margin: 0; padding: 1.5rem max(calc((100vw - var(--container)) / 2), 1.25rem); background: #111512; color: #f3f5ef; }
.generated-promo-footer a { color: inherit; text-decoration: none; letter-spacing: .12em; }
.generated-promo-footer .public-promo-brand { display: inline-flex; align-items: center; gap: .5rem; color: #f3f5ef; font-size: 1.15rem; letter-spacing: -.04em; }
.generated-promo-footer p { margin: 0; color: #cbd1cc; }
.generated-promo-footer small { justify-self: end; max-width: 22rem; color: #8f9993; font-size: .72rem; line-height: 1.45; }

/* Seller page polish: use the existing editorial composition and font assets. */
.generated-showcase-body .promo-current { display: flex; align-items: center; gap: .4rem; margin-bottom: .7rem; color: #60714c; font-family: var(--sans); font-size: .76rem; font-weight: 400; }
.generated-showcase-body .promo-current > span { font-size: .55rem; }
.generated-showcase-body .demo-property-site__hero-copy { padding-block: 1rem; }
.generated-showcase-body .demo-property-site__hero-media:not(.is-panorama) { min-height: clamp(28rem,42vw,38rem); }
.generated-showcase-body .demo-property-site__hero-copy h1 { font-weight: 400; overflow-wrap: anywhere; }
.generated-showcase-body .demo-property-site__hero-stats { gap: .8rem 1.2rem; margin-top: 1.1rem; }
.generated-showcase-body .demo-property-site__hero-stats > div:first-child { grid-column: 1 / -1; }
.generated-showcase-body .demo-property-site__hero-stats dd { font-family: var(--sans); font-size: clamp(1.2rem,1.65vw,1.8rem); font-weight: 500; white-space: normal; }
.generated-showcase-body .demo-property-site__hero-stats > div:first-child dd { font-size: clamp(1.8rem,2.65vw,2.8rem); }
.generated-showcase-body .demo-property-site__hero-chips { display: flex; flex-wrap: wrap; gap: .45rem 1rem; border: 0; border-radius: 0; background: none; }
.generated-showcase-body .demo-property-site__hero-feature { display: flex; align-items: baseline; gap: .35rem; padding: 0; }
.generated-showcase-body .demo-property-site__hero-feature + .demo-property-site__hero-feature { border: 0; }
.generated-showcase-body .demo-property-site__hero-feature strong { font-size: .85rem; font-weight: 500; }
.generated-showcase-body .demo-property-site__hero-actions .button,
.generated-showcase-body .demo-property-site__contact-links .button,
.generated-showcase-body .public-promo-cta,
.generated-showcase-body .mobile-sticky { font-family: var(--sans); font-weight: 500; box-shadow: none; }
.generated-showcase-body .demo-property-site__section-heading h5 { font-weight: 400; }
.generated-showcase-body .object-page__site .demo-property-site__overview { padding-top: clamp(3rem,5vw,5rem); background: #f1ece3; }
.generated-showcase-body .demo-property-site__description { max-width: 65ch; }
.generated-showcase-body .demo-property-site__description p { white-space: pre-line; font-size: clamp(1rem,1.2vw,1.15rem); line-height: 1.75; }
.generated-showcase-body .demo-property-site__advantages > div:only-child { grid-column: 1 / -1; max-width: 65ch; }
.generated-showcase-body .promo-distant-stations { margin-top: 1rem; color: #59615d; }
.generated-showcase-body .promo-distant-stations summary { min-height: 44px; padding-block: .65rem; cursor: pointer; font-size: .9rem; }
.generated-showcase-body .promo-contact-action { display: inline-flex; align-items: center; min-height: 44px; padding: .4rem .1rem; color: inherit; font: 400 .9rem var(--sans); text-decoration: underline; text-underline-offset: .25em; text-decoration-color: currentColor; }
.generated-showcase-body .demo-property-site__contact-links { gap: .5rem 1.15rem; }
.generated-showcase-body .demo-property-site__contact-links .button-primary { flex-basis: auto; }
.generated-showcase-body .demo-property-site__gallery-open { width: 2rem; height: 2rem; font-size: 1rem; font-weight: 400; }
.generated-showcase-body .lightbox__arrow svg { width: 1.3rem; height: 1.3rem; stroke-width: 1.4; }

@media (max-width: 1080px) {
  .generated-showcase-body .object-page__site .demo-property-site__hero { grid-template-columns: 1fr; }
  .generated-showcase-body .object-page__site .demo-property-site__hero.has-panorama-media { grid-template-columns: 1fr; }
  .generated-showcase-body .demo-property-site__hero-copy { max-width: 50rem; }
  .generated-showcase-body .demo-property-site__hero-media { min-height: min(68vw,42rem); }
  .generated-showcase-body .demo-property-site__overview,
  .generated-showcase-body .demo-property-site__plan,
  .generated-showcase-body .demo-property-site__location,
  .generated-showcase-body .demo-property-site__contact { grid-template-columns: 1fr; }
  .generated-showcase-body .demo-property-site__location { grid-template-areas: "lead" "map" "support" "actions"; }
  .generated-showcase-body .demo-property-site__overview .demo-property-site__section-heading { position: static; }
  .generated-showcase-body .demo-property-site__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .generated-promo-footer { grid-template-columns: 1fr; }
  .generated-promo-footer small { justify-self: start; }
}

@media (max-width: 680px) {
  :root { --promo-header-height: 4.5rem; --promo-header-compact-height: 4rem; }
  .generated-showcase-body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .public-promo-header .container { position: relative; min-height: var(--promo-header-height); grid-template-columns: auto auto; justify-content: space-between; gap: 1rem; width: min(100% - 2rem, var(--container)); padding-block: .45rem; }
  .public-promo-header.is-compact .container { min-height: var(--promo-header-compact-height); padding-block: .3rem; }
  .public-promo-menu-toggle { width: 2.75rem; height: 2.75rem; display: grid; place-content: center; gap: .34rem; padding: 0; border: 1px solid rgba(82,76,66,.22); border-radius: 999px; background: rgba(255,252,246,.7); color: #171a19; }
  .public-promo-menu-toggle i { width: 1.05rem; height: 1px; display: block; background: currentColor; transition: transform var(--motion-fast) var(--ease-out); }
  .public-promo-menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(.22rem) rotate(45deg); }
  .public-promo-menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-.22rem) rotate(-45deg); }
  .public-promo-nav { position: absolute; top: calc(100% + .45rem); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: .45rem; overflow: hidden; border: 1px solid rgba(110,98,78,.18); border-radius: 1rem; background: rgba(248,246,240,.97); }
  .public-promo-nav.is-open { display: flex; flex-direction: column; }
  .public-promo-nav a { padding: .8rem .9rem; border-bottom: 1px solid rgba(110,98,78,.13); }
  .public-promo-nav a:last-child { border-bottom: 0; }
  .generated-showcase-body .public-promo-cta { display: none; }
  .generated-showcase-body .object-page__site .demo-property-site__hero { min-height: 0; gap: 1.5rem; padding: calc(var(--promo-header-height) + 1.25rem) 1rem 2rem; }
  .generated-showcase-body .demo-property-site__nav { padding: .8rem 1rem; }
  .generated-showcase-body .demo-property-site__nav span { display: none; }
  .generated-showcase-body .demo-property-site__hero-copy { right: auto; bottom: auto; left: auto; padding: 0; }
  .generated-showcase-body .demo-property-site__hero-copy h1,
  .generated-showcase-body .demo-property-site__hero.is-long-title .demo-property-site__hero-copy h1 { max-width: 100%; font-size: clamp(2.3rem, 10.5vw, 3.65rem); line-height: .98; letter-spacing: -.03em; }
  .generated-showcase-body .demo-property-site__hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1rem; margin-top: 1rem; }
  .generated-showcase-body .demo-property-site__hero-stats > div { min-width: 0; }
  .generated-showcase-body .demo-property-site__hero-stats dd { font-size: clamp(1.1rem, 5.2vw, 1.45rem); white-space: normal; }
  .generated-showcase-body .demo-property-site__hero-chips { grid-template-columns: 1fr; }
  .generated-showcase-body .demo-property-site__hero-feature { min-width: 0; padding: 0; }
  .generated-showcase-body .demo-property-site__hero-feature + .demo-property-site__hero-feature { border: 0; }
  .generated-showcase-body .demo-property-site__hero-actions .button { width: 100%; }
  .generated-showcase-body .demo-property-site__hero-actions .button-ghost { display: none; }
  .generated-showcase-body .demo-property-site__hero-media { order: 0; min-height: 0; aspect-ratio: 4 / 3; border-radius: 1rem; }
  .generated-showcase-body .demo-property-site__hero-media:not(.is-panorama) { min-height: 0; }
  .generated-showcase-body .demo-property-site__hero-media.is-contain img { padding: .65rem; }
  .generated-showcase-body .object-page__site .demo-property-site__section { padding: 2.4rem 1rem; }
  .generated-showcase-body .object-page__site .demo-property-site__overview { display: grid; grid-template-columns: minmax(0,1fr); gap: 1.35rem; padding-top: 4rem; }
  .generated-showcase-body .demo-property-site__overview-body { display: grid; grid-template-columns: minmax(0,1fr); gap: 0; }
  .generated-showcase-body .demo-property-site__section-heading h5 { font-size: clamp(2rem, 10vw, 3rem); }
  .generated-showcase-body .demo-property-site__metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 .8rem; margin-top: 1.2rem; }
  .generated-showcase-body .demo-property-site__metrics > div { min-width: 0; padding-right: .25rem; }
  .generated-showcase-body .demo-property-site__metrics dd { overflow-wrap: break-word; word-break: normal; font-size: clamp(.82rem,3.8vw,1rem); letter-spacing: -.015em; }
  .generated-showcase-body .demo-property-site__metrics dd.is-nowrap { overflow-wrap: normal; word-break: keep-all; white-space: nowrap; }
  .generated-showcase-body .demo-property-site dt { font-size: .82rem; }
  .generated-showcase-body .demo-property-site dd { font-size: 1rem; }
  .generated-showcase-body .demo-property-site__metrics > .is-primary dd { font-size: clamp(.86rem,3.8vw,1rem); letter-spacing: -.02em; }
  .generated-showcase-body .demo-property-site__gallery > div:last-child { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; }
  .generated-showcase-body .demo-property-site__gallery-card { width: 100%; height: auto; border-radius: 1rem; }
  .generated-showcase-body .demo-property-site__gallery-open { opacity: 1; transform: none; }
  .generated-showcase-body .demo-property-site__advantages { grid-template-columns: 1fr; }
  .generated-showcase-body .demo-property-site__analytics dl,
  .generated-showcase-body .demo-property-site__legal dl,
  .generated-showcase-body .demo-property-site__location-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .generated-showcase-body .demo-property-site__location-card { min-height: 23rem; border-radius: 1rem; }
  .js-enabled .generated-showcase-body .demo-property-site__location-card > .location-map:not(.is-map-unavailable),
  .js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable),
  .js-enabled .generated-showcase-body .location-map--interactive:not(.is-map-unavailable) .location-map-fallback,
  .js-enabled .generated-showcase-body .location-map--interactive iframe { min-height: 23rem; }
  .generated-showcase-body .location-map-actions { display: none; }
  .generated-showcase-body .demo-property-site__location-mobile-actions { display: grid; grid-template-columns: 1fr; gap: .55rem; }
  .generated-showcase-body .demo-property-site__location-mobile-actions a { width: 100%; min-width: 0; margin: 0; white-space: nowrap; }
  .generated-showcase-body .demo-property-site__location-summary strong { font-size: clamp(2.15rem, 11vw, 3rem); }
  .generated-showcase-body .demo-property-site__place-list--landmarks li:nth-child(n+5) { display: none; }
  .generated-showcase-body .demo-property-site__location-details > div { grid-template-columns: 1fr; }
  .generated-showcase-body .demo-property-site__location-details small { grid-column: 1; }
  .generated-showcase-body .demo-property-site__place-list li { align-items: flex-start; flex-direction: column; }
  .generated-showcase-body .demo-property-site__place-list span { text-align: left; }
  .generated-showcase-body .demo-property-site__contact { min-height: 24rem; padding: 2.4rem 1rem; }
  .generated-showcase-body .mobile-sticky { border: 1px solid #171b18; border-radius: var(--radius-pill); background: #171b18; color: #fff; }
  .generated-showcase-body .mobile-sticky:focus-visible { border-color: #d5f36a; background: #0f120f; color: #fff; outline: 3px solid #d5f36a; outline-offset: 3px; }
  .generated-showcase-body .mobile-sticky.is-visible:active { background: #0f120f; color: #fff; transform: translateY(1px) scale(.995); }
  .lightbox { width: 100vw; }
  .lightbox__stage { min-height: 100svh; }
  .lightbox img { max-height: 100svh; }
  .lightbox button { width: 54px; height: 54px; }
  .lightbox__close { top: max(.8rem,env(safe-area-inset-top)); right: max(.8rem,env(safe-area-inset-right)); }
  .lightbox__arrow--prev { left: .6rem; }
  .lightbox__arrow--next { right: .6rem; }
  .lightbox__counter { bottom: max(.8rem,env(safe-area-inset-bottom)); }
  .lead-dialog { width: calc(100vw - 1rem); max-height: calc(100svh - 1rem); }
  .lead-dialog__panel { max-height: calc(100svh - 1rem); overflow-y: auto; border-radius: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .generated-showcase-body .t-stagger-line { opacity: 1; filter: none; transform: none; transition: none !important; }
  .generated-showcase-body .demo-property-site__hero-media { opacity: 1; transform: none; transition: none !important; }
  .generated-showcase-body .demo-property-site__hero-media img { transform: none; will-change: auto; }
  .public-promo-header, .public-promo-header .container, .generated-showcase-body .public-promo-cta { transition: none !important; }
  .mobile-sticky { transition: none !important; }
}
