:root {
  --ink: #191713;
  --cream: #fff8e8;
  --paper: #f7edd6;
  --coral: #ff5c39;
  --teal: #008b88;
  --butter: #f9ca3f;
  --leaf: #70a855;
  --blue: #224c72;
  --line: rgba(25, 23, 19, 0.14);
  --shadow: 0 24px 70px rgba(25, 23, 19, 0.22);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 248, 232, 0.28);
  background: rgba(25, 23, 19, 0.82);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-logo-frame {
  width: 132px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--butter);
  background: var(--cream);
  padding: 7px 10px;
  box-shadow: 5px 5px 0 rgba(255, 92, 57, 0.72);
  transform: rotate(-2deg);
}

.brand-logo {
  width: 100%;
  height: auto;
  display: block;
}

.brand span:last-child {
  letter-spacing: -0.04em;
}

.links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.links a {
  opacity: 0.86;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.links a:hover {
  color: var(--butter);
  opacity: 1;
}

.links .pill-link {
  padding: 10px 15px;
  border: 1px solid rgba(255, 248, 232, 0.38);
  background: rgba(255, 248, 232, 0.1);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 248, 232, 0.36);
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(25, 23, 19, 0.82), rgba(25, 23, 19, 0.2) 54%, rgba(25, 23, 19, 0.64)),
    url("images/rwbpancakes.jpeg");
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 248, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 232, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 54px;
}

.kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  background: var(--butter);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

h1,
h2,
.big-type {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  max-width: 870px;
  font-size: clamp(52px, 10vw, 120px);
  letter-spacing: 0.01em;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 590px;
  margin-top: 24px;
  color: rgba(255, 248, 232, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
}

.hero-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid transparent;
  background: var(--coral);
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 5px 5px 0 var(--ink);
}

.button.alt {
  border-color: rgba(255, 248, 232, 0.8);
  background: rgba(255, 248, 232, 0.08);
}

.hero-ticket {
  width: min(360px, 100%);
  border: 2px solid rgba(255, 248, 232, 0.8);
  background: rgba(25, 23, 19, 0.72);
  box-shadow: var(--shadow);
}

.ticket-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-bottom: 1px dashed rgba(255, 248, 232, 0.44);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ticket-line:last-child {
  border-bottom: 0;
}

.marquee {
  display: flex;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  border-block: 3px solid var(--coral);
}

.marquee-track {
  min-width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 28px;
  padding: 14px 0;
  animation: drift 24s linear infinite;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.marquee span {
  color: var(--butter);
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: clamp(42px, 7vw, 84px);
  color: var(--ink);
}

.section-head p {
  max-width: 560px;
  color: rgba(25, 23, 19, 0.68);
  font-size: 18px;
  font-weight: 700;
}

.vibe-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  min-height: 620px;
}

.photo-panel,
.color-panel,
.note-panel {
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(25, 23, 19, 0.16);
}

.photo-panel {
  position: relative;
  min-height: 420px;
}

.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 6px 6px 0 var(--coral);
}

.side-stack {
  display: grid;
  gap: 18px;
}

.color-panel {
  display: grid;
  align-content: space-between;
  min-height: 292px;
  padding: 26px;
  background: var(--teal);
  color: var(--cream);
}

.color-panel .big-type {
  font-size: clamp(42px, 5vw, 68px);
}

.color-panel p,
.note-panel p {
  font-weight: 800;
}

.note-panel {
  display: grid;
  align-content: space-between;
  min-height: 292px;
  padding: 26px;
  background: var(--butter);
}

.note-panel .small-title {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.menu-band {
  background: var(--paper);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.menu-layout {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 40px;
  align-items: start;
}

.menu-intro {
  position: sticky;
  top: 102px;
}

.menu-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 78px);
}

.menu-intro p {
  color: rgba(25, 23, 19, 0.68);
  font-size: 18px;
  font-weight: 700;
}

.menu-items {
  display: grid;
  gap: 12px;
}

.menu-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 6px 6px 0 rgba(25, 23, 19, 0.12);
}

.menu-item img {
  width: 120px;
  height: 100px;
  object-fit: cover;
  border: 2px solid var(--ink);
}

.menu-item h3 {
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.menu-item p {
  color: rgba(25, 23, 19, 0.64);
  font-size: 14px;
  font-weight: 700;
}

.price {
  padding: 8px 10px;
  background: var(--leaf);
  color: var(--cream);
  font-weight: 900;
}

.locals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.local-card {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 8px 8px 0 rgba(25, 23, 19, 0.12);
}

.local-card:nth-child(2) {
  background: var(--blue);
  color: var(--cream);
}

.local-card:nth-child(3) {
  background: var(--coral);
  color: var(--cream);
}

.local-card span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.local-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.local-card p {
  font-weight: 800;
}

.visit {
  padding: 96px max(16px, calc((100vw - 1160px) / 2));
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: stretch;
}

.visit-copy {
  display: grid;
  align-content: space-between;
  min-height: 420px;
  padding: 30px;
  border: 2px solid rgba(255, 248, 232, 0.5);
  background: rgba(255, 248, 232, 0.05);
}

.visit-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(42px, 6vw, 82px);
}

.visit-copy p {
  color: rgba(255, 248, 232, 0.72);
  font-weight: 700;
}

.visit-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 900;
}

.map {
  min-height: 420px;
  border: 2px solid rgba(255, 248, 232, 0.5);
  background: var(--cream);
  overflow: hidden;
  box-shadow: 10px 10px 0 rgba(255, 92, 57, 0.7);
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.social-grid {
  display: grid;
  grid-template-columns: 0.8fr minmax(300px, 500px);
  gap: 28px;
  align-items: stretch;
}

.social-cta {
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 30px;
  border: 2px solid var(--ink);
  background: var(--blue);
  color: var(--cream);
  box-shadow: 8px 8px 0 rgba(25, 23, 19, 0.16);
}

.social-cta span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.8;
}

.social-cta .big-type {
  font-size: clamp(34px, 4vw, 56px);
}

.social-cta .button {
  width: fit-content;
}

.fb-frame {
  border: 2px solid var(--ink);
  background: var(--cream);
  overflow: hidden;
  box-shadow: 8px 8px 0 rgba(255, 92, 57, 0.7);
}

.fb-frame iframe {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px max(16px, calc((100vw - 1160px) / 2));
  background: var(--coral);
  color: var(--cream);
  font-weight: 900;
}

.footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .links {
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 2px solid rgba(255, 248, 232, 0.4);
    background: rgba(25, 23, 19, 0.96);
  }

  .links.open {
    display: flex;
  }

  .links a {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 248, 232, 0.18);
  }

  .links .pill-link {
    border: 0;
    background: var(--coral);
  }

  .hero {
    min-height: 940px;
    align-items: center;
  }

  .hero-row,
  .section-head,
  .vibe-grid,
  .menu-layout,
  .visit,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .hero-row {
    display: grid;
  }

  .menu-intro {
    position: static;
  }

  .locals {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    display: none;
  }

  .brand-logo-frame {
    width: 118px;
    height: 48px;
    padding: 6px 9px;
  }

  .hero {
    min-height: 860px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero-inner {
    padding-top: 118px;
  }

  .section,
  .menu-layout,
  .visit {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .menu-item {
    grid-template-columns: 72px 1fr;
  }

  .menu-item img {
    width: 72px;
    height: 72px;
  }

  .price {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .marquee-track {
    min-width: max-content;
    justify-content: flex-start;
    gap: 18px;
    padding: 12px 0;
    font-size: 11px;
  }

  .marquee-track p {
    flex: 0 0 auto;
  }
}
