/* ═══════════════════════════════════════════════════════════════
   GENKIS SUSHI · GP4 匠心食堂 site system
   Hero: 1:1 官网Hero预览.html Genki 段（桌面）+ mobile/genki-b.html（≤900px）
   站身: brandboard-genki-v4 + m16 包装 DNA 直译
   色板: 鼠尾草绿 #8A9A78 × 藏青棕 #3D2817 × 米白 #E8E2D0 · 纹样 shippo · 家纹 GL2c
   ═══════════════════════════════════════════════════════════════ */

:root {
  --paper: #F2ECDF;
  --cream: #E8E2D0;
  --walnut: #3D2817;
  --walnut-deep: #2A1B10;
  --night: #181007;
  --sage: #8A9A78;
  --olive: #4A5540;
  --ink: #3D2817;
  --ink-soft: rgba(61, 40, 23, 0.82);
  --hairline: rgba(61, 40, 23, 0.16);
  --display: "Shippori Mincho B1", "Yu Mincho", Georgia, serif;
  --body-font: "Zen Kaku Gothic New", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0; min-width: 320px;
  background: var(--paper); color: var(--ink);
  font-family: var(--body-font); font-weight: 400;
  font-size: 1rem; line-height: 1.75;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, ul, ol { margin: 0; }
ul, ol { padding: 0; }
h1, h2, h3 { margin: 0; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 50;
  background: var(--walnut); color: var(--cream); padding: 10px 18px;
}
.skip-link:focus { left: 0; }

/* ── HERO（桌面 = demo Genki 段 1:1）───────────────────────── */
.gk-hero {
  position: relative; isolation: isolate; color: #E8E2D0; background: var(--night);
  min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column;
}
.gk-hero__bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: 64% center;
}
.gk-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(24, 15, 7, 0.9) 0%, rgba(24, 15, 7, 0.62) 40%, rgba(24, 15, 7, 0.18) 72%, rgba(24, 15, 7, 0.08) 100%),
              linear-gradient(to top, rgba(24, 15, 7, 0.55) 0%, rgba(24, 15, 7, 0) 26%);
}
.gk-nav {
  display: flex; align-items: center; gap: 26px;
  padding: 22px clamp(20px, 4.5vw, 58px);
}
.gk-brand {
  font-family: var(--body-font); font-weight: 500;
  font-size: 1.02rem; letter-spacing: 0.18em; color: #E8E2D0; text-decoration: none;
}
.gk-links { display: flex; gap: 24px; margin-left: auto; }
.gk-links a {
  color: rgba(232, 226, 208, 0.85); font-size: 0.95rem;
  font-family: var(--body-font); font-weight: 400;
}
.gk-links a:hover { color: #E8E2D0; }
.gk-nav-cta {
  background: var(--sage); color: #1E1206; padding: 10px 22px;
  font-family: var(--body-font); font-weight: 500; font-size: 0.88rem;
  border-radius: 999px; white-space: nowrap;
}
.gk-body {
  flex: 1; display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(20px, 3vw, 40px) clamp(20px, 4.5vw, 58px) clamp(44px, 6vw, 76px);
  max-width: 1280px; width: 100%; margin: 0 auto;
}
.gk-body h1 {
  margin: 0; font-family: var(--display); font-weight: 800;
  font-size: clamp(2.6rem, 5.3vw, 4.4rem); line-height: 1.14; letter-spacing: 0.005em;
  text-transform: none; max-width: 15ch; text-wrap: balance; color: #E8E2D0;
}
.gk-craft {
  margin: 18px 0 0; max-width: 46ch;
  font-family: var(--body-font); font-weight: 400;
  font-size: 1.02rem; line-height: 1.85; color: rgba(232, 226, 208, 0.94);
}
.gk-ctas { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; }
.gk-cta {
  display: inline-block; border-radius: 999px;
  background: var(--sage); color: #1E1206; padding: 15px 32px;
  font-family: var(--body-font); font-weight: 500; font-size: 0.98rem;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease-out;
}
.gk-cta:hover { transform: translateY(-2px); }
.gk-ghost {
  color: #E8E2D0; border: 1px solid rgba(232, 226, 208, 0.55); border-radius: 999px;
  padding: 14px 28px;
  font-family: var(--body-font); font-weight: 400; font-size: 0.95rem;
  transition: border-color 160ms ease-out, background 160ms ease-out;
}
.gk-ghost:hover { border-color: #E8E2D0; background: rgba(232, 226, 208, 0.08); }
.gk-cta:focus-visible, .gk-ghost:focus-visible, .gk-nav-cta:focus-visible,
.gk-links a:focus-visible, .gk-brand:focus-visible,
.btn:focus-visible, a:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }

/* ── 站身通用 ───────────────────────────────────────────── */
.section { padding: clamp(56px, 8vw, 104px) clamp(20px, 4.5vw, 58px); }
.container { max-width: 1160px; margin: 0 auto; }

.section--sage {
  position: relative; isolation: isolate;
  background: var(--sage); color: var(--cream);
}
/* 布袋 tone-on-tone 七宝纹直译：大而疏、满铺、深一号 */
.section--sage::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='0' cy='0' r='70.71' fill='none' stroke='%234A5540' stroke-width='7'/%3E%3Ccircle cx='100' cy='0' r='70.71' fill='none' stroke='%234A5540' stroke-width='7'/%3E%3Ccircle cx='0' cy='100' r='70.71' fill='none' stroke='%234A5540' stroke-width='7'/%3E%3Ccircle cx='100' cy='100' r='70.71' fill='none' stroke='%234A5540' stroke-width='7'/%3E%3C/svg%3E");
  background-size: 210px 210px; background-position: center;
}
.section--walnut { background: var(--walnut); color: var(--cream); }

