:root { --ink: #1c143d; --ink-2: #281b56; --violet: #321f72; --gold: #d7af6c; --gold-light: #f2d49b; --paper: #f5f1e9; --paper-2: #ebe4d7; --muted: #77717b; --line: rgba(28,20,61,.16); --white: #fffdfa; --coral: #dd795e; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.5; }
.preloader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; align-content: center; gap: 22px; background: var(--ink); color: var(--gold-light); transition: opacity .65s ease, visibility .65s ease; }
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-mark { width: 148px; height: 148px; display: grid; place-items: center; border: 1px solid rgba(242,212,155,.35); border-radius: 50%; animation: preloader-breathe 1.8s ease-in-out infinite; }
.preloader-mark img { width: 122px; height: 122px; border-radius: 50%; object-fit: cover; }
.preloader-line { width: 148px; height: 1px; overflow: hidden; background: rgba(242,212,155,.23); }
.preloader-line span { display: block; width: 45%; height: 100%; background: var(--gold-light); animation: preloader-progress 1.35s cubic-bezier(.65,0,.35,1) infinite; }
.preloader p { margin: 0; color: rgba(242,212,155,.68); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.preloader p span { margin: 0 5px; color: var(--coral); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.announcement { min-height: 38px; padding: 9px 4.5vw; display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.announcement a { margin-left: 14px; text-decoration: underline; text-underline-offset: 3px; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.site-header { min-height: 82px; padding: 0 4.5vw; display: flex; align-items: center; gap: 30px; background: var(--ink); color: var(--white); }
.brand { display: flex; gap: 10px; align-items: center; min-width: 220px; }
.brand-logo { width: 51px; height: 51px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { color: var(--gold-light); font-family: Fraunces, serif; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.brand-copy small { color: rgba(255,253,250,.7); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { margin: 0 auto; display: flex; gap: clamp(18px, 3vw, 44px); color: rgba(255,253,250,.7); font-size: 12px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 11px 17px; border: 1px solid rgba(242,212,155,.65); color: var(--gold-light); font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: var(--gold-light); color: var(--ink); }
.header-cta span, .text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.header-cta:hover span, .text-link:hover span, .card-bottom a:hover span { transform: translate(3px,-3px); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px; background: var(--gold-light); }
.hero { background: var(--ink); color: var(--white); padding: 3.7vw 4.5vw 0; overflow: hidden; }
.hero-grid { min-height: 510px; max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.88fr) minmax(420px,1.12fr); gap: 5vw; align-items: center; position: relative; }
.hero-copy { padding: 34px 0 85px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: var(--coral); }
.eyebrow-line { width: 33px; height: 1px; background: currentColor; opacity: .85; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Fraunces, Georgia, serif; font-weight: 500; letter-spacing: -.065em; line-height: .96; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(4rem, 7vw, 7.7rem); }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-intro { max-width: 430px; margin-bottom: 38px; color: rgba(255,253,250,.7); font-size: 15px; line-height: 1.65; }
.hero-notes { display: flex; gap: 34px; }
.hero-notes div { display: flex; align-items: center; gap: 10px; }
.hero-notes strong { color: var(--gold-light); font-family: Fraunces, serif; font-size: 28px; font-weight: 500; }
.hero-notes span { color: rgba(255,253,250,.54); font-size: 10px; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { min-height: 510px; align-self: stretch; position: relative; overflow: hidden; background: radial-gradient(circle at 57% 38%, rgba(215,175,108,.18), transparent 22%), linear-gradient(145deg, #291b56 0%, #241548 60%, #21133f 100%); border-left: 1px solid rgba(215,175,108,.24); }
.hero-visual:before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(215,175,108,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(215,175,108,.45) 1px, transparent 1px); background-size: 55px 55px; transform: perspective(600px) rotateX(58deg) translateY(30%); transform-origin: bottom; }
.visual-stamp { position: absolute; right: 10%; top: 11%; display: grid; gap: 4px; color: var(--gold); text-align: right; }
.visual-stamp span { font-size: 9px; letter-spacing: .18em; }
.visual-stamp strong { font-family: Fraunces, serif; font-size: 41px; font-weight: 500; letter-spacing: -.08em; }
.sun-disc { position: absolute; width: 31vw; height: 31vw; max-width: 430px; max-height: 430px; min-width: 260px; min-height: 260px; left: 16%; top: 23%; border: 1px solid rgba(215,175,108,.5); border-radius: 50%; box-shadow: 0 0 0 18px rgba(215,175,108,.035), 0 0 0 54px rgba(215,175,108,.025); }
.sun-disc:before, .sun-disc:after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(215,175,108,.18); border-radius: 50%; }
.sun-disc:after { inset: 31%; border-color: rgba(215,175,108,.28); }
.skyline { position: absolute; bottom: 76px; left: 8%; right: 5%; display: flex; align-items: end; justify-content: center; gap: 3%; }
.skyline i { display: block; position: relative; width: clamp(20px, 4vw, 62px); background: var(--gold); opacity: .85; }
.skyline i:after { content: ""; position: absolute; inset: 12px 24% 0; background: repeating-linear-gradient(90deg, var(--ink) 0 3px, transparent 3px 9px); opacity: .72; }
.skyline-back { bottom: 93px; opacity: .4; transform: scale(.7); transform-origin: bottom; }
.skyline-back i:nth-child(1) { height: 105px; } .skyline-back i:nth-child(2) { height: 156px; } .skyline-back i:nth-child(3) { height: 92px; } .skyline-back i:nth-child(4) { height: 123px; } .skyline-back i:nth-child(5) { height: 72px; } .skyline-back i:nth-child(6) { height: 145px; }
.skyline-front i:nth-child(1) { height: 120px; } .skyline-front i:nth-child(2) { height: 208px; } .skyline-front i:nth-child(3) { height: 155px; } .skyline-front i:nth-child(4) { height: 256px; } .skyline-front i:nth-child(5) { height: 170px; }
.visual-caption { position: absolute; bottom: 28px; left: 8%; right: 8%; display: flex; justify-content: space-between; border-top: 1px solid rgba(215,175,108,.4); padding-top: 12px; color: var(--gold-light); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.visual-caption span:last-child { color: rgba(255,253,250,.55); letter-spacing: .04em; text-transform: none; }
.search-wrap { position: relative; z-index: 3; max-width: 1270px; margin: -2px auto 0; padding: 0; background: var(--white); color: var(--ink); box-shadow: 0 22px 55px rgba(17,9,50,.2); }
.search-tabs { display: flex; border-bottom: 1px solid var(--line); }
.search-tab { position: relative; border: 0; border-right: 1px solid var(--line); padding: 16px 27px 14px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 700; }
.search-tab.active { color: var(--ink); }
.search-tab.active:after { content: ""; position: absolute; right: 20px; bottom: -1px; left: 20px; height: 3px; background: var(--coral); }
.search-form { display: grid; grid-template-columns: 1fr 1.12fr 1fr auto; padding: 20px 22px 18px; gap: 12px; align-items: end; }
.field { display: grid; gap: 6px; padding: 0 13px; border-right: 1px solid var(--line); }
.field span, .contact-form label span { color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.field select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 14px; font-weight: 600; }
.search-submit, .button-light { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 1px solid var(--coral); background: var(--coral); color: var(--white); cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.search-submit:hover, .button-light:hover { background: #c6644d; transform: translateY(-2px); }
.search-submit span, .button-light span { font-size: 18px; font-weight: 400; }
.form-feedback { min-height: 0; margin: 0; padding: 0 24px 10px; color: var(--coral); font-size: 12px; }
.section-pad { padding: clamp(74px, 9vw, 132px) 4.5vw; }
.property-section { max-width: 1440px; margin: 0 auto; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5.5vw, 6rem); }
.heading-side { width: min(310px, 100%); margin-bottom: 4px; }
.heading-side p, .process-title > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.65; }
.text-link { display: inline-block; margin-top: 16px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--coral); font-size: 12px; font-weight: 700; }
.property-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .88fr); gap: 18px; }
.property-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.property-card { min-width: 0; background: var(--white); border: 1px solid rgba(28,20,61,.08); transition: transform .25s ease, box-shadow .25s ease; }
.property-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(28,20,61,.1); }
.card-image { min-height: 245px; position: relative; overflow: hidden; background-color: #7b6b67; background-size: cover; background-position: center; }
.image-one { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80"); }
.image-two { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=80"); }
.image-three { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=900&q=80"); }
.card-tag { position: absolute; left: 14px; top: 14px; padding: 6px 8px; background: var(--gold-light); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-tag.subtle { background: rgba(255,253,250,.9); }
.save-button { position: absolute; top: 11px; right: 11px; width: 33px; height: 33px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(28,20,61,.34); color: var(--white); cursor: pointer; font-size: 20px; line-height: 1; }
.save-button.saved { background: var(--coral); border-color: var(--coral); }
.image-location { position: absolute; bottom: 14px; left: 14px; color: var(--white); font-size: 11px; font-weight: 600; }
.card-content { padding: 18px 18px 16px; }
.card-type { margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.card-content h3 { min-height: 51px; margin-bottom: 8px; font-family: Fraunces, serif; font-size: 23px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.card-meta { min-height: 38px; margin-bottom: 20px; color: var(--muted); font-size: 11px; }
.card-meta span { padding: 0 3px; color: var(--gold); }
.card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.card-bottom strong { font-family: Fraunces, serif; font-size: 18px; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.card-bottom small { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 8px; letter-spacing: .08em; }
.card-bottom a { color: var(--coral); font-size: 11px; font-weight: 700; white-space: nowrap; }
.card-bottom a span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.map-card { display: flex; min-height: 100%; flex-direction: column; background: var(--ink-2); color: var(--white); }
.map-top, .map-bottom { padding: 17px 20px; display: flex; justify-content: space-between; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.map-top { border-bottom: 1px solid rgba(242,212,155,.2); }
.map-top span:last-child { opacity: .55; }
.map-art { flex: 1; min-height: 285px; position: relative; overflow: hidden; background: #302363; }
.map-art:before { content: ""; position: absolute; inset: -20%; background: repeating-linear-gradient(32deg, transparent 0 25px, rgba(242,212,155,.05) 26px 27px), repeating-linear-gradient(113deg, transparent 0 33px, rgba(242,212,155,.06) 34px 35px); transform: rotate(-8deg); }
.map-road { position: absolute; display: block; height: 1px; background: rgba(242,212,155,.45); transform-origin: left; }
.road-a { width: 125%; top: 42%; left: -15%; transform: rotate(-25deg); } .road-b { width: 115%; top: 61%; left: 10%; transform: rotate(21deg); } .road-c { width: 90%; top: 10%; left: 53%; transform: rotate(92deg); } .road-d { width: 75%; top: 94%; left: 5%; transform: rotate(-58deg); }
.map-marker { position: absolute; display: flex; flex-direction: column; gap: 1px; color: rgba(255,253,250,.75); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.map-marker b { color: var(--coral); font-size: 18px; line-height: .65; }
.marker-tla { top: 51%; left: 29%; color: var(--gold-light); } .marker-zap { top: 27%; left: 51%; } .marker-ton { top: 54%; right: 13%; } .marker-sal { bottom: 13%; left: 64%; }
.map-center { position: absolute; top: 43%; left: 54%; color: var(--gold); font-family: Fraunces, serif; font-size: 19px; letter-spacing: .15em; }
.map-bottom { display: block; padding: 20px; border-top: 1px solid rgba(242,212,155,.2); }
.map-bottom strong { display: block; margin-bottom: 7px; color: var(--white); font-family: Fraunces, serif; font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.map-bottom p { max-width: 245px; margin-bottom: 0; color: rgba(255,253,250,.6); font-size: 12px; line-height: 1.5; text-transform: none; letter-spacing: normal; }
.map-bottom .text-link { margin-top: 15px; color: var(--gold-light); }
.zones-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; background: var(--ink); color: var(--white); }
.zones-intro h2 { font-size: clamp(3.1rem, 5.2vw, 5.6rem); }
.zone-grid { border-top: 1px solid rgba(242,212,155,.28); }
.zone-link { min-height: 78px; display: grid; grid-template-columns: 34px 1fr auto 22px; gap: 18px; align-items: center; border-bottom: 1px solid rgba(242,212,155,.28); color: var(--gold-light); transition: padding .2s ease, background .2s ease; }
.zone-link:hover { padding: 0 15px; background: rgba(242,212,155,.06); }
.zone-link span, .zone-link small { color: rgba(242,212,155,.52); font-size: 10px; letter-spacing: .1em; }
.zone-link strong { font-family: Fraunces, serif; font-size: 25px; font-weight: 500; letter-spacing: -.04em; }
.zone-link b { color: var(--coral); font-size: 20px; font-weight: 400; }
.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; max-width: 1440px; margin: 0 auto; }
.process-title { padding-top: 4px; }
.process-title h2 { margin-bottom: 25px; }
.process-title > p:last-child { max-width: 230px; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; align-self: center; }
.process-step { min-height: 250px; padding: 0 28px; border-left: 1px solid var(--line); }
.process-step:first-child { padding-left: 0; border-left: 0; }
.process-step span { display: inline-block; margin-bottom: 62px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.process-step h3 { margin-bottom: 12px; font-family: Fraunces, serif; font-size: 26px; font-weight: 500; letter-spacing: -.04em; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-section { padding: 7.5vw 4.5vw; background: var(--violet); color: var(--white); }
.contact-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr .8fr; gap: 12vw; align-items: center; }
.contact-copy { max-width: 360px; margin-top: 28px; color: rgba(255,253,250,.65); font-size: 14px; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span { color: rgba(242,212,155,.7); }
.contact-form input, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(242,212,155,.42); border-radius: 0; padding: 10px 0; outline: 0; background: transparent; color: var(--white); }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder { color: rgba(255,253,250,.38); }
.button-light { justify-self: start; margin-top: 9px; background: var(--gold-light); border-color: var(--gold-light); color: var(--ink); }
.button-light:hover { background: var(--white); border-color: var(--white); }
.form-feedback.light { padding: 0; color: var(--gold-light); }
.site-footer { padding: 44px 4.5vw 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; background: var(--ink); color: var(--white); }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.footer-brand p { margin: 0; color: var(--gold-light); font-family: Fraunces, serif; font-size: 18px; line-height: 1.1; }
.footer-links { display: flex; gap: 25px; color: rgba(255,253,250,.62); font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-meta { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255,253,250,.4); font-size: 10px; }
.reveal { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; } .reveal-delay { animation-delay: .1s; } .reveal-delay-2 { animation-delay: .18s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes preloader-breathe { 0%, 100% { transform: scale(.96); box-shadow: 0 0 0 0 rgba(215,175,108,0); } 50% { transform: scale(1); box-shadow: 0 0 0 12px rgba(215,175,108,.06); } }
@keyframes preloader-progress { from { transform: translateX(-115%); } to { transform: translateX(340%); } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } .preloader { transition-duration: .01ms; } }
@media (max-width: 1000px) { .main-nav { gap: 15px; } .header-cta { padding: 10px 12px; } .hero-grid { grid-template-columns: .85fr 1.15fr; gap: 3vw; } .search-form { grid-template-columns: 1fr 1fr; } .search-submit { min-height: 48px; } .property-layout { grid-template-columns: 1fr; } .map-card { min-height: 350px; } .map-art { min-height: 210px; } .property-list { order: 1; } .map-card { order: 0; } }
@media (max-width: 720px) { .announcement { justify-content: flex-start; padding: 9px 20px; white-space: nowrap; overflow: hidden; font-size: 9px; } .announcement a { display: none; } .site-header { min-height: 72px; padding: 0 20px; justify-content: space-between; } .brand { min-width: 0; } .brand-logo { width: 44px; height: 44px; } .brand-copy strong { font-size: 18px; } .main-nav, .header-cta { display: none; } .menu-toggle { display: block; } .site-header.menu-open { position: relative; } .site-header.menu-open .main-nav { position: absolute; display: grid; top: 72px; right: 0; left: 0; z-index: 10; gap: 0; padding: 10px 20px 16px; background: var(--ink); box-shadow: 0 12px 20px rgba(0,0,0,.2); } .site-header.menu-open .main-nav a { padding: 12px 0; border-bottom: 1px solid rgba(242,212,155,.15); } .hero { padding: 18px 20px 0; } .hero-grid { min-height: auto; display: block; } .hero-copy { padding: 48px 0 30px; } h1 { font-size: clamp(3.6rem, 17vw, 6rem); } .hero-intro { font-size: 14px; } .hero-visual { min-height: 350px; border-left: 0; } .sun-disc { width: 290px; height: 290px; left: 8%; top: 17%; } .skyline { bottom: 67px; } .skyline-front i:nth-child(1) { height: 90px; } .skyline-front i:nth-child(2) { height: 150px; } .skyline-front i:nth-child(3) { height: 110px; } .skyline-front i:nth-child(4) { height: 180px; } .skyline-front i:nth-child(5) { height: 130px; } .visual-caption { bottom: 18px; left: 6%; right: 6%; } .visual-caption span:last-child { max-width: 180px; text-align: right; } .search-wrap { margin: 0; } .search-tabs { padding-top: 2px; } .search-tab { flex: 1; padding: 15px 10px; } .search-tab.active:after { right: 10px; left: 10px; } .search-form { display: block; padding: 14px 20px 20px; } .field { margin: 0; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); } .search-submit { width: 100%; margin-top: 14px; } .form-feedback { padding: 0 20px 10px; } .section-pad { padding: 76px 20px; } .section-heading { display: block; margin-bottom: 35px; } .heading-side { margin-top: 25px; } h2 { font-size: clamp(3.05rem, 15vw, 5rem); } .property-list { display: block; } .property-card { margin-bottom: 18px; } .card-image { min-height: 270px; } .zones-section, .process-section { display: block; } .zones-intro { margin-bottom: 44px; } .zone-link { grid-template-columns: 27px 1fr auto 22px; gap: 8px; } .zone-link strong { font-size: 21px; } .zone-link small { display: none; } .process-title { margin-bottom: 45px; } .process-steps { display: block; } .process-step, .process-step:first-child { min-height: 0; margin-bottom: 35px; padding: 0 0 35px; border-left: 0; border-bottom: 1px solid var(--line); } .process-step:last-child { margin-bottom: 0; border-bottom: 0; } .process-step span { margin-bottom: 26px; } .contact-section { padding: 76px 20px; } .contact-inner { display: block; } .contact-form { margin-top: 48px; } .site-footer { display: block; padding: 40px 20px 26px; } .footer-links { flex-wrap: wrap; gap: 15px 20px; margin: 32px 0; } .footer-meta { justify-content: space-between; gap: 10px; font-size: 9px; } }

/* Inventario y detalle de propiedad */
.image-four { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=900&q=80"); }
.image-five { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=900&q=80"); }
.image-six { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=900&q=80"); }
.image-seven { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=900&q=80"); }
.image-eight { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=900&q=80"); }
.image-nine { background-image: linear-gradient(180deg, transparent 35%, rgba(28,20,61,.7)), url("https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=900&q=80"); }
.detail-button { border: 0; border-bottom: 1px solid transparent; padding: 0; background: transparent; color: var(--coral); cursor: pointer; font-size: 11px; font-weight: 700; white-space: nowrap; }
.map-card { align-self: start; position: sticky; top: 20px; }
.detail-button:hover { border-bottom-color: currentColor; }
.property-modal { width: min(680px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 0; background: var(--white); color: var(--ink); box-shadow: 0 28px 90px rgba(17,9,50,.35); }
.property-modal::backdrop { background: rgba(20,12,49,.7); backdrop-filter: blur(4px); }
.modal-image { min-height: 220px; position: relative; display: flex; align-items: end; padding: 22px; background-position: center; background-size: cover; color: var(--white); }
.modal-image span { padding: 7px 10px; background: var(--gold-light); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(28,20,61,.45); color: var(--white); cursor: pointer; font-size: 25px; line-height: 1; }
.modal-content { padding: 28px; }
.modal-content h2 { margin: 0 0 8px; font-size: clamp(2.8rem, 6vw, 4.5rem); }
.modal-location { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.modal-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; color: var(--ink); font-size: 12px; font-weight: 700; }
.modal-description { margin: 20px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.modal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.whatsapp-button { display: inline-flex; gap: 16px; align-items: center; padding: 13px 18px; background: #25d366; color: #12341f; font-size: 12px; font-weight: 700; }
.modal-phone { color: var(--coral); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 720px) { .modal-image { min-height: 190px; } .modal-content { padding: 23px 20px 25px; } .modal-content h2 { font-size: 3rem; } .modal-actions { align-items: stretch; flex-direction: column; } .whatsapp-button { justify-content: center; } }
@media (max-width: 1000px) { .map-card { align-self: stretch; position: static; } }
