/* Homepage — cinematic private-tour layout
   Structure aligned with premium India operators: full-bleed hero,
   destination tiles, organic why mosaic, about split, themed journeys, packages. */

.page-home {
  --gti-navy: #052963;
  --gti-navy-deep: #031A42;
  --gti-gold: #E0741E;
  --gti-gold-bright: #E0741E;
  --gti-gold-hover: #C85F12;
  --gti-ivory: #F8FAFC;
  --gti-paper: #FFFFFF;
  --gti-ink: #5B6472;
  --gti-muted: #5B6472;
  --gti-line: #E5EAF0;
  --gti-radius: 10px;
  background: var(--gti-paper);
  color: var(--gti-ink);
  font-family: Inter, Outfit, system-ui, sans-serif;
}

.gti-home h1,
.gti-home h2,
.gti-home h3 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--gti-navy);
  line-height: 1.15;
}

.gti-wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.gti-kicker {
  margin: 0 0 0.75rem;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gti-gold-bright);
  line-height: 1.4;
}

.gti-kicker--light {
  color: #E0741E;
}

.gti-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--gti-ink);
}

.gti-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: var(--gti-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--gti-gold-bright);
  padding-bottom: 0.12rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.gti-text-link:hover {
  color: var(--gti-gold-bright);
}

.gti-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 2.25rem;
}

.gti-section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.gti-section-head p:not(.gti-kicker) {
  margin: 0.7rem 0 0;
  max-width: 38rem;
  color: var(--gti-muted);
  line-height: 1.7;
}

.gti-section-head--center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.gti-section-head--center p:not(.gti-kicker) {
  max-width: 40rem;
}

.gti-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.gti-empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--gti-paper);
  border: 1px dashed var(--gti-line);
  border-radius: var(--gti-radius);
}

.gti-empty a {
  color: var(--gti-gold-bright);
  font-weight: 650;
}

/* ==========================================================================
   Cinematic hero
   ========================================================================== */
.page-home .hero-home--cinematic {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  color: #fff;
  background: var(--gti-navy-deep) !important;
  background-image: none !important;
}

.page-home .hero-home--cinematic .hero-slideshow,
.page-home .hero-home--cinematic .hero-overlay {
  position: absolute;
  inset: 0;
}

.page-home .hero-home--cinematic .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 41, 99, 0.62) 0%, rgba(5, 41, 99, 0.7) 48%, rgba(5, 41, 99, 0.8) 100%),
    linear-gradient(90deg, rgba(5, 41, 99, 0.72) 0%, rgba(5, 41, 99, 0.38) 55%);
}

.gti-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.75rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: calc(var(--header-total-h, 5.5rem) + 4.5rem) 0 1.5rem;
}

.gti-hero-copy h1 {
  margin: 0;
  max-width: 14ch;
  color: #fff;
  font-size: clamp(2.7rem, 7vw, 5.1rem);
  line-height: 0.98;
}

.gti-hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: #E0741E;
}

.gti-hero-places {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  align-self: end;
}

.gti-hero-place {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 0.9rem;
  border: 2px solid rgba(255, 255, 255, 0.88);
  background: #031A42;
  box-shadow: 0 18px 36px -18px rgba(3, 16, 42, 0.55);
  text-decoration: none;
}

.gti-hero-place img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.gti-hero-place::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 41, 99, 0.82) 100%);
  pointer-events: none;
}

