:root {
  --green: #0fc80f;
  --green-dark: #003232;
  --yellow: #ffd700;
  --yellow-dark: #322d00;
  --orange: #ff7300;
  --red: #ff0f37;
  --burgundy: #3a101b;
  --paper: #f5f7f0;
  --white: #fff;
  --ink: #082828;
  --muted: #5f7070;
  --line: rgba(0, 50, 50, .16);
  --shadow: 0 24px 70px rgba(0, 50, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.45; }
html[lang="ka"] body { font-family: "Noto Sans Georgian", Inter, Arial, sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.arrow-icon { display: inline-block; width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.16em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--yellow); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; min-height: 88px; display: flex; justify-content: center; align-items: center; padding: 18px clamp(22px, 5vw, 76px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.language-switcher { position: absolute; left: clamp(22px, 5vw, 76px); display: inline-flex; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(0,32,32,.28); }
.language-switcher button { min-width: 34px; padding: 6px 7px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.7); font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-switcher button.active, .language-switcher button:hover { background: var(--yellow); color: var(--yellow-dark); }
body.renovations-view .language-switcher button.active,
body.renovations-view .language-switcher button:hover { background: var(--red); color: var(--white); }
.lang-non-ru .video-section, .lang-non-ru .media-mentions { display: none; }
.header-nav { display: flex; gap: 38px; font-size: 18px; font-weight: 600; }
.header-nav a, .text-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.header-bookmark { position: absolute; top: 0; right: clamp(42px, 6vw, 110px); width: clamp(94px, 7vw, 122px); height: clamp(142px, 10.5vw, 184px); overflow: hidden; box-shadow: 0 12px 30px rgba(0,32,32,.2); }
.header-bookmark img { width: 100%; height: 100%; object-fit: fill; }

.hero { position: relative; min-height: 790px; height: min(920px, 100svh); color: var(--white); display: flex; align-items: flex-end; overflow: hidden; background: var(--green-dark); }
.hero-photo { position: absolute; inset: 0; background: url("https://summer365.ge/storage/image/3809c1a1dfaf636b1cd51db07d0f476deb12ee35.jpg") center 45%/cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,32,32,.82) 0%, rgba(0,35,35,.48) 46%, rgba(0,20,20,.1) 74%), linear-gradient(0deg, rgba(0,35,35,.72) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(800px, calc(100% - 44px)); margin: 0 clamp(22px, 8vw, 126px) 186px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.eyebrow.light { color: rgba(255,255,255,.72); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { display: flex; flex-direction: column; align-items: flex-start; gap: .04em; font-size: clamp(44px, 6.4vw, 92px); line-height: 1.02; letter-spacing: -.055em; margin: 0 0 30px; font-weight: 500; }
.hero-title-line { display: block; line-height: 1.02; }
.hero-title-accent, h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0 0 34px; font-size: clamp(18px, 2vw, 23px); line-height: 1.4; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 15px 23px; border: 0; border-radius: 5px; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--yellow-dark); box-shadow: 0 8px 28px rgba(255,215,0,.2); }
.button-dark { background: var(--green-dark); color: var(--white); }
.text-link { display: inline-flex; gap: 12px; font-size: 14px; }
.text-link.light { color: rgba(255,255,255,.9); }
.fact-strip { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.28); background: rgba(0,50,50,.34); backdrop-filter: blur(12px); }
.fact-strip div { padding: 24px clamp(18px, 3.5vw, 55px); color: var(--white); border-right: 1px solid rgba(255,255,255,.24); background: rgba(0,50,50,.18); }
.fact-strip div:last-child { border-right: 0; }
.fact-strip dt { font-size: clamp(19px, 2vw, 28px); font-weight: 600; }
.fact-strip dd { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }

.section-pad { padding: clamp(74px, 9vw, 132px) clamp(22px, 7vw, 108px); }
.intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(44px, 7vw, 112px); align-items: center; }
.intro h2, .section-heading h2, .resale h2, .waitlist h2, .contacts h2 { margin: 0; font-size: clamp(38px, 5.4vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.intro-description { max-width: 700px; margin: 34px 0 0; font-size: 19px; color: var(--muted); }
.intro-description p { margin: 0; }
.intro-description p + p { margin-top: 18px; }
.intro-description strong { color: var(--green); }
.intro-more { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 28px; }
.intro-more-button { min-height: 46px; padding: 12px 16px; gap: 10px; font-size: 14px; }
.intro-more-note { max-width: 210px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.project-gallery-wrap { min-width: 0; }
.project-gallery { position: relative; min-width: 0; aspect-ratio: 16/9; overflow: hidden; border-radius: 6px; background: #dfe7dd; box-shadow: var(--shadow); touch-action: pan-y; }
.project-gallery > img { width: 100%; height: 100%; object-fit: contain; transition: opacity .12s ease; }
.project-gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,50,50,.82); color: var(--white); font-size: 19px; cursor: pointer; transform: translateY(-50%); }
.project-gallery-arrow:hover { background: var(--yellow); color: var(--yellow-dark); }
.project-gallery-arrow.prev { left: 16px; }
.project-gallery-arrow.next { right: 16px; }
.project-gallery-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.3; }
.project-gallery-meta span:first-child { color: var(--ink); font-weight: 600; }

.video-section { background: var(--green-dark); color: var(--white); }
.section-heading { margin-bottom: 48px; }
.section-heading.compact { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: end; gap: clamp(28px, 6vw, 96px); }
.section-heading.compact .eyebrow { margin-bottom: 7px; }
.section-heading-main { min-width: 0; }
.section-heading h2 { max-width: 1020px; }
.video-section-intro, .construction-intro { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.45; }
.video-section-intro strong { color: var(--green); font-weight: 700; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-item { min-width: 0; }
.video-caption { min-height: 24px; margin: 0 0 14px; font-size: 16px; font-weight: 700; color: var(--green); }
.video-item-right .video-caption { text-align: right; }
.video-frame { position: relative; width: 70%; margin-inline: auto; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; background: #001f1f; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.video-caption { width: 70%; margin-inline: auto; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: var(--green-dark); cursor: pointer; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster span { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--yellow-dark); font-size: 24px; transform: translate(-50%, -50%); }
.video-poster[hidden] { display: none; }

.media-mentions { padding: 42px clamp(22px, 7vw, 108px) 48px; background: var(--white); }
.media-mentions-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin-bottom: 22px; }
.media-mentions-heading h2 { margin: 0; font-size: clamp(30px, 2.7vw, 44px); line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.media-mentions-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.media-mentions-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.media-mention { display: flex; flex-direction: column; min-width: 0; overflow: visible; border-radius: 4px; background: transparent; color: var(--green-dark); text-decoration: none; }
.media-mention img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; transition: transform .25s ease, opacity .25s ease; }
.media-mention-label { display: block; margin-top: 8px; color: var(--green-dark); font-size: 14px; line-height: 1.15; font-weight: 600; }
.media-mention-play { display: none; }
.media-mention:hover img { transform: scale(1.035); opacity: .82; }
.media-mention:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.resale { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(600px, 1.28fr); gap: clamp(52px, 7vw, 118px); align-items: start; background: var(--yellow); color: var(--yellow-dark); }
.resale-heading { position: sticky; top: 36px; }
.resale h2 { max-width: 620px; font-size: clamp(42px, 4.35vw, 70px); }
.resale-intro { max-width: 600px; margin: 30px 0 0; font-size: 18px; line-height: 1.5; }
.resale-content { min-width: 0; }
.resale-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 24px; padding: 0; list-style: none; border: 1px solid rgba(50,45,0,.42); }
.resale-flow li { position: relative; min-height: 164px; padding: 23px 27px; border-right: 1px solid rgba(50,45,0,.42); }
.resale-flow li:last-child { border-right: 0; }
.resale-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 23px; right: -14px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow-dark); color: var(--yellow); font-size: 16px; }
.resale-flow-number, .resale-answer-index { display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.resale-flow strong { display: block; max-width: 180px; margin-top: 26px; font-size: 18px; line-height: 1.18; }
.resale-flow small { display: block; margin-top: 9px; font-size: 13px; line-height: 1.35; opacity: .72; }
.resale-objections { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.resale-answer { min-height: 294px; display: flex; flex-direction: column; padding: 27px; background: rgba(255,255,255,.94); }
.resale-answer:nth-child(2) { background: var(--yellow-dark); color: var(--white); }
.resale-answer-index { opacity: .58; }
.resale-answer h3 { margin: 46px 0 16px; font-size: clamp(20px, 1.45vw, 25px); line-height: 1.08; letter-spacing: -.025em; }
.resale-answer p { margin: auto 0 0; font-size: 15px; line-height: 1.48; }
.construction-progress { background: #edf1e8; }
.construction-progress .section-heading { max-width: none; }
.construction-intro { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.construction-report { min-width: 0; align-self: end; }
.construction-report-title { margin: 0 0 12px; color: var(--green-dark); font-size: 16px; font-weight: 700; text-align: right; }
.construction-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.construction-report-image { min-width: 0; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--white); }
.construction-report-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.construction-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; border-top: 1px solid rgba(0,50,50,.28); }
.construction-step { position: relative; min-height: 190px; padding: 24px 26px 0 0; border-right: 1px solid rgba(0,50,50,.18); }
.construction-step:not(:first-child) { padding-left: 26px; }
.construction-step:last-child { border-right: 0; }
.construction-step::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--green-dark); }
.construction-step:not(:first-child)::before { left: 26px; }
.construction-step span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.construction-step strong { display: block; max-width: 245px; margin-top: 24px; color: var(--ink); font-size: 21px; line-height: 1.12; }
.construction-step p { max-width: 245px; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.construction-step-current strong { color: var(--green-dark); }

.catalog { background: var(--white); }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.catalog-help { max-width: 430px; margin: 0; color: var(--muted); font-size: 17px; }
.filter-shell { border: 1px solid var(--line); border-radius: 7px; padding: 20px 22px; background: #fbfcf8; box-shadow: 0 12px 40px rgba(0,50,50,.06); }
.filter-actions { display: flex; justify-content: flex-end; padding-top: 18px; }
.filter-topline { display: flex; justify-content: flex-end; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.search-field { display: flex; align-items: center; gap: 11px; background: var(--white); border: 1px solid var(--line); padding: 0 14px; min-height: 48px; border-radius: 5px; }
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; color: var(--muted); }
.search-field input { border: 0; outline: 0; width: 100%; background: transparent; font-size: 15px; }
.sort-field { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.sort-field > span { color: var(--muted); font-size: 13px; }
.sort-field select { border: 0; outline: 0; background: transparent; font-weight: 600; }
.reset-button { border: 0; background: transparent; padding: 0 14px; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; color: var(--muted); }
.filter-group { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: center; padding-top: 18px; }
.filter-label { font-size: 13px; color: var(--muted); }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip, .tag { border: 1px solid var(--line); border-radius: 99px; background: var(--white); padding: 9px 14px; font-size: 13px; line-height: 1; }
.filter-chip { cursor: pointer; transition: .18s ease; }
.filter-chip:hover { border-color: var(--green-dark); }
.filter-chip.active { background: var(--green-dark); color: var(--white); border-color: var(--green-dark); }
.chip-june.active { background: var(--green); color: var(--green-dark); border-color: var(--green); }
.chip-july.active { background: var(--yellow); color: var(--yellow-dark); border-color: var(--yellow); }
.chip-august.active { background: var(--orange); color: #301200; border-color: var(--orange); }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; margin: 30px 0 18px; color: var(--muted); font-size: 13px; }
.catalog-meta p { margin: 0; }
.catalog-meta strong { color: var(--ink); }
.apartment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.apartment-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 7px; background: var(--white); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.apartment-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { position: relative; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; padding: 12px 42px; background: #edf1e8; overflow: hidden; }
.card-image img { flex: 0 0 auto; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; display: block; transition: transform .4s ease; }
.card-image.is-reserved::before { content: ''; position: absolute; z-index: 1; inset: 0; background: rgba(255,255,255,.62); pointer-events: none; }
.card-reserved-label { position: absolute; z-index: 3; top: 50%; left: 50%; color: #b4232d; font-size: clamp(18px, 2vw, 27px); font-weight: 800; letter-spacing: .12em; transform: translate(-50%, -50%); white-space: nowrap; }
.apartment-card:hover .card-image img { transform: none; }
.card-gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(0,50,50,.15); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--green-dark); cursor: pointer; transform: translateY(-50%); box-shadow: 0 5px 18px rgba(0,50,50,.12); }
.card-gallery-arrow:hover { background: var(--yellow); }
.card-gallery-arrow.prev { left: 12px; }
.card-gallery-arrow.next { right: 12px; }
.card-counter { position: absolute; top: 14px; right: 14px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.9); backdrop-filter: blur(5px); font-size: 12px; }
.card-body { padding: 19px; }
.card-top { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.card-top h3 { margin: 0; font-size: 22px; line-height: 1.08; letter-spacing: -.02em; }
.card-side-meta { flex: none; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.card-area { flex: none; font-weight: 700; color: var(--muted); font-size: 13px; text-align: right; }
.card-status { padding: 9px 13px; border: 2px solid var(--yellow); border-radius: 999px; background: var(--green-dark); color: var(--white); font-size: 14px; line-height: 1; font-weight: 900; letter-spacing: .015em; white-space: nowrap; box-shadow: 0 4px 12px rgba(0, 55, 55, .18); }
.card-price { margin: 22px 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.card-price strong { display: inline-flex; min-width: 0; font-size: 29px; letter-spacing: -.035em; }
.price-pair { display: inline-flex; align-items: baseline; font: inherit; }
.price-pair > span { font: inherit; }
.card-price span.card-payment { flex: none; padding: 8px 11px; border-radius: 999px; color: var(--green-dark); font-size: 14px; line-height: 1.1; font-weight: 700; white-space: nowrap; }
.card-payment-full { background: var(--yellow); }
.card-payment-installment { background: var(--green); }
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; min-height: 30px; }
.tag { background: var(--paper); padding: 7px 10px; }
.tag.block-June { background: rgba(15,200,15,.15); border-color: transparent; }
.tag.block-July { background: rgba(255,215,0,.28); border-color: transparent; }
.tag.block-August { background: rgba(255,115,0,.18); border-color: transparent; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.card-footer span:last-child { font-size: 18px; }
.empty-state { padding: 70px 25px; text-align: center; border: 1px dashed var(--line); }
.empty-state h3 { font-size: 27px; margin: 0 0 8px; }
.empty-state p { max-width: 580px; margin: 0 auto 24px; color: var(--muted); }

.renovations-teaser { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px 60px; align-items: center; background: linear-gradient(115deg, #dce8df 0%, #dce8df 58%, #f2dfb7 100%); }
.renovations-teaser h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4.5vw, 66px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.renovations-teaser-side { max-width: 560px; }
.renovations-teaser-side p { margin: 0 0 25px; color: var(--muted); font-size: 18px; }
.renovations-teaser-gallery { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.renovations-teaser-image { position: relative; display: block; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 5px; background: #b7c9bf; box-shadow: 0 10px 20px rgba(0, 50, 50, .1); }
.renovations-teaser-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.renovations-teaser-image::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0, 30, 30, .65)); pointer-events: none; }
.renovations-teaser-image span { position: absolute; z-index: 1; left: 11px; bottom: 10px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.renovations-teaser-image:hover img { transform: scale(1.045); }

.renovations-page { --renovation-surface: #fff7f8; --renovation-blush: #f7d7df; --renovation-soft: #fcebed; --renovation-border: rgba(104, 18, 42, .22); background: var(--renovation-surface); }
.renovations-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding-top: clamp(118px, 12vw, 168px); background: var(--burgundy); color: var(--white); }
.renovations-hero-copy { max-width: 720px; }
.renovations-hero h1 { display: block; margin: 0 0 28px; font-size: clamp(42px, 5.2vw, 76px); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.renovations-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 32px; color: rgba(255,255,255,.75); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; }
.renovations-hero #renovationsHeroButton { background: var(--red); color: var(--white); box-shadow: 0 8px 28px rgba(255, 15, 55, .25); }
.renovations-hero #renovationsHeroButton:hover { background: #e20a2e; }
.renovations-hero-media { min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: #214d48; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.renovations-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.renovations-benefits { background: var(--renovation-blush); color: var(--burgundy); }
.renovations-benefits .section-heading.compact, .renovations-gallery .section-heading.compact { color: var(--burgundy); }
.renovations-benefits .section-heading.compact > p { color: #7b4553; }
.renovations-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.renovations-benefit-grid article { min-height: 220px; padding: 25px; background: var(--white); border-top: 3px solid var(--red); box-shadow: 0 8px 24px rgba(58,16,27,.05); }
.renovations-benefit-grid article:nth-child(2) { border-top-color: var(--burgundy); }
.renovations-benefit-grid article:nth-child(3) { border-top-color: #b81e42; }
.renovations-benefit-grid span { color: #8d5361; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.renovations-benefit-grid h3 { margin: 42px 0 10px; font-size: 24px; line-height: 1.08; letter-spacing: -.025em; }
.renovations-benefit-grid p { margin: 0; color: #6f4a54; font-size: 15px; line-height: 1.45; }
.renovations-gallery { background: var(--renovation-surface); }
.season-toggle { display: inline-flex; gap: 5px; margin: -15px 0 28px; padding: 5px; border-radius: 999px; background: rgba(58,16,27,.1); }
.season-toggle button { min-width: 102px; padding: 10px 17px; border: 0; border-radius: 999px; background: transparent; color: #7b4553; cursor: pointer; }
.season-toggle button.active { background: var(--red); color: var(--white); box-shadow: 0 5px 14px rgba(255,15,55,.2); }
.renovations-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.renovation-gallery-item { position: relative; min-width: 0; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; border-radius: 6px; background: var(--white); }
.renovation-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.renovation-gallery-item:hover img { transform: scale(1.025); }
.renovation-gallery-item.is-sold-out img { filter: blur(7px); transform: scale(1.05); }
.renovation-gallery-item figcaption { position: absolute; inset: 50% 16px auto; padding: 14px 18px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.45); border-radius: 5px; background: rgba(0,32,32,.78); color: var(--white); text-align: center; font-size: 18px; font-weight: 700; }
.renovation-calculator { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 110px); align-items: start; background: var(--burgundy); color: var(--white); }
.calculator-copy { max-width: 600px; }
.calculator-copy h2 { margin: 0; font-size: clamp(38px, 4.7vw, 70px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.calculator-copy > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 17px; }
.calculator-form { display: grid; gap: 16px; padding: clamp(22px, 3vw, 36px); background: #fffafb; color: var(--burgundy); border-radius: 6px; box-shadow: 0 22px 56px rgba(0,0,0,.15); }
.calculator-form label, .calculator-form legend { display: grid; gap: 8px; color: #7b4553; font-size: 13px; }
.calculator-form input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--renovation-border); border-radius: 4px; outline-color: var(--red); color: var(--burgundy); background: var(--renovation-soft); }
.calculator-form fieldset { margin: 3px 0 0; padding: 0; border: 0; }
.finish-choice-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
.finish-choice { display: grid; gap: 6px; min-height: 74px; padding: 11px; border: 1px solid var(--renovation-border); border-radius: 4px; background: var(--white); color: var(--burgundy); text-align: left; cursor: pointer; }
.finish-choice strong { font-size: 13px; }
.finish-choice.active { border-color: var(--red); background: rgba(255,15,55,.08); box-shadow: inset 0 0 0 1px var(--red); }
.finish-choice:disabled { cursor: not-allowed; opacity: .55; }
.calculator-result { display: grid; gap: 6px; margin-top: 8px; padding: 19px; background: var(--red); color: var(--white); border-radius: 4px; }
.calculator-result span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.calculator-result strong { font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.045em; }
.calculator-result small { color: rgba(255,255,255,.8); }
.renovation-faq { background: var(--renovation-surface); color: var(--burgundy); }
.renovation-gallery-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 540px; }
.renovation-gallery-cta p { margin: 0; color: #7b4553; line-height: 1.5; }
.renovation-materials-button { flex: 0 0 auto; background: var(--red); color: var(--white); box-shadow: none; }
.renovation-materials-button:hover { background: #d90932; }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 8px; max-width: 1120px; margin-bottom: 32px; }
.faq-grid details { overflow: hidden; border: 1px solid var(--renovation-border); border-radius: 4px; background: rgba(255,255,255,.72); }
.faq-grid details[open] { border-color: rgba(255,15,55,.42); background: var(--white); }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: '+'; flex: 0 0 auto; color: var(--red); font-size: 25px; font-weight: 400; line-height: .8; }
.faq-grid details[open] summary::after { content: '−'; }
.faq-grid details p { max-width: 820px; margin: 0; padding: 0 18px 18px; color: #6f4a54; line-height: 1.5; }
.renovation-faq > .text-link { color: var(--burgundy); }
body.renovations-view .site-footer { background: var(--burgundy); }
body.renovations-view .site-footer .footer-brand span { color: var(--red); }

.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-block: clamp(58px, 6vw, 92px); background: var(--green-dark); color: var(--white); }
.waitlist-copy { max-width: 900px; }
.waitlist-copy p:last-child { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 18px; }
.waitlist > .button { justify-self: center; align-self: center; }

.experience .section-heading h2 { max-width: 850px; }
.experience { padding-block: clamp(54px, 6vw, 84px); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.experience-card { position: relative; aspect-ratio: 16 / 7; min-height: 0; color: var(--white); overflow: hidden; border-radius: 6px; }
.experience-image, .experience-overlay { position: absolute; inset: 0; }
.experience-image { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #dfe7dd; transition: transform .5s ease; }
.finish-card .experience-image { background-image: url("assets/experience-finish.png"); }
.tour-card .experience-image { background-image: url("https://summer365.ge/storage/image/3809c1a1dfaf636b1cd51db07d0f476deb12ee35.jpg"); }
.experience-overlay { background: linear-gradient(0deg, rgba(0,35,35,.82), rgba(0,35,35,.02) 70%); }
.experience-card:hover .experience-image { transform: scale(1.035); }
.experience-content { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 24px; padding: 30px; }
.experience-number { font-size: 13px; opacity: .6; align-self: start; }
.experience-content h3 { margin: 0 0 5px; font-size: 28px; letter-spacing: -.025em; }
.experience-content p { margin: 0; color: rgba(255,255,255,.7); }
.round-arrow { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 20px; }

.reviews { background: var(--white); }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(310px, 1fr)); gap: 16px; }
.review-card { height: 100%; min-height: 310px; display: flex; flex-direction: column; padding: clamp(22px, 2.2vw, 34px); background: var(--green); color: var(--green-dark); border-radius: 6px; }
.review-card:nth-child(odd) { background: var(--green); color: var(--green-dark); border: 1px solid var(--green); }
.review-card:nth-child(even) { background: var(--white); color: var(--green-dark); border: 1px solid var(--line); }
.review-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.review-stars { color: currentColor; font-size: 13px; letter-spacing: .1em; line-height: 1; }
.review-source { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.review-card > p { max-width: 680px; margin: 30px 0 auto; font-size: clamp(16px, 1.15vw, 19px); line-height: 1.4; }
.review-card footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 28px; font-size: 12px; }
.review-card footer a { display: inline-flex; align-items: center; gap: 4px; text-decoration: underline; text-underline-offset: 4px; }

.social { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: var(--green-dark); color: var(--white); }
.social-title h2 { font-size: clamp(40px, 5vw, 72px); line-height: .98; margin: 0; letter-spacing: -.045em; font-weight: 500; }
.social-links { border-top: 1px solid rgba(255,255,255,.22); }
.social-links a { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 20px; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding .2s ease, background .2s ease; }
.social-links a:hover { padding-left: 14px; background: rgba(255,255,255,.035); }
.social-links span { font-size: 22px; }
.social-links small { color: rgba(255,255,255,.58); }
.social-links b { font-size: 22px; font-weight: 400; }

.contacts { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px 90px; background: var(--yellow); color: var(--yellow-dark); }
.contact-primary a { font-size: clamp(38px, 5vw, 74px); line-height: 1; letter-spacing: -.05em; }
.contact-primary p { margin: 15px 0 0; }
.contact-list { grid-column: 2; border-top: 1px solid rgba(50,45,0,.25); }
.contact-list a { min-height: 66px; display: flex; justify-content: space-between; gap: 25px; align-items: center; border-bottom: 1px solid rgba(50,45,0,.25); font-size: 14px; }
.contact-list b { display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; text-align: right; font-weight: 600; }
.footer-up { display: inline-flex; align-items: center; gap: 6px; }

.site-footer { display: grid; grid-template-columns: 1.2fr auto 2fr auto; gap: 32px; align-items: start; padding: 36px clamp(22px, 7vw, 108px); background: #001f1f; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-brand { color: var(--white); font-size: 20px; font-weight: 700; }
.footer-brand span { display: block; margin-top: 5px; color: var(--green); font-size: 9px; letter-spacing: .18em; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--white); }
.mobile-cta { display: none; }

.apartment-dialog { width: min(1180px, calc(100vw - 34px)); max-width: none; height: min(850px, calc(100vh - 34px)); max-height: min(850px, calc(100vh - 34px)); padding: 0; border: 0; border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: 0 30px 100px rgba(0,20,20,.38); overflow: hidden; }
.apartment-dialog::backdrop { background: rgba(0,32,32,.76); backdrop-filter: blur(6px); }
.modal-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 43px; height: 43px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); font-size: 28px; line-height: 1; cursor: pointer; }
.modal-layout { display: grid; grid-template-columns: 1.12fr .88fr; height: 100%; min-height: 0; }
.modal-gallery { min-width: 0; min-height: 0; padding: 18px; background: #edf1e8; }
.modal-image-wrap { position: relative; aspect-ratio: 5 / 4; height: auto; display: grid; place-items: center; padding: 6px; overflow: hidden; background: var(--white); touch-action: pan-y; }
.modal-image-wrap img { width: auto; height: auto; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; border: 0; border-radius: 50%; background: rgba(0,50,50,.88); color: var(--white); cursor: pointer; }
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.gallery-count, .gallery-caption { position: absolute; bottom: 14px; padding: 7px 10px; background: rgba(255,255,255,.9); border-radius: 99px; font-size: 11px; }
.gallery-count { right: 14px; }
.gallery-caption { left: 14px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.gallery-thumb { aspect-ratio: 1.45/1; padding: 0; border: 2px solid transparent; background: var(--white); overflow: hidden; cursor: pointer; opacity: .62; }
.gallery-thumb.active { border-color: var(--green-dark); opacity: 1; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; background: #edf1e8; }
.modal-details { min-width: 0; min-height: 0; padding: clamp(35px, 4vw, 58px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.modal-kicker { margin: 0 0 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.modal-details h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: .95; letter-spacing: -.045em; font-weight: 500; }
.modal-status { display: inline-flex; margin-top: 14px; padding: 8px 12px; border: 1px solid rgba(180,35,45,.4); border-radius: 999px; background: rgba(180,35,45,.08); color: #b4232d; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.modal-price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 24px 0 16px; }
.modal-price { min-width: 0; margin: 0; font-size: 37px; font-weight: 700; letter-spacing: -.04em; }
.modal-price-row .modal-status { flex: none; margin: 0; }
.modal-price .price-pair { width: 100%; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.modal-description { margin: 28px 0; color: var(--muted); font-size: 16px; }
.modal-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.modal-facts div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.modal-facts div:nth-child(odd) { padding-right: 18px; }
.modal-facts dt { color: var(--muted); font-size: 11px; }
.modal-facts dd { margin: 4px 0 0; font-weight: 700; }
.payment-box { padding: 18px; background: var(--paper); border-left: 4px solid var(--green); }
.payment-box span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.payment-box strong { display: block; margin-top: 4px; font-size: 19px; }
.payment-box p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.renovation-offer { margin: 0 0 24px; padding: 16px 18px; border-left: 4px solid var(--green); border-radius: 3px; background: #eaf7d9; color: var(--ink); font-size: 14px; line-height: 1.4; }
.renovation-offer a { display: inline-flex; align-items: baseline; gap: 5px; margin-top: 3px; color: var(--green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.renovation-offer a strong { font-weight: 800; }
.modal-button { width: 100%; margin-top: 18px; }

@media (max-width: 980px) {
  .header-bookmark { right: 28px; }
  .header-nav { display: none; }
  .hero { min-height: 820px; height: 100svh; }
  .hero-content { margin-bottom: 225px; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip div { padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .intro, .social, .contacts { grid-template-columns: 1fr; }
  .project-gallery { width: 100%; max-width: 820px; }
  .video-grid { grid-template-columns: 1fr; gap: 36px; }
  .video-item-right .video-caption { text-align: left; }
  .media-mentions { padding-inline: 22px; }
  .media-mentions-list { display: flex; overflow-x: auto; gap: 12px; padding: 3px 3px 13px; margin-inline: -3px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .media-mention { flex: 0 0 min(260px, 42vw); scroll-snap-align: start; }
  .resale { grid-template-columns: 1fr; gap: 42px; }
  .resale-heading { position: static; }
  .resale h2 { max-width: 760px; }
  .apartment-grid { grid-template-columns: 1fr 1fr; }
  .renovations-hero, .renovation-calculator, .renovations-teaser { grid-template-columns: 1fr; gap: 34px; }
  .renovations-teaser-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .renovations-hero-media { max-width: 820px; }
  .renovations-benefit-grid { grid-template-columns: 1fr 1fr; }
  .renovations-benefit-grid article:last-child { grid-column: 1 / -1; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .experience-card { aspect-ratio: 16 / 8; }
  .contact-list { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .modal-layout { grid-template-columns: 1fr 1fr; }
  .modal-image-wrap { aspect-ratio: 5 / 4; height: auto; }
}

@media (max-width: 680px) {
  body { padding-bottom: 0; }
  .site-header { min-height: 72px; padding: 14px 18px; }
  .site-header { justify-content: flex-start; }
  .header-nav { gap: 20px; font-size: 14px; }
  .header-bookmark { right: 16px; width: 62px; height: 93px; }
  .language-switcher { left: 18px; }
  .hero { min-height: 765px; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,35,35,.9) 0%, rgba(0,35,35,.58) 70%, rgba(0,35,35,.28)); }
  .hero-content { width: calc(100% - 36px); margin: 0 18px 205px; }
  h1 { font-size: clamp(40px, 12vw, 58px); line-height: 1.02; gap: .04em; }
  .hero-title-line { line-height: 1.02; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .fact-strip div { padding: 14px 18px; }
  .fact-strip dt { font-size: 18px; }
  .fact-strip dd { font-size: 11px; }
  .section-pad { padding: 72px 18px; }
  .intro, .waitlist, .experience-grid, .reviews-grid, .social, .contacts { grid-template-columns: 1fr; gap: 28px; }
  .intro h2, .section-heading h2, .resale h2, .waitlist h2, .contacts h2 { font-size: 42px; }
  .intro-description { font-size: 17px; }
  .intro-more { align-items: flex-start; }
  .project-gallery { aspect-ratio: 16/9; }
  .video-frame { width: 70%; aspect-ratio: 16/9; border-radius: 0; margin-inline: auto; }
  .video-caption { width: 70%; }
  .media-mentions { padding: 34px 18px 38px; }
  .media-mentions-heading { display: block; margin-bottom: 18px; }
  .media-mentions-heading h2 { font-size: 34px; }
  .media-mentions-heading p { margin-top: 10px; font-size: 15px; }
  .video-section-intro { font-size: 16px; }
  .media-mention { flex-basis: 76vw; }
  .section-heading.compact, .catalog-heading, .reviews-heading { display: block; }
  .catalog-help { margin-top: 22px; }
  .resale { gap: 34px; }
  .resale-intro { margin-top: 22px; font-size: 16px; }
  .resale-flow, .resale-objections { grid-template-columns: 1fr; }
  .resale-flow { margin-bottom: 12px; }
  .resale-flow li { min-height: auto; padding: 20px 22px; border-right: 0; border-bottom: 1px solid rgba(50,45,0,.42); }
  .resale-flow li:last-child { border-bottom: 0; }
  .resale-flow li:not(:last-child)::after { content: "↓"; top: auto; right: 20px; bottom: -14px; }
  .resale-flow strong { max-width: none; margin-top: 16px; }
  .resale-answer { min-height: 240px; padding: 24px; }
  .resale-answer h3 { margin-top: 34px; }
  .renovations-hero { padding-top: 110px; }
  .renovations-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .renovations-teaser-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .renovations-benefit-grid { grid-template-columns: 1fr; }
  .renovations-benefit-grid article:last-child { grid-column: auto; }
  .renovations-gallery-grid, .faq-grid { grid-template-columns: 1fr; }
  .renovation-materials-button { width: 100%; justify-content: center; }
  .season-toggle { width: 100%; justify-content: space-between; }
  .season-toggle button { min-width: 0; flex: 1; padding-inline: 9px; }
  .finish-choice-list { grid-template-columns: 1fr 1fr; }
  .construction-intro { font-size: 16px; }
  .construction-report-title { text-align: left; }
  .construction-report-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .construction-timeline { grid-template-columns: 1fr; margin-top: 32px; border-top: 0; border-left: 1px solid rgba(0,50,50,.28); }
  .construction-step, .construction-step:not(:first-child) { min-height: auto; padding: 0 0 28px 24px; border-right: 0; }
  .construction-step:last-child { padding-bottom: 0; }
  .construction-step::before, .construction-step:not(:first-child)::before { top: 0; left: -6px; }
  .construction-step strong { margin-top: 12px; font-size: 20px; }
  .construction-step p { margin-top: 9px; }
  .filter-shell { padding: 15px; }
  .filter-topline { grid-template-columns: 1fr; }
  .filter-actions { justify-content: flex-start; }
  .sort-field { justify-content: space-between; }
  .reset-button { min-height: 36px; justify-self: start; padding: 0; }
  .filter-group { grid-template-columns: 1fr; gap: 9px; }
  .chip-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; margin-right: -15px; scrollbar-width: none; }
  .chip-row::-webkit-scrollbar { display: none; }
  .filter-chip { flex: none; }
  .catalog-meta { align-items: flex-start; gap: 15px; }
  .catalog-meta p:last-child { max-width: 170px; text-align: right; }
  .apartment-grid { grid-template-columns: 1fr; }
  .card-image { aspect-ratio: 16/9; padding: 10px 36px; }
  .waitlist { align-items: start; }
  .waitlist .button { width: 100%; }
  .experience-card { aspect-ratio: 4 / 3; }
  .experience-content { grid-template-columns: auto 1fr; padding: 22px; }
  .round-arrow { position: absolute; top: -2px; right: 22px; }
  .reviews-grid { grid-template-rows: none; }
  .review-card { min-height: 280px; }
  .reviews-heading .text-link { margin-top: 20px; }
  .social { gap: 48px; }
  .social-title h2 { font-size: 44px; }
  .social-links a { grid-template-columns: 1fr auto; }
  .social-links small { grid-column: 1; grid-row: 2; margin-top: -25px; }
  .social-links b { grid-column: 2; grid-row: 1 / span 2; }
  .contact-primary a { font-size: 39px; }
  .contact-list a { align-items: start; flex-direction: column; gap: 5px; padding: 16px 0; }
  .contact-list b { text-align: left; }
  .site-footer { grid-template-columns: 1fr; padding: 30px 18px; }
  .mobile-cta { position: fixed; z-index: 50; right: 14px; bottom: 14px; left: auto; display: inline-flex; height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: var(--green-dark); color: var(--white); box-shadow: 0 8px 24px rgba(0,32,32,.22); font-size: 13px; font-weight: 600; }
  .mobile-cta .arrow-icon { width: 15px; height: 15px; }
  .apartment-dialog { position: fixed; inset: max(52px, calc(env(safe-area-inset-top) + 14px)) 8px 12px; width: auto; max-width: 640px; height: auto; max-height: none; margin: 0 auto; border-radius: 12px; }
  .modal-layout { display: block; height: 100%; max-height: none; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .modal-gallery { padding: 8px; }
  .modal-image-wrap { aspect-ratio: 5 / 4; height: auto; min-height: 250px; padding: 4px; }
  .gallery-thumbs { display: none; }
  .modal-details { padding: 26px 20px 32px; max-height: none; }
  .modal-close { position: absolute; top: 12px; right: 12px; z-index: 20; }
  .modal-price-row { align-items: baseline; gap: 10px; }
  .modal-price { font-size: 34px; }
  .modal-price-row .modal-status { padding: 7px 9px; font-size: 11px; }
  .renovations-hero h1 { font-size: 44px; }
  .renovations-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .renovation-gallery-item figcaption { font-size: 15px; }
}

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