:root {
    --bg: #080706;
    --bg-soft: #12100d;
    --surface: rgba(20, 17, 13, 0.88);
    --surface-strong: rgba(14, 12, 9, 0.96);
    --surface-soft: rgba(33, 28, 22, 0.9);
    --gold: #d2ae69;
    --gold-strong: #f0d79b;
    --gold-soft: #a8894c;
    --cream: #f5ecdb;
    --text: #f8f3e9;
    --muted: #c9baa0;
    --muted-deep: #9b8b72;
    --line: rgba(240, 215, 155, 0.16);
    --line-strong: rgba(240, 215, 155, 0.28);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.vegus-body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(240, 215, 155, 0.1), transparent 28%),
        radial-gradient(circle at bottom right, rgba(164, 129, 63, 0.14), transparent 26%),
        linear-gradient(180deg, #070605 0%, #0b0907 28%, #120f0c 100%);
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
}

body.vegus-body::before,
body.vegus-body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
    filter: blur(10px);
}

body.vegus-body::before {
    top: 8%;
    left: -8%;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 174, 105, 0.16), transparent 70%);
}

body.vegus-body::after {
    right: -10%;
    bottom: 6%;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 174, 105, 0.1), transparent 72%);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    max-width: 1180px;
}

h1,
h2,
h3,
h4 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.02em;
}

section {
    position: relative;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--gold-strong);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-label::before {
    content: "";
    width: 2.7rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-strong));
}

.section-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.section-heading h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    color: var(--cream);
}

.section-heading p {
    max-width: 42rem;
    margin: 0 auto;
    color: var(--muted);
    line-height: 1.8;
}

.primary-btn,
.secondary-btn,
.reserve-btn,
.suite-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.primary-btn,
.reserve-btn,
.suite-book-btn {
    background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
    color: #140f08;
    box-shadow: 0 14px 40px rgba(210, 174, 105, 0.25);
}

.secondary-btn {
    color: var(--cream);
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.primary-btn:hover,
.secondary-btn:hover,
.reserve-btn:hover,
.suite-book-btn:hover {
    transform: translateY(-2px);
}

.primary-btn:hover,
.reserve-btn:hover,
.suite-book-btn:hover {
    box-shadow: 0 20px 44px rgba(210, 174, 105, 0.32);
}

.secondary-btn:hover {
    border-color: rgba(240, 215, 155, 0.44);
    background: rgba(255, 255, 255, 0.06);
}

.hide-on-scroll {
    opacity: 0;
    transform: translateY(-24px);
    pointer-events: none;
}

.logo-container {
    position: fixed;
    top: 1.25rem;
    left: 1.75rem;
    z-index: 3000;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.nav-logo {
    width: 8.8rem;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transition: transform 0.35s ease;
}

.nav-logo:hover {
    transform: scale(1.03);
}

.menu-toggle {
    position: fixed;
    top: 1.35rem;
    right: 1.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    color: var(--cream);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 9, 8, 0.6);
    backdrop-filter: blur(16px);
    cursor: pointer;
    z-index: 3000;
    transition: opacity 0.35s ease, transform 0.35s ease, background 0.3s ease;
}

.menu-toggle:hover {
    background: rgba(18, 16, 13, 0.82);
}

.menu-toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.96);
}

.menu-text {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.menu-icon {
    font-size: 1.1rem;
}

.menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 2300;
}

.menu-backdrop.show {
    opacity: 1;
    visibility: visible;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(24rem, 100%);
    height: 100%;
    padding: 5.5rem 2rem 2rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 2400;
    background:
        radial-gradient(circle at top, rgba(210, 174, 105, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(9, 8, 7, 0.98), rgba(17, 14, 11, 0.98));
    border-left: 1px solid var(--line);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
}

.side-menu.open {
    transform: translateX(0);
}

.close-btn {
    position: absolute;
    top: 1.35rem;
    right: 1.35rem;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--cream);
    cursor: pointer;
}

