#section-footer .footer-layout-shell {
    display: grid;
    grid-template-rows: auto minmax(28px, 1fr) auto auto auto auto;
    align-items: start;
    height: 100%;
    min-height: 0;
    padding-top: clamp(156px, 20vh, 190px);
    padding-bottom: clamp(24px, 3vh, 34px);
    text-align: left;
}
#section-footer.fullscreen-section {
    min-height: 100vh !important;
    height: 100vh !important;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: contain;
    background: #050505;
}
#section-footer .home-contact-panel {
    grid-row: 1;
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 2.1fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: start;
    padding-bottom: clamp(36px, 4.5vh, 48px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#section-footer .home-contact-kicker {
    display: block;
    margin-bottom: 12px;
    color: #ff6a00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}
#section-footer .home-contact-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.2;
    letter-spacing: 0.04em;
}
#section-footer .home-contact-copy p {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(255,255,255,0.52);
    font-size: 14px;
    line-height: 1.75;
}
#section-footer .footer-main {
    grid-row: 3;
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: clamp(40px, 6vw, 96px);
    align-items: start;
    padding-top: 0;
}
#section-footer .footer-logo-wrap {
    display: flex;
    align-items: center;
}
#section-footer .footer-logo {
    height: clamp(34px, 3.2vw, 42px);
    width: auto;
    display: block;
}
#section-footer .footer-brand .section-lead {
    margin: 18px 0 0;
    text-align: left;
    color: rgba(255,255,255,0.58);
    line-height: 1.8;
    max-width: 420px;
}
#section-footer .footer-contact-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}
#section-footer .footer-contact-form label {
    display: grid;
    gap: 8px;
}
#section-footer .footer-contact-form label > span {
    color: rgba(255,255,255,0.54);
    font-size: 11px;
    letter-spacing: 0.08em;
}
#section-footer .footer-contact-form label em {
    margin-left: 3px;
    color: #ff6a00;
    font-style: normal;
}
#section-footer .footer-contact-form input,
#section-footer .footer-contact-form select,
#section-footer .footer-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.32);
    color: #fff;
    height: 46px;
    border-radius: 9px;
    padding: 11px 13px;
    font-size: 13px;
    outline: none;
    font: inherit;
    transition: border-color 0.2s, background 0.2s;
}
#section-footer .footer-contact-form input:focus,
#section-footer .footer-contact-form select:focus,
#section-footer .footer-contact-form textarea:focus {
    border-color: rgba(255,106,0,0.72);
    background: rgba(0,0,0,0.5);
}
#section-footer .footer-contact-form select {
    appearance: none;
    cursor: pointer;
}
#section-footer .footer-contact-form select option {
    background: #fff;
    color: #111;
}
#section-footer .footer-contact-form select:invalid {
    color: rgba(255,255,255,0.38);
}
#section-footer .footer-contact-form textarea {
    height: 88px;
    min-height: 88px;
    overflow: hidden;
    resize: none;
}
#section-footer .footer-contact-form__message {
    grid-column: 1 / -1;
}
#section-footer .footer-contact-form button {
    width: 116px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #ff6a00;
    cursor: pointer;
}
#section-footer .footer-contact-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
#section-footer .footer-contact-form .footer-contact-submit {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    padding: 9px 32px;
    border-radius: 999px;
    background: #FF6600;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    white-space: nowrap;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
#section-footer .footer-contact-form .footer-contact-submit:hover {
    background: #ea580c;
    box-shadow: 0 8px 22px rgba(255,102,0,0.25);
    transform: translateY(-1px);
}
#section-footer .footer-contact-status {
    grid-column: 1 / -1;
    min-height: 18px;
    margin: -4px 0 0;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
#section-footer .footer-contact-privacy {
    margin: 0;
    color: rgba(255,255,255,0.3);
    font-size: 11px;
    line-height: 1.5;
}
#section-footer .footer-contact-form .is-invalid {
    border-color: #d93025;
    box-shadow: 0 0 0 3px rgba(217,48,37,0.08);
}
#section-footer .footer-contact-status.is-error { color: #ff8a72; }
#section-footer .footer-contact-status.is-success { color: #78d69a; }
#section-footer .footer-copyright {
    grid-row: 6;
    align-self: center;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}
