:root {
    --prop-bg: #f5efe5;
    --prop-ink: #102234;
    --prop-ink-soft: #5c6f7d;
    --prop-line: rgba(16, 34, 52, 0.1);
    --prop-panel: rgba(255, 255, 255, 0.84);
    --prop-panel-strong: #ffffff;
    --prop-shadow: 0 20px 55px rgba(16, 34, 52, 0.12);
    --prop-radius-xl: 32px;
    --prop-radius-lg: 24px;
    --prop-radius-md: 18px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(245, 166, 35, 0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(13, 33, 55, 0.08), transparent 24%),
        linear-gradient(180deg, #fcf9f4 0%, #f2eadf 100%);
    color: var(--prop-ink);
}

.property-shell,
.property-detail-shell {
    overflow: hidden;
}

.property-hero,
.property-detail-hero {
    padding: 44px 0 24px;
}

.property-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
    color: var(--prop-ink-soft);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--prop-line);
    border-radius: 999px;
    padding: 10px 16px;
    backdrop-filter: blur(12px);
}

.property-breadcrumb a,
.property-inline-link {
    color: var(--prop-ink);
}

.property-kicker,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(16, 34, 52, 0.08);
    color: var(--prop-ink);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
}

.property-hero-title,
.property-detail-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.98;
    color: #0d2237;
    margin-bottom: 20px;
}

.property-hero-copy,
.property-detail-copy,
.property-detail-panel p,
.property-story-card p,
.property-enquiry-copy p {
    color: var(--prop-ink-soft);
    line-height: 1.8;
    font-size: 15px;
}

.property-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.property-detail-top-flag {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 14px;
}

.property-detail-top-flag span {
    background: rgba(16, 34, 52, 0.08);
    border: 1px solid var(--prop-line);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
}

.property-detail-page-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.05;
    margin-bottom: 14px;
    color: var(--prop-ink);
}

.property-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--prop-ink-soft);
    margin-bottom: 24px;
    font-size: 14px;
}

.property-meta-line i {
    color: var(--gold-dark);
}

.property-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.property-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(16, 34, 52, 0.08);
    border: 1px solid var(--prop-line);
    color: var(--prop-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.property-hero-panel,
.property-detail-summary-card,
.property-detail-panel,
.property-story-card,
.property-enquiry-card,
.overview-glance-card,
.portfolio-card {
    box-shadow: var(--prop-shadow);
}

.property-hero-panel {
    background: rgba(13, 34, 55, 0.94);
    color: #fff;
    border-radius: var(--prop-radius-xl);
    padding: 26px;
    display: grid;
    gap: 16px;
}

.property-panel-item {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.property-panel-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.property-panel-item strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 4px;
}

.property-panel-item span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

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

.property-jump-link {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--prop-line);
    color: var(--prop-ink);
    font-weight: 700;
    font-size: 13px;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.property-jump-link:hover,
.property-inline-link:hover {
    transform: translateY(-2px);
    color: var(--gold-dark);
}

.property-overview-strip {
    padding: 8px 0 18px;
}

.overview-glance-card {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--prop-line);
}

.overview-glance-card span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 10px;
}

.overview-glance-card strong {
    display: block;
    font-size: 24px;
    color: var(--prop-ink);
    margin-bottom: 10px;
}

.overview-glance-card p {
    margin: 0;
    color: var(--prop-ink-soft);
    line-height: 1.75;
    font-size: 14px;
}

.property-portfolio,
.property-detail-main {
    padding: 24px 0 56px;
}

.portfolio-card {
    margin-bottom: 28px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--prop-line);
    border-radius: 34px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.portfolio-media {
    height: 100%;
    min-height: 420px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.portfolio-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 19, 32, 0.04), rgba(9, 19, 32, 0.64)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 28%);
    pointer-events: none;
}

.portfolio-media>* {
    position: relative;
    z-index: 1;
}

.portfolio-media-top,
.portfolio-media-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.portfolio-status,
.portfolio-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portfolio-index {
    min-width: 52px;
}

.portfolio-emoji {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 30px;
    flex-shrink: 0;
}

.portfolio-media-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 14px;
}

.portfolio-media-text strong {
    font-size: 24px;
    line-height: 1.1;
}

.portfolio-media-text span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}

.portfolio-body {
    padding: 30px;
}

.portfolio-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.portfolio-type {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold-dark);
    font-weight: 800;
    margin-bottom: 10px;
}

.portfolio-header h2,
.property-detail-summary-card h2,
.property-detail-panel h3,
.property-story-card h3,
.property-enquiry-copy h2 {
    color: var(--prop-ink);
}

.portfolio-header h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    margin-bottom: 10px;
}

.portfolio-tagline,
.property-enquiry-note {
    color: var(--prop-ink-soft);
    font-size: 14px;
}

