@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:#0b2330;--muted:#5d6e76;--teal:#1b706d;--mint:#a2ebda;--line:#dce5e7;--pale:#f1f6f6;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif;background:white}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%}.wrap{width:min(1280px,89%);margin:auto}.topline{padding:9px 5.5%;font-size:11px;letter-spacing:1.8px;background:var(--ink);color:#d5e5e8;display:flex;justify-content:space-between}header{height:106px;padding:15px 5.5%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:white;border-bottom:1px solid var(--line)}.brand{display:flex;gap:18px;align-items:center;flex-shrink:0}.brand>img{width:194px}.brand .jaec{width:76px;height:59px;object-fit:cover}.brand-divider{height:40px;border-left:1px solid #d6dfe0}nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500}nav>a:not(.button):hover{color:var(--teal)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--ink);color:white;padding:17px 24px;border:1px solid var(--ink);font-weight:600;font-size:15px;border-radius:4px;transition:background .2s,transform .2s}.button:hover{background:var(--teal);border-color:var(--teal);transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.small{padding:13px 18px;font-size:13px;gap:18px}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:7%;padding-top:64px;padding-bottom:62px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--teal);margin:0 0 24px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;font-weight:500;margin:0;letter-spacing:-1.8px}h1{font-size:clamp(52px,5.7vw,82px);line-height:1.08;letter-spacing:-4px}h1 em{font-style:normal;color:var(--teal)}.intro{max-width:510px;color:var(--muted);font-size:18px;line-height:1.75;margin:26px 0 30px}.actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid #b7c6cb;padding:8px 0}.text-link span{margin-left:15px}.hero-foot{font-size:13px;color:var(--muted);margin:32px 0 0}.portrait-stage{height:490px;background:#e9f0ef;position:relative;border-radius:160px 8px 8px 8px;overflow:hidden}.portrait-stage>img{height:100%;width:100%;object-fit:cover;object-position:center 18%;mix-blend-mode:multiply}.portrait-stage:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(5,29,40,.86))}.vertical-label{position:absolute;right:20px;top:35px;writing-mode:vertical-rl;font-size:10px;letter-spacing:2px;z-index:1}.portrait-caption{position:absolute;bottom:28px;left:32px;color:white;z-index:2}.portrait-caption>span{font-size:10px;letter-spacing:2px;color:var(--mint)}.portrait-caption strong{display:block;font-size:26px;font-weight:500;margin:4px 0}.portrait-caption p{font-size:13px;line-height:1.5;margin:0;color:#dce7e8}.round-link{position:absolute;bottom:32px;right:28px;background:var(--mint);width:48px;height:48px;display:grid;place-items:center;border-radius:50%;font-size:25px;z-index:2}.visual-note{display:flex;justify-content:space-between;align-items:center;padding:19px 0 0;font-size:13px;color:var(--muted)}.visual-note strong{font-weight:500;color:var(--ink)}.note-mark{font:24px Manrope;color:var(--teal);letter-spacing:-2px}.territory-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;font-size:12px;font-weight:500}.territory-strip .wrap{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.territory-strip i{color:#80bdb4}.menu-toggle{display:none}.skip{position:fixed;top:-90px;background:white;padding:15px;z-index:100}.skip:focus{top:0}:focus-visible{outline:3px solid #27a797;outline-offset:5px}section{scroll-margin-top:30px}h2{font-size:clamp(34px,3.4vw,49px)}h3{font-size:24px;letter-spacing:-.7px}p{margin:0 0 16px}.section{padding:100px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:46px}.section-head h2{max-width:680px}.section-head>p{max-width:340px;color:var(--muted);margin:0}.muted{color:var(--muted)}
@media(min-width:1500px){.hero{padding-top:90px;padding-bottom:90px}.portrait-stage{height:560px}}@media(max-width:1100px){header{gap:15px}nav{gap:17px}.brand>img{width:145px}.brand .jaec{width:62px;height:49px}.brand{gap:10px}nav .small{font-size:12px;padding:12px}.hero{gap:5%}h1{font-size:62px}.portrait-stage{height:470px}.actions{gap:14px}.actions .button{font-size:14px}.actions .text-link{font-size:13px}}@media(max-width:850px){header{height:90px;position:relative}.menu-toggle{display:flex;gap:14px;border:0;background:none;color:var(--ink)}nav{display:none;position:absolute;top:90px;left:0;right:0;padding:24px 6%;background:white;z-index:10;box-shadow:0 18px 20px #0b233015;align-items:stretch}nav.open{display:flex;flex-direction:column}.hero{gap:32px}h1{font-size:52px;letter-spacing:-2.5px}.intro{font-size:16px}.portrait-stage{height:450px}.portrait-caption{left:22px}.portrait-caption strong{font-size:22px}.round-link{right:20px;width:38px;height:38px}.section-head{display:block}.section-head>p{margin-top:22px;max-width:600px}}@media(max-width:600px){.topline{font-size:9px;padding:9px 5.5%}.topline span{display:none}.hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:35px}.hero h1{font-size:55px}.hero .eyebrow{font-size:10px;letter-spacing:1.3px}.hero-foot{margin-top:22px}.portrait-stage{height:410px;border-top-left-radius:120px}.hero-visual{margin-top:8px}.territory-strip{padding:20px 0}.territory-strip .wrap{justify-content:center;font-size:11px;gap:8px 12px}.section{padding:65px 0}h2{font-size:35px;letter-spacing:-1.5px}.actions{gap:15px}.button{padding:15px 20px}.brand>img{width:155px}.brand .jaec{width:61px;height:48px}.section-head{margin-bottom:30px}}
