@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-900-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-800-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --black: #111210;
  --black-soft: #1b1c19;
  --cream: #f4efe5;
  --cream-deep: #e8decd;
  --white: #fffdf8;
  --green: #89b94c;
  --green-bright: #9ece5f;
  --green-dark: #263c1e;
  --red: #ec4d32;
  --red-text: #c93623;
  --ink: #181a16;
  --muted: #66685f;
  --line: rgba(17, 18, 16, .14);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 28px 75px rgba(13, 14, 12, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 9px;
  left: 9px;
  transform: translateY(-160%);
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-weight: 800;
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.network-banner {
  position: fixed;
  z-index: 150;
  inset: 0 0 auto;
  padding: 8px 18px;
  background: var(--green);
  color: var(--black);
  text-align: center;
  font-size: .8rem;
  font-weight: 800;
}

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 12px clamp(22px, 5vw, 78px);
  color: var(--white);
}
.brand { display: inline-flex; width: max-content; }
.brand img {
  width: 126px;
  height: auto;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, .3));
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7vw, 40px);
}
.primary-nav a {
  position: relative;
  text-decoration: none;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  inset: auto 100% -7px 0;
  height: 3px;
  background: var(--green);
  transform: skewX(-18deg);
  transition: right .18s ease;
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after { right: 0; }
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}
.install-button,
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  padding: 0 17px;
  background: rgba(17, 18, 16, .25);
  color: var(--white);
  backdrop-filter: blur(12px);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
}
.header-cta { gap: 11px; }
.header-cta span { color: var(--green); font-size: 1.05rem; }
.install-button:hover,
.header-cta:hover { background: rgba(17, 18, 16, .58); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 154px clamp(24px, 7vw, 112px) 104px;
  background: var(--black);
  color: var(--white);
}
.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 11, 9, .97) 0%, rgba(10, 11, 9, .79) 33%, rgba(10, 11, 9, .14) 69%),
    linear-gradient(0deg, rgba(8, 9, 8, .78), transparent 47%);
}
.hero-copy { width: min(740px, 59vw); }
.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
}
.eyebrow span {
  width: 31px;
  height: 4px;
  background: var(--green);
  transform: skewX(-20deg);
}
.section-kicker { color: var(--red-text); }
h1,
h2,
h3,
h4.menu-jackets-heading,
.jacket-fillings > h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.038em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(5rem, 9.5vw, 9.4rem);
  line-height: .76;
  text-wrap: balance;
}
h1 em,
h2 em {
  position: relative;
  color: var(--green);
  font-style: italic;
}
h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -12px;
  bottom: .05em;
  left: -8px;
  height: .17em;
  background: var(--red);
  transform: rotate(-1.5deg) skewX(-20deg);
}
h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .82; }
.hero-intro {
  width: min(595px, 100%);
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}
.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 33px;
}
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  padding: 0 23px;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-phone { flex-wrap: wrap; gap: 4px 10px; padding: 12px 18px; font-size: 1rem; line-height: 1.4; }
.phone-number { white-space: nowrap; }
.button-green { background: var(--green); color: var(--black); }
.button-green:hover { background: var(--green-bright); }
.button-ghost {
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(17, 18, 16, .22);
  color: var(--white);
  backdrop-filter: blur(10px);
}
.hero-tag {
  position: absolute;
  right: clamp(30px, 6vw, 98px);
  bottom: 88px;
  display: grid;
  margin: 0;
  color: var(--green);
  font-family: var(--display);
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
.hero-tag b { font-size: clamp(4rem, 8vw, 7.8rem); line-height: .64; }
.hero-tag span {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: .03em;
}
.hero-address {
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  bottom: 27px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-address span { margin: 0 6px; color: var(--green); }

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.25fr;
  align-items: stretch;
  overflow: hidden;
  background: var(--cream);
}
.proof-strip p {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 26px clamp(18px, 2.5vw, 38px);
  border-right: 1px solid var(--line);
}
.proof-strip p > b {
  color: var(--red-text);
  font-family: var(--display);
  font-size: 1.08rem;
  font-style: italic;
}
.proof-strip p > span { font-size: .83rem; font-weight: 800; }
.proof-strip .proof-mark {
  display: grid;
  gap: 0;
  align-content: center;
  border: 0;
  background: var(--green);
  transform: skewX(-5deg);
  transform-origin: right;
}
.proof-mark span,
.proof-mark b { transform: skewX(5deg); }
.proof-mark span {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.proof-mark b {
  color: var(--black) !important;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.6vw, 2.7rem) !important;
  font-style: normal !important;
  line-height: .9;
  text-transform: uppercase;
}

.temperature-section {
  padding: clamp(82px, 10vw, 154px) clamp(18px, 6vw, 96px);
  overflow: hidden;
}
.section-intro,
.menu-heading {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: clamp(34px, 7vw, 110px);
  margin: 0 auto;
}
.section-intro > p,
.menu-heading > p,
.category-heading > p:last-child {
  max-width: 510px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1.02rem;
}
.temperature-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(13px, 2vw, 27px);
  margin: 58px auto 0;
}
.temperature-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.temperature-hot { border-radius: 60px 16px 60px 16px; }
.temperature-cold { border-radius: 16px 60px 16px 60px; }
.temperature-card picture,
.temperature-card picture::after {
  position: absolute;
  inset: 0;
}
.temperature-card picture::after {
  content: "";
  background: linear-gradient(0deg, rgba(8, 9, 8, .9), transparent 62%);
}
.temperature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.temperature-card:hover img { transform: scale(1.035); }
.temperature-copy {
  position: absolute;
  inset: auto 0 0;
  padding: clamp(25px, 4vw, 48px);
}
.temperature-copy p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.temperature-hot .temperature-copy p { color: #ff7b65; }
.temperature-cold .temperature-copy p { color: var(--green-bright); }
.temperature-copy h3 {
  max-width: 520px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: .84;
}
.temperature-copy button {
  min-height: 45px;
  margin-top: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
  font-size: .84rem;
  font-weight: 800;
  cursor: pointer;
}

.campaign-section {
  padding: 0 clamp(18px, 6vw, 96px) clamp(60px, 7vw, 100px);
  background: var(--black);
  color: var(--white);
}
.campaign-spotlight {
  max-width: 1130px;
  margin: 0 auto;
  padding-top: clamp(36px, 5vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  grid-template-columns: minmax(230px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
}
.campaign-artwork { display: block; }
.campaign-artwork img { width: 100%; height: auto; border-radius: 18px; }
.campaign-copy .section-kicker { color: var(--green-bright); }
.campaign-copy h2 { font-size: clamp(2.8rem, 5.4vw, 4.9rem); }
.campaign-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 24px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
}
.campaign-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.campaign-actions .button { min-height: 50px; font-size: .9rem; }
@media (max-width: 700px) {
  .campaign-spotlight { grid-template-columns: 1fr; gap: 28px; }
  .campaign-artwork { width: min(100%, 360px); margin: 0 auto; }
  .campaign-copy { max-width: 500px; margin: 0 auto; }
  .campaign-actions { flex-direction: column; align-items: stretch; }
}

.category-section {
  padding: clamp(80px, 9vw, 140px) clamp(18px, 6vw, 96px);
  background: var(--black);
  color: var(--white);
}
.category-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}
.category-heading .section-kicker { color: var(--green); }
.category-heading > p:last-child {
  margin: 23px auto 0;
  color: rgba(255, 255, 255, .65);
}
.category-showcase {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1.08fr .92fr .92fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 15px;
  margin: 0 auto;
}
.category-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: var(--black-soft);
  color: var(--white);
  text-align: left;
  cursor: pointer;
}
.category-salad { grid-row: 1 / 3; border-radius: 54px 15px 15px 54px; }
.category-jacket { border-radius: 15px 54px 15px 15px; }
.category-bakes { border-radius: 15px; }
.category-spread { grid-column: 2 / 4; border-radius: 15px 15px 54px 15px; }
.category-card picture,
.category-card picture::after {
  position: absolute;
  inset: 0;
}
.category-card picture::after {
  content: "";
  background: linear-gradient(0deg, rgba(8, 9, 8, .9), transparent 67%);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .48s ease;
}
.category-card:hover img { transform: scale(1.04); }
.category-card > span {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0 16px;
  padding: clamp(22px, 3vw, 37px);
}
.category-card small {
  grid-column: 1 / -1;
  color: var(--green-bright);
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.category-card strong {
  font-family: var(--display);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: .9;
  text-transform: uppercase;
}
.category-card i {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--black);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
}

