@charset "UTF-8";
:root{color-scheme:light;--paper:#f4f2eb;--ink:#172e47;--muted:#566571;--line:#d5d6ce;--orange:#d9502b;--blue:#204fa0}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:6px}.page{max-width:1600px;margin:auto;padding:0 6%}header{height:118px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;font-size:26px;font-weight:700;letter-spacing:-1px}.brand-icon{display:flex;align-items:center;justify-content:center;background:var(--ink);color:var(--paper);width:35px;height:35px;font-family:Georgia,serif;font-size:27px;letter-spacing:-6px;padding-right:5px;margin-right:3px}.brand-icon span{transform:translateY(3px)}.company-type{font-size:11px;letter-spacing:0;font-weight:400;align-self:end;margin-bottom:5px}.language{display:flex;align-items:center;gap:10px;font-size:11px}.language[hidden]{display:none}.language button{border:0;background:none;padding:10px 4px;color:var(--muted);cursor:pointer}.language button[aria-pressed=true]{color:var(--ink);font-weight:700;text-decoration:underline;text-underline-offset:5px}.language>span{color:#979d9c}.hero-top{display:flex;justify-content:space-between;align-items:center;margin:44px 0 32px}.eyebrow,.edition{font-size:10px;text-transform:uppercase;letter-spacing:1.8px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0}.status-dot{height:7px;width:7px;border-radius:50%;background:var(--orange)}.edition{color:var(--muted);letter-spacing:1px}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:5%;align-items:center;padding-bottom:72px}.hero-copy{padding:25px 0}h1{font-size:clamp(42px,4.5vw,76px);font-weight:400;letter-spacing:-3px;line-height:1.12;margin:0 0 30px}.serif{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.03em}.intro{max-width:310px;line-height:1.8;font-size:14px;color:var(--muted);margin:0 0 38px}.explore{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-size:12px;border-bottom:1px solid var(--ink);padding-bottom:12px}.explore span:last-child{font-size:22px;transition:transform .2s}.explore:hover span:last-child{transform:translate(3px,3px)}.art{height:460px;background:#e6e5dc;position:relative;overflow:hidden;isolation:isolate}.art-grid{position:absolute;inset:0;background-image:linear-gradient(#172e470a 1px,transparent 1px),linear-gradient(90deg,#172e470a 1px,transparent 1px);background-size:46px 46px}.sun{position:absolute;top:13%;left:24%;width:53%;aspect-ratio:1;border-radius:50%;background:var(--orange);box-shadow:inset -20px -15px 45px #b5331920}.horizon{position:absolute;left:-30%;width:160%;height:75%;border-radius:50% 50% 0 0}.horizon-back{background:#4775b0;top:54%;transform:rotate(-16deg)}.horizon-front{background:var(--blue);top:66%;transform:rotate(17deg)}.art-cross{position:absolute;font-size:18px;font-weight:300;color:#425663}.cross-one{left:20px;top:16px}.cross-two{right:20px;top:16px}.art-caption{position:absolute;bottom:22px;left:24px;right:24px;display:flex;justify-content:space-between;color:#fff;font-size:8px;letter-spacing:1.4px}.company{border-top:1px solid var(--line);padding:48px 0 60px;display:grid;grid-template-columns:.7fr 1.2fr 1fr;gap:6%}.section-label{align-self:start;line-height:1.8}.section-number{color:var(--muted);margin-right:10px;font-size:10px;letter-spacing:0}.company h2{font-size:25px;line-height:1.25;font-weight:400;letter-spacing:-.7px;margin:0 0 18px}.company-description p{font-size:13px;color:var(--muted);line-height:1.8;margin:0;max-width:290px}dl{margin:0;font-size:11px}dl>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}dl>div:first-child{padding-top:0}dt{color:var(--muted)}dd{margin:0}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:84px;font-size:10px;color:var(--muted)}footer a{font-size:23px;color:var(--ink);padding:10px}.footer-note{margin-left:auto;margin-right:32px}.skip-link{position:fixed;left:20px;top:-100px;z-index:10;padding:12px;background:var(--ink);color:white}.skip-link:focus{top:15px}
@media(min-width:1450px){.hero{padding-bottom:90px}.art{height:530px}.hero-top{margin-top:55px}}
@media(max-width:900px){.page{padding:0 5%}header{height:95px}h1{font-size:45px;letter-spacing:-2px}.art{height:380px}.hero{gap:3%}.company{grid-template-columns:1fr 1fr;gap:30px}.section-label{grid-column:1/-1}.company-description p{max-width:340px}}
@media(max-width:600px){header{height:86px}.brand{font-size:23px}.hero-top{margin:28px 0 22px}.edition{font-size:8px}.eyebrow{font-size:9px;letter-spacing:1.2px}.hero{grid-template-columns:1fr;gap:32px;padding-bottom:38px}.hero-copy{padding:12px 0 0}h1{font-size:clamp(37px,8.5vw,51px);margin-bottom:22px;letter-spacing:-1.8px}.intro{font-size:13px;max-width:285px;margin-bottom:24px}.art{height:auto;aspect-ratio:1.15}.company{grid-template-columns:1fr;padding:30px 0 36px;gap:25px}.company h2{font-size:26px}.company-description p{max-width:310px}dl{font-size:12px}dl>div{padding:15px 0}footer{font-size:9px;min-height:75px}.footer-note{display:none}footer a{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