.side-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.side-links a {
    display: inline-flex;
    align-items: center;
    padding-bottom: 0.3rem;
    font-size: 1.2rem;
    color: var(--muted);
    border-bottom: 1px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.side-links a:hover {
    color: var(--cream);
    border-color: var(--line-strong);
    transform: translateX(0.2rem);
}

.reserve-wrapper {
    margin-top: 2rem;
}

.reserve-btn {
    width: 100%;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    overflow: hidden;
    background: #050505;
}

.hero-backdrop,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-backdrop {
    z-index: 0;
    background: #050505;
}

.hero-poster,
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-poster {
    animation: heroDrift 18s ease-in-out infinite alternate;
    transform: scale(1.05);
}

.hero-video {
    background: transparent;
}

.hero-overlay {
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.72),
        rgba(0, 0, 0, 0.56),
        rgba(0, 0, 0, 0.78)
    );
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 18rem;
}

.hero-book-btn {
    min-width: 12.5rem;
    min-height: 3.7rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(22px) scale(0.96);
    animation:
        fadeUp 0.9s ease forwards,
        heroPulse 2.2s ease-in-out 1s infinite;
}

.about-section,
.suites-section,
.gallery-section,
.amenities-section,
.booking-cta-section,
.testimonials-section {
    padding: 3rem 0;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.about-image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.about-image::after {
    content: "";
    position: absolute;
    inset: auto 1.25rem 1.25rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 215, 155, 0.28), transparent 72%);
}

.about-image img {
    width: 100%;
    min-height: 38rem;
    object-fit: cover;
}

.about-panel {
    padding: 2.2rem;
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(20, 17, 13, 0.9), rgba(13, 11, 9, 0.96)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.about-panel h2 {
    margin: 0 0 1rem;
    font-size: 25px;
    color: var(--cream);
}

.about-panel p {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.about-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.about-point {
    display: grid;
    gap: 0.7rem;
    padding: 1.1rem;
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--cream);
}

.about-point i {
    font-size: 0.9rem;
    color: var(--gold-strong);
}

.about-point span {
    font-size: 0.89rem;
    line-height: 1.45;
}

.suite-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.suite-content {
    display: none;
}

.suite-content.active {
    display: block;
}

.tab {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--muted);
    border-radius: 999px;
    padding: 0.9rem 1.25rem;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.tab:hover {
    color: var(--cream);
    transform: translateY(-2px);
}

.tab.active {
    background: linear-gradient(135deg, rgba(240, 215, 155, 0.18), rgba(240, 215, 155, 0.06));
    color: var(--cream);
    border-color: rgba(240, 215, 155, 0.36);
}

.suite-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 2rem;
    border-radius: calc(var(--radius) + 0.2rem);
    background:
        radial-gradient(circle at top right, rgba(240, 215, 155, 0.08), transparent 25%),
        linear-gradient(180deg, rgba(20, 17, 13, 0.92), rgba(12, 10, 8, 0.98));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.suite-media-wrap {
    position: relative;
    border-radius: 1.7rem;
    overflow: hidden;
    min-height: 100%;
}

.suite-media-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(7, 6, 5, 0.22));
    pointer-events: none;
}

.suite-media {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.suite-card:hover .suite-media {
    transform: scale(1.04);
}

.suite-media-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    z-index: 1;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(7, 6, 5, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--cream);
    font-size: 0.85rem;
    backdrop-filter: blur(10px);
}

.suite-media-badge i {
    color: var(--gold-strong);
}

.suite-info {
    align-self: center;
    text-align: left;
}

.suite-caption {
    display: inline-block;
    margin-bottom: 0.7rem;
    color: var(--gold-strong);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.suite-info h3 {
    margin: 0 0 0.85rem;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    color: var(--cream);
}

.suite-info p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.price-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 1.5rem 0;
}

.price-item {
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.price-item.highlight {
    background: linear-gradient(135deg, rgba(240, 215, 155, 0.18), rgba(74, 61, 38, 0.25));
    border-color: rgba(240, 215, 155, 0.24);
}

.price-item .label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.82rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.price-item .amount {
    color: var(--cream);
    font-size: 1rem;
    font-weight: 800;
}

.suite-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.suite-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: var(--cream);
    line-height: 1.55;
}

.suite-feature-list i {
    margin-top: 0.15rem;
    color: var(--gold-strong);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.gallery-grid img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    border-radius: 1.4rem;
    border: 1px solid var(--line);
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.gallery-grid img:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
    filter: brightness(1.05);
}

.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(5, 5, 5, 0.94);
    z-index: 9999;
}

