:root {
  --red: #e81d2a;
  --red-dark: #b70f1b;
  --ink: #0a0a0b;
  --ink-soft: #171719;
  --cream: #f5f1e8;
  --white: #ffffff;
  --muted: #6d6a65;
  --line: rgba(10, 10, 11, .13);
  --max: 1240px;
}

* { box-sizing: border-box; }
.video-section { background: #fff; }
.video-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; align-items: start; gap: 2rem; max-width: 960px; margin: 0 auto; }
.video-copy { grid-column: 1 / -1; }
.video-card { width: 100%; max-width: 360px; min-width: 0; justify-self: center; }
.video-card > .text-link { display: inline-block; margin-top: 1rem; }
.video-copy h2 { font-size: clamp(3rem, 6vw, 6rem); margin-bottom: 2rem; }
.video-frame { width: 100%; aspect-ratio: 267 / 476; background: #111; border-radius: 8px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,.15); }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
@media (max-width: 680px) { .video-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; } .video-frame { max-width: 360px; justify-self: center; } }
.steelpan-player { margin-top: 1.5rem; max-width: 400px; }
.steelpan-player > p:first-child { margin: 0 0 .65rem; font-size: 1rem; font-weight: 800; }
.steelpan-player audio { display: block; width: 100%; max-width: 100%; }
.steelpan-player .music-credit { margin: .65rem 0 0; font-size: .875rem; line-height: 1.5; color: rgba(255,255,255,.85); }
.music-credit a { text-decoration: underline; text-underline-offset: .15em; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: #fff; color: #000; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: .7rem clamp(1rem, 4vw, 4rem);
  color: var(--white);
  background: rgba(9, 9, 10, .94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 900; letter-spacing: -.03em; font-size: 1.15rem; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--red); border-radius: 50%; font-size: .77rem; letter-spacing: -.08em; box-shadow: inset 0 0 0 3px rgba(255,255,255,.14); }
