/*
Theme Name: 鄒・山裡的日常
Author: COSMOGRID
Description: 依鄒族文化網站 HTML 設計製作。使用 WordPress 原生文章、分類、標籤、選單、媒體與搜尋，無需外掛。
Version: 1.1.1
Requires at least: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: tsou-culture
*/
*,::before,::after{box-sizing:border-box;border:0 solid;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}img,svg{display:block;vertical-align:middle}img{max-width:100%}button,input{font:inherit;letter-spacing:inherit}button{appearance:button}button:disabled{cursor:default}small{font-size:80%}summary{display:list-item}[hidden]{display:none!important}




:root {
  --background: #f8f7f2;
  --foreground: #263d33;
  --primary: #8f3d30;
  --border: #d6d7cd;
  --paper: #f8f7f2;
  --green: #223d32;
  --red: #913f31;
  --ink: #293d33;
  --radius: 0rem;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  background: none;
  border: 0;
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  font-weight: 600;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
svg {
  flex-shrink: 0;
}
p {
  line-height: 1.9;
}
.wrap {
  width: calc(100% - 128px);
  max-width: 1280px;
  margin-inline: auto;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  gap: 32px;
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.seal {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  color: var(--red);
  border: 1px solid var(--red);
  font-size: 32px;
  line-height: 1;
  display: grid;
  place-items: center;
  width: 49px;
  height: 53px;
  position: relative;
  font-weight: 700;
}
.seal:after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid currentColor;
  opacity: 0.45;
}
.brand b {
  display: block;
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  margin-top: 6px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
}
.nav > a {
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
}
.nav > a.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--red);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav > a:hover {
  color: var(--red);
}
.nav .search-link {
  display: flex;
  gap: 9px;
  align-items: center;
  border-left: 1px solid var(--border);
  padding-left: 24px;
}
.mobile-toggle {
  display: none;
}
.skip {
  position: absolute;
  top: -100px;
}
.skip:focus {
  top: 6px;
  left: 6px;
  padding: 15px;
  background: white;
  z-index: 100;
}
.hero {
  position: relative;
  min-height: 670px;
  height: calc(100svh - 146px);
  max-height: 820px;
  color: white;
  background: #32483f;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-position: center 57%;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 37, 30, 0.73), rgba(22, 40, 30, 0.13) 80%),
    linear-gradient(0deg, rgba(13, 37, 30, 0.32), transparent 50%);
}
.hero-content {
  position: relative;
  padding-top: 100px;
}
.hero-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.23em;
  color: #f1ead7;
}
.hero-label > span {
  height: 1px;
  width: 30px;
  background: #d4bc93;
}
.hero h1 {
  font-size: clamp(42px, 4.45vw, 68px);
  line-height: 1.55;
  letter-spacing: 0.09em;
  font-weight: 500;
  margin-top: 26px;
  text-shadow: 0 2px 20px #12251e30;
}
.hero p {
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.08em;
  color: #f1f0e7;
  margin-top: 22px;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.hero-link > span {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.2s;
}
.hero-link:hover > span {
  background: var(--red);
}
.hero-side {
  position: absolute;
  right: 30px;
  top: 28%;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-size: 11px;
  opacity: 0.7;
}
.hero-bottom {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  color: #e2e7df;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.hero-bottom a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.weave {
  height: 12px;
  background-color: #843c2f;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0 17px,
    #d4b17c 17px 19px,
    transparent 19px 23px,
    #d4b17c 23px 25px,
    transparent 25px 42px
  );
  border-top: 3px solid #253d32;
  border-bottom: 3px solid #bd905c;
}
.intro-strip {
  padding-block: 45px;
  display: flex;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.intro-mark {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  color: var(--red);
  font-size: 35px;
  letter-spacing: 0.1em;
}
.intro-strip > p {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  font-size: 21px;
  letter-spacing: 0.08em;
}
.intro-small {
  font-size: 14px;
  line-height: 1.8;
  margin-left: auto;
  color: #6f766a;
}
.mobile-break {
  display: none;
}
.section {
  padding-top: 82px;
  padding-bottom: 86px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  display: block;
  font-weight: 500;
}
.eyebrow i {
  font-style: normal;
  margin-right: 13px;
  color: var(--red);
}
.section-head h2 {
  font-size: 35px;
  letter-spacing: 0.07em;
  margin-top: 12px;
}
.text-link {
  font-size: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #879186;
  padding-bottom: 9px;
}
.text-link:hover {
  color: var(--red);
}
.roots-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
}
.image-wrap {
  position: relative;
  overflow: hidden;
}
.image-wrap img {
  aspect-ratio: 1.66;
  transition: transform 0.6s;
}
.feature-card:hover img {
  transform: scale(1.035);
}
.photo-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--red);
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.feature-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}
.feature-title h3 {
  font-size: 29px;
  line-height: 1.65;
  letter-spacing: 0.07em;
}
.feature-card > p {
  font-size: 14px;
  color: #697367;
  margin-top: 12px;
}
.culture-list > a {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--border);
}
.culture-list > a:first-child {
  padding-top: 5px;
}
.list-number {
  font-family: Georgia, serif;
  color: var(--red);
  font-style: italic;
  font-size: 15px;
}
.culture-list h3 {
  font-size: 22px;
  letter-spacing: 0.07em;
}
.culture-list p {
  font-size: 14px;
  color: #72796e;
  margin-top: 7px;
}
.culture-list svg {
  margin-left: auto;
}
.culture-list a:hover h3 {
  color: var(--red);
}
.list-foot {
  font-size: 12px;
  color: #7d8175;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 24px;
}
.today {
  background: var(--green);
  color: #f5f4e9;
}
.today .eyebrow {
  color: #d4ba8e;
}
.today .eyebrow i {
  color: #d4ba8e;
}
.today .text-link {
  border-color: #849083;
}
.today-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 78px;
  align-items: center;
}
.today-image img {
  aspect-ratio: 1.27;
  object-position: center 40%;
}
.today-image > span {
  font-size: 12px;
  color: #bfccbd;
  display: block;
  margin-top: 12px;
}
.today-text h3 {
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 22px 0;
}
.today-text > p {
  font-size: 15px;
  color: #d0d9cc;
}
.today-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  margin-top: 30px;
}
.today-links a {
  border-bottom: 1px solid #657767;
  padding: 18px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.today-links a:hover {
  color: #d6b07b;
}
.learning-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 60px;
}
.learning-intro {
  position: relative;
  padding: 70px 0 20px;
  min-height: 240px;
}
.large-word {
  position: absolute;
  right: 40px;
  top: -18px;
  color: #e7e6dc;
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  font-size: 200px;
  line-height: 1;
  z-index: -1;
}
.learning-intro p {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.learning-links a {
  display: grid;
  grid-template-columns: 28px 125px 1fr 22px;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.learning-links h3 {
  font-size: 21px;
}
.learning-links a > span:nth-last-child(2) {
  font-size: 13px;
  color: #73796d;
}
.learning-links a:hover h3 {
  color: var(--red);
}
.resource-band {
  background: #e9e9df;
  padding: 57px 0;
  border-top: 1px solid var(--border);
}
.resource-band > .wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
}
.resource-band h2 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.resource-band p {
  font-size: 15px;
  color: #606e60;
}
.resource-links {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.resource-links a {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #879281;
  padding-bottom: 10px;
  font-size: 15px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 36px;
  padding-block: 55px;
}
.footer-brand .seal {
  width: 41px;
  height: 46px;
  font-size: 27px;
}
.footer-brand b {
  font-size: 20px;
}
.footer-main p {
  font-size: 13px;
  color: #70786a;
  margin-top: 20px;
}
.footer-note {
  display: block;
  font-size: 12px;
  color: #7a7d71;
  margin-top: 15px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  color: #68715f;
}
.footer-col > a:first-child {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  padding-block: 22px;
  font-size: 12px;
  color: #767a6f;
}
.footer-bottom summary {
  cursor: pointer;
}
.credits {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  background: var(--paper);
  border: 1px solid var(--border);
  padding: 22px;
  box-shadow: 0 8px 30px #253b3220;
  z-index: 20;
}
.credits a {
  text-decoration: underline;
}
.inner-main {
  min-height: 70vh;
  padding-bottom: 90px;
}
.breadcrumb {
  display: flex;
  gap: 13px;
  font-size: 13px;
  color: #70786c;
  padding-top: 35px;
  flex-wrap: wrap;
}
.inner-heading {
  padding: 62px 0 43px;
  max-width: 850px;
}
.inner-heading .eyebrow {
  color: var(--red);
}
.inner-heading h1 {
  font-size: 47px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin: 16px 0;
}
.inner-heading > p {
  font-size: 17px;
  color: #717a6e;
}
.subnav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding-bottom: 22px;
  margin-bottom: 38px;
}
.subnav a {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.subnav a.selected {
  background: var(--green);
  color: white;
}
.subnav a:hover {
  border-color: var(--green);
}
.category-banner {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.category-banner img {
  height: 100%;
  object-position: 50% 45%;
}
.category-banner > span {
  position: absolute;
  bottom: 20px;
  left: 25px;
  background: var(--green);
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  margin-top: 25px;
}
.category-grid > a {
  padding: 35px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.category-grid h2 {
  font-size: 26px;
  margin: 14px 0;
}
.category-grid p {
  font-size: 14px;
  color: #737b6e;
}
.category-grid svg {
  position: absolute;
  top: 37px;
  right: 5px;
}
.category-grid > a:hover h2 {
  color: var(--red);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) 1fr;
  gap: 90px;
}
.article-body > p {
  font-size: 18px;
  line-height: 2.15;
  margin: 28px 0;
}
.article-body figure {
  margin: 0 0 30px;
}
.article-body figure img {
  max-height: 500px;
  object-fit: cover;
}
.article-body figcaption {
  font-size: 12px;
  color: #7c8275;
  margin-top: 10px;
  line-height: 1.8;
}
.status-note {
  display: inline-block;
  background: #eae9df;
  border-left: 3px solid var(--red);
  font-size: 14px;
  padding: 12px 20px;
  margin: 12px 0;
}
.article-aside {
  border-left: 1px solid var(--border);
  padding-left: 30px;
}
.article-aside > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.article-aside p {
  font-family: 'Noto Serif TC', 'PMingLiU', serif;
  color: #7c806e;
  margin-top: 40px;
  font-size: 20px;
  line-height: 2;
}
.article-sources {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding-top: 30px;
}
.article-sources h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.article-sources a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin: 15px 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.download-button {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--green);
  color: #fff;
  padding: 25px;
  margin-top: 30px;
}
.download-button > svg:last-child {
  margin-left: auto;
}
.download-button small {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  opacity: 0.7;
}
.gallery {
  display: grid;
  gap: 25px;
}
.search-page {
  min-height: 75vh;
  padding-bottom: 90px;
}
.search-field {
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 2px solid var(--green);
  padding: 16px 0;
}
.search-field input {
  border: 0;
  box-shadow: none !important;
  height: auto;
  font-size: 20px;
  padding: 10px 0;
  outline: none;
  background: transparent;
}
.search-suggestions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 23px 0 45px;
  font-size: 14px;
  flex-wrap: wrap;
}
.search-suggestions > span {
  color: #787e70;
}
.search-suggestions button {
  border: 1px solid var(--border);
  padding: 7px 16px;
}
.search-suggestions button:hover {
  background: #e4e6db;
}
.search-count {
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  padding-bottom: 18px;
  color: #737b6c;
}
.results > a {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.results > a > span {
  color: var(--red);
  font-size: 13px;
  width: 85px;
  flex-shrink: 0;
}
.results h2 {
  font-size: 25px;
}
.results p {
  font-size: 14px;
  color: #757c6f;
  margin-top: 8px;
}
.results svg {
  margin-left: auto;
}
.no-results {
  padding: 60px 0;
}
.no-results p {
  margin: 15px 0;
  color: #727969;
}
.no-results button {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: underline;
}
.mobile-toggle {
  padding: 10px;
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 130px;
  }
}
@media (max-width: 1150px) {
  .header {
    padding: 0 30px;
    gap: 20px;
  }
  .nav {
    gap: 20px;
    font-size: 14px;
  }
  .nav .search-link {
    padding-left: 15px;
  }
  .search-link span {
    display: none;
  }
  .wrap {
    width: calc(100% - 80px);
  }
  .roots-grid,
  .today-grid {
    gap: 45px;
  }
  .footer-main {
    gap: 20px;
  }
  .learning-links a {
    grid-template-columns: 25px 110px 1fr 20px;
    gap: 12px;
  }
  .article-layout {
    gap: 45px;
  }
}
@media (max-width: 850px) {
  .header {
    height: 84px;
    padding: 0 25px;
  }
  .brand b {
    font-size: 20px;
  }
  .brand small {
    font-size: 9px;
  }
  .seal {
    width: 43px;
    height: 47px;
    font-size: 28px;
  }
  .mobile-toggle {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--border);
    padding: 25px;
    box-shadow: 0 12px 25px #10261b10;
  }
  .nav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
  }
  .nav > a {
    padding: 12px;
  }
  .nav > a.active:after {
    left: 12px;
    transform: none;
  }
  .nav .search-link {
    border: 0;
    padding-left: 12px;
  }
  .search-link span {
    display: block;
  }
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    min-height: 650px;
    height: calc(100svh - 96px);
    max-height: 820px;
  }
  .hero-content {
    padding-top: 95px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .intro-small {
    display: none;
  }
  .roots-grid,
  .today-grid {
    gap: 30px;
  }
  .feature-title h3 {
    font-size: 25px;
  }
  .culture-list > a {
    gap: 14px;
    padding: 20px 0;
  }
  .culture-list h3 {
    font-size: 20px;
  }
  .culture-list p {
    font-size: 13px;
  }
  .today-text h3 {
    font-size: 34px;
  }
  .learning-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .learning-intro {
    min-height: 0;
    padding: 15px 0 30px;
  }
  .large-word {
    font-size: 130px;
    right: 50px;
    top: -20px;
  }
  .resource-band > .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .resource-band h2 br {
    display: none;
  }
  .footer-main {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
  }
  .footer-main > div:first-child {
    grid-column: 1/-1;
  }
  .footer-main p {
    margin-top: 12px;
  }
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .article-aside {
    display: none;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .inner-heading h1 {
    font-size: 38px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .hero h1 {
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: 0.055em;
  }
  .hero-content {
    padding-top: 90px;
  }
  .hero-label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .hero p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .hero-side {
    display: none;
  }
  .hero-link {
    font-size: 14px;
    margin-top: 28px;
  }
  .hero-bottom {
    font-size: 10px;
    bottom: 22px;
  }
  .hero {
    min-height: 610px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #142c25b5, #19362c3b),
      linear-gradient(0deg, #18372c70, transparent);
  }
  .intro-strip {
    gap: 15px;
    padding-block: 32px;
  }
  .intro-mark {
    font-size: 27px;
  }
  .intro-strip > p {
    font-size: 17px;
  }
  .mobile-break {
    display: block;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .section-head {
    gap: 20px;
  }
  .text-link {
    font-size: 12px;
    gap: 6px;
    white-space: nowrap;
  }
  .eyebrow {
    font-size: 10px;
  }
  .eyebrow i {
    margin-right: 7px;
  }
  .roots-grid,
  .today-grid {
    grid-template-columns: 1fr;
  }
  .feature-title h3 {
    font-size: 28px;
  }
  .culture-list {
    margin-top: 8px;
  }
  .culture-list p {
    font-size: 14px;
  }
  .culture-list > a {
    padding: 23px 0;
  }
  .today-grid {
    gap: 35px;
  }
  .today-image img {
    aspect-ratio: 1.35;
  }
  .today-text h3 {
    font-size: 36px;
  }
  .today-text h3 br {
    display: none;
  }
  .today-text > p {
    font-size: 14px;
  }
  .today-links a {
    font-size: 14px;
  }
  .learning-links a {
    grid-template-columns: 25px 1fr 22px;
    gap: 10px;
    padding: 22px 0;
  }
  .learning-links a > span:nth-last-child(2) {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
  }
  .learning-links svg {
    grid-column: 3;
    grid-row: 1;
  }
  .learning-intro p {
    font-size: 19px;
  }
  .resource-band h2 {
    font-size: 26px;
  }
  .resource-band h2 br {
    display: block;
  }
  .resource-band p {
    font-size: 14px;
  }
  .resource-links {
    gap: 18px;
    flex-wrap: wrap;
  }
  .resource-links a {
    font-size: 14px;
    gap: 10px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-col a {
    font-size: 14px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 11px;
  }
  .footer-bottom > span {
    width: 100%;
  }
  .inner-heading {
    padding-top: 45px;
  }
  .inner-heading h1 {
    font-size: 33px;
    letter-spacing: 0.03em;
  }
  .inner-heading > p {
    font-size: 16px;
  }
  .subnav {
    gap: 5px;
  }
  .subnav a {
    padding: 9px 12px;
  }
  .category-banner {
    height: 240px;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-grid h2 {
    font-size: 25px;
  }
  .article-body > p {
    font-size: 17px;
  }
  .article-sources a {
    font-size: 13px;
  }
  .results > a {
    gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .results > a > span {
    width: 100%;
  }
  .results > a > div {
    flex: 1;
  }
  .results h2 {
    font-size: 23px;
  }
  .results p {
    font-size: 14px;
  }
  .search-field input {
    font-size: 16px;
  }
  .search-suggestions {
    gap: 8px;
  }
  .search-suggestions button {
    padding: 6px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
img {
  height: auto;
}
.hero-image,
.category-banner img {
  height: 100%;
}

.search-field .plain-input{flex:1;min-width:0;width:100%}.search-suggestions button[aria-pressed="true"]{background:#e4e6db}.search-field button{padding:8px}.mobile-toggle svg{width:24px;height:24px}

.nav .primary-menu{display:flex;list-style:none;gap:22px;align-items:center;margin:0;padding:0}.primary-menu a{display:block;position:relative;padding:10px 0;white-space:nowrap}.primary-menu .current-menu-item>a,.primary-menu .current-menu-ancestor>a{color:var(--red);border-bottom:2px solid var(--red)}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.story-card{border-bottom:1px solid var(--border);padding-bottom:26px;min-width:0}.story-card>a{display:block}.story-card img{aspect-ratio:1.6;object-fit:cover;margin-bottom:22px}.story-card .card-art{aspect-ratio:1.6;background:#e9e9df;display:flex;align-items:center;justify-content:center;color:var(--red);font-family:serif;font-size:56px;margin-bottom:22px}.story-card h2,.story-card h3{font-size:25px;line-height:1.6;margin:10px 0}.story-card p{font-size:14px;color:#5b695c;line-height:1.9}.story-card .eyebrow{color:var(--red);font-size:12px}.story-card>a:hover h2,.story-card>a:hover h3{color:var(--red)}
.article-body h2,.article-body h3{margin:32px 0 18px}.article-body a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.article-body ul,.article-body ol{padding-left:1.5em;line-height:2}.article-body>p{margin:24px 0}.article-body .wp-block-image img{height:auto;max-height:none}.article-body .wp-block-file{padding:24px;background:#e9e9df;margin:28px 0}.article-body .wp-block-file__button{display:inline-block;padding:10px 18px;background:var(--green);color:white;margin:10px;text-decoration:none}.article-body .wp-block-embed iframe{max-width:100%}.article-body .wp-block-embed__wrapper{position:relative}.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper{aspect-ratio:16/9}.article-body .wp-block-embed.is-type-video iframe{width:100%;height:100%}.article-body .wp-block-gallery{gap:16px}.post-meta{font-size:13px;color:#657162;margin:18px 0}.tag-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.tag-links a{padding:7px 12px;border:1px solid var(--border);font-size:13px}.pagination{padding:40px 0}.pagination .nav-links{display:flex;gap:12px;flex-wrap:wrap}.page-numbers{padding:10px 16px;border:1px solid var(--border)}.page-numbers.current{background:var(--green);color:white}.section-label{font-size:26px;margin:35px 0 25px}.search-field input{flex:1;min-width:0;color:var(--ink)}.search-field button{background:var(--green);color:white;padding:12px 20px;white-space:nowrap}.search-suggestions a{border:1px solid var(--border);padding:7px 14px}.empty-state{padding:50px 0}.empty-state p{margin:15px 0}.screen-reader-text{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;word-wrap:normal!important}.article-body{min-width:0}.category-grid{margin-bottom:45px}.article-aside .eyebrow{font-size:13px}.article-aside a{line-height:1.7}.credits{max-height:70vh;overflow:auto}.search-field input:focus-visible{outline:2px solid var(--red);outline-offset:4px}
@media(max-width:1200px){.header{padding-inline:24px;gap:18px}.nav .primary-menu{gap:16px}.nav{gap:16px;font-size:13px}.brand b{font-size:21px}}
@media(max-width:1000px){.header{height:84px}.mobile-toggle{display:block}.nav{display:none;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:24px;border-bottom:1px solid var(--border)}.nav.is-open{display:block}.nav .primary-menu{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;font-size:14px}.nav .search-link{border-left:0;padding:14px 0}.search-link span{display:block}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.post-grid{grid-template-columns:1fr;gap:30px}.section-head{flex-wrap:wrap}.story-card h2,.story-card h3{font-size:23px}.hero h1{font-size:clamp(27px,7.6vw,35px)}.learning-links a{grid-template-columns:25px minmax(0,1fr) 22px}.search-field{gap:10px}.search-field button{padding:12px}.footer-col>a:first-child{line-height:1.8}.resource-links{gap:14px}.inner-heading h1{overflow-wrap:anywhere}.credits{bottom:100px}}
@media(min-width:851px){.article-aside{display:block}}
