:root {
    --acf-ui-primary: #082f63;
    --acf-ui-primary-deep: #062752;
    --acf-ui-accent: #13c7e8;
    --acf-ui-surface: #ffffff;
    --acf-ui-soft: #f4f7fb;
    --acf-ui-text: #172033;
    --acf-ui-muted: #667085;
    --acf-ui-border: #dfe6ef;
    --acf-ui-success: #169b62;
    --acf-ui-warning: #d98b00;
    --acf-ui-danger: #d64045;
    --acf-ui-info: #13c7e8;
    --acf-ui-radius-sm: 8px;
    --acf-ui-radius: 14px;
    --acf-ui-radius-lg: 20px;
    --acf-ui-shadow-sm: 0 5px 16px rgba(8,47,99,.07);
    --acf-ui-shadow: 0 12px 34px rgba(8,47,99,.10);
    --acf-ui-shell: 1200px;
    --acf-night: #082f63;
    --acf-night-deep: #062752;
    --acf-accent: #13c7e8;
    --acf-text: #172033;
    --acf-muted: #667085;
    --acf-surface: #ffffff;
    --acf-soft: #f4f7fb;
    --acf-border: #dfe6ef;
    --acf-radius: 14px;
    --acf-shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--acf-text);
    background: var(--acf-surface);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: #0868b5; }
