@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Harri";
  src: url("../fonts/HarriText-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
:root {
  --bg: ;
  --bg-alt: ;
  --surface: ;
  --surface-alt: ;
  --text: ;
  --muted: ;
  --accent: ;
  --accent-soft: ;
  --accent-hard: ;
  --e-global-color-accent: ;
  --e-global-typography-head-font-family: ;
  --e-global-typography-text-font-family: ;
  --shadow: ;
  --shadow-soft: ;
  --radius-lg: ;
  --radius-md: ;
  --radius-sm: ;
  --radius-xsm: ;
  --space-none: ;
  --space-0: ;
  --space-1: ;
  --space-2: ;
  --space-3: ;
  --space-4: ;
  --space-5: ;
  --space-6: ;
  --space-7: ;
  --font-size-sm: ;
  --font-size-base: ;
  --font-size-lg: ;
  --max-width: ;
  --icos-color: ;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font:
    16px/1.6 "Roboto Slab",
    Georgia,
    serif;
  color: #000;
}

:is(h1, h2, h3, h4, h5, h6, p, ul, ol, figure) {
  margin: 0;
}
:is(h1, h2, h3, h4, h5, h6) {
  font:
    300 1em/1.08 "Harri",
    Georgia,
    serif;
}
p {
  margin-bottom: 0.75rem;
}

a {
  color: #000;
  text-decoration: underline;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.no-scroll,
.cc-consent-open {
  overflow: hidden;
}

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

.container {
  width: min(92vw, 1200px);
  margin-inline: auto;
}
.page {
  min-height: 60vh;
}
.section,
.page-hero {
  padding: 2rem 0;
}
.section__heading {
  margin-bottom: 1rem;
}

:is(
  .card-grid,
  [class$="__grid"],
  [class$="__layout"],
  .blog-list__layout,
  .faq__list,
  .contact__form,
  .restaurant-modal__content,
  .footer__grid,
  .footer__legal-block,
  .footer__inner,
  .ds-grid,
  .ds-col,
  .ds-field,
  .cc-actions,
  .cc-groups,
  .cc-group__head,
  .stay-card__body,
  .pack-card__body,
  .pack-card__meta,
  .pack-card__footer
) {
  display: grid;
  gap: 0.75rem;
}

:is(
  .card,
  .service,
  .review,
  .gallery__item,
  .contact-card,
  .activity-card,
  .blog-filters,
  .contact-directions__inner,
  .surroundings-arrival__inner,
  .restaurant-reserve__copy,
  .restaurant-hours__panel,
  .packs__warning,
  .site-popup__content,
  .lightbox__content,
  .stay-card,
  .staymap__toolbar,
  .date-selector,
  .contact__form,
  .faq-item,
  .restaurant-sheet__group,
  .restaurant-sheet__meta,
  .cc-banner,
  .cc-modal,
  .cc-group,
  .cc-group__panel,
  .cc-cookie-list__item,
  .legalPage,
  .accommodations__filters,
  .accommodations__results,
  .accommodations__panel,
  .staymap__list-pane,
  .staymap__list,
  .restaurant-modal__dialog
) {
  padding: 0.75rem;
}

:is(
  .unit-meta,
  .filter-tree,
  .filter-tree ul,
  .restaurant-hours__list,
  .restaurant-sheet__list,
  .packs__warning ul,
  .pack-card__extras,
  .ds-checkboxes,
  .blog-filters__list,
  .contact__info ul,
  .footer__nav,
  .footer__legal,
  .footer__social,
  .site-nav__list
) {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(
  .card__meta,
  .unit-meta,
  .blog-post__meta,
  .contact-card__links,
  .restaurant-intro__actions,
  .restaurant-sheet__item-head,
  .site-nav__list,
  .footer__social,
  .footer__nav,
  .footer__legal,
  .stay-card__attrs,
  .accommodations__tabs
) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

:is(
  .btn,
  .filter-btn,
  .cc-btn,
  .site-popup__content button,
  input[type="submit"],
  input[type="button"],
  .site-nav a,
  .lang-switch__toggle,
  .lang-switch__item,
  .social-link,
  .footer__contact,
  .footer__nav a,
  .footer__legal a,
  .stay-card__cta,
  .unit-card__cta,
  .stay-price-flag__cta,
  .room-attr__button,
  .lightbox__nav,
  .lightbox__close,
  .accommodations__tab,
  .ds-submit,
  .number-edit,
  .ds-checkbox
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
color: var(--text);
  text-decoration: none;
}

:is(
  .btn--primary,
  .filter-btn[aria-pressed="true"],
  .site-nav a[aria-current="page"],
  .accommodations__tab[aria-selected="true"]
) {
  background: #ddb985;
  color: #000;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 40;
  border: 1px solid #000;

  padding: 0.35rem 0.6rem;
}
.skip-link:focus {
  left: 0.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand__logo {
  width: auto;
  height: 30px;
}
.site-nav {
  flex: 1 1 auto;
}
.site-nav a {
  padding: 0.35rem 0.6rem;
}

.lang-switch {
  position: relative;
}
.lang-switch__flag {
  width: 21px;
  height: 15px;
}
.lang-switch__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 170px;
  border: 1px solid #000;

  padding: 0.35rem;
  display: grid;
  gap: 0.35rem;
  z-index: 50;
}
.lang-switch__item {
  width: 100%;
  justify-content: flex-start;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.footer__grid,
.footer__bottom {
  padding: 1rem 0;
}
.footer__col {
  padding: 0.75rem;
  display: grid;
  gap: 0.5rem;
}
.footer__logo {
  width: min(180px, 100%);
}
.div-howtogo-wrap input[type="text"],
.div-howtogo-wrap #btn-showme {
  width: 100%;
  padding: 0.45rem 0.7rem;
}

.container.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legalPage {
  width: min(92vw, 1000px);
  margin: 2rem auto;
}
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card img,
.pack-card__media img,
.stay-card__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card__body {
  display: grid;
  gap: 0.5rem;
}

:is(.meta__item, .unit-zone-chip, .chip, .stay-card__attr, .pack-card__badge) {
  padding: 0.2rem 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.card--blog {
  position: relative;
}
.card--blog .chip {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

:is(
  .blog-empty,
  .packs__empty,
  .accommodations__empty,
  .ds-error,
  .restaurant-sheet__empty,
  .accommodations__warnings,
  .staymap__message
) {
  border: 1px solid #000;

  padding: 0.65rem;
}

.blog-post__cover,
.blog-post__body {
  border: 1px solid #000;
}
.blog-post__cover {
  padding: 0;
  overflow: hidden;
}
.blog-post__body {
  padding: 0.75rem;
}
.blog-post__body img {
  border: 1px solid #000;
}

.contact-card,
.contact-card__line,
.contact-card__links,
.contact-card p,
.contact-card a,
.staymap__toolbar-count,
.staymap__toolbar-warning {
  margin: 0;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}
:is(
  .contact__form input,
  .contact__form textarea,
  .contact__form select,
  .ds-input,
  .ds-select,
  .ds-number
) {
  width: 100%;
  border: 1px solid #000;

  padding: 0.45rem 0.65rem;
}
.form-field.is-invalid :is(input, textarea, select),
.ds-field.is-invalid .ds-input,
.stay-card.is-active {
  border-width: 2px;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.checkbox input {
  width: 18px;
  height: 18px;
}

.filter-tree {
  display: grid;
  gap: 0.35rem;
}
.filter-tree ul {
  margin-left: 1rem;
  margin-top: 0.35rem;
  display: grid;
  gap: 0.35rem;
}
.filter-btn {
  width: 100%;
  justify-content: flex-start;
}

.room-attrs {
  display: grid;
  gap: 0.5rem;
}
.room-attrs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
}
.room-attr__icon,
.room-attr__svg,
.stay-card__attr-icon,
.stay-card__attr-svg,
.number-edit_simbol {
  width: 16px;
  height: 16px;
}
.room-attr__panel {
  overflow: hidden;
  padding: 0 0.5rem;
}
.room-attr__panel ul {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.room-attr__panel li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.accommodations__tabs {
  margin-bottom: 1rem;
}
.stay-card {
  cursor: pointer;
}
.stay-card__media {
  border: 1px solid #000;
}
.stay-price-flag {
  width: min(210px, 70vw);
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0.45rem;
  border: 1px solid #000;

  padding: 0.45rem;
}

.stay-price-flag__thumb {
  height: 58px;
  object-fit: cover;
}
.stay-price-flag__body {
  display: grid;
  gap: 0.35rem;
  padding: 0.35rem;
}

.pack-card__media {
  position: relative;
  border: 1px solid #000;
}
.pack-card__badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
}
.pack-card__footer {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border: none;

  color: #000;
  padding: 0.5rem;
}
.faq-icon::before {
  content: "+";
}
.faq-item.is-open .faq-icon::before {
  content: "-";
}
.faq-answer {
  overflow: hidden;
}
.faq-answer__inner {
  border-top: 0;
  padding: 0.5rem;
}

.restaurant-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.restaurant-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}
.restaurant-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 6, 3, 0.92);
}
.restaurant-modal__dialog {
  position: relative;
  width: min(1120px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: #c79d67;
  color: #000;
  padding: clamp(1.5rem, 2.2vw, 2.75rem);
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.restaurant-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
}
.restaurant-modal__title-main {
  margin: 0;
  color: #000;
  font-size: clamp(4.7rem, 12vw, 11rem);
  font-family: "Harri", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: 0.08rem;
  text-align: center;
  max-width: 7ch;
}
.restaurant-sheet__group {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.1rem;
  padding: 0;
}
.restaurant-sheet__group-head {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
  max-width: 30rem;
}
.restaurant-sheet__group-line {
  flex: 1 1 auto;
  height: 3px;
  background: rgba(0, 0, 0, 0.85);
}
.restaurant-modal__title-sub {
  margin: 0;
  color: #000;
  font-size: clamp(1.75rem, 4vw, 3.85rem);
  font-family: "Harri", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.08em;
}
.restaurant-modal__title-note {
  max-width: 30rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.restaurant-sheet__item {
  width: 100%;
  padding: 0;
}
.restaurant-sheet__group-title {
  color: #000;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-family: "Harri", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}
.restaurant-modal__content {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.restaurant-sheet__list {
  width: 100%;
  display: grid;
  gap: 1.35rem;
  max-width: 50rem;
}
.restaurant-sheet__item-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  max-width: 50rem;
}
.restaurant-sheet__item-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}
.restaurant-sheet__item-name {
  margin: 0;
  font-size: clamp(1.4rem, 2.65vw, 1rem);
  line-height: 1.08;
  font-weight: 400;
  font-family: "Harri", Georgia, serif;
}
.restaurant-modal:not([data-restaurant-modal="carta"]) .restaurant-sheet__item-title {
	justify-content: center;
}
.restaurant-modal:not([data-restaurant-modal="carta"]) .restaurant-sheet__desc {
	text-align: center;
}
.restaurant-sheet__item {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.restaurant-modal[data-restaurant-modal="carta"] .restaurant-modal__title-sub {
	font-size: .9rem;
}
.restaurant-modal[data-restaurant-modal="carta"] .restaurant-sheet__item-head {
	width: 100%;
}
.restaurant-modal[data-restaurant-modal="carta"] .restaurant-sheet__price {
	font-size: clamp(1.2rem, 2vw, 1.0rem);
}
.restaurant-sheet__price,
.prize {
  margin: 0;
  font-family: "Harri", Georgia, serif;
  font-size: clamp(1.9rem, 4.4vw, 4.4rem);
  line-height: 0.95;
  font-weight: 600;
  white-space: nowrap;
}
.restaurant-sheet__desc {
  margin: 0.45rem 0 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.95rem;
  line-height: 1.35;
}
.restaurant-sheet__allergens,
.restaurant-sheet__legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.restaurant-sheet__allergen,
.restaurant-sheet__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.restaurant-sheet__allergen img,
.restaurant-sheet__legend-item img {
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
}
.restaurant-sheet__meta {
  display: grid;
  gap: 0.75rem;
  justify-items: end;
  padding: 0;
}
.note {
  margin: 0;
  max-width: 44rem;
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.restaurant-sheet__legend {
  display: grid;
  gap: 0.9rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}
.restaurant-sheet__legend-title {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5b4530;
}
.restaurant-sheet__legend-item {
  font-size: 0.8rem;
  color: #5b4530;
}

@media (max-width: 767px) {
  .restaurant-modal__dialog {
    width: min(100vw - 1rem, 1000px);
    max-height: 94vh;
    padding: 1.2rem 0.9rem 1.4rem;
  }

  .restaurant-modal__close {
    top: 0.7rem;
    right: 0.7rem;
  }

  .restaurant-modal__title-sub {
    letter-spacing: 0.18rem;
  }

  .restaurant-modal__title-note {
    font-size: 0.68rem;
  }

  .restaurant-sheet__group-head {
    gap: 0.7rem;
  }

  .restaurant-sheet__group-title {
    white-space: normal;
  }

  .restaurant-sheet__item-head {
    grid-template-columns: 1fr;
  }

  .restaurant-sheet__price,
  .prize,
  .note {
    text-align: left;
    justify-self: start;
  }
}

.site-popup,
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
}
.site-popup__content,
.lightbox__content {
  width: min(760px, 96vw);
}
.site-popup__content {
  position: relative;
  display: grid;
  gap: 1.2rem;
  max-height: min(80vh, 920px);
  overflow: auto;
  padding: 1.4rem;
  background-color: #fff;
}
.site-popup__icon-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
}
.site-popup__icon-close svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.site-popup__body {
  display: grid;
  gap: 1rem;
  padding-top: 1.2rem;
}
.site-popup__group {
  display: grid;
  gap: 0.5rem;
}
.site-popup__group + .site-popup__group {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.site-popup__property {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.site-popup__title {
  margin: 0;
}
.site-popup__text {
  margin: 0;
  white-space: pre-line;
}
.site-popup__actions {
  display: flex;
  justify-content: flex-end;
}
.lightbox__content {
  position: relative;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.lightbox__figure {
  margin: 0;
}
.lightbox__figure img {
  max-height: 80vh;
  object-fit: contain;
  border: 1px solid #000;
}
.lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.date-selector {
  padding: 0.75rem;
}
.date-selector .ds-grid {
  grid-template-columns: 1fr;
}
.ds-number {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.ds-number .ds-input {
  border: 0;
}
.ds-checkboxes {
  border: 1px solid #000;
  padding: 0.45rem;
  max-height: 130px;
  overflow: auto;
}
.ds-submit {
  width: 100%;
  max-width: 260px;
}

.cc-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(14, 4, 1, 0.72);
  backdrop-filter: blur(8px);
  z-index: 80;
}
.cc-modal {
  width: min(100%, 840px);
  z-index: 1;
}
.cc-modal {
  max-height: calc(100vh - 2rem);
  overflow: auto;
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(184, 144, 90, 0.42);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(36, 17, 11, 0.98), rgba(14, 4, 1, 0.98));
  box-shadow: var(--shadow);
  color: var(--text);
}
.cc-title {
  margin: 0;
  padding-right: 0.5rem;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.95;
}
.cc-banner {
  padding: 1rem;
  border: 1px solid rgba(184, 144, 90, 0.3);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-md);
  background: rgba(244, 237, 227, 0.06);
  color: rgba(244, 237, 227, 0.9);
  font-size: 0.95rem;
  line-height: 1.65;
}
.cc-banner p,
.cc-group__title p,
.cc-group__description p,
.cc-cookie-list p {
  margin: 0;
}
.cc-banner p + p,
.cc-group__description p + p {
  margin-top: 0.65rem;
}
.cc-groups {
  gap: 0.75rem;
}
.cc-group {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(184, 144, 90, 0.28);
  border-radius: var(--radius-md);
  background: rgba(244, 237, 227, 0.04);
}
.cc-group__head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
}
.cc-group__toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
}
.cc-group__title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.cc-group__panel {
  padding: 0;
  border-top: 1px solid rgba(184, 144, 90, 0.2);
  background: rgba(14, 4, 1, 0.22);
  color: rgba(244, 237, 227, 0.82);
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.cc-group__panel.is-open {
  padding: 0.95rem;
}
.cc-cookie-list {
  display: grid;
  gap: 0.65rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.cc-cookie-list__item {
  padding: 0.75rem;
  border: 1px solid rgba(184, 144, 90, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(244, 237, 227, 0.04);
}
.cc-cookie-list__name {
  color: var(--text);
  font-weight: 500;
}
.cc-cookie-list__description {
  margin-top: 0.35rem;
  color: rgba(244, 237, 227, 0.72);
  font-size: 0.9rem;
}
.cc-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0.7rem;
}
.cc-btn {
  min-height: 44px;
  border: 1px solid rgba(184, 144, 90, 0.48);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text);
  text-align: center;
}
.cc-btn--primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #1b0803;
}
.cc-btn--ghost:hover,
.cc-btn--ghost:focus-visible {
  border-color: var(--accent);
  background: rgba(184, 144, 90, 0.12);
}
.cc-policy-link {
  grid-column: 1 / -1;
  justify-self: start;
  color: var(--accent-hard);
  font-size: 0.9rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
.cc-switch {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.cc-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cc-switch__track {
  position: relative;
  width: 44px;
  height: 24px;
  border: 1px solid rgba(184, 144, 90, 0.58);
  border-radius: 999px;
  background: rgba(244, 237, 227, 0.12);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.cc-switch__track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(244, 237, 227, 0.86);
  transition: transform 0.2s ease;
}
.cc-switch input:checked + .cc-switch__track {
  border-color: var(--accent);
  background: var(--accent);
}
.cc-switch input:checked + .cc-switch__track::after {
  transform: translateX(20px);
  background: #1b0803;
}
.cc-switch input:focus-visible + .cc-switch__track {
  outline: 2px solid var(--accent-hard);
  outline-offset: 3px;
}
.cc-switch input:disabled + .cc-switch__track {
  cursor: not-allowed;
  opacity: 0.78;
}

@media (max-width: 719px) {
  .site-popup__content {
    padding: 1rem;
  }

  .site-popup__body {
    padding-top: 1.5rem;
  }

  .cc-overlay {
    padding: 0.75rem;
  }

  .cc-modal {
    max-height: calc(100vh - 1.5rem);
    padding: 1rem;
  }

  .cc-banner {
    font-size: 0.9rem;
  }

  .cc-group__head {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .cc-switch {
    justify-self: start;
  }

  .cc-actions {
    grid-template-columns: 1fr;
  }

  .cc-policy-link {
    justify-self: center;
    text-align: center;
  }

  .date-selector-wrap__hero .date-selector {
    padding: 0.85rem;
  }

  .date-selector-wrap__hero .ds-col--numbers {
    grid-template-columns: 1fr;
  }

  .lightbox__content {
    grid-template-columns: 1fr;
  }
  .lightbox__close {
    position: static;
    justify-self: end;
  }
}

@media (min-width: 720px) {
  .card-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .date-selector-wrap__hero {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 1.25rem;
  }

  .date-selector-wrap__hero .ds-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .blog-list__layout {
    grid-template-columns: minmax(220px, 280px) 1fr;
    align-items: start;
  }
  :is(
    .contact-page__layout,
    .accommodations__layout,
    .restaurant-reserve__layout,
    .staymap__layout
  ) {
    grid-template-columns: minmax(260px, 0.35fr) 0.65fr;
    align-items: start;
  }
  :is(.restaurant-reserve__grid, .contact-page__cards) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .restaurant-reserve__form .form-field--full {
    grid-column: 1 / -1;
  }
  .footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .date-selector .ds-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .date-selector-wrap__hero .ds-grid {
    grid-template-columns: minmax(12rem, 1.05fr) minmax(15rem, 1fr) minmax(12rem, 0.82fr);
  }
}

@media (min-width: 1024px) {
  :is(.card-grid, .blog-grid, .accommodations__layout .card-grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

:root {
  --bg: #0e0401;
  --bg-alt: #1b0803;
  --surface: #24110b;
  --surface-alt: #31170f;
  --text: #f4ede3;
  --muted: #9a8878;
  --accent: #b8905a;
  --accent-soft: rgba(184, 144, 90, 0.18);
  --accent-hard: #d0aa72;
  --e-global-color-accent: #b8905a;
  --e-global-typography-head-font-family: "Harri", Georgia, serif;
  --e-global-typography-text-font-family: "Roboto Slab", Georgia, serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.18);
  --radius-lg: 8px;
  --radius-md: 6px;
  --radius-sm: 4px;
  --radius-xsm: 2px;
  --space-none: 0;
  --space-0: 0.25rem;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 5rem;
  --font-size-sm: 0.9rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --max-width: 1200px;
  --icos-color: #b8905a;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
}

a {
  color: inherit;
}

.container {
  width: min(100% - 2rem, var(--max-width));
}

.page--home {
  background: var(--bg);
}

.page--home .section,
.page--home .page-hero {
  padding: 0;
}

.site-header {
  background: rgba(14, 4, 1, 0.78);
  border-bottom: 1px solid var(--accent-soft);
  backdrop-filter: blur(10px);
}

.page-home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.header__inner {
  min-height: 68px;
  gap: 1rem;
}

.page-home .header__inner {
  min-height: 84px;
  padding-top: 1.1rem;
}

.brand__logo {
  height: 24px;
}

.page-home .brand__logo {
  height: 40px;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
}

.site-nav__list {
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a,
.lang-switch__toggle,
.lang-switch__item {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  background: transparent;
  color: var(--text);
}

.page-home .site-nav a,
.page-home .lang-switch__toggle,
.page-home .lang-switch__item {
  color: rgba(223, 204, 176, 0.88);
}

.site-header__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(184, 144, 90, 0.42);
  background: transparent;
  color: rgba(223, 204, 176, 0.92);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__reserve:hover,
.site-header__reserve:focus-visible {
  border-color: rgba(209, 172, 121, 0.72);
  color: var(--text);
}

.lang-switch__menu {
  border-color: var(--accent-soft);
  background: rgba(14, 4, 1, 0.96);
}

.site-footer {
  margin-top: 0;
  border-top: 1px solid var(--accent-soft);
  border-bottom: 0;
  background: var(--bg);
  color: var(--muted);
}

.footer__top,
.footer__bottom {
  display: grid;
  gap: 2rem;
  padding: 5rem 0 2rem;
}

.footer__top {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.7fr) minmax(0, 0.7fr);
  align-items: start;
}

.footer__brand-block,
.footer__address-block,
.footer__nav-block {
  display: grid;
  gap: 0.75rem;
}

.footer__logo-mark {
  width: 130px;
  height: auto;
}

.footer__hotel {
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 2rem;
  letter-spacing: 0.18em;
}

.footer__subtitle,
.footer__address-block p,
.footer__nav a,
.footer__legal a,
.footer__copy,
.footer__bottom-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  line-height: 1.9;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__accent-line {
  width: 40px;
  height: 1px;
  background: var(--accent-soft);
}

.footer__nav,
.footer__legal {
  display: grid;
  gap: 0.7rem;
}

.footer__map {
  margin-top: 0.75rem;
}

.footer__map iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  border: 0;
}

.footer__social {
  gap: 0.75rem;
}

.footer__social .social-link {
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid var(--accent-soft);
  color: var(--muted);
}

.footer__social .social-link:hover,
.footer__social .social-link:focus-visible {
  border-color: var(--accent);
  color: var(--text);
}

.footer__social img {
  width: 1.05rem;
  height: 1.05rem;
  filter: invert(1);
  opacity: 0.72;
  object-fit: contain;
}

.footer__social .social-link:hover img,
.footer__social .social-link:focus-visible img {
  opacity: 0.95;
}

.footer__bottom {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--accent-soft);
}

.home-section {
  position: relative;
  overflow: clip;
  background: var(--bg-alt);
}

.home-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-section-label__line {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.home-title,
.home-hero__title {
  display: grid;
  gap: 0.08em;
  margin: 0;
  font-family: var(--e-global-typography-head-font-family);
  font-weight: 300;
  line-height: 0.98;
  color: var(--text);
}

.home-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  letter-spacing: 0;
}

.home-hero__title {
  font-size: clamp(3.5rem, 7vw, 5.95rem);
  letter-spacing: 0;
  align-items: start;
}

.home-title__emphasis,
.home-hero__title-emphasis {
  color: var(--accent);
  font-style: italic;
  font-weight: 300;
}

.home-title__emphasis--muted,
.home-hero__title-muted {
  color: var(--muted);
}

.home-hero__title-line {
  display: block;
}

.home-hero__title-line--primary {
  max-width: 12ch;
  color: #f4ede3;
  font-family: "Harri Text";
  font-size: 75px;
  font-style: normal;
  font-weight: 200;
  line-height: 87.9px; /* 117.2% */
  letter-spacing: -0.96px;
}

.home-hero__title-line--emphasis {
  color: var(--accent);
  font-family: "Harri Text";
  font-size: 60px;
  font-weight: 500;
  line-height: 87.9px;
  letter-spacing: -0.96px;
  font-style: italic;
}

.home-hero__title-line--secondary {
  margin-top: -0.02em;
  max-width: 20ch;
  color: #c8b7a3;
  font-size: 0.5em;
  line-height: 0.88;
}

.home-title--compact {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.home-title--hero {
  font-size: clamp(2.9rem, 6vw, 4.8rem);
}

.home-title--display {
  font-size: clamp(3rem, 7vw, 6rem);
}

.home-title__strong {
  font-weight: 700;
}

.home-copy,
.home-hero__lead {
  margin: 0;
  max-width: 32rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.home-copy--small {
  font-size: 0.92rem;
}

.home-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
  border-bottom: 1px solid rgba(184, 144, 90, 0.42);
  padding-bottom: 0.32rem;
  color: var(--text);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.home-link--muted {
  color: var(--muted);
}

.home-link--accent {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.home-link--hero {
  padding-bottom: 0.48rem;
  color: #b3a191;
  border-bottom-color: rgba(179, 161, 145, 0.34);
}

.btn {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75rem 1.4rem;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.btn--primary {
  border-color: #d1ac79;
  background: #d1ac79;
  color: #24110b;
}

.btn--ghost {
  border-color: rgba(244, 237, 227, 0.3);
  background: rgba(14, 4, 1, 0.18);
  color: var(--text) !important;
}

.btn--hero {
  min-height: 46px;
  padding: 0.95rem 2.2rem;
  border-color: transparent;
  background: #cfab74;
  color: #16110c;
}

.home-hero__cta.btn--primary,
.home-hero__cta.btn--hero {
  border-color: transparent;
  background: #cfab74;
  color: #16110c;
}

.btn:hover,
.btn:focus-visible {
  border-color: #e2c08f;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: #dfbc88;
  color: #1b0803;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: rgba(244, 237, 227, 0.08);
  color: var(--text);
}

.btn--hero:hover,
.btn--hero:focus-visible {
  border-color: transparent;
  background: #ddb985;
  color: #1b0803;
}

.home-hero__cta.btn--primary:hover,
.home-hero__cta.btn--primary:focus-visible {
  border-color: transparent;
  color: #ddb985;
  background: #1b0803;
}

.home-hero {
  position: relative;
  min-height: 944px;
  background: var(--bg);
}

.home-hero__media,
.home-quote__media,
.home-restaurant__media,
.home-services__image,
.home-laguardia__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero__media {
  background-image:
    linear-gradient(
      180deg,
      rgba(27, 8, 3, 0) 0%,
      rgba(27, 8, 3, 0.08) 28%,
      rgba(27, 8, 3, 0.58) 62%,
      #1b0803 100%
    ),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.78) 0%,
      rgba(14, 4, 1, 0.48) 42%,
      rgba(0, 0, 0, 0) 74%
    ),
    url("../img/home/biazteri/hero.webp");
}

.home-hero__container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 944px;
  padding: 7rem 0 2.5rem;
}

.home-hero__content {
  display: grid;
  align-content: start;
  gap: 1.65rem;
  max-width: 54rem;
  padding-top: 1.9rem;
}

.home-hero__actions,
.home-restaurant__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  align-items: center;
}

.home-hero__actions {
  margin-top: 0.2rem;
}

.home-hero__lead {
  max-width: 38rem;
  color: #ccbca8;
  font-size: 0.88rem;
  line-height: 1.7;
}

.home-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--accent-soft);
  list-style: none;
}

.home-hero__benefits li {
  color: #5e4a3e;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-hero__side-note {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  color: #5e4a3e;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-hero__side-line {
  width: 1px;
  height: 56px;
  background: #5e4a3e;
}

.home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  width: 1px;
  height: 44px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(94, 74, 62, 0) 0%, #5e4a3e 100%);
}

.date-selector-wrap__hero {
	z-index: 2;
	width: min(720px, 58vw);
}
.date-selector-hero {
  position: fixed;
  z-index: 99999;
  right: 1rem;
  bottom: 1rem;
  transition: translate 0.28s ease;
}
.date-selector-wrap__hero .date-selector {
  padding: 1rem;
  border: 1px solid rgba(184, 144, 90, 0.35);
  border-radius: var(--radius-lg);
  background: rgba(14, 4, 1, 0.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}
.date-selector-hero-hidder {
  width: max-content;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(184, 144, 90, 0.35);
  border-bottom: 0;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  background: rgba(14, 4, 1, 0.86);
  color: var(--accent);
  cursor: pointer;
  opacity: 0.82;
}
.date-selector-hero.hidden {
	translate: 0 calc(100% - 2.25rem);
}
.date-selector-hero-hidder>div,
.date-selector-hero-hidder>svg {
  cursor: pointer;
}

.date-selector-hero-hidder:focus-visible {
  outline: 2px solid var(--accent-hard);
  outline-offset: 3px;
}

.date-selector-hero.hidden .date-selector-hero-hidder svg {
  transform: rotate(180deg);
}

.date-selector-wrap__hero .ds-grid {
  grid-template-columns: minmax(12rem, 1.05fr) minmax(15rem, 1fr) minmax(12rem, 0.82fr);
  align-items: end;
  gap: 0.9rem 1rem;
}

.date-selector-wrap__hero .ds-col--numbers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.date-selector-wrap__hero .ds-col--actions {
  align-self: stretch;
}

.date-selector-wrap__hero .ds-field {
  gap: 0.35rem;
}

.date-selector-wrap__hero .ds-label {
  color: #b8905a;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.date-selector-wrap__hero :is(.ds-input, .ds-select, .ds-number) {
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid rgba(184, 144, 90, 0.32);
  background: transparent;
  color: var(--text);
  padding: 0.55rem 0;
}

.date-selector-wrap__hero .ds-input::placeholder {
  color: #5e4a3e;
}

.date-selector-wrap__hero .ds-number {
  gap: 0.2rem;
  flex-direction: column-reverse;
}

.date-selector-wrap__hero .ds-number .ds-input {
  min-width: 2.2rem;
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.ds-col.ds-col--numbers .ds-label {
  text-align: center;
}
.date-selector-wrap__hero .number-edit {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  border: 1px solid rgba(184, 144, 90, 0.35);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(244, 237, 227, 0.04);
}

.date-selector-wrap__hero .number-edit_simbol {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.7;
}

.date-selector-wrap__hero .ds-submit {
  width: 100%;
  max-width: none;
  min-height: 42px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: #1b0803;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-selector-wrap__hero .ds-error {
  border-color: rgba(184, 144, 90, 0.35);
  color: var(--text);
  background: rgba(184, 144, 90, 0.12);
}

.home-infostrip {
  background: var(--accent);
}

.home-infostrip__text {
  margin: 0;
  padding: 0.9rem 0;
  color: var(--bg);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.home-welcome {
  padding: 8rem 0 7rem;
}

.home-welcome__year {
  position: absolute;
  right: max(-3rem, calc(50vw - 46rem));
  bottom: -0.6rem;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(10rem, 25vw, 27rem);
  line-height: 0.84;
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 144, 90, 0.14);
  pointer-events: none;
}

.home-welcome__layout,
.home-services__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 36rem);
  gap: 5rem;
  align-items: start;
}

.home-stays__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(24rem, 0.92fr);
  gap: 3.5rem;
  align-items: start;
}

.home-welcome__copy {
  display: grid;
  gap: 1.8rem;
  max-width: 36rem;
}

.home-welcome__foundation {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.home-welcome__foundation-year {
  color: #b8905a;
  font-family: var(--e-global-typography-head-font-family);
  font-size: 4.15rem;
  font-weight: 300;
  line-height: 1;
}

.home-welcome__foundation-line {
  width: 34px;
  height: 1px;
  background: rgba(184, 144, 90, 0.45);
}

.home-welcome__foundation-label {
  color: #b8905a;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-welcome__media {
  display: grid;
  gap: 0.85rem;
  margin: -4.8rem 0 0;
}

.home-welcome__media img,
.home-stays__figure img,
.home-stays__detail img,
.home-restaurant__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-welcome__media img {
  aspect-ratio: 586 / 660;
}

.home-welcome__media figcaption {
  color: #5e4a3e;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-stays {
  padding: 7rem 0;
}

.home-stays__header {
  display: grid;
  gap: 1rem;
  margin-bottom: 3.75rem;
}

.home-stays__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 892 / 734;
}

.home-stays__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55%,
    rgba(14, 4, 1, 0.08) 70%,
    rgba(14, 4, 1, 0.92) 100%
  );
}

