/* Adventures archive + cards + gallery + single — Figma pixel pass */

.hdd-page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 571px;
  padding: 116px 64px;
  text-align: center;
  color: #fff;
  background: #1b122c center / cover no-repeat;
  overflow: hidden;
}

.hdd-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hdd-page-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 0;
}

.hdd-page-hero__pill {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(111, 75, 179, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hdd-page-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--hdd-font-serif);
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
}

.hdd-adventures-hero .hdd-page-hero__content {
  max-width: 920px;
  gap: 20px;
}

.hdd-adventures-hero h1 {
  font-family: var(--hdd-font-serif);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 12em;
}

.hdd-page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.hdd-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.hdd-pill-row .hdd-pill {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  letter-spacing: 1.5px;
}

/* ---------- Listings ---------- */
.hdd-adventures-archive .hdd-listings {
  background: #f9fafb;
  padding: 80px 64px;
}

.hdd-listings__intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.hdd-listings__intro .hdd-eyebrow {
  color: #078b61;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hdd-listings__intro h2 {
  margin: 12px 0;
  font-family: var(--hdd-font-serif);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.05;
  color: #1b122c;
}

.hdd-listings__intro p {
  color: #625772;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.hdd-filters {
  max-width: 1312px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 12px;
}

.hdd-adventure-list {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ---------- Adventure card (Figma 44:431) ---------- */
.hdd-adventure-card {
  display: flex;
  gap: 32px;
  align-items: stretch;
  min-height: 340px;
  height: 340px;
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(27, 18, 44, 0.04);
  padding: 0;
}

.hdd-adventure-card__media {
  flex: 0 0 500px;
  width: 500px;
  min-height: 340px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.hdd-adventure-card__media a,
.hdd-adventure-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 0;
}

.hdd-adventure-card__body {
  flex: 1;
  min-width: 0;
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.hdd-adventure-card__badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.hdd-adventure-card .hdd-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  white-space: nowrap;
}

.hdd-adventure-card .hdd-badge--hands_down {
  background: #eee9f7;
  color: #6f4bb3;
}

.hdd-adventure-card .hdd-badge--partner {
  background: rgba(7, 139, 97, 0.08);
  color: #078b61;
}

.hdd-adventure-card .hdd-badge--available,
.hdd-adventure-card .hdd-badge--few_spots {
  background: rgba(18, 140, 97, 0.1);
  color: #128c61;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  letter-spacing: 0;
}

.hdd-adventure-card .hdd-badge--waitlist,
.hdd-adventure-card .hdd-badge--sold_out {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
}

.hdd-adventure-card .hdd-badge--spaces {
  margin-left: 0;
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 4px 10px;
}

.hdd-adventure-card__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hdd-adventure-card__title {
  margin: 0;
  font-family: var(--hdd-font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b122c;
}

.hdd-adventure-card__title a {
  color: inherit;
  text-decoration: none;
}

.hdd-adventure-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: 12px;
  color: #625772;
}

.hdd-adventure-card__meta span + span::before {
  content: none;
}

.hdd-adventure-card__date {
  color: #6f4bb3;
  font-weight: 600;
}

.hdd-adventure-card__date::after {
  content: "•";
  margin-left: 16px;
  color: #625772;
  font-weight: 400;
}

.hdd-adventure-card__desc {
  margin: 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #625772;
  font-size: 12px;
  line-height: 1.6;
}

.hdd-adventure-card__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  margin: 0;
  border: 0;
}

.hdd-adventure-card__stat-label {
  display: block;
  margin-bottom: 4px;
  color: #625772;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hdd-adventure-card__stat-value {
  font-weight: 400;
  color: #1b122c;
}

.hdd-adventure-card__price {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: normal;
}

.hdd-adventure-card__deposit {
  font-family: var(--hdd-font-sans);
  font-size: 18px;
  font-weight: 500;
  color: #625772;
}

.hdd-adventure-card__stat--right {
  text-align: right;
}

.hdd-adventure-card__stat--right .hdd-adventure-card__stat-value {
  font-family: var(--hdd-font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #6f4bb3;
}

.hdd-adventure-card__stat--right .hdd-adventure-card__stat-value.is-green {
  color: #078b61;
}

.hdd-adventure-card__actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #eee9f7;
}

.hdd-btn--card {
  min-height: auto !important;
  padding: 12px 24px !important;
  font-size: 12px !important;
  font-weight: 600;
  border-radius: 100px;
}

/* ---------- Gallery page ---------- */
.hdd-gallery-page .hdd-section {
  padding: 80px 64px;
}

