:root{--hp-bg:#f6efe2;--hp-primary:#c4553b;--hp-secondary:#4f7a3a;--hp-accent:#d9a441;--hp-muted:#9bb08a;--hp-ink:#2b2521;--hp-surface:#fffbf3;--hp-border:#e4d9c3;--hp-bg-deep:#e8e2d6;--hp-highlight-bg:#fff6de;--hp-text-secondary:#5a5148;--hp-text-small:#5a5148;--hp-text-faint:#8a7f72;--hp-text-muted:var(--hp-text-secondary);--hp-primary-text:#a74832;--hp-secondary-text:#486f35;--hp-secondary-strong:#3b5b2c;--hp-step-done-text:#6f665c;--hp-btn-bg:#c2543a;--hp-btn-bg-hover:#ab4a33;--hp-btn-fg:#fff;--hp-badge-bg:#4f7a3a;--hp-badge-bg-hover:#446932;--hp-badge-fg:#fff;--hp-accent-soft:#f4e6ca;--hp-chip-bg:var(--hp-bg);--hp-chip-border:var(--hp-border);--hp-chip-fg:var(--hp-ink);--hp-chip-tag-bg:var(--hp-accent-soft);--hp-chip-tag-border:var(--hp-accent);--hp-chip-tag-fg:var(--hp-ink);--hp-nutrient-calories:var(--hp-accent);--hp-nutrient-proteins:var(--hp-secondary);--hp-nutrient-carbs:var(--hp-muted);--hp-nutrient-fats:var(--hp-primary);--hp-radius:12px;--hp-radius-pill:999px;--hp-border-width:1px;--hp-highlight-border-width:2px;--hp-font-display:"Fraunces", Georgia, "Times New Roman", serif;--hp-font-body:"Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--hp-display-weight:600;--hp-display-tracking:-.01em;--hp-display-leading:1.15;--hp-display-leading-small:1.3;--hp-label-tracking:.04em}.hp-card__badge{z-index:1;background:var(--hp-badge-bg);color:var(--hp-badge-fg);font-family:var(--hp-font-body);text-transform:uppercase;letter-spacing:var(--hp-label-tracking);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;line-height:1.2;text-decoration:none;position:absolute;top:12px;left:12px}.hp-card__badge:hover{background:var(--hp-badge-bg-hover);color:var(--hp-badge-fg)}.hp-recipe-hero{container-type:inline-size}.hp-recipe-hero__grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:20px;display:grid}@container (width>=720px){.hp-recipe-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}}.hp-recipe-hero__media{aspect-ratio:4/3;border-radius:var(--hp-radius);background:var(--hp-muted);position:relative;overflow:hidden}.hp-recipe-hero__media img{object-fit:cover;width:100%;height:100%;display:block}.hp-recipe-hero__placeholder{width:100%;height:100%;color:var(--hp-surface);justify-content:center;align-items:center;display:flex}.hp-info-card{background:var(--hp-surface);border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius);padding:22px 20px}@container (width>=720px){.hp-info-card{padding:28px}}.hp-info-card__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:clamp(28px,4vw,40px);font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);margin:0 0 12px}.hp-info-card__summary{color:var(--hp-text-secondary);margin:0 0 18px;font-size:16px;line-height:1.6}.hp-info-card__actions{flex-wrap:wrap;gap:10px;margin:4px 0 20px;display:flex}.hp-chips{flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0;list-style:none;display:flex}.hp-chip{border:var(--hp-border-width) solid var(--hp-chip-border);border-radius:var(--hp-radius-pill);background:var(--hp-chip-bg);color:var(--hp-chip-fg);align-items:baseline;gap:6px;padding:6px 12px;font-size:14px;line-height:1.3;display:inline-flex}.hp-chip__label{color:var(--hp-text-small);font-size:13px}.hp-chip__value{font-weight:600}.hp-chips--tags .hp-chip{border-color:var(--hp-chip-tag-border);background:var(--hp-chip-tag-bg);color:var(--hp-chip-tag-fg);font-size:13px;font-weight:600}.hp-nutrition{border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius);padding:14px 16px}.hp-nutrition__title{font-family:var(--hp-font-body);color:var(--hp-ink);margin:0 0 6px;font-size:14px;font-weight:600}.hp-nutrition__table{border-collapse:collapse;width:100%;font-size:14px}.hp-nutrition__table th,.hp-nutrition__table td{border-bottom:1px solid var(--hp-border);text-align:right;white-space:nowrap;padding:7px 0 7px 12px}.hp-nutrition__table th:first-child{text-align:left;padding-left:0}.hp-nutrition__table thead th{color:var(--hp-text-small);font-size:12px;font-weight:600}.hp-nutrition__table tbody th{color:var(--hp-ink);font-weight:600}.hp-nutrition__table td{color:var(--hp-ink)}.hp-nutrition__table tbody tr:last-child>*{border-bottom:0}.hp-dot{vertical-align:.05em;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:50%;width:9px;height:9px;margin-right:8px;display:inline-block}.hp-dot--calories{background:var(--hp-nutrient-calories)}.hp-dot--proteins{background:var(--hp-nutrient-proteins)}.hp-dot--carbs{background:var(--hp-nutrient-carbs)}.hp-dot--fats{background:var(--hp-nutrient-fats)}.hp-nutrition__note{color:var(--hp-text-small);margin:8px 0 0;font-size:12px}.hp-panel{background:var(--hp-surface);border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius);padding:24px 20px}@media (width>=576px){.hp-panel{padding:28px}}.hp-panel+.hp-panel{margin-top:20px}.hp-recipe-body{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:20px;display:grid}@media (width>=992px){.hp-recipe-body{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:24px}.hp-recipe-aside{max-height:calc(100vh - 32px);position:sticky;top:16px;overflow-y:auto}}.hp-tip{background:var(--hp-highlight-bg);border-left:4px solid var(--hp-accent);border-radius:0 var(--hp-radius) var(--hp-radius) 0;margin-top:24px;padding:18px 20px}.hp-tip__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:18px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);color:var(--hp-ink);margin:0 0 6px}.hp-tip p{margin:0;line-height:1.7}.hp-equipment__group+.hp-equipment__group{margin-top:8px}.hp-equipment__label{color:var(--hp-text-small);margin:0 0 8px;font-size:13px;font-weight:600}.hp-equipment .hp-chips{margin-bottom:0}.hp-about p{margin:0 0 16px;font-size:16px;line-height:1.8}.hp-about p:last-child{margin-bottom:0}.hp-section__title{color:var(--hp-primary-text);background-image:repeating-linear-gradient(to right, var(--hp-primary) 0 2px, transparent 2px 6px);font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:24px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);background-position:0 100%;background-repeat:no-repeat;background-size:100% 2px;border-bottom:0;margin:0 0 20px;padding-bottom:12px}.hp-portions{background:var(--hp-bg-deep);border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;padding:14px 18px;display:flex}.hp-portions label{font-family:var(--hp-font-body);margin:0;font-weight:600}.hp-portions select{border:1px solid var(--hp-border);background:var(--hp-surface);color:var(--hp-ink);border-radius:999px;padding:8px 14px;font-size:15px;font-weight:600}.hp-ingredients{margin:0;padding:0;list-style:none}.hp-ingredients li{border-bottom:1px solid var(--hp-border);justify-content:space-between;gap:16px;padding:12px 0;font-size:16px;display:flex}.hp-ingredients .hp-ing-qty{color:var(--hp-primary-text);white-space:nowrap;font-weight:600}.hp-ingredients .hp-ing-note{color:var(--hp-text-muted);font-size:14px;display:block}.hp-steps-section+.hp-steps-section{margin-top:32px}.hp-steps__section-title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:19px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);color:var(--hp-primary-text);margin:0 0 16px}.hp-steps{counter-reset:hp-step;margin:0;padding:0;list-style:none}.hp-steps li{counter-increment:hp-step;padding:0 0 22px 56px;line-height:1.7;position:relative}.hp-steps li:before{content:counter(hp-step);background:var(--hp-btn-bg);width:38px;height:38px;color:var(--hp-btn-fg);font-family:var(--hp-font-body);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;position:absolute;top:0;left:0}.hp-steps li:after{content:"";background:var(--hp-border);width:2px;position:absolute;top:42px;bottom:6px;left:18px}.hp-steps li:last-child{padding-bottom:0}.hp-steps li:last-child:after{display:none}.hp-steps-head{position:relative}.hp-steps-count{color:var(--hp-text-secondary);margin:0;font-size:14px;font-weight:600;position:absolute;top:8px;right:0}.hp-step{transition:color .2s}.hp-step__toggle{z-index:1;width:calc(100% + 56px);min-height:38px;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;margin-left:-56px;padding:0 0 0 56px;display:block;position:relative}.hp-step__toggle:focus-visible{outline:2px solid var(--hp-primary);outline-offset:4px}@media (width<=575px){.hp-step__toggle{width:calc(100% + 48px);margin-left:-48px;padding-left:48px}}.hp-step__check{z-index:1;width:38px;height:38px;color:var(--hp-badge-fg);justify-content:center;align-items:center;display:none;position:absolute;top:0;left:0}.hp-step.is-done{color:var(--hp-step-done-text)}.hp-step.is-done:before{background:var(--hp-badge-bg);color:#0000}.hp-step.is-done .hp-step__check{display:flex}:root{--hp-container:100vw}@media (width>=576px){:root{--hp-container:540px}}@media (width>=768px){:root{--hp-container:720px}}@media (width>=992px){:root{--hp-container:960px}}@media (width>=1200px){:root{--hp-container:1140px}}@media (width>=1400px){:root{--hp-container:1320px}}html[ta-theme=dark]{--hp-bg:#1e1a17;--hp-surface:#2a2724;--hp-bg-deep:#373331;--hp-border:#44413e;--hp-ink:#f3ede3;--hp-primary:#d3705a;--hp-secondary:#6fac52;--hp-accent:#d9a441;--hp-muted:#9bb08a;--hp-primary-text:#d68876;--hp-secondary-text:#6fac52;--hp-secondary-strong:#8cc172;--hp-text-muted:#a29e97;--hp-btn-bg:#d68876;--hp-btn-bg-hover:#e4a092;--hp-btn-fg:#1e1a17;--hp-badge-bg:#6fac52;--hp-badge-bg-hover:#8cc172;--hp-badge-fg:#1e1a17;--hp-accent-soft:#443823;--hp-highlight-bg:#3a3122;--hp-text-secondary:#a29e97;--hp-text-small:#a29e97;--hp-text-faint:#8c857c;--hp-step-done-text:#948f87}body,html[ta-theme=dark] body{background-color:var(--hp-bg);color:var(--hp-ink)}p,li,span{color:inherit}.ta-blog-box__style-2 .content,.ta-blog-box__style-2 .meta-infos,.ta-blog-box__featured,.menu-area-wrapper{background:var(--hp-surface)}.ta-header__menuarea.theme-bg{background:0 0}a{color:inherit}h1,h2,h3,h4,h5,h6{color:var(--hp-ink)}a:hover{color:var(--hp-primary-text)}.hp-header{background:var(--hp-bg);border-bottom:1px solid var(--hp-border)}.hp-header__inner{justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.hp-logo{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:26px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);color:var(--hp-ink);white-space:nowrap;align-items:center;gap:10px;line-height:1;text-decoration:none;display:inline-flex}.hp-logo:hover{color:var(--hp-primary-text)}.hp-logo__accent{color:var(--hp-primary)}.hp-logo__mark{background:var(--hp-badge-bg);width:38px;height:38px;color:var(--hp-badge-fg);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.hp-header__actions{flex:none;align-items:center;gap:10px;display:flex}.hp-header__icon{border:1px solid var(--hp-border);background:var(--hp-surface);width:40px;height:40px;color:var(--hp-ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.hp-header__icon:hover,.hp-header__icon[aria-current=page]{border-color:var(--hp-primary);color:var(--hp-primary-text)}.hp-header__icon:focus-visible{outline:2px solid var(--hp-primary);outline-offset:2px}@media (width<=575px){.hp-logo{gap:8px;font-size:22px}.hp-logo__mark{width:32px;height:32px}}.hp-theme-toggle .hp-icon-moon{display:none}html[ta-theme=dark] .hp-theme-toggle .hp-icon-moon{display:block}html[ta-theme=dark] .hp-theme-toggle .hp-icon-sun{display:none}.hp-card{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--hp-radius);flex-direction:column;height:100%;display:flex;overflow:hidden}.hp-card__thumb{aspect-ratio:3/2;background:var(--hp-bg-deep);display:block;overflow:hidden}.hp-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hp-card:hover .hp-card__thumb img{transform:scale(1.05)}.hp-thumb-empty{background:var(--hp-secondary);width:100%;height:100%;color:var(--hp-badge-fg);justify-content:center;align-items:center;display:flex}.hp-card__body{flex:1;padding:12px 14px 14px}.hp-cat{font-family:var(--hp-font-body);text-transform:uppercase;letter-spacing:var(--hp-label-tracking);color:var(--hp-secondary-text);margin-bottom:10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-block}.hp-cat:hover{color:var(--hp-secondary-strong)}.hp-card__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:16px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:0}.hp-card__title a{color:var(--hp-ink);text-decoration:none}.hp-card__title a:hover{color:var(--hp-primary-text)}.hp-card__meta{color:var(--hp-secondary-text);margin:0 0 6px;font-size:12px;font-weight:600}.hp-grid{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}@media (width>=768px){.hp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=992px){.hp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hp-home-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 16px;display:flex}.hp-home-head__link{color:var(--hp-primary-text);font-size:13px;font-weight:600;text-decoration:none}.hp-home-head__link:hover{color:var(--hp-primary-text);text-decoration:underline}.hp-home-hero{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.hp-home-hero--solo{grid-template-columns:minmax(0,1fr)}@media (width<=767px){.hp-home-hero{grid-template-columns:minmax(0,1fr)}}.hp-home-section{margin-top:28px}.hp-home-title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:22px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);margin:0 0 14px}.hp-featured{background:var(--hp-surface);border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius);overflow:hidden}.hp-featured__media{position:relative}.hp-featured__photo{aspect-ratio:16/9;background:var(--hp-muted);width:100%;max-height:320px;display:block}.hp-featured__photo img{object-fit:cover;width:100%;height:100%;display:block}.hp-card__badge--featured{background:var(--hp-btn-bg);color:var(--hp-btn-fg);text-transform:none;letter-spacing:0}.hp-featured__body{padding:18px 20px 20px}.hp-featured__meta{color:var(--hp-secondary-text);margin:0 0 6px;font-size:12px;font-weight:600}.hp-featured__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:28px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);margin:0}.hp-featured__title a{color:var(--hp-ink);text-decoration:none}.hp-featured__title a:hover{color:var(--hp-primary-text)}.hp-featured__summary{color:var(--hp-text-secondary);margin:8px 0 12px;font-size:14px;line-height:1.5}.hp-featured__link{color:var(--hp-primary-text);align-items:center;gap:6px;margin-top:4px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.hp-featured__link:hover{color:var(--hp-primary-text);text-decoration:underline}.hp-weekcard{background:var(--hp-highlight-bg);border:var(--hp-highlight-border-width) solid var(--hp-accent);border-radius:var(--hp-radius);flex-direction:column;padding:16px 18px;display:flex}.hp-weekcard__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:17px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:0}.hp-weekcard__sub{color:var(--hp-text-small);margin:2px 0 8px;font-size:12px}.hp-weekcard__rows{margin:0 0 12px;padding:0;list-style:none}.hp-weekcard__rows>li+li{border-top:1px solid var(--hp-border)}.hp-weekcard__row{color:var(--hp-ink);align-items:center;gap:8px;padding:8px 0;font-size:13px;text-decoration:none;display:flex}a.hp-weekcard__row:hover .hp-weekcard__dish{color:var(--hp-primary-text)}a.hp-weekcard__row:focus-visible,.hp-weekcard__btn:focus-visible{outline:2px solid var(--hp-primary);outline-offset:2px;border-radius:4px}.hp-weekcard__day{width:32px;color:var(--hp-secondary-text);flex:none;font-weight:600}.hp-weekcard__day--today{color:var(--hp-primary-text)}.hp-weekcard__dish{flex:1;min-width:0}.hp-weekcard__row--empty .hp-weekcard__dish{color:var(--hp-text-small)}.hp-weekcard__more{border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius-pill);background:var(--hp-bg);color:var(--hp-text-small);flex:none;padding:1px 7px;font-size:11px}.hp-weekcard__btn{background:var(--hp-btn-bg);color:var(--hp-btn-fg);text-align:center;border-radius:8px;margin-top:auto;padding:9px;font-size:13px;font-weight:600;text-decoration:none;display:block}.hp-weekcard__btn:hover{background:var(--hp-btn-bg-hover);color:var(--hp-btn-fg)}.hp-btn{font-family:var(--hp-font-body);border:1px solid var(--hp-btn-bg);background:var(--hp-btn-bg);color:var(--hp-btn-fg);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.hp-btn:hover{background:var(--hp-btn-bg-hover);border-color:var(--hp-btn-bg-hover);color:var(--hp-btn-fg)}.hp-btn--ghost{color:var(--hp-ink);border-color:var(--hp-border);background:0 0}.hp-btn--ghost:hover{border-color:var(--hp-primary);color:var(--hp-primary-text);background:0 0}.hp-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:50px 0 0;padding:0;list-style:none;display:flex}.hp-pagination a,.hp-pagination span{border:1px solid var(--hp-border);background:var(--hp-surface);min-width:44px;height:44px;color:var(--hp-ink);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-weight:600;text-decoration:none;display:inline-flex}.hp-pagination a:hover{border-color:var(--hp-primary);color:var(--hp-primary-text)}.hp-pagination [aria-current=page]{background:var(--hp-btn-bg);border-color:var(--hp-btn-bg);color:var(--hp-btn-fg)}.hp-pagination .hp-pagination__gap{color:var(--hp-text-muted);background:0 0;border:0;min-width:auto}.hp-widget{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--hp-radius);margin-bottom:30px;padding:24px}.hp-widget__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:18px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:0 0 18px;padding-bottom:12px;display:inline-block}.hp-widget p{color:var(--hp-text-muted);font-size:15px;line-height:1.65}.hp-breadcrumb{color:var(--hp-text-muted);flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.hp-breadcrumb a{color:var(--hp-text-muted);text-decoration:none}.hp-breadcrumb a:hover{color:var(--hp-primary-text)}.hp-breadcrumb li+li:before{content:"/";color:var(--hp-border);margin-right:8px}.hp-breadcrumb [aria-current=page]{color:var(--hp-ink)}.hp-published{color:var(--hp-text-small);margin:28px 0 0;font-size:13px}.hp-related{margin-top:48px}.hp-section{margin-top:44px}.hp-widget__title,.hp-nl--widget .hp-nl__title,.hp-prose h2{color:var(--hp-primary-text);background-image:repeating-linear-gradient(to right, var(--hp-primary) 0 2px, transparent 2px 6px);background-position:0 100%;background-repeat:no-repeat;background-size:100% 2px;border-bottom:0}.hp-share{border-top:1px solid var(--hp-border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:44px;padding-top:24px;display:flex}.hp-share__label{font-family:var(--hp-font-body);margin-right:4px;font-weight:600}.hp-share a,.hp-share button{border:1px solid var(--hp-border);background:var(--hp-surface);color:var(--hp-ink);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.hp-share a:hover,.hp-share button:hover{border-color:var(--hp-primary);color:var(--hp-primary-text)}.hp-page-title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:clamp(30px,5vw,46px);font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);margin:0 0 12px}.hp-lead{color:var(--hp-text-muted);max-width:62ch;font-size:17px;line-height:1.65}.hp-empty{background:var(--hp-surface);border:1px dashed var(--hp-border);border-radius:var(--hp-radius);text-align:center;color:var(--hp-text-muted);padding:48px 28px}.hp-empty h2{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:22px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);color:var(--hp-ink);margin:0 0 10px}.hp-tiles{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hp-empty .hp-tiles{justify-content:center;margin-top:20px}.hp-tiles>li{flex:0 0 calc(33.3333% - 6.66667px)}@media (width>=768px){.hp-tiles>li{flex-basis:118px}}.hp-tile{background:var(--hp-surface);border:var(--hp-border-width) solid var(--hp-border);border-radius:var(--hp-radius);height:100%;color:var(--hp-ink);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px 8px;text-decoration:none;display:flex}.hp-tile:hover{border-color:var(--hp-primary);color:var(--hp-primary-text)}.hp-tile:focus-visible{outline:2px solid var(--hp-primary);outline-offset:2px}.hp-tile__icon{color:var(--hp-secondary-text);flex:none}.hp-tile__label{font-family:var(--hp-font-body);overflow-wrap:anywhere;font-size:12px;font-weight:600;line-height:1.25}.hp-search{margin:20px 0 8px}.hp-search__label{margin-bottom:8px;font-weight:600;display:block}.hp-search__row{gap:10px;display:flex}.hp-search__row input[type=search]{border:1px solid var(--hp-border);background:var(--hp-surface);min-width:0;color:var(--hp-ink);border-radius:999px;flex:auto;padding:12px 18px;font-size:16px}.hp-search__row input[type=search]:focus{outline:2px solid var(--hp-primary);outline-offset:1px}.hp-search__row .hp-btn{flex-shrink:0}.hp-search__count{color:var(--hp-text-secondary);margin:24px 0 0}@media (width<=575px){.hp-search__row{flex-direction:column}.hp-search__row .hp-btn{justify-content:center}}.hp-week__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;margin-bottom:20px;display:flex}.hp-week__head .hp-page-title{margin:0}.hp-week{grid-template-columns:minmax(0,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}@media (width>=576px){.hp-week{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.hp-week{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1200px){.hp-week--full{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}}.hp-week__day{background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--hp-radius);padding:16px}.hp-week__day--today{border-color:var(--hp-primary);box-shadow:inset 0 0 0 1px var(--hp-primary)}.hp-week__label{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:16px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);border-bottom:1px solid var(--hp-border);flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin:0 0 12px;padding-bottom:10px;display:flex}.hp-week__label time:first-letter{text-transform:uppercase}.hp-week__label time{display:inline-block}.hp-week__today{font-family:var(--hp-font-body);text-transform:uppercase;letter-spacing:var(--hp-label-tracking);color:var(--hp-primary-text);font-size:11px;font-weight:600}.hp-week__meals{margin:0;padding:0;list-style:none}.hp-week__meal{align-items:flex-start;gap:10px;display:flex}.hp-week__meal+.hp-week__meal{margin-top:14px}.hp-week__thumb{background:var(--hp-bg-deep);border-radius:10px;flex:0 0 52px;width:52px;height:52px;overflow:hidden}.hp-week__thumb img{object-fit:cover;width:100%;height:100%}.hp-week__type{font-family:var(--hp-font-body);text-transform:uppercase;letter-spacing:var(--hp-label-tracking);color:var(--hp-secondary-text);margin-bottom:2px;font-size:11px;font-weight:600;display:block}.hp-week__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:15px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);color:var(--hp-ink);overflow-wrap:anywhere;text-decoration:none}.hp-week__title:hover{color:var(--hp-primary-text)}.hp-week__none{color:var(--hp-text-muted);margin:0}.hp-footer{background:var(--hp-bg-deep);border-top:1px solid var(--hp-border);margin-top:80px;padding:56px 0 28px}.hp-footer__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:17px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:0 0 16px}.hp-footer ul{margin:0;padding:0;list-style:none}.hp-footer li{margin-bottom:9px}.hp-footer a{color:var(--hp-text-muted);font-size:15px;text-decoration:none}.hp-footer a:hover{color:var(--hp-primary-text)}.hp-footer p{color:var(--hp-text-muted);font-size:15px;line-height:1.65}.hp-footer__bio p{margin:0 0 12px}.hp-footer__bottom{border-top:1px solid var(--hp-border);color:var(--hp-text-muted);margin-top:40px;padding-top:22px;font-size:14px}.hp-legal__updated{color:var(--hp-text-muted);margin:0 0 28px;font-size:14px}.hp-prose{max-width:72ch}.hp-prose p,.hp-prose li{font-size:16px;line-height:1.8}.hp-prose p{margin:0 0 16px}.hp-prose h2{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:24px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading);margin:40px 0 16px;padding-bottom:12px}.hp-prose h3{font-family:var(--hp-font-display);font-optical-sizing:auto;font-size:18px;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:28px 0 12px}.hp-prose a{color:var(--hp-primary-text);overflow-wrap:anywhere}.hp-prose ul{margin:0 0 16px;padding-left:20px}.hp-prose li{margin-bottom:8px}.hp-prose em{color:var(--hp-text-muted)}.hp-prose>:last-child{margin-bottom:0}.hp-nl--banner{background:var(--hp-bg-deep);border-top:1px solid var(--hp-border);border-bottom:1px solid var(--hp-border);margin-top:80px;padding:48px 0}.hp-nl--banner+.hp-footer{margin-top:0}.hp-nl--banner .hp-nl__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 40px;display:flex}.hp-nl--banner .hp-nl__intro,.hp-nl--banner .hp-nl__form{flex:340px}.hp-nl__title{font-family:var(--hp-font-display);font-optical-sizing:auto;font-weight:var(--hp-display-weight);letter-spacing:var(--hp-display-tracking);line-height:var(--hp-display-leading-small);margin:0 0 8px}.hp-nl--widget .hp-nl__title{margin-bottom:14px;padding-bottom:12px;font-size:18px;display:inline-block}.hp-nl--banner .hp-nl__title{font-size:clamp(21px,2.6vw,28px);line-height:var(--hp-display-leading);max-width:20ch}.hp-nl__lead{color:var(--hp-text-muted);margin:0 0 16px;font-size:15px;line-height:1.65}.hp-nl--banner .hp-nl__lead{margin-bottom:0}.hp-nl__row{gap:10px;display:flex}.hp-nl--widget .hp-nl__row{flex-direction:column}.hp-nl--widget .hp-nl__row .hp-btn{justify-content:center;width:100%}.hp-nl__row input[type=email]{border:1px solid var(--hp-border);background:var(--hp-surface);min-width:0;color:var(--hp-ink);border-radius:999px;flex:auto;padding:12px 16px;font-size:15px}.hp-nl__row input[type=email]:focus{outline:2px solid var(--hp-primary);outline-offset:1px}.hp-nl--banner .hp-nl__row .hp-btn{flex-shrink:0}.hp-nl__consent{color:var(--hp-text-muted);align-items:flex-start;gap:9px;margin:12px 0 0;font-size:13px;line-height:1.55;display:flex}.hp-nl__consent input{width:16px;height:16px;accent-color:var(--hp-btn-bg);flex-shrink:0;margin-top:2px}.hp-nl__consent label{cursor:pointer}.hp-nl__status{color:var(--hp-primary-text);margin:12px 0 0;font-size:14px;font-weight:600;line-height:1.55}.hp-nl__status[hidden]{display:none}@media (width<=575px){.hp-nl--banner .hp-nl__row{flex-direction:column}.hp-nl--banner .hp-nl__row .hp-btn{justify-content:center}}.hp-consent{z-index:90;background:var(--hp-surface);border-top:1px solid var(--hp-border);padding:14px 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #0000001a}.hp-consent[hidden]{display:none}.hp-consent__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;max-width:1140px;margin:0 auto;padding:0 16px;display:flex}.hp-consent__text{max-width:72ch;color:var(--hp-text-muted);margin:0;font-size:14px;line-height:1.6}.hp-consent__actions{flex-shrink:0;gap:10px;display:flex}.hp-consent .hp-btn{padding:9px 20px;font-size:14px}.hp-skip-link{z-index:100;background:var(--hp-btn-bg);color:var(--hp-btn-fg);padding:12px 20px;text-decoration:none;position:absolute;top:0;left:-9999px}.hp-skip-link:focus{color:var(--hp-btn-fg);left:0}.hp-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=575px){.hp-steps li{padding-left:48px}}@media print{.hp-skip-link,.hp-header,.hp-footer,.hp-nl,.hp-consent,.hp-breadcrumb,.hp-info-card__actions,.hp-share,.hp-related{display:none!important}html,body{background:#fff!important}body,body *{color:#000!important;box-shadow:none!important}.hp-info-card,.hp-panel,.hp-nutrition,.hp-tip,.hp-chip,.hp-portions,.hp-portions select{background:0 0!important}.hp-portions{padding:0}.hp-panel,.hp-info-card{border:0;padding:0}.hp-panel+.hp-panel,.hp-recipe-body{margin-top:18px}.hp-recipe-body{display:block}.hp-recipe-body>*+*{margin-top:18px}.hp-recipe-aside{max-height:none;position:static;overflow:visible}.hp-recipe-hero__media{max-height:7cm}.hp-steps li,.hp-ingredients li,.hp-nutrition,.hp-tip{break-inside:avoid}.hp-steps-count,.hp-step__check{display:none!important}.hp-steps li:before,.hp-step.is-done:before{border:1.5px solid #000;color:#000!important;background:0 0!important}}@media (prefers-reduced-motion:reduce){.hp-card__thumb img{transition:none}.hp-card:hover .hp-card__thumb img{transform:none}}
