@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{color-scheme:dark;--bg:#0a1428;--ink:#f2eee9;--muted:#aab0be;--red:#bb666b;--line:#ffffff21}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #f5aaaa;outline-offset:7px}header{max-width:1440px;margin:auto;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;font-size:25px;font-weight:700;letter-spacing:1px}.red{color:var(--red)}.brand small{display:block;font-size:10px;letter-spacing:2px;margin-top:4px;font-weight:500}.crest{display:block;width:63px;height:63px;overflow:hidden;border-radius:50%;background:#e2e1ec}.crest img{width:98px;height:63px;max-width:none;object-fit:cover;margin-left:-17px}nav{display:flex;gap:38px;font-size:14px}nav a{padding:12px 0}nav a:hover{color:#e5a1a4}nav span{font-size:12px;color:var(--muted);margin-left:5px}main{max-width:1440px;margin:auto;padding:0 5%}.intro{padding-top:58px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;color:#b9bdc8;display:flex;gap:12px;align-items:center}.eyebrow>span{width:24px;height:2px;background:#bb666b}.intro-row{display:flex;justify-content:space-between;align-items:end;margin:23px 0 42px;gap:25px}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;margin:0}h1{font-size:clamp(38px,4.4vw,65px);line-height:1.16;letter-spacing:-1.6px}em{font-weight:500;color:var(--red)}.intro-row p,.section-heading p{color:var(--muted);font-size:15px;line-height:1.8;margin:0 0 4px}.intro-row p span{display:inline-block;margin-top:10px;color:#e5dfe2}.gallery-stage{position:relative;min-height:460px;padding:25px 30px;background:radial-gradient(ellipse at 12% 0%,#7a29394d,transparent 60%),linear-gradient(115deg,#391723,#211722 48%,#111e37);border:1px solid #bb666b38;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.gallery-stage:before{content:'';position:absolute;inset:18px;border:1px solid #ffffff09;pointer-events:none}.stage-top,.stage-bottom{display:flex;justify-content:space-between;gap:18px;color:#beb1b9;font-size:10px;letter-spacing:2px;position:relative}.stage-center{text-align:center;padding:55px 10px}.small-label{font-size:11px;letter-spacing:3px;color:#c2a4ad}.stage-center h2{font-size:clamp(62px,7.5vw,110px);line-height:1.15;margin:14px 0 17px;letter-spacing:-3px}.stage-center h2 em{color:#d89a9c}.stage-center p{color:#bdb2bd;line-height:1.8;font-size:15px}.outline-label{display:inline-block;border:1px solid #bd92974d;padding:11px 16px;margin-top:12px;font-size:10px;letter-spacing:2px}.stage-bottom>span:first-child{font-weight:700;letter-spacing:3px;font-size:13px}.stage-bottom>span:last-child{font-family:Georgia,serif;font-style:italic;letter-spacing:0;font-size:14px}.committees{padding:80px 0}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.section-heading h2{font-size:clamp(32px,3.2vw,46px);line-height:1.2;margin-top:18px;letter-spacing:-.8px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.grid article{border:1px solid var(--line);background:linear-gradient(135deg,#142038,#0c172c);padding:24px;transition:border-color .25s,transform .25s}.grid article:nth-child(2n){background:linear-gradient(135deg,#301c2c,#17182b)}.grid article:hover{border-color:#b36b7380;transform:translateY(-3px)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:1.2px;color:#a9afbd}.status{font-size:9px;letter-spacing:1px;border:1px solid #ffffff24;border-radius:2px;padding:6px;color:#c9b5bf}.grid h3{font-family:Georgia,serif;font-size:clamp(32px,4vw,57px);font-weight:400;letter-spacing:-1px;margin:44px 0;color:#d9d9e4}.card-bottom{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;align-items:center;gap:8px}.card-bottom>span:first-child{font-size:14px;color:#d5d3dc}.card-bottom>span:last-child{font-size:9px;letter-spacing:1px;color:#9299aa}footer{border-top:1px solid var(--line);max-width:1296px;margin:auto;padding:28px 0 35px;display:flex;align-items:center;gap:25px;color:var(--muted);font-size:13px}.footer-brand{font-size:24px;letter-spacing:1px;font-weight:700;color:var(--ink)}.footer-brand span{color:var(--red)}footer p{line-height:1.6}footer>a:last-child{margin-left:auto;font-size:14px}@media(min-width:1441px){footer{max-width:1296px}}@media(max-width:1439px){footer{margin:0 5%}}@media(max-width:800px){.intro-row,.section-heading{align-items:start;flex-direction:column;gap:22px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro{padding-top:35px}.gallery-stage{min-height:420px}.stage-top{font-size:9px;letter-spacing:1px}.committees{padding:55px 0}.intro-row p{font-size:14px}.desktop{display:none}}@media(max-width:520px){header{padding:20px 5%}.brand{font-size:21px;gap:9px}.crest{width:45px;height:45px}.crest img{width:70px;height:45px;margin-left:-12px}.brand small{font-size:8px;letter-spacing:1px}nav{gap:17px;font-size:12px}nav span{display:none}.eyebrow{font-size:10px;letter-spacing:1.4px}.intro-row{margin-bottom:28px}h1{letter-spacing:-1px}.gallery-stage{padding:25px 20px}.stage-top>span:last-child{display:none}.stage-center{padding:45px 0}.small-label{font-size:9px;letter-spacing:2px}.stage-center p{font-size:14px}.stage-bottom>span:last-child{font-size:12px}.grid{grid-template-columns:1fr}.grid h3{font-size:53px;margin:35px 0}.card-top{font-size:12px}.status,.card-bottom>span:last-child{font-size:10px}footer{flex-wrap:wrap;gap:15px}footer>a:last-child{margin-left:0;flex-basis:100%}.section-heading p{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.grid article{transition:none}}
.brand small{font-size:12px;letter-spacing:1px}.eyebrow,.stage-top,.small-label,.outline-label,.card-top,.status,.card-bottom>span:last-child{font-size:12px}.card-top{flex-wrap:wrap}.stage-top{letter-spacing:1px}@media(max-width:520px){.brand small{font-size:12px;max-width:130px;line-height:1.3}.brand{font-size:20px}.crest{display:none}nav{font-size:14px;gap:15px}.eyebrow,.stage-top,.small-label,.outline-label,.card-top,.status,.card-bottom>span:last-child{font-size:12px;letter-spacing:1px}}

/* Bounded header artwork with matching intrinsic HTML sizing. */
header{gap:24px;flex-wrap:wrap}.brand{display:block;width:300px;max-width:100%;flex-shrink:1;line-height:0}.brand-artwork{display:block;width:300px;max-width:100%;height:auto;max-height:104px;object-fit:contain}nav{flex-shrink:0}
@media(max-width:650px){header{justify-content:center;gap:16px}nav{margin:0;justify-content:center;gap:30px}}
