/* mf-css-bundle 10 files, key 4d5bd700c14daf501509 */

/* --- mealfan-v3-mfv3-defensive-css.css --- */
/* Hide anything that looks like a header/nav/footer not from V3.
   V3's chrome is .mf-header / .mf-footer / .mf-deal-bar / .mf-nav. */
body.mf-v3 > header:not(.mf-header):not(.mf-deal-bar),
body.mf-v3 > footer:not(.mf-footer),
body.mf-v3 > nav:not(.mf-nav),
body.mf-v3 > .header,
body.mf-v3 > #header,
body.mf-v3 > .site-header,
body.mf-v3 > #site-header,
body.mf-v3 > #masthead,
body.mf-v3 > .mobile-menu,
body.mf-v3 > #mobMenu,
body.mf-v3 > .footer:not(.mf-footer),
body.mf-v3 > #footer,
body.mf-v3 > #colophon,
body.mf-v3 .mf-main > header:not(.mf-header),
body.mf-v3 .mf-main > .header,
body.mf-v3 .mf-main > #header,
body.mf-v3 .mf-main > .site-header,
body.mf-v3 .mf-main > #masthead,
body.mf-v3 .mf-main > .mobile-menu,
body.mf-v3 .mf-main > #mobMenu,
body.mf-v3 .mf-main > footer:not(.mf-footer),
/* Any nested doctype/html/body that the parent theme's header.php tried to inject. */
body.mf-v3 body,
body.mf-v3 html { display: none !important; }


