/* Future MVP Soccer Academy LLC - Chalkboard Tactics Theme */

:root {
  --tactic-pine: #24422F;
  --chalk-cream: #F2ECDE;
  --sky-chalk: #8FC1DC;
  --magnet-red: #C4453A;
  --boot-deep: #16291D;
  --board-frame: #3A5544;
  --chalk-line: #D8CFBC;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #24422F;
  color: #F2ECDE;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

a {
  color: #8FC1DC;
  text-decoration: none;
}

a:hover {
  color: #F2ECDE;
  text-decoration: underline;
}

p {
  margin-bottom: 14px;
}

/* ================= SCROLL REVEAL ================= */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ================= CLIPBOARD TABS NAV ================= */
.cliptabs {
  background-color: #16291D;
  border-bottom: 6px solid #3A5544;
  padding: 18px 24px 10px;
  position: relative;
}

.cliptabs-rail {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.cliptabs-brand {
  display: inline-flex;
  flex-direction: column;
  border: 3px solid #8FC1DC;
  background-color: #24422F;
  padding: 8px 18px;
  margin-right: 14px;
  transform: rotate(-1deg);
}

.cliptabs-brand-stencil {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #F2ECDE;
}

.cliptabs-brand-sub {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8FC1DC;
}

.cliptabs-set {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.clip-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #3A5544;
  border-top: 3px solid #D8CFBC;
  border-left: 3px solid #D8CFBC;
  border-right: 3px solid #D8CFBC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 9px 16px 11px;
  min-width: 108px;
}

.clip-tab-t1 { transform: rotate(-1.4deg); }
.clip-tab-t2 { transform: rotate(1deg); }
.clip-tab-t3 { transform: rotate(-0.7deg); }
.clip-tab-t4 { transform: rotate(1.5deg); }
.clip-tab-t5 { transform: rotate(-1.1deg); }

.clip-tab-link {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #F2ECDE;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.clip-tab-link:hover {
  color: #8FC1DC;
  text-decoration: none;
}

.clip-tab-drill {
  font-size: 10px;
  letter-spacing: 2px;
  color: #8FC1DC;
  text-transform: uppercase;
}

.clip-tab.is-current {
  background-color: #24422F;
  border-color: #8FC1DC;
}

/* ================= HERO / TACTICS WALL ================= */
.tacticboard {
  background-color: #24422F;
  border-bottom: 3px solid #3A5544;
  padding: 56px 24px 64px;
  position: relative;
}

.tacticboard-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.tacticboard-copy {
  position: relative;
}

.tacticboard-kicker {
  display: inline-block;
  background-color: #16291D;
  border-left: 5px solid #8FC1DC;
  color: #8FC1DC;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 7px 14px;
  margin-bottom: 22px;
}

.tacticboard-title {
  font-size: 46px;
  color: #F2ECDE;
  margin-bottom: 20px;
  text-shadow: none;
}

.tacticboard-title-path {
  color: #8FC1DC;
}

.tacticboard-lead {
  font-size: 17px;
  color: #F2ECDE;
  max-width: 560px;
  margin-bottom: 28px;
}

.tacticboard-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.training-puck {
  display: inline-block;
  background-color: #8FC1DC;
  color: #16291D;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 3px solid #F2ECDE;
  border-radius: 40px;
}

.training-puck:hover {
  background-color: #F2ECDE;
  color: #16291D;
  text-decoration: none;
}

.training-puck-alt {
  background-color: #16291D;
  color: #F2ECDE;
  border: 3px solid #8FC1DC;
}

.training-puck-alt:hover {
  background-color: #3A5544;
  color: #F2ECDE;
}

/* ---- Tactics board (CSS drawn) ---- */
.tactics-board {
  position: relative;
  background-color: #16291D;
  border: 14px solid #3A5544;
  border-radius: 10px;
  padding: 20px;
  min-height: 400px;
}

.tactics-board-field {
  position: relative;
  border: 3px solid #D8CFBC;
  height: 360px;
  overflow: hidden;
}

.tactics-board-halfline {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 3px dashed #8FC1DC;
}

.tactics-board-centrecircle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border: 3px solid #D8CFBC;
  border-radius: 50%;
}

.tactics-board-magnet {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C4453A;
  border: 3px solid #F2ECDE;
  left: 50%;
  top: 50%;
}

.tactics-board-magnet-left {
  margin-left: -78px;
  margin-top: -15px;
}

.tactics-board-magnet-right {
  margin-left: 48px;
  margin-top: -15px;
}

.tactics-board-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #F2ECDE;
}

.tactics-board-mark {
  position: absolute;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #F2ECDE;
}

.tactics-board-arrow {
  position: absolute;
  border: 3px solid #8FC1DC;
  border-color: #8FC1DC transparent transparent transparent;
  border-radius: 50%;
}

.tactics-board-arrow-one {
  width: 150px;
  height: 110px;
  left: 70px;
  top: 60px;
  transform: rotate(-18deg);
}

.tactics-board-arrow-two {
  width: 170px;
  height: 120px;
  right: 60px;
  bottom: 40px;
  transform: rotate(160deg);
}

