/* ===== Ресурс v2: header, home, footer ===== */
.site-v2 {
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

.site-v2 a { color: inherit; text-decoration: none; }
.site-v2 a.btn-primary,
.site-v2 a[class*="bg-academy-blue"],
.site-v2 a[class*="bg-academy-burgundy"],
.site-v2 a[class*="from-academy-blue"],
.site-v2 a[class*="from-academy-burgundy"],
.site-v2 a[class*="bg-gradient-to-r"] {
    color: #fff !important;
}
.site-v2 a.btn-gold,
.site-v2 a[class*="bg-academy-yellow"] {
    color: var(--navy-deep) !important;
}
.site-v2 a.btn-outline,
.site-v2 a.btn-ghost {
    background: #fff;
    color: var(--burgundy) !important;
    border-color: var(--burgundy);
}
.site-v2 a.btn-outline:hover,
.site-v2 a.btn-ghost:hover {
    background: var(--burgundy);
    color: #fff !important;
    border-color: var(--burgundy);
}
.site-v2 a.btn-primary {
    background: var(--burgundy);
    color: #fff !important;
    border-color: var(--burgundy);
}
.site-v2 a.btn-primary:hover {
    background: var(--burgundy-deep);
    color: #fff !important;
}
.site-v2 .text-white h1,
.site-v2 .text-white h2,
.site-v2 .text-white h3,
.site-v2 h1.text-white,
.site-v2 h2.text-white,
.site-v2 h3.text-white,
.site-v2 [class*="from-academy-blue"] h1,
.site-v2 [class*="from-academy-blue"] h2,
.site-v2 [class*="from-academy-blue"] h3,
.site-v2 [class*="from-academy-burgundy"] h1,
.site-v2 [class*="from-academy-burgundy"] h2,
.site-v2 [class*="from-academy-burgundy"] h3,
.site-v2 .bg-academy-blue h1,
.site-v2 .bg-academy-blue h2,
.site-v2 .bg-academy-blue h3 {
    color: #fff;
}
.site-v2 img { max-width: 100%; height: auto; display: block; }
.site-v2 .wrap {
    width: min(var(--wrap), calc(100% - 40px));
    margin: 0 auto;
}

.site-v2 h1, .site-v2 h2, .site-v2 h3 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--navy);
}

.eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}