.portfolio-price {
    white-space: nowrap;
    font-size: 24px;
    font-weight: 800;
    color: var(--prop-ink);
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(245, 166, 35, 0.12);
}

.portfolio-summary {
    color: var(--prop-ink-soft);
    line-height: 1.85;
    font-size: 15px;
    margin-bottom: 22px;
}

.portfolio-metrics,
.property-detail-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.property-detail-metrics {
    margin-top: 18px;
}

.metric-chip {
    padding: 16px;
    border-radius: 20px;
    background: rgba(16, 34, 52, 0.05);
    border: 1px solid rgba(16, 34, 52, 0.06);
}

.metric-chip span,
.property-detail-fact span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--prop-ink-soft);
    margin-bottom: 8px;
}

.metric-chip strong,
.property-detail-fact strong {
    color: var(--prop-ink);
    font-size: 18px;
    line-height: 1.25;
}

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

.portfolio-block,
.source-card,
.location-card,
.property-detail-summary-card,
.property-detail-panel,
.property-story-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--prop-line);
    border-radius: 24px;
    padding: 24px;
}

.portfolio-block h3,
.source-card span,
.location-card span {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--prop-ink);
}

.portfolio-list,
.property-detail-list {
    margin: 0;
    padding-left: 18px;
    color: var(--prop-ink-soft);
    display: grid;
    gap: 12px;
    line-height: 1.75;
}

.portfolio-list.compact {
    gap: 10px;
}

.amenity-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.amenity-cloud span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.12);
    color: var(--prop-ink);
    font-size: 13px;
    font-weight: 700;
}

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

.source-card p,
.location-card p {
    margin-bottom: 0;
}

.source-card a {
    color: var(--gold-dark);
    font-weight: 700;
}

.property-detail-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.property-detail-sidebar {
    position: sticky;
    top: 96px;
}

.sidebar-facts {
    margin-top: 0;
    grid-template-columns: 1fr;
}

.property-detail-fact {
    padding: 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--prop-line);
    border-radius: 22px;
}

.property-detail-art {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 460px;
    background: linear-gradient(135deg, #13283b, #35597b);
    box-shadow: var(--prop-shadow);
}

.property-inline-price {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--prop-line);
    box-shadow: var(--prop-shadow);
}

.property-inline-price strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    color: var(--prop-ink);
}

.property-inline-price span {
    color: var(--prop-ink-soft);
    font-size: 14px;
}

.property-detail-art img,
.property-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-detail-art-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}

.property-detail-art-card strong {
    display: block;
    font-size: 28px;
    color: var(--prop-ink);
}

.property-detail-art-card span {
    color: var(--prop-ink-soft);
    font-size: 14px;
}

.property-detail-summary {
    margin-bottom: 28px;
}

.property-detail-summary-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--prop-line);
}

.property-detail-summary-card p {
    margin-bottom: 0;
}

.property-detail-panel-soft {
    background: rgba(252, 246, 235, 0.92);
}

.property-story-grid,
.property-detail-gallery {
    margin-top: 6px;
}

.property-story-card {
    height: 100%;
}

.property-detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.property-detail-gallery-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.property-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--prop-line);
    border-radius: 18px;
    overflow: hidden;
}

.property-overview-cell {
    padding: 14px 16px;
    border-right: 1px solid var(--prop-line);
    border-bottom: 1px solid var(--prop-line);
    background: rgba(255, 255, 255, 0.8);
}

.property-overview-cell:nth-child(2n) {
    border-right: 0;
}

.property-overview-cell span {
    display: block;
    font-size: 12px;
    color: var(--prop-ink-soft);
    margin-bottom: 3px;
}

.property-overview-cell strong {
    color: var(--prop-ink);
    font-size: 15px;
}

.property-map-card,
.property-floor-card {
    border: 1px solid var(--prop-line);
    border-radius: 16px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.8);
}

.property-map-embed-card {
    padding: 10px;
    overflow: hidden;
}

.property-map-embed-card iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
    border-radius: 12px;
    background: #e9edf1;
}

.property-map-caption {
    margin-top: 10px;
    padding: 0 4px 2px;
    color: var(--prop-ink-soft);
    font-size: 13px;
}

.property-video-embed {
    position: relative;
    width: 100%;
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 6px;
    overflow: hidden;
    background: #111a22;
    aspect-ratio: 16 / 9;
}

.property-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.property-brochure-card {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 14px;
    padding: 20px 18px;
    margin-top: 6px;
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 242, 232, 0.86));
    box-shadow: 0 8px 18px rgba(16, 34, 52, 0.08);
}

.property-brochure-card p {
    color: var(--prop-ink-soft);
    font-size: 14px;
    margin-bottom: 0;
}

