:root {
  --ink: #111811;
  --green: #0d5838;
  --deep-green: #063a28;
  --leaf-light: #3f8051;
  --yellow: #ffd52f;
  --red: #842223;
  --cream: #f7f0e4;
  --white: #ffffff;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --hand: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  --hag-admin-bar-offset: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.shell {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.topline {
  min-height: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 6px max(28px, calc((100vw - 1320px) / 2));
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.topline > a:first-of-type {
  color: var(--yellow);
  text-align: center;
}

.topline > a:last-child {
  justify-self: end;
}

.site-header {
  position: sticky;
  z-index: 120;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--red);
  color: var(--white);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand img {
  width: 56px;
  height: 56px;
  flex: none;
  border: 2px solid var(--yellow);
  object-fit: cover;
}

.brand > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.brand strong {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.95;
  white-space: nowrap;
}

.brand small {
  margin-top: 6px;
  color: var(--yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
}

.desktop-nav a {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 4px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-order {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 20px;
  padding-inline: 20px;
  border: 2px solid var(--yellow);
  background: var(--yellow);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 150ms ease, color 150ms ease;
}

.nav-order:hover,
.nav-order:focus-visible {
  background: transparent;
  color: var(--yellow);
}

.mobile-nav {
  position: relative;
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 118px - var(--hag-admin-bar-offset));
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--red);
  color: var(--white);
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  z-index: -3;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.06);
  animation: hero-drift 18s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(78, 14, 18, 0.97) 0%, rgba(91, 20, 25, 0.84) 47%, rgba(132, 34, 35, 0.32) 76%, rgba(48, 8, 12, 0.56) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, transparent 44%);
}

@keyframes hero-drift {
  from { transform: scale(1.01); }
  to { transform: scale(1.075); }
}

.hero-inner {
  position: relative;
  z-index: 3;
  padding-block: clamp(54px, 9svh, 82px) clamp(100px, 14svh, 120px);
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--yellow);
}

.hero h1,
.welcome-section h2,
.order-copy-panel h2,
.favorites-section h2,
.gallery-title-card h2,
.gather-section h2,
.visit-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 850px;
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(58px, 7.2vw, 104px);
  line-height: 0.84;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  color: var(--yellow);
}

.hero-script {
  margin: 26px 0 0 9px;
  color: var(--white);
  font-family: var(--hand);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  transform: rotate(-2deg);
}

