

:root {
    /* SINGAPORE — Luxury Estate palette (final, 2026-07-21)
       Deep Teal + Champagne Gold + Aubergine + Light Cool Gray + Black */
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-head: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', 'Consolas', monospace;

    /* Core brand palette — Luxury Estate */
    --color-sapphire:      #004040;   /* Deep Teal — headers/footers/deep sections */
    --color-sapphire-deep: #000000;   /* Black — hover on deep surfaces */
    --color-sapphire-mid:  #004040;   /* Same teal for mid */
    --color-gold:          #BDA472;   /* Champagne Gold — accent/CTA */
    --color-gold-deep:     #351F39;   /* Aubergine — hover on gold (elegant contrast) */
    --color-red:           #BDA472;   /* Alias — Champagne Gold */
    --color-red-deep:      #351F39;
    --color-ivory:         #DAE2E4;   /* Light Cool Gray — bg alt */
    --color-taupe:         #DAE2E4;   /* Light Cool Gray — borders/soft surfaces */
    --color-white:         #FFFFFF;
    --color-ink:           #000000;   /* Pure black — titles */
    --color-ink-soft:      #351F39;   /* Aubergine — secondary text (warm dark) */
    --color-gray:          #351F39;   /* Aubergine — light text (same but reduced via opacity) */

    /* Alpha ramps for Deep Teal (rgb 0,64,64) */
    --color-sapphire-08:   rgba(0, 64, 64, 0.08);
    --color-sapphire-12:   rgba(0, 64, 64, 0.12);
    --color-sapphire-20:   rgba(0, 64, 64, 0.20);
    --color-sapphire-40:   rgba(0, 64, 64, 0.40);
    --color-sapphire-70:   rgba(0, 64, 64, 0.70);

    /* Alpha ramps for Champagne Gold (rgb 189,164,114) */
    --color-gold-08:       rgba(189, 164, 114, 0.08);
    --color-gold-15:       rgba(189, 164, 114, 0.15);
    --color-gold-25:       rgba(189, 164, 114, 0.25);
    --color-gold-40:       rgba(189, 164, 114, 0.40);

    --color-red-12:        rgba(189, 164, 114, 0.12);
    --color-red-20:        rgba(189, 164, 114, 0.20);
    --color-red-35:        rgba(189, 164, 114, 0.35);

    /* Alpha ramps for Light Cool Gray (rgb 218,226,228) */
    --color-taupe-30:      rgba(218, 226, 228, 0.30);
    --color-taupe-50:      rgba(218, 226, 228, 0.50);
    --color-taupe-70:      rgba(218, 226, 228, 0.70);

    --color-line-neutral:  rgba(0, 0, 0, 0.10);
    --color-ink-12:        rgba(0, 0, 0, 0.12);
    --color-ink-60:        rgba(0, 0, 0, 0.60);

    --color-accent:        var(--color-red);
    --color-accent-dark:   var(--color-sapphire);
    --color-cream:         var(--color-ivory);

    --color-text:          var(--color-ink);
    --color-text-soft:     var(--color-ink-soft);
    --color-line:          var(--color-line-neutral);
    --color-bg:            #FFFFFF;
    --color-bg-alt:        var(--color-ivory);
    --color-badge-bg:      var(--color-taupe);

    --color-primary:       var(--color-ink);
    --color-secondary:     var(--color-ink-soft);
    --color-text-light:    var(--color-gray);
    --color-border:        var(--color-line);
    --color-success:       #004040;   /* Deep Teal — trust */
    --color-danger:        #351F39;   /* Aubergine — errors */
    --color-tropical:      #351F39;   /* Aubergine — special badges */
    --color-warning:       #BDA472;   /* Champagne Gold — urgent */

    --color-black:         #000000;
    --color-deep-navy:     var(--color-sapphire);
    --color-deep-brown:    #351F39;
    --color-deep-brown-2:  var(--color-sapphire-deep);
    --color-sage:          var(--color-taupe);
    --color-sage-soft:     var(--color-ivory);
    --color-sage-tint:     var(--color-taupe-50);
    --color-blue-mist:     var(--color-ivory);
    --color-blue-tint:     var(--color-ivory);
    --color-near-white:    #DAE2E4;
    --color-orange-deep:   var(--color-sapphire-deep);
    --color-whatsapp:      #25D366;
    --color-whatsapp-dark: #1EAB55;
    --color-star:          #BDA472;
    --color-deep-teal:     #004040;
    --color-champagne:     #BDA472;
    --color-aubergine:     #351F39;
    --color-light-gray:    #DAE2E4;

    --container-max: 1440px;
    --card-width: 380px;

    /* Modern Volume — precise, tech-forward radii */
    --radius-card: 6px;
    --radius-btn:  4px;
    --radius-pill: 999px;

    /* === Auto: RGB triplets pentru rgba() (usage sites) === */
    --rgb-white: 255, 255, 255;
    --rgb-sapphire: 0, 64, 64;
    --rgb-ink: 0, 0, 0;
    --rgb-gold: 189, 164, 114;
    --rgb-ivory: 218, 226, 228;
    --rgb-001918: 0, 25, 24;
    --rgb-002020: 0, 32, 32;
    --rgb-002b2b: 0, 43, 43;
    --rgb-031234: 3, 18, 52;
    --rgb-054791: 5, 71, 145;
    --rgb-060a09: 6, 10, 9;
    --rgb-0a0a0a: 10, 10, 10;
    --rgb-0f141e: 15, 20, 30;
    --rgb-0f1e3a: 15, 30, 58;
    --rgb-111827: 17, 24, 39;
    --rgb-1a1a1a: 26, 26, 26;
    --rgb-1d1d1d: 29, 29, 29;
    --rgb-25d366: 37, 211, 102;
    --rgb-2a2115: 42, 33, 21;
    --rgb-2a2a29: 42, 42, 41;
    --rgb-4c4643: 76, 70, 67;
    --rgb-7bc47f: 123, 196, 127;
    --rgb-9d8348: 157, 131, 72;
    --rgb-a5a78f: 165, 167, 143;
    --rgb-cccccc: 204, 204, 204;
    --rgb-d6b060: 214, 176, 96;
    --rgb-f5f7f8: 245, 247, 248;
    --rgb-f6f3ee: 246, 243, 238;
    /* === Auto: culori solide suplimentare === */
    --color-001414: #001414;
    --color-001515: #001515;
    --color-002828: #002828;
    --color-002a2a: #002A2A;
    --color-003131: #003131;
    --color-004848: #004848;
    --color-005050: #005050;
    --color-05100e: #05100E;
    --color-054791: #054791;
    --color-1a1a1a: #1A1A1A;
    --color-1c1a18: #1C1A18;
    --color-1d1d1d: #1D1D1D;
    --color-2a2115: #2A2115;
    --color-2a2a2a: #2A2A2A;
    --color-2b2824: #2B2824;
    --color-34302b: #34302B;
    --color-35302e: #35302E;
    --color-4a5238: #4A5238;
    --color-4c4643: #4C4643;
    --color-6b6460: #6B6460;
    --color-6f6862: #6F6862;
    --color-7a736b: #7A736B;
    --color-7bc47f: #7BC47F;
    --color-8a6f3f: #8A6F3F;
    --color-8a827a: #8A827A;
    --color-8a8f94: #8A8F94;
    --color-a5a78f: #A5A78F;
    --color-b69a63: #B69A63;
    --color-c9b183: #C9B183;
    --color-d0b985: #D0B985;
    --color-d5be92: #D5BE92;
    --color-ede7da: #EDE7DA;
    --color-f4efe6: #F4EFE6;
    --color-fafbfb: #FAFBFB;
}

[class*="-avatar"],
[class*="-avatar"] img,
.testimonial-card__avatar,
.testimonial-card__avatar img {
    border-radius: 50% !important;
}

html.js body {
    opacity: 0;
}
html.js.rendered body {
    opacity: 1;
    transition: opacity 0.18s ease-out;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    
    overflow-x: clip;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    overflow-x: clip;
}

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

picture {
    display: contents;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

.container-fluid {
    width: 100%;
    padding: 0;
}

.site-header {
    background: rgba(var(--rgb-white), 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.12);
    transition: box-shadow 0.3s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 4px 18px rgba(var(--rgb-ink), 0.05);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
}

.site-logo__img {
    display: block;
    max-height: 44px;
    width: auto;
    height: auto;
}

/* =====================================================
   SITE NAV — Barnes NY inspired: <ul> orizontal cu dropdown-uri
   hover-revealed pentru itemi cu .site-nav__item--has-sub.
   ===================================================== */
.site-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

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

@media (max-width: 1200px) {
    .site-nav__list { gap: 24px; }
}

.site-nav__item {
    position: relative;
    padding: 22px 0;
}

.site-nav__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ink);
    padding-bottom: 4px;
    text-decoration: none;
    transition: color 0.25s ease;
}
.site-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color-red);
    transition: width 0.3s ease;
}
.site-nav__link:hover,
.site-nav__item--has-sub:hover > .site-nav__link {
    color: var(--color-red);
}
.site-nav__link:hover::after,
.site-nav__item--has-sub:hover > .site-nav__link::after {
    width: 100%;
}
.site-nav__caret {
    font-size: 9px;
    transition: transform 0.25s ease;
}
.site-nav__item--has-sub:hover .site-nav__caret {
    transform: rotate(180deg);
}

/* Sub-nav dropdown */
.site-nav__sub {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: var(--color-white);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    box-shadow: 0 12px 32px rgba(var(--rgb-1a1a1a), 0.10);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s ease;
    z-index: 100;
}
.site-nav__item--has-sub:hover > .site-nav__sub,
.site-nav__item--has-sub:focus-within > .site-nav__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.site-nav__sub-item {
    padding: 0;
}
.site-nav__sub-link {
    display: block;
    padding: 10px 20px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--color-text-soft);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}
.site-nav__sub-link:hover {
    background: var(--color-ivory);
    color: var(--color-red);
}

/* Fallback: dacă cineva mai are <a> direct în .site-nav (legacy pages), styling bază */
.site-nav > a {
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ink);
    text-decoration: none;
    padding: 22px 0;
    margin-right: 24px;
    transition: color 0.25s ease;
}
.site-nav > a:hover { color: var(--color-red); }

.header-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-red);
    padding: 8px 18px;
    background: transparent;
    border: 1px solid var(--color-red);
    border-radius: 0;
    box-shadow: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.header-cta:hover {
    background: var(--color-red);
    color: var(--color-white);
}

.hero-placeholder {
    background: var(--color-bg-alt);
    padding: 80px 0;
    text-align: center;
    color: var(--color-text-soft);
}

.section-popular {
    padding: 0px 0 0px;
}

.section-popular:not(.properties-results) {
    padding: 100px 0 100px;
}

.section-head {
    margin-bottom: 40px;
}

.section-title {
    font-family: var(--font-head);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
}

.section-title strong {
    font-weight: 800;
    color: var(--color-sapphire);
}

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

/* =====================================================
   PROPERTY CARD — Singapore Modern Volume
   Inspirat vizual din CarmanFriend: media cu overlay hover
   „Click pentru detalii", icons row sub media, price + status.
   ===================================================== */
.property-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(var(--rgb-sapphire), 0.08);
    box-shadow: 0 10px 28px rgba(var(--rgb-sapphire), 0.10), 0 2px 6px rgba(var(--rgb-ink), 0.04);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.35s ease,
                border-color 0.25s ease;
}
.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(var(--rgb-sapphire), 0.18), 0 4px 12px rgba(var(--rgb-ink), 0.06);
    border-color: rgba(var(--rgb-sapphire), 0.14);
}

/* --- MEDIA (imagine + toate elementele suprapuse) --- */
.property-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--color-sapphire);
}
.property-card__media-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.property-card__media picture,
.property-card__media-link picture {
    display: block;
    width: 100%;
    height: 100%;
}
.property-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.property-card:hover .property-card__media img {
    transform: scale(1.08);
}

/* Badge status (Vânzare/Închiriere) — colț stânga-sus, colțuri drepte */
.property-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 8px 10px;
    border-radius: 0 !important;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--color-white);
    color: var(--color-ink);
    box-shadow: 0 2px 8px rgba(var(--rgb-1a1a1a), 0.18);
    line-height: 20px;
}
.property-card__badge--sell {
    background: var(--color-sapphire);
    color: var(--color-white);
    box-shadow: 0 2px 8px rgba(var(--rgb-sapphire), 0.35);
    border-radius: 0 !important;
}
.property-card__badge--rent {
    background: var(--color-gold);
    color: var(--color-white);
    box-shadow: 0 2px 8px rgba(var(--rgb-gold), 0.35);
    border-radius: 0 !important;
}

/* Nr. foto (colț stânga-jos peste imagine) */
.property-card__photos {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: var(--radius-btn);
    background: rgba(var(--rgb-1a1a1a), 0.75);
    color: var(--color-white);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.property-card__photos i {
    font-size: 11px;
}

/* Favorite (inimă) — colț dreapta-sus, colțuri drepte */
.property-card__fav {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(var(--rgb-white), 0.95);
    color: var(--color-ink);
    font-size: 14px;
    border-radius: 0 !important;
    box-shadow: 0 2px 8px rgba(var(--rgb-1a1a1a), 0.15);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.property-card__fav:hover {
    background: var(--color-aubergine);
    color: var(--color-white);
    transform: scale(1.08);
}

/* --- ICONS ROW (sub body, la baza cardului) --- */
.property-card__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 14px 0;
    background: var(--color-ivory);
    border-top: 1px solid var(--color-line);
}
.property-card__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 8px;
    text-align: center;
    border-right: 1px solid var(--color-line);
}
.property-card__icon:last-child {
    border-right: 0;
}
.property-card__icon i,
.property-card__icon img {
    color: var(--color-sapphire);
    font-size: 16px;
    width: 18px;
    height: 18px;
    line-height: 1;
    margin-bottom: 2px;
}
.property-card__icon-value {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-ink);
    line-height: 1;
}
.property-card__icon-value sup {
    font-size: 8px;
    top: -0.5em;
    font-weight: 600;
}
.property-card__icon-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gray);
    line-height: 1;
}

/* --- BODY (title + location LEFT · price RIGHT — un singur rând) --- */
.property-card__body {
    padding: 16px 20px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title price"
        "loc   price";
    gap: 3px 14px;
    align-items: center;
}

.property-card__title {
    grid-area: title;
    margin: 0;
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.property-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.property-card__title a:hover {
    color: var(--color-sapphire);
}

.property-card__location,
.property-card__subtitle {
    grid-area: loc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-soft);
    letter-spacing: 0.02em;
    line-height: 1.4;
    overflow: hidden;
    min-width: 0;
}
.property-card__location i {
    color: var(--color-sapphire);
    font-size: 11px;
    flex-shrink: 0;
}
.property-card__location span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.property-card__price {
    grid-area: price;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
}
.property-card__price-value {
    font-family: var(--font-mono);
    font-size: 17px;
    font-weight: 600;
    color: var(--color-red);
    letter-spacing: -0.01em;
    white-space: nowrap;
}
.property-card__price-status {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: var(--radius-btn);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--color-gold);
    color: var(--color-ivory);
    line-height: 1;
}
.property-card__price-status--sold {
    background: var(--color-aubergine);
    color: var(--color-white);
}
.property-card__price-status--reserved {
    background: var(--color-gold);
    color: var(--color-sapphire);
}
.property-card__price-status--new {
    background: var(--color-gold);
    color: var(--color-white);
}

/* Legacy fallback — specs list dacă rămâne folosit undeva */
.property-card__specs {
    display: flex;
    gap: 0;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid var(--color-line);
    list-style: none;
}
.property-card__specs li {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 8px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-ink);
    border-right: 1px solid var(--color-line);
    text-align: center;
}
.property-card__specs li:last-child { border-right: 0; }
.property-card__specs i {
    color: var(--color-red);
    font-size: 14px;
}
.property-card__specs sup { font-size: 8px; top: -0.4em; }


/* =====================================================
   PROPERTY CARD — design UNIFICAT (aplicat la toate cardurile).
   Stil CINEMATIC / imersiv: imaginea umple tot cardul, iar conținutul e suprapus
   pe imagine cu degradé; TITLUL și PREȚUL pe același rând, locația dedesubt, iar
   specificațiile într-o bară translucidă pinuită jos. Paletă Iced Matcha
   (teal #004040 + auriu #BDA472). Fiecare card își definește înălțimea prin
   aspect-ratio, deci funcționează în orice grilă (nu depinde de cardurile vecine).
   ===================================================== */
.property-card {
    aspect-ratio: 5 / 4;
    overflow: hidden;
}
/* Imaginea umple întreg cardul */
.property-card__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    height: auto;
    z-index: 0;
}
/* Degradé pentru lizibilitatea textului suprapus */
.property-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(var(--rgb-002020), 0) 30%, rgba(var(--rgb-002020), 0.5) 60%, rgba(var(--rgb-002020), 0.92) 100%);
}
/* Conținut suprapus jos: TITLU (stânga) + PREȚ (dreapta) pe același rând, locația dedesubt */
.property-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title price"
        "loc   loc";
    align-items: baseline;
    column-gap: 14px;
    row-gap: 0px;
    padding: 22px 22px 90px;
}
.property-card__title {
    grid-area: title;
    white-space: normal;
    font-size: 20px;
}
.property-card__title,
.property-card__title a { color: var(--color-white); }
.property-card__title a { transition: color 0.25s ease; }
.property-card__title a:hover { color: var(--color-gold); }
.property-card__location {
    grid-area: loc;
    color: rgba(var(--rgb-white), 0.8);
}
.property-card__location i { color: var(--color-gold); }
.property-card__price {
    grid-area: price;
    align-self: baseline;
}
.property-card__price-value {
    color: var(--color-gold);
    font-size: 22px;
    font-weight: 700;
}
/* Bară translucidă de specificații, pinuită jos */
.property-card__icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(var(--rgb-sapphire), 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(var(--rgb-gold), 0.35);
    padding: 12px 0;
}
.property-card__icon { border-right-color: rgba(var(--rgb-white), 0.18); }
.property-card__icon i { color: var(--color-gold); }
.property-card__icon-value { color: var(--color-white); }
.property-card__icon-label { color: rgba(var(--rgb-white), 0.65); }


/* =====================================================
   SECTION EDITOR'S PICK — Proprietatea lunii, cinematic split.
   Imagine mare vertical stânga cu badge auriu + scrim jos.
   Detalii premium dreapta: nume, specs, preț PT Serif, 2 CTA + agent card.
   ===================================================== */
.section-pick.editors-pick {
    background: var(--color-ivory);
    color: var(--color-ink);
    padding: 130px 0 140px;
    position: relative;
    overflow: hidden;
}

.section-pick.editors-pick::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(var(--rgb-d6b060), 0.10), transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(var(--rgb-sapphire), 0.05), transparent 55%);
    pointer-events: none;
}

.editors-pick .container {
    position: relative;
    z-index: 1;
}

.editors-pick__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}

/* ============ MEDIA (stânga) ============ */
.editors-pick__media {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 4px;
    background: var(--color-taupe);
    box-shadow: 0 30px 70px rgba(var(--rgb-sapphire), 0.14);
}

.editors-pick__photo,
.editors-pick__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editors-pick__photo img {
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.editors-pick__media:hover .editors-pick__photo img {
    transform: scale(1.04);
}

.editors-pick__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0.15) 0%,
        rgba(var(--rgb-sapphire), 0) 30%,
        rgba(var(--rgb-sapphire), 0.55) 85%,
        rgba(var(--rgb-sapphire), 0.85) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.editors-pick__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--color-gold);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    z-index: 2;
    box-shadow: 0 12px 24px rgba(var(--rgb-sapphire), 0.20);
}

.editors-pick__badge i {
    font-size: 11px;
}

.editors-pick__caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    color: var(--color-white);
    margin: 0;
}

.editors-pick__caption-loc {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-size: 15px;
    color: var(--color-white);
    text-shadow: 0 2px 8px rgba(var(--rgb-ink), 0.35);
}

.editors-pick__caption-loc i {
    color: var(--color-gold);
    font-size: 13px;
}

/* ============ BODY (dreapta) ============ */
.editors-pick__body {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.editors-pick__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-sapphire);
    margin-bottom: 22px;
}

.editors-pick__eyebrow-rule {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--color-gold);
}

.editors-pick__title {
    font-family: var(--font-head);
    font-size: clamp(34px, 4.2vw, 52px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--color-ink);
    margin: 0 0 10px;
    text-wrap: balance;
}

.editors-pick__tagline {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-size: 16px;
    color: var(--color-sapphire);
    margin: 0 0 24px;
    letter-spacing: 0.005em;
}

.editors-pick__desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0 0 32px;
}

/* ============ SPECS ============ */
.editors-pick__specs {
    list-style: none;
    padding: 24px 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.14);
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.14);
}

.editors-pick__specs li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 0 6px;
    border-right: 1px solid rgba(var(--rgb-sapphire), 0.10);
}

.editors-pick__specs li:last-child { border-right: none; }

.editors-pick__specs i {
    color: var(--color-gold);
    font-size: 14px;
    margin-bottom: 2px;
}

.editors-pick__spec-value {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 600;
    color: var(--color-ink);
    line-height: 1;
    letter-spacing: -0.015em;
}

.editors-pick__spec-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-text-soft);
}

/* ============ PRICE + CTAs ============ */
.editors-pick__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.editors-pick__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.editors-pick__price-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-text-soft);
}

.editors-pick__price-value {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-size: clamp(30px, 3.4vw, 42px);
    font-weight: 400;
    line-height: 1;
    color: var(--color-sapphire);
    letter-spacing: -0.02em;
}

.editors-pick__ctas {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.editors-pick__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 999px;
    transition: background 0.3s, color 0.3s, border-color 0.3s, gap 0.3s;
}

.editors-pick__cta i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.editors-pick__cta--primary {
    background: var(--color-ink);
    color: var(--color-white);
}

.editors-pick__cta--primary:hover {
    background: var(--color-sapphire);
    gap: 14px;
}

.editors-pick__cta--primary:hover i { transform: translateX(4px); }

.editors-pick__cta--ghost {
    background: transparent;
    color: var(--color-ink);
    border: 1px solid rgba(var(--rgb-sapphire), 0.22);
}

.editors-pick__cta--ghost:hover {
    border-color: var(--color-gold);
    color: var(--color-sapphire);
}

/* ============ AGENT CARD ============ */
.editors-pick__agent {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.10);
    border-left: 3px solid var(--color-gold);
    transition: border-color 0.3s, transform 0.3s;
}

.editors-pick__agent:hover {
    border-left-color: var(--color-sapphire);
    transform: translateX(3px);
}

.editors-pick__agent-avatar {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-taupe);
    flex-shrink: 0;
}

.editors-pick__agent-avatar picture,
.editors-pick__agent-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editors-pick__agent-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.editors-pick__agent-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-text-soft);
}

.editors-pick__agent-name {
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ink);
    letter-spacing: -0.01em;
}

.editors-pick__agent-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-sapphire), 0.06);
    color: var(--color-sapphire);
    font-size: 12px;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.editors-pick__agent-link:hover {
    background: var(--color-gold);
    color: var(--color-ink);
    transform: translateX(4px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
    .section-pick.editors-pick { padding: 80px 0 90px; }
    .editors-pick__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .editors-pick__media { aspect-ratio: 4 / 3; }
    .editors-pick__body { max-width: none; }
}

@media (max-width: 540px) {
    .editors-pick__specs {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }
    .editors-pick__specs li:nth-child(2) { border-right: none; }
    .editors-pick__price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .editors-pick__cta { flex: 1; justify-content: center; }
}

/* =====================================================
   PROJECTS SHOWCASE — Cinematic portfolio (home)
   Fundal ink dark. Imagine mare stânga (dominantă), cu watermark
   numărul proiectului activ (PT Serif italic auriu, mare) + caption
   ancorat jos. Lista dreapta minimalistă, activă hover.
   ===================================================== */
.projects-showcase {
    background: transparent;
    color: var(--color-ink);
    padding: clamp(80px, 8vw, 130px) 0 clamp(90px, 9vw, 140px);
    position: relative;
}

.projects-showcase .container {
    position: relative;
    z-index: 1;
}

/* ============ HEAD — centrat, stil editorial ============ */
.projects-showcase__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 80px);
    gap: 22px;
}

.projects-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0;
}

.projects-showcase__eyebrow::after,
.projects-showcase__eyebrow-rule {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold));
}
.projects-showcase__eyebrow::after {
    background: linear-gradient(90deg, var(--color-gold), transparent);
}

.projects-showcase__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(32px, 4.5vw, 58px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--color-ink);
    max-width: 760px;
}

.projects-showcase__title em {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--color-gold);
}

.projects-showcase__view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-ink);
    text-decoration: none;
    padding: 14px 26px;
    border: 1px solid rgba(var(--rgb-sapphire), 0.22);
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.3s, border-color 0.3s, color 0.3s, gap 0.3s;
}

.projects-showcase__view-all i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.projects-showcase__view-all:hover {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
    gap: 16px;
}

.projects-showcase__view-all:hover i { transform: translateX(4px); }

/* ============ GRID DE CARDURI — full-width, imagine cu text suprapus stânga ============ */
.projects-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.4vw, 22px);
    width: 100%;
    padding-inline: clamp(14px, 1.4vw, 22px);
}

.proj-card {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 16 / 9;
    background: var(--color-ede7da);
    box-shadow: 0 16px 40px rgba(var(--rgb-sapphire), 0.12);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.proj-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 56px rgba(var(--rgb-sapphire), 0.20);
}

/* Rama crem — apare pe hover (ca la proprietăți / team-strip) */
.proj-card::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(var(--rgb-f6f3ee), 0);
    pointer-events: none;
    z-index: 3;
    transition: border-color 0.5s ease, inset 0.5s ease;
}
.proj-card:hover::after {
    border-color: rgba(var(--rgb-f6f3ee), 0.85);
    inset: 16px;
}

/* Imaginea umple tot cardul */
.proj-card__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
/* Overlay ALB care se estompează (fade) spre dreapta, contopindu-se cu imaginea */
.proj-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(var(--rgb-white), 0.97) 0%, rgba(var(--rgb-white), 0.94) 30%, rgba(var(--rgb-white), 0.60) 52%, rgba(var(--rgb-white), 0.15) 72%, transparent 88%),
        linear-gradient(0deg, rgba(var(--rgb-white), 0.35) 0%, transparent 38%);
    pointer-events: none;
}
.proj-card__media picture,
.proj-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proj-card__media img {
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.proj-card:hover .proj-card__media img { transform: scale(1.05); }

/* Panoul de text — suprapus pe zona albă, aliniat stânga-jos */
.proj-card__body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: clamp(22px, 2vw, 30px);
    width: 50%;
}
.proj-card__name {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-size: clamp(20px, 1.6vw, 24px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.01em;
    color: var(--color-1c1a18);
}
.proj-card__desc {
    margin: 0;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-6f6862);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proj-card__price {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.16);
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-8a827a);
    letter-spacing: 0.01em;
}
.proj-card__price::before {
    content: '\2192';
    color: var(--color-gold);
    font-size: 15px;
    transition: transform 0.3s ease;
}
.proj-card:hover .proj-card__price::before { transform: translateX(4px); }
.proj-card__price strong {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-gold);
}

@media (max-width: 1024px) {
    .projects-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .projects-showcase__grid { grid-template-columns: 1fr; }
    .proj-card { aspect-ratio: 16 / 10; }
    .proj-card__body { width: 88%; }
}

/* ============ LAYOUT ============ */
.projects-showcase__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 80px);
    align-items: start;
}

/* ============ STAGE (imagine dominantă) ============ */
.projects-showcase__stage {
    position: sticky;
    top: 100px;
}

.projects-showcase__stack {
    position: relative;
    aspect-ratio: 3 / 2;
    background: var(--color-taupe);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 24px 60px rgba(var(--rgb-sapphire), 0.14);
}

@media (max-width: 1200px) {
    .projects-showcase__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 40px;
        align-items: stretch;
    }
    .projects-showcase__stage { position: relative; top: auto; height: 100%; }
    .projects-showcase__stack { aspect-ratio: auto; height: 100%; min-height: 460px; }
    .projects-showcase__row { padding: 20px 4px; }
    .projects-showcase__name { font-size: 22px; }
    .projects-showcase__num { font-size: 30px; }
}

.projects-showcase__photo {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.8s cubic-bezier(.2,.7,.2,1), transform 2s cubic-bezier(.2,.7,.2,1);
    pointer-events: none;
}

.projects-showcase__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.projects-showcase__photo.is-active {
    opacity: 1;
    transform: scale(1);
}

.projects-showcase__stack::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0) 45%,
        rgba(var(--rgb-sapphire), 0.35) 75%,
        rgba(var(--rgb-sapphire), 0.85) 100%
    );
    pointer-events: none;
    z-index: 2;
}

.projects-showcase__watermark {
    position: absolute;
    top: -24px;
    left: -14px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(120px, 15vw, 220px);
    line-height: 0.85;
    color: var(--color-gold);
    letter-spacing: -0.03em;
    z-index: 3;
    pointer-events: none;
    text-shadow: 0 10px 24px rgba(var(--rgb-sapphire), 0.30);
}

.projects-showcase__caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--color-white);
    pointer-events: none;
}

.projects-showcase__caption-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-white);
    padding: 8px 14px;
    background: rgba(var(--rgb-sapphire), 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(var(--rgb-d6b060), 0.45);
    border-radius: 2px;
}

.projects-showcase__caption-loc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: var(--color-white);
    text-shadow: 0 2px 8px rgba(var(--rgb-ink), 0.4);
}

.projects-showcase__caption-loc i {
    color: var(--color-gold);
    font-size: 12px;
}

/* ============ INDEX (listă dreapta) ============ */
.projects-showcase__index {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.12);
}

.projects-showcase__index li {
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.12);
}

.projects-showcase__row {
    display: grid;
    grid-template-columns: 56px 1fr 32px;
    column-gap: clamp(16px, 2vw, 24px);
    align-items: center;
    padding: clamp(24px, 2.8vw, 32px) 4px;
    text-decoration: none;
    color: var(--color-ink);
    position: relative;
    transition: padding-left 0.4s cubic-bezier(.2,.7,.2,1), background 0.35s ease;
}

.projects-showcase__row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--color-gold);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}

.projects-showcase__row:hover,
.projects-showcase__row.is-active {
    padding-left: clamp(18px, 2.4vw, 30px);
    background: rgba(var(--rgb-d6b060), 0.10);
}

.projects-showcase__row:hover::before,
.projects-showcase__row.is-active::before {
    transform: scaleY(1);
}

.projects-showcase__num {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    line-height: 1;
    color: rgba(var(--rgb-sapphire), 0.30);
    transition: color 0.3s ease;
}

.projects-showcase__row:hover .projects-showcase__num,
.projects-showcase__row.is-active .projects-showcase__num {
    color: var(--color-sapphire);
}

.projects-showcase__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.projects-showcase__name {
    font-family: var(--font-head);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: var(--color-ink);
    transition: color 0.3s ease, transform 0.35s ease;
}

.projects-showcase__row:hover .projects-showcase__name,
.projects-showcase__row.is-active .projects-showcase__name {
    color: var(--color-ink);
    transform: translateX(4px);
}

.projects-showcase__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--color-text-soft);
    white-space: nowrap;
}

.projects-showcase__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-gold);
    opacity: 0.9;
}

.projects-showcase__arrow {
    justify-self: end;
    font-size: 13px;
    color: rgba(var(--rgb-sapphire), 0.30);
    transition: color 0.3s ease, transform 0.4s cubic-bezier(.2,.7,.2,1);
}

.projects-showcase__row:hover .projects-showcase__arrow,
.projects-showcase__row.is-active .projects-showcase__arrow {
    color: var(--color-sapphire);
    transform: translateX(6px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
    .projects-showcase__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .projects-showcase__stage {
        position: relative;
        top: auto;
        max-width: 520px;
    }
    .projects-showcase__stack { aspect-ratio: 3 / 2; }
    .projects-showcase__watermark { font-size: clamp(90px, 14vw, 140px); top: -16px; }
    .projects-showcase__head {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }
    .projects-showcase__view-all {
        grid-column: 1;
        align-self: start;
    }
}

@media (max-width: 640px) {
    .projects-showcase__row {
        grid-template-columns: 42px 1fr 24px;
        column-gap: 14px;
        padding: 20px 4px;
    }
    .projects-showcase__name { font-size: 18px; }
    .projects-showcase__meta { font-size: 10px; letter-spacing: 0.08em; }
    .projects-showcase__caption {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
    .projects-showcase__watermark {
        font-size: 90px;
        top: -12px;
        left: -6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .projects-showcase__photo { transition: opacity 0.3s ease; transform: scale(1); }
}

.section-team {
    position: relative;
    padding: 200px 0 180px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, var(--color-sapphire-deep) 0%, var(--color-sapphire) 100%);
    counter-reset: team-counter;
    --mouse-x: 50%;
    --mouse-y: 50%;
}

.section-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-gold) 0%, transparent 80%);
    pointer-events: none;
    z-index: 2;
}

/* ====== Background — animated mesh + watermark + spotlight ====== */
.section-team__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.section-team__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    will-change: transform;
    mix-blend-mode: screen;
}
.section-team__blob--1 {
    width: 640px;
    height: 640px;
    top: -180px;
    right: -160px;
    background: radial-gradient(circle, rgba(var(--rgb-gold), 0.55) 0%, rgba(var(--rgb-gold), 0) 70%);
    animation: blob-drift-1 20s ease-in-out infinite;
}
.section-team__blob--2 {
    width: 560px;
    height: 560px;
    bottom: -220px;
    left: 8%;
    background: radial-gradient(circle, rgba(var(--rgb-054791), 0.55) 0%, rgba(var(--rgb-sapphire), 0) 72%);
    animation: blob-drift-2 24s ease-in-out infinite;
}
.section-team__blob--3 {
    width: 420px;
    height: 420px;
    top: 38%;
    left: 52%;
    background: radial-gradient(circle, rgba(var(--rgb-9d8348), 0.32) 0%, rgba(var(--rgb-9d8348), 0) 70%);
    animation: blob-drift-3 28s ease-in-out infinite;
}

@keyframes blob-drift-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-90px, 70px) scale(1.18); }
}
@keyframes blob-drift-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(120px, -60px) scale(0.88); }
}
@keyframes blob-drift-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(-70px, -90px) scale(1.10); }
    66%      { transform: translate(80px, 50px) scale(0.92); }
}

.section-team__spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle 380px at var(--mouse-x) var(--mouse-y),
        rgba(var(--rgb-gold), 0.28) 0%,
        rgba(var(--rgb-gold), 0.10) 35%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}
.section-team.is-hovered .section-team__spotlight {
    opacity: 1;
}

.section-team__watermark {
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-family: var(--font-head);
    font-size: clamp(160px, 26vw, 360px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--rgb-gold), 0.10);
    text-shadow: 0 0 30px rgba(var(--rgb-gold), 0.03);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    animation: watermark-drift 32s ease-in-out infinite;
}
.section-team__watermark--small {
    bottom: auto;
    right: auto;
    top: 10%;
    left: -30px;
    font-size: clamp(80px, 14vw, 180px);
    color: rgba(var(--rgb-white), 0.025);
    -webkit-text-stroke: 0;
    animation: watermark-drift-alt 36s ease-in-out infinite;
}

@keyframes watermark-drift {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(24px, -12px); }
}
@keyframes watermark-drift-alt {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-18px, 14px); }
}

/* container above background layers */
.section-team > .container {
    position: relative;
    z-index: 3;
}

/* Respect prefers-reduced-motion — kill the animations but keep the static look */
@media (prefers-reduced-motion: reduce) {
    .section-team__blob,
    .section-team__watermark {
        animation: none;
    }
    .section-team__spotlight {
        transition: none;
    }
}

.section-team .section-title,
.section-team .section-title strong {
    color: var(--color-white);
}

.section-team .section-title strong {
    color: var(--color-gold);
    font-weight: inherit;
    font-style: italic;
}

.section-team .section-lead {
    color: rgba(var(--rgb-white), 0.65);
}

.section-head__intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 560px;
}

.team-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.team-eyebrow__rule {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--color-gold);
}
.team-eyebrow__text {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}

@media (max-width: 768px) {
    .section-team {
        padding: 80px 0 90px;
    }
    .section-team::after {
        font-size: clamp(80px, 22vw, 140px);
        top: 24px;
    }
}

.section-head--split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.section-lead {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text-soft);
    max-width: 360px;
    text-align: right;
    margin-left: auto;
}

.team-strip {
    display: flex;
    gap: 6px;
    height: clamp(440px, 64vh, 620px);
    margin-top: 56px;
    overflow: hidden;
}

.team-strip__panel {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    counter-increment: team-counter;
    background: var(--color-sapphire-deep);
    transition: flex 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-strip:hover .team-strip__panel {
    flex: 0.7;
}
.team-strip:hover .team-strip__panel:hover,
.team-strip__panel:focus-within {
    flex: 3.4;
}

.team-strip__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(var(--rgb-031234), 0) 35%, rgba(var(--rgb-031234), 0.85) 100%);
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.team-strip__panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(var(--rgb-f6f3ee), 0);
    pointer-events: none;
    z-index: 3;
    transition: border-color 0.5s ease, inset 0.5s ease;
}
.team-strip__panel:hover::before {
    border-color: rgba(var(--rgb-f6f3ee), 0.85);
    inset: 22px;
}

.team-strip__media {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.team-strip__media picture,
.team-strip__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transition: filter 0.6s ease, transform 0.8s ease;
    filter: saturate(0.55) brightness(0.78);
}
.team-strip__panel:hover .team-strip__media img {
    filter: saturate(1) brightness(1);
    transform: scale(1.03);
}

.team-strip__index {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 4;
    font-family: var(--font-head);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-gold);
    pointer-events: none;
    text-shadow: 0 2px 16px rgba(var(--rgb-ink), 0.5);
    transition: transform 0.5s ease, font-size 0.5s ease;
}
.team-strip__index::before {
    content: "0" counter(team-counter);
}
.team-strip__panel:hover .team-strip__index {
    transform: translate(-2px, -2px);
    font-size: 36px;
}