.tactics-board-tray {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  background-color: #3A5544;
  border-top: 3px solid #D8CFBC;
}

.tactics-board-eraser {
  position: absolute;
  right: 42px;
  bottom: 5px;
  width: 52px;
  height: 12px;
  background-color: #24422F;
  border: 2px solid #D8CFBC;
}

/* ================= DRILL ROWS ================= */
.drillrows {
  background-color: #24422F;
  padding: 20px 0 10px;
}

.drill-module {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto 26px;
  border: 4px solid #3A5544;
  background-color: #24422F;
}

.drill-module-tilt-a { transform: rotate(-1deg); }
.drill-module-tilt-b { transform: rotate(1deg); }

.drill-module-deep {
  background-color: #1C3325;
  border-color: #D8CFBC;
}

.drill-module-invert .drill-col {
  background-color: #0F1D14;
}

.drill-col {
  background-color: #16291D;
  color: #F2ECDE;
  border-right: 3px solid #3A5544;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.drill-col-code {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #F2ECDE;
  letter-spacing: 2px;
}

.drill-col-arrow {
  color: #8FC1DC;
  font-size: 26px;
  margin-top: 6px;
}

.drill-col-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8FC1DC;
  margin-top: 8px;
}

.session-panel {
  padding: 26px 30px 30px;
}

.session-panel h3 {
  font-size: 24px;
  color: #F2ECDE;
  margin-bottom: 12px;
}

.session-panel p {
  color: #F2ECDE;
  font-size: 16px;
}

.pitch-measure {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.pitch-measure-track {
  position: relative;
  flex: 1;
  height: 10px;
  background-color: #3A5544;
  border: 2px solid #D8CFBC;
}

.pitch-measure-fill {
  display: block;
  height: 6px;
  background-color: #8FC1DC;
}

.pitch-fill-15 { width: 16%; }
.pitch-fill-30 { width: 33%; }
.pitch-fill-45 { width: 50%; }
.pitch-fill-60 { width: 66%; }
.pitch-fill-75 { width: 83%; }
.pitch-fill-90 { width: 100%; }

.pitch-measure-label {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #8FC1DC;
  min-width: 64px;
}

/* ================= KICKOFF WINDOW ================= */
.kickoff-window {
  background-color: #8FC1DC;
  color: #16291D;
  border-top: 4px solid #D8CFBC;
  border-bottom: 4px solid #D8CFBC;
  padding: 30px 24px;
  text-align: center;
}

.kickoff-window-inner {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #16291D;
}

.kickoff-window-whistle {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  color: #16291D;
}

/* ================= EXTRA CONTENT SECTIONS ================= */
.coach-notes {
  background-color: #24422F;
  padding: 56px 24px;
}

.coach-notes-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.coach-note-block {
  background-color: #16291D;
  border-left: 6px solid #8FC1DC;
  padding: 24px 26px;
}

.coach-note-block h3 {
  color: #F2ECDE;
  font-size: 20px;
  margin-bottom: 10px;
}

.coach-note-block p {
  color: #F2ECDE;
  font-size: 15px;
}

.coach-note-phase {
  max-width: 1180px;
  margin: 0 auto 34px;
  text-align: center;
}

.coach-note-phase h2 {
  font-size: 32px;
  color: #F2ECDE;
  margin-bottom: 12px;
}

.coach-note-phase p {
  color: #F2ECDE;
  max-width: 760px;
  margin: 0 auto;
}

.value-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.value-item {
  background-color: #3A5544;
  border-bottom: 5px solid #8FC1DC;
  padding: 22px 24px;
}

.value-item h4 {
  color: #F2ECDE;
  font-size: 18px;
  margin-bottom: 8px;
}

.value-item p {
  color: #F2ECDE;
  font-size: 15px;
}

/* ================= BOOT ROOM FOOTER ================= */
.bootroom {
  position: relative;
  background-color: #16291D;
  border-top: 12px solid #3A5544;
  padding: 44px 24px 22px;
}

.bootroom-rail {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #3A5544;
  border-bottom: 3px solid #D8CFBC;
}

.bootroom-hooks {
  max-width: 1180px;
  margin: 0 auto 24px;
  display: flex;
  gap: 46px;
  padding-left: 20px;
}

.bootroom-hook {
  width: 12px;
  height: 20px;
  background-color: #D8CFBC;
  border-radius: 0 0 8px 8px;
  position: relative;
}

.bootroom-hook::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -6px;
  width: 6px;
  height: 6px;
  background-color: #8FC1DC;
  border-radius: 50%;
}

