:root {
    --paper: #f7f8fc;
    --paper-2: #eff1f7;
    --white: #ffffff;
    --ink: #0e1133;
    --ink-soft: #53545b;
    --navy: #2b4eff;
    --navy-deep: #0e1133;
    --green: #2b4eff;
    --green-deep: #1d3fd3;
    --gold: #ffb352;
    --gold-light: #ffb352;
    --line: rgba(14,17,51,.12);
    --line-light: rgba(255,255,255,.18);
    --shadow: 0 20px 60px rgba(14,17,51,.10);
    --wrap: 1240px;
    --header-h: 82px;
    --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(calc(100% - 64px), var(--wrap)); margin-inline: auto; }
.section-space { padding: 118px 0; }
.skip-link { position: fixed; z-index: 9999; left: 18px; top: -100px; background: var(--white); padding: 12px 16px; color: var(--ink); }
.skip-link:focus { top: 18px; }

.page-progress { position: fixed; left: 0; right: 0; top: 0; height: 2px; z-index: 3000; pointer-events: none; }
.page-progress span { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left center; }
.page-curtain { position: fixed; inset: 0; background: var(--navy-deep); z-index: 2800; pointer-events: none; transform: translateY(-101%); transition: transform .42s var(--ease); }
body.page-exit .page-curtain { transform: translateY(0); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 2000;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
    backdrop-filter: blur(18px);
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(23,34,57,.05); }
.nav-shell { width: min(calc(100% - 48px), 1420px); height: var(--header-h); margin: 0 auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-size: .92rem; letter-spacing: .01em; }
.brand-copy span { margin-top: 4px; font-size: .72rem; color: var(--green); font-weight: 750; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.desktop-nav a { position: relative; text-decoration: none; font-size: .85rem; font-weight: 680; color: #394354; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--ink); transition: right .28s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { color: var(--ink-soft); text-decoration: none; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.nav-cta { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: white; text-decoration: none; font-size: .82rem; font-weight: 800; }
.nav-cta span { font-size: 1rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; gap: 5px; flex-direction: column; }
.menu-toggle span { width: 20px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-h) 0 0; background: var(--paper); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s var(--ease), visibility .25s; }
.mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-inner { width: min(calc(100% - 40px), 560px); margin: 0 auto; padding: 36px 0 110px; height: 100%; overflow-y: auto; }
.mobile-menu-kicker { color: var(--ink-soft); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 20px; }
.mobile-menu nav { display: grid; border-top: 1px solid var(--line); }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: "Jost", Inter, sans-serif; font-size: clamp(1.65rem, 6vw, 2.2rem); line-height: 1; }
.mobile-menu nav a span { font-family: Inter, sans-serif; font-size: .62rem; color: var(--green); font-weight: 800; }
.mobile-menu-contact { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0; }
.mobile-menu-contact a { font-size: .85rem; font-weight: 750; text-decoration: none; }

.section-label { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 850; color: var(--green); }
.section-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-label.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Jost", Inter, sans-serif; font-weight: 500; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 4vw, 4.4rem); line-height: .98; margin-bottom: 0; }
.large-copy { font-family: "Jost", Inter, sans-serif; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.42; letter-spacing: -.01em; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 20px; border: 1px solid transparent; text-decoration: none; font-size: .85rem; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.btn span { transition: transform .2s ease; }
.btn:hover span { transform: translate(2px,-2px); }
.btn-primary { color: white; background: var(--ink); }
.btn-primary:hover { background: var(--green-deep); }
.btn-gold { color: var(--ink); background: var(--gold-light); }
.btn-gold:hover { background: #edd08c; }
.btn-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.4); color: white; background: transparent; }
.btn-outline-light:hover { background: white; color: var(--ink); }
.btn-block { width: 100%; }
.text-action { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); font-weight: 780; font-size: .86rem; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.text-action span { transition: transform .2s ease; }
.text-action:hover span { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }

.home-hero { min-height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); background: var(--paper); }
.hero-copy-panel { display: flex; align-items: center; }
.hero-copy-inner { width: min(720px, calc(100% - 84px)); margin-left: max(32px, calc((100vw - 1420px)/2 + 24px)); padding: 72px 0 82px; }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; color: var(--ink-soft); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(30,106,82,.12); }
.hero-meta-line { width: 32px; height: 1px; background: var(--line); }
.home-hero h1 { font-size: clamp(3.5rem, 6.4vw, 7.3rem); line-height: .88; max-width: 780px; margin: 34px 0 30px; }
.split-word { display: inline-block; overflow: hidden; vertical-align: top; }
.split-word > span { display: inline-block; transform: translateY(105%); opacity: 0; transition: transform .8s var(--ease), opacity .8s ease; }
.is-split-ready .split-word > span { transform: none; opacity: 1; }
.hero-intro { max-width: 610px; font-size: 1rem; color: var(--ink-soft); margin-bottom: 28px; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-contact-line { margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; font-size: .76rem; }
.hero-contact-line > span { color: var(--ink-soft); }
.hero-contact-line a { text-decoration: none; font-weight: 800; }
.hero-visual { position: relative; overflow: hidden; min-height: 660px; background: var(--navy-deep); }
.hero-visual > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: 54% center; transform: scale(1.04); will-change: transform; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,20,34,.42), transparent 42%); }
.hero-visual-caption { position: absolute; left: 30px; bottom: 28px; display: flex; gap: 14px; align-items: flex-start; color: white; }
.hero-visual-caption > span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); display: grid; place-items: center; font-size: .63rem; }
.hero-visual-caption div { display: grid; gap: 2px; }
.hero-visual-caption strong { font-size: .9rem; }
.hero-visual-caption small { font-size: .72rem; color: rgba(255,255,255,.72); }
.hero-round-link { position: absolute; right: 30px; top: 30px; width: 132px; aspect-ratio: 1; border-radius: 50%; background: var(--gold-light); color: var(--ink); display: flex; align-items: center; justify-content: center; text-decoration: none; font-family: "Jost", Inter, sans-serif; font-size: 1.1rem; line-height: 1.02; }
.hero-round-link b { position: absolute; right: 30px; top: 24px; font-family: Inter, sans-serif; font-size: .9rem; }

.facts-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.fact-item { min-height: 126px; padding: 28px 30px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 2px 16px; align-content: center; border-right: 1px solid var(--line); }
.fact-item:last-child { border-right: 0; }
.fact-item > span { grid-row: 1/3; color: var(--green); font-size: .64rem; font-weight: 900; padding-top: 4px; }
.fact-item strong { font-family: "Jost", Inter, sans-serif; font-size: 1.25rem; font-weight: 500; }
.fact-item small { color: var(--ink-soft); font-size: .76rem; }

.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.editorial-left h2 { margin-top: 18px; max-width: 570px; }
.editorial-right { padding-top: 14px; }
.editorial-right .large-copy { max-width: 670px; }
.editorial-notes { margin-top: 54px; border-top: 1px solid var(--line); }
.editorial-notes div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.editorial-notes span { color: var(--green); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.editorial-notes p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.cycle-experience { background: var(--white); }
.section-heading-row { display: grid; grid-template-columns: 1fr minmax(280px, .58fr); gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading-row h2 { margin-top: 18px; max-width: 760px; }
.section-heading-row > p { color: var(--ink-soft); margin: 0 0 6px; max-width: 480px; }
.section-heading-row.compact { align-items: center; }
.cycle-switcher { display: grid; grid-template-columns: 280px 1fr; border-top: 1px solid var(--line); }
.cycle-tabs { display: grid; align-content: start; border-right: 1px solid var(--line); }
.cycle-tab { border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); min-height: 78px; padding: 0 22px 0 0; display: flex; align-items: center; gap: 18px; text-align: left; font-family: "Jost", Inter, sans-serif; font-size: 1.12rem; transition: color .2s ease, padding-left .25s var(--ease), background .2s ease; }
.cycle-tab span { font-family: Inter, sans-serif; color: var(--green); font-size: .62rem; font-weight: 900; }
.cycle-tab.active { color: var(--ink); padding-left: 16px; background: var(--paper); }
.cycle-stage { min-width: 0; display: grid; grid-template-columns: minmax(330px, 1.05fr) minmax(300px,.95fr); min-height: 520px; }
.cycle-stage-photo { overflow: hidden; position: relative; }
.cycle-stage-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-note { position: absolute; left: 16px; bottom: 14px; padding: 6px 8px; background: rgba(255,255,255,.85); color: #374254; font-size: .62rem; }
.cycle-stage-content { background: var(--paper); padding: 58px 54px; display: flex; align-items: center; }
.cycle-panel { width: 100%; animation: panelIn .42s var(--ease); }
.cycle-panel[hidden] { display: none; }
.cycle-range { color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .06em; }
.cycle-panel h3 { font-family: "Jost", Inter, sans-serif; font-weight: 500; font-size: clamp(2rem,3.2vw,3.8rem); line-height: .98; letter-spacing: -.03em; margin: 20px 0 22px; }
.cycle-panel p { color: var(--ink-soft); max-width: 490px; }
.cycle-panel a { display: inline-flex; margin-top: 14px; text-decoration: none; border-bottom: 1px solid var(--ink); font-size: .84rem; font-weight: 800; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity:1; transform:none; } }

.network-story { background: var(--navy-deep); color: white; }
.network-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.network-number { display: flex; flex-direction: column; align-items: flex-start; }
.network-number span { font-family: "Jost", Inter, sans-serif; font-size: clamp(12rem, 25vw, 25rem); line-height: .72; letter-spacing: -.09em; color: var(--gold-light); }
.network-number small { margin-top: 28px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.64); }
.network-copy h2 { margin: 18px 0 28px; color: white; }
.network-copy > p { color: rgba(255,255,255,.72); max-width: 650px; }
.network-address { margin: 42px 0 32px; padding: 20px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: grid; }
.network-address span, .network-address small { color: rgba(255,255,255,.55); font-size: .72rem; }
.network-address strong { font-family: "Jost", Inter, sans-serif; font-size: 1.55rem; font-weight: 500; margin: 5px 0 2px; }

