@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;700&family=Instrument+Serif:ital@0;1&display=swap");:root{--teal:#006b78;--deep:#005766;--yellow:#ffb900;--red:#d9232e;--cream:#f2f0eb;--ink:#102d35;--sans:"DM Sans",sans-serif;--condensed:"Barlow Condensed",sans-serif;--serif:"Instrument Serif",serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.page{min-height:100svh;padding:2rem 1rem;position:relative;overflow:hidden;background:radial-gradient(circle at 0 0,rgba(0,107,120,.12),transparent 30rem),var(--cream)}.page:after{content:"";position:absolute;width:26rem;height:26rem;right:-13rem;bottom:-13rem;border-radius:50%;border:1px solid rgba(0,107,120,.2);pointer-events:none}.page__shell{position:relative;z-index:1;width:min(100%,31rem);margin:auto}.profile{text-align:center}.brand{display:inline-flex;align-items:center;gap:.65rem;text-align:left}.brand__mark{width:2.7rem;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;color:var(--teal);background:var(--yellow);font-family:var(--serif);font-size:1.2rem;font-style:italic;transform:rotate(-7deg)}.brand>span:last-child{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:var(--condensed);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.brand small{margin-top:.25rem;color:var(--yellow);font-size:.58rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.header-media{position:relative;width:100vw;min-height:27rem;margin:1.5rem 0 0 calc(50% - 50vw);overflow:hidden;background:var(--deep);text-align:left}.header-media img{display:block;width:100%;height:100%;min-height:27rem;object-fit:cover;object-position:center}.header-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,25,32,.98),rgba(0,35,43,.9) 35%,rgba(0,35,43,.28) 73%,rgba(0,35,43,.08)),linear-gradient(0deg,rgba(0,25,32,.72),transparent 65%);pointer-events:none}.header-media figcaption{position:absolute;z-index:1;left:max(1rem,calc((100vw - 31rem)/2 + 1rem));right:1rem;bottom:1.5rem;color:#fff}.header-media figcaption>strong{margin-bottom:.2rem;color:var(--yellow);font-size:.82rem;font-weight:900;letter-spacing:.12em}.header-media figcaption>span,.header-media figcaption>strong{display:block;font-family:var(--condensed);text-transform:uppercase}.header-media figcaption>span{margin-bottom:.85rem;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.1em}.header-media h1{max-width:17rem;margin:0 0 1rem;color:#fff;font-family:var(--condensed);font-size:clamp(3rem,12vw,4.4rem);font-weight:900;letter-spacing:-.06em;line-height:.76;text-transform:uppercase;text-shadow:0 3px 12px rgba(0,0,0,.2)}.header-media h1 em{color:var(--yellow);font-style:normal}.intro{max-width:23rem;margin:1.25rem auto 0;font-size:.82rem;line-height:1.55}.link-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.7rem;gap:.7rem;margin-top:2.2rem}.link{min-height:8rem;padding:1rem;display:flex;align-items:flex-start;flex-direction:column;gap:.55rem;position:relative;border:1px solid rgba(0,107,120,.22);border-radius:.5rem;background:rgba(255,255,255,.75);box-shadow:0 8px 24px rgba(0,70,78,.06);transition:.3s}.link:hover{color:#fff;background:var(--deep);transform:translateY(-3px)}.link--featured{grid-column:1/-1;min-height:9.2rem;padding:1.15rem;color:#fff;background:var(--red);border-color:var(--red);box-shadow:8px 8px 0 var(--yellow)}.link__icon{width:2.4rem;height:2.4rem;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--teal);border-radius:.35rem;color:var(--teal)}.link--featured .link__icon{border-color:#fff;color:#fff}.link__copy{display:flex;margin-top:auto;flex:1 1;flex-direction:column;gap:.15rem}.link__copy strong{font-family:var(--condensed);font-size:1.1rem;line-height:.9;letter-spacing:.05em;text-transform:uppercase}.link--featured .link__copy strong{font-size:1.45rem}.link__copy small{color:#4f6368;font-size:.64rem;line-height:1.2}.link--featured .link__copy small,.link:hover .link__copy small{color:rgba(255,255,255,.72)}.link__arrow{position:absolute;top:1rem;right:1rem}.story-image{margin:2.2rem 0 0;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:.8rem;gap:.8rem;align-items:end}.story-image img{display:block;width:100%;aspect-ratio:1.45;object-fit:cover;border-left:.55rem solid var(--teal)}.story-image figcaption{margin:0 0 .35rem;color:var(--teal);font-family:var(--serif);font-size:1.35rem;line-height:.95}.story-image span{display:block;margin-bottom:.35rem;color:var(--yellow);font-weight:800;letter-spacing:.1em}.story-image span,footer{font-family:var(--condensed);font-size:.7rem;text-transform:uppercase}footer{padding-top:2rem;display:flex;justify-content:space-between;color:rgba(0,87,102,.65);letter-spacing:.08em}@media(max-width:420px){.page{padding-inline:.75rem}.header-media h1{font-size:clamp(2.8rem,12vw,4rem)}}