:root{color-scheme:light;--background:#faf8f3;--foreground:#14181d;--muted:#6d6f68;--muted-strong:#4d504a;--line:#ddd8cb;--line-soft:#ece8dc;--panel:#ffffff;--panel-muted:#f4f1e7;--accent:#25423e;--accent-strong:#142b28;--accent-soft:#f6f1e5;--success:#187a49;--radius-panel:12px;--radius-control:9px;--radius-pill:999px;--header-height:68px;--ease-out:cubic-bezier(0.16,1,0.3,1);--font-body:var(--font-inter-tight),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-display:var(--font-fraunces),Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}body{min-width:320px;background:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}body,h1,h2,h3,p{margin:0}h1,h2{font-family:var(--font-display);font-weight:640;line-height:1.06;letter-spacing:-.01em;text-wrap:balance}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a,button,summary{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}a:active,button:active{transform:translateY(1px)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(37,66,62,.22);outline-offset:2px;border-radius:4px}.container{width:min(100% - 48px,1160px);margin-inline:auto}.skip-link{position:fixed;left:16px;top:12px;z-index:90;border-radius:6px;background:var(--accent-strong);color:#fff;padding:10px 14px;font-weight:650;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.button-inverse,.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:var(--radius-pill);padding:0 22px;font-size:.9375rem;font-weight:650;white-space:nowrap}.button-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.button-primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}.button-secondary{border:1px solid var(--line);background:var(--panel);color:var(--foreground)}.button-secondary:hover{border-color:rgba(37,66,62,.38);background:var(--panel-muted)}.button-inverse{border:1px solid #fff;background:#fff;color:var(--accent-strong)}.button-inverse:hover{background:var(--accent-soft);border-color:var(--accent-soft)}.button-large{min-height:50px;padding:0 28px;font-size:1rem}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(221,216,203,.8);background:rgba(250,248,243,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:var(--header-height)}.brand-lockup{gap:6px}.brand-lockup,.brand-mark{display:inline-flex;align-items:center}.brand-mark{width:44px;height:44px;flex:none;justify-content:center;overflow:hidden}.brand-logo{display:block;width:100%;height:100%;object-fit:contain}.brand-wordmark{font-family:var(--font-display);font-size:1.5rem;font-weight:500;white-space:nowrap}.site-nav{display:flex;align-items:center;gap:4px}.site-nav a{border-radius:var(--radius-pill);color:var(--muted-strong);padding:8px 14px;font-size:.9rem;font-weight:600}.site-nav a:hover{background:var(--panel-muted);color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:8px}.sign-in-link{border-radius:var(--radius-pill);color:var(--foreground);padding:8px 14px;font-size:.9rem;font-weight:650}.sign-in-link:hover{background:var(--panel-muted)}.hero{overflow:clip;padding:clamp(48px,7vw,88px) 0 clamp(56px,7vw,96px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:center;gap:clamp(32px,5vw,64px)}.hero h1{max-width:21ch;font-size:clamp(2.4rem,4.4vw,3.25rem)}.hero-sub{max-width:46ch;margin-top:20px;color:var(--muted-strong);font-size:1.125rem;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px}.hero-media{position:relative}.hero-media img{width:100%;border-radius:var(--radius-panel);border:1px solid var(--line)}@media (prefers-reduced-motion:no-preference){.hero-copy>*{animation:rise-in .7s var(--ease-out) both}.hero-copy>:nth-child(2){animation-delay:90ms}.hero-copy>:nth-child(3){animation-delay:.18s}.hero-media{animation:rise-in .8s var(--ease-out) .14s both}}@keyframes rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease-out),transform .65s var(--ease-out)}html.js .reveal.is-visible{opacity:1;transform:none}.section{padding:clamp(64px,9vw,120px) 0}.section-heading{max-width:62ch}.section-heading h2{font-size:clamp(1.9rem,3.4vw,2.7rem)}.section-heading p{max-width:56ch;margin-top:16px;color:var(--muted-strong);font-size:1.05rem}.after-hours{position:relative;display:grid;align-items:center;min-height:min(72vh,640px);isolation:isolate;overflow:clip;color:#fdfcf9}.after-hours-backdrop{position:absolute;inset:0;z-index:-2;object-fit:cover;width:100%;height:100%}.after-hours:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(15,24,33,.86) 20%,rgba(15,24,33,.45) 70%)}.after-hours-copy{max-width:34ch;padding:clamp(56px,8vw,96px) 0}.after-hours-copy h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}.after-hours-copy p{max-width:44ch;margin-top:18px;color:rgba(253,252,249,.86);font-size:1.08rem}.how-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:clamp(36px,6vw,88px)}.how-intro{position:sticky;top:calc(var(--header-height) + 32px)}.how-steps{display:grid}.how-step{border-top:1px solid var(--line);padding:30px 0}.how-step:last-child{border-bottom:1px solid var(--line)}.how-step h3{font-family:var(--font-display);font-size:1.4rem;font-weight:640;line-height:1.2}.how-step p{max-width:54ch;margin-top:10px;color:var(--muted-strong);font-size:.98rem}.features{background:var(--panel-muted);border-block:1px solid var(--line-soft)}.bento{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:44px}.bento-cell{display:flex;flex-direction:column;gap:12px;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--panel);padding:26px}.bento-cell h3{font-family:var(--font-display);font-size:1.22rem;font-weight:640;line-height:1.2}.bento-cell p{color:var(--muted-strong);font-size:.95rem}.bento-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-control);background:var(--accent-soft);color:var(--accent);margin-bottom:4px}.bento-cell-feature{grid-column:span 2;flex-direction:row;align-items:stretch;gap:26px;padding:0;overflow:clip}.bento-cell-feature>div{display:flex;flex:1 1 52%;flex-direction:column;justify-content:center;gap:12px;padding:26px 0 26px 26px}.bento-cell-feature img{flex:1 1 48%;min-width:0;object-fit:cover;height:100%}.bento-cell-wide{grid-column:1/-1;flex-direction:row;align-items:center;gap:26px;border-color:rgba(37,66,62,.16);background:var(--accent-soft)}.bento-cell-wide .bento-icon{background:var(--accent);color:#fff;margin-bottom:0}.bento-cell-wide div{display:grid;gap:6px}.bento-cell-wide p{max-width:72ch}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,56px);margin-top:44px}.trust-item h3{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;line-height:1.3}.trust-item h3 svg{flex:none;color:var(--success)}.trust-item p{margin-top:10px;color:var(--muted-strong);font-size:.95rem}.faq{background:var(--panel);border-top:1px solid var(--line-soft)}.faq-inner{width:min(100% - 48px,780px);margin-inline:auto}.faq-list{display:grid;margin-top:36px}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;cursor:pointer;list-style:none;font-size:1.05rem;font-weight:650}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--accent)}.faq-item summary svg{flex:none;color:var(--muted);transition:transform .2s var(--ease-out)}.faq-item[open] summary svg{transform:rotate(45deg)}.faq-item p{max-width:66ch;padding:0 4px 24px;color:var(--muted-strong);font-size:.98rem}.closing-cta{background:var(--accent-strong);color:#fdfcf9;text-align:center}.closing-cta h2{margin-inline:auto;max-width:20ch;font-size:clamp(2rem,4vw,3rem)}.closing-cta p{max-width:52ch;margin:18px auto 0;color:rgba(253,252,249,.82);font-size:1.08rem}.closing-cta .button-inverse{margin-top:34px}.industry-hero{overflow:clip;padding:clamp(56px,8vw,108px) 0 clamp(64px,8vw,112px);background:radial-gradient(circle at 82% 20%,rgba(37,66,62,.1),transparent 34%),var(--background)}.industry-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:clamp(40px,7vw,88px)}.industry-eyebrow{color:var(--accent);font-size:.78rem;font-weight:750;letter-spacing:.09em;line-height:1.3;text-transform:uppercase}.industry-hero h1{max-width:18ch;margin-top:14px;font-size:clamp(2.45rem,5vw,4.1rem)}.industry-lede{max-width:58ch;margin-top:22px;color:var(--muted-strong);font-size:1.1rem;line-height:1.65}.industry-conversation-card{display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(20,43,40,.12);padding:clamp(22px,4vw,32px)}.industry-conversation-topline{display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:.76rem;font-weight:650}.industry-message{max-width:88%;border:1px solid var(--line-soft);border-radius:12px;padding:12px 14px;font-size:.91rem;line-height:1.5}.industry-message-customer{align-self:flex-end;border-color:var(--accent);background:var(--accent);color:#fff}.industry-message-assistant{background:var(--panel-muted)}.industry-time-options{display:flex;flex-wrap:wrap;gap:8px}.industry-time-options span{border:1px solid rgba(37,66,62,.28);border-radius:var(--radius-pill);background:#fff;color:var(--accent);padding:7px 13px;font-size:.82rem;font-weight:700}.industry-booked-status{display:flex;align-items:center;gap:9px;border-top:1px solid var(--line-soft);margin-top:4px;padding-top:16px;color:var(--muted-strong);font-size:.82rem}.industry-booked-status svg{flex:none;color:var(--success)}.industry-pressure{border-top:1px solid var(--line-soft);background:var(--panel)}.industry-pressure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:44px}.industry-pressure-card{border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--background);padding:28px}.industry-pressure-card h3{margin-top:18px;font-family:var(--font-display);font-size:1.3rem;font-weight:640;line-height:1.2}.industry-pressure-card p{margin-top:11px;color:var(--muted-strong);font-size:.95rem}.industry-workflow{background:var(--panel-muted);border-block:1px solid var(--line-soft)}.industry-workflow-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(40px,7vw,92px)}.industry-boundaries h2,.industry-workflow-copy h2{margin-top:12px;font-size:clamp(1.9rem,3.4vw,2.75rem)}.industry-boundaries-inner>div>p:last-child,.industry-workflow-copy>p:not(.industry-eyebrow){margin-top:17px;color:var(--muted-strong);font-size:1.02rem}.industry-check-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}.industry-check-list li{display:flex;align-items:flex-start;gap:10px;color:var(--muted-strong);font-size:.95rem}.industry-check-list svg{flex:none;color:var(--success);margin-top:3px}.industry-channel-stack{display:grid;gap:14px}.industry-channel-card{display:grid;grid-template-columns:auto 1fr;gap:16px;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--panel);padding:24px}.industry-channel-card>svg{color:var(--accent);margin-top:2px}.industry-channel-card h3{font-family:var(--font-display);font-size:1.22rem;font-weight:640;line-height:1.2}.industry-channel-card p{margin-top:8px;color:var(--muted-strong);font-size:.94rem}.industry-boundaries{background:var(--background)}.industry-boundaries-inner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(22px,4vw,40px);max-width:900px;border:1px solid rgba(37,66,62,.18);border-radius:18px;background:var(--accent-soft);padding:clamp(28px,5vw,52px)}.industry-boundaries-icon{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:var(--radius-control);background:var(--accent);color:#fff}.industry-boundaries h2{max-width:23ch}.site-footer{border-top:1px solid var(--line);background:var(--background);padding:48px 0 36px}.site-footer-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:28px}.site-footer .brand-tagline{max-width:34ch;margin-top:12px;color:var(--muted-strong);font-size:.9rem}.footer-nav{display:flex;flex-wrap:wrap;gap:6px 22px}.footer-nav a{color:var(--muted-strong);font-size:.9rem;font-weight:600;padding:4px 0}.footer-nav a:hover{color:var(--accent)}.footer-legal{margin-top:36px;border-top:1px solid var(--line-soft);padding-top:20px;color:var(--muted-strong);font-size:.85rem}@media (max-width:960px){.site-nav{display:none}.hero-grid{grid-template-columns:1fr}.hero h1{max-width:18ch}.how-grid{grid-template-columns:1fr}.how-intro{position:static}.bento{grid-template-columns:1fr}.bento-cell-feature{grid-column:auto;flex-direction:column;gap:0;padding:0}.bento-cell-feature>div{padding:24px}.bento-cell-feature img{order:-1;width:100%;max-height:260px}.bento-cell-wide{grid-column:auto;flex-direction:column;align-items:flex-start;gap:12px}.industry-hero-grid,.industry-workflow-grid,.trust-grid{grid-template-columns:1fr}.industry-hero-copy{max-width:760px}.industry-conversation-card{width:min(100%,620px)}.industry-pressure-grid{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 32px,1160px)}.faq-inner{width:min(100% - 32px,780px)}.header-actions .sign-in-link{display:none}.site-header-inner{gap:10px}.brand-mark{width:36px;height:36px}.brand-wordmark{font-size:1.2rem}.header-actions .button-primary{min-height:38px;padding-inline:14px;font-size:.85rem}.hero-actions .button-primary,.hero-actions .button-secondary{flex:1 1 100%}.industry-hero h1{font-size:clamp(2.25rem,12vw,3.1rem)}.industry-boundaries-inner{grid-template-columns:1fr}.industry-message{max-width:94%}}@media (max-width:360px){.header-actions .button-primary{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/287637279c44650d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b387097da7407747-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/cb9f64d62d112b41-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_ae2eaa{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_ae2eaa{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_a3c0d3{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.__variable_a3c0d3{--font-inter-tight:"Inter Tight","Inter Tight Fallback"}