@font-face {
  font-family: "Alfa Slab One";
  src: url("fonts/alfa-slab-one.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --comal: #2a1a12;
  --comal-soft: #6b4a36;
  --chile: #b3241b;
  --terracotta: #b8512a;
  --turquoise: #0b7471;
  --turquoise-bright: #3db5ae;
  --sunflower: #f4b32a;
  --masa: #fbf3e3;
  --masa-deep: #f3e3c6;
  --chalk: #22302b;
  --chalk-line: #f1ebdd;
  --slab: "Alfa Slab One", "Rockwell Extra Bold", Rockwell, "Roboto Slab", Georgia, serif;
  --sans: "Rubik", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --wrap: 76rem;
  --gut: clamp(1rem, 4vw, 2.5rem);
  --picado: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='68' viewBox='0 0 240 68'%3E%3Cpath d='M0 5H240' stroke='%232a1a12' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' fill='%23b3241b' d='M6 5h48v46a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0zM30 17l8 11l-8 11l-8-11zM12 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM42 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM12 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM42 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0z'/%3E%3Cpath fill-rule='evenodd' fill='%233db5ae' d='M66 5h48v46a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0zM90 17l8 11l-8 11l-8-11zM72 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM102 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM72 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM102 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0z'/%3E%3Cpath fill-rule='evenodd' fill='%23f4b32a' d='M126 5h48v46a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0zM150 17l8 11l-8 11l-8-11zM132 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM162 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM132 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM162 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0z'/%3E%3Cpath fill-rule='evenodd' fill='%23b8512a' d='M186 5h48v46a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0a6 6 0 0 1-12 0zM210 17l8 11l-8 11l-8-11zM192 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM222 15a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM192 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0zM222 42a3 3 0 1 0 6 0a3 3 0 1 0-6 0z'/%3E%3C/svg%3E");
  --tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Crect width='56' height='56' fill='%230b7471'/%3E%3Ccircle cx='28' cy='28' r='19' fill='%23fbf3e3'/%3E%3Cg fill='%23b8512a'%3E%3Cpath d='M28 27c-6-5-6-11 0-17c6 6 6 12 0 17z'/%3E%3Cpath d='M28 29c-6 5-6 11 0 17c6-6 6-12 0-17z'/%3E%3Cpath d='M27 28c-5-6-11-6-17 0c6 6 12 6 17 0z'/%3E%3Cpath d='M29 28c5-6 11-6 17 0c-6 6-12 6-17 0z'/%3E%3C/g%3E%3Ccircle cx='28' cy='28' r='4' fill='%23f4b32a'/%3E%3Cg fill='%23b3241b'%3E%3Ccircle cx='0' cy='0' r='8'/%3E%3Ccircle cx='56' cy='0' r='8'/%3E%3Ccircle cx='0' cy='56' r='8'/%3E%3Ccircle cx='56' cy='56' r='8'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--masa);
  color: var(--comal);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  overflow-x: clip;
}

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

h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }

a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; }

:focus-visible {
  outline: 3px solid var(--sunflower);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--comal);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--comal);
  color: var(--masa);
  padding: .8rem 1.1rem;
  font-weight: 700;
}
.skip:focus { left: 1rem; top: 1rem; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gut)); margin: 0 auto; padding: 0 var(--gut); }

.demobar {
  background: var(--comal);
  color: var(--masa);
  font-size: .8125rem;
  line-height: 1.45;
  text-align: center;
  padding: .5rem var(--gut);
}
.demobar a { color: var(--sunflower); font-weight: 600; }

.ribbon {
  background: var(--sunflower);
  color: var(--comal);
  text-align: center;
  font-weight: 800;
  font-size: .8125rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.35;
  padding: .6rem var(--gut);
}
.ribbon span { display: inline-block; }
.ribbon b { display: inline-block; margin: 0 .6em; color: var(--chile); font-size: 1.2em; line-height: 1; }
@media (max-width: 29.99rem) { .ribbon span { display: block; } .ribbon b { display: none; } }

