:root {
  --ivory: #f8f4ec;
  --charcoal: #1f2933;
  --green: #1e3a36;
  --green-dark: #132a27;
  --gold: #8a6a3f;
  --white: #ffffff;
  --border: #e6ddd0;
  --muted: #6b7280;
  --mist: #eef1ee;
  --shadow: 0 18px 50px rgba(31, 41, 51, 0.13);
  --soft-shadow: 0 10px 28px rgba(31, 41, 51, 0.09);
  --radius-card: 8px;
  --radius-image: 20px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(138, 106, 63, 0.55);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px 42px;
  color: var(--white);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  color: var(--charcoal);
  background: rgba(248, 244, 236, 0.94);
  box-shadow: 0 1px 0 rgba(31, 41, 51, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 194px;
  font-weight: 700;
}

.brand img {
  width: 88px;
  height: 52px;
  object-fit: contain;
  padding: 6px 8px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
}

.brand span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-secondary {
  color: var(--green);
  background: transparent;
  border-color: rgba(30, 58, 54, 0.28);
}

.btn-secondary:hover {
  border-color: var(--green);
  background: rgba(30, 58, 54, 0.06);
}

.btn-light {
  color: var(--green);
  background: var(--white);
  border-color: var(--white);
}

.home-hero,
.page-hero,
.hotel-detail-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--green);
}

.home-hero {
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  padding: 150px 24px 64px;
}

.hero-media,
.hero-overlay,
.page-hero > img,
.page-hero__overlay,
.hotel-detail-hero > img,
.hotel-detail-hero__overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 650ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay,
.page-hero__overlay,
.hotel-detail-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(19, 42, 39, 0.86), rgba(19, 42, 39, 0.46) 54%, rgba(19, 42, 39, 0.18)),
    linear-gradient(0deg, rgba(19, 42, 39, 0.5), rgba(19, 42, 39, 0.08));
}