.lead { color: var(--muted); font-size: 1.05rem; max-width: 42em; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 2px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    text-align: center;
}
.btn-primary { background: var(--burgundy); color: #fff; }
.btn-primary:hover { background: var(--burgundy-deep); }
.btn-ghost { background: #fff; color: var(--burgundy); border-color: #fff; }
.btn-ghost:hover { background: var(--burgundy); color: #fff; border-color: var(--burgundy); }
.btn-outline { background: #fff; color: var(--burgundy); border-color: var(--burgundy); }
.btn-outline:hover { background: var(--burgundy); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-muted); }
.link-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--burgundy);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.link-text:hover { border-bottom-color: var(--burgundy); }
.link-text.light { color: var(--gold); }
.link-text.light:hover { border-bottom-color: var(--gold); }

/* Hide legacy chrome */
.site-v2 .search-section,
.site-v2 header.main-header { display: none !important; }

/* ===== Header ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: var(--navy-deep);
    color: #fff;
    border-bottom: 1px solid rgba(200,163,93,.18);
}
.site-header .wrap {
    width: min(1480px, calc(100% - 32px));
}
.site-header__bar {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: var(--header-h);
}
.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 0;
}
.site-logo > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
.site-logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--gold);
    flex: 0 0 auto;
}
.site-logo__name {
    display: block;
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.site-logo__tag {
    display: block;
    margin: 0;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245,241,234,.62);
    white-space: nowrap;
    line-height: 1.2;
}

.site-nav { display: flex; justify-content: center; flex: 1 1 auto; min-width: 0; }
.site-nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.site-nav > ul > li { position: relative; flex: 0 0 auto; }
.site-nav > ul > li > a,
.nav-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--header-h);
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1;
    color: rgba(255,255,255,.86);
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}
.site-nav > ul > li > a:hover,
.nav-trigger:hover,
.site-nav > ul > li:hover > a,
.site-nav > ul > li:hover .nav-trigger { color: var(--gold); }

.mega {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(6px);
    min-width: 340px;
    background: var(--paper);
    color: var(--navy);
    padding: 18px 8px 12px;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(16,22,28,.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .16s, transform .16s, visibility .16s;
}
.site-nav > ul > li:hover .mega,
.site-nav > ul > li:focus-within .mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.mega a {
    display: block;
    padding: 10px 16px;
    border-radius: 4px;
}
.mega a:hover { background: var(--cream); }
.mega strong { display: block; font-size: 14px; color: var(--navy); }
.mega span { display: block; font-size: 12px; color: var(--muted); font-weight: 400; margin-top: 2px; }
.mega__foot {
    margin: 8px 16px 6px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}
.mega__foot a { color: var(--burgundy); font-weight: 700; font-size: 13px; padding: 8px 0; }

.site-tools {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}
.site-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    text-align: right;
    line-height: 1;
    white-space: nowrap;
}
.site-phone {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1.2;
}
.site-phone:hover { color: var(--gold); }
.site-email {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
.site-email:hover { color: var(--gold); }
.icon-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.15);
    background: transparent;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    flex: 0 0 auto;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.site-tools .btn {
    min-height: 40px;
    padding: 0 16px;
    flex: 0 0 auto;
    white-space: nowrap;
}
.burger {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.2);
    background: none;
    padding: 0;
    cursor: pointer;
}
.burger span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #fff;
    margin: 4px auto;
}

.search-drop {
    display: none;
    background: var(--navy);
    border-top: 1px solid rgba(200,163,93,.18);
    padding: 16px 0 20px;
}
.search-drop.open { display: block; }
.search-drop form {
    display: flex;
    gap: 8px;
}
.search-drop input {
    flex: 1;
    height: 48px;
    border: 1px solid rgba(255,255,255,.18);
    background: transparent;
    color: #fff;
    padding: 0 16px;
    font: inherit;
}
.search-drop input::placeholder { color: rgba(255,255,255,.45); }

.mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
}
.mobile-drawer.open { display: block; }
.mobile-drawer__mask {
    position: absolute;
    inset: 0;
    background: rgba(16,22,28,.55);
}
.mobile-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100%;
    background: var(--navy-deep);
    color: #fff;
    overflow: auto;
    padding: 24px 22px 48px;
}
.mobile-drawer__close {
    float: right;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.mobile-acc { clear: both; padding-top: 24px; }
.mobile-acc details { border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-acc summary {
    padding: 14px 0;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}
.mobile-acc summary::-webkit-details-marker { display: none; }
.mobile-acc a { display: block; padding: 8px 0; color: rgba(255,255,255,.75); font-size: 14px; }
.mobile-acc .top-link { font-weight: 600; color: #fff; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: block; }
.drawer-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 8px;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 8px;
}
.drawer-contacts .site-phone,
.drawer-contacts .site-email {
    align-self: flex-start;
    padding: 2px 0;
}

/* ===== Home ===== */
.home-v2 { background: var(--cream); }
.home-v2 .page-breadcrumbs { display: none; }

.hero {
    background: var(--navy-deep);
    color: #fff;
    min-height: calc(100svh - var(--header-h));
    display: flex;
    flex-direction: column;
}
.hero__grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 40px;
    align-items: center;
    padding: 48px 0 28px;
}
.hero h1 {
    color: #fff;
    font-size: clamp(32px, 4.4vw, 54px);
    max-width: 14ch;
    margin: 0 0 18px;
}
.hero-thesis {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    color: var(--gold);
    margin: 0 0 18px;
    white-space: pre-line;
}
.hero p { color: rgba(245,241,234,.78); max-width: 46ch; }
.hero-dirs {
    margin: 22px 0 28px;
    color: rgba(245,241,234,.55);
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-visual {
    min-height: 420px;
    border: 1px solid var(--line-gold);
    background:
        radial-gradient(circle at 20% 20%, rgba(122,38,58,.35), transparent 42%),
        linear-gradient(160deg, #12181F 0%, #1C2732 55%, #2A1820 100%);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 36px;
}
.hero-visual::after { display: none; }
.hero-visual__caption {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    color: var(--gold);
    white-space: pre-line;
}
.trust {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 16px 0 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    color: rgba(245,241,234,.62);
    font-size: 13px;
}
.trust span + span::before {
    content: "·";
    color: var(--gold);
    margin-right: 28px;
}

.section { padding: 88px 0; }
.section-head { margin-bottom: 36px; max-width: 720px; }
.section-head h2 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 12px; }

.cycle { background: var(--paper); }
.cycle p { font-size: 1.15rem; max-width: 46em; color: var(--graphite); }
.cycle-line {
    margin-top: 28px;
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--burgundy);
}

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.pillar {
    background: var(--navy);
    color: #fff;
    padding: 32px 28px 28px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}
.pillar h3 {
    color: var(--gold);
    font-size: 32px;
    margin: 0 0 10px;
}
.pillar p { color: rgba(255,255,255,.78); flex: 0; }
.pillar ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 24px;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    line-height: 1.9;
}
.pillar .link-text { margin-top: auto; }

