/* FAQ page — sub-bar, optional hero, accordion */

.faq-page {
    background: #ffffff;
}

.faq-page .ast-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.25rem 3rem;
}

.faq-subbar-text {
    margin: 0;
}

.faq-subbar {
    padding: 0.65rem 1.25rem;
    text-align: center;
    font-family: var(--font);
    font-size: 0.9375rem;
    color: #1a1a1a;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.faq-subbar a {
    font-weight: 600;
    color: #1a6b3a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.faq-subbar a:hover,
.faq-subbar a:focus-visible {
    color: #145a30;
}

.faq-banner {
    width: 100%;
    background: #0a0f0e;
}

.faq-banner img {
    width: 100%;
    height: auto;
    max-height: min(38vw, 320px);
    object-fit: cover;
    object-position: center;
    display: block;
}

.faq-top-anchor {
    scroll-margin-top: 1rem;
}

.faq-heading {
    margin: 2rem 0 1rem;
    font-family: var(--font);
    font-size: clamp(1.5rem, 4vw, 1.875rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    line-height: 1.2;
}

.faq-intro {
    margin: 0 0 1.75rem;
    font-size: 1rem;
    line-height: 1.65;
    color: #1a1a1a;
}

.faq-accordion {
    border-top: 1px solid #c5c9cf;
}

.faq-item {
    border-bottom: 1px solid #c5c9cf;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 0 1rem 1.75rem;
    font-family: var(--font);
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    line-height: 1.35;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    content: "+";
    position: absolute;
    left: 0;
    font-weight: 700;
    width: 1.25rem;
    text-align: left;
}

.faq-item[open] summary::before {
    content: "−";
}

.faq-item summary:focus-visible {
    outline: 2px solid #38a035;
    outline-offset: 2px;
}

.faq-item__body {
    padding: 0 0 1.25rem 1.75rem;
    font-size: 1rem;
    line-height: 1.65;
    color: #1a1a1a;
}

.faq-item__body p {
    margin: 0 0 0.85rem;
}

.faq-item__body p:last-child {
    margin-bottom: 0;
}

.faq-item__body ol {
    margin: 0 0 0.85rem;
    padding-left: 1.35rem;
}

.faq-item__body li {
    margin-bottom: 0.5rem;
}

.faq-item__body a {
    color: #1a6b3a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.faq-item__body a:hover,
.faq-item__body a:focus-visible {
    color: #145a30;
}

.faq-back-top {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
}