.hdd-gallery-page .hdd-container {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0;
}

.hdd-gallery-album {
  margin-bottom: 64px;
}

.hdd-gallery-album__header {
  margin-bottom: 24px;
}

.hdd-gallery-album__header h2 {
  margin: 0 0 4px;
  font-family: var(--hdd-font-sans);
  font-size: 24px;
  font-weight: 700;
  color: #1b122c;
}

.hdd-gallery-album__date {
  margin: 0;
  color: #625772;
  font-size: 14px;
}

.hdd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hdd-gallery-grid__item {
  position: relative;
  aspect-ratio: 1;
  border: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #1b122c;
}

.hdd-gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hdd-gallery-grid__item:hover img {
  transform: scale(1.04);
}

.hdd-gallery-grid__play {
  /* overridden for .is-video items below */
  display: none;
}

.hdd-gallery-page .hdd-load-more {
  display: block;
  margin: 2rem auto 0;
}

.hdd-gallery-instagram {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid #eee9f7;
  text-align: center;
}

.hdd-gallery-instagram .hdd-section__title {
  margin-bottom: 28px;
}

/* Gallery page: never leave media invisible if motion JS misses */
.hdd-gallery-page .hdd-gallery-album[data-hdd-animate]:not(.is-inview) {
  opacity: 1;
  transform: none;
}

.hdd-gallery-grid__item.is-video .hdd-gallery-grid__play {
  display: block !important;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(27, 18, 44, 0.55);
  pointer-events: none;
}

.hdd-gallery-grid__item.is-video .hdd-gallery-grid__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.hdd-gallery-grid__video-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: #1b122c;
  color: #fff;
  font-weight: 600;
}

.hdd-gallery-instagram .hdd-btn--outline {
  display: flex;
  margin: 16px auto 0;
  min-height: auto;
  padding: 12px 32px;
  border-color: #6f4bb3;
  color: #6f4bb3 !important;
}

/* ---------- Single adventure ---------- */
.hdd-single-adventure__overview {
  padding: 64px 64px 96px;
  background: #fff;
}

.hdd-single-adventure__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 64px;
  align-items: start;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0;
}

.hdd-single-adventure__copy {
  padding-top: 24px;
  max-width: 640px;
}

.hdd-single-adventure__copy .hdd-eyebrow {
  color: #078b61;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.hdd-single-adventure__copy h2 {
  margin: 0 0 24px;
  font-family: var(--hdd-font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #1b122c;
}

.hdd-single-adventure__copy .hdd-content {
  margin: 0;
}

.hdd-single-adventure__copy .hdd-content p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.65;
  color: #1b122c;
}

.hdd-single-adventure__copy .hdd-content p:last-child {
  margin-bottom: 0;
}

.hdd-booking-card {
  position: sticky;
  top: calc(var(--hdd-header-h, 88px) + 16px);
  margin-top: -140px;
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 24px;
  padding: 24px 32px 32px;
  box-shadow: 0 12px 40px rgba(27, 18, 44, 0.08);
}

.hdd-booking-card__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.hdd-booking-card__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee9f7;
  font-size: 14px;
  color: #1b122c;
}

.hdd-booking-card__list li:first-child {
  padding-top: 8px;
}

.hdd-booking-card__list strong {
  font-weight: 500;
  color: #625772;
}

.hdd-booking-card__list .is-status {
  color: #078b61;
  font-weight: 700;
}

.hdd-booking-card__list .is-price {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: normal;
  color: #1b122c;
}

.hdd-booking-card .hdd-btn {
  margin-bottom: 12px;
}

.hdd-booking-card .hdd-btn:last-child {
  margin-bottom: 0;
}

/* Included / Not included */
.hdd-include-section {
  background: #eee9f7;
  padding: 96px 64px;
}

.hdd-include-section__inner {
  max-width: 1312px;
  margin: 0 auto;
}

.hdd-include-block {
  margin-bottom: 48px;
}

.hdd-include-block:last-child {
  margin-bottom: 0;
}

.hdd-include-block__header {
  text-align: center;
  margin-bottom: 24px;
}

