/* Strony: O nas, Dostawa, Zwroty, Pomoc, Kontakt, Dokumenty, Projekt KPO, 404,
 * Blog, Artykuł, Przepisy, Przepis, Ulubione, Moje zamówienie. */

/* Wspólne: dwie kolumny „tytuł | treść” */
.fm-split { padding-top: 72px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px; align-items: start; }
.fm-split__l { display: flex; flex-direction: column; gap: 20px; }
.fm-split__l--16 { gap: 16px; }
.fm-g300 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 14px; }
.fm-g300--start { align-items: start; }
.fm-g280 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 14px; }

/* ---------------------------------------------------------------- O nas */
.fm-about__top { padding-top: 64px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 56px; align-items: end; }
.fm-about__h { display: flex; flex-direction: column; gap: 18px; }
.fm-about__title { margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; text-wrap: pretty; }
.fm-about__lead { font-size: 18px; line-height: 1.6; color: var(--body); }
.fm-about__imgw { padding-top: 40px; }
.fm-about__img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; object-position: 50% 30%; border-radius: 20px; display: block; }
.fm-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, max(200px, (100% - 36px) / 4)), 1fr)); gap: 12px; }
.fm-value { border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; min-height: 150px; background: #fff; }
.fm-value__no { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); }
.fm-value__t { font-size: 20px; font-weight: 700; letter-spacing: -0.015em; margin-top: auto; }
.fm-value.is-sage { background: var(--sage); }
.fm-value.is-sage .fm-value__no { color: var(--sage-ink); }
.fm-value.is-dark { background: var(--ink); color: #fff; }
.fm-value.is-dark .fm-value__no { color: var(--sage); }
.fm-kpis { display: flex; gap: 28px; }
.fm-kpi { display: flex; flex-direction: column; gap: 4px; border-top: 2px solid var(--ink); padding-top: 12px; }
.fm-kpi__v { font-size: 32px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.fm-kpi__l { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted); }
.fm-about__why .fm-checks { margin-top: 18px; }
.fm-about__strong { font-weight: 500; color: var(--ink); }
.fm-about__teamw { padding-top: 72px; }
.fm-team { background: var(--ink); color: #fff; border-radius: 24px; padding: 48px 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px; align-items: start; }
.fm-team__l { display: flex; flex-direction: column; gap: 16px; }
.fm-team__l p { font-size: 16px; line-height: 1.6; color: var(--on-dark); }
.fm-team__r { font-size: 18px; line-height: 1.65; color: #fff; }

/* ---------------------------------------------------------------- Dostawa i płatności */
.fm-infotile { border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 10px; background: #fff; }
.fm-infotile__k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); }
.fm-infotile__t { font-size: 15px; line-height: 1.55; color: var(--body); }
.fm-infotile.is-sage { background: var(--sage); }
.fm-infotile.is-sage .fm-infotile__k { color: var(--sage-ink); }
.fm-infotile.is-sage .fm-infotile__t { color: var(--sage-deep); }
.fm-infotile.is-dark { background: var(--ink); color: #fff; }
.fm-infotile.is-dark .fm-infotile__k { color: var(--sage); }
.fm-infotile.is-dark .fm-infotile__t { color: var(--on-dark); }
.fm-panel { background: #fff; border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.fm-panel__h { font-size: 20px; font-weight: 700; letter-spacing: -0.015em; }
.fm-panel__p { font-size: 15px; line-height: 1.55; color: var(--muted); }
.fm-panel__lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-2); padding-top: 6px; }
.fm-ptable { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 0 12px; padding: 16px 0; border-top: 1px solid var(--line-soft); align-items: center; }
.fm-ptable--head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-2); padding: 0 0 8px; border-top: 0; }
.fm-ptable--head span:last-child { text-align: right; }
.fm-ptable__rows { display: flex; flex-direction: column; }
.fm-ptable__n { font-size: 15px; font-weight: 700; }
.fm-ptable__t { font-size: 14px; color: var(--muted); white-space: nowrap; }
.fm-ptable__p { font-family: var(--mono); font-size: 14px; font-weight: 700; text-align: right; white-space: nowrap; }
.fm-pchips { display: flex; flex-wrap: wrap; gap: 8px; }
.fm-pchip { border: 1px solid var(--ink); border-radius: 100px; padding: 9px 14px; font-size: 13px; font-weight: 700; line-height: normal; }
.fm-bchips { display: flex; flex-wrap: wrap; gap: 6px; }
.fm-bchip { background: var(--paper); border-radius: 100px; padding: 7px 12px; font-size: 12px; font-weight: 500; color: var(--body); line-height: normal; }
.fm-ctabar { background: #fff; border-radius: 20px; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 15px; line-height: 1.5; }

/* ---------------------------------------------------------------- Zwroty */
.fm-returns__sec { display: flex; flex-direction: column; gap: 14px; }
.fm-returns__sec--2 { padding-top: 56px; }
.fm-returns__lead { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 70ch; }
.fm-returns__note { font-size: 13px; line-height: 1.6; color: var(--muted-2); max-width: 90ch; }
.fm-rstep { background: #fff; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.fm-rstep__no { font-family: var(--mono); font-size: 20px; font-weight: 700; color: var(--sage-ink); line-height: 1; }
.fm-rstep__t { font-size: 17px; font-weight: 700; }
.fm-rstep__p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.fm-rstep__p a, .fm-rtile__p a { text-decoration: underline; }
.fm-rstep__a { font-size: 14px; line-height: 1.5; font-weight: 700; }
.fm-rstep__n { font-size: 13px; line-height: 1.5; color: var(--muted); }
.fm-rstep__box { font-size: 13px; line-height: 1.5; background: var(--paper); border-radius: 10px; padding: 10px 12px; }
.fm-rtile { border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 12px; background: #fff; }
.fm-rtile__t { font-size: 18px; font-weight: 700; }
.fm-rtile__p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.fm-rtile__n { font-size: 13px; color: var(--muted); }
.fm-rtile.is-dark { background: var(--ink); color: #fff; }
.fm-rtile.is-dark .fm-rtile__p { font-size: 15px; line-height: 1.6; color: #fff; }
.fm-rtile.is-dark .fm-rtile__p strong { color: #fff; }
.fm-rtile.is-dark .fm-rtile__n { font-size: 14px; line-height: 1.55; color: var(--on-dark); }
.fm-theme .fm-rtile.is-dark a { color: #fff; }

/* ---------------------------------------------------------------- Pomoc */
.fm-topics { padding-top: 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, max(220px, (100% - 42px) / 4)), 1fr)); gap: 14px; }
.fm-topic { background: #fff; border-radius: 16px; padding: 20px 22px; display: flex; gap: 16px; align-items: flex-start; }
.fm-topic__no { font-family: var(--mono); font-size: 20px; font-weight: 700; color: var(--sage-ink); line-height: 1; letter-spacing: -0.02em; flex: none; padding-top: 2px; }
.fm-topic__c { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.fm-topic__t { font-size: 17px; font-weight: 700; line-height: 1.2; letter-spacing: -0.015em; }
.fm-topic__d { font-size: 14px; line-height: 1.5; color: var(--muted); }
.fm-faqhead { display: flex; flex-direction: column; gap: 10px; }
.fm-faqhead h2 { line-height: 1.1; }
.fm-faqhead p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.fm-faqhead a { text-decoration: underline; }

/* ---------------------------------------------------------------- Kontakt */
.fm-contact__grid { padding-top: 56px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: start; }
.fm-contact__l { display: flex; flex-direction: column; gap: 24px; }
.fm-contact__lead { font-size: 16px; line-height: 1.55; color: var(--muted); max-width: 48ch; }
.fm-ccards { display: flex; flex-direction: column; gap: 12px; max-width: 420px; }
.fm-ccard { background: #fff; border-radius: 16px; padding: 18px 20px; display: flex; gap: 16px; align-items: center; }
.fm-ccard__ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--sage); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.fm-ccard__c { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.fm-ccard__k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--muted); }
.fm-ccard__v { font-size: 16px; font-weight: 700; }
.fm-ccard__s { font-size: 13px; color: var(--muted); }
.fm-ccard__f { font-size: 14px; line-height: 1.5; }
.fm-formcard { background: #fff; border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.fm-formcard__h { font-size: 20px; font-weight: 700; letter-spacing: -0.015em; }

/* ---------------------------------------------------------------- Dokumenty prawne */
.fm-legal__wrap { padding-top: 56px; }
.fm-legal__doc { display: flex; flex-direction: column; gap: 20px; min-width: 0; width: 100%; }
.fm-legal__title { margin: 0; font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.fm-legal__date { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.fm-prose--legal { font-size: 15px; line-height: 1.7; color: var(--body); }
.fm-prose--legal > * + * { margin-top: 10px; }
.fm-prose--legal h2, .fm-prose--legal h3, .fm-prose--legal h4 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); margin-top: 26px; line-height: 1.3; }
/* Numeracja własnym licznikiem: wcięcie zamiast siatki, bo w gridzie każdy
   element liniowy z edytora (tekst, <a>, <strong>) trafiał do osobnego wiersza. */
.fm-prose--legal ol { list-style: none; counter-reset: fmli; padding: 0; }
.fm-prose--legal ol > li { counter-increment: fmli; position: relative; padding-left: 30px; }
.fm-prose--legal ol > li::before { content: counter(fmli) "."; position: absolute; left: 0; top: 0; width: 26px; font-family: var(--mono); font-size: 12px; line-height: 2.1; color: var(--muted-2); }
.fm-prose--legal ol ol { margin-top: 8px; }
.fm-prose--legal ul { padding-left: 1.2em; }
.fm-prose--legal li + li { margin-top: 6px; }

/* ---------------------------------------------------------------- Projekt KPO */
.fm-kpo__top { padding-top: 56px; display: flex; flex-direction: column; gap: 22px; }
.fm-kpo__logo { background: #fff; border-radius: 16px; padding: 18px 26px; width: fit-content; max-width: 100%; }
.fm-kpo__logo img { display: block; width: 100%; max-width: 820px; height: auto; }
.fm-kpo__title { margin: 0; font-size: clamp(28px, 3.2vw, 42px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; text-wrap: pretty; max-width: 22ch; }
.fm-kpo__nums { padding-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, max(240px, (100% - 42px) / 4)), 1fr)); gap: 14px; }
.fm-kponum { background: #fff; border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 8px; }
.fm-kponum.is-sage { background: var(--sage); }
.fm-kponum__l { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); }
.fm-kponum.is-sage .fm-kponum__l { color: var(--sage-ink); }
.fm-kponum__v { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.fm-split--kpo { padding-top: 56px; }
.fm-h2--kpo { font-size: clamp(24px, 2.6vw, 32px); }

/* ---------------------------------------------------------------- 404 */
.fm-404__in { padding-top: 80px; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.fm-404__no { font-family: var(--mono); font-size: clamp(64px, 10vw, 120px); font-weight: 700; color: var(--sage); line-height: 1; letter-spacing: -0.04em; }
.fm-404__t { margin: 0; font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.fm-404__p { font-size: 16px; line-height: 1.55; color: var(--muted); max-width: 48ch; }
.fm-404__btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------------------------------------------------------------- Blog */
.fm-featured { width: 100%; border-radius: 20px; overflow: hidden; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); background: var(--ink); color: #fff; }
.fm-theme .fm-featured, .fm-theme .fm-featured:hover { color: #fff; }
.fm-featured__img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.fm-featured__c { padding: 40px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.fm-featured__k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--sage); text-transform: uppercase; }
.fm-featured__t { font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; text-wrap: pretty; }
.fm-featured__e { font-size: 15px; line-height: 1.55; color: var(--on-dark); }
.fm-featured__d { font-family: var(--mono); font-size: 11px; color: var(--muted-2); }
.fm-featured__r { font-size: 14px; font-weight: 700; border-bottom: 2px solid var(--sage); width: fit-content; padding-bottom: 2px; }
.fm-pgrid { padding-top: 14px; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr)); gap: 14px; }
.fm-pgrid--first { padding-top: 0; }
.fm-pcard { background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: transform 200ms; }
.fm-pcard:hover { transform: translateY(-3px); }
.fm-theme .fm-pcard:hover { color: var(--ink); }
.fm-pcard__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.fm-pcard__img--empty { background: var(--line-soft); }
.fm-pcard__c { padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.fm-pcard__k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--red); text-transform: uppercase; }
.fm-pcard__t { font-size: 18px; font-weight: 700; line-height: 1.2; letter-spacing: -0.015em; text-wrap: pretty; }

/* ---------------------------------------------------------------- Artykuł */
.fm-article__head { padding-top: 56px; display: flex; flex-direction: column; gap: 18px; }
.fm-article__title { margin: 0; font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; text-wrap: pretty; }
.fm-article__meta { display: flex; gap: 14px; align-items: center; font-family: var(--mono); font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.fm-article__imgw { padding-top: 28px; }
.fm-article__img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 20px; display: block; }
.fm-article__bodyw { padding-top: 40px; }
.fm-article__body { font-size: 17px; line-height: 1.7; color: var(--body); display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.fm-article__lead { font-size: 19px; line-height: 1.55; font-weight: 500; color: var(--ink); }
.fm-toc { background: #fff; border-radius: 16px; padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; }
.fm-toc__h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); }
.fm-toc a { font-size: 15px; display: flex; gap: 10px; line-height: 1.7; }
.fm-toc__n { font-family: var(--mono); font-size: 12px; color: var(--muted-2); min-width: 22px; }
.fm-prose--article { font-size: 17px; line-height: 1.7; }
.fm-prose--article > * + * { margin-top: 22px; }
.fm-prose--article h2 { font-size: 24px; margin-top: 34px; scroll-margin-top: 100px; }
.fm-prose--article h3 { font-size: 20px; margin-top: 28px; }
.fm-prose--article figure { margin: 0; }
.fm-artprod { background: var(--sage); border-radius: 20px; padding: 24px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.fm-artprod img { width: 88px; height: 88px; object-fit: contain; border-radius: 12px; flex: none; }
.fm-artprod__c { display: flex; flex-direction: column; gap: 4px; flex: 1 1 200px; min-width: 0; }
.fm-artprod__k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--sage-ink); }
.fm-artprod__t { font-size: 17px; font-weight: 700; line-height: 1.2; color: var(--ink); }
.fm-artprod__n { font-size: 14px; color: var(--sage-deep); }
.fm-theme .fm-artprod__b { flex: none; border-radius: 100px; background: var(--ink); color: #fff; padding: 13px 20px; font-size: 14px; font-weight: 700; text-decoration: none; line-height: normal; }
.fm-theme .fm-artprod__b:hover { background: var(--red); color: #fff; }
.fm-more { padding-top: 64px; display: flex; flex-direction: column; gap: 20px; }
.fm-more .fm-h2--sm { letter-spacing: -0.02em; }
.fm-more__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 14px; }
.fm-more__grid--r { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.fm-more .fm-pcard:hover { transform: none; }

/* ---------------------------------------------------------------- Przepisy */
.fm-rcard { background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.fm-rcard__media { position: relative; background: var(--paper); display: block; }
.fm-rcard__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.fm-rcard__time { position: absolute; top: 14px; left: 14px; background: #fff; border-radius: 100px; padding: 6px 12px; font-family: var(--mono); font-size: 11px; font-weight: 700; }
.fm-rcard__c { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1 1 auto; }
.fm-rcard__type { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.fm-rcard__t { font-size: 18px; font-weight: 700; line-height: 1.2; letter-spacing: -0.015em; }
.fm-rcard__m { display: flex; gap: 14px; font-family: var(--mono); font-size: 12px; color: var(--muted); }
.fm-rcard__f { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 8px; }
.fm-rcard__p { font-size: 13px; color: var(--muted); }
.fm-rcard__p strong { color: var(--ink); }
.fm-rcard__go { padding: 0 0 1px; font-size: 13px; font-weight: 700; border-bottom: 2px solid var(--ink); flex: none; }

.fm-recipe__top { padding-top: 56px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: center; }
.fm-recipe__head { display: flex; flex-direction: column; gap: 18px; }
.fm-recipe__lead { font-size: 16px; line-height: 1.6; color: var(--muted); }
.fm-recipe__time { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.fm-macros { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, max(140px, (100% - 30px) / 4)), 1fr)); gap: 10px; }
.fm-macro { background: #fff; border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 2px; }
.fm-macro.is-sage { background: var(--sage); }
.fm-macro__v { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.fm-macro__l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--muted); }
.fm-macro.is-sage .fm-macro__l { color: var(--sage-ink); }
.fm-recipe__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; display: block; }
.fm-recipe__cols { padding-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; align-items: start; }
.fm-ingr { background: #fff; border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 14px; position: sticky; top: 88px; }
.admin-bar .fm-ingr { top: 120px; }
.fm-ingr__h { font-size: 20px; font-weight: 700; letter-spacing: -0.015em; }
.fm-ingr__list { display: flex; flex-direction: column; }
.fm-ingr__i { font-size: 15px; padding: 11px 0; border-top: 1px solid var(--line-soft); display: flex; gap: 12px; align-items: center; }
.fm-ingr__dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.fm-ingr__prod { background: var(--paper); border-radius: 14px; padding: 14px; display: flex; gap: 12px; align-items: center; }
.fm-ingr__prod img { width: 48px; height: 48px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 8px; flex: none; }
.fm-ingr__pc { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1 1 auto; }
.fm-ingr__pk { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--muted); }
.fm-ingr__pn { font-size: 14px; font-weight: 700; }
.fm-theme .fm-ingr__buy { flex: none; border-radius: 100px; background: var(--ink); color: #fff; padding: 10px 14px; font-size: 12px; font-weight: 700; line-height: normal; }
.fm-theme .fm-ingr__buy:hover { background: var(--red); color: #fff; }
.fm-steps { display: flex; flex-direction: column; gap: 14px; }
.fm-step { background: #fff; border-radius: 16px; padding: 20px 22px; display: flex; gap: 16px; align-items: flex-start; }
.fm-step__no { font-family: var(--mono); font-size: 20px; font-weight: 700; color: var(--sage-ink); line-height: 1; flex: none; padding-top: 2px; }
.fm-step__t { font-size: 15px; line-height: 1.6; color: var(--body); }
.fm-recipe__prose { background: #fff; border-radius: 16px; padding: 22px; font-size: 15px; }
.fm-rmini { background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.fm-rmini img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.fm-rmini__c { padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.fm-rmini__k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.fm-rmini__t { font-size: 17px; font-weight: 700; line-height: 1.2; text-wrap: pretty; }

/* ---------------------------------------------------------------- Ulubione */
.fm-favs__head { padding-top: 56px; padding-bottom: 24px; }

/* ---------------------------------------------------------------- Moje zamówienie */
.fm-track__grid { padding-top: 56px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: start; }
.fm-track__l { display: flex; flex-direction: column; gap: 14px; }
.fm-track__lead { font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 52ch; }
.fm-track__form { background: #fff; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 12px; margin: 8px 0 0; }
.fm-track__form .fm-btn { width: fit-content; }
.fm-track__err { font-size: 13px; color: var(--red); }
.fm-tcard { background: var(--ink); color: #fff; border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 22px; }
.fm-tcard__top { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.fm-tcard__no { display: flex; flex-direction: column; gap: 4px; }
.fm-tcard__no span:first-child { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--muted-2); }
.fm-tcard__no span:last-child { font-family: var(--mono); font-size: 18px; font-weight: 700; }
.fm-tcard__st { background: var(--sage); color: var(--ink); border-radius: 100px; padding: 8px 14px; font-family: var(--mono); font-size: 11px; font-weight: 700; align-self: flex-start; }
.fm-tcard__steps { display: flex; flex-direction: column; }
.fm-tstep { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 14px; padding: 12px 0; }
.fm-tstep__o { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--muted); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--ink); }
.fm-tstep.is-done .fm-tstep__o { background: var(--sage); border-color: var(--sage); }
.fm-tstep__c { display: flex; flex-direction: column; gap: 2px; }
.fm-tstep__t { font-size: 15px; font-weight: 700; color: var(--muted-2); }
.fm-tstep.is-done .fm-tstep__t { color: #fff; }
.fm-tstep__d { font-family: var(--mono); font-size: 11px; color: var(--muted-2); }
.fm-tcard__foot { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 18px; font-size: 14px; color: var(--on-dark); }
.fm-tcard__mono { font-family: var(--mono); color: #fff; }