.gti-hero-place span {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.55rem;
  z-index: 2;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.gti-hero-place:hover img {
  transform: scale(1.06);
}

.gti-hero-place:hover span {
  color: #E0741E;
}

@media (min-width: 900px) {
  .gti-hero-inner {
    grid-template-columns: minmax(0, 1fr) 21.5rem;
    align-items: end;
    gap: 2.5rem;
    padding-bottom: 2rem;
  }

  .gti-hero-places {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.7rem;
    height: 22.5rem;
  }

  .gti-hero-place {
    position: relative;
    width: auto;
    height: auto;
    aspect-ratio: auto;
    transform: none;
  }

  .gti-hero-place--1 {
    grid-row: 1 / 3;
  }
}

.gti-hero-lead {
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.gti-hero-trust {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.gti-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.gti-hero-foot {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto 1.75rem;
}

.gti-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.gti-hero-stats div {
  padding: 0.85rem 0.9rem 0.95rem;
  border-top: 1px solid rgba(224, 116, 30, 0.45);
  background: rgba(5, 41, 99, 0.42);
  backdrop-filter: blur(10px);
}

.gti-hero-stats dt {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.gti-hero-stats dd {
  margin: 0.3rem 0 0;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.gti-hero-now {
  padding: 0.75rem 0.9rem;
  border-left: 2px solid var(--gti-gold-bright);
  background: rgba(5, 41, 99, 0.42);
  backdrop-filter: blur(10px);
}

.gti-hero-now span {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E0741E;
}

.gti-hero-now p {
  margin: 0.25rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  color: #fff;
}

.gti-hero-controls {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.page-home .hero-home--cinematic .hero-carousel-dots {
  display: flex;
  gap: 0.35rem;
}

.page-home .hero-home--cinematic .hero-carousel-dot {
  width: 1.2rem;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
}

.page-home .hero-home--cinematic .hero-carousel-dot.is-active {
  width: 2rem;
  background: var(--gti-gold-bright);
}

.page-home .hero-home--cinematic .hero-carousel-arrow {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.page-home .hero-home--cinematic .hero-carousel-arrow:hover {
  background: #fff;
  color: var(--gti-navy);
}

@media (min-width: 900px) {
  .gti-hero-foot {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .gti-hero-now {
    min-width: 16rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .gti-hero-copy > * {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .gti-hero-copy > *:nth-child(1) { animation-delay: 0.1s; }
  .gti-hero-copy > *:nth-child(2) { animation-delay: 0.2s; }
  .gti-hero-copy > *:nth-child(3) { animation-delay: 0.3s; }
  .gti-hero-copy > *:nth-child(4) { animation-delay: 0.4s; }
  .gti-hero-copy > *:nth-child(5) { animation-delay: 0.5s; }

  .gti-hero-places {
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
  }
}

/* ==========================================================================
   Destinations
   ========================================================================== */
.gti-destinations {
  padding: 5rem 0 4.5rem;
  background: var(--gti-paper);
}

.gti-dest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.gti-dest-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--gti-radius);
  min-height: 11.5rem;
  color: #fff;
  text-decoration: none;
}

.gti-dest-card img {
  width: 100%;
  height: 100%;
  min-height: 11.5rem;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gti-dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 41, 99, 0.78) 100%);
}

.gti-dest-card span {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.85rem;
  z-index: 1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.gti-dest-card:hover img {
  transform: scale(1.07);
}

@media (min-width: 720px) {
  .gti-dest-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gti-dest-card,
  .gti-dest-card img {
    min-height: 14rem;
  }
}

/* ==========================================================================
   Why choose — organic layered mosaic
   ========================================================================== */
.gti-why {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  padding: 5.75rem 0 6rem;
  background-color: #F8FAFC;
}

.gti-why-watermark {
  position: absolute;
  inset: 8% 0 12%;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #052963;
  opacity: 0.055;
  z-index: 0;
}

.gti-why-watermark svg {
  width: min(34rem, 72%);
  height: auto;
}

.gti-why .gti-wrap {
  position: relative;
  z-index: 1;
}

.gti-why .gti-section-head {
  margin-bottom: 2.5rem;
}

.gti-why .gti-section-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 4.4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--gti-navy);
}

.gti-why .gti-section-head p:not(.gti-why-kicker) {
  max-width: 38rem;
  margin-inline: auto;
  font-family: Inter, sans-serif;
  color: var(--gti-muted);
}

.gti-why-kicker {
  margin: 0 0 0.85rem;
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E0741E;
}

.gti-why-mosaic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.35rem;
  margin: 0;
  padding: 0.5rem 0 0.25rem;
  list-style: none;
}

.gti-why-card {
  position: relative;
  width: 100%;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  padding: 1.7rem 1.55rem 1.65rem;
  color: var(--gti-ink);
  transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease;
}

.gti-why-card--tile {
  border-radius: 1.45rem;
  background: #FFFFFF;
  border: 1px solid #E5EAF0;
  box-shadow: 10px 16px 28px rgba(5, 41, 99, 0.08);
}

.gti-why-card--tile:hover {
  transform: translateY(-6px);
  box-shadow: 12px 22px 34px rgba(5, 41, 99, 0.12);
}

.gti-why-card--circle {
  aspect-ratio: 1;
  max-width: 20.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.35rem 1.85rem 2.1rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E5EAF0;
  box-shadow: 12px 18px 32px rgba(5, 41, 99, 0.08);
}

.gti-why-card--circle:hover {
  transform: translateY(-6px);
}

.gti-why-card--shield {
  max-width: 20.25rem;
  align-items: center;
  text-align: center;
  padding: 2.6rem 1.7rem 3.4rem;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(10px 16px 18px rgba(5, 41, 99, 0.1));
}

.gti-why-card--shield::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #FFFFFF;
  border: 1px solid #E5EAF0;
  clip-path: polygon(50% 0%, 100% 14%, 100% 64%, 50% 100%, 0% 64%, 0% 14%);
}

.gti-why-card--shield:hover {
  transform: translateY(-6px);
}

.gti-why-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 3.4rem;
  margin-bottom: 1.05rem;
}

.gti-why-card--circle .gti-why-art,
.gti-why-card--shield .gti-why-art {
  width: 5.1rem;
  height: 3.6rem;
  margin-inline: auto;
}

.gti-why-art svg {
  width: 100%;
  height: 100%;
}

.gti-home .gti-why-card h3 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gti-navy);
  line-height: 1.35;
}

