:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

img {
  display: block;
}

.splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-height: 100svh;
  padding: 0 0 clamp(34px, 8vh, 72px);
  background: #000;
}

.field-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(560px, 68vh, 760px);
  padding: clamp(34px, 6vh, 70px) 24px clamp(22px, 4vh, 38px);
  overflow: hidden;
  border-block-end: 1px solid rgba(255, 242, 205, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 244, 214, 0.12), rgba(255, 218, 132, 0.06) 42%, rgba(35, 18, 4, 0.22)),
    url("assets/wheat-field-hero.jpg") center center / cover no-repeat,
    #d9b75c;
  box-shadow:
    inset 0 -42px 70px rgba(37, 18, 2, 0.28),
    0 26px 70px rgba(0, 0, 0, 0.72);
}

.field-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.28), transparent 15rem),
    linear-gradient(90deg, rgba(14, 29, 29, 0.2), transparent 24%, transparent 76%, rgba(14, 29, 29, 0.2));
  pointer-events: none;
}

.butcher-block {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(340px, 46vh, 500px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 26px 42px rgba(255, 219, 166, 0.14),
    inset 0 -36px 54px rgba(32, 13, 4, 0.46),
    0 26px 70px rgba(0, 0, 0, 0.72);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.22)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 28%, transparent 72%, rgba(255, 237, 204, 0.1)),
    url("assets/butcher-block-texture.jpg") center center / cover no-repeat,
    #6d3c24;
}

.butcher-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 244, 219, 0.06) 0 1px, transparent 1px 7px),
    linear-gradient(90deg, rgba(29, 11, 3, 0.28), transparent 18%, transparent 82%, rgba(29, 11, 3, 0.2));
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.logo-fade {
  position: relative;
  z-index: 1;
  width: min(43vw, 440px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 5px #111,
    0 18px 34px rgba(28, 10, 3, 0.5),
    0 0 30px rgba(255, 248, 229, 0.18);
  transform-origin: center center;
  animation: logo-fade 1800ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
  will-change: opacity, transform, filter;
}

.has-home-banner .logo-fade {
  width: min(40vw, 410px);
}

.home-banner {
  --banner-tail-border: rgba(89, 55, 28, 0.62);
  --banner-tail-bg:
    radial-gradient(ellipse at 50% 6%, rgba(255, 244, 199, 0.34), transparent 54%),
    linear-gradient(180deg, #9b783e 0%, #77552c 58%, #53351e 100%);
  --banner-tail-shadow:
    inset 0 2px 0 rgba(255, 233, 178, 0.28),
    inset 0 -8px 12px rgba(56, 25, 10, 0.34);
  --banner-panel-border: rgba(89, 55, 28, 0.72);
  --banner-panel-bg:
    radial-gradient(ellipse at 50% 7%, rgba(255, 252, 220, 0.56), transparent 58%),
    linear-gradient(180deg, #f2dfb1 0%, #d9b76d 52%, #a47b38 100%);
  --banner-panel-shadow:
    inset 0 2px 0 rgba(255, 246, 210, 0.58),
    inset 0 -8px 13px rgba(89, 50, 20, 0.26),
    0 5px 0 rgba(92, 57, 27, 0.56);
  --banner-text-color: #2f170b;
  --banner-text-shadow:
    0 1px 0 rgba(255, 241, 190, 0.72),
    0 2px 0 rgba(101, 64, 30, 0.18);
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(850px, calc(100% - 36px));
  min-height: clamp(58px, 8.5vw, 82px);
  margin-top: clamp(24px, 4vh, 42px);
  padding: 10px clamp(48px, 8vw, 96px);
  filter: drop-shadow(0 16px 20px rgba(47, 21, 4, 0.38));
}

.banner-style-parchment {
  --banner-tail-border: rgba(89, 55, 28, 0.62);
  --banner-tail-bg:
    radial-gradient(ellipse at 50% 6%, rgba(255, 244, 199, 0.34), transparent 54%),
    linear-gradient(180deg, #9b783e 0%, #77552c 58%, #53351e 100%);
  --banner-panel-border: rgba(89, 55, 28, 0.72);
  --banner-panel-bg:
    radial-gradient(ellipse at 50% 7%, rgba(255, 252, 220, 0.56), transparent 58%),
    linear-gradient(180deg, #f2dfb1 0%, #d9b76d 52%, #a47b38 100%);
}

.banner-style-olive {
  --banner-tail-border: rgba(34, 61, 25, 0.68);
  --banner-tail-bg:
    radial-gradient(ellipse at 50% 6%, rgba(233, 232, 164, 0.28), transparent 54%),
    linear-gradient(180deg, #6f7b3c 0%, #405524 60%, #243315 100%);
  --banner-panel-border: rgba(36, 57, 25, 0.78);
  --banner-panel-bg:
    radial-gradient(ellipse at 50% 7%, rgba(252, 243, 199, 0.46), transparent 58%),
    linear-gradient(180deg, #c8bd73 0%, #7f8a43 48%, #3d5325 100%);
  --banner-text-color: #fff5d9;
  --banner-text-shadow:
    -1px -1px 0 rgba(24, 38, 16, 0.88),
    1px -1px 0 rgba(24, 38, 16, 0.88),
    -1px 1px 0 rgba(24, 38, 16, 0.88),
    1px 1px 0 rgba(24, 38, 16, 0.88),
    0 2px 1px rgba(18, 26, 12, 0.72);
}

.banner-style-wood {
  --banner-tail-border: rgba(72, 33, 18, 0.76);
  --banner-tail-bg:
    linear-gradient(180deg, rgba(255, 223, 170, 0.16), rgba(49, 18, 8, 0.36)),
    url("assets/butcher-block-texture.jpg") center 55% / 420% auto no-repeat,
    #5c3523;
  --banner-panel-border: rgba(77, 34, 18, 0.82);
  --banner-panel-bg:
    radial-gradient(ellipse at 50% 8%, rgba(255, 225, 180, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(129, 80, 45, 0.24), rgba(54, 22, 10, 0.32)),
    url("assets/butcher-block-texture.jpg") center 52% / 330% auto no-repeat,
    #76452b;
  --banner-panel-shadow:
    inset 0 2px 0 rgba(255, 224, 181, 0.34),
    inset 0 -8px 13px rgba(31, 12, 6, 0.42),
    0 5px 0 rgba(36, 16, 8, 0.7);
  --banner-text-color: #fff6dc;
  --banner-text-shadow:
    -1px -1px 0 rgba(23, 9, 2, 0.92),
    1px -1px 0 rgba(23, 9, 2, 0.92),
    -1px 1px 0 rgba(23, 9, 2, 0.92),
    1px 1px 0 rgba(23, 9, 2, 0.92),
    0 2px 1px rgba(45, 18, 8, 0.84);
}

.home-banner[hidden] {
  display: none;
}

.home-banner::before,
.home-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  width: clamp(78px, 13vw, 150px);
  height: 74%;
  border: 1px solid var(--banner-tail-border);
  background: var(--banner-tail-bg);
  box-shadow: var(--banner-tail-shadow);
}

.home-banner::before {
  left: 0;
  clip-path: polygon(0 0, 100% 11%, 78% 50%, 100% 89%, 0 100%, 18% 50%);
  transform: translate(-28%, -50%);
}

.home-banner::after {
  right: 0;
  clip-path: polygon(0 11%, 100% 0, 82% 50%, 100% 100%, 0 89%, 22% 50%);
  transform: translate(28%, -50%);
}

.home-banner p {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(50px, 7.6vw, 72px);
  margin: 0;
  padding: 9px clamp(18px, 4vw, 42px);
  border: 1px solid var(--banner-panel-border);
  border-radius: 12px 12px 18px 18px / 18px 18px 12px 12px;
  background: var(--banner-panel-bg);
  box-shadow: var(--banner-panel-shadow);
  color: var(--banner-text-color);
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.04;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: var(--banner-text-shadow);
}

.home-banner-short p {
  font-size: clamp(1.1rem, 3vw, 2rem);
  white-space: nowrap;
}

.home-banner-medium p {
  font-size: clamp(0.96rem, 2.3vw, 1.48rem);
}

.home-banner-long p {
  font-size: clamp(0.84rem, 1.85vw, 1.12rem);
  line-height: 1.15;
}

.home-banner-artwork {
  --home-banner-art: url("assets/home-banner-art-1.webp");
  width: min(980px, calc(100% - 24px));
  min-height: clamp(112px, 11vw, 150px);
  padding: clamp(24px, 2.4vw, 32px) clamp(94px, 15vw, 220px);
  background: var(--home-banner-art) center center / 100% 100% no-repeat;
  filter: drop-shadow(0 14px 18px rgba(47, 21, 4, 0.38));
}

.home-banner-artwork::before,
.home-banner-artwork::after {
  content: none;
}

.home-banner-artwork p {
  width: 100%;
  max-width: 790px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #351909;
  font-family: Georgia, "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0.02em;
  text-shadow:
    0 1px 0 rgba(255, 245, 213, 0.9),
    0 2px 1px rgba(83, 43, 19, 0.24);
  white-space: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.home-banner-artwork.home-banner-short {
  width: min(860px, calc(100% - 34px));
}

.home-banner-artwork.home-banner-medium {
  width: min(1180px, calc(100% - 16px));
  min-height: clamp(154px, 13vw, 190px);
  padding: clamp(34px, 3vw, 46px) clamp(82px, 14vw, 210px);
}

.home-banner-artwork.home-banner-long {
  width: min(1220px, calc(100% - 16px));
  min-height: clamp(178px, 15vw, 218px);
  padding: clamp(42px, 3.4vw, 56px) clamp(88px, 14vw, 220px);
}

.home-banner-artwork.home-banner-short p {
  font-size: clamp(0.9rem, 2.05vw, 1.34rem);
  transform: translateY(-4px);
}

.home-banner-artwork.home-banner-medium p {
  max-width: 820px;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.82rem, 1.62vw, 1.12rem);
  letter-spacing: 0.014em;
  line-height: 0.94;
  transform: translateY(-12px);
}

.home-banner-artwork.home-banner-long p {
  max-width: 840px;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.72rem, 1.32vw, 0.96rem);
  letter-spacing: 0.01em;
  line-height: 1;
  transform: translateY(-14px);
}

.about-hero .logo-fade {
  width: min(42vmin, 330px);
}

.tile-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
  width: min(760px, calc(100% - 48px));
  margin-top: clamp(26px, 4vh, 42px);
}

.home-sprig-row {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 4vw, 34px);
  width: min(620px, calc(100% - 64px));
  margin-top: clamp(22px, 4vh, 38px);
  overflow: hidden;
}

.home-sprig {
  width: clamp(160px, 24vw, 250px);
  height: auto;
  opacity: 0.7;
  pointer-events: none;
}

.home-sprig-left {
  transform: rotate(2deg);
}

.home-sprig-right {
  transform: rotate(-2deg);
}

.social-links {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 760px);
  margin: clamp(18px, 3vw, 28px) auto 0;
  padding: 0 18px;
}

.social-heading {
  margin: 0;
  color: #ead1ac;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.86rem, 1.6vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.social-link {
  transform: translate3d(0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(201, 142, 96, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 239, 211, 0.13), rgba(35, 13, 7, 0.22)),
    rgba(24, 10, 4, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 190, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.36);
  color: #f8ebd7;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
  will-change: transform;
}

.social-link:hover,
.social-link:focus-visible {
  outline: none;
  transform: translate3d(0, -1px, 0);
  border-color: rgba(255, 215, 170, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 239, 211, 0.18), rgba(35, 13, 7, 0.18)),
    rgba(52, 25, 12, 0.68);
}

.social-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-contact-link.nav-tile {
  --home-tile-image: url("assets/contact-pony-mail-rider.jpg");
  --home-tile-pos: 52% 24%;
  width: min(300px, 100%);
  min-height: 52px;
  margin-top: 10px;
  border-color: #9d6a4c;
  background:
    linear-gradient(180deg, rgba(255, 235, 166, 0.24), rgba(48, 20, 7, 0.42)),
    var(--home-tile-image) var(--home-tile-pos) / 520px auto no-repeat,
    #7d4d24;
  box-shadow:
    inset 0 2px 0 rgba(255, 232, 177, 0.42),
    inset 0 -5px 8px rgba(43, 16, 5, 0.58),
    0 5px 0 #241007,
    0 14px 22px rgba(0, 0, 0, 0.5);
}

.home-contact-link.nav-tile::before {
  border-color: rgba(125, 72, 39, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 247, 196, 0.28), rgba(42, 18, 7, 0.28)),
    linear-gradient(90deg, rgba(38, 15, 5, 0.16), transparent 24%, transparent 74%, rgba(38, 15, 5, 0.18)),
    var(--home-tile-image) var(--home-tile-pos) / 460px auto no-repeat,
    #8b5c2b;
  box-shadow:
    inset 0 2px 5px rgba(63, 55, 15, 0.52),
    inset 0 -1px 0 rgba(244, 185, 118, 0.3);
}

.home-contact-link.nav-tile::after {
  background: linear-gradient(180deg, rgba(255, 238, 194, 0.28), transparent);
}

.home-contact-link.nav-tile span {
  color: #fffbe8;
  -webkit-text-stroke: 0.7px rgba(23, 9, 2, 0.95);
  text-shadow:
    -1px -1px 0 #170902,
    1px -1px 0 #170902,
    -1px 1px 0 #170902,
    1px 1px 0 #170902,
    0 2px 1px #4f2a0f,
    0 0 8px rgba(71, 93, 42, 0.35);
}

.home-contact-link.nav-tile:hover,
.home-contact-link.nav-tile:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 241, 184, 0.32), rgba(48, 20, 7, 0.34)),
    var(--home-tile-image) var(--home-tile-pos) / 520px auto no-repeat,
    #8e5a2b;
  box-shadow:
    inset 0 2px 0 rgba(255, 235, 188, 0.5),
    inset 0 -5px 8px rgba(43, 16, 5, 0.52),
    0 6px 0 #241007,
    0 16px 26px rgba(0, 0, 0, 0.56);
}

