*,*::before,*::after {
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  color: #2b2a26;
  background: #efeae2;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #33566b;
}

.reveal {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
html.js .reveal {
  opacity: 0;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}
html.js .reveal.is-revealed {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.hallenvelope {
  background: #efeae2;
}
.hallbandline {
  height: 6px;
  background: #a32e38;
}
.seedbracket {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #efeae2;
  border-bottom: 3px solid #2b2a26;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 12px 34px;
}
.brandplate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.laurelmark {
  width: 22px;
  height: 34px;
  border: 4px solid #2b2a26;
  border-radius: 50%;
  border-bottom-color: transparent;
  transform: rotate(-35deg);
  position: relative;
}
.laurelmark::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 20px;
  border: 4px solid #33566b;
  border-radius: 50%;
  border-bottom-color: transparent;
}
.laurelmark::after {
  content: "A";
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 13px;
  font-weight: bold;
  color: #a32e38;
}
.brandbuttonplate {
  background: #a32e38;
  color: #f7f4ec;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 20px;
  padding: 10px 20px;
  border: 2px solid #2b2a26;
}
.seednav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.seedtag {
  position: relative;
  background: #f7f4ec;
  color: #2b2a26;
  border: 2px solid #2b2a26;
  text-decoration: none;
  padding: 9px 22px 9px 46px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 30px 0 0;
}
.seedtag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 0;
  border-top: 2px solid #2b2a26;
}
.seedtag:last-of-type::after {
  display: none;
}
.seedtag.isactive {
  background: #a32e38;
  color: #f7f4ec;
  border-color: #a32e38;
}
.seedtag.isactive::after {
  border-top-color: #a32e38;
}
.seednum {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #a32e38;
  color: #f7f4ec;
  border: 1px solid #2b2a26;
  font-size: 14px;
  margin-left: -34px;
  margin-right: 6px;
}
.seedtag.isactive .seednum {
  background: #f7f4ec;
  color: #a32e38;
  border-color: #f7f4ec;
}
.seednav::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -16px;
  height: 4px;
  background: #8e8a80;
}
.crumbrail {
  width: 100%;
  height: 6px;
  position: relative;
  order: 10;
}
.seednav {
  margin-bottom: 6px;
}
.ctacrimson.chipcall {
  background: #a32e38;
  color: #f7f4ec;
  text-decoration: none;
  font-weight: bold;
  padding: 11px 22px;
  border: 2px solid #2b2a26;
  margin-left: auto;
  letter-spacing: 1px;
}
.ctacrimson.chipcall:hover {
  background: #221f1c;
  color: #f7f4ec;
}
.mnavtoggle {
  display: none;
}
.msmenu {
  display: none;
}
.crumbrail {
  display: none;
}

.bracketwall {
  display: block;
}
.walltier {
  background: #221f1c;
  padding: 40px 34px 30px;
  position: relative;
}
.scoreboardchip {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #33566b;
  color: #f7f4ec;
  border: 3px solid #efeae2;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 24px;
}
.scorelabel {
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 14px;
}
.digitgt {
  background: #8e8a80;
  color: #221f1c;
  font-weight: bold;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #efeae2;
}
.bracketsheet {
  position: relative;
  background: #f7f4ec;
  border: 4px solid #2b2a26;
  max-width: 880px;
  margin: 0 auto;
  min-height: 210px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bcol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 170px;
  z-index: 2;
}
.slotline {
  background: #efeae2;
  border: 2px solid #2b2a26;
  color: #2b2a26;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 160px;
  padding: 6px 8px;
}
.slotnum {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #a32e38;
  color: #f7f4ec;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  margin-right: 8px;
}
.slotname {
  font-size: 14px;
}
.bfinal {
  width: 120px;
  height: 56px;
  border: 5px double #a32e38;
  background: #2b2a26;
  color: #f7f4ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 2;
  text-align: center;
  font-size: 14px;
}
.finallabel {
  color: #f7f4ec;
}
.brackelbows {
  flex: 1;
  position: relative;
  height: 170px;
}
.blright {
  display: none;
}
.brackelbows::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  border-top: 3px solid #2b2a26;
  border-bottom: 3px solid #2b2a26;
}

