:root {
    --bg-deep: #111827;
    --bg-footer: #13100f;
    --text-dark: #1f2937;
    --text-soft: #6b7280;
    --white: #ffffff;
    --sand: #f6efe7;
    --sunset-gold: #d6ad60;
    --sunset-rose: #d18b73;
    --border-soft: rgba(255, 255, 255, 0.18);
    --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.12);
    --shadow-card: 0 18px 40px rgba(17, 24, 39, 0.10);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --transition: all 0.35s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background-color: #fffaf6;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.section-eyebrow,
.footer-brand {
    font-family: 'Cormorant Garamond', serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

section {
    position: relative;
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.section-padding {
    padding: 100px 0;
}

.section-eyebrow {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sunset-rose);
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-text {
    font-size: 1.05rem;
    color: var(--text-soft);
    max-width: 700px;
}

.btn-nav-action,
.btn-gold,
.btn-back-dashboard,
.btn-outline-light,
.hero-quick-link,
.cta-button {
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-back-dashboard {
    background: transparent;
    color: var(--text-dark);
    border: 1px solid var(--sunset-gold);
}

.btn-back-dashboard:hover {
    transform: translateY(-2px);
    background: var(--sunset-gold);
    color: var(--text-dark);
    box-shadow: 0 10px 22px rgba(184, 134, 69, 0.18);
}

.btn-back-dashboard.btn-sm {
    padding: 0.55rem 1.05rem;
}

.btn-gold {
    background: linear-gradient(135deg, #d8b56a, #b88645);
    color: #1b1b1b;
    border: none;
}

.btn-gold:hover {
    transform: translateY(-2px);
    color: #111;
    box-shadow: 0 10px 22px rgba(184, 134, 69, 0.30);
}

.btn-outline-light:hover,
.btn-nav-action:hover {
    transform: translateY(-2px);
}

.hero-home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white);
    background:
        linear-gradient(rgba(9, 15, 24, 0.42), rgba(9, 15, 24, 0.52)),
        linear-gradient(rgba(190, 120, 75, 0.18), rgba(28, 22, 20, 0.24)),
        url('../images/HotelHomePage.webp') center center / cover no-repeat;
    overflow: hidden;
}

.hero-home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 250, 246, 0) 0%, rgba(255, 250, 246, 0) 86%, rgba(255, 250, 246, 0.3) 94%, #fffaf6 100%);
    pointer-events: none;
}

.about-hero {
    min-height: 78vh;
    display: flex;
    align-items: end;
    position: relative;
    color: var(--white);
    background:
        linear-gradient(180deg, rgba(14, 17, 20, 0.18) 0%, rgba(14, 17, 20, 0.72) 100%),
        linear-gradient(120deg, rgba(156, 108, 72, 0.28) 0%, rgba(17, 24, 39, 0.2) 100%),
        url('../images/AboutUs.webp') center center / cover no-repeat;
    overflow: hidden;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 250, 246, 0) 0%, rgba(255, 250, 246, 0) 86%, rgba(255, 250, 246, 0.3) 94%, #fffaf6 100%);
    pointer-events: none;
}

.about-hero-content {
    max-width: 840px;
    padding: 220px 0 96px;
}

.about-hero-title {
    font-size: clamp(2.2rem, 5.2vw, 4.3rem);
    line-height: 1.02;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff8ee;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.about-hero-text {
    font-size: clamp(1.06rem, 1.95vw, 1.26rem);
    line-height: 1.8;
    max-width: 760px;
    color: rgba(255, 247, 235, 0.92);
    margin: 0;
    padding-left: 26px;
    border-left: 3px solid rgba(255, 241, 223, 0.82);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.about-hero-text-secondary {
    font-size: clamp(1.02rem, 1.8vw, 1.16rem);
    line-height: 1.85;
    max-width: 720px;
    color: rgba(255, 247, 235, 0.84);
    margin: 44px 0 0;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 70px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 197, 120, 0.88) 0%, rgba(245, 138, 147, 0.84) 52%, rgba(255, 225, 133, 0.88) 100%);
    border: 1px solid rgba(255, 233, 189, 0.6);
    backdrop-filter: blur(10px);
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #4e2430;
    box-shadow: 0 14px 32px rgba(192, 108, 88, 0.22);
}

.hero-title {
    font-size: clamp(3.5rem, 9vw, 7rem);
    line-height: 0.95;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
    color: #fff7ef;
    text-shadow: 0 8px 30px rgba(9, 15, 24, 0.56);
}

.hero-subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    max-width: 720px;
    color: #fff7ef;
    margin-bottom: 30px;
    text-shadow: 0 4px 22px rgba(9, 15, 24, 0.58);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-dining-btn {
    background: linear-gradient(135deg, rgba(255, 241, 246, 0.98) 0%, rgba(255, 212, 226, 0.98) 100%);
    border: 1px solid rgba(255, 201, 218, 0.98);
    color: #6e4050;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 32px rgba(145, 84, 104, 0.18);
}