.team-strip__label {
    position: absolute;
    left: 28px;
    bottom: 32px;
    z-index: 4;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 2px 14px rgba(var(--rgb-ink), 0.55);
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.4s ease;
    pointer-events: none;
}
.team-strip__panel:hover .team-strip__label {
    opacity: 0;
    transform: rotate(180deg) translateY(-12px);
}

.team-strip__expanded {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.45s ease 0.1s, transform 0.5s ease 0.1s;
    pointer-events: none;
}
.team-strip__panel:hover .team-strip__expanded {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.team-strip__role {
    margin: 0;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.team-strip__name {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--color-white);
}
.team-strip__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.team-strip__name a:hover {
    color: var(--color-gold);
}

.team-strip__rule {
    display: inline-block;
    width: 48px;
    height: 2px;
    background: var(--color-gold);
    margin: 4px 0 4px;
}

.team-strip__contacts {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.team-strip__contact {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.10);
    color: var(--color-white);
    border: 1px solid rgba(var(--rgb-white), 0.18);
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.team-strip__contact:hover {
    background: var(--color-gold);
    color: var(--color-ink);
    border-color: var(--color-gold);
    transform: translateY(-2px);
}

.team-cta-row {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

/* =====================================================
   PREMIUM BUTTON SYSTEM — reused across the site
   Design: pill dark cu shimmer sweep, ambient glow color-tinted,
   icon în capsulă separată cu spin subtle + arrow shift.
   Aplicat pe: .team-cta, .agent-form__submit, .blog-listing__cta,
              .blog-listing__load-more, orice buton primary.
   ===================================================== */

/* --- BASE (dark variant): fundal ink cu accent gold --- */
.team-cta,
.blog-listing__load-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 14px 26px;
    background: linear-gradient(135deg, var(--color-1d1d1d) 0%, var(--color-2a2a2a) 100%);
    border: 1px solid var(--color-1d1d1d);
    border-radius: 0;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 10px 30px rgba(var(--rgb-sapphire), 0.18),
        0 2px 6px rgba(var(--rgb-ink), 0.10),
        inset 0 1px 0 rgba(var(--rgb-white), 0.06);
    transition:
        color 0.4s cubic-bezier(0.65, 0, 0.35, 1),
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Shimmer sweep — bandă diagonală de lumină ce traversează la hover */
.team-cta::before,
.blog-listing__load-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        rgba(var(--rgb-gold), 0) 25%,
        rgba(var(--rgb-gold), 0.35) 50%,
        rgba(var(--rgb-gold), 0) 75%,
        transparent 100%
    );
    transform: skewX(-18deg);
    transition: left 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}
.team-cta:hover::before,
.blog-listing__load-more:hover::before {
    left: 140%;
}

/* Wipe gold layer (background morph) — apare din stânga la hover */
.team-cta::after,
.blog-listing__load-more::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    transform: translateX(-101%);
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
    pointer-events: none;
}
.team-cta:hover::after,
.blog-listing__load-more:hover::after {
    transform: translateX(0);
}

.team-cta > span,
.blog-listing__load-more > span {
    position: relative;
    z-index: 1;
}

.team-cta > i,
.blog-listing__load-more > i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    font-size: 12px;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.35s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.35s ease;
}

.team-cta:hover,
.blog-listing__load-more:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px rgba(var(--rgb-gold), 0.40),
        0 4px 12px rgba(var(--rgb-ink), 0.08),
        inset 0 1px 0 rgba(var(--rgb-white), 0.35);
}
.team-cta:hover > i,
.blog-listing__load-more:hover > i {
    background: var(--color-1d1d1d);
    color: var(--color-gold);
    transform: translateX(4px);
}
.blog-listing__load-more:hover > i {
    transform: translateX(4px) rotate(90deg);
}

.team-cta:active,
.blog-listing__load-more:active {
    transform: translateY(-1px);
    transition-duration: 0.12s;
}

.team-cta:focus-visible,
.blog-listing__load-more:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 4px;
}

/* Fallback grid (used on agents.html inside page — same markup, light theme) */
.team-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    margin-top: 32px;
}
.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
}
.team-card__media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-sapphire-deep);
}
.team-card__media-link {
    display: block;
    width: 100%;
    height: 100%;
}
.team-card__media picture,
.team-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}
.team-card:hover .team-card__media img {
    transform: scale(1.04);
}
.team-card__contacts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    padding: 12px;
    gap: 8px;
    background: linear-gradient(180deg, rgba(var(--rgb-031234), 0) 0%, rgba(var(--rgb-031234), 0.85) 100%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
}
.team-card:hover .team-card__contacts {
    transform: translateY(0);
    opacity: 1;
}
.team-card__contact {
    flex: 1;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.10);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    max-width: 40px;
    margin: 0 auto;
}
.team-card__contact:hover {
    background: var(--color-gold);
    color: var(--color-ink);
}
.team-card__body {
    padding: 18px 2px 0;
}
.team-card__name {
    margin: 0 0 6px;
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-ink);
}
.team-card__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.team-card__name a:hover {
    color: var(--color-gold);
}
.team-card__role {
    margin: 0;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-text-soft);
}

/* Tablet — strip becomes a 2-column grid with the original card style */
@media (max-width: 960px) {
    .team-strip {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        height: auto;
    }
    .team-strip__panel,
    .team-strip:hover .team-strip__panel,
    .team-strip:hover .team-strip__panel:hover {
        flex: none;
        aspect-ratio: 3 / 4;
    }
    .team-strip__label {
        writing-mode: horizontal-tb;
        transform: none;
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 17px;
    }
    .team-strip__panel:hover .team-strip__label {
        opacity: 0;
        transform: none;
    }
    .team-strip__expanded {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 600px) {
    .team-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-strip__panel:nth-child(n+5) {
        display: none;
    }
}

.notch-tl,
.notch-tr,
.notch-bl,
.notch-br,
.notch-tl-br,
.notch-tr-bl {
    --notch: 64px;
    border-radius: 20px;
}

.notch-tl {
    -webkit-mask: radial-gradient(circle var(--notch) at 0 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask: radial-gradient(circle var(--notch) at 0 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
}

.notch-tr {
    -webkit-mask: radial-gradient(circle var(--notch) at 100% 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask: radial-gradient(circle var(--notch) at 100% 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
}

.notch-bl {
    -webkit-mask: radial-gradient(circle var(--notch) at 0 100%,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask: radial-gradient(circle var(--notch) at 0 100%,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
}

.notch-br {
    -webkit-mask: radial-gradient(circle var(--notch) at 100% 100%,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask: radial-gradient(circle var(--notch) at 100% 100%,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
}

.notch-tl-br {
    -webkit-mask:
        radial-gradient(circle var(--notch) at 0 0, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch)),
        radial-gradient(circle var(--notch) at 100% 100%, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
    -webkit-mask-composite: source-in;
            mask:
        radial-gradient(circle var(--notch) at 0 0, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch)),
        radial-gradient(circle var(--notch) at 100% 100%, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask-composite: intersect;
}

.notch-tr-bl {
    -webkit-mask:
        radial-gradient(circle var(--notch) at 100% 0, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch)),
        radial-gradient(circle var(--notch) at 0 100%, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
    -webkit-mask-composite: source-in;
            mask:
        radial-gradient(circle var(--notch) at 100% 0, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch)),
        radial-gradient(circle var(--notch) at 0 100%, transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask-composite: intersect;
}

.section-featured {
    padding: 80px 0;
    background: var(--color-deep-navy);        
    color: var(--color-ink);
}

.section-hero {
    
    background-image:
        
        radial-gradient(ellipse at 50% 40%, transparent 30%, rgba(var(--rgb-ink), 0.35) 100%),
        linear-gradient(135deg, rgba(var(--rgb-sapphire), 0.78), rgba(var(--rgb-sapphire), 0.88)),
        url("../mock-images/hero-bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--color-ink);
}

@media (max-width: 768px) {
    .section-hero {
        background-attachment: scroll;
    }
}

/* =====================================================
   HERO VIDEO — Full-viewport video BG (stil Barnes NY, paleta Iced Matcha)
   Video muted+autoplay+loop pe fundal, scrim gradient închis pentru lizibilitate,
   titlu mare uppercase și CTA-uri în colțul stânga-jos, scroll cue dreapta-jos.
   ===================================================== */
.hero-video {
    /* Paleta Iced Matcha (scoped) */
    --tm-cream:     #DAE2E4;
    --tm-warm:      #DAE2E4;
    --tm-charcoal:  #004040;
    --tm-sage:      #BDA472;
    --tm-olive:     #351F39;
    --tm-butter:    #BDA472;
    --tm-ink:       #1A1A1A;

    position: relative;
    height: 100vh;
    min-height: 640px;
    max-height: 1000px;
    overflow: hidden;
    background: var(--tm-ink);
    isolation: isolate;
    color: var(--color-white);
    display: flex;
    align-items: flex-end;
}
.hero-video__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    display: block;
}
.hero-video__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-video__scrim {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    /* Overlay verde temă (Deep Teal #004040) peste imaginea reală */
    background:
        linear-gradient(180deg,
            rgba(var(--rgb-sapphire), 0.35) 0%,
            rgba(var(--rgb-sapphire), 0.55) 45%,
            rgba(var(--rgb-002b2b), 0.82) 100%),
        radial-gradient(120% 90% at 70% 25%,
            rgba(var(--rgb-sapphire), 0.15) 0%,
            rgba(var(--rgb-001918), 0.55) 100%);
}

.hero-video__content {
    position: relative;
    width: 100%;
    padding-top: 160px;
    padding-bottom: clamp(150px, 20vh, 260px);
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.6vw, 24px);
}

.hero-video__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--tm-butter);
}

.hero-video__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(48px, 9vw, 128px);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--color-white);
    max-width: 1400px;
}
.hero-video__title-line {
    display: block;
}

.hero-video__lead {
    margin: 0;
    font-family: var(--font-body);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.86);
    max-width: 560px;
}

.hero-video__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: clamp(10px, 1.4vw, 20px);
}
.hero-video__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 34px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hero-video__cta--primary {
    background: var(--tm-butter);
    border-color: var(--tm-butter);
    color: var(--tm-charcoal);
}
.hero-video__cta--primary:hover,
.hero-video__cta--primary:focus-visible {
    background: var(--tm-olive);
    border-color: var(--tm-olive);
    color: var(--tm-butter);
    transform: translateY(-1px);
    outline: none;
}
.hero-video__cta--primary i {
    transition: transform 0.2s ease;
}
.hero-video__cta--primary:hover i,
.hero-video__cta--primary:focus-visible i {
    transform: translateX(3px);
}
.hero-video__cta--ghost {
    background: transparent;
    border-color: rgba(var(--rgb-white), 0.55);
    color: var(--color-white);
}
.hero-video__cta--ghost:hover,
.hero-video__cta--ghost:focus-visible {
    background: var(--color-white);
    color: var(--tm-charcoal);
    border-color: var(--color-white);
    transform: translateY(-1px);
    outline: none;
}

.hero-video__scroll {
    position: absolute;
    bottom: 28px;
    right: clamp(20px, 5vw, 56px);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: rgba(var(--rgb-white), 0.82);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 2;
    transition: color 0.2s ease;
}
.hero-video__scroll:hover,
.hero-video__scroll:focus-visible {
    color: var(--tm-butter);
    outline: none;
}
.hero-video__scroll-line {
    display: inline-block;
    width: 48px;
    height: 1px;
    background: currentColor;
    transition: width 0.25s ease;
}
.hero-video__scroll:hover .hero-video__scroll-line {
    width: 64px;
}

@media (max-width: 768px) {
    .hero-video {
        height: auto;
        min-height: 460px;
        max-height: none;
        align-items: flex-start;
    }
    .hero-video__content {
        padding-top: 140px;
        padding-bottom: 64px;
    }
    .hero-video__title {
        font-size: clamp(40px, 12vw, 64px);
        line-height: 0.98;
    }
    .hero-video__cta {
        padding: 14px 24px;
        font-size: 11px;
        letter-spacing: 0.22em;
    }
    .hero-video__ctas .hero-video__cta {
        flex: 1 1 auto;
        justify-content: center;
    }
    .hero-video__scroll {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-video__cta,
    .hero-video__cta i,
    .hero-video__scroll,
    .hero-video__scroll-line { transition: none; }
    /* Utilizatorii care preferă mișcare redusă nu văd video-ul autoplay */
    .hero-video__media { display: none; }
}

.hero-split {
    display: grid;
    grid-template-columns: 500px 1fr;

    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    min-height: 600px;
    background: var(--color-ivory);
    position: relative;
}

.hero-split__sidebar {
    background:
        radial-gradient(circle at top right, rgba(var(--rgb-gold), 0.10), transparent 55%),
        linear-gradient(180deg, var(--color-sapphire) 0%, var(--color-sapphire-deep) 100%);
    color: var(--color-white);
    padding: 32px 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    position: relative;
}
.hero-split__sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-gold) 0%, transparent 75%);
    pointer-events: none;
}

.hero-split__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: auto 0 22px;
}
.hero-split__brand-rule {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--color-gold);
}
.hero-split__brand-text {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.hero-split__divider {
    display: block;
    width: 48px;
    height: 2px;
    background: var(--color-gold);
    margin: 18px 0 16px;
}

.hero-split__title {
    margin: 0 0 12px;
    font-family: var(--font-head);
    line-height: 0.9;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-split__title-row {
    display: block;
    font-size: clamp(36px, 3.6vw, 52px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    line-height: 0.9;
}

.hero-split__title-row--eyebrow {
    font-size: clamp(10px, 0.8vw, 12px);
    font-weight: 500;
    letter-spacing: 0.3em;
    color: var(--color-white);
    opacity: 0.65;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1;
}

.hero-split__lead {
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(var(--rgb-white), 0.72);
    max-width: 360px;
}

.hero-split__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.hero-split__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}
.hero-split__cta i { font-size: 13px; }
.hero-split__cta--primary {
    background: var(--color-gold);
    color: var(--color-ink);
    border: 1px solid var(--color-gold);
    box-shadow: 0 8px 20px rgba(var(--rgb-gold), 0.25);
}
.hero-split__cta--primary:hover {
    background: var(--color-gold-deep);
    border-color: var(--color-gold-deep);
    color: var(--color-white);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(var(--rgb-gold), 0.35);
}
.hero-split__cta--ghost {
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgba(var(--rgb-white), 0.28);
}
.hero-split__cta--ghost:hover {
    background: rgba(var(--rgb-white), 0.06);
    border-color: var(--color-gold);
    color: var(--color-gold);
}
.hero-split__cta--ghost:hover i {
    transform: translateX(3px);
}
.hero-split__cta--ghost i {
    transition: transform 0.2s ease;
}

.hero-split__stats {
    list-style: none;
    margin: auto 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(var(--rgb-white), 0.10);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.hero-split__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.hero-split__stat + .hero-split__stat {
    border-left: 1px solid rgba(var(--rgb-white), 0.08);
    padding-left: 14px;
}
.hero-split__stat-value {
    font-family: var(--font-head);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--color-gold);
    line-height: 1;
}
.hero-split__stat-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.60);
    line-height: 1.3;
}

.hero-split__search {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 56px;
    margin-bottom: auto;
}
.hero-split__search-input {
    flex: 1;
    height: 100%;
    padding: 0 18px;
    border: 0;
    background: var(--color-white);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    outline: none;
}
.hero-split__search-input::placeholder {
    color: var(--color-gray);
    font-weight: 500;
}
.hero-split__search-submit {
    width: 56px;
    height: 56px;
    background: var(--color-gold);
    color: var(--color-white);
    border: 0;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s ease;
}
.hero-split__search-submit:hover {
    background: var(--color-gold-deep);
}

.hero-split__form {
    position: absolute;
    left: 24px;
    right: auto;
    bottom: 96px;
    width: auto;
    max-width: 720px;
    z-index: 12;
    background: linear-gradient(180deg, var(--color-sapphire-mid) 0%, var(--color-sapphire) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 28px 60px rgba(var(--rgb-ink), 0.45), 0 4px 12px rgba(var(--rgb-ink), 0.25);
    border-top: 3px solid var(--color-red);
}

.hero-split__form .search-tabs {
    display: flex;
    gap: 0;
    align-self: stretch;
    margin: 0;
    background: rgba(var(--rgb-ink), 0.22);
    padding: 0;
    border-bottom: 1px solid rgba(var(--rgb-white), 0.06);
}
.hero-split__form .search-tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: transparent;
    color: rgba(var(--rgb-white), 0.55);
    border: 0;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease;
}
.hero-split__form .search-tab i {
    font-size: 11px;
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease;
}
.hero-split__form .search-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: transparent;
    transition: background 0.2s ease;
}
.hero-split__form .search-tab:hover {
    color: var(--color-white);
    background: rgba(var(--rgb-white), 0.04);
}
.hero-split__form .search-tab:hover i { opacity: 1; }
.hero-split__form .search-tab.is-active {
    color: var(--color-white);
    background: rgba(var(--rgb-white), 0.06);
}
.hero-split__form .search-tab.is-active i {
    opacity: 1;
    color: var(--color-red);
}
.hero-split__form .search-tab.is-active::after {
    background: var(--color-red);
}

.hero-split__form .search-fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 10px;
    padding: 16px 18px;
    background: transparent;
    width: 100%;
}

.hero-split__form .search-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    min-width: 0;
}
.hero-split__form .search-field__label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.hero-split__form .search-field__select,
.hero-split__form .search-field__input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    background: var(--color-white);
    color: var(--color-ink);
    border: 1px solid rgba(var(--rgb-gold), 0.35);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-split__form .search-field__select:hover,
.hero-split__form .search-field__input:hover {
    border-color: var(--color-gold);
}
.hero-split__form .search-field__select:focus,
.hero-split__form .search-field__input:focus {
    background: var(--color-white);
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(var(--rgb-gold), 0.20);
}
.hero-split__form .search-field__select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23931F18'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 34px;
}
.hero-split__form .search-field__range {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--color-white);
    padding: 0 10px;
    height: 44px;
    border: 1px solid rgba(var(--rgb-gold), 0.35);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-split__form .search-field__range:hover {
    border-color: var(--color-gold);
}
.hero-split__form .search-field__range:focus-within {
    background: var(--color-white);
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(var(--rgb-gold), 0.20);
}
.hero-split__form .search-field__range .search-field__input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 4px;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.hero-split__form .search-field__range .search-field__input:hover,
.hero-split__form .search-field__range .search-field__input:focus {
    background: transparent;
    box-shadow: none;
}
.hero-split__form .search-field__range-sep {
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 600;
}

.hero-split__form .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    background: var(--color-red);
    color: var(--color-white);
    border: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.hero-split__form .search-submit:hover {
    background: var(--color-red-deep);
    box-shadow: 0 8px 20px rgba(var(--rgb-gold), 0.4);
    transform: translateY(-1px);
}
.hero-split__form .search-submit:active {
    transform: translateY(0);
}
.hero-split__form .search-submit i {
    font-size: 14px;
    transition: transform 0.25s ease;
}
.hero-split__form .search-submit:hover i {
    transform: scale(1.15) rotate(-8deg);
}

@media (max-width: 1100px) {
    .hero-split__form .search-fields {
        grid-template-columns: 1fr 1fr;
    }
    .hero-split__form .search-submit {
        grid-column: 1 / -1;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .hero-split__form {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: none;
        width: 100%;
        border-top-width: 2px;
        box-shadow: 0 12px 24px rgba(var(--rgb-ink), 0.30);
    }
    .hero-split__form .search-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hero-split__form .search-tab {
        flex: 1;
        justify-content: center;
        padding: 11px 8px;
        font-size: 10px;
        letter-spacing: 0.10em;
        gap: 6px;
    }
    .hero-split__form .search-tab i { font-size: 10px; }

    .hero-split__form .search-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 12px 12px;
    }
    .hero-split__form .search-field { min-width: 0; }
    .hero-split__form .search-field__label { font-size: 9px; letter-spacing: 0.10em; }
    .hero-split__form .search-field__select,
    .hero-split__form .search-field__input {
        height: 38px;
        font-size: 12px;
        padding: 0 8px;
        min-width: 0;
    }
    .hero-split__form .search-field__select { padding-right: 24px; }
    .hero-split__form .search-field__range { gap: 4px; }
    .hero-split__form .search-field__range-sep { font-size: 10px; }
    .hero-split__form .search-submit { grid-column: 1 / -1; }

    .hero-split__form .search-submit {
        height: 40px;
        padding: 0 16px;
        font-size: 11px;
        letter-spacing: 0.10em;
    }
}

.hero-split__sidebar .search-bar-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: auto;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
}

.hero-split__sidebar .search-tabs {
    display: flex;
    gap: 6px;
    padding: 0;
    background: transparent;
    width: 100%;
}
.hero-split__sidebar .search-tab {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 8px;
    background: rgba(var(--rgb-white), 0.08);
    color: rgba(var(--rgb-white), 0.75);
    border: 1px solid rgba(var(--rgb-white), 0.12);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hero-split__sidebar .search-tab i {
    font-size: 11px;
}
.hero-split__sidebar .search-tab:hover {
    background: rgba(var(--rgb-white), 0.14);
    color: var(--color-white);
}
.hero-split__sidebar .search-tab.is-active {
    background: var(--color-gold);
    color: var(--color-ink);
    border-color: var(--color-gold);
}

.hero-split__sidebar .search-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    background: transparent;
    width: 100%;
}

.hero-split__sidebar .search-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
}
.hero-split__sidebar .search-field__label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.55);
}
.hero-split__sidebar .search-field__select,
.hero-split__sidebar .search-field__input {
    width: 100%;
    height: 34px;
    padding: 0 12px;
    background: var(--color-white);
    color: var(--color-ink);
    border: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.hero-split__sidebar .search-field__select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111827'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 32px;
}
.hero-split__sidebar .search-field__range {
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-split__sidebar .search-field__input {
    flex: 1;
    min-width: 0;
}
.hero-split__sidebar .search-field__range-sep {
    color: rgba(var(--rgb-white), 0.55);
    font-size: 12px;
}

.hero-split__sidebar .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 42px;
    margin-top: 4px;
    padding: 0 18px;
    background: var(--color-red);
    color: var(--color-white);
    border: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}
.hero-split__sidebar .search-submit:hover {
    background: var(--color-red-deep);
}
.hero-split__sidebar .search-submit i {
    font-size: 13px;
}

.hero-split__slides {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    opacity: 0.7;
}
.hero-split__slide-arrow {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0;
    color: var(--color-white);
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}
.hero-split__slide-arrow:hover {
    color: var(--color-gold);
}
.hero-split__slide-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-white);
}

.hero-split__media {
    position: relative;
    overflow: hidden;
}
.hero-split__media picture,
.hero-split__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper hero: slider fullbleed în interiorul .hero-split__media */
.hero-split__media .hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-split__media .hero-slider .swiper-slide {
    overflow: hidden;
}
.hero-split__media .hero-slider .swiper-slide img {
    transform: scale(1.05);
    transition: transform 6s ease-out;
}
.hero-split__media .hero-slider .swiper-slide-active img {
    transform: scale(1);
}

.hero-split__media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(var(--rgb-sapphire), 0.55) 0%, rgba(var(--rgb-sapphire), 0) 35%),
        linear-gradient(0deg, rgba(var(--rgb-sapphire), 0.35) 0%, rgba(var(--rgb-sapphire), 0) 30%);
    pointer-events: none;
    z-index: 1;
}

.hero-split__media-top {
    position: absolute;
    top: 24px;
    left: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 5;
    pointer-events: none;
}
.hero-split__media-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(var(--rgb-sapphire), 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(var(--rgb-white), 0.12);
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    pointer-events: auto;
}
.hero-split__media-tag i {
    color: var(--color-gold);
    font-size: 11px;
}
.hero-split__media-counter {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--color-white);
    font-family: var(--font-head);
    pointer-events: auto;
}
.hero-split__media-counter-current {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-gold);
}
.hero-split__media-counter-sep {
    font-size: 18px;
    color: rgba(var(--rgb-white), 0.55);
    margin: 0 2px;
}
.hero-split__media-counter-total {
    font-size: 16px;
    color: rgba(var(--rgb-white), 0.75);
    font-weight: 500;
}

.hero-split__strip {
    position: absolute;
    right: 0;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 28px 10px 36px;
    background: var(--color-gold);
    z-index: 11;
    
    clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%);
}

.hero-split__socials {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
}
.hero-split__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--color-white);
    color: var(--color-gold-deep);
    font-size: 11px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    border-radius: 50% !important;
}
.hero-split__socials a:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-2px);
}

.hero-split__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: transparent;
    color: var(--color-white);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.hero-split__phone:hover {
    opacity: 0.85;
}
.hero-split__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--color-white);
    font-size: 14px;
    background: transparent;
}
.hero-split__phone-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.1;
}
.hero-split__phone-label {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-white);
    opacity: 0.85;
}
.hero-split__phone-number {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--color-white);
}

@media (max-width: 960px) {
    .hero-split {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
    }
    .hero-split__media { order: 1; }
    .hero-split > .hero-split__strip { order: 3; }
    .hero-split__sidebar {
        order: 2;
        padding: 44px 24px 32px;
        min-height: 100vh;
        min-height: 90svh;
    }
    .hero-split__brand { margin-top: 0; }
    .hero-split__title-row {
        font-size: clamp(28px, 7vw, 42px);
    }
    .hero-split__title-row--eyebrow {
        font-size: 10px;
        letter-spacing: 0.24em;
        margin-bottom: 6px;
    }
    .hero-split__media {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .hero-split__media .hero-slider {
        position: relative;
        inset: auto;
        height: 46vh;
        height: 46svh;
        min-height: 300px;
        flex-shrink: 0;
    }
    .hero-split__media-overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        height: 46vh;
        height: 46svh;
        min-height: 300px;
    }
    .hero-split__media-top {
        z-index: 4;
    }
    .hero-split__slides { margin-top: 36px; }
    .hero-split__stats {
        margin-top: 32px;
    }
    .hero-split__media-top {
        top: 18px;
        left: 18px;
        right: 18px;
    }
    .hero-split__media-counter-current { font-size: 26px; }
}

@media (max-width: 480px) {
    .hero-split__ctas { flex-direction: column; align-items: stretch; }
    .hero-split__cta { justify-content: center; }
    .hero-split__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .hero-split__stat + .hero-split__stat {
        border-left: 1px solid rgba(var(--rgb-white), 0.10);
        padding-left: 12px;
    }
    .hero-split__stat-value { font-size: 20px; }
    .hero-split__stat-label { font-size: 9px; letter-spacing: 0.08em; }
    .hero-split__media-tag {
        font-size: 9px;
        padding: 6px 10px;
    }
}

@media (max-width: 600px) {
    .hero-split__strip {
        position: static;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .hero-split__socials {
        justify-content: center;
        padding: 12px;
        background: rgba(var(--rgb-sapphire), 0.7);
    }
    .hero-split__phone {
        clip-path: none;
        padding: 14px 20px;
        justify-content: center;
    }
}

.hero-sage {
    background: rgba(var(--rgb-2a2a29), 0.5);
    padding: 40px 0 0;            
    -webkit-clip-path: url(#hero-sage-shape);
            clip-path: url(#hero-sage-shape);
    
    -webkit-filter:
        drop-shadow(0 60px 90px rgba(var(--rgb-ink), 0.65))
        drop-shadow(0 30px 45px rgba(var(--rgb-ink), 0.4))
        drop-shadow(0 6px 10px rgba(var(--rgb-ink), 0.35));
            filter:
        drop-shadow(0 60px 90px rgba(var(--rgb-ink), 0.65))
        drop-shadow(0 30px 45px rgba(var(--rgb-ink), 0.4))
        drop-shadow(0 6px 10px rgba(var(--rgb-ink), 0.35));
    transform: translateY(-10px);
    position: relative;
    z-index: 2;
}

.hero-cream {
    margin-top: -150px;          
    padding: 0 0 50px;           
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.hero-cream__inner {
    width: 50%;
}

.search-bar-hero {
    background: var(--color-white);
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 12px 32px rgba(var(--rgb-0f1e3a), 0.18);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-tabs {
    display: flex;
    gap: 4px;
    padding: 4px;
    align-self: flex-start;
}

.search-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: transparent;
    color: var(--color-text-soft);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.search-tab i { font-size: 11px; opacity: 0.7; }

.search-tab:hover {
    color: var(--color-ink);
    background: rgba(var(--rgb-0f1e3a), 0.05);
}

.search-tab.is-active {
    background: var(--color-ink);
    color: var(--color-white);
}

.search-tab.is-active i { opacity: 1; }

.search-fields {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1.4fr auto;
    gap: 1px;
    background: rgba(var(--rgb-0f1e3a), 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.search-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px;
    background: var(--color-white);
    cursor: pointer;
    transition: background 0.15s;
}

.search-field:hover { background: var(--color-near-white); }

.search-field__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-soft);
}

.search-field__select,
.search-field__input {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-ink);
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
}

.search-field__select {
    background-image:
        linear-gradient(45deg, transparent 50%, var(--color-text-soft) 50%),
        linear-gradient(135deg, var(--color-text-soft) 50%, transparent 50%);
    background-position: calc(100% - 12px) 8px, calc(100% - 7px) 8px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 22px;
}

.search-field__range {
    display: flex;
    align-items: center;
    gap: 4px;
}

.search-field__input { font-weight: 600; }

.search-field__input::placeholder {
    color: var(--color-text-soft);
    font-weight: 400;
}

.search-field__range-sep {
    color: var(--color-text-soft);
    font-weight: 700;
}

.search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 32px;
    background: var(--color-ink);
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.search-submit:hover {
    background: var(--color-black);
    transform: scale(1.01);
}

.search-submit i { font-size: 14px; }

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 28px 40px;
    margin-top: 28px;
    list-style: none;
    padding: 0;
}

.trust-strip li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 0.02em;
}

.trust-strip i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.15);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 13px;
}

@media (max-width: 900px) {
    .search-fields {
        grid-template-columns: 1fr 1fr;
        gap: 1px;
    }
    .search-submit {
        grid-column: 1 / 3;
        padding: 14px;
    }
}

@media (max-width: 560px) {
    .search-fields {
        grid-template-columns: 1fr;
    }
    .search-submit {
        grid-column: 1;
    }
    .trust-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;   
        gap: 16px 24px;
        font-size: 12px;
    }
}

.hero-cream .featured-updates {
    
    margin-top: 0;
}

.featured-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto auto;   
    gap: 24px 36px;
    align-items: start;
}

.featured-title {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-top: 80px;           
    font-family: var(--font-head);
    font-size: clamp(36px, 7vw, 140px);
    line-height: 0.86;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--color-blue-tint);             
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.featured-row {
    display: inline-flex;
    align-items: center;
    gap: 0.18em;
    white-space: nowrap;
}

.featured-row--last { line-height: 0.92; }

.featured-sparkle {
    font-size: 0.35em;
    color: var(--color-accent);   
    margin-left: 0.25em;
}

.featured-inline-img {
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 0.05em;
}

.featured-inline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-intro {
    grid-column: 2;
    grid-row: 1;
    margin-top: 80px;           
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-self: end;
    max-width: 320px;
}

.featured-agent {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 1px solid rgba(var(--rgb-sapphire), 0.12);
}

.featured-agent img { width: 100%; height: 100%; object-fit: cover; }

.featured-intro p {
    font-size: 12px;
    line-height: 1.55;
    color: var(--color-white);          
    opacity: 0.9;
}

.featured-image-wrap {
    grid-column: 2;
    grid-row: 2 / 3;
    position: relative;
    transform: translateY(60px); 
}

.featured-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1.4 / 1;       
    margin-top: 0;
    
    --notch: 110px;
}

.featured-image.notch-tr {
    -webkit-mask: none;
            mask: none;
    -webkit-clip-path: polygon(
        0 0,
        calc(100% - var(--notch)) 0,
        100% var(--notch),
        100% 100%,
        0 100%
    );
            clip-path: polygon(
        0 0,
        calc(100% - var(--notch)) 0,
        100% var(--notch),
        100% 100%,
        0 100%
    );
}

.featured-image img { width: 100%; height: 100%; object-fit: cover; }

.featured-image__overlay {
    position: absolute;
    bottom: -40px;
    right: -40%;
    width: 80%; 
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    border: 4px solid var(--color-white);
    box-shadow: 0 16px 36px rgba(var(--rgb-ink), 0.35);
    z-index: 4;             
}

.featured-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 110px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);            
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(var(--rgb-1a1a1a), 0.17);
}

.featured-badge-text {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: spinBadge 12s linear infinite;
}

.featured-badge-text text {
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    fill: var(--color-white);
}

.featured-badge-icon {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
}

@keyframes spinBadge { to { transform: rotate(360deg); } }

.featured-bottom {
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 16px;
}

.featured-stats {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 20px 0;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.18);
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.18);
}

.featured-stat { flex-shrink: 0; }
.featured-rating { margin-right: auto; }

.featured-num {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: var(--color-ink);
    line-height: 1;
    margin-bottom: 2px;
}

.featured-num sup { font-size: 0.5em; top: -0.5em; }

.featured-label {
    font-size: 12px;
    color: var(--color-text-soft);
}

.featured-rating {
    display: flex;
    gap: 6px;
    color: var(--color-gold);
    font-size: 16px;
}

.featured-address {
    font-style: normal;
    font-size: 12px;
    line-height: 1.65;
    color: var(--color-ink);
    letter-spacing: 0.06em;
    font-weight: 600;
    text-align: right;
}

.featured-updates {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.featured-updates li {
    display: grid;
    grid-template-columns: 32px 130px 1fr;
    gap: 16px;
    align-items: center;
    font-size: 13px;
    color: var(--color-ink);
}

.featured-updates i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-sapphire), 0.08);
    color: var(--color-ink);
    border-radius: 8px;
    font-size: 13px;
}

.featured-update-date { font-weight: 600; letter-spacing: 0.02em; }
.featured-update-text { color: var(--color-text-soft); }

.hero-cta-block {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    max-width: 520px;
    margin-top: 120px;           
}

.hero-subtitle {
    color: rgba(var(--rgb-white), 0.82);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: var(--color-accent);
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(var(--rgb-1a1a1a), 0.18);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(var(--rgb-1a1a1a), 0.18);
    background: var(--color-orange-deep);
}

.hero-cta i { font-size: 12px; }

.hero-play {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    z-index: 3;
    transition: transform 0.2s;
}

.hero-play:hover { transform: translateX(4px); }

.hero-play__btn {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 16px;
    padding-left: 3px;        
    box-shadow: 0 8px 20px rgba(var(--rgb-1a1a1a), 0.18);
    transition: transform 0.25s;
}

.hero-play:hover .hero-play__btn {
    transform: scale(1.1);
}

.hero-play__label {
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 6px rgba(var(--rgb-ink), 0.55);
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .hero-cream {
        margin-top: -190px;
        padding: 0 0 50px 20px;
    }
    .trust-strip {
        flex-wrap: nowrap;
        gap: 14px 18px;
        font-size: 12px;
    }
    .trust-strip li { white-space: nowrap; }
    .trust-strip i { width: 26px; height: 26px; font-size: 11px; }

    .featured-image img { width: 90%; }
    .featured-image__overlay {
        position: absolute;
        bottom: -139px;
        right: 0;
    }
}

@media (max-width: 960px) {
    
    .hero-sage {
        padding: 70px 0 32px;
        -webkit-clip-path: none;
                clip-path: none;
        border-radius: 0 0 28px 28px;
        -webkit-filter: drop-shadow(0 20px 30px rgba(var(--rgb-ink), 0.45));
                filter: drop-shadow(0 20px 30px rgba(var(--rgb-ink), 0.45));
        transform: none;
    }

    .featured-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 28px;
    }

    .featured-row { white-space: normal; }

    
    .featured-title       { order: 1; }
    .featured-intro       { order: 2; }
    .hero-cta-block       { order: 3; }
    .featured-image-wrap  { order: 4; }

    .featured-intro {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
        justify-self: start;
        max-width: none;
        gap: 14px;
        align-items: center;
    }

    
    .featured-intro .featured-agent {
        width: 56px;
        height: 56px;
        border-radius: 12px;
    }

    .featured-intro p {
        font-size: 13px;
        line-height: 1.5;
    }

    .featured-title {
        grid-column: 1;
        grid-row: auto;
        margin-top: 8px;
        font-size: clamp(44px, 11vw, 84px);
    }

    .hero-cta-block {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
        max-width: none;
    }

    .featured-image-wrap {
        grid-column: 1;
        grid-row: auto;
        transform: none;
    }

    .featured-image {
        --notch: 64px;
        aspect-ratio: 1.3 / 1;
    }

    .featured-image__overlay {
        right: 8px;
        bottom: -28px;
        width: 50%;
    }

    .featured-badge {
        width: 86px;
        height: 86px;
        top: 14px;
        left: 14px;
    }

    .featured-badge-icon { width: 36px; height: 36px; }
    .featured-badge-text text { font-size: 12px; }

    
    .hero-cream {
        margin-top: 24px;
        padding: 0 16px 32px;
    }

    .hero-cream__inner { width: 100%; }
}

@media (max-width: 560px) {
    .hero-sage { padding: 56px 0 24px; }
    .featured-grid { gap: 22px; }
    .featured-title { font-size: clamp(36px, 12.5vw, 64px); }
    .featured-image { --notch: 48px; aspect-ratio: 1.25 / 1; }
    .featured-image__overlay { width: 56%; right: 6px; bottom: -22px; }
    .featured-badge { width: 72px; height: 72px; top: 12px; left: 12px; }
    .featured-badge-icon { width: 30px; height: 30px; }
    .hero-subtitle { font-size: 14px; }
    .hero-cta { padding: 13px 22px; font-size: 13px; }
    .featured-intro p { font-size: 13px; }
    .featured-intro .featured-agent { width: 52px; height: 52px; border-radius: 11px; }
}

