/* ========================================= */
/* BREAKPOINTS                               */
/* Desktop:       1501px+  (base styles)     */
/* Large Tablet:  1200px - 1500px            */
/* Tablet:        768px  - 1199px            */
/* Mobile:        below 768px                */
/* Small Mobile:  below 480px                */
/* ========================================= */

/* ----------------------------------------- */
/* Large Tablet / Small Desktop (≤1500px)    */
/* ----------------------------------------- */
@media (max-width: 1500px) {
  :root {
    --content-padding: 100px;
  }

  .nav__list {
    gap: 30px;
  }

  .header__actions {
    margin-left: 30px;
  }

  .hero__title {
    font-size: 36px;
    line-height: 38px;
  }

  .hero__tagline {
    font-size: 42px;
    line-height: 80px;
  }

  .hero__wma-logo {
    height: 80px;
  }

  .when-where__images {
    width: 420px;
    height: 500px;
  }

  .when-where__img--1 {
    width: 340px;
    height: 230px;
  }

  .when-where__img--2 {
    width: 260px;
    height: 245px;
    top: 100px;
    left: 140px;
  }

  .when-where__img--3 {
    width: 250px;
    height: 240px;
    top: 250px;
    left: 40px;
  }

  .represent__illustration {
    width: 480px;
  }

  .partners__organizers {
    margin-bottom: 70px;
  }

  .partners__organizers img:nth-child(1) {
    width: 260px;
  }

  .partners__organizers img:nth-child(2) {
    width: 290px;
  }

  .partners__organizers img:nth-child(3) {
    width: 330px;
  }

  .partners__institutions {
    gap: 50px;
    margin-bottom: 55px;
  }

  .partners__institutions img:nth-child(1) {
    height: 88px;
  }

  .partners__institutions img:nth-child(2) {
    width: 155px;
    height: auto;
  }

  .partners__institutions img:nth-child(3) {
    width: 130px;
    height: auto;
  }

  .partners__institutions img:nth-child(4) {
    height: 82px;
  }

  .partners__institutions img:nth-child(5) {
    height: 95px;
  }

  .partners__sponsors img:nth-child(n) {
    height: 35px;
  }

  .partners__sponsors img:nth-child(2) {
    width: 160px;
    height: auto;
  }

  /* --- About Page --- */
  .about-hero__title {
    font-size: 80px;
    line-height: 85px;
  }

  /* --- Info Pages --- */
  .info-hero__title {
    font-size: 64px;
  }

  .info-hero__subtitle {
    font-size: 22px;
  }

  .info-article {
    padding-left: 60px;
  }

  .register-declaration {
    padding: 60px 120px;
  }

  .register-embeds {
    padding: 60px 120px 80px;
  }
}

