:root {
  --blue: #1259a7;
  --blue-dark: #083d78;
  --orange: #ef5a2b;
  --cream: #f8f1e5;
  --paper: #fffdf8;
  --ink: #161616;
  --muted: #68635c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--blue-dark); font-weight: 800; transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.topbar { display: flex; justify-content: space-between; padding: 8px 5vw; background: var(--blue-dark); color: #fff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.topbar a { color: #ffb295; font-weight: 700; }
header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 98px; padding: 0 5vw; border-bottom: 1px solid #0002; background: #fffdf8ee; backdrop-filter: blur(10px); }
.brand img { width: 285px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.cta { padding: 13px 19px; background: var(--orange); color: #fff; }
#toggle { display: none; padding: 10px 14px; border: 1px solid #0003; background: transparent; color: var(--blue-dark); cursor: pointer; font: 700 12px "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: calc(100vh - 134px); background: url("images/hero-seafood.jpg") center / cover; }
.shade { position: absolute; inset: 0; background: linear-gradient(90deg, #031932f2, #03193296 60%, #03193220); }
.hero-copy { position: relative; z-index: 2; width: min(960px, 90vw); padding: 10vw 0 8vw 7vw; color: #fff; }
.eyebrow { color: #ffc2aa; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--orange); }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", sans-serif; line-height: .98; text-transform: uppercase; }
h1 { margin-bottom: 25px; font-size: clamp(76px, 10vw, 150px); letter-spacing: -.045em; }
h1 span { color: #ff986f; }
.hero-copy > p { max-width: 720px; color: #fffc; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.orange { background: var(--orange); color: #fff; }
.blue { background: var(--blue); color: #fff; }
.ghost { border-color: #fff; color: #fff; }
.outline { border-color: #111; }
.badge { position: absolute; right: 4vw; bottom: 4vw; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 160px; height: 160px; border-radius: 50%; background: var(--orange); color: #fff; text-align: center; }
.badge strong { font-family: "Barlow Condensed", sans-serif; font-size: 54px; line-height: 1; }
.badge span { max-width: 100px; font-size: 10px; text-transform: uppercase; }

.ticker { overflow: hidden; padding: 14px 0; background: var(--orange); color: #fff; }
.ticker div { white-space: nowrap; font-weight: 800; letter-spacing: .16em; animation: scroll 26s linear infinite; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section { padding: 110px 7vw; }
.label { margin-bottom: 64px; padding-bottom: 18px; border-bottom: 1px solid #0002; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.section h2, .order h2 { font-size: clamp(58px, 7.6vw, 108px); letter-spacing: -.04em; }
.copy .lead { color: #333; font-size: 22px; }
.copy p, .events p, .visit p { color: var(--muted); }
.textlink { padding-bottom: 4px; border-bottom: 1px solid; font-weight: 800; }

.favorites { background: var(--cream); }
.head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.head h2 { margin-bottom: 0; }
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 410px; background: #fff; }
.pic { background-position: center; background-size: cover; }
.salmon { background-image: url("images/salmon-philly.jpg"); }
.shrimp { background-image: url("images/shrimp-platter.jpg"); }
.catfish { background-image: url("images/catfish.jpg"); }
.poboy { background-image: url("images/shrimp-poboy.jpg"); }
.card > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.card span { color: var(--orange); font-size: 10px; font-weight: 800; }
.card h3 { margin: 28px 0 12px; font-size: 42px; }
.card p { color: var(--muted); }
.card b { margin-top: auto; padding-top: 16px; border-top: 1px solid #0002; color: var(--blue); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.order { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--blue-dark); color: #fff; }
.order-pic { background: url("images/order-spread.jpg") center / cover; }
.order-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw; }
.order-copy > p { color: #fffc; }
.options a { display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; padding: 17px 0; border-bottom: 1px solid #fff3; }
.options span { color: #ff986f; }
.options em { color: #98bde3; font-size: 12px; font-style: normal; }
.event-list article { margin-bottom: 14px; padding: 30px; border-left: 5px solid var(--orange); background: var(--cream); }
.event-list span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.event-list strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 34px; text-transform: uppercase; }

.review { display: flex; align-items: center; min-height: 720px; padding: 9vw 7vw; background: linear-gradient(90deg, #041c39ed, #041c394d), url("images/review-table.jpg") center / cover; color: #fff; }
.review blockquote { max-width: 1100px; margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(52px, 7vw, 100px); line-height: 1.03; text-transform: uppercase; }
.visit { background: #dfe9f2; }
.info { padding: 48px; background: #fff; box-shadow: 20px 20px 0 var(--orange); }
.info img { width: 300px; margin-bottom: 30px; }
.info div { display: flex; justify-content: space-between; gap: 25px; padding: 16px 0; border-top: 1px solid #0002; font-size: 13px; }
.info div strong { text-align: right; }
.info > p { font-size: 10px; }
.final { display: flex; align-items: center; min-height: 730px; padding: 9vw 7vw; background: linear-gradient(90deg, #041c39f0, #041c3933), url("images/final-table.jpg") center / cover; color: #fff; }
.final img { width: 420px; }
.final h2 { font-size: clamp(76px, 10vw, 145px); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 64px 7vw 28px; background: #071f3c; color: #fff; }
footer img { width: 280px; }
footer p { color: #9eb8d4; }
footer div { display: flex; justify-content: flex-end; gap: 18px; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #fff2; color: #7891aa; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s, transform .75s; }
.reveal.visible { opacity: 1; transform: none; }
button, a { transition: color .2s, background-color .2s, border-color .2s, transform .2s; }
a:focus-visible, button:focus-visible { outline: 3px solid #ffb295; outline-offset: 4px; }
nav > a:not(.cta):hover, .textlink:hover, footer a:hover { color: var(--orange); }
.btn:hover, .cta:hover { transform: translateY(-2px); }
.orange:hover { background: #d94b21; }
.blue:hover { background: #0a4b8f; }
.ghost:hover { background: #fff; color: var(--blue-dark); }
.outline:hover { background: var(--ink); color: #fff; }
.options a:hover { padding-left: 10px; background: #ffffff0a; }

@media (max-width: 900px) {
  #toggle { display: block; }
  nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 28px 5vw; background: #fff; box-shadow: 0 18px 30px #061a3030; }
  nav.open { display: flex; }
  nav a { padding: 8px 0; }
  .two, .order { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .order-pic { min-height: 450px; }
}

@media (max-width: 650px) {
  .topbar span { display: none; }
  .topbar { justify-content: center; }
  header { height: 80px; }
  .brand img { width: 220px; }
  .hero { min-height: 760px; }
  .hero-copy { padding: 110px 7vw 90px; }
  .hero-copy > p { font-size: 17px; }
  h1 { font-size: clamp(62px, 20vw, 92px); }
  .badge { display: none; }
  .section { padding: 78px 6vw; }
  .head { display: block; }
  .head .btn { margin-top: 20px; }
  .card { grid-template-columns: 1fr; }
  .card h3 { font-size: 38px; }
  .pic { min-height: 300px; }
  .order-copy { padding: 78px 7vw; }
  .options a { grid-template-columns: 36px 1fr; }
  .options em { grid-column: 2; }
  .info { padding: 34px 24px; box-shadow: 10px 10px 0 var(--orange); }
  .final img { width: min(340px, 90vw); }
  footer { grid-template-columns: 1fr; }
  footer div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  button, a { transition: none; }
}