.section-about {
    padding: 80px 0;
    background: var(--color-blue-mist);        
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.about-image {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
}

.about-image-tongue {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    background: var(--color-sage-tint);
    border-radius: 18px;
    z-index: 0;
}

.about-image-clip {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --notch: 78px;
}

.about-image-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-arrow-btn {
    position: absolute;
    bottom: 6px;
    right: 6px;
    z-index: 2;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    color: var(--color-ink);
    border-radius: 16px;
    font-size: 16px;
    border: 1px solid rgba(var(--rgb-sapphire), 0.10);
    transition: background 0.2s, color 0.2s;
}

.about-arrow-btn:hover {
    background: var(--color-accent);
    color: var(--color-white);
    border-color: var(--color-accent);
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 180px;       
    padding-top: 4px;
}

.about-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.about-est {
    width: 72px;
    height: 72px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--color-sage);
    color: var(--color-ink);
    border-radius: 14px;
    padding: 10px 12px;
    font-weight: 700;
    line-height: 1;
}

.about-est i {
    font-size: 18px;
    opacity: 0.85;
}

.about-est-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.about-est-line {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.about-title-panel {
    position: relative;
    background: var(--color-sage);
    padding: 28px 60px 28px 32px;
    --notch: 44px;
}

.about-title {
    font-family: var(--font-head);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.005em;
}

.about-panel-deco {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 6px;
    background: var(--color-sage-soft);
    border-radius: 999px;
}

.about-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-body p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text-soft);
    margin: 0;
}

.about-body p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--color-text-soft);
    margin-bottom: 14px;
}

.about-body p:last-child { margin-bottom: 0; }

.section-slider {
    padding: 60px 0 100px;
    background: var(--color-blue-mist);
}

.slider-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
}

.slider-card {
    scroll-snap-align: start;
}

.slider-card__media {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
}

.slider-card__clip {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--color-sage);     
    --notch: 60px;
}

.slider-card__clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slider-card:hover .slider-card__clip img {
    transform: scale(1.04);
}

.slider-card__cta {
    position: absolute;
    top: 32%;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 16px;
    background: var(--color-white);
    color: var(--color-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(var(--rgb-ink), 0.10);
    transition: background 0.2s, color 0.2s;
    z-index: 2;
}

.slider-card__cta:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

.slider-card__cta i { font-size: 9px; }

.slider-card__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 6px 0;
}

.slider-card__name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-ink);
}

.slider-card__date {
    font-size: 12px;
    color: var(--color-text-soft);
    letter-spacing: 0.04em;
}

/* =====================================================
   JOURNAL SPREAD — Editorial blog showcase (home)
   Magazine spread: 1 featured mare stânga + 2 itemi stack dreapta.
   Type-led, photo-light, no SVG titles cu căi custom (anti-AI).
   ===================================================== */
.journal-spread {
    padding: clamp(64px, 7vw, 100px) 0;
    background: var(--color-white);
}

.journal-spread__head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    column-gap: 32px;
    margin-bottom: clamp(36px, 4.5vw, 56px);
}
.journal-spread__eyebrow {
    grid-column: 1 / -1;
    display: block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-red);
    margin-bottom: 18px;
}
.journal-spread__title {
    grid-column: 1;
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(32px, 4.2vw, 56px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: var(--color-ink);
    text-wrap: balance;
}
.journal-spread__title strong { font-weight: 700; color: var(--color-ink); }
.journal-spread__view-all {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--rgb-111827), 0.18);
    padding-bottom: 6px;
    white-space: nowrap;
    transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}
.journal-spread__view-all i { font-size: 11px; transition: transform 0.3s ease; }
.journal-spread__view-all:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    gap: 14px;
}
.journal-spread__view-all:hover i { transform: translate(3px, -3px); }

/* Layout: featured (left, mai mic) + list (right, 2 stacked, mai mare) */
.journal-spread__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2.6vw, 40px);
    align-items: stretch;
}

/* ===== CARD (3 egale) ===== */
.journal-spread__card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.journal-spread__card-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--color-taupe);
}
.journal-spread__card-media picture,
.journal-spread__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.journal-spread__card-media:hover img { transform: scale(1.05); }
.journal-spread__card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.journal-spread__card-title {
    margin: 2px 0 4px;
    font-family: var(--font-head);
    font-size: clamp(19px, 1.5vw, 23px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.018em;
}
.journal-spread__card-title a {
    color: var(--color-ink);
    text-decoration: none;
    transition: color 0.25s ease;
}
.journal-spread__card-title a:hover { color: var(--color-red); }

/* Shared bits */
.journal-spread__num {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--color-red);
}
.journal-spread__cat {
    display: inline-block;
    padding: 3px 9px;
    background: rgba(var(--rgb-gold), 0.10);
    color: var(--color-red);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-left: 8px;
    vertical-align: middle;
}

/* Read link */
.journal-spread__read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--color-ink);
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-ink);
    width: max-content;
    transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}
.journal-spread__read i { font-size: 11px; transition: transform 0.3s ease; }
.journal-spread__read:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    gap: 14px;
}
.journal-spread__read:hover i { transform: translateX(4px); }
.journal-spread__read--small {
    font-size: 10px;
    letter-spacing: 0.16em;
}

/* ===== FEATURED (left) ===== */
.journal-spread__featured {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.4vw, 30px);
}
.journal-spread__featured-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--color-taupe);
}
.journal-spread__featured-media picture,
.journal-spread__featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.journal-spread__featured-media:hover img { transform: scale(1.04); }

.journal-spread__featured-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.journal-spread__featured-title {
    margin: 4px 0 6px;
    font-family: var(--font-head);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.journal-spread__featured-title a {
    color: var(--color-ink);
    text-decoration: none;
    transition: color 0.25s ease;
}
.journal-spread__featured-title a:hover { color: var(--color-red); }

/* ===== LIST (right, 2 items stacked) ===== */
.journal-spread__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 2.4vw, 32px);
}
.journal-spread__item {
    display: grid;
    grid-template-columns: minmax(220px, 44%) 1fr;
    column-gap: 28px;
    align-items: stretch;
}
.journal-spread__item-media {
    display: block;
    overflow: hidden;
    background: var(--color-taupe);
    aspect-ratio: 4 / 3;
}
.journal-spread__item-media picture,
.journal-spread__item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.journal-spread__item-media:hover img { transform: scale(1.06); }

.journal-spread__item-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-width: 0;
}
.journal-spread__item-title {
    margin: 4px 0;
    font-family: var(--font-head);
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.018em;
}
.journal-spread__item-title a {
    color: var(--color-ink);
    text-decoration: none;
    transition: color 0.25s ease;
}
.journal-spread__item-title a:hover { color: var(--color-red); }

/* Responsive */
@media (max-width: 992px) {
    .journal-spread__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }
    .journal-spread__head {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }
    .journal-spread__view-all { grid-column: 1; }
}

@media (max-width: 640px) {
    .journal-spread__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .journal-spread__card-media { aspect-ratio: 16 / 10; }
}

/* =====================================================
   PAGE HERO — Editorial split 2026 (reutilizabil pe toate paginile
   secundare): foto tăiată în diagonală pe dreapta, sapphire pe stânga,
   titlu display serif, cuvântul-fantomă al secțiunii ca element grafic,
   masthead strip cu breadcrumbs, spine vertical.
   ===================================================== */
.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--color-sapphire);
    color: var(--color-white);
    border-bottom: 1px solid rgba(var(--rgb-gold), 0.18);
    isolation: isolate;
}

/* =================== TOP MASTHEAD STRIP =================== */
.page-hero__masthead {
    position: relative;
    z-index: 5;
    background: rgba(var(--rgb-ink), 0.30);
    border-bottom: 1px solid rgba(var(--rgb-white), 0.06);
}
.page-hero__masthead-row {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
}
.page-hero__sep { color: rgba(var(--rgb-white), 0.30); }

.page-hero__rule {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--rgb-gold), 0.60) 50%, transparent 100%);
    position: relative;
    z-index: 5;
}

/* =================== HERO BODY (split layout) =================== */
.page-hero__body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(240px, 32vh, 320px);
}

/* Subtle paper grain over sapphire */
.page-hero__grain {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(var(--rgb-white), 0.035) 1px, transparent 1px),
        radial-gradient(rgba(var(--rgb-ink), 0.06) 1px, transparent 1px);
    background-size: 3px 3px, 5px 5px;
    background-position: 0 0, 1px 2px;
    mix-blend-mode: overlay;
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

/* Photo on the right, diagonal slice on its left edge */
.page-hero__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 6% 100%);
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 6% 100%);
    opacity: 0;
    transform: translateX(40px);
    animation: pageHeroPhotoIn 1s 0.25s cubic-bezier(.2, .7, .2, 1) forwards;
}
@keyframes pageHeroPhotoIn { to { opacity: 1; transform: translateX(0); } }

.page-hero__photo picture,
.page-hero__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.page-hero__photo img {
    transform: scale(1.06);
    animation: pageHeroPhotoZoom 14s ease-out forwards;
}
@keyframes pageHeroPhotoZoom { to { transform: scale(1); } }

.page-hero__photo-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg,
            rgba(var(--rgb-sapphire), 0.92) 0%,
            rgba(var(--rgb-sapphire), 0.55) 28%,
            rgba(var(--rgb-sapphire), 0.12) 60%,
            rgba(var(--rgb-sapphire), 0.35) 100%),
        linear-gradient(180deg,
            rgba(var(--rgb-sapphire), 0.30) 0%,
            transparent 35%,
            transparent 65%,
            rgba(var(--rgb-031234), 0.55) 100%);
    pointer-events: none;
}

/* Oversized ghost numeral straddling the boundary */
.page-hero__numeral {
    position: absolute;
    left: 38%;
    bottom: -14%;
    font-family: var(--font-head);
    font-size: clamp(160px, 22vw, 300px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -0.05em;
    color: var(--color-white);
    opacity: 0.10;
    mix-blend-mode: overlay;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 3;
}
/* Modifier pentru când ghost text e cuvânt (mai lung) în loc de cifră */
.page-hero__numeral--word {
    font-size: clamp(64px, 8.5vw, 140px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
    left: 30%;
    bottom: -6%;
    opacity: 0.08;
}

/* Vertical spine label on the right edge */
.page-hero__spine {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.60);
    mix-blend-mode: difference;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 4;
}

/* =================== CONTENT INNER =================== */
.page-hero__inner {
    position: relative;
    z-index: 4;
    padding: 26px 24px 32px;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-hero__breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(var(--rgb-white), 0.55);
    margin: 0;
}
.page-hero__breadcrumbs a {
    color: rgba(var(--rgb-white), 0.55);
    text-decoration: none;
    transition: color 0.2s ease;
}
.page-hero__breadcrumbs a:hover { color: var(--color-white); }
.page-hero__crumb-sep { color: rgba(var(--rgb-white), 0.30); }
.page-hero__breadcrumbs span[aria-current="page"] { color: var(--color-white); }

.page-hero__head {
    max-width: 760px;
}

.page-hero__title {
    margin: 0 0 14px;
    font-family: var(--font-head);
    font-size: clamp(28px, 3.8vw, 52px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.025em;
    color: var(--color-white);
    text-wrap: balance;
}
.page-hero__title-line { display: block; overflow: hidden; }
.page-hero__title-line > span {
    display: inline-block;
    opacity: 0;
    transform: translateY(110%);
    animation: pageHeroTitleIn 0.85s cubic-bezier(.2, .7, .2, 1) forwards;
}
.page-hero__title-line:nth-child(1) > span { animation-delay: 0.10s; }
.page-hero__title-line:nth-child(2) > span {
    animation-delay: 0.30s;
    /* font-style: italic; */
    font-weight: 400;
    color: var(--color-taupe);
}
@keyframes pageHeroTitleIn { to { opacity: 1; transform: translateY(0); } }

.page-hero__lead {
    margin: 0 0 18px;
    max-width: 460px;
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(var(--rgb-white), 0.72);
    opacity: 0;
    animation: pageHeroFade 0.75s 0.6s ease forwards;
}
@keyframes pageHeroFade { to { opacity: 1; } }

.page-hero__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    opacity: 0;
    animation: pageHeroFade 0.75s 0.75s ease forwards;
}

.page-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    padding: 8px 0 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(var(--rgb-gold), 0.55);
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.25s ease, gap 0.25s ease;
}
.page-hero__cta i {
    font-size: 13px;
    color: var(--color-gold);
    transition: transform 0.3s ease;
}
.page-hero__cta:hover {
    color: var(--color-gold);
    border-color: var(--color-gold);
    gap: 16px;
}
.page-hero__cta:hover i { transform: translateY(3px); }

/* =================== RESPONSIVE =================== */
@media (max-width: 992px) {
    .page-hero__body { min-height: auto; }
    .page-hero__photo {
        position: relative;
        width: 100%;
        height: clamp(220px, 38vh, 320px);
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
        transform: translateY(-20px);
        animation: pageHeroPhotoInM 0.9s 0.2s cubic-bezier(.2, .7, .2, 1) forwards;
    }
    @keyframes pageHeroPhotoInM { to { opacity: 1; transform: translateY(0); } }
    .page-hero__photo-overlay {
        background:
            linear-gradient(180deg,
                rgba(var(--rgb-sapphire), 0.20) 0%,
                rgba(var(--rgb-sapphire), 0.0) 35%,
                rgba(var(--rgb-sapphire), 0.55) 100%);
    }
    .page-hero__numeral {
        left: auto;
        right: -30px;
        bottom: -6%;
        font-size: clamp(220px, 55vw, 360px);
        opacity: 0.07;
    }
    .page-hero__inner {
        padding: 32px 20px 56px;
        grid-template-rows: auto auto;
        row-gap: 28px;
    }
    .page-hero__head { max-width: 100%; }
    .page-hero__title { font-size: clamp(36px, 7.5vw, 56px); }
}

@media (max-width: 768px) {
    .page-hero__masthead-row { padding: 12px 20px; }
    .page-hero__lead { font-size: 14px; }
    .page-hero__spine { font-size: 9px; right: 8px; letter-spacing: 0.32em; }
}

@media (max-width: 480px) {
    .page-hero__actions { gap: 20px; }
    .page-hero__numeral { font-size: clamp(180px, 70vw, 280px); }
}

@media (prefers-reduced-motion: reduce) {
    .page-hero__title-line > span,
    .page-hero__lead,
    .page-hero__actions,
    .page-hero__photo,
    .page-hero__photo img {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* =====================================================
   BLOG LISTING — pagina blog.html
   Featured card sapphire (1st) + grid editorial 3-col
   ===================================================== */
.section-blog-listing {
    position: relative;
    padding: 100px 0 120px;
    background: var(--color-white);
    overflow: hidden;
}
.section-blog-listing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 240px;
    background: linear-gradient(180deg, var(--color-gold) 0%, transparent 100%);
    pointer-events: none;
}
.section-blog-listing::after {
    content: "JOURNAL";
    position: absolute;
    right: -30px;
    bottom: -40px;
    font-family: var(--font-head);
    font-size: clamp(120px, 22vw, 300px);
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--rgb-gold), 0.18);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.blog-listing__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 18px;
    margin-bottom: 48px;
    background: rgba(var(--rgb-gold), 0.12);
    border-radius: 0;
    animation: blog-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.blog-listing__eyebrow-rule {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--color-gold);
}
.blog-listing__eyebrow-text {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-8a6f3f);
}

@keyframes blog-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .blog-listing__eyebrow,
    .blog-listing__card {
        animation: none;
        opacity: 1;
    }
    .blog-listing__media img,
    .blog-listing__cta > i,
    .blog-listing__cta > span,
    .blog-listing__title a { transition: none; }
    .team-cta::before,
    .team-cta::after,
    .blog-listing__load-more::before,
    .blog-listing__load-more::after,
    .agent-form__submit::before,
    .agent-form__submit::after { transition: none; }
}

/* Antet editorial listing */
.blog-listing__head {
    max-width: 760px;
    margin: 0 0 clamp(36px, 4vw, 56px);
}
.blog-listing__title {
    margin: 14px 0 14px;
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--color-ink);
}
.blog-listing__title em {
    font-style: normal;
    font-weight: 800;
    color: var(--color-sapphire);
}
.blog-listing__lead {
    margin: 0;
    max-width: 620px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
}

.blog-listing {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 28px;
    margin-bottom: 64px;
}

.blog-listing__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.08);
    box-shadow: 0 12px 32px rgba(var(--rgb-sapphire), 0.06), 0 2px 6px rgba(var(--rgb-ink), 0.03);
    transition:
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease;
    overflow: hidden;
    opacity: 0;
    animation: blog-fade-up 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}
/* Entrance stagger — cards apar unul câte unul */
.blog-listing__card:nth-child(1) { animation-delay: 0.05s; }
.blog-listing__card:nth-child(2) { animation-delay: 0.15s; }
.blog-listing__card:nth-child(3) { animation-delay: 0.25s; }
.blog-listing__card:nth-child(4) { animation-delay: 0.35s; }
.blog-listing__card:nth-child(5) { animation-delay: 0.45s; }
.blog-listing__card:nth-child(6) { animation-delay: 0.55s; }
.blog-listing__card:nth-child(7) { animation-delay: 0.65s; }

/* Bară gold indicator jos care apare la hover — signature line */
.blog-listing__card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    transition: width 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    z-index: 3;
}
.blog-listing__card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 60px rgba(var(--rgb-sapphire), 0.18),
        0 8px 20px rgba(var(--rgb-ink), 0.06);
    border-color: rgba(var(--rgb-sapphire), 0.14);
}
.blog-listing__card:hover::after {
    width: 100%;
}

.blog-listing__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--color-sapphire-deep);
    isolation: isolate;
}
.blog-listing__media picture,
.blog-listing__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
    filter: saturate(0.95);
}
.blog-listing__card:hover .blog-listing__media img {
    transform: scale(1.08);
    filter: saturate(1.1);
}

/* Overlay gradient subtil peste imagine — devine mai intens la hover pentru fade elegant */
.blog-listing__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 55%,
        rgba(var(--rgb-sapphire), 0.28) 100%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    z-index: 1;
}
.blog-listing__card:hover .blog-listing__media::after {
    opacity: 1;
}

.blog-listing__cat {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px 7px 12px;
    background: rgba(var(--rgb-white), 0.95);
    color: var(--color-sapphire);
    border: 1px solid rgba(var(--rgb-gold), 0.55);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.3s ease, color 0.3s ease;
}
.blog-listing__cat::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(var(--rgb-gold), 0.22);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.blog-listing__card:hover .blog-listing__cat {
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    transform: translateY(-2px);
}
.blog-listing__card:hover .blog-listing__cat::before {
    background: var(--color-1d1d1d);
    box-shadow: 0 0 0 3px rgba(var(--rgb-1d1d1d), 0.18);
}

.blog-listing__body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.blog-listing__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--color-text-soft);
}
.blog-listing__meta time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-listing__meta i {
    font-size: 11px;
    color: var(--color-gold);
}
.blog-listing__meta-sep {
    color: var(--color-gold);
    opacity: 0.5;
}

.blog-listing__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--color-1d1d1d);
}
.blog-listing__title a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--color-gold), var(--color-gold));
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 0.5s cubic-bezier(0.65, 0, 0.35, 1), color 0.3s ease;
    padding-bottom: 2px;
}
.blog-listing__title a:hover {
    color: var(--color-sapphire);
    background-size: 100% 2px;
}

.blog-listing__excerpt {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text-soft);
}

/* Inline compact CTA — variantă „link" cu subliniere gold și cerc de săgeată */
.blog-listing__cta {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    text-decoration: none;
    align-self: flex-start;
    transition: color 0.3s ease, gap 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-listing__cta > span {
    position: relative;
    padding-bottom: 3px;
    background-image: linear-gradient(var(--color-gold), var(--color-gold));
    background-repeat: no-repeat;
    background-size: 0% 1.5px;
    background-position: 0 100%;
    transition: background-size 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.blog-listing__cta > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 0;
    background: var(--color-sapphire);
    color: var(--color-gold);
    font-size: 10px;
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.35s ease;
}
.blog-listing__cta:hover {
    gap: 14px;
    color: var(--color-1d1d1d);
}
.blog-listing__cta:hover > span { background-size: 100% 1.5px; }
.blog-listing__cta:hover > i {
    background: var(--color-gold);
    color: var(--color-sapphire);
    transform: translateX(4px) rotate(-8deg);
    box-shadow: 0 6px 14px rgba(var(--rgb-gold), 0.35);
}

/* Toate cardurile egale — fără card „featured" special pe primul. */

/* ===== Load more button ===== */
.blog-listing__footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
/* .blog-listing__load-more folosește sistemul premium comun (definit sus cu .team-cta) */

/* ===== Responsive ===== */
@media (max-width: 960px) {
    .blog-listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 22px;
    }
    .section-blog-listing {
        padding: 80px 0 100px;
    }
}

@media (max-width: 600px) {
    .blog-listing {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .section-blog-listing::after {
        bottom: -20px;
    }
}

.footer-cta {
    position: relative;
    background: var(--color-sapphire);
    color: var(--color-white);
    overflow: hidden;
    isolation: isolate;
    min-height: 52vh;
    min-height: 52svh;
    display: flex;
    align-items: stretch;
}

.footer-cta-image {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
}
.footer-cta-image picture {
    display: block;
    width: 100%;
    height: 100%;
}
.footer-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.footer-cta-image__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(var(--rgb-sapphire), 0.55),
        rgba(var(--rgb-sapphire), 0) 60%
    );
    pointer-events: none;
}

.footer-cta-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin: 5vh auto auto 9vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.footer-cta-title {
    font-family: var(--font-head);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.005em;
    color: var(--color-white);
    margin: 0;
}

.footer-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    width: fit-content;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    line-height: 1;
    isolation: isolate;
}
.footer-cta-btn__layer {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 20px 32px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-white);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
}
.footer-cta-btn__layer--2 {
    position: absolute;
    inset: 0;
    transform: translateY(101%);
    color: var(--color-white);
    background: var(--color-gold-deep);
}
.footer-cta-btn:hover .footer-cta-btn__layer--1 { transform: translateY(-101%); }
.footer-cta-btn:hover .footer-cta-btn__layer--2 { transform: translateY(0); }
.footer-cta-btn__icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.footer-cta-btn:hover .footer-cta-btn__layer--2 .footer-cta-btn__icon { transform: translateX(4px); }
.footer-cta-btn__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--color-gold);
    z-index: 5;
}

@media (max-width: 768px) {
    .footer-cta { min-height: 40vh; min-height: 40svh; }
    .footer-cta-container {
        margin: 0;
        padding: 56px 24px;
        max-width: 100%;
        justify-content: center;
        flex: 1;
        gap: 28px;
    }
    .footer-cta-title { font-size: clamp(28px, 8vw, 44px); }
    .footer-cta-btn__layer { padding: 16px 24px; gap: 20px; font-size: 12px; }
    .footer-cta-image__gradient {
        background: linear-gradient(180deg,
            rgba(var(--rgb-sapphire), 0.55) 0%,
            rgba(var(--rgb-sapphire), 0.75) 100%
        );
    }

    /* === Footer content — mobile layout === */
    .footer-content { padding: 48px 0 24px; }

    .footer-grid.is-1st {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 28px;
    }

    /* Nav links — 2 coloane pe mobil */
    nav.footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px 20px;
        place-items: start stretch;
    }

    /* Meta strip — fiecare item pe câte un rând */
    .footer-layout > .footer-grid:last-child {
        grid-template-columns: 1fr;
        gap: 10px;
        place-items: start stretch;
    }
    .footer-main-link.is-2nd { padding: 4px 0; }

    .footer-logo-link { align-self: start; }

    .brand-name-text { font-size: 26px; }

    .footer-contact-links { gap: 6px; }
    .footer-contact-link { font-size: 13px; }

    .footer-info-socials {
        gap: 20px;
        margin-top: 14px;
    }
    .footer-info-socials a {
        width: 22px;
        height: 22px;
        font-size: 17px;
    }

    .footer-main-link {
        font-size: 12px;
        padding: 8px 0;
    }

    .footer-divider {
        margin-top: 24px;
        margin-bottom: 16px;
    }
}

.site-footer {
    background: var(--color-ivory);
    color: var(--color-ink);
    padding: 0;
    border: none;
    text-align: left;
    margin-top: 0;
    overflow: hidden;
}

.footer-content {
    padding: 40px 0 26px;
}

.footer-info-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr;
    gap: 48px;
    align-items: start;
    padding-bottom: 72px;
}
.footer-info-brand { display: flex; align-items: center; }
.footer-brand-text {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    line-height: 1;
    transition: color 0.3s ease;
}
.footer-brand-text:hover { color: var(--color-gold-deep); }
.footer-info-block { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.footer-info-label {
    font-family: var(--font-body);
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--color-gray); line-height: 1.4;
}
.footer-info-value {
    font-family: var(--font-body);
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.05em; text-transform: uppercase;
    color: var(--color-ink); line-height: 1.6;
    word-break: break-word; transition: color 0.3s ease;
}
a.footer-info-value:hover { color: var(--color-gold-deep); }
.footer-info-contact { gap: 4px; }
.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 48px;
    padding-bottom: 32px;
}
.footer-meta-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 24px 48px;
    padding-top: 28px;
}
.footer-meta-link {
    font-family: var(--font-body);
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--color-gray); line-height: 1.4;
    transition: color 0.3s ease;
}
.footer-meta-link:hover { color: var(--color-gold-deep); }
.footer-meta-socials { display: flex; gap: 18px; justify-self: end; }
.footer-meta-socials a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px;
    color: var(--color-gray); font-size: 15px;
    transition: color 0.3s ease;
}
.footer-meta-socials a:hover { color: var(--color-gold-deep); }

.footer-links-grid > .footer-main-link {
    font-family: var(--font-body);
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--color-ink); line-height: 1.5;
    position: relative; padding: 0;
    border-left: none; opacity: 1;
    transition: color 0.3s ease;
}
.footer-links-grid > .footer-main-link::after {
    content: ""; position: absolute;
    left: 0; bottom: -2px;
    width: 0; height: 1px;
    background: var(--color-gold);
    transition: width 0.3s ease;
}
.footer-links-grid > .footer-main-link:hover { color: var(--color-gold-deep); }
.footer-links-grid > .footer-main-link:hover::after { width: 100%; }

.footer-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0;
    place-items: center start;
    width: 100%;
}

.footer-grid.is-1st {
    place-items: start stretch;
    margin-bottom: clamp(28px, 3vw, 48px);
}

.footer-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    gap: 8px;
    color: var(--color-ink);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.footer-logo-link:hover { opacity: 0.7; }

.brand-name-text {
    font-family: var(--font-head);
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-ink);
}

.footer-about-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-brand-address {
    opacity: 0.8;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-ink);
}

.footer-brand-address.is-title {
    opacity: 0.5;
    font-size: 11px;
    margin-bottom: 6px;
    letter-spacing: 0.14em;
}

.footer-contact-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.footer-contact-link {
    padding: 2px 0;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-ink);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-contact-link:hover { color: var(--color-gold-deep); }

.footer-info-socials {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
.footer-info-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--color-gray);
    font-size: 15px;
    transition: color 0.2s ease, transform 0.2s ease;
}
.footer-info-socials a:hover {
    color: var(--color-gold-deep);
    transform: translateY(-2px);
}

.footer-main-link {
    display: block;
    position: relative;
    padding: 6px 0;
    color: var(--color-ink);
    opacity: 0.75;
    font-family: var(--font-body);
    font-size: 11px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}
.footer-main-link:hover {
    opacity: 1;
    color: var(--color-ink);
}

.footer-main-link.is-current,
.footer-main-link[aria-current="page"] {
    opacity: 1;
    font-weight: 700;
}

.footer-main-link.is-2nd {
    opacity: 0.85;
    font-weight: 500;
}
.footer-main-link.is-2nd:hover {
    opacity: 1;
}
/* Meta-strip mereu vizibil — bypass reveal animation (translateY 48px + opacity 0)
   ca să rămână lizibil chiar dacă observer-ul nu îl atinge. */
.footer-main-link.is-2nd[data-reveal-item] {
    opacity: 0.85;
    transform: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: var(--color-ink);
    opacity: 0.12;
    margin-top: clamp(20px, 2.4vw, 36px);
    margin-bottom: clamp(14px, 1.6vw, 22px);
}

[data-reveal-item] {
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

[data-reveal-group].is-revealed [data-reveal-item],
[data-reveal-item].is-revealed {
    opacity: 1;
    transform: translateY(0);
}

[data-reveal-group].is-revealed .footer-main-link[data-reveal-item],
.footer-main-link[data-reveal-item].is-revealed { opacity: 0.75; }
[data-reveal-group].is-revealed .footer-main-link.is-current[data-reveal-item],
[data-reveal-group].is-revealed .footer-main-link[aria-current="page"][data-reveal-item] { opacity: 1; }
[data-reveal-group].is-revealed .footer-main-link.is-2nd[data-reveal-item],
.footer-main-link.is-2nd[data-reveal-item].is-revealed { opacity: 0.85; }

@media (prefers-reduced-motion: reduce) {
    [data-reveal-item] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.color-accent { color: var(--color-gold); }

@media (max-width: 1440px) {
    :root {
        --card-width: minmax(0, 1fr);
    }

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

    .property-card {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

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

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-card--featured {
        grid-column: span 2;
    }

    .section-head--split {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-lead {
        text-align: left;
        margin-left: 0;
    }

    .footer-info-row {
        grid-template-columns: 1fr 1fr;
        gap: 36px 32px;
        padding-bottom: 48px;
    }
    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px 32px;
    }
    .footer-meta-row {
        grid-template-columns: 1fr 1fr;
    }
    .footer-meta-socials { justify-self: end; }

}

@media (max-width: 600px) {
    .section-popular,
    .section-team,
    .section-blog {
        padding: 56px 0 72px;
    }

    .property-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .property-card__foot {
        flex-wrap: wrap;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .team-grid .team-card:nth-child(n+5) {
        display: none;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card--featured {
        grid-column: span 1;
    }

    
    .blog-card__title-svg {
        width: 78%;
    }

    .blog-card--featured .blog-card__media {
        aspect-ratio: 4 / 3;
    }

    .footer-content {
        padding: 64px 0 28px;
    }
    
    .footer-info-row {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 40px;
    }
    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 24px;
        padding-bottom: 24px;
    }
    .footer-meta-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 22px;
    }
    .footer-meta-socials {
        justify-self: start;
    }

}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 56px auto 0;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.pagination__page,
.pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    /* border-radius: 4px; */
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ink);
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pagination__page:hover,
.pagination__btn:hover {
    background: var(--color-bg-alt);
}

.pagination__page.is-active {
    background: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
}

.pagination__dots {
    padding: 0 8px;
    color: var(--color-text-soft);
    user-select: none;
}

/* Wrapper pentru formularul de căutare sub page-hero (properties/rentals) */
.page-search {
    background: var(--color-ivory);
    padding: 32px 0;
    border-bottom: 1px solid var(--color-line);
}
@media (max-width: 768px) {
    .page-search { padding: 24px 0; }
}

.listing-search {
    background: var(--color-bg);
    border-radius: 0;
    border: 1px solid var(--color-line);
    box-shadow: 0 14px 36px rgba(var(--rgb-ink), 0.05);
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.9fr 1.1fr auto;
    gap: 0;
    align-items: stretch;
}

.listing-search__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 20px;
    border-right: 1px solid var(--color-line);
    cursor: pointer;
}

.listing-search__field:last-of-type {
    border-right: none;
}

.listing-search__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-soft);
}

.listing-search__select,
.listing-search__input {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-ink);
    background: transparent;
    border: none;
    outline: none;
    padding: 4px 0;
    width: 100%;
    cursor: pointer;
}

.listing-search__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 3.75 5 6.25l2.5-2.5' stroke='%23E57A26' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
}

.listing-search__range {
    display: flex;
    align-items: center;
    gap: 6px;
}

.listing-search__range input {
    width: 100%;
    min-width: 0;
}

.listing-search__range-sep {
    color: var(--color-text-soft);
    font-size: 12px;
}

.listing-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    margin: 4px;
    background: var(--color-accent);
    color: var(--color-white);
    border: none;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(var(--rgb-1a1a1a), 0.17);
    transition: transform 0.2s, box-shadow 0.2s;
}

.listing-search__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(var(--rgb-1a1a1a), 0.18);
}

@media (max-width: 900px) {
    .listing-search {
        grid-template-columns: 1fr 1fr;
        padding: 12px;
    }
    .listing-search__field {
        border-right: none;
        border-bottom: 1px solid var(--color-line);
    }
    .listing-search__field:nth-last-of-type(2),
    .listing-search__field:last-of-type {
        border-bottom: none;
    }
    .listing-search__submit {
        grid-column: 1 / -1;
        margin: 6px 0 0;
        padding: 16px 30px;
    }
}

@media (max-width: 540px) {
    .listing-search {
        grid-template-columns: 1fr;
    }
    .listing-search__field {
        border-bottom: 1px solid var(--color-line) !important;
    }
    .listing-search__field:last-of-type {
        border-bottom: none !important;
    }
}

/* Bara de sub formularul de căutare: sortare (stânga) + număr rezultate (dreapta) */
.pl-search__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 0 4px;
}

.pl-search__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--color-text-soft);
}

.pl-search__sort > span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
}

.pl-search__sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-ink);
    background-color: var(--color-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 3.75 5 6.25l2.5-2.5' stroke='%23E57A26' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid var(--color-line);
    border-radius: 0;
    padding: 8px 30px 8px 12px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.pl-search__sort select:hover,
.pl-search__sort select:focus {
    border-color: var(--color-accent);
    outline: none;
}

.pl-search__count {
    font-size: 13px;
    color: var(--color-text-soft);
    letter-spacing: 0.02em;
}

.pl-search__count strong {
    color: var(--color-ink);
    font-weight: 700;
    font-size: 15px;
    margin-right: 4px;
}

@media (max-width: 540px) {
    .pl-search__foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.page-inner .section-team {
    background-color: var(--color-bg);
    background-image: none;
    padding: 50px 0 100px;
}

.page-inner .section-team::before,
.page-inner .section-team::after {
    display: none;
}

.page-inner .section-team .section-title,
.page-inner .section-team .section-title strong {
    color: var(--color-ink);
}

.page-inner .section-team .section-lead {
    color: var(--color-text-soft);
}

.page-inner .section-team .team-card__name {
    color: var(--color-ink);
}

.page-inner .section-team .team-card__role {
    color: var(--color-text-soft);
}


/* =====================================================
   AGENTS LIST GRID — pagina agents.html
   Editorial 4-col grid + hover gold frame + slide-up contacts
   ===================================================== */
.section-agents-list {
    position: relative;
    padding: 80px 0 100px;
    background: var(--color-ivory);
    overflow: hidden;
    counter-reset: agents-counter;
}
.section-agents-list::after {
    content: "Singapore";
    position: absolute;
    right: -40px;
    bottom: -40px;
    font-family: var(--font-head);
    font-size: clamp(110px, 20vw, 280px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--rgb-gold), 0.10);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.agents-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 28px;
    margin-bottom: 24px;
}

.agent-card {
    position: relative;
    display: flex;
    flex-direction: column;
    counter-increment: agents-counter;
}

.agent-card__index {
    position: absolute;
    top: -14px;
    left: -8px;
    z-index: 4;
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-gold);
    pointer-events: none;
    text-shadow: 0 2px 14px rgba(var(--rgb-ink), 0.25);
    transition: transform 0.35s ease;
}
.agent-card__index::before {
    content: "0" counter(agents-counter);
}
.agent-card:nth-child(n+10) .agent-card__index::before {
    content: counter(agents-counter);
}
.agent-card:hover .agent-card__index {
    transform: translate(-4px, -4px);
}

.agent-card__media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-sapphire-deep);
    isolation: isolate;
}
.agent-card__media-link {
    display: block;
    width: 100%;
    height: 100%;
}
.agent-card__media picture,
.agent-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.65s ease, filter 0.4s ease;
    filter: saturate(0.7) brightness(0.88);
}
.agent-card:hover .agent-card__media img {
    transform: scale(1.05);
    filter: saturate(1) brightness(1);
}

.agent-card__frame {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(var(--rgb-gold), 0);
    pointer-events: none;
    z-index: 2;
    transition: border-color 0.4s ease, inset 0.4s ease;
}
.agent-card:hover .agent-card__frame {
    border-color: rgba(var(--rgb-gold), 0.85);
    inset: 14px;
}

.agent-card__contacts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 12px;
    gap: 6px;
    background: linear-gradient(180deg, rgba(var(--rgb-031234), 0) 0%, rgba(var(--rgb-031234), 0.92) 100%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.3s ease;
}
.agent-card:hover .agent-card__contacts {
    transform: translateY(0);
    opacity: 1;
}

.agent-card__contact {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.10);
    color: var(--color-white);
    border: 1px solid rgba(var(--rgb-white), 0.18);
    border-radius: 50%;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.agent-card__contact:hover {
    background: var(--color-gold);
    color: var(--color-ink);
    border-color: var(--color-gold);
    transform: translateY(-2px);
}

.agent-card__body {
    padding: 20px 2px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.agent-card__role {
    margin: 0;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold-deep);
}
.agent-card__name {
    margin: 4px 0 0;
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-ink);
}
.agent-card__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.agent-card__name a:hover {
    color: var(--color-gold-deep);
}
.agent-card__rule {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: var(--color-gold);
    margin: 8px 0 2px;
    transition: width 0.35s ease;
}
.agent-card:hover .agent-card__rule {
    width: 48px;
}
.agent-card__view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold-deep);
    text-decoration: none;
    align-self: flex-start;
    transition: color 0.2s ease;
}
.agent-card__view i {
    font-size: 10px;
    transition: transform 0.25s ease;
}
.agent-card__view:hover {
    color: var(--color-sapphire);
}
.agent-card__view:hover i {
    transform: translateX(5px);
}

@media (max-width: 1100px) {
    .agents-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .agents-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
    .agent-card__index { font-size: 28px; top: -10px; }
    .section-agents-list { padding: 56px 0 80px; }
}
@media (max-width: 420px) {
    .agents-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   AGENTS RECRUITMENT CTA — sapphire panel
   ===================================================== */
.agents-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 54px 0 60px;
    background: linear-gradient(180deg, var(--color-sapphire) 0%, var(--color-sapphire-deep) 100%);
    color: var(--color-white);
    text-align: center;
    --mouse-x: 50%;
    --mouse-y: 50%;
}
.agents-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 1px;
    transform: translateX(-50%);
    background: var(--color-gold);
    pointer-events: none;
    z-index: 2;
}

