:root{--bg:#f4f5f6;--surface:#fff;--surface2:#eceff1;--text:#172026;--muted:#66747d;--line:#dfe4e7;--accent:#315e66;--shadow:0 14px 36px rgba(24,37,43,.08);--radius:22px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{max-width:var(--max);margin:0 auto;padding:26px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-weight:750;letter-spacing:-.02em}.brand-mark{width:28px;height:28px;border-radius:9px;background:linear-gradient(145deg,var(--accent),#8aa0a5);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.topnav{display:flex;gap:26px;color:var(--muted);font-size:14px}.topnav a:hover,.back-link:hover{color:var(--text)}.back-link{font-size:14px;color:var(--muted)}main{max-width:var(--max);margin:0 auto;padding:0 24px 52px}.hero{min-height:430px;border-radius:34px;background:linear-gradient(110deg,rgba(19,35,40,.96),rgba(35,71,78,.83)),radial-gradient(circle at 80% 20%,#78969d 0,transparent 38%);color:#fff;padding:62px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-110px;top:-160px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}.hero-copy{position:relative;z-index:1;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:12px;color:#789097;margin:0 0 12px}.hero .eyebrow{color:#b7c8cc}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,6.2vw,82px);line-height:.96;letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(29px,3vw,44px);letter-spacing:-.035em;line-height:1.05;margin-bottom:0}.lead{font-size:clamp(17px,2vw,22px);color:#d9e1e3;max-width:690px;margin-bottom:0}.hero-stat{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;min-width:290px;border-top:1px solid rgba(255,255,255,.25);padding-top:18px;gap:25px}.hero-stat div{display:flex;flex-direction:column}.hero-stat strong{font-size:32px}.hero-stat span{font-size:13px;color:#c4d1d4}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:36px 0 8px}.search{flex:1;max-width:520px}.search input{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:13px 17px;color:var(--text);outline:none}.search input:focus{border-color:#8da5aa;box-shadow:0 0 0 4px rgba(49,94,102,.08)}.chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.chip{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:9px 13px;color:var(--muted);cursor:pointer}.chip.active,.chip:hover{background:var(--text);border-color:var(--text);color:#fff}.section{padding:72px 0}.section-muted{border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-note{color:var(--muted);font-size:14px}.album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.album-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease}.album-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.album-cover{aspect-ratio:4/3;background:#d9dfe1;overflow:hidden}.album-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.album-card:hover .album-cover img{transform:scale(1.025)}.album-body{padding:20px}.album-topline{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:8px}.album-body h3{font-size:21px;letter-spacing:-.02em;margin-bottom:7px}.album-body p{color:var(--muted);font-size:14px;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty{border:1px dashed #cfd7da;border-radius:var(--radius);padding:42px;text-align:center;color:var(--muted)}.empty h3{color:var(--text)}.document-list{display:grid;gap:10px}.document-row{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:16px 18px}.file-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--surface2);font-size:11px;font-weight:800;color:var(--accent)}.document-row strong{display:block}.document-row small{color:var(--muted)}.download{font-size:13px;color:var(--accent);font-weight:700}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;border-top:1px solid var(--line)}.about p:last-child{color:var(--muted);font-size:17px}.footer{max-width:var(--max);margin:0 auto;padding:26px 24px 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}.album-hero{padding:72px 0 50px;border-bottom:1px solid var(--line)}.album-hero h1{font-size:clamp(42px,6vw,76px);color:var(--text);margin-bottom:18px}.album-hero .lead{color:var(--muted)}.album-facts{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;color:var(--muted);font-size:13px}.album-facts span{padding-right:22px;border-right:1px solid var(--line)}.album-facts span:last-child{border:0}.gallery{columns:3 290px;column-gap:14px}.gallery-item{break-inside:avoid;margin-bottom:14px;border-radius:15px;overflow:hidden;background:var(--surface);border:1px solid var(--line);cursor:zoom-in}.gallery-item img{width:100%;height:auto}.gallery-caption{padding:11px 13px;color:var(--muted);font-size:12px}.album-documents{margin-top:54px}.album-documents h2{font-size:26px;margin-bottom:18px}.video-grid{margin-top:54px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.video-card video{width:100%;border-radius:16px;background:#111}.video-card h3{margin-top:11px}.lightbox{position:fixed;inset:0;background:rgba(9,14,16,.94);z-index:50;display:grid;place-items:center;padding:40px;color:#fff}.lightbox[hidden]{display:none}.lightbox figure{margin:0;max-width:min(92vw,1500px);max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox img{max-height:80vh;max-width:100%;object-fit:contain}.lightbox figcaption{width:100%;display:flex;justify-content:space-between;gap:20px;padding-top:12px;color:#cbd3d5;font-size:13px}.lightbox figcaption a{color:#fff;font-weight:700}.lightbox-close,.lightbox-nav{position:fixed;border:0;background:rgba(255,255,255,.09);color:#fff;cursor:pointer}.lightbox-close{right:25px;top:20px;width:48px;height:48px;border-radius:50%;font-size:30px}.lightbox-nav{top:50%;transform:translateY(-50%);width:50px;height:70px;border-radius:12px;font-size:44px}.lightbox-nav.prev{left:18px}.lightbox-nav.next{right:18px}@media(max-width:900px){.hero{padding:40px;min-height:390px;align-items:flex-start;flex-direction:column;justify-content:flex-end}.hero-stat{width:100%}.album-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about{grid-template-columns:1fr;gap:22px}.toolbar{align-items:stretch;flex-direction:column}.chips{justify-content:flex-start}.video-grid{grid-template-columns:1fr}}@media(max-width:620px){.topbar{padding:20px}.topnav{display:none}main{padding:0 14px 38px}.hero{padding:30px 24px;border-radius:24px;min-height:430px}.hero-stat{min-width:0}.album-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-head{align-items:start;flex-direction:column}.document-row{grid-template-columns:auto 1fr}.document-row .download{grid-column:2}.footer{padding:22px 18px 32px;flex-direction:column}.gallery{columns:2 150px}.lightbox{padding:20px 10px}.lightbox-nav{display:none}.lightbox figcaption{padding:10px;flex-direction:column}}@media(prefers-color-scheme:dark){:root{--bg:#111719;--surface:#182023;--surface2:#222c30;--text:#eef2f3;--muted:#9aa8ad;--line:#2b363a;--accent:#9bbbc0;--shadow:0 18px 42px rgba(0,0,0,.24)}.album-cover{background:#263135}.chip.active,.chip:hover{background:#eef2f3;border-color:#eef2f3;color:#172026}}