.gti-why-card p {
  margin: 0.55rem 0 0;
  font-family: Inter, sans-serif;
  color: var(--gti-muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

.gti-why-card--circle p,
.gti-why-card--shield p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.gti-why-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2.75rem;
}

.gti-why-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.75rem 1.45rem;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.22s ease;
}

.gti-why-btn--ghost {
  background: transparent;
  color: var(--gti-navy);
  border: 1px solid var(--gti-navy);
}

.gti-why-btn--ghost:hover {
  background: var(--gti-navy);
  color: #fff;
  transform: translateY(-2px);
}

.gti-why-btn--solid {
  background: #E0741E;
  color: #fff;
  border: 1px solid #E0741E;
  box-shadow: 0 8px 18px -12px rgba(224, 116, 30, 0.55);
}

.gti-why-btn--solid:hover {
  background: #C85F12;
  border-color: #C85F12;
  box-shadow: 0 0 0 3px rgba(224, 116, 30, 0.22), 0 12px 24px -12px rgba(224, 116, 30, 0.55);
  transform: translateY(-2px);
}

@media (min-width: 760px) and (max-width: 1099px) {
  .gti-why-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2.5rem 1.75rem;
    padding: 1rem 0 1.5rem;
  }

  .gti-why-card {
    max-width: none;
    width: auto;
  }

  .gti-why-card--circle,
  .gti-why-card--shield {
    justify-self: center;
    width: 100%;
  }

  .gti-why-card--1,
  .gti-why-card--3,
  .gti-why-card--6 {
    transform: translateY(1.15rem);
  }

  .gti-why-card--2,
  .gti-why-card--4,
  .gti-why-card--8 {
    transform: translateY(-0.65rem);
  }

  .gti-why-card--5 {
    transform: translateY(0.35rem);
  }

  .gti-why-card--7 {
    transform: translateY(-0.85rem);
  }
}

@media (min-width: 1100px) {
  .gti-why {
    padding: 6.25rem 0 7rem;
  }

  .gti-why .gti-section-head {
    margin-bottom: 1.25rem;
  }

  .gti-why-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    column-gap: 0.85rem;
    row-gap: 0;
    padding: 2.25rem 0 3.75rem;
  }

  .gti-why-card {
    max-width: none;
    width: auto;
  }

  .gti-why-card--1 {
    grid-column: 1 / 4;
    z-index: 2;
    transform: translateY(1.85rem);
  }

  .gti-why-card--2 {
    grid-column: 4 / 7;
    z-index: 3;
    transform: translateY(-0.85rem);
  }

  .gti-why-card--3 {
    grid-column: 7 / 10;
    z-index: 2;
    transform: translateY(1.35rem);
  }

  .gti-why-card--4 {
    grid-column: 10 / 13;
    z-index: 1;
    transform: translateY(-0.35rem);
  }

  .gti-why-card--5 {
    grid-column: 1 / 5;
    z-index: 4;
    transform: translateY(1.1rem);
    margin-right: -1.25rem;
  }

  .gti-why-card--6 {
    grid-column: 4 / 8;
    z-index: 2;
    transform: translateY(3.15rem);
  }

  .gti-why-card--7 {
    grid-column: 7 / 11;
    z-index: 5;
    transform: translateY(-0.15rem);
    margin-left: -0.65rem;
  }

  .gti-why-card--8 {
    grid-column: 10 / 13;
    z-index: 1;
    transform: translateY(2.35rem);
  }

  .gti-why-card--circle {
    max-width: none;
  }

  .gti-why-card--shield {
    max-width: none;
  }

  .gti-why-card--tile:hover {
    z-index: 6;
  }

  .gti-why-card--1:hover { transform: translateY(1.35rem); }
  .gti-why-card--2:hover { transform: translateY(-1.25rem); }
  .gti-why-card--3:hover { transform: translateY(0.85rem); }
  .gti-why-card--4:hover { transform: translateY(-0.75rem); }
  .gti-why-card--5:hover { transform: translateY(0.55rem); }
  .gti-why-card--6:hover { transform: translateY(2.65rem); }
  .gti-why-card--7:hover { transform: translateY(-0.55rem); }
  .gti-why-card--8:hover { transform: translateY(1.85rem); }
}

