.chq-page-footer {
    background: #000;
    color: #fff;
    margin-top: auto;
}

.chq-page-footer .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.chq-page-footer a {
    color: inherit;
    text-decoration: none;
}

.chq-page-footer a:hover {
    text-decoration: underline;
}

.chq-footer-shell {
    max-width: 1750px;
    margin: 0 auto;
    padding: 48px 20px 32px;
}

.chq-footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
}

.chq-footer-column-title {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.chq-footer-subsection + .chq-footer-subsection {
    margin-top: 20px;
}

.chq-footer-subsection-row {
    display: flex;
    gap: 24px;
}

.chq-footer-subsection-row .chq-footer-subsection {
    flex: 1 1 0;
    min-width: 0;
}

.chq-footer-subsection-row .chq-footer-subsection + .chq-footer-subsection {
    margin-top: 0;
}

.chq-footer-subsection-title {
    margin: 0 0 10px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.chq-footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chq-footer-link-list li + li {
    margin-top: 8px;
}

.chq-footer-link-list a {
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.chq-footer-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.chq-footer-newsletter {
    flex: 1 1 420px;
}

.chq-footer-newsletter-title {
    margin: 0 0 16px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
}

.chq-footer-newsletter-form {
    display: flex;
    align-items: center;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.chq-footer-newsletter-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 14px 18px;
    font: inherit;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.chq-footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.chq-footer-newsletter-input:focus {
    outline: none;
}

.chq-footer-newsletter-button {
    border: 0;
    background: transparent;
    color: #fff;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.chq-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.chq-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1rem;
}

.chq-footer-social-link:hover {
    background: rgba(255, 255, 255, 0.22);
    text-decoration: none;
}

.chq-footer-partner-logos {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 32px 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.chq-footer-partner-logos li {
    flex: 1 1 120px;
    display: flex;
    justify-content: center;
}

.chq-footer-partner-logos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
}

.chq-footer-partner-logos svg,
.chq-footer-partner-logos img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.chq-footer-legal {
    padding: 18px 20px;
    text-align: center;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
}

.chq-footer-legal-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.chq-footer-legal-links a {
    color: rgba(255, 255, 255, 0.72);
}

.chq-footer-legal-links .chq-footer-separator {
    color: rgba(255, 255, 255, 0.45);
}

.chq-footer-disclaimer {
    background: #1a1a1a;
    padding: 16px 20px;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
    .chq-footer-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .chq-footer-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chq-footer-meta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .chq-footer-partner-logos {
        justify-content: center;
    }

    .chq-footer-partner-logos li {
        flex: 1 1 calc(50% - 12px);
    }
}

body.chq-event-details-open .chq-page-footer:not(.chq-page-footer--secondary) {
    display: none;
}

.chq-page-footer--secondary {
    position: relative;
    overflow: hidden;
    background: #111214;
    color: #fff;
    font-family: Montserrat, Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.chq-page-footer--secondary em {
    font-family: Baskervville, "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
}

.chq-footer-secondary-signup {
    display: grid;
    grid-template-columns: 180px minmax(0, 1.2fr) minmax(260px, 420px);
    gap: 32px;
    align-items: center;
    max-width: 1558px;
    margin: 0 auto;
    padding: 64px 21px 48px;
}

.chq-footer-newsletter-image {
    width: 100%;
    height: 140px;
    background: #d8d7d3;
}

.chq-footer-secondary-signup h2 {
    margin: 0;
    font-family: Baskervville, "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.25;
}

.chq-footer-secondary-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 24px;
}

.chq-footer-secondary-form input {
    grid-column: 1;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 17px;
    padding: 10px 0;
}

.chq-footer-secondary-form input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.chq-footer-secondary-form button {
    grid-column: 2;
    grid-row: 1;
    background: #fff;
    color: #111214;
    border: 0;
    min-height: 48px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.chq-footer-secondary-form p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.chq-footer-secondary-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    max-width: 1558px;
    margin: 0 auto;
    padding: 32px 21px 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.chq-footer-secondary-nav h2 {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.chq-footer-secondary-links.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.chq-footer-secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chq-footer-secondary-nav li + li {
    margin-top: 10px;
}

.chq-footer-secondary-nav a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
}

.chq-footer-secondary-nav a:hover {
    text-decoration: underline;
}

.chq-footer-secondary-mark {
    position: absolute;
    left: 50%;
    bottom: 72px;
    margin: 0;
    transform: translateX(-50%);
    font-family: Baskervville, "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.chq-footer-secondary-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 1558px;
    margin: 0 auto;
    padding: 18px 21px 24px;
    font-size: 13px;
    color: #9a9a9a;
}

.chq-footer-secondary-legal a {
    color: #fff;
}

@media (max-width: 1100px) {
    .chq-footer-secondary-signup,
    .chq-footer-secondary-nav {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .chq-footer-secondary-signup,
    .chq-footer-secondary-nav {
        grid-template-columns: 1fr;
    }

    .chq-footer-secondary-legal {
        flex-direction: column;
        text-align: center;
    }
}
