:root {
  --sea: #037f91;
  --sea-dark: #075466;
  --aqua: #52c7c8;
  --foam: #f2fffc;
  --sand: #fff4dc;
  --sand-deep: #f2d09b;
  --coral: #ff6f59;
  --coral-dark: #dd4f3b;
  --sun: #ffc857;
  --ink: #12343b;
  --muted: #667b83;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 84, 102, 0.16);
  --soft-shadow: 0 14px 34px rgba(7, 84, 102, 0.11);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(82, 199, 200, 0.22), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(255, 200, 87, 0.25), transparent 26%),
    linear-gradient(180deg, #f6fffc 0%, #fffdf5 46%, #f5fffe 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--sea); }

img { max-width: 100%; height: auto; }

.section { padding: 96px 0; position: relative; }

.section-heading { max-width: 760px; }
.section-title,
.section-heading h2,
.visit-card h2,
.cta-card h2,
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.035em;
}

.section-heading h2,
.section-title {
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

.section-subtitle,
.section-heading p,
.hero-copy {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: var(--coral-dark);
  margin-bottom: 16px;
}

.kicker::before,
.eyebrow span {
  content: '';
  display: inline-block;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--sun));
}

.kicker.light { color: rgba(255,255,255,0.88); }
.kicker.light::before { background: var(--sun); }

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.78rem 1.18rem;
  border-width: 2px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-coral {
  background: linear-gradient(135deg, var(--coral), #ff8f5f);
  color: white;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(255, 111, 89, 0.26);
}
.btn-coral:hover { color: white; box-shadow: 0 20px 40px rgba(255, 111, 89, 0.34); }

.btn-wave {
  background: linear-gradient(135deg, var(--sea), var(--aqua));
  color: white;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(3, 127, 145, 0.2);
}
.btn-wave:hover { color: white; box-shadow: 0 20px 40px rgba(3, 127, 145, 0.3); }

.btn-outline-sea {
  border-color: rgba(3, 127, 145, 0.24);
  color: var(--sea-dark);
  background: rgba(255, 255, 255, 0.72);
}
.btn-outline-sea:hover { border-color: var(--sea); background: var(--foam); }

.btn-sun {
  background: var(--sun);
  color: var(--ink);
  border-color: transparent;
}
.btn-sun:hover { color: var(--ink); background: #ffd579; }

.coastal-nav {
  min-height: 84px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(3, 127, 145, 0.12);
  transition: box-shadow .25s ease, background .25s ease, min-height .25s ease;
}
.coastal-nav.nav-scrolled {
  min-height: 74px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(7, 84, 102, 0.1);
}
.brand-logo { width: min(230px, 58vw); max-height: 62px; object-fit: contain; }
.navbar-nav .nav-link {
  color: var(--ink);
  font-weight: 800;
  padding: 0.65rem 0.86rem;
  border-radius: 999px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus { background: var(--foam); color: var(--sea-dark); }
.navbar-toggler { border: 0; box-shadow: none !important; }
.coastal-dropdown {
  border: 0;
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  padding: 10px;
}
.dropdown-item { border-radius: 12px; font-weight: 700; padding: 10px 12px; }
.dropdown-item:hover { background: var(--foam); color: var(--sea-dark); }

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 62px;
  background:
    linear-gradient(135deg, rgba(242, 255, 252, 0.95) 0%, rgba(255, 244, 220, 0.84) 52%, rgba(232, 250, 255, 0.95) 100%);
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(3, 127, 145, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 127, 145, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 88%);
}
.hero-sun {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -90px;
  top: 116px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.44), rgba(255, 200, 87, 0.12) 54%, transparent 70%);
}
.hero-title {
  font-size: clamp(3.05rem, 7vw, 6.85rem);
  line-height: 0.94;
  margin-bottom: 22px;
  color: var(--sea-dark);
}
.hero-copy { max-width: 650px; font-size: clamp(1.06rem, 1.7vw, 1.24rem); }

.hero-downloads,
.mini-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-downloads a,
.mini-downloads a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(3, 127, 145, 0.14);
  color: var(--sea-dark);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(7, 84, 102, 0.08);
}
.hero-downloads a:hover,
.mini-downloads a:hover { background: var(--foam); color: var(--coral-dark); }

.harbor-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.harbor-strip > div {
  display: grid;
  gap: 2px;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(3,127,145,0.12);
}
.harbor-strip strong { color: var(--sea-dark); }
.harbor-strip small { color: var(--muted); }

