.mascot-page {
    color: #070303;
    background: #ffffff;
    font-family: var(--font-sans);
    letter-spacing: 0px;
}

.mascot-hero {
    background-position: center;
}

.mascot-coming-soon {
    padding: 80px var(--page-gutter);
    background: #ffffff;
}

.mascot-coming-soon img {
    display: block;
    width: min(1440px, 100%);
    height: auto;
    margin: 0 auto;
}

.mascot-stage {
    position: relative;
    width: min(1920px, 100%);
    height: 100%;
    margin: 0 auto;
}

.mascot-introduction {
    position: relative;
    height: 709px;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 246px, #effbfc 246px, #effbfc 100%);
    font-family: var(--font-display);
}

.mascot-introduction-copy {
    position: absolute;
    z-index: 3;
    top: 359px;
    left: calc(50% - 530px);
    width: 620px;
}

.mascot-introduction-copy h2 {
    display: flex;
    margin: 0;
    align-items: baseline;
    color: #070303;
    font-weight: 300;
    line-height: 60px;
}

.mascot-introduction-copy h2 strong {
    font-size: 50px;
    font-weight: 800;
}

.mascot-introduction-copy h2 span {
    margin-left: 25px;
    font-size: 34px;
    font-weight: 300;
}

.mascot-tagline,
.mascot-greeting {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42;
}

.mascot-tagline {
    margin-top: -2px;
}

.mascot-greeting {
    margin-top: 48px;
}

.mascot-greeting p + p {
    margin-top: 20px;
}

.mascot-introduction-rule {
    position: absolute;
    z-index: 1;
    top: 472px;
    left: calc(50% - 544px);
    width: 858px;
    height: 0;
    border-top: 1px solid #1a1311;
    background: transparent;
}

.mascot-introduction-rule::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1a1311;
    content: "";
    transform: translate(-50%, -50%);
}

.mascot-primary-image {
    position: absolute;
    z-index: 2;
    top: 104px;
    left: calc(50% + 124px);
    width: 575px;
    height: 575px;
    max-width: none;
    object-fit: contain;
}

.mascot-details {
    position: relative;
    height: 1819px;
    overflow: hidden;
    background: #ffffff;
    font-family: var(--font-display);
}

.mascot-character-guide {
    position: absolute;
    top: 124.6px;
    left: calc(50% - 585px);
    width: 770px;
    height: 550px;
}

.mascot-guide-image {
    width: 542px;
    height: auto;
    max-width: none;
    object-fit: contain;
}

.mascot-callout {
    position: absolute;
    left: 608px;
    width: 220px;
    min-height: 54px;
    color: #666767;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.mascot-callout::before {
    position: absolute;
    top: 9px;
    right: calc(100% - 1px);
    border-top: 1px dashed #666767;
    content: "";
}

.mascot-callout-marker {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #113475;
}

.mascot-callout p {
    margin-left: 22px;
}

.mascot-callout strong,
.mascot-callout span {
    display: block;
}

.mascot-callout strong {
    margin-bottom: 9px;
    color: #113475;
    font-size: 16px;
    font-weight: 700;
}

.mascot-callout--antenna {
    top: 40px;
}

.mascot-callout--antenna::before {
    width: 126px;
}

.mascot-callout--face {
    top: 196px;
}

.mascot-callout--face::before {
    width: 155px;
}

.mascot-callout--color {
    top: 388px;
}

.mascot-callout--color::before {
    width: 67px;
}