.deals-section {
  padding: 64px clamp(18px, 6vw, 96px) 0;
  background: var(--cream);
}
.deals-heading {
  max-width: 1320px;
  margin: 0 auto 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.deals-heading h2 { font-size: clamp(2.8rem, 5vw, 4.4rem); }
.deals-heading .section-kicker { margin-bottom: 8px; }
.deals-heading .clear-menu { display: inline-flex; align-items: center; flex-shrink: 0; font-size: .875rem; }
.deals-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.deal-card {
  display: grid;
  grid-template-columns: minmax(140px, .75fr) minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
  padding: 24px;
  border-radius: 10px 38px 10px 38px;
  background: var(--white);
  border: 1px solid var(--line);
}
.deal-artwork { display: block; align-self: center; }
.deal-artwork img { width: 100%; height: auto; border-radius: 8px; }
.deal-copy { align-self: center; }
.deal-copy h3 { margin: 0; font: 800 clamp(1.65rem, 2.8vw, 2.25rem)/1.05 var(--display); text-transform: uppercase; }
.deal-price { margin: 12px 0 18px; color: var(--green-dark); font: 800 clamp(2.8rem, 4vw, 3.6rem)/1 var(--display); }
.deal-price span { display: block; margin-top: 6px; color: var(--ink); font: 700 .875rem/1.5 var(--body); }
.deal-includes { margin: 0 0 12px; font-size: 1rem; line-height: 1.6; }
.deal-terms { margin: 0; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.deal-selection { margin: 16px 0 0; font-size: .875rem; font-weight: 700; }
.deal-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 12px; font-size: .875rem; font-weight: 800; text-underline-offset: 5px; text-decoration-color: var(--red); }
.menu-intro { max-width: 430px; }
.menu-intro p { margin: 0 0 10px; color: var(--muted); font-size: 1rem; }
.menu-intro .clear-menu { display: inline-flex; align-items: center; font-size: .875rem; }
.extras-addons { max-width: 1320px; margin: 40px auto 0; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 8px 30px 8px 30px; background: var(--white); border: 1px solid var(--line); }
.extras-addons h3 { margin: 0; font: 800 1.8rem/1.1 var(--display); text-transform: uppercase; }
.extras-addons p { margin: 8px 0 0; font-size: 1rem; }
.extras-addons > .clear-menu { flex-shrink: 0; font-size: .875rem; }
@media (max-width: 1050px) {
  .deals-grid { grid-template-columns: 1fr; }
  .deal-card { grid-template-columns: minmax(140px, 220px) 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  .deals-heading { align-items: start; flex-direction: column; gap: 4px; }
  .deal-card { grid-template-columns: 110px minmax(0, 1fr); padding: 20px; gap: 18px; }
  .deal-copy { display: contents; }
  .deal-title-price { align-self: center; }
  .deal-includes, .deal-terms, .deal-selection, .deal-link { grid-column: 1 / -1; margin: 0; }
  .deal-price { margin-bottom: 0; }
  .deal-copy h3 { font-size: 1.65rem; }
  .extras-addons { align-items: start; flex-direction: column; padding: 22px; gap: 16px; }
}

.menu-section {
  padding: clamp(84px, 10vw, 158px) clamp(18px, 6vw, 96px);
  background: var(--cream);
}
.menu-heading h2 em { color: var(--red); }
.menu-sharing {
  max-width: 1320px;
  margin: 32px auto 0;
  padding-block: 20px;
  border-block: 1px solid var(--line);
}
.menu-sharing-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.menu-sharing-group { min-width: 0; }
.menu-sharing-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-sharing-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.menu-share-link,
.menu-follow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: .8125rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
.menu-share-link:hover,
.menu-follow-link:hover { background: var(--white); border-color: var(--ink); }
.menu-share-native { background: var(--black); color: var(--white); border-color: var(--black); }
.menu-share-native:hover { background: var(--green-dark); color: var(--white); }
.menu-link-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-link-icon--facebook { color: #1764c0; fill: currentColor; stroke: none; }
.menu-link-icon--whatsapp { color: #137b3c; }
.menu-link-icon--instagram { color: #b12769; }
.menu-link-icon-dot { fill: currentColor; stroke: none; }
.menu-follow-link { border-color: transparent; padding-inline: 7px; }
.menu-follow-link span { color: var(--red-text); }
.menu-share-status { margin: 12px 0 0; color: var(--ink); font-size: .875rem; }
.menu-share-status:empty { margin: 0; }
.menu-share-fallback { margin-top: 12px; }
.menu-share-fallback label { display: block; margin-bottom: 6px; font-size: .8125rem; font-weight: 700; }
.menu-share-fallback input {
  width: 100%;
  max-width: 440px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
}
.menu-toolbar {
  position: sticky;
  z-index: 8;
  top: 0;
  max-width: 1320px;
  margin: 12px auto 0;
  padding: 12px 0 9px;
  background: rgba(244, 239, 229, .94);
  backdrop-filter: blur(16px);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 21px;
  background: var(--white);
  box-shadow: 0 9px 26px rgba(17, 18, 16, .05);
}
.search-field svg {
  flex: 0 0 auto;
  width: 22px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
}
.search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 15px 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}
.search-field input::placeholder { color: var(--muted); }
.search-field:focus-within {
  outline: 3px solid var(--green-dark);
  outline-offset: 3px;
}
.category-tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 12px 2px 2px;
  scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab {
  flex: 0 0 auto;
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: transparent;
  color: var(--ink);
  font-size: .77rem;
  font-weight: 800;
  cursor: pointer;
}
.category-tab:hover { border-color: rgba(17, 18, 16, .4); }
.category-tab[aria-pressed="true"] {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.menu-notice {
  max-width: 1320px;
  margin: 20px auto 0;
  border-left: 4px solid var(--red);
  padding: 7px 0 7px 14px;
  color: var(--muted);
  font-size: .77rem;
}
.menu-results-bar {
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 27px auto 0;
}
.menu-results-bar p {
  margin: 0;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.menu-result-actions { display: flex; align-items: center; gap: 20px; }
.clear-menu {
  min-height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-size: .79rem;
  font-weight: 800;
  cursor: pointer;
}
.menu-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 6vw, 88px);
  margin: 8px auto 0;
}
.menu-grid--jackets, .menu-grid--photos, .menu-grid--sweets, .menu-grid--grouped { display: block; margin-top: 20px; }
.sweet-menu { margin-top: clamp(38px, 5vw, 66px); }
.sweet-menu:only-child { margin-top: 0; }
.sweet-menu-feature {
  max-width: 960px;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 34px 11px 34px 11px;
  background: var(--black);
}
.sweet-menu-feature img { display: block; width: 100%; height: auto; }
.sweet-menu-feature figcaption {
  padding: 16px 20px;
  color: var(--white);
  font-size: .875rem;
  line-height: 1.6;
}
.menu-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}
.menu-photo-grid .menu-card-media { aspect-ratio: 4 / 3; }
.menu-jackets-group, .menu-pastries-group, .menu-hot-drinks-group, .menu-crisps-drinks-group, .menu-cold-drinks-group { margin-block: clamp(38px, 5vw, 66px); }
.menu-jackets-group:first-child, .menu-pastries-group:first-child, .menu-hot-drinks-group:first-child, .menu-crisps-drinks-group:first-child, .menu-cold-drinks-group:first-child { margin-top: 0; }
.menu-jackets-group:last-child, .menu-pastries-group:last-child, .menu-hot-drinks-group:last-child, .menu-crisps-drinks-group:last-child, .menu-cold-drinks-group:last-child { margin-bottom: 0; }
.menu-crisps-drinks-group > .menu-jackets-heading + .menu-cold-drinks-group { margin-top: 0; }
.menu-jackets-heading { margin: 0 0 24px; font-size: clamp(2rem, 3vw, 2.7rem); }
.jacket-menu {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(28px, 4vw, 60px);
}
.jacket-menu-feature {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 34px 11px 34px 11px;
  background: var(--black);
}
.jacket-menu-feature img { display: block; width: 100%; height: auto; }
.jacket-menu-feature figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(10, 11, 9, .85);
  color: var(--white);
  font-size: .875rem;
  font-weight: 800;
}
.jacket-fillings { min-width: 0; }
.pastry-menu--text-only { grid-template-columns: 1fr; }
.pastry-menu-feature figcaption, .hot-drinks-menu-feature figcaption, .crisps-menu-feature figcaption { position: static; width: auto; border: 0; border-radius: 0; padding: 16px 20px; font-weight: 400; line-height: 1.6; }
.jacket-fillings > h3, .jacket-fillings > h4 { margin: 0 0 22px; font-size: clamp(2rem, 3vw, 2.7rem); }
.menu-choice-note { margin: -10px 0 18px; color: var(--muted); font-size: 1rem; }
.jacket-fillings-list { list-style: none; margin: 0; padding: 0; }
.jacket-filling {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 44px;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  border-top: 1px solid var(--line);
  padding-block: 14px;
}
.jacket-filling:last-child { border-bottom: 1px solid var(--line); }
.jacket-filling h4, .jacket-filling h5 { margin: 0; font-size: clamp(1.2rem, 1.65vw, 1.5rem); line-height: 1.2; overflow-wrap: anywhere; }
.jacket-filling-price { font-size: 1.125rem; font-weight: 800; white-space: nowrap; }
.hot-drink-price { text-align: right; }
.hot-drink-price small { display: block; margin-top: 5px; color: var(--muted); font-size: .8125rem; font-weight: 400; }
.cold-drinks-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4vw, 60px); }
.cold-drink-item { min-width: 0; border-bottom: 1px solid var(--line); border-top: 0; }
.cold-drink-item h5 { font-size: clamp(1.125rem, 1.5vw, 1.35rem); }
.cold-drink-note { margin: 6px 0 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
@media (max-width: 760px) {
  .cold-drinks-list { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .hot-drink-item { column-gap: 10px; }
  .hot-drink-item h4 { font-size: 1.0625rem; }
  .hot-drink-price { font-size: 1rem; }
}
.menu-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(17, 18, 16, .18);
  padding: 28px 2px 26px;
  transition: border-color .18s ease, transform .18s ease;
}
.menu-card:hover { border-top-color: var(--red); transform: translateX(3px); }
.menu-card-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.menu-card--coffee {
  display: grid;
  grid-template-columns: clamp(112px, 12vw, 176px) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}
.menu-coffee-illustration { margin: 0; min-width: 0; }
.menu-coffee-illustration img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 18px;
  background: #f3eee4;
}
.menu-coffee-illustration figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-size: .75rem;
  text-align: center;
}
.menu-card--coffee .menu-card-copy { align-self: stretch; }
.menu-card--coffee h3 { overflow-wrap: anywhere; line-height: 1.08; }
.menu-card--coffee .menu-card-top { flex-wrap: wrap; gap: 10px; }
.menu-card--visual {
  overflow: hidden;
  border: 0;
  border-radius: 34px 11px 34px 11px;
  padding: 0;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(17, 18, 16, .1);
  transform: none;
}
.menu-card--visual:nth-child(even) { border-radius: 11px 34px 11px 34px; }
.menu-card--visual:hover {
  border-top-color: transparent;
  transform: translateY(-5px);
}
.menu-card--visual .menu-card-copy { padding: 22px 22px 24px; }
.menu-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--black);
}
.menu-card-media::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, rgba(10, 11, 9, .7), transparent);
  pointer-events: none;
}
.menu-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.menu-card--visual:hover .menu-card-media img { transform: scale(1.025); }
.menu-card-media--contain img { object-fit: contain; }
.menu-card--visual:hover .menu-card-media--contain img { transform: none; }
.menu-card-photo-note {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: max-content;
  max-width: calc(100% - 28px);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(10, 11, 9, .76);
  color: var(--white);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.menu-extras-group, .menu-text-group { margin-block: clamp(38px, 5vw, 66px); }
.menu-extras-group:first-child, .menu-text-group:first-child { margin-top: 0; }
.menu-extras-group:last-child, .menu-text-group:last-child { margin-bottom: 0; }
.menu-subheading { margin: 0 0 18px; font: 800 clamp(1.3rem, 2vw, 1.6rem)/1.3 var(--body); }
.menu-deal-grid, .menu-extra-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); }
.menu-deal-grid { gap: 20px; }
.menu-deal-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 12px 28px 12px 28px; background: var(--white); }
.menu-deal-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.menu-deal-card h5 { margin: 0; font: 800 clamp(1.25rem, 2vw, 1.5rem)/1.3 var(--body); }
.menu-deal-card p { margin: 16px 0 20px; max-width: 56ch; font-size: 1rem; color: var(--muted); }
.menu-deal-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin-top: auto; font-size: 1.5rem; font-weight: 800; }
.menu-deal-price small { font-size: .875rem; font-weight: 400; }
.menu-deals + .menu-extra-columns { margin-top: 36px; }
.menu-extra-columns:empty { display: none; }
.menu-extra-panel { min-width: 0; }
.menu-extra-panel:only-child { grid-column: 1 / -1; max-width: 760px; width: 100%; }
.menu-extras-table { width: 100%; border-collapse: collapse; font-size: 1rem; font-variant-numeric: tabular-nums; }
.menu-extras-table th, .menu-extras-table td { padding: 14px 8px; border-bottom: 1px solid var(--line); text-align: right; vertical-align: middle; }
.menu-extras-table thead th { padding-top: 0; color: var(--muted); font-size: .875rem; font-weight: 600; white-space: nowrap; }
.menu-extras-table th:first-child { padding-left: 0; text-align: left; }
.menu-extras-table tbody th { font-weight: 600; line-height: 1.4; }
.menu-extras-table td { font-weight: 800; white-space: nowrap; }
.menu-extras-table th:last-child, .menu-extras-table td:last-child { width: 52px; padding-right: 0; }
.menu-simple-list { list-style: none; margin: 0; padding: 0; }
.menu-simple-list > li { display: grid; grid-template-columns: minmax(0, 1fr) auto 44px; gap: 16px; align-items: center; min-height: 76px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.menu-simple-list h4, .menu-simple-list h5 { margin: 0; font: 600 1.125rem/1.4 var(--body); }
.menu-simple-list p { margin: 6px 0 0; color: var(--muted); font-size: 1rem; }
.menu-simple-price { text-align: right; font-size: 1.125rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.menu-simple-price small { display: block; margin-top: 4px; color: var(--muted); font-size: .875rem; font-weight: 400; }
.menu-text-group > .menu-simple-list { max-width: 760px; }
@media (max-width: 900px) {
  .menu-extra-columns { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 620px) {
  .menu-deal-grid { grid-template-columns: 1fr; }
  .menu-deal-card { padding: 20px; }
  .menu-simple-list > li { gap: 10px; }
  .menu-extras-table th, .menu-extras-table td { padding-inline: 6px; }
}
.jacket-also-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 6vw, 88px);
  margin-top: 8px;
}
.menu-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.menu-card-category {
  display: block;
  margin-bottom: 6px;
  color: var(--red-text);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.menu-card h3 {
  font-size: clamp(1.72rem, 2.3vw, 2.25rem);
  line-height: .95;
}
.menu-card-copy > p {
  max-width: 520px;
  margin: 11px 0 19px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}
.menu-card-copy > .menu-card-serving-note {
  margin-top: -8px;
  padding-left: 10px;
  border-left: 2px solid var(--line);
  font-size: .72rem;
  line-height: 1.5;
}
.menu-card-bottom { margin-top: auto; }
.menu-card-price {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.36rem;
  font-weight: 800;
  line-height: 1;
}
.menu-card-price small {
  display: inline;
  margin-left: 8px;
  color: var(--muted);
  font-family: var(--body);
  font-size: .66rem;
  font-weight: 600;
}
.dietary-badge { display: none; }
.favourite-button {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.favourite-button:hover { border-color: var(--red); color: var(--red); }
.favourite-button svg { width: 19px; fill: transparent; stroke: currentColor; stroke-width: 1.8; }
.favourite-button[aria-pressed="true"] { border-color: rgba(236, 77, 50, .3); color: var(--red); background: rgba(236, 77, 50, .07); }
.favourite-button[aria-pressed="true"] svg { fill: currentColor; }
.empty-state { max-width: 1320px; margin: 38px auto 0; color: var(--muted); text-align: center; }
.allergen-note {
  max-width: 1320px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 34px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.allergen-note > span {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-family: Georgia, serif;
  font-weight: 700;
}
.allergen-note p { margin: 1px 0 0; color: var(--muted); font-size: .8rem; }
.allergen-note strong { color: var(--ink); }

.story-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 760px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.story-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0 70px 70px 0;
}
.story-photo picture,
.story-photo picture::after {
  position: absolute;
  inset: 0;
}
.story-photo picture::after {
  content: "";
  background: linear-gradient(0deg, rgba(10, 11, 9, .52), transparent 50%);
}
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo > p {
  position: absolute;
  right: 38px;
  bottom: 26px;
  display: grid;
  margin: 0;
  font-family: var(--display);
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-6deg);
}
.story-photo > p span { color: var(--white); font-size: 2rem; font-weight: 800; letter-spacing: .07em; line-height: .8; }
.story-photo > p b { color: var(--green); font-size: clamp(4rem, 7vw, 7rem); line-height: .74; }
.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
}
.story-copy .section-kicker { color: var(--green); }
.story-copy h2 em { color: var(--green); }
.story-copy > p:not(.section-kicker) {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .66);
}
.story-copy .story-lead { color: var(--white) !important; font-size: 1.08rem; font-weight: 650; }
.story-copy ul {
  display: grid;
  gap: 8px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .79);
  font-size: .88rem;
}
.story-copy li { display: flex; align-items: center; gap: 10px; }
.story-copy li span { color: var(--green); font-weight: 900; }
.story-copy .button { width: max-content; }

