/*
  Hotel Mozart
  Shared premium styling for the homepage and testimonials page
*/

:root {
  --bg: #f4ede6;
  --bg-soft: #efe3d6;
  --surface: rgba(255, 250, 245, 0.92);
  --surface-solid: #fffaf5;
  --surface-strong: #1a1211;
  --surface-strong-2: #241615;
  --text: #2a1b18;
  --muted: #6f5b55;
  --muted-strong: #4d3d38;
  --muted-on-dark: rgba(255, 243, 233, 0.72);
  --line: rgba(94, 61, 46, 0.14);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent: #7d1f25;
  --accent-deep: #431011;
  --accent-soft: #b65d4a;
  --gold: #b58a49;
  --gold-soft: #e8cf9e;
  --success: #35533e;
  --shadow-sm: 0 12px 24px rgba(48, 28, 24, 0.08);
  --shadow-md: 0 26px 60px rgba(38, 20, 16, 0.14);
  --shadow-lg: 0 36px 90px rgba(23, 11, 10, 0.2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-tag: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

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

body {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(182, 93, 74, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(181, 138, 73, 0.14), transparent 28%),
    linear-gradient(180deg, #f9f4ee 0%, var(--bg) 42%, #f2e6da 100%);
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.32), transparent 24%),
    radial-gradient(circle at 85% 0%, rgba(181, 138, 73, 0.06), transparent 24%);
  z-index: -1;
}

body.menu-open,
body.rooms-guests-open {
  overflow: hidden;
}

.skip-link {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2000;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff8f2;
  color: var(--accent-deep);
  font-weight: 800;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
  box-shadow: var(--shadow-md);
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  color: inherit;
}

main {
  display: block;
}

section {
  position: relative;
  scroll-margin-top: 120px;
}

.container {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 32px);
}