.router { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.task {
    background: #fff;
    border: 1px solid var(--line);
    padding: 22px 18px 20px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
}
.task h3 { font-size: 22px; margin: 0 0 10px; }
.task p { color: var(--muted); font-size: 14px; flex: 1; }
.task .btn { margin-top: 16px; width: 100%; }

.edu-grid, .dirs, .consult-grid, .ai-grid, .why-grid, .stats, .cases, .experts, .license-grid {
    display: grid;
    gap: 16px;
}
.edu-grid { grid-template-columns: repeat(4, 1fr); }
.card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    min-height: 230px;
}
.card h3 { font-size: 24px; margin: 0 0 10px; }
.card p { color: var(--muted); font-size: 14px; flex: 1; }
.card .link-text { margin-top: 18px; }

.dirs { grid-template-columns: repeat(4, 1fr); }
.dir { padding: 8px 8px 0 0; }
.dir h3 { font-size: 28px; margin-bottom: 10px; }

.consult {
    background: var(--navy-deep);
    color: #fff;
}
.consult h2, .consult h3 { color: #fff; }
.consult .lead { color: rgba(245,241,234,.72); }
.consult-phrase {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 40px);
    color: var(--gold);
    max-width: 16ch;
    margin: 28px 0 36px;
    line-height: 1.15;
}
.consult-grid { grid-template-columns: repeat(4, 1fr); }
.consult-item {
    border-top: 1px solid rgba(200,163,93,.3);
    padding-top: 16px;
}
.consult-item h3 { font-size: 18px; margin: 0 0 8px; }
.consult-item p { color: rgba(255,255,255,.62); font-size: 14px; }
.consult-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 36px; }

.ai-block { background: var(--paper); }
.ai-grid { grid-template-columns: repeat(5, 1fr); }
.ai-item h3 { font-size: 18px; margin: 0 0 8px; }
.ai-item p { color: var(--muted); font-size: 14px; }

.corp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 36px 0 28px; }
.step-n {
    font-family: var(--font-display);
    color: var(--gold);
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}
.corp-tags { color: var(--muted); font-size: 13px; letter-spacing: .04em; }

.events-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; }
.event-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 22px;
    display: flex;
    flex-direction: column;
}
.event-card time { color: var(--burgundy); font-weight: 700; font-size: 13px; letter-spacing: .04em; }
.event-card h3 { font-size: 22px; margin: 10px 0; }
.event-card p { color: var(--muted); font-size: 14px; flex: 1; }
.event-meta { font-size: 13px; color: var(--graphite); margin: 12px 0 18px; }
.club-card {
    background: var(--burgundy);
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.club-card h3 { color: #fff; font-size: 32px; margin: 0 0 12px; }
.club-card p { color: rgba(255,255,255,.82); }

.why-grid { grid-template-columns: repeat(5, 1fr); }
.why-item { border-top: 1px solid var(--gold); padding-top: 16px; }
.why-item h3 { font-size: 18px; margin: 0 0 8px; }
.why-item p { color: var(--muted); font-size: 14px; }

.stats { grid-template-columns: repeat(3, 1fr); text-align: center; }
.stat b {
    display: block;
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 500;
    color: var(--navy);
    line-height: 1;
}
.stat span { color: var(--muted); }

.cases { grid-template-columns: repeat(3, 1fr); }
.case-kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-muted); font-weight: 700; }

.experts { grid-template-columns: repeat(4, 1fr); }
.expert { background: #fff; border: 1px solid var(--line); }
.expert img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.expert__body { padding: 18px 16px 20px; }
.expert h3 { font-size: 22px; margin: 0 0 6px; }
.expert p { color: var(--muted); font-size: 13px; }
.expert .tags { margin: 10px 0 14px; font-size: 12px; color: var(--graphite); }

.license { background: var(--paper); }
.license-grid { grid-template-columns: 1.3fr 1fr 1fr; align-items: start; }

.founder {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}
.founder img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.founder-quote {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--burgundy);
    margin: 24px 0;
}

