:root {
  --ink: #20271f;
  --muted: #687262;
  --paper: #e8efdc;
  --soft: #dfe8d2;
  --line: #c6d2b8;
  --sage: #74835e;
  --sage-dark: #46583c;
  --olive-pale: #d8e4ca;
  --olive-wash: #e2ead8;
  --clay: #b45c49;
  --tomato: #b45c49;
  --gold: #b9954f;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(32, 39, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(195, 213, 181, 0.88), rgba(232, 239, 220, 0.98) 380px),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(24, 31, 24, 0.84), rgba(24, 31, 24, 0.2), rgba(24, 31, 24, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-width: 390px;
}

.brand-mark {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: none;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.brand-mark img {
  width: 226px;
  height: 226px;
  object-fit: contain;
  filter:
    brightness(0.72)
    contrast(2.85)
    saturate(2.35)
    drop-shadow(0 5px 14px rgba(255, 255, 255, 0.82))
    drop-shadow(0 16px 30px rgba(0, 0, 0, 0.48));
  mix-blend-mode: normal;
  opacity: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.46rem;
  color: #dfe9cf;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

.brand small {
  max-width: 190px;
  color: rgba(226, 235, 215, 0.86);
  font-size: 0.74rem;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 26px);
  font-size: 0.92rem;
}

nav a {
  color: rgba(255, 255, 255, 0.88);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 31, 24, 0.78), rgba(50, 61, 43, 0.38) 48%, rgba(24, 31, 24, 0.1)),
    linear-gradient(180deg, rgba(24, 31, 24, 0.12), rgba(24, 31, 24, 0.48));
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(60px, 11vh, 110px) clamp(18px, 6vw, 86px);
}

.eyebrow,
.section-kicker {
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero .eyebrow,
.detail-hero .section-kicker,
.contact-band .section-kicker {
  color: #d9c78d;
}

.hero-logo {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 8.8vw, 7.1rem);
  font-weight: 500;
  line-height: 0.86;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 0.95;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-actions,
.form-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--sage-dark);
}

.button.secondary,
.button.ghost {
  color: var(--ink);
  background: var(--olive-wash);
}

.button.ghost {
  border: 1px solid var(--line);
}

.band,
.services,
.box-menu-section,
.assistant-section,
.promo-section,
.contact-band {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 6vw, 86px);
}

.intro,
.contact-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  background: var(--olive-pale);
}

.intro p,
.assistant-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.service-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.category-card {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 240, 0.98)),
    var(--white);
  box-shadow: 0 14px 34px rgba(32, 39, 31, 0.07);
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(246, 248, 240, 0.98), rgba(238, 243, 228, 0.98)),
    var(--white);
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.category-card:hover {
  border-color: rgba(85, 99, 70, 0.46);
  box-shadow: 0 18px 42px rgba(32, 39, 31, 0.12);
  transform: translateY(-2px);
}

.category-card.large {
  grid-column: span 2;
}

.category-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 52%;
  filter: none;
  transform: scale(1.045);
  transform-origin: center 52%;
}

.category-card > div {
  display: grid;
  align-content: start;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(223, 232, 212, 0.86), rgba(246, 248, 240, 0.98));
}

.category-title-pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  margin: 0 0 18px;
  border: 1px solid rgba(119, 130, 97, 0.38);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--sage-dark);
  background: var(--olive-pale);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  font-weight: 900;
  line-height: 1.1;
}

.category-card p {
  display: none;
}

.grill-card .category-title-pill {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f4ecd3;
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  width: fit-content;
  margin-top: 12px;
  border-bottom: 2px solid var(--sage);
  color: var(--ink);
  font-weight: 900;
}

.grill-card {
  border-color: rgba(79, 94, 67, 0.48);
  background: #20291e;
  color: var(--white);
}

.grill-card img {
  object-position: 44% 68%;
  transform: scale(1.08);
  transform-origin: 44% 68%;
}

.grill-card > div {
  background:
    linear-gradient(180deg, rgba(36, 47, 32, 0.92), rgba(27, 36, 27, 0.98));
}

.grill-card p,
.grill-card .text-link {
  color: rgba(255, 255, 255, 0.78);
}

.box-menu-section {
  background: var(--olive-wash);
}

.box-menu-section .section-head p {
  color: var(--muted);
  font-size: 1.05rem;
}

.edit-link {
  display: inline-flex;
  margin-top: 8px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

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

.box-menu-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 248, 239, 0.98)),
    var(--white);
  box-shadow: 0 14px 38px rgba(32, 39, 31, 0.07);
}

.box-menu-card summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  cursor: pointer;
  list-style: none;
}

.box-menu-card summary::-webkit-details-marker {
  display: none;
}

.box-menu-card summary strong {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--sage-dark);
  background: var(--olive-wash);
  font-size: 0.86rem;
  white-space: nowrap;
}

