/*
Theme Name: Aoden Learning Divi Child
Theme URI: https://aodenlearning.uk/
Description: Editable Divi child theme for the Aoden Learning online tutoring website.
Author: Aoden Learning
Template: Divi
Version: 1.0.3
Text Domain: aoden-divi-child
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --aoden-navy: #0b1933;
  --aoden-navy-2: #13294f;
  --aoden-blue: #2f67c7;
  --aoden-blue-light: #7ba7ff;
  --aoden-accent: #8fb1df;
  --aoden-ink: #101828;
  --aoden-muted: #5b6576;
  --aoden-paper: #ffffff;
  --aoden-mist: #f2f5f9;
  --aoden-line: #dce2ea;
  --aoden-serif: Georgia, "Times New Roman", serif;
}

html { scroll-behavior: smooth; }
body.aoden-divi-site,
.aoden-divi-site #page-container {
  color: var(--aoden-ink);
  background: var(--aoden-paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.aoden-divi-site .et_pb_section { padding: 0; }
.aoden-divi-site .et_pb_row {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  padding: 0;
}
.aoden-divi-site .et_pb_module { margin-bottom: 0; }
.aoden-divi-site h1,
.aoden-divi-site h2,
.aoden-divi-site h3 { font-family: Manrope, sans-serif; color: inherit; }
.aoden-divi-site p:last-child { padding-bottom: 0; }

.aoden-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11,25,51,.1);
}
.admin-bar .aoden-header { top: 32px; }
.aoden-header .et_pb_row { width: min(1180px, calc(100% - 48px)); max-width: 1180px; }
.aoden-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.aoden-brand { display: inline-flex; align-items: center; gap: .78rem; color: var(--aoden-navy); }
.aoden-brand:hover { color: var(--aoden-navy); }
.aoden-brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.aoden-brand span { line-height: 1.05; }
.aoden-brand strong { display: block; font-family: Manrope, sans-serif; font-size: 1rem; letter-spacing: .04em; }
.aoden-brand small { display: block; margin-top: .34rem; font-size: .58rem; font-weight: 700; letter-spacing: .24em; color: #647087; }
.aoden-nav { display: flex; align-items: center; gap: 2rem; font-size: .94rem; font-weight: 600; }
.aoden-nav a { color: var(--aoden-ink); }
.aoden-nav > a:not(.aoden-button) { position: relative; }
.aoden-nav > a:not(.aoden-button)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -.45rem; background: var(--aoden-blue); transition: right .2s ease; }
.aoden-nav > a:not(.aoden-button):hover::after { right: 0; }
.aoden-menu-toggle { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.aoden-menu-toggle > span { width: 26px; height: 2px; background: var(--aoden-navy); display: block; margin: 5px 0; }

.aoden-button,
.aoden-divi-site .et_pb_button.aoden-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  min-height: 54px;
  padding: .85rem 1.55rem !important;
  border: 1px solid var(--aoden-blue) !important;
  border-radius: 2px !important;
  background: var(--aoden-blue) !important;
  color: #fff !important;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1 !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.aoden-button::after { display: none !important; }
.aoden-button:hover { background: var(--aoden-navy) !important; border-color: var(--aoden-navy) !important; transform: translateY(-2px); }
.aoden-button-small { min-height: 44px; padding: .7rem 1.15rem !important; }
.aoden-text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--aoden-ink); font-weight: 700; border-bottom: 1px solid #a8b0bd; padding-bottom: .15rem; }
.aoden-text-link-blue { color: var(--aoden-blue); border-color: rgba(47,103,199,.35); }

.aoden-eyebrow { margin: 0 0 1.3rem; color: var(--aoden-blue); font-family: Manrope, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aoden-eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 32px; height: 2px; margin-right: .7rem; background: var(--aoden-accent); }
.aoden-eyebrow-light { color: var(--aoden-blue-light); }

.aoden-hero { overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 52%, #f0f4fa 52%, #f0f4fa 100%); }
.aoden-hero .et_pb_row { min-height: 680px; display: flex; align-items: center; gap: 5.2rem; padding: 5.25rem 0; }
.aoden-hero .et_pb_column { margin: 0; width: calc(50% - 2.6rem); }
.aoden-hero-copy h1 { max-width: 680px; margin: 0; padding: 0; font-size: clamp(3.2rem, 5.7vw, 5.6rem); line-height: .99; letter-spacing: -.058em; font-weight: 700; }
.aoden-hero-copy h1 em { color: var(--aoden-blue); font-family: var(--aoden-serif); font-weight: 400; }
.aoden-hero-copy .aoden-lead { max-width: 630px; margin: 1.75rem 0 2rem; color: var(--aoden-muted); font-size: 1.18rem; line-height: 1.65; }
.aoden-hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.aoden-microcopy { margin: 1.2rem 0 0; color: #747e8c; font-size: .83rem; }
.aoden-hero-media { position: relative; }
.aoden-hero-image { overflow: hidden; box-shadow: 24px 24px 0 var(--aoden-navy); }
.aoden-hero-image img { width: 100%; aspect-ratio: 770/640; object-fit: cover; object-position: center; }
.aoden-hero-note { position: absolute; left: -3.2rem; bottom: 2.3rem; width: 310px; padding: 1.35rem 1.45rem; background: #fff; border-left: 4px solid var(--aoden-accent); box-shadow: 0 18px 45px rgba(11,25,51,.16); }
.aoden-note-label { display: block; margin-bottom: .3rem; color: var(--aoden-blue); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aoden-hero-note strong { font-family: Manrope, sans-serif; font-size: 1.05rem; }
.aoden-subject-stamp { position: absolute; right: -2rem; top: -2rem; width: 102px; height: 102px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--aoden-accent); color: var(--aoden-navy); font-family: Manrope, sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .1em; line-height: 1.15; transform: rotate(8deg); }

.aoden-trust { background: var(--aoden-navy); color: #fff; }
.aoden-trust .et_pb_row { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 86px; align-items: stretch; }
.aoden-trust .et_pb_column { width: auto !important; margin: 0 !important; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); }
.aoden-trust .et_pb_column:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.aoden-trust p { padding: .5rem 1.25rem; text-align: center; color: #fff; font-size: .84rem; font-weight: 700; }

.aoden-section { padding: 7.5rem 0 !important; }
.aoden-section h2 { margin: 0; padding: 0; font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.07; letter-spacing: -.045em; }
.aoden-section-intro { max-width: 1010px; margin-bottom: 3.7rem !important; }
.aoden-voices-row { display: grid; grid-template-columns: 1.15fr .85fr .85fr; border-top: 1px solid var(--aoden-line); border-bottom: 1px solid var(--aoden-line); }
.aoden-voices-row .et_pb_column { width: auto !important; margin: 0 !important; }
.aoden-voice { min-height: 325px; padding: 2rem; border-left: 1px solid var(--aoden-line); }
.aoden-voice .et_pb_text_inner { min-height: 261px; display: flex; flex-direction: column; justify-content: space-between; }
.aoden-voices-row .et_pb_column:first-child .aoden-voice { border-left: 0; }
.aoden-voice-number { color: var(--aoden-blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.aoden-voice blockquote { margin: 2.4rem 0; padding: 0; border: 0; font-family: var(--aoden-serif); font-size: 1.8rem; line-height: 1.2; }
.aoden-voice-large blockquote { font-size: 2.35rem; }
.aoden-voice p { color: var(--aoden-muted); font-size: .92rem; }
.aoden-accent-voice { background: var(--aoden-mist); }

.aoden-tutor-story { background: var(--aoden-navy); color: #fff; }
.aoden-tutor-story .et_pb_row { display: flex; align-items: stretch; min-height: 720px; }
.aoden-tutor-story .et_pb_column { margin: 0; width: 50%; }
.aoden-story-media { height: 100%; min-height: 720px; position: relative; }
.aoden-story-media img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.aoden-media-caption { position: absolute; right: -2.5rem; bottom: 3.5rem; z-index: 2; background: var(--aoden-accent); color: var(--aoden-navy); padding: 1.2rem 1.5rem; font-size: .92rem; line-height: 1.45; transform: rotate(-2deg); }
.aoden-story-copy { padding: 6.5rem 0 6.5rem 6rem; }
.aoden-story-copy h2 { margin: 0; padding: 0; color: #fff; font-size: clamp(2.6rem, 4vw, 4.2rem); line-height: 1.07; letter-spacing: -.045em; }
.aoden-story-copy > p:not(.aoden-eyebrow) { margin: 1.6rem 0 2.2rem; color: #c5cedc; font-size: 1.08rem; }
.aoden-editorial-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.aoden-editorial-list span { color: var(--aoden-blue-light); font-size: .7rem; font-weight: 800; }
.aoden-editorial-list p { margin: 0; color: #c5cedc; }
.aoden-editorial-list p:empty { display: none; }
.aoden-editorial-list strong { color: #fff; }
.aoden-story-button { margin-top: 1.8rem; background: var(--aoden-blue-light) !important; border-color: var(--aoden-blue-light) !important; color: var(--aoden-navy) !important; }
.aoden-divi-site .aoden-story-button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--aoden-navy) !important;
}

.aoden-selection-heading { margin-bottom: 4.5rem !important; }
.aoden-selection-heading .et_pb_text_inner { display: grid; grid-template-columns: 1.55fr .65fr; gap: 5rem; align-items: end; }
.aoden-selection-heading .et_pb_text_inner > p { color: var(--aoden-muted); font-size: 1.08rem; }
.aoden-selection-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.aoden-selection-row .et_pb_column { width: auto !important; margin: 0 !important; }
.aoden-step { min-height: 250px; padding: 1.5rem 1.2rem; border: 1px solid var(--aoden-line); }
.aoden-step .et_pb_text_inner { display: flex; flex-direction: column; gap: 2rem; }
.aoden-step-number { color: var(--aoden-blue); font-size: .75rem; font-weight: 800; }
.aoden-step h3 { margin: 0; padding: 0; font-size: 1.25rem; }
.aoden-step p { margin: .65rem 0 0; color: var(--aoden-muted); font-size: .88rem; line-height: 1.5; }
.aoden-step small { display: block; margin-bottom: .4rem; color: var(--aoden-blue-light); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.aoden-key-step { background: var(--aoden-navy); color: #fff; border-color: var(--aoden-navy); }
.aoden-key-step h3 { color: #fff; }
.aoden-key-step p { color: #c5cedc; }
.aoden-key-step .aoden-step-number { color: var(--aoden-blue-light); }

.aoden-matching { background: var(--aoden-mist); }
.aoden-matching .et_pb_row { display: flex; gap: 7rem; align-items: flex-start; }
.aoden-matching .et_pb_column:first-child { width: 41%; margin: 0; }
.aoden-matching .et_pb_column:last-child { width: 59%; margin: 0; }
.aoden-matching-copy { position: sticky; top: 130px; }
.aoden-matching-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.aoden-matching-copy > p:not(.aoden-eyebrow) { margin: 1.5rem 0; color: var(--aoden-muted); font-size: 1.05rem; }
.aoden-timeline { border-top: 1px solid var(--aoden-navy); }
.aoden-timeline-item { display: grid; grid-template-columns: 58px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid #cdd5df; }
.aoden-timeline-number { width: 38px; height: 38px; display: grid; place-content: center; border: 1px solid var(--aoden-blue); border-radius: 50%; color: var(--aoden-blue); font-weight: 800; }
.aoden-timeline-item p { margin: .15rem 0; color: var(--aoden-muted); }
.aoden-timeline-item p:empty { display: none; }
.aoden-timeline-item strong { display: block; color: var(--aoden-navy); font-family: Manrope, sans-serif; font-size: 1.2rem; }

.aoden-parent .et_pb_row { display: flex; gap: 7rem; align-items: center; }
.aoden-parent .et_pb_column { width: 50%; margin: 0; }
.aoden-progress-card { position: relative; padding: 2.4rem; background: #fff; border: 1px solid #d8dee6; box-shadow: 18px 18px 0 var(--aoden-mist); }
.aoden-progress-card::before { content: ""; position: absolute; left: -1px; top: -1px; width: 5px; height: 84px; background: var(--aoden-accent); }
.aoden-progress-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.3rem; border-bottom: 2px solid var(--aoden-navy); }
.aoden-progress-top span:not(.aoden-status) { display: block; color: var(--aoden-blue); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.aoden-progress-top strong { display: block; margin-top: .3rem; font-family: Manrope, sans-serif; font-size: 1.35rem; }
.aoden-status { align-self: flex-start; padding: .32rem .62rem; background: #e8f0fc; color: #244d89; font-size: .7rem; font-weight: 800; }
.aoden-progress-card dl { margin: 0; }
.aoden-progress-card dl div { display: grid; grid-template-columns: 112px 1fr; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--aoden-line); }
.aoden-progress-card dt { color: #747e8c; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aoden-progress-card dd { margin: 0; font-weight: 600; }
.aoden-teacher-note { margin: 1.25rem 0 0; padding: 1rem; background: var(--aoden-mist); color: var(--aoden-muted); font-family: var(--aoden-serif); font-style: italic; }
.aoden-parent-copy h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
.aoden-parent-copy > p:not(.aoden-eyebrow) { color: var(--aoden-muted); font-size: 1.07rem; }
.aoden-check-list { list-style: none; margin: 1.7rem 0 0; padding: 0; }
.aoden-check-list li { padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--aoden-line); position: relative; font-weight: 600; }
.aoden-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aoden-blue); font-weight: 900; }

.aoden-standards { padding: 6.8rem 0 !important; background: var(--aoden-blue); color: #fff; }
.aoden-standards .et_pb_row { display: flex; gap: 8rem; }
.aoden-standards .et_pb_column { width: 50%; margin: 0; }
.aoden-standards h2 { margin: 0; padding: 0; color: #fff; font-size: clamp(2.7rem, 4.5vw, 4.5rem); line-height: 1.07; letter-spacing: -.045em; }
.aoden-standards-list { border-top: 1px solid rgba(255,255,255,.5); }
.aoden-standards-list p { display: grid; grid-template-columns: 155px 1fr; gap: 1rem; margin: 0; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #fff; }
.aoden-standards-list span { color: #e3ebfa; }

.aoden-register { padding: 8rem 0 !important; background: var(--aoden-navy); color: #fff; }
.aoden-register .et_pb_row { display: flex; gap: 6.5rem; align-items: flex-start; }
.aoden-register .et_pb_column:first-child { width: 40%; margin: 0; }
.aoden-register .et_pb_column:last-child { width: 60%; margin: 0; }
.aoden-register-copy { position: sticky; top: 130px; }
.aoden-register-copy h2 { margin: 0; padding: 0; color: #fff; font-size: clamp(2.8rem, 4.6vw, 4.8rem); line-height: 1.07; letter-spacing: -.045em; }
.aoden-register-copy > p:not(.aoden-eyebrow) { color: #c2ccdb; font-size: 1.08rem; }
.aoden-contact-note { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.2); }
.aoden-contact-note span { display: block; color: #8fa0ba; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.aoden-contact-note a { color: var(--aoden-blue-light); font-size: 1.1rem; font-weight: 700; }
.aoden-register-form { padding: 2.5rem; background: #fff; color: var(--aoden-ink); }
.aoden-form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-bottom: 1rem; margin-bottom: 1.4rem; border-bottom: 2px solid var(--aoden-navy); }
.aoden-form-heading span { color: var(--aoden-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.aoden-form-heading p { margin: 0; color: var(--aoden-muted); font-size: .75rem; }
.aoden-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.aoden-field { margin-bottom: 1rem; }
.aoden-field label { display: block; margin-bottom: .4rem; color: #263247; font-size: .78rem; font-weight: 700; }
.aoden-field input, .aoden-field select, .aoden-field textarea { width: 100%; border: 1px solid #cfd7e2; border-radius: 0; background: #fff; padding: .78rem .85rem; color: var(--aoden-ink); outline: none; }
.aoden-field textarea { resize: vertical; min-height: 108px; }
.aoden-field input:focus, .aoden-field select:focus, .aoden-field textarea:focus { border-color: var(--aoden-blue); box-shadow: 0 0 0 3px rgba(47,103,199,.13); }
.aoden-honeypot { position: absolute; left: -9999px; }
.aoden-consent { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: .25rem 0 1.2rem; color: var(--aoden-muted); font-size: .76rem; line-height: 1.45; }
.aoden-consent input { margin-top: .2rem; accent-color: var(--aoden-blue); }
.aoden-form-button { width: 100%; border: 1px solid var(--aoden-blue); border-radius: 2px; background: var(--aoden-blue); color: #fff; padding: 1rem; font-family: Manrope, sans-serif; font-weight: 800; cursor: pointer; }
.aoden-form-fineprint { margin: 1rem 0 0; color: #727c8c; font-size: .7rem; line-height: 1.5; }
.aoden-form-success { display: none; margin-top: 1rem; padding: 1rem; background: #e8f0fc; color: #244d89; font-weight: 700; }

.aoden-footer { padding: 3.3rem 0 !important; background: #071126; color: #b4c0d1; border-top: 1px solid rgba(255,255,255,.12); }
.aoden-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: end; }
.aoden-footer .aoden-brand { color: #fff; }
.aoden-footer-line { text-align: right; font-family: var(--aoden-serif); font-size: 1.35rem; color: #fff; }
.aoden-footer-links { display: flex; gap: 1.4rem; font-size: .8rem; }
.aoden-copyright { text-align: right; font-size: .74rem; }

@media (max-width: 980px) {
  .aoden-divi-site .et_pb_row { width: min(100% - 36px, 920px); }
  .aoden-header .et_pb_row { width: min(100% - 36px, 920px); }
  .aoden-menu-toggle { display: block; }
  .aoden-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 18px 1.4rem; background: #fff; border-bottom: 1px solid var(--aoden-line); box-shadow: 0 12px 20px rgba(11,25,51,.08); }
  .aoden-nav.aoden-open { display: flex; }
  .aoden-nav a { padding: .8rem; }
  .aoden-header-inner { min-height: 72px; }
  .aoden-hero { background: linear-gradient(180deg, #fff 0%, #fff 58%, #f0f4fa 58%, #f0f4fa 100%); }
  .aoden-hero .et_pb_row,
  .aoden-tutor-story .et_pb_row,
  .aoden-matching .et_pb_row,
  .aoden-parent .et_pb_row,
  .aoden-standards .et_pb_row,
  .aoden-register .et_pb_row { display: flex; flex-direction: column; gap: 4rem; }
  .aoden-hero .et_pb_row { min-height: 0; padding: 4rem 0 5rem; }
  .aoden-hero .et_pb_column,
  .aoden-tutor-story .et_pb_column,
  .aoden-matching .et_pb_column:first-child,
  .aoden-matching .et_pb_column:last-child,
  .aoden-parent .et_pb_column,
  .aoden-standards .et_pb_column,
  .aoden-register .et_pb_column:first-child,
  .aoden-register .et_pb_column:last-child { width: 100%; }
  .aoden-hero-media { max-width: 620px; }
  .aoden-hero-note { left: 1.5rem; }
  .aoden-trust .et_pb_row { grid-template-columns: 1fr 1fr; padding: .7rem 0; }
  .aoden-voices-row { grid-template-columns: 1fr; }
  .aoden-voice { min-height: 260px; border-left: 0; border-top: 1px solid var(--aoden-line); }
  .aoden-story-media, .aoden-story-media img { min-height: 500px; height: 500px; }
  .aoden-story-copy { padding: 5rem 0; }
  .aoden-media-caption { right: 1rem; }
  .aoden-selection-heading .et_pb_text_inner { grid-template-columns: 1fr; gap: 1rem; }
  .aoden-selection-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aoden-matching-copy, .aoden-register-copy { position: static; }
  .aoden-parent .et_pb_column:last-child { order: -1; }
  .aoden-standards .et_pb_row, .aoden-register .et_pb_row { gap: 3.5rem; }
}

@media (max-width: 560px) {
  .aoden-divi-site .et_pb_row, .aoden-header .et_pb_row { width: calc(100% - 28px); }
  .aoden-brand-mark { width: 37px; height: 37px; }
  .aoden-brand strong { font-size: .92rem; }
  .aoden-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .aoden-section h2 { font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .aoden-hero-actions { align-items: stretch; flex-direction: column; }
  .aoden-hero-actions .aoden-button { width: 100%; }
  .aoden-hero-actions .aoden-text-link { align-self: flex-start; }
  .aoden-hero-image { box-shadow: 12px 12px 0 var(--aoden-navy); }
  .aoden-hero-note { position: relative; left: .8rem; bottom: auto; width: calc(100% - 1.6rem); margin-top: -2.2rem; }
  .aoden-subject-stamp { width: 85px; height: 85px; right: -.2rem; top: -1.4rem; }
  .aoden-trust .et_pb_row { grid-template-columns: 1fr; }
  .aoden-section { padding: 5rem 0 !important; }
  .aoden-voice .et_pb_text_inner { min-height: 0; }
  .aoden-voice blockquote, .aoden-voice-large blockquote { font-size: 1.9rem; }
  .aoden-story-media, .aoden-story-media img { min-height: 410px; height: 410px; }
  .aoden-story-copy { padding: 4.5rem 0; }
  .aoden-selection-row { grid-template-columns: 1fr; }
  .aoden-step { min-height: 0; gap: 1rem; padding: 1.4rem; }
  .aoden-progress-card { padding: 1.4rem; box-shadow: 8px 8px 0 var(--aoden-mist); }
  .aoden-progress-card dl div { grid-template-columns: 1fr; gap: .25rem; }
  .aoden-standards-list p { grid-template-columns: 1fr; gap: .2rem; }
  .aoden-register-form { padding: 1.25rem; }
  .aoden-field-row { grid-template-columns: 1fr; gap: 0; }
  .aoden-form-heading { display: block; }
  .aoden-footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .aoden-footer-line, .aoden-copyright { text-align: left; }
}

@media (max-width: 782px) { .admin-bar .aoden-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
