/* ==========================================================================
   GMH Luxury — Reusable inner-page system (service / location / info pages)
   Loaded on pages. Prefix: gmh-pg-  | Matches the homepage design language.
   Wrapper <div class="gmh-pg"> is full-bleed via the .is-layout-constrained rule
   in gmh-design-system.css. Scroll reveals use the global [data-gmh-reveal].
   ========================================================================== */

.gmh-pg { font-family: var(--gmh-font-sans); color: #222; --g: var(--gmh-gold); --dark: var(--gmh-dark); --muted: #666; }
.gmh-pg *, .gmh-pg *::before, .gmh-pg *::after { box-sizing: border-box; }
.gmh-pg-wrap { max-width: 1240px; margin: 0 auto; padding: 0 26px; }
.gmh-pg-eyebrow { display:inline-block; font-size:12px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--g); margin-bottom:14px; }
.gmh-pg-sec { padding: 92px 0; }
.gmh-pg-sec.alt { background:#f7f6f3; }
.gmh-pg-sec.dark { background:#0c0c0c; color:#fff; }
.gmh-pg-sec-head { text-align:center; max-width:720px; margin:0 auto 52px; }
.gmh-pg-sec-head h2 { font-family:var(--gmh-font-serif); font-weight:600; color:var(--dark); font-size:clamp(1.7rem,3.2vw,2.5rem); line-height:1.2; margin:0; }
.gmh-pg-sec.dark .gmh-pg-sec-head h2 { color:#fff; }
.gmh-pg-sec-head p { color:var(--muted); font-size:1.05rem; line-height:1.7; margin:16px 0 0; }
.gmh-pg-sec.dark .gmh-pg-sec-head p { color:rgba(255,255,255,.65); }
.gmh-pg-btn { display:inline-flex; align-items:center; gap:9px; font-weight:700; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; padding:15px 34px; border-radius:50px; text-decoration:none; cursor:pointer; transition:all .35s cubic-bezier(.22,1,.36,1); }
.gmh-pg-btn svg { width:16px; height:16px; }
.gmh-pg-btn-gold { background:linear-gradient(135deg,#ffdc71,#e9bc32); color:#111; box-shadow:0 6px 20px rgba(233,188,50,.28); }
.gmh-pg-btn-gold:hover { transform:translateY(-3px); box-shadow:0 10px 28px rgba(233,188,50,.4); }
.gmh-pg-btn-ghost { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.5); }
.gmh-pg-btn-ghost:hover { border-color:var(--g); color:var(--g); transform:translateY(-3px); }
.gmh-pg-btn-dark { background:var(--dark); color:#fff; border:1px solid rgba(197,160,89,.3); }
.gmh-pg-btn-dark:hover { background:var(--g); color:#111; transform:translateY(-3px); }

/* ---- HERO ---- */
.gmh-pg-hero { position:relative; min-height:74vh; display:flex; align-items:center; isolation:isolate; color:#fff; }
.gmh-pg-hero-bg { position:absolute; inset:0; z-index:-2; background-size:cover; background-position:center; transform:scale(1.07); animation:gmhPgKen 16s ease forwards; }
@keyframes gmhPgKen { to { transform:scale(1); } }
.gmh-pg-hero-scrim { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(8,8,8,.9),rgba(8,8,8,.6) 50%,rgba(8,8,8,.32)),linear-gradient(0deg,rgba(8,8,8,.78),transparent 55%); }
.gmh-pg-hero .gmh-pg-wrap { width:100%; }
.gmh-pg-hero-inner { max-width:760px; padding:130px 0 80px; }
.gmh-pg-crumbs { font-size:13px; color:rgba(255,255,255,.7); margin-bottom:20px; display:flex; flex-wrap:wrap; gap:8px; }
.gmh-pg-crumbs a { color:rgba(255,255,255,.85); text-decoration:none; transition:color .2s; }
.gmh-pg-crumbs a:hover { color:var(--g); }
.gmh-pg-crumbs span { color:rgba(255,255,255,.4); }
.gmh-pg-hero h1 { font-family:var(--gmh-font-serif); font-weight:600; font-size:clamp(2.1rem,5vw,3.6rem); line-height:1.12; margin:0 0 20px; text-shadow:0 2px 30px rgba(0,0,0,.4); }
.gmh-pg-hero h1 .gold { color:var(--g); }
.gmh-pg-hero-sub { font-size:clamp(1.02rem,1.5vw,1.2rem); line-height:1.65; color:rgba(255,255,255,.85); max-width:600px; margin:0 0 32px; }
.gmh-pg-hero-cta { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:34px; }
.gmh-pg-hero-rate { display:flex; gap:24px; flex-wrap:wrap; align-items:center; font-size:13px; color:rgba(255,255,255,.7); }
.gmh-pg-hero-rate b { color:#fff; }
.gmh-pg-hero-rate .gmh-pg-stars { color:var(--g); letter-spacing:1px; }

/* ---- SPLIT (text + image) ---- */
.gmh-pg-split { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.gmh-pg-split.reverse .gmh-pg-split-media { order:-1; }
.gmh-pg-split-media { border-radius:18px; overflow:hidden; aspect-ratio:4/3; }
.gmh-pg-split-media img { width:100%; height:100%; object-fit:cover; display:block; }
.gmh-pg-split-body h2 { font-family:var(--gmh-font-serif); font-weight:600; color:var(--dark); font-size:clamp(1.6rem,3vw,2.3rem); line-height:1.22; margin:0 0 20px; }
.gmh-pg-sec.dark .gmh-pg-split-body h2 { color:#fff; }
.gmh-pg-split-body p { color:#444; font-size:1.05rem; line-height:1.8; margin:0 0 16px; }
.gmh-pg-sec.dark .gmh-pg-split-body p { color:rgba(255,255,255,.72); }
.gmh-pg-checks { list-style:none; padding:0; margin:22px 0 30px; display:grid; gap:13px; }
.gmh-pg-checks li { display:flex; gap:11px; font-weight:500; color:var(--dark); font-size:1rem; line-height:1.5; }
.gmh-pg-sec.dark .gmh-pg-checks li { color:#fff; }
.gmh-pg-checks svg { width:20px; height:20px; color:var(--g); flex-shrink:0; margin-top:3px; }

/* ---- FEATURES (icon grid) ---- */
.gmh-pg-features { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.gmh-pg-feature { background:#fff; border:1px solid #eee; border-radius:16px; padding:30px 28px; transition:transform .3s,box-shadow .3s,border-color .3s; }
.gmh-pg-sec.alt .gmh-pg-feature { box-shadow:0 6px 22px rgba(0,0,0,.04); }
.gmh-pg-feature:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(0,0,0,.08); border-color:rgba(197,160,89,.4); }
.gmh-pg-feature-ic { width:54px; height:54px; border-radius:12px; background:rgba(197,160,89,.12); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.gmh-pg-feature-ic svg { width:27px; height:27px; color:var(--g); }
.gmh-pg-feature h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.2rem; color:var(--dark); margin:0 0 9px; }
.gmh-pg-feature p { color:var(--muted); line-height:1.7; font-size:.96rem; margin:0; }

/* ---- FLEET strip (light cards, mirrors homepage) ---- */
.gmh-pg-fleet { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.gmh-pg-car { background:#fff; border:1px solid #ececec; border-radius:18px; overflow:hidden; display:flex; flex-direction:column; text-decoration:none; box-shadow:0 8px 30px rgba(0,0,0,.05); transition:transform .4s,box-shadow .4s; }
.gmh-pg-car:hover { transform:translateY(-6px); box-shadow:0 22px 46px rgba(0,0,0,.1); }
.gmh-pg-car-img { aspect-ratio:4/3; overflow:hidden; background:#ece9e4; }
.gmh-pg-car-img img { width:100%; height:100%; object-fit:cover; transition:transform .6s; }
.gmh-pg-car:hover .gmh-pg-car-img img { transform:scale(1.05); }
.gmh-pg-car-body { padding:26px; display:flex; flex-direction:column; flex:1; }
.gmh-pg-car-body h3 { font-family:var(--gmh-font-serif); font-weight:600; font-size:1.3rem; color:var(--dark); margin:0 0 6px; }
.gmh-pg-car-sub { font-size:.86rem; color:var(--muted); margin:0 0 15px; line-height:1.5; }
.gmh-pg-car-div { width:42px; height:2px; background:var(--g); margin:0 0 16px; }
.gmh-pg-car-feats { list-style:none; padding:0; margin:0 0 20px; display:flex; flex-direction:column; gap:11px; }
.gmh-pg-car-feats li { display:flex; gap:10px; font-size:.9rem; color:#444; line-height:1.5; }
.gmh-pg-car-feats svg { width:17px; height:17px; color:var(--g); flex-shrink:0; margin-top:2px; }
.gmh-pg-car-link { margin-top:auto; font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--dark); display:inline-flex; align-items:center; gap:7px; border-top:1px solid #eee; padding-top:16px; transition:gap .25s,color .25s; }
.gmh-pg-car-link svg { width:16px; height:16px; flex-shrink:0; }
.gmh-pg-car:hover .gmh-pg-car-link { color:#a98a45; gap:11px; }

/* ---- PILLARS ---- */
.gmh-pg-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.gmh-pg-pillar { background:#fff; border-radius:16px; padding:32px 28px; border-top:3px solid var(--g); box-shadow:0 6px 22px rgba(0,0,0,.04); }
.gmh-pg-pillar svg { width:34px; height:34px; color:var(--g); margin-bottom:16px; }
.gmh-pg-pillar h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.15rem; color:var(--dark); margin:0 0 9px; }
.gmh-pg-pillar p { color:var(--muted); line-height:1.7; font-size:.95rem; margin:0; }

/* ---- FAQ (no-JS accordion) ---- */
.gmh-pg-faq { max-width:820px; margin:0 auto; }
.gmh-pg-faq-item { border-bottom:1px solid #e7e7e7; }
.gmh-pg-faq-item summary { list-style:none; cursor:pointer; padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:20px; font-family:var(--gmh-font-sans); font-weight:600; font-size:1.08rem; color:var(--dark); }
.gmh-pg-faq-item summary::-webkit-details-marker { display:none; }
.gmh-pg-faq-item summary::after { content:"+"; font-size:1.5rem; color:var(--g); transition:transform .25s; line-height:1; }
.gmh-pg-faq-item[open] summary::after { transform:rotate(45deg); }
.gmh-pg-faq-item p { color:var(--muted); line-height:1.8; margin:0 0 22px; font-size:1rem; }

/* ---- CTA band ---- */
.gmh-pg-cta-band { position:relative; background:radial-gradient(1000px 300px at 50% 0%,rgba(197,160,89,.14),transparent 70%),#0c0c0c; color:#fff; padding:84px 26px; text-align:center; isolation:isolate; }
.gmh-pg-cta-band h2 { font-family:var(--gmh-font-serif); font-weight:600; font-size:clamp(1.8rem,3.4vw,2.6rem); margin:8px 0 14px; }
.gmh-pg-cta-band p { max-width:600px; margin:0 auto 30px; color:rgba(255,255,255,.72); line-height:1.65; }
.gmh-pg-cta-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ---- Related links ---- */
.gmh-pg-links { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.gmh-pg-links a { font-size:14px; font-weight:600; color:var(--dark); background:#fff; border:1px solid #e6e6e6; padding:11px 22px; border-radius:50px; text-decoration:none; transition:all .22s; }
.gmh-pg-links a:hover { border-color:var(--g); color:#a98a45; transform:translateY(-2px); }

/* ---- STATS band (big numbers) ---- */
.gmh-pg-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; }
.gmh-pg-stat { padding:14px 10px; position:relative; }
.gmh-pg-stat + .gmh-pg-stat::before { content:""; position:absolute; left:0; top:18%; height:64%; width:1px; background:rgba(197,160,89,.3); }
.gmh-pg-stat b { display:block; font-family:var(--gmh-font-serif); font-weight:600; font-size:clamp(2rem,4.2vw,3.1rem); color:var(--g); line-height:1; }
.gmh-pg-stat span { display:block; margin-top:12px; font-size:.82rem; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); }
.gmh-pg-sec.dark .gmh-pg-stat span { color:rgba(255,255,255,.6); }

/* ---- STEPS (numbered "how it works") ---- */
.gmh-pg-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.gmh-pg-step { position:relative; padding:32px 26px; background:#fff; border:1px solid #eee; border-radius:16px; box-shadow:0 6px 22px rgba(0,0,0,.04); }
.gmh-pg-sec.dark .gmh-pg-step { background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.1); }
.gmh-pg-step-n { width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,#ffdc71,#e9bc32); color:#111; font-family:var(--gmh-font-serif); font-weight:700; font-size:1.2rem; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.gmh-pg-step h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.12rem; color:var(--dark); margin:0 0 8px; }
.gmh-pg-sec.dark .gmh-pg-step h3 { color:#fff; }
.gmh-pg-step p { color:var(--muted); line-height:1.65; font-size:.93rem; margin:0; }
.gmh-pg-sec.dark .gmh-pg-step p { color:rgba(255,255,255,.65); }

/* ---- PACKAGES (price / duration cards) ---- */
.gmh-pg-packages { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; align-items:stretch; }
.gmh-pg-pkg { background:#fff; border:1px solid #ececec; border-radius:18px; padding:36px 30px; display:flex; flex-direction:column; box-shadow:0 8px 30px rgba(0,0,0,.05); transition:transform .35s,box-shadow .35s; }
.gmh-pg-pkg:hover { transform:translateY(-6px); box-shadow:0 22px 46px rgba(0,0,0,.1); }
.gmh-pg-pkg.featured { background:#0c0c0c; color:#fff; border-color:rgba(197,160,89,.45); }
.gmh-pg-pkg-tag { align-self:flex-start; font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:#111; background:linear-gradient(135deg,#ffdc71,#e9bc32); padding:5px 13px; border-radius:50px; margin-bottom:18px; }
.gmh-pg-pkg h3 { font-family:var(--gmh-font-serif); font-weight:600; font-size:1.45rem; margin:0 0 6px; color:var(--dark); }
.gmh-pg-pkg.featured h3 { color:#fff; }
.gmh-pg-pkg-dur { font-size:.92rem; color:var(--muted); margin:0 0 22px; }
.gmh-pg-pkg.featured .gmh-pg-pkg-dur { color:rgba(255,255,255,.6); }
.gmh-pg-pkg-list { list-style:none; padding:0; margin:0 0 28px; display:flex; flex-direction:column; gap:12px; flex:1; }
.gmh-pg-pkg-list li { display:flex; gap:10px; font-size:.95rem; line-height:1.5; color:#444; }
.gmh-pg-pkg.featured .gmh-pg-pkg-list li { color:rgba(255,255,255,.8); }
.gmh-pg-pkg-list svg { width:17px; height:17px; color:var(--g); flex-shrink:0; margin-top:2px; }

/* ---- ROUTES (origin to destination) ---- */
.gmh-pg-routes { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.gmh-pg-route { display:flex; flex-direction:column; gap:12px; background:#fff; border:1px solid #ececec; border-radius:14px; padding:24px 26px; box-shadow:0 6px 22px rgba(0,0,0,.04); transition:transform .3s,border-color .3s; }
.gmh-pg-route:hover { transform:translateY(-4px); border-color:rgba(197,160,89,.45); }
.gmh-pg-route-od { display:flex; align-items:center; gap:11px; font-family:var(--gmh-font-serif); font-size:1.14rem; font-weight:600; color:var(--dark); }
.gmh-pg-route-od svg { width:20px; height:20px; color:var(--g); flex-shrink:0; }
.gmh-pg-route-meta { font-size:.85rem; color:var(--muted); letter-spacing:.5px; }

/* ---- QUOTE highlight ---- */
.gmh-pg-quote { max-width:860px; margin:0 auto; text-align:center; }
.gmh-pg-quote-stars { color:var(--g); font-size:1.25rem; letter-spacing:4px; margin-bottom:22px; }
.gmh-pg-quote blockquote { font-family:var(--gmh-font-serif); font-weight:500; font-size:clamp(1.3rem,2.7vw,2rem); line-height:1.45; color:var(--dark); margin:0 0 24px; }
.gmh-pg-sec.dark .gmh-pg-quote blockquote { color:#fff; }
.gmh-pg-quote cite { font-style:normal; font-size:.95rem; color:var(--muted); font-weight:600; letter-spacing:.5px; }
.gmh-pg-quote cite span { color:var(--g); }

/* ---- INCLUDED panel (two-column checklist) ---- */
.gmh-pg-included { background:#fff; border:1px solid #eee; border-radius:18px; padding:44px; box-shadow:0 8px 30px rgba(0,0,0,.05); max-width:980px; margin:0 auto; }
.gmh-pg-included ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:18px 36px; }
.gmh-pg-included li { display:flex; gap:12px; font-size:1rem; color:var(--dark); line-height:1.45; font-weight:500; }
.gmh-pg-included svg { width:20px; height:20px; color:var(--g); flex-shrink:0; margin-top:2px; }

/* ---- TAGS / chips ---- */
.gmh-pg-tags { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; max-width:920px; margin:0 auto; }
.gmh-pg-tag { font-size:14px; font-weight:600; color:var(--dark); background:#fff; border:1px solid #e6e6e6; padding:10px 20px; border-radius:50px; display:inline-flex; align-items:center; gap:8px; }
.gmh-pg-tag svg { width:15px; height:15px; color:var(--g); flex-shrink:0; }
.gmh-pg-sec.dark .gmh-pg-tag { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14); color:#fff; }

/* ---- FORM wrapper (embedded WPForms) ---- */
.gmh-pg-form { max-width:760px; margin:0 auto; }
/* Card around the form */
.gmh-pg-form .wpforms-container { background:#fff !important; border:1px solid #ececec !important; border-radius:18px !important; padding:38px 36px !important; box-shadow:0 10px 34px rgba(0,0,0,.06) !important; margin:0 auto !important; }
.gmh-pg-form .wpforms-form { font-family:var(--gmh-font-sans); }
/* Field spacing + labels */
.gmh-pg-form .wpforms-field { padding:0 0 20px !important; }
.gmh-pg-form .wpforms-field-label { font-family:var(--gmh-font-sans) !important; font-weight:600 !important; font-size:.92rem !important; color:var(--dark) !important; margin:0 0 8px !important; }
.gmh-pg-form .wpforms-required-label { color:var(--g) !important; }
.gmh-pg-form .wpforms-field-sublabel { font-size:.78rem !important; color:var(--muted) !important; font-weight:400 !important; }
.gmh-pg-form .wpforms-field-description { font-size:.85rem; color:var(--muted); }
/* Inputs */
.gmh-pg-form input[type=text],
.gmh-pg-form input[type=email],
.gmh-pg-form input[type=tel],
.gmh-pg-form input[type=number],
.gmh-pg-form input[type=url],
.gmh-pg-form input[type=date],
.gmh-pg-form input[type=time],
.gmh-pg-form textarea,
.gmh-pg-form select {
  width:100% !important; max-width:100% !important; box-sizing:border-box !important;
  padding:13px 15px !important; height:auto !important;
  border:1px solid #dcdcdc !important; border-radius:10px !important;
  font-family:var(--gmh-font-sans) !important; font-size:1rem !important; color:#222 !important;
  background:#fff !important; box-shadow:none !important;
  transition:border-color .2s, box-shadow .2s !important;
}
.gmh-pg-form textarea { min-height:130px !important; resize:vertical !important; }
.gmh-pg-form input:focus, .gmh-pg-form textarea:focus, .gmh-pg-form select:focus {
  outline:none !important; border-color:var(--g) !important; box-shadow:0 0 0 3px rgba(197,160,89,.15) !important;
}
.gmh-pg-form input::placeholder, .gmh-pg-form textarea::placeholder { color:#9a9a9a; }
/* Submit button */
.gmh-pg-form .wpforms-submit-container { padding-top:8px !important; }
.gmh-pg-form button[type=submit],
.gmh-pg-form .wpforms-submit {
  display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:8px;
  background:linear-gradient(135deg,#ffdc71,#e9bc32) !important; color:#111 !important;
  font-family:var(--gmh-font-sans) !important; font-weight:700 !important; font-size:13px !important;
  letter-spacing:1.5px !important; text-transform:uppercase !important;
  padding:15px 40px !important; border:none !important; border-radius:50px !important; cursor:pointer !important;
  box-shadow:0 6px 20px rgba(233,188,50,.28) !important; transition:transform .3s, box-shadow .3s !important; width:auto !important;
}
.gmh-pg-form button[type=submit]:hover, .gmh-pg-form .wpforms-submit:hover {
  transform:translateY(-2px) !important; box-shadow:0 10px 28px rgba(233,188,50,.4) !important; background:linear-gradient(135deg,#ffdc71,#e9bc32) !important;
}
/* Errors */
.gmh-pg-form .wpforms-error { color:#c0392b !important; font-size:.82rem !important; }
.gmh-pg-form input.wpforms-error, .gmh-pg-form textarea.wpforms-error, .gmh-pg-form select.wpforms-error { border-color:#e2b4ae !important; }
@media (max-width:640px){ .gmh-pg-form .wpforms-container { padding:26px 20px; } }

/* ---- LEGAL pages (clean readable prose) ---- */
.gmh-pg-legal-hero { text-align:center; }
.gmh-pg-legal-hero .gmh-pg-crumbs { justify-content:center; }
.gmh-pg-legal-hero h1 { font-family:var(--gmh-font-serif); font-weight:600; color:#fff; font-size:clamp(1.9rem,4vw,2.8rem); margin:6px 0 12px; }
.gmh-pg-legal-hero p { color:rgba(255,255,255,.6); font-size:.92rem; letter-spacing:1px; text-transform:uppercase; margin:0; }
.gmh-pg-legal { max-width:840px; margin:0 auto; }
.gmh-pg-legal h2 { font-family:var(--gmh-font-serif); font-weight:600; font-size:1.45rem; color:var(--dark); margin:42px 0 14px; padding-bottom:12px; border-bottom:1px solid #e7e7e7; }
.gmh-pg-legal h2:first-child { margin-top:0; }
.gmh-pg-legal h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.12rem; color:var(--dark); margin:26px 0 10px; }
.gmh-pg-legal p { color:#444; line-height:1.85; margin:0 0 16px; font-size:1rem; }
.gmh-pg-legal ul { list-style:none; padding:0; margin:0 0 18px; display:grid; gap:11px; }
.gmh-pg-legal li { display:flex; gap:12px; color:#444; line-height:1.6; font-size:1rem; }
.gmh-pg-legal li::before { content:""; flex-shrink:0; width:6px; height:6px; margin-top:9px; border-radius:50%; background:var(--g); }
.gmh-pg-legal a { color:#a98a45; text-decoration:underline; }
.gmh-pg-legal-note { background:#f7f6f3; border-left:3px solid var(--g); border-radius:8px; padding:16px 20px; margin:0 0 18px; color:#555; font-size:.95rem; line-height:1.7; }
.gmh-pg-legal-contact { background:#f7f6f3; border:1px solid #eee; border-radius:16px; padding:32px; margin-top:40px; }
.gmh-pg-legal-contact h2 { margin-top:0; border:none; padding:0; }
.gmh-pg-legal-contact .gmh-pg-btn { margin-top:6px; }

/* ---- SERVICES grid (linked icon cards, for hub) ---- */
.gmh-pg-svcs { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.gmh-pg-svc { display:flex; flex-direction:column; background:#fff; border:1px solid #eee; border-radius:16px; padding:28px 24px; text-decoration:none; box-shadow:0 6px 22px rgba(0,0,0,.04); transition:transform .3s,box-shadow .3s,border-color .3s; }
.gmh-pg-svc:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(0,0,0,.08); border-color:rgba(197,160,89,.4); }
.gmh-pg-svc-ic { width:50px; height:50px; border-radius:12px; background:rgba(197,160,89,.12); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.gmh-pg-svc-ic svg { width:25px; height:25px; color:var(--g); }
.gmh-pg-svc h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.12rem; color:var(--dark); margin:0 0 8px; }
.gmh-pg-svc p { color:var(--muted); line-height:1.6; font-size:.92rem; margin:0 0 16px; flex:1; }
.gmh-pg-svc-link { margin-top:auto; font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--dark); display:inline-flex; align-items:center; gap:7px; transition:gap .25s,color .25s; }
.gmh-pg-svc-link svg { width:14px; height:14px; }
.gmh-pg-svc:hover .gmh-pg-svc-link { color:#a98a45; gap:11px; }

/* ---- GALLERY (vehicle angle shots) ---- */
.gmh-pg-gallery { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; max-width:1040px; margin:0 auto; }
.gmh-pg-gallery figure { margin:0; border-radius:16px; overflow:hidden; background:#ece9e4; aspect-ratio:16/10; }
.gmh-pg-gallery img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.22,1,.36,1); }
.gmh-pg-gallery figure:hover img { transform:scale(1.05); }

/* ---- SPEC strip (vehicle at-a-glance) ---- */
.gmh-pg-spec { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; max-width:980px; margin:0 auto; }
.gmh-pg-spec-item { padding:14px 10px; position:relative; }
.gmh-pg-spec-item + .gmh-pg-spec-item::before { content:""; position:absolute; left:0; top:14%; height:72%; width:1px; background:rgba(197,160,89,.28); }
.gmh-pg-spec-item svg { width:30px; height:30px; color:var(--g); margin-bottom:12px; }
.gmh-pg-spec-item b { display:block; font-family:var(--gmh-font-serif); font-weight:600; font-size:1.05rem; color:var(--dark); margin-bottom:4px; }
.gmh-pg-sec.dark .gmh-pg-spec-item b { color:#fff; }
.gmh-pg-spec-item span { display:block; font-size:.85rem; color:var(--muted); line-height:1.4; }

/* ---- CITY CARDS (image tiles, locations hub) ---- */
.gmh-pg-citycards { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.gmh-pg-citycard { position:relative; display:block; border-radius:16px; overflow:hidden; aspect-ratio:4/3; text-decoration:none; box-shadow:0 8px 30px rgba(0,0,0,.08); }
.gmh-pg-citycard img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.22,1,.36,1); }
.gmh-pg-citycard:hover img { transform:scale(1.07); }
.gmh-pg-citycard-scrim { position:absolute; inset:0; background:linear-gradient(0deg,rgba(8,8,8,.8),rgba(8,8,8,.05) 58%); }
.gmh-pg-citycard-label { position:absolute; left:0; right:0; bottom:0; padding:16px 20px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.gmh-pg-citycard-label b { font-family:var(--gmh-font-serif); font-weight:600; font-size:1.15rem; color:#fff; }
.gmh-pg-citycard-label svg { width:18px; height:18px; color:var(--g); flex-shrink:0; transition:transform .25s; }
.gmh-pg-citycard:hover .gmh-pg-citycard-label svg { transform:translateX(4px); }

/* ---- DESTINATIONS (category cards w/ venue lists, for location pages) ---- */
.gmh-pg-dests { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.gmh-pg-dest { background:#fff; border:1px solid #eee; border-radius:16px; padding:28px 26px; box-shadow:0 6px 22px rgba(0,0,0,.04); transition:transform .3s,box-shadow .3s,border-color .3s; }
.gmh-pg-sec.alt .gmh-pg-dest { box-shadow:0 6px 22px rgba(0,0,0,.05); }
.gmh-pg-dest:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(0,0,0,.08); border-color:rgba(197,160,89,.4); }
.gmh-pg-dest-ic { width:50px; height:50px; border-radius:12px; background:rgba(197,160,89,.12); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.gmh-pg-dest-ic svg { width:25px; height:25px; color:var(--g); }
.gmh-pg-dest h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.18rem; color:var(--dark); margin:0 0 14px; }
.gmh-pg-dest ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px; }
.gmh-pg-dest li { display:flex; gap:10px; font-size:.95rem; color:#444; line-height:1.45; }
.gmh-pg-dest li::before { content:""; flex-shrink:0; width:6px; height:6px; margin-top:8px; border-radius:50%; background:var(--g); }

/* ---- DETAIL (SEO prose blocks, 2-col) ---- */
.gmh-pg-detail { display:grid; grid-template-columns:1fr 1fr; gap:38px 56px; max-width:1060px; margin:0 auto; }
.gmh-pg-detail-item h3 { font-family:var(--gmh-font-serif); font-weight:600; font-size:1.3rem; color:var(--dark); margin:0 0 14px; padding-bottom:13px; border-bottom:1px solid #e7e7e7; }
.gmh-pg-sec.dark .gmh-pg-detail-item h3 { color:#fff; border-color:rgba(255,255,255,.14); }
.gmh-pg-detail-item p { color:var(--muted); line-height:1.8; font-size:.98rem; margin:0 0 14px; }
.gmh-pg-detail-item a { font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:#a98a45; text-decoration:none; display:inline-flex; align-items:center; gap:7px; transition:gap .25s; }
.gmh-pg-detail-item a svg { width:13px; height:13px; }
.gmh-pg-detail-item a:hover { gap:11px; }

/* ---- RATES (per-vehicle price cards) ---- */
.gmh-pg-rates { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:860px; margin:0 auto; }
.gmh-pg-rate { text-align:center; background:#fff; border:1px solid #ececec; border-radius:16px; padding:30px 22px; box-shadow:0 6px 22px rgba(0,0,0,.04); transition:transform .3s,border-color .3s; }
.gmh-pg-rate:hover { transform:translateY(-4px); border-color:rgba(197,160,89,.45); }
.gmh-pg-rate h3 { font-family:var(--gmh-font-serif); font-weight:500; font-size:1.1rem; color:var(--dark); margin:0 0 4px; }
.gmh-pg-rate-sub { font-size:.8rem; color:var(--muted); margin:0 0 14px; }
.gmh-pg-rate b { display:block; font-family:var(--gmh-font-serif); font-weight:600; font-size:2.3rem; color:var(--g); line-height:1; }
.gmh-pg-rate b span { font-size:.9rem; color:var(--muted); font-weight:500; }
.gmh-pg-rates-note { text-align:center; color:var(--muted); font-size:.9rem; margin:24px auto 0; max-width:640px; line-height:1.6; }

/* ---- Reveal default (in case global script is late) ---- */
.gmh-pg [data-gmh-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);}
.gmh-pg [data-gmh-reveal].gmh-revealed{opacity:1;transform:none;}
/* Legal/terms pages are a single very tall reveal block; if the scroll-reveal observer never fires for it on a phone (block taller than the viewport), the content would be stuck invisible. Legal content must always render. */
.gmh-pg-legalpage [data-gmh-reveal]{opacity:1 !important;transform:none !important;}

/* ---- Responsive ---- */
@media (max-width:1024px){
  .gmh-pg-features,.gmh-pg-fleet,.gmh-pg-pillars,.gmh-pg-packages,.gmh-pg-routes,.gmh-pg-dests{ grid-template-columns:1fr 1fr; }
  .gmh-pg-steps,.gmh-pg-svcs,.gmh-pg-citycards{ grid-template-columns:1fr 1fr; }
  .gmh-pg-split{ grid-template-columns:1fr; gap:36px; }
  .gmh-pg-split.reverse .gmh-pg-split-media{ order:0; }
  .gmh-pg-split-media{ aspect-ratio:16/10; }
}
@media (max-width:640px){
  .gmh-pg-sec{ padding:64px 0; }
  .gmh-pg-features,.gmh-pg-fleet,.gmh-pg-pillars,.gmh-pg-packages,.gmh-pg-routes,.gmh-pg-steps,.gmh-pg-rates,.gmh-pg-svcs,.gmh-pg-dests,.gmh-pg-citycards{ grid-template-columns:1fr; }
  /* Contact (and any page with an inline multi-col features grid) still
     collapses to a single column on phones; an inline grid-template-columns
     would otherwise beat the 1fr rule above. */
  .gmh-pg-features[style]{ grid-template-columns:1fr !important; }
  .gmh-pg-hero-rate{ gap:10px 16px; }
  .gmh-pg-stats,.gmh-pg-spec{ grid-template-columns:1fr 1fr; gap:30px 12px; }
  .gmh-pg-stat + .gmh-pg-stat::before,.gmh-pg-spec-item + .gmh-pg-spec-item::before{ display:none; }
  .gmh-pg-gallery{ grid-template-columns:1fr; }
  .gmh-pg-included{ padding:30px 22px; }
  .gmh-pg-included ul{ grid-template-columns:1fr; }
  .gmh-pg-detail{ grid-template-columns:1fr; gap:30px; }
  .gmh-pg-hero-cta{ flex-direction:column; }
  .gmh-pg-hero-cta .gmh-pg-btn{ justify-content:center; }
}
@media (max-width:880px){
  .gmh-pg-stats{ grid-template-columns:repeat(4,1fr); }
}
