/* ============================================================
   Big Weekend — Getting Here (getting-here.html)
   Loaded after styles.css; everything here is namespaced ghx-.
   First page of the Montreal Guide. Kept separate from styles.css
   so guide redesigns never touch the global sheet.
   ============================================================ */

/* ---- hero: title left (like the events page), the window-seat
   illustration beside it, feathered into the cream ---- */
.ghx-hero{background:var(--cream);padding:30px 0 20px;overflow:hidden}
.ghx-hero-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:36px;align-items:center}
.ghx-hero-txt .ed-eyebrow{color:var(--rose)}
.ghx-hero-txt h1{font-size:clamp(46px,6.4vw,86px);line-height:.98;color:var(--bordeaux);letter-spacing:-.005em}
.ghx-hero-txt h1 .script{color:var(--rose);font-size:1.06em;line-height:.9}
.ghx-hero-txt .lede{font-size:18.5px;color:var(--ink);margin:20px 0 26px;max-width:36ch;line-height:1.6}
.ghx-hero-down{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;border-bottom:1.5px solid var(--rose);padding-bottom:4px;transition:color .15s}
.ghx-hero-down:hover{color:var(--rose)}
.ghx-hero-img{margin:0;justify-self:end;width:100%;max-width:640px}
.ghx-hero-img img{
  display:block;width:100%;height:auto;
  -webkit-mask-image:radial-gradient(ellipse 58% 60% at 58% 50%,#000 58%,rgba(0,0,0,.55) 78%,transparent 100%);
          mask-image:radial-gradient(ellipse 58% 60% at 58% 50%,#000 58%,rgba(0,0,0,.55) 78%,transparent 100%);
}

/* ---- visually hidden (screen-reader text behind the flap tiles) ---- */
.ghx-vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---- section heads ---- */
.ghx-sec-h{font-size:clamp(34px,4.4vw,54px);line-height:1.02;color:var(--ink)}
.ghx-sec-h .script{color:var(--rose);font-size:1.14em}
.ghx-sub{font-size:15.5px;color:var(--ink-soft);max-width:58ch;line-height:1.6;margin-top:12px}

/* ---- the departures board ---- */
.ghx-air{background:var(--cream);padding:48px 0 88px}
.ghx-air-head{max-width:760px;margin-bottom:34px}
.ghx-board{
  background:#241016;border-radius:22px;overflow:hidden;
  border:1px solid rgba(246,240,227,.09);
  box-shadow:0 34px 80px rgba(43,18,25,.35);
}
.ghx-board-top{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 26px;border-bottom:1px solid rgba(246,240,227,.14);background:#1B0B0F}
.ghx-board-top .t{font-size:11.5px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:#F3CDD5}
.ghx-board-top .live{display:inline-flex;align-items:center;gap:8px;font-size:9.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(246,240,227,.65);white-space:nowrap}
.ghx-board-top .live i{width:7px;height:7px;border-radius:50%;background:#E69BAA;animation:ghxBlink 1.6s steps(1) infinite}
@keyframes ghxBlink{50%{opacity:.25}}
.ghx-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:16px 22px 14px;border-bottom:1px solid rgba(246,240,227,.1)}
.ghx-tab{font-family:'Hanken Grotesk',sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(246,240,227,.55);background:none;border:1px solid rgba(246,240,227,.16);border-radius:100px;padding:9px 18px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}
.ghx-tab:hover{color:var(--cream);border-color:rgba(246,240,227,.4)}
.ghx-tab.on{color:#241016;background:#F3CDD5;border-color:#F3CDD5}
.ghx-tab:focus-visible{outline:2px solid #F3CDD5;outline-offset:2px}
.ghx-cols,.ghx-row{
  display:grid;grid-template-columns:222px 68px minmax(0,1fr);
  gap:12px;align-items:center;
}
/* two column groups, filled top-to-bottom so the board still reads fastest-first */
.ghx-colhead{display:grid;grid-template-columns:1fr 1fr;column-gap:44px;padding:14px 26px 8px}
.ghx-colhead .ghx-cols+.ghx-cols{position:relative}
.ghx-cols span{font-size:8.5px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:rgba(246,240,227,.42)}
.ghx-rows{list-style:none;margin:0;padding:0 26px 8px;column-count:2;column-gap:44px;column-rule:1px solid rgba(246,240,227,.08)}
.ghx-row{break-inside:avoid;border-top:1px solid rgba(246,240,227,.08);padding-top:10px;padding-bottom:10px}
.ghx-flaps{display:flex;gap:2px;flex-wrap:nowrap;overflow:hidden}
.ghx-flap{
  position:relative;flex:0 0 auto;width:15px;height:23px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#38191F;border-radius:3.5px;
  font-family:'Hanken Grotesk',sans-serif;font-size:12px;font-weight:700;color:#F6F0E3;
  box-shadow:inset 0 1px 0 rgba(246,240,227,.1), inset 0 -6px 8px rgba(0,0,0,.22);
}
.ghx-flap::after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(0,0,0,.5)}
.ghx-flap.sp{background:transparent;box-shadow:none;width:7px}
.ghx-flap.sp::after{display:none}
.ghx-time{font-size:15px;font-weight:700;color:#F3CDD5;letter-spacing:.06em;font-variant-numeric:tabular-nums;white-space:nowrap}
.ghx-time small{display:block;font-size:8.5px;font-weight:700;letter-spacing:.2em;color:rgba(246,240,227,.4);margin-top:3px}
.ghx-air-lines{font-size:12px;color:rgba(246,240,227,.72);line-height:1.45}
.ghx-board-foot{padding:14px 26px 18px;border-top:1px solid rgba(246,240,227,.1);background:#1B0B0F}
.ghx-board-foot p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:rgba(246,240,227,.6)}

/* ---- by road & rail ---- */
.ghx-road{background:var(--bordeaux);color:var(--cream);padding:88px 0}
.ghx-road-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,380px);gap:64px;align-items:center;max-width:980px}
.ghx-road .ed-eyebrow{color:#E9B7C0}
.ghx-road h2{font-size:clamp(34px,4.4vw,54px);line-height:1.02;color:var(--cream)}
.ghx-road h2 .script{color:#F3CDD5;font-size:1.14em}
.ghx-ways{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}
.ghx-ways li{display:flex;gap:16px;align-items:flex-start}
.ghx-ways svg{flex:0 0 auto;color:#F3CDD5;margin-top:1px}
.ghx-ways p{font-size:14.5px;line-height:1.55;color:var(--cream-dim);max-width:44ch}
.ghx-ways b{display:block;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);margin-bottom:3px}

/* the highway distance sign, in brand colours */
.ghx-sign{margin:0;display:flex;flex-direction:column;align-items:center;transform:rotate(-1.5deg)}
.ghx-sign-board{width:100%;background:var(--rose);border-radius:16px;padding:7px;box-shadow:0 22px 44px rgba(20,5,10,.35)}
.ghx-sign-board>*{position:relative}
.ghx-sign-board{position:relative}
.ghx-sign-board::before{content:"";position:absolute;inset:7px;border:2px solid var(--cream);border-radius:11px;pointer-events:none}
.ghx-sign-head{display:flex;justify-content:space-between;align-items:center;padding:18px 24px 12px;margin:0 2px;border-bottom:2px solid var(--cream);font-family:'Hanken Grotesk',sans-serif;font-size:13px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--cream)}
.ghx-sign-head .arr{font-size:22px;letter-spacing:0;line-height:1}
.ghx-sign-list{list-style:none;margin:0;padding:10px 24px 18px}
.ghx-sign-list li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:6px 0}
.ghx-sign-list span{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--cream);line-height:1.15}
.ghx-sign-list b{font-family:'Hanken Grotesk',sans-serif;font-size:15px;font-weight:700;letter-spacing:.06em;color:#F9DDE3;font-variant-numeric:tabular-nums}
.ghx-sign-posts{display:flex;justify-content:space-between;width:58%;height:40px}
.ghx-sign-posts i{width:9px;height:100%;background:linear-gradient(90deg,#8C6B72,#C9B3B8 45%,#8C6B72);border-radius:0 0 3px 3px}

/* ---- landed: transfers ---- */
.ghx-land{background:var(--cream);padding:88px 0}
.ghx-land-head{max-width:720px;margin-bottom:32px}
.ghx-feature{
  display:flex;justify-content:space-between;align-items:center;gap:34px;
  background:var(--bordeaux);color:var(--cream);border-radius:20px;padding:32px 40px;margin-bottom:20px;
}
.ghx-feature .tk{font-size:10px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:#E9B7C0;margin-bottom:10px}
.ghx-feature h3{font-family:'Cormorant Garamond',serif;font-size:clamp(26px,3vw,34px);line-height:1.08;color:var(--cream)}
.ghx-feature h3 .script{color:#F3CDD5;font-size:1.12em}
.ghx-feature p{font-size:14.5px;color:var(--cream-dim);line-height:1.6;margin-top:10px;max-width:58ch}
.ghx-feature .btn{white-space:nowrap}
.ghx-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ghx-card{background:#FCF8EF;border:1px solid var(--line-ink);border-radius:16px;padding:22px 22px 20px}
.ghx-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--line-ink)}
.ghx-card h3{font-size:22px;color:var(--ink);line-height:1.1}
.ghx-card .price{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);text-align:right;line-height:1.5;white-space:nowrap}
.ghx-card p{font-size:14px;color:var(--ink-soft);line-height:1.55}
.ghx-card p+p{margin-top:8px}
.ghx-card b{color:var(--ink);font-weight:700}
.ghx-card a{color:var(--rose);font-weight:600;text-decoration:none;border-bottom:1px solid var(--rose)}
.ghx-card a:hover{color:var(--bordeaux);border-color:var(--bordeaux)}

/* ---- the note to the MOH, under the transfer cards ---- */
.ghx-moh-label{text-align:center;margin:38px 0 10px}
.ghx-moh-note{max-width:580px;margin:0 auto;text-align:center;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:19px;line-height:1.45;color:var(--ink-soft)}
.ghx-moh-note .script{font-style:normal;font-size:1.35em;line-height:1;color:var(--rose)}

/* ---- FAQ (shared .faq styles live in styles.css) ---- */
.ghx-faq{padding:0 0 84px}
.ghx-faq .faq-head{margin-bottom:26px}
.ghx-faq .faq-list b{color:var(--ink);font-weight:700}

/* ---- the YUL glow-up blurb ---- */
.ghx-glowup{position:relative;background:var(--rose);color:var(--cream);padding:60px 0;overflow:hidden}
.ghx-glowup::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 46px,rgba(255,255,255,.035) 46px 48px);pointer-events:none}
.ghx-glowup-grid{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:48px;align-items:center;max-width:920px}
.ghx-glowup-img{display:block;width:clamp(170px,19vw,230px);max-width:100%;height:auto;filter:drop-shadow(0 20px 34px rgba(72,20,32,.45));transform:rotate(-2deg)}
.ghx-glowup .ed-eyebrow{color:#F3CDD5;margin-bottom:12px}
.ghx-glowup h2{font-size:clamp(30px,3.6vw,44px);line-height:1.04;color:var(--cream)}
.ghx-glowup h2 .script{color:#F3CDD5;font-size:1.16em}
.ghx-glowup p{font-size:15.5px;line-height:1.65;opacity:.92;margin-top:14px;max-width:56ch}
.ghx-glowup p b{font-weight:700}

/* ---- final CTA band ---- */
.ghx-cta{padding:70px 0 90px;background:var(--cream)}
.ghx-break{background:var(--bordeaux);color:var(--cream);border-radius:20px;padding:38px 46px;display:flex;justify-content:space-between;align-items:center;gap:34px}
.ghx-break-eyebrow{font-size:10px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:#F3CDD5;margin-bottom:10px}
.ghx-break-h{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(26px,3vw,34px);line-height:1.08;color:var(--cream)}
.ghx-break-p{font-size:14.5px;color:var(--cream-dim);line-height:1.6;margin-top:10px;max-width:56ch}
.ghx-break .btn{white-space:nowrap}
.ghx-fine{background:var(--cream);padding:0 0 46px}
.ghx-fine p{max-width:1116px;margin:0 auto;padding:0 32px;font-size:12px;color:var(--ink-soft);opacity:.8;line-height:1.6}

/* ---- responsive ---- */
@media(max-width:1020px){
  .ghx-cards{grid-template-columns:1fr 1fr}
  .ghx-rows{column-count:1}
  .ghx-colhead{grid-template-columns:1fr}
  .ghx-colhead .ghx-cols+.ghx-cols{display:none}
  .ghx-cols,.ghx-row{grid-template-columns:minmax(0,1.3fr) 90px minmax(0,1fr)}
  .ghx-flap{width:17px;height:25px;font-size:13px}
}
@media(max-width:860px){
  .ghx-hero-grid{grid-template-columns:1fr;gap:6px}
  .ghx-hero-img{justify-self:center}
  .ghx-glowup-grid{grid-template-columns:1fr;gap:30px;text-align:center}
  .ghx-glowup-img{margin:0 auto}
  .ghx-glowup p{margin-left:auto;margin-right:auto}
  .ghx-road-grid{grid-template-columns:1fr;gap:44px}
  .ghx-sign{max-width:360px;width:100%;margin:0 auto}
  .ghx-cards{grid-template-columns:1fr}
  .ghx-feature{flex-direction:column;align-items:flex-start;padding:28px 26px}
}
@media(max-width:680px){
  .ghx-cols,.ghx-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .ghx-colhead{padding-left:18px;padding-right:18px}
  .ghx-rows{padding-left:18px;padding-right:18px}
  .ghx-col-air,.ghx-air-lines{display:none}
  .ghx-flap{width:16px;height:24px;font-size:12.5px}
  .ghx-flap.sp{width:7px}
  .ghx-board-top{padding:14px 18px}
  .ghx-board-top .t{font-size:10px;letter-spacing:.18em}
  .ghx-board-top .live{display:none}
  .ghx-tabs{padding:14px 16px 12px}
  .ghx-sign{max-width:250px}
  .ghx-sign-board{padding:5px;border-radius:12px}
  .ghx-sign-board::before{inset:5px;border-width:1.5px;border-radius:8px}
  .ghx-sign-head{padding:11px 16px 8px;font-size:10px;border-bottom-width:1.5px}
  .ghx-sign-head .arr{font-size:16px}
  .ghx-sign-list{padding:6px 16px 11px}
  .ghx-sign-list li{padding:2px 0}
  .ghx-sign-list span{font-size:16.5px}
  .ghx-sign-list b{font-size:12px}
  .ghx-sign-posts{height:22px}
  .ghx-sign-posts i{width:6px}
  .ghx-break{flex-direction:column;align-items:flex-start;padding:28px 26px}
}
@media(max-width:440px){
  .ghx-cols,.ghx-row{gap:8px}
  .ghx-colhead,.ghx-rows{padding-left:14px;padding-right:14px}
  .ghx-flaps{gap:2px}
  .ghx-flap{width:12.5px;height:21px;font-size:11px;border-radius:2.5px}
  .ghx-flap.sp{width:6px}
  .ghx-time{font-size:13.5px}
  .ghx-tab{padding:8px 13px;letter-spacing:.14em}
}
@media(prefers-reduced-motion:reduce){
  .ghx-board-top .live i{animation:none}
}