.hero-dining-btn:hover {
    background: linear-gradient(135deg, rgba(255, 233, 240, 0.99) 0%, rgba(255, 198, 214, 0.99) 100%);
    border-color: rgba(255, 190, 208, 1);
    color: #5f3343;
    box-shadow: 0 16px 30px rgba(145, 84, 104, 0.22);
}

.hero-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.hero-quick-link {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    font-size: 0.95rem;
}

.hero-quick-link:hover {
    color: #1b1b1b;
    background: rgba(255, 245, 231, 0.92);
    transform: translateY(-2px);
}

.content-card,
.feature-card,
.dining-card,
.moment-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
}

.intro-image {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
    min-height: 520px;
    object-fit: cover;
    width: 100%;
}

.stats-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.about-intro-card,
.about-intro-panel {
    height: 100%;
    border-radius: var(--radius-xl);
}

.about-intro-card {
    padding: 48px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 239, 230, 0.92) 100%);
    border: 1px solid rgba(132, 96, 66, 0.1);
    box-shadow: var(--shadow-card);
}

.about-intro-card-wide {
    max-width: 100%;
}

.about-intro-card-wide .section-text {
    max-width: none;
}

.about-intro-panel {
    padding: 38px;
    background:
        linear-gradient(160deg, rgba(38, 27, 22, 0.94) 0%, rgba(87, 57, 42, 0.9) 100%),
        url('../images/Sustainability.webp') center center / cover no-repeat;
    box-shadow: var(--shadow-soft);
}

.about-value-grid {
    display: grid;
    gap: 32px;
}

.about-values-section {
    padding-top: 48px;
}

.about-page + .site-footer {
    margin-top: 0;
}

.about-value-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
}

.about-value-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
}

.about-experience-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    height: 100%;
    padding: 24px;
    background: linear-gradient(180deg, #f6eee5 0%, #ecd8c7 100%);
}

.about-experience-image {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 38px rgba(56, 34, 23, 0.14);
}

.about-experience-image-primary {
    min-height: 320px;
    object-fit: cover;
}

.about-experience-image-secondary {
    min-height: 260px;
    object-fit: cover;
    object-position: center 68%;
    aspect-ratio: 16 / 9;
}

.about-value-card:first-child .about-value-image {
    object-position: 72% center;
}

.about-value-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 48px;
}

.about-value-body h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    margin-bottom: 18px;
}

.about-value-body p {
    color: var(--text-soft);
    font-size: 1.02rem;
    margin-bottom: 14px;
}

.stat-box {
    padding: 22px 18px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.stat-box h3 {
    font-size: 2rem;
    margin-bottom: 4px;
}

.stat-box p {
    color: var(--text-soft);
    margin: 0;
    font-size: 0.95rem;
}

.feature-card {
    padding: 20px;
    height: 100%;
}

.feature-card img {
    border-radius: var(--radius-lg);
    height: 290px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.feature-card h3,
.dining-card h3,
.moment-card h3 {
    font-size: 2rem;
    margin-bottom: 8px;
}

.feature-card p,
.dining-card p,
.moment-card p {
    color: var(--text-soft);
}

.section-soft {
    background: linear-gradient(180deg, #fffaf6 0%, #f8efe6 100%);
}

.dining-card {
    overflow: hidden;
    height: 100%;
}

.dining-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.dining-card-body {
    padding: 28px;
}

.badge-soft {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f5e3d7;
    color: #8f5d47;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.moment-card {
    padding: 28px;
    height: 100%;
}

.moment-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f3ddc9, #f0caa8);
    color: #7b5138;
    font-size: 1.3rem;
    margin-bottom: 18px;
}

.cta-section {
    background:
        linear-gradient(rgba(20, 18, 18, 0.55), rgba(20, 18, 18, 0.60)),
        url('../images/DiscoverMore.webp') center center / cover no-repeat;
    color: var(--white);
    border-radius: var(--radius-xl);
    padding: 80px 30px;
    box-shadow: var(--shadow-soft);
}

.cta-section .section-text {
    color: rgba(255, 255, 255, 0.86);
}

.cta-button {
    background: var(--white);
    color: #1f2937;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    color: #111827;
}

.site-footer {
    background: linear-gradient(180deg, #141110 0%, #0d0b0c 100%);
    color: rgba(255, 245, 236, 0.88);
    padding: 5rem 0 2rem;
    margin-top: 5rem;
}

.footer-shell {
    padding: 0 0.5rem;
}

.footer-eyebrow {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #d9b38c;
}

.footer-brand {
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff7ef;
    margin-bottom: 1rem;
    line-height: 1.05;
}

.footer-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff3e8;
    margin-bottom: 1rem;
}

.footer-text,
.footer-copy,
.footer-contact li,
.footer-contact a {
    color: rgba(255, 245, 236, 0.74);
    line-height: 1.8;
}

.footer-intro {
    max-width: 24rem;
    margin-bottom: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.8rem;
}

.site-footer .footer-links a,
.site-footer .footer-contact a {
    color: rgba(255, 245, 236, 0.74);
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.site-footer .footer-links a:visited,
.site-footer .footer-contact a:visited {
    color: rgba(255, 245, 236, 0.74);
}

.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
    color: #d9b38c;
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 245, 236, 0.08);
    margin: 2.5rem 0 1.5rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-copy {
    font-size: 0.92rem;
    margin: 0;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 4rem 0 2rem;
    }

    .footer-brand {
        font-size: 1.6rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 0;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.58);
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    border-color: #d9b38c;
    color: #d9b38c;
    background: rgba(214, 173, 96, 0.1);
    transform: translateY(-2px);
}

.footer-links a {
    position: relative;
    padding-left: 0;
    transition: all 0.28s ease;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background: #d9b38c;
    opacity: 0;
    transition: all 0.28s ease;
}

.footer-links a:hover {
    padding-left: 14px;
}

.footer-links a:hover::before {
    opacity: 1;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.91rem;
    color: rgba(255, 245, 236, 0.74);
    line-height: 1.6;
}

.footer-contact-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: #d9b38c;
    opacity: 0.85;
}