.top { position: relative; z-index: 30; background: var(--chile); color: #fff; }
.top__in {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.75rem;
}

.mark {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-family: var(--slab);
  font-size: clamp(1.55rem, 5vw, 2.1rem);
  line-height: 1;
  color: var(--masa);
  padding: .55rem 0;
  margin-right: auto;
  letter-spacing: .01em;
  text-shadow: 3px 3px 0 var(--comal);
}
.mark span {
  font-family: var(--sans);
  font-weight: 700;
  font-size: .6875rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: .35rem;
}

.nav { display: none; }
.nav ul { display: flex; gap: .15rem; }
.nav a {
  display: block;
  padding: .75rem .7rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.nav a:hover { border-bottom-color: var(--masa); }
.nav a[aria-current="page"] { border-bottom-color: var(--sunflower); }

.icon { width: 1.15em; height: 1.15em; flex: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3rem;
  padding: .7rem 1.25rem;
  border: 3px solid var(--comal);
  background: var(--masa);
  color: var(--comal);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--comal);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--comal); }
.btn:focus-visible { box-shadow: 0 0 0 3px var(--comal); }
.btn--red { background: var(--chile); color: #fff; }
.btn--sun { background: var(--sunflower); color: var(--comal); }
.btn--turq { background: var(--turquoise); color: #fff; }
.btn--big { font-size: 1.125rem; padding: .85rem 1.5rem; min-height: 3.5rem; }

.top__call, .top__order { display: none; }
.top__call { font-family: var(--slab); font-weight: 400; font-size: 1.125rem; letter-spacing: .02em; }

.more { position: static; }
.more summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 3rem;
  padding: .55rem 1rem;
  border: 3px solid var(--masa);
  font-weight: 800;
  font-size: .9375rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.more summary::-webkit-details-marker { display: none; }
.more[open] summary { background: var(--masa); color: var(--chile); }
.more nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--comal);
  border-top: 4px solid var(--sunflower);
  padding: .75rem var(--gut) 1.25rem;
}
.more ul { max-width: var(--wrap); margin: 0 auto; }
.more a {
  display: block;
  padding: .7rem 0;
  font-family: var(--slab);
  font-size: 1.5rem;
  color: var(--masa);
  text-decoration: none;
  border-bottom: 2px solid rgba(251, 243, 227, .14);
}
.more a[aria-current="page"] { color: var(--sunflower); }
.more a[aria-current="page"]::after { content: "  \2022  you are here"; font-family: var(--sans); font-size: .8125rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.actionbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--comal);
}
.actionbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.6rem;
  font-weight: 800;
  font-size: 1.0625rem;
  text-decoration: none;
}
.actionbar a:focus-visible { outline-offset: -6px; box-shadow: inset 0 0 0 3px var(--comal); }
.actionbar__call { background: var(--sunflower); color: var(--comal); border-right: 3px solid var(--comal); }
.actionbar__order { background: var(--chile); color: #fff; }

body { padding-bottom: 3.8rem; }

.top__call, .top__order { white-space: nowrap; }
@media (min-width: 62rem) {
  .top__order { display: inline-flex; }
}
@media (min-width: 44rem) {
  .top__call { display: inline-flex; }
  .actionbar { display: none; }
  body { padding-bottom: 0; }
  .top__in { gap: 1rem; min-height: 5.5rem; }
}

@media (min-width: 80rem) {
  .nav { display: block; margin-right: .5rem; }
  .more { display: none; }
}

.picado {
  height: 68px;
  background: var(--picado) repeat-x 0 0;
  background-size: 240px 68px;
}
.picado--flip { transform: scaleX(-1); }
.tiles {
  height: 56px;
  background: var(--tile) repeat-x 0 0;
  background-size: 56px 56px;
  border-top: 4px solid var(--comal);
}

.hero { position: relative; }
.hero__photo { position: relative; border-bottom: 4px solid var(--comal); }
.hero__photo img {
  width: 100%;
  height: clamp(16rem, 62vw, 42rem);
  object-fit: cover;
  object-position: 55% 50%;
}
.hero__under { display: grid; gap: 2rem; padding-bottom: 3rem; }

.herocard {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
  background: var(--turquoise);
  color: #fff;
  border: 4px solid var(--comal);
  box-shadow: 10px 10px 0 var(--comal);
  padding: 1.5rem 1.25rem 1.6rem;
}
.herocard__kicker {
  font-weight: 800;
  font-size: .8125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--masa);
}
.herocard h1 {
  font-family: var(--slab);
  font-weight: 400;
  font-size: clamp(2.35rem, 9.5vw, 4.4rem);
  line-height: .98;
  letter-spacing: .005em;
  margin: .6rem 0 1.25rem;
}
.herocard h1 span { display: block; }
.herocard h1 .alt { color: var(--sunflower); text-shadow: 3px 3px 0 var(--comal); }

