/* Northern India Trips — homepage */

.nit-home {
  --nit-navy: #0a1f4d;
  --nit-navy-deep: #061433;
  --nit-blue: #2e7de1;
  --nit-blue-hover: #1e6ad4;
  --nit-blue-soft: #e8f1fc;
  --nit-mist: #f5f8fc;
  --nit-ink: #111827;
  --nit-slate: #64748b;
  --nit-line: #e2e8f0;
  --nit-radius: 12px;
  --gti-navy: #0a1f4d;
  --gti-navy-deep: #061433;
  --gti-gold: #2e7de1;
  --gti-gold-bright: #2e7de1;
  --gti-gold-hover: #1e6ad4;
  background: #fff;
  color: var(--nit-slate);
  overflow-x: clip;
}

.nit-home h1,
.nit-home h2,
.nit-home h3 {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--nit-navy);
  line-height: 1.15;
}

.nit-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nit-blue);
}

.nit-kicker--light {
  color: rgba(255, 255, 255, 0.78);
}

.nit-head {
  margin-bottom: 2.25rem;
}

.nit-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
}

.nit-head p:not(.nit-kicker) {
  margin: 0.7rem 0 0;
  max-width: 38rem;
  line-height: 1.7;
}

.nit-head--center {
  text-align: center;
}

.nit-head--center p:not(.nit-kicker) {
  margin-inline: auto;
}

.nit-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--nit-navy);
  border-bottom: 1px solid var(--nit-blue);
  padding-bottom: 0.1rem;
}

.nit-link:hover {
  color: var(--nit-blue);
}

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

/* ---------- Hero (editorial magazine) ---------- */
.page-home .hero-new.hero-home,
.nit-home .hero-new.hero-home {
  position: relative;
  min-height: 0 !important;
  overflow: visible;
  color: var(--nit-ink);
  background: #f3f6fb !important;
  background-image: none !important;
  padding: calc(var(--header-total-h, 7rem) + 2.4rem) 0 3.5rem;
}

.hero-new::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 34rem);
  background:
    linear-gradient(180deg, rgba(10, 31, 77, 0.035) 0%, transparent 70%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 18px,
      rgba(10, 31, 77, 0.018) 18px,
      rgba(10, 31, 77, 0.018) 19px
    );
  pointer-events: none;
}

.hero-new__shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.hero-new__layout {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.hero-new__content {
  max-width: 34rem;
}

.hero-new__kicker {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nit-blue);
}

.hero-new__title {
  margin: 0;
  color: var(--nit-navy) !important;
  font-size: clamp(2.35rem, 4.5vw, 3.7rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero-new__title em {
  display: inline-block;
  margin-top: 0.12em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--nit-blue);
}

.hero-new__lead {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nit-slate);
}

.hero-new__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-new__stats li {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding-right: 0.95rem;
  margin-right: 0.95rem;
  border-right: 1px solid var(--nit-line);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nit-slate);
}

.hero-new__stats li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hero-new__stats strong {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--nit-navy);
}

.hero-new__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.hero-new__actions .nit-btn {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
}

.hero-new__media {
  position: relative;
  min-width: 0;
}

.hero-new__media::before {
  content: "";
  position: absolute;
  inset: 1.4rem -0.9rem -1rem 1.15rem;
  border-radius: 1.7rem;
  background: var(--nit-navy);
  box-shadow: 0 28px 60px -28px rgba(6, 20, 51, 0.55);
  pointer-events: none;
}

.hero-new__frame {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--nit-navy-deep);
  box-shadow: 0 24px 48px -24px rgba(6, 20, 51, 0.45);
}

.page-home .hero-new .hero-slideshow,
.nit-home .hero-new .hero-slideshow {
  position: absolute;
  inset: 0;
}

.page-home .hero-new .hero-slide,
.nit-home .hero-new .hero-slide {
  transform-origin: center center;
}

.hero-new__stamp {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(6, 20, 51, 0.38);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-new__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 4.5rem 1.15rem 4.35rem;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 20, 51, 0.78) 72%);
  color: #fff;
}

.hero-new__folio {
  min-width: 0;
  flex: 1;
}

