.resort-search-wrapper {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  display: flex;
}

.resort-search-bar {
  color: #f5f5f7;
  background-color: #1e1e20;
  border: 1px solid #2c2c30;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 760px;
  padding: 8px;
  display: flex;
  gap: 8px;
  box-shadow: 0 12px 40px #00000040;
}

.resort-search-segment {
  align-items: center;
  display: flex;
  gap: 8px;
}

.resort-search-segment--input {
  flex: 1;
  min-width: 200px;
  padding: 6px 10px 6px 14px;
}

.resort-search-icon {
  color: #c9c9cf;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.resort-search-input {
  color: #f5f5f7;
  background-color: #0000;
  border: 1px #0000;
  width: 100%;
  min-height: 36px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.resort-search-input::placeholder {
  color: #9b9ba1;
}

.resort-search-input:focus {
  outline: none;
}

.resort-search-input[readonly] {
  cursor: default;
}

.resort-search-divider {
  background-color: #343438;
  width: 1px;
  height: 28px;
}

.resort-search-pill {
  color: #c9c9cf;
  background-color: #2a2a2f;
  border: 1px solid #2a2a2f;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}

.resort-search-pill:hover,
.resort-search-pill:focus-visible {
  color: #fff;
  background-color: #3a3a40;
  border-color: #3a3a40;
}

.resort-search-pill.is-active {
  color: #fff;
  background-color: #3a3a40;
  border-color: #3a3a40;
}

.resort-search-submit {
  color: #121214;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.resort-search-submit:hover,
.resort-search-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px #00000033;
}

.resort-search-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #161617;
  border: 1px solid #2a2a2f;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  padding: 24px;
  box-shadow: 0 30px 80px #00000080;
}

.resort-search-popover--wide {
  max-width: 920px;
}

.resort-search-popover-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.resort-search-toggle {
  background-color: #222226;
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
}

.resort-search-toggle-button {
  color: #9b9ba1;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.resort-search-toggle-button.is-active {
  color: #fff;
  background-color: #2e2e33;
}

.resort-search-link {
  color: #6b6b73;
  background-color: #0000;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

.resort-search-link:hover {
  color: #fff;
}

.resort-calendar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resort-calendar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resort-calendar-header {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.resort-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  color: #9b9ba1;
  font-size: 12px;
}

.resort-calendar-weekday {
  text-align: center;
}

.resort-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.resort-calendar-day,
.resort-calendar-empty {
  width: 36px;
  height: 36px;
}

.resort-calendar-day {
  color: #f5f5f7;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.resort-calendar-day:hover {
  background-color: #2a2a2f;
}

.resort-calendar-day.is-range {
  background-color: #26262b;
}

.resort-calendar-day.is-start,
.resort-calendar-day.is-end {
  color: #121214;
  background-color: #fff;
}

.resort-search-flex {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  display: flex;
}

.resort-search-chip {
  color: #9b9ba1;
  background-color: #1f1f23;
  border: 1px solid #2a2a2f;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
}

.resort-search-chip.is-active {
  color: #fff;
  background-color: #2e2e33;
}


.resort-guest-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 16px;
}

.resort-guest-label {
  display: flex;
  gap: 12px;
  align-items: center;
}

.resort-guest-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background-color: #232327;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resort-guest-icon img {
  width: 20px;
  height: 20px;
}

.resort-guest-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.resort-guest-subtitle {
  color: #9b9ba1;
  font-size: 13px;
}

.resort-guest-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.resort-guest-button {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #2f2f34;
  background-color: #232327;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.resort-guest-count {
  color: #fff;
  min-width: 24px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .resort-search-bar {
    border-radius: 24px;
    flex-wrap: wrap;
    padding: 12px;
  }

  .resort-search-segment--input {
    width: 100%;
  }

  .resort-search-divider {
    display: none;
  }

  .resort-search-pill,
  .resort-search-submit {
    justify-content: center;
    width: 100%;
  }

  .resort-search-popover,
  .resort-search-popover--wide {
    left: 0;
    transform: none;
    max-width: 100%;
  }

  .resort-calendar-grid {
    grid-template-columns: 1fr;
  }
}
.resort-search-bar {
  padding-right: 12px !important;
}

.resort-search-popover {
  max-width: 600px;
}

.resort-search-popover--wide {
  max-width: 600px;
}

.resort-calendar-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.resort-calendar-header-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 18px;
}

.resort-calendar-headers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}

.resort-calendar-header {
  text-align: center;
}

.resort-calendar-weekdays {
  gap: 4px;
  justify-items: center;
}

.resort-calendar-days {
  gap: 4px;
  justify-items: center;
}

.resort-calendar-day,
.resort-calendar-empty {
  width: 32px;
  height: 32px;
}

.resort-flexible {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.resort-flexible-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

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

.resort-flexible-option {
  color: #e7e7ea;
  background-color: #232327;
  border: 1px solid #2a2a2f;
  border-radius: 16px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.resort-flexible-option:hover {
  background-color: #2b2b30;
}

.resort-flexible-option.is-active {
  color: #121214;
  background-color: #fff;
}

.resort-flexible-month {
  font-size: 16px;
  font-weight: 600;
}

.resort-flexible-year {
  font-size: 14px;
  color: #9b9ba1;
}

.resort-flexible-option.is-active .resort-flexible-year {
  color: #2a2a2f;
}

@media screen and (max-width: 767px) {
  .resort-calendar-headers {
    grid-template-columns: 1fr;
  }

  .resort-flexible-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Flag emoji alignment */
.div-block-31 {
  align-items: center;
}

.flag-sm {
  width: auto !important;
  display: inline !important;
  font-size: 13px;
  vertical-align: middle;
}

/* Search page */

/* Card image carousel */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}

.headerimagecard:hover .carousel-arrow {
  opacity: 1;
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-arrow--left {
  left: 8px;
}

.carousel-arrow--right {
  right: 8px;
}

.carousel-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.2s;
}

.carousel-dot.is-active {
  background: #fff;
}

.carousel-counter {
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 8px;
  border-radius: 10px;
}

/* Sort select dropdown */
.search-sort-select {
  background: #1a1a1e;
  border: 1px solid #2a2a2f;
  border-radius: 8px;
  color: #c0c0c5;
  font-size: 13px;
  padding: 6px 28px 6px 10px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%239b9ba1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.search-sort-select:hover {
  border-color: #3a3a3f;
}

.search-sort-select:focus {
  outline: none;
  border-color: #6366f1;
}

/* Share button */
.search-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #1a1a1e;
  border: 1px solid #2a2a2f;
  border-radius: 8px;
  color: #9b9ba1;
  font-size: 13px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.search-share-btn:hover {
  border-color: #3a3a3f;
  color: #e7e7ea;
}

.search-share-btn.is-copied {
  border-color: #22c55e;
  color: #22c55e;
}


/* Active filter tags bar */
.search-active-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}

.search-active-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: 20px;
  background: #2a2a2f;
  border: 1px solid #3a3a3f;
  color: #e7e7ea;
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  transition: background 0.15s;
}

.search-active-tag:hover {
  background: #3a3a3f;
}

.search-clear-all {
  background: none;
  border: none;
  color: #9b9ba1;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 8px;
}

.search-results-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #1a1a1e;
  margin-bottom: 24px;
}

.search-results-count {
  color: #9b9ba1;
  font-size: 14px;
  text-transform: capitalize;
}

.search-empty {
  text-align: center;
  padding: 4rem 0;
  color: #9b9ba1;
}

.search-empty h3 {
  color: #e7e7ea;
  margin-bottom: 8px;
}

.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 0;
}

.search-page-btn {
  background: #1a1a1e;
  border: 1px solid #2a2a2f;
  border-radius: 8px;
  padding: 10px 20px;
  color: #e7e7ea;
  font-size: 14px;
  cursor: pointer;
}

.search-page-btn:hover:not(:disabled) {
  background: #232327;
}

.search-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.search-page-info {
  color: #9b9ba1;
  font-size: 14px;
}

/* Loading skeletons */
.search-skeleton-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-skeleton-image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #1a1a1e;
  border-radius: 12px;
  animation: skeleton-pulse 1.5s infinite ease-in-out;
}

.search-skeleton-text {
  height: 16px;
  background: #1a1a1e;
  border-radius: 4px;
  width: 80%;
  animation: skeleton-pulse 1.5s infinite ease-in-out;
}

.search-skeleton-text--short {
  width: 50%;
}

@keyframes skeleton-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

/* Filter icon button (next to search) */
.filter-icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #2a2a2f;
  background: #18181b;
  color: #e7e7ea;
  cursor: pointer;
  flex-shrink: 0;
}

.filter-icon-btn:hover {
  background: #232327;
}

.filter-icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #fff;
  color: #121214;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* Filter modal overlay */
.filter-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.filter-modal {
  background: #18181b;
  border: 1px solid #2a2a2f;
  border-radius: 20px;
  width: 100%;
  max-width: 540px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.filter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #2a2a2f;
}

.filter-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #e7e7ea;
  margin: 0;
}

.filter-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #232327;
  color: #e7e7ea;
  cursor: pointer;
}

.filter-modal-close:hover {
  background: #2a2a2f;
}

.filter-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.filter-modal-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-modal-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #9b9ba1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.filter-modal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-modal-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #2a2a2f;
  background: #232327;
  color: #c0c0c5;
  font-size: 14px;
  cursor: pointer;
  text-transform: capitalize;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.filter-modal-chip:hover {
  background: #2a2a2f;
}

.filter-modal-chip.is-active {
  background: #fff;
  color: #121214;
  border-color: #fff;
}

.filter-modal-chip-count {
  font-size: 12px;
  opacity: 0.6;
}

.filter-modal-chip.is-active .filter-modal-chip-count {
  opacity: 0.5;
}

.filter-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #2a2a2f;
}

.filter-modal-clear {
  background: none;
  border: none;
  color: #9b9ba1;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 12px;
}

.filter-modal-clear:hover {
  color: #e7e7ea;
}

.filter-modal-apply {
  background: #fff;
  color: #121214;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filter-modal-apply:hover {
  background: #e7e7ea;
}

/* Resort autocomplete dropdown */
.resort-autocomplete-dropdown {
  background: #18181b;
  border: 1px solid #2a2a2f;
  border-radius: 12px;
  padding: 6px;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.resort-autocomplete-option {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #c0c0c5;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.resort-autocomplete-option:hover {
  background: #232327;
  color: #e7e7ea;
}

.resort-autocomplete-option.is-active {
  background: #fff;
  color: #121214;
}

/* Force dark background on pages with .bodydark wrapper */
body.bodydark,
body:has(.bodydark) {
  background-color: #000 !important;
  color: #fff !important;
}

.bodydark {
  min-height: 100vh;
}

.bodydark .section-regular {
  background-color: #000;
}

/* ------------------------------------------------------------------ */
/*  Chalet Map                                                         */
/* ------------------------------------------------------------------ */

.chalet-map-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: mapFadeIn 0.2s ease-out;
}

@keyframes mapFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.chalet-map-container {
  position: relative;
  width: 92vw;
  height: 85vh;
  max-width: 1200px;
  background: #16161a;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  animation: mapSlideUp 0.25s ease-out;
  display: flex;
  flex-direction: column;
}

@keyframes mapSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.chalet-map-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #2a2a2f;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
  margin-left: 0;
}

.chalet-map-close:hover {
  background: #232327;
}

.chalet-map-header {
  padding: 12px 16px !important;
  border-bottom: 1px solid #2a2a2f;
  flex-shrink: 0;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  overflow: visible !important;
  z-index: 2;
}

.chalet-map-header > * {
  overflow: visible !important;
}

.chalet-map-header-count {
  color: #9b9ba1;
  font-size: 14px;
  flex: 1 1 0 !important;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chalet-map-style-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #2a2a2f;
  background: transparent;
  color: #9b9ba1;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: visible;
  position: relative;
}

.chalet-map-style-toggle:hover {
  background: #232327;
  color: #fff;
}

.chalet-map-style-toggle.active {
  background: #6366f1;
  border-color: #6366f1;
  color: #fff;
}

.chalet-map-canvas {
  flex: 1 1 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}

.chalet-map-canvas .mapboxgl-map {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.chalet-map-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b9ba1;
  font-size: 15px;
}

/* Mapbox popup overrides */
.chalet-map-popup-wrapper .mapboxgl-popup-content {
  background: #1e1e23;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border: 1px solid #2a2a2f;
}

.chalet-map-popup-wrapper .mapboxgl-popup-tip {
  border-top-color: #1e1e23;
}

.chalet-map-popup-wrapper .mapboxgl-popup-close-button {
  color: #fff;
  font-size: 18px;
  padding: 4px 8px;
  right: 2px;
  top: 2px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.chalet-map-popup-wrapper .mapboxgl-popup-close-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.chalet-map-popup {
  width: 260px;
}

.chalet-map-popup-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.chalet-map-popup-body {
  padding: 12px 14px 14px;
}

.chalet-map-resort {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6366f1;
  margin-bottom: 4px;
}

.chalet-map-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.3;
}