@media (min-width: 1280px) {
    .locale-en .mascot-introduction-copy {
        top: 355.5px;
        width: 722px;
    }

    .locale-en .mascot-introduction-copy h2 {
        margin-left: -1px;
    }

    .locale-en .mascot-tagline,
    .locale-en .mascot-greeting {
        line-height: 22px;
    }

    .locale-en .mascot-tagline {
        margin-top: 10.5px;
    }

    .locale-en .mascot-greeting {
        margin-top: 46.7px;
    }

    .locale-en .mascot-greeting p + p {
        margin-top: 22px;
    }

    .locale-en .mascot-character-guide {
        left: max(var(--page-gutter), calc(50% - 720px));
    }

    .locale-en .mascot-callout {
        left: 608px;
        width: 340px;
    }

    .locale-en .mascot-callout span {
        white-space: nowrap;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .locale-en .mascot-callout--color {
        width: 220px;
    }

    .locale-en .mascot-callout--color span {
        white-space: normal;
    }
}

.mascot-palette {
    position: absolute;
    top: 97.2px;
    left: calc(50% + 240px);
    width: 480px;
}

.mascot-palette li {
    height: 131px;
}

.mascot-swatch {
    display: block;
    width: 480px;
    height: 55px;
}

.mascot-swatch--blue {
    background: #00499a;
}

.mascot-swatch--cyan {
    background: #25a8b1;
}

.mascot-swatch--green {
    background: #71b03b;
}

.mascot-swatch--navy {
    background: #010d1d;
}

.mascot-swatch--silver {
    background: #d5dbe6;
}

.mascot-palette p {
    margin-top: 7px;
    color: #070303;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
}

.mascot-pose-sheet {
    position: absolute;
    top: 921px;
    left: 50%;
    width: 1384px;
    height: 717px;
    max-width: none;
    object-fit: contain;
    transform: translateX(-50%);
}

.mascot-mobile-poses {
    display: none;
}

@media (max-width: 1500px) {
    .mascot-introduction-copy {
        left: var(--page-gutter);
    }

    .mascot-primary-image {
        left: 56%;
        width: min(520px, 42vw);
        height: auto;
    }

    .mascot-introduction-rule {
        right: calc(44vw - min(172px, 13.88vw));
        left: calc(var(--page-gutter) - 14px);
        width: auto;
    }

    .mascot-character-guide {
        left: max(var(--page-gutter), calc(50% - 619px));
        transform: scale(0.9);
        transform-origin: top left;
    }

    .mascot-palette {
        right: auto;
        left: calc(50% + 192px);
        width: 480px;
        transform: scale(0.9);
        transform-origin: top left;
    }

    .mascot-swatch {
        width: 100%;
    }

    .mascot-pose-sheet {
        width: calc(100% - (var(--page-gutter) * 2));
        height: auto;
    }
}

@media (min-width: 601px) and (max-width: 1279px) {
    .mascot-callout {
        left: 521px;
    }

    .mascot-callout--face p,
    .mascot-callout--color p {
        margin-left: 48px;
    }

    .mascot-callout--color {
        left: 550px;
    }

    .mascot-callout--color::before {
        width: 84px;
    }
}

@media (max-width: 1279px) {
    .mascot-introduction {
        height: auto;
        overflow: visible;
        background: linear-gradient(to bottom, #ffffff 0, #ffffff 150px, #effbfc 150px, #effbfc 100%);
    }

    .mascot-introduction .mascot-stage {
        display: flex;
        min-height: 970px;
        padding: 96px var(--page-gutter) 80px;
        flex-direction: column;
    }

    .mascot-primary-image,
    .mascot-introduction-copy,
    .mascot-introduction-rule {
        position: relative;
        inset: auto;
    }

    .mascot-primary-image {
        order: 1;
        width: min(520px, 82vw);
        height: auto;
        margin: 0 auto;
    }

    .mascot-introduction-copy {
        order: 2;
        width: min(620px, 100%);
        margin: -12px auto 0;
    }

    .mascot-introduction-rule {
        order: 3;
        width: min(620px, 100%);
        margin: -176px auto 0;
    }

    .mascot-greeting {
        margin-top: 48px;
    }

    .mascot-details {
        height: auto;
        min-height: 1540px;
        overflow: visible;
        padding: 84px var(--page-gutter) 110px;
    }

    .mascot-details .mascot-stage {
        display: grid;
        width: min(760px, 100%);
        height: auto;
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .mascot-character-guide,
    .mascot-palette,
    .mascot-pose-sheet {
        position: relative;
        inset: auto;
        transform: none;
    }

    .mascot-character-guide {
        width: min(740px, 100%);
        height: min(575px, 76vw);
        margin: 0 auto;
    }

    .mascot-guide-image {
        width: min(576px, 75vw);
        height: auto;
    }

    .mascot-palette {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .mascot-palette li {
        height: auto;
    }

    .mascot-swatch {
        height: 48px;
    }

    .mascot-pose-sheet {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 820px) {
    .mascot-character-guide {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    .mascot-guide-image {
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .mascot-callout {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        margin-top: 20px;
    }

    .mascot-callout::before {
        display: none;
    }

    .mascot-callout-marker {
        top: 2px;
    }
}

@media (max-width: 600px) {
    .mascot-introduction .mascot-stage {
        min-height: 830px;
        padding-top: 72px;
    }

    .locale-en .mascot-introduction .mascot-stage {
        min-height: 832px;
    }

    .mascot-introduction-copy h2 {
        line-height: 48px;
    }

    .mascot-introduction-copy h2 strong {
        font-size: 40px;
    }

    .mascot-introduction-copy h2 span {
        margin-left: 17px;
        font-size: 27px;
    }

    .mascot-tagline,
    .mascot-greeting {
        font-size: 16px;
    }

    .mascot-greeting {
        position: relative;
        margin-top: 43px;
    }

    .mascot-greeting::before {
        position: absolute;
        top: -22px;
        left: 0;
        width: 100%;
        border-top: 1px solid #1a1311;
        content: "";
    }

    .mascot-greeting::after {
        position: absolute;
        top: -26px;
        left: -4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #1a1311;
        content: "";
    }

    .mascot-greeting p + p {
        margin-top: 16px;
    }

    .mascot-introduction-rule {
        display: none;
    }

    .mascot-details {
        min-height: 1320px;
        padding-top: 60px;
    }

    .mascot-character-guide {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    .mascot-guide-image {
        width: min(420px, 100%);
        margin: 0 auto;
    }

    .mascot-callout {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        margin-top: 20px;
    }

    .mascot-callout::before {
        display: none;
    }

    .mascot-callout-marker {
        top: 2px;
    }

    .mascot-palette {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mascot-pose-sheet {
        display: block;
    }

    .mascot-mobile-poses {
        display: none;
    }

    .mascot-mobile-poses img {
        width: 100%;
        height: 280px;
        object-fit: contain;
    }
}