/* --- quiz-cta-mealfan-quiz-compact-css.css --- */
.mfq-compact-outer.mfq-compact-injected { display: block !important; }
    .mfq-compact { max-width: 900px; margin: 48px auto; padding: 0 16px; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
    .mfq-compact * { box-sizing: border-box; }
    .mfq-compact__inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 32px; align-items: center; padding: 32px 36px; border-radius: 20px; background: linear-gradient(135deg, #1a2332 0%, #2a3a52 100%); color: #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.12); position: relative; overflow: hidden; }
    .mfq-compact__inner::before { content: ''; position: absolute; top: -40%; right: -10%; width: 280px; height: 280px; background: radial-gradient(circle, rgba(212,118,78,0.25) 0%, transparent 70%); pointer-events: none; }
    .mfq-compact__content { position: relative; z-index: 1; }
    .mfq-compact__eyebrow { display: inline-block; font-size: 11px; letter-spacing: 2px; color: #d4764e; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; }
    .mfq-compact__headline { font-family: "Playfair Display", Georgia, serif; font-size: 26px; line-height: 1.2; font-weight: 500; color: #fff !important; margin: 0 0 10px 0 !important; }
    .mfq-compact__sub { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.82) !important; margin: 0 !important; }
    .mfq-compact__action { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
    .mfq-compact__btn { display: inline-flex; align-items: center; gap: 8px; background: #d4764e; color: #fff !important; padding: 16px 28px; border-radius: 999px; font-size: 15px; font-weight: 600; letter-spacing: 0.3px; text-decoration: none !important; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; white-space: nowrap; }
    .mfq-compact__btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(212,118,78,0.45); background: #e08357; color: #fff !important; }
    .mfq-compact__btn-arrow { font-size: 18px; line-height: 1; transition: transform 0.15s ease; }
    .mfq-compact__btn:hover .mfq-compact__btn-arrow { transform: translateX(3px); }
    .mfq-compact__micro { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; }
    @media (max-width: 720px) {
        .mfq-compact { margin: 32px auto; padding: 0 12px; }
        .mfq-compact__inner { grid-template-columns: 1fr; gap: 20px; padding: 24px 22px; border-radius: 16px; text-align: center; }
        .mfq-compact__headline { font-size: 22px; }
        .mfq-compact__sub { font-size: 14px; }
        .mfq-compact__action { align-items: center; }
        .mfq-compact__btn { padding: 14px 24px; font-size: 14px; }
    }


/* --- meal-h.css --- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,500&display=swap');
:root{--ink:#1a2332;--muted:#66645f;--paper:#fcfbf9;--cream:#f3efe8;--coral:#d4764e;--rust:#a64b28;--line:#ded8cf;--sans:'DM Sans',Arial,sans-serif;--serif:'Playfair Display',Georgia,serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:75px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 var(--sans)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-underline-offset:4px}h1,h2,h3,p,figure,dl,dd{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.12;letter-spacing:-.03em}h2{font-size:42px}h3{font-size:25px}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #286ed2;outline-offset:5px}[hidden]{display:none!important}.wrap{max-width:1200px;width:calc(100% - 96px);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden}.skip{position:fixed;top:-100px;left:16px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}
.site-header{height:83px;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{max-width:1360px;width:calc(100% - 96px);height:100%;display:flex;align-items:center;justify-content:space-between;margin:auto}.logo{font-family:var(--serif);font-size:35px;line-height:1;letter-spacing:-1.7px;text-decoration:none}.logo em,.image-logo em{color:var(--coral)}.site-header nav{display:flex;align-items:center;gap:34px;font-size:13px}.site-header nav a{text-decoration:none}.saved-nav{background:none;border:0;padding:10px 0}.saved-nav span{margin-left:5px;display:inline-grid;place-items:center;width:23px;height:23px;background:var(--cream);border-radius:50%;font-size:11px}.cover{background:var(--cream);overflow:hidden}.meal-opening{display:grid;grid-template-columns:44% 56%;grid-template-rows:auto auto 1fr;column-gap:0;padding:25px 0 46px}.breadcrumb{grid-column:1/-1;display:flex;gap:10px;font-size:12px;color:var(--muted);margin-bottom:39px}.breadcrumb a{text-decoration:none}.meal-heading{grid-column:1;grid-row:2;position:relative;z-index:2;padding:0 30px 0 0}.brand-line{display:flex;gap:14px;align-items:center;font-size:13px;margin-bottom:21px}.brand-line a{text-decoration:none;font-weight:700;color:var(--rust)}.brand-line span{padding-left:14px;border-left:1px solid #c9c0b5;color:var(--muted)}h1{font-size:clamp(40px,4.3vw,61px);line-height:1.05;letter-spacing:-.045em}h1 span{display:block}.subtitle{font-size:16px;margin-top:23px}.gallery{grid-column:2;grid-row:2/4;position:relative;margin-top:2px;padding-bottom:102px;min-width:0;align-self:center;margin-right:-48px}.cover-photo{position:relative;display:block;width:100%;border:0;padding:0;background:#e7e5df;text-align:left;overflow:hidden;border-radius:55% 55% 0 0/6% 6% 0 0}.cover-photo>img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:contain}.photo-label{position:absolute;left:18px;bottom:15px;background:var(--paper);padding:3px 9px;font-size:11px}.expand-icon{position:absolute;right:20px;top:20px;background:var(--paper);border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.expand-icon svg{width:16px;height:16px}.reader-snapshot{position:absolute;right:52px;bottom:23px;width:190px;padding:8px 8px 0;border:0;background:#fff;transform:rotate(5deg);box-shadow:0 8px 24px #28201824;transition:transform .2s;z-index:2}.reader-snapshot:hover{transform:rotate(0deg) translateY(-3px)}.reader-snapshot img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.reader-snapshot>span{display:flex;justify-content:space-between;align-items:center;min-height:34px;font-size:12px}.reader-snapshot svg{width:16px;height:16px}.gallery-foot{display:flex;gap:25px;align-items:center;padding-top:17px;font-size:12px;padding-right:250px;flex-wrap:wrap;line-height:1.3}.gallery-foot button{padding:0;min-height:32px;background:none;border:0;text-decoration:underline;text-underline-offset:4px;font-size:12px}.gallery-foot a{font-size:12px}.opening-details{grid-column:1;grid-row:3;padding-right:48px;padding-top:28px}.macro-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cec6ba;padding-top:18px;gap:12px}.macro-strip>div{display:flex;flex-direction:column-reverse}.macro-strip dd{font-family:var(--serif);font-size:30px;line-height:1.2;letter-spacing:-.04em}.macro-strip dd span{font-family:var(--sans);font-size:15px;margin-left:2px}.macro-strip dt{font-size:12px;color:var(--muted);margin-top:4px}.nutrition-source{font-size:11px;color:var(--muted);margin-top:10px}.opening-actions{display:flex;align-items:center;gap:23px;margin-top:24px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:49px;background:var(--ink);color:#fff;padding:12px 22px;text-decoration:none;font-size:13px;border:1px solid var(--ink);border-radius:28px;line-height:1.5}.primary-button:hover{background:#334155}.primary-button svg{width:18px;height:18px}.save-inline{display:flex;align-items:center;gap:7px;background:none;border:0;padding:10px 0;min-height:44px;font-size:13px}.save-inline svg{width:17px;height:17px}.availability{font-size:11px;color:var(--muted);margin-top:13px}.section-nav{position:sticky;top:0;background:var(--paper);border-bottom:1px solid var(--line);z-index:20}.section-nav>.wrap{display:flex;justify-content:center;gap:56px}.section-nav a{display:flex;align-items:center;min-height:58px;text-decoration:none;font-size:13px;border-bottom:2px solid transparent;padding-top:2px;white-space:nowrap}.section-nav a.active{border-color:var(--coral);color:var(--rust)}
.body-grid{max-width:1100px}.reader-story{padding:64px 0 60px;border-bottom:1px solid var(--line)}.story-heading{margin-bottom:32px;display:flex;flex-direction:column;gap:10px}.story-heading>p{color:var(--rust);font-size:13px}.story-heading h2{font-size:48px}.story-layout{display:grid;grid-template-columns:38% 1fr;gap:70px;align-items:center}.story-photo button{position:relative;display:block;border:0;padding:0;width:100%;background:transparent}.story-photo img{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:contain;border-radius:3px}.image-logo{position:absolute;bottom:10px;right:10px;background:#fcfbf9eb;padding:3px 9px;font-family:var(--serif);font-size:20px;border-radius:3px;line-height:1.5}.story-photo figcaption{font-size:11px;color:var(--muted);margin-top:11px}.story-copy blockquote{font-family:var(--serif);font-weight:400;font-size:31px;line-height:1.45;letter-spacing:-.025em;margin:0 0 21px}.story-copy>p{font-size:15px;line-height:1.85;max-width:48ch}.story-copy .editorial-note{font-size:11px;color:var(--muted);margin-top:14px}.review-link{display:inline-flex;align-items:center;gap:13px;text-decoration:none;border-bottom:1px solid var(--coral);padding:8px 0;font-size:13px;margin-top:24px}.review-link svg{width:17px;height:17px}.facts-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:52px 0 60px}.facts-layout h2{font-size:35px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.section-title>span{font-size:11px;color:var(--muted)}.section-intro{font-size:13px;color:var(--muted);margin-top:14px}.nutrition-section table{width:100%;border-collapse:collapse;margin-top:22px;font-size:14px}.nutrition-section th{text-align:left;font-weight:400}.nutrition-section td{text-align:right;font-weight:600}.nutrition-section th,.nutrition-section td{padding:9px 0}.nutrition-section tr{border-bottom:1px solid var(--line)}.nutrition-section tr:last-child{border:0}.fine-print{font-size:11px;color:var(--muted);line-height:1.75;margin-top:17px}.protein-details{margin-top:18px;border-top:1px solid var(--line);font-size:13px}.protein-details p{padding-bottom:13px}.protein-details .fine-print{margin-top:0}.detail-list{margin-top:15px}.detail-list details{border-bottom:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;cursor:pointer;min-height:53px;font-size:14px;font-weight:500;padding:13px 0}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:23px;font-weight:400;line-height:1}details[open]>summary:after{content:'−'}.detail-list details p{font-size:13px;color:var(--muted);padding:0 20px 17px 0;line-height:1.8}.brand-guide{margin-top:28px}.brand-guide h3{font-size:25px}.brand-guide p{font-size:13px;color:var(--muted);margin-top:12px;max-width:37ch}.brand-guide a{display:inline-block;font-size:13px;margin-top:15px}.similar-section{background:var(--cream);padding:52px 0}.similar-section .section-title h2{font-size:48px}.similar-section .section-title>a{font-size:13px}.related-intro{font-size:14px;margin-top:16px;color:var(--muted)}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:30px}.meal-card{text-decoration:none;min-width:0}.meal-card img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:contain;border-radius:4px;background:#e8e5df}.meal-card h3{font-size:26px;line-height:1.2;margin-top:18px;max-width:24ch}.meal-card p{display:flex;gap:18px;font-size:12px;color:var(--muted);margin-top:11px}.meal-card:hover h3{text-decoration:underline;text-underline-offset:4px}.site-footer{padding:38px 0;background:var(--paper)}.site-footer>.wrap{display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.site-footer .logo{font-size:30px}.site-footer p{grid-column:1;font-size:12px;color:var(--muted);margin-top:14px}.site-footer nav{grid-column:2;grid-row:1/3;display:flex;justify-content:flex-end;align-items:flex-start;gap:22px;font-size:12px}.site-footer small{font-size:10px;color:var(--muted);margin-top:23px;grid-column:1/-1}.mobile-action{display:none}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,15px);padding:11px 20px;background:var(--ink);color:#fff;border-radius:8px;z-index:70;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;font-size:13px;max-width:90%;width:max-content}.toast.visible{opacity:1;transform:translate(-50%,0)}[data-save][aria-pressed=true] svg{fill:currentColor}
.icon-button{display:inline-grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--paper);font-size:27px;color:var(--ink)}dialog{width:min(460px,calc(100% - 32px));max-height:90dvh;border:0;border-radius:12px;padding:26px;background:var(--paper);color:var(--ink);box-shadow:0 20px 80px #0003}dialog::backdrop{background:#1a2332a8}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.dialog-heading h2{font-size:29px}dialog>p{font-size:13px;color:var(--muted);margin-top:16px}#saved-content{margin-top:22px}.saved-item{display:flex;gap:15px;align-items:center}.saved-item img{width:75px;height:60px;object-fit:cover}.saved-item h3{font-family:var(--sans);font-size:15px;line-height:1.5;letter-spacing:0}.saved-item button{border:0;background:none;padding:8px 0;font-size:12px;text-decoration:underline}.empty-saved{background:var(--cream);padding:20px;border-radius:7px;font-size:14px}#photo-dialog{width:min(1050px,calc(100% - 32px));padding:30px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:25px}.comparison-grid img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:var(--cream)}.comparison-grid figcaption{font-family:var(--serif);font-size:25px;margin-top:12px;line-height:1.3}.comparison-grid figcaption span{display:block;font:12px/1.5 var(--sans);color:var(--muted);margin-top:7px}.comparison-reader{position:relative}
@media(min-width:1500px){.gallery{margin-right:-80px}}
@media(max-width:1100px){.wrap,.header-inner{width:calc(100% - 64px)}.meal-heading{padding-right:20px}h1{font-size:43px}.gallery{margin-right:-32px}.reader-snapshot{width:155px;right:35px;bottom:28px}.gallery-foot{padding-right:200px;gap:5px}.opening-details{padding-right:27px}.opening-actions{gap:17px}.primary-button{padding-inline:18px;gap:15px}.story-layout{gap:42px}.story-copy blockquote{font-size:28px}.facts-layout{gap:50px}.section-title{flex-wrap:wrap}.macro-strip dd{font-size:27px}}
@media(max-width:850px){.meal-opening{grid-template-columns:46% 54%}.meal-heading h1{font-size:36px}.subtitle{font-size:14px}.opening-details{padding-right:22px}.macro-strip{gap:6px}.opening-actions{gap:15px;flex-wrap:wrap}.gallery{align-self:start;margin-top:35px}.reader-snapshot{width:138px;right:26px}.gallery-foot{padding-right:165px}.story-copy blockquote{font-size:25px}.story-layout{gap:28px}.facts-layout{gap:32px}.site-header nav{gap:23px}}
@media(max-width:650px){html{scroll-padding-top:67px}.wrap,.header-inner{width:calc(100% - 40px)}.site-header{height:65px}.logo{font-size:29px}.site-header nav{font-size:12px;gap:22px}.desktop-link{display:none}.saved-nav span{width:20px;height:20px;font-size:10px}.meal-opening{display:flex;flex-direction:column;padding-top:16px;padding-bottom:25px}.breadcrumb{font-size:11px;margin-bottom:23px}.meal-heading{padding:0}.brand-line{font-size:12px;margin-bottom:13px}.meal-heading h1{font-size:43px;line-height:1.055;letter-spacing:-1.6px}.subtitle{font-size:14px;margin-top:17px}.gallery{width:calc(100% + 40px);margin:26px -20px 0;padding-bottom:80px;align-self:auto}.cover-photo{border-radius:0}.cover-photo img{aspect-ratio:1.5}.photo-label{left:20px;bottom:12px;font-size:10px;padding:3px 7px}.expand-icon{top:13px;right:15px;width:32px;height:32px}.reader-snapshot{width:124px;right:24px;bottom:9px;transform:rotate(5deg);padding:6px 6px 0;box-shadow:0 5px 16px #28201826}.reader-snapshot>span{font-size:10px;min-height:29px}.reader-snapshot svg{width:13px;height:13px}.gallery-foot{margin-left:20px;padding:15px 170px 0 0;display:flex;gap:9px;flex-direction:column;align-items:flex-start}.gallery-foot button,.gallery-foot a{font-size:11px}.gallery-foot button{min-height:24px}.opening-details{padding:12px 0 0}.macro-strip{padding-top:16px;gap:18px}.macro-strip dd{font-size:30px}.macro-strip dt{font-size:12px;margin-top:4px}.nutrition-source{font-size:11px}.opening-actions{margin-top:20px;flex-wrap:nowrap;gap:23px}.primary-button{min-height:48px;padding:12px 22px;font-size:13px;gap:28px}.save-inline{font-size:13px}.availability{font-size:11px;margin-top:13px}.section-nav{overflow-x:auto;scrollbar-width:none}.section-nav>.wrap{justify-content:flex-start;gap:27px;width:max-content;margin:0 20px;padding-right:20px}.section-nav a{min-height:49px;font-size:12px}.section-nav::-webkit-scrollbar{display:none}.reader-story{padding:34px 0 32px}.story-heading{gap:9px;margin-bottom:23px}.story-heading>p{font-size:12px}.story-heading h2{font-size:35px;letter-spacing:-1px}.story-layout{display:grid;grid-template-columns:1fr;gap:23px}.story-photo{width:78%;position:relative}.story-photo button{transform:rotate(-2deg)}.story-photo figcaption{font-size:11px;margin-top:15px;line-height:1.6}.story-copy blockquote{font-size:25px;line-height:1.5;letter-spacing:-.5px;margin-bottom:17px}.story-copy>p{font-size:15px;line-height:1.8}.story-copy .editorial-note{font-size:11px;margin-top:12px}.review-link{font-size:13px;margin-top:17px;min-height:44px}.facts-layout{display:block;padding:0 0 30px}.facts-layout h2{font-size:31px}.facts-layout>.page-section{padding-top:31px}.section-title>span{font-size:11px}.section-intro{font-size:13px;margin-top:12px}.nutrition-section table{font-size:14px;margin-top:16px}.fine-print{font-size:12px}.detail-list details p{font-size:14px}.protein-details{font-size:14px}.brand-guide h3{font-size:25px}.brand-guide p{font-size:14px}.similar-section{padding:31px 0}.similar-section .section-title h2{font-size:36px}.similar-section .section-title{align-items:baseline;gap:12px;flex-wrap:wrap}.similar-section .section-title>a{font-size:12px}.related-intro{font-size:13px;margin-top:13px}.related-grid{display:flex;overflow-x:auto;gap:18px;margin:23px -20px 0;padding:0 20px 14px;scroll-snap-type:x mandatory;scroll-padding-left:20px}.meal-card{flex:0 0 82%;scroll-snap-align:start}.meal-card img{aspect-ratio:1.5}.meal-card h3{font-size:26px;margin-top:15px;max-width:21ch}.meal-card p{font-size:12px}.site-footer{padding:30px 0 95px}.site-footer>.wrap{display:block}.site-footer .logo{font-size:29px}.site-footer p{font-size:12px;margin-top:12px}.site-footer nav{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:20px;font-size:12px;margin-top:21px}.site-footer small{display:block;font-size:10px;margin-top:20px;max-width:44ch}.mobile-action{display:flex;align-items:center;gap:20px;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fcfbf9f5;backdrop-filter:blur(12px);padding:10px 20px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.mobile-action>.primary-button{flex:1;min-height:43px;font-size:13px;padding:10px 15px}.mobile-save{display:flex;align-items:center;gap:6px;min-width:68px;min-height:44px;padding:0;border:0;background:none;font-size:12px}.mobile-save svg{width:17px;height:17px}.toast{bottom:82px;font-size:12px}#photo-dialog{padding:19px;width:calc(100% - 20px);max-height:90dvh}.dialog-heading h2{font-size:26px}.comparison-grid{gap:12px;margin-top:22px}.comparison-grid figcaption{font-size:20px}.comparison-grid figcaption span{font-size:11px}.comparison-grid .image-logo{font-size:13px;padding:2px 5px;bottom:5px;right:5px}#photo-dialog>p{font-size:12px;margin-top:20px}.icon-button{width:40px;height:40px}.image-logo{font-size:18px}}
@media(max-width:360px){.wrap,.header-inner{width:calc(100% - 32px)}.meal-heading h1{font-size:37px;letter-spacing:-1.4px}.site-header nav{gap:14px}.gallery{width:calc(100% + 32px);margin-inline:-16px}.gallery-foot{margin-left:16px;padding-right:151px}.reader-snapshot{right:20px;width:112px}.opening-actions{gap:16px}.primary-button{padding-inline:18px;gap:15px}.related-grid{margin-inline:-16px;padding-inline:16px;scroll-padding-left:16px}.story-heading h2{font-size:31px}.section-nav>.wrap{margin-inline:16px;gap:23px}.macro-strip{gap:13px}.mobile-action{padding-inline:16px}.comparison-grid{gap:9px}.comparison-grid figcaption{font-size:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.reader-snapshot:hover{transform:rotate(5deg)}}

.zoom-photo{display:block;padding:0;border:0;width:100%;background:none;position:relative;cursor:zoom-in}.comparison-grid[data-zoom=provider],.comparison-grid[data-zoom=reader]{grid-template-columns:1fr}.comparison-grid[data-zoom=provider]>figure:last-child,.comparison-grid[data-zoom=reader]>figure:first-child{display:none}.comparison-grid[data-zoom=provider] img,.comparison-grid[data-zoom=reader] img{max-height:58dvh;aspect-ratio:auto;object-fit:contain}.comparison-grid[data-zoom=provider] .zoom-photo,.comparison-grid[data-zoom=reader] .zoom-photo{cursor:zoom-out}.show-both{border:0;background:none;text-decoration:underline;text-underline-offset:4px;padding:10px 0;min-height:44px;margin-top:10px;font-size:13px}

.review-prompt{margin-top:24px;padding-top:21px;border-top:1px solid #cec6ba}.review-prompt h2{font-size:28px}.review-prompt>p{font-size:14px;margin-top:9px;max-width:36ch}.review-prompt .opening-actions{margin-top:16px}.review-prompt small{display:block;font-size:11px;color:var(--muted);margin-top:12px}.menu-secondary{display:inline-block;font-size:12px;margin-top:17px}.story-review-prompt{margin-top:26px;border-top:1px solid var(--line);padding-top:22px}.story-review-prompt h3{font-size:27px}.story-review-prompt p{font-size:14px;margin-top:8px}.story-review-prompt button{margin-top:15px}.review-meal-name{font-size:13px!important;line-height:1.5}#review-dialog{width:min(540px,calc(100% - 24px))}#review-form{margin-top:24px}#review-form fieldset{border:0;padding:0;margin:0 0 22px}#review-form legend,#review-form>label,#review-details>label{font-size:14px;font-weight:600;display:block;margin-bottom:9px}.review-stars{display:flex;gap:8px;margin-top:7px}.review-stars label{position:relative;cursor:pointer;width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:white;font-size:31px;color:#85817b}.review-stars input{position:absolute;opacity:0;width:1px;height:1px}.review-stars label:focus-within{outline:3px solid #286ed2;outline-offset:3px}.review-stars .rated{color:#a64b28;background:#f9e9df;border-color:#a64b28}#rating-label{font-size:12px;color:var(--muted);margin-top:9px}#review-form textarea,#review-details input{display:block;width:100%;font:16px/1.6 var(--sans);padding:11px;border:1px solid #bcb5ab;border-radius:6px;background:#fff;color:var(--ink)}#review-form textarea{resize:vertical;min-height:130px}.review-hint,.review-preview-note{font-size:11px;color:var(--muted);margin-top:8px}.review-preview-note{padding:12px;background:var(--cream);margin-block:20px}#review-details{margin-top:18px;border-block:1px solid var(--line)}#review-details input{margin-bottom:16px}#review-details .review-hint{margin-bottom:15px}#review-form>button{width:100%}#review-status{font-size:13px;margin-top:12px}#review-result{margin-top:25px}#review-result p{margin-top:14px;font-size:14px;white-space:pre-wrap}#review-result button{margin-top:22px}#review-result .menu-secondary{display:block}#review-dialog .dialog-heading h2{font-size:33px}@media(max-width:650px){.meal-heading h1{font-size:35px}.breadcrumb{margin-bottom:15px}.brand-line{margin-bottom:10px}.gallery{margin-top:20px}.review-prompt h2{font-size:28px}.review-prompt>p{font-size:14px}.review-prompt .primary-button{min-width:190px}#review-dialog{padding:22px}.review-stars{gap:9px}}@media(max-width:360px){.meal-heading h1{font-size:31px}.review-stars{gap:7px}.review-stars label{width:42px;height:44px}.review-prompt .primary-button{min-width:175px}}

#review-form>.clear-draft{background:none;border:0;text-decoration:underline;width:auto;padding:8px 0;min-height:44px;font-size:12px}

.meal-brand{display:block;font-size:12px;color:var(--rust);margin-top:14px}.meal-card h3{margin-top:7px}.compare-reason{display:block;font-size:12px;margin-top:12px}.quiz-invitation{display:flex;gap:35px;align-items:center;justify-content:space-between;padding-block:42px;border-bottom:1px solid var(--line)}.quiz-invitation h2{font-size:32px}.quiz-invitation p{font-size:14px;max-width:57ch;margin-top:12px}.quiz-invitation>a{flex-shrink:0}.after-review{margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}.after-review h3{font-size:24px}.after-review>a{display:inline-block;margin-top:10px;font-size:14px}.after-review details{border-top:1px solid var(--line);margin-top:22px}.after-review details>p{font-size:13px!important}.after-review form{margin-top:18px}.after-review form>label{display:block;font-size:13px;margin-bottom:9px}.after-review input[type=email]{width:100%;padding:10px;border:1px solid #bcb5ab;border-radius:5px;font:16px var(--sans)}.after-review form>.newsletter-consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.6;margin-top:16px}.newsletter-consent input{width:18px;height:18px;flex-shrink:0;margin-top:2px}@media(max-width:650px){.quiz-invitation{display:block;padding-block:32px}.quiz-invitation h2{font-size:30px}.quiz-invitation>a{margin-top:20px}}

/* Personal meal notebook and contribution controls */
.collection-filters{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.collection-filters button,.save-related{border:1px solid #c9c4bb;background:transparent;border-radius:24px;padding:10px 16px;color:inherit;font:inherit;cursor:pointer}.collection-filters button[aria-pressed=true]{background:#162d39;color:#fff;border-color:#162d39}.notebook-item{padding:20px 0;border-top:1px solid #d8d2c8}.notebook-item h3{font-size:21px;margin:0 0 8px}.notebook-item label{display:block}.notebook-item input,dialog select{display:block;width:100%;box-sizing:border-box;padding:12px;border:1px solid #aaa;border-radius:6px;background:white;font:inherit;margin:8px 0 14px}.notebook-item button{background:none;border:0;text-decoration:underline;padding:10px 0;cursor:pointer}.taste-fields label{display:inline-flex!important;align-items:center;gap:8px;margin:10px 18px 10px 0!important}.taste-fields input{width:auto!important}.review-extras{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-extras label{min-width:0}#review-photo-preview{max-width:100%;max-height:220px;object-fit:contain;margin:12px 0}#review-photo{max-width:100%}.related-entry{min-width:0}.related-entry .meal-card{display:block}.save-related{margin-top:12px}.related-entry[hidden]{display:none}.story-copy>.menu-secondary{display:inline-block;margin-top:12px}#log-meal{margin:10px 0}#saved-dialog{width:min(560px,calc(100% - 32px))}@media(max-width:420px){.review-extras{grid-template-columns:1fr}.saved-nav{font-size:13px}.save-inline span{font-size:12px}}

.account-invite{border-top:1px solid #d8d2c8;padding-top:20px;margin-top:24px}.account-invite h3,#account-settings h3{font-size:24px;margin-bottom:10px}#account-dialog{width:min(520px,calc(100% - 32px));box-sizing:border-box}#account-dialog input{width:100%;box-sizing:border-box;border:1px solid #aaa;border-radius:6px;padding:13px;font:inherit;margin:8px 0 16px}#account-dialog label{display:block;font-weight:600}#account-dialog p{line-height:1.6}.google-preview{width:100%;border:1px solid #aaa;background:white;border-radius:30px;padding:14px;font:inherit;margin:14px 0;cursor:pointer}#account-settings{border-top:1px solid #d8d2c8;margin-top:16px;padding-top:16px}#account-form .primary-button{width:100%}

/* Revision 11: MealFan editorial finish */
:root{--paper:#fffefa;--cream:#f4f1eb;--ink:#202d38;--muted:#62665f;--line:#deded4}
.site-header{height:88px}.site-header nav{font-size:14px}.saved-nav{border:1px solid var(--line);padding:9px 15px;border-radius:24px}.cover{background:var(--paper)}.meal-opening{padding-top:30px;padding-bottom:64px}.breadcrumb{margin-bottom:42px}.brand-line{margin-bottom:20px}h1{font-size:clamp(42px,4.6vw,66px);line-height:1.08}.subtitle{color:var(--muted)}.gallery{margin-right:0;padding-bottom:104px;padding-left:12px}.cover-photo{border-radius:12px}.reader-snapshot{transform:rotate(3deg);right:28px;bottom:6px;padding:9px 9px 0;box-shadow:0 5px 22px #202d381c}.gallery-foot{padding-left:6px}.photo-label{background:#fffefae8;border-radius:4px}.macro-strip{border-color:var(--line)}.macro-strip dd{font-family:var(--sans);font-size:29px;font-weight:500;letter-spacing:-1px}.review-prompt{border:0;background:var(--cream);border-radius:12px;padding:22px}.review-prompt h2{font-size:27px}.review-prompt>p{font-size:13px}.review-prompt .opening-actions{gap:16px}.review-prompt .primary-button{padding-inline:20px}.review-prompt .menu-secondary{background:none;border:0;padding:0;text-decoration:underline;color:var(--muted)}.primary-button{font-weight:600;min-height:48px}.section-nav{background:#fffefaee;backdrop-filter:blur(12px)}.section-nav a{font-weight:500}.reader-story{padding-block:76px}.story-heading{margin-bottom:38px}.story-heading h2{font-size:52px}.story-heading>p{color:var(--muted)}.story-photo img{border-radius:10px}.story-photo button{transform:none}.story-copy blockquote{font-size:32px;line-height:1.45}.story-copy .editorial-note{font-size:12px}.story-review-prompt{display:grid;grid-template-columns:1fr auto;gap:4px 18px;align-items:center}.story-review-prompt h3{font-size:24px}.story-review-prompt p{grid-column:1;font-size:13px}.story-review-prompt button{grid-column:2;grid-row:1/3;margin:0}.facts-layout{padding-block:65px}.similar-section{padding-block:65px}.meal-card img{border-radius:10px}.meal-card h3{font-size:25px}.compare-reason{color:#42634b}.save-related{font-size:13px;padding:9px 16px;min-height:44px;background:var(--paper)}.collection-filters button{font-size:13px;border-color:var(--line);padding:9px 15px;min-height:44px}.collection-filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink)}
dialog{padding:34px;border-radius:20px;box-shadow:0 25px 100px #17252e30}dialog::backdrop{background:#17252e80;backdrop-filter:blur(5px)}.dialog-heading{align-items:flex-start;margin-bottom:16px}.dialog-heading h2,#review-dialog .dialog-heading h2{font-size:36px;line-height:1.15}.icon-button{border:0;background:var(--cream);width:38px;height:38px;font-size:23px}.review-meal-name{padding-bottom:20px;border-bottom:1px solid var(--line)}#review-form{margin-top:22px}#review-form fieldset{margin-bottom:25px}.review-stars{gap:12px}.review-stars label{width:48px;height:48px;border:0;background:var(--cream);border-radius:50%;font-size:29px}.review-stars .rated{background:#f7e6d9;color:#984421}.review-preview-note{background:transparent;border-left:2px solid var(--line);padding:0 0 0 12px;line-height:1.7}.taste-fields label{border:1px solid var(--line);border-radius:24px;padding:8px 13px;font-size:13px;cursor:pointer}.taste-fields label:has(input:checked){background:var(--cream);border-color:var(--ink)}.taste-fields input{accent-color:var(--ink)}#review-form textarea,#review-details input,#account-dialog input,dialog select,.notebook-item input{border:1px solid var(--line);background:#fff;border-radius:9px;padding:13px;font-size:16px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #42634b;outline-offset:2px}#review-photo{font-size:12px}#review-photo::file-selector-button{border:1px solid var(--line);border-radius:20px;padding:10px 14px;margin-right:10px;background:var(--cream);font:inherit;cursor:pointer}#saved-dialog{width:min(650px,calc(100% - 32px))}.notebook-item{display:grid;grid-template-columns:104px 1fr;gap:20px;padding-block:24px}.notebook-photo{width:104px;height:104px;object-fit:contain;border-radius:9px;background:var(--cream)}.notebook-body{min-width:0}.notebook-item h3{font-size:23px;line-height:1.25}.notebook-item p{font-size:13px;margin-bottom:8px}.notebook-item small{display:block;color:var(--muted);font-size:11px}.notebook-item label{font-size:12px;margin-top:15px}.notebook-item button{font-size:12px;color:var(--muted)}.account-invite{padding:25px;background:var(--cream);border:0;border-radius:12px}.account-invite p{font-size:13px;margin-block:12px}.account-invite .review-hint{font-size:11px}.google-preview{border-color:var(--line);font-size:14px;font-weight:500}.quiz-invitation{padding-block:50px}
@media(max-width:850px){h1{font-size:40px}.gallery{padding-left:0}.review-prompt{padding:18px}.review-prompt .opening-actions{flex-wrap:wrap}.story-review-prompt{display:block}.story-review-prompt button{margin-top:15px}}
@media(max-width:650px){.site-header{height:72px}.site-header nav{font-size:12px;gap:14px}.saved-nav{padding:7px 10px}.meal-opening{padding-top:22px;padding-bottom:30px}.breadcrumb{margin-bottom:24px}.meal-heading h1{font-size:38px;line-height:1.1;letter-spacing:-1.2px}.brand-line{margin-bottom:15px}.subtitle{margin-top:16px}.gallery{margin:26px -20px 0;padding-bottom:93px;width:calc(100% + 40px)}.cover-photo{border-radius:0}.reader-snapshot{width:126px;right:25px;bottom:9px;padding:6px 6px 0}.gallery-foot{padding-left:0}.opening-details{padding-top:18px}.review-prompt{padding:22px;margin-top:24px}.review-prompt .opening-actions{flex-wrap:nowrap;gap:14px}.review-prompt .primary-button{min-width:0;flex:1;padding-inline:14px}.review-prompt small{font-size:10px}.macro-strip dd{font-size:28px}.reader-story{padding-block:44px}.story-heading{margin-bottom:27px}.story-heading h2{font-size:38px}.story-photo{width:100%}.story-copy blockquote{font-size:27px}.story-layout{gap:27px}.story-copy>p{font-size:15px}.facts-layout{padding-block:4px 38px}.similar-section{padding-block:38px}.similar-section .section-title h2{font-size:37px}.related-entry{flex:0 0 82%;scroll-snap-align:start}.related-entry .meal-card{width:100%}.meal-card h3{font-size:25px}.related-grid{gap:20px}dialog,#review-dialog{padding:24px;border-radius:18px}.dialog-heading h2,#review-dialog .dialog-heading h2{font-size:31px}.notebook-item{grid-template-columns:76px 1fr;gap:15px}.notebook-photo{width:76px;height:76px}.notebook-item h3{font-size:21px}.account-invite{padding:20px}.collection-filters{gap:6px}.collection-filters button{font-size:12px;padding:8px 12px}.taste-fields label{margin-right:7px!important}.review-stars{gap:10px}.review-stars label{width:44px;height:44px}.quiz-invitation{padding-block:35px}}
@media(max-width:360px){.meal-heading h1{font-size:33px}.gallery{margin-inline:-16px;width:calc(100% + 32px)}.review-prompt{padding:16px}.review-prompt .opening-actions{gap:10px}.review-prompt .primary-button{font-size:12px}.review-stars{gap:7px}.review-stars label{width:40px;height:40px}.notebook-item{grid-template-columns:1fr}.notebook-photo{width:90px;height:72px}.site-header nav{gap:10px}}

/* Inline photo comparison */
.inline-gallery{padding:0 0 0 12px;margin:0;align-self:start}.inline-photos{display:grid;grid-template-columns:1fr 1fr;gap:16px}.inline-photos figure{min-width:0}.inline-photos img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:var(--cream);border-radius:10px;display:block}.inline-photos figcaption{font-size:14px;font-weight:600;margin-top:12px}.inline-photos figcaption span{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:3px}.gallery-story{display:block;font-size:12px;line-height:1.7;margin-top:20px;max-width:48ch}.photo-thumbnails{display:none}.reader-photo-static{position:relative}.reader-photo-static .image-logo{pointer-events:none}
@media(max-width:650px){.inline-gallery{width:100%;margin:25px 0 0;padding:0}.inline-photos{display:block}.inline-photos figure{display:none}.inline-photos[data-selected=provider] [data-photo=provider],.inline-photos[data-selected=reader] [data-photo=reader]{display:block}.inline-photos img{aspect-ratio:1.2;object-fit:contain;border-radius:10px}.inline-photos figcaption{display:none}.photo-thumbnails{display:flex;gap:12px;margin-top:14px}.photo-thumbnails button{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:transparent;border:1px solid var(--line);border-radius:8px;padding:6px;font:12px var(--sans);text-align:left}.photo-thumbnails img{display:block;width:48px;height:48px;object-fit:contain;border-radius:4px}.photo-thumbnails button[aria-pressed=true]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:var(--cream)}.gallery-story{margin-top:15px;font-size:11px}.opening-details{display:flex;flex-direction:column}.opening-details .review-prompt{order:-1;margin-top:20px;margin-bottom:25px}.opening-details .macro-strip{margin-top:0}.reader-photo-static{width:100%}}
@media(max-width:360px){.photo-thumbnails img{width:38px;height:42px}.photo-thumbnails button{gap:7px;font-size:11px}}

#extra-review-details{border-top:1px solid var(--line);margin-top:20px}#extra-review-details>label{display:block;font-size:14px;margin:14px 0 8px}#extra-review-details .review-extras{padding-top:10px}.toast{display:flex;align-items:center;gap:16px}.toast.visible{pointer-events:auto}.toast button{background:transparent;border:0;border-left:1px solid #ffffff60;color:white;padding:5px 0 5px 14px;text-decoration:underline;font:inherit;min-height:36px}.toast:focus-within{opacity:1;transform:translate(-50%,0);pointer-events:auto}

.photo-contribute{display:inline-block;border:1px solid var(--line);border-radius:24px;background:var(--paper);padding:10px 16px;font-size:13px;margin-top:20px;min-height:44px}.photo-contribute-note{display:inline-block;font-size:11px;color:var(--muted);margin-left:12px}.protein-context{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.protein-context h3{font-size:23px}.protein-context p{font-size:14px;margin-top:10px}.protein-context strong{font-size:23px;font-weight:500}.brand-comparisons{display:flex;flex-wrap:wrap;gap:0 20px}.brand-comparisons a{font-size:12px}.information-record{max-width:1100px;padding-block:36px 55px;border-top:1px solid var(--line)}.information-record h2{font-size:34px}.information-record>div>p{font-size:14px;color:var(--muted);margin-top:15px;max-width:60ch}.information-record dl{display:grid;grid-template-columns:1fr 1fr;gap:24px 50px;margin-top:28px}.information-record dt{font-size:14px;font-weight:600;margin-bottom:8px}.information-record dd{font-size:13px;line-height:1.8;color:var(--muted)}.information-policy{font-size:12px;margin-top:25px;max-width:85ch}#contribution-dialog{width:min(520px,calc(100% - 24px))}#contribution-form{margin-top:20px}#contribution-form>label{display:block;font-size:14px;margin:17px 0 8px}#contribution-form input:not([type=checkbox]),#contribution-form textarea{width:100%;font:16px var(--sans);padding:12px;border:1px solid var(--line);border-radius:8px;background:white}#contribution-image{width:100%;max-height:260px;object-fit:contain;margin-top:15px}#contribution-form>.photo-permission{display:flex;gap:10px;font-size:12px;line-height:1.7}.photo-permission input{flex-shrink:0;width:18px;height:18px}#contribution-status{font-size:13px;margin-top:16px}@media(max-width:650px){.information-record dl{grid-template-columns:1fr;gap:22px}.information-record{padding-block:30px 40px}.information-record h2{font-size:30px}.photo-contribute-note{display:block;margin:5px 0 0}.information-record dd{font-size:14px}}

/* Reader experience leads the page */
.meal-opening{grid-template-rows:auto auto auto}.meal-heading{grid-column:1/-1;grid-row:2;padding:0;margin-bottom:28px;max-width:950px}.meal-heading h1{font-size:44px;line-height:1.15;letter-spacing:-1.4px}.meal-heading h1 span{display:inline}.brand-line{margin-bottom:12px}.subtitle{margin-top:12px}.gallery.inline-gallery{grid-column:1;grid-row:3;padding:0 30px 0 0;align-self:start}.opening-details{grid-column:2;grid-row:3;padding:0 0 0 18px}.opening-reader blockquote{font:500 29px/1.45 var(--serif);letter-spacing:-.5px;margin:12px 0 15px}.reader-byline{font-size:12px;color:var(--rust)}.reader-context{font-size:12px;color:var(--muted);max-width:48ch}.opening-reader>a{display:inline-block;margin-top:10px;font-size:12px}.opening-details .review-prompt{margin:23px 0;padding:0;background:none}.opening-details .review-prompt h2{font-size:23px}.opening-details .macro-strip{padding-top:18px}.opening-details .macro-strip dd{font-size:24px}.opening-details .menu-secondary{font-size:11px}.source-disclosure{margin-top:20px}.source-disclosure>summary{justify-content:flex-start;gap:25px}.information-record{padding-bottom:35px}.information-record>div>p{max-width:70ch}.story-copy>p{max-width:55ch}.story-review-prompt{margin-top:20px}.reader-story{padding-top:45px}.story-layout{align-items:start}
@media(max-width:850px) and (min-width:651px){.meal-heading h1{font-size:36px}.opening-reader blockquote{font-size:23px}.gallery.inline-gallery{padding-right:18px}.inline-photos{gap:10px}.opening-details{padding-left:5px}}
@media(max-width:650px){.meal-opening{padding-top:14px;padding-bottom:24px}.breadcrumb{margin-bottom:14px}.meal-heading{margin-bottom:0}.meal-heading h1{font-size:29px;line-height:1.16;letter-spacing:-.7px}.brand-line{margin-bottom:9px;font-size:11px}.subtitle{font-size:12px;margin-top:10px}.gallery.inline-gallery{padding:0;margin:19px 0 0;width:100%}.inline-photos img{aspect-ratio:1.5}.photo-thumbnails{margin-top:10px;gap:10px}.photo-thumbnails img{width:38px;height:38px}.photo-thumbnails button{min-height:50px;padding:5px}.opening-details{display:block;padding:21px 0 0}.opening-reader blockquote{font-size:23px;line-height:1.45;margin:10px 0 12px}.reader-context{font-size:11px}.opening-reader>a{font-size:11px;margin-top:8px}.opening-details .review-prompt{margin:21px 0 25px;padding:0}.opening-details .review-prompt h2{font-size:22px}.opening-details .review-prompt .opening-actions{margin-top:13px}.opening-details .review-prompt small{font-size:10px}.opening-details .macro-strip dd{font-size:24px}.reader-story{padding-top:32px}.story-heading h2{font-size:32px}.information-record h2{font-size:28px}.source-disclosure>summary{font-size:13px}}
@media(max-width:360px){.meal-heading h1{font-size:26px}.opening-reader blockquote{font-size:21px}}

.community-reviews{margin-top:40px}.community-reviews article{border-top:1px solid var(--line);padding:24px 0}.community-reviews article p{margin:12px 0}.community-reviews img{max-width:100%;height:auto;max-height:480px;object-fit:contain}.photo-permission{font-size:13px!important}dialog input[type=email],dialog input[type=text]{max-width:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body.mf-reader-pilot{font-family:var(--sans)!important;color:var(--ink)!important;background:var(--paper)!important}body.mf-reader-pilot h1,body.mf-reader-pilot h2,body.mf-reader-pilot h3{font-family:var(--serif)!important;font-weight:500!important}body.mf-reader-pilot .site-header nav[aria-label="Primary"],body.mf-reader-pilot #mf-tapbar,body.mf-reader-pilot .mf-footer-injected{display:none!important}


/* --- mtbx-head-20260720.css --- */
#mtbx-hint{display:none;margin:7px 2px 0;font-size:13px;font-weight:700;color:#e59b9b;text-align:left;letter-spacing:.2px}
#mtbx-hint.on{display:block}
.mtbconf{position:fixed;top:-14px;width:9px;height:14px;z-index:2147483000;pointer-events:none;animation:mtbfall linear forwards;border-radius:2px}
@keyframes mtbfall{to{transform:translateY(110vh) rotate(720deg);opacity:.9}}
/* v3 inline sticky capture bar (replaces the click-to-open teaser) */
.mftb-bar{position:sticky!important;top:0;z-index:99990;background:#1a2332!important;color:#fff!important;padding:0!important;margin:0!important;border:0!important;box-shadow:0 2px 10px rgba(0,0,0,.18)}
.mftb-inline{display:flex;align-items:center;justify-content:center;gap:12px 16px;max-width:1060px;margin:0 auto;padding:9px 16px;flex-wrap:wrap;font-family:inherit}
.mftb-offer{font-size:14.5px;font-weight:600;color:#fff;letter-spacing:.1px}
.mftb-offer strong{color:#f0a882}
.mftb-offer em{font-style:normal;color:#aeb7c6;font-weight:500;font-size:13px}
.mftb-fields{display:flex;gap:8px;position:relative}
.mf-deal-bar{cursor:pointer}
.mf-deal-bar .mftb-fields{display:none!important}
.mf-deal-bar .mftb-claim{margin-left:12px;background:#e0895f;color:#1a2332;border:0;font-weight:800;font-size:12px;letter-spacing:.5px;padding:5px 14px;border-radius:999px;cursor:pointer;text-transform:uppercase;animation:mftbPulse 2s ease-in-out infinite}
.mf-deal-bar .mftb-claim:hover{background:#f0a882}
@keyframes mftbPulse{0%{box-shadow:0 0 0 0 rgba(224,137,95,.65);transform:scale(1)}50%{box-shadow:0 0 0 9px rgba(224,137,95,0);transform:scale(1.06)}100%{box-shadow:0 0 0 0 rgba(224,137,95,0);transform:scale(1)}}
.mf-deal-bar .mftb-claim.mftb-clicked{animation:mftbPress .5s cubic-bezier(.34,1.56,.64,1)}
@keyframes mftbPress{0%{transform:scale(1)}30%{transform:scale(.82);background:#f0a882}60%{transform:scale(1.14);box-shadow:0 0 0 10px rgba(224,137,95,.001),0 0 18px rgba(240,168,130,.9)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.mf-deal-bar .mftb-claim,.mf-deal-bar .mftb-claim.mftb-clicked{animation:none}}
.mftb-suggest{position:absolute;top:100%;left:0;right:0;margin-top:6px;background:#fff;color:#1a2332;border-radius:10px;padding:9px 13px;font-size:13px;font-weight:600;box-shadow:0 10px 26px rgba(0,0,0,.28);cursor:pointer;z-index:100001;display:none;text-align:left;line-height:1.35}
.mftb-suggest.on{display:block}
.mftb-suggest b{color:#c0603a}
.mftb-email{border:1.5px solid #47536b;background:#fff;color:#111;border-radius:999px;padding:9px 16px;font-size:14px;width:212px;outline:none;font-weight:600}
.mftb-email::placeholder{color:#9aa0aa;font-weight:500}
.mftb-email:focus{border-color:#d4764e;box-shadow:0 0 0 3px rgba(212,118,78,.28)}
.mftb-btn{border:0;background:linear-gradient(135deg,#d4764e,#c06840);color:#fff;border-radius:999px;padding:9px 20px;font-weight:800;font-size:14px;cursor:pointer;white-space:nowrap;transition:transform .12s,box-shadow .12s;box-shadow:0 4px 12px rgba(212,118,78,.3)}
.mftb-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(212,118,78,.42)}
@media(max-width:640px){.mftb-offer em{display:none}.mftb-offer{font-size:13px;flex-basis:100%;text-align:center}.mftb-inline{gap:8px;padding:8px 10px}.mftb-fields{flex:1;max-width:360px}.mftb-email{width:0;flex:1;min-width:110px}.mftb-btn{padding:9px 14px}}
.mf-okhint{display:none;margin:6px 2px 0;font-size:12.5px;font-weight:700;color:#2e9e57;text-align:left}
.mf-okhint.on{display:block}
@media(hover:none){button:not([disabled]){transition:transform .1s}button:not([disabled]):active{transform:scale(.96)}}


/* --- mtbx-modal-20260720.css --- */
#mtbx-ov{position:fixed;inset:0;background:rgba(20,16,8,.55);z-index:99998;display:none;opacity:0;transition:opacity .25s}
#mtbx-ov.on{display:block;opacity:1}
#mtbx{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%) scale(.96);z-index:99999;display:none;opacity:0;
 width:min(640px,94vw);border-radius:20px;background:#fff;border:2px solid #d96b3f;
 box-shadow:0 24px 64px rgba(60,30,5,.28);transition:opacity .25s,transform .25s;font-family:inherit;text-align:left}
#mtbx.on{display:block;opacity:1;transform:translate(-50%,-50%) scale(1)}
#mtbx-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#d96b3f;color:#fff;
 font-weight:800;font-size:12.5px;letter-spacing:.08em;padding:8px 20px;border-radius:999px;z-index:2;
 box-shadow:0 4px 12px rgba(217,107,63,.35);white-space:nowrap}
#mtbx-x{position:absolute;top:12px;right:14px;border:0;background:#f6efe4;width:32px;height:32px;border-radius:50%;
 font-size:18px;line-height:1;color:#8a7f68;cursor:pointer;z-index:2}
#mtbx-flex{display:flex;align-items:stretch;border-radius:18px;overflow:hidden}
#mtbx-left{flex:0 0 44%;background:#faf3e7;display:flex;flex-direction:column;justify-content:center;padding:26px 0 26px 26px}
#mtbx-frame{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1/1.06;background:#fff;
 box-shadow:0 8px 22px rgba(60,30,5,.14)}
#mtbx-pic{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
#mtbx-cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(17,12,6,.78));
 color:#fff;font-size:12px;font-weight:700;padding:26px 12px 10px;line-height:1.4;text-align:center}
#mtbx-body{flex:1;padding:38px 30px 26px;display:flex;flex-direction:column;justify-content:center}
#mtbx-kick{color:#d96b3f;font-weight:800;font-size:13.5px;letter-spacing:.05em;text-transform:uppercase;margin:0 0 10px}
#mtbx h3{margin:0;font-size:52px;line-height:.95;color:#111;font-weight:900;letter-spacing:-.02em}
#mtbx-sub{margin:8px 0 0;font-size:18px;font-weight:700;color:#111}
#mtbx-plus{margin:2px 0 16px;font-size:14.5px;color:#6b6355}
#mtbx-steps{display:flex;align-items:center;margin:0 0 14px}
#mtbx-steps .st{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:#9a8d7b}
#mtbx-steps .st .n{width:22px;height:22px;border-radius:50%;background:#efe6d8;color:#9a8d7b;display:flex;
 align-items:center;justify-content:center;font-size:12px;font-weight:800;transition:all .35s}
#mtbx-steps .st.active{color:#d96b3f}
#mtbx-steps .st.active .n{background:#d96b3f;color:#fff}
#mtbx.done #mtbx-steps .st{color:#2e9e57}
#mtbx.done #mtbx-steps .st .n{background:#2e9e57;color:#fff}
#mtbx-steps .track{flex:1;height:2px;background:#efe6d8;margin:0 10px;position:relative;min-width:28px}
#mtbx-steps .track i{position:absolute;inset:0;background:#2e9e57;transform:scaleX(0);transform-origin:left;transition:transform .5s;display:block}
#mtbx.done #mtbx-steps .track i{transform:scaleX(1)}
#mtbx-inwrap{position:relative}
#mtbx-in{width:100%;box-sizing:border-box;padding:15px 44px 15px 16px;font-size:16.5px;border:2px solid #e5dccb;border-radius:12px;
 outline:none;background:#fff;transition:border-color .3s,box-shadow .3s;text-align:center;font-weight:600;color:#111}
#mtbx-in::placeholder{color:#b9ad99;font-weight:500}
#mtbx-in:focus{border-color:#d96b3f;box-shadow:0 0 0 4px rgba(217,107,63,.12)}
#mtbx.ok #mtbx-in{border-color:#2e9e57;box-shadow:0 0 0 4px rgba(46,158,87,.12);background:#f2fbf5}
#mtbx.bad #mtbx-in{border-color:#d64545;box-shadow:0 0 0 4px rgba(214,69,69,.12);background:#ffe4ec}
#mtbx-in.key{animation:mtbxKey .3s ease-out}
@keyframes mtbxKey{0%{box-shadow:0 0 0 3px rgba(217,107,63,.25)}100%{box-shadow:0 0 0 10px rgba(217,107,63,0)}}
#mtbx-check{position:absolute;right:13px;top:50%;width:22px;height:22px;border-radius:50%;background:#2e9e57;
 display:flex;align-items:center;justify-content:center;transform:translateY(-50%) scale(0);transition:transform .35s cubic-bezier(.34,1.7,.5,1)}
#mtbx.ok #mtbx-check{transform:translateY(-50%) scale(1)}
#mtbx-check svg{width:12px;height:12px}
#mtbx-prog{height:4px;border-radius:99px;background:#f1e7d8;margin-top:8px;overflow:hidden}
#mtbx-prog i{display:block;height:100%;width:0;border-radius:99px;background:linear-gradient(90deg,#d96b3f,#e8a13f,#9ec44f,#2e9e57);
 background-size:400px 100%;transition:width .35s cubic-bezier(.4,0,.2,1)}
#mtbx.done #mtbx-prog{display:none}
#mtbx.ok #mtbx-btn{position:relative;overflow:hidden}
#mtbx.ok #mtbx-btn::after{content:'';position:absolute;top:0;left:-80%;width:60%;height:100%;
 background:linear-gradient(105deg,transparent,rgba(255,255,255,.45),transparent);animation:mtbxShine 1.4s ease .15s 2}
@keyframes mtbxShine{to{left:130%}}
.mtbx-cf{position:absolute;width:8px;height:12px;border-radius:2px;pointer-events:none;z-index:3;
 animation:mtbxFall 1.1s cubic-bezier(.3,.6,.4,1) forwards}
@keyframes mtbxFall{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--dx),110px) rotate(var(--rot))}}
#mtbx.done #mtbx-code{animation:mtbxReveal .6s cubic-bezier(.34,1.4,.5,1);cursor:pointer}
@keyframes mtbxReveal{0%{transform:scale(.85);letter-spacing:.3em;opacity:0}100%{transform:scale(1);letter-spacing:.06em;opacity:1}}
#mtbx-btn{width:100%;margin-top:12px;padding:16px;font-size:18px;font-weight:800;border:0;border-radius:12px;
 background:#f1e7d8;color:#b3a288;cursor:not-allowed;transition:all .35s}
#mtbx.ok #mtbx-btn{background:#d96b3f;color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(217,107,63,.35)}
#mtbx.ok #mtbx-btn:hover{background:#c05a30}
#mtbx-code{display:none;margin:0;padding:15px;border:2px solid #2e9e57;border-radius:12px;text-align:center;
 font-size:21px;font-weight:800;letter-spacing:.06em;color:#166b33;background:#f2fbf5}
#mtbx-code small{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;color:#5aa877;margin-bottom:2px}
#mtbx.done #mtbx-code{display:block}
#mtbx.done #mtbx-in,#mtbx.done #mtbx-btn{display:none}
#mtbx-go{display:none;margin-top:12px;padding:16px;font-size:18px;font-weight:800;border-radius:12px;text-align:center;
 background:#d96b3f;color:#fff!important;text-decoration:none;box-shadow:0 8px 20px rgba(217,107,63,.35)}
#mtbx.done #mtbx-go{display:block}
#mtbx-fine{margin:12px 0 0;font-size:12.5px;color:#a99c86;text-align:center;font-weight:600}
@media(max-width:600px){#mtbx-left{display:none}#mtbx-body{padding:42px 22px 22px}#mtbx h3{font-size:40px}}
#mtbx-inwrap .mfw-email-ac{position:absolute;left:0;right:0;top:100%;margin-top:5px;background:#fff;border:1.5px solid #e5dccb;border-radius:12px;box-shadow:0 10px 24px rgba(60,30,5,.16);z-index:100000;overflow:hidden;display:none;text-align:left}
#mtbx-inwrap .mfw-email-ac.show{display:block}
#mtbx-inwrap .mfw-email-ac.mfw-ac-up{top:auto;bottom:100%;margin-top:0;margin-bottom:5px}
#mtbx-inwrap .mfw-ac-opt{padding:13px 16px;min-height:44px;box-sizing:border-box;display:flex;align-items:center;font-size:16px;color:#111;cursor:pointer;font-weight:600}
#mtbx-inwrap .mfw-ac-opt b{color:#a8502e;font-weight:700}
#mtbx-inwrap .mfw-ac-opt:hover,#mtbx-inwrap .mfw-ac-opt.hl{background:#faf3e7}
#mtbx-inwrap .mfw-ac-opt+.mfw-ac-opt{border-top:1px solid #f3ede3}
#mtbx.done .mfw-email-ac{display:none!important}


/* --- mf-footopt-20260720.css --- */
.mf-footopt{background:#faf8f4;border-top:1px solid #e8e0d2;padding:38px 20px}
.mf-footopt-in{max-width:640px;margin:0 auto;text-align:center;background:#fff;border:2px solid #e8e0d2;border-radius:20px;padding:28px 24px;box-shadow:0 10px 30px rgba(26,35,50,.08)}
.mf-footopt h4{font-size:21px;margin:0 0 6px;color:#1a2332!important;font-weight:800}
.mf-footopt p{margin:0 0 16px;font-size:14px;color:#5a6472!important}
.mf-footopt p strong{color:#c0603a}
.mf-footopt-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.mf-footopt-email{flex:1;min-width:220px;max-width:320px;border:1.5px solid #ddd4c8;background:#fff;color:#111;border-radius:999px;padding:12px 18px;font-size:15px;outline:none;font-weight:600}
.mf-footopt-email::placeholder{color:#9aa0aa;font-weight:500}
.mf-footopt-email:focus{border-color:#d4764e;box-shadow:0 0 0 3px rgba(212,118,78,.28)}
.mf-footopt-email.bad{border-color:#d64545!important;background:#ffe4ec;box-shadow:0 0 0 3px rgba(214,69,69,.15)!important}
.mf-footopt-email.ok{border-color:#2e9e57!important;background:#f2fbf5;box-shadow:0 0 0 3px rgba(46,158,87,.15)!important}
.mf-footopt-btn{border:0;background:#f1e7d8;color:#b3a288;border-radius:999px;padding:12px 24px;font-weight:800;font-size:15px;cursor:not-allowed;white-space:nowrap;transition:background .3s,color .3s,box-shadow .3s}
.mf-footopt-btn.on{background:linear-gradient(135deg,#d4764e,#c06840);color:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(212,118,78,.3);animation:mfFootPulse 1.5s ease-in-out infinite}
@keyframes mfFootPulse{0%{box-shadow:0 0 0 0 rgba(212,118,78,.5)}50%{box-shadow:0 0 0 9px rgba(212,118,78,0)}100%{box-shadow:0 0 0 0 rgba(212,118,78,0)}}
@media(prefers-reduced-motion:reduce){.mf-footopt-btn.on{animation:none}}
.mf-footopt-chips{display:none;gap:8px;flex-wrap:wrap;justify-content:center;flex-basis:100%;margin-top:4px}
.mf-footopt-chips.on{display:flex}
.mf-footopt-chip{border:1.5px solid #ddd4c8;background:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700;color:#1a2332;cursor:pointer}
.mf-footopt-chip:hover{background:#faf3e7}
.mf-footopt .mf-okhint{text-align:center}
.mf-footopt-done{font-size:16px;font-weight:700;color:#166b33}


/* --- mfnx-20260720.css --- */
#mfnx-ov{position:fixed;inset:0;background:rgba(20,16,8,.55);z-index:99998;display:none;opacity:0;transition:opacity .25s}
#mfnx-ov.on{display:block;opacity:1}
#mfnx{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%) scale(.96);z-index:99999;display:none;opacity:0;
 width:min(640px,94vw);border-radius:20px;background:#fff;border:2px solid #d96b3f;
 box-shadow:0 24px 64px rgba(60,30,5,.28);transition:opacity .25s,transform .25s;font-family:inherit;text-align:left}
#mfnx.on{display:block;opacity:1;transform:translate(-50%,-50%) scale(1)}
#mfnx-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#d96b3f;color:#fff;
 font-weight:800;font-size:12.5px;letter-spacing:.08em;padding:8px 20px;border-radius:999px;z-index:2;
 box-shadow:0 4px 12px rgba(217,107,63,.35);white-space:nowrap}
#mfnx-x{position:absolute;top:8px;right:10px;border:0;background:#f6efe4;width:44px;height:44px;border-radius:50%;
 display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;color:#736955;cursor:pointer;z-index:2}
#mfnx-x:hover{background:#ecdfcd;color:#312b22}
#mfnx-x:focus-visible{outline:3px solid #2e6fb0;outline-offset:3px}
#mfnx-flex{display:flex;align-items:stretch;border-radius:18px;overflow:hidden}
#mfnx-left{flex:0 0 44%;background:#faf3e7;display:flex;flex-direction:column;justify-content:center;padding:26px 0 26px 26px}
#mfnx-frame{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1/1.06;background:#fff;
 box-shadow:0 8px 22px rgba(60,30,5,.14)}
#mfnx-pic{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
#mfnx-cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(17,12,6,.78));
 color:#fff;font-size:12px;font-weight:700;padding:26px 12px 10px;line-height:1.4;text-align:center}
#mfnx-body{flex:1;padding:38px 30px 26px;display:flex;flex-direction:column;justify-content:center}
#mfnx-kick{color:#d96b3f;font-weight:800;font-size:13.5px;letter-spacing:.05em;text-transform:uppercase;margin:0 0 10px}
#mfnx h3{margin:0;font-size:52px;line-height:.95;color:#111;font-weight:900;letter-spacing:-.02em}
#mfnx-sub{margin:8px 0 0;font-size:18px;font-weight:700;color:#111}
#mfnx-plus{margin:2px 0 16px;font-size:14.5px;color:#6b6355}
#mfnx-steps{display:flex;align-items:center;margin:0 0 14px}
#mfnx-steps .st{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:#9a8d7b}
#mfnx-steps .st .n{width:22px;height:22px;border-radius:50%;background:#efe6d8;color:#9a8d7b;display:flex;
 align-items:center;justify-content:center;font-size:12px;font-weight:800;transition:all .35s}
#mfnx-steps .st.active{color:#d96b3f}
#mfnx-steps .st.active .n{background:#d96b3f;color:#fff}
#mfnx.done #mfnx-steps .st{color:#2e9e57}
#mfnx.done #mfnx-steps .st .n{background:#2e9e57;color:#fff}
#mfnx-steps .track{flex:1;height:2px;background:#efe6d8;margin:0 10px;position:relative;min-width:28px}
#mfnx-steps .track i{position:absolute;inset:0;background:#2e9e57;transform:scaleX(0);transform-origin:left;transition:transform .5s;display:block}
#mfnx.done #mfnx-steps .track i{transform:scaleX(1)}
#mfnx-inwrap{position:relative}
#mfnx-in{width:100%;box-sizing:border-box;padding:15px 44px 15px 16px;font-size:16.5px;border:2px solid #e5dccb;border-radius:12px;
 outline:none;background:#fff;transition:border-color .3s,box-shadow .3s,background-color .3s;text-align:center;font-weight:600;color:#111}
#mfnx-in::placeholder{color:#b9ad99;font-weight:500}
#mfnx-in:focus{border-color:#d96b3f;box-shadow:0 0 0 4px rgba(217,107,63,.12)}
#mfnx.ok #mfnx-in{border-color:#2e9e57;background:#f2fbf5;box-shadow:0 0 0 4px rgba(46,158,87,.12)}
#mfnx.bad #mfnx-in{border-color:#d64545;background:#fff1f1;box-shadow:0 0 0 4px rgba(214,69,69,.14)}
#mfnx-in.key{animation:mfnxKey .3s ease-out}
@keyframes mfnxKey{0%{box-shadow:0 0 0 3px rgba(217,107,63,.25)}100%{box-shadow:0 0 0 10px rgba(217,107,63,0)}}
#mfnx-check{position:absolute;right:13px;top:50%;width:22px;height:22px;border-radius:50%;background:#2e9e57;
 display:flex;align-items:center;justify-content:center;transform:translateY(-50%) scale(0);transition:transform .35s cubic-bezier(.34,1.7,.5,1)}
#mfnx.ok #mfnx-check{transform:translateY(-50%) scale(1)}
#mfnx-check svg{width:12px;height:12px}
#mfnx-prog{height:4px;border-radius:99px;background:#f1e7d8;margin-top:8px;overflow:hidden}
#mfnx-prog i{display:block;height:100%;width:0;border-radius:99px;background:linear-gradient(90deg,#d96b3f,#e8a13f,#9ec44f,#2e9e57);
 background-size:400px 100%;transition:width .35s cubic-bezier(.4,0,.2,1)}
#mfnx.done #mfnx-prog{display:none}
#mfnx.ok #mfnx-btn{position:relative;overflow:hidden}
#mfnx.ok #mfnx-btn::after{content:'';position:absolute;top:0;left:-80%;width:60%;height:100%;
 background:linear-gradient(105deg,transparent,rgba(255,255,255,.45),transparent);animation:mfnxShine 1.4s ease .15s 2}
@keyframes mfnxShine{to{left:130%}}
.mfnx-cf{position:absolute;width:8px;height:12px;border-radius:2px;pointer-events:none;z-index:3;
 animation:mfnxFall 1.1s cubic-bezier(.3,.6,.4,1) forwards}
@keyframes mfnxFall{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--dx),110px) rotate(var(--rot))}}
#mfnx.done #mfnx-code{animation:mfnxReveal .6s cubic-bezier(.34,1.4,.5,1);cursor:pointer}
@keyframes mfnxReveal{0%{transform:scale(.85);letter-spacing:.3em;opacity:0}100%{transform:scale(1);letter-spacing:.06em;opacity:1}}
#mfnx-btn{width:100%;margin-top:12px;padding:16px;font-size:18px;font-weight:800;border:0;border-radius:12px;
 background:#f1e7d8;color:#b3a288;cursor:not-allowed;transition:all .35s}
#mfnx.ok #mfnx-btn{background:#d96b3f;color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(217,107,63,.35)}
#mfnx.ok #mfnx-btn:hover{background:#c05a30}
#mfnx-code{display:none;margin:0;padding:15px;border:2px solid #2e9e57;border-radius:12px;text-align:center;
 font-size:21px;font-weight:800;letter-spacing:.06em;color:#166b33;background:#f2fbf5}
#mfnx-code small{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;color:#5aa877;margin-bottom:2px}
#mfnx.done #mfnx-code{display:block}
#mfnx.done #mfnx-in,#mfnx.done #mfnx-btn,#mfnx.done #mfnx-ph,#mfnx.done #mfnx-smslbl{display:none}
#mfnx-go{display:none;margin-top:12px;padding:16px;font-size:18px;font-weight:800;border-radius:12px;text-align:center;
 background:#d96b3f;color:#fff!important;text-decoration:none;box-shadow:0 8px 20px rgba(217,107,63,.35)}
#mfnx.done #mfnx-go{display:block}
#mfnx-fine{margin:12px 0 0;font-size:12.5px;color:#a99c86;text-align:center;font-weight:600}
@media(max-width:600px){#mfnx-left{display:none}#mfnx-body{padding:42px 22px 22px}#mfnx h3{font-size:40px}}
#mfnx-inwrap .mfw-email-ac{position:absolute;left:0;right:0;top:100%;margin-top:5px;background:#fff;border:1.5px solid #e5dccb;border-radius:12px;box-shadow:0 10px 24px rgba(60,30,5,.16);z-index:100000;overflow:hidden;display:none;text-align:left}
#mfnx-inwrap .mfw-email-ac.show{display:block}
#mfnx-inwrap .mfw-email-ac.mfw-ac-up{top:auto;bottom:100%;margin-top:0;margin-bottom:5px}
#mfnx-inwrap .mfw-ac-opt{padding:13px 16px;min-height:44px;box-sizing:border-box;display:flex;align-items:center;font-size:16px;color:#111;cursor:pointer;font-weight:600}
#mfnx-inwrap .mfw-ac-opt b{color:#a8502e;font-weight:700}
#mfnx-inwrap .mfw-ac-opt:hover,#mfnx-inwrap .mfw-ac-opt.hl{background:#faf3e7}
#mfnx-inwrap .mfw-ac-opt+.mfw-ac-opt{border-top:1px solid #f3ede3}
#mfnx.done .mfw-email-ac{display:none!important}
#mfnx h3{font-size:38px;line-height:1.02}
#mfnx-hint{display:none;margin:7px 2px 0;font-size:13px;font-weight:700;color:#e59b9b;text-align:left;letter-spacing:.2px}
#mfnx-hint.on{display:block}
@media(max-width:600px){#mfnx h3{font-size:32px}}


/* --- 482-mealfan-opt-in-boost-get-my-code-with-go-mf-optin-boost-css.css --- */
.mftb-email.mfb-invalid,#mtbx-in.mfb-invalid,#mfnx-in.mfb-invalid{
    border-color:#d64545 !important;background:#fff1ef !important;box-shadow:0 0 0 3px rgba(214,69,69,.20) !important;}
  .mftb-email.mfb-valid,#mtbx-in.mfb-valid,#mfnx-in.mfb-valid{
    border-color:#2e9e57 !important;background:#f2fbf5 !important;box-shadow:0 0 0 3px rgba(46,158,87,.18) !important;}
  /* mf-fix-20260726: the field must AGREE with the message.
     Two independent layers were judging the same input and did not talk to each other:
     #mf-buzz-valid (topbar module) prints "checkmark Looks good" and sets data-mf-ok="1",
     while 482 owns the border and background colours. Result on screen was a red box with
     a green tick and the words "Looks good" underneath.
     Bind the green state to the SAME signal that prints the message, and let it win over
     any red left behind by the other layer. */
  input[type=email][data-mf-ok="1"],
  input[type=email][data-mf-ok="1"].mfb-invalid,
  .mftb-email[data-mf-ok="1"], #mtbx-in[data-mf-ok="1"], #mfnx-in[data-mf-ok="1"],
  #mfg-em[data-mf-ok="1"], #mfg2-em[data-mf-ok="1"], #mfg3-em[data-mf-ok="1"],
  #mfm-em[data-mf-ok="1"],
  .mf-footopt-email[data-mf-ok="1"], .mfsh-email[data-mf-ok="1"]{
    border-color:#2e9e57 !important;
    background:#f2fbf5 !important;
    box-shadow:0 0 0 3px rgba(46,158,87,.18) !important;
  }
  /* and never show the red mark while the message says it is fine */
  input[type=email][data-mf-ok="1"] ~ .mfb-mark.err{opacity:0 !important}
  .mfb-mark{font-weight:700;font-size:13px;pointer-events:none;transition:opacity .15s;opacity:0}
  .mfb-mark.on{opacity:1}.mfb-mark.err{color:#d64545}.mfb-mark.ok{color:#2e9e57}
  /* keep top-bar email + CTA + Google on one line */
  .mftb-fields{flex-wrap:nowrap !important;align-items:center !important}
  .mftb-fields .mfb-mark{margin-left:-30px;margin-right:12px;align-self:center}
  .mfb-or{color:#8f98a8;font-size:12px;font-weight:600;letter-spacing:.3px;white-space:nowrap}
  .mfb-gbtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#1f2430;
    border:1px solid #dcdfe6;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;
    cursor:pointer;line-height:1;font-family:inherit;white-space:nowrap;transition:box-shadow .15s,transform .05s,background .15s}
  .mfb-gbtn:hover{box-shadow:0 2px 10px rgba(0,0,0,.18)}
  .mfb-gbtn:active{transform:translateY(1px)}
  .mfb-gbtn svg{width:16px;height:16px;flex:0 0 auto}
  /* top-bar Google = SECONDARY to the orange CTA: lighter + smaller so the primary clearly wins */
  .mftb-fields .mfb-gbtn{padding:7px 12px;font-size:12.5px;font-weight:500;color:#3c4043;border-color:#d6dae0}
  /* popup version: full-width pill under the email field (stays prominent there) */
  .mfb-gbtn.mfb-pop{width:100%;padding:11px 14px;font-size:14px;font-weight:600;margin-top:8px}
  .mfb-hide-native{display:none !important}
  /* MOBILE: stack the Google option as a full-width LABELED row under the field (no bare "G") */
  @media(max-width:640px){
    /* bigger, more legible offer text on mobile */
    .mftb-inline .mftb-offer{font-size:16.5px !important;line-height:1.34}
    .mftb-inline .mftb-offer em{font-size:14px !important}
    .mftb-fields{flex-wrap:wrap !important;justify-content:center;row-gap:8px}
    .mftb-fields .mftb-email{flex:1 1 150px;width:auto !important;min-width:0}
    .mftb-fields .mftb-btn{flex:0 0 auto}
    .mftb-fields .mfb-mark{margin-left:-28px;margin-right:10px}
    .mftb-fields .mfb-or{display:none}
    .mftb-fields .mfb-gbtn{flex:1 1 100%;width:100%;padding:11px 14px;font-size:13.5px;font-weight:600}
    .mftb-fields .mfb-gbtn .mfb-glabel{display:inline !important}
  }


/* --- mf-sheet-20260724.css --- */
/* ALL SIZES: collapse the inline fields once the sheet is ready; bar becomes a click target */
  html.mf-sheet-ready .mf-deal-bar .mftb-fields{display:none !important}
  html.mf-sheet-ready .mf-deal-bar{cursor:pointer}
  .mfsh,.mfsh *{box-sizing:border-box}
  /* #mtbx never had a border-box reset, so its 640px width sat inside the 2px
     border and its 44% rail sat inside 26px of padding. Matching the old modal's
     dimensions means matching that box model on these two elements. */
  /* Doubled class names on purpose. The theme ships `body.mf-v3 *` and
     `body.mf-v2 *` with box-sizing:border-box at specificity (0,1,1), which
     beats a plain `.mfsh-left` (0,1,0) — so the override silently lost on the
     live site and the image rail rendered 280px instead of 308px. Repeating the
     class lifts this to (0,2,0) without !important. Caught in a real browser on
     08-02; a standalone preview cannot see the theme's stylesheet. */
  .mfsh.mfsh,.mfsh-left.mfsh-left{box-sizing:content-box}
  .mfsh-ov{position:fixed;inset:0;z-index:2147483000;background:rgba(20,16,8,.55);backdrop-filter:blur(2px);
    opacity:0;pointer-events:none;transition:opacity .28s}
  .mfsh-ov.on{opacity:1;pointer-events:auto}
  /* ---------------------------------------------------------------------
     2026-08-01: dimensions copied from the July 20 modal (#mtbx) in
     mf-topbar-optin-v2 — min(640px,94vw) shell, 20px radius, 2px #d96b3f
     border, 44% image rail, 38/30/26 body padding, 52px headline, 1/1.06
     photo. The meal photo is back; this sheet shipped 07-24 without one,
     which is what made it feel flatter than the modal it replaced.
     If #mtbx changes, change these too or the two surfaces drift apart.
     --------------------------------------------------------------------- */
  .mfsh{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.96);z-index:2147483001;
    width:min(640px,94vw);background:#fff;border:2px solid #d96b3f;border-radius:20px;
    box-shadow:0 24px 64px rgba(60,30,5,.28);opacity:0;
    /* overflow MUST stay visible: the badge is translated 50% above the top
       edge, so any clipping on this element cuts it in half. Scrolling lives
       on .mfsh-flex instead. */
    overflow:visible;
    transition:transform .25s,opacity .25s;text-align:left;color:#111;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
  .mfsh.on{opacity:1;transform:translate(-50%,-50%) scale(1)}
  .mfsh-grab{display:none}
  .mfsh-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#d96b3f;color:#fff;
    font-weight:800;font-size:12.5px;letter-spacing:.08em;padding:8px 20px;border-radius:999px;z-index:2;
    box-shadow:0 4px 12px rgba(217,107,63,.35);white-space:nowrap}
  .mfsh-x{position:absolute;top:10px;right:12px;border:0;background:#f6efe4;width:44px;height:44px;border-radius:50%;
    font-size:20px;line-height:1;color:#7a6f5c;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}
  .mfsh-flex{display:flex;align-items:stretch;border-radius:18px;overflow:auto;max-height:92vh}
  .mfsh-left{flex:0 0 44%;background:#faf3e7;display:flex;flex-direction:column;justify-content:center;
    padding:26px 0 26px 26px}
  /* The two image families have different native shapes and must not share one
     frame ratio: the chef cards are 1200x1200 COMPOSITIONS with a title and a
     nutrition panel baked in, the meal photos are 600x450. Cropping a chef card
     to a landscape frame cuts its title off (seen on mobile 08-01). The frame
     therefore takes the group's own ratio and object-fit:cover never actually
     crops anything. */
  .mfsh-frame{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1/1.06;background:#fff;
    box-shadow:0 8px 22px rgba(60,30,5,.14)}
  .mfsh-frame.mfsh-f-sq{aspect-ratio:1/1}
  .mfsh-pic{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
  .mfsh-pic.mfsh-contain{object-fit:contain;padding:16px}
  .mfsh-cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(17,12,6,.78));
    color:#fff;font-size:12px;font-weight:700;padding:26px 12px 10px;line-height:1.4;text-align:center}
  .mfsh-body{flex:1;padding:38px 30px 26px;display:flex;flex-direction:column;justify-content:center}
  .mfsh-kick{color:#d96b3f;font-weight:800;font-size:13.5px;letter-spacing:.05em;text-transform:uppercase;margin:0 0 10px}
  .mfsh h3{margin:0;font-family:inherit;font-size:52px;line-height:.95;color:#111;font-weight:900;letter-spacing:-.02em}
  .mfsh-sub{margin:8px 0 0;font-size:18px;font-weight:700;color:#111}
  .mfsh-plus{margin:2px 0 16px;font-size:14.5px;color:#6b6355}
  .mfsh-email{width:100%;padding:15px 16px;font-size:16.5px;border:2px solid #e5dccb;border-radius:12px;
    outline:none;background:#fff;font-family:inherit}
  .mfsh-email::placeholder{color:#b9ad99;font-weight:500}
  .mfsh-email:focus{border-color:#d96b3f;box-shadow:0 0 0 4px rgba(217,107,63,.12)}
  .mfsh-email.mfsh-ok{border-color:#2e9e57;box-shadow:0 0 0 4px rgba(46,158,87,.12);background:#f2fbf5}
  .mfsh-email.mfsh-bad{border-color:#d64545;box-shadow:0 0 0 4px rgba(214,69,69,.12);background:#ffe4ec}
  /* Two states, same as the old modal: inert until the email parses, then
     live. Previously the button looked identical either way, so tapping it
     with a half-typed address did nothing visible and read as broken. */
  .mfsh-goBtn{width:100%;margin-top:12px;padding:16px;font-size:19px;font-weight:800;border:0;border-radius:12px;
    background:#d96b3f;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 8px 20px rgba(217,107,63,.35);
    transition:background .35s,color .35s,box-shadow .35s}
  .mfsh-goBtn:disabled{background:#f1e7d8;color:#b3a288;cursor:not-allowed;box-shadow:none;animation:none}
  .mfsh-goBtn.mfsh-ready{animation:mfshPulse 1.4s ease-in-out infinite}
  @keyframes mfshPulse{
    0%{box-shadow:0 8px 20px rgba(217,107,63,.35),0 0 0 0 rgba(217,107,63,.5);transform:translateY(0)}
    50%{box-shadow:0 8px 20px rgba(217,107,63,.35),0 0 0 10px rgba(217,107,63,0);transform:translateY(-2px)}
    100%{box-shadow:0 8px 20px rgba(217,107,63,.35),0 0 0 0 rgba(217,107,63,0);transform:translateY(0)}}
  /* The only addition to the old dimensions: Google as a secondary control
     under the orange CTA, never above the email field. */
  .mfsh-sep{display:flex;align-items:center;gap:12px;color:#a99c86;font-size:12px;font-weight:700;margin:12px 0}
  .mfsh-sep::before,.mfsh-sep::after{content:"";flex:1;height:1px;background:#efe6d8}
  .mfsh-g{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;
    border:2px solid #e5dccb;border-radius:12px;padding:14px;font-size:15.5px;font-weight:700;color:#1f2430;
    cursor:pointer;font-family:inherit}
  .mfsh-g+.mfsh-g{margin-top:10px}
  .mfsh-g svg{width:20px;height:20px;flex:0 0 auto}
  .mfsh-fine{margin:12px 0 0;font-size:12.5px;color:#7a6f5c;text-align:center;font-weight:600}
  /* Instruction moved OUT of the button (2026-08-02). In the button it sat at
     2.03:1 on the disabled fill and the label changed under people as they
     typed. As helper text it is 5.93:1 and the button label never moves. */
  .mfsh-hint{margin:8px 0 0;font-size:13px;font-weight:600;color:#6b6355;min-height:18px}
  .mfsh-hint.mfsh-warn{color:#a8321f}
  /* A real <form> element, purely so Chrome treats the field as a contact form
     and offers the saved address. A standalone input only ever gets
     same-site history autofill; inside a form with type=email + name=email +
     autocomplete=email, Chrome offers the profile. Layout is unchanged: the
     wrapper is just another flex column. */
  .mfsh-form{display:flex;flex-direction:column}
  .mfsh-chips{display:none;gap:8px;flex-wrap:wrap;margin:8px 0 0}
  .mfsh-chips.on{display:flex}
  .mfsh-chip{border:1.5px solid #e5dccb;background:#fff;border-radius:999px;padding:8px 13px;font-size:13.5px;
    font-weight:700;color:#111;cursor:pointer}
  /* mf-done-claim-20260724 (kept): code on screen + claim button in the done
     state, so this stops dead ending at "check your inbox". Recoloured to the
     modal palette only — behaviour untouched. */
  .mfsh-code{margin:14px 0 10px;padding:14px;border-radius:12px;text-align:center;background:#fff;
    border:2px dashed #d96b3f;font-size:23px;font-weight:800;letter-spacing:1.5px;color:#111;cursor:pointer}
  .mfsh-code small{display:block;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;
    color:#a99c86;margin-bottom:5px}
  .mfsh-claim{display:block;width:100%;border:0;border-radius:12px;padding:16px;font-size:16px;font-weight:800;
    color:#fff;text-align:center;text-decoration:none;background:#d96b3f;
    box-shadow:0 8px 20px rgba(217,107,63,.35)}
  .mfsh-inbox2{display:block;margin-top:12px;text-align:center;font-size:13px;color:#6b6355;text-decoration:underline}
  .mfsh-inbox{display:block;margin-top:12px;padding:14px;font-size:16px;font-weight:800;border-radius:12px;
    text-align:center;background:#f2fbf5;border:2px solid #2e9e57;color:#166b33;text-decoration:none}
  .mfsh-done{text-align:center;padding:18px 4px 6px}
  .mfsh-done .mfsh-emoji{font-size:40px}
  .mfsh-done p{font-size:22px;font-weight:900;color:#111;margin:8px 0 4px}
  .mfsh-done small{display:block;font-size:13px;color:#6b6355}
  /* mf-sms-preview-20260728 (kept): gated phone/SMS option, behind ?mfsms=1.
     Recoloured to the modal palette only. */
  .mfsh-phbtn{margin-top:12px}
  .mfsh-phpanel{margin-top:12px}
  .mfsh-phone{width:100%;padding:15px 16px;font-size:16.5px;border:2px solid #e5dccb;border-radius:12px;
    outline:none;background:#fff;margin-bottom:10px;font-family:inherit}
  .mfsh-phone:focus{border-color:#d96b3f;box-shadow:0 0 0 4px rgba(217,107,63,.12)}
  .mfsh-phone.mfsh-bad{border-color:#d64545;background:#ffe4ec;box-shadow:0 0 0 4px rgba(214,69,69,.12)}
  .mfsh-phone.mfsh-ok{border-color:#2e9e57;background:#f2fbf5;box-shadow:0 0 0 4px rgba(46,158,87,.12)}
  .mfsh-consent{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#a99c86;line-height:1.45;
    margin:0 0 10px;text-align:left}
  .mfsh-consent input{margin-top:3px;flex:0 0 auto;width:16px;height:16px}
  .mfsh-consent a{color:#8a6b52}
  /* 2026-08-02: parity with the coupon2-review LP phone field. */
  .mfsh-vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
  .mfsh-phform{display:flex;flex-direction:column}
  .mfsh-phhint{display:block;font-size:11.5px;color:#6f6a5e;margin:-4px 2px 10px;transition:color .18s}
  .mfsh-phhint.warn{color:#b06a3a}
  .mfsh-phhint.ready{color:#2e9e57;font-weight:700}
  .mfsh-consent.cue{border-radius:10px;box-shadow:0 0 0 4px rgba(217,107,63,.14)}
  .mfsh-consent.err{border-radius:10px;box-shadow:0 0 0 4px rgba(209,67,91,.14)}
  .mfsh-consenterr{display:none;color:#d1435b;font-size:12px;font-weight:700;margin:-4px 2px 10px}
  .mfsh-consenterr.on{display:block}
  .mfsh-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
  /* PHONE: the old modal hid its image column below 600px. We keep the photo —
     its absence is what started this — and stack it instead, holding the old
     modal's phone type sizes (h3 40px, 42/22/22 body padding). */
  @media(max-width:640px){
    .mfsh{left:0;right:0;top:auto;bottom:0;width:auto;max-width:560px;margin:0 auto;opacity:1;
      border-radius:22px 22px 0 0;border-bottom:0;max-height:94vh;overflow:auto;transform:translateY(105%);
      transition:transform .34s cubic-bezier(.2,.85,.25,1)}
    .mfsh.on{transform:none}
    .mfsh-grab{display:block;width:44px;height:5px;border-radius:3px;background:#e5dccb;margin:8px auto 4px}
    .mfsh-badge{position:static;transform:none;display:inline-block;margin:2px 0 0 22px;box-shadow:none}
    .mfsh-flex{display:block;border-radius:0;max-height:none;overflow:visible}
    .mfsh-left{padding:12px 22px 0}
    .mfsh-frame.mfsh-f-wide{aspect-ratio:4/3}
    /* square card at full phone width is too tall to keep the email field near
       the fold, so bound the width instead of slicing the picture */
    /* width:100% + align-self are required: .mfsh-left is a flex column, and an
       auto margin on a flex item cancels the default stretch, collapsing the
       frame to 0x0 (hit exactly that on 08-02). */
    .mfsh-frame.mfsh-f-sq{aspect-ratio:1/1;width:100%;max-width:300px;align-self:center}
    .mfsh-body{padding:16px 22px calc(22px + env(safe-area-inset-bottom))}
    .mfsh h3{font-size:40px}
  }
  /* short phones: shrink the picture, still never crop it */
  @media(max-width:640px) and (max-height:680px){
    /* two-class selectors, or the .mfsh-f-sq max-width above out-specifies this */
    .mfsh-frame.mfsh-f-sq,.mfsh-frame.mfsh-f-wide{width:100%;max-width:210px;align-self:center}
  }

/* 2026-09-14: let the success column shrink within the desktop flex row. */
.mfsh .mfsh-body{min-width:0}
.mfsh .mfsh-claim{white-space:normal;font-size:14px}


/* --- mf-mobile-fixes-v6-mf-mobile-fixes.css --- */
/* ---------------------------------------------------------------
   1. Short screens: cap the two centred modals and let them scroll.
   --------------------------------------------------------------- */
@media (max-height: 760px) {
  #mtbx-body, #mfnx-body {
    max-height: calc(100vh - 78px) !important;
    max-height: calc(100dvh - 78px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    /* centred flex content that overflows cannot be scrolled back above its
       start, so the top of the form becomes unreachable */
    justify-content: flex-start !important;
  }
}

/* 1b. Very short screens: give back the ~60px the decorative rows spend. */
@media (max-height: 660px) and (max-width: 820px) {
  #mtbx-steps, #mfnx-steps { display: none !important; }
  #mtbx h3, #mfnx h3 { font-size: 30px !important; }
  #mtbx-kick, #mfnx-kick { margin: 0 0 4px !important; font-size: 12px !important; }
  #mtbx-sub, #mfnx-sub { font-size: 16px !important; }
  #mtbx-plus, #mfnx-plus { margin: 2px 0 10px !important; font-size: 13px !important; }
  #mtbx-body, #mfnx-body { padding-top: 22px !important; padding-bottom: 16px !important; }
  #mtbx-fine, #mfnx-fine { margin-top: 8px !important; }
}

/* ---------------------------------------------------------------
   2. Touch targets. 44px is the Apple HIG floor.
   --------------------------------------------------------------- */
@media (max-width: 860px) {
  .mftb-claim { padding: 11px 20px !important; font-size: 13.5px !important; min-height: 44px !important; }
  .mfb-gbtn { min-height: 44px !important; }
  #mtbx-x, #mfnx-x {
    width: 44px !important; height: 44px !important; font-size: 20px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
  }
}

/* ---------------------------------------------------------------
   3. iOS auto-zoom: every field must be >= 16px.
   --------------------------------------------------------------- */
.mf-footopt-email { font-size: 16px !important; }

/* ---------------------------------------------------------------
   4. NEW in v3 — clear the iOS keyboard accessory bar.
   When a field is focused, Safari scrolls it into view with no regard for the
   native up/down/Done strip it draws above the keyboard. scroll-margin-bottom
   reserves space below the field during that scroll, so the CTA underneath
   ends up above the strip instead of behind it. ~150px = CTA (63) + hint (20)
   + gap (12) + the strip (~44) + slack.
   --------------------------------------------------------------- */
.mfsh-email, .mfsh-phone,
#mtbx-in, #mfnx-in, #mfm-em, .mf-footopt-email, .mftb-email {
  scroll-margin-bottom: 150px;
}

/* The scroll above needs somewhere to go: without trailing space inside the
   scroll container the sheet is already at its end and cannot move further. */
@media (max-width: 640px) {
  .mfsh-body { padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important; }
}

/* ---------------------------------------------------------------
   5. The consent / privacy link is 12px tall. Vertical padding on an inline
   element grows the hit area without changing the line box.
   --------------------------------------------------------------- */
.mf-consent-line a, .mfsh-consent a,
#mtbx-fine a, #mfnx-fine a { padding: 10px 2px; }

/* ---------------------------------------------------------------
   6. Respect prefers-reduced-motion. Both CTAs pulse forever.
   --------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .mfsh-goBtn.mfsh-ready, .mftb-claim,
  #mtbx-btn, #mfnx-btn { animation: none !important; }
}

