/*
Theme Name: Houston Mapped Experiences Child
Template: astra
Version: 1.0.0
Description: Scoped, accessible child theme. All styles under .hme. Zero-conflict.
*/

/* ── RESET & LAYOUT (scoped) ───────────────────────────────── */
.hme-wrapper { box-sizing: border-box; width: 100%; max-width: 100%; overflow-x: hidden; }
.hme-wrapper *, .hme-wrapper *::before, .hme-wrapper *::after { box-sizing: inherit; }

/* ── TOKENS (from original working prototype) ──────────────── */
.hme {
  --hme-white:    #FFFFFF;
  --hme-bg:       #F8F9FB;
  --hme-navy:     #162040;
  --hme-navy2:    #1E2D57;
  --hme-gold:     #B87A15;
  --hme-gold-btn: #C9891E;
  --hme-body:     #1A202C;
  --hme-mid:      #374151;
  --hme-sub:      #4B5563;
  --hme-border:   #CBD5E1;
  --hme-surface:  #EEF1F6;
  --hme-dt:       #162040;
  --hme-ct:       #9B2618;
  --hme-hts:      #1A5C3A;
  --hme-mtr:      #4C2D85;

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--hme-body);
  background: var(--hme-white);
  line-height: 1.6;
  font-size: 16px;
}

/* ── BASE ELEMENTS ──────────────────────────────────────────── */
.hme h1, .hme h2, .hme h3, .hme h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; line-height: 1.2; margin: 0;
}
.hme p { margin: 0; }
.hme a { color: inherit; text-decoration: none; }

