/* GTGF v15.99.45 — compact structure, premium editorial imagery. */
body.home.gtgf-v14 .gtgf-home-premium-v159945 {
  --home45-paper: #f3f0ea;
  --home45-ink: #090909;
  --home45-muted: #6e6962;
  --home45-line: rgba(17, 15, 12, .14);
  background: var(--home45-paper);
  color: var(--home45-ink);
}
body.home.gtgf-v14 .gtgf-home-premium-v159945 * { box-sizing: border-box; }
body.home.gtgf-v14 .gtgf-home-premium-v159945 .v14-shell {
  width: min(1260px, calc(100vw - 48px));
  margin-inline: auto;
}

/* Hero: keep v15.99.44 directness, refine the atmosphere and hierarchy. */
body.home.gtgf-v14 .gtgf-home45__hero {
  position: relative;
  min-height: clamp(590px, 69vh, 730px);
  overflow: hidden;
  background: #050505;
  color: #fff;
  isolation: isolate;
}
body.home.gtgf-v14 .gtgf-home45__hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 79% 32%, rgba(255, 90, 0, .13), transparent 23%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 25% 78%, rgba(255,90,0,.035));
  mix-blend-mode: screen;
}
body.home.gtgf-v14 .gtgf-home45__hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 47%;
  filter: saturate(.84) contrast(1.07) brightness(.9);
  transform: scale(1.01);
}
body.home.gtgf-v14 .gtgf-home45__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,2,2,.98) 0%, rgba(3,3,3,.92) 39%, rgba(3,3,3,.63) 64%, rgba(3,3,3,.32) 100%),
    linear-gradient(0deg, rgba(0,0,0,.58), transparent 48%);
}
body.home.gtgf-v14 .gtgf-home45__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  min-height: inherit;
  padding-block: clamp(58px, 7vw, 92px);
}
body.home.gtgf-v14 .gtgf-home45__intro { max-width: 680px; }
body.home.gtgf-v14 .gtgf-home45__eyebrow {
  margin: 0 0 16px;
  color: rgba(255,255,255,.58);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .19em;
}
body.home.gtgf-v14 .gtgf-home45__intro h1 {
  max-width: 10.5ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.7vw, 5.75rem);
  line-height: .9;
  letter-spacing: -.07em;
  text-wrap: balance;
}
body.home.gtgf-v14 .gtgf-home45__intro h1 span { color: var(--gtgf-accent); }
body.home.gtgf-v14 .gtgf-home45__lead {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.62;
}
body.home.gtgf-v14 .gtgf-home45__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}
body.home.gtgf-v14 .gtgf-home45__actions .v14-btn {
  min-height: 46px;
  padding: 12px 19px;
  box-shadow: 0 16px 36px rgba(255,90,0,.18);
}
body.home.gtgf-v14 .gtgf-home45__text-link {
  color: #fff !important;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none !important;
}
body.home.gtgf-v14 .gtgf-home45__text-link span { color: var(--gtgf-accent); }
body.home.gtgf-v14 .gtgf-home45__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.43);
  font-size: .75rem;
  font-weight: 760;
  letter-spacing: .045em;
  text-transform: uppercase;
}
body.home.gtgf-v14 .gtgf-home45__meta i { color: rgba(255,255,255,.2); font-style: normal; }

