/*
Theme Name: Wanderzilla V1
Theme URI: https://wanderzilla.com/
Author: Wanderzilla
Author URI: https://wanderzilla.com/
Description: A fast, editorial WordPress theme for practical travel guides, gear reviews, travel technology, budget travel and nomad life.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wanderzilla
Tags: blog, travel, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --wz-ink: #14201b;
  --wz-ink-soft: #405048;
  --wz-forest: #173f32;
  --wz-green: #287a57;
  --wz-lime: #c9ef8f;
  --wz-sand: #f4efe5;
  --wz-cream: #fbfaf6;
  --wz-white: #ffffff;
  --wz-line: #dfe5de;
  --wz-shadow: 0 20px 55px rgba(20, 32, 27, .10);
  --wz-radius: 22px;
  --wz-radius-sm: 14px;
  --wz-container: 1180px;
  --wz-reading: 760px;
  --wz-header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--wz-ink);
  background: var(--wz-cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--wz-green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--wz-forest); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--wz-lime); color: var(--wz-ink); }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
  background: var(--wz-white);
  border-radius: 8px;
  box-shadow: var(--wz-shadow);
}

.wz-container { width: min(calc(100% - 40px), var(--wz-container)); margin-inline: auto; }
.wz-reading { width: min(calc(100% - 40px), var(--wz-reading)); margin-inline: auto; }
.wz-section { padding: 88px 0; }
.wz-section--tight { padding: 64px 0; }
.wz-section--sand { background: var(--wz-sand); }
.wz-section--dark { background: var(--wz-forest); color: var(--wz-white); }
.wz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--wz-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wz-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.wz-section--dark .wz-kicker { color: var(--wz-lime); }
.wz-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.wz-section-head h2,
.wz-archive-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.wz-section-head p { max-width: 590px; margin: 0; color: var(--wz-ink-soft); }
.wz-section--dark .wz-section-head p { color: rgba(255,255,255,.72); }

/* Header */
.wz-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--wz-header-height);
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid rgba(20, 32, 27, .08);
  backdrop-filter: blur(18px);
}
.admin-bar .wz-site-header { top: 32px; }
.wz-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wz-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--wz-ink); text-decoration: none; }
.wz-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--wz-lime);
  background: var(--wz-forest);
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(23, 63, 50, .18);
}
.wz-brand-mark svg { width: 25px; height: 25px; }
.wz-brand-name { font-size: 21px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 44px; width: auto; }
.wz-primary-nav { margin-left: auto; }
.wz-primary-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.wz-primary-nav a { color: var(--wz-ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.wz-primary-nav a:hover,
.wz-primary-nav .current-menu-item > a,
.wz-primary-nav .current_page_item > a { color: var(--wz-green); }
.wz-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--wz-white);
  background: var(--wz-forest);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.wz-header-cta:hover { color: var(--wz-forest); background: var(--wz-lime); }
.wz-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--wz-line);
  border-radius: 12px;
  color: var(--wz-ink);
  background: var(--wz-white);
}
.wz-menu-toggle span,
.wz-menu-toggle::before,
.wz-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-open .wz-menu-toggle span { opacity: 0; }
.nav-open .wz-menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.nav-open .wz-menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }
.wz-reading-progress { position: fixed; top: 0; left: 0; z-index: 100; width: 0; height: 3px; background: var(--wz-green); }
.admin-bar .wz-reading-progress { top: 32px; }

