/*
 * Group trip landing
 * Shared, page-scoped layer for premium group-trip landing pages.
 * The editorial tokens and base reset come from londres-v3.css.
 */

.bt-group-trip-page {
  --gt-ink: #191919;
  --gt-muted: #65625e;
  --gt-warm: #f5f2ec;
  --gt-paper: #fcfbf9;
  --gt-accent: #937f5e;
  --gt-line: rgba(25, 25, 25, 0.15);
  background: var(--gt-paper);
  color: var(--gt-ink);
  font-family: var(--f-sans);
  min-height: 100%;
  overflow-x: hidden;
}

.bt-group-trip-page a {
  color: inherit;
}

.gt-container {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.gt-skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: #fff;
  color: #111;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: translateY(-160%);
}

.gt-skip-link:focus {
  transform: translateY(0);
}

.gt-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 18px clamp(24px, 4vw, 64px);
  color: #fff;
  transition: min-height 260ms ease, padding 260ms ease, color 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.gt-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  content: "";
  transition: background-color 260ms ease;
}

.gt-header.is-scrolled,
.gt-header.is-menu-open {
  min-height: 72px;
  padding-block: 12px;
  background: rgba(252, 251, 249, 0.94);
  box-shadow: 0 8px 30px rgba(18, 18, 18, 0.06);
  color: var(--gt-ink);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.gt-header.is-scrolled::after,
.gt-header.is-menu-open::after {
  background: var(--gt-line);
}

.gt-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
}

.gt-brand__name {
  font-family: var(--f-serif);
  font-size: clamp(1.28rem, 1.55vw, 1.65rem);
  font-weight: 400;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.gt-brand__by {
  margin-top: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: none;
  white-space: nowrap;
}

.gt-menu-button,
.gt-drawer__close {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  place-items: center;
}

.gt-menu-button span {
  position: absolute;
  width: 25px;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease;
}

.gt-menu-button span:first-child { transform: translateY(-7px); }
.gt-menu-button span:last-child { transform: translateY(7px); }

.gt-menu-button:hover span:first-child { transform: translateY(-8px); }
.gt-menu-button:hover span:last-child { transform: translateY(8px); }

.gt-menu-button:focus-visible,
.gt-drawer__close:focus-visible,
.gt-accordion__trigger:focus-visible,
.gt-button:focus-visible,
.gt-mobile-cta a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.gt-drawer-backdrop {
  position: fixed;
  z-index: 1090;
  inset: 0;
  background: rgba(10, 10, 10, 0.46);
  opacity: 0;
  transition: opacity 300ms ease;
}

.gt-drawer-backdrop.is-visible {
  opacity: 1;
}

.gt-drawer {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(460px, 100%);
  height: 100%;
  padding: 30px clamp(28px, 5vw, 56px) max(32px, env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background: var(--gt-paper);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.14);
  transform: translateX(105%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gt-drawer.is-open {
  transform: translateX(0);
}

.gt-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.gt-drawer__trip {
  margin: 0;
  font-family: var(--f-serif);
  font-size: 2rem;
}

.gt-drawer__close span {
  position: absolute;
  width: 26px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
}

.gt-drawer__close span:last-child {
  transform: rotate(-45deg);
}

.gt-drawer__nav {
  display: flex;
  flex-direction: column;
}

.gt-drawer__nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--gt-line);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.gt-drawer__nav a:hover {
  padding-left: 5px;
}

.gt-drawer__actions {
  display: grid;
  gap: 10px;
  margin: 34px 0;
}

.gt-drawer__secondary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--gt-line);
}

