@font-face{font-family:Champlain Serif;src:url('example/assets/STIXTwoText.ttf') format('truetype');font-style:normal;font-weight:400 700;font-display:swap}
:root{color-scheme:light;--pine:#124c3f;--pine-deep:#103b31;--ivory:#f5f2e9;--paper:#fffdf7;--ink:#153b32;--muted:#50675d;--focus:#f1cd6d;--rule:color-mix(in srgb,var(--ink) 22%,transparent);--gutter:clamp(1.25rem,4.4vw,5rem);--serif:'Champlain Serif',Georgia,serif;--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--muted) var(--ivory)}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:.22em}button,input,select,textarea{font:inherit;accent-color:var(--pine);caret-color:var(--pine)}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}::selection{background:var(--focus);color:var(--ink)}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--pine);outline-offset:4px}.hero :focus-visible,.contact :focus-visible{outline-color:var(--focus)}.skip-link{position:fixed;z-index:20;top:.5rem;left:.5rem;padding:.75rem 1rem;background:var(--ivory);color:var(--ink);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{min-height:5.5rem;padding:.7rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--ivory)}.wordmark{font-family:var(--serif);font-size:clamp(1.6rem,2.2vw,2.25rem);font-weight:650;letter-spacing:-.035em;text-decoration:none;white-space:nowrap}.brand-period{color:var(--pine);margin-left:.025em}nav{display:flex;align-items:center;gap:clamp(1.25rem,3vw,3.25rem)}nav a{min-height:2.75rem;display:inline-flex;align-items:center;position:relative;font-size:.95rem;font-weight:600;text-decoration:none;gap:.55rem}nav a::after{content:'';position:absolute;right:0;bottom:.3rem;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform 180ms var(--ease)}nav a:hover::after,nav a:focus-visible::after{transform:scaleX(1)}
h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.035em;text-wrap:balance}h1{margin:0 0 1.65rem;font-size:clamp(3.3rem,4.55vw,5.1rem);line-height:1.01}h2{margin:0;font-size:clamp(2.7rem,4.2vw,4.6rem);line-height:1.05;max-width:16ch}p{line-height:1.55}
.hero{background:var(--pine);color:var(--ivory);padding:clamp(3rem,5vw,6rem) var(--gutter) clamp(2.5rem,4vw,4.5rem)}.hero-layout{max-width:96rem;margin:auto;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(21rem,.9fr);grid-template-areas:'proof copy';align-items:center;gap:clamp(2.75rem,5vw,6rem)}.hero-copy{grid-area:copy;padding:.2rem 0}.hero-copy h1{max-width:13ch}.hero-copy>p{max-width:38ch;font-size:clamp(1.05rem,1.3vw,1.2rem);margin:0 0 1.8rem}.hero-copy .service-area{font-size:.875rem;line-height:1.5;margin:2.25rem 0 0;max-width:32ch;color:#d3ddd1}.button{min-height:3.5rem;padding:.85rem 1.25rem;display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--ivory);color:var(--ink);border:1px solid var(--ivory);font-size:1rem;font-weight:650;text-decoration:none;transition:background-color 180ms,transform 220ms var(--ease)}.button:hover{background:#fffdf7;transform:translateY(-2px)}.button:active{transform:translateY(0)}.text-link{display:inline-flex;align-items:center;min-height:2.75rem;gap:1rem;font-size:1rem;font-weight:600;text-decoration-thickness:1px}.text-link:hover{text-underline-offset:.38em}.hero-secondary{display:flex;width:fit-content;margin-top:.7rem}
.proof{grid-area:proof;min-width:0;margin:0;scroll-margin-top:2rem}.proof-heading{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.8rem;font-size:.85rem;line-height:1.4}.proof-heading>span:first-child{font-weight:650}.proof-heading>span:last-child{color:#d3ddd1}.proof-frame{position:relative;overflow:hidden;background:var(--pine-deep);height:30rem;isolation:isolate}.proof-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.preview-canvas{position:absolute;top:0;left:0;width:1280px;height:1200px;transform-origin:top left;visibility:hidden}.preview-canvas iframe{width:100%;height:100%;display:block;border:0;pointer-events:none}.proof-frame.is-ready .preview-canvas{visibility:visible}.proof-frame.is-ready .proof-fallback{visibility:hidden}.proof-frame[data-viewport=phone] .preview-canvas{width:390px}.proof.is-revealing .proof-frame{animation:proof-reveal 750ms var(--ease) both}@keyframes proof-reveal{from{clip-path:inset(0 0 3%);transform:translateY(10px)}to{clip-path:inset(0);transform:translateY(0)}}
.proof-toolbar{padding:1rem 1.1rem;display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;background:var(--ivory);color:var(--ink)}.preview-control-group{min-width:0;margin:0;padding:0;border:0}.preview-control-group legend{margin-bottom:.5rem;font-size:.8rem}.preview-options{display:flex;gap:.4rem;flex-wrap:wrap}.preview-options button{min-height:2.75rem;padding:.45rem .7rem;display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--rule);border-radius:2rem;background:transparent;color:var(--ink);font-size:.8rem;font-weight:600;transition:background-color 160ms,border-color 160ms}.preview-options button[aria-pressed=true]{background:var(--pine);color:var(--ivory);border-color:var(--pine)}.preview-options button:hover{border-color:currentColor}.toolbar-swatches{width:1.3rem;height:.7rem;display:flex;overflow:hidden;border:1px solid currentColor;border-radius:1rem}.toolbar-swatches i{flex:1}figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-top:.7rem;font-size:.85rem;line-height:1.45}figcaption>span{color:#d3ddd1}figcaption a{min-height:2.75rem;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}
.workflow-section{padding:clamp(4.5rem,8vw,8rem) var(--gutter);background:var(--paper)}.workflow-layout{max-width:96rem;margin:auto;display:grid;grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(3rem,8vw,8rem)}.workflow-copy>p{max-width:42ch;font-size:1.12rem;margin:1.6rem 0}.workflow-copy .workflow-specific{font-size:1rem;color:var(--muted)}.answer-example{background:var(--ivory);padding:clamp(1.25rem,2.6vw,2.75rem);border:1px solid var(--rule);min-width:0}.example-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--rule);padding-bottom:1rem}.example-topline strong{font-size:1.1rem;font-weight:600}.example-topline>span{font-size:.8rem;color:var(--muted)}.flow-controls{display:flex;gap:.25rem;flex-wrap:wrap;margin:1.1rem 0 1.65rem}.flow-controls button{flex:1;min-height:2.75rem;padding:.6rem .5rem;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);font-size:.85rem;line-height:1.2}.flow-controls button[aria-pressed=true]{color:var(--ink);border-color:var(--pine);font-weight:650}.flow-controls button:hover{background:#e6e9dd}.flow-panels{min-height:23rem;padding-top:.5rem}.flow-panel>div>span{display:block;font-size:.8rem;font-weight:650;margin-bottom:.55rem}.customer-message{margin:0 0 1.25rem 16%;padding:.9rem 1.1rem;background:#e1e6d9}.customer-message p,.assistant-message p{margin:0;font-size:1rem;line-height:1.55}.assistant-message{margin-right:8%;padding:0 0 1.4rem 0}.answer-source{padding:1.1rem 0 0;border-top:1px solid var(--rule)}.answer-source>p{margin:.2rem 0;font-weight:600;font-size:1rem}.answer-source>small{font-size:.8rem;color:var(--muted);line-height:1.4;display:block}.example-disclaimer{margin:1.25rem 0 0;font-size:.8rem;color:var(--muted);line-height:1.5}.flow-panel.is-updating{animation:answer-change 250ms var(--ease)}@keyframes answer-change{from{transform:translateY(5px)}to{transform:translateY(0)}}
.services-section{padding:clamp(4rem,6vw,6.5rem) var(--gutter);scroll-margin-top:1rem}.services-heading{max-width:96rem;margin:0 auto 3.5rem;display:flex;align-items:end;justify-content:space-between;gap:3rem}.services-heading>p{max-width:34ch;margin:0;font-size:1.1rem}.services-list{max-width:96rem;margin:auto}.service-group{display:grid;grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);gap:clamp(3rem,8vw,8rem);padding:2.5rem 0;border-top:1px solid var(--ink)}.service-group:last-child{border-bottom:1px solid var(--ink)}.service-group-intro h3{font-family:var(--serif);font-size:2rem;font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:0 0 .65rem}.service-group-intro p{max-width:32ch;margin:0;color:var(--muted)}.service-group ul{list-style:none;margin:0;padding:0}.service-group li+li{border-top:1px solid var(--rule)}.service-group li a{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;min-height:4.5rem;text-decoration:none;transition:padding 220ms var(--ease),background-color 160ms}.service-group li:first-child a{padding-top:0}.service-group li a:hover{padding-left:.6rem}.service-group li a strong{font-size:1.12rem;font-weight:650;line-height:1.3;display:block}.service-summary{display:block;font-size:.96rem;line-height:1.5;color:var(--muted);margin-top:.45rem;max-width:48ch}.service-arrow{font-size:1.45rem;transition:transform 180ms var(--ease)}.service-group li a:hover .service-arrow{transform:translate(2px,-2px)}
.information-section{padding:clamp(4.5rem,6vw,6.5rem) var(--gutter);background:var(--paper);scroll-margin-top:1rem}.information-section+.information-section{border-top:1px solid var(--rule)}.section-layout,.contact-layout{max-width:96rem;margin:auto;display:grid;grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);gap:clamp(3rem,8vw,8rem);align-items:start}.section-copy p,.contact-copy>p{max-width:46ch;margin:0;font-size:clamp(1.08rem,1.35vw,1.25rem);line-height:1.55}.section-copy p+p{margin-top:1.3rem}.project-steps{list-style:none;margin:2.25rem 0 0;padding:0;counter-reset:steps;border-top:1px solid var(--rule)}.project-steps li{counter-increment:steps;display:flex;gap:1.25rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--rule);font-size:.96rem}.project-steps li::before{content:counter(steps);font-variant-numeric:tabular-nums;color:var(--muted)}.ownership h2{font-size:clamp(2.4rem,3.5vw,3.7rem)}.contact{padding:clamp(5rem,8vw,8rem) var(--gutter);background:var(--pine);color:var(--ivory);scroll-margin-top:1rem}.contact h2{font-size:clamp(3rem,5vw,5.5rem);max-width:13ch}.email{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0 0;padding:1.1rem 0;border-top:1px solid #a7bdb0;border-bottom:1px solid #a7bdb0;font-size:clamp(1.15rem,2.2vw,2rem);letter-spacing:-.025em;text-decoration:none;overflow-wrap:anywhere}.email:hover{color:var(--focus)}.contact-copy .contact-region{font-size:.875rem;color:#d3ddd1;margin-top:1.4rem}footer{display:flex;justify-content:space-between;gap:2rem;padding:1.3rem var(--gutter);background:var(--pine-deep);color:var(--ivory);font-size:.85rem}footer p{margin:0}footer>a{white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;min-height:2rem}
@media(min-width:1750px){.hero-layout{align-items:center}.hero-copy h1{font-size:5.5rem}}
@media(max-width:1050px){.hero-layout{grid-template-columns:minmax(0,1.2fr) minmax(19rem,.9fr);gap:2rem}.hero-copy h1{font-size:3.7rem}.proof-toolbar{flex-wrap:wrap}.workflow-layout,.section-layout,.contact-layout,.service-group{gap:3rem;grid-template-columns:minmax(15rem,.85fr) minmax(0,1.15fr)}.flow-panels{min-height:25rem}.proof-heading{font-size:.78rem}figcaption{flex-wrap:wrap;gap:0}.hero-copy>p{font-size:1.05rem}.example-topline{align-items:start;flex-direction:column;gap:.5rem}}
@media(max-width:800px){.site-header{min-height:4.75rem}.hero-layout{grid-template-columns:1fr;grid-template-areas:'copy' 'proof';gap:2.75rem}.hero-copy h1{max-width:17ch;font-size:clamp(3.3rem,7.5vw,4.6rem)}.hero-copy>p{max-width:46ch}.hero-copy .service-area{margin-top:1.35rem;max-width:unset}.hero-copy .button{margin-top:.2rem}.hero-secondary{display:inline-flex;margin-left:1.5rem}.proof-toolbar{flex-wrap:nowrap}.proof-heading{font-size:.85rem}.workflow-layout,.section-layout,.contact-layout,.service-group{grid-template-columns:1fr;gap:2.5rem}.workflow-copy h2{max-width:19ch}.workflow-copy p{max-width:55ch}.answer-example{max-width:43rem;width:100%;margin:auto}.flow-panels{min-height:22rem}.example-topline{flex-direction:row}.service-group-intro p{max-width:46ch}.services-heading{align-items:start;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.services-heading>p{max-width:48ch}.service-group{gap:1.3rem}.service-group li:first-child a{padding-top:.7rem}.section-layout h2{max-width:19ch}.section-copy p{max-width:55ch}.contact h2{max-width:16ch}}
@media(max-width:540px){.site-header{display:block;padding-top:1rem;padding-bottom:.45rem}.wordmark{font-size:1.7rem}nav{justify-content:space-between;gap:.5rem;margin-top:.4rem}nav a{font-size:.85rem}.hero{padding-top:2.5rem}.hero-copy h1{font-size:clamp(3rem,12vw,4rem);max-width:14ch}.hero-copy>p{font-size:1.06rem}.hero-copy .button{width:100%}.hero-secondary{display:flex;margin:.6rem 0 0}.proof-heading{align-items:start;font-size:.78rem;gap:1.5rem}.proof-heading>span:last-child{max-width:12ch;text-align:right}.proof-toolbar{align-items:start;flex-direction:column;gap:1.2rem;padding:1rem}.preview-control-group legend{font-size:.85rem}.preview-options button{font-size:.85rem}.preview-options{gap:.45rem}figcaption{display:block;padding-top:1rem}figcaption>span{display:block}.workflow-section,.services-section,.information-section,.contact{padding-top:4rem;padding-bottom:4rem}h2{font-size:clamp(2.65rem,10vw,3.5rem)}.workflow-copy>p,.services-heading>p{font-size:1.04rem}.answer-example{padding:1.15rem}.example-topline{display:block}.example-topline>span{display:block;margin-top:.4rem}.flow-controls button{font-size:.78rem}.flow-panels{min-height:26rem}.customer-message{margin-left:8%;padding:.85rem}.assistant-message{margin-right:0}.service-group{padding:2rem 0}.service-group-intro h3{font-size:1.8rem}.contact h2{font-size:3.3rem}footer{display:block}footer>a{margin-top:.5rem}.email{font-size:clamp(1rem,5.5vw,1.55rem);gap:.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.hero-copy .button{background:var(--focus);border-color:var(--focus);color:var(--pine-deep)}.hero-copy .button:hover{background:#f8dd91;border-color:#f8dd91}.proof-heading{margin:0;padding:.8rem 1rem;background:var(--ivory);color:var(--ink);border-bottom:1px solid var(--rule)}.proof-heading>span:last-child{color:var(--muted)}.proof-frame{border:8px solid var(--ivory);border-top:0;border-bottom:0}.arrow-icon{display:inline-block;width:1.15rem;height:1.15rem;flex:0 0 auto;vertical-align:middle}.email .arrow-icon{width:1.5rem;height:1.5rem}.service-arrow{width:1.35rem;height:1.35rem}.service-group-intro h3{font-size:2.25rem}.service-group-intro{padding-top:.15rem}
@media(max-width:540px){.service-group-intro h3{font-size:2.15rem}.service-group-intro{padding-bottom:1rem;border-bottom:1px solid var(--rule)}.proof-heading>span:last-child{max-width:18ch}.proof-heading{font-size:.8rem;padding:.8rem}.proof-frame{border-width:6px}.hero-copy .button{min-height:3.7rem}}