/* Hero */
.wz-hero { position: relative; overflow: hidden; padding: 84px 0 96px; }
.wz-hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -220px;
  top: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 239, 143, .65), rgba(201, 239, 143, 0) 68%);
  pointer-events: none;
}
.wz-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 72px; }
.wz-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 104px);
  line-height: .92;
  letter-spacing: -.065em;
}
.wz-hero h1 em { color: var(--wz-green); font-style: italic; font-weight: 400; }
.wz-hero-copy > p { max-width: 650px; margin: 28px 0 0; color: var(--wz-ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.wz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.wz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--wz-white);
  background: var(--wz-forest);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.wz-button:hover { transform: translateY(-2px); color: var(--wz-forest); background: var(--wz-lime); box-shadow: 0 14px 28px rgba(20, 32, 27, .12); }
.wz-button--ghost { border-color: var(--wz-line); color: var(--wz-ink); background: var(--wz-white); }
.wz-button--ghost:hover { color: var(--wz-white); background: var(--wz-forest); }
.wz-field-card {
  position: relative;
  min-height: 510px;
  padding: 28px;
  overflow: hidden;
  border-radius: 30px;
  color: var(--wz-white);
  background:
    linear-gradient(165deg, rgba(20, 32, 27, .02), rgba(20, 32, 27, .68)),
    linear-gradient(135deg, #467b67, #173f32 56%, #0d241c);
  box-shadow: var(--wz-shadow);
}
.wz-field-card::before,
.wz-field-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.wz-field-card::before { width: 360px; height: 360px; top: -105px; right: -125px; }
.wz-field-card::after { width: 250px; height: 250px; top: -50px; right: -70px; }
.wz-field-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.wz-field-label { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wz-field-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-family: Georgia, serif; font-size: 20px; }
.wz-field-main { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; }
.wz-field-main svg { width: 74px; height: 74px; margin-bottom: 52px; color: var(--wz-lime); }
.wz-field-main h2 { max-width: 420px; margin: 0; font-family: Georgia, serif; font-size: clamp(35px, 4.2vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.wz-field-main p { margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 15px; }

/* Trust strip and category tiles */
.wz-values { border-top: 1px solid var(--wz-line); border-bottom: 1px solid var(--wz-line); background: var(--wz-white); }
.wz-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.wz-value { padding: 26px 28px; border-right: 1px solid var(--wz-line); }
.wz-value:last-child { border-right: 0; }
.wz-value strong { display: block; margin-bottom: 4px; font-size: 14px; }
.wz-value span { color: var(--wz-ink-soft); font-size: 13px; }
.wz-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.wz-category-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius);
  color: var(--wz-ink);
  background: var(--wz-white);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.wz-category-card:hover { transform: translateY(-6px); color: var(--wz-ink); border-color: transparent; box-shadow: var(--wz-shadow); }
.wz-category-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 46px; border-radius: 15px; color: var(--wz-forest); background: var(--wz-lime); }
.wz-category-icon svg { width: 25px; height: 25px; }
.wz-category-card h3 { margin: auto 0 8px; font-family: Georgia, serif; font-size: 29px; line-height: 1.05; letter-spacing: -.035em; }
.wz-category-card p { margin: 0 0 22px; color: var(--wz-ink-soft); font-size: 14px; line-height: 1.55; }
.wz-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 850; }

/* Post cards */
.wz-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wz-card { overflow: hidden; border: 1px solid var(--wz-line); border-radius: var(--wz-radius); background: var(--wz-white); transition: transform .25s ease, box-shadow .25s ease; }
.wz-card:hover { transform: translateY(-5px); box-shadow: var(--wz-shadow); }
.wz-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, #2d6b51, #173f32); }
.wz-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wz-card:hover .wz-card-media img { transform: scale(1.045); }
.wz-card-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.92); }
.wz-card-placeholder::before { content: "WZ"; font-family: Georgia, serif; font-size: 54px; font-style: italic; }
.wz-card-body { padding: 23px; }
.wz-card-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: var(--wz-ink-soft); font-size: 12px; font-weight: 750; }
.wz-card-category { color: var(--wz-green); text-transform: uppercase; letter-spacing: .08em; }
.wz-card h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.12; letter-spacing: -.035em; }
.wz-card h3 a { color: var(--wz-ink); text-decoration: none; }
.wz-card h3 a:hover { color: var(--wz-green); }
.wz-card-excerpt { margin: 14px 0 0; color: var(--wz-ink-soft); font-size: 14px; line-height: 1.58; }
.wz-card-link { display: inline-flex; margin-top: 18px; color: var(--wz-ink); font-size: 13px; font-weight: 850; text-decoration: none; }

