/* Blog — the homepage's card language for reading. */
body.blog-page { background: #f4f4f6 !important; }
.blog, .post { max-width: 1120px; margin: 0 auto; padding: 0 5vw; color: #171719; }
.blog h1, .blog h2, .blog h3, .post h1, .post h2, .post h3 { font-family: inherit; font-weight: 400; letter-spacing: -.01em; }
.blog-head { padding: clamp(130px, 15vw, 180px) 0 40px; max-width: 760px; }
.blog-head .fit-eyebrow { margin-bottom: 14px; }
.blog-head h1 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.blog-head p:last-child { margin: 0; font-size: 17px; line-height: 1.5; color: #6f6f74; max-width: 60ch; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { display: block; background: #fff; border-radius: 22px; overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.25); }
.blog-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #ececee; }
.blog-card-cat { margin: 18px 22px 8px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #a3a3a3; }
.blog-card h3 { margin: 0 22px 8px; font-size: 21px; line-height: 1.2; }
.blog-card h3 span { color: #8a8a90; }
.blog-card > p:last-child { margin: 0 22px 22px; font-size: 14px; line-height: 1.5; color: #6f6f74; }
.blog-card-compare { padding-top: 6px; }
.blog-grid-main .blog-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; }
.blog-grid-main .blog-card:first-child img { height: 100%; aspect-ratio: auto; min-height: 320px; }
.blog-grid-main .blog-card:first-child h3 { font-size: clamp(26px, 2.6vw, 34px); }
.blog-grid-main .blog-card:first-child .blog-card-cat { margin-top: 28px; }
.blog-compare { padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 9vw, 120px); }
.blog-compare h2 { margin: 0 0 22px; font-size: clamp(26px, 2.6vw, 34px); }
/* article */
.post { max-width: 760px; }
.post-head { padding: clamp(130px, 15vw, 180px) 0 28px; }
.post-back { display: inline-block; margin-bottom: 26px; font-size: 13px; color: #6f6f74; text-decoration: none; }
.post-back:hover { color: #171719; }
.post-cat { margin: 0 0 14px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #a3a3a3; }
.post h1 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.post h1 span { color: #8a8a90; }
.post-excerpt { margin: 0; font-size: 18px; line-height: 1.5; color: #4a4a4f; }
.post-cover { margin: 30px 0 40px; }
.post-cover img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 24px; background: #ececee; }
.post-body { font-size: 17px; line-height: 1.65; color: #2a2a2e; }
.post-body p { margin: 0 0 20px; }
.post-body h2 { margin: 44px 0 14px; font-size: 27px; line-height: 1.2; color: #171719; }
.post-body h3 { margin: 28px 0 8px; font-size: 19px; font-weight: 500; color: #171719; }
.post-body ul { margin: 0 0 20px; padding-left: 22px; }
.post-body li { margin: 0 0 10px; }
.post-body a { color: #171719; text-decoration: underline; text-decoration-color: rgba(23,23,25,.3); text-underline-offset: 3px; }
.post-body a:hover { text-decoration-color: #171719; }
.post-body blockquote { margin: 26px 0; padding: 4px 0 4px 20px; border-left: 2px solid #171719; font-size: 16px; color: #4a4a4f; }
.post-body strong { font-weight: 600; color: #171719; }
.post-table { overflow-x: auto; margin: 26px 0; background: #fff; border-radius: 16px; padding: 6px 18px; }
.post-body table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.post-body th { text-align: left; font-weight: 600; padding: 12px 10px; border-bottom: 1px solid rgba(23,23,25,.12); color: #171719; }
.post-body td { padding: 11px 10px; border-bottom: 1px solid rgba(23,23,25,.06); vertical-align: top; }
.post-body tr:last-child td { border-bottom: 0; }
.post-pair { margin: 30px 0; }
.post-pair > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.post-pair img { display: block; width: 100%; aspect-ratio: var(--ar, 3 / 4); object-fit: cover; object-position: top; border-radius: 16px; background: #ececee; }
.post-pair figcaption { margin: 12px auto 0; max-width: 52ch; text-align: center; font-size: 13px; line-height: 1.5; color: #8a8a90; }
.post-cta { margin: 56px 0 0; padding: clamp(28px, 4vw, 44px); background: #fff; border-radius: 24px; text-align: center; }
.post-cta h2 { margin: 0 0 8px; font-size: clamp(26px, 2.6vw, 32px); }
.post-cta p { margin: 0 0 22px; color: #6f6f74; font-size: 16px; }
.post-cta div { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; }
.post-cta .button-dark { background: #171719 !important; color: #fff !important; border-radius: 999px; min-height: 46px; padding: 0 22px; font-size: 14px; }
.post-cta .text-link { color: #171719; }
.post-more { padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 9vw, 120px); }
.post-more h2 { margin: 0 0 22px; font-size: 26px; }
.post-more .blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-more .blog-card h3 { font-size: 17px; }
.post-more .blog-card > p:last-child { display: none; }
@media (max-width: 900px) { .blog-grid, .post-more .blog-grid { grid-template-columns: 1fr; } .blog-grid-main .blog-card:first-child { grid-template-columns: 1fr; } .blog-grid-main .blog-card:first-child img { min-height: 0; aspect-ratio: 16 / 10; } .blog-head, .post-head { padding-top: 120px; } .post-body { font-size: 16px; } .post-pair > div { gap: 8px; } }
/* featured card: image left spanning all rows, text stacked right */
.blog-grid-main .blog-card:first-child { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); grid-template-rows: auto auto 1fr; align-items: start; align-content: center; }
.blog-grid-main .blog-card:first-child img { grid-column: 1; grid-row: 1 / -1; height: 100%; min-height: 0; aspect-ratio: 4 / 3; }
.blog-grid-main .blog-card:first-child .blog-card-cat, .blog-grid-main .blog-card:first-child h3, .blog-grid-main .blog-card:first-child > p:last-child { grid-column: 2; margin-left: 32px; margin-right: 32px; }
.blog-grid-main .blog-card:first-child .blog-card-cat { margin-top: 34px; }
.blog-grid-main .blog-card:first-child > p:last-child { font-size: 15px; margin-bottom: 34px; align-self: start; }
@media (max-width: 900px) { .blog-grid-main .blog-card:first-child { grid-template-columns: 1fr; grid-template-rows: auto; } .blog-grid-main .blog-card:first-child img { grid-row: auto; aspect-ratio: 16 / 10; } .blog-grid-main .blog-card:first-child .blog-card-cat, .blog-grid-main .blog-card:first-child h3, .blog-grid-main .blog-card:first-child > p:last-child { grid-column: 1; margin-left: 22px; margin-right: 22px; } .blog-grid-main .blog-card:first-child .blog-card-cat { margin-top: 18px; } .blog-grid-main .blog-card:first-child > p:last-child { margin-bottom: 22px; } }
/* "Where Garu differs" block, quieter than the CTA */
.post-sell { margin: 44px 0 0; padding: clamp(24px, 3vw, 32px); background: #fff; border-radius: 22px; }
.post-sell-kicker { margin: 0 0 16px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #a3a3a3; }
.post-sell ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.post-sell li { font-size: 15.5px; line-height: 1.55; color: #4a4a4f; }
.post-sell li strong { color: #171719; font-weight: 600; }
.post-sell a { color: #171719; text-decoration: underline; text-decoration-color: rgba(23,23,25,.3); text-underline-offset: 3px; }
/* composed covers carry their own type on the site ground, so show them whole — the letterbox is invisible */
.blog-card img[src*="bodies-changed"], .blog-card img[src*="pdp-disappears"], .post-cover img[src*="bodies-changed"], .post-cover img[src*="pdp-disappears"] { object-fit: contain; background: #f4f4f6; }

/* ---- readable at a glance: cover at its true ratio, a summary box, a checklist, an FAQ ---- */
.post-cover img { height: auto !important; }
.post-cover { margin: 26px 0 28px; }
.post-tldr, .post-do { margin: 0 0 32px; padding: 22px 26px; background: #fff; border-radius: 20px; border: 1px solid rgba(23,23,25,.06); }
.post-tldr-k, .post-do-k { margin: 0 0 12px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #007A68; }
.post-tldr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.post-tldr li { position: relative; padding-left: 22px; font-size: 16px; line-height: 1.5; color: #171719; }
.post-tldr li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #007A68; }
.post-do { margin: 40px 0 0; }
.post-do ol { margin: 0; padding: 0 0 0 26px; display: grid; gap: 10px; }
.post-do li { font-size: 16px; line-height: 1.5; color: #171719; padding-left: 4px; }
.post-do li::marker { color: #007A68; font-weight: 600; }
.post-faq { margin: 44px 0 0; }
.post-faq h2 { margin: 0 0 12px; font-size: 24px; color: #171719; }
.post-faq details { border-top: 1px solid rgba(23,23,25,.1); }
.post-faq details:last-child { border-bottom: 1px solid rgba(23,23,25,.1); }
.post-faq summary { cursor: pointer; list-style: none; padding: 16px 30px 16px 0; font-size: 16.5px; font-weight: 500; color: #171719; position: relative; }
.post-faq summary::-webkit-details-marker { display: none; }
.post-faq summary::after { content: "+"; position: absolute; right: 2px; top: 13px; font-size: 20px; color: #8a8a90; }
.post-faq details[open] summary::after { content: "–"; }
.post-faq p { margin: 0 0 18px; font-size: 15.5px; line-height: 1.6; color: #4a4a4f; }
.post-body > p:first-child { font-size: 18px; }
.post-body h2 { margin-top: 38px; }

/* ---- Sep-21: Swap-style organisation — chips, featured, filter, side card ---- */
.blog-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.blog-chips span { display: inline-block; padding: 5px 11px; border-radius: 999px; background: #ececee; color: #3d3d42; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; line-height: 1.2; }
.blog-chips span:first-child { background: #171719; color: #fff; }
.blog-card .blog-chips { margin: 18px 22px 12px; }
.blog-card-body > p:not(.blog-chips):not(.blog-more) { margin: 0 22px 14px; font-size: 14px; line-height: 1.5; color: #6f6f74; }
.blog-more { margin: 0 22px 22px; font-size: 14px; font-weight: 600; color: #171719; }
.blog-more span { display: inline-block; transition: transform .2s; }
.blog-card:hover .blog-more span, .blog-feat:hover .blog-more span { transform: translateX(4px); }
.blog-card-compare .blog-chips { margin-top: 24px; }
.blog-card-compare > p:not(.blog-chips):not(.blog-more) { margin: 0 22px 14px; }
.blog-card-compare .blog-more { margin-bottom: 24px; }
.blog-grid-main .blog-card:first-child { grid-column: auto; display: block; }
.blog-grid-main .blog-card:first-child img { height: auto; aspect-ratio: 16 / 10; min-height: 0; }
.blog-grid-main .blog-card:first-child h3 { font-size: 21px; }
.blog-feat { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; margin: 0 0 40px; padding: 0; text-decoration: none; color: inherit; }
.blog-feat img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 24px; background: #ececee; }
.blog-feat h2 { margin: 0 0 12px; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; }
.blog-feat h2 span { color: #8a8a90; }
.blog-feat div > p:not(.blog-chips):not(.blog-more) { margin: 0 0 18px; font-size: 16px; line-height: 1.55; color: #4a4a4f; }
.blog-feat .blog-more { margin: 0; }
.blog-filter { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 26px; border-bottom: 1px solid #e3e3e6; margin: 0 0 26px; }
.blog-filter button { appearance: none; border: 1px solid #dcdce0; background: #fff; color: #3d3d42; font: inherit; font-size: 13px; padding: 8px 14px; border-radius: 999px; cursor: pointer; }
.blog-filter button.is-on { background: #171719; border-color: #171719; color: #fff; }
.blog-compare { padding-top: 40px; }
/* article: two-column head, sticky side card */
.post { max-width: 1120px; }
.post-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: clamp(24px, 4vw, 64px); align-items: center; padding-bottom: 12px; }
.post-head-copy .blog-chips { margin-bottom: 18px; }
.post-head .post-cover { margin: 0; }
.post-head .post-cover img { border-radius: 24px; }
.post-compare .post-head { grid-template-columns: minmax(0, 760px); }
.post-layout { display: grid; grid-template-columns: minmax(0, 720px) 300px; gap: clamp(28px, 5vw, 80px); align-items: start; padding-top: 28px; }
.post-side { position: sticky; top: 96px; }
.post-side-card { background: #fff; border-radius: 22px; padding: 24px; }
.post-side-k { margin: 0 0 8px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #a3a3a3; }
.post-side-card > p { margin: 0 0 16px; font-size: 14px; line-height: 1.5; color: #4a4a4f; }
.post-side-card .button { display: block; text-align: center; margin-bottom: 10px; }
.post-side-card .text-link { display: block; text-align: center; font-size: 14px; margin-bottom: 16px; }
.post-side-card ul { margin: 0; padding: 14px 0 0 18px; border-top: 1px solid #ececee; font-size: 13px; line-height: 1.5; color: #6f6f74; }
.post-more { max-width: none; }
@media (max-width: 1099px) { .post-layout { grid-template-columns: minmax(0, 1fr); } .post-side { position: static; } .post-side-card { max-width: 420px; } }
@media (max-width: 899px) { .post-head { grid-template-columns: minmax(0, 1fr); } .blog-feat { grid-template-columns: minmax(0, 1fr); } .post-head .post-cover { order: -1; } }

.post-more .blog-card-body > p:not(.blog-chips):not(.blog-more) { display: none; }
.post-more .blog-card > p:last-child { display: block; }
.post-side-card .button-dark { background: #171719 !important; color: #fff !important; border-radius: 999px; min-height: 46px; padding: 0 22px; font-size: 14px; }
.post-gaps { margin: 0 0 32px; padding: 22px 26px; background: #fff; border-radius: 20px; border: 1px solid rgba(23,23,25,.06); }
.post-gaps-k { margin: 0 0 12px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #a3a3a3; }
.post-gaps ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.post-gaps li { position: relative; padding-left: 24px; font-size: 15.5px; line-height: 1.45; color: #4a4a4f; }
.post-gaps li::before { content: "—"; position: absolute; left: 0; top: 0; color: #c4c4c8; }
.post-gaps li strong { color: #171719; font-weight: 600; }
.post-gaps li.post-gaps-garu { margin-top: 6px; padding-top: 12px; border-top: 1px solid #ececee; color: #171719; }
.post-gaps li.post-gaps-garu::before { content: "✓"; color: #0f8a56; top: 12px; }
