/*
 * Worldghoomo — compiled design-system stylesheet.
 * Tokens match the design handoff exactly (see the bundled README). One
 * file, no build step, no framework: keeps the payload small and the cascade
 * legible. Mobile-first; the handoff didn't specify responsive rules so the
 * breakpoints below are this implementation's own reasonable defaults.
 */

/* ---------------------------------------------------------------------- */
/* Tokens                                                                  */
/* ---------------------------------------------------------------------- */

:root {
	--wg-accent: #9A3412;
	/* Logo only: "World" orange, "Ghoomo" (travel) green. Both clear the
	   3:1 large-text floor on --wg-paper; a lighter green does not. */
	--wg-brand-orange: #D9531E;
	--wg-brand-green: #559C28;
	--wg-ink: #211714;
	--wg-paper: #FCFAF7;
	--wg-surface: #FFFFFF;
	--wg-rule: #E8E0DA;
	--wg-border: #DDD2CB;
	--wg-body-dim: #483832;
	--wg-body-dimmer: #57453E;
	--wg-muted: #75665F;
	--wg-muted-light: #95857D;
	--wg-faint: #AA9A92;
	--wg-rank-grey: #BEAAA1;
	--wg-sep-dot: #CDBFB8;
	--wg-bar-track: #F1EAE5;
	--wg-row-hover: #F8EEE9;
	--wg-ad-fill: #F7F2EE;
	--wg-ad-border: #D9C7BE;
	--wg-selection: #F4D8CC;

	--wg-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
	--wg-sans: Archivo, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--wg-container: 1220px;
	--wg-gutter: 28px;
}

/* ---------------------------------------------------------------------- */
/* Reset + base                                                            */
/* ---------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--wg-paper);
	color: var(--wg-ink);
	font-family: var(--wg-sans);
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea, select { font: inherit; }
a { color: var(--wg-accent); text-decoration: none; }
a:hover { color: var(--wg-ink); text-decoration: underline; text-underline-offset: 3px; }
::selection { background: var(--wg-selection); }

.screen-reader-text {
	position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.wg-skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 100;
	background: var(--wg-ink); color: #fff; padding: 12px 18px; font-weight: 600;
}
.wg-skip-link:focus { left: 12px; top: 12px; }

:focus-visible { outline: 2px solid var(--wg-accent); outline-offset: 2px; }

.wg-shell { min-height: 100vh; display: flex; flex-direction: column; }
.wg-main { flex: 1; padding-bottom: 72px; }

/* ---------------------------------------------------------------------- */
/* Layout helpers                                                          */
/* ---------------------------------------------------------------------- */

.wg-section,
.wg-masthead-inner,
.wg-header-inner,
.wg-footer-upper,
.wg-footer-lower {
	max-width: var(--wg-container);
	margin: 0 auto;
	padding-left: var(--wg-gutter);
	padding-right: var(--wg-gutter);
}

.wg-section { padding-top: 52px; }
.wg-hero-section { padding-top: 40px; }

.wg-section-head { border-top: 2px solid var(--wg-ink); padding-top: 14px; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.wg-section-head-split { justify-content: space-between; }
.wg-section-head h2 { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.wg-section-subline { font-size: 13.5px; color: var(--wg-muted); }
.wg-section-h2-rule { border-top: 2px solid var(--wg-ink); padding-top: 14px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.wg-eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wg-muted); }
.wg-eyebrow-accent { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wg-accent); margin-bottom: 10px; }
.wg-eyebrow-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.wg-badge-pick {
	font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--wg-paper); background: var(--wg-accent); padding: 4px 8px; border-radius: 3px;
}

.wg-kicker { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wg-accent); }
.wg-kicker-muted { color: var(--wg-muted); }
.wg-meta { font-size: 12px; color: var(--wg-muted-light); }
.wg-count { font-size: 11.5px; font-weight: 600; color: var(--wg-muted-light); font-variant-numeric: tabular-nums; }
.wg-dot::before { content: "·"; color: var(--wg-sep-dot); margin: 0 4px; }
.wg-more-link { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 600; }

.wg-hairline-grid { display: grid; gap: 1px; background: var(--wg-rule); border: 1px solid var(--wg-rule); margin-top: 18px; }
.wg-hairline-grid-3 { grid-template-columns: repeat(3, 1fr); }
.wg-hairline-grid-4 { grid-template-columns: repeat(4, 1fr); }
.wg-hairline-grid > * { background: var(--wg-surface); }

