:root { --black: #000; --white: #fff; --text: #444; }
* { box-sizing: border-box; }
html { min-height: 100%; background: #fff; }
body { margin: 0; min-height: 100vh; color: var(--text); font: 400 14px/27px Arial, Helvetica, sans-serif; background: var(--white); }
.site-header { width: min(960px, 100%); height: 120px; margin: 0 auto; padding: 0 50px; display: flex; align-items: center; gap: 0; background: #fff; }
.brand, .site-footer a { display: inline-flex; flex: 0 0 auto; }
.brand img, .site-footer img { display: block; width: 200px; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; margin-right: auto; margin-left: auto; }
.site-nav a { position: relative; padding: 4px 0; color: #c1c1c1; font: normal 600 12px/16px Arial, Helvetica, sans-serif; text-decoration: none; text-transform: uppercase; }
.site-nav a.is-active, .site-nav a:hover { color: #111; }
.site-nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 5px; background: #111; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; color: #111; font: 500 14px Roboto, Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.hero { width: min(860px, 100%); margin: 0 auto; }
.hero a, .hero img { display: block; width: 100%; }
.hero img { aspect-ratio: 3 / 2; object-fit: cover; }
.site-footer { margin-top: 40px; background: var(--white); color: #c1c1c1; }
.footer-inner { width: min(960px, 100%); min-height: 91px; margin: 0 auto; padding: 13px 50px 8px; display: flex; align-items: center; gap: 11px; }
.footer-inner p { margin: 0; font-size: 13px; line-height: 20px; }
.page-section { width: min(860px, calc(100% - 40px)); margin: 20px auto 0; }
.location { display: block; }
.location-photo { display: block; width: 100%; }
.location-copy { margin-top: 31px; }
.location-copy p { margin: 0 0 12px; }
.location-copy .location-name { margin: 0 0 12px; color: #111; font-size: 16px; font-weight: 700; line-height: 27px; }
.location-copy .booking { margin: 12px 0 13px; color: #1b1b1b; font-size: 40px; font-weight: 400; line-height: 62px; text-transform: uppercase; }
.location-copy .booking a { text-decoration: none; }
.location-map { display: block; width: 100%; max-width: 860px; }
.about-copy { max-width: 860px; }
h1, h2 { color: #1b1b1b; font-weight: 400; }
h1 { margin: 0 0 10px; font-size: 40px; line-height: 62px; }
h2 { margin: 10px 0; font-size: 30px; line-height: 44px; }
p { margin: 0 0 10px; }
a { color: inherit; }
.about { display: block; text-align: left; }
.about-photo { display: block; width: min(576px, 100%); height: auto; margin: 0 0 10px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 700px) {
  .site-header { width: 100%; height: 70px; padding: 0 20px; gap: 15px; flex-wrap: wrap; justify-content: space-between; }
  .brand img { width: 200px; height: 70px; }
  .menu-toggle { display: block; width: 40px; height: 40px; padding: 0; font-size: 0; background: linear-gradient(#333 0 0) center calc(50% - 8px)/22px 2px no-repeat, linear-gradient(#333 0 0) center/22px 2px no-repeat, linear-gradient(#333 0 0) center calc(50% + 8px)/22px 2px no-repeat; }
  .site-nav { position: absolute; z-index: 5; top: 70px; right: 0; left: 0; display: none; width: 100%; margin: 0; padding: 18px 20px 22px; flex-direction: column; align-items: flex-start; gap: 10px; background: #fff; }
  .site-nav.is-open { display: flex; }
  .hero { width: calc(100% - 40px); }
  .footer-inner { min-height: 120px; padding: 12px 20px 8px; flex-direction: column; justify-content: flex-start; gap: 7px; text-align: center; }
  .footer-inner img { width: 200px; height: 70px; }
  .page-section { width: calc(100% - 40px); margin-top: 20px; }
  h1 { font-size: 34px; line-height: 48px; }
}