.property-brochure-copy {
    display: grid;
    gap: 6px;
    justify-items: center;
    max-width: 620px;
}

.property-brochure-copy strong {
    color: #13283b;
    font-size: 16px;
    line-height: 1.2;
}

.property-brochure-file {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    width: fit-content;
    padding: 3px 9px;
    border-radius: 4px;
    background: rgba(16, 34, 52, 0.06);
    border: 1px solid rgba(16, 34, 52, 0.12);
    color: #4f6474;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.property-brochure-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 4px;
}

.property-floor-accordion {
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(238, 232, 220, 0.72), rgba(230, 222, 209, 0.58));
    box-shadow: 0 14px 30px rgba(16, 34, 52, 0.1);
}

.property-floor-accordion-head {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 48px;
    padding: 9px 16px;
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.3), transparent 36%),
        linear-gradient(135deg, #112c43, #1a4667);
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 6px 16px rgba(9, 24, 38, 0.28);
    backdrop-filter: blur(3px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.property-floor-accordion[open] .property-floor-accordion-head:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 9px 18px rgba(9, 24, 38, 0.34);
    filter: saturate(1.06);
}

.property-floor-accordion-head::-webkit-details-marker {
    display: none;
}

.property-floor-title {
    font-size: 26px;
    font-family: 'DM Serif Display', serif;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-right: auto;
    color: #f5d69a;
}

.property-floor-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.property-floor-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(245, 166, 35, 0.22);
    border: 1px solid rgba(245, 166, 35, 0.38);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.property-floor-accordion[open] .property-floor-toggle {
    transform: rotate(180deg);
    background: rgba(245, 166, 35, 0.3);
    border-color: rgba(245, 166, 35, 0.52);
}

.property-floor-accordion-body {
    padding: 28px;
}

.property-floor-plan-media {
    margin: 0;
    height: clamp(280px, 42vw, 440px);
    min-height: 280px;
    max-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    padding: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.property-floor-plan-media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.property-floor-plan-copy {
    padding: 12px;
}

.property-floor-plan-copy span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold-dark);
    font-weight: 800;
}

.property-floor-plan-copy strong {
    display: block;
    color: #13283b;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.property-floor-plan-copy p {
    font-size: 12px;
    color: var(--prop-ink-soft);
}

.property-gallery-card {
    border-radius: 28px;
    overflow: hidden;
    min-height: 280px;
    background: linear-gradient(135deg, #e0c28f, #b36d42);
    border: 1px solid var(--prop-line);
    box-shadow: var(--prop-shadow);
}

.property-enquiry {
    padding: 0 0 80px;
}

.property-enquiry-card {
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 242, 232, 0.88));
    border: 1px solid var(--prop-line);
    border-radius: 12px;
    padding: 30px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 24px;
    align-items: start;
}

.property-enquiry-card-stacked {
    grid-template-columns: 1fr;
    max-width: 980px;
    margin: 0 auto;
}

.property-enquiry-head h2 {
    margin-bottom: 6px;
}

.property-enquiry-head p {
    color: var(--prop-ink-soft);
    margin-bottom: 16px;
}

.property-enquiry-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.property-enquiry-steps span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid var(--prop-line);
    background: rgba(255, 255, 255, 0.75);
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--prop-ink-soft);
}

.property-enquiry-steps span.active {
    color: var(--prop-ink);
    background: rgba(245, 166, 35, 0.18);
    border-color: rgba(245, 166, 35, 0.35);
}

.property-enquiry-points {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.property-enquiry-points strong {
    display: block;
    color: var(--prop-ink);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.property-enquiry-points a,
.property-enquiry-points span {
    color: var(--prop-ink-soft);
}

.property-enquiry-form {
    padding: 22px;
    border-radius: 10px;
    background: var(--prop-panel-strong);
    border: 1px solid rgba(16, 34, 52, 0.08);
}

.property-enquiry-form .form-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--prop-ink);
}

.property-enquiry-form .form-control {
    min-height: 52px;
    border-radius: 8px;
    border: 1px solid rgba(16, 34, 52, 0.12);
    box-shadow: none;
}

.property-enquiry-form textarea.form-control {
    min-height: 126px;
}

