@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#172c36;--muted:#53636c;--blue:#466d7b;--pale:#eef4f5;--line:#d9e1e3;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font:400 1rem/1.7 'DM Sans',Arial,sans-serif}a{color:inherit;text-underline-offset:3px}a:focus-visible,summary:focus-visible{outline:3px solid #47a4c4;outline-offset:4px}img{max-width:100%;height:auto;display:block}.wrap{width:min(1160px,calc(100% - 48px));margin:auto}.skip{position:absolute;top:-100px;left:12px;padding:12px;background:#fff;z-index:20}.skip:focus{top:12px}.mast{background:#fff;border-bottom:1px solid var(--line)}.mast-inner{display:flex;justify-content:space-between;align-items:center;min-height:104px;gap:30px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;line-height:1}.brand strong{font:800 1.02rem/1.04 Manrope,sans-serif;letter-spacing:.12em}.brand small{display:block;font-size:.72rem;letter-spacing:.025em;color:var(--muted);margin-top:9px}.brand-icon{height:52px;width:38px;border:2px solid var(--ink);border-radius:3px;display:grid;place-items:center;font-size:0;position:relative}.brand-icon:before{content:'';position:absolute;top:0;bottom:17px;left:49%;border-left:1px solid var(--ink)}.brand-icon:after{content:'';position:absolute;bottom:14px;left:0;right:0;border-top:2px solid var(--ink)}.desktop-nav{display:flex;align-items:center;gap:26px}.desktop-nav a{font-size:.83rem;font-weight:700;text-decoration:none;white-space:nowrap}.desktop-nav a:hover,.subtle:hover{color:#2c748d}.menu{display:none}.hero{background:#142d39;color:#f7fbfc;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.24fr .76fr;min-height:485px;align-items:center;gap:70px}.eyebrow{font:800 .76rem/1.4 Manrope,sans-serif;letter-spacing:.15em;color:#427b90;margin-bottom:18px}.eyebrow.light{color:#8fc4d3}.hero h1,h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.18;letter-spacing:-.035em}h1{font-size:clamp(2.2rem,4.4vw,4.25rem);margin:0 0 24px}.hero h1{max-width:780px}.hero p{font-size:1.15rem;max-width:670px;color:#d6e2e6;line-height:1.75;margin:0 0 28px}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;text-decoration:none;padding:12px 18px;border-radius:3px;font-weight:700;font-size:.88rem;line-height:1.3;white-space:normal;text-align:center}.btn.pale{background:#d9edf2;color:#112c3a}.btn.dark{background:#1d3b49;color:white}.btn.outline{border:1px solid #829ca7;color:var(--ink)}.btn:hover{filter:brightness(1.13)}.text-link{color:#d6edf3;text-decoration:none;font-weight:700;margin-left:12px}.hero-mark{height:370px;border:1px solid rgba(192,223,234,.21);display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 55% 36%,#325667 0%,#142d39 70%)}.outline-fridge{height:265px;width:182px;border:2px solid #9cc4d0;border-radius:7px;position:relative;box-shadow:20px 10px 0 -14px #5e8c9b}.outline-fridge:before{content:'';position:absolute;left:50%;height:72%;border-left:2px solid #9cc4d0}.line-mid,.drawer{position:absolute;left:0;right:0;bottom:28%;border-top:2px solid #9cc4d0}.drawer{bottom:24%}.handle{position:absolute;left:41%;top:17%;height:58px;border-left:3px solid #9cc4d0}.handle.two{left:58%}.hero-caption{position:absolute;bottom:18px;font-size:.67rem;letter-spacing:.15em;color:#b2cdd5}.section{padding:88px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}h2{font-size:clamp(1.65rem,2.8vw,2.7rem);margin:0 0 20px}.section-head h2{margin:0}.subtle{font-weight:700;color:#315d6e;text-decoration:none}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.card{border:1px solid var(--line);display:flex;flex-direction:column;background:white}.card-img{aspect-ratio:1.8;background:#dfe8eb;overflow:hidden}.card-img img{height:100%;width:100%;object-fit:cover}.photo-await{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#ebf0f1,#cddde3);color:#496976;text-align:center;letter-spacing:.16em;font-weight:700;font-size:.85rem}.card-body{padding:28px 28px 30px;display:flex;flex-direction:column;flex:1}.chip{font:800 .71rem Manrope,sans-serif;letter-spacing:.12em;color:#4f7e90}.card h3{font-size:1.65rem;margin:11px 0 3px}.card-sub{font-weight:700;color:#496575;margin:0 0 12px}.card-body>p:not(.card-sub){color:#465961;margin:0 0 22px}.card .actions{margin-top:auto}.disclosure{font-size:.83rem;color:var(--muted);margin:18px 0 0}.band{background:#ecf2f3;padding:80px 0}.band h2{max-width:700px}.triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.triptych>div{border-top:1px solid #90abb5;padding:20px 16px 0 0}.triptych b{font:800 1rem Manrope}.triptych p{color:#4b5d65;margin-bottom:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.split p{font-size:1.1rem;color:#4c5e66}.footer{background:#112733;color:#d7e5e9;padding:65px 0 32px}.foot-top{display:flex;justify-content:space-between;gap:60px;border-bottom:1px solid #46616b;padding-bottom:45px}.foot-brand{font:800 1rem Manrope;letter-spacing:.13em;color:white}.foot-top p{max-width:320px}.foot-top nav{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:11px 30px}.foot-top a{font-size:.9rem;text-decoration:none}.fine{font-size:.8rem;color:#a9bec6;margin:24px 0 0}.subpage{padding:44px 0 100px}.breadcrumbs{font-size:.82rem;color:#59717b;margin-bottom:52px}.subpage h1{max-width:850px}.lead{font-size:1.18rem;max-width:770px;color:#4b5e65;margin:0 0 42px}.onwhite{margin-top:50px}.prose{font-size:1.06rem;color:#304650}.prose.narrow{max-width:750px}.prose h2{font-size:1.8rem;color:var(--ink);margin:45px 0 14px}.prose h3{font-size:1.09rem;color:var(--ink)}.prose p{margin:0 0 21px}.article{padding:43px 0 110px}.article .breadcrumbs{margin-bottom:52px}.article h1{max-width:850px}.dek{font-size:1.25rem;line-height:1.55;max-width:820px;color:#465d68;margin:0 0 17px}.byline{font-size:.86rem;color:#637781}.notice{border-left:4px solid #497c91;background:#eef4f6;padding:16px 24px;max-width:830px;margin:26px 0}.notice p{margin:4px 0 0}.top-actions{margin:25px 0 55px}.article-grid{display:grid;grid-template-columns:minmax(0,740px) minmax(200px,1fr);gap:65px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:55px}.gallery figure{margin:0;background:#e8eef0}.gallery img{width:100%;height:220px;object-fit:cover}.gallery figcaption{font-size:.8rem;line-height:1.45;padding:11px 13px;color:#4b626d}.pending-photo{background:#e7eff1;padding:45px;margin-bottom:50px;color:#4f6670}.proscons{display:grid;grid-template-columns:1fr 1fr;gap:18px}.proscons>div{padding:19px 22px;background:#edf4f5}.proscons>div+div{background:#f4f4f2}.proscons h3{margin:0 0 12px}.proscons ul{padding-left:20px;margin:0}.proscons li{margin-bottom:10px}.inline-cta{margin:28px 0 52px}.side-note{align-self:start;position:sticky;top:24px;border-top:4px solid #375f70;padding:22px;background:#edf3f5;font-size:.9rem}.side-note h3{font-size:1.25rem;margin:0 0 10px}.side-note p{border-bottom:1px solid #ccd9dd;padding-bottom:10px}.side-note a{font-weight:700}.limitations{background:#f0f4f5;padding:22px}
@media(max-width:900px){.desktop-nav{display:none}.menu{display:block;position:relative}.menu summary{cursor:pointer;font-weight:700;list-style:none;padding:12px}.menu nav{position:absolute;right:0;top:42px;z-index:10;width:min(300px,80vw);background:white;box-shadow:0 10px 30px #10263333;padding:16px;display:grid;gap:12px}.menu nav a{text-decoration:none;padding:8px}.hero-grid{gap:25px}.hero-mark{height:290px}.article-grid{grid-template-columns:1fr}.side-note{position:static;order:-1}.split{gap:30px}}@media(max-width:650px){.wrap{width:min(100% - 32px,1160px)}.mast-inner{min-height:82px}.brand strong{font-size:.8rem}.brand small{font-size:.6rem}.brand-icon{height:42px;width:31px}.hero-grid,.split,.cards,.triptych,.proscons{grid-template-columns:1fr}.hero-grid{min-height:0;padding-top:67px;padding-bottom:60px}.hero-mark{display:none}.hero h1{font-size:2.45rem}.hero p{font-size:1.05rem}.section,.band{padding:60px 0}.section-head{display:block}.section-head .subtle{display:inline-block;margin-top:16px}.card-body{padding:22px}.foot-top{display:block}.foot-top nav{margin-top:30px}.article,.subpage{padding-top:25px}.article .breadcrumbs,.subpage .breadcrumbs{margin-bottom:36px}.article h1{font-size:2.25rem}.gallery{grid-template-columns:1fr}.gallery img{height:auto}.top-actions{margin-bottom:35px}.text-link{margin-left:0}.article-grid{gap:24px}.btn{width:100%}.actions{align-items:stretch}.card .actions{width:100%}}
.editorial-photo{margin:28px 0 46px;max-width:790px}.editorial-photo img{display:block;width:100%;height:auto;aspect-ratio:8/5;object-fit:cover}.editorial-photo figcaption{font-size:.83rem;line-height:1.5;color:#526975;margin-top:10px}.seo-follow{margin-top:55px}.seo-follow p{max-width:760px;color:#374d57}.seo-follow.prose{padding-top:30px;border-top:1px solid #d9e1e3}.seo-follow h2{max-width:760px}
.sister-site{padding:0 0 88px}.sister-card{border:1px solid #d9e1e3;border-left:4px solid #427b90;background:#f2f6f7;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:34px}.sister-card .eyebrow{margin-bottom:10px}.sister-card h2{font-size:clamp(1.45rem,2.2vw,2rem);margin:0 0 10px}.sister-card p{margin:0;max-width:650px;color:#405661}.sister-card .btn{flex:none}@media(max-width:750px){.sister-site{padding-bottom:60px}.sister-card{display:block;padding:26px 24px}.sister-card .btn{margin-top:24px}}
