body.pa12-theme .gsp-bundles {
    overflow: hidden;
    padding: clamp(74px, 8vw, 124px) 0;
    background: #f2eee6;
}

body.pa12-theme .gsp-bundles__content {
    margin-top: 34px;
}

body.pa12-theme .gsp-bundles .photo-award-credit-bundles {
    width: min(100% - 40px, 1420px);
    margin: 0 auto;
}

body.pa12-theme .gsp-bundles .photo-award-bundles-hero {
    border-color: rgba(23, 18, 11, .16);
    background: #17120b;
}

body.pa12-theme .gsp-bundles .photo-award-bundles-grid {
    gap: 14px;
}

body.pa12-theme .gsp-bundles .photo-award-bundle-card {
    min-height: 100%;
}

body.pa12-theme .gsp-bundles__fallback-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.pa12-theme .gsp-bundles__fallback-grid article {
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(23, 18, 11, .16);
    background: #fffaf0;
}

body.pa12-theme .gsp-bundles__fallback-grid span {
    color: #a66d00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .gsp-bundles__fallback-grid strong {
    display: block;
    margin: 74px 0 14px;
    color: #17120b;
    font-size: clamp(24px, 3vw, 44px);
    line-height: .95;
    text-transform: uppercase;
}

body.pa12-theme .gsp-bundles__fallback-grid p {
    max-width: 28ch;
    margin: 0;
    color: #6f685d;
    font-size: 14px;
    line-height: 1.6;
}

body.pa12-theme .gsp-text-category {
    overflow: hidden;
    padding: clamp(72px, 9vw, 138px) 0;
    background: #fff6e1;
}

body.pa12-theme .gsp-text-category--image {
    background: #e6e2da;
}

body.pa12-theme .gsp-text-category__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr);
    align-items: center;
    gap: clamp(34px, 8vw, 132px);
}

body.pa12-theme .gsp-text-category--text .gsp-text-category__inner {
    grid-template-columns: minmax(0, 760px);
}

body.pa12-theme .gsp-text-category__copy h2 {
    max-width: 12ch;
    margin: 12px 0 24px;
    color: #17120b;
    font-size: clamp(34px, 5vw, 72px);
    line-height: .95;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__copy > p:not(.gsp-eyebrow) {
    max-width: 58ch;
    margin: 0 0 28px;
    color: #514a40;
    font-size: 16px;
    line-height: 1.75;
}

body.pa12-theme .gsp-text-category__image-note {
    font-size: 14px !important;
}

body.pa12-theme .gsp-text-category__gallery-list {
    max-width: 68ch !important;
    padding-top: 18px;
    border-top: 1px solid rgba(23, 18, 11, .16);
    color: #6f685d !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
}

body.pa12-theme .gsp-text-category__gallery-list strong {
    display: block;
    margin-bottom: 6px;
    color: #17120b;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__media {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    background: #c9c4bb;
}

body.pa12-theme .gsp-text-category__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82) contrast(1.05);
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter 240ms ease;
}

body.pa12-theme .gsp-text-category__media:hover img {
    transform: scale(1.04);
    filter: saturate(1) contrast(1.08);
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-bundles .photo-award-credit-bundles {
        width: min(100% - 32px, 1420px);
    }

    body.pa12-theme .gsp-bundles__fallback-grid,
    body.pa12-theme .gsp-text-category__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    body.pa12-theme .gsp-text-category__media {
        order: -1;
    }
}

/* Signature treatment for the homepage Text Category module. */
body.pa12-theme .gsp-text-category {
    position: relative;
    isolation: isolate;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .gsp-text-category::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: max(22px, calc((100vw - 1420px) / 2));
    width: 1px;
    background: rgba(241, 196, 91, .44);
    content: "";
    pointer-events: none;
}

body.pa12-theme .gsp-text-category::after {
    position: absolute;
    top: 14%;
    right: max(28px, calc((100vw - 1420px) / 2));
    width: clamp(80px, 13vw, 220px);
    height: clamp(80px, 13vw, 220px);
    border: 1px solid rgba(241, 196, 91, .24);
    transform: rotate(45deg);
    content: "";
    pointer-events: none;
}

body.pa12-theme .gsp-text-category .gsp-wrap {
    position: relative;
    z-index: 1;
}

