:root {
    --ink: #211d1a;
    --ink-soft: #332c27;
    --bronze: #b98561;
    --bronze-dark: #8b5c3e;
    --sand: #eee6df;
    --sand-light: #f8f5f2;
    --white: #ffffff;
    --muted: #756d67;
    --line: rgba(33, 29, 26, .13);
    --shadow: 0 24px 70px rgba(35, 27, 22, .13);
    --radius: 24px;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--sand-light);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link {
    position: fixed; top: -100px; left: 20px; z-index: 9999;
    padding: 12px 18px; background: var(--white); border-radius: 8px;
}
.skip-link:focus { top: 20px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1000;
    height: 92px; color: var(--white); transition: .3s ease;
}
.site-header.is-scrolled {
    height: 76px; color: var(--ink); background: rgba(255,255,255,.94);
    box-shadow: 0 10px 35px rgba(32,25,21,.09); backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-logo { display: flex; align-items: center; width: 190px; margin-right: auto; }
.site-logo img,
.site-logo .custom-logo { width: 190px; height: auto; max-height: 66px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: flex; }
.site-navigation ul { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.site-navigation a { position: relative; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.site-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--bronze); transition: .25s ease; }
.site-navigation a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { font-size: 14px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .25s ease; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
    padding: 0 28px; border: 1px solid transparent; border-radius: 999px;
    font-size: 14px; font-weight: 800; letter-spacing: .02em; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--bronze); box-shadow: 0 16px 35px rgba(185,133,97,.28); }
.btn-primary:hover { background: var(--bronze-dark); }
.btn-light { color: var(--ink); background: var(--white); }
.is-scrolled .btn-light { color: var(--white); background: var(--ink); }
.btn-small { min-height: 44px; padding: 0 21px; font-size: 12px; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.15); }

.hero {
    position: relative; min-height: 100svh; display: flex; align-items: center;
    color: var(--white); background: var(--ink) var(--hero-image) center/cover no-repeat;
    overflow: hidden;
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(26,22,19,.9) 0%, rgba(26,22,19,.62) 43%, rgba(26,22,19,.14) 82%);
}
.hero::after {
    content: ""; position: absolute; inset: auto -12vw -25vw auto; width: 58vw; aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.03), 0 0 0 16vw rgba(255,255,255,.025);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.3)); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 80px; align-items: end; padding-top: 140px; padding-bottom: 110px; }
.hero-copy { max-width: 810px; }
.eyebrow, .section-kicker {
    display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
    color: var(--bronze); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow { color: var(--white); }
.eyebrow span { width: 42px; height: 1px; background: var(--bronze); }
.hero h1 { max-width: 820px; margin: 0 0 26px; font-size: clamp(54px, 7.1vw, 104px); line-height: .94; letter-spacing: -.055em; font-weight: 300; }
.hero h1 strong { display: block; color: var(--bronze); font-weight: 800; }
.hero-copy > p { max-width: 690px; margin: 0 0 38px; color: rgba(255,255,255,.83); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-aside { padding: 24px 0 5px 28px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.45; }
.hero-aside span, .hero-aside strong { display: block; }
.hero-aside-label { margin-bottom: 14px; color: var(--bronze); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-aside strong { margin-top: 3px; color: var(--white); font-size: 20px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { width: 1px; height: 34px; background: var(--bronze); animation: scrollPulse 1.8s infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.55); transform-origin: top; } 50% { transform: scaleY(1); } }

.section-heading { margin-bottom: 52px; }
.section-heading-inline { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading-inline > div { max-width: 760px; }
.section-heading-inline > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); }
.section-heading.centered { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading h2,
.about-copy h2,
.free-planning-copy h2,
.location-copy h2,
.contact-copy h2 { margin: 0; font-size: clamp(39px, 5vw, 66px); line-height: 1.04; letter-spacing: -.045em; }

.preview-gallery { position: relative; background: var(--sand-light); }
.preview-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; gap: 18px; }
.image-card { position: relative; min-height: 380px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card-tall { min-height: 500px; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(25,20,17,.74)); }
.image-card span { position: absolute; z-index: 2; left: 27px; bottom: 22px; color: var(--white); font-size: 17px; font-weight: 800; }
.image-card:hover img { transform: scale(1.045); }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.about-copy .lead { margin-top: 30px; color: var(--ink); font-size: 21px; font-weight: 600; }
.about-copy p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 15px; color: var(--bronze-dark); font-size: 15px; font-weight: 800; }
.text-link span { font-size: 23px; transition: .2s; }
.text-link:hover span { transform: translateX(5px); }
.about-photo { position: relative; padding-left: 50px; }
.about-photo > img { width: 100%; min-height: 590px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-photo::before { content: ""; position: absolute; z-index: 0; left: 0; top: 50px; width: 65%; height: calc(100% - 100px); border-radius: var(--radius); background: var(--sand); }
.about-photo > img, .about-photo-note { position: relative; z-index: 1; }
.about-photo-note { width: min(330px, 80%); margin: -82px 0 0 -35px; padding: 24px 27px; color: var(--white); background: var(--ink); border-radius: 16px; box-shadow: var(--shadow); }
.about-photo-note strong, .about-photo-note span { display: block; }
.about-photo-note strong { margin-bottom: 5px; font-size: 17px; }
.about-photo-note span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }

.stats { background: var(--sand); }
.stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.stat-card { min-height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 15px; text-align: center; background: rgba(255,255,255,.74); border: 1px solid rgba(33,29,26,.08); border-radius: 18px; transition: .28s ease; }
.stat-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: 0 18px 40px rgba(40,30,23,.09); }
.stat-card strong, .stat-card i { display: block; margin-bottom: 9px; color: var(--bronze-dark); font-size: 48px; line-height: 1; font-style: normal; font-weight: 800; }
.stat-card i { font-size: 40px; }
.stat-card span { font-size: 14px; font-weight: 800; line-height: 1.3; }

.free-planning { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.free-planning::before {
    content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -250px;
    border: 1px solid rgba(255,255,255,.09); border-radius: 50%;
    box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018);
}
.free-planning-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.free-planning-copy { max-width: 560px; }
.free-planning-copy .section-kicker { color: #d9ac8b; }
.free-planning-copy .lead { margin: 30px 0 17px; color: var(--white); font-size: 21px; font-weight: 650; line-height: 1.55; }
.free-planning-copy > p:not(.lead) { margin: 0; color: rgba(255,255,255,.62); }
.free-planning-note { display: flex; align-items: center; gap: 13px; margin: 28px 0 30px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.free-planning-note::before { content: ""; width: 36px; height: 1px; background: var(--bronze); }
.free-planning-note span { color: rgba(255,255,255,.45); }
.free-planning-note strong { color: #d9ac8b; }
.floor-list { display: grid; gap: 14px; }
.floor-card {
    min-height: 148px; display: grid; grid-template-columns: 108px 1fr 54px; gap: 24px; align-items: center;
    padding: 24px 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px; transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.floor-card:hover { transform: translateX(-7px); background: rgba(255,255,255,.11); border-color: rgba(217,172,139,.42); }
.floor-number { color: #d9ac8b; font-size: 58px; line-height: 1; font-weight: 300; letter-spacing: -.06em; }
.floor-label { display: block; margin-bottom: 5px; color: rgba(255,255,255,.46); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.floor-card strong { display: block; font-size: clamp(22px, 2.3vw, 30px); line-height: 1.15; letter-spacing: -.025em; }
.floor-mark { display: grid; place-items: center; width: 46px; height: 46px; color: var(--ink); background: var(--bronze); border-radius: 50%; font-size: 22px; transition: transform .25s ease; }
.floor-card:hover .floor-mark { transform: rotate(45deg); }
.floor-list .reveal:nth-child(2) { transition-delay: .08s; }
.floor-list .reveal:nth-child(3) { transition-delay: .16s; }

.location { background: var(--white); }
.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.location-media { position: relative; }
.location-media img { width: 100%; min-height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.location-badge { position: absolute; right: -34px; bottom: 42px; display: grid; place-content: center; width: 150px; aspect-ratio: 1; text-align: center; color: var(--white); background: var(--bronze); border: 10px solid var(--white); border-radius: 50%; }
.location-badge span, .location-badge strong { display: block; line-height: 1.2; }
.location-badge span { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.location-badge strong { font-size: 19px; }
.location-copy > p { margin: 28px 0; color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 25px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; font-size: 15px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--bronze); font-weight: 900; }

.gallery { background: var(--ink); color: var(--white); }
.gallery .section-heading-inline > p { color: rgba(255,255,255,.62); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 285px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 18px; }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .55s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: rgba(24,20,18,0); transition: .3s ease; }
.gallery-item span { position: absolute; z-index: 2; left: 22px; bottom: 18px; opacity: 0; transform: translateY(8px); font-size: 13px; font-weight: 800; transition: .3s ease; }
.gallery-item span b { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 17px; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover::after { background: rgba(24,20,18,.28); }
.gallery-item:hover span { opacity: 1; transform: none; }

.contact { color: var(--white); background: linear-gradient(135deg, var(--ink) 0%, #342923 100%); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.section-kicker-light { color: #d9ac8b; }
.contact-copy > p { max-width: 560px; margin: 28px 0 35px; color: rgba(255,255,255,.65); }
.contact-list { display: grid; gap: 18px; margin-bottom: 30px; }
.contact-list > div { display: grid; gap: 2px; padding-left: 17px; border-left: 2px solid var(--bronze); }
.contact-list span { color: rgba(255,255,255,.48); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { font-size: 17px; }
.contact-messengers { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.contact-messenger {
    display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px;
    color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px; font-size: 12px; font-weight: 800; transition: .2s ease;
}
.contact-messenger:hover { color: var(--white); border-color: var(--bronze); background: rgba(185,133,97,.22); transform: translateY(-1px); }
.contact-form-wrap { padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 80px rgba(0,0,0,.2); }
.contact-form-wrap .wpcf7,
.contact-form-wrap .wpcf7-form { margin: 0; }
.contact-form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

/* CF7 додає p/br автоматично — прибираємо їхній вплив на верстку. */
.contact-form p,
.form-row > p,
.form-consent > p { margin: 0 !important; padding: 0 !important; }
.contact-form br { display: none; }

.contact-form label { display: block; color: var(--ink); font-size: 13px; font-weight: 800; }
.contact-form .required,
.contact-form label > span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label) { color: var(--bronze-dark); }
.contact-form label > .wpcf7-form-control-wrap { display: block; margin-top: 8px; }
.contact-form input:not([type="submit"]):not([type="checkbox"]),
.contact-form textarea,
.contact-form select {
    width: 100%; min-height: 53px; padding: 13px 15px; color: var(--ink); background: #faf8f6;
    border: 1px solid #ded7d2; border-radius: 10px; outline: 0; transition: .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:not([type="submit"]):not([type="checkbox"]):focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(185,133,97,.13); }

.form-consent { display: block !important; color: var(--muted) !important; font-size: 12px !important; font-weight: 500 !important; }
.form-consent .wpcf7-form-control-wrap { display: block; }
.form-consent .wpcf7-list-item { margin: 0 !important; }
.form-consent .wpcf7-list-item label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.form-consent input[type="checkbox"] { flex: 0 0 auto; width: 17px; height: 17px; min-height: 17px; margin: 1px 0 0; padding: 0; accent-color: var(--bronze); }
.form-consent .wpcf7-list-item-label { color: inherit !important; line-height: 1.45; }

.form-honeypot { position: absolute; left: -9999px; }
.btn-submit { width: 100%; border: 0; }
.btn-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.form-status { min-height: 24px; font-size: 13px; font-weight: 700; }
.form-status.is-success { color: #18754b; }
.form-status.is-error { color: #b13b31; }

.contact-form .wpcf7-not-valid-tip { display: block; margin-top: 5px; color: #b13b31; font-size: 12px; font-weight: 600; }
.contact-form-wrap .wpcf7-response-output { margin: 16px 0 0 !important; padding: 12px 14px !important; border-width: 1px !important; border-radius: 10px; font-size: 13px; font-weight: 700; }
.contact-form .wpcf7-spinner { display: block; margin: 8px auto 0; }

.site-footer { color: rgba(255,255,255,.65); background: #171411; }
.footer-inner { display: grid; grid-template-columns: 220px 1fr auto; gap: 45px; align-items: center; padding-top: 50px; padding-bottom: 40px; }
.footer-logo img { width: 180px; height: auto; }
.footer-inner p { margin: 0; font-size: 14px; }
.footer-inner nav { display: flex; gap: 24px; font-size: 13px; font-weight: 700; }
.footer-inner a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.lightbox { position: fixed; z-index: 3000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 60px 80px; opacity: 0; visibility: hidden; background: rgba(10,8,7,.94); transition: .25s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 88vh; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox button { position: absolute; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.lightbox-close { top: 25px; right: 25px; font-size: 28px; }
.lightbox-prev { left: 24px; top: 50%; font-size: 34px; }
.lightbox-next { right: 24px; top: 50%; font-size: 34px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.preview-grid .reveal:nth-child(2), .stats-grid .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2) { transition-delay: .08s; }
.preview-grid .reveal:nth-child(3), .stats-grid .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3) { transition-delay: .16s; }
.stats-grid .reveal:nth-child(4), .gallery-grid .reveal:nth-child(4) { transition-delay: .22s; }
.stats-grid .reveal:nth-child(5), .gallery-grid .reveal:nth-child(5) { transition-delay: .28s; }
.stats-grid .reveal:nth-child(6), .gallery-grid .reveal:nth-child(6) { transition-delay: .34s; }

.default-page { min-height: 70vh; padding-top: 160px; background: var(--white); }
.content-narrow { max-width: 850px; }
.content-narrow h1 { font-size: clamp(42px,6vw,72px); line-height: 1.05; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--sand-light); }
.error-page span { color: var(--bronze); font-size: 90px; font-weight: 900; line-height: 1; }
.error-page h1 { margin: 10px 0; font-size: 46px; }
.error-page p { margin: 0 0 25px; color: var(--muted); }

@media (max-width: 1100px) {
    .site-navigation { display: none; }
    .menu-toggle { display: block; order: 3; }
    .header-actions { margin-left: auto; }
    .site-navigation.is-open { position: fixed; inset: 76px 20px auto; display: block; padding: 20px; color: var(--ink); background: var(--white); border-radius: 15px; box-shadow: var(--shadow); }
    .site-navigation.is-open ul { display: grid; gap: 0; }
    .site-navigation.is-open a { display: block; padding: 13px 5px; border-bottom: 1px solid var(--line); }
    .site-navigation.is-open li:last-child a { border-bottom: 0; }
    .hero-content { grid-template-columns: 1fr; }
    .hero-aside { display: none; }
    .preview-grid { grid-template-columns: 1fr 1fr; }
    .image-card-tall { grid-column: span 2; min-height: 520px; }
    .about-grid, .free-planning-grid, .location-grid, .contact-shell { gap: 55px; }
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
    .section { padding: 85px 0; }
    .header-actions .header-phone { display: none; }
    .hero-content { padding-top: 130px; padding-bottom: 90px; }
    .hero h1 { font-size: clamp(50px, 12vw, 82px); }
    .section-heading-inline { display: block; }
    .section-heading-inline > p { margin-top: 20px; }
    .about-grid, .free-planning-grid, .location-grid, .contact-shell { grid-template-columns: 1fr; }
    .about-photo { padding-left: 30px; }
    .about-photo > img { min-height: 500px; }
    .free-planning-copy { max-width: 720px; }
    .location-copy { order: -1; }
    .location-media img { min-height: 500px; }
    .location-badge { right: 15px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item-large { grid-column: span 2; }
    .contact-form-wrap { padding: 30px; }
    .footer-inner { grid-template-columns: 1fr; gap: 18px; text-align: center; }
    .footer-logo { justify-self: center; }
    .footer-inner nav { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 580px) {
    body { font-size: 16px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .site-header { height: 76px; }
    .site-logo, .site-logo img, .site-logo .custom-logo { width: 145px; max-height: 54px; }
    .header-actions { display: none; }
    .menu-toggle { margin-left: auto; }
    .hero::before { background: linear-gradient(90deg, rgba(26,22,19,.88), rgba(26,22,19,.42)); }
    .hero-content { padding-top: 115px; padding-bottom: 100px; }
    .hero h1 { font-size: 54px; }
    .hero-copy > p { font-size: 18px; }
    .hero-buttons { display: grid; }
    .hero-buttons .btn { width: 100%; }
    .hero-scroll { display: none; }
    .section-heading h2, .about-copy h2, .free-planning-copy h2, .location-copy h2, .contact-copy h2 { font-size: 39px; }
    .preview-grid { grid-template-columns: 1fr; }
    .image-card, .image-card-tall { grid-column: auto; min-height: 320px; }
    .about-photo { padding-left: 15px; }
    .about-photo > img { min-height: 390px; }
    .about-photo-note { width: 91%; margin-left: -15px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-card { min-height: 155px; }
    .stat-card strong, .stat-card i { font-size: 38px; }
    .floor-card { min-height: 120px; grid-template-columns: 66px 1fr; gap: 17px; padding: 20px; }
    .floor-number { font-size: 43px; }
    .floor-card strong { font-size: 21px; }
    .floor-mark { display: none; }
    .free-planning-note { align-items: flex-start; flex-wrap: wrap; row-gap: 4px; }
    .location-media img { min-height: 390px; }
    .location-badge { width: 125px; right: 7px; bottom: 20px; }
    .check-list { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
    .gallery-item-large { grid-column: auto; grid-row: auto; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 24px 18px; }
    .lightbox { padding: 70px 15px; }
    .lightbox-prev, .lightbox-next { top: auto; bottom: 15px; }
    .footer-bottom { gap: 15px; }
}

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