/* ============================================================
   PULP FUNCTION — Offer category page (e.g. Product & UX)
   The course, opened up into its own menu — dishes + prices.
   Pairs with tokens.css + menu.css (shared header / buttons / footer)
   ============================================================ */

/* ---- generic section rhythm ---- */
.cat-sec { padding: clamp(64px,8vw,112px) 0; }
.cat-sec.band { background: var(--paper-2); }

/* =================== BREADCRUMB =================== */
.crumb { background: var(--paper); }
.crumb .wrap { padding-top: 28px; padding-bottom: 16px; }
.crumb .trail { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--muted); }
.crumb a, .crumb span { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); }
.crumb .path { display: flex; align-items: center; gap: 10px; min-width: 0; }
.crumb .path .sl { color: var(--accent); }
.crumb .path .here { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crumb .back { display: inline-flex; align-items: center; gap: 8px; transition: color .25s; }
.crumb .back:hover { color: var(--accent); }
.crumb .back .ar { display: inline-flex; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.crumb .back:hover .ar { transform: translateX(-3px); }

/* =================== CATEGORY HERO =================== */
.cat-hero { padding: clamp(48px,6vw,80px) 0; }
.cat-hero .top { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: clamp(32px,5vw,72px); align-items: start; }
.cat-hero .kick { font-family: var(--tab); font-size: 15px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); display: block; }
.cat-hero h1 { margin: 16px 0 0; font-weight: 700; letter-spacing: -0.035em; line-height: 0.92;
  font-size: clamp(56px,9vw,118px); }
.cat-hero h1 .amp { font-style: italic; color: var(--accent); }
.cat-hero .lede { margin: 26px 0 0; font-size: clamp(18px,1.6vw,23px); line-height: 1.45; max-width: 38ch; color: var(--ink); }
.cat-hero .by { margin: 22px 0 0; font-size: 15px; line-height: 1.5; color: var(--ink-2); max-width: 44ch; }
.cat-hero .by b { font-weight: 700; }
.cat-hero .acts { margin-top: 30px; }

/* "works for" reassurance chips */
.worksfor { margin-top: 30px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.worksfor .wl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.worksfor .chip { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid var(--hair); border-radius: 999px; padding: 6px 13px; color: var(--ink-2); }

/* "for you if" card */
/* variant: “for you if” card — no label, lighter 1px hairline border */
.foryou { padding: clamp(26px,3vw,38px) clamp(24px,3vw,34px);
  border: 1px solid var(--hair); }
.foryou h2 { margin: 0 0 6px; font-style: italic; font-weight: 700; font-size: clamp(24px,2.2vw,30px); letter-spacing: -0.02em; }
.foryou ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.foryou li { display: flex; gap: 11px; font-size: clamp(15px,1.15vw,16.5px); line-height: 1.4; }
.foryou li::before { content: "+"; color: var(--accent); font-weight: 700; flex: none; }
.foryou .out { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--hair); }
.foryou .out .field-label { color: var(--muted); margin-bottom: 7px; }
.foryou .out p { margin: 0; font-size: clamp(16px,1.3vw,18px); font-weight: 600; line-height: 1.4; }
.foryou .out p em { font-style: italic; color: var(--accent); }

/* =================== THE OFFERINGS MENU =================== */
.offer-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.offer-intro .stitle h2 { max-width: 16ch; }
.offer-intro .lead { font-size: clamp(15px,1.2vw,17px); line-height: 1.5; color: var(--ink-2); max-width: 30ch; }

.groups { margin-top: clamp(40px,4vw,58px); display: flex; flex-direction: column; gap: clamp(34px,4vw,52px); }
/* variant: offer group — rides on .legend-frame; label sits top-LEFT */
.group { padding: clamp(30px,3.4vw,46px) clamp(26px,3.2vw,44px) clamp(20px,2.4vw,32px); }
.group > .tab-label { margin-left: 24px; margin-right: auto; }
.group .ghead { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 6px; }
.group .gname { font-style: italic; font-weight: 700; font-size: clamp(26px,2.6vw,36px); letter-spacing: -0.02em; margin: 0; }
.group .gname .hot { color: var(--accent); }

/* diagnose -> validate -> fix flow tag */
.flowtag { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); }
.flowtag .ft { background: var(--ink); color: #fff; border-radius: 4px; padding: 4px 10px; }
.flowtag .ar { color: var(--accent); font-weight: 700; }

/* price-menu rows */
.dishes { display: flex; flex-direction: column; }
.dish { display: block; padding: clamp(22px,2.6vw,32px) 0; border-bottom: 1px solid var(--hair); }
.dish:last-child { border-bottom: none; }
.dish .dtop { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.dish .dn { font-weight: 700; font-size: clamp(19px,1.8vw,25px); letter-spacing: -0.015em; }
.dish .badge { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid var(--accent); color: var(--accent); border-radius: 999px; padding: 3px 10px; }
.dish .badge.solid { background: var(--ink); border-color: var(--ink); color: #fff; }
.dish .lead-dot { display: none; }
.dish .price { margin-left: auto; font-family: 'Inconsolata', ui-monospace, monospace; font-weight: 700; font-size: clamp(16px,1.4vw,19px);
  letter-spacing: 0.01em; color: var(--ink); white-space: nowrap; text-align: right; }
.dish .price .from { font-family: var(--mono); font-weight: 400; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; }
.dish .forif { margin: 12px 0 0; font-style: italic; font-size: clamp(15px,1.25vw,17.5px); line-height: 1.45; color: var(--ink); max-width: 60ch; }
.dish .forif::first-letter { } /* keep italic flow */
.dish .dd { margin: 12px 0 0; font-size: clamp(14.5px,1.15vw,16px); line-height: 1.55; color: var(--ink-2); max-width: 64ch; }
.dish .dd em { font-style: italic; color: var(--accent); }
.dish .dnote { margin: 14px 0 0; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.03em;
  line-height: 1.5; color: var(--muted); max-width: 54ch; }
.dish .easiest { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }

/* "what's included" list */
.dish .incl { margin-top: 18px; }
.dish .incl .field-label { color: var(--muted); margin-bottom: 11px; }
.dish .incl ul { list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 30px; }
.dish .incl li { display: flex; gap: 10px; font-size: clamp(14px,1.1vw,15.5px); line-height: 1.4; color: var(--ink); }
.dish .incl li::before { content: "+"; color: var(--accent); font-weight: 700; flex: none; }

/* "the outcome" line */
.dish .dout { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--hair); }
.dish .dout .field-label { margin-bottom: 7px; }
.dish .dout p { margin: 0; font-size: clamp(15.5px,1.3vw,18px); font-weight: 600; line-height: 1.4; max-width: 56ch; }
.dish .dout p em { font-style: italic; color: var(--accent); font-weight: 700; }

/* group intro + sub-sections (group 2) */
.group .gintro { margin: 14px 0 4px; font-size: clamp(15px,1.25vw,17px); line-height: 1.55; color: var(--ink-2); max-width: 70ch; }
.group .gintro em { font-style: italic; color: var(--accent); }
.subgroup { margin-top: clamp(22px,2.6vw,34px); padding-top: clamp(20px,2.4vw,30px); border-top: 2px solid var(--ink); }
.subgroup .subhead { display: block; }
.subgroup .sn { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; font-style: italic; font-weight: 700;
  font-size: clamp(20px,1.9vw,26px); letter-spacing: -0.018em; }
.subgroup .sn .sstep { flex: none; white-space: nowrap; font-family: var(--mono); font-style: normal; font-weight: 400; font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; background: var(--accent); color: #fff; border-radius: 4px; padding: 4px 10px; }
.subgroup .subif { margin: 10px 0 0; font-style: italic; font-size: clamp(14.5px,1.15vw,16px); line-height: 1.45; color: var(--ink-2); max-width: 62ch; }
.subgroup .dishes { margin-top: 6px; }
.subgroup .sub-out { margin-top: 4px; border-top: none; padding-top: 0; }

/* bundle strip inside a group */
.bundle { margin-top: 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  background: var(--ink); color: #fff; border-radius: 6px; padding: 16px 22px; }
.bundle .bt { font-style: italic; font-weight: 700; font-size: clamp(16px,1.4vw,19px); letter-spacing: -0.01em; }
.bundle .bt .hot { color: var(--accent); }
.bundle .bp { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,.7); }

/* group footer cta */
.group .gcta { margin-top: clamp(18px,2vw,26px); }

/* =================== FEATURED MENU CARD (.mcard) =================== */
.mcard { padding: clamp(10px,1.4vw,18px) clamp(6px,1vw,14px) 0; }
/* head: title + package pill on the left, price top-right */
.mcard .mc-head { display: flex; align-items: flex-start; gap: 18px; }
.mcard .mc-title { margin: 0; font-style: italic; font-weight: 700; letter-spacing: -0.025em; line-height: 0.95;
  font-size: clamp(34px,4.4vw,56px); white-space: nowrap; }
.mcard .mc-title .hot { color: var(--accent); }
.mcard .mc-badge { align-self: center; font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--ink); color: #fff; border-radius: 999px; padding: 7px 16px; white-space: nowrap; }
.mcard .mc-price { margin-left: auto; text-align: right; font-family: 'Inconsolata', ui-monospace, monospace;
  font-weight: 700; font-size: clamp(20px,1.8vw,26px); letter-spacing: 0.01em; color: var(--ink); line-height: 1.05; }
.mcard .mc-price .from { display: block; font-family: var(--mono); font-weight: 400; font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); }

/* three columns: for you if / what it is / the outcome */
.mcard .mc-cols { margin-top: clamp(26px,3vw,40px); display: grid; grid-template-columns: 1.08fr 1.08fr 0.9fr;
  gap: clamp(28px,4vw,64px); align-items: start; }
.mcard .mc-col .field-label { margin-bottom: 12px; }
.mcard .mc-col p { margin: 0; font-size: clamp(15px,1.25vw,18px); line-height: 1.45; color: var(--ink); max-width: 30ch; }
.mcard .mc-col p.strong { font-weight: 700; }
.mcard .mc-col p em { font-style: italic; color: var(--accent); font-weight: inherit; }

/* "what's included" framed box — collapsible */
.mcard .mc-incl { margin-top: clamp(26px,3vw,38px); border: 1px solid var(--hair); border-radius: 8px;
  padding: clamp(18px,2vw,24px) clamp(22px,2.6vw,32px); transition: border-color .3s ease; cursor: pointer; }
.mcard .mc-incl:hover { border-color: var(--accent); }
.mcard .mc-incl-head { width: 100%; appearance: none; -webkit-appearance: none; background: none; border: 0; margin: 0;
  font: inherit; color: inherit; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mcard .mc-incl-head .field-label { color: var(--muted); margin: 0; }
.mcard .mc-incl-head .ar { display: inline-flex; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.mcard .mc-incl-head .ar svg { display: block; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.mcard .mc-incl[data-collapsed] .mc-incl-head .ar svg { transform: rotate(90deg); }
/* hover: nudge the arrow in the direction it points (↗ open, ↘ closed) */
.mcard .mc-incl:hover .mc-incl-head .ar { transform: translate(2px,-2px); }
.mcard .mc-incl[data-collapsed]:hover .mc-incl-head .ar { transform: translate(2px,2px); }
/* smooth collapse */
.mcard .mc-incl-wrap { overflow: hidden; max-height: 600px; transition: max-height .45s cubic-bezier(.2,.7,.2,1); }
.mcard .mc-incl[data-collapsed] .mc-incl-wrap { max-height: 0; }
.mcard .mc-incl-list { list-style: none; margin: 0; padding: clamp(16px,1.8vw,22px) 0 0;
  columns: 3; column-gap: clamp(28px,3.4vw,52px); }
/* force the 3 / 2 / 1 split (6-item lists only): flows·wireframes·UI | prototype·handoff | source */
.mcard .mc-incl-list.split-321 li:nth-child(3) { break-after: column; -webkit-column-break-after: always; }
.mcard .mc-incl-list.split-321 li:nth-child(5) { break-after: column; -webkit-column-break-after: always; }
/* 4-item lists: tidy 2 / 1 / 1 taper */
.mcard .mc-incl-list.split-211 li:nth-child(2) { break-after: column; -webkit-column-break-after: always; }
.mcard .mc-incl-list.split-211 li:nth-child(3) { break-after: column; -webkit-column-break-after: always; }
/* fill only 2 of the 3 columns (2 + 2), third column kept at same width but empty */
.mcard .mc-incl-list.cols-2of3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  grid-template-rows: repeat(2, auto); grid-auto-flow: column; column-gap: clamp(28px,3.4vw,52px); row-gap: 0; }
.mcard .mc-incl-list li { break-inside: avoid; display: flex; gap: 11px; margin-bottom: 13px;
  font-size: clamp(14.5px,1.15vw,16.5px); line-height: 1.4; color: var(--ink); }
.mcard .mc-incl-list li:last-child { margin-bottom: 0; }
.mcard .mc-incl-list li::before { content: "+"; color: var(--accent); font-weight: 700; flex: none; line-height: 1.3; }

/* card cta, bottom-right */
.mcard .mc-cta { margin-top: clamp(24px,2.8vw,38px); display: flex; justify-content: flex-end; }
.mcard .mc-cta a { font-family: 'Chivo Mono', monospace; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 9px; border-bottom: 1.5px solid var(--ink); padding-bottom: 5px; transition: color .25s, border-color .25s; }
.mcard .mc-cta a .ar { display: inline-flex; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.mcard .mc-cta a:hover { color: var(--accent); border-color: var(--accent); }
.mcard .mc-cta a:hover .ar { transform: translate(3px,-3px); }

/* ---- multi-dish card (group 2: improving) ---- */
.mcard .mc-sub { padding-bottom: clamp(30px,3.4vw,46px); border-bottom: 1px solid var(--hair); }
.mcard .mc-sub + .mc-sub { padding-top: clamp(30px,3.4vw,46px); }
.mcard .mc-subhead { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.mcard .mc-subif { margin-top: clamp(20px,2.4vw,30px); }
.mcard .mc-subif p { max-width: 56ch; }
/* individual offering within a sub-section */
.mcard .mc-dish { margin-top: clamp(26px,3vw,38px); }
.mcard .mc-dish-head { display: flex; align-items: flex-start; gap: 18px; }
.mcard .mc-dish-name { margin: 0; font-weight: 700; font-size: clamp(22px,2.1vw,30px); letter-spacing: -0.02em; line-height: 1; }
.mcard .mc-dish-head .mc-price { margin-left: auto; }
.mcard .mc-field { margin-top: clamp(16px,1.8vw,22px); }
.mcard .mc-field .field-label { margin-bottom: 12px; }
.mcard .mc-field p { margin: 0; font-size: clamp(15px,1.25vw,18px); line-height: 1.45; color: var(--ink); max-width: 95ch; }
.mcard .mc-dish .mc-incl { margin-top: clamp(20px,2.2vw,28px); }
/* redesign dish: what-it-is + outcome side by side */
.mcard .mc-dish-cols { margin-top: clamp(16px,1.8vw,22px); display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px,4vw,64px); align-items: start; }
.mcard .mc-dish-cols .mc-col { }
.mcard .mc-dish-cols .mc-col p { max-width: 46ch; }
.mcard .bundle { margin-top: clamp(30px,3.4vw,46px); }
.gcta a { font-family: 'Chivo Mono', monospace; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px; border-bottom: 1.5px solid var(--ink); padding-bottom: 4px; transition: color .25s, border-color .25s; }
.gcta a .ar { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.gcta a:hover { color: var(--accent); border-color: var(--accent); }
.gcta a:hover .ar { transform: translate(3px,-3px); }

/* ---- "starts with" / "add-ons" split inside what's-included (branding) ---- */
.mcard .mc-incl-body { padding-top: clamp(16px,1.8vw,22px); }
.mcard .incl-part .part-label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.105em;
  text-transform: uppercase; color: var(--accent); margin: 0; }
.mcard .incl-part .mc-incl-list { padding-top: 12px; }
.mcard .incl-part.addons { margin-top: clamp(16px,1.8vw,22px); padding-top: clamp(16px,1.8vw,22px); border-top: 1px solid var(--hair); }
.mcard .incl-part.addons .part-label { color: var(--muted); }
.mcard .incl-part.addons p { margin: 9px 0 0; font-size: clamp(14.5px,1.15vw,16.5px); line-height: 1.45; color: var(--ink-2); max-width: 72ch; }

/* ---- card-level intro (workshops): general "for you if" + "how every workshop runs" ---- */
.mcard .mc-cardintro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px); align-items: start;
  padding-bottom: clamp(28px,3.2vw,42px); border-bottom: 1px solid var(--hair); }
.mcard .mc-cardintro .mc-subif { margin-top: 0; }
.mcard .mc-cardintro .mc-subif p { max-width: 42ch; }
.mcard .mc-runs { border: 1px solid var(--hair); border-radius: 8px;
  padding: clamp(18px,2vw,24px) clamp(20px,2.4vw,28px); }
.mcard .mc-runs .field-label { color: var(--muted); margin-bottom: 14px; }
.mcard .mc-runs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.mcard .mc-runs-list li { display: flex; gap: 11px; font-size: clamp(14.5px,1.15vw,16.5px); line-height: 1.4; color: var(--ink); }
.mcard .mc-runs-list li::before { content: "+"; color: var(--accent); font-weight: 700; flex: none; line-height: 1.3; }
.mcard .mc-cardintro + .mc-sub { padding-top: clamp(30px,3.4vw,46px); }
.mcard .mc-cardintro + .mc-dish { margin-top: clamp(30px,3.4vw,46px); }
.mcard.mcard-multi > .mc-head .mc-title { white-space: normal; }
.mcard .mc-head + .mc-cardintro { margin-top: clamp(24px,3vw,40px); }
.mcard .mc-cardintro.solo { grid-template-columns: 1fr; }
.mcard .mc-cardintro.solo .mc-subif p { max-width: 64ch; }

/* =================== RELATED WORK =================== */
.related .stitle { margin-bottom: clamp(32px,3.4vw,46px); }
.related .ledger { border-top: 3px solid #000; }
.related .order-row { display: flex; flex-direction: column; gap: 10px; padding: 26px 0 12px; border-bottom: 1px solid #000;
  transition: padding .3s cubic-bezier(.2,.7,.2,1); cursor: pointer; }
.related .order-row:hover { padding-left: 12px; }
.related .or-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.related .or-id { display: flex; align-items: baseline; gap: 12px; min-width: 0; }
.related .nm { font-weight: 700; font-size: clamp(20px,1.7vw,24px); letter-spacing: -0.01em; white-space: nowrap; }
.related .pj { font-style: italic; font-size: clamp(15px,1.2vw,17px); color: var(--muted); }
.related .ctag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); white-space: nowrap; }
.related .or-bot { display: flex; justify-content: flex-end; }
.related .order-row .ar { color: var(--accent); display: inline-flex; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.related .order-row:hover .ar { transform: translate(3px,3px); }

/* =================== RESPONSIVE =================== */
@media (max-width: 900px) {
  .cat-hero .top { grid-template-columns: 1fr; gap: 36px; }
  .offer-intro { flex-direction: column; align-items: flex-start; gap: 14px; }
  .mcard .mc-cols { grid-template-columns: 1fr; gap: 24px; }
  .mcard .mc-incl-list { columns: 2; }
  /* 2 even columns: neutralize the desktop 3/2/1 forced breaks and the 2-of-3 grid */
  .mcard .mc-incl-list.split-321 li:nth-child(3),
  .mcard .mc-incl-list.split-321 li:nth-child(5),
  .mcard .mc-incl-list.split-211 li:nth-child(2),
  .mcard .mc-incl-list.split-211 li:nth-child(3) { break-after: auto; -webkit-column-break-after: auto; }
  .mcard .mc-incl-list.cols-2of3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mcard .mc-title { white-space: normal; }
  .mcard .mc-dish-cols { grid-template-columns: 1fr; gap: 22px; }
  /* MVP head: title + price on line 1, Package pill on its own line below */
  .mcard .mc-head { display: grid; grid-template-columns: 1fr auto;
    grid-template-areas: "title price" "badge badge"; align-items: start; column-gap: 14px; row-gap: 4px; }
  .mcard .mc-head .mc-title { grid-area: title; }
  .mcard .mc-head .mc-price { grid-area: price; margin-left: 0; justify-self: end; align-self: start; }
  .mcard .mc-head .mc-badge { grid-area: badge; justify-self: start; align-self: start; }
  /* sub-section headers (Understand Why / Improve…): pill below title, tight gap to match */
  .mcard .mc-subhead { display: grid; grid-template-columns: 1fr; row-gap: 4px; justify-items: start; align-items: start; }
  /* workshop card-level intro: stack for-you-if over the "how every workshop runs" panel */
  .mcard .mc-cardintro { grid-template-columns: 1fr; gap: 24px; }
}
}
@media (max-width: 560px) {
  .crumb .path .here { display: none; }
  .dish .price { margin-left: 0; text-align: left; }
  .dish .incl ul { grid-template-columns: 1fr; }
  /* single column: drop multicol + forced breaks + the 2-of-3 grid so every item shows, stacked */
  .mcard .mc-incl-list { columns: 1; column-gap: 0; }
  .mcard .mc-incl-list.cols-2of3 { display: block; }
  .mcard .mc-incl-list.split-321 li,
  .mcard .mc-incl-list.split-211 li { break-after: auto; -webkit-column-break-after: auto; }
  /* taller cap so a stacked list isn't clipped when expanded */
  .mcard .mc-incl-wrap { max-height: 800px; }
  /* tighter card padding + smaller legend so long labels fit the top stroke */
  .group { padding: clamp(24px,6vw,30px) 18px 20px; }
  .group > .tab-label { margin-left: 14px; font-size: 13px; letter-spacing: 0.09em; }
}
@media (max-width: 700px) {
  /* Related Work ledger: same stacked mobile layout as the homepage
     (name / project / category, arrow pinned top-right). Rows stay plain
     links to the case — no accordion expansion. */
  .related .order-row { position: relative; padding: 22px 34px 18px 0; }
  .related .order-row:hover { padding-left: 0; }
  .related .or-top { flex-direction: column; align-items: flex-start; gap: 7px; }
  .related .or-id { flex-direction: column; align-items: flex-start; gap: 3px; }
  .related .nm { white-space: normal; overflow-wrap: anywhere; font-size: 19px; line-height: 1.12; }
  .related .pj { font-size: 14.5px; }
  .related .ctag { font-size: 10.5px; }
  .related .or-bot { position: absolute; top: 20px; right: 0; }
}
