:root {
  --black: #000;
  --ink: #171717;
  --panel: #1d1d1d;
  --panel-soft: #242424;
  --muted: #a5a5a5;
  --line: rgba(255, 255, 255, 0.18);
  --gold: #bf955f;
  --yellow: #ffe200;
  --teal: #007380;
  --olive: #c2b067;
  --max: 1280px;
  --header-desktop: 108px;
  --header-mobile: 70px;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-menu: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 160ms;
  --motion-base: 240ms;
  --motion-menu: 280ms;
  --focus-ring: #ffd447;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: var(--black);
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

:where(a, button, input, [tabindex]):focus {
  outline: none;
}

:where(a, button, input, [tabindex]):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #000;
}

img,
video {
  display: block;
  max-width: 100%;
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #000;
}

.top-tools {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 7px 0 6px;
}

.top-tools button,
.top-tools a {
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: opacity var(--motion-fast) var(--ease-standard);
}

.top-tools button:hover,
.top-tools a:hover,
.desktop-nav button:hover,
.desktop-nav a:hover {
  opacity: 0.78;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 11px 0 12px;
}

.brand img {
  height: 56px;
  width: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.35vw, 34px);
}

.desktop-nav button,
.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  text-decoration: none;
  transition: opacity var(--motion-fast) var(--ease-standard);
}

.desktop-nav span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  position: relative;
}

.desktop-nav span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.video-hero {
  position: relative;
  min-height: max(620px, calc(100svh - var(--header-desktop)));
  overflow: hidden;
  isolation: isolate;
}

.video-hero video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.hero-fade {
  pointer-events: none;
  position: absolute;
  inset-inline: 0;
  height: 110px;
  z-index: -1;
}

.hero-fade.top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), transparent);
}

.hero-fade.bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48), transparent);
}

.hero-content {
  display: flex;
  align-items: center;
  width: min(100% - 32px, var(--max));
  min-height: max(620px, calc(100svh - var(--header-desktop)));
  margin: 0 auto;
  padding: clamp(48px, 7vh, 84px) 0;
}

.hero-card {
  width: min(500px, 100%);
  margin-left: clamp(24px, 5vw, 76px);
  padding: clamp(40px, 4.4vw, 58px);
  color: #000;
  background: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.hero-card h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 4.7vw, 56px);
  line-height: 1.02;
  font-weight: 700;
}

.hero-card p {
  margin: 0 0 28px;
  color: #262626;
  font-size: 18px;
  line-height: 1.55;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 14px 22px;
  background: #000;
  color: #fff;
  font-weight: 700;
  transition:
    opacity var(--motion-fast) var(--ease-standard),
    transform var(--motion-fast) var(--ease-standard);
}

.cta:hover {
  opacity: 0.9;
}

.cta:active {
  transform: scale(0.97);
}

.cta span,
.text-link span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  transition: transform var(--motion-fast) var(--ease-standard);
}

.cta:hover span,
.text-link:hover span {
  transform: translateX(2px);
}

.video-controls {
  position: absolute;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  display: flex;
  gap: 12px;
}

.video-controls button {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
  transition:
    background var(--motion-fast) var(--ease-standard),
    transform var(--motion-fast) var(--ease-standard);
}

.video-controls button:hover {
  background: rgba(0, 0, 0, 0.84);
  transform: translateY(-1px);
}

.black-section {
  background: #000;
}

.intro-section {
  padding: 84px 0 44px;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: center;
}

.split-intro h2,
.section-title-row h2,
.card-band h2,
.white-callout h2,
.site-footer h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.05;
  font-weight: 700;
}

.visit-facts {
  display: grid;
  gap: 20px;
  font-size: 19px;
  line-height: 1.35;
}

.visit-facts p {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0;
}

.visit-facts b {
  display: inline-block;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  color: #b8b8b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.exhibition-section {
  padding: 28px 0 92px;
}

.met-exhibitions-section {
  overflow-x: hidden;
  scroll-margin-top: var(--header-desktop);
  padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 8vw, 118px);
  color: #111;
  background: #fff;
}

.met-exhibitions-section .container {
  width: min(100% - 40px, var(--max));
}

.met-exhibitions-header {
  max-width: 960px;
  padding-bottom: clamp(42px, 5vw, 70px);
}