/* ==========================================================================
   About — mahogany frame, overlapping paper card, brass seal
   ========================================================================== */
.gti-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 6.25rem 0 6rem;
  background: #031A42;
}

.gti-about-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gti-about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.gti-about-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 41, 99, 0.72) 0%, rgba(5, 41, 99, 0.38) 48%, rgba(5, 41, 99, 0.62) 100%),
    linear-gradient(180deg, rgba(5, 41, 99, 0.28) 0%, rgba(5, 41, 99, 0.18) 40%, rgba(5, 41, 99, 0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(224, 116, 30, 0.12);
}

.gti-about-stage {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.5rem;
  padding-top: 2.25rem;
}

.gti-about-wood {
  position: relative;
  z-index: 1;
  padding: 1.05rem;
  background:
    linear-gradient(145deg, rgba(255, 214, 140, 0.08), transparent 42%),
    repeating-linear-gradient(
      92deg,
      #3a1c12 0 10px,
      #4d2618 10px 18px,
      #2a140c 18px 26px,
      #5a2e1c 26px 34px
    );
  box-shadow:
    0 28px 48px -18px rgba(5, 41, 99, 0.7),
    0 0 0 1px rgba(224, 116, 30, 0.35),
    inset 0 0 0 1px rgba(224, 116, 30, 0.28);
}

.gti-about-corner {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid #E0741E;
  z-index: 2;
  pointer-events: none;
}

.gti-about-corner--tl { top: 0.42rem; left: 0.42rem; border-right: 0; border-bottom: 0; }
.gti-about-corner--tr { top: 0.42rem; right: 0.42rem; border-left: 0; border-bottom: 0; }
.gti-about-corner--bl { bottom: 0.42rem; left: 0.42rem; border-right: 0; border-top: 0; }
.gti-about-corner--br { bottom: 0.42rem; right: 0.42rem; border-left: 0; border-top: 0; }

.gti-about-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(224, 116, 30, 0.35);
  box-shadow: inset 0 0 0 6px rgba(24, 10, 4, 0.28);
}

.gti-about-frame img {
  display: block;
  width: 100%;
  height: 18.5rem;
  object-fit: cover;
}

.gti-about-seal {
  position: absolute;
  top: -1.65rem;
  left: 1.1rem;
  z-index: 4;
  display: grid;
  place-content: center;
  width: 7.1rem;
  height: 7.1rem;
  margin: 0;
  border-radius: 50%;
  text-align: center;
  color: #052963;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95) 0 18%, transparent 42%),
    conic-gradient(from 200deg, #C85F12, #E0741E, #F4A06A, #C85F12, #8A3D0A, #E0741E, #C85F12);
  border: 3px solid #E0741E;
  box-shadow:
    0 12px 24px rgba(5, 41, 99, 0.28),
    inset 0 2px 6px rgba(255, 255, 255, 0.5),
    inset 0 -4px 10px rgba(200, 95, 18, 0.28);
}

.gti-about-seal::before {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border-radius: 50%;
  border: 1px dashed rgba(224, 116, 30, 0.45);
  pointer-events: none;
}

.gti-about-seal strong,
.gti-about-seal span {
  position: relative;
  z-index: 1;
}

.gti-about-seal strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
}

.gti-about-seal span {
  display: block;
  margin-top: 0.2rem;
  max-width: 4.6rem;
  margin-inline: auto;
  font-family: Inter, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}

.gti-about-paper {
  position: relative;
  z-index: 2;
  padding: 1.65rem 1.45rem 1.7rem;
  background-color: #FFFFFF;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(5, 41, 99, 0.035) 27px),
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.55), transparent 36%);
  box-shadow:
    0 28px 50px -18px rgba(5, 41, 99, 0.55),
    0 0 0 1px #E5EAF0,
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
  clip-path: polygon(
    0% 2%, 2% 0.4%, 6% 2.2%, 10% 0%, 15% 2%, 20% 0.5%, 26% 2.4%, 32% 0.2%, 38% 1.8%, 44% 0%, 51% 2.2%, 58% 0.4%, 64% 2%, 71% 0%, 78% 1.8%, 85% 0.3%, 92% 2.1%, 100% 0.6%,
    100% 97.6%, 94% 100%, 88% 98%, 81% 100%, 74% 97.8%, 67% 100%, 60% 98.2%, 53% 100%, 46% 98%, 39% 100%, 32% 97.6%, 25% 100%, 18% 98.2%, 11% 100%, 5% 98%, 0% 99.2%
  );
}

