.contact-brutal {
    background: var(--pkm-paper);
    color: #111;
}
.contact-hero {
    padding: clamp(3.5rem, 7vw, 7rem) 0;
    background: #fff;
    border-bottom: 3px solid #111;
}
.contact-kicker {
    display: inline-block;
    padding: 0.45rem 0.65rem;
    background: #ffd600;
    border: 3px solid #111;
    box-shadow: 5px 5px 0 #111;
    font-size: 0.78rem;
    font-weight: 950;
    transform: rotate(-1deg);
}
.contact-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 3rem;
    align-items: end;
    margin-top: 2rem;
}
.contact-hero h1 {
    margin: 0;
    font-size: clamp(4rem, 9vw, 9rem);
    font-weight: 950;
    letter-spacing: -0.09em;
    line-height: 0.75;
}
.contact-hero h1 span {
    color: #ffd600;
    -webkit-text-stroke: 3px #111;
}
.contact-hero-grid > div p {
    margin: 0 0 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.contact-hero-grid > div a,
.maps-button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    background: #111;
    color: #fff;
    border: 3px solid #111;
    box-shadow: 6px 6px 0 #ffd600;
    font-weight: 950;
}
.contact-hero-grid > div a:hover,
.maps-button:hover {
    color: #ffd600;
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 #111;
}
.contact-main {
    padding: clamp(4rem, 7vw, 7rem) 0;
    border-bottom: 3px solid #111;
}
.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 5vw, 5rem);
}
.contact-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
.contact-section-title > span {
    padding: 0.35rem 0.5rem;
    background: #111;
    color: #ffd600;
    font-weight: 950;
}
.contact-section-title h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 950;
    letter-spacing: -0.05em;
}
.store-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    border: 3px solid #111;
    box-shadow: 8px 8px 0 #111;
}
.store-label {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    background: #ffd600;
    border: 2px solid #111;
    font-size: 0.68rem;
    font-weight: 950;
}
.store-card h3 {
    margin: 1rem 0 1.5rem;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 950;
    letter-spacing: -0.04em;
}
.store-card ul {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.store-card li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0.75rem;
    align-items: start;
    padding-bottom: 1rem;
    border-bottom: 2px solid #111;
}
.store-card li > i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    background: #ffd600;
    border: 2px solid #111;
    font-size: 1.05rem;
}
.store-card li > div {
    display: flex;
    flex-direction: column;
}
.store-card li small {
    font-size: 0.62rem;
    font-weight: 900;
    color: #666;
}
.store-card li strong,
.store-card li a {
    color: #111;
    font-size: 0.9rem;
    font-weight: 800;
}
.hours-dropdown {
    margin-top: 1rem;
    position: relative;
}
.hours-dropdown summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem;
    background: #111;
    color: #ffd600;
    font-size: 0.75rem;
    font-weight: 950;
    cursor: pointer;
    list-style: none;
}
.hours-dropdown summary::-webkit-details-marker {
    display: none;
}
.hours-dropdown[open] summary i {
    transform: rotate(180deg);
}
.hours-dropdown > div {
    padding: 0.7rem;
    border: 2px solid #111;
    border-top: 0;
}
.hours-dropdown p {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding: 0.3rem 0;
    font-size: 0.75rem;
}
.contact-socials {
    margin-top: 2rem;
}
.contact-socials > p {
    font-size: 0.7rem;
    font-weight: 950;
}
.contact-socials > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.contact-socials a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.7rem;
    background: #ffd600;
    color: #111;
    border: 2px solid #111;
    box-shadow: 3px 3px 0 #111;
    font-size: 0.7rem;
    font-weight: 900;
}
.contact-socials a:hover {
    background: #111;
    color: #ffd600;
}
.contact-map-wrap {
    min-width: 0;
}
.contact-map {
    position: relative;
    height: clamp(390px, 48vw, 570px);
    background: #ffd600;
    border: 3px solid #111;
    box-shadow: 9px 9px 0 #111;
    overflow: hidden;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) contrast(1.1);
}
.contact-map > div {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    height: 100%;
}
.contact-map > div i {
    font-size: 4rem;
}
.maps-button {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
    margin: 0;
    background: #ffd600;
    color: #111;
    box-shadow: 5px 5px 0 #111;
}
.maps-button:hover {
    color: #111;
}
.contact-form-section {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: #ffd600;
}
.contact-form-heading {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}
.contact-form-heading > span {
    font-size: 0.72rem;
    font-weight: 950;
}
.contact-form-heading h2 {
    grid-column: 2 / -1;
    width: 100%;
    margin: 0;
    font-size: clamp(2.2rem, 4.5vw, 4.5rem);
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 0.9;
}
.contact-form-heading p {
    margin: 0;
    font-weight: 700;
}
.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    border: 3px solid #111;
    box-shadow: 9px 9px 0 #111;
}
.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.contact-form label > span {
    font-size: 0.7rem;
    font-weight: 950;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    background: #fff;
    border: 2px solid #111;
    border-radius: 0;
    color: #111;
    font: inherit;
    font-weight: 650;
    outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    background: #fffbea;
    box-shadow: 3px 3px 0 #111;
}
.contact-form .full {
    grid-column: 1/-1;
}
.contact-form button {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 1rem;
    background: #111;
    color: #ffd600;
    border: 3px solid #111;
    box-shadow: 5px 5px 0 #ffd600;
    font-weight: 950;
}
.contact-form button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 #111;
}
.contact-form button:disabled {
    background: #777;
    color: #ddd;
    box-shadow: none;
    cursor: not-allowed;
}
@media (max-width: 991px) {
    .contact-hero-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-hero-grid {
        gap: 1.5rem;
    }
    .contact-form-heading {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .contact-form-heading h2 {
        grid-column: 1 / -1;
    }
    .contact-map {
        height: 420px;
    }
}
@media (max-width: 576px) {
    .contact-hero {
        padding: 3rem 0;
    }
    .contact-hero h1 {
        font-size: 4rem;
    }
    .contact-main {
        padding: 3rem 0;
    }
    .store-card,
    .contact-map,
    .contact-form {
        box-shadow: 6px 6px 0 #111;
    }
    .contact-map {
        height: 340px;
    }
    .maps-button {
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.65rem 0.75rem;
        font-size: 0.75rem;
        box-shadow: 4px 4px 0 #111;
    }
    .contact-form {
        grid-template-columns: 1fr;
    }
    .contact-form label {
        grid-column: 1/-1;
    }
    .contact-form-section {
        padding: 3rem 0;
    }
    .contact-socials a span {
        display: none;
    }
    .contact-socials a {
        width: 42px;
        height: 42px;
        justify-content: center;
        font-size: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .contact-brutal * {
        transition: none !important;
    }
}
