/*
 * BIC Village 2026 event site: "Back to... Àlàáfíà State University".
 *
 * The page presents as a university homepage, so this file carries campus
 * chrome (.asu-*) as well as page layout (.bic-*). Palette tokens, the glitch
 * layer stack, and the era readout live in bic-fracture.css, which the base
 * template loads first and which the event scoreboard shares.
 *
 * Loaded only by marketing/bic-village-2026-base.html, which is a standalone
 * base (no KC7 navbar or footer), so these selectors reach nothing else.
 */

.bic-2026 {
  background: var(--bic-cream);
  color: var(--bic-ink);
  font-family: var(--bic-sans);
  line-height: 1.65;
  margin: 0;
}

/* Shared page gutter. Replaces Bootstrap's .container so the campus chrome and
   the page body line up on the same measure. */
.asu-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ------------------------------------------------------------------ */
/* Campus chrome: utility bar                                         */
/* ------------------------------------------------------------------ */

.asu-utility {
  background: var(--bic-heritage-black);
  color: rgba(245, 235, 221, 0.72);
  font-family: var(--bic-tech);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.asu-utility .asu-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.asu-utility-term {
  text-transform: uppercase;
}

.asu-utility-links {
  display: flex;
  gap: 18px;
}

.asu-utility-links a {
  color: rgba(245, 235, 221, 0.72);
  text-decoration: none;
}

.asu-utility-links a:hover {
  color: var(--bic-victory-gold);
  text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* Campus chrome: masthead                                            */
/* ------------------------------------------------------------------ */

.asu-masthead {
  background: var(--bic-deep-moss);
  border-bottom: 3px solid var(--bic-victory-gold);
}

.asu-masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.asu-wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}

.asu-wordmark:hover {
  text-decoration: none;
}

/* The Firebird mark, as a seal medallion.
   The source PNG (photos/firebird.png) is fully opaque: no alpha channel and no
   tRNS chunk, with a cream background baked in. So the disc behind it is set to
   that same cream rather than to a theme token, which is what keeps the edge
   invisible instead of showing a pale square on the deep-moss masthead. If the
   logo is ever re-exported with transparency, this background can become
   transparent and the ring will still read. */
.asu-seal {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--bic-victory-gold);
  background: #FCECD2;
  overflow: hidden;
}

.asu-seal img {
  width: 100%;
  height: 100%;
  /* contain, not cover: the mark is centered in a near-square frame, and
     cropping it to fill the circle would clip the wings. */
  object-fit: contain;
  display: block;
}

.asu-seal-lg {
  width: 76px;
  height: 76px;
}

.asu-wordmark-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.asu-wordmark-text strong {
  font-family: var(--bic-display);
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bic-cream);
}

.asu-wordmark-text em {
  font-family: var(--bic-tech);
  font-style: normal;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bic-victory-gold);
  margin-top: 3px;
}

.asu-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.asu-nav a {
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 235, 221, 0.88);
  text-decoration: none;
  padding: 10px 12px;
  border-bottom: 2px solid transparent;
}

.asu-nav a:hover {
  color: var(--bic-cream);
  border-bottom-color: var(--bic-victory-gold);
  text-decoration: none;
}

.asu-nav .asu-nav-cta {
  margin-left: 10px;
  background: var(--bic-victory-gold);
  border: 1px solid var(--bic-victory-gold);
  border-radius: 2px;
  color: var(--bic-heritage-black);
  padding: 10px 18px;
}

.asu-nav .asu-nav-cta:hover {
  background: var(--bic-flux-amber);
  border-color: var(--bic-flux-amber);
  color: var(--bic-heritage-black);
}

.asu-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  color: var(--bic-cream);
  font-size: 1.1rem;
  padding: 8px 13px;
  cursor: pointer;
}

/* ------------------------------------------------------------------ */
/* Hero                                                               */
/* ------------------------------------------------------------------ */

.bic-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  padding: 72px 0;
}

.bic-hero > .asu-shell {
  position: relative;
  z-index: 2;
}

.bic-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bic-victory-gold);
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  padding: 7px 14px;
  margin-bottom: 24px;
  background: rgba(17, 17, 17, 0.3);
}