body.pa12-theme .gsp-text-category__eyebrow {
    max-width: none;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

body.pa12-theme .gsp-text-category__eyebrow .gsp-eyebrow {
    margin: 0;
    color: #f1c45b;
}

body.pa12-theme .gsp-text-category__eyebrow > span {
    color: rgba(255, 255, 255, .48);
}

body.pa12-theme .gsp-text-category__copy h2 {
    max-width: 10ch;
    color: #fff;
    font-size: clamp(44px, 6vw, 92px);
    letter-spacing: 0;
    line-height: .88;
}

body.pa12-theme .gsp-text-category__lead {
    max-width: 48ch !important;
    color: rgba(255, 255, 255, .72) !important;
}

body.pa12-theme .gsp-text-category__gallery-list {
    max-width: none !important;
    margin-top: 36px;
    border-top-color: rgba(255, 255, 255, .2);
}

body.pa12-theme .gsp-text-category__gallery-list strong {
    color: #f1c45b;
    letter-spacing: .14em;
}

body.pa12-theme .gsp-text-category__gallery-list ul {
    gap: 8px;
}

body.pa12-theme .gsp-text-category__gallery-list li {
    border-color: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .76);
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
    animation: gsp-category-chip-in 520ms cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--category-index, 0) * 45ms);
}

body.pa12-theme .gsp-text-category__gallery-list li:hover,
body.pa12-theme .gsp-text-category__gallery-list li:focus-within {
    border-color: #f1c45b;
    background: rgba(241, 196, 91, .12);
    color: #fff;
    transform: translateY(-3px);
}

body.pa12-theme .gsp-text-category__copy .gsp-arrow-link {
    color: #fff;
}

body.pa12-theme .gsp-text-category__copy .gsp-arrow-link span {
    color: #f1c45b;
}

body.pa12-theme .gsp-text-category__signal {
    min-height: 420px;
    justify-self: end;
    width: min(100%, 360px);
    border: 0;
    background: #f1c45b;
    color: #17120b;
    box-shadow: 14px 14px 0 rgba(255, 255, 255, .08);
    transform: rotate(-2deg);
    transition: transform 300ms cubic-bezier(.22, 1, .36, 1), box-shadow 300ms ease;
}

body.pa12-theme .gsp-text-category__signal:hover {
    box-shadow: 20px 20px 0 rgba(255, 255, 255, .1);
    transform: rotate(0) translateY(-6px);
}

body.pa12-theme .gsp-text-category__signal span,
body.pa12-theme .gsp-text-category__signal p,
body.pa12-theme .gsp-text-category__signal i {
    color: rgba(23, 18, 11, .7);
}

body.pa12-theme .gsp-text-category__signal strong {
    color: #17120b;
    font-size: clamp(110px, 13vw, 190px);
    font-weight: 900;
    letter-spacing: -.04em;
}

body.pa12-theme .gsp-text-category__signal i {
    margin-top: auto;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .14em;
}

body.pa12-theme .gsp-text-category--image .gsp-text-category__media {
    width: min(100%, 620px);
    justify-self: end;
    border: 1px solid rgba(241, 196, 91, .62);
    box-shadow: 14px 14px 0 rgba(241, 196, 91, .16);
}

body.pa12-theme .gsp-text-category--image .gsp-text-category__media figcaption {
    color: #f1c45b;
}

@keyframes gsp-category-chip-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-text-category::before {
        left: 16px;
    }

    body.pa12-theme .gsp-text-category::after {
        top: 8%;
        right: 16px;
        width: 76px;
        height: 76px;
    }

    body.pa12-theme .gsp-text-category__signal,
    body.pa12-theme .gsp-text-category--image .gsp-text-category__media {
        justify-self: stretch;
        width: 100%;
    }

    body.pa12-theme .gsp-text-category__signal {
        min-height: 260px;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .gsp-text-category__gallery-list li,
    body.pa12-theme .gsp-text-category__signal,
    body.pa12-theme .gsp-text-category__media img {
        animation: none;
        transition: none;
        transform: none;
    }
}