.gt-drawer__secondary a {
  width: fit-content;
  color: var(--gt-muted);
  font-size: 0.84rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.gt-eyebrow {
  margin: 0 0 20px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gt-section {
  padding: clamp(72px, 7.5vw, 110px) 0;
}

.gt-section-heading {
  margin-bottom: clamp(34px, 4.5vw, 58px);
}

.gt-section-heading h2,
.gt-leader h2,
.gt-programme h2,
.gt-fit h2,
.gt-faq h2,
.gt-final h2 {
  margin: 0;
  font-family: var(--f-serif);
  font-size: clamp(2.35rem, 4.4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.gt-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 64px;
}

.gt-section-heading--split > p {
  max-width: 440px;
  margin: 0 0 5px;
  color: var(--gt-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.gt-button {
  display: inline-flex;
  min-height: 54px;
  padding: 15px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gt-button:hover {
  transform: translateY(-2px);
}

.gt-button--dark {
  border-color: var(--gt-ink);
  background: var(--gt-ink);
  color: #fff !important;
}

.gt-button--dark:hover {
  background: #3a3835;
  border-color: #3a3835;
}

.gt-button--outline {
  border-color: var(--gt-ink);
  background: transparent;
  color: var(--gt-ink) !important;
}

.gt-button--outline:hover {
  background: var(--gt-ink);
  color: #fff !important;
}

.gt-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--gt-ink) !important;
}

.gt-button--light:hover {
  border-color: var(--gt-warm);
  background: var(--gt-warm);
}

.gt-button--ghost-light {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff !important;
}

.gt-button--ghost-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

/* Hero */
.gt-hero {
  position: relative;
  display: flex;
  min-height: max(720px, 94svh);
  align-items: flex-end;
  overflow: hidden;
  background: #242424;
  color: #fff;
}

.gt-hero__image,
.gt-final__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt-hero__image {
  object-position: center 50%;
  transform: scale(1.01);
  animation: gt-hero-enter 1.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gt-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.72) 0%, rgba(8, 10, 12, 0.28) 58%, rgba(8, 10, 12, 0.48) 100%),
    linear-gradient(0deg, rgba(8, 10, 12, 0.79) 0%, transparent 55%);
}

.gt-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: clamp(60px, 10vw, 150px);
  padding-top: 150px;
  padding-bottom: clamp(62px, 8vh, 92px);
}

.gt-hero__intro h1 {
  margin: 0;
  font-family: var(--f-serif);
  font-size: clamp(5.1rem, 10.5vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.75;
  text-transform: uppercase;
}

.gt-hero__tagline {
  max-width: 620px;
  margin: 38px 0 0;
  font-family: var(--f-serif);
  font-size: clamp(1.55rem, 2.7vw, 2.7rem);
  font-style: italic;
  line-height: 1.25;
}

.gt-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 40px;
  margin: 52px 0 0;
}

.gt-hero__facts div {
  min-width: 135px;
}

.gt-hero__facts dt {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gt-hero__facts dd {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.gt-hero__decision {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(17, 17, 17, 0.28);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.gt-price__label {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gt-price {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.gt-price span {
  font-family: var(--f-serif);
  font-size: 4.3rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.gt-price small {
  margin-top: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.gt-deposit {
  margin: 22px 0 14px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gt-status {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 9px;
  font-size: 0.76rem;
}

.gt-status > span[aria-hidden="true"] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6c08b;
  box-shadow: 0 0 0 4px rgba(214, 192, 139, 0.16);
}

.gt-hero__actions {
  display: grid;
  gap: 10px;
}

.gt-hero__payment-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  line-height: 1.5;
}

@keyframes gt-hero-enter {
  from { opacity: 0; transform: scale(1.055); }
  to { opacity: 1; transform: scale(1.01); }
}

/* Trust */
.gt-trust-bar {
  border-bottom: 1px solid var(--gt-line);
  background: #fff;
}

.gt-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gt-trust-bar p {
  display: flex;
  min-height: 104px;
  margin: 0;
  padding: 24px clamp(20px, 3vw, 42px);
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--gt-line);
  color: var(--gt-muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.gt-trust-bar p:first-child { padding-left: 0; }
.gt-trust-bar p:last-child { border-right: 0; padding-right: 0; }
.gt-trust-bar i { color: var(--gt-accent); font-size: 1.1rem; }
.gt-trust-bar strong { color: var(--gt-ink); font-weight: 700; }

/* Leader */
.gt-leader {
  background: var(--gt-warm);
}

.gt-leader__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.gt-leader__visual {
  min-height: 600px;
  margin: 0;
  overflow: hidden;
}

.gt-leader__visual img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center 35%;
}

.gt-leader__copy h2 {
  margin-bottom: 34px;
}

.gt-leader__name {
  display: flex;
  margin: 0 0 28px;
  flex-direction: column;
  font-family: var(--f-serif);
  font-size: 1.55rem;
}

.gt-leader__name span {
  margin-top: 7px;
  color: var(--gt-muted);
  font-family: var(--f-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gt-leader__copy > p:last-of-type {
  max-width: 570px;
  margin: 0;
  color: var(--gt-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.gt-leader__more {
  margin-top: 38px;
}

.gt-leader__more .gt-accordion__trigger {
  min-height: 78px;
}

.gt-leader__more .gt-accordion__title {
  font-size: 1.18rem;
}

.gt-mini-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gt-mini-reasons article > span {
  color: var(--gt-accent);
  font-family: var(--f-serif);
}

.gt-mini-reasons h4 {
  margin: 10px 0 8px;
  font-family: var(--f-serif);
  font-size: 1.05rem;
  font-weight: 400;
}

.gt-mini-reasons p {
  font-size: 0.8rem;
  line-height: 1.55;
}

.gt-leader__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 52px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--gt-line);
}

.gt-leader__facts dt {
  margin-bottom: 8px;
  font-family: var(--f-serif);
  font-size: 1.6rem;
}

.gt-leader__facts dd {
  margin: 0;
  color: var(--gt-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Reasons */
.gt-reasons {
  background: #fff;
}

.gt-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 72px);
}

.gt-reason {
  padding-top: 25px;
  border-top: 1px solid var(--gt-ink);
}

.gt-reason > span {
  display: block;
  margin-bottom: 55px;
  color: var(--gt-accent);
  font-family: var(--f-serif);
  font-size: 1.1rem;
}

.gt-reason h3 {
  margin: 0 0 18px;
  font-family: var(--f-serif);
  font-size: clamp(1.6rem, 2.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.1;
}

.gt-reason p {
  margin: 0;
  color: var(--gt-muted);
  line-height: 1.7;
}

/* Moments */
.gt-moments {
  background: var(--gt-paper);
}

.gt-moments__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 320px;
  gap: 18px;
}

.gt-moment {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ddd8cf;
}

.gt-moment--wide {
  grid-column: span 2;
}

.gt-moment--tall {
  grid-row: span 2;
}

.gt-carousel__controls {
  display: none;
}

.gt-moment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gt-moment:hover img {
  transform: scale(1.035);
}

.gt-moment::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(8, 8, 8, 0.75));
  content: "";
  pointer-events: none;
}

.gt-moment figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.gt-moment figcaption span {
  font-family: var(--f-serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.gt-moment figcaption small {
  margin-top: 6px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Programme and accordions */
.gt-programme {
  background: var(--gt-warm);
}

.gt-programme__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.gt-programme__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.gt-programme__intro p:last-child,
.gt-faq__intro p:last-child,
.gt-fit__intro > p:last-child {
  max-width: 480px;
  margin: 32px 0 0;
  color: var(--gt-muted);
  line-height: 1.8;
}

.gt-accordions {
  min-width: 0;
  border-top: 1px solid var(--gt-line);
}

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

.gt-accordion h3 {
  margin: 0;
}

.gt-accordion__trigger {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 104px;
  padding: 26px 56px 26px 0;
  border: 0;
  background: transparent;
  color: var(--gt-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.gt-accordion__meta {
  margin-bottom: 10px;
  color: var(--gt-accent);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gt-accordion__title {
  font-family: var(--f-serif);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 400;
  line-height: 1.25;
}

.gt-accordion__icon {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.gt-accordion__icon::before,
.gt-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease;
}

.gt-accordion__icon::after {
  transform: rotate(90deg);
}

.gt-accordion__trigger[aria-expanded="true"] .gt-accordion__icon::after {
  transform: rotate(0deg);
}

.gt-accordion__panel {
  padding: 0 56px 34px 0;
}

.gt-accordion__panel[hidden] {
  display: none;
}

.gt-accordion__panel p {
  max-width: 700px;
  margin: 0;
  color: var(--gt-muted);
  line-height: 1.8;
}

/* Decision details: warm, structured surfaces shared by trip landing pages. */
.bt-group-trip-page .gt-programme #incluido .gt-detail-list {
  gap: 12px;
  padding-bottom: 4px;
}

.bt-group-trip-page .gt-programme #incluido .gt-detail-list li {
  min-height: 118px;
  padding: 18px 20px;
  border: 1px solid rgba(147, 127, 94, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}

.bt-group-trip-page .gt-programme #nao-incluido .gt-accordion__panel > ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--gt-ink) !important;
  list-style: none !important;
}

.bt-group-trip-page .gt-programme #nao-incluido .gt-accordion__panel > ul > li {
  position: relative;
  min-height: 74px;
  padding: 15px 18px 15px 42px;
  border: 1px solid rgba(147, 127, 94, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.bt-group-trip-page .gt-programme #nao-incluido .gt-accordion__panel > ul > li::before {
  position: absolute;
  top: 15px;
  left: 18px;
  color: var(--gt-accent);
  content: "—";
  font-weight: 700;
}

.bt-group-trip-page .gt-programme #faq-condicoes > p {
  max-width: none;
  margin: 22px 0 0 !important;
  padding: 14px 18px;
  border: 1px solid rgba(147, 127, 94, 0.24);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #e9dfd0;
  color: #4b3d2a;
  font-family: var(--f-serif);
  font-size: 1.12rem;
  line-height: 1.35;
}

.bt-group-trip-page .gt-programme #faq-condicoes > p:first-child {
  margin-top: 0 !important;
}

.bt-group-trip-page .gt-programme #faq-condicoes > ul {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 6px 18px 12px !important;
  border: 1px solid rgba(147, 127, 94, 0.2);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--gt-ink) !important;
  list-style: none !important;
}

.bt-group-trip-page .gt-programme #faq-condicoes > ul > li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  line-height: 1.6;
}

.bt-group-trip-page .gt-programme #faq-condicoes > ul > li:last-child {
  border-bottom: 0;
}

@media (max-width: 640px) {
  .bt-group-trip-page .gt-programme #nao-incluido .gt-accordion__panel > ul {
    grid-template-columns: 1fr;
  }

  .bt-group-trip-page .gt-programme #incluido .gt-detail-list li {
    min-height: 0;
    padding: 16px 18px;
  }

  .bt-group-trip-page .gt-programme #faq-condicoes > p {
    padding: 13px 15px;
  }

  .bt-group-trip-page .gt-programme #faq-condicoes > ul {
    padding: 5px 15px 10px !important;
  }
}

.gt-programme__cta {
  grid-column: 2;
  display: flex;
  margin-top: 4px;
  padding-top: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gt-programme__cta p {
  max-width: 260px;
  margin: 0;
  font-family: var(--f-serif);
  font-size: 1.2rem;
  line-height: 1.4;
}

.gt-day-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gt-day-list li {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gt-line);
}

.gt-day-list li:last-child {
  border-bottom: 0;
}

.gt-day-list li > span {
  color: var(--gt-accent);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gt-day-list strong {
  font-family: var(--f-serif);
  font-size: 1.06rem;
  font-weight: 400;
}

/* Included */
.gt-included {
  background: #fff;
}

.gt-included__highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
  border-top: 1px solid var(--gt-line);
  border-bottom: 1px solid var(--gt-line);
}

.gt-included__item {
  display: flex;
  min-height: 116px;
  padding: 22px 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid var(--gt-line);
}

.gt-included__item:last-child {
  border-right: 0;
}

.gt-included__item i {
  color: var(--gt-accent);
  font-size: 1.2rem;
}

.gt-included__item span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gt-included__highlights--inside {
  margin: 4px 0 34px;
}

.gt-hotel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  min-height: 280px;
  margin: 8px 0 0;
  background: var(--gt-warm);
}