.agents-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.agents-cta__image {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.18;
}
.agents-cta__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform;
    mix-blend-mode: screen;
}
.agents-cta__blob--1 {
    width: 520px;
    height: 520px;
    top: -130px;
    left: -120px;
    background: radial-gradient(circle, rgba(var(--rgb-gold), 0.45) 0%, rgba(var(--rgb-gold), 0) 70%);
    animation: blob-drift-1 24s ease-in-out infinite;
}
.agents-cta__blob--2 {
    width: 440px;
    height: 440px;
    bottom: -150px;
    right: -100px;
    background: radial-gradient(circle, rgba(var(--rgb-054791), 0.45) 0%, rgba(var(--rgb-sapphire), 0) 72%);
    animation: blob-drift-2 28s ease-in-out infinite;
}
.agents-cta__spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle 360px at var(--mouse-x) var(--mouse-y),
        rgba(var(--rgb-gold), 0.24) 0%,
        rgba(var(--rgb-gold), 0.08) 35%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}
.agents-cta.is-hovered .agents-cta__spotlight {
    opacity: 1;
}

.agents-cta__inner {
    position: relative;
    z-index: 3;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.agents-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.agents-cta__eyebrow-rule {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--color-gold);
}
.agents-cta__eyebrow-text {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.agents-cta__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: -0.02em;
}
.agents-cta__title strong {
    font-weight: 700;
    font-style: italic;
    color: var(--color-gold);
}

.agents-cta__lead {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
    color: rgba(var(--rgb-white), 0.72);
    max-width: 540px;
}

.agents-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: var(--color-gold);
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--color-gold);
    margin-top: 4px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.agents-cta__btn i {
    font-size: 12px;
    transition: transform 0.25s ease;
}
.agents-cta__btn:hover {
    background: transparent;
    color: var(--color-gold);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(var(--rgb-gold), 0.25);
}
.agents-cta__btn:hover i {
    transform: translateX(5px);
}

@media (prefers-reduced-motion: reduce) {
    .agents-cta__blob {
        animation: none;
    }
    .agents-cta__spotlight {
        transition: none;
    }
    .agents-cta__image {
        background-attachment: scroll;
    }
}
@media (max-width: 768px) {
    .agents-cta { padding: 64px 0 72px; }
    .agents-cta__image { background-attachment: scroll; }
}

.about-story {
    padding: 50px 0;
}

.about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.about-story__quote {
    position: relative;
    padding-top: 6px;
}

.about-story__quote-icon {
    font-size: 28px;
    color: var(--color-ink);
    margin-bottom: 24px;
    display: inline-block;
    opacity: 0.85;
}

.about-story__quote p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-ink);
    margin-bottom: 40px;
    font-weight: 400;
}

.about-story__image {
    width: 100%;
    height: 150px;
    border-radius: 16px;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.about-story__card {
    background: var(--color-accent);
    color: var(--color-white);
    padding: 44px 44px 48px;
    border-radius: 22px;
    position: relative;
    min-height: 100%;
    width: 100%;
}

.about-story__badge {
    position: absolute;
    top: 32px;
    right: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-sapphire);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.about-story__badge i {
    font-size: 11px;
}

.about-story__card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: var(--color-sapphire);
    font-weight: 400;
}

.about-story__card p:first-of-type {
    margin-top: 56px;
}

.about-story__card p:last-child {
    margin-bottom: 0;
}

.about-stats {
    padding: 10px 0 60px;
}

.about-stats__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--color-line);
    border-radius: 999px;
    padding: 22px 60px;
    list-style: none;
    margin: 0;
    background: var(--color-bg);
}

.about-stats__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
}

.about-stats__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background: var(--color-line);
}

.about-stats__number {
    font-family: var(--font-head);
    font-size: 38px;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1;
    letter-spacing: -0.01em;
}

.about-stats__number sup {
    font-size: 0.45em;
    font-weight: 600;
    top: -0.85em;
    margin-left: 1px;
}

.about-stats__label {
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-text-soft);
    font-weight: 500;
}

.about-values {
    padding: 30px 0 100px;
}

.about-values__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 24px;
}

.value-card {
    position: relative;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 22px;
    padding: 32px 32px 38px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.value-card:has(.value-card__inner) {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.value-card__inner {
    --notch: 70px;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 22px;
    padding: 32px 32px 38px;
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-mask: radial-gradient(circle var(--notch) at 100% 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
            mask: radial-gradient(circle var(--notch) at 100% 0,
        transparent calc(var(--notch) - 0.5px), var(--color-black) var(--notch));
}

.value-card:has(.value-card__inner)::after {
    content: '';
    position: absolute;
    top: 38px;
    right: 0;
    width: 140px;
    height: 140px;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    transform: translate(50%, -50%);
    pointer-events: none;
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
    z-index: 3;
}

.value-card__logo {
    position: absolute;
    top: 40px;
    right: -4px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 2;
    pointer-events: none;
}

.value-card__logo svg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(var(--rgb-1a1a1a), 0.14);
}

.value-card__icon {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 14px;
    color: var(--color-accent);
}

.value-card__title {
    font-family: var(--font-head);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-ink);
    margin: 0;
    line-height: 0.95;
}

.value-card__text {
    font-size: 13px;
    line-height: 1.55;
    color: var(--color-text-soft);
    margin-top: 14px;
    max-width: 300px;
}

.value-card--image {
    padding: 0;
    border: none;
    overflow: hidden;
}

.value-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-cta {
    padding: 50px 0 100px;
}

.about-cta__inner {
    background: var(--color-bg-alt);
    border-radius: 22px;
    padding: 70px 40px;
    text-align: center;
}

.about-cta__title {
    font-family: var(--font-head);
    font-size: clamp(30px, 4.5vw, 52px);
    line-height: 1.05;
    font-weight: 400;
    color: var(--color-ink);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.about-cta__lead {
    font-size: 15px;
    color: var(--color-text-soft);
    margin-bottom: 28px;
}

.about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: var(--color-accent);
    color: var(--color-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(var(--rgb-1a1a1a), 0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(var(--rgb-1a1a1a), 0.18);
}

/* =====================================================
   CONTACT SPREAD — Boutique 2026 (pagina contact.html)
   Foto office cinematic + dark panel cu telefon-erou + map mini overlap.
   Form pe ivory dedesubt.
   ===================================================== */
.contact-spread {
    background: var(--color-ivory);
    color: var(--color-ink);
    padding: 70px 0 90px;
}

/* TOP: photo visual + dark panel */
.contact-spread__top {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 0;
    align-items: stretch;
    min-height: 460px;
}

/* Visual photo with map mini overlap */
.contact-spread__visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--color-taupe);
}
.contact-spread__visual picture,
.contact-spread__visual > picture > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
    transition: transform 1.4s ease;
}
.contact-spread__visual:hover > picture > img {
    transform: scale(1.06);
}
.contact-spread__visual-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 45%,
        rgba(var(--rgb-ink), 0.55) 100%);
    pointer-events: none;
    z-index: 1;
}

.contact-spread__visual-addr {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(var(--rgb-ink), 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--color-white);
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.04em;
    max-width: calc(100% - 220px);
}
.contact-spread__visual-pin {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-red);
    box-shadow: 0 0 0 0 rgba(var(--rgb-gold), 0.55);
    animation: contactPinPulse 1.8s ease-out infinite;
    flex-shrink: 0;
}
@keyframes contactPinPulse {
    0% { box-shadow: 0 0 0 0 rgba(var(--rgb-gold), 0.55); }
    100% { box-shadow: 0 0 0 12px rgba(var(--rgb-gold), 0); }
}

/* Dark panel — phone hero */
.contact-spread__panel {
    background: var(--color-sapphire-deep);
    color: var(--color-white);
    padding: 40px 38px 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    overflow: hidden;
}
.contact-spread__panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-red) 0%, transparent 70%);
    pointer-events: none;
}
.contact-spread__panel-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.55);
}
.contact-spread__phone {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    color: var(--color-white);
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(var(--rgb-white), 0.14);
}
.contact-spread__phone-num {
    font-family: var(--font-head);
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.025em;
    color: var(--color-white);
    transition: color 0.25s ease;
}
.contact-spread__phone:hover .contact-spread__phone-num {
    color: var(--color-taupe);
}
.contact-spread__phone-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-red);
    transition: gap 0.25s ease;
}
.contact-spread__phone-cta i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 11px;
    transition: transform 0.25s ease;
}
.contact-spread__phone:hover .contact-spread__phone-cta {
    gap: 14px;
}
.contact-spread__phone:hover .contact-spread__phone-cta i {
    transform: translateX(3px);
}
.contact-spread__phone-meta {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.55);
    margin-top: -8px;
}

/* Quick links: email + WhatsApp */
.contact-spread__quick {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: auto;
}
.contact-spread__quick-item {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    column-gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(var(--rgb-white), 0.14);
    text-decoration: none;
    color: var(--color-white);
    transition: padding 0.25s ease;
}
.contact-spread__quick-item:last-child {
    border-bottom: 0;
}
.contact-spread__quick-item:hover {
    padding-left: 8px;
}
.contact-spread__quick-item > i {
    font-size: 14px;
    color: rgba(var(--rgb-white), 0.55);
    transition: color 0.25s ease;
}
.contact-spread__quick-item:hover > i {
    color: var(--color-white);
}
.contact-spread__quick-item--wa:hover > i {
    color: var(--color-whatsapp);
}
.contact-spread__quick-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.55);
    grid-row: 1;
    grid-column: 2;
}
.contact-spread__quick-val {
    font-family: var(--font-head);
    font-size: 14px;
    color: var(--color-white);
    grid-row: 1;
    grid-column: 3;
    text-align: right;
}

.contact-spread__socials {
    display: flex;
    gap: 8px;
    padding-top: 4px;
}
.contact-spread__socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: rgba(var(--rgb-white), 0.08);
    border: 1px solid rgba(var(--rgb-white), 0.14);
    text-decoration: none;
    font-size: 13px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.contact-spread__socials a:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    transform: translateY(-2px);
}

/* BOTTOM: form on white card */
.contact-spread__form-wrap {
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-111827), 0.08);
    padding: 40px 42px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: 56px;
    align-items: start;
}
.contact-spread__form-head {
    padding-right: 24px;
}
.contact-spread__form-title {
    font-family: var(--font-head);
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 1.0;
    letter-spacing: -0.025em;
    margin: 0 0 12px;
    color: var(--color-ink);
    font-weight: 700;
}
.contact-spread__form-copy {
    margin: 0 0 22px;
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--color-ink-soft);
    max-width: 320px;
}
.contact-spread__head-map {
    position: relative;
    margin-top: 4px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(var(--rgb-111827), 0.10);
    background: var(--color-taupe);
}
.contact-spread__head-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(0.85) contrast(1.05);
    transition: filter 0.5s ease;
}
.contact-spread__head-map:hover iframe {
    filter: grayscale(0) contrast(1);
}
.contact-spread__head-map-cta {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    background: var(--color-white);
    color: var(--color-ink);
    text-decoration: none;
    border-left: 3px solid var(--color-red);
    box-shadow: 0 8px 22px rgba(var(--rgb-111827), 0.15);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.contact-spread__head-map-cta i {
    font-size: 11px;
    color: var(--color-red);
    transition: color 0.25s ease;
}
.contact-spread__head-map-cta:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-2px);
}
.contact-spread__head-map-cta:hover i { color: var(--color-white); }
.contact-spread__form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.contact-spread__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.contact-spread__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.contact-spread__field > span {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gray);
}
.contact-spread__field input,
.contact-spread__field select,
.contact-spread__field textarea {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(var(--rgb-111827), 0.18);
    padding: 8px 0 10px;
    width: 100%;
    transition: border-color 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}
.contact-spread__field input::placeholder,
.contact-spread__field textarea::placeholder {
    color: rgba(var(--rgb-111827), 0.30);
}
.contact-spread__field input:focus,
.contact-spread__field select:focus,
.contact-spread__field textarea:focus {
    outline: none;
    border-bottom-color: var(--color-red);
}
.contact-spread__select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5 6 7.5l3-3' stroke='rgba(var(--rgb-111827), 0.55)' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
}
.contact-spread__field textarea {
    resize: vertical;
    min-height: 78px;
    line-height: 1.55;
}
.contact-spread__cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 6px;
}
.contact-spread__gdpr {
    margin: 0;
    font-family: var(--font-body);
    font-size: 11px;
    line-height: 1.5;
    color: var(--color-gray);
    max-width: 320px;
}
.contact-spread__submit {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    background: var(--color-ink);
    color: var(--color-white);
    border: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, gap 0.25s ease, transform 0.2s ease;
}
.contact-spread__submit i {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.contact-spread__submit:hover {
    background: var(--color-red);
    gap: 18px;
    transform: translateY(-2px);
}
.contact-spread__submit:hover i { transform: translateX(4px); }

/* Responsive */
@media (max-width: 992px) {
    .contact-spread { padding: 50px 0 70px; }
    .contact-spread__top {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .contact-spread__visual {
        min-height: 360px;
    }
    .contact-spread__form-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 28px;
    }
    .contact-spread__form-head { padding-right: 0; }
}

@media (max-width: 640px) {
    .contact-spread__panel { padding: 28px 24px 24px; }
    .contact-spread__map-mini { width: 130px; height: 96px; right: 14px; bottom: 14px; }
    .contact-spread__visual-addr { left: 14px; bottom: 14px; max-width: calc(100% - 160px); font-size: 11px; padding: 8px 12px; }
    .contact-spread__row { grid-template-columns: 1fr; gap: 22px; }
    .contact-spread__cta-row { justify-content: stretch; }
    .contact-spread__submit { width: 100%; justify-content: center; }
}

/* =====================================================
   TESTIMONIALS — Neutral Iced Matcha (paleta 2026)
   Fundal imagine + scrim charcoal-brown, titluri cream, card cream
   cu signature cursive charcoal, autor ink, quote charcoal,
   buton CTA butter-yellow și săgeți sage. Toate cele 6 culori din
   paleta Iced Matcha sunt folosite (cream, charcoal, sage, olive,
   butter yellow, black).
   ===================================================== */
.testimonials {
    /* Paleta Iced Matcha 2026 (scoped) */
    --tm-cream:      #DAE2E4;   /* off-white cald — fundal card */
    --tm-warm:       #DAE2E4;   /* off-white și mai cald — text subtil pe dark */
    --tm-charcoal:   #004040;   /* Blue Minded — text principal, scrim */
    --tm-sage:       #BDA472;   /* Red Highlight — accente, borduri, brand caption */
    --tm-olive:      #351F39;   /* Maroon — hover CTA, accent profund */
    --tm-butter:     #BDA472;   /* Red Highlight — CTA background */
    --tm-ink:        #351F39;   /* near-black — nume autor */
    --tm-black:      #000000;   /* pure black — hover profund */

    position: relative;
    padding: clamp(88px, 10vw, 140px) 0 clamp(72px, 8vw, 112px);
    background: var(--tm-charcoal);
    overflow: hidden;
    isolation: isolate;
}
.testimonials__bg {
    position: absolute;
    inset: 0;
    display: block;
    z-index: -2;
    pointer-events: none;
}
.testimonials__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.testimonials__scrim {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(var(--rgb-sapphire), 0.65) 0%, rgba(var(--rgb-sapphire), 0.82) 55%, rgba(var(--rgb-1a1a1a), 0.9) 100%);
}

.testimonials__head {
    text-align: center;
    margin-bottom: clamp(36px, 4vw, 56px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.testimonials__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--tm-butter);
}
.testimonials__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(36px, 5.4vw, 64px);
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--tm-cream);
    line-height: 1.05;
    text-transform: uppercase;
    max-width: 900px;
}
.testimonials__title em {
    font-style: normal;
    font-weight: 400;
    color: var(--tm-sage);
    letter-spacing: 0.06em;
}

.testimonials__slider-container {
    position: relative;
    max-width: 100%;
}

.testimonials__swiper {
    padding: 20px 0 8px;
    overflow: visible;
}
.testimonials__swiper .swiper-wrapper {
    align-items: stretch;
}

/* Efect „stacked": cardul activ (z-index 3) stă deasupra, la scară completă. Vecinii
   (prev/next) sunt scalați mai mic și trași spre centru cu translateX, ca să intre SUB
   cel activ (ca în design). Lățimea slide-ului o setează Swiper inline (slidesPerView numeric). */
.testimonials__slide {
    height: auto;
    display: flex;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.testimonials__slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
    pointer-events: auto;
}
.testimonials__slide.swiper-slide-prev {
    opacity: 0.6;
    transform: translateX(24%) scale(0.86);
    z-index: 2;
}
.testimonials__slide.swiper-slide-next {
    opacity: 0.6;
    transform: translateX(-24%) scale(0.86);
    z-index: 2;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 2vw, 26px);
    width: 100%;
    padding: clamp(44px, 5vw, 72px) clamp(32px, 5vw, 72px);
    background: var(--color-white);
    border: 0;
    border-radius: 0;
    box-shadow: 0 24px 70px rgba(var(--rgb-1a1a1a), 0.32);
    text-align: center;
    min-height: 100%;
}

.testimonial-card__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-bottom: clamp(14px, 1.8vw, 22px);
    width: 100%;
    position: relative;
}
.testimonial-card__brand::after {
    content: "";
    display: block;
    width: min(360px, 78%);
    height: 1px;
    margin-top: clamp(12px, 1.6vw, 18px);
    background: rgba(var(--rgb-sapphire), 0.28);
}
.testimonial-card__signature {
    font-family: 'Sacramento', 'Dancing Script', 'Segoe Script', cursive;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 400;
    line-height: 1;
    color: var(--tm-charcoal);
    letter-spacing: 0.01em;
}
.testimonial-card__brand-caption {
    font-family: var(--font-head);
    font-size: clamp(10px, 1vw, 12px);
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--tm-charcoal);
}

.testimonial-card__author {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tm-ink);
    line-height: 1.2;
}

.testimonial-card__text {
    margin: 0;
    max-width: 52ch;
    font-family: var(--font-body);
    font-size: clamp(14px, 1.15vw, 16px);
    font-weight: 400;
    line-height: 1.7;
    color: var(--tm-charcoal);
    text-wrap: pretty;
}

.testimonial-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(8px, 1vw, 14px);
    padding: 14px 34px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-white);
    background: var(--tm-charcoal);
    border: 1px solid var(--tm-charcoal);
    border-radius: 0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.testimonial-card__cta:hover,
.testimonial-card__cta:focus-visible {
    background: var(--tm-olive);
    border-color: var(--tm-olive);
    color: var(--color-white);
    transform: translateY(-1px);
}

.testimonials__arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: clamp(28px, 3.5vw, 44px);
}
.testimonials__arrow {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--tm-sage);
    background: transparent;
    color: var(--tm-warm);
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.testimonials__arrow:hover,
.testimonials__arrow:focus-visible {
    background: var(--tm-butter);
    color: var(--tm-black);
    border-color: var(--tm-butter);
    transform: translateY(-1px);
}
.testimonials__arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .testimonials { padding: 72px 0 56px; }
    /* Pe mobil suprapunerea vecinilor e mai discretă (spațiu mic), ca textul cardului
       activ să nu fie acoperit. Stările (activ/prev/next) le păstrează regulile de bază. */
    .testimonials__slide.swiper-slide-prev { transform: translateX(12%) scale(0.9); }
    .testimonials__slide.swiper-slide-next { transform: translateX(-12%) scale(0.9); }
    .testimonial-card { padding: 36px 24px; gap: 16px; border-radius: 0; }
    .testimonial-card__signature { font-size: 38px; }
    .testimonial-card__author { font-size: 14px; letter-spacing: 0.22em; }
    .testimonial-card__text { font-size: 14px; line-height: 1.65; }
    .testimonial-card__cta { padding: 12px 26px; font-size: 11px; letter-spacing: 0.22em; }
    .testimonials__arrow { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    .testimonials__slide { transition: none; }
    .testimonial-card__cta,
    .testimonials__arrow { transition: none; }
}

/* =====================================================
   RISE CARD — carduri echipă în stil Rise Well Homes / risewellhomes.com/team
   Bracket-uri L în colțuri (butter TL+BR, sage TR+BL), foto B&W cu blend
   multiply pentru efect "cutout" pe fundal cream, nume caps ink, rol olive,
   plus icon în colț dreapta-jos care se rotește 90° la hover. Paletă Iced Matcha.
   ===================================================== */

/* Când section-team conține rise-grid sau trust-team__grid, comută secțiunea pe paleta
   light (altfel cardurile ar arăta prost pe fundal sapphire închis). */
.section-team:has(.rise-grid),
.section-team:has(.trust-team__grid) {
    background: var(--color-white);
    color: var(--color-4c4643);
}
.section-team:has(.rise-grid)::before,
.section-team:has(.trust-team__grid)::before,
.section-team:has(.rise-grid) .section-team__bg,
.section-team:has(.trust-team__grid) .section-team__bg,
.section-team:has(.rise-grid) .section-team__watermark,
.section-team:has(.trust-team__grid) .section-team__watermark {
    display: none;
}
.section-team:has(.rise-grid) .section-title,
.section-team:has(.trust-team__grid) .section-title,
.section-team:has(.rise-grid) .section-title strong,
.section-team:has(.trust-team__grid) .section-title strong {
    color: var(--color-1d1d1d);
}
.section-team:has(.rise-grid) .section-title strong,
.section-team:has(.trust-team__grid) .section-title strong {
    color: var(--color-4a5238);
    font-style: normal;
}
.section-team:has(.rise-grid) .section-lead,
.section-team:has(.trust-team__grid) .section-lead {
    color: var(--color-4c4643);
}
.section-team:has(.rise-grid) .team-eyebrow__text,
.section-team:has(.trust-team__grid) .team-eyebrow__text {
    color: var(--color-4a5238);
}
.section-team:has(.rise-grid) .team-eyebrow__rule,
.section-team:has(.trust-team__grid) .team-eyebrow__rule {
    background: var(--color-a5a78f);
}
/* Butonul .team-cta își păstrează stilul modern (pill dark) și în section-team light —
   nu mai suprascriem culorile aici. */

.rise-grid {
    --tm-cream:    #F0EFED;
    --tm-warm:     #F9F8F3;
    --tm-charcoal: #4C4643;
    --tm-sage:     #A5A78F;
    --tm-olive:    #4A5238;
    --tm-butter:   #EFE9C0;
    --tm-ink:      #1D1D1D;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(24px, 3vw, 44px);
    max-width: 100%;
}

.rise-card {
    --tm-cream:    #F0EFED;
    --tm-warm:     #F9F8F3;
    --tm-charcoal: #4C4643;
    --tm-sage:     #A5A78F;
    --tm-olive:    #4A5238;
    --tm-butter:   #EFE9C0;
    --tm-ink:      #1D1D1D;

    position: relative;
    display: block;
}
.rise-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 22px 24px;
    text-decoration: none;
    color: inherit;
    background: transparent;
    transition: transform 0.25s ease;
}
.rise-card__link:hover,
.rise-card__link:focus-visible {
    transform: translateY(-4px);
    outline: none;
}

/* Bracket butter yellow — top-left + bottom-right */
.rise-card__link::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(var(--tm-butter), var(--tm-butter)) 0 0 / 34px 3px no-repeat,
        linear-gradient(var(--tm-butter), var(--tm-butter)) 0 0 / 3px 34px no-repeat,
        linear-gradient(var(--tm-butter), var(--tm-butter)) 100% 100% / 34px 3px no-repeat,
        linear-gradient(var(--tm-butter), var(--tm-butter)) 100% 100% / 3px 34px no-repeat;
    z-index: 1;
}
/* Bracket sage — top-right + bottom-left */
.rise-card__link::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(var(--tm-sage), var(--tm-sage)) 100% 0 / 34px 3px no-repeat,
        linear-gradient(var(--tm-sage), var(--tm-sage)) 100% 0 / 3px 34px no-repeat,
        linear-gradient(var(--tm-sage), var(--tm-sage)) 0 100% / 34px 3px no-repeat,
        linear-gradient(var(--tm-sage), var(--tm-sage)) 0 100% / 3px 34px no-repeat;
    z-index: 1;
}

.rise-card__photo {
    position: relative;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}
.rise-card__photo picture,
.rise-card__photo img {
    width: 100%;
    height: 100%;
    display: block;
}
.rise-card__photo img {
    object-fit: cover;
    object-position: top center;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    transition: filter 0.35s ease, transform 0.4s ease, mix-blend-mode 0s;
}
.rise-card__link:hover .rise-card__photo img,
.rise-card__link:focus-visible .rise-card__photo img {
    filter: grayscale(0);
    transform: scale(1.02);
}

.rise-card__meta {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 22px;
    padding-right: 40px;
    z-index: 2;
}
.rise-card__name {
    margin: 0;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tm-ink);
    line-height: 1.2;
}
.rise-card__role {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--tm-olive);
}

.rise-card__plus {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: var(--tm-sage);
    z-index: 2;
    transition: color 0.25s ease, transform 0.35s ease;
}
.rise-card__link:hover .rise-card__plus,
.rise-card__link:focus-visible .rise-card__plus {
    color: var(--tm-olive);
    transform: rotate(90deg);
}

@media (max-width: 640px) {
    .rise-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .rise-card__link {
        padding: 16px 18px 20px;
    }
    .rise-card__meta {
        margin-top: 18px;
        padding-right: 34px;
    }
    .rise-card__name { font-size: 13px; letter-spacing: 0.06em; }
    .rise-card__role { font-size: 13px; }
    .rise-card__plus {
        right: 16px;
        bottom: 16px;
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .rise-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rise-card__link,
    .rise-card__photo img,
    .rise-card__plus { transition: none; }
}

/* =====================================================
   TRUST TEAM — Agenți listing (design curat: titlu centrat,
   card cu fundal pastel bleu în spatele fotografiei, nume,
   rol și rând de iconuri sociale sub fiecare agent).
   ===================================================== */
.section-agents-list:has(.trust-team__grid) {
    background: var(--color-white);
}
.section-agents-list:has(.trust-team__grid)::after {
    display: none;
}

.trust-team__header {
    text-align: center;
    margin-bottom: 48px;
}
.trust-team__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--color-1d1d1d);
}

.trust-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.4vw, 32px);
}

.trust-team__card {
    display: flex;
    flex-direction: column;
    background: transparent;
}

.trust-team__photo {
    display: block;
    position: relative;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(0deg,
        rgba(var(--rgb-sapphire), 0.22) 0%,
        rgba(var(--rgb-sapphire), 0.10) 45%,
        var(--color-white) 100%);
    text-decoration: none;
}
.trust-team__photo picture {
    display: block;
    width: 100%;
    height: 100%;
}
.trust-team__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    transition: transform 0.4s ease;
}
.trust-team__photo:hover img,
.trust-team__photo:focus-visible img {
    transform: scale(1.03);
    outline: none;
}

.trust-team__meta {
    text-align: center;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.trust-team__name {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 700;
    color: var(--color-1d1d1d);
    letter-spacing: -0.01em;
}
.trust-team__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.trust-team__name a:hover {
    color: var(--color-sapphire, var(--color-054791));
}
.trust-team__role {
    margin: 0;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.45;
    color: var(--color-8a8f94);
}
.trust-team__socials {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}
.trust-team__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--color-4c4643);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}
.trust-team__socials a:hover {
    color: var(--color-sapphire, var(--color-054791));
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .trust-team__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 820px) {
    .trust-team__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .trust-team__grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
    .trust-team__header { margin-bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    .trust-team__photo img,
    .trust-team__socials a { transition: none; }
}

/* =====================================================
   CONTACT INFO — 3 box-uri (telefon, email, adresă) în paletă Iced Matcha
   Grid 3 col desktop, 1 col mobile. Cardurile sunt link-uri clickable
   (tel:, mailto:, maps URL) cu icoană circulară butter, label eyebrow sage,
   valoare mare ink și meta subline charcoal.
   ===================================================== */
/* =====================================================
   CONTACT INFO — carduri suprapuse peste banner (overlap negativ),
   layout left-aligned, icon în cutiuță colorată sus, shadow mare.
   Design inspirat din model: white card + deep ambient shadow +
   top-border accent gold la hover.
   ===================================================== */
.contact-info {
    position: relative;
    z-index: 3;
    padding: 0 0 clamp(48px, 6vw, 80px);
    margin-top: clamp(-20px, -1.5vw, 4px);
}
.contact-info__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2vw, 28px);
}
.contact-info__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 34px 30px 30px;
    text-align: left;
    text-decoration: none;
    color: var(--color-1a1a1a);
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.08);
    border-radius: 0;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 30px 60px rgba(var(--rgb-sapphire), 0.12),
        0 10px 20px rgba(var(--rgb-ink), 0.04);
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease;
}

/* Ambient blob decorativ (colț sapphire subtil) — devine mai vizibil pe hover */
.contact-info__box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(var(--rgb-sapphire), 0.10) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    z-index: 0;
}

/* Bară gold indicator sus care apare la hover — signature line */
.contact-info__box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    transition: width 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    z-index: 3;
}

/* Săgeată micuță în colțul dreapta-sus care indică că e clickabil */
.contact-info__arrow {
    position: absolute;
    top: 26px;
    right: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--color-gold);
    background: rgba(var(--rgb-gold), 0.10);
    font-size: 12px;
    z-index: 2;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.35s ease,
        color 0.35s ease;
}

.contact-info__box:hover,
.contact-info__box:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(var(--rgb-sapphire), 0.14);
    box-shadow:
        0 40px 80px rgba(var(--rgb-sapphire), 0.18),
        0 14px 28px rgba(var(--rgb-ink), 0.06);
    outline: none;
}
.contact-info__box:hover::before,
.contact-info__box:focus-visible::before { opacity: 1; }
.contact-info__box:hover::after,
.contact-info__box:focus-visible::after { width: 100%; }

.contact-info__box:hover .contact-info__arrow,
.contact-info__box:focus-visible .contact-info__arrow {
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    transform: translate(4px, -4px) rotate(-8deg);
}

/* Colț ornament auriu (L-shape) sub săgeată — accent premium */
.contact-info__box .contact-info__icon-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px;
}

.contact-info__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-005050) 100%);
    color: var(--color-gold);
    font-size: 24px;
    box-shadow:
        0 12px 24px rgba(var(--rgb-sapphire), 0.28),
        inset 0 1px 0 rgba(var(--rgb-white), 0.08);
    transition:
        background 0.4s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.3s ease,
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s ease;
}

/* Corner L accents pe container-ul icon (top-left + bottom-right) */
.contact-info__icon::before,
.contact-info__icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: var(--color-gold);
    border-style: solid;
    border-width: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.contact-info__icon::before {
    top: -5px;
    left: -5px;
    border-top-width: 1.5px;
    border-left-width: 1.5px;
    transform: translate(4px, 4px);
}
.contact-info__icon::after {
    bottom: -5px;
    right: -5px;
    border-bottom-width: 1.5px;
    border-right-width: 1.5px;
    transform: translate(-4px, -4px);
}
.contact-info__box:hover .contact-info__icon::before,
.contact-info__box:focus-visible .contact-info__icon::before,
.contact-info__box:hover .contact-info__icon::after,
.contact-info__box:focus-visible .contact-info__icon::after {
    opacity: 1;
    transform: translate(0, 0);
}

.contact-info__box:hover .contact-info__icon,
.contact-info__box:focus-visible .contact-info__icon {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    color: var(--color-sapphire);
    transform: translateY(-3px) scale(1.04);
    box-shadow:
        0 16px 32px rgba(var(--rgb-gold), 0.42),
        inset 0 1px 0 rgba(var(--rgb-white), 0.35);
}

.contact-info__label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.contact-info__label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--color-gold);
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-info__box:hover .contact-info__label::before,
.contact-info__box:focus-visible .contact-info__label::before {
    width: 32px;
}

.contact-info__value {
    position: relative;
    z-index: 1;
    font-family: var(--font-head);
    font-size: clamp(18px, 1.7vw, 22px);
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--color-1d1d1d);
    line-height: 1.25;
    word-break: break-word;
    background-image: linear-gradient(var(--color-gold), var(--color-gold));
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    padding-bottom: 3px;
    transition:
        background-size 0.55s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.3s ease;
}
.contact-info__box:hover .contact-info__value,
.contact-info__box:focus-visible .contact-info__value {
    color: var(--color-sapphire);
    background-size: 100% 2px;
}

.contact-info__meta {
    position: relative;
    z-index: 1;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-4c4643);
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.08);
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.35s ease, color 0.3s ease;
}
.contact-info__meta::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(var(--rgb-gold), 0.20);
    flex-shrink: 0;
    transition: box-shadow 0.35s ease, background 0.35s ease;
}
.contact-info__box:hover .contact-info__meta,
.contact-info__box:focus-visible .contact-info__meta {
    border-top-color: rgba(var(--rgb-sapphire), 0.18);
    color: var(--color-1d1d1d);
}
.contact-info__box:hover .contact-info__meta::before,
.contact-info__box:focus-visible .contact-info__meta::before {
    background: var(--color-sapphire);
    box-shadow: 0 0 0 3px rgba(var(--rgb-sapphire), 0.18);
}

@media (max-width: 860px) {
    .contact-info {
        margin-top: clamp(-70px, -6vw, -40px);
    }
    .contact-info__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .contact-info__box {
        padding: 26px 22px;
    }
}

/* =====================================================
   CONTACT SPLIT — hartă stânga + formular „Get in Touch" dreapta
   Layout inspirat din model: 2 coloane egale, map și form
   la aceeași înălțime, minimalist și elegant.
   ===================================================== */
.contact-split {
    padding: 50px 0 clamp(80px, 7vw, 120px);
    background: var(--color-white);
}
.contact-split__grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 48px;
    align-items: stretch;
}

.contact-split__map {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    border: 1px solid rgba(var(--rgb-sapphire), 0.10);
    box-shadow:
        0 30px 60px rgba(var(--rgb-sapphire), 0.12),
        0 10px 20px rgba(var(--rgb-ink), 0.04);
}
.contact-split__map-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.95);
    transition: filter 0.4s ease;
}
.contact-split__map:hover .contact-split__map-frame {
    filter: saturate(1.05);
}

.contact-split__form-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.contact-split__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-split__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
}
.contact-split__eyebrow-rule {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--color-gold);
}
.contact-split__eyebrow-text {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.contact-split__heading {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(32px, 3.6vw, 44px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--color-1d1d1d);
}

.contact-split__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-split__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.contact-split__group--full {
    grid-column: 1 / -1;
}
.contact-split__input {
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-1d1d1d);
    background: var(--color-fafbfb);
    border: 1px solid rgba(var(--rgb-sapphire), 0.14);
    border-radius: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.contact-split__input::placeholder {
    color: rgba(var(--rgb-4c4643), 0.55);
}
.contact-split__input:focus {
    outline: none;
    background: var(--color-white);
    border-color: var(--color-sapphire);
    box-shadow: 0 0 0 3px rgba(var(--rgb-sapphire), 0.10);
}
.contact-split__input--textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-split__terms {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-4c4643);
    cursor: pointer;
}
.contact-split__terms-check {
    margin-top: 3px;
    accent-color: var(--color-sapphire);
    cursor: pointer;
}
.contact-split__terms-text a {
    color: var(--color-sapphire);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}
.contact-split__terms-text a:hover { color: var(--color-gold); }

/* Submit button — premium, full width, same design language as .team-cta */
.contact-split__submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    padding: 16px 22px;
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-005050) 100%);
    color: var(--color-white);
    border: 1px solid var(--color-sapphire);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 10px 30px rgba(var(--rgb-sapphire), 0.24),
        inset 0 1px 0 rgba(var(--rgb-white), 0.08);
    transition:
        color 0.4s cubic-bezier(0.65, 0, 0.35, 1),
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-split__submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(115deg,
        transparent 0%,
        rgba(var(--rgb-gold), 0) 25%,
        rgba(var(--rgb-gold), 0.40) 50%,
        rgba(var(--rgb-gold), 0) 75%,
        transparent 100%);
    transform: skewX(-18deg);
    transition: left 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}
.contact-split__submit:hover::before { left: 140%; }
.contact-split__submit::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    transform: translateX(-101%);
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
    pointer-events: none;
}
.contact-split__submit:hover::after { transform: translateX(0); }
.contact-split__submit > span,
.contact-split__submit > i {
    position: relative;
    z-index: 1;
}
.contact-split__submit > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    font-size: 11px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, color 0.35s ease;
}
.contact-split__submit:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px rgba(var(--rgb-gold), 0.42),
        inset 0 1px 0 rgba(var(--rgb-white), 0.35);
}
.contact-split__submit:hover > i {
    background: var(--color-sapphire);
    color: var(--color-gold);
    transform: translateX(4px);
}
.contact-split__submit:active { transform: translateY(-1px); transition-duration: 0.12s; }
.contact-split__submit:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 4px; }

@media (max-width: 900px) {
    .contact-split__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .contact-split__map { min-height: 320px; }
}
@media (max-width: 560px) {
    .contact-split__row { grid-template-columns: 1fr; }
    .contact-split__heading { font-size: clamp(26px, 6vw, 34px); }
}

@media (prefers-reduced-motion: reduce) {
    .contact-split__map-frame,
    .contact-split__input,
    .contact-split__submit,
    .contact-split__submit::before,
    .contact-split__submit::after,
    .contact-split__submit > i { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
    .contact-info__box,
    .contact-info__icon,
    .contact-info__box::after,
    .contact-info__value { transition: none; }
}

/* =====================================================
   SUBMIT MESSAGE — Formular centrat cu titlu, lead și acord (stil Roh Habibi)
   Paleta Iced Matcha 2026: cream BG, ink title, sage focus, olive accents,
   butter yellow CTA. Layout 2 coloane pentru câmpurile mici, mesaj full-width.
   ===================================================== */
.submit-message {
    /* Paleta Luxury Estate (scoped) */
    --tm-cream:     #DAE2E4;
    --tm-warm:      #FFFFFF;
    --tm-charcoal:  #004040;
    --tm-sage:      #BDA472;
    --tm-olive:     #351F39;
    --tm-butter:    #BDA472;
    --tm-ink:       #351F39;
    --tm-black:     #000000;

    background: var(--color-ivory);
    padding: clamp(64px, 8vw, 120px) 0;
    color: var(--tm-charcoal);
}
.submit-message__container {
    max-width: 920px;
    background: var(--color-white);
    padding: clamp(32px, 4vw, 56px) clamp(24px, 3vw, 48px);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(var(--rgb-sapphire), 0.08);
}

.submit-message__header {
    text-align: center;
    margin-bottom: clamp(36px, 4vw, 56px);
}
.submit-message__heading {
    margin: 0 0 18px;
    font-family: var(--font-head);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--tm-ink);
    line-height: 1.15;
}
.submit-message__lead {
    max-width: 640px;
    margin: 0 auto;
}
.submit-message__lead-line {
    margin: 0 0 6px;
    font-family: var(--font-body);
    font-size: clamp(14px, 1.1vw, 15px);
    line-height: 1.65;
    color: var(--tm-charcoal);
}
.submit-message__lead-line:last-child { margin-bottom: 0; }
.submit-message__lead-line--eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--tm-olive);
    margin-bottom: 12px;
}

