@charset "UTF-8";
:root {
  --skip--bg: #000;
  --skip--text: #fff;
}

:root {
  /* TODO: icons for theme. */
  --icon-forward: url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Forward'%3e %3cpath id='Vector 1' d='M35.4999 20L5.49988 20' stroke='white' stroke-width='1.5'/%3e %3cpath id='Vector 4' d='M20.4999 35L35.4999 20L20.4999 5' stroke='white' stroke-width='1.5'/%3e %3c/g%3e %3c/svg%3e");
}

/* Baskervville — headings (--wp--preset--font-family--headings) */
/* baskervville-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Baskervville";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/baskervville-v20-latin-ext-regular.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* baskervville-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Baskervville";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/baskervville-v20-latin-regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* baskervville-italic - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Baskervville";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/baskervville-v20-latin-ext-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* baskervville-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Baskervville";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/baskervville-v20-latin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Figtree — body, buttons, links (--wp--preset--font-family--body) */
/* Variable font (weight axis 300–700 in a single file) covers Light/Regular/Medium/SemiBold/Bold. */
/* figtree-variable - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 700;
  src: url("../../fonts/figtree-v9-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* figtree-variable - latin */
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 700;
  src: url("../../fonts/figtree-v9-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==========================================================================
   Typography
   Hostal Empúries — Baskervville / Figtree
   ========================================================================== */
/* Base
   ========================================================================== */
:root {
  font-family: var(--wp--preset--font-family--body, "Figtree", sans-serif);
  line-height: 1.5;
}

body {
  font-size: var(--wp--preset--font-size--body-m);
  font-weight: 400;
  color: var(--wp--preset--color--neutral-dark);
  margin: 0;
  background-color: var(--wp--preset--color--neutral-white);
}

/* Placeholders
   ========================================================================== */
h4,
h5,
h6, h3,
.has-h-3-font-size, h2,
.has-h-2-font-size, h1,
.has-h-1-font-size {
  font-family: var(--wp--preset--font-family--headings);
  font-weight: 400;
  color: var(--wp--preset--color--neutral-dark);
}

.has-body-xs-font-size, .has-body-s-font-size, .has-body-m-font-size, .has-body-l-font-size, .has-body-xl-font-size {
  font-family: var(--wp--preset--font-family--body);
  color: var(--wp--preset--color--neutral-dark);
  line-height: 1.5;
}

.has-button-s-font-size, .has-button-m-font-size, .has-button-l-font-size, .has-button-xl-font-size {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 600;
  color: var(--wp--preset--color--neutral-dark);
}

a, .has-text-link-s-font-size, .has-text-link-m-font-size {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 400;
  color: var(--wp--preset--color--neutral-dark);
}

/* Headings
   ========================================================================== */
h1,
.has-h-1-font-size {
  font-size: var(--wp--preset--font-size--h-1) !important;
  line-height: var(--wp--custom--line-height--h-1);
}

h2,
.has-h-2-font-size {
  font-size: var(--wp--preset--font-size--h-2) !important;
  line-height: var(--wp--custom--line-height--h-2);
}

h3,
.has-h-3-font-size {
  font-size: var(--wp--preset--font-size--h-3) !important;
  line-height: var(--wp--custom--line-height--h-3);
}

h4,
h5,
h6 {
  font-size: var(--wp--preset--font-size--h-3) !important;
  line-height: var(--wp--custom--line-height--h-3);
}

/* Body
   ========================================================================== */
.has-body-xl-font-size {
  font-size: var(--wp--preset--font-size--body-xl) !important;
  line-height: var(--wp--custom--line-height--body-xl);
}

.has-body-l-font-size {
  font-size: var(--wp--preset--font-size--body-l) !important;
  line-height: var(--wp--custom--line-height--body-l);
}

.has-body-m-font-size {
  font-size: var(--wp--preset--font-size--body-m) !important;
  line-height: var(--wp--custom--line-height--body-m);
}

.has-body-s-font-size {
  font-size: var(--wp--preset--font-size--body-s) !important;
  line-height: var(--wp--custom--line-height--body-s);
}

.has-body-xs-font-size {
  font-size: var(--wp--preset--font-size--body-xs) !important;
  line-height: var(--wp--custom--line-height--body-xs);
}

/* Buttons & text links
   ========================================================================== */
.has-button-xl-font-size {
  font-size: var(--wp--preset--font-size--button-xl) !important;
  line-height: var(--wp--custom--line-height--button-xl);
}

.has-button-l-font-size {
  font-size: var(--wp--preset--font-size--button-l) !important;
  line-height: var(--wp--custom--line-height--button-l);
}

.has-button-m-font-size {
  font-size: var(--wp--preset--font-size--button-m) !important;
  line-height: var(--wp--custom--line-height--button-m);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.has-button-s-font-size {
  font-size: var(--wp--preset--font-size--button-s) !important;
  line-height: var(--wp--custom--line-height--button-s);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.has-text-link-m-font-size {
  font-size: var(--wp--preset--font-size--text-link-m) !important;
  line-height: var(--wp--custom--line-height--text-link-m);
}

.has-text-link-s-font-size {
  font-size: var(--wp--preset--font-size--text-link-s) !important;
  line-height: var(--wp--custom--line-height--text-link-s);
}

/* Links
   ========================================================================== */
a {
  font-size: var(--wp--preset--font-size--text-link-m);
  text-decoration-color: currentColor;
}

a:where(:hover, :focus) {
  color: var(--wp--preset--color--primary-soil);
}

/* Paragraphs & lists
   ========================================================================== */
p {
  margin: 0;
}

* + :is(p, ul, ol) {
  margin-top: 1em;
}

/* Invert mode — dark backgrounds
   ========================================================================== */
.is-invert {
  color: var(--wp--preset--color--neutral-white);
}

.is-invert :is(h1, h2, h3, h4, h5, h6),
.is-invert :is(.has-h-1-font-size,
.has-h-2-font-size,
.has-h-3-font-size) {
  color: var(--wp--preset--color--neutral-white);
}

.is-invert a {
  color: var(--wp--preset--color--neutral-white);
}

.is-invert a:where(:hover, :focus) {
  color: var(--wp--preset--color--secondary-sand-50);
}

/* Accessibility
   ========================================================================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ==========================================================================
   Buttons
   Hostal Empúries — Solid Buttons / Text Links / Icon Buttons
   Figma: node-id=1-1657 ("Buttons") + node-id=1-1267 ("Typography")

   State model (from the Figma "Información de estados" panel — keep this
   mapping, it is NOT the naive one):
   - Enabled : default, resting state.
   - Hover   : `:hover` (cursor over — doesn't exist on touch devices).
   - Active  : current-page / current-route state (e.g. active nav item) —
               use `.is-current` / `[aria-current]`, NOT the `:active` pseudo.
   - On click: the actual CSS `:active` pseudo (only while the mouse is down).
   - Focus   : `:focus-visible` (keyboard focus).
   - Disabled: `:disabled` / `[aria-disabled="true"]`.

   The 4px/8px/6px/16px gaps and paddings below are fixed component-chrome
   values straight from Figma (not part of the responsive spacing scale in
   theme-data/spacings.php, which covers layout/section spacing instead).

   NOTE: `--m`/`--s` modifiers are deliberately written as standalone
   top-level rules (not nested `&--m`) even though they compile to the exact
   same CSS either way — omitsis-design-system's SCSS auto-detection only
   reads root-level (depth-0) selectors, so nested modifiers are invisible
   to it. Keep new size/style variants flat for the same reason.

   Transitions: Figma's static frames don't encode timing/easing for state
   changes (there's no motion/prototype spec on this file, just the resting
   look of each state) — 150ms ease-out on the properties that actually
   change between states is a standard, unobtrusive default, not a Figma value.

   Force-state classes (.force-hover / .force-onclick / .force-focus) mirror
   :hover / :active / :focus-visible respectively — added so a static state
   grid (see omitsis-design-system's ds-buttons.php) can display every state
   side by side without requiring real mouse/keyboard interaction. `.is-current`
   already covers Figma's "Active" (current-page) as a real class, and
   `[aria-disabled="true"]` already works statically for Disabled.
   ========================================================================== */
/* Solid Buttons (Primary, M/S, optional leading/trailing icon)
   ========================================================================== */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 96px;
  padding: 0;
  text-decoration: none;
  transition: background-color 150ms ease-out, border-color 150ms ease-out, padding 150ms ease-out, opacity 150ms ease-out;
}
.btn__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn__icon {
  flex-shrink: 0;
}
.btn__underline {
  display: block;
  width: 24px;
  max-width: 100%;
  height: 0;
  border-bottom: 0.5px solid currentColor;
  transition: width 150ms ease-out, border-bottom-width 150ms ease-out;
}
.btn:where(:hover, .is-current, .force-hover) .btn__underline {
  width: 100%;
  border-bottom-width: 1px;
}
.btn:where(:focus-visible, .force-focus) {
  background-color: var(--wp--preset--color--secondary-sand-50);
  border: 0.5px solid var(--wp--preset--color--neutral-white);
  padding: 8px 16px;
  outline: none;
}
.btn:disabled, .btn[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn--m {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--button-m);
  line-height: var(--wp--custom--line-height--button-m);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn--m .btn__icon {
  width: var(--wp--custom--icon--s);
  height: var(--wp--custom--icon--s);
}

.btn--s {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--button-s);
  line-height: var(--wp--custom--line-height--button-s);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn--s .btn__icon {
  width: var(--wp--custom--icon--xs);
  height: var(--wp--custom--icon--xs);
}

/* Text Links (Buttons Text / For desktop, for mobile)
   Figma: node-id=1-1964 ("Link Desktop") + node-id=1-2039 ("Link Mobile") —
   `.text-link--m` (14px) is the desktop size/gap, `.text-link--s` (12px) mobile.

   Figma has Desktop and Mobile disagreeing slightly on two points, reconciled
   here into one implementation:
   - The pill background sits on "On click" (:active) on Desktop, but on
     "Focus" on Mobile (no hover on touch) — applied to BOTH here so mouse
     press and keyboard focus get the same feedback.
   - Disabled is opacity 30% + same text color on Mobile, but opacity 50% +
     text color → neutral-70 on Desktop. Using Desktop's fuller treatment.
   ========================================================================== */
.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--wp--preset--color--neutral-dark);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 150ms ease-out, background-color 150ms ease-out, padding 150ms ease-out, color 150ms ease-out, opacity 150ms ease-out;
}
.text-link__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.text-link:where(:hover, .is-current, .force-hover) {
  border-bottom: 1px solid currentColor;
}
.text-link:where(:active, :focus-visible, .force-onclick, .force-focus) {
  background-color: var(--wp--preset--color--secondary-sand-50);
  border-radius: 96px;
  padding: 4px 12px;
}
.text-link:focus-visible {
  outline: none;
}
.text-link[aria-disabled=true] {
  color: var(--wp--preset--color--neutral-70);
  opacity: 0.5;
  pointer-events: none;
}

.text-link--m {
  gap: 8px;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--text-link-m);
  line-height: var(--wp--custom--line-height--text-link-m);
}

