﻿/*
 * Feature grids, apartment cards and homepage content sections
 * Extracted from lamer-public.css lines 507-1626.
 */


.feature-grid, .apartment-grid, .gallery-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 22px;
}
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card {
    background: #fff; border: 1px solid var(--line); padding: 28px; min-height: 190px;
}
.feature-card span { color: var(--accent); font-weight: 800; }
.feature-card h3 { margin: 18px 0 10px; font-size: 22px; }
.feature-card p, .muted { color: var(--muted); line-height: 1.55; }

.benefits-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.benefit-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 26px;
    min-height: 150px;
}
.benefit-card span {
    display: block;
    margin-bottom: 18px;
    color: var(--accent);
    font-weight: 800;
}
.benefit-card p {
    margin: 0;
    color: #344054;
    font-size: 18px;
    line-height: 1.45;
}

.specification-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.specification-grid article {
    background: #fff;
    padding: 26px;
    min-height: 128px;
}
.specification-grid span {
    display: block;
    color: var(--muted);
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.specification-grid strong {
    display: block;
    font-size: 24px;
    line-height: 1.15;
}

.amenity-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.amenity-card {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    padding: 28px;
    min-height: 180px;
}
.amenity-card h3 { margin: 0 0 14px; color: #fff; font-size: 24px; }
.amenity-card p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--accent-2);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.project-overview {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 54px;
    align-items: start;
}
.project-overview h2 {
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(34px, 4vw, 64px);
    line-height: 1;
    margin: 0 0 24px;
}
.project-kpis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.project-kpis div { background: #fff; padding: 28px; }
.project-kpis strong { display: block; color: var(--accent); font-size: 42px; }
.project-kpis span { color: var(--muted); }

.timeline-list {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 16px;
}
.timeline-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
    background: #fff;
    border: 1px solid var(--line);
    padding: 26px;
}
.timeline-card > span { color: var(--accent); font-weight: 800; }
.timeline-card h3 { margin: 0 0 10px; font-size: 24px; }
.timeline-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.timeline-meta { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.timeline-meta span {
    border: 1px solid var(--line);
    padding: 8px 10px;
    color: var(--muted);
    font-size: 13px;
}

.type-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.type-card {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.type-card img { width: 100%; height: 230px; object-fit: cover; background: #ddd; }
.type-card > div { padding: 24px; }
.type-card h3 { margin: 0 0 12px; font-size: 24px; }
.type-card p { color: var(--muted); line-height: 1.55; }
.type-specs {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    color: var(--muted);
}
.text-link { color: var(--accent-2); font-weight: 800; }
.center-actions {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.location-band {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    border: 1px solid var(--line);
    background: #fff;
    padding: clamp(28px, 5vw, 54px);
    box-shadow: var(--shadow);
}
.location-band h2 {
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1;
    margin: 0 0 18px;
}
.location-band p {
    margin: 0;
    max-width: 720px;
    color: var(--muted);
    line-height: 1.65;
    font-size: 18px;
}

.plan-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.plan-card {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.plan-card img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    background: #f3f4f6;
}
.plan-card > div { padding: 22px; }
.plan-card h3 { margin: 0 0 12px; font-size: 22px; }

.apartment-grid { grid-template-columns: repeat(3, 1fr); }
.apartment-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 4px;
    box-shadow: 0 18px 55px rgba(8,17,15,.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    animation: apartmentCardReveal .58s ease both;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.apartment-grid .apartment-card:nth-child(2) { animation-delay: .08s; }
.apartment-grid .apartment-card:nth-child(3) { animation-delay: .16s; }
.apartment-card::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8f7436, var(--accent), #8f7436);
    opacity: .7;
    transition: transform .28s ease, opacity .28s ease;
}
.apartment-card:hover {
    transform: translateY(-7px);
    border-color: rgba(183,154,88,.5);
    box-shadow: 0 28px 80px rgba(8,17,15,.16);
}
.apartment-card:hover::before {
    opacity: 1;
}
.apartment-image { position: relative; height: 305px; overflow: hidden; display: block; background: #ddd; color: #fff; }
.apartment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
    filter: saturate(1.06) contrast(1.03);
    transition: transform .5s ease;
}
.apartment-card:hover img { transform: scale(1.04); }
.apartment-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,17,15,.04), rgba(8,17,15,.12) 42%, rgba(8,17,15,.78));
    pointer-events: none;
}
.apartment-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.22) 46%, transparent 58%);
    transform: translateX(-130%) skewX(-10deg);
    pointer-events: none;
}
.apartment-card:hover .apartment-image::before {
    animation: apartmentImageSheen .9s ease;
}
.apartment-badge-row {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}
.apartment-status-badge,
.apartment-type-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 3px;
    padding: 0 11px;
    font-size: 11px;
    font-weight: 800;
    background: rgba(8,17,15,.76);
    color: #fff;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.apartment-status-badge svg,