.submit-message__form {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2vw, 28px);
    position: relative;
}
.submit-message__hpot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.submit-message__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(14px, 1.6vw, 22px);
}
.submit-message__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.submit-message__group--full {
    grid-column: 1 / -1;
}

.submit-message__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--tm-charcoal);
}
.submit-message__label--required::after {
    content: " *";
    color: var(--tm-olive);
}

.submit-message__input {
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--tm-ink);
    background: var(--tm-warm);
    border: 1px solid rgba(var(--rgb-sapphire), 0.18);
    border-radius: 0;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
}
.submit-message__input:hover {
    border-color: rgba(var(--rgb-4c4643), 0.35);
}
.submit-message__input:focus,
.submit-message__input:focus-visible {
    outline: none;
    border-color: var(--tm-sage);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(var(--rgb-a5a78f), 0.22);
}
.submit-message__input::placeholder {
    color: rgba(var(--rgb-4c4643), 0.5);
}
.submit-message__input--textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.5;
}

.submit-message__terms {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.55;
    color: var(--tm-charcoal);
}
.submit-message__terms-check {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--tm-olive);
    cursor: pointer;
}
.submit-message__terms-text a {
    color: var(--tm-olive);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}
.submit-message__terms-text a:hover,
.submit-message__terms-text a:focus-visible { color: var(--tm-black); }

.submit-message__footer {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.submit-message__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 42px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--color-sapphire);
    border: 1px solid var(--color-sapphire);
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.submit-message__btn:hover,
.submit-message__btn:focus-visible {
    background: var(--color-aubergine);
    border-color: var(--color-aubergine);
    color: var(--color-white);
    transform: translateY(-1px);
    outline: none;
}
.submit-message__btn i {
    font-size: 12px;
    transition: transform 0.2s ease;
}
.submit-message__btn:hover i,
.submit-message__btn:focus-visible i {
    transform: translateX(3px);
}

@media (max-width: 640px) {
    .submit-message__row {
        grid-template-columns: 1fr;
    }
    .submit-message__heading {
        font-size: clamp(26px, 7vw, 34px);
    }
    .submit-message__btn {
        width: 100%;
        justify-content: center;
        padding: 15px 24px;
        letter-spacing: 0.2em;
    }
}

/* =====================================================
   POST ARTICLE + SIDEBAR — pagina blog-post.html
   Article main column + sidebar sticky (autor, TOC, share, similar).
   Editorial typography premium, pull quote, figure cu caption.
   ===================================================== */
.post-article {
    background: var(--color-white);
    padding: clamp(50px, 6vw, 84px) 0 clamp(60px, 7vw, 100px);
    position: relative;
}

.post-article__container {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
}

/* ============ MAIN ARTICLE ============ */
.post-article__main {
    min-width: 0;
    max-width: 760px;
}

.post-article__head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--rgb-111827), 0.10);
}
.post-article__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
    text-decoration: none;
    width: max-content;
    transition: color 0.2s ease, gap 0.25s ease;
}
.post-article__back i { font-size: 11px; transition: transform 0.25s ease; }
.post-article__back:hover { color: var(--color-red); gap: 14px; }
.post-article__back:hover i { transform: translateX(-3px); }

.post-article__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--color-ink-soft);
}
.post-article__cat {
    background: rgba(var(--rgb-gold), 0.10);
    color: var(--color-red);
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.post-article__dot {
    width: 3px;
    height: 3px;
    border-radius: 50% !important;
    background: rgba(var(--rgb-111827), 0.30);
}
.post-article__meta i {
    font-size: 11px;
    margin-right: 4px;
    opacity: 0.70;
}

/* Lead — pull-quote style intro */
.post-article__lead {
    margin: 0 0 36px;
    font-family: var(--font-head);
    font-size: clamp(19px, 1.8vw, 24px);
    line-height: 1.5;
    color: var(--color-ink);
    font-weight: 600;
    letter-spacing: -0.012em;
}

/* Body typography */
.post-article__body {
    font-family: var(--font-head);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.78;
    color: var(--color-ink);
}
.post-article__body p {
    margin: 0 0 24px;
}
.post-article__body p strong {
    font-weight: 700;
    color: var(--color-ink);
}

/* H2 with floating number */
.post-article__h2 {
    position: relative;
    margin: 56px 0 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--rgb-111827), 0.10);
    font-family: var(--font-head);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: var(--color-ink);
    scroll-margin-top: 100px;
}
.post-article__h2-num {
    display: inline-block;
    margin-right: 14px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.20em;
    color: var(--color-red);
    vertical-align: middle;
    position: relative;
    top: -3px;
}

/* Figure */
.post-article__figure {
    margin: 36px 0 36px;
}
.post-article__figure picture,
.post-article__figure img {
    display: block;
    width: 100%;
    height: auto;
}
.post-article__figure figcaption {
    margin-top: 12px;
    padding-left: 14px;
    border-left: 2px solid var(--color-red);
    font-family: var(--font-head);
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-ink-soft);
    font-weight: 500;
}

/* Pull quote */
.post-article__quote {
    position: relative;
    margin: 40px 0;
    padding: 22px 0 22px 28px;
    border-left: 3px solid var(--color-red);
}
.post-article__quote p {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(20px, 1.9vw, 26px);
    line-height: 1.4;
    letter-spacing: -0.015em;
    color: var(--color-ink);
    font-weight: 600;
}
.post-article__quote::before {
    content: "\201C";
    position: absolute;
    top: -22px;
    left: 22px;
    font-family: var(--font-head);
    font-size: 64px;
    line-height: 1;
    color: rgba(var(--rgb-gold), 0.30);
    pointer-events: none;
}

/* Author bio card at end */
.post-article__author {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 20px;
    align-items: center;
    margin: 56px 0 28px;
    padding: 26px;
    background: var(--color-ivory);
    border-left: 3px solid var(--color-red);
}
.post-article__author-avatar {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50% !important;
    overflow: hidden;
}
.post-article__author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.post-article__author-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.post-article__author-eyebrow {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
}
.post-article__author-name {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-ink);
    letter-spacing: -0.01em;
}
.post-article__author-role {
    font-family: var(--font-body);
    font-size: 12.5px;
    color: var(--color-ink-soft);
    line-height: 1.4;
}
.post-article__author-link {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-red);
    text-decoration: none;
    transition: gap 0.25s ease, color 0.2s ease;
}
.post-article__author-link i { font-size: 11px; transition: transform 0.25s ease; }
.post-article__author-link:hover { gap: 14px; color: var(--color-ink); }
.post-article__author-link:hover i { transform: translateX(3px); }

/* Share row at bottom */
.post-article__share {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 26px;
    border-top: 1px solid rgba(var(--rgb-111827), 0.10);
    flex-wrap: wrap;
}
.post-article__share-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
}
.post-article__share-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.post-article__share-row a,
.post-article__share-row button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ink);
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-111827), 0.15);
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.post-article__share-row a:hover,
.post-article__share-row button:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    transform: translateY(-2px);
}
.post-article__share-copy {
    width: auto !important;
    padding: 0 14px;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.post-article__share-copy.is-copied {
    background: var(--color-success);
    border-color: var(--color-success);
    color: var(--color-white);
}

/* ============ STICKY SIDEBAR ============ */
.post-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-self: start;
}

.post-sidebar__label {
    display: block;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-ink-soft);
    margin-bottom: 14px;
}

/* Author mini card */
.post-sidebar__card {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 18px 20px;
    background: var(--color-ivory);
    border-left: 3px solid var(--color-red);
}
.post-sidebar__author-avatar {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    overflow: hidden;
}
.post-sidebar__author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.post-sidebar__author-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.post-sidebar__author-body .post-sidebar__label { margin-bottom: 4px; }
.post-sidebar__author-name {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-ink);
    letter-spacing: -0.01em;
}
.post-sidebar__author-role {
    font-family: var(--font-body);
    font-size: 11.5px;
    color: var(--color-ink-soft);
    line-height: 1.4;
}

/* Related posts */
.post-sidebar__related {
    padding-top: 22px;
    border-top: 1px solid rgba(var(--rgb-111827), 0.10);
}
.post-sidebar__related ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.post-sidebar__related-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 14px;
    align-items: center;
    text-decoration: none;
    color: var(--color-ink);
    transition: transform 0.25s ease;
}
.post-sidebar__related-item:hover { transform: translateX(4px); }
.post-sidebar__related-thumb {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    background: var(--color-taupe);
}
.post-sidebar__related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.post-sidebar__related-item:hover .post-sidebar__related-thumb img { transform: scale(1.06); }
.post-sidebar__related-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.post-sidebar__related-cat {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--color-red);
}
.post-sidebar__related-title {
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-ink);
    transition: color 0.2s ease;
}
.post-sidebar__related-item:hover .post-sidebar__related-title { color: var(--color-red); }

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
    .post-article__container {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .post-article__main { max-width: 100%; }
    .post-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 640px) {
    .post-article { padding: 36px 0 56px; }
    .post-article__head { gap: 14px; margin-bottom: 24px; padding-bottom: 20px; }
    .post-article__lead { font-size: 17px; margin-bottom: 28px; }
    .post-article__body { font-size: 16px; }
    .post-article__h2 { margin-top: 40px; }
    .post-article__author {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .post-article__author-avatar { width: 60px; height: 60px; }
    .post-article__quote { padding-left: 18px; }
    .post-article__quote::before { left: 14px; top: -16px; font-size: 48px; }
    .post-article__share { gap: 12px; }
    .post-article__share-copy span { display: none; }
    .post-article__share-copy { padding: 0; width: 38px !important; }
}

.contact-map {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
}

.contact-map iframe {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

body:has(.contact-map) .subscribe-pattern {
    margin-top: 0;
}

@media (max-width: 900px) {
    .contact-map iframe { height: 360px; }
}

@media (max-width: 900px) {
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-info { padding-right: 0; }
    .contact-info__media { max-width: 100%; }
    .contact-form-card { padding: 28px; }
    .contact-map__inner { aspect-ratio: 4 / 3; }
}

@media (max-width: 540px) {
    .contact-info__grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .about-story__grid { grid-template-columns: 1fr; gap: 50px; }
    .about-story__card p:first-of-type { margin-top: 70px; }
    .about-values__grid { grid-template-columns: 1fr 1fr; }
    .value-card--image { min-height: 240px; }
}

@media (max-width: 640px) {
    .about-stats__list { grid-template-columns: 1fr; border-radius: 22px; gap: 18px; padding: 24px; }
    .about-stats__item { justify-content: flex-start; padding: 8px 0; }
    .about-stats__item:not(:last-child)::after { display: none; }
    .about-values__grid { grid-template-columns: 1fr; }
    .about-story__card { padding: 80px 28px 32px; }
    .about-story__badge { top: 24px; right: 24px; }
    .about-story__card p:first-of-type { margin-top: 0; }
}

.blog-listing {
    padding: 30px 0 0px;
}

.blog-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.blog-post-card {
    background: var(--color-bg);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--color-line);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.blog-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(var(--rgb-ink), 0.08);
}

.blog-post-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.blog-post-card:hover .blog-post-card__media img {
    transform: scale(1.05);
}

.blog-post-card__body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.blog-post-card__cat {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-accent);
    background: rgba(var(--rgb-sapphire), 0.10);
    padding: 5px 12px;
    border-radius: 999px;
}

.blog-post-card__title {
    font-family: var(--font-head);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    margin: 0;
    letter-spacing: -0.015em;
}

.blog-post-card__title a {
    color: inherit;
    transition: color 0.2s;
}

.blog-post-card__title a:hover {
    color: var(--color-accent);
}

.blog-post-card__excerpt {
    font-size: 14px;
    line-height: 1.55;
    color: var(--color-text-soft);
    margin: 0;
}

.blog-post-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--color-text-soft);
    margin-top: auto;
    padding-top: 8px;
}

.blog-post-card__meta i {
    font-size: 12px;
    color: var(--color-accent);
}

.blog-post-card__dot {
    opacity: 0.5;
}

@media (max-width: 960px) {
    .blog-listing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .blog-listing__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-post-card__title { font-size: 20px; }
}

.legal-page {
    padding: 80px 0 100px;
}

.legal-layout {
    max-width: 760px;
    margin: 0 auto;
}

.legal-content {
    max-width: 760px;
    color: var(--color-ink);
}

.legal-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-soft);
    background: var(--color-bg-alt);
    padding: 8px 14px;
    border-radius: 999px;
    margin: 0 0 28px;
}

.legal-meta i {
    color: var(--color-accent);
}

.legal-intro {
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-ink);
    margin: 0 0 50px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-line);
}

.legal-section {
    margin-bottom: 48px;
    scroll-margin-top: 110px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-family: var(--font-head);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 0 0 18px;
}

.legal-section h3 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    color: var(--color-ink);
    margin: 24px 0 10px;
}

.legal-section p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0 0 14px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section strong {
    color: var(--color-ink);
    font-weight: 600;
}

.legal-section a {
    color: var(--color-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s;
}

.legal-section a:hover {
    opacity: 0.75;
}

.legal-section ul,
.legal-section ol {
    padding-left: 20px;
    margin: 0 0 18px;
}

.legal-section ul li,
.legal-section ol li {
    font-size: 15px;
    line-height: 1.65;
    color: var(--color-text-soft);
    margin-bottom: 8px;
}

.legal-section ul li::marker {
    color: var(--color-accent);
}

@media (max-width: 960px) {
    .legal-content {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .legal-section h2 { font-size: 24px; }
    .legal-intro { font-size: 16px; }
}

.agent-profile {
    padding: 20px 0 50px;
}

.agent-profile__wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.agent-profile__card {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0 32px;
    background: var(--color-bg);
    border-radius: 24px;
    border: 1px solid var(--color-line);
    box-shadow: 0 18px 44px rgba(var(--rgb-ink), 0.06);
    padding: 28px;
}

.agent-profile__media {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.agent-profile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-profile__info {
    padding-top: 6px;
}

.agent-profile__role {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    background: rgba(var(--rgb-sapphire), 0.10);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.agent-profile__name {
    font-family: var(--font-head);
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.05;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}

.agent-profile__tagline {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text-soft);
    margin: 0 0 20px;
    max-width: 580px;
}

.agent-profile__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.agent-profile__meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-text-soft);
}

.agent-profile__meta i {
    color: var(--color-accent);
    font-size: 13px;
}

.agent-profile__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.agent-profile__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 12px;
    border: 1px solid var(--color-line);
    background: var(--color-bg);
    color: var(--color-ink);
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}

.agent-profile__cta i {
    font-size: 13px;
    color: var(--color-accent);
}

.agent-profile__cta:hover {
    transform: translateY(-2px);
    border-color: var(--color-accent);
}

.agent-profile__cta--primary {
    background: var(--color-accent);
    color: var(--color-white);
    border-color: var(--color-accent);
    box-shadow: 0 10px 22px rgba(var(--rgb-1a1a1a), 0.16);
}

.agent-profile__cta--primary i {
    color: var(--color-white);
}

.agent-profile__cta--primary:hover {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
}

.agent-profile__stat-inline {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
    padding: 2px 4px 2px 22px;
    position: relative;
}

.agent-profile__stat-inline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: var(--color-line);
}

.agent-profile__stat-num {
    font-family: var(--font-head);
    font-size: 38px;
    font-weight: 500;
    color: var(--color-accent);
    letter-spacing: -0.025em;
    line-height: 1;
}

.agent-profile__stat-num sup {
    font-size: 16px;
    top: -0.55em;
}

.agent-profile__stat-lab {
    font-family: var(--font-head);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
    color: var(--color-text-soft);
}

.agent-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
}

.agent-form--floating {
    background: var(--color-bg-alt);
    border-radius: 20px;
    border: 1px solid var(--color-line);
    box-shadow: 0 24px 50px rgba(var(--rgb-ink), 0.10);
    padding: 24px 22px;
    position: relative;
    z-index: 2;
}

.agent-form--floating .agent-form__field input,
.agent-form--floating .agent-form__field textarea {
    background: var(--color-bg);
}

.agent-form > *:not(.agent-form__field--half) {
    grid-column: 1 / -1;
}

.agent-form__title {
    font-family: var(--font-head);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 0;
}

.agent-form__sub {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--color-text-soft);
    margin: 0 0 4px;
}

.agent-form__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.agent-form__label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-soft);
}

.agent-form__field input,
.agent-form__field textarea {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--color-ink);
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 10px;
    padding: 9px 12px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}

.agent-form__field input::placeholder,
.agent-form__field textarea::placeholder {
    color: var(--color-text-soft);
    opacity: 0.7;
}

.agent-form__field input:focus,
.agent-form__field textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(var(--rgb-1a1a1a), 0.06);
}

.agent-form__field textarea {
    resize: vertical;
    min-height: 60px;
}

.agent-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 20px;
    margin-top: 2px;
    background: var(--color-accent);
    color: var(--color-white);
    border: none;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(var(--rgb-1a1a1a), 0.16);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.agent-form__submit:hover {
    transform: translateY(-2px);
    background: var(--color-ink);
    box-shadow: 0 14px 28px rgba(var(--rgb-ink), 0.18);
}

.agent-form__legal {
    font-size: 11px;
    line-height: 1.5;
    color: var(--color-text-soft);
    margin: 4px 0 0;
}

.agent-form__legal a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.agent-properties {
    padding: 20px 0 90px;
}

.agent-properties__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 32px;
    margin-bottom: 32px;
}

.agent-properties__head .agent-profile__stat-inline {
    margin-left: 0;
}

.agent-properties__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    margin-bottom: 8px;
}

.agent-properties__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 0;
}

.agent-properties__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--color-accent);
    transition: color 0.2s, gap 0.2s;
}

.agent-properties__link:hover {
    color: var(--color-accent);
    gap: 14px;
}

@media (max-width: 1024px) {
    .agent-profile__wrap { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
    .agent-profile__card {
        grid-template-columns: 200px 1fr;
        padding: 24px;
        gap: 0 24px;
    }
    .agent-profile__stat-inline { margin-left: 0; }
}

@media (max-width: 640px) {
    .agent-profile__card {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .agent-profile__media {
        max-width: 220px;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
    }
    
    .agent-properties__head {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .agent-properties__head > div:first-child {
        flex: 1 0 100%;
    }
    .agent-profile__stat-inline { padding-left: 0; }
    .agent-profile__stat-inline::before { display: none; }
    .agent-profile__stat-num { font-size: 30px; }
    .agent-profile__stat-lab { font-size: 12px; }

    
    .agent-profile__cta {
        width: 44px;
        height: 44px;
        padding: 0;
        justify-content: center;
        gap: 0;
        border-radius: 50%;
    }
    .agent-profile__cta span { display: none; }
    .agent-profile__cta i { font-size: 15px; }
}

.blog-article {
    padding: 20px 0 90px;
}

.blog-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 60px;
    align-items: start;
}

.blog-article__main {
    max-width: 720px;
}

.blog-article__head {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-line);
}

.blog-article__cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    background: rgba(var(--rgb-sapphire), 0.10);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.blog-article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: var(--color-text-soft);
}

.blog-article__by {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-article__by picture {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-article__by img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article__by strong {
    color: var(--color-ink);
    font-weight: 600;
}

.blog-article__dot {
    opacity: 0.4;
}

.blog-article__lead {
    font-family: var(--font-head);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 24px;
}

.blog-article__main h2 {
    font-family: var(--font-head);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 40px 0 16px;
}

.blog-article__main > p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--color-text-soft);
    margin: 0 0 18px;
}

.blog-article__main strong {
    color: var(--color-ink);
    font-weight: 600;
}

.blog-article__figure {
    margin: 36px 0;
    border-radius: 18px;
    overflow: hidden;
}

.blog-article__figure img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-article__figure figcaption {
    font-family: var(--font-head);
    font-style: italic;
    font-size: 13px;
    color: var(--color-text-soft);
    margin-top: 10px;
    padding: 0 6px;
}

.blog-article__pullquote {
    margin: 36px 0;
    padding: 4px 0 4px 28px;
    border-left: 3px solid var(--color-accent);
}

.blog-article__pullquote p {
    font-family: var(--font-head);
    font-size: 20px;
    line-height: 1.45;
    font-style: italic;
    color: var(--color-ink);
    margin: 0;
}

.blog-article__footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--color-line);
}

.blog-article__author {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--color-bg-alt);
    border-radius: 18px;
    padding: 22px 24px;
}

.blog-article__author-media {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-article__author-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article__author-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-text-soft);
}

.blog-article__author-name {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 4px 0 4px;
}

.blog-article__author-role {
    font-size: 13px;
    color: var(--color-text-soft);
    margin: 0 0 10px;
}

.blog-article__author-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: gap 0.2s;
}

.blog-article__author-link:hover {
    gap: 12px;
}

.blog-article__share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    font-size: 13px;
    color: var(--color-text-soft);
}

.blog-article__share a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-bg-alt);
    color: var(--color-ink);
    font-size: 14px;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.blog-article__share a:hover {
    background: var(--color-accent);
    color: var(--color-white);
    transform: translateY(-2px);
}

.blog-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.blog-sidebar__block {
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 22px 22px 24px;
}

.blog-sidebar__title {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-line);
}

.blog-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-sidebar__post {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 14px;
    align-items: center;
}

.blog-sidebar__thumb {
    width: 76px;
    height: 76px;
    border-radius: 12px;
    overflow: hidden;
}

.blog-sidebar__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.blog-sidebar__post:hover .blog-sidebar__thumb img {
    transform: scale(1.05);
}

.blog-sidebar__post-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.blog-sidebar__cat {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
}

.blog-sidebar__post-title {
    font-family: var(--font-head);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0;
    transition: color 0.2s;
}

.blog-sidebar__post:hover .blog-sidebar__post-title {
    color: var(--color-accent);
}

.blog-sidebar__post-body time {
    font-size: 11px;
    color: var(--color-text-soft);
    margin-top: 2px;
}

.blog-sidebar__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-sidebar__tags a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-ink);
    background: var(--color-bg-alt);
    padding: 6px 12px;
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
}

.blog-sidebar__tags a:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

@media (max-width: 1024px) {
    .blog-article__layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .blog-article__main { max-width: 100%; }
}

@media (max-width: 720px) {
    .blog-sidebar { grid-template-columns: 1fr; }
    .blog-article__lead { font-size: 18px; }
    .blog-article__main h2 { font-size: 24px; }
    .blog-article__pullquote p { font-size: 17px; }
    .blog-article__author { flex-direction: column; text-align: center; }
    .blog-article__author-media { margin: 0 auto; }
}

/* =====================================================
   SECTION SERVICES — Bento mosaic cu image-first cards.
   Primul card ocupă 2 coloane (feature), restul 5 sunt egale.
   Fiecare card: imagine full-bleed, scrim gradient jos, text alb suprapus.
   ===================================================== */
.section-services {
    background: var(--color-bg);
    color: var(--color-ink);
    padding: 130px 0 140px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .section-services { padding-top: 0; }
}

.services-bento__head {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px);
    gap: 60px;
    align-items: end;
    margin-bottom: 56px;
}

.services-bento__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-accent);
    margin-bottom: 22px;
    padding-left: 22px;
    position: relative;
}

.services-bento__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 1px;
    background: var(--color-accent);
}

.services-bento__title {
    font-family: var(--font-head);
    font-size: clamp(36px, 4.6vw, 58px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: var(--color-ink);
    margin: 0;
}

.services-bento__title em {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: var(--color-sapphire);
}

.services-bento__lead {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0;
    padding-bottom: 6px;
}

.services-bento__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 18px;
}

.bento-card {
    grid-column: span 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    color: var(--color-white);
    isolation: isolate;
    display: block;
}

.bento-card--feature {
    grid-column: span 2;
    grid-row: span 2;
}

.services-bento__grid > .bento-card:nth-child(2) {
    grid-column: span 2;
}

.bento-card__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.bento-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.bento-card:hover .bento-card__media img {
    transform: scale(1.08);
}

.bento-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0) 20%,
        rgba(var(--rgb-sapphire), 0.55) 65%,
        rgba(var(--rgb-sapphire), 0.92) 100%
    );
    z-index: 1;
    transition: background 0.4s ease;
}

.bento-card:hover .bento-card__scrim {
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0.15) 0%,
        rgba(var(--rgb-sapphire), 0.65) 55%,
        rgba(var(--rgb-sapphire), 0.96) 100%
    );
}

.bento-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 22px 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bento-card--feature .bento-card__body {
    padding: 32px 32px 34px;
    gap: 14px;
}

.bento-card__tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-gold);
    padding: 4px 0;
    border-top: 1px solid var(--color-gold);
    padding-top: 8px;
    min-width: 44px;
}

.bento-card__title {
    font-family: var(--font-head);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: var(--color-white);
    margin: 0;
    transition: transform 0.35s ease;
}

.bento-card--feature .bento-card__title {
    font-size: clamp(28px, 3vw, 40px);
    max-width: 380px;
}

.bento-card__desc {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.75);
    margin: 0;
    max-width: 380px;
}

.bento-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-white);
    padding-top: 6px;
    margin-top: 4px;
    transition: color 0.3s, gap 0.3s;
}

.bento-card:not(.bento-card--feature) .bento-card__cta {
    justify-self: end;
    align-self: flex-end;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(var(--rgb-white), 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 0;
    justify-content: center;
    margin-top: 8px;
    align-self: flex-start;
    transition: background 0.3s, transform 0.3s, color 0.3s;
}

.bento-card:hover .bento-card__cta {
    color: var(--color-gold);
    gap: 14px;
}

.bento-card:not(.bento-card--feature):hover .bento-card__cta {
    background: var(--color-gold);
    color: var(--color-ink);
    transform: translateX(4px);
}

.bento-card__cta i {
    font-size: 11px;
}

.bento-card:not(.bento-card--feature) .bento-card__cta i {
    font-size: 13px;
}

@media (max-width: 1100px) {
    .services-bento__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 240px;
    }
    .bento-card { grid-column: span 2; }
    .bento-card--feature {
        grid-column: span 4;
        grid-row: span 1;
    }
    .bento-card--feature .bento-card__title { max-width: none; }
}

@media (max-width: 720px) {
    .section-services { padding: 40px 0 70px; }
    .services-bento__head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }
    .services-bento__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
        gap: 14px;
    }
    .bento-card,
    .bento-card--feature { grid-column: span 1; }
    .bento-card__body { padding: 18px 18px 20px; }
    .bento-card--feature .bento-card__body { padding: 22px 22px 24px; }
    .bento-card--feature .bento-card__title { font-size: 26px; }
}

.section-testimonial {
    padding: 130px 0;
    background: var(--color-bg);
}

.testimonial-layout {
    position: relative;
    min-height: 680px;
    padding-right: 24px;
}

.testimonial-image {
    position: relative;
    width: 60%;
    aspect-ratio: 4 / 3;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(var(--rgb-ink), 0.10);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-image__badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--rgb-white), 0.92);
    backdrop-filter: blur(8px);
    color: var(--color-ink);
    font-size: 12px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    letter-spacing: 0.04em;
}

.testimonial-image__badge i {
    color: var(--color-accent);
    font-size: 11px;
}

.testimonial-slider {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    width: clamp(420px, 32vw, 600px);
    background: var(--color-bg);
    border-radius: 24px;
    border: 1px solid var(--color-line);
    box-shadow: 0 32px 60px rgba(var(--rgb-ink), 0.12);
    padding: 48px 40px 36px;
    z-index: 2;
}

.testimonial-slider__head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-line);
}

.testimonial-slider__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.testimonial-slider__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-accent);
}

.testimonial-slider__title {
    font-family: var(--font-head);
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.1;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0;
}

.testimonial-slider__title strong {
    color: var(--color-accent);
    font-weight: 400;
    font-style: italic;
}

.testimonial-track {
    position: relative;
    min-height: 260px;
    margin-bottom: 24px;
}

.testimonial-track .testimonial-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.35s, transform 0.35s, visibility 0s linear 0.35s;
}

.testimonial-track .testimonial-card.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.35s, transform 0.35s, visibility 0s;
}

.testimonial-track .testimonial-card__mark {
    font-size: 22px;
    color: var(--color-accent);
    opacity: 0.85;
    margin-bottom: 14px;
    display: block;
}

.testimonial-track .testimonial-card__text {
    font-family: var(--font-head);
    font-size: 20px;
    line-height: 1.55;
    color: var(--color-ink);
    margin: 0 0 28px;
    font-style: italic;
    font-weight: 400;
}

.testimonial-track .testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-track .testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 48px;
}

.testimonial-track .testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-track .testimonial-card__author strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ink);
}

.testimonial-track .testimonial-card__author span {
    display: block;
    font-size: 12px;
    color: var(--color-text-soft);
    margin-top: 2px;
}

.testimonial-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--color-line);
}

.testimonial-nav__btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--color-line);
    color: var(--color-ink);
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.testimonial-nav__btn:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
    transform: translateY(-2px);
}

.testimonial-nav__btn--primary {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-white);
    box-shadow: 0 8px 18px rgba(var(--rgb-1a1a1a), 0.16);
}

.testimonial-nav__btn--primary:hover {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
}

.testimonial-nav__count {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--color-text-soft);
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
}

.testimonial-nav__count span:first-child {
    color: var(--color-ink);
    font-size: 18px;
}

@media (max-width: 1024px) {
    
    .testimonial-layout { padding-right: 0; min-height: auto; }
    .testimonial-image {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .testimonial-slider {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: calc(100% - 48px);
        max-width: 540px;
        margin: 32px auto 0;
    }
}

@media (max-width: 600px) {
    .section-testimonial { padding: 70px 0; }
    .testimonial-slider {
        padding: 28px 24px 22px;
        margin-top: 24px;
    }
    .testimonial-track .testimonial-card__text { font-size: 16px; }
}

.section-partners {
    padding: 40px 0;
    background: var(--color-bg);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.partners-strip {
    display: flex;
    align-items: center;
    gap: 40px;
}

.partners-strip__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-text-soft);
    white-space: nowrap;
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid var(--color-line);
}

.partners-strip__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px 44px;
}

.partners-strip__list li {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    opacity: 0.55;
    transition: opacity 0.25s, color 0.25s;
}

.partners-strip__list li:hover {
    opacity: 1;
    color: var(--color-accent);
}

@media (max-width: 720px) {
    .partners-strip { flex-direction: column; align-items: flex-start; gap: 16px; }
    .partners-strip__label { border-right: none; padding-right: 0; }
    .partners-strip__list { gap: 18px 28px; }
    .partners-strip__list li { font-size: 16px; }
}

.section-process {
    padding: 110px 0;
    background: var(--color-bg);
}

.process-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 80px;
    align-items: start;
}

.process-intro {
    position: sticky;
    top: 110px;
}

.process-intro__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-accent);
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
}

.process-intro__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-accent);
}

.process-intro__title {
    font-family: var(--font-head);
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 0.98;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.03em;
    margin: 0 0 22px;
}

.process-intro__title br + * {
    font-style: italic;
}

.process-intro__note {
    font-size: 15px;
    line-height: 1.65;
    color: var(--color-text-soft);
    margin: 0 0 28px;
    max-width: 380px;
}

.process-intro__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-ink);
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-ink);
    transition: gap 0.25s, color 0.25s, border-color 0.25s;
}

.process-intro__cta:hover {
    color: var(--color-accent);
    border-color: var(--color-accent);
    gap: 16px;
}

.process-stack {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--color-line);
}

.process-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--color-line);
    align-items: baseline;
    transition: padding 0.3s;
}

.process-row__num {
    font-family: var(--font-head);
    font-size: clamp(54px, 6vw, 72px);
    font-weight: 400;
    line-height: 1;
    color: var(--color-ink);
    opacity: 0.12;
    letter-spacing: -0.04em;
    font-feature-settings: "lnum";
    transition: opacity 0.4s, color 0.4s, transform 0.4s;
}

.process-row:hover .process-row__num {
    opacity: 1;
    color: var(--color-accent);
    transform: translateX(4px);
}

.process-row__title {
    font-family: var(--font-head);
    font-size: clamp(20px, 2.2vw, 24px);
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 0 0 10px;
}

.process-row__body p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0;
    max-width: 600px;
}

@media (max-width: 1024px) {
    .process-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .process-intro {
        position: static;
    }
    .process-intro__note { max-width: 100%; }
}

@media (max-width: 560px) {
    .section-process { padding: 80px 0; }
    .process-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 26px 0;
    }
    .process-row__num {
        opacity: 1;
        color: var(--color-accent);
        font-size: 42px;
    }
}

.section-faq {
    padding: 100px 0;
    background: var(--color-bg);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 80px;
    align-items: start;
}

.faq-head {
    position: sticky;
    top: 110px;
}

.faq-head__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    margin-bottom: 12px;
}

.faq-head .section-title {
    margin-bottom: 18px;
}

.faq-head__lead {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text-soft);
    margin: 0 0 24px;
    max-width: 360px;
}

.faq-head__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    background: var(--color-ink);
    color: var(--color-white);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.25s, transform 0.25s, gap 0.25s;
}

.faq-head__cta:hover {
    background: var(--color-accent);
    transform: translateY(-2px);
    gap: 16px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item details {
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 14px;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.faq-item details[open] {
    border-color: var(--color-accent);
    box-shadow: 0 12px 30px rgba(var(--rgb-1a1a1a), 0.05);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-head);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-bg-alt);
    color: var(--color-accent);
    font-size: 12px;
    transition: transform 0.25s, background 0.25s, color 0.25s;
}

.faq-item details[open] .faq-item__icon {
    transform: rotate(45deg);
    background: var(--color-accent);
    color: var(--color-white);
}

.faq-item__body {
    padding: 0 24px 22px;
}

.faq-item__body p {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0;
}

@media (max-width: 1024px) {
    .faq-layout { grid-template-columns: 1fr; gap: 40px; }
    .faq-head { position: static; }
    .faq-head__lead { max-width: 100%; }
}

.about-cta-band {
    padding: 60px 0 0px;
    background: var(--color-bg);
}

.cta-band {
    background: var(--color-ink);
    color: var(--color-white);
    padding: 60px 24px;
    position: relative;
    overflow: hidden;
}

.cta-band::after {
    content: '';
    position: absolute;
    top: -120px;
    right: 6%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(var(--rgb-sapphire), 0.16);
    pointer-events: none;
}

.cta-band__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-band__copy {
    max-width: 620px;
}

.cta-band__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-accent);
    margin-bottom: 14px;
    padding-left: 18px;
    position: relative;
}

.cta-band__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-accent);
}

.cta-band__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.1;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}

.cta-band__title strong {
    color: var(--color-accent);
    font-weight: 400;
    font-style: italic;
}

.cta-band__lead {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(var(--rgb-white), 0.72);
    margin: 0;
}

.cta-band__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: var(--color-accent);
    color: var(--color-sapphire);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(var(--rgb-1a1a1a), 0.17);
    transition: background 0.25s, transform 0.25s, gap 0.25s;
    position: relative;
    z-index: 1;
}

.cta-band__btn:hover {
    background: var(--color-white);
    color: var(--color-ink);
    transform: translateY(-2px);
    gap: 16px;
}

@media (max-width: 900px) {
    .cta-band { padding: 48px 24px; }
    .cta-band__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
}

@media (max-width: 560px) {
    .about-cta-band { padding: 40px 0 20px; }
    .cta-band { padding: 36px 20px; }
    .cta-band__btn { width: 100%; justify-content: center; }
}

/* ============================================ */
/* ABOUT TESTIMONIALS — 1 featured + 2 light cards */
/* ============================================ */
.about-testimonials {
    padding: 80px 0 90px;
    background: var(--color-bg-alt);
}

.about-testimonials__head {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    grid-template-areas:
        "eyebrow ."
        "title   lead";
    align-items: end;
    column-gap: clamp(32px, 5vw, 72px);
    row-gap: 14px;
    margin: 0 0 56px;
    max-width: none;
    text-align: left;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.12);
}
.about-testimonials__head .about-testimonials__eyebrow { grid-area: eyebrow; }
.about-testimonials__head .about-testimonials__title { grid-area: title; margin: 0; }
.about-testimonials__head .about-testimonials__lead { grid-area: lead; margin: 0; }

@media (max-width: 760px) {
    .about-testimonials__head {
        grid-template-columns: 1fr;
        grid-template-areas: "eyebrow" "title" "lead";
        align-items: start;
        row-gap: 16px;
    }
}

.about-testimonials__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-gold);
    margin-bottom: 14px;
    padding-left: 18px;
    position: relative;
}

.about-testimonials__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-gold);
}

.about-testimonials__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.15;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.about-testimonials__title em {
    color: var(--color-sapphire);
    font-style: normal;
    font-weight: 800;
}

.about-testimonials__lead {
    font-size: 15px;
    line-height: 1.65;
    color: var(--color-text-soft);
    margin: 0;
}

.about-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-testimonial-card {
    background: var(--color-white);
    padding: 36px 32px 28px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border: 1px solid var(--color-line);
    box-shadow: 0 20px 40px rgba(var(--rgb-sapphire), 0.05);
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Accent gold subtil sus (brand) */
.about-testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-testimonial-card:hover::before,
.about-testimonial-card--featured::before { transform: scaleX(1); }

.about-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 55px rgba(var(--rgb-sapphire), 0.10);
}

.about-testimonial-card--featured {
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-002828) 60%, var(--color-001515) 100%);
    border-color: transparent;
    box-shadow: 0 22px 45px rgba(var(--rgb-sapphire), 0.20);
}

.about-testimonial-card__mark {
    font-size: 26px;
    color: var(--color-accent);
    opacity: 0.65;
}