.hero-copy {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.hero-actions,
.gather-actions,
.visit-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-inline: 23px;
  border: 3px solid currentColor;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 150ms ease, background-color 150ms ease, color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-yellow {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.button-ghost {
  border-color: var(--white);
  background: rgba(0, 0, 0, 0.18);
  color: var(--white);
}

.button-red {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button-light-outline {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
}

.hero-hours {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  min-width: 340px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 34px;
  border-top: 3px solid var(--yellow);
  border-left: 3px solid var(--yellow);
  background: var(--red);
}

.hero-hours span {
  color: var(--yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-hours strong {
  margin-top: 6px;
  font-size: 14px;
}

.leaf-spray {
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 280px;
  pointer-events: none;
}

.leaf-spray i {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 40px;
  height: 152px;
  border-radius: 100% 0 100% 0;
  background: var(--green);
  transform-origin: 50% 100%;
}

.leaf-spray i:nth-child(1) { transform: translateX(-50%) rotate(-64deg); }
.leaf-spray i:nth-child(2) { transform: translateX(-50%) rotate(-32deg); background: var(--deep-green); }
.leaf-spray i:nth-child(3) { transform: translateX(-50%) rotate(0); background: var(--leaf-light); }
.leaf-spray i:nth-child(4) { transform: translateX(-50%) rotate(32deg); }
.leaf-spray i:nth-child(5) { transform: translateX(-50%) rotate(64deg); background: var(--deep-green); }

.hero-leaves {
  bottom: -120px;
  opacity: 0.72;
}

.hero-leaves-left {
  left: -70px;
  transform: rotate(-15deg) scale(1.25);
}

.hero-leaves-right {
  right: -80px;
  transform: rotate(18deg) scale(0.95);
}

.flavor-ribbon {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 50px);
  padding: 16px 24px;
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 950;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.flavor-ribbon i {
  color: var(--red);
  font-size: 19px;
  font-style: normal;
}

.welcome-section {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 12px solid var(--red);
  background: var(--cream);
  color: var(--ink);
}

.welcome-inner {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  padding-block: 115px;
  text-align: center;
}

.welcome-section .section-kicker,
.order-copy-panel .section-kicker,
.gather-section .section-kicker {
  color: var(--red);
}

.welcome-section h2 {
  max-width: 1000px;
  margin: 18px auto 0;
  font-size: clamp(62px, 7.8vw, 108px);
  line-height: 0.91;
  text-wrap: balance;
}

.welcome-section p:not(.section-kicker) {
  max-width: 730px;
  margin: 32px auto 0;
  color: rgba(17, 24, 17, 0.78);
  font-size: 18px;
  font-weight: 650;
}

.underlined-link,
.call-link {
  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 3px solid currentColor;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-section .underlined-link {
  margin-top: 34px;
  color: var(--red);
}

.welcome-leaves {
  top: -100px;
  right: -40px;
  transform: rotate(28deg) scale(1.6);
  opacity: 0.18;
}

.order-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 790px;
  background: var(--ink);
}

.order-photo-wall {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--ink);
}

.order-photo-wall figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

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

.order-photo-large {
  inset: 0 14% 0 0;
}

.order-photo-large img {
  object-position: 48% center;
}

.order-photo-small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 49%;
  border-top: 8px solid var(--red);
  border-left: 8px solid var(--red);
}

.photo-caption {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  padding: 10px 14px;
  background: var(--red);
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.order-copy-panel {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(60px, 7vw, 112px);
  background: var(--cream);
  color: var(--ink);
}

.order-copy-panel > div {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.order-copy-panel .section-kicker {
  color: var(--red);
}

.order-copy-panel h2 {
  margin-top: 18px;
  font-size: clamp(56px, 6vw, 94px);
  line-height: 0.91;
}

.order-copy-panel p:not(.section-kicker) {
  max-width: 510px;
  margin: 29px 0 0;
  font-size: 17px;
  font-weight: 650;
}

.order-copy-panel .button {
  margin-top: 34px;
}

.call-link {
  display: flex;
  margin-top: 22px;
  color: var(--red);
}

.order-leaves {
  right: -115px;
  bottom: -112px;
  transform: rotate(18deg) scale(1.55);
  opacity: 0.22;
}

.order-leaves i:nth-child(4) {
  background: var(--green);
}

.favorites-section {
  padding-block: 120px;
  background: var(--red);
  color: var(--white);
}

.favorites-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.7fr 0.85fr;
  align-items: end;
  gap: 46px;
}

.favorites-heading .section-kicker {
  color: var(--yellow);
}

.favorites-heading h2 {
  font-size: clamp(58px, 6.8vw, 96px);
  line-height: 0.91;
}

.favorites-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.favorite-list {
  margin-top: 72px;
  border-top: 4px solid rgba(255, 255, 255, 0.52);
}

.favorite-list article {
  min-height: 148px;
  display: grid;
  grid-template-columns: 70px 1.1fr 1.4fr 52px;
  align-items: center;
  gap: 28px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.52);
}

.favorite-list article > span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.favorite-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.favorite-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}

.favorite-list article > a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 3px solid var(--yellow);
  background: var(--yellow);
  color: var(--ink);
  font-size: 18px;
}

.favorites-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.gallery-section {
  position: relative;
  background: var(--ink);
}

.gallery-title-card {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100% - 48px));
  padding: 50px 55px;
  border: 5px solid var(--yellow);
  background: rgba(132, 34, 35, 0.96);
  color: var(--white);
  text-align: center;
  transform: translate(-50%, -50%);
}

.gallery-title-card .section-kicker {
  color: var(--yellow);
}

.gallery-title-card h2 {
  margin-top: 14px;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 0.92;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-row figure {
  position: relative;
  height: clamp(520px, 52vw, 760px);
  margin: 0;
  overflow: hidden;
  border-right: 4px solid var(--ink);
  background: var(--ink);
}

.gallery-row figure:last-child {
  border-right: 0;
}

.gallery-row figure::after {
  position: absolute;
  inset: 0;
  background: rgba(132, 34, 35, 0.14);
  content: "";
  transition: background-color 250ms ease;
}

.gallery-row figure:hover::after {
  background: transparent;
}

.gallery-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gather-section {
  position: relative;
  overflow: hidden;
  padding-block: 118px;
  background: var(--cream);
  color: var(--ink);
}

.gather-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
}