.flow-list { border-top: 1px solid var(--line); }
.flow-row { display: grid; grid-template-columns: 80px 1fr 1.1fr 32px; gap: 30px; align-items: center; min-height: 124px; border-bottom: 1px solid var(--line); }
.flow-index { color: var(--green); font-size: .7rem; font-weight: 900; }
.flow-row h3 { margin: 0; font-family: "Jost", Inter, sans-serif; font-size: 1.45rem; font-weight: 500; }
.flow-row p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.flow-row b { font-size: 1.25rem; font-weight: 400; }
.flow-action { margin-top: 34px; display: flex; align-items: center; gap: 20px; }
.flow-action small { color: var(--ink-soft); }

.home-news { background: var(--paper-2); }
.news-lines { border-top: 1px solid var(--line); }
.news-line { display: grid; grid-template-columns: 120px 1fr 36px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding-left .25s var(--ease); }
.news-line:hover { padding-left: 12px; }
.news-line time { color: var(--green); font-size: .72rem; font-weight: 850; }
.news-line div { display: grid; gap: 3px; }
.news-line strong { font-family: "Jost", Inter, sans-serif; font-size: 1.35rem; font-weight: 500; }
.news-line span { color: var(--ink-soft); font-size: .84rem; }
.news-line b { font-size: 1.15rem; font-weight: 400; }

.inner-hero { padding: 120px 0 94px; border-bottom: 1px solid var(--line); }
.inner-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.inner-hero h1 { font-size: clamp(4rem, 8vw, 8.7rem); line-height: .86; margin: 28px 0 0; max-width: 1000px; }
.inner-hero-side { border-left: 1px solid var(--line); padding-left: 28px; padding-bottom: 8px; }
.inner-hero-side p { color: var(--ink-soft); font-size: 1rem; }
.inner-hero-side > span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green); font-weight: 800; }

