/* ============================================================
   ACCESSIBILITY STATEMENT — Editorial Cinema aesthetic
   Mirrors privacy-policy.css design language
   ============================================================ */

/* --- Kill Astra's white sides --- */
html, body {
    background: #050505 !important;
    color: #fff !important;
}
body.page-template-template-accessibility {
    background: #050505 !important;
}
body.page-template-template-accessibility .site,
body.page-template-template-accessibility #page,
body.page-template-template-accessibility #content,
body.page-template-template-accessibility .site-content,
body.page-template-template-accessibility .ast-container,
body.page-template-template-accessibility .ast-separate-container,
body.page-template-template-accessibility #primary,
body.page-template-template-accessibility .site-main,
body.page-template-template-accessibility .ast-article-single,
body.page-template-template-accessibility .ast-article-post,
body.page-template-template-accessibility .entry-content {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
}

.site-footer,
.site-below-footer-wrap,
.ast-breadcrumbs-wrapper {
    display: none !important;
}

/* --- Page wrapper: pure viewport-based responsive --- */
.a11y-statement-page {
    direction: ltr;
    text-align: left;
    min-height: 100vh;
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.78;
    padding-block: 8vw 10vw;
    padding-inline: 10vw;
    background:
        radial-gradient(ellipse 60% 50% at 85% 0%, rgba(201, 168, 76, 0.05), transparent 60%),
        radial-gradient(ellipse 50% 40% at 15% 100%, rgba(201, 168, 76, 0.04), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
    overflow-x: hidden;
}

.a11y-statement-page::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.035;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- Document column: pure viewport-based, centered --- */
.a11y-statement {
    width: 100%;
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

/* --- Header --- */
.a11y-statement-header {
    margin-bottom: 56px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.a11y-statement-header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 64px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.6), transparent);
}

.a11y-statement-eyebrow {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4.5px;
    color: #c9a84c;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 5px 16px;
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.04);
    backdrop-filter: blur(8px);
}

.a11y-statement-title {
    font-family: 'Audiowide', sans-serif;
    font-size: clamp(38px, 5.5vw, 60px);
    font-weight: 400;
    margin: 6px 0 22px;
    background: linear-gradient(180deg, #fff 0%, #c9a84c 140%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.08;
    letter-spacing: -0.5px;
}

.a11y-statement-lead {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 600px;
    margin: 0 auto 14px;
    text-align: left;
    line-height: 1.78;
}
.a11y-statement-lead strong {
    color: #fff;
    font-weight: 600;
}
.a11y-statement-lead abbr {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
    text-decoration: none;
    cursor: help;
}

/* --- Contact card (matches privacy) --- */
.a11y-contact-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    align-items: start;
    background:
        linear-gradient(135deg, rgba(201, 168, 76, 0.08) 0%, rgba(201, 168, 76, 0.025) 100%);
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 18px;
    padding: 30px 32px;
    margin: 48px 0 32px;
    position: relative;
    overflow: hidden;
}
.a11y-contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, rgba(201, 168, 76, 0.1), transparent 60%);
    pointer-events: none;
}
.a11y-contact-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.6) 50%, transparent);
}
.a11y-contact-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #c9a84c 0%, #b08e3c 100%);
    color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(201, 168, 76, 0.25);
    position: relative;
    z-index: 1;
}
.a11y-contact-card__icon svg { width: 24px; height: 24px; }
.a11y-contact-card__body { position: relative; z-index: 1; }
.a11y-contact-card__title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
    letter-spacing: 0.4px;
    padding-left: 0;
}
.a11y-contact-card__title::before { display: none; }
.a11y-contact-card__desc {
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 22px;
    font-size: 14.5px;
    line-height: 1.65;
}
.a11y-contact-card__details {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.a11y-contact-card__row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
}
.a11y-contact-card__row dt {
    font-family: 'Rajdhani', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    min-width: 110px;
}
.a11y-contact-card__row dd {
    margin: 0;
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
}
.a11y-contact-card__email,
.a11y-contact-card__phone {
    color: #c9a84c;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.35);
    padding-bottom: 1px;
    transition: all 0.2s ease;
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block;
}
.a11y-contact-card__email:hover,
.a11y-contact-card__phone:hover {
    color: #d9b85c;
    border-bottom-color: #d9b85c;
}

