:root {
  color-scheme: light;
  --ink: #18201b;
  --muted: #657067;
  --paper: #f7f4ec;
  --mist: #edf1e8;
  --leaf: #1f6b4a;
  --moss: #78955a;
  --clay: #b06d45;
  --sky: #98c7c9;
  --line: rgba(24, 32, 27, 0.14);
  --glass-line: rgba(31, 107, 74, 0.17);
  --glass-edge: rgba(255, 255, 255, 0.78);
  --glass-panel: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(241, 248, 235, 0.56) 54%,
    rgba(231, 244, 240, 0.5) 100%
  );
  --glass-warm: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.68) 0%,
    rgba(250, 247, 236, 0.58) 48%,
    rgba(235, 244, 232, 0.52) 100%
  );
  --glass-blur: blur(18px) saturate(1.16);
  --review-glass-blur: blur(16px) saturate(1.14);
  --shadow: 0 18px 42px rgba(24, 32, 27, 0.11);
  --motion-fast: 160ms;
  --motion-mid: 240ms;
  --motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --focus-ring: 0 0 0 3px rgba(152, 199, 201, 0.38);
  --lift-shadow:
    inset 0 1px 0 var(--glass-edge),
    0 20px 42px rgba(24, 32, 27, 0.14),
    0 7px 16px rgba(31, 107, 74, 0.09);
  --review-float-shadow:
    inset 0 1px 0 var(--glass-edge),
    0 28px 54px rgba(24, 32, 27, 0.16),
    0 10px 22px rgba(31, 107, 74, 0.1);
  font-family:
    Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(128deg, rgba(31, 107, 74, 0.2) 0%, rgba(31, 107, 74, 0) 40%),
    linear-gradient(244deg, rgba(152, 199, 201, 0.32) 0%, rgba(152, 199, 201, 0) 50%),
    linear-gradient(34deg, rgba(176, 109, 69, 0.13) 0%, rgba(176, 109, 69, 0) 42%),
    linear-gradient(180deg, #fbf8ee 0%, #eef6e9 42%, #f8f1e8 100%);
  background-attachment: fixed;
  color: var(--ink);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 244, 232, 0.68));
  border-bottom: 1px solid rgba(31, 107, 74, 0.16);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(96px, 10vw, 128px);
  height: auto;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(24, 32, 27, 0.12);
}

.brand-copy {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

nav a {
  padding: 8px 10px;
  color: var(--muted);
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.45);
}

nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(238, 247, 232, 0.22) 55%, rgba(232, 244, 241, 0.18));
  backdrop-filter: blur(8px) saturate(1.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(68px, 12vw, 156px);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(64px, 9.4vw, 140px);
}

.source-page h1 {
  max-width: 960px;
  font-size: clamp(48px, 8vw, 104px);
}

h2 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.subtitle {
  color: var(--leaf);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
}

.lede {
  max-width: 700px;
  color: #344238;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

:where(nav a, .brand, .button, .text-link, .inline-link, .ticket-link, .review-card):focus-visible {
  outline: 2px solid rgba(31, 107, 74, 0.58);
  outline-offset: 3px;
  box-shadow: var(--focus-ring);
}

:where(.button, .ticket-link, nav a, .brand, .text-link, .inline-link) {
  transition:
    transform var(--motion-fast) var(--motion-ease),
    box-shadow var(--motion-fast) var(--motion-ease),
    background-color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    color var(--motion-fast) ease;
}

:where(.button, .ticket-link):hover {
  transform: translateY(-2px);
  box-shadow: var(--lift-shadow);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), #2b755f);
  border-color: var(--leaf);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.hero-media {
  margin: 0;
}

.hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease,
    filter var(--motion-mid) ease;
}