.home-stays__figure img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.home-stays__figure figcaption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.8rem;
  z-index: 1;
  display: grid;
  gap: 0.18rem;
  max-width: 23rem;
}

.home-stays__figure figcaption span:first-child {
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.05rem, 3vw, 2.9rem);
  line-height: 1;
}

.home-stays__figure figcaption span:last-child {
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.25;
}

.home-stays__summary {
  display: grid;
  gap: 1.85rem;
  max-width: 27.5rem;
  padding-top: 0.45rem;
  justify-self: end;
}

.home-stays__types {
  display: grid;
  gap: 0;
}

.home-stays__type {
  padding: 1.35rem 0 1.45rem;
  border-top: 1px solid var(--accent-soft);
}

.home-stays__type:last-child {
  border-bottom: 1px solid var(--accent-soft);
}

.home-stays__type h3 {
  margin: 0 0 0.5rem;
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.home-stays__type p,
.home-stays__amenities,
.home-feature-list li {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.home-stays__type p {
  color: #a98e72;
  font-size: 0.84rem;
  line-height: 1.45;
}

.home-feature-list li {
  margin: 0 0 0.5rem;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-stays__summary > .home-copy--small {
  max-width: 25rem;
  margin-bottom: 0.4rem;
  color: #c8b39b;
  font-size: 0.78rem;
  line-height: 1.85;
}

.home-stays__detail {
  width: 100%;
  max-width: 430px;
  height: 170px;
  margin: 0;
  justify-self: end;
}

.home-stays__amenities {
  max-width: 25rem;
  margin-top: 0.35rem;
  color: #9f876d;
  font-size: 0.78rem;
  line-height: 1.7;
}

.home-stays__cards {
  margin-top: 4rem;
}

.home-stays__cards .unit-card {
  background: var(--surface);
  border: 1px solid var(--accent-soft);
  padding: 0;
  box-shadow: var(--shadow-soft);
}

.home-stays__cards .unit-card > img {
  aspect-ratio: 4 / 3;
}

.home-stays__cards .card__body {
  padding: 1.5rem;
  gap: 1rem;
}

.home-stays__cards .card__body h3,
.home-stays__cards .room-attr__value,
.home-stays__cards .room-attr__panel strong {
  color: var(--text);
}

.home-stays__cards .unit-zone-chip,
.home-stays__cards .room-attr__button,
.home-stays__cards .room-attr__panel li,
.home-stays__cards .unit-card__cta {
  border-color: var(--accent-soft);
  color: var(--muted);
}

.home-stays__cards .unit-card__cta {
  padding: 0.85rem 1rem;
  border: 1px solid var(--accent-soft);
}

.home-quote {
  position: relative;
  min-height: 340px;
  background: var(--bg);
}

.home-quote__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.76) 0%, rgba(14, 4, 1, 0.5) 100%),
    url("../img/home/calle-peatonal.webp");
}

