/*
Theme Name: Napoli B&B Chiaia Suites
Theme URI: https://napolibebchiaiasuites.com/
Author: Chiaia Suites
Description: Tema leggero e responsive per Chiaia Suites Bed and Breakfast nel centro di Napoli.
Version: 1.8.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: napolibebchiaiasuites
*/

:root {
  --wine: #5b1d0d;
  --wine-dark: #361006;
  --terracotta: #a64b2a;
  --gold: #d9a05b;
  --sand: #ead3b5;
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --ink: #221d1a;
  --muted: #6d625b;
  --line: rgba(91, 29, 13, 0.15);
  --shadow: 0 22px 60px rgba(54, 16, 6, 0.13);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--wine);
  color: #fff;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(91, 29, 13, 0.08);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  width: min(270px, 42vw);
  flex: 0 0 auto;
  align-items: center;
}

.site-brand img {
  width: 100%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.main-nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav .menu a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav .menu a:hover::after,
.main-nav .menu a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--wine);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span {
  opacity: 0;
}

.menu-open .menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--wine);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--wine-dark);
  transform: translateY(-2px);
}

.button-outline {
  border-color: var(--wine);
  background: transparent;
  color: var(--wine);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: var(--wine);
  color: #fff;
}

.button-light {
  background: #fff;
  color: var(--wine);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--sand);
  color: var(--wine-dark);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(217, 160, 91, 0.22), transparent 32%),
    linear-gradient(135deg, #fffaf3 0%, #f4e5d3 100%);
}

.hero-grid {
  display: grid;
  min-height: calc(100vh - 84px);
  padding-block: 58px;
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  align-items: center;
  gap: 10px;
  color: var(--wine);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.hero h1,
.section-heading h2,
.feature-copy h2,
.cta-panel h2,
.entry-title {
  margin: 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6.4vw, 6.3rem);
}

.hero-lead {
  max-width: 660px;
  margin: 25px 0 0;
  color: #534841;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--muted);
  font-size: 0.9rem;
  list-style: none;
}

.hero-meta li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "✦";
}

.hero-media {
  position: relative;
  min-height: min(700px, 78vh);
}

.hero-media::before {
  position: absolute;
  z-index: 0;
  top: 6%;
  right: -9%;
  width: 82%;
  height: 92%;
  border: 1px solid rgba(91, 29, 13, 0.22);
  border-radius: 48% 48% 12% 12% / 36% 36% 8% 8%;
  content: "";
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media picture {
  position: absolute;
  z-index: 1;
  inset: 0 7% 0 0;
}

.hero-media img {
  border-radius: 48% 48% 9% 9% / 32% 32% 7% 7%;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: 50% 54%;
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 9%;
  max-width: 260px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 15px 40px rgba(54, 16, 6, 0.16);
  backdrop-filter: blur(14px);
}

.hero-card strong {
  display: block;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.hero-card span {
  color: var(--muted);
  font-size: 0.86rem;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  padding-block: clamp(80px, 10vw, 140px);
}

.section-soft {
  background: var(--cream);
}

.section-dark {
  background: var(--wine-dark);
  color: #fff;
}

.section-heading {
  display: flex;
  margin-bottom: 48px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2,
.feature-copy h2,
.cta-panel h2,
.entry-title {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.feature-grid {
  display: grid;
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  grid-template-columns: 1fr 1fr;
}

.feature-media {
  position: relative;
}

.feature-media::after {
  position: absolute;
  z-index: 0;
  right: -20px;
  bottom: -20px;
  width: 55%;
  height: 55%;
  border-radius: var(--radius);
  background: var(--sand);
  content: "";
}

.feature-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-copy p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.feature-list li {
  display: grid;
  align-items: start;
  gap: 12px;
  grid-template-columns: 22px 1fr;
}

.feature-list li::before {
  color: var(--gold);
  content: "✦";
}

.rooms-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}

.room-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--wine-dark);
  color: #fff;
  grid-column: span 4;
}

.room-card:nth-child(1),
.room-card:nth-child(2) {
  grid-column: span 6;
}

.room-card picture,
.room-card img {
  width: 100%;
  height: 100%;
}

.room-card picture {
  position: absolute;
  inset: 0;
}

.room-card img {
  object-fit: cover;
  transition: transform 600ms ease;
}

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

.room-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 8, 2, 0.9), transparent 66%);
  content: "";
}

.room-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
}

.room-content h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
}

.room-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.93rem;
}

