:root{--navy:#000064;--navy-deep:#004;--navy-soft:#1c1c72;--gold:#c3a562;--gold-deep:#9d8140;--paper:#f4f1ea;--paper-2:#ebe6dc;--white:#fff;--ink:#14141c;--muted:#5a5a66;--line:#0000641f;--line-strong:#00006438;--max:72rem;--header-h:4.5rem;--serif:"Source Serif 4 Variable", "Source Serif 4", Georgia, "Times New Roman", serif;--sans:"Source Sans 3 Variable", "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + .75rem)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html:focus-within{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}img,picture,svg{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--serif);letter-spacing:-.02em;color:var(--navy);font-weight:500;line-height:1.18}p{margin:0 0 1rem}p:last-child{margin-bottom:0}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.skip-link{z-index:1000;background:var(--navy);color:var(--white);padding:.6rem 1rem;text-decoration:none;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.wrap{width:min(calc(100% - 2rem), var(--max));margin-inline:auto}.wrap-narrow{width:min(100% - 2rem,44rem);margin-inline:auto}.kicker{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 .75rem;font-size:.75rem;font-weight:600;display:inline-block}.page-hero{background:var(--paper);border-bottom:1px solid var(--line);padding:4.5rem 0 3rem}.page-hero h1{margin:0 0 .75rem;font-size:clamp(2.1rem,4vw,3.4rem)}.lead{color:var(--muted);max-width:40rem;font-size:1.2rem;line-height:1.55}.section{padding:4.5rem 0}.section-header{max-width:40rem;margin-bottom:2.5rem}.section-header h2{margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.4rem)}.hairline{background:var(--line);border:0;height:1px;margin:0}.btn{min-height:2.85rem;font-family:var(--sans);letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-gold:hover{background:#d4b97a}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-soft)}.btn-ghost{color:var(--white);background:0 0;border-color:#ffffff8c}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.btn-ghost-navy{color:var(--navy);border-color:var(--navy);background:0 0}.btn-ghost-navy:hover{background:var(--navy);color:var(--white)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.prose{max-width:42rem}.prose h2{margin:2.5rem 0 .85rem;font-size:1.8rem}.prose h3{margin:1.75rem 0 .5rem;font-size:1.25rem}.muted{color:var(--muted)}.site-header{z-index:50;border-bottom:1px solid var(--line);backdrop-filter:blur(10px);background:#fffffff0;position:sticky;top:0}@media (prefers-reduced-motion:reduce){.site-header{backdrop-filter:none;background:var(--white)}}.header-inner{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.brand{align-items:center;gap:.8rem;min-width:0;text-decoration:none;display:flex}.brand img{object-fit:contain;flex-shrink:0;width:2.7rem;height:2.35rem}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-name{font-family:var(--serif);color:var(--navy);font-size:1rem;font-weight:550}.brand-meta{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:600}.nav-toggle{border:1px solid var(--line-strong);color:var(--navy);background:0 0;border-radius:2px;min-width:2.75rem;min-height:2.75rem;padding:0;display:none}.nav-toggle-bars{background:linear-gradient(var(--navy), var(--navy)) 0 0 / 100% 2px no-repeat, linear-gradient(var(--navy), var(--navy)) 0 50% / 100% 2px no-repeat, linear-gradient(var(--navy), var(--navy)) 0 100% / 100% 2px no-repeat;width:1.05rem;height:1.15rem;margin:auto;display:block}.header-nav{align-items:center;gap:1.35rem;display:flex}.nav-list{align-items:center;gap:1.15rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--ink);border-bottom:1px solid #0000;padding:.25rem 0;font-size:.92rem;font-weight:600;text-decoration:none}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--navy);border-bottom-color:var(--gold)}.join-nav{min-height:2.5rem;padding-inline:1rem;font-size:.88rem}@media (width<=860px){.nav-toggle{display:inline-flex}.header-nav{background:var(--white);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.header-nav.is-open{display:flex}.nav-list{flex-direction:column;align-items:stretch;gap:0}.nav-list a{border-bottom:1px solid var(--line);padding:.85rem 0;display:block}.join-nav{width:100%;margin-top:.85rem}}.hero{background:var(--navy);color:var(--white)}.hero-grid{display:grid}.hero-media{aspect-ratio:4/3;min-height:16rem;position:relative;overflow:hidden}.hero-media picture,.hero-media img{object-fit:cover;object-position:center 35%;width:100%;height:100%}.hero-media img{position:absolute;inset:0}.hero-copy{padding:2.25rem 0 2.75rem}.hero-copy .kicker{color:var(--gold)}.hero-copy h1{color:var(--white);max-width:12ch;margin:0 0 1rem;font-size:clamp(2.2rem,6vw,4.1rem)}.hero-support{color:#ffffffe6;max-width:24rem;margin:0 0 .85rem;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.4}.hero-tag{font-family:var(--serif);color:var(--gold);margin:0;font-style:italic}@media (width>=880px){.hero-grid{min-height:36.5rem;position:relative}.hero-media{aspect-ratio:auto;min-height:36.5rem}.hero-copy{background:linear-gradient(90deg,#000064eb 0%,#000064b8 38%,#0000642e 68%,#00006447 100%);align-items:center;padding:4rem 0;display:flex;position:absolute;inset:0}.hero-copy .wrap{width:min(calc(100% - 2rem), var(--max))}}.intro-block{padding:4.25rem 0 3.5rem}.intro-grid{gap:2.5rem;display:grid}@media (width>=840px){.intro-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:4rem}}.intro-grid h2{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.work-grid{border-top:1px solid var(--line);gap:0;display:grid}.work-item{border-bottom:1px solid var(--line);gap:.4rem 1.5rem;padding:1.6rem 0;display:grid}.work-item h3{margin:0;font-size:1.35rem}.work-index{font-family:var(--sans);letter-spacing:.14em;color:var(--gold-deep);font-size:.75rem;font-weight:700}@media (width>=760px){.work-item{grid-template-columns:3.5rem 16rem 1fr;align-items:baseline}}.split{gap:2rem;display:grid}@media (width>=880px){.split{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem}.split.reverse{grid-template-columns:.9fr 1.1fr}.split.reverse .split-copy{order:-1}}.frame{background:var(--paper-2);aspect-ratio:16/10;position:relative;overflow:hidden}.frame img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.status{letter-spacing:.14em;text-transform:uppercase;color:var(--navy);border:1px solid var(--line-strong);margin-bottom:.85rem;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.pillars{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;margin:1rem 0 0;padding:0;font-size:.92rem;list-style:none;display:flex}.pillars li{position:relative}.pillars li:not(:last-child):after{content:"·";color:var(--gold-deep);margin-left:1rem}.cta-band{background:var(--navy);color:var(--white);padding:4rem 0}.cta-band h2{color:var(--white);margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.6rem)}.cta-band p{color:#ffffffdb;max-width:36rem}.values{gap:1.5rem;display:grid}@media (width>=760px){.values{grid-template-columns:repeat(3,1fr);gap:2rem}}.value{border-top:2px solid var(--gold);padding-top:1rem}.value h3{margin:0 0 .6rem}.board{border-top:1px solid var(--line);gap:0;display:grid}.board-row{border-bottom:1px solid var(--line);gap:.15rem;padding:1rem 0;display:grid}@media (width>=640px){.board-row{grid-template-columns:18rem 1fr;align-items:baseline}}.board-role{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.8rem;font-weight:700}.board-name{font-family:var(--serif);color:var(--navy);font-size:1.2rem}.categories{border-top:1px solid var(--line);gap:0;display:grid}.categories li{border-bottom:1px solid var(--line);color:var(--navy);padding:.95rem 0;font-weight:600;list-style:none}.history-slot{background:var(--paper);border-left:3px solid var(--gold);padding:2rem}.history-slot h2{margin-top:0}.empty-state{border:1px solid var(--line);background:var(--paper);padding:2rem}.contact-stack{gap:2rem;display:grid}@media (width>=800px){.contact-stack{grid-template-columns:1.1fr .9fr;gap:4rem}}.email-list{margin:0;padding:0;list-style:none}.email-list li{border-bottom:1px solid var(--line);padding:1rem 0}.email-list a{color:var(--navy);font-weight:650;text-decoration:none}.email-list a:hover{text-decoration:underline}.email-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem;font-size:.78rem;font-weight:700;display:block}.instagram-link{align-items:center;gap:.45rem;text-decoration:none;display:inline-flex}.instagram-icon{flex-shrink:0}.address{line-height:1.55;display:block}.contact-stack a:not(.btn){color:var(--navy);font-weight:650;text-decoration:none}.contact-stack a:not(.btn):hover{text-decoration:underline}.site-footer{background:var(--navy-deep);color:#ffffffdb;padding:3.5rem 0 1.5rem}.footer-grid{border-bottom:1px solid #ffffff1f;gap:2rem;padding-bottom:2.5rem;display:grid}@media (width>=800px){.footer-grid{grid-template-columns:1.4fr .8fr .8fr;gap:3rem}}.footer-brand{font-family:var(--serif);color:var(--white);margin:0 0 .4rem;font-size:1.5rem}.footer-tag{font-family:var(--serif);color:var(--gold);margin:0 0 .6rem;font-style:italic}.site-footer h2{color:var(--gold);font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .9rem;font-size:.75rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li+li{margin-top:.45rem}.site-footer a{color:#ffffffdb;text-decoration:none}.site-footer a:hover{color:var(--gold)}.site-footer .instagram-link{color:inherit}.footer-bottom{color:#ffffff9e;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;font-size:.85rem;display:flex}.photo-grid{gap:.75rem;display:grid}@media (width>=700px){.photo-grid{grid-template-columns:1.2fr .8fr}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-ext-wght-normal.DzyfIafT.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-wght-normal.BMDVbyM7.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-ext-wght-normal.BWSLJLk6.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-wght-normal.C9H9m1vD.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-vietnamese-wght-normal.C1uRvKPU.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-ext-wght-normal.C8iNium2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-wght-normal.BqRLTx4X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-cyrillic-ext-wght-normal.cHuGMAiY.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-cyrillic-wght-normal.DwHjdM4S.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-greek-wght-normal.ece1310W.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-vietnamese-wght-normal.D-yuW59g.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-latin-ext-wght-normal.CxNHBx-q.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-latin-wght-normal.D9elroTD.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-cyrillic-ext-wght-italic.BXuSHrjR.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-cyrillic-wght-italic.RLIThRd4.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-greek-wght-italic.F2ziEGcb.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-vietnamese-wght-italic.C3q834ic.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-latin-ext-wght-italic.CpkvI5hy.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif 4 Variable";font-style:italic;font-display:swap;font-weight:200 900;src:url(/_astro/source-serif-4-latin-wght-italic.D2yaqPoE.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
