:root{
  --bg: #f6f7fb;
  --fg: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --border: rgba(15, 23, 42, 0.12);
  --shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
  --accent: #0b6bcb;
  --maxw: 1240px;
  --home-left: 728px;
  --ggq-side-rail-w: 320px;
  --ggq-site-header-h: 88px;
  --ggq-header-bg-top: rgba(3,7,16,0.92);
  --ggq-header-bg-scrolled: rgba(6,10,20,0.86);
  --ggq-drawer-header-bg: rgba(4,13,36,0.86);
  --ggq-header-resize-dur: 440ms;
  --ggq-header-resize-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.demo-v9.ggq-theme-light{
  color-scheme: light;
}

body.demo-v9.ggq-theme-dark{
  color-scheme: dark;
  --bg: #0b1220;
  --fg: #e2e8f0;
  --muted: #94a3b8;
  --card: #111827;
  --border: rgba(148,163,184,0.22);
  --shadow: 0 16px 36px rgba(2, 6, 23, 0.44);
  --accent: #4ea3ff;
}

.demo-v9 .site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--ggq-header-bg-top);
  border-bottom: 1px solid rgba(226,232,240,0.18);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
  z-index: 5000;
}
body.demo-v9{
  padding-top: var(--ggq-site-header-h);
}
body.demo-v9.ggq-header-not-top .site-header{
  background: var(--ggq-header-bg-scrolled);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.26);
}
.demo-v9 .header-inner{
  gap: 12px;
  padding: 9px 0;
  transition: gap var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), padding var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
}
.demo-v9 .brand{min-width: 0;}
.demo-v9 .brand img{
  height: 72px;
  transform-origin: left center;
  transition: height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
}
.demo-v9 .brand-tagline{
  display:block;
  font-family: var(--ggq-font-body);
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-align: left;
  color: rgba(226,232,240,0.90);
  font-size: 12px;
  transition: font-size var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), line-height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), opacity var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), letter-spacing var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
}
.demo-v9 .nav{flex-wrap: nowrap; gap: 12px;}
.demo-v9 .ggq-nav-primary{gap: 10px;}
.demo-v9 .ggq-nav-primary a{font-weight: 650;}
.demo-v9 .nav a, .demo-v9 .nav button{
  color:#e2e8f0;
  padding:8px 9px;
  font-family: var(--ggq-font-body);
  transition: padding var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), font-size var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), background-color 180ms ease;
}
.demo-v9 .nav a:hover, .demo-v9 .nav button:hover{background: rgba(255,255,255,0.10);}
.demo-v9 .header-actions{
  margin-left: 0;
  flex: 1 1 auto;
  min-width: 0;
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) max-content;
  align-items:center;
  justify-items: center;
  gap: 12px;
}
.demo-v9 .header-actions .ggq-nav-tools{
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  flex-wrap: nowrap;
  min-width: max-content;
  align-self: center;
}
.demo-v9 .search{
  grid-column: 2;
  grid-row: 1;
  position: relative;
  min-width: 0;
  width: min(100%, 420px);
  max-width: 420px;
  justify-self: center;
  margin-inline: auto;
  transform: translateX(var(--ggq-search-auto-shift, -40px));
  align-self: center;
  transition: transform var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), max-width var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), width var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
}
.demo-v9 .search input{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
  color:#fff;
  padding:10px 44px;
  font-family: var(--ggq-font-body);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.15;
  text-align: center;
  text-align-last: center;
  transition: text-align 140ms ease, text-align-last 140ms ease, padding var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), font-size var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
}
.demo-v9 .search input::placeholder{color: rgba(226,232,240,0.78);}
.demo-v9 .search input:focus,
.demo-v9 .search input:not(:placeholder-shown){
  text-align: left;
  text-align-last: auto;
  padding-left: 14px;
  padding-right: 44px;
}
.demo-v9 .search-results{
  z-index: 7600;
  max-height: min(60vh, 460px);
  overflow:auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.demo-v9 .ggq-search-cancel{display:none;}
.demo-v9 .ggq-search-btn-label{display:none;}
.demo-v9 .search-btn{
  position:absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: rgba(226,232,240,0.82);
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
}
.demo-v9 .search-btn:hover{background: rgba(255,255,255,0.10); color: #fff;}
.demo-v9 .search-btn:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}
.demo-v9 .ggq-search-overlay-head{display:none;}
.demo-v9 .ggq-header-back,
.demo-v9 .ggq-header-titleblock{display:none;}

@media (min-width: 721px){
  body.demo-v9.ggq-header-compact .header-inner{
    padding: 6px 0;
    gap: 10px;
  }
  body.demo-v9.ggq-header-compact .brand img{
    height: 48px;
  }
  body.demo-v9.ggq-header-compact .brand-tagline{
    display: block;
    font-size: 10px;
    line-height: 1.01;
    opacity: 0.88;
  }
  body.demo-v9.ggq-header-compact .search{
    max-width: 380px;
    transform: translateX(var(--ggq-search-auto-shift, -54px));
  }
  body.demo-v9.ggq-header-compact .search input{
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.demo-v9 .ggq-site-footer{
  margin-top: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  background: var(--card);
}
.demo-v9 .ggq-site-footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.demo-v9 .ggq-site-footer__actions{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}
.demo-v9 .ggq-site-footer__meta{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-family: var(--ggq-font-mono);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap: 3px;
  line-height: 1.35;
}
.demo-v9 .ggq-site-footer__meta-line{
  color: inherit;
}
.demo-v9 .ggq-site-footer__version{
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.02em;
  opacity: 0.92;
  word-break: break-word;
}
.demo-v9 .ggq-site-footer__lang{
  display:inline-flex;
  align-items:center;
  gap: 10px;
}
.demo-v9 .ggq-site-footer__lang-label{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--ggq-font-body);
}
.demo-v9 .ggq-site-footer__lang-select{
  min-width: 210px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  font-family: var(--ggq-font-body);
  font-weight: 700;
  padding: 0 12px;
}
.demo-v9 .ggq-site-footer__lang-select:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-site-footer__settings{
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--card) 92%, var(--bg) 8%);
  color: var(--fg);
  border-radius: 12px;
  min-height: 44px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 750;
  text-align: left;
}
.demo-v9 .ggq-site-footer__settings:hover{
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
  background: color-mix(in srgb, var(--accent) 10%, var(--card) 90%);
}
.demo-v9 .ggq-site-footer__settings:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 60%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-site-footer__lang-open,
.demo-v9 .ggq-site-footer__auth{
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--card) 92%, var(--bg) 8%);
  color: var(--fg);
  border-radius: 12px;
  min-height: 44px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 750;
  text-decoration: none;
}
.demo-v9 .ggq-site-footer__lang-open:hover,
.demo-v9 .ggq-site-footer__auth:hover{
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
  background: color-mix(in srgb, var(--accent) 10%, var(--card) 90%);
}
.demo-v9 .ggq-site-footer__lang-open:focus-visible,
.demo-v9 .ggq-site-footer__auth:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 60%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-site-footer__lang-open-label,
.demo-v9 .ggq-site-footer__auth-label{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.demo-v9 .ggq-site-footer__auth--icon{
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
  border-radius: 999px;
}
.demo-v9 .ggq-site-footer__auth-icon{
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.demo-v9 .ggq-site-footer__auth-icon svg{
  width: 20px;
  height: 20px;
  display: block;
}
.demo-v9 .ggq-site-footer__lang-open-icon{
  font-size: 14px;
  line-height: 1;
}
.demo-v9 .ggq-site-footer__settings-label{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.demo-v9 .ggq-site-footer__settings-icons{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--fg) 90%, var(--muted) 10%);
}
.demo-v9 .ggq-site-footer__settings-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.demo-v9 .ggq-site-footer__settings-icon--theme svg{
  width: 16px;
  height: 16px;
  display: block;
}
.demo-v9 .ggq-site-footer__settings-sep{
  opacity: 0.45;
  font-size: 12px;
  line-height: 1;
}
.demo-v9 .ggq-site-footer__settings-icon--language{
  gap: 2px;
  font-family: var(--ggq-font-body);
}
.demo-v9 .ggq-site-footer__kanji{
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.demo-v9 .ggq-site-footer__latin{
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.85;
}

.demo-v9 .ggq-language-modal-scrim{
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.62);
  z-index: 9200;
}
.demo-v9 .ggq-language-modal{
  position: fixed;
  inset: 0;
  z-index: 9300;
  display: grid;
  place-items: center;
  padding: 16px;
}
.demo-v9 .ggq-language-modal[hidden],
.demo-v9 .ggq-language-modal-scrim[hidden]{
  display: none !important;
}
.demo-v9 .ggq-language-modal__panel{
  width: min(760px, 100%);
  background: var(--card);
  color: var(--fg);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(2, 6, 23, 0.3);
  padding: 22px;
  position: relative;
}
.demo-v9 .ggq-language-modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}
.demo-v9 .ggq-language-modal__title{
  margin: 0 44px 6px 0;
  font-family: var(--ggq-font-display);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
}
.demo-v9 .ggq-language-modal__subtitle{
  margin: 0 0 14px;
  color: var(--muted);
  font-family: var(--ggq-font-body);
  font-size: 15px;
  line-height: 1.45;
}
.demo-v9 .ggq-language-modal__options{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.demo-v9 .ggq-language-modal__options--theme{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.demo-v9 .ggq-language-modal__section{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.demo-v9 .ggq-language-modal__section + .ggq-language-modal__section{
  margin-top: 12px;
}
.demo-v9 .ggq-language-modal__section-title{
  margin: 0;
  font-family: var(--ggq-font-body);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.demo-v9 .ggq-language-modal__option{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  border-radius: 12px;
  min-height: 48px;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 700;
  font-size: 15px;
}
.demo-v9 .ggq-language-modal__option--locale{
  justify-content: flex-start;
  gap: 12px;
}
.demo-v9 .ggq-language-modal__option-flag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35em;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.demo-v9 .ggq-language-modal__option-label{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-v9 .ggq-language-modal__option--locale .ggq-language-modal__option-label{
  flex: 1 1 auto;
}
.demo-v9 .ggq-language-modal__option-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--border) 72%, transparent);
  flex: 0 0 auto;
}
.demo-v9 .ggq-language-modal__google-logo{
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.demo-v9 .ggq-language-modal__option:hover{
  background: color-mix(in srgb, var(--accent) 7%, var(--card));
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
}
.demo-v9 .ggq-language-modal__option.is-selected{
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--accent) 22%, transparent);
  background: color-mix(in srgb, var(--accent) 8%, var(--card));
}
.demo-v9 .ggq-language-modal__actions{
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}
.demo-v9 .ggq-language-modal__continue{
  border: 0;
  min-width: 140px;
  height: 42px;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 850;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(135deg, #0b6bcb, #0d5cab);
}
.demo-v9 .ggq-language-modal__continue:disabled{
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 720px){
  .demo-v9 .ggq-language-modal{padding: 12px;}
  .demo-v9 .ggq-language-modal__panel{padding: 18px;}
  .demo-v9 .ggq-language-modal__options{
    grid-template-columns: 1fr;
  }
  .demo-v9 .ggq-language-modal__actions{
    justify-content: stretch;
  }
  .demo-v9 .ggq-language-modal__continue{
    width: 100%;
  }
}

.demo-v9 .hero-title{
  font-size: clamp(calc(26px * var(--ggq-font-scale)), calc(3.2vw * var(--ggq-font-scale)), calc(44px * var(--ggq-font-scale)));
}
.demo-v9 .ggq-page-title{
  font-size: clamp(calc(28px * var(--ggq-font-scale)), calc(3.4vw * var(--ggq-font-scale)), calc(46px * var(--ggq-font-scale)));
}

.demo-v9 .ggq-reading-controls{
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6500;
  display:none;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 980px){
  .demo-v9 .ggq-reading-controls{display:flex;}
}
.demo-v9 .ggq-reading-controls__btn{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.22);
  background: color-mix(in srgb, var(--card) 78%, transparent);
  backdrop-filter: blur(10px);
  color: var(--fg);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: var(--ggq-font-body);
  font-weight: 900;
  font-size: 20px;
  cursor:pointer;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.10);
}
.demo-v9 .ggq-reading-controls__btn:hover{
  background: color-mix(in srgb, var(--accent) 9%, var(--card));
  border-color: color-mix(in srgb, var(--accent) 30%, rgba(15, 23, 42, 0.22));
}
.demo-v9 .ggq-reading-controls__btn:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-reading-controls__btn:disabled{opacity: 0.45; cursor: default;}