.room-meta {
  display: flex;
  margin-top: 14px;
  gap: 14px;
  color: var(--sand);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.breakfast-grid {
  display: grid;
  align-items: stretch;
  gap: 30px;
  grid-template-columns: 1.2fr 0.8fr;
}

.breakfast-main,
.breakfast-side {
  overflow: hidden;
  border-radius: var(--radius);
}

.breakfast-main img,
.breakfast-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breakfast-main {
  min-height: 680px;
}

.breakfast-side {
  display: grid;
  min-height: 680px;
  background: var(--wine);
  grid-template-rows: 1fr auto;
}

.breakfast-side img {
  min-height: 360px;
}

.breakfast-copy {
  padding: 36px;
  color: #fff;
}

.breakfast-copy h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.breakfast-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.location-grid {
  display: grid;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: 0.8fr 1.2fr;
}

.location-panel {
  padding: clamp(34px, 5vw, 64px);
  border-radius: var(--radius);
  background: var(--wine);
  color: #fff;
}

.location-panel h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
}

.location-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.places-list {
  display: grid;
  margin: 0;
  padding: 0;
  align-content: center;
  gap: 0;
  list-style: none;
}

.places-list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}

.places-list strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.places-list span {
  color: var(--muted);
  font-size: 0.88rem;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 230px;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(6) {
  grid-row: span 2;
}

.gallery-grid figure:nth-child(3) {
  grid-column: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.cta-panel {
  display: grid;
  padding: clamp(38px, 7vw, 78px);
  border-radius: calc(var(--radius) + 10px);
  align-items: center;
  gap: 40px;
  background:
    linear-gradient(120deg, rgba(54, 16, 6, 0.96), rgba(91, 29, 13, 0.87)),
    url("assets/images/beb-napoli-centro-terrazza-vista-1920.webp") center / cover;
  box-shadow: var(--shadow);
  color: #fff;
  grid-template-columns: 1fr auto;
}

.cta-panel h2 {
  color: #fff;
}

.cta-panel p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer {
  margin-top: 100px;
  padding: 70px 0 24px;
  background: #24100a;
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  padding-bottom: 48px;
  gap: 50px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.footer-brand img {
  width: min(310px, 100%);
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}

.footer-brand p {
  max-width: 480px;
}

.footer-social {
  display: flex;
  margin-top: 24px;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--sand);
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: var(--sand);
  background: var(--sand);
  color: #24100a;
  transform: translateY(-2px);
}

.footer-social svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 8px;
}

.footer-links a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.82rem;
}

.entry-content,
.entry-header {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}

.entry-header {
  padding-top: 100px;
}