.property-detail-empty {
    padding: 100px 0;
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {

    .portfolio-metrics,
    .property-detail-metrics,
    .property-detail-facts,
    .portfolio-footer,
    .portfolio-grid,
    .property-detail-gallery,
    .property-enquiry-card {
        grid-template-columns: 1fr;
    }

    .portfolio-media {
        min-height: 320px;
    }

    .portfolio-header {
        flex-direction: column;
    }

    .property-detail-art {
        min-height: 360px;
    }

    .property-detail-sidebar {
        position: static;
        top: auto;
    }

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

@media (max-width: 767.98px) {

    .property-hero,
    .property-detail-hero {
        padding-top: 32px;
    }

    .property-hero-title,
    .property-detail-title {
        font-size: clamp(34px, 10vw, 50px);
    }

    .portfolio-card,
    .property-enquiry-card,
    .property-detail-summary-card,
    .property-detail-panel,
    .property-story-card {
        border-radius: 12px;
    }

    .portfolio-body,
    .property-enquiry-card,
    .property-enquiry-form {
        padding: 20px;
    }

    .property-detail-art-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}

/* Detail page layout stabilization overrides */
.property-detail-hero .row.align-items-center {
    align-items: flex-start !important;
}

.property-detail-hero .property-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.property-detail-hero .property-hero-actions .btn {
    width: 100%;
}

.property-detail-main .row.g-4 {
    align-items: flex-start;
}

.property-detail-main .property-detail-panel {
    padding: 22px;
    border-radius: 12px;
}

.property-detail-main .property-detail-panel h3 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.2;
}

.property-detail-main .property-detail-copy {
    margin-bottom: 12px;
}

.property-detail-main .property-detail-copy:last-child {
    margin-bottom: 0;
}

.property-about-panel {
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.26), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 232, 0.95));
    border: 1px solid rgba(212, 137, 26, 0.22);
    box-shadow: 0 14px 38px rgba(16, 34, 52, 0.12);
}

.property-about-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.property-about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #855305;
    background: rgba(245, 166, 35, 0.2);
}

.property-about-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
    align-items: stretch;
}

.property-about-copy {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 34, 52, 0.08);
    border-radius: 14px;
    padding: 16px 18px;
    height: 100%;
}

.property-about-copy .property-detail-copy {
    font-size: 14px;
    line-height: 1.85;
}

.property-about-highlights {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.property-about-highlights span {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #2e4354;
    font-weight: 600;
}

.property-about-highlights i {
    color: var(--gold-dark);
    margin-top: 1px;
}

.property-about-points {
    display: grid;
    gap: 12px;
    align-content: start;
    grid-auto-rows: 1fr;
}

.property-about-point {
    padding: 14px 15px;
    border-radius: 14px;
    border: 1px solid rgba(16, 34, 52, 0.1);
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.12), transparent 42%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 238, 0.94));
    box-shadow: 0 10px 22px rgba(16, 34, 52, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.property-about-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(16, 34, 52, 0.11);
    border-color: rgba(212, 137, 26, 0.28);
}

.property-about-point span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a8790;
    font-weight: 800;
    margin-bottom: 6px;
    min-height: 18px;
}

.property-about-point i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(245, 166, 35, 0.2);
    color: #9a6208;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

.property-about-point strong {
    color: #13283b;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    padding-left: 26px;
    min-height: 42px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.property-detail-art {
    min-height: 420px;
}

.property-inline-price {
    border-radius: 18px;
    padding: 16px 18px;
}

.property-inline-price strong {
    font-size: clamp(24px, 2vw, 30px);
}

.property-detail-gallery-strip .property-gallery-card {
    min-height: 220px;
    border-radius: 18px;
}

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

.property-overview-cell {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-map-card strong,
.property-floor-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.property-floor-card p,
.property-map-card p {
    color: var(--prop-ink-soft);
    font-size: 14px;
}

.property-enquiry {
    padding-top: 22px;
}

.property-enquiry-card.property-enquiry-card-stacked {
    max-width: 920px;
    border-radius: 12px;
    padding: 24px;
    gap: 14px;
}

.property-enquiry-head h2 {
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.1;
}

.property-enquiry-form {
    padding: 18px;
    border-radius: 10px;
}

.property-enquiry-form .form-control,
.property-enquiry-form .form-select {
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(16, 34, 52, 0.16);
    box-shadow: none;
}

.property-enquiry-form .form-control:focus,
.property-enquiry-form .form-select:focus {
    border-color: rgba(245, 166, 35, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.14);
}

@media (max-width: 991.98px) {
    .property-detail-page-title {
        margin-bottom: 10px;
    }

    .property-meta-line {
        gap: 10px 14px;
        margin-bottom: 18px;
    }

    .property-detail-art {
        min-height: 320px;
    }

    .property-inline-price {
        margin-bottom: 10px;
    }

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

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

    .property-floor-title {
        font-size: 23px;
    }

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

    .property-about-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .property-overview-cell {
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .property-detail-main .property-detail-panel {
        padding: 18px;
        border-radius: 10px;
    }

    .property-detail-main .property-detail-panel h3 {
        font-size: 20px;
    }

    .property-enquiry-card.property-enquiry-card-stacked {
        padding: 16px;
        border-radius: 10px;
    }

    .property-enquiry-form {
        padding: 14px;
    }
}

/* Reference-like property page layout */
.property-detail-shell .container {
    max-width: min(95vw, 1220px);
}

.property-hero-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 12px;
}

.property-hero-head-main {
    min-width: 0;
}

.property-head-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    align-items: start;
    gap: 18px 28px;
    margin-bottom: 4px;
}

.property-price-toolbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0;
    text-align: right;
    padding-top: 70px;
}