.visit-section {
  position: relative;
  isolation: isolate;
  min-height: 800px;
  display: flex;
  align-items: center;
  padding: clamp(66px, 9vw, 128px) clamp(18px, 7vw, 112px);
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.visit-media,
.visit-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.visit-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visit-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 11, 9, .96), rgba(10, 11, 9, .69) 45%, rgba(10, 11, 9, .08) 78%), linear-gradient(0deg, rgba(8, 9, 8, .55), transparent);
}
.visit-card {
  width: min(680px, 58vw);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 48px 16px 48px 16px;
  padding: clamp(34px, 5vw, 66px);
  background: rgba(17, 18, 16, .68);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.visit-card .section-kicker { color: var(--green); }
.visit-card h2 { font-size: clamp(3.7rem, 6.5vw, 6.6rem); }
.visit-card h2 em { color: var(--green); }
.visit-intro { margin: 24px 0 0; color: var(--white); font-size: 1.0625rem; line-height: 1.6; }
.visit-card address {
  margin-top: 27px;
  color: rgba(255, 255, 255, .73);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.65;
}
.visit-card address strong { color: var(--white); font-weight: 800; }

.faq-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(45px, 9vw, 145px);
  padding: clamp(82px, 10vw, 150px) clamp(18px, 7vw, 112px);
}
.faq-heading h2 { font-size: clamp(3.8rem, 6vw, 6rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 1.15rem;
  transition: transform .18s ease;
}
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--green); color: var(--black); }
.faq-list details p {
  max-width: 720px;
  margin: -2px 60px 25px 0;
  color: var(--muted);
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 28px clamp(20px, 5vw, 78px);
  background: var(--black);
  color: rgba(255, 255, 255, .64);
  font-size: .76rem;
}
footer img { width: 88px; height: auto; }
footer p { margin: 0; text-align: center; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-message { display: grid; justify-items: center; gap: 6px; }
.footer-company {
  max-width: 680px;
  color: rgba(255, 255, 255, .56);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 17px; max-width: 340px; }
.footer-phone { font-size: .875rem; }
footer a { color: var(--white); }

.privacy-page .site-header { position: relative; background: var(--black); }
.privacy-page .primary-nav { justify-self: end; }
.privacy-page .primary-nav a::after { right: 0; }
.privacy-main { max-width: 1040px; margin: 0 auto; padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 70px); }
.privacy-hero { max-width: 820px; margin-bottom: 62px; }
.privacy-hero h1 { color: var(--ink); font-size: clamp(4.6rem, 9vw, 8rem); }
.privacy-hero h1 em { color: var(--green-dark); }
.privacy-hero > p:last-child { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; }
.privacy-copy { max-width: 800px; }
.privacy-copy section { border-top: 1px solid var(--line); padding: 31px 0; }
.privacy-copy h2 { color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); line-height: .95; }
.privacy-copy p, .privacy-copy li { color: var(--muted); }
.privacy-copy p { margin: 13px 0 0; }
.privacy-copy ul { margin: 13px 0 0; padding-left: 21px; }
.privacy-copy a { font-weight: 800; text-underline-offset: 3px; }
.privacy-copy .button { margin-top: 20px; color: var(--black); }
.storage-status { min-height: 1.6em; font-size: .82rem; }

