:root{--navy: #0b1f44;--blue: #2563eb;--teal: #14b8a6;--ink: #172033;--muted: #667085;--line: #e4e7ec;--soft: #f7f9fc;--white: #ffffff;--radius: 24px;--shadow: 0 18px 55px rgba(11,31,68,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800;color:var(--blue)}.section{padding:76px 0}.section.soft{background:var(--soft)}.section-title{margin:8px 0 12px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;color:var(--navy)}.section-copy{max-width:720px;color:var(--muted);margin:0}.button{display:inline-flex;align-items:center;gap:9px;padding:13px 18px;border-radius:999px;font-weight:750;background:var(--navy);color:#fff;transition:.2s ease;border:1px solid var(--navy)}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0b1f442e}.button.secondary{background:#fff;color:var(--navy);border-color:var(--line)}.tag{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eef4ff;color:var(--blue);font-size:.82rem;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;border-bottom:1px solid rgba(228,231,236,.9);backdrop-filter:blur(18px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;flex-direction:column;line-height:1.18}.brand strong{color:var(--navy);font-size:1.06rem}.brand small{color:var(--muted);margin-top:4px}.nav-links{display:flex;align-items:center;gap:22px;font-weight:650;color:#344054}.nav-links a:hover{color:var(--blue)}.hero{padding:36px 0 34px}.hero-grid{min-height:400px;display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-radius:30px;background:var(--navy);box-shadow:var(--shadow)}.hero-copy{padding:clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:center;color:#fff}.hero-copy .eyebrow{color:#86efde}.hero-copy h1{margin:12px 0;font-size:clamp(2.3rem,5vw,4.8rem);line-height:.98;letter-spacing:-.03em}.hero-copy p{margin:0;max-width:510px;color:#ffffffc7;font-size:1.08rem}.hero-photo{min-height:400px;background:#dbe6f7;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,31,68,.2),transparent 40%);pointer-events:none}.featured-event{margin-top:34px;display:grid;grid-template-columns:.95fr 1.05fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 12px 40px #1018280f}.featured-event-media{min-height:340px;background:#eaf0f7}.featured-event-media img{width:100%;height:100%;object-fit:cover}.featured-event-copy{padding:clamp(26px,4vw,48px);display:flex;flex-direction:column;justify-content:center}.featured-event-copy h3{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--navy);margin:12px 0;line-height:1.08}.meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.94rem}.action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.card{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.card h3{margin:8px 0;color:var(--navy)}.card p{margin:0;color:var(--muted)}.digital-card{margin-top:34px;padding:clamp(26px,5vw,54px);border-radius:28px;background:linear-gradient(135deg,#0b1f44,#143a7a);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center}.digital-card h3{margin:8px 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.06}.digital-card p{color:#ffffffc7}.digital-card .button.secondary{border-color:#fff3;background:#ffffff14;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;margin-top:28px}.gallery-grid figure{margin:0;overflow:hidden;border-radius:18px;background:#edf2f7}.gallery-grid figure:nth-child(1){grid-column:span 7}.gallery-grid figure:nth-child(2){grid-column:span 5}.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(4){grid-column:span 6}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-grid figure:nth-child(1) img{aspect-ratio:16/9}.article{width:min(820px,calc(100% - 32px));margin:0 auto;padding:54px 0 84px}.article h1{color:var(--navy);font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.04;margin:14px 0}.article h2{color:var(--navy);margin-top:38px}.article p{font-size:1.05rem}.article-cover{margin:28px 0 38px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.article-cover img{width:100%;aspect-ratio:16/9;object-fit:cover}.site-footer{background:#07152f;color:#fff;padding:52px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.site-footer p,.site-footer a{color:#ffffffb8}.site-footer a:hover{color:#fff}.footer-bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#ffffff8c}@media(max-width:860px){.nav{align-items:flex-start;padding:18px 0;flex-direction:column}.nav-links{width:100%;overflow-x:auto;padding-bottom:4px;font-size:.92rem}.hero-grid,.featured-event,.digital-card,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:unset}.hero-photo{min-height:300px;order:-1}.hero-copy{padding:32px 26px 36px}.cards-3{grid-template-columns:1fr}.gallery-grid figure,.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(4){grid-column:span 12}}