.hero-media:hover img {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 58px rgba(24, 32, 27, 0.16);
  filter: saturate(1.04);
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.band,
.split {
  padding: clamp(56px, 8vw, 116px) clamp(20px, 5vw, 72px);
}

.band {
  background: var(--glass-warm);
  border-top: 1px solid rgba(31, 107, 74, 0.13);
  border-bottom: 1px solid rgba(31, 107, 74, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.muted {
  background:
    linear-gradient(145deg, rgba(237, 246, 234, 0.76), rgba(226, 241, 239, 0.62));
}

.section-heading {
  margin-bottom: clamp(28px, 4vw, 48px);
}

#experience .section-heading {
  margin-bottom: clamp(20px, 3vw, 32px);
}

#experience h2 {
  max-width: none;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  text-wrap: balance;
}

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

.fact-grid article {
  min-height: 236px;
  padding: 22px;
  background: var(--glass-panel);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.fact-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--moss);
  font-weight: 800;
}

#experience .fact-grid article {
  min-height: 0;
  padding: 18px;
}

#experience .fact-grid span {
  margin-bottom: 16px;
}

#experience .fact-grid p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.fact-grid p,
.geo-list p,
.text-stack p,
.checklist {
  color: #3d4c42;
  font-size: 17px;
  line-height: 1.7;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 48px);
}

.photo-grid figure,
.image-band figure {
  margin: 0;
}

.photo-grid figure {
  display: grid;
  gap: 10px;
}

.photo-grid img,
.image-band img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease,
    filter var(--motion-mid) ease;
}

.photo-grid figure:hover img,
.image-band figure:hover img {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 52px rgba(24, 32, 27, 0.14);
  filter: saturate(1.05);
}

.photo-grid img {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--line);
}

.photo-grid figcaption {
  margin-top: 0;
  line-height: 1.45;
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(56px, 8vw, 116px);
}

.image-band img {
  aspect-ratio: 16 / 9;
  box-shadow: 0 16px 48px rgba(24, 32, 27, 0.12);
}

.press-photos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(239, 248, 233, 0.2) 58%, rgba(232, 244, 241, 0.16));
  backdrop-filter: blur(8px) saturate(1.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
}

.text-stack {
  max-width: 760px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--leaf);
  font-weight: 800;
}

.inline-link {
  color: var(--leaf);
  font-weight: 800;
}

.media-link {
  margin-top: 28px;
}

.source-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background: var(--glass-panel);
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.source-table > div {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.source-table > div:last-child {
  border-bottom: 0;
}

.source-table span,
.source-links p {
  color: #3d4c42;
  line-height: 1.7;
}

.source-links a {
  display: block;
  margin: 14px 0;
  color: var(--leaf);
  font-weight: 800;
}

.faq-hero .section-heading {
  margin-bottom: 0;
}

.faq-overview {
  align-items: start;
}

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

.faq-summary article {
  min-height: 180px;
  padding: 22px;
  background: var(--glass-warm);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.faq-summary p {
  margin-bottom: 0;
  color: #3d4c42;
  font-size: 16px;
  line-height: 1.7;
}

.faq-section {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

.faq-section .section-heading {
  margin-bottom: 0;
}

.faq-section h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}

.faq-group {
  display: grid;
  grid-template-columns: minmax(140px, 0.2fr) minmax(0, 1fr);
  gap: clamp(14px, 3vw, 28px);
  align-items: start;
}

.faq-group > h3 {
  position: sticky;
  top: 90px;
  color: var(--leaf);
  font-size: 17px;
  line-height: 1.35;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  overflow: hidden;
  background: var(--glass-panel);
  border: 1px solid rgba(31, 107, 74, 0.16);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.faq-item h4 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: 12px 16px 6px;
  font-size: clamp(15px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.35;
}

.faq-item p {
  margin: 0;
  padding: 0 16px 14px;
  color: #3d4c42;
  font-size: 15px;
  line-height: 1.62;
}

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

.geo-list div {
  min-height: 190px;
  padding: 24px;
  background: var(--glass-panel);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.reviews-band {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(239, 248, 233, 0.54) 48%, rgba(232, 244, 241, 0.5));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.review-wall {
  column-width: 310px;
  column-gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.review-wall.compact {
  column-width: 280px;
  max-width: 920px;
}

.review-card {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px 16px 15px;
  break-inside: avoid;
  background: var(--glass-panel);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 var(--glass-edge),
    0 14px 28px rgba(24, 32, 27, 0.1),
    0 4px 10px rgba(31, 107, 74, 0.06);
  backdrop-filter: var(--review-glass-blur);
  -webkit-backdrop-filter: var(--review-glass-blur);
  isolation: isolate;
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.review-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.66), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(152, 199, 201, 0.1));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--motion-mid) ease;
}

.review-card:hover,
.review-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(31, 107, 74, 0.28);
  box-shadow: var(--review-float-shadow);
}

.review-card:hover::before,
.review-card:focus-visible::before {
  opacity: 1;
}

.review-card:nth-child(3n + 2) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(244, 250, 239, 0.56) 52%, rgba(237, 244, 232, 0.48));
}