.hdd-include-block__header .hdd-eyebrow {
  color: #078b61;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.hdd-include-block__header h2 {
  margin: 0;
  font-family: var(--hdd-font-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: #1b122c;
}

.hdd-include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hdd-include-grid--not {
  grid-template-columns: repeat(6, 1fr);
}

.hdd-include-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  min-height: 85px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.hdd-include-card img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.hdd-include-card span {
  font-size: 14px;
  font-weight: 600;
  color: #1b122c;
  line-height: 1.35;
}

.hdd-include-card--muted span {
  font-size: 13px;
  font-weight: 500;
  color: #625772;
}

/* Single inquiry form */
.hdd-inquiry-section {
  background: #eee9f7;
  padding: 96px 64px;
}

.hdd-inquiry-section .hdd-form-wrap {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}

.hdd-inquiry-section .hdd-section__title {
  text-align: center;
  margin-bottom: 32px;
}

.hdd-multiselect {
  position: relative;
  margin-top: 0.4rem;
}

.hdd-form-field {
  display: block;
  margin-bottom: 1rem;
}

.hdd-form-field__label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #1b122c;
  margin-bottom: 0.35rem;
}

.hdd-multiselect__trigger {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 1px solid #e6e1ef !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  background: #f9fafb !important;
  color: #1b122c !important;
  text-align: left;
  font-family: var(--hdd-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.hdd-multiselect__trigger:hover,
.hdd-multiselect__trigger:focus,
.hdd-multiselect.is-open .hdd-multiselect__trigger,
.hdd-multiselect__trigger[aria-expanded="true"] {
  background: #fff !important;
  color: #1b122c !important;
  border-color: #6f4bb3 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 75, 179, 0.12) !important;
}

.hdd-multiselect__panel {
  display: none;
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 12px 40px rgba(27, 18, 44, 0.12);
  max-height: 240px;
  overflow: auto;
}

.hdd-multiselect.is-open .hdd-multiselect__panel {
  display: block;
}

.hdd-multiselect__option {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100%;
  margin: 0 !important;
  padding: 10px 12px !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 14px;
  color: #1b122c;
  cursor: pointer;
  box-sizing: border-box;
}

.hdd-multiselect__option:hover {
  background: #f9fafb;
}

.hdd-multiselect__option input[type="checkbox"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #6f4bb3;
  border-radius: 4px;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
}

.hdd-multiselect__option span {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.35;
  text-align: left;
}

@media (max-width: 1100px) {
  .hdd-adventure-card {
    flex-direction: column;
    height: auto;
  }
  .hdd-adventure-card__media,
  .hdd-adventure-card__media a,
  .hdd-adventure-card__media img {
    width: 100%;
    flex-basis: auto;
    min-height: 240px;
  }
  .hdd-single-adventure__overview {
    padding: 40px 24px 64px;
  }
  .hdd-single-adventure__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-inline: 0;
  }
  .hdd-booking-card {
    margin-top: 0;
    position: static;
  }
  .hdd-single-adventure__copy {
    padding-top: 0;
    max-width: none;
  }
  .hdd-include-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hdd-include-grid--not {
    grid-template-columns: repeat(3, 1fr);
  }
  .hdd-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hdd-page-hero,
  .hdd-adventures-archive .hdd-listings,
  .hdd-include-section,
  .hdd-inquiry-section,
  .hdd-single-adventure__overview,
  .hdd-gallery-page .hdd-section {
    padding-inline: 20px;
  }
  .hdd-filters {
    grid-template-columns: 1fr;
  }
  .hdd-include-grid,
  .hdd-include-grid--not,
  .hdd-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hdd-adventure-card__actions {
    flex-direction: column;
  }
  .hdd-adventure-card__desc {
    white-space: normal;
    height: auto;
  }
}

/* ---------- Expedition Itinerary (Figma 76:180) ---------- */
.hdd-itinerary {
  background: #fff;
  padding: 120px 64px;
}

.hdd-itinerary__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.hdd-itinerary__header {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 80px;
}

.hdd-itinerary__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #078b61;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hdd-itinerary__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background: #078b61;
}

.hdd-itinerary__title {
  margin: 0 0 24px;
  font-family: var(--hdd-font-serif);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.15;
  color: #1b122c;
}

.hdd-itinerary__subtitle {
  margin: 0 auto;
  max-width: 680px;
  color: #625772;
  font-size: 16px;
  line-height: 1.6;
}

.hdd-itinerary__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hdd-itinerary__row {
  display: grid;
  grid-template-columns: 500px 140px 500px;
  align-items: center;
  min-height: 340px;
}

.hdd-itinerary__row.is-text-left .hdd-itinerary__text {
  grid-column: 1;
  grid-row: 1;
}

.hdd-itinerary__row.is-text-left .hdd-itinerary__axis {
  grid-column: 2;
  grid-row: 1;
}