.home-contact-link.nav-tile:active {
  background:
    linear-gradient(180deg, rgba(48, 20, 7, 0.48), rgba(24, 8, 3, 0.62)),
    var(--home-tile-image) var(--home-tile-pos) / 520px auto no-repeat,
    #4e2a14;
}

.home-review-link.nav-tile {
  --home-tile-image: url("assets/review-riders-farmstand-final.jpg");
  --home-tile-pos: 42% 22%;
  margin-top: 6px;
}

.home-allergen-note {
  max-width: 620px;
  margin: 6px auto 0;
  color: #ead1ac;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.7rem, 1.35vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.home-review-marquee {
  width: min(760px, calc(100% - 48px));
  margin: clamp(18px, 3vw, 28px) auto 0;
  text-align: center;
}

.home-review-window {
  position: relative;
  height: 112px;
  margin-top: 8px;
  overflow: hidden;
  border-block: 1px solid rgba(201, 142, 96, 0.28);
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}

.home-review-track {
  display: grid;
  gap: 12px;
  padding-block: 8px;
  animation: review-scroll 28s linear infinite;
}

.home-review-card {
  width: min(560px, 100%);
  margin: 0 auto;
  color: #f8ebd7;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.25;
}

.home-review-card p {
  margin: 0;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  font-style: italic;
}

.home-review-card span {
  display: block;
  margin-top: 4px;
  color: #ead1ac;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.banner-options-page {
  min-height: 100svh;
  background: #050302;
}

.banner-options-shell {
  width: min(1100px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px) 0;
}

.banner-options-header {
  margin: 0 0 22px;
  text-align: center;
}

.banner-options-header h1 {
  margin: 8px 0 0;
  color: #f4dfb8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.banner-option-card {
  margin-top: 22px;
}

.banner-option-card h2 {
  width: min(880px, 100%);
  margin: 0 auto 8px;
  color: #ead1ac;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.banner-option-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(880px, 100%);
  min-height: clamp(250px, 34vw, 360px);
  margin: 0 auto;
  padding: 28px 20px 30px;
  overflow: hidden;
  border: 1px solid rgba(234, 209, 172, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 214, 0.11), rgba(35, 18, 4, 0.24)),
    url("assets/wheat-field-hero.jpg") center 54% / cover no-repeat,
    #d9b75c;
  box-shadow:
    inset 0 -30px 58px rgba(37, 18, 2, 0.28),
    0 18px 46px rgba(0, 0, 0, 0.42);
}

.banner-option-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.22), transparent 13rem),
    linear-gradient(90deg, rgba(14, 29, 29, 0.18), transparent 24%, transparent 76%, rgba(14, 29, 29, 0.18));
  pointer-events: none;
}

