:root {
  --cream: #fcf9f3;
  --paper: #fffdf8;
  --ink: #172129;
  --slate: #43545e;
  --slate-soft: #566971;
  --gold: #fcc70d;
  --wall-brown: #c1b9aa;
  --wall-brown-deep: #0c0600;
  --line: rgba(35, 35, 35, 0.18);
  --shadow: 0 98px 98px rgba(0, 0, 0, 0.09), 0 24px 54px rgba(0, 0, 0, 0.1);
  --hero-image: url("../../wp-content/uploads/2022/12/Our_Story_Banner.jpg");
  --paper-texture: url("./assets/marble-base.png");
  --marble-texture-a: url("./assets/canvas-marble-base.png");
  --marble-texture-b: url("./assets/canvas-marble-overlay.png");
  --history-wall-image: url("./assets/history-wall-figma.jpg");
  --drawer-texture: url("./assets/drawer-paper.png");
  --zoom: 1;
  --pan-x: 0px;
  --pan-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--cream);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 70px;
  padding: 0 7.5vw;
  color: #fff;
  background: rgba(67, 84, 94, 0.98);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.desktop-nav a {
  opacity: 0.9;
}

.desktop-nav a:focus-visible,
.desktop-nav a:hover {
  color: var(--gold);
}

.desktop-nav-right {
  justify-content: flex-end;
}

.reserve-pill,
.mobile-reserve {
  border-radius: 999px;
  padding: 9px 14px;
  color: #111;
  background: var(--gold);
}

.brand-mark {
  display: grid;
  place-items: center;
  min-width: 230px;
  height: 92px;
  margin-bottom: -22px;
  border-radius: 0 0 52px 52px;
  background: var(--slate);
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.brand-title {
  display: block;
  font-size: 32px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-kicker {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-button,
.mobile-reserve {
  display: none;
}

.hero-section {
  position: absolute;
  width: 100%;
  min-height: 1100px;
  padding-top: 118px;
  overflow: hidden;
  background: #111;
  color: #fff;
  isolation: isolate;
  border-bottom-right-radius: 20% 22vw;
}

/**.hero-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -120px;
  width: 118vw;
  height: 245px;
  transform: translateX(-50%);
  border-radius: 0 0 50% 50%;
  background: var(--cream);
}**/

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.22)),
    var(--hero-image) center top / cover no-repeat;
  filter: grayscale(1);
  transform: scale(1.04);
}

.hero-copy {
  width: min(1226px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 190px;
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: dunbar-low,sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-family: HermitageHotel,serif;
  font-weight: 400;
  font-size: 87px;
  line-height: 91px;
}

.history-section {
  position: relative;
  z-index: 5;
  padding: 600px 24px 140px 24px;
}

.category-control {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.category-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 231px;
  height: 59px;
  justify-content: center;
  border: 1px solid rgba(35, 35, 35, 0.5);
  border-radius: 999px;
  background: #fffcfc;
  color: #010101;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.category-button:hover,
.category-button[aria-expanded="true"] {
  background: var(--gold);
}

.category-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.category-button:focus-visible,
.zoom-controls button:focus-visible,
.return-button:focus-visible {
  outline: 3px solid rgba(252, 199, 13, 0.72);
  outline-offset: 3px;
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.category-button[aria-expanded="true"] .chevron {
  transform: rotate(225deg) translateY(-1px);
}

.category-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: none;
  width: 257px;
  transform: translateX(-50%);
  border: 1px solid rgba(35, 35, 35, 0.5);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.category-menu.is-open {
  display: block;
}

.category-option {
  display: block;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(35, 35, 35, 0.18);
  background: transparent;
  color: #010101;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

.category-option:last-child {
  border-bottom: 0;
}

.category-option:hover,
.category-option.is-active {
  background: rgba(252, 199, 13, 0.22);
}

.wall-shell {
  position: relative;
  width: min(1391px, 100%);
  aspect-ratio: 1391 / 864;
  min-height: 0;
  margin: 0 auto;
  background:
    linear-gradient(0deg, rgba(248, 240, 226, 0.7), rgba(248, 240, 226, 0.7)),
    var(--marble-texture-b) center / cover no-repeat,
    var(--marble-texture-a) center / cover no-repeat,
    #f8f0e2;
  box-shadow: var(--shadow);
  overflow: hidden;
  cursor: grab;
  user-select: none;
  isolation: isolate;
}

.wall-shell.is-dragging {
  cursor: grabbing;
}

.wall-shell.is-detail {
  z-index: 30;
}

.wall-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
}

.wall-viewport {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 59.38%;
  aspect-ratio: 3978 / 3382;
  height: auto;
  overflow: visible;
  transform: translate(-50%, -50%);
  background: transparent;
}

.wall-canvas {
  position: absolute;
  inset: 0;
  transform: translate(var(--pan-x), var(--pan-y)) scale(var(--zoom));
  transform-origin: center center;
  transition: transform 180ms cubic-bezier(0.2, 0.72, 0.24, 1);
  will-change: transform;
}

.wall-shell.is-dragging .wall-canvas {
  transition: none;
}

.wall-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--history-wall-image) center / cover no-repeat;
  box-shadow: 0 98px 98px rgba(0, 0, 0, 0.09), 0 24px 54px rgba(0, 0, 0, 0.1);
  transition: box-shadow 220ms ease;
}

.wall-shell.is-zoomed .wall-art {
  box-shadow: 0 90px 90px rgba(0, 0, 0, 0.14), 0 30px 55px rgba(0, 0, 0, 0.16);
}

.wall-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 220ms ease;
}

