:root {
  --bg: #fbfbf9;
  --surface: #ffffff;
  --soft: #f2f4f1;
  --ink: #151515;
  --muted: #62666d;
  --line: #e4e2dc;
  --accent: #e56f4a;
  --accent-dark: #c95b39;
  --deep: #1f312d;
  --mist: #eef3f1;
  --shadow: 0 22px 55px rgba(20, 28, 35, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 50;
  background: #fff;
  padding: 10px 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(31, 49, 45, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(16, 24, 28, 0.14);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

.brand-logo {
  width: 126px;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.16));
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent), #d85d3b);
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.25;
}

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

.menu,
.footer-menu {
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.menu a:hover,
.text-link:hover,
.phone-link:hover {
  color: var(--accent);
}

.header-actions,
.actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.phone-link {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.button,
.bruno-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 24px;
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button-primary,
.bruno-button {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(229, 111, 74, 0.24);
}

.button-primary:hover,
.bruno-button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(229, 111, 74, 0.3);
}

.button-ghost {
  color: var(--accent);
}

.full {
  width: 100%;
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.header-menu-toggle {
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border-radius: 6px;
}

.header-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}

.bruno-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(7, 19, 32, 0.34), rgba(7, 19, 32, 0.4) 48%, rgba(7, 19, 32, 0.62)),
    var(--hero-image);
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.bruno-hero__top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 42px 0;
}

.bruno-logo img {
  width: 168px;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.bruno-contact {
  display: grid;
  justify-items: end;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.bruno-contact a:last-child::before {
  content: "☎ ";
  color: var(--accent);
}

.hero-menu {
  position: absolute;
  top: 18px;
  right: 48px;
  z-index: 6;
  display: none;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}

.hero-nav {
  position: absolute;
  top: 86px;
  right: 40px;
  z-index: 7;
  display: none;
  min-width: 260px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-nav.is-open {
  display: block;
}

.hero-nav .menu {
  display: grid;
  gap: 8px;
}

.bruno-hero__center {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 40px));
  margin: 108px auto 0;
  text-align: center;
}

.bruno-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 112px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
}

.bruno-hero__center > p {
  margin: 30px 0 36px;
  color: #fff;
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.1;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.booking-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr 1.15fr auto;
  gap: 14px;
  align-items: stretch;
  width: min(840px, 100%);
  margin: 0 auto;
  padding: 18px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.booking-strip label {
  display: grid;
  align-content: center;
  min-height: 50px;
  border: 1px solid #e6e6e6;
  padding: 7px 12px;
  color: #9a9a9a;
  text-align: left;
}

.booking-strip span {
  display: block;
  font-size: 11px;
  line-height: 1;
}

.booking-strip input,
.booking-strip select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: 600 14px/1.2 var(--sans);
}

.booking-strip button {
  min-width: 185px;
  border: 0;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font: 700 15px/1 var(--sans);
}

.bruno-hero__bottom {
  position: absolute;
  right: 42px;
  bottom: 0;
  left: 292px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 1fr);
  align-items: end;
}

.social-block {
  padding-bottom: 34px;
}

.social-block p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 500;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-links a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.offer-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 24, 32, 0.22);
}

.offer-tabs__label {
  display: none;
}

.offer-tabs a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 94px;
  align-items: center;
  border-left: 1px solid #d9d9d9;
  padding: 22px 30px;
  color: #3e4248;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.2s ease, background 0.2s ease;
}