.gti-about-kicker {
  margin: 0 0 0.7rem;
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E0741E;
}

.gti-about-paper h2 {
  margin: 0;
  max-width: 16ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--gti-navy);
}

.gti-about-paper p {
  margin: 0.8rem 0 0;
  color: var(--gti-muted);
  line-height: 1.75;
}

.gti-about-marks {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.gti-about-marks li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 600;
  color: var(--gti-navy);
}

.gti-about-marks svg {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: #E0741E;
}

@media (min-width: 960px) {
  .gti-about-stage {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 0;
    padding-top: 2.75rem;
  }

  .gti-about-wood {
    margin-right: 18%;
  }

  .gti-about-frame img {
    height: 26.5rem;
  }

  .gti-about-paper {
    margin-left: -18%;
    padding: 2.15rem 2rem 2.05rem 2.15rem;
  }

  .gti-about-seal {
    top: -1.9rem;
    left: 1.4rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}

/* ==========================================================================
   Themes / categories
   ========================================================================== */
.gti-themes {
  padding: 5rem 0;
  background: #FFFFFF;
}

.gti-theme-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.home-tour-cat-card {
  position: relative;
  overflow: hidden;
  min-height: 16.5rem;
  border-radius: var(--gti-radius);
  background: var(--gti-navy);
  color: #fff;
}

.home-tour-cat-card__media,
.home-tour-cat-card__image {
  display: block;
  width: 100%;
  height: 100%;
}

.home-tour-cat-card__media {
  position: absolute;
  inset: 0;
}

.home-tour-cat-card__image {
  object-fit: cover;
  min-height: 16.5rem;
  transition: transform 0.65s ease;
}

.home-tour-cat-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gti-navy);
  font-family: "Playfair Display", Georgia, serif;
}

.home-tour-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 41, 99, 0.08) 20%, rgba(5, 41, 99, 0.82) 100%);
}

.home-tour-cat-card__count {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  padding: 0.22rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-tour-cat-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.15rem 1.2rem 1.25rem;
}

.gti-home .home-tour-cat-card__title,
.gti-home .home-tour-cat-card__title a {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
}

.gti-home .home-tour-cat-card__title a {
  text-decoration: none;
}

.gti-home .home-tour-cat-card__title a:hover {
  color: #fff;
}

.home-tour-cat-card__intro {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-tour-cat-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E0741E;
  text-decoration: none;
}

.home-tour-cat-card:hover .home-tour-cat-card__image {
  transform: scale(1.06);
}

@media (min-width: 800px) {
  .gti-theme-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Homepage category package carousels
   ========================================================================== */
.gti-cat-tours {
  background: #fff;
}

.gti-cat-band {
  padding: 4.25rem 0 3.75rem;
  background: #f7f8fa;
  overflow: hidden;
}

.gti-cat-band:nth-child(even) {
  background: #fff;
}

.gti-cat-band__head {
  max-width: 46rem;
  margin: 0 0 1.75rem;
}

.gti-home .gti-cat-band__title {
  margin: 0;
  font-family: Inter, Outfit, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #171b24;
}

.gti-home .gti-cat-band__title span {
  color: var(--gti-gold);
}

.gti-cat-band__intro {
  margin: 0.8rem 0 0;
  max-width: 40rem;
  color: #5b6472;
  font-size: 0.95rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.gti-pkg-slider {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
  overflow: hidden;
}

.gti-pkg-swiper {
  overflow: hidden;
  width: 100%;
  margin: 0;
  overscroll-behavior-x: contain;
}

.gti-pkg-swiper .swiper-wrapper {
  align-items: stretch;
}

.gti-pkg-swiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
  min-width: 0;
}

.gti-pkg-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  transform: none !important;
}

.gti-pkg-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 10px 28px -18px rgba(23, 27, 36, 0.28);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.gti-pkg-card__media {
  position: relative;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0b1f44;
}

.gti-pkg-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.gti-pkg-card__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

.gti-pkg-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1.05rem 1.05rem;
}

.gti-home .gti-pkg-card__title {
  margin: 0;
  min-height: 2.7em;
  font-family: Inter, Outfit, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: #171b24;
}