.gt-hotel img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.gt-hotel > div {
  display: flex;
  padding: clamp(40px, 6vw, 80px);
  flex-direction: column;
  justify-content: center;
}

.gt-hotel h3,
.gt-hotel h4 {
  margin: 0 0 18px;
  font-family: var(--f-serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
}

.gt-hotel > div > p:last-child {
  margin: 0;
  color: var(--gt-muted);
  line-height: 1.7;
}

.gt-accordions--details .gt-hotel {
  max-width: 100%;
}

.gt-accordions--details {
  max-width: 900px;
  margin-left: auto;
}

.gt-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 52px;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}

.gt-detail-list li {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.gt-detail-list strong {
  font-family: var(--f-serif);
  font-size: 1.04rem;
  font-weight: 400;
}

.gt-detail-list span {
  color: var(--gt-muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

/* Fit */
.gt-fit {
  background: var(--gt-ink);
  color: #fff;
}

.gt-fit__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.gt-fit__intro > p:last-child {
  color: rgba(255, 255, 255, 0.63);
}

.gt-fit__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.gt-fit__list {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.gt-fit__list--muted {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.2);
}

.gt-fit__list h3 {
  margin: 0 0 28px;
  font-family: var(--f-serif);
  font-size: 1.6rem;
  font-weight: 400;
}

.gt-fit__list ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gt-fit__list li {
  position: relative;
  padding-left: 25px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.gt-fit__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #c8b48a;
  content: "✓";
}

.gt-fit__list--muted li::before {
  color: rgba(255, 255, 255, 0.42);
  content: "×";
}

/* Qualification is intentionally collapsed until the visitor asks for it. */
.gt-qualification {
  padding: 28px 0;
  background: var(--gt-ink);
  color: #fff;
}

.gt-accordions--qualification {
  border-color: rgba(255, 255, 255, 0.22);
}

.gt-accordions--qualification .gt-accordion {
  border-color: rgba(255, 255, 255, 0.22);
}

.gt-accordions--qualification h2 {
  margin: 0;
}

.gt-accordions--qualification .gt-accordion__trigger {
  min-height: 126px;
  color: #fff;
}

.gt-accordions--qualification .gt-accordion__trigger > span:first-child {
  display: grid;
  gap: 8px;
}

.gt-accordions--qualification small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gt-accordions--qualification .gt-accordion__title {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.gt-accordions--qualification .gt-accordion__panel {
  padding-bottom: 48px;
}

.gt-qualification__intro {
  max-width: 670px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.gt-qualification .gt-fit__lists {
  max-width: 900px;
}

/* FAQ */
.gt-faq {
  background: var(--gt-paper);
}

.gt-faq__layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.gt-faq__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.gt-accordions--faq .gt-accordion__trigger {
  min-height: 90px;
}

.gt-accordions--faq .gt-accordion__title {
  font-size: clamp(1.15rem, 1.8vw, 1.48rem);
}

/* Final CTA */
.gt-final {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  overflow: hidden;
  background: #171b20;
  color: #fff;
}

.gt-final__image {
  object-position: center;
}

.gt-final__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 10, 14, 0.82), rgba(7, 10, 14, 0.36) 65%, rgba(7, 10, 14, 0.54));
}

.gt-final__content {
  position: relative;
  z-index: 1;
}

.gt-final h2 {
  max-width: 840px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.gt-final__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  margin: 38px 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gt-final__facts span + span::before {
  margin-right: 34px;
  color: rgba(255, 255, 255, 0.5);
  content: "·";
}

.gt-final__actions {
  display: flex;
  gap: 12px;
}

.gt-final__actions .gt-button {
  min-width: 245px;
}

.gt-final__trust {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Footer */
.gt-footer {
  padding: 55px 0;
  background: #111;
  color: rgba(255, 255, 255, 0.7);
}

.gt-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: end;
  gap: 32px 60px;
}

.gt-brand--footer {
  width: fit-content;
  margin-bottom: 22px;
  color: #fff;
}

.gt-footer__inner > div > p:last-child {
  max-width: 560px;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.7;
}

.gt-footer nav {
  display: flex;
  gap: 25px;
}

.gt-footer nav a {
  font-size: 0.72rem;
  text-underline-offset: 4px;
}

.gt-footer__copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gt-mobile-cta {
  display: none;
}

/* Content remains visible by default; motion is reserved for the hero and interactions. */
.gt-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .gt-container {
    width: min(100% - 56px, 1080px);
  }

  .gt-hero__content {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 55px;
  }

  .gt-hero__intro h1 {
    font-size: clamp(5.4rem, 12vw, 8.5rem);
  }

  .gt-included__highlights {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .gt-included__item:last-child {
    border-right: 0;
  }

  .gt-included__item:nth-child(n + 1) {
    border-bottom: 0;
  }

  .gt-programme__layout,
  .gt-faq__layout,
  .gt-fit__grid {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .gt-header {
    min-height: 76px;
    padding: 12px 28px;
  }

  .gt-header.is-scrolled,
  .gt-header.is-menu-open {
    min-height: 68px;
    padding-block: 9px;
  }

  .gt-hero {
    min-height: 920px;
  }

  .gt-hero__content {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 140px;
    padding-bottom: 52px;
  }

  .gt-hero__intro h1 {
    font-size: clamp(5.8rem, 18vw, 9rem);
  }

  .gt-hero__tagline {
    margin-top: 28px;
  }

  .gt-hero__facts {
    margin-top: 36px;
  }

  .gt-hero__decision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 4px 30px;
  }

  .gt-hero__decision .gt-status,
  .gt-hero__decision .gt-deposit {
    grid-column: 1;
  }

  .gt-hero__actions {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  .gt-hero__payment-note {
    grid-column: 1 / -1;
  }

  .gt-trust-bar p {
    align-items: flex-start;
    flex-direction: column;
  }

  .gt-leader__grid,
  .gt-programme__layout,
  .gt-faq__layout,
  .gt-fit__grid {
    grid-template-columns: 1fr;
  }

  .gt-leader__visual,
  .gt-leader__visual img {
    min-height: 620px;
  }

  .gt-programme__intro,
  .gt-faq__intro {
    position: static;
  }

  .gt-programme__cta {
    grid-column: 1;
  }

  .gt-fit__lists {
    max-width: 760px;
  }

  .gt-moments__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 300px);
  }

  .gt-moment--wide {
    grid-column: span 1;
  }

  .gt-moment--tall {
    grid-row: span 2;
  }

  .gt-hotel {
    grid-template-columns: 1fr;
  }

  .gt-hotel img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .bt-group-trip-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .gt-container {
    width: calc(100% - 40px);
  }

  .gt-section {
    padding: 52px 0;
  }

  .gt-header {
    padding-inline: 20px;
  }

  .gt-brand__name {
    font-size: 1.18rem;
  }

  .gt-brand__by {
    font-size: 0.62rem;
  }

  .gt-menu-button {
    width: 44px;
    height: 44px;
  }

  .gt-drawer {
    padding: 22px 24px max(30px, env(safe-area-inset-bottom));
  }

  .gt-drawer__top {
    margin-bottom: 24px;
  }

  .gt-drawer__nav a {
    padding: 9px 0;
  }

  .gt-drawer__actions {
    margin: 24px 0;
  }

  .gt-section-heading h2,
  .gt-leader h2,
  .gt-programme h2,
  .gt-fit h2,
  .gt-faq h2,
  .gt-final h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.15rem);
  }

  .gt-section-heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gt-section-heading {
    margin-bottom: 26px;
  }

  .gt-eyebrow {
    margin-bottom: 15px;
    font-size: 0.62rem;
  }

  .gt-hero {
    min-height: 100svh;
    align-items: flex-end;
  }

  .gt-hero__image {
    object-position: 57% center;
  }

  .gt-hero__overlay {
    background:
      linear-gradient(0deg, rgba(7, 9, 11, 0.94) 0%, rgba(7, 9, 11, 0.54) 58%, rgba(7, 9, 11, 0.48) 100%);
  }

  .gt-hero__content {
    gap: 22px;
    padding-top: 105px;
    padding-bottom: 24px;
  }

  .gt-hero__intro h1 {
    font-size: clamp(3.65rem, 17vw, 4.65rem);
    letter-spacing: -0.075em;
    line-height: 0.82;
  }

  .gt-hero__tagline {
    max-width: 320px;
    margin-top: 20px;
    font-size: 1.28rem;
  }

  .gt-hero__facts {
    display: grid;
    grid-template-columns: 1.45fr 0.7fr 0.9fr;
    gap: 12px;
    margin-top: 28px;
  }

  .gt-hero__facts div {
    min-width: 0;
  }

  .gt-hero__facts dt {
    font-size: 0.55rem;
  }

  .gt-hero__facts dd {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .gt-hero__decision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px;
    gap: 4px 18px;
  }

  .gt-price span {
    font-size: 3.2rem;
  }

  .gt-price small,
  .gt-price__label {
    font-size: 0.55rem;
  }

  .gt-deposit {
    margin: 13px 0 10px;
    font-size: 0.63rem;
  }

  .gt-status {
    margin-bottom: 0;
    font-size: 0.67rem;
  }

  .gt-hero__actions {
    grid-row: 1 / span 4;
    gap: 8px;
  }

  .gt-hero__actions .gt-button {
    min-height: 47px;
    padding: 10px;
    font-size: 0.58rem;
  }

  .gt-hero__payment-note {
    margin-top: 10px;
    font-size: 0.57rem;
  }

  .gt-trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .gt-trust-bar p,
  .gt-trust-bar p:first-child,
  .gt-trust-bar p:last-child {
    min-width: 0;
    min-height: 108px;
    padding: 16px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-right: 1px solid var(--gt-line);
    font-size: 0.51rem;
    letter-spacing: 0.045em;
  }

  .gt-trust-bar p:last-child {
    border-right: 0;
  }

  .gt-leader__grid {
    gap: 34px;
  }

  .gt-leader__visual,
  .gt-leader__visual img {
    min-height: 290px;
    height: 290px;
  }

  .gt-leader__copy h2 {
    margin-bottom: 26px;
  }

  .gt-leader__copy > p:last-of-type {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .gt-leader__more {
    margin-top: 28px;
  }

  .gt-leader__more .gt-accordion__trigger {
    min-height: 70px;
  }

  .gt-mini-reasons {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gt-reasons__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .gt-reason > span {
    margin-bottom: 28px;
  }

  .gt-moments {
    overflow: hidden;
  }

  .gt-moments__grid {
    display: flex;
    width: 100%;
    margin-right: 0;
    gap: 10px;
    overflow-x: auto;
    padding-right: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gt-moments__grid::-webkit-scrollbar {
    display: none;
  }

  .gt-moment,
  .gt-moment--wide,
  .gt-moment--tall {
    width: 100%;
    min-width: 100%;
    height: 280px;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .gt-carousel__controls {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    margin-top: 14px;
    align-items: center;
    gap: 12px;
  }

  .gt-carousel__controls button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--gt-line);
    background: transparent;
    color: var(--gt-ink);
    cursor: pointer;
  }

  .gt-carousel__controls button:disabled {
    opacity: 0.3;
  }

  .gt-carousel__controls > span {
    color: var(--gt-muted);
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .gt-programme__layout,
  .gt-faq__layout,
  .gt-fit__grid {
    gap: 34px;
  }

  .gt-accordion__trigger {
    min-height: 91px;
    padding: 23px 42px 23px 0;
  }

  .gt-accordion__title {
    font-size: 1.23rem;
  }

  .gt-accordion__panel {
    padding-right: 24px;
  }

  .gt-programme__cta {
    margin-top: 0;
    align-items: stretch;
    flex-direction: column;
    padding-top: 22px;
  }

  .gt-programme__cta p {
    max-width: none;
  }

  .gt-included__highlights {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
  }

  .gt-included__item {
    min-height: 92px;
    padding: 17px 12px;
    gap: 14px;
  }

  .gt-included__item:nth-child(3n) {
    border-right: 1px solid var(--gt-line);
  }

  .gt-included__item:nth-child(2n) {
    border-right: 0;
  }

  .gt-included__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--gt-line);
  }

  .gt-included__item:nth-child(n + 3) {
    border-bottom: 0;
  }

  .gt-hotel {
    margin: 0;
  }

  .gt-hotel img {
    min-height: 220px;
  }

  .gt-hotel > div {
    padding: 35px 26px 40px;
  }

  .gt-detail-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gt-fit__lists {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .gt-qualification {
    padding: 16px 0;
  }

  .gt-accordions--qualification .gt-accordion__trigger {
    min-height: 96px;
  }

  .gt-accordions--qualification .gt-accordion__title {
    font-size: 2rem;
  }

  .gt-accordions--qualification .gt-accordion__panel {
    padding-bottom: 30px;
  }

  .gt-faq .gt-accordion__trigger {
    min-height: 72px;
  }

  .gt-final {
    min-height: 470px;
  }

  .gt-final__overlay {
    background: linear-gradient(0deg, rgba(7, 10, 14, 0.91), rgba(7, 10, 14, 0.45));
  }

  .gt-final__facts {
    display: grid;
    gap: 10px;
  }

  .gt-final__facts span + span::before {
    content: none;
  }

  .gt-final__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gt-final__actions .gt-button {
    min-width: 0;
  }

  .gt-final__trust {
    max-width: 320px;
    line-height: 1.6;
  }

  .gt-footer {
    padding: 34px 0;
  }

  .gt-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .gt-footer__copyright {
    grid-column: 1;
  }

  .gt-mobile-cta {
    position: fixed;
    z-index: 990;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(74px, 0.72fr) 1fr 1fr;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    align-items: stretch;
    gap: 7px;
    border-top: 1px solid var(--gt-line);
    background: rgba(252, 251, 249, 0.96);
    box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .gt-mobile-cta p {
    display: flex;
    min-width: 0;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }

  .gt-mobile-cta p span {
    color: var(--gt-muted);
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gt-mobile-cta p strong {
    font-family: var(--f-serif);
    font-size: 1.25rem;
    font-weight: 400;
  }

  .gt-mobile-cta a {
    display: flex;
    min-width: 0;
    padding: 0 7px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gt-ink);
    color: var(--gt-ink);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .gt-mobile-cta__primary {
    background: var(--gt-ink);
    color: #fff !important;
  }
}

@media (max-width: 430px) {
  .gt-hero__decision {
    grid-template-columns: minmax(105px, 0.82fr) minmax(0, 1.18fr);
    gap: 3px 12px;
  }

  .gt-hero__actions .gt-button {
    letter-spacing: 0.09em;
  }

  .gt-hero__facts {
    grid-template-columns: 1.45fr 0.68fr 0.95fr;
  }
}

@media (max-width: 374px) {
  .gt-container {
    width: calc(100% - 32px);
  }

  .gt-header {
    padding-inline: 16px;
  }

  .gt-brand__name {
    font-size: 1.05rem;
  }

  .gt-brand__by {
    font-size: 0.56rem;
  }

  .gt-hero__intro h1 {
    font-size: 4.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gt-hero__image,
  .gt-reveal {
    animation: none !important;
    transition: none !important;
  }

  .js .gt-reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto !important;
  }
}

@media print {
  .gt-header,
  .gt-drawer,
  .gt-drawer-backdrop,
  .gt-mobile-cta {
    display: none !important;
  }
}