.banner-option-logo {
  position: relative;
  z-index: 1;
  width: clamp(118px, 18vw, 178px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 3px #111,
    0 14px 28px rgba(28, 10, 3, 0.45);
}

.banner-option-stage .home-banner {
  width: min(760px, calc(100% - 14px));
  margin-top: clamp(18px, 4vw, 28px);
}

.nav-tile {
  position: relative;
  transform: translate3d(0, 0, 0);
  display: inline-grid;
  place-items: center;
  min-height: 58px;
  padding: 8px 16px;
  overflow: hidden;
  border: 1px solid #9d6a4c;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 215, 170, 0.24), transparent 48%),
    linear-gradient(180deg, rgba(83, 39, 25, 0.1), rgba(28, 9, 5, 0.58)),
    url("assets/butcher-block-texture.jpg") center 52% / 290% auto no-repeat,
    #5f3526;
  box-shadow:
    inset 0 2px 0 rgba(255, 229, 190, 0.34),
    inset 0 -5px 8px rgba(27, 10, 6, 0.64),
    0 5px 0 #241007,
    0 14px 22px rgba(0, 0, 0, 0.52);
  color: #fff7ec;
  cursor: pointer;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.76rem, 1.08vw, 0.94rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.05;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease, border-color 140ms ease;
  will-change: transform;
  text-align: center;
  text-decoration: none;
}

.nav-tile::before {
  content: "";
  position: absolute;
  inset: 8px 14px;
  z-index: 0;
  border: 1px solid rgba(241, 164, 85, 0.78);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(232, 171, 124, 0.24), rgba(38, 14, 8, 0.32)),
    url("assets/butcher-block-texture.jpg") center 58% / 330% auto no-repeat,
    linear-gradient(90deg, #5c2f21, #8d5538 30%, #4d2418 58%, #895439);
  box-shadow:
    inset 0 2px 5px rgba(34, 10, 3, 0.62),
    inset 0 -1px 0 rgba(242, 189, 143, 0.22);
  pointer-events: none;
}

.nav-tile::after {
  content: "";
  position: absolute;
  inset: 5px 10px auto;
  height: 18px;
  z-index: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 231, 198, 0.2), transparent);
  pointer-events: none;
}

.nav-tile span {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #fff7ec;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 #2a0e04,
    0 0 8px rgba(255, 211, 145, 0.22);
  pointer-events: none;
}

.nav-tile:hover,
.nav-tile:focus-visible {
  outline: none;
  transform: translate3d(0, -1px, 0);
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 222, 184, 0.28), transparent 48%),
    linear-gradient(180deg, rgba(97, 50, 33, 0.08), rgba(28, 9, 5, 0.5)),
    url("assets/butcher-block-texture.jpg") center 52% / 290% auto no-repeat,
    #6a3c2b;
  box-shadow:
    inset 0 2px 0 rgba(255, 229, 190, 0.4),
    inset 0 -5px 8px rgba(27, 10, 6, 0.6),
    0 6px 0 #241007,
    0 16px 26px rgba(0, 0, 0, 0.58);
}

.nav-tile[aria-pressed="true"],
.nav-tile:active {
  transform: translate3d(0, 4px, 0);
  box-shadow:
    inset 0 2px 8px rgba(31, 9, 2, 0.66),
    inset 0 -4px 6px rgba(31, 9, 2, 0.42),
    0 1px 0 #2a0e04,
    0 8px 12px rgba(0, 0, 0, 0.44);
  background:
    radial-gradient(ellipse at 50% 10%, rgba(224, 154, 108, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(40, 14, 8, 0.44), rgba(18, 6, 4, 0.68)),
    url("assets/butcher-block-texture.jpg") center 52% / 290% auto no-repeat,
    #422117;
}

.tile-menu .nav-tile {
  --home-tile-pos: 50% 62%;
  border-color: #9d6a4c;
  background:
    linear-gradient(180deg, rgba(255, 235, 166, 0.24), rgba(48, 20, 7, 0.42)),
    url("assets/wheat-field-hero.jpg") var(--home-tile-pos) / 520px auto no-repeat,
    #7d4d24;
  box-shadow:
    inset 0 2px 0 rgba(255, 232, 177, 0.42),
    inset 0 -5px 8px rgba(43, 16, 5, 0.58),
    0 5px 0 #241007,
    0 14px 22px rgba(0, 0, 0, 0.5);
  color: #fff9dc;
}

.tile-menu .nav-tile:nth-child(1) {
  --home-tile-pos: 32% 68%;
}

.tile-menu .nav-tile:nth-child(2) {
  --home-tile-pos: 48% 55%;
}

.tile-menu .nav-tile:nth-child(3) {
  --home-tile-pos: 68% 59%;
}

.tile-menu .nav-tile:nth-child(4) {
  --home-tile-pos: 78% 66%;
}

.tile-menu .nav-tile::before {
  border-color: rgba(125, 72, 39, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 247, 196, 0.28), rgba(42, 18, 7, 0.28)),
    linear-gradient(90deg, rgba(38, 15, 5, 0.16), transparent 24%, transparent 74%, rgba(38, 15, 5, 0.18)),
    url("assets/wheat-field-hero.jpg") var(--home-tile-pos) / 460px auto no-repeat,
    #8b5c2b;
  box-shadow:
    inset 0 2px 5px rgba(63, 55, 15, 0.52),
    inset 0 -1px 0 rgba(244, 185, 118, 0.3);
}

.tile-menu .nav-tile::after {
  background: linear-gradient(180deg, rgba(255, 238, 194, 0.28), transparent);
}

.tile-menu .nav-tile span {
  color: #fffbe8;
  -webkit-text-stroke: 0.7px rgba(23, 9, 2, 0.95);
  text-shadow:
    -1px -1px 0 #170902,
    1px -1px 0 #170902,
    -1px 1px 0 #170902,
    1px 1px 0 #170902,
    0 2px 1px #4f2a0f,
    0 0 8px rgba(71, 93, 42, 0.35);
}

.tile-menu .nav-tile:hover,
.tile-menu .nav-tile:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 241, 184, 0.32), rgba(48, 20, 7, 0.34)),
    url("assets/wheat-field-hero.jpg") var(--home-tile-pos) / 520px auto no-repeat,
    #8e5a2b;
  box-shadow:
    inset 0 2px 0 rgba(255, 235, 188, 0.5),
    inset 0 -5px 8px rgba(43, 16, 5, 0.52),
    0 6px 0 #241007,
    0 16px 26px rgba(0, 0, 0, 0.56);
}

.tile-menu .nav-tile[aria-pressed="true"],
.tile-menu .nav-tile:active {
  background:
    linear-gradient(180deg, rgba(48, 20, 7, 0.48), rgba(24, 8, 3, 0.62)),
    url("assets/wheat-field-hero.jpg") var(--home-tile-pos) / 520px auto no-repeat,
    #4e2a14;
  box-shadow:
    inset 0 2px 8px rgba(31, 9, 2, 0.66),
    inset 0 -4px 6px rgba(31, 9, 2, 0.42),
    0 1px 0 #2a0e04,
    0 8px 12px rgba(0, 0, 0, 0.44);
}

@keyframes logo-fade {
  0% {
    opacity: 0;
    transform: scale(0.76);
    filter: blur(12px) brightness(1.35);
  }

  45% {
    opacity: 0.62;
    filter: blur(5px) brightness(1.18);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes review-scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-fade,
  .home-review-track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .tile-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .splash {
    padding-top: 0;
  }

  .field-hero,
  .butcher-block {
    min-height: 360px;
  }

  .has-home-banner .field-hero {
    min-height: 440px;
  }

  .logo-fade {
    width: min(64vw, 300px);
  }

  .has-home-banner .logo-fade {
    width: min(58vw, 250px);
  }

  .home-banner {
    width: min(100%, calc(100% - 24px));
    min-height: 58px;
    margin-top: 18px;
    padding-inline: 32px;
  }

  .home-banner::before,
  .home-banner::after {
    width: 74px;
  }

  .home-banner p {
    min-height: 50px;
    padding-inline: 14px;
  }

  .home-banner-short p {
    font-size: clamp(0.9rem, 5vw, 1.28rem);
  }

  .home-banner-medium p,
  .home-banner-long p {
    font-size: clamp(0.72rem, 3.8vw, 0.96rem);
  }

  .home-banner-artwork {
    width: min(100%, calc(100% - 20px));
    min-height: clamp(94px, 25vw, 122px);
    margin-top: 16px;
    padding: 16px clamp(44px, 15vw, 72px);
  }

  .home-banner-artwork p {
    width: 100%;
    letter-spacing: 0.01em;
  }

  .home-banner-artwork.home-banner-short p {
    white-space: normal;
  }

  .home-banner-artwork.home-banner-medium,
  .home-banner-artwork.home-banner-long {
    width: min(100%, calc(100% - 12px));
    padding-inline: clamp(46px, 15vw, 76px);
  }

  .home-banner-artwork.home-banner-medium {
    min-height: clamp(116px, 31vw, 146px);
  }

  .home-banner-artwork.home-banner-long {
    min-height: clamp(138px, 36vw, 168px);
  }

  .home-banner-artwork.home-banner-short p {
    font-size: clamp(0.76rem, 3.65vw, 0.98rem);
    transform: translateY(-4px);
  }

  .home-banner-artwork.home-banner-medium p {
    font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(0.62rem, 3.15vw, 0.82rem);
    line-height: 0.98;
    transform: translateY(-8px);
  }

  .home-banner-artwork.home-banner-long p {
    font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(0.56rem, 2.65vw, 0.72rem);
    line-height: 1.02;
    transform: translateY(-10px);
  }

  .tile-menu {
    grid-template-columns: 1fr;
    width: min(240px, calc(100% - 96px));
  }

  .home-sprig-row {
    width: min(330px, calc(100% - 72px));
    gap: 2px;
    margin-top: 20px;
  }

  .home-sprig {
    width: min(156px, 43vw);
  }

  .nav-tile {
    min-height: 52px;
    font-size: clamp(0.78rem, 3.8vw, 0.92rem);
  }
}

.menu-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0, rgba(120, 77, 49, 0.22), transparent 30rem),
    #000;
}