.gti-pkg-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.gti-pkg-card__title a:hover {
  color: var(--gti-gold);
}

.gti-pkg-card__meta {
  display: grid;
  gap: 0.42rem;
  margin: 0.8rem 0 0;
  padding: 0;
  min-height: 4.35rem;
  list-style: none;
}

.gti-pkg-card__meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
  color: #4b5563;
  font-size: 0.8rem;
  line-height: 1.35;
}

.gti-pkg-card__meta svg {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.08rem;
  color: #5b8fc7;
}

.gti-pkg-card__meta span {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  overflow: hidden;
}

.gti-pkg-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.95rem;
}

.gti-pkg-card__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  margin: 0;
  min-width: 0;
}

.gti-pkg-card__stars {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.gti-pkg-card__stars svg {
  width: 0.86rem;
  height: 0.86rem;
  fill: #d7dde6;
}

.gti-pkg-card__stars svg.is-on {
  fill: #f5b301;
}

.gti-pkg-card__reviews {
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.gti-pkg-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 2.15rem;
  padding: 0.38rem 0.85rem;
  border-radius: 5px;
  background: var(--gti-navy);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: none;
  transition: background 0.22s ease, transform 0.22s ease;
}

.gti-pkg-card__cta:hover {
  background: #08357a;
  color: #fff;
}

.gti-pkg-card__cta:focus-visible,
.gti-pkg-arrow:focus-visible,
.gti-pkg-dot:focus-visible,
.gti-cat-band__more:focus-visible {
  outline: 2px solid var(--gti-gold);
  outline-offset: 3px;
}

.gti-pkg-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 1.35rem 0 0;
}

.gti-pkg-nav.is-locked {
  display: none;
}

.gti-pkg-slider:not(.is-ready) .gti-pkg-nav {
  visibility: hidden;
}

.gti-pkg-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7aa3d0;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.gti-pkg-arrow svg {
  width: 1.35rem;
  height: 1.35rem;
}

.gti-pkg-arrow:hover:not(:disabled) {
  color: var(--gti-navy);
  background: #eef4fb;
}

.gti-pkg-arrow:disabled,
.gti-pkg-arrow.is-disabled,
.gti-pkg-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.gti-pkg-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 1rem;
}

.gti-pkg-dot {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfd8e3;
  cursor: pointer;
  transition: width 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.gti-pkg-dot.is-active {
  width: 16px;
  background: var(--gti-navy);
}

.gti-cat-band__more-wrap {
  margin: 1.15rem 0 0;
  text-align: center;
}

.gti-cat-band__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gti-navy);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.22s ease;
}

.gti-cat-band__more:hover {
  color: var(--gti-gold);
}

.gti-cat-band__more span {
  transition: transform 0.22s ease;
}

.gti-cat-band__more:hover span {
  transform: translateX(4px);
}

@media (hover: hover) and (pointer: fine) {
  .gti-pkg-card:hover {
    transform: translateY(-4px);
    border-color: #dbe4ee;
    box-shadow: 0 16px 32px -18px rgba(23, 27, 36, 0.32);
  }

  .gti-pkg-card:hover .gti-pkg-card__media img {
    transform: scale(1.03);
  }

  .gti-pkg-card__cta:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 767px) {
  .gti-pkg-slider {
    width: 100%;
    padding-left: 1.25rem;
  }

  .gti-pkg-nav,
  .gti-cat-band__more-wrap {
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .gti-pkg-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .gti-pkg-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gti-pkg-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gti-pkg-card,
  .gti-pkg-card__media img,
  .gti-pkg-card__cta,
  .gti-pkg-dot,
  .gti-cat-band__more span {
    transition: none;
  }
}

/* ==========================================================================
   Featured tours — horizontal navy / gold split cards
   ========================================================================== */
.gti-tours {
  padding: 5rem 0;
  background: var(--gti-ivory);
}

.gti-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.gti-trust-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid var(--gti-line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gti-navy);
}

.gti-trust-pills li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gti-gold-bright);
  transform: rotate(45deg);
}

.gti-tour-grid,
.gti-tour-grid--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.35rem;
}

.gti-tours .pkg-card-home--split {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "media"
    "rating"
    "body";
  align-items: stretch;
  height: auto;
  overflow: visible !important;
  background: #FFFFFF !important;
  border: 1px solid #E5EAF0 !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 22px 48px -24px rgba(5, 41, 99, 0.28) !important;
}

.gti-tours .pkg-card-home--split::before {
  display: none;
}

.gti-tours .pkg-card-home--split .pkg-card__media {
  grid-area: media;
  min-height: 15.5rem;
  height: 15.5rem;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}

