/* ==========================================================================
   itineraries.css — Xplore New Zealand
   Stylesheet for the itinerary-discovery hub's OWN sections (hero, travel
   styles, destinations, why-choose, cta). Namespaced .it-* throughout.
   The header (.header-3/.navbar) and footer (.footer-area) are NOT styled
   here — they intentionally reuse the shared theme stylesheets
   (assets/css/style.css, style.css) loaded before this file in
   itineraries.html, so they render identically to index.html.
   ========================================================================== */

:root {
  --it-font-display: 'Fraunces', Georgia, serif;
  --it-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --it-orange: #E67E22;
  --it-orange-hover: #D96C12;
  --it-orange-light: #F6A64B;
  --it-orange-subtle: rgba(230, 126, 34, 0.10);

  --it-navy: #16212B;
  --it-navy-dark: #0B1319;

  --it-ink: #1B2430;
  --it-body: #5B6472;
  --it-muted: #97A0AC;
  --it-bg: #FFFFFF;
  --it-bg-alt: #F4F7F8;
  --it-surface: #FFFFFF;
  --it-border: rgba(20, 30, 40, 0.08);

  --it-glass-bg: rgba(255, 255, 255, 0.55);
  --it-glass-border: rgba(255, 255, 255, 0.7);
  --it-contour-color: rgba(230, 126, 34, 0.14);

  --it-shadow-sm: 0 2px 12px rgba(20, 30, 40, 0.05);
  --it-shadow-md: 0 14px 34px rgba(20, 30, 40, 0.08);
  --it-shadow-lg: 0 28px 64px rgba(20, 30, 40, 0.14);

  --it-radius-sm: 8px;
  --it-radius-md: 16px;
  --it-radius-lg: 26px;
  --it-radius-pill: 999px;

  --it-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --it-container: min(92vw, 1320px);
}

#itMain,
#itMain * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#itMain {
  font-family: var(--it-font-body);
  color: var(--it-ink);
  background: var(--it-bg);
  -webkit-font-smoothing: antialiased;
}

body.it-page-leaving {
  opacity: 0;
  transition: opacity 0.38s var(--it-ease);
}

body {
  overflow-x: hidden;
}

#itMain img {
  max-width: 100%;
  display: block;
}

#itMain a {
  color: inherit;
  text-decoration: none;
}

#itMain h1,
#itMain h2,
#itMain h3,
#itMain h4,
#itMain p {
  margin: 0;
}

#itMain button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

#itMain svg {
  width: 1em;
  height: 1em;
}

.it-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--it-orange);
  margin-bottom: 1rem;
}

.it-section-head {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.it-section-head h2 {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.15;
  color: var(--it-ink);
}

.it-section-lede {
  margin-top: 1rem;
  font-size: 1.05rem;
  color: var(--it-body);
  line-height: 1.7;
}

.it-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 2.1rem;
  border-radius: var(--it-radius-pill);
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.35s var(--it-ease), transform 0.35s var(--it-ease), box-shadow 0.35s var(--it-ease), border-color 0.35s var(--it-ease);
}

.it-btn--primary {
  background: var(--it-orange);
  color: #fff;
  box-shadow: 0 14px 34px rgba(230, 126, 34, 0.32);
}

.it-btn--primary:hover {
  background: var(--it-orange-hover);
  transform: translateY(-2px);
}

.it-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

.it-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-2px);
}

.it-btn svg {
  width: 16px;
  height: 16px;
}

/* ---------------------------------------------------------------------
   HERO
--------------------------------------------------------------------- */
.it-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCF6EE 55%, #FBEFDD 100%);
  padding: 7rem 0 4rem;
}

.it-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Keeps the reused (white-text) navbar legible for the brief moment it
   overlays this page's bright hero, before main.js solidifies it on scroll. */
.it-hero__scrim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 19, 25, 0.55), rgba(11, 19, 25, 0));
}

.it-hero__contours {
  position: absolute;
  inset: -5% -5%;
  width: 110%;
  height: 110%;
}

.it-contour {
  fill: none;
  stroke: var(--it-contour-color);
  stroke-width: 1.4;
}

.it-hero__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.it-hero__rays {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 160%;
  height: 160%;
  transform: translateX(-50%);
  background: conic-gradient(from 0deg, transparent 0deg, rgba(246, 166, 75, 0.08) 40deg, transparent 90deg, transparent 260deg, rgba(230, 126, 34, 0.06) 300deg, transparent 340deg);
  animation: it-rays-spin 40s linear infinite;
  mix-blend-mode: multiply;
}

