@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic"), local("CenturyGothic"), url("/fonts/CenturyGothic.ttf?v=20260914c") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Bold"), local("CenturyGothic-Bold"), url("/fonts/CenturyGothic-Bold.ttf?v=20260914c") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Bold"), local("CenturyGothic-Bold"), url("/fonts/CenturyGothic-Bold.ttf?v=20260914c") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CenturyGothic;
  src: url("/fonts/CenturyGothic.ttf?v=20260914c") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CenturyGothic;
  src: url("/fonts/CenturyGothic-Bold.ttf?v=20260914c") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CenturyGothic;
  src: url("/fonts/CenturyGothic-Bold.ttf?v=20260914c") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Century Gothic", CenturyGothic, sans-serif !important;
}
body {
  background-color: #F9F6F0;
  color: #2A5A84;
  font-family: "Century Gothic", CenturyGothic, sans-serif !important;
  line-height: 1.5;
}
*,
*::before,
*::after {
  font-family: "Century Gothic", CenturyGothic, sans-serif !important;
}
body,
body p,
body li,
body a:not(.bg-terracotta):not([class*="bg-azure"]),
body span,
body h1,
body h2,
body h3,
body h4,
body label,
body summary {
  color: inherit;
}
.text-ink { color: #2A5A84 !important; }
.text-ink\/35 { color: rgba(42, 90, 132, 0.4) !important; }
.text-ink\/50 { color: rgba(42, 90, 132, 0.55) !important; }
.text-ink\/60 { color: rgba(42, 90, 132, 0.65) !important; }
.text-ink\/65 { color: rgba(42, 90, 132, 0.68) !important; }
.text-ink\/70 { color: rgba(42, 90, 132, 0.78) !important; }
.text-ink\/75 { color: rgba(42, 90, 132, 0.8) !important; }
.text-ink\/80 { color: rgba(42, 90, 132, 0.88) !important; }
.paper-grain {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 2.25rem, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  pointer-events: none;
}
.reveal.reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.reveal-stagger > .reveal:nth-child(1) { transition-delay: 0.04s; }
.reveal-stagger > .reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: 0.22s; }
.reveal-stagger > .reveal:nth-child(5) { transition-delay: 0.28s; }
.reveal-stagger > .reveal:nth-child(6) { transition-delay: 0.34s; }
.reveal-stagger > .reveal:nth-child(7) { transition-delay: 0.4s; }
.reveal-stagger > .reveal:nth-child(8) { transition-delay: 0.46s; }
.reveal-stagger > .reveal:nth-child(9) { transition-delay: 0.52s; }
.reveal-stagger > .reveal:nth-child(10) { transition-delay: 0.58s; }
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal:not(.reveal-visible) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.ornament {
  height: 1px;
  background: linear-gradient(90deg, transparent, #E6B25A, #C95B36, #E6B25A, transparent);
}
.carousel-nav-btn {
  opacity: 0.55;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.carousel-nav-btn:hover,
.carousel-nav-btn:focus-visible {
  opacity: 1;
}
.format-photo-wrap {
  cursor: pointer;
}
.format-photo-wrap:hover img {
  filter: brightness(0.92);
}
.zoom-badge {
  pointer-events: none;
}
.gallery-slide-frame {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slide-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cal-month-grid {
  align-items: stretch;
}
.cal-day-events {
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
}
.cal-cell {
  /* room for date + 2 icon pills + gap */
  min-height: 8.25rem;
  height: 8.25rem;
  max-height: 8.25rem;
  box-sizing: border-box;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .cal-cell {
    min-height: 8rem;
    height: 8rem;
    max-height: 8rem;
    padding: 0.2rem !important;
  }
  .cal-pill {
    width: 2.15rem !important;
    height: 2.15rem !important;
    min-width: 2.15rem !important;
    max-width: 2.15rem !important;
    min-height: 2.15rem !important;
    padding: 0.3rem !important;
    border-radius: 999px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    white-space: nowrap !important;
    overflow: visible;
  }
  .cal-pill svg {
    width: 0.95rem;
    height: 0.95rem;
  }
}
@media (min-width: 640px) {
  .cal-cell {
    min-height: 10rem;
    height: 10rem;
    max-height: 10rem;
  }
}
.faq-item summary {
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item .faq-chevron {
  transition: transform 0.28s ease;
}
.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-item .faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.faq-item[open] .faq-panel {
  grid-template-rows: 1fr;
}
.faq-item .faq-panel-inner {
  overflow: hidden;
}
#atmosphere, #faq, #calendar, #materials, #articles, #schedule, #contact, #materials-list {
  scroll-margin-top: 5.75rem;
}
#club, #formats {
  scroll-margin-top: 5.75rem;
  background-color: #F9F6F0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.event-bar {
  height: 0.28rem;
  border-radius: 999px;
}
.cal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cal-icon svg {
  width: 0.75rem;
  height: 0.75rem;
}
.cal-icon--talk {
  background: #2A5A84;
  color: #fff;
}
.cal-icon--ethnic {
  background: #E6B25A;
  color: #2A5A84;
}
.cal-icon.is-active {
  transform: scale(1.12);
  box-shadow: 0 0 0 2px #F9F6F0, 0 0 0 3.5px currentColor;
}
.cal-icon--talk.is-active { box-shadow: 0 0 0 2px #F9F6F0, 0 0 0 3.5px #2A5A84; }
.cal-icon--ethnic.is-active { box-shadow: 0 0 0 2px #F9F6F0, 0 0 0 3.5px #E6B25A; }
.cal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  border-radius: 999px;
  border: none;
  padding: 0.3rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: filter 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.cal-pill svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .cal-pill { width: 2.1rem; height: 2.1rem; min-width: 2.1rem; max-width: 2.1rem; padding: 0.32rem; }
  .cal-pill svg { width: 1rem; height: 1rem; }
}
@media (min-width: 1280px) {
  .cal-pill { width: 2.25rem; height: 2.25rem; min-width: 2.25rem; max-width: 2.25rem; }
}
.cal-pill--talk { background: #2A5A84; color: #fff !important; }
.cal-pill--dance { background: #C95B36; color: #fff !important; }
.cal-pill--volleyball { background: #E6B25A; color: #2A5A84 !important; }
.cal-pill.is-active {
  box-shadow: 0 0 0 2px #F9F6F0, 0 0 0 3.5px #111827;
  transform: translateY(-1px) scale(1.06);
  filter: brightness(1.05);
}
.event-card-photo {
  min-height: 16rem;
  height: clamp(16rem, 38vh, 24rem);
  flex: 1 1 auto;
}
.circular-cap { display: none !important; }
.cal-day.is-selected {
  box-shadow: none;
  background: inherit;
}
.cal-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2A5A84;
}
.cal-legend-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(42, 90, 132, 0.12);
}
.cal-legend-swatch--talk { background: #2A5A84; }
.cal-legend-swatch--dance { background: #C95B36; }
.cal-legend-swatch--volleyball { background: #E6B25A; }
.event-card-enter {
  animation: eventCardIn 0.28s ease;
}
@keyframes eventCardIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
[x-cloak] { display: none !important; }

:root {
  /* Film hero crop — tweak per second later: --film-zoom, --film-pos-x, --film-pos-y */
  --film-zoom: 1.28;
  --film-pos-x: 50%;
  /* ~3/4 высоты исходника с лицами → object-position чуть выше центра кадра */
  --film-pos-y: 36%;
}
.film-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #1a242c;
  color: #fff;
}
.film-reel {
  position: absolute;
  inset: 0;
}
.film-reel .film-video,
.film-reel .film-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--film-pos-x) var(--film-pos-y);
  background: #1a242c;
}
.film-reel .film-video {
  z-index: 0;
  opacity: 0;
  transform: scale(var(--film-zoom));
  transform-origin: var(--film-pos-x) var(--film-pos-y);
  transition: opacity 0.35s ease;
  background: #1a242c;
}
.film-reel .film-video.is-ready {
  opacity: 1;
}
.film-reel .film-poster {
  z-index: 0;
  display: none;
  background: #1a242c;
}
.film-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(8, 12, 18, 0.55) 0%, rgba(8, 12, 18, 0.22) 55%, rgba(8, 12, 18, 0.5) 100%),
    linear-gradient(180deg, rgba(12, 16, 22, 0.45) 0%, rgba(12, 16, 22, 0.28) 38%, rgba(12, 16, 22, 0.78) 100%);
}
.film-quote {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 2;
  width: min(42rem, calc(100% - 2.5rem));
  transform: translate(-50%, calc(-40% + 1.4rem));
  margin: 0;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, sans-serif !important;
  font-size: clamp(1.5rem, 3.12vw, 2.15rem);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  opacity: 0;
  animation: quoteRise 0.95s cubic-bezier(0.22, 1, 0.36, 1) 1.5s forwards;
}
@keyframes quoteRise {
  0% { opacity: 0; transform: translate(-50%, calc(-40% + 2.4rem)); }
  100% { opacity: 1; transform: translate(-50%, -40%); }
}
@media (prefers-reduced-motion: reduce) {
  .film-reel .film-video { display: none; }
  .film-reel .film-poster { display: none; }
  .film-quote { animation: none; opacity: 1; transform: translate(-50%, -40%); }
}
.film-mark {
  position: absolute;
  left: 1.25rem;
  bottom: 1.4rem;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: calc(100% - 2.5rem);
}
.film-mark strong {
  display: block;
  font-family: "Century Gothic", CenturyGothic, sans-serif !important;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  transform: none !important;
}
.film-mark em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transform: none !important;
  text-transform: none;
  color: rgba(255,255,255,0.82);
  white-space: nowrap;
}
header.is-film {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}
header.is-film.is-solid,
header.is-mobile-open {
  background: rgba(249, 246, 240, 0.98) !important;
  border-color: rgba(232, 226, 216, 0.8) !important;
  backdrop-filter: blur(12px);
}
header.is-film.is-solid {
  background: rgba(249, 246, 240, 0.95);
  border-color: rgba(232, 226, 216, 0.8);
  backdrop-filter: blur(12px);
}
/* Mobile drawer — always opaque parchment (even over film hero) */
.site-mobile-drawer {
  background: #F9F6F0 !important;
  opacity: 1 !important;
  max-height: calc(100dvh - 4rem);
  min-height: calc(100dvh - 4rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-shadow: 0 18px 40px -24px rgba(42, 90, 132, 0.35);
}
header.is-mobile-open .site-brand-name,
header.is-mobile-open button {
  color: #2A5A84 !important;
}
.site-mobile-drawer .site-mobile-section,
.site-mobile-drawer .site-mobile-link,
.site-mobile-drawer a {
  color: #2A5A84 !important;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
}
.site-mobile-drawer .site-mobile-section {
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
}
.site-mobile-drawer .site-mobile-link,
.site-mobile-drawer a.site-mobile-link {
  text-decoration: none !important;
}
html.mobile-nav-open,
html.mobile-nav-open body {
  overflow: hidden !important;
}
header.is-film:not(.is-solid) .site-nav-link,
header.is-film:not(.is-solid) .site-nav-link span,
header.is-film:not(.is-solid) p {
  color: #fff;
}
header.is-film:not(.is-solid) .site-nav-link svg {
  color: rgba(255,255,255,0.7);
}
header.is-film:not(.is-solid) .text-ink\/60 {
  color: rgba(255,255,255,0.72);
}
header.is-film.is-solid .site-mobile-drawer,
header.is-mobile-open .site-mobile-drawer {
  background: #F9F6F0 !important;
}
.site-header-bar {
  padding-top: env(safe-area-inset-top, 0px);
}
.site-header-inner {
  min-height: 4rem;
}
@media (max-width: 767px) {
  .site-brand-name {
    font-size: 0.8rem !important;
    letter-spacing: 0.02em;
  }
  .site-brand-link {
    min-height: 2.75rem;
  }
  .site-cta {
    min-height: 2.75rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-size: 0.78rem !important;
    max-width: 9.5rem;
    text-align: center;
    line-height: 1.15;
  }
  .film-mark {
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1.25rem, env(safe-area-inset-bottom));
  }
  .film-quote {
    width: min(42rem, calc(100% - 2rem));
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }
  .film-hero,
  .film-reel {
    overflow: hidden;
  }
}
@media (max-width: 430px) {
  .site-brand-name {
    display: inline !important;
    font-size: 0.72rem !important;
    max-width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-cta {
    max-width: 8.75rem;
    font-size: 0.75rem !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
}
html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}
.editorial-rule {
  width: 3rem;
  height: 1px;
  background: #C95B36;
}
.format-stage {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .format-stage {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }
}
.format-lead,
.format-side {
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(42, 90, 132, 0.12);
  background: #fff;
}
.format-lead img,
.format-tile img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
@media (min-width: 900px) {
  .format-lead img { height: 100%; min-height: 28rem; }
  .format-side { display: grid; gap: 1.25rem; }
}
.format-tile {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(42, 90, 132, 0.12);
  background: rgba(255,255,255,0.8);
}
.format-tile img {
  height: 100%;
  min-height: 7.5rem;
}
.magazine-row {
  display: grid;
  gap: 0.75rem 1.5rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(42, 90, 132, 0.12);
}
@media (max-width: 719px) {
  .magazine-row {
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding: 1.15rem 1rem;
    border: 1px solid rgba(42, 90, 132, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px -22px rgba(42, 90, 132, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .magazine-row:active {
    transform: scale(0.985);
  }
  .magazine-row .mag-open,
  .magazine-row > p:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    margin-top: 0.35rem;
    padding: 0.55rem 1rem;
    width: fit-content;
    border-radius: 999px;
    background: #2A5A84;
    color: #F9F6F0 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
  }
}
@media (min-width: 720px) {
  .magazine-row {
    grid-template-columns: 8rem 1fr auto;
    align-items: baseline;
  }
}

/* Bento — 3 equal + mono hover */
.bento-mono {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .bento-mono {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.bento-grid {
  display: grid;
  gap: 1rem;
}
.bento-tile {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(42, 90, 132, 0.12);
  background: #fff;
  padding: 1.5rem;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.bento-tile--equal {
  min-height: 14rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bento-tile--accent {
  background: #2A5A84;
  color: #F9F6F0;
  border-color: transparent;
}
.bento-tile--accent h3,
.bento-tile--accent p { color: #F9F6F0 !important; }
.bento-mono .bento-tile.is-dim {
  filter: grayscale(1);
  opacity: 0.48;
  transform: scale(0.985);
}
.bento-mono .bento-tile.is-hot {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 18px 50px -24px rgba(42, 90, 132, 0.28);
}
@media (prefers-reduced-motion: reduce) {
  .bento-mono .bento-tile.is-dim,
  .bento-mono .bento-tile.is-hot {
    filter: none;
    opacity: 1;
    transform: none;
  }
}
.bento-mono .bento-tile {
  cursor: pointer;
  transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

/* Destination cards (card-21) */
.dest-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
}
.dest-card {
  position: relative;
  height: 22rem;
  border-radius: 1.25rem;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 900px;
  cursor: pointer;
  box-shadow: 0 12px 40px -16px rgba(30, 41, 48, 0.2);
  transition: transform 0.2s ease;
}
.dest-card-inner {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.45s ease;
}
.dest-card:hover img { transform: scale(1.12); }
.dest-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(18, 28, 38, 0.82) 100%);
}
.dest-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  color: #F9F6F0;
  transform: translate3d(0, 0.85rem, 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.dest-card:hover .dest-card-body,
.dest-card:focus-within .dest-card-body,
.dest-card.is-open .dest-card-body {
  transform: translate3d(0, 0, 0);
}
.dest-card-body h3,
.dest-card-body p {
  color: #F9F6F0 !important;
}
.dest-card-body p {
  max-height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0.6rem, 0);
  transition:
    max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.35s ease;
}
.dest-card:hover .dest-card-body p,
.dest-card:focus-within .dest-card-body p,
.dest-card.is-open .dest-card-body p {
  max-height: 5.5rem;
  opacity: 1;
  margin-top: 0.55rem;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .dest-grid {
    gap: 1rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .dest-card {
    height: 24rem;
    border-radius: 1.1rem;
  }
  .dest-card-body {
    transform: none;
  }
  .dest-card-body p {
    max-height: 6.5rem;
    opacity: 1;
    margin-top: 0.55rem;
    transform: none;
  }
  .dest-card:hover img {
    transform: scale(1.05);
  }
  #formats .mx-auto {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (hover: none) {
  .dest-card-body p {
    max-height: 6.5rem;
    opacity: 1;
    margin-top: 0.55rem;
    transform: none;
  }
  .dest-card-body {
    transform: none;
  }
}
.dest-chip {
  display: none;
}

/* Circular gallery — 21st-style rotateY ring */
.atmosphere-outer {
  background: #F9F6F0 !important;
  padding-left: clamp(0.85rem, 4vw, 6.5rem);
  padding-right: clamp(0.85rem, 4vw, 6.5rem);
}
@media (min-width: 768px) {
  .atmosphere-outer {
    padding-left: clamp(2.75rem, 7vw, 6.5rem);
    padding-right: clamp(2.75rem, 7vw, 6.5rem);
  }
}
.atmosphere-section {
  background: #2A5A84 !important;
  color: #F9F6F0;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .atmosphere-section {
    padding-top: 0;
  }
}
.atmosphere-title {
  color: #F9F6F0 !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.atmosphere-lead {
  color: rgba(249, 246, 240, 0.72) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.75rem;
}
.circular-track {
  position: relative;
  height: min(62vh, 28rem);
}
@media (min-width: 768px) {
  .circular-track {
    height: min(78vh, 42rem);
  }
}
.circular-sticky {
  position: relative;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
}
.circular-stage {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  perspective: 2000px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}
@media (min-width: 768px) {
  .circular-sticky,
  .circular-stage {
    touch-action: none;
  }
}
.circular-ring {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}
.circular-item {
  position: absolute;
  width: 200px;
  height: 270px;
  margin: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: opacity 0.3s linear;
}
@media (min-width: 640px) {
  .circular-item {
    width: 320px;
    height: 420px;
  }
}
.circular-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circular-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}
.circular-cap strong {
  display: block;
  font-size: 1.05rem;
  color: #fff !important;
}
.circular-fallback {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.circular-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: -0.25rem auto 1.25rem;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.circular-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 246, 240, 0.35);
  background: rgba(249, 246, 240, 0.18);
  color: #F9F6F0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.circular-nav-btn:hover,
.circular-nav-btn:focus-visible {
  background: rgba(249, 246, 240, 0.32);
  border-color: rgba(249, 246, 240, 0.55);
  outline: none;
}
.circular-nav-btn:active {
  transform: scale(0.94);
}
.circular-nav-btn svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .circular-fallback { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .circular-track { height: auto; }
  .circular-sticky { position: relative; height: auto; }
  .circular-stage { display: none; }
  .circular-fallback { display: grid; }
  .circular-nav { display: none; }
  .dest-card-inner { transform: none !important; }
}

.site-footer-heading {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
  padding-bottom: 0.15rem;
}
.site-footer-link {
  display: inline-block;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  transition: color 0.2s ease, background-size 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-footer-link:hover,
.site-footer-link:focus-visible {
  background-size: 100% 1.5px;
}
.site-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.site-dropdown-panel {
  background-color: #F9F6F0 !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
}
.site-mega {
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-mega-panel {
  min-height: 2.5rem;
  transition: min-height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-mega-list.is-from-right {
  animation: megaSlideInRight 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-mega-list.is-from-left {
  animation: megaSlideInLeft 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes megaSlideInRight {
  from { opacity: 0; transform: translate3d(14px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes megaSlideInLeft {
  from { opacity: 0; transform: translate3d(-14px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.site-nav-link {
  font-weight: 700 !important;
}
.atmosphere-section {
  overscroll-behavior: contain;
}