.hdd-itinerary__row.is-text-left .hdd-itinerary__media {
  grid-column: 3;
  grid-row: 1;
}

.hdd-itinerary__row.is-text-right .hdd-itinerary__media {
  grid-column: 1;
  grid-row: 1;
}

.hdd-itinerary__row.is-text-right .hdd-itinerary__axis {
  grid-column: 2;
  grid-row: 1;
}

.hdd-itinerary__row.is-text-right .hdd-itinerary__text {
  grid-column: 3;
  grid-row: 1;
}

.hdd-itinerary__text {
  width: 100%;
  max-width: 500px;
}

.hdd-itinerary__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hdd-itinerary__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(111, 75, 179, 0.35);
  border-radius: 100px;
  background: #fff;
  color: #6f4bb3;
  font-family: var(--hdd-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.hdd-itinerary__tag--day {
  border-color: #6f4bb3;
  background: rgba(111, 75, 179, 0.06);
}

.hdd-itinerary__day-title {
  margin: 0 0 16px;
  font-family: var(--hdd-font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  color: #1b122c;
}

.hdd-itinerary__day-desc {
  margin: 0;
  color: #625772;
  font-size: 15px;
  line-height: 1.6;
}

.hdd-itinerary__axis {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 340px;
}

.hdd-itinerary__node {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.hdd-itinerary__node-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6f4bb3;
  box-shadow: 0 0 0 8px rgba(111, 75, 179, 0.12);
}

.hdd-itinerary__line {
  position: absolute;
  top: 40px;
  bottom: -48px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: rgba(111, 75, 179, 0.22);
}

.hdd-itinerary__row:last-child .hdd-itinerary__line {
  display: none;
}

.hdd-itinerary__media {
  width: 100%;
  max-width: 500px;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: #eee9f7;
}

.hdd-itinerary__media img,
.hdd-itinerary__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .hdd-itinerary {
    padding-inline: 32px;
  }
  .hdd-itinerary__row {
    grid-template-columns: 1fr 80px 1fr;
  }
}

@media (max-width: 900px) {
  .hdd-itinerary {
    padding: 72px 20px;
  }
  .hdd-itinerary__row,
  .hdd-itinerary__row.is-text-left,
  .hdd-itinerary__row.is-text-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
  }
  .hdd-itinerary__axis {
    order: -1;
    min-height: 0;
    height: auto;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }
  .hdd-itinerary__line {
    position: static;
    width: 100%;
    height: 2px;
    margin: 0 0 0 12px;
  }
  .hdd-itinerary__media {
    max-width: none;
    height: 240px;
  }
  .hdd-itinerary__text {
    max-width: none;
  }
}

/* =========================================================
   Contact page — Figma contact-page
   ========================================================= */

.hdd-contact-hero .hdd-page-hero__content {
  gap: 20px;
  max-width: 920px;
}

.hdd-contact-hero h1 {
  font-family: var(--hdd-font-serif);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 14em;
}