.footer-contact-row a {
    color: rgba(255, 245, 236, 0.74);
    transition: color 0.25s ease;
}

.footer-contact-row a:hover {
    color: #d9b38c;
}

.footer-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid rgba(217, 179, 140, 0.5);
    color: #d9b38c;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
    background: rgba(214, 173, 96, 0.06);
}

.footer-book-btn:hover {
    background: rgba(214, 173, 96, 0.16);
    border-color: #d9b38c;
    color: #f8e4a8;
    transform: translateY(-2px);
}

}.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero-home {
        min-height: 92vh;
    }

    .about-hero {
        min-height: 70vh;
        background-position: center top;
    }

    .about-hero-content {
        padding: 185px 0 78px;
    }

    .intro-image {
        min-height: 380px;
    }

    .about-intro-card,
    .about-intro-panel,
    .about-value-body {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 75px 0;
    }

    .hero-content {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .hero-title {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .about-hero-content {
        padding: 160px 0 68px;
    }

    .about-hero-title {
        font-size: clamp(2.4rem, 10vw, 3.35rem);
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-actions,
    .hero-quick-links {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions a,
    .hero-quick-links a {
        text-align: center;
    }

    .stats-wrap {
        grid-template-columns: 1fr;
    }

    .about-intro-card,
    .about-intro-panel,
    .about-value-body {
        padding: 26px;
    }

    .about-value-image {
        min-height: 280px;
    }

    .about-experience-gallery {
        padding: 18px;
    }

    .about-experience-image-primary {
        min-height: 240px;
    }

    .about-experience-image-secondary {
        min-height: 220px;
    }

    .feature-card img,
    .dining-card img {
        height: 240px;
    }

    .cta-section {
        padding: 60px 22px;
    }
}

.voice-nav {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.voice-nav-toast,
.voice-nav-button {
    pointer-events: auto;
}

.voice-nav-toast {
    max-width: min(320px, calc(100vw - 32px));
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(20, 17, 15, 0.92);
    color: #fff7ef;
    font-size: 0.95rem;
    line-height: 1.5;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.voice-nav-button {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d8b56a, #b88645);
    color: #1a1714;
    box-shadow: 0 18px 38px rgba(112, 76, 32, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.voice-nav-button:hover,
.voice-nav-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(112, 76, 32, 0.34);
}

.voice-nav-button:focus-visible {
    outline: 3px solid rgba(255, 240, 210, 0.9);
    outline-offset: 3px;
}

.voice-nav-button.is-listening {
    background: linear-gradient(135deg, #f29d7a, #d56b5d);
    color: #fffaf4;
    animation: voice-nav-pulse 1.4s ease-in-out infinite;
}

.voice-nav-button.is-busy {
    background: linear-gradient(135deg, #c8b7a1, #8f7d6b);
    color: #fffaf4;
}

.voice-nav-button.is-unsupported {
    background: linear-gradient(135deg, #c7c1b8, #a79e93);
    color: #433a33;
    opacity: 0.92;
}

.voice-nav-icon {
    width: 24px;
    height: 24px;
}

@keyframes voice-nav-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 18px 38px rgba(213, 107, 93, 0.30);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 22px 44px rgba(213, 107, 93, 0.42);
    }
}

@media (max-width: 767.98px) {
    .voice-nav {
        right: 16px;
        bottom: 16px;
    }

    .voice-nav-button {
        width: 54px;
        height: 54px;
    }

    .voice-nav-toast {
        max-width: min(280px, calc(100vw - 24px));
        font-size: 0.92rem;
    }
}
