@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body { margin: 0; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *::before, *::after { box-sizing: border-box; }

@font-face {
  font-family: 'Grumpy W05 Black36';
  src: url('../font/Grumpy W05 Black36/Grumpy W05 Black36.ttf')
    format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.sticky-scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  transform: translateY(-110%);
  transition: transform 0.24s ease;
}

.sticky-scroll-header.is-visible {
  transform: translateY(0);
}

.sticky-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 28px;
  background: #ffffff;
}

.sticky-header-meta p {
  margin: 0;
  color: #111111;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.sticky-header-meta div {
  display: flex;
  gap: 28px;
}

.sticky-header-meta a {
  text-decoration: none;
  color: #111111;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.sticky-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f0;
  padding: 14px 28px;
}

.sticky-header-logo {
  width: 108px;
  height: auto;
  filter: brightness(0);
}

.sticky-header-main nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.sticky-header-main nav a {
  text-decoration: none;
  color: #111111;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-page {
    position: relative;
  min-height: 100vh;
  color: #fff;
  isolation: isolate;
  }

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

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(10, 14, 27, 0.18) 45%),
    linear-gradient(to top, rgba(7, 10, 16, 0.66) 5%, rgba(7, 10, 16, 0) 35%);
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 28px;
}

.hero-logo {
  width: 165px;
  height: auto;
  filter: brightness(0);
  margin: 6px 0 0 8px;
}

.hero-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.top-nav,
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

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

.top-nav a,
.main-nav a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}

.top-nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.main-nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.top-nav a:hover,
.main-nav a:hover {
  opacity: 0.75;
}

.hero-copy {
  position: absolute;
  left: 18%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.hero-copy h1 {
  margin: 0;
  font-family: 'Grumpy W05 Black36', serif;
  font-weight: 400;
  font-size: clamp(56px, 7.6vw, 84px);
  line-height: 1;
}

.hero-copy p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}

.now-on-view {
  background: #f3f3f3;
  padding: 60px 72px 80px;
  color: #171717;
}