.eyebrow {
  display: block; font-family: var(--body-font); font-weight: 500;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--olive); margin-bottom: 14px;
}
.section--sage .eyebrow, .section--walnut .eyebrow { color: rgba(232, 226, 208, 0.75); }

.section h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.22;
  letter-spacing: 0.005em; text-wrap: balance; max-width: 24ch;
}
.section .lead {
  margin-top: 14px; max-width: 56ch; color: var(--ink-soft); font-size: 1.02rem;
}
.section--sage .lead, .section--walnut .lead { color: rgba(232, 226, 208, 0.88); }

.section-head { margin-bottom: clamp(30px, 4.5vw, 48px); }
/* 通栏 section-head 的引言放宽，避免锁成左侧窄柱与下方通栏内容脱节 */
.section-head:not(.section-head--split) .lead { max-width: 68ch; }
.section-head--split {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

/* 按钮（站身版）*/
.btn {
  display: inline-block; border-radius: 999px; white-space: nowrap;
  font-family: var(--body-font); font-weight: 500; font-size: 0.95rem;
  padding: 13px 28px;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background 160ms ease-out, border-color 160ms ease-out;
}
.btn--sage { background: var(--sage); color: #1E1206; }
.btn--sage:hover { transform: translateY(-2px); }
.btn--sage-invert { background: var(--cream); color: var(--walnut); }
.btn--sage-invert:hover { transform: translateY(-2px); }
.btn--line { border: 1px solid var(--hairline); color: var(--ink); }
.btn--line:hover { border-color: var(--walnut); }
.section--walnut .btn--line, .section--sage .btn--line {
  border-color: rgba(232, 226, 208, 0.5); color: var(--cream);
}
.section--walnut .btn--line:hover, .section--sage .btn--line:hover {
  border-color: var(--cream); background: rgba(232, 226, 208, 0.08);
}

/* ── 菜品卡（signature preview）───────────────────────────── */
.dish-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
}
.dish-card {
  background: var(--cream); border: 1px solid var(--hairline);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
}
.dish-card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.dish-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 320ms ease-out;
}
.dish-card:hover .dish-card__img img { transform: scale(1.03); }
.dish-card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dish-card__name {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  font-family: var(--display); font-weight: 700; font-size: 1.12rem; line-height: 1.3;
}
.dish-card__price { font-family: var(--body-font); font-weight: 500; font-size: 0.95rem; color: var(--olive); white-space: nowrap; }
.dish-card__desc { font-size: 0.92rem; line-height: 1.65; color: var(--ink-soft); }

