:root {
    --navy: #102b3f;
    --navy-deep: #0a1e2d;
    --aqua: #67e7dc;
    --yellow: #f3c94d;
    --pink: #e8a5a6;
    --cream: #f8f4ec;
    --paper: #fffdf9;
    --ink: #18303e;
    --muted: #667781;
    --line: #dfe5e5;
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 72px;
    padding: 12px clamp(20px, 5vw, 72px);
    background: rgba(255, 253, 249, .94);
    border-bottom: 1px solid rgba(16, 43, 63, .1);
    backdrop-filter: blur(12px);
}
.brand { font-weight: 850; text-decoration: none; letter-spacing: -.03em; font-size: 20px; }
.brand span { color: #258e91; }
nav { display: flex; justify-content: center; gap: 26px; }
nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--navy); }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    color: #fff;
    background: var(--navy);
    border: 2px solid var(--navy);
    border-radius: 999px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(16, 43, 63, .18); }
.button-small { min-height: 40px; padding: 7px 15px; font-size: 13px; }
.button-outline { color: var(--navy); background: transparent; }
.button-whatsapp { background: #147d44; border-color: #147d44; }
.button-email { color: var(--navy); background: #fff; border-color: var(--navy); }
.button-olx { color: var(--navy); background: transparent; border-color: var(--navy); }
.hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: calc(100vh - 72px);
    background: var(--cream);
}
.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 8vw, 120px) clamp(24px, 7vw, 110px);
}
.eyebrow {
    margin: 0 0 12px;
    color: #277f82;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(44px, 6.2vw, 88px); }
h2 { margin-bottom: 22px; font-size: clamp(36px, 4.6vw, 64px); }
h3 { font-size: 24px; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: #445963; font-size: clamp(18px, 2vw, 23px); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.hero-facts span { padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { color: var(--navy); font-weight: 750; text-underline-offset: 4px; }
.hero-photo { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo figcaption { position: absolute; right: 22px; bottom: 22px; padding: 8px 12px; color: #fff; background: rgba(10, 30, 45, .82); border-radius: 999px; font-size: 13px; }
.section { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.intro-text { color: #4c6069; font-size: clamp(18px, 2vw, 22px); }
.intro-text p:first-child { margin-top: 0; }
.soft-section { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.room-card { position: relative; min-height: 210px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.room-card.featured { background: var(--navy); border-color: var(--navy); }
.room-card.featured h3, .room-card.featured p, .room-card.featured .price, .room-card.featured .room-number { color: #fff; }
.room-number { display: block; margin-bottom: 30px; color: #38999b; font-weight: 850; letter-spacing: .12em; }
.room-card h3 { margin-bottom: 8px; }
.room-card p { color: var(--muted); }
.price { margin: 20px 0 0; color: var(--navy) !important; font-size: 19px; font-weight: 850; }
.price small { display: block; margin-top: 3px; font-size: 13px; font-weight: 600; opacity: .7; }
.included { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }
.included-photo { height: min(700px, 75vh); overflow: hidden; border-radius: var(--radius); }
.included-photo img { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #238b87; font-weight: 900; }
.apartment-section { color: #dbe6ea; background: var(--navy); }
.light h2 { color: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
.feature-grid strong { display: block; color: var(--aqua); font-size: 54px; line-height: 1; }
.feature-grid span { font-weight: 650; }
.amenities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.amenities span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; }
.location-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.location-section > div:first-child > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 18px; }
.nearby-list { align-self: start; padding: 34px; background: var(--cream); border-radius: var(--radius); }
.nearby-list ul { margin: 0; padding-left: 21px; }
.nearby-list li + li { margin-top: 13px; }
.gallery-section { padding-top: 40px; background: var(--cream); }
.gallery { display: grid; grid-auto-flow: dense; grid-auto-rows: 210px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { padding: 0; overflow: hidden; background: #ddd; border: 0; border-radius: 15px; cursor: zoom-in; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-more { margin: 34px 0 0; text-align: center; }
.cta-section { padding: clamp(80px, 11vw, 150px) 24px; text-align: center; background: linear-gradient(135deg, #f3c94d, #efaaa9); }
.cta-section h2 { margin-bottom: 12px; }
.cta-section p:not(.eyebrow) { margin: 0 auto 28px; font-size: 19px; }
.contact-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 32px clamp(24px, 7vw, 110px); color: #b8c7ce; background: var(--navy-deep); }
footer p { margin: 0; }
.lightbox { width: min(92vw, 1100px); max-width: none; padding: 0; background: transparent; border: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(3, 12, 18, .9); backdrop-filter: blur(5px); }
.lightbox img { max-width: 100%; max-height: 88vh; margin: auto; border-radius: 12px; }
.lightbox-close { position: absolute; top: -46px; right: 0; width: 40px; height: 40px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 26px; cursor: pointer; }
@media (max-width: 1000px) {
    .site-header { grid-template-columns: 1fr auto; }
    nav { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-photo { min-height: 65vh; }
    .room-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
    .site-header .button-small { display: none; }
    .hero-copy { padding-top: 60px; padding-bottom: 60px; }
    .hero-photo { min-height: 68vh; }
    .intro, .included, .location-section { grid-template-columns: 1fr; }
    .included-photo { height: 65vh; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .gallery { grid-auto-rows: 165px; grid-template-columns: 1fr 1fr; }
    .gallery-item.wide { grid-column: span 2; }
    footer { flex-direction: column; }
}
@media (max-width: 500px) {
    .room-grid, .check-list { grid-template-columns: 1fr; }
    .gallery { grid-auto-rows: 145px; }
    h1 { font-size: 45px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
