:root {
    --h26-ink: #071b33;
    --h26-copy: #334e68;
    --h26-blue: #275df5;
    --h26-violet: #7147ff;
    --h26-cyan: #15c7d4;
    --h26-lime: #b9ef3b;
    --h26-orange: #ff7a32;
    --h26-paper: #f6faff;
    --h26-line: rgba(93, 124, 158, .22);
    --h26-shadow: 0 24px 70px rgba(12, 36, 68, .16);
}

html { scroll-behavior: smooth; }

.home26,
.home26 * { box-sizing: border-box; }

.home26 {
    position: relative;
    overflow: hidden;
    color: var(--h26-ink);
    background: #fff;
    font-size: 17px;
    line-height: 1.65;
    isolation: isolate;
}

.home26 a { text-decoration: none !important; }
.home26 img { display: block; max-width: 100%; }

.home26-shell {
    width: min(1380px, calc(100% - 64px));
    margin-inline: auto;
}

.home26-aurora {
    position: absolute;
    inset: 0 0 auto;
    height: 980px;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(135deg, #f8fbff, #eef5ff 48%, #fbf6ff);
}

.home26-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(39, 93, 245, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 93, 245, .055) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000 30%, transparent 92%);
}

.home26-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: .62;
    animation: h26Orb 12s ease-in-out infinite alternate;
}
.home26-orb-a { width: 430px; height: 430px; left: -120px; top: 110px; background: rgba(31, 202, 215, .28); }
.home26-orb-b { width: 560px; height: 560px; right: -130px; top: 10px; background: rgba(113, 71, 255, .25); animation-delay: -5s; }
.home26-orb-c { width: 310px; height: 310px; left: 48%; top: 420px; background: rgba(185, 239, 59, .18); animation-delay: -8s; }

@keyframes h26Orb { to { transform: translate3d(50px, 35px, 0) scale(1.12); } }

.home26-hero { position: relative; padding: clamp(64px, 7vw, 108px) 0 0; min-height: 940px; }
.home26-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr); gap: clamp(24px, 3.5vw, 56px); align-items: center; }
.home26-hero-copy { position: relative; z-index: 4; padding-bottom: 62px; }

