/*
Theme Name: Sur Hotel
Theme URI: https://surhotel.net/
Author: Nasser Al Daoudi / Sur Hotel
Author URI: https://surhotel.net/
Description: A lightweight hotel-management WordPress theme with rooms, room units, tours, dining, galleries, extras, shortcodes and direct confirmations without WooCommerce.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: sur-hotel
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --sh-ink: #152325;
  --sh-ink-soft: #33484b;
  --sh-copper: #b76736;
  --sh-copper-dark: #8e4525;
  --sh-sand: #f2ece2;
  --sh-sand-deep: #e6dac8;
  --sh-cream: #fbf8f2;
  --sh-sea: #1d5d62;
  --sh-sea-deep: #0e3d42;
  --sh-white: #ffffff;
  --sh-line: rgba(21, 35, 37, .14);
  --sh-shadow: 0 24px 70px rgba(21, 35, 37, .13);
  --sh-radius: 1.25rem;
  --sh-container: min(1180px, calc(100vw - 40px));
  --sh-header-bg: #fbf8f2;
  --sh-header-text: #152325;
  --sh-font-body: "Segoe UI", Arial, sans-serif;
  --sh-font-heading: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sh-cream);
  color: var(--sh-ink);
  font-family: var(--sh-font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .sh-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(183, 103, 54, .45);
  outline-offset: 3px;
}
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  font-family: var(--sh-font-heading);
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
.sh-container { width: var(--sh-container); margin-inline: auto; }
.sh-section { padding: clamp(72px, 9vw, 132px) 0; }
.sh-section--tight { padding: 56px 0; }
.sh-section--sand { background: var(--sh-sand); }
.sh-section--ink { background: var(--sh-ink); color: var(--sh-white); }
.sh-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
  color: var(--sh-copper);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.sh-kicker::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.sh-lead { max-width: 720px; color: var(--sh-ink-soft); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.sh-section--ink .sh-lead { color: rgba(255,255,255,.72); }
.screen-reader-text {
  position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Header */
