:root {
  --zu-navy: #173f70;
  --zu-navy-deep: #0b2442;
  --zu-blue: #59ace0;
  --zu-blue-soft: #eaf6fd;
  --zu-yellow: #ffd500;
  --zu-ink: #132238;
  --zu-muted: #64748b;
  --zu-surface: #ffffff;
  --zu-canvas: #f4f8fb;
  --zu-radius: 18px;
  --zu-shadow: 0 18px 45px rgba(11, 36, 66, .11);
}

html { scroll-behavior: smooth; }
body { background: var(--zu-canvas); color: var(--zu-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, h3, h4, h5, h6 { color: var(--zu-ink); font-family: inherit; }
a { color: var(--zu-navy); }
a:hover, a:focus { color: #276fa8; }

body > header { position: relative; z-index: 1000; background: var(--zu-navy-deep); }
.club-header { height: 92px; max-width: 1240px; margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; }
.club-brand { display: inline-flex; align-items: center; gap: 15px; color: #fff; }
.club-brand:hover { color: #fff; }
.club-brand img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(0,0,0,.25)); }
.club-brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.club-brand-copy strong { color: #fff; font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.club-brand-copy small { margin-top: 7px; color: #a9c9e4; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.club-header-actions { display: flex; align-items: center; gap: 8px; }
.club-header-actions a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 700; }
.club-header-actions a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.club-header-actions .member-action { background: var(--zu-yellow); border-color: var(--zu-yellow); color: var(--zu-navy-deep); }
.club-header-actions .member-action:hover { background: #ffe34e; color: var(--zu-navy-deep); }

#nav-menu-container { float: none; min-height: 52px; padding: 0 max(24px, calc((100vw - 1184px) / 2)); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg, #123865, var(--zu-navy) 48%, #123865); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 10px 28px rgba(5,25,48,.18); }
#nav-menu-container.fixed-header { left: 0; right: 0; }
.nav-menu > li { margin: 0 4px; }
.nav-menu a { padding: 18px 11px 15px; color: #eaf6fd; font-family: inherit; font-size: .75rem; font-weight: 750; letter-spacing: .055em; }
.nav-menu > li > a { border-bottom: 3px solid transparent; }
.nav-menu li:hover > a, .nav-menu > .menu-active > a { color: #fff; border-bottom-color: var(--zu-yellow); }
.nav-menu ul { margin-top: 0; padding: 8px; border: 0; border-radius: 0 0 14px 14px; box-shadow: var(--zu-shadow); }
.nav-menu ul li a { padding: 10px 12px; border-radius: 8px; color: var(--zu-ink); font-weight: 650; }
.nav-menu ul li:hover > a { background: var(--zu-blue-soft); color: var(--zu-navy); }

#intro { position: relative; overflow: hidden; }
#intro::before { content: ""; position: absolute; z-index: 5; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(90deg, transparent calc(50% - 1px), #fff 50%, transparent calc(50% + 1px)), radial-gradient(circle at 50% 50%, transparent 0 82px, #fff 83px 84px, transparent 85px), linear-gradient(#fff,#fff); background-size: 100% 100%, 100% 100%, 130px 80px; background-repeat: no-repeat; background-position: center, center, center center; clip-path: inset(0 0 0 58%); }
#intro::after { content: ""; position: absolute; z-index: 6; left: -4%; right: -4%; bottom: -42px; height: 72px; background: var(--zu-canvas); transform: rotate(-1.4deg); transform-origin: center; pointer-events: none; }
#intro, #intro .carousel-item { height: min(680px, calc(100vh - 100px)); min-height: 540px; }
#intro .carousel-item { background-position: center 30%; }
#intro .carousel-item::before { background: linear-gradient(90deg, rgba(5,24,46,.94) 0%, rgba(11,48,84,.72) 46%, rgba(5,20,38,.25) 100%); }
#intro .carousel-container { justify-content: flex-start; }
#intro .carousel-content { width: min(1180px, calc(100% - 48px)); margin: 0 auto; text-align: left; }
#intro .carousel-content .card-body { max-width: 720px; padding: 18px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--zu-yellow); font-size: .77rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 34px; height: 4px; border-radius: 4px; background: var(--zu-yellow); }
#intro h2, #intro h3, #intro h4 { display: block; width: fit-content; max-width: 100%; margin: 0 0 10px; padding: 0; border-radius: 0; background: none; color: #fff; }
#intro h2 { font-size: clamp(2.7rem, 5.8vw, 5.35rem); font-weight: 900; letter-spacing: -.055em; line-height: .94; text-wrap: balance; text-shadow: 0 8px 30px rgba(0,0,0,.2); }
#intro h3 { font-size: clamp(1.25rem, 2.3vw, 2rem); font-weight: 650; }
#intro h4 { font-size: 1.05rem; line-height: 1.6; color: #dbeaf6; }
#intro .btn-get-started { margin: 14px 0 0; padding: 13px 24px; border: 2px solid var(--zu-yellow); border-radius: 10px; background: var(--zu-yellow); color: var(--zu-navy-deep); font-family: inherit; font-size: .85rem; font-weight: 800; letter-spacing: .04em; }
#intro .btn-get-started:hover { background: transparent; color: #fff; }
#intro .carousel-indicators li { width: 28px; height: 4px; border-radius: 4px; }

#main { position: relative; }
#main > section { position: relative; padding: 88px 0; background: #fff; }
#main > section:nth-child(even) { background: var(--zu-canvas); }
#main > section:nth-child(even)::before { content: ""; position: absolute; top: 0; right: 0; width: 28%; height: 8px; background: linear-gradient(90deg, transparent, var(--zu-blue), var(--zu-yellow)); clip-path: polygon(8% 0,100% 0,100% 100%,0 100%); }
.section-header { margin-bottom: 42px; background: transparent !important; }
.section-header h3 { display: inline-block; left: 50%; transform: translateX(-50%); font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.05; text-transform: none; font-weight: 900; letter-spacing: -.045em; background: transparent; }
.section-header h3::before { display: none; }
.section-header h3::after { width: 76px; height: 6px; left: 0; border-radius: 6px; background: linear-gradient(90deg, var(--zu-yellow) 0 42%, var(--zu-blue) 42% 100%); transform: skewX(-24deg); }
.section-header p { max-width: 720px; margin: 0 auto; color: var(--zu-muted); font-size: 1rem; line-height: 1.75; }

#about .about-col, #portfolio .portfolio-wrap { overflow: hidden; border: 1px solid #e4edf4; border-radius: 6px 24px 6px 24px; box-shadow: 0 10px 30px rgba(11,36,66,.07); transition: transform .25s ease, box-shadow .25s ease; }
#about .about-col:hover, #portfolio .portfolio-wrap:hover { transform: translateY(-6px); box-shadow: var(--zu-shadow); }
#about .about-col .img img { border-radius: 0; }
#about .about-col .icon { background: var(--zu-navy); border-color: #fff; }
#about .about-col:hover .icon { background: var(--zu-yellow); }
#about .about-col:hover i { color: var(--zu-navy-deep); }
#facts { background-attachment: scroll; }
#facts .counters > div { margin-bottom: 22px; padding: 28px 24px; border-top: 5px solid var(--zu-yellow); border-radius: 5px 22px 5px 22px; background: rgba(255,255,255,.9); box-shadow: 0 10px 25px rgba(11,36,66,.07); }
#facts .counters span { color: var(--zu-navy); }

#staff .member { padding: 14px; border-bottom: 4px solid var(--zu-blue); border-radius: 5px 20px 5px 20px; background: #fff; box-shadow: 0 8px 25px rgba(11,36,66,.08); color: var(--zu-muted); line-height: 1.55; }
#staff .member img { aspect-ratio: 1 / 1; margin-bottom: 12px; border-radius: 13px; object-fit: cover; object-position: top; filter: contrast(1.06) saturate(1.03); }
#staff .member strong { color: var(--zu-ink); }
.staff-photo-frame { aspect-ratio: 1 / 1; margin-bottom: 12px; overflow: hidden; border-radius: 13px; background: #dfe5e9; }
#staff .member .staff-photo-frame img { display: block; width: 100%; height: 100%; margin: 0; border-radius: 0; object-fit: cover; object-position: center top; }
#staff .member .staff-photo-frame--luk img { transform: scale(1.48); transform-origin: 50% 42%; }
.staff-photo-placeholder { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; margin-bottom: 12px; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg, var(--zu-blue), var(--zu-navy)); }
#staff .member .staff-photo-placeholder img { position: absolute; width: 76%; height: 76%; margin: 0; opacity: .18; filter: grayscale(1) brightness(3); object-fit: contain; }
.staff-photo-placeholder span { position: relative; color: #fff; font-size: 2.25rem; font-weight: 900; letter-spacing: -.06em; text-shadow: 0 4px 18px rgba(0,0,0,.2); }
#clients { overflow: hidden; background: linear-gradient(135deg, var(--zu-navy-deep), var(--zu-navy) 62%, #245f92) !important; }
#clients::before { display: none; }
#clients .section-header h3 { color: #fff; }
#clients .section-header p { color: #c8dced; }
#clients .clients-carousel { max-width: 1120px; margin: 0 auto; padding: 8px 0 14px; }
#clients .clients-carousel .owl-stage { display: flex; align-items: stretch; }
#clients .clients-carousel .owl-item { display: flex; align-items: stretch; }
#clients .clients-carousel img { width: 100%; height: 150px; padding: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 6px 22px 6px 22px; background: #fff; box-shadow: 0 16px 34px rgba(3,18,35,.24); object-fit: contain; opacity: 1; transition: transform .25s ease, box-shadow .25s ease; }
#clients .clients-carousel img:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(3,18,35,.34); }
#clients .owl-dot { background: rgba(255,255,255,.38); }
#clients .owl-dot.active { background: var(--zu-yellow); }
#contact { background: var(--zu-blue-soft); }
#contact .contact-info > div { margin-bottom: 18px; }
#contact .contact-address, #contact .contact-email { height: 100%; padding: 28px 20px; border: 1px solid #d8e8f3; border-radius: var(--zu-radius); background: #fff; }
#contact .contact-info i { color: var(--zu-navy); }
#contact .contact-info h3 { color: var(--zu-ink); }

#footer { background: #07192e; }
#footer .footer-top { background: var(--zu-navy-deep); }
#footer .footer-top .footer-info h3 { border-left-color: var(--zu-yellow); letter-spacing: -.02em; }
#footer .footer-top h4::after { background: var(--zu-yellow); }
#footer .footer-top .social-links a:hover { background: var(--zu-yellow); color: var(--zu-navy-deep); }
.back-to-top { background: var(--zu-yellow); box-shadow: 0 8px 20px rgba(11,36,66,.22); }
.back-to-top i { color: var(--zu-navy-deep); }

@media (max-width: 991px) {
  .club-header { height: 74px; padding: 8px 18px; }
  .club-brand img { width: 62px; height: 62px; }
  .club-brand-copy strong { font-size: 1.05rem; }
  .club-brand-copy small { font-size: .58rem; }
  .club-header-actions a:not(.member-action) { display: none; }
  .club-header-actions .member-action span { display: none; }
  #mobile-nav-toggle { top: 88px; right: 14px; background: var(--zu-yellow); color: var(--zu-navy-deep); }
}

@media (max-width: 767px) {
  #intro, #intro .carousel-item { height: 570px; min-height: 570px; }
  #intro .carousel-content { width: calc(100% - 36px); }
  #intro .carousel-item::before { background: linear-gradient(90deg, rgba(7,29,55,.92), rgba(7,29,55,.48)); }
  #intro h2 { font-size: 2.55rem; }
  #main > section { padding: 58px 0; }
  #clients .clients-carousel img { height: 128px; padding: 18px; }
}