.chalet-map-detail {
  font-size: 13px;
  color: #9b9ba1;
  margin-bottom: 4px;
}

.chalet-map-price {
  font-size: 14px;
  font-weight: 600;
  color: #6366f1;
}

/* Map icon button - inherits filter-icon-btn styles */
.map-icon-btn {
  /* uses same base styles as filter-icon-btn */
}

/* Back to top button */
.back-to-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #2a2a2f;
  background: #18181b;
  color: #e7e7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  transition: background 0.15s, transform 0.15s;
  animation: fadeInUp 0.2s ease-out;
}

.back-to-top-btn:hover {
  background: #232327;
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .chalet-map-container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

/* ========== Auth Gate & Enquiry Modal ========== */
.auth-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: authFadeIn 0.2s ease;
}

.auth-gate-modal {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 400px;
  width: calc(100% - 32px);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: authSlideUp 0.25s ease;
}

.auth-gate-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: 4px;
  border-radius: 6px;
  transition: color 0.15s;
}

.auth-gate-close:hover {
  color: #1e293b;
}

.auth-gate-icon {
  margin-bottom: 16px;
}

.auth-gate-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px;
}

.auth-gate-text {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 24px;
  line-height: 1.5;
}

.auth-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-gate-btn {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.15s, opacity 0.15s;
}

.auth-gate-btn--primary {
  background: #0ea5e9;
  color: #fff;
}

.auth-gate-btn--primary:hover {
  background: #0284c7;
}

.auth-gate-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.auth-gate-btn--secondary {
  background: #f1f5f9;
  color: #334155;
}

.auth-gate-btn--secondary:hover {
  background: #e2e8f0;
}

.enquiry-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  color: #1e293b;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
  transition: border-color 0.15s;
}

.enquiry-textarea:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.enquiry-textarea::placeholder {
  color: #94a3b8;
}

.enquiry-error {
  font-size: 13px;
  color: #ef4444;
  margin: 8px 0 0;
  text-align: left;
}

/* Card wrapper — replaces Webflow's product-link to avoid JS interference */
.chalet-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.chalet-card-actions {
  display: flex !important;
  gap: 8px;
  padding: 12px 16px 16px;
  position: relative;
  z-index: 10;
  isolation: isolate;
}

.chalet-card-btn {
  flex: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer !important;
  border: none;
  transition: background 0.15s, color 0.15s;
  pointer-events: auto !important;
  position: relative;
  z-index: 11;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0;
}

.chalet-card-btn--website {
  background: #fff;
  color: #121214;
}

.chalet-card-btn--website:hover {
  background: #e7e7ea;
  color: #121214;
}

.chalet-card-btn--enquiry {
  background: #2a2a2f;
  color: #e7e7ea;
}

.chalet-card-btn--enquiry:hover {
  background: #353539;
  color: #fff;
}

/* ── Enquiry modal (dark, matches filter modal) ── */

.enquiry-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.enquiry-modal {
  background: #18181b;
  border: 1px solid #2a2a2f;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.enquiry-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #2a2a2f;
}

.enquiry-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #e7e7ea;
  margin: 0;
}

.enquiry-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #232327;
  color: #e7e7ea;
  cursor: pointer;
}

.enquiry-modal-close:hover {
  background: #2a2a2f;
}

.enquiry-modal-body {
  padding: 24px;
}

.enquiry-modal-desc {
  font-size: 14px;
  color: #9b9ba1;
  line-height: 1.5;
  margin: 0 0 16px;
}

.enquiry-modal-desc strong {
  color: #e7e7ea;
}

.enquiry-modal-success {
  text-align: center;
  padding: 12px 0;
}

.enquiry-modal-success svg {
  margin: 0 auto 16px;
  display: block;
}

.enquiry-modal-success .enquiry-modal-desc {
  margin: 0;
}

.enquiry-modal-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #2a2a2f;
  border-radius: 12px;
  font-size: 14px;
  color: #e7e7ea;
  background: #232327;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
  box-sizing: border-box;
}

.enquiry-modal-textarea::placeholder {
  color: #6b6b73;
}

.enquiry-modal-textarea:focus {
  outline: none;
  border-color: #3f3f46;
}

.enquiry-modal-error {
  font-size: 13px;
  color: #ef4444;
  margin: 8px 0 0;
}

.enquiry-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.enquiry-modal-submit {
  flex: 1;
  background: #fff;
  color: #121214;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.enquiry-modal-submit:hover {
  background: #e7e7ea;
}

.enquiry-modal-cancel {
  flex: 1;
  background: #232327;
  color: #c0c0c5;
  border: 1px solid #2a2a2f;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.enquiry-modal-cancel:hover {
  background: #2a2a2f;
}

.enquiry-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #2a2a2f;
}

/* ── Auth gate modal (dark, matches filter modal) ── */

.auth-gate-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-gate-modal {
  background: #18181b;
  border: 1px solid #2a2a2f;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.auth-gate-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px 0;
}

.auth-gate-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #232327;
  color: #e7e7ea;
  cursor: pointer;
}

.auth-gate-close:hover {
  background: #2a2a2f;
}

.auth-gate-body {
  padding: 8px 24px 24px;
  text-align: center;
}

.auth-gate-body svg {
  margin: 0 auto 16px;
  display: block;
}

.auth-gate-title {
  font-size: 18px;
  font-weight: 600;
  color: #e7e7ea;
  margin: 0 0 8px;
}

.auth-gate-text {
  font-size: 14px;
  color: #9b9ba1;
  line-height: 1.5;
  margin: 0 0 24px;
}

.auth-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-gate-btn-primary {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  color: #121214;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.auth-gate-btn-primary:hover {
  background: #e7e7ea;
}

.auth-gate-btn-secondary {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  background: #232327;
  color: #c0c0c5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2a2a2f;
  cursor: pointer;
  box-sizing: border-box;
}

.auth-gate-btn-secondary:hover {
  background: #2a2a2f;
  color: #e7e7ea;
}

@keyframes authFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes authSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Chalet Detail Page ===== */

.chalet-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 0.875rem;
  color: #94a3b8;
  max-width: 1280px;
  margin: 0 auto;
}

.chalet-detail-breadcrumb a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s;
}

.chalet-detail-breadcrumb a:hover {
  color: #fff;
}

.chalet-detail-breadcrumb span:last-child {
  color: #e2e8f0;
}

.chalet-detail-breadcrumb-sep {
  color: #475569;
}

.chalet-detail-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 21 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.chalet-detail-hero-img {
  object-fit: cover;
}

.chalet-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 1280px;
  margin: 8px auto 0;
}

.chalet-detail-gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}

.chalet-detail-gallery-img {
  object-fit: cover;
}

.chalet-detail-content {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  max-width: 1280px;
  margin: 32px auto 64px;
  padding: 0 24px;
}

.chalet-detail-main {
  min-width: 0;
}

.chalet-detail-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.chalet-detail-location {
  color: #94a3b8;
  font-size: 1rem;
  margin-top: 8px;
}

.chalet-detail-stats {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.chalet-detail-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  font-size: 0.9375rem;
}

.chalet-detail-description {
  margin-top: 24px;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.65;
}

.chalet-detail-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}

.chalet-detail-features {
  margin-top: 32px;
}

.chalet-detail-feature-group {
  margin-bottom: 20px;
}

.chalet-detail-feature-type {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin: 0 0 8px;
}

.chalet-detail-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chalet-detail-feature-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8125rem;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.chalet-detail-availability {
  margin-top: 32px;
}

.chalet-detail-availability .chalet-detail-section-title {
  margin-bottom: 16px;
}

.chalet-detail-availability-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

.chalet-detail-availability-card {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}

.chalet-detail-availability-card:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.chalet-detail-availability-card:hover {
  background: rgba(255, 255, 255, 0.03);
}

.chalet-detail-availability-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  min-width: 0;
  flex: 1;
}

.chalet-detail-availability-dates {
  font-size: 0.875rem;
  font-weight: 500;
  color: #e2e8f0;
  white-space: nowrap;
  min-width: 180px;
}

.chalet-detail-availability-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.chalet-detail-price-original {
  text-decoration: line-through;
  color: #64748b;
  font-weight: 400;
  font-size: 0.8125rem;
}

.chalet-detail-price-sale {
  color: #22c55e;
}

.chalet-detail-price-discount {
  font-size: 0.6875rem;
  font-weight: 600;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.4;
}

/* Sidebar */
.chalet-detail-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
}

.chalet-detail-host-card {
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.chalet-detail-host-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin: 0 0 12px;
}

.chalet-detail-host-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.15s;
}

.chalet-detail-host-link:hover {
  opacity: 0.85;
}

.chalet-detail-host-logo {
  border-radius: 50%;
  object-fit: cover;
}

.chalet-detail-host-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.chalet-detail-host-bio {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.5;
}

.chalet-detail-cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chalet-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.15s;
}

.chalet-detail-btn:hover {
  opacity: 0.9;
}

.chalet-detail-btn--enquire {
  background: #0ea5e9;
  color: #fff;
  border: none;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Compact enquire button inside availability rows */
.chalet-detail-availability-card .chalet-detail-btn--enquire {
  padding: 8px 16px;
  font-size: 0.8125rem;
  border-radius: 8px;
}

.chalet-detail-btn--website {
  background: #fff;
  color: #1e293b;
}

/* Responsive */
@media (max-width: 768px) {
  .chalet-detail-content {
    grid-template-columns: 1fr;
  }

  .chalet-detail-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .chalet-detail-hero {
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }

  .chalet-detail-title {
    font-size: 1.5rem;
  }

  .chalet-detail-availability-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 14px 16px;
    gap: 10px;
  }

  .chalet-detail-availability-info {
    flex-direction: column;
    gap: 4px;
  }

  .chalet-detail-availability-dates {
    min-width: 0;
  }

  .chalet-detail-availability-card .chalet-detail-btn--enquire {
    width: 100%;
  }
}

/* ===== Host Profile Page ===== */

.host-profile-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 24px;
}

.host-profile-logo {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.host-profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.host-profile-bio {
  color: #94a3b8;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.6;
}

.host-profile-links {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.host-profile-link {
  color: #0ea5e9;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
}

.host-profile-link:hover {
  text-decoration: underline;
}

.host-profile-section {
  max-width: 1280px;
  margin: 40px auto 64px;
  padding: 0 24px;
}

.host-profile-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px;
}

.host-profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.host-chalet-card {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s, transform 0.2s;
}

.host-chalet-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.host-chalet-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
}

.host-chalet-card-img {
  object-fit: cover;
}

.host-chalet-card-body {
  padding: 16px;
}

.host-chalet-card-name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.host-chalet-card-resort {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 4px 0 0;
}

.host-chalet-card-meta {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  font-size: 0.8125rem;
  color: #64748b;
}

.host-chalet-card-price {
  color: #22c55e;
  font-weight: 500;
}

@media (max-width: 768px) {
  .host-profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .host-profile-links {
    justify-content: center;
  }

  .host-profile-name {
    font-size: 1.5rem;
  }
}


/* Override: section-large-2 should not have left margin */
.section-large-2 {
  margin-left: 0;
}


/* Hero header (homepage) — restore styles removed from latest ch-2026.css */
.resortbg-copy {
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
  border-radius: 20px;
  height: 60vh;
  padding: 0;
  display: flex;
  position: relative;
}

.homeheader {
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50svh;
  display: flex;
  position: relative;
}

.div-block-33-copy {
  color: #000;
  max-width: 700px;
}


/* ===================================================================
   CHALET HUNTER DESIGN TOKENS — single source of truth
   -------------------------------------------------------------------
   Surfaces, borders, type and motion. Anything outside this block
   should consume these vars — no ad-hoc hex / rgba in components.
   ------------------------------------------------------------------- */
:root {
  /* Surfaces */
  --ch-bg: #0a0b0e;
  --ch-surface: #121317;
  --ch-surface-2: #191b21;
  --ch-surface-3: #20232a;

  /* Borders */
  --ch-border: rgba(255, 255, 255, 0.06);
  --ch-border-strong: rgba(255, 255, 255, 0.12);
  --ch-line: rgba(255, 255, 255, 0.08);
  --ch-line-strong: rgba(255, 255, 255, 0.16);

  /* Text */
  --ch-text: #f4f4f6;
  --ch-text-soft: #b8b9c2;
  --ch-text-muted: #7a7b85;
  --ch-text-dim: rgba(255, 255, 255, 0.55);
  --ch-ink: #000;

  /* Accent — cold alpine blue */
  --ch-accent: #6cc7f5;
  --ch-accent-soft: rgba(108, 199, 245, 0.10);
  --ch-accent-strong: rgba(108, 199, 245, 0.22);

  /* Radius scale */
  --ch-radius-pill: 9999px;
  --ch-radius-button: 12px;
  --ch-radius-card: 24px;
  --ch-radius-hero: 32px;

  /* Shadows */
  --ch-shadow-sm:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 4px 16px rgba(0, 0, 0, 0.40);
  --ch-shadow-md:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 12px 32px rgba(0, 0, 0, 0.45);
  --ch-shadow-lg:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 24px 80px rgba(0, 0, 0, 0.60);

  /* Motion — calm, premium */
  --ch-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ch-duration-fast: 160ms;
  --ch-duration: 240ms;
  --ch-duration-slow: 420ms;

  /* Typography — humanist sans for eyebrows, meta, captions, labels.
     Was Geist Mono; replaced for a warmer luxury-hospitality register. */
  --ch-font-display: 'Cabinet Grotesk', var(--font-body), 'Inter Tight',
                     system-ui, -apple-system, sans-serif;
}