.apartment-type-chip svg,
.apartment-meta-line svg,
.apartment-link svg,
.apartment-contact-link svg,
.apartment-tour-link svg,
.spec-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}
.apartment-status-badge,
.apartment-type-chip,
.apartment-meta-line,
.apartment-link,
.apartment-contact-link,
.apartment-tour-link {
    gap: 7px;
}
.apartment-status-badge.status-available { background: rgba(15,118,110,.92); }
.apartment-status-badge.status-reserved { background: rgba(183,154,88,.94); color: #17130c; }
.apartment-status-badge.status-sold { background: rgba(15,23,42,.9); }
.apartment-type-chip {
    max-width: 48%;
    justify-content: center;
    background: rgba(255,255,255,.94);
    color: #16231f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apartment-image-overlay {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 54px;
    display: grid;
    justify-items: end;
    gap: 16px;
}
.apartment-image-overlay span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.apartment-image-overlay strong {
    font-size: 27px;
    line-height: 1;
    text-align: right;
    text-shadow: 0 8px 22px rgba(0,0,0,.34);
}
.apartment-body {
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 22px;
    border: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 17px;
}
.apartment-card .apartment-body,
.section.dark .apartment-card .apartment-body {
    color: var(--ink);
}
.apartment-card .apartment-body h3,
.section.dark .apartment-card .apartment-body h3 {
    color: var(--ink) !important;
}
.apartment-body h3 { color: var(--ink); font-size: 24px; line-height: 1.08; margin: 0 0 10px; letter-spacing: 0; }
.apartment-body h3 a {
    color: inherit;
    text-decoration: none;
}
.apartment-body h3 a:hover {
    color: var(--accent-2);
}
.apartment-card-eyebrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 0 9px;
}
.apartment-location-line {
    margin: 0;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.apartment-location-line svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}
.apartment-plan-chip {
    flex: 0 0 auto;
    padding: 5px 8px;
    border: 1px solid rgba(183,154,88,.24);
    color: #80652b;
    background: rgba(183,154,88,.08);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}