.text-link--s {
  gap: 4px;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--text-link-s);
  line-height: var(--wp--custom--line-height--text-link-s);
}

/* Icon Button (Play, Pause, Close…)
   ========================================================================== */
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--wp--preset--color--neutral-dark);
  transition: background-color 150ms ease-out, box-shadow 150ms ease-out, opacity 150ms ease-out;
}
.icon-btn:where(:hover, .is-current, .force-hover) {
  background-color: var(--wp--preset--color--secondary-sand-50);
}
.icon-btn:where(:active, :focus-visible, .force-onclick, .force-focus) {
  background-color: var(--wp--preset--color--secondary-sand-50);
  box-shadow: 0 0 0 4px rgba(212, 149, 127, 0.7);
  outline: none;
}
.icon-btn.icon-btn--s:where(:active, :focus-visible, .force-onclick, .force-focus) {
  box-shadow: 0 0 0 2px rgba(212, 149, 127, 0.7);
}
.icon-btn:disabled, .icon-btn[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}

.icon-btn--m {
  padding: 8px;
}
.icon-btn--m .icon-btn__icon {
  width: var(--wp--custom--icon--xs);
  height: var(--wp--custom--icon--xs);
}

.icon-btn--s {
  padding: 6px;
}
.icon-btn--s .icon-btn__icon {
  width: 12px;
  height: 12px;
}

