/*
Theme Name: Edheun Qilim
Theme URI: https://edheun.com
Author: Edheun
Description: Carnet d'Albanie, direction « Qilim rose » : grille en blocs, broderie en losanges, aigle d'un trait, rouge pastel.
Version: 2.0.0
Requires PHP: 8.0
Text Domain: edheun
*/

/* ── Tokens ─────────────────────────────────────────────────── */
:root {
	--q-paper: #FAF5F1; --q-card: #FFFDFB; --q-rose: #F7DDD8; --q-rose2: #F0BDB5; --q-coral: #DE6B61;
	--q-red: #A9392F; --q-red-dark: #8C2E26; --q-ink: #2B201E; --q-stone: #6F5F5B; --q-soft: #5E4C48;
	--q-text: #3A2C29; --q-line: #EBDCD6; --q-cream: #F6EDE7;
	--q-serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
	--q-sans: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--q-read: 'Newsreader', Georgia, 'Times New Roman', serif;
	--q-radius: 10px; --q-gap: 16px; --q-pad: 56px;
	--q-band: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16'%3E%3Cpath d='M2 8L14 1.5L26 8L14 14.5ZM9 8L14 5L19 8L14 11Z' fill='none' stroke='%23DE6B61' stroke-width='1.3'/%3E%3C/svg%3E");
}

