:root{--navy:#07183f;--blue:#124bd8;--cyan:#18cbd9;--gold:#e6a900;--ink:#08183f;--muted:#53627e;--line:#dce4f2;--surface:#f5f8ff;--white:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink)}a{color:inherit}.skip-link{position:fixed;z-index:1000;top:.5rem;left:.5rem;transform:translateY(-160%);background:#fff;padding:.75rem 1rem;border-radius:.6rem}.skip-link:focus{transform:none}.gallery-header{width:min(1440px,calc(100% - 48px));min-height:112px;margin:auto;display:flex;align-items:center;gap:28px}.gallery-brand{display:block;width:260px;margin-right:auto}.gallery-brand img{display:block;width:100%;height:auto}.gallery-desktop-nav{display:flex;align-items:center;gap:28px}.gallery-desktop-nav a{position:relative;text-decoration:none;font-weight:700;font-size:.95rem}.gallery-desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:3px;border-radius:3px;background:var(--blue)}.gallery-header-cta,.gallery-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border-radius:14px;text-decoration:none;font-weight:850}.gallery-header-cta{padding:15px 21px;color:#fff;background:var(--blue);box-shadow:0 9px 0 #09288a}.gallery-mobile-nav{display:none}.gallery-hero,.gallery-section,.album-hero,.album-collection,.gallery-final{width:min(1320px,calc(100% - 48px));margin-inline:auto}.gallery-hero{min-height:570px;padding:90px 7%;border-radius:42px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.72fr);gap:8%;align-items:center;background:radial-gradient(circle at 92% 8%,rgba(19,203,218,.95),transparent 31%),radial-gradient(circle at 75% 65%,#125ee4,transparent 44%),linear-gradient(128deg,#f9fbff 0 57%,#0838af 57%);overflow:hidden}.gallery-eyebrow{display:block;color:var(--blue);font-size:.77rem;font-weight:900;letter-spacing:.15em}.gallery-hero h1,.album-heading h1{max-width:790px;margin:18px 0 20px;font-size:clamp(2.7rem,5.4vw,5.7rem);line-height:.96;letter-spacing:-.065em}.gallery-hero h1 em{font-style:normal;color:var(--blue)}.gallery-hero>div>p{max-width:670px;font-size:1.18rem;line-height:1.75;color:var(--muted)}.gallery-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.gallery-button{padding:16px 22px;border:1px solid transparent}.gallery-button.primary{background:var(--blue);color:#fff;box-shadow:0 7px 0 #09288a}.gallery-button.secondary{background:#fff;border-color:var(--line)}.gallery-hero-card{position:relative;padding:34px;border-radius:30px;background:rgba(255,255,255,.93);box-shadow:0 30px 80px rgba(4,22,77,.25)}.gallery-hero-card>span{color:var(--blue);font-size:.72rem;font-weight:900;letter-spacing:.14em}.gallery-hero-card>strong{display:block;margin:14px 0 25px;font-size:1.65rem;line-height:1.2}.gallery-hero-card ul{list-style:none;margin:0;padding:0;display:grid;gap:16px}.gallery-hero-card li{display:flex;gap:11px;align-items:center;font-weight:700}.gallery-hero-card li i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#dffbf5;color:#087d68;font-style:normal}.gallery-section,.album-collection{padding-block:100px}.gallery-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.gallery-section-head h2{margin:12px 0 0;font-size:clamp(2rem,4vw,3.8rem);letter-spacing:-.055em;line-height:1}.gallery-section-head>p{max-width:500px;color:var(--muted);line-height:1.7}.gallery-filters{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;margin-bottom:30px}.gallery-filters a{flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:12px 17px;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-weight:800;background:#fff}.gallery-filters a span{font-size:.72rem;padding:3px 7px;border-radius:99px;background:#eaf0ff}.gallery-filters a.active{background:var(--navy);border-color:var(--navy);color:#fff}.gallery-filters a.active span{background:rgba(255,255,255,.15)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gallery-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(20,55,120,.08)}.gallery-card.featured{grid-column:span 2}.gallery-card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#0d47d1,#18cbd9)}.gallery-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-card:hover img{transform:scale(1.035)}.gallery-card-media.no-image{display:grid;place-items:center;color:#fff;font-size:4rem}.gallery-card-media>strong{position:absolute;top:16px;left:16px;padding:8px 11px;border-radius:99px;background:#fff;color:var(--blue);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.gallery-card-body{padding:24px}.gallery-card-body>div,.gallery-card-body footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.gallery-card-body>div span{font-size:.72rem;font-weight:900;color:var(--blue);letter-spacing:.1em;text-transform:uppercase}.gallery-card-body small,.gallery-card-body time{color:var(--muted)}.gallery-card h3{margin:13px 0 9px;font-size:1.4rem;line-height:1.15}.gallery-card h3 a{text-decoration:none}.gallery-card p{min-height:52px;margin:0 0 20px;color:var(--muted);line-height:1.55}.gallery-card footer{border-top:1px solid var(--line);padding-top:18px}.gallery-card footer a{font-weight:850;color:var(--blue);text-decoration:none}.gallery-empty{padding:70px 30px;border:1px dashed #b8c5df;border-radius:28px;text-align:center;background:var(--surface)}.gallery-empty i{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;border-radius:22px;background:#e7eeff;color:var(--blue);font-size:2rem;font-style:normal}.gallery-empty>span{display:block;color:var(--blue);font-size:.72rem;font-weight:900;letter-spacing:.14em}.gallery-empty h3{margin:10px 0;font-size:1.8rem}.gallery-empty p{max-width:650px;margin:0 auto 24px;color:var(--muted);line-height:1.65}.gallery-empty a{font-weight:850;color:var(--blue)}.gallery-final{margin-bottom:100px;padding:56px 7%;border-radius:32px;display:flex;align-items:center;justify-content:space-between;gap:35px;background:var(--navy);color:#fff}.gallery-final .gallery-eyebrow{color:#51e3e7}.gallery-final h2{max-width:760px;margin:12px 0;font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.05em}.gallery-final p{color:#c7d3ef}.album-hero{padding:72px 5% 65px;border-radius:38px;background:linear-gradient(135deg,#f4f7ff,#faffff)}.album-breadcrumbs{display:flex;gap:10px;align-items:center;overflow:hidden;font-size:.9rem}.album-breadcrumbs a{color:var(--blue);font-weight:700}.album-breadcrumbs strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.album-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:45px;align-items:end;margin-top:55px}.album-heading h1{max-width:900px;font-size:clamp(2.6rem,5vw,5rem)}.album-heading p{max-width:760px;color:var(--muted);font-size:1.13rem;line-height:1.7}.album-heading dl{display:flex;gap:30px;margin:0;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.album-heading dl div{min-width:90px}.album-heading dt{font-size:.7rem;font-weight:900;color:var(--blue);text-transform:uppercase;letter-spacing:.1em}.album-heading dd{margin:7px 0 0;font-weight:800}.album-description{max-width:880px;margin:42px 0 0;padding-top:35px;border-top:1px solid var(--line);color:var(--muted);line-height:1.8}.album-grid{columns:3 300px;column-gap:22px}.album-grid figure{break-inside:avoid;margin:0 0 22px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.album-image button{position:relative;width:100%;padding:0;border:0;cursor:zoom-in;background:#eaf0fa}.album-image img{display:block;width:100%;height:auto}.album-image button>span{position:absolute;right:12px;bottom:12px;padding:8px 11px;border-radius:99px;background:rgba(7,24,63,.85);color:#fff;font-weight:800}.album-image figcaption,.album-video figcaption{display:flex;flex-direction:column;gap:4px;padding:14px 17px;color:var(--muted);line-height:1.55}.album-video>div{position:relative;padding-top:56.25%;background:#07183f}.album-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.gallery-lightbox{width:min(1100px,calc(100% - 32px));max-height:90vh;padding:0;border:0;border-radius:22px;background:#06122f;color:#fff;box-shadow:0 35px 120px #000}.gallery-lightbox::backdrop{background:rgba(2,8,25,.86)}.gallery-lightbox>button{position:absolute;z-index:2;top:12px;right:12px;width:45px;height:45px;border:0;border-radius:50%;background:#fff;color:#07183f;font-size:1.65rem;cursor:pointer}.gallery-lightbox>div{display:flex;min-height:200px;max-height:90vh;flex-direction:column;align-items:center}.gallery-lightbox img{max-width:100%;max-height:78vh;object-fit:contain}.gallery-lightbox p{margin:0;padding:15px 20px;text-align:center}.gallery-lightbox:not([open]){display:none}@media (max-width:1080px){.gallery-header{width:min(100% - 32px,900px);min-height:95px}.gallery-brand{width:210px}.gallery-desktop-nav,.gallery-header-cta{display:none}.gallery-mobile-nav{display:block;margin-left:auto;position:relative}.gallery-mobile-nav summary{padding:11px 15px;border:1px solid var(--line);border-radius:10px;font-weight:800;cursor:pointer;list-style:none}.gallery-mobile-nav nav{position:absolute;z-index:10;top:52px;right:0;width:230px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 45px rgba(7,24,63,.2)}.gallery-mobile-nav a{display:block;padding:10px;text-decoration:none;font-weight:700}.gallery-mobile-nav a.active{color:var(--blue)}.gallery-hero{grid-template-columns:1fr;background:radial-gradient(circle at 100% 0,rgba(24,203,217,.3),transparent 35%),#f5f8ff}.gallery-hero-card{max-width:640px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.album-heading{grid-template-columns:1fr}.album-heading dl{width:max-content;max-width:100%;flex-wrap:wrap}}@media (max-width:700px){.gallery-header,.gallery-hero,.gallery-section,.album-hero,.album-collection,.gallery-final{width:calc(100% - 28px)}.gallery-hero{min-height:0;padding:64px 24px;border-radius:28px}.gallery-hero h1{font-size:clamp(2.7rem,14vw,4.3rem)}.gallery-hero>div>p{font-size:1rem}.gallery-section,.album-collection{padding-block:72px}.gallery-section-head{display:block}.gallery-section-head>p{font-size:.96rem}.gallery-grid{grid-template-columns:1fr}.gallery-card.featured{grid-column:auto}.gallery-card p{min-height:0}.gallery-final{display:block;padding:40px 25px;margin-bottom:72px}.gallery-final .gallery-actions{margin-bottom:0}.album-hero{padding:45px 23px}.album-heading{margin-top:40px}.album-heading h1{font-size:clamp(2.5rem,13vw,4rem)}.album-heading dl{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:18px}.album-grid{columns:1}.gallery-button{width:100%}}