.about-testimonial-card__quote {
    font-family: var(--font-head);
    font-size: 17px;
    line-height: 1.55;
    color: var(--color-ink);
    font-style: italic;
    margin: 0;
    flex: 1;
}

.about-testimonial-card--featured .about-testimonial-card__quote {
    color: var(--color-white);
}

.about-testimonial-card__foot {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--color-line);
    margin: 0;
}

.about-testimonial-card--featured .about-testimonial-card__foot {
    border-top-color: rgba(var(--rgb-white), 0.14);
}

.about-testimonial-card__avatar {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 0;
    overflow: hidden;
    flex: 0 0 auto;
    background: var(--color-taupe-30);
}

.about-testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-testimonial-card__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.about-testimonial-card__name {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    color: var(--color-ink);
    letter-spacing: 0.01em;
}

.about-testimonial-card--featured .about-testimonial-card__name {
    color: var(--color-white);
}

.about-testimonial-card__role {
    font-size: 12px;
    color: var(--color-text-soft);
}

.about-testimonial-card--featured .about-testimonial-card__role {
    color: rgba(var(--rgb-white), 0.6);
}

.about-testimonial-card__rating {
    display: inline-flex;
    gap: 3px;
    font-size: 11px;
    color: var(--color-accent);
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .about-testimonials__grid { grid-template-columns: 1fr 1fr; }
    .about-testimonial-card--featured { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .about-testimonials { padding: 60px 0 70px; }
    .about-testimonials__head { margin-bottom: 40px; }
    .about-testimonials__grid { grid-template-columns: 1fr; gap: 16px; }
    .about-testimonial-card { padding: 30px 24px 24px; }
    .about-testimonial-card__foot { flex-wrap: wrap; }
    .about-testimonial-card__rating { flex-basis: 100%; }
}

.about-passion {
    padding: 80px 0 40px;
    background: var(--color-bg);
}

.about-passion__mosaic {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 160px);
    gap: 14px;
}

.about-passion__intro {
    display: flex;
    align-items: flex-start;
    padding: 4px 16px 0 0;
}

.about-passion__intro p {
    font-family: var(--font-head);
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0;
}

.about-passion__intro strong {
    color: var(--color-accent);
    font-weight: 400;
    font-style: italic;
}

.about-passion__photo {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-bg-alt);
    position: relative;
}

.about-passion__photo--cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(var(--rgb-ink), 0) 0%, rgba(var(--rgb-ink), 0.45) 100%);
    pointer-events: none;
    z-index: 1;
}

.about-passion__cta {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    z-index: 2;
}

.about-passion__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(var(--rgb-ink), 0.28),
                0 0 0 1px rgba(var(--rgb-white), 0.04) inset;
    min-width: 170px;
}

.about-passion__btn i {
    font-size: 11px;
    opacity: 0.85;
}

.about-passion__btn--dark {
    background: var(--color-ink);
    color: var(--color-white);
}

.about-passion__btn--dark:hover {
    background: var(--color-white);
    color: var(--color-ink);
    transform: translateY(-2px);
}

.about-passion__btn--accent {
    background: var(--color-accent);
    color: var(--color-sapphire);
    box-shadow: 0 14px 30px rgba(var(--rgb-1a1a1a), 0.18),
                0 0 0 1px rgba(var(--rgb-white), 0.06) inset;
}

.about-passion__btn--accent:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-2px);
}

.about-passion__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.about-passion__photo:hover img {
    transform: scale(1.05);
}

.about-passion__mosaic > :nth-child(1) {  
    grid-column: 1 / span 2;
    grid-row: 1;
}
.about-passion__mosaic > :nth-child(2) {  
    grid-column: 3;
    grid-row: 1 / span 2;
}
.about-passion__mosaic > :nth-child(3) {  
    grid-column: 4 / span 2;
    grid-row: 1 / span 2;
}
.about-passion__mosaic > :nth-child(4) {  
    grid-column: 6;
    grid-row: 1 / span 2;
}
.about-passion__mosaic > :nth-child(5) {  
    grid-column: 1;
    grid-row: 2;
}
.about-passion__mosaic > :nth-child(6) {  
    grid-column: 2;
    grid-row: 2;
}
.about-passion__mosaic > :nth-child(7) {  
    grid-column: 1 / span 2;
    grid-row: 3;
}
.about-passion__mosaic > :nth-child(8) {  
    grid-column: 3;
    grid-row: 3;
}
.about-passion__mosaic > :nth-child(9) {  
    grid-column: 4 / span 3;
    grid-row: 3;
}

@media (max-width: 1024px) {
    .about-passion__mosaic {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 150px);
    }
    .about-passion__mosaic > :nth-child(1) { grid-column: 1 / -1; grid-row: 1; }
    .about-passion__mosaic > :nth-child(2) { grid-column: 1; grid-row: 2 / span 2; }
    .about-passion__mosaic > :nth-child(3) { grid-column: 2 / span 2; grid-row: 2 / span 2; }
    .about-passion__mosaic > :nth-child(4) { grid-column: 4; grid-row: 2 / span 2; }
    .about-passion__mosaic > :nth-child(5) { grid-column: 1; grid-row: 4; }
    .about-passion__mosaic > :nth-child(6) { grid-column: 2; grid-row: 4; }
    .about-passion__mosaic > :nth-child(7) { grid-column: 3 / span 2; grid-row: 4; }
    .about-passion__mosaic > :nth-child(8) { grid-column: 1 / span 2; grid-row: 5; grid-template-rows: 150px; }
    .about-passion__mosaic > :nth-child(9) { grid-column: 3 / span 2; grid-row: 5; }
}

@media (max-width: 640px) {
    .about-passion { padding: 60px 0 30px; }
    .about-passion__mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-auto-rows: 140px;
    }
    .about-passion__mosaic > * {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .about-passion__mosaic > :nth-child(1) {
        grid-column: 1 / -1 !important;
        height: auto;
    }

    
    .about-passion__mosaic > :nth-child(6),
    .about-passion__mosaic > :nth-child(7),
    .about-passion__mosaic > :nth-child(8) {
        display: none;
    }

    
    .about-passion__photo--cta {
        grid-column: 1 / -1 !important;
        height: 180px;
    }
    .about-passion__cta {
        padding: 10px 12px;
        gap: 6px;
        align-items: flex-end;
    }
    .about-passion__btn {
        min-width: 0;
        padding: 8px 12px;
        font-size: 11px;
        gap: 6px;
        border-radius: 8px;
        box-shadow: 0 6px 16px rgba(var(--rgb-ink), 0.25);
    }
    .about-passion__btn i { font-size: 10px; }
    .about-passion__btn--accent {
        box-shadow: 0 6px 16px rgba(var(--rgb-1a1a1a), 0.17);
    }
}

.about-offer {
    padding: 60px 0 90px;
    background: var(--color-bg);
}

.about-offer__grid {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: 60px;
    align-items: start;
}

.about-offer__head {
    position: sticky;
    top: 110px;
}

.about-offer__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-text-soft);
    margin-bottom: 16px;
}

.about-offer__title {
    font-family: var(--font-head);
    font-size: clamp(40px, 5vw, 60px);
    line-height: 0.98;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.03em;
    margin: 0;
}

.about-offer__body {
    max-width: 640px;
}

.about-offer__lead {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.55;
    color: var(--color-ink);
    margin: 0 0 22px;
    font-weight: 400;
}

.about-offer__fine {
    font-size: 13.5px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0;
}

@media (max-width: 1024px) {
    .about-offer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .about-offer__head { position: static; }
}

@media (max-width: 640px) {
    .about-offer { padding: 50px 0 70px; }
    .about-offer__lead { font-size: 16px; }
}

.pd-page { padding-top: 100px; }

.pd-crumb {
    padding: 16px 0 24px;
}

.pd-crumb-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pd-crumb-nav a {
    color: var(--color-text-soft);
    transition: color 0.2s;
}

.pd-crumb-nav a:hover { color: var(--color-accent); }

.pd-crumb-nav i {
    font-size: 9px;
    color: var(--color-text-soft);
    opacity: 0.6;
}

.pd-crumb-nav span {
    color: var(--color-accent);
}

.pd-gallery { padding: 0 0 32px; }

.pd-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    aspect-ratio: 16 / 7;
    
}

.pd-gallery__big {
    grid-row: 1 / 3;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: var(--color-bg-alt);
}

.pd-gallery__thumb {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: var(--color-bg-alt);
}

.pd-gallery__thumb--top { grid-column: 2 / 3; grid-row: 1 / 2; }
.pd-gallery__thumb--mid-left {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: calc(50% - 7px);
    float: left;
    height: 100%;
}
.pd-gallery__thumb--mid-right {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: calc(50% - 7px);
    margin-left: calc(50% + 7px);
    height: 100%;
}

.pd-gallery__big img,
.pd-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    display: block;
}

.pd-gallery__big:hover img,
.pd-gallery__thumb:hover img { transform: scale(1.04); }

.pd-gallery__more {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(var(--rgb-sapphire), 0.55);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
}

.pd-gallery__more i { font-size: 22px; }

@media (max-width: 900px) {
    
    .pd-gallery-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        aspect-ratio: auto;
        grid-template-columns: none;
        grid-template-rows: none;
    }
    .pd-gallery__big {
        flex: 0 0 100%;
        width: 100%;
        aspect-ratio: 16 / 10;
        grid-column: auto !important;
        grid-row: auto !important;
        margin: 0 !important;
    }
    
    .pd-gallery__thumb {
        flex: 1 1 calc((100% - 16px) / 3);
        max-width: calc((100% - 16px) / 3);
        aspect-ratio: 1 / 1;
        grid-column: auto !important;
        grid-row: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        float: none !important;
        display: block !important;
    }
    
    .pd-gallery__more {
        font-size: 10px;
        padding: 6px;
        gap: 4px;
        flex-direction: column;
        text-align: center;
    }
    .pd-gallery__more i { font-size: 16px; }
    .pd-gallery__more span { display: none; }
}

.pd-header { padding: 24px 0 28px; }

.pd-header-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
    gap: 40px;
    align-items: center;
}

.pd-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    margin-bottom: 12px;
}

.pd-title {
    font-family: var(--font-head);
    font-size: clamp(34px, 4.6vw, 52px);
    line-height: 1;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.025em;
    margin: 0 0 12px;
}

.pd-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-text-soft);
    margin: 0 0 20px;
}

.pd-location i { color: var(--color-accent); }

.pd-header__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pd-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 999px;
    color: var(--color-ink);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}

.pd-action:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
    transform: translateY(-2px);
}

.pd-action i { font-size: 12px; }

.pd-header__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    gap: 6px;
    background: var(--color-bg-alt);
    border-radius: 18px;
    padding: 22px 32px;
    text-align: right;
    min-width: 280px;
    position: relative;
    overflow: hidden;
}

.pd-header__price::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(var(--rgb-sapphire), 0.10);
    pointer-events: none;
}

.pd-header-price__eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-text-soft);
    position: relative;
    z-index: 1;
}

.pd-header-price__value {
    font-family: var(--font-head);
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1;
    font-weight: 500;
    color: var(--color-accent);
    letter-spacing: -0.025em;
    position: relative;
    z-index: 1;
}

.pd-header-price__note {
    font-size: 12px;
    color: var(--color-text-soft);
    position: relative;
    z-index: 1;
}

.pd-header__agent {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 16px;
    align-items: center;
    background: var(--color-bg-alt);
    border-radius: 18px;
    padding: 16px 20px;
}

.pd-header-agent__media {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.pd-header-agent__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-header-agent__name {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 2px;
}

.pd-header-agent__name a { color: inherit; }
.pd-header-agent__name a:hover { color: var(--color-accent); }

.pd-header-agent__role {
    display: block;
    font-size: 12px;
    color: var(--color-text-soft);
    margin-bottom: 6px;
}

.pd-header-agent__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}

.pd-header-agent__rating i {
    color: var(--color-accent);
    font-size: 11px;
}

.pd-header-agent__rating strong { color: var(--color-ink); font-weight: 700; }
.pd-header-agent__rating span { color: var(--color-text-soft); }

.pd-header-agent__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    background: var(--color-ink);
    color: var(--color-white);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s, transform 0.2s;
}

.pd-header-agent__btn:hover {
    background: var(--color-accent);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .pd-header-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 540px) {
    .pd-header__agent { grid-template-columns: 56px 1fr; row-gap: 12px; }
    .pd-header-agent__btn { grid-column: 1 / -1; justify-content: center; }
}

.pd-keyfacts {
    padding: 8px 0 32px;
}

.pd-keyfacts-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 22px 8px;
}

.pd-keyfact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border-right: 1px solid var(--color-line);
    text-align: center;
}

.pd-keyfact:last-child { border-right: none; }

.pd-keyfact__label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-text-soft);
}

.pd-keyfact__value {
    font-family: var(--font-head);
    font-size: 24px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    line-height: 1;
}

.pd-keyfact__value small {
    font-size: 12px;
    color: var(--color-text-soft);
    font-family: var(--font-body);
    margin-left: 1px;
}

.pd-keyfact--price .pd-keyfact__value { color: var(--color-accent); }

@media (max-width: 900px) {
    .pd-keyfacts-inner { grid-template-columns: repeat(3, 1fr); gap: 18px 4px; }
    .pd-keyfact { border-right: none; }
    .pd-keyfact:nth-child(3n) { border-right: none; }
}

@media (max-width: 500px) {
    .pd-keyfacts-inner { grid-template-columns: repeat(2, 1fr); }
}

.pd-body { padding: 16px 0 80px; }

.pd-body-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
    gap: 60px;
    align-items: start;
}

.pd-section {
    padding: 28px 0;
    border-bottom: 1px solid var(--color-line);
}

.pd-section:first-child { padding-top: 0; }
.pd-section:last-child { border-bottom: none; }

.pd-section-title {
    font-family: var(--font-head);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.015em;
    margin: 0 0 18px;
}

.pd-description-wrap {
    position: relative;
}

.pd-description__text p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-text-soft);
    margin: 0 0 14px;
}

.pd-description__text p:last-child { margin-bottom: 0; }

.pd-description-wrap[data-expanded="false"] .pd-description__text {
    max-height: 175px;
    overflow: hidden;
    position: relative;
}

.pd-description-wrap[data-expanded="false"] .pd-description__text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(var(--rgb-white), 0) 0%, var(--color-bg) 80%);
    pointer-events: none;
}

.pd-description__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: var(--color-accent);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 0 0;
    cursor: pointer;
    transition: gap 0.2s, color 0.2s;
}

.pd-description__toggle:hover { gap: 12px; color: var(--color-ink); }

.pd-description__toggle i {
    font-size: 11px;
    transition: transform 0.3s;
}

.pd-description-wrap[data-expanded="false"] .pd-description__less { display: none; }
.pd-description-wrap[data-expanded="true"] .pd-description__more { display: none; }
.pd-description-wrap[data-expanded="true"] .pd-description__toggle i {
    transform: rotate(180deg);
}

.pd-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
}

.pd-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--color-text-soft);
}

.pd-features li i {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--rgb-sapphire), 0.10);
    color: var(--color-accent);
    font-size: 12px;
}

.pd-tour,
.pd-map {
    border-radius: 18px;
    overflow: hidden;
    background: var(--color-bg-alt);
}

@media (max-width: 900px) {
    .pd-tour iframe,
    .pd-map iframe {
        height: 320px !important;
    }
}
@media (max-width: 600px) {
    .pd-tour iframe,
    .pd-map iframe {
        height: 240px !important;
    }
}

@media (max-width: 720px) {
    .pd-features { grid-template-columns: 1fr; }
}

.pd-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pd-agent-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
    gap: 14px 16px;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 20px;
}

.pd-agent-card__media {
    grid-row: 1 / 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.pd-agent-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-agent-card__body {
    align-self: center;
}

.pd-agent-card__eyebrow {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
    margin-bottom: 4px;
}

.pd-agent-card__name {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 2px;
}

.pd-agent-card__name a { color: inherit; }
.pd-agent-card__name a:hover { color: var(--color-accent); }

.pd-agent-card__role {
    display: block;
    font-size: 12.5px;
    color: var(--color-text-soft);
    margin-bottom: 6px;
}

.pd-agent-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}

.pd-agent-card__rating i { color: var(--color-accent); font-size: 11px; }
.pd-agent-card__rating strong { color: var(--color-ink); }
.pd-agent-card__rating span { color: var(--color-text-soft); }

.pd-agent-card__actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 8px;
}

.pd-agent-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.pd-agent-card__btn--primary {
    flex: 1;
    background: var(--color-ink);
    color: var(--color-white);
}

.pd-agent-card__btn--primary:hover {
    background: var(--color-accent);
    transform: translateY(-2px);
}

.pd-agent-card__btn--ghost {
    width: 44px;
    background: rgba(var(--rgb-sapphire), 0.10);
    color: var(--color-accent);
}

.pd-agent-card__btn--ghost:hover {
    background: var(--color-accent);
    color: var(--color-white);
    transform: translateY(-2px);
}

.pd-lead-form {
    background: var(--color-bg-alt);
    border-radius: 18px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pd-lead-form__title {
    font-family: var(--font-head);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0;
}

.pd-lead-form__sub {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-text-soft);
    margin: 0 0 6px;
}

.pd-lead-form__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pd-lead-form__label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-soft);
}

.pd-lead-form__field input,
.pd-lead-form__field textarea {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--color-ink);
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 10px;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pd-lead-form__field input:focus,
.pd-lead-form__field textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(var(--rgb-1a1a1a), 0.06);
}

.pd-lead-form__field textarea {
    resize: vertical;
    min-height: 80px;
}

.pd-lead-form__phone {
    display: flex;
    align-items: stretch;
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pd-lead-form__phone:focus-within {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(var(--rgb-1a1a1a), 0.06);
}

.pd-lead-form__country {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    background: var(--color-bg-alt);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--color-ink);
    border-right: 1px solid var(--color-line);
    white-space: nowrap;
}

.pd-lead-form__phone input {
    flex: 1;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

.pd-lead-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-text-soft);
    cursor: pointer;
}

.pd-lead-form__consent input {
    margin-top: 2px;
    accent-color: var(--color-accent);
}

.pd-lead-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    background: var(--color-accent);
    color: var(--color-white);
    border: none;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(var(--rgb-1a1a1a), 0.16);
    transition: background 0.2s, transform 0.2s;
    margin-top: 4px;
}

.pd-lead-form__submit:hover {
    background: var(--color-ink);
    transform: translateY(-2px);
}

.pd-contact-card {
    background: var(--color-ink);
    color: var(--color-white);
    border-radius: 18px;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.pd-contact-card::after {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(var(--rgb-sapphire), 0.16);
    pointer-events: none;
}

.pd-contact-card__eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    position: relative;
    z-index: 1;
}

.pd-contact-card__title {
    font-family: var(--font-head);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: -0.015em;
    margin: 0;
    position: relative;
    z-index: 1;
}

.pd-contact-card__text {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.7);
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
}

.pd-contact-card__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: var(--color-accent);
    color: var(--color-white);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(var(--rgb-1a1a1a), 0.16);
    transition: background 0.2s, color 0.2s, transform 0.2s;
    position: relative;
    z-index: 1;
}

.pd-contact-card__phone:hover {
    background: var(--color-white);
    color: var(--color-ink);
    transform: translateY(-2px);
}

.pd-contact-card__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    color: rgba(var(--rgb-white), 0.88);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: color 0.2s, gap 0.2s;
    position: relative;
    z-index: 1;
}

.pd-contact-card__whatsapp i { color: var(--color-whatsapp); font-size: 20px; }

.pd-contact-card__whatsapp:hover {
    color: var(--color-white);
    gap: 12px;
}

.pd-video {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--color-ink);
}

.pd-video__player {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pd-video__player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.pd-video__player:hover img { transform: scale(1.04); }

.pd-video__player::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--rgb-ink), 0) 40%, rgba(var(--rgb-ink), 0.45) 100%);
    pointer-events: none;
}

.pd-video__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--rgb-white), 0.92);
    color: var(--color-ink);
    font-size: 22px;
    box-shadow: 0 18px 40px rgba(var(--rgb-ink), 0.25);
    transition: transform 0.25s, background 0.25s, color 0.25s;
    z-index: 1;
}

.pd-video__player:hover .pd-video__play {
    background: var(--color-accent);
    color: var(--color-white);
    transform: scale(1.08);
}

.pd-video__meta {
    position: absolute;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.pd-video__duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: rgba(var(--rgb-ink), 0.55);
    backdrop-filter: blur(6px);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pd-video__title {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 12px rgba(var(--rgb-ink), 0.4);
}

.pd-amenities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pd-amenities li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: var(--color-bg-alt);
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-ink);
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
    cursor: default;
}

.pd-amenities li:hover {
    background: var(--color-bg);
    border-color: var(--color-accent);
    color: var(--color-accent);
    transform: translateY(-2px);
}

.pd-amenities li i {
    color: var(--color-accent);
    font-size: 13px;
}

.pd-mini-review {
    background: var(--color-bg);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 18px 20px;
}

.pd-mini-review__head {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.pd-mini-review__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.pd-mini-review__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-mini-review__head strong {
    display: block;
    font-size: 13.5px;
    color: var(--color-ink);
    font-weight: 600;
}

.pd-mini-review__head span {
    display: block;
    font-size: 11.5px;
    color: var(--color-text-soft);
    margin-top: 1px;
}

.pd-mini-review__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.pd-mini-review__rating i { color: var(--color-accent); }
.pd-mini-review__rating strong { color: var(--color-ink); }

.pd-mini-review__text {
    font-family: var(--font-head);
    font-style: italic;
    font-size: 14px;
    line-height: 1.55;
    color: var(--color-ink);
    margin: 0;
}

@media (max-width: 1024px) {
    .pd-body-grid { grid-template-columns: 1fr; gap: 40px; }
    .pd-sidebar { position: static; }
}

.pd-similar {
    padding: 60px 0 100px;
    background: var(--color-bg);
    border-top: 1px solid var(--color-line);
}

.pd-similar__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.pd-similar__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    margin-bottom: 8px;
}

.pd-similar__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    font-weight: 500;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0;
}

.pd-similar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--color-accent);
    transition: color 0.2s, gap 0.2s;
}

.pd-similar__link:hover { color: var(--color-accent); gap: 14px; }

@media (max-width: 640px) {
    .pd-similar__head { flex-direction: column; align-items: flex-start; }
}

.pd-gallery__hidden {
    display: none !important;
}

.pd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    animation: pdLightboxFadeIn 0.25s ease-out;
}

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

@keyframes pdLightboxFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pd-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(var(--rgb-0a0a0a), 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: zoom-out;
}

.pd-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.08);
    border: 1px solid rgba(var(--rgb-white), 0.15);
    color: var(--color-white);
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
    z-index: 2;
    backdrop-filter: blur(6px);
}

.pd-lightbox__close:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    transform: scale(1.08);
}

.pd-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-white), 0.08);
    border: 1px solid rgba(var(--rgb-white), 0.15);
    color: var(--color-white);
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    z-index: 2;
    backdrop-filter: blur(6px);
}

.pd-lightbox__nav:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.pd-lightbox__nav--prev { left: 24px; }
.pd-lightbox__nav--prev:hover { transform: translateY(-50%) translateX(-3px); }

.pd-lightbox__nav--next { right: 24px; }
.pd-lightbox__nav--next:hover { transform: translateY(-50%) translateX(3px); }

.pd-lightbox__stage {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: min(1200px, calc(100vw - 180px));
    max-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    animation: pdLightboxImgIn 0.3s ease-out;
}

@keyframes pdLightboxImgIn {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.pd-lightbox__img {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(var(--rgb-ink), 0.6);
    display: block;
}

.pd-lightbox__caption {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(var(--rgb-white), 0.9);
    font-size: 14px;
    background: rgba(var(--rgb-white), 0.06);
    border: 1px solid rgba(var(--rgb-white), 0.10);
    border-radius: 999px;
    padding: 10px 22px;
    backdrop-filter: blur(8px);
}

.pd-lightbox__title {
    font-family: var(--font-head);
    font-style: italic;
    font-weight: 400;
}

.pd-lightbox__counter {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
    padding-left: 18px;
    border-left: 1px solid rgba(var(--rgb-white), 0.18);
}

.pd-lightbox__counter span:first-child {
    color: var(--color-white);
    font-size: 16px;
}

@media (max-width: 768px) {
    .pd-lightbox { padding: 16px; }
    .pd-lightbox__close { top: 16px; right: 16px; width: 42px; height: 42px; }
    .pd-lightbox__nav { width: 44px; height: 44px; font-size: 14px; }
    .pd-lightbox__nav--prev { left: 12px; }
    .pd-lightbox__nav--next { right: 12px; }
    .pd-lightbox__stage { max-width: calc(100vw - 24px); gap: 12px; }
    .pd-lightbox__img { max-height: calc(100vh - 160px); }
    .pd-lightbox__caption { font-size: 12px; padding: 8px 16px; }
}

body.pd-lightbox-open {
    overflow: hidden;
}

.properties-results-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 32px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.properties-results-count {
    font-size: 15px;
    color: var(--color-text-soft);
    margin: 0;
}

.properties-results-count strong {
    color: var(--color-text);
    font-weight: 700;
    font-size: 22px;
    margin-right: 4px;
}

.properties-results-sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.properties-results-sort label {
    font-size: 14px;
    color: var(--color-text-soft);
    font-weight: 500;
}

.properties-results-sort select {
    padding: 8px 30px 8px 12px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    background: var(--color-white);
    color: var(--color-text);
    cursor: pointer;
}

.properties-results-sort select:focus {
    outline: 2px solid var(--color-accent);
    outline-offset: -1px;
}

@media (max-width: 640px) {
    .properties-results-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .properties-results-sort {
        width: 100%;
        justify-content: space-between;
    }
    .properties-results-sort select {
        flex: 1;
        max-width: 240px;
    }
}

/* Menu button (Barnes-style: "Menu" text + SVG hamburger cu bara mijloc offset) */
.menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 0;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-ink);
    position: relative;
    z-index: 10001;
    transition: color 0.25s ease;
}
.menu-toggle:hover { color: var(--color-red); }

.menu-toggle__label { display: inline-block; }

.menu-toggle__icon {
    display: block;
    width: 24px;
    height: 18px;
    overflow: visible;
}
.menu-toggle__line {
    fill: currentColor;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s, x 0.3s;
    transform-origin: center;
}
.menu-toggle:hover .menu-toggle__line--middle {
    x: 0;
    width: 24px;
}

body.nav-open .menu-toggle { color: var(--color-red); }
body.nav-open .menu-toggle__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
body.nav-open .menu-toggle__line:nth-child(2) {
    opacity: 0;
}
body.nav-open .menu-toggle__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* =====================================================
   MOBILE NAV — SPLIT variant (Barnes NY style)
   Imagine full-left, panou meniu dreapta cu list vertical.
   Activat prin .mobile-nav--split modifier.
   ===================================================== */
.mobile-nav.mobile-nav--split {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    background: transparent;
    z-index: 10000;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform: none;
}
body.nav-open .mobile-nav.mobile-nav--split {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}
.mobile-nav.mobile-nav--split[hidden] { display: none; }

/* Coloana STÂNGA — imagine full, alunecă din stânga */
.mobile-nav__image {
    position: relative;
    flex: 0 0 55%;
    height: 100%;
    overflow: hidden;
    background: var(--color-sapphire);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.nav-open .mobile-nav__image {
    transform: translateX(0);
}
.mobile-nav__image picture,
.mobile-nav__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
body.nav-open .mobile-nav__image img {
    transform: scale(1);
}

/* Coloana DREAPTA — panou meniu, alunecă din dreapta */
.mobile-nav__panel {
    position: relative;
    flex: 1;
    height: 100%;
    background: var(--color-white);
    padding: 40px 64px 40px 64px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.nav-open .mobile-nav__panel {
    transform: translateX(0);
}

/* Meniu items — fade+slide cu stagger delay */
body.nav-open .mobile-nav__list li {
    animation: mobile-nav-item-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
body.nav-open .mobile-nav__list li:nth-child(1) { animation-delay: 0.28s; }
body.nav-open .mobile-nav__list li:nth-child(2) { animation-delay: 0.34s; }
body.nav-open .mobile-nav__list li:nth-child(3) { animation-delay: 0.40s; }
body.nav-open .mobile-nav__list li:nth-child(4) { animation-delay: 0.46s; }
body.nav-open .mobile-nav__list li:nth-child(5) { animation-delay: 0.52s; }
body.nav-open .mobile-nav__list li:nth-child(6) { animation-delay: 0.58s; }
body.nav-open .mobile-nav__list li:nth-child(7) { animation-delay: 0.64s; }
body.nav-open .mobile-nav__list li:nth-child(8) { animation-delay: 0.70s; }

@keyframes mobile-nav-item-in {
    from { opacity: 0; transform: translateX(24px); }
    to   { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav.mobile-nav--split,
    .mobile-nav__image,
    .mobile-nav__image img,
    .mobile-nav__panel { transition: none; }
    body.nav-open .mobile-nav__list li { animation: none; }
}

/* Close button — dreapta sus în panou */
.mobile-nav--split .mobile-nav__close {
    position: absolute;
    top: 32px;
    right: 40px;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: var(--color-ink);
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 2;
}
.mobile-nav--split .mobile-nav__close:hover {
    color: var(--color-red);
    opacity: 1;
}
.mobile-nav--split .mobile-nav__close i {
    font-size: 18px;
}

/* Listă nav — stacked, mare, uppercase */
.mobile-nav__list {
    list-style: none;
    margin: auto 0;
    padding: 80px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.mobile-nav__list li {
    padding: 0;
}
.mobile-nav__list a {
    display: inline-block;
    font-family: var(--font-head);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}
.mobile-nav__list a:hover {
    color: var(--color-red);
    transform: translateX(6px);
}

/* Footer panou — social icons */
.mobile-nav__footer {
    margin-top: auto;
    padding-top: 32px;
    border-top: 1px solid var(--color-line);
    display: flex;
    justify-content: flex-end;
}
.mobile-nav__socials {
    display: inline-flex;
    gap: 12px;
}
.mobile-nav__socials a {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(var(--rgb-sapphire), 0.16);
    background: transparent;
    color: var(--color-sapphire);
    font-size: 15px;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease,
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.mobile-nav__socials a:hover {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-1d1d1d);
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(var(--rgb-gold), 0.35);
}

/* Responsive: sub 768px stacăm — imaginea sus scurtă, meniu jos */
@media (max-width: 768px) {
    .mobile-nav.mobile-nav--split {
        flex-direction: column;
    }
    .mobile-nav__image {
        flex: 0 0 200px;
    }
    .mobile-nav__panel {
        padding: 32px 24px;
    }
    .mobile-nav--split .mobile-nav__close {
        top: 20px;
        right: 24px;
    }
    .mobile-nav__list {
        padding: 40px 0 20px;
        gap: 18px;
    }
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    background: var(--color-white);
    z-index: 10000;
    padding: 0;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    border-left: 1px solid var(--color-sapphire);
}
@media (min-width: 768px) {
    .mobile-nav { width: 80%; }
}
@media (min-width: 1024px) {
    .mobile-nav { width: 66.6667%; }
}

.mobile-nav[hidden] { display: none; }
body.nav-open .mobile-nav {
    display: block;
    transform: translateX(0);
}

.mobile-nav__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--color-gold);
    border-radius: 0;
    font-size: 22px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    z-index: 2;
}
.mobile-nav__close:hover {
    color: var(--color-gold);
    opacity: 0.6;
}

.mobile-nav__inner {
    max-width: 1280px;
    min-height: 100%;
    margin: 0 auto;
    padding: 80px 32px 48px;
}
@media (min-width: 1024px) {
    .mobile-nav__inner { padding: 80px 64px 64px; }
}

.mobile-nav__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: calc(100vh - 128px);
}
@media (min-width: 1024px) {
    .mobile-nav__grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.mobile-nav__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1024px) {
    .mobile-nav__col--contact {
        border-left: 1px solid rgba(var(--rgb-sapphire), 0.2);
        padding-left: 64px;
    }
}

.mobile-nav__eyebrow {
    margin: 0 0 28px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-red);
}

.mobile-nav__sublabel {
    display: block;
    margin: 0 0 12px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(var(--rgb-ink), 0.40);
}

.mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.mobile-nav__links a {
    position: relative;
    display: inline-block;
    width: fit-content;
    padding: 2px 0;
    text-decoration: none;
    color: var(--color-black);
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: 0.05em;
    line-height: 1.2;
    transition: color 0.4s ease;
}
.mobile-nav__links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: var(--color-gold);
    transition: width 0.5s ease;
}
.mobile-nav__links a:hover::after {
    width: 100%;
}

.mobile-nav__legal {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(var(--rgb-ink), 0.1);
}
.mobile-nav__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.mobile-nav__legal-links a {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(var(--rgb-ink), 0.60);
    transition: color 0.3s ease;
}
.mobile-nav__legal-links a:hover {
    color: var(--color-gold);
}

.mobile-nav__contact {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.mobile-nav__contact-block {
    display: block;
}
.mobile-nav__contact-value {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 2.4vw, 28px);
    letter-spacing: 0.05em;
    color: var(--color-black);
    transition: color 0.3s ease;
    line-height: 1.2;
}
.mobile-nav__contact-value:hover {
    color: var(--color-gold);
}
.mobile-nav__address {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 300;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(var(--rgb-ink), 0.70);
    line-height: 1.6;
    font-style: normal;
}

.mobile-nav__cta {
    align-self: flex-start;
    margin-top: 8px;
    padding: 14px 32px !important;
    background: transparent !important;
    color: var(--color-red) !important;
    border: 1px solid var(--color-red) !important;
    border-radius: 0 !important;
    text-align: center;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: fit-content;
    line-height: 1;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}
.mobile-nav__cta::after { display: none; }
.mobile-nav__cta:hover {
    background: var(--color-red) !important;
    color: var(--color-white) !important;
}

.mobile-nav__follow {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(var(--rgb-ink), 0.1);
}
.mobile-nav__socials {
    display: flex;
    gap: 22px;
}
.mobile-nav__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: rgba(var(--rgb-ink), 0.60);
    font-size: 18px;
    transition: color 0.3s ease;
}
.mobile-nav__socials a:hover {
    color: var(--color-gold);
}

body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--rgb-ink), 0.5);
    z-index: 9998;
    animation: nav-overlay-fade 0.3s ease-out;
}
@keyframes nav-overlay-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 1023px) {
    .menu-toggle { display: inline-flex; margin-left: auto; }
    .site-nav { display: none; }
    .header-cta { display: none; }
}

@media (max-width: 900px) {
    .site-logo__img {
        max-height: 40px;
    }
}

@media (max-width: 640px) {
    
    .section-mission,
    [class*="-pattern"],
    .subscribe-pattern {
        background-size: 100% auto !important;
        background-position: center top !important;
    }
}

@media (max-width:767px) {
    .contact-section {
        padding: 0px 0 50px;
    }
     .subscribe-pattern {
        background-size: 10% auto !important;
    }
    .subscribe-pattern {
        height: 140px;
    }
    .footer-copyright {
        line-height: 1.2;
    }
    .footer-bottom-links {
        line-height: 1.2;
        gap: 10px 5px;
    }
    .footer-bottom-links a {
        font-size: 12px;
        line-height: 1.2;
    }

    .section-popular, .section-team, .section-blog {
        padding: 26px 0 32px;
    }
    .subscribe-pattern {
        margin-top: 40px;
    }
    .pagination__btn {
        width: 34px;
        height: 34px;
    }
    .pd-crumb-nav {
        line-height: 1;
    }
    .pd-amenities li {
        padding: 5px 10px;
    }
    .pd-header__actions {
        gap: 5px;
    }
    .pd-action {
        padding: 10px 14px;
    }
    .pd-gallery {
        padding: 0 0 0px;
    }
    .pd-similar {
        padding: 30px 0 30px;
    }
    .pd-body {
        padding: 16px 0 40px;
    }
    .section-testimonial {
        padding: 30px 0;
    }
    .section-projects {
        padding: 40px 0 20px;
    }
    .featured-title {
        margin-top: 55px;
    }
    .trust-strip { 
        gap: 10px
    }
    .trust-strip li {
        font-size: 11px;
    }
    .section-popular:not(.properties-results) {
        padding: 40px 0 50px;
    }
    .section-faq {
        padding: 50px 0;
        background: var(--color-bg);
    }
    .about-story {
        padding: 20px 0 50px;
    }
    .about-passion {
        padding: 30px 0 50px;
    }
    .about-stats {
        padding: 10px 0 30px;
    }
    .about-values {
        padding: 30px 0 50px;
    }
    .section-process {
        padding: 40px 0;
    }
    .agent-properties {
        padding: 20px 0 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .section-testimonial { padding: 80px 0 0; }
    .section-faq { padding: 60px 0; }
    .section-projects { padding: 50px 0 0px; }
    .section-blog {
        padding: 40px 0 50px;
    }
    .testimonial-slider {
        width: 520px;
    }
    .section-team {
        background-repeat: no-repeat;
    }
}

/* ============================================================
   AGENT DETAIL — profile (photo + bio + form) + listings grid
   ============================================================ */
.agent-profile {
    padding: 80px 0 60px;
    background: var(--color-bg);
}

/* =====================================================
   AGENT PROFILE — redesign modern, elegant
   Paletă site: sapphire (#004040 teal) + gold (#BDA472) + ivory
   Forme sobre: colțuri 4-6px, whitespace generos, tipografie curată
   ===================================================== */
.agent-profile__grid {
    display: grid;
    grid-template-columns: minmax(0, 4.2fr) minmax(0, 7fr);
    gap: 48px;
    align-items: start;
    margin-bottom: 80px;
}

.agent-profile__col-left {
    position: sticky;
    top: 100px;
}

.agent-profile__col-right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* ---- LEFT: Portret (gradient teal → alb), format portret ---- */
.agent-profile__photo {
    position: relative;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(0deg,
        rgba(var(--rgb-sapphire), 0.22) 0%,
        rgba(var(--rgb-sapphire), 0.10) 45%,
        var(--color-white) 100%);
}

.agent-profile__photo picture {
    display: block;
    width: 100%;
    height: 100%;
}

.agent-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

.agent-profile__stat {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: var(--color-white);
    border-left: 2px solid var(--color-gold);
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(var(--rgb-sapphire), 0.10);
}

.agent-profile__stat-num {
    font-family: var(--font-head);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-sapphire);
    letter-spacing: -0.02em;
}