@keyframes it-rays-spin {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.it-hero__glow {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 80%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(230, 126, 34, 0.16), transparent 70%);
  filter: blur(10px);
}

.it-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--it-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.it-hero__title {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1.03;
  color: var(--it-ink);
  margin-bottom: 1.4rem;
}

.it-hero__title em {
  font-style: italic;
  color: var(--it-orange);
}

.it-hero__sub {
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--it-body);
  max-width: 480px;
  margin-bottom: 2.4rem;
}

.it-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  color: var(--it-muted);
}

.it-hero__scroll small {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.it-hero__scroll-line {
  position: relative;
  width: 1px;
  height: 46px;
  background: var(--it-border);
  overflow: hidden;
}

.it-hero__scroll-line i {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--it-orange);
  animation: it-scroll-drip 2.2s ease-in-out infinite;
}

@keyframes it-scroll-drip {
  0% {
    top: -100%;
  }

  60% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

/* Glass compass */
.it-compass {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  --it-rx: 0deg;
  --it-ry: 0deg;
}

.it-compass__disc {
  position: relative;
  width: clamp(220px, 22vw, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: rotateX(var(--it-rx)) rotateY(var(--it-ry));
  transform-style: preserve-3d;
  transition: transform 0.25s var(--it-ease);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.35));
  border: 1.5px solid var(--it-glass-border);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: var(--it-shadow-lg), inset 0 2px 0 rgba(255, 255, 255, 0.9);
  animation: it-compass-float 7s ease-in-out infinite;
}

@keyframes it-compass-float {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

.it-compass__ring {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px dashed rgba(22, 33, 43, 0.18);
}

.it-compass__ring--inner {
  inset: 34px;
  border-style: solid;
  border-color: rgba(22, 33, 43, 0.1);
}

.it-compass__mark {
  position: absolute;
  font-family: var(--it-font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--it-ink);
}

.it-compass__mark--n {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.it-compass__mark--s {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--it-muted);
}

.it-compass__mark--e {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--it-muted);
}

.it-compass__mark--w {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--it-muted);
}

.it-compass__needle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 38%;
  transform-origin: bottom center;
  transform: translate(-50%, -100%) rotate(0deg);
  background: linear-gradient(180deg, var(--it-orange), transparent 88%);
  border-radius: 3px;
  animation: it-needle-spin 14s linear infinite;
}

@keyframes it-needle-spin {
  to {
    transform: translate(-50%, -100%) rotate(360deg);
  }
}

.it-compass__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--it-orange);
  box-shadow: 0 0 0 5px rgba(230, 126, 34, 0.18);
}

/* ---------------------------------------------------------------------
   CHOOSE TRAVEL STYLE
--------------------------------------------------------------------- */
.it-styles {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: var(--it-bg-alt);
}

.it-styles__inner {
  width: var(--it-container);
  margin: 0 auto;
}

.it-styles__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
}

.it-style-tile {
  flex: 0 1 calc((100% - 3 * 1.4rem) / 4);
  min-width: 210px;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 2rem 1.7rem;
  border-radius: var(--it-radius-lg);
  background: var(--it-glass-bg);
  border: 1px solid var(--it-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.4s var(--it-ease), box-shadow 0.4s var(--it-ease), border-color 0.4s var(--it-ease);
}

.it-style-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at 30% 20%, rgba(230, 126, 34, 0.16), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s var(--it-ease);
}

.it-style-tile:hover,
.it-style-tile.is-active {
  transform: translateY(-6px);
  box-shadow: var(--it-shadow-md);
  border-color: rgba(230, 126, 34, 0.35);
}

.it-style-tile:hover::before,
.it-style-tile.is-active::before {
  opacity: 1;
}

.it-style-tile.is-active {
  background: rgba(230, 126, 34, 0.08);
}

.it-style-tile__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--it-navy);
  color: var(--it-orange-light);
}

.it-style-tile__icon svg {
  width: 22px;
  height: 22px;
}

.it-style-tile__label {
  position: relative;
  display: block;
  font-family: var(--it-font-display);
  font-size: 1.18rem;
  color: var(--it-ink);
  margin-bottom: 0.4rem;
}

.it-style-tile__desc {
  position: relative;
  display: block;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--it-body);
}

.it-styles__reset {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--it-orange-hover);
}

.it-styles__reset svg {
  width: 14px;
  height: 14px;
}

/* ---------------------------------------------------------------------
   RECOMMENDED DESTINATIONS
--------------------------------------------------------------------- */
.it-destinations {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: var(--it-surface);
}

.it-destinations__inner {
  width: var(--it-container);
  margin: 0 auto;
}