.offer-tabs a span {
  color: rgba(229, 111, 74, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.offer-tabs a strong {
  font-size: inherit;
  font-weight: inherit;
}

.offer-tabs a::after {
  content: "→";
  justify-self: end;
  color: var(--accent);
  font-weight: 700;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.offer-tabs a:hover {
  background: #faf7f4;
  color: var(--accent);
}

.offer-tabs a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.offer-tabs a:first-child {
  border-left: 0;
}

.intro-statement {
  padding: 104px 0 78px;
  background: #fff;
  text-align: center;
}

.intro-statement p {
  max-width: 920px;
  margin: 0 auto;
  color: #0a0a0a;
  font-size: 30px;
  line-height: 1.38;
  letter-spacing: 0;
}

.intro-statement::after,
.welcome-section::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin: 64px auto 0;
  background: #d4a17f;
}

.welcome-section {
  padding: 0 0 88px;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(228, 226, 220, 0.76);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(21, 21, 21, 0.08);
}

.welcome-copy {
  padding: 84px 76px;
  background:
    linear-gradient(135deg, rgba(242, 244, 241, 0.85), rgba(255, 255, 255, 0.94));
}

.section-kicker {
  display: block;
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent);
}

.welcome-copy h2,
.rooms-heading h2,
.tour-section h2 {
  margin: 0;
  color: #0a0a0a;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.28;
}

.welcome-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.welcome-copy .bruno-button {
  width: 275px;
  margin-top: 52px;
}

.bruno-button span {
  margin-left: 18px;
  font-size: 24px;
  line-height: 0;
}

.welcome-grid img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.rooms-heading {
  padding: 6px 0 64px;
  text-align: center;
}

.rooms-section {
  padding-bottom: 96px;
}

.room-grid-reference {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 36px;
}

.reference-room-card {
  display: grid;
  gap: 22px;
  padding: 14px;
  border: 1px solid rgba(228, 226, 220, 0.8);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(21, 21, 21, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reference-room-card__image {
  overflow: hidden;
  background: #eee;
  border-radius: 10px;
}

.reference-room-card__image img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.reference-room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(21, 21, 21, 0.11);
}

.reference-room-card h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
}

.room-more {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.room-more::after,
.text-link::after {
  content: "→";
  font-weight: 700;
}

.tour-section {
  padding: 104px 0;
  background: linear-gradient(135deg, rgba(31, 49, 45, 0.98), rgba(55, 69, 70, 0.98));
  color: #fff;
  text-align: center;
}

.tour-section h2,
.tour-section .section-kicker {
  color: #fff;
}

.map-section {
  padding: 0;
}

.map-section .container {
  width: 100%;
}

.map-section iframe {
  display: block;
  filter: grayscale(0.05);
}

.breadcrumbs {
  padding: 18px 0 0;
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs a:hover {
  color: var(--accent);
}

.room-detail-hero {
  padding: 86px 0 42px;
  background:
    linear-gradient(180deg, rgba(242, 244, 241, 0.95), rgba(251, 251, 249, 0.72));
}

.room-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}

.room-detail-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.04;
}

.room-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.room-facts span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(228, 226, 220, 0.9);
  border-radius: 999px;
  padding: 8px 15px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.room-booking-card {
  border: 1px solid rgba(228, 226, 220, 0.86);
  border-radius: 14px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(21, 21, 21, 0.08);
}

.room-booking-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-booking-card strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

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

.room-gallery-section {
  padding: 0 0 46px;
}

.room-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.room-gallery__item {
  overflow: hidden;
  border-radius: 14px;
  background: var(--soft);
  box-shadow: 0 18px 42px rgba(21, 21, 21, 0.08);
}

.room-gallery__item.is-main {
  grid-row: span 2;
}

.room-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

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

.room-detail-section .content-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: start;
}

.room-content {
  display: grid;
  gap: 34px;
}

.room-section-block {
  border: 1px solid rgba(228, 226, 220, 0.78);
  border-radius: 14px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(21, 21, 21, 0.05);
}

.room-section-block > :first-child {
  margin-top: 0;
}

.room-section-block > :last-child {
  margin-bottom: 0;
}

.room-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.room-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.room-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 4px #f9dfd4;
}

.room-sticky-panel {
  display: grid;
  gap: 12px;
}

.room-sticky-panel p {
  margin: 0;
  line-height: 1.35;
}

.room-sticky-panel .button + .button {
  margin-top: 8px;
}

.hero,
.page-hero,
.room-hero {
  padding: 84px 0 72px;
  background:
    linear-gradient(180deg, rgba(242, 244, 241, 0.8), rgba(251, 251, 249, 0));
}

.hero-grid,
.room-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.page-hero h1,
.room-hero h1,
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: 62px;
  line-height: 1.06;
  font-weight: 600;
}

.section h2,
.content h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
}

.lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero .actions,
.page-hero .actions,
.room-hero .actions {
  margin-top: 28px;
}