nav { display: flex; gap: 2rem; }
nav a { color: rgba(255,255,255,.76); font-size: .91rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: #fff; }
.header-call { justify-self: end; padding: .72rem 1.15rem; background: var(--red); border-radius: 999px; font-size: .9rem; font-weight: 850; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-island-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,8,6,.93) 0%, rgba(4,8,6,.78) 38%, rgba(4,8,6,.24) 68%, rgba(4,8,6,.12) 100%), linear-gradient(0deg, rgba(4,8,6,.7) 0%, transparent 46%, rgba(4,8,6,.26) 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; inset: 16px; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.hero-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5.2vw, 6rem); position: relative; z-index: 5; }
.eyebrow { margin: 0 0 1rem; color: var(--red); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.island-eyebrow { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem .7rem; color: #fff; background: rgba(3,8,5,.58); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); }
.island-eyebrow span { font-size: 1rem; }
h1, h2 { margin: 0; font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; text-transform: none; font-weight: 700; letter-spacing: -.055em; line-height: 1.05; }
h1 { max-width: 700px; font-size: clamp(3.2rem, 5.4vw, 5.5rem); }
h1 span { color: #fff; text-shadow: 4px 4px 0 var(--red), 8px 8px 0 rgba(0,0,0,.4); }
.hero-text { max-width: 610px; margin: 1.7rem 0 2rem; color: rgba(255,255,255,.88); font-size: clamp(1.03rem, 1.55vw, 1.25rem); text-shadow: 0 2px 18px rgba(0,0,0,.65); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 6px; font-size: .92rem; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.delivery-options { margin-top: 1.5rem; }
.delivery-options p { margin: 0 0 .7rem; font-size: 1rem; font-weight: 800; }
.button:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.quick-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; padding: 1.25rem; background: rgba(2,7,5,.52); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); }
.quick-info div { display: flex; flex-direction: column; }
.quick-info strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.quick-info span { color: rgba(255,255,255,.6); font-size: .86rem; }

.hero-visual { position: relative; z-index: 4; min-height: 700px; overflow: visible; }
.hero-photo { position: absolute; object-fit: cover; border: 6px solid #fff; box-shadow: 0 28px 70px rgba(0,0,0,.46); }
.hero-photo-main { right: 5%; top: 12%; width: 63%; height: 68%; transform: rotate(2deg); }
.hero-photo-one { z-index: 2; left: 5%; top: 10%; width: 34%; height: 30%; transform: rotate(-6deg); }
.hero-photo-two { z-index: 3; right: 3%; bottom: 5%; width: 36%; height: 31%; transform: rotate(5deg); }
.logo-card { position: absolute; z-index: 4; left: 8%; bottom: 9%; width: min(245px, 32%); padding: .55rem; background: #fff; transform: rotate(-3deg); box-shadow: 0 24px 70px rgba(0,0,0,.48); }
.logo-card img { aspect-ratio: 1.05; object-fit: cover; }
.island-badge { position: absolute; z-index: 5; right: 7%; top: 7%; display: flex; align-items: center; gap: .45rem; padding: .62rem .85rem; color: #111; background: #fff; border-left: 5px solid var(--red); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 12px 26px rgba(0,0,0,.3); transform: rotate(2deg); }
.island-badge span { color: #e6a400; font-size: 1rem; }
.flag-decor { position: absolute; z-index: 6; width: 74px; height: 50px; display: grid; place-items: center; font-size: 3.2rem; line-height: 1; filter: drop-shadow(0 9px 8px rgba(0,0,0,.38)); transform-origin: center; }
.flag-top-left { left: 1.7%; top: 3%; transform: rotate(-11deg); }
.flag-top-right { right: 1.8%; top: 4%; transform: rotate(10deg); }
.flag-bottom-left { left: 2%; bottom: 3%; transform: rotate(9deg); }
.flag-bottom-right { right: 2%; bottom: 3%; transform: rotate(-9deg); }

.ticker { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 3vw, 3rem); padding: 1rem 2rem; overflow: hidden; white-space: nowrap; color: #fff; background: var(--red); text-transform: uppercase; font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.ticker i { width: 5px; height: 5px; flex: 0 0 auto; background: #fff; border-radius: 50%; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; max-width: var(--max); margin: 0 auto 3rem; }
.section-heading h2, .story-copy h2, .visit h2 { font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: 1.12fr 1fr .88fr; gap: 1rem; max-width: var(--max); margin: 0 auto; }
.full-menu-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; }
.protein-card, .meals-card, .extras-card, .vegetable-card, .combo-card { grid-column: span 4; }
.breakfast-card, .drinks-card { grid-column: span 8; }
.menu-card { padding: clamp(1.5rem, 3vw, 2.6rem); background: #fff; border-top: 5px solid var(--red); box-shadow: 0 15px 40px rgba(20,18,14,.07); }
.dark-card { color: #fff; background: var(--ink-soft); }
.sides-card { background: #e8e2d5; }
.menu-kicker { margin: 0 0 1.2rem; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.menu-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.menu-title-row .menu-kicker { margin: 0; }
.menu-title-row > span { flex: 0 0 auto; padding: .3rem .55rem; color: #fff; background: var(--red); border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list.split-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
.menu-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .83rem 0; border-bottom: 1px solid currentColor; border-color: rgba(120,115,105,.18); }
.dark-card .menu-list li { border-color: rgba(255,255,255,.12); }
.menu-list li:last-child { border-bottom: 0; }
.menu-list li > div { display: flex; flex-direction: column; }
.menu-list strong { font-size: .98rem; }
.menu-list span { color: var(--muted); font-size: .78rem; }
.dark-card .menu-list span { color: rgba(255,255,255,.55); }
.menu-list b { color: var(--red); font-size: .95rem; white-space: nowrap; }
.compact li { padding: .61rem 0; }
.combo-price { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.combo-price span { color: rgba(255,255,255,.7); }
.combo-price strong { color: var(--red); font-size: 1.15rem; }
.combo-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.56); font-size: .86rem; }
.drinks-card { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #b70f1b 0%, #e81d2a 58%, #ff604e 100%); }
.drinks-card::after { content: ""; position: absolute; right: -60px; bottom: -100px; width: 280px; height: 280px; border: 46px solid rgba(255,255,255,.1); border-radius: 50%; }
.drinks-card .menu-title-row, .drinks-list { position: relative; z-index: 1; }
.drinks-card .menu-title-row > span { color: var(--red); background: #fff; }
.drinks-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; list-style: none; margin: 0; padding: 0; }
.drinks-list li { padding: .8rem .9rem; background: rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.17); font-weight: 850; }
.menu-note { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: 1rem auto 0; padding: 1.4rem 1.6rem; color: #fff; background: var(--ink); }
.menu-note div { display: flex; flex-direction: column; }
.menu-note span { color: rgba(255,255,255,.56); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }

.gallery-section { color: #fff; background: var(--ink); }
.light-heading > p { color: rgba(255,255,255,.6); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: .8rem; max-width: var(--max); margin: 0 auto; }
.gallery figure { margin: 0; overflow: hidden; background: #222; }
.gallery .wide { grid-column: span 2; }
.gallery .tall { grid-row: span 2; }
.gallery img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery figure:hover img { transform: scale(1.035); }

.story-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; max-width: 1450px; margin: 0 auto; }
.story-photo { position: relative; }
.story-photo::before { content: ""; position: absolute; z-index: -1; inset: -18px 22% 20% -18px; background: var(--red); }
.story-photo img { aspect-ratio: 1.2; object-fit: cover; }
.story-copy { max-width: 520px; }
.story-copy p:not(.eyebrow) { margin: 1.6rem 0; color: var(--muted); font-size: 1.08rem; }
.text-link { font-weight: 900; border-bottom: 2px solid var(--red); padding-bottom: .2rem; }
.text-link span { color: var(--red); }

.visit { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; color: #fff; background: #111; }
.visit-card { padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 7vw, 7rem); }
.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 2.5rem 0; padding: 2rem 0; border-block: 1px solid rgba(255,255,255,.14); }
.visit-details div { display: flex; flex-direction: column; gap: .4rem; }
.visit-details span { color: rgba(255,255,255,.48); text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.visit-details strong { font-size: .95rem; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.28); }
.facebook-link, .instagram-link { gap: .6rem; }
.facebook-link svg, .instagram-link svg { flex-shrink: 0; }
.facebook-link:hover, .instagram-link:hover { background: rgba(255,255,255,.08); }
.facebook-link:focus-visible, .instagram-link:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.map-card { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.4rem; text-align: center; color: #111; background: #ece6da; overflow: hidden; }
.map-card::before, .map-card::after { content: ""; position: absolute; width: 140%; height: 1px; background: #cfc8ba; transform: rotate(-25deg); }
.map-card::before { top: 31%; left: -20%; }
.map-card::after { bottom: 24%; left: -20%; }
.map-pin { position: relative; z-index: 2; width: 60px; height: 60px; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); box-shadow: 0 12px 28px rgba(232,29,42,.28); }
.map-pin::after { content: ""; position: absolute; width: 18px; height: 18px; top: 21px; left: 21px; border-radius: 50%; background: #fff; }
.map-card div, .map-card b { position: relative; z-index: 2; }
.map-card div { display: flex; flex-direction: column; }
.map-card strong { font-size: 1.35rem; }
.map-card span { color: var(--muted); }
.map-card b { color: var(--red); font-size: .9rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); color: rgba(255,255,255,.58); background: #050505; font-size: .82rem; }
.footer-brand { color: #fff; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-island-bg { object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,8,6,.88) 0%, rgba(4,8,6,.72) 42%, rgba(4,8,6,.28) 68%, rgba(4,8,6,.55) 100%); }
  .hero-copy { padding-bottom: 3rem; }
  .hero-visual { min-height: 560px; }
  .quick-info { max-width: 720px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .full-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .full-menu-grid > .menu-card { grid-column: auto; }
  .full-menu-grid > .breakfast-card, .full-menu-grid > .drinks-card { grid-column: span 2; }
  .sides-card { grid-column: 1 / -1; }
  .compact { columns: 2; column-gap: 2.5rem; }
  .compact li { break-inside: avoid; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .story-section { grid-template-columns: 1fr; }
  .story-copy { max-width: 720px; }
  .visit { grid-template-columns: 1fr; }
  .map-card { min-height: 360px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  .site-header { min-height: 66px; padding: .6rem 1rem; }
  .header-call { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.6rem 1.2rem 2.8rem; }
  h1 { font-size: clamp(2.65rem, 10vw, 3.6rem); }
  .hero-actions { display: grid; }
  .quick-info { grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2.5rem; }
  .quick-info div:last-child { grid-column: 1 / -1; }
  .hero-visual { min-height: 440px; }
  .hero-photo { border-width: 4px; }
  .hero-photo-main { left: auto; right: 4%; top: 11%; width: 69%; height: 66%; }
  .hero-photo-one { width: 39%; height: 28%; left: 3%; top: 7%; }
  .hero-photo-two { width: 42%; height: 29%; right: 3%; bottom: 4%; }
  .logo-card { width: 34%; left: 4%; bottom: 7%; }
  .island-badge { top: 3%; right: 5%; padding: .5rem .65rem; font-size: .68rem; }
  .flag-decor { width: 50px; height: 34px; font-size: 2.15rem; }
  .flag-top-left { left: 1%; top: 1.8%; }
  .flag-top-right { right: 1%; top: 1.8%; }
  .flag-bottom-left { left: 1%; bottom: 1.5%; }
  .flag-bottom-right { right: 1%; bottom: 1.5%; }
  .ticker { justify-content: flex-start; }
  .section { padding: 4.5rem 1.15rem; }
  .section-heading { display: block; margin-bottom: 2rem; }
  .section-heading h2, .story-copy h2, .visit h2 { font-size: clamp(2.45rem, 9vw, 3.5rem); }
  .section-heading > p { margin-top: 1.2rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .full-menu-grid { grid-template-columns: 1fr; }
  .full-menu-grid > .menu-card, .full-menu-grid > .breakfast-card, .full-menu-grid > .drinks-card { grid-column: 1; }
  .sides-card { grid-column: auto; }
  .compact { columns: 1; }
  .menu-list.split-list { grid-template-columns: 1fr; }
  .drinks-list { grid-template-columns: 1fr 1fr; }
  .menu-note { display: block; }
  .menu-note .button { width: 100%; margin-top: 1rem; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: .45rem; }
  .gallery .wide { grid-column: span 2; }
  .story-section { padding-inline: 1.15rem; }
  .visit-card { padding: 4.5rem 1.2rem; }
  .visit-details { grid-template-columns: 1fr; gap: 1.4rem; }
  .visit-actions { display: grid; }
  footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.2rem; }
  footer p { margin: 0; }
  .mobile-actions { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; color: #fff; background: #050505; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-actions a { display: grid; place-items: center; font-weight: 900; }
  .mobile-actions a:first-child { background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Mum Mich: bold red, crisp white, and deep black. */
:root {
  --red: #e60023;
  --red-dark: #c9001c;
  --ink: #090909;
  --ink-soft: #171717;
  --cream: #ffffff;
  --muted: #525252;
  --line: rgba(0, 0, 0, .14);
}
body { background: #fff; }
.site-header { background: rgba(5,5,5,.97); border-bottom: 3px solid var(--red); }
.brand { font-size: 1.27rem; }
.brand-mark { background: var(--red); border: 2px solid #fff; box-shadow: 0 0 0 2px var(--red); }
.header-call, .button-primary { background: var(--red); box-shadow: 0 5px 0 #8e0014; }
.header-call:hover, .button-primary:hover { background: var(--red-dark); }
.hero { min-height: 760px; grid-template-columns: 1fr .94fr; border-bottom: 9px solid var(--red); }
.hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.76) 38%,rgba(0,0,0,.33) 70%,rgba(0,0,0,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.75),transparent 48%); }
.hero::after { border-color: rgba(255,255,255,.64); inset: 22px; }
.hero-copy { padding-top: 5rem; padding-bottom: 5rem; }
.island-eyebrow { border-color: #fff; background: rgba(0,0,0,.75); color: #fff; border-radius: 2rem; }
h1 { font-size: clamp(3.2rem,5.4vw,5.5rem); line-height: 1.05; }
h1 span { color: #fff; text-shadow: 2px 3px 0 var(--red); }
.hero-text { font-weight: 600; }
.hero-actions .button { border-radius: 999px; }
.quick-info { margin-top: 2.3rem; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.82); border-radius: 12px; }
.quick-info span { color: #fff; }
.hero-photo { border-color: #fff; border-radius: 10px; }
.hero-photo-main { top: 13%; height: 65%; width: 67%; }
.hero-photo-one { top: 6%; }
.logo-card { border: 5px solid var(--red); border-radius: 10px; }
.island-badge { background: #fff; border-left: 5px solid var(--red); }
.island-badge span { color: var(--red); }
.ticker { padding: 1.2rem 2rem; background: var(--red); color: #fff; font-size: .85rem; }
.menu-section { background: #f4f4f4; }
.section-heading .eyebrow { color: var(--red); }
.section-heading h2 { color: var(--ink); }
.menu-card { border-top-width: 7px; border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.breakfast-card { grid-column: span 8; border-color: var(--red); background: #fff; }
.breakfast-card .menu-title-row > span { background: var(--red); }
.protein-card { border-color: var(--ink); }
.extras-card { border-color: var(--red); }
.vegetable-card { background: #fff; border-color: var(--ink); }
.sides-card { background: #e8e8e8; }
.menu-list b { color: var(--red); }
.dark-card .menu-list b { color: #fff; }
.drinks-card { background: linear-gradient(135deg,#b9001a,#e60023 68%,#f31732); border-color: var(--ink); }
.drinks-card .menu-title-row > span { color: var(--red); }
.menu-note { border-radius: 12px; border-left: 8px solid var(--red); }
.gallery-section { background: #090909; }
.gallery figure { border-radius: 8px; }
.story-section { background: #fff; }
.story-photo::before { background: var(--red); }
.visit { background: #111; }
.map-card { background: #eaeaea; }
.map-card::before, .map-card::after { background: #cacaca; }
footer { border-top: 6px solid var(--red); }
@media(max-width:980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-shade { background: linear-gradient(180deg,rgba(0,0,0,.89),rgba(0,0,0,.74) 47%,rgba(0,0,0,.44)); }
  .full-menu-grid > .breakfast-card { grid-column: span 2; }
}
@media(max-width:680px) {
  .hero { min-height: 0; }
  .hero::after { inset: 10px; }
  .hero-copy { padding: 3rem 1.4rem 2rem; }
  h1 { font-size: clamp(2.65rem,10vw,3.6rem); }
  .hero-text { margin: 1.25rem 0; }
  .delivery-options { margin-top: 1.3rem; }
  .delivery-options .hero-actions { grid-template-columns: 1fr 1fr; }
  .delivery-options .button { padding: .7rem .5rem; font-size: .78rem; }
  .quick-info { margin-top: 1.5rem; }
  .hero-visual { min-height: 350px; }
  .hero-photo-main { top: 8%; height: 70%; }
  .hero-photo-two { bottom: 1%; }
  .flag-decor { z-index: 5; }
  .full-menu-grid > .breakfast-card { grid-column: 1; }
  .mobile-actions { background: #080808; }
}

/* Natural color and light, with screenshot controls outside the photo window. */
.hero-photo, .gallery img, .story-photo img { filter: saturate(1.13) contrast(1.035) brightness(1.045); }
.hero-island-bg { filter: saturate(1.08) brightness(1.025); }
.gallery-section .light-heading h2 { color: #fff; }
.gallery figure { box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.added-gallery { display: block; columns: 3; column-gap: .8rem; margin-top: .8rem; }
.added-gallery .screenshot-frame { position: relative; width: 100%; margin: 0 0 .8rem; break-inside: avoid; }
.gallery .screenshot-photo { position: absolute; top: 0; left: var(--photo-left); width: var(--photo-width); height: auto; max-width: none; transform: translateY(var(--photo-offset)); }
.gallery figure:hover .screenshot-photo { transform: translateY(var(--photo-offset)); }
@media(max-width:980px) { .added-gallery { columns: 2; } }
@media(max-width:680px) { .added-gallery { columns: 1; } }

/* A flowing script inspired by the Team Mum Mich logo. */
body, h1, h2, h3, button, input, select, textarea {
  font-family: "Lobster", "Brush Script MT", cursive;
  font-weight: 400;
}
body { font-size: 18px; line-height: 1.65; }
body * { letter-spacing: normal; text-transform: none; font-weight: 400; }
h1, h2 { line-height: 1.18; }
.eyebrow, .menu-kicker, .quick-info strong, .visit-details span,
.ticker, .island-badge, .menu-title-row > span, .menu-note span,
.header-call, nav a, .button, .delivery-options .button,
.menu-list span, .quick-info span, .combo-note, .visit-details strong,
.map-card b, footer { font-size: 1rem; }
.menu-list strong, .menu-list b, .drinks-list li { font-size: 1.125rem; }
.menu-title-row { flex-wrap: wrap; }
.brand-mark { font-family: Arial, sans-serif; font-weight: 800; }
.steelpan-player .music-credit { font-size: 1rem; }

/* Tropical drinks photography alongside the complete drinks menu. */
.drinks-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 1.25rem; align-items: center; }
.drinks-photo { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 8px; border: 2px solid rgba(255,255,255,.65); box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.drinks-content .drinks-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.drinks-content .drinks-list li { padding: .55rem .65rem; }
@media (max-width: 680px) {
  .drinks-content { grid-template-columns: minmax(0, 1fr); }
}