.property-price-toolbar strong {
    font-size: clamp(26px, 2.2vw, 34px);
    color: var(--gold-dark);
    line-height: 1;
    font-family: 'DM Serif Display', serif;
}

.property-price-toolbar span {
    color: var(--prop-ink-soft);
    margin-left: 6px;
    font-size: 16px;
}

.property-tools {
    display: flex;
    gap: 8px;
}

.property-tools button {
    width: 34px;
    height: 34px;
    border: 1px solid var(--prop-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--prop-ink-soft);
}

.property-mosaic-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 10px;
    margin-top: 0;
}

.property-media-showcase {
    display: grid;
    gap: 14px;
}

.property-media-stage {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 430px;
    background: #0b1826;
}

.property-media-slides {
    position: relative;
    min-height: 430px;
}

.property-media-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.property-media-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.property-media-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-media-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(10, 24, 40, 0.55);
    color: #fff;
    z-index: 2;
}

.property-media-control.prev {
    left: 14px;
}

.property-media-control.next {
    right: 14px;
}

.property-media-fullscreen {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: rgba(10, 24, 40, 0.58);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    z-index: 2;
}

.property-media-thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.property-media-thumb {
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    background: transparent;
    height: 120px;
}

.property-media-thumb.is-active {
    border-color: var(--gold-dark);
    box-shadow: 0 8px 18px rgba(16, 34, 52, 0.18);
}

.property-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(8, 14, 24, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

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

.property-lightbox-frame {
    margin: 0;
    width: min(92vw, 1400px);
    height: min(84vh, 900px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.property-lightbox-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-lightbox-nav,
.property-lightbox-close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.property-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.property-lightbox-nav.prev {
    left: 18px;
}

.property-lightbox-nav.next {
    right: 18px;
}

.property-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.property-lightbox-counter {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-mosaic-main {
    border-radius: 8px;
    overflow: hidden;
    min-height: 265px;
    max-block-size: 700px;

}

.property-mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-mosaic-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-block-size: 700px;
}

.property-mosaic-side .property-gallery-card:first-child {
    grid-column: 1 / span 2;
}

.property-mosaic-side .property-gallery-card {
    min-height: 124px;
    border-radius: 8px;
    box-shadow: none;
}

.property-gallery-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.82), rgba(13, 34, 55, 0.72));
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.property-detail-main {
    padding-top: 22px;
}

.property-feature-list {
    columns: 3;
    column-gap: 26px;
    list-style: none;
    padding-left: 0;
}

.property-feature-list li {
    break-inside: avoid;
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
    color: #334757;
    font-weight: 500;
}

.property-feature-list li::before {
    content: '\f26e';
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: var(--gold-dark);
}

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

.property-amenity-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(16, 34, 52, 0.08);
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.12), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 243, 234, 0.9));
    box-shadow: 0 7px 16px rgba(16, 34, 52, 0.06);
    min-height: 58px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(2px);
}

.property-amenity-item:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 137, 26, 0.26);
    box-shadow: 0 10px 20px rgba(16, 34, 52, 0.1);
}

.property-amenity-icon {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    background: #f7fafc;
    border: 1px solid rgba(212, 137, 26, 0.28);
    flex-shrink: 0;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(245, 166, 35, 0.08);
}

.property-amenity-copy small {
    display: block;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a6a35;
    font-weight: 700;
    margin: 0;
}

.property-amenity-copy strong {
    display: block;
    color: #13283b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.22;
    min-height: 28px;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.property-empty-widget {
    min-height: 210px;
    border-radius: 14px;
    border: 1px dashed var(--prop-line);
    background: rgba(16, 34, 52, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--prop-ink-soft);
    font-size: 14px;
}

.property-overview-panel,
.property-features-panel {
    border: 1px solid rgba(16, 34, 52, 0.1);
    box-shadow: 0 10px 32px rgba(16, 34, 52, 0.08);
}

.property-overview-panel h3,
.property-features-panel h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}

.property-overview-panel .property-overview-grid {
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.property-overview-panel .property-overview-cell {
    padding: 16px 18px;
    border: 1px solid rgba(16, 34, 52, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 236, 0.8));
    min-height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-overview-panel .property-overview-cell span {
    font-size: 11px;
    color: #7a8790;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 700;
}

.property-overview-panel .property-overview-cell strong {
    color: #13283b;
    font-size: 17px;
    font-weight: 700;
}

.property-detail-sidebar {
    position: sticky;
    top: 104px;
}

#property-enquiry .property-enquiry {
    padding: 0;
}

