/*
Theme Name: W. N. Walker Media Headquarters
Theme URI: https://wnwalker.com
Author: W. N. Walker Media
Author URI: https://wnwalker.com
Description: A lightweight, mobile-first editorial WordPress theme for W. N. Walker.
Version: 1.0.3
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: wnwalker
*/

:root {
  --wnw-black: #050505;
  --wnw-charcoal: #171a1f;
  --wnw-gunmetal: #252a30;
  --wnw-ink: var(--wnw-charcoal);
  --wnw-bone: #ffffff;
  --wnw-white: #ffffff;
  --wnw-crimson: #a90f20;
  --wnw-burgundy: #5a1119;
  --wnw-silver: #c9cdd2;
  --wnw-gray: #72777e;
  --wnw-light: #f5f6f7;
  --wnw-rule: color-mix(in srgb, var(--wnw-silver) 42%, transparent);
  --wnw-display: "Cormorant Garamond", Georgia, serif;
  --wnw-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wnw-radius: 0.2rem;
  --wnw-shadow: 0 24px 60px rgba(10, 10, 10, 0.09);
  --wnw-max: 1240px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--wnw-ink);
  background: var(--wnw-bone);
  font-family: var(--wnw-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .wnw-site-header { top: 32px; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--wnw-burgundy); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 0; padding: 0.8rem 1rem;
  clip: auto; z-index: 99999; left: 1rem; top: 1rem;
  color: var(--wnw-white); background: var(--wnw-black);
}