.bootroom-tabs {
  max-width: 1180px;
  margin: 0 auto 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bootroom-tab {
  background-color: #3A5544;
  border-top: 3px solid #D8CFBC;
  border-radius: 5px 5px 0 0;
  padding: 9px 16px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F2ECDE;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bootroom-tab:hover {
  background-color: #24422F;
  color: #8FC1DC;
  text-decoration: none;
}

.bootroom-plate {
  max-width: 1180px;
  margin: 0 auto 24px;
  background-color: #24422F;
  border: 3px solid #D8CFBC;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.bootroom-brand {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F2ECDE;
}

.bootroom-blurb {
  color: #F2ECDE;
  font-size: 15px;
  margin-top: 6px;
}

.bootroom-squad {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #8FC1DC;
  border: 4px solid #8FC1DC;
  padding: 6px 16px;
  text-align: center;
}

.bootroom-squad-label {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #F2ECDE;
}

.bootroom-base {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 3px solid #3A5544;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
  color: #F2ECDE;
}

.bootroom-base a {
  color: #8FC1DC;
}

.bootroom-copy {
  color: #8FC1DC;
}

/* ================= SERVICES PAGE EXTRAS ================= */
.page-head {
  background-color: #24422F;
  padding: 50px 24px 34px;
  border-bottom: 3px solid #3A5544;
}

.page-head-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.page-head h1 {
  font-size: 40px;
  color: #F2ECDE;
  margin-bottom: 14px;
}

.page-head p {
  color: #F2ECDE;
  max-width: 780px;
  font-size: 17px;
}

.service-detail {
  max-width: 1180px;
  margin: 0 auto 26px;
  border: 4px solid #3A5544;
  background-color: #24422F;
  padding: 28px 32px;
}

.service-detail h2 {
  font-size: 26px;
  color: #F2ECDE;
  margin-bottom: 12px;
}

.service-detail p {
  color: #F2ECDE;
}

.service-detail-tag {
  display: inline-block;
  background-color: #8FC1DC;
  color: #16291D;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 12px;
}

.process-band {
  background-color: #16291D;
  padding: 46px 24px;
  border-top: 4px solid #3A5544;
  border-bottom: 4px solid #3A5544;
}

.process-band-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.process-band h2 {
  font-size: 30px;
  color: #F2ECDE;
  margin-bottom: 18px;
}

.process-step {
  border-left: 5px solid #8FC1DC;
  background-color: #24422F;
  padding: 16px 20px;
  margin-bottom: 14px;
}

.process-step h3 {
  color: #F2ECDE;
  font-size: 18px;
  margin-bottom: 6px;
}

.process-step p {
  color: #F2ECDE;
  font-size: 15px;
}

.cta-band {
  background-color: #3A5544;
  padding: 40px 24px;
  text-align: center;
}

.cta-band-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta-band h2 {
  color: #F2ECDE;
  font-size: 28px;
  margin-bottom: 12px;
}

.cta-band p {
  color: #F2ECDE;
  margin-bottom: 20px;
}

/* ================= CONTACT PAGE ================= */
.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-panel {
  background-color: #16291D;
  border: 4px solid #3A5544;
  padding: 26px 28px;
}

.contact-panel h2 {
  font-size: 24px;
  color: #F2ECDE;
  margin-bottom: 16px;
}

.contact-field {
  margin-bottom: 14px;
}

.contact-field label {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8FC1DC;
  margin-bottom: 6px;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  background-color: #24422F;
  border: 3px solid #3A5544;
  color: #F2ECDE;
  padding: 11px 12px;
  font-size: 15px;
  font-family: Georgia, serif;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #8FC1DC;
  outline: none;
}

.contact-submit {
  background-color: #8FC1DC;
  color: #16291D;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 3px solid #F2ECDE;
  border-radius: 40px;
  padding: 13px 30px;
  cursor: pointer;
}

.contact-submit:hover {
  background-color: #F2ECDE;
}

.contact-line {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  color: #F2ECDE;
}

.contact-line-key {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8FC1DC;
  min-width: 96px;
}

.contact-note {
  background-color: #24422F;
  border-left: 5px solid #C4453A;
  padding: 12px 16px;
  color: #F2ECDE;
  font-size: 14px;
  margin-top: 14px;
}

.hours-list {
  list-style: none;
}

.hours-list li {
  padding: 8px 0;
  border-bottom: 2px dashed #3A5544;
  color: #F2ECDE;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.faq-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 50px;
}

.faq-block h2 {
  font-size: 28px;
  color: #F2ECDE;
  margin-bottom: 18px;
}

.faq-item {
  background-color: #16291D;
  border-left: 6px solid #8FC1DC;
  margin-bottom: 14px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #16291D;
  color: #F2ECDE;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
  border: none;
  padding: 16px 20px;
  cursor: pointer;
}

.faq-question:hover {
  color: #8FC1DC;
}

.faq-answer {
  padding: 0 20px 18px;
  color: #F2ECDE;
  font-size: 15px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .tacticboard-inner {
    grid-template-columns: 1fr;
  }

  .tacticboard-title {
    font-size: 34px;
  }

  .coach-notes-inner {
    grid-template-columns: 1fr;
  }

  .value-list {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .bootroom-plate {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .drill-module {
    grid-template-columns: 1fr;
  }

  .drill-col {
    border-right: none;
    border-bottom: 3px solid #3A5544;
    flex-direction: row;
    gap: 14px;
  }

  .cliptabs-set {
    flex-direction: row;
  }

  .clip-tab {
    min-width: 30%;
  }
}