.bic-hero-kicker {
  font-family: var(--bic-serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--bic-flux-amber);
  margin-bottom: 4px;
}

.bic-hero h1 {
  font-family: var(--bic-display);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bic-cream);
  margin-bottom: 14px;
  text-shadow: 0 2px 30px rgba(12, 31, 63, 0.6);
}

.bic-hero-lede {
  font-size: 1.1rem;
  color: rgba(245, 235, 221, 0.9);
  max-width: 32em;
  margin-bottom: 30px;
}


/* ------------------------------------------------------------------ */
/* Office of Admissions panel                                         */
/* ------------------------------------------------------------------ */

.bic-auth {
  background: var(--bic-cream);
  border: 1px solid var(--bic-brass);
  border-top: 4px solid var(--bic-victory-gold);
  border-radius: 2px;
  padding: 30px;
  box-shadow: 0 30px 70px rgba(12, 31, 63, 0.45);
  color: var(--bic-ink);
}

.bic-auth-head {
  text-align: center;
  margin-bottom: 22px;
}

.bic-auth-head h2 {
  font-family: var(--bic-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--bic-deep-moss);
  margin-bottom: 4px;
}

.bic-auth-head p {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bic-copper);
  margin: 0;
}

.bic-auth .nav-tabs {
  border-bottom: 1px solid var(--bic-rule);
  margin-bottom: 20px;
}

.bic-auth .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-copper);
  padding: 10px 14px;
}

.bic-auth .nav-tabs .nav-link.active {
  color: var(--bic-deep-moss);
  border-bottom-color: var(--bic-victory-gold);
}

.bic-auth .tab-pane,
.bic-auth label,
.bic-auth p {
  color: var(--bic-ink);
}

.bic-auth .form-control {
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  background: #fff;
  color: var(--bic-ink);
  height: auto;
  padding: 11px 13px;
}

.bic-auth .form-control:focus {
  border-color: var(--bic-victory-gold);
  box-shadow: 0 0 0 3px rgba(212, 167, 44, 0.2);
}

.bic-auth .input-group-text {
  background: rgba(184, 138, 68, 0.1);
  border: 1px solid var(--bic-rule);
  border-right: none;
  color: var(--bic-copper);
}

.bic-auth-stack > * + * {
  margin-top: 10px;
}

.bic-auth-alt {
  text-align: center;
  margin-top: 18px;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.bic-auth-alt-tight {
  margin-top: 6px;
}

.bic-auth-alt a {
  color: var(--bic-copper);
  text-decoration: underline;
}

.bic-auth-fineprint {
  margin: 14px 0 0;
  text-align: center;
  font-family: var(--bic-tech);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  color: var(--bic-copper);
}

.bic-auth-progress {
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  padding: 14px;
  margin-bottom: 18px;
  background: rgba(184, 138, 68, 0.08);
}

.bic-auth-progress-label {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-copper);
}

.bic-auth-progress-bar {
  height: 6px;
  border-radius: 3px;
  background: rgba(40, 66, 51, 0.16);
  overflow: hidden;
  margin-top: 8px;
}

.bic-auth-progress-bar span {
  display: block;
  height: 100%;
  background: var(--bic-victory-gold);
}

