:root {
    --ink: #13211f;
    --deep: #0c2724;
    --deep-2: #123630;
    --gold: #b98925;
    --gold-light: #e4c767;
    --sand: #f7f2e8;
    --paper: #fffdf8;
    --muted: #6c7773;
    --line: rgba(18, 54, 48, .14);
    --shadow: 0 24px 70px rgba(5, 31, 28, .13);
    --radius: 26px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.header-solid { background: rgba(255,253,248,.96); box-shadow: 0 8px 35px rgba(4,30,26,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { width: 145px; flex: 0 0 auto; }
.brand img { width: 145px; }
.main-nav { display: flex; align-items: center; gap: 23px; font-size: .93rem; font-weight: 650; }
.main-nav > a { position: relative; padding: 10px 0; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--gold); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.button, .nav-book { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .nav-book:hover { transform: translateY(-2px); }
.button-gold { color: #17160f; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 10px 24px rgba(185,137,37,.25); }
.button-light { background: #fff; color: var(--deep); }
.button-outline { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--deep); padding: 13px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }
.hero { min-height: 780px; position: relative; display: grid; align-items: end; color: #fff; overflow: hidden; background: var(--deep); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,28,25,.86) 0%, rgba(5,28,25,.57) 48%, rgba(5,28,25,.23) 100%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; width: 510px; height: 510px; border: 1px solid rgba(228,199,103,.35); border-radius: 50%; right: -190px; top: 90px; box-shadow: 0 0 0 80px rgba(228,199,103,.04), 0 0 0 160px rgba(228,199,103,.025); }
.hero-content { position: relative; z-index: 2; padding: 190px 0 150px; max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: .76rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1, .page-hero h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: .98; letter-spacing: -.04em; margin: 22px 0; }
.hero h1 { font-size: clamp(3.3rem, 7.3vw, 6.8rem); }
.hero p { max-width: 650px; font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.quick-book { position: relative; z-index: 4; margin-top: -73px; }
.quick-book-inner { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.quick-intro { padding: 29px 30px; background: var(--deep); color: #fff; }
.quick-intro strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; }
.quick-intro span { color: rgba(255,255,255,.65); font-size: .9rem; }
.quick-option { padding: 25px 28px; border-right: 1px solid var(--line); transition: background .2s; }
.quick-option:last-child { border: 0; }
.quick-option:hover { background: var(--sand); }
.quick-option strong { display: block; font-size: 1.03rem; margin-bottom: 5px; }
.quick-option span { font-size: .86rem; color: var(--muted); }
.section { padding: 110px 0; }
.section-sand { background: var(--sand); }
.section-deep { background: var(--deep); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2 { font-family: Georgia, serif; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 500; margin: 13px 0 17px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.section-deep .section-heading p { color: rgba(255,255,255,.7); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.experience-card { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); color: #fff; box-shadow: var(--shadow); isolation: isolate; }
.experience-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,28,25,.02) 10%, rgba(5,28,25,.92) 100%), var(--card-image); background-size: cover; background-position: center; transition: transform .6s; z-index: -1; }
.experience-card:hover::before { transform: scale(1.045); }
.card-content { position: absolute; inset: auto 0 0; padding: 34px; }
.card-kicker { font-size: .75rem; font-weight: 800; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; }
.card-content h3 { font-family: Georgia, serif; font-weight: 500; font-size: 2.1rem; margin: 8px 0 9px; }
.card-content p { margin: 0 0 20px; color: rgba(255,255,255,.78); }
.card-link { font-weight: 800; display: inline-flex; align-items: center; gap: 9px; }
.card-link::after { content: "→"; transition: transform .2s; }
.card-link:hover::after { transform: translateX(5px); }
.feature-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature { background: var(--paper); padding: 30px; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold); font-weight: 900; margin-bottom: 18px; }
.feature h3 { margin: 0 0 8px; font-size: 1.02rem; }
.feature p { margin: 0; color: var(--muted); font-size: .91rem; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.split-media { position: relative; min-height: 620px; }
.split-media .image-main { width: 82%; height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media .image-small { position: absolute; width: 52%; height: 300px; right: 0; bottom: 0; object-fit: cover; border: 8px solid var(--paper); border-radius: 22px; }
.split-copy h2 { font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.05; font-weight: 500; letter-spacing: -.04em; margin: 18px 0; }
.split-copy p { color: var(--muted); font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 18px; }
.check-list li { display: flex; gap: 10px; align-items: center; }
.check-list li::before { content: "✓"; color: var(--gold); font-weight: 900; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 34px; }
.stat strong { display: block; font-family: Georgia, serif; color: var(--gold-light); font-size: 2.3rem; }
.stat span { color: rgba(255,255,255,.68); font-size: .88rem; }
.gallery-strip { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.gallery-strip img:first-child { grid-row: 1 / 3; }
.cta-band { padding: 80px 0; background: linear-gradient(135deg, #0c2724, #17453c); color: #fff; overflow: hidden; position: relative; }
.cta-band::after { content: "B"; position: absolute; right: 3%; top: -90px; font-family: Georgia, serif; font-size: 25rem; color: rgba(255,255,255,.025); }
.cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-inner h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.05; max-width: 720px; margin: 0; }
.page-hero { min-height: 530px; display: grid; align-items: end; position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,28,25,.91), rgba(5,28,25,.32)), var(--page-image); background-size: cover; background-position: center; }
.page-hero-content { position: relative; z-index: 1; padding: 180px 0 80px; max-width: 780px; }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.3rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.68); }
.breadcrumbs a:hover { color: #fff; }
.menu-toolbar { position: sticky; top: 90px; z-index: 20; background: rgba(255,253,248,.96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.menu-toolbar-inner { display: grid; grid-template-columns: 300px 1fr; gap: 20px; padding: 18px 0; align-items: center; }
.menu-search { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 13px 18px; background: #fff; outline: none; }
.menu-search:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(185,137,37,.12); }
.category-tabs { display: flex; overflow-x: auto; gap: 8px; scrollbar-width: thin; padding-bottom: 3px; }
.category-tabs a { white-space: nowrap; border: 1px solid var(--line); background: #fff; padding: 10px 14px; border-radius: 999px; font-size: .84rem; font-weight: 700; }
.category-tabs a:hover { border-color: var(--gold); color: #8f6616; }
.menu-layout { display: grid; grid-template-columns: 190px 1fr; gap: 55px; align-items: start; }
.menu-side { position: sticky; top: 190px; }
.menu-side h2 { font-family: Georgia, serif; font-weight: 500; font-size: 1.6rem; }
.menu-side p { color: var(--muted); font-size: .9rem; }
.menu-content { min-width: 0; }
.menu-group-heading { margin: 10px 0 34px; padding-top: 26px; }
.menu-group-heading span { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 800; }
.menu-group-heading h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1; margin: 8px 0; }
.menu-section { scroll-margin-top: 190px; padding: 18px 0 50px; border-bottom: 1px solid var(--line); }
.menu-section h3 { font-family: Georgia, serif; font-weight: 500; font-size: 2rem; margin: 0 0 20px; color: var(--deep); }
.menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; padding: 18px 0; border-bottom: 1px dashed var(--line); }
.menu-item.hidden { display: none; }
.menu-item-name { font-weight: 760; }
.menu-item-desc { margin: 3px 0 0; grid-column: 1; color: var(--muted); font-size: .86rem; }
.menu-price { grid-column: 2; grid-row: 1 / 3; text-align: right; font-weight: 820; color: #8c6416; white-space: nowrap; }
.menu-price small { display: block; font-weight: 600; color: var(--muted); font-size: .72rem; }
.menu-notice { border: 1px solid rgba(185,137,37,.35); background: #fffaf0; border-radius: 20px; padding: 25px; margin-top: 40px; }
.menu-empty { display: none; padding: 40px; text-align: center; background: var(--sand); border-radius: 22px; }
.menu-empty.show { display: block; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.contact-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(5,31,28,.07); }
.contact-card h2 { font-family: Georgia, serif; font-weight: 500; font-size: 2.1rem; margin-top: 0; }
.contact-list { display: grid; gap: 18px; }
.contact-list a, .contact-list p { margin: 0; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.map-placeholder { min-height: 500px; border-radius: var(--radius); background: linear-gradient(135deg, #d8e1dc, #f2eadb); display: grid; place-items: center; padding: 30px; text-align: center; }
.faq { max-width: 880px; margin: auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { border: 1px solid var(--line); border-radius: 22px; padding: 28px; background: #fff; }
.blog-card span { font-size: .75rem; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.blog-card h2 { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.14; font-weight: 500; }
.blog-card p { color: var(--muted); }
.booking-drawer { position: fixed; z-index: 2000; inset: 0; pointer-events: none; visibility: hidden; }
.booking-drawer.open { pointer-events: auto; visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,18,16,.68); opacity: 0; transition: opacity .3s; }
.booking-drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(480px, 100%); height: 100%; padding: 80px 42px 40px; background: var(--paper); transform: translateX(100%); transition: transform .35s; overflow-y: auto; }
.booking-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-close { position: absolute; right: 22px; top: 20px; border: 0; background: transparent; font-size: 2.2rem; color: var(--deep); }
.drawer-panel h2 { font-family: Georgia, serif; font-weight: 500; font-size: 2.7rem; line-height: 1.08; }
.drawer-options { display: grid; gap: 13px; margin-top: 32px; }
.drawer-options a { border: 1px solid var(--line); border-radius: 17px; padding: 20px; transition: border-color .2s, transform .2s; }
.drawer-options a:hover { border-color: var(--gold); transform: translateX(-4px); }
.drawer-options strong, .drawer-options span { display: block; }
.drawer-options span { color: var(--muted); font-size: .88rem; margin-top: 4px; }
.drawer-whatsapp { display: block; margin-top: 24px; color: #417d5a; font-weight: 750; }
.site-footer { background: #061b19; color: rgba(255,255,255,.74); padding: 80px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 170px; filter: brightness(1.3); margin-bottom: 20px; }
.site-footer h2 { color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 20px; }
.site-footer a { display: block; margin: 9px 0; }
.site-footer a:hover { color: var(--gold-light); }
.footer-book { border: 0; background: transparent; color: var(--gold-light); padding: 0; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .79rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-weight: 900; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.admin-body { background: #edf1ef; min-height: 100vh; }
.admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-nav { background: var(--deep); color: #fff; padding: 28px; }
.admin-nav img { width: 145px; filter: brightness(1.25); }
.admin-nav nav { margin-top: 42px; display: grid; gap: 6px; }
.admin-nav a { padding: 12px 14px; border-radius: 11px; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.1); }
.admin-main { padding: 42px; }
.admin-card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 12px 38px rgba(5,31,28,.08); margin-bottom: 24px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.admin-form .full { grid-column: 1 / -1; }
.admin-form label { display: grid; gap: 6px; font-size: .86rem; font-weight: 700; }
.admin-form input, .admin-form select, .admin-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: #fff; }
.admin-btn { border: 0; border-radius: 10px; padding: 11px 17px; background: var(--deep); color: #fff; font-weight: 750; }
.admin-btn.gold { background: var(--gold); color: #17160f; }
.alert { padding: 14px 17px; border-radius: 12px; margin-bottom: 20px; background: #e8f6ed; color: #175c31; }
.alert.error { background: #fae9e7; color: #8d261d; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(135deg, #061b19, #17453c); }
.login-card { width: min(440px, 100%); background: #fff; padding: 38px; border-radius: 24px; }
.login-card img { width: 175px; margin: auto auto 24px; }
.login-card label { display: grid; gap: 7px; margin: 15px 0; font-weight: 700; }
.login-card input { padding: 13px; border: 1px solid var(--line); border-radius: 10px; }
.login-card button { width: 100%; margin-top: 12px; }
@media (max-width: 1020px) {
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 0 0 0 auto; width: min(380px, 88vw); height: 100vh; background: var(--paper); padding: 115px 35px 35px; flex-direction: column; align-items: stretch; gap: 5px; transform: translateX(100%); transition: transform .3s; box-shadow: -20px 0 60px rgba(0,0,0,.15); }
    .main-nav.open { transform: translateX(0); }
    .main-nav a { padding: 13px 0; }
    .nav-book { margin-top: 16px; }
    .quick-book-inner { grid-template-columns: 1fr 1fr; }
    .quick-intro { grid-column: 1 / -1; }
    .experience-grid { grid-template-columns: 1fr 1fr; }
    .experience-card:last-child { grid-column: 1 / -1; min-height: 460px; }
    .feature-row { grid-template-columns: 1fr 1fr; }
    .split { grid-template-columns: 1fr; }
    .split-media { order: 2; }
    .menu-layout { grid-template-columns: 1fr; }
    .menu-side { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-nav { padding: 18px 25px; }
    .admin-nav nav { grid-template-columns: repeat(4, auto); overflow-x: auto; margin-top: 18px; }
}
@media (max-width: 720px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .header-inner { min-height: 76px; }
    .brand, .brand img { width: 116px; }
    .hero { min-height: 690px; }
    .hero-content { padding: 155px 0 120px; }
    .hero h1 { font-size: clamp(3.05rem, 17vw, 4.8rem); }
    .quick-book { margin-top: -55px; }
    .quick-book-inner { display: block; }
    .quick-option { border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 82px 0; }
    .experience-grid { grid-template-columns: 1fr; }
    .experience-card, .experience-card:last-child { grid-column: auto; min-height: 500px; }
    .feature-row { grid-template-columns: 1fr; }
    .split-media { min-height: 490px; }
    .split-media .image-main { height: 430px; width: 90%; }
    .split-media .image-small { height: 220px; width: 56%; }
    .check-list { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr; }
    .gallery-strip { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 190px; }
    .gallery-strip img:first-child { grid-column: 1 / 3; grid-row: auto; }
    .gallery-strip img:last-child { display: none; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .page-hero { min-height: 500px; }
    .page-hero-content { padding: 145px 0 65px; }
    .menu-toolbar { top: 76px; }
    .menu-toolbar-inner { grid-template-columns: 1fr; gap: 10px; padding: 13px 0; }
    .menu-items { grid-template-columns: 1fr; }
    .menu-section { scroll-margin-top: 220px; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { flex-direction: column; }
    .blog-grid { grid-template-columns: 1fr; }
    .drawer-panel { padding-inline: 25px; }
    .admin-main { padding: 24px 15px; }
    .admin-form { grid-template-columns: 1fr; }
    .admin-form .full { grid-column: auto; }
    .admin-table { font-size: .82rem; }
}