.wz-feature-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.wz-feature-main { position: relative; min-height: 565px; display: flex; align-items: end; overflow: hidden; border-radius: 28px; color: var(--wz-white); background: var(--wz-forest); }
.wz-feature-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wz-feature-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(10,25,20,.9)); }
.wz-feature-content { position: relative; z-index: 1; max-width: 730px; padding: 40px; }
.wz-feature-content .wz-card-meta { color: rgba(255,255,255,.7); }
.wz-feature-content .wz-card-category { color: var(--wz-lime); }
.wz-feature-content h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.wz-feature-content h3 a { color: var(--wz-white); text-decoration: none; }
.wz-feature-content p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.74); }
.wz-feature-side { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.wz-mini-card { display: flex; flex-direction: column; justify-content: end; min-height: 270px; padding: 26px; border-radius: 24px; color: var(--wz-ink); background: var(--wz-sand); }
.wz-mini-card:nth-child(2) { color: var(--wz-white); background: var(--wz-green); }
.wz-mini-card:nth-child(2) .wz-card-meta { color: rgba(255,255,255,.7); }
.wz-mini-card:nth-child(2) .wz-card-category { color: var(--wz-lime); }
.wz-mini-card h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; }
.wz-mini-card h3 a { color: inherit; text-decoration: none; }

/* Brand statement */
.wz-manifesto { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.wz-manifesto h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.05em; }
.wz-manifesto-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.wz-manifesto-copy h3 { margin: 0 0 8px; font-size: 15px; }
.wz-manifesto-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }

/* Archive */
.wz-archive-header { padding: 76px 0 46px; border-bottom: 1px solid var(--wz-line); }
.wz-archive-header p { max-width: 680px; margin: 18px 0 0; color: var(--wz-ink-soft); }
.wz-pagination { margin-top: 44px; }
.wz-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.wz-pagination a,
.wz-pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--wz-line); border-radius: 10px; color: var(--wz-ink); background: var(--wz-white); text-decoration: none; }
.wz-pagination .current,
.wz-pagination a:hover { color: var(--wz-white); background: var(--wz-forest); }
.wz-empty { padding: 70px 0; text-align: center; }