/* ---------------------------------------------------------------------- */
/* Header                                                                   */
/* ---------------------------------------------------------------------- */

.wg-header {
	position: sticky; top: 0; z-index: 40;
	background: rgba(252,250,247,0.94); backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--wg-rule);
}
.wg-header-inner { display: flex; align-items: center; gap: 28px; height: 66px; }
.wg-logo { display: flex; align-items: center; gap: 9px; color: var(--wg-ink); }
.wg-logo:hover { text-decoration: none; }
.wg-logo-word { font-family: var(--wg-serif); font-size: 24px; font-weight: 700; letter-spacing: -0.024em; }
.wg-logo-world { color: var(--wg-brand-orange); }
.wg-logo-ghoomo { color: var(--wg-brand-green); }
.wg-logo img.custom-logo { height: 30px; width: auto; display: block; }

.wg-primary-nav { display: flex; gap: 22px; margin-left: 4px; align-items: center; }
.wg-primary-nav a { font-size: 14px; font-weight: 500; color: var(--wg-ink); }
.wg-primary-nav a:hover { color: var(--wg-ink); }
.wg-nav-archive, .wg-primary-nav .wg-nav-archive { font-weight: 600; }
.wg-nav-archive.is-current, .wg-primary-nav .wg-nav-archive.is-current { color: var(--wg-accent); }

.wg-header-spacer { flex: 1; }

.wg-search {
	display: flex; align-items: center; gap: 8px;
	border: 1px solid var(--wg-border); border-radius: 4px; background: var(--wg-surface);
	padding: 0 10px; height: 36px; width: 240px;
}
.wg-search-icon { font-size: 13px; color: var(--wg-muted-light); }
.wg-search input { border: 0; outline: none; background: none; font-size: 13px; width: 100%; color: var(--wg-ink); }
.wg-search-inline { width: 100%; max-width: 360px; height: 40px; margin: 16px 0; }

.wg-nav-toggle { display: none; flex: none; width: 36px; height: 36px; position: relative; }
.wg-nav-toggle-bars,
.wg-nav-toggle-bars::before,
.wg-nav-toggle-bars::after {
	content: ""; position: absolute; left: 8px; right: 8px; height: 2px; background: var(--wg-ink);
}
.wg-nav-toggle-bars { top: 17px; }
.wg-nav-toggle-bars::before { top: -7px; }
.wg-nav-toggle-bars::after { top: 7px; }

/* ---------------------------------------------------------------------- */
/* Hero / home                                                             */
/* ---------------------------------------------------------------------- */

.wg-hero-grid { display: grid; grid-template-columns: 1.62fr 1fr; gap: 44px; align-items: start; }
.wg-hero-title { font-family: var(--wg-serif); font-size: 50px; line-height: 1.04; letter-spacing: -0.022em; font-weight: 700; text-wrap: balance; margin-bottom: 16px; }
.wg-hero-title a { color: var(--wg-ink); }
.wg-hero-dek { font-family: var(--wg-serif); font-size: 19px; line-height: 1.55; color: var(--wg-body-dim); max-width: 62ch; text-wrap: pretty; margin-bottom: 18px; }
.wg-hero-image { width: 100%; height: 380px; }
.wg-hero-image a,
.wg-rail-thumb a,
.wg-month-card-image a { display: block; width: 100%; height: 100%; }
.wg-hero-image img, .wg-hero-image svg { width: 100%; height: 100%; object-fit: cover; }

.wg-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; font-size: 12.5px; color: var(--wg-muted); margin-bottom: 22px; }
.wg-byline a { font-weight: 600; color: var(--wg-accent); }
.wg-byline .wg-dot { color: var(--wg-sep-dot); }
.wg-byline .wg-updated-note { color: var(--wg-accent); font-weight: 600; }

.wg-rail-head { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--wg-ink); padding-bottom: 8px; margin-bottom: 4px; }
.wg-rail-head h2 { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.wg-rail-head a { font-size: 12px; font-weight: 600; }
.wg-rail-list li { display: grid; grid-template-columns: 84px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--wg-rule); padding: 15px 0; }
.wg-rail-thumb { width: 84px; height: 64px; flex: none; overflow: hidden; }
.wg-rail-thumb img, .wg-rail-thumb svg { width: 100%; height: 100%; object-fit: cover; }
.wg-rail-body { min-width: 0; }
.wg-rail-list h3 { font-family: var(--wg-serif); font-size: 18.5px; line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; text-wrap: pretty; margin-top: 5px; }
.wg-rail-list h3 a { color: var(--wg-ink); }
.wg-rail-list .wg-meta { margin-top: 6px; }