.hero-new__index {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.hero-new__index-sep {
  opacity: 0.55;
  font-weight: 500;
}

.hero-new #hero-slide-caption {
  margin: 0.28rem 0 0;
  max-width: 18rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.hero-new__progress {
  display: block;
  width: min(11rem, 100%);
  height: 2px;
  margin-top: 0.7rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.hero-new__progress [data-hero-progress] {
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  transition: width 0.45s ease;
}

.hero-new__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
  flex-shrink: 0;
}

.hero-new .hero-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.hero-new .hero-carousel-dot,
.page-home .hero-new .hero-carousel-dot {
  width: 0.55rem !important;
  height: 0.55rem !important;
  padding: 0;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: none;
}

.hero-new .hero-carousel-dot.is-active,
.page-home .hero-new .hero-carousel-dot.is-active {
  width: 1.55rem !important;
  background: #fff !important;
}

.hero-new__arrows {
  display: flex;
  gap: 0.45rem;
}

.hero-new .hero-carousel-arrow,
.page-home .hero-new .hero-carousel-arrow {
  width: 2.65rem !important;
  height: 2.65rem !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-new .hero-carousel-arrow:hover,
.page-home .hero-new .hero-carousel-arrow:hover {
  background: #fff !important;
  color: var(--nit-navy) !important;
  transform: none;
}

.hero-new .hero-carousel-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.hero-new .hero-carousel-arrow svg {
  width: 1.05rem;
  height: 1.05rem;
}

.hero-new__destinations {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0.65rem;
  margin-top: -2.35rem;
  padding: 0 1.15rem;
}

.hero-new__city {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex: 1;
  padding: 0.4rem 0.7rem 0.4rem 0.4rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 32px -22px rgba(6, 20, 51, 0.55);
  color: var(--nit-navy);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-new__city img {
  width: 2.55rem;
  height: 2.55rem;
  object-fit: cover;
  border-radius: 999px;
  flex-shrink: 0;
}

.hero-new__city-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-width: 0;
  flex: 1;
}

.hero-new__city-name {
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-new__city-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: var(--nit-blue-soft);
  color: var(--nit-blue);
  flex-shrink: 0;
}

.hero-new__city-go svg {
  width: 0.78rem;
  height: 0.78rem;
}

.hero-new__city:hover {
  transform: translateY(-3px);
  border-color: var(--nit-blue);
  box-shadow: 0 18px 36px -20px rgba(46, 125, 225, 0.55);
}

.hero-new__city:focus-visible {
  outline: 2px solid var(--nit-blue);
  outline-offset: 3px;
}

@media (min-width: 1100px) {
  .page-home .hero-new.hero-home,
  .nit-home .hero-new.hero-home {
    padding: calc(var(--header-total-h, 7rem) + 2.75rem) 0 4.25rem;
  }

  .hero-new__layout {
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
    gap: 4.25rem;
    align-items: center;
  }

  .hero-new__frame {
    aspect-ratio: 5 / 6;
    max-height: min(72vh, 42rem);
  }
}

@media (max-width: 1099.98px) {
  .hero-new__frame {
    aspect-ratio: 16 / 10;
  }

  .hero-new__content {
    max-width: 40rem;
  }

}

@media (max-width: 767.98px) {
  .page-home .hero-new.hero-home,
  .nit-home .hero-new.hero-home {
    padding: calc(var(--header-total-h, 4.35rem) + 1.15rem) 0 2.25rem;
  }

  .hero-new__shell {
    width: min(1240px, calc(100% - 1.5rem));
  }

  .hero-new__layout {
    gap: 1.5rem;
  }

  .hero-new__media {
    order: -1;
  }

  .hero-new__media::before {
    inset: 0.85rem -0.45rem -0.55rem 0.7rem;
    border-radius: 1.25rem;
  }

  .hero-new__frame {
    aspect-ratio: 4 / 5;
    border-radius: 1.2rem;
  }

  .hero-new__stamp {
    top: 0.8rem;
    left: 0.8rem;
  }

  .hero-new__controls {
    flex-wrap: wrap;
    padding: 3.4rem 0.9rem 0.9rem;
  }

  .hero-new__destinations {
    margin-top: 0.9rem;
    padding: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hero-new__city {
    flex: 0 0 auto;
    min-width: 10.5rem;
    scroll-snap-align: start;
  }

  .hero-new__actions .nit-btn {
    flex: 1 1 10rem;
    justify-content: center;
  }
}

@media (max-width: 389.98px) {
  .hero-new__stats li {
    width: 100%;
    margin: 0;
    padding: 0.2rem 0;
    border-right: 0;
  }

  .hero-new__index {
    font-size: 0.82rem;
  }

  .hero-new #hero-slide-caption {
    font-size: 0.82rem;
  }
}

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

  .hero-new__content > *:nth-child(1) { animation-delay: 0.08s; }
  .hero-new__content > *:nth-child(2) { animation-delay: 0.16s; }
  .hero-new__content > *:nth-child(3) { animation-delay: 0.24s; }
  .hero-new__content > *:nth-child(4) { animation-delay: 0.32s; }
  .hero-new__content > *:nth-child(5) { animation-delay: 0.4s; }

  .hero-new__frame {
    animation: nitFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-new__progress [data-hero-progress],
  .hero-new__city {
    transition: none;
  }

  .hero-new__city:hover {
    transform: none;
  }

  .page-home .hero-new .hero-slide.is-active.is-loaded,
  .nit-home .hero-new .hero-slide.is-active.is-loaded {
    animation: none;
  }
}

/* ---------- Why ---------- */
.nit-why {
  position: relative;
  padding: 4.5rem 0;
  background: var(--nit-mist);
}

.nit-why-card {
  height: 100%;
  padding: 1.45rem 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid var(--nit-line);
  border-radius: var(--nit-radius);
  box-shadow: 0 12px 28px -22px rgba(10, 31, 77, 0.35);
}

.nit-why-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  background: var(--nit-blue-soft);
  border-radius: 10px;
}

.nit-why-art svg {
  width: 2.4rem;
  height: 1.7rem;
}

.nit-why-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.nit-why-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.nit-why-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.25rem;
}

