:root {
  --navy: #101214;
  --navy-2: #24282d;
  --blue: #3f6f95;
  --red: #9f1f2a;
  --gold: #b9a46a;
  --ink: #16191d;
  --muted: #6f7680;
  --line: #d7dbe0;
  --paper: #ffffff;
  --soft: #f7f8f9;
  --soft-blue: #eef2f5;
  --silver: #b8c0c8;
  --platinum: #f1f3f5;
  --chrome: #e4e8ec;
  --graphite: #0b0c0e;
  --shadow-soft: 0 12px 28px rgba(16, 18, 20, .07);
  --shadow-lift: 0 22px 48px rgba(16, 18, 20, .14);
  --max: 944px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #c8ccd0 0, #d0d3d6 42%, #c3c7cb 100%);
  font-family: Arial, "Open Sans", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body.is-home {
  background: #fff;
}

body.is-locked {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .2), transparent 34%),
    linear-gradient(180deg, #070809 0, #171b20 48%, #c7ccd1 100%);
}

body.is-locked .site-header,
body.is-locked #app,
body.is-locked .site-footer {
  display: none;
}

body:not(.is-locked) .password-page {
  display: none;
}

.password-page {
  display: grid;
  min-height: 100vh;
  padding: 30px 18px;
  place-items: center;
}

.password-card {
  width: min(100%, 440px);
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(8, 9, 10, .96), rgba(32, 37, 43, .96) 65%, rgba(74, 84, 96, .94));
  border: 1px solid rgba(224, 229, 234, .34);
  border-bottom: 2px solid rgba(232, 236, 240, .72);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
  text-align: center;
}

.password-logo {
  display: block;
  width: min(220px, 72vw);
  height: auto;
  margin: 0 auto 24px;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .28));
}

.password-card .eyebrow {
  color: rgba(230, 235, 240, .7);
}

.password-card h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 9vw, 48px);
  line-height: 1.02;
}

.password-copy {
  margin: 14px 0 24px;
  color: rgba(241, 244, 247, .78);
  font-size: 15px;
}

.password-form {
  display: grid;
  gap: 10px;
  text-align: left;
}

.password-form label {
  color: rgba(241, 244, 247, .76);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.password-row input {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  color: #101214;
  background: #fff;
  border: 1px solid rgba(232, 236, 240, .72);
  border-radius: 4px;
  font-size: 17px;
  outline: none;
}

.password-row input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(224, 229, 234, .25);
}

.password-row button {
  min-height: 48px;
  padding: 0 18px;
  color: #101214;
  background:
    linear-gradient(180deg, #ffffff, #dce2e8);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.password-row button:hover {
  filter: brightness(.96);
}

.password-error {
  min-height: 20px;
  margin: 2px 0 0;
  color: #ffd7d7;
  font-size: 13px;
  font-weight: 700;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 0 22px;
  color: #fff;
  background: rgba(10, 11, 12, .96);
  border-bottom: 1px solid rgba(184, 192, 200, .45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}

.brand {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  width: 150px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, .82), rgba(223, 228, 234, .22) 29%, transparent 30%),
    linear-gradient(145deg, #f4f6f8 0, #aeb6bf 28%, #30343a 54%, #08090a 100%),
    #060708;
  border: 1px solid rgba(238, 242, 246, .82);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px rgba(8, 9, 10, .86),
    inset 0 0 0 4px rgba(222, 228, 234, .58),
    inset 0 -8px 12px rgba(0, 0, 0, .32),
    0 0 0 3px rgba(184, 192, 200, .14),
    0 10px 24px rgba(0, 0, 0, .36);
}

.brand-mark::before {
  content: "CC";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .85);
}

.brand-copy {
  display: grid;
  gap: 4px;
  width: 102px;
  min-width: 0;
}

