/* Rossalia 2026 visual refresh: a contemporary botanical system. */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  color: var(--heading-color);
  line-height: 1.14;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

section[id],
[id="main-content"] {
  scroll-margin-top: 82px;
}

a,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--heading-color);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

/* Shared navigation */

#header-root {
  background: rgba(250, 252, 249, 0.94);
}

.navbar,
.navbar.visible,
.navbar.scrolled {
  border-bottom: 1px solid rgba(41, 74, 54, 0.1);
  background: rgba(250, 252, 249, 0.92);
  box-shadow: 0 8px 30px rgba(31, 52, 40, 0.06);
  transform: none;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.navbar .container {
  width: min(100%, 1296px);
  max-width: none;
  min-height: 74px;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 10px 24px;
}

.logo {
  gap: 10px;
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.logo:hover {
  opacity: 0.78;
  transform: none;
}

.logo-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.logo-text {
  background: none;
  color: var(--secondary-color);
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0.01em;
}

.nav-links {
  gap: clamp(18px, 2.2vw, 32px);
}

.nav-link {
  color: #3e4a42;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.nav-link::after {
  bottom: -8px;
  height: 1px;
  background: var(--secondary-color);
  transition: width 0.22s ease;
}

.nav-link:hover {
  color: var(--primary-color);
}

.language-switcher {
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.lang-btn {
  min-width: 34px;
  min-height: 34px;
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4a594f;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--primary-color);
  color: var(--white);
}

.mobile-menu-btn {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line-color);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--primary-color);
  font-size: 0;
}

.mobile-menu-icon,
.mobile-menu-icon::before,
.mobile-menu-icon::after {
  position: absolute;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.mobile-menu-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-menu-icon::before {
  top: -6px;
  left: 0;
}

.mobile-menu-icon::after {
  top: 6px;
  left: 0;
}

.mobile-menu-btn.active .mobile-menu-icon {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-btn.active .mobile-menu-icon::before {
  transform: translateY(6px) rotate(90deg);
}

.mobile-menu-btn.active .mobile-menu-icon::after {
  opacity: 0;
}

/* Home hero */

.home-page .hero {
  min-height: min(850px, calc(100svh - 74px));
  margin-top: 0;
  height: 87vh;
  padding: clamp(110px, 14vh, 160px) 24px 92px;
  justify-content: flex-start;
  isolation: isolate;
}

.home-page .hero-bg {
  background-position: center 48%;
}

.home-page .hero-overlay,
.home-page .hero-overlay.fade-in {
  opacity: 1;
  background:
    linear-gradient(
      90deg,
      rgba(17, 37, 25, 0.6) 0%,
      rgba(20, 42, 29, 0.4) 44%,
      rgba(20, 42, 29, 0.16) 78%,
      rgba(20, 42, 29, 0) 100%
    ),
    linear-gradient(0deg, rgba(13, 29, 19, 0.2), transparent 48%);
}

.home-page .hero-content,
.home-page .hero-content.fade-in {
  width: min(100%, 1216px);
  max-width: none;
  margin: 0 auto;
  padding-top: 0;
  opacity: 1;
  text-align: left;
  animation: none;
}

.home-page .hero-content::before {
  width: 48px;
  margin: 0 0 28px;
  background: rgba(255, 255, 255, 0.72);
}

.home-page .hero-title {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(50px, 6.6vw, 88px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-shadow: 0 3px 28px rgba(10, 29, 18, 0.32);
}

.home-page .title-line {
  margin-bottom: 14px;
  font-size: 0.2em;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
}

.home-page .title-highlight {
  max-width: 720px;
  color: #fff;
  text-shadow: inherit;
}

.home-page .hero-subtitle {
  max-width: 590px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 450;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(10, 29, 18, 0.35);
}

.home-page .hero-description {
  max-width: 540px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(10, 29, 18, 0.28);
}

.home-page .hero-cta {
  justify-content: flex-start;
  animation: none;
}

.cta-button {
  min-height: 50px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--secondary-color);
  box-shadow: none;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-align: center;
}

.cta-button:hover {
  background: #843b47;
  box-shadow: 0 10px 26px rgba(72, 31, 38, 0.2);
  transform: translateY(-2px);
}

.home-page .cta-button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--heading-color);
}

.home-page .cta-button.primary:hover {
  background: #f2f5ef;
}

.home-page .cta-button.secondary {
  border-width: 1px;
  background: rgba(255, 255, 255, 0.06);
  text-shadow: none;
}

.home-page .cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.home-page .hero-scroll {
  bottom: 24px;
  opacity: 0.72;
}

/* Shared home section typography */

.home-page .section-intro {
  max-width: 760px;
  margin: 0 auto clamp(42px, 6vw, 64px);
  text-align: center;
}

