:root {
  --ink: #082b4c;
  --ink-soft: #365b78;
  --paper: #f7f9f8;
  --paper-soft: #e8f3f8;
  --white: #fffef8;
  --accent: #d6a928;
  --accent-dark: #a97d08;
  --sea: #1597d4;
  --line: rgba(8, 43, 76, .15);
  --shadow: 0 24px 70px rgba(5, 39, 70, .16);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; transform: translateY(-150%); background: var(--white); padding: 10px 14px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(5, 32, 58, .94); border-color: rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: grid; line-height: 1; }
.brand strong { font: 400 1.55rem "Cormorant Garamond", Georgia, serif; letter-spacing: .02em; }
.brand span { margin-top: 6px; color: #d8eef8; font-size: .65rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { font-size: .78rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a:hover { color: #f4d66f; }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--accent); color: var(--ink); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: white; }
.menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }
.mobile-nav { display: none; position: fixed; inset: 78px 0 auto; padding: 24px; background: rgba(5,32,58,.98); }
.mobile-nav.open { display: grid; gap: 20px; }

.hero {
  min-height: 820px;
  display: grid;
  align-items: end;
  position: relative;
  color: var(--white);
  background: linear-gradient(90deg, rgba(4,30,55,.88), rgba(8,74,115,.16)), url("../images/gallery-1.png") center/cover;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, rgba(4,30,55,.68)); }
.hero-content { position: relative; z-index: 1; padding: 180px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #f4d66f; font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 830px; margin: 22px 0; font: 400 clamp(3.8rem, 9vw, 7.8rem)/.86 "Cormorant Garamond", Georgia, serif; letter-spacing: -.055em; }
h1 em { color: #f4d66f; font-style: italic; }
.hero-lead { max-width: 680px; color: #edf7fc; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; background: var(--accent); color: var(--ink); font-weight: 800; }
.button:hover { background: var(--accent-dark); color: white; transform: translateY(-1px); }
.button.secondary { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.42); color: white; backdrop-filter: blur(8px); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 34px; color: #e5f3fa; font-size: .88rem; }
.quick-facts span::before { content: "•"; margin-right: 8px; color: #f4d66f; }

.section { padding: 105px 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--ink); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.kicker { color: var(--accent-dark); font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.dark .kicker { color: #f4d66f; }
.section-heading h2 { margin: 12px 0 16px; font: 400 clamp(2.8rem, 6vw, 5.2rem)/.96 "Cormorant Garamond", Georgia, serif; letter-spacing: -.04em; }
.section-heading p { color: var(--ink-soft); font-size: 1.07rem; }
.dark .section-heading p { color: #c8ddeb; }
.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.intro-image { position: relative; }
.intro-image img { height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note { position: absolute; right: -22px; bottom: 30px; max-width: 230px; padding: 20px; border-radius: 18px; background: var(--accent); color: var(--ink); box-shadow: var(--shadow); }
.image-note strong { display: block; font: 400 1.8rem "Cormorant Garamond", serif; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.experience-card { min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.65); }
.experience-card span { display: block; color: var(--accent-dark); font: 400 2rem "Cormorant Garamond", serif; }
.experience-card h3 { margin: 24px 0 9px; }
.experience-card p { margin: 0; color: var(--ink-soft); }
.seo-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.seo-copy .section-heading { margin-bottom: 0; }
.seo-copy-text { padding-top: 8px; }
.seo-copy-text p { color: var(--ink-soft); font-size: 1.02rem; }
.seo-copy-text strong { color: var(--ink); }

.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 12px; }
.gallery button { padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: #ddd; }
.gallery button:first-child { grid-row: span 2; }
.gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery button:hover img { transform: scale(1.035); }

.menu-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 12px; margin-bottom: 30px; }
.menu-tabs a { white-space: nowrap; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .82rem; font-weight: 750; }
.menu-category { padding-top: 30px; scroll-margin-top: 100px; }
.menu-category h3 { padding-bottom: 12px; border-bottom: 1px solid var(--line); font: 400 2.1rem "Cormorant Garamond", serif; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.menu-item strong { font-size: .98rem; }
.menu-item p { margin: 5px 0 0; color: var(--ink-soft); font-size: .86rem; }
.price { white-space: nowrap; color: var(--accent-dark); font-weight: 850; }
.menu-note { margin-top: 35px; padding: 20px; border-radius: 16px; background: var(--paper-soft); color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: stretch; }
.contact-card { padding: 38px; border-radius: var(--radius); background: #0d416b; }
.contact-card h2 { font: 400 3.4rem/.95 "Cormorant Garamond", serif; }
.contact-list { display: grid; gap: 18px; margin: 32px 0; }
.contact-list small { display: block; color: #a9d5ea; text-transform: uppercase; letter-spacing: .1em; }
.map { min-height: 520px; overflow: hidden; border-radius: var(--radius); }
.map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .8rem; }

.site-footer { padding: 54px 0 110px; background: #041f38; color: #b9d4e3; }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; }
.footer-grid strong { display: block; color: white; font: 400 1.8rem "Cormorant Garamond", serif; }
.footer-grid p { max-width: 620px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.mobile-actions { display: none; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(94vw, 1100px); }
.lightbox::backdrop { background: rgba(2,18,33,.92); }
.lightbox img { max-height: 88vh; width: auto; max-width: 94vw; border-radius: 12px; }
.lightbox-close { position: fixed; right: 22px; top: 18px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: #082b4c; color: white; cursor: pointer; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: .6s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .intro-grid, .contact-grid, .seo-copy { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .image-note { right: 18px; }
}
@media (max-width: 680px) {
  body { padding-bottom: 74px; }
  .hero { min-height: 720px; background-position: 58% center; }
  .hero-content { padding: 140px 0 68px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .section { padding: 76px 0; }
  .intro-image img { height: 430px; }
  .experience-grid, .menu-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px 180px; }
  .gallery button:first-child { grid-column: span 2; grid-row: auto; }
  .contact-card { padding: 28px; }
  .footer-grid { display: grid; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: repeat(2, 1fr); padding: 8px; background: rgba(255,254,248,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-actions a { display: grid; place-items: center; min-height: 56px; padding: 6px; color: var(--ink); font-size: .73rem; font-weight: 850; text-align: center; }
  .mobile-actions a.primary { border-radius: 13px; background: var(--accent); color: var(--ink); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