.about-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0, rgba(120, 77, 49, 0.18), transparent 30rem),
    #000;
}

.about-hero {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 242, 205, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 238, 190, 0.18), rgba(37, 18, 2, 0.22)),
    #d9b75c;
  box-shadow:
    inset 0 -42px 70px rgba(37, 18, 2, 0.2),
    0 24px 68px rgba(0, 0, 0, 0.62);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 22, 18, 0.12), transparent 24%, transparent 76%, rgba(12, 22, 18, 0.12)),
    linear-gradient(180deg, rgba(255, 244, 214, 0.06), transparent 52%, rgba(35, 18, 4, 0.14));
  pointer-events: none;
}

.about-hero-image {
  width: 100%;
  height: auto;
  max-height: min(82vh, 820px);
  object-fit: contain;
  object-position: center center;
}

.contact-hero {
  display: block;
  width: 100%;
  height: clamp(280px, 43svh, 410px);
  margin: 0;
  overflow: hidden;
  border-block-end: 1px solid rgba(255, 242, 205, 0.24);
  background: #d9b75c;
  box-shadow:
    inset 0 -30px 56px rgba(37, 18, 2, 0.18),
    0 24px 68px rgba(0, 0, 0, 0.62);
}

.contact-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-page .menu-shell {
  margin-top: 0;
}

body.contact-page {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.about-story {
  width: 100%;
  padding: clamp(34px, 6vw, 72px) 20px clamp(44px, 7vw, 92px);
  background:
    linear-gradient(90deg, rgba(35, 13, 7, 0.16), transparent 18%, transparent 82%, rgba(35, 13, 7, 0.14)),
    linear-gradient(180deg, rgba(255, 239, 211, 0.93), rgba(230, 199, 160, 0.95)),
    #ead1ac;
  color: #241109;
}

.page-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  padding: clamp(22px, 4vw, 38px) 18px clamp(34px, 6vw, 58px);
}

.page-bottom-nav::before,
.page-bottom-nav::after {
  content: "";
  display: block;
  width: clamp(118px, 18vw, 230px);
  aspect-ratio: 3.1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.62;
  filter: drop-shadow(0 8px 10px rgba(82, 54, 28, 0.16));
  pointer-events: none;
}

.page-bottom-nav::before {
  background-image: url("assets/laurel-horizontal-left-traced.png?v=trace1");
  transform: rotate(2deg);
}

.page-bottom-nav::after {
  background-image: url("assets/laurel-horizontal-right-traced.png?v=trace1");
  transform: rotate(-2deg);
}

.page-home-link {
  flex: 0 0 auto;
  width: 150px;
  min-height: 48px;
  font-size: 0.84rem;
}

.about-copy {
  width: min(840px, 100%);
  margin: 0 auto;
  color: #241109;
  text-align: left;
}

.about-copy h1 {
  margin: 0 0 clamp(20px, 3vw, 30px);
  color: #2a140b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
  text-align: center;
}

.about-copy p {
  margin: 0;
  color: #3f2115;
  font-size: clamp(1.04rem, 1.65vw, 1.22rem);
  line-height: 1.62;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-signature {
  color: #2a140b;
  font-weight: 700;
  text-align: center;
}

.page-placeholder {
  padding-top: clamp(48px, 10vw, 120px);
}

.location-map-link {
  width: min(260px, 100%);
  margin: 34px auto 0;
}

.location-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 64px;
  color: #f8ebd7;
}

.location-header {
  max-width: 780px;
  margin: 0 auto clamp(22px, 4vw, 34px);
  text-align: center;
}

.location-header h1 {
  margin: 0;
  color: #f8ebd7;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.96;
}

.location-header p {
  margin: 12px 0 0;
  color: #ead1ac;
  font-size: clamp(1rem, 2vw, 1.24rem);
  font-style: italic;
  line-height: 1.35;
}

.location-map {
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(201, 142, 96, 0.7);
  border-radius: 8px;
  background: #ead1ac;
  box-shadow:
    inset 0 0 0 6px rgba(75, 33, 19, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.68);
}

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

.location-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 60px);
  width: min(900px, 100%);
  margin: clamp(28px, 5vw, 48px) auto 0;
}

.location-block {
  min-width: 0;
  text-align: center;
}

.location-block h2 {
  margin: 0 0 12px;
  color: #ead1ac;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-block p,
.hours-list {
  margin: 0;
  color: #f8ebd7;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.45;
}

.hours-subhead {
  margin-bottom: 16px;
  color: #ead1ac;
  font-style: italic;
  font-weight: 700;
}

.hours-list {
  display: grid;
  gap: 8px;
}

.hours-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
}

.hours-list dt,
.hours-list dd {
  margin: 0;
}

.hours-list dt {
  font-weight: 700;
  text-align: left;
}

.hours-list dd {
  text-align: right;
  white-space: nowrap;
}

.hours-note {
  margin-top: 18px;
  color: #ead1ac;
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  font-style: italic;
  line-height: 1.4;
}

.location-block .location-map-link {
  width: 160px;
  margin: 0;
}

.location-map-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 720px) {
  .location-shell {
    width: min(460px, calc(100% - 24px));
  }

  .location-header h1 {
    max-width: 10ch;
    margin-inline: auto;
    line-height: 1.04;
    text-wrap: balance;
  }

  .location-map {
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }

  .location-details {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(360px, 100%);
  }

  .hours-list {
    font-size: clamp(1rem, 4.3vw, 1.14rem);
  }

  .hours-list div {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .location-map-actions {
    flex-direction: column;
    align-items: center;
  }

  .location-block .location-map-link {
    width: min(180px, 100%);
  }

  .hours-list {
    width: min(290px, 100%);
    margin-inline: auto;
    font-size: 1rem;
  }

  .hours-list div {
    grid-template-columns: minmax(96px, 1fr) max-content;
    gap: 16px;
  }

  .hours-note {
    width: min(30ch, 100%);
    margin-inline: auto;
    overflow-wrap: break-word;
  }
}

.menu-nav {
  display: flex;
  justify-content: center;
  padding: 22px 18px 0;
}

.menu-home-link {
  width: 150px;
  min-height: 48px;
  font-size: 0.84rem;
}

.menu-shell {
  width: calc(100% - 28px);
  max-width: 1120px;
  margin: 22px auto 56px;
}

.menu-board {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid rgba(201, 142, 96, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(35, 13, 7, 0.2), transparent 20%, transparent 78%, rgba(35, 13, 7, 0.18)),
    linear-gradient(180deg, rgba(255, 239, 211, 0.86), rgba(230, 199, 160, 0.92)),
    #ead1ac;
  box-shadow:
    inset 0 0 0 6px rgba(75, 33, 19, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.68);
  color: #241109;
}

.menu-board::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(99, 53, 33, 0.42);
  border-radius: 4px;
  pointer-events: none;
}

.menu-sprig {
  position: absolute;
  z-index: 0;
  width: clamp(76px, 10vw, 128px);
  height: auto;
  opacity: 0.58;
  filter:
    drop-shadow(0 10px 12px rgba(82, 54, 28, 0.18));
  pointer-events: none;
  transform-origin: center;
}

.menu-sprig-left {
  top: clamp(18px, 5vw, 68px);
  left: clamp(8px, 5vw, 70px);
  transform: rotate(-3deg);
}

.menu-sprig-right {
  top: clamp(18px, 5vw, 68px);
  right: clamp(8px, 5vw, 70px);
  transform: rotate(3deg);
}

.menu-bottom-decoration {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 64px);
  margin-top: clamp(18px, 3vw, 28px);
  min-height: clamp(42px, 6vw, 72px);
  overflow: visible;
}

.menu-bottom-sprig {
  width: clamp(150px, 22vw, 260px);
  height: auto;
  opacity: 0.58;
  filter:
    drop-shadow(0 8px 10px rgba(82, 54, 28, 0.16));
  pointer-events: none;
}