/* ==========================================================================
   Site Header
   Figma: node-id=1-5879 ("Nav_menu", desktop+mobile), node-id=4711-8978 /
   5139-11653 (Habitaciones mega-menu detail), node-id=4811-10686 /
   4811-11089 (MenuLevel1-Mobile / MenuLevel2-Mobile reference screenshots).

   Breakpoint: 1100px, matching the project convention (theme-data/custom.php
   grid columns switch) — desktop gets a horizontal bar + per-item flyout;
   mobile replaces Level 1 with a full "Level 2" screen while a submenu is
   open (back arrow + italic heading + divider), not an inline accordion —
   see .has-open-submenu / .site-nav__panel-back below and the shared
   back-bar markup injected by initSubmenuToggles() in hostal-empuries.js.
   ========================================================================== */
.hidden {
  display: none;
}

.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;
}

.site-header {
  position: relative;
  z-index: 50;
  background-color: var(--wp--preset--color--secondary-sand-10);
  border-bottom: 0.5px solid var(--wp--preset--color--neutral-dark);
}

.site-header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--m);
  padding-block: var(--wp--preset--spacing--xs);
  padding-inline: var(--wp--custom--grid--margin);
}

.site-header__branding {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 51;
}
.site-header__branding img {
  display: block;
  height: 24px;
  width: auto;
}