/* ---------- Editorial folio (about) ---------- */
.folio {
  position: relative;
  overflow: clip;
  background: #f7f4ee;
  color: #4b5563;
  padding: 3.75rem 0 0;
}

.folio__spine {
  display: none;
}

.folio__stage {
  position: relative;
  width: min(1240px, calc(100% - 2.5rem));
  margin: 0 auto;
  min-height: 36rem;
}

.folio__canvas {
  position: relative;
  width: min(72%, 52rem);
  min-height: 34rem;
}

.folio__hero {
  position: relative;
  width: 88%;
  height: 32.5rem;
  margin: 0 0 0 -6%;
  overflow: hidden;
  border: 1px solid rgba(10, 31, 77, 0.08);
  background: #0a1f4d;
}

.folio__hero img {
  display: block;
  width: 128%;
  height: 118%;
  max-width: none;
  margin: -6% 0 0 -14%;
  object-fit: cover;
  object-position: 42% 70%;
  transition: transform 0.7s ease;
}

.folio__float {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid #fff;
  background: #0a1f4d;
  box-shadow: 0 18px 36px -22px rgba(10, 31, 77, 0.55);
}

.folio__float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.folio__float--a {
  left: 3%;
  bottom: 1.4rem;
  width: 9.6rem;
  height: 12.4rem;
}

.folio__float--b {
  right: -1.2rem;
  top: 2.4rem;
  width: 8.4rem;
  height: 8.4rem;
}

.folio__badge {
  position: absolute;
  right: 7%;
  bottom: 7.5rem;
  z-index: 3;
  margin: 0;
  min-width: 7.25rem;
  padding: 0.85rem 0.95rem 0.9rem;
  background: #0a1f4d;
  color: #fff;
  box-shadow: 0 16px 28px -18px rgba(10, 31, 77, 0.6);
}

