/* Tinapa contact — place, trade, Calabar. Teal #088586, gold #FCB316. */

.tinapa-contact {
    background: #f4faf9;
    padding: 80px 0 88px;
}

.tinapa-contact .container {
    max-width: 1140px;
}

.tinapa-contact__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px 64px;
    align-items: start;
}

.tinapa-contact__kicker {
    margin: 0 0 12px;
    color: #088586;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tinapa-contact__title {
    margin: 0 0 16px;
    color: #041a1a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.tinapa-contact__lede {
    max-width: 28rem;
    margin: 0 0 36px;
    color: #2c3d3d;
    font-size: 17px;
    line-height: 1.65;
}

.tinapa-contact__channels {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c5dcdc;
}

.tinapa-contact__channels li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #c5dcdc;
}

.tinapa-contact__channel-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #088586;
    color: #fff;
    font-size: 16px;
}

.tinapa-contact__channel-icon i,
.tinapa-contact__channel-icon i::before {
    color: #fff !important;
}

.tinapa-contact__channel-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
}

.tinapa-contact__channel-label {
    color: #4a5c5c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tinapa-contact__channels a {
    color: #041a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

.tinapa-contact__channels a:hover,
.tinapa-contact__channels a:focus-visible {
    color: #088586;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tinapa-contact__form {
    background: #fff;
    border: 1px solid #d7e4e4;
    padding: 36px 40px 40px;
}

.tinapa-contact__form-title {
    margin: 0 0 6px;
    color: #041a1a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.tinapa-contact__form-hint {
    margin: 0 0 28px;
    color: #4a5c5c;
    font-size: 14px;
    line-height: 1.5;
}

.tinapa-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.tinapa-contact__field {
    margin-bottom: 20px;
}

.tinapa-contact__field label {
    display: block;
    margin-bottom: 8px;
    color: #041a1a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.tinapa-contact__field label span {
    color: #088586;
}

.tinapa-contact__field input,
.tinapa-contact__field textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid #c5dcdc;
    border-radius: 0;
    background: #f8fcfb;
    color: #041a1a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.tinapa-contact__field textarea {
    min-height: 148px;
    resize: vertical;
}

.tinapa-contact__field input:hover,
.tinapa-contact__field textarea:hover {
    border-color: #9bb8b8;
}

.tinapa-contact__field input:focus,
.tinapa-contact__field textarea:focus {
    outline: 2px solid #088586;
    outline-offset: 1px;
    border-color: #088586;
    background: #fff;
}

.tinapa-contact__field input.is-invalid,
.tinapa-contact__field textarea.is-invalid {
    border-color: #b42318;
    background: #fff8f7;
}

.tinapa-contact__error {
    margin: 8px 0 0;
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.tinapa-contact__alert {
    margin: 0 0 24px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.tinapa-contact__alert--success {
    background: #e7f6ee;
    color: #0d5c32;
    border: 1px solid #b7e0c8;
}

.tinapa-contact__alert--danger {
    background: #fff4f2;
    color: #8a1c12;
    border: 1px solid #f0c4bd;
}

.tinapa-contact__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border: 0;
    border-radius: 8px;
    background: #088586;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.tinapa-contact__submit:hover,
.tinapa-contact__submit:focus-visible {
    background: #066667;
    color: #fff;
}

.tinapa-contact__submit:focus-visible {
    outline: 2px solid #fcb316;
    outline-offset: 3px;
}

.tinapa-contact-map {
    margin: 0;
    background: #041a1a;
}

.tinapa-contact-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}

.tinapa-contact-map figcaption {
    padding: 12px 20px;
    color: #eef4f4;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
}

@media (max-width: 991px) {
    .tinapa-contact {
        padding: 56px 0 64px;
    }

    .tinapa-contact__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tinapa-contact__lede {
        margin-bottom: 28px;
    }

    .tinapa-contact__form {
        padding: 28px 24px 32px;
    }
}

@media (max-width: 575px) {
    .tinapa-contact__row {
        grid-template-columns: 1fr;
    }

    .tinapa-contact__submit {
        width: 100%;
    }

    .tinapa-contact-map iframe {
        height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tinapa-contact__field input,
    .tinapa-contact__field textarea,
    .tinapa-contact__submit {
        transition: none;
    }
}
