:root {
    --fp-ink: #14201c;
    --fp-muted: #66736e;
    --fp-line: #dfe5df;
    --fp-paper: #f7f8f4;
    --fp-white: #ffffff;
    --fp-green: #20372f;
    --fp-lime: #dcecc8;
    --fp-coral: #e84f2a;
    --fp-blue: #2f68a8;
    --fp-shadow: 0 22px 60px rgba(25, 32, 30, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--fp-paper);
    color: var(--fp-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.shell {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    padding: 0 clamp(18px, 4vw, 46px);
    color: #fff;
    transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
    background: rgba(247, 248, 244, 0.96);
    color: var(--fp-ink);
    box-shadow: 0 16px 44px rgba(21, 29, 26, 0.1);
    backdrop-filter: blur(14px);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
}

.site-brand span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-brand span::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: var(--fp-coral);
    box-shadow: inset 10px 0 0 var(--fp-lime);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    font-size: 0.94rem;
    font-weight: 650;
    text-decoration: none;
}

.site-nav__button {
    min-height: 40px;
    border-radius: 8px;
    padding: 9px 14px;
    background: var(--fp-coral);
    color: #fff;
}

.site-nav__logout {
    min-height: 40px;
    border: 1px solid currentColor;
    border-radius: 8px;
    padding: 8px 13px;
    color: inherit;
    opacity: 0.82;
}

.site-nav__logout:hover {
    opacity: 1;
}

.site-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
}

.site-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #17241f;
    color: #fff;
    padding: 128px 0 72px;
}

.hero__image,
.property-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__overlay,
.property-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 26, 22, 0.88), rgba(15, 26, 22, 0.42) 55%, rgba(15, 26, 22, 0.18));
}

.hero__content,
.property-hero__content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    max-width: 760px;
    margin: 10px 0 14px;
    font-size: clamp(3.1rem, 8vw, 7.5rem);
    font-weight: 650;
    line-height: 0.92;
    letter-spacing: 0;
}

.hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--fp-coral);
    font-size: 0.78rem;
    font-weight: 650;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--fp-lime);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 650;
    text-decoration: none;
}

.button--primary {
    background: var(--fp-coral);
    color: #fff;
}

.button--light {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.button--dark-text {
    color: var(--fp-ink);
    background: #eef4eb;
    border-color: var(--fp-line);
}

.section {
    padding: clamp(56px, 8vw, 98px) 0;
}

.section--portfolio {
    background: var(--fp-paper);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1.3fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.section-heading h1,
.section-heading h2,
.split h2,
.page-content h1,
.property-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0;
}

.section--split {
    background: #ffffff;
}

.split {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr);
    gap: clamp(28px, 6vw, 72px);
    align-items: start;
}

.feature-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--fp-line);
}

.feature-list div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px 18px;
    border-bottom: 1px solid var(--fp-line);
    padding: 22px 0;
}

.feature-list span {
    color: var(--fp-blue);
    font-weight: 650;
}

.feature-list strong {
    font-size: 1.08rem;
}

.feature-list p {
    grid-column: 2;
    margin: 0;
    color: var(--fp-muted);
}

body.home {
    background: #080806;
}

body.home .site-header,
body.home .site-header.is-scrolled {
    border-bottom: 1px solid rgba(241, 217, 157, 0.14);
    background: rgba(8, 8, 6, 0.78);
    color: #f8f0df;
    box-shadow: none;
    backdrop-filter: blur(18px);
}

body.home .site-brand span::before {
    background: #c9a45d;
    box-shadow: inset 10px 0 0 #f1d99d;
}

body.home .site-nav__button {
    background: linear-gradient(135deg, #f1d99d, #c9a45d);
    color: #15110a;
    box-shadow: 0 14px 34px rgba(201, 164, 93, 0.22);
}

.home-hero {
    position: relative;
    min-height: clamp(620px, 84vh, 820px);
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #080806;
    color: #f8f0df;
    padding: 126px 0 clamp(44px, 7vw, 76px);
}

.home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 8, 6, 0.94), rgba(8, 8, 6, 0.64) 52%, rgba(8, 8, 6, 0.28)),
        linear-gradient(0deg, rgba(8, 8, 6, 0.92), rgba(8, 8, 6, 0.04) 46%);
}

.home-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
    gap: clamp(28px, 5vw, 74px);
    align-items: end;
}

.home-hero__content {
    max-width: 760px;
}

.home-hero .eyebrow {
    color: #f1d99d;
}

