:root {
    --casfx-green: #008837;
    --casfx-green-dark: #006b2b;
    --casfx-green-deep: #054d22;
    --casfx-green-soft: #e8f4ec;
    --casfx-gold: #fbb04b;
    --casfx-gold-dark: #d4922e;
    --casfx-ink: #1c2a22;
    --casfx-muted: #5b675f;
    --casfx-line: #dce6df;
    --casfx-bg: #f6f8f5;
    --casfx-white: #ffffff;
    --casfx-shadow: 0 18px 40px rgba(5, 77, 34, 0.1);
    --casfx-radius: 18px;
    --primary: #008837;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    color: var(--casfx-ink);
    background: var(--casfx-white);
    font-size: 17px;
    line-height: 1.7;
}

p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--casfx-muted);
    white-space: normal;
}

h1, h2, h3, h4, h5, .section-heading, .hero-copy h2, .navbar-brand {
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: -0.02em;
    color: var(--casfx-ink);
}

.btn {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 999px;
    padding: 0.7rem 1.35rem;
}

.btn-primary,
.btn.btn-primary {
    background: var(--casfx-green);
    border-color: var(--casfx-green);
    color: #fff;
}

.btn-primary:hover,
.btn.btn-primary:hover {
    background: var(--casfx-green-dark);
    border-color: var(--casfx-green-dark);
    color: #fff;
}

.btn-outline-primary,
.btn.btn-outline-primary {
    color: var(--casfx-green-dark);
    border-color: var(--casfx-green);
    background: transparent;
}

.btn-outline-primary:hover,
.btn.btn-outline-primary:hover {
    background: var(--casfx-green);
    border-color: var(--casfx-green);
    color: #fff;
}

.btn-gold {
    background: var(--casfx-gold);
    border: 0;
    color: var(--casfx-ink);
}

.btn-gold:hover {
    background: var(--casfx-gold-dark);
    color: var(--casfx-ink);
}

/* Topbar + navbar */
.casfx-topbar {
    background: var(--casfx-green);
    color: #fff;
    font-size: 0.92rem;
}

.casfx-topbar a {
    color: #fff;
    text-decoration: none;
}

.casfx-topbar a:hover {
    color: var(--casfx-gold);
}

.navbar.navbar-light.sticky-top {
    top: 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(5, 77, 34, 0.06);
    z-index: 1030;
    padding-right: 8px;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--casfx-ink) !important;
    font-size: 0.86rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 18px 10px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--casfx-green) !important;
}

.navbar .btn-book {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    height: auto !important;
    margin: 12px 24px 12px 8px;
    padding: 12px 22px !important;
    background: var(--casfx-gold) !important;
    border: 0;
    color: var(--casfx-ink) !important;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.navbar .btn-book:hover {
    background: var(--casfx-gold-dark) !important;
}

/* Hero */
.hero-wrap {
    position: relative;
    margin: 0 0 1.5rem;
}

.hero-wrap .header-carousel,
.hero-wrap .owl-stage-outer,
.hero-wrap .owl-item,
.hero-wrap .owl-carousel-item,
.hero-slide {
    height: min(78vh, 680px);
}

.hero-slide {
    position: relative;
    overflow: hidden;
    background: var(--casfx-green-deep);
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 30, 16, 0.18) 0%, rgba(5, 30, 16, 0.55) 55%, rgba(5, 30, 16, 0.78) 100%);
}

.hero-copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 8vh 8vw 12vh;
    max-width: 920px;
    z-index: 2;
}

.hero-copy .btn {
    width: auto;
}

.hero-copy .eyebrow {
    color: var(--casfx-gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.hero-copy h2 {
    color: #fff;
    font-size: clamp(2.1rem, 4.6vw, 4.2rem);
    line-height: 1.12;
    font-weight: 600;
    margin-bottom: 1.1rem;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.header-carousel .owl-nav,
.header-carousel .owl-dots {
    z-index: 3;
}

.header-carousel .owl-nav {
    width: auto;
    left: auto;
    right: 4vw;
    bottom: 28px;
    transform: none;
    gap: 8px;
}

.header-carousel .owl-dots {
    left: 8vw;
    transform: none;
    justify-content: flex-start;
}

/* Sections */
.section-block {
    padding: 4.5rem 0;
}

.section-kicker {
    display: inline-block;
    color: var(--casfx-green);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.section-heading {
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.section-heading:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 0;
    background: var(--casfx-gold);
    border-radius: 99px;
}

.section-heading.text-start:after,
.section-title.text-start .section-heading:after {
    margin-left: 0;
}

.section-lead {
    max-width: 720px;
    margin: 0 auto 2.2rem;
    color: var(--casfx-muted);
}

.welcome-band {
    background: linear-gradient(135deg, var(--casfx-green) 0%, var(--casfx-green-deep) 100%);
    color: #fff;
    padding: 5rem 1.25rem;
    border-radius: 0;
    margin: 0;
}

.welcome-band h1,
.welcome-band p {
    color: #fff;
}

.welcome-band p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.12rem;
    line-height: 1.85;
    opacity: 0.96;
}

.welcome-band .section-heading:after {
    background: var(--casfx-gold);
}

/* Cards */
.site-card {
    background: #fff;
    border: 1px solid var(--casfx-line);
    border-radius: var(--casfx-radius);
    overflow: hidden;
    height: 100%;
    box-shadow: var(--casfx-shadow);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.site-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(5, 77, 34, 0.16);
}

.site-card img.cover,
.site-card .cover-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.site-card .card-body-pad {
    padding: 1.35rem 1.4rem 1.5rem;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.price-row strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.85rem;
    color: var(--casfx-green-dark);
}

.badge-gold {
    background: var(--casfx-gold);
    color: var(--casfx-ink);
    font-weight: 700;
    border-radius: 999px;
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}

.action-row .btn {
    width: 100%;
}

.facilities-band {
    background: var(--casfx-bg);
}

.facility-card h4 {
    color: var(--casfx-green-dark);
    font-size: 1.35rem;
}

.split-feature {
    background: var(--casfx-bg);
    overflow: hidden;
}

.split-feature .copy {
    padding: 3.5rem 7%;
}

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

.btn-outline-light {
    border-color: rgba(255,255,255,0.75);
    color: #fff;
}

.btn-outline-light:hover {
    background: #fff;
    color: var(--casfx-green-dark);
}

.site-main {
    overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--casfx-green) !important;
    box-shadow: inset 0 -3px 0 var(--casfx-gold);
}

.page-hero {
    position: relative;
    min-height: min(46vh, 420px);
    display: flex;
    align-items: flex-end;
    background-color: var(--casfx-green-deep);
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 30, 16, 0.2) 0%, rgba(5, 30, 16, 0.78) 100%);
}

