@font-face{font-family:Inter;src:url(/fonts/inter/InterVariable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Baloo;src:url(/fonts/baloo/Baloo.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--golunch-50:#f2f8f4;--golunch-100:#e0efe4;--golunch-200:#c3dfcb;--golunch-300:#9ccaaa;--golunch-400:#79b788;--golunch-500:#5a9e6c;--golunch-600:#468155;--golunch-700:#396846;--golunch-800:#2f5339;--golunch-900:#27442f;--ggreen-600:#2d5a3d;--ggreen-700:#244a32;--ggreen-800:#1d3b28;--gorange-50:#fef7ec;--gorange-100:#fdebd0;--gorange-300:#f6b66a;--gorange-400:#f4a142;--gorange-500:#e8912e;--gorange-600:#d17c1e;--beige-50:#fdfcfa;--beige-100:#faf7f2;--beige-200:#f5f1eb;--beige-300:#ede7dd;--beige-400:#ddd5c8;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1.0625rem;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000f;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--container:80rem}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--gray-700);background-color:var(--beige-100);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.65}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--golunch-600);text-decoration:none;transition:color .15s}a:hover{color:var(--golunch-700)}button{font:inherit;cursor:pointer}h1,h2,h3,h4{color:var(--gray-900);letter-spacing:-.015em;margin:0;font-weight:700;line-height:1.25}.screen-reader-text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{z-index:100;clip:auto;border-radius:var(--radius-md);width:auto;height:auto;box-shadow:var(--shadow-lg);background:#fff;margin:0;padding:.625rem 1rem;font-weight:600;position:fixed;top:.75rem;left:.75rem}:focus-visible{outline:2px solid var(--golunch-500);outline-offset:2px}.container{max-width:var(--container);margin-inline:auto;padding-inline:1rem}@media (width>=640px){.container{padding-inline:1.5rem}}@media (width>=1024px){.container{padding-inline:2rem}}.site-header{z-index:50;backdrop-filter:blur(4px);border-bottom:1px solid var(--beige-300);background-color:#fffffff2;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;height:3.5rem;display:flex}.site-header__logo img{width:auto;height:1.75rem}.site-nav{align-items:center;gap:.25rem;display:none}.site-nav a{font-size:var(--text-sm);color:var(--gray-600);border-radius:var(--radius-md);white-space:nowrap;padding:.5rem .75rem;font-weight:500;transition:color .15s,background-color .15s}.site-nav a:hover{color:var(--golunch-600);background-color:var(--beige-200)}.site-nav a[aria-current=page]{color:var(--golunch-600);background-color:var(--golunch-50)}.site-header__actions{align-items:center;gap:.5rem;display:flex}.btn-primary{font-size:var(--text-sm);color:#fff;background-color:var(--golunch-400);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-weight:600;transition:background-color .15s;display:inline-flex}.btn-primary:hover{background-color:var(--golunch-500);color:#fff}.site-header__actions .btn-primary{white-space:nowrap;display:none}@media (width>=720px){.site-header__actions .btn-primary{display:inline-flex}}.menu-toggle{color:var(--gray-500);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s;display:inline-flex}.menu-toggle:hover{background-color:var(--beige-200)}@media (width>=900px){.site-nav{display:flex}.menu-toggle{display:none}}.mobile-panel{z-index:60;visibility:hidden;position:fixed;inset:0}.mobile-panel[data-open=true]{visibility:visible}.mobile-panel__backdrop{opacity:0;background-color:#0006;transition:opacity .25s;position:absolute;inset:0}.mobile-panel__sheet{inset-block:0;background-color:#fff;flex-direction:column;width:85vw;max-width:380px;transition:transform .25s;display:flex;position:absolute;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 32px #0000002e}.mobile-panel[data-open=true] .mobile-panel__backdrop{opacity:1}.mobile-panel[data-open=true] .mobile-panel__sheet{transform:translate(0)}.mobile-panel__head{border-bottom:1px solid var(--beige-300);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-panel__nav{flex-direction:column;gap:.125rem;padding:.75rem;display:flex}.mobile-panel__nav a{font-size:var(--text-base);color:var(--gray-700);border-radius:var(--radius-md);padding:.75rem 1rem;font-weight:500}.mobile-panel__nav a:hover{background-color:var(--beige-200);color:var(--golunch-600)}.mobile-panel__nav a[aria-current=page]{color:var(--golunch-600);background-color:var(--golunch-50)}.mobile-panel__cta{padding:.75rem 1.25rem 1.5rem}.mobile-panel__cta .btn-primary{justify-content:center;width:100%;display:inline-flex}@media (prefers-reduced-motion:reduce){.mobile-panel__backdrop,.mobile-panel__sheet{transition:none}}.hero{background:linear-gradient(135deg, var(--golunch-400), var(--golunch-500));border-bottom:1px solid var(--golunch-600);color:#fff;padding-block:2.5rem 2.25rem}.hero__eyebrow{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;align-items:center;gap:.4rem;margin-bottom:.5rem;font-weight:700;display:inline-flex}.hero__eyebrow svg{width:.875rem;height:.875rem}.hero h1{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem)}.hero__subtitle{font-size:var(--text-base);color:#fff;max-width:48rem;margin:.75rem 0 0;line-height:1.7}.hero__inner{align-items:center;gap:1.5rem;display:grid}.hero__illustration{filter:drop-shadow(0 10px 24px #27442f47);justify-self:end;width:100%;max-width:15rem;height:auto;display:none}@media (width>=640px){.hero__inner--illustrated{grid-template-columns:minmax(0,1fr) 11rem}.hero__illustration{display:block}}@media (width>=768px){.hero{padding-block:3.5rem 3rem}.hero__inner--illustrated{grid-template-columns:minmax(0,48rem) 15rem;justify-content:start;gap:3rem}}.page-body{padding-block:2.5rem 3rem}.card-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=700px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-card{border:1px solid var(--beige-300);border-radius:var(--radius-xl);background-color:#fff;flex-direction:column;min-width:0;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--golunch-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}.post-card__media{aspect-ratio:5/3;background-color:var(--beige-200);display:block;position:relative;overflow:hidden}.post-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.post-card:hover .post-card__media img{transform:scale(1.05)}.badge{box-shadow:var(--shadow-sm);letter-spacing:.01em;border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.badge--category{backdrop-filter:blur(4px);color:var(--golunch-700);background-color:#fffffff2;position:absolute;top:.5rem;left:.5rem}.badge--recettes{background-color:var(--gorange-100);color:var(--gorange-600)}.post-card__body{flex-direction:column;flex:1;min-width:0;padding:1rem;display:flex}.post-card .entry-title{color:var(--gray-800);margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35;transition:color .15s}.post-card:hover .entry-title{color:var(--golunch-600)}.post-card .entry-title a{color:inherit}.post-card .entry-excerpt{font-size:var(--text-sm);color:var(--gray-600);margin:.5rem 0 0;line-height:1.6}.post-card__footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.875rem;display:flex}.entry-meta{font-size:var(--text-xs);color:var(--gray-500);align-items:center;gap:.375rem;display:inline-flex}.entry-meta a{color:inherit}.entry-meta a:hover{color:var(--golunch-600)}.entry-meta__reading{display:none}@media (width<=1179px){.entry-meta__reading{display:inline}}.more-link{font-size:var(--text-sm);color:var(--golunch-600);white-space:nowrap;align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.more-link:after{content:"→";transition:transform .15s}.post-card:hover .more-link:after{transform:translate(2px)}.article-hero{background:linear-gradient(135deg, var(--golunch-400), var(--golunch-500));border-bottom:1px solid var(--golunch-600);color:#fff;padding-block:2.25rem 2.5rem}.article-hero .breadcrumb,.article-hero .breadcrumb a,.article-hero .entry-meta,.article-hero .entry-meta a{color:#fff}.article-hero .breadcrumb span{color:#fff9}.article-hero .breadcrumb a:hover,.article-hero .entry-meta a:hover{color:#fff;text-decoration:underline}.article-hero .entry-title{color:#fff}.article-shell{max-width:70rem;margin-inline:auto}.article-hero__inner{gap:1.5rem;display:grid}.article-hero__text{max-width:48rem;margin-inline:auto}.article-hero__figure{width:100%;max-width:24rem;margin:0}.article-hero__figure img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);border:1px solid #ffffff59}.breadcrumb{font-size:var(--text-xs);color:var(--gray-500);margin-bottom:.875rem}.breadcrumb a{color:var(--gray-500)}.breadcrumb a:hover{color:var(--golunch-600)}.breadcrumb span{color:var(--beige-400);margin-inline:.375rem}.article-hero .entry-title{font-size:clamp(1.625rem,3.6vw,2.375rem);line-height:1.2}.article-hero .entry-meta{margin-top:.875rem}.article-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem;padding-block:2rem 1rem;display:grid}@media (width>=1180px){.article--with-aside .article-grid,.article--with-aside .article-hero__inner{grid-template-columns:minmax(0,48rem) 300px;gap:2.5rem}.article--with-aside .article-hero__inner{align-items:center}.article--with-aside .article-main,.article--with-aside .article-hero__text{margin-inline:0}.article--with-aside .article-hero__figure{max-width:none}}.article-main{min-width:0;max-width:48rem;margin-inline:auto}.entry-content{font-size:var(--text-base);color:var(--gray-700);line-height:1.75}.entry-content>*+*{margin-top:2rem}.entry-content h2{color:var(--gray-900);margin-top:3rem;font-size:1.5rem}.entry-content h3{color:var(--gray-900);margin-top:2.5rem;font-size:1.25rem}.entry-content h4{color:var(--gray-900);margin-top:2rem;font-size:1.0625rem}.entry-content h2+*,.entry-content h3+*,.entry-content h4+*{margin-top:.875rem}:where(.entry-content p){margin:0}.entry-content strong{color:var(--gray-900);font-weight:650}.entry-content a{color:var(--golunch-600);text-decoration:underline;text-decoration-color:var(--golunch-200);text-underline-offset:.15em;text-decoration-thickness:.08em}.entry-content a:hover{color:var(--golunch-700);text-decoration-color:var(--golunch-400)}:where(.entry-content ul,.entry-content ol){margin:0;padding-left:1.35rem}.entry-content li+li{margin-top:.4rem}.entry-content li::marker{color:var(--golunch-400)}.entry-content code{background-color:var(--beige-200);border:1px solid var(--beige-300);border-radius:.3rem;padding:.1em .35em;font-size:.9em}.entry-content hr{background-color:var(--golunch-200);border:none;border-radius:9999px;width:4rem;height:3px;margin:2.5rem auto}.entry-content figure{margin:2rem 0}.entry-content .wp-block-image img,.entry-content figure img{border-radius:var(--radius-lg);border:1px solid var(--beige-300);width:100%}.entry-content>figure:first-of-type img{width:auto;max-height:560px;margin-inline:auto}.entry-content figcaption,.entry-content .wp-element-caption{font-size:var(--text-xs);color:var(--gray-500);text-align:center;margin-top:.625rem;font-style:italic}.entry-content>figure+p:has(>em:only-child){font-size:var(--text-xs);color:var(--gray-500);text-align:center;margin-top:-1.375rem;line-height:1.55}.entry-content .aligncenter,.entry-content .has-text-align-center{text-align:center;margin-inline:auto}.entry-content .wp-block-table{overflow-x:auto}.entry-content table{border-collapse:collapse;width:100%;font-size:var(--text-sm);border:1px solid var(--beige-300);border-radius:var(--radius-lg);background-color:#fff;overflow:hidden}.entry-content thead{background-color:var(--beige-200)}.entry-content th{text-align:left;color:var(--gray-800);font-weight:600}.entry-content th,.entry-content td{border-bottom:1px solid var(--beige-300);padding:.625rem .875rem}.entry-content tbody tr:last-child td{border-bottom:none}.entry-content tbody tr:hover{background-color:var(--beige-50)}.entry-content .wp-block-columns{flex-wrap:wrap;gap:1.5rem;display:flex}.entry-content .wp-block-column{flex:1 1 0;min-width:15rem}.entry-content .wp-block-group{align-items:center;gap:1rem;display:flex}@media (width<=640px){.entry-content .wp-block-columns,.entry-content .wp-block-group{flex-direction:column}}.article-aside{flex-direction:column;align-self:start;gap:1rem;min-width:0;max-height:calc(100vh - 6rem);display:flex;position:sticky;top:4.5rem;overflow-y:auto}.aside-toc ol{max-height:55vh;overflow-y:auto}@media (width<=1179px){.article-aside{display:none}}.aside-card{border:1px solid var(--beige-300);border-radius:var(--radius-xl);background-color:#fff;padding:1.125rem}.aside-card__title{letter-spacing:.08em;text-transform:uppercase;color:var(--golunch-600);margin:0 0 .75rem;font-size:.6875rem;font-weight:700}.aside-toc ol{border-left:2px solid var(--beige-300);flex-direction:column;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.aside-toc a{font-size:var(--text-sm);color:var(--gray-600);border-left:2px solid #0000;margin-left:-2px;padding:.3rem 0 .3rem .75rem;line-height:1.4;display:block}.aside-toc a:hover{color:var(--golunch-600);border-left-color:var(--golunch-200)}.aside-toc a.est-actif{color:var(--golunch-700);border-left-color:var(--golunch-400);font-weight:600}.aside-toc .toc-sub a{font-size:var(--text-xs);color:var(--gray-500);padding-left:1.5rem}.aside-facts{flex-direction:column;gap:.5rem;padding:.875rem 1.125rem;display:flex}.aside-facts__row{font-size:var(--text-sm);color:var(--gray-600);align-items:center;gap:.5rem;margin:0;display:flex}.aside-facts__row svg{width:1rem;height:1rem;color:var(--golunch-500);flex-shrink:0}.aside-facts__row strong{color:var(--gray-800);font-weight:650}.aside-share__row{gap:.5rem;display:flex}.aside-share__row a,.aside-share__copy{border-radius:var(--radius-md);background-color:var(--beige-100);border:1px solid var(--beige-300);width:2.25rem;height:2.25rem;color:var(--gray-500);justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex}.aside-share__row a:hover,.aside-share__copy:hover{color:var(--golunch-600);border-color:var(--golunch-300);background-color:var(--golunch-50)}.aside-share__row svg{width:1.05rem;height:1.05rem}.aside-share__copy.est-copie{color:#fff;background-color:var(--golunch-400);border-color:var(--golunch-400)}.share-inline{border-top:1px solid var(--beige-300);align-items:center;gap:.875rem;margin-top:2.5rem;padding-top:1.5rem;display:none}.share-inline__label{letter-spacing:.08em;text-transform:uppercase;color:var(--golunch-600);font-size:.6875rem;font-weight:700}@media (width<=1179px){.share-inline{display:flex}}.section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--golunch-600);margin:0 0 1rem;font-size:.6875rem;font-weight:700}.read-next{margin-top:2.5rem}.read-next__list{grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=620px){.read-next__list{grid-template-columns:repeat(3,minmax(0,1fr))}}.read-next a{border:1px solid var(--beige-300);border-radius:var(--radius-lg);height:100%;color:inherit;background-color:#fff;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.read-next a:hover{border-color:var(--golunch-300);box-shadow:var(--shadow-md)}.read-next img{aspect-ratio:5/3;object-fit:cover;width:100%}.read-next__body{padding:.75rem .875rem .875rem;display:block}.read-next__title{font-size:var(--text-sm);color:var(--gray-800);font-weight:600;line-height:1.35;transition:color .15s;display:block}.read-next a:hover .read-next__title{color:var(--golunch-600)}.read-next__date{font-size:var(--text-xs);color:var(--gray-500);margin-top:.35rem;display:block}.pro-band{background-color:var(--gorange-50);border:1px solid var(--gorange-300);border-radius:var(--radius-xl);flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1.25rem 1.375rem;display:flex}@media (width>=620px){.pro-band{flex-direction:row;justify-content:space-between;align-items:center}}.pro-band__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--gorange-600);margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.pro-band__text p:last-child{font-size:var(--text-sm);color:var(--gray-600);margin:0;line-height:1.55}.pro-band__link{font-size:var(--text-sm);color:#fff;background-color:var(--gorange-500);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem 1rem;font-weight:600;transition:background-color .15s;display:inline-flex}.pro-band__link:hover{background-color:var(--gorange-600);color:#fff}.pro-band--flow{background-color:var(--golunch-50);border-color:var(--golunch-300)}.pro-band--flow .pro-band__eyebrow{color:var(--ggreen-700)}.pro-band--flow .pro-band__link{background-color:var(--ggreen-700)}.pro-band--flow .pro-band__link:hover{background-color:var(--ggreen-800)}.post-nav{gap:1rem;max-width:48rem;margin:2.5rem 0 0;display:grid}@media (width>=700px){.post-nav__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.post-nav__links>:only-child{grid-column:1/-1}}.post-nav__item{border:1px solid var(--beige-300);border-radius:var(--radius-lg);background-color:#fff;min-width:0;padding:1rem 1.125rem;transition:border-color .2s,box-shadow .2s;display:block}.post-nav__item:hover{border-color:var(--golunch-300);box-shadow:var(--shadow-md)}.post-nav__label{letter-spacing:.07em;text-transform:uppercase;color:var(--golunch-600);margin-bottom:.35rem;font-size:.6875rem;font-weight:700;display:block}.post-nav__item .entry-title{font-size:var(--text-sm);color:var(--gray-800);margin:0;font-weight:600;line-height:1.4}.nav-next{text-align:right}.pagination{margin-top:2.75rem}.pagination .nav-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;display:flex}.pagination .page-numbers{min-width:2.375rem;height:2.375rem;font-size:var(--text-sm);color:var(--gray-600);border:1px solid var(--beige-300);border-radius:var(--radius-md);background-color:#fff;justify-content:center;align-items:center;padding-inline:.625rem;font-weight:600;transition:all .15s;display:inline-flex}.pagination a.page-numbers:hover{color:var(--golunch-600);border-color:var(--golunch-300);background-color:var(--golunch-50)}.pagination .page-numbers.current{color:#fff;background-color:var(--golunch-400);border-color:var(--golunch-400)}.cta-band{background:linear-gradient(135deg, var(--golunch-50), var(--beige-200));border-block:1px solid var(--beige-300);text-align:center;padding-block:2.5rem}.cta-band h2{font-size:clamp(1.25rem,2.6vw,1.625rem)}.cta-band p{max-width:34rem;color:var(--gray-600);font-size:var(--text-base);margin:.625rem auto 1.375rem}.site-footer__brand{background:linear-gradient(to bottom, var(--beige-100), var(--beige-200));border-top:1px solid var(--beige-300);text-align:center;padding-block:2rem 3.5rem;position:relative;overflow:hidden}.site-footer__watermark{opacity:.04;pointer-events:none;user-select:none;width:180px;height:180px;position:absolute;bottom:-2.5rem;right:-2.5rem}.footer-brand{letter-spacing:-.01em;justify-content:center;align-items:center;gap:.15em;margin:0;font-family:Baloo,Inter,system-ui,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1;display:flex}.footer-brand img{flex-shrink:0;width:auto;height:1.05em}.footer-brand .go{color:var(--gray-800)}.footer-brand .lunch{color:var(--golunch-500)}.site-footer__tagline{color:var(--gray-600);font-weight:700;font-size:var(--text-sm);margin:.875rem 0 0}.footer-icons{opacity:.35;pointer-events:none;justify-content:space-around;align-items:center;padding-inline:2.5rem;display:none;position:absolute;bottom:1rem;left:0;right:0}.footer-icons i{background-color:var(--golunch-400);width:2.25rem;height:2.25rem;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}@media (width>=768px){.footer-icons{display:flex}.site-footer__brand{padding-block:3.5rem 6rem}.site-footer__watermark{width:420px;height:420px;bottom:-5rem;right:-5rem}.site-footer__tagline{font-size:1.125rem}}.site-footer__links{background-color:var(--beige-200);border-top:1px solid var(--beige-300);padding-block:2.5rem}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2rem;display:grid}@media (width>=768px){.footer-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-cols h3{letter-spacing:.08em;text-transform:uppercase;color:var(--golunch-600);margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.footer-cols ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-cols a{font-size:var(--text-sm);color:var(--gray-600)}.footer-cols a:hover{color:var(--golunch-600)}.footer-social{gap:.5rem;margin-top:.875rem;display:flex}.footer-social a{border:1px solid var(--beige-300);width:2.25rem;height:2.25rem;color:var(--gray-500);background-color:#fff;border-radius:9999px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.footer-social a:hover{color:var(--golunch-600);border-color:var(--golunch-300);background-color:var(--golunch-50)}.footer-social svg{width:1.125rem;height:1.125rem}.site-footer__legal{background-color:var(--golunch-800);color:var(--beige-300)}.site-footer__legal .container{font-size:var(--text-xs);text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:.75rem;padding-block:1.25rem;display:flex}@media (width>=768px){.site-footer__legal .container{text-align:left;flex-direction:row}}.site-footer__legal a{color:var(--beige-400)}.site-footer__legal a:hover{color:var(--beige-200)}.site-footer__legal .swiss{color:var(--beige-400);align-items:center;gap:.375rem;display:inline-flex}.site-footer__legal .swiss svg{border-radius:.125rem;width:.875rem;height:.875rem}.notfound{text-align:center;max-width:40rem;margin-inline:auto;padding-block:3rem}.notfound h1{font-size:clamp(1.75rem,4vw,2.5rem)}.notfound p{color:var(--gray-600);margin-top:.875rem}.notfound ul{text-align:left;flex-direction:column;gap:.5rem;margin:1.75rem 0 0;padding:0;list-style:none;display:flex}.notfound li a{border:1px solid var(--beige-300);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--gray-700);background-color:#fff;padding:.75rem 1rem;font-weight:500;display:block}.notfound li a:hover{border-color:var(--golunch-300);color:var(--golunch-600)}