.folio__badge strong {
  display: block;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.folio__badge span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.folio__era {
  position: absolute;
  left: 14%;
  top: 1.35rem;
  z-index: 3;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(10, 31, 77, 0.55);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.folio__paper {
  position: absolute;
  top: 4.6rem;
  right: 0;
  z-index: 4;
  width: min(28.5rem, 42%);
  padding: 2rem 2rem 1.85rem;
  border: 1px solid rgba(10, 31, 77, 0.1);
  background: #fff;
  box-shadow: 0 22px 40px -26px rgba(10, 31, 77, 0.35);
}

.folio__kicker {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nit-blue);
}

.folio__paper h2 {
  margin: 0;
  max-width: 14ch;
  color: var(--nit-navy);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.folio__lead {
  margin: 1rem 0 0;
  color: var(--nit-navy);
  font-size: 1rem;
  line-height: 1.7;
}

.folio__paper p + p {
  margin: 0.8rem 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.folio__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  min-height: 2.4rem;
  border-bottom: 1px solid var(--nit-navy);
  color: var(--nit-navy);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.folio__more:hover {
  color: var(--nit-blue);
  border-color: var(--nit-blue);
}

.folio__more span {
  transition: transform 0.2s ease;
}

.folio__more:hover span {
  transform: translateX(4px);
}

.folio__marks {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(1240px, calc(100% - 2.5rem));
  margin: 2.25rem auto 0;
  padding: 0;
  border-top: 1px solid rgba(10, 31, 77, 0.1);
  list-style: none;
}

.folio__marks li {
  flex: 1 1 12rem;
  padding: 1.05rem 1.25rem 1.2rem 0;
  border-right: 1px solid rgba(10, 31, 77, 0.1);
  color: var(--nit-navy);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.folio__marks li:last-child {
  border-right: 0;
}

.folio__marks li:not(:first-child) {
  padding-left: 1.25rem;
}

.folio__more:focus-visible {
  outline: 2px solid var(--nit-blue);
  outline-offset: 3px;
}

@media (min-width: 1100px) {
  .folio {
    display: grid;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    align-items: stretch;
    padding: 0;
  }

  .folio__spine {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-right: 1px solid rgba(10, 31, 77, 0.08);
    color: var(--nit-navy);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .folio__stage {
    padding: 3.5rem 0 0;
  }

  .folio__marks {
    grid-column: 2;
    margin-bottom: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .folio__hero:hover img,
  .folio__float:hover img {
    transform: scale(1.04);
  }
}

@media (max-width: 1099.98px) {
  .folio__stage {
    min-height: 0;
  }

  .folio__canvas {
    width: 100%;
    min-height: 26rem;
  }

  .folio__hero {
    width: 92%;
    height: 22rem;
    margin-left: 0;
  }

  .folio__float--a {
    left: 1rem;
    bottom: 0.6rem;
    width: 7.4rem;
    height: 9.4rem;
  }

  .folio__float--b {
    right: 1rem;
    top: 1.2rem;
    width: 6.6rem;
    height: 6.6rem;
  }

  .folio__badge {
    right: 1.4rem;
    bottom: 6.2rem;
  }

  .folio__paper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -3.2rem;
  }
}

@media (max-width: 767.98px) {
  .folio {
    padding-top: 2.4rem;
  }

  .folio__stage {
    width: min(1240px, calc(100% - 1.5rem));
  }

  .folio__canvas {
    min-height: 20rem;
  }

  .folio__hero {
    width: 100%;
    height: 18.5rem;
  }

  .folio__hero img {
    width: 140%;
    margin-left: -18%;
  }

  .folio__float--a {
    width: 5.6rem;
    height: 7.2rem;
  }

  .folio__float--b {
    width: 5rem;
    height: 5rem;
  }

  .folio__badge {
    right: 0.8rem;
    bottom: 4.8rem;
    min-width: 0;
    padding: 0.65rem 0.75rem;
  }

  .folio__badge strong {
    font-size: 1.5rem;
  }

  .folio__era {
    left: 0.75rem;
    top: 0.75rem;
  }

  .folio__paper {
    margin-top: -2.2rem;
    padding: 1.5rem 1.25rem 1.4rem;
  }

  .folio__marks {
    width: min(1240px, calc(100% - 1.5rem));
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .folio__marks li,
  .folio__marks li:not(:first-child) {
    padding: 0.9rem 0.75rem 0.95rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 31, 77, 0.08);
  }

  .folio__marks li:nth-child(odd) {
    padding-right: 0.85rem;
  }

  .folio__marks li:nth-child(even) {
    padding-left: 0.85rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .folio__canvas,
  .folio__paper,
  .folio__marks {
    animation: nitFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .folio__paper { animation-delay: 0.1s; }
  .folio__marks { animation-delay: 0.18s; }
}

@media (prefers-reduced-motion: reduce) {
  .folio__hero img,
  .folio__float img,
  .folio__more span {
    transition: none;
  }

  .folio__hero:hover img,
  .folio__float:hover img {
    transform: none;
  }
}

/* ---------- Themes / gallery / process ---------- */
.nit-themes,
.nit-gallery,
.nit-stories {
  padding: 4.5rem 0;
}

.nit-gallery,
.nit-process {
  background: var(--nit-mist);
}

.nit-theme-card,
.nit-themes .home-tour-cat-card {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nit-line);
  border-radius: 10px;
  box-shadow: 0 12px 28px -22px rgba(10, 31, 77, 0.3);
  color: var(--nit-slate);
}

.nit-theme-card__media,
.nit-themes .home-tour-cat-card__media {
  position: relative;
  inset: auto;
  display: block;
  aspect-ratio: 16 / 10;
  height: auto;
  overflow: hidden;
  background: var(--nit-navy);
  border-radius: 0;
}

.nit-theme-card__media img,
.nit-theme-card__image,
.nit-themes .home-tour-cat-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.nit-theme-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.nit-theme-card__count {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(10, 31, 77, 0.82);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.nit-theme-card__body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.nit-theme-card__title {
  margin: 0;
  font-size: 1.12rem;
}

.nit-theme-card__title a {
  color: var(--nit-navy);
}

.nit-theme-card__intro {
  margin: 0.45rem 0 0.9rem;
  font-size: 0.875rem;
  line-height: 1.55;
}

.nit-themes .home-tour-cat-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(6, 20, 51, 0.28));
}

.nit-themes .home-tour-cat-card__count {
  top: auto;
  right: auto;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
}

.nit-themes .home-tour-cat-card__body {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 1.15rem 1.2rem 1.3rem;
}

.nit-home .home-tour-cat-card__title,
.nit-home .home-tour-cat-card__title a,
.nit-home.gti-home .home-tour-cat-card__title,
.nit-home.gti-home .home-tour-cat-card__title a {
  color: var(--nit-navy);
  font-size: 1.12rem;
}

.nit-themes .home-tour-cat-card__intro {
  color: var(--nit-slate);
}

.nit-themes .home-tour-cat-card__link {
  color: var(--nit-navy);
}

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

.nit-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

.nit-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nit-gallery-card span {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 650;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.nit-process {
  padding: 4.5rem 0;
}

.nit-process-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nit-process-grid li {
  height: 100%;
  padding: 1.6rem 1.4rem;
  background: #fff;
  border: 1px solid var(--nit-line);
  border-radius: var(--nit-radius);
}

.nit-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--nit-navy);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.nit-process-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
}

.nit-process-grid p {
  margin: 0;
  line-height: 1.6;
}

/* ---------- Reviews / stories / CTA ---------- */
.nit-quotes {
  padding: 4.5rem 0;
}

.nit-quote {
  height: 100%;
  margin: 0;
  padding: 1.5rem 1.4rem;
  background: var(--nit-mist);
  border-radius: var(--nit-radius);
  border: 1px solid var(--nit-line);
}

.nit-quote p {
  margin: 0;
  color: var(--nit-ink);
  font-size: 0.98rem;
  line-height: 1.65;
}

.nit-quote footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.nit-quote img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  object-fit: cover;
}

.nit-quote cite {
  font-style: normal;
  font-weight: 700;
  color: var(--nit-navy);
}

.nit-quote cite span {
  display: block;
  font-weight: 500;
  color: var(--nit-slate);
  font-size: 0.8rem;
}

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

.nit-story-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nit-story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.nit-story-card__body span,
.nit-story-card__body time {
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--nit-blue);
}

.nit-story-card__body h3 {
  margin: 0.45rem 0;
  font-size: 1.08rem;
}

.nit-story-card__body h3 a {
  color: var(--nit-navy);
}

.nit-cta {
  padding: 4.5rem 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(46, 125, 225, 0.22), transparent 42%),
    linear-gradient(180deg, var(--nit-navy) 0%, var(--nit-navy-deep) 100%);
  color: #fff;
  text-align: center;
}

.nit-cta h2 {
  color: #fff !important;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.nit-cta p {
  margin: 0.7rem auto 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.78);
}

