:root {
  --ce-accent: #d4a017;
  --ce-whatsapp: #19c463;
  --ce-dark: #071b26;
  --ce-light: #f6f1e8;
  --ce-text: #071b26;
  --ce-muted: #637381;
  --ce-line: rgba(7, 27, 38, .12);
  --ce-card: #ffffff;
  --ce-radius: 28px;
  --ce-shadow: 0 24px 80px rgba(7, 27, 38, .12);
  --ce-shadow-soft: 0 16px 45px rgba(7, 27, 38, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ce-theme { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ce-text); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.ce-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ce-site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 27, 38, .88); color: #fff; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .25s ease, background .25s ease; }
.ce-site-header.is-scrolled { background: rgba(7, 27, 38, .96); box-shadow: 0 12px 40px rgba(0,0,0,.16); }
.ce-header-inner { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.ce-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.ce-brand img { max-height: 52px; width: auto; }
.ce-brand-mark { width: 42px; height: 42px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--ce-accent), #fff2b2); color: var(--ce-dark); box-shadow: 0 10px 30px rgba(212,160,23,.28); }
.ce-brand-text { font-size: 1.05rem; }
.ce-main-nav { margin-left: auto; }
.ce-menu { list-style: none; display: flex; gap: 6px; align-items: center; margin: 0; padding: 0; }
.ce-menu a { display: block; text-decoration: none; color: rgba(255,255,255,.84); padding: 12px 14px; border-radius: 999px; font-weight: 800; font-size: .95rem; transition: .2s ease; }
.ce-menu a:hover, .ce-menu .current-menu-item a { color: #fff; background: rgba(255,255,255,.09); }
.ce-header-actions { display: flex; gap: 10px; align-items: center; }
.ce-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 12px 18px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ce-btn:hover { transform: translateY(-2px); }
.ce-btn-accent { background: var(--ce-accent); color: var(--ce-dark); box-shadow: 0 12px 28px rgba(212,160,23,.28); }
.ce-btn-whatsapp { background: var(--ce-whatsapp); color: #04210f; box-shadow: 0 12px 28px rgba(25,196,99,.23); }
.ce-btn-light { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; }
.ce-btn-ghost { background: #f3f7f8; color: var(--ce-dark); }
.ce-btn-glass { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.ce-btn-lg { min-height: 54px; padding: 15px 24px; }
.ce-btn-full { width: 100%; }
.ce-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 16px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; margin-left: auto; }
.ce-menu-toggle span:not(.screen-reader-text) { width: 18px; height: 2px; background: #fff; border-radius: 2px; }
.ce-hero { position: relative; overflow: hidden; min-height: 760px; color: #fff; background: radial-gradient(circle at top left, rgba(212,160,23,.18), transparent 34%), linear-gradient(135deg, #071b26 0%, #093747 55%, #0c241d 100%); }
.ce-hero-bg::before, .ce-hero-bg::after { content: ''; position: absolute; border-radius: 999px; filter: blur(12px); opacity: .55; animation: ceFloat 9s ease-in-out infinite alternate; }
.ce-hero-bg::before { width: 420px; height: 420px; right: 8%; top: 100px; background: rgba(212,160,23,.15); }
.ce-hero-bg::after { width: 560px; height: 560px; left: -180px; bottom: -220px; background: rgba(255,255,255,.08); animation-delay: -3s; }
.ce-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; padding: 110px 0 150px; }
.ce-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--ce-accent); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 1000; }
.ce-kicker::before { content: ''; width: 34px; height: 3px; border-radius: 999px; background: currentColor; }
.ce-kicker-dark { color: var(--ce-accent); }
.ce-hero h1 { font-size: clamp(3rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.075em; margin: 18px 0 22px; max-width: 820px; }
.ce-hero p { color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 660px; margin: 0 0 30px; }
.ce-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.ce-hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 690px; }
.ce-hero-stats span { display: flex; align-items: center; min-height: 92px; padding: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); border-radius: 24px; font-weight: 900; color: #fff; }
.ce-visual-card { position: relative; min-height: 560px; border-radius: 44px; padding: 16px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 40px 120px rgba(0,0,0,.28); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg); animation: ceCardFloat 6s ease-in-out infinite alternate; }
.ce-visual-card img, .ce-visual-placeholder { width: 100%; height: 528px; object-fit: cover; border-radius: 32px; }
.ce-visual-placeholder { display: grid; place-items: center; background: linear-gradient(135deg, rgba(246,241,232,.96), rgba(255,255,255,.78)); color: var(--ce-dark); font-weight: 900; text-align: center; padding: 40px; }
.ce-visual-floating { position: absolute; background: rgba(255,255,255,.96); color: var(--ce-dark); padding: 16px 18px; border-radius: 22px; box-shadow: var(--ce-shadow-soft); min-width: 190px; }
.ce-visual-floating strong, .ce-visual-floating span { display: block; }
.ce-visual-floating span { color: var(--ce-muted); font-size: .92rem; }
.ce-float-a { left: -30px; top: 50px; }
.ce-float-b { right: -18px; bottom: 62px; }
.ce-search-band { position: relative; z-index: 10; margin-top: -80px; }
.ce-property-search { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)) auto; gap: 12px; align-items: end; padding: 18px; border-radius: 26px; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); box-shadow: var(--ce-shadow); border: 1px solid var(--ce-line); }
.ce-property-search label { display: grid; gap: 7px; font-size: .78rem; font-weight: 900; color: var(--ce-text); }
.ce-property-search select, .ce-property-search input { width: 100%; min-height: 48px; border: 1px solid var(--ce-line); border-radius: 16px; padding: 0 14px; background: #fff; color: var(--ce-text); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.ce-property-search select:focus, .ce-property-search input:focus { border-color: var(--ce-accent); box-shadow: 0 0 0 4px rgba(212,160,23,.12); }
.ce-section { padding: 100px 0; }
.ce-section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.ce-section-head h2, .ce-info-panel h2, .ce-cta-inner h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.055em; margin: 10px 0 10px; }
.ce-section-head p, .ce-info-panel p, .ce-cta-inner p { color: var(--ce-muted); max-width: 720px; margin: 0; }
.ce-link-pill { display: inline-flex; min-height: 44px; align-items: center; border-radius: 999px; padding: 0 18px; background: var(--ce-accent); color: var(--ce-dark); font-weight: 900; text-decoration: none; white-space: nowrap; }
.ce-property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.ce-property-card { border-radius: 32px; overflow: hidden; background: var(--ce-card); box-shadow: var(--ce-shadow-soft); border: 1px solid var(--ce-line); transition: transform .25s ease, box-shadow .25s ease; }
.ce-property-card:hover { transform: translateY(-8px); box-shadow: var(--ce-shadow); }
.ce-card-media { height: 265px; background: #eaf0f2; position: relative; display: block; overflow: hidden; text-decoration: none; }
.ce-card-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .45s ease; }
.ce-property-card:hover .ce-card-media img { transform: scale(1.08); }
.ce-card-fade { position:absolute; inset:auto 0 0; height: 60%; background: linear-gradient(to top, rgba(7,27,38,.55), transparent); }
.ce-card-chip { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; color: var(--ce-dark); background: #fff; font-weight: 1000; font-size: .78rem; z-index: 2; }
.ce-chip-sold { background: #ffe1e1; }
.ce-chip-reserved { background: #fff0c2; }
.ce-no-photo, .ce-gallery-empty { width: 100%; height: 100%; display: grid; place-items: center; color: var(--ce-muted); font-weight: 900; text-align: center; padding: 24px; }
.ce-card-body { padding: 24px; }
.ce-card-topline { display: flex; gap: 8px; flex-wrap: wrap; color: var(--ce-muted); font-size: .86rem; font-weight: 800; margin-bottom: 8px; }
.ce-card-price { font-size: 1.7rem; line-height: 1; font-weight: 1000; letter-spacing: -.04em; color: var(--ce-dark); margin-bottom: 12px; }
.ce-card-body h3 { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.035em; }
.ce-card-body h3 a { text-decoration: none; }
.ce-card-location { color: var(--ce-muted); margin: 0 0 16px; }
.ce-card-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ce-card-specs span { padding: 8px 10px; border-radius: 999px; background: #f3f7f8; border: 1px solid var(--ce-line); font-size: .82rem; font-weight: 800; }
.ce-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ce-soft-section { padding: 100px 0; background: linear-gradient(180deg, #f7fafb, var(--ce-light)); }
.ce-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.ce-type-card { min-height: 170px; padding: 24px; border-radius: 30px; background: #fff; border: 1px solid var(--ce-line); box-shadow: var(--ce-shadow-soft); text-decoration: none; transition: transform .22s ease, background .22s ease; }
.ce-type-card:hover { transform: translateY(-6px); background: #fffdf4; }
.ce-type-icon { width: 48px; height: 48px; border-radius: 18px; display: grid; place-items: center; background: #f1f6f7; margin-bottom: 22px; font-size: 1.4rem; }
.ce-type-card h3 { margin: 0 0 6px; font-size: 1.25rem; }
.ce-type-card span { color: var(--ce-muted); }
.ce-split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; padding: 100px 0; }
.ce-info-panel { border-radius: 36px; padding: 44px; background: var(--ce-dark); color: #fff; position: relative; overflow: hidden; }
.ce-info-panel p { color: rgba(255,255,255,.75); }
.ce-info-panel::after { content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: rgba(212,160,23,.14); right: -80px; bottom: -90px; }
.ce-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.ce-benefit-grid div { min-height: 180px; border-radius: 30px; padding: 26px; background: #fff; border: 1px solid var(--ce-line); box-shadow: var(--ce-shadow-soft); }
.ce-benefit-grid strong { color: var(--ce-accent); font-size: 1.9rem; display: block; }
.ce-benefit-grid span { display: block; margin-top: 20px; font-weight: 1000; font-size: 1.1rem; }
.ce-cta-strip { padding: 110px 0; background: radial-gradient(circle at 20% 20%, rgba(212,160,23,.25), transparent 38%), var(--ce-dark); color: #fff; text-align: center; }
.ce-cta-inner { max-width: 860px; }
.ce-cta-inner p { color: rgba(255,255,255,.78); margin: 0 auto 28px; }
.ce-site-footer { padding: 80px 0 26px; background: #04141c; color: #fff; }
.ce-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 44px; }
.ce-site-footer h2, .ce-site-footer h3 { margin-top: 0; letter-spacing: -.04em; }
.ce-site-footer p, .ce-site-footer a { color: rgba(255,255,255,.75); }
.ce-site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ce-footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.ce-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: .9rem; }
.ce-floating-wa { position: fixed; right: 24px; bottom: 24px; z-index: 99; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--ce-whatsapp); color: #03190b; text-decoration: none; font-weight: 1000; font-size: 1.6rem; box-shadow: 0 18px 44px rgba(25,196,99,.34); }
.ce-page-hero { background: linear-gradient(135deg, var(--ce-dark), #0b3e4e); color: #fff; padding: 90px 0 140px; }
.ce-page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.07em; margin: 16px 0; }
.ce-page-hero p { max-width: 760px; color: rgba(255,255,255,.78); font-size: 1.16rem; }
.ce-archive-main .ce-search-band { margin-top: -70px; }
.ce-pagination { margin-top: 44px; }
.ce-empty-state { padding: 60px; border-radius: 32px; background: #f7fafb; border: 1px solid var(--ce-line); text-align: center; }
.ce-property-head { padding: 72px 0 34px; background: linear-gradient(180deg, #f7fafb, #fff); }
.ce-property-head-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: end; }
.ce-breadcrumbs { color: var(--ce-muted); font-weight: 800; margin-bottom: 20px; }
.ce-property-head h1 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; letter-spacing: -.07em; margin: 0 0 18px; }
.ce-property-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.ce-property-tags span, .ce-status { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--ce-line); color: var(--ce-text); font-weight: 900; font-size: .88rem; }
.ce-status-available, .ce-status-new { background: #e6fff0; color: #046b2b; border-color: rgba(25,196,99,.25); }
.ce-status-reserved { background: #fff5d7; color: #8a6100; border-color: rgba(212,160,23,.25); }
.ce-status-sold { background: #ffe8e8; color: #9d1c1c; border-color: rgba(157,28,28,.18); }
.ce-head-price { justify-self: end; text-align: right; display: grid; gap: 12px; }
.ce-head-price strong { font-size: 2.2rem; letter-spacing: -.05em; }
.ce-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; padding-bottom: 80px; }
.ce-product-main { display: grid; gap: 26px; }
.ce-product-sidebar { position: sticky; top: 100px; }
.ce-gallery { padding: 14px; border-radius: 34px; background: #fff; border: 1px solid var(--ce-line); box-shadow: var(--ce-shadow-soft); }
.ce-gallery-stage { position: relative; aspect-ratio: 16/10; border-radius: 24px; overflow: hidden; background: #eef4f5; }
.ce-gallery-slide { position: absolute; inset: 0; border: 0; background: transparent; padding: 0; opacity: 0; pointer-events: none; cursor: zoom-in; transition: opacity .25s ease; }
.ce-gallery-slide.is-active { opacity: 1; pointer-events: auto; }
.ce-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.ce-gallery-slide.is-zoomed img { transform: scale(1.18); cursor: zoom-out; }
.ce-gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 12px; }
.ce-gallery-thumbs button { border: 2px solid transparent; background: transparent; padding: 0; border-radius: 16px; overflow: hidden; cursor: pointer; opacity: .7; }
.ce-gallery-thumbs button.is-active { border-color: var(--ce-accent); opacity: 1; }
.ce-gallery-thumbs img { width: 100%; height: 76px; object-fit: cover; }
.ce-detail-card, .ce-buy-card { padding: 30px; border-radius: 30px; background: #fff; border: 1px solid var(--ce-line); box-shadow: var(--ce-shadow-soft); }
.ce-detail-card h2 { margin: 0 0 18px; font-size: 1.75rem; letter-spacing: -.04em; }
.ce-content > *:first-child { margin-top: 0; }
.ce-content > *:last-child { margin-bottom: 0; }
.ce-video-wrap iframe, .ce-map-wrap iframe { width: 100%; border: 0; border-radius: 20px; min-height: 380px; }
.ce-buy-card { display: grid; gap: 18px; }
.ce-buy-price { font-size: 2.4rem; font-weight: 1000; letter-spacing: -.06em; }
.ce-mini-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ce-mini-specs div { padding: 14px; border-radius: 18px; background: #f4f8f9; border: 1px solid var(--ce-line); }
.ce-mini-specs small { display: block; color: var(--ce-muted); font-weight: 900; font-size: .72rem; margin-bottom: 4px; }
.ce-mini-specs strong { font-size: 1.15rem; }
.ce-buy-lines { display: grid; gap: 0; }
.ce-buy-lines div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--ce-line); }
.ce-buy-lines span { color: var(--ce-muted); }
.ce-amenities-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.ce-amenities-list span { padding: 12px 14px; border-radius: 16px; background: #f6fafb; font-weight: 800; }
.ce-page-card { max-width: 900px; margin: 0 auto; }
.ce-post-grid { display: grid; gap: 22px; }
.ce-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ce-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ce-delay-1 { transition-delay: .12s; }
@keyframes ceFloat { to { transform: translate3d(30px, -20px, 0) scale(1.05); } }
@keyframes ceCardFloat { to { transform: perspective(1000px) rotateY(-3deg) rotateX(1deg) translateY(-14px); } }
@media (max-width: 1050px) {
  .ce-header-actions { display: none; }
  .ce-menu-toggle { display: flex; }
  .ce-main-nav { position: absolute; top: 78px; left: 0; right: 0; margin: 0; background: rgba(7,27,38,.98); max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .ce-main-nav.is-open { max-height: 420px; }
  .ce-menu { display: grid; padding: 14px 20px 20px; }
  .ce-hero-grid, .ce-split-section, .ce-property-head-grid, .ce-product-layout { grid-template-columns: 1fr; }
  .ce-visual-card { transform: none; min-height: auto; }
  .ce-product-sidebar { position: relative; top: 0; }
  .ce-head-price { justify-self: start; text-align: left; }
  .ce-property-search { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ce-property-search button { grid-column: 1 / -1; }
  .ce-property-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ce-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .ce-container { width: min(100% - 28px, 1180px); }
  .ce-hero { min-height: auto; }
  .ce-hero-grid { padding: 70px 0 120px; gap: 34px; }
  .ce-hero h1 { font-size: clamp(2.6rem, 13vw, 4.4rem); }
  .ce-hero-stats, .ce-property-grid, .ce-type-grid, .ce-benefit-grid, .ce-footer-grid, .ce-property-search { grid-template-columns: 1fr; }
  .ce-section, .ce-soft-section, .ce-split-section { padding: 70px 0; }
  .ce-section-head { align-items: start; flex-direction: column; }
  .ce-card-actions { grid-template-columns: 1fr; }
  .ce-gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .ce-mini-specs { grid-template-columns: 1fr 1fr; }
  .ce-footer-bottom { flex-direction: column; }
  .ce-visual-floating { position: static; margin-top: 12px; }
  .ce-visual-card img, .ce-visual-placeholder { height: 360px; }
}