.apartment-card .apartment-description,
.section.dark .apartment-card .apartment-description {
    color: var(--muted) !important;
}
.apartment-meta-line {
    margin: 0;
    color: var(--accent-2);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    display: inline-flex;
    align-items: center;
}
.apartment-description {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.apartment-card-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 0;
    border-top: 1px solid rgba(15,23,42,.08);
    border-bottom: 1px solid rgba(15,23,42,.08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.apartment-mini-spec {
    position: relative;
    min-height: 66px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-areas:
        "icon label"
        "icon value";
    align-items: center;
    align-content: center;
    justify-items: start;
    text-align: left;
    column-gap: 9px;
    row-gap: 2px;
    overflow: hidden;
    box-shadow: none;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.apartment-mini-spec:nth-child(odd) {
    border-right: 1px solid rgba(15,23,42,.08);
}
.apartment-mini-spec:nth-child(-n+2) {
    border-bottom: 1px solid rgba(15,23,42,.08);
}
.apartment-mini-spec::after {
    content: none;
}
.apartment-card:hover .apartment-mini-spec {
    border-color: rgba(183,154,88,.2);
}
.apartment-mini-spec:hover {
    transform: translateY(-1px);
    background: rgba(183,154,88,.055);
    box-shadow: none;
}
.spec-icon {
    grid-area: icon;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    color: var(--accent-2);
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.7)),
        rgba(183,154,88,.12);
    box-shadow: inset 0 0 0 1px rgba(183,154,88,.18), 0 8px 18px rgba(183,154,88,.08);
    margin-bottom: 0;
}
.spec-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.85;
}
.apartment-mini-spec > span:not(.spec-icon) {
    grid-area: label;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
}
.apartment-mini-spec strong {
    grid-area: value;
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}
.apartment-card-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.apartment-card-footer > div {
    padding: 12px 14px;
}
.apartment-card-footer > div + div {
    border-left: 1px solid rgba(15,23,42,.08);
}
.apartment-card-footer span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.apartment-card-footer strong {
    display: block;
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apartment-card-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 10px;
}
.apartment-card-actions.has-tour {
    grid-template-columns: 1fr 1fr;
}
.apartment-link,
.apartment-contact-link,
.apartment-tour-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .01em;
    border: 1px solid rgba(13,17,23,.12);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.apartment-link { color: #15231f; background: #fff; }
.apartment-contact-link {
    color: #fff !important;
    background: linear-gradient(135deg, #b79a58, #8f7436);
    border-color: var(--accent);
}
.apartment-tour-link {
    grid-column: 1 / -1;
    color: #fff;
    background: linear-gradient(135deg, #10231f, #1f3b34);
    border-color: rgba(16,35,31,.72);
}
.apartment-tour-link span,
.apartment-tour-link svg {
    color: #fff !important;
    stroke: #fff !important;
}
.apartment-contact-link span,
.apartment-contact-link svg {
    color: #fff !important;
    stroke: #fff !important;
}
.apartment-link::before,
.apartment-contact-link::before,
.apartment-tour-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.34), transparent);
    transform: translateX(-120%);
    transition: transform .45s ease;
}
.apartment-link span,
.apartment-contact-link span,
.apartment-tour-link span,
.apartment-link svg,
.apartment-contact-link svg,
.apartment-tour-link svg {
    position: relative;
    z-index: 1;
}
.apartment-link:hover,
.apartment-contact-link:hover,
.apartment-tour-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8,17,15,.12);
}
.apartment-link:hover::before,
.apartment-contact-link:hover::before,
.apartment-tour-link:hover::before {
    transform: translateX(120%);
}
.apartment-link:hover svg,
.apartment-contact-link:hover svg,
.apartment-tour-link:hover svg {
    transform: translateX(3px);
}
.apartment-link svg,
.apartment-contact-link svg,
.apartment-tour-link svg {
    transition: transform .2s ease;
}
.apartment-specs { display: grid; gap: 8px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }
.apartment-price { margin-top: 20px; font-weight: 800; font-size: 22px; color: var(--accent-2); }

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 168px min(5vw, 70px) 78px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7,16,14,.88), rgba(7,16,14,.48)),
        var(--contact-hero-image) center/cover no-repeat;
}
.contact-hero-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 40px;
    align-items: end;
}
.contact-hero-copy span,
.contact-form-head span,
.contact-methods-card > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.contact-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(46px, 6vw, 88px);
    line-height: .94;
    letter-spacing: 0;
}
.contact-hero-copy p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.62;
}
.contact-hero-card {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(7,16,14,.58);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.contact-hero-card strong,
.contact-hero-card span {
    display: block;
}
.contact-hero-card strong {
    color: var(--accent);
    font-size: 28px;
    line-height: 1.05;
}
.contact-hero-card span {
    margin-top: 10px;
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}
.contact-experience-section {
    background: #fbfaf8;
    color: var(--ink);
}
.contact-experience-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: 22px;
    align-items: start;
}
.contact-form-card,
.contact-methods-card,
.contact-help-card {
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(8,17,15,.08);
}
.contact-form-card {
    padding: clamp(24px, 4vw, 42px);
}
.contact-form-head {
    margin-bottom: 22px;
    display: grid;
    gap: 12px;
}
.contact-form-head h2,
.contact-methods-card h2 {
    margin: 0;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: 1.06;
}
.contact-success,
.contact-error {
    margin: 0;
    padding: 12px 14px;
    border-radius: 4px;
    font-weight: 800;
}
.contact-success {
    color: #065f46;
    background: rgba(16,185,129,.12);
    border: 1px solid rgba(16,185,129,.24);
}
.contact-error {
    color: #991b1b;
    background: rgba(239,68,68,.1);
    border: 1px solid rgba(239,68,68,.2);
}
.contact-page-form {
    display: grid;
    gap: 16px;
}
.contact-page-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.contact-page-fields label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}
.contact-page-fields label:last-child {
    grid-column: 1 / -1;
}
.contact-page-fields input,
.contact-page-fields textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    color: var(--ink);
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 4px;
    background: #fff;
    font: inherit;
    outline: none;
}
.contact-page-fields textarea {
    min-height: 132px;
    resize: vertical;
}
.contact-page-fields input:focus,
.contact-page-fields textarea:focus {
    border-color: rgba(183,154,88,.7);
    box-shadow: 0 0 0 3px rgba(183,154,88,.14);
}
.contact-submit {
    min-height: 52px;
    justify-self: end;
    padding: 0 24px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(135deg, #b79a58, #8f7436);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.contact-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 18px 38px rgba(143,116,54,.22);
}
.contact-side {
    display: grid;
    gap: 18px;
}
.contact-methods-card,
.contact-help-card {
    padding: 24px;
}
.contact-methods-card h2 {
    font-size: 28px;
}
.contact-methods {
    display: grid;
    margin-top: 20px;
    border-top: 1px solid rgba(15,23,42,.08);
}
.contact-methods a,
.contact-methods div {
    display: grid;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15,23,42,.08);
    color: inherit;
    text-decoration: none;
}
.contact-methods strong {
    color: #8f7436;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.contact-methods span {
    color: var(--ink);
    font-weight: 800;
    line-height: 1.35;
}
.contact-help-card h3 {
    margin: 0 0 16px;
    color: var(--ink);
    font-size: 22px;
}
.contact-help-card ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-help-card li {
    position: relative;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.5;
}
.contact-help-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b79a58;
}