a:hover, a:focus { color: var(--acf-night); }
button, input, textarea, select { font: inherit; }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--acf-ui-accent); outline-offset: 3px; }
.acf-shell { width: min(100% - 40px, var(--acf-shell)); margin-inline: auto; }
.acf-site-main { min-height: 45vh; }
.acf-content-shell { padding-block: 48px; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    width: auto; height: auto; clip: auto; margin: 8px; padding: 10px 14px;
    background: #fff; color: var(--acf-night); z-index: 100000;
}
.acf-native-header { position: relative; z-index: 100; color: #fff; }
.acf-native-header__hero { position: relative; min-height: clamp(210px, 20vw, 310px); background-color: #dce9f2; background-position: center; background-size: cover; }
.acf-native-header__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.1), transparent 42%, rgba(255,255,255,.05)); pointer-events: none; }
.acf-native-header__hero-inner { position: relative; z-index: 1; display: flex; min-height: inherit; padding-block: 24px; align-items: center; justify-content: space-between; gap: 32px; }
.acf-site-title { color: #fff; font-size: 1.3rem; font-weight: 800; text-decoration: none; }
.acf-site-branding .custom-logo-link { display: inline-flex; align-items: center; }
.acf-native-header .acf-site-branding .custom-logo { display: block; width: auto; max-width: min(360px, 46vw); max-height: 210px; object-fit: contain; }
.acf-native-header__contacts { display: flex; padding: 8px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,25,47,.88); box-shadow: 0 8px 24px rgba(0,0,0,.18); align-items: center; gap: 0; backdrop-filter: blur(5px); }
.acf-native-header__contacts > * { display: inline-flex; padding: 3px 13px; color: #fff; font-size: .86rem; font-weight: 700; text-decoration: none; align-items: center; gap: 8px; white-space: nowrap; }
.acf-native-header__contacts > * + * { border-left: 1px solid rgba(255,255,255,.18); }
.acf-native-header__contacts > * > span { color: var(--acf-accent); }
.acf-native-header__nav { background: #061d33; box-shadow: 0 6px 18px rgba(6,29,51,.15); }
.acf-native-header__nav-inner { position: relative; display: flex; min-height: 70px; align-items: center; justify-content: flex-end; }
.acf-main-navigation > ul { display: flex; padding: 0; margin: 0; list-style: none; align-items: center; gap: clamp(15px, 2vw, 30px); }
.acf-main-navigation li { position: relative; }
.acf-main-navigation a { color: #fff; text-decoration: none; font-weight: 700; }
.acf-main-navigation > ul > li > a { display: flex; min-height: 70px; border-bottom: 3px solid transparent; align-items: center; }
.acf-main-navigation > ul > .current-menu-item > a, .acf-main-navigation > ul > .current-menu-ancestor > a, .acf-main-navigation > ul > li > a:hover, .acf-main-navigation > ul > li > a:focus { color: var(--acf-accent); border-bottom-color: var(--acf-accent); }
.acf-main-navigation .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 220px; padding: 10px 0; margin: 0; border-radius: 0 0 9px 9px; background: #061d33; list-style: none; box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.acf-main-navigation .sub-menu a { display: block; padding: 10px 18px; }
.acf-main-navigation li:hover > .sub-menu, .acf-main-navigation li:focus-within > .sub-menu { display: block; }
.acf-menu-toggle { display: none; }
.acf-native-footer { padding: 52px 0 0; background: #061f42; color: rgba(255,255,255,.78); }
.acf-native-footer__grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1fr; gap: clamp(30px, 5vw, 72px); }
.acf-native-footer h2 { margin: 0 0 15px; color: #fff; font-size: 1rem; text-transform: uppercase; }
.acf-native-footer p { margin: 0 0 12px; }
.acf-native-footer a { color: rgba(255,255,255,.84); text-decoration: none; }
.acf-native-footer a:hover, .acf-native-footer a:focus { color: var(--acf-accent); }
.acf-native-footer__portal { color: #ff7a1a !important; font-weight: 800; }
.acf-native-footer ul { padding: 0; margin: 0; list-style: none; }
.acf-native-footer li + li { margin-top: 8px; }
.acf-native-footer__qualiopi { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; text-align: center; }
.acf-native-footer__qualiopi img { width: auto; max-width: 180px; max-height: 70px; margin-bottom: 12px; object-fit: contain; }
.acf-native-footer__qualiopi p { font-size: .76rem; line-height: 1.5; }
.acf-native-footer__bottom { display: flex; margin-top: 42px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; justify-content: space-between; gap: 24px; }
.acf-entry-card { padding: 24px 0; border-bottom: 1px solid var(--acf-border); }
.acf-entry-title { margin: 0 0 8px; }
.acf-entry-title a { color: var(--acf-night); text-decoration: none; }
.acf-archive-header { margin-bottom: 30px; }
.acf-featured-image { margin: 24px 0; }
.acf-error-page { min-height: 70vh; background: var(--acf-soft); }
.acf-error-hero { position: relative; overflow: hidden; padding: clamp(64px, 8vw, 112px) 0; background: linear-gradient(135deg, #061f42 0%, var(--acf-night) 58%, #0b477c 100%); color: #fff; }
.acf-error-hero::after { content: ""; position: absolute; inset: auto -10% -55% 40%; height: 460px; border-radius: 50%; background: rgba(19,199,232,.08); }
.acf-error-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.acf-error-copy { max-width: 700px; }
.acf-error-eyebrow { margin: 0 0 12px; color: var(--acf-accent); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.acf-error-code { margin: 0 0 8px; color: var(--acf-accent); font-size: clamp(5rem, 11vw, 9rem); font-weight: 900; letter-spacing: -.06em; line-height: .75; }
.acf-error-page .acf-error-hero h1 {
    margin: 22px 0 16px;
    color: #fff !important;
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    font-weight: 800;
    line-height: 1.05;
    text-shadow: 0 3px 18px rgba(0,0,0,.2);
}
.acf-error-intro { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.acf-error-search { max-width: 620px; margin-top: 34px; }
.acf-error-page .acf-error-search h2 { margin: 0 0 10px; color: #fff !important; font-size: 1rem; font-weight: 800; }
.acf-error-search .acf-search-form { padding: 6px; border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.acf-error-search .acf-search-form input { min-height: 48px; border: 0; outline: 0; }
.acf-error-search .acf-search-form button { min-width: 130px; background: var(--acf-accent); color: var(--acf-night-deep); }
.acf-error-visual { position: relative; min-height: 340px; }
.acf-error-visual__mountain { position: absolute; bottom: 48px; left: 50%; width: 330px; height: 250px; transform: translateX(-50%); clip-path: polygon(50% 0, 100% 100%, 0 100%); background: rgba(255,255,255,.1); }
.acf-error-visual__mountain--back { left: 64%; width: 270px; height: 190px; background: rgba(19,199,232,.2); }
.acf-error-visual__mountain--front::after { content: ""; position: absolute; inset: 0; clip-path: polygon(50% 0, 69% 38%, 58% 31%, 50% 47%, 39% 31%, 29% 42%); background: rgba(255,255,255,.85); }
.acf-error-visual__route { position: absolute; left: 12%; right: 5%; bottom: 32px; height: 68px; border-top: 7px solid var(--acf-accent); border-radius: 50%; transform: rotate(-4deg); }
.acf-error-visual__pin { position: absolute; right: 10%; bottom: 83px; width: 38px; height: 38px; border: 9px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); filter: drop-shadow(0 8px 12px rgba(0,0,0,.25)); }
.acf-error-actions { padding-block: clamp(58px, 7vw, 90px); }
.acf-error-actions__heading { margin-bottom: 30px; text-align: center; }
.acf-error-actions__heading h2 { margin: 0; color: var(--acf-night); font-size: clamp(1.8rem, 3vw, 2.5rem); }
.acf-error-actions__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.acf-error-card { display: flex; min-height: 265px; padding: 28px; border: 1px solid var(--acf-border); border-radius: var(--acf-radius); background: #fff; color: var(--acf-text); box-shadow: 0 12px 34px rgba(8,47,99,.06); text-decoration: none; flex-direction: column; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.acf-error-card:hover, .acf-error-card:focus { color: var(--acf-text); border-color: var(--acf-accent); box-shadow: 0 18px 45px rgba(8,47,99,.12); transform: translateY(-4px); }
.acf-error-card:focus-visible { outline: 3px solid var(--acf-accent); outline-offset: 3px; }
.acf-error-card__icon { display: inline-flex; width: 52px; height: 52px; margin-bottom: 22px; border-radius: 14px; background: #e7f9fd; color: var(--acf-night); font-size: 1.8rem; font-weight: 900; align-items: center; justify-content: center; }
.acf-error-card__title { color: var(--acf-night); font-size: 1.22rem; font-weight: 900; }
.acf-error-card__text { margin-top: 8px; color: var(--acf-muted); }
.acf-error-card__link { margin-top: auto; padding-top: 22px; color: #0577a5; font-weight: 800; }
.acf-button, .acf-search-form button {
    display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px;
    border: 0; border-radius: 8px; background: var(--acf-night); color: #fff; font-weight: 800; text-decoration: none;
}
.acf-search-form { display: flex; gap: 10px; }
.acf-search-form label { flex: 1; }
.acf-search-form input { width: 100%; padding: 11px 13px; border: 1px solid var(--acf-border); border-radius: 8px; }
.acf-search-page { background: var(--acf-soft); }
.acf-search-hero { padding: clamp(58px, 7vw, 92px) 0; background: linear-gradient(135deg, #061f42, var(--acf-night) 65%, #0b477c); color: #fff; }
.acf-search-hero__inner { max-width: 900px; }
.acf-search-eyebrow { margin: 0 0 10px; color: var(--acf-accent); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.acf-search-hero h1 { margin: 0; color: #fff !important; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; }
.acf-search-query { margin: 15px 0 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.acf-search-query strong { color: #fff; }
.acf-search-hero__form { max-width: 690px; margin-top: 28px; }
.acf-search-hero__form .acf-search-form { padding: 6px; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.acf-search-hero__form input { min-height: 48px; border: 0; outline: 0; }
.acf-search-hero__form button { min-width: 130px; background: var(--acf-accent); color: var(--acf-night-deep); }
.acf-search-results { padding-block: clamp(48px, 6vw, 82px); }
.acf-search-results__heading { margin-bottom: 28px; }
.acf-search-results__heading h2 { margin: 0 0 5px; color: var(--acf-night); font-size: clamp(1.6rem, 3vw, 2.25rem); }
.acf-search-results__heading p { margin: 0; color: var(--acf-muted); }
.acf-search-results__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.acf-search-card { display: flex; min-height: 280px; border: 1px solid var(--acf-border); border-radius: var(--acf-radius); background: var(--acf-surface); overflow: hidden; box-shadow: var(--acf-ui-shadow-sm); flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.acf-search-card:hover { box-shadow: var(--acf-ui-shadow); transform: translateY(-3px); }
.acf-search-card__image { display: block; aspect-ratio: 16 / 7; background: #dfe6ef; overflow: hidden; }
.acf-search-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.acf-search-card__body { display: flex; padding: 24px; flex: 1; flex-direction: column; }
.acf-search-card__type { align-self: flex-start; padding: 4px 9px; border-radius: 999px; background: #e7f9fd; color: #0577a5; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.acf-search-card h2 { margin: 14px 0 8px; font-size: 1.3rem; line-height: 1.3; }
.acf-search-card h2 a { color: var(--acf-night); text-decoration: none; }
.acf-search-card__excerpt { color: var(--acf-muted); }
.acf-search-card__excerpt p { margin: 0; }
.acf-search-card__link { margin-top: auto; padding-top: 20px; color: #0577a5; font-weight: 800; text-decoration: none; }
.acf-pagination { margin-top: 34px; }
.acf-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.acf-pagination .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; padding: 8px 12px; border: 1px solid var(--acf-border); border-radius: 8px; background: #fff; color: var(--acf-night); text-decoration: none; align-items: center; justify-content: center; }
.acf-pagination .page-numbers.current { border-color: var(--acf-night); background: var(--acf-night); color: #fff; }
.acf-no-results { max-width: 760px; margin: 0 auto; padding: clamp(38px, 6vw, 68px); border: 1px solid var(--acf-border); border-radius: var(--acf-ui-radius-lg); background: #fff; text-align: center; box-shadow: var(--acf-ui-shadow-sm); }
.acf-no-results__icon { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; background: #e7f9fd; color: var(--acf-night); font-size: 2rem; font-weight: 900; align-items: center; justify-content: center; }
.acf-no-results h2 { margin: 20px 0 10px; color: var(--acf-night); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.acf-no-results > p { color: var(--acf-muted); }
.acf-no-results__form { margin: 24px 0 18px; }
.acf-archive-page { background: var(--acf-soft); }
.acf-listing-hero { padding: clamp(54px, 7vw, 88px) 0; background: linear-gradient(135deg, #061f42, var(--acf-night) 68%, #0b477c); color: #fff; }
.acf-listing-eyebrow { margin: 0 0 10px; color: var(--acf-accent); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.acf-listing-hero h1 { margin: 0; color: #fff !important; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; }
.acf-listing-description { max-width: 760px; margin: 16px 0 0; color: rgba(255,255,255,.82); font-size: 1.06rem; }
.acf-listing-description p { margin: 0; }
.acf-listing-content { padding-block: clamp(48px, 6vw, 82px); }
.acf-content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.acf-content-card { position: relative; display: flex; min-height: 330px; border: 1px solid var(--acf-border); border-radius: var(--acf-radius); background: var(--acf-surface); overflow: hidden; box-shadow: var(--acf-ui-shadow-sm); flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.acf-content-card:not(.has-post-thumbnail)::before { content: ""; display: block; height: 7px; background: linear-gradient(90deg,var(--acf-accent),var(--acf-night)); }
.acf-content-card:hover { box-shadow: var(--acf-ui-shadow); transform: translateY(-3px); }
.acf-content-card__image { display: block; aspect-ratio: 16 / 9; background: #dfe6ef; overflow: hidden; }
.acf-content-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.acf-content-card__body { display: flex; padding: 23px; flex: 1; flex-direction: column; }
.acf-content-card__meta { display: flex; color: var(--acf-muted); font-size: .74rem; font-weight: 700; justify-content: space-between; gap: 12px; text-transform: uppercase; }
.acf-content-card__meta span { color: #0577a5; }
.acf-content-card h2 { margin: 14px 0 9px; font-size: 1.28rem; line-height: 1.3; }
.acf-content-card h2 a { color: var(--acf-night); text-decoration: none; }
.acf-content-card__excerpt { color: var(--acf-muted); }
.acf-content-card__excerpt p { margin: 0; }
.acf-content-card__link { margin-top: auto; padding-top: 20px; color: #0577a5; font-weight: 800; text-decoration: none; }
.acf-layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; padding-block: 48px; }
.acf-layout-sidebar--left { grid-template-columns: 300px minmax(0, 1fr); }
.acf-single-page { background: var(--acf-surface); }
.acf-single-hero { padding: clamp(52px, 7vw, 90px) 0; background: linear-gradient(135deg, #061f42, var(--acf-night) 68%, #0b477c); color: #fff; }
.acf-single-hero__inner { max-width: 980px; }
.acf-single-back { display: inline-flex; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 800; text-decoration: none; align-items: center; gap: 7px; }
.acf-single-back:hover, .acf-single-back:focus { color: var(--acf-accent); }
.acf-single-meta { display: flex; margin-bottom: 14px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; gap: 16px; }
.acf-single-meta span { color: var(--acf-accent); }
.acf-single-hero h1 { max-width: 880px; margin: 0; color: #fff !important; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; }
.acf-single-intro { max-width: 780px; margin-top: 20px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.acf-single-intro p { margin: 0; }
.acf-single-layout { max-width: 980px; padding-block: clamp(48px, 6vw, 82px); }
.acf-single-featured { margin: 0 0 clamp(34px, 5vw, 54px); border-radius: var(--acf-ui-radius-lg); background: #dfe6ef; overflow: hidden; box-shadow: var(--acf-ui-shadow); }
.acf-single-featured img { display: block; width: 100%; height: auto; }
.acf-entry-content { max-width: 820px; margin-inline: auto; color: var(--acf-text); font-size: 1.06rem; line-height: 1.78; }
.acf-entry-content > :first-child { margin-top: 0; }
.acf-entry-content > :last-child { margin-bottom: 0; }
.acf-entry-content h2, .acf-entry-content h3, .acf-entry-content h4 { margin-top: 1.75em; color: var(--acf-night); line-height: 1.25; }
.acf-entry-content h2 { font-size: clamp(1.65rem, 3vw, 2.2rem); }
.acf-entry-content h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.acf-entry-content a { color: #0577a5; text-decoration-thickness: .08em; text-underline-offset: .16em; }
.acf-entry-content img { max-width: 100%; height: auto; border-radius: 10px; }
.acf-entry-content blockquote { margin: 2em 0; padding: 22px 26px; border-left: 5px solid var(--acf-accent); border-radius: 0 10px 10px 0; background: var(--acf-soft); color: var(--acf-night); }
.acf-entry-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.acf-entry-content th, .acf-entry-content td { padding: 11px 13px; border: 1px solid var(--acf-border); text-align: left; }
.acf-entry-content th { background: var(--acf-soft); color: var(--acf-night); }
.acf-page-links { display: flex; margin-top: 32px; gap: 8px; align-items: center; }
.acf-page-links .post-page-numbers { display: inline-flex; min-width: 38px; min-height: 38px; padding: 7px; border: 1px solid var(--acf-border); border-radius: 7px; text-decoration: none; align-items: center; justify-content: center; }
.acf-page-links .current { border-color: var(--acf-night); background: var(--acf-night); color: #fff; }
.acf-single-navigation { display: grid; max-width: 820px; margin: clamp(48px, 6vw, 72px) auto 0; padding-top: 26px; border-top: 1px solid var(--acf-border); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.acf-single-navigation > div:empty { display: none; }
.acf-single-navigation__next { text-align: right; }
.acf-single-navigation a { display: flex; min-height: 105px; padding: 20px; border: 1px solid var(--acf-border); border-radius: var(--acf-radius); background: var(--acf-soft); color: var(--acf-night); text-decoration: none; flex-direction: column; justify-content: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.acf-single-navigation a:hover, .acf-single-navigation a:focus { border-color: var(--acf-accent); box-shadow: var(--acf-ui-shadow-sm); transform: translateY(-2px); }
.acf-single-navigation span { margin-bottom: 6px; color: #0577a5; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.acf-single-navigation strong { line-height: 1.35; }

@media (max-width: 820px) {
    .acf-native-header__hero { min-height: 210px; }
    .acf-native-header__hero-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
    .acf-native-header .acf-site-branding .custom-logo { max-width: min(250px, 70vw); max-height: 125px; }
    .acf-native-header__contacts { width: 100%; border-radius: 12px; align-items: stretch; flex-direction: column; }
    .acf-native-header__contacts > * { padding: 5px 7px; white-space: normal; }
    .acf-native-header__contacts > * + * { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
    .acf-native-header__nav-inner { min-height: 58px; }
    .acf-menu-toggle { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; background: transparent; color: #fff; align-items: center; gap: 9px; }
    .acf-menu-toggle__icon, .acf-menu-toggle__icon::before, .acf-menu-toggle__icon::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; }
    .acf-menu-toggle__icon { position: relative; }
    .acf-menu-toggle__icon::before { position: absolute; top: -6px; }
    .acf-menu-toggle__icon::after { position: absolute; top: 6px; }
    .acf-main-navigation { display: none; position: absolute; top: 58px; left: 0; right: 0; padding: 14px 20px 20px; background: #061d33; z-index: 999; }
    .acf-main-navigation.is-open { display: block; }
    .acf-main-navigation > ul { align-items: stretch; flex-direction: column; gap: 0; }
    .acf-main-navigation > ul > li > a { min-height: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .acf-main-navigation .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 4px 14px; border-radius: 0; background: transparent; box-shadow: none; }
    .acf-native-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .acf-native-footer__bottom { align-items: flex-start; flex-direction: column; }
    .acf-layout-sidebar, .acf-layout-sidebar--left { grid-template-columns: 1fr; }
    .acf-error-hero__inner { grid-template-columns: 1fr; }
    .acf-error-visual { display: none; }
    .acf-error-actions__grid { grid-template-columns: 1fr; }
    .acf-error-card { min-height: 220px; }
    .acf-search-results__grid { grid-template-columns: 1fr; }
    .acf-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .acf-single-navigation { grid-template-columns: 1fr; }
    .acf-single-navigation__next { text-align: left; }
}

@media (max-width: 520px) {
    .acf-shell { width: min(100% - 28px, var(--acf-shell)); }
    .acf-error-search .acf-search-form { align-items: stretch; flex-direction: column; }
    .acf-error-search .acf-search-form button { width: 100%; }
    .acf-native-footer__grid { grid-template-columns: 1fr; }
    .acf-search-hero__form .acf-search-form, .acf-no-results .acf-search-form { align-items: stretch; flex-direction: column; }
    .acf-search-hero__form button, .acf-no-results .acf-search-form button { width: 100%; }
    .acf-content-grid { grid-template-columns: 1fr; }
}

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