:root {
  --ivpu-ink: #0d120d;
  --ivpu-ink-soft: #151c15;
  --ivpu-forest: #1b3525;
  --ivpu-forest-light: #294d36;
  --ivpu-paper: #eee8d9;
  --ivpu-paper-deep: #dcd2bd;
  --ivpu-orange: #e66c22;
  --ivpu-orange-light: #ff8b3c;
  --ivpu-white: #fffdf7;
  --ivpu-muted: #aeb4a7;
  --ivpu-line: rgba(238, 232, 217, .18);
  --ivpu-shadow: 0 24px 70px rgba(5, 8, 5, .28);
  --ivpu-shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivpu-ink);
  color: var(--ivpu-paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--ivpu-orange-light);
  outline-offset: 4px;
}
.screen-reader-text, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--ivpu-white);
  color: var(--ivpu-ink);
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--ivpu-line);
  background: rgba(13, 18, 13, .94);
  backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; min-width: 0; }
.brand .ivpu-brand-image { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.brand > span { display: grid; gap: 2px; min-width: 0; }
.brand strong { font-size: 15px; line-height: 1.1; }
.brand small { color: var(--ivpu-muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav > ul, .site-footer nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a, .site-footer nav a { color: #c7cabf; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a:hover, .site-footer nav a:hover { color: var(--ivpu-white); }
.header-actions { justify-self: end; }
.ivpu-cart, .shop-link {
  min-height: 42px;
  padding: 0 8px 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  background: var(--ivpu-paper);
  color: var(--ivpu-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ivpu-cart b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--ivpu-orange); }
.shop-link { padding-inline: 19px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--ivpu-line); background: transparent; cursor: pointer; }
.menu-button > span[aria-hidden] { display: block; height: 2px; margin: 4px 0; background: var(--ivpu-paper); }

.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--ivpu-line);
  background:
    linear-gradient(90deg, rgba(8,12,8,.97) 0%, rgba(8,12,8,.84) 52%, rgba(8,12,8,.2) 100%),
    url("../images/hero-forest.webp") center/cover no-repeat;
}
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(230,108,34,.08) 1px, transparent 1px) 0 0/96px 100%; pointer-events: none; }
.camo-band { position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 13px; background: linear-gradient(90deg, rgba(230,108,34,.18), rgba(230,108,34,.02)), url("../images/camo.webp") center 45%/cover no-repeat; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-copy { position: relative; z-index: 3; align-self: center; padding: clamp(80px, 9vw, 138px) clamp(24px, 7vw, 112px); }
.eyebrow { margin: 0 0 20px; color: var(--ivpu-orange-light); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section-heading h2, .manifesto h2, .shop-intro h2, .host-copy h2, .advertise-copy h2 {
  margin: 0;
  font-family: "Arial Narrow", "Aptos Narrow", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(60px, 8vw, 122px); }
.hero h1 span { display: block; }
.hero h1 .accent { color: var(--ivpu-orange-light); }
.lead { max-width: 650px; margin: 34px 0 0; color: #d3d6cc; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.62; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}
.button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--ivpu-orange); color: #150e09; }
.button-primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--ivpu-orange-light); color: #150e09; }
.button-secondary { border-color: rgba(255,255,255,.4); background: rgba(13,18,13,.3); color: var(--ivpu-paper); }
.button-dark { background: var(--ivpu-ink); color: var(--ivpu-paper); }
.hero-signals { margin-top: 56px; display: flex; flex-wrap: wrap; gap: 12px 25px; color: #a7ada1; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-signals span::before { content: "+"; margin-right: 8px; color: var(--ivpu-orange-light); }
.hero-portrait {
  position: relative;
  z-index: 2;
  min-height: 700px;
  margin: 0;
  padding: clamp(18px, 2.4vw, 38px);
  align-self: stretch;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8,11,8,.15), rgba(8,11,8,.92)),
    url("../images/camo.webp") center/cover no-repeat;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-portrait > img {
  width: min(100%, 720px);
  height: auto;
  max-height: calc(100svh - 130px);
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 90px rgba(0,0,0,.46);
}

.episode-section { padding: clamp(70px, 8vw, 112px) clamp(20px, 6vw, 92px); background: var(--ivpu-paper); color: var(--ivpu-ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(13,18,13,.2); }
.section-heading .eyebrow, .shop-intro .eyebrow { color: #a7440b; }
.section-heading h2 { max-width: 870px; font-size: clamp(40px, 6vw, 86px); }
.episode-number { color: rgba(13,18,13,.1); font-family: Impact, sans-serif; font-size: clamp(90px, 14vw, 190px); font-weight: 900; line-height: .55; }
.episode-bar { margin-top: 32px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.play-mark { display: grid; place-items: center; width: 64px; height: 64px; padding-left: 4px; border-radius: 50%; background: var(--ivpu-orange); }
.episode-bar > div { display: grid; gap: 4px; }
.episode-bar > div strong { font-size: 15px; }
.episode-bar > div span { color: #5f655c; font-size: 13px; }
.episode-bar > a { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-bottom: 2px solid var(--ivpu-orange); }

.manifesto { position: relative; padding: clamp(78px, 10vw, 150px) clamp(20px, 6vw, 92px); overflow: hidden; background: var(--ivpu-forest); }
.manifesto::before { content: ""; position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, rgba(27,53,37,.4), rgba(13,18,13,.8)), url("../images/camo.webp") center/cover no-repeat; mix-blend-mode: luminosity; pointer-events: none; }
.manifesto > * { position: relative; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(42px, 8vw, 150px); align-items: end; }
.manifesto h2 { font-size: clamp(48px, 7vw, 102px); }
.manifesto-grid > p { margin: 0; color: #d2d8cf; font-size: 18px; line-height: 1.65; }
.topic-grid { margin-top: clamp(70px, 9vw, 128px); display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(238,232,217,.28); }
.topic-grid article { position: relative; min-height: 245px; padding: 34px; border-right: 1px solid rgba(238,232,217,.2); }
.topic-grid article:last-child { border-right: 0; }
.topic-grid article > span { color: var(--ivpu-orange-light); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.topic-grid h3 { margin: 70px 0 10px; font-size: 27px; letter-spacing: -.03em; }
.topic-grid p { max-width: 300px; margin: 0; color: #b7c1b7; font-size: 14px; line-height: 1.65; }

.shop-section { padding: clamp(78px, 10vw, 146px) clamp(20px, 5vw, 80px); background: var(--ivpu-paper-deep); color: var(--ivpu-ink); }
.shop-intro { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.shop-intro h2 { font-size: clamp(50px, 7vw, 100px); }
.shop-intro > p { margin: 0; color: #51584f; font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { min-width: 0; overflow: hidden; background: var(--ivpu-paper); border: 1px solid rgba(13,18,13,.14); }
.product-image { position: relative; aspect-ratio: 1 / 1.1; display: block; overflow: hidden; background: #d3cbb9; }
.product-image::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .12; background: url("../images/camo.webp") center/cover no-repeat; }
.product-image img, .woocommerce ul.products li.product a img { position: relative; z-index: 1; width: 100%; height: 100%; margin: 0; padding: 8%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-info { padding: 20px; }
.product-info > div { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.product-info h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.product-info strong { white-space: nowrap; }
.product-cta { margin-top: 21px; display: inline-flex; color: #92400e; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.host-section { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; background: #111811; }
.host-image { position: relative; min-height: 680px; overflow: hidden; }
.host-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, #111811 100%); }
.host-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 33%; filter: saturate(.76) contrast(1.06); }
.host-copy { align-self: center; padding: 80px clamp(30px, 7vw, 100px); }
.host-copy h2 { font-size: clamp(50px, 6.6vw, 96px); }
.host-copy > p { max-width: 560px; margin: 32px 0; color: #c4c9be; font-size: 18px; line-height: 1.7; }
.host-quote { padding-top: 22px; display: grid; gap: 6px; border-top: 1px solid var(--ivpu-line); }
.host-quote span { color: var(--ivpu-orange-light); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.host-quote strong { font-size: 19px; }

.advertise-section { padding: clamp(78px, 10vw, 146px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 170px); background: var(--ivpu-orange); color: #160f09; }
.advertise-copy .eyebrow { color: #682f0e; }
.advertise-copy h2 { font-size: clamp(54px, 6.7vw, 96px); }
.advertise-copy > p { max-width: 570px; margin: 34px 0; font-size: 18px; line-height: 1.65; }
.advertise-panel { border-top: 2px solid rgba(22,15,9,.72); }
.advertise-panel article { padding: 25px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid rgba(22,15,9,.28); }
.advertise-panel article > span { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.advertise-panel h3 { margin: 0 0 6px; font-size: 22px; }
.advertise-panel p { margin: 0; opacity: .74; font-size: 14px; }
.metrics-note { margin-top: 30px; padding: 20px; display: grid; gap: 4px; border: 1px solid rgba(22,15,9,.42); }
.metrics-note strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.metrics-note span { font-size: 13px; opacity: .74; }

.site-footer { padding: 48px clamp(20px, 5vw, 80px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; background: #080b08; border-top: 1px solid var(--ivpu-line); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand .ivpu-brand-image { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; }
.footer-brand > div { display: grid; gap: 4px; }
.footer-brand strong { font-size: 18px; }
.footer-brand span { color: #90978b; font-size: 12px; }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: #696f65; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.ivpu-content-section { min-height: 70vh; padding: clamp(60px, 8vw, 112px) 0; background: var(--ivpu-paper); color: var(--ivpu-ink); }
.ivpu-content-shell { width: var(--ivpu-shell); margin-inline: auto; }
.ivpu-content-header { max-width: 900px; margin-bottom: 40px; }
.ivpu-content-header h1 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(48px, 7vw, 92px); letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
.ivpu-content-meta { margin-top: 12px; color: #666c63; font-size: 13px; }
.ivpu-entry { max-width: 820px; font-size: 17px; line-height: 1.75; }
.ivpu-entry a { color: #963e0b; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.ivpu-entry h2, .ivpu-entry h3 { margin-top: 1.7em; line-height: 1.15; }
.ivpu-entry figure { margin-inline: 0; }
.ivpu-card-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ivpu-post-card { padding: 28px; background: var(--ivpu-white); border: 1px solid rgba(13,18,13,.14); }
.ivpu-post-card h2 { margin: 0 0 12px; line-height: 1.15; }
.ivpu-post-card p { color: #5a6057; }
.ivpu-pagination { margin-top: 42px; }
.error404 .ivpu-content-shell { text-align: center; }
.content-narrow { max-width: 880px; }
.archive-header, .entry-header { margin-bottom: 42px; }
.archive-header h1, .entry-header h1, .error-page h1 {
  margin: 0;
  font-family: "Arial Narrow", "Aptos Narrow", Impact, sans-serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
}
.entry-content { font-size: 17px; line-height: 1.75; }
.entry-content > * { max-width: 780px; }
.entry-content > .alignwide { max-width: 1080px; }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.entry-content a { color: #983e0b; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-hero { margin: 0 0 42px; overflow: hidden; background: #d6cebd; }
.entry-hero img { width: 100%; max-height: 680px; object-fit: cover; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.post-card { overflow: hidden; background: var(--ivpu-white); border: 1px solid rgba(13,18,13,.14); }
.post-card > div { padding: 24px; }
.post-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d6cebd; }
.post-image img { width: 100%; height: 100%; object-fit: cover; }
.post-meta { margin: 0 0 8px; color: #70766d; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { margin: 0; line-height: 1.15; }
.post-card p:last-child { color: #5f655c; font-size: 14px; }
.navigation.pagination { grid-column: 1 / -1; margin-top: 24px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; padding: 9px 13px; display: grid; place-items: center; border: 1px solid rgba(13,18,13,.22); }
.page-numbers.current { background: var(--ivpu-orange); border-color: var(--ivpu-orange); font-weight: 900; }
.episode-archive-grid { display: grid; gap: 12px; }
.episode-card { padding: 24px; display: grid; grid-template-columns: 96px 1fr; gap: 26px; align-items: start; background: var(--ivpu-white); border: 1px solid rgba(13,18,13,.14); }
.episode-card > span { color: var(--ivpu-orange); font-family: Impact, sans-serif; font-size: 52px; line-height: 1; }
.episode-card p { margin: 0 0 7px; color: #70766d; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.episode-card h2 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.1; }
.episode-card .entry-summary p { margin-top: 12px; color: #5f655c; font-size: 14px; letter-spacing: 0; text-transform: none; }
.sponsor-disclosure { margin: 0 0 26px; padding: 15px 18px; border-left: 5px solid var(--ivpu-orange); background: #fff4e7; font-size: 13px; font-weight: 700; }
.native-player { margin: 0 0 30px; padding: 18px; background: var(--ivpu-ink-soft); }
.native-player .wp-audio-shortcode { width: 100% !important; }
.error-page { min-height: 74vh; display: grid; align-items: center; }
.error-page p:not(.eyebrow) { margin: 22px 0 30px; color: #5f655c; }

/* WooCommerce: använd pluginets markup och håll temat uppgraderingsbart. */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 30px; color: #62685f; font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding-bottom: 20px; background: var(--ivpu-white); border: 1px solid rgba(13,18,13,.14); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px; }
.woocommerce ul.products li.product .price { color: #72390f; font-weight: 800; }
.woocommerce span.onsale { z-index: 3; min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 0; background: var(--ivpu-orange); color: var(--ivpu-ink); font-size: 10px; line-height: 1.2; text-transform: uppercase; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: clamp(38px, 7vw, 96px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(42px, 5vw, 76px); letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #74390f; font-size: 24px; font-weight: 900; }
.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(13,18,13,.28);
  border-radius: 2px;
  background: var(--ivpu-white);
  color: var(--ivpu-ink);
}
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ivpu-orange); background: var(--ivpu-white); color: var(--ivpu-ink); }
.woocommerce-message::before, .woocommerce-info::before { color: #a6440c; }
.woocommerce table.shop_table { border-color: rgba(13,18,13,.2); border-radius: 0; background: var(--ivpu-white); }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { padding: 22px; background: var(--ivpu-white); }
.woocommerce-checkout #customer_details { margin-bottom: 36px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; order: 2; }
  .header-actions { order: 3; }
  .desktop-nav { position: fixed; z-index: 80; inset: 82px 0 auto; display: none; padding: 20px; background: var(--ivpu-paper); color: var(--ivpu-ink); box-shadow: var(--ivpu-shadow); }
  .admin-bar .desktop-nav { top: 114px; }
  .desktop-nav.is-open { display: block; }
  .desktop-nav > ul { display: grid; gap: 0; }
  .desktop-nav a { display: block; padding: 18px 3px; color: var(--ivpu-ink); border-bottom: 1px solid rgba(13,18,13,.15); font-size: 18px; }
  .hero { grid-template-columns: 1fr 43%; }
  .hero-copy { padding-inline: 5vw; }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advertise-section { gap: 70px; }
  .ivpu-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .desktop-nav { top: 128px; }
}

@media (max-width: 820px) {
  .site-header { min-height: 70px; padding: 8px 16px; gap: 10px; }
  .brand .ivpu-brand-image { width: 50px; height: 50px; flex-basis: 50px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .desktop-nav { inset-block-start: 70px; }
  .admin-bar .desktop-nav { top: 116px; }
  .ivpu-cart > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .ivpu-cart { position: relative; width: 42px; padding: 0; justify-content: center; }
  .ivpu-cart::before { content: "▱"; font-size: 21px; transform: rotate(180deg); }
  .ivpu-cart b { position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; font-size: 10px; }
  .shop-link { min-height: 42px; padding-inline: 12px; font-size: 9px; }
  .hero { display: flex; flex-direction: column; min-height: 0; background-position: 62% center; }
  .hero-portrait { order: 1; min-height: 0; padding: 0; clip-path: none; }
  .hero-portrait > img { width: 100%; max-height: none; border: 0; box-shadow: none; }
  .hero-copy { order: 2; padding: 58px 20px 74px; background: linear-gradient(180deg, rgba(13,18,13,.82), var(--ivpu-ink)), url("../images/hero-forest.webp") center/cover no-repeat; }
  .hero h1 { font-size: clamp(56px, 19vw, 92px); }
  .lead { margin-top: 26px; font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-signals { margin-top: 38px; }
  .section-heading { align-items: start; }
  .episode-number { display: none; }
  .episode-bar { grid-template-columns: auto 1fr; gap: 16px; }
  .episode-bar > a { grid-column: 1 / -1; margin-top: 8px; padding-top: 18px; }
  .manifesto-grid, .shop-intro, .advertise-section { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 34px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(238,232,217,.2); }
  .topic-grid article:last-child { border-bottom: 0; }
  .topic-grid h3 { margin-top: 43px; }
  .shop-intro { gap: 28px; }
  .host-section { min-height: 0; grid-template-columns: 1fr; }
  .host-image { min-height: 68svh; }
  .host-image::after { background: linear-gradient(180deg, transparent 58%, #111811 100%); }
  .host-copy { padding: 58px 20px 74px; }
  .advertise-section { gap: 60px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav ul { flex-wrap: wrap; gap: 18px 26px; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .episode-card { grid-template-columns: 70px 1fr; }
}

@media (max-width: 560px) {
  .brand > span { display: none; }
  .product-grid, .woocommerce ul.products, .ivpu-card-list, .post-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1 / .96; }
  .section-heading h2 { font-size: 44px; }
  .manifesto h2, .shop-intro h2, .host-copy h2, .advertise-copy h2 { font-size: 50px; }
  .footer-brand .ivpu-brand-image { width: 66px; height: 66px; }
  .footer-brand span { max-width: 220px; }
  .episode-card { grid-template-columns: 1fr; }
  .episode-card > span { font-size: 42px; }
}

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