.wg-evergreen-card, .wg-pinned-card { padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 10px; }
.wg-pinned-card { padding: 24px 22px; gap: 11px; }
.wg-pinned-card-image { width: calc(100% + 44px); height: 150px; margin: -24px -22px 4px; overflow: hidden; }
.wg-pinned-card-image a, .wg-showcase-thumb a { display: block; width: 100%; height: 100%; }
.wg-pinned-card-image img, .wg-pinned-card-image svg { width: 100%; height: 100%; object-fit: cover; }
.wg-evergreen-card h3 a, .wg-pinned-card h3 a { color: var(--wg-ink); }
.wg-evergreen-card h3 { font-family: var(--wg-serif); font-size: 21px; line-height: 1.24; font-weight: 600; letter-spacing: -0.012em; text-wrap: pretty; }
.wg-pinned-card h3 { font-family: var(--wg-serif); font-size: 24px; line-height: 1.2; font-weight: 700; letter-spacing: -0.016em; text-wrap: pretty; }
.wg-evergreen-card p, .wg-pinned-card p { font-size: 13.5px; line-height: 1.5; color: var(--wg-body-dimmer); text-wrap: pretty; flex: 1; }
.wg-pinned-card p { font-size: 14px; line-height: 1.52; }
.wg-updated-row { display: flex; align-items: center; gap: 7px; font-size: 11.5px; color: var(--wg-accent); font-weight: 600; padding-top: 4px; }
.wg-dot-accent { width: 6px; height: 6px; border-radius: 50%; background: var(--wg-accent); flex: none; }

.wg-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.wg-chip-row-tight { gap: 6px; margin-top: 12px; }
.wg-chip {
	display: inline-flex; align-items: baseline; gap: 8px;
	border: 1px solid var(--wg-border); background: var(--wg-surface); border-radius: 4px;
	padding: 9px 13px; color: var(--wg-ink); font-size: 14px; font-weight: 500;
}
.wg-chip-sm { padding: 7px 11px; font-size: 13px; }
.wg-chip:hover { border-color: var(--wg-accent); color: var(--wg-accent); text-decoration: none; }
.wg-chip-count { font-size: 11.5px; font-weight: 600; color: var(--wg-muted-light); font-variant-numeric: tabular-nums; }
.wg-chip.is-filled, .wg-chip.is-active { background: var(--wg-ink); border-color: var(--wg-ink); color: #fff; }
.wg-chip.is-filled:hover, .wg-chip.is-active:hover { color: #fff; }
.wg-chip-count-inverted { color: rgba(255,255,255,0.55); }

.wg-card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 30px; margin-top: 26px; }
.wg-month-card { display: flex; flex-direction: column; gap: 12px; }
.wg-month-card-image { width: 100%; height: 178px; }
.wg-month-card-image img, .wg-month-card-image svg { width: 100%; height: 100%; object-fit: cover; }
.wg-widget-image-size-thumbnail { height: 150px; }
.wg-widget-image-size-medium { height: 220px; }
.wg-widget-image-size-medium_large { height: 280px; }
.wg-widget-image-size-large { height: 360px; }
.wg-widget-image-size-wg-feed { height: 248px; }
.wg-widget-image-size-wg-hero { height: 380px; }
.wg-month-card h3 { font-family: var(--wg-serif); font-size: 22px; line-height: 1.22; font-weight: 600; letter-spacing: -0.014em; text-wrap: pretty; }
.wg-month-card h3 a { color: var(--wg-ink); }
.wg-month-card p { font-size: 14px; line-height: 1.5; color: var(--wg-body-dimmer); text-wrap: pretty; }

.wg-deep-grid { display: grid; grid-template-columns: repeat(3, 1fr) 300px; gap: 40px; margin-top: 24px; align-items: start; }
.wg-deep-col-head { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--wg-ink); padding-bottom: 7px; }
.wg-deep-col-head h3 { font-family: var(--wg-serif); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.wg-rank-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--wg-rule); }
.wg-rank-list-plain li { padding: 10px 0; }
.wg-rank { font-size: 12px; font-weight: 700; color: var(--wg-rank-grey); font-variant-numeric: tabular-nums; padding-top: 2px; }
.wg-rank-list h4 { font-family: var(--wg-serif); font-size: 16.5px; line-height: 1.3; font-weight: 600; text-wrap: pretty; }
.wg-rank-list h4 a { color: var(--wg-ink); }
.wg-rank-list .wg-meta { margin-top: 4px; }