#property-enquiry .property-enquiry-card.property-enquiry-card-stacked {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--prop-line);
    background: #fff;
}

#property-enquiry .property-enquiry-head {
    padding: 14px 16px;
    background: linear-gradient(135deg, #0f2d46, #2b7a99);
}

#property-enquiry .property-enquiry-head h2,
#property-enquiry .property-enquiry-head p {
    color: #fff;
}

#property-enquiry .property-enquiry-head h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#property-enquiry .property-enquiry-head p {
    font-size: 12px;
    margin-bottom: 8px;
}

#property-enquiry .property-enquiry-steps span {
    min-height: 26px;
    font-size: 11px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.18);
    color: #e9f3f8;
    border-color: rgba(255, 255, 255, 0.28);
}

#property-enquiry .property-enquiry-steps span.active {
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
}

#property-enquiry .property-enquiry-form {
    border: 0;
    border-radius: 0;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%);
}

#property-enquiry .property-enquiry-form .form-control,
#property-enquiry .property-enquiry-form .form-select {
    min-height: 42px;
    font-size: 13px;
    border: 1px solid rgba(16, 34, 52, 0.14);
    border-radius: 8px;
}

#property-enquiry .property-enquiry-form .form-control::placeholder {
    color: rgba(92, 111, 125, 0.75);
}

#property-enquiry .property-enquiry-form .form-label {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 700;
    color: #0f2d46;
}

#property-enquiry #submit-btn {
    width: 100%;
    min-height: 44px;
    font-weight: 700;
    border-radius: 8px;
}

#property-enquiry .property-enquiry-note {
    font-size: 12px;
}

#property-enquiry .otp-stage-card {
    border: 1px solid rgba(16, 34, 52, 0.12);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    display: grid;
    gap: 10px;
}

#property-enquiry .otp-stage-head strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #12324c;
    margin-bottom: 2px;
}

#property-enquiry .otp-stage-head span {
    display: block;
    font-size: 12px;
    color: #60717f;
    line-height: 1.45;
}

#property-enquiry .otp-input {
    text-align: center;
    letter-spacing: 0.45em;
    font-weight: 700;
    font-size: 18px;
}

#property-enquiry .otp-note-success {
    color: #166534;
    background: rgba(22, 101, 52, 0.08);
    border: 1px solid rgba(22, 101, 52, 0.16);
    border-radius: 8px;
    padding: 8px 10px;
    display: block;
}

#property-enquiry .otp-note-error {
    color: #b42318;
    background: rgba(180, 35, 24, 0.08);
    border: 1px solid rgba(180, 35, 24, 0.16);
    border-radius: 8px;
    padding: 8px 10px;
    display: block;
}

#property-enquiry .otp-help {
    color: #7a8790;
    font-size: 11px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .property-head-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .property-hero-head {
        flex-direction: column;
        gap: 8px;
    }

    .property-price-toolbar {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding-top: 0;
    }

    .property-mosaic-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .property-media-stage,
    .property-media-slides {
        min-height: 320px;
    }

    .property-mosaic-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .property-mosaic-side .property-gallery-card:first-child {
        grid-column: auto;
    }

    .property-feature-list {
        columns: 2;
    }

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

    .property-detail-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .property-amenity-grid {
        grid-template-columns: 1fr;
    }

    .property-amenity-copy strong {
        max-width: 100%;
        min-height: 26px;
    }
    .property-price-toolbar span {
        font-size: 16px;
    }

    .property-media-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .property-media-thumb {
        height: 92px;
    }

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

    .property-media-stage,
    .property-media-slides {
        min-height: 250px;
    }

    .property-media-control {
        width: 36px;
        height: 36px;
    }

    .property-lightbox {
        padding: 14px;
    }

    .property-lightbox-nav {
        width: 40px;
        height: 40px;
    }

    .property-lightbox-nav.prev {
        left: 10px;
    }

    .property-lightbox-nav.next {
        right: 10px;
    }

    .property-feature-list {
        columns: 1;
    }

    .property-floor-accordion-head {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .property-floor-meta {
        font-size: 14px;
    }

    .property-floor-plan-media {
        height: clamp(240px, 48vw, 360px);
        min-height: 240px;
        max-height: 360px;
    }
}

/* Portfolio page premium polish */
.property-shell .property-hero {
    padding: 64px 0 34px;
}

.property-shell .property-hero-title {
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.04;
    max-width: 16ch;
    margin-bottom: 16px;
}

.property-shell .property-hero-copy {
    max-width: 66ch;
}

.property-shell .property-hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 45px rgba(8, 20, 33, 0.24);
}

.property-shell .property-jumpbar {
    margin-top: 30px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(16, 34, 52, 0.08);
    backdrop-filter: blur(10px);
}

