:root {
  --navy: #0b4b6c;
  --deep: #07334a;
  --sky: #bfe9f3;
  --coral: #ff6b52;
  --sand: #eee3d2;
  --white: #fffdf9;
  --ink: #112f3d;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99;
  background: var(--coral);
  padding: 0.8rem 1rem;
  transform: translateY(-140%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 86px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(11, 75, 108, 0.18);
}
.logo img {
  width: 130px;
  height: auto;
  display: block;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.site-nav > a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 700;
}
.site-nav > a:not(.book):hover {
  color: var(--coral);
}
.book,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0.9rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
  font-weight: 700;
  border: 2px solid var(--navy);
}
.book {
  background: var(--navy);
  color: white;
}
.nav-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: calc(100vh - 86px);
  position: relative;
  padding-bottom: 55px;
  background: var(--sky);
}
.hero-copy {
  padding: clamp(5rem, 10vw, 10rem) 5vw;
  align-self: center;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 700;
  font-size: 0.68rem;
}
.hero h1,
.menu h2,
.music h2,
.about h2,
.visit h2 {
  font:
    800 clamp(4rem, 8vw, 8.5rem) / 0.78 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  margin: 0.8rem 0 2rem;
}
.hero h1 em {
  color: var(--coral);
  font-weight: 600;
}
.hero-copy > p:not(.kicker) {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
  max-width: 35rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.2rem;
}
.button.coral {
  background: var(--coral);
  box-shadow: 7px 7px 0 var(--navy);
}
.button:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.arrow-link {
  font-weight: 700;
  text-underline-offset: 7px;
}
.hero-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sun {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 110px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--coral);
  border-radius: 50%;
  font: 800 2.2rem/0.7 "Barlow Condensed";
  text-align: center;
  box-shadow: 7px 7px 0 var(--navy);
}
.sun small {
  font-size: 0.4em;
  letter-spacing: 0.15em;
}
.wave-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  color: white;
  font: 600 italic 1.25rem "Barlow Condensed";
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.wave-line span {
  display: inline-block;
  min-width: max-content;
  animation: move 16s linear infinite;
  padding-right: 1rem;
}
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}
.dayparts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--sand);
  border-bottom: 2px solid var(--navy);
}
.dayparts article {
  padding: 3rem 4vw;
  min-height: 220px;
}
.dayparts article + article {
  border-left: 2px solid var(--navy);
}
.dayparts span,
.visit-details span {
  font: 600 italic 1.2rem "Barlow Condensed";
  color: var(--coral);
}
.dayparts strong {
  display: block;
  font: 800 2rem/1 "Barlow Condensed";
  text-transform: uppercase;
  margin: 1rem 0;
}
.dayparts p {
  margin: 0;
}
.menu {
  padding: 8vw 6vw;
  background: var(--white);
}
.menu-title {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 4vw;
  align-items: start;
}
.menu h2 {
  font-size: clamp(3.6rem, 7vw, 7.5rem);
  margin-top: 0;
}
.menu-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 1.5rem;
}
.filter {
  border: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
  padding: 0.75rem 1rem;
  font: 700 0.72rem "Plus Jakarta Sans";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.filter.is-active,
.filter:hover {
  background: var(--navy);
  color: white;
}
.menu-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.menu-item {
  min-height: 240px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid var(--navy);
  border-right: 2px solid var(--navy);
}
.menu-item:nth-child(3n) {
  border-right: 0;
}
.menu-item h3 {
  font: 800 1.7rem "Barlow Condensed";
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}
.menu-item p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.9rem;
}
.menu-item strong {
  font: 800 2rem "Barlow Condensed";
  color: var(--coral);
  margin-top: 1.5rem;
}
.menu-item h3 span {
  font: 0.6rem "Plus Jakarta Sans";
  border: 1px solid;
  padding: 0.2rem;
}
.menu-item[hidden] {
  display: none;
}
.full-menu {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 700;
  text-underline-offset: 6px;
}
.menu-note {
  font-size: 0.7rem;
  opacity: 0.65;
  margin-top: 1rem;
}
.music {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--coral);
  min-height: 800px;
}
.music-type {
  padding: 8vw 6vw;
  align-self: center;
}
.music h2 {
  font-size: clamp(5rem, 11vw, 11rem);
  color: var(--navy);
}
.music-type > p:not(.kicker) {
  max-width: 32rem;
  line-height: 1.7;
}
.social-row {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  font-weight: 700;
}
.music-visual {
  position: relative;
  overflow: hidden;
}
.music-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(24vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    var(--deep) 0 8px,
    #0b2632 9px 13px
  );
  display: grid;
  place-items: center;
  color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.record::after {
  content: "";
  position: absolute;
  width: 28%;
  aspect-ratio: 1;
  background: var(--coral);
  border-radius: 50%;
}
.record span {
  position: relative;
  z-index: 2;
  font: 800 1.4rem/0.8 "Barlow Condensed";
  text-align: center;
}
.about {
  display: grid;
  grid-template-columns: 0.7fr 1.1fr;
  padding: 8vw 6vw 0;
  gap: 7vw;
  background: var(--sand);
}
.about-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.about-copy {
  align-self: center;
}
.about h2 {
  font-size: clamp(4rem, 7vw, 7rem);
}
.about-copy > p:not(.kicker) {
  line-height: 1.75;
  max-width: 40rem;
}
.mini-gallery {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  transform: translateY(4rem);
}
.mini-gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.mini-gallery img:nth-child(2) {
  transform: translateY(-2rem);
}
.visit {
  padding: 12vw 6vw 8vw;
  background: var(--navy);
  color: white;
}
.visit-head {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
}
.visit h2 {
  font-size: clamp(4.5rem, 9vw, 9.5rem);
  margin-top: 0;
}
.visit-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.4);
  margin: 2rem 0;
}
.visit-details > div {
  padding: 2rem;
}
.visit-details > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.visit-details p {
  line-height: 1.7;
}
.button.navy {
  border-color: white;
  color: white;
}
.visit > .button {
  margin-left: auto;
  display: flex;
  width: max-content;
}
footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3rem 6vw;
  align-items: end;
  background: var(--white);
}
footer img {
  width: 120px;
  height: auto;
}
footer p {
  margin: 0;
}
footer p:last-child {
  text-align: right;
}
.reveal {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-image {
    min-height: 600px;
  }
  .menu-board {
    grid-template-columns: 1fr 1fr;
  }
  .menu-item:nth-child(3n) {
    border-right: 2px solid var(--navy);
  }
  .menu-item:nth-child(even) {
    border-right: 0;
  }
  .music {
    grid-template-columns: 1fr;
  }
  .music-visual {
    min-height: 600px;
  }
  .record {
    width: 260px;
  }
  .about {
    grid-template-columns: 1fr 1fr;
  }
  .visit-head {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 72px;
  }
  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    border: 2px solid var(--navy);
    background: transparent;
    place-content: center;
    gap: 6px;
  }
  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--navy);
  }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: var(--white);
    padding: 1rem 5vw;
    border-bottom: 2px solid var(--navy);
  }
  .site-nav[hidden] {
    display: none;
  }
  .site-nav a {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(11, 75, 108, 0.2);
  }
  .book {
    margin-top: 0.7rem;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    padding: 5rem 5vw 4rem;
  }
  .hero h1 {
    font-size: clamp(4.4rem, 24vw, 7rem);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-image {
    min-height: 440px;
  }
  .dayparts {
    grid-template-columns: 1fr;
  }
  .dayparts article {
    min-height: auto;
  }
  .dayparts article + article {
    border-left: 0;
    border-top: 2px solid var(--navy);
  }
  .menu {
    padding: 5rem 5vw;
  }
  .menu-title {
    grid-template-columns: 1fr;
  }
  .menu-board {
    grid-template-columns: 1fr;
  }
  .menu-item,
  .menu-item:nth-child(3n),
  .menu-item:nth-child(even) {
    border-right: 0;
    min-height: 200px;
  }
  .music {
    min-height: auto;
  }
  .music-type {
    padding: 5rem 5vw;
  }
  .music h2 {
    font-size: clamp(5rem, 27vw, 8rem);
  }
  .music-visual {
    min-height: 520px;
  }
  .about {
    grid-template-columns: 1fr;
    padding: 5rem 5vw 0;
  }
  .about-image img {
    height: 480px;
  }
  .mini-gallery {
    grid-template-columns: 1fr;
  }
  .mini-gallery img {
    height: 300px;
  }
  .mini-gallery img:nth-child(2) {
    transform: none;
  }
  .visit {
    padding: 10rem 5vw 5rem;
  }
  .visit-details {
    grid-template-columns: 1fr;
  }
  .visit-details > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  footer p:last-child {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