.wg-home-sidebar { display: flex; flex-direction: column; gap: 24px; }

.wg-newsletter-card { border: 1px solid var(--wg-ink); padding: 22px 20px; }
.wg-newsletter-card h2 { font-family: var(--wg-serif); font-size: 22px; line-height: 1.2; font-weight: 700; letter-spacing: -0.014em; }
.wg-newsletter-card p { font-size: 13.5px; line-height: 1.5; color: var(--wg-body-dimmer); margin-top: 8px; }
.wg-newsletter-form { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.wg-newsletter-form input { border: 1px solid var(--wg-border); border-radius: 4px; padding: 10px 12px; font-size: 13.5px; outline: none; }
.wg-newsletter-form button { background: var(--wg-accent); color: #fff; border-radius: 4px; padding: 11px 12px; font-size: 13.5px; font-weight: 600; text-align: center; }
.wg-newsletter-form button:hover { background: var(--wg-ink); }
.wg-newsletter-count { font-size: 11.5px; color: var(--wg-muted-light); margin-top: 10px; }

.wg-ad { border: 1px dashed var(--wg-ad-border); background: var(--wg-ad-fill); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; margin-top: 44px; }
.wg-ad-mrec { margin-top: 0; }
.wg-ad-eyebrow { font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wg-faint); }
.wg-ad-dims { font-size: 12px; color: var(--wg-faint); }

/* ---------------------------------------------------------------------- */
/* Masthead (archive + destination hub + generic archive)                  */
/* ---------------------------------------------------------------------- */

.wg-masthead { border-bottom: 1px solid var(--wg-rule); background: var(--wg-surface); }
.wg-masthead-inner { padding-top: 26px; padding-bottom: 34px; }
/* Breadcrumb-only masthead: no title to give the band height. */
.wg-masthead-slim .wg-masthead-inner { padding-top: 18px; padding-bottom: 18px; }
.wg-breadcrumb { font-size: 12px; color: var(--wg-muted-light); margin-bottom: 18px; }
.wg-breadcrumb a { color: var(--wg-muted-light); }
.wg-breadcrumb .wg-sep { color: var(--wg-sep-dot); margin: 0 2px; }
.wg-breadcrumb .wg-current { color: var(--wg-ink); font-weight: 600; }

.wg-masthead-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: end; }
.wg-masthead h1 { font-family: var(--wg-serif); font-size: 46px; line-height: 1.05; letter-spacing: -0.022em; font-weight: 700; }
.wg-standfirst { font-family: var(--wg-serif); font-size: 18px; line-height: 1.55; color: var(--wg-body-dim); margin-top: 14px; max-width: 58ch; text-wrap: pretty; }

.wg-stat-grid dt { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wg-muted-light); }
.wg-stat-grid dd { font-family: var(--wg-serif); font-size: 30px; font-weight: 700; letter-spacing: -0.02em; margin-top: 6px; font-variant-numeric: tabular-nums; }
.wg-stat-grid > div { padding: 16px 14px; }

.wg-hub-head-grid { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: end; }
.wg-hub-head-grid h1 { font-family: var(--wg-serif); font-size: 52px; line-height: 1.02; letter-spacing: -0.026em; font-weight: 700; }
.wg-hub-stats { display: flex; gap: 28px; align-items: flex-end; justify-content: flex-end; }
.wg-hub-stats .wg-stat-value { font-family: var(--wg-serif); font-size: 40px; font-weight: 700; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.wg-sub-nav { margin-top: 26px; gap: 7px; }

/* ---------------------------------------------------------------------- */
/* Treemap                                                                  */
/* ---------------------------------------------------------------------- */

.wg-treemap { display: flex; flex-direction: column; gap: 18px; margin-top: 22px; }
.wg-treemap-region-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 7px; }
.wg-treemap-region-head h3 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wg-ink); }
.wg-treemap-rule { flex: 1; height: 1px; background: var(--wg-rule); }
.wg-treemap-tiles { display: flex; gap: 3px; }
.wg-treemap-tiles-standalone { margin-top: 22px; flex-wrap: wrap; height: auto !important; }
.wg-treemap-tiles-standalone .wg-treemap-tile { min-height: 74px; }