h1,
h2,
h3,
.section-title,
.slide-title,
.feature-title,
.group-title,
.score-label {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0 0 16px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

p,
li {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
}

.section-title {
  font-size: clamp(38px, 5vw, 64px);
  color: var(--accent-deep);
}

.section-title.center,
.center {
  text-align: center;
}

.text-on-dark {
  color: #fff6ef;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary,
.btn-oxblood {
  color: #fff8f2;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 35px rgba(125, 31, 37, 0.24);
}

.btn-primary:hover,
.btn-oxblood:hover {
  box-shadow: 0 22px 44px rgba(125, 31, 37, 0.3);
}

.btn-secondary {
  color: var(--accent-deep);
  background: rgba(255, 250, 245, 0.72);
  border-color: rgba(67, 16, 17, 0.14);
  box-shadow: 0 10px 24px rgba(57, 29, 25, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.96);
}

.hero .btn-secondary,
.page-hero .btn-secondary {
  color: #fff8f2;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
}

.btn.full-width {
  width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 16px 0 0;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(24, 12, 12, 0.95), rgba(24, 12, 12, 0.72));
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: none;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    background 0.25s ease;
}

.site-header.scrolled::before,
.site-header.nav-open::before {
  opacity: 1;
}

.site-header .container {
  position: relative;
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(24px, 3vw, 34px) 14px;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fff8f2;
  min-width: 0;
}

.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.35vw, 28px);
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.primary-nav {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 8px 0 6px;
  border-radius: 0;
  color: rgba(255, 248, 242, 0.9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 248, 242, 0.5);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-links li:last-child .nav-link {
  font-size: 13px;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #ffffff;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: stretch;
  gap: 14px;
  justify-self: end;
}

.header-cta .btn-primary,
.language-switcher {
  min-width: 0;
}

.header-cta .btn-primary {
  width: 146px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  box-shadow: 0 18px 35px rgba(125, 31, 37, 0.22);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-bar {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #fff8f2;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.nav-open .menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .menu-bar:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 132px;
  min-height: 50px;
  padding: 0 26px 6px 12px;
  border: 0;
  background: none;
  color: #fff8f2;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.language-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 248, 242, 0.44);
  opacity: 0.76;
  transition: opacity 0.2s ease;
}

.current-lang {
  display: block;
  width: 100%;
  min-width: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-toggle:hover::after,
.language-toggle:focus-visible::after {
  opacity: 1;
}

.language-toggle i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.language-switcher.open .language-toggle i {
  transform: translateY(-50%) rotate(180deg);
}

.language-options {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 180px;
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(31, 18, 18, 0.94);
  box-shadow: 0 22px 48px rgba(15, 7, 6, 0.22);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.language-options li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.language-switcher.open .language-options {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.language-options button,
.nav-lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: auto;
  padding: 12px 18px;
  border: 0;
  background: transparent;
  color: rgba(255, 248, 242, 0.78);
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.language-options button:hover,
.language-options button.active,
.nav-lang-option:hover,
.nav-lang-option.active {
  background: none;
  color: #fff8f2;
}

.nav-lang-group {
  display: none;
}

.hero,
.page-hero {
  color: #fff8f2;
  overflow: clip;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 154px 0 92px;
  background:
    linear-gradient(110deg, rgba(14, 8, 9, 0.8) 4%, rgba(43, 21, 19, 0.6) 48%, rgba(19, 10, 10, 0.56) 100%),
    url("assets/images/optimized/hero-home-1600.webp") center/cover;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(181, 138, 73, 0.24), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(182, 93, 74, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(7, 4, 4, 0.08), rgba(7, 4, 4, 0.26));
  pointer-events: none;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -140px;
  width: min(520px, 60vw);
  height: min(520px, 60vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 207, 158, 0.16) 0%, rgba(232, 207, 158, 0) 68%);
  pointer-events: none;
}

.hero .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: none;
}

.hero-grid,
.page-hero-grid {
  display: grid;
  gap: 34px;
  align-items: end;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.94fr);
  gap: 48px;
}

.page-hero-grid {
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
}

.hero-copy,
.hero-booking-card,
.page-hero-copy,
.page-score-card {
  animation: fade-up 0.8s ease both;
}

.hero-booking-card,
.page-score-card {
  animation-delay: 0.08s;
}

.hero-booking-card {
  width: min(100%, 548px);
  justify-self: end;
  position: relative;
  padding: 34px 32px 30px;
}

.hero-booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(181, 138, 73, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(18, 10, 10, 0.92), rgba(18, 10, 10, 0.8));
  backdrop-filter: blur(18px) saturate(115%);
  box-shadow: 0 26px 76px rgba(11, 5, 5, 0.28);
  z-index: -1;
}

.page-score-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-badge {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: rgba(255, 248, 242, 0.94);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inline-badge i {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  min-width: 1.1rem;
  line-height: 1;
  color: var(--gold-soft);
}

.hero-title {
  max-width: 10.2ch;
  font-size: clamp(52px, 8vw, 92px);
  margin-bottom: 18px;
}

.hero-subtitle {
  max-width: 44rem;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 244, 235, 0.82);
}

.hero-actions,
.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.hero-actions .btn {
  min-height: auto;
  padding: 0 0 6px;
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  color: #fff8f2;
  font-size: 13px;
  letter-spacing: 0.12em;
  position: relative;
}

.hero-actions .btn::after {
  content: none;
}

.hero-actions .btn-secondary {
  color: rgba(255, 244, 235, 0.74);
}

.hero-actions .btn:hover {
  transform: none;
}

.hero-actions .btn:hover::after {
  opacity: 0.8;
}

.hero-tagline {
  max-width: 32rem;
  margin: 18px 0 0;
  color: rgba(255, 244, 235, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.hero-tagline #taglineRotator {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  transition: opacity 0.6s ease;
}

#booking,
#hero,
#home,
#rooms {
  scroll-margin-top: 130px;
}

.booking-widget {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: #fff8f2;
  backdrop-filter: none;
}

.booking-widget .field-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-widget .field-group-wide,
.booking-widget .action {
  grid-column: 1 / -1;
}

.booking-widget-intro {
  display: grid;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.booking-plan-title {
  margin: 0;
  color: #fff6ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 0.98;
}

.booking-plan-text {
  margin: 0;
  color: rgba(255, 244, 235, 0.8);
  font-size: 15px;
}

.booking-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-widget label {
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 244, 235, 0.82);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-widget input[type="date"],
.booking-widget input[type="text"],
.booking-widget input[type="number"],
.booking-widget select,
.booking-widget .booking-date-display,
.rooms-guests-control .input-display {
  width: 100%;
  min-height: 64px;
  padding: 16px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff8f2;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.booking-widget input[type="date"]:hover,
.booking-widget input[type="text"]:hover,
.booking-widget input[type="number"]:hover,
.booking-widget select:hover,
.booking-widget .booking-date-display:hover,
.rooms-guests-control .input-display:hover {
  border-color: rgba(232, 207, 158, 0.48);
  background: transparent;
}

.booking-widget input[type="date"]:focus-visible,
.booking-widget input[type="text"]:focus-visible,
.booking-widget input[type="number"]:focus-visible,
.booking-widget select:focus-visible,
.booking-widget .booking-date-display:focus-visible,
.rooms-guests-control .input-display:focus-visible {
  border-color: rgba(232, 207, 158, 0.72);
  background: transparent;
  box-shadow: none;
}

.booking-widget .booking-date-display {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff9f3;
}

.booking-widget input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: sepia(1) saturate(1.6) hue-rotate(334deg);
}

.rooms-guests-control {
  position: relative;
}

.rooms-guests-control .input-display {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

#roomsGuestsSummary {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
}

.rooms-guests-control .input-display i {
  flex: none;
  margin-top: 4px;
  color: var(--gold-soft);
  transition: transform 0.2s ease;
}

.rooms-guests-control .input-display.open i {
  transform: rotate(-180deg);
}

.rooms-guests-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(420px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(181, 138, 73, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(22, 12, 12, 0.98), rgba(18, 10, 10, 0.94));
  box-shadow: 0 28px 60px rgba(10, 5, 5, 0.34);
  display: none;
  z-index: 30;
}

.rooms-guests-popover.open {
  display: block;
}

.popover-group {
  display: grid;
  gap: 10px;
}

.rooms-guests-popover .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: auto;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: none;
}

.rooms-guests-popover .counter:last-child {
  border-bottom: 0;
}

.counter-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 244, 235, 0.84);
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.stepper-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff8f2;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stepper-btn:hover {
  background: rgba(232, 207, 158, 0.14);
  color: #fffdf8;
  transform: translateY(-1px);
}

