/* About Us extends the existing homepage typography, palette and navigation. */
.about-team{padding-top:62px}
.team-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 22px}
.team-photo{display:block;min-width:0}
.team-photo img{width:100%;aspect-ratio:16/9;object-fit:contain;border-radius:3px;background:#f3f5f7}
.team-photo-coaches img{object-fit:cover;object-position:center bottom}


.team-contact{margin-top:28px}
@media(max-width:600px){.about-team{padding-top:42px}.team-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}}
.about-page .header nav a[aria-current="page"]{color:var(--navy);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}
.about-page .eyebrow{font-size:13px;letter-spacing:.07em;margin-bottom:17px}
.about-intro{padding-top:156px}
.about-intro-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center;margin-bottom:42px}
.about-intro h1{font-size:clamp(46px,4.7vw,68px);line-height:1.08;letter-spacing:-.025em}
.about-intro h1 em{font-weight:400;color:var(--green)}
.about-location{font-size:14px;color:var(--muted);margin-top:24px}
.about-location span{margin-inline:7px;color:#a8b4ae}
.about-story>p{font-size:17px;line-height:1.75;margin-bottom:17px;color:var(--muted)}
.about-story>p:first-child{color:var(--ink)}
.about-story .text-link{margin-top:3px}
.about-team-photo{margin:0}
.about-team-photo>img{width:100%;aspect-ratio:2.75;object-fit:cover;object-position:50% 66%;border-radius:3px}
.about-team-photo figcaption{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px;padding-top:13px}
.about-team-photo figcaption span:first-child{color:var(--green)}
.about-why{padding-block:72px}
.about-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px}
.about-section-heading h2{font-size:clamp(32px,3.2vw,42px)}
.about-section-heading>p{color:var(--muted);font-size:16px;line-height:1.7}
.about-reasons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);padding-top:26px}
.about-reasons article{padding-inline:30px;border-left:1px solid var(--line)}
.about-reasons article:first-child{padding-left:0;border-left:0}
.about-reasons article:last-child{padding-right:0}
.reason-number{display:block;font-family:Georgia,'Times New Roman',serif;font-size:25px;color:var(--green);margin-bottom:12px}
.about-reasons h3{font-size:21px;font-weight:600;margin-bottom:12px}
.about-reasons p{font-size:16px;line-height:1.75;color:var(--muted);max-width:340px}
.about-experience{display:grid;grid-template-columns:minmax(190px,.7fr) 1.6fr;gap:42px;align-items:center;margin-top:42px;padding:30px 40px 0;background:linear-gradient(110deg,#eef3f0,#f8faf9 75%);border-radius:3px}
.director-portrait{align-self:end;display:flex;justify-content:center}
.director-portrait img{width:auto;height:350px;max-width:100%;object-fit:contain;object-position:center bottom;mask-image:linear-gradient(to bottom,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 92%,transparent 100%)}
.director-copy{padding-bottom:32px}
.about-experience h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400;line-height:1.2;margin-bottom:19px}
.about-experience p:not(.eyebrow){font-size:16px;line-height:1.75;color:var(--muted)}
.about-experience p+p{margin-top:12px}
.about-experience strong{font-weight:600;color:var(--ink)}
.about-awards{background:#f3f5f7;padding-block:62px 68px}
.about-awards .about-section-heading{align-items:center}
.about-awards .text-link{white-space:nowrap}
.external-arrow{font-family:Arial,Helvetica,sans-serif;font-size:21px;line-height:1}
.about-award-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.award-card{display:grid;grid-template-columns:116px 1fr;gap:19px;align-items:start;min-width:0}
/* Display the original artwork without redrawing or modifying award logos. */
.award-art{position:relative;aspect-ratio:294 / 208;overflow:hidden;background:#071e54;border-radius:2px;margin-top:3px}
.award-art img{position:absolute;max-width:none;width:544.218%;height:auto;left:-222.109%;top:-76.923%}
.award-cultural img{left:-401.361%}
.award-prestige img{top:-190.385%}
.award-year{font-size:13px!important;font-weight:600;letter-spacing:.04em;color:var(--green)!important;margin-bottom:5px}
.award-copy h3{font-size:18px;line-height:1.35;font-weight:600;margin-bottom:9px}
.award-copy>p{font-size:14px;line-height:1.65;color:var(--muted)}
.about-connect{background:var(--navy);color:#fff;padding-block:66px}
.about-connect-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}
.about-connect .eyebrow{color:#ddd5a9}
.about-connect h2{font-size:clamp(34px,3.5vw,46px)}
.about-connect-inner>div>p:not(.eyebrow){margin-top:21px;color:#e0e3f0;font-size:16px;line-height:1.75}
.about-connect-actions{display:flex;flex-direction:column;gap:13px;min-width:280px}
.about-connect-actions .button{justify-content:space-between;font-size:15px;min-height:54px}
.about-outline{border-color:#9898c2;color:#fff}
.about-outline:hover{background:#ffffff14}
.about-email{font-size:14px;text-align:center;margin-top:4px;color:#e0e3f0;overflow-wrap:anywhere}
.about-email:hover{text-decoration:underline}
@media(max-width:1100px){
  .about-intro-grid{gap:38px}
  .award-card{grid-template-columns:1fr;gap:17px}
  .award-art{width:100%;max-width:240px}
}
@media(max-width:860px){
  .about-intro{padding-top:120px}
  .about-intro-grid{grid-template-columns:1fr;gap:25px;margin-bottom:30px}
  .about-intro h1{font-size:54px}
  .about-story{max-width:650px}
  .about-location{margin-top:18px}
  .about-team-photo>img{aspect-ratio:2.1;object-position:50% 70%}
  .about-reasons article{padding-inline:20px}
  .about-reasons h3{font-size:19px}
  .about-section-heading>p br{display:none}
  .about-section-heading>p{max-width:210px}
  .about-connect-inner{gap:30px}
  .about-connect-actions{min-width:250px}
}
@media(max-width:600px){
  .about-intro{padding-top:111px}
  .about-page .eyebrow{font-size:12px}
  .about-intro h1{font-size:clamp(39px,10.4vw,52px)}
  .about-location{max-width:290px;line-height:1.8}
  .about-story>p{font-size:16px}
  .about-team-photo>img{aspect-ratio:1.5;object-fit:contain}
  .about-team-photo figcaption{font-size:12px;display:block;padding-top:10px}
  .about-team-photo figcaption span{display:block}
  .about-team-photo figcaption span+span{margin-top:3px}
  .about-why{padding-block:45px}
  .about-section-heading{display:block;margin-bottom:25px}
  .about-section-heading>p{margin-top:17px;max-width:100%}
  .about-section-heading>p br{display:none}
  .about-reasons{grid-template-columns:1fr;padding-top:0}
  .about-reasons article,.about-reasons article:first-child,.about-reasons article:last-child{padding:23px 0;border-left:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:37px 1fr;column-gap:13px}
  .about-reasons article:last-child{padding-bottom:0;border-bottom:0}
  .reason-number{grid-row:1 / 3;font-size:23px;margin:0;line-height:1.4}
  .about-reasons h3{font-size:20px;margin-bottom:8px}
  .about-reasons p{max-width:none}
  .about-experience{grid-template-columns:1fr;gap:17px;margin-top:28px;padding:22px 22px 0}
  .director-portrait img{height:290px}
  .director-copy{padding-bottom:27px}
  .about-experience h3{font-size:27px}
  .about-awards{padding-block:42px}
  .about-awards .text-link{margin-top:21px}
  .about-award-grid{grid-template-columns:1fr;gap:23px}
  .award-card{grid-template-columns:minmax(90px,32%) 1fr;gap:19px}
  .award-card+.award-card{border-top:1px solid var(--line);padding-top:23px}
  .award-copy h3{font-size:17px}
  .award-copy>p{font-size:14px}
  .about-connect{padding-block:44px}
  .about-connect-inner{flex-direction:column;align-items:stretch;gap:28px}
  .about-connect h2{font-size:34px}
  .about-connect-inner>div>p br{display:none}
  .about-connect-actions{min-width:0}
}