/* ── HERO ───────────────────────────────────────────────────── */
.hme-hero { background: var(--hme-navy); padding: 96px 40px 80px; }
.hme-hero-inner { max-width: 760px; margin: 0 auto; }
.hme-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #E8A83C; margin-bottom: 24px;
}
.hme-eyebrow::before { content: ''; width: 28px; height: 2px; background: #E8A83C; display: block; }
.hme-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem); font-weight: 400; line-height: 1.1;
  color: #FFFFFF; margin-bottom: 22px;
}
.hme-hero h1 em { font-style: italic; color: #E8A83C; }
.hme-hero-desc {
  font-size: 1.05rem; font-weight: 400; color: #C8D3E8;
  max-width: 500px; line-height: 1.8; margin-bottom: 40px;
}
.hme-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── BUTTONS (bulletproof specificity to beat Astra) ────────── */
.hme-btn {
  display: inline-block; text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 14px 28px; border-radius: 3px; border: none;
  cursor: pointer; transition: all 0.2s;
}
.hme a.hme-btn-gold { background: var(--hme-gold-btn); color: #FFFFFF; }
.hme a.hme-btn-gold:hover { background: #E8A83C; color: var(--hme-navy); }

/* THIS IS THE FIX: Hardcoded white + !important to beat Astra */
.hme a.hme-btn-outline,
.hme .hme-btn-outline {
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255,255,255,0.5) !important;
}
.hme a.hme-btn-outline:hover,
.hme .hme-btn-outline:hover {
  border-color: #fff !important;
  color: #FFFFFF !important;
}

.hme a.hme-btn-navy { background: var(--hme-navy); color: #FFFFFF; }
.hme a.hme-btn-navy:hover { background: var(--hme-navy2); }
.hme a.hme-btn-dark { background: var(--hme-body); color: #FFFFFF; }
.hme a.hme-btn-dark:hover { background: var(--hme-navy); }

/* FareHarbor button */
.fh-btn {
  display: inline-block;
  background: var(--hme-gold-btn, #C9891E);
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 14px 30px; border-radius: 3px;
  text-decoration: none; border: none; cursor: pointer;
  white-space: nowrap; transition: background 0.2s;
}
.fh-btn:hover { background: #E8A83C !important; color: var(--hme-navy) !important; }

/* ── TRUST BAR ──────────────────────────────────────────────── */
.hme-trust {
  background: var(--hme-navy2); border-bottom: 3px solid var(--hme-gold-btn);
  padding: 16px 40px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.hme-trust-item {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em;
  color: #FFFFFF; display: flex; align-items: center; gap: 8px;
}

/* ── SECTION WRAPPER ────────────────────────────────────────── */
.hme-section { padding: 80px 40px; }
.hme-section-inner { max-width: 1060px; margin: 0 auto; }
.hme-section-inner-sm { max-width: 820px; margin: 0 auto; }
.hme-section-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--hme-gold); margin-bottom: 10px;
}
.hme-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2;
  color: var(--hme-navy); margin-bottom: 14px;
}
.hme-section-sub {
  font-size: 1rem; font-weight: 400; color: var(--hme-sub);
  line-height: 1.75; max-width: 560px; margin-bottom: 48px;
}

/* ── WHAT GRID ──────────────────────────────────────────────── */
.hme-what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.hme-what-left p { font-size: 0.97rem; color: var(--hme-mid); line-height: 1.8; margin-bottom: 18px; }
.hme-feature-list { list-style: none; margin-top: 8px; }
.hme-feature-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--hme-border);
  font-size: 0.94rem; font-weight: 500; color: var(--hme-body);
}
.hme-feature-list li:first-child { border-top: 1px solid var(--hme-border); }
.hme-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--hme-navy); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

/* ── ROUTES GRID ────────────────────────────────────────────── */
.hme-routes-bg { background: var(--hme-bg); border-top: 1px solid var(--hme-border); border-bottom: 1px solid var(--hme-border); }
.hme-routes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.hme-card {
  background: #FFFFFF; border: 1px solid var(--hme-border);
  border-radius: 4px; overflow: hidden; cursor: pointer;
  transition: box-shadow 0.25s, transform 0.25s;
}
.hme-card:hover { box-shadow: 0 8px 28px rgba(22,32,64,0.13); transform: translateY(-3px); }
.hme-card-top { padding: 36px 32px 28px; border-left: 5px solid var(--card-color, var(--hme-navy)); }
.hme-card-num {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--hme-sub); margin-bottom: 10px;
}
.hme-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem; font-weight: 400; color: var(--hme-navy); margin-bottom: 6px; line-height: 1.2;
}
.hme-card-tag {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--card-color, var(--hme-sub)); margin-bottom: 14px; display: block;
}
.hme-card p { font-size: 0.9rem; color: var(--hme-mid); line-height: 1.65; }
.hme-card-bot {
  background: var(--hme-surface); border-top: 1px solid var(--hme-border);
  padding: 16px 32px; display: flex; justify-content: space-between; align-items: center;
}
.hme-pills { display: flex; gap: 8px; }
.hme-pill {
  font-size: 0.72rem; font-weight: 600; color: var(--hme-mid);
  background: #FFFFFF; border: 1px solid var(--hme-border); padding: 4px 12px; border-radius: 20px;
}
.hme-card-link {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--hme-navy);
  display: flex; align-items: center; gap: 6px; transition: gap 0.2s, color 0.2s;
}
.hme-card:hover .hme-card-link { gap: 12px; color: var(--card-color, var(--hme-gold)); }
.hme-card-dt  { --card-color: var(--hme-dt); }
.hme-card-ct  { --card-color: var(--hme-ct); }
.hme-card-hts { --card-color: var(--hme-hts); }
.hme-card-mtr { --card-color: var(--hme-mtr); }