.hdd-contact-hero__eyebrow {
  margin: 0;
  font-family: var(--hdd-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.hdd-contact-hero .hdd-page-hero__overlay {
  background: rgba(19, 12, 34, 0.55);
}

.hdd-contact-hero .hdd-page-hero__content > p:not(.hdd-contact-hero__eyebrow) {
  font-family: var(--hdd-font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
}

/* Gallery hero — one line (desktop) */
.hdd-gallery-hero .hdd-page-hero__content {
  max-width: min(1200px, 100%);
  gap: 20px;
}

.hdd-gallery-hero h1 {
  font-family: var(--hdd-font-serif);
  font-size: clamp(32px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  max-width: none;
}

.hdd-gallery-hero .hdd-page-hero__content > p {
  font-family: var(--hdd-font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 900px) {
  .hdd-gallery-hero h1 {
    white-space: normal;
    font-size: clamp(32px, 7vw, 48px);
  }
}

.hdd-contact-form-section {
  background: #f9fafb;
  padding: 96px 0;
}

.hdd-contact-form-section__inner {
  width: min(1312px, calc(100% - 128px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.hdd-contact-info h2 {
  font-family: var(--hdd-font-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: #1b122c;
  margin: 0 0 16px;
}

.hdd-contact-info__lead {
  margin: 0 0 28px;
  color: #625772;
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
}

.hdd-contact-info .hdd-contact-topics {
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hdd-contact-info .hdd-contact-topics li {
  padding: 0 0 0 28px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hdd-contact-info .hdd-contact-topics li::before {
  top: 8px;
  width: 10px;
  height: 10px;
  background: #6f4bb3;
}

.hdd-contact-info .hdd-contact-topics strong {
  font-size: 16px;
  color: #1b122c;
  font-weight: 700;
}

.hdd-contact-info .hdd-contact-topics span {
  font-size: 14px;
  color: #625772;
  line-height: 1.5;
}

.hdd-contact-info__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eee9f7;
}

.hdd-contact-info__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hdd-contact-info__media:hover img {
  transform: scale(1.04);
}

.hdd-contact-form-card {
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 12px 40px rgba(27, 18, 44, 0.06);
}

.hdd-form-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #6f4bb3;
}

.hdd-form-kicker:not(:first-child) {
  margin-top: 28px;
}

.hdd-contact-form-card label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1b122c;
}

.hdd-contact-form-card label .req {
  color: #078b61;
}

.hdd-contact-form-card input,
.hdd-contact-form-card select,
.hdd-contact-form-card textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-height: 48px;
  border: 1px solid #e6e1ef;
  border-radius: 12px;
  padding: 0.7rem 0.95rem;
  background: #f9fafb;
  font-family: var(--hdd-font-sans);
  font-size: 14px;
  color: #1b122c;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hdd-contact-form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.hdd-contact-form-card input:focus,
.hdd-contact-form-card select:focus,
.hdd-contact-form-card textarea:focus {
  outline: none;
  border-color: #6f4bb3;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(111, 75, 179, 0.12);
}

.hdd-contact-form-card .hdd-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #625772;
  margin: 8px 0 18px;
}

.hdd-contact-form-card .hdd-form__checkbox input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  flex-shrink: 0;
}

/* Contact Form 7 — match existing card layout */
.hdd-cf7-wrap .wpcf7 {
  margin: 0;
}

.hdd-cf7-wrap .wpcf7 form {
  margin: 0;
}

.hdd-cf7-wrap .wpcf7 label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1b122c;
}

.hdd-cf7-wrap .wpcf7 .req,
.hdd-cf7-wrap .wpcf7 .wpcf7-not-valid-tip {
  color: #078b61;
  font-size: 12px;
  font-weight: 600;
}

.hdd-cf7-wrap .wpcf7-not-valid-tip {
  color: #c44545;
  margin-top: 6px;
}

.hdd-cf7-wrap .wpcf7 input[type="text"],
.hdd-cf7-wrap .wpcf7 input[type="email"],
.hdd-cf7-wrap .wpcf7 input[type="tel"],
.hdd-cf7-wrap .wpcf7 input[type="url"],
.hdd-cf7-wrap .wpcf7 input[type="number"],
.hdd-cf7-wrap .wpcf7 select,
.hdd-cf7-wrap .wpcf7 textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-height: 48px;
  border: 1px solid #e6e1ef;
  border-radius: 12px;
  padding: 0.7rem 0.95rem;
  background: #f9fafb;
  font-family: var(--hdd-font-sans);
  font-size: 14px;
  color: #1b122c;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hdd-cf7-wrap .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.hdd-cf7-wrap .wpcf7 input:focus,
.hdd-cf7-wrap .wpcf7 select:focus,
.hdd-cf7-wrap .wpcf7 textarea:focus {
  outline: none;
  border-color: #6f4bb3;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(111, 75, 179, 0.12);
}

.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox,
.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
  font-weight: 500;
  color: #625772;
}

.hdd-cf7-wrap .wpcf7 label.hdd-form__checkbox,
.hdd-cf7-wrap .wpcf7 div.hdd-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #625772;
}

.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-form-control-wrap,
.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-checkbox,
.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-list-item,
.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: auto;
  font-weight: 500;
  color: #625772;
}

.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-list-item-label {
  display: inline;
  margin: 0;
  font-weight: 500;
  color: #625772;
  line-height: 1.4;
}

.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: #6f4bb3;
  vertical-align: middle;
}

.hdd-cf7-wrap .hdd-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  margin: 0 0 0;
  width: 100%;
}

.hdd-cf7-wrap .hdd-cf7-row > label,
.hdd-cf7-wrap .hdd-cf7-row > p {
  margin: 0 0 14px;
  min-width: 0;
}

.hdd-cf7-wrap .hdd-cf7-row > p > label {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .hdd-cf7-wrap .hdd-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox .wpcf7-list-item-label,
.hdd-cf7-wrap .wpcf7 .hdd-form__checkbox label {
  margin: 0;
  font-weight: 500;
  color: #625772;
}

.hdd-cf7-wrap .wpcf7 input[type="checkbox"],
.hdd-cf7-wrap .wpcf7 input[type="radio"] {
  width: auto;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  accent-color: #6f4bb3;
}

/* Trip inquiry — checkbox list for adventures */
.hdd-inquiry-cf7 .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.hdd-inquiry-cf7 .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.hdd-inquiry-cf7 .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 500;
  color: #625772;
}

