:root {
  --blue: #064b7a;
  --blue-deep: #032f51;
  --blue-bright: #0e66a1;
  --cream: #fbf6e8;
  --cream-deep: #f0e6ce;
  --yellow: #f6c54d;
  --orange: #ec9a35;
  --aqua: #8fc9c8;
  --red: #d93538;
  --ink: #12202a;
  --muted: #5d6971;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 47, 81, .15);
  --radius: 28px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; color: var(--white); background: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 38px;
  padding: 7px 20px;
  color: var(--blue-deep);
  background: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.announcement a { text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(4, 67, 108, .96);
  border-bottom: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(12px);
}
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; line-height: 1; }
.brand-bow { display: grid; width: 39px; height: 30px; place-items: center; color: var(--yellow); border: 2px solid currentColor; border-radius: 50%; font-size: 1.45rem; font-weight: 900; }
.brand strong { display: block; font-size: 1.04rem; letter-spacing: .08em; }
.brand small { display: block; margin-top: 5px; font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a:not(.button) { position: relative; color: var(--white); text-decoration: none; font-size: .87rem; font-weight: 700; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.nav-links > a:hover::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(3, 47, 81, .22); }
.button-small { min-height: 40px; padding: 10px 18px; font-size: .75rem; }
.button-yellow { color: var(--blue-deep); background: var(--yellow); }
.button-blue { color: var(--white); background: var(--blue); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.5); }
.button.is-pending { cursor: pointer; }