/* ── HOW IT WORKS ───────────────────────────────────────────── */
.hme-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 44px;
  border: 1px solid var(--hme-border); border-radius: 4px; overflow: hidden;
}
.hme-step { padding: 32px 28px; border-right: 1px solid var(--hme-border); background: #FFFFFF; }
.hme-step:last-child { border-right: none; }
.hme-step-n {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem; font-weight: 400; color: #CBD5E1; line-height: 1; margin-bottom: 14px;
}
.hme-step h4 { font-size: 0.95rem; font-weight: 700; color: var(--hme-navy); margin-bottom: 8px; }
.hme-step p { font-size: 0.86rem; color: var(--hme-sub); line-height: 1.65; }

/* ── WHO IT'S FOR ───────────────────────────────────────────── */
.hme-for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.hme-for-list { list-style: none; }
.hme-for-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--hme-border);
  font-size: 0.93rem; font-weight: 500; color: var(--hme-body);
}
.hme-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hme-gold-btn); flex-shrink: 0; margin-top: 6px; }
.hme-not-box {
  background: var(--hme-surface); border: 1px solid var(--hme-border);
  border-radius: 4px; padding: 24px 28px; margin-top: 28px;
}
.hme-not-box h5 {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--hme-sub); margin-bottom: 14px;
}
.hme-not-box ul { list-style: none; }
.hme-not-box ul li {
  font-size: 0.88rem; font-weight: 500; color: var(--hme-mid);
  padding: 8px 0 8px 20px; border-bottom: 1px solid var(--hme-border); position: relative;
}
.hme-not-box ul li:last-child { border-bottom: none; }
.hme-not-box ul li::before { content: '×'; position: absolute; left: 0; color: #9B2618; font-weight: 700; }
.hme-quote-box { background: var(--hme-navy); border-radius: 4px; padding: 40px 36px; }
.hme-quote-box blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem; font-weight: 400; font-style: italic; color: #FFFFFF; line-height: 1.55; margin-bottom: 10px;
}
.hme-quote-box p { font-size: 0.85rem; color: #C8D3E8; margin-bottom: 28px; line-height: 1.7; }

/* ── CTA BAND ───────────────────────────────────────────────── */
.hme-cta-band { background: var(--hme-navy); border-top: 4px solid var(--hme-gold-btn); padding: 80px 40px; text-align: center; }
.hme-cta-band h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 400; color: #FFFFFF; margin-bottom: 14px; line-height: 1.25;
}
.hme-cta-band p { color: #C8D3E8; font-size: 1rem; margin-bottom: 36px; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.hme-footer { background: var(--hme-navy); padding: 52px 40px 32px; }
.hme-footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.12); margin-bottom: 24px;
}
.hme-footer-brand { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; color: #FFFFFF; margin-bottom: 10px; }
.hme-footer-desc { font-size: 0.85rem; line-height: 1.75; color: #C8D3E8; }
.hme-footer-col h6 {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #E8A83C; margin-bottom: 16px;
}
.hme-footer-col ul { list-style: none; }
.hme-footer-col ul li { margin-bottom: 10px; }
.hme-footer-col ul li a { font-size: 0.86rem; font-weight: 500; color: #C8D3E8; text-decoration: none; cursor: pointer; transition: color 0.2s; }
.hme-footer-col ul li a:hover { color: #FFFFFF; }
.hme-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.78rem; color: #8FA3C8; }

/* ── ROUTE DETAIL PAGES ─────────────────────────────────────── */
.hme-route-hero { padding: 72px 40px 56px; max-width: 860px; margin: 0 auto; }
.hme-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--hme-sub); margin-bottom: 32px; cursor: pointer;
  text-decoration: none; transition: color 0.2s;
}
.hme-breadcrumb:hover { color: var(--hme-navy); }
.hme-route-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #FFFFFF; padding: 5px 14px; border-radius: 20px; margin-bottom: 24px;
}
.hme-route-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 400; color: var(--hme-navy); line-height: 1.1; margin-bottom: 18px;
}
.hme-route-hero .sub { font-size: 1.05rem; font-weight: 400; color: var(--hme-mid); max-width: 520px; line-height: 1.75; margin-bottom: 32px; }
.hme-meta-strip {
  display: flex; gap: 0; border: 1px solid var(--hme-border);
  border-radius: 4px; overflow: hidden; margin-bottom: 32px; flex-wrap: wrap;
}
.hme-meta-cell { padding: 15px 22px; border-right: 1px solid var(--hme-border); background: #FFFFFF; flex: 1; min-width: 110px; }
.hme-meta-cell:last-child { border-right: none; }
.hme-meta-cell dt { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--hme-sub); margin-bottom: 3px; }
.hme-meta-cell dd { font-size: 0.94rem; font-weight: 700; color: var(--hme-navy); }
.hme-route-body { max-width: 860px; margin: 0 auto; padding: 0 40px 56px; }
.hme-content-block { margin-bottom: 52px; }
.hme-content-block h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem; font-weight: 400; color: var(--hme-navy); margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--hme-border);
}
.hme-incl-list { list-style: none; }
.hme-incl-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 0; border-bottom: 1px solid var(--hme-border);
  font-size: 0.93rem; font-weight: 500; color: var(--hme-body);
}
.hme-incl-chk {
  width: 22px; height: 22px; border: 2px solid var(--hme-border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}
.hme-flow-step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--hme-border); }
.hme-flow-n { font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; font-weight: 400; color: #CBD5E1; line-height: 1; }
.hme-flow-step h4 { font-size: 0.95rem; font-weight: 700; color: var(--hme-navy); margin-bottom: 4px; }
.hme-flow-step p { font-size: 0.88rem; color: var(--hme-sub); line-height: 1.65; }
.hme-for-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hme-for-mini-box { border: 1px solid var(--hme-border); border-radius: 4px; padding: 22px 24px; background: var(--hme-bg); }
.hme-for-mini-box h5 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--hme-sub); margin-bottom: 14px; }
.hme-for-mini-box ul { list-style: none; }
.hme-for-mini-box ul li {
  font-size: 0.88rem; font-weight: 500; color: var(--hme-mid);
  padding: 7px 0 7px 20px; border-bottom: 1px solid var(--hme-border); position: relative;
}
.hme-for-mini-box ul li:last-child { border-bottom: none; }
.hme-for-mini-box.yes ul li::before { content: '✓'; position: absolute; left: 0; color: var(--hme-hts); font-weight: 700; }
.hme-for-mini-box.no  ul li::before { content: '×'; position: absolute; left: 0; color: var(--hme-ct); font-weight: 700; }
.hme-booking {
  background: var(--hme-navy); border-radius: 4px; padding: 40px 40px;
  max-width: 860px; margin: 20px auto 56px;
  display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap;
}
.hme-booking-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #E8A83C; margin-bottom: 6px; }
.hme-booking h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; font-weight: 400; color: #FFFFFF; margin-bottom: 5px; }
.hme-booking p { font-size: 0.86rem; color: #C8D3E8; }

/* ── ASTRA SUPPRESSION ──────────────────────────────────────── */
body.hme-page #masthead,
body.hme-page .site-footer,
body.hme-page #colophon {
  display: none !important;
}

