:root {
    --ink: #071d2b;
    --ink-2: #102f40;
    --gold: #c79543;
    --gold-light: #e1bd7b;
    --paper: #f5f2ec;
    --white: #ffffff;
    --muted: #66727a;
    --line: rgba(7, 29, 43, 0.13);
    --shadow: 0 24px 70px rgba(4, 20, 31, 0.12);
    --radius: 24px;
    --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 930px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    background: rgba(4, 20, 39, .96);
    transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
    background: rgba(7, 29, 43, .92);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
}
.header-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.identity-group { display: flex; align-items: center; gap: 18px; min-width: 0; flex: 0 1 auto; }
.brand { display: inline-flex; align-items: center; color: white; text-decoration: none; width: fit-content; flex: 0 0 auto; }
.brand-logo { width: 224px; height: auto; display: block; }
.identity-divider { width: 1px; height: 56px; background: linear-gradient(180deg, transparent, rgba(225,189,123,.72), transparent); flex: 0 0 auto; }
.estate-brand { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.estate-logo { width: 66px; height: auto; display: block; }
.responsible-block { min-width: 158px; display: grid; gap: 2px; align-content: center; }
.responsible-kicker { color: rgba(255,255,255,.52); font-size: 8px; line-height: 1.25; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.responsible-name { color: var(--gold-light); font-size: 13px; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; font-weight: 800; white-space: nowrap; }
.responsible-meta { color: rgba(255,255,255,.82); font-size: 10px; line-height: 1.35; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 19px; }
.main-nav > a { position: relative; color: rgba(255,255,255,.86); text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .095em; font-weight: 700; }
.main-nav > a:not(.nav-whatsapp)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-light); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-whatsapp { border: 1px solid rgba(225,189,123,.75); padding: 11px 14px; color: var(--gold-light) !important; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 790px; display: flex; align-items: end; background: var(--ink); color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,23,35,.98) 0%, rgba(5,23,35,.88) 34%, rgba(5,23,35,.32) 63%, rgba(5,23,35,.16) 100%), linear-gradient(0deg, rgba(5,23,35,.72), transparent 42%); }
.hero-inner { position: relative; z-index: 2; min-height: 790px; padding-top: 185px; padding-bottom: 72px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(250px, .45fr); gap: 70px; align-items: end; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow.dark { color: #9a6b2f; }
.hero h1, .page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.6vw, 91px); line-height: .96; letter-spacing: -.045em; font-weight: 500; max-width: 950px; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); }
.btn-ghost { border-color: rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.03); backdrop-filter: blur(8px); }
.btn-large { min-height: 58px; padding-inline: 28px; }
.hero-note { justify-self: end; border-left: 1px solid rgba(225,189,123,.55); padding-left: 20px; margin-bottom: 7px; }
.hero-note span { display: block; color: rgba(255,255,255,.78); font-size: 13px; margin-bottom: 6px; font-weight: 800; }
.hero-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.25; font-weight: 500; }
.hero-note .hero-promise { font-family: inherit; font-size: 12px; line-height: 1.35; font-weight: 900; }

.section { padding: 110px 0; }
.section-soft { background: var(--paper); }
.intro-section { background: var(--paper); }
.intro-grid, .content-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; }
.section-kicker { color: #9a6b2f; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; padding-top: 8px; }
.intro-copy h2, .section-head h2, .areas-copy h2, .cta-inner h2, .prose h2, .empty-state h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.intro-copy h2 { font-size: clamp(50px, 6vw, 78px); }
.intro-copy .lead { margin: 14px 0 25px; font-size: 22px; color: var(--ink-2); }
.intro-copy p:not(.lead), .prose p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 900; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }

.intro-grid-home { align-items: start; }
.intro-side { display: grid; gap: 24px; align-content: start; }
.intro-side .section-kicker { padding-top: 8px; }
.intro-person-name { margin: 2px 0 -2px; max-width: 390px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.3vw, 62px); line-height: .98; letter-spacing: -.04em; font-weight: 500; }
.intro-copy-statement { align-self: center; }
.intro-copy h2.intro-message { margin: 0; max-width: 780px; font-size: clamp(26px, 2.5vw, 34px); line-height: 1.32; letter-spacing: -.018em; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.intro-message strong { color: var(--gold); font-weight: 700; }

.hector-portrait { margin: 0; overflow: hidden; background: #d7c6aa; box-shadow: var(--shadow); }
.hector-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.page-hero-profile { overflow: hidden; }
.profile-hero-grid { display: grid; grid-template-columns: 1fr; align-items: end; }
.profile-hero-grid-text { max-width: 940px; margin-inline: auto; }
.profile-hero-copy { padding-bottom: 0; }
.profile-hero-copy h1 { max-width: 850px; }
.profile-hero-copy p { max-width: 760px; }
.about-followup-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 78px; align-items: start; }
.hector-portrait-followup { width: 100%; max-width: 430px; aspect-ratio: 4 / 5; border-radius: 2px; }
.about-followup .prose .section-kicker { margin-bottom: 18px; padding-top: 4px; }

.process-section { background: var(--ink); color: white; }
.section-head { max-width: 840px; margin-bottom: 54px; }
.section-head h2 { font-size: clamp(42px, 5vw, 68px); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.process-card { min-height: 295px; padding: 32px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.process-number { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 22px; margin-bottom: 52px; }
.process-card h3 { margin: 0 0 12px; font-size: 19px; }
.process-card p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.65; }

.areas-section { background: #0e3345; color: white; }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areas-copy h2 { font-size: clamp(46px, 5vw, 72px); }
.areas-copy p { max-width: 590px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.areas-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.17); }
.areas-list span { padding: 20px 8px; border-bottom: 1px solid rgba(255,255,255,.17); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.areas-list span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.17); }

.featured-section { background: white; }
.section-head.horizontal { max-width: none; display: flex; justify-content: space-between; align-items: end; }
.section-head.horizontal h2 { font-size: clamp(48px, 5vw, 72px); }
.property-placeholder { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 440px; background: var(--paper); overflow: hidden; box-shadow: var(--shadow); }
.placeholder-image { background: linear-gradient(135deg, var(--ink-2), #d7b06d); position: relative; }
.placeholder-image::before, .placeholder-image::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.28); }
.placeholder-image::before { inset: 13%; }
.placeholder-image::after { inset: 27%; }
.placeholder-copy { padding: 60px; align-self: center; }
.placeholder-copy > span { color: #9a6b2f; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.placeholder-copy h3 { margin: 14px 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.1; font-weight: 500; }
.placeholder-copy p { color: var(--muted); line-height: 1.7; }

.cta-section { padding: 74px 0; background: #061b29; color: white; }
.cta-section.compact { padding: 60px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { font-size: clamp(40px, 4.6vw, 65px); }
.cta-inner p { color: rgba(255,255,255,.65); }

.page-hero { padding: 205px 0 100px; background: var(--paper); }
.page-hero-dark { background: var(--ink); color: white; }
.page-hero h1 { font-size: clamp(46px, 6vw, 78px); }
.page-hero p { max-width: 760px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.page-hero-dark p { color: rgba(255,255,255,.68); }
.prose h2, .empty-state h2 { font-size: clamp(40px, 4.8vw, 62px); }
.empty-state { max-width: 760px; text-align: center; }
.empty-number { display: inline-block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 44px; margin-bottom: 18px; }
.empty-state p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.strategy-list { border-top: 1px solid var(--line); }
.strategy-row { display: grid; grid-template-columns: 90px 1fr 1.1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.strategy-row > span { color: #9a6b2f; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.strategy-row h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; }
.strategy-row p { margin: 0; color: var(--muted); line-height: 1.7; }

.site-footer { background: #04131d; color: white; padding: 66px 0; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 80px; align-items: center; }
.footer-identities { display: flex; align-items: center; gap: 24px; min-width: 0; }
.footer-hector-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.footer-hector-brand img { width: 245px; height: auto; }
.footer-estate-brand { flex: 0 0 auto; padding-inline: 22px; border-left: 1px solid rgba(225,189,123,.28); border-right: 1px solid rgba(225,189,123,.28); }
.footer-estate-brand img { width: 76px; height: auto; }
.footer-responsible { display: grid; gap: 3px; margin: 0; text-transform: uppercase; letter-spacing: .06em; line-height: 1.35; white-space: nowrap; }
.footer-responsible span:first-child { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .12em; }
.footer-responsible strong { color: var(--gold-light); font-size: 13px; }
.footer-responsible span:last-child { color: rgba(255,255,255,.78); font-size: 10px; }
.footer-message { display: grid; gap: 18px; justify-items: end; text-align: right; }
.footer-message strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.15; font-weight: 500; }
.footer-message a { color: var(--gold-light); font-size: clamp(23px, 2.3vw, 31px); line-height: 1; text-decoration: none; font-weight: 700; letter-spacing: .02em; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1200; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.whatsapp-bubble { background: white; color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.16); padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.whatsapp-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25D366; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.whatsapp-icon svg { width: 31px; height: 31px; fill: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

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

@media (max-width: 1120px) and (min-width: 981px) {
    .header-inner { gap: 14px; }
    .identity-group { gap: 10px; }
    .brand-logo { width: 185px; }
    .estate-logo { width: 52px; }
    .identity-divider { height: 48px; }
    .responsible-block { min-width: 136px; }
    .responsible-kicker { font-size: 7px; }
    .responsible-name { font-size: 11px; }
    .responsible-meta { font-size: 9px; }
    .main-nav { gap: 13px; }
    .main-nav > a { font-size: 10px; letter-spacing: .075em; }
    .nav-whatsapp { padding-inline: 11px; }
}

@media (max-width: 980px) {
    :root { --shell: min(100% - 34px, 920px); }
    .menu-toggle { display: block; z-index: 1002; }
    .main-nav { position: fixed; inset: 0; padding: 110px 28px 40px; background: rgba(4,19,29,.98); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .25s ease; }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav > a { padding: 18px 0; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .main-nav > a::after { display: none; }
    .nav-whatsapp { margin-top: 24px; text-align: center; border: 1px solid rgba(225,189,123,.6) !important; }
    .hero, .hero-inner { min-height: 760px; }
    .hero-inner { grid-template-columns: 1fr; align-content: end; gap: 34px; padding-top: 160px; }
    .hero-note { justify-self: start; }
    .intro-grid, .content-grid, .areas-grid { grid-template-columns: 1fr; gap: 38px; }
    .intro-side { max-width: 420px; }
    .about-followup-grid { grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 42px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .property-placeholder { grid-template-columns: 1fr; }
    .placeholder-image { min-height: 290px; }
    .footer-main { grid-template-columns: 1fr; gap: 46px; }
    .footer-message { justify-items: start; text-align: left; }
}

@media (max-width: 680px) {
    :root { --shell: min(100% - 28px, 640px); }
    .header-inner { min-height: 112px; padding-block: 10px; align-items: center; }
    .identity-group { display: grid; grid-template-columns: auto auto; grid-template-areas: "brand estate" "responsible responsible"; column-gap: 10px; row-gap: 4px; align-items: center; }
    .brand { grid-area: brand; }
    .brand-logo { width: 176px; }
    .estate-brand { grid-area: estate; }
    .estate-logo { width: 46px; }
    .identity-divider { display: none; }
    .responsible-block { grid-area: responsible; min-width: 0; gap: 1px; }
    .responsible-kicker { font-size: 6.5px; letter-spacing: .11em; }
    .responsible-name { font-size: 10px; letter-spacing: .06em; }
    .responsible-meta { font-size: 8px; }
    .hero { min-height: 720px; }
    .hero-inner { min-height: 720px; padding-top: 145px; padding-bottom: 42px; }
    .hero-media img { object-position: 70% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(5,23,35,.2) 0%, rgba(5,23,35,.74) 38%, rgba(5,23,35,.98) 78%); }
    .hero h1 { font-size: clamp(43px, 14vw, 66px); }
    .hero-copy > p { font-size: 16px; }
    .hero-actions .btn { flex: 1 1 100%; }
    .hero-note strong { font-size: 21px; }
    .hero-note .hero-promise { font-size: 11px; font-weight: 900; }
    .section { padding: 78px 0; }
    .intro-copy h2 { font-size: 52px; }
    .about-followup-grid { grid-template-columns: 1fr; gap: 34px; }
    .hector-portrait-followup { width: min(100%, 430px); }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { min-height: 235px; }
    .process-number { margin-bottom: 34px; }
    .areas-list { grid-template-columns: 1fr; }
    .areas-list span:nth-child(odd) { border-right: 0; }
    .section-head.horizontal, .cta-inner { align-items: flex-start; flex-direction: column; }
    .placeholder-copy { padding: 34px 26px; }
    .page-hero { padding: 150px 0 72px; }
    .strategy-row { grid-template-columns: 48px 1fr; gap: 14px; }
    .strategy-row p { grid-column: 2; }
    .site-footer { padding: 52px 0; }
    .footer-main { gap: 36px; }
    .footer-identities { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 14px; align-items: center; }
    .footer-hector-brand img { width: min(100%, 220px); }
    .footer-estate-brand { padding: 0 0 0 14px; border-left: 1px solid rgba(225,189,123,.28); border-right: 0; }
    .footer-estate-brand img { width: 58px; }
    .footer-responsible { grid-column: 1 / -1; white-space: normal; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
    .footer-message { gap: 14px; }
    .whatsapp-bubble { display: none; }
    .whatsapp-icon { width: 54px; height: 54px; }
}


/* Propiedades dinámicas */
.property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.property-grid-featured{gap:42px}.property-card{background:var(--white);box-shadow:var(--shadow);overflow:hidden}.property-card-media{display:block;position:relative;aspect-ratio:16/10;background:var(--ink);overflow:hidden;text-decoration:none}.property-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.property-card:hover .property-card-media img{transform:scale(1.025)}.property-noimage{position:absolute;inset:0;display:grid;place-items:center;color:var(--gold-light);font:500 80px Georgia,serif}.property-badges{position:absolute;left:18px;bottom:18px;display:flex;gap:7px}.property-badges span{padding:7px 9px;background:rgba(7,29,43,.9);color:#fff;text-transform:uppercase;font-size:9px;letter-spacing:.11em;font-weight:800}.property-card-body{padding:25px 27px 27px}.property-location{text-transform:uppercase;color:#9a6b2f;font-size:10px;font-weight:900;letter-spacing:.13em}.property-card h3{margin:9px 0 11px;font:500 clamp(27px,3vw,38px)/1.05 Georgia,serif}.property-card h3 a{text-decoration:none}.property-features{margin:0;color:var(--muted);font-size:14px}.property-card-bottom{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-top:24px;padding-top:17px;border-top:1px solid var(--line)}.property-card-bottom strong{font:500 22px Georgia,serif}.property-card-bottom a{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;text-decoration:none}.property-detail-hero{padding:180px 0 0;background:var(--paper)}.property-title{max-width:900px;margin-bottom:44px}.property-title h1{margin:0;font:500 clamp(48px,6.4vw,86px)/.98 Georgia,serif;letter-spacing:-.04em}.property-title p{max-width:750px;font-size:18px;color:var(--muted);line-height:1.7}.property-gallery-main{position:relative}.property-gallery-main>.gallery-open{display:block;width:100%;padding:0;border:0;background:#071d2b;aspect-ratio:4/3;cursor:zoom-in;overflow:hidden}.property-gallery-main>.gallery-open img{width:100%;height:100%;object-fit:contain}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}.gallery-strip button{padding:0;border:0;aspect-ratio:4/3;overflow:hidden;cursor:zoom-in;background:#071d2b}.gallery-strip img{width:100%;height:100%;object-fit:cover}.gallery-count{position:absolute;right:18px;bottom:18px;padding:9px 12px;background:rgba(7,29,43,.9);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.property-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:85px;align-items:start}.property-detail-copy h2{margin:55px 0 20px;font:500 43px Georgia,serif}.property-facts{display:flex;flex-wrap:wrap;gap:10px}.property-facts span{border:1px solid var(--line);padding:10px 13px;font-size:13px}.rich-copy{color:var(--muted);font-size:17px;line-height:1.85}.property-list{columns:2;gap:40px;padding-left:20px;color:var(--muted);line-height:1.9}.property-contact{position:sticky;top:145px;padding:28px;background:var(--paper);border-top:3px solid var(--gold)}.property-price{display:block;font:500 36px Georgia,serif}.property-contact p{color:var(--muted)}.property-contact .btn{width:100%;margin-top:15px}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.video-card{aspect-ratio:16/9;background:var(--ink);display:grid;place-items:center;overflow:hidden}.video-card video{width:100%;height:100%;object-fit:contain;background:#000}.video-external{color:#fff;text-decoration:none;text-transform:uppercase;font-size:11px;letter-spacing:.1em;font-weight:900}.gallery-dialog{width:min(96vw,1500px);height:min(94vh,1000px);padding:0;border:0;background:#020b10}.gallery-dialog::backdrop{background:rgba(0,0,0,.9)}.gallery-dialog img{width:100%;height:100%;object-fit:contain}.gallery-close,.gallery-nav{position:absolute;z-index:2;border:0;background:rgba(7,29,43,.8);color:#fff;cursor:pointer}.gallery-close{right:16px;top:16px;width:45px;height:45px;font-size:30px}.gallery-nav{top:50%;transform:translateY(-50%);width:48px;height:70px;font-size:40px}.gallery-nav.prev{left:12px}.gallery-nav.next{right:12px}
@media(max-width:800px){.property-grid,.property-detail-grid{grid-template-columns:1fr}.property-detail-hero{padding-top:150px}.property-contact{position:static}.property-list{columns:1}.video-grid{grid-template-columns:1fr}.gallery-strip{grid-template-columns:1fr 1fr}.property-card-bottom{align-items:flex-start;flex-direction:column}}


/* Carruseles editoriales de propiedades */
.property-card-media.property-carousel { position: relative; display: block; overflow: hidden; background: var(--ink); aspect-ratio: 4 / 3; }
.property-carousel-slides { position: absolute; inset: 0; }
.property-carousel-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .32s ease; }
.property-carousel-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.property-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.property-carousel-nav { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 42px; height: 56px; border: 0; background: rgba(4,20,31,.62); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1; cursor: pointer; opacity: .92; transition: background .2s ease, opacity .2s ease; }
.property-carousel-nav:hover { background: rgba(4,20,31,.88); }
.property-carousel-prev { left: 0; }
.property-carousel-next { right: 0; }
.property-carousel-counter { position: absolute; z-index: 5; right: 14px; bottom: 14px; padding: 7px 10px; background: rgba(4,20,31,.72); color: #fff; font-size: 11px; letter-spacing: .07em; border-radius: 999px; backdrop-filter: blur(8px); }
.property-carousel-counter b { font-weight: 800; }
.property-badges { z-index: 6; }
.property-card-summary { color: var(--muted); margin: 10px 0 0; line-height: 1.6; }
.property-noimage { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-light); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 54px; }
@media (hover: hover) { .property-carousel-nav { opacity: .72; } .property-carousel:hover .property-carousel-nav { opacity: 1; } }
@media (max-width: 680px) { .property-carousel-nav { width: 36px; height: 48px; font-size: 29px; } }

/* v112 · Quiero vender */
.sell-page{padding-top:clamp(54px,7vw,100px);padding-bottom:clamp(70px,8vw,118px)}.sell-intro{max-width:850px}.sell-intro .eyebrow{display:block;margin-bottom:14px;color:var(--gold,#c79543);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sell-intro h1{max-width:780px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,6.4rem);font-weight:500;letter-spacing:-.045em;line-height:.92}.sell-intro p{max-width:760px;margin:26px 0 0;font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.55;color:#48545b}.sell-form{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 22px;margin-top:48px;padding:clamp(24px,4vw,42px);background:#f1e9dc;border:1px solid rgba(7,29,43,.12)}.sell-form label{display:grid;gap:7px}.sell-form label>span:first-child{font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#5e564b}.sell-form input,.sell-form select,.sell-form textarea{width:100%;border:1px solid rgba(7,29,43,.24);background:#fffdf9;color:#071d2b;padding:13px 14px;font:inherit}.sell-form textarea{min-height:145px;resize:vertical}.sell-wide{grid-column:1/-1}.sell-consent{grid-template-columns:auto 1fr!important;align-items:start}.sell-consent input{width:auto;margin-top:2px}.sell-consent span{font-size:.9rem!important;line-height:1.45;text-transform:none!important;letter-spacing:0!important;font-weight:500!important}.sell-submit{display:flex!important;align-items:center;gap:18px;flex-wrap:wrap}.sell-submit button{border:0;background:#c79543;color:#071d2b;padding:14px 24px;font:800 .76rem/1 Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}.sell-submit small{color:#6d6a64}.sell-response{margin-top:36px;padding:18px 20px;border-left:4px solid #4f805b;background:#edf5ee}.sell-response.is-error{border-color:#a8463d;background:#faefed}.sell-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:720px){.sell-form{grid-template-columns:1fr}.sell-wide{grid-column:auto}.sell-submit{align-items:flex-start;flex-direction:column}}

/* Boton destacado del index: Ver todas */
.featured-all-link{font-size:14px;letter-spacing:.1em;padding:12px 18px 10px;border:1px solid var(--gold);border-radius:3px;margin-top:0;transition:background .2s ease,color .2s ease}
.featured-all-link:hover{background:var(--gold);color:#fff}
@media(max-width:800px){.featured-all-link{font-size:13px;padding:11px 16px;margin-top:14px}}