.tskdesk {
  background: #efeae2;
  padding: 46px 34px 64px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
}
.eyebrowbracket {
  color: #a32e38;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 8px;
}
.tskdesk h1 {
  font-size: 52px;
  line-height: 1.02;
  color: #221f1c;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.ribbonmark {
  width: 46px;
  height: 14px;
  background: #a32e38;
  display: inline-block;
  position: relative;
  transform: skew(-12deg);
  border: 2px solid #2b2a26;
}
.ribbonmark::before,
.ribbonmark::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -3px;
}
.ribbonmark::before {
  left: -8px;
  border-top: 14px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #a32e38;
}
.ribbonmark::after {
  right: -8px;
  border-top: 14px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #a32e38;
}
.leadline {
  font-size: 20px;
  line-height: 1.6;
  color: #2b2a26;
  max-width: 620px;
  margin: 0 0 24px;
}
.deskctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ctabutton {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  padding: 13px 26px;
}
.ctabutton.solidred {
  background: #a32e38;
  color: #f7f4ec;
  border: 2px solid #2b2a26;
}
.ctabutton.solidred:hover {
  background: #221f1c;
  color: #f7f4ec;
}
.ctabutton.outlineblue {
  background: #33566b;
  color: #f7f4ec;
  border: 2px solid #2b2a26;
}
.ctabutton.outlineblue:hover {
  background: #efeae2;
  color: #33566b;
}
.ctabutton.creamtab {
  background: #efeae2;
  color: #2b2a26;
  border: 2px solid #f7f4ec;
}
.ctabutton.creamtab:hover {
  background: #f7f4ec;
  color: #a32e38;
}
.deskprops {
  position: relative;
  min-height: 250px;
}
.rolledmat {
  display: block;
  width: 240px;
  height: 118px;
  border-radius: 34px;
  background: #33566b;
  border: 5px solid #2b2a26;
  position: relative;
  transform: rotate(6deg);
}
.rolledmat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  right: -12px;
  height: 6px;
  background: #221f1c;
  transform: translateY(-50%);
}
.rolledmat::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 34px;
  height: 82px;
  background: #efeae2;
  border: 3px solid #2b2a26;
  transform: translateX(-50%);
  border-radius: 8px;
}
.whistlering {
  display: block;
  position: absolute;
  right: 4px;
  top: -14px;
  width: 70px;
  height: 70px;
  border: 6px solid #a32e38;
  border-radius: 50%;
}
.whistlering::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 30px;
  width: 120px;
  height: 10px;
  background: #8e8a80;
  transform: rotate(38deg);
}
.kickstrip {
  background: #221f1c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 34px;
}
.statcell {
  text-align: center;
  color: #f7f4ec;
}
.stathuge {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #f7f4ec;
}
.statlbl {
  display: block;
  color: #8e8a80;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}
.statsep {
  width: 3px;
  height: 48px;
  background: #a32e38;
  justify-self: center;
}

.matchfield {
  background: #efeae2;
  padding: 66px 34px 30px;
}
.sectionkicker {
  color: #a32e38;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 0 0 6px;
}
.matchfield h2 {
  text-align: center;
  font-size: 36px;
  color: #221f1c;
  margin: 0 0 10px;
}
.sectiondeck {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
  font-size: 17px;
  color: #2b2a26;
}
.matchrows {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
.matchcard {
  position: relative;
  background: #f7f4ec;
  border: 3px solid #2b2a26;
  padding: 26px 30px 26px 60px;
  overflow: hidden;
}
.matchcard:nth-child(even) {
  transform: translateX(40px);
}
.matchcard.c214,
.matchcard.c314,
.matchcard.c414 {
  margin-left: 40px;
}
.matchstamp {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #a32e38;
  color: #f7f4ec;
  font-weight: bold;
  padding: 4px 8px;
  border: 1px solid #2b2a26;
  letter-spacing: 1px;
  font-size: 13px;
}
.weightchip {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #2b2a26;
  padding: 4px 14px;
  margin-bottom: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.bluechip {
  background: #33566b;
  color: #f7f4ec;
}
.midchip {
  background: #a32e38;
  color: #f7f4ec;
}
.matchbody {
  display: block;
}
.matchbody h3 {
  font-size: 26px;
  color: #221f1c;
  margin: 0 0 6px;
}
.matchbody p {
  margin: 0 0 10px;
  font-size: 16px;
  padding-right: 100px;
}
.detailslink {
  font-weight: bold;
  color: #a32e38;
  text-decoration: none;
  border-bottom: 2px solid #a32e38;
}
.detailslink:hover {
  color: #221f1c;
  border-bottom-color: #221f1c;
}
.matchcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 46px solid #a32e38;
  border-left: 46px solid transparent;
}
.matchcard:nth-child(even)::before {
  right: auto;
  left: 0;
}
.matchcard:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #a32e38;
  border-right: 46px solid transparent;
}

.hardpledge {
  background: #221f1c;
  color: #f7f4ec;
  max-width: 1000px;
  margin: 26px auto;
  padding: 44px 40px;
  text-align: center;
}
.pledgehuge {
  font-size: 74px;
  line-height: 1;
  color: #f7f4ec;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.hardpledge .pledgehuge {
  color: #a32e38;
  display: inline;
  margin-right: 18px;
  font-size: 60px;
}
.pledgesmall {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f7f4ec;
}
.pledgehuge {
  text-shadow: none;
}
.pledgetext {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 18px;
  color: #f7f4ec;
}

.hooptrack {
  background: #33566b;
  color: #f7f4ec;
  margin-top: 30px;
  padding: 54px 30px 48px;
}
.hoopheading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}
.hoopheading h2 {
  color: #f7f4ec;
  font-size: 30px;
  margin: 0 0 8px;
}
.hoopdeck {
  color: #d8e0e6;
  margin: 0;
  font-size: 16px;
}
.hoopline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  max-width: 1100px;
  position: relative;
}
.hoopline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 12px;
  right: 12px;
  border-top: 4px dashed #efeae2;
}
.hoop {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 18%;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.ringr {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f7f4ec;
  border: 6px solid #efeae2;
  color: #2b2a26;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 15px;
  box-shadow: 0 0 0 3px #33566b;
}
.ringe {
  color: #d8e0e6;
  font-size: 14px;
  margin: 0;
}

.trialband {
  background: #a32e38;
  color: #f7f4ec;
  text-align: center;
  padding: 34px 30px;
}
.trialtag {
  display: inline-block;
  color: #f7f4ec;
  border: 2px solid #f7f4ec;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 5px 18px;
  margin: 0 0 10px;
}
.trialline {
  max-width: 720px;
  margin: 6px auto 16px;
  font-size: 18px;
  color: #f7f4ec;
}

.podiumsteps {
  background: #221f1c;
}
.podbase {
  border-bottom: 16px solid #221f1c;
}
.podsteps {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0;
  height: 130px;
}
.pod {
  display: block;
  width: 90px;
  border: 2px solid #221f1c;
}
.pod.p1 {
  height: 70px;
  background: #f7f4ec;
}
.pod.p2 {
  height: 95px;
  background: #8e8a80;
}
.pod.p3 {
  height: 130px;
  background: #a32e38;
}
.podiummotto {
  position: absolute;
  left: 330px;
  bottom: 12px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #f7f4ec;
  font-size: 24px;
}
.podcolumns {
  background: #221f1c;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 24px;
  border-top: 3px solid #a32e38;
}
.podcol h4 {
  color: #a32e38;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 0 12px;
}
.podcol {
  display: flex;
  flex-direction: column;
}
.podcol a {
  color: #efeae2;
  text-decoration: none;
  padding: 4px 0;
}
.podcol a:hover {
  color: #a32e38;
}
.podplate {
  background: #efeae2;
  color: #2b2a26;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 3px solid #8e8a80;
  padding: 30px 24px 20px;
  text-align: center;
}
.platename {
  font-size: 22px;
  font-weight: bold;
  color: #221f1c;
  letter-spacing: 2px;
  margin: 0 0 6px;
}
.plateaddr {
  margin: 0 0 8px;
  font-size: 16px;
}
.platecontact {
  margin: 0 0 8px;
  font-size: 16px;
}
.platecontact a {
  color: #33566b;
  font-weight: bold;
  text-decoration: none;
}
.platecontact a:hover {
  color: #a32e38;
}
.platesep {
  display: inline-block;
  color: #a32e38;
  margin: 0 10px;
  font-weight: bold;
}
.platesite {
  margin: 0 0 8px;
  color: #8e8a80;
  font-weight: bold;
}
.podcopy {
  color: #a32e38;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 0;
}

.pagehero {
  background: #efeae2;
  padding: 60px 34px 54px;
  border-bottom: 6px solid #a32e38;
  max-width: 1040px;
  margin: 0 auto;
}
.pagehero h1 {
  font-size: 44px;
  color: #221f1c;
  margin: 0 0 12px;
}
.pagehero .leadline {
  max-width: 760px;
}
.pagehero-contact {
  border-bottom-color: #33566b;
}

.programlist {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 24px 40px;
}
.prog {
  background: #f7f4ec;
  border: 3px solid #2b2a26;
  padding: 28px 32px;
  border-left: 10px solid #a32e38;
}
.prog:nth-of-type(even) {
  border-left-color: #33566b;
}
.prog h2 {
  font-size: 27px;
  color: #221f1c;
  margin: 0 0 10px;
}
.prog p {
  margin: 0 0 12px;
  font-size: 16px;
}

.processtrack {
  background: #33566b;
  margin-top: 10px;
}
.processtrack .sectionkicker {
  color: #efeae2;
}
.processtrack h2 {
  color: #f7f4ec;
}
.processtrack {
  padding: 58px 30px;
}
.processtrack .sectionkicker {
  text-align: center;
}
.processtrack h2 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 34px;
}
.processflow {
  display: flex;
  align-items: stretch;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.stepnode {
  background: #f7f4ec;
  color: #2b2a26;
  border: 2px solid #221f1c;
  padding: 24px 22px;
  width: 230px;
  text-align: center;
  border-top: 6px solid #a32e38;
}
.stepring {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a32e38;
  color: #f7f4ec;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 8px;
}
.stepnode h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #221f1c;
}
.stepnode p {
  margin: 0;
  font-size: 14px;
  color: #2b2a26;
}
.flowline {
  width: 34px;
  height: 6px;
  background: #efeae2;
  align-self: center;
}

.contactwrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 24px 30px;
}
.contactformcol h2 {
  font-size: 30px;
  color: #221f1c;
  margin: 0 0 8px;
}
.formintro {
  color: #2b2a26;
  margin: 0 0 20px;
}
.contactform .fieldrow {
  margin-bottom: 16px;
}
.contactform label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  color: #2b2a26;
}
.contactform input,
.contactform textarea {
  width: 100%;
  border: 2px solid #2b2a26;
  background: #f7f4ec;
  color: #2b2a26;
  padding: 12px;
  font-family: inherit;
  font-size: 16px;
  border-radius: 0;
}
.contactform input:focus,
.contactform textarea:focus {
  outline: 3px solid #33566b;
}
.submitbtn {
  cursor: pointer;
}
.formstatus {
  margin: 12px 0 0;
  font-weight: bold;
  color: #33566b;
}
.contactinfocol {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.infocard {
  background: #f7f4ec;
  border: 3px solid #2b2a26;
  border-left: 8px solid #33566b;
  padding: 18px 20px;
}
.infocard h3 {
  color: #a32e38;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0 0 10px;
}
.infoplace {
  font-weight: bold;
  color: #221f1c;
  margin: 0 0 6px;
  font-size: 17px;
}
.infoaddr {
  margin: 0;
  color: #2b2a26;
}
.infokey {
  margin: 0 0 2px;
  font-weight: bold;
  color: #2b2a26;
}
.infoval {
  margin: 0 0 12px;
}
.infoval a {
  color: #33566b;
  font-weight: bold;
  text-decoration: none;
}
.infoval a:hover {
  color: #a32e38;
}
.hourline {
  margin: 0 0 4px;
}
.hoursmall {
  font-size: 14px;
  color: #8e8a80;
  margin: 8px 0 0;
}

.faqsection {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 24px 40px;
}
.faqsection .sectionkicker {
  text-align: left;
}
.faqsection h2 {
  font-size: 32px;
  color: #221f1c;
  margin: 0 0 22px;
}
.faqpanel {
  background: #f7f4ec;
  border: 2px solid #2b2a26;
  border-left: 8px solid #a32e38;
  margin-bottom: 16px;
  padding: 18px 22px;
}
.faqpanel h3 {
  margin: 0 0 6px;
  color: #33566b;
  font-size: 19px;
}
.faqpanel p {
  margin: 0;
}

.mapband {
  background: #221f1c;
  color: #f7f4ec;
  text-align: center;
  padding: 34px 24px;
  margin-top: 6px;
}
.mapband .trialline {
  color: #efeae2;
}
.mapcta {
  display: inline-block;
}

.bracketwall,
.matchfield,
.trialband {
  width: 100%;
}

@media (max-width: 900px) {
  .bracketsheet {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .bcol {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: auto;
  }
  .slotline {
    width: auto;
  }
  .bfinal {
    order: 2;
  }
  .brackelbows {
    display: none;
  }
  .kicksrip,
  .kickstrip {
    grid-template-columns: 1fr;
  }
  .statsep {
    display: none;
  }
  .tskdesk {
    grid-template-columns: 1fr;
  }
  .hoopline {
    flex-direction: column;
    align-items: center;
  }
  .hoop {
    width: 90%;
  }
  .hoopline::before {
    display: none;
  }
  .contactwrap {
    grid-template-columns: 1fr;
  }
  .processflow {
    flex-direction: column;
    align-items: center;
  }
  .flowline {
    width: 6px;
    height: 28px;
  }
  .podiummotto {
    position: static;
    margin-top: 8px;
  }
  .podsteps {
    height: auto;
    padding-bottom: 10px;
    align-items: center;
  }
  .matchcard:nth-child(even),
  .matchcard.c214,
  .matchcard.c314,
  .matchcard.c414 {
    margin-left: 0;
    transform: none;
  }
  .matchbody p {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .seedbracket {
    padding: 10px 14px;
  }
  .seednav {
    display: none;
  }
  .ctacrimson.chipcall {
    display: none;
  }
  .mnavtoggle {
    display: block;
    background: #a32e38;
    color: #f7f4ec;
    border: 2px solid #2b2a26;
    font-weight: bold;
    padding: 10px 16px;
    margin-left: auto;
    font-size: 16px;
  }
  .crumbrail {
    display: none;
  }
  .msmenu {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #efeae2;
    border: 3px solid #2b2a26;
    padding: 10px;
  }
  .msmenu.open {
    display: flex;
  }
  .msmenu a {
    color: #2b2a26;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #8e8a80;
  }
  .msmenu .mscta {
    background: #a32e38;
    color: #f7f4ec;
    text-align: center;
    border: 2px solid #2b2a26;
    border-bottom: 2px solid #2b2a26;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none;
    transition: none;
    animation: none;
  }
}