/* ===================== HOME SEARCH BAR ===================== */
.home-search-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(20, 20, 24, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 8px 8px 22px;
  width: 100%;
  max-width: 600px;
  margin: 28px auto 0;
  box-shadow: var(--ch-shadow-lg);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-search-bar:focus-within {
  border-color: rgba(94, 200, 245, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 0 0 4px rgba(94, 200, 245, 0.08);
}
.home-search-icon { color: var(--ch-text-soft); display: flex; flex-shrink: 0; }
.home-search-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: var(--ch-text);
  font-size: 16px;
  padding: 12px 0;
  font-family: inherit;
}
.home-search-input::placeholder { color: var(--ch-text-muted); }
.home-search-submit {
  background: var(--ch-text);
  color: #0d0d10;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.2px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.home-search-submit:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}
@media (max-width: 479px) {
  .home-search-bar { padding: 6px 6px 6px 16px; }
  .home-search-submit { padding: 10px 18px; font-size: 14px; }
}

/* ===================== HOME SECTION TITLE ===================== */
.home-section-title {
  text-align: center;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.home-section-title h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--ch-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.home-section-title p {
  color: var(--ch-text-muted);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .home-section-title h2 { font-size: 28px; }
  .home-section-title p { font-size: 15px; }
}

/* ===================== STATS BAND ===================== */
.home-stats {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 32px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(94, 200, 245, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--ch-shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.home-stat {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 8px 24px;
  position: relative;
}
.home-stat + .home-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08), transparent);
}
.home-stat-number {
  font-size: 44px;
  font-weight: 700;
  color: var(--ch-text);
  line-height: 1;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #fff 0%, #c9c9cf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-stat-label {
  font-size: 12px;
  color: var(--ch-text-muted);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-stats { padding: 24px 16px; }
  .home-stat-number { font-size: 32px; }
  .home-stat + .home-stat::before { display: none; }
}

/* ===================== POPULAR RESORTS GRID ===================== */
.popular-resorts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) { .popular-resorts-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 479px) { .popular-resorts-grid { grid-template-columns: 1fr; } }

.popular-resort-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ch-text);
  background: var(--ch-surface);
  box-shadow: var(--ch-shadow-sm);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  isolation: isolate;
}
.popular-resort-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ch-shadow-lg);
}
.popular-resort-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .35s ease;
}
.popular-resort-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}
.popular-resort-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.4) 35%,
    rgba(0,0,0,0) 65%);
  z-index: 1;
}
.popular-resort-info {
  position: absolute;
  left: 20px; right: 20px; bottom: 18px;
  z-index: 2;
}
.popular-resort-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.popular-resort-meta {
  font-size: 13px;
  color: var(--ch-text-soft);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ===================== COUNTRY CHIPS ===================== */
.country-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.country-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  color: var(--ch-text-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
}
.country-chip:hover {
  background: var(--ch-surface-2);
  border-color: var(--ch-border-strong);
  color: var(--ch-text);
  transform: translateY(-2px);
  box-shadow: var(--ch-shadow-sm);
}
.country-chip > span:first-child { font-size: 18px; line-height: 1; }
.country-chip-count {
  color: var(--ch-text-muted);
  font-size: 12px;
  font-weight: 400;
}

/* ===================== FAQ ===================== */
.home-faq {
  max-width: 820px;
  margin: 0 auto;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--ch-shadow-sm);
}
.home-faq-item {
  border-bottom: 1px solid var(--ch-border);
  padding: 0;
  transition: background .2s ease;
}
.home-faq-item:last-child { border-bottom: none; }
.home-faq-item:hover { background: rgba(255, 255, 255, 0.02); }
.home-faq-item[open] {
  background: rgba(94, 200, 245, 0.04);
}
.home-faq-item[open] .home-faq-q::after {
  transform: rotate(45deg);
  color: var(--ch-accent);
}

.home-faq-q {
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: var(--ch-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  letter-spacing: -0.1px;
}
.home-faq-q::-webkit-details-marker { display: none; }
.home-faq-q::after {
  content: '+';
  font-size: 28px;
  color: var(--ch-text-muted);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), color .2s ease;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 300;
}
.home-faq-a {
  padding: 0 28px 24px;
  color: var(--ch-text-soft);
  line-height: 1.65;
  font-size: 15px;
}
@media (max-width: 479px) {
  .home-faq-q { padding: 18px 20px; font-size: 16px; }
  .home-faq-a { padding: 0 20px 20px; }
}


/* ===================== SEASONAL STRIP ===================== */
.seasonal-strip {
  background: linear-gradient(135deg, rgba(94, 200, 245, 0.12) 0%, rgba(94, 200, 245, 0.04) 100%);
  border-top: 1px solid rgba(94, 200, 245, 0.18);
  border-bottom: 1px solid rgba(94, 200, 245, 0.18);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  transition: background-color 1.2s ease, background 1.2s ease, border-color 1.2s ease, box-shadow 1.2s ease, color 1.2s ease;
}
.seasonal-strip-text,
.seasonal-strip-cta {
  transition: color 1.2s ease;
}
.seasonal-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.seasonal-strip-badge {
  background: var(--ch-accent);
  color: #0d0d10;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 999px;
}
.seasonal-strip-text {
  color: var(--ch-text-soft);
  font-size: 14px;
}
.seasonal-strip-cta {
  color: var(--ch-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease;
}
.seasonal-strip-cta:hover { border-color: var(--ch-text); }
.seasonal-strip.is-stuck {
  background: #0d0d10;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.seasonal-strip.is-stuck .seasonal-strip-text { color: #e5e5e5; }
.seasonal-strip.is-stuck .seasonal-strip-cta { color: #fff; }
.seasonal-strip.is-stuck .seasonal-strip-cta:hover { border-color: #fff; }
@media (max-width: 559px) {
  .seasonal-strip-inner { gap: 10px; padding: 12px 16px; }
  .seasonal-strip-text { font-size: 13px; text-align: center; flex-basis: 100%; }
}

/* ===================== CHALET CARD CLS FIX ===================== */
/* Reserve the image slot so layout doesn't jump when the photo loads. */
.chalet-card .headerimagecard {
  aspect-ratio: 4 / 3;
  height: auto;
  background: var(--ch-surface-2, #1e1e22);
}
.chalet-card .resortheaderimage {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===================== RESORTS INDEX ===================== */
.resorts-country-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.resorts-country-section {
  padding: 96px 5% 80px;
  border-top: 1px solid var(--ch-line);
  position: relative;
}
.resorts-country-section:first-child {
  border-top: none;
}
.resorts-country-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
  max-width: 1600px;
}
.resorts-country-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
}
.resorts-country-flag {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}
.resorts-country-index {
  color: var(--ch-accent);
  font-weight: 500;
}
.resorts-country-count {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.5);
}
.resorts-country-name {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
}
.resorts-country-name em {
  font-style: italic;
  color: var(--ch-accent);
}

.resorts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
@media (min-width: 1400px) {
  .resorts-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .resorts-grid { grid-template-columns: 1fr; gap: 12px; }
  .resorts-country-section { padding: 56px 0 40px; }
  .resorts-country-header { margin-bottom: 28px; }
}

.resort-card {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.resort-card:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 200, 245, 0.35);
  background: rgba(94, 200, 245, 0.05);
}

.resort-card-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.resort-card-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--ch-font-display);
  font-size: 10.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.resort-card-stat + .resort-card-stat::before {
  content: '·';
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.25);
}
.resort-card-price {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--ch-accent);
  font-weight: 500;
}
.resort-card-name {
  margin: 0;
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
}
.resort-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.resort-card-meta {
  font-family: var(--ch-font-display);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.resort-card-arrow {
  color: rgba(255, 255, 255, 0.35);
  font-size: 18px;
  line-height: 1;
  margin-left: auto;
  transition: transform .3s ease, color .3s ease;
}
.resort-card:hover .resort-card-arrow {
  color: var(--ch-accent);
  transform: translateX(4px);
}

/* ===================== COMMAND PALETTE (cmdk) ===================== */
.cmdk-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12vh;
  animation: cmdk-fade .15s ease;
}
@keyframes cmdk-fade { from { opacity: 0; } }
.cmdk-panel {
  width: min(640px, 92vw);
  background: #0f1116;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  animation: cmdk-rise .18s ease;
}
@keyframes cmdk-rise { from { transform: translateY(8px); opacity: 0; } }
.cmdk-panel [cmdk-input] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 16px;
  padding: 18px 20px;
  outline: none;
}
.cmdk-panel [cmdk-input]::placeholder { color: rgba(255,255,255,0.35); }
.cmdk-panel [cmdk-list] {
  max-height: 50vh;
  overflow-y: auto;
  padding: 8px;
}
.cmdk-panel [cmdk-group-heading] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(255,255,255,0.4);
  padding: 10px 12px 6px;
}
.cmdk-panel [cmdk-item] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.cmdk-panel [cmdk-item][data-selected="true"] {
  background: rgba(94, 200, 245, 0.10);
  color: #5ec8f5;
}
.cmdk-panel .cmdk-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
.cmdk-panel [cmdk-empty] {
  padding: 24px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.cmdk-foot {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}
.cmdk-foot kbd {
  background: rgba(255,255,255,0.08);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 10px;
  margin-right: 2px;
}

/* ===================== STICKY SEARCH RAIL ===================== */
#search-rail.is-stuck {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background: rgba(10, 10, 15, 0.85) !important;
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
#search-rail.is-stuck .resort-search-bar {
  transform: scale(0.96);
  transform-origin: center top;
  transition: transform .3s ease;
}

/* ===================== SKELETON / SHIMMER ===================== */
.skeleton {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  isolation: isolate;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 30%,
    rgba(94, 200, 245, 0.10) 50%,
    rgba(255, 255, 255, 0.06) 70%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.6s ease-in-out infinite;
}
@keyframes skeleton-shimmer {
  100% { transform: translateX(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton::after { animation: none; }
}
.chalet-grid-skeleton {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.chalet-card-skeleton {
  background: var(--ch-surface, #16161a);
  border: 1px solid var(--ch-border, rgba(255,255,255,0.08));
  border-radius: 20px;
  padding: 14px;
}

/* ===================== VIEW TRANSITIONS ===================== */
@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: .35s;
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}
::view-transition-old(root) { animation-name: vt-fade-out; }
::view-transition-new(root) { animation-name: vt-fade-in; }
@keyframes vt-fade-out { to { opacity: 0; transform: translateY(-4px); } }
@keyframes vt-fade-in  { from { opacity: 0; transform: translateY(4px); } }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none !important; }
}

/* ===================== SMOOTH SCROLL (Lenis) ===================== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ===================== MOUSE GLOW ===================== */
#mouse-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: screen;
  background: radial-gradient(
    720px circle at var(--mx, 50%) var(--my, 50%),
    rgba(94, 200, 245, 0.16) 0%,
    rgba(94, 200, 245, 0.07) 30%,
    rgba(94, 200, 245, 0.02) 55%,
    transparent 70%
  );
  transition: opacity .3s ease;
}
@media (prefers-reduced-motion: reduce) {
  #mouse-glow { display: none; }
}

/* ===================== FAQ + NEWSLETTER GRID ===================== */
.faq-newsletter-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.faq-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 80px;
}
.faq-newsletter-grid .newsletter-signup { max-width: none; }
.register-card {
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at bottom left, rgba(94, 200, 245, 0.12) 0%, transparent 60%),
    var(--ch-surface);
  border: 1px solid var(--ch-border);
  box-shadow: var(--ch-shadow-md);
  text-align: center;
}
.register-card-badge {
  display: inline-block;
  background: rgba(94, 200, 245, 0.15);
  color: #5ec8f5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.register-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ch-text);
  letter-spacing: -0.3px;
  margin: 0 0 10px;
}
.register-card-sub {
  color: var(--ch-text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.register-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.register-card-list li {
  color: var(--ch-text);
  font-size: 14px;
  padding-left: 24px;
  position: relative;
}
.register-card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5ec8f5;
  font-weight: 700;
}
.register-card-cta {
  display: inline-block;
  background: var(--ch-text);
  color: #0d0d10;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .15s ease;
}
.register-card-cta:hover { transform: translateY(-1px); }
.register-card-foot {
  color: var(--ch-text-muted);
  font-size: 13px;
  margin: 14px 0 0;
}
.register-card-foot a { color: var(--ch-text); text-decoration: underline; }
.home-section-title-left { text-align: left; margin-left: 0; }
@media (max-width: 899px) {
  .faq-newsletter-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-sidebar { position: static; }
}

/* ===================== NEWSLETTER ===================== */
.newsletter-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 48px;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(94, 200, 245, 0.08) 0%, transparent 60%),
    var(--ch-surface);
  border: 1px solid var(--ch-border);
  box-shadow: var(--ch-shadow-md);
}
@media (max-width: 767px) {
  .newsletter-signup { padding: 32px 24px; }
}
.newsletter-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--ch-text);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.newsletter-sub {
  color: var(--ch-text-muted);
  font-size: 15px;
  line-height: 1.55;
}
.newsletter-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 480px;
  justify-content: center;
}
.newsletter-input {
  flex: 1;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--ch-border);
  border-radius: 999px;
  color: var(--ch-text);
  font-size: 15px;
  padding: 14px 22px;
  outline: none;
  transition: border-color .15s ease;
  font-family: inherit;
}
.newsletter-input::placeholder { color: var(--ch-text-muted); }
.newsletter-input:focus { border-color: var(--ch-accent); }
.newsletter-submit {
  background: var(--ch-text);
  color: #0d0d10;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  font-family: inherit;
}
.newsletter-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.newsletter-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.newsletter-success {
  color: #4ade80;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 22px;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.3);
  border-radius: 999px;
  display: inline-block;
}
.newsletter-error {
  color: #f87171;
  font-size: 13px;
  flex-basis: 100%;
}


