
* { margin:0; padding:0; box-sizing:border-box; }
:root { --terracotta:#AE7766; --terracotta-deep:#A36B5C; --sage:#9EB495; --sand:#D9C5A0; --rose:#D9A796; --brown:#5C3A2E; --cream:#FBF6EF; --cream-2:#F4EAE0; }
body { font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif; background:var(--cream); color:var(--brown); line-height:1.65; }
a { color:inherit; }
.nav { position:sticky; top:0; z-index:50; height:64px; display:flex; align-items:center; justify-content:space-between; padding:0 1.4rem; background:rgba(251,246,239,.9); backdrop-filter:blur(12px); border-bottom:1px solid rgba(92,58,46,.08); }
.nav-logo { font-family:'Outfit',sans-serif; font-size:1.25rem; font-weight:800; color:var(--terracotta-deep); text-decoration:none; }
.nav-right { display:flex; gap:1rem; align-items:center; font-size:.9rem; }
.nav-right a { text-decoration:none; opacity:.85; font-weight:500; }
.nav-cta { background:var(--terracotta); color:#fff; padding:.5rem 1rem; border-radius:999px; font-weight:600; opacity:1 !important; }
.wrap { max-width:760px; margin:0 auto; padding:1.6rem 1.25rem 4rem; }
.wide { max-width:1020px; }
.crumbs { font-size:.82rem; opacity:.7; margin-bottom:1.2rem; }
.crumbs a { text-decoration:none; }
h1 { font-family:'Outfit',sans-serif; font-size:2.1rem; font-weight:800; line-height:1.15; margin-bottom:.6rem; }
.lede { font-size:1.05rem; opacity:.85; margin-bottom:1.4rem; max-width:640px; }
.badges { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1.25rem; }
.badge { font-size:.78rem; font-weight:600; letter-spacing:.03em; padding:.35rem .8rem; border-radius:999px; background:var(--cream-2); color:var(--terracotta-deep); text-decoration:none; }
.badge.cat { color:#fff; }
.hero { width:100%; height:auto; max-height:440px; object-fit:cover; border-radius:20px; margin-bottom:1.5rem; display:block; box-shadow:0 16px 44px rgba(92,58,46,.14); }
.hero-fallback { width:100%; height:220px; border-radius:20px; margin-bottom:1.5rem; background:linear-gradient(135deg,var(--terracotta),var(--sage)); display:flex; align-items:center; justify-content:center; font-family:'Outfit',sans-serif; font-size:1.3rem; color:#fff; }
.card { background:#fff; border-radius:18px; padding:1.3rem 1.5rem; margin-bottom:1.1rem; box-shadow:0 10px 30px rgba(92,58,46,.07); }
.card h2 { font-family:'Outfit',sans-serif; font-size:1.15rem; margin-bottom:.7rem; }
.step { display:flex; gap:.9rem; margin-bottom:.85rem; }
.step-n { flex:none; width:26px; height:26px; border-radius:50%; background:var(--sage); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem; }
.mat { margin-left:1.1rem; }
.note { border-left:4px solid var(--sand); }
.why { background:var(--sage); color:#28331F; box-shadow:0 10px 30px rgba(122,148,113,.25); }
.why h2 { color:#28331F; }
.cta { text-align:center; background:var(--terracotta); color:#fff; border-radius:20px; padding:1.9rem 1.4rem; margin:1.9rem 0; }
.cta h2 { font-family:'Outfit',sans-serif; font-size:1.3rem; margin-bottom:.4rem; }
.cta p { opacity:.94; margin-bottom:1rem; font-size:.95rem; }
.cta a { display:inline-block; background:#fff; color:var(--terracotta-deep); font-weight:700; padding:.7rem 1.5rem; border-radius:999px; text-decoration:none; }
.grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:1rem; margin-top:1.25rem; }
.tile { background:#fff; border-radius:16px; overflow:hidden; text-decoration:none; display:flex; flex-direction:column; box-shadow:0 8px 26px rgba(92,58,46,.08); transition:transform .18s; }
.tile:hover { transform:translateY(-3px); }
.tile img { width:100%; height:130px; object-fit:cover; }
.tile .ph { width:100%; height:130px; background:linear-gradient(135deg,var(--terracotta),var(--sage)); }
.tile-body { padding:.8rem .9rem 1rem; }
.tile-cat { font-size:.68rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.tile-title { font-family:'Outfit',sans-serif; font-size:.98rem; line-height:1.3; margin-top:.25rem; }
.tile-age { font-size:.75rem; opacity:.65; margin-top:.3rem; }
.hub-links { display:flex; flex-wrap:wrap; gap:.5rem; margin:1rem 0 .4rem; }
.section-note { font-size:.85rem; opacity:.7; margin-top:.4rem; }
.search-box { display:flex; align-items:center; gap:.6rem; background:#fff; border:1px solid rgba(92,58,46,.14); border-radius:14px; padding:.75rem 1rem; margin:1.2rem 0 .9rem; box-shadow:0 6px 20px rgba(92,58,46,.05); }
.search-box input { flex:1; background:none; border:none; outline:none; color:var(--brown); font-size:1rem; font-family:inherit; }
.search-box input::placeholder { color:rgba(92,58,46,.45); }
.chips { display:flex; flex-wrap:wrap; gap:.45rem; margin-bottom:.5rem; }
.chip { cursor:pointer; font-size:.8rem; font-weight:600; padding:.38rem .85rem; border-radius:999px; background:#fff; border:1px solid rgba(92,58,46,.14); color:var(--brown); font-family:inherit; }
.chip.on { background:var(--sage); color:#fff; border-color:var(--sage); }
.count { font-size:.85rem; opacity:.65; margin:.4rem 0 0; }
footer { background:var(--cream-2); text-align:center; padding:2rem 1rem 2.6rem; font-size:.85rem; }
footer a { opacity:.75; margin:0 .5rem; }
h2 { color:var(--brown); }
@media (max-width:520px){ h1{font-size:1.55rem} .nav-right .nav-link{display:none} }