.wnw-wrap { width: min(calc(100% - 2rem), var(--wnw-max)); margin-inline: auto; }
.wnw-narrow { width: min(calc(100% - 2rem), 760px); margin-inline: auto; }
.wnw-section { padding: clamp(4rem, 8vw, 8rem) 0; }
.wnw-section--tight { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wnw-section--dark { color: var(--wnw-white); background: var(--wnw-black); }
.wnw-section--white { background: var(--wnw-white); }
.wnw-section--gold { color: var(--wnw-white); background: var(--wnw-black); border-block: 1px solid var(--wnw-gunmetal); }
.wnw-section--gold .wnw-lede, .wnw-section--gold .wnw-consent { color: var(--wnw-silver); }

.wnw-kicker {
  display: inline-flex; align-items: center; gap: 0.65rem;
  margin: 0 0 1rem; color: var(--wnw-crimson);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.wnw-section--dark .wnw-kicker, .wnw-section--gold .wnw-kicker { color: var(--wnw-silver); }
.wnw-kicker::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em; color: inherit; font-family: var(--wnw-display); line-height: 0.98;
  font-weight: 400; letter-spacing: -0.035em;
}
h1 { font-size: clamp(3.6rem, 10vw, 8.5rem); }
h2 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
p { margin: 0 0 1.25rem; }
.wnw-lede { max-width: 760px; color: var(--wnw-gray); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.wnw-section--dark .wnw-lede { color: rgba(255,255,255,0.72); }
.wnw-gold-word { color: var(--wnw-crimson); font-style: italic; }
.wnw-section--dark .wnw-gold-word, .wnw-section--gold .wnw-gold-word, .wnw-page-hero .wnw-gold-word, .wnw-site-footer .wnw-gold-word { color: color-mix(in srgb, var(--wnw-crimson) 70%, var(--wnw-white)); }
.wnw-hero-title .wnw-gold-word { color: var(--wnw-white); }

.wnw-button {
  display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: 0.7rem;
  padding: 0.85rem 1.35rem; border: 1px solid var(--wnw-black); border-radius: 999px;
  color: var(--wnw-white); background: var(--wnw-black); font-size: 0.86rem; font-weight: 700;
  letter-spacing: 0.06em; line-height: 1.1; text-decoration: none; text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.wnw-button:hover { color: var(--wnw-white); background: var(--wnw-crimson); border-color: var(--wnw-crimson); transform: translateY(-2px); }
.wnw-button--light { color: var(--wnw-black); background: var(--wnw-white); border-color: var(--wnw-white); }
.wnw-button--ghost { color: var(--wnw-black); background: transparent; }
.wnw-button--gold { color: var(--wnw-white); background: var(--wnw-crimson); border-color: var(--wnw-crimson); }
.wnw-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }

.wnw-site-header {
  position: sticky; top: 0; z-index: 1000; min-height: 74px;
  color: var(--wnw-white); background: color-mix(in srgb, var(--wnw-black) 96%, transparent); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wnw-header-inner { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 2rem; }
.wnw-brand { display: inline-flex; align-items: center; gap: 0.8rem; color: var(--wnw-white); text-decoration: none; }
.wnw-brand-mark {
  display: grid; width: 2.45rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--wnw-silver);
  border-radius: 50%; color: var(--wnw-silver); font-family: var(--wnw-display); font-size: 1.05rem;
}
.wnw-brand-name { font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.wnw-primary-nav ul { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.wnw-primary-nav a { color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.wnw-primary-nav a:hover, .wnw-primary-nav .current-menu-item > a { color: var(--wnw-silver); }
.wnw-menu-toggle { display: none; border: 0; color: var(--wnw-white); background: transparent; cursor: pointer; }

.wnw-hero { position: relative; overflow: hidden; color: var(--wnw-white); background: var(--wnw-black); }
.wnw-hero::after {
  content: ""; position: absolute; inset: auto -10vw -32vw auto; width: 62vw; aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--wnw-crimson) 34%, transparent); border-radius: 50%; pointer-events: none;
}
.wnw-hero-grid { display: grid; min-height: calc(100svh - 74px); grid-template-columns: 1.12fr 0.88fr; align-items: stretch; }
.wnw-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 6rem) clamp(4rem, 8vw, 8rem) max(1rem, calc((100vw - var(--wnw-max))/2)); }
.wnw-hero-title { max-width: 920px; margin-bottom: 1.5rem; text-transform: uppercase; }
.wnw-hero-title span { display: block; }
.wnw-hero-intro { max-width: 650px; color: rgba(255,255,255,0.76); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.wnw-hero-media { position: relative; min-height: 620px; overflow: hidden; }
.wnw-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: grayscale(1) contrast(1.02); }
.wnw-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--wnw-black), transparent 30%, transparent 78%, rgba(10,10,10,.2)); }
.wnw-hero-label { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; padding: 0.5rem 0.8rem; color: var(--wnw-white); background: var(--wnw-crimson); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.wnw-channel-row { display: flex; gap: 0.65rem; padding: 1.25rem 0; overflow-x: auto; scrollbar-width: none; }
.wnw-channel-row::-webkit-scrollbar { display: none; }
.wnw-chip { flex: 0 0 auto; padding: 0.65rem 1rem; border: 1px solid var(--wnw-rule); border-radius: 999px; background: var(--wnw-white); font-size: 0.78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; }
.wnw-chip:hover { color: var(--wnw-white); border-color: var(--wnw-crimson); background: var(--wnw-crimson); }

.wnw-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 5vw, 4rem); }
.wnw-section-head h2 { margin-bottom: 0; }
.wnw-text-link { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }

.wnw-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.2rem; }
.wnw-card {
  grid-column: span 4; display: flex; min-height: 100%; flex-direction: column; overflow: hidden;
  border: 1px solid var(--wnw-rule); border-radius: var(--wnw-radius); background: var(--wnw-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.wnw-card:hover { transform: translateY(-4px); box-shadow: var(--wnw-shadow); }
.wnw-card-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--wnw-ink); }
.wnw-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.wnw-card:hover .wnw-card-media img { transform: scale(1.025); }
.wnw-card-placeholder { display: grid; height: 100%; place-items: center; color: var(--wnw-silver); font-family: var(--wnw-display); font-size: 3rem; background: radial-gradient(circle at 70% 25%, var(--wnw-gunmetal), var(--wnw-black) 62%); }
.wnw-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.wnw-card-meta { margin-bottom: 0.65rem; color: var(--wnw-burgundy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.wnw-card h3 { margin-bottom: 0.45rem; font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.02; }
.wnw-card h3 a { text-decoration: none; }
.wnw-card p { color: var(--wnw-gray); }
.wnw-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--wnw-rule); font-size: 0.78rem; }
.wnw-card--featured { grid-column: span 8; }
.wnw-card--featured h3 { font-size: clamp(2rem, 4vw, 3.6rem); }