/* ===================== RESORT TILES (text-based) ===================== */
.resort-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 991px) { .resort-tile-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .resort-tile-grid { grid-template-columns: 1fr; } }

.resort-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: 14px;
  text-decoration: none;
  color: var(--ch-text);
  transition: all .2s ease;
  position: relative;
}
.resort-tile:hover {
  background: var(--ch-surface-2);
  border-color: var(--ch-accent);
  transform: translateY(-2px);
  box-shadow: var(--ch-shadow-md);
}
.resort-tile-flag {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  filter: saturate(1.1);
}
.resort-tile-body {
  flex: 1;
  min-width: 0;
}
.resort-tile-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--ch-text);
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resort-tile-meta {
  font-size: 12px;
  color: var(--ch-text-muted);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resort-tile-arrow {
  color: var(--ch-text-muted);
  flex-shrink: 0;
  transition: transform .2s ease, color .2s ease;
}
.resort-tile:hover .resort-tile-arrow {
  color: var(--ch-accent);
  transform: translateX(3px);
}

/* ──────────────────────────────────────────────────────────── */
/* Chalet card — editorial dark surface, blue hover accent      */
/* ──────────────────────────────────────────────────────────── */

.chalet-card {
  gap: 0;
  padding: 8px 8px 4px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}
.chalet-card .column-regular {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.chalet-card .column-xx-small {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.chalet-card .chalet-card-prices {
  margin-top: auto;
}
.chalet-card:hover {
  border-color: rgba(94, 200, 245, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -12px rgba(94, 200, 245, 0.35);
}

/* Image nested with its own radius (Airbnb-style inset) */
.chalet-card .headerimagecard {
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 14px;
}
.chalet-card .resortheaderimage {
  border-radius: 14px !important;
}

/* Heart button: circular dark glass */
.chalet-card .product-top-detail {
  inset: 12px 12px auto;
  padding: 0;
}
.chalet-card .product-like {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.95);
}
.chalet-card .product-like:hover {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}

/* Carousel controls tuned to dark card */
.chalet-card .carousel-arrow {
  background: rgba(255, 255, 255, 0.95);
  color: #121214;
}
.chalet-card .carousel-arrow:hover {
  background: #fff;
}

/* Body padding & spacing */
.chalet-card .column-regular {
  padding: 14px 10px 12px;
  gap: 10px;
  width: 100%;
  min-width: 0;
}
.chalet-card .column-xx-small {
  gap: 10px;
  min-width: 0;
}
.chalet-card .div-block-12 {
  gap: 10px;
  min-width: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.chalet-card .div-block-31 {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
}

/* Breadcrumb: softer, no uppercase, truncates gracefully */
.chalet-card .breadcrumb-wrapper {
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
  gap: 4px;
  min-width: 0;
  overflow: hidden;
}
.chalet-card .breadcrumb-wrapper .breadcrumb-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.chalet-card .breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.chalet-card .breadcrumb-link:hover {
  color: #fff;
}

/* Stat chips (beds, guests) */
.chalet-card .course-item-statistics {
  width: auto;
}
.chalet-card .course-item-statistics-left {
  gap: 6px;
}
.chalet-card .course-item-statistic {
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
}
.chalet-card .course-item-statistic .caption-small {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
}

/* Chalet name — editorial weight */
.chalet-card .div-block-30 {
  margin-top: 4px;
}
.chalet-card .paragraph-large.text-weight-medium {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #fff;
}

/* Price section — date left, per-night + weekly total right */
.chalet-card .chalet-card-prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.chalet-card .chalet-card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.chalet-card .chalet-card-price-dates {
  font-size: 11px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  font-weight: 500;
}
.chalet-card .chalet-card-price-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
.chalet-card .chalet-card-price-primary {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.1px;
}
.chalet-card .chalet-card-price-secondary {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1px;
}
.chalet-card .chalet-card-price-more {
  font-size: 11px;
  color: var(--ch-accent);
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════ */
/*  Editorial sections — "Where we are" + "Before you book"   */
/* ═══════════════════════════════════════════════════════════ */

/* Footer: inherit body background (no distinct color) */
.footer-section {
  background-color: transparent;
}

/* Editorial full-bleed sections — midnight navy */
.browse-section.section-large-2,
.popular-section.section-large-2 {
  position: relative;
  margin: 0;
  padding: 96px 5% 96px;
  width: 100%;
  max-width: 100%;
  background: var(--ch-bg);
  border: none;
  overflow: hidden;
  isolation: isolate;
}
/* Subtle topographic contour pattern — fades at edges so it never reads
   as a hard rectangle.
   The source asset is dark-teal lines on dark-teal background, so we
   invert + desaturate to get light contour lines visible on the dark
   page. */
.browse-section.section-large-2::before,
.popular-section.section-large-2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('/AdobeStock_1705274564.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.07;
  filter: invert(1) saturate(0) brightness(0.85) contrast(0.95);
  mask-image: radial-gradient(110% 130% at 50% 50%, black 0%, black 45%, transparent 100%);
  -webkit-mask-image: radial-gradient(110% 130% at 50% 50%, black 0%, black 45%, transparent 100%);
  pointer-events: none;
}
/* Optional warm accent glow behind the content for atmosphere */
.browse-section.section-large-2::after,
.popular-section.section-large-2::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(50% 60% at 50% 50%, var(--ch-accent-soft), transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}
.browse-section.section-large-2 > *,
.popular-section.section-large-2 > * {
  position: relative;
}

/* ═══════════════════════════════════════════════════════════ */
/*  Resort page — topographical hero                           */
/* ═══════════════════════════════════════════════════════════ */

.resort-hero {
  position: relative;
  background: #000;
  overflow: hidden;
  min-height: 620px;
  padding: 140px 5% 80px;
  isolation: isolate;
  border-bottom: 1px solid var(--ch-line);
}

.resort-hero-topo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.resort-hero-topo .topo-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* Cinematic treatment on the Mapbox tiles only — markers exempt.
   Lowers saturation, lifts contrast, slight warm tint for dusk-alpine feel. */
.resort-hero-topo .topo-map .mapboxgl-canvas {
  filter: saturate(0.7) contrast(1.15) brightness(0.68) sepia(0.15) hue-rotate(-8deg);
}
/* Warm overlay adds a subtle golden-hour wash, but never hides the map */
.resort-hero-topo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(255, 140, 60, 0.08), transparent 60%),
    linear-gradient(to bottom, rgba(30, 40, 80, 0.15), transparent 40%);
  mix-blend-mode: screen;
  z-index: 1;
}
/* Snapshot mode: skip the golden-hour wash — applied at display time instead */
.resort-hero-topo--snapshot::after {
  display: none;
}
/* Static snapshot image served in place of the live map */
.resort-hero-topo .topo-map-static {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ── World map hero ────────────────────────────────────────── */
.resort-hero-topo .world-map {
  position: absolute;
  inset: 0;
}
.world-map {
  width: 100%;
  height: 100%;
  display: block;
}

/* Filled country silhouettes with soft white borders */
.world-map-countries path {
  fill: #1b1d23;
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 0.4;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

/* Pulsing resort markers */
.world-map-marker-dot {
  fill: var(--ch-accent);
  filter: drop-shadow(0 0 4px rgba(94, 200, 245, 0.95))
          drop-shadow(0 0 12px rgba(94, 200, 245, 0.55));
}
.world-map-marker-ring {
  fill: none;
  stroke: var(--ch-accent);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.world-map-marker-crosshair line {
  stroke: var(--ch-accent);
  stroke-linecap: round;
  opacity: 0.9;
  filter: drop-shadow(0 0 3px rgba(94, 200, 245, 0.8));
}
.world-map-marker--pulse .world-map-marker-ring {
  animation: world-map-pulse 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}
.world-map-marker--pulse .world-map-marker-ring--delay {
  animation-delay: 1.2s;
}
@keyframes world-map-pulse {
  0%   { transform: scale(1);  opacity: 1; }
  80%  { transform: scale(6);  opacity: 0; }
  100% { transform: scale(6);  opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .world-map-marker--pulse .world-map-marker-ring {
    animation: none;
    opacity: 0;
  }
}

/* Shared TopoMap container + marker */
.topo-map {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 800ms ease-out;
}
.topo-map.is-ready {
  opacity: 1;
}
.topo-map-marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ch-accent);
  box-shadow: 0 0 0 4px rgba(94, 200, 245, 0.3), 0 0 28px rgba(94, 200, 245, 0.9);
  position: relative;
  z-index: 5;
}
.topo-map-marker::before,
.topo-map-marker::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 3px solid var(--ch-accent);
  animation: topo-marker-pulse 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  pointer-events: none;
}
.topo-map-marker::after {
  animation-delay: 1.2s;
}
@keyframes topo-marker-pulse {
  0%   { transform: scale(1);   opacity: 1;   }
  80%  { transform: scale(5);   opacity: 0;   }
  100% { transform: scale(5);   opacity: 0;   }
}
@media (prefers-reduced-motion: reduce) {
  .topo-map-marker::before,
  .topo-map-marker::after { animation: none; opacity: 0; }
}
.topo-map .mapboxgl-ctrl-logo,
.topo-map .mapboxgl-ctrl-attrib {
  opacity: 0.3;
  transform: scale(0.8);
  transform-origin: bottom left;
}

.resort-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 70% at 50% 40%, transparent 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.8) 100%),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      transparent 22%,
      transparent 45%,
      rgba(0, 0, 0, 0.45) 70%,
      rgba(0, 0, 0, 0.85) 90%,
      #000 100%
    );
}

.resort-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}

.resort-hero-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin-bottom: 32px;
}
.resort-hero-crumb a {
  color: var(--ch-text-dim);
  text-decoration: none;
  transition: color 0.15s ease;
}
.resort-hero-crumb a:hover {
  color: var(--ch-accent);
}
.resort-hero-crumb-flag {
  font-size: 14px;
  line-height: 1;
}
.resort-hero-crumb-sep {
  color: rgba(255, 255, 255, 0.25);
}

.resort-hero-title {
  font-family: var(--font-serif), serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
  color: #fff;
  margin: 0;
  letter-spacing: -0.03em;
  max-width: 14ch;
}
.resort-hero-title em {
  font-style: italic;
  color: var(--ch-accent);
}

.resort-hero-intro {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ch-text-muted);
  margin: 32px 0 40px;
  max-width: 60ch;
}

.resort-hero-meta {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 24px 0;
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}
.resort-hero-meta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.resort-hero-meta dt {
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin: 0;
}
.resort-hero-meta dd {
  font-family: var(--font-serif), serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.resort-hero-search {
  margin-top: 16px;
  max-width: 760px;
}

@media (prefers-reduced-motion: reduce) {
  .resort-hero-topo,
  .resort-hero-contours path,
  .resort-hero-anchor-halo {
    animation: none;
  }
  .resort-hero-contours path {
    stroke-dashoffset: 0;
    opacity: 0.5;
  }
}

/* ── Resort: About section ─────────────────────────────────── */

#resort-about {
  padding: 96px 5% 72px;
  margin: 0;
  border-top: 1px solid var(--ch-line);
  align-items: center;
}

#resort-about .container-medium-2-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 28px;
  padding: 0;
  width: 100%;
  min-width: 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

#resort-about .resort-intro {
  display: contents;
}

#resort-about .h3-heading-3 {
  display: block;
  margin: 0;
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

#resort-about .paragraph-x-large-2 {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ch-text-muted);
  max-width: 75ch;
}

#resort-about .paragraph-x-large-2 strong {
  color: #fff;
  font-weight: 500;
}

#resort-about .div-block-27-copy,
#resort-about .div-block-27 {
  margin-top: 0;
  justify-content: center;
  flex-wrap: wrap;
}

#resort-about .div-block-27-copy {
  margin-top: 12px;
}

