:root {
  --page: #f6f4f1;
  --surface: #ffffff;
  --surface-soft: #eee9e3;
  --ink: #201f1e;
  --muted: #69635d;
  --line: #ded7cf;
  --accent: #b7192b;
  --accent-dark: #921323;
  --header: rgba(20, 18, 17, 0.78);
  --shadow: 0 18px 50px rgba(29, 22, 18, 0.10);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7f5f2 0, #f2eee8 42%, #f7f5f2 100%);
  font-size: 16px;
  line-height: 1.75;
}

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

strong {
  color: inherit;
  font-weight: 500;
  background: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  padding: 18px 24px 0;
}

.topbar {
  width: min(1180px, calc(100% - 40px));
  margin: 12px auto 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}

.navbar {
  width: min(1180px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  padding: 0 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: rgba(16, 15, 14, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.nav-links a:hover {
  color: #fff;
}

.phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 720px;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.subpage-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.subpage-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.66));
}

.subpage-hero-content {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 72px;
}

.subpage-hero-content h1 {
  max-width: 780px;
  font-size: clamp(36px, 5vw, 64px);
}

.subpage-hero-content p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.request img {
  filter: saturate(0.85) contrast(0.92);
  transform: scale(1.02);
}

.hero img,
.request img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 45%, rgba(183, 25, 43, 0.18), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.58));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 40px));
  padding: 138px 0 80px;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(23px, 2.6vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

.hero-subline {
  margin: 18px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
}

.hero-meta {
  margin: 22px 0 26px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: var(--accent);
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  border-color: rgba(183, 25, 43, 0.38);
  color: var(--accent-dark);
  background: rgba(183, 25, 43, 0.06);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: 88px 24px;
}

.section-intro {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.section-muted,
.locations,
.section-faq {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)),
    var(--surface-soft);
}

.section-feature {
  background: var(--surface);
}

.signal-strip {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  padding: 0 24px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(222, 215, 207, 0.86);
  border-radius: 14px;
  background: rgba(222, 215, 207, 0.9);
  box-shadow: 0 20px 60px rgba(29, 22, 18, 0.12);
}

.signal-grid > div {
  min-height: 136px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.88);
}

.signal-grid span {
  display: block;
  margin-bottom: 18px;
  color: rgba(146, 19, 35, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.signal-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.signal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.content-narrow {
  width: min(880px, 100%);
  margin: 0 auto;
}

.content-wide {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.subpage-content {
  background: var(--page);
}

.subpage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.article-card {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(222, 215, 207, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
}

.article-card h2 {
  margin-top: 44px;
  text-align: left;
}

.article-card h2:first-child {
  margin-top: 0;
}

.article-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.article-card p:last-child {
  margin-bottom: 0;
}

.subpage-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.aside-card {
  padding: 24px;
  border: 1px solid rgba(222, 215, 207, 0.84);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.aside-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.aside-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.aside-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.local-answer-section {
  padding-top: 0;
  background: var(--page);
}

.local-answer-card {
  padding: clamp(28px, 4vw, 42px);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
}

.local-answer-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.local-answer-card h2 {
  margin-bottom: 18px;
  text-align: left;
}

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

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

.text-card {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(222, 215, 207, 0.78);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
  padding: clamp(28px, 4vw, 42px);
}

.text-card-large {
  background: rgba(255, 255, 255, 0.82);
}

.text-card h2 {
  text-align: left;
}

.text-card p,
.feature-copy p,
.faq-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.text-card p strong,
.feature-copy p strong,
.faq-card p strong,
.answer-card p strong,
.site-footer p strong {
  color: inherit;
  font-weight: inherit;
}

.text-card p:last-child,
.feature-copy p:last-child,
.faq-card p:last-child {
  margin-bottom: 0;
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
}

.section-heading span,
.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.answer-section {
  background: #171412;
  color: #fff;
  padding-top: 82px;
  padding-bottom: 82px;
}

.answer-section .section-heading span {
  color: rgba(255, 255, 255, 0.66);
}

.answer-section .section-heading h2 {
  color: #fff;
}

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

.answer-card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
}

.answer-card h3 {
  color: #fff;
}

.answer-card p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.section-heading h2 {
  margin-bottom: 0;
}

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

.location-card {
  position: relative;
  min-height: 168px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #151515;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(33, 24, 19, 0.16);
}

.location-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
}

.location-card:hover img {
  filter: saturate(1.05);
  transform: scale(1.05);
}

.location-card span {
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 58px;
}

.feature > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.feature h2 {
  margin-bottom: 22px;
  text-align: left;
}

.feature-copy {
  padding: clamp(24px, 3vw, 36px);
}

.room-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: stretch;
}

.room-intro-card,
.room-note-card {
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(222, 215, 207, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
}

.room-intro-card h2 {
  text-align: left;
}

.room-intro-card p,
.room-note-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.room-note-card {
  display: grid;
  align-content: center;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(183, 25, 43, 0.05), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.86);
}

.room-note-card div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(222, 215, 207, 0.9);
}

.room-note-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.room-note-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.room-note-card strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

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

.price-card {
  min-height: 310px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 26px 22px;
  border: 1px solid rgba(222, 215, 207, 0.88);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(29, 22, 18, 0.07);
}

.price-card-highlight {
  color: #fff;
  border-color: rgba(183, 25, 43, 0.26);
  background:
    linear-gradient(180deg, rgba(183, 25, 43, 0.96), rgba(146, 19, 35, 0.96));
}

.price-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card-highlight span {
  color: rgba(255, 255, 255, 0.72);
}

.price-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.price-card-highlight strong {
  color: #fff;
}

.price-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.price-card-highlight small {
  color: rgba(255, 255, 255, 0.68);
}

.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}

