@layer tmc-page, tmc-shell, tmc-components, tmc-overrides;

@layer tmc-shell {
/* Typography
   Source: assets/typography.css */
:root{
  --font-body: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Bebas Neue", sans-serif;
  --tracking-display: 0.04em;
  --lh-body: 1.45;
  --lh-heading: 0.8;

  --size-body: 23px;
  --size-lg: clamp(24px, 2.8vw, 34px);
  --size-xl: clamp(38px, 6.2vw, 77px);
  --size-hero: clamp(52px, 9vw, 110px);
  --size-headline: clamp(34px, 5.2vw, 64px);
  --size-section-heading: clamp(34px, 5vw, 56px);
}

html{
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--scroll-offset);
}

*{
  box-sizing: border-box;
}

html,
body{
  height: 100%;
}

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: var(--size-body);
  line-height: var(--lh-body);
  padding-top: var(--topbar-height);
}

a{
  color: inherit;
  text-decoration: none;
}

h1, h2, h3{
  margin: 0;
  font-weight: 700;
}

h1{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: var(--tracking-display);
  font-size: calc(var(--size-hero) * 1.2);
  line-height: 1.2;
}

h2{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: var(--tracking-display);
  font-size: var(--size-xl);
  line-height: var(--lh-heading);
}

h3{
  font-family: var(--font-body);
  font-size: var(--size-lg);
  line-height: var(--lh-body);
}

.hero-title{
  letter-spacing: -0.01em;
}

.hero-title .org{
  font-size: 0.6em;
  letter-spacing: inherit;
  margin-left: 0.02em;
}

.footer-title .org{
  font-size: 0.7em;
  letter-spacing: inherit;
  margin-left: 0.04em;
}

.section-banner h2,
.content-banner h2,
.curriculum-banner h2,
.deploy-banner h2,
.math-banner h2,
.openbook-banner h2,
.quickfacts-banner h2,
.reserve-banner h2,
.teachers-banner h2,
.why-banner h2,
.section-title h2{
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: var(--tracking-display);
  font-size: var(--size-section-heading);
  line-height: var(--lh-heading);
}

.lede{
  font-family: var(--font-body);
  font-size: var(--size-body);
  line-height: var(--lh-body);
}

.wrap{
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 var(--pad);
}

footer.site-footer{
  margin-top: var(--space-6);
  border-top: 1px solid var(--line);
  background: var(--teal);
}