/* Buttons */
.bic-btn {
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 12px 18px;
  font-family: var(--bic-tech);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.bic-btn:hover,
.bic-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.bic-btn-primary {
  background: var(--bic-deep-moss);
  border-color: var(--bic-deep-moss);
  color: var(--bic-cream);
}

.bic-btn-primary:hover,
.bic-btn-primary:focus {
  background: var(--bic-juke-green);
  color: var(--bic-cream);
}

.bic-btn-gold {
  background: var(--bic-victory-gold);
  border-color: var(--bic-victory-gold);
  color: var(--bic-heritage-black);
}

.bic-btn-gold:hover,
.bic-btn-gold:focus {
  background: var(--bic-flux-amber);
  color: var(--bic-heritage-black);
}

.bic-btn-outline {
  background: transparent;
  border-color: var(--bic-rule);
  color: var(--bic-deep-moss);
}

.bic-btn-outline:hover,
.bic-btn-outline:focus {
  border-color: var(--bic-deep-moss);
  background: rgba(62, 95, 74, 0.07);
  color: var(--bic-deep-moss);
}

/* ------------------------------------------------------------------ */
/* Sections                                                           */
/* ------------------------------------------------------------------ */

.bic-section {
  padding: 84px 0;
}

.bic-section-cream {
  background: var(--bic-cream);
  color: var(--bic-ink);
}

.bic-section-moss {
  background: var(--bic-deep-moss);
  color: var(--bic-cream);
}

.bic-section-navy {
  background: var(--bic-midnight-navy);
  color: var(--bic-cream);
}

/* Sub-heading for a sidebar block that has no <h2> of its own. Deliberately
   NOT the all-caps mono eyebrow pattern: those read as filler above a heading
   that already says the same thing. Only used where a block genuinely needs a
   title. */
.asu-block-title {
  font-family: var(--bic-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bic-deep-moss);
  margin-bottom: 12px;
}

.bic-section-moss .asu-block-title,
.bic-section-navy .asu-block-title {
  color: var(--bic-cream);
}

.bic-section h2 {
  font-family: var(--bic-display);
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bic-deep-moss);
  margin-bottom: 20px;
}

.bic-section-moss h2,
.bic-section-navy h2 {
  color: var(--bic-cream);
}

.bic-section p {
  font-size: 1.02rem;
}

.bic-lead {
  font-size: 1.1rem;
}

.bic-lead-constrained {
  max-width: 44em;
}

/* Welcome callout */
.asu-callout {
  border: 1px solid var(--bic-rule);
  border-left: 4px solid var(--bic-victory-gold);
  border-radius: 2px;
  padding: 26px;
  background: rgba(184, 138, 68, 0.07);
}

.asu-callout p {
  font-size: 0.98rem;
}

.asu-callout-chant {
  font-family: var(--bic-serif);
  font-style: italic;
  color: var(--bic-deep-moss);
  margin-bottom: 0;
}

/* ------------------------------------------------------------------ */
/* Course catalog                                                     */
/* ------------------------------------------------------------------ */

/* Department list: the "colleges and schools" row a catalog opens with. */
.asu-departments {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 30px 0 0;
}

.asu-departments li {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bic-victory-gold);
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  padding: 7px 13px;
}

.asu-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--bic-rule);
  border: 1px solid var(--bic-rule);
  margin-top: 24px;
}

.asu-course {
  display: flex;
  flex-direction: column;
  background: var(--bic-deep-moss);
  padding: 28px 26px;
}

.asu-course.is-flagship {
  background: var(--bic-juke-green);
}

.asu-course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.asu-course-code {
  font-family: var(--bic-tech);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bic-victory-gold);
}

.asu-course-dept {
  font-family: var(--bic-tech);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 235, 221, 0.62);
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  padding: 3px 8px;
  white-space: nowrap;
}

.asu-course.is-flagship .asu-course-dept {
  color: var(--bic-heritage-black);
  background: var(--bic-flux-amber);
  border-color: var(--bic-flux-amber);
}

.asu-course h3 {
  font-family: var(--bic-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--bic-cream);
  margin-bottom: 10px;
  line-height: 1.2;
}

.asu-course-blurb {
  font-size: 0.97rem;
  color: rgba(245, 235, 221, 0.82);
  margin-bottom: 16px;
}

.asu-course-meta {
  font-family: var(--bic-tech);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 235, 221, 0.55);
  margin-bottom: 18px;
}

/* Pushes the action to the bottom so cards of unequal copy still line up. */
.asu-course-cta {
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-victory-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.asu-course-cta:hover {
  color: var(--bic-flux-amber);
  border-bottom-color: var(--bic-flux-amber);
  text-decoration: none;
}

.asu-course-cta.is-disabled {
  color: rgba(245, 235, 221, 0.4);
  cursor: default;
}

/* Shown instead of the grid when the game has no sections yet. */
.asu-catalog-empty {
  margin-top: 34px;
  font-family: var(--bic-tech);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 235, 221, 0.6);
}

/* Syllabus block under the catalog */
.asu-syllabus {
  margin-top: 52px;
  border-top: 1px solid var(--bic-rule);
  padding-top: 36px;
}

