:root {
    --home-ink: #0f172a;
    --home-body: #475569;
    --home-muted: #64748b;
    --home-line: #e2e8f0;
    --home-paper: #f8fafc;
    --home-card: #ffffff;
    --home-accent: #0891b2;
    --home-accent-2: #9333ea;
    --home-grad: linear-gradient(135deg, #06b6d4 0%, #9333ea 100%);
}

.kmg-home { background: var(--home-paper); color: var(--home-ink); }
.kmg-home > header { box-shadow: none !important; border-color: rgba(15,23,42,.09) !important; background: rgba(248,250,252,.88) !important; }
.kmg-home > header nav > div:first-child { height: 72px; }
.kmg-home #main-content { overflow: hidden; }
.home-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.home-section { padding: 52px 0; }
.section-index { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--home-accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-index::before { content: ''; width: 26px; height: 2px; border-radius: 2px; background: var(--home-grad); }
.section-index--light { color: #67e8f9; }
.newsletter-box .section-index { justify-content: center; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.section-heading h2 { max-width: 640px; margin: 0; font-size: clamp(25px, 2.8vw, 36px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; }
.section-heading > p { max-width: 340px; margin: 0 0 5px; color: var(--home-muted); font-size: 14px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--home-ink); color: var(--home-ink); font-size: 13px; font-weight: 650; }
.text-link:hover { color: var(--home-accent); border-color: var(--home-accent); }

/* ---------- Hero ---------- */
.home-hero { position: relative; min-height: min(600px, calc(100svh - 72px)); display: grid; place-items: center; overflow: hidden; background: #fbfcfe; isolation: isolate; }
.hero-field, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-field { z-index: -1; opacity: .84; }
.hero-wash { z-index: -2; background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.98) 0 16%, rgba(255,255,255,.76) 37%, transparent 66%), linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.home-hero::before, .home-hero::after { content: ''; position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .35; animation: heroBlob 11s ease-in-out infinite alternate; }
.home-hero::before { top: -140px; left: -110px; background: radial-gradient(circle, rgba(6,182,212,.55), transparent 70%); }
.home-hero::after { bottom: -160px; right: -120px; background: radial-gradient(circle, rgba(147,51,234,.5), transparent 70%); animation-delay: -5s; }
@keyframes heroBlob { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(46px,30px) scale(1.14); } }
.hero-content { display: flex; flex-direction: column; align-items: center; padding: 48px 0 72px; text-align: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 8px 13px; border: 1px solid rgba(15,23,42,.1); border-radius: 999px; background: rgba(255,255,255,.7); color: #334155; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-kicker span { width: 6px; height: 6px; border-radius: 50%; background: #06b6d4; box-shadow: 0 0 0 4px rgba(6,182,212,.15); }
.hero-content h1 { max-width: 900px; margin: 0; color: var(--home-ink); font-size: clamp(40px, 5.4vw, 76px); font-weight: 550; letter-spacing: -.045em; line-height: .97; }
.hero-content h1 em { background: var(--home-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
.hero-content > p { max-width: 620px; margin: 24px auto 0; color: var(--home-body); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6; }
.hero-actions { display: flex; gap: 10px; margin-top: 28px; }
.home-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.home-button--dark { background: var(--home-grad); color: #fff; box-shadow: 0 10px 24px rgba(8,145,178,.28); }
.home-button--dark:hover { color: #fff; box-shadow: 0 14px 32px rgba(147,51,234,.32); }
.home-button--light { border-color: #cbd5e1; background: rgba(255,255,255,.75); color: var(--home-ink); }
.home-button--light:hover { border-color: var(--home-accent); color: var(--home-accent); }
.hero-proof { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.hero-proof div { display: flex; align-items: baseline; gap: 8px; }
.hero-proof strong { font-size: 17px; letter-spacing: -.03em; }
.hero-proof span { color: var(--home-muted); font-size: 11px; }
.hero-proof i { width: 1px; height: 18px; background: var(--home-line); }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--home-muted); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { width: 1px; height: 28px; background: var(--home-ink); transform-origin: top; animation: heroScroll 1.8s ease-in-out infinite; }
@keyframes heroScroll { 0%,100% { transform: scaleY(.35); opacity:.3; } 50% { transform: scaleY(1); opacity:1; } }

/* ---------- Shared card pieces ---------- */
.post-card, .tool-card, .topic-grid a, .newsletter-box, .studio-banner {
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: var(--home-card);
}
.lead-story, .side-story, .post-card, .tool-card, .topic-grid a { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.lead-story:hover, .side-story:hover, .post-card:hover, .tool-card:hover, .topic-grid a:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.09); border-color: #cbd5e1; }
.post-card-image::before {
    content: 'KMG';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--home-grad);
    color: rgba(255,255,255,.78);
    font-size: 22px;
    font-weight: 850;
    letter-spacing: .14em;
}
.post-card-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.post-card-image img.is-broken { display: none; }
.post-card:hover .post-card-image img { transform: scale(1.04); }
.image-fallback { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; place-items: center; background: var(--home-grad); color: rgba(255,255,255,.82); font-size: 28px; font-weight: 800; letter-spacing: .12em; }
.story-meta { display: inline-flex; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: rgba(8,145,178,.09); color: var(--home-accent); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

/* ---------- 01 Featured (image-overlay cards) ---------- */
.editorial-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 20px; }
.lead-story, .side-story {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 18px;
    background: var(--home-grad);
    isolation: isolate;
}
.lead-story { min-height: 460px; }
.side-stories { display: flex; flex-direction: column; gap: 20px; }
.side-story { flex: 1; min-height: 220px; }
.story-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.story-bg.is-broken { display: none; }
.lead-story:hover .story-bg, .side-story:hover .story-bg { transform: scale(1.04); }
.lead-story::after, .side-story::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(200deg, rgba(2,6,23,0) 32%, rgba(2,6,23,.62) 62%, rgba(2,6,23,.9) 100%);
}
.story-link { position: absolute; inset: 0; z-index: 2; }
.story-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; width: 100%; padding: 24px 26px; pointer-events: none; }
.story-copy a { pointer-events: auto; }
.story-chip { display: inline-flex; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(8px); color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.story-copy h3 { margin: 0; font-size: clamp(21px, 2.2vw, 28px); font-weight: 700; letter-spacing: -.02em; line-height: 1.22; text-wrap: balance; }
.story-copy h3 a { color: #fff; }
.story-copy h3 a:hover { color: #7dd3fc; }
.side-story .story-copy { padding: 18px 20px; }
.side-story .story-copy h3 { font-size: 17px; line-height: 1.3; }
.story-copy p { margin: 0; max-width: 560px; overflow: hidden; color: rgba(241,245,249,.82); font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.story-info { color: rgba(226,232,240,.72); font-size: 11px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.post-card h3 a { color: inherit; }
.post-card h3 a:hover { color: var(--home-accent); }

/* ---------- 01 Latest ---------- */
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; overflow: hidden; }
.post-card-image { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; }
.post-card-chip {
    position: absolute; z-index: 2; top: 12px; left: 12px;
    display: inline-flex; padding: 5px 11px; border-radius: 999px;
    background: rgba(15,23,42,.62); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px);
    color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.post-card-body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px 20px 18px; }
.post-card h3 { margin: 0; font-size: 17px; font-weight: 700; letter-spacing: -.015em; line-height: 1.34; }
.post-card p { margin: 0; overflow: hidden; color: var(--home-muted); font-size: 13px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--home-line); }
.post-card-author { display: inline-flex; align-items: center; gap: 8px; min-width: 0; color: var(--home-ink); font-size: 12px; }
.post-card-author img, .post-card-author i {
    flex: 0 0 24px; width: 24px; height: 24px; border-radius: 999px; object-fit: cover;
    display: grid; place-items: center; background: var(--home-grad);
    color: #fff; font-size: 11px; font-weight: 800; font-style: normal;
}
.post-card-author b { font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.post-card-meta { flex: none; color: var(--home-muted); font-size: 11px; font-weight: 600; }
.mobile-section-link { display: none; }

/* ---------- 03 Topics ---------- */
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.topic-grid a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 20px; color: var(--home-ink); }
.topic-grid a > span { font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.topic-grid a small { display: block; margin-top: 3px; color: var(--home-muted); font-size: 11px; font-weight: 500; }
.topic-grid a i { font-style: normal; color: var(--home-accent); font-size: 15px; transition: transform .2s ease; }
.topic-grid a:hover { border-color: var(--home-accent); }
.topic-grid a:hover i { transform: translate(2px, -2px); }

/* ---------- 04 Tools ---------- */
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tool-card { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px; color: var(--home-ink); }
.tool-card:hover { color: var(--home-ink); }
.tool-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--home-grad); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 6px 16px rgba(8,145,178,.28); transition: transform .25s ease; }
.tool-card:hover .tool-icon { transform: scale(1.08) rotate(-4deg); }
.tool-card h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; letter-spacing: -.015em; line-height: 1.2; }
.tool-card p { margin: 0; color: var(--home-muted); font-size: 13px; line-height: 1.6; }
.tool-card b { margin-top: auto; padding-top: 4px; color: var(--home-accent); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.tool-card--all { border: 0; background: var(--home-grad); color: #fff; }
.tool-card--all:hover { color: #fff; box-shadow: 0 16px 40px rgba(147,51,234,.3); }
.tool-card--all p { color: rgba(255,255,255,.8); }
.tool-card--all b { color: #fff; }
.tool-icon--all { background: rgba(255,255,255,.2); font-size: 17px; }

/* ---------- 05 Studio banner ---------- */
.studio-banner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 42px 46px; border: 1px solid rgba(148,163,184,.25); border-radius: 24px; background: #0f172a; color: #fff; isolation: isolate; }
.studio-banner::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 6% 0%, rgba(6,182,212,.32), transparent 46%), radial-gradient(circle at 100% 100%, rgba(147,51,234,.38), transparent 48%); }
.studio-banner::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(115deg, transparent 45%, rgba(0,0,0,.9)); -webkit-mask-image: linear-gradient(115deg, transparent 45%, rgba(0,0,0,.9)); }
.studio-copy h2 { margin: 0; font-size: clamp(25px, 2.8vw, 36px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.studio-copy h2 em { background: linear-gradient(135deg, #22d3ee 0%, #c084fc 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.studio-copy p { max-width: 480px; margin: 14px 0 22px; color: #cbd5e1; font-size: 15px; line-height: 1.65; }
.studio-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.home-button--cream { background: #fff; color: #0f172a; }
.home-button--cream:hover { color: #0891b2; }
.home-button--ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.home-button--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.studio-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.studio-stats > div { padding: 18px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.studio-stats strong { display: block; font-size: 23px; letter-spacing: -.02em; }
.studio-stats span { display: block; margin-top: 5px; color: #94a3b8; font-size: 10.5px; line-height: 1.45; }

/* ---------- 06 Newsletter ---------- */
.newsletter-section { padding-bottom: 48px; }
.newsletter-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 32px; border-radius: 20px; background: linear-gradient(135deg, rgba(6,182,212,.06), rgba(147,51,234,.06)), var(--home-card); text-align: left; }
.newsletter-copy { flex: 1; min-width: 0; }
.newsletter-box .section-index { justify-content: flex-start; margin-bottom: 6px; }
.newsletter-box h2 { margin: 0 0 4px; font-size: clamp(19px, 2vw, 23px); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.newsletter-copy p { margin: 0; max-width: 520px; color: var(--home-muted); font-size: 13.5px; line-height: 1.5; }
.newsletter-cta { flex: 0 0 auto; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { width: 250px; min-width: 0; min-height: 46px; padding: 0 16px; border: 1px solid var(--home-line); border-radius: 999px; background: var(--home-paper); color: var(--home-ink); font-size: 14px; }
.newsletter-form input:focus { outline: 2px solid #06b6d4; outline-offset: -1px; border-color: transparent; }
.newsletter-form button { display: inline-flex; align-items: center; min-height: 46px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--home-grad); color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.newsletter-form button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(147,51,234,.28); }
.newsletter-form button:disabled { opacity: .65; cursor: default; transform: none; box-shadow: none; }
.newsletter-status { margin: 9px 2px 0; color: #047857; font-size: 12.5px; font-weight: 650; }
.newsletter-status.is-error { color: #dc2626; }
.dark .newsletter-status { color: #34d399; }
.dark .newsletter-status.is-error { color: #f87171; }
.newsletter-box small { display: block; margin-top: 8px; color: var(--home-muted); font-size: 11px; }

.home-faq { background: var(--home-paper); }
.home-faq > section { padding-top: 30px !important; padding-bottom: 56px !important; }
.home-faq .text-center { margin-bottom: 26px !important; }
.home-faq details { padding: 13px 16px !important; }
.home-faq .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 8px; }

/* Scroll-reveal (activated by home.js via body.home-anim; without JS content stays visible) */
.reveal-home { opacity: 1; transform: none; }
.home-anim .reveal-home { opacity: 0; transform: translateY(26px); transition: opacity .65s cubic-bezier(.2,.65,.3,1), transform .65s cubic-bezier(.2,.65,.3,1); }
.home-anim .reveal-home.is-visible { opacity: 1; transform: none; }

/* Gradient border on hover — cards light up in the brand gradient */
.post-card:hover, .tool-card:not(.tool-card--all):hover, .topic-grid a:hover {
    border-color: transparent;
    background: linear-gradient(var(--home-card), var(--home-card)) padding-box, var(--home-grad) border-box;
}
.lead-story:hover, .side-story:hover { box-shadow: 0 18px 44px rgba(8,145,178,.22); }

/* ---------- Dark mode ---------- */
.dark .kmg-home {
    --home-ink: #f1f5f9;
    --home-body: #a9b4c6;
    --home-muted: #94a3b8;
    --home-line: #2b3648;
    --home-paper: #111827;
    --home-card: #1a2334;
    --home-accent: #22d3ee;
    --home-accent-2: #c084fc;
    background: #111827;
}
.dark .kmg-home > header { background: rgba(17,24,39,.9) !important; border-color: rgba(148,163,184,.15) !important; }
.dark .home-hero { background: #111827; }
.dark .hero-wash { background: radial-gradient(circle at 50% 44%, rgba(17,24,39,.96) 0 17%, rgba(17,24,39,.72) 39%, transparent 66%), linear-gradient(180deg,#111827,#131c2e); }
.dark .hero-kicker, .dark .home-button--light { background: rgba(30,41,59,.72); border-color: #374357; color: #f1f5f9; }
.dark .home-button--light:hover { border-color: #22d3ee; color: #22d3ee; }
.dark .lead-story:hover, .dark .side-story:hover, .dark .post-card:hover, .dark .tool-card:hover, .dark .topic-grid a:hover { box-shadow: 0 16px 40px rgba(0,0,0,.45); border-color: #3b4b63; }
.dark .story-meta { background: rgba(34,211,238,.12); }
.dark .topic-grid a:hover { border-color: #22d3ee; }
.dark .studio-banner { background: #0d1526; border-color: rgba(148,163,184,.22); }
.dark .home-button--cream { background: #f1f5f9; color: #0f172a; }
.dark .newsletter-box { background: linear-gradient(135deg, rgba(34,211,238,.08), rgba(192,132,252,.08)), var(--home-card); }
.dark .newsletter-form input { background: #111827; }

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
    .home-section { padding: 44px 0; }
    .editorial-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .latest-grid { grid-template-columns: repeat(2, 1fr); }
    .topic-grid { grid-template-columns: repeat(3, 1fr); }
    .tools-grid { grid-template-columns: repeat(2, 1fr); }
    .studio-banner { grid-template-columns: 1fr; gap: 30px; padding: 34px 32px; }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    .home-shell { width: min(100% - 32px, 620px); }
    .kmg-home > header nav > div:first-child { height: 64px; }
    .home-section { padding: 38px 0; }
    .section-heading { display: block; margin-bottom: 20px; }
    .section-heading h2 { font-size: 25px; }
    .section-heading > p { margin-top: 10px; }
    .text-link { display: none; }
    .home-hero { min-height: min(540px, calc(100svh - 64px)); }
    .hero-content { padding: 42px 0 78px; }
    .hero-content h1 { font-size: clamp(33px, 9.5vw, 46px); line-height: 1.02; }
    .hero-content > p { margin-top: 16px; font-size: 15px; }
    .hero-actions { width: 100%; flex-direction: column; }
    .hero-actions .home-button { width: 100%; }
    .hero-proof { gap: 12px; width: 100%; justify-content: center; }
    .hero-proof div { display: block; text-align: center; }
    .hero-proof strong, .hero-proof span { display: block; }
    .hero-proof span { margin-top: 3px; font-size: 9px; }
    .hero-scroll { display: none; }
    .editorial-grid { grid-template-columns: 1fr; gap: 14px; }
    .lead-story { min-height: 340px; }
    .story-copy { padding: 18px 18px 20px; }
    .story-copy h3 { font-size: 20px; }
    .side-stories { gap: 14px; }
    .side-story { min-height: 180px; }
    .side-story .story-copy { padding: 16px 18px; }
    .side-story .story-copy h3 { font-size: 16px; }
    .latest-grid { grid-template-columns: 1fr; gap: 12px; }
    .post-card { flex-direction: row; align-items: stretch; }
    .post-card-image { flex: 0 0 120px; aspect-ratio: auto; min-height: 100%; }
    .post-card-chip { display: none; }
    .post-card-body { padding: 12px 14px; gap: 7px; }
    .post-card h3 { font-size: 15px; line-height: 1.3; }
    .post-card p { display: none; }
    .post-card-foot { padding-top: 9px; }
    .post-card-author img, .post-card-author i { flex-basis: 20px; width: 20px; height: 20px; font-size: 10px; }
    .post-card-author b { font-size: 11.5px; }
    .post-card-meta { font-size: 10.5px; }
    .mobile-section-link { display: inline-block; margin-top: 20px; border-bottom: 1px solid; color: var(--home-ink); font-size: 12px; font-weight: 700; }
    .topic-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .topic-grid a { padding: 13px 15px; }
    .topic-grid a > span { font-size: 13.5px; }
    .tools-grid { grid-template-columns: 1fr; gap: 14px; }
    .tool-card { padding: 20px; }
    .studio-banner { padding: 26px 22px; border-radius: 20px; }
    .studio-copy h2 { font-size: 24px; }
    .studio-actions { flex-direction: column; }
    .studio-actions .home-button { width: 100%; }
    .studio-stats { gap: 8px; }
    .studio-stats > div { padding: 13px 10px; }
    .studio-stats strong { font-size: 18px; }
    .newsletter-box { flex-direction: column; align-items: stretch; gap: 16px; padding: 24px 20px; border-radius: 20px; text-align: center; }
    .newsletter-box .section-index { justify-content: center; }
    .newsletter-copy p { max-width: none; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input { width: 100%; }
    .newsletter-form button { justify-content: center; }
    .newsletter-status { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-scroll i { animation: none; }
    .home-hero::before, .home-hero::after { animation: none; }
    .story-bg, .post-card-image img, .lead-story, .side-story, .post-card, .tool-card, .tool-icon, .topic-grid a { transition: none; }
}
