/*
Theme Name: Montana Tech Hockey
Theme URI: https://github.com/connormesec/club-hockey-theme
Template: Divi
Author: Connor Mesec
Author URI: https://github.com/connormesec
Description: Montana Tech Oredigger Hockey — Divi child theme built on the Club Hockey framework. Green + copper. Integrates with Puck Press for roster, schedule, and news.
Version: 1.0.0

*/

/* ==============================================
   Global Variables — Montana Tech Orediggers palette
   Forest green + copper (Orediggers / Butte mining heritage)
   ============================================== */
:root {
  --content-width: 100%;
  --content-max-width: 1280px;

  /* Team colors */
  --primary:         #215530;  /* Oredigger green */
  --primary-dark:    #163a21;  /* deeper green */
  --primary-soft:    #2f6e41;  /* green-soft */
  --secondary:       #c47e3c;  /* copper */
  --secondary-light: #d99a57;  /* lighter copper */
  --secondary-dark:  #9a5f27;  /* copper-warm for hover/active */
  --tertiary:        #6f9e7e;  /* sage-green accent */
  --tertiary-dark:   #2f6e41;  /* deeper green (eyebrows on light) */
  --on-primary:      #ffffff;
  --on-secondary:    #15241b;  /* dark green text on copper */
  --on-tertiary:     #15241b;

  /* Editorial neutrals */
  --bone:            #f4f5f1;
  --paper:           #ffffff;
  --soft:            #e9ece6;
  --line:            rgba(20, 40, 28, 0.10);
  --line-strong:     rgba(20, 40, 28, 0.22);
  --ink:             #163a21;
  --ink-soft:        #45524a;
  --muted-ink:       #7a857d;

  /* Type */
  --font-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Bebas Neue", "Oswald", Impact, sans-serif;
  --font-mono:    "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;

  /* Header — light on dark site */
  --header-bg:       #ffffff;
  --header-border:   rgba(20, 40, 28, 0.10);
  --header-text:     #163a21;
  --header-muted:    #45524a;
  --header-off-white:#eef1ea;

  /* Surfaces (page body — dark sections) */
  --bg:             #f4f5f1;
  --surface:        #163a21;
  --surface-raised: #215530;
  --bg-drop:        #102a18;
  --border:         rgba(255, 255, 255, 0.08);

  /* Text (on dark surfaces) — warm parchment to pair with copper */
  --text:           #eef0e6;
  --text-muted:     rgba(238, 240, 230, 0.78);
  --text-faint:     rgba(238, 240, 230, 0.5);
}

/*
 * All styles are loaded from css/ via wp_enqueue_style in inc/enqueue.php.
 * See CLAUDE.md or README.md for the full list.
 */

/* ==============================================
   Home page sections (Montana Tech) — spacing + max-width
   for the plain-content home page (no Divi rows).
   ============================================== */
.ch-home-section { padding: 64px 24px; }
.ch-home-section--tight { padding: 40px 24px; }
.ch-home-inner { max-width: var(--content-max-width); margin: 0 auto; }
.ch-home-section .ch-promo-grid,
.ch-home-section .ch-featured-roster { margin-top: 6px; }

/* Keep Divi from constraining our full-bleed home content */
body.home #main-content .et_pb_row,
body.home #main-content .et_builder_inner_content { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.page-template-default #main-content .container { width: 100%; max-width: 100%; }
.ch-home-section + .ch-home-section { padding-top: 0; }

/* Anchor target for the embedded recruitment form — offset for the sticky nav */
#recruitment-form { scroll-margin-top: 90px; }

/* Page-hero subtitle */
.ch-page-hero-sub {
  margin: 12px 0 0;
  max-width: 640px;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
