:root {
    --navy: #061a36;
    --navy-dark: #031027;
    --navy-mid: #123a64;
    --blue: #2e679d;
    --silver: #c5cfda;
    --pearl: #f2f5f8;
    --white: #ffffff;
    --ink: #10213b;
    --muted: #667085;
    --border: #d8e1ea;
    --success: #137152;
    --danger: #a72f3a;
    --info: #285f95;
    --shadow-sm: 0 10px 28px rgba(3, 16, 39, .08);
    --shadow-md: 0 20px 50px rgba(3, 16, 39, .14);
    --shadow-lg: 0 32px 90px rgba(3, 16, 39, .24);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --transition: .25s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(46,103,157,.32); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.center { text-align: center; margin-inline: auto; }
.center-action { text-align: center; margin-top: 34px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(3,16,39,.97); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.navbar { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand img { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 19px; text-transform: uppercase; letter-spacing: .04em; }
.brand-copy small { margin-top: 5px; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.nav-panel { display: flex; justify-content: center; align-items: center; gap: 34px; }
.nav-panel a { text-decoration: none; color: rgba(255,255,255,.82); font-weight: 650; font-size: 14px; padding: 28px 0 23px; position: relative; }
.nav-panel a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: #fff; transition: var(--transition); }
.nav-panel a:hover, .nav-panel a.active { color: #fff; }
.nav-panel a:hover::after, .nav-panel a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.mobile-menu-button { display: none; background: transparent; color: #fff; border: 0; font-size: 24px; }
.language-control { position: relative; }
.language-switcher { min-height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 0 15px; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.06); color: #fff; font-weight: 700; }
.language-menu { display: none; position: absolute; right: 0; top: calc(100% + 10px); min-width: 165px; padding: 8px; border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg); }
.language-control.open .language-menu { display: grid; }
.language-menu button { border: 0; background: transparent; padding: 10px 12px; border-radius: 10px; text-align: left; color: var(--ink); }
.language-menu button:hover { background: var(--pearl); }

/* Buttons */
.button { border: 0; text-decoration: none; min-height: 48px; padding: 0 24px; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; font-weight: 800; font-size: 14px; transition: var(--transition); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 10px 26px rgba(6,26,54,.17); }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.05); }
.button.full { width: 100%; }

/* Typography */
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 11px; line-height: 1.2; font-weight: 850; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.light { color: #b7d3ec; }
.section { padding: 92px 0; }
.section-soft { background: var(--pearl); }
.section-heading { max-width: 730px; margin-bottom: 38px; }
.section-heading h2, .section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.1; }
.section-heading > p:last-child { color: var(--muted); }

/* Home slider */
.hero-slider { min-height: 690px; height: calc(100vh - 82px); max-height: 820px; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy-dark); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.04); transition: opacity 1.1s ease, transform 6.5s ease; background-image: linear-gradient(90deg, rgba(3,16,39,.74), rgba(3,16,39,.55)), var(--slide-image); background-size: cover; background-position: center; }
.hero-slide.active { opacity: 1; transform: scale(1.12); }
.hero-slider::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(31,92,145,.20), transparent 45%), linear-gradient(to bottom, rgba(3,16,39,.04), rgba(3,16,39,.35)); pointer-events: none; }
.hero-centered { position: relative; z-index: 3; text-align: center; max-width: 900px; display: grid; justify-items: center; }
.hero-location { display: inline-flex; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 16px; margin: 0 0 25px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.hero-centered h1 { margin: 0; display: grid; gap: 8px; font-family: Georgia, serif; line-height: .98; }
.hero-centered h1 span { font-size: clamp(50px, 6.5vw, 84px); font-style: normal; }
.hero-centered h1 em { font-size: clamp(44px, 6vw, 76px); font-weight: 400; color: #c8dced; }
.hero-lead { max-width: 720px; margin: 24px auto 0; font-size: 18px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.slider-arrow { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: rgba(3,16,39,.34); color: #fff; font-size: 32px; display: grid; place-items: center; }
.slider-arrow.prev { left: 28px; }
.slider-arrow.next { right: 28px; }
.slider-dots { display: flex; gap: 9px; margin-top: 35px; }
.slider-dots button { width: 36px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); }
.slider-dots button.active { background: #fff; }

/* Home intro */
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.intro-image-wrap { position: relative; }
.intro-image-wrap > img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.floating-note { position: absolute; right: -20px; bottom: -24px; min-width: 150px; padding: 18px; border-radius: 18px; background: var(--navy); color: #fff; box-shadow: var(--shadow-md); display: grid; text-align: center; }
.floating-note strong { font-size: 30px; font-family: Georgia, serif; }
.floating-note span { font-size: 11px; color: rgba(255,255,255,.78); }
.intro-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; font-weight: 500; }
.intro-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.feature-mini-grid { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-mini-grid article { border: 1px solid var(--border); border-radius: 16px; background: #fff; padding: 16px; display: flex; gap: 12px; box-shadow: var(--shadow-sm); }
.feature-mini-grid article > span { color: var(--blue); font-size: 20px; }
.feature-mini-grid strong, .feature-mini-grid small { display: block; }
.feature-mini-grid strong { font-size: 13px; }
.feature-mini-grid small { color: var(--muted); font-size: 11px; margin-top: 3px; }

.preview-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.preview-room-card { border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.preview-room-card img { width: 100%; height: 220px; object-fit: cover; }
.preview-room-card .preview-body { padding: 20px; }
.preview-room-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 22px; }
.preview-room-card p { margin: 0; color: var(--muted); font-size: 13px; }
.preview-room-card .preview-price { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--border); font-weight: 800; }

.home-restaurant-showcase { position: relative; overflow: hidden; background: var(--navy-dark); color: #fff; padding: 90px 0; }
.restaurant-showcase-bg { position: absolute; inset: 0; background: radial-gradient(circle at 35% 45%, rgba(45,105,161,.18), transparent 40%), linear-gradient(90deg, rgba(3,16,39,.98), rgba(3,16,39,.87)); }
.restaurant-showcase-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.restaurant-showcase-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; font-weight: 500; }
.restaurant-showcase-copy p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 520px; }
.restaurant-photo-card { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); min-height: 420px; }
.restaurant-photo-card img { width: 100%; height: 420px; object-fit: cover; }
.restaurant-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,16,39,.65), transparent 58%); }
.photo-caption { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.contact-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 38px 42px; border: 1px solid var(--border); border-radius: 26px; background: linear-gradient(135deg, #fff, var(--pearl)); box-shadow: var(--shadow-sm); }
.contact-banner h2 { font-size: 36px; }
.contact-banner p { color: var(--muted); }

/* Page heroes */
.page-hero, .booking-page-hero { background: linear-gradient(90deg, rgba(3,16,39,.9), rgba(3,16,39,.58)), var(--section-image, none) center/cover, var(--navy); color: #fff; min-height: 350px; display: grid; align-items: center; }
.page-hero-content { padding-block: 70px; }
.page-hero h1, .booking-page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 7vw, 78px); font-weight: 500; line-height: 1; }
.page-hero p:last-child, .booking-page-hero p:last-child { max-width: 700px; color: rgba(255,255,255,.78); font-size: 16px; }

/* Rooms */
.room-list { display: grid; gap: 30px; }
.room-card-large { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 420px; border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.room-card-large:nth-child(even) .room-image { order: 2; }
.room-card-large:nth-child(even) .room-content { order: 1; }
.room-image { min-height: 420px; background: #dfe7ef; position: relative; overflow: hidden; }
.room-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; transition: transform .7s ease; }
.room-card-large:hover .room-image img { transform: scale(1.035); }
.room-image .price-pill { position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(3,16,39,.91); color: #fff; font-weight: 800; }
.room-content { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.room-content h2 { font-size: 38px; }
.room-content p { color: var(--muted); }
.amenities { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px; }
.amenity { padding: 6px 11px; border-radius: 999px; background: var(--pearl); border: 1px solid var(--border); font-size: 11px; color: #496178; }
.room-status-note { font-size: 12px; color: var(--muted); margin-bottom: 14px; }

/* Restaurant */
.restaurant-hero { position: relative; min-height: 500px; color: #fff; display: grid; place-items: center; overflow: hidden; text-align: center; }
.restaurant-hero-bg, .restaurant-menu-background { position: absolute; inset: 0; background: linear-gradient(rgba(3,16,39,.80), rgba(3,16,39,.88)), var(--section-image, none) center/cover, var(--navy); }
.restaurant-hero-content { position: relative; z-index: 2; display: grid; justify-items: center; }
.restaurant-mark { width: 84px; height: 84px; border-radius: 18px; object-fit: cover; margin-bottom: 24px; box-shadow: var(--shadow-md); }
.restaurant-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 72px); font-weight: 500; }
.restaurant-hero-content > p:not(.eyebrow) { color: #c8d9e9; font-size: 17px; font-style: italic; }
.restaurant-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; font-size: 13px; color: rgba(255,255,255,.82); }
/* --- Suggestions: large editorial rows, alternating sides --- */
.suggestions-section { background: linear-gradient(180deg, #fff 0%, var(--pearl) 100%); }
.section-lead { max-width: 640px; margin: 14px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.suggestion-stack { display: grid; gap: 40px; margin-top: 52px; }
.suggestion-card {
    display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch;
    background: #fff; border: 1px solid var(--border); border-radius: 26px; overflow: hidden;
    box-shadow: 0 18px 48px rgba(6,26,54,.09); transition: transform .35s ease, box-shadow .35s ease;
}
.suggestion-card:hover { transform: translateY(-4px); box-shadow: 0 26px 62px rgba(6,26,54,.15); }
.suggestion-card:nth-child(even) .suggestion-media { order: 2; }
.suggestion-media { position: relative; min-height: 340px; background: var(--navy); overflow: hidden; }
.suggestion-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.suggestion-card:hover .suggestion-media img { transform: scale(1.04); }
.suggestion-media.is-empty { display: grid; place-items: center; background: linear-gradient(140deg, var(--navy) 0%, var(--navy-mid) 100%); }
.suggestion-media.is-empty span { font-family: Georgia, serif; font-size: 46px; color: rgba(255,255,255,.35); }
.suggestion-body { padding: 44px 44px 40px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.suggestion-label {
    align-self: flex-start; padding: 8px 15px; border-radius: 999px;
    border: 1px solid var(--silver); background: var(--pearl);
    font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--navy-mid);
}
.suggestion-body h3 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(30px, 3.2vw, 40px); color: var(--navy); line-height: 1.15; }
.suggestion-body p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--muted); }
.suggestion-price { margin-top: 6px; font-size: 26px; font-weight: 700; color: var(--navy); letter-spacing: .01em; }
.suggestion-rule { width: 64px; height: 2px; background: var(--silver); border-radius: 2px; }

.restaurant-menu-section { position: relative; overflow: hidden; padding: 92px 0; color: #fff; }
.restaurant-menu-content { position: relative; z-index: 2; }
.light-heading h2 { color: #fff; }
.premium-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-top: 46px; align-items: start; }
.premium-menu-category { background: rgba(2,13,31,.55); border: 1px solid rgba(197,207,218,.24); border-radius: 24px; padding: 38px 34px; backdrop-filter: blur(8px); }
.premium-menu-category h3 { margin: 0 0 26px; padding-bottom: 18px; border-bottom: 1px solid rgba(197,207,218,.32); font-family: Georgia, serif; font-weight: 500; font-size: 30px; letter-spacing: .01em; }
.menu-item { display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(197,207,218,.16); transition: background .25s ease; }
.menu-item:hover { background: rgba(255,255,255,.04); }
.menu-item-photo { width: 74px; height: 74px; border-radius: 16px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.menu-item:last-child { border-bottom: 0; }
.menu-item-name strong { display: block; font-size: 18px; font-weight: 600; letter-spacing: .01em; }
.menu-item-name small { display: block; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.6; margin-top: 5px; }
.menu-item-price { color: #eaf4ff; font-weight: 700; white-space: nowrap; font-size: 18px; letter-spacing: .01em; }
.qty { width: 66px; border: 1px solid rgba(197,207,218,.32); border-radius: 10px; padding: 9px; background: rgba(255,255,255,.08); color: #fff; font-size: 15px; text-align: center; }
.order-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.order-layout > div > p:last-child { color: var(--muted); }
.order-selection { margin: 14px 0; padding: 11px 13px; border-radius: 12px; background: var(--pearl); color: var(--muted); font-size: 12px; }

/* Forms */
.panel { background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-md); }
.form-panel { padding: 30px; }
.form-heading h2, .form-heading h3 { margin: 0; font-family: Georgia, serif; font-weight: 500; }
.form-heading p { color: var(--muted); font-size: 13px; }
.form-grid { display: grid; gap: 15px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.span-two { grid-column: 1 / -1; }
label { display: grid; gap: 7px; color: #334861; font-size: 12px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; background: #fbfcfd; color: var(--ink); padding: 12px 13px; transition: var(--transition); }
input:focus, select:focus, textarea:focus { outline: 0; border-color: #7795b3; background: #fff; box-shadow: 0 0 0 4px rgba(46,103,157,.08); }
textarea { resize: vertical; }
.message { display: none; margin-top: 15px; padding: 13px 14px; border-radius: 12px; font-size: 13px; }
.message.show { display: block; }
.message.success { color: #0d6044; border: 1px solid #b8e0d2; background: #e8f6f1; }
.message.error { color: #922c35; border: 1px solid #efc0c5; background: #fff0f1; }
.message.info { color: #26547b; border: 1px solid #c7daeb; background: #edf5fb; }

/* Booking */
.booking-page-hero { background-image: linear-gradient(90deg, rgba(3,16,39,.94), rgba(3,16,39,.64)), var(--section-image, none); min-height: 350px; padding: 72px 0; }
.booking-page-section { background: var(--pearl); }
.booking-page-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 34px; align-items: start; }
.booking-main-form { padding: 34px; }
.booking-summary-card { position: sticky; top: 110px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-md); padding: 30px; }
.booking-summary-card h2 { font-size: 30px; }
.booking-summary-empty { padding: 22px 0; color: var(--muted); }
.summary-room-image { width: 100%; height: 190px; object-fit: cover; border-radius: 16px; margin: 12px 0 18px; }
.summary-list { display: grid; gap: 10px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 9px; border-bottom: 1px solid var(--border); }
.summary-line span { color: var(--muted); font-size: 12px; }
.summary-line strong { text-align: right; font-size: 13px; }
.summary-total { font-size: 18px !important; color: var(--navy) !important; }
.security-card { display: flex; gap: 10px; padding: 14px; margin-top: 20px; border-radius: 14px; background: var(--pearl); color: var(--muted); font-size: 12px; }
.card-payment-section { margin: 28px 0; padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: #f8fafc; }
.payment-title-row { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.payment-title-row h3 { margin: 0; font-family: Georgia, serif; font-size: 24px; }
.card-brands { display: flex; gap: 8px; }
.card-brands span { padding: 7px 10px; border-radius: 8px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; }
.stripe-readiness-note { margin: 15px 0; padding: 11px 13px; border-radius: 12px; background: #eaf2fa; color: #315c86; font-size: 11px; }
.stripe-card-placeholder { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; opacity: .82; }
.stripe-card-placeholder > label:first-child { grid-column: 1 / -1; }
.card-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stripe-card-placeholder input:disabled { background: #fff; color: #7c8b9a; }
.booking-lookup-section { border-top: 1px solid var(--border); }
.lookup-layout { display: grid; grid-template-columns: 1fr 470px; gap: 62px; align-items: center; }
.lookup-layout > div > p:last-child { color: var(--muted); }
.lookup-result { display: grid; gap: 9px; }
.lookup-result p { margin: 0; display: flex; justify-content: space-between; gap: 20px; }
.lookup-result strong { text-align: right; }
.invoice-download-link { margin-top: 12px; display: inline-flex; text-decoration: none; font-weight: 800; color: var(--navy); }

/* Footer */
.footer { padding: 62px 0 22px; background: var(--navy-dark); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-brand img { width: 120px; height: 120px; object-fit: cover; border-radius: 16px; }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 6px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.67); text-decoration: none; font-size: 13px; }
.facebook-link span { display: inline-grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #fff; color: var(--navy); font-weight: 900; margin-right: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 19px; color: rgba(255,255,255,.45); font-size: 12px; }
.loading-card { padding: 28px; border: 1px dashed var(--border); border-radius: 16px; text-align: center; color: var(--muted); }

@media (max-width: 1020px) {
    .navbar { grid-template-columns: auto 1fr auto auto; gap: 12px; }
    .nav-panel { display: none; position: fixed; top: 82px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 28px; background: var(--navy-dark); box-shadow: var(--shadow-lg); }
    .nav-panel.open { display: flex; }
    .nav-panel a { width: 100%; padding: 14px 0; }
    .nav-panel a::after { display: none; }
    .mobile-menu-button { display: block; order: 4; }
    .nav-actions { justify-self: end; }
    .split-feature, .restaurant-showcase-grid, .order-layout, .booking-page-grid { grid-template-columns: 1fr; }
    .booking-summary-card { position: static; }
    .preview-room-grid, .offer-grid { grid-template-columns: repeat(2, 1fr); }
    .room-card-large { grid-template-columns: 1fr; }
    .room-card-large:nth-child(even) .room-image, .room-card-large:nth-child(even) .room-content { order: initial; }
    .room-image, .room-image img { min-height: 360px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .site-header { position: sticky; }
    .navbar { min-height: 72px; grid-template-columns: auto 1fr auto auto; }
    .nav-panel { top: 72px; }
    .brand-copy { display: none; }
    .brand img { width: 44px; height: 44px; }
    .nav-cta { min-height: 40px; padding-inline: 15px; font-size: 12px; }
    .language-switcher { min-height: 40px; padding-inline: 10px; }
    .hero-slider { min-height: 620px; height: calc(100vh - 72px); }
    .hero-centered h1 span { font-size: clamp(42px, 13vw, 62px); }
    .hero-centered h1 em { font-size: clamp(38px, 11vw, 56px); }
    .hero-lead { font-size: 15px; }
    .slider-arrow { width: 42px; height: 42px; font-size: 26px; }
    .slider-arrow.prev { left: 10px; }
    .slider-arrow.next { right: 10px; }
    .section { padding: 68px 0; }
    .intro-image-wrap > img { height: 330px; }
    .floating-note { right: 10px; }
    .feature-mini-grid, .preview-room-grid, .offer-grid, .premium-menu-grid, .form-grid.two, .stripe-card-placeholder, .lookup-layout, .footer-grid, .contact-banner { grid-template-columns: 1fr; }
    .restaurant-photo-card, .restaurant-photo-card img { height: 330px; min-height: 330px; }
    .room-content { padding: 28px 23px; }
    .room-content h2 { font-size: 32px; }
    .room-image, .room-image img { min-height: 280px; }
    .menu-item { grid-template-columns: 1fr auto; }
    .menu-item .qty { grid-column: 1 / -1; width: 100%; }
    .form-panel, .booking-main-form { padding: 22px; }
    .span-two { grid-column: auto; }
    .payment-title-row { align-items: flex-start; flex-direction: column; }
    .card-mini-grid { grid-template-columns: 1fr 1fr; }
    .contact-banner { padding: 28px 22px; }
}

@media (max-width: 480px) {
    .nav-actions { gap: 7px; }
    .language-switcher span:first-child { display: none; }
    .nav-cta { padding-inline: 12px; }
    .hero-actions { display: grid; width: 100%; max-width: 310px; }
    .hero-actions .button { width: 100%; }
    .hero-location { font-size: 9px; letter-spacing: .1em; }
    .restaurant-meta { display: grid; gap: 7px; }
    .card-mini-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}


/* --- Restaurant responsive: one column on tablet and mobile --- */
@media (max-width: 1024px) {
    .premium-menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .suggestion-card { grid-template-columns: 1fr; }
    .suggestion-card:nth-child(even) .suggestion-media { order: 0; }
    .suggestion-media { min-height: 240px; }
    .suggestion-body { padding: 30px 26px 32px; }
}
@media (max-width: 640px) {
    .suggestion-stack { gap: 28px; }
    .premium-menu-category { padding: 26px 20px; }
    .menu-item { grid-template-columns: auto 1fr auto; row-gap: 10px; }
    .menu-item-photo { width: 60px; height: 60px; }
    .menu-item .qty { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 360px) {
    .menu-item { grid-template-columns: 1fr auto; }
    .menu-item-photo { display: none; }
    .suggestion-body h3 { font-size: 26px; }
}

/* ======================================================================
   Room cards — compact, premium, several visible at once
   ====================================================================== */
/* Exactly three per row on desktop, equal height, no trailing empty space. */
.room-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 22px; align-items: stretch;
}
.room-grid.compact { grid-template-columns: repeat(3, 1fr); gap: 18px; }

.room-card {
    display: flex; flex-direction: column; height: 100%; overflow: hidden;
    background: #fff; border: 1px solid var(--border); border-radius: 20px;
    box-shadow: 0 10px 28px rgba(6, 26, 54, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}
.room-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(6, 26, 54, .14); }

.room-card-media {
    position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; background: var(--navy);
}
.room-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.room-card:hover .room-card-media img { transform: scale(1.045); }
.room-card-count {
    position: absolute; right: 12px; bottom: 12px; padding: 5px 11px; border-radius: 999px;
    background: rgba(3, 16, 36, .74); color: #fff; font-size: 12px; letter-spacing: .04em; backdrop-filter: blur(4px);
}

.room-card-body { display: flex; flex-direction: column; flex: 1; gap: 9px; padding: 17px 18px 18px; }
.room-card-actions { margin-top: auto; }
/* Keep every tagline on two lines so card heights stay aligned. */
.room-card-short {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; min-height: 2.9em;
}
.room-card-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.room-card-head h3 {
    margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: 19.5px;
    line-height: 1.25; color: var(--navy);
}
.room-card-price { margin: 0; white-space: nowrap; font-size: 17px; font-weight: 700; color: var(--navy); }
.room-card-price small { display: block; font-size: 11.5px; font-weight: 500; color: var(--muted); letter-spacing: .03em; }
.room-card-short { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.room-card-amenities {
    margin: 0; padding-top: 9px; border-top: 1px solid var(--border);
    font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase; color: #7c8b9b;
}
.room-card-actions { display: flex; gap: 9px; padding-top: 12px; }
.room-card-actions .button { flex: 1; justify-content: center; padding: 11px 14px; font-size: 14px; }
.room-card-link { font-size: 14px; font-weight: 600; color: var(--navy); text-decoration: none; }
.room-card-link:hover { text-decoration: underline; }

.button-ghost {
    background: transparent; border: 1px solid var(--silver); color: var(--navy);
    transition: background .25s ease, border-color .25s ease;
}
.button-ghost:hover { background: var(--pearl); border-color: var(--navy-mid); }

/* ======================================================================
   Lightbox
   ====================================================================== */
body.lightbox-locked { overflow: hidden; }
.lightbox {
    position: fixed; inset: 0; z-index: 200; display: none;
    align-items: center; justify-content: center; gap: 10px; padding: 20px;
    background: rgba(2, 10, 24, .94);
}
.lightbox.open { display: flex; }
.lightbox-figure { margin: 0; max-width: min(1100px, 92vw); text-align: center; }
.lightbox-figure img { max-width: 100%; max-height: 78vh; border-radius: 14px; display: block; margin: 0 auto; }
.lightbox-figure figcaption {
    display: flex; gap: 14px; justify-content: center; align-items: center;
    margin-top: 14px; color: rgba(255, 255, 255, .82); font-size: 14px;
}
.lightbox-counter { color: rgba(255, 255, 255, .55); font-variant-numeric: tabular-nums; }
.lightbox-close, .lightbox-nav {
    border: 1px solid rgba(255, 255, 255, .26); background: rgba(255, 255, 255, .08);
    color: #fff; border-radius: 50%; cursor: pointer; transition: background .25s ease;
}
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; font-size: 26px; line-height: 1; }
.lightbox-nav { width: 52px; height: 52px; font-size: 32px; line-height: 1; flex: 0 0 auto; }
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255, 255, 255, .2); }

/* ---------------------------------------------------------- responsive --- */
@media (max-width: 1100px) {
    .room-grid, .room-grid.compact { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .room-grid, .room-grid.compact { grid-template-columns: 1fr; gap: 18px; }
    .room-card-short { min-height: 0; }
}
@media (max-width: 640px) {
    .room-card-actions { flex-direction: column; }
    .lightbox-nav { width: 44px; height: 44px; font-size: 26px; }
    .lightbox { padding: 12px; }
}
@media (max-width: 380px) {
    .room-card-head { flex-direction: column; gap: 4px; }
    .room-card-price small { display: inline; }
}

/* ======================================================================
   Room detail — asymmetric editorial composition on a deep navy canvas
   ====================================================================== */
.suite-shell {
    padding: 34px 0 64px;
    background:
        radial-gradient(1200px 520px at 82% -8%, rgba(60, 104, 158, .34), transparent 62%),
        linear-gradient(168deg, #04101f 0%, #071a36 48%, #04101f 100%);
    color: #eaf1f9;
}
.suite-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 22px; font-size: 13px; color: rgba(234, 241, 249, .55); }
.suite-breadcrumb a { color: rgba(234, 241, 249, .88); text-decoration: none; font-weight: 600; }
.suite-breadcrumb a:hover { color: #fff; }

/* Four quadrants: photo cards / spec panel / copy / feature shot */
.suite-grid {
    display: grid;
    grid-template-columns: 1.32fr 1fr;
    grid-template-areas: "cards panel" "copy feature";
    gap: 20px;
}
.suite-cards { grid-area: cards; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.suite-panel { grid-area: panel; }
.suite-copy { grid-area: copy; }
.suite-feature { grid-area: feature; }

/* --- Top left: two compact photo cards ------------------------------- */
.suite-card {
    position: relative; display: block; padding: 0; border: 0; cursor: zoom-in;
    border-radius: 26px; overflow: hidden; background: #0a1c33;
    aspect-ratio: 3 / 4; box-shadow: 0 20px 46px rgba(0, 0, 0, .34);
}
.suite-card.is-placeholder { cursor: default; }
.suite-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.suite-card:hover img { transform: scale(1.05); }
.suite-card::after {
    content: ''; position: absolute; inset: auto 0 0 0; height: 58%;
    background: linear-gradient(180deg, transparent, rgba(3, 12, 26, .88));
}
.suite-card-label {
    position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1;
    display: flex; flex-direction: column; gap: 2px; text-align: left;
}
.suite-card-label strong { font-family: Georgia, serif; font-weight: 500; font-size: 17px; color: #fff; }
.suite-card-label small { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(234, 241, 249, .6); }

/* --- Top right: identity, spec sheet, CTA ---------------------------- */
.suite-panel {
    display: flex; flex-direction: column; gap: 14px;
    padding: 32px 30px; border-radius: 26px;
    border: 1px solid rgba(197, 207, 218, .16); background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(7px);
}
.suite-eyebrow { margin: 0; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: rgba(234, 241, 249, .5); }
.suite-panel h1 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(27px, 2.7vw, 36px); line-height: 1.14; color: #fff; }
.suite-tagline { margin: 0; font-size: 15px; line-height: 1.65; color: rgba(234, 241, 249, .72); }

.suite-specs { margin: 8px 0 4px; display: grid; gap: 0; }
.suite-specs > div {
    display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 11px 0; border-bottom: 1px solid rgba(197, 207, 218, .14);
}
.suite-specs > div:first-child { border-top: 1px solid rgba(197, 207, 218, .14); }
.suite-specs dt { margin: 0; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: rgba(234, 241, 249, .5); }
.suite-specs dd { margin: 0; font-size: 15px; font-weight: 600; color: #fff; text-align: right; }
.suite-price { font-size: 20px !important; letter-spacing: .01em; }
.suite-specs-wide { flex-direction: column; align-items: flex-start !important; }
.suite-specs-wide dd { text-align: left; width: 100%; }
.suite-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 0; padding: 0; list-style: none; }
.suite-chips li {
    padding: 5px 11px; border-radius: 999px; font-size: 12.5px; font-weight: 500;
    border: 1px solid rgba(197, 207, 218, .26); background: rgba(255, 255, 255, .06); color: rgba(234, 241, 249, .88);
}
.suite-panel .button { margin-top: 6px; }
.suite-photo-link {
    align-self: center; padding: 4px; border: 0; background: none; cursor: pointer;
    font-size: 13.5px; color: rgba(234, 241, 249, .72); text-decoration: underline; text-underline-offset: 4px;
}
.suite-photo-link:hover { color: #fff; }

/* --- Bottom left: editorial copy ------------------------------------- */
.suite-copy {
    display: flex; flex-direction: column; gap: 14px; justify-content: center;
    padding: 32px 30px; border-radius: 26px;
    border: 1px solid rgba(197, 207, 218, .13); background: rgba(255, 255, 255, .03);
}
.suite-copy h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(24px, 2.4vw, 31px); color: #fff; line-height: 1.2; }
.suite-copy p { margin: 0; font-size: 15px; line-height: 1.78; color: rgba(234, 241, 249, .7); }
.suite-highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 18px; margin: 2px 0 0; padding: 0; list-style: none; }
.suite-highlights li { position: relative; padding-left: 20px; font-size: 14px; color: rgba(234, 241, 249, .78); }
.suite-highlights li::before { content: '✓'; position: absolute; left: 0; color: #8fb6dd; }
.suite-cta {
    align-self: flex-start; margin-top: 6px; padding: 11px 22px; border-radius: 999px;
    border: 1px solid rgba(197, 207, 218, .38); color: #fff; text-decoration: none;
    font-size: 14px; font-weight: 600; transition: background .25s ease, border-color .25s ease;
}
.suite-cta:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .6); }

/* --- Bottom right: feature shot, deliberately not huge --------------- */
.suite-feature {
    position: relative; padding: 0; border: 0; cursor: zoom-in; overflow: hidden;
    border-radius: 26px; background: #0a1c33; min-height: 260px; max-height: 380px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, .36);
}
.suite-feature img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.suite-feature:hover img { transform: scale(1.04); }
.suite-feature-badge {
    position: absolute; right: 16px; bottom: 16px; padding: 7px 14px; border-radius: 999px;
    background: rgba(4, 16, 31, .76); color: #fff; font-size: 12.5px; letter-spacing: .04em;
    border: 1px solid rgba(255, 255, 255, .18); backdrop-filter: blur(4px);
}

/* --- Thumbnail strip -------------------------------------------------- */
.suite-strip { display: flex; gap: 10px; margin-top: 20px; overflow-x: auto; padding-bottom: 6px; }
.suite-strip .strip-thumb {
    flex: 0 0 96px; height: 70px; padding: 0; border: 1px solid rgba(197, 207, 218, .2);
    border-radius: 13px; overflow: hidden; cursor: zoom-in; background: #0a1c33; opacity: .78;
    transition: opacity .25s ease, transform .25s ease;
}
.suite-strip .strip-thumb:hover { opacity: 1; transform: translateY(-2px); }
.suite-strip .strip-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------------------------------------------------------- responsive --- */
@media (max-width: 1100px) {
    .suite-grid { grid-template-columns: 1fr; grid-template-areas: "cards" "panel" "feature" "copy"; }
    .suite-card { aspect-ratio: 4 / 3; }
    .suite-feature { max-height: 320px; }
}
@media (max-width: 640px) {
    .suite-shell { padding: 22px 0 48px; }
    .suite-cards { grid-template-columns: 1fr; }
    .suite-card { aspect-ratio: 16 / 11; }
    .suite-panel, .suite-copy { padding: 24px 20px; border-radius: 22px; }
    .suite-highlights { grid-template-columns: 1fr; }
    .suite-feature { min-height: 200px; max-height: 250px; }
    .suite-specs > div { flex-direction: column; align-items: flex-start; gap: 3px; }
    .suite-specs dd { text-align: left; }
}
@media (max-width: 360px) {
    .suite-strip .strip-thumb { flex: 0 0 78px; height: 58px; }
}

/* The rooms listing no longer needs the full section padding underneath. */
.rooms-listing { padding-top: 54px; padding-bottom: 58px; }
.rooms-listing .room-grid { margin-bottom: 0; }
@media (max-width: 640px) { .rooms-listing { padding-top: 34px; padding-bottom: 38px; } }