.section-kicker {
  margin: 0 0 18px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.met-exhibitions-header h2 {
  margin: 0;
  font-size: clamp(58px, 10vw, 126px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
}

.met-exhibitions-header p:last-child {
  max-width: 560px;
  margin: clamp(22px, 2.5vw, 32px) 0 0;
  color: #333;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.38;
}

.met-exhibitions-group {
  padding: clamp(34px, 4vw, 54px) 0 clamp(40px, 5vw, 68px);
  border-top: 1px solid #cfcfcf;
}

.met-exhibitions-group > h3 {
  margin: 0 0 clamp(30px, 4vw, 46px);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.met-exhibition-rail {
  padding: clamp(24px, 3vw, 38px) 0 clamp(30px, 3.8vw, 50px);
  border-top: 1px solid #d8d8d8;
}

.met-exhibition-rail:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.met-rail-heading {
  margin-bottom: 20px;
}

.met-rail-heading h4 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
  font-weight: 700;
}

.met-exhibitions-section .carousel-wrap {
  color: #111;
}

.met-exhibition-carousel {
  gap: 28px;
  padding: 0 0 28px;
  scroll-padding-inline: 1px;
}

.met-exhibition-carousel .met-exhibition-card {
  flex: 0 0 clamp(286px, 30.5%, 392px);
}

.met-exhibition-card {
  overflow: hidden;
  color: #111;
  background: #fff;
  scroll-snap-align: start;
  transition:
    transform var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.met-exhibition-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.met-exhibition-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: #e8e8e8;
  transition: transform var(--motion-base) var(--ease-standard);
}

.met-exhibition-card:hover img {
  transform: scale(1.035);
}

.met-exhibition-card > div {
  position: relative;
  z-index: 1;
  padding: 18px 0 4px;
  background: #fff;
}

.met-card-type {
  margin: 0 0 9px;
  color: #676767;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.met-exhibition-card h5 {
  margin: 0;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.met-exhibition-card:hover h5 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.met-exhibition-card h5 + p {
  margin: 12px 0 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.45;
}

.met-exhibitions-section .carousel-arrow {
  top: calc((100% - 72px) / 2);
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  font-size: 26px;
}

.met-exhibitions-section .carousel-arrow.prev {
  left: -14px;
}

.met-exhibitions-section .carousel-arrow.next {
  right: -14px;
}

.met-exhibitions-section .carousel-arrow:hover {
  background: #111;
  color: #fff;
}

.met-exhibitions-section .carousel-arrow:disabled {
  opacity: 0;
  visibility: hidden;
}

.met-exhibitions-section .carousel-dots {
  justify-content: flex-start;
  gap: 8px;
  min-height: 16px;
  margin-top: -6px;
  color: #111;
}

.met-exhibitions-section .carousel-dot {
  width: 7px;
  height: 7px;
  opacity: 0.3;
}

.met-exhibitions-section .carousel-dot[aria-current="true"] {
  width: 22px;
  opacity: 1;
}

@media (min-width: 1101px) {
  .met-exhibitions-section .carousel-wrap:not(:has(.met-exhibition-card:nth-of-type(4))) .carousel-arrow,
  .met-exhibitions-section .carousel-wrap:not(:has(.met-exhibition-card:nth-of-type(4))) .carousel-dots {
    display: none;
  }
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0 0 56px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
}

.text-link.light {
  color: #fff;
}

.text-link.light span {
  background: #fff;
  color: #000;
}

.text-link span {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  overflow: hidden;
  background: var(--panel);
  transition:
    background var(--motion-base) var(--ease-standard),
    transform var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--motion-base) var(--ease-standard);
}

.feature-card:hover img {
  transform: scale(1.045);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: clamp(32px, 4vw, 54px);
}

.feature-copy h3,
.feature-copy .accent {
  margin: 0;
  font-size: clamp(30px, 3.7vw, 46px);
  line-height: 1.06;
  font-weight: 700;
}

.feature-copy .accent {
  margin-top: 10px;
  min-height: 1.1em;
}

.feature-copy .accent.is-empty {
  text-decoration: none;
}

.tone-gold .accent {
  color: var(--gold);
}

.tone-gold footer button {
  color: #000;
  background: var(--gold);
}

.tone-yellow .accent {
  color: var(--yellow);
}

.tone-yellow footer button {
  color: #000;
  background: var(--yellow);
}

.tone-teal .accent {
  color: var(--teal);
}

.tone-teal footer button {
  color: #000;
  background: var(--yellow);
}

.tone-olive .accent {
  color: var(--yellow);
}

.tone-olive footer button {
  color: #000;
  background: var(--yellow);
}

.tone-gold:hover {
  background: var(--gold);
}

.tone-yellow:hover {
  background: var(--yellow);
}

.tone-teal:hover {
  background: var(--teal);
}

.tone-olive:hover {
  background: var(--olive);
}

.feature-card:hover h3,
.feature-card:hover .accent,
.feature-card:hover footer,
.feature-card:hover small {
  color: #000;
}

.feature-card:hover h3,
.feature-card:hover .accent {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.feature-copy footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.feature-copy footer p {
  margin: 0;
  line-height: 1.35;
}

.feature-copy small {
  display: block;
  margin-bottom: 10px;
  color: #d4d4d4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-copy footer button {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform var(--motion-fast) var(--ease-standard),
    background var(--motion-fast) var(--ease-standard),
    color var(--motion-fast) var(--ease-standard);
}

.feature-copy footer button:hover {
  transform: scale(1.05);
}

.feature-card:hover footer button {
  background: #000;
  color: #fff;
}

.card-band {
  padding: 36px 0 88px;
}

.card-band.compact {
  padding-top: 0;
}

.uk-world-section {
  padding-bottom: 96px;
}

.small-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.small-card-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--panel);
  transition:
    transform var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.small-card-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.small-card-grid img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  transition: transform var(--motion-base) var(--ease-standard);
}

.small-card-grid article:hover img {
  transform: scale(1.03);
}

.small-card-grid h3,
.small-card-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.small-card-grid h3 {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.16;
}

.small-card-grid p {
  margin-top: 12px;
  margin-bottom: 28px;
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.55;
}

.fixed-bg-panel {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #000;
}

.fixed-bg-panel .container {
  display: flex;
  justify-content: flex-start;
}

.fixed-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("./assets/photos/bg.jpg") center / cover fixed;
}