.site-header__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--wp--preset--color--neutral-dark);
  z-index: 51;
}
.site-header__toggle-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
}
.site-header__toggle-line {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 150ms ease-out;
}
.site-header__toggle-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-line {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-close-icon {
  opacity: 1;
}

@media (min-width: 1100px) {
  .site-header__toggle {
    display: none;
  }
  .site-header__branding img {
    height: 32px;
  }
}
/* Nav — mobile (stacked accordion, hidden until the toggle opens it)
   ========================================================================== */
@media (min-width: 1100px) {
  .site-nav {
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--xl);
  }
}

@media (max-width: 1099.98px) {
  .site-header.is-nav-open .site-nav {
    position: fixed;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49;
    overflow-y: auto;
    background-color: var(--wp--preset--color--secondary-sand-10);
    display: flex;
    flex-direction: column;
    padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xs) 0;
  }
}
.site-nav__list--level-0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--m);
}
@media (max-width: 1099.98px) {
  .site-nav__list--level-0 {
    padding-bottom: var(--wp--preset--spacing--xl);
  }
}
.site-nav__list--level-0.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .site-nav__list--level-0 {
    flex-direction: row;
    align-items: center;
    gap: var(--wp--preset--spacing--l);
  }
  .site-nav__list--level-0.hidden {
    display: flex;
  }
}

.site-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 1100px) {
  .site-nav__item {
    justify-content: flex-start;
  }
}

.site-nav__link {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--text-link-m);
  line-height: var(--wp--custom--line-height--text-link-m);
  color: var(--wp--preset--color--neutral-dark);
  text-decoration: none;
  border-bottom: 0.5px solid transparent;
  padding-block: 4px;
}
@media (max-width: 1099.98px) {
  .site-nav__link {
    font-size: var(--wp--preset--font-size--body-l);
  }
}
.site-nav__link:where(:hover, :focus-visible, .current-menu-item .site-nav__link, .current-menu-ancestor .site-nav__link) {
  border-bottom-color: currentColor;
}

.site-nav__toggle {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--wp--preset--color--neutral-dark);
  flex-shrink: 0;
  font-size: 0;
}
.site-nav__toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 150ms ease-out;
}
.site-nav__toggle[aria-expanded=true]::after {
  transform: rotate(45deg);
}

.site-header__secondary {
  order: 3;
}
@media (max-width: 1099.98px) {
  .site-header__secondary {
    display: none;
  }
}

.site-header__secondary--scroll,
.site-menu-footer__secondary--scroll {
  display: none;
}

.site-header.is-scrolled .site-header__secondary--default,
.site-header.is-scrolled .site-menu-footer__secondary--default {
  display: none;
}
.site-header.is-scrolled .site-header__secondary--scroll,
.site-header.is-scrolled .site-menu-footer__secondary--scroll {
  display: inline-flex;
}

/* Habitaciones flyout (and, generically, any per-item submenu panel)
   ========================================================================== */