.hdd-inquiry-cf7 .wpcf7-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hdd-inquiry-cf7 .hdd-form-kicker,
.hdd-cf7-wrap .hdd-form-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6f4bb3;
}

.hdd-inquiry-cf7 .hdd-form-kicker:not(:first-child) {
  margin-top: 20px;
}

.hdd-cf7-wrap .hdd-cf7-submit {
  position: relative;
  margin-top: 8px;
}

.hdd-cf7-wrap .wpcf7 input[type="submit"],
.hdd-cf7-wrap .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 100px;
  background: #6f4bb3;
  color: #fff;
  font-family: var(--hdd-font-sans);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.2s ease, color 0.15s ease;
}

.hdd-cf7-wrap .wpcf7 input[type="submit"]:hover,
.hdd-cf7-wrap .wpcf7 .wpcf7-submit:hover {
  background: #5a3a96;
  transform: translateY(-1px);
}

.hdd-cf7-wrap .wpcf7 form.submitting .hdd-cf7-submit input[type="submit"],
.hdd-cf7-wrap .wpcf7 form.submitting .hdd-cf7-submit .wpcf7-submit,
.hdd-cf7-wrap .wpcf7 form.submitting input[type="submit"],
.hdd-cf7-wrap .wpcf7 form.submitting .wpcf7-submit {
  color: transparent !important;
  pointer-events: none;
  transform: none;
  opacity: 0.92;
  cursor: wait;
}

/* Branded submit spinner — centered on the button */
.hdd-cf7-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
}

.hdd-cf7-wrap .wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
}

.hdd-cf7-wrap .wpcf7-spinner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 2.5px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  background: transparent !important;
  transform-origin: center center;
  animation: hdd-cf7-spin 0.65s linear infinite;
}

@keyframes hdd-cf7-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hdd-cf7-wrap .wpcf7-spinner::before {
    animation: hdd-cf7-blink 1.2s ease-in-out infinite;
    border-color: #fff;
  }
}

@keyframes hdd-cf7-blink {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

.hdd-cf7-wrap .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #eee9f7;
  background: #f9fafb;
  color: #1b122c;
  font-size: 14px;
}

.hdd-cf7-wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(47, 158, 107, 0.35);
  background: #e6f6ee;
  color: #1b5e3a;
}

.hdd-cf7-wrap .wpcf7 form.invalid .wpcf7-response-output,
.hdd-cf7-wrap .wpcf7 form.failed .wpcf7-response-output,
.hdd-cf7-wrap .wpcf7 form.aborted .wpcf7-response-output {
  border-color: rgba(196, 69, 69, 0.35);
  background: #fde8e8;
  color: #8a1f1f;
}

.hdd-contact-connect {
  padding: 96px 0 48px;
  background: #fff;
}

.hdd-contact-connect__inner {
  width: min(1312px, calc(100% - 128px));
  margin: 0 auto;
  text-align: center;
}

.hdd-contact-connect .hdd-section__title {
  font-family: var(--hdd-font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  margin: 0 0 40px;
  color: #1b122c;
}

.hdd-contact-connect .hdd-connect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.hdd-contact-connect .hdd-connect-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(27, 18, 44, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hdd-contact-connect .hdd-connect-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(27, 18, 44, 0.1);
  border-color: rgba(111, 75, 179, 0.25);
  color: inherit;
}


.hdd-contact-connect .hdd-connect-card {
  align-items: center;
  text-align: center;
}

.hdd-connect-card__icon {
  margin-left: auto;
  margin-right: auto;
}

.hdd-contact-connect .hdd-connect-card h3,
.hdd-contact-connect .hdd-connect-card p,
.hdd-contact-connect .hdd-link {
  text-align: center;
}
.hdd-connect-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eee9f7;
  color: #6f4bb3;
  margin-bottom: 4px;
}

.hdd-contact-connect .hdd-connect-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1b122c;
}

.hdd-contact-connect .hdd-connect-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #625772;
  flex: 1;
}

.hdd-contact-connect .hdd-link {
  font-size: 14px;
  font-weight: 600;
  color: #6f4bb3;
  margin-top: 8px;
  transition: letter-spacing 0.25s ease;
}