/* ── CUSTOM NAV INJECTION (from hme-nav.php) ────────────────── */
body.hme-page header.hme.hme-nav { background: var(--hme-navy); border-bottom: 2px solid var(--hme-gold-btn); padding: 0 24px; position: relative; z-index: 100; }
.hme-nav-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 58px; }
.hme-nav .hme-nav-brand { font-family: 'Playfair Display', Georgia, serif; font-size: 1rem; color: #FFFFFF; text-decoration: none; letter-spacing: 0.01em; }
.hme-nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.hme-nav-links a { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: #C8D3E8; text-decoration: none; transition: color 0.2s; }
.hme-nav-links a:hover, .hme-nav-links a.active { color: #FFFFFF; }

/* ── CUSTOM FOOTER INJECTION (from hme-nav.php) ─────────────── */
.hme-site-footer { background: var(--hme-navy); padding: 28px 24px; }
.hme-site-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 0.78rem; color: #C8D3E8; }
.hme-site-footer-inner nav { display: flex; gap: 18px; flex-wrap: wrap; }
.hme-site-footer-inner nav a { color: #C8D3E8; transition: color 0.2s; }
.hme-site-footer-inner nav a:hover, .hme-site-footer-inner nav a:focus { color: var(--hme-gold); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 860px) {
  .hme-what-grid, .hme-for-grid { grid-template-columns: 1fr; gap: 40px; }
  .hme-routes-grid { grid-template-columns: 1fr; }
  .hme-steps { grid-template-columns: 1fr 1fr; }
  .hme-step { border-right: none; border-bottom: 1px solid var(--hme-border); }
  .hme-step:last-child { border-bottom: none; }
  .hme-footer-top { grid-template-columns: 1fr; gap: 28px; }
  .hme-hero, .hme-section, .hme-route-hero, .hme-route-body { padding-left: 20px; padding-right: 20px; }
  .hme-booking { margin-left: 20px; margin-right: 20px; padding: 28px 24px; }
  .hme-for-mini { grid-template-columns: 1fr; }
  .hme-trust { gap: 16px; padding: 14px 20px; }
}
@media (max-width: 600px) {
  /* nav-inner centering removed — conflicts with desktop flex */
  .hme-nav-links { justify-content: center; gap: 18px; }
}
@media (max-width: 560px) {
  .hme-steps { grid-template-columns: 1fr; }
  .hme-actions { flex-direction: column; }
  .hme-btn { text-align: center; }
  .hme-booking { flex-direction: column; align-items: flex-start; }
  .hme-site-footer-inner { flex-direction: column; text-align: center; }
}

/* ── ASTRA SITE TITLE — suppressed; HME nav brand is the identity ── */
.ast-site-identity .site-title,
.ast-site-identity .site-description {
  display: none;
}

/* ── NAV TOGGLE (checkbox, pure CSS, no JS, Safari-safe) ───── */
.hme-nav-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

/* Desktop: toggle label hidden, links always visible */
.hme-nav-toggle-label { display: none; }
.hme-nav-links a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #C8D3E8;
  text-decoration: none;
  transition: color 0.2s;
}
.hme-nav-links a:hover,
.hme-nav-links a.active {
  color: #FFFFFF;
}

/* ── MOBILE NAV (≤768px) ────────────────────────────────────── */
@media (max-width: 768px) {

  .hme-nav {
    background: #142038;
    border-bottom: 2px solid #B88A2A;
    padding: 0;
    position: relative;
  }

  .hme-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    padding: 0 20px;
    max-width: 100%;
  }

  .hme-nav-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.92rem;
    color: #FFFFFF !important;
    letter-spacing: 0.01em;
    text-decoration: none;
  }

  .hme-nav-toggle-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 6px;
    border-radius: 3px;
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
  }

  .hme-nav-toggle-label:hover {
    background: rgba(255,255,255,0.08);
  }

  .hme-nav-toggle-icon,
  .hme-nav-toggle-icon::before,
  .hme-nav-toggle-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: #C8D3E8;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
  }

  .hme-nav-toggle-icon::before,
  .hme-nav-toggle-icon::after {
    content: '';
  }

  .hme-nav-toggle-icon::before { transform: translateY(-7px); }
  .hme-nav-toggle-icon::after  { transform: translateY(5px); }

  .hme-nav-toggle-input:checked ~ .hme-nav-inner .hme-nav-toggle-icon {
    background: transparent;
  }
  .hme-nav-toggle-input:checked ~ .hme-nav-inner .hme-nav-toggle-icon::before {
    transform: translateY(0) rotate(45deg);
  }
  .hme-nav-toggle-input:checked ~ .hme-nav-inner .hme-nav-toggle-icon::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  /* Nav links — hidden by default on mobile */
  .hme-nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
    background: #142038;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 8px 0;
  }

  .hme-nav-toggle-input:checked ~ .hme-nav-links {
    display: flex;
  }

  /* High specificity to beat Astra's a{color} rule */
  .hme-nav .hme-nav-links a {
    display: block;
    padding: 14px 24px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C8D3E8;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color 0.2s, background 0.2s;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
  }

  .hme-nav .hme-nav-links a:last-child { border-bottom: none; }

  .hme-nav .hme-nav-links a:hover,
  .hme-nav .hme-nav-links a:focus,
  .hme-nav .hme-nav-links a.active {
    color: #E8A83C;
    background: rgba(255,255,255,0.04);
  }

}

