/* ==========================================================================
   Contact Page – Gaya Cosmetics
   Editorial warmth — asymmetric, typographic, breathing.
   ========================================================================== */

.contact-page {
    font-family: 'Heebo', sans-serif;
    color: #4C312F;
    background: #F8F5F0;
    line-height: 1.85;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
}

.contact-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Hide Astra chrome */
.contact-page .entry-header,
.contact-page .ast-archive-description,
.page-template-contact-page-template .entry-title,
.page-template-cancel-order-page-template .entry-title {
    display: none !important;
}

/* ———————————————————————————————
   Header
   ——————————————————————————————— */
.contact-header {
    padding: 90px 0 0;
    text-align: center;
}

.contact-header__title {
    font-size: 56px;
    font-weight: 200;
    color: #4C312F;
    margin: 0;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.contact-header__line {
    width: 40px;
    height: 1px;
    background: #604136;
    opacity: 0.5;
    margin: 28px auto 28px;
    border-radius: 0;
}

.contact-header__intro {
    font-size: 17px;
    font-weight: 300;
    color: #604136;
    margin: 0 auto;
    max-width: 520px;
    line-height: 1.9;
}

.contact-header__note {
    font-size: 13px;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

/* ———————————————————————————————
   WhatsApp link
   ——————————————————————————————— */
.contact-wa {
    margin-top: 48px;
}

.contact-wa__link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    background: #FFFFFF;
    border: 1px solid rgba(76, 49, 47, 0.08);
    border-radius: 12px;
    text-decoration: none;
    color: #4C312F;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.contact-wa__link:hover {
    border-color: #25D366;
    box-shadow: 0 0 0 1px #25D366;
}

.contact-wa__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wa__icon i {
    font-size: 26px;
    color: #fff;
}

.contact-wa__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-wa__body strong {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.contact-wa__body small {
    font-size: 14px;
    color: #604136;
    opacity: 0.75;
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.contact-wa__arrow {
    margin-right: auto;
    font-size: 22px;
    color: #604136;
    opacity: 0.35;
    transition: opacity 0.25s, transform 0.25s;
}

.contact-wa__link:hover .contact-wa__arrow {
    opacity: 0.8;
    transform: translateX(-4px);
}

.contact-wa__tip {
    font-size: 13px;
    color: #604136;
    opacity: 0.6;
    margin: 14px 0 0 0;
    padding-right: 0;
}

/* ———————————————————————————————
   Divider
   ——————————————————————————————— */
.contact-divider {
    height: 1px;
    background: #4C312F;
    opacity: 0.08;
    margin: 56px 0;
}

/* ———————————————————————————————
   Info rows — editorial two-column
   ——————————————————————————————— */
.contact-info__heading {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #604136;
    opacity: 0.7;
    margin: 0 0 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(96, 65, 54, 0.2);
}

.contact-info__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0 40px;
    padding: 22px 0;
}

.contact-info__label {
    font-size: 15px;
    font-weight: 500;
    color: #4C312F;
    margin: 0;
    line-height: 1.85;
    letter-spacing: 0.01em;
}

.contact-info__body {
    font-size: 15px;
    font-weight: 300;
    color: #4C312F;
    line-height: 1.85;
}

.contact-info__body p {
    margin: 0 0 6px;
}

.contact-info__body p:last-child {
    margin-bottom: 0;
}

.contact-info__body small {
    font-size: 13px;
    opacity: 0.6;
}

.contact-info__body a {
    color: #4C312F;
    text-decoration: none;
    border-bottom: 1px solid rgba(76, 49, 47, 0.25);
    transition: border-color 0.2s;
}

.contact-info__body a:hover {
    border-color: #4C312F;
}

/* ———————————————————————————————
   Social — icon links
   ——————————————————————————————— */
.contact-social {
    padding-bottom: 80px;
}

.contact-social__heading {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #604136;
    opacity: 0.7;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(96, 65, 54, 0.2);
}

.contact-social__nav {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-social__nav a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(76, 49, 47, 0.15);
    border-radius: 50%;
    color: #4C312F;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.contact-social__nav a:hover {
    background: #4C312F;
    border-color: #4C312F;
    color: #FFFFFF;
}

/* ———————————————————————————————
   Responsive
   ——————————————————————————————— */

@media (max-width: 768px) {
    .contact-wrap {
        padding: 0 24px;
    }

    .contact-header {
        padding: 60px 0 0;
    }

    .contact-header__title {
        font-size: 40px;
        letter-spacing: 0.01em;
    }

    .contact-header__line {
        width: 32px;
        margin: 22px auto 22px;
    }

    .contact-header__intro {
        font-size: 16px;
    }

    .contact-wa {
        margin-top: 32px;
    }

    .contact-wa__link {
        padding: 18px 20px;
        gap: 16px;
    }

    .contact-wa__icon {
        width: 46px;
        height: 46px;
    }

    .contact-wa__icon i {
        font-size: 22px;
    }

    .contact-wa__body strong {
        font-size: 16px;
    }

    .contact-wa__arrow {
        display: none;
    }

    .contact-divider {
        margin: 32px 0;
    }

    .contact-info__row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 22px 0;
    }

    .contact-info__label {
        font-size: 14px;
    }

    .contact-info__body {
        font-size: 14px;
    }

    .contact-social {
        padding-bottom: 60px;
    }

    .contact-social__nav {
        gap: 14px;
    }

    .contact-social__nav a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ———————————————————————————————
   Astra full-width overrides
   ——————————————————————————————— */
.page-template-contact-page-template .site-content > .ast-container,
.page-template-cancel-order-page-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
    display: block;
}

.page-template-contact-page-template #primary,
.page-template-contact-page-template .ast-container #primary,
.page-template-cancel-order-page-template #primary,
.page-template-cancel-order-page-template .ast-container #primary {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    float: none;
}

.page-template-contact-page-template #secondary,
.page-template-cancel-order-page-template #secondary {
    display: none;
}

.page-template-contact-page-template article.page,
.page-template-cancel-order-page-template article.page {
    margin: 0;
    padding: 0;
}

.page-template-contact-page-template .entry-content,
.page-template-cancel-order-page-template .entry-content {
    margin: 0;
    padding: 0;
}

.contact-page {
    width: 100% !important;
    max-width: 100% !important;
}