/* ── The Counter 三承诺（sage 反色）──────────────────────── */
.promise-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 40px); margin-top: clamp(28px, 4vw, 44px);
}
.promise h3 {
  font-family: var(--display); font-weight: 700; font-size: 1.22rem; line-height: 1.3;
  padding-top: 14px; border-top: 1px solid rgba(232, 226, 208, 0.35);
}
.promise p { margin-top: 10px; font-size: 0.96rem; line-height: 1.75; color: rgba(232, 226, 208, 0.88); }

/* ── Visit / hours ───────────────────────────────────────── */
.visit { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(28px, 4.5vw, 64px); align-items: start; }
.visit dl { margin: 22px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 22px; font-size: 0.98rem; }
.visit dt { font-weight: 500; color: var(--olive); white-space: nowrap; }
.visit dd { margin: 0; color: var(--ink-soft); }
.visit dd a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--hairline); }
.visit dd a:hover { text-decoration-color: var(--walnut); }

.order-card {
  background: var(--walnut); color: var(--cream); border-radius: 18px;
  padding: clamp(26px, 3.2vw, 40px);
}
.order-card h3 { font-family: var(--display); font-weight: 700; font-size: 1.45rem; line-height: 1.3; }
.order-card p { margin-top: 12px; font-size: 0.95rem; line-height: 1.75; color: rgba(232, 226, 208, 0.85); }
.order-card .btn { margin-top: 22px; }
.order-card__links { margin-top: 20px; display: flex; gap: 18px; flex-wrap: wrap; }
.order-card__links a {
  font-size: 0.88rem; color: rgba(232, 226, 208, 0.8);
  text-decoration: underline; text-underline-offset: 4px;
}
.order-card__links a:hover { color: var(--cream); }
.order-card .spec { margin-top: 16px; }
.visit .order-card dl { grid-template-columns: 1fr; }
.order-card .spec dt { color: rgba(232, 226, 208, 0.65); }
.order-card .spec dd { color: rgba(232, 226, 208, 0.9); }
.order-card .spec a, .u-link { text-decoration: underline; text-underline-offset: 4px; }

/* ── Text us 卡（contact）────────────────────────────────── */
.gk-form {
  background: var(--cream); border: 1px solid var(--hairline);
  border-radius: 18px; padding: clamp(24px, 3vw, 36px);
}
.gk-form h3 { font-family: var(--display); font-weight: 700; font-size: 1.35rem; }

/* ── FAQ preview ─────────────────────────────────────────── */
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.faq-item { padding: 22px 0; border-bottom: 1px solid var(--hairline); }
.faq-item h3 { font-family: var(--display); font-weight: 700; font-size: 1.08rem; line-height: 1.4; }
.faq-item p { margin-top: 8px; font-size: 0.95rem; line-height: 1.8; color: var(--ink-soft); }