/* ── COMING SOON BANNER ─────────────────────────────────────── */
.hme-comingsoon-input {
  position: absolute;
  width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0; padding: 0;
}
.hme-comingsoon-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--hme-gold-btn, #C9891E);
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 44px 10px 16px;
  position: relative;
}
.hme-comingsoon-text { line-height: 1.4; }
.hme-comingsoon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px;
  color: #FFFFFF;
}
.hme-comingsoon-close:hover { background: rgba(255,255,255,0.18); }
.hme-comingsoon-input:checked ~ .hme-comingsoon-bar {
  display: none;
}
@media (min-width: 480px) {
  .hme-comingsoon-bar { font-size: 0.86rem; padding: 11px 48px 11px 20px; }
}
@media (min-width: 768px) {
  .hme-comingsoon-bar { font-size: 0.9rem; padding: 12px 20px; }
}

/* ── COMING SOON BANNER — mobile-first refinement (Aug 7) ─────
   Fixes: touch target under 44px min (WCAG 2.5.5 / Apple HIG),
   base font-size too small for smallest screens. Later in
   cascade = wins naturally over the block above, same
   specificity, no !important needed. ── */
.hme-comingsoon-bar {
  font-size: 0.86rem;
  line-height: 1.5;
  padding: 12px 52px 12px 16px;
  gap: 8px;
}
.hme-comingsoon-close {
  width: 40px;
  height: 40px;
  right: 4px;
  font-size: 1.35rem;
}