.hero-content {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.hero-content h1,
.page-hero h1,
.hotel-detail-hero h1 {
  max-width: 840px;
  margin: 14px 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.5rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content > p:not(.kicker),
.page-hero__content > p:not(.kicker),
.hotel-detail-hero__content > p:not(.hotel-location) {
  max-width: 680px;
  margin: 0;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 910px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.hero-stats div {
  min-height: 92px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero .kicker,
.page-hero .kicker,
.hotel-detail-hero .kicker {
  color: #f0d9ad;
}

.section,
.booking-path {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.booking-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0 0;
}

.booking-path div {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.booking-path span {
  color: var(--gold);
  font-weight: 800;
}

.booking-path h2,
.booking-path p {
  margin: 0;
}

.booking-path h2 {
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.booking-path p {
  margin-top: 8px;
  color: var(--muted);
}

.section-title-group {
  max-width: 760px;
}

.section-title-group--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title-group h2,
.featured-hotel__content h2,
.split-section h2,
.careers-preview h2,
.confidence-section h2,
.detail-overview h2,
.location-section h2,
.booking-cta h2,
.contact-panel h2,
.contact-card h2 {
  margin: 10px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.7rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-title-group p:not(.kicker),
.featured-hotel__content > p,
.split-section p,
.careers-preview p,
.confidence-section p,
.detail-overview p,
.location-section p,
.booking-cta p,
.contact-card p,
.contact-panel p {
  color: var(--muted);
}

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

.section-header-action {
  flex: 0 0 auto;
}

.featured-section {
  padding-top: 74px;
}

.featured-hotel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.featured-hotel__media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: var(--radius-image);
  box-shadow: var(--shadow);
}

.featured-hotel__content {
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.hotel-location {
  margin: 8px 0 0;
  color: var(--gold);
  font-weight: 800;
}

.feature-list,
.mini-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.feature-list li,
.mini-amenities li {
  padding: 8px 11px;
  color: var(--green);
  background: rgba(30, 58, 54, 0.07);
  border: 1px solid rgba(30, 58, 54, 0.12);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.section-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hotels-section {
  scroll-margin-top: 94px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.tab-button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--charcoal);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.tab-button.is-active {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hotel-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.hotel-card[hidden] {
  display: none;
}

.hotel-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--mist);
}

.hotel-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 260ms ease;
}

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

.hotel-card__image span,
.category-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hotel-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.hotel-card h3 {
  margin: 8px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.52rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.hotel-card__body > p:not(.hotel-location) {
  margin: 0;
  color: var(--muted);
}

.hotel-card .card-actions {
  margin-top: auto;
  padding-top: 22px;
}

.hotel-card .btn {
  flex: 1;
  min-width: 128px;
}

.mini-amenities {
  margin-top: 18px;
  gap: 8px;
}

.mini-amenities li {
  font-size: 0.78rem;
}

.empty-state {
  margin-top: 20px;
  padding: 34px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.empty-state h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.empty-state p {
  color: var(--muted);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.category-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.category-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.category-card div {
  padding: 24px;
}

.category-card span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.category-card h3 {
  margin: 8px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.category-card p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-weight: 900;
}

.text-link::after {
  content: ">";
  margin-left: 8px;
}

.why-section {
  width: 100%;
  max-width: none;
  padding: 92px max(24px, calc((100% - var(--container)) / 2));
  background: var(--green);
  color: var(--white);
}

.why-section .section-title-group p:not(.kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.why-section .kicker {
  color: #e4c78f;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

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

.trust-card {
  min-height: 220px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.why-section .trust-card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.trust-card span {
  color: var(--gold);
  font-weight: 900;
}

.why-section .trust-card span {
  color: #e4c78f;
}

.trust-card h3 {
  margin: 34px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
}

.why-section .trust-card p {
  color: rgba(255, 255, 255, 0.74);
}

.confidence-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 38px;
  align-items: center;
}

.confidence-section > div:first-child {
  padding: 40px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.confidence-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.confidence-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  font-weight: 800;
}

.confidence-points span,
.amenity-card span {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--gold);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: start;
  border-top: 1px solid var(--border);
}

.split-section .btn {
  margin-top: 18px;
}

.careers-preview,
.booking-cta,
.contact-panel,
.location-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.careers-preview {
  margin-bottom: 92px;
}

.careers-preview p,
.booking-cta p,
.contact-panel p {
  max-width: 660px;
}

.site-footer {
  color: var(--white);
  background: var(--green-dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1.4fr 0.7fr 0.8fr;
  gap: 40px;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0 42px;
}

.footer-brand img {
  width: 98px;
  height: auto;
  padding: 7px;
  margin-bottom: 18px;
  object-fit: contain;
  background: var(--white);
  border-radius: 8px;
}

.footer-brand p,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 9px;
}

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

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom span:last-child {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-hero {
  min-height: 58svh;
  display: flex;
  align-items: flex-end;
  padding: 150px 24px 72px;
}

.page-hero > img,
.hotel-detail-hero > img {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__content,
.hotel-detail-hero__content {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.hotel-detail-hero {
  min-height: 72svh;
  display: flex;
  align-items: flex-end;
  padding: 150px 24px 76px;
}

.hotel-detail-hero .category-pill {
  position: static;
  display: inline-flex;
  color: var(--green);
  background: var(--white);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.breadcrumb::before {
  content: "<";
  margin-right: 8px;
}

.hotel-detail-hero .hotel-location {
  color: #f0d9ad;
  font-size: 1.08rem;
}

.hotel-detail-hero .btn {
  margin-top: 26px;
}

.detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}

.detail-overview > div:first-child {
  padding-right: 30px;
}

.detail-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.detail-panel h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.hotel-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  grid-auto-rows: 240px;
  gap: 16px;
  margin-top: 34px;
}

.hotel-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-image);
  background: var(--mist);
}

.hotel-gallery figure:first-child {
  grid-row: span 2;
}

.hotel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.amenity-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.amenity-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.location-section,
.booking-cta {
  margin-top: 22px;
}

.booking-cta {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.booking-cta .kicker {
  color: #e4c78f;
}

.booking-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.sticky-booking {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(19, 42, 39, 0.28);
  font-weight: 900;
}

.collection-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--border);
}

.collection-overview div {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 24px;
  text-align: center;
  background: var(--white);
}

.collection-overview strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.collection-overview span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.contact-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--soft-shadow);
}

.contact-card a,
.contact-links a:not(.btn) {
  color: var(--green);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-links {
  display: grid;
  gap: 12px;
  min-width: 280px;
}

@media (max-width: 1100px) {
  .hotel-grid,
  .category-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto auto;
    padding: 12px 18px;
    min-height: 74px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 74px;
    height: 46px;
  }

  .brand span {
    font-size: 1.02rem;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    padding: 12px;
    color: var(--charcoal);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .header-booking {
    display: none;
  }

  .home-hero {
    min-height: 86svh;
    padding: 118px 20px 46px;
  }

  .hero-content h1,
  .page-hero h1,
  .hotel-detail-hero h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  .hero-content > p:not(.kicker),
  .page-hero__content > p:not(.kicker),
  .hotel-detail-hero__content > p:not(.hotel-location) {
    font-size: 1.04rem;
  }

  .hero-stats,
  .booking-path,
  .featured-hotel,
  .confidence-section,
  .split-section,
  .detail-overview {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: auto;
  }

  .section,
  .booking-path {
    width: min(100% - 32px, var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .section-header-row,
  .careers-preview,
  .booking-cta,
  .contact-panel,
  .location-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-hotel__content,
  .confidence-section > div:first-child,
  .careers-preview,
  .booking-cta,
  .contact-panel,
  .location-section {
    padding: 28px;
  }

  .hotel-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .hotel-gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  body:has(.sticky-booking) {
    padding-bottom: 78px;
  }

  .home-hero,
  .page-hero,
  .hotel-detail-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-hero {
    min-height: 84svh;
  }

  .hotel-detail-hero {
    min-height: 100svh;
    padding-bottom: 118px;
  }

  .hero-content h1,
  .page-hero h1,
  .hotel-detail-hero h1 {
    font-size: 2.35rem;
  }

  .hero-actions,
  .section-actions,
  .card-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .hero-stats,
  .hotel-grid,
  .category-grid,
  .trust-grid,
  .trust-grid--four,
  .confidence-points,
  .amenity-grid,
  .collection-overview,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .tab-button {
    width: 100%;
  }

  .section-title-group h2,
  .featured-hotel__content h2,
  .split-section h2,
  .careers-preview h2,
  .confidence-section h2,
  .detail-overview h2,
  .location-section h2,
  .booking-cta h2,
  .contact-panel h2,
  .contact-card h2 {
    font-size: 2.08rem;
  }

  .hotel-card__body,
  .category-card div,
  .contact-card {
    padding: 20px;
  }

  .hotel-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .hotel-gallery figure:first-child {
    grid-column: span 1;
  }

  .footer-links--columns {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .sticky-booking.is-visible {
    display: flex;
  }
}

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