.app-nav { display: none; }
.install-help {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(9, 10, 8, .82);
  backdrop-filter: blur(12px);
}
.install-card {
  position: relative;
  width: min(430px, 100%);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 38px 14px 38px 14px;
  padding: 37px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
  box-shadow: var(--shadow);
}
.install-card img { width: 92px; height: auto; margin: auto; }
.install-card h2 { margin-top: 14px; font-size: 2.6rem; }
.install-card p { color: var(--muted); }
.install-card .button { margin-top: 7px; }
.icon-button {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--cream-deep);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 1100px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .privacy-page { padding-bottom: 0; }
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .hero { min-height: 810px; }
  .hero-copy { width: min(700px, 72vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(10, 11, 9, .96), rgba(10, 11, 9, .65) 57%, rgba(10, 11, 9, .12)), linear-gradient(0deg, rgba(8, 9, 8, .82), transparent 50%); }
  .hero-tag { display: none; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); }
  .proof-mark { grid-column: 1 / -1; }
  .category-showcase { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, minmax(330px, 1fr)); }
  .category-salad { grid-row: auto; border-radius: 44px 14px 14px 14px; }
  .category-jacket { border-radius: 14px 44px 14px 14px; }
  .category-bakes { border-radius: 14px 14px 14px 44px; }
  .category-spread { grid-column: auto; border-radius: 14px 14px 44px 14px; }
  .menu-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-section { grid-template-columns: 1fr; }
  .story-photo { min-height: 660px; border-radius: 0 0 70px 0; }
  .story-copy { min-height: 660px; }
  .visit-card { width: min(690px, 72vw); }
  .app-nav {
    position: fixed;
    z-index: 100;
    inset: auto 0 0;
    min-height: calc(66px + env(safe-area-inset-bottom));
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    padding: 5px 7px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(17, 18, 16, .13);
    background: rgba(244, 239, 229, .96);
    backdrop-filter: blur(18px);
    box-shadow: 0 -12px 35px rgba(17, 18, 16, .11);
  }
  .app-nav a,
  .app-nav button {
    min-height: 55px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 0;
    border: 0;
    padding: 3px 7px;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
  }
  .app-nav span { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }
  .app-nav small { font-size: .63rem; font-weight: 800; }
  .app-nav b {
    min-width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    background: var(--red);
    color: var(--white);
    font-size: .57rem;
  }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .site-header { min-height: 82px; padding-inline: 17px; }
  .brand img { width: 98px; }
  .install-button { display: none !important; }
  .header-cta { min-height: 42px; padding-inline: 15px; font-size: .71rem; }
  .hero { min-height: 745px; padding: 126px 20px 76px; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10, 11, 9, .94), rgba(10, 11, 9, .48)), linear-gradient(0deg, rgba(8, 9, 8, .91), transparent 57%); }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(4.05rem, 19.5vw, 6.1rem); line-height: .79; }
  h2 { font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .hero-intro { margin-top: 25px; font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-address { right: 20px; bottom: 21px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--line); padding: 17px 22px; }
  .proof-strip .proof-mark { grid-column: auto; min-height: 100px; transform: none; }
  .proof-mark span,
  .proof-mark b { transform: none; }

  .temperature-section,
  .category-section,
  .menu-section,
  .faq-section { padding-inline: 16px; }
  .section-intro,
  .menu-heading { grid-template-columns: 1fr; gap: 21px; }
  .section-intro > p,
  .menu-heading > p { margin: 0; font-size: .95rem; }
  .temperature-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .temperature-card { min-height: 505px; }
  .temperature-hot { border-radius: 42px 13px 42px 13px; }
  .temperature-cold { border-radius: 13px 42px 13px 42px; }
  .temperature-copy { padding: 26px 23px; }
  .temperature-copy h3 { font-size: 3.25rem; }

  .category-heading { text-align: left; }
  .category-heading > p:last-child { margin-inline: 0; }
  .category-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 9px; }
  .category-card { min-height: 265px; }
  .category-salad { border-radius: 34px 10px 10px 10px; }
  .category-jacket { border-radius: 10px 34px 10px 10px; }
  .category-bakes { border-radius: 10px 10px 10px 34px; }
  .category-spread { border-radius: 10px 10px 34px 10px; }
  .category-card > span { padding: 17px 14px; }
  .category-card strong { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .category-card i { width: 38px; height: 38px; }

  .menu-toolbar { margin-top: 12px; }
  .search-field { min-height: 56px; padding-inline: 17px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { padding-block: 25px 23px; }
  .menu-card--visual { padding: 0; }
  .menu-card--coffee { grid-template-columns: minmax(88px, 28%) minmax(0, 1fr); gap: 14px; }
  .menu-card h3 { font-size: 2rem; }
  .menu-card-copy > p { font-size: .83rem; }
  .menu-card-price small { display: block; margin: 5px 0 0; }
  .menu-photo-grid { grid-template-columns: 1fr; gap: 22px; }
  .jacket-menu { grid-template-columns: 1fr; gap: 26px; }
  .jacket-menu-feature { width: min(100%, 480px); justify-self: center; }
  .jacket-filling { gap: 10px; }
  .menu-card--visual .menu-card-copy { padding: 20px 19px 22px; }
  .jacket-also-grid { grid-template-columns: 1fr; }

  .story-photo { min-height: 515px; border-radius: 0 0 46px 0; }
  .story-photo img { object-position: 52% center; }
  .story-copy { min-height: auto; padding: 76px 21px 84px; }
  .story-copy .button { width: 100%; }

  .visit-section { min-height: 770px; padding: 72px 16px; }
  .visit-media img { object-position: 63% center; }
  .visit-shade { background: linear-gradient(90deg, rgba(10, 11, 9, .94), rgba(10, 11, 9, .49)), linear-gradient(0deg, rgba(8, 9, 8, .8), transparent); }
  .visit-card { width: 100%; border-radius: 39px 13px 39px 13px; padding: 32px 23px; }
  .visit-card h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .visit-actions .button { width: 100%; }

  .faq-section { grid-template-columns: 1fr; gap: 32px; }
  .faq-list summary { min-height: 76px; font-size: 1.55rem; }
  .faq-list details p { margin-right: 0; font-size: .88rem; }

  footer { grid-template-columns: 1fr; gap: 14px; padding: 33px 20px; text-align: center; }
  footer img { margin: auto; }
  .footer-links { flex-direction: column; justify-content: center; gap: 10px; max-width: none; }

  .app-nav {
    position: fixed;
    z-index: 100;
    inset: auto 0 0;
    min-height: calc(66px + env(safe-area-inset-bottom));
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    padding: 5px 7px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(17, 18, 16, .13);
    background: rgba(244, 239, 229, .96);
    backdrop-filter: blur(18px);
    box-shadow: 0 -12px 35px rgba(17, 18, 16, .11);
  }
  .app-nav a,
  .app-nav button {
    min-height: 55px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 0;
    border: 0;
    padding: 3px 7px;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
  }
  .app-nav span { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }
  .app-nav small { font-size: .63rem; font-weight: 800; }
  .app-nav b {
    min-width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    background: var(--red);
    color: var(--white);
    font-size: .57rem;
  }
}

@media (max-width: 430px) {
  .category-card { min-height: 225px; }
  .category-card small { font-size: .56rem; }
  .category-card strong { font-size: 1.85rem; }
  .category-card i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