.sh-topbar { background: var(--sh-sea-deep); color: rgba(255,255,255,.86); font-size: .78rem; letter-spacing: .03em; }
.sh-topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.sh-topbar a:hover { color: var(--sh-white); }
.sh-header {
  position: sticky; top: 0; z-index: 50; background: var(--sh-header-bg);
  color: var(--sh-header-text);
  border-bottom: 1px solid var(--sh-line); backdrop-filter: blur(16px);
}
.sh-no-sticky-header .sh-header { position: relative; }
.sh-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sh-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.sh-brand__mark {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--sh-ink); color: var(--sh-white); font-family: var(--sh-font-heading);
  font-weight: 700; letter-spacing: -.08em;
}
.sh-brand__text strong { display: block; font-family: var(--sh-font-heading); font-size: 1.18rem; letter-spacing: .04em; }
.sh-brand__text span { display: block; margin-top: -4px; color: var(--sh-copper); font-size: .63rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sh-menu { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); margin: 0; padding: 0; list-style: none; }
.sh-menu a { position: relative; font-size: .9rem; font-weight: 650; }
.sh-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sh-copper); transition: right .2s ease; }
.sh-menu a:hover::after, .sh-menu .current-menu-item > a::after { right: 0; }
.sh-nav__actions { display: flex; align-items: center; gap: 10px; }
.sh-menu-toggle { display: none; border: 1px solid var(--sh-line); background: transparent; border-radius: 99px; padding: 10px 14px; color: var(--sh-ink); }
.sh-header-layout-centered .sh-nav { display: grid; grid-template-columns: 1fr auto 1fr; padding-block: 16px; }
.sh-header-layout-centered .sh-brand { grid-column: 2; justify-self: center; }
.sh-header-layout-centered .sh-nav__menu { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
.sh-header-layout-centered .sh-nav__actions { grid-column: 3; grid-row: 1; justify-self: end; }
.sh-header-layout-compact .sh-nav { min-height: 64px; }
.sh-header-layout-compact .sh-brand__mark { width: 38px; height: 38px; }
.sh-header-layout-compact .sh-brand__text span { display: none; }
.home.sh-header-layout-transparent .sh-header { position: absolute; left: 0; right: 0; background: transparent; color: #fff; border-color: rgba(255,255,255,.2); backdrop-filter: none; }
.home.sh-header-layout-transparent .sh-brand__mark { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32); }
.home.sh-header-layout-transparent .sh-brand__text span, .home.sh-header-layout-transparent .sh-menu a { color: #fff; }

/* Buttons */
.sh-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px;
  background: var(--sh-copper); color: var(--sh-white); font-size: .86rem; font-weight: 800;
  cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.sh-button:hover { background: var(--sh-copper-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(142,69,37,.22); }
.sh-button--dark { background: var(--sh-ink); }
.sh-button--dark:hover { background: var(--sh-sea-deep); }
.sh-button--ghost { background: transparent; border-color: currentColor; color: inherit; }
.sh-button--ghost:hover { background: rgba(255,255,255,.09); }
.sh-button--small { min-height: 40px; padding: .55rem 1rem; }
.sh-text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--sh-copper-dark); font-weight: 800; }
.sh-text-link:hover { color: var(--sh-copper); }

/* Hero */
.sh-hero { position: relative; min-height: 720px; display: grid; align-items: end; overflow: hidden; background: var(--sh-ink); color: var(--sh-white); }
.sh-hero__media { position: absolute; inset: 0; }
.sh-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.sh-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,27,29,.9) 0%, rgba(11,27,29,.57) 45%, rgba(11,27,29,.12) 78%), linear-gradient(0deg, rgba(11,27,29,.65), transparent 55%); }
.sh-hero__inner { position: relative; z-index: 2; padding: 110px 0 165px; }
.sh-hero__copy { max-width: 760px; }
.sh-hero h1 { margin-bottom: 1.25rem; text-wrap: balance; }
.sh-hero h1 em { color: #e2b890; font-weight: 400; }
.sh-hero__copy > p { max-width: 650px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.sh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sh-bookbar-wrap { position: relative; z-index: 4; height: 0; }
.sh-bookbar { transform: translateY(-50%); background: var(--sh-white); border-radius: var(--sh-radius); box-shadow: var(--sh-shadow); padding: 24px; color: var(--sh-ink); }
.sh-bookbar form { display: grid; grid-template-columns: repeat(2, 1fr) .75fr .75fr auto; align-items: end; gap: 14px; }
.sh-field label { display: block; margin: 0 0 7px; color: var(--sh-ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sh-field input, .sh-field select, .sh-field textarea {
  width: 100%; min-height: 49px; padding: .72rem .82rem; border: 1px solid var(--sh-line); border-radius: .7rem;
  background: #fff; color: var(--sh-ink); font: inherit;
}
.sh-field textarea { min-height: 118px; resize: vertical; }
.sh-field input:focus, .sh-field select:focus, .sh-field textarea:focus { border-color: var(--sh-copper); outline: 2px solid rgba(183,103,54,.12); }
.sh-field__hint { display: block; margin-top: 5px; color: #667476; font-size: .73rem; }

/* Grids and cards */
.sh-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.sh-heading-row h2 { max-width: 760px; margin-bottom: 0; }
.sh-grid { display: grid; gap: 24px; }
.sh-grid--rooms { grid-template-columns: repeat(2, minmax(0,1fr)); }
.sh-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.sh-card { background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: var(--sh-radius); overflow: hidden; box-shadow: 0 14px 40px rgba(21,35,37,.06); }
.sh-room-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 320px; }
.sh-room-card__media { position: relative; min-height: 290px; overflow: hidden; }
.sh-room-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sh-room-card:hover .sh-room-card__media img { transform: scale(1.035); }
.sh-room-card__body { display: flex; flex-direction: column; padding: 28px; }
.sh-room-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 10px 0 18px; color: var(--sh-ink-soft); font-size: .8rem; }
.sh-room-card__meta span { display: inline-flex; align-items: center; gap: .4rem; }
.sh-room-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--sh-line); }
.sh-price small { display: block; color: #718083; font-size: .68rem; text-transform: uppercase; }
.sh-price strong { font-family: var(--sh-font-heading); font-size: 1.18rem; }
.sh-tour-card { position: relative; min-height: 385px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: var(--sh-sea-deep); color: #fff; overflow: hidden; }
.sh-tour-card__media { position: absolute; inset: 0; }
.sh-tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sh-tour-card:hover .sh-tour-card__media img { transform: scale(1.035); }
.sh-tour-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,24,26,.08), rgba(9,24,26,.9)); }
.sh-tour-card::before { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -70px; top: -70px; box-shadow: 0 0 0 38px rgba(255,255,255,.05), 0 0 0 76px rgba(255,255,255,.035); }
.sh-tour-card__number { position: absolute; z-index: 2; top: 24px; left: 28px; font-family: var(--sh-font-heading); font-size: 3.2rem; color: rgba(255,255,255,.62); }
.sh-tour-card__body { position: relative; z-index: 2; }
.sh-tour-card__meta { margin-bottom: 12px; color: rgba(255,255,255,.72); font-size: .77rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.sh-tour-card p { color: rgba(255,255,255,.78); }
.sh-tour-card .sh-text-link { color: #fff; }
.sh-booking-badge { display: inline-flex; align-items: center; width: fit-content; padding: 6px 10px; border: 1px solid rgba(23,101,65,.18); border-radius: 999px; background: #e1f4eb; color: #176541; font-size: .65rem; font-weight: 850; letter-spacing: .035em; line-height: 1.25; }
.sh-booking-badge--request { border-color: rgba(132,86,26,.2); background: #fff2dd; color: #84561a; }
.sh-booking-badge--disabled { border-color: rgba(75,87,89,.18); background: #edf0ef; color: #4b5759; }
.sh-room-card__media > .sh-booking-badge { position: absolute; z-index: 2; top: 16px; left: 16px; }
.sh-tour-card .sh-booking-badge { margin-bottom: 12px; border-color: rgba(255,255,255,.2); box-shadow: 0 5px 20px rgba(0,0,0,.12); }
.sh-tour-feature-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 18px; }
.sh-tour-feature-chips span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.9); font-size: .63rem; font-weight: 750; }

/* Feature and dining */
.sh-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--sh-line); border: 1px solid var(--sh-line); border-radius: var(--sh-radius); overflow: hidden; }
.sh-feature { background: var(--sh-cream); padding: 30px 24px; }
.sh-feature svg { width: 28px; height: 28px; color: var(--sh-copper); }
.sh-feature h3 { margin: 18px 0 8px; font-size: 1.18rem; }
.sh-feature p { margin: 0; color: var(--sh-ink-soft); font-size: .88rem; }
.sh-welcome { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; background: var(--sh-white); }
.sh-welcome__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 7vw, 100px); }
.sh-welcome__content p { color: var(--sh-ink-soft); }
.sh-welcome__media { overflow: hidden; }
.sh-welcome__media img { width: 100%; height: 100%; object-fit: cover; }
.sh-dining { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 620px; }
.sh-dining__media { position: relative; overflow: hidden; }
.sh-dining__media img { width: 100%; height: 100%; object-fit: cover; }
.sh-dining__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 100px); background: var(--sh-sea-deep); color: #fff; }
.sh-dining__content p { color: rgba(255,255,255,.74); }
.sh-dining__list { display: grid; gap: 10px; margin: 22px 0 32px; padding: 0; list-style: none; }
.sh-dining__list li { display: flex; gap: 10px; align-items: center; }
.sh-dining__list li::before { content: ""; width: 7px; height: 7px; background: #e2b890; border-radius: 50%; }

/* Inner pages */
.sh-page-hero { padding: clamp(82px, 10vw, 140px) 0 72px; background: var(--sh-ink); color: #fff; }
.sh-page-hero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.sh-page-hero h1 { max-width: 900px; margin-bottom: 22px; }
.sh-crumbs { margin-bottom: 28px; color: rgba(255,255,255,.6); font-size: .78rem; }
.sh-crumbs a:hover { color: #fff; }
.sh-single-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(310px,.6fr); gap: 44px; align-items: start; }
.sh-single-media { margin-bottom: 34px; border-radius: var(--sh-radius); overflow: hidden; }
.sh-single-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sh-prose { font-size: 1.02rem; }
.sh-prose h2, .sh-prose h3 { margin-top: 2em; }
.sh-prose ul { padding-left: 1.25rem; }
.sh-sidebar-card { position: sticky; top: 120px; padding: 28px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: var(--sh-radius); box-shadow: var(--sh-shadow); }
.sh-sidebar-card h2 { font-size: 1.65rem; }
.sh-sidebar-card .sh-button { width: 100%; margin-top: 14px; }
.sh-data-list { display: grid; gap: 0; margin: 20px 0; border-top: 1px solid var(--sh-line); }
.sh-data-list__row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--sh-line); }
.sh-data-list__row span { color: var(--sh-ink-soft); }
.sh-data-list__row strong { text-align: right; }