@media (max-width: 1099.98px) {
  .site-nav__list--level-1,
  .site-rooms-flyout {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--m);
  }
  .site-nav__list--level-1.hidden,
  .site-rooms-flyout.hidden {
    display: none;
  }
  .site-header.has-open-submenu .site-menu-footer {
    display: none;
  }
  .site-header.has-open-submenu .site-nav__list--level-0 > .site-nav__item {
    display: none;
  }
  .site-header.has-open-submenu .site-nav__list--level-0 > .site-nav__item--panel-open {
    display: block;
  }
  .site-header.has-open-submenu .site-nav__list--level-0 > .site-nav__item--panel-open > .site-nav__toggle,
  .site-header.has-open-submenu .site-nav__list--level-0 > .site-nav__item--panel-open > .site-nav__link {
    display: none;
  }
  .site-nav__panel-back {
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--m);
    padding-block: var(--wp--preset--spacing--xl);
    margin-bottom: var(--wp--preset--spacing--xxl);
    border-bottom: 0.5px solid var(--wp--preset--color--neutral-dark);
  }
  .site-nav__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: var(--wp--preset--color--neutral-dark);
  }
  .site-nav__back-icon {
    display: block;
    width: 24px;
    height: 11.9568px;
  }
  .site-nav__panel-heading {
    font-style: italic;
    margin: 0;
  }
  .site-rooms-flyout__heading,
  .site-rooms-flyout__cards {
    display: none;
  }
  .site-rooms-flyout__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--m);
  }
  .site-nav__list--level-1 .site-nav__link {
    font-family: var(--wp--preset--font-family--headings);
    font-weight: 400;
    font-size: var(--wp--preset--font-size--h-3);
    line-height: var(--wp--custom--line-height--h-3);
  }
  .site-rooms-flyout__link {
    text-decoration: none;
  }
  .site-rooms-flyout__link:where(:hover, :focus-visible) {
    text-decoration: underline;
  }
}
@media (min-width: 1100px) {
  .site-nav__panel-back {
    display: none;
  }
  .site-nav__list--level-1 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--wp--preset--color--secondary-sand-10);
    border-top: 0.5px solid var(--wp--preset--color--neutral-dark);
    box-shadow: 0 0 20px rgba(63, 0, 13, 0.1);
    list-style: none;
    margin: 0;
    padding: var(--wp--preset--spacing--m);
    min-width: 240px;
  }
  .site-nav__item {
    position: relative;
  }
  .site-rooms-flyout {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--wp--preset--color--secondary-sand-10);
    border-top: 0.5px solid var(--wp--preset--color--neutral-dark);
    box-shadow: 0 0 20px rgba(63, 0, 13, 0.1);
  }
  .site-rooms-flyout__container {
    display: grid;
    grid-template-columns: 448px 448px;
    justify-content: center;
    gap: 0;
    max-width: var(--wp--custom--width--default);
    margin-inline: auto;
  }
  .site-rooms-flyout__intro {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
    padding-block: var(--wp--preset--spacing--xxl);
    padding-inline-end: var(--wp--preset--spacing--xl);
  }
  .site-rooms-flyout__heading {
    font-style: italic;
    margin: 0;
  }
  .site-rooms-flyout__links {
    list-style: none;
    margin: 0;
    padding-block: 144px var(--wp--preset--spacing--xxl);
    padding-inline-start: var(--wp--preset--spacing--xl);
    border-left: 0.5px solid var(--wp--preset--color--neutral-dark);
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
  }
  .site-rooms-flyout__link {
    display: block;
    color: var(--wp--preset--color--neutral-dark);
    text-decoration: none;
    cursor: default;
  }
  .site-rooms-flyout__link:where(:hover, :focus-visible, [data-room-target].is-active) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
/* Room card (Habitaciones flyout preview)
   ========================================================================== */
.room-card {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
  max-width: 400px;
}
.room-card[hidden] {
  display: none;
}
.room-card__media {
  width: 100%;
  min-width: 0;
  position: relative;
  aspect-ratio: 400/324;
  border-radius: 4px;
  overflow: hidden;
}
.room-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-card__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--wp--preset--color--secondary-sand-10);
  cursor: pointer;
  opacity: 0;
  filter: drop-shadow(0 0 8px var(--wp--preset--color--neutral-dark));
  transition: opacity 150ms ease-out;
}
.room-card__nav::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}
.room-card__nav--prev {
  left: 12px;
}
.room-card__nav--prev::before {
  transform: rotate(45deg);
}
.room-card__nav--next {
  right: 12px;
}
.room-card__nav--next::before {
  transform: rotate(-135deg);
}
.room-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.room-card__title {
  margin: 0;
}
.room-card__excerpt {
  margin: 0;
}
.room-card__reserve {
  margin-top: var(--wp--preset--spacing--xs);
  align-self: flex-start;
}

