:root{--shell-paper:#f4f0e9;--shell-ink:#26332e;--shell-sage:#435a50;--shell-blue:#e5edf0;--shell-line:rgba(38,51,46,.16);--shell-serif:"Newsreader",Georgia,serif;--shell-sans:"DM Sans",sans-serif}.global-header{position:sticky;top:0;z-index:60;width:100%;height:128px;padding:0 clamp(1.25rem,5vw,5.5rem);display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;color:var(--shell-ink);background:#f4f0e9c2;border-bottom:1px solid transparent;transition:background-color .24s,border-color .24s,box-shadow .24s,backdrop-filter .24s}.global-header.is-scrolled,.global-menu-open .global-header{background:#e5edf0f0;border-bottom-color:#26332e24;box-shadow:0 9px 32px #2d404612;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.global-brand{display:block;width:max-content}.global-brand img{display:block;width:112px;height:112px;object-fit:contain;border-radius:50%;box-shadow:0 4px 18px #402d3312}.global-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1.4rem,2.5vw,2.5rem);font:400 15px/1.2 var(--shell-sans);letter-spacing:.005em;white-space:nowrap}.global-nav a{position:relative;padding:.55rem 0}.global-nav a:after{content:"";position:absolute;right:100%;bottom:.2rem;left:0;height:1px;background:var(--shell-sage);transition:right .22s}.global-nav a:hover:after,.global-nav a:focus-visible:after,.global-nav a[aria-current=page]:after{right:0}.global-nav a[aria-current=page]{font-weight:500}.global-header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1rem;border:1px solid rgba(38,51,46,.24);border-radius:9px;background:var(--shell-ink);color:#fff;font:400 14px/1 var(--shell-sans)}.global-header-spacer{justify-self:end;width:1px}.global-menu-toggle,.global-mobile-menu{display:none}.global-footer{padding:4rem clamp(1.25rem,8vw,8rem) 2rem;display:grid;grid-template-columns:minmax(220px,1fr) 1.6fr;gap:clamp(2rem,8vw,8rem);background:#202c27;color:#eae7e0}.global-footer-brand img{display:block;width:136px;height:136px;object-fit:contain;border-radius:50%;box-shadow:0 14px 35px #0003}.global-footer-brand p{max-width:22rem;margin:1.5rem 0 0;color:#aeb8b3;font:300 1.18rem/1.45 var(--shell-serif)}.global-footer-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-content:center}.global-footer-nav a{color:#d5dbd7;font:400 13px/1.35 var(--shell-sans)}.global-footer-nav a:hover,.global-footer-nav a:focus-visible{color:#fff}.global-footer-meta{grid-column:1/-1;display:flex;justify-content:space-between;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);color:#8f9994;font-size:11px}.global-footer-meta p{margin:0}@media(max-width:950px){.global-header{height:104px;grid-template-columns:1fr auto;padding:0 1.25rem}.global-brand img{width:90px;height:90px}.global-nav,.global-header-cta,.global-header-spacer{display:none}.global-menu-toggle{justify-self:end;display:flex;width:44px;height:44px;padding:0;border:0;background:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;z-index:2}.global-menu-toggle span{display:block;width:24px;height:1px;background:var(--shell-ink);transition:transform .22s,opacity .22s}.global-menu-open .global-menu-toggle span:first-child{transform:translateY(6px) rotate(45deg)}.global-menu-open .global-menu-toggle span:nth-child(2){opacity:0}.global-menu-open .global-menu-toggle span:last-child{transform:translateY(-6px) rotate(-45deg)}.global-mobile-menu{position:fixed;inset:104px 0 0;z-index:59;display:flex;padding:2rem 1.25rem 2.5rem;flex-direction:column;background:linear-gradient(150deg,#eef3f5,#e4ecef);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .24s,visibility .24s,transform .24s;overflow-y:auto}.global-menu-open .global-mobile-menu{opacity:1;visibility:visible;transform:none}.global-mobile-menu nav{display:flex;flex-direction:column}.global-mobile-menu a{padding:.9rem 0;border-bottom:1px solid var(--shell-line);font:300 clamp(1.75rem,8vw,2.35rem)/1.15 var(--shell-serif)}.global-mobile-menu a[aria-current=page]{color:var(--shell-sage);font-style:italic}.global-mobile-menu p{margin:auto 0 0;padding-top:2rem;color:#687671;font-size:.72rem}.global-footer{grid-template-columns:1fr}.global-footer-nav{grid-template-columns:1fr 1fr}.global-footer-meta{flex-direction:column;gap:.5rem}}@media(max-width:520px){.global-header{height:96px;padding:0 1rem}.global-brand img{width:82px;height:82px}.global-mobile-menu{inset:96px 0 0}.global-footer-nav{grid-template-columns:1fr}.global-footer{padding-top:3rem}.global-footer-meta{font-size:10px}}@media(prefers-reduced-motion:reduce){.global-header,.global-nav a:after,.global-menu-toggle span,.global-mobile-menu{transition:none!important}}.global-header+main .hero{padding-top:clamp(3.5rem,6vw,6rem)}.global-header-tools{justify-self:end;display:flex;align-items:center;gap:.85rem}.language-switcher{display:flex;align-items:center;gap:4px}.language-switcher button{min-width:43px;height:38px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(38,51,46,.2);border-radius:3px;background:#faf8f37a;color:var(--shell-ink);font:500 10px/1 var(--shell-sans);cursor:pointer;transition:border-color .18s,background-color .18s}.language-switcher button span{display:inline-block;font-size:16px;line-height:1;opacity:.68;filter:saturate(.7);transform:scale(.9);transition:transform .18s,opacity .18s,filter .18s}.language-switcher button:hover,.language-switcher button:focus-visible{border-color:var(--shell-sage);background:#f7fafb;outline:none}.language-switcher button:hover span,.language-switcher button:focus-visible span,.language-switcher button[aria-pressed=true] span{opacity:1;filter:saturate(1.12);transform:scale(1.22)}.language-switcher button[aria-pressed=true]{border-color:var(--shell-sage);background:#dce7e9}@media(max-width:950px){.global-header-tools{display:none}.language-switcher-mobile{display:flex;margin:1.25rem 0 0}.language-switcher-mobile button{height:44px;min-width:62px;font-size:11px}.language-switcher-mobile button span{font-size:19px}}.global-mobile-cta{display:none}@media(max-width:950px){.global-header{grid-template-columns:1fr auto auto;gap:.65rem}.global-mobile-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem .85rem;border-radius:9px;background:var(--shell-ink);color:#fff;font:400 13px/1 var(--shell-sans);white-space:nowrap}.global-header-cta{display:inline-flex}}@media(max-width:520px){.global-header{grid-template-columns:1fr auto auto;gap:.4rem;padding:0 .75rem}.global-brand img{width:72px;height:72px}.global-mobile-cta{min-height:40px;padding:.55rem .65rem;border-radius:8px;font-size:11px}}.global-footer-nav{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(1.5rem,4vw,4rem)}.global-footer-group{display:flex;flex-direction:column;gap:.7rem}.global-footer-group h2{margin:0 0 .55rem;color:#8fa19a;font:500 10px/1.3 var(--shell-sans);letter-spacing:.16em;text-transform:uppercase}.global-footer-group a{width:max-content;max-width:100%;padding:.15rem 0}.global-footer-group a:hover,.global-footer-group a:focus-visible{text-decoration:underline;text-underline-offset:4px}@media(max-width:700px){.global-footer-nav{grid-template-columns:1fr;gap:2rem}.global-footer-group{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.global-footer-group:last-child{padding-bottom:0;border-bottom:0}}