.gti-tours .pkg-card-home--split .pkg-card__image,
.gti-tours .pkg-card-home--split .pkg-card__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.gti-tours .pkg-card-home--split .pkg-card__duration {
  background: #E0741E;
  color: #fff;
}

.gti-tours .pkg-card-home--split .pkg-card__rating-chip {
  grid-area: rating;
  justify-self: start;
  align-self: start;
  z-index: 6;
  margin: -1rem 0 0 1.2rem;
}

.gti-tours .pkg-card-home--split .pkg-card__body {
  grid-area: body;
  padding: 0.85rem 1.4rem 1.4rem;
  background: #FFFFFF;
  color: #5B6472;
}

.gti-tours .pkg-card-home--split .pkg-card__route {
  color: #E0741E;
}

.gti-tours .pkg-card-home--split .pkg-card__title {
  color: #052963;
  font-size: 1.55rem;
}

.gti-tours .pkg-card-home--split:hover .pkg-card__title {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-card__excerpt {
  color: #5B6472;
}

.gti-tours .pkg-card-home--split .pkg-card__meta li {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-card__meta svg {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-card__label {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-includes {
  margin-top: 1.05rem;
  padding: 1rem 1.05rem;
  background: #F8FAFC;
  border: 0;
  border-radius: 0.9rem;
  box-shadow: none;
}

.gti-tours .pkg-card-home--split .pkg-includes-title {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-includes li {
  color: #5B6472;
}

.gti-tours .pkg-card-home--split .pkg-includes li::before {
  content: none;
}

.gti-tours .pkg-card-home--split .pkg-includes-check {
  color: #E0741E;
}

.gti-tours .pkg-card-home--split .pkg-trust-line {
  color: #5B6472;
}

.gti-tours .pkg-card-home--split .pkg-card__footer {
  border-top-color: #E5EAF0;
}

.gti-tours .pkg-card-home--split .pkg-price-display-current,
.gti-tours .pkg-card-home--split .text-brand-navy {
  color: #E0741E !important;
}

.gti-tours .pkg-card-home--split .pkg-price-display-original {
  color: #5B6472;
}

.gti-tours .pkg-card-home--split .pkg-price-note,
.gti-tours .pkg-card-home--split .text-slate-400 {
  color: #5B6472 !important;
}

.gti-tours .pkg-card-home--split .pkg-price-display-badge {
  background: rgba(224, 116, 30, 0.12);
  color: #E0741E;
}

.gti-tours .pkg-card-home--split .pkg-price-contact {
  color: #052963;
}

.gti-tours .pkg-card-home--split .pkg-card__btn--ghost {
  background: transparent;
  color: #052963;
  border: 1.5px solid #052963;
}

.gti-tours .pkg-card-home--split .pkg-card__btn--ghost:hover {
  background: #052963;
  color: #fff;
}

.gti-tours .pkg-card-home--split .pkg-card__btn--solid,
.gti-tours .pkg-card-home--split .pkg-card-whatsapp,
.gti-tours .pkg-card-home--split .btn-whatsapp {
  background: #E0741E !important;
  border: 1.5px solid #E0741E !important;
  color: #fff !important;
  box-shadow: none;
}

.gti-tours .pkg-card-home--split .pkg-card__btn--solid:hover,
.gti-tours .pkg-card-home--split .pkg-card-whatsapp:hover,
.gti-tours .pkg-card-home--split .btn-whatsapp:hover {
  background: #C85F12 !important;
  border-color: #C85F12 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px -12px rgba(224, 116, 30, 0.7);
}

.gti-tours .pkg-card-home--split:hover {
  transform: translateY(-4px) !important;
  border-color: #E5EAF0 !important;
  box-shadow: 0 28px 56px -20px rgba(5, 41, 99, 0.28) !important;
}

@media (min-width: 900px) {
  .gti-tours .pkg-card-home--split {
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
    grid-template-areas: "media body";
    min-height: 22.5rem;
  }

  .gti-tours .pkg-card-home--split .pkg-card__media {
    min-height: 100%;
    height: auto;
    border-radius: 1.25rem 0 0 1.25rem;
  }

  .gti-tours .pkg-card-home--split .pkg-card__rating-chip {
    grid-area: media;
    justify-self: end;
    align-self: end;
    margin: 0 -1.15rem 1.2rem 0;
  }

  .gti-tours .pkg-card-home--split .pkg-card__body {
    padding: 1.45rem 1.6rem 1.4rem 1.7rem;
    border-radius: 0 1.25rem 1.25rem 0;
  }

  .gti-tours .pkg-card-home--split .pkg-card__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }

  .gti-tours .pkg-card-home--split .card-actions {
    margin-top: 0;
    width: auto;
    flex: 0 1 18rem;
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================================
   Process
   ========================================================================== */
.gti-process {
  padding: 5rem 0;
  background: var(--gti-navy);
  color: #fff;
}

.gti-process h2,
.gti-process h3 {
  color: #fff;
}

.gti-process .gti-section-head p:not(.gti-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.gti-process-grid {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gti-process-grid li {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(224, 116, 30, 0.4);
}

.gti-process-grid span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-style: italic;
  color: #E0741E;
  line-height: 1;
}

.gti-process-grid h3 {
  margin: 0.55rem 0 0.4rem;
  font-size: 1.45rem;
}

.gti-process-grid p {
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

@media (min-width: 860px) {
  .gti-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
  }
}

/* ==========================================================================
   Reviews
   ========================================================================== */
.gti-reviews {
  padding: 5rem 0;
  background: #FFFFFF;
}

.gti-review-grid {
  display: grid;
  gap: 1rem;
}

.gti-review-grid blockquote {
  margin: 0;
  padding: 1.5rem 1.4rem 1.3rem;
  background: var(--gti-paper);
  border: 1px solid var(--gti-line);
  border-radius: var(--gti-radius);
  border-top: 2px solid var(--gti-gold-bright);
}

.gti-review-grid p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--gti-ink);
}

.gti-review-grid footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.gti-review-grid img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  object-fit: cover;
}

.gti-review-grid cite {
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--gti-navy);
}

.gti-review-grid cite span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--gti-muted);
}

@media (min-width: 860px) {
  .gti-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Homepage gallery
   ========================================================================== */
.gti-home-gallery {
  padding: 5rem 0;
  background: #F8FAFC;
}

.gti-home-gallery .gti-section-head {
  align-items: center;
}

.gti-home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.gti-home-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 1.1rem;
  background: #052963;
  border: 1px solid #E5EAF0;
  box-shadow: 0 16px 36px -24px rgba(5, 41, 99, 0.28);
  text-decoration: none;
}

.gti-home-gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.gti-home-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 41, 99, 0.78) 100%);
  pointer-events: none;
}

