:root{color-scheme:light;--color-ink: #141414;--color-soft-ink: #36332d;--color-graphite: #191b20;--color-panel: #f2eee7;--color-paper: #fbf7f0;--color-metal: #9f9688;--color-line: rgba(20, 20, 20, .14);--color-highlight: #d9cfbf;--color-inverse: #f8f5ef;--color-accent: #222f46;--color-success: #24513d;--color-error: #7b2929;--shadow-soft: 0 24px 80px rgba(22, 21, 18, .08);--shadow-hard: 0 18px 42px rgba(12, 14, 18, .18);--border-subtle: 1px solid rgba(20, 20, 20, .12);--border-strong: 1px solid rgba(248, 245, 239, .18);--radius-sm: .75rem;--radius-md: 1.5rem;--radius-lg: 2.5rem;--space-2xs: .4rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--container-sm: 48rem;--container-md: 72rem;--container-lg: 86rem;--font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--font-body: "Avenir Next", "Segoe UI", sans-serif;--tracking-display: -.035em;--theme-page-bg-start: #fefaf3;--theme-page-bg: var(--color-paper);--theme-page-bg-end: #f8f1e6;--theme-page-glow: rgba(217, 207, 191, .44);--theme-body-sheen: rgba(255, 255, 255, .12);--theme-surface: rgba(251, 247, 240, .76);--theme-surface-strong: var(--color-panel);--theme-surface-elevated: linear-gradient(180deg, #14161b 0%, #23262d 100%);--theme-surface-text: var(--color-inverse);--theme-surface-text-muted: rgba(248, 245, 239, .72);--theme-surface-text-subtle: rgba(248, 245, 239, .66);--theme-border: rgba(20, 20, 20, .12);--theme-border-strong: rgba(248, 245, 239, .18);--theme-text: var(--color-ink);--theme-text-muted: var(--color-soft-ink);--theme-text-subtle: var(--color-metal);--theme-focus-ring: var(--color-accent);--theme-shadow-soft: var(--shadow-soft);--theme-shadow-hard: var(--shadow-hard);--theme-input-bg: rgba(255, 255, 255, .86);--theme-panel-backdrop: blur(10px)}html[data-theme=dark]{color-scheme:dark;--color-ink: #f6f0e8;--color-soft-ink: #d8d1c7;--color-metal: #a79f95;--color-line: rgba(255, 255, 255, .12);--color-highlight: #2c3139;--color-panel: #191d24;--color-paper: #0f1217;--color-accent: #9eb1d6;--color-success: #8fc7af;--color-error: #ef9d9d;--theme-page-bg-start: #0f1115;--theme-page-bg: #12161c;--theme-page-bg-end: #0f1217;--theme-page-glow: rgba(116, 124, 138, .22);--theme-body-sheen: rgba(255, 255, 255, .04);--theme-surface: rgba(18, 21, 28, .82);--theme-surface-strong: rgba(29, 33, 42, .92);--theme-surface-elevated: linear-gradient(180deg, #10141a 0%, #23262d 100%);--theme-surface-text: #f6f0e8;--theme-surface-text-muted: #d8d1c7;--theme-surface-text-subtle: #b7afa5;--theme-border: rgba(255, 255, 255, .1);--theme-border-strong: rgba(255, 255, 255, .18);--theme-text: #f6f0e8;--theme-text-muted: #d8d1c7;--theme-text-subtle: #b7afa5;--theme-focus-ring: #b8c7e6;--theme-shadow-soft: 0 24px 80px rgba(4, 6, 10, .42);--theme-shadow-hard: 0 18px 42px rgba(4, 6, 10, .48);--theme-input-bg: rgba(16, 19, 25, .88)}.section{padding:var(--space-2xl) 0}.section-tight{padding:var(--space-xl) 0}.grid-two{display:grid;grid-template-columns:1.15fr .85fr;gap:var(--space-lg)}.stack-lg{display:grid;gap:var(--space-lg)}.stack-md{display:grid;gap:var(--space-md)}.stack-sm{display:grid;gap:var(--space-sm)}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.84rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-metal)}.eyebrow:before{content:"";width:2.75rem;height:1px;background:currentColor}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem}.kicker-list,.bullet-list{margin:0;padding:0;list-style:none}.bullet-list{display:grid;gap:.65rem}.bullet-list li:before{content:"•";margin-right:.55rem;color:var(--color-metal)}.balance{text-wrap:balance}.surface-image{min-height:22rem;border-radius:var(--radius-lg);background:linear-gradient(150deg,#1012161f,#10121675),url(/images/office-surface.webp) center / cover;overflow:hidden}@media(max-width:64rem){.grid-two{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}html{color:var(--theme-text);background:radial-gradient(circle at top left,var(--theme-page-glow),transparent 28%),linear-gradient(180deg,var(--theme-page-bg-start) 0%,var(--theme-page-bg) 48%,var(--theme-page-bg-end) 100%);font-family:var(--font-body);scroll-behavior:smooth}body{margin:0;min-width:320px;line-height:1.55;color:var(--theme-text);background:linear-gradient(135deg,var(--theme-body-sheen),transparent 50%),url(/images/noise.png);background-size:auto,180px 180px;background-color:var(--theme-page-bg)}img{display:block;max-width:100%}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}button,input,textarea,select{font:inherit}button,.button-link{cursor:pointer}:focus-visible{outline:2px solid var(--theme-focus-ring);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:999;padding:.75rem 1rem;background:var(--color-graphite);color:var(--color-inverse);border-radius:var(--radius-sm);box-shadow:var(--theme-shadow-soft)}.skip-link:focus{top:1rem}main{overflow:clip}h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:var(--tracking-display);line-height:.95}h1{font-size:clamp(3.4rem,9vw,7rem)}h2{font-size:clamp(2rem,4.2vw,3.6rem)}h3{font-size:clamp(1.3rem,2.2vw,1.8rem)}p{margin:0;max-width:68ch}.site-shell{padding:var(--space-md)}.site-frame{width:min(100%,var(--container-lg));margin:0 auto}.site-panel{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:calc(var(--radius-lg) + .25rem);box-shadow:var(--theme-shadow-soft);backdrop-filter:blur(10px)}.dark-panel{color:var(--theme-surface-text);background-color:#14161b;background:linear-gradient(160deg,rgba(255,255,255,.06),transparent 35%),var(--theme-surface-elevated);border:1px solid var(--theme-border-strong);box-shadow:var(--theme-shadow-hard)}.lede{font-size:clamp(1.05rem,1.8vw,1.3rem);color:var(--theme-text-muted)}.field{display:grid;gap:.45rem}.field label{font-size:.95rem;font-weight:600}.field input,.field textarea,.field select{width:100%;padding:.95rem 1rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-input-bg);color:var(--theme-text)}.field textarea{min-height:10rem;resize:vertical}.field-note,.status-message{font-size:.95rem}.status-message[data-status=success]{color:var(--color-success)}.status-message[data-status=error]{color:var(--color-error)}.reveal{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}html[data-motion=enabled] .reveal{opacity:0;transform:translateY(28px)}html[data-motion=enabled] .reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:50rem){.site-shell{padding:var(--space-sm)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html[data-theme=dark] .skip-link{color:var(--theme-text);background:var(--theme-surface-strong)}.toggle[data-astro-cid-mhvwg7fj]{position:relative;display:inline-flex;align-items:center;gap:.3rem;margin:0;border:0;padding:.2rem;border-radius:999px;background:#fff9}.toggle-legend[data-astro-cid-mhvwg7fj]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.toggle-button[data-astro-cid-mhvwg7fj]{min-width:3rem;padding:.55rem .8rem;border:0;border-radius:999px;background:transparent;color:var(--color-soft-ink);letter-spacing:.08em;font-size:.78rem;font-weight:700;text-transform:uppercase}.toggle-button[data-astro-cid-mhvwg7fj].is-active{background:var(--color-graphite);color:var(--color-inverse)}.toggle[data-astro-cid-xybtvccz]{position:relative;display:inline-flex;align-items:center;gap:.3rem;margin:0;border:0;padding:.2rem;border-radius:999px;background:#fff9}.toggle-legend[data-astro-cid-xybtvccz]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.toggle-button[data-astro-cid-xybtvccz]{min-width:3.25rem;padding:.55rem .85rem;border:0;border-radius:999px;background:transparent;color:var(--color-soft-ink);font-size:.8rem;font-weight:700}.toggle-button[data-astro-cid-xybtvccz].is-active{background:var(--color-graphite);color:var(--color-inverse)}.header[data-astro-cid-32z5qsxo]{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;border:var(--border-subtle);border-radius:999px;background:#fbf7f0b8;backdrop-filter:blur(10px)}.brand[data-astro-cid-32z5qsxo]{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.03em;text-decoration:none}.header-actions[data-astro-cid-32z5qsxo],.header-controls[data-astro-cid-32z5qsxo],.header-cta[data-astro-cid-32z5qsxo],.nav-list[data-astro-cid-32z5qsxo]{display:flex;align-items:center;gap:.8rem}.nav-list[data-astro-cid-32z5qsxo]{justify-content:center;margin:0;padding:0;list-style:none}.nav-list[data-astro-cid-32z5qsxo] a[data-astro-cid-32z5qsxo],.header-link[data-astro-cid-32z5qsxo]{color:var(--color-soft-ink);text-decoration:none}.header-actions[data-astro-cid-32z5qsxo]{justify-content:flex-end;flex-wrap:wrap}.header-controls[data-astro-cid-32z5qsxo]{gap:.5rem}.nav-list[data-astro-cid-32z5qsxo] a[data-astro-cid-32z5qsxo][aria-current=page]{color:var(--color-ink);text-decoration:underline}.header-button[data-astro-cid-32z5qsxo]{padding:.8rem 1.15rem;border-radius:999px;background:var(--color-graphite);color:var(--color-inverse);text-decoration:none}@media(max-width:58rem){.header[data-astro-cid-32z5qsxo]{grid-template-columns:1fr;border-radius:1.5rem}.header-actions[data-astro-cid-32z5qsxo],.header-cta[data-astro-cid-32z5qsxo]{flex-wrap:wrap;justify-content:flex-start}.header-actions[data-astro-cid-32z5qsxo]{align-items:flex-start}}.footer[data-astro-cid-cmhnwpac]{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;margin-top:1rem;padding:2rem;border:var(--border-subtle);border-radius:2rem;background:#fbf7f0b8}.footer-title[data-astro-cid-cmhnwpac]{margin:0;font-weight:600}.footer-links[data-astro-cid-cmhnwpac]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}ul[data-astro-cid-cmhnwpac]{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}@media(max-width:48rem){.footer[data-astro-cid-cmhnwpac],.footer-links[data-astro-cid-cmhnwpac]{grid-template-columns:1fr}}html[data-theme=dark]{color:#f6f0e8;background:radial-gradient(circle at top left,rgba(116,124,138,.22),transparent 26%),linear-gradient(180deg,#0f1115,#12161c 44%,#0f1217)}html[data-theme=dark] body{background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 52%),url(/images/noise.png)}html[data-theme=dark] .site-panel,html[data-theme=dark] .header,html[data-theme=dark] .footer{background:#12151cd1;border-color:#ffffff1a}html[data-theme=dark] .toggle{background:#ffffff14;border-color:#ffffff1f}html[data-theme=dark] .toggle-button{color:#d8d1c7}html[data-theme=dark] .header-link,html[data-theme=dark] .nav-list a,html[data-theme=dark] .footer a,html[data-theme=dark] .footer p{color:#f2ece3}.primary-cta[data-astro-cid-5iq4bfma]{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:.9rem 1.25rem;border-radius:999px;background:var(--color-graphite);color:var(--color-inverse);text-decoration:none}.primary-cta[data-astro-cid-5iq4bfma].ghost{background:transparent;color:var(--color-ink);border:1px solid rgba(20,20,20,.18)}.eyebrow[data-astro-cid-njirvm4u]{max-inline-size:100%;flex-wrap:wrap;line-height:1.25;text-wrap:balance;overflow-wrap:anywhere}.eyebrow[data-astro-cid-njirvm4u]:before{flex:none}.hero[data-astro-cid-c5zsyfxw]{padding:clamp(2rem,5vw,4rem)}.hero-grid[data-astro-cid-c5zsyfxw]{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(18rem,.92fr);gap:2rem;align-items:start}.hero-grid[data-astro-cid-c5zsyfxw]>[data-astro-cid-c5zsyfxw]:first-child{max-width:42rem}.hero[data-astro-cid-c5zsyfxw] h1[data-astro-cid-c5zsyfxw]{max-width:11ch;font-size:clamp(2.9rem,6.25vw,5.8rem);line-height:.9}.hero[data-astro-cid-c5zsyfxw] .lede[data-astro-cid-c5zsyfxw]{max-width:36ch}.hero-aside[data-astro-cid-c5zsyfxw]{display:grid;gap:1rem;padding:1.5rem;border-radius:var(--radius-lg)}.hero-visual-slot[data-astro-cid-c5zsyfxw]{display:grid}.hero-note[data-astro-cid-c5zsyfxw]{margin-bottom:1.25rem;color:var(--theme-surface-text-muted)}.hero-stats[data-astro-cid-c5zsyfxw]{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.hero-stats[data-astro-cid-c5zsyfxw] li[data-astro-cid-c5zsyfxw]{display:grid;gap:.25rem;padding-top:1rem;border-top:1px solid var(--theme-border-strong)}.hero-stats[data-astro-cid-c5zsyfxw] span[data-astro-cid-c5zsyfxw]{color:var(--theme-surface-text-subtle);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero-stats[data-astro-cid-c5zsyfxw] strong[data-astro-cid-c5zsyfxw]{font-size:1.15rem;font-weight:600}@media(max-width:56rem){.hero-grid[data-astro-cid-c5zsyfxw]{grid-template-columns:1fr}.hero-grid[data-astro-cid-c5zsyfxw]>[data-astro-cid-c5zsyfxw]:first-child{max-width:none}}