.home-hero h1 {
    margin: 10px 0 16px;
    font-size: clamp(4rem, 11vw, 9.5rem);
    font-weight: 650;
    line-height: 0.86;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(248, 240, 223, 0.82);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.home-hero__actions,
.home-owner-actions,
.home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.home-hero .button--primary,
.home-section--owners .button--primary,
.home-final-cta .button--primary {
    background: linear-gradient(135deg, #f1d99d, #c9a45d);
    color: #15110a;
    box-shadow: 0 18px 44px rgba(201, 164, 93, 0.24);
}

.home-hero .button--light,
.home-section--owners .button--light,
.home-final-cta .button--light {
    border: 1px solid rgba(241, 217, 157, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #f8f0df;
    backdrop-filter: blur(18px);
}

.home-hero__showcase {
    display: grid;
    gap: 14px;
}

.home-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-metric-grid article {
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(16px);
    padding: 14px;
}

.home-metric-grid strong {
    display: block;
    color: #f1d99d;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1;
}

.home-metric-grid span {
    display: block;
    margin-top: 6px;
    color: rgba(248, 240, 223, 0.7);
    font-size: 0.84rem;
}

.home-offer-peek {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 10px;
    background: rgba(8, 8, 6, 0.58);
    backdrop-filter: blur(18px);
    padding: 12px;
}

.home-offer-peek > span {
    color: #c9a45d;
    font-size: 0.75rem;
    font-weight: 750;
    text-transform: uppercase;
}

.home-offer-peek a {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    border: 1px solid rgba(241, 217, 157, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: inherit;
    text-decoration: none;
    padding: 8px;
}

.home-offer-peek img {
    grid-row: span 2;
    width: 74px;
    height: 62px;
    object-fit: cover;
    border-radius: 7px;
}

.home-offer-peek strong {
    line-height: 1.15;
}

.home-offer-peek em {
    color: rgba(248, 240, 223, 0.68);
    font-style: normal;
    font-size: 0.9rem;
}

.home-audience-band {
    background: #f7f8f4;
    padding: clamp(24px, 4vw, 44px) 0;
}

.home-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-audience-grid article {
    border: 1px solid var(--fp-line);
    border-radius: 8px;
    background: #fff;
    padding: clamp(22px, 3vw, 34px);
    box-shadow: 0 16px 46px rgba(25, 32, 30, 0.08);
}

.home-audience-grid h2 {
    margin: 0 0 12px;
    font-size: clamp(1.65rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: 0;
}

.home-audience-grid p:not(.eyebrow) {
    margin: 0 0 22px;
    color: var(--fp-muted);
}

.home-audience-grid article:nth-child(2) {
    border-color: rgba(201, 164, 93, 0.24);
    background: #15110a;
    color: #f8f0df;
}

.home-audience-grid article:nth-child(2) p:not(.eyebrow) {
    color: rgba(248, 240, 223, 0.72);
}

.home-audience-grid article:nth-child(2) .eyebrow {
    color: #c9a45d;
}

.home-section {
    padding: clamp(64px, 8vw, 112px) 0;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(320px, 1.15fr) minmax(220px, 0.7fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 32px;
}

.home-section-heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4.8vw, 5rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.home-section-heading > p:last-child {
    margin: 0;
    color: var(--fp-muted);
}

.home-section-heading--center {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
    grid-template-columns: 1fr;
}

.home-section--portfolio {
    background: linear-gradient(180deg, #f7f8f4, #eef1ec);
}

.home-section--portfolio .flatpilot-property-grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
}

.home-section--portfolio .flatpilot-property-card {
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(25, 32, 30, 0.12);
}

.home-section--portfolio .flatpilot-property-card__image {
    aspect-ratio: 1.18 / 1;
}

.home-section--portfolio .flatpilot-property-card__body {
    padding: 20px;
}

.home-section--portfolio .flatpilot-property-card h3 {
    font-size: 1.28rem;
}

.home-section--owners {
    background:
        radial-gradient(circle at 14% 16%, rgba(241, 217, 157, 0.14), rgba(241, 217, 157, 0) 28%),
        #080806;
    color: #f8f0df;
}

.home-owner-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
    gap: clamp(28px, 6vw, 86px);
    align-items: center;
}

.home-owner-layout h2,
.home-tenant-layout h2,
.home-final-cta h2 {
    margin: 0 0 18px;
    font-size: clamp(2.35rem, 5vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.home-owner-layout p:not(.eyebrow),
.home-final-cta p:not(.eyebrow) {
    margin: 0;
    color: rgba(248, 240, 223, 0.76);
    font-size: 1.05rem;
}

.home-dashboard-preview {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(241, 217, 157, 0.12), rgba(255, 255, 255, 0.045));
    padding: clamp(16px, 2vw, 24px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.home-dashboard-preview__top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    color: #c9a45d;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-dashboard-preview__top strong {
    color: #f8f0df;
    font-size: 1.1rem;
    text-transform: none;
}

.home-dashboard-preview__row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(241, 217, 157, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    padding: 12px;
}

.home-dashboard-preview__row b {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(241, 217, 157, 0.14);
    color: #f1d99d;
}

.home-dashboard-preview__row span {
    color: #f8f0df;
}

.home-dashboard-preview__row em {
    color: rgba(248, 240, 223, 0.62);
    font-style: normal;
    font-size: 0.86rem;
}

.home-dashboard-preview__row.is-warn {
    border-color: rgba(241, 217, 157, 0.3);
}

.home-dashboard-preview__chart {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    align-items: end;
    min-height: 120px;
    border-radius: 8px;
    background: rgba(8, 8, 6, 0.34);
    padding: 14px;
}

.home-dashboard-preview__chart span {
    display: block;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #f1d99d, #c9a45d);
}

.home-dashboard-preview__chart span:nth-child(1) {
    height: 34%;
}

.home-dashboard-preview__chart span:nth-child(2) {
    height: 58%;
}

.home-dashboard-preview__chart span:nth-child(3) {
    height: 44%;
}

.home-dashboard-preview__chart span:nth-child(4) {
    height: 76%;
}

.home-section--tenant {
    background: #fff;
}

.home-tenant-layout {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.92fr);
    gap: clamp(30px, 6vw, 82px);
    align-items: center;
}

.home-tenant-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px;
    gap: 12px;
}

.home-tenant-visual__tile,
.home-tenant-visual > img {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #16221e;
    box-shadow: 0 22px 54px rgba(25, 32, 30, 0.14);
}

.home-tenant-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-tenant-visual__tile--1 {
    grid-row: span 2;
}

.home-feature-stack {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--fp-line);
}

.home-feature-stack article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 8px 18px;
    border-bottom: 1px solid var(--fp-line);
    padding: 20px 0;
}

.home-feature-stack span {
    color: #c9a45d;
    font-weight: 750;
}

.home-feature-stack strong {
    font-size: 1.08rem;
}

.home-feature-stack p {
    grid-column: 2;
    margin: 0;
    color: var(--fp-muted);
}

.home-section--process {
    background: #f7f8f4;
}

.home-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-process article {
    border-top: 2px solid #c9a45d;
    padding-top: 18px;
}

.home-process span {
    color: #c9a45d;
    font-weight: 800;
}

.home-process strong {
    display: block;
    margin: 10px 0 8px;
    font-size: 1.12rem;
}

.home-process p {
    margin: 0;
    color: var(--fp-muted);
}

.home-final-cta {
    background:
        linear-gradient(180deg, rgba(241, 217, 157, 0.08), rgba(241, 217, 157, 0)),
        #080806;
    color: #f8f0df;
    padding: clamp(54px, 7vw, 92px) 0;
}

.home-final-cta__inner {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) auto;
    gap: 30px;
    align-items: center;
}

.home-final-cta__actions {
    justify-content: flex-end;
    margin-top: 0;
}

body.home .site-footer {
    border-top: 1px solid rgba(241, 217, 157, 0.16);
    background: #080806;
    color: #f8f0df;
}

body.home .site-footer p {
    color: rgba(248, 240, 223, 0.62);
}

body.home .site-footer a {
    color: #f1d99d;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 34px clamp(18px, 4vw, 46px);
    background: var(--fp-green);
    color: #fff;
}

.site-footer p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.site-footer a {
    color: #fff;
    font-weight: 650;
    text-decoration: none;
}

.page-shell {
    max-width: 980px;
}

.app-shell {
    width: min(1080px, calc(100% - 36px));
}

.page-content,
.content-card {
    background: #fff;
    border: 1px solid var(--fp-line);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 44px);
    box-shadow: var(--fp-shadow);
}

.content-list {
    display: grid;
    gap: 18px;
}

.content-card h1 {
    margin: 0 0 10px;
}

.content-card a {
    text-decoration: none;
}

.property-detail {
    --property-black: #080806;
    --property-panel: #14110c;
    --property-panel-soft: #1c1710;
    --property-line: rgba(223, 197, 139, 0.18);
    --property-gold: #c9a45d;
    --property-gold-light: #f1d99d;
    --property-text: #f8f0df;
    --property-muted: #b8ad98;
    background: var(--property-black);
    color: var(--property-text);
}

.property-detail .button--primary {
    background: linear-gradient(135deg, var(--property-gold-light), var(--property-gold));
    color: #15110a;
    box-shadow: 0 16px 38px rgba(201, 164, 93, 0.24);
}

.property-detail .button--light,
.property-detail .button--dark-text {
    border: 1px solid rgba(241, 217, 157, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: var(--property-text);
    backdrop-filter: blur(18px);
}

.property-detail .flatpilot-badge {
    background: rgba(241, 217, 157, 0.14);
    color: var(--property-gold-light);
    border: 1px solid rgba(241, 217, 157, 0.28);
}

.property-hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #101412;
    color: #fff;
    padding: 128px 0 64px;
}

.property-hero--premium::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28vh;
    background: linear-gradient(0deg, var(--property-black), rgba(8, 8, 6, 0));
    pointer-events: none;
}

.property-hero__overlay {
    background:
        radial-gradient(circle at 72% 34%, rgba(241, 217, 157, 0.2), rgba(241, 217, 157, 0) 34%),
        linear-gradient(90deg, rgba(8, 8, 6, 0.94), rgba(8, 8, 6, 0.5) 58%, rgba(8, 8, 6, 0.1));
}

.property-hero__content {
    padding-bottom: clamp(20px, 5vw, 70px);
}

.property-hero__eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 650;
}

.property-hero h1 {
    max-width: 940px;
    margin: 16px 0 22px;
    font-size: clamp(3.1rem, 7.4vw, 7.2rem);
    font-weight: 650;
    line-height: 0.94;
    letter-spacing: 0;
}

.property-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 940px;
}

.property-hero__facts span,
.property-hero__fact {
    display: grid;
    min-width: 140px;
    border: 1px solid rgba(241, 217, 157, 0.2);
    border-radius: 8px;
    background: rgba(12, 10, 7, 0.44);
    padding: 11px 14px;
    backdrop-filter: blur(18px);
    color: inherit;
    text-decoration: none;
}