.asu-syllabus h3 {
  font-family: var(--bic-serif);
  font-size: 1.35rem;
  color: var(--bic-cream);
  margin-bottom: 16px;
}

/* ------------------------------------------------------------------ */
/* Campus bulletin                                                    */
/* ------------------------------------------------------------------ */

.asu-bulletin {
  border: 1px solid var(--bic-brass);
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}

.asu-bulletin-head {
  background: var(--bic-deep-moss);
  color: var(--bic-victory-gold);
  font-family: var(--bic-tech);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 14px 20px;
}

.asu-bulletin dl {
  margin: 0;
}

.asu-bulletin-row {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--bic-rule);
}

.asu-bulletin-row:last-child {
  border-bottom: none;
}

.asu-bulletin dt {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-copper);
  margin: 0;
}

.asu-bulletin dd {
  margin: 0;
  font-size: 0.97rem;
  color: var(--bic-ink);
}

/* ------------------------------------------------------------------ */
/* Registrar                                                          */
/* ------------------------------------------------------------------ */

.asu-steps {
  list-style: none;
  counter-reset: asu-step;
  padding: 0;
  margin: 24px 0 0;
}

.asu-steps li {
  counter-increment: asu-step;
  position: relative;
  padding: 0 0 22px 56px;
  font-size: 1rem;
}

.asu-steps li::before {
  content: counter(asu-step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bic-brass);
  background: rgba(184, 138, 68, 0.1);
  font-family: var(--bic-tech);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--bic-copper);
}

.asu-steps strong {
  display: block;
  font-family: var(--bic-serif);
  font-size: 1.08rem;
  color: var(--bic-deep-moss);
  margin-bottom: 3px;
}

.bic-reqs {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.bic-reqs li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px solid var(--bic-rule);
  padding: 14px 0;
}

.bic-reqs li:last-child {
  border-bottom: none;
}

.bic-reqs strong {
  flex-shrink: 0;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-copper);
  min-width: 11ch;
}

/* Support channels. Same two-column shape as .bic-reqs so the right-hand
   column reads as one list continuing, not two unrelated blocks. */
.asu-help-title {
  margin-top: 34px;
}

.asu-help {
  list-style: none;
  padding: 0;
  margin: 0;
}

.asu-help li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px solid var(--bic-rule);
  padding: 14px 0;
}

.asu-help li:last-child {
  border-bottom: none;
}

.asu-help strong {
  flex-shrink: 0;
  font-family: var(--bic-tech);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bic-copper);
  min-width: 11ch;
}

.asu-help a {
  color: var(--bic-copper);
  text-decoration: underline;
}

/* Markdown-fed prose (the syllabus) */
.bic-prose {
  font-size: 1.02rem;
}

.bic-prose p {
  margin-bottom: 1em;
}

.bic-prose ul,
.bic-prose ol {
  padding-left: 1.15rem;
  margin-bottom: 1em;
}

.bic-prose li {
  margin-bottom: 0.5em;
}

.bic-prose a {
  color: var(--bic-flux-amber);
  text-decoration: underline;
}

/* Closing CTA */
.bic-cta {
  background: var(--bic-juke-green);
  color: var(--bic-cream);
  padding: 84px 0;
  text-align: center;
}

.bic-cta h2 {
  font-family: var(--bic-display);
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bic-cream);
  margin-bottom: 16px;
}

.bic-cta p {
  color: rgba(245, 235, 221, 0.86);
  max-width: 36em;
  margin: 0 auto 28px;
  font-size: 1.05rem;
}

.bic-cta .bic-btn {
  width: auto;
  min-width: 260px;
}

/* ------------------------------------------------------------------ */
/* Campus footer                                                      */
/* ------------------------------------------------------------------ */

.asu-footer {
  background: var(--bic-heritage-black);
  color: rgba(245, 235, 221, 0.74);
  padding: 62px 0 28px;
  border-top: 3px solid var(--bic-victory-gold);
}

.asu-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
}

.asu-footer-motto {
  font-family: var(--bic-serif);
  font-style: italic;
  color: var(--bic-cream);
  margin: 16px 0 12px;
  font-size: 0.98rem;
}