.it-destinations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.8rem;
}

.it-dest-card {
  border-radius: var(--it-radius-lg);
  overflow: hidden;
  background: var(--it-bg-alt);
  box-shadow: var(--it-shadow-sm);
  transition: transform 0.4s var(--it-ease), box-shadow 0.4s var(--it-ease);
}

.it-dest-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--it-shadow-lg);
}

.it-dest-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.it-dest-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--it-ease);
  filter: brightness(1.04) saturate(1.06);
}

.it-dest-card:hover .it-dest-card__media img {
  transform: scale(1.08);
}

.it-dest-card__index {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--it-font-display);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(20, 20, 20, 0.35);
  backdrop-filter: blur(4px);
  padding: 0.3rem 0.6rem;
  border-radius: var(--it-radius-pill);
}

.it-dest-card__body {
  padding: 1.6rem 1.6rem 1.8rem;
}

.it-dest-card__tagline {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--it-orange);
  margin-bottom: 0.5rem;
}

.it-dest-card__body h3 {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--it-ink);
  margin-bottom: 0.6rem;
}

.it-dest-card__body p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--it-body);
  margin-bottom: 1.1rem;
}

.it-dest-card__route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.35rem;
  margin-bottom: 1rem;
  font-size: 0.74rem;
  color: var(--it-muted);
}

.it-dest-card__route i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  color: var(--it-orange);
  flex-shrink: 0;
}

.it-dest-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.it-badge {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.65rem;
  border-radius: var(--it-radius-pill);
  background: var(--it-orange-subtle);
  color: var(--it-orange-hover);
}

.it-dest-card__why {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--it-body);
  padding: 0.9rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: var(--it-radius-sm);
  background: var(--it-surface);
  border-left: 2px solid var(--it-orange);
}

.it-dest-card__why strong {
  color: var(--it-ink);
}

.it-dest-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.it-dest-card__price {
  font-size: 0.8rem;
  color: var(--it-muted);
}

.it-dest-card__price strong {
  font-family: var(--it-font-display);
  font-size: 1rem;
  color: var(--it-ink);
}

.it-dest-card__lock {
  font-weight: 600;
  color: var(--it-ink);
  letter-spacing: 0.01em;
}

.it-dest-card__unlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  margin-top: 1.1rem;
  padding: 0.8rem 1.2rem;
  /* optional slightly-darker-orange edge; box-shadow ring keeps size identical */
  border: none;
  cursor: pointer;
  border-radius: var(--it-radius-pill);
  /* brand orange — same variable as the site's primary CTA (.theme-btn) */
  background: var(--theme-color);
  color: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(249, 130, 37, 0.35), inset 0 0 0 1px rgba(214, 108, 18, 0.6);
  transition: transform 0.3s var(--it-ease), box-shadow 0.3s var(--it-ease), filter 0.3s var(--it-ease);
}

.it-dest-card__unlock svg {
  width: 15px;
  height: 15px;
}

.it-dest-card__unlock:hover {
  filter: brightness(0.93);
  /* slightly darker orange */
  transform: translateY(-2px);
  /* small lift */
  box-shadow: 0 12px 30px rgba(249, 130, 37, 0.5), inset 0 0 0 1px rgba(214, 108, 18, 0.6);
  /* soft orange glow */
}

.it-dest-card__unlock:disabled {
  opacity: 0.55;
  /* light orange, reduced opacity */
  cursor: not-allowed;
  transform: none;
  filter: none;
  box-shadow: 0 4px 12px rgba(249, 130, 37, 0.2);
}

.it-dest-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--it-orange-hover);
  transition: gap 0.3s var(--it-ease);
}

.it-dest-card__cta svg {
  width: 13px;
  height: 13px;
}

.it-dest-card__cta:hover {
  gap: 0.7rem;
}

/* Empty state — shown when a travel-style tile has zero genuine matches */
.it-empty-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) 2rem;
}

.it-empty-state__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--it-orange-subtle);
  color: var(--it-orange);
}

.it-empty-state__icon svg {
  width: 24px;
  height: 24px;
}

.it-empty-state h3 {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--it-ink);
}

.it-empty-state p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--it-body);
}

/* ---------------------------------------------------------------------
   WHY CHOOSE THIS JOURNEY — editorial split: left copy + stat rows,
   right an orbiting glass-panel infographic. One screen, no cards.
--------------------------------------------------------------------- */
.it-why {
  padding: 80px 20px 40px 40px;
  background: var(--it-bg-alt);
  overflow: hidden;
}