.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: center; }
.story-photo { position: relative; min-height: 620px; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.story-copy h2 { margin: 18px 0 28px; }
.story-copy > p:not(.large-copy) { color: var(--ink-soft); }
.principles { background: var(--white); }
.principle-list { border-top: 1px solid var(--line); }
.principle-row { display: grid; grid-template-columns: 70px .55fr 1fr; gap: 40px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle-row > span { color: var(--green); font-size: .68rem; font-weight: 900; }
.principle-row h3 { font-family: "Jost", Inter, sans-serif; font-size: 1.65rem; font-weight: 500; margin: 0; }
.principle-row p { margin: 0; color: var(--ink-soft); }

.cycle-long-list { border-top: 1px solid var(--line); }
.cycle-long { display: grid; grid-template-columns: 70px .82fr 1.18fr; gap: 40px; padding: 46px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.cycle-long-index { color: var(--green); font-size: .68rem; font-weight: 900; padding-top: 8px; }
.cycle-long-main > span { color: var(--ink-soft); font-size: .72rem; }
.cycle-long-main h2 { font-size: clamp(2.4rem,4vw,4.8rem); margin: 10px 0 0; }
.cycle-long-copy h3 { font-family: "Jost", Inter, sans-serif; font-size: 1.65rem; font-weight: 500; margin: 0 0 10px; }
.cycle-long-copy p { color: var(--ink-soft); margin: 0; max-width: 570px; }
.info-band { background: var(--navy-deep); color: white; padding: 74px 0; }
.info-band-grid { display: grid; grid-template-columns: 120px 1fr .75fr; gap: 50px; align-items: start; }
.info-band-grid > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .67rem; font-weight: 850; }
.info-band-grid h2 { color: white; font-size: clamp(2.2rem,3.5vw,3.8rem); }
.info-band-grid p { color: rgba(255,255,255,.7); }

.establishment-hero-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 70px; align-items: end; }
.establishment-hero-grid h1 { max-width: 820px; }
.establishment-hero-grid > div:first-child > p { max-width: 650px; color: var(--ink-soft); margin-top: 28px; }
.hero-big-number { display: flex; flex-direction: column; align-items: flex-start; }
.hero-big-number strong { font-family: "Jost", Inter, sans-serif; font-weight: 500; line-height: .72; font-size: clamp(11rem,20vw,19rem); color: var(--green); letter-spacing: -.08em; }
.hero-big-number span { margin-top: 26px; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--ink-soft); }
.establishment-focus { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.establishment-info { padding-right: 60px; border-right: 1px solid var(--line); }
.establishment-info h2 { margin: 18px 0 30px; }
.address-display { font-family: "Jost", Inter, sans-serif; font-size: clamp(2rem,3vw,3.1rem); line-height: 1.08; }
.contact-inline { display: grid; gap: 8px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 32px 0; }
.contact-inline a { text-decoration: none; font-weight: 780; }
.establishment-guidance h2 { margin: 18px 0 24px; }
.establishment-guidance > p { color: var(--ink-soft); }
.guidance-steps { margin: 40px 0 30px; border-top: 1px solid var(--line); }
.guidance-steps > div { display: grid; grid-template-columns: 45px 110px 1fr; gap: 18px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.guidance-steps span { color: var(--green); font-size: .65rem; font-weight: 900; }
.guidance-steps strong { font-family: "Jost", Inter, sans-serif; font-weight: 500; }
.guidance-steps small { color: var(--ink-soft); }

.news-index { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; }
.news-feature { background: var(--navy-deep); color: white; padding: 54px; min-height: 500px; display: flex; flex-direction: column; align-items: flex-start; }
.news-feature-meta { width: 100%; display: flex; justify-content: space-between; gap: 20px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font-size: .67rem; }
.news-feature h2 { color: white; font-size: clamp(2.6rem,4.5vw,5rem); margin: auto 0 24px; }
.news-feature p { color: rgba(255,255,255,.72); max-width: 560px; }
.news-feature .text-action { color: white; border-color: white; }
.news-index-list { border-top: 1px solid var(--line); }
.news-index-row { display: grid; grid-template-columns: 110px 1fr 24px; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.news-index-row > span { color: var(--green); text-transform: uppercase; font-size: .66rem; letter-spacing: .08em; font-weight: 850; }
.news-index-row h3 { font-family: "Jost", Inter, sans-serif; font-weight: 500; font-size: 1.45rem; margin: 0 0 8px; }
.news-index-row p { color: var(--ink-soft); margin: 0; font-size: .86rem; }
.news-index-row b { font-weight: 400; }

.contact-editorial { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: stretch; }
.contact-details { padding-right: 50px; }
.contact-detail { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 5px; }
.contact-detail:first-of-type { margin-top: 26px; border-top: 1px solid var(--line); }
.contact-detail span { color: var(--green); text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 850; }
.contact-detail a, .contact-detail strong { text-decoration: none; font-family: "Jost", Inter, sans-serif; font-size: 1.18rem; font-weight: 500; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.map-frame { position: relative; min-height: 620px; background: var(--paper-2); }
.map-frame iframe { border: 0; width: 100%; height: 100%; min-height: 620px; display: block; }
.map-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(245,241,232,.95); padding: 14px 16px; display: grid; gap: 2px; }
.map-caption span { color: var(--green); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.contact-prep { background: var(--navy-deep); color: white; padding: 72px 0; }
.contact-prep-grid { display: grid; grid-template-columns: 160px 1fr auto; gap: 45px; align-items: center; }
.contact-prep h2 { color: white; font-size: clamp(2rem,3.2vw,3.4rem); }

.admission-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.admission-aside { position: sticky; top: 118px; }
.admission-aside h2 { margin: 18px 0 24px; font-size: clamp(2.2rem,3.5vw,3.7rem); }
.admission-aside > p { color: var(--ink-soft); }
.aside-points { margin-top: 36px; border-top: 1px solid var(--line); }
.aside-points > div { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; gap: 2px 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.aside-points span { grid-row: 1/3; color: var(--green); font-size: .64rem; font-weight: 900; padding-top: 3px; }
.aside-points strong { font-family: "Jost", Inter, sans-serif; font-weight: 500; }
.aside-points small { color: var(--ink-soft); }
.admission-form-shell { background: var(--white); border: 1px solid var(--line); padding: 46px; }
.form-section-title { margin: 6px 0 20px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.form-section-title:first-of-type { border-top: 0; padding-top: 0; }
.form-section-title > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--green); font-size: .65rem; font-weight: 900; }
.form-section-title div { display: grid; }
.form-section-title strong { font-family: "Jost", Inter, sans-serif; font-size: 1.2rem; font-weight: 500; }
.form-section-title small { color: var(--ink-soft); }
.editorial-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.editorial-form label { display: grid; gap: 7px; }
.editorial-form label > span { color: #4a5363; font-size: .77rem; font-weight: 750; }
.editorial-form label > span small { font-weight: 500; color: #7a8290; }
.editorial-form input, .editorial-form select, .editorial-form textarea { width: 100%; min-height: 52px; border: 1px solid rgba(23,34,57,.2); border-radius: 0; background: #fff; padding: 12px 14px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.editorial-form textarea { min-height: 110px; resize: vertical; }
.editorial-form input:focus, .editorial-form select:focus, .editorial-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(30,106,82,.1); }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; }
.consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.consent span { font-weight: 500 !important; }
.form-footnote { margin: -4px 0 0; text-align: center; color: var(--ink-soft); font-size: .72rem; }
.form-errors { border-left: 3px solid #8d3131; background: #fff1f0; padding: 16px 18px; margin-bottom: 22px; color: #702a2a; }
.form-errors ul { margin-bottom: 0; }
.success-panel { padding: 14px 4px; }
.success-mark { width: 48px; height: 48px; display: grid; place-items: center; background: #dfeee6; color: var(--green); margin-bottom: 24px; font-weight: 900; }
.success-panel h2 { margin: 14px 0 20px; font-size: clamp(2.2rem,4vw,4rem); }
.success-panel p { color: var(--ink-soft); }
.success-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }

.footer-cta { background: var(--green-deep); color: white; padding: 86px 0; }
.footer-cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.footer-cta h2 { color: white; margin: 18px 0 0; font-size: clamp(2.7rem,4.6vw,5.3rem); }
.footer-cta-side p { color: rgba(255,255,255,.74); }
.site-footer { background: #101a2a; color: rgba(255,255,255,.72); padding: 66px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 54px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy span { color: var(--gold-light); }
.footer-identity p { max-width: 370px; margin-top: 20px; font-size: .82rem; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 8px; }
.footer-links > span, .footer-contact > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; font-size: .63rem; font-weight: 850; margin-bottom: 8px; }
.footer-links a, .footer-contact a { text-decoration: none; font-size: .82rem; }
.footer-contact p { font-size: .8rem; margin: 6px 0 0; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .68rem; color: rgba(255,255,255,.42); }
.mobile-actions { display: none; }

html.reveal-engine [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s var(--ease); }
html.reveal-engine [data-reveal].is-visible { opacity: 1; transform: none; }
html.reveal-engine [data-reveal][data-reveal-delay="1"] { transition-delay: .08s; }

@media (hover:hover) and (pointer:fine) {
    .magnetic { will-change: transform; }
    .news-index-row, .principle-row, .cycle-long { transition: background .22s ease, padding-left .22s var(--ease), padding-right .22s var(--ease); }
    .news-index-row:hover, .principle-row:hover, .cycle-long:hover { background: rgba(255,255,255,.55); padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 1180px) {
    .desktop-nav { gap: 15px; }
    .phone-link { display: none; }
    .home-hero { grid-template-columns: .95fr 1.05fr; }
    .hero-copy-inner { width: min(640px, calc(100% - 48px)); margin-left: 32px; }
    .footer-grid { grid-template-columns: 1.25fr .7fr .7fr; }
    .footer-contact { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 960px) {
    :root { --header-h: 72px; }
    .wrap { width: min(calc(100% - 40px), var(--wrap)); }
    .section-space { padding: 88px 0; }
    .desktop-nav, .nav-cta { display: none; }
    .nav-shell { width: calc(100% - 28px); height: var(--header-h); }
    .nav-actions { margin-left: auto; }
    .menu-toggle { display: flex; }
    .home-hero { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy-panel { min-height: 610px; }
    .hero-copy-inner { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: 72px 0 62px; }
    .home-hero h1 { font-size: clamp(4rem, 11.5vw, 7rem); }
    .hero-contact-line { margin-top: 44px; }
    .hero-visual { min-height: 620px; }
    .facts-grid { width: 100%; }
    .editorial-grid, .network-grid, .story-grid, .establishment-focus, .news-index, .contact-editorial, .admission-layout { grid-template-columns: 1fr; gap: 54px; }
    .section-heading-row { grid-template-columns: 1fr; gap: 20px; align-items: start; }
    .section-heading-row > p { max-width: 650px; }
    .cycle-switcher { grid-template-columns: 210px 1fr; }
    .cycle-stage { grid-template-columns: 1fr; }
    .cycle-stage-photo { min-height: 360px; }
    .network-number span { font-size: clamp(12rem, 44vw, 24rem); }
    .network-copy { max-width: 760px; }
    .inner-hero { padding: 94px 0 72px; }
    .inner-hero-grid, .establishment-hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .inner-hero-side { max-width: 650px; }
    .hero-big-number { display: none; }
    .story-photo, .story-photo img { min-height: 520px; }
    .establishment-info { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 50px; }
    .news-feature { min-height: 430px; }
    .contact-details { padding-right: 0; }
    .map-frame, .map-frame iframe { min-height: 520px; }
    .admission-aside { position: static; max-width: 680px; }
    .footer-cta-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 700px) {
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
    .wrap { width: calc(100% - 28px); }
    .section-space { padding: 68px 0; }
    .brand img { width: 44px; height: 44px; }
    .brand-copy strong { font-size: .86rem; }
    .brand-copy span { font-size: .69rem; }
    .hero-copy-panel { min-height: 0; }
    .hero-copy-inner { width: calc(100% - 28px); padding: 54px 0 46px; }
    .hero-meta { font-size: .59rem; }
    .home-hero h1 { margin: 25px 0 22px; font-size: clamp(3.25rem, 15.2vw, 5.5rem); line-height: .9; }
    .hero-intro { font-size: .94rem; }
    .hero-buttons { align-items: flex-start; gap: 18px; flex-direction: column; }
    .hero-buttons .btn { width: 100%; }
    .hero-contact-line { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
    .hero-contact-line > span { grid-column: 1 / -1; }
    .hero-visual { min-height: 470px; }
    .hero-round-link { width: 104px; right: 16px; top: 16px; font-size: .94rem; }
    .hero-round-link b { right: 22px; top: 18px; }
    .hero-visual-caption { left: 16px; bottom: 16px; }
    .facts-grid { grid-template-columns: 1fr; }
    .fact-item { min-height: 92px; padding: 18px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
    .fact-item:last-child { border-bottom: 0; }
    h2 { font-size: clamp(2.3rem, 11vw, 3.7rem); }
    .editorial-grid { gap: 32px; }
    .editorial-notes { margin-top: 34px; }
    .editorial-notes div { grid-template-columns: 90px 1fr; gap: 14px; }
    .cycle-switcher { grid-template-columns: 1fr; border-top: 0; }
    .cycle-tabs { grid-template-columns: repeat(4, minmax(116px,1fr)); border: 1px solid var(--line); border-right: 1px solid var(--line); overflow-x: auto; scroll-snap-type: x mandatory; }
    .cycle-tab { min-height: 60px; padding: 0 14px; border-right: 1px solid var(--line); border-bottom: 0; font-family: Inter, sans-serif; font-size: .78rem; white-space: nowrap; scroll-snap-align: start; }
    .cycle-tab span { display: none; }
    .cycle-tab.active { padding-left: 14px; }
    .cycle-stage { min-height: 0; }
    .cycle-stage-photo { min-height: 300px; }
    .cycle-stage-content { padding: 34px 22px 38px; }
    .cycle-panel h3 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
    .network-grid { gap: 36px; }
    .network-number span { font-size: clamp(11rem, 58vw, 18rem); }
    .network-number small { margin-top: 16px; }
    .flow-row { grid-template-columns: 42px 1fr 24px; gap: 12px; padding: 22px 0; }
    .flow-row p { grid-column: 2 / 4; }
    .flow-row b { grid-column: 3; grid-row: 1; }
    .flow-action { align-items: flex-start; flex-direction: column; }
    .flow-action .btn { width: 100%; }
    .news-line { grid-template-columns: 72px 1fr 20px; gap: 12px; }
    .news-line strong { font-size: 1.12rem; }
    .news-line span { display: none; }
    .inner-hero { padding: 70px 0 54px; }
    .inner-hero h1 { font-size: clamp(3.6rem, 16vw, 6rem); }
    .inner-hero-side { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
    .story-photo, .story-photo img { min-height: 380px; }
    .principle-row { grid-template-columns: 38px 1fr; gap: 12px; padding: 22px 0; }
    .principle-row p { grid-column: 2; }
    .cycle-long { grid-template-columns: 38px 1fr; gap: 12px; padding: 30px 0; }
    .cycle-long-copy { grid-column: 2; }
    .cycle-long-main h2 { font-size: 2.55rem; }
    .info-band-grid { grid-template-columns: 1fr; gap: 22px; }
    .info-band-grid .btn { width: 100%; }
    .guidance-steps > div { grid-template-columns: 34px 90px 1fr; gap: 10px; }
    .news-feature { min-height: 390px; padding: 30px 22px; }
    .news-feature h2 { font-size: clamp(2.5rem,11vw,3.8rem); }
    .news-index-row { grid-template-columns: 80px 1fr 18px; gap: 12px; }
    .news-index-row p { display: none; }
    .map-frame, .map-frame iframe { min-height: 430px; }
    .contact-prep-grid { grid-template-columns: 1fr; gap: 20px; }
    .contact-prep-grid .btn { width: 100%; }
    .admission-form-shell { padding: 26px 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .editorial-form input, .editorial-form select, .editorial-form textarea { font-size: 16px; }
    .success-actions { align-items: stretch; flex-direction: column; }
    .success-actions .btn { width: 100%; }
    .footer-cta { padding: 62px 0; }
    .footer-cta-grid { gap: 24px; }
    .footer-cta h2 { font-size: clamp(2.5rem,11vw,3.8rem); }
    .footer-cta-side .button-row { display: grid; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
    .footer-identity, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 2400; display: grid; grid-template-columns: repeat(3,1fr); min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: rgba(255,254,251,.98); border-top: 1px solid var(--line); }
    .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; text-decoration: none; font-size: .66rem; font-weight: 800; border-right: 1px solid var(--line); }
    .mobile-actions a:last-child { border-right: 0; }
    .mobile-actions a.primary { background: var(--green-deep); color: white; }
    .mobile-action-icon { font-size: .86rem; }
}

@media (max-width: 400px) {
    .hero-contact-line { grid-template-columns: 1fr; }
    .hero-contact-line > span { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-identity, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    /* SITE-1 keeps short, low-amplitude transitions. Heavy looping motion is
       reduced in motion-pro.css instead of globally killing every animation. */
}

/* =========================================================
   V4 — Direction visuelle inspirée des codes modernes Educal
   Code et composition originaux pour Les Services d’Aimé Blaise
   ========================================================= */

:root {
    --edu-blue: #2b4eff;
    --edu-blue-dark: #1d3fd3;
    --edu-navy: #0e1133;
    --edu-orange: #ffb352;
    --edu-pink: #f9b8d5;
    --edu-cyan: #9de1e5;
    --edu-violet: #c8b5ff;
    --edu-green: #a9e4cb;
    --edu-bg: #f7f8fc;
    --edu-border: #e9eaf0;
}

html { scroll-padding-top: 90px; }
body { background: #fff; color: var(--edu-navy); }
body::selection { background: rgba(43,78,255,.18); }
.section-space { padding: 108px 0; }
.wrap { width: min(calc(100% - 48px), 1220px); }

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", Inter, sans-serif;
    color: var(--edu-navy);
    letter-spacing: -.025em;
}
h1, h2 { font-weight: 700; }
h2 { font-size: clamp(2.3rem, 4.1vw, 4.1rem); line-height: 1.06; }
p { color: var(--ink-soft); }

.skip-link { background: #fff; box-shadow: 0 10px 30px rgba(14,17,51,.12); }
.page-progress { height: 3px; }
.page-progress span { background: var(--edu-blue); }
.page-curtain { display: none; }

/* Header */
.site-header {
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(14,17,51,.04);
    backdrop-filter: blur(14px);
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(14,17,51,.08); border-color: var(--edu-border); }
.nav-shell { width: min(calc(100% - 48px), 1460px); height: 84px; gap: 34px; }
.brand { gap: 10px; }
.brand img { width: 46px; height: 46px; }
.brand-copy strong { font-family: "Jost", sans-serif; font-size: 1rem; font-weight: 700; color: var(--edu-navy); }
.brand-copy span { color: var(--edu-blue); font-size: .72rem; font-weight: 700; letter-spacing: .025em; }
.desktop-nav { gap: 30px; }
.desktop-nav a { font-family: "Jost", sans-serif; font-size: .92rem; font-weight: 600; color: #25284a; }
.desktop-nav a::after { height: 2px; background: var(--edu-blue); bottom: 0; }
.header-call { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: .76rem; font-weight: 700; color: #5b5d71; }
.header-call-dot { width: 7px; height: 7px; border-radius: 50%; background: #47c99d; box-shadow: 0 0 0 5px rgba(71,201,157,.12); }
.nav-cta { min-height: 48px; border-radius: 7px; padding: 0 19px; background: var(--edu-blue); font-family: "Jost", sans-serif; font-weight: 600; box-shadow: 0 9px 24px rgba(43,78,255,.18); }
.nav-cta:hover { background: var(--edu-blue-dark); }
.menu-toggle { border-radius: 7px; border-color: var(--edu-border); gap: 4px; }
.menu-toggle span { width: 21px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.mobile-menu { background: #fff; }
.mobile-menu-inner { width: min(calc(100% - 34px), 560px); padding-top: 24px; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: #77798a; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }
.mobile-menu nav { border-top: 1px solid var(--edu-border); }
.mobile-menu nav a { font-family: "Jost", sans-serif; font-size: clamp(1.75rem, 7vw, 2.3rem); font-weight: 650; border-color: var(--edu-border); }
.mobile-menu nav a span { color: var(--edu-blue); font-family: Inter, sans-serif; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.mobile-menu-actions a { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--edu-border); border-radius: 7px; text-decoration: none; font-weight: 700; }
.mobile-menu-actions .primary { grid-column: 1/-1; background: var(--edu-blue); color: white; border-color: var(--edu-blue); }

/* Shared Educal-like details */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--edu-blue); font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--edu-orange); border-radius: 99px; }
.eyebrow-light { color: #fff; }
.eyebrow-light::before { background: var(--edu-orange); }
.marker-word { position: relative; display: inline-block; z-index: 1; }
.marker-word::after { content: ""; position: absolute; left: -1%; right: -1%; bottom: .04em; height: .16em; background: var(--edu-orange); border-radius: 50% 40% 55% 35%; transform: rotate(-1.6deg); z-index: -1; opacity: .92; }
.small-marker::after { height: .13em; }
.center-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading h2 { margin: 14px 0 16px; }
.center-heading p { max-width: 630px; margin: 0 auto; font-size: .98rem; line-height: 1.8; }

.btn { min-height: 52px; border-radius: 7px; padding: 0 23px; font-family: "Jost", sans-serif; font-size: .9rem; font-weight: 600; }
.btn-primary { background: var(--edu-blue); color: #fff; box-shadow: 0 12px 30px rgba(43,78,255,.18); }
.btn-primary:hover { background: var(--edu-blue-dark); transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--edu-navy); }
.btn-white:hover { background: #f5f6fb; }
.btn-outline { border-color: var(--edu-border); background: #fff; }
.btn-outline:hover { border-color: var(--edu-blue); color: var(--edu-blue); }
.btn-gold { background: var(--edu-orange); color: var(--edu-navy); }
.text-button { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--edu-navy); font-family: "Jost", sans-serif; font-weight: 650; }
.text-button span { color: var(--edu-blue); transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }

/* Home hero */
.hero-educal { position: relative; overflow: hidden; background: #f3f6ff; min-height: 720px; display: flex; align-items: center; }
.hero-educal-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 38px; padding-top: 72px; padding-bottom: 72px; }
.hero-educal-copy { max-width: 610px; }
.hero-educal-copy h1 { font-size: clamp(3.4rem, 5.8vw, 6.4rem); line-height: .98; margin: 20px 0 26px; }
.hero-educal-copy > p { max-width: 560px; font-size: 1.05rem; line-height: 1.78; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--edu-navy); font-family: "Jost", sans-serif; font-weight: 600; }
.hero-text-link span { color: var(--edu-blue); }
.hero-trust { margin-top: 42px; display: flex; align-items: center; gap: 20px; }
.hero-trust > div { display: flex; align-items: baseline; gap: 7px; }
.hero-trust strong { font-family: "Jost", sans-serif; font-size: 1.55rem; }
.hero-trust span { font-size: .72rem; color: #717384; }
.hero-trust-divider { width: 1px; height: 31px; background: rgba(14,17,51,.13); }

.hero-educal-visual { position: relative; min-height: 570px; }
.hero-blob { position: absolute; width: 530px; height: 530px; border-radius: 46% 54% 61% 39% / 49% 42% 58% 51%; background: #dfe9ff; right: 2%; top: 4%; transform: rotate(7deg); }
.hero-main-photo { position: absolute; right: 1%; top: 6%; width: 69%; height: 78%; margin: 0; border-radius: 46% 54% 48% 52% / 39% 48% 52% 61%; overflow: hidden; box-shadow: 0 26px 70px rgba(14,17,51,.14); transform: rotate(1.2deg); }
.hero-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-small-photo { position: absolute; left: 6%; bottom: 5%; width: 35%; aspect-ratio: 1.08; margin: 0; border: 7px solid white; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 48px rgba(14,17,51,.15); transform: rotate(-5deg); }
.hero-small-photo img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 228px; padding: 14px 16px; background: rgba(255,255,255,.95); border-radius: 10px; box-shadow: 0 20px 45px rgba(14,17,51,.14); }
.float-card strong { display: block; font-family: "Jost", sans-serif; font-size: .86rem; color: var(--edu-navy); }
.float-card small { display: block; color: #7b7d8d; margin-top: 2px; font-size: .68rem; }
.float-card-top { left: 2%; top: 23%; }
.float-card-bottom { right: 0; bottom: 11%; }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: rgba(43,78,255,.10); color: var(--edu-blue); font-weight: 900; }
.float-number { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #fff1df; color: #d67c15; font-family: "Jost", sans-serif; font-size: 1.25rem; font-weight: 700; }
.hero-ring { position: absolute; border-radius: 50%; border: 2px solid; opacity: .85; }
.hero-ring-a { width: 72px; height: 72px; border-color: #ff7ab4; left: 10%; top: 4%; }
.hero-ring-b { width: 48px; height: 48px; border-color: #58c7c8; right: 12%; bottom: 2%; }
.hero-orb { position: absolute; border-radius: 50%; z-index: 0; }
.hero-orb-a { width: 330px; height: 330px; left: -170px; bottom: -170px; background: rgba(249,184,213,.33); }
.hero-orb-b { width: 250px; height: 250px; right: -120px; top: -110px; background: rgba(157,225,229,.38); }
.hero-dots { position: absolute; left: 51%; bottom: 42px; width: 105px; height: 105px; background-image: radial-gradient(rgba(43,78,255,.26) 1.5px, transparent 1.5px); background-size: 12px 12px; transform: rotate(11deg); }

/* Cycle categories */
.cycle-categories { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.category-card { position: relative; min-height: 232px; padding: 30px 26px; border: 1px solid var(--edu-border); border-radius: 10px; background: #fff; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.category-card::before { content: ""; position: absolute; width: 125px; height: 125px; border-radius: 50%; right: -54px; top: -54px; opacity: .38; }
.category-pink::before { background: var(--edu-pink); }
.category-blue::before { background: #b9c8ff; }
.category-violet::before { background: var(--edu-violet); }
.category-green::before { background: var(--edu-green); }
.category-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 25px 60px rgba(14,17,51,.11); }
.category-icon { position: relative; width: 62px; height: 62px; border-radius: 10px; display: grid; place-items: center; }
.category-pink .category-icon { background: #fff0f7; color: #d84d8c; }
.category-blue .category-icon { background: #edf1ff; color: var(--edu-blue); }
.category-violet .category-icon { background: #f2efff; color: #7e62d9; }
.category-green .category-icon { background: #edf9f4; color: #2e9b73; }
.category-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.category-card h3 { margin: 28px 0 4px; font-size: 1.35rem; }
.category-card p { margin: 0; color: #7d7f8e; font-size: .84rem; }
.category-arrow { position: absolute; right: 24px; bottom: 24px; color: var(--edu-blue); font-size: 1.1rem; }

/* Split feature */
.feature-split { position: relative; overflow: hidden; background: var(--edu-bg); }
.feature-split-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 88px; align-items: center; }
.feature-image-stack { position: relative; min-height: 580px; }
.feature-image-main { position: absolute; left: 0; top: 0; width: 74%; height: 84%; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 60px rgba(14,17,51,.12); }
.feature-image-main img, .feature-image-small img { width: 100%; height: 100%; object-fit: cover; }
.feature-image-small { position: absolute; right: 0; bottom: 0; width: 45%; height: 48%; border: 7px solid white; border-radius: 12px; overflow: hidden; box-shadow: 0 22px 50px rgba(14,17,51,.16); }
.feature-badge { position: absolute; left: 7%; bottom: 3%; min-width: 192px; padding: 17px 18px; background: var(--edu-blue); color: white; border-radius: 10px; display: flex; align-items: center; gap: 14px; box-shadow: 0 16px 36px rgba(43,78,255,.25); }
.feature-badge strong { font-family: "Jost", sans-serif; font-size: 2rem; line-height: 1; }
.feature-badge span { font-size: .72rem; line-height: 1.35; color: rgba(255,255,255,.86); }
.feature-copy h2 { margin: 16px 0 22px; }
.feature-lead { font-size: 1rem; line-height: 1.78; }
.check-list { list-style: none; margin: 28px 0 31px; padding: 0; display: grid; gap: 18px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li > span { margin-top: 2px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(43,78,255,.10); color: var(--edu-blue); font-weight: 900; flex: 0 0 auto; }
.check-list strong { display: block; font-family: "Jost", sans-serif; font-size: .96rem; }
.check-list small { display: block; margin-top: 3px; color: #77798a; line-height: 1.55; }
.feature-shape-a { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(249,184,213,.23); right: -260px; top: -220px; }

/* Stats */
.info-band-home { background: var(--edu-navy); color: white; padding: 64px 0; }
.info-band-home-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.info-band-home-grid > div { padding: 6px 30px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.info-band-home-grid > div:first-child { padding-left: 0; }
.info-band-home-grid > div:last-child { border-right: 0; padding-right: 0; }
.info-number { display: block; font-family: "Jost", sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 700; line-height: 1; color: #fff; }
.info-band-home-grid div > span:last-child { display: block; margin-top: 8px; color: rgba(255,255,255,.62); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

/* Admissions */
.admission-showcase { background: #fff; }
.admission-showcase-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.admission-copy h2 { margin: 16px 0 20px; }
.admission-copy p { line-height: 1.78; margin-bottom: 28px; }
.admission-steps { border-top: 1px solid var(--edu-border); }
.admission-steps article { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--edu-border); }
.admission-steps article > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--edu-bg); color: var(--edu-blue); font-size: .72rem; font-weight: 800; }
.admission-steps h3 { margin: 1px 0 5px; font-size: 1.23rem; }
.admission-steps p { margin: 0; line-height: 1.6; }

/* News */
.news-home { background: var(--edu-bg); }
.section-heading-split { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-heading-split h2 { max-width: 720px; margin: 14px 0 0; }
.news-card-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 20px; }
.news-card { min-height: 340px; padding: 34px 30px; border-radius: 10px; border: 1px solid var(--edu-border); background: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: flex-start; transition: transform .24s ease, box-shadow .24s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(14,17,51,.10); }
.news-card.featured { background: var(--edu-blue); color: white; border-color: var(--edu-blue); }
.news-kicker { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--edu-blue); }
.news-card.featured .news-kicker { color: rgba(255,255,255,.72); }
.news-card h3 { font-size: clamp(1.45rem,2.1vw,2rem); line-height: 1.18; margin: 28px 0 14px; }
.news-card.featured h3 { color: #fff; }
.news-card p { line-height: 1.7; margin-bottom: 28px; }
.news-card.featured p { color: rgba(255,255,255,.75); }
.news-link { margin-top: auto; font-weight: 700; font-size: .82rem; color: var(--edu-blue); }
.news-card.featured .news-link { color: #fff; }

/* Footer */
.footer-cta { position: relative; overflow: hidden; background: var(--edu-blue); color: white; padding: 86px 0; }
.footer-cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: center; }
.footer-cta h2 { color: white; margin: 14px 0 0; font-size: clamp(2.35rem,4vw,4rem); }
.footer-cta-side p { color: rgba(255,255,255,.78); line-height: 1.75; margin-bottom: 23px; }
.footer-cta-shape { position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.13); }
.footer-cta-shape-a { width: 260px; height: 260px; left: -100px; bottom: -140px; }
.footer-cta-shape-b { width: 180px; height: 180px; right: -70px; top: -100px; border-color: rgba(255,179,82,.45); }
.site-footer { background: var(--edu-navy); color: white; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 52px; padding-bottom: 58px; }
.footer-brand .brand-copy strong { color: white; }
.footer-identity > p { max-width: 310px; color: rgba(255,255,255,.62); margin-top: 18px; line-height: 1.7; }
.footer-socials { display: flex; gap: 9px; margin-top: 20px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; text-decoration: none; color: white; font-size: .7rem; font-weight: 700; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-links > span, .footer-contact > span { color: white; font-family: "Jost", sans-serif; font-weight: 700; margin-bottom: 8px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.62); text-decoration: none; font-size: .84rem; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact p { color: rgba(255,255,255,.52); font-size: .82rem; line-height: 1.6; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.46); font-size: .7rem; }

/* Existing inner pages harmonized with V4 */
.inner-hero { background: var(--edu-bg); border-bottom-color: var(--edu-border); padding-top: 105px; padding-bottom: 84px; }
.inner-hero h1 { font-family: "Jost", sans-serif; font-weight: 700; color: var(--edu-navy); font-size: clamp(3.7rem,7vw,7.3rem); line-height: .94; }
.inner-hero-side { border-left-color: var(--edu-border); }
.section-label { color: var(--edu-blue); }
.section-label::before { background: var(--edu-orange); height: 2px; }
.section-label.light { color: white; }
.section-label.light::before { background: var(--edu-orange); }
.principles, .cycle-experience { background: #fff; }
.principle-list, .cycle-long-list, .flow-list, .news-lines, .editorial-notes, .guidance-steps { border-color: var(--edu-border); }
.principle-row, .cycle-long, .flow-row, .news-line, .editorial-notes div, .guidance-steps > div { border-color: var(--edu-border); }
.network-story, .info-band, .contact-prep { background: var(--edu-navy); }
.network-number span, .hero-big-number strong { color: var(--edu-blue); }
.news-feature { background: var(--edu-blue); }
.admission-form-shell, .contact-details, .map-frame { border-radius: 10px; }
.editorial-form input, .editorial-form select, .editorial-form textarea { border-radius: 7px; border-color: var(--edu-border); background: #fff; }
.editorial-form input:focus, .editorial-form select:focus, .editorial-form textarea:focus { border-color: var(--edu-blue); box-shadow: 0 0 0 3px rgba(43,78,255,.08); }

/* Reveals */
html.reveal-engine [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
html.reveal-engine [data-reveal].is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1180px) {
    .desktop-nav { gap: 19px; }
    .desktop-nav a { font-size: .84rem; }
    .header-call { display: none; }
    .hero-educal-grid { grid-template-columns: .95fr 1.05fr; }
    .hero-educal-visual { min-height: 520px; }
    .hero-blob { width: 460px; height: 460px; }
    .feature-split-grid { gap: 58px; }
}

@media (max-width: 960px) {
    :root { --header-h: 74px; }
    .nav-shell { height: 74px; width: min(calc(100% - 32px), 1460px); }
    .desktop-nav, .header-call, .nav-cta { display: none; }
    .menu-toggle { display: flex; margin-left: auto; }
    .mobile-menu { inset: 74px 0 0; }
    .section-space { padding: 82px 0; }
    .hero-educal { min-height: 0; }
    .hero-educal-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 68px; padding-bottom: 70px; }
    .hero-educal-copy { max-width: 720px; }
    .hero-educal-copy h1 { max-width: 760px; font-size: clamp(3.6rem,8.2vw,5.8rem); }
    .hero-educal-visual { min-height: 600px; max-width: 720px; width: 100%; margin: 0 auto; }
    .category-grid { grid-template-columns: repeat(2,1fr); }
    .feature-split-grid { grid-template-columns: 1fr; gap: 54px; }
    .feature-image-stack { min-height: 620px; max-width: 720px; width: 100%; margin: 0 auto; }
    .feature-copy { max-width: 720px; }
    .info-band-home-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
    .info-band-home-grid > div { padding: 22px 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
    .info-band-home-grid > div:nth-child(2) { border-right: 0; }
    .info-band-home-grid > div:nth-child(3), .info-band-home-grid > div:nth-child(4) { border-bottom: 0; }
    .admission-showcase-grid { grid-template-columns: 1fr; gap: 45px; }
    .news-card-grid { grid-template-columns: 1fr 1fr; }
    .news-card.featured { grid-column: 1 / -1; }
    .footer-cta-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 30px; }
    .inner-hero-grid, .story-grid, .network-grid, .establishment-focus, .contact-editorial, .admission-layout { grid-template-columns: 1fr !important; gap: 44px !important; }
    .inner-hero-side, .establishment-info { border-left: 0; border-right: 0; padding-left: 0; padding-right: 0; }
}

@media (max-width: 640px) {
    .wrap { width: min(calc(100% - 28px), 1220px); }
    body { padding-bottom: 68px; }
    .brand img { width: 40px; height: 40px; }
    .brand-copy strong { font-size: .9rem; }
    .brand-copy span { font-size: .66rem; }
    .hero-educal-grid { padding-top: 48px; padding-bottom: 48px; }
    .hero-educal-copy h1 { font-size: clamp(2.75rem,13vw,4rem); line-height: 1.02; margin-top: 16px; }
    .hero-educal-copy > p { font-size: .96rem; line-height: 1.68; }
    .hero-actions { align-items: stretch; gap: 14px; }
    .hero-actions .btn { width: 100%; }
    .hero-text-link { justify-content: center; min-height: 46px; }
    .hero-trust { gap: 12px; justify-content: space-between; }
    .hero-trust > div { display: grid; gap: 0; }
    .hero-trust strong { font-size: 1.3rem; }
    .hero-trust span { font-size: .62rem; }
    .hero-trust-divider { height: 28px; }
    .hero-educal-visual { min-height: 410px; }
    .hero-blob { width: 340px; height: 340px; right: -6%; top: 4%; }
    .hero-main-photo { width: 76%; height: 73%; right: 1%; top: 6%; border-radius: 34px; }
    .hero-small-photo { width: 38%; left: 2%; bottom: 4%; border-width: 5px; border-radius: 14px; }
    .float-card { min-width: 0; max-width: 185px; padding: 10px 11px; gap: 8px; }
    .float-card strong { font-size: .72rem; }
    .float-card small { font-size: .58rem; }
    .float-card-top { left: 0; top: 23%; }
    .float-card-bottom { right: 0; bottom: 8%; }
    .float-icon, .float-number { width: 34px; height: 34px; }
    .hero-ring-a { width: 50px; height: 50px; left: 5%; }
    .hero-ring-b { width: 36px; height: 36px; }
    .hero-dots { display: none; }
    .section-space { padding: 68px 0; }
    .center-heading { margin-bottom: 35px; text-align: left; }
    .center-heading .eyebrow { justify-content: flex-start; }
    .center-heading p { margin-left: 0; }
    h2 { font-size: clamp(2rem,10vw,3rem); }
    .category-grid { grid-template-columns: 1fr; gap: 13px; }
    .category-card { min-height: 168px; padding: 22px; display: grid; grid-template-columns: 58px 1fr 24px; align-items: center; gap: 16px; }
    .category-card h3 { margin: 0 0 3px; }
    .category-icon { width: 56px; height: 56px; }
    .category-arrow { position: static; }
    .feature-image-stack { min-height: 410px; }
    .feature-image-main { width: 82%; height: 82%; }
    .feature-image-small { width: 48%; height: 44%; border-width: 5px; }
    .feature-badge { left: 4%; min-width: 170px; padding: 12px 13px; }
    .info-band-home { padding: 35px 0; }
    .info-band-home-grid > div { padding: 20px 8px; }
    .info-number { font-size: 2rem; }
    .info-band-home-grid div > span:last-child { font-size: .58rem; }
    .admission-steps article { grid-template-columns: 58px 1fr; }
    .section-heading-split { display: grid; align-items: start; }
    .news-card-grid { grid-template-columns: 1fr; }
    .news-card.featured { grid-column: auto; }
    .news-card { min-height: 280px; }
    .footer-cta { padding: 65px 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .footer-identity { grid-column: 1/-1; }
    .footer-contact { grid-column: 1/-1; }
    .footer-bottom { min-height: 86px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 20px 0; }
    .mobile-actions { display: grid; }
    .inner-hero { padding-top: 72px; padding-bottom: 64px; }
    .inner-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
    .flow-row, .principle-row, .cycle-long, .info-band-grid, .guidance-steps > div { grid-template-columns: 1fr !important; gap: 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
.no-js [data-reveal] { opacity: 1 !important; transform: none !important; }

/* =========================================================
   SITE-1 — Responsive hardening 4.1
   Mobile-first QA pass: 320px -> ultrawide
   ========================================================= */

/* Prevent long content from ever creating page overflow */
html, body { max-width: 100%; }
main, section, header, footer, .wrap, .nav-shell { min-width: 0; }
p, h1, h2, h3, h4, h5, h6, a, span, strong, small { overflow-wrap: break-word; }
.footer-contact a, .contact-detail a, .contact-detail strong { overflow-wrap: anywhere; }
iframe, video, svg, canvas { max-width: 100%; }
input, select, textarea, button { max-width: 100%; }

/* Better fluid desktop/tablet behaviour */
@media (min-width: 961px) and (max-width: 1320px) {
    .nav-shell { width: min(calc(100% - 32px), 1420px); gap: 22px; }
    .desktop-nav { gap: clamp(12px, 1.45vw, 20px); }
    .desktop-nav a { font-size: clamp(.75rem, .8vw, .84rem); }
    .nav-cta { padding-inline: 14px; }
    .hero-educal-grid { gap: clamp(22px, 3vw, 42px); }
    .hero-educal-copy h1 { font-size: clamp(3.15rem, 5.6vw, 5.65rem); }
    .hero-educal-visual { min-height: clamp(500px, 48vw, 570px); }
    .category-card { padding-inline: 22px; }
}

/* Tablet */
@media (max-width: 960px) {
    .site-header { backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
    .brand { min-width: 0; }
    .brand-copy { min-width: 0; }
    .mobile-menu-inner { height: calc(100vh - 74px); height: calc(100dvh - 74px); overscroll-behavior: contain; }
    .mobile-menu-actions { position: sticky; bottom: 0; padding: 16px 0 calc(16px + env(safe-area-inset-bottom)); background: linear-gradient(to top, var(--edu-bg) 80%, rgba(247,248,252,0)); }
    .hero-educal-grid { padding-top: clamp(54px, 8vw, 74px); padding-bottom: clamp(58px, 9vw, 78px); }
    .hero-educal-copy { justify-self: start; }
    .hero-educal-copy h1 { font-size: clamp(3.3rem, 8.8vw, 5.7rem); line-height: .98; }
    .hero-educal-visual { min-height: clamp(500px, 75vw, 620px); }
    .hero-main-photo { max-height: 520px; }
    .category-card { min-height: 205px; }
    .feature-image-stack { min-height: clamp(520px, 80vw, 640px); }
    .feature-copy h2 { max-width: 780px; }
    .inner-hero h1 { max-width: 900px; }
    .inner-hero-side { max-width: 720px; }
    .news-index-row { min-width: 0; }
    .contact-editorial, .admission-layout { align-items: stretch; }
}

/* Large phone / small tablet */
@media (max-width: 768px) {
    :root { --header-h: 70px; }
    .nav-shell { height: 70px; width: calc(100% - 24px); gap: 12px; }
    .brand img { width: 42px; height: 42px; }
    .brand-copy strong { font-size: .86rem; }
    .brand-copy span { font-size: .64rem; }
    .menu-toggle { width: 44px; height: 44px; flex: 0 0 44px; }
    .mobile-menu { inset: 70px 0 0; }
    .mobile-menu-inner { width: min(calc(100% - 28px), 560px); height: calc(100vh - 70px); height: calc(100dvh - 70px); padding-top: 24px; }
    .mobile-menu-top { gap: 12px; }
    .mobile-menu nav a { padding: 15px 0; }

    .wrap { width: min(calc(100% - 32px), 1220px); }
    .section-space { padding: clamp(62px, 10vw, 78px) 0; }

    .hero-educal-grid { gap: 26px; }
    .hero-educal-copy h1 { font-size: clamp(3rem, 11vw, 4.8rem); max-width: 680px; }
    .hero-educal-copy > p { max-width: 620px; }
    .hero-actions { gap: 16px; }
    .hero-trust { width: 100%; max-width: 520px; }
    .hero-educal-visual { min-height: clamp(455px, 79vw, 560px); }
    .hero-main-photo { width: 73%; height: 76%; right: 3%; top: 5%; }
    .hero-small-photo { width: 35%; left: 3%; bottom: 4%; }
    .float-card-top { left: 1%; }
    .float-card-bottom { right: 1%; }

    .center-heading { max-width: 720px; }
    .category-grid { gap: 16px; }
    .category-card { min-height: 185px; padding: 25px 22px; }

    .feature-split-grid { gap: 46px; }
    .feature-image-stack { min-height: clamp(460px, 78vw, 580px); }
    .feature-copy h2 { font-size: clamp(2.25rem, 7.6vw, 3.8rem); }

    .info-band-home-grid > div { min-width: 0; }
    .admission-copy h2, .section-heading-split h2 { font-size: clamp(2.2rem, 7.8vw, 3.7rem); }
    .news-card { min-height: 280px; }

    .inner-hero { padding-top: 68px; padding-bottom: 58px; }
    .inner-hero h1 { font-size: clamp(3rem, 11vw, 5.2rem); line-height: .98; }
    .inner-hero-grid { gap: 30px !important; }
    .story-grid, .establishment-focus, .news-index, .contact-editorial, .admission-layout { gap: 40px !important; }
    .story-photo, .story-photo img { min-height: clamp(350px, 70vw, 500px); }
    .principle-row, .cycle-long { min-width: 0; }
    .map-frame, .map-frame iframe { min-height: 460px; }
    .footer-grid { gap: 30px 22px; }
}

/* Phones */
@media (max-width: 640px) {
    :root { --header-h: 68px; }
    html { scroll-padding-top: 76px; }
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
    .nav-shell { height: 68px; }
    .mobile-menu { inset: 68px 0 0; }
    .mobile-menu-inner { height: calc(100vh - 68px); height: calc(100dvh - 68px); }

    .wrap { width: calc(100% - 28px); }
    .section-space { padding: 62px 0; }

    .hero-educal-grid { padding-top: 42px; padding-bottom: 44px; gap: 24px; }
    .hero-educal-copy h1 { font-size: clamp(2.7rem, 13.2vw, 4rem); line-height: 1; margin-bottom: 20px; }
    .hero-educal-copy > p { font-size: .95rem; line-height: 1.65; margin-bottom: 24px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 480px; }
    .hero-actions .btn, .hero-text-link { width: 100%; min-height: 48px; justify-content: center; }
    .hero-trust { margin-top: 24px; gap: 8px; justify-content: stretch; }
    .hero-trust > div { flex: 1 1 0; min-width: 0; text-align: center; }
    .hero-trust strong { font-size: 1.25rem; }
    .hero-trust span { font-size: .58rem; line-height: 1.25; }
    .hero-trust-divider { flex: 0 0 1px; }

    .hero-educal-visual { min-height: clamp(390px, 105vw, 490px); margin-top: 4px; }
    .hero-blob { width: min(88vw, 370px); height: min(88vw, 370px); right: -4%; top: 7%; }
    .hero-main-photo { width: 74%; height: 72%; right: 2%; top: 7%; border-radius: 28px; }
    .hero-main-photo img, .hero-small-photo img { object-position: center; }
    .hero-small-photo { width: 39%; height: 40%; left: 1%; bottom: 4%; }
    .float-card { max-width: min(47vw, 190px); }
    .float-card-top { left: 0; top: 25%; }
    .float-card-bottom { right: 0; bottom: 8%; }

    .center-heading h2 { font-size: clamp(2.15rem, 10vw, 3rem); line-height: 1.04; }
    .center-heading p { font-size: .92rem; line-height: 1.65; }
    .category-card { min-height: 148px; padding: 20px; grid-template-columns: 54px minmax(0,1fr) 22px; }
    .category-card h3 { font-size: 1.35rem; }

    .feature-image-stack { min-height: clamp(365px, 100vw, 455px); }
    .feature-image-main { width: 84%; height: 80%; border-radius: 18px; }
    .feature-image-small { width: 45%; height: 42%; }
    .feature-badge { left: 2%; bottom: 1%; min-width: 158px; padding: 10px 12px; }
    .feature-badge strong { font-size: 1.5rem; }
    .feature-badge span { font-size: .65rem; }
    .feature-copy h2 { font-size: clamp(2.15rem, 9.5vw, 3.05rem); }
    .feature-copy > p { font-size: .93rem; }
    .check-list li { gap: 12px; }

    .info-band-home { padding: 30px 0; }
    .info-band-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .info-band-home-grid > div { padding: 18px 8px; }
    .info-band-home-grid > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.13); }
    .info-band-home-grid > div:nth-child(even) { border-right: 0; }
    .info-number { font-size: 1.9rem; }

    .admission-showcase-grid { gap: 34px; }
    .admission-copy h2 { font-size: clamp(2.1rem, 9.5vw, 3rem); }
    .admission-steps article { grid-template-columns: 50px minmax(0,1fr); gap: 14px; padding: 20px 0; }
    .admission-steps article > span { width: 42px; height: 42px; }

    .section-heading-split { gap: 18px; }
    .section-heading-split h2 { font-size: clamp(2.1rem, 9vw, 2.9rem); }
    .news-card { min-height: 250px; padding: 26px 22px; }
    .news-card h3 { font-size: clamp(1.5rem, 7vw, 2rem); }

    .inner-hero { padding-top: 56px; padding-bottom: 48px; }
    .inner-hero h1 { font-size: clamp(2.85rem, 13vw, 4.35rem); line-height: 1; }
    .inner-hero-side p { font-size: .94rem; line-height: 1.65; }
    .story-photo, .story-photo img { min-height: clamp(320px, 96vw, 410px); }
    .story-copy h2, .establishment-info h2, .establishment-guidance h2 { font-size: clamp(2.1rem, 9.5vw, 3rem); }
    .large-copy { font-size: 1.2rem; }
    .principle-row { grid-template-columns: 34px minmax(0,1fr); }
    .principle-row h3 { font-size: 1.4rem; }
    .principle-row p { font-size: .9rem; }
    .cycle-long { grid-template-columns: 32px minmax(0,1fr); }
    .cycle-long-main h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
    .cycle-long-copy h3 { font-size: 1.35rem; }
    .info-band { padding: 56px 0; }
    .info-band-grid h2 { font-size: clamp(2rem, 9.3vw, 2.9rem); }
    .address-display { font-size: clamp(1.7rem, 8vw, 2.4rem); }
    .guidance-steps > div { grid-template-columns: 32px 82px minmax(0,1fr) !important; }
    .news-feature { min-height: 350px; padding: 26px 20px; }
    .news-index-row { grid-template-columns: 72px minmax(0,1fr) 16px; gap: 10px; }
    .contact-detail a, .contact-detail strong { font-size: 1.05rem; }
    .contact-buttons { display: grid; grid-template-columns: 1fr; }
    .contact-buttons .btn { width: 100%; }
    .map-frame, .map-frame iframe { min-height: 390px; }
    .map-caption { left: 10px; right: 10px; bottom: 10px; padding: 12px; }
    .contact-prep { padding: 50px 0; }
    .contact-prep h2 { font-size: clamp(2rem, 9.2vw, 2.8rem); }
    .admission-form-shell { padding: 22px 16px; }
    .form-section-title { align-items: flex-start; }
    .editorial-form { gap: 16px; }
    .editorial-form input, .editorial-form select, .editorial-form textarea { min-height: 50px; font-size: 16px; }

    .footer-cta { padding: 56px 0; }
    .footer-cta h2 { font-size: clamp(2.1rem, 9.7vw, 3rem); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; padding-bottom: 42px; }
    .footer-identity, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { min-height: 0; padding: 18px 0 20px; gap: 6px; }

    .mobile-actions { min-height: calc(66px + env(safe-area-inset-bottom)); }
    .mobile-actions a { min-width: 0; padding: 7px 4px 6px; }
}

/* Narrow phones */
@media (max-width: 480px) {
    .wrap { width: calc(100% - 24px); }
    .nav-shell { width: calc(100% - 20px); }
    .brand { gap: 8px; }
    .brand img { width: 38px; height: 38px; }
    .brand-copy strong { font-size: .8rem; }
    .brand-copy span { font-size: .6rem; margin-top: 2px; }
    .menu-toggle { width: 42px; height: 42px; flex-basis: 42px; }

    .eyebrow { font-size: .65rem; letter-spacing: .06em; }
    .hero-educal-grid { padding-top: 36px; }
    .hero-educal-copy h1 { font-size: clamp(2.55rem, 13.6vw, 3.55rem); }
    .hero-educal-visual { min-height: clamp(360px, 104vw, 440px); }
    .hero-main-photo { width: 77%; height: 70%; }
    .hero-small-photo { width: 41%; }
    .float-card { max-width: 178px; padding: 9px 10px; }
    .float-card strong { font-size: .68rem; }
    .float-card small { font-size: .54rem; }
    .float-icon, .float-number { width: 31px; height: 31px; }
    .hero-ring-a { width: 44px; height: 44px; }
    .hero-ring-b { display: none; }

    .category-card { min-height: 132px; grid-template-columns: 48px minmax(0,1fr) 18px; gap: 13px; padding: 18px; }
    .category-icon { width: 48px; height: 48px; }
    .category-card h3 { font-size: 1.25rem; }
    .category-card p { font-size: .76rem; }

    .feature-image-stack { min-height: 350px; }
    .feature-badge { min-width: 145px; }
    .check-list li > span { width: 26px; height: 26px; }
    .check-list strong { font-size: .93rem; }
    .check-list small { font-size: .78rem; line-height: 1.45; }

    .info-band-home-grid > div { padding: 16px 5px; }
    .info-number { font-size: 1.72rem; }
    .info-band-home-grid div > span:last-child { font-size: .52rem; letter-spacing: .05em; }

    .news-card { min-height: 225px; padding: 23px 18px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-identity, .footer-contact { grid-column: auto; }
    .footer-links { padding-top: 0; }

    .inner-hero h1 { font-size: clamp(2.55rem, 13.2vw, 3.75rem); }
    .story-photo, .story-photo img { min-height: 310px; }
    .guidance-steps > div { grid-template-columns: 28px 74px minmax(0,1fr) !important; gap: 8px !important; }
    .guidance-steps small { font-size: .73rem; }
    .news-index-row { grid-template-columns: 66px minmax(0,1fr) 14px; }
    .news-index-row > span { font-size: .58rem; }
    .news-index-row h3 { font-size: 1.15rem; }
    .map-frame, .map-frame iframe { min-height: 340px; }
}

/* 360px / 320px safety */
@media (max-width: 360px) {
    .wrap { width: calc(100% - 20px); }
    .brand-copy strong { font-size: .75rem; }
    .brand-copy span { font-size: .56rem; }
    .hero-educal-copy h1 { font-size: clamp(2.35rem, 13.5vw, 3.1rem); }
    .hero-educal-visual { min-height: 340px; }
    .hero-main-photo { width: 79%; height: 68%; border-radius: 22px; }
    .hero-small-photo { width: 42%; height: 38%; }
    .float-card-bottom { display: none; }
    .float-card-top { top: 29%; max-width: 164px; }
    .hero-trust > div:nth-of-type(2) { display: none; }
    .hero-trust-divider:nth-of-type(2) { display: none; }
    .category-card { grid-template-columns: 44px minmax(0,1fr) 16px; gap: 11px; padding: 16px; }
    .category-icon { width: 44px; height: 44px; }
    .feature-image-stack { min-height: 320px; }
    .feature-badge { transform: scale(.9); transform-origin: left bottom; }
    .admission-steps article { grid-template-columns: 44px minmax(0,1fr); }
    .news-index-row { grid-template-columns: 1fr 14px; }
    .news-index-row > span { grid-column: 1 / -1; }
    .news-index-row h3 { margin-bottom: 0; }
    .guidance-steps > div { grid-template-columns: 26px minmax(0,1fr) !important; }
    .guidance-steps small { grid-column: 2; }
    .mobile-actions a { font-size: .6rem; }
}

/* Short landscape phones: keep navigation usable */
@media (max-height: 520px) and (max-width: 960px) and (orientation: landscape) {
    .mobile-menu-inner { padding-top: 14px; }
    .mobile-menu nav a { padding: 9px 0; font-size: 1.35rem; }
    .mobile-menu-actions { padding-top: 10px; }
    .hero-educal-grid { padding-top: 34px; }
    .hero-educal-visual { min-height: 420px; }
}

/* Touch ergonomics */
@media (pointer: coarse) {
    .btn, .nav-cta, .menu-toggle, .hero-text-link, .text-button, .text-action, .mobile-menu-actions a { min-height: 44px; }
    .desktop-nav a { padding-block: 12px; }
    .category-card, .news-card { -webkit-tap-highlight-color: transparent; }
}

/* Production fail-safe: content must never disappear if animation JS is unavailable. */
html.reveal-fallback [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