.home-quote__container {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
}

.home-quote__text {
  max-width: 78rem;
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

.home-restaurant {
  min-height: 944px;
  padding: 8rem 0 6rem;
}

.home-restaurant__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.18) 0%, rgba(14, 4, 1, 0.55) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.72) 0%,
      rgba(14, 4, 1, 0.52) 44%,
      rgba(14, 4, 1, 0.88) 100%
    ),
    url("../img/home/biazteri/restaurante-main.webp");
}

.home-restaurant__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 26.5rem);
  align-items: end;
  gap: 6rem 4rem;
  min-height: 780px;
  padding-top: 12rem;
}

.home-restaurant__copy,
.home-restaurant__aside {
  display: grid;
  gap: 1.8rem;
  position: relative;
  z-index: 1;
}

.home-feature-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-feature-list li {
  position: relative;
  padding-left: 1.8rem;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 16px;
  height: 1px;
  background: var(--accent);
}

.home-restaurant__detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 330px;
  margin: 0;
  border: 1px solid rgba(184, 144, 90, 0.35);
  box-shadow: var(--shadow);
}

.home-services {
  padding: 8rem 0 9rem;
}

.home-services__image {
  left: auto;
  width: min(45vw, 703px);
  background-image:
    linear-gradient(
      90deg,
      #0e0401 0%,
      rgba(14, 4, 1, 0.6) 52%,
      rgba(14, 4, 1, 0.04) 100%
    ),
    url("../img/home/biazteri/servicios.webp");
  opacity: 0.18;
}

