:root {
  color-scheme: light;
  --ink: #3e271e;
  --ink-soft: #7d5c4c;
  --berry: #b74f67;
  --berry-deep: #7b2c42;
  --blush: #f5d9df;
  --petal: #fbf1ef;
  --honey: #c8912f;
  --honey-soft: #f6dfad;
  --mint: #b9d9cf;
  --mint-deep: #28665d;
  --sky: #d5e4ed;
  --cream: #fbf2e3;
  --paper: #fffdf8;
  --line: #4d3126;
  --shadow: rgba(62, 39, 30, .18);
  --display: "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  --body: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  background:
    radial-gradient(circle at 18% 12%, rgba(246, 223, 173, .72), transparent 20rem),
    radial-gradient(circle at 85% 18%, rgba(213, 228, 237, .72), transparent 18rem),
    linear-gradient(180deg, #fffaf3 0%, #fbf1ef 58%, #fff8e9 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle, rgba(200, 145, 47, .2) 1.5px, transparent 2px),
    radial-gradient(circle, rgba(40, 102, 93, .13) 1.5px, transparent 2px);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 3px solid var(--line);
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.brand-link img {
  width: 58px;
  height: 58px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  object-fit: cover;
  object-position: 42% 57%;
}

.brand-name {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1;
}

.brand-kicker {
  display: block;
  margin-top: 3px;
  color: var(--honey);
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 3px 3px 0 rgba(77, 49, 38, .86);
  color: var(--ink);
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.nav a:hover,
.button:hover,
.nav a[aria-current="page"] {
  background: var(--honey-soft);
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--line);
}

.button.primary {
  background: linear-gradient(180deg, #d7a246, #a76e1f);
  color: white;
}

.button.mint {
  background: var(--mint);
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 34px 0 48px;
}

.hero-copy {
  padding: 16px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--berry-deep);
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  letter-spacing: 0;
}

h1 {
  max-width: 9ch;
  font-size: clamp(3.2rem, 9vh, 6.7rem);
  line-height: .9;
}

h2 {
  font-size: clamp(2rem, 5vh, 3.4rem);
  line-height: .98;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.08;
}

.lead {
  max-width: 58ch;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-art {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.bun-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(92%, 520px);
  height: 365px;
  border: 4px solid var(--line);
  border-radius: 8px;
  background: url("golden-buns.jpg") center / cover no-repeat;
  box-shadow: 12px 12px 0 var(--honey), 0 24px 50px var(--shadow);
}

.mascot-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: min(64%, 340px);
  padding: 12px;
  border: 4px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--honey), 0 20px 42px var(--shadow);
}

.mascot-badge img {
  margin: 0 auto;
  width: 100%;
  height: 410px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 48% 45%;
}

.ribbon {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--berry-deep);
  color: white;
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 900;
  transform: rotate(3deg);
}

.section {
  padding: 54px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 42rem;
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card,
.menu-card,
.callout {
  border: 3px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 6px 6px 0 rgba(108, 67, 48, .18);
}

.card {
  padding: 22px;
}

.card .icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--honey-soft);
  font-size: 1.8rem;
}

.card:nth-child(2) .icon {
  background: var(--mint);
}

.card:nth-child(3) .icon {
  background: var(--sky);
}

.card p,
.menu-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.menu-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 24px;
  align-items: center;
  padding: 48px 0 26px;
}

.menu-hero .mascot {
  width: 250px;
  height: 250px;
  border: 3px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  object-fit: cover;
  object-position: 42% 57%;
  justify-self: end;
}

.menu-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 54px;
}

.menu-card {
  overflow: hidden;
}

.menu-card.feature {
  grid-column: span 2;
}

.menu-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 3px solid var(--line);
  background: linear-gradient(90deg, #f6dfad, #fff4d4);
}

