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

:root {
  --navy: #122b40;
  --navy-dark: #0d2133;
  --gold: #d9b575;
  --gold-light: #f2e7d4;
  --ink: #203448;
  --muted: #596b7b;
  --line: #dce3e7;
  --paper: #f5f7f7;
  --teal: #26776e;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.75 'DM Sans', Arial, sans-serif; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: 'Manrope', Arial, sans-serif; color: var(--navy); }
h1 { font-size: clamp(38px, 4.4vw, 60px); line-height: 1.16; letter-spacing: -.045em; font-weight: 800; }
h2 { font-size: clamp(29px, 3vw, 40px); line-height: 1.25; letter-spacing: -.035em; font-weight: 800; }
h3 { font-size: 22px; line-height: 1.4; letter-spacing: -.025em; }
em { color: #947039; font-style: normal; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
button { touch-action: manipulation; }
:focus-visible { outline: 3px solid #ba914d; outline-offset: 4px; }
::selection { background: var(--gold-light); color: var(--navy); }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.utility { background: var(--navy-dark); color: #c7d1da; font-size: 12px; }
.utility .container { display: flex; justify-content: space-between; gap: 20px; padding-block: 8px; }
.utility strong { color: #ead3ab; margin-left: 5px; font-weight: 500; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { flex-shrink: 0; }
.brand img { width: 140px; height: 76px; object-fit: contain; }
.main-nav { display: flex; gap: 26px; align-items: center; }
.main-nav > a:not(.button) { font-size: 14px; font-weight: 600; padding-block: 12px; border-bottom: 2px solid transparent; }
.main-nav > a[aria-current] { color: #88632c; border-color: var(--gold); }
.main-nav > a:hover { color: #88632c; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 13px 22px; min-height: 48px; border: 1px solid transparent; border-radius: 7px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; transition: background .2s, box-shadow .2s; }
.button:hover { background: #214964; box-shadow: 0 6px 16px #122b4014; }
.button-small { padding: 11px 18px; }
.button-gold { background: var(--gold); color: #142c40; }
.button-gold:hover { background: #e9cb96; }
.button-row { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; color: var(--navy); border: 0; padding: 8px 0; background: transparent; }
.text-link:hover { color: #8b642d; text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; }
.eyebrow { display: block; color: #8e6a34; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 15px; }
.muted { color: var(--muted); }
.home-hero { position: relative; background: var(--navy); isolation: isolate; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; z-index: -2; }
.home-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0b2033f5 0%, #0d253bdf 35%, #0e273b77 64%, #0b20332b); z-index: -1; }
.hero-inner { padding-block: 74px 86px; }
.hero-copy { max-width: 530px; }
.hero-copy h1 { color: #fff; font-size: clamp(40px, 4.8vw, 66px); }
.hero-copy em { color: #e7c999; }
.hero-copy > p { margin-top: 23px; color: #e1e7ed; max-width: 470px; line-height: 1.8; }
.hero-copy .eyebrow { color: #e7c999; }
.hero-secondary { color: #fff; font-size: 13px; padding-block: 10px; }
.hero-secondary:hover { text-decoration: underline; }
.hero-caption { position: absolute; right: max(32px, calc((100% - 1180px)/2)); bottom: 26px; display: flex; align-items: center; gap: 10px; font-size: 12px; color: #fff; }
.caption-dot { width: 7px; height: 7px; background: #dfc699; border-radius: 50%; }
.benefit-bar { background: #faf9f6; border-bottom: 1px solid #e7e2da; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-grid > div { display: flex; align-items: center; gap: 15px; padding: 25px 20px; border-right: 1px solid #e7e2da; }
.benefit-grid > div:first-child { padding-left: 0; }
.benefit-grid > div:last-child { border: 0; }
.line-icon { font: 500 24px/1 'Manrope', sans-serif; color: #987345; }
.benefit-grid strong { display: block; font-size: 14px; }
.benefit-grid p > span { display: block; font-size: 12px; color: var(--muted); }
.section { padding-block: 76px; }
.section-soft { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 32px; }
.section-heading > p { max-width: 395px; color: var(--muted); font-size: 15px; }
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; }
.area-card { border-radius: var(--radius); overflow: hidden; display: block; }
.area-featured { background: var(--paper); border: 1px solid var(--line); }
.area-featured img { width: 100%; height: 255px; object-fit: cover; }
.area-featured > div { padding: 27px 30px; }
.area-card h3 { font-size: 26px; line-height: 1.35; }
.area-card p { margin-block: 12px 18px; font-size: 14px; color: var(--muted); max-width: 430px; }
.card-link { font-size: 13px; font-weight: 700; }
.area-card:hover .card-link { text-decoration: underline; text-underline-offset: 5px; }
.area-stack { display: grid; gap: 20px; }
.area-stack .area-card { padding: 30px; }
.area-light { background: #eee9df; }
.area-number { display: block; font-size: 10px; letter-spacing: .12em; color: #715932; margin-bottom: 13px; }
.area-navy { background: var(--navy); color: #fff; }
.area-navy h3 { color: #fff; }
.area-navy p { color: #c5d2de; }
.area-navy .area-number { color: #e3cba2; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.split > *, .intro-grid > *, .profile-layout > *, .footer-grid > * { min-width: 0; }
.image-story { position: relative; padding: 0 24px 24px 0; }
.image-story > img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius); }
.image-note { position: absolute; right: 0; bottom: 0; background: var(--navy); color: #fff; padding: 24px 30px; border-radius: 12px; }
.image-note > span { display: block; font-size: 10px; color: #d9bd8c; letter-spacing: .13em; }
.image-note strong { display: block; font: 600 24px/1.4 'Manrope', sans-serif; margin-top: 10px; }
.prose p { color: var(--muted); margin-top: 18px; }
.prose strong { color: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 23px 0; }
.check-list li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--line); font-size: 14px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); }
.learning-grid { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.learning-intro { background: var(--navy); padding: 38px; }
.learning-intro h3 { font-size: 32px; line-height: 1.35; color: #fff; margin-bottom: 28px; }
.learning-intro .eyebrow { color: #e5c694; }
.learning-items { padding: 15px 35px; }
.learning-items article { display: flex; align-items: flex-start; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.learning-items article:last-child { border: 0; }
.learning-items article > span { color: #947039; font-size: 13px; padding-top: 5px; }
.learning-items h3 { font-size: 19px; }
.learning-items p { font-size: 14px; color: var(--muted); margin-top: 6px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-layout > div > p { margin: 17px 0; max-width: 340px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; font-size: 15px; font-weight: 600; color: var(--navy); }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 23px; font-weight: 400; color: #987345; flex-shrink: 0; }
details[open] > summary > span { transform: rotate(45deg); }
.faq-list details > p { padding: 0 28px 23px 0; font-size: 14px; color: var(--muted); }
.section-cta { padding-block: 48px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; background: #eee9df; padding: 42px 48px; border-radius: var(--radius); }
.cta p { font-size: 14px; color: var(--muted); max-width: 530px; margin-top: 15px; }
.cta-actions { display: grid; gap: 12px; flex-shrink: 0; }
.cta-actions .text-link { justify-content: center; }
.page-intro { background: #f1f4f4; }
.intro-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 60px; padding-block: 40px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: 11px; color: var(--muted); margin-bottom: 25px; }
.breadcrumb a:hover { text-decoration: underline; }
.intro-grid > div > p { color: var(--muted); max-width: 475px; margin-top: 21px; font-size: 15px; }
.intro-grid .text-link { margin-top: 15px; }
.intro-photo { position: relative; }
.intro-photo img { width: 100%; height: 415px; object-fit: cover; border-radius: 14px; }
.intro-photo figcaption { position: absolute; left: 17px; right: 17px; bottom: 17px; padding: 12px 15px; border-radius: 8px; background: #102b40e8; color: #edf2f6; font-size: 11px; }
.profile-layout { display: grid; grid-template-columns: 1.5fr .75fr; gap: 65px; align-items: start; }
.profile-layout .prose { font-size: 15px; }
.profile-aside { padding: 25px; border: 1px solid var(--line); background: #faf9f6; border-radius: 14px; }
.profile-aside img { width: 100%; border-radius: 9px; margin-bottom: 24px; }
.profile-aside h3 { font-size: 19px; }
.profile-aside dl { margin: 10px 0; }
.profile-aside dl > div { border-bottom: 1px solid var(--line); padding-block: 14px; }
.profile-aside dt { font-size: 14px; font-weight: 700; }
.profile-aside dd { font-size: 12px; color: var(--muted); margin: 4px 0 0; }
.mission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mission-grid article { background: #fff; border: 1px solid var(--line); border-top: 3px solid #b79b6b; border-radius: 12px; padding: 30px; }
.mission-grid h3 { margin-bottom: 17px; font-size: 25px; }
.mission-grid p { color: var(--muted); font-size: 15px; margin-top: 12px; }
.principles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.principle { border-top: 1px solid var(--line); padding-top: 20px; }
.principle > span { display: block; color: #9d7942; font-size: 13px; margin-bottom: 16px; }
.principle h3 { font-size: 18px; margin-bottom: 12px; }
.principle p { color: var(--muted); font-size: 14px; }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2 { color: #fff; }
.section-navy .prose p { color: #ccd6df; }
.section-navy .eyebrow { color: #dfc393; }
.section-navy .button { margin-top: 22px; }
.section-navy .check-list li { border-color: #ffffff24; }
.section-navy .check-list li::before { color: #d9bd8c; }
.rounded-photo { width: 100%; height: 390px; object-fit: cover; border-radius: var(--radius); }
.quality-note { max-width: 830px; text-align: center; }
.quality-note p { margin: 20px auto; max-width: 720px; color: var(--muted); }
.category-nav { border-bottom: 1px solid var(--line); background: #fff; }
.category-nav .container { display: flex; gap: 30px; flex-wrap: wrap; }
.category-nav a { padding-block: 19px; font-size: 13px; font-weight: 700; }
.category-nav a:hover { color: #99713b; }
.catalog-section:nth-of-type(even) { background: #f7f8f8; }
.catalog-heading { display: flex; gap: 24px; align-items: center; margin-bottom: 30px; }
.category-number { font: 500 40px 'Manrope', sans-serif; color: #baa078; }
.catalog-heading p { max-width: 680px; margin-top: 8px; color: var(--muted); font-size: 14px; }
.course-count { margin-left: auto; white-space: nowrap; border: 1px solid var(--line); border-radius: 30px; padding: 6px 13px; font-size: 12px; }
.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
#bakim .course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.course-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.course-label { color: #947039; font-size: 11px; font-weight: 600; }
.course-card h3 { margin-top: 10px; }
.course-card > p { margin-top: 12px; color: var(--muted); font-size: 14px; min-height: 49px; }
.course-details { margin: auto 0 12px; padding-top: 12px; }
.course-details summary { padding: 14px 0; font-size: 13px; }
.course-details ul { margin: 0 0 15px; padding-left: 20px; color: var(--muted); font-size: 13px; }
.course-card > .text-link { font-size: 12px; }
.contact-intro { padding-block: 36px; }
.contact-intro > p { margin-top: 18px; color: var(--muted); max-width: 590px; }
.contact-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: end; }
.contact-heading > div { padding-bottom: 4px; }
.contact-heading p { color: var(--muted); max-width: 400px; font-size: 15px; }
.contact-heading .text-link { margin-top: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-bottom: 36px; }
.contact-details article { padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 12px; }
.contact-details h2 { font-size: 26px; }
.contact-details p, .contact-details address { margin-top: 14px; color: var(--muted); font-size: 14px; font-style: normal; }
.contact-details .text-link { margin-top: 12px; }
.support-grid article { border: 1px solid var(--line); border-radius: 12px; padding: 25px; background: var(--paper); }
.support-number { display: block; font-size: 10px; color: #856738; letter-spacing: .1em; margin-bottom: 12px; }
.support-grid h2 { font-size: 21px; }
.support-grid p { font-size: 14px; color: var(--muted); margin: 13px 0; }
.support-grid .text-link { font-size: 12px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-visual { position: relative; border-radius: 16px; overflow: hidden; min-height: 570px; background: var(--navy); isolation: isolate; }
.contact-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.contact-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #0a22300a, #122b40ef 85%); z-index: -1; }
.contact-visual > div { position: absolute; bottom: 0; padding: 34px; color: #fff; }
.contact-visual h2 { color: #fff; font-size: 33px; }
.contact-visual .eyebrow { color: #e1c99f; }
.contact-visual p { color: #e4ebf1; font-size: 14px; margin-top: 16px; }
.brief-panel { padding: 9px 0; }
.brief-panel h2 { font-size: 31px; }
.brief-panel > p { margin: 13px 0 23px; color: var(--muted); font-size: 13px; }
.brief-panel form { display: grid; gap: 17px; }
label { display: block; font-size: 13px; font-weight: 600; }
label > span { color: var(--muted); font-weight: 400; }
input, select, textarea { display: block; width: 100%; min-width: 0; margin-top: 6px; border: 1px solid #bac8d2; border-radius: 7px; padding: 12px; background: #fff; color: var(--ink); font-size: 15px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #71808d; }
.form-hint { font-size: 11px; color: var(--muted); }
.brief-panel form .button { justify-self: start; }
.brief-result { margin-top: 25px; padding: 20px; background: #f2f6f2; border: 1px solid #bccdbc; border-radius: 10px; }
.brief-result p { font-size: 12px; }
.site-footer { background: var(--navy-dark); color: #c7d2dd; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ffffff22; padding-block: 21px; font-size: 11px; letter-spacing: .08em; }
.footer-top p { color: #e0c599; }
.footer-top p span { margin-inline: 8px; }
.footer-top a { letter-spacing: 0; }
.footer-top a span { margin-left: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.05fr; gap: 40px; padding-block: 37px; }
.footer-logo { width: 160px; height: auto; border-radius: 6px; margin-bottom: 17px; }
.footer-about p { max-width: 320px; font-size: 12px; line-height: 1.9; }
.footer-signature { display: block; color: #dfc294; margin-top: 14px; font-size: 13px; }
.footer-grid h2 { font-size: 13px; color: #fff; font-weight: 700; letter-spacing: 0; margin: 3px 0 20px; }
.footer-links a { display: block; font-size: 12px; padding: 5px 0; }
.footer-links a:hover, .footer-access a:hover { color: #eed4a7; }
.footer-access > p { font-size: 12px; }
.footer-phone { display: inline-block; color: #ead3ab; font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.footer-access address { font-style: normal; font-size: 12px; line-height: 1.8; }
.footer-map { display: inline-block; font-size: 11px; margin-top: 9px; text-decoration: underline; text-underline-offset: 3px; }
.button-footer { width: 100%; padding: 11px; margin-block: 18px 10px; border-color: #657282; background: #ffffff08; font-size: 12px; }
.footer-hint { font-size: 11px !important; color: #b3c1ce; }
.footer-hint a { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; border-top: 1px solid #ffffff22; color: #a4b3c2; font-size: 10px; }

@media (max-width: 980px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.button) { font-size: 12px; }
  .split, .intro-grid { gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-layout { grid-template-columns: 1.3fr .8fr; gap: 30px; }
  .principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-layout { gap: 30px; }
}
@media (max-width: 800px) {
  .utility .container > span { display: none; }
  .utility .container { justify-content: center; }
  .header-inner { min-height: 76px; }
  .brand img { width: 118px; height: 66px; }
  .main-nav { gap: 7px; flex-wrap: wrap; padding-block: 10px; }
  html:not(.js) .header-inner { flex-wrap: wrap; gap: 0; }
  html:not(.js) .main-nav { flex-basis: 100%; gap: 7px 18px; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); padding: 10px 14px; border-radius: 7px; font-size: 13px; min-height: 44px; }
  .menu-lines, .menu-lines::after { display: block; width: 17px; height: 2px; background: var(--navy); position: relative; }
  .menu-lines::after { content: ''; position: absolute; top: 5px; }
  .js .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 16px 28px 23px; border-bottom: 1px solid var(--line); box-shadow: 0 16px 22px #122b401a; max-height: calc(100dvh - 120px); overflow-y: auto; }
  .js .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .main-nav > a:not(.button) { font-size: 14px; padding: 10px 0; }
  .hero-inner { padding-block: 56px 74px; }
  .hero-copy { max-width: 500px; }
  .home-hero::before { background: linear-gradient(90deg, #0c2339ed, #0b2439ad); }
  .hero-caption { font-size: 10px; bottom: 19px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid > div, .benefit-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid #e7e2da; }
  .section { padding-block: 52px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading > p { max-width: 600px; margin-top: 16px; }
  .split, .intro-grid, .profile-layout, .faq-layout, .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .area-grid { grid-template-columns: minmax(0, 1fr); }
  .area-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-stack .area-card { padding: 23px; }
  .area-card h3 { font-size: 23px; }
  .intro-photo img { height: 335px; }
  .intro-grid { padding-block: 27px 35px; }
  .profile-aside { max-width: 100%; }
  .profile-aside img { max-width: 220px; }
  .cta { padding: 30px; gap: 25px; }
  .cta-actions { flex-shrink: 1; }
  .contact-visual { min-height: 400px; }
  .support-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-details { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .support-grid article { padding: 22px; }
  .contact-intro { padding-block: 28px; }
  .contact-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  #bakim .course-grid { grid-template-columns: minmax(0, 1fr); }
  .category-nav .container { gap: 0 22px; }
  .category-nav a { padding-block: 12px; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 36px); }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  .utility { font-size: 10px; }
  .hero-copy h1 { font-size: 41px; }
  .hero-copy > p { font-size: 14px; }
  .hero-copy .eyebrow { font-size: 9px; }
  .hero-photo { object-position: 58% center; }
  .hero-inner { padding-block: 42px 68px; }
  .hero-caption { right: 18px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .eyebrow { font-size: 10px; }
  .area-stack, .mission-grid, .learning-grid, .course-grid { grid-template-columns: minmax(0, 1fr); }
  .area-featured img { height: 230px; }
  .area-featured > div { padding: 24px; }
  .image-story { padding: 0 14px 18px 0; }
  .image-story > img { height: 315px; }
  .image-note { padding: 16px 22px; }
  .image-note strong { font-size: 20px; }
  .learning-intro { padding: 27px; }
  .learning-intro h3 { font-size: 27px; }
  .learning-items { padding: 4px 24px; }
  .cta { flex-direction: column; align-items: stretch; padding: 27px; }
  .cta-actions { align-items: start; }
  .intro-photo img { height: 270px; }
  .intro-photo figcaption { font-size: 10px; }
  .principles-grid { gap: 24px 18px; }
  .principle h3 { font-size: 16px; }
  .principle p { font-size: 13px; }
  .mission-grid article { padding: 25px; }
  .rounded-photo { height: 300px; }
  .catalog-heading { gap: 14px; flex-wrap: wrap; }
  .catalog-heading > div { flex: 1; min-width: 0; }
  .catalog-heading h2 { font-size: 24px; }
  .category-number { font-size: 31px; }
  .course-count { margin-left: 46px; }
  .course-card { padding: 23px; }
  .course-card > p { min-height: 0; }
  .contact-visual > div { padding: 26px; }
  .contact-visual h2 { font-size: 29px; }
  .contact-details article { padding: 22px; }
  .contact-details h2 { font-size: 23px; }
  .brief-panel h2 { font-size: 27px; }
  input, textarea, select { font-size: 16px; }
  .footer-top { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .footer-grid { gap: 26px 24px; padding-block: 28px; }
  .footer-about, .footer-access { grid-column: 1 / -1; }
  .footer-about p { max-width: none; }
  .footer-grid h2 { font-size: 13px; margin-bottom: 12px; }
  .footer-links a { font-size: 12px; padding-block: 8px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