.rooms-guests-popover input[type="number"] {
  width: 54px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  text-align: center;
  box-shadow: none;
  color: #fff8f2;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  appearance: textfield;
  -moz-appearance: textfield;
  font-variant-numeric: tabular-nums;
}

.popover-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.flatpickr-calendar {
  max-width: calc(100vw - 32px);
  border-top: 1px solid rgba(67, 16, 17, 0.12);
  border-bottom: 1px solid rgba(67, 16, 17, 0.14);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #fffaf4 0%, #f6ecdf 100%);
  box-shadow: 0 28px 64px rgba(33, 16, 13, 0.22);
  z-index: 1300;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
  display: none;
}

.flatpickr-months {
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(67, 16, 17, 0.08);
}

.flatpickr-month {
  height: 54px;
}

.flatpickr-current-month {
  font-family: "Cormorant Garamond", Georgia, serif;
  left: 0;
  right: 0;
  width: auto;
  height: 54px;
  padding: 10px 44px 0;
  font-size: 20px;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.flatpickr-current-month .cur-month {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  margin: 0 0.2ch 0 0;
  padding: 0;
  color: var(--accent-deep);
}

.flatpickr-current-month .numInputWrapper {
  width: 4.6ch;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.flatpickr-current-month .numInputWrapper input.cur-year {
  width: 100%;
  min-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--accent-deep);
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: left;
}

.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
  display: none;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(125, 31, 37, 0.14);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(33, 16, 13, 0.08);
  opacity: 1;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--accent-deep);
  background: #ffffff;
}

.flatpickr-months .flatpickr-prev-month {
  left: 10px;
}

.flatpickr-months .flatpickr-next-month {
  right: 10px;
}

.flatpickr-nav-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: 8px;
}

.flatpickr-weekdays {
  padding-inline: 14px;
}

