.hero[data-astro-cid-j7pv25f6]{min-height:calc(100vh - var(--space-9));display:flex;align-items:center}.hero-headline[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:var(--text-display);font-weight:300;line-height:1.2;letter-spacing:-.01em;color:var(--warm-black);margin-bottom:var(--space-3)}.hero-sub[data-astro-cid-j7pv25f6]{font-family:var(--font-body);font-size:var(--text-body);color:var(--stone-dark);line-height:var(--lh-body);margin-bottom:var(--space-5)}.hero-line[data-astro-cid-j7pv25f6]{display:block;position:relative;overflow:hidden}.hero-line-text[data-astro-cid-j7pv25f6]{display:block;opacity:1;transform:translate(0);transition:opacity .7s var(--ease-drift),transform .7s var(--ease-drift)}.hero-trigger[data-astro-cid-j7pv25f6]{background:none;border:none;padding:0;font:inherit;color:inherit;font-weight:400;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--stone);text-underline-offset:4px;text-decoration-thickness:1.5px}.hero-trigger[data-astro-cid-j7pv25f6]:focus-visible{outline:2px solid var(--ink-blue);outline-offset:4px;border-radius:2px}.hero-line-def[data-astro-cid-j7pv25f6]{position:absolute;top:50%;left:0;right:0;font-family:var(--font-body);font-size:var(--text-h3);font-weight:400;color:var(--stone-dark);line-height:1.4;opacity:0;transform:translate(100%) translateY(-50%);transition:opacity 1.5s var(--ease-drift),transform 1.5s var(--ease-drift);pointer-events:none}.hero-line[data-astro-cid-j7pv25f6]:hover .hero-line-text[data-astro-cid-j7pv25f6]{opacity:0;transform:translate(-100%)}.hero-line[data-astro-cid-j7pv25f6]:hover .hero-line-def[data-astro-cid-j7pv25f6]{opacity:1;transform:translate(0) translateY(-50%)}.hero-inline-def[data-astro-cid-j7pv25f6]{display:none}.hero-lead[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:var(--text-h2);font-weight:300;line-height:var(--lh-heading);letter-spacing:-.01em;color:var(--warm-black)}.hero-form[data-astro-cid-j7pv25f6]{margin-top:var(--space-4)}.about-section[data-astro-cid-j7pv25f6]{padding:var(--space-7) 0}.about-inner[data-astro-cid-j7pv25f6]{padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.narrative-section[data-astro-cid-j7pv25f6]{padding-block:var(--space-6)}.narrative-block[data-astro-cid-j7pv25f6]{padding-top:var(--space-7);display:flex;flex-direction:column;gap:var(--space-2)}.narrative-block[data-astro-cid-j7pv25f6]:first-child{padding-top:var(--space-3)}.narrative-heading[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:var(--text-h2);font-weight:300;line-height:var(--lh-heading);color:var(--warm-black)}.narrative-body[data-astro-cid-j7pv25f6]{font-size:var(--text-body);color:var(--stone-dark);line-height:var(--lh-body)}.diagram-figure[data-astro-cid-j7pv25f6]{margin:0;display:flex;flex-direction:column}.diagram-figure--centered[data-astro-cid-j7pv25f6]{align-items:center}.diagram-img[data-astro-cid-j7pv25f6]{width:100%;height:auto;border-radius:var(--radius)}.diagram-img--medium[data-astro-cid-j7pv25f6]{max-width:480px;width:100%}.diagram-img--gif[data-astro-cid-j7pv25f6]{max-width:560px;width:100%}.diagram-caption[data-astro-cid-j7pv25f6]{font-family:var(--font-ui);font-size:var(--text-ui);font-weight:500;color:var(--stone);margin-top:var(--space-2)}.diagram-figcaption[data-astro-cid-j7pv25f6]{font-size:var(--text-ui);color:var(--stone-dark);line-height:var(--lh-body);margin-top:var(--space-2)}.toggle-stack[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:var(--space-5)}.toggle-row[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column}.toggle-row-header[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.toggle-row-header[data-astro-cid-j7pv25f6] .section-label[data-astro-cid-j7pv25f6]{margin-bottom:0;font-family:var(--font-body);font-size:var(--text-body);font-weight:400;text-transform:none;letter-spacing:0;color:var(--stone-dark)}.toggle-switch[data-astro-cid-j7pv25f6]{position:relative;width:48px;height:26px;background:var(--ink-blue);border:none;border-radius:13px;cursor:pointer;transition:background var(--duration-hover) var(--ease-brand);flex-shrink:0}.toggle-switch--sm[data-astro-cid-j7pv25f6]{width:36px;height:20px;border-radius:10px}.toggle-switch[data-astro-cid-j7pv25f6][aria-checked=true]{background:var(--stone)}.toggle-switch-thumb[data-astro-cid-j7pv25f6]{position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--cream);border-radius:50%;transition:transform var(--duration-hover) var(--ease-brand)}.toggle-switch--sm[data-astro-cid-j7pv25f6] .toggle-switch-thumb[data-astro-cid-j7pv25f6]{width:14px;height:14px}.toggle-switch[data-astro-cid-j7pv25f6][aria-checked=true] .toggle-switch-thumb[data-astro-cid-j7pv25f6]{transform:translate(22px)}.toggle-switch--sm[data-astro-cid-j7pv25f6][aria-checked=true] .toggle-switch-thumb[data-astro-cid-j7pv25f6]{transform:translate(16px)}.toggle-img-wrap[data-astro-cid-j7pv25f6]{position:relative}.toggle-img[data-astro-cid-j7pv25f6]{width:100%;height:auto;border-radius:var(--radius);position:absolute;top:0;left:0;opacity:0;transition:opacity .3s var(--ease-brand)}.toggle-img[data-astro-cid-j7pv25f6]:first-child{position:relative}.toggle-img--visible[data-astro-cid-j7pv25f6]{opacity:1;z-index:1}.toggle-caption[data-astro-cid-j7pv25f6]{display:none;font-size:var(--text-body);color:var(--stone-dark);line-height:var(--lh-body);margin-top:var(--space-2)}.toggle-caption--visible[data-astro-cid-j7pv25f6]{display:block}.concept-grid-label[data-astro-cid-j7pv25f6]{font-family:var(--font-body);font-size:var(--text-body);font-weight:700;color:var(--warm-black);margin-top:var(--space-5);margin-bottom:calc(-1 * var(--space-1))}.concept-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);margin-top:var(--space-2)}.concept-card[data-astro-cid-j7pv25f6]{perspective:600px;cursor:default;min-height:230px;height:100%}.concept-card-inner[data-astro-cid-j7pv25f6]{position:relative;width:100%;height:100%;min-height:230px;display:grid;transform-style:preserve-3d;transition:transform .8s var(--ease-brand)}.concept-card[data-astro-cid-j7pv25f6]:hover .concept-card-inner[data-astro-cid-j7pv25f6]{transform:rotateY(180deg)}.concept-card-front[data-astro-cid-j7pv25f6],.concept-card-back[data-astro-cid-j7pv25f6]{grid-area:1 / 1;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#ece7e4;border-radius:var(--radius);padding:var(--space-4);display:flex;align-items:center;justify-content:center}.concept-card-front[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:var(--text-h3);font-weight:400;color:var(--warm-black);text-align:center}.concept-card-back[data-astro-cid-j7pv25f6]{transform:rotateY(180deg);font-size:1rem;color:var(--stone-dark);line-height:var(--lh-body);align-items:flex-start;flex-direction:column;padding-top:var(--space-5)}.concept-card-back[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{flex:1}.concept-card-link[data-astro-cid-j7pv25f6]{font-family:var(--font-ui);font-size:var(--text-body);color:var(--warm-black);text-decoration:none;align-self:flex-end;margin-top:auto;padding-top:var(--space-2);transition:color var(--duration-hover) var(--ease-brand)}.concept-card-link[data-astro-cid-j7pv25f6]:hover{color:var(--ink-blue)}.resources-section[data-astro-cid-j7pv25f6]{padding-block:var(--space-6)}.resources-inner[data-astro-cid-j7pv25f6]{padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.resources-list[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-2)}.resource-tile[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:220px 1fr;gap:var(--space-5);align-items:center;text-decoration:none;color:inherit;transition:transform var(--duration-hover) var(--ease-brand)}.resource-tile[data-astro-cid-j7pv25f6]:hover{transform:translateY(-2px)}.resource-tile-img[data-astro-cid-j7pv25f6]{width:100%;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border-radius:var(--radius);display:block}.resource-tile-body[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:var(--space-2)}.resource-tile-title[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:var(--text-h3);font-weight:400;color:var(--warm-black);line-height:var(--lh-heading)}.resource-tile-desc[data-astro-cid-j7pv25f6]{font-family:var(--font-body);font-size:var(--text-body);color:var(--stone-dark);line-height:var(--lh-body)}.resource-tile-arrow[data-astro-cid-j7pv25f6]{font-family:var(--font-ui);font-size:var(--text-ui);font-weight:500;color:var(--warm-black);text-decoration:underline;text-decoration-color:var(--stone);text-underline-offset:3px;transition:text-decoration-color var(--duration-hover) var(--ease-brand);margin-top:var(--space-1)}.resource-tile[data-astro-cid-j7pv25f6]:hover .resource-tile-arrow[data-astro-cid-j7pv25f6]{text-decoration-color:var(--ink-blue)}.recent-newsletters-section[data-astro-cid-j7pv25f6]{padding-block:var(--space-6)}.recent-inner[data-astro-cid-j7pv25f6]{padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.recent-list[data-astro-cid-j7pv25f6]{list-style:none;padding:0;margin:var(--space-2) 0 0}.recent-item[data-astro-cid-j7pv25f6]{padding-block:var(--space-4);border-bottom:1px solid var(--stone-light);display:flex;flex-direction:column;gap:var(--space-2)}.recent-meta-row[data-astro-cid-j7pv25f6]{display:flex;justify-content:space-between;align-items:center}.recent-item[data-astro-cid-j7pv25f6] .issue-number[data-astro-cid-j7pv25f6],.recent-item[data-astro-cid-j7pv25f6] .issue-date[data-astro-cid-j7pv25f6]{font-family:var(--font-ui);font-size:var(--text-caption);color:var(--stone);text-transform:uppercase;letter-spacing:.05em}.recent-title[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--warm-black);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:text-decoration-color var(--duration-hover) var(--ease-brand);line-height:1.2}.recent-title[data-astro-cid-j7pv25f6]:hover{text-decoration-color:var(--ink-blue)}.recent-excerpt[data-astro-cid-j7pv25f6]{font-size:calc(var(--text-body) * .9);color:var(--stone-dark);line-height:var(--lh-body)}.recent-read-link[data-astro-cid-j7pv25f6]{margin-top:var(--space-1);align-self:flex-start}.recent-grid-foot[data-astro-cid-j7pv25f6]{margin-top:var(--space-4)}.cta-section[data-astro-cid-j7pv25f6]{padding-block:var(--space-8)}.cta-inner[data-astro-cid-j7pv25f6]{padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.cta-headline[data-astro-cid-j7pv25f6]{font-size:clamp(1.375rem,2.2vw,1.75rem);line-height:var(--lh-heading)}.cta-meta[data-astro-cid-j7pv25f6]{font-family:var(--font-ui);font-size:var(--text-caption);color:var(--stone)}@media(max-width:767px){.hero-headline[data-astro-cid-j7pv25f6]{font-size:clamp(2rem,9vw,2.5rem)}.hero-line[data-astro-cid-j7pv25f6]{display:block}.hero-line-def[data-astro-cid-j7pv25f6]{display:none}.hero-line[data-astro-cid-j7pv25f6]:hover .hero-line-text[data-astro-cid-j7pv25f6]{opacity:1;transform:none}.hero-inline-def[data-astro-cid-j7pv25f6]{display:none;font-family:var(--font-body);font-size:var(--text-ui);color:var(--stone-dark);line-height:var(--lh-body);margin-top:var(--space-2);margin-bottom:var(--space-3);padding:12px 14px;background:#ece7e4;border-radius:var(--radius)}.hero-line[data-astro-cid-j7pv25f6].is-tip-open .hero-inline-def[data-astro-cid-j7pv25f6]{display:block}.resource-row[data-astro-cid-j7pv25f6]{gap:var(--space-3)}.resource-img[data-astro-cid-j7pv25f6]{width:80px;height:80px}.concept-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}.concept-card[data-astro-cid-j7pv25f6],.concept-card-inner[data-astro-cid-j7pv25f6]{min-height:200px}.resource-tile[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:var(--space-3)}.resource-tile-img[data-astro-cid-j7pv25f6]{max-width:240px}}@media(prefers-reduced-motion:reduce){.toggle-img[data-astro-cid-j7pv25f6],.toggle-switch-thumb[data-astro-cid-j7pv25f6],.toggle-switch[data-astro-cid-j7pv25f6],.concept-card-inner[data-astro-cid-j7pv25f6],.hero-line-text[data-astro-cid-j7pv25f6],.hero-line-def[data-astro-cid-j7pv25f6]{transition:none}}