.home26-kicker,
.home26-section-tag,
.home26-index,
.home26-clients-heading > span,
.home26-crossroad-copy > span {
    color: #1760d7;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.home26-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.home26-kicker span { width: 30px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--h26-cyan), var(--h26-blue)); }

.home26-hero h1,
.home26-program h2,
.home26-intro h2,
.home26-crossroad h2,
.home26-clients h2 {
    margin: 0;
    color: var(--h26-ink);
    font-weight: 900;
    letter-spacing: -.055em;
}
.home26-hero h1 { font-size: clamp(46px, 4.4vw, 76px); line-height: 1.06; max-width: none; }
.home26-hero h1 .home26-title-keep { display: block; white-space: nowrap; }
.home26 h1 em,
.home26 h2 em { font-style: normal; color: transparent; background: linear-gradient(100deg, var(--h26-blue), var(--h26-violet) 48%, #d129e8); -webkit-background-clip: text; background-clip: text; }
.home26-hero-copy > p { max-width: 680px; margin: 28px 0 0; color: var(--h26-copy); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.7; font-weight: 600; }

.home26-hero-actions,
.home26-actions,
.home26-crossroad-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.home26-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 12px 22px;
    border: 1px solid var(--h26-line);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 850;
    transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease;
}
.home26-btn:hover { transform: translateY(-3px); }
.home26-btn-primary { color: #fff !important; border-color: transparent; background: linear-gradient(110deg, var(--h26-blue), var(--h26-violet)); box-shadow: 0 14px 32px rgba(67, 65, 225, .27); }
.home26-btn-primary:hover { color: #fff !important; box-shadow: 0 18px 40px rgba(67, 65, 225, .34); }
.home26-btn-ghost { color: var(--h26-ink) !important; background: rgba(255, 255, 255, .78); backdrop-filter: blur(12px); }
.home26-btn-ghost:hover { color: var(--h26-blue) !important; border-color: rgba(39, 93, 245, .45); }
.home26-btn-light { color: var(--h26-ink) !important; background: #fff; border-color: #fff; box-shadow: 0 16px 34px rgba(4, 26, 50, .18); }
.home26-btn-light:hover { color: var(--h26-blue) !important; }

.home26-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 42px; max-width: 700px; }
.home26-proof > div { padding: 16px 18px; border: 1px solid rgba(134, 158, 184, .22); border-radius: 16px; background: rgba(255,255,255,.6); backdrop-filter: blur(10px); }
.home26-proof strong { display: block; color: var(--h26-ink); font-size: 20px; line-height: 1.15; font-weight: 900; }
.home26-proof span { display: block; margin-top: 5px; color: #526b84; font-size: 13px; font-weight: 700; }

.home26-hero-visual { position: relative; min-height: 780px; transform-style: preserve-3d; }
.home26-ai-core { position: absolute; left: 50%; top: 50%; z-index: 5; width: 210px; height: 210px; transform: translate(-50%, -50%); border-radius: 46px; display: grid; place-content: center; text-align: center; color: #fff; background: linear-gradient(145deg, #16c7d8, #3267fa 48%, #7044ff); box-shadow: 0 30px 80px rgba(58, 80, 222, .38), inset 0 1px 1px rgba(255,255,255,.5); animation: h26Core 4s ease-in-out infinite; }
.home26-ai-core::before { content: ""; position: absolute; inset: -11px; border: 1px solid rgba(56, 99, 240, .35); border-radius: 54px; }
.home26-ai-core span { font-size: 82px; line-height: .9; font-weight: 950; letter-spacing: -.08em; }
.home26-ai-core small { margin-top: 14px; font-size: 9px; letter-spacing: .18em; font-weight: 900; }
@keyframes h26Core { 50% { transform: translate(-50%, -54%) rotate(2deg); box-shadow: 0 38px 90px rgba(58, 80, 222, .45); } }

.home26-visual-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; border: 1px dashed rgba(49, 102, 235, .3); transform: translate(-50%, -50%); }
.ring-one { width: 460px; height: 460px; animation: h26Spin 28s linear infinite; }
.ring-two { width: 720px; height: 720px; animation: h26SpinReverse 40s linear infinite; }
.home26-visual-ring::before,
.home26-visual-ring::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--h26-cyan); box-shadow: 0 0 0 7px rgba(21,199,212,.12); }
.home26-visual-ring::before { top: -6px; left: 50%; }.home26-visual-ring::after { bottom: 12%; right: 10%; background: var(--h26-violet); }
@keyframes h26Spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes h26SpinReverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }

.home26-orbit-slot { display: contents; }
.home26-float-card { position: absolute; z-index: 4; width: 280px; padding: 8px; border: 1px solid rgba(255,255,255,.88); border-radius: 20px; overflow: hidden; color: var(--h26-ink) !important; background: rgba(255,255,255,.86); box-shadow: 0 18px 45px rgba(18, 48, 84, .18); backdrop-filter: blur(16px); transition: transform .3s ease, box-shadow .3s ease; animation: h26Float 6s ease-in-out infinite; }
.home26-float-card:hover { transform: translateY(-9px) rotate(0) !important; box-shadow: 0 25px 60px rgba(28, 58, 102, .27); }
.home26-float-card img { width: 100%; aspect-ratio: 1.62; object-fit: cover; border-radius: 14px; }
.home26-float-card span { display: block; padding: 10px 8px 6px; font-size: 14px; line-height: 1.2; font-weight: 900; }
.float-ai { left: -18px; top: 8px; transform: rotate(-5deg); }.float-vibe { right: -22px; top: 28px; transform: rotate(4deg); animation-delay: -1.1s; }.float-academic { right: -8px; bottom: 12px; transform: rotate(-3deg); animation-delay: -2.4s; }.float-corporate { left: -10px; bottom: 28px; transform: rotate(4deg); animation-delay: -3.5s; }.float-video { width: 236px; right: -42px; top: 42%; transform: rotate(7deg); animation-delay: -4.2s; }
@keyframes h26Float { 50% { translate: 0 -10px; } }

@media (min-width: 1101px) {
    .home26-orbit-slot {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 4;
        width: 0;
        height: 0;
        transform: rotate(var(--orbit-start)) translateX(var(--orbit-radius)) rotate(calc(var(--orbit-start) * -1));
        animation: h26OrbitTravel 48s linear infinite;
    }
    .home26-orbit-slot .home26-float-card {
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
    .home26-orbit-slot .home26-float-card:hover {
        transform: translate(-50%, calc(-50% - 10px)) rotate(0) !important;
    }
    .home26-hero-visual:hover .home26-orbit-slot,
    .home26-orbit-slot:hover {
        animation-play-state: paused;
    }
}
@keyframes h26OrbitTravel {
    from { transform: rotate(var(--orbit-start)) translateX(var(--orbit-radius)) rotate(calc(var(--orbit-start) * -1)); }
    to { transform: rotate(calc(var(--orbit-start) + 360deg)) translateX(var(--orbit-radius)) rotate(calc((var(--orbit-start) + 360deg) * -1)); }
}

.home26-signal { width: 100%; overflow: hidden; color: #fff; background: var(--h26-ink); transform: rotate(-1.1deg) scale(1.02); }
.home26-signal-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 15px 0; animation: h26Marquee 28s linear infinite; font-size: 13px; line-height: 1; letter-spacing: .14em; font-weight: 900; }
.home26-signal-track i { color: var(--h26-lime); font-style: normal; }
@keyframes h26Marquee { to { transform: translateX(-50%); } }

.home26-route-nav { position: sticky; top: 0; z-index: 20; padding: 12px 0; border-bottom: 1px solid rgba(126,151,178,.18); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(13,39,70,.06); }
.home26-route-nav .home26-shell { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.home26-route-nav a { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 11px; color: #415a73 !important; font-size: 13px; font-weight: 850; transition: .25s ease; }
.home26-route-nav b { color: #2d65ec; font-size: 11px; }
.home26-route-nav a:hover,
.home26-route-nav a.is-active { color: #fff !important; background: var(--h26-ink); }
.home26-route-nav a:hover b,
.home26-route-nav a.is-active b { color: var(--h26-lime); }

.home26-intro { padding: clamp(100px, 10vw, 170px) 0; background: #fff; }
.home26-intro-grid { display: grid; grid-template-columns: .55fr 1.25fr .9fr; gap: clamp(30px, 5vw, 78px); align-items: start; }
.home26-intro h2 { font-size: clamp(30px, 3.4vw, 56px); line-height: 1.18; }
.home26-intro-headline h2 { display: flex; flex-direction: column; align-items: flex-start; gap: .06em; }
.home26-intro-line { display: block; overflow: hidden; white-space: nowrap; }
.home26-intro-line > span {
    display: block;
    opacity: 0;
    transform: translateY(110%);
}
.home26-intro-headline.is-visible .home26-intro-line > span {
    animation: h26IntroLine .85s cubic-bezier(.16, 1, .3, 1) forwards;
}
.home26-intro-headline.is-visible .home26-intro-line:nth-child(2) > span { animation-delay: .16s; }
.home26-intro-headline.is-visible .home26-intro-line:nth-child(3) > span { animation-delay: .32s; }
.home26-intro-line:nth-child(3) { position: relative; }
.home26-intro-headline.is-visible .home26-intro-line:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .08em;
    width: 100%;
    height: .12em;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(39, 93, 245, .18), rgba(113, 71, 255, .55), rgba(209, 41, 232, .12));
    transform: scaleX(0);
    transform-origin: left center;
    animation: h26IntroRule .7s cubic-bezier(.16, 1, .3, 1) .55s forwards;
}
@keyframes h26IntroLine {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes h26IntroRule {
    to { transform: scaleX(1); }
}
.home26-intro p { margin: 4px 0 0; color: var(--h26-copy); font-size: 18px; font-weight: 600; }

.home26-program { position: relative; padding: clamp(92px, 9vw, 150px) 0; }
.home26-program-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.home26-program-reverse { grid-template-columns: 1.18fr .82fr; }
.home26-program-reverse .home26-program-copy { order: 2; }.home26-program-reverse .home26-gallery { order: 1; }
.home26-program-copy { position: relative; z-index: 2; }
.home26-index { margin-bottom: 22px; }
.home26-program h2 { font-size: clamp(46px, 5vw, 78px); line-height: 1.04; }
.home26-program-copy > p,
.home26-program-heading p { margin: 25px 0 0; color: var(--h26-copy); font-size: 18px; line-height: 1.75; font-weight: 600; }
.home26-tool-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.home26-tool-list li { margin: 0; padding: 8px 13px; border: 1px solid rgba(73, 111, 154, .25); border-radius: 999px; color: #263e58; background: rgba(255,255,255,.72); font-size: 13px; line-height: 1.2; font-weight: 850; }
.home26-text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--h26-ink) !important; font-size: 17px; font-weight: 900; }
.home26-text-link span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--h26-blue); transition: transform .25s ease; }
.home26-text-link:hover span { transform: translateX(5px) rotate(-12deg); }
.home26-sub-link { color: #526d88 !important; font-size: 14px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 5px; }

.home26-program-ai { background: linear-gradient(140deg, #eefcff, #f6f4ff 52%, #fff); }
.home26-program-ai::before { content: "AI"; position: absolute; left: -35px; bottom: -100px; color: rgba(39,93,245,.04); font-size: 420px; line-height: 1; font-weight: 950; pointer-events: none; }
.home26-program-vibe { color: #fff; background: #071b33; }
.home26-program-vibe .home26-index { color: #5eeaf2; }.home26-program-vibe h2 { color: #fff; }.home26-program-vibe h2 em { background-image: linear-gradient(100deg, #4ce4ed, #a482ff, #ff7fd4); }.home26-program-vibe .home26-program-copy > p { color: #c9d8e8; }.home26-program-vibe .home26-tool-list li { color: #e9f3ff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }.home26-program-vibe .home26-text-link { color: #fff !important; }.home26-program-vibe .home26-sub-link { color: #b9cfe4 !important; }

.home26-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 14px; }
.home26-shot { position: relative; min-width: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--h26-shadow); background: #dfe9f4; }
.home26-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.home26-shot::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,17,37,.86)); }
.home26-shot span { position: absolute; z-index: 2; left: 19px; right: 19px; bottom: 15px; color: #fff; font-size: 15px; line-height: 1.25; font-weight: 900; }
.home26-shot:hover img { transform: scale(1.055); }
.home26-shot-wide { grid-column: span 2; }.home26-shot-tall { grid-row: span 2; }
.home26-gallery-vibe { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
.home26-gallery-vibe .home26-shot { height: 100%; background: #102a4a; transition: transform .35s ease, box-shadow .35s ease; }
.home26-gallery-vibe .home26-shot img { width: 100%; height: 100%; object-fit: contain; }
.home26-gallery-vibe .home26-shot::after,
.home26-gallery-vibe .home26-shot span { display: none; }
.home26-gallery-vibe .home26-shot:hover { transform: translateY(-6px); }
.home26-gallery-vibe .home26-shot:hover img { transform: none; }

.home26-program-academic { background: #f2f7fb; }
.home26-program-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(45px, 9vw, 150px); align-items: end; margin-bottom: 56px; }
.home26-program-heading .home26-text-link { margin-top: 25px; }
.home26-academic-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home26-academic-card { overflow: hidden; border: 1px solid rgba(98,128,157,.22); border-radius: 25px; color: var(--h26-ink) !important; background: #fff; box-shadow: 0 18px 45px rgba(19,47,77,.09); transition: transform .35s ease, box-shadow .35s ease; }
.home26-academic-card:hover { transform: translateY(-9px); box-shadow: 0 28px 60px rgba(19,47,77,.17); }
.home26-academic-card img { width: 100%; aspect-ratio: 1.72; object-fit: cover; }
.home26-academic-card > div { padding: 24px; }
.home26-academic-card span { color: #1760d7; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.home26-academic-card h3 { margin: 9px 0; color: var(--h26-ink); font-size: 25px; line-height: 1.18; font-weight: 900; }
.home26-academic-card p { margin: 0; color: var(--h26-copy); font-size: 15px; line-height: 1.6; font-weight: 600; }
.home26-academic-card b { display: inline-block; margin-top: 18px; color: var(--h26-blue); font-size: 14px; }

.home26-program-corporate { background: #fff; }
.home26-corporate-panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; min-height: 650px; padding: clamp(42px, 6vw, 84px); overflow: hidden; border-radius: 42px; color: #fff; background: linear-gradient(125deg, #0e7894, #2565df 58%, #7147ff); box-shadow: 0 32px 90px rgba(32, 87, 175, .25); }
.home26-corporate-panel::before { content: ""; position: absolute; width: 600px; height: 600px; right: -190px; top: -260px; border-radius: 50%; border: 90px solid rgba(255,255,255,.08); }
.home26-corporate-copy { position: relative; z-index: 3; }.home26-corporate-copy .home26-index { color: #b9ffef; }.home26-corporate-copy h2 { color: #fff; }.home26-corporate-copy h2 em { color: #dfff66; background: none; -webkit-text-fill-color: initial; }.home26-corporate-copy p { margin: 24px 0 0; color: #e4f2ff; font-size: 18px; font-weight: 600; }
.home26-corp-points { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 25px; }.home26-corp-points span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 800; }
.home26-corporate-images { position: relative; z-index: 2; }
.home26-corporate-images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 6px solid rgba(255,255,255,.92);
    border-radius: 25px;
    box-shadow: 0 22px 55px rgba(2,23,47,.3);
    background: #0b1d3a;
}

.home26-program-video { background: linear-gradient(145deg, #f7fbff, #ecf5ff); }
.home26-video-wall { display: grid; grid-template-columns: 1.25fr .75fr; gap: 13px; transform: perspective(1000px) rotateY(-3deg); }
.home26-video-wall a { position: relative; overflow: hidden; min-height: 210px; border-radius: 22px; box-shadow: 0 20px 48px rgba(15,46,82,.16); background: #0b1d34; }
.home26-video-wall a:first-child { grid-row: span 2; }.home26-video-wall img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .5s ease; }.home26-video-wall a:first-child img { object-position: 72% center; }.home26-video-wall a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,39,69,.04), rgba(15,39,69,.34)); }.home26-video-wall a:hover img { transform: scale(1.05); opacity: .82; }
.home26-play { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(39,93,245,.9); box-shadow: 0 10px 25px rgba(12,38,80,.3); }

.home26-crossroad { padding: 95px 0; color: #fff; background: var(--h26-ink); }
.home26-crossroad .home26-shell { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.home26-crossroad-copy > span { color: #6cecf0; }.home26-crossroad h2 { margin-top: 12px; color: #fff; font-size: clamp(39px, 4.6vw, 70px); line-height: 1.06; }.home26-crossroad .home26-btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }

.home26-clients { padding: clamp(90px, 9vw, 145px) 0; background: #fff; }
.home26-clients-heading { text-align: center; }.home26-clients-heading > span { color: #1760d7; }.home26-clients h2 { margin-top: 8px; font-size: clamp(42px, 5vw, 72px); }.home26-clients-heading p { margin: 4px 0 0; color: var(--h26-copy); font-size: 17px; }
.home26-client-image { margin-top: 42px; padding: 28px; border: 1px solid rgba(103,132,164,.18); border-radius: 28px; background: #fff; box-shadow: 0 22px 65px rgba(16,43,72,.08); }.home26-client-image img { width: 100%; height: auto; }

.home26-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.home26-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .home26-hero-grid { grid-template-columns: 1fr; }
    .home26-hero-copy { padding-bottom: 0; }
    .home26-hero h1 { font-size: clamp(44px, 6.4vw, 68px); }
    .home26-hero-visual { min-height: 700px; max-width: 920px; width: 100%; margin-inline: auto; }
    .home26-intro-grid { grid-template-columns: 1fr 1fr; }.home26-section-tag { grid-column: 1 / -1; }
    .home26-intro h2 { font-size: clamp(28px, 4vw, 42px); }
    .home26-program-grid { grid-template-columns: 1fr; }.home26-program-copy { max-width: 820px; }.home26-program-reverse .home26-program-copy { order: 1; }.home26-program-reverse .home26-gallery { order: 2; }
    .home26-program-heading { grid-template-columns: 1fr; gap: 24px; }.home26-academic-cards { grid-template-columns: 1fr 1fr; }.home26-academic-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.home26-academic-card:last-child img { height: 100%; aspect-ratio: auto; }
    .home26-corporate-panel { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .home26 { font-size: 16px; }.home26-shell { width: min(100% - 30px, 1380px); }
    .home26-hero { padding-top: 58px; min-height: 0; }.home26-hero h1 { font-size: clamp(36px, 9.5vw, 52px); }.home26-hero-copy > p { font-size: 17px; }.home26-proof { grid-template-columns: 1fr; }
    .home26-hero-visual { min-height: 560px; }.home26-ai-core { width: 148px; height: 148px; border-radius: 32px; }.home26-ai-core span { font-size: 58px; }.home26-ai-core small { font-size: 6px; }.ring-one { width: 310px; height: 310px; }.ring-two { width: 500px; height: 500px; }.home26-float-card { width: 176px; border-radius: 14px; padding: 6px; }.home26-float-card span { padding: 6px; font-size: 11px; }.float-ai { top: 12px; left: 0; }.float-vibe { top: 36px; right: 0; }.float-corporate { bottom: 18px; left: 0; }.float-academic { bottom: 8px; right: 0; }.float-video { width: 152px; right: -8px; top: 46%; }
    .home26-route-nav { overflow-x: auto; }.home26-route-nav .home26-shell { display: flex; width: max-content; min-width: 100%; padding-inline: 15px; }.home26-route-nav a { white-space: nowrap; }
    .home26-intro-grid { grid-template-columns: 1fr; }.home26-intro h2 { font-size: clamp(26px, 7vw, 34px); }.home26-program { padding: 82px 0; }.home26-program h2 { font-size: 45px; }
    .home26-gallery { grid-auto-rows: 155px; gap: 9px; }.home26-shot { border-radius: 15px; }.home26-shot span { left: 11px; bottom: 10px; font-size: 11px; }
    .home26-gallery-vibe { grid-auto-rows: 155px; }
    .home26-academic-cards { grid-template-columns: 1fr; }.home26-academic-card:last-child { grid-column: auto; display: block; }.home26-academic-card:last-child img { height: auto; aspect-ratio: 1.72; }
    .home26-corporate-panel { width: 100%; border-radius: 0; padding: 65px 20px; }.home26-corp-points { grid-template-columns: 1fr; }
    .home26-video-wall { grid-template-columns: 1fr 1fr; transform: none; }.home26-video-wall a { min-height: 145px; }.home26-video-wall a:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 235px; }
    .home26-crossroad .home26-shell { display: block; }.home26-crossroad h2 { font-size: 43px; }.home26-crossroad-actions { align-items: stretch; }.home26-crossroad-actions .home26-btn { width: 100%; }
    .home26-client-image { padding: 12px; border-radius: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home26 *, .home26 *::before, .home26 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .home26-reveal { opacity: 1; transform: none; }
    .home26-intro-line > span { opacity: 1; transform: none; }
    .home26-intro-line:nth-child(3)::after { transform: scaleX(1); }
    .home26-orbit-slot { animation: none !important; }
}
