.polka-hero {
    background:
        linear-gradient(118deg, var(--polka-yellow) 0 38%, transparent 38%),
        linear-gradient(180deg, #fff6cf 0 58%, #c9f4ea 58% 100%);
    overflow: hidden;
}

.polka-hero::before {
    background:
        repeating-linear-gradient(112deg, rgba(29, 27, 32, 0.12) 0 4px, transparent 4px 18px),
        rgba(255, 255, 255, 0.26);
    clip-path: polygon(0 14%, 100% 0, 92% 100%, 8% 86%);
    content: "";
    height: 170px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 82px;
}

.polka-hero__grid {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    position: relative;
}

.polka-hero__copy {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.polka-hero__copy::before {
    background: rgba(255, 255, 255, 0.54);
    clip-path: polygon(0 8%, 100% 0, 92% 92%, 8% 100%);
    content: "";
    inset: -24px -18px -28px -22px;
    position: absolute;
    z-index: -1;
}

.polka-hero__media {
    min-height: 640px;
    position: relative;
}

.polka-hero__image-main-wrap {
    background: #fff;
    border: 2px solid var(--polka-line);
    box-shadow: 10px 10px 0 var(--polka-line);
    padding: 12px;
    position: absolute;
}

.polka-hero__image-main-wrap {
    clip-path: polygon(6% 0, 100% 7%, 94% 100%, 0 92%);
    height: 610px;
    right: 4%;
    top: 0;
    transform: rotate(2deg);
    width: 88%;
}

.polka-hero__image-main-wrap::before {
    background: var(--polka-lilac);
    border: 2px solid var(--polka-line);
    clip-path: polygon(10% 0, 100% 12%, 90% 100%, 0 84%);
    content: "";
    height: 38px;
    left: 50%;
    position: absolute;
    top: -18px;
    transform: translateX(-50%) rotate(-3deg);
    width: 142px;
    z-index: 3;
}

.polka-hero__image-main {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.polka-hero__image-main {
    aspect-ratio: 4 / 5;
    object-position: 50% 58%;
}

.polka-hero .polka-collage-mark--sun {
    right: 18px;
    top: 22px;
    transform: rotate(12deg);
}

.polka-hero .polka-collage-mark--route {
    bottom: 100px;
    right: 18px;
    transform: rotate(-18deg);
}

.polka-destinations {
    background: #fff;
    overflow: hidden;
}

.polka-destinations::before {
    background:
        repeating-linear-gradient(122deg, rgba(29, 27, 32, 0.09) 0 4px, transparent 4px 20px),
        var(--polka-mint);
    clip-path: polygon(0 18%, 100% 0, 92% 84%, 8% 100%);
    content: "";
    height: 240px;
    left: -6%;
    opacity: 0.62;
    position: absolute;
    right: -6%;
    top: 42px;
    transform: rotate(-2deg);
    z-index: 0;
}

.polka-destinations::after {
    background: var(--polka-pink);
    clip-path: polygon(5% 0, 100% 18%, 94% 100%, 0 82%);
    content: "";
    height: 86px;
    position: absolute;
    right: -24px;
    top: 36%;
    transform: rotate(8deg);
    width: 230px;
    z-index: 0;
}

.polka-destinations .polka-card-grid--destinations {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.polka-destinations .polka-destination-card {
    background: #fff;
    grid-column: auto;
    min-height: 560px;
    overflow: hidden;
}

.polka-destinations .polka-destination-card:nth-child(4n + 1),
.polka-destinations .polka-destination-card:nth-child(4n) {
    grid-column: auto;
}

.polka-destinations .polka-destination-card::before {
    height: 10px;
    z-index: 4;
}

.polka-destinations .polka-destination-card::after {
    bottom: auto;
    height: 120px;
    opacity: 0.34;
    right: -30px;
    top: 42%;
    width: 190px;
    z-index: 2;
}

.polka-destination-card__media {
    height: 300px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.polka-destinations .polka-destination-card:nth-child(4n + 1) .polka-destination-card__media,
.polka-destinations .polka-destination-card:nth-child(4n) .polka-destination-card__media {
    height: 300px;
}

.polka-destinations .polka-destination-card__media img {
    aspect-ratio: auto;
    border: 0;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
    width: 100%;
}

.polka-destinations .polka-destination-card:hover .polka-destination-card__media img {
    transform: scale(1.035);
}

.polka-destination-card__media::after {
    background: linear-gradient(180deg, transparent 50%, rgba(29, 27, 32, 0.3) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.polka-destination-card__number {
    align-items: center;
    background: var(--polka-card-accent, var(--polka-pink));
    border: 2px solid var(--polka-line);
    bottom: 18px;
    box-shadow: 4px 4px 0 var(--polka-line);
    color: var(--polka-ink);
    display: inline-flex;
    font-family: var(--polka-font-display);
    font-size: 26px;
    font-weight: 750;
    height: 52px;
    justify-content: center;
    left: 20px;
    position: absolute;
    transform: rotate(-3deg);
    width: 58px;
    z-index: 2;
}

.polka-destinations .polka-destination-card__body {
    align-items: flex-start;
    background:
        linear-gradient(135deg, transparent 0 72%, rgba(255, 255, 255, 0.58) 72% 80%, transparent 80%),
        var(--polka-card-paper, #fff);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: -44px;
    max-width: 100%;
    padding: 64px 28px 28px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.polka-destinations .polka-destination-card:nth-child(even) .polka-destination-card__body {
    align-items: flex-start;
    margin-left: 0;
    text-align: left;
}

.polka-destinations .polka-destination-card__body h3 {
    font-size: 34px;
}

.polka-destinations .polka-destination-card__body p:not(.polka-eyebrow) {
    margin-bottom: 24px;
    margin-top: 10px;
}

.polka-destinations .polka-destination-card__body .polka-button {
    margin: auto 0 0;
    width: auto;
}

.polka-services {
    background: var(--polka-lilac);
    overflow: hidden;
}

.polka-services::before {
    background:
        repeating-linear-gradient(116deg, rgba(29, 27, 32, 0.08) 0 5px, transparent 5px 24px),
        #f6dd64;
    clip-path: polygon(0 0, 94% 16%, 100% 100%, 6% 86%);
    content: "";
    height: 150px;
    left: -4%;
    opacity: 0.48;
    position: absolute;
    right: -4%;
    top: 28px;
    transform: rotate(1.5deg);
    z-index: 0;
}

.polka-services::after {
    background: var(--polka-teal);
    clip-path: polygon(0 14%, 100% 0, 86% 100%, 10% 86%);
    content: "";
    height: 96px;
    left: -40px;
    opacity: 0.78;
    position: absolute;
    top: 64%;
    transform: rotate(-6deg);
    width: 250px;
    z-index: 0;
}

.polka-services.is-home-intro {
    background:
        linear-gradient(116deg, rgba(245, 200, 50, 0.82) 0 24%, transparent 24%),
        linear-gradient(296deg, transparent 0 72%, rgba(32, 182, 162, 0.34) 72% 82%, transparent 82%),
        var(--polka-lilac);
    padding: 54px 0 66px;
}

.polka-services.is-home-intro::before {
    height: 118px;
    top: 10px;
}

.polka-services.is-home-intro .polka-card-grid--services {
    align-items: stretch;
}

.polka-services.is-home-intro .polka-service-card {
    min-height: 238px;
}

.polka-youtube {
    background:
        linear-gradient(118deg, transparent 0 74%, rgba(231, 54, 114, 0.18) 74% 82%, transparent 82%),
        linear-gradient(292deg, transparent 0 8%, rgba(32, 182, 162, 0.2) 8% 18%, transparent 18%),
        #fff8dc;
    overflow: hidden;
    scroll-margin-top: 24px;
}

.polka-youtube::before {
    background:
        repeating-linear-gradient(125deg, rgba(29, 27, 32, 0.08) 0 5px, transparent 5px 24px),
        var(--polka-yellow);
    clip-path: polygon(0 12%, 96% 0, 100% 86%, 7% 100%);
    content: "";
    height: 170px;
    left: -5%;
    opacity: 0.54;
    position: absolute;
    right: -5%;
    top: 48px;
    transform: rotate(-1deg);
}

.polka-youtube::after {
    background: var(--polka-purple);
    clip-path: polygon(8% 0, 100% 18%, 90% 100%, 0 82%);
    content: "";
    height: 88px;
    opacity: 0.18;
    position: absolute;
    right: -28px;
    top: 60%;
    transform: rotate(8deg);
    width: 230px;
}

.polka-youtube__heading {
    max-width: 860px;
}

.polka-youtube__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.polka-youtube-card {
    background:
        linear-gradient(135deg, transparent 0 64%, rgba(255, 255, 255, 0.52) 64% 72%, transparent 72%),
        var(--polka-card-paper, #fff);
    border: 2px solid var(--polka-line);
    border-radius: var(--polka-radius);
    box-shadow: 7px 7px 0 var(--polka-line);
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.polka-youtube-card::before {
    background: var(--polka-card-accent, var(--polka-pink));
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.polka-youtube-card__player {
    aspect-ratio: 16 / 9;
    background: var(--polka-ink);
    border-bottom: 2px solid var(--polka-line);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.polka-youtube-card__player iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.polka-youtube-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
}

.polka-youtube-card__content h3 {
    font-size: 28px;
}

.polka-youtube-card__episode {
    color: var(--polka-muted);
    font-weight: 700;
    line-height: 1.48;
    margin-top: 12px;
}

.polka-youtube-card .polka-button {
    align-self: flex-start;
    margin-top: 24px;
}

.polka-product {
    background:
        linear-gradient(118deg, rgba(32, 182, 162, 0.22) 0 18%, transparent 18%),
        linear-gradient(296deg, transparent 0 78%, rgba(150, 86, 214, 0.2) 78% 88%, transparent 88%),
        #fff8dc;
    overflow: hidden;
}

.polka-product::before {
    background: #f6dd64;
    clip-path: polygon(6% 0, 100% 12%, 92% 88%, 0 100%);
    content: "";
    height: 230px;
    left: -5%;
    opacity: 0.74;
    position: absolute;
    right: -5%;
    top: 50px;
    transform: rotate(-2deg);
    z-index: 0;
}

.polka-product::after {
    background: var(--polka-pink);
    clip-path: polygon(8% 0, 100% 16%, 92% 100%, 0 84%);
    content: "";
    height: 94px;
    opacity: 0.28;
    position: absolute;
    right: -28px;
    top: 68%;
    transform: rotate(-8deg);
    width: 260px;
}

.polka-product .polka-product__grid {
    gap: 72px;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    position: relative;
}

.polka-product .polka-product__media {
    background:
        linear-gradient(136deg, transparent 0 68%, rgba(255, 255, 255, 0.55) 68% 76%, transparent 76%),
        var(--polka-yellow);
    margin: 0 auto;
    max-width: 390px;
    padding: 22px;
    transform: rotate(-2deg);
}

.polka-product .polka-product__media img {
    max-height: 540px;
}

.polka-product .polka-product__copy {
    padding: 34px 0;
    position: relative;
}

.polka-product .polka-product__copy h2 {
    font-size: 58px;
    max-width: 720px;
}

.polka-product .polka-price {
    background: var(--polka-pink);
    border: 2px solid var(--polka-line);
    box-shadow: 5px 5px 0 var(--polka-line);
    color: var(--polka-ink);
    display: inline-flex;
    font-size: 28px;
    padding: 10px 18px;
    transform: rotate(2deg);
}

.polka-product .polka-check-list {
    max-width: 660px;
}

.polka-discoveries {
    background: var(--polka-paper-warm);
    overflow: hidden;
}

.polka-discoveries::before {
    background:
        repeating-linear-gradient(119deg, rgba(29, 27, 32, 0.07) 0 5px, transparent 5px 24px),
        #ffe4ed;
    clip-path: polygon(0 8%, 94% 0, 100% 92%, 8% 100%);
    content: "";
    height: 190px;
    left: -5%;
    opacity: 0.72;
    position: absolute;
    right: -5%;
    top: 58px;
    transform: rotate(1.7deg);
    z-index: 0;
}

.polka-discoveries::after {
    background: var(--polka-purple);
    clip-path: polygon(8% 0, 100% 16%, 92% 100%, 0 84%);
    content: "";
    height: 72px;
    opacity: 0.2;
    position: absolute;
    right: 7%;
    top: 68%;
    transform: rotate(-8deg);
    width: 260px;
    z-index: 0;
}

@media (max-width: 980px) {
    .polka-hero__grid {
        grid-template-columns: 1fr;
    }

    .polka-hero__media {
        min-height: 560px;
    }

    .polka-hero__image-main-wrap {
        height: 540px;
        width: 88%;
    }

    .polka-destinations .polka-card-grid--destinations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .polka-destinations .polka-destination-card,
    .polka-destinations .polka-destination-card:nth-child(4n + 1),
    .polka-destinations .polka-destination-card:nth-child(4n) {
        grid-column: auto;
    }

    .polka-destinations .polka-destination-card__media,
    .polka-destinations .polka-destination-card:nth-child(4n + 1) .polka-destination-card__media,
    .polka-destinations .polka-destination-card:nth-child(4n) .polka-destination-card__media {
        height: 330px;
    }

    .polka-product .polka-product__grid {
        gap: 46px;
        grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
    }

    .polka-product .polka-product__copy h2 {
        font-size: 46px;
    }

    .polka-youtube__grid {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .polka-hero__media {
        min-height: 410px;
    }

    .polka-hero__image-main-wrap {
        box-shadow: 5px 5px 0 var(--polka-line);
        height: 390px;
        padding: 8px;
        right: 4%;
        width: 92%;
    }

    .polka-destinations .polka-card-grid--destinations {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .polka-destinations .polka-destination-card,
    .polka-destinations .polka-destination-card:nth-child(4n + 1),
    .polka-destinations .polka-destination-card:nth-child(4n) {
        grid-column: auto;
        min-height: 0;
    }

    .polka-destinations .polka-destination-card__media,
    .polka-destinations .polka-destination-card:nth-child(4n + 1) .polka-destination-card__media,
    .polka-destinations .polka-destination-card:nth-child(4n) .polka-destination-card__media {
        height: 250px;
    }

    .polka-destinations .polka-destination-card__body,
    .polka-destinations .polka-destination-card:nth-child(even) .polka-destination-card__body {
        align-items: flex-start;
        margin-left: 0;
        margin-top: -30px;
        max-width: 100%;
        padding: 50px 22px 24px;
        text-align: left;
    }

    .polka-destinations .polka-destination-card__body h3 {
        font-size: 30px;
    }

    .polka-product .polka-product__grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .polka-product .polka-product__media {
        max-width: 300px;
        padding: 14px;
    }

    .polka-product .polka-product__copy {
        padding: 0;
    }

    .polka-product .polka-product__copy h2 {
        font-size: 40px;
    }

    .polka-product .polka-price {
        font-size: 24px;
    }

    .polka-hero .polka-collage-mark--sun {
        height: 74px;
        right: 0;
        top: 18px;
        width: 74px;
    }

    .polka-hero .polka-collage-mark--route {
        bottom: 72px;
        right: -24px;
        width: 120px;
    }

    .polka-services.is-home-intro {
        padding: 38px 0 50px;
    }

    .polka-services.is-home-intro .polka-service-card {
        min-height: 0;
    }

    .polka-youtube-card {
        box-shadow: 4px 4px 0 var(--polka-line);
    }

    .polka-youtube-card__content {
        padding: 20px;
    }
}