.home-services__copy {
  display: grid;
  gap: 1.8rem;
  max-width: 47rem;
}

.home-services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.75rem;
  max-width: 48rem;
}

.home-services__list span {
  color: var(--text);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.home-services__list span:nth-child(3n + 2) {
  color: var(--muted);
}

.home-services__list span:nth-child(3n) {
  color: #5e4a3e;
}

.home-services__list span:not(:last-child)::after {
  content: "·";
  margin-left: 0.75rem;
  color: var(--accent);
}

.home-laguardia {
  min-height: 868px;
  background: var(--bg);
}

.home-laguardia__media {
  background-image:
    linear-gradient(
      0deg,
      rgba(14, 4, 1, 0.97) 0%,
      rgba(14, 4, 1, 0.58) 38%,
      rgba(14, 4, 1, 0.16) 70%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/home/biazteri/laguardia.webp");
}

.home-laguardia__content {
  position: relative;
  display: grid;
  align-content: end;
  gap: 1.8rem;
  min-height: 868px;
  padding: 13.5rem 0 6rem;
  max-width: 52rem;
}

.home-cellar {
  padding: 7rem 0;
}

.home-cellar__media {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .home-welcome__layout,
  .home-stays__intro,
  .home-services__layout,
  .home-restaurant__layout,
  .footer__top {
    grid-template-columns: 1fr;
  }

  .home-restaurant__layout {
    padding-top: 15rem;
  }

  .home-restaurant__detail {
    position: relative;
    top: auto;
    right: auto;
    order: -1;
    justify-self: end;
  }

  .home-services__image {
    width: 100%;
    opacity: 0.12;
  }
}

@media (max-width: 899px) {
  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav__list {
    gap: 1rem 1.25rem;
    justify-content: flex-start;
  }

  .home-hero__container {
    grid-template-columns: 1fr;
    min-height: 780px;
    padding-top: 6rem;
  }

  .home-hero__side-note,
  .home-hero__scroll,
  .home-welcome__year {
    display: none;
  }

  .home-welcome__media {
    margin-top: 0;
  }

  .home-stays__detail,
  .home-restaurant__detail {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .home-restaurant__detail img {
    aspect-ratio: 5 / 3;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .container {
    width: min(100% - 1.5rem, var(--max-width));
  }

  .home-infostrip__text,
  .footer__subtitle,
  .footer__address-block p,
  .footer__nav a,
  .footer__legal a,
  .footer__copy,
  .footer__bottom-note,
  .site-nav a,
  .lang-switch__toggle,
  .lang-switch__item {
    letter-spacing: 0.09em;
  }

  .home-welcome,
  .home-stays,
  .home-services {
    padding: 5.5rem 0;
  }

  .home-restaurant {
    padding: 6rem 0 4.5rem;
  }

  .home-restaurant__layout {
    min-height: auto;
    padding-top: 10rem;
  }

  .home-laguardia__content {
    min-height: 720px;
    padding: 10rem 0 4rem;
  }
}

.inner-page {
  background: var(--bg);
}

.inner-hero {
  position: relative;
  min-height: 480px;
  background: var(--bg);
  overflow: clip;
}

.inner-hero__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 0.9rem;
  min-height: 480px;
  padding: 8rem 0 3rem;
}

.inner-hero__eyebrow,
.page-section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--accent);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.inner-hero__eyebrow-line,
.page-section-label__line {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.inner-hero__title,
.section-display-title {
  display: grid;
  gap: 0.04em;
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 0.95;
}

.section-display-title {
  font-size: clamp(2.7rem, 5vw, 2rem);
  line-height: 0.98;
}

.inner-hero__title--stacked,
.section-display-title--contact,
.section-display-title--contact-form {
  gap: 0;
}

.inner-hero__title-accent,
.section-display-title__accent {
  color: var(--accent);
  font-style: italic;
}

.inner-hero__lead {
  max-width: 34rem;
  margin: 0;
  color: #ccbca8;
  font-size: 0.92rem;
  line-height: 1.8;
}

.inner-hero__lead--accent {
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  line-height: 1.2;
}

.inner-hero__cta {
  width: fit-content;
  min-height: 44px;
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
  border: 1px solid rgba(184, 144, 90, 0.35);
  background: #d8b279;
  color: #24110b;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.home-infostrip--inner {
  padding: 0;
}

.home-infostrip--inner + .accommodations-intro {
  padding-top: clamp(7.5rem, 9vw, 9rem);
}

.inner-hero--accommodations .inner-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.12) 0%, rgba(14, 4, 1, 0.7) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.78) 0%,
      rgba(14, 4, 1, 0.25) 58%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/home/biazteri/pension-hero.webp");
}
.inner-hero--rooms .inner-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.12) 0%, rgba(14, 4, 1, 0.7) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.78) 0%,
      rgba(14, 4, 1, 0.25) 58%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/home/biazteri/habitacion-doble-elegante-en-laguardia.webp");
}