.site-footer .inner{
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 24px var(--pad) 36px;
  display: grid;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.site-footer .footer-logo{
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

@media (max-width: 980px){
  body{
    -webkit-text-size-adjust: 100%;
  }

  :root{
    --size-section-heading: clamp(48.96px, 7.2vw, 80.64px);
  }

  h1, h2, h3{
    font-size: 26.5px;
    line-height: 1.2;
  }

  h2{
    line-height: var(--lh-heading);
  }

  body .hero-title{
    font-size: 60px !important;
    line-height: 0.9 !important;
    letter-spacing: -0.02em !important;
  }

  .hero-title .org{
    font-size: 28px !important;
    vertical-align: baseline !important;
  }
}

/* Site layout
   Source: assets/site-layout.css */
.hero-logo-mobile{
  display: none;
  width: min(320px, 86vw);
  height: auto;
}

@media (max-width: 980px){
  html,
  body{
    overflow-x: hidden;
  }

  .mobile-hide-tagline{
    display: none !important;
  }

  .hero-logo{
    display: none !important;
  }

  .hero-title{
    display: none !important;
  }

  .hero-logo-mobile{
    display: block;
    margin: 0 auto;
    width: min(272px, 73vw);
  }

  .hero-top{
    width: 100%;
  }

  .hero-sub{
    max-width: min(94vw, 36ch);
  }
}

@media (min-width: 981px){
  .hero-logo{
    display: block !important;
  }

  .hero-title{
    display: block !important;
  }

  .hero-logo-mobile{
    display: none !important;
  }
}

/* Form state
   Source: assets/form-state.css */
.reservation-card{
  position: relative;
}

.reservation-card.is-processing{
  pointer-events: none;
}

.tmc-honeypot{
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
Registration form temporarily hidden because the embedded form
shows live availability messaging that is not ready for display.

To re-enable the form site-wide:
remove this rule or remove class="hide-registration" from the
<body> tag on pages that embed the reserve form.
*/
.hide-registration .registration-form-container{
  display: none !important;
}

/* Remove .hide-session-availability from <body> to show the counter again. */
.hide-session-availability .session-availability{
  display: none !important;
}

.hide-session-availability .session-card{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide-session-availability .session-card-body{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-loading{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgba(255,255,255,0.88);
  border-radius: inherit;
  text-align: center;
  padding: 18px;
  z-index: 5;
}

.form-loading.is-visible{
  display: flex;
}

.form-loading .spinner{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.55);
  animation: spin 0.9s linear infinite;
}

.form-loading .loading-text{
  font-weight: 600;
  font-size: 18px;
}

.form-processing-status{
  display: none;
  margin: 12px 0 0;
  color: #234;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.form-processing-status.is-visible{
  display: block;
}

form[aria-busy="true"] button[type="submit"],
form[aria-busy="true"] input[type="submit"]{
  cursor: wait;
  opacity: 0.82;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@media (max-width: 980px){
  .field-row.two-col{
    grid-template-columns: 1fr !important;
  }

  .field-row.three-col{
    grid-template-columns: 1fr !important;
  }

  .reservation-card,
  .confirmation-card,
  .form-success{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
}

/* Site menu
   Source: assets/site-menu.css */
html.tmc-menu-open,
body.tmc-menu-open{
  overflow: hidden;
}

.topbar{
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.topbar .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: var(--topbar-height);
  padding: 10px var(--pad);
  max-width: var(--max-wide);
  margin: 0 auto;
}

.topbar nav{
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  align-items: center;
  color: var(--ink);
  font-size: 23px;
  flex: 1;
  justify-content: space-between;
  margin-right: clamp(16px, 2vw, 30px);
}

.topbar nav a,
.topbar .btn:not(.menu-cta){
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.topbar .btn:not(.menu-cta){
  color: #fff;
}

.topbar nav a.nav-hiring,
.menu-panel a.nav-hiring{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

:where(.menu-btn){
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  width: 36px;
  height: 28px;
  display: grid;
  gap: 6px;
  align-content: center;
  justify-items: start;
  cursor: pointer;
}

:where(.menu-btn span){
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: var(--purple);
}

:where(.menu-panel){
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.98);
  border: 0;
  padding: calc(var(--topbar-height) + 18px) var(--pad) 24px;
  display: none;
  z-index: 1200;
  overflow-y: auto;
}

:where(.menu-panel.is-open){
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: center;
  text-align: center;
}

:where(.menu-close){
  position: absolute;
  top: 16px;
  right: max(var(--pad), env(safe-area-inset-right));
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 40px;
  line-height: 1;
  padding: 4px;
  cursor: pointer;
}

:where(.menu-panel a){
  padding: 6px 6px;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(26px, 3.2vw, 40px);
}

:where(.menu-links){
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: start;
  width: 100%;
}

:where(.menu-panel .menu-cta){
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  width: min(320px, 100%);
  justify-content: center;
  margin-top: 6px;
  font-size: var(--menu-cta-size, clamp(24px, 5.8vw, 31px));
  line-height: var(--menu-cta-line-height, 1.15);
  font-weight: var(--menu-cta-weight, 500);
  border-radius: 16px;
  padding: 16px 26px;
  min-height: var(--menu-cta-min-height, 62px);
  justify-self: center;
}

.menu-panel .menu-cta{
  color: #fff;
}

:where(.menu-panel .btn){
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
}

.menu-btn:focus-visible,
.menu-close:focus-visible{
  outline: 3px solid var(--gold, #f0b43a);
  outline-offset: 4px;
}

:where(.topbar nav a.is-current,
  .menu-panel a.is-current:not(.btn)){
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

:where(.topbar .btn.is-current,
  .menu-panel .btn.is-current){
  outline: 3px solid var(--gold, #f0b43a);
  outline-offset: 3px;
}

@media (min-width: 981px){
  .topbar .inner{
    display: grid;
    grid-template-columns: repeat(6, max-content);
    justify-content: space-between;
    column-gap: clamp(16px, 2vw, 32px);
    row-gap: 6px;
  }

  .topbar nav{
    display: contents;
    margin-right: 0;
    font-size: clamp(16px, 1.18vw, 21px);
    line-height: 1.1;
  }

  .topbar nav a{
    color: var(--ink);
    font-size: clamp(16px, 1.18vw, 21px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .topbar .inner > .btn:not(.menu-cta){
    justify-self: end;
  }

  :where(.menu-btn){
    display: none;
  }
}

@media (max-width: 980px){
  :root{
    --topbar-height: 51px;
  }

  .topbar .inner{
    min-height: var(--topbar-height);
    padding: 5px var(--pad);
  }

  .topbar nav{
    display: none;
  }

  :where(.menu-btn){
    width: 40px;
    height: 32px;
  }

  .menu-btn{
    transform: scale(0.9);
    transform-origin: top left;
  }

  :where(.menu-btn span){
    width: 28px;
  }

  :where(.menu-panel){
    padding: calc(var(--topbar-height) + 10px) var(--pad) 20px;
    background: rgba(255,255,255,0.99);
  }

  :where(.menu-panel.is-open){
    justify-items: stretch;
    text-align: left;
  }

  :where(.menu-links){
    max-width: 28rem;
    margin: 0 auto;
    gap: 0;
  }

  :where(.menu-panel a){
    width: 100%;
    padding: 14px 0;
    font-size: clamp(20px, 4.8vw, 26px);
    line-height: 1.15;
    border-bottom: 1px solid var(--line);
  }

  :where(.menu-panel a.nav-hiring){
    padding-top: 0;
  }

  :where(.menu-panel .menu-cta){
    width: 100%;
    margin-top: 18px;
    border-bottom: 0;
    justify-content: center;
    font-size: var(--menu-cta-size, clamp(24px, 5.8vw, 31px));
    line-height: var(--menu-cta-line-height, 1.15);
    font-weight: var(--menu-cta-weight, 500);
    min-height: var(--menu-cta-min-height, 62px);
  }
}

@media (max-width: 640px){
  .topbar .btn:not(.menu-cta){
    font-size: 14px;
    padding: 10px 12px;
    min-height: 40px;
  }
}

/* Shared utility classes */
.gtm-noscript-frame{
  display: none;
  visibility: hidden;
}

.visually-hidden,
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.legend-dot-purple{ background: var(--purple); }
.legend-dot-gold{ background: var(--gold); }
.legend-dot-rose{ background: var(--rose); }
.legend-dot-teal{ background: var(--teal); }
.legend-dot-ink{ background: var(--ink); }
.legend-dot-slate{ background: var(--slate); }
.legend-dot-gray{ background: #6f7f8d; }
}