/* Single article */
.wz-article-hero { padding: 74px 0 42px; }
.wz-breadcrumbs { margin-bottom: 24px; color: var(--wz-ink-soft); font-size: 13px; }
.wz-breadcrumbs a { color: inherit; text-decoration: none; }
.wz-breadcrumbs span { margin: 0 7px; opacity: .55; }
.wz-article-hero h1 { max-width: 980px; margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
.wz-article-deck { max-width: 780px; margin: 24px 0 0; color: var(--wz-ink-soft); font-size: 21px; line-height: 1.5; }
.wz-article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 28px; color: var(--wz-ink-soft); font-size: 13px; }
.wz-article-meta strong { color: var(--wz-ink); }
.wz-article-feature { width: min(calc(100% - 40px), 1280px); margin: 0 auto 58px; overflow: hidden; border-radius: 28px; background: var(--wz-sand); }
.wz-article-feature img { width: 100%; max-height: 720px; object-fit: cover; }
.wz-article-layout { width: min(calc(100% - 40px), 1080px); display: grid; grid-template-columns: minmax(0, var(--wz-reading)) 260px; gap: 60px; margin: 0 auto; align-items: start; }
.wz-article-content { min-width: 0; }
.wz-article-content > *:first-child { margin-top: 0; }
.wz-article-content h2,
.wz-article-content h3,
.wz-article-content h4 { scroll-margin-top: 110px; font-family: Georgia, serif; line-height: 1.12; letter-spacing: -.03em; }
.wz-article-content h2 { margin: 2.2em 0 .65em; font-size: clamp(33px, 4vw, 47px); }
.wz-article-content h3 { margin: 1.8em 0 .55em; font-size: clamp(26px, 3vw, 34px); }
.wz-article-content h4 { margin: 1.6em 0 .5em; font-size: 23px; }
.wz-article-content p,
.wz-article-content ul,
.wz-article-content ol { margin: 0 0 1.35em; }
.wz-article-content li + li { margin-top: .5em; }
.wz-article-content blockquote { margin: 2em 0; padding: 24px 28px; border-left: 4px solid var(--wz-green); background: var(--wz-sand); font-family: Georgia, serif; font-size: 23px; line-height: 1.45; }
.wz-article-content blockquote p:last-child { margin-bottom: 0; }
.wz-article-content figure { margin: 2.2em 0; }
.wz-article-content figcaption { margin-top: 10px; color: var(--wz-ink-soft); font-size: 13px; text-align: center; }
.wz-article-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-size: 15px; }
.wz-article-content th,
.wz-article-content td { padding: 14px; border: 1px solid var(--wz-line); text-align: left; vertical-align: top; }
.wz-article-content th { background: var(--wz-sand); }
.wz-article-content .wp-block-button__link { border-radius: 999px; color: var(--wz-white); background: var(--wz-forest); font-weight: 800; }
.wz-article-content .wp-block-separator { margin: 3em 0; border-color: var(--wz-line); }
.wz-sidebar { position: sticky; top: calc(var(--wz-header-height) + 28px); }
.admin-bar .wz-sidebar { top: calc(var(--wz-header-height) + 60px); }
.wz-toc,
.wz-disclosure-box { padding: 20px; border: 1px solid var(--wz-line); border-radius: var(--wz-radius-sm); background: var(--wz-white); }
.wz-toc h2,
.wz-disclosure-box h2 { margin: 0 0 12px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.wz-toc ol { margin: 0; padding: 0; list-style: none; }
.wz-toc li + li { margin-top: 8px; }
.wz-toc a { display: block; color: var(--wz-ink-soft); font-size: 13px; line-height: 1.4; text-decoration: none; }
.wz-toc a:hover { color: var(--wz-green); }
.wz-toc .is-sub { padding-left: 12px; }
.wz-disclosure-box { margin-top: 14px; background: var(--wz-sand); }
.wz-disclosure-box p { margin: 0; color: var(--wz-ink-soft); font-size: 12px; line-height: 1.55; }
.wz-article-footer { width: min(calc(100% - 40px), var(--wz-reading)); margin: 54px auto 0; padding-top: 28px; border-top: 1px solid var(--wz-line); }
.wz-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wz-tags a { padding: 7px 11px; border: 1px solid var(--wz-line); border-radius: 999px; color: var(--wz-ink-soft); font-size: 12px; text-decoration: none; }
.wz-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.wz-post-nav a { display: block; padding: 20px; border: 1px solid var(--wz-line); border-radius: var(--wz-radius-sm); color: var(--wz-ink); background: var(--wz-white); text-decoration: none; }
.wz-post-nav span { display: block; margin-bottom: 6px; color: var(--wz-ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wz-related { margin-top: 80px; }

/* Pages and comments */
.wz-page-header { padding: 74px 0 36px; }
.wz-page-header h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 7vw, 82px); line-height: 1; letter-spacing: -.05em; }
.wz-page-content { padding-bottom: 90px; }
.wz-page-content .wz-article-content { width: min(calc(100% - 40px), var(--wz-reading)); margin-inline: auto; }
.comments-area { width: min(calc(100% - 40px), var(--wz-reading)); margin: 64px auto 0; }
.comments-title { font-family: Georgia, serif; font-size: 32px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 22px; padding: 20px; border: 1px solid var(--wz-line); border-radius: var(--wz-radius-sm); background: var(--wz-white); }
.comment-meta { font-size: 13px; }
.comment-content p:last-child { margin-bottom: 0; }
.comment-form label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.comment-form input:not([type="submit"]),
.comment-form textarea,
.wz-search-form input[type="search"] { width: 100%; padding: 12px 14px; border: 1px solid var(--wz-line); border-radius: 10px; background: var(--wz-white); }
.comment-form input[type="submit"],
.wz-search-form button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 999px; color: var(--wz-white); background: var(--wz-forest); font-weight: 800; }
.wz-search-form { display: flex; gap: 8px; max-width: 580px; margin-top: 24px; }