.hero-harbor {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}
.port-lines {
  position: absolute;
  inset: 40px 20px 20px;
  border-radius: 44% 56% 50% 50% / 42% 42% 58% 58%;
  background:
    repeating-linear-gradient(155deg, rgba(3,127,145,0.12) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, rgba(82,199,200,0.18), rgba(255,244,220,0.78));
  border: 1px solid rgba(3,127,145,0.1);
  z-index: -1;
}
.hero-card {
  position: absolute;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 24px;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(7, 84, 102, 0.14));
}
.hero-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(3,127,145,0.12);
  color: var(--sea-dark);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.84rem;
}
.hero-card-main { left: 6%; top: 11%; width: 72%; height: 430px; transform: rotate(-2deg); }
.hero-card-top { right: 2%; top: 0; width: 32%; height: 310px; transform: rotate(4deg); }
.hero-card-bottom { right: 2%; bottom: 6%; width: 47%; height: 290px; transform: rotate(-1deg); }
.floating-badge {
  position: absolute;
  left: 5%;
  bottom: 9%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--sea-dark);
  color: white;
  box-shadow: 0 18px 34px rgba(7,84,102,.22);
  font-weight: 900;
}
.floating-badge i { color: var(--sun); }
.wave-divider { position: absolute; left: 0; right: 0; bottom: -1px; height: 118px; color: #ffffff; }
.wave-divider svg { width: 100%; height: 100%; display: block; }
.wave-divider path { fill: currentColor; }

.intro-section { background: white; padding-top: 76px; }
.feature-tile {
  height: 100%;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff, #f7fffd);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(3,127,145,0.1);
}
.feature-tile.featured { background: linear-gradient(145deg, var(--sea), var(--aqua)); color: white; }
.feature-tile i {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: var(--sand);
  color: var(--coral-dark);
  font-size: 1.75rem;
  margin-bottom: 22px;
}
.feature-tile.featured i { background: rgba(255,255,255,0.18); color: var(--sun); }
.feature-tile h3 { font-weight: 900; margin-bottom: 10px; }
.feature-tile p { color: var(--muted); margin: 0; line-height: 1.65; }
.feature-tile.featured p { color: rgba(255,255,255,0.82); }

.menu-section {
  background:
    radial-gradient(circle at 0 18%, rgba(255, 200, 87, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}
.download-panel {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 244, 220, 0.92), rgba(242, 255, 252, 0.92));
  border: 1px solid rgba(3,127,145,0.12);
  box-shadow: var(--soft-shadow);
}
.download-panel h3 { font-weight: 900; margin-bottom: 4px; }
.download-panel p { color: var(--muted); margin: 0; }
.menu-board {
  height: 100%;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(3,127,145,0.12);
  position: relative;
  overflow: hidden;
}
.menu-board::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: rgba(82,199,200,0.12);
}
.coral-board::after { background: rgba(255,111,89,.12); }
.sand-board::after { background: rgba(255,200,87,.18); }
.aqua-board::after { background: rgba(3,127,145,.11); }
.menu-board-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.menu-icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: var(--foam);
  color: var(--sea);
  font-size: 1.75rem;
}
.menu-board h3 { font-weight: 900; margin: 0; }
.menu-board-header p { margin: 2px 0 0; color: var(--muted); }
.menu-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; position: relative; z-index: 1; }
.menu-list li {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(3,127,145,0.18);
}
.menu-list li:last-child { border-bottom: 0; }
.menu-list span { font-weight: 900; color: var(--sea-dark); }
.menu-list small { color: var(--muted); line-height: 1.55; }