.review-card:nth-child(4n) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(251, 247, 235, 0.58) 50%, rgba(235, 246, 242, 0.48));
}

.review-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 9px;
}

.review-author-block {
  min-width: 0;
}

.review-author-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-height: 20px;
}

.review-author {
  overflow: hidden;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-member-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  color: #fff;
  background: #6f7b72;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
}

.review-member-badge.black {
  background: #6b4a15;
}

.review-member-badge.platinum {
  background: #31598d;
}

.review-member-badge.gold {
  color: #5c3a06;
  background: #f0c56a;
}

.review-member-badge.standard {
  color: #455047;
  background: #e4eadf;
}

.review-date,
.review-source {
  color: #6d776f;
  font-size: 12px;
  line-height: 1.45;
}

.review-date {
  justify-self: end;
  padding-top: 2px;
  white-space: nowrap;
}

.review-source {
  display: block;
  margin-top: 3px;
}

.review-rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-height: 22px;
  margin-bottom: 9px;
}

.review-stars {
  display: inline-flex;
  gap: 2px;
  color: #ff5a1f;
  font-size: 16px;
  line-height: 1;
}

.review-stars .muted {
  color: #d8ddd6;
}

.review-rating-label {
  color: #ff5a1f;
  font-size: 14px;
}

.review-text {
  margin-bottom: 0;
  color: #18201b;
  font-size: 15.5px;
  line-height: 1.72;
  text-wrap: pretty;
}

.ticket-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(238, 247, 232, 0.24) 56%, rgba(232, 244, 241, 0.18));
  backdrop-filter: blur(8px) saturate(1.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
}

.ticket-hero h1 {
  font-size: clamp(56px, 9vw, 132px);
}

.ticket-panel {
  padding: 24px;
  background: var(--glass-panel);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.ticket-links {
  display: grid;
  gap: 12px;
}

.ticket-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 16px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), #2b755f);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  text-decoration: none;
}

.ticket-link:nth-child(2n) {
  background: linear-gradient(135deg, #2f6f7a, #2b755f);
}

.ticket-link:nth-child(3n) {
  background: linear-gradient(135deg, var(--clay), #8f7b3d);
}

.ticket-link strong,
.ticket-link small {
  display: block;
}

.ticket-link small,
.ticket-link em {
  opacity: 0.82;
}

.ticket-link small {
  margin-top: 4px;
  font-size: 13px;
}

.ticket-link em {
  flex: 0 0 auto;
  font-size: 13px;
  font-style: normal;
}

.final {
  border-bottom: 1px solid var(--line);
}

.checklist,
.visit-panel {
  display: grid;
  gap: 12px;
  margin: 0;
}

.checklist {
  padding-left: 22px;
}

.visit-panel {
  max-width: 760px;
  color: #3d4c42;
  font-size: 18px;
  line-height: 1.75;
}

.visit-panel p {
  margin-bottom: 8px;
}

.visit-copy {
  display: grid;
  gap: 12px;
}

.address-card,
.map-card {
  margin: 0;
  background: var(--glass-panel);
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 var(--glass-edge);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    transform var(--motion-mid) var(--motion-ease),
    box-shadow var(--motion-mid) var(--motion-ease),
    border-color var(--motion-fast) ease;
}

.address-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  color: var(--ink);
  font-style: normal;
  line-height: 1.6;
}

.address-card span {
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
}

.map-card {
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
}

.map-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 107, 74, 0.12);
  border-radius: 6px;
}

