@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap");:root{--coral:#ed8074;--teal:#1d7a8c;--navy:#00233a;--cyan:#74e1ed;--paper:#f7f4ef;--ink:#102634;--muted:#5d6d76;--line:#dbe2e4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.header{height:86px;padding:0 max(5vw,28px);gap:38px;border-bottom:1px solid #edf0f1;position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.96);z-index:10}.brand,.header{display:flex;align-items:center}.brand img{height:46px;width:auto;display:block}.header nav{display:flex;gap:28px;font-size:14px;margin-left:auto;margin-right:auto}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.button{display:inline-block;background:var(--coral);color:#fff;padding:15px 22px;font-weight:700;border-radius:2px}.button.secondary{background:transparent;color:var(--navy);border:1px solid var(--navy)}.button.small{padding:12px 18px;font-size:13px}.hero{min-height:610px;padding:95px max(6vw,40px);display:grid;grid-template-columns:1.05fr .95fr;grid-gap:65px;gap:65px;align-items:center;background:linear-gradient(135deg,#fff,#fff 57%,#eef8f9 0,#eef8f9)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--teal)}h1{font:700 clamp(48px,6vw,84px)/1.02 Castoro,Georgia,serif;margin:18px 0 24px;letter-spacing:-.03em}h1,h2{color:var(--navy);text-wrap:balance}h2{font:700 clamp(34px,4vw,54px)/1.08 Castoro,Georgia,serif;margin:10px 0 20px}h3{color:var(--navy);font-size:19px}.lead{font-size:20px;line-height:1.6;max-width:720px;color:#435761;text-wrap:pretty}.actions{display:flex;gap:12px;margin-top:32px}.visual{justify-content:center}.lockup,.visual{display:flex;align-items:center}.lockup{gap:clamp(6px,1vw,18px);width:100%;max-width:clamp(440px,46vw,820px)}.lockup-mark{width:23%;height:auto;flex:none}.lockup-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:clamp(6px,.8vw,14px)}.lockup-word{width:100%;height:auto;display:block}.lockup-tag{align-self:stretch;text-align:center;color:var(--navy);font-weight:700;letter-spacing:.03em;font-size:clamp(14px,1.5vw,22px);white-space:nowrap}.section{padding:90px max(6vw,40px)}.section.tint{background:var(--paper)}.section.dark{background:var(--navy);color:white}.section.dark h2,.section.dark h3{color:white}.intro{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:70px;gap:70px;margin-bottom:50px}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card{border:1px solid var(--line);padding:28px;min-height:210px;background:white;transition:.2s}.card:hover{transform:translateY(-3px);border-color:var(--teal)}.num{font:italic 30px Castoro,serif;color:var(--coral)}.card p{line-height:1.55;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line)}.product{background:#fff;padding:25px;min-height:190px}.product:nth-child(3n){border-top:5px solid var(--cyan)}.product:nth-child(3n+1){border-top:5px solid var(--coral)}.product:nth-child(3n+2){border-top:5px solid var(--teal)}.cta{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta p{max-width:620px;line-height:1.6;color:#d7e5eb}.pagehero{padding:80px max(6vw,40px) 55px;background:#f2f8f9;text-align:center}.pagehero .lead{margin-left:auto;margin-right:auto}.pagehero h1{font-size:58px}.content{padding:70px max(6vw,40px)}.article{max-width:820px}.article p{font-size:18px;line-height:1.75}.centered{max-width:760px;margin:0 auto;text-align:center}.centered .lead{max-width:none}.nb{display:inline-block}.duo{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.duo>div{border:1px solid var(--line);border-top:5px solid var(--teal);padding:30px;background:#fff}.duo>div:last-child{border-top-color:var(--coral)}.duo p{font-size:18px;line-height:1.7;margin:12px 0 0;color:#435761}.cycle{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:10px}.cycle .step{background:#fff;padding:26px}.cycle .step .n{font:italic 28px Castoro,serif;color:var(--coral)}.cycle .step h3{margin:8px 0 10px}.cycle .step p{color:var(--muted);line-height:1.55;font-size:15px;margin:0}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:#eaf5f6;color:var(--teal);padding:8px 11px;font-size:12px;font-weight:700}footer{padding:55px max(6vw,40px);display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:30px;gap:30px;background:#061d2c;color:#dce8ec}footer p{color:#aebdc4}.footer-brand{display:inline-block}.footer-brand:hover{color:var(--cyan)}.copyright{grid-column:1/-1;border-top:1px solid #29404d;padding-top:25px}@media(max-width:850px){.header{gap:14px}.menu-toggle{display:flex}.brand{flex:1 1;justify-content:center;margin:0}.brand img{height:34px}.header nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;z-index:10;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);pointer-events:none;transition:max-height .28s ease,opacity .22s ease,transform .28s ease}.header nav.open{max-height:400px;opacity:1;transform:translateY(0);pointer-events:auto;border-bottom:1px solid #edf0f1}.header nav a{padding:15px max(5vw,28px);border-top:1px solid #edf0f1;font-size:15px}.hero{grid-template-columns:1fr;min-height:auto}.visual{justify-content:flex-start}.lockup{max-width:340px}.lockup-tag{font-size:13px}.cards,.cycle,.duo,.intro,.products{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}.pagehero h1{font-size:44px}}