/* Footer */
.wz-site-footer { margin-top: 90px; color: var(--wz-white); background: #0e241c; }
.wz-footer-main { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 70px; padding: 70px 0 54px; }
.wz-footer-brand .wz-brand { color: var(--wz-white); }
.wz-footer-brand p { max-width: 500px; margin: 20px 0 0; color: rgba(255,255,255,.65); }
.wz-footer-title { margin: 0 0 15px; color: var(--wz-lime); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.wz-footer-menu { margin: 0; padding: 0; list-style: none; }
.wz-footer-menu li + li { margin-top: 9px; }
.wz-footer-menu a { color: rgba(255,255,255,.76); font-size: 14px; text-decoration: none; }
.wz-footer-menu a:hover { color: var(--wz-lime); }
.wz-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 12px; }

/* WordPress alignment */
.alignwide { width: min(100vw - 40px, 1100px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--wz-ink-soft); }
.sticky { outline: 2px solid var(--wz-lime); }
.bypostauthor { display: block; }

@media (max-width: 1040px) {
  .wz-primary-nav { position: fixed; inset: var(--wz-header-height) 0 0; display: none; padding: 26px 20px; background: var(--wz-cream); }
  .admin-bar .wz-primary-nav { top: calc(var(--wz-header-height) + 32px); }
  .nav-open .wz-primary-nav { display: block; }
  .wz-primary-nav ul { width: min(100%, 560px); display: block; margin-inline: auto; }
  .wz-primary-nav li { border-bottom: 1px solid var(--wz-line); }
  .wz-primary-nav a { display: block; padding: 16px 2px; font-size: 18px; }
  .wz-menu-toggle { display: block; }
  .wz-header-cta { margin-left: auto; }
  .wz-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .wz-field-card { min-height: 430px; }
  .wz-category-grid { grid-template-columns: repeat(2, 1fr); }
  .wz-post-grid { grid-template-columns: repeat(2, 1fr); }
  .wz-feature-layout { grid-template-columns: 1fr; }
  .wz-feature-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .wz-manifesto { grid-template-columns: 1fr; gap: 50px; }
  .wz-article-layout { grid-template-columns: minmax(0, 1fr); }
  .wz-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .wz-disclosure-box { margin-top: 0; }
}

@media (max-width: 782px) {
  .admin-bar .wz-site-header { top: 46px; }
  .admin-bar .wz-reading-progress { top: 46px; }
  .admin-bar .wz-primary-nav { top: calc(var(--wz-header-height) + 46px); }
  .wz-section { padding: 68px 0; }
  .wz-section-head { align-items: start; flex-direction: column; }
  .wz-hero { padding: 64px 0 72px; }
  .wz-hero h1 { font-size: clamp(52px, 16vw, 82px); }
  .wz-values-grid { grid-template-columns: repeat(2, 1fr); }
  .wz-value:nth-child(2) { border-right: 0; }
  .wz-value:nth-child(-n+2) { border-bottom: 1px solid var(--wz-line); }
  .wz-category-grid,
  .wz-post-grid,
  .wz-feature-side,
  .wz-manifesto-copy,
  .wz-footer-main { grid-template-columns: 1fr; }
  .wz-category-card { min-height: 245px; }
  .wz-feature-main { min-height: 500px; }
  .wz-mini-card { min-height: 230px; }
  .wz-sidebar { grid-template-columns: 1fr; }
  .wz-post-nav { grid-template-columns: 1fr; }
  .wz-footer-main { gap: 38px; }
  .wz-footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --wz-header-height: 70px; }
  .wz-container,
  .wz-reading,
  .wz-article-feature,
  .wz-article-layout,
  .wz-article-footer { width: min(calc(100% - 28px), var(--wz-container)); }
  .wz-brand-name { font-size: 18px; }
  .wz-brand-mark { width: 38px; height: 38px; }
  .wz-header-cta { display: none; }
  .wz-hero-grid { gap: 34px; }
  .wz-field-card { min-height: 390px; padding: 22px; border-radius: 22px; }
  .wz-field-main { inset: auto 22px 22px; }
  .wz-field-main svg { width: 58px; height: 58px; margin-bottom: 34px; }
  .wz-values-grid { grid-template-columns: 1fr; }
  .wz-value { border-right: 0; border-bottom: 1px solid var(--wz-line); }
  .wz-value:nth-child(-n+2) { border-bottom: 1px solid var(--wz-line); }
  .wz-value:last-child { border-bottom: 0; }
  .wz-feature-content { padding: 26px; }
  .wz-article-hero h1 { font-size: clamp(44px, 15vw, 66px); }
  .wz-article-deck { font-size: 18px; }
  .wz-article-content { font-size: 16px; }
  .wz-search-form { flex-direction: column; }
}
