:root {
  --surface: #f6efe3;
  --card: #fbf8f1;
  --navy: #0b1c3a;
  --band: #132846;
  --gold: #c4a35a;
  --gold-hover: #b49653;
  --line: rgb(11 28 58 / 16%);
  --ease: cubic-bezier(.23,1,.32,1);
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Manrope', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--surface); color: var(--navy); font: 400 18px/1.5 var(--body); }
h1,h2,h3,p,ul,ol,figure,blockquote { margin: 0; }
button,input { font: inherit; }
button,summary,a { -webkit-tap-highlight-color: transparent; }
button,summary { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
::selection { background: var(--gold); color: var(--navy); }
.wrap { width: min(calc(100% - 144px),1288px); margin-inline: auto; }
h1,h2,h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.02em; }
h2 { font-size: clamp(40px,5vw,72px); line-height: 1.03; text-wrap: balance; }
h3 { font-size: 40px; line-height: 1.05; }
.label { font-family: var(--body); font-size: 12px; font-weight: 500; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.icon { flex: 0 0 24px; width: 24px; height: 24px; }
.icon-light { filter: brightness(0) invert(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; border: 1px solid transparent; border-radius: 4px; padding: 15px 24px; font: 500 16px/1.35 var(--body); text-decoration: none; transition: background-color 160ms ease,transform 140ms var(--ease); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.button:active { transform: scale(.98); }
.button-label { position: relative; }
.button-pending { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; white-space: nowrap; visibility: hidden; }
[aria-busy="true"] .button-default { visibility: hidden; }
[aria-busy="true"] .button-pending { visibility: visible; }
.button[aria-busy="true"] { background: var(--gold-hover); cursor: progress; }
.text-link,summary { display: flex; width: fit-content; align-items: center; gap: 12px; min-height: 44px; padding-block: 9px; font-size: 15px; font-weight: 600; text-decoration: none; }
.text-link { position: relative; }
.text-link::after { content: ''; position: absolute; left: 0; right: 36px; bottom: 6px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms var(--ease); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
summary .icon { width: 19px; height: 19px; flex-basis: 19px; transition: transform 200ms var(--ease); }
details[open] > summary .icon { transform: rotate(90deg); }
.detail-content { padding-top: 16px; font-size: 16px; font-weight: 400; line-height: 1.5; }
.detail-content p + p,.detail-content ul,.detail-content .button { margin-top: 16px; }
.detail-content ul { padding-left: 20px; }
.detail-content li + li { margin-top: 8px; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 24px; padding: 12px; background: var(--surface); color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.opening { position: relative; isolation: isolate; min-height: min(61vw,880px); overflow: hidden; color: white; background: var(--navy); }
.class-visual { position: absolute; z-index: -1; inset: 0; margin: 0; }
.class-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.class-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgb(11 28 58 / 90%),rgb(11 28 58 / 80%) 28%,rgb(11 28 58 / 68%) 36%,rgb(11 28 58 / 25%) 47%,transparent 57%),linear-gradient(180deg,rgb(11 28 58 / 70%) 0%,rgb(11 28 58 / 70%) 14%,transparent 33%,transparent 70%,rgb(11 28 58 / 25%)); }
.class-visual figcaption { position: absolute; z-index: 1; right: 4%; bottom: 24px; color: white; font-size: 11px; }
.class-visual > .hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1200ms cubic-bezier(.45,0,.55,1); }
.class-visual > .hero-slide[data-active] { opacity: 1; }
/* Keyboard users can pause the ambient sequence without adding visible photo controls. */
.hero-motion-toggle { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-motion-toggle:focus-visible { z-index: 3; right: 4%; bottom: 54px; width: auto; height: auto; min-height: 44px; padding: 12px 18px; border: 1px solid var(--surface); border-radius: 4px; clip-path: none; color: var(--surface); background: var(--navy); font: 500 13px/1.4 var(--body); }
.site-header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 132px; }
.brand img { width: 335px; height: auto; }
.student-link { padding: 12px 0; font-size: 14px; font-weight: 500; letter-spacing: .03em; }
.hero { position: relative; padding-block: 58px 64px; }
.hero-copy { width: 43%; max-width: 550px; }
.hero-copy > .label { color: var(--gold); margin-bottom: 12px; font-size: 15px; }
.hero h1 { font-size: clamp(76px,7.25vw,104px); line-height: .91; margin-bottom: 20px; }
.hero h1 span { display: block; }
.hero-sub { font-size: 24px; line-height: 1.4; margin-bottom: 28px; }
.hero .button { width: min(100%,400px); min-height: 80px; font-size: 20px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 18px; font-size: 17px; line-height: 1.5; }
.hero-proof strong { font-weight: 500; }
.hero-how { margin-top: 8px; font-size: 17px; font-weight: 400; }
.hero-how .icon { width: 16px; height: 16px; }
.steps { padding-block: 48px 32px; }
.steps h2 { margin-bottom: 36px; text-align: center; }
.steps-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.steps-grid > li { padding-left: 32px; border-left: 1px solid var(--line); }
.steps-grid > li:first-child { padding-left: 0; border: 0; }
.step-head { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; }
.step-number { color: var(--gold); font: italic 500 88px/.95 var(--display); }
.step-head .icon { flex-basis: 62px; width: 62px; height: 62px; }
.step-line { flex: 1; height: 1px; margin-left: 12px; background: var(--gold); }
.steps-grid h3 { margin-bottom: 10px; font: 600 24px/1.3 var(--body); letter-spacing: -.025em; }
.steps-grid p { max-width: 355px; font-size: 22px; line-height: 1.35; }
.method-disclosure { margin-top: 22px; }
.method-disclosure > summary { margin-inline: auto; font-size: 13px; font-weight: 500; }
.method-disclosure > .detail-content { border-top: 1px solid var(--line); margin-top: 8px; padding-block: 24px; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 24px; }
.method-grid h3 { font-size: 26px; margin-bottom: 12px; }
.trust-band { background: var(--band); color: white; }
.trust-band .wrap { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; min-height: 126px; }
.trust-band p { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 8px 28px; border-left: 1px solid rgb(255 255 255 / 30%); font-size: 20px; line-height: 1.4; }
.trust-band p:first-child { border: 0; padding-left: 0; }
.trust-band .icon { flex-basis: 46px; width: 46px; height: 46px; }
.courses { padding-block: 40px 28px; }
.catalog-wrap { width: min(calc(100% - 100px),1336px); }
.section-heading { text-align: center; margin-bottom: 60px; }
.course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; align-items: stretch; }
.course-grid:has(details[open]) { align-items: start; }
.course { display: flex; flex-direction: column; position: relative; padding: 28px 28px 20px; border: 1px solid var(--line); border-radius: 4px; background: var(--card); transition: transform 200ms var(--ease),box-shadow 200ms ease; }
.course-featured { border-color: var(--gold); }
.course-reason { position: absolute; inset: auto -1px 100%; border-radius: 4px 4px 0 0; padding: 8px; text-align: center; background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 500; }
.course-intro { margin-bottom: 22px; }
.course-intro h3 { font-size: 52px; }
.course-intro h3 { margin-bottom: 8px; }
.course-intro .label { font-size: 13px; }
.course-points { padding: 0; list-style: none; display: grid; gap: 20px; margin-bottom: 18px; }
.course-points > li { display: flex; gap: 16px; align-items: start; font-size: 22px; line-height: 1.4; }
.course-points .icon { margin-top: 3px; width: 30px; height: 30px; flex-basis: 30px; }
.course-details > summary { font-size: 17px; }
.course > .course-details { margin-top: auto; }
.course:not(.course-featured) > .course-details > summary { margin-inline: auto; text-decoration: underline; }
/* The featured course exposes its CTA; alternative courses expose theirs in details. */
.course > .button { margin-top: 8px; width: 100%; font-size: 18px; }
.course-footnote { margin-top: 20px; font-size: 11px; line-height: 1.4; text-align: center; }
.super-course { display: grid; grid-template-columns: 1fr 1.15fr .82fr; align-items: start; gap: 28px; padding: 24px 28px; margin-top: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 4px; }
.super-title { display: flex; gap: 20px; align-items: center; padding-block: 8px; }
.super-title > .icon { width: 42px; height: 42px; flex-basis: 42px; }
.super-title h3 { font-size: 42px; margin-bottom: 8px; }
.super-title .label { font-size: 12px; }
.super-course > ul { display: grid; gap: 16px; list-style: none; padding: 8px 28px; border-inline: 1px solid var(--line); }
.super-course > ul > li { display: flex; align-items: center; gap: 16px; font-size: 18px; line-height: 1.4; }
.super-actions { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.super-actions > .button { width: 100%; font-size: 16px; min-height: 48px; padding: 10px; }
.private-band { padding-block: 42px; background: var(--band); color: white; }
.private-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.private-copy h2 { font-size: 64px; margin-bottom: 10px; }
.private-copy .label { margin-bottom: 16px; font-size: 13px; }
.private-copy > p:last-child { font-size: 20px; line-height: 1.4; }
.private-options { padding-left: 40px; border-left: 1px solid var(--gold); }
.private-options > ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; list-style: none; padding: 0; text-align: center; }
.private-options > ul > li { font-size: 18px; line-height: 1.4; }
.private-options > ul strong,.private-options > ul span { display: block; font-weight: 400; }
.private-options > ul > li + li { border-left: 1px solid rgb(255 255 255 / 25%); padding-left: 16px; }
.private-options > ul .icon { margin: 0 auto 12px; width: 48px; height: 48px; }
.private-actions { display: flex; flex-wrap: wrap; align-items: start; gap: 12px 24px; margin-top: 24px; }
.private-actions > .button { flex: 1 0 240px; }
.private-details { flex: 1 1 180px; }
.private-details > summary { font-size: 14px; min-height: 56px; }
.private-details[open] { flex-basis: 100%; }
.decision-section { padding-block: 40px; }
.decision-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; }
.stories { position: relative; padding: 12px 44px 0 68px; border-right: 1px solid var(--line); }
.quote-mark { position: absolute; left: 0; top: 6px; width: 58px; height: 58px; transform: rotate(180deg); }
.story blockquote { font: 600 48px/1.02 var(--display); letter-spacing: -.02em; margin-bottom: 22px; }
.story-person { font-size: 13px; font-weight: 500; line-height: 1.5; }
.story-person::before { content: ''; display: inline-block; width: 42px; height: 1px; margin-right: 16px; vertical-align: middle; background: var(--gold); }
.story-person span { font-weight: 400; }
.story-details > summary { font-size: 12px; font-weight: 400; }
.story-tabs { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.story-tabs button { min-height: 32px; padding: 4px 0; background: transparent; border: 0; border-bottom: 1px solid transparent; color: var(--navy); font-size: 11px; }
.story-tabs button[aria-selected="true"] { border-color: var(--navy); font-weight: 600; }
.faq h2 { font-size: 42px; margin-bottom: 12px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 44px; padding: 6px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font: 400 20px/1.35 var(--body); }
.faq-icon { width: 18px; height: 18px; flex: 0 0 18px; transition: transform 200ms var(--ease); }
.faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-trigger[data-instant] .faq-icon { transition: none; }
.faq-panel .detail-content { padding: 8px 0 20px; }
.final-cta { color: white; background: var(--navy); padding-block: 36px; }
.final-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 48px; }
.final-layout h2 { font-size: 64px; line-height: 1; }
.final-layout > div { border-left: 1px solid var(--gold); padding-left: 40px; }
.final-layout p { font-size: 20px; line-height: 1.4; }
.final-layout .button { margin-top: 16px; min-height: 56px; padding-block: 12px; font-size: 18px; }
.final-layout .cta-help { margin-top: 8px; font-size: 11px; }
.site-footer { padding-block: 30px 24px; color: var(--navy); background: var(--surface); }
.footer-top { display: flex; align-items: center; gap: 36px; }
.footer-top .brand { margin-right: auto; }
.footer-top .brand img { width: 300px; }
.footer-top nav { display: flex; align-items: center; gap: 28px; }
.footer-top nav a { padding-block: 12px; font-size: 14px; letter-spacing: .025em; text-decoration: none; }
.social-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; font-size: 12px; }
.footer-countries { margin-top: 8px; font-size: 11px; }
.mobile-cta { display: none; }
@media (hover:hover) and (pointer:fine) {
  .button-primary:hover { background: var(--gold-hover); }
  .button-outline:hover { background: rgb(11 28 58 / 6%); }
  .course:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgb(11 28 58 / 7%); }
  .text-link:hover::after { transform: scaleX(1); }
}
@media (max-width:1100px) and (min-width:768px) {
  .wrap { width: calc(100% - 72px); }
  .opening { min-height: 680px; }
  .class-visual > img { object-position: 70% center; }
  .site-header { min-height: 110px; }
  .brand img { width: 260px; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: clamp(62px,7.2vw,80px); }
  .hero-sub { font-size: 17px; }
  .hero .button { min-height: 60px; font-size: 16px; padding-inline: 16px; }
  .steps-grid { gap: 24px; }
  .steps-grid > li { padding-left: 24px; }
  .step-head { gap: 12px; }
  .step-number { font-size: 58px; }
  .step-head .icon { width: 46px; height: 46px; flex-basis: 46px; }
  .step-line { margin-left: 0; }
  .steps-grid h3 { font-size: 18px; }
  .steps-grid p { font-size: 16px; }
  .trust-band p { gap: 14px; padding-inline: 18px; font-size: 14px; }
  .trust-band .icon { width: 36px; height: 36px; flex-basis: 36px; }
  .catalog-wrap { width: calc(100% - 48px); }
  .course-grid { gap: 16px; }
  .course { padding: 22px 18px 18px; }
  .course h3 { font-size: 32px; }
  .course-intro .label { font-size: 10px; letter-spacing: .07em; }
  .course-points > li { font-size: 15px; gap: 10px; }
  .course-points .icon { width: 20px; height: 20px; flex-basis: 20px; }
  .course .button { font-size: 14px; padding-inline: 8px; gap: 6px; }
  .course-reason { font-size: 11px; }
  .super-course { gap: 16px; padding-inline: 20px; }
  .super-title { gap: 10px; }
  .super-title h3 { font-size: 30px; }
  .super-course > ul { padding-inline: 16px; }
  .super-course > ul > li { font-size: 13px; gap: 10px; }
  .private-layout,.decision-layout,.final-layout { gap: 28px; }
  .private-copy h2 { font-size: 44px; }
  .private-options,.final-layout > div { padding-left: 28px; }
  .private-copy > p:last-child { font-size: 15px; }
  .private-actions { gap: 8px; }
  .private-details > summary { min-height: 36px; }
  .stories { padding-left: 52px; padding-right: 24px; }
  .quote-mark { width: 44px; height: 44px; }
  .story blockquote { font-size: 34px; }
  .faq-trigger { font-size: 14px; }
  .final-layout h2 { font-size: 44px; }
  .footer-top { gap: 24px; }
  .footer-top .brand img { width: 200px; }
  .footer-top nav { gap: 20px; }
}
@media (max-width:767px) {
  body { font-size: 16px; }
  .wrap,.catalog-wrap { width: calc(100% - 48px); }
  h2 { font-size: 40px; }
  .opening { min-height: 640px; padding-bottom: 0; }
  .site-header { min-height: 76px; }
  .brand img { width: 200px; }
  .student-link { font-size: 12px; }
  .class-visual { inset: 0; height: 100%; }
  .class-visual > img { object-position: 51% center; }
  .class-visual > .hero-slide-practice { object-position: 57% center; }
  .class-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgb(11 28 58 / 97%),rgb(11 28 58 / 94%) 35%,rgb(11 28 58 / 78%) 60%,rgb(11 28 58 / 22%) 82%,rgb(11 28 58 / 12%)),linear-gradient(180deg,rgb(11 28 58 / 80%),rgb(11 28 58 / 30%) 18%,transparent 32%,rgb(11 28 58 / 8%) 48%,rgb(11 28 58 / 75%) 79%,var(--navy)); }
  .class-visual figcaption { z-index: 1; right: 20px; bottom: 12px; font-size: 10px; }
  .hero-motion-toggle:focus-visible { right: 16px; bottom: 36px; }
  .hero { display: flex; min-height: 564px; padding-block: 34px 44px; }
  .hero-copy { display: flex; flex-direction: column; flex: 1; width: 100%; max-width: none; }
  .hero-copy > .label { font-size: 11px; margin-bottom: 12px; }
  .hero h1 { font-size: clamp(44px,12.5vw,54px); line-height: .96; margin-bottom: 20px; }
  .hero h1 span { display: block; }
  .hero-sub { max-width: 23ch; font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
  .hero .button { width: 100%; min-height: 54px; margin-top: auto; font-size: 16px; }
  .hero-proof { margin-top: 14px; font-size: 11px; }
  .hero-how { display: none; }
  .steps { padding-block: 36px 24px; }
  .steps h2 { margin-bottom: 28px; text-align: left; }
  .steps-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps-grid > li,.steps-grid > li:first-child { padding: 0 0 0 64px; position: relative; border: 0; }
  .step-head { height: 40px; margin: 0 0 10px; }
  .step-number { position: absolute; left: 0; top: 0; font-size: 48px; }
  .step-head .icon { width: 36px; height: 36px; flex-basis: 36px; }
  .step-line { max-width: 88px; }
  .steps-grid h3 { font-size: 18px; }
  .steps-grid p { font-size: 16px; }
  .method-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-band .wrap { grid-template-columns: 1fr; gap: 20px; padding-block: 26px; }
  .trust-band p,.trust-band p:first-child { justify-content: start; border: 0; padding: 0; gap: 18px; font-size: 15px; }
  .trust-band .icon { flex-basis: 34px; width: 34px; height: 34px; }
  .courses { padding-block: 36px 28px; }
  .section-heading { margin-bottom: 28px; text-align: left; }
  .course-grid { grid-template-columns: 1fr; gap: 36px; }
  .course { padding: 26px 24px 22px; }
  .course h3 { font-size: 36px; }
  .course-intro { margin-bottom: 24px; }
  .course-intro .label { font-size: 11px; }
  .course-points { gap: 20px; margin-bottom: 20px; }
  .course-points > li { font-size: 16px; }
  .course-featured { margin-top: 12px; }
  .course-reason { font-size: 12px; }
  .super-course { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .super-title h3 { font-size: 32px; }
  .super-course > ul { border-inline: 0; border-block: 1px solid var(--line); padding: 20px 0; }
  .super-actions { align-items: stretch; }
  .super-actions > .button { font-size: 16px; min-height: 52px; }
  .super-actions summary { margin-inline: auto; }
  .course-footnote { font-size: 11px; text-align: left; }
  .private-band { padding-block: 36px; }
  .private-layout,.decision-layout,.final-layout { grid-template-columns: 1fr; gap: 28px; }
  .private-copy h2 { font-size: 40px; }
  .private-copy > p:last-child { font-size: 16px; }
  .private-options { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--gold); }
  .private-options > ul { gap: 12px; }
  .private-options > ul > li { font-size: 12px; }
  .private-options > ul .icon { width: 34px; height: 34px; }
  .private-options > ul > li + li { padding-left: 12px; }
  .private-actions { gap: 8px; }
  .private-actions > .button { flex-basis: 100%; }
  .private-details > summary { min-height: 44px; }
  .decision-section { padding-block: 36px; }
  .stories { padding: 0 0 28px 48px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quote-mark { top: 0; width: 38px; height: 38px; }
  .story blockquote { font-size: 34px; }
  .story-person { font-size: 12px; }
  .faq h2 { font-size: 34px; margin-bottom: 16px; }
  .faq-trigger { min-height: 52px; font-size: 16px; }
  .final-cta { padding-block: 36px; }
  .final-layout h2 { font-size: 42px; }
  .final-layout h2 br { display: none; }
  .final-layout > div { padding: 0; border: 0; }
  .final-layout .button { width: 100%; min-height: 54px; }
  .site-footer { padding-block: 30px calc(28px + env(safe-area-inset-bottom)); }
  .footer-top { flex-wrap: wrap; gap: 18px; }
  .footer-top .brand { width: calc(100% - 62px); order: 0; }
  .footer-top .brand img { width: 210px; }
  .footer-top .social-link { order: 1; }
  .footer-top nav { order: 2; flex-wrap: wrap; gap: 22px; }
  .footer-top nav a { font-size: 12px; }
  .footer-bottom { display: block; margin-top: 18px; }
  .footer-bottom p + p { margin-top: 8px; }
  .footer-countries { line-height: 1.5; }
  .mobile-cta { display: block; position: fixed; z-index: 10; inset: auto 0 0; padding: 12px 24px calc(12px + env(safe-area-inset-bottom)); background: var(--navy); border-top: 1px solid var(--gold); }
  .mobile-cta .button { width: 100%; min-height: 52px; }
}
@media (max-width:359px) {
  .wrap,.catalog-wrap { width: calc(100% - 36px); }
  .brand img { width: 180px; }
  .opening { min-height: 620px; }
  .hero { min-height: 544px; }
  .hero h1 { font-size: 44px; }
  .hero-proof { font-size: 10px; }
  .button { padding-inline: 18px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .course:hover,.button:active { transform: none; }
  .class-visual > .hero-slide { transition: opacity 400ms ease !important; }
}
@media print { .mobile-cta,.hero-motion-toggle { display: none; } details > * { display: block; } .course { break-inside: avoid; } }