.gather-inner > img {
  width: 360px;
  height: 360px;
  border: 5px solid var(--yellow);
  object-fit: cover;
}

.gather-section h2 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(58px, 7vw, 100px);
  line-height: 0.9;
}

.gather-section p:not(.section-kicker) {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(17, 24, 17, 0.78);
  font-size: 17px;
  font-weight: 650;
}

.gather-actions .underlined-link {
  color: var(--red);
}

.gather-leaves-left,
.gather-leaves-right {
  opacity: 0.15;
}

.gather-leaves-left {
  left: -90px;
  bottom: -110px;
  transform: rotate(-18deg) scale(1.5);
}

.gather-leaves-right {
  top: -100px;
  right: -70px;
  transform: rotate(26deg) scale(1.35);
}

.visit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.visit-address-panel,
.visit-hours-panel {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: clamp(60px, 7vw, 112px);
}

.visit-address-panel {
  background: var(--red);
  color: var(--white);
}

.visit-address-panel > div,
.visit-hours-panel > div {
  max-width: 600px;
}

.visit-section .section-kicker {
  color: var(--yellow);
}

.visit-section h2 {
  max-width: 650px;
  margin-top: 18px;
  font-size: clamp(58px, 7vw, 98px);
  line-height: 0.9;
}

.visit-address-panel address {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
  font-size: 16px;
  font-style: normal;
}

.visit-address-panel address strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.visit-hours-panel {
  display: block;
  background: var(--cream);
  color: var(--ink);
}

.visit-hours-panel .section-kicker {
  color: var(--red);
}