.inner-hero--restaurant .inner-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.18) 0%, rgba(14, 4, 1, 0.6) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.84) 0%,
      rgba(14, 4, 1, 0.45) 46%,
      rgba(14, 4, 1, 0.9) 100%
    ),
    url("../img/home/biazteri/restaurante-main.webp");
}

.restaurant-page {
  background: #1b0803;
}

.restaurant-hero,
.restaurant-quote {
  position: relative;
  overflow: clip;
}

.restaurant-hero {
  min-height: 780px;
}

.restaurant-hero__media,
.restaurant-hero__overlay,
.restaurant-quote__media,
.restaurant-quote__overlay {
  position: absolute;
  inset: 0;
}

.restaurant-hero__media {
  background: url("../img/restaurante/acceso-al-restaurante.webp") center / cover
    no-repeat;
}

.restaurant-hero__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(14, 4, 1, 0.2) 0%,
      rgba(14, 4, 1, 0.68) 72%,
      #1b0803 100%
    ),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.78) 0%,
      rgba(14, 4, 1, 0.28) 56%,
      rgba(14, 4, 1, 0.62) 100%
    );
}

.restaurant-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 1rem;
  min-height: 780px;
  padding: 9rem 0 4rem;
}

.restaurant-hero__title {
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(3.1rem, 6vw, 5.35rem);
  font-weight: 300;
  line-height: 0.96;
}

.restaurant-hero__lead {
  margin: 0;
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-style: italic;
  line-height: 1.15;
}

.restaurant-hero__meta {
  margin: 0;
  color: rgba(232, 221, 208, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.restaurant-hero__meta span {
  display: block;
}

.restaurant-hero__cta {
  width: fit-content;
  min-height: 42px;
  margin-top: 0.4rem;
  padding-inline: 1.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.restaurant-story,
.restaurant-kitchen,
.restaurant-wine,
.restaurant-booking {
  padding: 7rem 0;
}

.restaurant-story {
  background: #2a0f06;
}

.restaurant-story__layout,
.restaurant-kitchen__layout,
.restaurant-wine__layout,
.restaurant-booking__layout {
  display: grid;
  gap: 3.5rem;
}

.restaurant-story__layout,
.restaurant-kitchen__layout,
.restaurant-wine__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 0.88fr);
  align-items: start;
}

.restaurant-story__copy,
.restaurant-kitchen__copy,
.restaurant-wine__copy,
.restaurant-booking__info {
  display: grid;
  gap: 1.4rem;
}

.restaurant-story__title,
.restaurant-kitchen__title,
.restaurant-wine__title,
.restaurant-booking__title {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.7rem, 4.8vw, 4.35rem);
  font-weight: 300;
  line-height: 1.02;
}

.restaurant-story__title-accent,
.restaurant-kitchen__title-accent,
.restaurant-wine__title-accent,
.restaurant-booking__title span:last-child {
  color: var(--accent);
  font-style: italic;
}

.restaurant-story__text,
.restaurant-kitchen__text,
.restaurant-wine__text,
.restaurant-booking__text,
.restaurant-booking__details p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.restaurant-story__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  padding-top: 1rem;
}

.restaurant-story__highlight {
  min-width: 7rem;
  display: grid;
  gap: 0.25rem;
}

.restaurant-story__highlight h3,
.restaurant-kitchen__links,
.restaurant-kitchen__menu-link,
.restaurant-kitchen__menu-text {
  color: #e8ddd0;
  font-family: var(--e-global-typography-head-font-family);
}

.restaurant-story__highlight h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.1;
}

.restaurant-story__highlight p {
  margin: 0;
  color: #7e6450;
  font-size: 0.64rem;
  line-height: 1.6;
}

.restaurant-story__gallery,
.restaurant-kitchen__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.restaurant-story__image,
.restaurant-kitchen__image,
.restaurant-wine__media,
.restaurant-booking__photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 144, 90, 0.18);
  background: var(--surface);
}

.restaurant-story__image--large,
.restaurant-kitchen__image--large {
  grid-row: span 2;
}

.restaurant-story__image img,
.restaurant-kitchen__image img,
.restaurant-wine__media img,
.restaurant-booking__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-story__image--large img {
  aspect-ratio: 1 / 1.35;
}

.restaurant-story__image:not(.restaurant-story__image--large) img,
.restaurant-kitchen__image img {
  aspect-ratio: 1 / 1;
}

.restaurant-story__image figcaption,
.restaurant-kitchen__image figcaption {
  position: absolute;
  left: 0.8rem;
  bottom: 0.7rem;
  z-index: 1;
  color: rgba(244, 237, 227, 0.9);
  font-size: 0.72rem;
  line-height: 1.3;
}

.restaurant-story__image::after,
.restaurant-kitchen__image::after,
.restaurant-wine__media::after,
.restaurant-booking__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 48%,
    rgba(14, 4, 1, 0.78) 100%
  );
}

.restaurant-quote {
  min-height: 460px;
}

.restaurant-quote__media {
  background: url("../img/restaurante/detalle-de-tarta-de-queso.webp")
    center / cover no-repeat;
}

.restaurant-quote__overlay {
	background: linear-gradient(180deg, #271007 0%, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0.4) 75%, #271007 100%);
}

.restaurant-quote__content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 460px;
}

.restaurant-quote__text {
  max-width: 42rem;
  margin: 0;
  color: #f4ede3;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
  font-style: italic;
  line-height: 1.28;
  text-align: center;
}

.restaurant-kitchen {
  background: #2a0f06;
}

.restaurant-kitchen__links {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(184, 144, 90, 0.14);
}

.restaurant-kitchen__menu-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
  justify-content: flex-start;
}

.restaurant-kitchen__menu-text {
  color: #7e6450;
  font-size: 0.95rem;
  line-height: 1.4;
}

.restaurant-kitchen__cta,
.restaurant-wine__cta {
  width: fit-content;
  min-height: 42px;
  margin-top: 0.5rem;
  padding-inline: 1.45rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.restaurant-wine {
  background: #1b0803;
}

.restaurant-wine__layout {
  align-items: center;
}

.restaurant-wine__media img {
  min-height: 34rem;
  aspect-ratio: 0.92 / 1;
}

.restaurant-wine__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.25rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(184, 144, 90, 0.18);
}

.restaurant-wine__stat {
  display: grid;
  gap: 0.2rem;
  min-height: 5.8rem;
  padding: 0.85rem 0.75rem;
  border: 1px solid rgba(184, 144, 90, 0.18);
  background: rgba(36, 17, 11, 0.58);
}

.restaurant-wine__stat dt {
  color: #e8ddd0;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 300;
  line-height: 1;
}

.restaurant-wine__stat dd {
  margin: 0;
  color: #7e6450;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.restaurant-booking {
  background: #140603;
}

.restaurant-booking__layout {
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1fr);
  align-items: start;
}

.restaurant-booking__details {
  display: grid;
  gap: 0.45rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(184, 144, 90, 0.18);
}

.restaurant-booking__photo {
  max-width: 320px;
}

.restaurant-booking__photo img {
  aspect-ratio: 1.08 / 1;
}

.restaurant-booking__form {
  padding: 0;
  background: transparent;
}

.restaurant-booking__grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.restaurant-booking__grid .form-field--full {
  grid-column: 1 / -1;
}

.restaurant-booking__submit {
  width: 100%;
  min-height: 50px;
  margin-top: 2rem;
}

.inner-hero--surroundings .inner-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.18) 0%, rgba(14, 4, 1, 0.72) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.7) 0%,
      rgba(14, 4, 1, 0.2) 56%,
      rgba(14, 4, 1, 0.82) 100%
    ),
    url("../img/entorno/laguardia.webp");
}

.inner-hero--contact .inner-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.1) 0%, rgba(14, 4, 1, 0.86) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.65) 0%,
      rgba(14, 4, 1, 0.2) 55%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/home/biazteri/bienvenida.webp");
}

