@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&display=swap');

:root {
  --ty-yellow: #fffc00;
  --ty-black: #050505;
  --ty-white: #fff;
  --ty-cloud: #f3f4f6;
  --ty-blue: #3157ff;
  --ty-coral: #ff5b48;
  --ty-muted: #a8a8ad;
}

.tourney-page,
.tourney-home-feature {
  background: var(--ty-white);
  color: var(--ty-black);
  font-family: "DM Sans", "Inter", sans-serif;
  overflow: hidden;
}

.tourney-page *,
.tourney-home-feature * { box-sizing: border-box; }

body:has(.tourney-page) #header .navbar-brand-logo { filter: brightness(0) invert(1); }
body:has(.tourney-page) #header .nav-link { color: rgba(255,255,255,.78); }
body:has(.tourney-page) #header .nav-link:hover { color: #fff; }
body:has(.tourney-page) #header .btn-dark { background: transparent; border-color: #fff; color: #fff; }
body:has(.tourney-page) #header .btn-primary { background: var(--ty-yellow); border-color: var(--ty-yellow); color: #000; }
body:has(.tourney-page) #header.navbar-scrolled .navbar-brand-logo { filter: none !important; }
body:has(.tourney-page) #header.navbar-scrolled .nav-link { color: #303037 !important; }
body:has(.tourney-page) #header.navbar-scrolled .nav-link:hover { color: #000; }
body:has(.tourney-page) #header.navbar-scrolled .navbar-toggler { color: #111; }
body:has(.tourney-page) #header.navbar-scrolled .btn-dark { border-color: #111; color: #111; }

.tourney-page h1,
.tourney-page h2,
.tourney-page h3,
.tourney-home-feature h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
  margin: 0;
  text-transform: uppercase;
}

.tourney-hero {
  background: var(--ty-black);
  color: #fff;
  min-height: 810px;
  padding: 180px 0 105px;
}

.tourney-hero-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
}

.tourney-hero h1 {
  color: #fff;
  font-size: clamp(50px, 5.2vw, 76px);
  line-height: .94;
  max-width: 720px;
}

.tourney-hero h1 em,
.tourney-final-cta h2 em {
  color: var(--ty-yellow);
  font-style: normal;
}

.tourney-hero-copy > p {
  color: #dedee2;
  font-size: 19px;
  line-height: 1.55;
  margin: 34px 0 34px;
  max-width: 590px;
}

.tourney-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }

.tourney-btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.tourney-btn:hover { transform: translateY(-3px); }
.tourney-btn-yellow { background: var(--ty-yellow); color: var(--ty-black) !important; }
.tourney-btn-yellow:hover { background: #fff; }
.tourney-btn-black { background: var(--ty-black); color: #fff !important; }
.tourney-btn-black:hover { background: #242424; }

.tourney-inline-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
  text-decoration: none;
}

.tourney-inline-link i { transition: transform .2s ease; }
.tourney-inline-link:hover i { transform: translateX(4px); }
.tourney-hero .tourney-inline-link { color: #fff; }

.tourney-hero-proof {
  border-top: 1px solid #37373b;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  max-width: 590px;
  padding-top: 18px;
}

.tourney-hero-proof span {
  color: #bfc0c5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.tourney-hero-proof span::before { color: var(--ty-yellow); content: "✓"; margin-right: 7px; }

.tourney-hero-media {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.55fr) minmax(165px, .75fr);
  min-height: 480px;
}

.tourney-hero-photo {
  border-radius: 17px;
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.tourney-hero-photo::after {
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.78));
  content: "";
  inset: 0;
  position: absolute;
}

.tourney-hero-photo img { height: 100%; object-fit: cover; object-position: 56% center; position: absolute; width: 100%; }
.tourney-hero-photo figcaption { bottom: 20px; display: flex; flex-direction: column; left: 22px; position: absolute; z-index: 1; }
.tourney-hero-photo figcaption span { color: var(--ty-yellow); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tourney-hero-photo figcaption strong { font-size: 18px; }

.tourney-hero-side { display: grid; gap: 16px; grid-template-rows: .9fr 1.1fr; }
.tourney-day-panel,
.tourney-live-panel { border-radius: 17px; overflow: hidden; }
.tourney-day-panel { background: var(--ty-yellow); color: var(--ty-black); display: flex; flex-direction: column; justify-content: center; padding: 24px; }
.tourney-day-panel > span { font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.tourney-day-panel > strong { font-family: "Barlow Condensed", sans-serif; font-size: 92px; line-height: .8; margin: 18px 0 15px; }
.tourney-day-panel > small { font-size: 13px; font-weight: 700; line-height: 1.25; }
.tourney-live-panel { background: #fff; color: var(--ty-black); padding: 22px; }
.tourney-live-panel > div { align-items: center; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; }
.tourney-live-panel > div i { background: #ff4036; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,64,54,.15); height: 7px; width: 7px; }
.tourney-live-panel p { align-items: center; border-bottom: 1px solid #e2e2e5; display: flex; justify-content: space-between; margin: 22px 0 0; padding-bottom: 13px; }
.tourney-live-panel p b { align-items: center; background: var(--ty-blue); border-radius: 50%; color: #fff; display: flex; font-size: 11px; height: 32px; justify-content: center; width: 32px; }
.tourney-live-panel p:nth-of-type(2) b { background: var(--ty-coral); }
.tourney-live-panel p strong { font-family: "Barlow Condensed", sans-serif; font-size: 38px; line-height: 1; }
.tourney-live-panel > small { color: #777; display: block; font-size: 10px; margin-top: 15px; }

.tourney-yellow-proof { background: var(--ty-yellow); padding: 102px 0 88px; }
.tourney-yellow-proof h2 { font-size: clamp(48px, 5.2vw, 72px); line-height: .92; max-width: 980px; }
.tourney-proof-grid { display: grid; gap: 48px; grid-template-columns: repeat(4, 1fr); margin-top: 86px; }
.tourney-proof-grid > div { display: flex; flex-direction: column; }
.tourney-proof-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: clamp(60px, 6vw, 92px); letter-spacing: -.04em; line-height: .8; }
.tourney-proof-grid span { font-size: 16px; font-weight: 600; line-height: 1.35; margin-top: 18px; max-width: 190px; }

.tourney-build { background: var(--ty-white); padding: 124px 0 132px; }
.tourney-section-intro { max-width: 990px; }
.tourney-section-intro > span,
.tourney-people-copy > span,
.tourney-money-copy > span,
.tourney-finish-grid > div:first-child > span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.tourney-section-intro h2,
.tourney-people-copy h2,
.tourney-money-copy h2,
.tourney-finish-grid h2 { font-size: clamp(46px, 4.7vw, 66px); line-height: .93; }
.tourney-section-intro > p { font-size: 19px; line-height: 1.55; margin: 30px 0 0; max-width: 690px; }

.tourney-format-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; }
.tourney-format-flow > div { border-left: 1px solid #cacacf; min-height: 255px; padding: 0 30px; }
.tourney-format-flow > div:first-child { padding-left: 0; border-left: 0; }
.tourney-format-flow b { color: #777; display: block; font-size: 12px; letter-spacing: .1em; margin-bottom: 34px; }
.tourney-format-flow strong { display: block; font-size: 20px; line-height: 1.2; }
.tourney-format-flow p { color: #606066; font-size: 14px; line-height: 1.55; margin: 15px 0 0; }

.tourney-scheduler-showcase { align-items: center; background: var(--ty-cloud); border-radius: 30px; display: grid; gap: 68px; grid-template-columns: 1.35fr .65fr; margin-top: 105px; padding: 64px; }
.tourney-scheduler-ui { background: #fff; border-radius: 16px; box-shadow: 0 26px 60px rgba(15,24,44,.12); overflow: hidden; }
.tourney-scheduler-ui > header { align-items: center; background: #0b0d12; color: #fff; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; padding: 15px 18px; }
.tourney-scheduler-body { display: grid; grid-template-columns: 112px 1fr; }
.tourney-scheduler-body aside { background: #f6f6f8; display: flex; flex-direction: column; font-size: 9px; gap: 9px; padding: 20px 14px; }
.tourney-scheduler-body aside b { margin-bottom: 5px; }
.tourney-scheduler-body aside span { border-radius: 5px; color: #68686f; padding: 7px 8px; }
.tourney-scheduler-body aside .active { background: var(--ty-yellow); color: #111; font-weight: 800; }
.tourney-scheduler-list { padding: 22px; }
.schedule-date { align-items: end; display: flex; justify-content: space-between; margin-bottom: 12px; }
.schedule-date b { font-size: 13px; }
.schedule-date span { color: #888; font-size: 9px; }
.schedule-game { align-items: center; border-top: 1px solid #e5e5e8; display: grid; font-size: 10px; grid-template-columns: 45px 1fr 58px; padding: 13px 9px; }
.schedule-game.is-live { background: #f9f9cc; border: 0; border-radius: 8px; }
.schedule-game time { font-weight: 800; }
.schedule-game p { align-items: center; display: flex; justify-content: space-between; margin: 0; }
.schedule-game p span { color: #aaa; font-size: 8px; text-transform: uppercase; }
.schedule-game small { color: #777; text-align: right; }
.tourney-scheduler-copy h3 { font-size: clamp(38px, 3.5vw, 50px); line-height: .95; }
.tourney-scheduler-copy > p { color: #5e5e64; font-size: 16px; line-height: 1.55; margin: 26px 0; }
.tourney-scheduler-copy ul { list-style: none; margin: 0; padding: 0; }
.tourney-scheduler-copy li { align-items: center; display: flex; font-size: 13px; font-weight: 700; gap: 9px; padding: 7px 0; }
.tourney-scheduler-copy li i { color: var(--ty-blue); font-size: 18px; }

.tourney-people { background: var(--ty-yellow); padding: 120px 0; }
.tourney-people-grid { align-items: center; display: grid; gap: 110px; grid-template-columns: .9fr 1.1fr; }
.tourney-people-copy > p { font-size: 18px; line-height: 1.55; margin: 30px 0 35px; max-width: 580px; }
.tourney-people-copy dl { margin: 0; }
.tourney-people-copy dl > div { border-top: 1px solid rgba(0,0,0,.28); display: grid; gap: 20px; grid-template-columns: 110px 1fr; padding: 17px 0; }
.tourney-people-copy dt { font-size: 14px; font-weight: 800; }
.tourney-people-copy dd { font-size: 14px; margin: 0; }
.tourney-roster-visual { background: #fff; border-radius: 17px; box-shadow: 20px 20px 0 rgba(0,0,0,.13); overflow: hidden; padding: 0 24px; }
.roster-top { align-items: center; border-bottom: 1px solid #e2e2e5; display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; padding: 20px 0; }
.roster-star { align-items: center; background: #0b0d12; border-radius: 12px; color: #fff; display: grid; gap: 17px; grid-template-columns: 58px 1fr auto; margin: 20px 0 8px; padding: 17px; }
.roster-star > strong { align-items: center; background: var(--ty-yellow); border-radius: 50%; color: #000; display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 29px; height: 52px; justify-content: center; width: 52px; }
.roster-star div { display: flex; flex-direction: column; }
.roster-star div span { color: #b8b8bd; font-size: 11px; margin-top: 3px; }
.roster-star em,
.roster-line em { font-style: normal; font-weight: 800; }
.roster-line { align-items: center; border-bottom: 1px solid #ededf0; display: grid; font-size: 12px; gap: 12px; grid-template-columns: 30px 1fr 85px 42px; padding: 15px 5px; }
.roster-line > small { color: #888; }
.tourney-roster-visual footer { align-items: center; display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; padding: 20px 2px; }
.tourney-roster-visual footer i { color: #15ad65; }

.tourney-match { background: var(--ty-black); color: #fff; padding: 126px 0; }
.tourney-section-intro-light > p { color: #c0c0c5; }
.tourney-match-stage { display: grid; gap: 18px; grid-template-columns: 1.35fr .65fr; margin-top: 80px; }
.match-main,
.match-details { background: #fff; border-radius: 17px; color: var(--ty-black); overflow: hidden; }
.match-main { padding: 25px; }
.match-main header { align-items: center; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; }
.match-main header b { color: #159a5a; }
.match-score { align-items: center; display: grid; gap: 14px; grid-template-columns: 1fr auto 1fr; margin: 45px 0 14px; }
.match-score > div { align-items: center; display: flex; flex-direction: column; gap: 10px; text-align: center; }
.match-score > div i { align-items: center; background: var(--ty-blue); border-radius: 50%; color: #fff; display: flex; font-style: normal; font-weight: 900; height: 54px; justify-content: center; width: 54px; }
.match-score > div:last-child i { background: var(--ty-coral); }
.match-score > div span { font-size: 12px; font-weight: 700; }
.match-score > strong { font-family: "Barlow Condensed", sans-serif; font-size: 64px; line-height: 1; }
.match-score > strong small { color: #aaa; font-size: 30px; }
.match-penalties { font-size: 9px; letter-spacing: .1em; text-align: center; }
.match-penalties b { font-size: 12px; margin-left: 8px; }
.match-events { background: #f2f2f4; border-radius: 9px; display: grid; font-size: 10px; gap: 7px; margin-top: 28px; padding: 13px 16px; }
.match-events b { margin-right: 5px; }
.match-details { display: grid; grid-template-columns: 1fr 1fr; }
.match-details > div { display: flex; flex-direction: column; justify-content: flex-end; min-height: 145px; padding: 23px; }
.match-details > div:nth-child(1) { background: var(--ty-yellow); }
.match-details > div:nth-child(2) { background: var(--ty-blue); color: #fff; }
.match-details > div:nth-child(3) { background: var(--ty-coral); color: #fff; }
.match-details > div:nth-child(4) { background: #fff; }
.match-details strong { font-size: 17px; }
.match-details span { font-size: 11px; line-height: 1.3; margin-top: 6px; }

.tourney-money { background: #fff; padding: 124px 0 115px; }
.tourney-money-grid { align-items: center; display: grid; gap: 110px; grid-template-columns: 1fr 1fr; }
.tourney-money-copy > p { color: #5e5e64; font-size: 18px; line-height: 1.55; margin: 30px 0 34px; max-width: 560px; }
.tourney-payment-ui { background: var(--ty-black); border-radius: 17px; color: #fff; padding: 26px; }
.tourney-payment-ui header { align-items: center; border-bottom: 1px solid #333; display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .08em; padding-bottom: 20px; }
.tourney-payment-ui > div { align-items: center; border-bottom: 1px solid #292929; display: grid; gap: 14px; grid-template-columns: 9px 1fr auto; padding: 19px 0; }
.tourney-payment-ui i { border-radius: 50%; height: 9px; width: 9px; }
.dot-yellow { background: var(--ty-yellow); }
.dot-blue { background: var(--ty-blue); }
.dot-coral { background: var(--ty-coral); }
.tourney-payment-ui p { display: flex; flex-direction: column; margin: 0; }
.tourney-payment-ui p b { font-size: 13px; }
.tourney-payment-ui p span { color: #999; font-size: 10px; margin-top: 3px; }
.tourney-payment-ui > div > strong { font-size: 13px; }
.tourney-payment-ui footer { background: var(--ty-yellow); border-radius: 11px; color: #000; display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 22px; padding: 17px; }
.tourney-payment-ui footer p span { color: #4d4d00; }
.tourney-payment-ui footer p b { font-size: 19px; }
.tourney-report-row { border-top: 1px solid #d4d4d8; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 95px; }
.tourney-report-row > div { border-left: 1px solid #d4d4d8; padding: 30px 30px 0; }
.tourney-report-row > div:first-child { border-left: 0; padding-left: 0; }
.tourney-report-row b { font-size: 17px; }
.tourney-report-row p { color: #666; font-size: 13px; line-height: 1.5; margin: 10px 0 0; }

.tourney-finish { background: var(--ty-yellow); padding: 120px 0 105px; }
.tourney-finish-grid { align-items: end; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.tourney-finish-grid > div:first-child > p { font-size: 18px; line-height: 1.55; margin: 30px 0 0; max-width: 550px; }
.tourney-ranking { background: #fff; border-radius: 17px; padding: 22px; }
.tourney-ranking header { align-items: center; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; padding-bottom: 15px; }
.tourney-ranking > div { align-items: center; border-top: 1px solid #e5e5e7; display: grid; font-size: 12px; gap: 11px; grid-template-columns: 25px 1.25fr 1fr 25px; padding: 16px 0; }
.tourney-ranking > div > b { color: #999; }
.tourney-ranking > div > span { color: #777; }
.tourney-ranking > div > em { font-family: "Barlow Condensed", sans-serif; font-size: 25px; font-style: normal; }
.tourney-awards { align-items: center; border-top: 1px solid rgba(0,0,0,.3); display: flex; flex-wrap: wrap; font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 800; gap: 18px; justify-content: space-between; margin-top: 82px; padding-top: 27px; text-transform: uppercase; }
.tourney-awards i { background: #000; border-radius: 50%; height: 5px; width: 5px; }

.tourney-faq { background: #f2f3f5; padding: 118px 0; }
.tourney-faq-layout { align-items: start; display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.tourney-faq-intro { position: sticky; top: 120px; }
.tourney-faq-intro > span { display: block; font-size: 13px; font-weight: 800; letter-spacing: .12em; margin-bottom: 22px; text-transform: uppercase; }
.tourney-faq-intro h2 { font-size: clamp(42px, 4.5vw, 62px); line-height: .94; }
.tourney-faq-intro p { color: #65656b; font-size: 16px; line-height: 1.55; margin: 25px 0 0; max-width: 390px; }
.tourney-faq-list { border-top: 1px solid #bfc0c4; }
.tourney-faq-list details { border-bottom: 1px solid #bfc0c4; }
.tourney-faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 17px; font-weight: 800; gap: 24px; justify-content: space-between; list-style: none; padding: 26px 0; }
.tourney-faq-list summary::-webkit-details-marker { display: none; }
.tourney-faq-list summary i { flex: 0 0 auto; transition: transform .2s ease; }
.tourney-faq-list details[open] summary i { transform: rotate(45deg); }
.tourney-faq-list details p { color: #5f6065; font-size: 15px; line-height: 1.65; margin: -6px 45px 26px 0; }

.tourney-final-cta { background: var(--ty-black); color: #fff; padding: 132px 0 140px; }
.tourney-final-cta h2 { font-size: clamp(54px, 6vw, 82px); line-height: .91; max-width: 1080px; }
.tourney-final-cta > .container > p { color: #c2c2c7; font-size: 19px; line-height: 1.55; margin: 35px 0; max-width: 590px; }
.tourney-final-cta .tourney-inline-link { color: #fff; }

/* Página inicial */
.tourney-home-feature { background: var(--ty-black); color: #fff; padding: 108px 0; }
.tourney-home-layout { align-items: center; display: grid; gap: 78px; grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr); }
.tourney-home-copy h2 { font-size: clamp(58px, 6.2vw, 92px); line-height: .88; }
.tourney-home-copy h2 { color: #fff; }
.tourney-home-copy h2 em { color: var(--ty-yellow); font-style: normal; }
.tourney-home-copy > p { color: #cacace; font-size: 18px; line-height: 1.55; margin: 30px 0; max-width: 610px; }
.tourney-home-points { border-top: 1px solid #39393d; display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0 36px; }
.tourney-home-points span { border-bottom: 1px solid #39393d; font-size: 13px; font-weight: 700; padding: 13px 0; }
.tourney-home-points span:nth-child(odd) { border-right: 1px solid #39393d; padding-right: 15px; }
.tourney-home-points span:nth-child(even) { padding-left: 20px; }
.tourney-home-media { display: grid; gap: 14px; grid-template-columns: 1.3fr .7fr; height: 470px; }
.tourney-home-photo { border-radius: 17px; margin: 0; overflow: hidden; position: relative; }
.tourney-home-photo::after { background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.75)); content: ""; inset: 0; position: absolute; }
.tourney-home-photo img { height: 100%; object-fit: cover; object-position: 54% center; position: absolute; width: 100%; }
.tourney-home-photo figcaption { bottom: 20px; left: 20px; position: absolute; z-index: 1; }
.tourney-home-photo figcaption span { color: var(--ty-yellow); display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.tourney-home-photo figcaption b { display: block; font-size: 16px; margin-top: 4px; }
.tourney-home-side { display: grid; gap: 14px; grid-template-rows: .85fr 1.15fr; }
.tourney-home-count,
.tourney-home-score { border-radius: 17px; padding: 20px; }
.tourney-home-count { background: var(--ty-yellow); color: #000; display: flex; flex-direction: column; justify-content: center; }
.tourney-home-count span { font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.tourney-home-count b { font-family: "Barlow Condensed", sans-serif; font-size: 80px; line-height: .85; margin: 12px 0; }
.tourney-home-count small { font-size: 11px; font-weight: 700; }
.tourney-home-score { background: #fff; color: #000; }
.tourney-home-score > span { font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.tourney-home-score p { align-items: center; border-bottom: 1px solid #e6e6e8; display: flex; justify-content: space-between; margin: 17px 0 0; padding-bottom: 11px; }
.tourney-home-score p b { align-items: center; background: var(--ty-blue); border-radius: 50%; color: #fff; display: flex; font-size: 9px; height: 29px; justify-content: center; width: 29px; }
.tourney-home-score p:nth-of-type(2) b { background: var(--ty-coral); }
.tourney-home-score p strong { font-family: "Barlow Condensed", sans-serif; font-size: 31px; line-height: 1; }
.tourney-home-score small { color: #777; display: block; font-size: 9px; margin-top: 14px; }

@media (max-width: 1199px) {
  .tourney-hero-grid { gap: 45px; grid-template-columns: .9fr 1.1fr; }
  .tourney-hero h1 { font-size: 62px; }
  .tourney-day-panel { padding: 18px; }
  .tourney-scheduler-showcase { gap: 40px; padding: 42px; }
  .tourney-people-grid,
  .tourney-money-grid { gap: 65px; }
  .tourney-home-layout { gap: 45px; grid-template-columns: 1fr 1fr; }
  .tourney-home-media { height: 420px; }
}

@media (max-width: 991px) {
  body:has(.tourney-page) #header .navbar-toggler { color: #fff; }
  .tourney-hero { padding: 150px 0 85px; }
  .tourney-hero-grid,
  .tourney-people-grid,
  .tourney-money-grid,
  .tourney-finish-grid,
  .tourney-home-layout { grid-template-columns: 1fr; }
  .tourney-hero-copy { max-width: 720px; }
  .tourney-hero-media { min-height: 520px; }
  .tourney-proof-grid { gap: 30px; grid-template-columns: 1fr 1fr; }
  .tourney-format-flow { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .tourney-format-flow > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .tourney-scheduler-showcase { grid-template-columns: 1fr; }
  .tourney-match-stage { grid-template-columns: 1fr; }
  .match-details > div { min-height: 125px; }
  .tourney-report-row { gap: 25px; }
  .tourney-finish-grid { align-items: start; }
  .tourney-faq-layout { gap: 60px; grid-template-columns: 1fr; }
  .tourney-faq-intro { max-width: 720px; position: static; }
  .tourney-home-copy { max-width: 720px; }
  .tourney-home-media { height: 500px; }
}

@media (max-width: 767px) {
  .tourney-hero { min-height: 0; padding: 128px 0 70px; }
  .tourney-hero h1 { font-size: clamp(40px, 11.5vw, 54px); }
  .tourney-hero-copy > p { font-size: 16px; }
  .tourney-hero-media { grid-template-columns: 1fr; min-height: 0; }
  .tourney-hero-photo { min-height: 410px; }
  .tourney-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .tourney-day-panel,
  .tourney-live-panel { min-height: 220px; }
  .tourney-yellow-proof,
  .tourney-build,
  .tourney-people,
  .tourney-match,
  .tourney-money,
  .tourney-finish,
  .tourney-faq,
  .tourney-final-cta,
  .tourney-home-feature { padding: 82px 0; }
  .tourney-yellow-proof h2,
  .tourney-section-intro h2,
  .tourney-people-copy h2,
  .tourney-money-copy h2,
  .tourney-finish-grid h2,
  .tourney-faq-intro h2 { font-size: clamp(39px, 10.5vw, 50px); }
  .tourney-proof-grid { margin-top: 58px; }
  .tourney-proof-grid strong { font-size: 65px; }
  .tourney-proof-grid span { font-size: 13px; }
  .tourney-format-flow { display: block; margin-top: 60px; }
  .tourney-format-flow > div { border-bottom: 1px solid #cacacf; border-left: 0; min-height: 0; padding: 28px 0 !important; }
  .tourney-format-flow b { margin-bottom: 15px; }
  .tourney-scheduler-showcase { border-radius: 20px; margin-left: -12px; margin-right: -12px; margin-top: 65px; padding: 22px 14px 30px; }
  .tourney-scheduler-body { grid-template-columns: 80px 1fr; }
  .tourney-scheduler-body aside { padding: 16px 8px; }
  .tourney-scheduler-list { padding: 15px 10px; }
  .schedule-game { grid-template-columns: 39px 1fr; }
  .schedule-game small { display: none; }
  .tourney-people-copy dl > div { grid-template-columns: 85px 1fr; }
  .roster-line { grid-template-columns: 28px 1fr 40px; }
  .roster-line small { display: none; }
  .match-score > strong { font-size: 48px; }
  .match-details { grid-template-columns: 1fr; }
  .match-details > div { min-height: 105px; }
  .tourney-report-row { display: block; margin-top: 65px; }
  .tourney-report-row > div { border-left: 0; border-top: 1px solid #d4d4d8; padding: 24px 0; }
  .tourney-report-row > div:first-child { border-top: 0; }
  .tourney-awards { justify-content: flex-start; }
  .tourney-final-cta h2 { font-size: clamp(43px, 11.5vw, 56px); }
  .tourney-home-copy h2 { font-size: clamp(54px, 15vw, 74px); }
  .tourney-home-media { height: 430px; }
}

@media (max-width: 520px) {
  .tourney-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .tourney-hero-proof { grid-template-columns: 1fr; }
  .tourney-hero-media { display: block; }
  .tourney-hero-side { margin-top: 12px; }
  .tourney-day-panel,
  .tourney-live-panel { min-height: 205px; }
  .tourney-day-panel > strong { font-size: 70px; }
  .tourney-proof-grid { gap: 42px 20px; }
  .tourney-scheduler-showcase { overflow: hidden; }
  .tourney-scheduler-ui { min-width: 470px; transform: scale(.72); transform-origin: left top; margin-bottom: -78px; width: 470px; }
  .tourney-payment-ui { margin-left: -8px; margin-right: -8px; padding: 20px 16px; }
  .tourney-ranking { margin-left: -8px; margin-right: -8px; padding: 17px 13px; }
  .tourney-ranking > div { grid-template-columns: 23px 1fr 24px; }
  .tourney-ranking > div span { display: none; }
  .tourney-home-points { grid-template-columns: 1fr; }
  .tourney-home-points span:nth-child(odd) { border-right: 0; padding-right: 0; }
  .tourney-home-points span:nth-child(even) { padding-left: 0; }
  .tourney-home-media { grid-template-columns: 1fr; height: auto; }
  .tourney-home-photo { min-height: 380px; }
  .tourney-home-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .tourney-home-count,
  .tourney-home-score { min-height: 205px; }
}

@media (prefers-reduced-motion: reduce) {
  .tourney-btn,
  .tourney-inline-link i { transition: none; }
}