.wg-treemap-tile {
	flex: 1 1 0; min-width: 54px; border-radius: 3px; padding: 9px 10px;
	text-align: left; display: flex; flex-direction: column; justify-content: space-between;
	overflow: hidden; transition: transform .12s ease; border: 1px solid rgba(23,19,32,0.10);
	color: inherit;
}
.wg-treemap-tile:hover { transform: translateY(-2px); text-decoration: none; }
.wg-treemap-tile.is-active { background: var(--wg-ink) !important; border-color: var(--wg-ink) !important; color: #fff !important; }
.wg-tile-name { font-size: 12.5px; font-weight: 600; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wg-tile-count { font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; opacity: .9; }

/* ---------------------------------------------------------------------- */
/* Facets (topic / trip-type bars)                                         */
/* ---------------------------------------------------------------------- */

.wg-facets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 22px; }
.wg-facet-group-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wg-muted-light); margin-bottom: 10px; }
.wg-facet-row {
	width: 100%; display: grid; grid-template-columns: 168px 1fr 46px; align-items: center;
	gap: 14px; padding: 7px 4px; border-radius: 3px; color: inherit;
}
.wg-facet-row:hover, .wg-facet-row:focus-visible { background: var(--wg-row-hover); text-decoration: none; }
.wg-facet-name { font-size: 14px; font-weight: 500; color: var(--wg-ink); }
.wg-facet-row.is-active .wg-facet-name { font-weight: 600; color: var(--wg-accent); }
.wg-facet-track { height: 9px; background: var(--wg-bar-track); border-radius: 2px; overflow: hidden; display: block; }
.wg-facet-fill { display: block; height: 100%; background: var(--wg-accent); }
.wg-facet-count { font-size: 13px; font-weight: 600; color: var(--wg-muted); font-variant-numeric: tabular-nums; text-align: right; }

/* ---------------------------------------------------------------------- */
/* Filter chips + index                                                    */
/* ---------------------------------------------------------------------- */

.wg-filter-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.wg-filter-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wg-muted-light); }
.wg-filter-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--wg-accent); color: #fff; border-radius: 4px; padding: 7px 11px; font-size: 13px; font-weight: 600; }
.wg-filter-chip:hover { background: var(--wg-ink); color: #fff; text-decoration: none; }
.wg-chip-x { opacity: .7; }
.wg-clear-all { font-size: 12.5px; font-weight: 600; color: var(--wg-accent); padding: 7px 4px; }
.wg-clear-all:hover { color: var(--wg-ink); }

/* Archive "Browse by topic" showcase */
.wg-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 30px; margin-top: 24px; align-items: start; }
.wg-showcase-list { display: flex; flex-direction: column; margin-top: 4px; }
.wg-showcase-list li { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--wg-rule); }
.wg-showcase-thumb { width: 72px; height: 54px; overflow: hidden; }
.wg-showcase-thumb img, .wg-showcase-thumb svg { width: 100%; height: 100%; object-fit: cover; }
.wg-showcase-body { min-width: 0; }
.wg-showcase-list h4 { font-family: var(--wg-serif); font-size: 15.5px; line-height: 1.3; font-weight: 600; text-wrap: pretty; }
.wg-showcase-list h4 a { color: var(--wg-ink); }
.wg-showcase-list .wg-meta { margin-top: 3px; font-size: 11.5px; }