.room-card__media:where(:hover, :focus-within) .room-card__nav {
  opacity: 1;
}

.room-card__media .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  top: auto;
  width: auto;
}

.swiper-pagination-bullet {
  flex: 1 0 0;
  width: auto;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background-color: rgba(252, 246, 241, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--secondary-sand-10);
}

/* Menu-footer (mobile only) — Figma node 4811-10686, "Bottom"
   Part of the mobile nav panel itself, NOT the real site-footer.php
   template — visually looks like a footer, but per the designer it's owned
   by the menu component (own CTA, own copy/social/link fields — Theme
   Options → Footer — reusing only the footer-right nav menu location so
   the eventual real footer can read from the same editor-managed source).
   ========================================================================== */
.site-menu-footer {
  display: none;
}

@media (max-width: 1099.98px) {
  .site-header.is-nav-open:not(.has-open-submenu) .site-menu-footer {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
    margin-top: auto;
    background-color: var(--wp--preset--color--neutral-white);
    padding-block: var(--wp--preset--spacing--xl);
    margin-inline: calc(-1 * var(--wp--preset--spacing--xs));
    width: calc(100% + 2 * var(--wp--preset--spacing--xs));
  }
  .site-menu-footer__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--xs);
    padding-inline: var(--wp--preset--spacing--xs);
  }
  .site-menu-footer__tagline {
    margin: 0;
    color: var(--wp--preset--color--neutral-70);
    font-weight: 300;
  }
  .site-menu-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
    padding-inline: var(--wp--preset--spacing--xs);
    padding-top: var(--wp--preset--spacing--xl);
    border-top: 0.5px solid var(--wp--preset--color--neutral-dark);
  }
  .site-menu-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
  }
  .site-menu-footer__links a {
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--body-xs);
    line-height: var(--wp--custom--line-height--body-xs);
    font-weight: 300;
    color: var(--wp--preset--color--neutral-dark);
    text-decoration: none;
  }
  .site-menu-footer__links a:where(:hover, :focus-visible) {
    text-decoration: underline;
  }
  .site-menu-footer__social {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
  }
  .site-menu-footer__label {
    margin: 0;
    color: var(--wp--preset--color--neutral-70);
    font-weight: 300;
  }
  .site-menu-footer__social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--wp--preset--spacing--xl);
  }
  .site-menu-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--wp--preset--color--neutral-dark);
    text-decoration: none;
  }
  .site-menu-footer__social-link svg {
    width: auto;
    height: auto;
    max-width: 16px;
    max-height: 16px;
  }
  .site-menu-footer__meta {
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--m);
  }
  .site-menu-footer__lang {
    font-family: var(--wp--preset--font-family--body);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--button-s);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wp--preset--color--neutral-dark);
    flex-shrink: 0;
  }
  .site-menu-footer__copyright {
    margin: 0;
    flex: 1 0 0;
    text-align: right;
    color: var(--wp--preset--color--neutral-70);
    font-weight: 300;
  }
}
/* ==========================================================================
   Site Footer
   Figma: node-id=4627-7867 (desktop), node-id=4803-8551 (mobile).

   Breakpoint: 1100px, matching the project convention (see _site-header.scss).
   Desktop is a 2-column split: .site-footer__main (branding+menus+bottom)
   on the left, .site-footer__newsletter on the right — mirrors Figma's own
   "wrap" > Content / Newsletter block nesting directly, so this is plain
   flexbox, no grid-area reshuffling needed. Mobile stacks everything in
   source order (newsletter first, per Figma's mobile frame).
   ========================================================================== */
.site-footer {
  background-color: var(--wp--preset--color--neutral-white);
}