.property-hero__fact {
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.property-hero__fact:hover,
.property-hero__fact:focus {
    border-color: rgba(241, 217, 157, 0.45);
    background: rgba(241, 217, 157, 0.13);
    outline: none;
    transform: translateY(-1px);
}

.property-hero__facts em {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 650;
}

.property-hero__facts strong {
    font-size: 1.08rem;
}

.property-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.property-anchor-nav {
    position: sticky;
    z-index: 20;
    top: 74px;
    border-bottom: 1px solid rgba(241, 217, 157, 0.14);
    background: rgba(8, 8, 6, 0.78);
    backdrop-filter: blur(18px);
}

.property-anchor-nav .shell {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.property-anchor-nav a {
    border-radius: 999px;
    color: var(--property-muted);
    font-size: 0.9rem;
    font-weight: 650;
    padding: 8px 13px;
    text-decoration: none;
}

.property-anchor-nav a:hover,
.property-anchor-nav a:focus {
    background: rgba(241, 217, 157, 0.12);
    color: var(--property-gold-light);
    outline: none;
}

.property-section {
    scroll-margin-top: 124px;
    padding: clamp(54px, 7vw, 96px) 0;
}

.property-section--intro {
    background: var(--property-black);
}

.property-section--gallery {
    background: #0d0c09;
}

.property-section--plan {
    background: #080806;
    color: #fff;
}

.property-section--location {
    background: #0d0c09;
}

.property-section-heading {
    display: grid;
    gap: 10px;
    align-content: start;
}

.property-section-heading--center {
    justify-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.property-section-heading p {
    margin: 0;
    color: var(--property-gold);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.property-section-heading h2 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 5.6rem);
    font-weight: 650;
    line-height: 0.98;
    letter-spacing: 0;
}

.property-section-heading span {
    color: var(--property-muted);
    font-weight: 650;
}

.property-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(22px, 4vw, 38px);
    align-items: start;
    max-width: 1060px;
}

.property-description {
    display: grid;
    gap: 18px;
    border: 1px solid var(--property-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    color: var(--property-text);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    padding: clamp(22px, 3.4vw, 34px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.property-language-tabs {
    display: inline-flex;
    width: fit-content;
    gap: 6px;
    border: 1px solid rgba(241, 217, 157, 0.22);
    border-radius: 999px;
    background: rgba(8, 8, 6, 0.72);
    padding: 5px;
}

.property-language-tabs button {
    min-height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--property-muted);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0 15px;
    cursor: pointer;
}

.property-language-tabs button.is-active {
    background: linear-gradient(135deg, var(--property-gold-light), var(--property-gold));
    color: #15110a;
}

.property-description__panel[hidden] {
    display: none;
}

.property-description__panel > :first-child {
    margin-top: 0;
}

.property-description__panel {
    max-width: 100%;
}

.property-description__panel > :last-child {
    margin-bottom: 0;
}

.property-cost-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}

.property-cost-summary > span {
    grid-column: 1 / -1;
    color: var(--property-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.property-cost-summary p {
    display: grid;
    gap: 4px;
    margin: 0;
    border: 1px solid var(--property-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--property-text);
    padding: 14px;
}

.property-cost-summary em {
    color: var(--property-muted);
    font-style: normal;
}

.property-cost-receipt {
    scroll-margin-top: 132px;
    display: grid;
    gap: 16px;
    border: 1px solid rgba(241, 217, 157, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        #14110c;
    padding: clamp(22px, 3.4vw, 34px);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.property-cost-receipt__header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: baseline;
    border-bottom: 1px solid rgba(241, 217, 157, 0.18);
    padding-bottom: 14px;
}

.property-cost-receipt__header span {
    color: var(--property-muted);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.property-cost-receipt__header strong {
    color: var(--property-gold-light);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.property-cost-receipt__rows {
    display: grid;
    gap: 2px;
}

.property-cost-receipt__rows p,
.property-cost-receipt__total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}

.property-cost-receipt__rows p {
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
    padding: 12px 0;
}

.property-cost-receipt__rows p > span {
    display: grid;
    gap: 2px;
}

.property-cost-receipt__rows em {
    color: var(--property-text);
    font-style: normal;
    font-weight: 700;
}

.property-cost-receipt__rows small {
    color: var(--property-muted);
    font-size: 0.86rem;
}

.property-cost-receipt__rows strong {
    color: var(--property-text);
    text-align: right;
    white-space: nowrap;
}

.property-cost-receipt__total {
    align-items: baseline;
    border-top: 2px solid var(--property-gold);
    padding-top: 16px;
}

.property-cost-receipt__total span {
    color: var(--property-gold-light);
    font-weight: 800;
}

.property-cost-receipt__total strong {
    color: var(--property-gold-light);
    font-size: clamp(1.45rem, 3vw, 2.4rem);
}

.property-cost-receipt__note {
    margin: 0;
    border-radius: 8px;
    background: rgba(241, 217, 157, 0.1);
    color: var(--property-muted);
    padding: 12px 14px;
}

.property-cost-receipt__terms {
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(241, 217, 157, 0.14);
    padding-top: 14px;
}

.property-cost-receipt__terms p {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
}

.property-cost-receipt__terms span {
    color: var(--property-muted);
    font-weight: 700;
}

.property-cost-receipt__terms strong {
    color: var(--property-gold-light);
    text-align: right;
}

.property-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: clamp(78px, 8.2vw, 118px);
    grid-auto-flow: dense;
    gap: clamp(8px, 1vw, 12px);
}

.property-gallery figure {
    position: relative;
    grid-column: span 3;
    grid-row: span 2;
    min-height: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #1c1710;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.property-gallery figure:nth-child(12n + 1) {
    grid-column: span 6;
    grid-row: span 3;
    min-height: 0;
}

.property-gallery figure:nth-child(12n + 2),
.property-gallery figure:nth-child(12n + 3) {
    grid-column: span 3;
    grid-row: span 2;
}

.property-gallery figure:nth-child(12n + 4),
.property-gallery figure:nth-child(12n + 5) {
    grid-column: span 3;
    grid-row: span 1;
}

.property-gallery figure:nth-child(12n + 10),
.property-gallery figure:nth-child(12n + 11),
.property-gallery figure:nth-child(12n + 12) {
    grid-column: span 4;
    grid-row: span 2;
}

.property-gallery figure:focus {
    outline: none;
}

.property-gallery figure.is-highlighted {
    animation: propertyPhotoPulse 1.45s ease both;
}

.property-gallery__button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: zoom-in;
}

.property-gallery__button:focus {
    outline: none;
}

.property-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 420ms ease;
}

.property-gallery__button:hover img,
.property-gallery__button:focus img {
    transform: scale(1.035);
}

.property-gallery figcaption {
    position: absolute;
    right: 14px;
    top: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    background: rgba(201, 164, 93, 0.96);
    color: #15110a;
    font-weight: 750;
    box-shadow: 0 12px 30px rgba(20, 32, 28, 0.25);
}

@keyframes propertyPhotoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 79, 42, 0);
        transform: scale(1);
    }
    22% {
        box-shadow: 0 0 0 7px rgba(201, 164, 93, 0.38), 0 24px 70px rgba(0, 0, 0, 0.34);
        transform: scale(1.012);
    }
    58% {
        box-shadow: 0 0 0 3px rgba(201, 164, 93, 0.24), 0 18px 48px rgba(0, 0, 0, 0.22);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(232, 79, 42, 0);
        transform: scale(1);
    }
}

