:root {
  --ink: #182019;
  --forest: #111712;
  --forest-soft: #19231b;
  --paper: #f2efe7;
  --paper-warm: #e8e2d6;
  --gold: #b59763;
  --gold-light: #d8c49e;
  --line: rgb(24 32 25 / 17%);
  --white-line: rgb(255 255 255 / 18%);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --page: min(1520px, calc(100vw - clamp(36px, 7vw, 128px)));
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; }
body { overflow-x: hidden; background: var(--paper); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--gold); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 96px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(22px, 4.3vw, 72px); color: #fff; transition: background 300ms, height 300ms, color 300ms, border-color 300ms;
}
.site-header.scrolled { height: 76px; color: var(--ink); border-bottom: 1px solid var(--line); background: rgb(242 239 231 / 94%); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: max-content; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(138px, 11.5vw, 176px); height: auto; filter: brightness(0) invert(1); transition: filter 300ms; }
.site-header.scrolled .brand-logo, .legal-header .brand-logo { filter: none; }
.footer-brand .brand-logo { width: 176px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 45px); }
.desktop-nav a { position: relative; font-size: 11px; letter-spacing: .08em; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 220ms; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 10px; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.header-contact span { display: inline-block; margin-left: 8px; transition: transform 200ms; }
.header-contact:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform 220ms; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; display: none; padding: 130px 28px 36px; color: #fff; background: var(--forest); opacity: 0; visibility: hidden; transition: opacity 260ms, visibility 260ms; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 15px 0; border-bottom: 1px solid var(--white-line); font-family: var(--serif); font-size: clamp(35px, 11vw, 54px); text-decoration: none; }
.mobile-menu p { margin-top: auto; color: rgb(255 255 255 / 52%); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 150px clamp(26px, 7vw, 118px) 180px; color: #fff; background: var(--forest); isolation: isolate; }
.hero-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--forest); animation: heroIn 1.8s cubic-bezier(.2,.7,.1,1) both; }
.hero-slide { position: absolute; inset: 0; background: var(--hero-image) 60% center / cover no-repeat; opacity: 0; transform: scale(1.015); transition: opacity 1.4s ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(4 8 7 / 82%) 0%, rgb(4 8 7 / 45%) 43%, rgb(4 8 7 / 7%) 72%), linear-gradient(0deg, rgb(4 8 7 / 75%) 0%, transparent 37%, rgb(4 8 7 / 38%) 100%); }
.visualization-label, .cinema-frame::after, .portrait-image::after, .detail-image::after, .possibilities-media::after, .gallery-card button::after { position: absolute; z-index: 3; right: 14px; bottom: 14px; padding: 7px 10px; color: rgb(255 255 255 / 82%); background: rgb(8 13 10 / 48%); backdrop-filter: blur(5px); font-size: 7px; font-weight: 500; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; pointer-events: none; }
.cinema-frame::after, .portrait-image::after, .detail-image::after, .possibilities-media::after, .gallery-card button::after { content: "Wizualizacje graficzne · poglądowe"; }
.hero-visualization-label { right: clamp(26px, 7vw, 118px); bottom: 126px; }
.cinema-frame::after { bottom: 34px; }
.detail-image::after { bottom: 58px; }
@keyframes heroIn { from { opacity: .35; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
.hero-copy { width: min(800px, 90vw); animation: copyIn 1s .25s both; }
@keyframes copyIn { from { opacity: 0; transform: translateY(25px); } }
.eyebrow { margin: 0; color: #7c6b4e; font-size: 9px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 25px 0 24px; font-family: var(--serif); font-size: clamp(52px, 6.3vw, 104px); font-weight: 400; line-height: .9; letter-spacing: -.04em; text-wrap: balance; }
.hero h1 em, .display em, .contact h2 em, .location-copy h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 580px; margin: 0; color: rgb(255 255 255 / 72%); font-size: clamp(14px, 1.25vw, 18px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color 220ms, background 220ms, transform 220ms; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: #f7f4ec; }
.button-light:hover { background: var(--gold-light); }
.button-outline { border-color: rgb(255 255 255 / 45%); color: #fff; background: transparent; }
.button-outline:hover { color: var(--forest); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform 220ms; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: #fff; }
.hero-meta { position: absolute; right: clamp(26px, 7vw, 118px); bottom: 45px; left: clamp(26px, 7vw, 118px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); padding-top: 22px; }
.hero-meta > div { min-height: 45px; padding: 0 24px; border-left: 1px solid var(--white-line); }
.hero-meta > div:first-child { padding-left: 0; border-left: 0; }
.hero-meta span { display: block; margin-bottom: 8px; color: rgb(255 255 255 / 48%); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.hero-meta strong { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 25px); font-weight: 400; }
.hero-meta .price { text-align: right; }
.scroll-cue { position: absolute; right: -42px; top: 50%; display: flex; align-items: center; gap: 12px; color: rgb(255 255 255 / 50%); font-size: 8px; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg); }
.scroll-cue span { width: 58px; height: 1px; background: currentColor; }

.section { position: relative; padding: clamp(90px, 10vw, 170px) max(24px, calc((100vw - var(--page)) / 2)); }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(55px, 8vw, 115px); padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section-index { margin: 0; color: #8d887e; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5.3vw, 84px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.display em { color: #8e7249; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(50px, 10vw, 165px); align-items: end; }
.intro-copy { padding-bottom: 8px; }
.intro-copy p { margin: 0 0 21px; color: #60665f; font-size: 14px; line-height: 1.85; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.4; }
.intro-copy .text-link { margin-top: 12px; }
.cinema-frame { position: relative; margin: clamp(70px, 9vw, 135px) 0 0; }
.cinema-frame img { height: min(67vw, 790px); object-fit: cover; object-position: center 45%; filter: saturate(.75) contrast(1.02); }
.cinema-frame figcaption { display: flex; justify-content: space-between; margin-top: 13px; color: #827e75; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.dark-section { color: #fff; background: var(--forest); }
.dark-section .section-head { border-color: var(--white-line); }
.dark-section .section-index { color: rgb(255 255 255 / 38%); }
.heritage-grid { display: grid; grid-template-columns: 1.1fr .8fr .58fr; gap: clamp(25px, 5vw, 78px); align-items: center; }
.portrait-image { position: relative; }
.portrait-image img { aspect-ratio: 3 / 4.1; object-fit: cover; filter: saturate(.65); }
.image-number { position: absolute; right: -16px; bottom: -24px; display: grid; width: 70px; height: 70px; place-items: center; color: var(--forest); background: var(--gold-light); font-family: var(--serif); font-size: 23px; }
.heritage-copy { align-self: center; }
.overline { margin: 0 0 25px; color: var(--gold-light); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.heritage-copy h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(39px, 4.4vw, 68px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.heritage-copy > p:not(.overline) { color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.85; }
.heritage-copy blockquote { margin: 45px 0 0; padding: 28px 0 0; border-top: 1px solid var(--white-line); color: var(--gold-light); font-family: var(--serif); font-size: clamp(18px, 1.8vw, 26px); font-style: italic; line-height: 1.45; }
.detail-image { position: relative; align-self: end; margin-bottom: -70px; }
.detail-image img { aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.58); }
.detail-image p { margin: 17px 0 0; color: rgb(255 255 255 / 44%); font-size: 9px; line-height: 1.5; }

.project-data { background: var(--paper); }
.project-data-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(50px, 10vw, 160px); align-items: end; }
.project-data-copy > p { max-width: 650px; margin: 0; color: #62655f; font-size: 14px; line-height: 1.85; }
.sale-scope { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid var(--line); }
.sale-scope span { display: flex; min-height: 79px; flex-direction: column; justify-content: center; padding: 16px 18px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); color: #77756e; font-size: 8px; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.sale-scope span:nth-child(odd) { padding-left: 0; border-left: 0; }
.sale-scope b { margin-bottom: 4px; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
.building-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: clamp(70px, 9vw, 130px); background: var(--line); border: 1px solid var(--line); }
.building-card { min-width: 0; padding: clamp(35px, 4.5vw, 70px); background: var(--paper-warm); }
.building-card.new-building { color: #fff; background: var(--forest-soft); }
.building-card .eyebrow { font-size: 10px; line-height: 1.45; }
.building-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.new-building .building-card-head { border-color: var(--white-line); }
.building-card-head h3 { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(35px, 3.8vw, 59px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.building-card-head > span { flex: 0 0 auto; color: #706d66; font-size: 10px; font-weight: 500; letter-spacing: .11em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.new-building .building-card-head > span { color: rgb(255 255 255 / 42%); }
.building-note { min-height: 76px; max-width: 610px; margin: 27px 0 35px; color: #565b54; font-size: 13px; line-height: 1.75; }
.new-building .building-note { color: rgb(255 255 255 / 58%); }
.parameter-list { border-top: 1px solid var(--line); }
.new-building .parameter-list { border-color: var(--white-line); }
.parameter-list > div { display: grid; grid-template-columns: minmax(145px, 1fr) auto; gap: 7px 22px; align-items: baseline; min-height: 83px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.new-building .parameter-list > div { border-color: var(--white-line); }
.parameter-list span { color: #666861; font-size: 10px; font-weight: 500; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }
.new-building .parameter-list span { color: rgb(255 255 255 / 46%); }
.parameter-list b { font-family: var(--serif); font-size: clamp(22px, 2vw, 31px); font-weight: 400; white-space: nowrap; }
.parameter-list small { grid-column: 1 / -1; color: #755f3e; font-size: 11px; font-weight: 500; letter-spacing: .025em; line-height: 1.45; }
.new-building .parameter-list small { color: var(--gold-light); }
.measure-disclaimer { max-width: 930px; margin: 24px 0 0; color: #77746c; font-size: 10px; line-height: 1.7; }

.potential { background: var(--paper-warm); }
.potential-title { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(40px, 9vw, 150px); align-items: end; }
.potential-title > p { margin: 0; color: #67665f; font-size: 14px; line-height: 1.8; }
.valuation-panel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); margin-top: clamp(70px, 9vw, 130px); border: 1px solid #c9c1b2; color: var(--ink); background: #ebe6dc; }
.valuation-primary { display: flex; min-height: 340px; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 74px); background: rgb(255 255 255 / 26%); }
.valuation-primary .eyebrow { max-width: 520px; padding-bottom: 16px; border-bottom: 1px solid #9b8561; color: #796542; line-height: 1.6; }
.valuation-primary strong { display: block; margin-top: 31px; font-family: var(--serif); font-size: clamp(58px, 6.4vw, 96px); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.valuation-primary > span { max-width: 600px; margin-top: 28px; color: #6f7069; font-size: 9px; letter-spacing: .09em; line-height: 1.65; text-transform: uppercase; }
.valuation-details { display: grid; grid-template-rows: 1.15fr .85fr; border-left: 1px solid #c9c1b2; }
.valuation-details > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 3.6vw, 52px); border-top: 1px solid #c9c1b2; }
.valuation-details > div:first-child { border-top: 0; }
.valuation-details span { width: fit-content; padding-bottom: 9px; color: #77766e; border-bottom: 1px solid transparent; font-size: 8px; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.valuation-details > div:first-child span { border-bottom-color: #9b8561; color: #796542; }
.valuation-details strong { margin-top: 17px; font-family: var(--serif); font-size: clamp(27px, 2.45vw, 38px); font-weight: 400; line-height: 1.05; }
.valuation-details small { margin-top: 11px; color: #77776f; font-size: 9px; line-height: 1.55; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(65px, 8vw, 110px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-grid article { min-height: 265px; display: flex; flex-direction: column; justify-content: center; padding: 34px clamp(18px, 2.4vw, 38px); border-left: 1px solid var(--line); }
.metric-grid article:first-child { padding-left: 0; border-left: 0; }
.metric-grid strong { font-family: var(--serif); font-size: clamp(65px, 7vw, 110px); font-weight: 400; line-height: .8; }
.metric-grid span { margin-top: 28px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.metric-grid small { margin-top: 8px; color: #817d74; font-size: 10px; line-height: 1.5; }
.levels { margin-top: clamp(70px, 9vw, 125px); border: 1px solid var(--ink); background: #f7f4ec; scroll-margin-top: 88px; }
.levels-nav { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--ink); background: var(--paper-warm); }
.level-tab { display: flex; min-height: 95px; align-items: center; gap: 17px; padding: 18px 25px; border: 0; border-left: 1px solid var(--ink); cursor: pointer; color: var(--ink); text-align: left; background: transparent; transition: color 220ms, background 220ms, box-shadow 220ms; }
.level-tab:first-child { border-left: 0; }
.level-tab span { color: #806b49; font-family: var(--serif); font-size: 25px; }
.level-tab b { font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.level-tab:hover { background: rgb(255 255 255 / 42%); }
.level-tab.active { color: var(--ink); background: var(--gold-light); box-shadow: inset 0 -3px 0 var(--ink); }
.level-tab.active span { color: var(--ink); }
.level-visual { min-height: 480px; display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 8vw, 120px); align-items: center; padding: clamp(45px, 6vw, 90px); color: var(--ink); background: #f7f4ec; }
.level-plan { min-width: 0; }
.level-plan img { width: 100%; max-height: 610px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.level-plan > span { display: block; margin-top: 14px; color: rgb(24 32 25 / 48%); font-size: 8px; letter-spacing: .16em; text-align: right; text-transform: uppercase; }
.level-copy h3 { margin: 15px 0 20px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 400; line-height: 1; }
.level-copy > p:not(.eyebrow) { margin: 0; color: rgb(24 32 25 / 68%); font-size: 13px; line-height: 1.8; }
.level-features { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.level-features span { padding: 9px 12px; border: 1px solid var(--ink); color: var(--ink); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; background: transparent; }

.possibilities { min-height: 850px; display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; color: #fff; background: var(--forest-soft); }
.possibilities-media { position: relative; min-height: 800px; overflow: hidden; }
.possibilities-media img { height: 100%; object-fit: cover; filter: saturate(.56) brightness(.82); transition: transform 1.2s; }
.possibilities:hover .possibilities-media img { transform: scale(1.025); }
.possibilities-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.possibilities-copy h2 { margin: 24px 0 52px; font-family: var(--serif); font-size: clamp(42px, 4.6vw, 71px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.scenario { display: grid; grid-template-columns: 34px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--white-line); }
.scenario > span { color: var(--gold-light); font-family: var(--serif); font-size: 16px; }
.scenario h3 { margin: 0 0 8px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.scenario p { margin: 0; color: rgb(255 255 255 / 55%); font-size: 12px; line-height: 1.7; }
.possibilities-copy .button { width: max-content; margin-top: 40px; }

.gallery { overflow: hidden; background: var(--paper); }
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.gallery-head .display { max-width: 820px; }
.gallery-controls { display: flex; align-items: center; gap: 22px; }
.gallery-controls button { width: 48px; height: 48px; border: 1px solid var(--line); cursor: pointer; background: transparent; transition: color 200ms, background 200ms; }
.gallery-controls button:hover { color: #fff; background: var(--ink); }
.gallery-controls span { min-width: 48px; font-family: var(--serif); font-size: 13px; text-align: center; }
.gallery-track { display: flex; gap: 24px; margin-top: 65px; padding-right: max(24px, calc((100vw - var(--page)) / 2)); overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card { min-width: min(70vw, 900px); margin: 0; scroll-snap-align: start; }
.gallery-card:nth-child(even) { min-width: min(49vw, 650px); }
.gallery-card button { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: transparent; overflow: hidden; }
.gallery-card img { height: clamp(390px, 49vw, 660px); object-fit: cover; filter: saturate(.72); transition: transform 700ms, filter 700ms; }
.gallery-card:nth-child(even) img { height: clamp(390px, 43vw, 600px); }
.gallery-card button:hover img { transform: scale(1.025); filter: saturate(.9); }
.gallery-card figcaption { display: flex; gap: 20px; margin-top: 15px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-card figcaption span { color: #8c867c; }

.location { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); color: #fff; background: #1b271e; }
.location-copy { align-self: center; padding: 40px 0; }
.location-copy h2 { margin: 25px 0 30px; font-family: var(--serif); font-size: clamp(47px, 5.5vw, 84px); font-weight: 400; line-height: .97; letter-spacing: -.04em; }
.location-copy > p:not(.eyebrow) { max-width: 440px; margin: 0 0 35px; color: rgb(255 255 255 / 60%); font-size: 13px; line-height: 1.8; }
.location-map { position: relative; min-height: 650px; border: 1px solid var(--white-line); background: #d7d2c8; overflow: hidden; }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.72) contrast(.96); }
.map-address { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: flex; width: min(340px, calc(100% - 40px)); flex-direction: column; padding: 20px 22px; color: #fff; background: rgb(20 29 22 / 90%); box-shadow: 0 18px 48px rgb(0 0 0 / 22%); backdrop-filter: blur(12px); }
.map-address > span { color: var(--gold-light); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.map-address strong { margin-top: 8px; font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: -.01em; }
.map-address a { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 13px; border-top: 1px solid rgb(255 255 255 / 16%); color: #fff; font-size: 9px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: color 180ms; }
.map-address a:hover { color: var(--gold-light); }
.distance-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); }
.distance-row div { display: flex; align-items: baseline; gap: 16px; padding: 35px 30px; border-left: 1px solid var(--white-line); }
.distance-row div:first-child { padding-left: 0; border-left: 0; }
.distance-row strong { color: var(--gold-light); font-family: var(--serif); font-size: 35px; font-weight: 400; }
.distance-row span { color: rgb(255 255 255 / 52%); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.documents { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 11vw, 190px); align-items: center; background: var(--paper-warm); }
.documents-copy h2 { max-width: 650px; margin: 23px 0; font-family: var(--serif); font-size: clamp(40px, 4.3vw, 66px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.documents-copy > p:not(.eyebrow) { max-width: 550px; color: #6a6963; font-size: 13px; line-height: 1.75; }
.property-record { max-width: 670px; margin: 38px 0 0; border-top: 1px solid var(--line); }
.property-record > div { display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; gap: 25px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.property-record dt { color: #807d75; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.property-record dd { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.35; }
.document-card { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: padding 220ms, background 220ms; }
.document-card:hover { padding-right: 24px; padding-left: 40px; background: rgb(255 255 255 / 35%); }
.pdf-mark { display: grid; width: 55px; height: 70px; place-items: center; border: 1px solid var(--ink); font-family: var(--serif); font-size: 11px; }
.document-card div { display: flex; flex-direction: column; }
.document-card b { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.document-card small { margin-top: 7px; color: #7c776e; font-size: 9px; }
.download-icon { font-size: 22px; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(60px, 10vw, 165px); align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro .display { max-width: 610px; }
.faq-intro > p { max-width: 490px; margin: 32px 0; color: #6c6b65; font-size: 13px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 34px 1fr 28px; gap: 18px; align-items: center; min-height: 104px; padding: 22px 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #9b8561; font-family: var(--serif); font-size: 14px; }
.faq-list summary b { font-family: var(--serif); font-size: clamp(19px, 1.7vw, 25px); font-weight: 400; line-height: 1.3; }
.faq-list summary i { position: relative; display: block; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; content: ""; background: currentColor; transform: translate(-50%, -50%); transition: transform 220ms; }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list summary:hover b { color: #8e7249; }
.faq-answer { display: grid; grid-template-columns: 52px 1fr 28px; }
.faq-answer p { grid-column: 2; max-width: 720px; margin: -5px 0 34px; color: #696a64; font-size: 13px; line-height: 1.85; }

.contact { display: flex; min-height: 790px; align-items: center; color: #fff; background: var(--forest); overflow: hidden; isolation: isolate; }
.contact-bg { position: absolute; z-index: -2; inset: 0; background: url("assets/villa-montana-ai-12.webp") center / cover; filter: saturate(.5); }
.contact::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(12 17 13 / 97%) 0%, rgb(12 17 13 / 84%) 58%, rgb(12 17 13 / 52%) 100%); }
.contact-visualization-label { bottom: 22px; right: max(24px, calc((100vw - var(--page)) / 2)); }
.contact-simple { width: 100%; }
.contact-simple h2 { max-width: 1100px; margin: 24px 0 28px; font-family: var(--serif); font-size: clamp(52px, 6.7vw, 104px); font-weight: 400; line-height: .92; letter-spacing: -.04em; }
.contact-lead { max-width: 590px; margin: 0; color: rgb(255 255 255 / 62%); font-size: 14px; line-height: 1.75; }
.contact-channels { margin-top: clamp(55px, 7vw, 90px); border-top: 1px solid rgb(255 255 255 / 34%); }
.contact-channel { position: relative; display: grid; grid-template-columns: 95px 1fr auto; gap: 30px; align-items: center; width: 100%; padding: 24px 0; border-bottom: 1px solid rgb(255 255 255 / 34%); text-decoration: none; }
.contact-channel span { color: var(--gold-light); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.contact-channel b { font-family: var(--serif); font-size: clamp(25px, 3.5vw, 51px); font-weight: 400; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-channel i { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; font-size: 20px; font-style: normal; transition: color 220ms, background 220ms, transform 220ms; }
.contact-channel:hover i { color: var(--forest); background: var(--gold-light); transform: translate(3px, -3px); }

.floating-contact { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: flex; height: 62px; align-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / 26%); border-radius: 999px; color: #fff; background: var(--forest); box-shadow: 0 12px 38px rgb(0 0 0 / 28%); text-decoration: none; transition: color 220ms, background 220ms, box-shadow 220ms, transform 220ms; }
.floating-contact-label { max-width: 0; overflow: hidden; opacity: 0; font-size: 9px; font-weight: 600; letter-spacing: .1em; white-space: nowrap; text-transform: uppercase; transition: max-width 320ms cubic-bezier(.2,.7,.1,1), opacity 200ms, padding 320ms; }
.floating-contact-icon { display: grid; width: 60px; height: 60px; flex: 0 0 60px; place-items: center; color: var(--forest); background: var(--gold-light); border-radius: 50%; }
.floating-contact-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.floating-contact:hover, .floating-contact:focus-visible { box-shadow: 0 16px 46px rgb(0 0 0 / 36%); transform: translateY(-2px); }
.floating-contact:hover .floating-contact-label, .floating-contact:focus-visible .floating-contact-label { max-width: 310px; padding-left: 22px; opacity: 1; }
.floating-whatsapp { border-color: rgb(255 255 255 / 32%); background: #0d4728; }
.floating-whatsapp .floating-contact-icon { color: #fff; background: #25d366; }
.floating-whatsapp .floating-contact-icon svg { width: 27px; height: 27px; fill: currentColor; stroke: none; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding: 55px clamp(24px, 7vw, 115px); color: #fff; background: #0c100d; }
.footer-brand { color: #fff; }
.footer > p { color: rgb(255 255 255 / 38%); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; gap: 25px; }
.footer-links a { font-size: 9px; text-decoration: none; text-transform: uppercase; }
.footer > small { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--white-line); color: rgb(255 255 255 / 25%); font-size: 8px; line-height: 1.6; }

.legal-page { background: var(--paper); }
.legal-header { position: relative; z-index: 2; display: flex; min-height: 96px; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 100px); border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-back { display: inline-flex; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 9px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.legal-hero { padding: clamp(90px, 11vw, 170px) max(24px, calc((100vw - var(--page)) / 2)) clamp(70px, 9vw, 125px); background: var(--paper-warm); }
.legal-hero h1 { max-width: 1200px; margin: 28px 0 24px; font-family: var(--serif); font-size: clamp(64px, 9vw, 145px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.legal-date { margin: 0; color: #7b786f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.legal-draft-note { width: var(--page); margin: 40px auto 0; padding: 22px 28px; border-left: 3px solid #a47d40; background: #e9ddc8; }
.legal-draft-note b { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.legal-draft-note p { margin: 7px 0 0; color: #665e52; font-size: 11px; line-height: 1.65; }
.legal-layout { width: var(--page); display: grid; grid-template-columns: .36fr 1fr; gap: clamp(60px, 10vw, 170px); margin: 0 auto; padding: clamp(80px, 10vw, 150px) 0; }
.legal-toc { position: sticky; top: 35px; align-self: start; display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 28px; }
.legal-toc .eyebrow { margin-bottom: 26px; }
.legal-toc a { padding: 10px 0; color: #77756d; font-size: 9px; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.legal-toc a:hover { color: #8e7249; }
.legal-content { counter-reset: legal-section; }
.legal-content section { position: relative; padding: 0 0 clamp(65px, 8vw, 110px); scroll-margin-top: 35px; }
.legal-content section + section { padding-top: clamp(55px, 7vw, 90px); border-top: 1px solid var(--line); }
.legal-number { display: block; margin-bottom: 18px; color: #9b8561; font-family: var(--serif); font-size: 14px; }
.legal-content h2 { max-width: 850px; margin: 0 0 32px; font-family: var(--serif); font-size: clamp(38px, 4.6vw, 69px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #5f625c; font-size: 13px; line-height: 1.9; }
.legal-content p { max-width: 850px; margin: 0 0 18px; }
.legal-content ol, .legal-content ul { max-width: 850px; margin: 0; padding-left: 22px; }
.legal-content li { margin-bottom: 11px; padding-left: 8px; }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-content a { color: #7b633f; text-underline-offset: 3px; }
.legal-table { max-width: 900px; margin-bottom: 28px; border-top: 1px solid var(--line); }
.legal-table > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal-table b { font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.35; }
.legal-table span { color: #666861; font-size: 11px; line-height: 1.7; }
.legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px clamp(24px, 6vw, 100px); color: #fff; background: var(--forest); }
.legal-footer p { margin: 0; font-family: var(--serif); font-size: 17px; }
.legal-footer div { display: flex; flex-wrap: wrap; gap: 25px; }
.legal-footer a { color: rgb(255 255 255 / 62%); font-size: 9px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.lightbox { width: min(94vw, 1500px); max-width: none; height: auto; padding: 0; border: 0; color: #fff; background: #080b09; }
.lightbox::backdrop { background: rgb(3 5 4 / 92%); backdrop-filter: blur(5px); }
.lightbox img { max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 24px; width: 45px; height: 45px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; color: #fff; cursor: pointer; background: rgb(0 0 0 / 42%); font-size: 28px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 750ms cubic-bezier(.2,.7,.1,1), transform 750ms cubic-bezier(.2,.7,.1,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle, .mobile-menu { display: block; }
  .site-header.menu-active { color: #fff; background: var(--forest); }
  .intro-grid, .project-data-intro, .potential-title { grid-template-columns: 1fr; }
  .intro-copy, .project-data-copy, .potential-title > p { max-width: 680px; }
  .heritage-grid { grid-template-columns: 1fr 1fr; }
  .detail-image { display: none; }
  .building-card { padding: 42px 34px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid article:nth-child(3) { border-left: 0; }
  .metric-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .level-tab { flex-direction: column; align-items: flex-start; gap: 7px; padding: 15px; }
  .level-visual { grid-template-columns: 1fr; }
  .level-plan { max-width: 680px; }
  .possibilities { grid-template-columns: 1fr; }
  .possibilities-media { min-height: 70vw; max-height: 780px; }
  .possibilities-copy { padding: 90px max(24px, calc((100vw - var(--page)) / 2)); }
  .location { grid-template-columns: 1fr; }
  .location-copy { max-width: 650px; }
  .distance-row { grid-template-columns: 1fr 1fr; }
  .distance-row div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .distance-row div:nth-child(n+3) { border-top: 1px solid var(--white-line); }
  .contact { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr auto; }
  .footer > p { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: none; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding: 0 19px; }
  .brand-logo { width: 137px; }
  .hero { min-height: 850px; align-items: flex-end; padding: 120px 24px 220px; }
  .hero-media { background-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(4 8 7 / 95%) 0%, rgb(4 8 7 / 38%) 70%, rgb(4 8 7 / 55%) 100%); }
  .hero h1 { margin-top: 18px; font-size: clamp(48px, 15vw, 69px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { right: 24px; bottom: 28px; left: 24px; grid-template-columns: 1fr 1fr; gap: 14px 0; padding-top: 15px; }
  .hero-meta > div { min-height: 43px; padding: 0 10px; }
  .hero-meta > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-meta .price { text-align: left; }
  .hero-meta span { margin-bottom: 4px; font-size: 6px; }
  .hero-meta strong { font-size: 16px; }
  .visualization-label, .cinema-frame::after, .portrait-image::after, .detail-image::after, .possibilities-media::after, .gallery-card button::after { right: 10px; bottom: 10px; padding: 6px 8px; font-size: 6px; }
  .hero-visualization-label { top: 90px; right: auto; bottom: auto; left: 24px; }
  .cinema-frame::after { bottom: 32px; }
  .contact-visualization-label { right: 14px; bottom: 14px; }
  .scroll-cue { display: none; }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .section-head { margin-bottom: 55px; }
  .display { font-size: clamp(40px, 12vw, 58px); }
  .valuation-panel { grid-template-columns: 1fr; }
  .valuation-primary { min-height: 300px; padding: 42px 24px; }
  .valuation-primary strong { font-size: clamp(52px, 16vw, 68px); white-space: nowrap; }
  .valuation-primary > span { margin-top: 25px; }
  .valuation-details { grid-template-rows: auto; border-top: 1px solid #c9c1b2; border-left: 0; }
  .valuation-details > div { min-height: 150px; padding: 30px 24px; }
  .intro-grid { gap: 38px; }
  .cinema-frame { margin-top: 60px; }
  .cinema-frame img { height: 75vh; min-height: 520px; }
  .cinema-frame figcaption span:last-child { display: none; }
  .heritage-grid { grid-template-columns: 1fr; }
  .portrait-image { width: 88%; }
  .heritage-copy { margin-top: 45px; }
  .heritage-copy h2 { font-size: 45px; }
  .project-data-intro { gap: 38px; }
  .sale-scope { grid-template-columns: 1fr; }
  .sale-scope span, .sale-scope span:nth-child(odd) { padding-left: 0; border-left: 0; }
  .building-comparison { grid-template-columns: 1fr; }
  .building-card { padding: 38px 24px; }
  .building-card .eyebrow { font-size: 10px; letter-spacing: .2em; }
  .building-card-head { display: block; padding-bottom: 28px; }
  .building-card-head h3 { margin-top: 16px; font-size: 40px; line-height: 1.02; }
  .building-card-head > span { display: block; margin-top: 20px; font-size: 10px; line-height: 1.55; text-align: left; }
  .building-note { min-height: 0; margin: 25px 0 31px; font-size: 14px; line-height: 1.72; }
  .parameter-list > div { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 14px; min-height: 96px; padding: 23px 0; }
  .parameter-list span { max-width: 150px; font-size: 10px; letter-spacing: .07em; line-height: 1.45; }
  .parameter-list b { font-size: 27px; }
  .parameter-list small { font-size: 11px; line-height: 1.5; }
  .measure-disclaimer { font-size: 11px; line-height: 1.65; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article { min-height: 200px; padding: 25px 14px; }
  .metric-grid article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .metric-grid strong { font-size: 62px; }
  .metric-grid span { margin-top: 20px; font-size: 8px; }
  .metric-grid small { font-size: 8px; }
  .levels-nav { grid-template-columns: repeat(5, minmax(58px, 1fr)); overflow-x: auto; }
  .level-tab { min-height: 70px; padding: 12px 8px; }
  .level-tab span { font-size: 19px; }
  .level-tab b { display: none; }
  .level-visual { min-height: auto; padding: 40px 23px; }
  .level-plan { order: 2; }
  .possibilities-media { min-height: 110vw; }
  .possibilities-copy { padding-top: 75px; padding-bottom: 75px; }
  .possibilities-copy h2 { font-size: 44px; }
  .gallery-head { align-items: flex-start; flex-direction: column; }
  .gallery-track { gap: 14px; margin-top: 45px; }
  .gallery-card, .gallery-card:nth-child(even) { min-width: 85vw; }
  .gallery-card img, .gallery-card:nth-child(even) img { height: 56vh; min-height: 420px; }
  .location-map { min-height: 520px; }
  .map-address { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .distance-row { grid-template-columns: 1fr; }
  .distance-row div, .distance-row div:first-child, .distance-row div:nth-child(odd) { padding: 22px 0; border-top: 1px solid var(--white-line); border-left: 0; }
  .documents { grid-template-columns: 1fr; gap: 45px; }
  .property-record > div { grid-template-columns: 1fr; gap: 6px; }
  .document-card { padding: 24px 0; }
  .document-card:hover { padding-right: 0; padding-left: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .faq-intro { position: static; }
  .faq-list summary { grid-template-columns: 27px 1fr 27px; gap: 12px; min-height: 90px; }
  .faq-list summary b { font-size: 19px; }
  .faq-answer { grid-template-columns: 39px 1fr; }
  .contact { min-height: auto; }
  .contact-simple h2 { font-size: 54px; }
  .contact-channel { display: block; padding: 22px 58px 22px 0; }
  .contact-channel span { display: block; margin-bottom: 12px; }
  .contact-channel b { display: block; font-size: clamp(16px, 5.2vw, 23px); white-space: nowrap; }
  .contact-channel i { position: absolute; right: 0; bottom: 18px; width: 43px; height: 43px; }
  .contact-channel:hover i { transform: translate(3px, -3px); }
  .floating-contact { right: 15px; bottom: 15px; height: 56px; }
  .floating-contact-label { display: none; }
  .floating-contact-icon { width: 54px; height: 54px; flex-basis: 54px; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .legal-header { min-height: 78px; padding: 0 20px; }
  .legal-header .brand-logo { width: 130px; }
  .legal-back { font-size: 0; }
  .legal-back span { font-size: 18px; }
  .legal-hero { padding-top: 75px; }
  .legal-hero h1 { font-size: clamp(57px, 18vw, 85px); overflow-wrap: anywhere; }
  .legal-draft-note { padding: 19px 20px; }
  .legal-layout { padding-top: 75px; }
  .legal-content h2 { font-size: 43px; }
  .legal-content p, .legal-content li { font-size: 12px; }
  .legal-table > div { grid-template-columns: 1fr; gap: 9px; }
  .legal-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