.wg-year-index { margin-top: 20px; border-top: 1px solid var(--wg-rule); }
.wg-year-block { border-bottom: 1px solid var(--wg-rule); padding: 22px 0 24px; }
.wg-year-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; }
.wg-year-head h3 { font-family: var(--wg-serif); font-size: 26px; font-weight: 700; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.wg-year-head .wg-count { font-size: 12px; }

.wg-index-row {
	display: grid; grid-template-columns: 92px 1fr 190px 96px; gap: 18px; align-items: baseline;
	padding: 10px 6px; border-radius: 3px; color: inherit;
}
.wg-index-row:hover { background: var(--wg-row-hover); text-decoration: none; }
.wg-index-row time { font-size: 12.5px; color: var(--wg-muted-light); font-variant-numeric: tabular-nums; }
.wg-index-row h4 { font-family: var(--wg-serif); font-size: 17.5px; line-height: 1.3; font-weight: 600; text-wrap: pretty; }
.wg-index-row h4 a { color: var(--wg-ink); }
.wg-index-cat, .wg-index-dest { font-size: 12.5px; color: var(--wg-muted); }
.wg-index-dest { text-align: right; }

.wg-index-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0 0; flex-wrap: wrap; }
.wg-btn-outline { border: 1px solid var(--wg-ink); border-radius: 4px; padding: 12px 22px; font-size: 14px; font-weight: 600; color: var(--wg-ink); }
.wg-btn-outline:hover { background: var(--wg-ink); color: #fff; text-decoration: none; }
.wg-year-jump { display: flex; flex-wrap: wrap; gap: 6px; }
.wg-year-jump a { font-size: 12.5px; font-weight: 600; color: var(--wg-muted); border: 1px solid var(--wg-rule); border-radius: 3px; padding: 5px 9px; font-variant-numeric: tabular-nums; }
.wg-year-jump a:hover { border-color: var(--wg-accent); color: var(--wg-accent); text-decoration: none; }

.wg-empty-state { padding: 32px 0; color: var(--wg-muted); }
.wg-empty-state-section { padding-top: 56px; padding-bottom: 56px; }

/* ---------------------------------------------------------------------- */
/* Destination hub body                                                    */
/* ---------------------------------------------------------------------- */

.wg-hub-body { max-width: var(--wg-container); margin: 0 auto; padding: 44px var(--wg-gutter) 0; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }

.wg-feed { display: flex; flex-direction: column; }
.wg-feed-row { display: grid; grid-template-columns: 186px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--wg-rule); align-items: start; }
.wg-feed-thumb { width: 186px; height: 124px; }
.wg-feed-thumb a { display: block; width: 100%; height: 100%; }
.wg-feed-thumb img, .wg-feed-thumb svg { width: 100%; height: 100%; object-fit: cover; }
.wg-feed-body { display: flex; flex-direction: column; gap: 9px; }

.wg-thumb-placeholder { width: 100%; height: 100%; display: block; }
.wg-feed-body h3 { font-family: var(--wg-serif); font-size: 25px; line-height: 1.2; font-weight: 600; letter-spacing: -0.016em; text-wrap: pretty; }
.wg-feed-body h3 a { color: var(--wg-ink); }
.wg-feed-body h2 { font-family: var(--wg-serif); font-size: 25px; line-height: 1.2; font-weight: 600; letter-spacing: -0.016em; }
.wg-feed-body h2 a { color: var(--wg-ink); }
.wg-feed-body p { font-size: 14.5px; line-height: 1.5; color: var(--wg-body-dimmer); text-wrap: pretty; max-width: 64ch; }

