/* 4.3.3 editorial footer: orange brand field with white content. */
.site-footer-v433 {
    position: relative;
    padding: 58px 0 0;
    color: #fff;
    background: #ff6708;
}
.site-footer-v433 a { color: #fff; }
.footer-v433-main {
    display: grid;
    grid-template-columns: minmax(260px,1.22fr) minmax(190px,.88fr) minmax(200px,.9fr) minmax(280px,1.15fr);
    align-items: start;
    gap: clamp(34px,4vw,72px);
}
.footer-v433-brand { min-width: 0; }
.footer-v433-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: clamp(27px,2.25vw,38px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.8px;
}
.footer-v433-logo__mark { display: grid; width: 39px; height: 39px; place-items: center; }
.footer-v433-logo__mark .ui-icon { width: 34px; height: 34px; fill: currentColor; stroke: currentColor; }
.footer-v433-tagline { display: block; margin-top: 20px; font-size: 17px; line-height: 1.4; }
.footer-v433-brand > p { max-width: 390px; margin: 13px 0 0; font-size: 15px; line-height: 1.7; opacity: .96; }
.footer-v433-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.footer-v433-social a {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    transition: transform .18s ease, background .18s ease;
}
.footer-v433-social a:hover,
.footer-v433-social a:focus { transform: translateY(-2px); background: rgba(255,255,255,.16); }
.footer-v433-social .ui-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-v433-social a[aria-label="Facebook"] .ui-icon,
.footer-v433-social a[aria-label="YouTube"] .ui-icon { fill: currentColor; stroke: currentColor; }

.footer-v433-group { min-width: 0; }
.footer-v433-group summary {
    display: grid;
    grid-template-columns: 27px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 850;
    cursor: default;
    list-style: none;
}
.footer-v433-group summary::-webkit-details-marker { display: none; }
.footer-v433-group summary .ui-icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-v433-group summary > b { display: none; }
.footer-v433-group:not([open]) > .footer-v433-group__content { display: flex; }
.footer-v433-group__content { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; }
.footer-v433-group__content a {
    display: flex;
    min-height: 41px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 15px;
    font-weight: 620;
    text-decoration: none;
}
.footer-v433-group__content a > b { font-size: 23px; font-weight: 400; }
.footer-v433-legal-group { display: none; }

.footer-v433-newsletter {
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 18px;
    padding: 26px;
    background: rgba(255,255,255,.08);
}
.footer-v433-newsletter__icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 12px; }
.footer-v433-newsletter__icon .ui-icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-v433-newsletter h2 { margin: 15px 0 8px; color: #fff; font-size: 28px; line-height: 1.1; }
.footer-v433-newsletter > p { margin: 0; font-size: 15px; line-height: 1.55; }
.footer-v433-newsletter form { display: grid; gap: 10px; margin-top: 19px; }
.footer-v433-newsletter input,
.footer-v433-newsletter button { box-sizing: border-box; width: 100%; min-height: 50px; border-radius: 999px; font-size: 16px; }
.footer-v433-newsletter input { border: 0; padding: 0 18px; color: #2d3442; background: #fff; outline: none; }
.footer-v433-newsletter input:focus { box-shadow: 0 0 0 4px rgba(255,255,255,.3); }
.footer-v433-newsletter button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-weight: 850;
    cursor: pointer;
}
.footer-v433-newsletter button:hover,
.footer-v433-newsletter button:focus { color: #ff6708; background: #fff; }
.footer-v433-newsletter button .ui-icon { width: 19px; height: 19px; fill: currentColor; stroke: currentColor; }
.footer-v433-newsletter > small { display: flex; align-items: center; gap: 6px; margin-top: 13px; font-size: 11px; line-height: 1.4; }
.footer-v433-newsletter > small .ui-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.footer-v433-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 46px;
    border-top: 1px solid rgba(255,255,255,.72);
    padding: 22px 0 24px;
}
.footer-v433-bottom p { display: flex; align-items: center; gap: 7px; margin: 0; font-size: 13px; }
.footer-v433-bottom p .ui-icon { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; }
.footer-v433-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0; }
.footer-v433-bottom nav a { padding: 0 14px; border-right: 1px solid rgba(255,255,255,.62); font-size: 13px; }
.footer-v433-bottom nav a:last-child { border-right: 0; padding-right: 0; }

@media (max-width: 1100px) and (min-width: 701px) {
    .footer-v433-main { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-v433-legal-group { display: block; }
}

@media (max-width: 700px) {
    .site-footer-v433 { padding: 36px 0 0; }
    .footer-v433-main { display: flex; width: calc(100% - 28px); flex-direction: column; gap: 12px; }
    .footer-v433-brand { padding: 3px 12px 19px; text-align: center; }
    .footer-v433-logo { justify-content: center; font-size: clamp(25px,7.6vw,34px); }
    .footer-v433-logo__mark { width: 34px; height: 34px; }
    .footer-v433-logo__mark .ui-icon { width: 30px; height: 30px; }
    .footer-v433-tagline { margin-top: 15px; font-size: 16px; }
    .footer-v433-brand > p { max-width: 440px; margin: 10px auto 0; font-size: 14px; line-height: 1.65; }
    .footer-v433-social { justify-content: center; margin-top: 20px; }
    .footer-v433-social a { width: 38px; height: 38px; }

    .footer-v433-group,
    .footer-v433-legal-group { display: block; width: 100%; border: 1px solid rgba(255,255,255,.72); border-radius: 12px; }
    .footer-v433-group summary { min-height: 58px; grid-template-columns: 25px minmax(0,1fr) 24px; padding: 0 15px; font-size: 17px; cursor: pointer; }
    .footer-v433-group summary > b { display: block; font-size: 24px; line-height: 1; transition: transform .2s ease; }
    .footer-v433-group[open] summary > b { transform: rotate(180deg); }
    .footer-v433-group:not([open]) > .footer-v433-group__content { display: none; }
    .footer-v433-group__content { margin: 0; border-top: 1px solid rgba(255,255,255,.38); padding: 8px 15px 13px; }
    .footer-v433-group__content a { min-height: 42px; font-size: 14px; }

    .footer-v433-newsletter { margin-top: 8px; border-radius: 14px; padding: 22px 17px; text-align: center; }
    .footer-v433-newsletter__icon { margin: 0 auto; }
    .footer-v433-newsletter h2 { font-size: 25px; }
    .footer-v433-newsletter > p { font-size: 14px; }
    .footer-v433-newsletter input,
    .footer-v433-newsletter button { min-height: 52px; font-size: 16px; }
    .footer-v433-newsletter > small { justify-content: center; font-size: 10px; }

    .footer-v433-bottom { width: calc(100% - 28px); flex-direction: column; gap: 14px; margin-top: 27px; padding: 20px 0 23px; text-align: center; }
    .footer-v433-bottom p { justify-content: center; font-size: 12px; }
    .footer-v433-bottom nav { justify-content: center; }
    .footer-v433-bottom nav a { padding: 0 9px; font-size: 12px; }
    .footer-v433-bottom nav a:last-child { padding-right: 0; }
}