.box-menu-card h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1;
}

.box-menu-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  padding-top: 18px;
}

.choice-card {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--olive-wash);
}

.choice-card h4 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.choice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.flavor-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flavor-list li {
  position: relative;
  padding-left: 18px;
  color: #384139;
}

.flavor-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sage);
  content: "";
}

.choice-actions {
  display: grid;
  grid-template-columns: minmax(88px, 0.45fr) minmax(150px, 1fr);
  gap: 10px;
  align-items: end;
}

.choice-actions label,
.cart-item label {
  font-size: 0.72rem;
}

.choice-actions input,
.cart-item input {
  min-height: 44px;
  padding: 9px 10px;
}

.order-cart {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 26px);
  background: #fffdf8;
  box-shadow: 0 14px 38px rgba(32, 39, 31, 0.07);
}

.order-cart h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 500;
}

.order-cart p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--muted);
}

.cart-list {
  display: grid;
  gap: 10px;
}

.cart-empty {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--paper);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 110px auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--white);
}

.cart-item strong,
.cart-item span {
  display: block;
}

.cart-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.remove-cart {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  cursor: pointer;
  color: var(--clay);
  background: var(--white);
  font-weight: 850;
}

.service-card p,
.category-card p,
.promo-output p,
.summary-box {
  color: var(--muted);
}

.grill-card p,
.grill-card .text-link {
  color: rgba(255, 255, 255, 0.78);
}

.menu-pages {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.menu-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(340px, 1.3fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(18px, 6vw, 86px);
  background: var(--paper);
}

.menu-page.reverse {
  grid-template-columns: minmax(340px, 1.3fr) minmax(280px, 0.7fr);
}

.menu-page.reverse .menu-copy {
  order: 2;
}

.menu-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 10px;
}

.photo-mosaic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  filter: none;
}

.photo-mosaic img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-mosaic img:nth-child(4) {
  grid-column: span 2;
}

.assistant-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  background: #ffffff;
}

.trust-strip {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  width: fit-content;
  border-left: 4px solid var(--sage);
  padding: 8px 12px;
  background: var(--olive-pale);
  font-weight: 750;
}

.request-panel,
.promo-controls,
.promo-output {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.request-panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
}

.assistant-chat {
  min-height: 78px;
}

.bot-message {
  border-radius: 8px;
  padding: 16px;
  color: var(--white);
  background: var(--sage-dark);
}

.field-group {
  display: grid;
  gap: 7px;
}

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

label {
  color: #3d473f;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(119, 130, 97, 0.2);
  border-color: var(--sage);
}

.summary-box {
  min-height: 116px;
  border: 1px dashed #c9bfa8;
  border-radius: 8px;
  padding: 16px;
  background: var(--olive-wash);
  white-space: pre-wrap;
}

.detail-form .summary-box {
  display: none;
}

.promo-section {
  background: var(--olive-pale);
}

.promo-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
  gap: 18px;
}

.promo-controls,
.promo-output {
  padding: 22px;
}

.promo-controls {
  display: grid;
  gap: 13px;
  align-content: start;
}

.social-links a {
  border-bottom: 2px solid var(--sage);
  color: var(--ink);
  font-weight: 850;
}

.promo-output {
  background: var(--white);
}

.promo-output h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 500;
}

.promo-output pre {
  margin: 0;
  white-space: pre-wrap;
  color: var(--muted);
  font-family: inherit;
}

.contact-band {
  align-items: center;
  color: var(--white);
  background: #20291e;
}

.contact-band .section-kicker:empty {
  display: none;
}

#contactKicker {
  display: none;
}

.contact-band h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(2.55rem, 4.8vw, 4.25rem);
}

.contact-mail {
  border-bottom: 2px solid var(--gold);
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-actions {
  display: grid;
  justify-items: end;
  gap: 16px;
}

.contact-band .social-links a {
  color: var(--white);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.2;
}

.detail-people-field.is-hidden {
  display: none;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 6vw, 86px);
  color: var(--muted);
  background: #171e16;
}

.detail-page {
  background:
    linear-gradient(180deg, rgba(214, 226, 202, 0.94), rgba(240, 244, 232, 0.98)),
    var(--paper);
}

.detail-header {
  position: sticky;
  min-height: 128px;
  color: var(--ink);
  background: rgba(240, 244, 232, 0.94);
  box-shadow: 0 10px 30px rgba(32, 39, 31, 0.08);
  backdrop-filter: blur(14px);
}

.detail-header nav a,
.detail-header .brand small {
  color: var(--muted);
}

.detail-header .brand strong {
  color: var(--sage-dark);
  text-shadow: none;
}