.final-cta {
    background: var(--navy-deep);
    color: #fff;
    text-align: center;
    padding: 96px 0;
}
.final-cta h2 { color: #fff; font-size: clamp(36px, 5vw, 56px); margin: 0 0 16px; }
.final-cta p { margin: 0 auto 32px; max-width: 38em; color: rgba(245,241,234,.72); }
.final-cta .hero-actions { justify-content: center; }

/* ===== Footer ===== */
.site-footer {
    background: var(--navy-deep);
    color: rgba(255,255,255,.72);
    padding: 64px 0 28px;
    margin-top: 0;
}
.site-footer h3 {
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.foot-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 28px;
}
.site-footer a:hover { color: var(--gold); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 8px; font-size: 14px; }
.foot-brand p { margin: 10px 0 0; max-width: 28ch; }
.foot-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 13px;
}

/* ===== Modal ===== */
.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
}
.lead-modal.open { display: block; }
.lead-modal__mask { position: absolute; inset: 0; background: rgba(16,22,28,.62); }
.lead-modal__box {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100% - 32px));
    margin: 6vh auto;
    background: var(--paper);
    padding: 32px 28px 28px;
    max-height: 88vh;
    overflow: auto;
}
.lead-modal h2 { margin: 0 0 8px; font-size: 32px; }
.lead-modal .lead { margin-bottom: 22px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input:not([type="radio"]):not([type="checkbox"]), .field textarea, .field select {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    padding: 12px 12px;
    font: inherit;
    color: var(--ink);
}
.choices input[type="radio"] { width: auto; height: auto; }
.choices { display: flex; flex-direction: column; gap: 8px; margin: 8px 0 16px; }
.choices label { font-weight: 500; display: flex; gap: 8px; align-items: center; margin: 0; padding: 0; }
.choices input { margin: 0; flex: 0 0 auto; }
.check { font-size: 13px; color: var(--muted); display: flex; gap: 8px; margin: 12px 0 18px; }
.is-hidden { display: none !important; }
.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    color: var(--muted);
}

/* Hub pages */
.hub-hero {
    background: #fff;
    color: var(--ink);
    padding: 64px 0 48px;
    border-bottom: 1px solid var(--line);
}
.hub-hero h1 {
    color: var(--burgundy);
    font-size: clamp(32px, 4vw, 52px);
    max-width: 16ch;
    margin: 0 0 18px;
}
.hub-hero .lead { color: var(--muted); }
.hub-hero .btn-ghost {
    background: #fff;
    color: var(--burgundy) !important;
    border-color: var(--burgundy);
}
.hub-body {
    background: #fff;
    padding: 64px 0 96px;
}
.hub-body h2 {
    color: var(--burgundy);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 40px 0 12px;
    line-height: 1.3;
}
.hub-body h2:first-child { margin-top: 0; }
.hub-body p {
    max-width: 42em;
    color: var(--graphite);
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 8px;
}
.hub-body .consult-cta { margin-top: 40px; }

@media (max-width: 1360px) {
    .site-nav > ul > li > a,
    .nav-trigger { padding: 0 8px; font-size: 12.5px; }
    .site-header__bar { gap: 12px; }
    .site-tools { gap: 10px; }
    .site-tools .btn { padding: 0 12px; }
}
@media (max-width: 1180px) {
    .pillars, .edu-grid, .dirs, .consult-grid, .ai-grid, .corp-steps, .why-grid, .experts, .events-grid, .cases, .router { grid-template-columns: 1fr 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .hero__grid, .founder, .license-grid { grid-template-columns: 1fr; }
    .site-nav { display: none; }
    .burger { display: block; }
    .hero-visual { min-height: 280px; }
    .hero { min-height: auto; }
}
@media (max-width: 860px) {
    .site-contacts { display: none; }
}
@media (max-width: 700px) {
    .pillars, .edu-grid, .dirs, .consult-grid, .ai-grid, .corp-steps, .why-grid, .experts, .events-grid, .cases, .router, .stats, .foot-grid { grid-template-columns: 1fr; }
    .hero-thesis { white-space: normal; }
    .section { padding: 56px 0; }
    .site-tools .btn span { display: none; }
    .trust span + span::before { margin-right: 16px; }
}
