
:root{--ink:#161616;--muted:#6a6a6a;--paper:#f6f4ef;--accent:#a58a67;--line:#e3dfd6;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#111;color:#fff;font-size:13px}.topbar .wrap{display:flex;justify-content:flex-end;gap:24px;padding:8px 0}.topbar a{text-decoration:none}
.site-header{position:relative;z-index:10;background:#fff}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand img{width:185px;display:block}.nav nav{display:flex;gap:30px}.nav nav a{text-decoration:none;font-size:14px;font-weight:700}
.hero{height:min(72vh,720px);min-height:520px;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.08) 65%)}.hero-copy{position:absolute;left:max(20px,calc((100% - 1180px)/2));top:50%;transform:translateY(-50%);color:#fff;max-width:650px}.hero-copy span,.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:800;text-transform:uppercase}.hero-copy h1{font-size:clamp(42px,7vw,86px);line-height:.98;margin:14px 0}.hero-copy p{font-size:22px}.cta{display:inline-block;margin-top:12px;background:#fff;color:#111;padding:13px 22px;text-decoration:none;font-weight:700}
.section{padding:90px 0}.intro h2,.gallery-section h2,.fesr-band h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:10px 0 30px}.prose{font-size:19px;max-width:850px}.prose.wide{max-width:900px}.prose p{margin:0 0 20px}.gallery-section{background:var(--paper)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery figure{margin:0;aspect-ratio:4/3;overflow:hidden;background:#ddd}.gallery img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery figure:hover img{transform:scale(1.025)}
.fesr-band{background:#131313;color:#fff}.fesr-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:60px}.fesr-grid img{width:100%;background:#fff;padding:8px}.text-link{font-weight:700;text-decoration:underline;text-underline-offset:5px}
.page-hero{background:#171717;color:#fff;padding:95px 0 70px}.page-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;max-width:900px}.institutional{margin-top:50px;padding-top:35px;border-top:1px solid var(--line)}.institutional img{max-width:100%;height:auto}
.footer{background:#0e0e0e;color:#eee;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.3fr;gap:50px}.footer h3{color:#fff}.footer a{color:#fff}.footer-logo{width:170px;background:#fff}.copyright{border-top:1px solid #333;margin-top:50px;padding:22px 0;color:#999;font-size:13px}
@media(max-width:760px){.nav{height:auto;padding:18px 0;align-items:flex-start}.brand img{width:145px}.nav nav{gap:12px;flex-direction:column;text-align:right}.hero{min-height:500px}.gallery{grid-template-columns:1fr 1fr}.fesr-grid,.footer-grid{grid-template-columns:1fr}.section{padding:64px 0}.topbar .wrap{justify-content:center}.prose{font-size:17px}}
@media(max-width:480px){.gallery{grid-template-columns:1fr}.wrap{width:min(100% - 28px,1180px)}}
