:root{--ink:#000;--canvas:#fff;--muted:#5b5b5b;--subtle:gray;--line:#000;--line-soft:#dedede;--surface-soft:#f7f7f4;--mint:#3cd9b3;--cream:#ffedbe;--lavender:#e7d4ff;color:var(--ink);background:var(--canvas);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);margin:0}a{color:inherit}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.07em;max-width:980px;font-size:clamp(42px,7vw,88px);font-weight:300;line-height:.98}h2{letter-spacing:-.055em;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1.02}h3{letter-spacing:-.04em;margin-bottom:14px;font-size:25px;line-height:1.1}p{line-height:1.6}.site-shell{background:var(--canvas);min-height:100vh}.wordmark{letter-spacing:-.04em;font-weight:650;text-decoration:none}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px;font-size:13px}.button{border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:10px 17px;font-weight:500;text-decoration:none;display:inline-flex}.button-primary{background:var(--ink);color:var(--canvas)}.button-secondary{color:var(--ink);background:0 0}.button:hover{transform:translateY(-1px)}.button-primary:hover{box-shadow:0 8px 22px #0000002e}.top-nav{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;height:58px;padding:0 max(22px,50vw - 600px);display:flex;position:sticky;top:0}.top-nav nav,.footer nav{align-items:center;gap:18px;font-size:14px;display:flex}.top-nav a,.footer a{text-decoration:none}.top-nav a:hover,.footer a:hover{text-underline-offset:4px;text-decoration:underline}.hero{border-bottom:1px solid var(--line);background:linear-gradient(165deg,#fff 54%,#ffedbe 76%,#cdffea 90%,#e7d4ff);grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;gap:48px;padding:86px max(22px,50vw - 600px) 96px;display:grid}.hero h1 em{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-style:normal;font-weight:400;display:inline-block}.hero h1{max-width:760px;margin-bottom:28px;font-size:clamp(48px,6.3vw,82px)}.hero-copy{color:#222;max-width:660px;font-size:20px;font-weight:300}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-panel{border:1px solid var(--line);background:#ffffffe6;padding:24px}.hero-workflow-visual{width:100%;height:auto;margin-bottom:26px;display:block}.hero-workflow-visual .visual-dash{fill:none;stroke:#000;stroke-width:1.5px;stroke-dasharray:6 7}.hero-panel h2{margin-bottom:22px;font-size:30px}.panel-label,.card-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-size:12px}dl{margin:0}.hero-panel dl div{border-top:1px solid var(--line-soft);grid-template-columns:74px 1fr;gap:12px;padding:12px 0;display:grid}dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px}dd{margin:0;line-height:1.45}.section{border-bottom:1px solid var(--line);padding:78px max(22px,50vw - 600px)}.section-header{max-width:820px;margin-bottom:30px}.section-heading-row,.split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:64px;display:grid}.section-heading-row p,.split p{color:#222;font-size:18px;font-weight:300}.section-visual-wrap{border:1px solid var(--line);background:var(--surface-soft);margin-top:48px}.handoff-visual{width:100%;height:auto;display:block}.visual-caption{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:15px 20px;font-size:13px}.muted-section{background:var(--surface-soft)}.card-grid{border:1px solid var(--line);display:grid}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.mini-card{background:var(--canvas);min-height:230px;padding:30px}.card+.card,.mini-card+.mini-card{border-left:1px solid var(--line)}.card p{color:#222}.card strong{margin-top:22px;line-height:1.45;display:block}.workflow-icon{width:58px;height:58px;margin-bottom:28px;display:block}.mini-card{flex-direction:column;justify-content:space-between;font-size:18px;line-height:1.45;display:flex}.mini-card .workflow-icon{margin-bottom:44px}.review-shield-visual{width:100%;max-width:390px;height:auto;margin-top:36px;display:block}.numbered-list,.check-list{border:1px solid var(--line);background:var(--canvas);margin:0}.numbered-list{counter-reset:steps;padding:0;list-style:none}.numbered-list li{counter-increment:steps;border-bottom:1px solid var(--line-soft);grid-template-columns:48px 1fr;gap:14px;padding:20px;line-height:1.55;display:grid}.numbered-list li:before{content:counter(steps, decimal-leading-zero);color:var(--muted)}.numbered-list li:last-child,.check-list li:last-child{border-bottom:0}.check-list{padding:0;list-style:none}.check-list li{border-bottom:1px solid var(--line-soft);padding:19px 22px;line-height:1.55}.check-list li:before{content:"✓";margin-right:12px}.metric-grid{border:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metric{border-bottom:1px solid var(--line-soft);min-height:118px;padding:28px;font-size:20px}.metric:nth-child(odd){border-right:1px solid var(--line-soft)}.metric:nth-last-child(-n+2){border-bottom:0}.cta-section{background:var(--ink);color:var(--canvas);padding:84px max(22px,50vw - 600px)}.cta-section p{color:#ddd;max-width:680px;font-size:18px}.cta-section .eyebrow{color:#bbb}.cta-section .button-primary{background:var(--canvas);color:var(--ink);border-color:var(--canvas);margin-top:14px}.footer{color:var(--muted);justify-content:space-between;gap:30px;padding:46px max(22px,50vw - 600px);display:flex}.footer .wordmark{color:var(--ink);margin-bottom:10px;display:inline-block}.footer p{margin-bottom:0}.blog-shell{background:var(--canvas);min-height:100vh}.blog-nav-current{text-underline-offset:4px;text-decoration:underline!important}.blog-hero{border-bottom:1px solid var(--line);background:linear-gradient(165deg,#fff 55%,#ffedbe 77%,#cdffea 91%,#e7d4ff);grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);align-items:center;gap:54px;padding:92px max(22px,50vw - 600px) 76px;display:grid}.blog-hero-visual{width:100%;height:auto;display:block}.blog-hero h1{max-width:920px;margin-bottom:26px;font-size:clamp(48px,7vw,86px)}.blog-hero-copy{color:#222;max-width:700px;margin-bottom:0;font-size:20px;font-weight:300}.blog-section{border-bottom:1px solid var(--line);padding:72px max(22px,50vw - 600px)}.blog-section-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.blog-section-header h2{margin-bottom:0}.featured-post{border:1px solid var(--line);min-height:420px;color:inherit;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);text-decoration:none;display:grid}.featured-post-copy{flex-direction:column;justify-content:space-between;padding:clamp(30px,5vw,58px);display:flex}.featured-post-copy h2{margin:14px 0 20px;font-size:clamp(34px,4vw,54px)}.featured-post-copy>div>p{color:#333;max-width:660px;font-size:18px}.post-meta{color:var(--muted);letter-spacing:.02em;flex-wrap:wrap;gap:8px 16px;font-size:13px;display:flex}.post-meta span+span:before{content:"·";margin-right:16px}.text-link{text-underline-offset:4px;font-weight:600}.featured-post:hover .text-link,.post-card:hover .text-link{text-decoration-thickness:2px}.post-visual{border-left:1px solid var(--line);min-height:300px;display:flex;position:relative;overflow:hidden}.post-image{width:100%;height:100%;min-height:inherit;object-fit:cover}.post-grid{border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.post-card{min-height:520px;color:inherit;flex-direction:column;justify-content:space-between;text-decoration:none;display:flex;overflow:hidden}.post-card+.post-card{border-left:1px solid var(--line)}.post-card>div:not(.blog-post-visual){padding:27px 27px 0}.post-card>.text-link{padding:22px 27px 29px}.post-card-image{border-bottom:1px solid var(--line);object-fit:cover;width:100%;height:190px}.post-card h3{margin:16px 0;font-size:30px}.post-card p{color:#333}.blog-post-visual{--visual-bg:var(--cream);--visual-accent:var(--mint);--visual-sun:var(--lavender);width:100%;height:100%;min-height:300px;position:relative;overflow:hidden}.post-card .blog-post-visual{border-bottom:1px solid var(--line);height:190px;min-height:190px}.blog-post-visual svg{width:100%;height:100%;display:block}.blog-post-visual>span{border:1px solid var(--line);letter-spacing:.09em;text-transform:uppercase;background:#ffffffe0;border-radius:999px;padding:7px 10px;font-size:10px;position:absolute;bottom:15px;right:18px}.visual-approval{--visual-bg:#e7d4ff;--visual-accent:#cdffea;--visual-sun:#ffedbe}.visual-underwriting{--visual-bg:#cdffea;--visual-accent:#ffedbe;--visual-sun:#e7d4ff}.visual-renewal{--visual-bg:#ffedbe;--visual-accent:#e7d4ff;--visual-sun:#cdffea}.visual-handoff{--visual-bg:#d9e8ff;--visual-accent:#ffedbe;--visual-sun:#cdffea}.visual-missing{--visual-bg:#f4ddd4;--visual-accent:#ffedbe;--visual-sun:#e7d4ff}.visual-collection{--visual-bg:#d8f3ea;--visual-accent:#e7d4ff;--visual-sun:#ffedbe}.visual-ground{fill:var(--visual-bg)}.visual-sun{fill:var(--visual-sun);stroke:#000;stroke-width:1.5px}.visual-white{fill:#fff;stroke:#000;stroke-width:1.5px}.visual-accent{fill:var(--visual-accent);stroke:#000;stroke-width:1.5px}.visual-dark{fill:#000;stroke:#000;stroke-width:1.5px}.visual-stroke{fill:none;stroke:#000;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.visual-light-stroke{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.visual-dashed{fill:none;stroke:#000;stroke-width:1.5px;stroke-dasharray:7 7}.empty-blog{border:1px solid var(--line);color:var(--muted);padding:40px}.article-shell{background:var(--canvas);min-height:100vh}.article-head{border-bottom:1px solid var(--line);background:linear-gradient(165deg,#fff 58%,#ffedbe 82%,#cdffea);padding:76px max(22px,50vw - 460px) 64px}.article-back{text-underline-offset:4px;margin-bottom:54px;font-size:14px;display:inline-block}.article-head h1{max-width:900px;margin:14px 0 26px;font-size:clamp(44px,7vw,78px)}.article-dek{color:#333;max-width:760px;margin-bottom:26px;font-size:21px;font-weight:300}.article-image-wrap{border:1px solid var(--line);max-width:1040px;margin:52px auto 0}.article-image-wrap img{width:100%;height:auto;display:block}.article-default-visual{border:1px solid var(--line);max-width:920px;height:430px;margin:52px auto 0}.article-default-visual .blog-post-visual{min-height:100%}.article-body{max-width:760px;margin:0 auto;padding:72px 22px 88px;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.78}.article-body>:first-child{margin-top:0}.article-body h2,.article-body h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.article-body h2{letter-spacing:-.04em;margin:58px 0 18px;font-size:36px;line-height:1.12}.article-body h3{margin:40px 0 14px;font-size:25px}.article-body p{margin-bottom:24px}.article-body ul,.article-body ol{margin:0 0 28px;padding-left:28px}.article-body li{margin-bottom:10px;padding-left:5px}.article-body blockquote{border-left:3px solid var(--ink);margin:38px 0;padding:8px 0 8px 24px;font-size:24px;line-height:1.5}.article-body code{background:var(--surface-soft);padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}.article-body hr{border:0;border-top:1px solid var(--line-soft);margin:52px 0}.article-body a{text-underline-offset:4px}.article-cta{border:1px solid var(--line);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:30px;max-width:920px;margin:0 auto 80px;padding:34px;display:flex}.article-cta h2{margin-bottom:8px;font-size:30px}.article-cta p{max-width:620px;color:var(--muted);margin-bottom:12px}.article-cta .button{white-space:nowrap;flex:none;min-width:142px}@media (max-width:920px){.top-nav{padding:0 18px}.top-nav nav{gap:10px;font-size:13px}.top-nav nav a:first-child,.top-nav nav a:nth-child(2),.top-nav nav a:nth-child(3){display:none}.hero,.blog-hero,.section-heading-row,.split{grid-template-columns:1fr;gap:28px}.hero,.section,.cta-section,.footer{padding-left:20px;padding-right:20px}.hero{padding-top:60px;padding-bottom:70px}.card-grid.three,.card-grid.four,.metric-grid{grid-template-columns:1fr}.card+.card,.mini-card+.mini-card{border-left:0;border-top:1px solid var(--line)}.metric,.metric:nth-child(odd){border-right:0;border-bottom:1px solid var(--line-soft)}.metric:last-child{border-bottom:0}.footer{flex-direction:column}.footer nav{flex-wrap:wrap;align-items:flex-start}.blog-hero,.blog-section,.article-head{padding-left:20px;padding-right:20px}.featured-post{grid-template-columns:1fr}.blog-hero-visual{width:min(100%,430px);margin:0 auto}.post-visual{border-top:1px solid var(--line);border-left:0}.post-grid{grid-template-columns:1fr}.post-card+.post-card{border-top:1px solid var(--line);border-left:0}.article-cta{flex-direction:column;align-items:flex-start;margin-left:20px;margin-right:20px}.article-default-visual{height:min(430px,58vw)}}@media (max-width:560px){.blog-section-header{flex-direction:column;align-items:flex-start}.featured-post{min-height:0}.featured-post-copy{min-height:380px}.post-card{min-height:490px}.section-visual-wrap{margin-top:34px}.article-back{margin-bottom:38px}}