.today {
  background: var(--masa);
  color: var(--comal);
  border: 3px solid var(--comal);
  padding: .9rem 1rem 1rem;
}
.status { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .7rem; margin-bottom: .6rem; font-weight: 700; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--turquoise);
  color: #fff;
  font-weight: 800;
  font-size: .8125rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .6rem;
}
.badge::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--sunflower); }
.badge--closed { background: var(--chile); }
.weekhours { display: grid; gap: .1rem; font-size: .9375rem; }
.weekhours li { display: flex; justify-content: space-between; gap: 1rem; }
.weekhours b { font-weight: 700; }
.herocard .acts { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.25rem; }

.perks { display: grid; gap: 1.25rem; }
.perks li { padding-left: 1rem; border-left: 8px solid var(--chile); }
.perks li:nth-child(2) { border-left-color: var(--turquoise); }
.perks li:nth-child(3) { border-left-color: var(--sunflower); }
.perks b { display: block; font-family: var(--slab); font-weight: 400; font-size: 1.35rem; line-height: 1.15; margin-bottom: .2rem; }
.perks p { max-width: 30rem; }

@media (min-width: 44rem) {
  .herocard { padding: 2rem 2rem 2.1rem; margin-top: -8rem; max-width: 36rem; }
  .perks { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 64rem) {
  .hero__under { grid-template-columns: minmax(0, 35rem) minmax(0, 1fr); gap: 3.5rem; align-items: end; padding-bottom: 2.5rem; }
  .herocard { margin-top: -27rem; max-width: none; }
  .perks { grid-template-columns: 1fr; gap: 1.5rem; align-self: start; padding-top: 2.25rem; }
}

@media (min-width: 64rem) and (max-height: 50rem) {
  .herocard { margin-top: -22rem; }
}

.sec { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.sec--deep { background: var(--masa-deep); }
.sec--turq { background: var(--turquoise); color: #fff; }
.sec--tight-bottom { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }

.title {
  font-family: var(--slab);
  font-weight: 400;
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: .005em;
}
.title .pop { color: var(--chile); }
.sec--turq .title .pop { color: var(--sunflower); }
.lede { font-size: 1.1875rem; max-width: 36rem; margin-top: .9rem; }
.head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.head > div { max-width: 64rem; }

.fresh {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--comal);
  color: var(--masa);
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .45rem .8rem;
  transform: rotate(-2deg);
}
.fresh::before { content: ""; width: .6rem; height: .6rem; background: var(--sunflower); border-radius: 50%; }

.foodgrid {
  display: grid;
  gap: 4px;
  background: var(--comal);
  border-top: 4px solid var(--comal);
  border-bottom: 4px solid var(--comal);
}
.foodgrid li { position: relative; overflow: hidden; }
.foodgrid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.foodgrid li:nth-child(2) img { object-position: 50% 40%; }
.foodtag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
}
.foodtag b {
  background: var(--comal);
  color: var(--masa);
  font-family: var(--slab);
  font-weight: 400;
  font-size: clamp(1.25rem, 3.4vw, 1.6rem);
  line-height: 1.1;
  padding: .45rem .7rem .5rem;
}
.foodtag span {
  background: var(--sunflower);
  color: var(--comal);
  font-weight: 800;
  font-size: 1.0625rem;
  padding: .3rem .7rem;
  border: 3px solid var(--comal);
  transform: rotate(-3deg);
  margin-left: .4rem;
}
.foodtag small { font-size: .8125rem; font-weight: 600; }

@media (min-width: 48rem) {
  .foodgrid { grid-template-columns: repeat(3, 1fr); }
  .foodgrid img { aspect-ratio: 4 / 5; }
}

.tags { display: grid; gap: 1.5rem; }
.tag {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--chile);
  color: #fff;
  border: 4px solid var(--comal);
  box-shadow: 8px 8px 0 var(--comal);
  padding: 2.2rem 1.4rem 1.5rem;
}
.tag::before {
  content: "";
  position: absolute;
  top: .9rem;
  left: 1.1rem;
  width: .95rem;
  height: .95rem;
  border-radius: 50%;
  background: var(--masa-deep);
  border: 3px solid var(--comal);
}
.tag__price {
  font-family: var(--slab);
  font-size: clamp(2.4rem, 7vw, 3rem);
  line-height: 1;
  margin: .4rem 0 .7rem;
}
.tag h3 { font-weight: 800; font-size: 1.3125rem; line-height: 1.25; }
.tag p { margin-top: .4rem; }
.tag--turq { background: var(--turquoise); }
.tag--sun { background: var(--sunflower); color: var(--comal); }
.tag--comal { background: var(--comal); color: var(--masa); }
.tag--comal .tag__price { color: var(--sunflower); }
.tag--terra { background: var(--terracotta); }
.more-link { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }

@media (min-width: 40rem) { .tags { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 70rem) { .tags { grid-template-columns: repeat(4, 1fr); } }

.duo { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 58rem) {
  .duo { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 4.5rem; }
  .duo--even { grid-template-columns: 1fr 1fr; }
}

.framed { position: relative; margin: 0 14px 14px 0; }
.framed::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--sunflower);
  border: 4px solid var(--comal);
}
.framed img { position: relative; border: 4px solid var(--comal); width: 100%; }
.framed--turq::before { background: var(--turquoise-bright); }
.framed--red::before { background: var(--chile); }
.framed--tall img { aspect-ratio: 4 / 5; object-fit: cover; max-height: 40rem; }

.pricelist { display: grid; gap: .65rem; margin-top: 1.5rem; max-width: 36rem; }
.pricelist li {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  font-weight: 600;
  font-size: 1.0625rem;
}
.pricelist li::after { content: ""; order: 1; flex: 1; border-bottom: 3px dotted currentColor; opacity: .45; transform: translateY(-.25rem); }
.pricelist .p { order: 2; }
.pricelist small { display: block; font-weight: 400; font-size: .9375rem; }
.p {
  display: inline-block;
  flex: none;
  background: var(--chile);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: .15rem .55rem;
  white-space: nowrap;
}
.p--sun { background: var(--sunflower); color: var(--comal); }
.p--turq { background: var(--turquoise); color: #fff; }
.p--comal { background: var(--comal); color: var(--masa); }

.callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1.25rem;
  margin-top: 2rem;
  background: var(--comal);
  color: var(--masa);
  padding: 1rem 1.25rem;
  max-width: 36rem;
}
.callout b { font-family: var(--slab); font-weight: 400; font-size: 1.35rem; line-height: 1.15; }

.hh { display: grid; gap: 2.5rem; align-items: center; }
.hh__deals { display: grid; gap: 1rem; margin: 1.75rem 0 1.5rem; }
.hh__deals li { display: flex; align-items: center; gap: 1rem; }
.hh__deals b {
  flex: none;
  min-width: 6.2rem;
  text-align: center;
  background: var(--sunflower);
  color: var(--comal);
  font-family: var(--slab);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  padding: .55rem .5rem .6rem;
  border: 3px solid var(--comal);
  box-shadow: 4px 4px 0 var(--comal);
}
.hh__deals span { font-size: 1.1875rem; font-weight: 600; }
.hh p { max-width: 34rem; }
@media (min-width: 58rem) { .hh { grid-template-columns: 1fr 1fr; gap: 4.5rem; } }

.panels { display: grid; gap: 2rem; }
.panel {
  background: var(--chile);
  color: #fff;
  border: 4px solid var(--comal);
  box-shadow: 10px 10px 0 var(--comal);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
}
.panel--terra { background: var(--terracotta); }
.panel--turq { background: var(--turquoise); }
.panel h2 { font-family: var(--slab); font-weight: 400; font-size: clamp(1.9rem, 4.5vw, 2.6rem); line-height: 1.05; }
.panel > p { margin-top: .75rem; max-width: 34rem; }
.panel .pricelist { margin-bottom: 1.75rem; }
.panel .btn { align-self: flex-start; margin-top: auto; }
@media (min-width: 58rem) { .panels { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

.foot { background: var(--comal); color: var(--masa); }
.foot a { color: var(--masa); }
.foot__grid { display: grid; gap: 2.75rem; padding: clamp(3rem, 7vw, 4.75rem) 0 3rem; }
.foot h2 {
  font-family: var(--slab);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.05;
  color: var(--sunflower);
  margin-bottom: 1rem;
}
.foot h3 { font-size: .8125rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--sunflower); margin: 1.4rem 0 .4rem; }
.bighours { display: grid; gap: .15rem; max-width: 26rem; }
.bighours li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 1.1875rem;
  padding: .45rem .6rem;
  margin: 0 -.6rem;
}
.bighours li span:last-child { font-family: var(--slab); font-size: 1.3rem; }
.bighours li.is-today { background: var(--sunflower); color: var(--comal); }
.bighours li.is-today span:first-child::after { content: "  \2022  today"; font-size: .8125rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.foot__small { font-size: .9375rem; max-width: 26rem; }
.directions p { max-width: 30rem; }
.directions p + p { margin-top: .8rem; }
.foot__phone {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: var(--slab);
  font-size: 1.75rem;
  text-decoration: none;
  padding: .2rem 0;
}
.foot__phone:hover { color: var(--sunflower); }
.foot__mark { font-family: var(--slab); font-size: 2rem; line-height: 1; color: var(--masa); }
.foot__nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; margin-top: 1rem; max-width: 20rem; }
.foot__nav a { display: block; padding: .55rem 0; font-weight: 600; text-decoration: none; }
.foot__nav a:hover { text-decoration: underline; }
.foot__nav a[aria-current="page"] { color: var(--sunflower); text-decoration: underline; }
.foot__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem 2rem;
  border-top: 2px solid rgba(251, 243, 227, .2);
  padding: 1.25rem 0 1.5rem;
  font-size: .875rem;
}
@media (min-width: 48rem) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 70rem) { .foot__grid { grid-template-columns: 1.1fr 1.1fr .8fr; gap: 4rem; } }