.accommodations-intro,
.restaurant-section,
.surroundings-story,
.surroundings-highlights,
.surroundings-cta,
.contact-page--clone {
  padding: 7rem 0;
}

.accommodations-intro {
  position: relative;
  overflow: hidden;
}

.accommodations-intro::before,
.contact-page--clone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(18vw, 16rem);
  height: min(32vw, 20rem);
  color: rgba(184, 144, 90, 0.14);
  pointer-events: none;
}

.accommodations-intro::before {
  content: "9";
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(11rem, 22vw, 28rem);
  line-height: 0.78;
  -webkit-text-stroke: 1px currentColor;
  color: transparent;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  color: rgba(184, 144, 90, 0.12);
  transform: translate(12%, 20%);
}

.contact-page--clone::before {
  content: "Biazteri";
  width: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(6rem, 18vw, 22rem);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 144, 90, 0.12);
  transform: translate(6%, 18%);
}

.accommodations-intro__layout,
.restaurant-section__layout,
.surroundings-story__layout,
.surroundings-cta__layout,
.contact-page__layout--clone {
  display: grid;
  gap: 3.5rem;
  align-items: start;
}

.accommodations-intro__layout {
  grid-template-columns: minmax(0, 43.25rem) minmax(20rem, 30rem);
  gap: clamp(3rem, 5vw, 5rem);
  justify-content: space-between;
}

.accommodations-intro__figure,
.restaurant-hero__detail,
.surroundings-story__media,
.surroundings-cta__media,
.contact-page__photo {
  margin: 0;
  overflow: hidden;
}

.accommodations-intro__figure {
  width: min(100%, 30rem);
  justify-self: end;
  margin: -2.5rem 0 0;
  display: grid;
  gap: 1.5rem;
}

.accommodations-intro__image-wrap {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
}

.accommodations-intro__image-wrap::after,
.contact-page__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(27, 8, 3, 0.2) 100%);
}

.accommodations-intro__figure img,
.restaurant-hero__detail img,
.surroundings-story__media img,
.surroundings-card img,
.surroundings-cta__media img,
.contact-page__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accommodations-intro__summary,
.restaurant-section__copy,
.surroundings-story__copy,
.surroundings-cta__copy,
.contact-page__info,
.contact-page__form {
  display: grid;
  gap: 1.75rem;
}

.accommodations-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.accommodations-intro__eyebrow-line {
  width: 1.75rem;
  height: 1px;
  background: var(--accent);
}

.accommodations-intro__eyebrow span:last-child {
  color: var(--accent);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.accommodations-intro__title {
  margin: 0;
  display: grid;
  color: #f4ede3;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.85rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.29;
}

.accommodations-intro__title-accent {
  color: var(--accent);
  font-style: italic;
}

.accommodations-intro__body {
  display: grid;
  gap: 1.4rem;
  max-width: 40rem;
}

.accommodations-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.35rem;
}

.accommodations-intro__times {
  display: inline-flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 0;
}

.accommodations-intro__time {
  display: grid;
  gap: 0.25rem;
}

.accommodations-intro__time-label {
  color: #5e4a3e;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.accommodations-intro__time-value {
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.4rem;
  line-height: 1;
}

.accommodations-intro__copy,
.restaurant-section__intro,
.surroundings-story__copy p,
.surroundings-cta__copy p,
.contact-page__intro,
.contact-form__note {
  margin: 0;
  color: #9a8878;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.9;
}
.accommodations__panels--simple {
  margin-top: 4rem;
}

.accommodations__panel--simple {
  padding: 0;
}

.accommodations__results--sections {
  display: grid;
  gap: 0;
}

.room-block {
  display: grid;
  grid-template-columns: minmax(0, 48.3rem) minmax(22rem, 36.45rem);
  gap: 3.5rem;
  align-items: start;
  padding: 6rem 0;
  border-top: 1px solid rgba(184, 144, 90, 0.08);
  max-width: 1200px;
  margin: 0 auto;
}

.room-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.room-block--reverse {
  grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
}

.room-block--reverse .room-block__media {
  order: 2;
}

.room-block--reverse .room-block__content {
  order: 1;
}

.room-block__media,
.room-block__content {
  min-width: 0;
}

.room-block__figure,
.room-block__thumb {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}

.room-block__figure {
	position: relative;
	min-height: 30rem;
	max-height: 35rem;
}
.room-block__figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.room-block__figure img,
.room-block__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-block__capacity {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin: 0;
  padding: 0.65rem 1rem 0.5rem;
  border: 1px solid rgba(184, 144, 90, 0.18);
  background: rgba(14, 4, 1, 0.72);
  display: grid;
  gap: 0.15rem;
}

.room-block__capacity span {
  color: var(--accent);
  font-size: 0.56rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.room-block__capacity strong {
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.room-block__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.room-block__thumb {
  aspect-ratio: 3.2 / 1;
}

.room-block__content {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding-top: 0.5rem;
}

.room-block__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.room-block__index {
  color: rgba(184, 144, 90, 0.5);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.6rem, 4vw, 3.75rem);
  line-height: 1;
}

.room-block__line {
  height: 1px;
  background: rgba(184, 144, 90, 0.18);
}

.room-block__eyebrow,
.room-block__services-label,
.room-block__time-label,
.room-block__cta,
.page-section-label--centered {
  color: var(--accent);
  font-size: 0.56rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.room-block__title {
  margin: 0;
  max-width: 12ch;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.3rem, 4vw, 3.15rem);
  font-weight: 400;
  line-height: 1.08;
}

.room-block__title--secondary {
  margin-top: -1rem;
}

.room-block__subtitle {
  margin: 0;
  color: #9a8878;
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.room-block__separator {
  width: 100%;
  height: 1px;
  background: rgba(184, 144, 90, 0.18);
}

.room-block__description {
  max-width: 36.5rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.9;
}

.room-block__services-wrap {
  display: grid;
  gap: 0.75rem;
}

.room-block__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-block__service {
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(184, 144, 90, 0.18);
  color: #9a8878;
  font-size: 0.62rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.room-block__times {
  display: inline-flex;
  align-items: flex-start;
  gap: 1.75rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(184, 144, 90, 0.18);
}

.room-block__time {
  display: grid;
  gap: 0.15rem;
}

.room-block__time-label {
  color: #5e4a3e;
}

.room-block__time-value {
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.3rem;
  line-height: 1;
}

.room-block__cta {
  width: fit-content;
  min-height: 42px;
  padding: 0.8rem 2rem;
  border: 0;
  background: var(--accent);
  color: #0e0401;
}

.page-section-label--centered {
  justify-content: center;
  width: 100%;
}

.accommodations-reserve {
  padding: 7rem 0 7.5rem;
  background: #120402;
}

.accommodations-reserve__content {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  text-align: center;
}

.accommodations-reserve__title {
  max-width: 16ch;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  font-weight: 300;
  font-style: italic;
  line-height: 0.98;
}

.accommodations-reserve__text {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.85;
}

.accommodations-reserve__cta {
  margin-top: 0.6rem;
}

.restaurant-hero__detail {
  position: absolute;
  right: min(4vw, 4rem);
  top: 8rem;
  width: min(250px, 24vw);
  height: min(330px, 31vw);
  border: 1px solid rgba(184, 144, 90, 0.35);
  box-shadow: var(--shadow);
}

.restaurant-section__layout {
  grid-template-columns: minmax(0, 0.68fr) minmax(22rem, 0.9fr);
}

.restaurant-section__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.restaurant-section__features li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.restaurant-section__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 16px;
  height: 1px;
  background: var(--accent);
}

.restaurant-reserve__form--clone,
.contact-form--clone {
  position: relative;
  padding: 0;
  background: transparent;
}

.restaurant-reserve__title {
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 0.98;
}

.restaurant-reserve__form--clone .form-field label,
.contact-form--clone .form-field label,
.contact-info-item h3 {
  color: #5e4a3e;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.restaurant-reserve__form--clone :is(input, textarea, select),
.contact-form--clone :is(input, textarea, select) {
  border: 0;
  border-bottom: 1px solid rgba(184, 144, 90, 0.28);
  background: transparent;
  color: var(--text);
  padding: 0.75rem 0 0.7rem;
}

.restaurant-reserve__form--clone :is(input, textarea, select)::placeholder,
.contact-form--clone :is(input, textarea, select)::placeholder {
  color: #5e4a3e;
}

.restaurant-reserve__submit,
.contact-form__submit {
  width: 100%;
  min-height: 50px;
}

.restaurant-booking__iframe-wrap {
  overflow: hidden;
  background: transparent;
  min-width: 740px;
}

.restaurant-booking__iframe {
  display: block;
  width: 100%;
  min-height: 1300px;
  border: 0;
}

.surroundings-story {
  background: var(--bg-alt);
}

.surroundings-story__layout,
.surroundings-cta__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.88fr);
}

.surroundings-story__media {
  min-height: 520px;
}

.surroundings-highlights__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.surroundings-card {
  background: var(--surface);
  border: 1px solid var(--accent-soft);
  box-shadow: var(--shadow-soft);
}

.surroundings-card img {
  aspect-ratio: 4 / 3;
}

.surroundings-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1.35rem;
}

.surroundings-cta {
  background: var(--bg-alt);
}

.surroundings-cta__media {
  min-height: 420px;
}

.contact-page__layout--clone {
  position: relative;
  grid-template-columns: minmax(19rem, 420px) minmax(0, 752px);
  gap: 4rem 5rem;
}

.contact-page__info-list,
.contact-directions__list {
  display: grid;
  gap: 1.1rem;
}

.contact-page__info-list {
  border-top: 1px solid var(--accent-soft);
  padding-top: 2rem;
}

.contact-info-item p,
.contact-info-item a,
.contact-directions__list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
  text-decoration: none;
}

.page-section-label--small {
  margin-bottom: 1rem;
}

.page-section-label--small .page-section-label__line {
  width: 20px;
}

.contact-directions--clone {
  border-top: 1px solid var(--accent-soft);
  padding-top: 1.5rem;
}

.contact-directions__list p {
  position: relative;
  padding-left: 1.2rem;
}

