.cluckster-home,
.cluckster-footer {
    overflow-wrap: break-word;
}

:where(.cluckster-home) :where(h1, h2, h3, p, figure),
:where(.cluckster-footer) :where(h2, p, figure) {
    margin-block: 0;
}

.cluckster-home h2.is-style-display {
    font-size: clamp(3rem, 7.64vw, var(--wp--preset--font-size--xxx-large));
}

.cluckster-home .cluckster-hero {
    --cluckster-hero-gutter: var(--wp--preset--spacing--80);

    box-sizing: border-box;
}

.cluckster-hero .wp-block-cover__inner-container {
    flex-basis: 100%;
    min-width: 0;
    width: 100%;
}

.cluckster-hero-copy {
    max-width: 28rem;
}

.cluckster-hero-actions {
    margin-block-start: var(--wp--preset--spacing--30);
}

.cluckster-hero .cluckster-ticker {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-inline: calc(-1 * var(--cluckster-hero-gutter));
    overflow: hidden;
    border-block: 0.0625rem solid var(--wp--preset--color--secondary-cream);
}

.cluckster-ticker p {
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
}

.cluckster-paper {
    background-image:
        linear-gradient(
            color-mix(in srgb, var(--wp--preset--color--base) 55%, transparent),
            color-mix(in srgb, var(--wp--preset--color--base) 55%, transparent)
        ),
        url("images/home/paper-texture.webp");
    background-size: cover;
}

.cluckster-dark {
    background-image:
        linear-gradient(
            color-mix(in srgb, var(--wp--preset--color--contrast) 70%, transparent),
            color-mix(in srgb, var(--wp--preset--color--contrast) 70%, transparent)
        ),
        url("images/home/dark-texture.webp");
    background-size: cover;
}

.cluckster-home .wp-block-columns {
    margin-block-end: 0;
}

.cluckster-story-photo {
    max-width: 25.75rem;
    margin-inline: auto;
}

.cluckster-home .wp-block-image img {
    display: block;
    width: 100%;
}

.cluckster-menu-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cluckster-menu-copy {
    margin-block-start: auto;
    padding-block-start: var(--wp--preset--spacing--60);
}

.cluckster-wanted {
    background: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
    white-space: nowrap;
}

.cluckster-category {
    max-width: 9rem;
}

.cluckster-provider-logo {
    width: 6.25rem;
    flex-shrink: 0;
}

.cluckster-provider .wp-block-buttons {
    flex: 1;
}

.cluckster-photo-caption {
    background: var(--wp--preset--color--primary);
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
}

.cluckster-location {
    align-items: flex-start;
    border-block-end: 0.0625rem solid var(--wp--preset--color--secondary-cream);
}

.cluckster-location > p {
    padding-block-start: var(--wp--preset--spacing--10);
}

.cluckster-review {
    height: 100%;
    box-sizing: border-box;
}

.cluckster-review .wp-block-outermost-icon-block {
    justify-content: center;
}

.cluckster-review-copy {
    max-width: 56rem;
    margin-inline: auto;
}

.cluckster-social-top {
    align-items: flex-end;
}

.cluckster-social-intro {
    max-width: 34rem;
}

.cluckster-social-logo {
    width: 2.8125rem;
}

.cluckster-footer-top > * {
    min-width: 0;
    max-width: 100%;
}

.cluckster-footer .icon-container {
    max-width: 100%;
}

.cluckster-footer a:where(:not(.wp-element-button)) {
    color: inherit;
}

.cluckster-footer-bottom {
    border-block-start: 0.0625rem solid var(--wp--preset--color--secondary-cream);
    padding-block-start: var(--wp--preset--spacing--20);
}

.cluckster-newsletter {
    width: 18.375rem;
}

.cluckster-signup {
    display: flex;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.cluckster-signup input {
    width: 100%;
    min-width: 0;
    border: 0.125rem solid var(--wp--preset--color--base);
    padding: var(--wp--preset--spacing--10);
    background: transparent;
    color: var(--wp--preset--color--base);
    font: inherit;
    font-size: var(--wp--preset--font-size--button);
}

.cluckster-signup input::placeholder {
    color: inherit;
    opacity: 1;
}

.cluckster-signup button {
    border: 0;
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    font: inherit;
    font-size: var(--wp--preset--font-size--button);
    text-transform: uppercase;
}

.cluckster-home a:focus-visible,
.cluckster-footer a:focus-visible {
    outline: 0.1875rem solid var(--wp--preset--color--primary);
    outline-offset: 0.25rem;
}

.cluckster-orange a:focus-visible {
    outline-color: var(--wp--preset--color--contrast);
}

@media (max-width: 75rem) {
    .cluckster-home .cluckster-providers {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 60rem) {
    .cluckster-home .cluckster-menu-grid,
    .cluckster-home .cluckster-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 48rem) {
    .cluckster-home .cluckster-section,
    .cluckster-home .cluckster-hero,
    .cluckster-footer {
        padding-inline: var(--wp--preset--spacing--30) !important;
    }

    .cluckster-home .cluckster-hero {
        --cluckster-hero-gutter: var(--wp--preset--spacing--30);

        min-height: 36rem !important;
    }

    .cluckster-home .cluckster-section > .wp-block-group {
        padding-inline: 0 !important;
    }

    .cluckster-provider-logo {
        width: 4rem;
    }
}

@media (max-width: 35rem) {
    .cluckster-home .cluckster-menu-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