.pagehead { background: var(--sunflower); color: var(--comal); border-bottom: 4px solid var(--comal); }
.pagehead__in { display: grid; gap: 2rem; padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(2.5rem, 6vw, 4rem); align-items: center; }
.pagehead h1 {
  font-family: var(--slab);
  font-weight: 400;
  font-size: clamp(2rem, 8vw, 4.5rem);
  line-height: 1;
  letter-spacing: .005em;
}
.pagehead .lede { font-size: 1.1875rem; }
.pagehead__kicker { font-weight: 800; font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .75rem; }
.pagehead--red { background: var(--chile); color: #fff; }
.pagehead--turq { background: var(--turquoise); color: #fff; }
.pagehead--terra { background: var(--terracotta); color: #fff; }
.pagehead--deep { background: var(--masa-deep); }
.pagehead--deep h1 { color: var(--chile); }
@media (min-width: 58rem) { .pagehead__in { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 4rem; } }

.sticker {
  background: var(--masa);
  color: var(--comal);
  border: 4px solid var(--comal);
  box-shadow: 10px 10px 0 var(--comal);
  padding: 1.4rem 1.4rem 1.5rem;
  margin-right: 10px;
}
@media (min-width: 58rem) { .sticker { transform: rotate(1.2deg); } }
.sticker h2 { font-family: var(--slab); font-weight: 400; font-size: 1.6rem; line-height: 1.1; margin-bottom: .7rem; }
.sticker .big { font-family: var(--slab); font-size: clamp(2.2rem, 6vw, 2.9rem); line-height: 1; color: var(--chile); display: block; }
.sticker ul { display: grid; gap: .5rem; margin-top: .9rem; }
.sticker li { display: flex; gap: .6rem; align-items: baseline; }
.sticker li::before { content: ""; flex: none; width: .6rem; height: .6rem; background: var(--turquoise); transform: rotate(45deg) translateY(-.1rem); }
.sticker .btn { margin-top: 1.2rem; }
.sticker a.big { text-decoration: none; }

.key { display: grid; gap: .65rem; }
.key li { display: flex; align-items: center; gap: .7rem; font-weight: 600; }
.sticker .key li::before { display: none; }
.keynote { font-size: .9375rem; margin-top: .8rem; }

.mk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.9rem;
  height: 1.6rem;
  padding: 0 .35rem;
  border-radius: 1rem;
  background: var(--turquoise);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  vertical-align: .1em;
}
.mk--gf { background: var(--terracotta); }

.pills {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--masa);
  border-bottom: 4px solid var(--comal);
}
.pills ul {
  display: flex;
  gap: .6rem;
  overflow-x: auto;
  padding: .8rem var(--gut);
  max-width: calc(var(--wrap) + 2 * var(--gut));
  margin: 0 auto;
  scrollbar-width: thin;
}
.pills a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: .4rem 1.1rem;
  border-radius: 2rem;
  border: 3px solid var(--comal);
  background: var(--chile);
  color: #fff;
  font-weight: 800;
  font-size: .9375rem;
  text-decoration: none;
  white-space: nowrap;
}
.pills li:nth-child(4n+2) a { background: var(--turquoise); }
.pills li:nth-child(4n+3) a { background: var(--sunflower); color: var(--comal); }
.pills li:nth-child(4n+4) a { background: var(--terracotta); }
.pills a:hover { background: var(--comal); color: var(--masa); }

html { scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

.chalk {
  background: var(--chalk);
  color: var(--chalk-line);
  border: 12px solid var(--comal-soft);
  outline: 4px solid var(--comal);
  box-shadow: 10px 10px 0 4px var(--comal);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  margin: 4px;
}
.chalk:focus-visible { outline: 4px solid var(--comal); }
.chalk__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 2rem; border-bottom: 3px dashed rgba(241, 235, 221, .45); padding-bottom: 1rem; margin-bottom: 1.25rem; }
.chalk h2 { font-family: var(--slab); font-weight: 400; font-size: clamp(2rem, 5vw, 2.75rem); line-height: 1; color: var(--sunflower); }
.chalk__dates { font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: .875rem; }
.chalk ul { display: grid; gap: 1.1rem 3rem; }
.chalk li { display: grid; grid-template-columns: 1fr auto; gap: .1rem 1rem; }
.chalk h3 { font-size: 1.25rem; font-weight: 700; }
.chalk .cp { font-family: var(--slab); font-size: 1.35rem; color: var(--sunflower); }
.chalk li p { grid-column: 1 / -1; font-size: .9875rem; }
@media (min-width: 52rem) { .chalk ul { grid-template-columns: 1fr 1fr; } }

.board { padding: clamp(2.75rem, 6vw, 4.5rem) 0; --tag: var(--chile); --tagtext: #fff; }
.board:nth-of-type(even) { background: var(--masa-deep); }
.board--sun { --tag: var(--sunflower); --tagtext: var(--comal); }
.board--turq { --tag: var(--turquoise); }
.board--terra { --tag: var(--terracotta); }
.board__head { display: grid; gap: .6rem; margin-bottom: 1.75rem; max-width: 46rem; }
.board__head h2 {
  display: inline-block;
  justify-self: start;
  font-family: var(--slab);
  font-weight: 400;
  font-size: clamp(2rem, 5.5vw, 3rem);
  line-height: 1;
  background: var(--tag);
  color: var(--tagtext);
  padding: .5rem .9rem .6rem;
  border: 4px solid var(--comal);
  box-shadow: 6px 6px 0 var(--comal);
  transform: rotate(-1.2deg);
  margin-bottom: .75rem;
}
.board__head p { font-size: 1.0625rem; max-width: 40rem; }
.dishes { display: grid; gap: 0 4rem; }
.dish { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 3px dotted rgba(42, 26, 18, .3); }
.dish h3 { font-size: 1.1875rem; font-weight: 700; line-height: 1.3; }
.dish p { margin-top: .2rem; font-size: .96875rem; color: var(--comal-soft); }
.dish .mks { display: inline-flex; gap: .3rem; margin-left: .35rem; }
.price {
  flex: none;
  position: relative;
  background: var(--tag);
  color: var(--tagtext);
  font-weight: 800;
  font-size: 1.0625rem;
  padding: .3rem .7rem .3rem 1.15rem;
  white-space: nowrap;
  clip-path: polygon(.6rem 0, 100% 0, 100% 100%, .6rem 100%, 0 50%);
}
.board__photo { margin-bottom: 2rem; }
@media (min-width: 48rem) {
  .dishes { grid-template-columns: 1fr 1fr; }
  .board__split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 4rem; align-items: center; margin-bottom: 1rem; }
  .board__split .board__photo { margin-bottom: 0; }
}
.menunote { margin-top: 1.75rem; font-size: .9375rem; max-width: 44rem; }