.contact-directions__list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 14px;
  height: 1px;
  background: var(--accent-soft);
}

.contact-directions__maps {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-page__photo {
  position: relative;
  max-width: 420px;
  height: 240px;
  border: 1px solid rgba(184, 144, 90, 0.18);
}

.contact-page__photo figcaption {
  position: absolute;
  left: 0.9rem;
  bottom: 0.75rem;
  z-index: 1;
  color: rgba(232, 221, 208, 0.75);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 0.95rem;
  font-style: italic;
}

.contact-form__grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form__grid .form-field--full {
  grid-column: 1 / -1;
}

.surroundings-page {
  background: #1b0803;
}

.surroundings-hero,
.surroundings-banner,
.surroundings-quote {
  position: relative;
  overflow: clip;
}

.surroundings-hero {
  min-height: 760px;
  background: #0e0401;
}

.surroundings-hero__media,
.surroundings-banner__media,
.surroundings-quote__media {
  position: absolute;
  inset: 0;
}

.surroundings-hero__media {
  background-image:
    linear-gradient(180deg, rgba(14, 4, 1, 0.08) 0%, rgba(14, 4, 1, 0.74) 100%),
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.84) 0%,
      rgba(14, 4, 1, 0.4) 45%,
      rgba(14, 4, 1, 0.12) 100%
    ),
    url("../img/entorno/entorno-hero-laguardia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.surroundings-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 1rem;
  min-height: 760px;
  max-width: 41rem;
  padding: 9rem 0 4.5rem;
  margin: 0;
  left: 5rem;
}

.surroundings-hero__eyebrow,
.surroundings-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--accent);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.surroundings-hero__eyebrow-line {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.surroundings-hero__title,
.surroundings-banner__title,
.surroundings-final-cta__title {
  display: grid;
  gap: 0.04em;
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(3.25rem, 6vw, 4rem);
  font-weight: 300;
  line-height: 0.96;
}

.surroundings-hero__accent {
  margin: 0;
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  font-style: italic;
  line-height: 1.15;
}

.surroundings-hero__text,
.surroundings-discover-head__text,
.surroundings-banner__text,
.surroundings-final-cta__text,
.surroundings-mini-card__body p,
.surroundings-poi__content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.9;
}

.surroundings-hero__text {
  max-width: 34rem;
}

.surroundings-hero__cta {
  width: fit-content;
  min-height: 44px;
  margin-top: 0.35rem;
  padding-inline: 1.4rem;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.surroundings-hero__side-note {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(184, 144, 90, 0.78);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
.section.surroundings-discover-head {
	padding: 5rem 0 0;
}
.surroundings-poi.surroundings-poi--light {
	padding: 3rem 0 5rem;
}
.surroundings-hero__side-line {
  width: 1px;
  height: 52px;
  background: rgba(184, 144, 90, 0.3);
}

.surroundings-overview,
.surroundings-poi--dark,
.surroundings-final-cta {
  background: #1b0803;
}

.surroundings-discover-head,
.surroundings-poi--light,
.surroundings-grid-pair {
  background: #271007;
}

.surroundings-overview,
.surroundings-discover-head,
.surroundings-poi,
.surroundings-grid-pair,
.surroundings-final-cta {
  position: relative;
}

.surroundings-overview {
  overflow: clip;
}

.surroundings-overview::after,
.surroundings-final-cta::after {
  position: absolute;
  pointer-events: none;
  color: transparent;
  font-family: var(--e-global-typography-head-font-family);
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(184, 144, 90, 0.12);
}

.surroundings-overview::after {
  content: "1974";
  right: -0.5rem;
  bottom: -1.25rem;
  font-size: clamp(7rem, 17vw, 18rem);
}

.surroundings-overview__layout,
.surroundings-discover-head__layout,
.surroundings-poi__layout {
  display: grid;
  gap: clamp(2.5rem, 4vw, 4.5rem);
}

.surroundings-overview__layout {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 30rem);
  align-items: start;
}

.surroundings-overview__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.45rem;
  max-width: 43.25rem;
}

.surroundings-overview__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.9;
}

.surroundings-overview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  padding-top: 0.6rem;
}

.surroundings-overview__stat {
  min-width: 7rem;
  display: grid;
  gap: 0.2rem;
}

.surroundings-overview__stat strong {
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.surroundings-overview__stat span {
  color: #7e6450;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.surroundings-overview__media,
.surroundings-poi__media,
.surroundings-mini-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 144, 90, 0.18);
  background: var(--surface);
}

.surroundings-overview__media {
  display: grid;
  gap: 1rem;
  justify-self: end;
  width: min(100%, 30rem);
  margin-top: 2.5rem;
}

.surroundings-overview__media img {
  width: 100%;
  aspect-ratio: 6 / 7;
  object-fit: cover;
}

.surroundings-overview__media::after,
.surroundings-poi__media::after,
.surroundings-mini-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(14, 4, 1, 0.38) 100%);
}

.surroundings-overview__media figcaption,
.surroundings-poi__media figcaption {
  position: absolute;
  left: 1rem;
  bottom: 0.95rem;
  z-index: 1;
  color: rgba(244, 237, 227, 0.86);
  font-size: 0.7rem;
  line-height: 1.4;
}

.surroundings-discover-head__layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.9fr);
  align-items: end;
}

.surroundings-poi {
  padding: 5rem 0;
}

.surroundings-poi__layout {
  grid-template-columns: minmax(0, 48rem) minmax(20rem, 35rem);
  align-items: start;
}

.surroundings-poi--bodegas .surroundings-poi__layout {
  grid-template-columns: minmax(20rem, 34rem) minmax(0, 48rem);
}

.surroundings-poi__media {
  min-height: 32.5rem;
}

.surroundings-poi__media img,
.surroundings-mini-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surroundings-poi__content,
.surroundings-mini-card__body,
.surroundings-final-cta__content {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.surroundings-poi__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.surroundings-poi__head--banner {
  width: fit-content;
  display: flex;
}

.surroundings-poi__head--compact {
  gap: 0.75rem;
}

.surroundings-poi__index {
  color: rgba(184, 144, 90, 0.56);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.6rem, 4vw, 3.75rem);
  line-height: 1;
}

.surroundings-poi__line {
  height: 1px;
  background: rgba(184, 144, 90, 0.18);
}

.surroundings-poi__line--short {
  width: 6rem;
}

.surroundings-poi__title,
.surroundings-mini-card__title {
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2.25rem, 3.6vw, 2rem);
  font-weight: 300;
  line-height: 1.05;
}

.surroundings-poi__title {
  display: grid;
  gap: 0.08em;
}

.surroundings-poi__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0.2rem 0 0;
  list-style: none;
}