.it-why__inner {
  width: var(--it-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.it-why__col--text h2 {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.12;
  color: var(--it-ink);
  margin-bottom: 1.3rem;
}

.it-why__lede {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--it-body);
  max-width: 460px;
  margin-bottom: 2.4rem;
}

.it-why__stats {
  display: flex;
  flex-direction: column;
}

.it-why-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--it-border);
}

.it-why-stat:first-child {
  border-top: 1px solid var(--it-border);
}

.it-why-stat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--it-orange-subtle);
  color: var(--it-orange);
}

.it-why-stat__icon svg {
  width: 16px;
  height: 16px;
}

.it-why-stat__label {
  flex: 1;
  font-size: 0.84rem;
  color: var(--it-muted);
}

.it-why-stat__value {
  font-family: var(--it-font-display);
  font-size: 1.05rem;
  color: var(--it-ink);
}

/* Orbit infographic */
.it-why__col--visual {
  text-align: center;
}

.it-why-orbit__eyebrow {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--it-orange);
  margin-bottom: 1.6rem;
}

.it-why-orbit {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 1;
  margin: 0 auto;
}

.it-why-orbit__caption {
  max-width: 430px;
  margin: 2rem auto 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--it-body);

  text-align: center;
  max-width: 420px;
  margin: 20px auto 0;
}

.it-why-orbit__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.it-why-orbit__ring {
  fill: none;
  stroke: var(--it-border);
  stroke-width: 0.4;
  stroke-dasharray: 1.4 2;
}

.it-why-orbit__line {
  stroke: var(--it-border);
  stroke-width: 0.35;
}

.it-why-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45));
  border: 1.5px solid var(--it-glass-border);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: var(--it-shadow-lg), inset 0 2px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
  animation: it-compass-float 8s ease-in-out infinite;
}

.it-why-orbit__core-label {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--it-muted);
}

.it-why-orbit__core-value {
  font-family: var(--it-font-display);
  font-size: 28px;
  color: var(--it-ink);
  line-height: 1.1;
}

.it-why-orbit__core-sub {
  font-size: 0.72rem;
  color: var(--it-orange);
  font-weight: 600;
  line-height: 1.25;
}

.it-why-orbit__nodes {
  position: absolute;
  inset: 0;
}

.it-why-orbit__node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: 148px;
  padding: 1.3rem 1.1rem;
  border-radius: var(--it-radius-md);
  background: var(--it-glass-bg);
  border: 1px solid var(--it-glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--it-shadow-sm);
  text-align: center;
  transition: transform 0.35s var(--it-ease), box-shadow 0.35s var(--it-ease), background 0.35s var(--it-ease);
  animation: it-node-float 6s ease-in-out infinite;
  animation-delay: var(--it-delay, 0s);
}

.it-why-orbit__node:nth-child(even) {
  animation-duration: 7.5s;
}

.it-why-orbit__node:hover {
  transform: translate(-50%, -50%) translateY(-6px) scale(1.05);
  box-shadow: var(--it-shadow-md);
  background: rgba(255, 255, 255, 0.85);
  z-index: 3;
}

@keyframes it-node-float {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.it-why-orbit__node-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--it-navy);
  color: var(--it-orange-light);
}

.it-why-orbit__node-icon svg {
  width: 18px;
  height: 18px;
}

.it-why-orbit__node-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--it-ink);
}

.it-why-orbit__node-value {
  font-family: var(--it-font-display);
  font-size: 1.28rem;
  color: var(--it-orange);
}

/* ---------------------------------------------------------------------
   CTA — full-bleed cinematic NZ landscape
--------------------------------------------------------------------- */
.it-cta {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6rem 1.5rem;
}

.it-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.it-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.it-cta__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 14, 18, 0.88) 0%, rgba(9, 14, 18, 0.42) 48%, rgba(9, 14, 18, 0.35) 100%);
}

.it-cta__warmth {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 100%, rgba(230, 126, 34, 0.28), transparent 65%);
  mix-blend-mode: soft-light;
}

.it-cta__vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 180px 40px rgba(0, 0, 0, 0.55);
}

.it-cta__rays {
  position: absolute;
  top: -40%;
  left: 50%;
  width: 160%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 220, 170, 0.14) 30deg, transparent 80deg, transparent 270deg, rgba(255, 220, 170, 0.1) 320deg, transparent 350deg);
  animation: it-rays-spin 50s linear infinite;
}

.it-cta__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.it-cta__panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  text-align: center;
  padding: clamp(2.4rem, 5vw, 4rem);
  border-radius: var(--it-radius-lg);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.it-cta .it-eyebrow {
  color: var(--it-orange-light);
}