.site-footer__container {
  border-top: 0.5px solid var(--wp--preset--color--neutral-dark);
  padding-inline: var(--wp--custom--grid--margin);
  padding-block: var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--xs);
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1100px) {
  .site-footer__container {
    flex-direction: row;
    align-items: stretch;
  }
}

.site-footer__main {
  display: flex;
  flex-direction: column;
  gap: 64px;
  order: 2;
}
@media (min-width: 1100px) {
  .site-footer__main {
    flex: 1 0 0;
    min-width: 0;
    gap: 164px;
    order: 1;
  }
}

.site-footer__menu-row {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xl);
}
@media (min-width: 1100px) {
  .site-footer__menu-row {
    flex-direction: row;
    gap: var(--wp--preset--spacing--xxl);
  }
}

/* Branding (logo + address/phone/email)
   ========================================================================== */
.site-footer__branding {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
}
@media (min-width: 1100px) {
  .site-footer__branding {
    width: 180px;
    flex-shrink: 0;
  }
}

.site-footer__logo {
  display: inline-flex;
}
.site-footer__logo img {
  display: block;
  width: 96px;
  height: auto;
}
@media (min-width: 1100px) {
  .site-footer__logo img {
    width: 120px;
  }
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 300;
  font-size: var(--wp--preset--font-size--body-xs);
  color: var(--wp--preset--color--neutral-dark);
}
.site-footer__info p {
  margin: 0;
}
.site-footer__info a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.site-footer__info a:where(:hover, :focus-visible) {
  text-decoration: underline;
}

.site-footer__info-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Menu columns (footer-left / footer-right)
   ========================================================================== */
.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1100px) {
  .site-footer__menu {
    flex: 1 0 0;
    min-width: 0;
  }
}

@media (min-width: 1100px) {
  .site-footer__menu--1 {
    gap: 100px;
  }
}

@media (min-width: 1100px) {
  .site-footer__menu--2 {
    gap: 64px;
  }
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1099.98px) {
  .site-footer__list--level-0 {
    gap: 0;
  }
  .site-footer__list--level-0 .site-footer__item {
    padding-block: 16px;
    border-bottom: 1px solid var(--wp--preset--color--neutral-90);
  }
  .site-footer__list--level-0 .site-footer__item:last-child {
    border-bottom: 0;
  }
}
.site-footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
}
@media (min-width: 1100px) {
  .site-footer__item {
    display: block;
  }
}

.site-footer__link {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--body-s);
  line-height: var(--wp--custom--line-height--body-s);
  color: var(--wp--preset--color--neutral-dark);
  text-decoration: none;
}
.site-footer__link:where(:hover, :focus-visible) {
  text-decoration: underline;
}

.site-footer__toggle {
  display: none;
}
@media (max-width: 1099.98px) {
  .site-footer__toggle {
    order: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--wp--preset--color--neutral-dark);
    flex-shrink: 0;
    font-size: 0;
  }
  .site-footer__toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 150ms ease-out;
  }
  .site-footer__toggle[aria-expanded=true]::after {
    transform: rotate(-135deg);
  }
}

.site-footer__list--level-1 {
  width: 100%;
  order: 2;
  padding-block: var(--wp--preset--spacing--xs) 0;
}
.site-footer__list--level-1.hidden {
  display: none;
}
@media (min-width: 1100px) {
  .site-footer__list--level-1 {
    display: none !important;
  }
}
.site-footer__list--level-1 a {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--body-xs);
  color: var(--wp--preset--color--neutral-70);
  text-decoration: none;
}
.site-footer__list--level-1 a:where(:hover, :focus-visible) {
  text-decoration: underline;
}

/* Ca la Solita CTA (menu column 1)
   ========================================================================== */
.site-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--xs);
}

.site-footer__tagline {
  margin: 0;
  color: var(--wp--preset--color--neutral-70);
  font-weight: 300;
}

/* Síguenos (menu column 2)
   ========================================================================== */
.site-footer__social {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
}

.site-footer__label {
  margin: 0;
  color: var(--wp--preset--color--neutral-70);
  font-weight: 300;
}

.site-footer__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}
@media (min-width: 1100px) {
  .site-footer__social-list {
    gap: 24px;
  }
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--wp--preset--color--neutral-dark);
  text-decoration: none;
}
@media (min-width: 1100px) {
  .site-footer__social-link {
    width: auto;
    height: auto;
  }
}
.site-footer__social-link svg {
  width: auto;
  height: auto;
  max-width: 16px;
  max-height: 16px;
}