.lightbox img {
    max-width: 88%;
    max-height: 82%;
    border-radius: 1.4rem;
    border: 1px solid var(--line);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.lightbox .close,
.arrow {
    position: absolute;
    color: var(--cream);
    cursor: pointer;
    user-select: none;
}

.lightbox .close {
    top: 1.25rem;
    right: 1.7rem;
    font-size: 1.8rem;
}

.arrow {
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    padding: 0.5rem 0.7rem;
}

.arrow.left {
    left: 1.35rem;
}

.arrow.right {
    right: 1.35rem;
}

.amenities-layout {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 1.35rem;
    align-items: start;
}

.amenities-story,
.amenity-card,
.cta-shell,
.testimonial-card,
.footer {
    box-shadow: var(--shadow);
}

.amenities-story {
    padding: 2rem;
    border-radius: var(--radius);
    background:
        radial-gradient(circle at top left, rgba(240, 215, 155, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(20, 17, 13, 0.92), rgba(11, 9, 8, 0.98));
    border: 1px solid var(--line);
}

.amenities-story h3 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--cream);
}

.amenities-story p {
    margin: 0 0 1.4rem;
    color: var(--muted);
    line-height: 1.85;
}

.amenity-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.amenity-pills span {
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--cream);
    font-size: 0.9rem;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.amenity-card {
    padding: 1.55rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(24, 20, 15, 0.92), rgba(12, 10, 8, 0.98));
    border: 1px solid var(--line);
}

.amenity-icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
    background: rgba(240, 215, 155, 0.12);
    color: var(--gold-strong);
    font-size: 1.3rem;
}

.amenity-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.8rem;
    color: var(--cream);
}

.amenity-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.cta-shell {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 1.5rem;
    padding: 2.2rem;
    border-radius: calc(var(--radius) + 0.3rem);
    border: 1px solid rgba(240, 215, 155, 0.18);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(240, 215, 155, 0.18), transparent 26%),
        linear-gradient(135deg, rgba(18, 16, 13, 0.96), rgba(32, 25, 18, 0.95));
}

.cta-copy {
    align-self: center;
}

.cta-copy h2 {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 4vw, 4rem);
    color: var(--cream);
}

.cta-copy p {
    margin: 0;
    max-width: 34rem;
    color: var(--muted);
    line-height: 1.9;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 1.7rem;
}

.cta-details {
    display: grid;
    gap: 0.95rem;
}