.hdd-contact-connect .hdd-connect-card:hover .hdd-link {
  letter-spacing: 0.02em;
}

.hdd-contact-strip {
  padding: 40px 0 72px;
}

.hdd-contact-strip__inner {
  width: min(1312px, calc(100% - 128px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hdd-contact-strip figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eee9f7;
}

.hdd-contact-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.hdd-contact-strip figure:hover img {
  transform: scale(1.05);
}

.hdd-contact-faq {
  padding: 48px 0 80px;
  background: #f9fafb;
}

.hdd-contact-faq__inner {
  width: min(900px, calc(100% - 128px));
  margin: 0 auto;
  text-align: center;
}

.hdd-contact-faq .hdd-section__title {
  font-family: var(--hdd-font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  margin: 0 0 36px;
}

.hdd-contact-faq .hdd-accordion {
  text-align: left;
}

.hdd-contact-faq .hdd-accordion__item {
  border: 1px solid #eee9f7;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(27, 18, 44, 0.03);
  padding: 4px 20px;
  margin-bottom: 12px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hdd-contact-faq .hdd-accordion__item[open] {
  border-color: rgba(111, 75, 179, 0.28);
  box-shadow: 0 8px 24px rgba(111, 75, 179, 0.08);
}

.hdd-contact-faq .hdd-accordion__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--hdd-font-serif);
  font-size: 20px;
  font-weight: 400;
  color: #1b122c;
  padding: 18px 0;
}

.hdd-accordion__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #e6e1ef;
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.hdd-accordion__icon::before,
.hdd-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #6f4bb3;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hdd-accordion__icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.hdd-accordion__icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.hdd-contact-faq .hdd-accordion__item[open] .hdd-accordion__icon {
  background: #6f4bb3;
  border-color: #6f4bb3;
}

.hdd-contact-faq .hdd-accordion__item[open] .hdd-accordion__icon::before,
.hdd-contact-faq .hdd-accordion__item[open] .hdd-accordion__icon::after {
  background: #fff;
}

.hdd-contact-faq .hdd-accordion__item[open] .hdd-accordion__icon::after {
  opacity: 0;
}

.hdd-contact-faq .hdd-accordion__body {
  padding: 0 0 18px;
  color: #625772;
  font-size: 15px;
  line-height: 1.65;
}

.hdd-contact-page .hdd-closing {
  padding: 72px 0 96px;
  background: #fff;
}

.hdd-contact-page .hdd-closing__text {
  font-size: clamp(36px, 5vw, 56px);
  margin: 0 0 12px;
  color: #1b122c;
}

.hdd-closing__team {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #625772;
}

@media (max-width: 1100px) {
  .hdd-contact-form-section__inner,
  .hdd-contact-connect__inner,
  .hdd-contact-strip__inner,
  .hdd-contact-faq__inner {
    width: calc(100% - 64px);
  }
  .hdd-contact-connect .hdd-connect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hdd-contact-form-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hdd-contact-strip__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hdd-contact-form-section,
  .hdd-contact-connect {
    padding: 64px 0;
  }
  .hdd-contact-form-section__inner,
  .hdd-contact-connect__inner,
  .hdd-contact-strip__inner,
  .hdd-contact-faq__inner {
    width: calc(100% - 40px);
  }
  .hdd-contact-form-card {
    padding: 24px 20px;
  }
  .hdd-contact-connect .hdd-connect-grid {
    grid-template-columns: 1fr;
  }
  .hdd-contact-faq .hdd-accordion__item summary {
    font-size: 17px;
  }
}

/* =========================================================
   Adventures archive — bottom sections (Figma adventures-page)
   ========================================================= */

.hdd-adv-payments {
  background: #eee9f7;
  padding: 96px 0;
}

.hdd-adv-payments__inner,
.hdd-adv-operate__inner,
.hdd-adv-faq__inner {
  width: min(1100px, calc(100% - 128px));
  margin: 0 auto;
  text-align: center;
}

.hdd-adv-payments .hdd-section__title,
.hdd-adv-operate .hdd-section__title,
.hdd-adv-faq .hdd-section__title {
  font-family: var(--hdd-font-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  color: #1b122c;
  margin: 0 0 12px;
}

.hdd-adv-payments .hdd-section__subtitle {
  max-width: 640px;
  margin: 0 auto 40px;
  color: #625772;
  font-size: 16px;
  line-height: 1.6;
}

.hdd-adventures-archive .hdd-payment-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
  text-align: left;
}

.hdd-payment-features__item {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 28px rgba(27, 18, 44, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hdd-payment-features__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(27, 18, 44, 0.1);
}

.hdd-payment-features__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(111, 75, 179, 0.1);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.hdd-payment-features__item h3 {
  margin: 0 0 10px;
  font-family: var(--hdd-font-sans);
  font-size: 20px;
  font-weight: 700;
  color: #1b122c;
}

.hdd-payment-features__item p {
  margin: 0;
  color: #625772;
  font-size: 15px;
  line-height: 1.55;
}

.hdd-adv-operate {
  background: #fff;
  padding: 96px 0;
}

.hdd-adventures-archive .hdd-type-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.hdd-type-compare__card {
  background: #f9fafb;
  border: 1px solid #eee9f7;
  border-radius: 20px;
  padding: 36px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hdd-type-compare__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(27, 18, 44, 0.08);
  border-color: rgba(111, 75, 179, 0.25);
}

.hdd-type-compare__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #6f4bb3;
  background: #eee9f7;
}

.hdd-type-compare__icon.is-green {
  color: #078b61;
  background: rgba(7, 139, 97, 0.1);
}

.hdd-type-compare__card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #1b122c;
}