@media (max-width: 767px) {
  #resort-about {
    padding: 56px 5% 40px;
  }
  #resort-about .container-medium-2-copy {
    row-gap: 20px;
  }
  #resort-about .h3-heading-3 {
    font-size: 28px;
  }
  #resort-about .paragraph-x-large-2 {
    font-size: 16px;
  }
}

.browse-section .home-section-title {
  margin-bottom: 32px;
}
.browse-section .country-chip {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}
.browse-section .country-chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(220, 190, 120, 0.4);
}

/* ── Why book direct (editorial) ───────────────────────────── */

.why-section {
  padding: 96px 5% 80px;
  background: transparent;
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}

.why-header {
  margin-bottom: 72px;
}

.why-headline-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  max-width: 64rem;
}

.why-subhead {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  max-width: 60ch;
  margin: 0;
}
@media (min-width: 768px) {
  .why-subhead { font-size: 1.1875rem; line-height: 1.55; }
}

.why-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--ch-line);
}
@media (min-width: 720px) {
  .why-pillars {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 48px;
  }
}
@media (min-width: 1100px) {
  .why-pillars {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 40px;
  }
}

.why-pillar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}
.why-pillar-num {
  font-family: var(--font-serif), serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--ch-accent);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.why-pillar-title {
  font-family: var(--font-serif), serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}
.why-pillar-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ch-text-muted);
  margin: 0;
  max-width: 34ch;
}

/* Stats inside the 4th pillar — compact row */
.why-pillar-stats-row {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.why-pillar-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.why-pillar-stat-num {
  font-family: var(--font-serif), serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.why-pillar-stat-label {
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
}

/* Stats meta-row — sits under the lede, single inline credibility line.
   Replaces the old giant 3-column strip that sat between pillars and CTAs. */
.why-meta-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.875rem;
  margin-top: 1.5rem;
}
.why-meta-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}
.why-meta-stat-num {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--ch-text);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.why-meta-stat-label {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
}
.why-meta-stats-sep {
  color: var(--ch-text-dim);
  opacity: 0.5;
  font-size: 11px;
}

.why-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 56px;
}
.why-cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--ch-line-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ch-text-muted);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease,
    transform 0.2s ease;
}
.why-cta-chip:hover {
  border-color: var(--ch-accent);
  color: #fff;
  background: rgba(94, 200, 245, 0.08);
  transform: translateY(-1px);
}
.why-cta-chip span {
  transition: transform 0.2s ease;
  color: var(--ch-accent);
}
.why-cta-chip:hover span {
  transform: translateX(3px);
}
.why-cta-chip--primary {
  background: rgba(94, 200, 245, 0.14);
  border-color: rgba(94, 200, 245, 0.45);
  color: #fff;
}
.why-cta-chip--primary:hover {
  background: rgba(94, 200, 245, 0.22);
  border-color: var(--ch-accent);
}

/* ── Members (editorial free account) ──────────────────────── */

.members-section {
  padding: 96px 5%;
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
  text-align: center;
}
.members-section .section-eyebrow {
  margin-bottom: 16px;
}

.members-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin-top: 0;
}

.members-copy {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.members-copy .editorial-headline {
  font-size: clamp(36px, 4.5vw, 60px);
  text-align: center;
}

.members-subhead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ch-text-muted);
  margin: 24px auto 32px;
  max-width: 52ch;
  text-align: center;
}

.members-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.members-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: #fff;
  color: #0a0a0f;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.members-cta:hover {
  background: #e7e7ea;
  transform: translateY(-1px);
}
.members-cta span {
  transition: transform 0.15s ease;
}
.members-cta:hover span {
  transform: translateX(3px);
}
.members-signin {
  font-size: 13px;
  color: var(--ch-text-dim);
}
.members-signin a {
  color: var(--ch-accent);
  text-decoration: none;
  font-weight: 500;
}
.members-signin a:hover {
  text-decoration: underline;
}

.members-benefits {
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
  border-top: 1px solid var(--ch-line);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: 980px;
}
@media (min-width: 720px) {
  .members-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
.members-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.members-benefit-num {
  font-family: var(--font-serif), serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--ch-accent);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.members-benefit-title {
  font-family: var(--font-serif), serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.members-benefit-body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ch-text-dim);
  margin: 0;
  max-width: 32ch;
}

/* Typography: Inter Tight for body, Fraunces for headings — overrides ch-2026.css */
body {
  font-family: var(--font-body), 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1-heading, .h2-heading, .h3-heading-3, .h3-heading, .h4-heading,
.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: var(--font-serif), 'Times New Roman', serif;
  letter-spacing: -0.01em;
}

.section-eyebrow {
  font-family: var(--ch-font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin-bottom: 24px;
}

.editorial-headline {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.editorial-headline em {
  font-style: italic;
  color: var(--ch-accent);
  font-family: inherit;
}

.editorial-subheadline {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.editorial-subheadline em {
  font-style: italic;
  color: var(--ch-accent);
  font-family: inherit;
}

/* ── Where we are ─────────────────────────────────────────── */

.where-section {
  padding: 96px 5% 80px;
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}

.where-section-header {
  margin-bottom: 24px;
}

.where-subhead {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ch-text-dim);
  max-width: 420px;
  margin: 16px 0 0;
}

.where-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 960px) {
  .where-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 48px;
  }
}

.where-sticky-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 960px) {
  .where-sticky-side {
    position: sticky;
    top: 24px;
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow: hidden;
  }
}
.where-sticky-side .editorial-headline {
  font-size: clamp(32px, 3vw, 44px);
}

.where-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ch-line);
}

.where-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 4px 18px 0;
  border-bottom: 1px solid var(--ch-line);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, padding 0.2s ease;
}
.where-row:hover,
.where-row.is-active {
  background: rgba(94, 200, 245, 0.05);
  padding-left: 12px;
  padding-right: 12px;
}
.where-row.is-active .where-row-name {
  color: var(--ch-accent);
}

.where-row-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}

.where-row-body {
  min-width: 0;
}
.where-row-name {
  font-family: var(--font-serif), serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  transition: color 0.2s ease;
}
.where-row-meta {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin-top: 4px;
}

.where-row-price {
  text-align: right;
  min-width: 90px;
}
.where-row-price-amount {
  display: block;
  font-family: var(--font-serif), serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
}
.where-row-price-label {
  display: block;
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin-top: 2px;
}

.where-map-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ch-line);
  height: 420px;
  background: #08090d;
  width: 100%;
  isolation: isolate;
  flex: 0 0 420px;
}
.where-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.55) contrast(0.95) brightness(0.88);
}
/* Editorial vignette — subtle darkening at edges */
.where-map-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    transparent 55%,
    rgba(10, 10, 15, 0.35) 85%,
    rgba(10, 10, 15, 0.65) 100%
  );
  z-index: 1;
}
/* Keep markers above the vignette */
.where-map-wrapper .mapboxgl-marker {
  z-index: 2;
}
/* Shrink Mapbox logo/attribution to stay out of the editorial frame */
.where-map-wrapper .mapboxgl-ctrl-logo,
.where-map-wrapper .mapboxgl-ctrl-attrib {
  opacity: 0.35;
  transform: scale(0.85);
  transform-origin: bottom left;
}
.where-map-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 12px 16px;
  background: rgba(10, 10, 15, 0.85);
  border: 1px solid var(--ch-line-strong);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-width: 180px;
}
.where-map-overlay-label {
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin-bottom: 4px;
}
.where-map-overlay-title {
  font-family: var(--font-serif), serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

/* Mapbox markers for "where we are" */
.where-marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ch-accent);
  box-shadow: 0 0 0 3px rgba(94, 200, 245, 0.25), 0 0 14px rgba(94, 200, 245, 0.6);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.where-marker.is-active {
  transform: scale(1.4);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(94, 200, 245, 0.3), 0 0 22px rgba(94, 200, 245, 0.9);
}

/* ── Before you book ──────────────────────────────────────── */

.answers-section {
  padding: 96px 5%;
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}

.answers-header {
  margin-bottom: 56px;
}

.answers-headline-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 64rem;
}

.answers-subhead {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  max-width: 60ch;
  margin: 0;
}
@media (min-width: 768px) {
  .answers-subhead { font-size: 1.1875rem; line-height: 1.55; }
}

.answers-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 960px) {
  .answers-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 64px;
  }
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-button);
  background: var(--ch-surface);
  transition: border-color var(--ch-duration) var(--ch-ease),
              background var(--ch-duration) var(--ch-ease);
}
.faq-item:hover { border-color: var(--ch-border-strong); }
.faq-item.is-open {
  border-color: var(--ch-border-strong);
  background: var(--ch-surface-2);
}
.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: var(--ch-text);
  font-family: var(--font-serif), 'Fraunces', serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.3;
  transition: color var(--ch-duration) var(--ch-ease);
}
.faq-toggle:hover {
  color: var(--ch-accent);
}
.faq-question {
  flex: 1;
}
.faq-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ch-accent);
}
.faq-item.is-open .faq-toggle {
  padding-bottom: 0.75rem;
}
.faq-answer {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  max-width: 60ch;
}

/* Alerts / newsletter card */
.alerts-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ch-line);
  border-radius: 18px;
  padding: 32px;
}
@media (min-width: 960px) {
  .alerts-card {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}
.alerts-eyebrow {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-accent);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.alerts-copy {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ch-text-dim);
  margin: 16px 0 20px;
}
.alerts-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.alerts-input {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--ch-line-strong);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease;
}
.alerts-input:focus {
  border-color: var(--ch-accent);
}
.alerts-input::placeholder {
  color: var(--ch-text-dim);
}
.alerts-submit {
  padding: 12px 22px;
  background: var(--ch-accent);
  color: #0a0a0f;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.alerts-submit:hover {
  background: #a9c8de;
  transform: translateY(-1px);
}
.alerts-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.alerts-success {
  padding: 14px 16px;
  background: rgba(94, 200, 245, 0.1);
  border: 1px solid rgba(94, 200, 245, 0.35);
  border-radius: 12px;
  color: var(--ch-accent);
  font-size: 14px;
}
.alerts-error {
  margin-top: 12px;
  font-size: 13px;
  color: #e74c3c;
}
.alerts-footnote {
  margin-top: 16px;
  font-size: 12px;
  color: var(--ch-text-dim);
}


/* ============================================================
   Marketing pages: Blog (luxury grid), Contact, FAQ, Legal, About
   Uses --ch-* dark theme tokens + Fraunces serif for editorial heads
   ============================================================ */

/* --- Blog: page header --- */
.blog-page-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 0 1rem;
}
.blog-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ch-accent);
  margin-bottom: 1rem;
}
.blog-page-title {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  color: var(--ch-text);
}
.blog-page-title em {
  font-style: italic;
  color: var(--ch-accent);
}
.blog-page-tagline {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  color: var(--ch-text-soft);
  line-height: 1.6;
  margin: 0;
}

/* --- Blog: featured (hero) card --- */
.blog-listing {
  padding-top: 1rem !important;
}
.blog-feature-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin-bottom: 3rem;
  transition: transform 0.35s ease, border-color 0.25s ease, box-shadow 0.35s ease;
}
.blog-feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--ch-border-strong);
  box-shadow: var(--ch-shadow-lg);
}
.blog-feature-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.blog-feature-media img {
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-feature-card:hover .blog-feature-media img {
  transform: scale(1.04);
}
.blog-feature-body {
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.blog-feature-title {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ch-text);
}
.blog-feature-excerpt {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  margin: 0;
}
.blog-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ch-accent);
  margin-top: 0.5rem;
}
@media (max-width: 900px) {
  .blog-feature-card {
    grid-template-columns: 1fr;
  }
  .blog-feature-media {
    min-height: 280px;
  }
  .blog-feature-body {
    padding: 2rem 1.75rem;
  }
}

/* --- Blog: grid of secondary cards --- */
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
.blog-card {
  list-style: none;
}
.blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: 20px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.25s ease, box-shadow 0.3s ease;
}
.blog-card-link:hover {
  transform: translateY(-4px);
  border-color: var(--ch-border-strong);
  box-shadow: var(--ch-shadow-md);
}
.blog-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--ch-bg);
  overflow: hidden;
}
.blog-card-media img {
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card-link:hover .blog-card-media img {
  transform: scale(1.05);
}
.blog-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.blog-card-category,
.blog-card-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blog-card-category {
  display: inline-block;
  align-self: flex-start;
  color: var(--ch-accent);
}
.blog-card-meta {
  color: var(--ch-text-muted);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: none;
  font-size: 13px;
  margin-top: auto;
}
.blog-card-title {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ch-text);
}
.blog-card-excerpt {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ch-text-soft);
  margin: 0;
}

