.about-page { --about-ink:#102b40; --about-muted:#6f8798; --about-aqua:#4d9dff; --about-cyan:#4cc9ff; color:var(--about-ink); background:#f4fafb; }
.about-hero { position:relative; min-height:570px; display:grid; align-items:end; overflow:hidden; color:#fff; background:#071d2c; }
.about-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,17,29,.9),rgba(3,17,29,.52) 54%,rgba(3,17,29,.18)),var(--about-hero-image) center/cover; }
.about-hero::after { content:''; position:absolute; inset:auto 0 0; height:175px; background:linear-gradient(transparent,rgba(3,17,29,.7)); }
.about-hero-inner { position:relative; z-index:1; display:flex; align-items:end; justify-content:space-between; gap:40px; width:100%; padding-top:115px; padding-bottom:74px; }
.about-hero-copy { max-width:820px; }
.about-eyebrow,.about-kicker { display:inline-flex; align-items:center; gap:9px; color:#2477d4; font:700 11px 'DM Sans',sans-serif; letter-spacing:.16em; text-transform:uppercase; }
.about-eyebrow { color:var(--about-aqua); }
.about-eyebrow::before,.about-kicker::before { content:''; width:7px; height:7px; flex:0 0 auto; border-radius:50%; background:currentColor; box-shadow:0 0 15px currentColor; }
.about-hero h1 { max-width:900px; margin:20px 0 0; color:#fff; font:700 clamp(2.7rem,6.5vw,6.2rem)/.95 'Space Grotesk',sans-serif; letter-spacing:-.075em; }
.about-hero-copy>strong { display:block; margin-top:20px; color:#fff; font:600 clamp(1.15rem,2.2vw,1.65rem) 'Space Grotesk',sans-serif; }
.about-hero-copy>p { max-width:680px; margin:14px 0 0; color:#c5dbe4; font-size:clamp(1rem,1.7vw,1.2rem); line-height:1.65; }
.about-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.about-actions .btn-ghost { color:#fff; border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.08); }
.about-hero-note { width:min(285px,100%); padding:22px; border:1px solid rgba(77,157,255,.3); border-radius:19px; background:rgba(5,29,43,.78); backdrop-filter:blur(12px); }
.about-note-icon,.about-direction-icon { display:grid; width:44px; height:44px; place-items:center; color:#06212b; border-radius:13px; background:linear-gradient(135deg,var(--about-aqua),var(--about-cyan)); }
.about-note-icon svg,.about-direction-icon svg { width:23px; height:23px; }
.about-hero-note strong { display:block; margin-top:17px; color:#fff; font:600 1.05rem 'Space Grotesk',sans-serif; }
.about-hero-note p { margin:7px 0 0; color:#a5bfca; font-size:12px; line-height:1.6; }
.about-overview { padding:105px 0; background:#f4fafb; }
.about-overview-grid { display:grid; grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr); gap:clamp(35px,7vw,100px); align-items:center; }
.about-photo { position:relative; min-height:470px; overflow:hidden; border-radius:22px; box-shadow:0 25px 65px rgba(31,77,97,.16); }
.about-photo::after { content:''; position:absolute; inset:17px -17px -17px 17px; z-index:-1; border:1px solid rgba(36,119,212,.25); border-radius:22px; }
.about-photo img { width:100%; height:100%; min-height:470px; object-fit:cover; }
.about-photo>span { position:absolute; left:20px; bottom:20px; padding:9px 12px; color:#fff; font-size:10px; font-weight:700; letter-spacing:.14em; border-radius:999px; background:rgba(4,28,42,.78); }
.about-overview-copy h2,.about-section-head h2,.about-school-copy h2,.about-cta h2 { margin:16px 0 0; color:var(--about-ink); font:700 clamp(2rem,4vw,3.6rem)/1.02 'Space Grotesk',sans-serif; letter-spacing:-.065em; }
.about-copy-cards { display:grid; gap:12px; margin-top:28px; }
.about-copy-cards p { position:relative; margin:0; padding:20px 22px 20px 64px; color:var(--about-muted); border:1px solid rgba(24,70,91,.12); border-radius:18px; background:#fff; box-shadow:0 10px 28px rgba(31,77,97,.055); font-size:14px; line-height:1.72; }
.about-copy-cards p:nth-child(2) { background:linear-gradient(135deg,#eaf3ff,#fff); border-color:rgba(36,119,212,.2); }
.about-copy-cards p:nth-child(3) { background:#f7fbfc; }
.about-copy-cards p>span { position:absolute; top:20px; left:22px; color:#2477d4; font:700 12px 'Space Grotesk',sans-serif; letter-spacing:.12em; }
.about-directions { position:relative; overflow:hidden; padding:clamp(82px,9vw,126px) 0 clamp(88px,10vw,138px); color:#eaf4ff; background:linear-gradient(145deg,#06142f 0%,#0a2d69 54%,#087fbe 100%); }
.about-directions::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 7% 12%,rgba(85,221,255,.2),transparent 27%),radial-gradient(circle at 93% 82%,rgba(57,119,255,.28),transparent 32%); }
.about-directions::after { content:''; position:absolute; width:520px; height:520px; right:-260px; bottom:-340px; border:1px solid rgba(151,221,255,.18); border-radius:50%; box-shadow:0 0 0 42px rgba(151,221,255,.045),0 0 0 84px rgba(151,221,255,.03); pointer-events:none; }
.about-directions > div { position:relative; z-index:1; }
.about-section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:44px; }
.about-section-head>p { max-width:490px; margin:0; color:#b8cde5; font-size:15px; line-height:1.7; }
.about-directions .about-kicker { color:#55ddff; }
.about-directions .about-section-head h2 { color:#fff; }
.about-direction-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.about-direction { position:relative; min-height:238px; padding:25px; overflow:hidden; border:1px solid rgba(151,221,255,.22); border-radius:22px; background:linear-gradient(145deg,rgba(16,66,116,.84),rgba(6,31,75,.72)); box-shadow:0 20px 48px rgba(0,18,55,.24),inset 0 1px 0 rgba(255,255,255,.1); transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease; }
.about-direction::before { content:''; position:absolute; top:0; right:18px; left:18px; height:2px; background:linear-gradient(90deg,transparent,#55ddff,transparent); opacity:.55; }
.about-direction::after { content:'↗'; position:absolute; right:22px; bottom:18px; display:grid; width:28px; height:28px; place-items:center; color:#55ddff; border:1px solid rgba(85,221,255,.24); border-radius:50%; font-size:15px; transition:transform .3s ease,background .3s ease,color .3s ease; }
.about-direction:hover { transform:translateY(-8px); border-color:rgba(85,221,255,.62); background:linear-gradient(145deg,rgba(24,94,153,.94),rgba(8,42,93,.9)); box-shadow:0 28px 58px rgba(0,18,55,.34),0 0 0 1px rgba(85,221,255,.08); }
.about-direction:hover::after { color:#06213a; background:#55ddff; transform:rotate(-8deg) scale(1.08); }
.about-direction-number { position:absolute; top:25px; right:23px; color:rgba(181,231,255,.7); font:700 11px 'Space Grotesk',sans-serif; letter-spacing:.14em; }
.about-direction-icon { width:46px; height:46px; color:#06213a; border:1px solid rgba(194,248,255,.45); border-radius:14px; background:linear-gradient(135deg,#c2f8ff 0%,#55ddff 52%,#4d9dff 100%); box-shadow:0 10px 24px rgba(0,23,60,.24); }
.about-direction-icon svg { width:23px; height:23px; }
.about-direction h3 { max-width:210px; margin:29px 0 0; color:#fff; font:600 1.08rem/1.28 'Space Grotesk',sans-serif; letter-spacing:-.02em; }
.about-direction p { max-width:235px; margin:11px 0 0; color:#b8d3e4; font-size:12px; line-height:1.55; }
.about-direction-link { display:inline-flex; align-items:center; gap:8px; min-height:40px; margin-top:14px; padding:0; color:#55ddff; border:0; background:transparent; cursor:pointer; font:700 11px 'DM Sans',sans-serif; letter-spacing:.06em; text-transform:uppercase; transition:color .25s ease,transform .25s ease; }
.about-direction-link span { font-size:15px; transition:transform .25s ease; }
.about-direction-link:hover,.about-direction-link:focus-visible { color:#fff; }
.about-direction-link:hover span,.about-direction-link:focus-visible span { transform:translate(3px,-2px); }
.about-direction-link:focus-visible { outline:2px solid #55ddff; outline-offset:5px; border-radius:4px; }
.about-trainers { padding:105px 0; color:#e8f7f9; background:linear-gradient(145deg,#092738,#061622); }
.about-section-head-dark h2 { color:#fff; }
.about-section-head-dark>p { color:#9ab5c3; }
.about-section-head-dark .about-kicker { color:var(--about-aqua); }
.about-trainer-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:clamp(15px,2.5vw,32px); }
.about-trainer { min-width:0; text-align:center; }
.about-trainer-photo { width:100%; aspect-ratio:1; overflow:hidden; border:1px solid rgba(149,205,226,.2); border-radius:50%; background:#0a2b3d; }
.about-trainer-photo img { width:100%; height:100%; object-fit:cover; filter:saturate(.82); transition:transform .6s ease,filter .6s ease; }
.about-trainer:hover img { transform:scale(1.07); filter:saturate(1.08); }
.about-trainer h3 { margin:20px 0 0; color:#fff; font:600 14px/1.3 'Space Grotesk',sans-serif; }
.about-trainer p { margin:8px 0 0; color:#9bb5c2; font-size:11px; line-height:1.5; }
.about-school { padding:105px 0; background:#fff; }
.about-school-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(35px,7vw,100px); align-items:center; }
.about-school-copy>p { max-width:650px; margin:19px 0 0; color:var(--about-muted); font-size:15px; line-height:1.75; }
.about-standards { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:26px; border:1px solid rgba(36,119,212,.16); border-radius:20px; background:linear-gradient(145deg,#eaf3ff,#fff); box-shadow:0 18px 45px rgba(31,77,97,.08); }
.about-standards strong { grid-column:span 2; margin-bottom:7px; color:var(--about-ink); font:600 1.05rem 'Space Grotesk',sans-serif; }
.about-standards span { padding:14px; color:#2477d4; border:1px solid rgba(36,119,212,.14); border-radius:12px; background:#fff; font:700 12px 'Space Grotesk',sans-serif; }
.about-gallery { padding:105px 0 0; background:#fff; }
.about-gallery-grid { display:grid; grid-template-columns:repeat(6,1fr); grid-auto-rows:clamp(145px,16vw,235px); gap:3px; }
.about-gallery-item { position:relative; grid-column:span 2; overflow:hidden; margin:0; background:#dceafa; }
.about-gallery-item:nth-child(2),.about-gallery-item:nth-child(5) { grid-column:span 1; }
.about-gallery-item:nth-child(3),.about-gallery-item:nth-child(6) { grid-column:span 3; }
.about-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.about-gallery-item:hover img { transform:scale(1.07); }
.about-gallery-item figcaption { position:absolute; right:0; bottom:0; left:0; padding:15px; color:#fff; font-size:11px; background:linear-gradient(transparent,rgba(3,16,27,.8)); }
.about-gallery-empty { grid-column:1/-1; padding:48px 24px; color:var(--about-muted); text-align:center; border:1px dashed rgba(36,119,212,.3); background:#f7fbfc; }
.about-cta { padding:72px 0; color:#fff; background:linear-gradient(120deg,#0b3445,#061824); }
.about-cta h2 { color:#fff; }
.about-cta .about-kicker { color:var(--about-aqua); }
@media (max-width:1000px) { .about-overview-grid,.about-school-grid { grid-template-columns:1fr; } .about-photo { max-width:720px; } .about-direction-grid { grid-template-columns:repeat(2,1fr); } .about-trainer-grid { grid-template-columns:repeat(3,1fr); row-gap:40px; } }
@media (max-width:900px) { .about-hero-inner { align-items:start; flex-direction:column; padding-bottom:62px; } .about-hero-note { width:min(370px,100%); } }
@media (max-width:700px) { .about-hero { min-height:700px; } .about-hero-inner { padding-top:80px; } .about-overview,.about-directions,.about-trainers,.about-school { padding:76px 0; } .about-overview-copy h2,.about-section-head h2,.about-school-copy h2,.about-cta h2 { font-size:2.3rem; } .about-photo,.about-photo img { min-height:330px; } .about-section-head { display:block; } .about-section-head>p { margin-top:17px; } .about-direction-grid,.about-school-grid { grid-template-columns:1fr; } .about-trainer-grid { grid-template-columns:repeat(2,1fr); gap:34px 18px; } .about-trainer h3 { font-size:13px; } .about-standards { margin-top:5px; } .about-gallery { padding-top:76px; } .about-gallery-grid { grid-template-columns:repeat(2,1fr); grid-auto-rows:170px; } .about-gallery-item:nth-child(n) { grid-column:span 1; } .about-gallery-item:nth-child(1),.about-gallery-item:nth-child(4) { grid-column:span 2; } .about-cta { padding-top:52px; padding-bottom:52px; } }
@media (prefers-reduced-motion:reduce) { .about-trainer-photo img,.about-gallery-item img { transition:none; } }
