.home-product-card{align-items:center;gap:calc(var(--spacing)*3);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);min-height:112px;padding-inline:calc(var(--spacing)*1);padding-block:calc(var(--spacing)*4);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);grid-template-columns:40px 1fr auto;transition-duration:.2s;display:grid}@media (hover:hover){.home-product-card:hover{background-color:#eef6fb}}@media (min-width:561px){.home-product-card:nth-child(odd){border-right-style:solid;border-right-width:1px}}@media (min-width:561px){.home-product-card:nth-child(odd){padding-right:calc(var(--spacing)*5)}}@media (min-width:561px){.home-product-card:nth-child(2n){padding-left:calc(var(--spacing)*5)}}@media not (min-width:560px){.home-product-card{min-height:calc(var(--spacing)*0)}}@media not (min-width:560px){.home-product-card{padding-inline:calc(var(--spacing)*0)}}@media not (min-width:560px){.home-product-card{padding-block:calc(var(--spacing)*3.5)}}.home-product-card--highlighted{background-color:#f2f8fc}.home-product-card--default{background-color:#0000}.home-ref-marquee__track{align-items:center;gap:calc(var(--spacing)*3);width:max-content;display:flex}@media (prefers-reduced-motion:reduce){.home-ref-marquee__track{animation:none}}.home-ref-marquee__item{border-radius:var(--radius-2xl);border-style:solid;border-width:1px;flex:none;place-items:center;width:180px;height:88px;display:grid}.home-ref-marquee__item{border-color:#e2e8f0b3}@supports (color:color-mix(in lab, red, red)){.home-ref-marquee__item{border-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}}.home-ref-marquee__item{background-color:var(--color-white);padding:calc(var(--spacing)*4)}@media not (min-width:980px){.home-ref-marquee__item{height:72px}}@media not (min-width:980px){.home-ref-marquee__item{width:148px}}@media not (min-width:980px){.home-ref-marquee__item{padding:calc(var(--spacing)*3)}}@media not (min-width:560px){.home-ref-marquee__item{height:64px}}@media not (min-width:560px){.home-ref-marquee__item{width:124px}}@media not (min-width:560px){.home-ref-marquee__item{padding:calc(var(--spacing)*2.5)}}.home-ref-marquee__image{height:auto;max-height:calc(var(--spacing)*12);width:auto;max-width:100%}@media not (min-width:980px){.home-ref-marquee__image{max-height:calc(var(--spacing)*10)}}@media not (min-width:560px){.home-ref-marquee__image{max-height:calc(var(--spacing)*9)}}.home-hero{border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);background-color:#f7f9fb;position:relative;overflow:hidden}.home-hero__container{align-items:center;gap:calc(var(--spacing)*14);min-height:620px;padding-block:clamp(44px,7vw,92px);display:grid}@media (min-width:64rem){.home-hero__container{grid-template-columns:.92fr 1.08fr}}@media not (min-width:980px){.home-hero__container{min-height:calc(var(--spacing)*0)}}@media not (min-width:760px){.home-hero__container{gap:calc(var(--spacing)*8)}}@media not (min-width:560px){.home-hero__container{padding-block:calc(var(--spacing)*8)}}.home-hero__content{align-items:flex-start;gap:calc(var(--spacing)*6);flex-direction:column;display:flex}@media not (min-width:760px){.home-hero__content{gap:calc(var(--spacing)*4)}}.home-hero__eyebrow{align-items:center;gap:calc(var(--spacing)*2);width:fit-content;padding-bottom:calc(var(--spacing)*1);font-size:11px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--ink);border-color:#9fbdd3;border-bottom-style:solid;border-bottom-width:1px;display:inline-flex}.home-hero__eyebrow-dot{height:calc(var(--spacing)*1.5);width:calc(var(--spacing)*1.5);border-radius:var(--radius-pill);background-color:var(--brand)}.home-hero__title{max-width:20ch;font-family:var(--font-display);font-size:clamp(34px,5vw,60px);font-weight:var(--font-weight-medium);letter-spacing:-.045em;color:var(--ink);text-wrap:balance;line-height:1.04}@media not (min-width:560px){.home-hero__title{max-width:none}}@media not (min-width:560px){.home-hero__title{font-size:clamp(30px,9.2vw,40px)}}.home-hero__body{max-width:56ch;font-size:clamp(15px,1.15vw,18px);font-weight:var(--font-weight-normal);color:var(--muted);line-height:1.68}@media not (min-width:560px){.home-hero__body{font-size:14.5px}}.home-hero__cta-row{align-items:center;gap:calc(var(--spacing)*3);flex-wrap:wrap;display:flex}@media not (min-width:560px){.home-hero__cta-row{display:grid}}@media not (min-width:560px){.home-hero__cta-row{width:100%}}@media not (min-width:560px){.home-hero__cta-row{grid-template-columns:repeat(1,minmax(0,1fr))}}.home-hero__cta-primary{min-height:calc(var(--spacing)*11);justify-content:center;align-items:center;gap:calc(var(--spacing)*2);border-style:solid;border-width:1px;border-color:var(--brand-ink);background-color:var(--brand-ink);padding-inline:calc(var(--spacing)*5);padding-block:calc(var(--spacing)*2.5);font-size:14px;font-weight:var(--font-weight-medium);color:var(--color-white);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-radius:8px;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-hero__cta-primary:hover{background-color:var(--brand-dark)}}@media not (min-width:560px){.home-hero__cta-primary{width:100%}}.home-hero__cta-phone{min-height:calc(var(--spacing)*11);justify-content:center;align-items:center;gap:calc(var(--spacing)*2);border-style:solid;border-width:1px;border-color:var(--line-strong);background-color:var(--color-white);padding-inline:calc(var(--spacing)*5);padding-block:calc(var(--spacing)*2.5);font-size:14px;font-weight:var(--font-weight-medium);color:var(--ink);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-radius:8px;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-hero__cta-phone:hover{border-color:#8fb4ce}}@media (hover:hover){.home-hero__cta-phone:hover{background-color:#eef6fb}}@media not (min-width:560px){.home-hero__cta-phone{width:100%}}.home-hero__metrics{border-top-style:solid;border-top-width:1px;border-color:var(--line);width:100%;padding-top:calc(var(--spacing)*5)}@media not (min-width:760px){.home-hero__metrics{padding-top:calc(var(--spacing)*4)}}.home-hero__metrics .hero-metrics__value{color:var(--ink)}.home-hero__metrics .hero-metrics__label{color:var(--muted)}.home-hero__metrics .hero-metrics__divider{background:var(--line)}.home-hero__products{border-left-style:solid;border-left-width:1px;border-color:var(--line-strong);padding-left:calc(var(--spacing)*9)}@media not (min-width:980px){.home-hero__products{border-left-style:solid;border-left-width:0}}@media not (min-width:980px){.home-hero__products{border-top-style:solid;border-top-width:1px}}@media not (min-width:980px){.home-hero__products{padding-left:calc(var(--spacing)*0)}}@media not (min-width:980px){.home-hero__products{padding-top:calc(var(--spacing)*7)}}.home-hero__products-header{margin-bottom:calc(var(--spacing)*5);justify-content:space-between;align-items:flex-end;gap:calc(var(--spacing)*4);display:flex}@media not (min-width:560px){.home-hero__products-header{align-items:flex-start}}.home-hero__products-eyebrow{font-size:11px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--brand)}.home-hero__products-title{margin-top:calc(var(--spacing)*1);font-family:var(--font-display);font-size:clamp(20px,2vw,27px);font-weight:var(--font-weight-medium);letter-spacing:-.025em;color:var(--ink);line-height:1.18}.home-hero__products-all{align-items:center;gap:calc(var(--spacing)*2);padding-bottom:calc(var(--spacing)*1);font-size:var(--text-xs);line-height:var(--text-xs--line-height);font-weight:var(--font-weight-medium);color:var(--ink);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-color:#9fbdd3;border-bottom-style:solid;border-bottom-width:1px;flex-shrink:0;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-hero__products-all:hover{border-color:var(--brand)}}@media (hover:hover){.home-hero__products-all:hover{color:var(--brand-dark)}}@media not (min-width:560px){.home-hero__products-all{display:none}}.home-hero__products-grid{border-top-style:solid;border-top-width:1px;border-color:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media not (min-width:560px){.home-hero__products-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.home-icon-tile{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10);border-style:solid;border-width:1px;border-color:var(--line);background-color:var(--color-white);color:var(--brand-ink);border-radius:10px;place-items:center;font-size:20px;display:inline-grid}.home-icon-tile__icon{height:calc(var(--spacing)*5);width:calc(var(--spacing)*5)}.home-product-card__body{gap:calc(var(--spacing)*1);display:grid}.home-product-card__title{font-family:var(--font-display);font-size:15px;font-weight:var(--font-weight-medium);letter-spacing:-.015em;color:var(--ink);line-height:1.25}.home-product-card__subtitle{color:var(--muted);font-size:12px;line-height:1.45}.home-product-card__arrow-tile{height:calc(var(--spacing)*8);width:calc(var(--spacing)*8);border-radius:var(--radius-pill);border-style:solid;border-width:1px;border-color:var(--line);color:var(--brand-dark);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);justify-content:center;align-items:center;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-product-card__arrow-tile:is(:where(.state-group):hover *){border-color:var(--brand)}}@media (hover:hover){.home-product-card__arrow-tile:is(:where(.state-group):hover *){background-color:var(--color-white)}}.home-product-card__arrow{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);transition-duration:.2s}@media (hover:hover){.home-product-card__arrow:is(:where(.state-group):hover *){translate:calc(var(--spacing)*.5)0}}.home-references{background-color:var(--color-white);border-color:#e1eaf2;border-bottom-style:solid;border-bottom-width:1px;padding-block:clamp(52px,7vw,76px)}.home-references__header{margin-bottom:calc(var(--spacing)*9);align-items:flex-end;gap:calc(var(--spacing)*6);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-bottom:calc(var(--spacing)*7);display:grid}@media (min-width:64rem){.home-references__header{grid-template-columns:.7fr 1fr}}@media not (min-width:760px){.home-references__header{margin-bottom:calc(var(--spacing)*7)}}@media not (min-width:760px){.home-references__header{padding-bottom:calc(var(--spacing)*5)}}.home-section-eyebrow{margin-bottom:calc(var(--spacing)*2);font-size:12px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--brand)}.home-section-title{font-family:var(--font-display);font-size:clamp(24px,3vw,36px);font-weight:var(--font-weight-medium);letter-spacing:-.035em;color:var(--ink);line-height:1.16}.home-section-description{max-width:68ch;color:var(--muted);font-size:15px;line-height:1.7}@media (min-width:64rem){.home-section-description{justify-self:flex-end}}:where(.home-references__marquees>:not(:last-child)){margin-block-start:0;margin-block-end:calc(var(--spacing)*4)}.home-references__marquees{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 6% 94%,#0000 100%)}.home-principles{background-color:#f7f9fb;border-color:#e1eaf2;border-bottom-style:solid;border-bottom-width:1px;padding-block:clamp(58px,7vw,92px)}.home-principles__header{gap:calc(var(--spacing)*10);display:grid}@media (min-width:64rem){.home-principles__header{grid-template-columns:.72fr 1fr}}@media not (min-width:760px){.home-principles__header{gap:calc(var(--spacing)*7)}}.home-section-lead{margin-top:calc(var(--spacing)*4);max-width:50ch;color:var(--muted);font-size:15px;line-height:1.7}.home-principles__grid{border-top-style:solid;border-top-width:1px;border-color:var(--line-strong)}.home-principle-card{gap:calc(var(--spacing)*4);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-block:calc(var(--spacing)*5);grid-template-columns:44px 1fr;display:grid}.home-principle-card__title{font-family:var(--font-display);font-size:18px;font-weight:var(--font-weight-medium);letter-spacing:-.02em;color:var(--ink);line-height:1.25}.home-principle-card__body{margin-top:calc(var(--spacing)*2);color:var(--muted);font-size:14.5px;line-height:1.68}.home-metrics{background-color:var(--color-white);border-color:#e1eaf2;border-bottom-style:solid;border-bottom-width:1px;padding-block:clamp(52px,7vw,80px)}.home-metrics__header{margin-bottom:calc(var(--spacing)*8);align-items:flex-end;gap:calc(var(--spacing)*5);display:grid}@media (min-width:64rem){.home-metrics__header{grid-template-columns:.7fr 1fr}}.home-metrics__grid{border-block-style:solid;border-block-width:1px;border-color:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media not (min-width:760px){.home-metrics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media not (min-width:420px){.home-metrics__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.home-metric-card{gap:calc(var(--spacing)*3);border-right-style:solid;border-right-width:1px;border-color:var(--line);padding:calc(var(--spacing)*6);display:grid}.home-metric-card:last-child{border-right-style:solid;border-right-width:0}@media not (min-width:760px){.home-metric-card{border-bottom-style:solid;border-bottom-width:1px}}@media not (min-width:760px){.home-metric-card{border-right-style:solid;border-right-width:0}}@media not (min-width:760px){.home-metric-card:last-child{border-bottom-style:solid;border-bottom-width:0}}.home-metric-card__icon-tile{color:var(--brand-ink);font-size:22px}.home-metric-card__value{font-family:var(--font-display);font-size:clamp(30px,4vw,48px);font-weight:var(--font-weight-medium);letter-spacing:-.04em;color:var(--ink);line-height:1}.home-metric-card__label{font-size:13px;font-weight:var(--font-weight-normal);color:var(--muted);line-height:1.35}.home-section{background-color:#f7f9fb;border-color:#e1eaf2;border-bottom-style:solid;border-bottom-width:1px;padding-block:clamp(58px,8vw,92px)}.home-faq__header{gap:calc(var(--spacing)*10);display:grid}@media (min-width:64rem){.home-faq__header{grid-template-columns:.7fr 1fr}}@media not (min-width:760px){.home-faq__header{gap:calc(var(--spacing)*7)}}.home-faq__eyebrow{margin-bottom:calc(var(--spacing)*2);align-items:center;gap:calc(var(--spacing)*2);font-size:12px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--brand);display:inline-flex}.home-faq__accordion{gap:12px;display:grid}.home-faq__cta-link{align-items:center;gap:calc(var(--spacing)*2);padding-bottom:calc(var(--spacing)*1);font-size:var(--text-sm);line-height:var(--text-sm--line-height);font-weight:var(--font-weight-medium);color:var(--ink);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-color:#9fbdd3;border-bottom-style:solid;border-bottom-width:1px;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-faq__cta-link:hover{border-color:var(--brand)}}@media (hover:hover){.home-faq__cta-link:hover{color:var(--brand-dark)}}.home-branch{background-color:var(--color-white);border-color:#e1eaf2;border-bottom-style:solid;border-bottom-width:1px;padding-block:clamp(58px,8vw,96px)}.home-branch__inner{align-items:center;gap:calc(var(--spacing)*12);display:grid}@media (min-width:64rem){.home-branch__inner{grid-template-columns:1fr .9fr}}@media not (min-width:980px){.home-branch__inner{gap:calc(var(--spacing)*7)}}.home-branch__eyebrow{margin-bottom:calc(var(--spacing)*3);align-items:center;gap:calc(var(--spacing)*2);font-size:12px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--brand);display:inline-flex}.home-branch__title{font-family:var(--font-display);font-size:clamp(26px,3.4vw,42px);font-weight:var(--font-weight-medium);letter-spacing:-.04em;color:var(--ink);line-height:1.15}.home-branch__body{margin-top:calc(var(--spacing)*4);max-width:58ch;color:var(--muted);font-size:15px;line-height:1.72}.home-branch__cta-row{margin-top:calc(var(--spacing)*7);gap:calc(var(--spacing)*3);flex-wrap:wrap;display:flex}.home-branch__cta-primary{align-items:center;gap:calc(var(--spacing)*2);border-style:solid;border-width:1px;border-color:var(--brand-ink);background-color:var(--brand-ink);padding-inline:calc(var(--spacing)*5);padding-block:calc(var(--spacing)*2.5);font-size:14px;font-weight:var(--font-weight-medium);color:var(--color-white);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-radius:8px;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-branch__cta-primary:hover{background-color:var(--brand-dark)}}.home-branch__cta-secondary{align-items:center;gap:calc(var(--spacing)*2);border-style:solid;border-width:1px;border-color:var(--line-strong);background-color:var(--color-white);padding-inline:calc(var(--spacing)*5);padding-block:calc(var(--spacing)*2.5);font-size:14px;font-weight:var(--font-weight-medium);color:var(--ink);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);border-radius:8px;transition-duration:.2s;display:inline-flex}@media (hover:hover){.home-branch__cta-secondary:hover{background-color:#eef6fb}}.home-branch__features{border-top-style:solid;border-top-width:1px;border-color:var(--line)}.home-branch__feature{gap:calc(var(--spacing)*4);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-block:calc(var(--spacing)*5);grid-template-columns:40px 1fr;display:grid}.home-branch__feature-icon{margin-top:calc(var(--spacing)*.5);height:calc(var(--spacing)*9);width:calc(var(--spacing)*9);border-style:solid;border-width:1px;border-color:var(--line);color:var(--brand-ink);background-color:#f7f9fb;border-radius:10px;flex-shrink:0;place-items:center;display:inline-grid}.home-branch__feature-title{font-size:15px;font-weight:var(--font-weight-medium);color:var(--ink);line-height:1.3}.home-branch__feature-body{margin-top:calc(var(--spacing)*1);color:var(--muted);font-size:13.5px;line-height:1.6}.home-news__header{margin-bottom:calc(var(--spacing)*10);align-items:flex-end;gap:calc(var(--spacing)*6);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-bottom:calc(var(--spacing)*7);display:grid}@media (min-width:64rem){.home-news__header{grid-template-columns:.7fr 1fr}}@media not (min-width:760px){.home-news__header{margin-bottom:calc(var(--spacing)*7)}}@media not (min-width:760px){.home-news__header{padding-bottom:calc(var(--spacing)*5)}}.home-news__eyebrow{margin-bottom:calc(var(--spacing)*2);align-items:center;gap:calc(var(--spacing)*3);font-size:12px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.16em;color:var(--brand);display:flex}.home-news__eyebrow:before{content:"";display:block}.home-news__eyebrow:before{content:"";height:1px}.home-news__eyebrow:before{content:"";width:calc(var(--spacing)*6)}.home-news__eyebrow:before{content:"";background-color:var(--brand)}.home-news__grid{gap:calc(var(--spacing)*0);border-top-style:solid;border-top-width:1px;border-color:var(--line);display:grid}.home-news__featured{align-items:center;gap:calc(var(--spacing)*6);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-block:calc(var(--spacing)*6);color:inherit;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);text-decoration-line:none;transition-duration:.2s;display:grid}@media (hover:hover){.home-news__featured:hover{background-color:var(--color-white)}}@media (min-width:64rem){.home-news__featured{grid-template-columns:220px 1fr 40px}}@media not (min-width:760px){.home-news__featured{gap:calc(var(--spacing)*4)}}.home-news__featured-image{aspect-ratio:16/9;border-style:solid;border-width:1px;border-color:var(--line);background-color:var(--color-white);object-fit:cover;border-radius:12px;width:100%}@media not (min-width:760px){.home-news__featured-image{max-width:260px}}.home-news__featured-eyebrow{margin-bottom:calc(var(--spacing)*2);width:fit-content;font-size:10px;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.12em;color:var(--brand);display:inline-flex}.home-news__featured-title{font-family:var(--font-display);font-size:clamp(20px,2vw,26px);font-weight:var(--font-weight-medium);letter-spacing:-.025em;color:var(--ink);line-height:1.25}.home-prose{margin-top:calc(var(--spacing)*2);font-size:var(--text-sm);line-height:var(--text-sm--line-height);color:var(--muted);line-height:1.65}.home-card-arrow{height:calc(var(--spacing)*9);width:calc(var(--spacing)*9);border-radius:var(--radius-pill);border-style:solid;border-width:1px;border-color:var(--line);background-color:var(--color-white);color:var(--brand-dark);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);place-items:center;transition-duration:.2s;display:inline-grid}@media (hover:hover){.home-card-arrow:is(:where(.state-group):hover *){border-color:var(--brand)}}.home-news__card{align-items:center;gap:calc(var(--spacing)*6);border-bottom-style:solid;border-bottom-width:1px;border-color:var(--line);padding-block:calc(var(--spacing)*6);color:inherit;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:var(--default-transition-timing-function);transition-duration:var(--default-transition-duration);text-decoration-line:none;transition-duration:.2s;display:grid}@media (hover:hover){.home-news__card:hover{background-color:var(--color-white)}}@media (min-width:64rem){.home-news__card{grid-template-columns:160px 1fr 40px}}@media not (min-width:760px){.home-news__card{gap:calc(var(--spacing)*4)}}.home-news__image{aspect-ratio:16/10;border-style:solid;border-width:1px;border-color:var(--line);background-color:var(--color-white);object-fit:cover;border-radius:12px;width:100%}@media not (min-width:760px){.home-news__image{max-width:220px}}.home-news__title{font-family:var(--font-display);font-size:20px;font-weight:var(--font-weight-medium);letter-spacing:-.02em;color:var(--ink);line-height:1.3}.home-cta{padding-block:var(--page-section-pad-y)}.home-cta__card{border-radius:var(--radius-3xl);background-image:var(--brand-gradient);text-align:center;color:var(--color-white);padding:clamp(40px,6vw,72px) clamp(24px,5vw,56px);position:relative;overflow:hidden}.home-cta__bg{opacity:.12;pointer-events:none;position:absolute;inset:0}.home-cta__bg-circle{border-radius:var(--radius-pill);background-color:color-mix(in oklab,var(--color-white)30%,transparent);position:absolute}.home-cta__bg-circle--1{width:clamp(180px,24vw,260px);height:clamp(180px,24vw,260px);top:-56px;right:-56px}.home-cta__bg-circle--2{background-color:color-mix(in oklab,var(--color-white)20%,transparent);width:clamp(140px,18vw,200px);height:clamp(140px,18vw,200px);bottom:-48px;left:-48px}.home-cta__content{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.home-cta__tile{border-radius:var(--radius-2xl);background-color:color-mix(in oklab,var(--color-white)18%,transparent);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.home-cta__icon{width:32px;height:32px}.home-cta__eyebrow{font-size:var(--type-eyebrow-size);font-weight:var(--font-weight-semibold);color:color-mix(in oklab,var(--color-white)82%,transparent);margin-bottom:12px}.home-cta__title{max-width:20ch;font-family:var(--font-display);font-size:clamp(26px,4vw,42px);font-weight:var(--font-weight-medium);letter-spacing:-.035em;color:var(--color-white);line-height:1.12}.home-cta__body{max-width:56ch;font-size:var(--type-lead-size-fluid);color:color-mix(in oklab,var(--color-white)88%,transparent);margin-top:16px;line-height:1.7}.home-cta__buttons{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px;display:flex}.home-cta__primary,.home-cta__secondary{border-radius:var(--radius-pill);min-height:48px;font-size:15px;font-weight:var(--font-weight-semibold);transition:background-color .2s var(--ease-out),border-color .2s var(--ease-out),color .2s var(--ease-out);border:1px solid #0000;justify-content:center;align-items:center;padding:12px 28px;display:inline-flex}.home-cta__primary{background-color:var(--color-white);color:var(--brand)}@media (hover:hover){.home-cta__primary:hover{background-color:color-mix(in oklab,var(--color-white)92%,transparent)}}.home-cta__secondary{border-color:color-mix(in oklab,var(--color-white)55%,transparent);color:var(--color-white);background-color:#0000}@media (hover:hover){.home-cta__secondary:hover{background-color:color-mix(in oklab,var(--color-white)14%,transparent);border-color:var(--color-white)}}@media not (min-width:560px){.home-cta__buttons{flex-direction:column;width:100%}.home-cta__primary,.home-cta__secondary{width:100%}}.home-hero__eyebrow,.home-hero__products-eyebrow,.home-section-eyebrow,.home-faq__eyebrow,.home-branch__eyebrow,.home-news__eyebrow{text-transform:none;letter-spacing:.01em;font-size:12px;line-height:1.45}.home-hero__metrics{margin-top:clamp(26px,4vw,40px);padding-top:clamp(22px,3vw,32px)}.home-hero__metrics .hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.home-hero__metrics .hero-metrics__item{align-items:stretch;gap:clamp(14px,2vw,22px);min-width:0}.home-hero__metrics .hero-metrics__metric{gap:6px;min-width:0}.home-hero__metrics .hero-metrics__value{font-family:var(--font-display);font-size:clamp(24px,3vw,36px);font-weight:var(--font-weight-medium);letter-spacing:-.035em}.home-hero__metrics .hero-metrics__label{max-width:12ch;font-size:13px;line-height:1.35}.home-faq__header{align-items:start;gap:clamp(30px,5vw,52px)}.home-faq__accordion{gap:14px}.home-faq__cta{margin-top:22px}@media (max-width:560px){.home-hero__metrics .hero-metrics{grid-template-columns:1fr;gap:14px}.home-hero__metrics .hero-metrics__divider{display:none}.home-hero__metrics .hero-metrics__label{max-width:none}}.home-hero__products-header{gap:18px;margin-bottom:clamp(20px,3vw,28px)}.home-hero__products-grid{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.home-product-card{border-right:0;grid-template-columns:44px minmax(0,1fr) 20px;gap:16px;min-height:118px;padding:clamp(18px,2vw,24px) clamp(18px,2.4vw,28px)}.home-product-card:nth-child(odd){border-right:1px solid var(--line)}.home-product-card:nth-last-child(-n+2){border-bottom-width:0}.home-product-card__body{gap:5px;min-width:0}.home-product-card__title,.home-product-card__description{min-width:0}.home-product-card__description{max-width:32ch;line-height:1.55}@media (max-width:560px){.home-hero__products-grid{border-radius:16px}.home-product-card,.home-product-card:nth-child(odd){border-right:0}.home-product-card{min-height:auto;padding:18px}.home-product-card:nth-last-child(-n+2){border-bottom-width:1px}.home-product-card:last-child{border-bottom-width:0}}.home-hero__products-grid{border-radius:16px}.home-product-card{grid-template-columns:38px minmax(0,1fr) 18px;gap:14px;min-height:78px;padding:16px 18px}.home-product-card__description{display:none}.home-product-card__title{font-size:15px;line-height:1.32}.home-icon-tile{border-radius:9px;width:38px;height:38px;font-size:18px}.home-product-card__arrow{align-self:center}@media (max-width:560px){.home-product-card{padding:15px 16px}}.home-hero__inner{text-align:center;flex-direction:column;align-items:center;gap:0;padding-block:clamp(48px,7vw,88px);display:flex}.home-hero__inner .home-hero__eyebrow{justify-content:center}.home-hero__inner .home-hero__title{text-align:center;max-width:22ch}.home-hero__inner .home-hero__body{margin-top:18px;text-align:center;max-width:60ch;margin-inline:auto}.home-hero__inner .home-hero__products-grid{width:100%;max-width:1040px;box-shadow:none;background-color:#0000;border:0;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:clamp(30px,4vw,46px);padding:0;display:grid}@media not (min-width:860px){.home-hero__inner .home-hero__products-grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:520px){.home-hero__inner .home-hero__products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.home-hero__inner .home-product-card{border:1px solid var(--line);border-radius:var(--radius-card);background-color:var(--surface);text-align:center;min-height:0;transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out),transform .2s var(--ease-out);flex-direction:column;justify-content:flex-start;align-items:center;gap:14px;padding:clamp(22px,3vw,30px) 20px;display:flex;box-shadow:0 4px 18px -12px #102b4329}.home-hero__inner .home-product-card:hover{border-color:var(--brand-soft);background-color:var(--surface);transform:translateY(-3px);box-shadow:0 16px 34px -18px #102b434d}.home-hero__inner .home-product-card--highlighted{border-color:var(--brand-soft);background-color:var(--brand-wash)}.home-hero__inner .home-product-card__body{text-align:center;flex-direction:column;gap:4px;display:flex}.home-hero__inner .home-product-card__title{text-align:center;font-size:var(--text-lg)}.home-hero__inner .home-product-card__subtitle{text-align:center}.home-hero__inner .home-hero__cta-row{justify-content:center;margin-top:clamp(30px,4vw,44px)}@media (max-width:560px){.home-hero__inner .home-product-card{padding:22px 18px}}@media not (min-width:520px){.home-hero__inner .home-product-card{border-radius:14px;gap:10px;padding:16px 12px}.home-hero__inner .home-icon-tile{width:40px;height:40px}.home-hero__inner .home-product-card__title{font-size:14px;line-height:1.3}.home-hero__inner .home-product-card__subtitle{font-size:11.5px}}.home-references__header,.home-news__header{grid-template-columns:1fr;align-items:start}.home-references__header .home-section-description,.home-news__header .home-section-description{justify-self:start}.home-principles__header,.home-faq__header,.home-branch__inner{grid-template-columns:1fr}.home-principles__grid,.home-branch__features{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px);display:grid}@media not (min-width:880px){.home-principles__grid,.home-branch__features{grid-template-columns:1fr}}.home-faq__accordion{max-width:920px;margin-inline:auto}.home-metrics__header{grid-template-columns:1fr}.home-references__header,.home-metrics__header,.home-news__header,.home-principles__header>div:first-child,.home-faq__header>div:first-child,.home-branch__inner>div:first-child{text-align:center}.home-references__header .home-section-eyebrow,.home-metrics__header .home-section-eyebrow,.home-principles__header .home-section-eyebrow,.home-news__header .home-news__eyebrow,.home-faq__header .home-faq__eyebrow,.home-branch__inner .home-branch__eyebrow{display:inline-flex}.home-references__header .home-section-description,.home-news__header .home-section-description,.home-principles__header .home-section-lead,.home-faq__header .home-section-lead{margin-inline:auto}.home-principle-card,.home-branch__feature{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.home-branch__cta-row{justify-content:center}.home-branch__body{margin-inline:auto}.home-faq__cta{text-align:center}@media (max-width:640px){.home-references__header,.home-metrics__header,.home-news__header,.home-principles__header>div:first-child,.home-faq__header>div:first-child,.home-branch__inner>div:first-child{text-align:left}.home-references__header .home-section-description,.home-news__header .home-section-description,.home-principles__header .home-section-lead,.home-faq__header .home-section-lead,.home-branch__body{max-width:none;margin-inline:0}.home-principle-card,.home-branch__feature{text-align:left;align-items:flex-start}.home-branch__cta-row{justify-content:flex-start}.home-faq__accordion{margin-inline:0}.home-faq__cta{text-align:left}}@media not (min-width:64rem){.home-news__featured .home-card-arrow,.home-news__card .home-card-arrow{display:none}}@media not (min-width:760px){.home-news__featured-image,.home-news__image{width:100%;max-width:none}}