#section-footer .footer-divider {
    grid-row: 4;
    margin: 18px auto 0;
}
#section-footer .footer-bottom {
    grid-row: 5;
    margin-top: 14px;
    margin-bottom: 0;
}
#section-footer .footer-nav .footer-columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    gap: clamp(20px, 2.5vw, 48px);
    justify-content: start;
}
@media (min-width: 1025px) and (max-height: 820px) {
    #section-footer .footer-layout-shell {
        padding-top: 118px;
        padding-bottom: 20px;
    }
    #section-footer .home-contact-panel {
        padding-bottom: 24px;
    }
    #section-footer .footer-contact-form textarea {
        height: 72px;
        min-height: 72px;
    }
    #section-footer .footer-divider {
        margin-top: 12px;
    }
    #section-footer .footer-bottom {
        margin-top: 10px;
    }
}
@media (max-width: 1024px) {
    #section-footer.fullscreen-section {
        overflow-y: auto;
    }
    #section-footer .footer-layout-shell {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: 100%;
        padding-top: 104px;
    }
    #section-footer .home-contact-panel {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    #section-footer .footer-contact-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #section-footer .footer-contact-form__message {
        grid-column: 1 / -1;
    }
    #section-footer .footer-main {
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 52px;
    }
    #section-footer .footer-contact-form {
        max-width: 100%;
    }
    #section-footer .footer-nav .footer-columns {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}
@media (max-width: 768px) {
    #section-footer .footer-layout-shell {
        padding-top: 72px;
    }
    #section-footer .home-contact-panel {
        display: none !important;
    }
    #section-footer .footer-main {
        padding-top: 0;
    }
    #section-footer .footer-contact-form {
        grid-template-columns: 1fr;
    }
    #section-footer .footer-contact-form__message,
    #section-footer .footer-contact-status {
        grid-column: auto;
    }
    #section-footer .footer-contact-form button {
        width: 100%;
    }
    #section-footer .footer-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }
    #section-footer .footer-contact-form .footer-contact-submit {
        width: 100%;
    }
}

#section-footer .footer-layout-shell {
    grid-template-rows: auto minmax(18px, 1fr) auto auto auto auto;
    padding-bottom: clamp(18px, 2.2vh, 26px);
}
#section-footer .home-contact-panel {
    padding-bottom: clamp(22px, 3vh, 34px);
}
#section-footer .footer-main {
    gap: clamp(32px, 5vw, 76px);
}
#section-footer .footer-divider {
    margin: clamp(14px, 2vh, 22px) auto 0;
}
#section-footer .footer-bottom {
    margin-top: clamp(10px, 1.6vh, 16px);
    margin-bottom: 0;
}
#section-footer .footer-copyright {
    padding-top: 8px;
}
#section-footer .footer-contact-form textarea {
    height: clamp(64px, 8vh, 82px);
    min-height: clamp(64px, 8vh, 82px);
}
@media (min-width: 1025px) and (max-height: 820px) {
    #section-footer .footer-layout-shell { padding-top: 92px; padding-bottom: 16px; }
    #section-footer .home-contact-panel { padding-bottom: 18px; }
    #section-footer .home-contact-copy h2 { font-size: clamp(26px, 2.5vw, 36px); }
    #section-footer .home-contact-copy p { margin-top: 12px; }
    #section-footer .footer-contact-form { gap: 10px 14px; }
    #section-footer .footer-contact-form input,
    #section-footer .footer-contact-form select { height: 42px; }
    #section-footer .footer-contact-form textarea { height: 62px; min-height: 62px; }
    #section-footer .footer-main { gap: clamp(26px, 4vw, 60px); }
    #section-footer .footer-brand .section-lead { margin-top: 12px; line-height: 1.65; }
    #section-footer .footer-col-list li { margin-bottom: 6px; }
    #section-footer .footer-divider { margin-top: 10px; }
    #section-footer .footer-bottom { margin-top: 8px; gap: 12px 36px; }
    #section-footer .footer-copyright { padding-top: 6px; }
}