.it-cta__panel h2 {
  font-family: var(--it-font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.4rem;
}

.it-cta__panel h2 em {
  font-style: italic;
  color: var(--it-orange-light);
}

.it-cta__panel p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2.6rem;
}

.it-cta__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 1180px) {
  .it-style-tile {
    flex-basis: calc((100% - 2 * 1.4rem) / 3);
  }
}

@media (max-width: 1024px) {
  .it-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .it-hero__sub {
    margin-left: auto;
    margin-right: auto;
  }

  .it-compass {
    order: -1;
    margin-bottom: 1rem;
  }

  .it-compass__disc {
    width: 200px;
  }

  .it-why__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .it-why__lede {
    margin-left: auto;
    margin-right: auto;
  }

  .it-why-stat {
    text-align: left;
  }

  .it-why-orbit {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .it-style-tile {
    flex-basis: calc((100% - 1.4rem) / 2);
  }

  .it-destinations__grid {
    grid-template-columns: 1fr;
  }

  .it-why-orbit__node {
    width: 118px;
    padding: 0.9rem 0.7rem;
  }

  .it-why-orbit__node-label {
    font-size: 0.76rem;
  }

  .it-cta {
    min-height: 100vh;
    padding: 5rem 1.2rem;
  }

  .it-cta__btns {
    flex-direction: column;
    width: 100%;
  }

  .it-cta__btns .it-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .it-hero__title {
    font-size: clamp(2.3rem, 10vw, 3rem);
  }

  .it-style-tile {
    flex-basis: 100%;
    min-width: 0;
  }

  .it-btn {
    width: 100%;
    justify-content: center;
  }

  .it-why-orbit {
    width: 100%;
  }

  .it-why-orbit__node {
    width: 102px;
    padding: 0.8rem 0.6rem;
    font-size: 0.9em;
  }

  .it-why-orbit__core-value {
    font-size: 23px;
  }

  .it-why-orbit__core-sub {
    font-size: 0.62rem;
  }

  .it-why-orbit__eyebrow {
    margin-bottom: 1.2rem;
  }

  .it-why-orbit__caption {
    font-size: 0.9rem;
    margin-top: 1.6rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .it-hero__scroll-line i,
  .it-hero__rays,
  .it-compass__disc,
  .it-compass__needle,
  .it-why-orbit__core,
  .it-why-orbit__node,
  .it-cta__rays {
    animation: none;
  }
}
/* ============================================================
   CLICK-TO-UNLOCK — locked price is a full clickable premium block
   ============================================================ */
.it-dest-card__pricelock {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem;
  width: 100%; margin-top: 1.1rem; padding: 1rem 1.2rem;
  border: 1px solid rgba(230, 126, 34, 0.25); border-radius: var(--it-radius-md);
  background: linear-gradient(135deg, rgba(230, 126, 34, 0.09), rgba(230, 126, 34, 0.03));
  cursor: pointer; text-align: left; font-family: inherit;
  transition: transform 0.35s var(--it-ease), box-shadow 0.35s var(--it-ease), border-color 0.35s var(--it-ease), background 0.35s var(--it-ease);
}
.it-dest-card__pricelock:hover {
  transform: translateY(-3px); border-color: rgba(230, 126, 34, 0.5);
  box-shadow: 0 16px 36px rgba(230, 126, 34, 0.2);
  background: linear-gradient(135deg, rgba(230, 126, 34, 0.14), rgba(230, 126, 34, 0.05));
}
.it-dest-card__pricelock:focus-visible { outline: 2px solid var(--it-orange); outline-offset: 3px; }
.it-dest-card__pricelock-head { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--it-orange-hover); }
.it-dest-card__pricelock-head svg { width: 14px; height: 14px; animation: itLockPulse 2.6s ease-in-out infinite; }
.it-dest-card__pricelock-mask { font-family: var(--it-font-display); font-size: 1.5rem; color: var(--it-ink); letter-spacing: 0.14em; filter: blur(0.5px); user-select: none; }
.it-dest-card__pricelock-cta { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; font-weight: 600; color: var(--it-orange-hover); }
.it-dest-card__pricelock-cta svg { width: 13px; height: 13px; transition: transform 0.3s var(--it-ease); }
.it-dest-card__pricelock:hover .it-dest-card__pricelock-cta svg { transform: translateX(4px); }
@keyframes itLockPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@media (prefers-reduced-motion: reduce) {
  .it-dest-card__pricelock:hover { transform: none; }
  .it-dest-card__pricelock-head svg { animation: none; }
}
