@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Inter:wght@400;500;600;700&display=swap');

:root { --ink:#07111f; --blue:#0054d8; --electric:#1975ff; --ice:#eef4fb; --line:#cfdae8; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); font-family:Inter,Arial,sans-serif; background:#fff; }
a { color:inherit; text-decoration:none; }
.nav-shell { height:78px; background:rgba(5,15,29,.94); color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; position:absolute; inset:0 0 auto; z-index:5; border-bottom:1px solid rgba(255,255,255,.17); }
.wordmark { display:flex; align-items:center; gap:12px; letter-spacing:.12em; }
.wordmark span { width:39px; height:39px; display:grid; place-items:center; background:var(--blue); font:800 21px/1 'Barlow Condensed'; transform:skew(-8deg); }
.wordmark strong { font:700 17px/1 'Barlow Condensed'; }
nav { display:flex; align-items:center; gap:30px; font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
nav a:hover { color:#8fc0ff; }
.nav-cta { border:1px solid rgba(255,255,255,.7); padding:12px 17px; }
.hero { height:860px; min-height:720px; position:relative; background:#081424; color:#fff; overflow:hidden; }
.hero-photo { position:absolute; inset:0; background:url('/images/tyler-hero.png') right center/auto 100% no-repeat; filter:saturate(.86) contrast(1.04); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,12,25,.97) 0%,rgba(4,15,30,.84) 35%,rgba(4,12,25,.2) 68%,rgba(4,12,25,.35)),linear-gradient(0deg,rgba(4,12,25,.65),transparent 45%); }
.hero-content { position:relative; z-index:2; padding:180px 7vw 160px; max-width:790px; }
.eyebrow,.kicker,.card-label { margin:0 0 22px; color:#73afff; font-size:12px; font-weight:800; letter-spacing:.2em; }
.academy-lockup { display:flex; align-items:flex-end; gap:18px; margin:0 0 20px; text-transform:uppercase; }
.academy-lockup strong { font:900 clamp(31px,4vw,54px)/.85 'Barlow Condensed',sans-serif; letter-spacing:.03em; }
.academy-lockup span { padding:8px 11px; background:var(--blue); color:#fff; font-size:12px; font-weight:900; letter-spacing:.16em; }
.hero h1,.section h2 { margin:0; font:800 clamp(74px,10vw,142px)/.75 'Barlow Condensed',sans-serif; letter-spacing:-.035em; text-transform:uppercase; }
.hero h1 { font-size:clamp(100px,13.5vw,194px); }
.hero-role { margin:32px 0 0; font:600 30px 'Barlow Condensed'; text-transform:uppercase; letter-spacing:.06em; }
.hero-role span { color:#2780ff; margin:0 8px; }
.hero-copy { width:min(500px,90vw); font-size:16px; line-height:1.7; color:#c5d0df; }
.hero-actions { display:flex; gap:12px; margin-top:32px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:24px; min-width:160px; padding:17px 22px; font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; transition:.2s; }
.button:hover { transform:translateY(-2px); }
.button.primary { background:var(--blue); color:#fff; }
.button.ghost { border:1px solid rgba(255,255,255,.55); }
.quick-strip { position:absolute; z-index:3; bottom:0; inset-inline:0; min-height:118px; padding:0 7vw; display:grid; grid-template-columns:repeat(5,1fr); background:rgba(5,15,29,.9); border-top:1px solid rgba(255,255,255,.17); backdrop-filter:blur(9px); }
.quick-strip div { padding:27px 24px; border-right:1px solid rgba(255,255,255,.14); }
.quick-strip span,.quick-strip strong { display:block; }
.quick-strip span { font-size:9px; letter-spacing:.18em; color:#8ca1b9; margin-bottom:8px; }
.quick-strip strong { font:700 25px 'Barlow Condensed'; text-transform:uppercase; }
.section { padding:110px 7vw; }
.section-head { display:flex; align-items:end; justify-content:space-between; margin-bottom:64px; }
.section h2 { font-size:clamp(58px,7.2vw,105px); }
.section h2 em { color:var(--blue); font-weight:600; }
.coach-view { background:#f7f9fc; }
.coach-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.profile-card,.identity-card { padding:45px; background:#fff; border:1px solid #dce5ef; }
.profile-card dl { margin:0; }
.profile-card dl div { display:flex; justify-content:space-between; gap:20px; padding:16px 0; border-bottom:1px solid #e4ebf2; }
.profile-card dt { color:#718096; font-size:13px; }
.profile-card dd { margin:0; font:700 18px 'Barlow Condensed'; text-transform:uppercase; text-align:right; }
.identity-card { background:var(--blue); color:white; border:0; position:relative; overflow:hidden; }
.identity-card:after { content:'59'; position:absolute; right:-15px; bottom:-60px; font:800 200px 'Barlow Condensed'; color:rgba(255,255,255,.07); }
.identity-card .card-label { color:#b9d8ff; }
.identity-card h3 { margin:0 0 20px; font:800 58px/.88 'Barlow Condensed'; text-transform:uppercase; }
.identity-card p { max-width:570px; color:#dbeaff; line-height:1.7; }
.traits { display:flex; flex-wrap:wrap; gap:8px; margin-top:30px; position:relative; z-index:1; }
.traits span { border:1px solid rgba(255,255,255,.35); padding:10px 12px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.film-section { background:var(--ink); color:#fff; display:grid; grid-template-columns:.9fr 1.1fr; gap:7vw; align-items:center; }
.kicker.light { color:#79aff7; }
.film-copy>p:not(.kicker) { color:#9fb0c4; line-height:1.75; max-width:560px; }
.social-links { margin-top:36px; display:grid; }
.social-links a { display:grid; grid-template-columns:42px 1fr 24px; align-items:center; gap:12px; padding:18px 0; border-top:1px solid #2b394b; }
.social-links b { width:38px; height:38px; display:grid; place-items:center; border:1px solid #40526a; color:#66a4f5; }
.social-links span { font:600 17px 'Barlow Condensed'; }
.social-links small { display:block; color:#71849c; font:700 9px Inter; letter-spacing:.15em; margin-bottom:4px; }
.social-links i { font-style:normal; color:#5b8ed5; }
.film-image { height:590px; position:relative; overflow:hidden; display:block; }
.film-image:after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,14,28,.85),transparent 45%); }
.film-image img { width:100%; height:100%; object-fit:cover; transition:.5s; }
.film-image:hover img { transform:scale(1.025); }
.video-frame { position:relative; display:block; aspect-ratio:16/9; overflow:hidden; background:#020812; box-shadow:0 24px 60px rgba(0,0,0,.5); }
.video-frame>img { width:100%; height:100%; object-fit:cover; transition:.35s; }
.video-frame:hover>img { transform:scale(1.02); }
.youtube-cta { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:flex; align-items:center; gap:12px; padding:15px 20px; background:rgba(0,84,216,.94); color:#fff; font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.youtube-cta b { font-size:22px; }
.play { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); width:92px; height:92px; border-radius:50%; background:var(--blue); display:grid; place-items:center; padding-left:6px; }
.photo-tag { position:absolute; z-index:2; left:28px; bottom:26px; font-size:10px; font-weight:800; letter-spacing:.15em; }
.about { display:grid; grid-template-columns:.7fr 1.3fr; align-items:center; gap:8vw; }
.about-photo { position:relative; height:680px; }
.about-photo img { width:100%; height:100%; object-fit:cover; object-position:center top; filter:saturate(.8); }
.about-photo span { position:absolute; bottom:0; left:0; background:var(--blue); color:#fff; padding:14px 18px; font-size:10px; font-weight:800; letter-spacing:.14em; }
.about-copy h2 { font-size:clamp(56px,6.5vw,94px); margin-bottom:35px; }
.about-copy p { color:#4f6074; line-height:1.8; }
.gallery { background:#f4f7fb; }
.gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:45px; }
.gallery-head>p { max-width:450px; color:#586a7d; line-height:1.7; }
.gallery-grid { display:grid; grid-template-columns:1.35fr .9fr .9fr; grid-template-rows:280px 280px; gap:14px; }
.gallery-grid a { position:relative; overflow:hidden; background:#dfe7f0; }
.gallery-grid a:first-child { grid-row:1/3; }
.gallery-grid a:last-child { grid-column:3; grid-row:1/3; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:.35s; }
.gallery-grid a:hover img { transform:scale(1.03); }
.gallery-grid span { position:absolute; left:16px; bottom:14px; padding:8px 10px; background:rgba(7,17,31,.87); color:#fff; font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.journey { background:#eef3f9; }
.journey-head>p { width:360px; color:#52657b; line-height:1.7; }
.timeline { display:grid; grid-template-columns:repeat(3,1fr); }
.timeline article { padding:28px 26px 10px; border-top:3px solid #c3d0df; position:relative; }
.timeline article:before { content:''; position:absolute; width:13px; height:13px; border-radius:50%; background:#a9b9ca; top:-8px; left:26px; box-shadow:0 0 0 6px #eef3f9; }
.timeline article.active { border-color:var(--blue); }
.timeline article.active:before { background:var(--blue); }
.timeline article>span { display:block; color:#9aaabc; font:700 44px 'Barlow Condensed'; margin-bottom:55px; }
.timeline small { color:var(--blue); font-size:9px; font-weight:800; letter-spacing:.13em; }
.timeline h3 { margin:10px 0; font:800 35px 'Barlow Condensed'; text-transform:uppercase; }
.timeline p { color:#5b6d81; font-size:13px; line-height:1.7; }
.italy { min-height:620px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:9vw; background:linear-gradient(120deg,#07111e,#09284c); color:#fff; overflow:hidden; }
.italy-number { font:800 clamp(100px,17vw,240px)/.8 'Barlow Condensed'; color:#fff; white-space:nowrap; transform:skew(-5deg); }
.italy-number span { font-size:.22em; color:#498ee8; margin-left:2px; }
.italy-copy h2 { font-size:clamp(55px,6.4vw,92px); }
.italy-copy p { color:#b6c6d9; line-height:1.8; }
.italy-copy blockquote { margin:30px 0 0; border-left:3px solid var(--electric); padding-left:22px; color:#dce8f5; font-style:italic; line-height:1.7; }
.academics { display:grid; grid-template-columns:1.15fr .55fr .9fr; gap:6vw; align-items:center; }
.academics h2 { font-size:clamp(55px,6vw,88px); }
.academic-stat { width:210px; height:210px; border-radius:50%; background:var(--blue); color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.academic-stat strong { font:800 74px/.8 'Barlow Condensed'; }
.academic-stat span { font-size:10px; font-weight:800; letter-spacing:.18em; margin-top:12px; }
.academic-copy h3 { font:800 31px 'Barlow Condensed'; text-transform:uppercase; }
.academic-copy p,.academic-copy li { color:#56687c; line-height:1.7; font-size:14px; }
.academic-copy ul { padding-left:18px; }
.contact { background:var(--blue); color:#fff; text-align:center; padding-bottom:45px; }
.contact h2 { font-size:clamp(75px,10vw,145px); }
.contact h2 em { color:#b8d7ff; }
.contact>p:not(.kicker) { max-width:620px; margin:32px auto; color:#d4e6ff; line-height:1.8; }
.button.white { background:#fff; color:var(--blue); }
.footer-links { margin-top:100px; padding-top:30px; border-top:1px solid rgba(255,255,255,.25); display:flex; justify-content:center; gap:30px; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }

@media (max-width:900px) {
  nav a:not(.nav-cta) { display:none; }
  .hero { height:820px; }
  .hero-content { padding-top:170px; }
  .quick-strip { grid-template-columns:repeat(3,1fr); }
  .quick-strip div:nth-child(4),.quick-strip div:nth-child(5) { display:none; }
  .coach-grid,.film-section,.about,.italy,.academics { grid-template-columns:1fr; }
  .film-image { height:500px; }
  .about-photo { height:580px; max-width:520px; }
  .journey-head { align-items:start; }
  .timeline { grid-template-columns:1fr 1fr; gap:30px 0; }
  .italy-number { font-size:150px; }
  .academics { text-align:center; }
  .academic-stat { margin:auto; }
  .academic-copy ul { display:inline-block; text-align:left; }
  .gallery-head { align-items:flex-start; flex-direction:column; }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:320px 240px 280px; }
  .gallery-grid a:first-child { grid-row:auto; }
  .gallery-grid a:last-child { grid-column:1/3; grid-row:auto; }
}
@media (max-width:600px) {
  .nav-shell { height:68px; padding:0 20px; }
  .wordmark strong { display:none; }
  .nav-cta { padding:10px 12px; }
  .hero { height:780px; }
  .hero-photo { background-position:58% center; background-size:auto 100%; }
  .academy-lockup { align-items:flex-start; flex-direction:column; gap:9px; }
  .hero-shade { background:linear-gradient(90deg,rgba(3,12,25,.91),rgba(3,12,25,.25)),linear-gradient(0deg,rgba(3,12,25,.85),transparent 55%); }
  .hero-content { padding:150px 22px; }
  .hero h1 { font-size:94px; }
  .hero-role { font-size:23px; }
  .hero-actions { flex-direction:column; width:190px; }
  .quick-strip { padding:0 10px; min-height:100px; }
  .quick-strip div { padding:23px 12px; }
  .quick-strip strong { font-size:20px; }
  .section { padding:80px 22px; }
  .section h2 { font-size:56px; }
  .section-head,.journey-head { align-items:start; flex-direction:column; gap:30px; }
  .coach-grid { gap:14px; }
  .profile-card,.identity-card { padding:30px 24px; }
  .identity-card h3 { font-size:48px; }
  .film-image { height:440px; }
  .about-photo { height:500px; }
  .about-copy h2,.italy-copy h2,.academics h2 { font-size:52px; }
  .timeline { grid-template-columns:1fr; }
  .timeline article>span { margin-bottom:25px; }
  .italy-number { font-size:112px; }
  .footer-links { flex-wrap:wrap; margin-top:70px; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:repeat(5,300px); }
  .gallery-grid a:last-child { grid-column:auto; }
}

.schedule { background:var(--ice); }
.schedule-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.schedule .kicker { color:var(--blue); font-size:14px; }
.schedule-heading .button { font-size:14px; }
.schedule-intro,.schedule-note { color:#4f6074; line-height:1.75; max-width:900px; }
.schedule-intro { margin:32px 0; font-size:16px; }
.schedule h3 { font:700 32px 'Barlow Condensed',sans-serif; text-transform:uppercase; margin:36px 0 20px; }
.schedule-events { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.schedule-events article { background:white; border:1px solid var(--line); border-top:4px solid var(--blue); padding:24px; }
.schedule-events p { color:var(--blue); font-size:16px; font-weight:700; margin:0 0 16px; }
.schedule-events h4 { font:700 27px 'Barlow Condensed',sans-serif; margin:0 0 12px; }
.schedule-events span { display:block; font-size:16px; }
.schedule-events small { display:block; margin-top:12px; color:#4f6074; font-size:14px; }
.schedule-note { font-size:14px; }
.schedule-table-wrap { overflow-x:auto; background:white; border:1px solid var(--line); }
.schedule table { width:100%; border-collapse:collapse; text-align:left; font-size:16px; }
.schedule caption { text-align:left; padding:20px; font-weight:700; }
.schedule th { background:var(--ink); color:white; font-size:14px; }
.schedule th,.schedule td { padding:16px 20px; border-bottom:1px solid var(--line); line-height:1.5; }
.schedule td:first-child,.schedule td:nth-child(2) { white-space:nowrap; }
.schedule tbody tr:nth-child(even) { background:#f7f9fc; }
.schedule a:focus-visible,.schedule-table-wrap:focus-visible { outline:3px solid var(--electric); outline-offset:4px; }
@media (max-width:900px) { nav a.schedule-nav { display:block; } .schedule-heading { align-items:flex-start; flex-direction:column; } .schedule-events { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:600px) { .schedule-events { grid-template-columns:1fr; } nav { gap:16px; } .schedule table { min-width:720px; } }

/* Keep all four profile links above the player facts at every screen size. */
.hero { height:auto; min-height:860px; }
.hero-content { max-width:1100px; padding-bottom:64px; }
.hero-actions { flex-wrap:wrap; }
.quick-strip { position:relative; }
@media (max-width:900px) { .hero { height:auto; min-height:820px; } }
@media (max-width:600px) { .hero { height:auto; min-height:780px; } .hero-content { padding-bottom:40px; } .hero-actions { width:100%; max-width:300px; } }

/* Bound every gallery row so portrait photos cannot create oversized tracks. */
.gallery-grid { grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-rows:none; grid-auto-rows:320px; }
.gallery-grid a,
.gallery-grid a:first-child,
.gallery-grid a:last-child { grid-column:auto; grid-row:auto; min-width:0; min-height:0; }
.gallery-grid img { display:block; object-position:center top; }
.gallery-grid img[src="/images/tyler-img.jpg"],
.gallery-grid img[src="/images/tyler-copa.jpg"] { object-fit:contain; background:#07111f; }
@media (max-width:900px) { .gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:none; grid-auto-rows:300px; } }
@media (max-width:600px) { .gallery-grid { grid-template-columns:minmax(0,1fr); grid-template-rows:none; grid-auto-rows:320px; } }

/* Show the full IMG Academy gallery portrait without cropping. */
.gallery-grid img[src="/images/tyler-hero.png"] { object-fit:contain; object-position:center; background:#07111f; }
.gallery-grid a:hover img[src="/images/tyler-hero.png"] { transform:none; }

/* Compact schedule layout while preserving readable dates and kickoff times. */
.schedule.section { padding-top:64px; padding-bottom:64px; }
.schedule h2 { font-size:clamp(44px,5vw,68px); }
.schedule-heading { gap:20px; }
.schedule .kicker { margin-bottom:16px; }
.schedule-intro { margin:20px 0; }
.schedule h3 { font-size:26px; margin:24px 0 14px; }
.schedule-events { gap:12px; }
.schedule-events article { padding:16px; }
.schedule-events p { margin-bottom:10px; }
.schedule-events h4 { font-size:23px; margin-bottom:8px; }
.schedule-events small { margin-top:8px; }
.schedule caption { padding:14px 16px; }
.schedule th,.schedule td { padding:10px 14px; line-height:1.4; }
.schedule-note { margin:12px 0; line-height:1.5; }
@media (min-width:1200px) { .schedule-events { grid-template-columns:repeat(5,minmax(0,1fr)); } }
@media (max-width:600px) { .schedule.section { padding-top:48px; padding-bottom:48px; } .schedule h2 { font-size:44px; } }