.page-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 4.2rem 8vw 3.2rem;
    max-width: 980px;
}

.page-hero .eyebrow {
    color: var(--casfx-gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 1.08;
    font-weight: 600;
    margin: 0 0 0.65rem;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.page-hero-lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
    margin-bottom: 0.85rem;
}

.page-crumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}

.page-crumb a {
    color: var(--casfx-gold);
    text-decoration: none;
    font-weight: 600;
}

.page-crumb a:hover {
    color: #fff;
}

.page-shell {
    padding: 3.5rem 0 5rem;
}

.contact-panel {
    background: #fff;
    border: 1px solid var(--casfx-line);
    border-radius: var(--casfx-radius);
    box-shadow: var(--casfx-shadow);
    padding: 2rem;
    height: 100%;
}

.contact-panel h2,
.contact-panel h3 {
    color: var(--casfx-green-dark);
}

.contact-panel a {
    color: var(--casfx-green);
    text-decoration: none;
}

.contact-panel li {
    margin-bottom: 0.45rem;
}

.media-band {
    padding: 4rem 0 5rem;
}

.media-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--casfx-shadow);
    background: #000;
}

.media-frame iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.footer h4 {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
}

.footer p {
    color: rgba(255,255,255,0.88);
}

/* Scroll reveal */
.js-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.js-reveal.is-inview {
    opacity: 1;
    transform: translateY(0);
}

.room-grid .portfolio-item,
.blog-grid .portfolio-item,
.facility-grid > [class*="col-"] {
    min-height: 0;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0 !important;
    }

    .hero-wrap .header-carousel,
    .hero-wrap .owl-stage-outer,
    .hero-wrap .owl-item,
    .hero-wrap .owl-carousel-item,
    .hero-slide {
        height: min(68vh, 560px);
    }

    .hero-copy {
        padding: 6vh 6vw 14vh;
    }

    .split-feature .copy {
        padding: 2.2rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .hero-slide img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.room-page {
    background: var(--casfx-bg);
    padding: 1.6rem 0 4.5rem;
}

.room-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--casfx-green-dark);
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 1.2rem;
}

.room-back:hover { color: var(--casfx-green); }

.room-stage {
    border-radius: 22px;
    overflow: hidden;
    background: #e7eee9;
    box-shadow: var(--casfx-shadow);
    min-height: 360px;
}

.room-stage img {
    width: 100%;
    height: min(62vh, 520px);
    object-fit: cover;
    display: block;
}

.room-thumbs {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-top: 0.9rem;
}

.room-thumb {
    width: 78px;
    height: 64px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.room-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.room-thumb.is-active {
    border-color: var(--casfx-gold);
    box-shadow: 0 0 0 2px rgba(251, 176, 75, 0.25);
}

.room-book-card {
    background: #fff;
    border-radius: 22px;
    padding: 1.7rem 1.6rem 1.5rem;
    box-shadow: var(--casfx-shadow);
}

.room-book-card h1 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    margin-bottom: 1rem;
    color: var(--casfx-green-dark);
}

.room-rate {
    background: #f4f7f4;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
}

.room-rate span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--casfx-muted);
}

.room-rate strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.2rem;
    color: var(--casfx-ink);
    margin-right: 0.25rem;
}

.room-rate small { color: var(--casfx-muted); }
.room-rate p,
.room-book-note,
.room-meta {
    color: var(--casfx-muted);
    margin: 0.45rem 0 0;
    font-size: 0.95rem;
}

.room-book-btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    padding: 0.95rem 1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.room-about {
    background: #eef4ef;
    border-radius: 20px;
    padding: 1.6rem 1.7rem;
    margin: 2.2rem 0 2rem;
}

.room-about h2,
.room-amenities-title {
    color: var(--casfx-green-dark);
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
}

.room-about p { margin-bottom: 0.6rem; }

.amenity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.amenity-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid var(--casfx-line);
    border-radius: 12px;
    padding: 0.7rem 1rem;
    color: var(--casfx-ink);
    min-width: 160px;
}

.amenity-chip i { color: var(--casfx-green); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .js-reveal,
    .site-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