.facts {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.facts div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.facts dt {
  color: var(--muted);
}

.facts dd {
  margin: 0;
  font-weight: 700;
}

.hero-media,
.featured-image {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-media img,
.featured-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-placeholder {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 24px;
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.section {
  padding: 80px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, var(--mist), rgba(251, 251, 249, 0.7));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.row-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

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

.room-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.card,
.side-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(21, 21, 21, 0.06);
}

.feature-grid article {
  padding: 22px;
}

.feature-grid p,
.card p,
.side-panel p,
.muted {
  color: var(--muted);
}

.card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(21, 21, 21, 0.1);
}

.card-media {
  display: block;
  background: var(--soft);
}

.card-media img,
.card-media .image-placeholder {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  min-height: 0;
  object-fit: cover;
}

.card-body {
  padding: 24px;
}

.card-body h2 {
  margin-top: 0;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.2;
}

.meta-line {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.text-link {
  color: var(--accent);
  font-weight: 700;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.two-column,
.content-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 44px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 18px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin-bottom: 0;
  color: var(--muted);
}

.content {
  font-size: 18px;
}

.content.narrow {
  max-width: 820px;
}

.content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content img {
  border-radius: var(--radius);
}

.side-panel {
  align-self: start;
  padding: 26px;
  position: sticky;
  top: 104px;
}

.site-footer {
  padding: 0 0 28px;
  border-top: 0;
  background:
    linear-gradient(135deg, rgba(31, 49, 45, 0.98), rgba(20, 31, 30, 0.99));
  color: rgba(255, 255, 255, 0.74);
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta .section-kicker {
  margin-bottom: 10px;
  color: #f0a080;
}

.footer-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding-top: 38px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
}

.site-footer p {
  margin: 8px 0;
}

.site-footer .muted,
.site-footer a,
.site-footer small {
  color: rgba(255, 255, 255, 0.74);
}

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

.footer-brand .brand-logo {
  width: 116px;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-menu {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
}

.empty-state {
  padding: 22px;
  border: 1px dashed var(--line);
  color: var(--muted);
}

.pagination {
  margin-top: 32px;
}

@media (max-width: 1180px) {
  .bruno-hero__bottom {
    left: 20px;
    right: 20px;
    grid-template-columns: minmax(220px, 0.45fr) minmax(520px, 1fr);
  }
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

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

  .site-header .primary-nav,
  .header-actions {
    display: none;
  }

  .site-header .primary-nav.is-open {
    display: block;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 8px 0 16px;
  }

  .menu {
    display: grid;
    gap: 0;
  }

  .menu a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header .menu a {
    color: rgba(255, 255, 255, 0.84);
  }

  .brand-logo {
    width: 112px;
  }

  .bruno-contact {
    display: none;
  }

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

  .bruno-hero {
    min-height: 908px;
    background-position: center top;
  }

  .bruno-hero__top {
    padding: 15px 20px 0;
  }

  .bruno-logo img {
    width: 136px;
  }

  .bruno-hero__center {
    margin-top: 92px;
  }

  .bruno-hero h1 {
    font-size: 72px;
  }

  .bruno-hero__center > p {
    margin: 8px 0 28px;
    font-size: 18px;
  }

  .booking-strip {
    grid-template-columns: repeat(4, 1fr) minmax(160px, 1.5fr);
    gap: 8px;
    padding: 12px;
  }

  .bruno-hero__bottom {
    left: 0;
    right: 0;
    grid-template-columns: 1fr;
  }

  .social-block {
    padding: 0 20px 22px;
  }

  .social-links {
    justify-content: center;
  }

  .offer-tabs {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 640px);
    margin: 0 auto 34px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, #ffffff, #fbf6f3);
    box-shadow: 0 18px 42px rgba(21, 21, 21, 0.14);
  }

  .offer-tabs__label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px 6px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .offer-tabs__label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: rgba(229, 111, 74, 0.5);
  }

  .offer-tabs a {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 76px;
    border-top: 1px solid rgba(228, 226, 220, 0.9);
    border-left: 0;
    padding: 18px 20px;
    color: var(--ink);
    font-size: 16px;
  }

  .offer-tabs a span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(229, 111, 74, 0.12);
    color: var(--accent);
    font-size: 11px;
  }

  .offer-tabs a::after {
    opacity: 1;
    transform: none;
  }

  .intro-statement p {
    font-size: 22px;
  }

  .welcome-grid,
  .hero-grid,
  .room-hero-grid,
  .room-detail-hero__grid,
  .two-column,
  .content-layout,
  .footer-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    align-items: start;
  }

  .feature-grid,
  .card-grid,
  .room-grid-reference {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-panel {
    position: static;
  }

  .room-detail-hero h1 {
    font-size: 48px;
  }

  .room-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .room-gallery__item.is-main {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .bruno-hero {
    min-height: 710px;
  }

  .hero-menu {
    right: 20px;
  }

  .hero-nav {
    right: 20px;
    left: 20px;
  }

  .bruno-hero__center {
    width: calc(100% - 40px);
    margin-top: 92px;
  }

  .bruno-hero h1 {
    font-size: 64px;
  }

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

  .booking-strip button {
    grid-column: 1 / -1;
    min-height: 56px;
  }

  .social-block p {
    font-size: 19px;
  }

  .intro-statement {
    padding: 58px 0 48px;
  }

  .intro-statement p {
    font-size: 19px;
    line-height: 1.35;
  }

  .intro-statement::after,
  .welcome-section::after {
    height: 86px;
    margin-top: 42px;
  }

  .welcome-copy {
    padding: 58px 20px;
  }

  .welcome-copy h2,
  .rooms-heading h2,
  .tour-section h2 {
    font-size: 29px;
  }

  .welcome-copy .bruno-button {
    width: 100%;
  }

  .rooms-heading {
    padding-bottom: 58px;
  }

  .room-grid-reference,
  .feature-grid,
  .card-grid,
  .room-check-list {
    grid-template-columns: 1fr;
  }

  .room-detail-hero {
    padding: 48px 0 28px;
  }

  .room-detail-hero h1 {
    font-size: 38px;
  }

  .room-booking-card,
  .room-section-block {
    padding: 22px;
  }

  .room-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
    gap: 10px;
  }

  .room-gallery__item.is-main {
    grid-row: span 1;
  }

  .room-grid-reference {
    gap: 46px;
  }

  .tour-section {
    padding: 76px 0;
  }

  .hero,
  .page-hero,
  .room-hero,
  .section {
    padding: 42px 0;
  }

  .page-hero h1,
  .room-hero h1,
  .hero h1 {
    font-size: 40px;
  }

  .section h2,
  .content h2 {
    font-size: 28px;
  }

  .lead {
    font-size: 18px;
  }

  .row-heading,
  .footer-bottom {
    display: grid;
  }

  .footer-cta {
    padding: 36px 0;
  }

  .footer-cta h2 {
    font-size: 27px;
  }

  .facts div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .button {
    width: 100%;
  }
}