.menu-bottom-sprig-left {
  transform: rotate(3deg);
}

.menu-bottom-sprig-right {
  transform: rotate(-3deg);
}

.menu-bottom-order {
  flex: 0 0 auto;
  width: 166px;
  min-height: 50px;
  font-size: 0.8rem;
}

.menu-bottom-actions {
  display: grid;
  justify-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.menu-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(142px, 16vw, 180px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto clamp(26px, 4vw, 42px);
  text-align: left;
}

.herb-divider {
  display: block;
  width: min(260px, 70%);
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, #7c8951 18%, #435d35 50%, #7c8951 82%, transparent);
  opacity: 0.76;
}

.menu-logo {
  width: clamp(142px, 16vw, 180px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 4px #111,
    0 12px 26px rgba(60, 25, 12, 0.24);
}

.menu-kicker {
  margin: 0 0 4px;
  color: #5b2d1f;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-header h1 {
  margin: 0;
  color: #2a140b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.farmstand-menu-title {
  display: grid;
  gap: 0;
}

.farmstand-menu-title span {
  display: block;
}

.farmstand-menu-title span:first-child {
  font-size: 0.48em;
  letter-spacing: 0.04em;
  line-height: 1;
}

.farmstand-menu-title span:last-child {
  line-height: 0.88;
}

.menu-tagline {
  margin: 10px 0 0;
  color: #5d3324;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-style: italic;
  line-height: 1.35;
  max-width: 48ch;
}

.menu-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 54px);
  align-items: stretch;
}

.menu-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(720px, 66vw, 820px);
}

.menu-column-left {
  gap: clamp(34px, 4vw, 52px);
}

.menu-column-right {
  gap: clamp(42px, 5vw, 66px);
}

.menu-section {
  min-width: 0;
}

.menu-visibility-loading [data-menu-section="pecan-pie-slice"],
.menu-visibility-loading [data-menu-section="salsa"] {
  display: none;
}

.menu-section h2 {
  display: inline-grid;
  place-items: center;
  min-width: 190px;
  min-height: 46px;
  margin: 0 0 16px;
  padding: 9px 20px;
  border: 1px solid #9d6a4c;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(255, 215, 170, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(83, 39, 25, 0.08), rgba(28, 9, 5, 0.58)),
    url("assets/butcher-block-texture.jpg") center 52% / 260% auto no-repeat,
    #5f3526;
  box-shadow:
    inset 0 2px 0 rgba(255, 229, 190, 0.28),
    inset 0 -4px 7px rgba(27, 10, 6, 0.62),
    0 5px 0 #241007,
    0 12px 18px rgba(64, 28, 13, 0.24);
  color: #fff7ec;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.9vw, 1.18rem);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.menu-section h2 span {
  text-shadow: 0 1px 0 #2a0e04;
}

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

.menu-items p,
.price-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  margin: 0;
  min-width: 0;
}

.menu-items-three p,
.price-columns {
  grid-template-columns: minmax(0, 1fr) 58px 58px;
}

.menu-items p span {
  display: flex;
  gap: 10px;
  align-items: baseline;
  min-width: 0;
  color: #28130b;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.8vw, 1.22rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

.menu-items p span::after {
  content: "";
  flex: 1 1 18px;
  min-width: 18px;
  border-bottom: 2px dotted rgba(44, 20, 10, 0.52);
  transform: translateY(-0.22em);
}

.menu-items strong {
  color: #251009;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  font-weight: 900;
  text-align: right;
}

.price-columns {
  margin: -4px 0 6px;
  color: #4e2a1c;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.cookie-group + .cookie-group {
  margin-top: 16px;
}

.cookie-group h3 {
  margin: 0 0 8px;
  color: #5a2b1d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2.5vw, 1.66rem);
  line-height: 1.05;
}

.menu-note {
  margin: 6px 0 0;
  color: #4f2a1c;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.96rem, 1.9vw, 1.16rem);
  font-weight: 900;
  line-height: 1.24;
  text-transform: uppercase;
}

.item-note {
  display: block;
  margin: -4px 0 4px;
  color: #5f3425;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 0.96rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.pie-section {
  width: 100%;
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.order-shell {
  max-width: 1180px;
}

.order-board {
  padding-bottom: clamp(26px, 4vw, 52px);
}

.order-header {
  max-width: 820px;
}

.order-header h1 {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
}

.order-form {
  position: relative;
  z-index: 1;
}

.order-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.admin-shell {
  width: min(1120px, calc(100% - 28px));
  margin: clamp(24px, 6vw, 58px) auto;
}

.admin-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(201, 142, 96, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(35, 13, 7, 0.18), transparent 22%, transparent 78%, rgba(35, 13, 7, 0.16)),
    linear-gradient(180deg, rgba(255, 239, 211, 0.9), rgba(230, 199, 160, 0.94)),
    #ead1ac;
  box-shadow:
    inset 0 0 0 6px rgba(83, 39, 25, 0.1),
    0 30px 80px rgba(0, 0, 0, 0.68);
  color: #241109;
}

.admin-panel h1 {
  margin: 0;
  color: #2a140b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.admin-section-title {
  margin: 0;
  color: #2a140b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.admin-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-copy {
  margin: 12px 0 22px;
  color: #5d3324;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-style: italic;
  line-height: 1.35;
}

.admin-form {
  display: grid;
  gap: 18px;
}

.admin-form textarea {
  width: 100%;
  min-height: 150px;
}

.admin-home-banner,
.admin-pickup-form,
.admin-holiday-items,
.admin-menu-items,
.admin-hours,
.admin-orders,
.admin-reviews {
  padding-bottom: 76px;
  border-bottom: 1px solid rgba(83, 39, 25, 0.24);
}

.admin-home-banner,
.admin-holiday-items,
.admin-menu-items,
.admin-hours,
.admin-orders,
.admin-reviews {
  margin-top: 34px;
  padding-top: 0;
}

.admin-hours-form {
  padding-bottom: 0;
}

.admin-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-submit,
.admin-logout {
  justify-self: start;
  min-width: 170px;
  min-height: 48px;
}

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

.admin-banner-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.admin-banner-choices legend {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  color: #2b1409;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-banner-choice {
  position: relative;
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 100%;
  padding: 12px;
  border: 1px solid rgba(83, 39, 25, 0.28);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.38);
  cursor: pointer;
}

.admin-banner-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-banner-choice span {
  color: #2a140b;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-banner-choice img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background:
    linear-gradient(45deg, rgba(83, 39, 25, 0.08) 25%, transparent 25% 75%, rgba(83, 39, 25, 0.08) 75%),
    linear-gradient(45deg, rgba(83, 39, 25, 0.08) 25%, transparent 25% 75%, rgba(83, 39, 25, 0.08) 75%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}

.admin-banner-choice:has(input:checked) {
  border-color: rgba(54, 72, 32, 0.92);
  box-shadow:
    inset 0 0 0 2px rgba(54, 72, 32, 0.32),
    0 8px 18px rgba(50, 24, 10, 0.16);
}

.admin-banner-choice:focus-within {
  outline: 3px solid rgba(54, 72, 32, 0.34);
  outline-offset: 3px;
}

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

.admin-product-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(83, 39, 25, 0.28);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.34);
}

.admin-product-group legend {
  padding: 0 8px;
  color: #2b1409;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-product-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(83, 39, 25, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 250, 238, 0.82), rgba(220, 185, 132, 0.22));
  cursor: pointer;
}

.admin-product-card input {
  width: 22px;
  height: 22px;
  accent-color: #3f522b;
}

.admin-product-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-product-card strong {
  color: #251006;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.admin-product-card small {
  color: #6a3a25;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.admin-product-card:has(input:not(:checked)) {
  opacity: 0.58;
  background:
    linear-gradient(90deg, rgba(220, 204, 174, 0.55), rgba(180, 145, 106, 0.18));
}

.admin-product-card:has(input:checked) {
  border-color: rgba(63, 82, 43, 0.54);
  box-shadow: inset 0 0 0 1px rgba(63, 82, 43, 0.18);
}

.admin-product-card:focus-within {
  outline: 3px solid rgba(54, 72, 32, 0.28);
  outline-offset: 2px;
}

.admin-remove {
  filter: saturate(0.88) brightness(0.94);
}

.admin-logout {
  min-width: 130px;
  font-size: 0.74rem;
}