.hdd-type-compare__card p {
  margin: 0;
  color: #625772;
  font-size: 15px;
  line-height: 1.6;
}

.hdd-adv-faq {
  background: #eee9f7;
  padding: 96px 0;
}

.hdd-adv-faq__inner {
  width: min(860px, calc(100% - 128px));
}

.hdd-adv-faq .hdd-accordion {
  text-align: left;
  margin-top: 36px;
}

.hdd-adv-faq .hdd-accordion__item {
  background: #fff;
  border: 1px solid #eee9f7;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(27, 18, 44, 0.04);
  padding: 4px 20px;
  margin-bottom: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hdd-adv-faq .hdd-accordion__item[open] {
  border-color: rgba(111, 75, 179, 0.28);
  box-shadow: 0 8px 24px rgba(111, 75, 179, 0.08);
}

.hdd-adv-faq .hdd-accordion__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--hdd-font-serif);
  font-size: 22px;
  font-weight: 400;
  color: #1b122c;
  padding: 18px 0;
  list-style: none;
  cursor: pointer;
}

.hdd-adv-faq .hdd-accordion__item summary::-webkit-details-marker {
  display: none;
}

.hdd-adv-faq .hdd-accordion__body {
  padding: 0 0 18px;
  color: #625772;
  font-size: 15px;
  line-height: 1.65;
}

.hdd-adv-terms {
  background: #fff;
  padding: 96px 0 48px;
}

.hdd-adv-terms__inner {
  width: min(1100px, calc(100% - 128px));
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.hdd-adv-terms__copy h2 {
  margin: 0;
  font-family: var(--hdd-font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  color: #1b122c;
}

.hdd-adv-terms__body p {
  margin: 0 0 16px;
  color: #625772;
  font-size: 16px;
  line-height: 1.65;
}

.hdd-adv-terms__body a {
  color: #6f4bb3;
  font-weight: 600;
  text-decoration: none;
}

.hdd-adv-terms__body a:hover {
  text-decoration: underline;
}

.hdd-adv-terms__banner {
  width: min(1100px, calc(100% - 128px));
  margin: 0 auto;
  background: #f9fafb;
  border: 1px solid #eee9f7;
  border-radius: 16px;
  padding: 22px 28px;
}

.hdd-adv-terms__banner p {
  margin: 0;
  color: #625772;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.hdd-adv-terms__banner a {
  color: #6f4bb3;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .hdd-adv-payments__inner,
  .hdd-adv-operate__inner,
  .hdd-adv-faq__inner,
  .hdd-adv-terms__inner,
  .hdd-adv-terms__banner {
    width: calc(100% - 64px);
  }
  .hdd-adventures-archive .hdd-payment-features {
    grid-template-columns: 1fr;
  }
  .hdd-adventures-archive .hdd-type-compare,
  .hdd-adv-terms__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hdd-adv-payments,
  .hdd-adv-operate,
  .hdd-adv-faq,
  .hdd-adv-terms {
    padding: 64px 0;
  }
  .hdd-adv-payments__inner,
  .hdd-adv-operate__inner,
  .hdd-adv-faq__inner,
  .hdd-adv-terms__inner,
  .hdd-adv-terms__banner {
    width: calc(100% - 40px);
  }
  .hdd-adv-faq .hdd-accordion__item summary {
    font-size: 18px;
  }
}
