:root {
  --navy: #0b2337;
  --stone: #eee6d6;
  --paper: #f8f3e8;
  --red: #a52b34;
  --gold: #d7ae57;
  --ink: #151c20;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99;
  background: var(--gold);
  padding: 0.7rem 1rem;
  color: var(--navy);
  transform: translateY(-140%);
}
.skip-link:focus {
  transform: none;
}
a {
  color: inherit;
}
.site-header {
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: var(--paper);
  position: relative;
  z-index: 10;
}
.wordmark {
  font:
    2rem "Italiana",
    serif;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.wordmark span {
  display: block;
  font: 500 0.55rem "Manrope";
  text-transform: uppercase;
  letter-spacing: 0.4em;
  margin-left: 0.35rem;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-nav > a {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.site-nav > a:not(.book-link):hover {
  color: var(--gold);
}
.book-link,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.3rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.76rem;
}
.book-link {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.book-link:hover {
  background: var(--gold);
  color: var(--navy);
}
.nav-toggle {
  display: none;
}
.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--navy);
  color: var(--paper);
  position: relative;
  padding-bottom: 70px;
}
.hero-type {
  padding: clamp(5rem, 10vw, 10rem) 5vw;
  align-self: center;
}
.overline,
.chapter {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  font-weight: 600;
}
.hero h1 {
  font:
    clamp(5rem, 12vw, 12rem) / 0.72 "Italiana",
    serif;
  margin: 1.5rem 0 2.5rem;
  letter-spacing: -0.06em;
}
.hero h1 span {
  display: block;
  font: 0.13em "Manrope";
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-left: 0.4em;
  color: var(--gold);
}
.hero-lead {
  max-width: 40rem;
  font:
    clamp(1.2rem, 2.2vw, 1.8rem) / 1.5 "Italiana",
    serif;
}
.hero-actions {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  margin-top: 2.5rem;
}
.hero-actions > a:last-child {
  text-underline-offset: 7px;
}
.button.gold {
  background: var(--gold);
  color: var(--navy);
}
.button:hover {
  filter: brightness(1.12);
}
.hero-photo {
  margin: 4vw 4vw 4vw 0;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  border-radius: inherit;
}
.hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--red);
  padding: 1.5rem 2rem;
  min-width: 210px;
}
.hero-note span {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.4rem;
}
.hero-note strong {
  font:
    1.25rem/1.25 "Italiana",
    serif;
}
.tide {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 85px;
  fill: var(--paper);
}
.intro {
  padding: 8vw 7vw;
  background: var(--paper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  border-top: 1px solid var(--ink);
  padding-top: 3rem;
}
.intro h2,
.catch h2,
.menu h2,
.visit h2 {
  font:
    clamp(3rem, 6vw, 6.6rem) / 0.95 "Italiana",
    serif;
  letter-spacing: -0.04em;
  margin: 0.4rem 0;
}
.intro-grid > div {
  font-size: 1.03rem;
  line-height: 1.85;
}
.history-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 6rem;
}
.history-images figure {
  margin: 0;
}
.history-images img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(0.85);
}
.history-images figure:nth-child(2) img {
  object-position: 50% 8%;
}
.history-images figcaption {
  padding-top: 0.8rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.catch {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--stone);
}
.catch-photo {
  min-height: 700px;
}
.catch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catch-copy {
  padding: 8vw 7vw;
  align-self: center;
}
.catch-copy > p:not(.chapter) {
  line-height: 1.8;
  max-width: 35rem;
}
.source-note {
  border-left: 3px solid var(--red);
  padding-left: 1rem;
  margin-top: 2rem;
  font-size: 0.8rem;
}
.menu {
  padding: 8vw 7vw;
  background: var(--navy);
  color: var(--paper);
}
.menu-head {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr;
  gap: 10vw;
  align-items: end;
}
.menu-head > p {
  line-height: 1.7;
}
.menu-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 3rem 0 1.5rem;
}
.filter {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--paper);
  padding: 0.7rem 1rem;
  font: 600 0.72rem "Manrope";
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.filter.is-active,
.filter:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.dish {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.dish:nth-child(odd) {
  padding-right: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.dish:nth-child(even) {
  padding-left: 2.5rem;
}
.dish h3 {
  font:
    1.5rem "Italiana",
    serif;
  margin: 0 0 0.5rem;
  color: var(--gold);
}
.dish p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.9rem;
}
.dish strong {
  font-weight: 500;
  white-space: nowrap;
}
.dish span {
  font: 0.6rem "Manrope";
  border: 1px solid var(--gold);
  padding: 0.2rem;
}
.dish[hidden] {
  display: none;
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--red);
  padding: 1.5rem;
  gap: 1.5rem;
}
.gallery img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.gallery img:nth-child(2) {
  transform: translateY(2.5rem);
  z-index: 1;
}
.visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  padding: 10vw 7vw;
  background: var(--paper);
}
.visit > div:first-child > p:not(.chapter) {
  font-size: 1.1rem;
  line-height: 1.7;
}
.underlined {
  text-underline-offset: 7px;
}
.contact-panel {
  border-top: 1px solid;
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 1.8;
}
.contact-panel a {
  overflow-wrap: anywhere;
}
.socials {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.socials a {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
.button.red {
  background: var(--red);
  color: white;
  margin-top: 1rem;
}
footer {
  background: var(--red);
  color: var(--paper);
  padding: 4rem 7vw;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: end;
}
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-photo {
    margin: 0 6vw 6rem;
    min-height: 520px;
  }
  .intro-grid,
  .catch,
  .menu-head,
  .visit {
    grid-template-columns: 1fr;
  }
  .catch-photo {
    min-height: 520px;
  }
  .gallery img {
    height: 320px;
  }
  .visit {
    gap: 4rem;
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 72px;
    padding-inline: 5vw;
  }
  .wordmark {
    font-size: 1.6rem;
  }
  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--gold);
    place-content: center;
    gap: 6px;
  }
  .nav-toggle span {
    width: 20px;
    height: 1px;
    background: var(--gold);
  }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 1rem 5vw;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-nav[hidden] {
    display: none;
  }
  .site-nav > a {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .book-link {
    margin-top: 0.8rem;
  }
  .hero {
    min-height: auto;
  }
  .hero-type {
    padding: 5rem 6vw 3rem;
    min-width: 0;
  }
  .hero h1 {
    font-size: clamp(4.2rem, 23vw, 6.5rem);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-photo {
    min-height: 430px;
    border-radius: 45% 45% 0 0;
    margin: 0 5vw 6rem;
  }
  .intro,
  .menu,
  .visit {
    padding: 5rem 6vw;
  }
  .intro-grid {
    gap: 2rem;
  }
  .history-images {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  .history-images img {
    height: 280px;
  }
  .catch-photo {
    min-height: 380px;
  }
  .catch-copy {
    padding: 5rem 6vw;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .dish:nth-child(odd),
  .dish:nth-child(even) {
    border-right: 0;
    padding: 1.5rem 0;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img {
    height: 260px;
  }
  .gallery img:nth-child(2) {
    transform: none;
  }
  .visit {
    gap: 3rem;
  }
  .contact-panel {
    min-width: 0;
  }
  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 {
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