.gallery-section {
  background:
    linear-gradient(180deg, #fffaf0 0%, #effdfb 100%);
}
.gallery-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(3,127,145,0.12);
  box-shadow: 0 12px 28px rgba(7,84,102,.08);
}
.filter-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 900;
  color: var(--sea-dark);
  background: transparent;
  transition: .2s ease;
}
.filter-btn:hover,
.filter-btn.active { color: white; background: linear-gradient(135deg, var(--sea), var(--aqua)); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.gallery-item {
  grid-column: span 3;
  min-height: 280px;
  border: 0;
  padding: 0;
  border-radius: 28px;
  background: white;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  isolation: isolate;
}
.gallery-item.wide { grid-column: span 6; }
.gallery-item.large { grid-column: span 6; grid-row: span 2; min-height: 580px; }
.gallery-item.tall { grid-column: span 3; min-height: 430px; }
.gallery-photo-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px 22px 72px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.42), rgba(255,255,255,0.05) 42%, transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04)),
    url('../img/bg-wood.jpg') center/cover no-repeat;
}
.gallery-item:nth-child(3n) .gallery-photo-wrap {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.36), rgba(255,255,255,0.04) 44%, transparent 62%),
    linear-gradient(180deg, rgba(255,248,231,0.22), rgba(239,253,251,0.06)),
    url('../img/bg-wood.jpg') center/cover no-repeat;
}
.gallery-item:nth-child(4n) .gallery-photo-wrap {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.22), rgba(255,255,255,0.03) 44%, transparent 62%),
    linear-gradient(180deg, rgba(18,52,59,0.18), rgba(18,52,59,0.02)),
    url('../img/bg-black-wood.jpg') center/cover no-repeat;
}
.gallery-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(7,84,102,.13));
  transform: scale(1);
  transition: transform .3s ease;
}
.gallery-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(3,127,145,0.12);
  color: var(--sea-dark);
  font-weight: 900;
}
.gallery-caption i { color: var(--coral); }
.gallery-item:hover .gallery-photo-wrap img { transform: scale(1.045) rotate(-1deg); }
.gallery-item:hover { box-shadow: 0 26px 62px rgba(7,84,102,.16); }
.gallery-item.is-hidden { display: none; }

.cta-band {
  padding: 76px 0;
  background: linear-gradient(180deg, #effdfb, #ffffff);
}
.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 0, rgba(255,200,87,.42), transparent 28%),
    linear-gradient(135deg, var(--sea-dark), var(--sea));
  color: white;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.cta-card::after {
  content: '';
  position: absolute;
  inset: auto -10% -42% 42%;
  height: 220px;
  background: rgba(255,255,255,.07);
  border-radius: 50%;
}
.cta-card h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 10px; }
.cta-card p { margin: 0; color: rgba(255,255,255,.78); max-width: 650px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; position: relative; z-index: 1; }

.hours-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(82,199,200,.18), transparent 30%),
    #ffffff;
}
.hours-card {
  padding: 18px;
  border-radius: var(--radius-xl);
  background: white;
  border: 1px solid rgba(3,127,145,0.12);
  box-shadow: var(--shadow);
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border-radius: 18px;
  color: var(--sea-dark);
}
.hours-row + .hours-row { border-top: 1px dashed rgba(3,127,145,.13); }
.hours-row span { font-weight: 900; }
.hours-row strong { text-align: right; }
.hours-row.highlight {
  background: linear-gradient(135deg, var(--sand), rgba(82,199,200,.14));
  border-top: 0;
  margin-top: 8px;
}

.visit-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4fffd 100%);
}
.visit-card,
.map-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
  border: 1px solid rgba(3,127,145,.12);
}
.visit-card { padding: clamp(28px, 4vw, 46px); }
.visit-card h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1; color: var(--sea-dark); margin-bottom: 24px; }
.visit-card address { font-size: 1.12rem; line-height: 1.7; margin-bottom: 20px; color: var(--muted); }
.visit-card address strong { color: var(--ink); }
.phone-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--foam);
  color: var(--sea-dark);
  font-weight: 900;
  margin-bottom: 24px;
}
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  display: block;
}

.site-footer {
  padding: 54px 0 82px;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 20% 0, rgba(82,199,200,.18), transparent 24%),
    linear-gradient(135deg, #073b4c, #052a36);
}
.footer-logo {
  width: 240px;
  max-width: 78vw;
  padding: 10px 14px;
  border-radius: 18px;
  background: white;
  margin-bottom: 16px;
}
.site-footer p { max-width: 460px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: flex-end; margin-bottom: 12px; }
.footer-links a { font-weight: 900; color: white; }
.footer-links a:hover { color: var(--sun); }