.property-gallery__more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: fit-content;
    margin: 22px auto 0;
    border: 1px solid rgba(241, 217, 157, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--property-gold-light);
    font: inherit;
    font-weight: 700;
    padding: 0 20px;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.property-gallery__more[hidden] {
    display: none;
}

.property-gallery__more:hover,
.property-gallery__more:focus {
    background: rgba(241, 217, 157, 0.13);
    outline: none;
    transform: translateY(-1px);
}

.property-plan-section {
    display: grid;
    gap: 30px;
}

.property-section--plan .property-section-heading p {
    color: var(--property-gold);
}

.property-section--plan .property-section-heading h2 {
    max-width: 980px;
}

.property-plan-stage {
    border-radius: 8px;
    background: radial-gradient(circle at 50% 0, rgba(241, 217, 157, 0.14), rgba(255, 255, 255, 0.035) 46%, rgba(255, 255, 255, 0));
    padding: clamp(10px, 2vw, 22px);
}

.property-plan-viewer {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.property-plan-viewer > img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.property-plan-pin {
    position: absolute;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--property-gold);
    color: #15110a;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    font-family: inherit;
    padding: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 30px rgba(20, 32, 28, 0.32);
    cursor: pointer;
    z-index: 2;
}

.property-plan-pin__number {
    position: relative;
    z-index: 2;
}

.property-plan-pin__preview {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 16px);
    display: grid;
    width: min(440px, 76vw);
    border: 1px solid rgba(241, 217, 157, 0.46);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--fp-ink);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px) scale(0.94);
    transform-origin: bottom center;
    transition: opacity 180ms ease, transform 180ms ease;
    box-shadow: 0 24px 70px rgba(7, 11, 10, 0.34);
    backdrop-filter: blur(18px);
}

.property-plan-pin__preview::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.92);
    transform: translateX(-50%) rotate(45deg);
}

.property-plan-pin__preview img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.property-plan-pin__preview em {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 750;
}

.property-plan-pin__preview span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
}

.property-plan-pin__preview strong {
    border-radius: 999px;
    background: #15110a;
    color: var(--property-gold-light);
    font-size: 0.78rem;
    padding: 7px 10px;
}

.property-language-tabs button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.property-plan-pin:hover,
.property-plan-pin:focus {
    z-index: 5;
}

.property-plan-pin:hover .property-plan-pin__preview,
.property-plan-pin:focus .property-plan-pin__preview {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}

.property-location {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 40px);
    align-items: stretch;
}

.property-map {
    display: grid;
    place-items: center;
    min-height: min(520px, 64vh);
    border-radius: 8px;
    overflow: hidden;
    background: #1c1710;
    color: var(--property-muted);
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.28);
}

.property-map .leaflet-container,
.property-map {
    font-family: inherit;
}

.property-map.leaflet-container {
    display: block;
}

.property-map-marker {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #c9a45d;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.property-section--contact {
    background: #080806;
    border-top: 1px solid rgba(241, 217, 157, 0.12);
}

.property-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    border: 1px solid rgba(241, 217, 157, 0.22);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(241, 217, 157, 0.12), rgba(255, 255, 255, 0.03));
    padding: clamp(22px, 4vw, 42px);
}

.property-contact .property-section-heading h2 {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 4.2rem);
}

.property-lightbox[hidden] {
    display: none;
}

body.has-property-lightbox {
    overflow: hidden;
}

.property-lightbox {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 12px;
    background: rgba(10, 15, 13, 0.88);
    padding: 28px;
    backdrop-filter: blur(10px);
}

.property-lightbox__figure {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin: 0;
}

.property-lightbox__figure img {
    width: auto;
    max-width: min(100%, 1120px);
    max-height: 82vh;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.property-lightbox__figure figcaption {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    font-weight: 650;
}

.property-lightbox button {
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.property-lightbox button:hover,
.property-lightbox button:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    transform: scale(1.04);
}

.property-lightbox__close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 700;
}

.property-lightbox__control {
    width: 50px;
    height: 50px;
    font-size: 2rem;
    line-height: 1;
}

.property-lightbox__control--prev {
    justify-self: start;
}

.property-lightbox__control--next {
    justify-self: end;
}

.property-sidebar {
    position: sticky;
    top: 94px;
    display: grid;
    gap: 10px;
    border: 1px solid var(--fp-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--fp-shadow);
}

.property-sidebar div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--fp-line);
    padding: 0 0 10px;
}

.property-sidebar .property-costs {
    display: grid;
    gap: 8px;
}

.property-costs p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
}

.property-costs em {
    color: var(--fp-muted);
    font-style: normal;
}

.property-sidebar span {
    color: var(--fp-muted);
    font-weight: 650;
}

body:not(.home) .site-main {
    padding-top: 74px;
}

body.single-fp_property {
    background: #080806;
}

body.single-fp_property .site-header,
body.single-fp_property:not(.home) .site-header,
body.single-fp_property .site-header.is-scrolled {
    background: rgba(8, 8, 6, 0.88);
    color: #f8f0df;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
}

body.single-fp_property .site-brand span::before {
    background: #c9a45d;
    box-shadow: inset 10px 0 0 #f1d99d;
}

body.single-fp_property .site-nav__button {
    border: 1px solid rgba(241, 217, 157, 0.2);
    background: rgba(255, 255, 255, 0.07);
    color: #f8f0df;
}

