.omnichannel{--accent:#ffbe32;--accent-deep:#f5ad21;--accent-dark:#d68e02;--charcoal:#2a2327;--charcoal-soft:#413b41;--text:#1e2224;--text-lead:#57534e;--text-3:#827e78;--surface:#fff;--bg:#f9f8f7;--sand:#f4efea;--line-strong:#e8e5df;--line-warm:#ebe2d4;--sh-sm:0 1px 2px #2a23270a;--sh-md:0 8px 24px -6px #2a232714;--sh-lg:0 24px 60px -18px #2a232729;--gutter:clamp(20px,5vw,56px);--radius-pill:40px;--radius-card:16px;color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}.omnichannel *{box-sizing:border-box}.omnichannel a{text-decoration:none}.omnichannel h1,.omnichannel h2,.omnichannel p{margin:0}.omnichannel__wrap{max-width:1320px;margin:0 auto;padding:0 var(--gutter)}.omnichannel__section{padding-block:clamp(56px,7vw,104px)}.omnichannel__section--white{background:var(--surface)}.omnichannel__section--bone{background:var(--bg)}.omnichannel__section--dark{background:var(--charcoal);color:#fff}.omnichannel__section--dark h2,.omnichannel__section--dark h3{color:#fff}.omnichannel__section--dark p{color:#c9c3c0}.omnichannel__section-head{max-width:620px;margin-bottom:clamp(32px,4vw,52px)}.omnichannel__section-head--narrow{max-width:640px}.omnichannel__section-sub{font-size:clamp(16px,1.5vw,19px);font-weight:500;color:var(--text-lead);margin-top:14px;text-wrap:pretty}.omnichannel h2{font-size:clamp(28px,3.6vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.026em;text-wrap:balance}.omnichannel__btn{font-family:inherit;font-weight:650;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,background .22s ease}.omnichannel__btn:active{transform:translateY(1px)}.omnichannel__btn--primary{background:var(--charcoal);color:var(--accent)!important;border-radius:var(--radius-pill);padding:10px 24px;font-size:16px}.omnichannel__btn--primary:hover{background:var(--charcoal-soft);box-shadow:var(--sh-md)}.omnichannel__btn--secondary{background:var(--sand);color:var(--text);border:1px solid var(--text);border-radius:var(--radius-pill);padding:14px 31px;font-size:18px}.omnichannel__btn--secondary:hover{background:#efe8e1;box-shadow:var(--sh-sm)}.omnichannel__btn--lg{font-size:18px;padding:15px 32px}.omnichannel__btn:hover .omnichannel__arrow{transform:translateX(4px)}.omnichannel__arrow{transition:transform .24s cubic-bezier(.22,1,.36,1)}.omnichannel__reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.omnichannel__reveal--visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.omnichannel__reveal{opacity:1!important;transform:none!important}}.omnichannel__hero{padding-block:clamp(44px,6vw,90px) clamp(34px,4.5vw,64px);position:relative;overflow:hidden;background:var(--bg)}.omnichannel__hero:before{content:"";position:absolute;top:-30%;right:-10%;width:54%;height:160%;background:radial-gradient(ellipse at 50% 50%,#ffbe3224,#0000 66%);pointer-events:none}.omnichannel__eyebrow{font-size:13px;font-weight:700;letter-spacing:.84px;text-transform:uppercase;color:var(--accent-dark);margin-bottom:16px}.omnichannel__title{font-size:clamp(34px,4.6vw,64px);font-weight:800;line-height:1.05;letter-spacing:-.03em;text-wrap:balance;max-width:17ch;margin-bottom:22px}.omnichannel__lead{font-size:clamp(17px,1.7vw,21px);font-weight:500;color:var(--text-lead);max-width:54ch;margin-top:20px}.omnichannel__cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;margin-bottom:44px}@media(max-width:560px){.omnichannel__cta-row .omnichannel__btn{width:100%}}.omnichannel__conv{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:clamp(12px,2vw,26px);gap:clamp(12px,2vw,26px);align-items:center;margin-top:clamp(38px,4.5vw,58px)}.omnichannel__conv--single{grid-template-columns:1fr;margin-top:16px}@media(max-width:980px){.omnichannel__conv{grid-template-columns:1fr;gap:16px}}.omnichannel__conv-node{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-card);padding:clamp(20px,2.4vw,26px);text-align:center}.omnichannel__conv-node b{display:block;font-size:17px;font-weight:800;letter-spacing:-.016em}.omnichannel__conv-node span{display:block;font-size:13.5px;color:var(--text-lead);margin-top:5px;line-height:1.5}.omnichannel__conv-icon{width:52px;height:52px;border-radius:14px;background:var(--sand);margin:0 auto 14px;display:flex;align-items:center;justify-content:center}.omnichannel__conv-icon svg{width:24px;height:24px}.omnichannel__conv-mid{display:flex;flex-direction:column;align-items:center;gap:8px}@media(max-width:980px){.omnichannel__conv-mid{flex-direction:row;justify-content:center}}.omnichannel__conv-line{width:clamp(24px,5vw,64px);height:2px;border-radius:2px;background:linear-gradient(90deg,#d68e0233,var(--accent-deep))}.omnichannel__conv-line--end{background:linear-gradient(90deg,var(--accent-deep),#d68e0233)}@media(max-width:980px){.omnichannel__conv-line{width:2px;height:26px;background:linear-gradient(180deg,#d68e0233,var(--accent-deep))}.omnichannel__conv-line--end{background:linear-gradient(180deg,var(--accent-deep),#d68e0233)}}.omnichannel__conv-hub{background:var(--charcoal);color:#fff;border-radius:var(--radius-card);padding:clamp(20px,2.4vw,26px);text-align:center;min-width:clamp(140px,18vw,200px);margin:0 auto}.omnichannel__conv-hub b{display:block;font-size:17px;font-weight:800;letter-spacing:-.016em;color:#fff}.omnichannel__conv-hub span{display:block;font-size:13.5px;color:#c9c3c0;margin-top:5px;line-height:1.5}.omnichannel__values{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(16px,2.2vw,24px);gap:clamp(16px,2.2vw,24px)}@media(max-width:980px){.omnichannel__values{grid-template-columns:1fr}}.omnichannel__value{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-card);padding:clamp(24px,2.8vw,32px);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.omnichannel__value:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}.omnichannel__value-icon{width:42px;height:42px;border-radius:12px;background:var(--sand);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.omnichannel__value-icon svg{width:20px;height:20px}.omnichannel__value-title{display:block;font-size:19px;font-weight:800;letter-spacing:-.018em;margin-bottom:9px}.omnichannel__value-text{font-size:15px;color:var(--text-lead);line-height:1.62}.omnichannel__suits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(14px,1.8vw,20px);gap:clamp(14px,1.8vw,20px)}@media(max-width:980px){.omnichannel__suits{grid-template-columns:1fr}}.omnichannel__suit{border-left:2px solid var(--accent-deep);padding:4px 0 4px 18px}.omnichannel__suit-title{display:block;font-size:16.5px;font-weight:800;letter-spacing:-.016em;margin-bottom:6px}.omnichannel__suit-text{font-size:14.5px;line-height:1.6;color:#b9b2ae}.omnichannel__closing{background:var(--sand);border:1px solid var(--line-warm);border-radius:var(--radius-card);padding:clamp(26px,3.2vw,40px);display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap}.omnichannel__closing-content{max-width:52ch}.omnichannel__closing-content h2{font-size:clamp(24px,2.8vw,34px);letter-spacing:-.024em;margin-bottom:10px}.omnichannel__closing-content p{font-size:15.5px;color:var(--text-lead)}