.visit-phone {
  width: fit-content;
  display: block;
  margin-top: 16px;
  border-bottom: 5px solid var(--yellow);
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.hours-list {
  margin-top: 48px;
  border-top: 3px solid var(--ink);
}

.hours-list > div {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 2px solid var(--ink);
}

.hours-list span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hours-list strong {
  color: var(--red);
  font-size: 15px;
  text-align: right;
}

.visit-hours-panel .button {
  margin-top: 36px;
}

.site-footer {
  border-top: 12px solid var(--yellow);
  background: var(--red);
  color: var(--white);
}

.footer-inner {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  align-items: center;
  gap: 60px;
  padding-block: 42px;
}

.brand-footer small {
  color: var(--yellow);
}

.footer-inner address {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 28px;
}

.footer-links a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-stripe {
  height: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-stripe span:nth-child(1) { background: var(--yellow); }
.footer-stripe span:nth-child(2) { background: var(--white); }
.footer-stripe span:nth-child(3) { background: var(--ink); }

.mobile-action-bar {
  display: none;
}

body.admin-bar {
  --hag-admin-bar-offset: 32px;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .skip-link {
  top: 44px;
}

@supports selector(html:has(body.admin-bar)) {
  html:has(body.admin-bar) {
    scroll-padding-top: 124px;
  }
}

.content-shell {
  min-height: 65vh;
  padding-block: clamp(80px, 10vw, 140px);
  background: var(--cream);
}

.content-layout {
  max-width: 900px;
}

.content-heading {
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 6px solid var(--yellow);
}

.content-heading .section-kicker {
  margin-bottom: 12px;
  color: var(--red);
}

.content-heading h1,
.content-shell--centered h1,
.entry-card h2,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.content-heading h1,
.content-shell--centered h1 {
  font-size: clamp(48px, 7vw, 82px);
}

.entry-list {
  display: grid;
  gap: 26px;
}

.entry-card {
  padding: clamp(28px, 4vw, 46px);
  border: 3px solid var(--ink);
  background: var(--white);
}

.entry-card h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.entry-summary,
.entry-content {
  font-size: 17px;
}

.entry-content > * + * {
  margin-top: 1.35em;
}

.entry-content h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.entry-content h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.entry-content a:not(.button),
.entry-summary a,
.nav-links a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.entry-content .alignwide {
  width: min(1220px, calc(100vw - 64px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.navigation.pagination {
  margin-top: 42px;
}

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

.page-numbers {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--white);
}

.page-numbers.current {
  background: var(--red);
  color: var(--white);
}

.content-shell--centered {
  display: grid;
  place-items: center;
  text-align: center;
}

.content-shell--centered .content-layout {
  max-width: 740px;
}

.content-shell--centered .section-kicker {
  color: var(--red);
}

.content-shell--centered p:not(.section-kicker) {
  margin: 24px auto 0;
  max-width: 620px;
}

.content-shell--centered .button {
  margin: 34px auto 0;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .nav-order {
    justify-self: end;
  }

  .favorites-heading {
    grid-template-columns: 1fr 2fr;
  }

  .favorites-heading > p:last-child {
    grid-column: 2;
  }

  .gather-inner {
    grid-template-columns: 300px 1fr;
  }

  .gather-inner > img {
    width: 300px;
    height: 300px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner address {
    display: none;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 40px, 760px);
  }

  .nav-order {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav summary {
    min-width: 76px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--yellow);
    background: var(--yellow);
    color: var(--ink);
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 19px);
    right: -20px;
    width: min(360px, calc(100vw - 30px));
    padding: 14px 20px 20px;
    border: 3px solid var(--yellow);
    background: var(--red);
    color: var(--white);
  }

  .mobile-nav nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-nav nav .mobile-order {
    justify-content: space-between;
    margin-top: 12px;
    padding-inline: 14px;
    border: 2px solid var(--yellow);
    background: var(--yellow);
    color: var(--ink);
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(78, 14, 18, 0.97) 0%, rgba(91, 20, 25, 0.84) 63%, rgba(132, 34, 35, 0.5) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, transparent 44%);
  }

  .hero h1 {
    font-size: clamp(64px, 11vw, 92px);
  }

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

  .order-photo-wall {
    min-height: 620px;
  }

  .order-copy-panel {
    min-height: 650px;
  }

  .favorite-list article {
    grid-template-columns: 54px 1fr 52px;
    gap: 20px;
    padding-block: 24px;
  }

  .favorite-list article p {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .gallery-title-card {
    padding: 40px;
  }

  .gather-inner {
    grid-template-columns: 240px 1fr;
    gap: 45px;
  }

  .gather-inner > img {
    width: 240px;
    height: 240px;
  }

  .visit-section {
    grid-template-columns: 1fr;
  }

  .visit-address-panel,
  .visit-hours-panel {
    min-height: 620px;
  }
}

@media (max-width: 782px) {
  body.admin-bar {
    --hag-admin-bar-offset: 46px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .skip-link {
    top: 58px;
  }

  @supports selector(html:has(body.admin-bar)) {
    html:has(body.admin-bar) {
      scroll-padding-top: 122px;
    }
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: calc(73px + env(safe-area-inset-bottom));
  }

  .topline {
    min-height: 30px;
    display: flex;
    justify-content: center;
    padding-inline: 12px;
  }

  .topline > span,
  .topline > a:last-child {
    display: none;
  }

  .site-header {
    min-height: 74px;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: 47px;
    height: 47px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 7px;
  }

  .mobile-nav summary {
    min-width: 64px;
    min-height: 44px;
  }

  .hero {
    min-height: calc(100svh - 174px - var(--hag-admin-bar-offset) - env(safe-area-inset-bottom));
    align-items: flex-start;
  }

  .hero-photo {
    object-position: 57% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(78, 14, 18, 0.94) 0%, rgba(91, 20, 25, 0.7) 56%, rgba(132, 34, 35, 0.58) 100%);
  }

  .hero-inner {
    padding-block: clamp(34px, 6svh, 56px) clamp(102px, 14svh, 126px);
  }

  .eyebrow {
    max-width: 310px;
    font-size: 9px;
  }

  .hero h1 {
    max-width: 380px;
    margin-top: 18px;
    font-size: clamp(50px, 15vw, 68px);
    line-height: 0.86;
  }

  .hero-script {
    margin-top: 16px;
    font-size: 23px;
  }

  .hero-copy {
    max-width: 360px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-hours {
    right: 18px;
    bottom: 18px;
    left: 18px;
    min-width: 0;
    min-height: 78px;
    padding: 15px 18px;
    border: 3px solid var(--yellow);
  }

  .hero-hours strong {
    font-size: 12px;
  }

  .hero-leaves {
    display: none;
  }

  .flavor-ribbon {
    justify-content: flex-start;
    padding-inline: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .flavor-ribbon::-webkit-scrollbar {
    display: none;
  }

  .welcome-section {
    min-height: 650px;
  }

  .welcome-inner {
    padding-block: 90px;
  }

  .welcome-section h2 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .welcome-section p:not(.section-kicker) {
    margin-top: 27px;
    font-size: 15px;
  }

  .order-photo-wall {
    min-height: 500px;
  }

  .order-photo-large {
    inset: 0 9% 0 0;
  }

  .order-photo-small {
    width: 55%;
    height: 45%;
    border-width: 6px;
  }

  .photo-caption {
    top: 18px;
    left: 18px;
  }

  .order-copy-panel {
    min-height: 0;
    padding: 84px 22px;
  }

  .order-copy-panel h2 {
    font-size: clamp(50px, 14vw, 66px);
  }

  .order-copy-panel p:not(.section-kicker) {
    font-size: 15px;
  }

  .order-copy-panel .button,
  .call-link {
    width: 100%;
  }

  .call-link {
    justify-content: center;
  }

  .favorites-section {
    padding-block: 86px;
  }

  .favorites-heading {
    display: block;
  }

  .favorites-heading h2 {
    margin-top: 16px;
    font-size: clamp(50px, 14vw, 66px);
  }

  .favorites-heading > p:last-child {
    margin-top: 23px;
  }

  .favorite-list {
    margin-top: 44px;
  }

  .favorite-list article {
    min-height: 0;
    grid-template-columns: 42px 1fr 46px;
    gap: 14px;
    padding-block: 24px;
  }

  .favorite-list h3 {
    font-size: 30px;
  }

  .favorite-list article > a {
    width: 44px;
    height: 44px;
  }

  .favorite-list article p {
    font-size: 13px;
  }

  .favorites-cta .button {
    width: 100%;
  }

  .gallery-title-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 65px 24px;
    border: 0;
    border-bottom: 5px solid var(--yellow);
    transform: none;
  }

  .gallery-title-card h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .gallery-row {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--yellow) var(--ink);
  }

  .gallery-row figure {
    width: 84vw;
    height: 460px;
    flex: 0 0 84vw;
    border-right: 4px solid var(--ink);
    scroll-snap-align: start;
  }

  .gather-section {
    padding-block: 88px;
  }

  .gather-inner {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }

  .gather-inner > img {
    width: 210px;
    height: 210px;
    margin-inline: auto;
  }

  .gather-section h2 {
    margin-inline: auto;
    font-size: clamp(50px, 14vw, 68px);
  }

  .gather-section p:not(.section-kicker) {
    margin-inline: auto;
    font-size: 15px;
  }

  .gather-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gather-actions .button,
  .gather-actions .underlined-link {
    width: 100%;
  }

  .gather-actions .underlined-link {
    justify-content: center;
  }

  .visit-address-panel,
  .visit-hours-panel {
    min-height: 0;
    padding: 84px 22px;
  }

  .visit-section h2 {
    font-size: clamp(52px, 14vw, 68px);
  }

  .visit-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .visit-buttons .button {
    width: 100%;
  }

  .visit-phone {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hours-list {
    margin-top: 38px;
  }

  .hours-list > div {
    min-height: 78px;
  }

  .visit-hours-panel .button {
    width: 100%;
  }

  .footer-inner {
    min-height: 250px;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 44px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 180;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(70px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 3px solid var(--ink);
    background: var(--red);
    color: var(--white);
  }

  .mobile-action-bar a {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid var(--ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-action-bar a:first-child {
    background: var(--red);
  }

  .mobile-action-bar a:last-child {
    border-right: 0;
    background: var(--ink);
  }
}

@media (max-width: 430px) {
  .shell {
    width: calc(100% - 32px);
  }

  .brand strong {
    max-width: 174px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 62px);
  }

  .favorite-list article {
    grid-template-columns: 34px 1fr 44px;
    gap: 10px;
  }

  .favorite-list h3 {
    font-size: 26px;
  }

  .gallery-row figure {
    width: 87vw;
    flex-basis: 87vw;
  }

  .hours-list > div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .hours-list strong {
    text-align: left;
  }
}

@media (max-width: 700px) and (max-height: 720px) {
  .hero-inner {
    padding-block: 28px 84px;
  }

  .hero-script {
    display: none;
  }

  .hero-copy {
    margin-top: 12px;
    font-size: 13px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .hero-actions .button {
    min-height: 44px;
    gap: 8px;
    padding-inline: 10px;
  }

  .hero-hours {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