body.single-fp_property .site-nav__contact {
    background: linear-gradient(135deg, #f1d99d, #c9a45d);
    color: #15110a;
}

body.single-fp_property .site-footer {
    border-top: 1px solid rgba(241, 217, 157, 0.16);
    background: #080806;
    color: #f8f0df;
}

body.single-fp_property .site-footer p {
    color: rgba(248, 240, 223, 0.62);
}

body.single-fp_property .site-footer a {
    color: #f1d99d;
}

body.flatpilot-owner-area {
    background:
        radial-gradient(circle at 18% 0, rgba(241, 217, 157, 0.1), rgba(241, 217, 157, 0) 34%),
        radial-gradient(circle at 82% 12%, rgba(201, 164, 93, 0.08), rgba(201, 164, 93, 0) 30%),
        #080806;
    color: #f8f0df;
}

body.flatpilot-owner-area:not(.home) .site-main {
    min-height: calc(100vh - 74px);
    padding-top: 72px;
    background:
        linear-gradient(180deg, rgba(241, 217, 157, 0.06), rgba(8, 8, 6, 0) 260px),
        #080806;
}

body.flatpilot-owner-area .section {
    padding: clamp(18px, 3vw, 42px) 0 clamp(36px, 5vw, 68px);
}

body.flatpilot-owner-area .app-shell {
    width: min(1760px, calc(100% - 56px));
}

body.flatpilot-owner-area .site-header,
body.flatpilot-owner-area:not(.home) .site-header,
body.flatpilot-owner-area .site-header.is-scrolled {
    border-bottom: 1px solid rgba(241, 217, 157, 0.14);
    background: rgba(8, 8, 6, 0.88);
    color: #f8f0df;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
}

body.flatpilot-owner-area .site-brand span::before {
    background: #c9a45d;
    box-shadow: inset 10px 0 0 #f1d99d;
}

body.flatpilot-owner-area .site-nav__button {
    background: linear-gradient(135deg, #f1d99d, #c9a45d);
    color: #15110a;
    box-shadow: 0 14px 32px rgba(201, 164, 93, 0.24);
}

body.flatpilot-owner-area .site-footer {
    border-top: 1px solid rgba(241, 217, 157, 0.16);
    background:
        linear-gradient(180deg, rgba(241, 217, 157, 0.045), rgba(241, 217, 157, 0)),
        #080806;
    color: #f8f0df;
}

body.flatpilot-owner-area .site-footer p {
    color: rgba(248, 240, 223, 0.62);
}

@media (max-width: 700px) {
    body.flatpilot-owner-area .app-shell {
        width: min(1760px, calc(100% - 24px));
    }
}

body.flatpilot-owner-area .site-footer a {
    color: #f1d99d;
}

body.flatpilot-owner-area .flatpilot-notice {
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(241, 217, 157, 0.12), transparent 38%),
        rgba(18, 16, 12, 0.92);
    color: #f8f0df;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

body.flatpilot-owner-area .flatpilot-notice p {
    color: rgba(248, 240, 223, 0.72);
}

@media (max-width: 980px) {
    .home-hero__layout,
    .home-owner-layout,
    .home-tenant-layout,
    .home-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .home-section-heading {
        grid-template-columns: 1fr;
    }

    .home-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-final-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 860px) {
    .site-nav {
        position: fixed;
        top: 74px;
        left: 12px;
        right: 12px;
        display: none;
        border: 1px solid var(--fp-line);
        border-radius: 8px;
        background: var(--fp-paper);
        color: var(--fp-ink);
        padding: 14px;
        box-shadow: var(--fp-shadow);
    }

    .site-nav.is-open {
        display: grid;
    }

    body.flatpilot-owner-area .site-nav {
        border-color: rgba(241, 217, 157, 0.2);
        background: rgba(20, 17, 12, 0.98);
        color: #f8f0df;
    }

    body.home .site-nav {
        border-color: rgba(241, 217, 157, 0.2);
        background: rgba(20, 17, 12, 0.98);
        color: #f8f0df;
    }

    .site-nav ul {
        display: grid;
    }

    .site-menu-toggle {
        display: block;
    }

    .section-heading,
    .split,
    .property-intro,
    .property-location {
        grid-template-columns: 1fr;
    }

    .property-cost-summary {
        grid-column: auto;
    }

    .property-gallery figure,
    .property-gallery figure:nth-child(12n + 1),
    .property-gallery figure:nth-child(12n + 2),
    .property-gallery figure:nth-child(12n + 3),
    .property-gallery figure:nth-child(12n + 4),
    .property-gallery figure:nth-child(12n + 5),
    .property-gallery figure:nth-child(12n + 10),
    .property-gallery figure:nth-child(12n + 11),
    .property-gallery figure:nth-child(12n + 12) {
        grid-column: span 6;
        grid-row: auto;
        min-height: 260px;
    }

    .property-hero {
        min-height: 78vh;
    }

    .property-hero__facts span {
        min-width: min(180px, calc(50% - 5px));
    }

    .property-lightbox {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
        padding: 18px;
    }

    .property-lightbox__control {
        width: 42px;
        height: 42px;
        font-size: 1.65rem;
    }

    .property-lightbox__figure img {
        max-height: 76vh;
    }

    .site-footer {
        display: grid;
    }
}

@media (max-width: 680px) {
    .home-hero {
        min-height: auto;
        padding-top: 120px;
    }

    .home-hero h1 {
        font-size: clamp(3.7rem, 19vw, 6.2rem);
    }

    .home-metric-grid,
    .home-audience-grid,
    .home-process {
        grid-template-columns: 1fr;
    }

    .home-offer-peek a {
        grid-template-columns: 66px 1fr;
    }

    .home-tenant-visual {
        grid-template-rows: 160px 160px;
    }

    .home-tenant-visual__tile--1 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .home-hero__actions .button,
    .home-owner-actions .button,
    .home-final-cta__actions .button {
        width: 100%;
    }
}

.site-nav a[href$="/mieszkania/"],
.site-footer__links a[href$="/mieszkania/"] {
    display: none !important;
}

body.flatpilot-owner-area .page-content,
body.flatpilot-owner-area .content-card,
body.flatpilot-tenant-area .page-content,
body.flatpilot-tenant-area .content-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.flatpilot-tenant-area {
    background:
        radial-gradient(circle at 18% 0, rgba(241, 217, 157, 0.1), rgba(241, 217, 157, 0) 34%),
        radial-gradient(circle at 82% 12%, rgba(201, 164, 93, 0.08), rgba(201, 164, 93, 0) 30%),
        #080806;
    color: #f8f0df;
}

/* Owner-first homepage */
.owner-home-hero,
.owner-home-strip,
.owner-home-section,
.owner-home-final {
    --owner-black: #080806;
    --owner-panel: #14110c;
    --owner-panel-soft: #1d1810;
    --owner-gold: #c9a45d;
    --owner-gold-light: #f1d99d;
    --owner-text: #f8f0df;
    --owner-muted: #b8ad98;
    --owner-line: rgba(241, 217, 157, 0.16);
}

.owner-home-hero {
    position: relative;
    min-height: clamp(720px, 94vh, 980px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--owner-black);
    color: var(--owner-text);
    padding: 126px 0 84px;
}

.owner-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owner-home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 8, 6, 0.96), rgba(8, 8, 6, 0.72) 48%, rgba(8, 8, 6, 0.28)),
        linear-gradient(0deg, rgba(8, 8, 6, 0.98), rgba(8, 8, 6, 0) 54%);
}

.owner-home-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: center;
}

.owner-home-hero__content {
    max-width: 820px;
}

.owner-home-hero .eyebrow,
.owner-home-heading .eyebrow,
.owner-home-pricing .eyebrow,
.owner-home-final .eyebrow {
    color: var(--owner-gold-light);
}

.owner-home-hero h1 {
    margin: 10px 0 20px;
    max-width: 900px;
    font-size: clamp(4.2rem, 8.6vw, 9.2rem);
    font-weight: 650;
    line-height: 0.86;
    letter-spacing: 0;
}

.owner-home-hero__content > p:not(.eyebrow) {
    max-width: 760px;
    margin: 0;
    color: rgba(248, 240, 223, 0.84);
    font-size: clamp(1.08rem, 1.55vw, 1.36rem);
}

.owner-home-hero__actions,
.owner-home-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.owner-home-hero .button--primary,
.owner-home-pricing .button--primary,
.owner-home-final .button--primary {
    background: linear-gradient(135deg, var(--owner-gold-light), var(--owner-gold));
    color: #15110a;
    box-shadow: 0 18px 44px rgba(201, 164, 93, 0.24);
}

.owner-home-hero .button--light,
.owner-home-final .button--light {
    border: 1px solid rgba(241, 217, 157, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: var(--owner-text);
    backdrop-filter: blur(18px);
}

.owner-home-hero__price {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: baseline;
    width: fit-content;
    margin-top: 26px;
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 999px;
    background: rgba(8, 8, 6, 0.42);
    padding: 10px 16px;
}

.owner-home-hero__price strong {
    color: var(--owner-gold-light);
    font-size: 1.08rem;
}

.owner-home-hero__price span {
    color: rgba(248, 240, 223, 0.68);
    font-size: 0.92rem;
}

.owner-home-product {
    overflow: hidden;
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(241, 217, 157, 0.13), rgba(255, 255, 255, 0.04)),
        rgba(8, 8, 6, 0.64);
    box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
}

.owner-home-product__chrome {
    display: flex;
    gap: 7px;
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
    padding: 14px 16px;
}

.owner-home-product__chrome span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(241, 217, 157, 0.42);
}

.owner-home-product__screen {
    display: grid;
    gap: 16px;
    padding: clamp(18px, 2.6vw, 30px);
}

.owner-home-product--screenshot {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    transform-origin: center;
}

.owner-home-product--screenshot img {
    display: block;
    width: 100%;
    aspect-ratio: 1.65 / 1;
    object-fit: cover;
    object-position: left top;
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
}

.owner-home-product__caption {
    display: grid;
    gap: 4px;
    padding: 16px 18px 18px;
}