/* Bottom bar (accreditations + legal)
   ========================================================================== */
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.site-footer__accreditations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__registro {
  margin: 0;
  color: var(--wp--preset--color--neutral-70);
  font-weight: 300;
}

.site-footer__accreditation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.site-footer__accreditation-logo {
  display: block;
  height: 32px;
  width: auto;
}
@media (min-width: 1100px) {
  .site-footer__accreditation-logo {
    height: 48px;
  }
}

.site-footer__legal-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--m);
}
@media (min-width: 1100px) {
  .site-footer__legal-bar {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}

.site-footer__lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--button-s);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--neutral-dark);
  flex-shrink: 0;
}
@media (min-width: 1100px) {
  .site-footer__lang {
    padding-right: var(--wp--preset--spacing--xl);
    border-right: 0.5px solid var(--wp--preset--color--neutral-dark);
  }
}

.site-footer__lang-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.site-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
}
@media (min-width: 1100px) {
  .site-footer__legal-list {
    flex-direction: row;
    gap: 32px;
  }
}
.site-footer__legal-list a {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--body-xs);
  font-weight: 300;
  color: var(--wp--preset--color--neutral-dark);
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__legal-list a:where(:hover, :focus-visible) {
  text-decoration: underline;
}

.site-footer__copyright {
  margin: 0;
  color: var(--wp--preset--color--neutral-70);
  font-family: var(--wp--preset--font-family--body);
  font-weight: 300;
  font-size: var(--wp--preset--font-size--body-xs);
}

.site-footer__copyright--desktop {
  display: none;
}
@media (min-width: 1100px) {
  .site-footer__copyright--desktop {
    display: block;
    text-align: right;
  }
}

@media (min-width: 1100px) {
  .site-footer__copyright--mobile {
    display: none;
  }
}

/* Newsletter (right column on desktop, first on mobile)
   ========================================================================== */
.site-footer__newsletter {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xxl);
}
@media (min-width: 1100px) {
  .site-footer__newsletter {
    flex: 1 0 0;
    min-width: 0;
    max-width: 420px;
    margin-left: auto;
    order: 2;
    justify-content: space-between;
  }
}

.site-footer__newsletter-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1100px) {
  .site-footer__newsletter-content {
    gap: 32px;
  }
}

.site-footer__newsletter-heading {
  margin: 0;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1100px) {
  .wpcf7-form {
    gap: 32px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email {
  width: 100%;
  border: 0;
  border-bottom: 0.5px solid var(--wp--preset--color--neutral-70);
  border-radius: 0;
  background: none;
  padding-block: var(--wp--preset--spacing--xs);
  font-family: var(--wp--preset--font-family--body);
  font-style: italic;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--body-s);
  color: var(--wp--preset--color--neutral-dark);
}
.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control.wpcf7-email::placeholder {
  color: var(--wp--preset--color--neutral-70);
  opacity: 1;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus {
  outline: none;
  border-bottom-color: var(--wp--preset--color--neutral-dark);
}

.wpcf7-form p:has(a) {
  margin: 0;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--wp--preset--color--neutral-90);
}
.wpcf7-form p:has(a) a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.wpcf7-submit {
  position: relative;
  align-self: flex-start;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0 0 4px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--button-m);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--neutral-dark);
}
.wpcf7-submit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  max-width: 100%;
  height: 0;
  border-bottom: 0.5px solid currentColor;
  transition: width 150ms ease-out, border-bottom-width 150ms ease-out;
}
.wpcf7-submit:where(:hover, :focus-visible)::after {
  width: 100%;
  border-bottom-width: 1px;
}
.wpcf7-submit:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.wpcf7-response-output {
  margin: var(--wp--preset--spacing--xs) 0 0;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--body-xs);
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--wp--preset--color--alert-warning);
}

form.sent .wpcf7-response-output {
  color: var(--wp--preset--color--alert-success);
}

form.failed .wpcf7-response-output,
form.aborted .wpcf7-response-output {
  color: var(--wp--preset--color--alert-warning);
}
/*# sourceMappingURL=hostal-empuries.css.map */