span.flatpickr-weekday {
  color: var(--accent-soft);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flatpickr-days {
  padding: 12px 0 18px;
}

.flatpickr-day {
  max-width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  color: var(--text);
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.flatpickr-day:hover {
  background: rgba(125, 31, 37, 0.08);
  border-color: rgba(125, 31, 37, 0.08);
}

.flatpickr-day.today {
  border-color: rgba(125, 31, 37, 0.34);
}

.flatpickr-day.inRange {
  box-shadow: -5px 0 0 rgba(125, 31, 37, 0.12), 5px 0 0 rgba(125, 31, 37, 0.12);
  background: rgba(125, 31, 37, 0.12);
  border-color: rgba(125, 31, 37, 0.02);
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff8f2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(111, 91, 85, 0.34);
}

.about,
.location,
.reviews-cta,
.features {
  padding: 96px 0;
}

.about-grid,
.location-grid {
  display: grid;
  gap: 48px;
}

.about-grid {
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
}

.location-grid {
  grid-template-columns: minmax(470px, 1.02fr) minmax(0, 0.98fr);
  gap: 48px;
  align-items: start;
}

.about-image,
.map-container {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.about-image {
  position: relative;
  min-height: 0;
  padding-top: 0;
  background: none;
  border-radius: 0;
  overflow: visible;
}

.about-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  box-shadow: 0 28px 58px rgba(29, 15, 12, 0.12);
}

.about-content,
.location-content,
.reviews-cta-card {
  position: relative;
}

.about-content,
.location-content {
  padding: 0;
  border: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
}

.about-content p,
.location-content p,
.reviews-cta-sub,
.feature-text,
.footer-text {
  color: var(--muted);
}

.story-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 26px 0 28px;
}

.story-highlights .chip {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-highlights .chip i,
.story-highlights .chip .chip-icon {
  color: var(--accent);
}

.chip {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--radius-tag);
  border: 1px solid rgba(181, 138, 73, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: #fff8f2;
  font-size: 14px;
  font-weight: 700;
}

.chip i,
.chip-icon {
  width: 18px;
  height: 18px;
  color: var(--gold-soft);
  flex: none;
}

.chip-light {
  background: rgba(125, 31, 37, 0.05);
  border-color: rgba(181, 138, 73, 0.28);
  color: var(--text);
}

.chip-light i,
.chip-light .chip-icon {
  color: var(--accent);
}

.owner-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(67, 16, 17, 0.08);
  background: none;
  box-shadow: none;
}

.owner-note p {
  margin: 0;
  font-weight: 700;
  color: var(--muted-strong);
}

.rooms {
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(181, 138, 73, 0.08), transparent 24%),
    linear-gradient(180deg, var(--surface-strong-2) 0%, var(--surface-strong) 100%);
  color: #fff8f2;
  overflow: clip;
}

.rooms .section-title {
  color: #fff8f2;
}

.amenity-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  margin: 24px 0 34px;
}

.amenity-chips .chip {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 244, 235, 0.84);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.amenity-chips .chip-icon {
  color: var(--gold-soft);
}

.rooms-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: none;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track.dragging {
  cursor: grabbing;
  user-select: none;
}

.room-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  min-height: auto;
  gap: 28px;
  scroll-snap-align: start;
}

.slide-image {
  min-height: 340px;
  max-height: 420px;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.slide-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0 0;
  background: none;
  border-left: 0;
}

.slide-title {
  font-size: clamp(36px, 4vw, 52px);
  color: #fff8f2;
}

.slide-desc {
  color: rgba(255, 243, 233, 0.78);
  font-size: 17px;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 248, 242, 0.9);
}

.feature-list i {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  min-width: 1.15rem;
  text-align: center;
  line-height: 1;
  margin-top: 2px;
  color: var(--gold-soft);
}

.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 248, 243, 0.1);
  color: #fff8f2;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.carousel-nav:hover {
  transform: scale(1.03);
  background: rgba(255, 248, 243, 0.16);
}

.carousel-nav.prev {
  left: 20px;
}

.carousel-nav.next {
  right: 20px;
}

.carousel-nav.is-disabled {
  opacity: 0.32;
  cursor: default;
  pointer-events: none;
}

.chevron {
  width: 24px;
  height: 24px;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 8;
  display: inline-flex;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 16px;
  transform: translateX(-50%);
  background: rgba(8, 5, 5, 0.44);
  backdrop-filter: blur(12px);
}

.carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.carousel-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--gold) 0%, #fff3d7 100%);
}

