﻿@media (max-width: 820px) {
  .ca-reveal {
    transition-duration: 0.32s, 0.32s;
  }

  .contest-intro__play.is-visible::before,
  .contest-hero__countdown-cta.is-visible,
  .contest-timeline__card.is-active.is-visible,
  .contest-prize.is-visible .contest-prize__medal,
  .contest-hero__countdown.is-visible::before,
  .contest-hero__clock-value,
  .contest-hero__headline-title.is-visible,
  .contest-prize:nth-child(2).is-visible,
  .contest-prize.is-visible .contest-prize__badge,
  .contest-section--prizes::after {
    animation: none;
  }

  .contest-prize:hover,
  .contest-prize:focus-within,
  .contest-news__item:hover,
  .contest-news__item:focus-within,
  .contest-partners__card:hover,
  .contest-partners__card:focus-visible,
  .contest-judges__card:hover .contest-judges__photo,
  .contest-judges__card:focus-within .contest-judges__photo {
    transform: none;
  }

  .contest-site-header {
    background: #3fa7ee;
  }

  .contest-hero__menu {
    padding-inline: 16px;
    position: relative;
  }

  .contest-hero__menu-inner {
    grid-template-columns: 42px 1fr auto;
    grid-template-areas: "toggle brand submit";
    gap: 10px;
    min-height: 50px;
    padding: 0;
  }

  .contest-hero__menu-toggle {
    display: inline-flex;
    grid-area: toggle;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    transition:
      background-color 0.22s ease,
      border-color 0.22s ease;
  }

  .contest-hero__menu-toggle-bars span {
    transition:
      transform 0.24s ease,
      opacity 0.2s ease;
    transform-origin: center;
  }

  .contest-site-header.is-menu-open .contest-hero__menu-toggle {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.9);
  }

  .contest-site-header.is-menu-open
    .contest-hero__menu-toggle-bars
    span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .contest-site-header.is-menu-open
    .contest-hero__menu-toggle-bars
    span:nth-child(2) {
    opacity: 0;
  }

  .contest-site-header.is-menu-open
    .contest-hero__menu-toggle-bars
    span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .contest-hero__menu-brand {
    grid-area: brand;
    justify-content: center;
    min-height: 40px;
  }

  .contest-hero__menu-brand .custom-logo {
    max-height: 24px;
  }

  .contest-hero__menu-list {
    display: none;
  }

  .contest-hero__menu-submit {
    grid-area: submit;
    justify-self: end;
    min-height: 34px;
    padding: 0 12px;
    font-size: 14px;
  }

  .contest-hero__menu-submit-desktop {
    display: none;
  }

  .contest-hero__menu-submit-mobile {
    display: inline;
  }

  .contest-hero__mobile-menu {
    display: block;
    margin-top: 0;
    padding: 0;
    border-top: 0;
    background: linear-gradient(
      180deg,
      rgba(37, 130, 195, 0.98),
      rgba(29, 101, 161, 0.98)
    );
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    overflow: hidden;
    pointer-events: none;
    transition:
      max-height 0.32s ease,
      opacity 0.24s ease,
      transform 0.24s ease;
  }

  .contest-site-header.is-menu-open .contest-hero__mobile-menu {
    margin-top: 8px;
    padding: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .contest-hero__mobile-menu-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .contest-hero__mobile-menu-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .site-wrap {
    padding: 0 16px;
  }

  .contest-hero__headline {
    top: clamp(88px, 13vw, 118px);
    width: calc(100% - 22px);
  }

  .contest-hero__headline-title {
    font-size: clamp(16px, 5vw, 24px);
    line-height: 1.2;
  }

  .contest-hero__headline-badge-image {
    max-width: min(76vw, 286px);
    max-height: 42px;
    margin-top: 8px;
  }

  .contest-hero__headline-badge-fallback {
    margin-top: 8px;
    padding: 6px 12px;
    font-size: clamp(12px, 4vw, 18px);
  }

  .contest-hero__countdown {
    grid-template-columns: 1fr;
    width: calc(100% - 12px);
    bottom: 40px;
    padding: 14px 20px;
    gap: 8px;
    max-width: 320px;
  }

  .contest-hero__countdown-meta {
    border-right: 0;
    border-bottom: 1px solid #dde1e7;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .contest-hero__countdown-title {
    font-size: 20px;
  }

  .contest-hero__countdown-range {
    font-size: 12px;
  }

  .contest-hero__countdown-clock {
    justify-content: flex-start;
    gap: 12px;
  }

  .contest-hero__clock-item {
    min-width: 40px;
  }

  .contest-hero__clock-value {
    min-width: 40px;
    height: 40px;
    font-size: 40px;
    width: 55px;
  }

  .contest-hero__clock-label {
    margin-top: 5px;
    font-size: 9px;
  }

  .contest-hero__clock-sep {
    height: 40px;
    font-size: 24px;
  }

  .contest-hero__countdown-cta {
    width: 100%;
    min-height: 42px;
    min-width: 0;
    font-size: 14px;
    justify-self: stretch;
    max-width: 280px;
  }

  .contest-section--intro {
    display: flex;
    flex-direction: column;
    border-radius: 36px 36px 0 0;
    gap: 16px;
    padding: 30px 0;
  }

  .contest-intro__content {
    display: contents;
  }

  .contest-intro__content .contest-section__heading {
    order: 1;
    font-size: 24px;
    width: 100%;
  }

  .contest-intro__content .contest-section__heading::after {
    width: 76px;
    height: 3px;
  }

  .contest-intro__content .contest-section__note {
    order: 2;
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .contest-intro__organizers {
    order: 4;
    margin-top: 28px;
    padding-bottom: 8px;
    width: 100%;
  }

  .contest-intro__organizers-title {
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }

  .contest-intro__organizers-logos {
    margin-top: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
  }

  .contest-intro__organizer-card {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .contest-intro__organizer-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .contest-intro__organizer-card:first-child {
    flex: 1 1 44%;
    justify-content: flex-start;
  }

  .contest-intro__organizer-card:first-child img {
    max-height: 58px;
  }

  .contest-intro__organizer-card--travellive {
    flex: 1 1 48%;
    justify-content: flex-end;
  }

  .contest-intro__organizer-card--travellive img {
    max-height: 58px;
  }

  .contest-intro__organizer-card span {
    font-size: 24px;
  }

  .contest-intro__organizer-card--travellive span {
    font-size: 20px;
  }

  .contest-intro__visual {
    order: 3;
    width: 100%;
    max-width: none;
    height: auto;
    box-sizing: border-box;
    margin-top: 4px;
  }

  .contest-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    grid-template-rows: auto auto;
    gap: 6px;
  }

  .contest-intro__card {
    border-radius: 12px;
    box-shadow: 0 8px 16px #12304f1f;
  }

  .contest-intro__card--a {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 8;
  }

  .contest-intro__card--b {
    width: 80%;
    height: auto;
    margin-right: 0;
    aspect-ratio: 16 / 12;
  }

  .contest-intro__card--c {
    width: 100%;
    height: auto;
    margin-top: 55px;
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .contest-intro__dot--top {
    width: 40px;
    height: 32px;
    top: 6%;
    left: 53%;
  }

  .contest-intro__dot--middle {
    width: 34px;
    height: 32px;
    top: 61%;
    left: 0;
  }

  .contest-intro__play {
    width: 80px;
    height: 80px;
    border-width: 3px;
    left: 50%;
    top: 52.8%;
  }

  .contest-intro__play::before {
    inset: 6px;
    border-width: 1.5px;
  }

  .contest-intro__play-icon {
    margin-left: 5px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 17px;
  }

  .contest-timeline {
    padding: 30px 16px 24px;
    border-radius: 0;
    width: auto;
  }

  .contest-timeline__heading {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1;
  }

  .contest-timeline__heading::after {
    width: 112px;
    height: 6px;
    margin-top: 12px;
  }

  .contest-timeline__track {
    display: none;
  }

  .contest-timeline__inner {
    --timeline-gap: 0;
    padding: 0;
  }

  .contest-timeline__cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .contest-timeline__cards::before {
    content: "";
    position: absolute;
    top: 170px;
    left: 355px;
    bottom: 170px;
    width: 8px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgb(220 226 233 / 70%);
  }

  .contest-timeline__card {
    position: relative;
    width: 232px;
    min-height: 0;
    padding: 32px 24px;
    overflow: visible;
    z-index: 1;
    border-radius: 12px;
    background: #f4f5f6;
    box-shadow: 0 10px 24px rgb(13 36 61 / 14%);
    color: #18426a;
  }

  .contest-timeline__card::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 280px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    z-index: 1;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid #f4f5f6;
  }

  .contest-timeline__card::after {
    content: attr(data-step);
    position: absolute;
    top: 50%;
    left: 306px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    border: 10px solid #d8d8d8;
    background: #f2f2f2;
    color: #8d8d8d;
    font-family: "Tungsten";
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 14px rgb(12 32 54 / 18%);
    transform: translateY(-50%);
    z-index: 2;
  }

  .contest-timeline__card.is-active {
    color: #0f3d67;
    background: #f4f5f6;
  }

  .contest-timeline__card.is-active::before {
    border-bottom-color: transparent;
    border-left-color:#fff;
  }

  .contest-timeline__card.is-active::before {
    border-left-color: #f4f5f6;
  }

  .contest-timeline__card.is-active::after {
    background: #fe0000;
    color: #ffffff;
    border-color: #d8d8d8;
  }

  .contest-timeline__card:not(.is-active) {
    background: #e6e6e7;
    color: #95989d;
    box-shadow: 0 6px 14px rgb(15 34 55 / 10%);
  }

  .contest-timeline__card:not(.is-active)::before {
    border-left-color: #e6e6e7;
  }

  .contest-timeline__card:not(.is-active)::after {
    background: #ececec;
    color: #989898;
    border-color: #d2d2d2;
  }

  .contest-timeline__card.is-active.is-visible {
    animation: none;
  }

  .contest-timeline__card-title {
    text-align: left;
    font-size: 18px;
    line-height: 135%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: inherit;
  }

  .contest-timeline__card-title-line {
    display: inline;
  }

  .contest-timeline__card-title-line + .contest-timeline__card-title-line {
    margin-left: 6px;
  }

  .contest-timeline__card-line {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.34;
    color: inherit;
  }

  .contest-timeline__card-line.is-label {
    margin-top: 16px;
    font-weight: 700;
  }

  .contest-timeline__card-line.is-label:nth-of-type(3) {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgb(143 147 152 / 30%);
  }

  .contest-timeline__card-btn {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 18px;
    min-height: 46px;
    width: 100%;
    align-self: stretch;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 14px;
    color: #ffffff;
  }

  .contest-timeline__card-btn:hover,
  .contest-timeline__card-btn:focus-visible {
    background: #cc0000;
  }

  .contest-section--rules {
    display: flex;
    flex-direction: column;
    padding: 30px 0 24px;
  }

  .contest-rules__header {
    display: contents;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .contest-section--rules .contest-section__heading {
    order: 1;
    font-size: 24px;
    margin-bottom: 24px;
  }

  .contest-section--rules .contest-section__heading::after {
    width: 76px;
    height: 3px;
    margin-top: 8px;
  }

  .contest-rules__download {
    order: 3;
    align-self: flex-start;
    margin-top: 14px;
    min-height: 34px;
    font-size: 14px;
    margin: 32px auto;
    font-weight: 400;
    padding: 6px 24px;
  }

  .contest-rules__list {
    order: 2;
    margin-top: 12px;
    gap: 8px;
  }

  .contest-rules__summary {
    padding: 12px 24px;
    font-size: 18px;
  }

  .contest-rules__summary::after {
    right: 14px;
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .contest-rules__panel {
    padding: 6px 0;
    font-size: 14px;
  }

  .contest-rules__item[open] .contest-rules__panel {
    max-height: 10000px;
  }

  .contest-section--prizes {
    padding: 34px 0 26px;
  }

  .contest-section--prizes .contest-section__heading {
    font-size: 24px;
    line-height: 1;
  }

  .contest-section--prizes .contest-section__heading::after {
    width: 112px;
    height: 6px;
    margin-top: 12px;
  }

  .contest-prizes__strategic {
    margin-top: 18px;
    padding: 0 16px;
  }

  .contest-prizes__strategic-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .contest-prizes__strategic-title::after {
    width: 112px;
    height: 6px;
    margin-top: 12px;
  }

  .contest-prizes__strategic-note {
    margin-top: 25px;
    margin-bottom: 10px
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .contest-prizes__strategic-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .contest-prizes__strategic-item {
    padding: 16px;
  }

  .contest-prizes__strategic-item + .contest-prizes__strategic-item {
    border-left: 0;
    
  }

  .contest-prizes__strategic-badge {
    min-width: 126px;
    padding: 12px 24px;
    font-size: 24px;
    border-radius: 10px;
  }

  .contest-prizes__strategic-amount {
    margin: 12px 0 6px;
    font-size: 40px;
  }

  .contest-prizes__strategic-item-note {
    font-size: 16px;
    line-height: 1.35;
    border-bottom: 1px solid var(--canon-border);
    padding-bottom: 24px;
  }

  .contest-prizes__strategic-item:last-child .contest-prizes__strategic-item-note {
	  border:none;
  }

  .contest-prizes__surface {
    margin-top: 22px;
    padding: 0 16px;
  }

  .contest-prizes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contest-prize,
  .contest-prize:nth-child(4),
  .contest-prize:nth-child(5) {
    grid-column: auto;
  }

  .contest-prize:nth-child(2) {
    order: -1;
    margin-top: 0;
    min-height: 0;
    transform: none;
  }

  .contest-prize {
    min-height: 0;
    padding: 72px 24px 26px;
    border-radius: 12px;
    border: 1px solid #cfd6dd;
    background: rgb(245 246 248 / 95%);
    box-shadow: 0 8px 18px rgb(12 32 54 / 18%);
  }

  .contest-prize--no-medal {
    padding-top: 64px;
  }

  .contest-prize__badge {
    top: 0;
    min-height: 52px;
    padding: 0 28px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 24px;
    line-height: 52px;
  }

  .contest-prize__medal-wrap {
    width: 176px;
    height: 176px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .contest-prize__medal {
    width: 174px;
    height: 174px;
  }

  .contest-prize__medal--fallback {
    margin-left: 0;
    font-size: 74px;
  }

  .contest-prize--gray .contest-prize__medal--fallback {
    margin-left: 0;
  }

  .contest-prize__amount {
    margin: 14px 0 12px;
    font-size: 40px;
    line-height: 0.95;
  }

  .contest-prize--no-medal .contest-prize__amount {
    margin-top: 18px;
  }

  .contest-prize__content {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #cfd6dd;
    font-size: 16px;
    line-height: 1.58;
    text-align: justify;
  }

  .contest-prize__content p {
    margin: 0;
  }

  .contest-prize__content p strong {
    display: block;
    margin-bottom: 6px;
    text-align: center;
  }

  .contest-prize__content ul,
  .contest-prize__content ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .contest-prize__content li {
    margin: 0;
  }

  .contest-prize__content li + li {
    margin-top: 4px;
  }

  .contest-prizes__note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .contest-section--judges {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .contest-judges__heading {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .contest-judges__heading::after {
    width: 112px;
    height: 6px;
    margin-top: 12px;
  }

  .contest-judges {
    padding-top: 0;
    background-image: none !important;
  }

  .contest-judges__grid {
    grid-template-columns: 1fr;
    gap: 54px 0;
  }

  .contest-judges__card {
    position: relative;
  }

  .contest-judges__card::before {
    content: "EXAMINERS";
    position: absolute;
    left: 51%;
    top: 108px;
    transform: translateX(-49%);
    font-family: "Tungsten";
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-right: 0;
    color: rgb(98 146 192 / 26%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
  }

  .contest-judges__photo-wrap {
    position: relative;
    min-height: 250px;
  }

  .contest-judges__photo-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 53%;
    width: 100vw;
    height: 34px;
    transform: translateX(-50%);
    background: rgb(130 166 200 / 28%);
    pointer-events: none;
    z-index: 0;
  }

  .contest-judges__photo,
  .contest-judges__card:nth-child(1) .contest-judges__photo,
  .contest-judges__card:nth-child(2) .contest-judges__photo,
  .contest-judges__card:nth-child(3) .contest-judges__photo {
    position: relative;
    z-index: 2;
    max-height: 220px;
    filter: drop-shadow(0 4px 7px rgb(9 30 54 / 10%));
  }

  .contest-judges__card:nth-child(1) .contest-judges__photo {
    max-height: 222px;
  }

  .contest-judges__card:nth-child(2) .contest-judges__photo {
    max-height: 212px;
  }

  .contest-judges__card:nth-child(3) .contest-judges__photo {
    max-height: 228px;
  }

  .contest-judges__meta {
    max-width: 286px;
    padding-top: 12px;
    border-top-width: 3px;
    min-height: 0;
  }

  .contest-judges__name {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.08;
  }

  .contest-judges__role {
    font-size: 12px;
    line-height: 1.5;
    max-width: 230px;
  }

  .contest-section--news {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .contest-section--news .contest-section__heading {
    font-size: 24px;
  }

  .contest-section--news .contest-section__heading::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }

  .contest-news {
    grid-template-columns: 1fr;
    gap: 18px 0;
    margin-top: 16px;
  }

  .contest-news__thumb {
    height: 188px;
  }

  .contest-news__title {
    font-size: 1.2rem;
  }

  .contest-news__meta {
    font-size: 0.79rem;
  }

  .contest-news__excerpt {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .contest-news__actions {
    margin-top: 14px;
  }

  .contest-news__more {
    min-height: 40px;
    padding: 0 18px;
    font-size: 0.82rem;
  }

  .contest-section--partners {
    padding-top: 4px;
    padding-bottom: 22px;
  }

  .contest-partners__heading-wrap {
    gap: 10px;
  }

  .contest-partners__heading {
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .contest-partners {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contest-partners__card {
    min-height: 64px;
    padding: 8px 10px;
  }

  .contest-partners__logo {
    max-height: 34px;
  }

  .contest-site-footer__inner {
    padding: 34px 12px 24px;
  }

  .contest-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contest-site-footer__title {
    font-size: 24px;
  }

  .contest-site-footer__text {
    font-size: 14px;
    margin-top: 8px;
  }

  .contest-site-footer__address-text {
    max-width: none;
  }

  .contest-site-footer__address-text br {
    display: none;
  }

  .contest-site-footer__logos {
    margin: 24px0 ;
    gap: 12px;
  }

.contest-site-footer__socials {
  margin: 24px 0;
}

.contest-site-footer__col--address {
  padding-bottom:24px;
}

  .contest-site-footer__logo--canon img {
    max-height: 60px;
  }

  .contest-site-footer__logo--travellive img {
    max-height: 60px;
  }

  .contest-site-footer__social svg {
    width: 22px;
    height: 22px;
  }

  .contest-site-footer__bottom {
    margin-top: 18px;
    padding-top: 14px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .contest-site-footer__bottom-note {
    font-size: 18px;
    text-align: center;
  }

  .csm-box {
    padding: 24px 18px 20px;
  }

  .csm-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .csm-col + .csm-col {
    margin-top: 20px;
  }

  .csm-row {
    grid-template-columns: 1fr;
  }
}