/* --- Blog post detail --- */
.blog-post {
  background: var(--ch-bg);
}
.blog-post-hero {
  position: relative;
  height: clamp(380px, 60vh, 620px);
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.blog-post-hero-image {
  object-fit: cover;
  z-index: 0;
}
.blog-post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(13, 13, 16, 0.95) 100%);
  z-index: 1;
}
.blog-post-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--ch-text);
}
.blog-post-back-link {
  font-size: 13px;
  color: var(--ch-text-soft);
  text-decoration: none;
  letter-spacing: 0.04em;
  align-self: flex-start;
  margin-bottom: 0.5rem;
}
.blog-post-back-link:hover {
  color: var(--ch-text);
}
.blog-post-hero-title {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 0;
  max-width: 820px;
}
.blog-post-hero-meta {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--ch-text-soft);
  text-transform: uppercase;
  font-weight: 500;
}
.blog-post-lede {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(1.25rem, 1.75vw, 1.5rem);
  line-height: 1.45;
  font-style: italic;
  color: var(--ch-text);
  font-weight: 400;
}
.blog-post-body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--ch-text-soft);
}
.blog-post-body > * + * { margin-top: 0; }
.blog-post-body h2 {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 3rem 0 1rem;
  color: var(--ch-text);
  line-height: 1.2;
}
.blog-post-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2.25rem 0 0.75rem;
  color: var(--ch-text);
}
.blog-post-body p {
  margin: 0 0 1.5rem;
}
.blog-post-body ul,
.blog-post-body ol {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}
.blog-post-body li {
  margin-bottom: 0.5rem;
}
.blog-post-body a {
  color: var(--ch-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.blog-post-body strong {
  color: var(--ch-text);
  font-weight: 600;
}
.blog-post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
}
.blog-post-body th,
.blog-post-body td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--ch-border);
  text-align: left;
}
.blog-post-body th {
  background: var(--ch-surface);
  font-weight: 600;
  color: var(--ch-text);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.blog-post-body code {
  background: var(--ch-surface);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}
.blog-post-body blockquote {
  border-left: 3px solid var(--ch-accent);
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-style: italic;
  color: var(--ch-text);
  font-size: 1.125rem;
}

/* --- Contact page --- */
.contact-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  align-items: start;
}
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
.contact-aside {
  padding: 2.25rem;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-card);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-aside h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--ch-text);
}
.contact-aside a {
  color: var(--ch-text);
  text-decoration: underline;
  text-decoration-color: var(--ch-border-strong);
  text-underline-offset: 0.25em;
  transition: text-decoration-color var(--ch-duration) var(--ch-ease);
}
.contact-aside a:hover { text-decoration-color: var(--ch-accent); }
.contact-aside-list {
  margin: 0;
  font-size: 14px;
  color: var(--ch-text-soft);
  line-height: 1.6;
}
.contact-aside-list dt {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 1.25rem;
  color: var(--ch-text-muted);
}
.contact-aside-list dt:first-child { margin-top: 0; }
.contact-aside-list dd {
  margin: 0.35rem 0 0;
  color: var(--ch-text);
}
.contact-form {
  display: grid;
  gap: 1.5rem;
}
.contact-form > button[type='submit'] { justify-self: start; margin-top: 0.5rem; }
.contact-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--ch-text-muted);
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--ch-border);
  background: var(--ch-surface);
  color: var(--ch-text);
  font-size: 15px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}
.contact-field input:focus,
.contact-field textarea:focus { border-color: var(--ch-accent); }
.contact-textarea { resize: vertical; min-height: 160px; }
.contact-submit {
  padding: 0.95rem 1.75rem;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  justify-self: start;
}
.contact-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.contact-error {
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.35);
  color: #e74c3c;
  padding: 0.875rem 1rem;
  border-radius: 10px;
  font-size: 14px;
}
.contact-success {
  padding: 2rem;
  background: var(--ch-accent-soft);
  border: 1px solid var(--ch-accent);
  border-radius: 20px;
  color: var(--ch-text);
}
.contact-success strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-weight: 400;
}
.contact-success p { margin: 0; color: var(--ch-text-soft); }

/* --- Legal / About prose --- */
.legal-body, .about-body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--ch-text-soft);
}
.legal-body h2, .about-body h2 {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 3rem 0 1rem;
  color: var(--ch-text);
}
.legal-body h2:first-child, .about-body h2:first-child { margin-top: 0; }
.legal-body p, .about-body p { margin: 0 0 1.5rem; }
.legal-body ul, .about-body ul { margin: 0 0 1.5rem; padding-left: 1.5rem; }
.legal-body li, .about-body li { margin-bottom: 0.5rem; }
.legal-body strong, .about-body strong { color: var(--ch-text); }
.legal-body a, .about-body a {
  color: var(--ch-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- About page hero --- */
.about-hero {
  position: relative;
  height: clamp(380px, 55vh, 560px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.about-hero-image { object-fit: cover; z-index: 0; }
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(13,13,16,0.85) 100%);
  z-index: 1;
}
.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1.5rem 3.5rem;
}
.about-hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ch-accent);
  display: block;
  margin-bottom: 1rem;
}
.about-hero-title {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ch-text);
  max-width: 720px;
}
.about-hero-title em { font-style: italic; color: var(--ch-accent); }
.about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin: 3rem auto;
  max-width: 720px;
  padding: 2.5rem 0;
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
}
.about-stat-value {
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ch-text);
  display: block;
  line-height: 1;
}
.about-stat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
  margin-top: 0.5rem;
  display: block;
}

/* --- FAQ page --- */
.faq-section { margin-bottom: 3rem; max-width: 800px; margin-left: auto; margin-right: auto; }
.faq-section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ch-accent);
  margin: 0 0 1.25rem;
}
.faq-items { display: grid; gap: 0.75rem; }
.faq-item {
  border: 1px solid var(--ch-border);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  background: var(--ch-surface);
  transition: border-color 0.2s;
}
.faq-item[open] { border-color: var(--ch-border-strong); }
.faq-question {
  font-weight: 500;
  font-size: 1.0625rem;
  cursor: pointer;
  list-style: none;
  color: var(--ch-text);
  position: relative;
  padding-right: 2rem;
  font-family: var(--font-serif), 'Fraunces', Georgia, serif;
}
/* Older <details>-based accordion is no longer used; the React BeforeYouBook
   component renders its own +/× icon in JSX. Pseudo-element icons removed. */
.faq-answer {
  margin: 1rem 0 0;
  color: var(--ch-text-soft);
  line-height: 1.65;
  font-size: 0.9375rem;
}


/* ===================================================================
   DESIGN SYSTEM v2 — luxury primitives
   -------------------------------------------------------------------
   Consumed by <Section>, <Container>, <PageHero>, <SectionHeader>,
   <Prose>, <LuxuryButton>, <LuxuryField>. Token-driven, dark-first.
   ------------------------------------------------------------------- */

/* ---- Layout primitives ---- */
.ch-section {
  position: relative;
  padding-block: 4rem;
}
@media (min-width: 768px) { .ch-section { padding-block: 6rem; } }
@media (min-width: 1024px) { .ch-section { padding-block: 8rem; } }

.ch-section--tight { padding-block: 3rem; }
@media (min-width: 768px) { .ch-section--tight { padding-block: 4.5rem; } }
@media (min-width: 1024px) { .ch-section--tight { padding-block: 6rem; } }

.ch-section--glow::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 60%;
  background: radial-gradient(60% 80% at 50% 0%, var(--ch-accent-soft), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.ch-section > * { position: relative; z-index: 1; }

.ch-section + .ch-section { border-top: 1px solid var(--ch-line); }

.ch-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: max(1.25rem, 5%);
  /* Rail pattern: cap CONTENT at 100rem by adding the gutter to the element's
     max-width. Result: content edges align with the navbar/footer/hero rail. */
  max-width: calc(100rem + 2 * max(1.25rem, 5%));
}

/* For narrow text variants the gutter still applies, but max-width is what
   ultimately constrains the line length on desktop. */
.ch-container--prose { max-width: 44rem; }   /* 704px — long-form reading */
.ch-container--narrow { max-width: 56rem; }  /* 896px — blog post body */
.ch-container--wide { max-width: calc(100rem + 2 * max(1.25rem, 5%)); }

/* ---- Eyebrow — matches existing .section-eyebrow ---- */
.ch-eyebrow {
  display: inline-block;
  font-family: var(--ch-font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
  margin: 0;
}

/* ---- Section header ---- */
.ch-section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
  max-width: 56rem;
  text-align: left;  /* prevent inheritance from .section-large-2 { text-align: center } */
}
.ch-section-header--center {
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
.ch-section-header .ch-lede,
.ch-section-header .ch-heading { text-align: inherit; }

/* ---- Editorial headings (single global scale, matches .editorial-headline / .blog-page-title) ---- */
.ch-heading {
  font-family: var(--font-serif), 'Fraunces', 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ch-text);
  margin: 0;
}
.ch-heading em {
  font-style: italic;
  color: var(--ch-accent);
  font-family: inherit;
}
.ch-heading--h1 { font-size: clamp(40px, 5.5vw, 72px); }
.ch-heading--h2 { font-size: clamp(38px, 5vw, 72px); }
.ch-heading--h3 { font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -0.01em; line-height: 1.15; }

/* ---- Lede ---- */
.ch-lede {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  max-width: 60ch;
  margin: 0;
}
@media (min-width: 768px) { .ch-lede { font-size: 1.1875rem; line-height: 1.55; } }

/* ---- Page hero ---- */
.ch-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  padding: 6rem max(1.25rem, 5%) 4rem;
  overflow: hidden;
  background: var(--ch-bg);
}
@media (min-width: 768px) {
  .ch-page-hero { min-height: 70vh; padding-block: 8rem 5rem; }
}
@media (min-width: 1024px) {
  .ch-page-hero { padding-block: 10rem 6rem; min-height: 75vh; }
}
.ch-page-hero--minimal {
  min-height: auto;
  padding-block: 6rem 3rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .ch-page-hero--minimal { padding-block: 9rem 5rem; }
}
.ch-page-hero__image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -2;
}
.ch-page-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 14, 0.55) 0%, rgba(10, 11, 14, 0.85) 60%, var(--ch-bg) 100%),
    radial-gradient(60% 80% at 50% 0%, var(--ch-accent-soft), transparent 70%);
  z-index: -1;
}
.ch-page-hero__inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* ---- Buttons ---- */
.ch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3rem;
  padding-inline: 1.5rem;
  border-radius: var(--ch-radius-button);
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color var(--ch-duration) var(--ch-ease),
              border-color var(--ch-duration) var(--ch-ease),
              color var(--ch-duration) var(--ch-ease),
              transform var(--ch-duration) var(--ch-ease);
  white-space: nowrap;
}
.ch-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.ch-btn--lg { height: 3.5rem; padding-inline: 2rem; font-size: 1rem; }
.ch-btn--sm { height: 2.5rem; padding-inline: 1.125rem; font-size: 0.875rem; }

.ch-btn--primary {
  background: var(--ch-text);
  color: var(--ch-bg);
  box-shadow: var(--ch-shadow-sm);
}
.ch-btn--primary:hover { background: #fff; transform: translateY(-1px); }
.ch-btn--primary:active { transform: translateY(0); }

.ch-btn--secondary {
  background: var(--ch-surface);
  color: var(--ch-text);
  border-color: var(--ch-border-strong);
}
.ch-btn--secondary:hover {
  background: var(--ch-surface-2);
  border-color: var(--ch-line-strong);
}

.ch-btn--ghost {
  background: transparent;
  color: var(--ch-text-soft);
  border-color: var(--ch-border);
}
.ch-btn--ghost:hover {
  color: var(--ch-text);
  border-color: var(--ch-border-strong);
  background: var(--ch-accent-soft);
}

.ch-btn__arrow {
  display: inline-block;
  transition: transform var(--ch-duration) var(--ch-ease);
}
.ch-btn:hover .ch-btn__arrow { transform: translateX(2px); }

/* ---- Form fields ---- */
.ch-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ch-field__label {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ch-text-soft);
}
.ch-field__hint { font-size: 0.75rem; color: var(--ch-text-muted); }
.ch-input,
.ch-textarea {
  width: 100%;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-button);
  padding: 0 1rem;
  height: 3rem;
  color: var(--ch-text);
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: border-color var(--ch-duration) var(--ch-ease),
              background var(--ch-duration) var(--ch-ease),
              box-shadow var(--ch-duration) var(--ch-ease);
  appearance: none;
  outline: none;
}
.ch-input::placeholder,
.ch-textarea::placeholder { color: var(--ch-text-muted); }
.ch-input:hover,
.ch-textarea:hover { border-color: var(--ch-border-strong); }
.ch-input:focus,
.ch-textarea:focus {
  border-color: var(--ch-accent);
  background: var(--ch-surface-2);
  box-shadow: 0 0 0 4px var(--ch-accent-soft);
}
.ch-textarea {
  height: auto;
  padding: 0.875rem 1rem;
  min-height: 9rem;
  resize: vertical;
  line-height: 1.6;
}

.ch-form-error {
  font-size: 0.875rem;
  color: #ff8a8a;
  background: rgba(255, 80, 80, 0.08);
  border: 1px solid rgba(255, 80, 80, 0.25);
  border-radius: var(--ch-radius-button);
  padding: 0.75rem 1rem;
}
.ch-form-success {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-card);
  color: var(--ch-text-soft);
}
.ch-form-success strong { color: var(--ch-text); font-weight: 500; font-size: 1.125rem; }
.ch-form-success p { margin: 0; }

