:root{--bg: #fbfaf4;--surface: #ffffff;--surface-2: #f5f2e6;--ink: #2b3020;--muted: #6c705c;--olive: #3a4026;--olive-2: #4c5435;--cream: #f4efcf;--accent: #6f9350;--accent-d: #557a3a;--terracotta:#c46a44;--gold: #d9c97a;--border: #e7e3d1;--radius: 14px;--radius-lg: 22px;--shadow: 0 6px 24px rgba(43,48,32,.08);--shadow-lg: 0 18px 50px rgba(43,48,32,.16);--maxw: 1160px;--serif: Georgia, "Times New Roman", "Iowan Old Style", serif;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}svg{width:1.2em;height:1.2em;display:inline-block;vertical-align:middle}.cat__icon svg{width:46px;height:46px}.card__meta svg,.meta-ico svg{width:15px;height:15px}.meta-ico{display:inline-flex;color:var(--accent-d)}.rich,.rich p{margin:0 0 1rem}.rich h2{margin-top:1.6rem;font-size:1.4rem}.rich ul{margin:0 0 1rem 1.2rem}a{color:var(--accent-d);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.15;color:var(--ink);margin:0 0 .5em}h1{font-size:clamp(2.1rem,5vw,3.4rem);letter-spacing:-.01em}h2{font-size:clamp(1.6rem,3.2vw,2.3rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:22px}.section{padding:72px 0}.section--tight{padding:52px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:var(--accent-d);font-family:var(--sans);margin-bottom:.6rem}.center{text-align:center}.lead{font-size:1.12rem;color:var(--muted);max-width:60ch}.center .lead{margin-inline:auto}.btn{display:inline-flex;align-items:center;gap:.5em;cursor:pointer;font-family:var(--sans);font-weight:600;font-size:1rem;padding:.8em 1.5em;border-radius:999px;border:2px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn svg{width:18px;height:18px;flex:none}.btn--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.btn--primary:hover{background:var(--accent-d)}.btn--cream{background:var(--cream);color:var(--olive)}.btn--cream:hover{background:#fff}.btn--ghost{background:transparent;border-color:currentColor;color:var(--olive)}.btn--ghost:hover{background:var(--olive);color:var(--cream)}.btn--sm{padding:.55em 1.1em;font-size:.9rem}.site-header{position:sticky;top:0;z-index:50;background:var(--olive);color:var(--cream);border-bottom:1px solid rgba(255,255,255,.08)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:70px}.brand{display:flex;align-items:center;gap:.55rem;color:var(--cream);font-family:var(--serif);font-size:1.35rem;font-weight:600}.brand:hover{text-decoration:none}.brand svg{width:30px;height:30px;flex:none}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{color:var(--cream);font-weight:500;font-size:1rem;opacity:.9}.nav a:hover,.nav a.active{opacity:1;text-decoration:none;border-bottom:2px solid var(--gold);padding-bottom:2px}.nav a.btn{margin-left:.4rem;opacity:1}.nav a.btn--cream{color:var(--olive)}.nav a.btn:hover,.nav a.btn.active{border-bottom:0;padding-bottom:0;text-decoration:none}.nav-toggle{display:none;background:none;border:0;color:var(--cream);cursor:pointer;padding:6px}.nav-toggle svg{width:28px;height:28px}@media(max-width:860px){.nav-toggle{display:block}.nav{position:absolute;top:70px;left:0;right:0;background:var(--olive-2);flex-direction:column;align-items:stretch;gap:0;padding:8px 0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:var(--shadow)}.nav.open{max-height:420px}.nav a{padding:14px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.nav a:hover,.nav a.active{border-bottom:1px solid rgba(255,255,255,.06)}.nav .btn{margin:12px 24px;justify-content:center}}.hero{display:grid;grid-template-columns:1.15fr .85fr;min-height:560px}.hero__panel{position:relative;display:flex;align-items:center;background-color:var(--olive-2);background-size:cover;background-position:center;color:var(--cream);padding:64px 5% 64px max(22px,calc((100vw - var(--maxw))/2 + 22px))}.hero__panel-inner{max-width:620px}.hero h1{color:var(--cream)}.hero__sub{font-size:1.18rem;color:#f0edd6;max-width:44ch;margin-bottom:1.6rem}.hero__cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.8rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.2rem;font-size:.92rem;color:#e7e4cf}.hero__trust span{display:flex;align-items:center;gap:.4rem}.hero__trust svg{width:18px;height:18px;color:var(--gold)}.hero__img{background-color:var(--surface-2);background-size:cover;background-position:center;min-height:320px}@media(max-width:860px){.hero{grid-template-columns:1fr}.hero__img{min-height:240px;order:2}.hero__panel{order:1;padding:56px 22px}}.cats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cat{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 14px;color:var(--ink);transition:transform .15s ease,box-shadow .2s ease}.cat:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none}.cat__icon{width:46px;height:46px;color:var(--accent-d)}.cat b{font-family:var(--serif);font-size:1.05rem}.cat small{color:var(--muted)}@media(max-width:860px){.cats{grid-template-columns:repeat(2,1fr)}}.stats{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px;margin-top:34px}.stat{text-align:center}.stat b{display:block;font-family:var(--serif);font-size:1.9rem;color:var(--accent-d)}.stat span{color:var(--muted);font-size:.92rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .16s ease,box-shadow .22s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card__imgwrap{position:relative;aspect-ratio:3/2;overflow:hidden}.card__imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card__imgwrap img{transform:scale(1.05)}.card__diet{position:absolute;top:12px;left:12px;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:.32em .7em;border-radius:999px;color:#fff;text-transform:uppercase}.diet-vegan{background:var(--accent-d)}.diet-friendly{background:var(--terracotta)}.diet-vegetarian{background:#8a6419}.card__body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}.card__meta{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-bottom:.35rem;flex-wrap:wrap}.card__meta .dot{width:4px;height:4px;border-radius:50%;background:var(--muted);opacity:.6}.card h3{margin-bottom:.4rem}.card__desc{color:var(--muted);font-size:.95rem;flex:1;margin-bottom:1rem}.card__foot{display:flex;align-items:center;justify-content:space-between}.price{color:var(--accent-d);font-weight:700;letter-spacing:.05em}.filterbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;margin-bottom:34px}.filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.chip{border:1.5px solid var(--border);background:var(--surface);color:var(--ink);padding:.45em 1em;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:var(--sans)}.chip:hover{border-color:var(--accent)}.chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-row select,.filter-row input[type=search]{padding:.55em .9em;border:1.5px solid var(--border);border-radius:10px;font-size:.95rem;font-family:var(--sans);background:var(--surface);color:var(--ink)}.filter-row input[type=search]{flex:1;min-width:180px}.filter-label{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-right:.4rem}.results-count{color:var(--muted);font-size:.92rem;margin-bottom:16px}.detail-hero{aspect-ratio:16/6;min-height:280px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;margin-top:34px}@media(max-width:860px){.detail-grid{grid-template-columns:1fr}}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 1.2rem}.tag{font-size:.8rem;font-weight:600;padding:.35em .8em;border-radius:999px;background:var(--surface-2);color:var(--olive-2);border:1px solid var(--border)}.infobox{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);position:sticky;top:92px}.infobox h4{font-family:var(--serif);margin-bottom:.8rem;font-size:1.15rem}.info-row{display:flex;gap:.7rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.94rem}.info-row:last-of-type{border-bottom:0}.info-row svg{width:18px;height:18px;color:var(--accent-d);flex:none;margin-top:3px}.info-row b{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.verified{display:inline-flex;align-items:center;gap:.4rem;background:#eef3e6;color:var(--accent-d);font-size:.82rem;font-weight:600;padding:.4em .8em;border-radius:999px;margin-top:14px}.verified svg{width:15px;height:15px}.backlink{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-weight:600;margin-bottom:18px}.backlink svg{width:18px;height:18px;flex:none}.band{background:var(--olive);color:var(--cream)}.band h2{color:var(--cream)}.band .lead{color:#e7e4cf}.band--accent{background:linear-gradient(120deg,var(--accent-d),var(--accent))}.band--cream{background:var(--surface-2)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:860px){.about-grid{grid-template-columns:1fr}}.about-grid img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.motto{font-family:var(--serif);font-style:italic;font-size:1.35rem;color:var(--accent-d);margin-top:1rem}.form{display:grid;gap:16px;max-width:620px}.form.center{margin-inline:auto}.field{display:flex;flex-direction:column;gap:.35rem;text-align:left}.field label{font-weight:600;font-size:.9rem}.field input,.field select,.field textarea{padding:.75em .9em;border:1.5px solid var(--border);border-radius:10px;font-size:1rem;font-family:var(--sans);background:var(--surface);color:var(--ink)}.field textarea{min-height:130px;resize:vertical}.field--row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.field--row{grid-template-columns:1fr}}.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.88rem;color:var(--muted)}.consent input{margin-top:.25rem}.form-note{font-size:.85rem;color:var(--muted)}.newsletter-form{display:flex;gap:10px;max-width:460px;margin:18px auto 0}.newsletter-form input{flex:1;padding:.8em 1em;border-radius:999px;border:0;font-size:1rem}@media(max-width:520px){.newsletter-form{flex-direction:column}}.post-body{max-width:720px;margin-inline:auto;font-size:1.08rem}.post-body h2{margin-top:1.8rem}.post-body h3{margin-top:1.4rem}.post-body ul{margin:0 0 1rem 1.2rem}.post-body li{margin-bottom:.35rem}.post-meta{color:var(--muted);font-size:.92rem;margin-bottom:1.4rem}.post-hero{border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:26px;aspect-ratio:16/7;object-fit:cover;width:100%}.site-footer{background:var(--olive);color:#d9d7c2;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px;margin-bottom:34px}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}}.site-footer h5{color:var(--cream);font-family:var(--serif);font-size:1.05rem;margin:0 0 .9rem}.site-footer a{color:#d9d7c2;display:block;padding:.2rem 0}.site-footer a:hover{color:#fff}.socials{display:flex;gap:12px;margin-top:12px}.socials a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffff14}.socials svg{width:19px;height:19px;color:var(--cream)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:.85rem;color:#b9b8a3}.notice{background:#fff8e6;border:1px solid #ecdca6;border-left:4px solid var(--gold);border-radius:10px;padding:14px 18px;font-size:.9rem;color:#6b5d2e;margin:22px auto;max-width:var(--maxw)}.notice b{color:#5a4d20}.pagehead{background:var(--surface-2);border-bottom:1px solid var(--border);padding:56px 0 44px}.breadcrumb{color:var(--muted);font-size:.9rem;margin-bottom:.4rem}.empty{text-align:center;color:var(--muted);padding:60px 0;grid-column:1/-1}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(120%);background:var(--olive);color:var(--cream);padding:14px 22px;border-radius:12px;box-shadow:var(--shadow-lg);transition:transform .3s ease;z-index:100;max-width:90vw;text-align:center}.toast.show{transform:translate(-50%) translateY(0)}