.admin-message {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 6px;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.admin-success {
  background: rgba(88, 112, 50, 0.18);
  color: #31401f;
}

.admin-error {
  background: rgba(130, 52, 34, 0.16);
  color: #5a2418;
}

.admin-empty {
  background: rgba(88, 112, 50, 0.12);
  color: #31401f;
}

.admin-section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.admin-section-topline h2 {
  margin: 0;
  color: #2a140b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.admin-download {
  flex: 0 0 auto;
  min-width: 150px;
  min-height: 46px;
  font-size: 0.72rem;
}

.admin-orders .menu-kicker {
  margin-bottom: 10px;
}

.admin-week-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  margin: 0 0 26px;
}

.admin-week-form {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 150px;
  align-items: end;
  gap: 12px;
}

.admin-week-select {
  min-width: 0;
}

.admin-filter {
  min-width: 150px;
  min-height: 46px;
  font-size: 0.72rem;
}

.admin-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: end;
  gap: 12px;
}

.admin-downloads .admin-download {
  min-width: 220px;
  min-height: 48px;
  padding-inline: 18px;
}

.admin-downloads .admin-download span {
  white-space: nowrap;
}

.admin-order-delete-form {
  margin-top: 8px;
}

.admin-order-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.admin-select-all,
.admin-order-delete {
  min-width: 132px;
  min-height: 46px;
  font-size: 0.72rem;
}

.nav-tile:disabled,
.nav-tile[aria-disabled="true"] {
  cursor: not-allowed;
  filter: grayscale(0.24);
  opacity: 0.54;
}

.nav-tile:disabled:hover,
.nav-tile[aria-disabled="true"]:hover {
  transform: translate3d(0, 0, 0);
}

.admin-order-table-wrap {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(83, 39, 25, 0.22);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.42);
}

.admin-order-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: #241109;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.25;
}

.admin-order-table th,
.admin-order-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(83, 39, 25, 0.16);
  text-align: left;
  vertical-align: top;
}

.admin-order-table th {
  background: rgba(83, 39, 25, 0.13);
  color: #34180d;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-order-select {
  width: 54px;
  text-align: center;
}

.admin-order-checkbox {
  display: inline-grid;
  place-items: center;
}

.admin-order-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #71331f;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admin-order-table tr:last-child td {
  border-bottom: 0;
}

.admin-order-table strong {
  color: #35190d;
}

.admin-review-groups {
  display: grid;
  gap: 22px;
}

.admin-review-group h3 {
  margin: 0 0 12px;
  color: #34180d;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-review-list {
  display: grid;
  gap: 14px;
}

.admin-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(83, 39, 25, 0.18);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.36);
}

.admin-review-card strong {
  color: #2a140b;
}

.admin-review-card p {
  margin: 8px 0;
  color: #4d2a1c;
  font-size: 1rem;
  line-height: 1.35;
}

.admin-review-card small {
  color: #6b3f2b;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.admin-review-actions {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 10px;
}

.admin-review-button {
  min-width: 138px;
  min-height: 42px;
  font-size: 0.68rem;
}

.admin-review-delete span {
  white-space: nowrap;
}

@media (max-width: 620px) {
  .admin-topline,
  .admin-section-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-week-tools,
  .admin-week-form {
    grid-template-columns: 1fr;
  }

  .admin-week-tools,
  .admin-week-form,
  .admin-downloads,
  .admin-order-bulk-actions {
    align-items: stretch;
  }

  .admin-hours-grid,
  .admin-banner-choices,
  .admin-product-grid,
  .admin-review-card {
    grid-template-columns: 1fr;
  }

  .admin-downloads {
    justify-content: stretch;
  }

  .admin-review-actions {
    justify-content: stretch;
  }

  .admin-download,
  .admin-filter,
  .admin-submit,
  .admin-logout,
  .admin-select-all,
  .admin-order-delete,
  .admin-review-button {
    width: 100%;
  }
}

.order-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}

.order-intro {
  grid-column: span 2;
  max-width: 820px;
  margin: -6px auto 2px;
  color: #5d3324;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

.order-intro p {
  margin: 0;
}

.order-intro p + p {
  margin-top: 14px;
}

.order-panel {
  min-width: 0;
  margin: 0;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(102, 57, 34, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 247, 229, 0.46), rgba(195, 146, 90, 0.18)),
    rgba(255, 239, 210, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.order-panel legend {
  padding: 0 8px;
  color: #34180d;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-contact,
.order-holiday-items,
.order-pickup,
.order-notes {
  grid-column: span 2;
}

.order-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-email-field {
  grid-column: 1 / -1;
}

.order-items {
  display: grid;
  gap: 10px;
}

.order-item,
.order-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #28130b;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.order-item {
  grid-template-columns: minmax(0, 1fr) minmax(86px, 116px);
  align-items: center;
}

.order-item small {
  display: block;
  margin-top: 2px;
  color: #6b3f2b;
  font-size: 0.72rem;
  line-height: 1.15;
}

.order-field input,
.order-field textarea,
.order-field select,
.order-item select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(75, 33, 19, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 251, 235, 0.96), rgba(244, 221, 181, 0.94));
  box-shadow:
    inset 0 2px 5px rgba(73, 34, 16, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.36);
  color: #241109;
  font: 700 1rem/1.2 Georgia, "Times New Roman", serif;
}

.order-field input,
.order-field textarea {
  padding: 10px 12px;
}

.order-field textarea::placeholder,
.order-field input::placeholder {
  color: rgba(80, 55, 41, 0.62);
  opacity: 1;
}

.order-field select,
.order-item select {
  padding: 8px 34px 8px 12px;
}

.order-field textarea {
  resize: vertical;
}

.order-field input:focus,
.order-field textarea:focus,
.order-field select:focus,
.order-item select:focus {
  outline: 2px solid rgba(84, 102, 43, 0.74);
  outline-offset: 2px;
}

.order-pickup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-notes {
  display: grid;
  gap: 14px;
}

.order-notes .order-field > span {
  text-transform: none;
}

.order-message {
  min-height: 24px;
  margin: 18px auto 0;
  color: #432315;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.privacy-note {
  max-width: 620px;
  margin: 8px auto 0;
  color: rgba(82, 45, 25, 0.78);
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.7rem, 1.2vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}

.order-submit-stack {
  margin: 10px auto 0;
  text-align: center;
}

.order-submit-stack .order-privacy-note {
  margin: 0 auto 6px;
}

.order-submit-stack .order-actions {
  margin-top: 0;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.order-actions .nav-tile {
  width: 170px;
  min-height: 50px;
}

.order-submit[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.72;
}

.order-review-open {
  overflow: hidden;
}

.order-review-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 38px);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(3px);
}

.order-review-overlay[hidden] {
  display: none;
}

.order-review-modal {
  width: min(760px, 100%);
  max-height: min(82svh, 760px);
  overflow: auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(102, 57, 34, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(35, 13, 7, 0.16), transparent 18%, transparent 82%, rgba(35, 13, 7, 0.14)),
    linear-gradient(180deg, rgba(255, 239, 211, 0.97), rgba(230, 199, 160, 0.98)),
    #ead1ac;
  box-shadow:
    inset 0 0 0 6px rgba(83, 39, 25, 0.1),
    0 30px 80px rgba(0, 0, 0, 0.78);
  color: #241109;
}

.order-review-header {
  margin-bottom: 16px;
  text-align: center;
}

.order-review-header h2 {
  margin: 0;
  color: #2a140b;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.order-review-header p {
  margin: 8px 0 0;
  color: #5d3324;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  font-style: italic;
}

.order-review-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.order-review-section {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(102, 57, 34, 0.28);
  border-radius: 8px;
  background: rgba(255, 248, 229, 0.42);
}

.order-review-section h3 {
  margin: 0 0 8px;
  color: #34180d;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-review-section p {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: #241109;
  font-size: 0.98rem;
  line-height: 1.24;
}

.order-review-section p + p {
  margin-top: 7px;
}

.order-review-section strong {
  color: #5d3324;
  font-family: "Arial Narrow", "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.order-review-section span {
  overflow-wrap: anywhere;
}

.order-review-total-row {
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 1px solid rgba(93, 51, 36, 0.28);
}

.order-review-total-row strong,
.order-review-total-row span {
  color: #2a140b;
  font-weight: 900;
}

.order-review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.order-review-actions .nav-tile {
  width: 170px;
  min-height: 48px;
}

.order-hidden-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 820px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-column {
    min-height: 0;
  }

  .menu-column,
  .menu-column-left,
  .menu-column-right {
    gap: 24px;
  }

  .pie-section {
    width: 100%;
  }

  .menu-bottom-decoration {
    gap: clamp(14px, 3vw, 26px);
    margin-top: 18px;
    min-height: 48px;
  }

  .menu-bottom-sprig {
    width: min(150px, 28vw);
  }

  .menu-bottom-order {
    width: 146px;
    min-height: 48px;
    font-size: 0.76rem;
  }

  .menu-bottom-actions {
    gap: 6px;
  }

  .order-sections,
  .order-contact,
  .order-pickup {
    grid-template-columns: 1fr;
  }

  .order-intro,
  .order-contact,
  .order-holiday-items,
  .order-pickup,
  .order-notes {
    grid-column: span 1;
  }

  .order-review-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .order-review-modal {
    max-height: 88svh;
    padding: 16px;
  }

  .order-review-section p {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 680px) {
  .menu-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .menu-logo {
    width: clamp(142px, 42vw, 188px);
  }
}