.nit-widget {
  padding: 2.5rem 0 0.5rem;
  background: #fff;
}

/* ---------- Lookbook collections ---------- */
.lookbook {
  position: relative;
  background: #07122c;
  color: rgba(255, 255, 255, 0.78);
  overflow: clip;
}

.lookbook__masthead {
  width: min(1240px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 4.5rem 0 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lookbook__kicker {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8fb6ef;
}

.lookbook__mast {
  margin: 0;
  max-width: 14ch;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.lookbook__mast-note {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.64);
}

.lookbook__chapter {
  display: grid;
  grid-template-columns: minmax(15.5rem, 21.5rem) minmax(0, 1fr);
  gap: 0 2.5rem;
  align-items: stretch;
  padding: 2.75rem 0 3.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lookbook__chapter:last-child {
  border-bottom: 0;
  padding-bottom: 4rem;
}

.lookbook__spine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.4rem 0 0.4rem clamp(1.25rem, 4vw, 5.5rem);
}

.lookbook__index {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  color: #7eb3ff;
}

.lookbook__title {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.lookbook__title em {
  display: block;
  margin-top: 0.15em;
  font-style: italic;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.62);
}

.lookbook__count {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.lookbook__intro {
  margin: 1rem 0 0;
  max-width: 22rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.lookbook__all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  min-height: 2.5rem;
  margin-top: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.35rem 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lookbook__all:hover {
  color: #8fb6ef;
  border-color: #8fb6ef;
}

.lookbook__all span {
  transition: transform 0.22s ease;
}

.lookbook__all:hover span {
  transform: translateX(4px);
}

.lookbook__rail {
  min-width: 0;
  padding-right: 0;
}

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

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

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

.lookbook .gti-pkg-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1rem;
  transform: none !important;
}

.lookbook .gti-pkg-swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 78%;
}

.lookbook__plate {
  width: 100%;
  min-width: 0;
}

.lookbook__plate-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b1b3d;
  color: #fff;
}

.lookbook__plate-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.lookbook__plate-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
}