/* ----------------------------------------- */
/* Tablet (≤1199px)                          */
/* ----------------------------------------- */
@media (max-width: 1199px) {
  :root {
    --content-padding: 60px;
  }

  /* --- Header --- */
  .nav__list {
    gap: 24px;
  }

  .nav__link {
    font-size: 14px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  /* --- Hero --- */
  .hero {
    height: 700px;
  }

  .hero__content {
    padding-top: 140px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 34px;
  }

  .hero__subtitle {
    font-size: 24px;
    line-height: 70px;
  }

  .hero__tagline {
    font-size: 38px;
    line-height: 70px;
  }

  .countdown__item {
    width: 85px;
    height: 85px;
  }

  .countdown__number {
    font-size: 32px;
  }

  .countdown__label {
    font-size: 14px;
  }

  /* --- When and Where --- */
  .when-where .container {
    flex-direction: column;
    align-items: center;
  }

  .when-where__images {
    width: 100%;
    max-width: 550px;
    height: 420px;
    margin: 0 auto;
  }

  .when-where__img--1 {
    width: 50%;
    height: auto;
    max-height: 200px;
    left: 5%;
  }

  .when-where__img--2 {
    width: 45%;
    height: auto;
    max-height: 210px;
    top: 80px;
    left: 42%;
  }

  .when-where__img--3 {
    width: 42%;
    height: auto;
    max-height: 200px;
    top: 210px;
    left: 15%;
  }

  .when-where__info {
    padding-top: 0;
    text-align: center;
  }

  .when-where__description {
    max-width: 100%;
  }

  .when-where__details {
    align-items: flex-start;
    max-width: 420px;
    margin: 0 auto;
  }

  /* --- Gallery --- */
  .gallery__images img {
    height: 380px;
  }

  /* --- Represent --- */
  .represent .container {
    flex-direction: column;
    align-items: center;
  }

  .represent__content {
    max-width: 100%;
    text-align: center;
  }

  .represent__illustration {
    width: 100%;
    max-width: 500px;
  }

  /* --- Partners --- */
  .partners__organizers {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }

  .partners__organizers img {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    height: auto;
    object-fit: contain;
  }

  .partners__organizers img:nth-child(3) {
    flex: 0 0 auto;
    max-width: 280px;
  }

  .partners__institutions {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }

  .partners__institutions img {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    height: 100px;
    object-fit: contain;
  }

  .partners__institutions img:nth-child(1) {
    height: 90px;
  }

  .partners__institutions img:nth-child(3) {
    height: 130px;
  }

  .partners__institutions img:nth-child(4),
  .partners__institutions img:nth-child(5) {
    flex: 0 0 auto;
    max-width: none;
    height: 100px;
  }

  .partners__sponsors {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .partners__sponsors img:nth-child(n) {
    height: 48px;
  }

  .partners__sponsors img:nth-child(2) {
    width: 150px;
    height: auto;
  }

  /* --- News --- */
  .news__grid {
    gap: 24px;
  }

  .news-card__image {
    height: 280px;
  }

  .news-card__title {
    font-size: 24px;
    line-height: 28px;
  }

  /* --- News Article --- */
  .article-hero {
    height: 450px;
  }

  .article-content__title {
    font-size: 40px;
    line-height: 48px;
  }

  .article-content__text {
    font-size: 16px;
    line-height: 28px;
  }

  .article-content__image {
    height: 450px;
  }

  /* --- About Page --- */
  .about-hero {
    height: 520px;
  }

  .about-hero__title {
    font-size: 64px;
    line-height: 70px;
  }

  .about-hero__subtitle {
    font-size: 24px;
  }

  .about-section__text {
    font-size: 16px;
    line-height: 28px;
  }

  .about-logos {
    gap: 30px;
    flex-wrap: wrap;
  }

  .about-logos img {
    height: 80px;
  }

  .about-organizers {
    gap: 40px;
    flex-wrap: wrap;
  }

  .about-organizers img {
    height: 90px;
  }

  /* --- Info Pages --- */
  .info-hero {
    height: 280px;
  }

  .info-hero__title {
    font-size: 52px;
  }

  .info-hero__subtitle {
    font-size: 20px;
  }

  .info-sidebar {
    width: 180px;
    padding-right: 20px;
  }

  .info-sidebar__link {
    font-size: 14px;
    padding: 8px 12px;
  }

  .info-article {
    padding-left: 40px;
  }

  .info-section__title {
    font-size: 30px;
  }

  .info-section__subtitle {
    font-size: 20px;
  }

  .info-section__text {
    font-size: 16px;
    line-height: 28px;
  }

  .info-article__intro {
    font-size: 16px;
    line-height: 28px;
  }

  .register-declaration {
    padding: 60px 60px;
  }

  .register-embeds {
    padding: 40px 60px 60px;
  }
}

/* ----------------------------------------- */
/* Tablet portrait / Large mobile (≤1024px)  */
/* ----------------------------------------- */
@media (max-width: 1024px) {
  :root {
    --content-padding: 40px;
  }

  /* --- Header: show hamburger --- */
  .hamburger {
    display: block;
  }

  .header__actions {
    display: none;
  }

  /* Nav dropdown: show inline in mobile drawer */
  .nav__dropdown {
    display: none;
    position: static;
    transform: none;
    box-shadow: none;
    background: transparent;
    min-width: 0;
    padding: 0 0 0 16px;
    border-radius: 0;
  }

  .nav__item--dropdown.nav__item--open .nav__dropdown {
    display: block;
  }

  .nav__dropdown-link {
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(21, 33, 55, 0.05);
  }

  .header__logo img {
    height: 60px;
  }

  .header {
    height: 75px;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: var(--color-cream);
    z-index: 105;
    padding: 100px 30px 40px;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }

  .nav--open {
    right: 0;
  }

  .nav__list {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .nav__link {
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 16px 0;
    border-bottom: 1px solid rgba(21, 33, 55, 0.1);
  }

  .nav__mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    align-items: flex-start;
  }

  .nav__mobile-actions .btn {
    font-size: 16px;
    padding: 10px 30px;
  }

  .nav__mobile-actions .lang-selector {
    align-items: flex-start;
  }

  .nav__mobile-actions .lang-selector__flag {
    margin-top: 3px;
  }

  .nav__mobile-actions .lang-selector__chevron {
    transform: rotate(180deg);
    margin-top: 3px;
  }

  .nav__mobile-actions .lang-selector--open .lang-selector__chevron {
    transform: rotate(90deg);
  }

  .nav__mobile-actions .lang-dropdown {
    position: static;
    margin-top: 0;
    margin-left: 12px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    display: none;
    flex-direction: column;
  }

  .nav__mobile-actions .lang-dropdown.lang-dropdown--open {
    display: flex;
  }

  .nav__mobile-actions .lang-dropdown__item:first-child {
    padding-top: 0;
  }

  .nav__mobile-actions .lang-dropdown__item {
    padding: 6px 0;
  }

  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }

  .nav-overlay--visible {
    display: block;
  }

  /* --- Hero --- */
  .hero {
    height: 600px;
  }

  .hero__content {
    padding-top: 120px;
  }

  .hero__title {
    font-size: 30px;
    line-height: 32px;
  }

  .hero__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .hero__tagline {
    font-size: 34px;
    line-height: 40px;
    margin-top: 6px;
  }

  .hero__wma-logo {
    height: 65px;
    margin-bottom: 14px;
  }

  .hero__countdown {
    gap: 12px;
    margin-bottom: 14px;
  }

  .countdown__item {
    width: 75px;
    height: 75px;
  }

  .countdown__number {
    font-size: 28px;
  }

  .countdown__label {
    font-size: 12px;
  }

  /* --- Section titles --- */
  .section-title {
    font-size: 40px;
    line-height: 48px;
  }

  /* --- When and Where --- */
  .when-where {
    padding: 60px 0;
  }

  .when-where__images {
    max-width: 520px;
    height: 420px;
    margin: 0 auto;
  }

  .when-where__img--1 {
    width: 58%;
    max-height: 210px;
    left: 6%;
  }

  .when-where__img--2 {
    width: 54%;
    max-height: 220px;
    top: 75px;
    left: 38%;
  }

  .when-where__img--3 {
    width: 52%;
    max-height: 210px;
    top: 200px;
    left: 15%;
  }

  .when-where__description {
    font-size: 16px;
    line-height: 26px;
  }

  .detail-item__text {
    font-size: 16px;
  }

  /* --- Gallery --- */
  .gallery {
    padding: 40px 0 40px;
  }

  .gallery__images {
    display: flex;
    overflow: hidden;
  }

  .gallery__images img {
    width: 100%;
    height: 350px;
    flex-shrink: 0;
  }

  /* --- Represent --- */
  .represent {
    padding: 40px 0;
  }

  .represent__text {
    font-size: 16px;
    line-height: 26px;
  }

  /* --- About Page --- */
  .about-hero {
    height: 450px;
  }

  .about-hero__title {
    font-size: 52px;
    line-height: 56px;
  }

  .about-hero__subtitle {
    font-size: 20px;
    margin-bottom: -10px;
  }

  .about-section .section-title {
    margin-bottom: 16px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-logos img {
    height: 90px;
  }

  .about-organizers img {
    height: 90px;
  }

  /* --- Info section spacing --- */
  .info-section__title {
    margin-bottom: 6px;
    line-height: 40px;
  }

  .info-section__subtitle {
    margin-top: 20px;
    margin-bottom: 4px;
  }

  /* --- Hero overlays --- */
  .hero__overlay {
    background: linear-gradient(to right, rgba(21, 33, 55, 0.6) 0%, rgba(21, 33, 55, 0.15) 100%);
  }

  .about-hero__overlay,
  .info-hero__overlay {
    background: linear-gradient(to right, rgba(21, 33, 55, 0.8) 0%, rgba(21, 33, 55, 0.3) 100%);
  }

  /* --- News --- */
  .news {
    padding: 60px 0;
  }

  .news__grid {
    flex-wrap: wrap;
  }

  .news-card {
    flex: 1 1 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }

  .news-card:last-child {
    flex: 1 1 calc(50% - 12px);
  }

  .news-card__image {
    height: 240px;
  }

  /* --- News Page --- */
  .newspage {
    padding: 30px 0 60px;
  }

  .newspage__grid .news-card {
    flex: 0 0 calc(50% - 15px);
  }

  /* --- Info Pages --- */
  .info-hero {
    height: 240px;
  }

  .info-hero__title {
    font-size: 44px;
  }

  .info-hero__subtitle {
    font-size: 18px;
  }

  .info-content__layout {
    flex-direction: column;
    padding: 30px 0 60px;
  }

  .info-sidebar {
    position: relative;
    top: auto;
    width: 100%;
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .info-sidebar__nav {
    position: relative;
  }

  .info-sidebar__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    background-color: var(--color-orange);
    color: var(--color-white);
    border: none;
    border-radius: var(--radius-button);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.3;
    text-align: left;
  }

  .info-sidebar__toggle-icon {
    flex-shrink: 0;
    transition: transform 0.3s;
    margin-left: 12px;
  }

  .info-sidebar__toggle[aria-expanded="true"] .info-sidebar__toggle-icon {
    transform: rotate(180deg);
  }

  .info-sidebar__list {
    display: none;
    flex-direction: column;
    gap: 0;
    background-color: var(--color-white);
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 var(--radius-button) var(--radius-button);
    overflow: hidden;
    padding-bottom: 0;
  }

  .info-sidebar__list--open {
    display: flex;
  }

  .info-sidebar__link {
    white-space: normal;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .info-sidebar__link:last-child {
    border-bottom: none;
  }

  .info-sidebar__link--active,
  .info-sidebar__link--active:hover {
    background-color: rgba(248, 149, 29, 0.1);
    color: var(--color-orange);
  }

  .info-article {
    padding-left: 0;
    border-left: none;
  }

  .info-section {
    scroll-margin-top: 200px;
  }

  /* --- Footer --- */
  .footer {
    padding: 40px 0 24px;
  }

  .footer__logo {
    height: 100px;
    margin-bottom: 12px;
  }

  .footer__tagline {
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 18px;
  }

  .footer__social {
    gap: 16px;
    margin-bottom: 30px;
  }

  .footer__social-link {
    width: 20px;
    height: 20px;
  }

  .footer__copyright {
    font-size: 11px;
  }

  .footer__credit {
    display: block;
  }

  .register-declaration {
    padding: 40px 40px;
  }

  .register-declaration__logo {
    width: 400px;
  }

  .register-embeds {
    padding: 30px 40px 60px;
  }
}

/* ----------------------------------------- */
/* Mobile (≤767px)                           */
/* ----------------------------------------- */
@media (max-width: 767px) {
  :root {
    --content-padding: 20px;
  }

  /* --- Header --- */
  .header {
    height: 65px;
    padding: 0;
  }

  .header__logo img {
    height: 50px;
  }

  /* --- News Article --- */
  .article-hero {
    height: 300px;
  }

  .article-content {
    padding: 30px 0 40px;
  }

  .article-content__title {
    font-size: 32px;
    line-height: 40px;
  }

  .article-content__text {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }

  .article-content__image {
    height: 300px;
    margin: 20px 0;
  }

  /* --- About Page --- */
  .about-hero {
    height: 360px;
  }

  .about-hero__overlay {
    background: linear-gradient(to right, rgba(21, 33, 55, 0.85) 0%, rgba(21, 33, 55, 0.4) 100%);
  }

  .about-hero__title {
    font-size: 42px;
    line-height: 46px;
  }

  .about-hero__subtitle {
    font-size: 16px;
  }

  .about-section {
    padding: 40px 0;
  }

  .about-section__text {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .about-logos img {
    height: 70px;
  }

  .about-organizers {
    gap: 30px;
  }

  .about-organizers img {
    height: 70px;
  }

  /* --- Hero --- */
  .hero {
    height: auto;
    min-height: 520px;
    padding-bottom: 40px;
  }

  .hero__overlay {
    background: linear-gradient(to right, rgba(21, 33, 55, 0.65) 0%, rgba(21, 33, 55, 0.2) 100%);
  }

  .info-hero__overlay {
    background: linear-gradient(to right, rgba(21, 33, 55, 0.85) 0%, rgba(21, 33, 55, 0.4) 100%);
  }

  .hero__content {
    padding-top: 140px;
  }

  .hero__wma-logo {
    height: 50px;
    margin-bottom: 16px;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .hero__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .hero__tagline {
    font-size: 38px;
    line-height: 50px;
    margin-top: 6px;
  }

  .hero__countdown {
    gap: 8px;
    margin-bottom: 16px;
  }

  .countdown__item {
    width: 68px;
    height: 68px;
  }

  .countdown__number {
    font-size: 26px;
  }

  .countdown__label {
    font-size: 11px;
  }

  /* --- Section titles --- */
  .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  /* --- When and Where --- */
  .when-where {
    padding: 40px 0;
  }

  .when-where .container {
    gap: 30px;
  }

  .when-where__images {
    max-width: 360px;
    height: 320px;
    margin: 0 auto;
  }

  .when-where__img--1 {
    width: 58%;
    max-height: 150px;
    left: 5%;
  }

  .when-where__img--2 {
    width: 50%;
    max-height: 160px;
    top: 55px;
    left: 42%;
  }

  .when-where__img--3 {
    width: 48%;
    max-height: 150px;
    top: 160px;
    left: 12%;
  }

  .when-where__description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .when-where__details {
    max-width: 100%;
  }

  .detail-item {
    gap: 12px;
  }

  .detail-item__icon {
    width: 24px;
    height: 24px;
  }

  .detail-item__text {
    font-size: 15px;
    line-height: 24px;
  }

  /* --- Gallery --- */
  .gallery {
    padding: 40px 0 50px;
  }

  .gallery__header {
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 var(--content-padding);
  }

  .gallery__title {
    margin-bottom: 0;
  }

  .gallery__images img {
    width: 100%;
    height: 280px;
  }

  /* --- Represent --- */
  .represent {
    padding: 40px 0;
  }

  .represent .container {
    gap: 30px;
  }

  .represent__text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 16px;
  }

  .represent__text p {
    margin-bottom: 14px;
  }

  /* --- Partners --- */
  .partners {
    padding: 40px 0;
  }

  .partners__organizers {
    gap: 20px;
    margin-bottom: 30px;
  }

  .partners__organizers img:nth-child(3) {
    max-width: 200px;
  }

  .partners__sponsors {
    gap: 20px;
  }

  .partners__sponsors img:nth-child(n) {
    height: 40px;
  }

  .partners__institutions {
    gap: 20px;
    margin-bottom: 25px;
  }

  .partners__institutions img {
    height: 75px;
  }

  .partners__institutions img:nth-child(1) {
    height: 65px;
  }

  .partners__institutions img:nth-child(3) {
    height: 100px;
  }

  .partners__institutions img:nth-child(4),
  .partners__institutions img:nth-child(5) {
    flex: 0 0 auto;
    max-width: none;
    height: 75px;
  }

  .partners__sponsors img:nth-child(2) {
    width: 120px;
    height: auto;
  }

  /* --- News --- */
  .news {
    padding: 40px 0;
  }

  .news .section-title {
    margin-bottom: 30px;
  }

  .news__grid {
    flex-direction: column;
    gap: 30px;
  }

  .news-card {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .news-card__image {
    height: 220px;
  }

  .news-card__title {
    font-size: 22px;
    line-height: 28px;
    max-width: 100%;
  }

  /* --- News Page --- */
  .newspage {
    padding: 24px 0 40px;
  }

  .newspage__grid .news-card {
    flex: 0 0 100%;
  }

  /* --- Info Pages --- */
  .info-hero {
    height: 200px;
  }

  .info-hero__title {
    font-size: 36px;
  }

  .info-hero__subtitle {
    font-size: 16px;
  }

  .info-content__layout {
    padding: 24px 0 40px;
  }

  .info-section__title {
    font-size: 26px;
  }

  .info-section__subtitle {
    font-size: 18px;
  }

  .info-section__text {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }

  .info-article__intro {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .info-section {
    margin-bottom: 36px;
    scroll-margin-top: 180px;
  }

  /* --- Venue & Schedule --- */
  .venue-section {
    padding: 40px 0;
  }

  .venue-section__content {
    font-size: 15px;
    line-height: 26px;
  }

  .venue-section__map-placeholder {
    padding: 40px 16px;
  }

  /* --- Race Map --- */
  .racemap-section {
    padding: 30px 0 40px;
  }

  .racemap-map,
  .racemap-profile {
    margin-bottom: 24px;
  }

  /* --- Departure Timing --- */
  .timing-section {
    padding: 40px 0;
  }

  .timing-section__text {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }

  /* --- Contact --- */
  .contact-section {
    padding: 30px 0 40px;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-form__label {
    font-size: 15px;
  }

  .contact-form__input,
  .contact-form__textarea,
  .contact-form__select {
    font-size: 15px;
  }

  /* --- Footer --- */
  .footer {
    padding: 40px var(--content-padding) 24px;
  }

  .footer__logo {
    height: 90px;
  }

  .footer__tagline {
    font-size: 14px;
    max-width: 280px;
  }

  .footer__social {
    margin-bottom: 30px;
  }

  .register-declaration {
    padding: 30px 20px;
  }

  .register-declaration__logo {
    width: 300px;
    margin-bottom: 30px;
  }

  .register-declaration__title {
    font-size: 22px;
  }

  .register-declaration__text {
    font-size: 16px;
    line-height: 22px;
  }

  .register-embeds {
    padding: 20px 20px 40px;
  }

  .register-embeds__title {
    font-size: 28px;
    line-height: 40px;
  }
}

/* ----------------------------------------- */
/* Small Mobile (≤479px)                     */
/* ----------------------------------------- */
@media (max-width: 479px) {
  :root {
    --content-padding: 16px;
  }

  /* --- News Article --- */
  .article-hero {
    height: 220px;
  }

  .article-content__title {
    font-size: 26px;
    line-height: 32px;
  }

  .article-content__image {
    height: 220px;
  }

  /* --- About Page --- */
  .about-hero {
    height: 300px;
  }

  .about-hero__title {
    font-size: 34px;
    line-height: 38px;
  }

  .about-hero__subtitle {
    font-size: 14px;
  }

  .about-logos img {
    height: 55px;
  }

  .about-organizers img {
    height: 55px;
  }

  .hero__content {
    padding-top: 120px;
  }

  .hero__title {
    font-size: 22px;
    line-height: 24px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .hero__tagline {
    font-size: 32px;
    line-height: 40px;
    margin-top: 4px;
  }

  .hero__wma-logo {
    height: 40px;
  }

  .hero__countdown {
    gap: 6px;
  }

  .countdown__item {
    width: 60px;
    height: 60px;
  }

  .countdown__number {
    font-size: 22px;
  }

  .countdown__label {
    font-size: 10px;
  }

  .section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .when-where__images {
    height: 260px;
  }

  .when-where__img--1 {
    max-height: 130px;
  }

  .when-where__img--2 {
    max-height: 140px;
    top: 50px;
  }

  .when-where__img--3 {
    max-height: 130px;
    top: 140px;
  }

  .gallery__images img {
    width: 100%;
    height: 220px;
  }

  .partners__organizers img:nth-child(3) {
    max-width: 155px;
  }

  .partners__sponsors img:nth-child(n) {
    height: 32px;
  }

  .partners__sponsors img:nth-child(2) {
    width: 120px;
    height: auto;
  }

  .partners__institutions img {
    height: 55px;
  }

  .partners__institutions img:nth-child(1) {
    height: 50px;
  }

  .partners__institutions img:nth-child(3) {
    height: 75px;
  }

  .partners__institutions img:nth-child(4),
  .partners__institutions img:nth-child(5) {
    flex: 0 0 auto;
    max-width: none;
    height: 55px;
  }

  .news-card__image {
    height: 180px;
  }

  .footer__logo {
    height: 70px;
  }

  /* --- Info Pages --- */
  .info-hero {
    height: 170px;
  }

  .info-hero__title {
    font-size: 30px;
  }

  .info-hero__subtitle {
    font-size: 14px;
  }

  .info-section__title {
    font-size: 24px;
  }

  .info-section__subtitle {
    font-size: 16px;
  }

}