body.home.gtgf-v14 .gtgf-home45__capabilities {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  background: linear-gradient(155deg, rgba(15,15,15,.79), rgba(6,6,6,.57));
  box-shadow: 0 32px 82px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
body.home.gtgf-v14 .gtgf-home45__cap-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 18px 19px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
body.home.gtgf-v14 .gtgf-home45__cap-head span {
  color: var(--gtgf-accent);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .14em;
}
body.home.gtgf-v14 .gtgf-home45__cap-head strong { color: rgba(255,255,255,.66); font-size: .82rem; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) 20px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 11px 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #fff !important;
  text-decoration: none !important;
  transition: background .18s ease, padding-left .18s ease;
}
body.home.gtgf-v14 .gtgf-home45__capabilities > a:last-child { border-bottom: 0; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a:hover,
body.home.gtgf-v14 .gtgf-home45__capabilities > a:focus-visible { padding-left: 21px; background: rgba(255,255,255,.06); }
body.home.gtgf-v14 .gtgf-home45__capabilities > a > b { color: var(--gtgf-accent); font-size: .75rem; letter-spacing: .08em; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a > span { display: grid; gap: 4px; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a strong { font-size: .96rem; line-height: 1.1; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a small { color: rgba(255,255,255,.54); font-size: .78rem; line-height: 1.35; }
body.home.gtgf-v14 .gtgf-home45__capabilities > a em { color: rgba(255,255,255,.35); font-size: 1rem; font-style: normal; text-align: right; }

/* Device-local resume keeps the existing return flow intact. */
body.home.gtgf-v14 .gtgf-home45__resume { padding: 0; border-bottom: 1px solid #ddd7ce; background: #fff; }
body.home.gtgf-v14 .gtgf-home45__resume-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-block: 15px; }
body.home.gtgf-v14 .gtgf-home45__resume-inner > div:first-child { display: flex; gap: 10px; align-items: baseline; min-width: 0; }
body.home.gtgf-v14 .gtgf-home45__resume-inner span { color: #777068; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
body.home.gtgf-v14 .gtgf-home45__resume-inner strong { font-size: .92rem; }
body.home.gtgf-v14 .gtgf-home45__resume-inner p { margin: 0; color: #777068; font-size: .8rem; }
body.home.gtgf-v14 .gtgf-home45__resume-inner > div:last-child { display: flex; gap: 11px; align-items: center; flex: 0 0 auto; }
body.home.gtgf-v14 .gtgf-home45__resume-inner a:not(.v14-btn),
body.home.gtgf-v14 .gtgf-home45__resume-inner button { border: 0; background: none; color: #171717; font-size: .78rem; text-decoration: none; cursor: pointer; }

/* Editorial process section — image-backed, but the four steps stay primary. */
body.home.gtgf-v14 .gtgf-home45__how {
  position: relative;
  overflow: hidden;
  padding-block: clamp(58px, 6.5vw, 84px);
  border-bottom: 1px solid #d8d2c9;
  background: #f4f1eb;
  isolation: isolate;
}
body.home.gtgf-v14 .gtgf-home45__how-media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(48vw, 780px);
  height: 100%;
  object-fit: cover;
  object-position: 67% 42%;
  filter: contrast(1.03) brightness(1.08);
  opacity: .86;
}
body.home.gtgf-v14 .gtgf-home45__how-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #f4f1eb 0%, #f4f1eb 51%, rgba(244,241,235,.84) 68%, rgba(244,241,235,.08) 100%),
    linear-gradient(0deg, rgba(244,241,235,.88) 0%, transparent 42%);
}
body.home.gtgf-v14 .gtgf-home45__how-inner { position: relative; z-index: 1; }
body.home.gtgf-v14 .gtgf-home45__section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}
body.home.gtgf-v14 .gtgf-home45__section-head > div > p {
  margin: 0 0 9px;
  color: var(--gtgf-accent);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .18em;
}
body.home.gtgf-v14 .gtgf-home45__section-head h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  line-height: .93;
  letter-spacing: -.065em;
}
body.home.gtgf-v14 .gtgf-home45__section-head > span {
  max-width: 520px;
  justify-self: end;
  color: #625d57;
  font-size: .96rem;
  line-height: 1.58;
}
body.home.gtgf-v14 .gtgf-home45__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 1px solid rgba(26,23,19,.18);
  background: rgba(255,255,255,.84);
  box-shadow: 0 24px 60px rgba(37,29,21,.07);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
body.home.gtgf-v14 .gtgf-home45__steps article {
  position: relative;
  min-height: 174px;
  padding: 25px 25px 22px;
  border-right: 1px solid rgba(26,23,19,.14);
}
body.home.gtgf-v14 .gtgf-home45__steps article:last-child { border-right: 0; }
body.home.gtgf-v14 .gtgf-home45__steps article > b { color: #a7a19a; font-size: 1.75rem; line-height: 1; letter-spacing: -.04em; }
body.home.gtgf-v14 .gtgf-home45__steps article > span { position: absolute; top: 26px; right: 22px; color: var(--gtgf-accent); font-size: 1.2rem; }
body.home.gtgf-v14 .gtgf-home45__steps article > div { display: grid; gap: 7px; margin-top: 24px; }
body.home.gtgf-v14 .gtgf-home45__steps strong { font-size: 1rem; line-height: 1.24; }
body.home.gtgf-v14 .gtgf-home45__steps p { max-width: 26ch; margin: 0; color: #625d57; font-size: .86rem; line-height: 1.5; }

/* Destination grid follows the approved image-led mock-up, with live HTML copy. */
body.home.gtgf-v14 .gtgf-home45__destinations { padding-block: clamp(58px, 7vw, 92px); background: #fff; }
body.home.gtgf-v14 .gtgf-home45__section-head.is-dark { margin-bottom: 28px; }
body.home.gtgf-v14 .gtgf-home45__section-head.is-dark > span { color: #67615a; }
body.home.gtgf-v14 .gtgf-home45__route-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
body.home.gtgf-v14 .gtgf-home45__route-card {
  position: relative;
  display: block;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(24,21,18,.14);
  background: #f5f3ef;
  color: #0d0d0d !important;
  text-decoration: none !important;
  box-shadow: 0 16px 38px rgba(31,24,17,.035);
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.home.gtgf-v14 .gtgf-home45__route-card:hover,
body.home.gtgf-v14 .gtgf-home45__route-card:focus-visible {
  z-index: 2;
  border-color: rgba(255,90,0,.4);
  box-shadow: 0 26px 54px rgba(31,24,17,.11);
  transform: translateY(-4px);
}
body.home.gtgf-v14 .gtgf-home45__route-card > img { position: absolute; inset: 0 0 0 auto; z-index: -2; width: 76%; height: 100%; object-fit: cover; transition: transform .45s ease; }
body.home.gtgf-v14 .gtgf-home45__route-card:hover > img { transform: scale(1.025); }
body.home.gtgf-v14 .gtgf-home45__route-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #fff 0%, #fff 36%, rgba(255,255,255,.88) 51%, rgba(255,255,255,.1) 84%); }
body.home.gtgf-v14 .gtgf-home45__route-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; width: 62%; min-height: 222px; padding: 25px 24px 22px; }
body.home.gtgf-v14 .gtgf-home45__route-copy > small { color: var(--gtgf-accent); font-size: .75rem; font-weight: 950; letter-spacing: .13em; }
body.home.gtgf-v14 .gtgf-home45__route-copy > strong { margin-top: 20px; font-size: clamp(1.3rem, 1.7vw, 1.62rem); line-height: 1.08; letter-spacing: -.035em; }
body.home.gtgf-v14 .gtgf-home45__route-copy > em { max-width: 26ch; margin-top: 9px; color: #5f5a54; font-size: .85rem; font-style: normal; line-height: 1.46; }
body.home.gtgf-v14 .gtgf-home45__route-copy > b { margin-top: auto; color: #111; font-size: .78rem; line-height: 1; }
body.home.gtgf-v14 .gtgf-home45__route-copy > b i { margin-left: 7px; color: var(--gtgf-accent); font-size: 1rem; font-style: normal; }
body.home.gtgf-v14 .gtgf-home45__route-card.is-planner > img { object-position: 67% 50%; }
body.home.gtgf-v14 .gtgf-home45__route-card.is-nutrition > img { object-position: 78% 52%; }
body.home.gtgf-v14 .gtgf-home45__route-card.is-events > img { object-position: 68% 52%; }
body.home.gtgf-v14 .gtgf-home45__route-card.is-knowledge > img { object-position: 70% 48%; filter: contrast(1.04); }

body.home.gtgf-v14 .gtgf-home45__route-card.is-cockpit,
body.home.gtgf-v14 .gtgf-home45__route-card.is-progress {
  border-color: #151515;
  background: linear-gradient(145deg, #151515, #070707 72%);
  color: #fff !important;
  box-shadow: 0 24px 54px rgba(0,0,0,.12);
}
body.home.gtgf-v14 .gtgf-home45__route-card.is-cockpit .gtgf-home45__route-copy,
body.home.gtgf-v14 .gtgf-home45__route-card.is-progress .gtgf-home45__route-copy { width: 61%; }
body.home.gtgf-v14 .gtgf-home45__route-card.is-cockpit .gtgf-home45__route-copy > em,
body.home.gtgf-v14 .gtgf-home45__route-card.is-progress .gtgf-home45__route-copy > em { color: rgba(255,255,255,.58); }
body.home.gtgf-v14 .gtgf-home45__route-card.is-cockpit .gtgf-home45__route-copy > b,
body.home.gtgf-v14 .gtgf-home45__route-card.is-progress .gtgf-home45__route-copy > b { color: #fff; }
body.home.gtgf-v14 .gtgf-home45__cockpit {
  position: absolute;
  top: 24px;
  right: -22px;
  width: 48%;
  height: 176px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
  box-shadow: 0 26px 64px rgba(0,0,0,.32);
  transform: rotate(-3deg);
}
body.home.gtgf-v14 .gtgf-home45__cockpit i { position: absolute; display: block; font-style: normal; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-label { top: 15px; left: 16px; color: rgba(255,255,255,.42); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-score { top: 12px; right: 16px; color: #fff; font-size: 1.1rem; font-weight: 900; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-line { left: 16px; right: 16px; bottom: 37px; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,90,0,.6)); transform: rotate(-8deg); transform-origin: right; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars { left: 17px; right: 17px; bottom: 18px; display: flex; align-items: end; gap: 7px; height: 72px; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u { flex: 1; height: 32%; background: rgba(255,90,0,.26); text-decoration: none; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u:nth-child(2) { height: 48%; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u:nth-child(3) { height: 62%; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u:nth-child(4) { height: 45%; }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u:nth-child(5) { height: 78%; background: rgba(255,90,0,.52); }
body.home.gtgf-v14 .gtgf-home45__cockpit .is-bars u:nth-child(6) { height: 94%; background: var(--gtgf-accent); }
body.home.gtgf-v14 .gtgf-home45__chart { position: absolute; right: -10px; bottom: 14px; width: 48%; height: auto; overflow: visible; }
body.home.gtgf-v14 .gtgf-home45__chart .grid { fill: none; stroke: rgba(255,255,255,.09); stroke-width: 1; }
body.home.gtgf-v14 .gtgf-home45__chart .area { fill: rgba(255,90,0,.09); }
body.home.gtgf-v14 .gtgf-home45__chart .line { fill: none; stroke: var(--gtgf-accent); stroke-width: 3; stroke-linecap: round; }
body.home.gtgf-v14 .gtgf-home45__chart circle { fill: var(--gtgf-accent); stroke: #fff; stroke-width: 2; }

@media (max-width: 1050px) {
  body.home.gtgf-v14 .gtgf-home45__hero { min-height: 0; }
  body.home.gtgf-v14 .gtgf-home45__hero-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 58px 42px; }
  body.home.gtgf-v14 .gtgf-home45__intro { max-width: 720px; }
  body.home.gtgf-v14 .gtgf-home45__capabilities { max-width: 760px; }
  body.home.gtgf-v14 .gtgf-home45__steps { grid-template-columns: 1fr 1fr; }
  body.home.gtgf-v14 .gtgf-home45__steps article:nth-child(2) { border-right: 0; }
  body.home.gtgf-v14 .gtgf-home45__steps article:nth-child(-n+2) { border-bottom: 1px solid rgba(26,23,19,.14); }
  body.home.gtgf-v14 .gtgf-home45__route-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body.home.gtgf-v14 .gtgf-home-premium-v159945 .v14-shell { width: min(100% - 24px, 1260px); }
  body.home.gtgf-v14 .gtgf-home45__hero-shade { background: linear-gradient(0deg, rgba(1,1,1,.98) 0%, rgba(2,2,2,.91) 58%, rgba(2,2,2,.46) 100%); }
  body.home.gtgf-v14 .gtgf-home45__hero-media { object-position: 69% 35%; opacity: .86; }
  body.home.gtgf-v14 .gtgf-home45__hero-grid { gap: 24px; padding-top: 46px; padding-bottom: 30px; }
  body.home.gtgf-v14 .gtgf-home45__intro h1 { max-width: 9ch; font-size: clamp(2.75rem, 13vw, 4.2rem); }
  body.home.gtgf-v14 .gtgf-home45__lead { margin-top: 17px; font-size: .98rem; }
  body.home.gtgf-v14 .gtgf-home45__meta { gap: 5px; line-height: 1.45; }
  body.home.gtgf-v14 .gtgf-home45__cap-head { align-items: start; flex-direction: column; gap: 5px; }
  body.home.gtgf-v14 .gtgf-home45__capabilities > a { min-height: 62px; padding: 10px 14px; }
  body.home.gtgf-v14 .gtgf-home45__resume-inner { align-items: flex-start; flex-direction: column; }
  body.home.gtgf-v14 .gtgf-home45__resume-inner > div:first-child { display: grid; gap: 4px; }
  body.home.gtgf-v14 .gtgf-home45__how { padding-block: 48px; }
  body.home.gtgf-v14 .gtgf-home45__how-media { width: 78%; opacity: .35; }
  body.home.gtgf-v14 .gtgf-home45__how-shade { background: linear-gradient(90deg, #f4f1eb 0%, rgba(244,241,235,.93) 45%, rgba(244,241,235,.58) 100%); }
  body.home.gtgf-v14 .gtgf-home45__section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  body.home.gtgf-v14 .gtgf-home45__section-head > span { justify-self: start; font-size: .9rem; }
  body.home.gtgf-v14 .gtgf-home45__steps { grid-template-columns: 1fr; }
  body.home.gtgf-v14 .gtgf-home45__steps article { min-height: 0; padding: 18px; border-right: 0 !important; border-bottom: 1px solid rgba(26,23,19,.14) !important; }
  body.home.gtgf-v14 .gtgf-home45__steps article:last-child { border-bottom: 0 !important; }
  body.home.gtgf-v14 .gtgf-home45__steps article > b { font-size: 1.45rem; }
  body.home.gtgf-v14 .gtgf-home45__steps article > span { top: 18px; right: 18px; }
  body.home.gtgf-v14 .gtgf-home45__steps article > div { margin-top: 13px; }
  body.home.gtgf-v14 .gtgf-home45__destinations { padding-block: 48px; }
  body.home.gtgf-v14 .gtgf-home45__route-grid { grid-template-columns: 1fr; gap: 12px; }
  body.home.gtgf-v14 .gtgf-home45__route-card { min-height: 205px; }
  body.home.gtgf-v14 .gtgf-home45__route-copy { min-height: 203px; padding: 21px 19px 18px; }
  body.home.gtgf-v14 .gtgf-home45__route-copy > strong { margin-top: 16px; }
}

@media (max-width: 430px) {
  body.home.gtgf-v14 .gtgf-home45__route-card > img { width: 86%; }
  body.home.gtgf-v14 .gtgf-home45__route-shade { background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.82) 61%, rgba(255,255,255,.09) 100%); }
  body.home.gtgf-v14 .gtgf-home45__route-copy { width: 68%; }
  body.home.gtgf-v14 .gtgf-home45__route-card.is-cockpit .gtgf-home45__route-copy,
  body.home.gtgf-v14 .gtgf-home45__route-card.is-progress .gtgf-home45__route-copy { width: 68%; }
  body.home.gtgf-v14 .gtgf-home45__cockpit,
  body.home.gtgf-v14 .gtgf-home45__chart { opacity: .7; }
}

@media (prefers-reduced-motion: reduce) {
  body.home.gtgf-v14 .gtgf-home45__route-card,
  body.home.gtgf-v14 .gtgf-home45__route-card > img,
  body.home.gtgf-v14 .gtgf-home45__capabilities > a { transition: none; }
}