.wg-pagination { display: flex; align-items: center; gap: 8px; padding-top: 24px; flex-wrap: wrap; }
.wg-page-link, .wg-pagination span.wg-page-link { border: 1px solid var(--wg-border); border-radius: 3px; padding: 8px 13px; font-size: 13.5px; font-weight: 500; color: var(--wg-ink); }
.wg-pagination a.wg-page-link:hover { border-color: var(--wg-accent); color: var(--wg-accent); text-decoration: none; }
.wg-pagination .current.wg-page-link { border-color: var(--wg-ink); background: var(--wg-ink); color: #fff; font-weight: 600; }
.wg-pagination .dots.wg-page-link { border: 0; color: var(--wg-faint); padding: 0 4px; }

.wg-hub-faq { margin-top: 48px; }
.wg-hub-faq dl { margin-top: 8px; }
.wg-faq-row { border-bottom: 1px solid var(--wg-rule); padding: 20px 0; }
.wg-faq-row dt { font-family: var(--wg-serif); font-size: 21px; line-height: 1.28; font-weight: 700; letter-spacing: -0.012em; text-wrap: pretty; }
.wg-faq-row dd { font-size: 15px; line-height: 1.6; color: var(--wg-body-dim); margin-top: 8px; max-width: 74ch; text-wrap: pretty; }

.wg-hub-sidebar { display: flex; flex-direction: column; gap: 30px; position: sticky; top: 92px; }
.wg-sidebar-h2 { border-bottom: 1px solid var(--wg-ink); padding-bottom: 7px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.wg-place-list { margin-top: 10px; }
.wg-place-list li { padding: 8px 0; }
.wg-place-list a { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; color: var(--wg-ink); font-size: 13.5px; font-weight: 500; }
.wg-place-track { display: block; height: 4px; background: var(--wg-bar-track); border-radius: 2px; margin-top: 6px; overflow: hidden; }
.wg-place-fill { display: block; height: 100%; background: var(--wg-accent); }

/* ---------------------------------------------------------------------- */
/* Article / single                                                        */
/* ---------------------------------------------------------------------- */

.wg-article-head { border-bottom: 1px solid var(--wg-rule); background: var(--wg-surface); padding-bottom: 30px; }
.wg-article-title { font-family: var(--wg-serif); font-size: 46px; line-height: 1.06; letter-spacing: -0.022em; font-weight: 700; margin-bottom: 14px; text-wrap: balance; }
.wg-article-dek { font-family: var(--wg-serif); font-size: 19px; line-height: 1.55; color: var(--wg-body-dim); max-width: 62ch; margin-bottom: 16px; text-wrap: pretty; }
.wg-article-body-grid { max-width: var(--wg-container); margin: 40px auto 0; padding: 0 var(--wg-gutter); display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.wg-entry-content { font-family: var(--wg-serif); font-size: 18px; line-height: 1.7; color: var(--wg-body-dim); max-width: 74ch; }
.wg-entry-content p, .wg-entry-content ul, .wg-entry-content ol, .wg-entry-content blockquote { margin-bottom: 22px; }
.wg-entry-content h2 { font-family: var(--wg-serif); font-size: 28px; font-weight: 700; letter-spacing: -0.016em; margin: 40px 0 16px; color: var(--wg-ink); }
.wg-entry-content h3 { font-family: var(--wg-serif); font-size: 22px; font-weight: 600; margin: 32px 0 14px; color: var(--wg-ink); }
.wg-entry-content img { border-radius: 0; margin: 8px 0 22px; }
.wg-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.wg-entry-content ul, .wg-entry-content ol { padding-left: 1.3em; list-style: disc; }
.wg-entry-content ol { list-style: decimal; }
.wg-entry-content blockquote { border-left: 3px solid var(--wg-accent); padding-left: 20px; font-style: italic; color: var(--wg-body-dimmer); }
.wg-page-content { max-width: 74ch; margin: 32px auto 0; padding: 0 var(--wg-gutter); font-family: var(--wg-sans); font-size: 16px; line-height: 1.7; }

.wg-article-sidebar { display: flex; flex-direction: column; gap: 24px; position: static; }

/* ---------------------------------------------------------------------- */
/* Comments                                                                 */
/* ---------------------------------------------------------------------- */

.wg-comments { max-width: 74ch; margin-top: 48px; }
.wg-comment-list li { border-bottom: 1px solid var(--wg-rule); padding: 16px 0; }
.wg-comments .comment-form input,
.wg-comments .comment-form textarea { width: 100%; border: 1px solid var(--wg-border); border-radius: 4px; padding: 10px 12px; margin-bottom: 12px; }
.wg-comments .comment-form button, .wg-comments .comment-form input[type="submit"] {
	background: var(--wg-accent); color: #fff; border-radius: 4px; padding: 11px 18px; font-weight: 600; width: auto;
}

/* ---------------------------------------------------------------------- */
/* Footer                                                                   */
/* ---------------------------------------------------------------------- */

.wg-footer { border-top: 1px solid var(--wg-rule); background: var(--wg-surface); }
.wg-footer-upper { padding-top: 40px; padding-bottom: 48px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.wg-footer-wordmark { font-family: var(--wg-serif); font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.wg-footer-brand p { font-size: 13.5px; line-height: 1.55; color: var(--wg-muted); margin-top: 10px; max-width: 34ch; }
.wg-footer-upper h2 { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wg-muted-light); }
.wg-footer-upper ul, .wg-footer-links { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.wg-footer-upper a, .wg-footer-links a { font-size: 13.5px; color: var(--wg-ink); }

.wg-footer-lower-bar { border-top: 1px solid var(--wg-rule); }
.wg-footer-lower { padding: 16px var(--wg-gutter) 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
.wg-copyright { font-size: 12px; color: var(--wg-muted-light); }
.wg-spacer { flex: 1; }
.wg-footer-lower a { font-size: 12.5px; font-weight: 600; color: var(--wg-ink); }

/* ---------------------------------------------------------------------- */
/* Responsive                                                              */
/* ---------------------------------------------------------------------- */

@media (max-width: 1080px) {
	.wg-deep-grid { grid-template-columns: repeat(3, 1fr); }
	.wg-home-sidebar { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
	.wg-home-sidebar > * { flex: 1 1 260px; }
}

@media (max-width: 900px) {
	.wg-hero-grid, .wg-masthead-grid, .wg-hub-head-grid, .wg-hub-body, .wg-article-body-grid { grid-template-columns: 1fr; }
	.wg-hub-stats { justify-content: flex-start; }
	.wg-card-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.wg-hairline-grid-3, .wg-hairline-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.wg-deep-grid { grid-template-columns: 1fr 1fr; }
	.wg-showcase-grid { grid-template-columns: repeat(2, 1fr); }
	.wg-facets-grid { grid-template-columns: 1fr; gap: 32px; }
	.wg-hub-sidebar, .wg-article-sidebar { position: static; }
	.wg-index-row { grid-template-columns: 76px 1fr; grid-template-areas: "date title" ". cat" ". dest"; row-gap: 4px; }
	.wg-index-row time { grid-area: date; }
	.wg-index-row h4 { grid-area: title; }
	.wg-index-row .wg-index-cat { grid-area: cat; }
	.wg-index-row .wg-index-dest { grid-area: dest; text-align: left; }
	.wg-feed-row { grid-template-columns: 140px 1fr; }
	.wg-feed-thumb { width: 140px; height: 96px; }
}

@media (max-width: 780px) {
	.wg-primary-nav { display: none; }
	.wg-primary-nav.is-open {
		display: flex; flex-direction: column; gap: 0; position: absolute;
		top: 66px; left: 0; right: 0; background: var(--wg-surface);
		border-bottom: 1px solid var(--wg-rule); padding: 8px var(--wg-gutter) 16px;
	}
	.wg-primary-nav.is-open a { padding: 10px 0; border-bottom: 1px solid var(--wg-rule); }
	.wg-nav-toggle { display: block; }
	.wg-search { display: none; }
	.wg-header-inner { gap: 12px; position: relative; }
	.wg-treemap-tiles { flex-wrap: wrap; height: auto !important; }
	.wg-treemap-tile { min-height: 64px; }
	.wg-deep-grid { grid-template-columns: 1fr; }
	.wg-showcase-grid { grid-template-columns: 1fr; }
	.wg-hero-title, .wg-masthead h1 { font-size: 36px; }
	.wg-hub-head-grid h1 { font-size: 38px; }
	.wg-article-title { font-size: 32px; }
}

@media (max-width: 560px) {
	.wg-card-grid-3, .wg-hairline-grid-3, .wg-hairline-grid-4 { grid-template-columns: 1fr; }
	.wg-hero-image { height: 220px; }
	.wg-month-card-image { height: 150px; }
	.wg-hero-title, .wg-masthead h1 { font-size: 30px; }
	.wg-standfirst { font-size: 16px; }
	.wg-feed-row { grid-template-columns: 1fr; }
	.wg-feed-thumb { width: 100%; height: 180px; }
}

/* ---------------------------------------------------------------------- */
/* Contact page                                                            */
/* ---------------------------------------------------------------------- */

.wg-contact-card {
	margin: 30px 0 38px;
	padding: 26px 28px;
	border: 1px solid var(--wg-rule);
	border-left: 3px solid var(--wg-accent);
	background: var(--wg-surface);
	box-shadow: 0 12px 34px rgba(33, 23, 20, .07);
}

.wg-contact-label {
	margin: 0 0 8px;
	color: var(--wg-accent);
	font-family: var(--wg-sans);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.wg-entry-content .wg-contact-email {
	margin: 0;
	font-family: var(--wg-serif);
	font-size: clamp(22px, 3vw, 31px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.15;
	word-break: break-word;
}

.wg-entry-content .wg-contact-email a { color: var(--wg-ink); text-decoration: none; }
.wg-entry-content .wg-contact-email a:hover { color: var(--wg-accent); text-decoration: underline; }

.wg-entry-content .wg-contact-note {
	margin: 12px 0 0;
	color: var(--wg-muted);
	font-family: var(--wg-sans);
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 640px) {
	.wg-contact-card { padding: 20px; margin: 24px 0 30px; }
}