.owner-home-product__caption strong {
    color: var(--owner-gold-light);
    font-size: 1rem;
    line-height: 1.2;
}

.owner-home-product__caption span {
    color: rgba(248, 240, 223, 0.64);
    font-size: 0.92rem;
}

.owner-home-product__screen p {
    margin: 0 0 8px;
    color: var(--owner-gold);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.owner-home-product__screen strong {
    display: block;
    color: var(--owner-gold-light);
    font-size: clamp(2.4rem, 4.2vw, 4.4rem);
    line-height: 0.95;
    font-variant-numeric: tabular-nums;
}

.owner-home-product__screen div > span {
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-product__chart {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: end;
    min-height: 170px;
    border: 1px solid rgba(241, 217, 157, 0.1);
    border-radius: 8px;
    background: rgba(8, 8, 6, 0.32);
    padding: 18px;
}

.owner-home-product__chart i {
    display: block;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--owner-gold-light), var(--owner-gold));
    box-shadow: 0 0 30px rgba(241, 217, 157, 0.22);
}

.owner-home-product ul,
.owner-home-comparison ul,
.owner-home-screens ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.owner-home-product li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(241, 217, 157, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    padding: 11px;
}

.owner-home-product li + li {
    margin-top: 8px;
}

.owner-home-product b {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(241, 217, 157, 0.14);
    color: var(--owner-gold-light);
}

.owner-home-product li span {
    color: rgba(248, 240, 223, 0.78);
}

.owner-home-strip {
    border-top: 1px solid rgba(241, 217, 157, 0.12);
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
    background: #080806;
    color: #f8f0df;
    padding: 18px 0;
}

.owner-home-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.owner-home-strip article {
    border-left: 1px solid rgba(241, 217, 157, 0.16);
    padding-left: 16px;
}

.owner-home-strip strong {
    display: block;
    color: var(--owner-gold-light);
    font-size: 1.05rem;
}

.owner-home-strip span {
    display: block;
    margin-top: 4px;
    color: rgba(248, 240, 223, 0.64);
    font-size: 0.9rem;
}

.owner-home-section {
    background: #080806;
    color: var(--owner-text);
    padding: clamp(70px, 9vw, 128px) 0;
}

.owner-home-section--comparison,
.owner-home-section--features {
    background:
        radial-gradient(circle at 12% 0, rgba(241, 217, 157, 0.1), rgba(241, 217, 157, 0) 34%),
        #0d0c09;
}

.owner-home-section--flow,
.owner-home-section--pricing {
    background: #f5f4ef;
    color: #14110c;
}

.owner-home-heading {
    display: grid;
    grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
    gap: clamp(18px, 4vw, 54px);
    align-items: end;
    margin-bottom: clamp(30px, 4vw, 52px);
}

.owner-home-heading--center {
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
    grid-template-columns: 1fr;
}

.owner-home-heading h2,
.owner-home-pricing h2,
.owner-home-final h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 5.8rem);
    line-height: 0.94;
    letter-spacing: 0;
}

.owner-home-heading p:not(.eyebrow),
.owner-home-pricing p,
.owner-home-final p:not(.eyebrow) {
    color: rgba(248, 240, 223, 0.72);
}

.owner-home-section--flow .owner-home-heading p:not(.eyebrow),
.owner-home-section--pricing .owner-home-heading p:not(.eyebrow),
.owner-home-pricing p {
    color: #5e625d;
}

.owner-home-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.owner-home-flowchart {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.owner-home-flowchart article {
    border: 1px solid rgba(241, 217, 157, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.02);
    padding: clamp(18px, 2.6vw, 30px);
}

.owner-home-flowchart article.is-flatpilot {
    border-color: rgba(241, 217, 157, 0.3);
    background:
        radial-gradient(circle at 84% 8%, rgba(241, 217, 157, 0.16), rgba(241, 217, 157, 0) 38%),
        linear-gradient(145deg, rgba(241, 217, 157, 0.09), rgba(255, 255, 255, 0.025));
}

.owner-home-flowchart h3 {
    margin: 0 0 18px;
    font-size: clamp(1.55rem, 2.6vw, 2.8rem);
    line-height: 1;
}

.owner-home-flowchart ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: owner-flow;
}

.owner-home-flowchart li {
    position: relative;
    display: grid;
    gap: 9px;
    align-content: start;
    counter-increment: owner-flow;
}

.owner-home-flowchart li::before {
    content: counter(owner-flow, decimal-leading-zero);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: var(--owner-muted);
    font-size: 0.78rem;
    font-weight: 850;
}

.owner-home-flowchart article.is-flatpilot li::before {
    background: linear-gradient(135deg, var(--owner-gold-light), var(--owner-gold));
    color: #15110a;
}

.owner-home-flowchart li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 46px;
    right: -2px;
    height: 1px;
    background: rgba(241, 217, 157, 0.16);
}

.owner-home-flowchart li span {
    color: rgba(248, 240, 223, 0.78);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.22;
}

.owner-home-comparison article,
.owner-home-flow article,
.owner-home-feature-grid article,
.owner-home-screen,
.owner-home-pricing article {
    border: 1px solid var(--owner-line);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.02);
    box-shadow: 0 26px 86px rgba(0, 0, 0, 0.18);
}

.owner-home-comparison article {
    padding: clamp(24px, 3.4vw, 42px);
}

.owner-home-comparison__old {
    opacity: 0.86;
}

.owner-home-comparison__new {
    background:
        radial-gradient(circle at 86% 8%, rgba(241, 217, 157, 0.16), rgba(241, 217, 157, 0) 38%),
        linear-gradient(145deg, rgba(241, 217, 157, 0.08), rgba(255, 255, 255, 0.025)) !important;
}

.owner-home-comparison p,
.owner-home-screen em,
.owner-home-flow span,
.owner-home-feature-grid span {
    margin: 0 0 12px;
    color: var(--owner-gold);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
}

.owner-home-comparison h3 {
    margin: 0 0 22px;
    font-size: clamp(1.65rem, 2.6vw, 3.1rem);
    line-height: 1;
}

.owner-home-comparison li {
    position: relative;
    padding-left: 22px;
    color: rgba(248, 240, 223, 0.74);
}

.owner-home-comparison li + li {
    margin-top: 13px;
}

.owner-home-comparison li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--owner-gold);
}

.owner-home-flow,
.owner-home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.owner-home-flow article,
.owner-home-feature-grid article {
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 220px;
    padding: clamp(20px, 2.6vw, 30px);
}

.owner-home-section--flow .owner-home-flow article,
.owner-home-section--flow .owner-home-feature-grid article {
    border-color: rgba(20, 17, 12, 0.12);
    background: #fff;
    color: #14110c;
    box-shadow: 0 22px 60px rgba(25, 32, 30, 0.08);
}

.owner-home-flow strong,
.owner-home-feature-grid strong {
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    line-height: 1.08;
}