.hero { position: relative; min-height: 730px; overflow: hidden; color: var(--white); background: var(--blue); }
.hero-pattern { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 8px 8px, var(--white) 1.5px, transparent 1.6px); background-size: 30px 30px; mask-image: linear-gradient(90deg, #000, transparent 56%); }
.hero::before { content: ""; position: absolute; top: -180px; right: -100px; width: 600px; height: 600px; border: 100px solid rgba(255,255,255,.035); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 690px; grid-template-columns: .92fr 1.35fr; align-items: center; gap: 58px; padding-block: 70px 110px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
.hero h1, .section h2, .truck-copy h2, .social-cta h2 { margin: 0; color: inherit; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6vw, 6.6rem); font-weight: 700; letter-spacing: -.055em; line-height: .89; }
.hero h1 em, .game-heading h2 em { display: inline-block; color: var(--yellow); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.08em; font-weight: 400; letter-spacing: -.02em; transform: rotate(-2deg); }
.hero-lead { max-width: 590px; margin: 28px 0 30px; color: rgba(255,255,255,.82); font-size: 1.09rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; gap: 38px; margin: 38px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; align-items: center; gap: 9px; }
.hero-facts strong { color: var(--yellow); font-size: 1.9rem; line-height: 1; }
.hero-facts span { max-width: 70px; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 46% 54% 44% 56% / 55% 42% 58% 45%; box-shadow: 0 40px 100px rgba(1, 30, 53, .48); transform: rotate(1.5deg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; border: 13px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.hero-image-wrap img { width: 100%; min-height: 480px; object-fit: cover; }
.sticker { position: absolute; top: -42px; right: -24px; display: grid; width: 146px; height: 118px; place-items: center; color: var(--blue-deep); background: var(--cream); border-radius: 51% 49% 40% 60% / 60% 42% 58% 40%; box-shadow: var(--shadow); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.7rem; font-weight: 700; line-height: .9; text-align: center; transform: rotate(9deg); }
.next-stop { position: absolute; left: -30px; bottom: -44px; width: 250px; padding: 20px 24px; color: var(--blue-deep); background: var(--yellow); border-radius: 20px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.next-stop-label { display: block; margin-bottom: 5px; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.next-stop strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.1; }
.next-stop > span:last-child { font-size: .84rem; font-weight: 700; }
.hero-wave { position: absolute; z-index: 2; right: -2%; bottom: -66px; left: -2%; height: 112px; background: var(--cream); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.section { padding-block: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .recipe-copy h2 { color: var(--blue-deep); font-size: clamp(2.7rem, 5vw, 4.9rem); }
.section-heading > p { max-width: 550px; margin: 0; color: var(--muted); }
.section-heading.centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered > p { margin: 17px auto 0; }

.tour-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 35px; align-items: stretch; }
.map-card { position: relative; min-height: 650px; overflow: hidden; color: var(--cream); background: var(--blue); border-radius: var(--radius); box-shadow: var(--shadow); }
.map-topline { position: absolute; z-index: 3; top: 24px; right: 27px; left: 27px; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.map-topline small { color: var(--yellow); font-size: inherit; }
.tahiti-map { width: 100%; height: 100%; min-height: 650px; }
.island-shadow { fill: rgba(1,31,53,.5); transform: translateY(10px); }
.island { fill: var(--cream-deep); filter: url(#map-shadow); }
.island-texture { fill: url(#map-lines); }
.route { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 8 12; }
.map-label { fill: var(--cream); font-size: 14px; font-weight: 800; text-anchor: middle; }
.map-marker { cursor: pointer; transform-box: fill-box; transform-origin: center; transition: transform .2s ease; }
.map-marker path { fill: var(--cream); stroke: var(--blue); stroke-width: 5; transition: fill .2s ease; }
.map-marker circle { fill: var(--blue); }
.map-marker text { fill: var(--white); font-size: 14px; font-weight: 900; text-anchor: middle; pointer-events: none; }
.map-marker:hover, .map-marker.is-active, .map-marker:focus { outline: none; transform: scale(1.16); }
.map-marker:hover path, .map-marker.is-active path, .map-marker:focus path { fill: var(--yellow); }
.map-note { position: absolute; right: 25px; bottom: 18px; margin: 0; color: rgba(255,255,255,.58); font-size: .67rem; }
.stop-list { display: flex; flex-direction: column; gap: 13px; }
.stop-card { display: grid; min-height: 126px; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; padding: 20px 23px; background: rgba(255,255,255,.68); border: 2px solid transparent; border-radius: 20px; outline: none; transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.stop-card:hover, .stop-card.is-active, .stop-card:focus-visible { background: var(--white); border-color: var(--yellow); box-shadow: 0 12px 35px rgba(3,47,81,.1); transform: translateX(5px); }
.stop-number { display: grid; width: 50px; height: 50px; place-items: center; color: var(--cream); background: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.stop-card p { margin: 0 0 1px; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stop-card h3 { margin: 0; color: var(--blue-deep); font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.25; }
.stop-card div > span { color: var(--muted); font-size: .82rem; }
.stop-card a { color: var(--blue); font-size: .75rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.schedule-note { margin: 8px 8px 0; color: var(--muted); font-size: .77rem; }

.truck-break { overflow: hidden; color: var(--white); background: var(--blue-deep); }
.truck-break-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 610px; align-items: center; gap: 66px; }
.truck-photo { align-self: stretch; margin-left: calc((100vw - min(var(--container), calc(100vw - 40px))) / -2); }
.truck-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.truck-copy { padding: 70px 0; }
.truck-copy h2 { max-width: 540px; font-size: clamp(2.8rem, 5vw, 5rem); }
.truck-copy p:not(.eyebrow) { max-width: 520px; margin: 24px 0; color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span:last-child { font-size: 1.35rem; }
.text-link.light { color: var(--yellow); }

.menu-section { background: #fffdf7; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.menu-card { position: relative; display: flex; min-height: 500px; overflow: hidden; flex-direction: column; padding: 23px; color: var(--white); border-radius: 25px; box-shadow: 0 18px 45px rgba(3,47,81,.12); transition: transform .25s ease; }
.menu-card:hover { transform: translateY(-7px) rotate(.4deg); }
.menu-card::before { content: ""; position: absolute; top: 83px; right: -65px; width: 210px; height: 210px; border: 34px solid rgba(255,255,255,.1); border-radius: 50%; }
.menu-card.curry { background: var(--orange); }
.menu-card.chili { background: var(--red); }
.menu-card.garlic { background: #47979a; }
.menu-card.brownie { background: #563a31; }
.menu-card-top { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; }
.menu-card-top > span { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.menu-card-top b { font-size: .65rem; letter-spacing: .08em; line-height: 1.25; text-align: right; text-transform: uppercase; }
.dish-symbol { position: relative; display: grid; min-height: 165px; place-items: center; color: rgba(255,255,255,.18); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(3rem, 5vw, 4.9rem); letter-spacing: -.04em; transform: rotate(-7deg); }
.menu-card-copy { position: relative; z-index: 1; margin-top: auto; }
.menu-card h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.03; }
.menu-card p { min-height: 88px; margin: 0 0 20px; color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.45; }
.menu-card button { cursor: pointer; display: inline-flex; width: 100%; align-items: center; justify-content: space-between; padding: 13px 0 0; color: var(--white); background: none; border: 0; border-top: 1px solid rgba(255,255,255,.32); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.recipes { background: var(--cream); }
.recipe-feature { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.recipe-image { position: relative; }
.recipe-image img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; border-radius: 51% 49% 45% 55% / 49% 44% 56% 51%; box-shadow: var(--shadow); }
.recipe-image > span { position: absolute; top: 5%; right: -4%; display: grid; width: 125px; height: 105px; place-items: center; color: var(--blue-deep); background: var(--yellow); border-radius: 54% 46% 58% 42%; font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.55rem; font-weight: 700; line-height: .9; text-align: center; transform: rotate(8deg); }
.recipe-copy h2 { font-family: Georgia, serif; line-height: .95; }
.recipe-copy > p:not(.eyebrow) { color: var(--muted); }
.recipe-links { margin: 28px 0 27px; border-top: 1px solid rgba(3,47,81,.16); }
.recipe-links button { cursor: pointer; display: grid; width: 100%; grid-template-columns: 35px 1fr auto; gap: 10px; padding: 15px 0; color: var(--blue-deep); background: none; border: 0; border-bottom: 1px solid rgba(3,47,81,.16); font-weight: 800; text-align: left; }
.recipe-links button span { color: var(--orange); font-family: Georgia, serif; }
.recipe-links button b { transition: transform .2s ease; }
.recipe-links button:hover b { transform: translateX(5px); }

.game { color: var(--white); background: var(--blue); }
.game-panel { position: relative; display: grid; grid-template-columns: .92fr 1.1fr .8fr; gap: 45px; align-items: center; }
.game-panel::before { content: ""; position: absolute; top: -70px; left: 30%; width: 160px; height: 160px; border: 32px solid rgba(255,255,255,.05); border-radius: 50%; }
.game-heading h2 { color: var(--white); font-family: Georgia, serif; font-size: clamp(2.9rem, 5vw, 5.1rem); line-height: .9; }
.game-heading p:last-child { color: rgba(255,255,255,.73); }
.game-steps { margin: 0; padding: 0; list-style: none; }
.game-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.game-steps li > span { display: grid; width: 49px; height: 49px; place-items: center; color: var(--blue-deep); background: var(--yellow); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.game-steps h3 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; }
.game-steps p { margin: 3px 0 0; color: rgba(255,255,255,.65); font-size: .85rem; line-height: 1.45; }
.prize-card { padding: 32px; color: var(--blue-deep); background: var(--cream); border-radius: 27px; box-shadow: 0 30px 80px rgba(1,30,53,.32); transform: rotate(1.2deg); }
.prize-kicker { display: inline-block; padding: 5px 9px; color: var(--white); background: var(--red); border-radius: 7px; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.prize-card strong { display: block; margin: 18px 0; font-family: Georgia, serif; font-size: 2.35rem; line-height: .95; }
.prize-card strong span { color: var(--blue); font-size: .62em; line-height: 1.1; }
.prize-card p { color: var(--muted); font-size: .85rem; }
.prize-card .button { width: 100%; margin-top: 12px; }
.rules-link { display: block; margin: 15px 0; color: var(--blue); font-size: .72rem; font-weight: 800; text-align: center; text-underline-offset: 3px; }
.prize-card small { display: block; color: #7c858b; font-size: .65rem; line-height: 1.4; text-align: center; }

.social-cta { padding: 70px 0; background: var(--yellow); }
.social-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.social-cta h2 { color: var(--blue-deep); font-size: clamp(2.4rem, 4vw, 4rem); }
.social-cta p:last-child { margin-bottom: 0; color: #5d563f; }

.footer { padding: 52px 0; color: var(--white); background: var(--blue-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer-inner > p { color: var(--yellow); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.6rem; }
.footer-inner > small { justify-self: end; color: rgba(255,255,255,.5); font-size: .67rem; }

.recipe-dialog { width: min(840px, calc(100% - 30px)); max-height: calc(100vh - 40px); padding: 42px; color: var(--ink); background: var(--cream); border: 0; border-radius: 25px; box-shadow: 0 40px 100px rgba(2,29,50,.42); }
.recipe-dialog::backdrop { background: rgba(3, 37, 61, .76); backdrop-filter: blur(6px); }
.dialog-close { cursor: pointer; position: absolute; top: 14px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--blue); border: 0; border-radius: 50%; font-size: 1.55rem; line-height: 1; }
.recipe-tag { margin: 0 0 6px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.recipe-dialog > h2 { margin: 0 45px 28px 0; color: var(--blue-deep); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.dialog-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.dialog-columns h3 { color: var(--blue); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.dialog-columns ul, .dialog-columns ol { padding-left: 20px; }
.dialog-columns li { margin-bottom: 8px; color: var(--muted); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr 1.12fr; gap: 38px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .game-panel { grid-template-columns: 1fr 1fr; }
  .prize-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0 30px; transform: none; }
  .prize-card .prize-kicker, .prize-card strong, .prize-card p { grid-column: 1; }
  .prize-card .button, .prize-card .rules-link, .prize-card small { grid-column: 2; }
  .prize-card .button { grid-row: 1 / span 2; align-self: end; }
}

@media (max-width: 820px) {
  .announcement { justify-content: space-between; font-size: .64rem; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 20px 22px; background: var(--blue-deep); border-top: 1px solid rgba(255,255,255,.15); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 12px 0; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 650px; }
  .hero-image-wrap img { min-height: 400px; }
  .hero-visual { margin-top: 30px; }
  .tour-layout, .truck-break-grid, .recipe-feature { grid-template-columns: 1fr; }
  .map-card { min-height: 550px; }
  .tahiti-map { min-height: 550px; }
  .truck-photo { min-height: 500px; margin-left: 0; }
  .truck-copy { padding: 0 0 70px; }
  .recipe-feature { gap: 55px; }
  .recipe-image { width: min(620px, 92%); }
  .recipe-image img { aspect-ratio: 5 / 4; }
  .game-panel { grid-template-columns: 1fr; }
  .prize-card { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .announcement > span { max-width: 210px; line-height: 1.25; }
  .announcement a { white-space: nowrap; }
  .section { padding-block: 78px; }
  .hero-grid { padding-bottom: 105px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-lead { font-size: .97rem; }
  .hero-facts { gap: 20px; }
  .hero-image-wrap { border-radius: 25px; transform: none; }
  .hero-image-wrap img { min-height: 310px; }
  .sticker { top: -34px; right: -8px; width: 108px; height: 90px; font-size: 1.27rem; }
  .next-stop { left: 12px; bottom: -55px; width: 225px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .map-card, .tahiti-map { min-height: 450px; }
  .stop-card { grid-template-columns: 50px 1fr; gap: 12px; padding: 16px; }
  .stop-card a { grid-column: 2; }
  .stop-number { width: 44px; height: 44px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 440px; }
  .truck-photo { min-height: 380px; }
  .recipe-image { width: 95%; }
  .recipe-image img { aspect-ratio: 4 / 4.5; }
  .game-panel { gap: 34px; }
  .prize-card { display: block; }
  .social-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-inner > p { margin: 0; }
  .footer-inner > small { justify-self: center; }
  .recipe-dialog { padding: 36px 23px 25px; }
  .dialog-columns { grid-template-columns: 1fr; gap: 18px; }
}