.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-url {
  display: block;
  color: rgba(221, 226, 231, .72);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.brand:hover .brand-mark {
  border-color: #fff;
  box-shadow:
    inset 0 0 0 2px rgba(8, 9, 10, .86),
    inset 0 0 0 4px rgba(238, 242, 246, .7),
    inset 0 -8px 12px rgba(0, 0, 0, .32),
    0 0 0 3px rgba(213, 218, 224, .2),
    0 12px 26px rgba(0, 0, 0, .42);
}

.brand:hover .brand-url {
  color: rgba(255, 255, 255, .9);
}

.site-nav {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  justify-content: flex-start;
  margin-left: calc((100vw - var(--max)) / 2);
  min-width: 0;
}

.nav-group {
  position: relative;
  display: flex;
}

.nav-link,
.nav-parent,
.nav-toggle,
.logout-button {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link,
.nav-parent {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 8px;
}

.nav-parent::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-link:hover,
.nav-parent:hover,
.nav-link.is-active {
  background: rgba(255, 255, 255, .08);
}

.submenu {
  position: absolute;
  top: 68px;
  left: 0;
  display: none;
  min-width: 286px;
  padding: 8px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(184, 192, 200, .55);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow-lift);
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu {
  display: block;
}

.nav-group:last-child .submenu {
  right: 0;
  left: auto;
}

.submenu a {
  display: block;
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.submenu a:hover {
  color: var(--navy);
  background: var(--platinum);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 6px;
}

.nav-toggle::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 8px;
  background:
    linear-gradient(#fff, #fff) 0 0 / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 5px / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 10px / 100% 2px no-repeat;
}

.logout-button {
  flex: 0 0 auto;
  min-height: 38px;
  margin-left: 10px;
  padding: 0 13px;
  color: rgba(255, 255, 255, .78);
  border: 1px solid rgba(232, 236, 240, .26);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  cursor: pointer;
}

.logout-button:hover,
.logout-button:focus-visible {
  color: #fff;
  border-color: rgba(232, 236, 240, .48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 34px 22px 27px;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 470px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(184, 192, 200, .35);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 760px);
  padding: 8px 0 12px;
}

.hero-logo {
  width: min(260px, 58vw);
  height: auto;
  margin: 0 0 24px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #6a7078;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: .01em;
  overflow-wrap: anywhere;
}

.hero-title span {
  display: block;
}

.domain-line {
  margin: 16px 0 22px;
  color: #4f5964;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 700px;
  margin: 0 0 26px;
  color: #2c3949;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
}

.primary-action,
.secondary-action,
.resource-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.primary-action {
  color: #fff;
  background: #111;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.secondary-action {
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
}

.primary-action:hover,
.resource-button:hover {
  filter: brightness(.96);
}

.secondary-action:hover {
  border-color: var(--blue);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stat strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 28px 40px;
  background: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 18px;
}

.section-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.15;
}

.section-note {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.portal-grid,
.button-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.portal-card,
.resource-card,
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.portal-card {
  display: flex;
  flex-direction: column;
  min-height: 158px;
  padding: 20px;
  text-decoration: none;
}

.portal-card small {
  margin-bottom: 10px;
  color: #6a7078;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-card strong {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.portal-card span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.portal-card:hover {
  border-color: rgba(16, 18, 20, .28);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.resource-card {
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.home-links {
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(241, 243, 245, .98));
  border-color: rgba(119, 128, 139, .36);
}

.resource-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 19px;
}

.resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.resource-button {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 4px;
  width: 100%;
  min-height: 82px;
  padding: 16px 18px;
  color: #fff;
  background:
    linear-gradient(135deg, #08090a, #181c20 60%, #2c333a);
  border-right: 1px solid rgba(229, 233, 237, .12);
  border-bottom: 1px solid rgba(229, 233, 237, .12);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.resource-button span {
  color: rgba(229, 233, 237, .7);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
}

.resource-button strong {
  font-size: 16px;
  line-height: 1.15;
}

.resource-button.alt {
  color: var(--navy);
  background:
    linear-gradient(135deg, #ffffff, #edf1f4 72%, #c8d0d8);
  border-color: rgba(119, 128, 139, .28);
  box-shadow: none;
}

.resource-button.alt span {
  color: #6c747d;
}

.resource-button::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: .58;
  transform: rotate(45deg);
}

.content-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 27px 22px 38px;
}

.page-jump {
  display: none;
}

.content-page {
  max-width: none;
  padding: 0;
}

.content-hero {
  margin: 0 0 19px;
  padding: 27px;
  color: #fff;
  background:
    linear-gradient(135deg, #050607, #20252b 62%, #4b5561),
    var(--navy);
  border: 1px solid rgba(210, 216, 222, .34);
  border-bottom: 2px solid #d0d5db;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.content-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.content-summary {
  max-width: 620px;
  margin: 13px 0 0;
  color: rgba(235, 239, 243, .76);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.content-body {
  padding: 27px;
  background:
    linear-gradient(180deg, #ffffff, #f8f9fa 100px, #ffffff 260px);
  border: 1px solid rgba(184, 192, 200, .76);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.content-body h2 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}

.content-body h2:first-child {
  margin-top: 0;
}

.content-body h3 {
  margin: 22px 0 6px;
  color: #2b3036;
  font-size: 16px;
}

.content-body p {
  margin: 0 0 14px;
  font-size: 14px;
}

.content-body .center {
  text-align: center;
}

.panel {
  margin: 22px 0;
  padding: 19px;
  background:
    linear-gradient(180deg, #fafafa, #f1f3f5);
  border: 1px solid rgba(184, 192, 200, .62);
  border-left: 4px solid #111;
  border-radius: 0 6px 6px 0;
}

.card {
  margin: 11px 0;
  padding: 16px;
}

.card h3 {
  margin-top: 0;
}

.recruit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
  padding: 22px;
  background:
    linear-gradient(135deg, #ffffff, #f1f3f5 70%, #dbe1e7);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(16, 18, 20, .06);
}

.recruit-intro img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
}

.recruit-step {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 18px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff, #f5f7f8);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(16, 18, 20, .06);
}

.recruit-step:first-child {
  grid-column: 1 / -1;
  color: #fff;
  background:
    linear-gradient(135deg, #070809, #20252b 66%, #4a5561);
  border-color: rgba(214, 220, 226, .36);
}

.recruit-step small {
  color: #6a7078;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.recruit-step:first-child small,
.recruit-step:first-child span {
  color: rgba(235, 239, 243, .76);
}

.recruit-step strong {
  color: inherit;
  font-size: 20px;
  line-height: 1.18;
}

.recruit-step span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.recruit-step:hover {
  border-color: rgba(16, 18, 20, .28);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.recruit-focus {
  margin: 4px 0 26px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.focus-card {
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: 15px;
  background:
    linear-gradient(180deg, #fafafa, #f1f3f5);
  border: 1px solid rgba(184, 192, 200, .7);
  border-radius: 6px;
}

.focus-card strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
}

.focus-card span {
  color: #4f5964;
  font-size: 13px;
  line-height: 1.35;
}

.licensed-lock {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, #ffffff, #f1f3f5 70%, #dbe1e7);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(16, 18, 20, .06);
  text-align: center;
}

.licensed-lock p {
  max-width: 520px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.16;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 0 27px;
}

.video-card {
  min-width: 0;
  padding: 12px;
  background:
    linear-gradient(180deg, #ffffff, #f5f7f8);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.video-card h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}

.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(16, 18, 20, .16);
  border-radius: 3px;
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-link-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #111;
  border: 1px solid rgba(16, 18, 20, .16);
  border-radius: 3px;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.video-link-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transform: scale(1.01);
  transition: opacity .18s ease, transform .18s ease;
}

.video-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .62));
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  background: #d71920;
  border-radius: 5px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.video-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.video-link-card:hover img {
  opacity: .95;
  transform: scale(1.035);
}

.video-link-card:focus-visible {
  outline: 3px solid rgba(16, 18, 20, .34);
  outline-offset: 3px;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.image-card {
  min-width: 0;
  margin: 0;
  padding: 12px;
  background:
    linear-gradient(180deg, #ffffff, #f2f4f6);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.image-card:only-child {
  grid-column: 1 / -1;
}

.image-card img {
  display: block;
  width: 100%;
  max-height: 608px;
  object-fit: contain;
  border-radius: 3px;
}

.schedule-board {
  margin: 24px 0 4px;
  padding: 16px;
  color: #111;
  background:
    linear-gradient(180deg, #f9fafb, #eef1f4 42%, #ffffff);
  border: 1px solid rgba(133, 142, 152, .5);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.schedule-banner {
  margin: 0 0 14px;
  color: #17984a;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.schedule-day {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 5px solid #0f73b7;
  border-radius: 2px;
}

.schedule-day h3 {
  margin: 0;
  padding: 10px 6px 11px;
  color: #fff;
  background:
    linear-gradient(180deg, #1384cd, #0866a8);
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.schedule-day-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14px 10px 16px;
}

.schedule-session {
  margin: 0 0 22px;
  text-align: center;
}

.schedule-session:last-child {
  margin-bottom: 0;
}

.schedule-session p {
  margin: 0 0 12px;
  color: #050607;
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 600;
  line-height: 1.22;
}

.schedule-session .schedule-time,
.schedule-session .schedule-title {
  margin-bottom: 2px;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 800;
}

.schedule-highlight {
  display: grid;
  gap: 2px;
  margin-top: 40px;
  color: #050607;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.schedule-highlight span {
  display: block;
}

.events-board {
  margin: 18px 0 26px;
}

.events-kicker {
  margin: 0 0 16px;
  padding: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, #070809, #1d2228 66%, #3e4650);
  border: 1px solid rgba(214, 220, 226, .36);
  border-bottom: 2px solid #c8ced5;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.events-kicker p {
  margin: 0 0 7px;
  color: rgba(226, 232, 238, .74);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.events-kicker strong {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 112px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff, #f4f6f8);
  border: 1px solid rgba(184, 192, 200, .76);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(16, 18, 20, .08);
}

.event-date {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  color: #fff;
  background:
    linear-gradient(180deg, #1a1d21, #070809);
  border-right: 1px solid rgba(184, 192, 200, .42);
  text-align: center;
}

.event-date span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-date strong {
  font-size: 26px;
  line-height: 1;
}

.event-details {
  display: grid;
  align-content: center;
  padding: 15px 16px;
}

.event-details h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
}

.event-details p {
  margin: 0 0 7px;
  color: #4f5964;
  font-size: 13px;
  line-height: 1.35;
}

.event-details small {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  color: #fff;
  background: #15181c;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}

.file-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 19px 0 24px;
}

.file-button {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 14px 10px 10px;
  color: var(--navy);
  background:
    linear-gradient(180deg, #ffffff, #f4f6f8);
  border: 1px solid rgba(151, 160, 170, .55);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(16, 18, 20, .05);
}

.file-button::before {
  content: none;
}

.file-type {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  color: #fff;
  background:
    linear-gradient(180deg, #191d21, #050607);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.folder-button .file-type {
  color: var(--navy);
  background:
    linear-gradient(180deg, #ffffff, #dbe1e7);
  border-color: rgba(151, 160, 170, .7);
}

.file-button:hover {
  border-color: #7b858f;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 18, 20, .09);
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 28px 58px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 15px;
}

.site-footer p {
  margin: 0 0 12px;
}

code {
  padding: 2px 5px;
  color: var(--navy);
  background: var(--soft-blue);
  border-radius: 4px;
  font-size: .95em;
}

@media (max-width: 1260px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .brand {
    min-height: 68px;
    min-width: 0;
  }

  .nav-toggle {
    order: 2;
    display: block;
  }

  .logout-button {
    order: 3;
    min-height: 42px;
    margin-left: 8px;
  }

  .site-nav {
    order: 4;
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - 76px);
    margin: 0 -20px;
    padding: 8px 20px 18px;
    overflow-y: auto;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-group,
  .nav-link,
  .nav-parent {
    display: block;
    min-height: 0;
  }

  .nav-link,
  .nav-parent {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .nav-parent::after {
    display: none;
  }

  .submenu {
    position: static;
    display: block;
    min-width: 0;
    padding: 4px 0 10px 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .submenu a {
    min-height: 44px;
    padding: 10px 0;
    color: #fff;
  }

  .submenu a:hover {
    background: transparent;
    text-decoration: underline;
  }

  .hero {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .portal-grid,
  .button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-jump {
    display: block;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .page-jump select {
    display: block;
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 42px 0 12px;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 60px;
    padding: 0 16px;
  }

  .brand {
    min-height: 60px;
    gap: 10px;
    max-width: calc(100% - 176px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 16px;
    letter-spacing: .015em;
  }

  .brand-url {
    font-size: 8px;
    letter-spacing: .13em;
  }

  .site-nav {
    max-height: calc(100dvh - 68px);
    margin: 0 -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .page,
  .section-band,
  .content-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    gap: 20px;
    padding-top: 20px;
  }

  .hero-logo {
    width: min(220px, 64vw);
    margin-bottom: 20px;
  }

  .hero-title {
    margin-bottom: 16px;
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.05;
  }

  .domain-line {
    font-size: clamp(17px, 5vw, 22px);
  }

  .lead {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .primary-action,
  .secondary-action {
    min-height: 48px;
    padding: 12px 16px;
  }

  .resource-button {
    min-height: 74px;
    padding: 15px 16px;
  }

  .stats-strip,
  .portal-grid,
  .button-grid,
  .resource-list,
  .image-gallery,
  .file-list,
  .schedule-grid,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
  }

  .stat strong {
    min-width: 30px;
  }

  .portal-card {
    min-height: 0;
    padding: 17px;
  }

  .portal-card strong {
    font-size: 18px;
  }

  .section-heading {
    display: block;
  }

  .section-note {
    margin-top: 8px;
  }

  .content-hero,
  .content-body {
    padding: 20px;
  }

  .content-hero h1 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .content-body h2 {
    font-size: 22px;
  }

  .content-body h3 {
    font-size: 19px;
  }

  .content-body p {
    font-size: 16px;
  }

  .panel,
  .card {
    padding: 18px;
  }

  .recruit-intro,
  .recruit-steps,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .recruit-intro {
    justify-items: center;
    padding: 18px;
    text-align: left;
  }

  .recruit-intro img {
    width: min(170px, 68vw);
  }

  .recruit-step {
    min-height: 0;
  }

  .schedule-board {
    padding: 11px;
  }

  .schedule-day {
    border-width: 4px;
  }

  .schedule-session p,
  .schedule-session .schedule-time,
  .schedule-session .schedule-title {
    font-size: 16px;
  }

  .event-card {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 108px;
  }

  .event-date strong {
    font-size: 23px;
  }
}

@media (max-width: 430px) {
  .brand {
    font-size: 16px;
  }

  .brand-copy {
    display: none;
  }

  .nav-toggle {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logout-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }

  .page,
  .section-band,
  .content-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-logo {
    width: min(190px, 68vw);
  }

  .section-title {
    font-size: 25px;
  }

  .resource-card {
    padding: 14px;
  }
}
