:root{color-scheme:light;--bg: #f8faf6;--surface: #ffffff;--ink: #18211f;--muted: #5f6f69;--line: #dbe4de;--accent: #236b52;--accent-strong: #104936;--gold: #d39b34;--cardio: #e9f3f7;--strength: #f4eee7;--nutrition: #edf5e8;--radius: 8px;--shadow: 0 16px 50px rgba(24, 33, 31, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;color:var(--ink);background:var(--bg);line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:var(--accent-strong);text-decoration-thickness:.08em;text-underline-offset:.18em}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:10;padding:.65rem .8rem;background:var(--ink);color:#fff}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:5;background:#f8faf6f0;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner,.footer-inner,.home-section,.article-shell,.page-shell,.listing-shell{width:min(1120px,calc(100% - 32px));margin-inline:auto}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--ink);text-decoration:none;font-weight:800}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius);color:#fff;background:var(--accent-strong);font-size:.82rem}.brand-text{font-size:1.15rem}.primary-nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.primary-nav a,.footer-inner nav a,.pill-link{min-height:38px;display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:var(--radius);color:var(--ink);text-decoration:none;font-weight:700;font-size:.92rem}.primary-nav a:hover,.footer-inner nav a:hover,.pill-link:hover{background:var(--line)}.hero{padding:clamp(2rem,6vw,5rem) 0 2rem;background:linear-gradient(115deg,rgba(35,107,82,.16),transparent 48%),linear-gradient(35deg,rgba(211,155,52,.16),transparent 44%);border-bottom:1px solid var(--line)}.hero-inner{width:min(1120px,calc(100% - 32px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:clamp(1.5rem,5vw,4rem);align-items:center}.hero h1,.article-header h1,.page-header h1,.listing-header h1{margin:0;line-height:1.05;letter-spacing:0;font-size:clamp(2.4rem,6vw,5.4rem)}.hero p,.article-dek,.listing-header p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.hero-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.hero-panel img{aspect-ratio:4 / 3;width:100%;object-fit:cover}.hero-panel div{padding:1rem}.eyebrow{margin:0 0 .45rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.home-section,.listing-shell{padding:clamp(2rem,5vw,4rem) 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading h2{margin:0;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.15}.category-grid,.post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-tile,.post-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px #18211f0d}.category-tile{min-height:152px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:var(--ink)}.category-tile:nth-child(1){background:var(--nutrition)}.category-tile:nth-child(2){background:var(--strength)}.category-tile:nth-child(3){background:var(--cardio)}.category-tile strong{display:block;font-size:1.25rem}.category-tile span{color:var(--muted)}.post-card{display:flex;flex-direction:column}.post-card-image{display:block;background:var(--line)}.post-card-image img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.post-card-body{padding:1rem}.post-card h3{margin:0 0 .65rem;font-size:1.1rem;line-height:1.25}.post-card h3 a{color:var(--ink);text-decoration:none}.post-card h3 a:hover{color:var(--accent-strong)}.post-card p:not(.eyebrow){color:var(--muted)}.post-card time,.article-meta,.fine-print{color:var(--muted);font-size:.9rem}.article-shell,.page-shell{padding:clamp(2rem,6vw,4.5rem) 0}.article-header,.page-header,.listing-header{max-width:840px;margin-bottom:1.5rem}.article-meta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem;font-weight:700}.article-meta a{text-decoration:none}.featured-media{margin:1.5rem 0 2rem;border-radius:var(--radius);overflow:hidden;background:var(--line)}.featured-media img{width:100%;max-height:620px;object-fit:cover}.article-grid{display:grid;grid-template-columns:240px minmax(0,760px);gap:clamp(1rem,4vw,3rem);align-items:start}.article-note{position:sticky;top:96px;padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);font-size:.92rem}.article-note p{margin:0}.article-content{min-width:0;font-size:1.05rem}.article-content>*:first-child{margin-top:0}.article-content h2,.article-content h3,.article-content h4{margin:2.1em 0 .65em;line-height:1.2}.article-content h2{font-size:clamp(1.55rem,3vw,2.25rem)}.article-content h3{font-size:clamp(1.25rem,2vw,1.65rem)}.article-content p,.article-content li{color:#283531}.article-content figure{margin:1.5rem 0}.article-content img{margin-inline:auto;border-radius:var(--radius)}.article-content table{width:100%;border-collapse:collapse;overflow-x:auto;display:block}.article-content th,.article-content td{padding:.75rem;border:1px solid var(--line)}.article-content blockquote{margin:1.5rem 0;padding:.25rem 1rem;border-left:4px solid var(--accent);color:var(--muted)}.page-content{max-width:820px}.listing-header{margin-bottom:2rem}.post-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.site-footer{margin-top:3rem;background:#17231f;color:#fff}.footer-inner{padding:2rem 0;display:grid;grid-template-columns:1.2fr 1fr;gap:1.5rem}.footer-inner p{color:#ffffffb8}.footer-inner nav{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end}.footer-inner nav a{color:#fff}.fine-print{grid-column:1 / -1;margin:0;color:#ffffff9e}@media(max-width:860px){.header-inner{min-height:auto;padding:.8rem 0;align-items:flex-start;flex-direction:column}.primary-nav{width:100%;justify-content:flex-start}.hero-inner,.article-grid,.footer-inner{grid-template-columns:1fr}.category-grid,.post-grid,.post-list{grid-template-columns:repeat(2,minmax(0,1fr))}.article-note{position:static}}@media(max-width:580px){.header-inner,.footer-inner,.home-section,.article-shell,.page-shell,.listing-shell,.hero-inner{width:min(100% - 24px,1120px)}.brand-mark{width:40px;height:40px}.primary-nav a{padding-inline:.52rem;font-size:.86rem}.category-grid,.post-grid,.post-list{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}}
