:root {
    --color-ink: #17202a;
    --color-body: #4b5563;
    --color-muted: #f4f7f5;
    --color-line: #dde5df;
    --color-surface: #ffffff;
    --color-teal: #0f766e;
    --color-teal-dark: #0b5f59;
    --color-gold: #c9822b;
    --color-gold-soft: #fff4e4;
    --color-footer: #243128;
    --shadow-soft: 0 18px 45px rgba(23, 32, 42, 0.12);
    --radius: 8px;
    --content-wide: 1180px;
    --content: 1080px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--color-surface);
    color: var(--color-body);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

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

a {
    color: inherit;
}

.skip-link {
    background: var(--color-ink);
    color: #ffffff;
    left: 16px;
    padding: 10px 14px;
    position: absolute;
    top: -60px;
    z-index: 50;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(221, 229, 223, 0.9);
    position: sticky;
    top: 0;
    z-index: 30;
}

.site-header-inner {
    align-items: center;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--content-wide);
    min-height: 78px;
    padding: 10px 22px;
}

.brand {
    align-items: center;
    color: var(--color-ink);
    display: inline-flex;
    gap: 12px;
    min-width: 220px;
    text-decoration: none;
}

.brand img {
    height: 54px;
    object-fit: contain;
    width: 86px;
}

.brand strong {
    display: block;
    font-size: 17px;
    line-height: 1.15;
}

.brand small {
    color: var(--color-gold);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 2px;
}

.desktop-nav {
    align-items: center;
    display: flex;
    gap: 4px;
}

.desktop-nav a {
    border-radius: var(--radius);
    color: #334155;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 13px;
    text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus,
.desktop-nav a[aria-current="page"] {
    background: var(--color-gold-soft);
    color: var(--color-ink);
}

.header-cta,
.mobile-book,
.button,
.footer-book,
.sonali-room-book-now-button {
    align-items: center;
    border-radius: var(--radius);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    text-decoration: none;
}

.header-cta,
.button-primary,
.footer-book,
.sonali-room-book-now-button {
    background: var(--color-teal);
    border: 1px solid var(--color-teal);
    color: #ffffff !important;
}

.header-cta {
    font-size: 14px;
    padding: 11px 17px;
    white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus,
.button-primary:hover,
.button-primary:focus,
.footer-book:hover,
.footer-book:focus,
.sonali-room-book-now-button:hover,
.sonali-room-book-now-button:focus {
    background: var(--color-teal-dark);
    border-color: var(--color-teal-dark);
    color: #ffffff !important;
}

.mobile-nav {
    display: none;
    position: relative;
}

.mobile-nav summary {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    color: var(--color-ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    padding: 10px 13px;
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav nav {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 4px;
    min-width: 220px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
}

.mobile-nav a {
    border-radius: var(--radius);
    color: var(--color-ink);
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
}

.mobile-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a:focus {
    background: var(--color-gold-soft);
}

.mobile-book {
    background: var(--color-teal);
    color: #ffffff !important;
    margin-top: 4px;
}

.hero,
.page-hero {
    background:
        linear-gradient(90deg, rgba(14, 21, 18, 0.76), rgba(14, 21, 18, 0.42), rgba(14, 21, 18, 0.14)),
        var(--hero-image) center / cover no-repeat;
    color: #ffffff;
    position: relative;
}

.hero {
    min-height: clamp(520px, 72svh, 680px);
}

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

.hero-inner,
.page-hero-inner {
    margin: 0 auto;
    max-width: var(--content-wide);
    padding: 92px 22px;
}

.hero-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(520px, 72svh, 680px);
}

.page-hero-inner {
    padding-bottom: 86px;
    padding-top: 96px;
}

.section-eyebrow,
.sonali-faq-eyebrow,
.sonali-seo-copy-eyebrow,
.sonali-keyword-subfooter-heading p,
.room-card-kicker {
    color: var(--color-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hero .section-eyebrow,
.page-hero .section-eyebrow {
    color: #f7c982;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--color-ink);
}

.hero h1,
.page-hero h1 {
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 62px;
    line-height: 1.04;
    margin: 0 0 18px;
    max-width: 760px;
}

.page-hero h1 {
    font-size: 52px;
}

.hero-copy,
.page-hero p:not(.section-eyebrow) {
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 680px;
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    font-size: 15px;
    padding: 12px 18px;
}

.button-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--color-ink);
}

.button-light:hover,
.button-light:focus {
    background: var(--color-gold-soft);
    border-color: var(--color-gold-soft);
}

.button-secondary {
    background: transparent;
    border: 1px solid var(--color-line);
    color: var(--color-ink);
}

.button-secondary:hover,
.button-secondary:focus {
    background: var(--color-gold-soft);
    border-color: #efd3ad;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
}

.hero-facts li {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius);
    padding: 15px 18px;
    min-width: 150px;
}

.hero-facts strong,
.hero-facts span {
    display: block;
}

.hero-facts strong {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.1;
}

.hero-facts span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin-top: 3px;
}

.booking-strip,
.split-band,
.location-band {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--content-wide);
    padding: 28px 22px;
}

