:root{color-scheme:light;--bg: #F6F7F5;--bg-deep: #E9EDE9;--surface: #FDFDFC;--ink: #1A2320;--muted: #5C6963;--line: #DFE4E0;--accent: #175A50;--accent-soft: #E7EFEC;--ok: #2C6E49;--ok-soft: #E4EFE7;--warn: #8A6116;--warn-soft: #F5EDDA;--danger: #8C2F23;--max: 1100px;--max-narrow: 680px;--measure: 46rem;--serif: "Newsreader", Georgia, "Times New Roman", serif;--sans: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: "Spline Sans Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--radius: 2px;--accent-hover: color-mix(in srgb, var(--accent) 86%, var(--ink))}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #101613;--bg-deep: #0B0F0C;--surface: #161D1A;--ink: #E6EBE7;--muted: #94A19B;--line: #263029;--accent: #5FB8A6;--accent-soft: #1B2A26;--ok: #79C393;--ok-soft: #16281D;--warn: #D9A94E;--warn-soft: #2C2415;--danger: #E08573}}:root[data-theme=dark]{color-scheme:dark;--bg: #101613;--bg-deep: #0B0F0C;--surface: #161D1A;--ink: #E6EBE7;--muted: #94A19B;--line: #263029;--accent: #5FB8A6;--accent-soft: #1B2A26;--ok: #79C393;--ok-soft: #16281D;--warn: #D9A94E;--warn-soft: #2C2415;--danger: #E08573}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);font-family:var(--sans)}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--accent-soft);color:var(--ink)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}h1,h2,h3,p{margin-top:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-shell{min-height:100vh;overflow-x:clip}.container{width:min(var(--max),calc(100% - 48px));margin:0 auto;position:relative}.container-narrow{width:min(var(--max-narrow),calc(100% - 48px));margin:0 auto;position:relative}.nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-family:var(--serif);font-size:1.08rem;font-weight:600;letter-spacing:.002em;transition:opacity .2s}.brand:hover{opacity:.8}.brand em{color:var(--accent);font-style:italic;font-weight:500}.brand-logo{width:24px;height:24px;flex:0 0 auto;color:var(--accent);object-fit:contain}.brand-logo svg{display:block;width:100%;height:100%}.nav-links{display:flex;align-items:center;gap:28px;font-size:.88rem;font-weight:500}.nav-links a{color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-controls{display:flex;align-items:center;gap:14px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:transparent;color:var(--muted);cursor:pointer;transition:color .2s,border-color .2s}.theme-toggle:hover{color:var(--ink);border-color:var(--ink)}.theme-toggle .theme-icon-sun{display:none}.theme-toggle .theme-icon-moon{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .theme-icon-sun{display:block}:root:not([data-theme=light]) .theme-toggle .theme-icon-moon{display:none}}:root[data-theme=dark] .theme-toggle .theme-icon-sun{display:block}:root[data-theme=dark] .theme-toggle .theme-icon-moon{display:none}.mobile-menu{display:none;position:relative}.mobile-menu-toggle{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;list-style:none}.mobile-menu-toggle::-webkit-details-marker{display:none}.mobile-menu-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(320px,calc(100vw - 32px));display:grid;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:6px}.mobile-menu-panel a{display:flex;min-height:44px;align-items:center;border-radius:var(--radius);padding:0 14px;color:var(--ink);font-size:.95rem;font-weight:500;border-top:1px solid var(--line);transition:background .15s}.mobile-menu-panel a:first-child{border-top:0}.mobile-menu-panel a:hover{background:var(--accent-soft)}.mobile-menu-cta{justify-content:center;margin-top:6px;border-top:0!important;background:var(--accent)!important;color:var(--bg)!important;font-weight:600}.nav-cta,.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius);font-family:var(--sans);font-size:.92rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.nav-cta,.button{min-height:44px;padding:0 22px;background:var(--accent);color:var(--bg)}.nav-cta{min-height:36px;font-size:.84rem;padding:0 16px}.nav-links .nav-cta{color:var(--bg)}.button:hover,.nav-cta:hover{background:var(--accent-hover);color:var(--bg)}.button-secondary{min-height:44px;padding:0 20px;border:1px solid var(--line);background:transparent;color:var(--ink)}.button-secondary:hover{border-color:var(--ink);color:var(--ink)}.eyebrow,.label{color:var(--muted);font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}h1{max-width:24ch;margin-bottom:20px;color:var(--ink);font-family:var(--serif);font-size:clamp(2.1rem,5.5vw,3.3rem);font-weight:500;letter-spacing:-.01em;line-height:1.12;text-wrap:balance}h2{margin-bottom:16px;color:var(--ink);font-family:var(--serif);font-size:clamp(1.5rem,3.4vw,2.05rem);font-weight:500;letter-spacing:-.005em;line-height:1.2;text-wrap:balance}h3{margin-bottom:10px;color:var(--ink);font-family:var(--serif);font-size:1.12rem;font-weight:600;letter-spacing:0;line-height:1.4}.lede{max-width:580px;color:var(--muted);font-size:1.06rem;font-weight:400;line-height:1.6}.microcopy{color:var(--muted);font-size:.88rem;line-height:1.5}@media(prefers-reduced-motion:no-preference){.hero-section .hero-copy>*,.hero-section .container-narrow>*,.hero-section .visual-stack,.article-hero .eyebrow,.article-hero h1,.article-hero .lede{animation:acb-rise .7s cubic-bezier(.22,1,.36,1) both}.hero-section .hero-copy>:nth-child(2),.hero-section .container-narrow>:nth-child(2),.article-hero h1{animation-delay:.06s}.hero-section .hero-copy>:nth-child(3),.hero-section .container-narrow>:nth-child(3),.article-hero .lede{animation-delay:.12s}.hero-section .hero-copy>:nth-child(4),.hero-section .container-narrow>:nth-child(4){animation-delay:.18s}.hero-section .visual-stack{animation-delay:.16s}}@keyframes acb-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subscribe-form{display:grid;grid-template-columns:minmax(200px,1fr) auto;gap:10px;max-width:520px}.subscribe-form.centered{margin-left:auto;margin-right:auto}.subscribe-form input[type=email]{min-height:48px;width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:0 16px;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.subscribe-form input[type=email]::placeholder{color:var(--muted)}.subscribe-form input[type=email]:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.subscribe-form .button{min-height:48px;padding:0 26px;font-size:.92rem}.form-hp{position:absolute;left:-10000px;height:1px;overflow:hidden}.form-message{grid-column:1 / -1;min-height:22px;margin:2px 0 0;color:var(--muted);font-family:var(--mono);font-size:.8rem}.form-message[data-state=success]{color:var(--ok)}.form-message[data-state=error]{color:var(--danger)}.form-helper{grid-column:1 / -1;margin:4px 0 0;color:var(--muted);font-size:.86rem}.hero-section{text-align:center;padding:clamp(72px,10vw,120px) 0 clamp(56px,8vw,96px)}.hero-section .eyebrow{margin-bottom:20px;display:inline-block}.hero-section h1{margin-left:auto;margin-right:auto}.hero-section .lede{margin:0 auto 36px}.hero-section .subscribe-form{margin:0 auto}.hero-section .microcopy{margin-top:14px}.kit-landing-hero{padding:clamp(64px,8vw,104px) 0 clamp(36px,5vw,64px)}.hero-section-with-visual{text-align:left;padding:clamp(56px,8vw,96px) 0 clamp(56px,8vw,92px)}.hero-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.68fr);align-items:center;gap:clamp(32px,5vw,72px)}.hero-section-with-visual .hero-copy{position:relative;z-index:2}.hero-section-with-visual h1{margin-left:0;margin-right:0}.hero-section-with-visual .lede{margin:0 0 36px;max-width:560px}.hero-section-with-visual .subscribe-form.centered{margin-left:0;margin-right:0}.hero-section-with-visual .visual-stack{position:relative;display:flex;flex-direction:column;min-height:clamp(440px,42vw,600px);overflow:hidden;isolation:isolate;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.hero-section-with-visual .visual-stack-image{position:static;order:2;width:100%;flex:1;min-height:0;object-fit:cover}.hero-section-with-visual .terrain-caption{position:static;order:1;display:flex;justify-content:space-between;gap:16px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--surface);color:var(--muted);font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.hero-section-with-visual .hero-card{position:absolute;z-index:2;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:20px;color:var(--ink)}.hero-section-with-visual .hero-card h3,.hero-section-with-visual .hero-card p,.hero-section-with-visual .hero-value-list li{color:var(--ink)}.hero-section-with-visual .hero-card .label{color:var(--muted)}:where(.hero-section-with-visual .hero-card) p{margin-bottom:0;font-size:.92rem}.hero-section-with-visual .hero-card.value-props{left:16px;right:16px;bottom:16px;width:auto}.hero-section-with-visual .hero-card.value-props h3{max-width:380px;margin-top:6px;font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:500}.hero-section-with-visual .hero-value-list{display:grid;gap:0;margin:14px 0 0;padding:0;list-style:none}.hero-section-with-visual .hero-value-list li{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:baseline;border-top:1px solid var(--line);padding:9px 0;font-size:.9rem}.hero-section-with-visual .hero-value-list li:last-child{padding-bottom:0}.hero-section-with-visual .hero-value-list span{color:var(--muted)}.hero-section-with-visual .hero-value-list strong{color:var(--accent);font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.section{padding:clamp(64px,9vw,104px) 0;border-top:1px solid var(--line)}.section.alt{background:var(--surface)}.section-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:44px}.section-header h2{margin-bottom:0}.section-header .eyebrow{margin-bottom:12px}.section-header-centered{text-align:center;margin-bottom:48px}.section-header-centered .eyebrow{display:inline-block;margin-bottom:12px}.section-header-centered h2{margin-left:auto;margin-right:auto;max-width:620px}.section-header-centered .lede{margin-left:auto;margin-right:auto;margin-top:8px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-2:has(>.article-content){grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:clamp(32px,5vw,64px);align-items:start}.article-content>h2:first-child{margin-top:0;padding-top:0;border-top:0}.card,.info-card,.source-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px;transition:border-color .25s}.card:hover,a.card:hover,.info-card:hover{border-color:var(--muted)}.info-card:hover{border-color:var(--line)}:where(.card,.info-card,.source-card) p{color:var(--muted);font-size:.95rem;line-height:1.55}.card h3,.info-card h3{margin-top:10px}.grid-3:has(>.feature-card){gap:1px;border:1px solid var(--line);background:var(--line);counter-reset:acb-format}.feature-card{background:var(--surface);padding:28px 24px 26px;counter-increment:acb-format}.feature-card:before{content:counter(acb-format,decimal-leading-zero);display:block;margin-bottom:18px;color:var(--accent);font-family:var(--serif);font-size:1.9rem;font-style:italic;font-weight:500;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.feature-icon{display:none}.card .feature-icon,.card.light .feature-icon{display:inline-flex;width:auto;height:auto;border-radius:0;background:transparent;color:var(--accent);margin-bottom:16px}.feature-card .label{margin-bottom:12px;display:block}.feature-card h3{margin-bottom:10px;font-weight:500;font-size:1.18rem}:where(.feature-card) p{color:var(--muted);font-size:.94rem;line-height:1.6;margin-bottom:0}.issue-list{display:grid;gap:16px}.issue-card{display:grid;grid-template-columns:minmax(240px,.42fr) minmax(0,.58fr);min-height:240px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-decoration:none;transition:border-color .25s}.issue-card:hover{border-color:var(--muted)}.issue-card-media{min-height:240px;overflow:hidden;border-right:1px solid var(--line);background:var(--bg)}.issue-card-media img{width:100%;height:100%;object-fit:cover}.issue-card-copy{display:flex;flex-direction:column;justify-content:center;padding:28px}.issue-card-copy .label{margin-bottom:12px}.issue-card-copy h3{max-width:480px;color:var(--ink);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;line-height:1.3}:where(.issue-card-copy) p{max-width:580px;color:var(--muted);font-size:.94rem}.issue-card:hover .issue-card-copy h3{color:var(--accent)}.brief-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));align-items:stretch}.brief-grid .issue-card{grid-template-columns:1fr;min-height:100%}.brief-grid .issue-card-media{min-height:200px;aspect-ratio:16 / 10;border-right:0;border-bottom:1px solid var(--line)}.brief-grid .issue-card-copy{justify-content:flex-start;min-height:240px;padding:22px}.brief-grid .issue-card-copy h3{font-size:1.22rem}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-flex;align-items:center;min-height:24px;border:0;border-radius:var(--radius);background:var(--accent-soft);padding:2px 8px;color:var(--accent);font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.tag.tag-ok{background:var(--ok-soft);color:var(--ok)}.tag.tag-warn{background:var(--warn-soft);color:var(--warn)}.article-hero .tag-row{gap:8px;margin-top:20px}.article-hero .tag-row .tag{min-height:28px;border:1px solid var(--line);border-radius:999px;background:transparent;padding:0 12px;color:var(--muted);font-family:var(--sans);font-size:.78rem;font-weight:500;letter-spacing:0;text-transform:none}.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.audience-item{display:flex;align-items:center;gap:12px;padding:18px 20px;border:0;border-radius:0;background:var(--surface);color:var(--ink);font-size:.94rem;font-weight:500}.audience-dot{width:6px;height:6px;border-radius:1px;background:var(--accent);flex-shrink:0}.final-cta-section{text-align:center;padding:clamp(64px,9vw,104px) 0;border-top:1px solid var(--line)}.final-cta-section .eyebrow{display:inline-block;margin-bottom:14px}.final-cta-section h2{margin-left:auto;margin-right:auto;max-width:540px}.final-cta-section .lede{margin:0 auto 32px}.final-cta-section .subscribe-form{margin:0 auto}.final-cta-section .microcopy{margin-top:14px}.pillar-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);padding:0;overflow:hidden}.pillar-strip span{min-height:64px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:0;background:var(--surface);color:var(--ink);font-size:.86rem;font-weight:500;text-align:center}.pillar-strip svg{flex:0 0 auto;color:var(--accent)}.article-hero{padding:clamp(56px,8vw,88px) 0 40px}.article-hero .eyebrow{display:inline-block;margin-bottom:16px}.brief-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.48fr);gap:40px;align-items:end}.brief-cta-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}.brief-cta-panel h2{margin-bottom:10px;font-size:clamp(1.3rem,2vw,1.6rem)}:where(.brief-cta-panel) p{color:var(--muted);font-size:.95rem}.brief-cta-panel .subscribe-form{grid-template-columns:1fr;max-width:none;margin-top:18px}.brief-visual-panel{display:grid;align-content:start;gap:14px;padding:14px 14px 20px}.brief-visual-panel .label{padding:0 6px}.brief-visual-panel h2,.brief-visual-panel p{padding:0 6px;margin-bottom:0}.brief-visual-panel .subscribe-form{padding:0 6px;margin-top:4px}.brief-visual-art{display:block;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg)}.brief-visual-art img{width:100%;height:100%;object-fit:cover}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:clamp(28px,4vw,56px);align-items:start;padding-top:16px;padding-bottom:100px}.article-content{max-width:var(--measure);color:var(--ink)}.article-content p,.article-content li{color:var(--ink);font-size:1rem;line-height:1.75}.article-content>p:first-of-type{font-size:1.06rem}.article-content a{color:var(--accent);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 40%,transparent);text-underline-offset:3px;transition:text-decoration-color .2s}.article-content a:hover{text-decoration-color:var(--accent)}.article-content h2{margin-top:2.6rem;padding-top:1.6rem;border-top:1px solid var(--line);font-size:1.7rem}.article-content h3{margin-top:1.8rem}.article-content ul{padding-left:1.2rem}.article-content li{margin-bottom:.4rem}.article-content ul li::marker{color:var(--accent)}.article-content ol{list-style:none;counter-reset:acb-list;padding-left:2.4rem}.article-content ol li{position:relative;counter-increment:acb-list}.article-content ol li:before{content:counter(acb-list);position:absolute;left:-2.4rem;top:-.05em;min-width:1.6rem;color:var(--accent);font-family:var(--serif);font-size:1.15rem;font-style:italic;font-weight:500;text-align:left}.article-content blockquote{margin:2rem 0;padding:.2rem 0 .2rem 1.4rem;border-left:1px solid var(--accent)}.article-content blockquote p{color:var(--ink);font-family:var(--serif);font-size:1.18rem;font-style:italic;line-height:1.55}.article-content code{font-family:var(--mono);font-size:.88em;background:var(--accent-soft);border-radius:var(--radius);padding:.1em .35em}.article-content pre{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px}.article-content pre code{background:transparent;padding:0}.article-content hr{margin:2.4rem 0;border:0;border-top:1px solid var(--line)}.article-content .source-visual{margin:2rem 0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.article-content .source-visual img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-bottom:1px solid var(--line)}.article-content .source-visual figcaption{margin:0;padding:12px 16px;color:var(--muted);font-family:var(--mono);font-size:.72rem;letter-spacing:.02em;line-height:1.65}.article-content .source-visual figcaption strong{color:var(--ink);font-weight:500}.article-media{min-height:200px;border:1px solid var(--line);border-radius:var(--radius);background:var(--image) center / cover;margin-bottom:28px}.card .article-media{min-height:130px;margin-bottom:14px}.tool-card-media{position:relative;min-height:150px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--image) center / cover,var(--bg)}.card:has(>.tool-card-media){overflow:hidden}.card .tool-card-media{margin:-24px -24px 16px;min-height:176px;border:0;border-bottom:1px solid var(--line);border-radius:0}.card:has(>.tool-card-media) h3{font-size:1.35rem;font-weight:500;line-height:1.3}.tool-image-credit{margin:-4px 0 12px;color:var(--muted);font-family:var(--mono);font-size:.75rem;letter-spacing:.02em;line-height:1.45}.tool-image-credit a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.tool-image-credit a:hover{color:var(--accent)}.sidebar{position:sticky;top:88px;align-self:start;display:grid;gap:16px}.sidebar .info-card{width:100%}.sidebar .subscribe-form{grid-template-columns:1fr;max-width:none}.sidebar .subscribe-form .button{width:100%}.sidebar .source-card{padding:20px}.sidebar .source-card .label{margin-bottom:8px}.sidebar .source-card p{margin:0}.sidebar .source-card p+p{border-top:1px solid var(--line)}.sidebar .source-card a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;color:var(--ink);font-size:.92rem}.sidebar .source-card a:hover{color:var(--accent)}.sidebar .source-card a:after{color:var(--accent);content:"→"}.info-card ul{padding-left:1.1rem}.info-card li{margin-bottom:.4rem}.starter-download{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.62fr);gap:16px;align-items:stretch}.starter-copy,.starter-form-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.starter-copy{padding:24px}.starter-copy p{max-width:720px;color:var(--muted)}.starter-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);margin-top:24px}.starter-check-grid div{min-height:110px;background:var(--surface);padding:16px}.starter-check-grid strong,.starter-check-grid span{display:block}.starter-check-grid strong{color:var(--ink);margin-bottom:8px}.starter-check-grid span{color:var(--muted);font-size:.9rem;line-height:1.5}.starter-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.starter-form-panel{display:grid;grid-template-rows:170px 1fr}.starter-form-media{overflow:hidden;border-bottom:1px solid var(--line)}.starter-form-media img{width:100%;height:100%;object-fit:cover}.starter-form-copy{padding:20px}.starter-form-copy p{color:var(--muted)}.starter-form-copy .subscribe-form{grid-template-columns:1fr;margin-top:16px}.kit-hero{padding:clamp(56px,8vw,88px) 0 40px}.kit-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:28px;align-items:end}.kit-summary,.kit-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:22px}.kit-summary ul{margin:12px 0 0;padding-left:1.1rem;color:var(--muted);line-height:1.7}.kit-summary li::marker{color:var(--accent)}.kit-section{padding-top:18px}.kit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.kit-card-large{grid-column:1 / -1}.kit-card h2{margin:8px 0 10px;font-size:clamp(1.35rem,2vw,1.7rem)}.kit-card p,.kit-card li{color:var(--muted);line-height:1.65}.kit-card a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.kit-table{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);margin-top:18px;background:var(--surface)}.kit-table-row{display:grid;grid-template-columns:.72fr 1.5fr .8fr;border-top:1px solid var(--line)}.kit-table-row:first-child{border-top:0}.kit-table-row span{padding:12px;border-left:1px solid var(--line);color:var(--muted);font-size:.86rem;line-height:1.45}.kit-table-row span:first-child{border-left:0;color:var(--ink);font-weight:500}.kit-table-head{background:var(--bg)}.kit-table-head span,.kit-table-head span:first-child{color:var(--muted);font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.kit-checks,.kit-days{display:grid;gap:1px;margin-top:16px;border:1px solid var(--line);background:var(--line)}.kit-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.kit-checks span,.kit-days div{border:0;border-radius:0;background:var(--surface);padding:12px 14px}.kit-checks span{color:var(--ink);font-size:.9rem;font-weight:500}.kit-steps{margin:16px 0 0;padding-left:2.2rem;list-style:none;counter-reset:acb-kit}.kit-steps li{position:relative;counter-increment:acb-kit;margin-bottom:.4rem}.kit-steps li:before{content:counter(acb-kit);position:absolute;left:-2.2rem;top:-.05em;color:var(--accent);font-family:var(--serif);font-size:1.1rem;font-style:italic;font-weight:500}.kit-days{grid-template-columns:repeat(7,minmax(0,1fr))}.kit-days strong,.kit-days span{display:block}.kit-days strong{color:var(--accent);margin-bottom:8px;font-family:var(--mono);font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.kit-days span{color:var(--muted);font-size:.86rem;line-height:1.45}.kit-landing-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.55fr);gap:clamp(28px,4vw,56px);align-items:start}.kit-landing-content{padding-top:8px}.kit-landing-desc{max-width:560px;color:var(--muted);font-size:1rem;line-height:1.6;margin-bottom:32px}.kit-benefit-list{display:grid;gap:0}.kit-benefit{display:flex;gap:14px;align-items:flex-start;border-top:1px solid var(--line);padding:16px 0}.kit-benefit:last-child{padding-bottom:0}.kit-benefit svg{flex-shrink:0;margin-top:2px;color:var(--ok)}.kit-benefit strong{display:block;color:var(--ink);font-size:.98rem;font-weight:600;margin-bottom:4px}.kit-benefit span{display:block;color:var(--muted);font-size:.92rem;line-height:1.5}.kit-landing-form{position:sticky;top:96px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:28px 24px}.kit-landing-form .label{display:block;margin-bottom:12px}.kit-landing-form h3{margin-bottom:12px;font-size:1.25rem;font-weight:500}:where(.kit-landing-form) p{color:var(--muted);font-size:.94rem;line-height:1.55}.kit-landing-form .subscribe-form{grid-template-columns:1fr;max-width:none;margin-top:20px}.disclosure{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--line);border-left:2px solid var(--warn);border-radius:var(--radius);background:var(--warn-soft);color:var(--muted);font-size:.88rem;line-height:1.45}.footer{border-top:0;background:var(--bg-deep);padding:52px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-links{display:flex;flex-wrap:wrap;gap:20px;color:var(--muted);font-size:.88rem;font-weight:500}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--ink)}.tool-card-grid{gap:16px}@media(max-width:980px){.hero-split,.brief-hero,.article-shell,.starter-download,.kit-hero-inner,.kit-grid,.kit-landing-grid,.grid-2:has(>.article-content){grid-template-columns:1fr}.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-section-with-visual{text-align:center}.hero-section-with-visual h1,.hero-section-with-visual .lede,.hero-section-with-visual .subscribe-form.centered{margin-left:auto;margin-right:auto}.hero-section-with-visual .visual-stack{min-height:520px;text-align:left}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3:has(>.feature-card){grid-template-columns:1fr}.sidebar,.kit-landing-form{position:static}.kit-card-large{grid-column:auto}.kit-days{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.container,.container-narrow{width:min(var(--max),calc(100% - 32px))}.nav-inner{min-height:auto;padding:12px 0}.nav-links{display:none}.mobile-menu{display:block}h1{font-size:clamp(2rem,8.5vw,2.6rem)}h2{font-size:clamp(1.4rem,6.5vw,1.8rem)}.hero-section{padding:clamp(48px,10vw,72px) 0 clamp(44px,8vw,56px)}.hero-section-with-visual{padding:clamp(44px,9vw,64px) 0 clamp(44px,8vw,56px)}.hero-split{gap:32px}.hero-section-with-visual .visual-stack{min-height:460px}.hero-section-with-visual .terrain-caption{flex-direction:column;gap:2px}.hero-section-with-visual .hero-card.value-props{left:12px;right:12px;bottom:12px;padding:16px}.hero-section-with-visual .hero-value-list li{grid-template-columns:78px 1fr}.grid-2,.grid-3,.grid-4,.audience-grid,.pillar-strip{grid-template-columns:1fr}.pillar-strip span{min-height:52px;justify-content:flex-start;padding:0 14px}.issue-card{grid-template-columns:1fr}.issue-card-media{min-height:180px;border-right:0;border-bottom:1px solid var(--line)}.brief-grid .issue-card-copy{min-height:0}.subscribe-form{grid-template-columns:1fr;max-width:none}.section{padding:56px 0}.section-header{align-items:flex-start;flex-direction:column}.starter-check-grid{grid-template-columns:1fr}.starter-actions{display:grid}.kit-table{overflow-x:auto}.kit-table-row{min-width:640px}.kit-checks,.kit-days{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.section-header{margin-bottom:32px}}
