html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif; color: #2B333D; background: #FFFFFF; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
* { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: #C3202E; text-decoration: none; }
a:hover { color: #0F2544; }
:focus-visible { outline: 3px solid #C3202E; outline-offset: 2px; }
input, select, textarea, button { font: inherit; }
button { cursor: pointer; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px,4vw,40px); }

/* header */
header.site { position: sticky; top: 0; z-index: 60; background: #FFFFFF; border-bottom: 1px solid #E3E9EF; }
.header-bar { max-width: 1200px; margin: 0 auto; padding: 10px clamp(16px,4vw,40px); display: flex; align-items: center; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; color: #0F2544; }
.brand-logo { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; overflow: hidden; background: #EEF2F6; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-weight: 700; font-size: 16px; line-height: 1.15; letter-spacing: -0.01em; color: #0F2544; white-space: nowrap; }
.brand-name small { display: block; font-weight: 500; color: #5A6673; font-size: 14px; }
.spacer { flex: 1; }

.nav-desktop { display: none; }
.lang-toggle { display: flex; align-items: center; gap: 2px; padding: 3px; background: #F4F6F8; border-radius: 9px; }
.lang-btn { padding: 7px 12px; border-radius: 7px; font-weight: 600; font-size: 14px; border: 0; background: transparent; color: #5A6673; }
.lang-btn.active { background: #0F2544; color: #FFFFFF; }
.footer-col .lang-btn:not(.active) { color: #C9D5E1; }
.btn-trial { padding: 12px 18px; border-radius: 10px; background: #C3202E; color: #FFFFFF; font-weight: 600; font-size: 15px; white-space: nowrap; display: inline-block; }
.btn-trial:hover { background: #A31A25; color: #FFFFFF; }

.nav-mobile-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 48px; height: 48px; padding: 0 12px; border: 1px solid #E3E9EF; border-radius: 10px; background: #FFFFFF; margin-left: auto; }
.nav-mobile-toggle span { display: block; height: 2px; background: #0F2544; border-radius: 2px; }

.mobile-menu { border-top: 1px solid #E3E9EF; background: #FFFFFF; padding: 12px clamp(16px,4vw,40px) 20px; display: none; }
.mobile-menu.open { display: block; }
.mobile-menu nav { display: grid; gap: 2px; }
.mobile-menu nav a { padding: 14px 8px; border-radius: 8px; font-weight: 500; font-size: 17px; color: #2B333D; border-bottom: 1px solid #F0F3F6; }
.mobile-menu nav a:last-child { border-bottom: 0; }
.mobile-actions { display: grid; gap: 10px; margin-top: 16px; }
.mobile-actions .btn-trial { text-align: center; padding: 16px; font-size: 17px; }
.mobile-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mobile-contact a { text-align: center; padding: 14px; border-radius: 12px; border: 1px solid #D7DEE6; color: #0F2544; font-weight: 600; font-size: 16px; }
.mobile-lang { display: flex; gap: 8px; justify-content: center; margin-top: 4px; }

@media (min-width: 960px) {
  .nav-desktop { display: flex; align-items: center; gap: 6px; }
  .nav-mobile-toggle, .mobile-menu { display: none !important; }
}
.nav-desktop a:not(.btn-trial) { padding: 8px 10px; border-radius: 8px; font-weight: 500; font-size: 15px; color: #2B333D; }
.nav-desktop a:not(.btn-trial):hover { background: #F4F6F8; color: #2B333D; }
.nav-desktop .lang-toggle { margin-left: 8px; }
.nav-desktop .btn-trial { margin-left: 8px; }

/* hero */
.hero { background: #0F2544; color: #FFFFFF; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: clamp(36px,6vw,72px) clamp(16px,4vw,40px); display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: clamp(24px,4vw,48px); align-items: center; }
.kicker { margin: 0 0 14px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #9FB3C8; font-weight: 600; }
h1.hero-title { margin: 0; font-size: clamp(32px,5.2vw,54px); line-height: 1.08; font-weight: 700; letter-spacing: -0.02em; }
.hero-text { margin: 18px 0 0; font-size: clamp(16px,1.5vw,19px); line-height: 1.6; color: #D6DFE8; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-outline-light { padding: 16px 26px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.35); color: #FFFFFF; font-weight: 600; font-size: 17px; }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); color: #FFFFFF; }
.btn-solid { padding: 16px 26px; border-radius: 12px; background: #C3202E; color: #FFFFFF; font-weight: 600; font-size: 17px; }
.btn-solid:hover { background: #A31A25; color: #FFFFFF; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2,minmax(120px,1fr)); gap: 12px; height: clamp(260px,32vw,380px); }
.hero-grid .tall { grid-row: span 2; }
.photo { position: relative; border-radius: 16px; overflow: hidden; background: #173257; }
.photo img { width: 100%; height: 100%; object-fit: cover; }

/* branch cards */
.branches { padding: clamp(36px,5vw,64px) 0; }
.branch-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px; }
.branch-card { display: block; border: 1px solid #E3E9EF; border-radius: 16px; overflow: hidden; background: #FFFFFF; color: #2B333D; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.branch-card:hover { border-color: #0F2544; color: #2B333D; transform: translateY(-4px); box-shadow: 0 14px 28px rgba(15,37,68,0.14); }
.branch-photo { height: 190px; background: #EEF2F6; }
.branch-photo img { width: 100%; height: 100%; object-fit: cover; }
.branch-body { padding: 22px; }
.branch-body h2 { margin: 0; font-size: 24px; font-weight: 700; color: #0F2544; }
.branch-body p { margin: 8px 0 0; font-size: 16px; line-height: 1.6; color: #5A6673; }
.branch-cta { display: inline-block; margin-top: 14px; font-weight: 600; color: #C3202E; }

/* generic sections */
.section-shaded { background: #F4F6F8; border-top: 1px solid #E3E9EF; border-bottom: 1px solid #E3E9EF; }
.section-pad { padding: clamp(40px,6vw,80px) 0; }
h2.section-title { margin: 0; font-size: clamp(26px,3vw,36px); font-weight: 700; color: #0F2544; letter-spacing: -0.015em; }
.section-text { margin: 14px 0 0; font-size: 17px; line-height: 1.7; color: #4A5560; max-width: 70ch; }

.about-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: clamp(24px,4vw,56px); align-items: center; }
.about-grid .section-text { max-width: 60ch; }
.btn-outline-dark { display: inline-block; margin-top: 22px; padding: 14px 22px; border-radius: 11px; border: 1px solid #0F2544; color: #0F2544; font-weight: 600; }
.btn-outline-dark:hover { background: #0F2544; color: #FFFFFF; }
.about-photo { height: clamp(220px,26vw,320px); border-radius: 16px; overflow: hidden; background: #E3E9EF; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.volley-hall { margin-top: 28px; height: clamp(200px,26vw,340px); border-radius: 16px; overflow: hidden; background: #E3E9EF; }
.volley-hall img { width: 100%; height: 100%; object-fit: cover; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 20px; margin-top: 24px; }
.team-card { border: 1px solid #E3E9EF; border-radius: 16px; overflow: hidden; background: #FFFFFF; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(15,37,68,0.14); }
.team-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; border-top: 4px solid #C3202E; }
.team-card-body h3 { margin: 0; font-size: 20px; font-weight: 700; color: #0F2544; }
.team-card-body p { margin: 0; font-size: 15px; line-height: 1.6; color: #5A6673; flex: 1; }
.btn-navy { align-self: flex-start; padding: 12px 18px; border-radius: 10px; background: #0F2544; color: #FFFFFF; font-weight: 600; font-size: 15px; border: 0; }
.btn-navy:hover { background: #1B3A66; color: #FFFFFF; }
.note-box { margin: 22px 0 0; padding: 16px 18px; border-left: 3px solid #C3202E; background: #F8F9FB; font-size: 15px; line-height: 1.65; color: #5A6673; max-width: 80ch; }

.football-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 24px; margin-top: 32px; align-items: start; }
.football-list { display: grid; gap: 12px; }
.football-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px; background: #FFFFFF; border: 1px solid #E3E9EF; border-radius: 14px; }
.football-item .dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: #C3202E; }
.football-item h3 { margin: 0; font-size: 18px; font-weight: 700; color: #0F2544; }
.football-item p { margin: 6px 0 0; font-size: 15px; line-height: 1.6; color: #5A6673; }
.football-photos { display: grid; gap: 12px; }
.football-photos .main { height: clamp(180px,22vw,240px); border-radius: 16px; overflow: hidden; background: #E3E9EF; }
.football-photos .main img { width: 100%; height: 100%; object-fit: cover; }
.football-photos .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.football-photos .pair div { height: clamp(120px,15vw,160px); border-radius: 16px; overflow: hidden; background: #E3E9EF; }
.football-photos .pair img { width: 100%; height: 100%; object-fit: cover; }

.trial { background: #0F2544; color: #FFFFFF; }
.trial-inner { max-width: 1000px; margin: 0 auto; padding: clamp(40px,6vw,80px) clamp(16px,4vw,40px); }
.trial-inner h2 { margin: 0; font-size: clamp(26px,3.2vw,38px); font-weight: 700; letter-spacing: -0.015em; }
.trial-inner .section-text { color: #D6DFE8; max-width: 68ch; }
.trial-actions { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 16px; margin-top: 30px; }
.trial-actions a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px; border-radius: 14px; font-weight: 600; font-size: 18px; }
.trial-actions .a-light { background: #FFFFFF; color: #0F2544; }
.trial-actions .a-light:hover { background: #F0F3F6; color: #0F2544; }
.trial-actions .a-red { background: #C3202E; color: #FFFFFF; }
.trial-actions .a-red:hover { background: #A31A25; color: #FFFFFF; }

.trial-form { margin-top: 36px; background: #FFFFFF; color: #2B333D; border-radius: 18px; padding: clamp(20px,3vw,32px); }
.trial-form h3 { margin: 0; font-size: 21px; font-weight: 700; color: #0F2544; }
.trial-form .form-note { margin: 8px 0 0; font-size: 15px; line-height: 1.6; color: #5A6673; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 16px; margin-top: 22px; }
.form-grid label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; color: #4A5560; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid input, .form-grid select, .form-grid textarea { padding: 13px 14px; border: 1px solid #D7DEE6; border-radius: 10px; font-size: 16px; font-weight: 400; color: #2B333D; background: #FFFFFF; }
.form-grid textarea { resize: vertical; }
.btn-send { margin-top: 20px; padding: 16px 26px; border: 0; border-radius: 12px; background: #C3202E; color: #FFFFFF; font-weight: 600; font-size: 17px; }
.btn-send:hover { background: #A31A25; }

.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pill { padding: 11px 18px; border-radius: 999px; font-weight: 600; font-size: 15px; background: #FFFFFF; color: #4A5560; border: 1px solid #D7DEE6; }
.pill.active { background: #0F2544; color: #FFFFFF; border-color: #0F2544; text-decoration: underline; text-underline-offset: 3px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 14px; margin-top: 24px; }
.gallery-item { margin: 0; position: relative; border-radius: 14px; overflow: hidden; background: #EEF2F6; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item.hidden { display: none; }
.zoom-btn { position: absolute; right: 8px; bottom: 8px; width: 40px; height: 40px; border: 0; border-radius: 10px; background: rgba(15,37,68,0.82); color: #FFFFFF; font-size: 17px; line-height: 1; }
.zoom-btn:hover { background: #0F2544; }

.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(10,20,35,0.9); display: none; flex-direction: column; align-items: center; justify-content: center; padding: clamp(12px,4vw,48px); gap: 14px; }
.lightbox.open { display: flex; }
.lightbox-frame { width: min(1000px,100%); height: min(72vh,720px); border-radius: 14px; overflow: hidden; background: #0F2544; }
.lightbox-frame img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-caption { margin: 0; color: #D6DFE8; font-size: 15px; text-align: center; }
.lightbox-close { position: absolute; top: 16px; right: 16px; width: 48px; height: 48px; border: 0; border-radius: 12px; background: rgba(255,255,255,0.14); color: #FFFFFF; font-size: 22px; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.14); color: #FFFFFF; font-size: 26px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.lightbox-nav:hover { background: rgba(255,255,255,0.28); }
.lightbox-nav.is-hidden { display: none; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
@media (max-width: 640px) { .lightbox-nav { width: 40px; height: 40px; font-size: 20px; } .lightbox-prev { left: 6px; } .lightbox-next { right: 6px; } }

.insta-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 28px; align-items: center; }
.insta-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.insta-photos div { aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; background: #E3E9EF; }
.insta-photos img { width: 100%; height: 100%; object-fit: cover; }
.btn-navy-block { display: inline-block; margin-top: 20px; padding: 15px 24px; border-radius: 12px; background: #0F2544; color: #FFFFFF; font-weight: 600; font-size: 16px; }
.btn-navy-block:hover { background: #1B3A66; color: #FFFFFF; }

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 16px; margin-top: 28px; }
.contact-card { display: grid; gap: 4px; padding: 22px; border: 1px solid #E3E9EF; border-radius: 14px; color: #2B333D; overflow-wrap: anywhere; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.contact-card:hover { border-color: #0F2544; color: #2B333D; transform: translateY(-4px); box-shadow: 0 14px 28px rgba(15,37,68,0.14); }
.contact-card .label { font-size: 14px; font-weight: 600; color: #5A6673; }
.contact-card .value { font-size: 19px; font-weight: 700; color: #0F2544; }

footer.site { background: #0F2544; color: #C9D5E1; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: clamp(32px,5vw,56px) clamp(16px,4vw,40px); display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; overflow: hidden; background: #173257; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand span { font-weight: 700; font-size: 17px; color: #FFFFFF; line-height: 1.2; }
.footer-text { margin: 14px 0 0; font-size: 15px; line-height: 1.6; max-width: 34ch; }
.footer-col { display: grid; gap: 10px; align-content: start; }
.footer-col .heading { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: #8AA0B8; font-weight: 600; }
.footer-col a { color: #C9D5E1; font-size: 16px; }
.footer-col a:hover { color: #FFFFFF; }
.footer-insta { display: flex; align-items: center; gap: 9px; }
.insta-icon { position: relative; display: inline-block; flex: 0 0 auto; width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 6px; }
.insta-icon span:first-child { position: absolute; top: 3.5px; left: 3.5px; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; }
.insta-icon span:last-child { position: absolute; top: 1.5px; right: 1.5px; width: 2.5px; height: 2.5px; background: currentColor; border-radius: 50%; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); }
.footer-bottom-inner { max-width: 1200px; margin: 0 auto; padding: 18px clamp(16px,4vw,40px); font-size: 14px; color: #8AA0B8; }

.wa-float { position: fixed; right: 16px; bottom: 16px; z-index: 70; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #0F7A34; color: #FFFFFF; box-shadow: 0 4px 14px rgba(15,37,68,0.25); font-weight: 700; font-size: 13px; letter-spacing: 0.02em; }
.wa-float:hover { background: #0C6B2C; color: #FFFFFF; }