.booking-strip {
    background: #ffffff;
    border-bottom: 1px solid var(--color-line);
    box-shadow: 0 10px 28px rgba(23, 32, 42, 0.07);
}

.booking-strip h2,
.split-band h2,
.location-band h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 0;
}

.section {
    margin: 0 auto;
    max-width: var(--content-wide);
    padding: 72px 22px;
}

.section-muted {
    background: var(--color-muted);
    max-width: none;
    padding-left: max(22px, calc((100% - var(--content-wide)) / 2 + 22px));
    padding-right: max(22px, calc((100% - var(--content-wide)) / 2 + 22px));
}

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

.section-heading h2,
.section-copy h2,
.sonali-seo-copy-title,
.sonali-faq-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-heading p:not(.section-eyebrow),
.section-copy p,
.contact-panel p {
    color: var(--color-body);
    font-size: 17px;
}

.two-column {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.image-panel {
    border-radius: var(--radius);
    min-height: 360px;
    overflow: hidden;
}

.image-panel img {
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    width: 100%;
}

.text-link {
    color: var(--color-teal);
    font-weight: 800;
    text-decoration: none;
}

.text-link:hover,
.text-link:focus {
    color: var(--color-teal-dark);
    text-decoration: underline;
}

.stat-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
}

.stat-row div {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: 18px;
}

.stat-row strong,
.stat-row span {
    display: block;
}

.stat-row strong {
    color: var(--color-teal);
    font-size: 25px;
    line-height: 1.1;
}

.stat-row span {
    color: var(--color-body);
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px;
}

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

.room-grid-featured {
    max-width: var(--content-wide);
    margin: 0 auto;
}

.room-card {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(23, 32, 42, 0.07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.room-card-image {
    aspect-ratio: 4 / 3;
    background: var(--color-muted);
    display: block;
    overflow: hidden;
}

.room-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
    width: 100%;
}

.room-card:hover .room-card-image img {
    transform: scale(1.035);
}

.room-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.room-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.room-card p {
    color: var(--color-body);
}

.room-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 2px 0 22px;
    padding: 0;
}

.room-tags li {
    background: var(--color-gold-soft);
    border-radius: 999px;
    color: #78501c;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
}

.room-card-footer {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: auto;
}