.asu-footer-meta {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: rgba(245, 235, 221, 0.5);
  margin: 0;
}

.asu-footer-col h3 {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bic-victory-gold);
  margin-bottom: 16px;
}

.asu-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.asu-footer-col li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.asu-footer-col a {
  color: rgba(245, 235, 221, 0.74);
  text-decoration: none;
}

.asu-footer-col a:hover {
  color: var(--bic-victory-gold);
  text-decoration: underline;
}

.asu-footer-legal {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(245, 235, 221, 0.12);
}

.asu-footer-legal p {
  font-family: var(--bic-tech);
  font-size: 0.68rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(245, 235, 221, 0.45);
  margin: 0;
}

.asu-footer-legal a {
  color: rgba(245, 235, 221, 0.7);
  text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* Admissions modal (campus twin of save_progress_modal)              */
/* ------------------------------------------------------------------ */

.asu-modal .modal-content {
  background: var(--bic-cream);
  border: 1px solid var(--bic-brass);
  border-top: 4px solid var(--bic-victory-gold);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(12, 31, 63, 0.5);
  color: var(--bic-ink);
  position: relative;
  overflow: hidden;
}

.asu-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 2;
  background: none;
  border: 0;
  color: var(--bic-copper);
  font-size: 1.5rem;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
}

.asu-modal-body {
  padding: 30px 30px 24px;
}

.asu-modal-eyebrow {
  font-family: var(--bic-tech);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bic-copper);
  margin-bottom: 10px;
}

.asu-modal-title {
  font-family: var(--bic-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bic-deep-moss);
  margin: 0 0 10px;
}

.asu-modal-sub {
  font-size: 0.97rem;
  color: rgba(17, 17, 17, 0.76);
  margin-bottom: 22px;
}

.asu-modal-sub strong {
  color: var(--bic-ink);
}

.asu-modal-provider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  color: var(--bic-deep-moss);
  border: 1px solid var(--bic-rule);
  border-radius: 2px;
  font-family: var(--bic-tech);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.asu-modal-provider + .asu-modal-provider {
  margin-top: 9px;
}

.asu-modal-provider:hover {
  border-color: var(--bic-victory-gold);
  background: rgba(212, 167, 44, 0.09);
  color: var(--bic-deep-moss);
  text-decoration: none;
  transform: translateY(-1px);
}

.asu-modal-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 16px;
  font-family: var(--bic-tech);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  color: var(--bic-copper);
}

.asu-modal-or::before,
.asu-modal-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bic-rule);
}

.asu-modal-guest {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  color: var(--bic-copper);
  border: 1px dashed var(--bic-brass);
  border-radius: 2px;
  font-family: var(--bic-tech);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}

.asu-modal-guest:hover {
  border-color: var(--bic-deep-moss);
  color: var(--bic-deep-moss);
  background: rgba(62, 95, 74, 0.06);
}

.asu-modal-footer {
  padding: 0 30px 24px;
  text-align: center;
}

.asu-modal-footer small {
  font-family: var(--bic-tech);
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  color: var(--bic-copper);
}

/* ------------------------------------------------------------------ */
/* Responsive                                                         */
/* ------------------------------------------------------------------ */

@media (max-width: 1199.98px) {
  .asu-nav a {
    padding: 10px 9px;
    font-size: 0.68rem;
  }
}

@media (max-width: 991.98px) {
  .asu-nav-toggle {
    display: inline-block;
  }

  .asu-masthead-inner {
    flex-wrap: wrap;
  }

  .asu-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 12px;
  }

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

  .asu-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(245, 235, 221, 0.12);
  }

  .asu-nav .asu-nav-cta {
    margin: 12px 0 0;
    text-align: center;
  }

  .bic-hero {
    min-height: auto;
    padding: 56px 0;
  }

  .bic-auth {
    margin-top: 32px;
  }

  .asu-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 575.98px) {
  .bic-section {
    padding: 56px 0;
  }

  .bic-auth {
    padding: 22px;
  }

  .asu-bulletin-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .asu-footer-grid {
    grid-template-columns: 1fr;
  }

  .asu-utility .asu-shell {
    justify-content: flex-start;
  }
}