.agent-profile__stat-label {
    font-size: 9px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-4c4643);
    font-weight: 600;
}

/* ---- RIGHT: Info bloc ---- */
.agent-profile__info {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
}

.agent-profile__role {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: rgba(var(--rgb-gold), 0.14);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-gold);
    margin-bottom: 18px;
}

.agent-profile__role::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--color-gold);
}

.agent-profile__name {
    font-family: var(--font-head);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-1d1d1d);
    margin: 0 0 20px;
}

.agent-profile__tagline {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-4c4643);
    margin: 0 0 24px;
    max-width: 560px;
}

.agent-profile__location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(var(--rgb-sapphire), 0.06);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    align-self: flex-start;
    margin-bottom: 0;
}

.agent-profile__location i {
    color: var(--color-gold);
    font-size: 12px;
}

/* Grup locație + chips (sub bio) */
.agent-profile__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.10);
}

/* ---- Chips de contact — pătrate, minimaliste ---- */
.agent-profile__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.agent-profile__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: var(--color-white);
    border: 1px solid var(--color-sapphire);
    border-radius: 4px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-sapphire);
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.agent-profile__chip i {
    color: var(--color-sapphire);
    font-size: 13px;
    transition: color 0.25s ease;
}

.agent-profile__chip:hover {
    background: var(--color-sapphire);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(var(--rgb-sapphire), 0.18);
}

.agent-profile__chip:hover i { color: var(--color-gold); }

.agent-profile__chip--wa {
    border-color: var(--color-whatsapp);
    color: var(--color-whatsapp);
}
.agent-profile__chip--wa i { color: var(--color-whatsapp); }
.agent-profile__chip--wa:hover {
    background: var(--color-whatsapp);
    color: var(--color-white);
    box-shadow: 0 10px 22px rgba(var(--rgb-25d366), 0.28);
}
.agent-profile__chip--wa:hover i { color: var(--color-white); }

/* ---- Form contact agent — card elegant cu accent gold ---- */
.agent-form-wrap {
    position: relative;
    background: var(--color-bg-alt);
    padding: 32px 30px 28px;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid rgba(var(--rgb-sapphire), 0.12);
    box-shadow: 0 20px 50px rgba(var(--rgb-sapphire), 0.06);
}

.agent-form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--color-gold);
    border-radius: 0;
}

.agent-form__title {
    font-family: var(--font-head);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-1d1d1d);
    letter-spacing: -0.01em;
    margin: 0 0 20px;
}

.agent-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.agent-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.agent-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.agent-form__field > span {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sapphire);
}

.agent-form__field input,
.agent-form__field textarea {
    font-family: var(--font-body);
    font-size: 14px;
    padding: 12px 14px;
    background: var(--color-fafbfb);
    border: 1px solid rgba(var(--rgb-sapphire), 0.14);
    border-radius: 0;
    color: var(--color-1d1d1d);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    resize: vertical;
}

.agent-form__field input::placeholder,
.agent-form__field textarea::placeholder {
    color: rgba(var(--rgb-4c4643), 0.5);
}

.agent-form__field input:focus,
.agent-form__field textarea:focus {
    outline: none;
    background: var(--color-white);
    border-color: var(--color-sapphire);
    box-shadow: 0 0 0 3px rgba(var(--rgb-sapphire), 0.10);
}

.agent-form__cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.agent-form__legal {
    font-size: 11px;
    color: var(--color-4c4643);
    margin: 0;
    flex: 1;
    min-width: 200px;
    line-height: 1.5;
}

.agent-form__legal a {
    color: var(--color-sapphire);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}
.agent-form__legal a:hover { color: var(--color-gold); }

/* .agent-form__submit — folosește sistemul premium comun (același pattern ca .team-cta) */
.agent-form__submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 14px 26px;
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-005050) 100%);
    color: var(--color-white);
    border: 1px solid var(--color-sapphire);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 10px 30px rgba(var(--rgb-sapphire), 0.24),
        0 2px 6px rgba(var(--rgb-ink), 0.08),
        inset 0 1px 0 rgba(var(--rgb-white), 0.10);
    transition:
        color 0.4s cubic-bezier(0.65, 0, 0.35, 1),
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.agent-form__submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(115deg,
        transparent 0%,
        rgba(var(--rgb-gold), 0) 25%,
        rgba(var(--rgb-gold), 0.40) 50%,
        rgba(var(--rgb-gold), 0) 75%,
        transparent 100%);
    transform: skewX(-18deg);
    transition: left 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}
.agent-form__submit:hover::before { left: 140%; }

.agent-form__submit::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-d5be92) 100%);
    transform: translateX(-101%);
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
    pointer-events: none;
}
.agent-form__submit:hover::after { transform: translateX(0); }

.agent-form__submit > span {
    position: relative;
    z-index: 1;
}
.agent-form__submit > i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    font-size: 12px;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.35s cubic-bezier(0.65, 0, 0.35, 1),
        color 0.35s ease;
}

.agent-form__submit:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px rgba(var(--rgb-gold), 0.42),
        0 4px 12px rgba(var(--rgb-ink), 0.08),
        inset 0 1px 0 rgba(var(--rgb-white), 0.35);
}
.agent-form__submit:hover > i {
    background: var(--color-sapphire);
    color: var(--color-gold);
    transform: translateX(4px);
}
.agent-form__submit:active { transform: translateY(-1px); transition-duration: 0.12s; }
.agent-form__submit:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 4px; }

/* ---- Agent listings section ---- */
.agent-listings {
    padding: 60px 0 120px;
    background: var(--color-bg-alt);
}

.agent-listings__head {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.agent-listings__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-sapphire);
    margin-bottom: 14px;
    padding-left: 18px;
    position: relative;
}

.agent-listings__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-sapphire);
}

.agent-listings__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.15;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .agent-profile__grid {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 40px;
    }
    .agent-profile__col-left { position: static; }
    .agent-profile__photo {
        min-height: 0;
        aspect-ratio: 3 / 4;
        max-width: 420px;
        margin: 0 auto;
    }
    .agent-form-wrap { padding: 28px 22px; }
    .agent-form__row { grid-template-columns: 1fr; }
    .agent-form__cta-row { justify-content: flex-start; }
    .agent-form__submit { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
    .agent-profile { padding: 56px 0 40px; }
    .agent-listings { padding: 40px 0 70px; }
    .agent-profile__stat {
        bottom: 14px;
        left: 14px;
        padding: 14px 18px;
    }
    .agent-profile__stat-num { font-size: 28px; }
    .agent-profile__chips {
        flex-wrap: nowrap;
        gap: 6px;
    }
    .agent-profile__chip {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
        padding: 10px 8px;
        font-size: 11px;
        gap: 6px;
    }
    .agent-profile__chip span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .agent-profile__chip i { font-size: 12px; }
}

/* ============================================================
   PROPERTY DETAIL — gallery, header, keyfacts, body, sidebar, similar
   ============================================================ */

/* ---- Gallery ---- */
.pd-gallery {
    padding: 40px 0 30px;
    background: var(--color-bg);
}

.pd-gallery-carousel {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: var(--color-taupe-30);
}

.pd-gallery-carousel .swiper-slide { width: 100%; }

.pd-gallery-slide {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--color-taupe-30);
}

.pd-gallery-slide picture,
.pd-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-gallery-slide img {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.pd-gallery-slide:hover img { transform: scale(1.03); }

.pd-gallery__zoom {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-ink), 0.55);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 14px;
    backdrop-filter: blur(6px);
    transition: background 0.25s, transform 0.25s;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.pd-gallery-slide:hover .pd-gallery__zoom { opacity: 1; }

/* Săgeți navigație — override Swiper default */
.pd-gallery-carousel .swiper-button-prev,
.pd-gallery-carousel .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(var(--rgb-white), 0.94);
    color: var(--color-ink);
    box-shadow: 0 12px 30px rgba(var(--rgb-ink), 0.15);
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    transition: background 0.25s, color 0.25s, transform 0.25s;
    z-index: 10;
    border: 0;
    cursor: pointer;
}

.pd-gallery-carousel .swiper-button-prev { left: 24px; }
.pd-gallery-carousel .swiper-button-next { right: 24px; }

.pd-gallery-carousel .swiper-button-prev:hover,
.pd-gallery-carousel .swiper-button-next:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-50%) scale(1.05);
}

.pd-gallery-carousel .swiper-button-prev::after,
.pd-gallery-carousel .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

/* Pagination dots */
.pd-gallery-carousel .swiper-pagination {
    bottom: 22px;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
}

.pd-gallery-carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(var(--rgb-white), 0.6);
    opacity: 1;
    margin: 0 !important;
    transition: background 0.25s, transform 0.25s, width 0.25s;
    border-radius: 999px;
}

.pd-gallery-carousel .swiper-pagination-bullet-active {
    background: var(--color-white);
    width: 26px;
}

/* Badge "Vezi toate X fotografii" bottom-right */
.pd-gallery__more-badge {
    position: absolute;
    bottom: 22px;
    right: 24px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(var(--rgb-ink), 0.55);
    backdrop-filter: blur(8px);
    color: var(--color-white);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    pointer-events: none;
}

.pd-gallery__more-badge i { font-size: 13px; }

/* ---- Header strip (eyebrow + title + location + actions) ---- */
.pd-header {
    padding: 24px 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-line);
}

.pd-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.pd-header__copy { flex: 1; min-width: 260px; }

.pd-header .pd-price {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 300px;
}

.pd-header__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-sapphire);
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.pd-header__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-sapphire);
}

.pd-header__title {
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.15;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}

.pd-header__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-text-soft);
    margin: 0;
}

.pd-header__location i { color: var(--color-red); }

.pd-header__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pd-header__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-line);
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-ink);
    cursor: pointer;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.pd-header__action:hover {
    background: var(--color-ink);
    color: var(--color-white);
    border-color: transparent;
}

/* ---- Keyfacts — carduri orizontale editoriale (icon pill + serif value + label) ---- */
.pd-keyfacts {
    padding: 40px 0;
    background: var(--color-bg-alt);
}

.pd-keyfacts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pd-keyfacts__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    padding: 22px 26px;
    background: var(--color-white);
    border: 1px solid var(--color-line);
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pd-keyfacts__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-sapphire);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.pd-keyfacts__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(var(--rgb-sapphire), 0.09);
    border-color: transparent;
}

.pd-keyfacts__item:hover::before {
    transform: scaleY(1);
}

.pd-keyfacts__item i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb-sapphire), 0.06);
    color: var(--color-sapphire);
    border-radius: 50%;
    font-size: 18px;
    flex: 0 0 auto;
    transition: background 0.35s ease, color 0.35s ease;
}

.pd-keyfacts__item:hover i {
    background: var(--color-sapphire);
    color: var(--color-white);
}

.pd-keyfacts__val {
    font-family: var(--font-head);
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    display: block;
    margin-bottom: 6px;
}

.pd-keyfacts__lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-soft);
    display: block;
}

/* ---- Body (article + sidebar) ---- */
.pd-body {
    padding: 60px 0 90px;
    background: var(--color-bg);
}

.pd-body__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start;
}

.pd-body__article {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.pd-body__sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pd-block__title {
    font-family: var(--font-head);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-line);
}

.pd-desc {
    position: relative;
}

.pd-desc__content {
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(.2, .7, .2, 1);
}

.pd-desc.is-clamped .pd-desc__content {
    max-height: 260px;
}

.pd-desc.is-expanded .pd-desc__content {
    max-height: 4000px;
}

.pd-desc p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-ink);
    margin: 0 0 16px;
}

.pd-desc p:last-child { margin-bottom: 0; }

.pd-desc__fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    height: 90px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-white), 0) 0%,
        var(--color-bg) 92%
    );
    opacity: 1;
    transition: opacity 0.3s ease;
}

.pd-desc.is-expanded .pd-desc__fade {
    opacity: 0;
}

.pd-desc__toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 22px;
    background: transparent;
    border: 1px solid var(--color-ink);
    border-radius: 999px;
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}

.pd-desc__toggle:hover {
    background: var(--color-ink);
    color: var(--color-white);
    gap: 14px;
}

.pd-desc__toggle-icon {
    font-size: 11px;
    transition: transform 0.35s ease;
}

.pd-desc.is-expanded .pd-desc__toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 640px) {
    .pd-desc.is-clamped .pd-desc__content { max-height: 200px; }
    .pd-desc__fade { height: 70px; bottom: 52px; }
    .pd-desc__toggle {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
}

.pd-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pd-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--color-ink);
    padding: 4px 0;
}

.pd-list li i {
    font-size: 11px;
    color: var(--color-sapphire);
    background: var(--color-bg-alt);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

/* Video */
.pd-video {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--color-ink);
}

.pd-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s;
}

.pd-video:hover img { transform: scale(1.03); }

.pd-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 18px 40px rgba(var(--rgb-ink), 0.35);
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.pd-video:hover .pd-video__play {
    background: var(--color-sapphire);
    color: var(--color-white);
    transform: translate(-50%, -50%) scale(1.08);
}

.pd-video__meta {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(var(--rgb-ink), 0.5);
}

.pd-video__duration {
    background: rgba(var(--rgb-white), 0.14);
    backdrop-filter: blur(6px);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
}

/* Virtual tour + map iframes */
.pd-tour,
.pd-map {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--color-line);
    background: var(--color-bg-alt);
}

.pd-tour iframe,
.pd-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ---- Sidebar: price card ---- */
.pd-price {
    background: var(--color-ink);
    color: var(--color-white);
    padding: 26px 24px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pd-price__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.6);
}

.pd-price__value {
    font-family: var(--font-head);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
    font-weight: 400;
    color: var(--color-white);
    margin-top: 4px;
}

.pd-price__note {
    font-size: 12px;
    color: rgba(var(--rgb-white), 0.6);
    margin-top: 6px;
}

/* ---- Sidebar: agent card ---- */
.pd-agent {
    background: var(--color-white);
    border: 1px solid var(--color-line);
    padding: 22px 22px 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pd-agent__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-sapphire);
}

.pd-agent__head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pd-agent__avatar {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-taupe-30);
    flex: 0 0 auto;
}

.pd-agent__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-agent__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pd-agent__name {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: color 0.25s;
}

.pd-agent__name:hover { color: var(--color-sapphire); }

.pd-agent__role {
    font-size: 11px;
    color: var(--color-text-soft);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
}

.pd-agent__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--color-ink);
    margin-top: 4px;
}

.pd-agent__rating i { color: var(--color-red); font-size: 10px; }
.pd-agent__rating strong { font-weight: 700; }
.pd-agent__rating span { color: var(--color-text-soft); }

.pd-agent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.pd-agent__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s, background 0.25s, color 0.25s;
}

.pd-agent__btn--call {
    background: var(--color-ink);
    color: var(--color-white);
}

.pd-agent__btn--call:hover {
    background: var(--color-sapphire);
    transform: translateY(-2px);
}

.pd-agent__btn--wa {
    background: var(--color-whatsapp);
    color: var(--color-white);
}

.pd-agent__btn--wa:hover {
    background: var(--color-whatsapp-dark);
    transform: translateY(-2px);
}

/* ---- Sidebar: lead form ---- */
.pd-lead {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-line);
    padding: 24px 22px;
    border-radius: 18px;
}

.pd-lead__title {
    font-family: var(--font-head);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

.pd-lead__sub {
    font-size: 12px;
    color: var(--color-text-soft);
    line-height: 1.5;
    margin: 0 0 18px;
}

.pd-lead__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-lead__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pd-lead__field > span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-sapphire);
}

.pd-lead__field input,
.pd-lead__field textarea {
    font-family: var(--font-body);
    font-size: 13px;
    padding: 10px 12px;
    background: var(--color-white);
    border: 1px solid var(--color-line);
    border-radius: 10px;
    color: var(--color-ink);
    transition: border-color 0.25s, box-shadow 0.25s;
    resize: vertical;
}

.pd-lead__field input:focus,
.pd-lead__field textarea:focus {
    outline: none;
    border-color: var(--color-sapphire);
    box-shadow: 0 0 0 3px rgba(var(--rgb-sapphire), 0.08);
}

.pd-lead__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    color: var(--color-text-soft);
    line-height: 1.5;
    margin-top: 4px;
    cursor: pointer;
}

.pd-lead__consent input {
    margin-top: 3px;
    flex: 0 0 auto;
}

.pd-lead__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--color-ink);
    color: var(--color-white);
    border: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, gap 0.25s, transform 0.25s;
    margin-top: 6px;
}

.pd-lead__submit:hover {
    background: var(--color-sapphire);
    gap: 14px;
    transform: translateY(-2px);
}

/* ---- Similar properties ---- */
.pd-similar {
    padding: 60px 0 100px;
    background: var(--color-bg-alt);
}

.pd-similar__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pd-similar__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-sapphire);
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.pd-similar__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--color-sapphire);
}

.pd-similar__title {
    font-family: var(--font-head);
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.15;
    font-weight: 400;
    color: var(--color-ink);
    letter-spacing: -0.02em;
    margin: 0;
}

.pd-similar__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--color-ink);
    color: var(--color-white);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s, gap 0.25s, transform 0.25s;
}

.pd-similar__link:hover {
    background: var(--color-sapphire);
    gap: 14px;
    transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .pd-body__grid { grid-template-columns: 1fr; gap: 40px; }
    .pd-body__sidebar { position: static; }
}

@media (max-width: 900px) {
    .pd-gallery-slide { aspect-ratio: 16 / 10; }
    .pd-gallery-carousel .swiper-button-prev,
    .pd-gallery-carousel .swiper-button-next { width: 44px; height: 44px; }
    .pd-gallery-carousel .swiper-button-prev { left: 14px; }
    .pd-gallery-carousel .swiper-button-next { right: 14px; }
    .pd-header__inner { align-items: flex-start; }
}

@media (max-width: 640px) {
    .pd-gallery { padding: 24px 0 20px; }
    .pd-gallery-carousel { border-radius: 16px; }
    .pd-gallery-slide { aspect-ratio: 4 / 3; }
    .pd-gallery-carousel .swiper-button-prev,
    .pd-gallery-carousel .swiper-button-next { width: 40px; height: 40px; }
    .pd-gallery-carousel .swiper-button-prev::after,
    .pd-gallery-carousel .swiper-button-next::after { font-size: 13px; }
    .pd-gallery__more-badge {
        bottom: 14px;
        right: 14px;
        padding: 8px 12px;
        font-size: 10px;
    }
    .pd-gallery__more-badge span { display: none; }
    .pd-header__actions { width: 100%; }
    .pd-header__action span { display: none; }
    .pd-header__action { padding: 10px 14px; }
    .pd-keyfacts { padding: 28px 0; }
    .pd-keyfacts__list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .pd-keyfacts__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 12px;
        gap: 10px;
        min-width: 0;
    }
    .pd-keyfacts__item i {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .pd-keyfacts__val {
        font-size: 20px;
        margin-bottom: 4px;
        line-height: 1.1;
        word-break: break-word;
    }
    .pd-keyfacts__lbl {
        font-size: 10px;
        letter-spacing: 0.12em;
        line-height: 1.3;
    }
    .pd-body { padding: 40px 0 60px; }
    .pd-body__article { gap: 32px; }
    .pd-list { grid-template-columns: 1fr; }
    .pd-video__play {
        width: 52px;
        height: 52px;
        font-size: 16px;
        box-shadow: 0 10px 24px rgba(var(--rgb-ink), 0.30);
    }
    .pd-similar { padding: 40px 0 70px; }
    .pd-similar__head { flex-direction: column; align-items: flex-start; }
    .pd-agent__actions { grid-template-columns: 1fr; }
}
@media (max-width: 687px) {
    .hero-split__strip {
        gap: 0;
    }
    .section-services {
        padding: 0px 0 70px;
    }
    .projects-showcase {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

/* ============================================================
   SECTION CATEGORIES — grilă categorii proprietăți (index.html)
   Design: PT Serif titluri, gold accent, sapphire hover, ivory bg.
   ============================================================ */
.section-categories {
    background: var(--color-ivory);
    padding: 110px 0 120px;
    color: var(--color-ink);
}

.categories__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.categories__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-accent);
    margin-bottom: 22px;
}

.categories__eyebrow-rule {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--color-accent);
}

.categories__title {
    font-family: var(--font-head);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--color-ink);
    margin: 0 0 18px;
}

.categories__title em {
    font-style: italic;
    font-weight: 400;
    color: var(--color-sapphire);
}

.categories__lead {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-soft);
    margin: 0;
}

.categories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.category-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    text-decoration: none;
    color: var(--color-white);
    background: var(--color-sapphire);
    isolation: isolate;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(var(--rgb-sapphire), 0.22);
}

.category-card__media {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
}

.category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.category-card:hover .category-card__media img {
    transform: scale(1.08);
}

.category-card__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0) 30%,
        rgba(var(--rgb-sapphire), 0.55) 65%,
        rgba(var(--rgb-sapphire), 0.94) 100%
    );
    transition: background 0.4s ease;
}

.category-card:hover .category-card__scrim {
    background: linear-gradient(
        180deg,
        rgba(var(--rgb-sapphire), 0.10) 0%,
        rgba(var(--rgb-sapphire), 0.65) 55%,
        rgba(var(--rgb-sapphire), 0.96) 100%
    );
}

.category-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-card__name {
    font-family: var(--font-head);
    font-size: 22px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--color-white);
    margin: 0;
    transition: transform 0.35s ease;
}

.category-card:hover .category-card__name {
    transform: translateX(4px);
}

.category-card__count {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-gold);
}

.category-card__arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    color: var(--color-sapphire);
    font-size: 14px;
    opacity: 0;
    transform: translate(-6px, 6px);
    transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, color 0.25s ease;
}

.category-card:hover .category-card__arrow {
    opacity: 1;
    transform: translate(0, 0);
    background: var(--color-gold);
    color: var(--color-white);
}

@media (max-width: 1200px) {
    .categories__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .section-categories {
        padding: 90px 0 100px;
    }
}

@media (max-width: 900px) {
    .categories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .section-categories {
        padding: 70px 0 80px;
    }
    .categories__head {
        margin-bottom: 40px;
    }
}

@media (max-width: 520px) {
    .categories__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .category-card {
        aspect-ratio: 3 / 2;
    }
    .section-categories {
        padding: 50px 0 60px;
    }
}

/* =====================================================
   OVERLAY HEADER — Barnes NY style: transparent peste hero image
   Logo centrat sus, nav centrat sub, text alb, header absolut.
   Activat prin body.has-overlay-header + .site-header--overlay.
   Body class-ul e păstrat ca hook pentru viitoare ajustări per-pagină.
   ===================================================== */
.site-header--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0;
    box-shadow: none !important;
}

/* Linia subțire deasupra header-ului (accent Barnes NY) */
.site-header__topline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgba(var(--rgb-white), 0.75);
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 1px 6px rgba(var(--rgb-ink), 0.15);
}
.site-header--overlay.is-scrolled .site-header__topline {
    background: rgba(var(--rgb-white), 0.30);
    box-shadow: none;
}

.site-header--overlay.is-scrolled {
    position: fixed;
    background: rgba(var(--rgb-1a1a1a), 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 18px rgba(var(--rgb-ink), 0.20) !important;
}

/* Când e scroll: header-ul devine horizontal — logo stânga, nav+meniu dreapta */
.site-header--overlay.is-scrolled .header-inner--stacked {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.site-header--overlay.is-scrolled .site-logo--centered {
    margin: 0;
}
.site-header--overlay.is-scrolled .site-header--light .site-logo__img,
.site-header--overlay.is-scrolled .site-logo__img {
    max-height: 40px;
}
.site-header--overlay.is-scrolled .header-inner__nav-row {
    padding-top: 0;
    margin-left: auto;
}
/* Ascunde linia de sub logo când e scroll (nu mai are sens în layout orizontal) */
.site-header--overlay.is-scrolled .header-inner__nav-row::before {
    display: none;
}

/* Layout header stacked: logo sus, nav sub — compact */
.header-inner--stacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 12px;
}

.site-logo--centered {
    margin: 0 auto;
    display: block;
}

/* Logo text „SINGAPORE | București" — stil Barnes */
.site-logo--text {
    display: inline-flex;
    align-items: baseline;
    gap: 14px;
    text-decoration: none;
    color: currentColor;
    line-height: 1;
}
.site-logo__main {
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
}
.site-logo__divider {
    display: inline-block;
    width: 1px;
    height: 22px;
    background: currentColor;
    opacity: 0.5;
    align-self: center;
}
.site-logo__sub {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    font-style: italic;
    opacity: 0.9;
}

.header-inner__nav-row {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: auto;
    padding-top: 12px;
}
.header-inner__nav-row .site-nav {
    margin-left: 0;
}
/* Linie albă orizontală deasupra rândului de nav (sub logo) — vizibilă, groasă */
.site-header--overlay .header-inner__nav-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(var(--rgb-cccccc), 1);
    box-shadow: 0 1px 6px rgba(var(--rgb-ink), 0.20);
    pointer-events: none;
}
.site-header--overlay.is-scrolled .header-inner__nav-row::before {
    background: rgba(var(--rgb-white), 0.40);
    box-shadow: none;
}
.site-nav--centered .site-nav__list {
    gap: 26px;
    justify-content: center;
}
.header-inner__nav-row .menu-toggle {
    margin-left: 8px;
    padding: 4px 0;
}
/* Item padding redus pentru header compact */
.site-header--overlay .site-nav__item {
    padding: 6px 0;
}

/* Light variant — text alb pentru overlay peste imagini întunecate */
.site-header--light .site-nav__link,
.site-header--light .menu-toggle {
    color: var(--color-white);
}
.site-header--light .site-nav__link::after {
    background: var(--color-white);
}
.site-header--light .site-nav__link:hover,
.site-header--light .site-nav__item--has-sub:hover > .site-nav__link,
.site-header--light .menu-toggle:hover {
    color: rgba(var(--rgb-white), 0.75);
}
.site-header--light .site-nav__link:hover::after,
.site-header--light .site-nav__item--has-sub:hover > .site-nav__link::after {
    background: rgba(var(--rgb-white), 0.75);
}
/* Sub-nav rămâne alb cu text ink (dropdown pe fundal alb) — nu moștenește culoarea light */
.site-header--light .site-nav__sub-link {
    color: var(--color-text-soft);
}
.site-header--light .site-nav__sub-link:hover {
    color: var(--color-red);
    background: var(--color-ivory);
}

/* Logo pentru overlay light — folosim logo-white.svg direct, fără filter */
.site-header--light .site-logo__img {
    max-height: 52px;
    width: auto;
}

/* =====================================================
   PAGE BANNER — Full-image hero cu titlu centrat (Barnes NY)
   Ocupă întreaga înălțime a viewport-ului, imagine background,
   overlay subtil pentru contrast, titlu mare alb centrat vertical.
   ===================================================== */
.page-banner {
    position: relative;
    width: 100%;
    height: clamp(250px, 36vh, 380px);
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-sapphire);
}

.page-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
}
.page-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.page-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(var(--rgb-0f141e), 0.55) 0%,
        rgba(var(--rgb-0f141e), 0.40) 45%,
        rgba(var(--rgb-0f141e), 0.60) 100%);
    pointer-events: none;
}

.page-banner__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-banner__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(22px, 2.6vw, 34px);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-white);
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(var(--rgb-ink), 0.25);
}

.page-banner__breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.85);
}
.page-banner__breadcrumbs a {
    color: rgba(var(--rgb-white), 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}
.page-banner__breadcrumbs a:hover {
    color: var(--color-white);
}
.page-banner__crumb-sep {
    opacity: 0.55;
    font-weight: 300;
}
.page-banner__breadcrumbs [aria-current="page"] {
    color: var(--color-white);
}

@media (max-width: 768px) {
    .header-inner--stacked {
        gap: 14px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .site-nav--centered .site-nav__list { gap: 18px; }
    .page-banner { height: clamp(180px, 26vh, 240px); }
    .page-banner__title { letter-spacing: 0.05em; font-size: clamp(22px, 5vw, 30px); }
}

/* =====================================================
   SITE FOOTER — SPLIT variant (stil CarmanFriend)
   Dark charcoal bg, 2 coloane (locații + linkuri | contact),
   bottom cu logo + socials, copyright bar jos.
   ===================================================== */
.site-footer.site-footer--split {
    background: var(--color-1a1a1a);
    color: rgba(var(--rgb-f5f7f8), 0.75);
    padding: 60px 0 24px;
    font-family: var(--font-body);
}

.site-footer--split .container { max-width: 1280px; }

/* Main body: left group (locations + useful) + right (contact) */
.site-footer--split .site-footer__main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--rgb-ivory), 0.20);
}

.site-footer--split .site-footer__left {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.site-footer--split .site-footer__col {
    display: flex;
    flex-direction: column;
}

.site-footer--split .site-footer__heading {
    margin: 0 0 18px;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ivory);
}

.site-footer--split .site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.site-footer--split .site-footer__list--locations {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}
.site-footer--split .site-footer__list li {
    padding: 0;
}
.site-footer--split .site-footer__list a {
    display: inline-block;
    padding: 3px 0;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(var(--rgb-f5f7f8), 0.70);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-footer--split .site-footer__list a:hover {
    color: var(--color-ivory);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--color-gold);
}

/* Contact box — dreapta cu accent Soft Blue */
.site-footer--split .site-footer__contact-box {
    padding: 24px;
    border: 1px solid rgba(var(--rgb-ivory), 0.20);
    border-left: 3px solid var(--color-gold);
    /* border-radius: var(--radius-card); */
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(var(--rgb-gold), 0.10);
}
.site-footer--split .site-footer__contact-box .site-footer__heading {
    color: var(--color-gold);
}
.site-footer--split .site-footer__phone {
    font-family: var(--font-mono);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-ivory);
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 1.2;
    transition: color 0.2s ease;
}
.site-footer--split .site-footer__phone:hover {
    color: var(--color-gold);
}
.site-footer--split .site-footer__email {
    font-family: var(--font-body);
    font-size: 13px;
    color: rgba(var(--rgb-f5f7f8), 0.70);
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-word;
}
.site-footer--split .site-footer__email:hover {
    color: var(--color-ivory);
}
.site-footer--split .site-footer__address {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(var(--rgb-ivory), 0.12);
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.5;
    color: rgba(var(--rgb-f5f7f8), 0.70);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-footer--split .site-footer__address:hover {
    color: var(--color-ivory);
}

/* Bottom: logo + socials | badges */
.site-footer--split .site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 0 28px;
    border-bottom: 1px solid rgba(var(--rgb-f5f7f8), 0.15);
    flex-wrap: wrap;
}
.site-footer--split .site-footer__bottom-left {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.site-footer--split .site-footer__logo img {
    display: block;
    max-height: 44px;
    width: auto;
}
.site-footer--split .site-footer__socials {
    display: inline-flex;
    gap: 8px;
}
/* Iconițe alternante Soft Blue / Caramel / Warm Brown / Sand-outlined */
.site-footer--split .site-footer__social-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-gold);
    color: var(--color-ivory);
    font-size: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}
.site-footer--split .site-footer__social-icon:nth-child(2) { background: var(--color-sapphire); }
.site-footer--split .site-footer__social-icon:nth-child(3) { background: var(--color-aubergine); }
.site-footer--split .site-footer__social-icon:nth-child(4) { background: var(--color-gold); }
.site-footer--split .site-footer__social-icon:hover {
    transform: translateY(-3px);
    filter: brightness(1.15);
}
.site-footer--split .site-footer__badges {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-ivory);
}

/* Copyright */
.site-footer--split .site-footer__copyright {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    flex-wrap: wrap;
}
.site-footer--split .site-footer__copyright p {
    margin: 0;
    font-family: var(--font-body);
    font-size: 11px;
    line-height: 1.6;
    color: rgba(var(--rgb-f5f7f8), 0.55);
}
.site-footer--split .site-footer__copyright-left p + p {
    margin-top: 4px;
}
.site-footer--split .site-footer__copyright a {
    color: var(--color-ivory);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-footer--split .site-footer__copyright a:hover {
    color: var(--color-gold);
}
.site-footer--split .site-footer__copyright-right p a span {
    color: var(--color-gold);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 960px) {
    .site-footer--split .site-footer__main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 640px) {
    .site-footer.site-footer--split { padding: 44px 0 20px; }
    .site-footer--split .site-footer__left {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .site-footer--split .site-footer__list--locations {
        grid-template-columns: 1fr;
    }
    .site-footer--split .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .site-footer--split .site-footer__copyright {
        flex-direction: column;
    }
}

/* =====================================================
   FEATURED HIGHLIGHT — imagine mare + panou sapphire overlap dreapta
   Design: villă în stânga, casetă teal întunecat suprapusă parțial peste
   partea dreaptă a imaginii, cu text alb și CTA gold.
   ===================================================== */
.featured-highlight {
    position: relative;
    padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 7vw, 120px);
    background: var(--color-white);
}
.featured-highlight__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 440px;
}
.featured-highlight__media {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    align-self: center;
    width: 76%;
    height: 476px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(var(--rgb-sapphire), 0.15);
}
.featured-highlight__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.featured-highlight:hover .featured-highlight__media img {
    transform: scale(1.04);
}
.featured-highlight__panel {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    justify-self: end;
    align-self: center;
    width: 38%;
    max-width: none;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 2.4vw, 40px);
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-005050) 100%);
    color: var(--color-white);
    box-shadow:
        0 30px 60px rgba(var(--rgb-sapphire), 0.30),
        0 12px 24px rgba(var(--rgb-ink), 0.15),
        inset 0 1px 0 rgba(var(--rgb-white), 0.08);
    isolation: isolate;
    overflow: hidden;
}
.featured-highlight__panel::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(var(--rgb-gold), 0.24) 0%, transparent 65%);
    filter: blur(20px);
    pointer-events: none;
    z-index: -1;
}
.featured-highlight__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 16px;
}
.featured-highlight__title {
    margin: 0 0 18px;
    font-family: var(--font-head);
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--color-white);
}
.featured-highlight__text {
    margin: 0 0 26px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: rgba(var(--rgb-white), 0.78);
}
.featured-highlight__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px 12px 22px;
    background: transparent;
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-highlight__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-gold);
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.featured-highlight__btn > span,
.featured-highlight__btn > i {
    position: relative;
    z-index: 1;
}
.featured-highlight__btn > i {
    font-size: 11px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-highlight__btn:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(var(--rgb-gold), 0.35);
}
.featured-highlight__btn:hover::after { transform: translateX(0); }
.featured-highlight__btn:hover > i { transform: translateX(4px); }

@media (max-width: 900px) {
    .featured-highlight {
        padding-bottom: 48px;
    }
    .featured-highlight__media {
        width: 100%;
    }
    .featured-highlight__panel {
        width: calc(100% - 40px);
        margin-top: -60px;
        justify-self: center;
        align-self: end;
        grid-row: 2 / 3;
        padding: 32px 28px;
        aspect-ratio: auto;
    }
    .featured-highlight__grid {
        grid-template-rows: auto auto;
    }
}


/* =====================================================
   BENTO SHOWCASE — mozaic: foto înaltă stânga, imagine mare cu
   overlay text sus, foto mică + panou text jos (3 col × 2 rânduri).
   ===================================================== */
.bento-showcase {
    padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 7vw, 120px);
    background: var(--color-white);
}
.bento-showcase__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 16px;
}
.bento-showcase__cell {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.bento-showcase__cell--tall  { grid-column: 1; grid-row: 1 / 3; }
.bento-showcase__cell--wide  { grid-column: 2 / 4; grid-row: 1; }
.bento-showcase__cell--small { grid-column: 2; grid-row: 2; }
.bento-showcase__cell--text  { grid-column: 3; grid-row: 2; }

.bento-showcase__cell picture,
.bento-showcase__cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bento-showcase__cell img {
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-showcase__cell:hover img {
    transform: scale(1.05);
}

/* Overlay text peste imaginea mare */
.bento-showcase__cell--overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--rgb-sapphire), 0.15) 0%, rgba(var(--rgb-sapphire), 0.72) 100%);
    pointer-events: none;
}
.bento-showcase__overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 22px 26px 24px;
    color: var(--color-white);
}
.bento-showcase__overlay-title {
    margin: 0 0 12px;
    font-family: var(--font-head);
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--color-white);
}
.bento-showcase__overlay-text {
    margin: 0;
    max-width: 460px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
    color: rgba(var(--rgb-white), 0.85);
}

