/*
Theme Name: Elevate Gutenberg
Theme URI: https://online.elevateenglishacademy.com
Author: Elevate English Academy
Description: Block theme for professional English landing pages built with Gutenberg.
Version: 0.4.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: elevate-gutenberg
*/

:root {
  --elevate-ink: #0d1f33;
  --elevate-muted: #5d6872;
  --elevate-line: #dce4ec;
  --elevate-soft: #f7f9fc;
  --elevate-panel: #ffffff;
  --elevate-pink: #3a7bc8;
  --elevate-action: #3674bd;
  --elevate-link: #2c64a6;
  --elevate-on-accent: #ffffff;
  --elevate-berry: #0d1f33;
  --elevate-plum: #0d1f33;
  --elevate-mint: #edf4fb;
}

body {
  background: var(--elevate-soft);
  color: var(--elevate-ink);
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.wp-site-blocks {
  min-height: 100vh;
}

.elevate-shell {
  font-family: Arial, Helvetica, sans-serif;
}

.elevate-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--elevate-line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 clamp(20px, 4vw, 48px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.elevate-brand {
  color: var(--elevate-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.elevate-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.elevate-nav-links a {
  color: var(--elevate-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.elevate-hero {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: calc(100vh - 72px);
  padding: clamp(40px, 7vw, 86px) clamp(22px, 5vw, 72px);
}

.elevate-hero-media {
  background: #fff;
  border: 1px solid var(--elevate-line);
  min-height: clamp(420px, 56vw, 660px);
  overflow: hidden;
  position: relative;
}

.elevate-hero-media img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.elevate-hero-copy {
  align-self: center;
  max-width: 660px;
}

.elevate-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.elevate-pill {
  background: #edf4fb;
  border: 1px solid #c8dbef;
  color: var(--elevate-berry);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 11px;
  text-transform: lowercase;
}

.elevate-eyebrow {
  color: var(--elevate-link);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.elevate-hero h1 {
  color: var(--elevate-ink);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.elevate-copy {
  color: var(--elevate-muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
  margin-top: 22px;
}

.elevate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.elevate-button {
  align-items: center;
  border: 1px solid var(--elevate-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.elevate-button-primary {
  background: var(--elevate-action);
  border-color: var(--elevate-action);
  color: var(--elevate-on-accent);
}

.elevate-button-primary:hover,
.elevate-button-primary:focus-visible {
  background: var(--elevate-link);
  border-color: var(--elevate-link);
  color: #fff;
}

.elevate-button-secondary {
  background: #fff;
  color: var(--elevate-ink);
}

.elevate-band,
.elevate-section {
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 72px);
}

.elevate-stats {
  background: var(--elevate-ink);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elevate-stat {
  background: rgba(255, 255, 255, 0.055);
  padding: 28px;
}

.elevate-stat strong {
  display: block;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
}

.elevate-stat span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.elevate-section {
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.elevate-section h2 {
  color: var(--elevate-plum);
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.elevate-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.elevate-list li {
  background: #fff;
  border: 1px solid var(--elevate-line);
  color: var(--elevate-plum);
  font-size: 18px;
  font-weight: 800;
  padding: 18px 20px;
}

.elevate-pricing {
  background: #fff;
  border-top: 1px solid var(--elevate-line);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 72px);
}

.elevate-price-card {
  background: var(--elevate-soft);
  border: 1px solid var(--elevate-line);
  padding: clamp(24px, 4vw, 38px);
}

.elevate-price {
  color: var(--elevate-ink);
  font-size: clamp(54px, 7vw, 90px);
  font-weight: 900;
  line-height: 1;
  margin: 8px 0;
}

.elevate-price span {
  color: var(--elevate-muted);
  font-size: 18px;
}

@media (max-width: 920px) {
  .elevate-hero,
  .elevate-section,
  .elevate-pricing {
    grid-template-columns: 1fr;
  }

  .elevate-hero {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  .elevate-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
    position: static;
  }

  .elevate-nav-links {
    justify-content: flex-start;
  }

  .elevate-hero {
    padding-top: 28px;
  }

  .elevate-hero-media {
    min-height: 340px;
  }

  .elevate-stats {
    grid-template-columns: 1fr;
  }
}

.emr-page {
  --emr-night: #0d1f33;
  --emr-ivory: #f7f4ed;
  --emr-teal: #3a7bc8;
  --emr-action: #3674bd;
  --emr-link: #2c64a6;
  --emr-on-accent: #ffffff;
  --emr-gold: #eba251;
  --emr-charcoal: #293642;
  --emr-line: #e7e9e8;
  --emr-content-width: 1180px;
  background: var(--emr-ivory);
  color: var(--emr-charcoal);
  font-family: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.emr-page [id] {
  scroll-margin-top: 92px;
}

.emr-page * {
  box-sizing: border-box;
}

.emr-page .wp-block-group,
.emr-page .wp-block-buttons,
.emr-page .wp-block-image,
.emr-page .wp-block-quote,
.emr-page .wp-block-details {
  margin-block: 0;
}

.emr-page .wp-block-image {
  max-width: none;
}

.emr-header > p,
.emr-nav > p,
.emr-footer nav > p,
.emr-indicators > p,
.emr-step > p:first-child,
.emr-level > p:first-child,
.emr-flow > p,
.emr-question-grid > p,
.emr-framework > p:first-child,
.emr-tech-situations .emr-card > p:first-child,
.emr-home-method article > p:first-child,
.emr-home-activity article > p:first-child,
.emr-program-menu p,
.emr-mobile-nav p {
  margin: 0;
}

.emr-page a {
  color: inherit;
}

.emr-header {
  align-items: center;
  background: rgba(247, 244, 237, 0.94);
  border-bottom: 1px solid var(--emr-line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
  padding-left: max(clamp(18px, 4vw, 48px), calc((100vw - 1324px) / 2));
  padding-right: max(clamp(18px, 4vw, 48px), calc((100vw - 1324px) / 2));
  position: sticky;
  top: 0;
  z-index: 30;
}

body.admin-bar .emr-header {
  top: 32px;
}

.emr-logo {
  color: var(--emr-night);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.emr-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.emr-nav a {
  color: var(--emr-charcoal);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emr-nav a:hover {
  color: var(--emr-link);
}

.emr-button .wp-block-button__link,
a.emr-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
}

.emr-button-primary .wp-block-button__link,
a.emr-button-primary {
  background: var(--emr-action);
  color: var(--emr-on-accent);
}

.emr-button-primary .wp-block-button__link:hover,
.emr-button-primary .wp-block-button__link:focus-visible,
a.emr-button-primary:hover,
a.emr-button-primary:focus-visible {
  background: var(--emr-link);
  color: #fff;
}

.emr-button-secondary .wp-block-button__link,
a.emr-button-secondary {
  background: transparent;
  border: 1px solid var(--emr-night);
  color: var(--emr-night);
}

.wp-block-button.emr-button {
  margin: 0;
}

.emr-hero,
.emr-section,
.emr-final-cta,
.emr-footer {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.emr-hero {
  display: grid;
  gap: clamp(34px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin: 0 auto;
  max-width: 1324px;
  min-height: calc(100vh - 76px);
  padding-bottom: clamp(64px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.emr-hero:is(.emr-clients-hero, .emr-careers-hero, .emr-tech-hero, .emr-home-hero),
.emr-section:is(.emr-white, .emr-dark, .emr-week, .emr-tech-questions, .emr-tech-week, .emr-home-week),
.emr-final-cta,
.emr-footer {
  padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - var(--emr-content-width)) / 2));
  padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - var(--emr-content-width)) / 2));
}

.emr-hero-copy {
  align-self: center;
  max-width: 720px;
}

.emr-kicker {
  color: var(--emr-link);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.emr-hero h1,
.emr-section h2,
.emr-final-cta h2 {
  color: var(--emr-night);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.emr-hero h1 {
  font-size: clamp(40px, 5.2vw, 62px);
  line-height: 1.02;
}

.emr-section h2,
.emr-final-cta h2 {
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.08;
}

.emr-page p,
.emr-page li {
  font-size: 18px;
  line-height: 1.62;
}

.emr-lead {
  color: var(--emr-night);
  font-size: clamp(19px, 2vw, 22px) !important;
  font-weight: 700;
  margin-top: 24px;
}

.emr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.emr-microcopy,
.emr-note {
  color: rgba(41, 54, 66, 0.74);
  font-size: 15px !important;
}

.emr-indicators {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.emr-indicators :is(span, p) {
  border-top: 2px solid var(--emr-gold);
  color: var(--emr-night);
  font-size: 14px;
  font-weight: 900;
  padding-top: 10px;
}

.emr-hero-media {
  min-height: 560px;
  position: relative;
}

.emr-hero-media span {
  background: rgba(23, 107, 104, 0.12);
  border-radius: 46% 54% 52% 48%;
  inset: 7% 0 0 14%;
  position: absolute;
}

.emr-hero-media .wp-block-image {
  height: 100%;
  position: relative;
}

.emr-hero-media img {
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(13, 31, 51, 0.16);
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 88%;
}

.emr-section {
  margin: 0 auto;
  max-width: 1324px;
  padding-bottom: clamp(58px, 8vw, 104px);
  padding-top: clamp(58px, 8vw, 104px);
}

.emr-white {
  background: #fff;
  max-width: none;
}

.emr-center {
  margin: 0 auto 42px;
  max-width: 840px;
  text-align: center;
}

.emr-card-grid,
.emr-step-grid,
.emr-level-grid {
  display: grid;
  gap: 18px;
}

.emr-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-card,
.emr-step,
.emr-level,
.emr-price-card,
.emr-form {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(13, 31, 51, 0.06);
  padding: 24px;
}

.emr-card h3,
.emr-step h3,
.emr-level h3 {
  color: var(--emr-night);
  font-size: 21px;
  line-height: 1.16;
  margin: 0 0 10px;
}

.emr-card p,
.emr-step p,
.emr-level p {
  font-size: 16px;
  margin-bottom: 0;
}

.emr-statement {
  background: var(--emr-night);
  border-left: 5px solid var(--emr-gold);
  border-radius: 16px;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.16;
  margin-top: 34px;
  padding: clamp(28px, 5vw, 48px);
}

.emr-dark {
  background: var(--emr-night);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  max-width: none;
}

.emr-dark h2,
.emr-dark .emr-kicker {
  color: #fff;
}

.emr-dark .emr-kicker {
  color: var(--emr-gold);
}

.emr-number-list {
  counter-reset: emr-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}

.emr-number-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  counter-increment: emr-counter;
  padding: 16px 0 16px 54px;
  position: relative;
}

.emr-number-list li::before {
  color: var(--emr-gold);
  content: counter(emr-counter, decimal-leading-zero);
  font-weight: 900;
  left: 0;
  position: absolute;
}

.emr-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-step :is(span, p),
.emr-level :is(span, p) {
  color: var(--emr-gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.emr-flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 34px 0 16px;
}

.emr-flow :is(span, p) {
  background: rgba(58, 123, 200, 0.1);
  border: 1px solid rgba(58, 123, 200, 0.24);
  border-radius: 999px;
  color: var(--emr-night);
  font-size: 14px;
  font-weight: 900;
  padding: 12px;
  text-align: center;
}

.emr-situation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-level-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-level-featured {
  border: 2px solid var(--emr-teal);
}

.emr-level a {
  color: var(--emr-link);
  font-weight: 900;
}

.emr-week {
  background: #edf4fb;
  max-width: none;
}

.emr-benefits {
  columns: 2;
  padding-left: 22px;
}

.emr-price-card {
  color: var(--emr-charcoal);
}

.emr-price {
  color: var(--emr-night);
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 900;
  line-height: 1;
  margin: 12px 0;
}

.emr-faq {
  margin: 0 auto;
  max-width: 920px;
}

.emr-faq details {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 20px 22px;
}

.emr-faq summary {
  color: var(--emr-night);
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
}

.emr-evaluation {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
}

.emr-evaluation > * {
  min-width: 0;
}

.emr-form {
  display: grid;
  gap: 14px;
}

.emr-form label {
  color: var(--emr-night);
  display: grid;
  font-weight: 900;
  gap: 7px;
}

.emr-form input,
.emr-form select {
  border: 1px solid var(--emr-line);
  border-radius: 10px;
  max-width: 100%;
  min-height: 46px;
  min-width: 0;
  padding: 0 12px;
  width: 100%;
}

.emr-form button {
  border: 0;
  cursor: pointer;
  margin-top: 8px;
}

.emr-final-cta {
  background: var(--emr-night);
  border-top: 4px solid var(--emr-gold);
  color: #fff;
  padding-bottom: clamp(58px, 8vw, 96px);
  padding-top: clamp(58px, 8vw, 96px);
  text-align: center;
}

.emr-final-cta h2 {
  color: #fff;
  margin: 0 auto;
  max-width: 820px;
}

.emr-final-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.emr-footer {
  background: var(--emr-night);
  color: rgba(255, 255, 255, 0.78);
  padding-bottom: 38px;
  padding-top: 38px;
}

.emr-footer strong {
  color: #fff;
  letter-spacing: 0.12em;
}

.emr-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0;
}

.emr-footer a {
  color: #fff;
}

.emr-clients {
  --emr-gold: #eba251;
}

.emr-clients .emr-header {
  background: rgba(247, 244, 237, 0.96);
}

.emr-clients-hero {
  background: var(--emr-night);
  color: #fff;
  max-width: none;
}

.emr-clients-hero .emr-hero-copy {
  justify-self: end;
  max-width: 720px;
}

.emr-clients-hero h1,
.emr-clients-hero .emr-lead,
.emr-clients-hero .emr-indicators :is(span, p) {
  color: #fff;
}

.emr-clients-hero .emr-kicker {
  color: var(--emr-gold);
}

.emr-clients-hero .emr-button-secondary .wp-block-button__link,
.emr-clients-hero a.emr-button-secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.emr-clients-hero .emr-microcopy {
  color: rgba(255, 255, 255, 0.72);
}

.emr-clients-hero .emr-hero-media span {
  background: rgba(169, 120, 78, 0.18);
}

.emr-question-band {
  background: var(--emr-ivory);
}

.emr-question-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-question-grid :is(span, p) {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-left: 4px solid var(--emr-gold);
  border-radius: 14px;
  color: var(--emr-night);
  font-size: 18px;
  font-weight: 900;
  padding: 18px 20px;
}

.emr-statement-teal {
  background: var(--emr-night);
  border-left-color: var(--emr-gold);
}

.emr-difference {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.emr-sequence-list {
  counter-reset: client-sequence;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.emr-sequence-list li {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-radius: 14px;
  color: var(--emr-night);
  counter-increment: client-sequence;
  font-weight: 900;
  padding: 18px 20px 18px 64px;
  position: relative;
}

.emr-sequence-list li::before {
  color: var(--emr-gold);
  content: counter(client-sequence, decimal-leading-zero);
  font-weight: 900;
  left: 20px;
  position: absolute;
}

.emr-comparison-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-comparison {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(13, 31, 51, 0.06);
  padding: 24px;
}

.emr-comparison h3 {
  color: var(--emr-night);
  font-size: 22px;
  margin: 0 0 18px;
}

.emr-comparison strong {
  color: var(--emr-link);
}

.emr-comparison small,
.emr-card small {
  color: rgba(41, 54, 66, 0.72);
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

.emr-dark-note {
  color: rgba(255, 255, 255, 0.76) !important;
  grid-column: 1 / -1;
}

.emr-profile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-final-cta-teal {
  background: var(--emr-night);
}

.emr-final-cta-teal .emr-button-primary .wp-block-button__link,
.emr-final-cta-teal a.emr-button-primary {
  background: var(--emr-action);
  color: var(--emr-on-accent);
}

.emr-final-cta-teal .emr-button-primary .wp-block-button__link:hover,
.emr-final-cta-teal .emr-button-primary .wp-block-button__link:focus-visible,
.emr-final-cta-teal a.emr-button-primary:hover,
.emr-final-cta-teal a.emr-button-primary:focus-visible {
  background: var(--emr-link);
  color: #fff;
}

.emr-careers {
  --emr-night: #0d1f33;
  --emr-ivory: #f6f2e9;
  --emr-burgundy: #2c64a6;
  --emr-gold: #eba251;
  --emr-charcoal: #29343d;
}

.emr-mobile-nav {
  display: none;
}

.emr-careers-hero {
  background: var(--emr-night);
  color: #fff;
  max-width: none;
}

.emr-careers-hero .emr-hero-copy {
  justify-self: end;
}

.emr-careers-hero h1,
.emr-careers-hero .emr-lead,
.emr-careers-hero .emr-indicators :is(span, p) {
  color: #fff;
}

.emr-careers-hero .emr-kicker {
  color: var(--emr-gold);
}

.emr-careers-hero .emr-button-secondary .wp-block-button__link,
.emr-careers-hero a.emr-button-secondary {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}

.emr-careers-hero .emr-microcopy {
  color: rgba(255, 255, 255, 0.72);
}

.emr-careers-hero .emr-hero-media span {
  background: rgba(58, 123, 200, 0.24);
}

.emr-careers-hero .emr-hero-media img {
  object-position: center;
}

.emr-emotional {
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
  text-align: center;
}

.emr-emotional p {
  color: var(--emr-night);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
}

.emr-emotional :is(span, p):not(:first-child) {
  background: var(--emr-gold);
  display: block;
  height: 3px;
  margin: 30px auto;
  width: 84px;
}

.emr-emotional small,
.emr-question-grid small,
.emr-step small,
.emr-level small,
.emr-framework small {
  color: rgba(41, 52, 61, 0.72);
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}

.emr-question-grid :is(span, p) strong {
  display: block;
  line-height: 1.3;
}

.emr-question-grid :is(span, p) small {
  font-weight: 400;
}

.emr-centered-note {
  margin: 30px auto 0;
  max-width: 760px;
  text-align: center;
}

.emr-comparison details {
  border-top: 1px solid var(--emr-line);
  margin-top: 18px;
  padding-top: 14px;
}

.emr-comparison summary {
  color: var(--emr-burgundy);
  cursor: pointer;
  font-weight: 800;
}

.emr-journey {
  counter-reset: interview-stage;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}

.emr-journey li {
  border-left: 2px solid var(--emr-gold);
  counter-increment: interview-stage;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 0.64fr);
  margin-left: 22px;
  padding: 0 0 30px 52px;
  position: relative;
}

.emr-journey li::before {
  align-items: center;
  background: var(--emr-night);
  border-radius: 50%;
  color: #fff;
  content: counter(interview-stage);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  left: -23px;
  position: absolute;
  top: -8px;
  width: 44px;
}

.emr-journey strong {
  color: var(--emr-night);
  font-size: 19px;
}

.emr-journey :is(span, p) {
  font-size: 17px;
  line-height: 1.5;
}

.emr-career-situations {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-career-flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.emr-framework {
  background: var(--emr-night);
  border-left: 4px solid var(--emr-gold);
  border-radius: 12px;
  color: #fff;
  padding: 26px;
}

.emr-framework > :is(span, p) {
  color: var(--emr-gold);
  font-weight: 900;
}

.emr-framework h3 {
  color: #fff;
  font-size: 22px;
  margin: 14px 0;
}

.emr-framework small {
  color: rgba(255, 255, 255, 0.72);
}

.emr-tech {
  --emr-night: #0d1f33;
  --emr-ivory: #f5f5f1;
  --emr-steel: #3a7bc8;
  --emr-gold: #eba251;
  --emr-charcoal: #26333d;
  --emr-line: #e3e7e8;
}

.emr-tech-hero {
  background: var(--emr-night);
  color: #fff;
  max-width: none;
}

.emr-tech-hero .emr-hero-copy {
  justify-self: end;
}

.emr-tech-hero h1,
.emr-tech-hero .emr-lead,
.emr-tech-hero .emr-indicators :is(span, p) {
  color: #fff;
}

.emr-tech-hero .emr-kicker {
  color: var(--emr-gold);
}

.emr-tech-hero .emr-button-secondary .wp-block-button__link,
.emr-tech-hero a.emr-button-secondary {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}

.emr-tech-hero .emr-microcopy {
  color: rgba(255, 255, 255, 0.72);
}

.emr-tech-hero .emr-hero-media span {
  background: rgba(58, 123, 200, 0.24);
  border-radius: 14px;
  inset: 5% 0 0 12%;
}

.emr-tech-hero .emr-hero-media img {
  border-radius: 10px;
  object-position: center;
}

.emr-tech-questions {
  background: var(--emr-ivory);
  max-width: none;
}

.emr-tech-question-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-tech-question-grid :is(span, p) {
  border-left-color: var(--emr-steel);
  border-radius: 8px;
}

.emr-tech-flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.emr-tech-flow :is(span, p) {
  background: rgba(58, 123, 200, 0.1);
  border-color: rgba(58, 123, 200, 0.28);
  border-radius: 8px;
}

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

.emr-tech-situations {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.emr-tech-situations .emr-card {
  border-radius: 8px;
  border-top: 3px solid var(--emr-steel);
}

.emr-tech-situations .emr-card > :is(span, p) {
  color: var(--emr-gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.emr-tech-profiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-tech-week {
  background: #edf4fb;
  max-width: none;
}

.emr-home-logo {
  display: grid;
  gap: 2px;
}

.emr-home-logo small {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.emr-home-nav {
  align-items: center;
}

.emr-program-menu {
  position: relative;
}

.emr-program-menu summary {
  color: var(--emr-charcoal);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.emr-program-menu summary::-webkit-details-marker {
  display: none;
}

.emr-program-menu div {
  background: #fff;
  border: 1px solid var(--emr-line);
  box-shadow: 0 18px 38px rgba(13, 31, 51, 0.14);
  display: grid;
  left: -18px;
  min-width: 280px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 16px);
}

.emr-program-menu div a {
  padding: 11px 12px;
}

.emr-home-hero {
  background: var(--emr-night);
  color: #fff;
  max-width: none;
}

.emr-home-hero .emr-hero-copy {
  justify-self: end;
}

.emr-home-hero h1,
.emr-home-hero .emr-lead,
.emr-home-hero .emr-indicators :is(span, p) {
  color: #fff;
}

.emr-home-hero .emr-kicker {
  color: var(--emr-gold);
}

.emr-home-hero .emr-button-secondary .wp-block-button__link,
.emr-home-hero a.emr-button-secondary {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}

.emr-home-hero .emr-microcopy {
  color: rgba(255, 255, 255, 0.72);
}

.emr-home-hero .emr-hero-media span {
  background: rgba(184, 154, 96, 0.18);
}

.emr-home-hero .emr-hero-media img {
  object-position: center;
}

.emr-home-position {
  margin: 0 auto;
  max-width: 1020px;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
  text-align: center;
}

.emr-home-position > :is(span, p):first-child {
  background: var(--emr-gold);
  display: block;
  height: 3px;
  margin: 0 auto 30px;
  width: 84px;
}

.emr-home-position h2 {
  color: var(--emr-night);
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.12;
  margin: 0;
}

.emr-home-position p {
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 800;
}

.emr-home-position small {
  color: rgba(41, 54, 66, 0.74);
  font-size: 16px;
}

.emr-home-programs {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.emr-program-card {
  background: #fff;
  border: 1px solid var(--emr-line);
  border-top: 4px solid var(--emr-gold);
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  padding: 26px;
}

.emr-program-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.emr-program-card > :is(span, p):first-child,
.emr-program-card small {
  color: var(--emr-link);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.emr-program-card h3 {
  color: var(--emr-night);
  font-size: 24px;
  line-height: 1.15;
  margin: 18px 0 10px;
}

.emr-program-card p {
  font-size: 16px;
}

.emr-program-card small {
  color: rgba(41, 54, 66, 0.68);
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: none;
}

.emr-program-card .emr-button {
  margin-top: auto;
}

.emr-program-card .emr-button .wp-block-button__link {
  width: 100%;
}

.emr-program-card-featured {
  background: var(--emr-night);
  color: #fff;
}

.emr-program-card-featured h3,
.emr-program-card-featured > :is(span, p):first-child,
.emr-program-card-featured small {
  color: #fff;
}

.emr-program-card-featured .emr-button-secondary .wp-block-button__link,
.emr-program-card-featured a.emr-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.emr-home-help {
  align-items: center;
  background: #edf4fb;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 26px;
}

.emr-home-help p {
  margin: 0;
}

.emr-home-method {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.emr-home-method article {
  border-top: 3px solid var(--emr-gold);
  padding: 20px 8px 0;
}

.emr-home-method :is(span, p):first-child {
  color: var(--emr-gold);
  font-weight: 900;
}

.emr-home-method h3 {
  color: var(--emr-night);
  font-size: 19px;
  line-height: 1.2;
}

.emr-home-method p {
  font-size: 15px;
}

.emr-home-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.emr-home-journey {
  counter-reset: none;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}

.emr-home-journey li {
  background: #fff;
  border: 1px solid var(--emr-line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  padding: 24px;
}

.emr-home-journey > li > span {
  color: var(--emr-gold);
  font-weight: 900;
}

.emr-home-journey h3 {
  color: var(--emr-night);
  font-size: 20px;
  margin: 0 0 8px;
}

.emr-home-journey p {
  font-size: 16px;
  margin: 0;
}

.emr-home-week {
  background: #edf4fb;
  max-width: none;
}

.emr-home-groups {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.emr-home-groups-media img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.emr-statement-small {
  font-size: clamp(22px, 2.4vw, 30px);
  padding: 26px;
}

.emr-home-fit {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 34px;
}

.emr-home-fit article {
  border: 1px solid var(--emr-line);
  border-top: 4px solid var(--emr-teal);
  padding: 28px;
}

.emr-home-fit article:last-child {
  border-top-color: var(--emr-gold);
}

.emr-home-fit h3 {
  color: var(--emr-night);
  font-size: 24px;
}

.emr-home-teacher {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.emr-home-teacher blockquote {
  border-left: 4px solid var(--emr-gold);
  color: var(--emr-night);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  padding: 24px 0 24px 30px;
}

.emr-home-activity {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.emr-home-activity article {
  background: var(--emr-ivory);
  border: 1px solid var(--emr-line);
  padding: 28px;
}

.emr-home-activity article:last-child {
  background: var(--emr-night);
  color: #fff;
}

.emr-home-activity :is(span, p):first-child {
  color: var(--emr-link);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.emr-home-activity article:last-child :is(span, p):first-child {
  color: var(--emr-gold);
}

.emr-home-activity small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.emr-home-change {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
}

.emr-home-change > * {
  background: #edf4fb;
  padding: 14px;
}

.emr-home-footer {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.3fr repeat(3, 1fr);
}

.emr-home-footer > div {
  display: grid;
  gap: 10px;
}

.emr-home-footer > div a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.emr-home-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  grid-column: 1 / -1;
  padding-top: 24px;
}

@media (max-width: 980px) {
  .emr-header {
    align-items: center;
    flex-direction: row;
    padding-bottom: 16px;
    padding-top: 16px;
    position: sticky;
  }

  .emr-header > .emr-button,
  .emr-header > .emr-nav {
    display: none;
  }

  .emr-mobile-nav {
    display: block;
    margin-left: auto;
    position: relative;
  }

  .emr-mobile-nav summary {
    border: 1px solid var(--emr-night);
    border-radius: 999px;
    color: var(--emr-night);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
    min-width: 96px;
    padding: 11px 18px;
    text-align: center;
  }

  .emr-mobile-nav summary:focus-visible,
  .emr-mobile-nav nav a:focus-visible {
    outline: 3px solid var(--emr-gold);
    outline-offset: 3px;
  }

  .emr-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .emr-mobile-nav nav {
    background: #fff;
    border: 1px solid var(--emr-line);
    box-shadow: 0 18px 36px rgba(12, 27, 42, 0.14);
    display: grid;
    min-width: 260px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 40;
  }

  .emr-mobile-nav nav a {
    color: var(--emr-night);
    font-weight: 800;
    padding: 12px;
    text-decoration: none;
  }

  .emr-hero,
  .emr-dark,
  .emr-evaluation,
  .emr-difference {
    grid-template-columns: 1fr;
  }

  .emr-card-grid,
  .emr-step-grid,
  .emr-situation-grid,
  .emr-question-grid,
  .emr-comparison-grid,
  .emr-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .emr-tech-question-grid,
  .emr-tech-situations,
  .emr-tech-profiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-home-programs,
  .emr-home-method,
  .emr-home-journey,
  .emr-home-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-program-card,
  .emr-program-card:nth-child(4) {
    grid-column: auto;
  }

  .emr-program-card:last-child,
  .emr-home-legal {
    grid-column: 1 / -1;
  }

  .emr-home-groups,
  .emr-home-teacher {
    grid-template-columns: 1fr;
  }

  .emr-level-grid,
  .emr-flow,
  .emr-career-flow {
    grid-template-columns: 1fr;
  }

  .emr-tech-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .emr-home-flow,
  .emr-home-change {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .emr-hero-media {
    min-height: 420px;
  }

  .emr-hero-media img {
    aspect-ratio: 3 / 2;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .emr-nav {
    display: none;
  }

  .emr-indicators,
  .emr-card-grid,
  .emr-step-grid,
  .emr-situation-grid,
  .emr-question-grid,
  .emr-comparison-grid,
  .emr-profile-grid {
    grid-template-columns: 1fr;
  }

  .emr-career-situations {
    grid-template-columns: 1fr;
  }

  .emr-tech-question-grid,
  .emr-tech-comparisons,
  .emr-tech-situations,
  .emr-tech-profiles,
  .emr-tech-flow {
    grid-template-columns: 1fr;
  }

  .emr-home-programs,
  .emr-home-method,
  .emr-home-journey,
  .emr-home-fit,
  .emr-home-activity,
  .emr-home-flow,
  .emr-home-change,
  .emr-home-footer {
    grid-template-columns: 1fr;
  }

  .emr-program-card:last-child,
  .emr-home-legal {
    grid-column: auto;
  }

  .emr-home-help {
    align-items: stretch;
    flex-direction: column;
  }

  .emr-journey li {
    gap: 4px;
    grid-template-columns: 1fr;
    padding-left: 44px;
  }

  .emr-benefits {
    columns: 1;
  }

  .emr-button {
    width: 100%;
  }

  .emr-button .wp-block-button__link {
    width: 100%;
  }
}

@media (max-width: 782px) {
  body.admin-bar .emr-header {
    top: 46px;
  }
}