@media (max-width: 560px) {
  .menu-shell {
    width: calc(100% - 16px);
    max-width: 460px;
    margin-top: 16px;
  }

  .menu-board {
    padding: 18px;
  }

  .menu-board::before {
    inset: 8px;
  }

  .herb-divider {
    margin: 12px auto 0;
  }

  .menu-section h2 {
    min-width: 168px;
  }

  .menu-bottom-decoration {
    gap: 8px;
  }

  .menu-bottom-sprig {
    width: min(96px, 25vw);
  }

  .menu-bottom-order {
    width: 126px;
    min-height: 44px;
    font-size: 0.68rem;
  }

  .menu-bottom-actions {
    gap: 5px;
  }

  .menu-items-three p,
  .price-columns {
    grid-template-columns: minmax(0, 1fr) 40px 40px;
    gap: 8px;
  }

  .menu-items p {
    gap: 8px;
  }

  .menu-items p span {
    display: block;
    gap: 0;
    overflow-wrap: anywhere;
  }

  .menu-items p span::after {
    display: none;
  }

  .menu-items strong {
    font-size: 1.02rem;
    white-space: nowrap;
  }

  .menu-items-three strong {
    display: grid;
    gap: 1px;
    line-height: 1;
  }

  .menu-items-three strong::before {
    content: attr(data-label);
    color: #6c3d2b;
    font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .price-columns {
    display: none;
  }

  .menu-tagline {
    max-width: 27ch;
    margin-inline: auto;
  }

  .cookie-group h3 {
    font-size: 1.18rem;
  }
}

@media (min-width: 821px) {
  .menu-nav {
    padding-top: 10px;
  }

  .menu-home-link {
    width: 130px;
    min-height: 38px;
    font-size: 0.72rem;
  }

  .menu-shell {
    width: calc(100% - 24px);
    margin: 10px auto 24px;
  }

  .menu-board {
    padding: 18px 28px;
  }

  .menu-board::before {
    inset: 10px;
  }

  .menu-sprig {
    width: clamp(72px, 7vw, 96px);
  }

  .menu-sprig-left {
    top: 18px;
    left: clamp(16px, 4vw, 54px);
  }

  .menu-sprig-right {
    top: 18px;
    right: clamp(16px, 4vw, 54px);
  }

  .menu-header {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 18px;
    max-width: 610px;
    margin-bottom: 14px;
  }

  .menu-logo {
    width: 116px;
  }

  .menu-kicker {
    margin-bottom: 2px;
    font-size: 0.72rem;
  }

  .menu-header h1 {
    font-size: clamp(3rem, 5.4vw, 4.8rem);
  }

  .menu-tagline {
    margin-top: 5px;
    font-size: clamp(0.86rem, 1.3vw, 1rem);
    line-height: 1.2;
  }

  .herb-divider {
    width: min(210px, 62%);
    margin-top: 7px;
  }

  .menu-grid {
    gap: clamp(22px, 3.2vw, 38px);
  }

  .menu-column {
    min-height: 0;
  }

  .menu-column-left,
  .menu-column-right {
    gap: 18px;
  }

  .menu-section h2 {
    min-width: 156px;
    min-height: 36px;
    margin-bottom: 9px;
    padding: 6px 16px;
    font-size: 0.88rem;
    box-shadow:
      inset 0 2px 0 rgba(255, 229, 190, 0.28),
      inset 0 -4px 7px rgba(27, 10, 6, 0.62),
      0 4px 0 #241007,
      0 10px 14px rgba(64, 28, 13, 0.2);
  }

  .menu-items {
    gap: 4px;
  }

  .menu-items p,
  .price-columns {
    gap: 10px;
  }

  .menu-items p span {
    font-size: clamp(0.84rem, 1.3vw, 1rem);
  }

  .menu-items strong {
    font-size: clamp(0.96rem, 1.35vw, 1.12rem);
  }

  .price-columns {
    margin-bottom: 2px;
    font-size: 0.72rem;
  }

  .cookie-group + .cookie-group {
    margin-top: 8px;
  }

  .cookie-group h3 {
    margin-bottom: 4px;
    font-size: clamp(1rem, 1.75vw, 1.24rem);
  }

  .menu-note {
    margin-top: 3px;
    font-size: clamp(0.78rem, 1.2vw, 0.92rem);
    line-height: 1.16;
  }

  .item-note {
    margin: -2px 0 2px;
    font-size: clamp(0.7rem, 1vw, 0.8rem);
  }

  .menu-bottom-decoration {
    gap: clamp(28px, 4.6vw, 56px);
    margin-top: 8px;
    min-height: 48px;
  }

  .menu-bottom-sprig {
    width: clamp(126px, 18vw, 210px);
  }

  .menu-bottom-order {
    width: 142px;
    min-height: 40px;
    font-size: 0.7rem;
  }

  .menu-bottom-actions {
    gap: 6px;
  }

}

@media (min-width: 821px) and (max-height: 960px) {
  .menu-nav {
    padding-top: 6px;
  }

  .menu-home-link {
    width: 118px;
    min-height: 32px;
    font-size: 0.66rem;
  }

  .menu-shell {
    margin: 6px auto 12px;
  }

  .menu-board {
    padding: 12px 22px;
  }

  .menu-board::before {
    inset: 8px;
  }

  .menu-sprig {
    width: clamp(58px, 6vw, 78px);
    opacity: 0.48;
  }

  .menu-header {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    max-width: 530px;
    margin-bottom: 8px;
  }

  .menu-logo {
    width: 92px;
  }

  .menu-kicker {
    font-size: 0.64rem;
  }

  .menu-header h1 {
    font-size: clamp(2.6rem, 4.9vw, 4.1rem);
  }

  .menu-tagline {
    margin-top: 3px;
    font-size: 0.8rem;
    line-height: 1.12;
  }

  .herb-divider {
    height: 2px;
    margin-top: 5px;
  }

  .menu-grid {
    gap: clamp(18px, 3vw, 32px);
  }

  .menu-column-left,
  .menu-column-right {
    gap: 10px;
  }

  .menu-section h2 {
    min-width: 140px;
    min-height: 30px;
    margin-bottom: 6px;
    padding: 5px 14px;
    font-size: 0.74rem;
  }

  .menu-items {
    gap: 2px;
  }

  .menu-items p span {
    font-size: clamp(0.74rem, 1.05vw, 0.86rem);
    line-height: 1;
  }

  .menu-items strong {
    font-size: clamp(0.82rem, 1.1vw, 0.96rem);
  }

  .menu-items p span::after {
    border-bottom-width: 1px;
  }

  .menu-items-three p,
  .price-columns {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
  }

  .price-columns {
    margin: -3px 0 1px;
    font-size: 0.64rem;
  }

  .cookie-group + .cookie-group {
    margin-top: 5px;
  }

  .cookie-group h3 {
    margin-bottom: 2px;
    font-size: 1rem;
  }

  .menu-note {
    margin-top: 2px;
    font-size: 0.72rem;
    line-height: 1.08;
  }

  .item-note {
    margin: -1px 0 1px;
    font-size: 0.64rem;
    line-height: 1.05;
  }

  .menu-bottom-decoration {
    gap: clamp(20px, 4vw, 44px);
    margin-top: 4px;
    min-height: 38px;
  }

  .menu-bottom-sprig {
    width: clamp(110px, 15vw, 168px);
  }

  .menu-bottom-order {
    width: 126px;
    min-height: 34px;
    font-size: 0.62rem;
  }

  .menu-bottom-actions {
    gap: 4px;
  }

}

.contact-page .menu-shell {
  width: min(980px, calc(100% - 28px));
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0 auto;
  padding-top: clamp(8px, 1.4svh, 14px);
}

.contact-board {
  padding: clamp(12px, 1.4vw, 18px);
}

.contact-board::before {
  inset: 10px;
}

.contact-board .menu-sprig {
  width: clamp(50px, 6vw, 82px);
  opacity: 0.4;
}

.contact-board .menu-header {
  grid-template-columns: clamp(56px, 6vw, 76px) minmax(0, 1fr);
  gap: clamp(8px, 1.5vw, 14px);
  max-width: 640px;
  margin-bottom: clamp(6px, 1svh, 10px);
}

.contact-board .menu-header > div {
  text-align: center;
}

.contact-board .menu-logo {
  width: clamp(56px, 6vw, 76px);
}

.contact-board .menu-header h1 {
  font-size: clamp(1.9rem, 3.7vw, 3.2rem);
  line-height: 0.95;
}

.contact-board .menu-tagline {
  margin-top: 4px;
  font-size: clamp(0.88rem, 1.25vw, 1.02rem);
  line-height: 1.16;
}

.contact-board .herb-divider {
  width: min(260px, 82%);
  height: 2px;
  margin: 6px auto 0;
}

.contact-sections {
  gap: clamp(8px, 1.2vw, 14px);
}

.review-sections {
  grid-template-columns: minmax(0, 1fr);
  max-width: 680px;
  margin-inline: auto;
}

.review-board .menu-header {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 680px;
  text-align: center;
}

.review-board .menu-header > div {
  text-align: center;
}

.review-board .menu-logo {
  width: clamp(58px, 7vw, 86px);
}

.review-board {
  padding-bottom: clamp(28px, 2.6vw, 40px);
}

.review-board .order-actions {
  margin-top: 8px;
  margin-bottom: 4px;
}

.contact-hero.review-hero {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(246, 218, 150, 0.28), rgba(77, 45, 14, 0.18)),
    #d9b75c;
}

