:root {
  --background: #fff9eb;
  --surface: #ffffff;
  --surface-container: #f3ede0;
  --surface-container-high: #eee8da;
  --primary: #0043c6;
  --primary-container: #1e5af0;
  --secondary: #8a5100;
  --secondary-container: #fe9800;
  --tertiary: #745b00;
  --outline: #737687;
  --outline-variant: #c3c5d8;
  --on-surface: #1d1c13;
  --on-surface-variant: #434655;
  --on-primary: #ffffff;
  --max-width: 1200px;
  --shadow-hard: 4px 4px 0 rgba(0, 67, 198, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--on-surface);
  font-family: "Work Sans", Arial, sans-serif;
}

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

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

button,
input {
  font: inherit;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 2px solid var(--primary);
  background: var(--surface);
  padding: 16px max(20px, calc((100vw - var(--max-width)) / 2 + 20px));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  order: 1;
  color: var(--primary);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  width: auto;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  order: 2;
  margin-left: auto;
  color: var(--on-surface-variant);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding-block: 8px;
}

.site-nav a:hover {
  color: var(--secondary-container);
  border-color: var(--secondary-container);
}

.site-nav a.is-active {
  color: var(--primary);
  border-color: var(--secondary-container);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 700;
}

.nav-cta {
  border-bottom: 0;
  background: var(--primary);
  color: var(--on-primary);
  padding: 10px 24px;
  transition: transform 160ms ease;
}

.site-nav .nav-cta:hover {
  border-bottom: 0;
  color: var(--on-primary);
}

.nav-cta:active {
  transform: translate(2px, 2px);
}

.nav-toggle {
  display: none;
  order: 3;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 76px));
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(0, 35, 102, 0.82), rgba(0, 67, 198, 0.42) 52%, rgba(29, 28, 19, 0.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(760px, calc(100vh - 76px));
  max-width: var(--max-width);
  flex-direction: column;
  justify-content: center;
  padding: 72px 20px 96px;
  margin: 0 auto;
  color: var(--on-primary);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--secondary-container);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.location-section h2,
.site-footer h2 {
  margin: 0;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 1.02;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  border: 2px solid transparent;
  padding: 12px 22px;
}

.button-primary {
  background: var(--primary);
  color: var(--on-primary);
}

.button-secondary {
  background: var(--secondary-container);
  color: #2c1600;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--on-primary);
}

.nautical-divider {
  height: 24px;
  border-block: 2px solid var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='24' viewBox='0 0 120 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C24 12 6 3 30 3C54 3 36 12 60 12C84 12 66 21 90 21C114 21 96 12 120 12' stroke='%230043c6' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-color: var(--surface);
}

.section,
.location-section {
  max-width: var(--max-width);
  padding: 80px 20px;
  margin: 0 auto;
}

.section-copy {
  max-width: 520px;
}

.section h2,
.location-section h2 {
  color: var(--primary);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.section p,
.location-section p {
  color: var(--on-surface-variant);
  font-size: 17px;
  line-height: 1.65;
}

.tradition {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, 190px);
  gap: 12px;
}

.photo-grid img {
  height: 100%;
  width: 100%;
  border: 2px solid var(--primary);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow-hard);
}

.photo-grid img:nth-child(1) {
  grid-row: 1 / span 2;
}

.photo-grid img:nth-child(2),
.photo-grid img:nth-child(3) {
  grid-column: 2;
}

.music-section {
  max-width: none;
  overflow: hidden;
  background: var(--surface);
}

.music-section > * {
  max-width: var(--max-width);
  margin-inline: auto;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.music-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max-width);
  margin-bottom: 42px;
}

.music-heading {
  max-width: var(--max-width);
  margin-left: auto;
  text-align: right;
}

.music-heading h2 {
  color: var(--primary);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.heading-rule {
  width: 96px;
  height: 4px;
  margin: 18px 0 0 auto;
  border-radius: 999px;
  background: var(--secondary-container);
}

.music-carousel-wrap {
  position: relative;
  max-width: var(--max-width);
}

.music-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 4px 30px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.music-carousel::-webkit-scrollbar {
  display: none;
}

.music-card {
  display: flex;
  flex: 0 0 320px;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(0, 67, 198, 0.12);
  border-radius: 8px;
  background: var(--surface);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.music-card:hover {
  border-color: var(--secondary-container);
  box-shadow: 0 18px 36px rgba(0, 67, 198, 0.14);
  transform: translateY(-3px);
}

.music-card-image {
  height: 50%;
  min-height: 210px;
  overflow: hidden;
}

.music-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms ease;
}

.music-card-image img.image-focus-top {
  object-position: center top;
}

.music-card-image img.image-focus-high {
  object-position: center 35%;
}

.music-card-image img.image-fit-contain {
  object-fit: contain;
  padding: 18px;
  background: #ffffff;
}

.music-card:hover .music-card-image img {
  transform: scale(1.1);
}

.music-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: start;
  padding: 24px;
}