.property-shell .property-jump-link {
    padding: 10px 14px;
    font-size: 12px;
}

.property-shell .property-jump-link:hover {
    border-color: rgba(245, 166, 35, 0.4);
    background: rgba(245, 166, 35, 0.14);
}

.property-shell .property-overview-strip {
    padding: 4px 0 22px;
}

.property-shell .overview-glance-card {
    padding: 22px;
    border-radius: 20px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.property-shell .overview-glance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(16, 34, 52, 0.11);
}

.property-shell .property-portfolio {
    padding-top: 12px;
}

.property-shell .portfolio-card {
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(16, 34, 52, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.property-shell .portfolio-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(16, 34, 52, 0.14);
    border-color: rgba(245, 166, 35, 0.28);
}

.property-shell .portfolio-media {
    min-height: 345px;
    padding: 18px;
}

.property-shell .portfolio-body {
    padding: 22px;
}

.property-shell .portfolio-header h2 {
    font-size: clamp(26px, 2.8vw, 36px);
    margin-bottom: 6px;
}

.property-shell .portfolio-type {
    margin-bottom: 6px;
}

.property-shell .portfolio-tagline {
    font-size: 13px;
}

.property-shell .portfolio-summary {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
}

.property-shell .property-hero-actions .btn {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
}

.property-shell .portfolio-metrics {
    margin-bottom: 4px;
    gap: 8px;
}

.property-shell .metric-chip {
    padding: 12px;
    border-radius: 16px;
    background: rgba(16, 34, 52, 0.04);
}

.property-shell .metric-chip strong {
    font-size: 15px;
}

.property-shell .portfolio-grid {
    gap: 10px;
    margin-bottom: 14px;
}

.property-shell .portfolio-block,
.property-shell .source-card,
.property-shell .location-card {
    border-radius: 16px;
    padding: 16px;
}

.property-shell .portfolio-block h3,
.property-shell .source-card span,
.property-shell .location-card span {
    font-size: 17px;
    margin-bottom: 10px;
}

.property-shell .portfolio-list {
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.property-shell .amenity-cloud {
    gap: 8px;
}

.property-shell .amenity-cloud span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
}

.property-shell .portfolio-price {
    font-size: 21px;
    padding: 10px 13px;
    border-radius: 14px;
}

.property-shell .portfolio-media-text strong {
    font-size: 20px;
}

.property-shell .portfolio-emoji {
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.property-shell .property-enquiry {
    padding-top: 12px;
}

@media (max-width: 991.98px) {
    .property-shell .property-hero {
        padding-top: 42px;
    }

    .property-shell .property-jumpbar {
        padding: 8px;
        gap: 8px;
    }

    .property-shell .portfolio-media {
        min-height: 290px;
    }

    .property-shell .portfolio-body {
        padding: 18px;
    }
}

@media (max-width: 767.98px) {
    .property-shell .property-hero-title {
        max-width: none;
    }

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

    .property-shell .property-jump-link {
        text-align: center;
    }

    .property-shell .portfolio-body {
        padding: 16px;
    }

    .property-shell .portfolio-price {
        font-size: 19px;
        width: 100%;
        text-align: center;
    }

    .property-shell .portfolio-header {
        gap: 10px;
    }
}

/* Detail page section system - modern separation */
.property-detail-shell .property-detail-main .col-lg-8>.property-detail-panel {
    margin-top: 0 !important;
}

.property-detail-shell .property-detail-main .col-lg-8>.property-detail-panel+.property-detail-panel {
    margin-top: 16px !important;
}

.property-detail-shell .property-detail-main .property-detail-panel {
    position: relative;
    border: 1px solid rgba(16, 34, 52, 0.09);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 247, 240, 0.88));
    box-shadow: 0 10px 24px rgba(16, 34, 52, 0.08);
    overflow: hidden;
}

.property-detail-shell .property-detail-main .property-detail-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(245, 166, 35, 0.75), rgba(16, 34, 52, 0.18));
}

.property-detail-shell .property-detail-main .property-detail-panel h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(16, 34, 52, 0.08);
}

.property-detail-shell .property-detail-main .property-detail-panel h3::before {
    content: none;
}

.property-detail-shell .property-detail-sidebar .property-detail-panel {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(16, 34, 52, 0.08);
}

/* Single long content container style */
.property-main-long-container {
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 234, 0.88));
    box-shadow: 0 14px 34px rgba(16, 34, 52, 0.1);
    overflow: hidden;
}

.property-main-long-container .property-detail-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    padding: 24px 24px 22px !important;
}

.property-main-long-container .property-detail-panel::before {
    display: none !important;
}

.property-main-long-container .property-detail-panel+.property-detail-panel {
    margin-top: 0 !important;
    border-top: 1px solid rgba(16, 34, 52, 0.08) !important;
}

