/* Public campaign direction: editorial typography, warm photography, Keymex red. */
.jk-site {
    --jk-paper: #faf8f4;
    --jk-ink: #292722;
    --jk-red: #ad2531;
    --jk-soft: #f0ece3;
    --jk-muted: #746f66;
    --jk-serif: "Instrument Serif", Georgia, serif;
    --jk-sans: "Manrope", Arial, sans-serif;
    background: var(--jk-paper) !important;
    color: var(--jk-ink);
    font-family: var(--jk-sans) !important;
    font-size: 15px;
    line-height: 1.65;
}
.jk-site h1,
.jk-site h2,
.jk-site h3 {
    font-family: var(--jk-sans);
    font-weight: 650;
    color: var(--jk-ink);
}
.jk-site em {
    font-family: var(--jk-serif);
    font-weight: 400;
}
.jk-site a:focus-visible,
.jk-site button:focus-visible,
.jk-site summary:focus-visible {
    outline: 3px solid var(--jk-red);
    outline-offset: 5px;
}
.jk-content {
    overflow: hidden;
}
.jk-announcement {
    height: 35px;
    background: var(--jk-red);
    color: #fff9f1;
    padding: 0 max(5vw, 24px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    letter-spacing: 0.45px;
}
.jk-announcement b {
    font-weight: 400;
    opacity: 0.55;
    margin: 0 12px;
}
.jk-header {
    max-width: 1440px;
    padding: 25px 5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 5;
}
.jk-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    color: var(--jk-red);
    width: 161px;
    line-height: 1;
}
.jk-logo > svg {
    height: 50px;
    width: 46px;
    transform: rotate(-10deg);
}
.jk-logo > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.jk-logo i {
    font-family: var(--jk-serif);
    font-size: 28px;
    font-weight: 400;
}
.jk-logo strong {
    font-size: 20px;
    letter-spacing: -0.8px;
    font-weight: 850;
}
.jk-logo > img {
    width: auto;
    max-width: 160px;
    height: 55px;
    object-fit: contain;
}
.jk-desktop-nav {
    display: flex;
    gap: 29px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: 600;
}
.jk-desktop-nav > a {
    padding: 9px 0;
    position: relative;
}
.jk-desktop-nav > a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 1px;
    left: 0;
    right: 100%;
    background: var(--jk-red);
    transition: right 0.2s;
}
.jk-desktop-nav > a:hover:after {
    right: 0;
}
.jk-header-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}
.jk-adviser-link {
    font-size: 11px;
    color: var(--jk-muted);
    white-space: nowrap;
}
.jk-adviser-link span {
    margin-left: 6px;
}
.jk-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 16px 21px 16px 28px;
    min-height: 60px;
    background: var(--jk-red);
    border: 1px solid var(--jk-red);
    color: #fff;
    border-radius: 999px;
    font-family: var(--jk-sans);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    transition:
        background 0.18s,
        transform 0.18s;
    line-height: 1.3;
}
.jk-button:hover {
    background: #8f1925;
    border-color: #8f1925;
    transform: translateY(-2px);
}
.jk-button-arrow {
    display: grid;
    place-items: center;
    border: 1px solid #ffffff57;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}
.jk-button-small {
    font-size: 11px;
    min-height: 44px;
    padding: 12px 18px;
    gap: 20px;
}
.jk-menu-toggle {
    display: none;
}
.jk-mobile-menu {
    display: none;
}
.jk-hero {
    max-width: 1320px;
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 58px;
    align-items: center;
    margin: 0 auto;
    padding: 35px 35px 85px;
}
.jk-kicker {
    font-size: 10px;
    letter-spacing: 1.6px;
    font-family: var(--jk-sans);
    font-weight: 650;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
}
.jk-kicker > span {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--jk-red);
    box-shadow: 0 0 0 4px #ad25310c;
}
.jk-hero h1 {
    font-size: clamp(55px, 5.55vw, 80px);
    font-weight: 600;
    line-height: 1.025;
    letter-spacing: -4px;
    margin: 0 0 26px;
}
.jk-hero h1 em {
    color: var(--jk-red);
    font-size: 1.1em;
    letter-spacing: -2.5px;
    line-height: 0.96;
    display: inline-block;
}
.jk-hero-description {
    font-size: 14px;
    line-height: 1.9;
    max-width: 365px;
    color: var(--jk-muted);
    margin-bottom: 27px;
}
.jk-hero-reassurance {
    font-size: 10px;
    color: var(--jk-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}
.jk-hero-reassurance svg {
    color: #65735a;
}
.jk-hero-visual {
    position: relative;
    padding-top: 12px;
}
.jk-hero-photo {
    position: relative;
    aspect-ratio: 0.96;
    margin: 0;
    border-radius: 48% 48% 10px 10px;
    overflow: hidden;
    background: #dcd8cd;
}
.jk-hero-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 82% center;
}
.jk-hero-photo figcaption {
    position: absolute;
    bottom: 9px;
    right: 12px;
    color: white;
    background: #2927224d;
    font-size: 8px;
    letter-spacing: 0.2px;
    padding: 2px 6px;
    border-radius: 3px;
}
.jk-sticker {
    position: absolute;
    top: 33px;
    right: -21px;
    background: #e6d77f;
    width: 128px;
    height: 128px;
    clip-path: polygon(
        50% 0,
        58% 8%,
        69% 3%,
        74% 14%,
        86% 13%,
        88% 25%,
        98% 31%,
        93% 42%,
        100% 50%,
        92% 58%,
        97% 69%,
        86% 74%,
        87% 86%,
        75% 88%,
        69% 98%,
        58% 93%,
        50% 100%,
        42% 92%,
        31% 97%,
        26% 86%,
        14% 87%,
        12% 75%,
        2% 69%,
        7% 58%,
        0 50%,
        8% 42%,
        3% 31%,
        14% 26%,
        13% 14%,
        25% 12%,
        31% 2%,
        42% 7%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(12deg);
    z-index: 2;
    color: #463f25;
}
.jk-sticker > span:first-child {
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 2px;
}
.jk-sticker em {
    font-size: 27px;
    line-height: 1.15;
    margin: 2px 0 5px;
}
.jk-sticker > span:last-child {
    font-size: 20px;
    line-height: 1;
}
.jk-photo-note {
    position: absolute;
    bottom: 58px;
    left: -40px;
    padding: 18px 23px;
    background: #fffdf6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 15px;
    transform: rotate(-6deg);
    box-shadow: 0 10px 40px #29272215;
}
.jk-note-heart {
    color: var(--jk-red);
    font-size: 48px;
    line-height: 1;
}
.jk-photo-note > div {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 550;
}
.jk-photo-note em {
    font-size: 22px;
    font-weight: 400;
    color: var(--jk-red);
}
.jk-photo-caption {
    font-family: var(--jk-serif);
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0.1px;
    text-align: right;
    padding: 14px 0 0;
    color: var(--jk-muted);
}
.jk-local-strip {
    border-block: 1px solid #dcd7ca;
    background: #f0ede4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 23px max(calc((100vw - 1250px) / 2), 5vw);
    font-size: 13px;
}
.jk-local-strip > span {
    font-weight: 500;
    white-space: nowrap;
}
.jk-local-strip em {
    font-size: 21px;
    margin-left: 4px;
}
.jk-local-strip > div {
    display: flex;
    align-items: center;
    gap: 26px;
    white-space: nowrap;
    font-size: 12px;
}
.jk-local-strip b {
    font-weight: 400;
    color: var(--jk-red);
    font-size: 20px;
}
.jk-local-strip svg {
    color: var(--jk-red);
}
.jk-closure {
    max-width: 1250px;
    margin: 0 auto 35px;
    padding: 18px 25px;
    background: #eee4db;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    font-size: 13px;
}
.jk-section {
    max-width: 1320px;
    margin: auto;
    padding: 100px 35px;
}
.jk-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 35px;
    margin-bottom: 38px;
}
.jk-site .jk-section h2,
.jk-site .jk-how h2 {
    font-size: 42px;
    line-height: 1.16;
    letter-spacing: -1.8px;
    font-weight: 550;
}
.jk-section h2 em,
.jk-how h2 em {
    font-size: 1.2em;
    line-height: 1.13;
    letter-spacing: -1.1px;
}
.jk-section .jk-kicker,
.jk-how .jk-kicker {
    margin-bottom: 18px;
    color: var(--jk-red);
    font-size: 9px;
}
.jk-prize-summary {
    text-align: right;
    padding-bottom: 4px;
}
.jk-prize-summary > strong {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 550;
    letter-spacing: -2px;
}
.jk-prize-summary > strong > span {
    font-size: 24px;
    margin-left: 7px;
}
.jk-prize-summary > p {
    font-size: 12px;
    margin-top: 5px;
}
.jk-prize-summary > span {
    font-size: 10px;
    color: var(--jk-muted);
}
.jk-prize-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.jk-prize-picture {
    position: relative;
    aspect-ratio: 1.2;
    background: #ede6d8;
    border-radius: 12px;
    overflow: hidden;
}
.jk-prize-picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s;
}
.jk-prize-card:hover .jk-prize-picture > img {
    transform: scale(1.025);
}
.jk-prize-featured .jk-prize-picture > img {
    object-position: 55% center;
}
.jk-prize-number {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fffdf3f0;
    backdrop-filter: blur(10px);
    padding: 7px 11px;
    border-radius: 100px;
    font-size: 9px;
    letter-spacing: 1px;
}
.jk-illustrative-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 8px;
    background: #fff9;
    padding: 2px 6px;
    border-radius: 3px;
}
.jk-prize-details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    padding: 20px 0 0;
}
.jk-site .jk-prize-details h3 {
    font-size: 19px;
    letter-spacing: -0.6px;
    font-weight: 600;
    line-height: 1.4;
}
.jk-prize-details p {
    font-size: 10px;
    color: var(--jk-muted);
    margin-top: 5px;
}
.jk-prize-price {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    color: var(--jk-red);
    font-weight: 700;
    background: #f1e5df;
    border-radius: 6px;
    padding: 6px 9px;
}
.jk-prize-description {
    font-size: 10px;
    color: var(--jk-muted);
    margin-top: 12px;
    line-height: 1.8;
}
.jk-gift-art {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--jk-red);
    background: #f2e5d9;
}
.jk-gift-art span {
    font-size: 16px;
    letter-spacing: 1px;
}
.jk-gift-art em {
    font-size: 58px;
}
.jk-gift-art b {
    font-size: 48px;
    font-weight: 400;
}
.jk-prizes-empty {
    grid-column: 1/-1;
    padding: 60px;
    text-align: center;
    background: var(--jk-soft);
    border-radius: 12px;
}
.jk-prizes-empty > span {
    font-size: 52px;
    color: var(--jk-red);
}
.jk-prizes-empty > p {
    margin-top: 10px;
    color: var(--jk-muted);
}
.jk-prizes-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 29px;
    margin-top: 28px;
    border-top: 1px solid #ded8cd;
    font-size: 10px;
    color: var(--jk-muted);
}
.jk-prizes-bottom > p {
    display: flex;
    align-items: center;
    gap: 6px;
}
.jk-prizes-bottom strong {
    color: var(--jk-ink);
    font-weight: 550;
}
.jk-prizes-bottom > a {
    color: var(--jk-ink);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.jk-how {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    padding: 85px max(calc((100vw - 1250px) / 2), 5vw);
    background: #efece3;
}
.jk-how-intro {
    position: relative;
}
.jk-how-intro > p:not(.jk-kicker) {
    font-size: 13px;
    line-height: 1.9;
    color: var(--jk-muted);
    max-width: 290px;
    margin: 22px 0;
}
.jk-text-cta {
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 35px;
    padding: 10px 0;
    border-bottom: 1px solid var(--jk-ink);
}
.jk-text-cta > span {
    font-size: 23px;
    line-height: 1;
}
.jk-how-doodle {
    display: block;
    color: var(--jk-red);
    font-family: Georgia, serif;
    font-size: 96px;
    line-height: 1;
    transform: rotate(-15deg);
    margin: 32px 0 0 110px;
}
.jk-how-steps {
    display: flex;
    flex-direction: column;
}
.jk-how-steps > article {
    display: flex;
    gap: 27px;
    padding: 23px 0;
    border-bottom: 1px solid #d7d1c3;
}
.jk-how-steps > article:first-child {
    padding-top: 3px;
}
.jk-how-steps > article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.jk-step-number {
    font-family: var(--jk-serif);
    font-size: 32px;
    color: var(--jk-red);
    line-height: 1.2;
    min-width: 36px;
}
.jk-how-steps h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}
.jk-how-steps p {
    font-size: 12px;
    line-height: 1.9;
    color: var(--jk-muted);
    max-width: 420px;
}
.jk-bonus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}
.jk-bonus-art {
    aspect-ratio: 1.13;
    border-radius: 200px 200px 12px 12px;
    background: #e3e7db;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #4d5a46;
    padding: 50px 25px 35px;
}
.jk-bonus-label {
    font-size: 8px;
    letter-spacing: 1.5px;
}
.jk-bonus-number {
    font-family: var(--jk-serif);
    font-size: 230px;
    line-height: 1.1;
    letter-spacing: -18px;
    position: relative;
    font-style: italic;
}
.jk-bonus-number > span {
    font-family: var(--jk-sans);
    font-style: normal;
    font-size: 57px;
    position: absolute;
    right: -34px;
    top: 24px;
    line-height: 1;
    color: var(--jk-red);
}
.jk-bonus-caption {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}
.jk-bonus-copy > p:not(.jk-kicker) {
    font-size: 13px;
    line-height: 1.9;
    color: var(--jk-muted);
    margin-top: 23px;
}
.jk-bonus-copy strong {
    color: var(--jk-ink);
}
.jk-bonus-copy .jk-button {
    margin-top: 30px;
}
.jk-faq {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 85px;
    padding-top: 10px;
}
.jk-faq > div > p:not(.jk-kicker) {
    font-size: 12px;
    line-height: 1.9;
    margin: 24px 0;
    color: var(--jk-muted);
}
.jk-faq details {
    border-bottom: 1px solid #ddd8cd;
}
.jk-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    font-weight: 550;
    font-size: 13px;
    padding: 26px 0;
    line-height: 1.6;
}
.jk-faq summary::-webkit-details-marker {
    display: none;
}
.jk-faq summary span {
    font-size: 24px;
    font-weight: 400;
    color: var(--jk-red);
    line-height: 1;
}
.jk-faq details[open] summary span {
    transform: rotate(45deg);
}
.jk-faq details p {
    font-size: 12px;
    color: var(--jk-muted);
    line-height: 1.9;
    margin-bottom: 25px;
    max-width: 520px;
}
.jk-last-call {
    position: relative;
    text-align: center;
    padding: 78px 25px 90px;
    background: var(--jk-red);
    color: #fff8ef;
    overflow: hidden;
}
.jk-last-call .jk-kicker {
    justify-content: center;
    color: #f2cabf;
    font-size: 9px;
}
.jk-site .jk-last-call h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -1.6px;
    color: #fff8ef;
    font-weight: 500;
}
.jk-last-call h2 em {
    font-size: 1.2em;
    letter-spacing: -0.5px;
}
.jk-last-call .jk-button {
    margin-top: 30px;
}
.jk-button-light {
    background: #fff8ef;
    color: var(--jk-red);
    border-color: #fff8ef;
}
.jk-button-light:hover {
    background: #f5e2d7;
    border-color: #f5e2d7;
}
.jk-button-light .jk-button-arrow {
    border-color: #b9303144;
}
.jk-last-spark {
    position: absolute;
    top: 25px;
    right: 9%;
    font-size: 125px;
    font-weight: 400;
    color: #ffffff17;
    transform: rotate(13deg);
    line-height: 1;
}
.jk-footer {
    padding: 58px max(calc((100vw - 1250px) / 2), 5vw) 23px;
    background: #f2eee5;
}
.jk-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.55fr;
    gap: 60px;
    align-items: start;
    padding-bottom: 50px;
}
.jk-footer-brand {
    font-family: var(--jk-serif);
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.jk-footer-brand > strong {
    font-family: var(--jk-sans);
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 750;
}
.jk-footer-brand > span {
    font-family: Georgia, serif;
    font-size: 40px;
    color: var(--jk-red);
    margin-left: 6px;
}
.jk-footer-top > div > p {
    font-size: 11px;
    line-height: 1.9;
    color: var(--jk-muted);
    margin-top: 12px;
}
.jk-footer-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 11px;
}
.jk-footer-links > span {
    font-size: 8px;
    letter-spacing: 1.5px;
    font-weight: 650;
    margin-bottom: 8px;
    color: var(--jk-muted);
}
.jk-corporate-logo {
    width: 92px;
    height: auto;
    object-fit: contain;
    margin-top: 5px;
}
.jk-footer-bottom {
    padding-top: 22px;
    border-top: 1px solid #d9d3c7;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: var(--jk-muted);
    font-size: 9px;
}
/* Form and authentication pages continue the campaign's visual language. */
.jk-site .km-public-form {
    max-width: 850px;
    margin: 25px auto 80px;
    padding: 35px 30px;
}
.jk-site .km-public-form h1,
.jk-site .km-auth h1 {
    font-size: 47px;
    letter-spacing: -2px;
    font-weight: 550;
}
.jk-site .km-eyebrow {
    color: var(--jk-red);
    font-size: 9px;
    letter-spacing: 1.5px;
}
.jk-site .km-subtitle {
    font-size: 13px;
    color: var(--jk-muted);
    margin-top: 16px;
}
.jk-site .km-panel {
    border: 1px solid #e7e0d6;
    background: #fffdf9;
    border-radius: 14px;
}
.jk-site .km-section {
    padding: 30px;
}
.jk-site .km-section h2 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.jk-site .km-form-grid {
    gap: 24px;
}
.jk-site .km-field > span:first-child {
    font-size: 11px;
    font-weight: 600;
}
.jk-site .km-field input,
.jk-site .km-field textarea,
.jk-site .km-field select {
    font-family: var(--jk-sans);
    background: #fcfaf6;
    border: 1px solid #ded7cc;
    border-radius: 6px;
    font-size: 14px;
    min-height: 48px;
}
.jk-site .km-check {
    font-size: 12px;
    line-height: 1.7;
}
.jk-site .km-check input {
    accent-color: var(--jk-red);
}
.jk-site .km-button-primary {
    background: var(--jk-red);
    border-color: var(--jk-red);
    border-radius: 50px;
    min-height: 52px;
    padding-inline: 26px;
    font-size: 12px;
}
.jk-site .km-button-primary:hover {
    background: #8f1925;
}
.jk-site .km-text-link {
    color: var(--jk-red);
    font-size: 12px;
}
.jk-site .km-auth {
    max-width: 540px;
    padding: 35px 25px 45px;
    margin: 20px auto 30px;
}
.jk-site .km-auth .km-panel {
    margin-top: 28px;
}
.jk-site .km-heading-dot {
    color: var(--jk-red);
}
.jk-site .km-form-footer {
    padding-top: 0;
}
.jk-site .km-notice {
    max-width: 100%;
    font-size: 12px;
}
@media (min-width: 1550px) {
    .jk-hero {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .jk-hero h1 {
        font-size: 88px;
    }
    .jk-hero-photo {
        aspect-ratio: 0.96;
    }
}
@media (max-width: 1150px) {
    .jk-desktop-nav {
        gap: 18px;
        font-size: 10px;
    }
    .jk-header-actions {
        gap: 18px;
    }
    .jk-adviser-link {
        display: none;
    }
    .jk-header {
        padding-inline: 4vw;
    }
    .jk-hero {
        gap: 40px;
        padding-inline: 5vw;
    }
    .jk-hero h1 {
        font-size: 66px;
    }
    .jk-hero-description {
        font-size: 12px;
    }
    .jk-hero-photo {
        aspect-ratio: 0.8;
    }
    .jk-photo-note {
        left: -25px;
        padding: 15px;
    }
    .jk-sticker {
        width: 107px;
        height: 107px;
        right: -12px;
    }
    .jk-sticker em {
        font-size: 23px;
    }
    .jk-section {
        padding: 75px 5vw;
    }
    .jk-site .jk-section h2,
    .jk-site .jk-how h2 {
        font-size: 35px;
    }
    .jk-how {
        gap: 50px;
    }
    .jk-bonus {
        gap: 55px;
    }
    .jk-bonus-number {
        font-size: 185px;
    }
    .jk-faq {
        padding-top: 0;
        gap: 50px;
    }
    .jk-footer-top {
        gap: 35px;
    }
    .jk-footer-brand {
        font-size: 25px;
    }
    .jk-footer-brand strong {
        font-size: 20px;
    }
    .jk-footer-brand > span {
        font-size: 30px;
    }
    .jk-local-strip > div {
        gap: 17px;
    }
}
@media (max-width: 800px) {
    .jk-desktop-nav {
        gap: 14px;
    }
    .jk-header .jk-button-small {
        font-size: 10px;
        padding: 12px 15px;
        gap: 10px;
    }
    .jk-logo {
        width: 135px;
    }
    .jk-logo strong {
        font-size: 18px;
    }
    .jk-logo > svg {
        width: 37px;
    }
    .jk-hero {
        gap: 30px;
        padding-top: 27px;
    }
    .jk-hero h1 {
        font-size: 57px;
        letter-spacing: -3px;
    }
    .jk-hero-description {
        font-size: 11px;
    }
    .jk-hero .jk-kicker {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .jk-hero-photo {
        aspect-ratio: 0.72;
    }
    .jk-hero-reassurance {
        font-size: 8px;
    }
    .jk-photo-note {
        left: -20px;
        bottom: 52px;
        gap: 10px;
    }
    .jk-photo-note em {
        font-size: 19px;
    }
    .jk-photo-note > div {
        font-size: 11px;
    }
    .jk-note-heart {
        font-size: 35px;
    }
    .jk-photo-caption {
        font-size: 13px;
    }
    .jk-local-strip {
        flex-direction: column;
        gap: 12px;
        padding-block: 18px;
    }
    .jk-prize-details {
        flex-direction: column;
        gap: 8px;
    }
    .jk-prize-price {
        font-size: 10px;
    }
    .jk-prize-details h3 {
        font-size: 17px !important;
    }
    .jk-prize-picture {
        aspect-ratio: 0.95;
    }
    .jk-prize-grid {
        gap: 18px;
    }
    .jk-prize-number {
        top: 10px;
        left: 10px;
        font-size: 7px;
        padding: 5px 8px;
    }
    .jk-prize-summary > strong {
        font-size: 33px;
    }
    .jk-prize-summary > span {
        display: none;
    }
    .jk-prize-summary > p {
        font-size: 10px;
    }
    .jk-site .jk-section h2,
    .jk-site .jk-how h2 {
        font-size: 31px;
    }
    .jk-how {
        gap: 35px;
        padding-block: 60px;
    }
    .jk-how-steps > article {
        gap: 18px;
    }
    .jk-how-steps p {
        font-size: 11px;
    }
    .jk-how-steps h3 {
        font-size: 15px;
    }
    .jk-bonus {
        gap: 35px;
    }
    .jk-bonus-number {
        font-size: 150px;
    }
    .jk-bonus-number > span {
        font-size: 35px;
        right: -26px;
    }
    .jk-bonus-label {
        font-size: 6px;
    }
    .jk-bonus-caption {
        font-size: 10px;
    }
    .jk-bonus-copy > p:not(.jk-kicker) {
        font-size: 11px;
    }
    .jk-bonus-copy .jk-button {
        font-size: 11px;
        min-height: 52px;
        padding: 13px 18px;
        gap: 10px;
    }
    .jk-footer-top {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 24px;
    }
    .jk-corporate-logo {
        display: none;
    }
    .jk-footer-bottom {
        font-size: 8px;
    }
}
@media (max-width: 620px) {
    .jk-announcement {
        justify-content: center;
        padding-inline: 15px;
        font-size: 9px;
        height: 31px;
    }
    .jk-announcement > span:last-child {
        display: none;
    }
    .jk-header {
        padding: 18px 21px;
        gap: 10px;
    }
    .jk-logo {
        width: 131px;
        gap: 7px;
    }
    .jk-logo > svg {
        height: 42px;
        width: 36px;
    }
    .jk-logo i {
        font-size: 23px;
    }
    .jk-logo strong {
        font-size: 17px;
    }
    .jk-desktop-nav {
        display: none;
    }
    .jk-header-actions {
        gap: 14px;
    }
    .jk-header .jk-button-small {
        padding: 10px 14px;
        min-height: 40px;
        font-size: 10px;
    }
    .jk-header .jk-button-small > span {
        display: none;
    }
    .jk-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 40px;
        gap: 6px;
        background: none;
        border: 0;
        color: var(--jk-ink);
    }
    .jk-menu-toggle span {
        width: 20px;
        height: 1.5px;
        background: currentColor;
    }
    .jk-mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        padding: 12px 24px 24px;
        gap: 4px;
        background: var(--jk-paper);
        border-bottom: 1px solid #ddd6c8;
        box-shadow: 0 18px 22px #2927220c;
    }
    .jk-mobile-menu > a {
        font-size: 13px;
        padding: 12px 0;
    }
    .jk-hero {
        grid-template-columns: 1fr;
        padding: 24px 25px 43px;
        gap: 35px;
    }
    .jk-hero-copy {
        text-align: center;
    }
    .jk-hero-copy .jk-kicker {
        justify-content: center;
        font-size: 8px;
        letter-spacing: 1.2px;
        margin-bottom: 22px;
    }
    .jk-hero h1 {
        font-size: 60px;
        line-height: 1.03;
        letter-spacing: -3.3px;
        margin-bottom: 22px;
    }
    .jk-hero h1 em {
        font-size: 1.07em;
        letter-spacing: -2px;
    }
    .jk-hero h1 br:nth-child(2) {
        display: none;
    }
    .jk-hero h1 br:nth-child(2):after {
        content: " ";
    }
    .jk-hero h1 > em {
        display: block;
        margin-top: 7px;
    }
    .jk-hero-description {
        font-size: 12px;
        line-height: 1.9;
        max-width: 325px;
        margin: 0 auto 24px;
    }
    .jk-hero .jk-button {
        min-height: 56px;
        font-size: 12px;
        padding: 14px 20px 14px 25px;
        gap: 30px;
    }
    .jk-hero-reassurance {
        justify-content: center;
        font-size: 9px;
        margin-top: 14px;
    }
    .jk-hero-visual {
        padding: 0 10px 0;
        margin-top: 0;
    }
    .jk-hero-photo {
        aspect-ratio: 0.98;
        border-radius: 46% 46% 8px 8px;
    }
    .jk-sticker {
        width: 96px;
        height: 96px;
        top: 9px;
        right: -7px;
    }
    .jk-sticker > span:first-child {
        font-size: 7px;
    }
    .jk-sticker em {
        font-size: 21px;
    }
    .jk-photo-note {
        bottom: 55px;
        left: -3px;
        padding: 11px 15px;
        gap: 10px;
    }
    .jk-photo-note > div {
        font-size: 10px;
    }
    .jk-photo-note em {
        font-size: 18px;
    }
    .jk-photo-caption {
        padding-top: 13px;
        text-align: center;
        font-size: 13px;
    }
    .jk-local-strip {
        padding: 19px 20px;
        gap: 14px;
    }
    .jk-local-strip > span {
        font-size: 12px;
    }
    .jk-local-strip em {
        font-size: 19px;
    }
    .jk-local-strip > div {
        gap: 13px;
        font-size: 10px;
    }
    .jk-local-strip svg {
        width: 15px;
    }
    .jk-local-strip b {
        font-size: 15px;
    }
    .jk-section {
        padding: 55px 25px;
    }
    .jk-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 23px;
        margin-bottom: 26px;
    }
    .jk-site .jk-section h2,
    .jk-site .jk-how h2 {
        font-size: 32px;
        letter-spacing: -1.2px;
    }
    .jk-section h2 em,
    .jk-how h2 em {
        font-size: 1.18em;
    }
    .jk-section .jk-kicker,
    .jk-how .jk-kicker {
        font-size: 8px;
        letter-spacing: 1.2px;
        margin-bottom: 15px;
    }
    .jk-prize-summary {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 13px;
        padding-bottom: 0;
    }
    .jk-prize-summary > strong {
        font-size: 28px;
        letter-spacing: -1.2px;
    }
    .jk-prize-summary > strong > span {
        font-size: 19px;
    }
    .jk-prize-summary > p {
        margin-top: 0;
        font-size: 10px;
    }
    .jk-prize-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .jk-prize-picture {
        aspect-ratio: 1.3;
        border-radius: 10px;
    }
    .jk-prize-number {
        top: 13px;
        left: 13px;
        font-size: 8px;
        padding: 6px 10px;
    }
    .jk-prize-details {
        flex-direction: row;
        align-items: start;
        gap: 12px;
        padding-top: 15px;
    }
    .jk-prize-details h3 {
        font-size: 19px !important;
    }
    .jk-prize-details p {
        font-size: 10px;
    }
    .jk-prize-description {
        font-size: 9px;
        margin-top: 8px;
    }
    .jk-prize-price {
        font-size: 11px;
        padding: 6px 8px;
    }
    .jk-prizes-bottom {
        flex-direction: column;
        gap: 12px;
        padding-top: 20px;
        margin-top: 25px;
        font-size: 9px;
    }
    .jk-prizes-bottom > p {
        flex-wrap: wrap;
    }
    .jk-how {
        grid-template-columns: 1fr;
        padding: 50px 25px;
        gap: 32px;
    }
    .jk-how-intro > p:not(.jk-kicker) {
        font-size: 12px;
        max-width: 280px;
        margin: 18px 0;
    }
    .jk-how-doodle {
        position: absolute;
        right: 15px;
        bottom: 5px;
        font-size: 80px;
        margin: 0;
    }
    .jk-text-cta {
        font-size: 11px;
        gap: 28px;
    }
    .jk-how-steps > article {
        padding: 22px 0;
        gap: 22px;
    }
    .jk-how-steps h3 {
        font-size: 16px;
    }
    .jk-how-steps p {
        font-size: 12px;
    }
    .jk-step-number {
        font-size: 30px;
    }
    .jk-bonus {
        grid-template-columns: 1fr;
        gap: 33px;
    }
    .jk-bonus-art {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 1.1;
        padding: 40px 20px 27px;
    }
    .jk-bonus-number {
        font-size: 170px;
    }
    .jk-bonus-number > span {
        font-size: 42px;
        right: -30px;
    }
    .jk-bonus-label {
        font-size: 7px;
    }
    .jk-bonus-caption {
        font-size: 11px;
    }
    .jk-bonus-copy > p:not(.jk-kicker) {
        font-size: 12px;
        margin-top: 19px;
    }
    .jk-bonus-copy .jk-button {
        margin-top: 24px;
        min-height: 54px;
        font-size: 12px;
        gap: 20px;
    }
    .jk-faq {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 8px;
    }
    .jk-faq > div > p:not(.jk-kicker) {
        margin: 18px 0;
        font-size: 12px;
    }
    .jk-faq summary {
        padding: 21px 0;
        font-size: 12px;
        gap: 12px;
    }
    .jk-faq details p {
        font-size: 11px;
    }
    .jk-last-call {
        padding: 51px 22px 57px;
    }
    .jk-last-call .jk-kicker {
        font-size: 7px;
        letter-spacing: 1.1px;
        margin-bottom: 20px;
    }
    .jk-site .jk-last-call h2 {
        font-size: 29px;
        line-height: 1.25;
        letter-spacing: -1px;
    }
    .jk-last-call h2 em {
        font-size: 1.21em;
    }
    .jk-last-call .jk-button {
        font-size: 12px;
        min-height: 54px;
        margin-top: 26px;
    }
    .jk-last-spark {
        font-size: 80px;
        right: 3px;
        top: 13px;
    }
    .jk-footer {
        padding: 38px 25px 22px;
    }
    .jk-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        padding-bottom: 30px;
    }
    .jk-footer-top > div:first-child {
        grid-column: 1/-1;
    }
    .jk-footer-brand {
        font-size: 28px;
    }
    .jk-footer-brand strong {
        font-size: 23px;
    }
    .jk-footer-brand > span {
        font-size: 37px;
    }
    .jk-footer-top > div > p {
        font-size: 11px;
        margin-top: 10px;
    }
    .jk-footer-links {
        font-size: 10px;
        gap: 10px;
    }
    .jk-footer-links > span {
        font-size: 7px;
    }
    .jk-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        font-size: 8px;
        padding-top: 20px;
    }
    .jk-site .km-public-form {
        padding: 25px 20px;
        margin: 0 auto 25px;
    }
    .jk-site .km-public-form h1,
    .jk-site .km-auth h1 {
        font-size: 33px;
        letter-spacing: -1.3px;
    }
    .jk-site .km-subtitle {
        font-size: 12px;
        line-height: 1.8;
    }
    .jk-site .km-section {
        padding: 23px 19px;
    }
    .jk-site .km-form-grid {
        gap: 19px;
    }
    .jk-site .km-field input,
    .jk-site .km-field textarea {
        font-size: 16px;
    }
    .jk-site .km-auth {
        padding: 28px 20px 30px;
        margin: 0 auto;
    }
    .jk-site .km-section h2 {
        font-size: 18px;
    }
    .jk-site .km-check {
        font-size: 11px;
    }
    .jk-site .km-text-link {
        font-size: 11px;
        min-height: 24px;
    }
    .jk-site .km-auth .km-text-link {
        min-height: 44px;
    }
}
@media (max-width: 360px) {
    .jk-header {
        padding-inline: 17px;
    }
    .jk-header-actions {
        gap: 8px;
    }
    .jk-hero {
        padding-inline: 20px;
    }
    .jk-hero h1 {
        font-size: 53px;
    }
    .jk-section {
        padding-inline: 20px;
    }
    .jk-how {
        padding-inline: 20px;
    }
    .jk-site .jk-section h2,
    .jk-site .jk-how h2 {
        font-size: 29px;
    }
    .jk-local-strip > div {
        gap: 9px;
        font-size: 9px;
    }
    .jk-hero-copy .jk-kicker {
        font-size: 7px;
    }
    .jk-photo-note {
        left: -1px;
    }
    .jk-prize-details h3 {
        font-size: 17px !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .jk-site * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
/* Operation assets supplied in J_aime_Keymex.zip: anniversary red, cream, heart panel. */
.jk-site {
    --jk-red: #ad1821;
    --jk-paper: #fbf6ee;
    --jk-soft: #f3eae0;
    --jk-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}
.jk-site em {
    font-family: var(--jk-sans);
    font-style: normal;
    font-weight: 650;
}
.jk-header {
    padding-top: 18px;
    padding-bottom: 18px;
}
.jk-logo {
    width: 140px;
    justify-content: flex-start;
}
.jk-logo > img.jk-operation-logo {
    height: 85px;
    width: 99px;
    max-width: none;
    object-fit: contain;
}
.jk-hero {
    grid-template-columns: 1fr 1.06fr;
    padding-top: 38px;
    padding-bottom: 77px;
    gap: 70px;
}
.jk-hero-copy .jk-kicker {
    color: var(--jk-red);
    font-weight: 750;
    font-size: 10px;
    letter-spacing: 1.4px;
}
.jk-hero h1 {
    font-size: 95px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 23px;
}
.jk-anniversary-title {
    font-family: var(--jk-display);
    font-weight: 700;
    display: block;
    line-height: 0.98;
    letter-spacing: -1.7px;
}
.jk-hero h1 .jk-anniversary-title em {
    font-family: var(--jk-display);
    font-style: normal;
    font-size: 1em;
    letter-spacing: -1.7px;
    line-height: 0.98;
    font-weight: 700;
    white-space: nowrap;
}
.jk-hero h1 .jk-hero-promise {
    font-family: var(--jk-sans);
    display: block;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-top: 24px;
    position: relative;
    padding-bottom: 17px;
}
.jk-hero-promise:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: var(--jk-red);
    border-radius: 60% 40% 80% 20%;
    transform: rotate(-2deg);
}
.jk-hero-description {
    max-width: 390px;
    font-size: 14px;
}
.jk-hero-visual {
    padding-top: 0;
}
.jk-hero-photo {
    aspect-ratio: 0.88;
    border-radius: 47% 47% 10px 10px;
}
.jk-hero-photo > img {
    object-position: center 70%;
}
.jk-operation-heart {
    position: absolute;
    left: -45px;
    bottom: 30px;
    width: 180px;
    transform: rotate(-11deg);
    filter: drop-shadow(0 12px 12px #4e0d1730);
}
.jk-operation-heart img {
    width: 100%;
    height: auto;
}
.jk-anniversary-note {
    position: absolute;
    right: -14px;
    top: 24px;
    width: 119px;
    height: 119px;
    background: var(--jk-paper);
    border: 1px solid #e4cec2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(10deg);
    box-shadow: 0 5px 20px #4025260b;
    color: var(--jk-red);
}
.jk-anniversary-note strong {
    font-family: var(--jk-display);
    font-weight: 700;
    font-size: 39px;
    line-height: 1;
}
.jk-anniversary-note span {
    font-family: var(--jk-sans);
    font-size: 10px;
    margin-top: 7px;
}
.jk-photo-caption {
    font-family: var(--jk-sans);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--jk-red);
    font-weight: 650;
    padding-top: 19px;
}
.jk-local-strip {
    background: #f3e9df;
    border-color: #ead8cd;
}
.jk-local-strip em {
    color: var(--jk-red);
    font-size: inherit;
}
.jk-site .jk-section h2,
.jk-site .jk-how h2 {
    font-weight: 650;
}
.jk-section h2 em,
.jk-how h2 em {
    font-size: 1em;
    line-height: 1.16;
    color: var(--jk-red);
    letter-spacing: -1.8px;
}
.jk-prizes-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 40px 48px;
    text-align: left;
    background: #f7ece2;
    border: 1px dashed #dbaaaa;
    border-radius: 14px;
}
.jk-prizes-empty > img {
    width: 135px;
    height: auto;
    transform: rotate(-8deg);
    filter: drop-shadow(0 8px 8px #4e0d1720);
}
.jk-prizes-empty > div {
    flex: 1;
}
.jk-prizes-empty .jk-kicker {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
}
.jk-prizes-empty h3 {
    font-family: var(--jk-display);
    font-size: 40px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}
.jk-prizes-empty p:not(.jk-kicker) {
    font-size: 12px;
    line-height: 1.9;
    color: var(--jk-muted);
    margin-top: 12px;
}
.jk-prize-teaser-stamp {
    font-family: var(--jk-display);
    font-size: 26px !important;
    line-height: 1.15;
    color: var(--jk-red);
    border: 2px solid var(--jk-red);
    padding: 18px 25px;
    transform: rotate(7deg);
    text-align: center;
    border-radius: 4px;
    flex-shrink: 0;
}
.jk-gift-art img {
    width: 47%;
    height: auto;
    max-height: 190px;
    object-fit: contain;
    transform: rotate(-8deg);
}
.jk-gift-art span {
    font-size: 12px;
    margin-top: 15px;
    color: var(--jk-red);
    letter-spacing: 0.4px;
}
.jk-how {
    background: #f2e9df;
}
.jk-how-heart {
    width: 115px;
    height: auto;
    transform: rotate(-13deg);
    margin: 24px 0 0 80px;
    filter: drop-shadow(0 9px 6px #59212117);
}
.jk-step-number {
    font-family: var(--jk-display);
    font-weight: 600;
    font-size: 36px;
}
.jk-bonus-art {
    background: #f2d9d5;
    color: var(--jk-red);
}
.jk-bonus-number {
    font-family: var(--jk-display);
    font-style: normal;
    font-size: 220px;
    font-weight: 600;
    letter-spacing: -12px;
    line-height: 1.1;
}
.jk-bonus-number > img {
    width: 92px;
    height: auto;
    position: absolute;
    right: -56px;
    top: 14px;
    transform: rotate(14deg);
    filter: drop-shadow(0 8px 8px #8f17252b);
}
.jk-last-call {
    padding-top: 105px;
}
.jk-site .jk-last-call h2 {
    font-family: var(--jk-display);
    font-size: 66px;
    font-weight: 650;
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.jk-last-call h2 em {
    font-family: var(--jk-display);
    font-weight: 650;
    font-size: 1em;
    letter-spacing: inherit;
}
.jk-last-logo {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%) rotate(6deg);
    width: 115px;
    opacity: 0.82;
}
.jk-last-call:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--jk-paper);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 55%,
        96% 65%,
        91% 43%,
        86% 60%,
        80% 37%,
        74% 62%,
        68% 45%,
        61% 67%,
        55% 39%,
        49% 58%,
        44% 32%,
        38% 65%,
        33% 50%,
        27% 72%,
        21% 42%,
        14% 65%,
        8% 40%,
        0 68%
    );
}
.jk-last-description {
    font-size: 13px;
    max-width: 600px;
    margin: 20px auto 0;
    line-height: 1.8;
    color: #ffeae0;
}
.jk-footer {
    background: #f2e9df;
}
.jk-footer-brand > img {
    width: 117px;
    height: auto;
}
.jk-footer-top > div > p {
    margin-top: 18px;
}
@media (max-width: 1150px) {
    .jk-hero {
        gap: 40px;
    }
    .jk-hero h1 {
        font-size: 80px;
    }
    .jk-hero h1 .jk-hero-promise {
        font-size: 19px;
    }
    .jk-operation-heart {
        width: 145px;
        left: -25px;
    }
    .jk-anniversary-note {
        width: 103px;
        height: 103px;
        right: -10px;
    }
    .jk-anniversary-note strong {
        font-size: 34px;
    }
    .jk-hero-description {
        font-size: 12px;
    }
    .jk-bonus-number {
        font-size: 185px;
    }
    .jk-bonus-number > img {
        width: 75px;
        right: -44px;
    }
    .jk-prizes-empty {
        padding: 32px;
        gap: 25px;
    }
    .jk-prizes-empty h3 {
        font-size: 34px;
    }
    .jk-last-logo {
        width: 90px;
        right: 4%;
    }
    .jk-last-call h2 {
        font-size: 57px !important;
    }
}
@media (max-width: 800px) {
    .jk-hero h1 {
        font-size: 67px;
    }
    .jk-hero h1 .jk-hero-promise {
        font-size: 16px;
    }
    .jk-hero-copy .jk-kicker {
        font-size: 8px;
        letter-spacing: 0.8px;
    }
    .jk-hero-photo {
        aspect-ratio: 0.72;
    }
    .jk-operation-heart {
        width: 120px;
        left: -18px;
    }
    .jk-anniversary-note {
        width: 83px;
        height: 83px;
        top: 20px;
        right: -10px;
    }
    .jk-anniversary-note strong {
        font-size: 29px;
    }
    .jk-anniversary-note span {
        font-size: 8px;
    }
    .jk-hero-description {
        font-size: 11px;
    }
    .jk-prizes-empty > img {
        width: 100px;
    }
    .jk-prizes-empty h3 {
        font-size: 29px;
    }
    .jk-prize-teaser-stamp {
        font-size: 22px !important;
        padding: 14px 19px;
    }
    .jk-prizes-empty {
        gap: 22px;
        padding: 28px;
    }
    .jk-bonus-number {
        font-size: 155px;
    }
    .jk-bonus-number > img {
        width: 66px;
        right: -33px;
        top: 8px;
    }
    .jk-last-logo {
        display: none;
    }
}
@media (max-width: 620px) {
    .jk-logo {
        width: 100px;
    }
    .jk-logo > img.jk-operation-logo {
        width: 78px;
        height: 68px;
    }
    .jk-header {
        padding-block: 13px;
    }
    .jk-hero {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 26px 25px 40px;
    }
    .jk-hero-copy .jk-kicker {
        font-size: 8px;
        letter-spacing: 1.1px;
    }
    .jk-hero h1 {
        font-size: 79px;
        line-height: 1;
        margin-bottom: 23px;
    }
    .jk-hero h1 .jk-anniversary-title em {
        font-size: 1em;
        letter-spacing: -1.3px;
        line-height: 0.95;
        margin-top: 0;
    }
    .jk-hero h1 br:nth-child(2) {
        display: initial;
    }
    .jk-hero h1 .jk-hero-promise {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 20px;
        padding-bottom: 16px;
    }
    .jk-hero-promise:after {
        left: 50%;
        transform: translateX(-50%) rotate(-2deg);
        width: 105px;
        height: 2px;
    }
    .jk-hero-description {
        font-size: 12px;
        line-height: 1.9;
        max-width: 310px;
    }
    .jk-hero-photo {
        aspect-ratio: 0.87;
    }
    .jk-operation-heart {
        width: 122px;
        left: -7px;
        bottom: 36px;
    }
    .jk-anniversary-note {
        width: 87px;
        height: 87px;
        right: -2px;
        top: 18px;
    }
    .jk-anniversary-note strong {
        font-size: 31px;
    }
    .jk-photo-caption {
        font-size: 9px;
        letter-spacing: 1.7px;
        text-align: right;
        padding-right: 8px;
        padding-top: 16px;
    }
    .jk-prizes-empty {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
    }
    .jk-prizes-empty > img {
        width: 92px;
        margin-left: 5px;
    }
    .jk-prizes-empty > div {
        width: 100%;
    }
    .jk-prizes-empty h3 {
        font-size: 32px;
        line-height: 1.1;
    }
    .jk-prizes-empty .jk-kicker {
        font-size: 7px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .jk-prizes-empty p:not(.jk-kicker) {
        font-size: 11px;
    }
    .jk-prize-teaser-stamp {
        position: absolute;
        right: 25px;
        top: 29px;
        font-size: 20px !important;
        padding: 12px 18px;
    }
    .jk-how-intro {
        min-height: 0;
    }
    .jk-how-heart {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 75px;
        margin: 0;
    }
    .jk-step-number {
        font-size: 33px;
    }
    .jk-bonus-number {
        font-size: 165px;
        line-height: 1.17;
    }
    .jk-bonus-number > img {
        width: 73px;
        right: -41px;
        top: 14px;
    }
    .jk-section h2 em,
    .jk-how h2 em {
        letter-spacing: -1.2px;
    }
    .jk-site .jk-last-call h2 {
        font-size: 45px !important;
        line-height: 1.02;
        letter-spacing: -0.4px;
    }
    .jk-last-call {
        padding-top: 66px;
    }
    .jk-last-description {
        font-size: 11px;
        margin-top: 15px;
    }
    .jk-footer-brand > img {
        width: 103px;
    }
    .jk-footer-top > div:first-child {
        display: flex;
        gap: 25px;
        align-items: center;
    }
    .jk-footer-top > div:first-child > p {
        font-size: 10px;
        margin: 0;
    }
    .jk-local-strip em {
        font-size: 12px;
    }
    .jk-local-strip > span {
        font-size: 12px;
    }
    .jk-site .km-public-form h1,
    .jk-site .km-auth h1 {
        font-family: var(--jk-display);
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: -0.5px;
    }
}
@media (max-width: 360px) {
    .jk-hero h1 {
        font-size: 69px;
    }
    .jk-hero h1 .jk-hero-promise {
        font-size: 16px;
    }
    .jk-hero {
        padding-inline: 20px;
    }
    .jk-operation-heart {
        width: 103px;
    }
    .jk-anniversary-note {
        width: 78px;
        height: 78px;
        right: 0;
    }
    .jk-anniversary-note strong {
        font-size: 28px;
    }
    .jk-prizes-empty h3 {
        font-size: 29px;
    }
    .jk-prizes-empty {
        padding: 22px;
    }
    .jk-prize-teaser-stamp {
        right: 20px;
    }
    .jk-footer-top > div:first-child {
        gap: 17px;
    }
    .jk-footer-brand > img {
        width: 90px;
    }
}