/* --- Sections --- */
.a11y-section {
    margin: 48px 0;
}
.a11y-section h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: 0.5px;
    line-height: 1.25;
    position: relative;
    padding-bottom: 12px;
    padding-left: 0;
}
.a11y-section h2::before { display: none; }
.a11y-section h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, #c9a84c 0%, rgba(201, 168, 76, 0.1) 100%);
}

.a11y-section p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    margin: 0 0 14px;
    line-height: 1.78;
}
.a11y-section a:not(.a11y-cta-button) {
    color: #c9a84c;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.3);
    padding-bottom: 1px;
    transition: all 0.2s ease;
}
.a11y-section a:not(.a11y-cta-button):hover {
    color: #d9b85c;
    border-bottom-color: #d9b85c;
}
.a11y-section strong { color: rgba(255, 255, 255, 0.95); }
.a11y-section code {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #c9a84c;
    padding: 1px 7px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', 'Rajdhani', monospace;
    font-size: 12.5px;
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block;
}

/* --- Lists --- */
.a11y-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.a11y-list li {
    position: relative;
    padding: 9px 0 9px 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.7;
}
.a11y-list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.a11y-list li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 22px;
    width: 6px;
    height: 1px;
    background: #c9a84c;
}

/* --- Final CTA (email button) --- */
.a11y-section--cta {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 36px 32px;
    margin-top: 56px;
    text-align: center;
}
.a11y-section--cta h2 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 8px;
}
.a11y-section--cta h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.a11y-section--cta p {
    text-align: center;
    margin-bottom: 22px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA button - works on both <a> and <button> */
.a11y-statement-page a.a11y-cta-button,
.a11y-section a.a11y-cta-button,
.a11y-statement-page button.a11y-cta-button,
.a11y-section button.a11y-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 28px;
    background: linear-gradient(135deg, #c9a84c 0%, #d9b85c 100%);
    color: #050505 !important;
    text-decoration: none !important;
    border-radius: 999px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none !important;
    border-bottom: none !important;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.25);
}
.a11y-statement-page a.a11y-cta-button:hover,
.a11y-section a.a11y-cta-button:hover,
.a11y-statement-page button.a11y-cta-button:hover,
.a11y-section button.a11y-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(201, 168, 76, 0.38);
    color: #050505 !important;
}
.a11y-cta-button svg {
    width: 18px;
    height: 18px;
    color: #050505;
    stroke: #050505;
}

/* --- Copyright footer --- */
.legal-doc-copyright {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}
.legal-doc-copyright-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 11.5px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.legal-doc-copyright-sep { color: rgba(255, 255, 255, 0.18); }
.legal-doc-copyright-mark {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
}
.legal-doc-copyright-cross {
    margin-top: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 12px;
}
.legal-doc-copyright-cross a {
    color: rgba(201, 168, 76, 0.7) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2) !important;
    padding-bottom: 1px;
    transition: all 0.2s ease;
}
.legal-doc-copyright-cross a:hover {
    color: #c9a84c !important;
    border-bottom-color: #c9a84c !important;
}

/* --- Mobile --- */
@media (max-width: 640px) {
    .a11y-statement-header { margin-bottom: 44px; padding-bottom: 32px; }
    .a11y-section { margin: 36px 0; }
    .a11y-section h2 { font-size: 20px; }
    .a11y-contact-card {
        grid-template-columns: 1fr;
        padding: 22px 22px;
        gap: 18px;
        margin: 36px 0;
    }
    .a11y-contact-card__icon { width: 44px; height: 44px; }
    .a11y-contact-card__icon svg { width: 22px; height: 22px; }
    .a11y-contact-card__row { flex-direction: column; gap: 4px; }
    .a11y-contact-card__row dt { min-width: 0; }
    .a11y-section--cta { padding: 28px 22px; }
    .a11y-statement-page a.a11y-cta-button,
    .a11y-section a.a11y-cta-button,
    .a11y-statement-page button.a11y-cta-button,
    .a11y-section button.a11y-cta-button {
        font-size: 12px;
        padding: 11px 22px;
        letter-spacing: 1px;
    }
}