.map-card img {
  display: block;
  width: 100%;
  aspect-ratio: 45 / 26;
  object-fit: cover;
}

.map-pin {
  position: absolute;
  top: 48.5%;
  left: 50.4%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 6px 13px 6px 6px;
  color: #fff;
  background: #e5382b;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow:
    0 0 0 3px rgba(229, 56, 43, 0.24),
    0 13px 28px rgba(100, 15, 9, 0.36);
  transform: translate(-50%, -110%);
}

.map-pin::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 17px;
  height: 17px;
  background: #e5382b;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.map-pin strong {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #e5382b;
  background: #fff;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

.map-pin em {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.map-card figcaption {
  margin: 0;
  padding: 0 4px 2px;
  color: #5e6a61;
  font-size: 12px;
  line-height: 1.5;
}

.map-card a {
  color: var(--leaf);
  font-weight: 800;
}

.fact-grid article:hover,
.geo-list div:hover,
.faq-summary article:hover,
.faq-item:hover,
.source-table:hover,
.ticket-panel:focus-within,
.address-card:hover,
.map-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 107, 74, 0.24);
  box-shadow: var(--lift-shadow);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--muted);
  font-size: 13px;
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero,
  .ticket-hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .fact-grid,
  .faq-summary,
  .geo-list,
  .photo-grid,
  .press-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .faq-group > h3 {
    position: static;
  }

}

@media (max-width: 680px) {
  :root {
    --glass-blur: blur(10px) saturate(1.08);
    --review-glass-blur: blur(10px) saturate(1.08);
  }

  body {
    background-attachment: scroll;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-logo {
    width: 104px;
  }

  nav {
    justify-content: flex-start;
  }

  h1 {
    font-size: 64px;
  }

  .fact-grid,
  .faq-summary,
  .geo-list,
  .photo-grid,
  .image-band,
  .press-photos {
    grid-template-columns: 1fr;
  }

  .review-wall,
  .review-wall.compact {
    column-width: 100%;
  }

  .review-card-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .review-card,
  .fact-grid article,
  .faq-summary article,
  .faq-item,
  .geo-list div,
  .ticket-panel {
    background-color: rgba(255, 255, 255, 0.72);
  }

  .review-date {
    justify-self: start;
    padding-top: 0;
  }

  .ticket-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-table > div {
    grid-template-columns: 1fr;
  }

  .faq-item h4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 11px 14px 5px;
    font-size: 15px;
  }

  .faq-item p {
    padding: 0 14px 13px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-media img {
    min-height: 260px;
  }

  .map-pin {
    gap: 6px;
    min-height: 36px;
    padding: 5px 10px 5px 5px;
    border-width: 3px;
  }

  .map-pin::after {
    bottom: -8px;
    width: 15px;
    height: 15px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }

  .map-pin strong {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .map-pin em {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  :where(
    nav a,
    .brand,
    .button,
    .text-link,
    .inline-link,
    .ticket-link,
    .hero-media img,
    .photo-grid img,
    .image-band img,
    .fact-grid article,
    .geo-list div,
    .faq-summary article,
    .faq-item,
    .source-table,
    .review-card,
    .review-card::before,
    .ticket-panel,
    .address-card,
    .map-card
  ) {
    transition-duration: 1ms;
  }

  .hero-media:hover img,
  .photo-grid figure:hover img,
  .image-band figure:hover img,
  .review-card:hover,
  .review-card:focus-visible,
  .fact-grid article:hover,
  .geo-list div:hover,
  .faq-summary article:hover,
  .faq-item:hover,
  .source-table:hover,
  .ticket-panel:focus-within,
  .address-card:hover,
  .map-card:hover,
  :where(.button, .ticket-link):hover {
    transform: none;
  }
}