/* Homepage jury density: five equal juror cards per desktop row. */
body.pa12-theme .gsp-jury .gsp-jury-roster {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

body.pa12-theme .gsp-jury .gsp-juror-card h3 {
    font-size: clamp(16px, 1.25vw, 21px) !important;
}

@media (max-width: 1240px) {
    body.pa12-theme .gsp-jury .gsp-jury-roster {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 980px) {
    body.pa12-theme .gsp-jury .gsp-jury-roster {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    body.pa12-theme .gsp-jury .gsp-jury-roster {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

@media (max-width: 440px) {
    body.pa12-theme .gsp-jury .gsp-jury-roster {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Homepage entry fee: three stacked industrial pricing rails. */
body.pa12-theme .pa12-entry-fee {
    overflow: hidden;
    padding: clamp(78px, 9vw, 132px) 0;
    background: #0e0e0d !important;
}

body.pa12-theme .pa12-entry-fee__inner {
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
    gap: clamp(42px, 7vw, 108px);
    align-items: center;
}

body.pa12-theme .pa12-entry-fee__copy h2 {
    max-width: 8ch;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(40px, 5.4vw, 76px);
    line-height: .91;
    letter-spacing: 0;
}

body.pa12-theme .pa12-entry-fee__copy > p:not(.pa12-kicker) {
    max-width: 34ch;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.7;
}

body.pa12-theme .pa12-entry-fee__items {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    border: 0;
    background: transparent;
}

body.pa12-theme .pa12-entry-fee__item,
body.pa12-theme .pa12-entry-fee__item:last-child {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    min-height: 112px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0;
    background: #171717;
    box-shadow: none;
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(2) {
    background: #1c1c1b;
}

body.pa12-theme .pa12-entry-fee__item:nth-child(3) {
    background: #222220;
}

body.pa12-theme .pa12-entry-fee__item::before {
    position: absolute;
    top: -1px;
    right: 28px;
    width: 38px;
    height: 3px;
    background: #f1c45b;
    content: "";
}

body.pa12-theme .pa12-entry-fee__item::after {
    display: none;
}

body.pa12-theme .pa12-entry-fee__item:hover,
body.pa12-theme .pa12-entry-fee__item:focus-within {
    z-index: 1;
    border-color: rgba(241, 196, 91, .7);
    background: #26231e;
    transform: translateX(7px);
}

body.pa12-theme .pa12-entry-fee__label {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
}

body.pa12-theme .pa12-entry-fee__label small {
    display: grid;
    align-self: stretch;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, .14);
    background: #111;
    color: #f1c45b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

body.pa12-theme .pa12-entry-fee__label h3 {
    margin: 0;
    padding: 0 26px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.pa12-theme .pa12-entry-fee__item .pa12-entry-fee__price {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

body.pa12-theme .pa12-entry-fee__item:hover .pa12-entry-fee__price,
body.pa12-theme .pa12-entry-fee__item:focus-within .pa12-entry-fee__price {
    color: #f1c45b;
}

/* Text Category: make the text/image modes feel like one intentional module. */
body.pa12-theme .gsp-text-category {
    padding: clamp(82px, 10vw, 148px) 0;
    background: #f0eadc;
}

body.pa12-theme .gsp-text-category__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, .72fr);
    gap: clamp(38px, 8vw, 132px);
}

body.pa12-theme .gsp-text-category--text .gsp-text-category__inner {
    grid-template-columns: minmax(0, 1.18fr) minmax(240px, .5fr);
}

body.pa12-theme .gsp-text-category__eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 700px;
}

body.pa12-theme .gsp-text-category__eyebrow > span {
    color: #8a7961;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__copy h2 {
    max-width: 11ch;
    margin: 16px 0 24px;
    font-size: clamp(38px, 5.2vw, 76px);
    line-height: .92;
}

body.pa12-theme .gsp-text-category__lead {
    max-width: 54ch !important;
    margin-bottom: 28px !important;
    color: #514a40 !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

body.pa12-theme .gsp-text-category__gallery-list {
    max-width: 700px !important;
    margin: 0 0 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(23, 18, 11, .18);
}

body.pa12-theme .gsp-text-category__gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.pa12-theme .gsp-text-category__gallery-list li {
    padding: 7px 10px;
    border: 1px solid rgba(23, 18, 11, .16);
    color: #514a40;
    font-size: 11px;
    line-height: 1.2;
}

body.pa12-theme .gsp-text-category__signal {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 28px;
    border: 1px solid rgba(23, 18, 11, .18);
    background: #17120b;
    color: #fff;
}

body.pa12-theme .gsp-text-category__signal span {
    color: #f1c45b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__signal strong {
    margin-top: auto;
    color: #fff;
    font-size: clamp(84px, 10vw, 156px);
    font-weight: 300;
    line-height: .78;
}

body.pa12-theme .gsp-text-category__signal p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__media {
    position: relative;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(23, 18, 11, .18);
}

body.pa12-theme .gsp-text-category__media figcaption {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    body.pa12-theme .pa12-entry-fee__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body.pa12-theme .gsp-text-category__inner,
    body.pa12-theme .gsp-text-category--text .gsp-text-category__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    body.pa12-theme .pa12-entry-fee__item,
    body.pa12-theme .pa12-entry-fee__item:last-child {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 88px;
        border: 1px solid rgba(255, 255, 255, .18);
    }

    body.pa12-theme .pa12-entry-fee__label {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    body.pa12-theme .pa12-entry-fee__label h3 {
        padding: 0 14px;
        font-size: 13px;
    }

    body.pa12-theme .pa12-entry-fee__item .pa12-entry-fee__price {
        min-width: 0;
        padding: 0 14px;
        font-size: 32px;
    }

    body.pa12-theme .gsp-text-category__eyebrow {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.pa12-theme .gsp-text-category__signal {
        min-height: 220px;
    }
}

/* Text Category is intentionally a names-only index. */
body.pa12-theme .gsp-text-category {
    padding: clamp(68px, 8vw, 112px) 0;
    background: #17120b;
    color: #fff;
}

body.pa12-theme .gsp-text-category::before,
body.pa12-theme .gsp-text-category::after {
    display: none;
}

body.pa12-theme .gsp-text-category__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

body.pa12-theme .gsp-text-category__head .gsp-eyebrow {
    margin: 0;
    color: #f1c45b;
}

body.pa12-theme .gsp-text-category__head h2 {
    max-width: none;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(32px, 4.5vw, 62px);
    line-height: .95;
    text-transform: uppercase;
}

body.pa12-theme .gsp-text-category__names {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, .22);
    list-style: none;
}

body.pa12-theme .gsp-text-category__names li {
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

body.pa12-theme .gsp-text-category__names a {
    display: block;
    padding: 18px 16px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(14px, 1.45vw, 20px);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, padding-left 180ms ease;
}

body.pa12-theme .gsp-text-category__names a:hover,
body.pa12-theme .gsp-text-category__names a:focus-visible {
    padding-left: 21px;
    background: #f1c45b;
    color: #17120b;
}

@media (max-width: 900px) {
    body.pa12-theme .gsp-text-category__names {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    body.pa12-theme .gsp-text-category__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    body.pa12-theme .gsp-text-category__names {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .gsp-text-category__names a {
        transition: none;
    }
}

/* Final homepage typography and category-index polish. */
body.pa12-theme .gsp-section-bar h2,
body.pa12-theme .gsp-countdown h2,
body.pa12-theme .gsp-timeline h2,
body.pa12-theme .gsp-text-category__head h2,
body.pa12-theme .gsp-curated h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(26px, 2.7vw, 40px) !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    text-wrap: balance;
}

body.pa12-theme .gsp-about h2 {
    max-width: 24ch;
    margin: 0;
    font-size: clamp(28px, 2.7vw, 40px) !important;
    line-height: 1.04 !important;
}

body.pa12-theme .gsp-prizes .gsp-section-bar h2,
body.pa12-theme .gsp-jury .gsp-section-bar h2,
body.pa12-theme .gsp-news .gsp-section-bar h2,
body.pa12-theme .gsp-categories .gsp-section-bar h2,
body.pa12-theme .gsp-bundles .gsp-section-bar h2 {
    max-width: none;
}

body.pa12-theme .gsp-text-category__names {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .22);
}

body.pa12-theme .gsp-text-category__names li {
    position: relative;
    border-bottom: 0;
    transition: background-color 180ms ease;
}

body.pa12-theme .gsp-text-category__names li::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 2px;
    background: #f1c45b;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}

body.pa12-theme .gsp-text-category__names li:hover,
body.pa12-theme .gsp-text-category__names li:focus-within {
    background: rgba(241, 196, 91, .08);
}

body.pa12-theme .gsp-text-category__names li:hover::after,
body.pa12-theme .gsp-text-category__names li:focus-within::after {
    transform: scaleX(1);
}

body.pa12-theme .gsp-text-category__names a {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 18px 16px;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(15px, 1.35vw, 19px);
    font-weight: 600;
    letter-spacing: .01em;
}

body.pa12-theme .gsp-text-category__names a:hover,
body.pa12-theme .gsp-text-category__names a:focus-visible {
    padding-left: 22px;
    background: transparent;
    color: #f1c45b;
}

@media (max-width: 900px) {
    body.pa12-theme .gsp-text-category__names {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    body.pa12-theme .gsp-section-bar h2,
    body.pa12-theme .gsp-about h2,
    body.pa12-theme .gsp-countdown h2,
    body.pa12-theme .gsp-timeline h2,
    body.pa12-theme .gsp-text-category__head h2,
    body.pa12-theme .gsp-curated h2 {
        max-width: 18ch;
        font-size: 30px !important;
    }

    body.pa12-theme .gsp-text-category__names a {
        min-height: 64px;
        padding: 15px 13px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pa12-theme .gsp-text-category__names li,
    body.pa12-theme .gsp-text-category__names li::after {
        transition: none;
    }
}
body.pa12-theme .gsp-home {
    display: flex;
    flex-direction: column;
}