/* ── Base ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--q-paper); color: var(--q-ink); font: 16px/1.55 var(--q-sans); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--q-ink); text-decoration: none; }
a:hover { color: var(--q-red); }
h1, h2, h3, h4, p { text-wrap: pretty; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--q-red); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--q-ink); color: #fff; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { left: 16px; top: 16px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }

/* Line drawings */
svg .ln { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
svg .ln-b { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
svg .ln-t { fill: none; stroke: currentColor; stroke-width: .9; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
svg .dot { fill: currentColor; stroke: none; }
svg .acc { color: var(--q-coral); }
svg .soft { opacity: .42; }
.q-tile--rose svg .acc, .q-thumb--line svg .acc, .q-tile--rose2 svg .acc { color: var(--q-red); }
.q-icon { display: inline-block; flex-shrink: 0; vertical-align: middle; }
.q-icon .ln { stroke-width: 1.7; }

/* ── Layout ─────────────────────────────────────────────────── */
.q-wrap { width: 100%; max-width: calc(1328px + 2 * var(--q-pad)); margin: 0 auto; padding-left: var(--q-pad); padding-right: var(--q-pad); }
.q-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--q-gap); }
.q-row { margin-top: var(--q-gap); }
.q-main > .q-row:first-child, .q-main > .q-crumbs + .q-article > .q-row:first-child { margin-top: 28px; }
.q-row--last { margin-bottom: 56px; }
.s-12 { grid-column: span 12; } .s-8 { grid-column: span 8; } .s-7 { grid-column: span 7; } .s-6 { grid-column: span 6; }
.s-5 { grid-column: span 5; } .s-4 { grid-column: span 4; } .s-3 { grid-column: span 3; }

/* ── Tiles ──────────────────────────────────────────────────── */
.q-tile { position: relative; overflow: hidden; min-width: 0; border-radius: var(--q-radius); padding: 30px 32px; background: var(--q-card); border: 1px solid var(--q-line); color: var(--q-ink); }
:where(a.q-tile) { display: block; }
a.q-tile { transition: transform .18s ease, box-shadow .18s ease; }
a.q-tile:hover { color: inherit; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(43, 32, 30, .07); }
.q-tile--rose { background: var(--q-rose); border-color: transparent; }
.q-tile--rose2 { background: var(--q-rose2); border-color: transparent; }
.q-tile--cream { background: var(--q-cream); border-color: transparent; }
.q-tile--ink { background: var(--q-ink); border-color: transparent; color: #fff; }
.q-tile--red { background: var(--q-red); border-color: transparent; color: #fff; }
.q-tile--ink a, .q-tile--red a { color: #fff; }
.q-corner { position: absolute; width: 36px; height: 36px; color: var(--q-red); pointer-events: none; }
.q-corner--tl { left: 16px; top: 16px; } .q-corner--tr { right: 16px; top: 16px; }
.q-corner--bl { left: 16px; bottom: 16px; } .q-corner--br { right: 16px; bottom: 16px; }

/* ── Type ───────────────────────────────────────────────────── */
.q-eyebrow { margin: 0; font: 600 12px/1.3 var(--q-sans); letter-spacing: 2px; text-transform: uppercase; color: var(--q-red); }
.q-eyebrow--light { color: rgba(255, 255, 255, .85); }
.q-eyebrow--rose { color: var(--q-rose2); }
.q-h1 { margin: 0; font: 400 clamp(52px, 7.2vw, 96px)/.94 var(--q-serif); letter-spacing: -.02em; }
.q-h1 em, .q-h2 em { color: var(--q-red); }
.q-h1--page { font-size: clamp(46px, 6.4vw, 88px); line-height: .96; }
.q-h2 { margin: 0; font: 400 clamp(34px, 3.8vw, 52px)/1.02 var(--q-serif); letter-spacing: -.01em; }
.q-lead { margin: 0; max-width: 470px; font-size: 18px; line-height: 1.55; color: var(--q-soft); }
.q-muted { margin: 0; color: var(--q-stone); }
.q-note { display: block; font-size: 12.5px; line-height: 1.5; color: var(--q-stone); }
.q-empty { margin: 32px 0 56px; font-size: 18px; color: var(--q-stone); }

/* ── Buttons, chips, links ──────────────────────────────────── */
.q-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border: 0; border-radius: 6px; font: 600 15px/1 var(--q-sans); cursor: pointer; transition: background .15s ease, color .15s ease; text-decoration: none; white-space: nowrap; }
.q-btn--red { background: var(--q-red); color: #fff; }
.q-btn--red:hover { background: var(--q-red-dark); color: #fff; }
.q-btn--ink { background: var(--q-ink); color: #fff; }
.q-btn--ink:hover { background: #000; color: #fff; }
.q-btn--ghost { background: transparent; color: var(--q-ink); box-shadow: inset 0 0 0 1px var(--q-ink); }
.q-btn--ghost:hover { background: var(--q-ink); color: #fff; }
.q-btn--rose { background: var(--q-rose); color: var(--q-ink); }
.q-btn--rose:hover { background: #fff; color: var(--q-ink); }
.q-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.q-more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: var(--q-red); }
.q-more:hover { color: var(--q-red-dark); }
.q-chips { display: flex; gap: 8px; align-items: center; }
.q-chips--wrap { flex-wrap: wrap; }
.q-chip { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--q-line); background: var(--q-card); color: var(--q-ink); font: 500 14px/1 var(--q-sans); cursor: pointer; white-space: nowrap; }
.q-chip span { font-size: 12px; color: var(--q-stone); }
.q-chip[aria-pressed="true"] span, .q-chip[aria-current="page"] span { color: rgba(255, 255, 255, .82); }
/* Small uppercase labels on the darker pink tiles need the ink colour for contrast. */
.q-tile--rose2 .q-eyebrow, .q-tile--rose2 .q-more { color: var(--q-ink); }
.q-chip:hover { border-color: var(--q-ink); color: var(--q-ink); }
.q-chip[aria-pressed="true"], .q-chip[aria-current="page"] { background: var(--q-ink); border-color: var(--q-ink); color: #fff; }
.q-iconbtn { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid var(--q-line); background: var(--q-card); color: var(--q-ink); cursor: pointer; }
.q-iconbtn:hover { border-color: var(--q-ink); }
.q-pill { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px; border-radius: 999px; background: var(--q-card); font-size: 14.5px; }
.q-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

/* ── Header & band ──────────────────────────────────────────── */
.q-band { height: 16px; background: var(--q-band) repeat-x left center; opacity: .85; }
.q-header { position: relative; z-index: 20; background: var(--q-paper); }
.q-header__inner { height: 84px; display: flex; align-items: center; gap: 36px; }
.q-brand { display: flex; align-items: center; gap: 12px; color: var(--q-ink); }
.q-brand:hover { color: var(--q-ink); }
.q-mark { width: 46px; height: 37px; color: var(--q-coral); flex-shrink: 0; }
.q-mark .ln { stroke-width: 1.9; }
.q-brand__copy { display: flex; flex-direction: column; gap: 3px; }
.q-brand__name { font: 400 31px/1 var(--q-serif); }
.q-brand__tag { font: 600 10.5px/1 var(--q-sans); letter-spacing: 2px; text-transform: uppercase; color: var(--q-stone); }
.q-nav { margin-left: auto; }
.q-nav__list, .q-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.q-nav a { font-size: 15px; font-weight: 500; }
.q-nav .current-menu-item > a, .q-nav .current_page_item > a, .q-nav .current-menu-ancestor > a { color: var(--q-red); }
.q-header__actions { display: flex; align-items: center; gap: 12px; }
.q-header__cta { height: 44px; font-size: 14.5px; }
.q-menu-toggle { display: none; }

/* Search dialog */
.q-search { border: 0; padding: 0; border-radius: 12px; width: min(640px, calc(100vw - 32px)); background: var(--q-card); color: var(--q-ink); box-shadow: 0 30px 80px rgba(43, 32, 30, .25); }
.q-search::backdrop { background: rgba(43, 32, 30, .45); }
.search-dialog__inner { position: relative; padding: 36px; }
.search-dialog__inner h2, .search-dialog__title { margin: 10px 0 6px; font: 400 40px/1 var(--q-serif); color: var(--q-ink); }
.search-dialog__inner p { margin: 0 0 18px; color: var(--q-stone); }
.search-dialog__close { position: absolute; right: 16px; top: 16px; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-form .search-field { width: 100%; height: 50px; padding: 0 16px; border-radius: 6px; border: 1px solid var(--q-line); background: var(--q-paper); font: 16px var(--q-sans); color: var(--q-ink); }
.search-form .search-submit { height: 50px; padding: 0 20px; border: 0; border-radius: 6px; background: var(--q-ink); color: #fff; font: 600 15px var(--q-sans); cursor: pointer; }

/* ── Footer ─────────────────────────────────────────────────── */
.q-footer { background: var(--q-ink); color: var(--q-cream); }
.q-footer .q-band { opacity: 1; }
.q-footer__inner { padding-top: 56px; padding-bottom: 32px; }
.q-footer__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--q-gap); }
.q-footer__brand { grid-column: span 4; display: flex; flex-direction: column; gap: 16px; }
.q-footer__brand p { margin: 0; max-width: 330px; color: #D9CBC5; font-size: 15px; }
.q-brand--footer, .q-brand--footer:hover { color: #fff; }
.q-brand--footer .q-brand__name { font-size: 32px; }
.q-footer__col { grid-column: span 2; }
.q-footer__col:first-of-type { grid-column: 6 / span 2; }
.q-footer__col .q-eyebrow { color: var(--q-rose2); margin-bottom: 14px; }
.q-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.q-footer a { color: var(--q-cream); font-size: 15px; }
.q-footer a:hover { color: #fff; text-decoration: underline; }
.q-credits { margin-top: 40px; font-size: 13px; color: #B9A9A3; }
.q-credits summary { cursor: pointer; }
.q-credits ul { margin: 12px 0 0; padding-left: 18px; line-height: 1.8; }
.q-credits a { font-size: 13px; color: #D9CBC5; }
.q-footer__bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(246, 237, 231, .18); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: #B9A9A3; }
.q-footer__bottom a { font-size: 13px; color: #B9A9A3; text-decoration: underline; }

/* ── Home ───────────────────────────────────────────────────── */
.q-hero { min-height: 620px; padding: 44px 48px; display: flex; flex-direction: column; justify-content: flex-end; }
.q-hero__eagle { position: absolute; right: 16px; top: 18px; width: 340px; height: 272px; color: var(--q-red); pointer-events: none; }
.q-hero__copy { position: relative; display: flex; flex-direction: column; gap: 22px; }
.q-hero__photo { min-height: 620px; }
.q-photo { position: relative; margin: 0; border-radius: var(--q-radius); overflow: hidden; background: var(--q-rose); }
.q-photo picture { display: block; width: 100%; height: 100%; }
.q-photo img { width: 100%; height: 100%; object-fit: cover; }
.q-photo--fill { height: 100%; min-height: 320px; }
.q-photo figcaption { position: absolute; left: 14px; bottom: 14px; display: flex; flex-direction: column; gap: 2px; padding: 8px 12px; border-radius: 8px; background: rgba(255, 253, 251, .95); font-size: 13px; color: var(--q-ink); }
.q-photo figcaption span { font-size: 11px; color: var(--q-stone); }
.q-itin { display: flex; flex-direction: column; gap: 20px; padding: 34px 36px; }
.q-itin__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.q-itin__panel { display: flex; flex-direction: column; gap: 18px; }
.q-itin__panel[hidden], [data-itin-map][hidden], [data-q-dir-panel][hidden] { display: none; }
.q-facts { display: flex; gap: 34px; flex-wrap: wrap; }
.q-facts div { display: flex; flex-direction: column; gap: 4px; }
.q-facts strong { font: 400 38px/1 var(--q-serif); }
.q-facts span { font-size: 12.5px; color: var(--q-stone); }
.q-stages { list-style: none; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--q-line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; font-size: 15px; }
.q-stages li { display: flex; gap: 12px; align-items: baseline; }
.q-stages b { min-width: 46px; font-size: 12.5px; font-weight: 600; color: var(--q-red); }
.q-itin-map { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 22px 28px; }
.q-itin-map__frame { width: 100%; max-width: 300px; }
.q-map { width: 100%; height: auto; color: var(--q-ink); overflow: visible; }
.q-map .q-map__shadow { opacity: .16; }
.q-map .q-map__dot { fill: var(--q-card); stroke-width: 2; }
.q-map .q-faint { opacity: .35; }
.q-lbl { font: 500 11.5px var(--q-sans); fill: var(--q-ink); }
.q-lbl--it { font: italic 400 15px var(--q-serif); }
.q-legend { align-self: stretch; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; color: var(--q-stone); }
.q-legend span { display: flex; align-items: center; gap: 8px; }
.q-legend__ring { width: 22px; height: 22px; }
.q-scale { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--q-stone); }
.q-scale svg { color: var(--q-stone); }
.q-quick { min-height: 270px; display: flex; flex-direction: column; gap: 12px; padding: 26px 28px; }
.q-quick__title { font: 400 40px/1 var(--q-serif); }
.q-quick__row { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 600; }
.q-quick__cta, .q-quick__text { margin-top: auto; }
.q-quick__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; }
.q-slider { width: 100%; height: 40px; color: #fff; }
.q-slider .q-slider__knob { fill: #fff; }
.q-months { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 4px; }
.q-months > span { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12.5px; color: var(--q-stone); }
.q-months svg { width: 22px; height: 22px; color: #D8C5BF; }
.q-months .is-on { color: var(--q-ink); font-weight: 600; }
.q-months .is-on svg .acc { fill: var(--q-coral); }
.q-quick--guide { padding-right: 190px; }
.q-quick__mockup { position: absolute; right: 12px; top: 22px; width: 180px; height: 180px; object-fit: contain; }
.q-quick__sub { font-size: 14px; color: #D9CBC5; }
.q-quick__btn { margin-top: auto; align-self: flex-start; height: 44px; }
.q-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 56px; margin-bottom: 20px; }
.q-section-head > div { display: flex; flex-direction: column; gap: 12px; }
.q-region { min-height: 400px; display: flex; flex-direction: column; gap: 12px; padding: 24px 28px; }
.q-region__art { height: 190px; display: flex; align-items: center; justify-content: center; }
.q-region__art .q-motif { width: 300px; height: 188px; color: var(--q-ink); }
.q-region__title { font: 400 31px/1.05 var(--q-serif); }
.q-region__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; }
.q-feature { display: flex; flex-direction: column; gap: 14px; padding: 20px 22px 26px; }
.q-feature .q-thumb { height: 250px; }
.q-feature__title { margin: 0; font: 400 36px/1.04 var(--q-serif); }
.q-list { padding: 24px 28px; }
.q-list__row { display: flex; gap: 18px; align-items: center; padding: 14px 0; border-top: 1px solid var(--q-line); }
.q-list__row:first-child { border-top: 0; padding-top: 0; }
.q-list__row .q-thumb { width: 120px; height: 80px; flex-shrink: 0; }
.q-list__copy { display: flex; flex-direction: column; gap: 6px; }
.q-list__meta { font-size: 12.5px; color: var(--q-stone); }
.q-list__title { font: 400 22px/1.12 var(--q-serif); }
.q-quote { min-height: 280px; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 36px 44px; }
.q-quote blockquote { margin: 0; font: italic 400 clamp(30px, 3.3vw, 44px)/1.1 var(--q-serif); letter-spacing: -.01em; }
.q-guide-cta { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; padding: 28px 30px; }
.q-guide-cta__title { margin: 0; font: 400 30px/1.05 var(--q-serif); }

/* ── Cards ──────────────────────────────────────────────────── */
.q-grid--cards > .q-card { grid-column: span 4; }
.q-grid--cards4 > .q-card { grid-column: span 3; }
.q-card { min-width: 0; }
.q-card__link { height: 100%; display: flex; flex-direction: column; gap: 12px; padding: 14px 14px 22px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); transition: transform .18s ease, box-shadow .18s ease; }
.q-card__link:hover { color: var(--q-ink); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(43, 32, 30, .07); }
.q-thumb { display: flex; align-items: center; justify-content: center; height: 200px; border-radius: 8px; overflow: hidden; background: var(--q-rose); }
.q-thumb--photo img { width: 100%; height: 100%; object-fit: cover; }
.q-thumb--line .q-motif { width: 72%; height: auto; max-height: 82%; color: var(--q-ink); }
.q-card__meta { padding: 0 8px; display: flex; gap: 8px; flex-wrap: wrap; font-size: 12.5px; color: var(--q-stone); }
.q-card__meta b { font-weight: 600; color: var(--q-red); }
.q-card__title { margin: 0; padding: 0 8px; font: 400 26px/1.08 var(--q-serif); }
.q-card__date { margin-top: auto; padding: 0 8px; font-size: 13px; color: var(--q-stone); }
.q-feature--wide { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--q-gap); align-items: center; padding: 16px; }
.q-feature--wide .q-thumb { grid-column: span 7; height: 390px; }
.q-feature__copy { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 16px; padding: 0 16px; }
.q-feature--wide .q-feature__title { font-size: clamp(34px, 3.4vw, 46px); line-height: 1.02; }
.q-feature__excerpt { font: 400 18px/1.6 var(--q-read); color: var(--q-stone); }
.q-pagination { margin-top: 32px; margin-bottom: 8px; }
.q-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.q-pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid var(--q-line); background: var(--q-card); font-size: 14.5px; }
.q-pagination .page-numbers.current { background: var(--q-ink); border-color: var(--q-ink); color: #fff; }
.q-pagination .page-numbers.dots { border: 0; background: none; }

/* ── Lists and pages ────────────────────────────────────────── */
.q-page-head { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; padding: 36px 44px; }
.q-page-head__intro { margin: 0; max-width: 720px; font: 400 19px/1.6 var(--q-read); color: var(--q-soft); }
.q-search-tile { display: flex; flex-direction: column; gap: 14px; }
.q-search-form { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }
.q-search-form__label { font: 400 30px/1.05 var(--q-serif); }
.q-search-form__row { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 4px 0 14px; border-radius: 6px; border: 1px solid var(--q-line); background: var(--q-paper); color: var(--q-stone); }
.q-search-form__row input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: none; font: 15px var(--q-sans); color: var(--q-ink); }
.q-search-form__row .q-btn { height: 42px; padding: 0 16px; }
.q-article-art { display: flex; align-items: center; justify-content: center; min-height: 310px; }
.q-article-art .q-motif { width: 86%; height: auto; color: var(--q-ink); }
.q-rubrics { padding: 16px 20px; }
.q-practical { padding: 32px 40px; }
.q-practical__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.q-practical__head > div { display: flex; flex-direction: column; gap: 10px; }
.q-practical .q-more { color: var(--q-ink); }
.q-step, .q-value { min-height: 330px; display: flex; flex-direction: column; gap: 10px; padding: 26px 28px; }
.q-step__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.q-step__n { font: 400 58px/.9 var(--q-serif); color: var(--q-red); }
.q-step__art { width: 112px; height: 70px; color: var(--q-ink); }
.q-step__kicker { font-size: 12px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--q-stone); }
.q-step__title { margin: 0; font: 400 31px/1.05 var(--q-serif); }
.q-step__text { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--q-soft); }
.q-step .q-more, .q-about-policy .q-more { margin-top: auto; color: var(--q-ink); }
.q-budget { padding: 34px 40px; }
.q-loop { display: flex; gap: 20px; align-items: center; padding: 24px 26px; }
.q-map--small { width: 150px; flex-shrink: 0; }
.q-loop__copy { display: flex; flex-direction: column; gap: 10px; }
.q-loop__title { font: 400 29px/1.05 var(--q-serif); }
.q-guide-band { display: grid; grid-template-columns: 200px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 28px 36px; }
.q-guide-band img { width: 200px; height: 180px; object-fit: contain; }
.q-guide-band__copy { display: flex; flex-direction: column; gap: 10px; color: #D9CBC5; }
.q-guide-band__title { font: 400 36px/1.05 var(--q-serif); color: #fff; }
.q-guide-cover { display: flex; align-items: center; justify-content: center; }
.q-guide-cover img { width: min(100%, 460px); height: auto; }
/* Guide page content blocks (the cover already sits in the head tile). */
.q-guide-page .guide-download-hero__visual { display: none; }
/* Destinations index (Préparer) and HTML sitemap (Plan du site). */
.q-dests { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--q-gap); }
.q-dest { padding: 24px 22px; }
.q-dest:nth-child(even) { background: var(--q-rose); border-color: transparent; }
.q-dest ul, .q-sitemap ul { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.q-dest a { font-size: 14.5px; line-height: 1.35; text-decoration: underline; text-decoration-color: var(--q-rose2); text-underline-offset: 3px; }
.q-sitemap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
.q-sitemap h2 { margin: 0 !important; font-size: 28px !important; }
.q-sitemap h2::before { content: none !important; }
.q-sitemap h2 span { font: 600 13px var(--q-sans); color: var(--q-red); }
.q-sitemap li a { font: 400 16px/1.4 var(--q-read); }
.q-prose .eyebrow { margin: 0 0 10px; font: 600 12px var(--q-sans); letter-spacing: 2px; text-transform: uppercase; color: var(--q-red); }
.q-prose .guide-feature-grid, .q-prose .guide-download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--q-gap); margin: 24px 0; }
.q-prose .guide-feature-grid article, .q-prose .guide-download-card { padding: 22px 24px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); }
.q-prose .guide-download-card--primary { background: var(--q-rose); border-color: transparent; }
.q-prose .guide-feature-grid h3, .q-prose .guide-download-card h3 { margin: 0 0 8px; font-size: 25px; }
.q-prose .guide-feature-grid p, .q-prose .guide-download-card p { margin: 0 0 10px; font-size: 16.5px; line-height: 1.6; }
.q-prose .button--outline { background: transparent; color: var(--q-ink); box-shadow: inset 0 0 0 1px var(--q-ink); }
.q-prose .button--outline:hover { background: var(--q-ink); color: #fff; }
.q-about-eagle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.q-about-eagle__mark { width: min(78%, 360px); height: auto; color: var(--q-red); }
.q-about-eagle__caption { margin: 0; }
.q-eagle { width: 100%; max-width: 420px; height: auto; color: var(--q-red); }
.q-404__eagle { width: 80%; height: auto; color: var(--q-red); }
.q-about-block { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.q-prose-inline p { margin: 0 0 14px; font: 400 18px/1.7 var(--q-read); color: var(--q-text); }
.q-about-policy { display: flex; flex-direction: column; gap: 12px; }

/* ── Article ────────────────────────────────────────────────── */
.q-progress { position: fixed; left: 0; top: 0; z-index: 50; width: 100%; height: 3px; background: transparent; pointer-events: none; }
.q-progress span { display: block; height: 100%; width: 0; background: var(--q-red); }
.q-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; font-size: 13.5px; color: var(--q-stone); }
.q-crumbs a { color: var(--q-stone); }
.q-crumbs [aria-current] { color: var(--q-ink); }
.q-article-head { min-height: 440px; display: flex; flex-direction: column; gap: 20px; padding: 34px 40px; }
.q-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.q-tag { height: 30px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 999px; border: 1px solid var(--q-rose2); font-size: 13px; font-weight: 600; color: var(--q-soft); }
.q-tag--main { background: var(--q-card); border-color: var(--q-card); color: var(--q-red); }
.q-article-head__title { margin: 0; font: 400 clamp(40px, 5.2vw, 72px)/1 var(--q-serif); letter-spacing: -.015em; }
.q-article-head__dek { margin: 0; max-width: 780px; font: 400 21px/1.55 var(--q-read); color: var(--q-soft); }
.q-byline { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; font-size: 14px; color: var(--q-soft); }
.q-byline > span { display: inline-flex; align-items: center; gap: 7px; }
.q-byline__who { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--q-ink); }
.q-avatar { width: 42px; height: 42px; flex-shrink: 0; border-radius: 999px; background: var(--q-card); display: inline-flex; align-items: center; justify-content: center; font: 400 21px var(--q-serif); color: var(--q-ink); }
.q-avatar--lg { width: 68px; height: 68px; font-size: 32px; background: var(--q-rose); }
.q-facts-tile { display: flex; flex-direction: column; gap: 14px; }
.q-dl { margin: 0; display: flex; flex-direction: column; }
.q-dl > div { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 14px; padding: 12px 0; border-top: 1px solid var(--q-line); }
.q-dl dt { font-size: 13.5px; color: var(--q-stone); }
.q-dl dd { margin: 0; font-size: 15px; font-weight: 500; }
.q-facts-tile .q-btn { align-self: flex-start; height: 44px; margin-top: auto; }
.q-article-photo { min-height: 440px; }
.q-article-body { margin-top: 56px; align-items: start; }
.q-toc { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 16px; }
.q-toc__box { padding: 22px 22px 18px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); display: flex; flex-direction: column; gap: 14px; }
.q-toc__head { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; color: var(--q-stone); }
.q-toc__bar { display: block; height: 3px; border-radius: 3px; background: var(--q-line); overflow: hidden; }
.q-toc__bar span { display: block; height: 100%; width: 0; background: var(--q-red); }
.q-toc ol, .q-toc-mobile ol { list-style: none; margin: 0; padding: 0; }
.q-toc a, .q-toc-mobile a { display: flex; gap: 14px; align-items: baseline; padding: 9px 0 9px 16px; border-left: 2px solid var(--q-line); font-size: 14.5px; line-height: 1.35; color: var(--q-stone); }
.q-toc a span, .q-toc-mobile a span { font-size: 11.5px; font-weight: 600; color: var(--q-red); }
.q-toc a:hover { color: var(--q-ink); }
.q-toc a.is-active { border-left-color: var(--q-red); font-weight: 600; color: var(--q-ink); }
.q-toc__left { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--q-stone); }
.q-toc__guide { display: flex; flex-direction: column; gap: 6px; padding: 20px; }
.q-toc__guide img { width: 100%; height: 140px; object-fit: contain; }
.q-toc__guide strong { font: 400 22px/1.1 var(--q-serif); }
.q-toc__guide span { font-size: 13.5px; color: var(--q-soft); }
.q-article-col { grid-column: 5 / span 7; min-width: 0; }
.q-article-col--solo { grid-column: 3 / span 8; }
.q-toc-mobile { display: none; margin-bottom: 28px; padding: 16px 18px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); }
.q-toc-mobile summary { cursor: pointer; font-weight: 600; }
.q-toc-mobile ol { margin-top: 10px; }

/* Reading column */
.q-prose { max-width: 740px; font: 400 20px/1.75 var(--q-read); color: var(--q-text); }
.q-prose > *:first-child { margin-top: 0; }
.q-prose p { margin: 0 0 22px; }
.q-prose h2 { margin: 56px 0 20px; font: 400 42px/1.08 var(--q-serif); letter-spacing: -.01em; color: var(--q-ink); scroll-margin-top: 24px; }
.q-prose h3 { margin: 36px 0 14px; font: 400 29px/1.12 var(--q-serif); color: var(--q-ink); scroll-margin-top: 24px; }
.q-prose h4 { margin: 28px 0 10px; font: 600 17px/1.4 var(--q-sans); color: var(--q-ink); }
.single .q-prose { counter-reset: q-h2; }
.single .q-prose h2::before { counter-increment: q-h2; content: counter(q-h2, decimal-leading-zero); margin-right: 16px; font: 600 13px var(--q-sans); letter-spacing: 1px; color: var(--q-red); vertical-align: .55em; }
.q-prose a { color: var(--q-red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.q-prose a:hover { color: var(--q-red-dark); }
.q-prose ul, .q-prose ol { margin: 0 0 24px; padding-left: 0; }
.q-prose ul { list-style: none; }
.q-prose ul > li { position: relative; margin: 0 0 12px; padding-left: 30px; }
.q-prose ul > li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 10px; height: 10px; border: 2px solid var(--q-red); transform: rotate(45deg); border-radius: 1px; }
.q-prose ol { padding-left: 26px; }
.q-prose ol > li { margin: 0 0 12px; padding-left: 6px; }
.q-prose ol > li::marker { font: 600 15px var(--q-sans); color: var(--q-red); }
.q-prose blockquote { margin: 32px 0; padding: 24px 28px; border-radius: var(--q-radius); background: var(--q-rose); font-style: italic; }
.q-prose blockquote p:last-child { margin-bottom: 0; }
.q-prose figure { margin: 32px 0; }
.q-prose img { border-radius: var(--q-radius); }
.q-prose figcaption { margin-top: 10px; font: 13px/1.5 var(--q-sans); color: var(--q-stone); }
/* Article figures ([edheun_figure]): line diagrams in a tile, key facts repeated as text below. */
.q-figure { margin: 36px 0 40px; padding: 26px 28px 22px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); font-family: var(--q-sans); }
.q-figure__head { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.q-figure__head .q-eyebrow { margin: 0; }
.q-figure__title { margin: 0; font: 400 27px/1.12 var(--q-serif); color: var(--q-ink); }
.q-figure__title em { color: var(--q-red); }
.q-figure__tabs { margin-bottom: 14px; }
.q-figure__art svg { display: block; width: 100%; height: auto; overflow: visible; color: var(--q-ink); }
.q-figure__art .q-fig-narrow { display: none; }
.q-figure__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 16px 0 0; }
.q-figure__facts div { padding: 12px 14px; border-radius: 8px; background: var(--q-paper); }
.q-figure__facts dt { font: 600 11px/1.2 var(--q-sans); letter-spacing: 1.4px; text-transform: uppercase; color: var(--q-red); }
.q-figure__facts dd { margin: 4px 0 0; font: 400 15px/1.35 var(--q-read); color: var(--q-ink); }
.q-figure figcaption { margin-top: 14px; font: 400 13px/1.45 var(--q-sans); color: var(--q-stone); }
.q-figure svg .f-rose { fill: var(--q-rose); } .q-figure svg .f-rose2 { fill: var(--q-rose2); } .q-figure svg .f-card { fill: var(--q-card); } .q-figure svg .f-paper { fill: var(--q-paper); }
.q-figure svg .f-red { fill: var(--q-red); } .q-figure svg .f-ink { fill: var(--q-ink); } .q-figure svg .f-coral { fill: var(--q-coral); } .q-figure svg .f-none { fill: none; }
.q-figure svg .f-t { font: 500 17px var(--q-sans); fill: var(--q-ink); }
.q-figure svg .f-b { font-weight: 600; }
.q-figure svg .f-s { font: 400 14.5px var(--q-sans); fill: var(--q-stone); }
.q-figure svg .f-cap { font: 600 12.5px var(--q-sans); letter-spacing: 1.6px; text-transform: uppercase; fill: var(--q-red); }
.q-figure svg .f-num { font: 400 30px var(--q-serif); fill: var(--q-ink); }
.q-figure svg .f-it { font: italic 400 19px var(--q-serif); fill: var(--q-ink); }
.q-figure svg .f-w { fill: #fff; }
.q-figure svg .f-redt { fill: var(--q-red); }
.q-prose table { width: 100%; border-collapse: collapse; margin: 28px 0; font: 15px/1.5 var(--q-sans); border: 1px solid var(--q-line); border-radius: var(--q-radius); overflow: hidden; }
.q-prose th, .q-prose td { padding: 12px 14px; text-align: left; vertical-align: top; border-top: 1px solid var(--q-line); }
.q-prose thead th { background: var(--q-rose); border-top: 0; font-weight: 600; }
.q-prose .wp-block-table { overflow-x: auto; margin: 28px 0; }
.q-prose .wp-block-table table { margin: 0; }
.q-prose hr { border: 0; height: 16px; margin: 40px 0; background: var(--q-band) repeat-x left center; opacity: .7; }
.q-prose .wp-block-button__link, .q-prose .button { display: inline-flex; align-items: center; height: 48px; padding: 0 22px; border-radius: 6px; background: var(--q-red); color: #fff; text-decoration: none; font: 600 15px var(--q-sans); }
.q-prose .wp-block-button__link:hover, .q-prose .button:hover { background: var(--q-red-dark); color: #fff; }
.q-tagline { margin: 36px 0 0; font-size: 14px; color: var(--q-stone); }
.q-tagline a { color: var(--q-red); }
.q-author { margin-top: 36px; padding: 26px 28px; border-radius: var(--q-radius); background: var(--q-card); border: 1px solid var(--q-line); display: flex; gap: 20px; }
.q-author p { margin: 0; }
.q-author__kicker { font-size: 12px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--q-stone); }
.q-author__name { margin: 6px 0 !important; font: 400 27px/1 var(--q-serif); }
.q-author__bio { font: 400 17px/1.6 var(--q-read); color: var(--q-stone); }
.q-author__policy { margin-top: 8px !important; font-size: 13.5px; color: var(--q-stone); }
.q-author__policy a { text-decoration: underline; }

/* ── Explainers (interactive) ───────────────────────────────── */
.q-explain { padding: 26px 30px; }
.q-explain__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--q-gap); align-items: center; }
.q-explain__map { grid-column: span 5; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.q-explain__map .q-map { max-width: 300px; }
.q-explain__side { grid-column: 6 / span 7; display: flex; flex-direction: column; gap: 18px; padding-right: 12px; }
.q-explain__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 18px; }
.q-explain__head > div { display: flex; flex-direction: column; gap: 12px; }
.q-leg { color: var(--q-red); stroke-width: 3.4 !important; }
.q-ring { color: var(--q-red); stroke-width: 2 !important; }
.q-daycard { display: flex; flex-direction: column; gap: 10px; padding: 24px 28px; border-radius: var(--q-radius); background: var(--q-rose); }
.q-daycard p { margin: 0; }
.q-daycard__kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--q-red); }
.q-daycard__title { margin: 0; font: 400 32px/1.05 var(--q-serif); }
.q-daycard__text { font: 400 18px/1.6 var(--q-read); color: var(--q-text); }
.q-daycard__note { font-size: 14.5px; line-height: 1.55; }
.q-daycard .q-actions { margin-top: 6px; }
.q-daycard .q-btn { height: 42px; font-size: 14px; }
.q-step-label { margin: 0; font-size: 13px; font-weight: 600; }
.q-wheel-wrap { gap: 14px; }
.q-wheel { width: 100%; max-width: 340px; height: auto; }
.q-wheel__seg { fill: var(--q-card); stroke: #E4D3CD; stroke-width: 1.4; transition: fill .2s ease, stroke .2s ease; }
.q-wheel__seg.is-on { fill: var(--q-rose2); stroke: var(--q-red); }
.q-wheel__lbl { font: 600 14px var(--q-sans); fill: var(--q-ink); }
.q-wheel__arc { color: var(--q-red); stroke-width: 3 !important; }
.q-wheel__center { font: 400 24px var(--q-serif); fill: var(--q-ink); }
.q-wheel__kicker { font: 600 11px var(--q-sans); letter-spacing: 1.5px; fill: var(--q-red); }
.q-wheel__legend { display: flex; gap: 18px; font-size: 12.5px; color: var(--q-stone); }
.q-wheel__legend span { display: inline-flex; align-items: center; gap: 6px; }
.q-swatch { width: 14px; height: 14px; border-radius: 3px; background: var(--q-rose2); border: 1px solid var(--q-red); display: inline-block; }
.q-swatch--line { width: 18px; height: 3px; border: 0; border-radius: 0; background: var(--q-red); }
.q-theth { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--q-gap); align-items: center; }
.q-theth--bottom { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--q-line); align-items: start; }
.q-theth__profile { grid-column: span 8; display: flex; flex-direction: column; gap: 8px; }
.q-theth__profile svg, .q-theth__loop svg { width: 100%; height: auto; }
.q-theth__stats { grid-column: 9 / span 4; }
.q-theth__stats dl { margin: 0; }
.q-theth__stats dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-top: 1px solid var(--q-line); }
.q-theth__stats dt { font-size: 13.5px; color: var(--q-stone); }
.q-theth__stats dd { margin: 0; font: 400 30px/1 var(--q-serif); text-align: right; }
.q-theth__stats dd.q-theth__time { font: 500 15px/1.35 var(--q-sans); }
.q-theth__loop { grid-column: span 5; display: flex; flex-direction: column; gap: 10px; }
.q-theth__steps { grid-column: 6 / span 4; padding-top: 26px; }
.q-theth__steps-title { margin: 0 0 14px; font: 400 28px/1.05 var(--q-serif); }
.q-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.q-steps li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
.q-steps li > span { width: 24px; height: 24px; flex-shrink: 0; border-radius: 999px; background: var(--q-rose); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
.q-steps li.is-key { font-weight: 600; }
.q-steps li.is-key > span { background: var(--q-red); color: #fff; }
.q-theth__cards { grid-column: 10 / span 3; padding-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.q-theth__cards > div { padding: 14px 16px; border-radius: 8px; background: var(--q-rose); }
.q-theth__cards p { margin: 0 0 4px; font-size: 11.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: var(--q-red); }
.q-theth__cards span { font-size: 14px; line-height: 1.45; }
.q-places-map { display: flex; align-items: center; justify-content: center; }
.q-places-map .q-map { max-width: 330px; }
.is-clickable .q-map__dot, .is-clickable .q-lbl { cursor: pointer; }
.q-places { display: flex; flex-direction: column; gap: 22px; padding: 30px 34px; }
.q-placecard { margin-top: auto; }
.q-placecard__name { font: 400 54px/1 var(--q-serif) !important; }

/* ── Existing tools restyled: budget simulator and guide form ── */
.budget-simulator { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.budget-simulator__header { grid-column: span 5; display: flex; flex-direction: column; gap: 14px; }
.budget-simulator__header .eyebrow { margin: 0; font: 600 12px var(--q-sans); letter-spacing: 2px; text-transform: uppercase; color: var(--q-red); }
.budget-simulator__header h2 { margin: 0; font: 400 clamp(34px, 3.6vw, 52px)/1 var(--q-serif); }
.budget-simulator__header p { margin: 0; font: 400 18px/1.65 var(--q-read); color: var(--q-soft); }
.budget-simulator__form { grid-column: 6 / span 7; padding: 26px 28px; border-radius: var(--q-radius); background: var(--q-card); display: flex; flex-direction: column; gap: 18px; }
.budget-simulator__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.budget-simulator label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; }
.budget-simulator input, .budget-simulator select { height: 46px; padding: 0 12px; border-radius: 6px; border: 1px solid var(--q-line); background: var(--q-paper); font: 15px var(--q-sans); color: var(--q-ink); }
.budget-simulator fieldset { margin: 0; padding: 16px 0 0; border: 0; border-top: 1px solid var(--q-line); }
.budget-simulator legend { padding: 0 0 10px; font-size: 13px; font-weight: 600; color: var(--q-stone); }
.budget-simulator .button { align-self: flex-start; height: 48px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--q-red); color: #fff; font: 600 15px var(--q-sans); cursor: pointer; }
.budget-simulator .button:hover { background: var(--q-red-dark); }
.budget-simulator__season-note { margin: 0; font-size: 13.5px; color: var(--q-stone); }
.budget-simulator__result { grid-column: 6 / span 7; padding: 22px 26px; border-radius: var(--q-radius); background: var(--q-card); }
.budget-simulator__total { margin: 0; font: 500 24px/1.3 var(--q-sans); }
.budget-simulator__breakdown { margin-top: 10px; font-size: 14px; color: var(--q-stone); }
.budget-simulator__method, .budget-simulator noscript p { grid-column: span 12; margin: 0; font-size: 12.5px; line-height: 1.55; color: var(--q-soft); }
.q-prose .budget-simulator { margin: 36px 0; padding: 28px; border-radius: var(--q-radius); background: var(--q-rose); font-family: var(--q-sans); }
.q-prose .budget-simulator__header, .q-prose .budget-simulator__form, .q-prose .budget-simulator__result { grid-column: span 12; }
.guide-gate { margin: 36px 0; padding: 30px 32px; border-radius: var(--q-radius); background: var(--q-rose); font-family: var(--q-sans); display: flex; flex-direction: column; gap: 18px; scroll-margin-top: 24px; }
.guide-gate .eyebrow { margin: 0; font: 600 12px var(--q-sans); letter-spacing: 2px; text-transform: uppercase; color: var(--q-red); }
.guide-gate h2, .guide-gate h3 { margin: 6px 0 0 !important; font: 400 34px/1.05 var(--q-serif) !important; }
.guide-gate h2::before { content: none !important; }
.guide-gate p { margin: 0; font-size: 15px; line-height: 1.55; }
.guide-gate__form { display: flex; flex-direction: column; gap: 12px; }
.guide-gate__email-row { display: flex; gap: 8px; flex-wrap: wrap; }
.guide-gate__email-row input { flex: 1; min-width: 220px; height: 50px; padding: 0 16px; border-radius: 6px; border: 1px solid var(--q-rose2); background: var(--q-card); font: 16px var(--q-sans); color: var(--q-ink); }
.guide-gate .button { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--q-red); color: #fff !important; font: 600 15px var(--q-sans); text-decoration: none !important; cursor: pointer; }
.guide-gate .button:hover { background: var(--q-red-dark); }
.guide-gate .button--outline { background: transparent; color: var(--q-ink) !important; box-shadow: inset 0 0 0 1px var(--q-ink); }
.guide-gate__check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.guide-gate__check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--q-red); }
.guide-gate__honeypot { position: absolute !important; left: -9999px; }
.guide-gate__privacy { font-size: 13px !important; color: var(--q-soft); }
.guide-gate__status { font-weight: 600; }
.guide-gate__downloads { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1180px) {
	:root { --q-pad: 32px; }
	.q-header__inner { gap: 20px; }
	.q-nav__list, .q-nav .menu { gap: 20px; }
	.q-hero__eagle { width: 260px; height: 208px; }
}
@media (max-width: 1020px) {
	.s-8, .s-7, .s-6, .s-5 { grid-column: span 12; }
	.q-dests { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.q-sitemap { grid-template-columns: 1fr; }
	.s-4 { grid-column: span 6; }
	.s-3 { grid-column: span 6; }
	.q-grid--cards > .q-card, .q-grid--cards4 > .q-card { grid-column: span 6; }
	.q-hero, .q-hero__photo { min-height: 520px; }
	.q-hero__photo, .q-article-photo { grid-column: span 12; min-height: 360px; }
	.q-menu-toggle { display: inline-flex; }
	.q-header__cta { display: none; }
	.q-nav { position: absolute; left: 0; right: 0; top: 100px; display: none; padding: 16px var(--q-pad) 24px; background: var(--q-paper); border-bottom: 1px solid var(--q-line); box-shadow: 0 20px 40px rgba(43, 32, 30, .08); }
	body.nav-open .q-nav { display: block; }
	.q-nav__list, .q-nav .menu { flex-direction: column; gap: 4px; }
	.q-nav a { display: block; padding: 12px 0; font-size: 18px; }
	.q-header__actions { margin-left: auto; }
	.q-footer__brand { grid-column: span 12; }
	.q-footer__col, .q-footer__col:first-of-type { grid-column: span 4; }
	.q-toc { display: none; }
	.q-toc-mobile { display: block; }
	.q-article-col, .q-article-col--solo { grid-column: span 12; }
	.q-prose { max-width: none; }
	.q-explain__map, .q-explain__side, .q-theth__profile, .q-theth__stats, .q-theth__loop, .q-theth__steps, .q-theth__cards { grid-column: span 12; }
	.q-theth__steps, .q-theth__cards { padding-top: 0; }
	.budget-simulator__header, .budget-simulator__form, .budget-simulator__result { grid-column: span 12; }
	.q-feature--wide .q-thumb, .q-feature__copy { grid-column: span 12; }
	.q-feature__copy { padding: 8px 8px 12px; }
	.q-guide-band { grid-template-columns: 1fr; }
	.q-guide-band img { width: 160px; height: 140px; }
}
/* Article figures: under 560 px the 360-unit phone drawing replaces the wide one, so labels stay about 15 px. */
@media (max-width: 560px) {
	.q-figure__art--dual > svg:first-child { display: none; }
	.q-figure__art--dual > .q-fig-narrow { display: block; max-width: 440px; margin: 0 auto; }
}
@media (max-width: 700px) {
	.q-dests { grid-template-columns: 1fr; }
	.q-figure { margin: 28px -4px 32px; padding: 18px 14px 16px; }
	.q-figure__title { font-size: 23px; }
	.q-figure__facts { grid-template-columns: 1fr 1fr; }
	:root { --q-pad: 16px; --q-gap: 12px; }
	body { font-size: 15.5px; }
	.s-4, .s-3 { grid-column: span 12; }
	.q-grid--cards > .q-card, .q-grid--cards4 > .q-card { grid-column: span 12; }
	.q-prose > table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.q-prose .guide-feature-grid, .q-prose .guide-download-grid { grid-template-columns: 1fr; }
	.q-header__inner { height: 64px; }
	.q-nav { top: 80px; }
	.q-mark { width: 40px; height: 32px; }
	.q-brand__name { font-size: 27px; }
	.q-brand__tag { display: none; }
	.q-tile { padding: 22px 20px; }
	.q-hero { min-height: 0; padding: 126px 22px 26px; }
	.q-hero__eagle { width: 135px; height: 108px; right: 14px; top: 14px; }
	.q-corner--bl, .q-corner--br { display: none; }
	.q-hero__photo { min-height: 260px; }
	.q-hero .q-actions .q-btn { flex: 1; }
	.q-page-head, .q-article-head { min-height: 0; padding: 26px 22px; }
	.q-article-head__dek { font-size: 18px; }
	.q-article-art { min-height: 200px; }
	.q-quick { min-height: 0; }
	.q-quick--guide { padding-right: 20px; }
	.q-quick__mockup { position: static; width: 100%; height: 170px; }
	.q-region { min-height: 0; }
	.q-section-head { flex-direction: column; align-items: flex-start; margin-top: 40px; }
	.q-stages { grid-template-columns: 1fr; }
	.q-facts { gap: 24px; }
	.q-list__row .q-thumb { width: 92px; height: 64px; }
	.q-list__title { font-size: 19px; }
	.q-quote { padding: 26px 22px; min-height: 0; }
	.q-prose { font-size: 18px; line-height: 1.7; }
	.q-prose h2 { font-size: 32px; margin-top: 40px; }
	.q-prose h3 { font-size: 25px; }
	.q-dl > div { grid-template-columns: 1fr 1fr; }
	.q-footer__col, .q-footer__col:first-of-type { grid-column: span 12; }
	.q-footer__col ul { flex-direction: row; flex-wrap: wrap; gap: 8px 18px; }
	.q-daycard { padding: 18px; }
	.q-daycard__title { font-size: 25px; }
	.q-loop { flex-direction: column; align-items: flex-start; }
	.budget-simulator__fields { grid-template-columns: 1fr; }
	.q-theth__stats dd { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	a.q-tile, .q-card__link { transition: none; }
}