.wall-shell.show-onboarding .wall-art::after {
  background: rgba(12, 6, 0, 0.64);
}

.wall-overlay {
  position: absolute;
  z-index: 15;
  inset: 0;
  background: transparent;
  pointer-events: none;
  transition: background 220ms ease;
}

.wall-shell.is-detail .wall-overlay {
  background: rgba(23, 11, 0, 0.7);
  pointer-events: auto;
}

.wall-meta {
  display: none;
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  gap: 9px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(17, 13, 9, 0.58);
  color: rgba(255, 255, 255, 0.86);
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.wall-meta span + span::before {
  content: "·";
  margin-right: 9px;
}

.wall-shell.show-onboarding .wall-meta,
.wall-shell.is-detail .wall-meta {
  opacity: 0;
}

.onboarding-note {
  position: absolute;
  top: 49.5%;
  left: 50%;
  z-index: 4;
  width: min(520px, calc(100% - 48px));
  margin: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  transition: opacity 180ms ease;
}

.wall-shell.show-onboarding .onboarding-note {
  opacity: 0.9;
}

.wall-shell.has-hovered .onboarding-note,
.wall-shell.is-detail .onboarding-note {
  opacity: 0;
}

.hotspot-layer {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: visible;
}

.hotspot {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 160ms ease, transform 160ms ease;
}

.hotspot::before {
  content: none;
  position: absolute;
  z-index: 3;
  left: var(--dot-x, 50%);
  top: var(--dot-y, 50%);
  width: var(--outline-w, 100%);
  height: var(--outline-h, 100%);
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  border-radius: 3px;
  background: transparent;
  opacity: 0;
  transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hotspot::after {
  content: none;
  position: absolute;
  z-index: 4;
  left: var(--dot-x, 50%);
  top: calc(var(--dot-y, 50%) + var(--label-offset, 44px));
  min-width: 150px;
  max-width: 220px;
  padding: 9px 12px 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  opacity: 0;
  background: rgba(12, 8, 5, 0.94);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
  transition: opacity 160ms ease, top 160ms ease;
  pointer-events: none;
  display: none;
}

.hotspot:hover,
.hotspot.is-active {
  z-index: 6;
}

.hotspot:hover::before,
.hotspot.is-active::before {
  opacity: 0;
}

.hotspot:hover::after,
.hotspot.is-active::after {
  opacity: 1;
}

.hotspot-dot {
  position: absolute;
  z-index: 5;
  left: var(--dot-x, 50%);
  top: var(--dot-y, 50%);
  width: clamp(9px, 0.94vw, 13px);
  height: clamp(9px, 0.94vw, 13px);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hotspot-dot span {
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transition: font-size 160ms ease, opacity 160ms ease;
}

.hotspot:hover .hotspot-dot,
.hotspot.is-active .hotspot-dot,
.hotspot:focus-visible .hotspot-dot {
  transform: translate(-50%, -50%);
  border-color: #fff;
  background: var(--gold);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

.hotspot:hover .hotspot-dot span,
.hotspot.is-active .hotspot-dot span,
.hotspot:focus-visible .hotspot-dot span {
  font-size: 0;
  opacity: 0;
}

.hotspot-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hotspot.is-filtered-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preview-pin {
  position: absolute;
  z-index: 9;
  display: none;
  justify-items: center;
  width: 174px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: opacity 160ms ease, left 160ms ease, top 160ms ease;
}

.wall-shell.has-hovered:not(.is-detail) .preview-pin {
  opacity: 0;
}

.preview-image {
  width: 120px;
  height: 120px;
  border: 2px solid var(--gold);
  border-radius: 3px;
  background-image: var(--history-wall-image);
  background-position: var(--crop-x, 50%) var(--crop-y, 50%);
  background-size: var(--crop-size, 620%);
  background-repeat: no-repeat;
  box-shadow: -9px 81px 33px rgba(0, 0, 0, 0.01), -2px 20px 20px rgba(0, 0, 0, 0.09), -1px 5px 11px rgba(0, 0, 0, 0.1);
}

.preview-caption {
  display: grid;
  justify-items: center;
  min-width: 174px;
  margin-top: 7px;
  padding: 9px 10px 11px;
  border-radius: 5px;
  color: #fff;
  background: rgba(23, 21, 21, 0.72);
  backdrop-filter: blur(2px);
}

.preview-caption strong {
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
}

.preview-caption span {
  margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
}

.zoom-controls {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  z-index: 14;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 30%;
  background: rgba(0,0,0,0.3);
  box-shadow: none;
}
.has-hovered .zoom-controls {
  background: rgba(0,0,0,0);
}

.zoom-controls button {
  position: relative;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.zoom-controls button:hover .zoom-circle {
  fill: #402910;
}
.zoom-controls button:hover .zoom-line path{
  stroke: #fff;
}

.zoom-circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 90px;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

.zoom-line {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.zoom-line-vertical {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.zoom-line-horizontal {
  width: 1.5px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.zoom-controls output {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.zoom-controls button:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.detail-panel {
  position: absolute;
  z-index: 18;
  left: 0;
  top: 17%;
  display: grid;
  grid-template-columns: 43.6% 1fr;
  gap: 5%;
  width: 63.12%;
  height: 575px;
  padding: 8.44% 2.05% 6% 4.67%;
  border-radius: 0 20px 20px 0;
  background:
    linear-gradient(rgba(252, 249, 243, 0.56), rgba(252, 249, 243, 0.56)),
    var(--drawer-texture) center / cover no-repeat,
    var(--paper);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-104%);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.2, 0.74, 0.24, 1);
}

.wall-shell.is-detail .detail-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.return-button {
  position: absolute;
  top: 4%;
  right: 4%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  width: 35px;
  height: 35px;
}

.return-button:hover path{
  fill: #849298;
}

.detail-media {
  width: 100%;
  max-width: none;
  height: 0;
  display: contents;
  aspect-ratio: 1;
  /*background-image: var(--detail-image, var(--history-wall-image));*/
  /*background-position: var(--crop-x, 50%) var(--crop-y, 50%);
  background-size: var(--detail-size, var(--crop-size, 620%));*/
  /*background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;*/
  background-color: #f3eadc;  
}

.detailMediaImg {
  width: 100%;
  max-height: 420px;
  display: flex;
  box-shadow: -9px 81px 33px rgba(0, 0, 0, 0.01), -2px 20px 20px rgba(0, 0, 0, 0.09), -1px 5px 11px rgba(0, 0, 0, 0.1);
}

.detail-content {
  align-self: start;
  /*margin-top: clamp(20px, 3.75vw, 52px);*/
  margin-top: 0px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 415px;
  user-select: text;
  cursor: auto;
}

.detail-content h2 {
  margin: 0 0 25px;
  font-weight: 400;
  font-size: clamp(28px, 3.45vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 1;
}

.detail-category {
  margin: 0 0 16px;
  color: #849298;
  font-family: Arial, sans-serif;
  font-size: clamp(12px, 1.3vw, 18px);
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.detail-scroll {
  padding-right: 22px;
  overflow: auto;
  color: #272727;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.70;
  cursor: auto;  
  flex: 1;
  min-height: 0;
}

.detail-scroll p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.detail-scroll p:first-of-type {
  margin: 0;
}

.detail-scroll iframe,
.detail-scroll img,
.detail-scroll video {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.detail-scroll iframe {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  margin: 12px 0 18px;
}

.detail-scroll pre {
  margin: 12px 0 18px;
  padding: 14px 16px;
  border-radius: 8px;
  overflow: auto;
  background: rgba(23, 33, 41, 0.06);
  white-space: pre-wrap;
  word-break: break-word;
}

.detail-scroll code {
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 0.9em;
}

.detail-scroll .embed-frame {
  margin: 12px 0 18px;
}

.audio-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 89px;
  margin-top: 25px;
  padding: 14px 12px;
  border: 1.137px solid rgba(0, 0, 0, 0.1);
  border-radius: 4.548px;
  background: #fffcf5;
}

.audio-thumb {
  width: 60px;
  height: 60px;
  border-radius: 4.548px;
  object-fit: cover;
}

.audio-copy {
  display: grid;
  min-width: 0;
  color: #272727;
}

.audio-copy strong {
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-copy small {
  overflow: hidden;
  color: #6b797f;
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-play {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
}

.audio-play-circle,
.audio-play-icon {
  position: absolute;
  pointer-events: none;
}

.audio-play-circle {
  inset: 0;
  width: 46px;
  height: 46px;
}

.audio-play-icon {
  top: 50%;
  left: 52%;
  width: 14px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.detail-scroll::-webkit-scrollbar {
  width: 5px;
}

.detail-scroll::-webkit-scrollbar-track {
  background: #d7d7d7;
}

.detail-scroll::-webkit-scrollbar-thumb {
  background: var(--slate);
}

.visit-band {
  position: relative;
  margin-top: -22px;
  padding: 118px 24px 105px;
  color: #fff;
  background: var(--slate);
  overflow: hidden;
}

.visit-band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -70px;
  width: 120vw;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: var(--cream);
}

.visit-inner {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1.4fr;
  gap: 58px;
  align-items: center;
  width: min(1020px, 100%);
  margin: 0 auto;
}

.monogram {
  font-size: 112px;
  line-height: 0.8;
  color: var(--cream);
}

.visit-band address,
.visit-band p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-style: normal;
  text-transform: uppercase;
}

.social-block {
  text-align: center;
}

.social-block .section-eyebrow {
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 2px;
}

.social-block h2 {
  margin: 0 0 18px;
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
}

.social-block a {
  display: inline-block;
  border-radius: 999px;
  padding: 9px 28px;
  background: rgba(255, 255, 255, 0.12);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 64px;
  padding: 94px max(24px, calc((100vw - 1020px) / 2)) 86px;
  background: var(--slate-soft);
  color: #fff;
}

.site-footer a,
.footer-heading {
  display: block;
  margin: 0 0 18px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.site-footer a {
  opacity: 0.74;
}

.club-callout {
  display: grid;
  justify-items: center;
  text-align: center;
}

.club-callout span {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 40%, rgba(252, 199, 13, 0.8), transparent 24%),
    radial-gradient(circle at 65% 52%, rgba(255, 120, 26, 0.9), transparent 21%),
    #222;
}

.club-callout p {
  max-width: 290px;
  margin: 16px 0 10px;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
}

.club-callout a {
  font-size: 24px;
  opacity: 1;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 36px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .brand-mark {
    min-width: 200px;
  }

  .hero-copy h1 {
    font-size: 72px;
    line-height: 76px;
  }

  .wall-shell {
    min-height: 0;
  }

  .detail-panel {
    grid-template-columns: 43.6% 1fr;
    gap: 5%;
    width: 63.12%;
    padding-right: 2.05%;
  }

  .detail-media {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .hero-copy {
    padding-top: 90px;
  }
  .detail-scroll {
    max-height: 290px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
    min-height: 67px;
    padding: 0 16px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
    justify-self: start;
    border: 0;
    background: transparent;
  }

  .menu-button::after {
    content: "Menu";
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .menu-button span {
    display: grid;
    grid-template-columns: 34% minmax(0, 1fr);
    gap: 16px;
    width: 17px;
    height: 2px;
    background: var(--gold);
  }

  .brand-mark {
    min-width: 176px;
    height: 84px;
    margin-bottom: -24px;
  }

  .brand-title {
    font-size: 28px;
  }

  .mobile-reserve {
    display: inline-block;
    justify-self: end;
    border-radius: 0;
    padding: 0 0 8px;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid var(--gold);
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .hero-section {
    min-height: 318px;
    padding-top: 67px;
    background: var(--cream);
    color: #0f0f0f;
    margin-bottom: 0px;
  }

  .hero-section::after,
  .hero-media {
    display: none;
  }

  .hero-copy {
    width: min(530px, 100%);
    padding: 55px 7px 0;
  }

  .section-eyebrow {
    color: #849298;
    font-size: 14px;
    letter-spacing: 3.4px;
  }

  .hero-copy h1 {
    font-size: 55px;
    line-height: 66px;
  }

  .history-section {
    margin-top: 0;
    padding: 400px 0px 78px 0px;
  }

  .category-control {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .category-button {
    min-width: 231px;
    height: 59px;
  }

  .wall-shell {
    width: 100%;
    height: min(430px, 72vh);
    min-height: 430px;
    aspect-ratio: auto;
  }

  .wall-viewport {
    left: 50%;
    top: 8%;
    width: min(82%, 430px);
    max-width: none;
    height: auto;
    max-height: none;
    aspect-ratio: 3978 / 3382;
    transform: translateX(-50%);
  }

  .wall-art,
  .hotspot-layer {
    inset: 0;
  }

  .wall-viewport {
    box-shadow: none;
  }

  .wall-shell.has-hovered .wall-viewport,
  .wall-shell.is-detail .wall-viewport {
    left: 50%;
    top: 8%;
    width: min(82%, 430px);
    max-width: none;
    height: auto;
    max-height: none;
    aspect-ratio: 3978 / 3382;
    transform: translateX(-50%);
  }

  .onboarding-note {
    top: 50%;
    font-size: 17px;
  }

  .preview-pin {
    display: none;
  }

  .wall-meta {
    top: 9px;
    left: 9px;
    max-width: calc(100% - 90px);
    padding: 7px 9px;
    font-size: 8px;
  }

  .wall-meta span + span {
    display: none;
  }

  .hotspot-dot {
    width: 10px;
    height: 10px;
  }

  .zoom-controls {
    right: 0px;
    top: 0px;
    gap: 6px;
    padding: 8px;
  }

  .zoom-controls button {
    width: 30px;
    height: 30px;
  }

  .zoom-circle {
    width: 50px;
    height: 50px;
  }

  .zoom-line-vertical {
    width: 0.8px;
    height: 16px;
  }

  .zoom-line-horizontal {
    width: 1px;
    height: 16px;
  }

  .detail-panel {
    position: absolute;
    z-index: 18;
    left: 0;
    right: auto;
    top: 4%;
    bottom: auto;
    display: grid;
    grid-template-columns: 34% minmax(0, 1fr);
    gap: 16px;
    width: 94%;
    height: 92%;
    min-height: 0;
    max-height: none;
    padding: 60px 18px 18px;
    border-radius: 0 12px 12px 0;
    overflow: auto;
    transform: translateX(-104%);
  }

  .wall-shell.is-detail .detail-panel {
    transform: translateX(0);
  }

  .return-button {
    top: 28px;
    right: 22px;
  }

  .detail-media {
    display: contents;
    float: none;
    width: 100%;
    margin: 0;    
  }

  .detail-content {
    display: block;
    margin-top: 0;
  }

  .detail-content h2 {
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 30px;
  }

  .detail-category {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .detail-scroll {
    max-height: 220px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .audio-card {
    clear: none;
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    gap: 7px;
    min-height: 66px;
    margin-top: 18px;
    padding: 10px;
  }

  .audio-thumb {
    width: 36px;
    height: 36px;
  }

  .audio-copy strong {
    font-size: 14px;
  }

  .audio-copy small {
    font-size: 11px;
  }

  .audio-play,
  .audio-play-circle {
    width: 32px;
    height: 32px;
  }

  .visit-band {
    padding: 84px 24px 66px;
  }

  .visit-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .monogram {
    font-size: 86px;
  }

  .social-block h2 {
    font-size: 36px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 32px 62px;
    text-align: center;
  }

  .club-callout p {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  main {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header {
    padding: 0 12px;
  }

  .menu-button::after,
  .mobile-reserve {
    font-size: 14px;
  }

  .brand-mark {
    min-width: 152px;
  }

  .brand-title {
    font-size: 25px;
  }

  .hero-copy h1 {
    font-size: 47px;
    line-height: 57px;
  }

  .wall-shell {
    min-height: 430px;
    height: min(430px, 50vh);;
  }

  .category-menu {
    width: 257px;
  }

  .category-option {
    font-size: 12px;
  }
  
  .detail-panel {
    display: flex;
    flex-direction: column;
    width: calc(100% - 16px);
    height: 96%;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 12px 12px 0 0;
    transform: translateY(50%);
    transition: transform 640ms cubic-bezier(0.2, 0.74, 0.24, 1);
  }
  .wall-shell.is-detail .detail-panel {
    transform: translateY(0%);
    padding-top: 0;
    gap: 0;
  }
  .return-button {
    width: 100%;
    height: 40px;
    position: sticky;
    display: block;
    text-align: right;
    top: 10px;
    padding: 0px 10px 20px 10px;
    background: transparent;    
  }
  .detail-media {
    min-height: auto;
  }
  .hero-section {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
  }
  .history-section {
    padding: 400px 0px 78px 0px;
  }
  .wall-viewport {
    width: min(100%, 430px);
    margin-top: 30px;
  }
  .detail-content {
    padding-top: 30px;
  }
  #detailTitle {
    text-align: center;
  }
  .detail-category {
    text-align: center;
  }
}

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