.lookbook__plate-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 44, 0.05) 28%, rgba(7, 18, 44, 0.82) 100%);
  pointer-events: none;
}

.lookbook__plate-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 1.15rem 1.15rem 1.2rem;
}

.lookbook__plate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.lookbook__plate-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.lookbook__plate-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.lookbook__plate-rating {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

.lookbook__plate-stars {
  display: flex;
  gap: 0.08rem;
}

.lookbook__plate-stars svg {
  width: 0.78rem;
  height: 0.78rem;
  fill: rgba(255, 255, 255, 0.28);
}

.lookbook__plate-stars svg.is-on {
  fill: #f5c451;
}

.lookbook__plate-go {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 0.38rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lookbook__nav,
.lookbook .gti-pkg-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  width: max-content;
  max-width: 100%;
  margin-top: 0.85rem;
}

.lookbook [data-pkg-pagination],
.lookbook .gti-pkg-dots {
  flex: 0 0 auto;
  width: auto !important;
}

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

.lookbook__rail:not(.is-ready) .lookbook__nav {
  visibility: hidden;
}

.lookbook__arrow,
.lookbook .gti-pkg-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

.lookbook__arrow svg,
.lookbook .gti-pkg-arrow svg {
  width: 1.15rem;
  height: 1.15rem;
}

.lookbook__arrow:hover:not(:disabled):not(.is-disabled),
.lookbook .gti-pkg-arrow:hover:not(:disabled):not(.is-disabled) {
  background: #fff;
  color: #07122c;
}

.lookbook__arrow:focus-visible,
.lookbook .gti-pkg-arrow:focus-visible,
.lookbook .gti-pkg-dot:focus-visible,
.lookbook__all:focus-visible,
.lookbook__plate-link:focus-visible {
  outline: 2px solid #8fb6ef;
  outline-offset: 3px;
}

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

.lookbook__dots,
.lookbook .gti-pkg-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lookbook .gti-pkg-dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.lookbook .gti-pkg-dot.is-active {
  width: 1.35rem;
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .lookbook__plate-link:hover img {
    transform: scale(1.045);
  }

  .lookbook__plate-link:hover .lookbook__plate-go {
    background: #fff;
    color: #07122c;
    border-color: #fff;
  }
}

@media (min-width: 1100px) {
  .lookbook__spine {
    position: sticky;
    top: calc(var(--header-total-h, 7rem) + 1.25rem);
    align-self: start;
  }
}

@media (max-width: 1099.98px) {
  .lookbook__chapter {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 2.25rem 0 2.4rem;
  }

  .lookbook__spine {
    padding: 0 clamp(1.25rem, 4vw, 2rem);
  }

  .lookbook__rail {
    padding-left: clamp(1.25rem, 4vw, 2rem);
  }

  .lookbook__nav {
    padding-right: clamp(1.25rem, 4vw, 2rem);
  }

  .lookbook__title em {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .lookbook__masthead {
    width: min(1240px, calc(100% - 1.5rem));
    padding: 3rem 0 1.6rem;
  }

  .lookbook__chapter {
    padding: 1.75rem 0 2rem;
  }

  .lookbook__spine {
    padding: 0 1.25rem;
  }

  .lookbook__rail {
    padding-left: 1.25rem;
  }

  .lookbook__nav {
    padding-right: 1.25rem;
  }

  .lookbook__plate-link {
    aspect-ratio: 16 / 10;
  }

  .lookbook .gti-pkg-swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: 86%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lookbook__masthead,
  .lookbook__chapter {
    animation: nitFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lookbook__plate-link img,
  .lookbook__all span {
    transition: none;
  }

  .lookbook__plate-link:hover img {
    transform: none;
  }
}

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