.steps { display: grid; gap: 1.75rem; counter-reset: step; }
.steps li {
  position: relative;
  background: var(--masa);
  border: 4px solid var(--comal);
  box-shadow: 8px 8px 0 var(--comal);
  padding: 3.4rem 1.4rem 1.5rem;
  margin-top: 1.5rem;
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -1.6rem;
  left: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--chile);
  color: #fff;
  border: 4px solid var(--comal);
  font-family: var(--slab);
  font-size: 1.7rem;
}
.steps li:nth-child(2)::before { background: var(--turquoise); }
.steps li:nth-child(3)::before { background: var(--sunflower); color: var(--comal); }
.steps h3 { font-family: var(--slab); font-weight: 400; font-size: 1.5rem; line-height: 1.1; margin-bottom: .5rem; }
@media (min-width: 52rem) { .steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.packs { display: grid; gap: 1.5rem; }
.pack {
  display: flex;
  flex-direction: column;
  background: var(--masa);
  border: 4px solid var(--comal);
  box-shadow: 8px 8px 0 var(--comal);
}
.pack__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  padding: 1.1rem 1.25rem .9rem;
  background: var(--chile);
  color: #fff;
  border-bottom: 4px solid var(--comal);
}
.pack:nth-child(3n+2) .pack__top { background: var(--turquoise); }
.pack:nth-child(3n+3) .pack__top { background: var(--terracotta); }
.pack h3, .pack h4 { margin: 0; font-weight: 800; font-size: 1.25rem; line-height: 1.25; }
.pack__feeds { display: block; font-size: .875rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-top: .25rem; }
.pack__price {
  flex: none;
  font-family: var(--slab);
  font-size: 2rem;
  line-height: 1;
  background: var(--sunflower);
  color: var(--comal);
  border: 3px solid var(--comal);
  padding: .35rem .55rem .4rem;
  transform: rotate(3deg);
}
.pack__price small { font-family: var(--sans); font-size: .75rem; font-weight: 700; display: block; text-align: center; margin-top: .15rem; }
.pack p { padding: 1rem 1.25rem 1.25rem; }
@media (min-width: 40rem) { .packs { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 70rem) { .packs { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.packs + .subhead { margin-top: 3.5rem; }
.subhead { font-family: var(--slab); font-weight: 400; font-size: clamp(1.6rem, 4vw, 2.1rem); line-height: 1.1; margin-bottom: 1.5rem; }

.formcard {
  background: #fffdf8;
  border: 4px solid var(--comal);
  box-shadow: 10px 10px 0 var(--comal);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}
.formcard > h2 { font-family: var(--slab); font-weight: 400; font-size: clamp(1.9rem, 4.5vw, 2.5rem); line-height: 1.05; }
.formcard > p { margin-top: .6rem; max-width: 34rem; }
.demo-note {
  background: var(--sunflower);
  border: 3px solid var(--comal);
  padding: .7rem .9rem;
  font-size: .9375rem;
}
.formcard .demo-note { margin: 1.1rem 0 1.4rem; }
.form { display: grid; gap: 1.1rem; }
.f { display: grid; gap: .35rem; }
.f label { font-weight: 700; font-size: 1rem; }
.f input, .f select, .f textarea {
  width: 100%;
  min-height: 3rem;
  padding: .6rem .8rem;
  border: 3px solid var(--comal);
  border-radius: 0;
  background: var(--masa);
  color: var(--comal);
  font: inherit;
  font-size: 1rem;
}
.f textarea { min-height: 7rem; resize: vertical; }
.f input:focus-visible, .f select:focus-visible, .f textarea:focus-visible { outline: 3px solid var(--turquoise); outline-offset: 2px; box-shadow: none; background: #fff; }
.tip { font-size: .875rem; color: var(--comal-soft); }
.f2 { display: grid; gap: 1.1rem; }
@media (min-width: 36rem) { .f2 { grid-template-columns: 1fr 1fr; } }
.form .btn { justify-self: start; margin-top: .4rem; }

.notes { display: grid; gap: 1.1rem; }
.notes li {
  background: var(--masa);
  border: 3px solid var(--comal);
  border-left-width: 12px;
  padding: .9rem 1.1rem;
}
.notes li:nth-child(4n+1) { border-left-color: var(--chile); }
.notes li:nth-child(4n+2) { border-left-color: var(--turquoise); }
.notes li:nth-child(4n+3) { border-left-color: var(--sunflower); }
.notes li:nth-child(4n+4) { border-left-color: var(--terracotta); }
.notes strong { display: block; font-weight: 800; font-size: 1.0625rem; margin-bottom: .15rem; }
.sec--deep .notes li { background: #fffaf0; }

.aside h2 { font-family: var(--slab); font-weight: 400; font-size: clamp(1.7rem, 4vw, 2.2rem); line-height: 1.1; margin-bottom: 1rem; }
.aside > p { margin-bottom: 1.25rem; max-width: 34rem; }

.formgrid { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 60rem) { .formgrid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 4rem; } }

.prose p { max-width: 36rem; }
.prose p + p { margin-top: 1rem; }
.prose .title + p, .prose .lede + p { margin-top: 1.25rem; }

.quote {
  margin-top: 2rem;
  max-width: 36rem;
  background: var(--chile);
  color: #fff;
  border: 4px solid var(--comal);
  box-shadow: 8px 8px 0 var(--comal);
  padding: 1.4rem 1.5rem;
  transform: rotate(-1deg);
}
.quote p { font-family: var(--slab); font-size: clamp(1.5rem, 4vw, 1.9rem); line-height: 1.2; }
.quote cite { display: block; margin-top: .75rem; font-style: normal; font-weight: 700; font-size: .9375rem; letter-spacing: .05em; text-transform: uppercase; }

.years { display: grid; gap: 1.25rem; }
.years li { display: flex; gap: 1rem; align-items: center; }
.years b {
  flex: none;
  font-family: var(--slab);
  font-weight: 400;
  font-size: 1.5rem;
  background: var(--turquoise);
  color: #fff;
  border: 3px solid var(--comal);
  padding: .3rem .6rem .35rem;
  min-width: 5.4rem;
  text-align: center;
}
.years li:nth-child(4n+2) b { background: var(--sunflower); color: var(--comal); }
.years li:nth-child(4n+3) b { background: var(--chile); }
.years li:nth-child(4n+4) b { background: var(--terracotta); }
.years span { font-weight: 600; font-size: 1.0625rem; }
@media (min-width: 64rem) {
  .years { grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
  .years li { flex-direction: column; align-items: flex-start; gap: .7rem; }
}

.people { display: grid; gap: 1.5rem; }
.person { background: var(--masa); border: 4px solid var(--comal); box-shadow: 8px 8px 0 var(--comal); padding: 1.25rem 1.3rem 1.4rem; }
.person__init {
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--chile);
  color: #fff;
  font-family: var(--slab);
  font-size: 1.1rem;
  border: 3px solid var(--comal);
  margin-bottom: .8rem;
}
.person:nth-child(2) .person__init { background: var(--turquoise); }
.person:nth-child(3) .person__init { background: var(--sunflower); color: var(--comal); }
.person:nth-child(4) .person__init { background: var(--terracotta); }
.person h3 { font-weight: 800; font-size: 1.1875rem; }
.person__role { font-size: .8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--comal-soft); margin: .1rem 0 .5rem; }
@media (min-width: 40rem) { .people { grid-template-columns: 1fr 1fr; } }
@media (min-width: 70rem) { .people { grid-template-columns: repeat(4, 1fr); } }

.hourboards { display: grid; gap: 1.75rem; }
.hourboard { border: 4px solid var(--comal); box-shadow: 8px 8px 0 var(--comal); background: var(--masa); }
.hourboard h2 {
  font-family: var(--slab);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1;
  padding: .8rem 1.2rem;
  background: var(--sunflower);
  border-bottom: 4px solid var(--comal);
}
.hourboard--turq h2 { background: var(--turquoise); color: #fff; }
.hourboard--red h2 { background: var(--chile); color: #fff; }
.hourboard ul { padding: .6rem 1.2rem 1rem; }
.hourboard li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 3px dotted rgba(42, 26, 18, .25); font-size: 1.0625rem; }
.hourboard li:last-child { border-bottom: 0; }
.hourboard li span:last-child { font-weight: 800; white-space: nowrap; }
.hourboard p { padding: 0 1.2rem 1.2rem; font-size: .9375rem; }
.hourboard li.is-today { background: var(--comal); color: var(--masa); margin: 0 -.6rem; padding-left: .6rem; padding-right: .6rem; border-bottom-color: transparent; }
@media (min-width: 58rem) { .hourboards { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.center-gap { margin-top: 2.5rem; }

.notes a { display: inline-block; padding: .35rem 0; font-weight: 600; overflow-wrap: anywhere; }
@media (min-width: 40rem) { .tags.tags--stack { grid-template-columns: 1fr; } }
.tags--stack .tag { padding-top: 1.9rem; }
.sticker h2 + p { font-weight: 600; margin: -.4rem 0 .6rem; }
.pack--cta { background: var(--comal); color: var(--masa); padding: 1.3rem 1.25rem 1.5rem; }
.pack--cta h3 { font-family: var(--slab); font-weight: 400; font-size: 1.6rem; line-height: 1.1; color: var(--sunflower); }
.pack.pack--cta p { padding: .6rem 0 1.2rem; }
.pack--cta .btn { align-self: flex-start; margin-top: auto; }
.sticker { max-width: 36rem; }
.pagehead__in { grid-template-columns: minmax(0, 1fr); }
.sticker a { overflow-wrap: anywhere; }
@media (min-width: 58rem) { .pagehead__in { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); } }
.sticker a.big { white-space: nowrap; font-size: clamp(1.6rem, 8vw, 2.9rem); }