.music-card-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.music-card-meta span {
  border-radius: 4px;
  background: rgba(0, 67, 198, 0.1);
  color: var(--primary);
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.music-card-meta strong {
  color: var(--secondary);
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

.music-card h3 {
  margin: 0 0 9px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.25;
}

.music-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--on-surface-variant);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.music-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(0, 67, 198, 0.08);
  margin-top: 18px;
  padding-top: 16px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.music-card-footer .material-symbols-outlined {
  font-size: 18px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--primary);
  border-radius: 999px;
  background: var(--surface);
  color: var(--primary);
  box-shadow: 0 10px 24px rgba(0, 67, 198, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.carousel-arrow:hover {
  background: var(--primary);
  color: var(--on-primary);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.carousel-arrow-left {
  left: -24px;
}

.carousel-arrow-right {
  right: -24px;
}

.music-action {
  max-width: var(--max-width);
  margin-top: 18px;
  text-align: center;
}

.menu-section {
  padding-bottom: 96px;
}

.search-field {
  display: flex;
  min-width: min(420px, 100%);
  align-items: center;
  gap: 8px;
  border: 2px solid var(--primary);
  border-radius: 8px;
  background: var(--surface);
  padding: 0 14px;
  color: var(--primary);
}

.search-field input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--on-surface);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-chip {
  min-height: 40px;
  border: 2px solid rgba(0, 67, 198, 0.22);
  border-radius: 999px;
  background: var(--surface);
  color: var(--on-surface-variant);
  padding: 8px 16px;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--on-primary);
}

.menu-carousel-wrap {
  position: relative;
}

.menu-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.menu-carousel::-webkit-scrollbar {
  display: none;
}

.menu-card {
  display: flex;
  flex: 0 0 280px;
  min-height: 104px;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--primary);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-hard);
  scroll-snap-align: start;
}

.menu-card.is-hidden {
  display: none;
}

.menu-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px 10px;
}

.menu-title-row {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.menu-title-row h3 {
  margin: 0;
  color: var(--primary);
  font-size: 22px;
  line-height: 1.25;
}

.menu-title-row strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--secondary-container);
  color: #2c1600;
  padding: 5px 8px;
  font-size: 16px;
}

.entity {
  margin: 0;
  color: var(--secondary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-card p:last-child {
  margin-bottom: 0;
  font-size: 15px;
}

.menu-card-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(0, 67, 198, 0.12);
  margin-top: 7px;
  padding-top: 7px;
  color: var(--on-surface-variant);
  font-size: 16px;
  font-weight: 800;
}

.menu-serve {
  flex: 0 0 auto;
  color: var(--on-surface-variant);
  text-align: right;
}

.menu-empty {
  border: 2px solid var(--primary);
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
  box-shadow: var(--shadow-hard);
  color: var(--on-surface-variant);
  font-weight: 800;
  text-align: center;
}

.location-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.location-section .button {
  margin-top: 14px;
}

.map-card {
  display: grid;
  min-height: 300px;
  place-items: center;
  border: 2px solid var(--primary);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 67, 198, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 67, 198, 0.08) 1px, transparent 1px),
    var(--surface-container-high);
  background-size: 32px 32px;
  box-shadow: var(--shadow-hard);
  overflow: hidden;
  text-align: center;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.map-card .material-symbols-outlined {
  color: var(--primary);
  font-size: 52px;
}

.map-card strong {
  color: var(--primary);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 32px;
}

.map-card p {
  max-width: 260px;
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 4px solid var(--secondary-container);
  background: var(--primary);
  color: var(--on-primary);
  padding: 44px max(20px, calc((100vw - var(--max-width)) / 2 + 20px));
}

.site-footer h2 {
  font-size: 28px;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-logos img {
  width: auto;
  height: auto;
  max-height: 54px;
  max-width: 260px;
  object-fit: contain;
}

.footer-logos img:first-child {
  max-height: 70px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    left: 20px;
    display: none;
    gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    border: 2px solid var(--primary);
    border-radius: 8px;
    background: var(--surface);
    padding: 14px;
    box-shadow: var(--shadow-hard);
  }

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

  .site-nav .nav-cta {
    margin-top: 4px;
  }

  .tradition,
  .location-section {
    grid-template-columns: 1fr;
  }

  .carousel-arrow-left {
    left: 8px;
  }

  .carousel-arrow-right {
    right: 8px;
  }

}

@media (max-width: 680px) {
  .brand {
    max-width: 230px;
    font-size: 14px;
  }

  .brand-logo {
    height: 38px;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p:not(.eyebrow) {
    font-size: 18px;
  }

  .section,
  .location-section {
    padding-block: 56px;
  }

  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .music-heading-row {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .music-heading-row .button {
    align-self: flex-start;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .photo-grid img,
  .photo-grid img:nth-child(1),
  .photo-grid img:nth-child(2),
  .photo-grid img:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    height: 190px;
  }

  .music-carousel {
    gap: 16px;
    padding-inline: 0;
  }

  .music-card {
    flex-basis: min(84vw, 320px);
  }

  .carousel-arrow {
    display: none;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .footer-logos {
    justify-content: flex-start;
  }
}