/* ── CTA band（深咖）─────────────────────────────────────── */
.cta-band { text-align: center; display: flex; flex-direction: column; align-items: center; }
.cta-band .gk-crest { width: 54px; height: 54px; margin-bottom: 20px; color: var(--cream); opacity: 0.9; }
.cta-band h2 { margin: 0 auto; }
.cta-band .btn-row { margin-top: 30px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ── Footer（深咖再深一号）───────────────────────────────── */
.footer { background: var(--walnut-deep); color: var(--cream); padding: clamp(48px, 6vw, 72px) clamp(20px, 4.5vw, 58px) 28px; }
.footer__grid {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.footer .gk-crest { width: 40px; height: 40px; color: var(--cream); opacity: 0.9; }
.footer__brand-name {
  margin-top: 14px; font-family: var(--body-font); font-weight: 500;
  letter-spacing: 0.18em; font-size: 0.98rem;
}
.footer__tag { margin-top: 8px; font-family: var(--display); font-style: normal; font-size: 0.95rem; color: rgba(232, 226, 208, 0.75); }
.footer__brand p { margin-top: 14px; font-size: 0.88rem; line-height: 1.8; color: rgba(232, 226, 208, 0.72); }
.footer__brand a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(232, 226, 208, 0.3); }
.footer strong {
  display: block; font-weight: 500; font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(232, 226, 208, 0.6); margin-bottom: 16px;
}
.footer__links { display: grid; gap: 10px; align-content: start; }
.footer__links a { font-size: 0.92rem; color: rgba(232, 226, 208, 0.85); }
.footer__links a:hover { color: #FFFFFF; text-decoration: underline; text-underline-offset: 4px; }
.footer__bar {
  max-width: 1160px; margin: clamp(36px, 5vw, 56px) auto 0;
  padding-top: 22px; border-top: 1px solid rgba(232, 226, 208, 0.18);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(232, 226, 208, 0.6);
}
.footer__bar a { text-decoration: underline; text-underline-offset: 3px; }
.footer__bar a:hover { color: var(--cream); }

/* ── 手机（≤900px = mobile/genki-b.html 1:1 + 站身单列）───── */
@media (max-width: 900px) {
  .gk-hero__bg { object-position: 58% center; }
  .gk-hero::after {
    background:
      radial-gradient(ellipse 120% 82% at 50% 44%,
        rgba(24, 15, 7, 0) 34%, rgba(24, 15, 7, 0.34) 62%, rgba(24, 15, 7, 0.88) 100%),
      linear-gradient(to top, rgba(24, 15, 7, 0.55) 0%, rgba(24, 15, 7, 0) 24%);
  }
  .gk-nav { justify-content: center; padding: 20px; }
  .gk-links, .gk-nav-cta { display: none; }
  .gk-brand { font-size: 0.94rem; letter-spacing: 0.24em; }
  .gk-body {
    padding: 0 26px 44px; align-items: center; text-align: center;
    animation: gk-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }
  .gk-body h1 {
    font-size: clamp(2.3rem, 11vw, 3rem); line-height: 1.18; letter-spacing: 0.01em;
    max-width: 13ch;
  }
  .gk-craft {
    margin: 16px 0 0; max-width: 34ch;
    font-size: 0.96rem; line-height: 1.9; color: rgba(232, 226, 208, 0.9);
  }
  .gk-craft-more { display: none; }
  .gk-ctas { flex-direction: column; gap: 0; margin-top: 0; }
  .gk-cta { margin-top: 26px; padding: 16px 36px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); }
  .gk-cta:hover { transform: none; }
  .gk-cta:active { transform: scale(0.97); }
  .gk-ghost {
    border: none; border-radius: 0; padding: 0; margin-top: 18px;
    color: rgba(232, 226, 208, 0.85); text-decoration: underline;
    text-underline-offset: 5px; font-size: 0.9rem;
  }
  .gk-ghost:hover { background: none; }

  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promise-grid { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* 子页导航：品牌一行，链接 + CTA 换行居中（无 hamburger，GP4 安静路线） */
  .gk-topbar .gk-nav { flex-wrap: wrap; justify-content: center; row-gap: 12px; padding: 16px 20px; }
  .gk-topbar .gk-brand { width: 100%; text-align: center; }
  .gk-topbar .gk-links { display: flex; margin: 0; gap: 18px; }
  .gk-topbar .gk-links a { font-size: 0.9rem; }
  .gk-topbar .gk-nav-cta { display: inline-block; padding: 8px 18px; font-size: 0.84rem; }

  .menu-layout { grid-template-columns: 1fr; }
  .menu-sidebar {
    position: static; display: flex; gap: 8px; overflow-x: auto;
    padding-bottom: 6px; -webkit-overflow-scrolling: touch;
  }
  .menu-sidebar a { white-space: nowrap; border-color: var(--hairline); }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .dish-hero { grid-template-columns: 1fr; }
  .spec > div { grid-template-columns: 104px 1fr; }
}
@media (max-width: 540px) {
  .menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .dish-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
/* ── 子页壳：实底导航 + page-hero 纹样带 ─────────────────── */
.gk-topbar { background: var(--night); color: var(--cream); }
.gk-topbar .gk-nav { padding: 18px clamp(20px, 4.5vw, 58px); }

.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--night); color: var(--cream); text-align: center;
  padding: clamp(46px, 6.5vw, 78px) 22px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
/* 七宝纹横带：与标题同心、大而疏、上下留白（Loop page-hero 模式直译） */
.page-hero::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; z-index: -1;
  height: min(176px, calc(100% - 28px)); transform: translateY(-50%);
  opacity: 0.13; background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='0' cy='0' r='70.71' fill='none' stroke='%23E8E2D0' stroke-width='6'/%3E%3Ccircle cx='100' cy='0' r='70.71' fill='none' stroke='%23E8E2D0' stroke-width='6'/%3E%3Ccircle cx='0' cy='100' r='70.71' fill='none' stroke='%23E8E2D0' stroke-width='6'/%3E%3Ccircle cx='100' cy='100' r='70.71' fill='none' stroke='%23E8E2D0' stroke-width='6'/%3E%3C/svg%3E");
  background-size: 176px 176px; background-repeat: repeat-x;
}
.page-hero h1 {
  font-family: var(--display); font-weight: 800; text-transform: none;
  font-size: clamp(2.2rem, 4.5vw, 3.3rem); line-height: 1.15; letter-spacing: 0.005em;
}
.page-hero .sub { margin-top: 10px; font-size: 1rem; color: rgba(232, 226, 208, 0.85); max-width: 60ch; }

/* ── menu 页 ─────────────────────────────────────────────── */
.menu-layout {
  display: grid; grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 52px); align-items: start;
}
.menu-sidebar { position: sticky; top: 22px; display: grid; gap: 4px; }
.menu-sidebar a {
  padding: 9px 14px; border-radius: 10px; font-size: 0.93rem;
  color: var(--ink-soft); border: 1px solid transparent;
}
.menu-sidebar a:hover { color: var(--ink); background: var(--cream); border-color: var(--hairline); }
.menu-section { margin-bottom: clamp(42px, 5vw, 66px); scroll-margin-top: 22px; }
.menu-section > h2 {
  font-family: var(--display); font-weight: 700; font-size: 1.65rem;
  padding-bottom: 12px; border-bottom: 1px solid var(--hairline);
}
.menu-section-note { margin-top: 10px; font-size: 0.93rem; color: var(--ink-soft); }
.menu-grid {
  margin-top: 22px; display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;
}
.tag {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px;
  background: rgba(138, 154, 120, 0.22); color: var(--olive); white-space: nowrap;
}
.dish-card__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; padding-top: 6px; }
.dish-card__img--ph {
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
}
.dish-card__img--ph .gk-crest { width: 34%; height: auto; color: var(--walnut); opacity: 0.22; }

