/* Competition Boxing Training page */
.competition-page { background: var(--paper); color: var(--ink); }
.competition-hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.94) 32%, rgba(5,5,5,.18) 67%, rgba(5,5,5,.8) 100%), url("../images/frank-boxer.jpg") 69% 24% / auto 122% no-repeat, #050505; }
.competition-hero .wrap { display: flex; align-items: center; min-height: 650px; max-width: 1470px; padding-top: 76px; padding-bottom: 58px; }
.competition-hero-copy { position: relative; max-width: 690px; }
.competition-hero .eyebrow { margin: 0 0 15px; }
.competition-hero h1 { max-width: 735px; margin: 0; font: 900 clamp(3.75rem, 6.15vw, 6.55rem)/.84 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.competition-hero h1 em, .competition-hero h1 span { display: block; }
.competition-hero .lede { max-width: 530px; margin: 18px 0 23px; font-size: clamp(1.1rem, 1.55vw, 1.68rem); line-height: 1.15; }
.competition-hero .button { padding: 17px 25px; font-size: clamp(1rem, 1.15vw, 1.25rem); }
.competition-hero-note { margin: 31px 0 0; font: 800 .82rem/1.35 var(--display); letter-spacing: .24em; text-transform: uppercase; }
.competition-brand-bar { min-height: 48px; font-size: 15px; }
.competition-brand-bar i { padding: 0 7px; font-style: normal; }
.competition-intro { padding: 58px 0 42px; }
.competition-intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(305px, .75fr); gap: 70px; align-items: center; }
.competition-intro h2, .competition-steps h2 { margin: 0 0 12px; font: 900 clamp(3.2rem, 5.5vw, 6.2rem)/.84 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.competition-intro > .wrap > div > p:last-child { max-width: 640px; margin: 0; font-size: clamp(1.05rem, 1.55vw, 1.65rem); line-height: 1.25; }
.competition-facts { border: 1px solid #767b87; padding: 0 25px; }
.competition-facts p { display: grid; grid-template-columns: 1fr; gap: 2px; margin: 0; padding: 12px 0; border-bottom: 1px solid #818590; font-size: clamp(.95rem, 1.2vw, 1.16rem); line-height: 1.16; }
.competition-facts p:last-child { border-bottom: 0; }
.competition-facts strong { font: 800 clamp(1.1rem, 1.45vw, 1.4rem)/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.competition-facts strong span { color: var(--red); padding-right: 10px; }
.competition-work { padding-top: 25px; padding-bottom: 43px; }
.competition-work .section-title, .competition-faq .section-title { margin: 0 0 27px; font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: .88; }
.competition-work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.competition-work-grid article { display: grid; grid-template-columns: 90px 1fr; min-height: 113px; align-items: center; border-bottom: 1px solid #8b8e97; padding: 15px 8px 15px 0; }
.competition-work-grid > article > span { padding-right: 21px; color: var(--red); font: 900 clamp(3.3rem, 4.8vw, 5rem)/.76 var(--display); }
.competition-work-grid h3, .competition-steps h3, .competition-faq h3 { margin: 0 0 5px; font: 800 clamp(1.2rem, 1.65vw, 1.75rem)/1 var(--display); letter-spacing: .035em; text-transform: uppercase; }
.competition-work-grid p, .competition-steps p, .competition-faq p { margin: 0; font-size: clamp(.92rem, 1.15vw, 1.1rem); line-height: 1.17; }
.competition-image-break { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; min-height: clamp(250px, 31vw, 460px); padding: 30px max(28px, calc((100vw - 1200px) / 2 + 28px)); color: #fff; background-color: #111; background-position: center 45%; background-size: cover; filter: grayscale(1); }
.competition-image-break::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.08) 60%, rgba(0,0,0,.76)); }
.competition-image-break p { position: relative; margin: 0; text-align: right; font: 800 clamp(.75rem, 1.15vw, 1rem)/1.5 var(--display); letter-spacing: .23em; text-transform: uppercase; }
.competition-image-break p::after { display: block; width: 50px; height: 3px; margin: 12px 0 0 auto; background: var(--red); content: ""; }
.competition-steps { padding: 48px 0 40px; color: #fff; background: radial-gradient(ellipse at 48% -130%, #3a3a3a, #090909 62%); }
.competition-steps .section-rule { margin-bottom: 15px; }
.competition-steps h2 { color: #fff; }
.competition-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.competition-steps-grid article { display: grid; grid-template-columns: 66px 1fr; gap: 15px; padding: 4px 30px; border-right: 1px solid #737373; }
.competition-steps-grid article:first-child { padding-left: 0; }
.competition-steps-grid article:last-child { border-right: 0; }
.competition-steps-grid > article > span { color: var(--red); font: 900 clamp(3rem, 4.4vw, 4.7rem)/.75 var(--display); }
.competition-steps h3 { color: #fff; }
.competition-steps p { color: #f0f0f0; }
.competition-faq { padding-top: 49px; padding-bottom: 32px; }
.competition-faq .section-title { margin-bottom: 26px; }
.competition-faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #b3b5bd; }
.competition-faq-grid article { min-height: 160px; padding: 0 22px; border-right: 1px solid #b3b5bd; }
.competition-faq-grid article:first-child { padding-left: 8px; }
.competition-faq-grid article:last-child { padding-right: 8px; border-right: 0; }
.competition-faq h3 { font-size: clamp(1.15rem, 1.55vw, 1.55rem); }
.competition-fitness-link { margin: 20px 0 0; text-align: center; font-size: clamp(.95rem, 1.2vw, 1.16rem); }
.competition-fitness-link a { margin-left: 4px; color: var(--red); }
.competition-fitness-link a:hover { text-decoration: underline; }
.competition-cta .button { min-width: 250px; }

@media (min-width: 801px) {
  .competition-hero { height: calc(100dvh - 62px); min-height: 0; }
  .competition-hero .wrap { min-height: 0; height: 100%; padding-left: max(34px, calc((100% - 1470px) / 2 + 34px)); }
}

@media (max-width: 800px) {
  .competition-hero { min-height: 0; height: calc(100dvh - 45px); background-image: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.82) 54%, rgba(5,5,5,.3) 100%), url("../images/frank-boxer.jpg"); background-position: center, 72% 17%; background-size: cover, auto 100%; }
  .competition-hero .wrap { min-height: 0; height: 100%; align-items: flex-end; padding-top: 95px; padding-bottom: 38px; }
  .competition-hero h1 { font-size: clamp(3.12rem, 12vw, 5rem); }
  .competition-hero .lede { max-width: 330px; font-size: 1.1rem; }
  .competition-hero-note { margin-top: 22px; font-size: .64rem; }
  .competition-brand-bar { min-height: 42px; font-size: 10px; letter-spacing: 2px; }
  .competition-brand-bar:before, .competition-brand-bar:after { width: 25px; }
  .competition-intro { padding-top: 43px; }
  .competition-intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .competition-intro h2, .competition-steps h2 { font-size: 3.6rem; }
  .competition-facts { padding: 0 17px; }
  .competition-work .section-title, .competition-faq .section-title { font-size: 2.65rem; }
  .competition-work-grid { grid-template-columns: 1fr; }
  .competition-work-grid article { grid-template-columns: 75px 1fr; min-height: 100px; }
  .competition-image-break { min-height: 235px; padding: 25px 20px; }
  .competition-steps { padding: 39px 0; }
  .competition-steps-grid { grid-template-columns: 1fr; gap: 19px; }
  .competition-steps-grid article, .competition-steps-grid article:first-child { padding: 0 0 19px; border-right: 0; border-bottom: 1px solid #737373; }
  .competition-steps-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .competition-faq { padding-top: 42px; }
  .competition-faq-grid { grid-template-columns: 1fr; gap: 19px; border-bottom: 0; }
  .competition-faq-grid article, .competition-faq-grid article:first-child, .competition-faq-grid article:last-child { min-height: 0; padding: 0 0 19px; border-right: 0; border-bottom: 1px solid #b3b5bd; }
  .competition-faq-grid article:last-child { border-bottom: 0; }
  .competition-cta .button { width: 100%; }
}