.now-on-view .section-head,
.now-on-view .cards-grid {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.section-head h2 {
  margin: 0;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.section-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-all {
  text-decoration: none;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 6px;
}

.section-controls button {
  width: 28px;
    height: 28px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  background: transparent;
  color: #171717;
  font-size: 14px;
  cursor: pointer;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.view-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
}

.view-card .date {
  margin: 12px 0 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.view-card h3 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.15;
}

.learn-more {
  display: inline-block;
  margin-top: 28px;
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.learn-more::before {
  content: '←';
  margin-right: 8px;
}

.special-event {
  background: #ecf4f7;
  padding: 60px 72px 72px;
}

.special-event-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.special-event-inner h2 {
  margin: 0 0 24px;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  color: #171717;
}

.special-event-card {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 1fr);
  background: #ffffff;
}

@media (min-width: 1280px) {
  .special-event-card {
    max-width: none;
  }
}

.special-event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.special-event-copy {
  padding: 36px 34px;
  color: #171717;
}

.special-event-copy h3 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
}

.event-date {
  margin: 10px 0 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.event-text {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.upcoming-events {
  background: #ffffff;
  padding: 60px 72px 80px;
}

.upcoming-events-inner {
  max-width: 1120px;
  margin: 0 auto;
  color: #171717;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.event-card {
  background: #ffffff;
}

.event-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  display: block;
}

.event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #3e475b;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.2;
  padding: 9px 12px;
}

.event-content {
  padding: 16px 12px 18px;
}

.event-category {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.event-content h3 {
  margin: 8px 0 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.18;
}

.explore-collection {
  background: #ecf4f7;
  padding: 60px 72px 80px;
}

.explore-collection-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.explore-collection-inner h2 {
  margin: 0 0 24px;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  color: #171717;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.collection-item {
  margin: 0;
  background: #ffffff;
}

.collection-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection-item.item-1 {
  grid-column: 1;
  grid-row: 1;
}

.collection-item.item-2 {
  grid-column: 1;
  grid-row: 2;
}

.collection-item.item-3 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.collection-item.item-4 {
  grid-column: 3;
  grid-row: 1;
}

.collection-item.item-5 {
  grid-column: 3;
  grid-row: 2;
}

.collection-item.item-6 {
  grid-column: 4;
  grid-row: 1;
}

.collection-cta {
  grid-column: 4;
  grid-row: 2;
  background: #ffffff;
  padding: 24px 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collection-cta p {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
}

.collection-cta button {
  border: none;
  background: #f2f2f2;
  color: #171717;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  cursor: pointer;
}

.elevate-visit {
  background: #f3f3f3;
  padding: 60px 72px 80px;
}

.elevate-visit-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.elevate-visit-inner h2 {
  margin: 0 0 24px;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  color: #171717;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 14px;
}

.visit-side-column {
  display: grid;
  gap: 14px;
}

.visit-card {
  background: #ffffff;
}

.visit-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.visit-card-large img {
  aspect-ratio: 1.12;
}

.visit-card-side {
  display: grid;
  grid-template-columns: minmax(180px, 46%) minmax(0, 1fr);
}

.visit-card-side img {
  height: 100%;
  aspect-ratio: auto;
}

.visit-card-content {
  padding: 14px 16px 16px;
}

.visit-card-large .visit-card-content {
  padding: 14px 14px 16px;
}

.visit-card-side .visit-card-content {
  padding: 12px 14px;
}

.visit-label {
  margin: 0 0 6px;
  color: #616161;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.visit-card-content h3 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.visit-card-large .visit-card-content h3 {
  font-size: 28px;
}

.visit-text {
  margin: 8px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.42;
}

.visit-card .learn-more {
  margin-top: 12px;
  font-size: 13px;
}

.mfah-shop {
  background: #ffffff;
  padding: 60px 72px 84px;
}

.mfah-shop-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.shop-title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.shop-title img {
  width: 118px;
  height: auto;
  filter: brightness(0);
}

.shop-title span {
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: 58px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.shop-card {
  background: #ffffff;
}

.shop-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: contain;
  display: block;
  background: #ffffff;
}

.shop-card h3 {
  margin: 18px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.shop-card p {
  margin: 10px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.shop-card .learn-more {
  margin-top: 16px;
}

.site-footer {
  background: #f5f5f5;
  padding: 64px 72px 28px;
  border-top: 1px solid #e7e7e7;
}

.site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  color: #171717;
}

.footer-top {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 0 24px;
  width: 100%;
}

.footer-logo {
  width: 152px;
  height: auto;
  filter: brightness(0);
}

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

.footer-contact h3 {
  margin: 0 0 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.footer-links-grid {
  display: none;
}

.footer-links-grid h4 {
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-links-grid a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links-grid a:hover,
.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-bottom-links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid #000000;
}

.footer-bottom-links span,
.footer-bottom-links a {
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

.footer-bottom-left {
  justify-self: start;
}

.footer-bottom-center {
  display: flex;
  justify-content: center;
  gap: 18px;
  white-space: nowrap;
}

.footer-bottom-right {
  justify-self: end;
}

.contact-page {
  background: #ffffff;
  min-height: 100vh;
  padding: 34px 32px 56px;
}

.contact-page-inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.contact-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-breadcrumbs a {
  display: inline-flex;
  align-items: center;
}

.contact-breadcrumbs span {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2f384c;
}

.contact-page h1 {
  margin: 0 0 30px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(48px, 5.2vw, 70px);
  font-weight: 400;
  line-height: 1;
}

.art-page {
  min-height: 100vh;
  background: #ffffff;
}

.art-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}

.art-header-meta {
  height: 28px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.art-header-meta p {
  margin: 0;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.art-header-meta div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.art-header-meta a {
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.art-header-main {
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 28px;
}

.art-header-logo {
  width: 108px;
  height: auto;
  filter: brightness(0);
}

.art-header-main nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.art-header-main nav a {
  color: #111111;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.art-search-btn {
  border: none;
  background: transparent;
  color: #171717;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.art-hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 62px;
  overflow: hidden;
}

.art-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.68) 100%);
}

.art-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 34px 100px;
  color: #ffffff;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(64px, 9vw, 124px);
  font-weight: 400;
  line-height: 0.95;
}

.art-hero-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 34px;
  background: #efefef;
    display: flex;
    align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0 16px;
}

.art-hero-links a {
  color: #171717;
    text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.art-now-on-view {
  background: #dfe5e8;
  padding: 26px 24px 24px;
}

.art-now-on-view-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.art-now-on-view h2 {
  margin: 0 0 18px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.art-now-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.art-now-card {
  background: #f0f0f0;
  overflow: hidden;
}

.art-now-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #e6e6e6;
}

.art-now-content {
  padding: 12px 14px 14px;
}

.art-now-note {
  margin: 0 0 10px;
  color: #474747;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.art-now-date {
  margin: 0 0 8px;
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.art-now-content h3 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.art-now-text {
  margin: 14px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.art-now-content .learn-more {
  margin-top: 18px;
}

.art-now-frida {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.art-now-ernesto {
  grid-column: 3;
  grid-row: 1;
}

.art-now-buddha {
  grid-column: 4;
  grid-row: 1;
}

.art-now-louvre {
  grid-column: 3 / span 2;
  grid-row: 2 / span 2;
}

.art-now-core {
  grid-column: 1;
  grid-row: 3;
}

.art-now-peter {
  grid-column: 2;
  grid-row: 3;
}

.art-now-continued {
  background: #dfe5e8;
  padding: 0 24px 30px;
}

.art-now-continued-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.art-more-project {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.art-more-yayoi {
  grid-column: 3;
  grid-row: 1;
}

.art-more-good-times {
  grid-column: 4;
  grid-row: 1;
}


.art-more-view-all {
  grid-column: 3 / span 2;
  grid-row: 2;
  min-height: 220px;
  display: flex;
  align-items: center;
    justify-content: center;
}

.art-more-view-all-link {
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.art-more-view-all-link span {
  font-size: 52px;
  line-height: 1;
}

.art-coming-soon {
  background: #f2f2f2;
  padding: 26px 16px 40px;
}

.art-coming-soon-inner {
  max-width: 560px;
  margin: 0 auto;
}

.art-coming-soon h2 {
  margin: 0 0 16px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.art-coming-soon-card {
  max-width: 320px;
  margin: 0 auto;
}

.art-coming-soon-card img {
      width: 100%;
  height: auto;
  object-fit: contain;
  background: #e9e9e9;
}

.art-explore-collection {
  background: #dfe5e8;
  padding: 8px 16px 34px;
}

.art-explore-collection-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.art-explore-collection h2 {
  margin: 0 0 18px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.art-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.art-explore-item {
  background: #e6e6e6;
}

.art-explore-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.art-explore-1,
.art-explore-3,
.art-explore-4,
.art-explore-5 {
  aspect-ratio: 1;
}

.art-explore-2 {
  grid-row: 1 / span 2;
}

.art-explore-2 img {
  aspect-ratio: 0.71;
}

.art-explore-cta {
  margin: 24px auto 0;
  width: min(100%, 360px);
  height: 34px;
  background: #efefef;
  display: flex;
  align-items: center;
      justify-content: center;
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.art-study-center-section {
  background: #f2f2f2;
  padding: 18px 16px 32px;
}

.art-study-center-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.art-study-center-card {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  background: #dfe5e8;
}

.art-study-center-content {
  padding: 42px 34px 34px;
  color: #171717;
}

.art-study-center-content h2 {
  margin: 0;
  max-width: 320px;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 0.96;
}

.art-study-center-content p {
  margin: 18px 0 0;
  max-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.art-study-center-content .visit-accessibility-link {
  margin-top: 20px;
  padding: 9px 16px;
}

.art-study-center-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.7fr) minmax(160px, 0.4fr) minmax(220px, 0.55fr);
  gap: 24px;
  align-items: center;
  padding: 16px 18px;
  background: #ffffff;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.contact-row:nth-child(odd) {
  background: #f2f2f2;
}

.contact-row div:nth-child(1) {
  font-weight: 700;
}

.contact-row div:nth-child(2),
.contact-row div:nth-child(3) {
  font-weight: 500;
}

.visit-page {
  background: #ffffff;
  min-height: 100vh;
  padding: 0 0 56px;
}

.visit-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 56px 9%;
}

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

.visit-hero-overlay {
    position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 4%, rgba(0, 0, 0, 0.05) 52%);
  z-index: 1;
  }

.visit-header {
  position: absolute;
  top: 0;
    left: 0;
  right: 0;
  z-index: 4;
}

.visit-header .hero-logo {
  filter: brightness(0) invert(1);
}

.visit-header .top-nav a,
.visit-header .main-nav a {
  color: #ffffff;
}

.visit-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-family: 'Grumpy W05 Black36', serif;
  font-weight: 400;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 1;
}

.visit-hero-links {
  position: absolute;
  left: 0;
    right: 0;
  bottom: 0;
  z-index: 3;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 10px 16px;
}

.visit-hero-links a {
  text-decoration: none;
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.visit-page-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.visit-page h2 {
  margin: 0 0 10px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.visit-page-subtitle {
  margin: 0 0 28px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.visit-tickets {
  margin-top: 0;
  padding: 34px 0;
  background: #ecf4f7;
}

.visit-tickets-inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 32px;
}

.visit-tickets h3 {
  margin: 0 0 24px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.visit-tickets-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 28px;
  align-items: start;
}

.tickets-panel {
  display: grid;
  gap: 10px;
}

.ticket-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #f2f2f2;
  color: #111111;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ticket-row:nth-child(even) {
  background: #d8e9f6;
}

.ticket-note {
  font-weight: 500;
  color: #b4212f;
}

.ticket-link {
  margin-top: 10px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.ticket-link::before {
  content: '→';
  margin-right: 8px;
}

.tickets-panel button {
  margin-top: 8px;
  border: none;
  background: #16810b;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  cursor: pointer;
}

.ticket-media img {
  width: 100%;
  display: block;
  aspect-ratio: 1.84;
  object-fit: cover;
}

.ticket-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ticket-actions button {
  border: none;
  background: #f1f1f1;
  color: #171717;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 11px 10px;
  cursor: pointer;
}

.about-museum {
  background: #f5f5f5;
  padding: 34px 0 42px;
}

.about-museum h3 {
  margin: 0;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.about-museum-intro {
  max-width: 520px;
  margin: 14px 0 24px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.about-museum-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 14px;
}

.about-card {
  background: #efefef;
}

.about-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1.33;
}

.about-card-large img {
  aspect-ratio: 1.95;
}

.about-card-body {
  padding: 14px 16px 16px;
}

.about-card-body h4 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.about-card-body p {
  margin: 10px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.location-parking {
  background: #f5f5f5;
  padding: 34px 0 44px;
}

.location-parking h3 {
  margin: 0;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.location-parking-intro {
  max-width: 520px;
  margin: 14px 0 24px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.location-parking img {
  width: 100%;
  display: block;
}

.parking-information {
  background: #f5f5f5;
  padding: 22px 0 8px;
}

.parking-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 12px;
}

.parking-card {
  background: #efefef;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.parking-card img {
  width: 100%;
  display: block;
  height: 210px;
  object-fit: cover;
}

.parking-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.parking-card-body h4 {
  margin: 0 0 10px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.parking-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.parking-card:not(.parking-card-large) .parking-badges {
  grid-template-columns: 1fr;
}

.parking-badge {
  background: #e9e9e9;
  padding: 12px 10px;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 10px;
}

.parking-badge img {
  width: 26px;
  height: 26px;
  aspect-ratio: 1;
}

.parking-badge strong {
  display: block;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.parking-badge span {
  display: block;
  margin-top: 2px;
  color: #3a3a3a;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.parking-footer {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  align-items: start;
}

.parking-footer p {
  margin: 0 0 6px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.parking-footer h5 {
  margin: 0;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: 36px;
  font-weight: 400;
}

.parking-footer table {
  width: 100%;
  border-collapse: collapse;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

.parking-footer th,
.parking-footer td {
  text-align: left;
  padding: 7px 6px;
  border-bottom: 1px solid #d7d7d7;
}

.parking-footer th {
  font-weight: 500;
  color: #525252;
}

.parking-footer td:nth-child(2),
.parking-footer td:nth-child(3) {
  font-weight: 700;
}

.visit-collapsed-sections {
  background: #f5f5f5;
  padding: 0 0 34px;
}

.collapsed-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: #e9e9e9;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 18px;
  cursor: pointer;
}

.collapsed-row span:last-child {
  font-size: 18px;
}

.collapsed-arrow {
  display: inline-block;
  line-height: 1;
  transition: transform 0.18s ease;
}

.collapsed-arrow.is-open {
  transform: rotate(180deg);
}

.collapsed-row + .collapsed-row {
  margin-top: 8px;
}

.accordion-block {
  margin: 0;
}

.accordion-block + .accordion-block {
  margin-top: 8px;
}

.accordion-block > summary {
  list-style: none;
}

.accordion-block > summary::-webkit-details-marker {
  display: none;
}

.accordion-content {
  margin-top: 12px;
}

.transport-expanded {
  background: #e9e9e9;
  margin-top: 8px;
  padding: 16px 14px 18px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
}

.transport-expanded h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.transport-expanded p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.45;
}

.transport-expanded a {
  color: #b23d53;
  text-decoration: none;
}

.transport-expanded ul {
  margin: 0;
  padding-left: 22px;
}

.transport-expanded li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4;
}

.campus-expanded {
  padding: 10px 0 12px;
}

.campus-expanded-grid {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.campus-expanded-grid .campus-card {
  flex: 0 0 32%;
  min-width: 32%;
  scroll-snap-align: start;
}

.campus-card {
  background: #efefef;
}

.campus-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
}

.campus-card div {
  padding: 12px 14px 16px;
}

.campus-card h4 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.campus-card p {
  margin: 10px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.house-museums-section {
  background: #f5f5f5;
  padding: 26px 0 40px;
}

.house-museums-section h3 {
  margin: 0 0 20px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.house-museums-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.house-museum-card {
  background: #efefef;
}

.house-museum-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.house-museum-body {
  padding: 14px 16px 16px;
}

.house-museum-body h4 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.house-museum-body p {
  margin: 10px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.house-museum-actions {
  border-top: 1px solid #e3e3e3;
  padding: 12px 16px 14px;
}

.house-museum-actions .learn-more {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

.visit-dining-section {
  background: #f5f5f5;
  padding: 10px 0 44px;
}

.visit-dining-section h3 {
  margin: 0 0 18px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.visit-dining-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.visit-dining-card {
  background: #efefef;
}

.visit-dining-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #e6e6e6;
}

.visit-dining-card h4 {
  margin: 0;
  padding: 12px 14px 14px;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.group-visits-section {
  background: #dfe5e8;
  padding: 24px 0 52px;
}

.group-visits-section h3 {
  margin: 0 0 18px;
  color: #171717;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.group-visits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.group-main-card {
  background: #f3f3f3;
}

.group-main-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #e6e6e6;
}

.group-main-content {
  padding: 16px 16px 18px;
}

.group-main-content h4 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
}

.group-main-content p {
  margin: 10px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.group-label {
  margin: 0 0 8px;
  color: #5f5f5f;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.group-side-column {
  display: grid;
  gap: 12px;
}

.group-side-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #f3f3f3;
}

.group-side-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #e6e6e6;
}

.group-side-content {
  padding: 12px 12px 12px 14px;
}

.group-side-content h4 {
  margin: 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.group-side-content p {
  margin: 8px 0 0;
  color: #171717;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42;
}

.group-main-content .learn-more,
.group-side-content .learn-more {
  margin-top: 14px;
}

.visit-accessibility-section {
  background: #f5f5f5;
  padding: 0 0 56px;
}

.visit-accessibility-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #dfe5e8;
}

.visit-accessibility-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  display: block;
}

.visit-accessibility-content {
  padding: 52px 44px;
  color: #171717;
}

.visit-accessibility-content h3 {
  margin: 0;
  font-family: 'Grumpy W05 Black36', serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.visit-accessibility-content p {
  margin: 26px 0 0;
  max-width: 410px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.visit-accessibility-link {
  display: inline-block;
  margin-top: 30px;
  padding: 11px 18px;
  background: #f5f5f5;
  color: #171717;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .art-page {
    overflow-x: hidden;
  }

  .art-header-meta {
    display: none;
  }

  .art-header-main {
    padding: 10px;
  }

  .art-header-logo {
    width: 72px;
  }

  .art-header-main nav {
    display: none;
  }

  .art-header-main nav a {
    font-size: 9px;
  }

  .art-hero {
    min-height: 54vh;
    padding-bottom: 34px;
  }

  .art-hero h1 {
    margin: 0 0 16px 12px;
    font-size: clamp(40px, 12vw, 58px);
  }

  .art-hero-links {
    min-height: 38px;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    padding: 0 12px;
  }

  .art-hero-links a {
    font-size: 12px;
    white-space: nowrap;
  }

  .art-now-on-view {
    padding: 16px 10px 14px;
  }

  .art-now-on-view-inner,
  .art-coming-soon-inner,
  .art-explore-collection-inner,
  .art-study-center-inner {
    max-width: 100%;
  }

  .art-now-on-view h2,
  .art-coming-soon h2,
  .art-explore-collection h2,
  .art-study-center-content h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  .art-now-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .art-now-content {
    padding: 10px 10px 12px;
  }

  .art-now-grid .art-now-card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }

  .art-now-frida,
  .art-now-ernesto,
  .art-now-buddha,
  .art-now-louvre,
  .art-now-core,
  .art-now-peter {
    grid-column: auto;
    grid-row: auto;
  }

  .art-now-content h3 {
    font-size: 18px;
    line-height: 1.12;
  }

  .art-now-text {
    font-size: 13px;
    line-height: 1.38;
  }

  .art-now-note {
    font-size: 10px;
  }

  .art-now-date {
    font-size: 11px;
  }

  .art-now-continued {
    padding: 0 10px 14px;
  }

  .art-now-continued-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .art-now-continued-grid .art-now-card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }

  .art-more-project,
  .art-more-yayoi,
  .art-more-good-times,
  .art-more-view-all {
    grid-column: auto;
    grid-row: auto;
  }

  .art-more-view-all {
    min-height: 110px;
  }

  .art-more-view-all-link {
    font-size: 26px;
    gap: 10px;
  }

  .art-more-view-all-link span {
    font-size: 30px;
  }

  .art-coming-soon {
    padding: 16px 10px 20px;
  }

  .art-coming-soon-card {
    max-width: 100%;
  }

  .art-explore-collection {
    padding: 8px 10px 16px;
  }

  .art-explore-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .art-explore-grid .art-explore-item {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }

  .art-explore-2 {
    grid-row: auto;
  }

  .art-explore-item,
  .art-explore-1,
  .art-explore-2,
  .art-explore-3,
  .art-explore-4,
  .art-explore-5 {
    aspect-ratio: auto;
  }

  .art-explore-item img {
    aspect-ratio: 1.05;
    object-fit: cover;
  }

  .art-explore-cta {
    margin-top: 18px;
    height: 32px;
  }

  .art-study-center-section {
    padding: 14px 10px 20px;
  }

  .art-study-center-card {
    grid-template-columns: 1fr;
  }

  .art-study-center-content {
    padding: 18px 14px 16px;
  }

  .art-study-center-content h2 {
    max-width: none;
    font-size: clamp(28px, 8vw, 34px);
  }

  .art-study-center-content p {
    margin-top: 14px;
    font-size: 14px;
    max-width: none;
  }

  .art-study-center-content .visit-accessibility-link {
    margin-top: 18px;
  }

  .art-study-center-card img {
    min-height: 0;
    height: auto;
  }

  .sticky-header-meta {
    display: none;
  }

  .sticky-header-main {
    padding-inline: 10px;
  }

  .sticky-header-main nav {
    gap: 12px;
  }

  .sticky-header-main nav a {
    font-size: 9px;
  }

  .hero-logo {
    margin-left: 0;
  }

  .hero-header {
    padding: 18px 16px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .hero-nav-group {
    display: none;
  }

  .top-nav,
  .main-nav {
    gap: 16px;
    flex-wrap: wrap;
  }

  .main-nav a {
    font-size: 14px;
  }

  .sticky-header-main nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #212121;
    border-radius: 999px;
    background: #f0f0f0;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1;
    padding: 0;
  }

  .hero-header .mobile-menu-toggle {
    background: transparent;
  }

  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f0f0f0;
    z-index: 1400;
    padding: 14px 18px 18px;
    border-bottom: 1px solid #d8d8d8;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .mobile-menu-logo {
    width: 132px;
    height: auto;
    filter: brightness(0);
  }

  .mobile-menu-close {
    width: 50px;
    height: 50px;
    border: 1px solid #212121;
    border-radius: 999px;
    background: #f0f0f0;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1;
    padding: 0;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 8px;
  }

  .mobile-menu-nav a {
    color: #202125;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05;
  }

  .hero-copy {
    left: 16px;
    right: 16px;
    bottom: 7%;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .now-on-view {
    padding: 36px 16px 42px;
  }

  .section-head {
    margin-bottom: 18px;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .cards-grid,
  .events-grid,
  .shop-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .cards-grid .view-card,
  .events-grid .event-card,
  .shop-grid .shop-card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }

  .view-card h3 {
    font-size: 21px;
  }

  .special-event {
    padding: 36px 16px 44px;
  }

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

  .special-event-copy {
    padding: 22px 18px 26px;
  }

  .special-event-copy h3 {
    font-size: 26px;
  }

  .event-date,
  .event-text {
    font-size: 14px;
  }

  .upcoming-events {
    padding: 36px 16px 44px;
  }

  .now-on-view .section-controls button,
  .upcoming-events .section-controls button,
  .mfah-shop .section-controls button {
    display: none;
  }

  .event-content h3 {
    font-size: 22px;
  }

  .explore-collection {
    padding: 36px 16px 44px;
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .collection-item.item-1,
  .collection-item.item-2,
  .collection-item.item-3,
  .collection-item.item-4,
  .collection-item.item-5,
  .collection-item.item-6,
  .collection-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .collection-item img {
    aspect-ratio: 1;
  }

  .collection-cta p {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .elevate-visit {
    padding: 36px 16px 44px;
  }

  .visit-grid {
    grid-template-columns: 1fr;
  }

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

  .visit-card-content h3 {
    font-size: 26px;
  }

  .visit-card-large .visit-card-content h3 {
    font-size: 26px;
  }

  .mfah-shop {
    padding: 36px 16px 44px;
  }

  .shop-grid {
    gap: 16px;
  }

  .shop-card h3 {
    font-size: 24px;
  }

  .shop-title img {
    width: 95px;
  }

  .shop-title span {
    font-size: 44px;
  }

  .site-footer {
    padding: 40px 16px 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 0 20px;
  }

  .footer-contact,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding-inline: 0;
  }

  .footer-bottom-left {
    justify-self: auto;
  }

  .footer-bottom-right {
    justify-self: auto;
    white-space: nowrap;
  }

  .footer-bottom-center {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
  }

  .footer-contact h3 {
    font-size: 18px;
  }

  .footer-links-grid h4 {
    font-size: 18px;
  }

  .contact-page {
    padding: 24px 16px 36px;
  }

  .contact-page h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 12px;
    font-size: 14px;
  }

  .visit-page {
    padding: 0 0 36px;
  }

  .visit-hero {
    min-height: 48vh;
    padding: 0 0 62px 16px;
  }

  .visit-hero-links {
    justify-content: flex-start;
    gap: 14px;
    padding: 10px 12px;
  }

  .visit-hero-links a {
    font-size: 12px;
  }

  .visit-page-inner {
    padding: 24px 16px 0;
  }

  .visit-tickets {
    margin-top: 24px;
    padding: 18px 0;
  }

  .visit-tickets-inner {
    padding: 0 12px;
  }

  .visit-tickets-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ticket-actions {
    grid-template-columns: 1fr;
  }

  .about-museum {
    padding: 24px 0 28px;
  }

  .about-museum-grid {
    grid-template-columns: 1fr;
  }

  .about-card-body h4 {
    font-size: 28px;
  }

  .location-parking {
    padding: 24px 0 28px;
  }

  .parking-info-head h3 {
    font-size: 32px;
  }

  .parking-cards {
    grid-template-columns: 1fr;
  }

  .parking-card img {
    height: auto;
    aspect-ratio: 2.1;
  }

  .parking-badges {
    grid-template-columns: 1fr;
  }

  .parking-footer {
    grid-template-columns: 1fr;
  }

  .parking-footer h5 {
    font-size: 30px;
  }

  .visit-collapsed-sections {
    padding-bottom: 24px;
  }

  .collapsed-row {
    font-size: 18px;
    padding: 12px 14px;
  }

  .collapsed-row span:last-child {
    font-size: 15px;
  }

  .transport-expanded h4,
  .transport-expanded p,
  .transport-expanded li {
    font-size: 14px;
  }

  .campus-card img {
    height: 220px;
  }

  .campus-expanded-grid .campus-card {
    flex: 0 0 84%;
    min-width: 84%;
  }

  .house-museums-section {
    padding: 20px 0 28px;
  }

  .house-museums-grid {
    grid-template-columns: 1fr;
  }

  .house-museum-card img {
    height: 290px;
  }

  .house-museum-body h4 {
    font-size: 26px;
  }

  .visit-dining-section {
    padding: 8px 0 28px;
  }

  .visit-dining-grid {
    grid-template-columns: 1fr;
  }

  .visit-dining-card img {
    height: auto;
  }

  .visit-dining-card h4 {
    font-size: 22px;
  }

  .group-visits-section {
    padding: 12px 0 28px;
  }

  .group-visits-layout {
    grid-template-columns: 1fr;
  }

  .group-main-card img {
    height: auto;
  }

  .group-main-content h4 {
    font-size: 24px;
  }

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

  .group-side-card img {
    height: auto;
  }

  .group-side-content h4 {
    font-size: 20px;
  }

  .visit-accessibility-section {
    padding-bottom: 32px;
  }

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

  .visit-accessibility-card img {
    min-height: 0;
    height: auto;
  }

  .visit-accessibility-content {
    padding: 26px 18px 30px;
  }

  .visit-accessibility-content p {
    margin-top: 14px;
    font-size: 14px;
  }

  .visit-accessibility-link {
    margin-top: 18px;
  }
}