.white-callout {
  width: min(100%, 820px);
  padding: clamp(28px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.white-callout p {
  max-width: 650px;
  margin: 22px 0 28px;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
}

.carousel-section {
  padding: 76px 0 90px;
}

.carousel-wrap {
  position: relative;
}

.carousel {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 0 38px;
}

.carousel:focus-visible {
  outline-offset: 8px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel article {
  scroll-snap-align: start;
  flex: 0 0 min(560px, 82vw);
}

.collection-carousel article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 460px;
  padding: 84px 40px 36px;
  background: var(--panel-soft);
}

.collection-carousel h3 {
  position: absolute;
  top: 30px;
  left: 32px;
  margin: 0;
  font-size: 24px;
}

.collection-carousel img {
  max-height: 100%;
  object-fit: contain;
  transition: transform var(--motion-base) var(--ease-standard);
}

.collection-carousel article:hover img,
.shop-carousel article:hover img {
  transform: scale(1.03);
}

.carousel-arrow {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  line-height: 1;
  transition: transform var(--motion-fast) var(--ease-standard);
}

.carousel-arrow:hover {
  transform: scale(1.05);
}

.carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  transform: none;
}

.carousel-arrow.prev {
  left: -25px;
}

.carousel-arrow.next {
  right: -25px;
}

.carousel-arrow.dark {
  background: #000;
  color: #fff;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  margin-top: -12px;
  color: currentColor;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  opacity: 0.48;
  transition:
    width var(--motion-fast) var(--ease-standard),
    opacity var(--motion-fast) var(--ease-standard),
    background-color var(--motion-fast) var(--ease-standard),
    transform var(--motion-fast) var(--ease-standard);
}

.carousel-dot[aria-current="true"] {
  width: 28px;
  background: currentColor;
  opacity: 1;
}

.carousel-dot:hover {
  opacity: 0.86;
  transform: scale(1.08);
}

.shop-band {
  padding: 64px 0 80px;
  color: #000;
  background: #e6e6e6;
}

.shop-carousel article {
  flex-basis: min(420px, 78vw);
  background: #fff;
}

.shop-carousel img {
  width: 100%;
  height: 300px;
  padding: 30px;
  object-fit: contain;
  transition: transform var(--motion-base) var(--ease-standard);
}

.shop-carousel h3 {
  margin: 0;
  padding: 0 28px 36px;
  font-size: 21px;
}

.site-footer {
  padding: 42px 0;
  color: #fff;
  background: var(--panel);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.socials a {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #fff;
  background: #333;
  font-weight: 700;
  text-decoration: none;
}

.demo-note {
  color: #d2d2d2;
  line-height: 1.6;
}

.newsletter label {
  display: block;
  margin-bottom: 14px;
  color: #eee;
}

.newsletter div {
  display: flex;
  max-width: 580px;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid #fff;
  background: var(--panel);
  color: #fff;
  padding: 14px;
  outline: none;
}

.newsletter button {
  padding: 14px 22px;
  background: #fff;
  color: #000;
  font-weight: 700;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3px);
  transition: opacity var(--motion-fast) var(--ease-standard);
}

.loader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.loader-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
}