/* Panou text (jos dreapta) */
.bento-showcase__cell--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 28px;
    background: var(--color-ivory);
    overflow: visible;
}
.bento-showcase__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 14px;
}
.bento-showcase__text-title {
    margin: 0 0 12px;
    font-family: var(--font-head);
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--color-ink);
}
.bento-showcase__text-body {
    margin: 0 0 16px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-ink-soft);
}
.bento-showcase__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-sapphire);
    transition: gap 0.3s ease, color 0.3s ease;
}
.bento-showcase__link > i {
    font-size: 11px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bento-showcase__link:hover {
    color: var(--color-gold);
}
.bento-showcase__link:hover > i {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .bento-showcase__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        min-height: 0;
    }
    .bento-showcase__cell--tall  { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
    .bento-showcase__cell--wide  { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 9; }
    .bento-showcase__cell--small { grid-column: 1; grid-row: auto; aspect-ratio: 4 / 5; }
    .bento-showcase__cell--text  { grid-column: 2; grid-row: auto; }
}
@media (max-width: 560px) {
    .bento-showcase__cell--small,
    .bento-showcase__cell--text {
        grid-column: 1 / -1;
    }
    .bento-showcase__cell--small { aspect-ratio: 16 / 10; }
    .bento-showcase__cell--text  { padding: 28px 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .bento-showcase__cell img { transition: none; }
}


/* =====================================================
   ABOUT INTRO — text stânga + imagine dreapta cu foto flotantă
   Design: eyebrow gold, titlu mare, paragraf, buton outlined,
   imagine mare + o foto secundară plutind peste ea (offset).
   ===================================================== */
.about-intro {
    padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 7vw, 120px);
    background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 62%);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
/* Watermark uriaș cu numele agenției — același design ca pe property-detail */
.about-intro__watermark {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-head);
    font-size: clamp(120px, 22vw, 300px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    color: rgba(var(--rgb-sapphire), 0.04);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
}
.about-intro__grid { position: relative; z-index: 1; }
.about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}
.about-intro__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
}
.about-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
}
.about-intro__eyebrow-rule {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--color-gold);
}
.about-intro__eyebrow-text {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.about-intro__title {
    margin: 4px 0 0;
    font-family: var(--font-head);
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--color-1d1d1d);
}
.about-intro__text {
    margin: 0;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-4c4643);
}
.about-intro__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    padding: 12px 20px 12px 22px;
    margin-top: 6px;
    background: transparent;
    color: var(--color-1d1d1d);
    border: 1px solid var(--color-1d1d1d);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.about-intro__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-1d1d1d);
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.about-intro__btn > span,
.about-intro__btn > i {
    position: relative;
    z-index: 1;
}
.about-intro__btn > i {
    font-size: 11px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-intro__btn:hover {
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(var(--rgb-ink), 0.14);
}
.about-intro__btn:hover::after { transform: translateX(0); }
.about-intro__btn:hover > i { transform: translateX(4px); }

.about-intro__media {
    position: relative;
    aspect-ratio: 4 / 3;
    max-width: 620px;
    justify-self: end;
    width: 100%;
}
.about-intro__media-main {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(var(--rgb-sapphire), 0.15);
}
.about-intro__media-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-intro__media-float {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 44%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(var(--rgb-ink), 0.20);
    border: 4px solid var(--color-white);
    transform: rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-intro__media-float img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-intro__media:hover .about-intro__media-float {
    transform: rotate(-1deg) translateY(-4px);
}

/* Variantă: imagine stânga + text dreapta, buton plin (ca modelul „Why our company") */
.about-intro--media-left .about-intro__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}
.about-intro--media-left .about-intro__media {
    position: relative;
    justify-self: start;
    max-width: none;
    overflow: visible;
}
/* Bloc de fundal offset în spatele imaginii (ca în model) */
.about-intro--media-left .about-intro__media::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: translate(28px, -28px);
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-002828) 60%, var(--color-001515) 100%);
    z-index: 0;
    pointer-events: none;
}
.about-intro--media-left .about-intro__media-main {
    position: relative;
    z-index: 1;
    box-shadow: 0 18px 44px rgba(var(--rgb-ink), 0.10);
}
.about-intro--media-left .about-intro__content {
    max-width: 520px;
}
.about-intro--media-left .about-intro__btn {
    background: var(--color-1d1d1d);
    color: var(--color-white);
    padding: 14px 26px;
}
.about-intro--media-left .about-intro__btn:hover {
    color: var(--color-white);
}

@media (max-width: 900px) {
    .about-intro__grid,
    .about-intro--media-left .about-intro__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .about-intro__media,
    .about-intro--media-left .about-intro__media {
        justify-self: center;
    }
    .about-intro__media-float {
        width: 40%;
        bottom: -30px;
        left: -20px;
    }
}
@media (max-width: 560px) {
    .about-intro__media-float {
        width: 50%;
        left: 10px;
        bottom: -20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured-highlight__media img,
    .featured-highlight__btn::after,
    .featured-highlight__btn > i,
    .about-intro__btn::after,
    .about-intro__btn > i,
    .about-intro__media-float { transition: none; }
}


/* =====================================================
   SPLIT CTA — imagine stânga + panou teal dreapta.
   Fundal identic cu cardul featured din blog-listing.
   ===================================================== */
.split-cta {
    background: var(--color-white);
}
/* Full width — anulează limitarea de lățime a containerului */
.split-cta > .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.split-cta__inner {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: clamp(320px, 32vw, 420px);
    align-items: stretch;
    overflow: hidden;
    isolation: isolate;
}
.split-cta__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--color-sapphire-deep);
}
.split-cta__media picture,
.split-cta__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.split-cta__inner:hover .split-cta__media img {
    transform: scale(1.04);
}

.split-cta__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    padding: clamp(22px, 2.6vw, 32px) clamp(36px, 5vw, 60px);
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-002828) 60%, var(--color-001515) 100%);
    color: var(--color-white);
    overflow: hidden;
}
/* Blob auriu decorativ în colț (ca la blog featured) */
.split-cta__panel::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(var(--rgb-gold), 0.28) 0%, transparent 65%);
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
}
.split-cta__panel > * {
    position: relative;
    z-index: 1;
}
.split-cta__eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.split-cta__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(21px, 1.9vw, 28px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--color-white);
}
.split-cta__text {
    margin: 0 0 4px;
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.80);
}
.split-cta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    padding: 13px 22px;
    background: transparent;
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.split-cta__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-gold);
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.split-cta__btn > span,
.split-cta__btn > i {
    position: relative;
    z-index: 1;
}
.split-cta__btn > i {
    font-size: 11px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.split-cta__btn:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(var(--rgb-gold), 0.35);
}
.split-cta__btn:hover::after { transform: translateX(0); }
.split-cta__btn:hover > i { transform: translateX(4px); }

@media (max-width: 900px) {
    .split-cta__inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .split-cta__media {
        aspect-ratio: 16 / 10;
    }
}
@media (prefers-reduced-motion: reduce) {
    .split-cta__media img,
    .split-cta__btn::after,
    .split-cta__btn > i { transition: none; }
}


/* =====================================================
   ABOUT SHOWCASE — bento întunecat: heading + carduri gold +
   imagini cu overlay + bară de statistici. (pagina About)
   ===================================================== */
.about-showcase {
    padding: clamp(64px, 6vw, 104px) 0;
    background:
        radial-gradient(120% 80% at 80% 0%, rgba(var(--rgb-gold), 0.10) 0%, transparent 55%),
        linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-002828) 60%, var(--color-001515) 100%);
    color: var(--color-white);
}
.about-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto clamp(200px, 22vw, 264px);
    gap: 18px;
}

/* Placement */
.about-showcase__intro { grid-column: 1 / 3; grid-row: 1 / 2; }
.about-showcase__grid > article:nth-of-type(1) { grid-column: 3 / 4; grid-row: 1 / 2; }
.about-showcase__grid > article:nth-of-type(2) { grid-column: 4 / 5; grid-row: 1 / 2; }
.about-showcase__grid > article:nth-of-type(3) { grid-column: 1 / 2; grid-row: 2 / 3; }
.about-showcase__grid > figure:nth-of-type(1)  { grid-column: 2 / 3; grid-row: 2 / 3; }
.about-showcase__grid > figure:nth-of-type(2)  { grid-column: 3 / 5; grid-row: 2 / 3; }

/* Intro */
.about-showcase__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 8px 24px 8px 0;
}
.about-showcase__pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 0;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.about-showcase__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--color-white);
}
.about-showcase__title em {
    display: block;
    font-style: italic;
    font-weight: 500;
    color: var(--color-gold);
}
.about-showcase__text {
    margin: 0;
    max-width: 440px;
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(var(--rgb-white), 0.62);
}

/* Carduri gold */
.about-showcase__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 24px;
    background: linear-gradient(155deg, var(--color-c9b183) 0%, var(--color-b69a63) 100%);
    color: var(--color-2a2115);
    isolation: isolate;
    overflow: hidden;
}
.about-showcase__card--wide {
    justify-content: center;
}
.about-showcase__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(var(--rgb-2a2115), 0.14);
    color: var(--color-2a2115);
    font-size: 18px;
}
.about-showcase__card-title {
    margin: 4px 0 0;
    font-family: var(--font-head);
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-2a2115);
}
.about-showcase__card-text {
    margin: 0;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    color: rgba(var(--rgb-2a2115), 0.78);
}

/* Imagini */
.about-showcase__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--color-05100e);
}
.about-showcase__media picture,
.about-showcase__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-showcase__media:hover img { transform: scale(1.05); }
.about-showcase__media--wide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--rgb-060a09), 0.05) 0%, rgba(var(--rgb-060a09), 0.78) 100%);
    pointer-events: none;
}
.about-showcase__overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: 24px 26px 24px;
}
.about-showcase__overlay-title {
    margin: 0 0 6px;
    font-family: var(--font-head);
    font-size: clamp(18px, 1.7vw, 23px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
}
.about-showcase__overlay-text {
    margin: 0;
    max-width: 420px;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.82);
}

/* Bara de statistici */
.about-showcase__stats {
    list-style: none;
    margin: clamp(48px, 5vw, 72px) 0 0;
    padding: clamp(32px, 3.5vw, 44px) 0 0;
    border-top: 1px solid rgba(var(--rgb-white), 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.about-showcase__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 4px 16px;
    position: relative;
}
.about-showcase__stat + .about-showcase__stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 54px;
    width: 1px;
    background: rgba(var(--rgb-white), 0.12);
}
.about-showcase__stat-num {
    font-family: var(--font-head);
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-gold);
    line-height: 1;
}
.about-showcase__stat-num sup {
    font-size: 0.5em;
    top: -0.7em;
    margin-left: 2px;
}
.about-showcase__stat-label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(var(--rgb-white), 0.62);
}

/* Responsive */
@media (max-width: 900px) {
    .about-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        grid-auto-rows: minmax(180px, auto);
    }
    .about-showcase__intro { grid-column: 1 / -1; grid-row: auto; padding-right: 0; }
    .about-showcase__grid > article:nth-of-type(1),
    .about-showcase__grid > article:nth-of-type(2),
    .about-showcase__grid > article:nth-of-type(3),
    .about-showcase__grid > figure:nth-of-type(1),
    .about-showcase__grid > figure:nth-of-type(2) {
        grid-column: auto;
        grid-row: auto;
    }
    .about-showcase__grid > figure:nth-of-type(2) { grid-column: 1 / -1; }
    .about-showcase__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 0;
    }
    .about-showcase__stat:nth-child(3)::before,
    .about-showcase__stat:nth-child(odd)::before { display: none; }
}
@media (max-width: 540px) {
    .about-showcase__grid {
        grid-template-columns: 1fr;
    }
    .about-showcase__grid > figure,
    .about-showcase__grid > article { min-height: 180px; }
    .about-showcase__stats { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .about-showcase__media img { transition: none; }
}

/* =====================================================
   BLOG POST — redesign editorial (paletă temă)
   Hero teal -> cover straddle -> corp centrat -> autor -> similare
   ===================================================== */
.article-hero {
    position: relative;
    background: linear-gradient(160deg, var(--color-sapphire) 0%, var(--color-002a2a) 55%, var(--color-001515) 100%);
    color: var(--color-white);
    padding: clamp(130px, 16vh, 190px) 20px 0;
    overflow: hidden;
    isolation: isolate;
}
.article-hero__ghost {
    position: absolute;
    top: clamp(70px, 10vh, 120px);
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-head);
    font-size: clamp(90px, 20vw, 260px);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(var(--rgb-gold), 0.06);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}
.article-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: clamp(40px, 5vw, 64px);
}
.article-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(var(--rgb-white), 0.7);
    text-decoration: none;
    margin-bottom: 26px;
    transition: color 0.25s ease, gap 0.25s ease;
}
.article-hero__back:hover { color: var(--color-gold); gap: 14px; }
.article-hero__cat {
    display: inline-block;
    padding: 6px 16px;
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.article-hero__title {
    margin: 0 0 20px;
    font-family: var(--font-head);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--color-white);
}
.article-hero__title em {
    font-style: italic;
    font-weight: 500;
    color: var(--color-gold);
}
.article-hero__lead {
    margin: 0 auto 30px;
    max-width: 620px;
    font-family: var(--font-body);
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.7;
    color: rgba(var(--rgb-white), 0.78);
}
.article-hero__meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 13px;
    color: rgba(var(--rgb-white), 0.72);
}
.article-hero__meta i { color: var(--color-gold); margin-right: 4px; }
.article-hero__author { display: inline-flex; align-items: center; gap: 10px; }
.article-hero__avatar {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border: 1px solid rgba(var(--rgb-gold), 0.5);
}
.article-hero__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-hero__by strong { color: var(--color-white); font-weight: 700; }
.article-hero__sep { width: 4px; height: 4px; background: var(--color-gold); border-radius: 50%; }
.article-hero__cover {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto clamp(-110px, -10vw, -70px);
    padding: 0 20px;
}
.article-hero__cover picture,
.article-hero__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0 40px 80px rgba(var(--rgb-ink), 0.35);
}

/* ---- Corpul articolului ---- */
.article-body {
    background: var(--color-white);
    padding: clamp(130px, 12vw, 155px) 20px clamp(60px, 7vw, 90px);
}
.article-body__inner {
    max-width: 720px;
    margin: 0 auto;
}
.article-body__inner p {
    margin: 0 0 22px;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.8;
    color: var(--color-35302e);
}
.article-body__first {
    font-size: 20px !important;
    line-height: 1.7 !important;
    color: var(--color-1d1d1d) !important;
    font-weight: 500;
    margin-bottom: 28px !important;
}
.article-body__first::first-letter {
    float: left;
    font-family: var(--font-head);
    font-size: 68px;
    line-height: 0.82;
    font-weight: 700;
    color: var(--color-sapphire);
    padding: 6px 14px 0 0;
}
.article-body__h2 {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin: 48px 0 20px;
    font-family: var(--font-head);
    font-size: clamp(23px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--color-1d1d1d);
}
.article-body__h2-num {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-gold);
    letter-spacing: 0.04em;
    flex: 0 0 auto;
    transform: translateY(-2px);
}
.article-body__figure {
    margin: 36px 0;
}
.article-body__figure picture,
.article-body__figure img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.article-body__figure figcaption {
    margin-top: 12px;
    font-family: var(--font-body);
    font-size: 13px;
    font-style: italic;
    color: var(--color-6b6460);
    text-align: center;
    padding: 0 20px;
}
.article-body__quote {
    position: relative;
    margin: 40px 0;
    padding: 32px 34px;
    background: linear-gradient(135deg, var(--color-sapphire) 0%, var(--color-002828) 100%);
    color: var(--color-white);
    isolation: isolate;
    overflow: hidden;
}
.article-body__quote > i {
    font-size: 26px;
    color: var(--color-gold);
    margin-bottom: 14px;
    display: block;
}
.article-body__quote p {
    margin: 0 !important;
    font-family: var(--font-head) !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
    font-style: italic;
    color: var(--color-white) !important;
}

/* ---- Share ---- */
.article-share {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 44px 0 0;
    padding-top: 28px;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.12);
}
.article-share__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sapphire);
}
.article-share__row { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.article-share__row a,
.article-share__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 40px;
    height: 40px;
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.18);
    color: var(--color-sapphire);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.article-share__copy { width: auto; padding: 0 16px; font-family: var(--font-body); font-size: 12px; font-weight: 600; }
.article-share__row a:hover,
.article-share__copy:hover {
    background: var(--color-sapphire);
    border-color: var(--color-sapphire);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* ---- Card autor ---- */
.article-author {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 40px;
    padding: 28px 30px;
    background: var(--color-bg-alt);
    border-left: 3px solid var(--color-gold);
    flex-wrap: wrap;
}
.article-author__avatar {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    flex: 0 0 auto;
    background: var(--color-taupe-30);
}
.article-author__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-author__body { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 180px; }
.article-author__eyebrow {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.article-author__name {
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-1d1d1d);
    line-height: 1.15;
}
.article-author__role { font-family: var(--font-body); font-size: 13px; color: var(--color-6b6460); }
.article-author__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
    flex: 0 0 auto;
}
.article-author__link:hover { gap: 14px; color: var(--color-gold); }

/* ---- Articole similare ---- */
.article-related {
    background: var(--color-bg-alt);
    padding: clamp(56px, 6vw, 90px) 0;
    border-top: 1px solid rgba(var(--rgb-sapphire), 0.08);
}
.article-related__head { text-align: center; margin-bottom: 40px; }
.article-related__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 12px;
}
.article-related__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--color-1d1d1d);
}
.article-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.article-related__card {
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.08);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.article-related__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px rgba(var(--rgb-sapphire), 0.12);
}
.article-related__thumb {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.article-related__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.article-related__card:hover .article-related__thumb img { transform: scale(1.05); }
.article-related__cat {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    background: rgba(var(--rgb-sapphire), 0.9);
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.article-related__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 24px;
    flex: 1;
}
.article-related__card-title {
    margin: 0;
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--color-1d1d1d);
    flex: 1;
}
.article-related__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    transition: gap 0.25s ease, color 0.25s ease;
}
.article-related__card:hover .article-related__read { gap: 12px; color: var(--color-gold); }

@media (max-width: 860px) {
    .article-related__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .article-hero__cover { margin-bottom: clamp(-90px, -18vw, -60px); }
    .article-body { padding-top: clamp(110px, 26vw, 150px); }
    .article-related__grid { grid-template-columns: 1fr; }
    .article-author { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .article-related__card,
    .article-related__thumb img { transition: none; }
}



/* Property detail — fara colturi rotunjite (in ton cu tema) */
[class*="pd-"] { border-radius: 0 !important; }
.pd-gallery-carousel .swiper-pagination-bullet { border-radius: 0 !important; }


/* =====================================================
   PROPERTY DETAIL HERO — premium editorial (paletă temă)
   Titlu + slider (overlay tags) + panou teal signature.
   ===================================================== */
.pd-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 60px;
    background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 62%);
    isolation: isolate;
}
.pd-hero > .container { position: relative; z-index: 1; }
.pd-hero__watermark {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-head);
    font-size: clamp(120px, 22vw, 300px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    color: rgba(var(--rgb-sapphire), 0.04);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
}

.pd-hero__topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.pd-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 12px;
}
.pd-hero__eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--color-gold);
}
.pd-hero__title {
    margin: 0 0 12px;
    font-family: var(--font-head);
    font-size: clamp(32px, 4.4vw, 54px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.025em;
    color: var(--color-ink);
}
.pd-hero__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-text-soft);
}
.pd-hero__location i { color: var(--color-gold); }
.pd-hero__actions { display: inline-flex; gap: 10px; }
.pd-hero__action {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 1px solid rgba(var(--rgb-sapphire), 0.16);
    color: var(--color-sapphire);
    font-size: 15px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.pd-hero__action:hover {
    background: var(--color-sapphire);
    border-color: var(--color-sapphire);
    color: var(--color-white);
    transform: translateY(-2px);
}

.pd-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* ---- Galerie cu overlay-uri ---- */
.pd-hero__gallery {
    position: relative;
    min-width: 0;
}
.pd-hero__gallery .pd-gallery-slide { aspect-ratio: 4 / 3; }
.pd-hero__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    padding: 8px 16px;
    background: rgba(var(--rgb-sapphire), 0.92);
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.pd-hero__pills {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 4;
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pd-hero__pills li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: rgba(var(--rgb-white), 0.9);
    color: var(--color-1d1d1d);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(var(--rgb-ink), 0.12);
}
.pd-hero__pills li i { color: var(--color-gold); font-size: 13px; }

/* ---- Panou teal signature ---- */
.pd-hero__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 26px;
    background: linear-gradient(155deg, var(--color-004848) 0%, var(--color-002a2a) 58%, var(--color-001414) 100%);
    color: var(--color-white);
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 34px 70px rgba(var(--rgb-sapphire), 0.28);
}
.pd-hero__panel-glow {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(var(--rgb-gold), 0.32) 0%, transparent 66%);
    filter: blur(22px);
    pointer-events: none;
    z-index: 0;
}
.pd-hero__panel > *:not(.pd-hero__panel-glow) { position: relative; z-index: 1; }

.pd-hero__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.pd-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(var(--rgb-gold), 0.16);
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.pd-hero__status-dot {
    width: 7px;
    height: 7px;
    background: var(--color-7bc47f);
    box-shadow: 0 0 0 3px rgba(var(--rgb-7bc47f), 0.25);
}
.pd-hero__bookmark {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(var(--rgb-white), 0.25);
    color: var(--color-white);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.pd-hero__bookmark:hover { background: var(--color-gold); border-color: var(--color-gold); color: var(--color-1d1d1d); }
/* Titlu proprietate în panou (tip · nume) — completează panoul „prea gol" */
.pd-hero__panel-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: -4px;
}
.pd-hero__panel-eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.pd-hero__panel-name {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--color-white);
}
.pd-hero__panel-addr {
    margin: -10px 0 0;
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.55;
    color: rgba(var(--rgb-white), 0.72);
}
.pd-hero__panel-addr i {
    color: var(--color-gold);
    font-size: 12px;
    flex-shrink: 0;
}

.pd-hero__price-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0;
    border-top: 1px solid rgba(var(--rgb-white), 0.14);
    border-bottom: 1px solid rgba(var(--rgb-white), 0.14);
}
.pd-hero__price {
    font-family: var(--font-head);
    font-size: clamp(30px, 3.4vw, 40px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-gold);
    line-height: 1;
}
.pd-hero__price-note {
    font-family: var(--font-body);
    font-size: 12.5px;
    color: rgba(var(--rgb-white), 0.6);
}

.pd-hero__agent {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(var(--rgb-white), 0.06);
    border: 1px solid rgba(var(--rgb-white), 0.10);
}
.pd-hero__agent-tag {
    position: absolute;
    top: 12px;
    right: 14px;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
}
.pd-hero__agent-avatar {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    flex: 0 0 auto;
    border: 1px solid rgba(var(--rgb-gold), 0.4);
}
.pd-hero__agent-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-hero__agent-name {
    flex: 1;
    min-width: 0;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.2;
}
.pd-hero__agent-btn {
    flex: 0 0 auto;
    padding: 9px 18px;
    background: transparent;
    border: 1px solid var(--color-gold);
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}
.pd-hero__agent-btn:hover { background: var(--color-gold); color: var(--color-1d1d1d); }

.pd-hero__tour {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin-top: auto;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-d0b985) 100%);
    color: var(--color-1d1d1d);
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pd-hero__tour::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-white);
    transform: translateY(101%);
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.pd-hero__tour:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(var(--rgb-gold), 0.4);
}
.pd-hero__tour:hover::after { transform: translateY(0); }
.pd-hero__tour-label {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.pd-hero__tour-note {
    font-family: var(--font-body);
    font-size: 12px;
    color: rgba(var(--rgb-1d1d1d), 0.62);
}

@media (max-width: 900px) {
    .pd-hero__grid { grid-template-columns: 1fr; }
    .pd-hero__gallery .pd-gallery-slide { aspect-ratio: 16 / 10; }
}
@media (max-width: 560px) {
    .pd-hero__topbar { align-items: flex-start; }
    .pd-hero__panel { padding: 24px 20px; }
    .pd-hero__pills li span { font-size: 12px; }
    .pd-hero__pills li { padding: 8px 11px; }
}

/* ============================================================
   TITLURI — STIL UNIFICAT (același ton pe tot site-ul)
   Aceeași grosime (400), aceeași mărime, fără uppercase.
   Accent (cuvânt evidențiat) = auriu, non-italic.
   Singura excepție: hero-video (titlul-display uriaș de pe homepage).
   ============================================================ */
.section-title,
.featured-highlight__title,
.projects-showcase__title,
.testimonials__title,
.journal-spread__title,
.split-cta__title,
.about-intro__title,
.about-showcase__title,
.about-testimonials__title,
.agents-cta__title,
.agent-listings__title,
.article-hero__title,
.article-related__title,
.page-banner__title,
.pd-hero__title,
.pd-similar__title,
.contact-split__heading,
.trust-team__title {
    font-weight: 400;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-transform: none;
}

.section-title em, .section-title strong,
.featured-highlight__title em, .featured-highlight__title strong,
.projects-showcase__title em, .projects-showcase__title strong,
.testimonials__title em, .testimonials__title strong,
.journal-spread__title em, .journal-spread__title strong,
.split-cta__title em, .split-cta__title strong,
.about-intro__title em, .about-intro__title strong,
.about-showcase__title em, .about-showcase__title strong,
.about-testimonials__title em, .about-testimonials__title strong,
.agents-cta__title em, .agents-cta__title strong,
.agent-listings__title em, .agent-listings__title strong,
.article-hero__title em, .article-hero__title strong,
.article-related__title em, .article-related__title strong,
.pd-hero__title em, .pd-hero__title strong,
.pd-similar__title em, .pd-similar__title strong,
.trust-team__title em, .trust-team__title strong {
    font-style: normal;
    font-weight: 500;
    color: var(--color-gold);
}

/* ============================================================
   FORMULAR CĂUTARE — colțuri drepte (fără border-radius),
   în ton cu restul site-ului (carduri + formular contact pătrate).
   ============================================================ */
.search-bar-hero,
.search-tabs,
.search-tab,
.search-fields,
.search-field,
.search-submit {
    border-radius: 0;
}

/* ============================================================
   HERO SEARCH — secțiune wrapper pentru bara de căutare
   Se suprapune ușor peste baza hero-ului (stil VDI).
   ============================================================ */
.hero-search {
    position: relative;
    z-index: 5;
    margin-top: clamp(-72px, -5vw, -44px);
    padding: 0 0 clamp(0px, 4vw, 0px);
}
.hero-search .search-bar-hero {
    max-width: 1060px;
    margin: 0 auto;
}
@media (max-width: 700px) {
    .hero-search {
        margin-top: 20px;
        padding-bottom: 24px;
    }
}

/* Excepție de mărime: titlul din split-CTA e într-un panou compact → mai mic */
.split-cta__title {
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.12;
}

/* ============================================================
   ABOUT FEATURE — intro „Cine suntem": titlu + statistici sus,
   imagine + misiune/viziune jos (deasupra featured-highlight).
   ============================================================ */
.about-feature {
    background: var(--color-white);
    padding: clamp(70px, 8vw, 120px) 0 clamp(50px, 6vw, 90px);
}

/* --- Rând sus: titlu (stânga) + statistici (dreapta) --- */
.about-feature__top {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 80px);
    align-items: start;
    margin-bottom: clamp(38px, 5vw, 106px);
}
.about-feature__eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 18px;
}
.about-feature__title {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(24px, 2.8vw, 38px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.015em;
    color: var(--color-sapphire);
    max-width: 520px;
}
.about-feature__stats {
    display: flex;
    justify-content: flex-end;
    gap: clamp(34px, 5vw, 76px);
    padding-top: 4px;
}
/* Variantă cu 4 metrici (anunțuri / agenți / ani / tranzacții) —
   grid 2×2 cu numere dimensionate să încapă în coloana din dreapta. */
.about-feature__stats--quad {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    justify-content: flex-end;
    gap: clamp(24px, 3vw, 40px) clamp(30px, 4vw, 64px);
}
.about-feature__stats--quad .about-feature__stat-num {
    font-size: clamp(34px, 4vw, 56px);
}
.about-feature__stat {
    display: flex;
    flex-direction: column;
}
.about-feature__stat-num {
    font-family: var(--font-head);
    font-size: clamp(46px, 6vw, 84px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-gold);
}
.about-feature__stat-num sup {
    font-size: 0.38em;
    top: -1.2em;
    margin-left: 2px;
}
.about-feature__stat-label {
    margin-top: 14px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-7a736b);
}

/* --- Rând jos: panou crem plin, imagine (stânga) + text (dreapta).
       Imaginea „iese" din panou în SUS și spre STÂNGA; jos rămâne în crem. --- */
/* Tehnica featured-highlight, INVERSATĂ:
   boxul crem lung (cu text) = strat de bază în dreapta;
   imaginea (mai mică) = suprapusă peste box, în stânga. */
.about-feature__body {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 440px;
}
/* Boxul crem lung, aliniat dreapta, conține textul */
.about-feature__content {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    justify-self: end;
    align-self: stretch;
    width: 76%;
    min-height: 440px;
    background: var(--color-f4efe6);
    padding: clamp(66px, 6.6vw, 100px) clamp(40px, 4vw, 62px);
    padding-left: clamp(160px, 27%, 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(20px, 2.2vw, 30px);
}
/* Imaginea mai mică, în stânga, suprapusă PESTE box (inclusă vertical), cu umbră.
   Fără margine în stânga — lipită de marginea paginii. */
.about-feature__media {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    justify-self: start;
    align-self: center;
    /* începe fix pe aceeași linie verticală cu titlul (marginea stângă a containerului) */
    width: 38%;
    margin-left: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(var(--rgb-sapphire), 0.24), 0 8px 20px rgba(var(--rgb-ink), 0.12);
}
.about-feature__media picture,
.about-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-feature__block-title {
    margin: 0 0 12px;
    font-family: var(--font-head);
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--color-sapphire);
}
.about-feature__block-text {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-6f6862);
}
.about-feature__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sapphire);
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}
.about-feature__link i {
    color: var(--color-gold);
    font-size: 12px;
    transition: transform 0.3s ease;
}
.about-feature__link:hover { color: var(--color-gold); gap: 14px; }
.about-feature__link:hover i { transform: translateX(4px); }

@media (max-width: 860px) {
    .about-feature__top { grid-template-columns: 1fr; gap: 28px; }
    .about-feature__body { display: block; min-height: 0; }
    .about-feature__media {
        width: 82%;
        aspect-ratio: 16 / 11;
        margin-left: clamp(-16px, -4vw, -26px);
        margin-bottom: -36px;
    }
    .about-feature__content {
        width: auto;
        padding: clamp(52px, 12vw, 72px) clamp(24px, 6vw, 34px) clamp(28px, 6vw, 36px);
    }
}
@media (max-width: 460px) {
    .about-feature__stats { gap: 30px; }
}

/* ============================================================
   BUTOANE UNIFICATE — contur auriu + umplere la hover
   (același design ca .featured-highlight__btn / .split-cta__btn).
   Aplicat pe link-ul din about-feature și pe „Vezi tot portofoliul".
   ============================================================ */
.about-feature__link,
.projects-showcase__view-all {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 12px;
    padding: 13px 22px;
    background: transparent;
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.35s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.projects-showcase__view-all {
    align-self:  center;
}
.about-feature__link::after,
.projects-showcase__view-all::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-gold);
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 0;
}
.about-feature__link > span,
.about-feature__link > i,
.projects-showcase__view-all > span,
.projects-showcase__view-all > i {
    position: relative;
    z-index: 1;
}
.about-feature__link > i,
.projects-showcase__view-all > i {
    color: inherit;
    font-size: 12px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-feature__link:hover,
.projects-showcase__view-all:hover {
    color: var(--color-1d1d1d);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(var(--rgb-gold), 0.30);
}
.about-feature__link:hover::after,
.projects-showcase__view-all:hover::after { transform: translateX(0); }
.about-feature__link:hover > i,
.projects-showcase__view-all:hover > i { transform: translateX(4px); }

/* ============================================================
   RITM VERTICAL UNIFORM între secțiuni (homepage)
   Padding egal sus/jos și redus, ca spațierea dintre secțiuni
   să fie consistentă.
   ============================================================ */
.about-feature,
.featured-highlight,
.section-team,
.projects-showcase,
.testimonials,
.journal-spread {
    padding-top: clamp(80px, 5.5vw, 30px);
    padding-bottom: clamp(80px, 5.5vw, 50px);
}

/* Pe mobil: secțiunea echipă (grid trust-team) și blog cu padding-bottom mai mic */
@media (max-width: 768px) {
    .section-team:has(.trust-team__grid) {
        padding-bottom: 40px;
    }
    .journal-spread {
        padding-bottom: 40px;
    }
    .featured-highlight {
        padding-bottom: 24px;
    }
}

/* Titlu featured-highlight — mai mic (panou compact, conținut în imagine) */
.featured-highlight__title {
    font-size: clamp(21px, 2.2vw, 30px);
    line-height: 1.16;
}

/* Butonul din panoul featured să nu se întindă pe toată lățimea (panou = flex column) */
.featured-highlight__panel .featured-highlight__btn {
    align-self: flex-start;
}

/* ============================================================
   PROPERTY DETAIL — pd-body RAFINAT (elegant, în paleta site-ului)
   Accente aurii, liste structurate, carduri premium.
   ============================================================ */

/* Titluri de bloc — teal + accent auriu sub linie */
.pd-block__title {
    position: relative;
    color: var(--color-sapphire);
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.12);
}
.pd-block__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 54px;
    height: 2px;
    background: var(--color-gold);
}

/* Descriere — text mai cald, toggle cu hover auriu */
.pd-desc p { color: var(--color-2b2824); line-height: 1.8; }
.pd-desc__toggle {
    border-color: rgba(var(--rgb-sapphire), 0.28);
    color: var(--color-sapphire);
}
.pd-desc__toggle:hover {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-1d1d1d);
}

/* Bază curată pentru liste — fiecare variantă își are propriul stil */
.pd-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

/* CARACTERISTICI — listă fină, bifă aurie discretă (fără badge) + hairline */
.pd-list--features li {
    gap: 12px;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(var(--rgb-sapphire), 0.07);
    font-size: 14.5px;
    letter-spacing: .1px;
    color: var(--color-34302b);
}
.pd-list--features li i {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 13px;
    color: var(--color-gold);
    flex: 0 0 auto;
}

/* FACILITĂȚI — chip-uri outline delicate, aranjate fluid (wrap) */
.pd-list--amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.pd-list--amenities li {
    gap: 9px;
    padding: 7px 15px 7px 7px;
    border: 1px solid rgba(var(--rgb-gold), 0.38);
    border-radius: 0;
    background: transparent;
    font-size: 13.5px;
    color: var(--color-34302b);
    transition: border-color .18s ease, background-color .18s ease;
}
.pd-list--amenities li:hover {
    border-color: var(--color-gold);
    background-color: rgba(var(--rgb-gold), 0.08);
}
.pd-list--amenities li i {
    width: 23px;
    height: 23px;
    font-size: 10px;
    color: var(--color-gold);
    background: rgba(var(--rgb-gold), 0.15);
    border: 0;
}

/* Pe mobil: Caracteristici pe un singur rând (o coloană) */
@media (max-width: 640px) {
    .pd-list--features {
        grid-template-columns: 1fr;
    }
}

/* Video / tur / hartă — umbră fină în ton */
.pd-video, .pd-tour, .pd-map {
    box-shadow: 0 16px 38px rgba(var(--rgb-sapphire), 0.10);
}
.pd-tour, .pd-map { border-color: rgba(var(--rgb-sapphire), 0.10); }
.pd-video__play { color: var(--color-sapphire); }
.pd-video:hover .pd-video__play {
    background: var(--color-gold);
    color: var(--color-1d1d1d);
}

/* Card agent — premium, tentă subtilă + accent auriu */
.pd-agent {
    background: linear-gradient(180deg, var(--color-white) 0%, var(--color-bg-alt) 100%);
    border-color: rgba(var(--rgb-sapphire), 0.10);
    box-shadow: 0 14px 34px rgba(var(--rgb-sapphire), 0.07);
}
.pd-agent__eyebrow { color: var(--color-gold); }
.pd-agent__avatar {
    border: 2px solid var(--color-gold);
    box-shadow: 0 4px 12px rgba(var(--rgb-sapphire), 0.14);
}
.pd-agent__rating i { color: var(--color-gold); }
.pd-agent__btn { border: 1px solid transparent; }
.pd-agent__btn--call {
    background: var(--color-sapphire);
    color: var(--color-white);
}
.pd-agent__btn--call:hover { background: var(--color-003131); transform: translateY(-2px); }
.pd-agent__btn--wa {
    background: var(--color-white);
    color: var(--color-sapphire);
    border-color: rgba(var(--rgb-sapphire), 0.20);
}
.pd-agent__btn--wa i { color: var(--color-whatsapp); }
.pd-agent__btn--wa:hover {
    background: var(--color-sapphire);
    color: var(--color-white);
    border-color: var(--color-sapphire);
    transform: translateY(-2px);
}
.pd-agent__btn--wa:hover i { color: var(--color-white); }

/* Formular lead — card premium cu bordură-accent aurie sus */
.pd-lead {
    background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-white) 55%);
    border-color: rgba(var(--rgb-sapphire), 0.10);
    border-top: 3px solid var(--color-gold);
    box-shadow: 0 14px 34px rgba(var(--rgb-sapphire), 0.07);
}
.pd-lead__title { color: var(--color-sapphire); }
.pd-lead__field > span { color: var(--color-sapphire); }
.pd-lead__field input,
.pd-lead__field textarea {
    border-color: rgba(var(--rgb-sapphire), 0.14);
}
.pd-lead__field input:focus,
.pd-lead__field textarea:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(var(--rgb-gold), 0.18);
}
.pd-lead__submit { background: var(--color-sapphire); }
.pd-lead__submit:hover {
    background: var(--color-gold);
    color: var(--color-1d1d1d);
    transform: translateY(-2px);
}

/* Bloc caracteristici ca CARD cu gradient (ca formularul .pd-lead) */
.pd-block--panel {
    background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-white) 55%);
    border: 1px solid rgba(var(--rgb-sapphire), 0.10);
    border-top: 3px solid var(--color-gold);
    border-radius: 18px;
    padding: clamp(24px, 2.6vw, 36px) clamp(22px, 2.4vw, 34px) clamp(18px, 2vw, 28px);
    box-shadow: 0 14px 34px rgba(var(--rgb-sapphire), 0.07);
}
.pd-block--panel .pd-list li:nth-last-child(-n+2) { border-bottom: 0; }
.about-feature {
    padding-bottom: 0;
    padding-top: 0;
}

/* ============================================
   VDI — adăugiri la conversie (contract 2.9 + 2.10)
   Dropdown-ul de nav există deja în tema statică (.site-nav__sub);
   aici doar contorul de oferte din submeniu + etichetele Vândută/Închiriată.
   ============================================ */

/* 2.9 — contorul de oferte din dropdown (NAV_SALES_MENU / NAV_RENT_MENU) */
.site-nav__sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.site-nav__sub-count {
    font-family: var(--font-mono, monospace);
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-soft);
    opacity: 0.75;
}
.site-nav__sub-link:hover .site-nav__sub-count {
    color: inherit;
    opacity: 1;
}

/* 2.10 — eticheta Vândută/Închiriată (prioritate peste Nou/Exclusiv) */
.listing-badge--vanduta {
    background: #8c1c1c !important;
    color: var(--color-white) !important;
    box-shadow: 0 2px 8px rgba(140, 28, 28, 0.35);
    border-radius: 0 !important;
}
/* cardul vândut: imaginea se desaturează */
.property-card--sold .property-card__media img {
    filter: saturate(0.35);
}
.property-card--sold .property-card__price-value {
    opacity: 0.65;
}
/* varianta pe pagina de detaliu (peste galerie / în hero) */
.pd-sold-badge {
    display: inline-block;
    padding: 8px 14px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
