.frost-glass-handshake__rule-wide {
    width: 4rem;
}

.frost-glass-handshake__rule-short {
    width: 3rem;
}

.frost-glass-handshake__icon-ring {
    width: 2rem;
    height: 2rem;
}

.frost-glass-handshake__icon-bead {
    width: 0.75rem;
    height: 0.75rem;
}

.frost-glass-handshake__glow-blob {
    filter: blur(64px);
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

@keyframes contact-us-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
[data-frost-glass-shell][data-container-success="true"] {
    animation: contact-us-pulse 1.5s ease-in-out infinite;
}

/* contact-accordion — UA reset for <summary> disclosure triangle */
.contact-accordion__summary {
    list-style: none;
    cursor: pointer;
}

.contact-accordion__summary::-webkit-details-marker {
    display: none;
}

/* contact-accordion — chevron rotation when details is open */
.contact-accordion__chevron {
    transition: transform 0.2s ease;
}

details[open] .contact-accordion__chevron {
    transform: rotate(180deg);
}

