/* PyLoHerb — Contact page (aligned with store / listing pages) */
.pylo-contact {
    background: var(--pylo-cream, #f7f4ef);
}

.pylo-contact > .pylo-hero {
    margin-bottom: 0;
}

.pylo-contact__body {
    padding-top: var(--pylo-space-lg, clamp(24px, 2vw, 32px));
    padding-bottom: var(--pylo-space-lg, clamp(24px, 2vw, 32px));
}

.pylo-contact__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 32px;
}

.pylo-contact__panel,
.pylo-contact__form {
    background: #fff;
    border: 1px solid #e8e4dc;
    border-radius: var(--pylo-radius, 14px);
    padding: 24px 22px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.pylo-contact__panel-title,
.pylo-contact__form-title,
.pylo-contact__map-title {
    font-family: var(--pylo-serif, "Playfair Display", Georgia, serif);
    font-weight: 700;
    color: var(--section-title-color, var(--pylo-green-dark, #0f261c));
    line-height: 1.25;
    margin: 0 0 8px;
}

.pylo-contact__panel-title {
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    margin-bottom: 18px;
}

.pylo-contact__form-title {
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

.pylo-contact__form-desc,
.pylo-contact__map-sub,
.pylo-contact__item-sub {
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--section-desc-color, var(--pylo-muted, #5c5c5c));
    margin: 0 0 20px;
}

.pylo-contact__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pylo-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    border: 1px solid #eeeae3;
    border-radius: 12px;
    background: #fbfaf7;
}

.pylo-contact__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--pylo-green, #1a3d2e);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pylo-contact__icon svg {
    width: 18px;
    height: 18px;
}

.pylo-contact__item-lbl {
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pylo-muted, #5c5c5c);
    margin-bottom: 4px;
}

.pylo-contact__item-val {
    font-family: var(--pylo-serif, "Playfair Display", Georgia, serif);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--section-title-color, var(--pylo-green-dark, #0f261c));
}

.pylo-contact__item-val a {
    color: inherit;
    text-decoration: none;
}

.pylo-contact__item-val a:hover {
    color: var(--pylo-green, #1a3d2e);
}

.pylo-contact__item-sub {
    margin: 4px 0 0;
    font-size: 13px;
}

.pylo-contact__lab {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #f4f1ea;
    border: 1px solid #e8e4dc;
}

.pylo-contact__lab-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pylo-green, #1a3d2e);
    margin-bottom: 8px;
}

.pylo-contact__lab blockquote {
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 14px;
    font-style: italic;
    line-height: 1.55;
    color: var(--section-desc-color, #434843);
    margin: 0 0 12px;
}

.pylo-contact__lab-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pylo-contact__lab-code,
.pylo-contact__lab-purity {
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 12px;
    color: var(--pylo-muted, #5c5c5c);
}

.pylo-contact__lab-purity {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    color: var(--pylo-green, #1a3d2e);
}

.pylo-contact__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eeeae3;
}

.pylo-contact__social-lbl {
    font-size: 13px;
    color: var(--pylo-muted, #5c5c5c);
    margin-right: 4px;
}

.pylo-contact__soc {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e8e4dc;
    background: #fff;
    color: var(--pylo-green, #1a3d2e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pylo-contact__soc:hover {
    background: var(--pylo-green, #1a3d2e);
    border-color: var(--pylo-green, #1a3d2e);
    color: #fff;
}

.pylo-contact__soc svg {
    width: 15px;
    height: 15px;
}

.pylo-contact__fg {
    margin-bottom: 16px;
}

.pylo-contact__frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.pylo-contact__flbl {
    display: block;
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 13px;
    font-weight: 700;
    color: var(--section-title-color, var(--pylo-green-dark, #0f261c));
    margin-bottom: 6px;
}

.pylo-contact__finp {
    width: 100%;
    border: 1px solid #e0dcd3;
    border-radius: 10px;
    background: #fff;
    color: var(--pylo-text, #1c1c1c);
    padding: 12px 14px;
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
}

.pylo-contact__finp::placeholder {
    color: #b7b2a8;
}

.pylo-contact__finp:focus {
    border-color: var(--pylo-green, #1a3d2e);
}

.pylo-contact__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.pylo-contact__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary, var(--pylo-green, #1a3d2e));
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 13px 26px;
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.pylo-contact__btn:hover {
    background: var(--hov-primary, var(--pylo-green-dark, #0f261c));
    color: #fff;
}

.pylo-contact__btn svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.pylo-contact__ssl {
    font-size: 12px;
    color: var(--pylo-muted, #5c5c5c);
}

.pylo-contact__map {
    margin-top: 8px;
}

.pylo-contact__map-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.pylo-contact__map-title {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    margin-bottom: 6px;
}

.pylo-contact__map-sub {
    margin: 0;
}

.pylo-contact__map-link {
    font-family: var(--pylo-sans, "Public Sans", sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: var(--pylo-green, #1a3d2e);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.pylo-contact__map-link:hover {
    color: var(--pylo-green-dark, #0f261c);
}

.pylo-contact__map-wrap {
    position: relative;
    border: 1px solid #e8e4dc;
    border-radius: var(--pylo-radius, 14px);
    overflow: hidden;
    height: 380px;
    background: #dce8e0;
}

.aiz-main-wrapper .pylo-contact__map-wrap iframe,
.pylo-contact__map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
    filter: saturate(0.82) hue-rotate(6deg);
}

.pylo-contact__map-card {
    position: absolute;
    bottom: 18px;
    left: 18px;
    max-width: 240px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 24px rgba(15, 38, 28, 0.12);
    pointer-events: none;
}

.pylo-contact__map-card-name {
    font-family: var(--pylo-serif, "Playfair Display", Georgia, serif);
    font-size: 1rem;
    font-weight: 700;
    color: var(--section-title-color, var(--pylo-green-dark, #0f261c));
    margin-bottom: 4px;
}

.pylo-contact__map-card-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pylo-green, #1a3d2e);
    margin-bottom: 6px;
}

.pylo-contact__map-card-desc {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--section-desc-color, var(--pylo-muted, #5c5c5c));
}

@media (max-width: 900px) {
    .pylo-contact__grid,
    .pylo-contact__frow {
        grid-template-columns: 1fr;
    }

    .pylo-contact__map-wrap {
        height: 280px;
    }

    .aiz-main-wrapper .pylo-contact__map-wrap iframe,
    .pylo-contact__map-wrap iframe {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .pylo-contact__panel,
    .pylo-contact__form {
        padding: 18px 16px;
    }

    .pylo-contact__map-card {
        left: 12px;
        right: 12px;
        max-width: none;
        bottom: 12px;
    }
}