.contact-hero.review-hero::before {
  content: "";
  position: absolute;
  inset: -32px;
  z-index: 0;
  background:
    url("assets/review-riders-farmstand-final.jpg") center center / cover no-repeat,
    #d9b75c;
  filter: blur(26px) brightness(0.78) saturate(1.04);
  transform: scale(1.1);
  opacity: 0.88;
  pointer-events: none;
}

.contact-hero.review-hero .contact-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.contact-panel {
  padding: clamp(8px, 1vw, 12px);
}

.contact-panel legend {
  font-size: clamp(0.82rem, 1.25vw, 0.98rem);
}

.contact-panel .order-field {
  gap: 4px;
  font-size: 0.84rem;
}

.contact-panel .order-field input,
.contact-panel .order-field textarea {
  min-height: 31px;
  padding: 5px 9px;
}

.contact-board .order-message {
  min-height: 0;
  margin-top: 4px;
  font-size: 0.8rem;
}

.contact-board .order-actions {
  margin-top: 4px;
}

.contact-board .privacy-note,
.review-board .privacy-note {
  max-width: 540px;
  margin-top: 8px;
  font-size: clamp(0.66rem, 1vw, 0.78rem);
}

.contact-board .order-actions .nav-tile {
  width: 150px;
  min-height: 36px;
  font-size: 0.74rem;
}

.contact-page .page-bottom-nav {
  margin-top: clamp(6px, 1.2svh, 12px);
  gap: clamp(12px, 2.5vw, 24px);
  padding: 2px 18px clamp(10px, 1.8svh, 16px);
}

.contact-page .page-bottom-nav::before,
.contact-page .page-bottom-nav::after {
  width: clamp(86px, 12vw, 150px);
}

.contact-page .page-home-link {
  width: 132px;
  min-height: 38px;
  font-size: 0.72rem;
}

@media (max-width: 760px) {
  .contact-hero {
    height: clamp(230px, 44svh, 300px);
  }

  .contact-board .menu-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }

  .contact-board .menu-header > div {
    text-align: center;
  }

  .contact-board .menu-logo {
    width: clamp(42px, 12vw, 54px);
  }

  .contact-board .menu-header h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .contact-board .menu-tagline {
    margin-top: 2px;
    font-size: 0.78rem;
    line-height: 1.08;
  }

  .contact-board .herb-divider {
    margin-inline: auto;
  }

  .contact-sections {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 6px;
  }

  .review-sections {
    grid-template-columns: 1fr;
  }

  .contact-board {
    padding: 10px;
  }

  .contact-board::before {
    inset: 7px;
  }

  .contact-panel {
    padding: 7px;
  }

  .contact-panel legend {
    padding-inline: 4px;
    font-size: 0.68rem;
  }

  .contact-panel .order-field {
    gap: 2px;
    font-size: 0.7rem;
  }

  .contact-panel .order-field input,
  .contact-panel .order-field textarea {
    min-height: 28px;
    padding: 4px 7px;
    font-size: 0.78rem;
  }

  .contact-panel .order-field textarea {
    min-height: 78px;
  }

  .contact-board .order-actions .nav-tile {
    width: 126px;
    min-height: 32px;
    font-size: 0.66rem;
  }

  .contact-page .page-bottom-nav {
    margin-top: 6px;
    padding: 0 12px 10px;
  }

  .contact-page .page-bottom-nav::before,
  .contact-page .page-bottom-nav::after {
    width: clamp(64px, 20vw, 86px);
  }

  .contact-page .page-home-link {
    width: 118px;
    min-height: 34px;
    font-size: 0.66rem;
  }
}

.review-board {
  padding-bottom: clamp(32px, 3vw, 44px);
}

.review-board .order-actions {
  margin-top: 4px;
  margin-bottom: 0;
}

.review-board .privacy-note {
  margin-top: 4px;
}

@media (max-width: 760px) {
  .review-board {
    padding: 10px 10px 32px;
  }
}

.review-google-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(8px, 1.4svh, 14px);
  padding-inline: 16px;
}

.google-review-link {
  width: min(240px, 100%);
  min-height: 42px;
  font-size: clamp(0.68rem, 1vw, 0.8rem);
}

.location-page .location-shell {
  margin-bottom: clamp(10px, 2vw, 18px);
}

.location-page .page-bottom-nav {
  gap: clamp(12px, 3vw, 28px);
  padding: 0 18px clamp(18px, 3vw, 28px);
}

.location-page .page-bottom-nav::before,
.location-page .page-bottom-nav::after {
  width: clamp(86px, 14vw, 165px);
  opacity: 0.52;
}

.location-page .page-home-link {
  width: 138px;
  min-height: 42px;
  font-size: 0.76rem;
}

@media (min-width: 900px) {
  .contact-hero {
    position: relative;
    display: grid;
    place-items: center;
    height: clamp(320px, 43svh, 720px);
    background:
      url("assets/contact-pony-mail-rider.jpg") center center / cover no-repeat,
      #d9b75c;
  }

  .contact-hero::before {
    content: "";
    position: absolute;
    inset: -18px;
    background: inherit;
    filter: blur(12px) brightness(0.82) saturate(1.05);
    transform: scale(1.04);
    pointer-events: none;
  }

  .contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(10, 7, 4, 0.2), transparent 18%, transparent 82%, rgba(10, 7, 4, 0.2)),
      linear-gradient(180deg, rgba(255, 244, 214, 0.06), transparent 52%, rgba(28, 13, 4, 0.18));
    pointer-events: none;
  }

  .contact-hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(25, 12, 4, 0.26));
  }
}

.farmstand-menu-header {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 780px;
  text-align: center;
}

.farmstand-menu-header > div {
  width: 100%;
}

.farmstand-menu-header .farmstand-menu-title {
  justify-items: center;
}

.farmstand-menu-header .menu-tagline {
  margin-inline: auto;
  text-align: center;
}

.farmstand-menu-header .herb-divider {
  width: min(430px, 82%);
  height: 3px;
  margin: 14px auto 0;
}

.menu-stand-note {
  max-width: 680px;
  margin: 12px auto 0;
  color: #4f2a1c;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.45vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.24;
  text-transform: uppercase;
}

.menu-order-note {
  max-width: 430px;
  margin: 0 auto 9px;
  color: #4f2a1c;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.82rem, 1.25vw, 0.98rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 821px) {
  .farmstand-menu-header {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .farmstand-menu-header .herb-divider {
    width: min(400px, 80%);
    margin-top: 10px;
  }
}

@media (min-width: 821px) and (max-height: 960px) {
  .farmstand-menu-header {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-bottom: 12px;
  }

  .farmstand-menu-header .herb-divider {
    width: min(380px, 78%);
  }

  .menu-stand-note {
    margin-top: 8px;
    font-size: 0.72rem;
    line-height: 1.12;
  }

  .menu-order-note {
    max-width: 360px;
    margin-bottom: 6px;
    font-size: 0.66rem;
    line-height: 1.08;
  }
}

@media (max-width: 680px) {
  .farmstand-menu-header .herb-divider {
    width: min(330px, 86%);
  }

  .menu-stand-note {
    max-width: 32ch;
    font-size: 0.78rem;
  }

  .menu-order-note {
    max-width: 28ch;
    font-size: 0.7rem;
  }
}

.review-board .menu-header {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 680px;
  text-align: center;
}

.review-board .menu-header > div {
  text-align: center;
}

.review-board .menu-logo {
  width: clamp(58px, 7vw, 86px);
}