.home-page .eyebrow,
.home-page .section-intro .eyebrow {
  margin: 0 0 13px;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-page .section-intro h2,
.home-page .local-seo-section h2,
.home-page .products-section h2,
.home-page .faq-section h2,
.home-page .map-section h2 {
  margin: 0 auto 18px;
  color: var(--heading-color);
  font-size: clamp(35px, 4.6vw, 54px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.home-page .section-intro > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #677068;
  font-size: 17px;
  line-height: 1.7;
}

/* Botanical room cards */

.home-page .rooms-section {
  padding: clamp(82px, 10vw, 126px) 24px;
  border-bottom: 1px solid var(--line-color);
  background: #f1f5f0;
}

.home-page .rooms-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2vw, 26px);
}

.home-page .room-card {
  --room-accent: #9a4f0d;
  --room-ink: #713b0d;
  --room-wash: #f6ede3;
  --room-line: rgba(154, 79, 13, 0.27);
  --room-flower: url("/images/giglio.svg");
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--room-line);
  border-radius: 22px 22px 8px 22px;
  background: var(--room-wash);
  box-shadow: 0 18px 46px rgba(37, 56, 43, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.home-page .room-card--rosa {
  --room-accent: #923b4b;
  --room-ink: #6e2c39;
  --room-wash: #f4e9eb;
  --room-line: rgba(146, 59, 75, 0.26);
  --room-flower: url("/images/rosa.svg");
}

.home-page .room-card--margherita {
  --room-accent: #786006;
  --room-ink: #5d4b05;
  --room-wash: #f3efd9;
  --room-line: rgba(120, 96, 6, 0.28);
  --room-flower: url("/images/margherita.svg");
}

.home-page .room-card-link {
  display: grid;
  height: 100%;
  min-width: 0;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
}

.home-page .room-card-link:focus-visible {
  outline-color: var(--room-accent);
  outline-offset: -5px;
}

.home-page .room-image {
  position: relative;
  height: clamp(250px, 23vw, 330px);
  margin: 10px 10px 0;
  border-radius: 14px 14px 4px 14px;
  background: #dfe6dd;
  overflow: hidden;
}

.home-page .room-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(24, 34, 27, 0.3));
  content: "";
  pointer-events: none;
}

.home-page .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.home-page .room-card--giglio .room-image img {
  object-position: center 54%;
}

.home-page .room-card--rosa .room-image img {
  object-position: center 52%;
}

.home-page .room-character {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--room-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.home-page .room-info {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: 28px 26px 24px;
  overflow: hidden;
}

.home-page .room-info::after {
  position: absolute;
  right: -45px;
  bottom: -66px;
  width: 170px;
  height: 245px;
  background: var(--room-accent);
  content: "";
  opacity: 0.075;
  pointer-events: none;
  transform: rotate(13deg);
  -webkit-mask: var(--room-flower) center / contain no-repeat;
  mask: var(--room-flower) center / contain no-repeat;
}

.home-page .room-info > * {
  position: relative;
  z-index: 1;
}

.home-page .room-info h3 {
  margin: 0 0 11px;
  color: var(--room-ink);
  font-size: clamp(25px, 2.2vw, 31px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.home-page .room-info > p {
  max-width: 31ch;
  margin: 0 0 28px;
  color: #59615b;
  font-size: 14px;
  line-height: 1.65;
}

.home-page .room-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--room-line);
}

.home-page .room-card .room-price {
  display: grid;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 0 5px;
  backdrop-filter: none;
}

.home-page .room-card .price-label {
  grid-column: 1 / -1;
  color: #727971;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .room-card .price-value {
  color: var(--room-ink);
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.home-page .room-card .price-unit {
  align-self: end;
  padding-bottom: 2px;
  color: #737a73;
  font-size: 11px;
  white-space: nowrap;
}

.home-page .room-card .room-cta {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--room-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.home-page .room-card .room-cta svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  padding: 6px;
  border: 1px solid var(--room-accent);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

@media (hover: hover) {
  .home-page .room-card:hover {
    border-color: var(--room-accent);
    box-shadow: 0 24px 64px rgba(35, 54, 41, 0.14);
    transform: translateY(-5px);
  }

  .home-page .room-card:hover .room-image img {
    transform: scale(1.035);
  }

  .home-page .room-card:hover .room-cta svg {
    background: var(--room-accent);
    color: #fff;
    transform: translateX(2px);
  }
}

/* Local story: columns instead of another row of floating cards */

.home-page .local-seo-section {
  padding: clamp(82px, 10vw, 124px) 24px;
  background: #fff;
}

.home-page .local-seo-section > .container > p:not(.eyebrow) {
  max-width: 800px;
  margin: 0 auto 48px;
  color: #667069;
  font-size: 17px;
  line-height: 1.75;
}

.home-page .local-seo-grid {
  gap: 0;
}

.home-page .local-seo-grid article {
  padding: 30px clamp(20px, 3vw, 36px) 4px;
  border: 0;
  border-top: 2px solid var(--primary-color);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .local-seo-grid article + article {
  border-left: 1px solid var(--line-color);
}

.home-page .local-seo-grid h3 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
}

.home-page .local-seo-grid p {
  color: #687169;
  font-size: 14px;
  line-height: 1.7;
}

/* Entire house: the single high-contrast editorial band */

.home-page .entire-house-section {
  padding: clamp(74px, 9vw, 112px) 24px;
  background: #233f30;
  color: rgba(255, 255, 255, 0.78);
}

.home-page .entire-house-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(40px, 7vw, 86px);
}

.home-page .entire-house-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border: 0 !important;
  border-radius: 24px 24px 6px 24px;
  box-shadow: 0 28px 70px rgba(8, 24, 14, 0.28);
  object-fit: cover;
}

.home-page .entire-house-info h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.home-page .entire-house-info p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 17px;
}