.entry-content {
  padding-block: 50px 100px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    z-index: 9998;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 84px);
    height: calc(100dvh - 84px);
    padding: 40px 24px;
    overflow-y: auto;
    align-items: flex-start;
    background-color: #fffdf9 !important;
    box-shadow: 0 26px 55px rgba(54, 16, 6, 0.18);
    opacity: 1;
    isolation: isolate;
  }

  .menu-open .main-nav {
    display: block;
  }

  .main-nav ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .main-nav a {
    font-size: 1.2rem;
  }

  .main-nav .button {
    margin-top: 28px;
    font-size: 0.95rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .room-card,
  .room-card:nth-child(1),
  .room-card:nth-child(2) {
    grid-column: span 6;
  }

  .room-card:last-child {
    grid-column: 4 / span 6;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 28px, 1180px);
    --radius: 18px;
  }

  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 74px;
  }

  .site-brand {
    width: min(240px, 66vw);
  }

  .main-nav {
    top: 100%;
    height: calc(100vh - 76px);
    height: calc(100dvh - 76px);
  }

  .hero-grid,
  .feature-grid,
  .breakfast-grid,
  .location-grid,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 46px 68px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.8rem);
  }

  .hero-media {
    min-height: 580px;
  }

  .hero-card {
    right: 4px;
  }

  .trust-item {
    padding: 22px 16px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-media::after {
    right: -9px;
    bottom: -9px;
  }

  .room-card,
  .room-card:nth-child(1),
  .room-card:nth-child(2),
  .room-card:last-child {
    min-height: 470px;
    grid-column: 1 / -1;
  }

  .breakfast-main,
  .breakfast-side {
    min-height: 560px;
  }

  .gallery-grid {
    grid-auto-rows: 190px;
  }

  .gallery-grid figure:nth-child(3) {
    grid-column: span 1;
  }

  .cta-actions {
    align-items: stretch;
  }

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

/* GTranslate: compact, readable flag group in the main navigation. */
.main-nav .menu-item-gtranslate > .gt-current-wrapper {
  display: none !important;
}

.main-nav .menu-item-gtranslate > .sub-menu {
  position: static !important;
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.main-nav .menu-item-gtranslate > .sub-menu > li {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-nav .menu-item-gtranslate > .sub-menu a {
  display: flex !important;
  width: 27px !important;
  height: 27px !important;
  padding: 3px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 1 !important;
}

.main-nav .menu-item-gtranslate > .sub-menu a:hover,
.main-nav .menu-item-gtranslate > .sub-menu a:focus-visible,
.main-nav .menu-item-gtranslate > .sub-menu a.gt-current-lang {
  border-color: var(--gold);
  background: rgba(217, 160, 91, 0.12);
}

.main-nav .menu-item-gtranslate > .sub-menu a::after {
  display: none !important;
}

.main-nav .menu-item-gtranslate > .sub-menu img {
  display: block !important;
  width: 20px !important;
  height: auto !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .main-nav .menu-item-gtranslate {
    width: 100%;
    margin-top: 2px;
  }

  .main-nav .menu-item-gtranslate > .sub-menu {
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
}

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

/* Elegant editorial redesign — 2026 */
:root {
  --wine: #3f1631;
  --wine-dark: #25101f;
  --terracotta: #6b274f;
  --gold: #c79a54;
  --sand: #e8d6bd;
  --cream: #f6f0e8;
  --paper: #fffdf9;
  --ink: #211b1f;
  --muted: #71656c;
  --line: rgba(63, 22, 49, 0.14);
  --shadow: 0 26px 70px rgba(37, 16, 31, 0.14);
  --radius: 4px;
  --container: min(1240px, calc(100% - 48px));
}

.site-topbar {
  background: var(--wine-dark);
  color: #f6ede3;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar-inner p { margin: 0; }
.topbar-inner p span { margin: 0 8px; color: var(--gold); }
.topbar-inner div { display: flex; gap: 24px; }
.topbar-inner a { color: inherit; text-decoration: none; }
.topbar-inner a:hover { color: var(--gold); }

.site-header { background: rgba(255, 253, 249, 0.97); }
.header-inner { min-height: 90px; }
.site-brand { width: min(245px, 38vw); }
.main-nav a { font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.main-nav .header-button { border-radius: 0; background: var(--wine); color: #fff; }
.main-nav .header-button:hover,
.main-nav .header-button:focus-visible { background: var(--gold); color: var(--wine-dark); }

.luxury-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 126px));
  overflow: hidden;
  background: var(--wine-dark);
  color: #fff;
}

.luxury-hero-media,
.luxury-hero-media picture,
.luxury-hero-image,
.luxury-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.luxury-hero-image { object-fit: cover; object-position: center 44%; }
.luxury-hero-shade {
  background:
    linear-gradient(90deg, rgba(28, 10, 23, 0.92) 0%, rgba(40, 13, 31, 0.76) 38%, rgba(32, 13, 25, 0.26) 70%, rgba(20, 10, 17, 0.12) 100%),
    linear-gradient(0deg, rgba(20, 10, 17, 0.42), transparent 55%);
}

.luxury-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(760px, calc(100vh - 126px));
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-block: 90px;
}

.luxury-hero-copy { width: min(760px, 69%); }
.eyebrow-light { color: #f1dfc9; }
.eyebrow-light::before { background: var(--gold); }

.luxury-hero h1,
.single-room-title h1 {
  max-width: 820px;
  margin: 18px 0 28px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.2vw, 6.9rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.luxury-hero h1 em {
  display: block;
  color: var(--gold);
  font-weight: 400;
}

.luxury-hero-lead {
  max-width: 660px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.button-gold { border-color: var(--gold); border-radius: 0; background: var(--gold); color: var(--wine-dark); }
.button-gold:hover { border-color: #deb976; background: #deb976; color: var(--wine-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); border-radius: 0; background: transparent; color: #fff; }
.button-ghost:hover { border-color: #fff; background: #fff; color: var(--wine-dark); }
.button-light { border-radius: 0; }

.hero-location-card {
  align-self: flex-end;
  width: min(300px, 27%);
  margin-bottom: 10px;
  padding: 22px 0 22px 24px;
  border-left: 1px solid rgba(255, 255, 255, .55);
}

.hero-location-card span,
.hero-location-card strong { display: block; }
.hero-location-label { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-location-card strong { margin: 7px 0 5px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.hero-location-card span:last-child { color: rgba(255,255,255,.75); font-size: .88rem; line-height: 1.5; }

.elegance-strip { border-bottom: 1px solid var(--line); background: #fff; }
.elegance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.elegance-grid > div { position: relative; padding: 28px 24px 30px; border-right: 1px solid var(--line); }
.elegance-grid > div:first-child { border-left: 1px solid var(--line); }
.elegance-grid span { display: block; margin-bottom: 8px; color: var(--gold); font-family: var(--serif); font-size: .82rem; }
.elegance-grid strong { display: block; color: var(--wine); font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.elegance-grid small { color: var(--muted); font-size: .78rem; }

.intro-editorial { padding-block: 120px; }
.editorial-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.editorial-heading h2,
.experience-copy h2,
.metro-copy h2,
.faq-grid h2,
.single-room-content h2 {
  margin: 14px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.04;
}
.editorial-copy { padding-top: 42px; }
.editorial-lead { color: var(--wine); font-family: var(--serif); font-size: clamp(1.28rem, 2vw, 1.65rem); line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--wine); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--gold); }
.section-cream { background: var(--cream); }
.section-heading-centered { display: block; max-width: 800px; margin-inline: auto; text-align: center; }
.section-heading-centered .eyebrow { justify-content: center; }
.section-heading-centered > p { margin: 22px auto 0; }

.rooms-elegant-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 34px; margin-top: 58px; }
.room-elegant-card:nth-child(3n) { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; background: #fff; }
.room-elegant-image { position: relative; display: block; min-height: 420px; overflow: hidden; background: #e8dfd6; }
.room-elegant-image picture { display: block; height: 100%; }
.room-elegant-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-elegant-image > span { position: absolute; right: 22px; bottom: 22px; padding: 10px 14px; background: rgba(37,16,31,.9); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .07em; opacity: 0; text-transform: uppercase; transform: translateY(8px); transition: .25s ease; }
.room-elegant-card:hover .room-elegant-image img { transform: scale(1.035); }
.room-elegant-card:hover .room-elegant-image > span { opacity: 1; transform: none; }
.room-elegant-content { padding: 24px 4px 0; }
.room-elegant-card:nth-child(3n) .room-elegant-content { display: flex; padding: 55px; flex-direction: column; justify-content: center; }
.room-number { margin: 0 0 5px !important; color: var(--gold) !important; font-size: .72rem !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.room-elegant-content h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.8rem, 2.8vw, 2.7rem); font-weight: 500; line-height: 1.1; }
.room-elegant-content h3 a { text-decoration: none; }
.room-elegant-content > p { margin: 0; color: var(--muted); }
.room-facts { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 8px; }
.room-facts span { padding: 6px 10px; border: 1px solid var(--line); color: var(--wine); font-size: .72rem; font-weight: 700; }
.room-card-actions { display: flex; margin-top: 24px; align-items: center; justify-content: space-between; gap: 18px; }
.button-small { padding: 9px 15px; border-radius: 0; font-size: .72rem; }

.experience-section { overflow: hidden; padding-block: 130px; }
.experience-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(65px, 8vw, 120px); align-items: center; }
.experience-collage { position: relative; min-height: 700px; }
.experience-main { position: absolute; inset: 0 13% 12% 0; overflow: hidden; }
.experience-main picture,
.experience-main img { width: 100%; height: 100%; object-fit: cover; }
.experience-small { position: absolute; right: 0; bottom: 0; width: 44%; height: 46%; padding: 10px 0 0 10px; background: var(--paper); }
.experience-small picture,
.experience-small img { width: 100%; height: 100%; object-fit: cover; }
.experience-copy > p { color: var(--muted); }
.minimal-list { margin: 28px 0 0; padding: 0; list-style: none; }
.minimal-list li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--wine); font-weight: 700; }

.metro-section { padding-block: 110px; background: var(--wine-dark); color: #fff; }
.metro-grid { display: grid; grid-template-columns: 150px 1fr .8fr; gap: 55px; align-items: center; }
.metro-badge { display: flex; width: 124px; height: 124px; border: 2px solid var(--gold); border-radius: 50%; align-items: center; justify-content: center; gap: 5px; color: var(--gold); }
.metro-badge span { font-size: 1.25rem; font-weight: 800; }
.metro-badge strong { font-family: var(--serif); font-size: 4.4rem; font-weight: 500; line-height: 1; }
.metro-copy h2 { color: #fff; }
.metro-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.metro-stops { display: flex; margin: 30px 0; align-items: center; gap: 9px; color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.metro-stops i { width: 24px; height: 1px; background: var(--gold); }
.metro-places { padding: 32px; border: 1px solid rgba(255,255,255,.18); }
.metro-places h3 { margin: 0 0 18px; color: var(--gold); font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.metro-places ul { margin: 0; padding: 0; list-style: none; }
.metro-places li { display: flex; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); justify-content: space-between; gap: 15px; }
.metro-places li:last-child { border: 0; }
.metro-places strong { font-size: .88rem; }
.metro-places span { color: rgba(255,255,255,.62); font-size: .76rem; }

.gallery-elegant { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 280px 340px; gap: 12px; }
.gallery-elegant figure { margin: 0; overflow: hidden; }
.gallery-elegant picture,
.gallery-elegant img { width: 100%; height: 100%; object-fit: cover; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.faq-section { padding-block: 120px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; color: var(--wine); font-family: var(--serif); font-size: 1.32rem; cursor: pointer; }
.faq-list details p { margin: -6px 0 22px; color: var(--muted); }

.closing-cta { padding-block: 90px; background: var(--wine); color: #fff; }
.closing-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2 { margin: 8px 0; color: #fff; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: 1; }
.closing-cta p { margin-bottom: 0; color: rgba(255,255,255,.72); }

.single-room-hero { position: relative; min-height: 620px; color: #fff; }
.single-room-media,
.single-room-media picture,
.single-room-image,
.single-room-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.single-room-image { object-fit: cover; }
.single-room-shade { background: linear-gradient(0deg, rgba(28,10,23,.82), rgba(28,10,23,.05) 70%); }
.single-room-title { position: relative; z-index: 2; display: flex; min-height: 620px; padding-bottom: 65px; flex-direction: column; justify-content: flex-end; }
.single-room-title h1 { margin-block: 12px 20px; }
.single-room-facts { display: flex; gap: 10px; }
.single-room-facts span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); font-size: .75rem; font-weight: 800; }
.single-room-layout { display: grid; grid-template-columns: 1fr 390px; gap: 100px; padding-block: 110px; }
.single-room-content .prose { margin-top: 30px; color: var(--muted); font-size: 1.08rem; }
.room-book-card { padding: 42px; align-self: start; background: var(--wine-dark); color: #fff; }
.room-book-card > p { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.room-book-card h2 { margin: 12px 0; color: #fff; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.room-book-card > span { display: block; margin-bottom: 28px; color: rgba(255,255,255,.68); }
.room-book-card .button { display: flex; margin-bottom: 22px; }
.room-book-card .text-link { color: #fff; font-size: .7rem; }
.room-services-section { padding-block: 100px; background: var(--cream); }
.room-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.room-services-grid li { display: flex; min-height: 100px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; gap: 13px; background: rgba(255,255,255,.55); color: var(--wine); font-weight: 700; }
.room-services-grid li span { display: grid; width: 26px; height: 26px; border: 1px solid var(--gold); border-radius: 50%; place-items: center; color: var(--gold); font-size: .75rem; }
.single-room-back { padding-block: 42px; }

/* Metro guide */
.metro-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(199,154,84,.22), transparent 32%),
    linear-gradient(135deg, #25101f, #4b1838);
  color: #fff;
}
.metro-page-hero::after { position: absolute; right: -90px; bottom: -160px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.metro-page-hero-inner { position: relative; z-index: 2; padding-block: 120px; }
.metro-page-hero h1,
.blog-hero h1 { max-width: 900px; margin: 16px 0 24px; color: #fff; font-family: var(--serif); font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.metro-page-hero-inner > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.metro-intro { padding-block: 110px; }
.metro-map-section { padding-block: 110px; background: var(--cream); }
.metro-map-scroll { margin-top: 55px; overflow-x: auto; border: 1px solid var(--line); background: #fffdf9; box-shadow: var(--shadow); }
.metro-map-svg { display: block; min-width: 1040px; width: 100%; height: auto; }
.metro-map-full { position: relative; min-width: 1180px; }
.metro-map-image { display: block; width: 100%; height: auto; }
.metro-map-marker { position: absolute; z-index: 2; top: 55%; left: 50%; display: flex; min-width: 220px; padding: 13px 16px 13px 44px; border: 2px solid #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(54,16,6,.28); color: #fff; flex-direction: column; transform: translate(-50%,-100%); }
.metro-map-marker::before { position: absolute; top: 16px; left: 16px; width: 17px; height: 17px; border: 5px solid var(--gold); border-radius: 50%; background: #fff; content: ""; }
.metro-map-marker::after { position: absolute; bottom: -18px; left: 50%; border-top: 18px solid var(--wine); border-right: 13px solid transparent; border-left: 13px solid transparent; content: ""; transform: translateX(-50%); }
.metro-map-marker strong { color: var(--gold); font-family: var(--serif); font-size: 1.18rem; }
.metro-map-marker small { line-height: 1.35; }
.map-note-actions { display: flex; margin-top: 22px; align-items: center; justify-content: space-between; gap: 24px; }
.map-note-actions .map-note { max-width: 780px; margin: 0; }
.map-note { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.metro-network { padding-block: 115px; }
.network-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.network-cards article { min-height: 310px; padding: 35px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.network-number { display: grid; width: 54px; height: 54px; border-radius: 50%; place-items: center; color: #fff; font-size: 1.4rem; font-weight: 900; }
.line-one { background: #e3a51a; }
.line-two { background: #1d7a47; }
.line-six { background: #1b73b7; }
.funicular { background: var(--wine); }
.network-cards h3 { margin: 28px 0 13px; color: var(--wine); font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.network-cards p { margin: 0; color: var(--muted); font-size: .9rem; }
.metro-tips-section { padding-block: 110px; background: var(--wine-dark); color: #fff; }
.metro-tips-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px 100px; }
.metro-tips-grid h2 { margin: 10px 0 0; color: #fff; font-family: var(--serif); font-size: clamp(2.8rem,5vw,5rem); font-weight: 500; line-height: 1; }
.metro-tips-grid ul { margin: 0; padding: 0; list-style: none; }
.metro-tips-grid li { display: grid; grid-template-columns: 130px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); gap: 24px; }
.metro-tips-grid li strong { color: var(--gold); }
.metro-tips-grid li span { color: rgba(255,255,255,.72); }
.metro-official-links { grid-column: 2; display: flex; gap: 12px; }

/* Blog and legal pages */
.blog-hero { padding-block: 100px; background: var(--wine-dark); color: #fff; }
.blog-hero h1 { margin-bottom: 18px; }
.blog-hero > .site-container > p:last-child { color: rgba(255,255,255,.75); font-size: 1.1rem; }
.blog-section { min-height: 520px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { border: 1px solid var(--line); background: #fff; }
.blog-card-image { display: block; height: 260px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card-content { padding: 28px; }
.blog-date { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h2 { margin: 10px 0 15px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.15; }
.blog-card h2 a { text-decoration: none; }
.blog-card-content > p:not(.blog-date) { color: var(--muted); }
.blog-empty { max-width: 760px; margin: 30px auto; padding: 65px; border: 1px solid var(--line); background: var(--cream); text-align: center; }
.blog-empty .eyebrow { justify-content: center; }
.blog-empty h2 { margin: 15px 0; font-family: var(--serif); font-size: clamp(2.3rem,4vw,4rem); font-weight: 500; line-height: 1.05; }
.blog-pagination { margin-top: 50px; }
.single-post-hero { position: relative; min-height: min(720px, 78vh); overflow: hidden; color: #fff; }
.single-post-media,
.single-post-image,
.single-post-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.single-post-image { object-fit: cover; }
.single-post-shade { background: linear-gradient(0deg, rgba(28,10,23,.88), rgba(28,10,23,.08) 72%); }
.single-post-heading { position: relative; z-index: 2; display: flex; min-height: min(720px, 78vh); padding-block: 130px 70px; flex-direction: column; justify-content: flex-end; }
.single-post-heading h1 { max-width: 1020px; margin: 14px 0 20px; color: #fff; font-family: var(--serif); font-size: clamp(3.2rem,6.5vw,6.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.single-post-meta { margin: 0; color: rgba(255,255,255,.78); font-size: .86rem; letter-spacing: .04em; }
.single-post-layout { display: grid; padding-block: 95px; grid-template-columns: 150px minmax(0,760px); justify-content: center; gap: 70px; }
.post-share { position: sticky; top: 125px; align-self: start; }
.post-share > span { display: block; margin-bottom: 15px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.post-share-icons { display: flex; flex-wrap: wrap; gap: 9px; }
.post-share-icons a { display: grid; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); place-items: center; transition: background-color .18s ease,color .18s ease,transform .18s ease; }
.post-share-icons a:hover,.post-share-icons a:focus-visible { background: var(--wine); color: #fff; transform: translateY(-2px); }
.post-share-icons svg { width: 19px; height: 19px; fill: currentColor; }
.single-post-content .prose { color: var(--muted); font-size: 1.08rem; line-height: 1.85; }
.single-post-content .prose > p:first-child { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.45; }
.single-post-content .prose h2 { margin: 2.2em 0 .7em; color: var(--wine); font-family: var(--serif); font-size: clamp(2rem,4vw,3rem); font-weight: 500; line-height: 1.08; }
.single-post-content .prose li { margin-bottom: 10px; }
.single-post-content .prose a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.post-booking-cta { margin-top: 70px; padding: 50px; background: var(--wine-dark); color: rgba(255,255,255,.8); }
.post-booking-cta h2 { margin: 14px 0 18px; color: #fff; font-family: var(--serif); font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 500; line-height: 1.05; }
.post-booking-cta .button { margin-top: 14px; }
.single-post-nav { display: grid; padding-block: 34px 75px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; gap: 35px; }
.single-post-nav div:last-child { text-align: right; }
.single-post-nav a { color: var(--wine); font-family: var(--serif); font-size: 1.25rem; text-decoration: none; }
.entry-title { color: var(--wine); font-family: var(--serif); font-size: clamp(2.8rem,5vw,5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.entry-content h2 { margin-top: 2em; color: var(--wine); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.2; }
.entry-content li { margin-bottom: 8px; }
.entry-content a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 3px; }

@media (max-width: 1024px) {
  .topbar-inner div a:last-child { display: none; }
  .luxury-hero-copy { width: 76%; }
  .hero-location-card { display: none; }
  .elegance-grid { grid-template-columns: repeat(2, 1fr); }
  .elegance-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .editorial-grid,
  .experience-grid,
  .faq-grid { gap: 60px; }
  .rooms-elegant-grid { gap: 50px 24px; }
  .room-elegant-image { min-height: 350px; }
  .experience-collage { min-height: 580px; }
  .metro-grid { grid-template-columns: 100px 1fr; }
  .metro-badge { width: 92px; height: 92px; }
  .metro-badge strong { font-size: 3rem; }
  .metro-places { grid-column: 2; }
  .single-room-layout { grid-template-columns: 1fr 340px; gap: 55px; }
  .network-cards { grid-template-columns: 1fr 1fr; }
  .metro-tips-grid { gap: 40px 60px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 30px, 1240px); }
  .site-topbar { font-size: .66rem; }
  .topbar-inner { min-height: 32px; justify-content: center; text-align: center; }
  .topbar-inner div { display: none; }
  .header-inner { min-height: 76px; }
  .site-brand { width: 190px; }
  .luxury-hero,
  .luxury-hero-inner { min-height: 670px; }
  .luxury-hero-shade { background: linear-gradient(90deg, rgba(28,10,23,.9), rgba(28,10,23,.46)), linear-gradient(0deg, rgba(28,10,23,.55), transparent 65%); }
  .luxury-hero-copy { width: 100%; }
  .luxury-hero h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .luxury-hero-lead { font-size: .98rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { justify-content: center; }
  .elegance-grid { grid-template-columns: 1fr 1fr; }
  .elegance-grid > div { padding: 22px 14px; }
  .elegance-grid strong { font-size: 1rem; }
  .elegance-grid small { line-height: 1.4; }
  .intro-editorial,
  .experience-section,
  .faq-section { padding-block: 80px; }
  .editorial-grid,
  .experience-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .editorial-copy { padding-top: 0; }
  .rooms-elegant-grid { grid-template-columns: 1fr; gap: 50px; }
  .room-elegant-card:nth-child(3n) { grid-column: auto; display: block; }
  .room-elegant-card:nth-child(3n) .room-elegant-content { padding: 24px 4px 0; }
  .room-elegant-image { min-height: 330px; }
  .experience-collage { min-height: 500px; }
  .experience-main { right: 8%; }
  .experience-small { width: 52%; }
  .metro-section { padding-block: 75px; }
  .metro-grid { grid-template-columns: 1fr; gap: 35px; }
  .metro-badge { width: 76px; height: 76px; }
  .metro-copy,
  .metro-places { grid-column: 1; }
  .metro-stops { flex-wrap: wrap; }
  .gallery-elegant { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 230px 250px; }
  .gallery-tall { grid-column: span 2; grid-row: auto; }
  .gallery-wide { grid-column: span 2; }
  .closing-cta-inner { align-items: flex-start; flex-direction: column; }
  .single-room-hero,
  .single-room-title { min-height: 560px; }
  .single-room-title h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .single-room-layout { grid-template-columns: 1fr; gap: 48px; padding-block: 75px; }
  .room-services-grid { grid-template-columns: 1fr 1fr; }
  .room-services-grid li { min-height: 86px; padding: 14px; font-size: .83rem; }
  .room-card-actions { align-items: flex-start; flex-direction: column; }
  .metro-page-hero-inner { padding-block: 85px; }
  .metro-page-hero h1,
  .blog-hero h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .metro-intro,
  .metro-map-section,
  .metro-network,
  .metro-tips-section { padding-block: 78px; }
  .network-cards { grid-template-columns: 1fr; }
  .network-cards article { min-height: auto; }
  .metro-tips-grid { grid-template-columns: 1fr; gap: 35px; }
  .metro-official-links { grid-column: 1; align-items: stretch; flex-direction: column; }
  .metro-tips-grid li { grid-template-columns: 90px 1fr; gap: 15px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-empty { padding: 40px 24px; }
  .single-post-hero,
  .single-post-heading { min-height: 620px; }
  .single-post-layout { padding-block: 65px; grid-template-columns: 1fr; gap: 38px; }
  .post-share { position: static; }
  .post-booking-cta { padding: 38px 26px; }
  .single-post-nav { grid-template-columns: 1fr; }
  .single-post-nav div:last-child { text-align: left; }
  .map-note-actions { align-items: stretch; flex-direction: column; }
  .map-note-actions .button { text-align: center; }
}

/* Dark hospitality header: stronger identity and consistent contrast. */
.site-topbar {
  border-bottom: 1px solid rgba(217, 160, 91, 0.2);
  background: #160914;
}

.site-header {
  border-bottom: 1px solid rgba(217, 160, 91, 0.38);
  background: rgba(41, 13, 32, 0.97);
  box-shadow: 0 12px 34px rgba(22, 7, 17, 0.18);
}

.site-brand img {
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.main-nav a {
  color: #fff8f2;
}

.main-nav .menu a::after {
  background: var(--gold);
}

.main-nav .header-button {
  border-color: var(--gold);
  background: var(--gold);
  color: #2a0d20;
  box-shadow: 0 8px 22px rgba(15, 4, 12, 0.24);
}

.main-nav .header-button:hover,
.main-nav .header-button:focus-visible {
  border-color: #fff8f2;
  background: #fff8f2;
  color: #2a0d20;
}

.menu-toggle {
  border-color: rgba(255, 248, 242, 0.48);
  color: #fff8f2;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.main-nav .menu-item-gtranslate > .sub-menu a:hover,
.main-nav .menu-item-gtranslate > .sub-menu a:focus-visible,
.main-nav .menu-item-gtranslate > .sub-menu a.gt-current-lang {
  border-color: var(--gold);
  background: rgba(217, 160, 91, 0.22);
}

.floating-phone-cta {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: 18px;
  display: inline-flex;
  width: 60px;
  min-height: 58px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: #6d1738;
  box-shadow: 0 14px 34px rgba(35, 8, 25, 0.34);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.floating-phone-cta:hover,
.floating-phone-cta:focus-visible {
  background: #4b1029;
  box-shadow: 0 18px 40px rgba(35, 8, 25, 0.42);
  color: #fff;
  transform: translateY(-3px);
}

.floating-phone-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  place-items: center;
  background: var(--gold);
  color: #2a0d20;
}

.floating-phone-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.floating-phone-copy {
  display: none;
}

@media (max-width: 1024px) {
  .main-nav {
    border-top: 1px solid rgba(217, 160, 91, 0.28);
    background-color: #291020 !important;
    box-shadow: 0 28px 60px rgba(16, 4, 12, 0.42);
  }

  .main-nav .menu > li > a {
    color: #fff8f2;
  }

  .main-nav .header-button {
    color: #2a0d20;
  }
}

@media (max-width: 760px) {
  .floating-phone-cta {
    right: 12px;
    bottom: 18px;
    width: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
  }

  .floating-phone-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

}

@media print {
  .floating-phone-cta {
    display: none !important;
  }
}

/* Review platforms: social proof without embedding third-party trackers. */
.reviews-section {
  overflow: hidden;
  padding-block: 110px;
  background: #fffdf9;
}

.reviews-intro {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 80px;
}

.reviews-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.98;
}

.reviews-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.reviews-platform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.review-platform-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 42px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.review-platform-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--gold);
  content: "";
}

.review-platform-card:hover {
  border-color: rgba(91, 29, 13, 0.24);
  box-shadow: 0 22px 48px rgba(42, 13, 32, 0.09);
  transform: translateY(-4px);
}

.review-platform-booking {
  background: #f5f8fd;
}

.review-platform-booking::before {
  background: #003b95;
}

.review-platform-topline {
  display: flex;
  margin-bottom: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.review-platform-topline > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-platform-name {
  color: var(--wine);
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.review-platform-booking .review-platform-name {
  color: #003b95;
}

.review-platform-card h3 {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.review-platform-card > p {
  max-width: 600px;
  margin: 0 0 30px;
  color: var(--muted);
  line-height: 1.7;
}

.review-platform-link {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .reviews-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reviews-platform-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .reviews-section {
    padding-block: 78px;
  }

  .review-platform-card {
    min-height: 300px;
    padding: 32px 26px;
  }

  .review-platform-topline {
    margin-bottom: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}