.why-lamer-section {
    background: #fff;
    color: var(--ink);
    padding-top: clamp(64px, 7vw, 105px);
    padding-bottom: clamp(64px, 7vw, 105px);
}
.why-lamer-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
}
.why-lamer-media {
    position: relative;
    height: clamp(430px, 42vw, 540px);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #101716;
    box-shadow: 0 28px 80px rgba(8,17,15,.16);
}
.why-lamer-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,17,15,.02), rgba(8,17,15,.18));
    pointer-events: none;
}
.why-lamer-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 12% center;
    transform: scale(1.08);
    transform-origin: left center;
    transition: transform .55s ease;
}
.why-lamer-shell:hover .why-lamer-media img {
    transform: scale(1.105);
}
.why-lamer-gallery-scroll {
    background: #f4f1ea;
}
.why-lamer-gallery-scroll::after {
    content: none;
}
.why-lamer-gallery-track {
    height: 100%;
    min-height: 0;
    padding: 0;
}
.why-lamer-gallery-scroll .tns-outer,
.why-lamer-gallery-scroll .tns-inner,
.why-lamer-gallery-scroll .tns-ovh {
    height: 100%;
    min-height: 0;
}
.why-lamer-gallery-scroll .tns-ovh {
    overflow: hidden;
}
.why-lamer-gallery-scroll .tns-item {
    height: 100%;
    min-height: 0;
}
.why-lamer-gallery-scroll .tns-item > div {
    height: 100%;
    min-height: 0;
}
.why-lamer-gallery-scroll .tns-liveregion {
    display: none;
}
.why-lamer-gallery-track figure {
    height: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #f4f1ea;
}
.why-lamer-gallery-track img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transform: scale(1.005);
    object-position: center;
}
.why-lamer-shell:hover .why-lamer-gallery-track img {
    transform: scale(1.04);
}
.why-lamer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(8px, 2vw, 18px) 0;
}
.why-lamer-label {
    width: fit-content;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.why-lamer-content h2 {
    margin: 0 0 20px;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: .98;
    letter-spacing: 0;
}
.why-lamer-content > p {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}
.why-lamer-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(15,23,42,.09);
    border-bottom: 1px solid rgba(15,23,42,.09);
}
.why-lamer-grid article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(15,23,42,.09);
}
.why-lamer-grid article:last-child {
    border-bottom: 0;
}
.why-lamer-grid article > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--accent-2);
    background: rgba(183,154,88,.1);
    box-shadow: inset 0 0 0 1px rgba(183,154,88,.16);
}
.why-lamer-grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.why-lamer-grid h3 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.2;
}
.why-lamer-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}
.why-lamer-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.why-lamer-actions .btn-primary {
    color: #fff;
}
.why-lamer-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(15,23,42,.12);
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.why-lamer-link:hover {
    transform: translateY(-2px);
    border-color: var(--accent);
    color: var(--accent-2);
}

