:root {
    --primary: #0f766e;
    --primary-dark: #115e59;
    --accent: #f59e0b;
    --ink: #14213d;
    --muted: #64748b;
    --soft: #f3f8f6;
    --line: #e2e8f0;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(20, 33, 61, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    line-height: 1.7;
    background: var(--white);
}

a { text-decoration: none; }

.navbar {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(226, 232, 240, .85);
    padding: 14px 0;
    transition: box-shadow .25s ease, padding .25s ease;
}

.navbar.scrolled {
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    padding: 10px 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--ink);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--primary);
    color: var(--white);
}

.header-logo {
    width: 72px;
    height: 52px;
    object-fit: cover;
    object-position: center 47%;
    border-radius: 10px;
}

.logo-mark {
    background: var(--white);
    overflow: hidden;
    position: relative;
}

.logo-mark img {
    width: 240%;
    max-width: none;
    height: auto;
    transform: translate(-29%, -35%);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-brand h3 { margin: 0; }
.footer-logo-mark { width: 52px; height: 52px; flex: 0 0 52px; }

.nav-link {
    color: var(--ink);
    font-weight: 650;
    margin: 0 6px;
    position: relative;
}

.nav-link.active,
.nav-link:hover { color: var(--primary); }

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 2px;
    height: 2px;
    background: var(--accent);
}

.btn {
    border-radius: 999px;
    font-weight: 750;
    padding: 12px 24px;
    border-width: 2px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 12px 28px rgba(15, 118, 110, .22);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-1px);
}

.btn-secondary {
    background: var(--ink);
    border-color: var(--ink);
}

.nav-call {
    padding: 10px 18px;
    white-space: nowrap;
}

.hero,
.page-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: var(--white);
    overflow: hidden;
}

.page-hero { min-height: 520px; }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 47, 46, .82), rgba(15, 23, 42, .55), rgba(15, 23, 42, .25));
}

.hero-content {
    position: relative;
    max-width: 850px;
    padding-top: 70px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 850;
    text-transform: uppercase;
    font-size: .82rem;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.hero h1,
.page-hero h1 {
    font-size: clamp(2.4rem, 5vw, 5.2rem);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 22px;
    letter-spacing: 0;
}

.hero p,
.page-hero p {
    max-width: 720px;
    font-size: 1.18rem;
    color: rgba(255, 255, 255, .9);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.section {
    padding: 96px 0;
}

.soft-bg { background: var(--soft); }

.section h2 {
    font-size: clamp(2rem, 3vw, 3.15rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.section p { color: var(--muted); }

.section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.rounded-image,
.content-thumb,
.contact-image {
    width: 100%;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.rounded-image {
    height: 520px;
    border-radius: 28px;
}

.content-thumb {
    height: 260px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.contact-image {
    height: 320px;
    border-radius: 22px;
    margin-top: 28px;
}

.facility-card,
.service-card,
.contact-card,
.highlight-box,
.review-card,
.room-card {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 14px 32px rgba(20, 33, 61, .08);
}

.facility-card,
.service-card {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.facility-card:hover,
.service-card:hover,
.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.facility-card img,
.service-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.facility-body,
.service-card-body { padding: 24px; }

.facility-body i,
.service-card-body i,
.highlight-box i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(15, 118, 110, .1);
    color: var(--primary);
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.facility-card h3,
.service-card h3,
.content-thumb + h3 {
    font-size: 1.25rem;
    font-weight: 850;
    margin-bottom: 10px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 34px;
}

.icon-grid span {
    padding: 18px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    font-weight: 750;
}

.icon-grid i { color: var(--primary); margin-right: 8px; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gallery-grid.compact { grid-template-columns: repeat(3, 1fr); }

.gallery-item {
    position: relative;
    min-height: 250px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(20, 33, 61, .1);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-item span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    color: var(--white);
    font-weight: 800;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(15, 23, 42, .7);
}

.map-wrap {
    width: 100%;
    min-height: 420px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 8px solid var(--white);
}

.map-wrap iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

.cta-section {
    padding: 92px 0;
    color: var(--white);
    background: linear-gradient(135deg, var(--primary-dark), #1f2937);
    text-align: center;
}

.cta-section h2 {
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.cta-section p {
    color: rgba(255, 255, 255, .86);
    font-size: 1.15rem;
}

.cta-actions { justify-content: center; }

.highlight-box {
    height: 100%;
    padding: 28px;
    border-radius: 8px;
}

.highlight-box strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.highlight-box span { color: var(--muted); }

.review-card {
    height: 100%;
    border-radius: 18px;
    padding: 28px;
}

.review-stars {
    color: var(--accent);
    letter-spacing: 3px;
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.review-card p { min-height: 78px; margin-bottom: 14px; }
.review-card strong { color: var(--ink); }

.rooms-intro { max-width: 780px; margin: 0 auto; text-align: center; }

.room-card {
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
}

.room-card img { width: 100%; height: 260px; object-fit: cover; }
.room-card-body { padding: 26px; }
.room-card-body h2 { font-size: 1.8rem; margin-bottom: 10px; }
.room-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.room-meta span { background: var(--soft); color: var(--primary-dark); border-radius: 999px; padding: 7px 12px; font-weight: 700; font-size: .9rem; }

.contact-info {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.contact-info div {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: var(--soft);
    border-radius: 8px;
}

.contact-info i {
    color: var(--primary);
    font-size: 1.35rem;
    margin-top: 5px;
}

.contact-info strong {
    display: block;
    color: var(--ink);
    margin-bottom: 4px;
}

.contact-card {
    border-radius: 8px;
    padding: 36px;
}

.form-control {
    min-height: 52px;
    border-radius: 8px;
    border-color: var(--line);
}

textarea.form-control { min-height: 150px; }

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .15);
}

.footer {
    background: #111827;
    color: rgba(255, 255, 255, .78);
    padding: 70px 0 24px;
}

.footer h3,
.footer h4 {
    color: var(--white);
    font-weight: 850;
    margin-bottom: 18px;
}

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

.footer li { margin-bottom: 10px; }

.footer a {
    color: rgba(255, 255, 255, .78);
    transition: color .2s ease;
}

.footer a:hover { color: var(--accent); }

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 42px;
    padding-top: 22px;
    text-align: center;
}

.footer-bottom p { margin: 0; }

.footer-bottom span {
    color: var(--accent);
    font-weight: 900;
}

.floating-call {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    place-items: center;
    box-shadow: 0 14px 34px rgba(15, 118, 110, .4);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 16px;
        padding: 18px;
        background: var(--white);
        border-radius: 16px;
        box-shadow: var(--shadow);
    }

    .nav-link.active::after { display: none; }

    .hero,
    .page-hero {
        min-height: 640px;
    }

    .icon-grid,
    .gallery-grid,
    .gallery-grid.compact {
        grid-template-columns: repeat(2, 1fr);
    }

    .rounded-image { height: 420px; }
}

@media (max-width: 575px) {
    .hero,
    .page-hero {
        min-height: 620px;
    }

    .hero-content { padding-top: 90px; }

    .hero h1,
    .page-hero h1 { font-size: 2.35rem; }

    .section { padding: 70px 0; }

    .gallery-grid,
    .gallery-grid.compact,
    .icon-grid {
        grid-template-columns: 1fr;
    }

    .rounded-image,
    .contact-image { height: 320px; }

    .contact-card { padding: 24px; }

    .hero-actions .btn,
    .cta-actions .btn {
        width: 100%;
    }

    .floating-call { display: grid; }
}