.home-page .entire-house-facts {
  display: grid;
  max-width: 470px;
  margin: 26px 0 24px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.home-page .entire-house-facts li {
  display: grid;
  min-height: 54px;
  align-items: center;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.home-page .entire-house-facts li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .entire-house-fact-icon {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(220, 233, 220, 0.3);
  border-radius: 10px 10px 3px 10px;
  color: #dce9dc;
  place-items: center;
}

.home-page .entire-house-fact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.home-page .entire-house-info .room-price {
  margin: 0 0 26px;
  padding: 15px 0;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-page .entire-house-info .price-label,
.home-page .entire-house-info .price-value {
  color: #fff;
}

.home-page .entire-house-info .price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.home-page .entire-house-info .price-unit {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.home-page .entire-house-info .cta-button {
  background: #fff;
  color: var(--heading-color);
}

.home-page .entire-house-info .cta-button:hover {
  background: #eef3ec;
}

/* Products, guide, FAQ and map */

.home-page .products-section {
  padding: clamp(80px, 9vw, 112px) 24px;
  background: #f5f7f3;
}

.home-page .products-subtitle {
  margin-bottom: 38px;
  color: #687169;
}

.home-page .products-scroll {
  gap: 18px;
  padding: 8px 2px 22px;
}

.home-page .product-card {
  border: 1px solid var(--line-color);
  border-radius: 18px 18px 5px 18px;
  box-shadow: none;
}

.home-page .product-card-link:hover {
  border-color: rgba(47, 90, 66, 0.32);
  box-shadow: 0 16px 40px rgba(31, 52, 40, 0.1);
  transform: translateY(-3px);
}

.home-page .product-card:not(.product-card-link):hover {
  border-color: var(--line-color);
  box-shadow: none;
  transform: none;
}

.home-page .product-badge {
  background: rgba(47, 90, 66, 0.1);
  color: var(--primary-color);
}

.home-page .area-guide-section {
  background: #eef3ee;
}

.home-page .guide-card {
  border-color: var(--line-color);
  border-radius: 22px 22px 6px 22px;
  box-shadow: 0 18px 46px rgba(31, 52, 40, 0.08);
}

.home-page .guide-card--food .guide-card-header,
.home-page .guide-card--wine .guide-card-header {
  border-bottom: 1px solid var(--line-color);
  background: transparent;
}

.home-page .faq-section {
  background: #fff;
}

.home-page .faq-item {
  padding: 26px 28px;
  border: 1px solid var(--line-color);
  border-radius: 5px 18px 18px 18px;
  background: #f8faf7;
  box-shadow: none;
}

.home-page .map-section {
  padding-top: clamp(72px, 8vw, 100px);
  background: #f5f7f3;
}

.home-page .map-wrapper {
  border-color: var(--line-color);
  border-radius: 22px 22px 6px 22px;
  box-shadow: 0 18px 48px rgba(31, 52, 40, 0.09);
}

/* Shared room-detail polish */

.room-detail {
  padding-top: clamp(72px, 8vw, 106px);
  background: var(--canvas-color);
}

.room-header {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.room-header h1 {
  color: var(--heading-color);
  font-size: clamp(42px, 6vw, 66px);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.room-subtitle {
  color: var(--secondary-color);
  font-size: clamp(17px, 2vw, 21px);
}

.room-gallery {
  border: 1px solid var(--line-color);
  border-radius: 24px 24px 7px 24px;
  box-shadow: 0 24px 64px rgba(31, 52, 40, 0.12);
}

.room-gallery .slideshow[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: clamp(420px, 44vw, 580px);
}

.room-gallery .slideshow[data-count="3"] {
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(440px, 46vw, 600px);
}

.room-gallery .slideshow[data-count="3"] .slide:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.room-gallery .slideshow[data-count="3"] .slide:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.room-gallery .slideshow[data-count="3"] .slide:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.room-description,
.room-amenities,
.room-pricing,
.room-booking,
.room-included,
.room-schedule {
  border: 1px solid var(--line-color);
  border-radius: 18px 18px 5px 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 52, 40, 0.055);
}

.room-description h2,
.room-amenities h2,
.room-pricing h2,
.room-included h2,
.room-schedule h2 {
  color: var(--heading-color);
}

.amenities-list li,
.included-list li {
  color: #59645c;
}

.price-card {
  border-color: var(--line-color);
  background: #f7f9f6;
}

.seasonal-price-period {
  color: var(--primary-color);
}

.seasonal-price-value {
  color: var(--secondary-color);
  font-variant-numeric: tabular-nums;
}

.breadcrumb {
  background: #f8faf7;
}

.breadcrumb-item a {
  text-underline-offset: 3px;
}

.slide-button {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  place-items: center;
}

.slide-button img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
  object-fit: cover;
  pointer-events: none;
}

.slide-button:focus-visible {
  outline-color: var(--primary-color);
  outline-offset: -4px;
}

.image-zoom-modal[hidden] {
  display: none;
}

.legal-modal[hidden] {
  display: none;
}

.image-zoom-content {
  display: grid;
  width: min(94vw, 1400px);
  height: min(90svh, 960px);
  padding: 62px 18px 18px;
  place-items: center;
}

.image-zoom-content img {
  width: 100%;
  height: 100%;
}

.image-zoom-close {
  top: 12px;
  right: 18px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

/* Shared footer */

.footer {
  padding-top: 72px;
  background: #1f372a;
}

.footer-content {
  gap: 42px;
}

.footer-section h3 {
  color: #fff;
  font-size: 18px;
}

.footer-section a {
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .navbar .container {
    width: 100%;
  }

  .home-page .room-info {
    padding: 24px 21px 21px;
  }

  .home-page .room-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .home-page .room-card .room-cta {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 68px;
  }

  section[id],
  [id="main-content"] {
    scroll-margin-top: 68px;
  }

  .navbar .container {
    min-height: 68px;
    padding: 8px 15px;
  }

  .logo-img {
    width: 43px;
    height: 43px;
  }

  .language-switcher {
    position: static;
    z-index: auto;
    margin-left: auto;
    padding: 2px;
    border-color: rgba(41, 74, 54, 0.11);
    box-shadow: none;
    backdrop-filter: none;
  }

  .lang-btn {
    min-width: 31px;
    min-height: 31px;
    padding: 5px;
    font-size: 10px;
  }

  .mobile-menu-btn,
  .mobile-menu-btn.active {
    position: relative;
    right: auto;
    z-index: 1001;
    flex: 0 0 42px;
  }

  .nav-links {
    top: 68px;
    height: calc(100svh - 68px);
    justify-content: center;
    gap: 26px;
    padding: 32px 20px max(40px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--line-color);
    background: rgba(246, 249, 245, 0.99);
    box-shadow: none;
    transform: translateY(-12px);
    overscroll-behavior: contain;
  }

  .nav-links[aria-hidden="true"] {
    visibility: hidden;
  }

  .nav-link {
    font-size: 23px;
    font-weight: 650;
  }

  .home-page .hero {
    min-height: calc(100svh - 68px);
    padding: 96px 18px 76px;
    align-items: flex-end;
  }

  .home-page .hero-overlay,
  .home-page .hero-overlay.fade-in {
    background:
      linear-gradient(0deg, rgba(18, 39, 27, 0.82), rgba(18, 39, 27, 0.18) 72%),
      linear-gradient(90deg, rgba(18, 39, 27, 0.35), rgba(18, 39, 27, 0.08));
  }

  .home-page .hero-content,
  .home-page .hero-content.fade-in {
    text-align: left;
  }

  .home-page .hero-content::before {
    margin-bottom: 20px;
  }

  .home-page .hero-title {
    max-width: 540px;
    margin-bottom: 18px;
    font-size: clamp(43px, 13.5vw, 62px);
  }

  .home-page .title-line {
    margin-bottom: 10px;
    font-size: 0.22em;
  }

  .home-page .hero-subtitle {
    font-size: 18px;
  }

  .home-page .hero-description {
    margin-bottom: 26px;
    font-size: 14px;
  }

  .home-page .hero-cta {
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
  }

  .home-page .hero-cta .cta-button {
    width: auto;
    max-width: none;
    flex: 1 1 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-page .hero-scroll {
    display: none;
  }

  .home-page .rooms-section,
  .home-page .local-seo-section,
  .home-page .products-section,
  .home-page .entire-house-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-page .section-intro {
    margin-bottom: 36px;
  }

  .home-page .section-intro h2,
  .home-page .local-seo-section h2,
  .home-page .products-section h2,
  .home-page .faq-section h2,
  .home-page .map-section h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .home-page .section-intro > p:last-child,
  .home-page .local-seo-section > .container > p:not(.eyebrow) {
    font-size: 15px;
  }

  .home-page .rooms-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-page .room-image {
    height: min(70vw, 310px);
  }

  .home-page .room-info {
    min-height: 218px;
    padding: 24px 22px 22px;
  }

  .home-page .room-card-footer {
    align-items: flex-end;
    flex-direction: row;
  }

  .home-page .room-card .room-cta {
    width: auto;
    justify-content: flex-start;
  }

  .home-page .local-seo-grid article {
    padding: 26px 4px 28px;
  }

  .home-page .local-seo-grid article + article {
    border-left: 0;
  }

  .home-page .entire-house-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-page .entire-house-image img {
    border-radius: 18px 18px 5px 18px;
  }

  .home-page .entire-house-info h2 {
    font-size: 42px;
  }

  .room-gallery .slideshow[data-count="2"] {
    height: 360px;
  }

  .room-gallery .slideshow[data-count="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(210px, 1.45fr) minmax(135px, 1fr);
    height: 360px;
  }

  .room-gallery .slideshow[data-count="3"] .slide:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .room-gallery .slideshow[data-count="3"] .slide:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .room-gallery .slideshow[data-count="3"] .slide:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .home-page .guide-card,
  .home-page .faq-item,
  .home-page .map-wrapper,
  .room-gallery,
  .room-description,
  .room-amenities,
  .room-pricing,
  .room-booking,
  .room-included,
  .room-schedule {
    border-radius: 16px 16px 5px 16px;
  }

  .room-detail {
    padding-top: 54px;
  }

  .footer {
    padding-top: 54px;
  }
}

@media (max-width: 520px) {
  .logo-text {
    display: none;
  }

  .home-page .hero-cta {
    flex-direction: column;
  }

  .home-page .hero-cta .cta-button {
    width: 100%;
  }

  .home-page .room-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-page .room-card .room-cta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Rossalia 2026, iteration 2: a quieter and more cohesive hospitality system. */

:root {
  --primary-color: #274b37;
  --secondary-color: #8d3f4d;
  --accent-color: #8d3f4d;
  --text-color: #48534c;
  --heading-color: #183225;
  --light-color: #f1f4ef;
  --canvas-color: #f7f8f4;
  --white: #fff;
  --line-color: rgba(24, 50, 37, 0.14);
  --shadow: 0 18px 52px rgba(24, 50, 37, 0.1);
  --focus-ring: rgba(141, 63, 77, 0.46);
}

body {
  background: var(--canvas-color);
}

.container {
  max-width: 1280px;
}

/* Navigation and shared calls to action */

#header-root {
  background: rgba(249, 249, 245, 0.96);
}

.navbar,
.navbar.visible,
.navbar.scrolled {
  border-bottom-color: rgba(24, 50, 37, 0.11);
  background: rgba(249, 249, 245, 0.94);
  box-shadow: 0 10px 34px rgba(24, 50, 37, 0.055);
}

.navbar .container {
  min-height: 76px;
}

.logo-text {
  color: var(--heading-color);
  font-family: "Felipa", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.nav-link {
  color: #35483d;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.nav-link[href="/prenotazione"] {
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 10px 10px 3px 10px;
  background: var(--secondary-color);
  color: #fff;
}

.nav-link[href="/prenotazione"]::after {
  display: none;
}

.nav-link[href="/prenotazione"]:hover {
  background: #783541;
  color: #fff;
}

.cta-button,
.cta-button.large,
.room-header-cta {
  border-radius: 11px 11px 3px 11px;
}

/* Home: hierarchy, rhythm and editorial details */

.home-page .hero {
  min-height: min(820px, calc(100svh - 76px));
  padding-top: clamp(104px, 13vh, 148px);
}

.home-page .hero-bg {
  background-position: center 52%;
  filter: saturate(0.9) contrast(1.02);
}

.home-page .hero-overlay,
.home-page .hero-overlay.fade-in {
  background:
    linear-gradient(
      90deg,
      rgba(17, 37, 25, 0.6) 0%,
      rgba(20, 42, 29, 0.4) 44%,

      rgba(20, 42, 29, 0) 78%
    ),
    linear-gradient(0deg, rgba(13, 29, 19, 0.2), transparent 48%);
}

.home-page .hero-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .hero-location::before {
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
  content: "";
}

.home-page .hero-content::before {
  display: none;
}

.home-page .hero-title {
  max-width: 800px;
  font-size: clamp(52px, 6.6vw, 86px);
}

.home-page .hero-subtitle {
  font-weight: 500;
}

.home-page .rooms-section {
  padding: clamp(88px, 9vw, 112px) 24px;
  background: #f0f3ed;
}

.home-page .local-seo-section {
  padding: clamp(84px, 8vw, 104px) 24px;
  background: #fbfbf8;
}

.home-page .entire-house-section {
  padding: clamp(76px, 8vw, 96px) 24px;
  background: #1d3a2a;
}

.home-page .products-section,
.home-page .area-guide-section,
.home-page .faq-section,
.home-page .map-section {
  padding: clamp(66px, 7vw, 82px) 24px;
}

.home-page .products-section,
.home-page .map-section {
  background: #f4f5f1;
}

.home-page .area-guide-section {
  background: #edf1eb;
}

.home-page .section-intro,
.home-page .area-guide-intro {
  margin-bottom: clamp(36px, 4vw, 48px);
}

.home-page .section-intro h2,
.home-page .local-seo-section h2,
.home-page .products-section h2,
.home-page .area-guide-intro h2,
.home-page .faq-section h2,
.home-page .map-section h2 {
  margin-bottom: 16px;
  color: var(--heading-color);
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.home-page .products-intro,
.home-page .faq-intro,
.home-page .map-intro-block {
  margin-bottom: 38px;
}

.home-page .faq-intro h2,
.home-page .map-intro-block h2 {
  margin-bottom: 0;
}

.home-page .map-intro-block h2 + p {
  margin-top: 16px;
}

/* Room cards: neutral architecture, individual botanical signatures. */

.home-page .room-card {
  --room-accent: #a25717;
  --room-ink: #6f3d16;
  --room-wash: #f8f3ec;
  --room-line: rgba(162, 87, 23, 0.3);
  border-color: var(--line-color);
  border-radius: 18px 18px 5px 18px;
  background: #fbfbf8;
  box-shadow: 0 14px 38px rgba(24, 50, 37, 0.075);
}

.home-page .room-card::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--room-accent);
  content: "";
}

.home-page .room-card--rosa {
  --room-accent: #9a4856;
  --room-ink: #713642;
  --room-wash: #f8f0f2;
  --room-line: rgba(154, 72, 86, 0.3);
}

.home-page .room-card--margherita {
  --room-accent: #92761b;
  --room-ink: #675414;
  --room-wash: #f7f4e8;
  --room-line: rgba(146, 118, 27, 0.32);
}

.home-page .room-image {
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 11px 11px 0;
  border-radius: 12px 12px 3px 12px;
}

.home-page .room-image::after {
  background: linear-gradient(180deg, transparent 58%, rgba(18, 31, 23, 0.32));
}

.home-page .room-info {
  min-height: 236px;
  background: linear-gradient(145deg, #fbfbf8 48%, var(--room-wash));
}

.home-page .room-info::after {
  right: -40px;
  bottom: -72px;
  opacity: 0.095;
}

.home-page .room-character {
  border-radius: 8px 8px 2px 8px;
  background: rgba(251, 251, 248, 0.92);
}

.home-page .room-card .price-label {
  color: #59635c;
  font-size: 11px;
}

.home-page .room-card .price-unit {
  color: #59635c;
  font-size: 12px;
}

.home-page .room-card .room-cta:hover {
  transform: none;
}

@media (hover: hover) {
  .home-page .room-card:hover {
    border-color: var(--room-line);
    box-shadow: 0 22px 54px rgba(24, 50, 37, 0.12);
    transform: translateY(-4px);
  }
}

/* Local context as an editorial introduction, followed by three facts. */

.home-page .local-seo-intro {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: auto auto;
  column-gap: clamp(48px, 8vw, 108px);
  text-align: left;
}

.home-page .local-seo-intro .eyebrow,
.home-page .local-seo-intro h2 {
  grid-column: 1;
}

.home-page .local-seo-intro .eyebrow {
  align-self: end;
}

.home-page .local-seo-intro h2 {
  margin-right: 0;
  margin-left: 0;
}

.home-page .local-seo-intro > p:last-child {
  max-width: 650px;
  align-self: end;
  margin: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #59655d;
  font-size: 16px;
  line-height: 1.76;
}

.home-page .local-seo-grid article {
  padding-top: 26px;
  border-top-color: var(--secondary-color);
}

.home-page .local-seo-grid article + article {
  border-left-color: var(--line-color);
}

/* Secondary home sections are compact and intentionally quieter. */

.home-page .products-scroll {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.home-page .product-card {
  min-width: 0;
  border-radius: 14px 14px 4px 14px;
  background: #fbfbf8;
}

.home-page .product-card-link {
  border-color: rgba(39, 75, 55, 0.28);
}

.home-page .product-image {
  height: auto;
  aspect-ratio: 4 / 3;
}

.home-page .product-info {
  padding: 18px 18px 20px;
}

.home-page .product-info h3 {
  color: var(--heading-color);
}

.home-page .product-card:not(.product-card-link) .product-image img {
  transition: none;
}

.home-page .product-card:not(.product-card-link):hover .product-image img {
  transform: none;
}

.home-page .product-badge {
  border-radius: 7px 7px 2px 7px;
  background: rgba(39, 75, 55, 0.1);
  color: var(--primary-color);
}

.home-page .guide-card {
  height: 500px;
  border-radius: 18px 18px 5px 18px;
  background: #fbfbf8;
  box-shadow: 0 14px 40px rgba(24, 50, 37, 0.07);
}

.home-page .guide-card-header {
  min-height: 146px;
  padding: 25px 26px 21px;
}

.home-page .guide-card-icon {
  width: 46px;
  height: 46px;
  box-shadow: none;
}

.home-page .guide-card--food .guide-card-icon {
  background: var(--secondary-color);
}

.home-page .guide-card--wine .guide-card-icon {
  background: var(--primary-color);
}

.home-page .guide-list {
  padding-right: 24px;
  padding-left: 24px;
}

.home-page .faq-item {
  padding: 24px 26px;
  border: 1px solid var(--line-color);
  border-left: 3px solid var(--secondary-color);
  border-radius: 4px 14px 14px 4px;
  background: #fbfbf8;
}

.home-page .faq-item h3 {
  color: var(--heading-color);
}

.home-page .map-wrapper {
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 14px 40px rgba(24, 50, 37, 0.08);
}

.home-page .map-wrapper iframe {
  height: 400px;
}

/* Room pages inherit their flower and colour without fragmenting the layout. */

.room-page {
  --page-accent: #a25717;
  --page-accent-deep: #6f3d16;
  --page-soft: #f7f1e9;
  --page-accent-line: rgba(162, 87, 23, 0.28);
  --page-flower: url("/images/giglio.svg");
}

.room-page--rosa {
  --page-accent: #9a4856;
  --page-accent-deep: #713642;
  --page-soft: #f8eff1;
  --page-accent-line: rgba(154, 72, 86, 0.28);
  --page-flower: url("/images/rosa.svg");
}

.room-page--margherita {
  --page-accent: #92761b;
  --page-accent-deep: #675414;
  --page-soft: #f6f3e5;
  --page-accent-line: rgba(146, 118, 27, 0.3);
  --page-flower: url("/images/margherita.svg");
}

.room-page--house {
  --page-accent: #356247;
  --page-accent-deep: #214331;
  --page-soft: #edf3ed;
  --page-accent-line: rgba(53, 98, 71, 0.28);
  --page-flower: url("/images/margherita.svg");
}

.room-page .breadcrumb {
  border-bottom: 1px solid var(--page-accent-line);
  background: #f4f6f1;
}

.room-page .breadcrumb-item a:hover {
  color: var(--page-accent-deep);
}

.room-page .room-detail {
  padding-top: clamp(64px, 7vw, 88px);
  background:
    linear-gradient(180deg, var(--page-soft) 0, var(--canvas-color) 360px),
    var(--canvas-color);
}

.room-page .room-header {
  position: relative;
  max-width: 900px;
  isolation: isolate;
  margin-bottom: 42px;
  padding: 18px 110px 10px;
}

.room-page .room-header::after {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -12px;
  width: 165px;
  height: 220px;
  background: var(--page-accent);
  content: "";
  opacity: 0.095;
  transform: rotate(9deg);
  -webkit-mask: var(--page-flower) center / contain no-repeat;
  mask: var(--page-flower) center / contain no-repeat;
}

.room-page .room-header h1 {
  margin-bottom: 12px;
  color: var(--heading-color);
}

.room-page .room-subtitle {
  margin: 0;
  color: var(--page-accent-deep);
}

.room-header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
}

.room-header-price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  color: #5c665f;
  font-size: 13px;
}

.room-header-price strong {
  color: var(--page-accent-deep);
  font-size: 27px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.room-header-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.room-header-cta:hover {
  background: #783541;
  transform: translateY(-2px);
}

.room-page .room-gallery {
  margin-bottom: 32px;
  border: 1px solid var(--page-accent-line);
  border-top: 4px solid var(--page-accent);
  border-radius: 20px 20px 5px 20px;
  box-shadow: 0 20px 54px rgba(24, 50, 37, 0.1);
}

.room-gallery .slideshow[data-count="6"] {
  height: clamp(520px, 48vw, 620px);
  max-height: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 3;
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.room-gallery .slideshow[data-count="6"] .slide:nth-child(6) {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.room-page .room-content {
  max-width: 1216px;
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 24px 28px;
}

.room-page .room-description,
.room-page .room-amenities,
.room-page .room-pricing,
.room-page .room-booking,
.room-page .room-included,
.room-page .room-schedule {
  margin-top: 0;
  padding: 28px 30px;
  border-color: var(--line-color);
  border-radius: 14px 14px 4px 14px;
  background: rgba(255, 255, 253, 0.94);
  box-shadow: none;
}

.room-page .room-description h2,
.room-page .room-amenities h2,
.room-page .room-pricing h2,
.room-page .room-included h2,
.room-page .room-schedule h2 {
  position: relative;
  margin-bottom: 18px;
  padding-top: 12px;
  color: var(--heading-color);
  font-size: clamp(22px, 2.4vw, 27px);
  letter-spacing: -0.025em;
}

.room-page .room-description h2::before,
.room-page .room-amenities h2::before,
.room-page .room-pricing h2::before,
.room-page .room-included h2::before,
.room-page .room-schedule h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: var(--page-accent);
  content: "";
}

.room-page .room-description p,
.room-page .amenities-list li,
.room-page .included-list li,
.room-page .schedule-info p {
  color: #536057;
}

.room-page .schedule-info strong,
.room-page .seasonal-price-period {
  color: var(--page-accent-deep);
}

.room-page .seasonal-price-value {
  color: var(--page-accent-deep);
}

.room-page .price-card {
  border-color: var(--page-accent-line);
  background: var(--page-soft);
}

.room-page .room-booking {
  align-self: start;
  border-color: var(--page-accent-line);
  background: var(--page-soft);
}

.room-page .room-booking .cta-button {
  width: 100%;
  background: var(--secondary-color);
}

.room-page .room-booking .cta-button:hover {
  background: #783541;
}

/* Footer: stronger brand block and consistent iconography. */

.footer {
  padding: 70px 20px 24px;
  background: #173224;
}

.footer-content {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: minmax(0, 1.8fr) minmax(160px, 0.65fr) minmax(
      160px,
      0.65fr
    );
  gap: clamp(42px, 7vw, 90px);
}

.footer-section--brand {
  max-width: 590px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.footer-brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-brand h3,
.footer-section h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-brand h3 {
  margin: 0;
  font-family: "Felipa", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.footer-contact-item,
.footer-section p.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.footer-icon {
  display: inline-grid;
  width: 19px;
  height: 22px;
  flex: 0 0 19px;
  color: #c9d5c8;
  place-items: center;
}

.footer-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section ul li {
  margin-bottom: 11px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  text-align: left;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

@media (max-width: 1024px) {
  .home-page .products-scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .room-card-footer {
    align-items: flex-end;
    flex-direction: row;
  }

  .home-page .room-card .room-cta {
    width: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .navbar .container {
    min-height: 68px;
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .logo {
    gap: 8px;
  }

  .logo-text {
    font-size: 21px;
  }

  .language-switcher {
    gap: 2px;
  }

  .lang-btn {
    min-width: 36px;
    min-height: 36px;
  }

  .nav-links {
    background: rgba(247, 248, 243, 0.995);
  }

  .nav-link {
    font-size: 20px;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .nav-link[href="/prenotazione"] {
    width: min(100%, 280px);
    justify-content: center;
    padding: 14px 22px;
    text-align: center;
  }

  .home-page .hero {
    min-height: calc(100svh - 68px);
    padding-top: 90px;
  }

  .home-page .hero-location {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .home-page .rooms-section,
  .home-page .local-seo-section,
  .home-page .entire-house-section,
  .home-page .products-section,
  .home-page .area-guide-section,
  .home-page .faq-section,
  .home-page .map-section {
    padding: 64px 16px;
  }

  .home-page .local-seo-intro {
    display: block;
    text-align: left;
  }

  .home-page .local-seo-intro .eyebrow,
  .home-page .local-seo-intro h2,
  .home-page .local-seo-intro > p:last-child {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .home-page .local-seo-intro > p:last-child {
    font-size: 15px;
  }

  .home-page .local-seo-grid article {
    padding: 23px 2px 25px;
  }

  .home-page .guide-card {
    height: 480px;
  }

  .home-page .guide-card-header {
    min-height: 142px;
  }

  .home-page .map-wrapper iframe {
    height: 360px;
  }

  .room-page .room-detail {
    padding-top: 46px;
  }

  .room-page .room-header {
    max-width: 610px;
    margin-bottom: 34px;
    padding: 8px 34px 4px;
  }

  .room-page .room-header::after {
    top: -24px;
    right: 0;
    width: 112px;
    height: 150px;
  }

  .room-page .room-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .room-page .room-description,
  .room-page .room-amenities,
  .room-page .room-pricing,
  .room-page .room-booking,
  .room-page .room-included,
  .room-page .room-schedule {
    padding: 24px;
  }

  .room-gallery .slideshow[data-count="2"] {
    height: 376px;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 150px;
  }

  .room-gallery .slideshow[data-count="6"] {
    height: 360px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    grid-auto-columns: 86%;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    scroll-padding-left: 6px;
    scroll-snap-type: x mandatory;
  }

  .room-gallery .slideshow[data-count="6"] .slide:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .footer {
    padding-top: 56px;
  }

  .footer-content {
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    gap: 32px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .home-page .products-scroll {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 1px 18px;
    scroll-padding-left: 1px;
  }

  .home-page .product-card {
    flex: 0 0 min(78vw, 280px);
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-section--brand {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .logo-text {
    display: block;
    font-size: 20px;
  }

  .logo-prefix {
    display: none;
  }

  .home-page .hero-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .home-page .section-intro h2,
  .home-page .local-seo-section h2,
  .home-page .products-section h2,
  .home-page .area-guide-intro h2,
  .home-page .faq-section h2,
  .home-page .map-section h2 {
    font-size: clamp(31px, 9vw, 39px);
  }

  .home-page .room-info {
    min-height: 224px;
  }

  .home-page .guide-card {
    height: 460px;
  }

  .home-page .guide-card-header {
    min-height: 138px;
    padding: 22px 18px 18px;
  }

  .home-page .guide-list {
    padding-right: 18px;
    padding-left: 18px;
  }

  .room-page .room-header {
    padding-right: 6px;
    padding-left: 6px;
    text-align: left;
  }

  .room-page .room-header::after {
    right: -2px;
    opacity: 0.075;
  }

  .room-page .room-header h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .room-header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }

  .room-header-price {
    justify-content: flex-start;
  }

  .room-header-cta {
    width: 100%;
  }

  .amenities-list,
  .included-list {
    grid-template-columns: 1fr;
  }

  .room-page .room-description,
  .room-page .room-amenities,
  .room-page .room-pricing,
  .room-page .room-booking,
  .room-page .room-included,
  .room-page .room-schedule {
    padding: 22px 20px;
  }

  .footer-brand h3 {
    font-size: 25px;
  }
}