.home-use-section {
    padding-top: clamp(62px, 7vw, 100px);
    padding-bottom: clamp(62px, 7vw, 100px);
    background: linear-gradient(180deg, #fbfaf8 0%, #fff 100%);
    color: var(--ink);
}
.home-use-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
}
.home-use-head {
    max-width: 780px;
    margin-bottom: 34px;
}
.home-use-head > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #8f7436;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.home-use-head h2 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(34px, 2.8vw, 46px);
    line-height: 1.06;
    letter-spacing: 0;
}
.home-use-head p {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.68;
}
.home-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.home-use-grid article {
    min-height: 250px;
    display: block;
    align-items: start;
    padding: 0;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(8,17,15,.08);
    overflow: hidden;
}
.home-use-media {
    position: relative;
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    background: #07100e;
}
.home-use-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(7,16,14,.46));
    pointer-events: none;
}
.home-use-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}
.home-use-grid article:hover .home-use-media img {
    transform: scale(1.035);
}
.home-use-card-body {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: clamp(22px, 2.6vw, 30px);
}
.home-use-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #8f7436;
    border: 1px solid rgba(183,154,88,.28);
    border-radius: 50%;
    background: rgba(183,154,88,.08);
}
.home-use-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.home-use-grid h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.08;
    font-weight: 900;
}
.home-use-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.68;
}
.home-use-proof {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.72);
}
.home-use-proof div {
    min-height: 86px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 18px 20px;
    border-right: 1px solid rgba(15,23,42,.08);
}
.home-use-proof div:last-child {
    border-right: 0;
}
.home-use-proof strong {
    color: #8f7436;
    font-size: 28px;
    line-height: 1;
}
.home-use-proof span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-news-section {
    overflow: hidden;
    padding-top: clamp(62px, 7vw, 100px);
    padding-bottom: clamp(62px, 7vw, 100px);
    background: #fff;
    color: var(--ink);
}
.home-news-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
}
.home-news-head {
    margin-bottom: 26px;
    max-width: 820px;
}
.home-news-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: #8f7436;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.home-news-head h2 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(34px, 2.8vw, 46px);
    line-height: 1.06;
    letter-spacing: 0;
}
.home-news-head p {
    max-width: 670px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.62;
}
.home-news-carousel {
    overflow: visible;
}
.home-news-carousel .tns-outer,
.home-news-carousel .tns-inner,
.home-news-carousel .tns-ovh {
    overflow: visible;
}
.home-news-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(8,17,15,.08);
}
.home-news-media {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #d8d8d8;
}
.home-news-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}
.home-news-card:hover .home-news-media img {
    transform: scale(1.045);
}
.home-news-body {
    display: grid;
    gap: 12px;
    padding: 20px;
}
.home-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #8f7436;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.home-news-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.12;
    font-weight: 900;
}
.home-news-card h3 a {
    color: inherit;
    text-decoration: none;
}
.home-news-card h3 a:hover {
    color: #8f7436;
}
.home-news-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58;
}