.spinner {
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-top-color: transparent;
  border-radius: 999px;
  animation: spin 900ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav button,
  .desktop-nav a {
    font-size: 13px;
  }

  .brand img {
    height: 50px;
  }

  .exhibition-grid,
  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-copy {
    min-height: 360px;
  }

  .feature-card img {
    height: 360px;
  }

  .small-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .small-card-grid img {
    height: 230px;
  }

  .met-exhibition-carousel .met-exhibition-card {
    flex-basis: calc((100% - 28px) / 2.18);
  }

  .carousel-arrow.prev {
    left: 8px;
  }

  .carousel-arrow.next {
    right: 8px;
  }
}

@media (max-width: 760px) {
  .top-tools,
  .desktop-nav {
    display: none;
  }

  .main-nav {
    padding: 14px 0;
  }

  .brand img {
    height: 42px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
  }

  .menu-lines {
    display: grid;
    gap: 3px;
  }

  .menu-lines i {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .mobile-menu {
    display: grid;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition:
      max-height var(--motion-menu) var(--ease-menu),
      opacity var(--motion-fast) var(--ease-standard),
      visibility 0s linear var(--motion-menu);
  }

  .mobile-menu.is-open {
    max-height: 340px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .mobile-menu button,
  .mobile-menu a {
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }

  .video-hero,
  .hero-content {
    min-height: max(560px, calc(100svh - var(--header-mobile)));
  }

  .hero-content {
    align-items: flex-end;
    padding: 40px 0 104px;
  }

  .hero-card {
    width: min(100%, 420px);
    margin: 0;
    padding: 28px;
  }

  .hero-card h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }

  .hero-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .video-controls button {
    width: 44px;
    height: 44px;
    font-size: 10px;
  }

  .split-intro,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .intro-section {
    padding: 58px 0 36px;
  }

  .split-intro {
    gap: 30px;
  }

  .visit-facts {
    gap: 16px;
    font-size: 17px;
  }

  .visit-facts p {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
  }

  .section-title-row {
    display: block;
  }

  .text-link {
    display: none;
  }

  .exhibition-section {
    padding: 20px 0 68px;
  }

  .met-exhibitions-section {
    scroll-margin-top: var(--header-mobile);
    padding: 48px 0 68px;
  }

  .met-exhibitions-section .container {
    width: min(100% - 28px, var(--max));
  }

  .met-exhibitions-header {
    padding-bottom: 42px;
  }

  .met-exhibitions-header h2 {
    font-size: clamp(52px, 18vw, 78px);
    line-height: 0.96;
  }

  .met-exhibitions-header p:last-child {
    font-size: 18px;
  }

  .met-exhibitions-group {
    padding: 34px 0 46px;
  }

  .met-exhibitions-group > h3 {
    margin-bottom: 28px;
  }

  .met-exhibition-rail {
    padding: 26px 0 36px;
  }

  .met-exhibition-carousel {
    gap: 18px;
    padding-bottom: 22px;
  }

  .met-exhibition-carousel .met-exhibition-card {
    flex-basis: min(86vw, 360px);
  }

  .met-exhibition-card > div {
    padding-top: 15px;
  }

  .met-exhibitions-section .carousel-dots {
    justify-content: center;
  }

  hr {
    margin-bottom: 38px;
  }

  .feature-copy,
  .feature-card {
    min-height: auto;
  }

  .feature-card img {
    height: clamp(260px, 68vw, 340px);
  }

  .feature-copy {
    padding: 28px;
  }

  .feature-copy h3,
  .feature-copy .accent {
    font-size: clamp(28px, 8vw, 36px);
  }

  .feature-copy footer {
    margin-top: 44px;
  }

  .feature-copy footer button {
    width: 76px;
    height: 76px;
    font-size: 13px;
  }

  .small-card-grid {
    grid-template-columns: 1fr;
  }

  .small-card-grid img {
    height: 220px;
  }

  .small-card-grid h3,
  .small-card-grid p {
    margin-left: 22px;
    margin-right: 22px;
  }

  .fixed-bg {
    background-attachment: scroll;
  }

  .fixed-bg-panel {
    min-height: auto;
    padding: 70px 0;
  }

  .white-callout {
    width: 100%;
    padding: 28px 24px;
  }

  .white-callout p {
    font-size: 17px;
  }

  .carousel-arrow {
    display: none;
  }

  .collection-carousel article {
    height: 430px;
  }

  .newsletter div {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  html,
  .carousel {
    scroll-behavior: auto;
  }

  .cta:active,
  .cta:hover span,
  .text-link:hover span,
  .video-controls button:hover,
  .feature-card:hover,
  .feature-card:hover img,
  .feature-copy footer button:hover,
  .small-card-grid article:hover,
  .small-card-grid article:hover img,
  .collection-carousel article:hover img,
  .shop-carousel article:hover img,
  .met-exhibition-card:hover,
  .met-exhibition-card:hover img,
  .carousel-arrow:hover,
  .carousel-dot:hover {
    transform: none;
  }
}
