@font-face {
  font-family: "Italiana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/italiana.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/dm-sans-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 550 700;
  font-display: swap;
  src: url("assets/dm-sans-semibold.ttf") format("truetype");
}
:root {
  --ink: #1c2c25;
  --forest: #14231f;
  --paper: #f7f5ef;
  --muted: #5e655b;
  --gold: #e4c28a;
  --line: #dcded3;
  --serif: "Italiana", "Bodoni MT", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
select,
summary {
  cursor: pointer;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,
h2,
h3,
p {
  margin: 0;
}
::selection {
  color: var(--forest);
  background: var(--gold);
}
:focus-visible {
  outline: 3px solid #ad782e;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 15px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 108px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 1.9px;
}
.tiny-star {
  color: #8b774f;
  font-size: 22px;
  font-weight: 400;
}
.section-title {
  font: 400 clamp(42px, 4.4vw, 66px)/1.06 var(--serif);
  letter-spacing: -1.3px;
  margin-top: 21px;
}
.section-title em {
  color: #7c806d;
  font-style: normal;
}
.button {
  min-height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 17px 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button > span:last-child:not(:first-child) {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  color: var(--forest);
  background: var(--gold);
}
.button-gold:hover {
  background: #f1d8af;
  box-shadow: 0 5px 25px #0002;
}
.button-dark {
  color: white;
  background: var(--forest);
}
.button-dark:hover {
  background: #30483b;
}
.button-small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 11px;
  gap: 22px;
}
.button-outline {
  color: #fff;
  border-color: #ffffff6b;
  background: #ffffff08;
}
.button-outline:hover {
  background: #ffffff19;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 44px;
  padding: 10px 0;
  border-bottom: 1px solid #969c8c;
  font-size: 12px;
  font-weight: 600;
  background: none;
}
.text-link:hover {
  color: #8a6131;
  border-color: #8a6131;
}
.text-link > span:last-child:not(:first-child) {
  font-size: 21px;
}
.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 108px;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid #ffffff26;
  color: #fff;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 400 26px/0.9 var(--serif);
  letter-spacing: 2px;
  white-space: nowrap;
}
.wordmark svg {
  width: 45px;
  color: var(--gold);
}
.wordmark small {
  display: block;
  margin-top: 9px;
  font: 500 7px/1.2 var(--sans);
  letter-spacing: 1.65px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
}
.desktop-nav a {
  padding-block: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffffe6;
  position: relative;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--gold);
  inset: auto 100% 5px 0;
  transition: right 0.2s;
}
.desktop-nav a:hover::after {
  right: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.language-picker {
  display: flex;
  align-items: center;
  gap: 5px;
}
.language-picker svg {
  width: 15px;
  height: 15px;
}
.language-picker select {
  min-height: 44px;
  padding: 5px 4px;
  border: 0;
  color: white;
  background: transparent;
  font-size: 11px;
}
.language-picker option {
  color: var(--ink);
  background: var(--paper);
}
.menu-toggle {
  display: none;
  background: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.menu-toggle span {
  width: 23px;
  height: 1px;
  background: white;
  transition: transform 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--forest);
  padding: 20px 28px 30px;
  border-bottom: 1px solid #ffffff30;
}
.mobile-nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff14;
}
.hero {
  position: relative;
  min-height: 820px;
  min-height: max(820px, 100svh);
  overflow: hidden;
  background: #152022;
  color: white;
  isolation: isolate;
}
.hero-image,
.hero-shade,
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-image {
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 57%;
  animation: cinematic 18s ease-out both;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      #0b191deb 0%,
      #112125bf 31%,
      #13252b33 68%,
      #1225271a 100%
    ),
    linear-gradient(0deg, #0d1b22db 0%, #0e182800 48%, #0b172670 100%);
}
.hero-grain {
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content {
  padding-top: clamp(175px, 21vh, 235px);
  padding-bottom: 145px;
}
.hero-eyebrow {
  font-size: 9px;
  color: #e1d9c8;
  margin-bottom: 28px;
  letter-spacing: 2.4px;
}
.hero-eyebrow > span:first-child {
  width: 25px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font: 400 clamp(67px, 7.5vw, 112px)/0.99 var(--serif);
  letter-spacing: -2.7px;
}
.hero h1 > span,
.hero h1 > em {
  display: block;
}
.hero h1 em {
  color: var(--gold);
  font-style: normal;
  padding-top: 4px;
}
.hero-description {
  max-width: 360px;
  font-size: 13px;
  line-height: 1.9;
  color: #e0e3de;
  margin-top: 29px;
}
.hero-cta {
  margin-top: 28px;
}
.hero-caption {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #c2cbc4;
  font-size: 9px;
  margin-top: 18px;
}
.hero-caption svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--gold);
}
.hero-bottom {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff30;
  padding-top: 25px;
  gap: 24px;
  font-size: 8px;
  letter-spacing: 1.8px;
}
.hero-chapter {
  display: flex;
  gap: 18px;
}
.hero-chapter > span:first-child {
  color: var(--gold);
}
.scroll-cue {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 28px;
}
.scroll-cue > span:last-child {
  display: grid;
  place-items: center;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  font-size: 17px;
}
.hero-photo-note {
  color: #b6c2bf;
}
.booking-strip {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.65fr auto;
  align-items: center;
  gap: 24px;
  padding-block: 35px;
  border-bottom: 1px solid var(--line);
}
.booking-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: var(--muted);
}
.booking-heading h2 {
  margin-top: 7px;
  font: 400 28px/1.1 var(--serif);
}
.booking-field {
  border-left: 1px solid var(--line);
  padding-left: 25px;
  min-width: 0;
}
.booking-field label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.booking-field label > span:first-child {
  font-size: 17px;
  line-height: 1;
}
.booking-field input,
.booking-field select {
  width: 100%;
  min-height: 36px;
  padding: 8px 0 0;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--ink);
}
.booking-strip .button {
  padding-inline: 22px;
  gap: 17px;
}
.strip-error {
  grid-column: 1 / -1;
}
.field-error {
  color: #a73323;
  font-size: 12px;
  line-height: 1.6;
}
.field-error:empty {
  display: none;
}
.intro-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px 100px;
}
.intro-copy {
  padding-top: 47px;
}
.intro-copy p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  max-width: 465px;
}
.intro-copy .text-link {
  margin-top: 21px;
}
.museum-facts {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  padding-top: 35px;
}
.museum-facts > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
}
.museum-facts > div:first-child {
  align-items: flex-start;
  padding-left: 0;
}
.museum-facts > div:last-child {
  border: 0;
}
.museum-facts strong {
  font: 400 45px/1 var(--serif);
  letter-spacing: -1px;
}
.museum-facts strong span {
  font-size: 29px;
}
.museum-facts > div > span {
  font-size: 10px;
  color: var(--muted);
}
.fact-last svg {
  width: 42px;
  height: 42px;
  color: #8a795a;
}
.art-section {
  padding-top: 90px;
  background: #eaece3;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}
.section-aside {
  max-width: 280px;
  font-size: 13px;
  line-height: 1.85;
  padding-bottom: 8px;
  color: var(--muted);
}
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.art-card:nth-child(2) {
  padding-top: 55px;
}
.art-image {
  position: relative;
  height: 380px;
  overflow: hidden;
  background: #777c6f;
}
.art-image::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, #09140e99, transparent 35%);
  pointer-events: none;
}
.art-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.art-card:hover img {
  transform: scale(1.045);
}
.mona-image img {
  object-position: 50% 32%;
}
.nike-image img {
  object-position: 50% 27%;
}
.venus-image img {
  object-position: 50% 24%;
}
.art-number {
  position: absolute;
  left: 17px;
  top: 17px;
  border: 1px solid #ffffff85;
  border-radius: 50%;
  color: white;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  font-size: 9px;
  background: #18221b38;
}
.art-location {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 19px;
  left: 21px;
  right: 15px;
  font-size: 8px;
  letter-spacing: 1.3px;
  line-height: 1.6;
}
.art-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 22px;
}
.art-details p {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 1.6px;
  font-weight: 600;
}
.art-details h3 {
  font: 400 31px/1.2 var(--serif);
  margin-top: 6px;
}
.art-details > span {
  font-size: 25px;
}
.art-description {
  margin-top: 9px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.collection-note {
  text-align: center;
  margin-top: 44px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.ticket-section {
  background: var(--forest);
  color: #f5f4ec;
  position: relative;
  overflow: hidden;
}
.ticket-section::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 20px;
  width: 650px;
  height: 650px;
  border: 1px solid #c3d0bb10;
  transform: rotate(45deg);
  pointer-events: none;
}
.ticket-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 115px;
}
.ticket-intro > .eyebrow {
  color: #d3c4a6;
}
.ticket-intro .tiny-star {
  color: var(--gold);
}
.ticket-intro .section-title {
  font-size: clamp(58px, 5.5vw, 80px);
}
.ticket-intro .section-title em {
  color: var(--gold);
}
.ticket-intro > p:not(.eyebrow) {
  color: #b3beb4;
  font-size: 13px;
  line-height: 1.9;
  max-width: 360px;
  margin-top: 27px;
}
.ticket-perks {
  margin-top: 32px;
}
.ticket-perks > div {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.ticket-perks > div > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #a1b29944;
  font-size: 9px;
  color: var(--gold);
}
.ticket-perks p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ticket-perks strong {
  font-size: 12px;
  font-weight: 500;
}
.ticket-perks p span {
  color: #aab8ab;
  font-size: 11px;
  line-height: 1.8;
  max-width: 330px;
}
.ticket-card {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px;
  overflow: hidden;
}
.ticket-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6px;
  background: #e6e7dd;
  gap: 4px;
}
.ticket-tabs button {
  min-height: 47px;
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
  background: none;
  border-radius: 2px;
  line-height: 1.4;
}
.ticket-tabs button.active {
  background: var(--paper);
  box-shadow: 0 2px 8px #13201a0a;
}
.ticket-tabs button:hover:not(.active) {
  background: #f7f5ef60;
}
.rate-selector {
  padding: 22px 35px 0;
}
.rate-selector label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rate-selector select {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  border: 1px solid #bac1b1;
  border-radius: 2px;
  padding: 8px;
  color: var(--ink);
  background: transparent;
  font-size: 11px;
}
.rate-selector p {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
  margin-top: 9px;
}
.rates-section {
  padding-bottom: 0;
}
.rates-section .section-title {
  font-size: clamp(35px, 4vw, 52px);
}
.rates-intro {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 20px 0 28px;
}
.rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}
.rates-table th,
.rates-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.rates-table th:first-child {
  padding-left: 0;
  width: 27%;
}
.rates-table thead {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rates-table th {
  font-weight: 550;
}
.rates-table td:nth-child(2) {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.rates-table td:last-child {
  color: var(--muted);
  padding-right: 0;
}
.rates-section .text-link {
  margin-top: 22px;
}
.rates-notice {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
  margin-top: 18px;
}
.modal-rate {
  margin-top: 17px;
}
.ticket-card-content {
  padding: 35px;
}
.ticket-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.ticket-card-top .eyebrow {
  font-size: 8px;
  color: #62694f;
  letter-spacing: 1.5px;
}
.ticket-card-top svg {
  width: 43px;
  flex-shrink: 0;
  color: #9b875e;
}
.ticket-card h3 {
  font: 400 38px/1.13 var(--serif);
  margin-top: 17px;
}
.ticket-description {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 12px;
  color: var(--muted);
}
.ticket-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 23px;
  font-size: 11px;
  color: var(--muted);
}
.ticket-price strong {
  color: var(--ink);
  font-size: 44px;
  font-weight: 450;
  letter-spacing: -2px;
}
.demo-price {
  color: var(--muted);
  font-size: 9px;
  margin-top: 7px;
  line-height: 1.6;
}
.ticket-divider {
  border-bottom: 1px dashed #b9bdae;
  margin: 24px -35px;
  position: relative;
}
.ticket-divider::before,
.ticket-divider::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--forest);
}
.ticket-divider::before {
  left: -9px;
}
.ticket-divider::after {
  right: -9px;
}
.ticket-inclusions {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.ticket-inclusions li {
  display: flex;
  gap: 11px;
  font-size: 11px;
  line-height: 1.6;
  margin: 12px 0;
}
.ticket-inclusions li::before {
  content: "✓";
  color: #586d43;
}
.ticket-card .button {
  width: 100%;
  justify-content: space-between;
}
.ticket-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 8px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
}
.ticket-disclaimer svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.visit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.visit-info .section-title {
  font-size: clamp(40px, 4vw, 58px);
}
.visit-detail {
  display: flex;
  gap: 18px;
  margin-top: 32px;
}
.visit-detail svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  color: #807251;
}
.visit-detail h3 {
  font-size: 12px;
  font-weight: 600;
}
.visit-detail p {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 9px;
  max-width: 350px;
}
.visit-detail .text-link {
  font-size: 10px;
  min-height: 32px;
  padding: 4px 0;
  gap: 15px;
  margin-top: 7px;
}
.faq-list {
  padding-top: 9px;
}
.faq-list > .eyebrow {
  margin-bottom: 18px;
  font-size: 8px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  padding: 23px 30px 23px 0;
  list-style: none;
  font-size: 12px;
  font-weight: 550;
  position: relative;
  line-height: 1.7;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 24px;
  color: #707661;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details p {
  padding: 0 22px 24px 0;
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
}
.official-info {
  margin-top: 22px;
  font-size: 10px;
}
.closing-section {
  position: relative;
  text-align: center;
  padding: 96px 0 55px;
  background: #e7e9df;
  overflow: hidden;
  isolation: isolate;
}
.closing-section::before,
.closing-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 590px;
  height: 590px;
  border: 1px solid #bec4b3;
  transform: rotate(45deg);
  top: 180px;
}
.closing-section::before {
  left: calc(50% - 390px);
}
.closing-section::after {
  left: calc(50% - 200px);
}
.closing-section .eyebrow {
  justify-content: center;
  font-size: 8px;
}
.closing-section h2 {
  font: 400 clamp(50px, 6vw, 83px)/1.05 var(--serif);
  letter-spacing: -1.4px;
  margin: 23px 0 29px;
}
.closing-section h2 em {
  color: #7c806d;
  font-style: normal;
}
.closing-coordinate {
  display: block;
  font-size: 7px;
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 65px;
}
.site-footer {
  background: var(--forest);
  color: #f7f5ef;
  padding: 48px 0 22px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 40px;
}
.footer-top .wordmark {
  display: block;
  font-size: 30px;
}
.footer-top p {
  color: #b7c0b5;
  font-size: 11px;
}
.footer-links {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 10px;
}
.footer-links button {
  padding: 13px 0;
  color: #d5dacd;
  background: none;
  font-size: 10px;
}
.footer-links a:hover,
.footer-links button:hover {
  color: var(--gold);
}
.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 25px;
  padding-bottom: 22px;
  font-size: 10px;
  color: #d3dacb;
}
.policy-links button,
.policy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font: inherit;
  color: inherit;
  background: none;
  padding: 8px 0;
}
.policy-links button:hover,
.policy-links a:hover {
  color: var(--gold);
}
#policy-dialog {
  width: min(650px, calc(100% - 32px));
}
#policy-content h3 {
  font-size: 14px;
  line-height: 1.6;
  margin: 24px 0 9px;
}
#policy-content p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
#policy-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
#policy-content button {
  margin-top: 18px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #ffffff1c;
  padding-top: 23px;
  color: #a9b3a8;
  font-size: 8px;
  line-height: 1.9;
}
.footer-bottom > span {
  flex-shrink: 0;
}
.mobile-booking {
  display: none;
}
dialog {
  width: min(500px, calc(100% - 32px));
  max-height: calc(100svh - 40px);
  border: 0;
  border-radius: 5px;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 25px 100px #0003;
}
dialog::backdrop {
  background: #081712b8;
  backdrop-filter: blur(6px);
}
.dialog-inner {
  padding: 36px;
  position: relative;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 10px;
  height: 44px;
  width: 44px;
  background: none;
  color: var(--muted);
  font-size: 30px;
  font-weight: 400;
}
.dialog-inner > .eyebrow {
  font-size: 8px;
  padding-right: 25px;
}
.dialog-inner h2 {
  font: 400 43px/1.15 var(--serif);
  margin-top: 16px;
}
.dialog-inner > p:not(.eyebrow):not(.dialog-disclaimer) {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 15px;
}
#booking-form {
  margin-top: 24px;
}
#booking-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
}
#booking-form input,
#booking-form select {
  display: block;
  width: 100%;
  min-height: 46px;
  border: 1px solid #bdc3b4;
  border-radius: 2px;
  background: #fff9;
  padding: 10px 12px;
  color: var(--ink);
  font-size: 13px;
}
.dialog-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 17px;
}
.time-note {
  font-size: 9px;
  color: var(--muted);
  margin: 11px 0;
  line-height: 1.6;
}
.order-summary {
  padding: 20px;
  background: #eaece3;
  margin-block: 20px;
  border-radius: 2px;
}
.order-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  line-height: 1.7;
}
.order-summary > div > span:last-child {
  flex-shrink: 0;
}
.order-summary .summary-total {
  border-top: 1px solid #ced2c4;
  margin-top: 15px;
  padding-top: 15px;
  align-items: center;
}
.summary-total strong {
  font-size: 24px;
  font-weight: 500;
}
.order-summary p {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.dialog-inner .button {
  width: 100%;
  gap: 15px;
  justify-content: space-between;
}
.dialog-disclaimer {
  margin-top: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}
.confirmation-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 23px auto 18px;
  border: 1px solid #869176;
  border-radius: 50%;
  font-size: 23px;
}
#booking-confirmation {
  text-align: center;
}
#booking-confirmation h3 {
  font: 400 32px/1.2 var(--serif);
}
#confirmation-details {
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.8;
}
.confirmation-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 20px 0;
}
#edit-plan {
  margin-top: 13px;
}
.credits-list {
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.8;
}
.credits-list li {
  margin-top: 19px;
}
.credits-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credits-list span {
  color: var(--muted);
  font-size: 11px;
}
.noscript-note {
  position: fixed;
  bottom: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 20px;
  width: 100%;
  z-index: 50;
  font-size: 13px;
}
.noscript-note a {
  text-decoration: underline;
}
.reveal {
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.pending {
  opacity: 0;
  transform: translateY(22px);
}
@keyframes cinematic {
  from {
    transform: scale(1.075);
  }
  to {
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .hero-content {
    padding-top: 23vh;
  }
  .hero-image img {
    object-position: center 58%;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 72px);
  }
  .site-header {
    padding-inline: 36px;
    gap: 20px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-actions {
    gap: 16px;
  }
  .wordmark {
    font-size: 27px;
    gap: 9px;
  }
  .wordmark svg {
    width: 36px;
  }
  .wordmark small {
    font-size: 6px;
  }
  .booking-strip {
    gap: 17px;
    grid-template-columns: 1.1fr 0.8fr 0.6fr auto;
  }
  .booking-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .booking-heading h2 {
    font-size: 23px;
  }
  .booking-field {
    padding-left: 17px;
  }
  .booking-strip .button {
    padding-inline: 15px;
    font-size: 10px;
    gap: 15px;
  }
  .intro-section {
    gap: 50px;
  }
  .ticket-layout,
  .visit-section {
    gap: 60px;
  }
  .art-image {
    height: 340px;
  }
  .art-details h3 {
    font-size: 27px;
  }
  .ticket-card-content {
    padding: 29px;
  }
  .ticket-divider {
    margin-inline: -29px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .site-header {
    height: 90px;
  }
  .hero {
    min-height: 790px;
  }
  .hero h1 {
    font-size: 86px;
  }
  .hero-content {
    padding-top: 175px;
  }
  .hero-photo-note {
    display: none;
  }
  .booking-strip {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
  }
  .booking-heading {
    grid-column: 1/-1;
  }
  .booking-heading h2 {
    font-size: 30px;
  }
  .booking-field:first-of-type {
    border: 0;
  }
  .booking-field {
    padding-left: 0;
    border: 0;
  }
  .booking-strip .button {
    font-size: 11px;
  }
  .section-space {
    padding-block: 80px;
  }
  .intro-section {
    gap: 42px;
  }
  .intro-copy {
    padding-top: 26px;
  }
  .intro-copy p {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .art-grid {
    gap: 20px;
  }
  .art-image {
    height: 300px;
  }
  .art-details h3 {
    font-size: 23px;
  }
  .art-details p {
    font-size: 7px;
  }
  .art-location {
    font-size: 7px;
    left: 13px;
  }
  .art-description {
    font-size: 10px;
  }
  .ticket-layout {
    gap: 35px;
  }
  .ticket-card-content {
    padding: 23px;
  }
  .ticket-divider {
    margin-inline: -23px;
  }
  .ticket-card h3 {
    font-size: 32px;
  }
  .ticket-card-top svg {
    width: 30px;
  }
  .ticket-intro .section-title {
    font-size: 58px;
  }
  .visit-section {
    gap: 40px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top p {
    font-size: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 25px;
  }
  .container {
    width: calc(100% - 44px);
  }
  .site-header {
    height: 82px;
    padding-inline: 22px;
    gap: 10px;
  }
  .wordmark {
    font-size: 22px;
    letter-spacing: 1.4px;
  }
  .wordmark svg {
    width: 35px;
  }
  .wordmark small {
    font-size: 5.5px;
    letter-spacing: 1.2px;
    margin-top: 7px;
  }
  .header-actions {
    gap: 10px;
  }
  .header-book {
    display: none;
  }
  .hero {
    min-height: 790px;
    min-height: max(790px, 98svh);
  }
  .hero-image img {
    object-position: 50% 50%;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #0c1c22b8, #0e1b2240),
      linear-gradient(
        0deg,
        #0c1a21 0%,
        #0c19208c 21%,
        #13202b25 58%,
        #0d1b2499 100%
      );
  }
  .hero-content {
    padding-top: 159px;
    padding-bottom: 150px;
  }
  .hero-eyebrow {
    font-size: 7px;
    letter-spacing: 1.7px;
    gap: 10px;
    margin-bottom: 27px;
  }
  .hero-eyebrow > span:first-child {
    width: 17px;
  }
  .hero h1 {
    font-size: clamp(57px, 13.4vw, 83px);
    letter-spacing: -1.6px;
    line-height: 1.05;
  }
  .hero-description {
    max-width: 290px;
    font-size: 12px;
    line-height: 1.9;
    margin-top: 26px;
  }
  .hero-cta {
    margin-top: 28px;
    min-height: 55px;
    font-size: 11px;
    padding-inline: 21px;
    gap: 30px;
  }
  .hero-caption {
    max-width: 285px;
    font-size: 8px;
    line-height: 1.8;
  }
  .hero-bottom {
    bottom: 30px;
    padding-top: 22px;
    gap: 14px;
    font-size: 6px;
    letter-spacing: 1.2px;
  }
  .hero-chapter {
    gap: 10px;
    max-width: 200px;
    line-height: 1.8;
  }
  .scroll-cue {
    gap: 9px;
  }
  .scroll-cue > span:first-child {
    max-width: 54px;
    line-height: 1.8;
  }
  .scroll-cue > span:last-child {
    width: 28px;
    height: 28px;
  }
  .booking-strip {
    grid-template-columns: 1fr 1fr;
    padding-block: 28px;
    gap: 23px 20px;
  }
  .booking-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .booking-heading h2 {
    font-size: 30px;
  }
  .booking-field {
    border: 1px solid #cfd3c6;
    padding: 12px 14px 7px;
    border-radius: 2px;
  }
  .booking-field label {
    font-size: 7px;
  }
  .booking-field input,
  .booking-field select {
    font-size: 12px;
    min-width: 0;
    max-width: 100%;
  }
  .booking-strip > .button {
    grid-column: 1/-1;
    min-height: 50px;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .section-space {
    padding-block: 65px;
  }
  .intro-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .section-title {
    font-size: clamp(39px, 10vw, 52px);
    margin-top: 17px;
    letter-spacing: -1px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .intro-copy {
    padding-top: 0;
  }
  .intro-copy p {
    font-size: 13px;
  }
  .intro-copy .text-link {
    margin-top: 12px;
  }
  .text-link {
    font-size: 11px;
  }
  .museum-facts {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
    padding-top: 28px;
  }
  .museum-facts > div {
    padding: 0 12px;
    text-align: center;
  }
  .museum-facts > div:first-child {
    align-items: center;
    padding-left: 12px;
  }
  .museum-facts > div:nth-child(2) {
    border: 0;
  }
  .museum-facts strong {
    font-size: 39px;
  }
  .museum-facts > div > span {
    font-size: 9px;
  }
  .fact-last svg {
    width: 37px;
    height: 37px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 28px;
  }
  .section-aside {
    max-width: 320px;
    font-size: 12px;
    padding: 0;
  }
  .art-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .art-card:nth-child(2) {
    padding: 0;
  }
  .art-image {
    height: 410px;
    height: clamp(320px, 100vw, 500px);
  }
  .mona-image img {
    object-position: 50% 24%;
  }
  .nike-image img {
    object-position: 50% 26%;
  }
  .venus-image img {
    object-position: 50% 21%;
  }
  .art-number {
    top: 18px;
    left: 18px;
    width: 33px;
    height: 33px;
  }
  .art-location {
    font-size: 8px;
    left: 20px;
  }
  .art-details {
    padding-top: 18px;
  }
  .art-details h3 {
    font-size: 32px;
  }
  .art-details p {
    font-size: 8px;
  }
  .art-description {
    font-size: 11px;
  }
  .collection-note {
    font-size: 9px;
    margin-top: 30px;
    text-align: left;
  }
  .ticket-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .ticket-intro .section-title {
    font-size: 65px;
  }
  .ticket-intro > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 12px;
  }
  .ticket-perks {
    margin-top: 24px;
  }
  .ticket-perks > div {
    gap: 16px;
    margin-top: 20px;
  }
  .ticket-card-content {
    padding: 28px;
  }
  .rate-selector {
    padding-inline: 28px;
  }
  .rates-section {
    padding-bottom: 0;
  }
  .rates-table th,
  .rates-table td {
    padding: 13px 8px;
    font-size: 10px;
  }
  .rates-table th:first-child {
    width: 28%;
  }
  .rates-table td:nth-child(2) {
    white-space: normal;
    font-size: 12px;
    min-width: 55px;
  }
  .rates-table thead {
    font-size: 8px;
  }
  .policy-links {
    gap: 0 17px;
    font-size: 9px;
  }
  .ticket-card h3 {
    font-size: 36px;
  }
  .ticket-card-top svg {
    width: 40px;
  }
  .ticket-divider {
    margin-inline: -28px;
  }
  .ticket-tabs button {
    font-size: 10px;
  }
  .ticket-inclusions li {
    font-size: 11px;
  }
  .ticket-card .button {
    font-size: 11px;
  }
  .visit-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .visit-info .section-title {
    font-size: 43px;
  }
  .visit-detail {
    gap: 15px;
    margin-top: 25px;
  }
  .visit-detail p {
    font-size: 12px;
  }
  .faq-list {
    padding: 0;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .closing-section {
    padding: 65px 0 35px;
  }
  .closing-section h2 {
    font-size: 53px;
  }
  .closing-section .eyebrow {
    font-size: 6px;
    letter-spacing: 1.5px;
  }
  .closing-coordinate {
    margin-top: 45px;
    font-size: 6px;
  }
  .site-footer {
    padding: 40px 0 110px;
  }
  .footer-top {
    gap: 20px;
    padding-bottom: 25px;
  }
  .footer-top > p {
    width: 100%;
    order: 1;
  }
  .footer-links {
    gap: 12px;
    font-size: 9px;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-links button {
    font-size: 9px;
    padding: 5px 0;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .mobile-booking {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    gap: 15px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    background: #14231ff7;
    color: white;
    box-shadow: 0 -3px 15px #0002;
    transform: translateY(120%);
    transition: transform 0.3s;
  }
  .mobile-booking.visible {
    transform: translateY(0);
  }
  .mobile-booking > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-booking > div > span {
    font-size: 11px;
  }
  .mobile-booking small {
    font-size: 8px;
    color: #bdc5b7;
  }
  .mobile-booking .button {
    min-height: 43px;
    font-size: 10px;
    gap: 16px;
    padding: 12px 15px;
  }
  .dialog-inner {
    padding: 30px 24px 24px;
  }
  .dialog-inner h2 {
    font-size: 38px;
  }
  .dialog-fields {
    gap: 12px;
  }
  #booking-form input,
  #booking-form select {
    min-width: 0;
    padding-inline: 8px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 36px);
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-eyebrow {
    letter-spacing: 1px;
  }
  .ticket-card-content {
    padding: 22px;
  }
  .ticket-divider {
    margin-inline: -22px;
  }
  .ticket-card h3 {
    font-size: 31px;
  }
  .mobile-booking {
    padding-inline: 13px;
    gap: 8px;
  }
  .mobile-booking .button {
    padding-inline: 12px;
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.pending {
    opacity: 1;
    transform: none;
  }
}