@keyframes apartmentCardReveal {
    from {
        opacity: .92;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes apartmentImageSheen {
    from { transform: translateX(-130%) skewX(-10deg); }
    to { transform: translateX(130%) skewX(-10deg); }
}

.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    padding: 172px min(5vw, 70px) 92px;
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(90deg, rgba(7,16,14,.9), rgba(7,16,14,.52) 52%, rgba(7,16,14,.2)),
        var(--about-hero-image) center/cover no-repeat;
}
.about-hero-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: end;
}
.about-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(44px, 5.8vw, 82px);
    line-height: .94;
    letter-spacing: 0;
}
.about-hero-copy p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.72;
}
.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}
.about-hero-card {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(7,16,14,.64);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
}
.about-hero-card span,
.about-hero-card strong {
    display: block;
}
.about-hero-card span {
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}
.about-hero-card strong {
    margin-top: 12px;
    color: var(--accent);
    font-size: 28px;
    line-height: 1.05;
}
.about-hero-card p {
    margin: 14px 0 0;
    color: rgba(255,255,255,.72);
    line-height: 1.55;
}
.about-proof-strip {
    padding: 0 min(5vw, 70px);
    background: #fff;
}
.about-proof-grid {
    width: min(1160px, 100%);
    margin: -46px auto 0;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 44px rgba(15,23,42,.1);
}
.about-proof-grid article {
    padding: 24px 26px;
    border-right: 1px solid rgba(17,24,39,.08);
}
.about-proof-grid article:last-child {
    border-right: 0;
}
.about-proof-grid strong,
.about-proof-grid span {
    display: block;
}
.about-proof-grid strong {
    color: var(--accent);
    font-size: 34px;
    line-height: 1;
}
.about-proof-grid span {
    margin-top: 8px;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.about-story-section {
    padding-top: 94px;
}
.about-story-shell,
.about-details-grid,
.about-visual-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
}
.about-story-shell h2,
.about-details-grid h2,
.about-visual-shell h2 {
    margin: 0;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: 0;
}
.about-story-copy p,
.about-details-grid p,
.about-visual-shell p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
}
.about-story-copy p + p {
    margin-top: 18px;
}
.about-position-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.about-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 292px;
    padding: 32px 28px 30px;
    border: 1px solid rgba(178,137,49,.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,248,243,.92)),
        #fff;
    text-align: center;
    box-shadow: 0 16px 38px rgba(15,23,42,.07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.about-feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), rgba(178,137,49,.18));
}
.about-feature-card::after {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(178,137,49,.12);
    border-radius: 999px;
}
.about-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(178,137,49,.32);
    box-shadow: 0 30px 72px rgba(15,23,42,.16);
}
.about-feature-icon {
    position: relative;
    z-index: 1;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin: 4px auto 18px;
    border: 1px solid rgba(178,137,49,.28);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(178,137,49,.12);
}
.about-feature-icon svg {
    width: 38px;
    height: 38px;
    display: block;
    color: var(--accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.about-feature-card small {
    position: relative;
    z-index: 1;
    display: block;
    color: #8f7436;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.about-feature-card h3 {
    position: relative;
    z-index: 1;
    margin: 14px 0 14px;
    color: var(--ink);
    font-size: 26px;
    line-height: 1.08;
}
.about-feature-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}
.about-detail-rows {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(17,24,39,.1);
}
.about-detail-rows div {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(17,24,39,.1);
}
.about-detail-rows span {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(178,137,49,.28);
    border-radius: 999px;
    color: var(--accent);
    background: #fff;
    font-weight: 900;
    line-height: 1;
}
.about-detail-rows p {
    margin: 0;
    color: var(--ink);
    font-size: 19px;
    font-weight: 850;
    line-height: 1.38;
}
.about-type-grid {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.about-type-card {
    overflow: hidden;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15,23,42,.08);
}
.about-type-card img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    padding: 18px;
    background: #f7f4ed;
}
.about-type-body {
    padding: 22px;
}
.about-type-body h3 {
    margin: 0;
    color: var(--ink);
    font-size: 24px;
}
.about-type-body p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.6;
}
.about-type-specs {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}
.about-type-specs span {
    color: #475467;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.about-visual-section {
    background: #fff;
}
.about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.about-image-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.about-image-grid img:first-child {
    grid-row: span 2;
    height: 452px;
}
.about-location-band {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 28px;
    align-items: stretch;
    padding: 26px;
    border-radius: 8px;
    border: 1px solid rgba(17,24,39,.08);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 18px 44px rgba(15,23,42,.08);
}
.about-location-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: 16px;
}
.about-location-band h2 {
    margin: 0;
    color: var(--ink);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.03;
}
.about-location-band p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}
.about-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}
.about-location-map {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 8px;
    background: #f1eee7;
}
.about-location-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    border: 0;
}