/* ── TYPOGRAPHY TEST — scoped to .hme-typo-test only ───────────
   Temporary. Applied to Downtown page only via extra wrapper
   class, for live mobile+desktop review before site-wide rollout.
   Targets: body 16-17.6px, labels ~12.8px, nav 14.4px,
   line-height 1.6 consistent. Remove this block once
   approved-and-merged, or rejected-and-discarded. ── */

.hme-typo-test .hme-hero-desc,
.hme-typo-test .hme-section-sub { font-size: 1.1rem; line-height: 1.65; }

.hme-typo-test .hme-what-left p,
.hme-typo-test .hme-card p,
.hme-typo-test .hme-feature-list li,
.hme-typo-test .hme-for-list li,
.hme-typo-test .hme-incl-list li,
.hme-typo-test .hme-not-box ul li,
.hme-typo-test .hme-flow-step p,
.hme-typo-test .hme-for-mini-box ul li { font-size: 1rem; line-height: 1.6; }

.hme-typo-test .hme-footer-desc,
.hme-typo-test .hme-quote-box p,
.hme-typo-test .hme-booking p,
.hme-typo-test .hme-step p { font-size: 1rem; line-height: 1.6; }

.hme-typo-test .hme-nav-links a,
.hme-typo-test .hme-breadcrumb { font-size: 0.9rem; }

.hme-typo-test .fh-btn,
.hme-typo-test .hme-btn,
.hme-typo-test .hme-footer-col ul li a { font-size: 0.92rem; }

.hme-typo-test .hme-meta-cell dt,
.hme-typo-test .hme-card-num,
.hme-typo-test .hme-not-box h5,
.hme-typo-test .hme-for-mini-box h5,
.hme-typo-test .hme-footer-col h6,
.hme-typo-test .hme-route-badge,
.hme-typo-test .hme-booking-label,
.hme-typo-test .hme-section-label,
.hme-typo-test .hme-eyebrow,
.hme-typo-test .hme-card-tag { font-size: 0.8rem; }
