:root {
    --forest: #0c3328;
    --forest-2: #164a3c;
    --gold: #c4a35a;
    --gold-2: #e0c27a;
    --cream: #f6f1e8;
    --sand: #efe6d6;
    --ink: #1a1714;
    --muted: #6f675d;
    --line: rgba(196, 163, 90, .28);
    --white: #fffcf7;
}

html { scroll-behavior: smooth; }
body {
    font-family: 'Outfit', system-ui, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
}
.serif, h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; }
h1 { letter-spacing: -.02em; }
img { max-width: 100%; }
a { text-decoration: none; }

.topbar-pub {
    background: #071c16;
    color: #d8cfc2;
    font-size: .78rem;
    letter-spacing: .04em;
    padding: .45rem 0;
}
.topbar-pub a { color: var(--gold); }
.topbar-pub .sep { opacity: .35; margin: 0 .7rem; }

.pub-nav {
    position: absolute;
    top: 34px; left: 0; right: 0;
    z-index: 30;
    padding: .85rem 0;
    transition: background .25s ease, box-shadow .25s ease, top .25s ease;
}
.pub-nav.solid,
.pub-nav.scrolled {
    position: sticky;
    top: 0;
    background: rgba(12, 51, 40, .96);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.pub-nav.solid { top: 0; }
.navbar-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #fff !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    font-weight: 700;
}
.navbar-brand img { width: 40px; height: 40px; }
.navbar-brand small {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: .62rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-top: -.15rem;
}
.pub-nav .nav-link {
    color: rgba(255,255,255,.86) !important;
    font-size: .84rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .5rem .7rem !important;
}
.pub-nav .nav-link:hover,
.pub-nav .nav-link.active { color: var(--gold) !important; }
.navbar-toggler { border-color: rgba(255,255,255,.3); }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-gold {
    background: linear-gradient(180deg, #d4b56a, #c4a35a);
    color: #1c1917;
    border: 0;
    font-weight: 600;
    letter-spacing: .04em;
    padding: .8rem 1.5rem;
    border-radius: 2px;
}
.btn-gold:hover { background: var(--gold-2); color: #000; }
.btn-forest {
    background: var(--forest);
    color: #fff;
    border: 0;
    font-weight: 600;
    padding: .8rem 1.5rem;
    border-radius: 2px;
}
.btn-forest:hover { background: var(--forest-2); color: #fff; }
.btn-outline-cream {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    padding: .8rem 1.5rem;
    border-radius: 2px;
    background: transparent;
}
.btn-outline-cream:hover { background: #fff; color: var(--forest); }

.hero {
    min-height: calc(100vh - 34px);
    background:
        linear-gradient(180deg, rgba(7,28,22,.35) 0%, rgba(7,18,14,.78) 100%),
        url('https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 8rem 0 5.5rem;
    position: relative;
}
.hero .kicker {
    color: var(--gold);
    letter-spacing: .28em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 600;
}
.hero h1 {
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: .95;
    font-weight: 600;
    max-width: 14ch;
}
.hero .lead {
    font-size: 1.15rem;
    font-weight: 300;
    max-width: 36rem;
    color: rgba(255,255,255,.88);
}
.scroll-hint {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-size: .7rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.page-hero {
    background:
        linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
    color: #fff;
    padding: 7.5rem 0 3.2rem;
}
.page-hero.hero-rooms {
    background-image: linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1611892440504-42a792e24d32?auto=format&fit=crop&w=1800&q=80');
}
.page-hero.hero-rest {
    background-image: linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=80');
}
.page-hero.hero-menu {
    background-image: linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=1800&q=80');
}
.page-hero.hero-book {
    background-image: linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1800&q=80');
}
.page-hero.hero-contact {
    background-image: linear-gradient(180deg, rgba(7,28,22,.55), rgba(7,18,14,.78)),
        url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1800&q=80');
}
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: .4rem; }
.crumbs { color: rgba(255,255,255,.65); font-size: .85rem; }
.crumbs a { color: var(--gold); }

.section { padding: 5.5rem 0; }
.section-cream { background: var(--cream); }
.section-forest { background: var(--forest); color: #f3ece2; }
.kicker {
    color: var(--gold);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.section h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); margin-bottom: 1rem; }
.gold-line {
    width: 52px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    margin-bottom: 1rem;
}

.stat-row { margin-top: -3.2rem; position: relative; z-index: 5; }
.stat-box {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 1.6rem 1.2rem;
    text-align: center;
    box-shadow: 0 18px 40px rgba(13,59,46,.08);
}
.stat-box .n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: var(--forest);
    display: block;
}
.stat-box .l { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.amenity {
    text-align: center;
    padding: 1.4rem .8rem;
}
.amenity i {
    font-size: 1.5rem;
    color: var(--gold);
    display: block;
    margin-bottom: .6rem;
}
.amenity strong { display: block; font-size: .95rem; }
.amenity span { color: var(--muted); font-size: .82rem; }

.room-card {
    background: #fff;
    overflow: hidden;
    border: 1px solid var(--line);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.room-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(13,59,46,.12); }
.room-card .media { position: relative; overflow: hidden; height: 240px; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.room-card:hover img { transform: scale(1.06); }
.room-card .tag {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(12,51,40,.88);
    color: #fff;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .35rem .65rem;
}
.room-card .body { padding: 1.25rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.price { color: var(--forest); font-weight: 600; }
.price small { color: var(--muted); font-weight: 400; }

.menu-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 1.1rem 1.2rem;
    height: 100%;
}
.menu-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .6rem 1rem;
    align-items: baseline;
    padding: .85rem 0;
    border-bottom: 1px dashed var(--line);
}
.menu-row .dots {
    border-bottom: 1px dotted rgba(111,103,93,.35);
    height: .7em;
    align-self: end;
}

.split-img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.gallery img { width: 100%; height: 180px; object-fit: cover; }
.gallery .g-lg { grid-column: span 2; grid-row: span 2; }
.gallery .g-lg img { height: 370px; }

.quote {
    background: #fff;
    border-left: 3px solid var(--gold);
    padding: 1.5rem 1.4rem;
    height: 100%;
}
.quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-style: italic; }
.quote .who { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.cta-band {
    background:
        linear-gradient(90deg, rgba(12,51,40,.9), rgba(12,51,40,.72)),
        url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1800&q=80') center/cover;
    color: #fff;
    padding: 4.5rem 0;
    text-align: center;
}

.info-tile {
    background: var(--cream);
    padding: 1.4rem;
    height: 100%;
    border: 1px solid var(--line);
}
.info-tile i { color: var(--gold); font-size: 1.3rem; }

.form-eliana .form-control,
.form-eliana .form-select {
    border: 1px solid #ddd2c2;
    border-radius: 2px;
    padding: .75rem .9rem;
    background: #fff;
}
.form-eliana .form-control:focus,
.form-eliana .form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(196,163,90,.18);
}
.form-label { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 500; }

.room-pick {
    border: 1px solid var(--line);
    padding: .8rem;
    cursor: pointer;
    background: #fff;
    height: 100%;
    transition: border-color .2s, box-shadow .2s;
}
.room-pick.selected, .room-pick:hover { border-color: var(--gold); box-shadow: 0 8px 24px rgba(196,163,90,.15); }
.room-pick img { width: 100%; height: 90px; object-fit: cover; margin-bottom: .5rem; }

.estimate {
    background: var(--forest);
    color: #fff;
    padding: 1rem 1.2rem;
}
.success-box {
    background: #fff;
    border: 1px solid var(--line);
    padding: 2.5rem;
    text-align: center;
}

.wa-float {
    position: fixed; right: 18px; bottom: 18px; z-index: 50;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25d366; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.55rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.wa-float:hover { color: #fff; transform: scale(1.06); }

.pub-footer { background: #071c16; color: #cfc6b8; padding: 4rem 0 1.4rem; }
.pub-footer a { color: var(--gold); }
.pub-footer h5 { color: #fff; font-size: 1.35rem; }
.pub-footer .foot-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: #fff; }
.pub-footer ul { list-style: none; padding: 0; }
.pub-footer li { margin-bottom: .35rem; }
.legal { border-top: 1px solid rgba(196,163,90,.18); margin-top: 2rem; padding-top: 1.1rem; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

.btn-outline-secondary {
    border-radius: 2px;
    border-color: #ddd2c2;
    color: var(--ink);
    background: #fff;
}
.btn-outline-secondary:hover { border-color: var(--gold); color: var(--forest); background: #fff; }

@media (max-width: 991px) {
    .pub-nav { background: rgba(12,51,40,.96); top: 0; position: sticky; }
    .topbar-pub { display: none; }
    .hero { min-height: 88vh; padding-top: 7rem; }
    .gallery { grid-template-columns: 1fr 1fr; }
    .gallery .g-lg { grid-column: span 2; grid-row: auto; }
    .gallery .g-lg img, .gallery img { height: 180px; }
    .split-img { min-height: 280px; }
}