.gti-home-gallery-card span {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.8rem;
  z-index: 2;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.gti-home-gallery-card:hover img {
  transform: scale(1.06);
}

.gti-home-gallery-card:hover span {
  color: #E0741E;
}

@media (min-width: 860px) {
  .gti-home-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .gti-home-gallery-card {
    aspect-ratio: 1 / 1;
  }
}

/* ==========================================================================
   Stories
   ========================================================================== */
.gti-stories {
  padding: 5rem 0;
  background: var(--gti-ivory);
}

.gti-story-grid {
  display: grid;
  gap: 1.15rem;
}

.gti-story-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gti-line);
  border-radius: var(--gti-radius);
}

.gti-story-card__media {
  display: block;
  overflow: hidden;
}

.gti-story-card img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.gti-story-card:hover img {
  transform: scale(1.05);
}

.gti-story-card__body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.gti-story-card__body span,
.gti-story-card__body time {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gti-gold-bright);
}

.gti-story-card__body time {
  display: block;
  margin-top: 0.3rem;
  color: var(--gti-muted);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.gti-story-card h3 {
  margin: 0.45rem 0 0;
  font-size: 1.3rem;
  line-height: 1.25;
}

.gti-story-card h3 a {
  color: inherit;
  text-decoration: none;
}

.gti-story-card h3 a:hover {
  color: var(--gti-gold-bright);
}

.gti-story-card p {
  margin: 0.5rem 0 0;
  color: var(--gti-muted);
  line-height: 1.65;
}

@media (min-width: 860px) {
  .gti-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.gti-cta {
  padding: 5.5rem 0;
  background:
    linear-gradient(180deg, rgba(5, 41, 99, 0.72), rgba(5, 41, 99, 0.82)),
    url("https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1600&q=70") center / cover;
  color: #fff;
  text-align: center;
}

.gti-cta-inner {
  max-width: 40rem;
}

.gti-cta h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.gti-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.gti-cta .gti-hero-actions {
  justify-content: center;
}

.page-home .gti-btn {
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.22s ease;
}

.page-home .gti-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 639px) {
  .gti-wrap {
    width: min(1180px, calc(100% - 1.75rem));
  }

  .gti-hero-inner {
    padding-top: calc(var(--header-total-h, 5.5rem) + 2.5rem);
  }
}