.wnw-work-grid, .wnw-world-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.wnw-work-card, .wnw-world-card { position: relative; min-height: 260px; padding: 1.5rem; border: 1px solid rgba(255,255,255,0.17); border-radius: var(--wnw-radius); overflow: hidden; }
.wnw-work-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--wnw-charcoal); }
.wnw-work-card::before { content: attr(data-number); position: absolute; right: 1rem; top: 0.4rem; color: rgba(255,255,255,0.055); font-family: var(--wnw-display); font-size: 7rem; line-height: 1; }
.wnw-work-card h3 { position: relative; margin: 0; }
.wnw-work-card p { position: relative; color: rgba(255,255,255,0.65); }
.wnw-world-card { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; color: var(--wnw-black); background: var(--wnw-white); text-decoration: none; }
.wnw-world-card:hover { color: var(--wnw-white); background: var(--wnw-crimson); }
.wnw-world-card small { font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.wnw-world-card h3 { margin: 0.4rem 0 0; }

.wnw-feature-band { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.wnw-feature-image { overflow: hidden; border-radius: var(--wnw-radius); box-shadow: var(--wnw-shadow); }
.wnw-feature-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 35%; filter: grayscale(1); }

.wnw-signup { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(2rem, 8vw, 8rem); }
.wnw-form { display: grid; gap: 0.9rem; }
.wnw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.wnw-field { display: grid; gap: 0.35rem; }
.wnw-field label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.wnw-field input:not([type="checkbox"]):not([type="radio"]), .wnw-field select, .wnw-field textarea {
  width: 100%; min-height: 3.25rem; padding: 0.75rem 0.9rem; border: 1px solid var(--wnw-rule);
  border-radius: 0.15rem; color: var(--wnw-black); background: var(--wnw-white);
}
.wnw-field textarea { min-height: 150px; resize: vertical; }
.wnw-section--dark .wnw-field input:not([type="checkbox"]):not([type="radio"]), .wnw-section--dark .wnw-field select, .wnw-section--dark .wnw-field textarea { border-color: rgba(255,255,255,0.24); }
.wnw-checks { display: flex; flex-wrap: wrap; gap: 0.65rem 1rem; }
.wnw-check { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; }
.wnw-check input[type="checkbox"], .wnw-check input[type="radio"] {
  flex: 0 0 1rem; width: 1rem; height: 1rem; min-height: 0; margin: 0; padding: 0;
  border-radius: 0.2rem; accent-color: var(--wnw-crimson);
}
.wnw-consent { color: var(--wnw-gray); font-size: 0.76rem; line-height: 1.45; }
.wnw-honeypot { position: absolute !important; left: -9999px !important; }
.wnw-notice { margin-bottom: 1.5rem; padding: 1rem 1.2rem; border-radius: 0.5rem; background: #eaf7e9; }
.wnw-notice--error { background: #fdecec; }

.wnw-page-hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem); color: var(--wnw-white); background: var(--wnw-black); }
.wnw-page-hero h1 { max-width: 1050px; margin-bottom: 1.25rem; }
.wnw-content { font-size: 1.08rem; }
.wnw-content > * { max-width: 760px; margin-inline: auto; }
.wnw-content > .alignwide { max-width: 1120px; }
.wnw-content > .alignfull { max-width: none; }
.wnw-content h2, .wnw-content h3 { margin-top: 1.5em; }
.wnw-content blockquote { margin-block: 2.5rem; padding: 1rem 0 1rem 1.5rem; border-left: 3px solid var(--wnw-crimson); font-family: var(--wnw-display); font-size: 1.7rem; line-height: 1.2; }

.wnw-single-header { padding: clamp(4rem, 9vw, 8rem) 0 2.5rem; }
.wnw-single-header h1 { max-width: 1000px; font-size: clamp(3rem, 8vw, 7rem); }
.wnw-single-meta { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; color: var(--wnw-gray); font-size: 0.82rem; }
.wnw-featured-image { width: min(calc(100% - 2rem), 1120px); margin: 0 auto clamp(2.5rem, 6vw, 5rem); overflow: hidden; border-radius: var(--wnw-radius); }
.wnw-featured-image img { width: 100%; max-height: 720px; object-fit: cover; }
.wnw-video-frame { position: relative; width: min(100%, 980px); margin-inline: auto; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--wnw-radius); background: var(--wnw-black); }
.wnw-video-frame iframe, .wnw-video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.wnw-video-frame--vertical { max-width: 430px; aspect-ratio: 9 / 16; }
.wnw-share { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.5rem; }
.wnw-share a, .wnw-share button { padding: 0.55rem 0.85rem; border: 1px solid var(--wnw-rule); border-radius: 999px; color: var(--wnw-black); background: transparent; font-size: 0.75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.wnw-share a:hover, .wnw-share button:hover { color: var(--wnw-white); background: var(--wnw-crimson); border-color: var(--wnw-crimson); }

.wnw-empty { padding: 3rem; border: 1px dashed var(--wnw-rule); border-radius: var(--wnw-radius); text-align: center; }
.wnw-pagination { margin-top: 3rem; }
.wnw-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.wnw-pagination a, .wnw-pagination span { display: grid; min-width: 2.6rem; min-height: 2.6rem; place-items: center; border: 1px solid var(--wnw-rule); border-radius: 50%; text-decoration: none; }
.wnw-pagination .current { color: var(--wnw-white); background: var(--wnw-black); }

.wnw-site-footer { padding: 4rem 0 6rem; color: rgba(255,255,255,0.72); background: var(--wnw-black); }
.wnw-footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 3rem; }
.wnw-footer-grid h2 { color: var(--wnw-white); font-size: clamp(2.5rem, 5vw, 4.5rem); }
.wnw-footer-links { display: grid; align-content: start; gap: 0.5rem; }
.wnw-footer-links a { color: rgba(255,255,255,0.75); text-decoration: none; }
.wnw-footer-links a:hover { color: var(--wnw-silver); }
.wnw-copyright { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.78rem; }