.location-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 38rem;
  padding-top: 4px;
  align-self: start;
}

.location-content .section-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(34px, 3.3vw, 50px);
  margin-bottom: 18px;
}

.location-intro {
  max-width: 36rem;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 1.84;
}

.landmarks {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 16px;
  padding: 0;
  margin: 30px 0 22px;
}

.landmarks li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(67, 16, 17, 0.08);
}

.landmarks li span {
  display: block;
  line-height: 1.55;
}

.landmarks i {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  min-width: 1.15rem;
  margin-top: 2px;
  line-height: 1;
  color: var(--accent);
}

.location-phrases {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(67, 16, 17, 0.08);
  color: var(--accent-deep);
  font-weight: 700;
  max-width: 34rem;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.map-container {
  position: relative;
  min-height: 620px;
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reviews-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
  gap: 44px;
  align-items: start;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.reviews-cta-content {
  max-width: 40rem;
}

.reviews-cta .btn-oxblood {
  min-height: auto;
  padding: 0 0 6px;
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  color: var(--accent);
  position: relative;
  letter-spacing: 0.12em;
}

.reviews-cta .btn-oxblood::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.reviews-cta .btn-oxblood:hover {
  transform: none;
}

.reviews-cta .btn-oxblood:hover::after {
  opacity: 0.82;
}

.owner-note .btn {
  min-width: 132px;
  flex: 0 0 auto;
}

.reviews-cta-badges {
  display: grid;
  gap: 12px;
  padding-top: 12px;
}

.badge {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(67, 16, 17, 0.08);
  background: none;
  box-shadow: none;
  color: var(--muted-strong);
  font-weight: 700;
}

.badge i {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  min-width: 1.15rem;
  line-height: 1;
  color: var(--accent);
}

.features {
  background:
    radial-gradient(circle at top left, rgba(181, 138, 73, 0.08), transparent 20%),
    linear-gradient(180deg, #351312 0%, var(--accent-deep) 100%);
  color: #fff8f2;
}

.features .section-title {
  color: #fff8f2;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 42px;
}

.feature-item {
  padding-top: 24px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 22px;
}

.feature-title {
  max-width: 11ch;
  margin-bottom: 12px;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.02;
  color: #fff8f2;
}

.feature-text {
  max-width: 34rem;
  color: rgba(255, 243, 233, 0.74);
  line-height: 1.82;
}

.availability-banner {
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at top left, rgba(181, 138, 73, 0.06), transparent 20%),
    linear-gradient(180deg, #f8f0e6 0%, #efe4d6 100%);
}

.availability-banner .container {
  display: grid;
  gap: 14px;
}

.availability-banner .label {
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-chip {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid rgba(67, 16, 17, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-sm);
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 700;
}

.platform-chip img {
  width: 16px;
  height: 16px;
  padding: 6px;
  box-sizing: content-box;
  border-radius: 10px;
  background: rgba(67, 16, 17, 0.08);
  box-shadow: inset 0 0 0 1px rgba(67, 16, 17, 0.05);
}

.legal-nav {
  display: flex !important;
  position: static !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
}

.site-footer {
  margin-top: 0;
  padding-top: 26px;
  background:
    radial-gradient(circle at top left, rgba(181, 138, 73, 0.08), transparent 22%),
    linear-gradient(180deg, #170d0d 0%, #090505 100%);
  color: #fff8f2;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  padding: 34px clamp(20px, 3vw, 32px) 30px;
}

.footer-col {
  grid-column: span 3;
}

.footer-col-brand {
  grid-column: span 4;
  display: block;
}

.footer-brand .logo {
  color: #fff8f2;
}

.footer-col-brand .footer-brand,
.footer-col-brand .footer-heading {
  margin: 0;
}

.footer-col-brand .footer-text {
  margin: 10px 0 0;
  max-width: 24rem;
}

.footer-heading {
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-family: "Manrope", "Avenir Next", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-links a,
.contact a,
.contact p,
.footer-text {
  color: var(--muted-on-dark);
}

.footer-links a:hover,
.contact a:hover {
  color: #fff8f2;
}

.contact {
  display: grid;
  gap: 16px;
  margin: 0;
  font-style: normal;
}

.contact p {
  margin: 0;
}

.contact i {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0 0 8px;
  line-height: 1;
  color: var(--gold-soft);
}

.contact-text {
  display: block;
}

.contact-label-text {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 248, 242, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-value {
  color: var(--muted-on-dark);
}

.contact span {
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

.social {
  display: flex;
  gap: 12px;
}

.social a {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.social a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0 30px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 243, 233, 0.58);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-hero {
  min-height: 72vh;
  padding: 160px 0 82px;
  background:
    linear-gradient(120deg, rgba(15, 8, 8, 0.86) 4%, rgba(58, 24, 22, 0.62) 48%, rgba(14, 8, 8, 0.72) 100%),
    url("assets/images/optimized/hero-testimonials-1600.webp") center/cover;
}

.legal-page {
  padding: 88px 0 110px;
}

.legal-prose {
  max-width: 860px;
}

.legal-prose h2 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--accent-deep);
  font-size: clamp(28px, 3vw, 38px);
}

.legal-prose h2 + p,
.legal-prose p + h2 {
  margin-top: 28px;
}

.legal-prose p,
.legal-prose a {
  color: var(--muted-strong);
}

.breadcrumbs {
  margin-bottom: 14px;
  color: rgba(255, 243, 233, 0.74);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #fff6ef;
  text-decoration: underline;
  text-decoration-color: rgba(232, 207, 158, 0.5);
  text-underline-offset: 4px;
}

.page-hero-sub {
  max-width: 42rem;
  color: rgba(255, 244, 235, 0.78);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.68;
}

.page-score-card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 18px 34px;
  align-items: start;
  width: min(100%, 700px);
  padding: 18px 0 0;
  border-top: 0;
}

.score-summary {
  display: grid;
  gap: 8px;
}

.score-kicker {
  margin: 0;
  color: rgba(255, 243, 233, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.score-headline {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  line-height: 0.9;
}

.score-value {
  color: #fff8f2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 6vw, 84px);
  font-weight: 700;
  line-height: 1;
}

.score-scale {
  margin-bottom: 10px;
  color: rgba(255, 243, 233, 0.68);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.score-label {
  margin: 0;
  color: rgba(255, 243, 233, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-score-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.score-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  padding-top: 0;
  border-top: 0;
  color: #fff8f2;
}

.score-row i {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  min-width: 1.15rem;
  margin-top: 2px;
  line-height: 1;
  color: var(--gold-soft);
}

.score-row span {
  line-height: 1.55;
  font-weight: 700;
}

.page-hero-actions .btn {
  min-height: auto;
  padding: 0 0 6px;
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  color: #fff8f2;
  font-size: 13px;
  letter-spacing: 0.12em;
  position: relative;
}

.page-hero-actions .btn::after {
  content: none;
}

.page-hero-actions .btn-secondary {
  color: rgba(255, 244, 235, 0.74);
}

.page-hero-actions .btn:hover {
  transform: none;
}

.page-hero-actions .btn:hover::after {
  opacity: 0.8;
}

.testimonials-page {
  padding: 88px 0 110px;
}

.featured-testimonial {
  padding: 38px 0 34px;
  border-top: 1px solid rgba(67, 16, 17, 0.1);
  border-bottom: 1px solid rgba(67, 16, 17, 0.1);
  background: none;
  box-shadow: none;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.featured-quote blockquote {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.testimonial-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 28px 44px;
  padding-top: 44px;
}

.testimonial-group + .testimonial-group {
  margin-top: 20px;
  border-top: 1px solid rgba(67, 16, 17, 0.08);
}

.group-title {
  margin: 0;
  max-width: 11ch;
  position: sticky;
  top: 122px;
  align-self: start;
  font-size: clamp(34px, 4vw, 48px);
  color: var(--accent-deep);
  line-height: 1.02;
}

.testimonials-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 34px;
}

.testimonial-card {
  position: relative;
  grid-column: auto;
  padding: 22px 0 0 32px;
  border-top: 1px solid rgba(67, 16, 17, 0.08);
  background: none;
  box-shadow: none;
}

.testimonials-list .testimonial-card:nth-child(4n + 1),
.testimonials-list .testimonial-card:nth-child(4n + 2) {
  grid-column: auto;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 0;
  color: rgba(125, 31, 37, 0.18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

.testimonial-card blockquote {
  position: relative;
  margin: 0;
  color: var(--muted-strong);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.testimonial-card footer {
  position: relative;
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(181, 138, 73, 0.85);
  outline-offset: 3px;
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .site-header .container {
    gap: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-links {
    gap: 4px;
    padding-inline: 6px;
  }

  .nav-link {
    padding-inline: 12px;
  }

  .hero-grid,
  .page-hero-grid,
  .about-grid,
  .location-grid,
  .reviews-cta-card,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 44rem;
  }

  .hero-title {
    max-width: 11ch;
  }

  .hero-booking-card {
    max-width: 520px;
  }

  .hero-booking-card {
    justify-self: start;
  }

  .location-content {
    max-width: none;
    padding-top: 0;
  }

  .location-content .section-title {
    max-width: none;
    white-space: normal;
  }

  .booking-date-grid {
    grid-template-columns: 1fr;
  }

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

  .slide-image {
    min-height: 420px;
  }

  .slide-body {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .footer-col {
    grid-column: span 6;
  }

  .footer-col-brand {
    grid-column: span 12;
  }

  .featured-grid,
  .testimonial-group {
    gap: 28px;
  }

  .testimonial-group {
    grid-template-columns: 1fr;
  }

  .group-title {
    max-width: none;
    position: static;
  }
}

@media (max-width: 1280px) {
  .site-header::before {
    inset-inline: 0;
  }

  .site-header .container {
    grid-template-columns: auto 1fr auto;
  }

  .primary-nav {
    justify-self: end;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    top: calc(var(--header-height, 76px) + 8px);
    right: 16px;
    left: 16px;
    width: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    max-width: 360px;
    max-height: calc(100dvh - var(--header-height, 76px) - 20px);
    margin-left: auto;
    padding: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: 24px;
    background: rgba(24, 12, 12, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(24px) saturate(140%);
    z-index: 1001;
    animation: menuFadeIn 0.25s ease forwards;
  }

  .site-header.nav-open .nav-links {
    display: flex;
  }

  .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    line-height: 1.2;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover,
  .nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.1);
  }

  .header-cta .btn-primary {
    display: none;
  }

  .language-switcher {
    display: none;
  }

  .nav-lang-group {
    display: grid;
    gap: 8px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
  }

  .nav-lang-label {
    color: rgba(255, 248, 242, 0.88);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .nav-lang-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
  }

  .nav-lang-option {
    width: auto;
    min-height: auto;
    padding: 0 0 4px;
    border: 0;
    border-radius: 0;
    position: relative;
    line-height: 1.2;
  }

  .nav-lang-option::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.18;
    transition: opacity 0.2s ease;
  }

  .nav-lang-option:hover::after,
  .nav-lang-option.active::after {
    opacity: 0.72;
  }

  .map-container {
    min-height: 480px;
  }

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

  .reviews-cta-card,
  .about-content,
  .location-content {
    padding: 32px;
  }

  .about-content,
  .location-content {
    padding: 0;
  }

  .reviews-cta-card {
    padding: 0;
  }

  .map-container {
    min-height: 520px;
  }
}

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

  .site-header {
    padding-top: 10px;
  }

  .site-header::before {
    inset-inline: 0;
    border-radius: 0;
  }

  .site-header .container {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 12px 20px 14px;
  }

  .brand {
    gap: 10px;
  }

  .logo {
    font-size: 24px;
    letter-spacing: 0.14em;
  }

  .nav-links {
    top: calc(var(--header-height, 72px) + 6px);
    right: 16px;
    left: 16px;
    max-width: none;
    padding: 12px;
    border-radius: 22px;
  }

  .hero,
  .page-hero {
    padding-top: 120px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 58px;
    background:
      linear-gradient(118deg, rgba(16, 8, 8, 0.5) 6%, rgba(49, 24, 20, 0.3) 52%, rgba(18, 10, 10, 0.2) 100%),
      url("assets/images/optimized/hero-home-800.webp") 58% center / cover;
  }

  .hero::before {
    background:
      radial-gradient(circle at 20% 22%, rgba(181, 138, 73, 0.16), transparent 30%),
      radial-gradient(circle at 78% 18%, rgba(182, 93, 74, 0.12), transparent 32%),
      linear-gradient(180deg, rgba(7, 4, 4, 0.03), rgba(7, 4, 4, 0.14));
  }

  .hero-grid,
  .page-hero-grid {
    gap: 24px;
  }

  .hero-title {
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(34px, 9.8vw, 48px);
    line-height: 0.92;
  }

  .hero-subtitle,
  .page-hero-sub {
    max-width: 28rem;
    font-size: 16px;
  }

  .hero-actions,
  .page-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
  }

  .hero-tagline {
    max-width: 24rem;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-tagline #taglineRotator {
    font-size: 20px;
  }

  .booking-widget {
    padding: 0;
    border-radius: 0;
  }

  .hero-booking-card {
    width: 100%;
    padding: 24px 22px 22px;
  }

  .booking-widget input[type="date"],
  .booking-widget input[type="text"],
  .booking-widget input[type="number"],
  .booking-widget select,
  .booking-widget .booking-date-display,
  .rooms-guests-control .input-display {
    min-height: 62px;
    padding: 16px 16px 14px;
  }

  .flatpickr-calendar {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(18px, env(safe-area-inset-bottom, 0px)) !important;
    width: min(calc(100vw - 36px), 360px);
    max-width: calc(100vw - 36px);
    transform: translateX(-50%) !important;
  }

  .flatpickr-rContainer,
  .flatpickr-days,
  .dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
  }

  .flatpickr-days {
    padding: 10px 12px 16px;
  }

  .rooms-guests-popover {
    position: fixed;
    left: 18px;
    right: 18px;
    top: auto;
    bottom: max(18px, env(safe-area-inset-bottom, 0px));
    width: auto;
    max-height: min(76vh, 560px);
    padding: 18px;
    overflow-y: auto;
    z-index: 1200;
  }

  .rooms-guests-popover .counter {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .stepper {
    justify-content: space-between;
  }

  .popover-actions .btn {
    width: 100%;
  }

  .about,
  .location,
  .reviews-cta,
  .features,
  .rooms,
  .testimonials-page {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .about-content,
  .location-content,
  .reviews-cta-card {
    padding: 26px;
  }

  .about-content,
  .location-content {
    padding: 0;
  }

  .reviews-cta-card {
    padding: 0;
  }

  .about-image {
    min-height: 0;
    padding-top: 0;
  }

  .about-image img {
    aspect-ratio: auto;
  }

  .story-highlights,
  .amenity-chips,
  .platform-chips {
    gap: 10px;
  }

  .amenity-chips .chip {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .owner-note {
    flex-direction: column;
    align-items: stretch;
  }

  .owner-note .btn {
    width: auto;
  }

  .slide-image {
    min-height: 320px;
  }

  .slide-body {
    padding: 30px 24px 28px;
  }

  .carousel-nav {
    top: clamp(148px, 35vw, 208px);
    bottom: auto;
    width: 46px;
    height: 46px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .carousel-nav.prev {
    left: 12px;
  }

  .carousel-nav.next {
    right: 12px;
  }

  .carousel-nav:hover {
    transform: translateY(-50%) scale(1.03);
  }

  .carousel-dots {
    position: static;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin: 18px auto 0;
    gap: 6px;
    padding: 8px 12px;
    transform: none;
  }

  .landmarks,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    padding-top: 20px;
  }

  .map-container {
    min-height: 360px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 24px;
  }

  .footer-col {
    grid-column: auto;
  }

  .footer-col-brand {
    display: block;
  }

  .featured-testimonial {
    padding: 28px 0;
  }

  .page-score-card {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    padding-top: 20px;
  }

  .page-score-highlights {
    grid-template-columns: 1fr;
  }

  .score-summary {
    gap: 6px;
  }

  .score-value {
    font-size: 52px;
  }

  .score-scale {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .score-kicker,
  .score-label {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .container {
    padding-inline: 18px;
  }

  .inline-badge,
  .chip,
  .platform-chip,
  .badge {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-actions .btn {
    width: auto;
  }

  .page-score-card,
  .hero-booking-card,
  .featured-side {
    max-width: none;
  }

  .contact {
    gap: 14px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}