.demo-v9 .ggq-reading-indicator{
  display:none;
  position:absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%) scale(0.96);
  opacity: 0;
  pointer-events:none;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.20);
  background: color-mix(in srgb, var(--card) 82%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.12);
  font-family: var(--ggq-font-mono);
  font-weight: 850;
  font-size: 12px;
  line-height: 1;
  color: var(--fg);
  transition: opacity 160ms ease, transform 160ms ease;
}
.demo-v9 .ggq-reading-indicator.is-visible{
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
@media (max-width: 720px){
  .demo-v9 .ggq-reading-controls{
    right: 10px;
    top: auto;
    bottom: 86px;
    transform: none;
  }
  .demo-v9 .ggq-reading-indicator{display:inline-flex;}
}
@media print{
  .demo-v9 .ggq-reading-controls{display:none !important;}
}

.demo-v9 .ggq-nav-icon{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  text-decoration:none;
}
.demo-v9 .ggq-nav-icon svg{width:18px; height:18px; opacity: 0.92;}
.demo-v9 .ggq-nav-icon__label{font-weight: 650;}
.demo-v9 .ggq-nav-tools .ggq-nav-icon[data-open-destinations]{order:-1;}
.demo-v9 .ggq-nav-tools .ggq-nav-icon[href="actualites.html"]{order:0;}
.demo-v9 .ggq-nav-tools .ggq-nav-icon[href="decouvrir.html"]{order:1;}

.demo-v9 a:focus-visible,
.demo-v9 button:focus-visible,
.demo-v9 [role="button"]:focus-visible,
.demo-v9 input:focus-visible,
.demo-v9 select:focus-visible,
.demo-v9 textarea:focus-visible{
  outline: 3px solid #ffb703;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255,183,3,0.25);
}

.demo-v9.ggq-en-fallback [data-ggq-en-fallback-block]{
  position: relative;
  isolation: isolate;
}
.demo-v9.ggq-en-fallback [data-ggq-en-fallback-block]::before{
  content: attr(data-ggq-en-fallback-label);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  color: rgba(198, 26, 26, 0.2);
  font-family: var(--ggq-font-display);
  font-size: clamp(22px, 4.6vw, 64px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 0;
  text-shadow: 0 0 14px rgba(155, 23, 23, 0.1);
}
.demo-v9.ggq-en-fallback [data-ggq-en-fallback-block] > *{position: relative; z-index: 1;}

@media (prefers-reduced-motion: reduce){
  .demo-v9 *,
  .demo-v9 *::before,
  .demo-v9 *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.demo-v9 .ggq-news{margin-top: 14px;}
.demo-v9 .ggq-news-columns{
  column-count: 1;
  column-gap: 34px;
}
@media (min-width: 900px){
  .demo-v9 .ggq-news-columns{column-count: 2;}
}
@media (min-width: 1240px){
  .demo-v9 .ggq-news-columns{column-count: 3;}
}
.demo-v9 .ggq-news-item{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display:inline-block;
  width:100%;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--border);
}
.demo-v9 .ggq-news-item__meta{
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 750;
  margin: 0 0 6px;
}
.demo-v9 .ggq-news-item__title{
  margin: 0 0 8px;
  font-family: var(--ggq-font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.06;
  font-size: 18px;
}
.demo-v9 .ggq-news-item__title a{text-decoration:none;}
.demo-v9 .ggq-news-item__title a:hover{text-decoration: underline;}
.demo-v9 .ggq-news-item.article{
  --ggq-leading: 1.5;
  font-family: var(--ggq-font-body);
  font-weight: 500;
  font-size: 1em;
  line-height: var(--ggq-leading);
}
.demo-v9 .ggq-news-item.article > p{
  text-align: left;
  -webkit-hyphens: none;
  hyphens: none;
}
.demo-v9 .ggq-news-item p{margin: 0; color: var(--muted); line-height: 1.5;}
.demo-v9 .ggq-news-item__more{
  color: color-mix(in srgb, var(--accent) 92%, #000 8%);
  text-decoration:none;
  font-weight: 850;
  white-space: nowrap;
}
.demo-v9 .ggq-news-item__more:hover{text-decoration: underline;}
.demo-v9 .ggq-news-item::after{content:""; display:block; clear:both;}

.demo-v9 .ggq-news-item__thumb{
  float:right;
  width: 44%;
  max-width: 220px;
  height: auto;
  margin: 6px 0 6px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--border) 22%, transparent);
}
@media (max-width: 900px){
  .demo-v9 .ggq-news-item__thumb{
    float:none;
    display:block;
    width: 100%;
    max-width: none;
    margin: 10px 0;
  }
}

.demo-v9 .ggq-news-archive{
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid var(--border);
}
.demo-v9 .ggq-news-archive__head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.demo-v9 .ggq-news-archive__title{
  margin: 0;
  font-family: var(--ggq-font-display);
  font-weight: 650;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.demo-v9 .ggq-news-archive__all{
  text-decoration:none;
  font-weight: 800;
  color: color-mix(in srgb, var(--accent) 92%, #000 8%);
  white-space: nowrap;
}
.demo-v9 .ggq-news-archive__all:hover{text-decoration: underline; text-underline-offset: 2px;}
.demo-v9 .ggq-news-archive__hint{
  margin: 6px 0 0;
  font-size: 13px;
}
.demo-v9 .ggq-news-archive__list{
  margin-top: 10px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.demo-v9 .ggq-news-archive__item{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  text-decoration:none;
  font-family: var(--ggq-font-body);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
.demo-v9 .ggq-news-archive__item:hover{
  background: color-mix(in srgb, var(--accent) 7%, var(--card));
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
}
.demo-v9 .ggq-news-archive__count{
  font-family: var(--ggq-font-mono);
  font-weight: 700;
  font-size: 12px;
  color: var(--muted);
}

.demo-v9 .ggq-home-regions-menu__list{
  display:flex;
  flex-direction:column;
  gap: 10px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.demo-v9 .ggq-home-regions-menu__item{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  text-align:left;
  padding: 10px 12px;
  border-radius: 12px;
  border:1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 96%, #000 4%);
  color: var(--fg);
  cursor:pointer;
  font-family: var(--ggq-font-body);
  font-weight: 700;
  letter-spacing: -0.005em;
}
.demo-v9 .ggq-home-regions-menu__item:hover{
  background: color-mix(in srgb, var(--accent) 10%, var(--bg));
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
}
.demo-v9 .ggq-home-regions-menu__item:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-home-regions-menu__label{
  min-width: 0;
  flex: 1 1 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.3;
}
.demo-v9 .ggq-home-regions-menu__arrow{
  flex: 0 0 auto;
  opacity: 0.72;
  font-size: 20px;
  line-height: 1;
}
.demo-v9 .ggq-home-regions-menu__item:hover .ggq-home-regions-menu__arrow{opacity: 0.85;}
.demo-v9 .overlay{z-index: 9000;}
.demo-v9 #destinationsOverlay{
  background: rgba(2,6,23,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 220ms ease;
}
.demo-v9 #destinationsOverlay:not([hidden]){
  opacity: 1;
}
.demo-v9 #destinationsOverlay .overlay-panel{
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  border-color: rgba(255,255,255,0.10);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  transform: translateX(-50%) translateY(14px) scale(0.985);
  opacity: 0;
  will-change: transform, opacity;
}
.demo-v9 #destinationsOverlay:not([hidden]) .overlay-panel{
  animation: ggqDestOverlaySpringIn 360ms cubic-bezier(0.2, 1.2, 0.24, 1) forwards;
}
@keyframes ggqDestOverlaySpringIn {
  0% { transform: translateX(-50%) translateY(16px) scale(0.975); opacity: 0; }
  62% { transform: translateX(-50%) translateY(-2px) scale(1.006); opacity: 1; }
  100% { transform: translateX(-50%) translateY(0) scale(1); opacity: 1; }
}
.demo-v9 #destinationsOverlay .overlay-head.ggq-dest-overlay__head{
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0;
  background: var(--ggq-header-bg-scrolled);
  color:#e2e8f0;
  border-bottom: 1px solid rgba(226,232,240,0.18);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.24);
}
.demo-v9 .ggq-dest-overlay__head-inner{
  display:grid;
  grid-template-columns: auto minmax(260px, 420px) minmax(0, 1fr) auto;
  width: 100%;
  align-items:center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
}
.demo-v9 .ggq-dest-overlay__brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  grid-column: 1;
  grid-row: 1;
}
.demo-v9 .ggq-dest-overlay__brand img{height: 40px; display:block;}
.demo-v9 .ggq-dest-overlay__tabs{
  display:flex;
  gap: 8px;
  align-items:center;
  justify-self: end;
  white-space: nowrap;
  grid-column: 3;
  grid-row: 1;
}
.demo-v9 .ggq-dest-overlay__search{
  margin-left: 0;
  flex: 1 1 220px;
  width: min(100%, 420px);
  max-width: 420px;
  min-width: 0;
  justify-self: center;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  transform: translateX(calc(var(--ggq-search-auto-shift, -14px) + 38px));
}
.demo-v9 .ggq-dest-overlay__search-input{
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: #f8fafc;
  padding: 10px 44px 10px 44px;
  border-radius: 999px;
  font-family: var(--ggq-font-body);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.15;
  text-align: center;
  text-align-last: center;
  transition: text-align 140ms ease, text-align-last 140ms ease, padding 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.demo-v9 .ggq-dest-overlay__search-input::placeholder{
  color: rgba(226,232,240,0.78);
}
.demo-v9 .ggq-dest-overlay__search-input:focus{
  outline: none;
  border-color: rgba(226,232,240,0.62);
  background: rgba(255,255,255,0.16);
  box-shadow: 0 0 0 2px rgba(148,163,184,0.28);
  text-align: left;
  text-align-last: auto;
  padding-left: 14px;
  padding-right: 44px;
}
.demo-v9 .ggq-dest-overlay__search-input:not(:placeholder-shown){
  text-align: left;
  text-align-last: auto;
  padding-left: 14px;
  padding-right: 44px;
}
.demo-v9 .ggq-dest-overlay__search::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(226,232,240,0.86);
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M9 2a7 7 0 105.11 11.78l3.56 3.55 1.41-1.41-3.55-3.56A7 7 0 009 2zm0 2a5 5 0 110 10 5 5 0 010-10z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M9 2a7 7 0 105.11 11.78l3.56 3.55 1.41-1.41-3.55-3.56A7 7 0 009 2zm0 2a5 5 0 110 10 5 5 0 010-10z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}
.demo-v9 .ggq-dest-overlay__search-results{
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: var(--ggq-dest-search-results-width, min(860px, calc(100vw - 40px)));
  min-width: min(420px, calc(100vw - 40px));
  max-height: min(56vh, 500px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  background: rgba(4,13,36,0.96);
  box-shadow: 0 20px 45px rgba(2,6,23,0.42);
  padding: 8px;
  z-index: 20;
}
.demo-v9 .ggq-dest-overlay__search-results--floating{
  position: fixed;
  top: var(--ggq-dest-search-results-top, 0px);
  left: var(--ggq-dest-search-results-left, 0px);
  transform: none;
  width: var(--ggq-dest-search-results-width, min(860px, calc(100vw - 24px)));
  min-width: min(320px, calc(100vw - 24px));
  max-height: var(--ggq-dest-search-results-max-height, min(56vh, 500px));
  z-index: 12050;
  pointer-events: auto;
}
.demo-v9 .ggq-dest-overlay__search-result{
  width: 100%;
  border: 0;
  background: transparent;
  color: #f8fafc;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  display: block;
}
.demo-v9 .ggq-dest-overlay__search-result + .ggq-dest-overlay__search-result{
  margin-top: 4px;
}
.demo-v9 .ggq-dest-overlay__search-result:hover,
.demo-v9 .ggq-dest-overlay__search-result.is-active{
  background: color-mix(in srgb, var(--accent) 16%, rgba(11,18,32,0.72));
}
.demo-v9 .ggq-dest-overlay__search-result-main{
  display: block;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.3;
}
.demo-v9 .ggq-dest-overlay__search-result-path{
  display: block;
  margin-top: 3px;
  font-size: 15px;
  color: rgba(226,232,240,0.88);
  line-height: 1.35;
  word-break: break-word;
}
.demo-v9 .ggq-dest-overlay__search-result-region{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 640;
  color: rgba(148,163,184,0.95);
  line-height: 1.3;
}
.demo-v9 .ggq-dest-overlay__search-empty{
  color: rgba(226,232,240,0.85);
  font-size: 15px;
  padding: 12px 14px;
}
.demo-v9 .ggq-dest-overlay__title{
  display:none;
  grid-column: 1 / span 2;
  grid-row: 1;
  min-width: 0;
  font-family: var(--ggq-font-body);
  font-weight: 750;
  letter-spacing: -0.01em;
  color:#fff;
  font-size: 18px;
  line-height: 1.1;
}
.demo-v9 .ggq-dest-overlay__tab{
  border: 0;
  background: transparent;
  color:#e2e8f0;
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 650;
  letter-spacing: -0.005em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.demo-v9 .ggq-dest-overlay__tab::before{
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: currentColor;
  opacity: 0.92;
  -webkit-mask: var(--ggq-dest-tab-icon) center / 14px 14px no-repeat;
  mask: var(--ggq-dest-tab-icon) center / 14px 14px no-repeat;
}
.demo-v9 .ggq-dest-overlay__tab[data-ggq-dest-modal-tab="regions"]{
  --ggq-dest-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3h12v2H2zm0 4h12v2H2zm0 4h12v2H2z'/%3E%3C/svg%3E");
}
.demo-v9 .ggq-dest-overlay__tab[data-ggq-dest-modal-tab="destinations"]{
  --ggq-dest-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2zm7 0h5v5H9zM2 9h5v5H2zm7 0h5v5H9z'/%3E%3C/svg%3E");
}
.demo-v9 .ggq-dest-overlay__tab[data-ggq-dest-modal-tab="carte"]{
  --ggq-dest-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1l5 2v10l-5 2-5-2V3l5-2zm0 2.1L5 4.3v7.3l3 1.2 3-1.2V4.3L8 3.1z'/%3E%3C/svg%3E");
}
.demo-v9 .ggq-dest-overlay__tab:hover{background: rgba(255,255,255,0.10); color:#fff;}
.demo-v9 .ggq-dest-overlay__tab.is-active{background: rgba(255,255,255,0.18); color:#fff;}
.demo-v9 .ggq-dest-overlay__tab:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}
.demo-v9 .ggq-dest-overlay__close{
  position: static;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color:#e2e8f0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.demo-v9 .ggq-dest-overlay__close svg{width: 18px; height: 18px; opacity: 0.92;}
.demo-v9 .ggq-dest-overlay__close:hover{background: rgba(255,255,255,0.12); color:#fff;}
.demo-v9 .ggq-dest-overlay__close:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}

/* Destinations overlay: Carte mode (lazy map). */
.demo-v9 #destinationsOverlay .overlay-panel{
  transition: width 220ms ease, max-height 220ms ease, top 220ms ease;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="carte"] .overlay-panel{
  top: 12px;
  width: min(1240px, calc(100% - 24px));
  height: calc(100% - 24px);
  max-height: calc(100% - 24px);
  overflow: hidden;
  display:flex;
  flex-direction: column;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="carte"] .overlay-body.ggq-dest-overlay__body{
  flex: 1 1 auto;
  padding: 0;
  overflow: hidden;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="carte"] .ggq-dest-overlay__pane--carte{
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.demo-v9 .ggq-dest-map-wrap{
  height: 100%;
  display:grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.demo-v9 .ggq-dest-map-panel{
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--card);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.demo-v9 .ggq-dest-map-panel--side{overflow:auto;}
.demo-v9 .ggq-dest-map-panel--map{position: relative;}
.demo-v9 .ggq-dest-map-canvas{
  width: 100%;
  height: 100%;
  min-height: 520px;
  display:block;
}
.demo-v9 .ggq-dest-map-canvas .leaflet-control-attribution{font-size: 11px;}
.demo-v9 .ggq-dest-map-title{margin: 0 0 8px; font-size: 20px; letter-spacing: -0.02em;}
.demo-v9 .ggq-dest-map-meta{margin: 0 0 12px; color: var(--muted); font-size: 13px;}

.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="carte"] .ggq-dest-overlay__head{
  position: static;
  top: auto;
}

.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="carte"] .ggq-dest-overlay__tab{
  touch-action: manipulation;
}

@media (max-width: 980px){
  .demo-v9 .ggq-dest-overlay__head-inner{
    display:grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "brand tabs close"
      "search search search";
    column-gap: 8px;
    row-gap: 8px;
  }
  .demo-v9 .ggq-dest-overlay__brand{
    grid-area: brand;
  }
  .demo-v9 .ggq-dest-overlay__tabs{
    grid-area: tabs;
    justify-self: auto;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  .demo-v9 .ggq-dest-overlay__close{
    grid-area: close;
    margin-left: 6px;
  }
  .demo-v9 .ggq-dest-overlay__brand img{
    height: 44px;
  }
  .demo-v9 .ggq-dest-overlay__search{
    grid-area: search;
    justify-self: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-left: 0;
  }
  .demo-v9 .ggq-dest-overlay__search-results:not(.ggq-dest-overlay__search-results--floating){
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    min-width: 0;
  }
  .demo-v9 .ggq-dest-map-wrap{grid-template-columns: 1fr;}
  .demo-v9 .ggq-dest-map-canvas{min-height: 420px;}
}

.demo-v9 #destinationsOverlay[data-ggq-dest-modal-context="itineraires"] .ggq-dest-overlay__brand,
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-context="itineraires"] .ggq-dest-overlay__tabs{
  display:none;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-context="itineraires"] .ggq-dest-overlay__title{
  display:block;
}

/* Destinations overlay: Regions view uses the same tree skin as Destinations.
   Keep behavior differences (collapsed roots) but do not switch to the old card-style summary skin. */
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details{
  border:1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0;
  background: color-mix(in srgb, var(--bg) 96%, #000 4%);
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details > summary{
  list-style: none;
  cursor:pointer;
  font-family: var(--ggq-font-body);
  font-weight: 700;
  letter-spacing: -0.005em;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 10px;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details > summary::-webkit-details-marker{
  display:none;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details > summary::marker{
  content: '';
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details > summary::before{
  content: '›';
  opacity: 0.72;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 180ms ease, opacity 180ms ease;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details[open] > summary::before{
  transform: translateY(-1px) rotate(90deg);
  opacity: 0.9;
}
.demo-v9 #destinationsOverlay[data-ggq-dest-modal-mode="regions"] #destinationsTree .tree > details.ggq-dest-active{
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
}
.demo-v9 .tree details.ggq-dest-active{
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
}
.demo-v9 .tree details.ggq-dest-scrolling-to{
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--bg));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
  animation: ggq-dest-pulse 600ms ease-out;
}
@keyframes ggq-dest-pulse{
  0%{transform: scale(1); box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);}
  40%{transform: scale(1.005); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 18%, transparent);}
  100%{transform: scale(1); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);}
}

.demo-v9 .banner-section.ad-slot{display:block;}
.demo-v9 .banner-section .container{
  display:flex;
  justify-content:flex-start;
}
.demo-v9 .banner-section .banner-wrap{
  width: 100%;
  max-width: calc(100% - var(--ggq-side-rail-w) - 22px);
}
.demo-v9 .banner-section .banner-wrap > a{
  display:block;
  width: 100%;
}
.demo-v9 .banner-section img{
  border-radius: 16px;
  display:block;
  width: 100%;
  max-width: 100%;
  max-height: 110px;
  height: auto;
  object-fit: contain;
}
.demo-v9 .ggq-actualites-main{
  padding-top: 14px;
}
.demo-v9 .ggq-actualites-main .ggq-actualites-banner{
  justify-content: center;
  margin-bottom: 14px;
}
.demo-v9 .ggq-actualites-main .ggq-news{
  margin-top: 4px;
}
.demo-v9 .side-ads{
  display:flex;
  flex-direction: column;
  gap: 18px;
}
.demo-v9 .top-pdf + .side-ads{
  margin-top: 16px;
}
.demo-v9 .pub-pave{
  width: 100%;
  max-width: var(--ggq-side-rail-w);
  display:block;
  margin: 0 auto;
}
.demo-v9 .pub-pave > a{
  display:block;
  width:100%;
}
.demo-v9 a.ggq-ad-link{
  position: relative;
  display: block;
}
.demo-v9 a.ggq-ad-link::after{
  content: "↗";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: color-mix(in srgb, #0f172a 68%, transparent);
  border: 1px solid color-mix(in srgb, #e2e8f0 24%, transparent);
  box-shadow: 0 2px 6px color-mix(in srgb, #000 30%, transparent);
  pointer-events: none;
  backdrop-filter: blur(1.5px);
  transition: transform 140ms ease, opacity 140ms ease;
  opacity: 0.66;
}
.demo-v9 a.ggq-ad-link:hover::after{
  transform: translateY(-1px);
  opacity: 0.8;
}
.demo-v9 .pub-pave img{
  border-radius: 16px;
  box-shadow: var(--shadow);
  display:block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.demo-v9 .pub-pave--half img{
  max-height: 180px;
}
.demo-v9 .place-card img.ggq-img-portrait,
.demo-v9 .editorial-card img.ggq-img-portrait{
  object-position: 50% 12%;
}
.demo-v9 .place-card.ggq-place-card--person img{
  height: 160px;
  object-fit: cover;
  background: transparent;
}

.demo-v9 .ggq-place-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.15;
  margin: 6px 0 0;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 88%, #000 12%);
  color: var(--fg);
}
.demo-v9 .ggq-place-badge--temp{
  border-color: color-mix(in srgb, #f59e0b 38%, var(--border));
  background: color-mix(in srgb, #f59e0b 14%, var(--card));
  color: color-mix(in srgb, #92400e 80%, var(--fg));
}

.demo-v9 .ggq-closed-modal-scrim{
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 7700;
}
.demo-v9 .ggq-closed-modal{
  position: fixed;
  inset: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  z-index: 7800;
}
.demo-v9 .ggq-closed-modal__panel{
  width: min(680px, calc(100% - 28px));
  max-height: min(78vh, 620px);
  overflow: auto;
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.35);
}
.demo-v9 .ggq-closed-modal__header{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.demo-v9 .ggq-closed-modal__title{
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.demo-v9 .ggq-closed-modal__meta{
  margin-top: 2px;
  font-size: 13px;
  color: var(--muted);
}
.demo-v9 .ggq-closed-modal__close{
  flex: 0 0 auto;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  color: var(--fg);
  font-family: var(--ggq-font-body);
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
}
.demo-v9 .ggq-closed-modal__close:hover{
  background: color-mix(in srgb, var(--accent) 8%, var(--bg));
  border-color: color-mix(in srgb, var(--accent) 30%, var(--border));
}
.demo-v9 .ggq-closed-modal__close:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}
.demo-v9 .ggq-closed-modal__copy{
  margin: 0 0 10px;
  color: color-mix(in srgb, var(--fg) 92%, var(--muted));
}
.demo-v9 .ggq-closed-modal__subtitle{
  margin: 12px 0 8px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.demo-v9 .ggq-closed-modal__suggestions{
  display:flex;
  flex-direction: column;
  gap: 8px;
}
.demo-v9 .ggq-closed-modal__suggestion{
  display:block;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.demo-v9 .ggq-closed-modal__suggestion:hover{
  background: color-mix(in srgb, var(--accent) 7%, var(--card));
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
}
.demo-v9 .ggq-closed-modal__suggestion:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}

.demo-v9 .ggq-lightbox-scrim{
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.80);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 7900;
}
.demo-v9 .ggq-lightbox-scrim[hidden]{display:none;}
.demo-v9 .ggq-lightbox{
  position: fixed;
  inset: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  z-index: 8000;
}
.demo-v9 .ggq-lightbox[hidden]{display:none;}
.demo-v9 .ggq-lightbox__panel{
  position: relative;
  width: min(1080px, calc(100% - 28px));
  max-height: min(92vh, 860px);
  display:flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(11,18,32,0.96);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.45);
}
.demo-v9 .ggq-lightbox__stage{
  position: relative;
  flex: 1 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #000;
}
.demo-v9 .ggq-lightbox__img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display:block;
}
.demo-v9 .ggq-lightbox__caption{
  padding: 10px 12px;
  font-size: 13px;
  color: rgba(226,232,240,0.78);
  line-height: 1.35;
  background: rgba(11,18,32,0.96);
  border-top: 1px solid rgba(255,255,255,0.10);
}
.demo-v9 .ggq-lightbox__close{
  position:absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(15,23,42,0.55);
  color: rgba(226,232,240,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  touch-action: manipulation;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.demo-v9 .ggq-lightbox__close svg{width: 22px; height: 22px;}
.demo-v9 .ggq-lightbox__close:hover{background: rgba(15,23,42,0.72); color:#fff;}
.demo-v9 .ggq-lightbox__close:focus-visible{outline:2px solid rgba(226,232,240,0.55); outline-offset:2px;}
.demo-v9 .ggq-lightbox__nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(15,23,42,0.55);
  color: rgba(226,232,240,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  touch-action: manipulation;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 30px;
  line-height: 1;
  padding: 0;
}
.demo-v9 .ggq-lightbox__nav:hover{background: rgba(15,23,42,0.72); color:#fff;}
.demo-v9 .ggq-lightbox__nav:disabled{opacity:0.35; cursor: default;}
.demo-v9 .ggq-lightbox__nav--prev{left: 10px;}
.demo-v9 .ggq-lightbox__nav--next{right: 10px;}

.demo-v9 .transit-box{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 12px;
  margin-top: 10px;
}
.demo-v9 .transit-item{
  display:flex;
  align-items:center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: color-mix(in srgb, var(--fg) 92%, var(--muted));
  text-decoration:none;
}
.demo-v9 .transit-item[data-ggq-access-key]{
  border-radius: 10px;
  padding: 4px 6px;
}
.demo-v9 .transit-item.ggq-access-item-active{
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.demo-v9 .transit-badges{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  flex-wrap: wrap;
}
.demo-v9 .transit-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.demo-v9 .transit-icon--metro,
.demo-v9 .transit-icon--bus,
.demo-v9 .transit-icon--bixi,
.demo-v9 .transit-icon--road,
.demo-v9 .transit-icon--transit,
.demo-v9 .transit-icon--train,
.demo-v9 .transit-icon--airport,
.demo-v9 .transit-icon--intercity_bus,
.demo-v9 .transit-icon--ferry{
  background: #fff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.18);
}

.demo-v9 .transit-card{
  margin: 14px 0 18px;
}
.demo-v9 [data-ggq-transit-slot] .transit-card{
  margin: 0;
}

.demo-v9 .itinerary-card{
  margin: 14px 0 18px;
}
.demo-v9 .dest-meta{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin: 12px 0 0;
}
.demo-v9 .dest-meta .transit-card,
.demo-v9 .dest-meta .itinerary-card{
  margin: 0;
}
.demo-v9 .dest-meta .card .pad{padding: 14px;}
.demo-v9 .dest-meta .transit-box{margin-top: 8px; gap: 8px 10px;}
.demo-v9 .dest-meta .ggq-itin-muted{margin-top: 6px;}
.demo-v9 .ggq-itin-details{margin-top: 10px;}
.demo-v9 .ggq-itin-details summary{
  cursor: pointer;
  color: color-mix(in srgb, var(--fg) 92%, var(--muted));
  font-size: 13px;
  font-weight: 650;
}
.demo-v9 .ggq-itin-details[open] summary{margin-bottom: 8px;}
.demo-v9 .ggq-itin-muted{
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.demo-v9 .ggq-itin-stops{
  margin: 10px 0 0;
  padding-left: 18px;
}
.demo-v9 .ggq-itin-stops li{
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 10px;
  margin-left: -8px;
  margin-right: -8px;
}
.demo-v9 .ggq-itin-stops li.ggq-itin-stop-active{
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.demo-v9 .ggq-itin-stops a{text-decoration:none;}
.demo-v9 .ggq-itin-stops a:hover{text-decoration: underline; text-underline-offset: 2px;}
.demo-v9 .ggq-itin-stops .meta{margin-top: 2px; font-size: 12px; color: var(--muted); line-height: 1.25;}
.demo-v9 .ggq-itin-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px;}
.demo-v9 .btn.small{padding: 8px 10px; border-radius: 10px; font-size: 13px;}

.demo-v9 .ggq-related-muted{
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.demo-v9 .ggq-side-rail-title{
  margin: 0 0 8px;
  font-family: var(--ggq-font-body);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--fg);
}
.demo-v9 .ggq-related-block{margin-top: 12px;}
.demo-v9 .ggq-related-title{
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.demo-v9 .ggq-related-list{margin: 0; padding-left: 18px;}
.demo-v9 .ggq-related-list li{margin: 0 0 6px;}
.demo-v9 .ggq-related-list a{text-decoration:none;}
.demo-v9 .ggq-related-list a:hover{text-decoration: underline; text-underline-offset: 2px;}

.demo-v9 .line-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 18px;
  min-width: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.demo-v9 .line-badge--muted{background: #64748b;}
.demo-v9 .metro-line-green{background: #009a44;}
.demo-v9 .bus-line{background: #334155;}

.demo-v9 .article-dests{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin: 10px 0 0;
}
.demo-v9 .article-dests .badge{
  text-decoration:none;
}
.demo-v9 .article-dests .badge:hover{
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
}

.demo-v9 .footer-grid{grid-template-columns: 1fr;}

body.demo-v9{
  --ggq-shell-stack-gap: 22px;
  --ggq-shell-top-gutter: 12px;
}
.demo-v9 .top-row{padding: var(--ggq-shell-top-gutter) 0 12px;}
.demo-v9 .top-grid{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, var(--ggq-side-rail-w));
  gap: var(--ggq-shell-stack-gap);
  align-items:start;
}
.demo-v9 .top-main{grid-column: 1 / span 2;}
.demo-v9 .top-side{grid-column: 3;}
.demo-v9 .top-main, .demo-v9 .top-side{
  display:flex;
  flex-direction: column;
  gap: var(--ggq-shell-stack-gap);
  min-width: 0;
}
.demo-v9 .top-side--destination{
  gap: var(--ggq-shell-top-gutter);
}
.demo-v9 .ggq-destination-main{
  display:flex;
  flex-direction: column;
  gap: var(--ggq-shell-stack-gap);
  padding-top: var(--ggq-shell-stack-gap);
  padding-bottom: 12px;
}
.demo-v9 .top-main > .dest-head{
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.demo-v9 .top-side > *{
  margin: 0;
}
.demo-v9 [data-dest-meta-slot="rail"]{
  display:flex;
  flex-direction: column;
  min-width: 0;
}
.demo-v9 [data-dest-meta-slot="rail"] > .dest-head__meta{
  margin: 0;
}
.demo-v9 .top-banner{
  display:flex;
  justify-content:center;
  width: 100%;
}
.demo-v9 .top-banner > a{
  display:block;
  width: 100%;
}
.demo-v9 .top-banner img{
  width: 100%;
  max-width: 100%;
  height:auto;
  display:block;
  border-radius: 16px;
}
.demo-v9 .ggq-home-regions__title{margin:0 0 10px; font-size:18px;}

.demo-v9 .hero{padding-top: 14px;}
.demo-v9 .hero-grid{grid-template-columns: minmax(0, var(--home-left)) minmax(0,1fr);}

.demo-v9 .cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px;}
.demo-v9 .btn{
  display:inline-flex; align-items:center; gap:8px;
  padding: 10px 12px;
  border-radius: 12px;
  border:1px solid var(--border);
  background: var(--bg);
  text-decoration:none;
  cursor:pointer;
}
.demo-v9 .btn.primary{background: var(--accent); border-color: color-mix(in srgb, var(--accent) 80%, #000 20%); color: #fff;}

.demo-v9 .qc-hero{margin: 14px 0 0;}
.demo-v9 .qc-hero__video{
  display:block;
  position:relative;
  width:100%;
  height:290px;
  --ggq-video-frame-h: 290px;
  overflow:hidden;
  border-radius:16px;
  background:#000;
}
.demo-v9 .qc-hero__video[hidden]{display:none !important;}
.demo-v9 .qc-hero__video iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  min-width:calc(var(--ggq-video-frame-h) * 1.7777778);
  height:100%;
  min-height:100%;
  transform:translate(-50%, -50%);
  display:block;
  border:0;
  background: #000;
}
.demo-v9 .ggq-video-surface{
  position: relative;
}
.demo-v9 .ggq-video-surface__controls{
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 8;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.demo-v9 .ggq-video-surface.is-controls-visible .ggq-video-surface__controls,
.demo-v9 .ggq-video-surface:focus-within .ggq-video-surface__controls{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.demo-v9 .ggq-video-surface__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.28);
}
.demo-v9 .ggq-video-surface__btn svg{
  display: block;
}
.demo-v9 .ggq-video-surface__btn:hover{
  background: rgba(15, 23, 42, 0.86);
}
.demo-v9 .ggq-video-surface__btn:focus-visible{
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}
.demo-v9 .ggq-video-surface__btn:active{
  transform: translateY(1px);
}
@media (hover: none), (pointer: coarse){
  .demo-v9 .ggq-video-surface__controls{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.demo-v9 .qc-hero picture{display:block;}
.demo-v9 .qc-hero picture[hidden],
.demo-v9 .qc-hero img[hidden]{
  display:none !important;
}
.demo-v9 .qc-hero img{
  width:100%;
  height: 290px;
  object-fit: cover;
  display:block;
  border-radius: 16px;
  background: color-mix(in srgb, var(--border) 25%, transparent);
}
.demo-v9 .qc-hero figcaption{margin-top: 8px; font-size: 12px; color: var(--muted); line-height: 1.3;}

.demo-v9 .hero-article{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  color: color-mix(in srgb, var(--fg) 88%, var(--muted) 12%);
}
.demo-v9 .hero-article p{margin:0 0 12px;}
.demo-v9 .hero-article p:last-child{margin-bottom:0;}
.demo-v9 .hero-article.article{max-width: none;}
.demo-v9 .hero-article .lead{color: color-mix(in srgb, var(--fg) 92%, var(--muted) 8%);}
.demo-v9 .hero-article a{color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px;}
.demo-v9 .hero-article a:hover{text-decoration-thickness: 2px;}
.demo-v9 .ggq-home-inline-news__head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.demo-v9 .ggq-home-inline-news__title{
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.demo-v9 .ggq-home-inline-news__all{
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.demo-v9 .ggq-home-inline-news__all:hover{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.demo-v9 .ggq-home-inline-news__grid--featured{
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.demo-v9 .pdf-shelf{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.demo-v9 .pdf{
  border:1px solid var(--border);
  border-radius: 14px;
  overflow:hidden;
  background: var(--card);
}
.demo-v9 .pdf .cover{
  display: block;
  position: relative;
  height: 172px;
  overflow: hidden;
  background: linear-gradient(140deg, #0b3a55, #1e7bbd);
}
.demo-v9 .pdf .cover img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  background: color-mix(in srgb, var(--fg) 6%, #fff);
}
.demo-v9 .pdf .meta{padding: 8px 10px; font-size: 12px; color: var(--muted); line-height: 1.3;}
/* Decouvrir rail: fixed 2x2 covers with preserved original aspect. */
.demo-v9 .top-pdf .pdf-shelf{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.demo-v9 .top-pdf .pdf .cover{
  height: auto;
  aspect-ratio: 283 / 450;
  background: color-mix(in srgb, var(--bg) 86%, #fff 14%);
}
.demo-v9 .top-pdf .pdf .cover img{
  object-fit: contain;
  object-position: center;
}

.demo-v9 .divider{height:1px; background: color-mix(in srgb, var(--border) 70%, transparent); margin: 16px 0;}

.demo-v9 .dest-head{
  position: relative;
  padding: 14px 0 8px;
  --ggq-dest-rail-w: 320px;
  --ggq-dest-rail-gap: 22px;
  --ggq-dest-banner-h: 90px;
  --ggq-dest-banner-gap: 22px;
}
.demo-v9 .dest-head[data-ggq-banner-shape="tall"]{--ggq-dest-banner-h: 110px;}
.demo-v9 .dest-head__main{
  min-width: 0;
  padding-right: 0;
}
.demo-v9 .dest-head__desc{
  position: relative;
  z-index: 1;
  margin-top: 10px;
  clear: both;
}
.demo-v9 .dest-head [data-dest-hero]{
  position: relative;
  z-index: 6;
}
.demo-v9 .ggq-dest-hero{margin: 12px 0 0;}
.demo-v9 .dest-head [data-dest-gallery]{margin: 12px 0 0;}
.demo-v9 .ggq-dest-media-stack{
  float:left;
  position: relative;
  z-index: 5;
  width: min(520px, 46%);
  margin: 12px 18px 12px 0;
}
.demo-v9 .dest-head [data-dest-hero] .ggq-dest-media-stack{
  float: none;
  width: 100%;
  max-width: none;
  margin: 12px 0 16px;
}
.demo-v9 .ggq-est-hero{
  margin: 12px 0 0;
}
.demo-v9 .ggq-est-hero .ggq-dest-media-stack__btn--hero{
  border-radius: 16px;
  overflow: hidden; /* clip contained image to match card rounding */
}
.demo-v9 .dest-head .ggq-est-hero .ggq-dest-media-stack__btn--hero img{
  height: 300px;
  object-fit: cover;
}
.demo-v9 .ggq-est-intro-grid{
  display:grid;
  grid-template-columns: minmax(0, min(520px, 46%)) minmax(0, 1fr);
  gap: 18px;
  align-items:start;
  margin-top: 12px;
}
.demo-v9 .ggq-est-intro-grid__media .ggq-dest-media-stack__thumbs{
  margin-top: 0;
}
.demo-v9 .ggq-est-intro-grid__text > p{
  margin: 0;
}
.demo-v9 .ggq-dest-media-stack__btn{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background: transparent;
  cursor:pointer;
  touch-action: manipulation;
}
.demo-v9 .ggq-dest-media-stack__media--static{
  cursor:default;
  touch-action:auto;
}
.demo-v9 .ggq-dest-media-stack__btn:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 3px;
  border-radius: 18px;
}
.demo-v9 .ggq-dest-media-stack__btn img{
  width:100%;
  display:block;
  background: color-mix(in srgb, var(--border) 25%, transparent);
}
.demo-v9 .ggq-dest-media-stack__btn--hero{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.demo-v9 .dest-head [data-dest-hero] .ggq-dest-media-stack__btn--hero{
  width: 100%;
  height: 300px;
}
.demo-v9 .ggq-dest-media-stack__btn--hero img{
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.demo-v9 .dest-head [data-dest-hero] .ggq-dest-media-stack__btn--hero img{
  width: 100%;
  height: 100%;
}
.demo-v9 .ggq-dest-media-stack__btn--hero .ggq-dest-media-stack__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  background: #000;
  z-index: 2;
}
.demo-v9 .dest-head [data-dest-hero] .ggq-dest-media-stack__btn--hero .ggq-dest-media-stack__video{
  width: 100%;
  height: 100%;
}
.demo-v9 .ggq-dest-media-stack__btn--hero.is-video-ready img{
  opacity: 0;
}
.demo-v9 .ggq-dest-media-stack__btn--hero.is-video-ready .ggq-dest-media-stack__video{
  opacity: 1;
}
.demo-v9 .ggq-dest-media-stack__caption{
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.3;
}
.demo-v9 .ggq-dest-media-stack__thumbs{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.demo-v9 .ggq-dest-media-stack__btn--thumb img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}
.demo-v9 .ggq-dest-media-stack__btn:hover img{
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.18);
}
.demo-v9 .ggq-dest-media-stack__media--static:hover img{
  box-shadow: none;
}
.demo-v9 .ggq-dest-media-stack__btn--thumb:hover img{
  transform: translateY(-1px);
}
.demo-v9 .ggq-dest-media-stack__btn img{
  transition: box-shadow 160ms ease, transform 160ms ease, opacity 220ms ease;
}
.demo-v9 .ggq-dest-media-stack__btn:active img{
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.14);
}
.demo-v9 .ggq-dest-media-stack__media--static:active img{
  box-shadow: none;
}
/* Destination hero+intro invariant: full-width hero in the main 2-col content block. */
.demo-v9 .dest-head .ggq-dest-media-stack{
  float: none;
  width: 100%;
  margin: 12px 0 0;
}
.demo-v9 .dest-head .ggq-dest-media-stack__btn--hero img{
  height: 300px;
}
.demo-v9 .dest-head .ggq-dest-media-stack__btn--hero .ggq-dest-media-stack__video{
  height: 300px;
}
.demo-v9 .dest-head .ggq-dest-media-stack__caption{
  margin-top: 8px;
}
.demo-v9 .dest-head .ggq-dest-intro{
  margin-top: 10px;
}
.demo-v9 .dest-head .ggq-dest-intro-lede.article,
.demo-v9 .dest-head .ggq-dest-intro-body.article{
  max-width: none;
  width: 100%;
}
.demo-v9 .dest-head .ggq-dest-intro-body{
  clear: both;
}
.demo-v9 .ggq-dest-inline-thumbs{
  float: none;
  width: 100%;
  margin: 12px 0 16px;
}
.demo-v9 .ggq-dest-inline-thumbs__grid{
  display: grid;
  gap: 10px;
}
.demo-v9 .ggq-dest-inline-thumbs--cols-1 .ggq-dest-inline-thumbs__grid{
  grid-template-columns: 1fr;
}
.demo-v9 .ggq-dest-inline-thumbs--cols-2 .ggq-dest-inline-thumbs__grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.demo-v9 .ggq-dest-inline-thumbs--cols-3 .ggq-dest-inline-thumbs__grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.demo-v9 .ggq-dest-inline-thumbs .ggq-dest-media-stack__btn--thumb img{
  aspect-ratio: 4 / 3;
}
.demo-v9 .ggq-dest-inline-photo .ggq-dest-media-stack__btn--thumb img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 980px){
  .demo-v9 .ggq-home-inline-news__grid--featured{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .demo-v9 .ggq-dest-media-stack{
    float:none;
    width:100%;
    margin: 12px 0 12px;
  }
  .demo-v9 .dest-head [data-dest-hero] .ggq-dest-media-stack__btn--hero{
    height: 220px;
  }
  .demo-v9 .ggq-dest-media-stack__btn--hero img{
    height: 220px;
  }
  .demo-v9 .ggq-dest-media-stack__btn--hero .ggq-dest-media-stack__video{
    height: 220px;
  }
  .demo-v9 .ggq-est-hero .ggq-dest-media-stack__btn--hero img{
    height: 220px;
    object-fit: cover;
  }
  .demo-v9 .ggq-est-intro-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .demo-v9 .ggq-dest-inline-thumbs{
    float: none;
    width: 100%;
    margin: 12px 0;
  }
  .demo-v9 .ggq-dest-intro-body{
    margin-top: 20px;
    padding-top: 14px;
  }
}
@media (max-width: 640px){
  .demo-v9 .ggq-home-inline-news__grid--featured{
    grid-template-columns: 1fr;
  }
}
.demo-v9 .ggq-dest-intro-lede > p{
  margin: 0 0 0.9em;
}
.demo-v9 .ggq-dest-intro-lede > p:last-child{
  margin-bottom: 0;
}
.demo-v9 .ggq-dest-intro-lede{
  margin-bottom: 10px;
}
.demo-v9 .ggq-dest-intro-body{
  clear: both;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
}
.demo-v9 .ggq-dest-intro-body > p{
  break-inside: auto;
  -webkit-column-break-inside: auto;
}
.demo-v9 .ggq-dest-hero img{
  width:100%;
  height: 230px;
  object-fit: cover;
  display:block;
  border-radius: 16px;
  background: color-mix(in srgb, var(--border) 25%, transparent);
}
.demo-v9 .ggq-dest-hero figcaption{margin-top: 8px; font-size: 12px; color: var(--muted); line-height: 1.3;}
.demo-v9 .ggq-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap: 6px 8px;
  align-items:center;
}
.demo-v9 .ggq-breadcrumbs__chunk{
  white-space: nowrap;
}
.demo-v9 .ggq-breadcrumbs__home{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  color: inherit;
  text-decoration:none;
}
.demo-v9 .ggq-breadcrumbs__home:hover{background: color-mix(in srgb, var(--bg) 86%, #000 14%);}
.demo-v9 .ggq-breadcrumbs__sep{opacity: 0.55;}
.demo-v9 .ggq-breadcrumbs a{
  color: inherit;
  text-decoration: none;
}
.demo-v9 .ggq-breadcrumbs a:hover{text-decoration: underline; text-underline-offset: 2px;}
.demo-v9 .ggq-breadcrumbs__current{
  flex-basis: auto;
  color: var(--muted);
}
.demo-v9 .ggq-breadcrumbs--legacy{
  font-size: 12px;
  color: var(--muted);
}
.demo-v9 .ggq-breadcrumbs--est{
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
}
.demo-v9 .ggq-breadcrumbs--est .ggq-breadcrumbs__trail{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.demo-v9 .ggq-breadcrumbs--est .ggq-breadcrumbs__trail-item,
.demo-v9 .ggq-breadcrumbs--est .ggq-breadcrumbs__trail-link{
  min-width: 0;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.demo-v9 .dest-head__deck{
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}
.demo-v9 .dest-head__para{
  margin: 0 0 10px;
  color: color-mix(in srgb, var(--fg) 86%, var(--muted));
  font-size: 14px;
  line-height: 1.5;
}
.demo-v9 .dest-head__meta{
  width: 100%;
  max-width: 100%;
  margin: 14px 0;
}
.demo-v9 .layout-two-col{--ggq-dest-rail-offset: 0px;}
.demo-v9 .layout-two-col > aside{padding-top: var(--ggq-dest-rail-offset);}
@media (min-width: 981px){
  .demo-v9 .layout-two-col.ggq-article-layout{
    --ggq-dest-rail-offset: 18px;
  }
}
.demo-v9 .ggq-article-sidebar{
  display:flex;
  flex-direction: column;
  gap: 18px;
}
.demo-v9 .ggq-article-sidebar[hidden]{display:none;}
.demo-v9 .ggq-article-sidebar__card .pad{
  min-height: 0;
  max-height: none;
}
.demo-v9 .dest-head [data-dest-meta-box]{display:block;}
@media (min-width: 981px){
  .demo-v9 .dest-head [data-dest-meta-box]{display:none;}
}
.demo-v9 .ggq-dest-meta-box{
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.08);
}
.demo-v9 .ggq-dest-meta-box:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 65%, #fff);
  outline-offset: 3px;
}
.demo-v9 .ggq-dest-meta-box .pad{
  padding: 12px 12px 6px;
  min-height: 0;
  max-height: none;
}
.demo-v9 .ggq-est-meta{
  display:flex;
  flex-direction: column;
  gap: 12px;
}
.demo-v9 .ggq-est-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 120px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg) 88%, #fff 12%);
}
.demo-v9 .ggq-est-logo img{
  width: 95%;
  max-width: 95%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
.demo-v9 .ggq-est-logo[data-ggq-logo-bg="dark"]{background: #1a1a1a;}
.demo-v9 .ggq-est-logo[data-ggq-logo-bg="light"]{background: #fff;}
.demo-v9 .ggq-est-category{
  font-family: var(--ggq-font-display);
  font-weight: 650;
  font-size: 18px;
  letter-spacing: -0.015em;
}
.demo-v9 .ggq-est-block{
  display:flex;
  flex-direction: column;
  gap: 6px;
}
.demo-v9 .ggq-est-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 800;
}
.demo-v9 .ggq-est-value{
  font-size: 15px;
  line-height: 1.55;
}
.demo-v9 .ggq-est-domain{
  font-weight: 700;
  font-size: 15px;
}
.demo-v9 .ggq-est-domain a{
  color: var(--fg);
  text-decoration: none;
}
.demo-v9 .ggq-est-domain a:hover{text-decoration: underline;}
.demo-v9 .ggq-est-cta{
  display:flex;
  flex-direction: column;
  gap: 8px;
}
.demo-v9 .ggq-article-establishment{
  margin: 28px 0;
}
.demo-v9 .ggq-est-cta .btn{
  width: 100%;
  justify-content: center;
  text-align: center;
}
.demo-v9 .ggq-est-cta .btn.primary{
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.demo-v9 .ggq-est-cta .btn.primary:hover{
  background: color-mix(in srgb, var(--accent) 82%, #000 18%);
  border-color: color-mix(in srgb, var(--accent) 70%, #000 30%);
  box-shadow: none;
  text-decoration: none;
  transform: translateY(-1px);
}
.demo-v9 .ggq-est-note{
  font-size: 12px;
  color: var(--muted);
}
.demo-v9 .ggq-est-social{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.demo-v9 .ggq-est-social__link{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  color: #0f172a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.demo-v9 .ggq-est-social__link:hover{
  background: color-mix(in srgb, var(--accent) 10%, #fff 90%);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
}
.demo-v9 .ggq-est-social__link svg{width: 18px; height: 18px;}
.demo-v9 .ggq-est-social__link svg rect,
.demo-v9 .ggq-est-social__link svg circle{
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.demo-v9 .ggq-est-social__link svg path{fill: currentColor;}
body.demo-v9.ggq-theme-dark .ggq-est-social__link{
  border-color: rgba(15,23,42,0.18);
  background: #f8fafc;
  color: #0f172a;
}
body.demo-v9.ggq-theme-dark .ggq-est-social__link:hover{
  background: #ffffff;
  border-color: color-mix(in srgb, var(--accent) 52%, rgba(15,23,42,0.22));
}
.demo-v9 .ggq-travel-mini__layout{
  display:flex;
  gap: 12px;
  align-items: stretch;
  height: 100%;
}
.demo-v9 .ggq-travel-mini__content{
  flex: 1 1 auto;
  min-width: 0;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.demo-v9 .ggq-travel-mini__thumb{
  --ggq-travel-thumb-size: clamp(56px, 6.4vw, 68px);
  flex: 0 0 var(--ggq-travel-thumb-size);
  width: var(--ggq-travel-thumb-size);
  height: var(--ggq-travel-thumb-size);
  align-self: flex-end;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.10);
}
@media (min-width: 981px){
  .demo-v9 .ggq-travel-mini__thumb{
    --ggq-travel-thumb-size: clamp(74px, 8.3vw, 90px);
    align-self: flex-start;
    margin-top: 0;
  }
}
.demo-v9 .ggq-travel-mini__thumb-img{
  width:100%;
  height:100%;
  display:block;
  object-fit: cover;
}
.demo-v9 .ggq-travel-mini__head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}
.demo-v9 .ggq-travel-mini__title{
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 850;
}
.demo-v9 .ggq-travel-mini__hint{
  font-size: 12px;
  color: var(--muted);
}
.demo-v9 .ggq-travel-mini__icons{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}
.demo-v9 .ggq-travel-mini__modes{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}
.demo-v9 .ggq-travel-mini__mode{
  appearance:none;
  border: 0;
  background: transparent;
  padding: 2px 4px;
  border-radius: 12px;
  display:inline-flex;
  align-items:center;
  gap: 6px;
  cursor:pointer;
  touch-action: manipulation;
}
.demo-v9 .ggq-travel-mini__mode:hover{background: color-mix(in srgb, var(--accent) 10%, transparent);}
.demo-v9 .ggq-travel-mini__mode:focus-visible{outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent); outline-offset: 2px;}
.demo-v9 .ggq-travel-mini__mode-badges{display:inline-flex; align-items:center; gap: 6px;}
.demo-v9 .ggq-bixi-mark{display:block;}
.demo-v9 .transit-icon--bixi{padding: 0 6px;}
.demo-v9 .ggq-travel-mini__icon{
  display:inline-flex;
  align-items:center;
  gap: 6px;
}
.demo-v9 .ggq-travel-mini__summary{
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  color: color-mix(in srgb, var(--fg) 86%, var(--muted));
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demo-v9 .ggq-travel-mini__summary-row{
  display:flex;
  align-items:baseline;
  gap: 8px;
  padding-top: 4px;
  border-top: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
}
.demo-v9 .ggq-travel-mini__summary-line{
  display:block;
}
.demo-v9 .ggq-travel-mini__summary-line--street{
  font-weight: 700;
}
.demo-v9 .ggq-travel-mini__summary strong{font-weight: 850;}
.demo-v9 .ggq-travel-mini__cta{
  display:flex;
  align-items:center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: nowrap;
  text-align: right;
  padding-top: 0;
  border-top: 0;
  font-size: 13px;
  color: var(--muted);
  flex: 0 0 auto;
}
.demo-v9 .ggq-travel-mini__open{
  display:inline-flex;
  align-items:center;
  justify-content: flex-end;
  gap: 6px;
  font-weight: 850;
  color: var(--fg);
  white-space: nowrap;
}
.demo-v9 .ggq-travel-mini__open-sep{
  color: color-mix(in srgb, var(--muted) 72%, var(--fg) 28%);
  font-weight: 700;
  margin-right: 2px;
}
.demo-v9 .ggq-travel-mini__dots{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
.demo-v9 .ggq-travel-mini__handle{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--border) 85%, transparent);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 6px 14px rgba(2, 6, 23, 0.10);
}
.demo-v9 .ggq-travel-mini__handle::before{
  content:"";
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fg) 55%, var(--muted) 45%);
  box-shadow: 0 -5px 0 color-mix(in srgb, var(--fg) 55%, var(--muted) 45%),
              0  5px 0 color-mix(in srgb, var(--fg) 55%, var(--muted) 45%);
}

.demo-v9 .ggq-travel-drawer-scrim{
  position: fixed;
  inset: 0;
  top: var(--ggq-site-header-h);
  background: rgba(2, 6, 23, 0.55);
  z-index: 9800;
}
.demo-v9 .ggq-travel-drawer-scrim[hidden]{display:none;}
.demo-v9 .ggq-travel-drawer{
  position: fixed;
  top: var(--ggq-site-header-h);
  right: 0;
  height: calc(100vh - var(--ggq-site-header-h));
  width: min(100vw, clamp(560px, 80vw, 1200px));
  background: var(--card);
  border-left: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(2,6,23,0.35);
  transform: translateX(110%);
  transition: transform 160ms ease;
  z-index: 9900;
  display:flex;
  flex-direction: column;
}
.demo-v9 .ggq-travel-drawer.is-open{transform: translateX(0);}
.demo-v9 .ggq-travel-drawer__header{
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(226,232,240,0.18);
  background: var(--ggq-drawer-header-bg);
  color:#e2e8f0;
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.24);
}
.demo-v9 .ggq-travel-drawer__header-inner{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 9px 12px;
}
.demo-v9 .ggq-travel-drawer__brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width: 0;
}
.demo-v9 .ggq-travel-drawer__brand img{height: 54px; display:block;}
.demo-v9 .ggq-logo--light{display:none;}
.demo-v9 .ggq-travel-drawer__tabs{
  display:flex;
  gap: 8px;
  align-items:center;
}
.demo-v9 .ggq-travel-drawer__tab{
  border: 0;
  background: transparent;
  color:#e2e8f0;
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--ggq-font-body);
  font-weight: 650;
  letter-spacing: -0.005em;
}
.demo-v9 .ggq-travel-drawer__tab:hover{background: rgba(255,255,255,0.10); color:#fff;}
.demo-v9 .ggq-travel-drawer__tab.is-active{background: rgba(255,255,255,0.18); color:#fff;}
.demo-v9 .ggq-travel-drawer__tab:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}
.demo-v9 .ggq-travel-drawer__header-actions{
  margin-left:auto;
  display:flex;
  gap: 10px;
  align-items:center;
}
.demo-v9 .ggq-travel-drawer__header-btn{
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color:#e2e8f0;
  padding: 8px 10px;
  border-radius: 12px;
  cursor:pointer;
  font-family: var(--ggq-font-body);
  font-weight: 650;
}
.demo-v9 .ggq-travel-drawer__header-btn--icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.demo-v9 .ggq-travel-drawer__header-btn--icon svg{
  width: 18px;
  height: 18px;
  display:block;
}
.demo-v9 .ggq-travel-drawer__header-btn:hover{background: rgba(255,255,255,0.12); color:#fff;}
.demo-v9 .ggq-travel-drawer__header-btn:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}
.demo-v9 .ggq-travel-drawer__body{
  padding: 14px 16px 18px;
  overflow:auto;
  overscroll-behavior: contain;
  flex: 1 1 auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.demo-v9 .ggq-travel-drawer__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items:start;
}
@media (min-width: 1024px){
  .demo-v9 .ggq-travel-drawer__grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "itin access"
      "map map";
  }
  .demo-v9 .ggq-travel-drawer__card--itin{grid-area: itin;}
  .demo-v9 .ggq-travel-drawer__card--access{grid-area: access;}
  .demo-v9 .ggq-travel-drawer__card--map{grid-area: map;}
}
.demo-v9 .ggq-travel-drawer__layout{
  height: 100%;
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items:stretch;
  min-height: 0;
}
.demo-v9 .ggq-travel-drawer__left{
  min-width: 0;
  min-height: 0;
  overflow:auto;
  padding-right: 2px;
}
.demo-v9 .ggq-travel-drawer__right{
  min-width: 0;
  min-height: 0;
  overflow:hidden;
}
.demo-v9 .ggq-travel-drawer__section{margin-top: 0;}
.demo-v9 .ggq-travel-drawer__section + .ggq-travel-drawer__section{margin-top: 14px;}
.demo-v9 .ggq-travel-print-only{display:none;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="itin"] [data-ggq-travel-section="access"]{display:none;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="itin"] [data-ggq-travel-section="map"]{display:none;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="access"] [data-ggq-travel-section="itin"]{display:none;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="access"] [data-ggq-travel-section="map"]{display:block;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="map"] [data-ggq-travel-section="itin"]{display:none;}
.demo-v9 .ggq-travel-drawer[data-ggq-travel-view="map"] [data-ggq-travel-section="access"]{display:none;}

@media (max-width: 980px){
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="itin"] .ggq-travel-drawer__card--access{display:none;}
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="itin"] .ggq-travel-drawer__card--map{display:none;}
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="access"] .ggq-travel-drawer__card--itin{display:none;}
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="access"] .ggq-travel-drawer__card--map{display:block;}
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="map"] .ggq-travel-drawer__card--itin,
  .demo-v9 .ggq-travel-drawer[data-ggq-travel-view="map"] .ggq-travel-drawer__card--access{display:none;}
}

@media (max-width: 980px){
  .demo-v9 .ggq-travel-drawer__layout{height:auto; grid-template-columns: 1fr;}
  .demo-v9 .ggq-travel-drawer__left{overflow:visible;}
}
.demo-v9 .ggq-travel-drawer__subtitle{
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 850;
}
.demo-v9 .ggq-travel-drawer__drawer-title{
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin: 0 0 6px;
}
.demo-v9 .ggq-travel-drawer__map{
  width:100%;
  height: min(420px, 42vh);
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
}
.demo-v9 .ggq-travel-drawer__map-frame,
.demo-v9 .ggq-travel-drawer__map-img{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.demo-v9 .ggq-travel-drawer__map-img{
  object-fit: cover;
}
.demo-v9 .ggq-travel-drawer__map-print{
  display:none;
  width:100%;
  height: min(420px, 42vh);
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  object-fit: cover;
}
.demo-v9 .ggq-travel-drawer__map-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.demo-v9 .ggq-travel-drawer__map-fab{
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 430;
  border-radius: 999px;
  padding: 9px 13px;
  box-shadow: 0 12px 28px rgba(11, 107, 203, 0.38), 0 8px 18px rgba(2, 6, 23, 0.28);
}
.demo-v9 .ggq-travel-drawer__map-fab[hidden]{display:none;}
.demo-v9 .ggq-travel-drawer__map-fab:hover{
  transform: translateY(-1px);
}
.demo-v9 .ggq-travel-drawer__map-fab:focus-visible{
  outline: 2px solid rgba(226,232,240,0.82);
  outline-offset: 2px;
}

.demo-v9 .ggq-travel-drawer__card--map{
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.demo-v9 .ggq-travel-drawer__card--map > .pad{
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
}
.demo-v9 .ggq-travel-drawer__card--map .ggq-travel-drawer__map,
.demo-v9 .ggq-travel-drawer__card--map .ggq-travel-drawer__map-print{
  border: 0;
  border-radius: 0;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
.demo-v9 .ggq-travel-drawer__map--dest,
.demo-v9 .ggq-travel-drawer__map-print--dest{
  height: min(420px, 42vh) !important;
  min-height: 260px;
}
.demo-v9 .ggq-travel-drawer__card--map [data-ggq-travel-map-meta]{
  padding: 10px 14px;
  flex: 0 0 auto;
}

@media (min-width: 981px){
  .demo-v9 .ggq-travel-drawer__right{
    display:flex;
    flex-direction:column;
    min-height: 0;
  }
  .demo-v9 .ggq-travel-drawer__right > .card{
    flex: 1 1 auto;
    min-height: 0;
    display:flex;
    flex-direction:column;
  }
  .demo-v9 .ggq-travel-drawer__right > .card > .pad{
    flex: 1 1 auto;
    min-height: 0;
    display:flex;
    flex-direction:column;
  }
  .demo-v9 .ggq-travel-drawer__right .ggq-travel-drawer__map{
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
  }
}
.demo-v9 .ggq-travel-tooltip{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-size: 11px;
  line-height: 1.15;
  padding: 2px 8px;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.18);
  max-width: 240px;
  white-space: normal;
}
.demo-v9 .ggq-travel-tooltip::before{border-top-color: rgba(255,255,255,0.92);}
.demo-v9 .ggq-travel-drawer__muted{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.demo-v9 .ggq-travel-drawer__actions{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 10px;
}
.demo-v9 .ggq-travel-drawer__actions .btn.small{font-weight: 850;}

@media (prefers-reduced-motion: reduce){
  .demo-v9 .ggq-travel-drawer{transition:none;}
}

@media (min-width: 1024px){
  .demo-v9 .ggq-travel-drawer{
    width: min(100vw, clamp(560px, 80vw, 1200px));
  }
}

@page{
  margin: 8mm;
}

@media print{
  body.demo-v9{
    background:#fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body.demo-v9 > header.site-header,
  body.demo-v9 > main,
  body.demo-v9 > .overlay,
  body.demo-v9 > #destinationsOverlay,
  body.demo-v9 > .ggq-travel-drawer-scrim{
    display:none !important;
  }
  .demo-v9 .ggq-travel-drawer{
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .demo-v9 .ggq-travel-drawer__header{display:none !important;}
  .demo-v9 .ggq-travel-drawer__body{overflow: visible !important; padding: 0 !important;}
  .demo-v9 .ggq-travel-drawer .pad{padding: 10px !important;}
  .demo-v9 .ggq-travel-drawer [data-ggq-travel-section="itin"],
  .demo-v9 .ggq-travel-drawer [data-ggq-travel-section="access"]{display:block !important;}
  .demo-v9 .ggq-travel-drawer__card--itin,
  .demo-v9 .ggq-travel-drawer__card--access{display:block !important;}
  .demo-v9 .ggq-travel-drawer__actions{display:none !important;}
  .demo-v9 .ggq-travel-print-only{display:block !important;}
  .demo-v9 .ggq-travel-drawer [data-ggq-travel-crumb]{display:none !important;}
  .demo-v9 .ggq-travel-drawer .ggq-itin-stops{margin-top: 6px !important;}
  .demo-v9 .ggq-travel-drawer .ggq-itin-stops li{margin-bottom: 4px !important; padding: 4px 6px !important;}
  .demo-v9 .ggq-travel-drawer .ggq-itin-stops .meta{display:none !important;}
  .demo-v9 .ggq-travel-drawer .transit-box{gap: 6px 10px !important; margin-top: 6px !important;}
  .demo-v9 .ggq-travel-drawer .transit-item{font-size: 12px !important;}
  .demo-v9 .ggq-travel-drawer__section{margin-top: 0 !important;}
  .demo-v9 .ggq-travel-drawer__section + .ggq-travel-drawer__section{margin-top: 0 !important;}
  .demo-v9 .ggq-travel-drawer__layout{
    height: auto !important;
    display:block !important;
  }
  .demo-v9 .ggq-travel-drawer__left{display:block !important; overflow: visible !important; padding-right: 0 !important;}
  .demo-v9 .ggq-travel-drawer__right{display:block !important; clear: both !important; margin-top: 12px !important; overflow: visible !important;}
  .demo-v9 .ggq-travel-drawer [data-ggq-travel-section="itin"]{float:left !important; width: 49% !important; break-inside: avoid-page !important;}
  .demo-v9 .ggq-travel-drawer [data-ggq-travel-section="access"]{float:right !important; width: 49% !important; break-inside: avoid-page !important;}
  .demo-v9 .ggq-travel-drawer__card--map{width: 100% !important; break-inside: avoid-page !important;}
  .demo-v9 .ggq-travel-drawer__map-print{display:none !important; height: 110mm !important; min-height: 110mm !important;}
  .demo-v9 .ggq-travel-drawer__map-print[data-ready="1"]{display:block !important;}
  .demo-v9 .ggq-travel-drawer__map{
    height: 110mm !important;
    min-height: 110mm !important;
  }
  .demo-v9 .ggq-travel-drawer__map-print[data-ready="1"] + .ggq-travel-drawer__map{display:none !important;}
  .demo-v9 .ggq-travel-drawer__map-fab{display:none !important;}
  .demo-v9 .ggq-travel-drawer__map .leaflet-control-zoom{display:none !important;}
  .demo-v9 .ggq-travel-drawer__map .leaflet-tile{filter:none !important;}
}
.demo-v9 .dest-head::after{content:""; display:block; clear: both;}
.demo-v9 .dest-head__ad{
  float:none;
  display:flex;
  justify-content:flex-end;
  width: 728px;
  height: 90px;
  max-width: 100%;
  margin: 0 0 var(--ggq-dest-banner-gap) auto;
  overflow: visible;
}
.demo-v9 .dest-head[data-ggq-banner-shape="tall"] .dest-head__ad{height: 110px;}
.demo-v9 .dest-head__ad[data-ggq-banner-shape="tall"]{height: 110px;}
.demo-v9 .dest-head__ad > a{display:block; width:100%; height:100%;}
.demo-v9 .dest-head__ad > img,
.demo-v9 .dest-head__ad > a > img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.demo-v9 .pub-baniere{
  display:flex;
  justify-content:flex-start;
  width: 100%;
  padding: 0;
}
.demo-v9 .pub-baniere > a{
  display:block;
  width:100%;
}
.demo-v9 .pub-baniere img{
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  max-height: 110px;
  height: auto;
  object-fit: contain;
}

.demo-v9 .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip: rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.demo-v9 .ggq-demo-shell__group{padding: 6px 0;}
.demo-v9 .ggq-demo-shell__group-title{
  padding: 6px 12px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.demo-v9 .ggq-demo-shell__item{
  display:grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: baseline;
}
.demo-v9 .ggq-demo-shell__item-icon{opacity: 0.9;}
.demo-v9 .ggq-demo-shell__item-main{font-weight: 650;}
.demo-v9 .ggq-demo-shell__item-meta{
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.demo-v9 .ggq-search-page{
  margin-top: 10px;
  scroll-margin-top: calc(var(--ggq-site-header-h) + 18px);
}
.demo-v9 .ggq-search-page[hidden]{display:none !important;}
.demo-v9 .ggq-search-page__hero{
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--border));
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, var(--card)) 0%, var(--card) 100%);
}
.demo-v9 .ggq-search-page__kicker{
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 850;
}
.demo-v9 .ggq-search-page__title{
  margin: 0;
  font-family: var(--ggq-font-display);
  font-weight: 650;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 4vw, 34px);
}
.demo-v9 .ggq-search-page__count{
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-family: var(--ggq-font-mono);
}
.demo-v9 .ggq-search-page__summary{
  margin-top: 10px;
}
.demo-v9 .ggq-search-page__summary > p{
  margin-bottom: 10px;
}
.demo-v9 .ggq-search-page__list{
  margin-top: 12px;
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.demo-v9 .ggq-search-page__item{
  text-decoration:none;
  color: inherit;
  border: 1px solid var(--border);
  background: var(--card);
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.demo-v9 .ggq-search-page__item:hover{
  border-color: color-mix(in srgb, var(--accent) 36%, var(--border));
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.10);
  transform: translateY(-1px);
}
.demo-v9 .ggq-search-page__item-kicker{
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 850;
}
.demo-v9 .ggq-search-page__item-title{
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: var(--ggq-font-display);
  font-weight: 650;
}
.demo-v9 .ggq-search-page__item-snippet{
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--fg) 84%, var(--muted));
  font-size: 14px;
  line-height: 1.45;
}
.demo-v9 .ggq-search-page__item-link{
  margin-top: 8px;
  font-size: 12px;
  color: color-mix(in srgb, var(--accent) 65%, var(--muted));
  font-family: var(--ggq-font-mono);
  word-break: break-all;
}
.demo-v9 .ggq-search-page__loading,
.demo-v9 .ggq-search-page__empty{
  border: 1px dashed var(--border);
  background: color-mix(in srgb, var(--bg) 92%, #000 8%);
  color: var(--muted);
}

.demo-v9 .map-empty{color: var(--muted); font-size: 13px; line-height: 1.45;}
.demo-v9 .map-detail__title{
  display:grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-size: 18px;
  font-family: var(--ggq-font-body);
}
.demo-v9 .map-detail__icon{opacity: 0.9;}
.demo-v9 .map-detail__name{min-width: 0;}
.demo-v9 .map-detail__meta{margin-top: 4px; color: var(--muted); font-size: 13px;}
.demo-v9 .map-detail__kv{margin-top: 10px; font-size: 13px; color: var(--muted); line-height: 1.35;}
.demo-v9 .map-detail__kv span{
  display:block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 80%, #000 20%);
}
.demo-v9 .map-detail__kv div{margin-top: 2px; color: color-mix(in srgb, var(--fg) 92%, var(--muted) 8%);}
.demo-v9 .map-detail__addr-line2{margin-top: 2px; color: color-mix(in srgb, var(--fg) 92%, var(--muted) 8%);}
.demo-v9 .map-detail__actions{margin-top: 12px;}
.demo-v9 .map-detail__head{display:flex; justify-content:space-between; gap: 10px; align-items:flex-start;}
.demo-v9 .map-detail__fav{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--fg);
  border-radius: 12px;
  padding: 8px;
  cursor: pointer;
}
.demo-v9 .map-detail__fav:hover{background: color-mix(in srgb, var(--fg) 6%, transparent);}
.demo-v9 .map-detail__fav.is-on{
  background: color-mix(in srgb, var(--accent) 12%, var(--bg));
  border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
}
.demo-v9 .map-detail__fav svg{width: 18px; height: 18px;}

.demo-v9 .map-local-search{margin-top: 10px;}
.demo-v9 .map-local-search input{
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
  background: color-mix(in srgb, var(--bg) 96%, #fff 4%);
  color: var(--fg);
  font-size: 15px;
}
.demo-v9 .map-local-results{
  margin-top: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg);
  overflow: hidden;
  max-height: 260px;
  overflow-y: auto;
}
.demo-v9 .map-local-results[hidden]{display:none;}
.demo-v9 .map-local-results a{
  display:block;
  padding: 11px 13px;
  text-decoration:none;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 65%, transparent);
}
.demo-v9 .map-local-results a:last-child{border-bottom:0;}
.demo-v9 .map-local-results a:hover{background: color-mix(in srgb, var(--accent) 10%, transparent);}
.demo-v9 .map-local-results small{display:block; color: var(--muted); font-size: 13px;}

.demo-v9 .map-filter-select{
  margin-top: 10px;
  position: relative;
}
.demo-v9 .map-filter-select select{
  width: 100%;
  padding: 10px 42px 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--fg);
  appearance: none;
}
.demo-v9 .map-filter-select::after{
  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
  font-size: 14px;
}
.demo-v9 .map-filter-select select:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}

.demo-v9 .map-filters{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: max-content;
  gap: 10px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.demo-v9 .map-filter{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--fg);
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}
.demo-v9 .map-filter:hover{background: color-mix(in srgb, var(--fg) 6%, transparent);}
.demo-v9 .map-filter.is-off{opacity: 0.45;}
.demo-v9 .map-filter__dot{width: 10px; height: 10px; border-radius: 50%;}
.demo-v9 .map-filter__count{color: var(--muted); font-size: 12px;}

@media (max-width: 1120px){
  .demo-v9 .header-inner{gap: 10px;}
  .demo-v9 .ggq-nav-primary{gap: 8px;}
  .demo-v9 .nav a, .demo-v9 .nav button{padding: 7px 8px;}
  .demo-v9 .header-actions{grid-template-columns: minmax(0, 1fr) minmax(220px, 345px) max-content;}
  .demo-v9 .search{
    max-width: 345px;
    transform: translateX(var(--ggq-search-auto-shift, -42px));
  }
  .demo-v9 .brand-tagline{display:block; font-size: 11px;}
}

@media (max-width: 1024px){
  body.demo-v9{
    --ggq-shell-top-gutter: 18px;
  }
  .demo-v9 .brand img{height: 56px;}
  .demo-v9 .header-inner{flex-wrap: nowrap;}
  .demo-v9 .header-actions{flex-wrap: nowrap; justify-content:flex-end; gap: 8px;}
  .demo-v9 .ggq-nav-primary{
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .demo-v9 .ggq-nav-primary::-webkit-scrollbar{display:none;}
  .demo-v9 .ggq-nav-primary a{white-space: nowrap;}
  .demo-v9 .search{
    position: static;
    left: auto;
    top: auto;
    transform: none;
    max-width: none;
    flex: 0 0 auto;
    width: 44px;
    min-width: 44px;
    height: 44px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .demo-v9 .search input{width: 0; height: 0; padding: 0; border: 0; opacity: 0; pointer-events: none;}
  .demo-v9 .search-btn{
    position: static;
    right: auto;
    top: auto;
    transform: none;
    width: 44px;
    height: 44px;
    padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 12px;
  }

  body.demo-v9.ggq-search-open{overflow:hidden;}
  body.demo-v9.ggq-search-open > header.site-header{z-index: 7600;}
  body.demo-v9.ggq-search-open::before{
    content:"";
    position: fixed;
    inset: 0;
    top: var(--ggq-site-header-h);
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 7400;
  }
  .demo-v9 .search[data-ggq-search-open="1"]{
    position: fixed;
    top: calc(var(--ggq-site-header-h) + 18px);
    left: 14px;
    right: 14px;
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    transform: none;
    width: auto;
    max-width: none;
    min-width: 0;
    z-index: 7500;
    padding: 0;
    height: auto;
    display:flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    overflow: hidden;
    background: var(--ggq-header-bg-scrolled);
    box-shadow: 0 22px 60px rgba(2, 6, 23, 0.35);
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-overlay-head{
    display:grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items:center;
    gap: 10px;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(226,232,240,0.18);
    background: var(--ggq-header-bg-scrolled);
    color: #e2e8f0;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-overlay-brand{
    display:inline-flex;
    align-items:center;
    text-decoration: none;
    color: inherit;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-overlay-brand img{
    height: 34px;
    width: auto;
    display:block;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-overlay-title{
    min-width: 0;
    color: #fff;
    font-family: var(--ggq-font-body);
    font-weight: 750;
    letter-spacing: -0.01em;
    font-size: 18px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .demo-v9 .search[data-ggq-search-open="1"] input{
    width: 100%;
    height: auto;
    order: 1;
    margin: 10px 12px 8px;
    width: calc(100% - 24px);
    padding:14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.98);
    color: #0f172a;
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
    text-align-last: auto;
    box-shadow: 0 22px 60px rgba(2, 6, 23, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .demo-v9 .search[data-ggq-search-open="1"] input::placeholder{color: rgba(15,23,42,0.46);}
  .demo-v9 .search[data-ggq-search-open="1"] .search-btn{
    order: 2;
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    border: 0;
    background: color-mix(in srgb, var(--accent) 92%, #0b1220 8%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    font-family: var(--ggq-font-body);
    font-weight: 850;
    box-shadow: 0 18px 46px rgba(2, 6, 23, 0.35);
  }
  .demo-v9 .search[data-ggq-search-open="1"] .search-btn svg{width: 20px; height: 20px;}
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-btn-label{display:inline;}
  .demo-v9 .search .search-btn[data-ggq-mobile-hidden="1"],
  .demo-v9 .search[data-ggq-search-open="1"] .search-btn{
    display: none !important;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-cancel{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    order: 0;
    align-self: center;
    height: 44px;
    min-width: 44px;
    width: 44px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color:#e2e8f0;
    font-family: var(--ggq-font-body);
    font-size: 0;
    font-weight: 800;
    cursor:pointer;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-cancel::before{
    content: "×";
    font-size: 30px;
    line-height: 1;
    transform: translateY(-1px);
  }
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-cancel:hover{background: rgba(255,255,255,0.12); color:#fff;}
  .demo-v9 .search[data-ggq-search-open="1"] .ggq-search-cancel:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}
  .demo-v9 .search[data-ggq-search-open="1"] .search-results{
    order: 2;
    position: static;
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    max-height: calc(100vh - var(--ggq-site-header-h) - 230px);
    max-height: calc(100dvh - var(--ggq-site-header-h) - 230px);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(2, 6, 23, 0.30);
  }
}

@media (max-width: 980px){
  .demo-v9 .ggq-site-footer{
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
  .demo-v9 .banner-section img{
    max-width: 100%;
  }
  .demo-v9 .top-grid{grid-template-columns: 1fr;}
  .demo-v9 .top-main,
  .demo-v9 .top-side{grid-column: auto;}
  .demo-v9 .hero-grid{grid-template-columns: 1fr;}
  .demo-v9 .ggq-home-inline-news__head{
    flex-wrap: wrap;
    align-items: center;
  }
  .demo-v9 .top-banner{display:none;}
  .demo-v9 .dest-head{
    padding: 12px 0 6px;
    display:flex;
    flex-direction: column;
    gap: 10px;
  }
  .demo-v9 .dest-head::after{display:none;}
  .demo-v9 .dest-head__main{padding-right: 0; display: contents;}
  .demo-v9 .dest-head [data-dest-crumb]{order: 1;}
  .demo-v9 .dest-head [data-dest-title]{order: 2;}
	  .demo-v9 .dest-head__ad{
	    order: 3;
	    float:none;
	    width: 100%;
	    height:auto;
	    margin: 0;
	  }
	  .demo-v9 .dest-head__meta{position: static; width: 100%; order: 4; z-index: auto; margin-top: 0;}
	  .demo-v9 .dest-head [data-dest-hero]{order: 5;}
	  .demo-v9 .dest-head [data-dest-gallery]{order: 6;}
	  .demo-v9 .dest-head__desc{margin-top: 0; order: 7;}
	  .demo-v9 .dest-head [data-dest-calendar]{order: 8;}
	  .demo-v9 .dest-head__ad > a{height:auto;}
	  .demo-v9 .dest-head__ad > img,
	  .demo-v9 .dest-head__ad > a > img{
	    width:100%;
	    max-width: 728px;
    height:auto;
    max-height: 110px;
  }
  .demo-v9 .pub-baniere{justify-content:flex-start;}
  .demo-v9 .ggq-site-footer__actions{
    width: 100%;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    order: -1;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .demo-v9 .ggq-site-footer__lang,
  .demo-v9 .ggq-site-footer__lang-open{
    display: none;
  }
  .demo-v9 .ggq-site-footer__settings{
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 104px);
    justify-content: space-between;
  }
  .demo-v9 .ggq-site-footer__auth{
    flex: 0 0 44px;
  }
}

@media (max-width: 720px){
  .demo-v9 .ggq-nav-primary{flex-wrap: nowrap;}
  .demo-v9 .ggq-nav-icon__label{display:none;}
  .demo-v9 .header-actions{
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    margin-left: 0;
    overflow: visible;
    display: block;
  }
  .demo-v9 .search{
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    min-width: 0;
    height: 0;
    max-width: none;
    margin: 0;
    transform: none;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .demo-v9 .search-btn{display:none;}
  .demo-v9 .search[data-ggq-search-open="1"]{
    display:flex;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
  }
  .demo-v9 .search[data-ggq-search-open="1"] .search-btn{display:flex;}
  .demo-v9 .ggq-nav-tools{display:none;}
  .demo-v9 .ggq-nav-primary{display:none;}
  .demo-v9 .header-inner{gap: 8px; align-items: center;}
  .demo-v9 .brand{
    display:flex;
    align-items:center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }
  .demo-v9 .brand img{height: 46px;}
  .demo-v9 .brand-tagline{
    display:block;
    font-size: 10px;
    line-height: 1.04;
    font-weight: 820;
    letter-spacing: -0.005em;
    white-space: normal;
  }
  body.demo-v9.ggq-header-has-title .brand-tagline{display:none;}
  body.demo-v9.ggq-header-has-title .brand{flex: 0 0 auto;}

  body.demo-v9.ggq-header-has-title .ggq-header-titleblock{display:flex;}
  .demo-v9 .ggq-header-titleblock{
    flex: 1 1 auto;
    min-width: 0;
    display:none;
    flex-direction: column;
    gap: 2px;
    padding: 0 8px;
  }
  body.demo-v9.ggq-header-has-title .ggq-header-titleblock{
    align-items: flex-start;
    text-align: left;
    padding-left: 6px;
    padding-right: 8px;
  }
  body.demo-v9.ggq-header-has-title .ggq-header-title,
  body.demo-v9.ggq-header-has-title .ggq-header-crumb{
    text-align: left;
    text-align-last: auto;
  }
  body.demo-v9.ggq-header-kind-destination .ggq-header-titleblock.ggq-header-titleblock--dest-nav{
    cursor: pointer;
    border-radius: 10px;
    -webkit-tap-highlight-color: rgba(255,255,255,0.14);
    touch-action: manipulation;
  }
  body.demo-v9.ggq-header-kind-destination .ggq-header-titleblock.ggq-header-titleblock--dest-nav:active{
    background: rgba(255,255,255,0.08);
  }
  body.demo-v9.ggq-header-kind-destination .ggq-header-titleblock.ggq-header-titleblock--dest-nav:focus-visible{
    outline: 2px solid rgba(226,232,240,0.55);
    outline-offset: 2px;
  }
  body.demo-v9:not(.ggq-header-has-crumb) .ggq-header-crumb{display:none;}
  .demo-v9 .ggq-header-crumb{
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.02em;
    line-height: 1.15;
    color: rgba(226,232,240,0.72);
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
  }
  .demo-v9 .ggq-header-title{
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: #ffffff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    transition: font-size var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), letter-spacing var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), opacity var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
  }

  .demo-v9 .ggq-header-back{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    color: rgba(226,232,240,0.92);
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    touch-action: manipulation;
  }
  body.demo-v9.ggq-header-has-title .ggq-header-titleblock{display:flex;}
  body.demo-v9.ggq-header-scrolled .brand{display:flex;}
  body.demo-v9.ggq-header-scrolled .ggq-header-back{display:none;}
  .demo-v9 .ggq-header-back:hover{background: rgba(255,255,255,0.10); color:#fff;}
  .demo-v9 .ggq-header-back:focus-visible{outline: 2px solid rgba(226,232,240,0.55); outline-offset: 2px;}

  body.demo-v9.ggq-header-scrolled .site-header{
    background: var(--ggq-header-bg-scrolled);
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.30);
  }
  body.demo-v9.ggq-header-collapsed .site-header{
    background: rgba(6, 10, 20, 0.90);
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
  }
  body.demo-v9.ggq-header-collapsed .header-inner{padding: 6px 0;}
  body.demo-v9.ggq-header-collapsed .brand img{height: 40px;}
  body.demo-v9.ggq-header-collapsed .brand-tagline{font-size: 9px; opacity: 0.82;}
  body.demo-v9.ggq-header-collapsed .ggq-header-title{font-size: 15px; letter-spacing: -0.01em;}
  body.demo-v9.ggq-header-collapsed .ggq-header-crumb{
    max-height: 0;
    opacity: 0;
    margin: 0;
    line-height: 0.8;
    transition: max-height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), opacity var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), margin var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), line-height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
  }
  body.demo-v9:not(.ggq-header-collapsed) .ggq-header-crumb{
    max-height: 24px;
    opacity: 1;
    transition: max-height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), opacity var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), margin var(--ggq-header-resize-dur) var(--ggq-header-resize-ease), line-height var(--ggq-header-resize-dur) var(--ggq-header-resize-ease);
  }
  .demo-v9 .top-main > .dest-head{margin-top: 0;}

  body.demo-v9.ggq-header-kind-destination [data-dest-crumb],
  body.demo-v9.ggq-header-kind-destination [data-dest-title]{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }
}

/* Mobile tab bar (thumb navigation) */
.demo-v9 .ggq-mobile-tabbar{display:none;}
@media (max-width: 720px){
  body.demo-v9{padding-bottom: calc(72px + env(safe-area-inset-bottom));}
  body.demo-v9.ggq-modal-open{padding-bottom: 0;}
  body.demo-v9.ggq-modal-open .ggq-mobile-tabbar{display:none;}

  .demo-v9 .ggq-mobile-tabbar{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6400;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(11,18,32,0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .demo-v9 .ggq-mobile-tabbar__item{
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: rgba(226,232,240,0.92);
    border-radius: 16px;
    height: 52px;
    padding: 0;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 4px;
    font-family: var(--ggq-font-body);
    text-decoration:none;
    cursor:pointer;
    touch-action: manipulation;
  }
  .demo-v9 .ggq-mobile-tabbar__item:hover{background: rgba(255,255,255,0.10); color:#fff;}
  .demo-v9 .ggq-mobile-tabbar__item.is-active{
    background: rgba(255,255,255,0.16);
    color:#fff;
    border-color: rgba(255,255,255,0.22);
  }
  .demo-v9 .ggq-mobile-tabbar__icon{display:inline-flex; align-items:center; justify-content:center;}
  .demo-v9 .ggq-mobile-tabbar__icon svg{width: 20px; height: 20px; display:block;}
  .demo-v9 .ggq-mobile-tabbar__label{font-size: 10px; font-weight: 800; letter-spacing: -0.01em;}
  .demo-v9 .ggq-mobile-tabbar__settings-group{
    display: inline-flex;
    gap: 6px;
    align-items: stretch;
    justify-self: end;
  }
  .demo-v9 .ggq-mobile-tabbar__utility{
    width: 44px;
    min-width: 44px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: rgba(226,232,240,0.92);
    border-radius: 14px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    touch-action: manipulation;
  }
  .demo-v9 .ggq-mobile-tabbar__utility:hover{
    background: rgba(255,255,255,0.10);
    color: #fff;
  }
  .demo-v9 .ggq-mobile-tabbar__utility:focus-visible{
    outline: 2px solid rgba(226,232,240,0.55);
    outline-offset: 2px;
  }
}

/* Debug helpers (v9) — enable with ?grid=1 and/or ?baseline=1 */
.demo-v9.ggq-debug-baseline .article{
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(1.62em - 1px),
    rgba(199, 73, 58, 0.18) calc(1.62em - 1px),
    rgba(199, 73, 58, 0.18) 1.62em
  );
  background-size: 100% 1.62em;
  background-position: 0 0;
}

.ggq-debug-grid-overlay{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9990;
}
.ggq-debug-grid-overlay__container{height: 100%;}
.ggq-debug-grid-overlay__cols{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  height: 100%;
}
.ggq-debug-grid-overlay__col{
  background: rgba(199, 73, 58, 0.06);
  outline: 1px solid rgba(199, 73, 58, 0.22);
  outline-offset: -1px;
}

.demo-v9.ggq-debug-grid main.container{
  outline: 1px dashed rgba(199, 73, 58, 0.55);
  outline-offset: -1px;
}
.demo-v9.ggq-debug-grid .site-header .container{
  outline: 1px dashed rgba(34, 197, 94, 0.55);
  outline-offset: -1px;
}
.demo-v9.ggq-debug-grid .article{
  outline: 1px dashed rgba(11, 107, 203, 0.55);
  outline-offset: -1px;
}

.ggq-debug-badge{
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
  background: rgba(2, 6, 23, 0.78);
  color: rgba(226, 232, 240, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 650;
  pointer-events: none;
}

/* Editor auth footer (v9) */
.demo-v9 .ggq-editor-auth-footer{
  max-width: 1200px;
  margin: 14px auto 24px;
  padding: 0 16px;
  display: flex;
  justify-content: flex-end;
}
.demo-v9 .ggq-editor-auth-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.45);
  color: rgba(148, 163, 184, 0.95);
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.demo-v9 .ggq-editor-auth-link svg{
  width: 14px;
  height: 14px;
  opacity: .86;
}
.demo-v9 .ggq-editor-auth-link:hover,
.demo-v9 .ggq-editor-auth-link:focus-visible{
  background: rgba(15, 23, 42, 0.62);
  border-color: rgba(148, 163, 184, 0.56);
  color: #e2e8f0;
}
.demo-v9 .ggq-editor-auth-link:focus-visible{
  outline: 2px solid rgba(148, 163, 184, 0.55);
  outline-offset: 2px;
}
@media (max-width: 720px){
  .demo-v9 .ggq-editor-auth-footer{
    justify-content: center;
    padding: 0 12px calc(84px + env(safe-area-inset-bottom));
    margin: 10px auto 0;
  }
}
