/* Front-end root exception: this stylesheet is loaded only by isolated DPE/FTTC templates. */
html {
  color-scheme: light;
  scroll-behavior: smooth;
}

/* Shared reset for the three explicit front-end ownership roots. */
:where(.fttc-course, .fttc-legal, .dpe-checkout) {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) *,
:where(.fttc-course, .fttc-legal, .dpe-checkout) *::before,
:where(.fttc-course, .fttc-legal, .dpe-checkout) *::after {
  box-sizing: border-box;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) button,
:where(.fttc-course, .fttc-legal, .dpe-checkout) input,
:where(.fttc-course, .fttc-legal, .dpe-checkout) textarea {
  font: inherit;
  letter-spacing: 0;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) button,
:where(.fttc-course, .fttc-legal, .dpe-checkout) a {
  -webkit-tap-highlight-color: transparent;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) button { cursor: pointer; }

:where(.fttc-course, .fttc-legal, .dpe-checkout) svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) [hidden] { display: none !important; }

:where(.fttc-course, .fttc-legal, .dpe-checkout) :focus-visible {
  outline: 3px solid rgba(49, 95, 119, 0.42);
  outline-offset: 3px;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) .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;
}

:where(.fttc-course, .fttc-legal, .dpe-checkout) :is(.eyebrow, .section-label) {
  margin: 0 0 8px;
  color: var(--ink-800, var(--fttc-color-ink));
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

/*
 * M1.2a public cascade bridge.
 * These are the small set of effective legacy declarations that survived the
 * old base.css -> home.css -> art.css cascade. They stay before the canonical
 * public foundation/components so extraction remains pixel-preserving without
 * shipping the two legacy stylesheets to public pages.
 */
html,
body.dpe-public { box-sizing: border-box; }

:where(.dpe-public) .site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

:where(.dpe-public) .review-bar {
  border-bottom: 1px solid rgba(69, 217, 242, 0.24);
  line-height: 1.35;
}

:where(.dpe-public) .review-bar strong {
  font-size: 10px;
  letter-spacing: 0;
}

:where(.dpe-public) .review-count {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  white-space: nowrap;
}

:where(.dpe-public) .site-header__inner { gap: 28px; }
:where(.dpe-public) .site-brand { align-items: center; }
:where(.dpe-public) .site-nav a { padding: 27px 0 24px; }

:where(.dpe-public) .site-header__action {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 32px rgba(21, 94, 239, 0.24);
  justify-self: end;
  transition: background var(--dpe-duration-fast) ease, transform var(--dpe-duration-fast) ease, box-shadow var(--dpe-duration-fast) ease;
}

:where(.dpe-public) .site-header__action b { font-size: 15px; }

.dpe-public .dpe-button--primary { color: var(--dpe-white); }

:where(.dpe-public) .site-scroll-progress {
  bottom: -1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: var(--scroll-progress, 0%);
}

:where(.dpe-public) .site-footer {
  align-items: center;
  border-top: 1px solid var(--dpe-line);
  font-size: 12px;
  gap: 24px;
  justify-content: space-between;
  min-height: 112px;
}

:where(.dpe-public) .site-footer div { display: grid; }
:where(.dpe-public) .site-footer p { text-align: right; }
:where(.dpe-public) .site-footer__lead { justify-content: space-between; }

:where(.dpe-public) .site-footer__cta {
  white-space: nowrap;
}

:where(.dpe-public) .site-footer__closing {
  align-items: center;
  border-top: 1px solid var(--dpe-line-dark);
  gap: 28px;
  min-height: 84px;
}

:where(.dpe-public) .site-footer__closing > span { font-size: 10px; }

:where(.dpe-public) .site-footer__word {
  height: 164px;
  white-space: nowrap;
}

.dpe-motion-ready .dpe-public [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dpe-motion-ready .dpe-public [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dpe-public {
  background: var(--dpe-paper);
  color: var(--dpe-ink);
  font-family: var(--dpe-font-body);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-size: 16px;
  font-synthesis: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.dpe-public *,
.dpe-public *::before,
.dpe-public *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

:where(.dpe-public) button,
:where(.dpe-public) input,
:where(.dpe-public) select,
:where(.dpe-public) textarea {
  font: inherit;
  letter-spacing: 0;
}

:where(.dpe-public) button,
:where(.dpe-public) a {
  -webkit-tap-highlight-color: transparent;
}

:where(.dpe-public) button { cursor: pointer; }

:where(.dpe-public) [hidden] { display: none !important; }

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

.dpe-public img {
  display: block;
  max-width: 100%;
}

.dpe-public a {
  color: inherit;
  text-decoration: none;
}

.dpe-public h1,
.dpe-public h2,
.dpe-public h3,
.dpe-public p,
.dpe-public figure,
.dpe-public dl,
.dpe-public dd,
.dpe-public ol,
.dpe-public ul {
  margin: 0;
}

.dpe-public h1,
.dpe-public h2,
.dpe-public h3 {
  color: inherit;
  font-family: var(--dpe-font-display);
  font-style: normal;
  font-weight: 650;
  line-height: 1.04;
  max-width: 100%;
  overflow-wrap: break-word;
}

.dpe-public h1 { font-size: 70px; text-wrap: balance; }
.dpe-public h2 { font-size: 46px; text-wrap: balance; }
.dpe-public h3 { font-size: 24px; text-wrap: balance; }
.dpe-public p { text-wrap: pretty; }

.dpe-public svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

:where(.dpe-public) .dpe-shell {
  margin-inline: auto;
  min-width: 0;
  width: min(calc(100% - (var(--dpe-gutter) * 2)), var(--dpe-shell));
}

:where(.dpe-public) .dpe-section { padding-block: 112px; }

:where(.dpe-public) .dpe-kicker,
.dpe-public .site-eyebrow {
  color: var(--dpe-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

:where(.dpe-public) .dpe-lead {
  color: var(--dpe-ink-soft);
  font-size: 21px;
  line-height: 1.5;
}

.dpe-public .skip-link {
  background: var(--dpe-cyan);
  border-radius: 4px;
  color: var(--dpe-night);
  font-weight: 800;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(-170%);
  z-index: 1000;
}

.dpe-public .skip-link:focus { transform: translateY(0); }

.dpe-public :focus-visible {
  outline: 3px solid var(--dpe-cyan);
  outline-offset: 4px;
}

.dpe-public .dpe-program-profile[id] { scroll-margin-top: 112px; }

@media (max-width: 1100px) {
  :where(.dpe-public) .site-menu summary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    height: 44px;
    place-content: center;
    width: 44px;
  }

  :where(.dpe-public) .site-menu > nav {
    color: var(--dpe-white);
    gap: 2px;
    width: min(320px, calc(100vw - 32px));
  }

  :where(.dpe-public) .site-menu nav a { border-radius: 4px; }

  :where(.dpe-public) .site-menu__course {
    background: var(--dpe-cyan);
    margin-top: 6px;
  }

  :where(.dpe-public) .site-footer__word {
    height: 132px;
    font-size: 150px;
  }
}

@media (max-width: 900px) {
  :where(.dpe-public) .site-footer__lead { flex-direction: column; }

  :where(.dpe-public) .site-footer__identity { grid-column: 1 / -1; }

  :where(.dpe-public) .site-footer__closing {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 22px 0;
  }

  :where(.dpe-public) .site-footer__word {
    height: 94px;
    font-size: 104px;
  }
}

@media (max-width: 720px) {
  :where(.dpe-public) .site-footer { align-items: flex-start; flex-direction: column; }
  :where(.dpe-public) .site-footer p { margin: 0; text-align: left; }
}

@media (max-width: 430px) {
  :where(.dpe-public) .review-bar span { display: none; }
  :where(.dpe-public) .site-brand img { height: 38px; }
  :where(.dpe-public) .site-footer__word { height: 66px; font-size: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .dpe-public *,
  .dpe-public *::before,
  .dpe-public *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .dpe-motion-ready .dpe-public [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
