/*
Theme Name: DFT Tourismusfachschule
Theme URI: https://tourismusfachschule.de
Author: DFT
Description: Modernes, responsives WordPress-Theme für die Düsseldorfer Fachschule für Tourismus.
Version: 1.7.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: dft-tourismusfachschule
*/

:root {
  --dft-ink: #17242d;
  --dft-ink-soft: #34434c;
  --dft-blue: #2378a8;
  --dft-sky: #dceef6;
  --dft-sand: #e9dfca;
  --dft-paper: #f8f6f0;
  --dft-white: #fff;
  --dft-line: rgba(23, 36, 45, .16);
  --dft-serif: Georgia, "Times New Roman", serif;
  --dft-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dft-ink); background: var(--dft-paper); font-family: var(--dft-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--dft-blue); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.dft-header { position: sticky; z-index: 1000; top: 0; min-height: 108px; padding: 24px clamp(24px, 6vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--dft-line); background: rgba(248, 246, 240, .97); box-shadow: 0 5px 22px rgba(23, 36, 45, .06); backdrop-filter: blur(10px); }
body.admin-bar .dft-header { top: 32px; }
.dft-brand { display: inline-flex; align-items: center; gap: 16px; }
.dft-brand-logo { display: block; width: auto; height: auto; max-width: min(180px, 28vw); max-height: 64px; object-fit: contain; }
.dft-brand-copy { display: grid; gap: 1px; min-width: max-content; }
.dft-brand-copy strong { display: block; font: 700 clamp(15px, 1.25vw, 20px)/1.08 var(--dft-sans); }
.dft-brand-mark { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; background: var(--dft-ink); }
.dft-brand-mark i { display: block; height: 3px; background: var(--dft-paper); }
.dft-brand-mark i:nth-child(2) { width: 75%; background: #7ec0df; }
.dft-brand strong { display: block; font: 700 clamp(17px, 1.5vw, 23px)/1.1 var(--dft-serif); }
.dft-brand small { display: block; margin-top: 4px; color: #68757c; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.dft-nav { margin-left: auto; }
.dft-nav ul, .dft-default-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.dft-nav a { border-bottom: 1px solid transparent; }
.dft-nav a:hover { border-color: currentColor; }
.dft-header-cta { padding: 13px 20px; border: 1px solid var(--dft-ink); font-size: 14px; font-weight: 700; transition: background .2s, color .2s; }
.dft-header-cta:hover { color: var(--dft-white); background: var(--dft-ink); }

.dft-hero { min-height: 735px; display: grid; grid-template-columns: 57% 43%; }
.dft-hero-copy { padding: clamp(72px, 8vw, 128px) clamp(28px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.dft-eyebrow { margin: 0 0 30px; color: var(--dft-blue); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.dft-eyebrow::before { content: ""; display: inline-block; width: 42px; height: 2px; margin: 0 14px 4px 0; background: currentColor; }
.dft-eyebrow-light { color: #8fc9e4; }
.dft-hero h1, .dft-section h2, .dft-closing h2 { margin-top: 0; font-family: var(--dft-serif); font-weight: 400; letter-spacing: -.04em; }
.dft-hero h1 { margin-bottom: 30px; font-size: clamp(52px, 6vw, 92px); line-height: .89; }
.dft-hero h1 em { color: var(--dft-blue); font-style: normal; }
.dft-hero-intro { max-width: 660px; margin: 0 0 38px; color: var(--dft-ink-soft); font-size: clamp(18px, 1.6vw, 23px); }
.dft-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.dft-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 58px; padding: 0 24px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.dft-button:hover { transform: translateY(-2px); }
.dft-button-dark { color: var(--dft-white); background: var(--dft-ink); }
.dft-button-dark:hover { background: var(--dft-blue); }
.dft-button-outline { color: var(--dft-ink); border: 1px solid var(--dft-ink); background: transparent; }
.dft-button-outline:hover { color: var(--dft-white); background: var(--dft-blue); border-color: var(--dft-blue); }
.dft-date { display: grid; font-size: 14px; line-height: 1.35; }
.dft-date small { color: #718087; }

.dft-hero-visual { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 650px; padding: 54px; background: var(--dft-sky); }
.dft-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.dft-degree-card { position: relative; z-index: 3; width: min(390px, 78%); padding: 42px 40px; background: var(--dft-white); box-shadow: 0 24px 70px rgba(23,36,45,.11); }
.dft-degree-card .dft-eyebrow { margin-bottom: 20px; }
.dft-degree-card .dft-eyebrow::before { display: none; }
.dft-degree-card h2 { margin: 0 0 30px; font: 400 clamp(36px, 3vw, 53px)/1.03 var(--dft-serif); }
.dft-degree-card dl { margin: 0; }
.dft-degree-card dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid var(--dft-line); }
.dft-degree-card dt { color: #738087; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.dft-degree-card dd { margin: 0; font: 400 20px var(--dft-serif); }
.dft-orbit { position: absolute; border: 1px solid rgba(35,120,168,.22); border-radius: 50%; }
.dft-orbit-one { width: 520px; height: 520px; right: -80px; top: 65px; }
.dft-orbit-two { width: 365px; height: 365px; right: -10px; top: 143px; background: var(--dft-blue); border: 0; }
.dft-seal { position: absolute; z-index: 4; left: 7%; bottom: 8%; width: 135px; height: 135px; border-radius: 50%; background: var(--dft-sand); display: grid; place-content: center; text-align: center; transform: rotate(-8deg); }
.dft-seal strong { font: 700 34px var(--dft-serif); }
.dft-seal span { font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.dft-vertical { position: absolute; top: 40px; right: 18px; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; }

.dft-trust { padding: 38px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); color: var(--dft-white); background: var(--dft-ink); }
.dft-trust > * { min-height: 85px; padding: 0 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.18); }
.dft-trust > p { margin: 0; padding-left: 0; font: 400 24px/1.25 var(--dft-serif); }
.dft-trust > *:last-child { border-right: 0; }
.dft-trust strong { font: 400 36px var(--dft-serif); }
.dft-trust span { color: #b9c3c9; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.dft-section { padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 110px); }
.dft-section h2, .dft-closing h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.02; }
.dft-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); }
.dft-intro h2 { max-width: 760px; margin-bottom: 0; }
.dft-prose { max-width: 630px; color: var(--dft-ink-soft); font-size: 19px; }
.dft-study-organization { margin-bottom: 70px; }
.dft-study-organization h3 { margin: 0 0 18px; font: 400 31px/1.15 var(--dft-serif); color: var(--dft-ink); }
.dft-study-organization p { margin: 0; }
.dft-wide-image { height: clamp(320px, 50vw, 680px); margin: 0; overflow: hidden; }
.dft-wide-image img, .dft-section-image img { width: 100%; height: 100%; object-fit: cover; }

.dft-careers { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); color: var(--dft-white); background: var(--dft-ink); }
.dft-career-lead p:last-child { max-width: 520px; color: #bcc6cc; font-size: 18px; }
.dft-career-list { margin: 0; padding: 0; list-style: none; }
.dft-career-list li { display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 400 clamp(24px, 2.4vw, 38px) var(--dft-serif); }
.dft-career-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fc9e4; }

.dft-heading { max-width: 800px; margin-bottom: 70px; }
.dft-heading > p:last-child { max-width: 650px; color: var(--dft-ink-soft); font-size: 18px; }
.dft-section-image { width: 100%; height: clamp(280px, 38vw, 520px); margin: 0 0 54px; overflow: hidden; }
.dft-study-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0 0 54px; }
.dft-study-gallery figure { height: clamp(160px, 18vw, 260px); margin: 0; overflow: hidden; background: var(--dft-sky); }
.dft-study-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.dft-study-gallery figure:hover img { transform: scale(1.025); }
.dft-contents-heading { margin: 10px 0 32px; font: 400 clamp(38px, 4.5vw, 62px)/1.05 var(--dft-serif); letter-spacing: -.03em; }
.dft-study-intro { margin-bottom: 54px; display: grid; grid-template-columns: 1fr; background: var(--dft-sky); }
.dft-study-intro.has-image { grid-template-columns: 1.35fr .65fr; }
.dft-study-intro > div { min-height: 330px; padding: clamp(36px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.dft-study-intro h4 { margin: 0 0 18px; font: 400 clamp(30px, 3.2vw, 45px)/1.08 var(--dft-serif); }
.dft-study-intro p { max-width: 600px; margin: 0; color: var(--dft-ink-soft); font-size: 18px; }
.dft-study-intro img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.dft-curriculum { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dft-line); border-bottom: 1px solid var(--dft-line); }
.dft-curriculum article { min-height: 330px; padding: 38px; border-right: 1px solid var(--dft-line); }
.dft-curriculum article:last-child { border-right: 0; }
.dft-curriculum h3 { margin: 30px 0 18px; font: 400 31px var(--dft-serif); }
.dft-curriculum p { color: var(--dft-ink-soft); }
.dft-project { margin-top: 54px; padding: 42px; display: grid; grid-template-columns: 1fr; align-items: center; gap: 50px; background: var(--dft-sky); }
.dft-project.has-image { grid-template-columns: .8fr 1.2fr; }
.dft-project-image { width: 100%; height: 100%; min-height: 280px; max-height: 420px; object-fit: cover; }
.dft-project h3 { margin: 0 0 12px; font: 400 30px var(--dft-serif); }

.dft-requirements { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
.dft-requirements-panel { padding: clamp(50px, 6vw, 90px); color: var(--dft-white); background: var(--dft-blue); }
.dft-requirements-image { display: block; width: min(100%, 320px); height: auto; aspect-ratio: 1 / 1; margin: 28px auto 40px; object-fit: cover; }
.dft-requirements-panel > p:not(.dft-eyebrow) { max-width: 560px; color: #e0eff6; font-size: 18px; }
.dft-button-light { margin-top: 28px; color: var(--dft-ink); background: var(--dft-white); }
.dft-requirements-list { margin: 0; padding: 20px clamp(30px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; list-style: none; background: var(--dft-white); }
.dft-requirements-list li { display: grid; grid-template-columns: 18px 1fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--dft-line); }
.dft-requirements-list li:last-child { border-bottom: 0; }
.dft-requirements-list p { margin: 0; font: 400 20px/1.5 var(--dft-sans); }

.dft-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
.dft-faq .dft-heading { margin: 0; }
.dft-faq-image { display: block; width: 100%; height: clamp(240px, 28vw, 380px); margin-top: 34px; object-fit: cover; }
.dft-faq-list details { border-top: 1px solid var(--dft-line); }
.dft-faq-list details:last-child { border-bottom: 1px solid var(--dft-line); }
.dft-faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-weight: 700; }
.dft-faq-list summary::-webkit-details-marker { display: none; }
.dft-faq-list summary span { color: var(--dft-blue); font-size: 25px; font-weight: 400; }
.dft-faq-list details[open] summary span { transform: rotate(45deg); }
.dft-faq-list details p { max-width: 720px; padding: 0 35px 22px 0; color: var(--dft-ink-soft); }

.dft-closing { padding: clamp(85px, 10vw, 150px) 28px; text-align: center; background: var(--dft-sand); }
.dft-closing .dft-eyebrow::before { display: none; }
.dft-closing h2 { max-width: 900px; margin: 0 auto 25px; }
.dft-closing > p:not(.dft-eyebrow) { max-width: 650px; margin: 0 auto 36px; font-size: 18px; }
.dft-closing > div { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.dft-text-link { font-weight: 800; border-bottom: 1px solid currentColor; }

.dft-consultation-page { min-height: 70vh; }
.dft-consultation-hero { padding: clamp(80px, 10vw, 150px) clamp(28px, 10vw, 160px); background: var(--dft-sky); }
.dft-consultation-hero h1 { max-width: 900px; margin: 0 0 34px; font: 400 clamp(58px, 7vw, 102px)/.94 var(--dft-serif); letter-spacing: -.045em; }
.dft-consultation-hero > p:not(.dft-eyebrow) { max-width: 820px; margin: 0; color: var(--dft-ink-soft); font-size: 20px; }
.dft-consultation-application { margin-top: 34px; }
.dft-contact-grid { padding: clamp(70px, 9vw, 130px) clamp(28px, 8vw, 130px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 60px); }
.dft-contact-card { min-height: 360px; padding: clamp(34px, 5vw, 62px); display: grid; grid-template-columns: 160px 1fr; gap: clamp(28px, 4vw, 55px); align-items: center; background: var(--dft-white); border: 1px solid var(--dft-line); }
.dft-contact-card img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; background: var(--dft-sky); }
.dft-contact-card h2 { margin: 8px 0 24px; font: 400 clamp(30px, 3vw, 46px)/1.05 var(--dft-serif); }
.dft-contact-role { margin: 0; color: var(--dft-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dft-contact-card a { display: block; width: fit-content; margin-top: 10px; overflow-wrap: anywhere; font-weight: 700; border-bottom: 1px solid rgba(23, 36, 45, .35); }
.dft-contact-card a:hover { border-color: currentColor; }

.dft-contact-page { min-height: 70vh; }
.dft-contact-page-hero { padding: clamp(80px, 10vw, 145px) clamp(28px, 10vw, 160px); background: var(--dft-sand); }
.dft-contact-page-hero h1 { max-width: 900px; margin: 0 0 30px; font: 400 clamp(58px, 7vw, 102px)/.94 var(--dft-serif); letter-spacing: -.045em; }
.dft-contact-page-hero > p:last-child { max-width: 760px; margin: 0; color: var(--dft-ink-soft); font-size: 19px; }
.dft-address-grid { padding: clamp(70px, 9vw, 125px) clamp(28px, 8vw, 130px); display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.dft-address-card { min-height: 330px; padding: clamp(34px, 4vw, 56px); background: var(--dft-white); border: 1px solid var(--dft-line); }
.dft-address-card-main { background: var(--dft-sky); }
.dft-address-card h2 { margin: 10px 0 24px; font: 400 clamp(28px, 3vw, 42px)/1.08 var(--dft-serif); }
.dft-address-card > p:not(.dft-contact-role) { color: var(--dft-ink-soft); }
.dft-address-card address { margin-top: 28px; font-style: normal; font-weight: 700; }
.dft-school-contact { padding: clamp(70px, 9vw, 125px) clamp(28px, 10vw, 160px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); color: var(--dft-white); background: var(--dft-blue); }
.dft-school-contact h2 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/1 var(--dft-serif); }
.dft-school-contact-links p { margin: 0; padding: 20px 0; display: grid; grid-template-columns: 90px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.28); }
.dft-school-contact-links span { color: #cbe7f3; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dft-school-contact-links a, .dft-school-contact-links strong { overflow-wrap: anywhere; }
.dft-school-contact-links a { width: fit-content; border-bottom: 1px solid currentColor; }

.dft-application-page { min-height: 70vh; }
.dft-application-hero { padding: clamp(80px, 10vw, 145px) clamp(28px, 10vw, 160px); background: var(--dft-sky); }
.dft-application-hero h1 { max-width: 900px; margin: 0 0 32px; font: 400 clamp(58px, 7vw, 102px)/.94 var(--dft-serif); letter-spacing: -.045em; }
.dft-application-hero > p:last-child { max-width: 900px; margin: 0; color: var(--dft-ink-soft); font-size: 19px; }
.dft-application-content { padding: clamp(70px, 9vw, 125px) clamp(28px, 8vw, 130px); display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.dft-application-documents h2, .dft-application-actions h2, .dft-application-help h2 { margin: 0 0 30px; font: 400 clamp(34px, 4vw, 56px)/1.06 var(--dft-serif); }
.dft-download-card { margin: 0 0 35px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--dft-white); background: var(--dft-blue); }
.dft-download-card span { font-size: 20px; font-weight: 800; }
.dft-download-card strong { font-size: 13px; }
.dft-application-documents ul { margin: 0; padding: 0; list-style: none; }
.dft-application-documents li { position: relative; padding: 18px 0 18px 34px; border-bottom: 1px solid var(--dft-line); }
.dft-application-documents li::before { content: ""; position: absolute; left: 0; top: 27px; width: 9px; height: 9px; border-radius: 50%; background: var(--dft-blue); }
.dft-application-actions { padding: clamp(34px, 5vw, 58px); background: var(--dft-sand); }
.dft-application-actions > p:not(.dft-contact-role) { color: var(--dft-ink-soft); }
.dft-application-actions .dft-button, .dft-application-actions .dft-text-link { display: block; width: fit-content; margin-top: 26px; }
.dft-application-help { padding: clamp(70px, 9vw, 120px) 28px; text-align: center; color: var(--dft-white); background: var(--dft-ink); }
.dft-application-help p { max-width: 660px; margin: 0 auto 22px; color: #cbd4d9; }
.dft-application-help a { display: inline-block; font-weight: 800; overflow-wrap: anywhere; border-bottom: 1px solid currentColor; }

.dft-footer { padding: 45px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; color: var(--dft-white); background: var(--dft-ink); }
.dft-footer .dft-brand-mark { background: var(--dft-white); }
.dft-footer .dft-brand-mark i { background: var(--dft-ink); }
.dft-footer .dft-brand-mark i:nth-child(2) { background: var(--dft-blue); }
.dft-footer-brand .dft-brand-copy strong { color: var(--dft-white); }
.dft-footer-logo { max-height: 58px; }
.dft-footer p { margin: 0; color: #bdc7cd; font-size: 12px; }
.dft-footer-links { display: flex; gap: 24px; font-size: 13px; }

.dft-content { width: min(1100px, calc(100% - 48px)); min-height: 60vh; margin: 0 auto; padding: 90px 0; }
.dft-content h1 { font: 400 clamp(42px, 5vw, 70px)/1.05 var(--dft-serif); }
.dft-content h2, .dft-content h3 { font-family: var(--dft-serif); }
.dft-content img { max-width: 100%; height: auto; }
.dft-post { padding: 32px 0; border-bottom: 1px solid var(--dft-line); }
.dft-post h2 { margin-bottom: 8px; font: 400 34px var(--dft-serif); }

.dft-page-hero { min-height: 680px; display: grid; grid-template-columns: 57% 43%; border-bottom: 1px solid var(--dft-line); }
.dft-page-hero-copy { padding: clamp(72px, 8vw, 128px) clamp(28px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.dft-page-hero h1 { max-width: 880px; margin: 0; font: 400 clamp(58px, 6.5vw, 102px)/.94 var(--dft-serif); letter-spacing: -.045em; }
.dft-page-excerpt { max-width: 650px; margin: 30px 0 0; color: var(--dft-ink-soft); font-size: clamp(18px, 1.6vw, 23px); }
.dft-page-hero-visual { position: relative; overflow: hidden; min-height: 560px; display: grid; place-items: center; padding: 54px; background: var(--dft-sky); }
.dft-page-featured-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dft-page-orbit { position: absolute; width: 520px; height: 520px; right: -100px; top: 70px; border: 1px solid rgba(35,120,168,.25); border-radius: 50%; }
.dft-page-orbit::after { content: ""; position: absolute; width: 330px; height: 330px; right: 70px; top: 85px; border-radius: 50%; background: var(--dft-blue); }
.dft-page-title-card { position: relative; z-index: 2; width: min(380px, 82%); padding: 42px; display: grid; gap: 22px; background: var(--dft-white); box-shadow: 0 24px 70px rgba(23,36,45,.11); }
.dft-page-title-card span { color: var(--dft-blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.dft-page-title-card strong { font: 400 clamp(30px, 3vw, 48px)/1.05 var(--dft-serif); }
.dft-page-content { width: min(1100px, calc(100% - 48px)); min-height: 420px; margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; font-size: 18px; }
.dft-page-content > * { max-width: 820px; }
.dft-page-content > .alignwide { max-width: 1100px; }
.dft-page-content > .alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.dft-page-content h2 { margin-top: 55px; font: 400 clamp(34px, 4vw, 52px)/1.08 var(--dft-serif); }
.dft-page-content h3 { margin-top: 38px; font: 400 30px/1.15 var(--dft-serif); }
.dft-page-content img { max-width: 100%; height: auto; }
.dft-page-content figure { margin: 40px 0; }
.dft-page-content .wp-block-image img { display: block; }

@media (max-width: 1050px) {
  .dft-hero { grid-template-columns: 1fr; }
  .dft-page-hero { grid-template-columns: 1fr; }
  .dft-contact-grid { grid-template-columns: 1fr; }
  .dft-address-grid { grid-template-columns: 1fr; }
  .dft-school-contact { grid-template-columns: 1fr; }
  .dft-application-content { grid-template-columns: 1fr; }
  .dft-hero-visual { min-height: 620px; }
  .dft-page-hero-visual { min-height: 520px; }
  .dft-trust { grid-template-columns: repeat(2, 1fr); }
  .dft-trust > p { grid-column: 1 / -1; }
  .dft-intro, .dft-careers, .dft-faq { grid-template-columns: 1fr; }
  .dft-curriculum { grid-template-columns: 1fr; }
  .dft-study-gallery { grid-template-columns: repeat(2, 1fr); }
  .dft-study-intro.has-image { grid-template-columns: 1fr; }
  .dft-curriculum article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--dft-line); }
  .dft-curriculum h3 { margin-top: 35px; }
  .dft-requirements { grid-template-columns: 1fr; }
  .dft-footer { grid-template-columns: 1fr 1fr; }
  .dft-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  body.admin-bar .dft-header { top: 46px; }
  .dft-header { min-height: 88px; padding: 18px 16px; gap: 10px; }
  .dft-consultation-hero { padding: 75px 24px; }
  .dft-contact-grid { padding: 55px 24px; }
  .dft-contact-card { grid-template-columns: 1fr; }
  .dft-contact-page-hero { padding: 75px 24px; }
  .dft-address-grid, .dft-school-contact { padding: 55px 24px; }
  .dft-school-contact-links p { grid-template-columns: 1fr; gap: 6px; }
  .dft-application-hero { padding: 75px 24px; }
  .dft-application-content { padding: 55px 24px; }
  .dft-download-card { align-items: flex-start; flex-direction: column; }
  .dft-brand { gap: 8px; }
  .dft-brand strong { font-size: 16px; }
  .dft-brand-logo { max-width: min(110px, 28vw); max-height: 52px; }
  .dft-brand-copy { min-width: 0; }
  .dft-brand-copy strong { font-size: 12px; }
  .dft-brand small, .dft-nav { display: none; }
  .dft-header-cta { padding: 10px 14px; }
  .dft-hero-copy { padding: 80px 24px 70px; }
  .dft-page-hero-copy { min-height: 460px; padding: 80px 24px 70px; }
  .dft-page-hero h1 { font-size: clamp(52px, 14vw, 76px); }
  .dft-hero h1 { font-size: clamp(47px, 14.5vw, 70px); }
  .dft-hero-intro { font-size: 18px; }
  .dft-button { width: 100%; }
  .dft-hero-visual { min-height: 520px; padding: 30px 20px; }
  .dft-page-hero-visual { min-height: 420px; padding: 30px 20px; }
  .dft-degree-card { width: 88%; padding: 32px 26px; }
  .dft-seal { width: 105px; height: 105px; left: 2%; bottom: 4%; }
  .dft-vertical { display: none; }
  .dft-trust { padding: 28px 24px; }
  .dft-trust > * { padding: 20px 12px; }
  .dft-section { padding: 80px 24px; }
  .dft-section h2, .dft-closing h2 { font-size: 43px; }
  .dft-career-list li { font-size: 24px; }
  .dft-curriculum article { padding: 30px 10px; }
  .dft-project { padding: 30px 24px; grid-template-columns: 1fr; gap: 12px; }
  .dft-project.has-image { grid-template-columns: 1fr; }
  .dft-project-image { min-height: 240px; }
  .dft-study-gallery { grid-template-columns: 1fr; }
  .dft-study-gallery figure { height: 240px; }
  .dft-study-intro > div { min-height: 0; padding: 42px 24px; }
  .dft-study-intro img { min-height: 260px; }
  .dft-requirements { padding: 0; }
  .dft-requirements-panel { padding: 70px 24px; }
  .dft-requirements-list { padding: 30px 24px; }
  .dft-faq { gap: 35px; }
  .dft-footer { grid-template-columns: 1fr; gap: 28px; }
  .dft-footer p { grid-column: auto; grid-row: auto; }
  .dft-footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
