@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400 700;
  src: url("https://img1.wsimg.com/gfonts/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYPlDX5Z.woff2") format("woff2");
}

@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url("https://img1.wsimg.com/gfonts/s/fjallaone/v16/Yq6R-LCAWCX3-6Ky7FAFrOx6kigt.woff2") format("woff2");
}

:root {
  --black: #161616;
  --ink: #1b1b1b;
  --muted: #696969;
  --line: #d7d7d7;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --accent: #7f8080;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 32px;
  color: #f7f7f7;
}

.brand img {
  width: 132px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 40px;
  align-items: center;
  font-family: "Cinzel", Georgia, serif;
  font-size: 14px;
  letter-spacing: 2px;
}

.site-nav a {
  color: #f7f7f7;
  transition: opacity .2s ease;
}

.site-nav a:hover {
  opacity: .55;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #fff;
}

.hero {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  background-image: linear-gradient(rgba(22,22,22,.25), rgba(22,22,22,.25)), url("assets/hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 190px 32px 100px;
}

h1,
h2,
h3,
.button,
.hours-toggle,
.footer-brand {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 400;
  letter-spacing: 2px;
}

h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.1;
  letter-spacing: 4px;
}

.hero p {
  max-width: 650px;
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 32px;
  border: 2px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.button-light,
.button-ghost {
  color: #fff;
}

.button-light:hover,
.button-ghost:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.section {
  padding: 100px 0;
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 32px;
}

.section h2,
.contact h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: start;
}

.split.reverse .image-frame {
  order: 2;
}

.image-frame {
  margin: 0;
}

.image-frame img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.copy h3,
.contact h3 {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1.25;
}

.copy p,
.contact p {
  margin: 0 0 24px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 44px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.contact-info {
  padding: 100px 32px;
}

.contact-inner {
  max-width: 520px;
  margin-left: auto;
}

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

.contact a:hover {
  color: #474747;
}

.hours-toggle {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}

.hours-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.hours-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg) translateY(-1px);
}

.hours-panel p {
  margin: 8px 0 0;
  color: var(--muted);
}

.map-panel {
  position: relative;
  min-height: 560px;
  background: var(--soft);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  filter: grayscale(100%);
}

.directions {
  position: absolute;
  top: 16px;
  left: 56px;
  min-height: 40px;
  padding: 4px 16px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
}

.directions:hover,
.signup .button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.signup {
  padding: 72px 0;
  background: #fff;
}

.signup-inner {
  max-width: 760px;
  text-align: center;
}

.signup h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.signup form {
  display: flex;
  gap: 24px;
  align-items: end;
}

.signup input {
  flex: 1;
  height: 56px;
  border: 0;
  border-bottom: 1px solid #737373;
  padding: 18px 8px 8px;
  color: var(--ink);
  font: inherit;
}

.signup input:focus {
  outline: 0;
  background: var(--soft);
}

.signup .button {
  min-width: 180px;
}

.footer {
  padding: 56px 32px;
  background: var(--black);
  color: #f7f7f7;
  text-align: center;
}

.footer p {
  margin: 0 0 16px;
}

.footer p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}

.message-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--muted);
  color: #fff;
  box-shadow: 0 3px 18px rgba(0,0,0,.25);
}

.message-fab svg {
  width: 44px;
  height: 44px;
  fill: currentColor;
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
  width: min(100%, 420px);
  padding: 24px;
  background: var(--muted);
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner h3 {
  margin: 0 0 8px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 22px;
}

.cookie-banner p {
  margin: 0 0 24px;
  line-height: 1.6;
}

.cookie-banner .button {
  width: 100%;
  color: #fff;
}

.cookie-banner .button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

@media (max-width: 900px) {
  .site-header {
    padding: 16px 24px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 24px;
    display: none;
    width: min(280px, calc(100vw - 48px));
    padding: 20px;
    background: rgba(22,22,22,.95);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-inner {
    padding-top: 170px;
  }

  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .split.reverse .image-frame {
    order: 0;
  }

  .contact-inner {
    margin: 0 auto;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .brand img {
    width: 112px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-inner,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 17px;
  }

  .section,
  .contact-info {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .signup form {
    display: block;
  }

  .signup input,
  .signup .button {
    width: 100%;
  }

  .signup .button {
    margin-top: 24px;
  }
}