.price-card li + li {
  margin-top: 7px;
}

.price-card-highlight ul {
  color: rgba(255, 255, 255, 0.82);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: 28px;
  align-items: start;
}

.service-card,
.drink-card {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(222, 215, 207, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
}

.service-card h2,
.drink-card h2 {
  text-align: left;
}

.service-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.drink-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(222, 215, 207, 0.9);
  border-radius: 10px;
  background: rgba(222, 215, 207, 0.9);
}

.drink-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
}

.drink-list strong {
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

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

.room-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 16px 38px rgba(29, 22, 18, 0.12);
}

.room-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.32s ease;
}

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

.room-gallery figcaption {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82);
  background: #181716;
  font-size: 13px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.55fr);
  gap: 28px;
  align-items: start;
}

.contact-card,
.contact-options {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(222, 215, 207, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
}

.contact-card h2,
.contact-options h2 {
  text-align: left;
}

.contact-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.contact-options {
  display: grid;
  gap: 16px;
}

.contact-option {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(222, 215, 207, 0.9);
}

.contact-option:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-option span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-option a {
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-option small {
  color: var(--muted);
  font-size: 13px;
}

.request {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #111;
}

.request-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(52, 9, 15, 0.82)),
    rgba(0, 0, 0, 0.58);
}

.request-content {
  position: relative;
  z-index: 1;
  width: min(660px, calc(100% - 40px));
  padding: 80px 0;
}

.request-content-wide {
  width: min(760px, calc(100% - 40px));
}

.request h2 {
  color: #fff;
}

.request p {
  margin: -10px 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-style: italic;
}

.form-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  padding: 24px;
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.booking-form input {
  min-height: 46px;
  padding: 0 14px;
}

.booking-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.booking-form ::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.form-wide {
  grid-column: 1 / -1;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}

.privacy-check input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}

.privacy-check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.message-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--page);
}

.message-card {
  width: min(560px, 100%);
  padding: 44px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.message-card h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 48px);
}

.message-card p {
  margin: 0 0 24px;
  color: var(--muted);
}

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

.faq-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(222, 215, 207, 0.8);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(29, 22, 18, 0.07);
  padding: 30px;
}

.faq-card h3 {
  margin-bottom: 14px;
}

.site-footer {
  background: #181716;
  color: rgba(255, 255, 255, 0.74);
  padding: 58px 24px;
}

.site-footer strong {
  color: #fff;
  background: none;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.32fr) minmax(240px, 0.48fr);
  gap: 54px;
}

.footer-inner p,
.footer-inner a {
  font-size: 14px;
}

.footer-inner nav {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-locations {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-locations strong {
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .site-header {
    padding: 12px 14px 0;
  }

  .topbar,
  .navbar {
    width: 100%;
  }

  .navbar {
    min-height: 58px;
    padding: 0 10px 0 16px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 15px;
  }

  .phone-button {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 620px;
  }

  .section {
    padding: 64px 18px;
  }

  .section-intro {
    margin-top: 0;
  }

  .text-grid,
  .signal-grid,
  .location-grid,
  .feature,
  .answer-grid,
  .faq-grid,
  .room-summary,
  .price-grid,
  .service-layout,
  .room-gallery,
  .contact-layout,
  .subpage-layout,
  .booking-form,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .location-grid {
    gap: 14px;
  }

  .feature {
    gap: 26px;
  }

  .feature-copy {
    padding: 0;
  }

  .subpage-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 40px;
  }

  .hero-content {
    padding-top: 120px;
  }

  .phone-button {
    display: none;
  }

  .location-card {
    min-height: 136px;
  }
}