/* Booking */
.sh-booking-shell { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 34px; align-items: start; }
.sh-booking-panel { padding: 30px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: var(--sh-radius); box-shadow: 0 18px 50px rgba(21,35,37,.07); }
.sh-search-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.sh-search-form .sh-field--full { grid-column: 1 / -1; }
.sh-search-form .sh-button { justify-self: start; }
.sh-results { display: grid; gap: 20px; margin-top: 28px; }
.sh-available-room { display: grid; grid-template-columns: 190px 1fr auto; gap: 22px; align-items: center; padding: 18px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: 1rem; }
.sh-available-room img { width: 190px; height: 135px; object-fit: cover; border-radius: .75rem; }
.sh-available-room h3 { margin-bottom: 8px; }
.sh-available-room p { margin-bottom: 0; color: var(--sh-ink-soft); font-size: .88rem; }
.sh-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.sh-form-grid .sh-field--full { grid-column: 1 / -1; }
.sh-notice { margin-bottom: 24px; padding: 16px 18px; border-left: 4px solid var(--sh-sea); border-radius: .6rem; background: #eaf5f3; }
.sh-notice--error { border-color: #b43b33; background: #fbebea; }
.sh-notice strong { display: block; }
.sh-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.sh-consent { display: flex; align-items: flex-start; gap: 11px; color: var(--sh-ink-soft); font-size: .82rem; line-height: 1.55; }
.sh-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--sh-copper); }
.sh-trust-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.sh-trust-list li { display: flex; gap: 10px; align-items: flex-start; }
.sh-trust-list svg { flex: 0 0 20px; margin-top: 3px; color: var(--sh-copper); }
.sh-extra-options { min-width: 0; margin: 4px 0; padding: 18px; border: 1px solid var(--sh-line); border-radius: .9rem; }
.sh-extra-options legend { padding: 0 8px; font-family: var(--sh-font-heading); font-size: 1.25rem; font-weight: 700; }
.sh-extra-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--sh-line); font-size: .82rem; }
.sh-extra-option:last-child { border-bottom: 0; }
.sh-extra-option > label { display: flex; align-items: flex-start; gap: 9px; }
.sh-extra-option small { display: block; color: var(--sh-ink-soft); }
.sh-extra-option input[type="checkbox"] { margin-top: 4px; accent-color: var(--sh-copper); }
.sh-extra-option input[type="number"] { width: 58px; min-height: 34px; padding: 4px 7px; border: 1px solid var(--sh-line); border-radius: .45rem; }
.sh-listing-booking { margin-top: 44px; }
.sh-tour-booking { margin-top: 22px; }
.sh-booking-method { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 16px 0 22px; padding: 14px 16px; border: 1px solid rgba(23,101,65,.2); border-radius: .8rem; background: #eaf6f0; color: #176541; }
.sh-booking-method span { color: var(--sh-ink-soft); font-size: .78rem; text-align: right; }
.sh-booking-method--request { border-color: rgba(132,86,26,.2); background: #fff6e8; color: #84561a; }
.sh-booking-unavailable { padding: 20px; border: 1px solid var(--sh-line); border-radius: .9rem; background: var(--sh-sand); }
.sh-booking-unavailable p { margin: 6px 0 14px; color: var(--sh-ink-soft); }

/* Reusable listings, galleries and extras */
.sh-shortcode-listings { display: grid; gap: 24px; }
.sh-shortcode-listings.sh-columns-1 { grid-template-columns: 1fr; }
.sh-shortcode-listings.sh-columns-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.sh-shortcode-listings.sh-columns-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.sh-shortcode-listings.sh-columns-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.sh-shortcode-rooms .sh-room-card { grid-template-columns: 1fr; }
.sh-shortcode-rooms .sh-room-card__media { min-height: 230px; }
.sh-shortcode-listings.sh-layout-list { grid-template-columns: 1fr; }
.sh-shortcode-listings.sh-layout-list .sh-room-card { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
.sh-shortcode-listings.sh-layout-compact { gap: 14px; }
.sh-listing-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 36px; }
.sh-listing-gallery.sh-columns-1 { grid-template-columns: 1fr; }
.sh-listing-gallery.sh-columns-2 { grid-template-columns: repeat(2,1fr); }
.sh-listing-gallery.sh-columns-4 { grid-template-columns: repeat(4,1fr); }
.sh-listing-gallery a { min-height: 180px; overflow: hidden; border-radius: .9rem; }
.sh-listing-gallery a:first-child { grid-column: span 2; grid-row: span 2; }
.sh-listing-gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.sh-listing-gallery a:hover img { transform: scale(1.025); }
.sh-listing-section { margin-top: 48px; }
.sh-amenities { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; }
.sh-amenities li { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: .75rem; }
.sh-amenities svg { width: 19px; color: var(--sh-copper); }
.sh-extras-showcase { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 38px; }
.sh-extras-showcase article { display: flex; gap: 15px; padding: 18px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: .9rem; }
.sh-extras-showcase img { flex: 0 0 76px; width: 76px; height: 76px; object-fit: cover; border-radius: .65rem; }
.sh-extras-showcase h3 { margin-bottom: 4px; font-size: 1.1rem; }
.sh-extras-showcase p { margin-bottom: 6px; color: var(--sh-ink-soft); font-size: .8rem; }
.sh-extras-showcase strong { color: var(--sh-copper-dark); font-size: .8rem; }

/* Food menu */
.sh-menu-category { margin-bottom: 52px; }
.sh-menu-category__head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.sh-menu-category__head::after { content: ""; flex: 1; height: 1px; background: var(--sh-line); }
.sh-food-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.sh-food-item { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--sh-line); }
.sh-food-item h3 { margin-bottom: 3px; font-size: 1.12rem; }
.sh-food-item p { margin: 0; color: var(--sh-ink-soft); font-size: .82rem; }
.sh-food-item__price { flex: 0 0 auto; color: var(--sh-copper-dark); font-weight: 800; }
.sh-food-card { display: grid; grid-template-columns: 150px minmax(0,1fr); min-height: 170px; overflow: hidden; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: 1rem; box-shadow: 0 12px 34px rgba(21,35,37,.05); }
.sh-food-card__media { position: relative; min-height: 170px; }
.sh-food-card__media img { width: 100%; height: 100%; object-fit: cover; }
.sh-food-card__media > span { position: absolute; left: 10px; bottom: 10px; padding: 5px 9px; border-radius: 99px; background: var(--sh-copper); color: #fff; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.sh-food-card__body { align-self: center; padding: 20px; }
.sh-food-card__top { display: flex; justify-content: space-between; gap: 12px; }
.sh-food-card__top h3 { margin-bottom: 7px; font-size: 1.25rem; }
.sh-food-card__top strong { color: var(--sh-copper-dark); font-size: .85rem; }
.sh-food-card__body > p { margin-bottom: 13px; color: var(--sh-ink-soft); font-size: .84rem; line-height: 1.5; }
.sh-food-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.sh-food-card__tags span { padding: 4px 8px; border-radius: 99px; background: var(--sh-sand); color: var(--sh-sea-deep); font-size: .65rem; font-weight: 750; text-transform: capitalize; }
.sh-food-card.is-featured { border-color: rgba(183,103,54,.45); box-shadow: 0 18px 42px rgba(183,103,54,.11); }

/* Secure printable confirmation */
.sh-confirmation-page { min-height: 80vh; background: radial-gradient(circle at 10% 10%, rgba(183,103,54,.12), transparent 30%), linear-gradient(145deg, var(--sh-sand), var(--sh-cream)); }
.sh-confirmation { position: relative; max-width: 900px; margin-inline: auto; overflow: hidden; padding: clamp(26px,5vw,58px); background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: 1.6rem; box-shadow: 0 30px 90px rgba(21,35,37,.17); }
.sh-confirmation::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--sh-sea), var(--sh-copper)); }
.sh-confirmation__brand { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--sh-line); }
.sh-confirmation__identity { display: flex; align-items: center; gap: 12px; }
.sh-confirmation__identity > span:last-child { display: grid; }
.sh-confirmation__identity strong { font-family: var(--sh-font-heading); font-size: 1.45rem; }
.sh-confirmation__identity small { color: var(--sh-copper-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sh-confirmation__mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--sh-ink); color: #fff; font-family: var(--sh-font-heading); font-weight: 800; }
.sh-confirmation__logo { max-width: 180px; max-height: 58px; object-fit: contain; }
.sh-confirmation__reference { display: grid; justify-items: end; gap: 2px; }
.sh-confirmation__reference span { color: var(--sh-ink-soft); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.sh-confirmation__reference strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1rem; letter-spacing: .04em; }
.sh-confirmation__hero { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 22px; align-items: start; padding: 34px 0 26px; }
.sh-confirmation__seal { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #e1f4eb; color: #176541; }
.sh-confirmation--pending .sh-confirmation__seal { background: #fff2dd; color: #84561a; }
.sh-confirmation--cancelled .sh-confirmation__seal { background: #f8e6e4; color: #8d2d27; }
.sh-confirmation__seal svg { width: 31px; height: 31px; }
.sh-confirmation__hero h1 { margin-bottom: 10px; font-size: clamp(2rem,5vw,3.6rem); }
.sh-confirmation__hero p { max-width: 690px; margin: 0; color: var(--sh-ink-soft); }
.sh-status { display: inline-flex; margin: 0 0 12px; padding: 7px 11px; border-radius: 99px; background: #fff2dd; color: #84561a; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sh-status--confirmed { background: #e1f4eb; color: #176541; }
.sh-status--cancelled { background: #f8e6e4; color: #8d2d27; }
.sh-confirmation__method { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding: 13px 16px; border-radius: .8rem; background: var(--sh-sand); }
.sh-confirmation__method span { color: var(--sh-ink-soft); }
.sh-confirmation__details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--sh-line); border-left: 1px solid var(--sh-line); }
.sh-confirmation__details > div { display: grid; gap: 4px; padding: 17px; border-right: 1px solid var(--sh-line); border-bottom: 1px solid var(--sh-line); }
.sh-confirmation__details span { color: var(--sh-ink-soft); font-size: .7rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.sh-confirmation__details strong { font-size: .92rem; }
.sh-confirmation__section { margin-top: 28px; }
.sh-confirmation__section h2 { margin-bottom: 13px; font-size: 1.35rem; }
.sh-confirmation__extras { border-top: 1px solid var(--sh-line); }
.sh-confirmation__extras > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--sh-line); }
.sh-confirmation__extras span { display: grid; }
.sh-confirmation__extras small { color: var(--sh-ink-soft); }
.sh-confirmation__notes { padding: 18px; border-radius: .9rem; background: var(--sh-sand); }
.sh-confirmation__notes p { margin: 0; color: var(--sh-ink-soft); }
.sh-confirmation__support { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-top: 28px; padding: 18px; border-left: 4px solid var(--sh-copper); background: #fbf6ef; }
.sh-confirmation__support div { display: grid; }
.sh-confirmation__support span { color: var(--sh-ink-soft); font-size: .78rem; }
.sh-confirmation__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.sh-confirmation footer { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--sh-line); color: var(--sh-ink-soft); font-size: .8rem; }

/* Contact/footer */
.sh-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sh-contact-card { padding: 28px; background: var(--sh-white); border: 1px solid var(--sh-line); border-radius: 1rem; }
.sh-contact-card svg { width: 25px; color: var(--sh-copper); }
.sh-contact-card h3 { margin: 17px 0 8px; }
.sh-contact-card p { margin-bottom: 0; color: var(--sh-ink-soft); }
.sh-footer { padding: 74px 0 24px; background: #0e1c1e; color: #fff; }
.sh-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 48px; }
.sh-footer h2, .sh-footer h3 { font-size: 1rem; letter-spacing: .04em; }
.sh-footer p, .sh-footer li, .sh-footer a { color: rgba(255,255,255,.65); font-size: .86rem; }
.sh-footer a:hover { color: #fff; }
.sh-footer ul { margin: 0; padding: 0; list-style: none; }
.sh-footer li + li { margin-top: 8px; }
.sh-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.sh-whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #20b859; color: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.24); }
.sh-whatsapp svg { width: 27px; height: 27px; }

.pagination .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--sh-line); border-radius: 50%; }
.pagination .current { background: var(--sh-ink); color: #fff; }

@media (max-width: 1050px) {
  .sh-nav .sh-button { display: none; }
  .sh-menu { gap: 20px; }
  .sh-bookbar form { grid-template-columns: repeat(2,1fr); }
  .sh-bookbar form .sh-button { grid-column: 1/-1; }
  .sh-grid--three { grid-template-columns: repeat(2,1fr); }
  .sh-feature-grid { grid-template-columns: repeat(2,1fr); }
  .sh-room-card { grid-template-columns: 1fr; }
  .sh-room-card__media { min-height: 250px; }
  .sh-booking-shell { grid-template-columns: 1fr; }
  .sh-booking-shell .sh-sidebar-card { position: static; }
  .sh-shortcode-listings.sh-columns-3, .sh-shortcode-listings.sh-columns-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 780px) {
  body.admin-bar .sh-header { top: 46px; }
  .sh-topbar__inner span:last-child { display: none; }
  .sh-header { position: sticky; }
  .sh-nav { min-height: 72px; }
  .sh-header-layout-centered .sh-nav { display: flex; padding-block: 0; }
  .sh-header-layout-centered .sh-brand { justify-self: auto; }
  .home.sh-header-layout-transparent .sh-nav__menu { background: rgba(14,29,31,.97); }
  .sh-menu-toggle { display: inline-flex; }
  .sh-nav__menu { position: absolute; display: none; top: 100%; left: 0; right: 0; padding: 14px 20px 22px; background: var(--sh-cream); border-bottom: 1px solid var(--sh-line); box-shadow: 0 18px 38px rgba(21,35,37,.12); }
  .sh-nav__menu.is-open { display: block; }
  .sh-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .sh-menu a { display: block; padding: 11px 4px; }
  .sh-menu a::after { display: none; }
  .sh-hero { min-height: 650px; }
  .sh-hero__inner { padding: 82px 0 150px; }
  .sh-hero__media::after { background: linear-gradient(90deg, rgba(11,27,29,.88), rgba(11,27,29,.35)), linear-gradient(0deg, rgba(11,27,29,.7), transparent 58%); }
  .sh-bookbar-wrap { height: auto; background: var(--sh-sand); }
  .sh-bookbar { transform: translateY(-65px); margin-bottom: -65px; }
  .sh-bookbar form { grid-template-columns: 1fr 1fr; }
  .sh-heading-row { align-items: start; flex-direction: column; }
  .sh-grid--rooms, .sh-grid--three, .sh-welcome, .sh-dining, .sh-contact-grid, .sh-footer__grid, .sh-single-grid { grid-template-columns: 1fr; }
  .sh-welcome__media { min-height: 420px; order: -1; }
  .sh-dining__media { min-height: 430px; }
  .sh-food-grid { grid-template-columns: 1fr; }
  .sh-shortcode-listings.sh-columns-2, .sh-shortcode-listings.sh-columns-3, .sh-shortcode-listings.sh-columns-4 { grid-template-columns: 1fr; }
  .sh-shortcode-listings.sh-layout-list .sh-room-card { grid-template-columns: 1fr; }
  .sh-listing-gallery { grid-template-columns: repeat(2,1fr); }
  .sh-listing-gallery.sh-columns-4 { grid-template-columns: repeat(2,1fr); }
  .sh-extras-showcase { grid-template-columns: 1fr; }
  .sh-available-room { grid-template-columns: 120px 1fr; }
  .sh-available-room img { width: 120px; height: 110px; }
  .sh-available-room .sh-button { grid-column: 1/-1; }
  .sh-footer__grid { gap: 30px; }
}

@media (max-width: 520px) {
  :root { --sh-container: min(100% - 28px, 1180px); }
  .sh-topbar { display: none; }
  .sh-brand__text span { display: none; }
  .sh-hero { min-height: 620px; }
  .sh-hero__actions { align-items: stretch; flex-direction: column; }
  .sh-hero__actions .sh-button { width: 100%; }
  .sh-bookbar { padding: 18px; }
  .sh-bookbar form, .sh-search-form, .sh-form-grid { grid-template-columns: 1fr; }
  .sh-search-form .sh-field--full, .sh-form-grid .sh-field--full { grid-column: auto; }
  .sh-bookbar form .sh-button { grid-column: auto; }
  .sh-feature-grid { grid-template-columns: 1fr; }
  .sh-listing-gallery a:first-child { grid-column: 1 / -1; grid-row: auto; }
  .sh-amenities { grid-template-columns: 1fr; }
  .sh-food-card { grid-template-columns: 110px minmax(0,1fr); }
	.sh-extra-option { align-items: flex-start; flex-direction: column; }
	.sh-booking-method { align-items: flex-start; flex-direction: column; }
	.sh-booking-method span { text-align: left; }
	.sh-confirmation__brand { align-items: flex-start; flex-direction: column; }
	.sh-confirmation__reference { justify-items: start; }
	.sh-confirmation__hero { grid-template-columns: 1fr; }
	.sh-confirmation__details { grid-template-columns: 1fr; }
	.sh-confirmation__support { align-items: flex-start; flex-direction: column; }
  .sh-room-card__body, .sh-tour-card, .sh-booking-panel { padding: 22px; }
  .sh-available-room { grid-template-columns: 1fr; }
  .sh-available-room img { width: 100%; height: 190px; }
  .sh-footer__bottom { flex-direction: column; }
}

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

@media print {
  @page { margin: 16mm; }
  body { background: #fff!important; color: #111!important; }
  .sh-topbar, .sh-header, .sh-footer, .sh-whatsapp, .sh-confirmation__actions { display: none!important; }
  .sh-confirmation-page, .sh-confirmation-page .sh-section { min-height: 0; padding: 0; background: #fff!important; }
	.sh-confirmation { max-width: none; padding: 0; border: 0; box-shadow: none; }
	.sh-confirmation::before { display: none; }
	.sh-confirmation__details > div, .sh-confirmation__extras > div { break-inside: avoid; }
}