.owner-home-flow p,
.owner-home-feature-grid p {
    margin: 0;
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-section--flow .owner-home-flow p,
.owner-home-section--flow .owner-home-feature-grid p {
    color: #66736e;
}

.owner-home-screens {
    display: grid;
    grid-template-columns: minmax(360px, 1.18fr) repeat(2, minmax(270px, 0.91fr));
    gap: 16px;
}

.owner-home-screen {
    overflow: hidden;
    display: grid;
    align-content: space-between;
}

.owner-home-screen > div:last-child {
    padding: 22px;
}

.owner-home-screen h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.owner-home-screen p {
    margin: 0;
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-screen--offer a {
    position: relative;
    display: block;
    min-height: 360px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.owner-home-screen--offer img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.owner-home-screen--offer a::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(8, 8, 6, 0.96), rgba(8, 8, 6, 0.58) 52%, rgba(8, 8, 6, 0.18)),
        linear-gradient(90deg, rgba(8, 8, 6, 0.48), rgba(8, 8, 6, 0.06));
}

.owner-home-screen--offer a span {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 6px;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.owner-home-screen--offer strong {
    font-size: clamp(1.7rem, 3vw, 3.5rem);
    line-height: 0.94;
}

.owner-home-screen--offer small {
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-screen__mock {
    display: grid;
    gap: 14px;
    min-height: 360px;
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
    background:
        radial-gradient(circle at 80% 8%, rgba(241, 217, 157, 0.14), rgba(241, 217, 157, 0) 34%),
        #11100d;
    padding: 22px;
}

.owner-home-screen__mock header {
    display: grid;
    gap: 8px;
}

.owner-home-screen__mock header span {
    color: var(--owner-gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.owner-home-screen__mock header strong {
    color: var(--owner-gold-light);
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1;
}

.owner-home-mini-chart {
    display: grid;
    gap: 10px;
}

.owner-home-mini-chart i {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--owner-gold-light), var(--owner-gold));
    box-shadow: 0 0 26px rgba(241, 217, 157, 0.2);
}

.owner-home-screen__mock ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.owner-home-screen__mock li {
    border: 1px solid rgba(241, 217, 157, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 12px;
}

.owner-home-screen__mock li b {
    display: block;
    color: var(--owner-gold-light);
    font-size: 1.5rem;
}

.owner-home-screen__mock li span {
    color: rgba(248, 240, 223, 0.68);
    font-size: 0.9rem;
}

.owner-home-lease-row,
.owner-home-notification {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(241, 217, 157, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 12px;
}

.owner-home-lease-row span,
.owner-home-notification {
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-lease-row b {
    color: var(--owner-text);
}

.owner-home-lease-row.is-paid {
    border-color: rgba(164, 224, 179, 0.22);
    background: rgba(164, 224, 179, 0.07);
}

.owner-home-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: clamp(24px, 5vw, 74px);
    align-items: center;
}

.owner-home-pricing article {
    display: grid;
    gap: 10px;
    background:
        radial-gradient(circle at 80% 0, rgba(241, 217, 157, 0.2), rgba(241, 217, 157, 0) 38%),
        #11100d;
    color: var(--owner-text);
    padding: clamp(24px, 3vw, 36px);
}

.owner-home-pricing article span {
    color: var(--owner-gold);
    font-weight: 800;
    text-transform: uppercase;
}

.owner-home-pricing article strong {
    color: var(--owner-gold-light);
    font-size: clamp(4rem, 8vw, 7.5rem);
    line-height: 0.9;
}

.owner-home-pricing article em {
    color: rgba(248, 240, 223, 0.68);
    font-style: normal;
}

.owner-home-pricing article p {
    color: rgba(248, 240, 223, 0.68);
}

.owner-home-final {
    background:
        linear-gradient(180deg, rgba(241, 217, 157, 0.08), rgba(241, 217, 157, 0)),
        #080806;
    color: var(--owner-text);
    padding: clamp(64px, 8vw, 108px) 0;
}

.owner-home-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
}

.owner-home-final__actions {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 1040px) {
    .owner-home-hero__layout,
    .owner-home-comparison,
    .owner-home-pricing,
    .owner-home-final__inner {
        grid-template-columns: 1fr;
    }

    .owner-home-screens {
        grid-template-columns: 1fr;
    }

    .owner-home-strip__grid,
    .owner-home-flowchart,
    .owner-home-flow,
    .owner-home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owner-home-flowchart ol {
        grid-template-columns: 1fr;
    }

    .owner-home-flowchart li {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
    }

    .owner-home-flowchart li:not(:last-child)::after {
        top: 42px;
        bottom: -20px;
        left: 18px;
        width: 1px;
        height: auto;
        right: auto;
    }

    .owner-home-final__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .owner-home-hero {
        min-height: auto;
        padding-top: 118px;
    }

    .owner-home-hero h1 {
        font-size: clamp(3.7rem, 17vw, 5.7rem);
    }

    .owner-home-heading,
    .owner-home-strip__grid,
    .owner-home-flowchart,
    .owner-home-flow,
    .owner-home-feature-grid,
    .owner-home-screen__mock ul {
        grid-template-columns: 1fr;
    }

    .owner-home-product--screenshot {
        transform: none;
    }

    .owner-home-product__screen strong,
    .owner-home-pricing article strong {
        font-size: clamp(3.1rem, 15vw, 5rem);
    }

    .owner-home-hero__actions .button,
    .owner-home-final__actions .button,
    .owner-home-pricing .button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .hero {
        min-height: 76vh;
        padding-bottom: 48px;
    }

    .hero__actions,
    .hero__actions .button {
        width: 100%;
    }

    .feature-list div {
        grid-template-columns: 1fr;
    }

    .feature-list p {
        grid-column: auto;
    }

    .property-anchor-nav {
        top: 74px;
    }

    .property-hero h1 {
        font-size: clamp(2.7rem, 15vw, 4.2rem);
    }

    .property-hero__facts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-hero__facts span {
        min-width: 0;
    }

    .property-hero__actions,
    .property-hero__actions .button {
        width: 100%;
    }

    .property-section-heading h2 {
        font-size: clamp(2.1rem, 12vw, 3.3rem);
    }

    .property-gallery {
        grid-template-columns: 1fr;
    }

    .property-gallery figure,
    .property-gallery figure:nth-child(12n + 1),
    .property-gallery figure:nth-child(12n + 2),
    .property-gallery figure:nth-child(12n + 3),
    .property-gallery figure:nth-child(12n + 4),
    .property-gallery figure:nth-child(12n + 5),
    .property-gallery figure:nth-child(12n + 10),
    .property-gallery figure:nth-child(12n + 11),
    .property-gallery figure:nth-child(12n + 12) {
        grid-column: auto;
        min-height: 260px;
    }

    .property-plan-pin__preview {
        width: min(240px, 76vw);
    }

    .property-location {
        gap: 24px;
    }

    .property-contact {
        grid-template-columns: 1fr;
    }

    .property-cost-receipt__header,
    .property-cost-receipt__rows p,
    .property-cost-receipt__terms p,
    .property-cost-receipt__total {
        display: grid;
    }

    .property-cost-receipt__rows strong,
    .property-cost-receipt__terms strong {
        text-align: left;
        white-space: normal;
    }

    .property-map {
        min-height: 360px;
    }

    .property-lightbox {
        grid-template-columns: 1fr;
    }

    .property-lightbox__control {
        position: fixed;
        top: 50%;
    }

    .property-lightbox__control--prev {
        left: 14px;
    }

    .property-lightbox__control--next {
        right: 14px;
    }
}

/* Ultra premium pass */
body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.button {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus {
    transform: translateY(-1px);
}

body.home .site-header,
body.single-fp_property .site-header,
body.flatpilot-owner-area .site-header {
    min-height: 66px;
}

body.admin-bar .site-header {
    top: 32px;
}

body.admin-bar.flatpilot-owner-area:not(.home) .site-main,
body.admin-bar.single-fp_property:not(.home) .site-main {
    padding-top: 104px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    body.admin-bar.flatpilot-owner-area:not(.home) .site-main,
    body.admin-bar.single-fp_property:not(.home) .site-main {
        padding-top: 118px;
    }
}

.home-hero--masterpiece {
    min-height: clamp(700px, 92vh, 940px);
    align-items: center;
    padding: 122px 0 76px;
}

.home-hero--masterpiece .home-hero__overlay {
    background:
        linear-gradient(90deg, rgba(8, 8, 6, 0.96), rgba(8, 8, 6, 0.66) 48%, rgba(8, 8, 6, 0.16)),
        linear-gradient(0deg, rgba(8, 8, 6, 0.96), rgba(8, 8, 6, 0) 54%);
}

.home-hero--masterpiece .home-hero__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
    align-items: center;
}

.home-hero--masterpiece h1 {
    max-width: 780px;
    font-size: clamp(5.1rem, 12vw, 11rem);
    line-height: 0.82;
}

.home-hero--masterpiece .home-hero__content > p:not(.eyebrow) {
    max-width: 710px;
    color: rgba(248, 240, 223, 0.86);
    font-size: clamp(1.08rem, 1.65vw, 1.42rem);
}

.home-entry-card {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(241, 217, 157, 0.16);
    border-radius: 8px;
    background: rgba(248, 240, 223, 0.09);
    color: #f8f0df;
    padding: clamp(18px, 2.3vw, 26px);
    backdrop-filter: blur(18px);
}

.home-entry-card--dark {
    background: rgba(8, 8, 6, 0.58);
}

.home-entry-card span {
    color: #c9a45d;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-entry-card strong {
    max-width: 360px;
    font-size: clamp(1.35rem, 2vw, 2.15rem);
    line-height: 1.02;
}

.home-entry-card p {
    margin: 0;
    color: rgba(248, 240, 223, 0.72);
    font-size: 0.98rem;
}

.home-entry-card a {
    width: fit-content;
    margin-top: 6px;
    color: #f1d99d;
    font-weight: 750;
    text-decoration: none;
}

.home-offer-peek--quiet {
    border-color: rgba(241, 217, 157, 0.12);
    background: rgba(8, 8, 6, 0.36);
}

.home-signal-strip {
    border-top: 1px solid rgba(241, 217, 157, 0.12);
    border-bottom: 1px solid rgba(241, 217, 157, 0.12);
    background: #080806;
    color: #f8f0df;
    padding: 18px 0;
}

.home-signal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-signal-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
    min-height: 54px;
    border-left: 1px solid rgba(241, 217, 157, 0.16);
    padding-left: 16px;
}

.home-signal-grid strong {
    color: #f1d99d;
    font-size: clamp(1.6rem, 2.2vw, 2.4rem);
    line-height: 1;
}

.home-signal-grid span {
    color: rgba(248, 240, 223, 0.68);
    font-size: 0.92rem;
}

.home-section--portfolio {
    background: #f5f4ef;
}

.home-section-heading--editorial {
    align-items: start;
}

.home-featured-offer {
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(320px, 0.95fr);
    overflow: hidden;
    min-height: clamp(360px, 42vw, 540px);
    margin-bottom: 22px;
    border-radius: 8px;
    background: #090806;
    color: #f8f0df;
    text-decoration: none;
    box-shadow: 0 34px 90px rgba(25, 32, 30, 0.16);
}

.home-featured-offer__image {
    display: block;
    min-height: 340px;
    overflow: hidden;
}

.home-featured-offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 260ms ease;
}

.home-featured-offer:hover .home-featured-offer__image img,
.home-featured-offer:focus .home-featured-offer__image img {
    transform: scale(1.025);
}

.home-featured-offer__content {
    display: grid;
    align-content: end;
    gap: 14px;
    padding: clamp(28px, 5vw, 58px);
    background:
        radial-gradient(circle at 85% 20%, rgba(241, 217, 157, 0.18), rgba(241, 217, 157, 0) 38%),
        #0f0d09;
}

.home-featured-offer__content > strong {
    max-width: 540px;
    font-size: clamp(2.4rem, 4.6vw, 5.4rem);
    line-height: 0.9;
}

.home-featured-offer__content > em {
    color: rgba(248, 240, 223, 0.68);
    font-style: normal;
}

.home-featured-offer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-featured-offer__meta b {
    border: 1px solid rgba(241, 217, 157, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f1d99d;
    padding: 8px 12px;
    font-size: 0.88rem;
}

.property-hero {
    min-height: clamp(700px, 88vh, 920px);
    padding-bottom: 72px;
}

.property-hero__overlay {
    background:
        linear-gradient(90deg, rgba(8, 8, 6, 0.88), rgba(8, 8, 6, 0.48) 48%, rgba(8, 8, 6, 0.08)),
        linear-gradient(0deg, rgba(8, 8, 6, 0.97), rgba(8, 8, 6, 0) 52%);
}

.property-hero h1 {
    max-width: 980px;
    font-size: clamp(4.2rem, 8vw, 8.4rem);
    line-height: 0.86;
}

.property-hero__facts {
    max-width: 1040px;
    gap: 10px;
}

.property-hero__facts span,
.property-hero__fact {
    border-color: rgba(241, 217, 157, 0.16);
    background: rgba(8, 8, 6, 0.42);
    backdrop-filter: blur(18px);
}

.property-anchor-nav {
    top: 66px;
    background: rgba(8, 8, 6, 0.88);
}

.property-anchor-nav a {
    font-size: 0.86rem;
}

#opis-mieszkania,
#koszty-miesieczne,
#biblioteka-zdjec,
#rzut-mieszkania,
#lokalizacja,
#kontakt-wlasciciela {
    scroll-margin-top: 132px;
}

.property-section {
    padding: clamp(66px, 8vw, 118px) 0;
}

.property-intro {
    max-width: 1120px;
}

.property-section-heading h2 {
    font-size: clamp(2.55rem, 5vw, 5.9rem);
}

.property-description,
.property-cost-receipt {
    border-color: rgba(241, 217, 157, 0.14);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        #11100d;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.property-description {
    font-size: clamp(1.02rem, 1.15vw, 1.14rem);
    line-height: 1.78;
}

.property-description__panel {
    max-width: 900px;
}

.property-cost-receipt {
    padding: clamp(24px, 3.5vw, 42px);
}

.property-cost-receipt__rows p {
    padding: 15px 0;
}

.property-cost-receipt__note {
    background: rgba(241, 217, 157, 0.07);
}

.property-gallery--collage {
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.26);
}

.property-plan-stage,
.property-map {
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.28);
}