.mobile-action-bar {
  display: none;
  position: fixed;
  z-index: 1040;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 44px rgba(7,84,102,.2);
  border: 1px solid rgba(3,127,145,.12);
  backdrop-filter: blur(12px);
}
.mobile-action-bar a {
  flex: 1;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 10px 6px;
  border-radius: 18px;
  color: var(--sea-dark);
  font-weight: 900;
  font-size: .82rem;
}
.mobile-action-bar a:nth-child(2) { background: var(--coral); color: white; }
.mobile-action-bar i { font-size: 1.15rem; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 80px 96px;
  background: rgba(4, 39, 50, .84);
  backdrop-filter: blur(12px);
}
.lightbox.is-open { display: flex; }
.lightbox-content {
  margin: 0;
  width: min(1020px, 100%);
  max-height: 88vh;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.34), rgba(255,255,255,0.04) 42%, transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.03)),
    url('../img/bg-wood.jpg') center/cover no-repeat;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255,255,255,0.28);
}
.lightbox-content img {
  width: 100%;
  max-height: calc(88vh - 68px);
  object-fit: contain;
  padding: 28px;
  filter: drop-shadow(0 18px 18px rgba(7,84,102,.13));
}
.lightbox-content figcaption {
  padding: 18px 22px;
  background: rgba(255,255,255,0.94);
  color: var(--sea-dark);
  font-weight: 900;
  text-align: center;
  border-top: 1px solid rgba(3,127,145,0.1);
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.95);
  color: var(--sea-dark);
  font-size: 1.4rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  transition: .2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover { transform: scale(1.06); background: var(--sun); }
.lightbox-close { top: 22px; right: 24px; }
.lightbox-prev { left: 28px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 28px; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover { transform: translateY(-50%) scale(1.06); }
.lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
body.lightbox-open { overflow: hidden; }

@media (max-width: 1199.98px) {
  .gallery-item { grid-column: span 4; }
  .gallery-item.wide,
  .gallery-item.large { grid-column: span 8; }
  .hero-card-main { left: 0; width: 75%; }
}

@media (max-width: 991.98px) {
  .section { padding: 78px 0; }
  .navbar-collapse {
    margin-top: 12px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--soft-shadow);
  }
  .hero-section { padding-top: 86px; }
  .row.min-vh-100 { min-height: auto !important; }
  .hero-harbor { min-height: 560px; margin-top: 10px; }
  .hero-card-main { top: 11%; left: 0; width: 76%; height: 360px; }
  .hero-card-top { right: 0; width: 35%; height: 270px; }
  .hero-card-bottom { width: 50%; height: 250px; }
  .download-panel,
  .cta-card { flex-direction: column; align-items: flex-start; }
  .cta-actions { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gallery-item,
  .gallery-item.tall { grid-column: span 3; min-height: 320px; }
  .gallery-item.wide,
  .gallery-item.large { grid-column: span 6; min-height: 420px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: 86px; }
  .coastal-nav { min-height: 74px; }
  .brand-logo { width: 200px; }
  .hero-title { font-size: clamp(2.7rem, 15vw, 4.3rem); }
  .hero-copy { font-size: 1rem; }
  .btn-lg { width: 100%; justify-content: center; }
  .hero-downloads a,
  .mini-downloads a { width: 100%; justify-content: center; }
  .harbor-strip > div { width: 100%; }
  .hero-harbor { min-height: 510px; }
  .hero-card { border-radius: 28px; padding: 18px; }
  .hero-card-main { width: 88%; height: 320px; left: 0; top: 12%; }
  .hero-card-top { width: 38%; height: 230px; right: 0; top: 1%; }
  .hero-card-bottom { width: 64%; height: 230px; right: 0; bottom: 4%; }
  .floating-badge { left: 0; bottom: 1%; font-size: .86rem; }
  .gallery-filters { width: 100%; border-radius: 24px; justify-content: center; }
  .filter-btn { flex: 1 1 auto; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide,
  .gallery-item.large {
    grid-column: span 1;
    min-height: 230px;
  }
  .gallery-photo-wrap { padding: 18px 12px 62px; }
  .gallery-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: .92rem;
  }
  .hours-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hours-row strong { text-align: left; }
  .map-card iframe { min-height: 360px; }
  .mobile-action-bar { display: flex; }
  .lightbox { padding: 78px 14px 92px; }
  .lightbox-content { border-radius: 22px; }
  .lightbox-content img { padding: 16px; }
  .lightbox-close { top: 16px; right: 16px; }
  .lightbox-nav { width: 46px; height: 46px; }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
}

@media (max-width: 420px) {
  .section { padding: 64px 0; }
  .gallery-grid { gap: 10px; }
  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide,
  .gallery-item.large { min-height: 190px; }
  .gallery-photo-wrap { padding: 14px 10px 54px; }
  .gallery-caption { font-size: .84rem; padding: 9px 10px; }
  .feature-tile,
  .menu-board,
  .visit-card { padding: 24px; }
  .hero-card-main { height: 290px; }
  .hero-card-top { height: 210px; }
  .hero-card-bottom { height: 215px; }
}