/* ── 菜品详情页 ──────────────────────────────────────────── */
.crumbs { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: clamp(20px, 3vw, 34px); }
.crumbs a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--hairline); }
.crumbs a:hover { color: var(--ink); text-decoration-color: var(--walnut); }
.dish-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(26px, 4vw, 56px); align-items: start; }
.dish-hero__img { border-radius: 18px; overflow: hidden; border: 1px solid var(--hairline); }
.dish-hero__img img { width: 100%; height: auto; }
.dish-hero__img.dish-card__img--ph { aspect-ratio: 3 / 2; }
.dish-hero h1 {
  font-family: var(--display); font-weight: 800; text-transform: none;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.18; letter-spacing: 0.005em;
}
.dish-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.dish-price { font-family: var(--display); font-weight: 700; font-size: 1.5rem; color: var(--walnut); }
.spec { margin: 22px 0 0; display: grid; gap: 10px; }
.spec > div { display: grid; grid-template-columns: 112px 1fr; gap: 12px; font-size: 0.97rem; }
.spec dt { font-weight: 500; color: var(--olive); white-space: nowrap; }
.spec dd { margin: 0; color: var(--ink-soft); }
.dish-desc { margin-top: 22px; color: var(--ink-soft); max-width: 52ch; }
.dish-ctas { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; }
.related { margin-top: clamp(48px, 6vw, 72px); }
.related > h2 {
  font-family: var(--display); font-weight: 700; font-size: 1.35rem; margin-bottom: 18px;
}

@keyframes gk-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gk-body { animation: none; }
  .gk-cta, .gk-cta:hover, .gk-cta:active, .btn--sage:hover { transform: none; transition: none; }
  .dish-card:hover .dish-card__img img { transform: none; }
}