.room-price {
    color: var(--color-ink) !important;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.room-price span,
.room-price small {
    color: var(--color-body);
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.sonali-room-book-now {
    display: flex;
    justify-content: flex-start;
}

.sonali-room-book-now-button {
    font-size: 14px;
    min-height: 40px;
    padding: 10px 15px;
    white-space: nowrap;
}

.section-action {
    margin-top: 32px;
    text-align: center;
}

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

.feature-grid article,
.contact-cards article {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: 24px;
}

.feature-grid h3,
.contact-cards h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.feature-grid p,
.contact-cards p {
    margin-bottom: 0;
}

.location-band,
.split-band {
    background: var(--color-footer);
    color: #ffffff;
    max-width: none;
    padding-left: max(22px, calc((100% - var(--content-wide)) / 2 + 22px));
    padding-right: max(22px, calc((100% - var(--content-wide)) / 2 + 22px));
}

.location-band h2,
.location-band p,
.split-band h2,
.split-band p {
    color: #ffffff;
}

.location-band p,
.split-band p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
    max-width: 720px;
}

.amenity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.amenity-list span {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    color: var(--color-ink);
    font-weight: 700;
    padding: 12px 15px;
}

.contact-section {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.contact-panel {
    background: var(--color-muted);
    border-radius: var(--radius);
    padding: 34px;
}

.contact-panel h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    line-height: 1.15;
}

.contact-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-cards a {
    color: var(--color-teal);
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-cards a:hover,
.contact-cards a:focus {
    text-decoration: underline;
}

.map-section {
    height: 440px;
    overflow: hidden;
}

.map-section iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.sonali-seo-copy,
.sonali-faq-section {
    background: #ffffff;
    padding: 72px 22px;
}

.sonali-seo-copy-inner,
.sonali-faq-inner {
    margin: 0 auto;
    max-width: var(--content);
}

.sonali-seo-copy-intro {
    color: var(--color-body);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 900px;
}

.sonali-seo-copy-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sonali-seo-copy-card {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: 24px;
}

.sonali-seo-copy-card h3,
.sonali-faq-question {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.sonali-seo-copy-card p,
.sonali-faq-answer {
    color: var(--color-body);
    margin-bottom: 14px;
}

.sonali-seo-copy-card p:last-child,
.sonali-faq-answer {
    margin-bottom: 0;
}

.sonali-faq-section {
    background: var(--color-muted);
}

.sonali-faq-list {
    display: grid;
    gap: 14px;
}

.sonali-faq-item {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: 24px;
}

.sonali-keyword-subfooter {
    background: #f7faf8;
    border-top: 1px solid var(--color-line);
    padding: 50px 22px;
}

.sonali-keyword-subfooter-inner {
    margin: 0 auto;
    max-width: var(--content-wide);
}

.sonali-keyword-subfooter-heading {
    margin-bottom: 24px;
    max-width: 820px;
}

.sonali-keyword-subfooter-heading h2 {
    color: var(--color-ink);
    font-size: 28px;
    line-height: 1.25;
    margin: 0;
}

.sonali-keyword-groups {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sonali-keyword-group h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.sonali-keyword-group ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sonali-keyword-group a {
    background: #ffffff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    color: var(--color-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 8px 10px;
    text-decoration: none;
}

.sonali-keyword-group a:hover,
.sonali-keyword-group a:focus {
    background: var(--color-gold-soft);
    border-color: #efd3ad;
}

.site-footer {
    background: var(--color-footer);
    color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
    display: grid;
    gap: 36px;
    grid-template-columns: 1.5fr 0.75fr 1fr;
    margin: 0 auto;
    max-width: var(--content-wide);
    padding: 58px 22px 36px;
}

.site-footer h2,
.site-footer h3 {
    color: #ffffff;
}

.site-footer h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    margin-bottom: 10px;
}

.site-footer h3 {
    font-size: 17px;
    margin-bottom: 14px;
}

.footer-brand p {
    max-width: 460px;
}

.footer-book {
    margin-top: 10px;
    padding: 11px 16px;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 8px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin: 0 auto;
    max-width: var(--content-wide);
    padding: 18px 22px 24px;
}

.footer-bottom p {
    margin: 0;
}

.floating-contact {
    bottom: 18px;
    display: grid;
    gap: 10px;
    position: fixed;
    right: 18px;
    z-index: 35;
}

.floating-contact-button {
    align-items: center;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(23, 32, 42, 0.2);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    height: 56px;
    padding: 0;
    text-decoration: none;
    width: 56px;
}

.floating-contact-button:hover,
.floating-contact-button:focus {
    color: #ffffff;
    transform: translateY(-1px);
}

.floating-contact-icon {
    fill: currentColor;
    height: 27px;
    width: 27px;
}

.floating-contact-label {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.floating-contact-whatsapp {
    background: #1f8f4d;
}

.floating-contact-whatsapp:hover,
.floating-contact-whatsapp:focus {
    background: #176f3b;
}

.floating-contact-call {
    background: var(--color-ink);
}

.floating-contact-call:hover,
.floating-contact-call:focus {
    background: var(--color-teal-dark);
}

@media (max-width: 1024px) {
    .desktop-nav,
    .header-cta {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .room-grid,
    .feature-grid,
    .sonali-keyword-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .two-column,
    .contact-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .site-header-inner {
        min-height: 70px;
        padding: 8px 16px;
    }

    .brand {
        min-width: 0;
    }

    .brand img {
        height: 46px;
        width: 72px;
    }

    .brand strong {
        font-size: 15px;
    }

    .brand small {
        font-size: 12px;
    }

    .hero,
    .hero-inner {
        min-height: 540px;
    }

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

    .hero-inner,
    .page-hero-inner {
        padding: 64px 18px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 40px;
    }

    .hero-copy,
    .page-hero p:not(.section-eyebrow) {
        font-size: 17px;
    }

    .hero-facts,
    .booking-strip,
    .split-band,
    .location-band,
    .room-card-footer,
    .contact-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-facts li {
        min-width: 0;
    }

    .booking-strip,
    .split-band,
    .location-band,
    .section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section,
    .sonali-seo-copy,
    .sonali-faq-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .section-heading {
        text-align: left;
    }

    .section-heading h2,
    .section-copy h2,
    .sonali-seo-copy-title,
    .sonali-faq-title,
    .contact-panel h2 {
        font-size: 31px;
    }

    .booking-strip h2,
    .split-band h2,
    .location-band h2 {
        font-size: 24px;
    }

    .room-grid,
    .feature-grid,
    .sonali-seo-copy-grid,
    .sonali-keyword-groups,
    .footer-inner,
    .contact-cards,
    .stat-row {
        grid-template-columns: 1fr;
    }

    .image-panel,
    .image-panel img {
        min-height: 260px;
    }

    .contact-panel {
        padding: 24px;
    }

    .map-section {
        height: 340px;
    }

    .footer-inner {
        padding-top: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .room-card-image img {
        transition: none;
    }
}