/* ---- Prose (long-form copy: about, legal, blog post body) ---- */
.ch-prose {
  color: var(--ch-text-soft);
  font-size: 1rem;
  line-height: 1.75;
  font-family: var(--font-body), 'Inter Tight', sans-serif;
}
.ch-prose > * + * { margin-top: 1.25rem; }
.ch-prose h2,
.ch-prose h3 {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ch-text);
}
.ch-prose h2 {
  font-size: 1.625rem;
  line-height: 1.2;
  margin-top: 3rem;
}
.ch-prose h2:first-child { margin-top: 0; }
.ch-prose h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 2rem;
}
.ch-prose p { margin: 0; }
.ch-prose ul,
.ch-prose ol { margin: 0; padding-left: 1.5rem; }
.ch-prose li + li { margin-top: 0.5rem; }
.ch-prose strong { color: var(--ch-text); font-weight: 500; }
.ch-prose a {
  color: var(--ch-text);
  text-decoration: underline;
  text-decoration-color: var(--ch-border-strong);
  text-underline-offset: 0.25em;
  transition: text-decoration-color var(--ch-duration) var(--ch-ease);
}
.ch-prose a:hover { text-decoration-color: var(--ch-accent); }
.ch-prose hr {
  border: 0;
  border-top: 1px solid var(--ch-line);
  margin: 3rem 0;
}
.ch-prose blockquote {
  border-left: 2px solid var(--ch-accent);
  padding-left: 1.25rem;
  font-style: italic;
  color: var(--ch-text);
}

/* Stat row used inside prose blocks */
.ch-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
  padding: 2rem;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-card);
}
@media (min-width: 768px) {
  .ch-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ch-stat__value {
  font-family: var(--font-serif), serif;
  font-size: 2.25rem;
  line-height: 1;
  color: var(--ch-text);
  display: block;
}
.ch-stat__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
}



/* ---- FAQ list (used on /faq) ---- */
.ch-faq-stack {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 56rem;
  margin-inline: auto;
}
.ch-faq-group__title {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ch-line);
  color: var(--ch-text);
}
.ch-faq-group__items { display: grid; gap: 0.75rem; }
.ch-faq-item {
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-button);
  background: var(--ch-surface);
  padding: 1.25rem 1.5rem;
  transition: border-color var(--ch-duration) var(--ch-ease),
              background var(--ch-duration) var(--ch-ease);
}
.ch-faq-item:hover { border-color: var(--ch-border-strong); }
.ch-faq-item[open] {
  border-color: var(--ch-border-strong);
  background: var(--ch-surface-2);
}
.ch-faq-item__q {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--ch-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  letter-spacing: -0.005em;
}
.ch-faq-item__q::-webkit-details-marker { display: none; }
.ch-faq-item__q::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 100% 1px, 1px 100%;
  background-position: center, center;
  background-repeat: no-repeat;
  color: var(--ch-text-muted);
  transition: transform var(--ch-duration) var(--ch-ease);
  flex-shrink: 0;
}
.ch-faq-item[open] .ch-faq-item__q::after {
  background-size: 100% 1px, 1px 0;
  color: var(--ch-text);
}
.ch-faq-item__a {
  margin: 1rem 0 0;
  color: var(--ch-text-soft);
  line-height: 1.7;
  font-size: 0.9375rem;
  max-width: 60ch;
}



/* ---- Unified card system (blog + extensible to resorts/chalets later) ---- */
.ch-card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
.ch-card {
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-card);
  overflow: hidden;
  transition: background var(--ch-duration) var(--ch-ease),
              border-color var(--ch-duration) var(--ch-ease),
              transform var(--ch-duration) var(--ch-ease);
}
.ch-card:hover { background: var(--ch-surface-2); border-color: var(--ch-border-strong); }
.ch-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ch-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ch-surface-2);
}
.ch-card__media img {
  object-fit: cover;
  transition: transform var(--ch-duration-slow) var(--ch-ease);
}
.ch-card__link:hover .ch-card__media img { transform: scale(1.03); }
.ch-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.ch-card__title {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ch-text);
  margin: 0;
}
.ch-card__excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  margin: 0;
}
.ch-card-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.625rem;
  background: var(--ch-accent-soft);
  color: var(--ch-accent);
  border-radius: var(--ch-radius-pill);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ch-card-meta {
  margin-top: auto;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
  padding-top: 0.5rem;
}

/* Feature card (large hero card above grid) */
.ch-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  background: var(--ch-surface);
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-hero);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin-bottom: 3rem;
  transition: background var(--ch-duration) var(--ch-ease),
              border-color var(--ch-duration) var(--ch-ease);
}
.ch-feature-card:hover { background: var(--ch-surface-2); border-color: var(--ch-border-strong); }
@media (max-width: 900px) {
  .ch-feature-card { grid-template-columns: 1fr; }
}
.ch-feature-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
}
@media (max-width: 900px) { .ch-feature-card__media { aspect-ratio: 16 / 10; } }
.ch-feature-card__media img {
  object-fit: cover;
  transition: transform var(--ch-duration-slow) var(--ch-ease);
}
.ch-feature-card:hover .ch-feature-card__media img { transform: scale(1.03); }
.ch-feature-card__body {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 900px) { .ch-feature-card__body { padding: 2rem; } }
.ch-feature-card__title {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0;
}
.ch-feature-card__excerpt {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  margin: 0;
}
.ch-feature-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ch-text);
  margin-top: 0.5rem;
}

/* ---- Blog post: shares the home-page editorial hero pattern ---- */
.ch-post {
  display: flex;
  flex-direction: column;
}

/* Post-specific overrides on top of the shared .ch-hero rail. */
.ch-hero--post .ch-hero__title {
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
  max-width: 22ch;
  line-height: 1.04;
}
.ch-hero--post .ch-hero__lede {
  font-style: italic;
  max-width: 44ch;
}
.ch-hero--post .ch-hero__plate--post { aspect-ratio: 16 / 9; }
@media (min-width: 900px) {
  .ch-hero--post .ch-hero__plate--post { aspect-ratio: 21 / 9; }
}
@media (max-width: 720px) {
  .ch-hero--post .ch-hero__plate--post { aspect-ratio: 4 / 5; }
}

/* Legacy fallback hero — kept only for the "no featured_image" branch
   (renders via Section/Container, not .ch-post__hero), so no longer needs
   the full-bleed treatment. */
.ch-post__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ch-text-soft);
  text-decoration: none;
  transition: color var(--ch-duration) var(--ch-ease);
  width: max-content;
}
.ch-post__back:hover { color: var(--ch-text); }
.ch-post__title {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0;
  max-width: 20ch;
}
.ch-post__meta {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
}
.ch-post__lede {
  font-family: var(--font-serif), 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.5;
  color: var(--ch-text);
  margin: 0 0 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ch-line);
}



/* ===================================================================
   FOOTER v2 — luxury, restrained
   ------------------------------------------------------------------- */
.ch-footer {
  position: relative;
  background: var(--ch-bg);
  border-top: 1px solid var(--ch-line);
  margin-top: auto;
}
.ch-footer::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 60%;
  background: radial-gradient(60% 100% at 50% 0%, var(--ch-accent-soft), transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}
.ch-footer__inner {
  position: relative;
  padding-block: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .ch-footer__inner { padding-block: 7rem 3rem; }
}
.ch-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .ch-footer__top { grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr); gap: 4rem; }
}
.ch-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 28rem;
}
.ch-footer__logo {
  display: inline-block;
  width: max-content;
}
.ch-footer__logo img { display: block; height: auto; width: 13rem; }
.ch-footer__pitch {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ch-text-soft);
  margin: 0;
}
.ch-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ch-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--ch-radius-pill);
  border: 1px solid var(--ch-border);
  color: var(--ch-text-soft);
  background: var(--ch-surface);
  transition: color var(--ch-duration) var(--ch-ease),
              border-color var(--ch-duration) var(--ch-ease),
              background var(--ch-duration) var(--ch-ease);
}
.ch-footer__social:hover {
  color: var(--ch-text);
  border-color: var(--ch-border-strong);
  background: var(--ch-surface-2);
}
.ch-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .ch-footer__nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ch-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.ch-footer__col-title {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
  margin: 0 0 1.25rem;
}
.ch-footer__link {
  font-size: 0.9375rem;
  color: var(--ch-text-soft);
  text-decoration: none;
  transition: color var(--ch-duration) var(--ch-ease);
}
.ch-footer__link:hover { color: var(--ch-text); }
.ch-footer__bottom {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid var(--ch-line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .ch-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.ch-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ch-text-muted);
  letter-spacing: 0.01em;
}
.ch-footer__legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ch-footer__legal .ch-footer__link {
  font-size: 0.8125rem;
  color: var(--ch-text-muted);
}
.ch-footer__legal .ch-footer__link:hover { color: var(--ch-text); }

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



/* ===================================================================
   TRUSTED HOSTS — logo card override
   -------------------------------------------------------------------
   Mixed logo sources (JPG photos, SVG, PNG, GIF) can't be safely
   filtered to monochrome white — that collapses anything with photo
   content into a silhouette. Until every host supplies a true
   monochrome SVG, render logos at their natural colours on a warm
   off-white card so they always read correctly. The row reads as one
   rhythm via fixed card height + max image height + mild desaturation.
   ------------------------------------------------------------------- */
.logo-slider-grid .logo-card {
  background: #f6f4ef; /* warm off-white — softer than pure #fff against the dark page */
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius-card);
  padding: 28px 24px;
  height: 120px;
  align-items: center;
  justify-content: center;
  transition: transform var(--ch-duration) var(--ch-ease),
              box-shadow var(--ch-duration) var(--ch-ease);
}
.logo-slider-grid .logo-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.logo-slider-grid .logo-card a,
.logo-slider-grid .logo-card > .logo-image-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.logo-slider-grid .logo-image-large {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Mild desaturation so the row reads as one tonal family.
     No brightness/invert — logos keep their actual artwork. */
  filter: grayscale(0.85) contrast(0.95);
  opacity: 0.9;
  transition: opacity var(--ch-duration) var(--ch-ease),
              filter var(--ch-duration) var(--ch-ease);
}
.logo-slider-grid .logo-card:hover .logo-image-large {
  filter: grayscale(0) contrast(1);
  opacity: 1;
}



/* ===================================================================
   CH HERO — magazine plate / editorial
   -------------------------------------------------------------------
   Layout (Cereal Magazine / MONOCLE print spread mechanic):
     [eyebrow  ──  pathway nav]
     [────── FRAMED IMAGE PLATE ──────]   (21:9, rounded, page bg shows around it)
     [editorial headline]
     [lede                            ]
     [search bar (restrained)         ]
   ------------------------------------------------------------------- */
.ch-hero {
  position: relative;
  background: #000;
  padding-block: clamp(0.75rem, 1.5vh, 1.5rem) clamp(4rem, 8vh, 7rem);
  padding-inline: max(1.25rem, 5%);
  color: #fff;
}

.ch-hero__inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Spacing rhythm between hero blocks */
.ch-hero__top { margin-bottom: clamp(1rem, 2vh, 1.5rem); }

/* ── Top strip: eyebrow + pathway nav ───────────────────────────── */
.ch-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 0;
}

/* Kill the Webflow navbar underline + the vertical divider next to Sign up */
.navbar { border-bottom: 0 !important; }
.navigation-line-break { display: none !important; }