.wnw-mobile-nav { display: none; }

/* Owned link-in-bio page: wnwalker.com/mobile */
.wnw-hotlinks-body { padding: 0; color: var(--wnw-white); background: var(--wnw-black); }
.wnw-hotlinks {
  width: min(100%, 540px); min-height: 100svh; margin-inline: auto; padding: 2rem 1rem 3rem;
  text-align: center;
}
.wnw-hotlinks-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.wnw-hotlinks-mark {
  display: grid; width: 2.65rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--wnw-silver);
  border-radius: 50%; color: var(--wnw-silver); font-family: var(--wnw-display); text-decoration: none;
}
.wnw-hotlinks-home { color: rgba(255,255,255,0.68); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.wnw-hotlinks-profile { display: grid; justify-items: center; }
.wnw-hotlinks-portrait {
  width: 116px; aspect-ratio: 1; margin-bottom: 1.25rem; padding: 3px; border: 1px solid var(--wnw-silver);
  border-radius: 50%; object-fit: cover; object-position: 50% 28%; filter: grayscale(1) contrast(1.03);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--wnw-crimson) 58%, transparent), 0 0 24px color-mix(in srgb, var(--wnw-crimson) 22%, transparent);
}
.wnw-hotlinks-kicker { margin-bottom: 0.55rem; color: var(--wnw-silver); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.wnw-hotlinks h1 { margin-bottom: 0.55rem; font-size: clamp(3rem, 14vw, 4.8rem); line-height: 0.9; }
.wnw-hotlinks-bio { max-width: 400px; margin-bottom: 1.75rem; color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.wnw-hotlinks-buttons { width: 100%; }
.wnw-hotlinks-buttons .wp-block-buttons { display: grid; width: 100%; gap: 0.72rem; }
.wnw-hotlinks-buttons .wp-block-button { width: 100%; margin: 0; }
.wnw-hotlinks-buttons .wp-block-button__link {
  display: flex; width: 100%; min-height: 3.7rem; align-items: center; justify-content: center;
  padding: 0.85rem 1rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 0.15rem;
  color: var(--wnw-black); background: var(--wnw-white); font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.07em; line-height: 1.2; text-decoration: none; text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.wnw-hotlinks-buttons .wp-block-button:first-child .wp-block-button__link { color: var(--wnw-white); background: var(--wnw-crimson); border-color: var(--wnw-crimson); }
.wnw-hotlinks-buttons .wp-block-button__link:hover { color: var(--wnw-white); background: var(--wnw-crimson); border-color: var(--wnw-crimson); transform: translateY(-2px); }
.wnw-hotlinks-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1rem; margin-top: 1.75rem; }
.wnw-hotlinks-social a { color: rgba(255,255,255,0.72); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.wnw-hotlinks-social a:hover { color: var(--wnw-silver); text-decoration: underline; text-decoration-color: var(--wnw-crimson); }
.wnw-hotlinks-footer { margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.48); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 980px) {
  .wnw-primary-nav { display: none; position: absolute; inset: 74px 0 auto; padding: 1rem; background: var(--wnw-black); border-top: 1px solid rgba(255,255,255,0.1); }
  .wnw-primary-nav.is-open { display: block; }
  .wnw-primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .wnw-primary-nav a { display: block; padding: 0.85rem 0.25rem; }
  .wnw-menu-toggle { display: inline-flex; align-items: center; gap: 0.45rem; }
  .wnw-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .wnw-hero-copy { min-height: 72svh; padding-inline: max(1rem, calc((100vw - var(--wnw-max))/2)); }
  .wnw-hero-media { min-height: 70svh; }
  .wnw-hero-media::after { background: linear-gradient(180deg, var(--wnw-black), transparent 18%, transparent 80%, rgba(10,10,10,.35)); }
  .wnw-work-grid, .wnw-world-grid { grid-template-columns: 1fr 1fr; }
  .wnw-feature-band, .wnw-signup { grid-template-columns: 1fr; }
  .wnw-footer-grid { grid-template-columns: 1fr 1fr; }
  .wnw-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  body.admin-bar .wnw-site-header { top: 46px; }
  .wnw-wrap, .wnw-narrow { width: min(calc(100% - 1.25rem), var(--wnw-max)); }
  .wnw-site-header { min-height: 62px; }
  .wnw-header-inner { min-height: 62px; }
  .wnw-brand-name { font-size: 0.82rem; }
  .wnw-primary-nav { inset: 62px 0 auto; }
  .wnw-hero-copy { min-height: 68svh; padding-top: 4rem; padding-bottom: 3rem; }
  .wnw-hero-title { font-size: clamp(3.45rem, 17vw, 5.7rem); }
  .wnw-hero-media { min-height: 64svh; }
  .wnw-hero-media img { object-position: 50% 30%; }
  .wnw-section-head { align-items: start; flex-direction: column; }
  .wnw-grid { grid-template-columns: 1fr; }
  .wnw-card, .wnw-card--featured { grid-column: 1; }
  .wnw-work-grid, .wnw-world-grid, .wnw-form-grid, .wnw-footer-grid { grid-template-columns: 1fr; }
  .wnw-footer-grid > :first-child { grid-column: auto; }
  .wnw-work-card { min-height: 220px; }
  .wnw-page-hero h1, .wnw-single-header h1 { font-size: clamp(3rem, 15vw, 5.4rem); }
  .wnw-mobile-nav {
    position: fixed; inset: auto 0 0; z-index: 1200; display: grid; grid-template-columns: repeat(5, 1fr);
    padding: 0.35rem 0.3rem calc(0.35rem + env(safe-area-inset-bottom));
    color: var(--wnw-white); background: color-mix(in srgb, var(--wnw-black) 97%, transparent); border-top: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(16px);
  }
  .wnw-mobile-nav a { display: grid; min-height: 54px; place-items: center; gap: 0.08rem; color: rgba(255,255,255,0.72); font-size: 0.64rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
  .wnw-mobile-nav a::before { content: attr(data-icon); color: var(--wnw-crimson); font-family: var(--wnw-display); font-size: 1.25rem; line-height: 1; }
  .wnw-mobile-nav a:hover, .wnw-mobile-nav a[aria-current="page"] { color: var(--wnw-white); }
  .wnw-hotlinks-body { padding-bottom: 0; }
  .wnw-hotlinks { padding-top: max(1.25rem, env(safe-area-inset-top)); padding-bottom: max(2rem, env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media print {
  .wnw-site-header, .wnw-mobile-nav, .wnw-site-footer, .wnw-actions, .wnw-share { display: none !important; }
  body { padding: 0; color: #000; background: #fff; }
}