.menu-card:nth-child(2n) header {
  background: linear-gradient(90deg, #f5d9df, #fff7f2);
}

.menu-card:nth-child(3n) header {
  background: linear-gradient(90deg, #b9d9cf, #f6fbf8);
}

.menu-card .tag {
  flex: none;
  padding: 6px 9px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--berry-deep);
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-card .body {
  padding: 18px;
}

.choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.choice-list li {
  padding: 7px 10px;
  border: 2px solid rgba(108, 67, 48, .38);
  border-radius: 8px;
  background: #fff9f1;
  color: var(--ink);
  font-family: var(--display);
  font-size: .9rem;
}

.callout {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 22px 0 54px;
  padding: 18px;
  background: linear-gradient(90deg, #fffdf8 0%, #fbf1ef 100%);
}

.callout img {
  width: 126px;
  height: 126px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  object-fit: cover;
  object-position: 42% 57%;
}

.footer {
  border-top: 3px solid var(--line);
  background: #fffaf3;
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 0;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: .9rem;
}

.footer a {
  color: var(--berry-deep);
}

.tv-body {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #241711;
}

.tv-frame {
  position: relative;
  width: min(100vw, 177.7778vh);
  height: min(100vh, 56.25vw);
  margin: auto;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(251, 241, 239, .95), rgba(246, 223, 173, .9)),
    url("golden-buns.jpg") left center / 42% 100% no-repeat;
}

.tv-frame::before {
  content: "";
  position: absolute;
  inset: 2.4%;
  border: .5vh solid var(--line);
  border-radius: 2vh;
  pointer-events: none;
}

.tv-mascot {
  position: absolute;
  left: 3.6%;
  top: 5%;
  width: 22vh;
  height: 22vh;
  border: .35vh solid var(--line);
  border-radius: 1vh;
  background: var(--paper);
  object-fit: cover;
  object-position: 42% 57%;
}

.tv-title {
  position: absolute;
  left: 4.2%;
  bottom: 8.5%;
  width: 32%;
  color: #fffaf1;
  text-shadow: 0 .3vh 1.2vh rgba(57, 33, 25, .45);
}

.tv-title h1 {
  max-width: 8ch;
  color: #fffaf1;
  font-size: 6.7vh;
}

.tv-title p {
  margin: 1.6vh 0 0;
  font-family: var(--display);
  font-size: 2.1vh;
  font-weight: 900;
}

.tv-menu {
  position: absolute;
  inset: 6% 4% 6% 39%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6vh;
}

.tv-panel {
  border: .36vh solid var(--line);
  border-radius: 1vh;
  background: rgba(255, 253, 248, .94);
  box-shadow: .7vh .7vh 0 rgba(108, 67, 48, .2);
  overflow: hidden;
}

.tv-panel.wide {
  grid-column: span 2;
}

.tv-panel h2 {
  padding: 1.2vh 1.5vh;
  border-bottom: .34vh solid var(--line);
  background: var(--honey-soft);
  font-size: 2.8vh;
}

.tv-panel:nth-child(2) h2 {
  background: var(--blush);
}

.tv-panel:nth-child(3) h2 {
  background: var(--mint);
}

.tv-panel ul {
  margin: 0;
  padding: 1.2vh 1.5vh 1.4vh;
  list-style: none;
}

.tv-panel li {
  display: flex;
  justify-content: space-between;
  gap: 2vh;
  padding: .72vh 0;
  border-bottom: .18vh dashed rgba(108, 67, 48, .35);
  font-family: var(--display);
  font-size: 2vh;
  line-height: 1.1;
}

.tv-panel li:last-child {
  border-bottom: 0;
}

.tv-panel span {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 1.5vh;
  font-weight: 700;
}

.tv-note {
  position: absolute;
  right: 4.6%;
  bottom: 2%;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.55vh;
}

.print-body {
  background: #e9dfd1;
}

.print-toolbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 2px solid var(--line);
  background: rgba(255, 250, 241, .96);
}

.letter {
  width: 8.5in;
  min-height: 11in;
  margin: 24px auto;
  padding: .32in;
  border: 2px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(87, 54, 43, .26);
}

.print-head {
  display: grid;
  grid-template-columns: 1.08in 1fr;
  gap: .15in;
  align-items: center;
  padding-bottom: .16in;
  border-bottom: 3px solid var(--line);
}

.print-head img {
  width: 1.02in;
  height: 1.02in;
  border: 2px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  object-position: 42% 57%;
}

.print-head h1 {
  max-width: none;
  font-size: 34px;
}

.print-head p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.print-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .11in;
  margin-top: .14in;
}

.print-box {
  min-height: .88in;
  padding: .1in;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff7fb;
}

.print-box:nth-child(2n) {
  background: #fff6d9;
}

.print-box:nth-child(3n) {
  background: #eef9f5;
}

.print-box h2 {
  font-size: 17px;
}

.print-box p,
.print-box li {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.28;
}

.print-box ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.print-box.feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .1in;
}

.laminate-note {
  margin-top: .12in;
  padding: .08in;
  border: 2px dashed var(--line);
  border-radius: 8px;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 860px) {
  .header-inner,
  .section-head,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .menu-hero,
  .menu-layout,
  .grid,
  .callout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 440px;
  }

  .mascot-badge {
    width: min(72%, 310px);
  }

  .bun-photo {
    height: 300px;
  }

  .menu-hero .mascot {
    justify-self: start;
  }

  .menu-card.feature {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 28px, 1120px);
  }

  .brand-link {
    min-width: 0;
  }

  .brand-link img {
    width: 48px;
    height: 48px;
  }

  .nav a,
  .button {
    min-height: 38px;
    padding: 8px 10px;
    font-size: .82rem;
  }

  h1 {
    font-size: 3.05rem;
  }

  .hero {
    gap: 24px;
    padding-top: 28px;
  }

  .lead {
    max-width: 31ch;
    margin-top: 14px;
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .eyebrow {
    font-size: .74rem;
    letter-spacing: .14em;
  }

  .hero-art {
    min-height: 370px;
  }

  .bun-photo {
    height: 250px;
  }
}

@media print {
  @page {
    size: Letter portrait;
    margin: 0;
  }

  body.print-body {
    background: white;
    width: 8.5in;
    height: 11in;
    overflow: hidden;
  }

  @page tv-menu {
    size: 16in 9in;
    margin: 0;
  }

  body.tv-body {
    width: 16in;
    min-height: 9in;
    background: white;
    page: tv-menu;
  }

  .tv-frame {
    width: 16in;
    height: 9in;
    margin: 0;
    box-shadow: none;
  }

  .print-toolbar {
    display: none;
  }

  .letter {
    width: 8.5in;
    min-height: 0;
    height: 10.99in;
    margin: 0;
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }
}