.property-main-long-container .property-detail-panel h3 {
    font-family: 'DM Serif Display', serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.15 !important;
    color: #13283b !important;
    border-bottom: 0 !important;
    margin-top: 4px !important;
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
}

.property-main-long-container .property-overview-panel,
.property-main-long-container .property-features-panel,
.property-main-long-container .property-about-panel {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.property-main-long-container .property-about-copy,
.property-main-long-container .property-about-point,
.property-main-long-container .property-overview-panel .property-overview-cell,
.property-main-long-container .property-map-card,
.property-main-long-container .property-floor-card,
.property-main-long-container .property-amenity-item {
    box-shadow: none !important;
    border-radius: 6px !important;
}

.property-main-long-container .property-floor-accordion,
.property-main-long-container .property-floor-accordion-head,
.property-main-long-container .property-floor-toggle,
.property-main-long-container .property-floor-plan-media,
.property-main-long-container .property-video-embed,
.property-main-long-container .property-brochure-card,
.property-main-long-container .property-map-embed-card iframe {
    border-radius: 6px !important;
}

/* Brochure enquiry modal */
#brochureEnquiryModal .modal-dialog {
    max-width: 560px;
}

#brochureEnquiryModal .brochure-modal-content {
    border: 1px solid rgba(16, 34, 52, 0.12);
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.15), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f9f4eb 100%);
    box-shadow: 0 20px 48px rgba(16, 34, 52, 0.2);
}

#brochureEnquiryModal .brochure-modal-header {
    border-bottom: 1px solid rgba(16, 34, 52, 0.08);
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.8);
}

#brochureEnquiryModal .brochure-modal-header .modal-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f2d46;
}

#brochureEnquiryModal .brochure-modal-body {
    padding: 18px;
}

#brochureEnquiryModal .brochure-modal-intro {
    margin-bottom: 14px;
    padding: 12px 13px;
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
}

#brochureEnquiryModal .brochure-modal-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8b5805;
    background: rgba(245, 166, 35, 0.18);
    border: 1px solid rgba(245, 166, 35, 0.3);
}

#brochureEnquiryModal .brochure-modal-intro p {
    color: #5c6f7d;
    font-size: 13px;
    line-height: 1.55;
}

#brochureEnquiryModal .brochure-enquiry-form {
    padding: 16px;
    border: 1px solid rgba(16, 34, 52, 0.1);
    border-radius: 10px;
    background: #fff;
}

#brochureEnquiryModal .brochure-enquiry-form .form-label {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #0f2d46;
}

#brochureEnquiryModal .brochure-enquiry-form .form-control,
#brochureEnquiryModal .brochure-enquiry-form .form-select {
    min-height: 44px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgba(16, 34, 52, 0.15);
    box-shadow: none;
}

#brochureEnquiryModal .brochure-enquiry-form .form-control:focus,
#brochureEnquiryModal .brochure-enquiry-form .form-select:focus {
    border-color: rgba(245, 166, 35, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.14);
}

#brochureEnquiryModal .brochure-enquiry-note {
    display: block;
    font-size: 12px;
    color: #6d7d89;
    line-height: 1.5;
}

#brochureEnquiryModal .brochure-submit-btn {
    min-height: 44px;
    border-radius: 8px;
    font-weight: 700;
}

#brochureEnquiryModal .otp-stage-card {
    border: 1px solid rgba(16, 34, 52, 0.12);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
    padding: 14px;
    display: grid;
    gap: 10px;
}

#brochureEnquiryModal .otp-stage-head strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #12324c;
    margin-bottom: 3px;
}

#brochureEnquiryModal .otp-stage-head span {
    display: block;
    font-size: 12px;
    color: #60717f;
    line-height: 1.45;
}

#brochureEnquiryModal .otp-input {
    text-align: center;
    letter-spacing: 0.42em;
    font-weight: 700;
    font-size: 18px;
}

#brochureEnquiryModal .otp-note-success {
    color: #166534;
    background: rgba(22, 101, 52, 0.08);
    border: 1px solid rgba(22, 101, 52, 0.16);
    border-radius: 8px;
    padding: 8px 10px;
    display: block;
}

#brochureEnquiryModal .otp-note-error {
    color: #b42318;
    background: rgba(180, 35, 24, 0.08);
    border: 1px solid rgba(180, 35, 24, 0.16);
    border-radius: 8px;
    padding: 8px 10px;
    display: block;
}

@media (max-width: 767.98px) {
    .property-main-long-container .property-detail-panel {
        padding: 18px 16px !important;
    }

    #brochureEnquiryModal .brochure-modal-body {
        padding: 14px;
    }

    #brochureEnquiryModal .brochure-enquiry-form {
        padding: 12px;
    }
}