.surroundings-poi__chips li {
  padding: 0.36rem 0.75rem;
  border: 1px solid rgba(184, 144, 90, 0.18);
  color: #9a8878;
  font-size: 0.62rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.surroundings-poi__chips--light li {
  border-color: rgba(244, 237, 227, 0.22);
  color: rgba(244, 237, 227, 0.84);
}

.surroundings-grid-pair {
  padding: 5rem 0;
}

.surroundings-grid-pair__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.surroundings-mini-card {
  border: 1px solid rgba(184, 144, 90, 0.18);
  background: #31140a;
  box-shadow: var(--shadow-soft);
}

.surroundings-mini-card__media {
  height: 20rem;
  border: 0;
}

.surroundings-mini-card__body {
  padding: 1.75rem;
}

.surroundings-banner {
  min-height: 38rem;
  background: #140603;
}

.surroundings-banner__media {
  background-image:
    linear-gradient(
      90deg,
      rgba(14, 4, 1, 0.92) 0%,
      rgba(14, 4, 1, 0.56) 42%,
      rgba(14, 4, 1, 0.18) 100%
    ),
    linear-gradient(180deg, rgba(14, 4, 1, 0.12) 0%, rgba(14, 4, 1, 0.68) 100%),
    url("../img/entorno/entorno-alrededores.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.surroundings-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 1.1rem;
  min-height: 38rem;
  max-width: 42rem;
  left: 5rem;
  margin: 0;
}

.surroundings-quote {
  min-height: 22rem;
  background: #1b0803;
}

.surroundings-quote__media {
  background-image:
    linear-gradient(180deg, #1b0803 0%, rgba(27, 8, 3, 0.18) 22%, rgba(27, 8, 3, 0.18) 78%, #1b0803 100%),
    url("../img/entorno/entorno-vinedos.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.surroundings-quote__content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 22rem;
}

.surroundings-quote__text {
  max-width: 48rem;
  margin: 0;
  color: #f4ede3;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-style: italic;
  line-height: 1.26;
  text-align: center;
  font-weight: 300;
}

.surroundings-final-cta {
  overflow: clip;
  padding: 7rem 0 7.5rem;
}

.surroundings-final-cta::after {
  content: "Biazteri";
  right: -1rem;
  bottom: -1.25rem;
  font-size: clamp(6rem, 15vw, 18rem);
}

.surroundings-final-cta__content {
  position: relative;
  z-index: 1;
  justify-items: center;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.surroundings-final-cta__text {
  max-width: 40rem;
}

.surroundings-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.surroundings-final-cta__ghost {
  color: var(--text);
}

@media (max-width: 1199px) {
  .restaurant-story__layout,
  .restaurant-kitchen__layout,
  .restaurant-wine__layout,
  .restaurant-booking__layout,
  .accommodations-intro__layout,
  .restaurant-section__layout,
  .surroundings-story__layout,
  .surroundings-cta__layout,
  .contact-page__layout--clone,
  .surroundings-overview__layout,
  .surroundings-discover-head__layout,
  .surroundings-poi__layout {
    grid-template-columns: 1fr;
  }

  .accommodations-intro__figure {
    width: min(100%, 30rem);
    justify-self: start;
    margin-top: 0;
  }

  .restaurant-hero__detail {
    position: relative;
    right: auto;
    top: auto;
    width: min(320px, 70vw);
    height: auto;
    margin: 1.5rem auto 0;
  }

  .restaurant-booking__photo {
    max-width: none;
  }

  .surroundings-overview__media {
    width: min(100%, 32rem);
    justify-self: start;
    margin-top: 0;
  }

  .surroundings-poi--bodegas .surroundings-poi__media,
  .surroundings-poi--bodegas .surroundings-poi__content {
    order: initial;
  }
}

@media (max-width: 1023px) {
  .room-block,
  .room-block--reverse,
  .surroundings-highlights__grid,
  .surroundings-grid-pair__grid {
    grid-template-columns: 1fr;
  }

  .room-block--reverse .room-block__media,
  .room-block--reverse .room-block__content {
    order: initial;
  }
}

@media (max-width: 899px) {
  .restaurant-hero {
    min-height: 620px;
  }

  .restaurant-hero__content {
    min-height: 620px;
    padding: 7rem 0 3rem;
  }

  .inner-hero__content {
    min-height: 420px;
    padding-top: 6rem;
  }

  .home-infostrip--inner + .accommodations-intro {
    padding-top: 5.5rem;
  }

  .accommodations-intro,
  .restaurant-section,
  .surroundings-story,
  .surroundings-highlights,
  .surroundings-cta,
  .contact-page--clone,
  .surroundings-overview,
  .surroundings-discover-head,
  .surroundings-poi,
  .surroundings-grid-pair,
  .surroundings-final-cta {
    padding: 5rem 0;
  }

  .accommodations-intro__image-wrap,
  .surroundings-story__media,
  .surroundings-cta__media {
    min-height: 360px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__grid .form-field--full {
    grid-column: auto;
  }

  .restaurant-booking__grid {
    grid-template-columns: 1fr;
  }

  .restaurant-booking__grid .form-field--full {
    grid-column: auto;
  }

  .surroundings-hero {
    min-height: 660px;
  }

  .surroundings-hero__content {
    min-height: 660px;
    padding: 7rem 0 3rem;
  }

  .surroundings-hero__side-note {
    display: none;
  }

  .surroundings-banner {
    min-height: 32rem;
  }

  .surroundings-banner__content {
    min-height: 32rem;
  }
}

@media (max-width: 767px) {
  .room-block__thumbs,
  .surroundings-highlights__grid,
  .surroundings-grid-pair__grid {
    grid-template-columns: 1fr;
  }

  .restaurant-story__gallery,
  .restaurant-kitchen__gallery {
    grid-template-columns: 1fr;
  }

  .restaurant-wine__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restaurant-story__image--large,
  .restaurant-kitchen__image--large {
    grid-row: auto;
  }

  .restaurant-wine__media img {
    min-height: 24rem;
  }

  .restaurant-story__highlights {
    display: grid;
    gap: 1rem;
  }

  .inner-hero {
    min-height: 400px;
  }

  .inner-hero__content {
    min-height: 400px;
  }

  .accommodations-intro__image-wrap {
    min-height: 300px;
  }

  .accommodations-intro__title {
    font-size: 2.45rem;
  }

  .accommodations-intro__times {
    gap: 1.5rem;
  }

  .room-block {
    gap: 1.5rem;
    padding: 2rem 0;
  }

  .room-block__figure {
    min-height: 280px;
  }

  .room-block__heading {
    grid-template-columns: auto 1fr;
  }

  .room-block__eyebrow {
    grid-column: 1 / -1;
  }

  .surroundings-hero__title,
  .surroundings-banner__title,
  .surroundings-final-cta__title {
    font-size: clamp(2.7rem, 11vw, 3.4rem);
  }

  .surroundings-poi__title,
  .surroundings-mini-card__title {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .surroundings-poi__media,
  .surroundings-mini-card__media {
    min-height: 18rem;
    height: auto;
  }

  .surroundings-mini-card__body {
    padding: 1.4rem;
  }

  .surroundings-overview__stats,
  .surroundings-final-cta__actions {
    gap: 1rem;
  }

  .surroundings-quote__text {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
}

.promotions-page {
  background: #1b0803;
}

.promotions-hero {
  position: relative;
  min-height: 720px;
  overflow: clip;
  background: #0e0401;
}

.promotions-hero__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.promotions-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promotions-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 4, 1, 0.92) 0%, rgba(14, 4, 1, 0.58) 43%, rgba(14, 4, 1, 0.14) 100%),
    linear-gradient(180deg, rgba(14, 4, 1, 0.1) 0%, rgba(14, 4, 1, 0.76) 100%);
}

.promotions-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 1rem;
  min-height: 720px;
  max-width: var(--max-width);
  padding: 8rem 0 5rem;
  margin-inline: auto;
}

.promotions-hero__title {
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(3.3rem, 6.5vw, 6.5rem);
  font-weight: 300;
  line-height: 0.94;
  max-width: 10.5ch;
}

.promotions-hero__lead {
  max-width: 35rem;
  margin: 0;
  color: #ccbca8;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.9;
}

.promotions-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.6rem;
}

.promotions-hero__cta {
  min-height: 46px;
}

.promotions-intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(14, 4, 1, 0.58) 100%);
  pointer-events: none;
}

.promotions-intro__media figcaption {
  position: absolute;
  left: 1rem;
  bottom: 0.85rem;
  z-index: 1;
  margin: 0;
  color: rgba(244, 237, 227, 0.9);
  font-size: 0.7rem;
  line-height: 1.4;
}

.promotions-intro,
.promotions-packages,
.promotions-includes,
.promotions-final-cta {
  padding: 7rem 0;
}

.promotions-intro,
.promotions-includes {
  position: relative;
  overflow: clip;
  background: #1b0803;
}

.promotions-intro::after,
.promotions-final-cta::after {
  content: "Biazteri";
  position: absolute;
  right: -1rem;
  bottom: -1.2rem;
  color: transparent;
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(6rem, 15vw, 18rem);
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(184, 144, 90, 0.1);
  pointer-events: none;
}

.promotions-intro__layout,
.promotions-includes__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.82fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5rem);
}

.promotions-intro__copy,
.promotions-includes__copy,
.promotions-final-cta__content,
.promotions-section-head {
  display: grid;
  gap: 1.3rem;
}

.promotions-section-title {
  font-size: clamp(2.75rem, 4.8vw, 4.7rem);
}

.promotions-intro__body,
.promotions-includes__copy p,
.promotions-section-head__text,
.promotions-final-cta__content p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.9;
}

.promotions-intro__body {
  display: grid;
  gap: 1rem;
}

.promotions-intro__body p {
  margin: 0;
}

.promotions-intro__media {
  position: relative;
  justify-self: end;
  width: min(100%, 30rem);
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 144, 90, 0.18);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.promotions-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotions-packages {
  background: #271007;
}

.promotions-section-head {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.promotions-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.promotions-package-card {
  display: grid;
  gap: 1.35rem;
  align-content: start;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  border: 1px solid rgba(184, 144, 90, 0.18);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(49, 23, 15, 0.95) 0%, rgba(36, 17, 11, 0.95) 100%);
  box-shadow: var(--shadow-soft);
}

.promotions-package-card--featured {
  border-color: rgba(184, 144, 90, 0.42);
}

.promotions-package-card__header {
  display: grid;
  gap: 0.75rem;
}

.promotions-package-card__badge {
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(184, 144, 90, 0.32);
  color: var(--accent);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.promotions-package-card h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 300;
  line-height: 1.03;
}

.promotions-package-card__text,
.promotions-package-card__note,
.promotions-packages__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
}

.promotions-package-card__price {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(184, 144, 90, 0.18);
  border-bottom: 1px solid rgba(184, 144, 90, 0.18);
}

.promotions-package-card__price span {
  color: #7e6450;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.promotions-package-card__price strong {
  color: var(--accent);
  font-family: var(--e-global-typography-head-font-family);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
}

.promotions-package-card__list,
.promotions-includes__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.promotions-package-card__list {
  display: grid;
  gap: 0.7rem;
}

.promotions-package-card__list li {
  position: relative;
  padding-left: 1.35rem;
  color: #d9c9b6;
  font-size: 0.86rem;
  line-height: 1.6;
}

.promotions-package-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 12px;
  height: 1px;
  background: var(--accent);
}

.promotions-package-card__note {
  color: #7e6450;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promotions-package-card__cta {
  width: fit-content;
  margin-top: 0.25rem;
}

.promotions-packages__note {
  max-width: 46rem;
  margin-top: 1.5rem;
  color: #8b7462;
  font-size: 0.82rem;
}

.promotions-includes__layout {
  align-items: start;
}

.promotions-includes__list {
  display: grid;
  border-top: 1px solid rgba(184, 144, 90, 0.18);
}

.promotions-includes__list li {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(184, 144, 90, 0.18);
}

.promotions-includes__list span {
  color: rgba(184, 144, 90, 0.65);
  font-family: var(--e-global-typography-head-font-family);
  font-size: 1.45rem;
  line-height: 1;
}

.promotions-includes__list strong {
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.65;
}

.promotions-final-cta {
  position: relative;
  overflow: clip;
  background: #140603;
}

.promotions-final-cta__content {
  position: relative;
  z-index: 1;
  justify-items: center;
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}

.promotions-final-cta__content p {
  max-width: 38rem;
}

.promotions-final-cta__button {
  margin-top: 0.4rem;
}

@media (max-width: 1199px) {
  .promotions-intro__layout,
  .promotions-includes__layout {
    grid-template-columns: 1fr;
  }

  .promotions-intro__media {
    justify-self: start;
    width: min(100%, 34rem);
  }
}

@media (max-width: 899px) {
  .promotions-hero {
    min-height: auto;
  }

  .promotions-hero__content {
    min-height: 620px;
    padding: 7rem 0 4rem;
  }

  .promotions-intro,
  .promotions-packages,
  .promotions-includes,
  .promotions-final-cta {
    padding: 5rem 0;
  }

  .promotions-package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .promotions-hero__title {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .promotions-hero__actions,
  .promotions-package-card__cta,
  .promotions-final-cta__button {
    width: 100%;
  }

  .promotions-hero__actions .btn,
  .promotions-package-card__cta,
  .promotions-final-cta__button {
    justify-content: center;
  }

  .promotions-section-title {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .promotions-intro__media {
    min-height: 22rem;
  }

  .promotions-package-card {
    padding: 1.25rem;
  }

  .promotions-includes__list li {
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.9rem;
  }
}