/* ── Navbar: mirror .ch-hero rail (outer pads 5%, inner caps at 100rem) ── */
.navbar {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-inline: max(1.25rem, 5%);
}
.navbar > .container-2 {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  padding-inline: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.navbar > .container-2 > .brand { grid-column: 1; justify-self: start; }
/* Dissolve div-block-4 so its children participate in container-2's grid */
.navbar > .container-2 > .div-block-4 { display: contents; }
.navbar > .container-2 > .div-block-4 > .div-block-5 {
  grid-column: 2;
  justify-self: center;
  flex: 0 0 auto;
}
.navbar > .container-2 > .div-block-4 > .navigation-button-bar {
  grid-column: 3;
  justify-self: end;
}

/* Auth area: reserve width so the bar doesn't jump when /api/auth/me resolves */
.navigation-button-bar {
  min-height: 42px;
  min-width: 132px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.nav-auth-skeleton {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
}
.nav-auth-skeleton::before {
  content: '';
  width: 56px;
  height: 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}
.nav-auth-skeleton::after {
  content: '';
  width: 72px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.ch-hero__eyebrow {
  font-family: var(--ch-font-display);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-text-dim);
}

.ch-hero__pathways {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.ch-hero__pathway {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ch-text-soft);
  text-decoration: none;
  transition: color var(--ch-duration) var(--ch-ease);
}
.ch-hero__pathway:hover { color: var(--ch-text); }
.ch-hero__pathway-arrow {
  display: inline-block;
  transition: transform var(--ch-duration) var(--ch-ease);
}
.ch-hero__pathway:hover .ch-hero__pathway-arrow { transform: translateX(3px); }

/* ── Image plate ──────────────────────────────────────────────────
   Rounded TOP only — the bottom fades into the page background via
   the veil gradient, so the plate visually dissolves into the dark
   page below. Headline + lede sit inside the plate at bottom-left. */
.ch-hero__plate {
  position: relative;
  isolation: isolate;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--ch-radius-hero) var(--ch-radius-hero) 0 0;
  overflow: hidden;
  background: #000;
}
@media (min-width: 900px) {
  .ch-hero__plate { aspect-ratio: 21 / 10; }
}
@media (max-width: 720px) {
  .ch-hero__plate { aspect-ratio: 4 / 5; border-radius: var(--ch-radius-card) var(--ch-radius-card) 0 0; }
}

.ch-hero__image {
  object-fit: cover;
  object-position: 70% 50%;
  filter: saturate(0.85) brightness(0.78) contrast(1.08);
}

.ch-hero__veil {
  position: absolute;
  inset: 0;
  background:
    /* Left-side fade for headline legibility */
    linear-gradient(90deg,
      rgba(0,0,0,0.65) 0%,
      rgba(0,0,0,0.30) 30%,
      rgba(0,0,0,0.05) 55%,
      rgba(0,0,0,0) 75%),
    /* Bottom fade to pure black — the image dissolves into the page */
    linear-gradient(180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0.35) 55%,
      rgba(0,0,0,0.82) 78%,
      #000 100%);
}

/* ── Headline + lede overlay (inside the plate, bottom-left) ────── */
.ch-hero__overlay {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3.5rem);
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(1.5rem, 4vh, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.8vh, 1.5rem);
  max-width: 44rem;
  z-index: 1;
}

/* Caption stack — sits inside the image plate (top-right) */
.ch-hero__caption {
  position: absolute;
  top: clamp(1rem, 2.5vh, 2rem);
  right: clamp(1rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.ch-hero__caption-label {
  position: relative;
  padding-right: 22px;
}
.ch-hero__caption-label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.ch-hero__regions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media (max-width: 720px) {
  .ch-hero__caption { display: none; }
}

/* ── Headline + lede typography (rendered inside the plate overlay) ── */
.ch-hero__title {
  font-family: var(--font-serif), 'Fraunces', 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(40px, 5.8vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
  max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.ch-hero__title em {
  font-style: italic;
  font-family: inherit;
  color: var(--ch-accent);
}

.ch-hero__lede {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: clamp(0.9375rem, 1.05vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  margin: 0;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

/* ── Hero search — protagonist tool, inside the image plate ─────── */
.ch-hero__search {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  max-width: 36rem;
  margin-top: clamp(0.75rem, 1.5vh, 1.5rem);
}
.ch-hero__search-label {
  font-family: var(--ch-font-display);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-left: 1.5rem;
}
.ch-hero__search-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}
/* Override HomeSearchBar surface so it reads as a glass tool over the image */
.ch-hero__search .home-search-bar {
  background: rgba(15, 16, 20, 0.55);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--ch-radius-pill);
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 60px rgba(0, 0, 0, 0.45);
}
.ch-hero__search .home-search-input {
  background: transparent;
  color: #fff;
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1rem;
}
.ch-hero__search .home-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ch-hero__search .home-search-submit {
  background: #fff;
  color: var(--ch-bg);
  border-radius: var(--ch-radius-pill);
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.75rem 1.5rem;
  border: 0;
  cursor: pointer;
  transition: transform var(--ch-duration) var(--ch-ease),
              background var(--ch-duration) var(--ch-ease);
}
.ch-hero__search .home-search-submit:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}
.ch-hero__search .home-search-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* ── Hero plate scroll indicator (bottom-right of image) ─────────── */
.ch-hero__scroll {
  position: absolute;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1.25rem, 3vh, 2.25rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 720px) {
  .ch-hero__scroll { display: none; }
}
.ch-hero__scroll-label {
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.ch-hero__scroll-line {
  position: relative;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.ch-hero__scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.85);
  animation: ch-hero-scroll-tick 2.4s cubic-bezier(0.6, 0, 0.4, 1) infinite;
}
@keyframes ch-hero-scroll-tick {
  0%   { transform: translate(-50%, -100%); opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translate(-50%, 64px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ch-hero__scroll-dot { animation: none; top: 6px; }
}



/* ── Reveal-on-view utility — IntersectionObserver-driven ───────────
   Add data-reveal to any element to fade + translate-up on scroll.
   Add data-reveal-stagger to a parent and data-reveal on children
   for a 70ms-per-sibling cascade. Respects prefers-reduced-motion. */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-reveal="up-sm"]      { transform: translate3d(0, 8px, 0); }
[data-reveal="up-lg"]      { transform: translate3d(0, 24px, 0); }
[data-reveal="fade"]       { transform: none; }
[data-reveal="left"]       { transform: translate3d(-16px, 0, 0); }
[data-reveal="right"]      { transform: translate3d(16px, 0, 0); }

/* Stagger: cascade direct children that are themselves [data-reveal] */
[data-reveal-stagger] > [data-reveal]:nth-child(1)  { transition-delay: 0ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(2)  { transition-delay: 70ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(3)  { transition-delay: 140ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(4)  { transition-delay: 210ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(5)  { transition-delay: 280ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(6)  { transition-delay: 320ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(7)  { transition-delay: 360ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(8)  { transition-delay: 400ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(9)  { transition-delay: 440ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(10) { transition-delay: 480ms; }
[data-reveal-stagger] > [data-reveal]:nth-child(n+11) { transition-delay: 520ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ===================================================================
   ABOUT PAGE — editorial sections
   ------------------------------------------------------------------- */

/* Shared section-header block used across about-page sections */
.about-section__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 64rem;
  margin-bottom: clamp(2.5rem, 5vh, 4rem);
}
.about-section__header--split {
  flex-direction: column;
  gap: 1.25rem;
  max-width: none;
}
@media (min-width: 900px) {
  .about-section__header--split {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
  }
  .about-section__header--split > p { max-width: 36ch; }
}
.about-section__lede {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ch-text-soft);
  max-width: 60ch;
  margin: 0;
}
@media (min-width: 768px) {
  .about-section__lede { font-size: 1.1875rem; line-height: 1.55; }
}

/* ── Manifesto + stats — text left, 2×2 stat grid right ───────────── */
.about-manifesto {
  padding-block: clamp(5rem, 10vh, 8rem);
  background: var(--ch-bg);
}
.about-manifesto__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 960px) {
  .about-manifesto__layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 5rem;
  }
}
.about-manifesto__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-manifesto__statement {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.8vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ch-text);
  margin: 0.5rem 0 0;
  max-width: 22ch;
}
.about-manifesto__statement em {
  font-style: italic;
  color: var(--ch-accent);
}
.about-manifesto__support {
  font-family: var(--font-body), 'Inter Tight', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  max-width: 56ch;
  margin: 1rem 0 0;
}
.about-manifesto__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  border-top: 1px solid var(--ch-line);
  border-left: 1px solid var(--ch-line);
}
.about-stat {
  padding: 1.75rem 1.5rem;
  border-right: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}
.about-stat__value {
  display: block;
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 4.2vw, 3.5rem);
  line-height: 1;
  color: var(--ch-text);
  letter-spacing: -0.02em;
}
.about-stat__label {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
}

/* ── Principles — 4 pillars ─────────────────────────────────────── */
.about-principles {
  padding-block: clamp(5rem, 10vh, 8rem);
}
.about-principles__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .about-principles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem 4rem; }
}
.about-principle {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ch-line);
}
.about-principle__num {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ch-accent);
}
.about-principle__title {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0;
}
.about-principle__body {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  margin: 0;
  max-width: 48ch;
}

/* ── Split: image + body ──────────────────────────────────────────── */
.about-split {
  padding-block: clamp(5rem, 10vh, 8rem);
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}
.about-split__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .about-split__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 5rem;
  }
}
.about-split__media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--ch-radius-card);
  overflow: hidden;
  background: #000;
}
@media (max-width: 720px) { .about-split__media { aspect-ratio: 4 / 3; } }
.about-split__img {
  object-fit: cover;
  filter: saturate(0.9) brightness(0.85);
}
.about-split__body { display: flex; flex-direction: column; gap: 1.25rem; }
.about-split__copy {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  margin: 0;
  max-width: 56ch;
}
.about-split__points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.about-split__points li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ch-text);
}
.about-split__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.75rem;
  height: 1px;
  background: var(--ch-accent);
}

/* ── Process — horizontal numbered steps ──────────────────────────── */
.about-process {
  padding-block: clamp(5rem, 10vh, 8rem);
}
.about-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  counter-reset: process;
}
@media (min-width: 768px) {
  .about-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .about-process__steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
}
.about-process__step {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ch-border);
  position: relative;
}
.about-process__num {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: var(--ch-text);
  letter-spacing: -0.02em;
}
.about-process__title {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-accent);
  margin: 0;
}
.about-process__body {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  margin: 0;
}

/* ── Comparison — us vs the others ────────────────────────────────── */
.about-compare {
  padding-block: clamp(5rem, 10vh, 8rem);
}
.about-compare__table {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1.15fr);
  border-top: 1px solid var(--ch-line);
}
.about-compare__head,
.about-compare__row {
  display: contents;
}
.about-compare__head > *,
.about-compare__row > * {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--ch-line);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ch-text-soft);
  display: flex;
  align-items: center;
}
.about-compare__head > * {
  padding-block: 1rem;
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
}
.about-compare__row > .about-compare__col-label {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-size: 1rem;
  color: var(--ch-text);
}
.about-compare__row > .about-compare__col-us {
  color: var(--ch-text);
  position: relative;
}
.about-compare__row > .about-compare__col-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(94, 200, 245, 0.04), transparent);
  pointer-events: none;
}
.about-compare__head > .about-compare__col-us {
  color: var(--ch-accent);
}
@media (max-width: 760px) {
  .about-compare__table { grid-template-columns: 1fr; border-top: 0; }
  .about-compare__head { display: none; }
  .about-compare__row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--ch-line);
  }
  .about-compare__row > * {
    padding: 0.35rem 0;
    border-bottom: 0;
  }
  .about-compare__row > .about-compare__col-label {
    font-family: var(--ch-font-display);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ch-text-muted);
    padding-bottom: 0.5rem;
  }
  .about-compare__row > .about-compare__col-us {
    color: var(--ch-accent);
    font-family: var(--font-serif), 'Fraunces', serif;
    font-size: 1.0625rem;
  }
  .about-compare__row > .about-compare__col-us::before { display: none; }
  .about-compare__row > .about-compare__col-them {
    color: var(--ch-text-muted);
    font-size: 0.875rem;
  }
}

/* ── Countries ─────────────────────────────────────────────────── */
.about-countries {
  padding-block: clamp(5rem, 10vh, 8rem);
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}
.about-countries__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--ch-line);
}
.about-country {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ch-line);
  transition: background var(--ch-duration) var(--ch-ease);
}
.about-country__flag { font-size: 2rem; line-height: 1; }
.about-country__body { min-width: 0; }
.about-country__name {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0 0 0.25rem;
}
.about-country__hubs {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ch-text-muted);
  margin: 0;
}
.about-country__count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-country__count-num {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--ch-text);
}
.about-country__count-label {
  font-family: var(--ch-font-display);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
  margin-top: 0.4rem;
}
@media (max-width: 600px) {
  .about-country { grid-template-columns: auto 1fr; }
  .about-country__count { grid-column: 2; align-items: flex-start; padding-top: 0.5rem; }
}

/* ── Pull quote ────────────────────────────────────────────────────── */
.about-quote {
  padding-block: clamp(5rem, 11vh, 9rem);
}
.about-quote__figure {
  margin: 0;
  max-width: 56rem;
  margin-inline: auto;
  text-align: center;
}
.about-quote__body {
  margin: 0;
}
.about-quote__body p {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0;
}
.about-quote__body p em {
  font-style: italic;
  color: var(--ch-accent);
}
.about-quote__cite {
  margin-top: 2rem;
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ch-text-muted);
}
.about-quote__role { color: var(--ch-text-soft); }

/* ── Team ──────────────────────────────────────────────────────────── */
.about-team {
  padding-block: clamp(5rem, 10vh, 8rem);
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}
.about-team__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .about-team__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem 3rem; }
}
.about-team-member {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.about-team-member__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ch-surface-2, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--ch-border);
  color: var(--ch-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif), 'Fraunces', serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}
.about-team-member__name {
  font-family: var(--font-serif), 'Fraunces', serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ch-text);
  margin: 0;
}
.about-team-member__role {
  font-family: var(--ch-font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ch-accent);
}
.about-team-member__bio {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  margin: 0.25rem 0 0;
  max-width: 36ch;
}

/* ── CTA ───────────────────────────────────────────────────────────── */
.about-cta {
  padding-block: clamp(5rem, 11vh, 9rem);
  background: var(--ch-bg);
}
.about-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 56rem;
}
.about-cta__lede {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ch-text-soft);
  max-width: 50ch;
  margin: 0 0 0.75rem;
}
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