.detail-header .brand-mark {
  background: transparent;
  box-shadow: none;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(380px, 48vh, 560px);
  padding: clamp(150px, 18vw, 220px) clamp(18px, 6vw, 86px) clamp(52px, 7vw, 82px);
  background:
    linear-gradient(180deg, rgba(30, 38, 28, 0.18), rgba(30, 38, 28, 0.72) 42%, rgba(30, 38, 28, 0.96) 78%),
    url("assets/gallery/fursetai-hero.jpeg") center 38% / cover no-repeat,
    var(--ink);
  color: var(--white);
}

.detail-hero h1 {
  max-width: 900px;
}

.detail-hero .lead {
  color: rgba(255, 255, 255, 0.78);
}

.brand-watermark {
  display: none !important;
}

.service-number,
.choice-number {
  display: none !important;
}

.category-card > span:first-child,
.detail-choice > span:first-child,
.menu-sheet-choice > span:first-child,
.product-choice > span:first-child {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

.menu-choice-screen {
  display: grid;
  min-height: calc(100vh - 260px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.menu-choice-panel {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  min-height: 420px;
  border: 0;
  padding: clamp(32px, 7vw, 86px);
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(243, 245, 238, 0.98)),
    var(--white);
}

.menu-choice-panel.custom {
  background:
    linear-gradient(180deg, rgba(32, 41, 30, 0.86), rgba(32, 41, 30, 0.94)),
    var(--ink);
  color: var(--white);
}

.menu-choice-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 0.95;
}

.menu-choice-panel span:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.08rem;
}

.menu-choice-panel.custom span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: start;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 6vw, 86px);
}

.detail-options {
  display: grid;
  gap: 16px;
}

.detail-options.product-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-options.menu-sheet-options {
  gap: 22px;
}

.detail-choice {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 249, 241, 0.98)),
    var(--white);
  box-shadow: 0 14px 38px rgba(32, 39, 31, 0.07);
}

.detail-choice > span:first-child,
.detail-choice .category-title-pill,
.detail-choice .service-number,
.detail-choice .choice-number,
.menu-sheet-choice > span:first-child,
.product-choice > span:first-child {
  display: none !important;
}

.detail-choice h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.detail-choice p {
  color: var(--muted);
}

.detail-dish-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-dish-list li {
  border-left: 4px solid var(--sage);
  padding: 9px 12px;
  background: var(--olive-wash);
}

.product-choice {
  align-content: start;
}

.product-choice .detail-dish-list {
  align-content: start;
}

.menu-sheet-choice {
  gap: 24px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 249, 241, 0.98)),
    var(--white);
}

.menu-sheet-choice h2 {
  max-width: 760px;
}

.menu-sheet-choice > div:first-child p {
  max-width: 640px;
  margin-bottom: 0;
}

.menu-sheet-choice > div:first-child {
  display: grid;
  justify-items: center;
  text-align: center;
}

.menu-sheet-choice > div:first-child h2 {
  margin-bottom: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.menu-sheet-list {
  display: grid;
  gap: 0;
  border-top: 0;
}

.menu-sheet-list h3 {
  margin: 24px 0 8px;
  padding-bottom: 0;
  color: var(--sage-dark);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.menu-sheet-list h3:first-child {
  margin-top: 8px;
}

.menu-sheet-list p {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 9px;
  margin: 0;
  padding: 6px 0;
  color: #27302b;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.menu-sheet-list p::before {
  width: 4px;
  height: 4px;
  margin-top: 0.78em;
  border-radius: 999px;
  background: var(--sage);
  content: "";
}

.menu-price-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(110px, auto);
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid #cbd2bd;
  background: var(--olive-pale);
}

.menu-price-row span,
.menu-price-row strong {
  padding: 14px 16px;
  color: #27302b;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
}

.menu-price-row strong {
  border-left: 1px solid #cbd2bd;
  text-align: right;
}

.detail-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.detail-cart {
  margin-top: 0;
}

.detail-form {
  box-shadow: 0 14px 38px rgba(32, 39, 31, 0.09);
}

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

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .box-menu-grid {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .intro,
  .assistant-section,
  .promo-layout,
  .contact-band,
  .menu-page,
  .menu-page.reverse {
    grid-template-columns: 1fr;
  }

  .menu-page.reverse .menu-copy {
    order: 0;
  }

  .contact-mail {
    justify-self: start;
  }

  .contact-actions {
    justify-items: start;
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-options.product-options {
    grid-template-columns: 1fr;
  }

  .menu-choice-screen {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-mark {
    width: 104px;
    height: 104px;
  }

  .brand-mark img {
    width: 134px;
    height: 134px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .detail-header {
    min-height: 92px;
  }

  .detail-hero {
    min-height: 360px;
    padding-top: 118px;
  }

  .brand small,
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    margin-left: 18px;
  }

  .service-grid,
  .category-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .category-card.large {
    grid-column: auto;
  }

  .photo-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .service-card {
    min-height: 210px;
  }

  footer {
    flex-direction: column;
  }
}
