/* ============================================
   FAQ PAGE SPECIFIC STYLES
   ============================================ */

:root {
    --bg: #fffefa;
    --soft: #fffaf2;
    --card: rgba(255,255,255,0.88);
    --text: #171412;
    --muted: #74675e;
    --brand: #9e8574;
    --gold: #c7ad91;
    --line: rgba(158, 133, 116, 0.11);
    --shadow: 0 44px 120px rgba(64, 47, 32, 0.045);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ============================================
   HERO SECTION
   ============================================ */
.faq-hero {
    padding: 148px 6vw 96px;
    text-align: center;
    background:
        radial-gradient(circle at top left, rgba(244,238,228,0.30), transparent 34%),
        radial-gradient(circle at top right, rgba(255,250,243,0.70), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.96) 56%, #fffdf7 100%);
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 22px;
    font-weight: 600;
}

.faq-hero h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    max-width: 1100px;
    margin: 0 auto 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.faq-hero h1::after {
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    background: rgba(158,133,116,0.45);
    margin: 34px auto 0;
}

.faq-hero p {
    max-width: 620px;
    margin: 0 auto 48px;
    font-size: 18px;
    color: var(--muted);
    line-height: 1.6;
}

/* Support Box */
.faq-support-box {
    max-width: 920px;
    margin: 0 auto;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(158, 133, 116, 0.13);
    padding: 28px 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
}

.support-item span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 6px;
    font-weight: 600;
}

.support-item strong {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

/* Editorial Note */
.faq-editorial-note {
    max-width: 900px;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 26px;
    color: #8a7a6d;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.faq-editorial-note span {
    height: 1px;
    background: rgba(158,133,116,0.18);
    display: block;
}

/* ============================================
   SECTION STYLES
   ============================================ */
.faq-section {
    padding: 92px 6vw;
    max-width: 1280px;
    margin: 0 auto;
}

.faq-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 30px;
}

.faq-section-heading h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.faq-section-heading p {
    max-width: 420px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

/* ============================================
   SERVICE CARDS
   ============================================ */
.faq-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.faq-card {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(158, 133, 116, 0.10);
    padding: 38px 34px;
    min-height: 220px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    cursor: pointer;
}

.faq-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 90px rgba(64,47,32,0.055);
    backdrop-filter: blur(18px);
    border-color: rgba(158, 133, 116, 0.55);
}

.card-number {
    font-size: 12px;
    color: var(--brand);
    letter-spacing: 0.12em;
    margin-bottom: 28px;
    display: block;
}

.faq-card h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
    font-weight: 500;
}

.faq-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

/* ============================================
   IMAGE STORY SECTION
   ============================================ */
.faq-image-story {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6vw 30px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items: stretch;
}

.image-card {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(158, 133, 116, 0.10);
}

.image-card.small {
    min-height: 520px;
}

.image-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(24,18,14,0.22));
}

.image-caption {
    position: absolute;
    left: 30px;
    bottom: 26px;
    z-index: 1;
    color: white;
    max-width: 420px;
}

.image-caption span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.9;
}

.image-caption strong {
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.035em;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-accordion-wrap {
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(158, 133, 116, 0.13);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.faq-accordion-wrap details {
    border-bottom: 1px solid var(--line);
    padding: 0 36px;
}

.faq-accordion-wrap details:last-child {
    border-bottom: none;
}

.faq-accordion-wrap summary {
    list-style: none;
    cursor: pointer;
    padding: 31px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 23px;
    letter-spacing: -0.025em;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

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

.faq-accordion-wrap summary::after {
    content: '+';
    color: var(--brand);
    font-size: 30px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.faq-accordion-wrap details[open] summary::after {
    transform: rotate(45deg);
}

.faq-accordion-wrap details p {
    color: var(--muted);
    max-width: 780px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

/* ============================================
   SPLIT VISUAL SECTION
   ============================================ */
.faq-split-visual {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6vw 92px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mini-image {
    min-height: 330px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(158, 133, 116, 0.10);
    position: relative;
    overflow: hidden;
}

.mini-image::after {
    content: attr(data-label);
    position: absolute;
    left: 22px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    z-index: 1;
}

.mini-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(24,18,14,0.32));
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.faq-contact {
    padding: 0 6vw 92px;
}

.faq-contact-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,250,242,0.92) 100%);
    padding: 84px 8vw;
    text-align: center;
    border: 1px solid rgba(158, 133, 116, 0.10);
}

.faq-contact-panel h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.faq-contact-panel p {
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 30px;
    font-size: 17px;
    line-height: 1.6;
}

.faq-button {
    display: inline-flex;
    padding: 15px 28px;
    background: #9e8574;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-button:hover {
    transform: translateY(-3px);
    opacity: 0.92;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
    .faq-support-box,
    .faq-cards,
    .faq-image-story,
    .faq-split-visual {
        grid-template-columns: 1fr;
    }
    
    .faq-section-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .faq-hero {
        padding-top: 80px;
    }
    
    .image-card,
    .image-card.small {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .faq-hero h1 {
        font-size: 42px;
    }
    
    .faq-hero p {
        font-size: 16px;
    }
    
    .faq-support-box {
        padding: 20px;
    }
    
    .support-item strong {
        font-size: 15px;
    }
    
    .faq-cards {
        gap: 12px;
    }
    
    .faq-card {
        padding: 28px 24px;
    }
    
    .faq-card h3 {
        font-size: 24px;
    }
    
    .faq-accordion-wrap details {
        padding: 0 20px;
    }
    
    .faq-accordion-wrap summary {
        font-size: 18px;
        padding: 24px 0;
    }
    
    .faq-accordion-wrap summary::after {
        font-size: 24px;
    }
    
    .image-caption strong {
        font-size: 22px;
    }
    
    .mini-image {
        min-height: 250px;
    }
    
    .faq-contact-panel {
        padding: 60px 6vw;
    }
    
    .faq-contact-panel h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .faq-hero {
        padding: 100px 6vw 60px;
    }
    
    .faq-hero h1 {
        font-size: 36px;
    }
    
    .faq-editorial-note {
        font-size: 10px;
        gap: 12px;
    }
    
    .faq-section {
        padding: 60px 6vw;
    }
    
    .faq-section-heading h2 {
        font-size: 32px;
    }
    
    .image-card,
    .image-card.small {
        min-height: 300px;
    }
    
    .image-caption {
        left: 20px;
        bottom: 20px;
    }
    
    .image-caption strong {
        font-size: 18px;
    }
    
    .faq-split-visual {
        padding-bottom: 60px;
    }
}