/*
Theme Name: dds_neotel23.ru
Theme URI: https://neotel23.ru/
Author: Дмитрий Лавров
Description: «Горный воздух» — тема информационно-познавательного портала о природе, истории и заповедных территориях Красной Поляны. Скандинавский и японский минимализм, холодная горная палитра.
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: gorvozd
*/

/* ---------- Скрытые элементы ---------- */
.cookie-banner[hidden] { display: none !important; }

/* ---------- База ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Inter", "Source Sans Pro", "Segoe UI", Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #1F2A33;
    background-color: #F4F7F9;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 260'%3E%3Cpath fill='%233A7CA5' fill-opacity='0.05' d='M0 260 L70 170 L110 196 L190 92 L240 140 L300 58 L352 118 L392 96 L462 18 L522 112 L560 90 L600 132 L600 260 Z'/%3E%3C/svg%3E"),
        repeating-linear-gradient(45deg, rgba(234, 240, 244, 0.3) 0 1px, transparent 1px 24px);
    background-repeat: no-repeat, repeat;
    background-position: right bottom, 0 0;
    background-size: min(620px, 80%) auto, auto;
    background-attachment: fixed, scroll;
}
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Golos Text", "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1F2A33;
    margin: 1.8em 0 0.6em;
    letter-spacing: 0.005em;
}
h1 { font-size: 2.2rem; margin-top: 0; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.1em; }
a {
    color: #3A7CA5;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .25s ease, text-decoration-color .25s ease, text-decoration-thickness .25s ease;
}
a:hover, a:focus-visible { color: #7FB3D5; text-decoration-thickness: 2px; }
blockquote {
    margin: 1.8em 0;
    padding: 0.6em 0 0.6em 1.4em;
    border-left: 3px solid #3A7CA5;
    font-style: italic;
    color: #1F2A33;
}
blockquote p:last-child { margin-bottom: 0; }
table { width: 100%; border-collapse: collapse; margin: 1.5em 0; border: 1px solid #D3DEE5; }
th, td { border: 1px solid #D3DEE5; padding: .6em .8em; text-align: left; }
th { background: #E6EDF2; font-weight: 600; }
pre { overflow-x: auto; background: #E6EDF2; padding: 1em 1.2em; border-radius: 4px; }
hr { border: 0; border-top: 1px solid #D3DEE5; margin: 2em 0; }

.shell { width: min(92%, 1180px); margin-inline: auto; }
.site-main { display: block; }

.sky-strip { height: 3px; background: linear-gradient(90deg, #3A7CA5, #7FB3D5); }

/* ---------- Кнопки ---------- */
.gv-btn {
    display: inline-block;
    padding: .72em 1.5em;
    border: 1px solid #3A7CA5;
    border-radius: 4px;
    background: #3A7CA5;
    color: #FFFFFF;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: .95rem;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.gv-btn:hover, .gv-btn:focus-visible {
    background: #7FB3D5;
    border-color: #7FB3D5;
    color: #FFFFFF;
    transform: translateY(-1px);
    text-decoration: none;
}
.gv-btn--ghost { background: transparent; color: #3A7CA5; }
.gv-btn--ghost:hover, .gv-btn--ghost:focus-visible { background: transparent; color: #7FB3D5; border-color: #7FB3D5; }
.gv-btn--ghost-light { background: transparent; color: #FFFFFF; border-color: #FFFFFF; }
.gv-btn--ghost-light:hover, .gv-btn--ghost-light:focus-visible { background: transparent; color: #7FB3D5; border-color: #7FB3D5; }
.gv-btn--sky { background: #7FB3D5; border-color: #7FB3D5; color: #1F2A33; }
.gv-btn--sky:hover, .gv-btn--sky:focus-visible { background: #FFFFFF; border-color: #FFFFFF; color: #2C3E4A; }

/* ---------- Шапка ---------- */
.masthead { background: #FFFFFF; border-bottom: 1px solid #D3DEE5; }
.masthead-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 0 .8rem; }
.brand { display: flex; align-items: center; gap: .9rem; min-width: 0; color: #1F2A33; text-decoration: none; }
.brand:hover { color: #1F2A33; }
.brand-mark { flex: 0 0 auto; display: block; }
.brand-logo { display: block; max-height: 60px; width: auto; }
.brand-svg { display: block; }
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-name {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: .98rem;
    line-height: 1.3;
    color: #1F2A33;
}
.brand-tagline {
    font-size: .8rem;
    line-height: 1.45;
    color: #6B7F8C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 62ch;
}
.nav-toggle {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    gap: .5rem;
    background: transparent;
    border: 1px solid #D3DEE5;
    border-radius: 4px;
    padding: .5em .8em;
    font: 500 .9rem "Inter", Arial, sans-serif;
    color: #1F2A33;
    cursor: pointer;
}
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after {
    display: block; width: 18px; height: 1.5px; background: #1F2A33; position: relative; content: "";
}
.nav-toggle-bar::before { position: absolute; top: -5px; }
.nav-toggle-bar::after { position: absolute; top: 5px; }
.site-nav { border-top: 1px solid #EDF2F5; }
.site-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .2rem 2rem; }
.site-nav-list a {
    display: block;
    padding: .75rem 0;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: .93rem;
    color: #1F2A33;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.site-nav-list a:hover, .site-nav-list .current-menu-item > a { color: #3A7CA5; border-bottom-color: #3A7CA5; }

/* ---------- Хлебные крошки ---------- */
.breadcrumbs { padding: 1.4rem 0 0; font-size: .88rem; color: #6B7F8C; }
.breadcrumbs a { color: #3A7CA5; }
.breadcrumbs .sep { margin: 0 .35em; color: #B0C4D0; }

/* ---------- Раскладки ---------- */
.page-wrap { padding-bottom: 4.5rem; }
.layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 67fr) minmax(0, 27fr);
    column-gap: 6%;
    align-items: start;
    padding-top: 2rem;
}
.layout-single { display: block; padding-top: 2rem; }
.layout-single .content-area { width: 85%; margin-left: auto; margin-right: auto; }
.content-area { min-width: 0; }

.page-head { margin-bottom: 2rem; }
.page-title { font-size: 3.2rem; font-weight: 700; line-height: 1.15; margin: 0 0 .5rem; }
.page-lead { color: #6B7F8C; font-size: 1.05rem; margin: 0; }
.empty-note { color: #6B7F8C; }

/* ---------- Заголовки секций и H2 ---------- */
.section-title, .entry-content h2, .talk-title {
    position: relative;
    border-left: 2px solid #3A7CA5;
    padding-left: 1.5rem;
    margin-left: .6rem;
}
.section-title::before, .entry-content h2::before, .talk-title::before {
    content: "";
    position: absolute;
    left: .6rem;
    top: .38em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #7FB3D5;
}
.section-title { font-size: 2.1rem; margin-top: 0; margin-bottom: 1rem; }
.section-intro { color: #6B7F8C; max-width: 62ch; margin: 0 0 2.6rem 2.1rem; }

/* ---------- Главная ---------- */
.front-inner { width: 85%; margin-left: auto; margin-right: auto; }
.front-section { padding: 5rem 0; }
.front-section--alt {
    background-color: #E6EDF2;
    background-image: repeating-linear-gradient(45deg, rgba(234, 240, 244, 0.5) 0 1px, transparent 1px 24px);
}

.hero { position: relative; min-height: 60vh; display: flex; align-items: center; overflow: hidden; background: #2C3E4A; }
.hero-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(58, 124, 165, 0.45) 0%, rgba(31, 42, 51, 0.62) 100%);
}
.hero-shell { position: relative; z-index: 2; width: min(92%, 1180px); }
.hero-inner { padding: 4rem 0; }
.hero-title { font-size: 3.2rem; font-weight: 700; color: #FFFFFF; max-width: 18ch; margin: 0 0 1.2rem; line-height: 1.12; }
.hero-lead { color: rgba(255, 255, 255, 0.78); max-width: 58ch; font-size: 1.1rem; margin: 0 0 2rem; }

.chrono { list-style: none; margin: 0; padding: 0; position: relative; }
.chrono::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #B0C4D0; }
.chrono-item { position: relative; width: 50%; padding: 0 2.6rem 2.2rem 0; }
.chrono-item::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: -5px;
    width: 9px;
    height: 9px;
    background: #F4F7F9;
    border: 2px solid #3A7CA5;
    transform: rotate(45deg);
}
.chrono-item:nth-child(even) { margin-left: 50%; padding: 0 0 2.2rem 2.6rem; }
.chrono-item:nth-child(even)::after { right: auto; left: -4px; }
.chrono-item:last-child { padding-bottom: 0; }
.chrono-card {
    background: #F4F7F9;
    border: 1px solid #D3DEE5;
    border-radius: 6px;
    padding: 1.4rem 1.6rem;
    min-width: 0;
}
.chrono-date { display: inline-block; font-family: "Montserrat", Arial, sans-serif; font-weight: 600; font-size: .82rem; color: #3A7CA5; letter-spacing: .04em; }
.chrono-card h3 { margin: .3rem 0 .5rem; font-size: 1.2rem; }
.chrono-card p { margin: 0; color: #1F2A33; font-size: .97rem; }

.gv-divider { position: relative; width: 40%; height: 14px; margin: 0 auto; }
.gv-divider::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 50%;
    border-top: 1px dashed #B0C4D0;
    -webkit-mask-image: linear-gradient(90deg, #000 0 45%, transparent 45% 55%, #000 55% 100%);
    mask-image: linear-gradient(90deg, #000 0 45%, transparent 45% 55%, #000 55% 100%);
}
.gv-divider::after {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 8px; height: 8px;
    border: 1px solid #B0C4D0;
    background: #F4F7F9;
    transform: translate(-50%, -50%) rotate(45deg);
}

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 1.8rem; }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.latest-more { margin: 2.4rem 0 0; }

.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2.4rem; }
.fact { display: flex; flex-direction: column; padding: .4rem 1.6rem; border-left: 1px solid #D3DEE5; min-width: 0; }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact-num { font-family: "Montserrat", Arial, sans-serif; font-weight: 700; font-size: 3rem; line-height: 1.1; color: #3A7CA5; }
.fact-label { color: #6B7F8C; font-size: .98rem; margin-top: .4rem; }

.front-section--cta { padding: 3rem 0 5rem; }
.summit {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    background: #2C3E4A;
    border-radius: 6px;
    padding: 3.6rem 3.4rem;
}
.summit-leaf { position: absolute; right: -30px; top: -30px; width: 220px; height: 220px; opacity: .1; pointer-events: none; }
.summit-text { position: relative; min-width: 0; max-width: 60ch; }
.summit-title { color: #FFFFFF; font-size: 2.3rem; margin: 0 0 .8rem; }
.summit-text p { color: rgba(255, 255, 255, 0.78); margin: 0; }
.summit .gv-btn { position: relative; flex: 0 0 auto; }

/* ---------- Карточки ---------- */
.card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #D3DEE5;
    border-radius: 6px;
    overflow: hidden;
    min-width: 0;
    transition: border-color .25s ease, transform .25s ease;
}
.card:hover { border-color: #3A7CA5; transform: translateX(4px); }
.card-thumb { display: block; background: #E6EDF2; }
.card-thumb img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 1.3rem 1.4rem 1.5rem; min-width: 0; }
.card-chips, .entry-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .7rem; }
.chip {
    display: inline-block;
    padding: .18em .6em;
    border-radius: 2px;
    background: #E6EDF2;
    color: #3A7CA5;
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}
.chip:hover { background: #3A7CA5; color: #FFFFFF; text-decoration: none; }
.card-title { font-size: 1.18rem; margin: 0 0 .4rem; }
.card-title a { color: #1F2A33; text-decoration: none; }
.card-title a:hover { color: #3A7CA5; }
.card-date { font-size: .82rem; color: #6B7F8C; margin-bottom: .7rem; }
.card-excerpt { color: #1F2A33; font-size: .96rem; flex: 1; }
.card-excerpt p { margin: 0 0 0.5em; background: none; }
.card-more { align-self: flex-start; margin-top: .6rem; font-weight: 500; font-size: .92rem; }

/* ---------- Запись и страница ---------- */
.entry-head { margin-bottom: 1.8rem; }
.entry-date { color: #6B7F8C; font-size: .9rem; }
.entry-cover { margin: 0 0 2rem; }
.entry-cover img { display: block; width: 100%; height: auto; border-radius: 6px; }
.entry-content { min-width: 0; }
.entry-content img { border-radius: 4px; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.entry-content li { margin-bottom: .35em; }
.entry-content figure { margin: 1.8em 0; }
.entry-content figcaption { font-size: .85rem; color: #6B7F8C; margin-top: .4em; }
.entry-tags { margin-top: 2rem; }

/* ---------- Сайдбар ---------- */
.sidebar {
    background: #EDF2F5;
    border: 1px solid #D3DEE5;
    border-radius: 6px;
    padding: 1.6rem 1.5rem;
    min-width: 0;
    color: #1F2A33;
}
.sidebar .widget { margin-bottom: 2rem; }
.sidebar .widget:last-child { margin-bottom: 0; }
.sidebar .widget-title { font-size: 1.05rem; color: #1F2A33; margin: 0 0 .9rem; padding-left: .8rem; border-left: 2px solid #3A7CA5; }
.sidebar ul { list-style: none; margin: 0; padding: 0; }
.sidebar li { padding: .55rem 0; border-bottom: 1px solid #D3DEE5; line-height: 1.45; }
.sidebar li:last-child { border-bottom: 0; }
.sidebar a { color: #1F2A33; text-decoration: none; }
.sidebar a:hover { color: #3A7CA5; text-decoration: underline; }
.sidebar .post-date { display: block; font-size: .8rem; color: #6B7F8C; margin-top: .15rem; }
.sidebar p { color: #1F2A33; }

/* ---------- Подвал ---------- */
.basefoot { background: #2C3E4A; color: #D9E3EA; padding: 4rem 0 2rem; }
.basefoot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; }
.basefoot-col { min-width: 0; }
.basefoot .widget { margin-bottom: 1.6rem; color: #D9E3EA; }
.basefoot .widget-title { color: #FFFFFF; font-size: 1.02rem; margin: 0 0 1rem; }
.basefoot p, .basefoot .textwidget { color: #C3D1DB; font-size: .94rem; }
.basefoot ul { list-style: none; margin: 0; padding: 0; }
.basefoot li { margin-bottom: .5rem; }
.basefoot a { color: #D9E3EA; text-decoration: none; }
.basefoot a:hover { color: #7FB3D5; text-decoration: underline; }
.basefoot .post-date { color: #9FB3C1; font-size: .8rem; }
.basefoot-copy { border-top: 1px solid rgba(255, 255, 255, 0.12); margin: 2rem 0 0; padding-top: 1.6rem; font-size: .86rem; color: #9FB3C1; }

/* ---------- Пагинация ---------- */
.pager { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 2.8rem; }
.pager .page-numbers, .pager > span, .pager > a {
    display: inline-block;
    min-width: 2.5rem;
    padding: .45em .85em;
    border: 1px solid #D3DEE5;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1F2A33;
    text-align: center;
    text-decoration: none;
    font-size: .92rem;
    line-height: 1.4;
    transition: border-color .2s ease, color .2s ease;
}
.pager a.page-numbers:hover, .pager > a:hover { border-color: #3A7CA5; color: #3A7CA5; }
.pager .page-numbers.current { background: #3A7CA5; border-color: #3A7CA5; color: #FFFFFF; }
.pager .page-numbers.dots { border: 0; background: none; min-width: 0; }

/* ---------- Поиск ---------- */
.seek { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }
.seek-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.seek-field {
    flex: 1 1 220px;
    min-width: 0;
    padding: .7em .9em;
    border: 1px solid #D3DEE5;
    border-radius: 4px;
    background: #FFFFFF;
    font: inherit;
    color: #1F2A33;
}
.seek-field:focus { outline: none; border-color: #3A7CA5; }

/* ---------- 404 ---------- */
.lost { text-align: left; padding: 2rem 0 1rem; }
.lost-code { display: block; font-family: "Montserrat", Arial, sans-serif; font-weight: 700; font-size: 6rem; line-height: 1; color: #7FB3D5; margin-bottom: 1rem; }

/* ---------- Комментарии ---------- */
.talk { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid #D3DEE5; }
.talk-title { font-size: 1.5rem; margin-top: 0; }
.talk-list, .talk-list .children { list-style: none; margin: 0; padding: 0; }
.talk-list .children { padding-left: 1.6rem; }
.talk-list .comment-body { background: #FFFFFF; border: 1px solid #D3DEE5; border-radius: 6px; padding: 1.1rem 1.3rem; margin-bottom: 1rem; }
.talk-list .avatar { float: left; margin-right: .8rem; border-radius: 50%; }
.talk-list .comment-meta { font-size: .85rem; color: #6B7F8C; margin-bottom: .5rem; }
.talk-list .comment-meta a { color: #6B7F8C; }
.comment-respond { margin-top: 2rem; }
.comment-form label { display: block; font-size: .9rem; margin-bottom: .3rem; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%;
    padding: .7em .9em;
    border: 1px solid #D3DEE5;
    border-radius: 4px;
    background: #FFFFFF;
    font: inherit;
    color: #1F2A33;
}
.comment-form p { margin-bottom: 1rem; }
.comment-form .comment-form-cookies-consent label { display: inline; }

/* ---------- Cookie ---------- */
.cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.1rem 1.4rem;
    background: #FFFFFF;
    border: 1px solid #D3DEE5;
    border-left: 3px solid #3A7CA5;
    border-radius: 6px;
}
.cookie-text { margin: 0; font-size: .9rem; color: #1F2A33; min-width: 0; }
.cookie-accept { flex: 0 0 auto; }

/* ---------- WordPress ---------- */
.alignleft { float: left; margin: .3em 1.5em 1em 0; }
.alignright { float: right; margin: .3em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text { font-size: .85rem; color: #6B7F8C; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.sticky .card { border-color: #7FB3D5; }

/* ---------- Адаптив ---------- */
@media (max-width: 960px) {
    .layout-with-sidebar { grid-template-columns: minmax(0, 1fr); row-gap: 3rem; }
    .layout-single .content-area, .front-inner { width: 100%; }
    .card-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
    .fact:nth-child(3) { border-left: 0; padding-left: 0; }
    .summit { flex-direction: column; align-items: flex-start; padding: 2.8rem 2.4rem; }
    .basefoot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
    .page-title { font-size: 2.6rem; }
    .hero-title { font-size: 2.6rem; }
    .brand-tagline { display: none; }
}
@media (max-width: 760px) {
    .nav-toggle { display: inline-flex; }
    .site-nav { display: none; }
    .site-nav.is-open { display: block; }
    .site-nav-list { flex-direction: column; gap: 0; }
    .site-nav-list a { padding: .7rem 0; border-bottom: 1px solid #EDF2F5; }
}
@media (max-width: 600px) {
    body { font-size: 1rem; }
    .front-section { padding: 3.2rem 0; }
    .front-section--cta { padding: 2rem 0 3.2rem; }
    .hero { min-height: 60vh; }
    .hero-title { font-size: 2rem; }
    .page-title { font-size: 2rem; }
    .section-title { font-size: 1.6rem; }
    .section-intro { margin-left: 0; }
    .card-grid--three { grid-template-columns: minmax(0, 1fr); }
    .chrono::before { left: 6px; }
    .chrono-item, .chrono-item:nth-child(even) { width: 100%; margin-left: 0; padding: 0 0 1.6rem 2rem; }
    .chrono-item::after, .chrono-item:nth-child(even)::after { left: 2px; right: auto; }
    .facts { grid-template-columns: minmax(0, 1fr); }
    .fact, .fact:nth-child(3) { border-left: 0; padding: 0 0 1.2rem; border-bottom: 1px solid #D3DEE5; }
    .fact:last-child { border-bottom: 0; }
    .fact-num { font-size: 2.4rem; }
    .summit { padding: 2rem 1.4rem; }
    .summit-title { font-size: 1.7rem; }
    .basefoot-cols { grid-template-columns: minmax(0, 1fr); }
    .brand-name { font-size: .88rem; }
    .gv-divider { width: 60%; }
    .cookie-banner { flex-direction: column; align-items: flex-start; padding: 1rem 1.2rem; }
    .alignleft, .alignright { float: none; margin: 1em 0; }
}
