.gcs-contact-page { overflow: hidden; color: var(--gcs-text); background: #fff; }

.gcs-contact-hero {
    position: relative;
    padding: 92px 0 118px;
    background: radial-gradient(circle at 82% 29%, rgba(156, 205, 170, .24), transparent 31%), #fff;
}

.gcs-contact-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 96px; align-items: center; }

.gcs-contact-hero__lead { max-width: 650px; margin-top: 30px; font-size: 1.04rem; line-height: 1.78; }

.gcs-contact-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }

.gcs-contact-hero__visual { position: relative; }

.gcs-contact-hero__image {
    overflow: hidden;
    border-radius: 110px 25px 25px 25px;
    box-shadow: var(--gcs-shadow);
}

.gcs-contact-hero__image img { width: 100%; height: 560px; object-fit: cover; }

.gcs-contact-hero__email-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    width: min(345px, calc(100% - 48px));
    align-items: center;
    gap: 15px;
    padding: 18px 19px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 14px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .12);
    backdrop-filter: blur(12px);
}

.gcs-contact-hero__email-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--gcs-green);
}

.gcs-contact-hero__email-card small {
    display: block;
    margin-bottom: 3px;
    color: var(--gcs-body);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gcs-contact-hero__email-card a {
    color: var(--gcs-dark);
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: 1.05rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}

.gcs-contact-options { padding: 115px 0; background: var(--gcs-cream); }

.gcs-contact-options__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.gcs-contact-option { position: relative; min-height: 560px; overflow: hidden; border-radius: 22px; }

.gcs-contact-option__content { position: relative; z-index: 3; width: 56%; padding: 52px 0 52px 46px; }

.gcs-contact-option h2 { margin-bottom: 20px; font-size: clamp(1.9rem, 2.7vw, 2.7rem); }

.gcs-contact-option p { max-width: 400px; font-size: .93rem; }

.gcs-contact-option__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
}

.gcs-contact-option__text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

.gcs-contact-option__text-link:hover { text-decoration-thickness: 2px; }

.gcs-contact-option__image { position: absolute; top: 0; right: 0; bottom: 0; width: 44%; }

.gcs-contact-option__image img { width: 100%; height: 100%; object-fit: cover; }

.gcs-contact-option--facility { background: var(--gcs-dark); }
.gcs-contact-option--facility h2 { color: #fff; }
.gcs-contact-option--facility p { color: rgba(255, 255, 255, .7); }
.gcs-contact-option--facility .gcs-contact-option__text-link { color: #c7ff89; }

.gcs-contact-option--professional { border: 1px solid var(--gcs-border); background: #fff; }
.gcs-contact-option--professional .gcs-contact-option__text-link { color: var(--gcs-green); }

.gcs-contact-direct { padding: 115px 0; background: #fff; }

.gcs-contact-direct__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 96px; align-items: start; }

.gcs-contact-direct__details > p { max-width: 650px; font-size: 1.02rem; line-height: 1.8; }

.gcs-contact-email {
    display: grid;
    max-width: 680px;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 30px;
    padding: 24px 26px;
    border: 1px solid var(--gcs-border);
    border-radius: 15px;
    background: var(--gcs-mint);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gcs-contact-email:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 18px 45px rgba(13, 48, 30, .1);
}

.gcs-contact-email__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--gcs-green);
}

.gcs-contact-email small,
.gcs-contact-email strong { display: block; }

.gcs-contact-email small {
    margin-bottom: 4px;
    color: var(--gcs-green);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gcs-contact-email strong {
    color: var(--gcs-dark);
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: 1.15rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}

.gcs-contact-email__arrow { color: var(--gcs-green); font-size: 1.4rem; line-height: 1; }

.gcs-contact-cta { position: relative; min-height: 500px; overflow: hidden; }

.gcs-contact-cta__background { position: absolute; inset: 0; background-position: center; background-size: cover; }

.gcs-contact-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.gcs-contact-cta h2 { max-width: 700px; color: #fff; }

.gcs-contact-cta p {
    max-width: min(650px, 52%);
    margin-top: 24px;
    color: rgba(255, 255, 255, .86);
    font-size: 1rem;
}

.gcs-contact-cta__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }

@media (max-width: 1080px) {
    .gcs-contact-hero__grid,
    .gcs-contact-direct__grid { gap: 60px; }
}

@media (max-width: 850px) {
    .gcs-contact-hero__grid,
    .gcs-contact-direct__grid,
    .gcs-contact-options__grid { grid-template-columns: 1fr; }

    .gcs-contact-hero__visual { order: -1; }
    .gcs-contact-hero__image img { height: 480px; }

    .gcs-contact-cta p { max-width: 650px; }
}

@media (max-width: 600px) {
    .gcs-contact-hero { padding: 35px 0 76px; }
    .gcs-contact-hero__image { border-radius: 65px 18px 18px 18px; }
    .gcs-contact-hero__image img { height: 370px; }
    .gcs-contact-hero__email-card { right: 13px; bottom: 13px; left: 13px; width: auto; }

    .gcs-contact-hero__actions,
    .gcs-contact-cta__actions { flex-direction: column; align-self: stretch; }

    .gcs-contact-options,
    .gcs-contact-direct { padding: 76px 0; }

    .gcs-contact-option { min-height: 620px; }
    .gcs-contact-option__content { width: 100%; padding: 34px 26px 0; }
    .gcs-contact-option__image { top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: 44%; }
    .gcs-contact-option__links { width: 100%; }

    .gcs-contact-direct__grid { gap: 34px; }

    .gcs-contact-email { grid-template-columns: auto 1fr; padding: 20px; }
    .gcs-contact-email__arrow { display: none; }
    .gcs-contact-email strong { font-size: .95rem; }

    .gcs-contact-cta,
    .gcs-contact-cta__content { min-height: 480px; }
}