.property-contact {
    border: 1px solid rgba(241, 217, 157, 0.13);
    border-radius: 8px;
    background:
        radial-gradient(circle at 85% 18%, rgba(241, 217, 157, 0.13), rgba(241, 217, 157, 0) 36%),
        rgba(255, 255, 255, 0.035);
    padding: clamp(22px, 4vw, 42px);
}

@media (max-width: 980px) {
    .home-hero--masterpiece {
        min-height: auto;
        padding-top: 126px;
    }

    .home-signal-grid,
    .home-featured-offer {
        grid-template-columns: 1fr;
    }

    .home-featured-offer__content > strong {
        font-size: clamp(2.2rem, 9vw, 4.4rem);
    }
}

@media (max-width: 680px) {
    body.home .site-header,
    body.single-fp_property .site-header,
    body.flatpilot-owner-area .site-header {
        min-height: 64px;
    }

    .home-hero--masterpiece h1 {
        font-size: clamp(4.4rem, 22vw, 6.8rem);
    }

    .home-signal-grid {
        gap: 8px;
    }

    .home-signal-grid article {
        grid-template-columns: 1fr;
        gap: 4px;
        padding-left: 12px;
    }

    .home-featured-offer__image {
        min-height: 260px;
    }

    .property-hero {
        min-height: 82vh;
        padding-top: 116px;
    }

    .property-hero h1 {
        font-size: clamp(3.25rem, 16vw, 5.15rem);
    }

    .property-anchor-nav {
        top: 64px;
        overflow-x: auto;
    }

    .property-anchor-nav .shell {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
    }

    .property-contact {
        padding: 22px;
    }
}
