/* Mobile adaptation of the desktop artwork, with native vertical scrolling. */
@media (min-width: 1600px) {
  .hero-content {
    top: 48%;
    width: 980px;
  }
  .hero {
    max-height: 1200px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding-inline: 24px;
  }
  .brand {
    position: static;
    justify-self: start;
    width: 112px;
  }
  .home-page .brand {
    width: 112px;
  }
  .main-nav {
    position: static;
    justify-self: center;
    gap: 20px;
  }
  .home-page .main-nav {
    width: auto;
    gap: 20px;
  }
  .home-page .main-nav a:nth-child(n) {
    flex-basis: auto;
    font-size: 11px;
    line-height: 19.68px;
    letter-spacing: 0.656px;
  }
  .home-page .main-nav sup {
    font-size: 8px;
    margin-top: -12px;
  }
  .main-nav a {
    font-size: 11px;
  }
  .manifesto-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .manifesto-copy {
    max-width: 100%;
  }
  .manifesto-art {
    justify-self: center;
  }
  .programme-module {
    gap: 40px;
  }
  .product-story {
    gap: 35px;
  }
  .product-story-image img {
    height: 310px;
  }
  .catalog-carousel.is-enhanced .product-card {
    width: 340px;
  }
}
@media (max-width: 899px) {
  .hero-glow {
    left: 40%;
    top: 10%;
    opacity: 0.2;
    will-change: auto;
  }
  :root {
    --header-height: 68px;
  }
  .site-header {
    display: flex;
    padding: 0 22px;
    gap: 14px;
  }
  .brand {
    width: 108px;
  }
  .menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    margin: 0;
    padding: 20px 26px 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: #020739;
    box-shadow: 0 15px 30px #0002;
    color: white;
  }
  .main-nav a {
    font-size: 16px;
    min-height: 52px;
    touch-action: manipulation;
  }
  .main-nav a:after {
    display: none;
  }
  .site-header.nav-ready .main-nav:not(.is-open) {
    display: none;
  }
  .hero {
    min-height: 660px;
  }
  .hero-content {
    width: 80%;
    top: 52%;
  }
  .hero-bottom {
    left: 24px;
    right: 24px;
  }
  .hero-markers img {
    width: 17px;
    height: 17px;
  }
  .hero-markers img:nth-child(1) {
    left: 13%;
    top: 30%;
  }
  .date-heading h2 {
    font-size: 10vw;
  }
  .invitation-stage {
    padding-top: 75px;
  }
  .venue-name {
    font-size: 20px;
  }
  .envelope-scene {
    width: min(520px, 82vw);
    margin-top: 190px;
  }
  .manifesto-copy {
    max-width: 100%;
  }
  .manifesto-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .manifesto-art {
    max-width: 510px;
    justify-self: center;
  }
  .manifesto {
    padding-top: 75px;
  }
  .programme-module {
    gap: 30px;
  }
  .module-copy > p:last-child {
    font-size: 12px;
  }
  .module-number {
    font-size: clamp(72px, 8.34vw, 100px);
  }
  .directors-grid {
    gap: 25px;
  }
  .venue-copy {
    padding-top: 180px;
  }
  .hotel-grid,
  .accommodation-grid,
  .dining-grid {
    gap: 25px;
  }
  .accommodation-grid.is-enhanced {
    max-width: none;
    grid-template-columns: calc((100% - var(--accommodation-gap) - var(--accommodation-gap)) / 3);
    margin-inline: 0;
  }
  .accommodation-grid,
  .dining-grid {
    grid-template-columns: 1fr;
    max-width: 470px;
    margin-inline: auto;
    row-gap: 60px;
  }
  .benefits-grid {
    gap: 32px;
  }
  .benefit-card {
    border-radius: 40px;
  }
  .benefit-link {
    left: 8%;
    right: 8%;
    font-size: 12px;
    line-height: 20px;
  }
  .benefit-status {
    left: 8%;
  }
  .hotel-card h3,
  .dining-card h3 {
    font-size: 38px;
  }
  .faq-section {
    gap: 35px;
  }
  .product-hero {
    min-height: 660px;
  }
  .product-hero-title h1 img {
    max-width: 330px;
  }
  .product-intro {
    padding-top: 85px;
  }
  .product-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-story {
    gap: 30px;
  }
  .product-story h2 {
    font-size: 27px;
  }
  .product-story p:not(.eyebrow) {
    font-size: 12px;
  }
  .product-story-image img {
    height: 290px;
  }
  .catalog-stage {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-carousel.is-enhanced .product-card {
    width: 340px;
    max-width: 48%;
  }
  .catalog-carousel.is-enhanced .product-card[data-position="previous"] {
    transform: translateX(-132%) translateY(48px) scale(0.8);
  }
  .catalog-carousel.is-enhanced .product-card[data-position="next"] {
    transform: translateX(32%) translateY(48px) scale(0.8);
  }
}
@media (max-width: 600px) {
  .theme-novar-gold .product-hero-title {
    top: auto;
    bottom: 15px;
  }
  .theme-novar-gold .product-hero-title p {
    display: none;
  }
  :root {
    --page-gutter: 24px;
  }
  .site-header {
    padding: 0 18px;
    gap: 12px;
  }
  .brand {
    width: 93px;
  }
  .menu-toggle {
    font-size: 11px;
    gap: 7px;
  }
  .section-label {
    margin: 0 20px;
    font-size: 7px;
    padding-top: 9px;
  }
  .section-label img {
    width: 49px;
  }
  .hero {
    height: 100svh;
    min-height: 620px;
    max-height: 900px;
  }
  .hero-photo {
    object-position: 52% 38%;
  }
  .hero-content {
    top: auto;
    bottom: 20%;
    transform: translateX(-50%);
    width: 88%;
  }
  .hero h1 {
    margin-bottom: 10px;
  }
  .powered-by {
    font-size: 8px;
    gap: 7px;
  }
  .powered-by img {
    width: 58px;
  }
  .hero .powered-by {
    margin-top: 15px;
    font-size: 11px;
    gap: 8px;
  }
  .hero .powered-by img {
    width: 80px;
  }
  .hero-bottom {
    left: 22px;
    right: 22px;
    bottom: 25px;
    gap: 16px;
  }
  .hero-year {
    font-size: 14px;
  }
  .hero-year-mark {
    font-size: 16px;
  }
  .hero-bottom .text-link {
    width: auto;
    font-size: 13px;
    gap: 14px;
  }
  .hero-bottom .icon-arrow {
    width: 16px;
    height: 16px;
  }
  .hero-markers img:nth-child(1) {
    left: 12%;
    top: 26%;
  }
  .hero-markers img:nth-child(2) {
    left: 80%;
    top: 38%;
  }
  .hero-markers img:nth-child(3) {
    left: 84%;
    top: 76%;
    width: 12px;
  }
  .invitation-section {
    padding-top: 20px;
  }
  .invitation-stage {
    padding: 57px 0 0;
  }
  .date-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 0.45em;
    margin-bottom: 18px;
  }
  .date-heading h2 {
    font-size: 10.6vw;
    letter-spacing: -0.06em;
    margin-bottom: 14px;
  }
  .date-heading .event-time {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .venue-name {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .date-heading .muted {
    font-size: 12px;
  }
  .envelope-scene {
    width: 84vw;
    margin-top: 130px;
  }
  .envelope-back,
  .envelope-front {
    border-radius: 2px;
  }
  .envelope-front {
    border-radius: 0 0 2px 2px;
  }
  .invitation-card {
    border-radius: 10px;
  }
  .dark-world:before {
    height: 55px;
  }
  .manifesto {
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .manifesto h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 25px;
  }
  .manifesto-copy p {
    font-size: 12px;
    line-height: 1.9;
  }
  .manifesto-art {
    max-width: 420px;
  }
  .pill-list {
    gap: 7px;
    margin-top: 22px;
  }
  .pill-list span {
    font-size: 8px;
    padding: 7px 10px;
  }
  .manifesto .pill-list span {
    font-size: 11px;
    padding: 6px 12px;
  }
  .manifesto-action,
  .manifesto-cta {
    margin-top: 43px;
    text-align: center;
  }
  .button {
    font-size: 12px;
    min-height: 48px;
    padding: 13px 20px;
  }
  .button--invitation {
    font-size: 18.165px;
    padding: 0;
  }
  .event-clock {
    margin-top: 48px;
  }
  .coming-soon {
    font-size: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    max-width: 350px;
    margin: 0 auto;
  }
  .countdown > div,
  .countdown > div:last-child {
    min-width: 0;
    width: auto;
    padding: 20px 4px;
    border-radius: 14px;
  }
  .countdown strong {
    font-size: clamp(24px, 7.5vw, 32px);
  }
  .countdown span {
    font-size: clamp(7px, 2.2vw, 9px);
    letter-spacing: 0.65px;
  }
  .event-clock > .clock-note {
    font-size: 9px;
  }
  .programme-section {
    padding-bottom: 24px;
  }
  .programme-list {
    padding-top: 65px;
  }
  .programme-module {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 75px;
  }
  .programme-module:nth-child(even) .module-copy {
    order: 0;
  }
  .module-copy {
    padding: 0;
  }
  .module-number {
    font-size: clamp(52px, 14.5vw, 72px);
    margin-bottom: 16px;
  }
  .module-copy h2 {
    font-size: 25px;
    max-width: 330px;
    margin-bottom: 22px;
  }
  .module-copy > p:last-child {
    font-size: 12px;
    margin-bottom: 0;
  }
  .module-art {
    aspect-ratio: 1.55;
    border-radius: 18px;
  }
  .module-art span {
    font-size: 11px;
    left: 20px;
    bottom: 20px;
  }
  .programme-status {
    width: min(305px, calc(100vw - 48px));
    margin-top: 0;
  }
  .people-section {
    padding-bottom: 70px;
  }
  .people-divider {
    margin-inline: 20px;
  }
  .people-heading,
  .gradient-heading {
    padding-top: 50px;
    font-size: 31px;
    line-height: 1.2;
  }
  .directors-grid {
    grid-template-columns: minmax(0, 360px);
    gap: 27px;
    margin-top: 38px;
  }
  .person-card {
    aspect-ratio: 0.86;
  }
  .person-info,
  .person-card > div {
    left: 22px;
    bottom: 22px;
  }
  .person-info h3,
  .person-card h3 {
    font-size: 28px;
    max-width: 230px;
  }
  .person-card > div h3.person-name-lines {
    font-size: 28px;
    line-height: 35px;
  }
  .person-info p,
  .person-card > div p {
    font-size: 12px;
  }
  .speakers-block {
    padding-top: 65px;
  }
  .speakers-block > h2 {
    padding-top: 0;
    font-size: 35px;
    line-height: 48px;
  }
  .speakers-pending {
    margin-top: 32px;
  }
  .speakers-grid {
    grid-template-columns: 1fr;
  }
  .venue-section {
    min-height: 0;
    padding: 0 0 45px;
  }
  .venue-photo {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 235px;
    object-position: 50% 100%;
  }
  .venue-shade {
    display: none;
  }
  .venue-section > .section-label {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
  }
  .venue-copy {
    padding-top: 32px;
  }
  .venue-copy .eyebrow {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .venue-copy h2 {
    font-size: 76px;
    margin-bottom: 12px;
  }
  .venue-address {
    font-size: 20px;
    max-width: 280px;
  }
  .venue-copy > p:not(.eyebrow):not(.venue-address) {
    font-size: 12px;
  }
  .venue-map-note {
    margin-top: 24px;
  }
  .venue-transport {
    font-size: 13px;
    line-height: 1.5;
    gap: 10px;
  }
  .venue-transport img {
    margin-top: 2px;
  }
  .button--venue-map {
    font-size: 20px;
    padding: 9px 10px;
    margin-top: 30px;
  }
  .benefits-section {
    padding-block: 52px 20px;
  }
  .benefits-section h2 {
    font-size: clamp(25px, 6.5vw, 32px);
    line-height: 1.25;
  }
  .benefits-intro {
    max-width: 400px;
    margin: 14px auto 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .benefits-grid {
    grid-template-columns: minmax(0, 408px);
    justify-content: center;
    gap: 28px;
    margin-top: 32px;
  }
  .benefit-link {
    font-size: clamp(11px, 3vw, 14.468px);
  }
  .benefit-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }
  .benefit-dialog-scroll {
    max-height: calc(100dvh - 20px);
  }
  .benefit-dialog-close {
    top: 12px;
    right: 12px;
  }
  .benefit-dialog .section-shell {
    padding-inline: 24px;
  }
  .benefit-dialog .accommodation-section,
  .benefit-dialog .dining-section {
    padding-block: 70px 44px;
  }
  .accommodation-carousel {
    margin-top: 48px;
  }
  .accommodation-carousel-control {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .accommodation-carousel-control--previous {
    left: -22px;
  }
  .accommodation-carousel-control--next {
    right: -22px;
  }
  .accommodation-section,
  .dining-section {
    padding: 52px 0;
  }
  .accommodation-section h2,
  .dining-section h2 {
    font-size: 14.92px;
    letter-spacing: normal;
  }
  .hotel-grid,
  .accommodation-grid,
  .dining-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 0;
  }
  .accommodation-grid.is-enhanced {
    --accommodation-gap: 20px;
    grid-template-columns: 100%;
    max-width: 470px;
    margin-inline: auto;
    overflow: hidden;
  }
  .accommodation-grid.is-enhanced .hotel-card[data-position="previous"] {
    transform: translateX(calc(-100% - var(--accommodation-gap)));
    opacity: 0;
    pointer-events: none;
  }
  .accommodation-grid.is-enhanced .hotel-card[data-position="main"] {
    transform: translateX(0);
  }
  .accommodation-grid.is-enhanced .hotel-card[data-position="next"] {
    transform: translateX(calc(100% + var(--accommodation-gap)));
    opacity: 0;
    pointer-events: none;
  }
  .accommodation-grid.is-enhanced .hotel-card[data-position="before"] {
    transform: translateX(calc(-200% - var(--accommodation-gap) - var(--accommodation-gap)));
  }
  .accommodation-grid.is-enhanced .hotel-card[data-position="after"],
  .accommodation-grid.is-enhanced .hotel-card[data-position="off"] {
    transform: translateX(calc(200% + var(--accommodation-gap) + var(--accommodation-gap)));
  }
  .hotel-card h3,
  .dining-card h3 {
    font-size: clamp(28px, 8.5vw, 36px);
  }
  .hotel-card .hotel-rate,
  .dining-offer {
    font-size: 25px;
  }
  .hotel-card .button--hotel,
  .dining-card .button--hotel {
    min-height: 48px;
    height: 48px;
  }
  .hotel-stars {
    margin-bottom: 20px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .faq-intro h2 {
    font-size: 35px;
    margin-bottom: 16px;
  }
  .faq-intro p {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 12px;
    line-height: 1.6;
    gap: 20px;
    min-height: 65px;
  }
  .faq-list summary img {
    flex-shrink: 0;
  }
  .faq-list details > p {
    font-size: 11px;
  }
  .site-footer {
    padding: 38px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer-brand > img {
    width: 112px;
  }
  .social-links {
    gap: 9px;
    margin-top: 17px;
  }
  .social-links a,
  .social-links > span {
    width: 44px;
    height: 44px;
  }
  .registration-feedback {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
  }
  .utility-page {
    padding-top: calc(var(--header-height) + 45px);
    padding-bottom: 60px;
  }
  .catalog-section {
    padding-top: 155px;
    padding-bottom: 60px;
  }
  .catalog-back {
    top: 98px;
    left: 24px;
    font-size: 10px;
  }
  .catalog-heading {
    margin-bottom: 38px;
  }
  .catalog-heading > .eyebrow {
    font-size: 8px;
    padding: 7px 17px;
  }
  .catalog-heading h1 {
    max-width: 330px;
    margin-top: 18px;
  }
  .catalog-heading > p:last-child {
    font-size: 11px;
    max-width: 300px;
  }
  .catalog-stage {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
  .catalog-carousel.is-enhanced .catalog-stage {
    height: 510px;
  }
  .catalog-carousel.is-enhanced .product-card {
    width: calc(100% - 56px);
    max-width: none;
    max-height: none;
    padding: 19px;
  }
  .catalog-carousel.is-enhanced .product-card[data-position="main"] {
    transform: translateX(-50%);
  }
  .catalog-carousel.is-enhanced .product-card[data-position="previous"],
  .catalog-carousel.is-enhanced .product-card[data-position="next"] {
    transform: translateX(-40%);
    opacity: 0;
    visibility: hidden;
  }
  .product-card h2 {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .product-card img {
    aspect-ratio: 1.12;
  }
  .product-card p {
    font-size: 12px;
    min-height: 58px;
  }
  .catalog-controls {
    margin: 12px 0 25px;
  }
  .catalog-index-link {
    font-size: 10px;
    margin-bottom: 35px;
  }
  .product-index {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-index a {
    font-size: 12px;
    min-height: 52px;
    padding: 12px 15px;
  }
  .product-hero {
    height: 88svh;
    min-height: 620px;
    max-height: 820px;
  }
  .product-back {
    top: 96px;
    right: 24px;
    font-size: 10px;
    gap: 18px;
  }
  .product-hero-photo {
    object-position: 50% 40%;
  }
  .product-hero-title {
    left: 24px;
    bottom: 55px;
    max-width: 85%;
  }
  .product-hero-title h1 {
    font-size: 70px;
  }
  .product-hero-title h1 img {
    max-width: 280px;
    max-height: 110px;
  }
  .product-hero-title p {
    font-size: 10px;
    max-width: 260px;
  }
  .theme-blue-tech .product-hero-title {
    bottom: 45px;
    width: 75%;
    max-width: 320px;
  }
  .theme-ilux .product-hero-title {
    left: 24px;
    right: auto;
    top: auto;
    bottom: 35px;
    width: 230px;
  }
  .theme-ilux .product-hero-photo {
    object-position: 43% 25%;
  }
  .theme-spectra .product-hero-title h1 {
    font-size: 60px;
  }
  .product-intro {
    padding: 70px 0 55px;
  }
  .product-intro > .eyebrow {
    font-size: 9px;
  }
  .product-intro > h2 {
    font-size: 29px;
  }
  .product-intro > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.9;
  }
  .product-benefits {
    gap: 10px;
    margin-top: 30px;
  }
  .product-benefits > div {
    padding: 16px 11px;
    min-height: 92px;
    font-size: 10px;
    border-radius: 10px;
  }
  .product-story {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .product-story:nth-child(even) .product-story-image {
    order: 0;
  }
  .product-story-image {
    border-radius: 15px;
  }
  .product-story-image img {
    height: 290px;
  }
  .product-story h2 {
    font-size: 27px;
  }
  .product-story .eyebrow {
    font-size: 9px;
  }
  .product-story p:not(.eyebrow) {
    font-size: 12px;
  }
  .campaign-section {
    padding-top: 35px;
  }
  .campaign-strip {
    gap: 14px;
    padding: 10px 24px 25px;
  }
  .campaign-strip figure,
  .campaign-strip figure:nth-child(even) {
    flex-basis: 210px;
    transform: none;
  }
  .campaign-controls {
    font-size: 10px;
    gap: 20px;
    margin-top: 15px;
  }
  .product-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 360px) {
  .site-header {
    gap: 9px;
    padding-inline: 14px;
  }
  .brand {
    width: 84px;
  }
  .envelope-scene {
    margin-top: 115px;
  }
  .manifesto h2 {
    font-size: 29px;
  }
  .hero-bottom {
    gap: 10px;
  }
  .hero-year {
    font-size: 12px;
    gap: 4px;
  }
  .hero-bottom .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .hero-bottom .icon-arrow {
    width: 14px;
    height: 14px;
  }
  .catalog-carousel.is-enhanced .catalog-stage {
    height: 475px;
  }
  .product-card p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-glow {
    will-change: auto;
  }
  .campaign-strip {
    scroll-behavior: auto;
  }
}

@media (max-width: 600px) {
  .gallery-section {
    width: calc(100% - 24px);
    margin: 12px auto;
    aspect-ratio: auto;
    height: calc(220px + 71.5vw);
    min-height: 440px;
  }
  .gallery-heading {
    top: 26px;
    white-space: nowrap;
    font-size: 29px;
    line-height: 1.2;
  }
  .gallery-heading-copy {
    background-image: linear-gradient(90deg, #fff7, #fff 50.481%, #fff7);
  }
  .gallery-section:not(.is-enhanced) .gallery-heading-track {
    width: 100%;
  }
  .gallery-section:not(.is-enhanced) .gallery-heading-copy {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .gallery-markers {
    inset: 98px 7% auto;
    height: 47%;
    grid-template-columns: 12px 12px;
    grid-template-rows: 12px 12px;
  }
  .gallery-slide {
    top: 118px;
    left: 22%;
    width: 56%;
  }
  .gallery-slide[data-position="previous"] {
    transform: translate(-34cqw, 52cqw) scale(0.419408);
  }
  .gallery-slide[data-position="next"] {
    transform: translate(34cqw, 52cqw) scale(0.419408);
  }
  .gallery-photo {
    border-radius: 14px;
  }
  .gallery-slide figcaption {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .gallery-caption-line {
    width: 100%;
    height: 2px;
    margin-top: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-section.is-enhanced .gallery-slide {
    transition: none;
  }
}