.contact-card {
    display: grid;
    gap: 0.45rem;
    padding: 1.3rem 1.4rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.contact-card span {
    color: var(--gold-strong);
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-card strong {
    color: var(--cream);
    font-size: 1.05rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.contact-card:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 215, 155, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.testimonial-card {
    padding: 1.8rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(21, 18, 14, 0.92), rgba(12, 10, 8, 0.98));
    border: 1px solid var(--line);
    text-align: left;
}

.review-source {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(240, 215, 155, 0.1);
    color: var(--gold-strong);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.quote {
    margin: 0 0 1rem;
    color: var(--cream);
    line-height: 1.9;
    font-size: 0.98rem;
    font-style: italic;
}

.testimonial-card h4 {
    margin: 0;
    font-size: 1.35rem;
    color: var(--gold-strong);
}

.footer {
    margin-top: 2rem;
    padding: 4rem 0 1.4rem;
    background:
        linear-gradient(180deg, rgba(10, 9, 8, 0.94), rgba(8, 7, 6, 0.98));
    border-top: 1px solid var(--line);
}

.footer-container {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr 0.7fr;
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-brand {
    max-width: 23rem;
}

.footer-logo {
    width: 8.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.footer-text,
.footer-note {
    color: var(--muted);
    line-height: 1.8;
}

.footer-col h3 {
    margin: 0 0 1rem;
    font-size: 1.28rem;
    color: var(--cream);
}

.footer-col a {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--muted);
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-col a:hover {
    color: var(--cream);
    transform: translateX(0.12rem);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-socials a {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    margin-bottom: 0;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--gold-strong);
    font-size: 1.15rem;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.footer-socials svg {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    margin-top: 2.2rem;
    padding-top: 1.3rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--muted-deep);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--gold-strong);
    font-weight: 700;
}

.whatsapp-float {
    position: fixed;
    right: 1.3rem;
    bottom: 1.3rem;
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #140f08;
    background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
    box-shadow: 0 16px 34px rgba(210, 174, 105, 0.28);
    z-index: 2200;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float i {
    font-size: 1.5rem;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(210, 174, 105, 0.34);
}


.section-label,
.section-heading h2,
.section-heading p,
.side-links a,
.side-links a:hover,
.about-panel h2,
.about-panel p,
.about-point,
.suite-media-badge,
.suite-caption,
.suite-info h3,
.suite-info p,
.price-item .label,
.price-item .amount,
.suite-feature-list li,
.lightbox .close,
.arrow,
.amenities-story h3,
.amenities-story p,
.amenity-pills span,
.amenity-card h3,
.amenity-card p,
.cta-copy h2,
.cta-copy p,
.contact-card span,
.contact-card strong,
.review-source,
.quote,
.testimonial-card h4,
.footer-text,
.footer-note,
.footer-col h3,
.footer-col a,
.footer-col a:hover,
.footer-bottom,
.footer-bottom a {
    color: #fff;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroDrift {
    from {
        transform: scale(1.05);
    }
    to {
        transform: scale(1.14);
    }
}

@keyframes heroPulse {
    0%,
    100% {
        box-shadow: 0 14px 40px rgba(210, 174, 105, 0.25);
    }
    50% {
        box-shadow: 0 20px 52px rgba(210, 174, 105, 0.38);
    }
}

@media (max-width: 1100px) {
    .about-wrapper,
    .suite-card,
    .amenities-layout,
    .cta-shell {
        grid-template-columns: 1fr;
    }

    .about-image img {
        min-height: 26rem;
    }

    .suite-info,
    .testimonial-card {
        text-align: left;
    }

    .cta-copy p {
        max-width: none;
    }

    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .amenities-grid,
    .testimonials-grid,
    .about-points,
    .suite-feature-list {
        grid-template-columns: 1fr;
    }

    .price-box {
        grid-template-columns: 1fr;
    }

    .suite-media {
        height: 24rem;
    }
}

@media (max-width: 767px) {
    .logo-container {
        top: 0.95rem;
        left: 1rem;
    }

    .nav-logo {
        width: 6rem;
    }

    .menu-toggle {
        top: 0.95rem;
        right: 1rem;
        padding: 0.8rem 0.95rem;
    }

    .menu-text {
        font-size: 0.82rem;
    }

    .hero-section,
    .about-section,
    .suites-section,
    .gallery-section,
    .amenities-section,
    .booking-cta-section,
    .testimonials-section {
        padding: 5rem 0;
    }

    .hero-section {
        min-height: auto;
        padding-top: 7rem;
    }

    .cta-actions {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn,
    .reserve-btn,
    .suite-book-btn {
        width: 100%;
    }

    .hero-book-btn {
        width: auto;
        min-width: 11.75rem;
    }

    .suite-card,
    .about-panel,
    .amenities-story,
    .cta-shell,
    .testimonial-card {
        padding: 1.4rem;
    }

    .suite-media {
        height: 20rem;
    }

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

    .gallery-grid img {
        height: 12rem;
    }

    .arrow.left {
        left: 0.4rem;
    }

    .arrow.right {
        right: 0.4rem;
    }

    .lightbox .close {
        right: 1rem;
    }

    .footer-bottom {
        margin-top: 1.6rem;
        padding-inline: 1rem;
    }

    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .suite-tabs {
        gap: 0.55rem;
    }

    .tab {
        padding: 0.76rem 1.02rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 575px) {
    .section-heading h2,
    .about-panel h2,
    .amenities-story h3,
    .cta-copy h2 {
        font-size: 2.2rem;
    }

    .capacity-banner {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-book-btn {
        min-width: 10.8rem;
        padding-inline: 1.3rem;
    }

    .gallery-grid img {
        height: 10.5rem;
    }

    .side-menu {
        padding-inline: 1.2rem;
    }

    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .suite-tabs {
        gap: 0.45rem;
    }

    .tab {
        padding: 0.68rem 0.88rem;
        font-size: 0.8rem;
    }

    .whatsapp-float {
        width: 3.2rem;
        height: 3.2rem;
        right: 1rem;
        bottom: 1rem;
    }
}
