/* Discover Zion Park — shared styles */
:root {
  --sand: #c66331;
  --sage: #646d4b;
  --sky: #87ceeb;
  --ink: #1f1c18;
  --cream: #f6efe4;
  --mist: #e9f4f8;
  --line: rgba(31, 28, 24, 0.14);
  --shadow: 0 18px 40px rgba(20, 16, 12, 0.18);
  --nav-h: 76px;
  --container-max: 1120px;
  --gutter: 1.25rem;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--sand);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--sage);
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

[id] {
  scroll-margin-top: 80px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(120deg, rgba(198, 99, 49, 0.06), rgba(135, 206, 235, 0.09));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0.35rem var(--gutter) 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 4px 0;
}

.brand-link img {
  height: 60px;
  width: 240px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(246, 239, 228, 0.9);
  color: var(--ink);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-weight: 650;
  cursor: pointer;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: flex-end;
}

.site-nav a {
  text-decoration: none;
  font-weight: 650;
  color: var(--ink);
  padding: 0.35rem 0.45rem;
  border-radius: 999px;
}

.site-nav a:hover {
  background: rgba(100, 109, 75, 0.12);
}

.site-nav a.is-active {
  background: rgba(198, 99, 49, 0.16);
  color: var(--sand);
}

.site-nav a.nav-pill {
  border: 1px solid rgba(198, 99, 49, 0.28);
  background: rgba(198, 99, 49, 0.12);
}

.ad-leader {
  width: fit-content;
  max-width: calc(100% - 2 * var(--gutter));
  margin: 1.125rem auto 0.75rem;
  padding: 0;
  min-height: 0;
  box-sizing: border-box;
}

.ad-leader ins {
  display: block;
  margin: 0 auto;
}

.shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 3.5rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  margin: 1.75rem 0 0;
  min-height: clamp(14rem, 32vh, 22rem);
  color: #fffaf4;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-areas: "stack";
  isolation: isolate;
}

.hero-media {
  grid-area: stack;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100vh;
  min-height: clamp(14rem, 32vh, 22rem);
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.02);
}

.hero-scrim {
  grid-area: stack;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(31, 28, 24, 0.88) 0%, rgba(31, 28, 24, 0.55) 38%, rgba(31, 28, 24, 0.18) 62%, transparent 82%),
    linear-gradient(195deg, rgba(198, 99, 49, 0.12) 0%, transparent 38%),
    linear-gradient(0deg, rgba(31, 28, 24, 0.72) 0%, rgba(31, 28, 24, 0.08) 42%, transparent 58%),
    linear-gradient(180deg, rgba(31, 28, 24, 0.35) 0%, transparent 28%);
}

.hero-inner {
  grid-area: stack;
  position: relative;
  z-index: 2;
  align-self: end;
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1rem, 3vw, 1.75rem) var(--gutter);
  padding-top: clamp(1.25rem, 5vh, 2.25rem);
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .hero-inner {
    align-self: center;
    padding-top: clamp(1.25rem, 3.5vh, 2rem);
    padding-bottom: clamp(1.25rem, 3.5vh, 2rem);
  }
}

.hero-kicker {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 250, 244, 0.9);
  text-shadow: 0 1px 2px rgba(31, 28, 24, 0.45);
}

.hero h1 {
  font-family: "Newsreader", "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-optical-sizing: auto;
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(2.35rem, 1.1rem + 4.8vw, 4.15rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(31, 28, 24, 0.55), 0 1px 3px rgba(31, 28, 24, 0.65);
}

.hero .lede {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: clamp(1.02rem, 0.35vw + 0.95rem, 1.14rem);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: rgba(255, 250, 244, 0.95);
  text-shadow: 0 1px 18px rgba(31, 28, 24, 0.5), 0 1px 2px rgba(31, 28, 24, 0.55);
  max-width: 48ch;
}

.section {
  position: relative;
  border-radius: 0;
  width: 100%;
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  overflow: hidden;
  border: solid var(--line);
  border-width: 1px 0;
}

.section h2 {
  margin-top: 0;
}

.pattern-sand {
  background-color: #fff3ea;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(198, 99, 49, 0.09), transparent 40%),
    radial-gradient(circle at 88% 70%, rgba(100, 109, 75, 0.07), transparent 42%),
    linear-gradient(160deg, rgba(246, 239, 228, 0.9), #fff7ef);
}

.pattern-sand::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: conic-gradient(from 180deg at 50% 50%, rgba(198, 99, 49, 0.035), transparent, rgba(135, 206, 235, 0.045), transparent);
  animation: spin 40s linear infinite;
  opacity: 0.32;
  pointer-events: none;
}

.pattern-sage {
  background-color: #eef1e6;
  background-image:
    linear-gradient(90deg, rgba(100, 109, 75, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(100, 109, 75, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.pattern-sage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(135, 206, 235, 0.14), transparent 55%);
  mix-blend-mode: multiply;
  opacity: 0.45;
  pointer-events: none;
}

.pattern-sky {
  background-color: #eaf6fb;
  background-image:
    repeating-linear-gradient(135deg, rgba(135, 206, 235, 0.07) 0 12px, transparent 12px 32px),
    linear-gradient(180deg, rgba(246, 239, 228, 0.65), rgba(234, 246, 251, 0.95));
}

.pattern-sky::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 40%;
  left: -20%;
  top: -10%;
  background: linear-gradient(90deg, transparent, rgba(198, 99, 49, 0.045), transparent);
  animation: sweep 9s ease-in-out infinite alternate;
  opacity: 0.5;
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sweep {
  from {
    transform: translateX(-6%);
  }
  to {
    transform: translateX(6%);
  }
}

.section-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
}

.split {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 880px) {
  .split-2 {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  background: rgba(100, 109, 75, 0.14);
  color: var(--sage);
}

.pill-sand {
  background: rgba(198, 99, 49, 0.14);
  color: var(--sand);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2aa168;
  box-shadow: 0 0 0 0 rgba(42, 161, 104, 0.55);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 161, 104, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(42, 161, 104, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(42, 161, 104, 0);
  }
}

.feed-panel {
  margin-top: 1.25rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
}

.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.feed-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.feed-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .feed-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.feed-card {
  display: block;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
}

.feed-card:hover .feed-title {
  color: var(--sand);
}

.feed-meta {
  font-size: 0.85rem;
  color: rgba(31, 28, 24, 0.62);
  margin-top: 0.35rem;
}

.feed-title {
  font-weight: 800;
  margin: 0.15rem 0 0;
}

.ticker {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
}

.ticker-track {
  display: flex;
  gap: 1.25rem;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
}

.ticker a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}

.ticker a:hover {
  color: var(--sand);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.faq details {
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.75);
  margin: 0.65rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer {
  position: relative;
  margin-top: 2.5rem;
  padding: 0;
  width: 100%;
  color: rgba(246, 239, 228, 0.9);
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(198, 99, 49, 0.14), transparent 55%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(100, 109, 75, 0.18), transparent 50%),
    linear-gradient(168deg, #2c2925 0%, #1f1d1a 48%, #232820 100%);
  border-top: 1px solid rgba(255, 250, 244, 0.08);
  overflow-x: clip;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sand) 0%, var(--sky) 50%, var(--sage) 100%);
  opacity: 0.9;
}

.footer-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-top: clamp(1.65rem, 4vw, 2.35rem);
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  padding-left: max(var(--gutter), env(safe-area-inset-left, 0px));
  padding-right: max(var(--gutter), env(safe-area-inset-right, 0px));
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.65rem);
}

.footer-main {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: start;
}

@media (min-width: 720px) {
  .footer-main {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr);
    gap: 1.5rem min(2.75rem, 4vw);
  }
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.85rem 1.15rem;
  min-width: 0;
}

.footer-brand > div {
  flex: 1 1 min(100%, 16rem);
  min-width: 0;
}

@media (max-width: 540px) {
  .footer-brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand > div {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .footer-logo-link {
    margin: 0 auto;
  }
}

.footer-logo-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  background: rgba(246, 239, 228, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 244, 0.08);
}

.footer-logo-link:hover {
  background: rgba(246, 239, 228, 0.1);
}

.footer-logo-link:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 3px;
}

.footer-brand img {
  height: 56px;
  width: auto;
  padding: 4px 10px;
}

.footer-site-name {
  margin: 0.1rem 0 0;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.8vw + 0.6rem, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff9f2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.footer-tagline {
  margin: 0.5rem 0 0;
  max-width: 36rem;
  font-size: clamp(0.88rem, 0.35vw + 0.82rem, 0.95rem);
  line-height: 1.58;
  color: rgba(246, 239, 228, 0.68);
  overflow-wrap: break-word;
}

.footer-nav {
  width: 100%;
  min-width: 0;
  padding: 1.1rem 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 250, 244, 0.1);
}

@media (min-width: 720px) {
  .footer-nav {
    padding: 0.5rem 0 0 1.75rem;
    margin: 0;
    border-top: none;
    border-left: 1px solid rgba(255, 250, 244, 0.1);
  }
}

.footer-nav-label {
  margin: 0 0 0.65rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: clamp(0.62rem, 1.5vw + 0.45rem, 0.68rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(135, 206, 235, 0.88);
}

@media (max-width: 719px) {
  .footer-nav-label {
    text-align: center;
  }
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  justify-content: center;
}

@media (min-width: 720px) {
  .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.15rem;
  }
}

.footer-nav li {
  min-width: 0;
}

.footer-nav a {
  display: inline-block;
  padding: 0.45rem 0;
  font-weight: 650;
  font-size: clamp(0.95rem, 0.4vw + 0.88rem, 1.02rem);
  color: rgba(246, 239, 228, 0.92);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  overflow-wrap: break-word;
}

.footer-nav a:hover {
  color: #fffef9;
  border-bottom-color: rgba(198, 99, 49, 0.65);
}

.footer-nav a:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
  border-radius: 2px;
}

.footer-bottom {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 250, 244, 0.1);
  text-align: center;
}

@media (min-width: 720px) {
  .footer-bottom {
    text-align: left;
  }
}

.footer-copy {
  margin: 0;
  font-size: clamp(0.78rem, 0.25vw + 0.72rem, 0.82rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(246, 239, 228, 0.52);
  overflow-wrap: break-word;
  max-width: 70ch;
}

@media (min-width: 720px) {
  .footer-copy {
    max-width: none;
  }
}

.note-muted {
  color: rgba(31, 28, 24, 0.62);
  font-size: 0.95rem;
}

/* Blog layout */
.blog-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 0;
}

.container > .blog-layout {
  margin-top: 1.25rem;
}

.container > .article-layout {
  margin-top: 1rem;
}

@media (min-width: 980px) {
  .blog-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}

.sidebar {
  position: sticky;
  top: calc(var(--nav-h) + 12px);
  display: grid;
  gap: 1rem;
}

.sidebar .ad-sky {
  display: none;
}

@media (min-width: 980px) {
  .sidebar .ad-sky {
    display: block;
  }
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-btn[aria-pressed="true"] {
  background: rgba(198, 99, 49, 0.16);
  border-color: rgba(198, 99, 49, 0.35);
  color: var(--sand);
}

.own-grid {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 1.25rem;
}

@media (min-width: 720px) {
  .own-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.own-card {
  border-radius: 16px;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
}

.own-card a {
  text-decoration: none;
  color: inherit;
}

.tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(31, 28, 24, 0.62);
}

/* Breadcrumbs */
.container > .breadcrumbs {
  margin-top: 1rem;
}

.shell > .container + .section {
  margin-top: 1rem;
}

.breadcrumbs {
  margin: 0 0 0.25rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(198, 99, 49, 0.05), rgba(135, 206, 235, 0.07));
  font-size: 0.92rem;
}

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 0.35rem;
  color: rgba(31, 28, 24, 0.35);
  font-weight: 800;
}

.breadcrumbs li:last-child::after {
  content: "";
  margin: 0;
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
}

.breadcrumbs a:hover {
  color: var(--sand);
}

/* Article layout */
.article-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 980px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: start;
  }
}

.article-main {
  min-width: 0;
}

header.section.article-hero {
  padding-bottom: 0;
}

header.section.article-hero .section-inner {
  padding-bottom: 0.15rem;
}

.article-cover--bleed {
  margin: 1.15rem 0 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.article-cover--bleed img {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(68vh, 540px);
  object-fit: cover;
  object-position: center 40%;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  color: rgba(31, 28, 24, 0.62);
  font-weight: 650;
}

.article-body {
  margin-top: 1.25rem;
}

.article-body::after {
  content: "";
  display: table;
  clear: both;
}

.article-body p {
  margin: 0.95rem 0;
}

.article-body h2 {
  margin: 2rem 0 0.75rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--line);
}

.article-body h3 {
  margin: 1.35rem 0 0.55rem;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 99, 49, 0.22), transparent);
  margin: 1.5rem 0;
}

.pull-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.05rem 1rem 1.1rem;
  border-left: 5px solid var(--sand);
  background: linear-gradient(90deg, rgba(198, 99, 49, 0.05), rgba(135, 206, 235, 0.04));
  border-radius: 12px;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.2rem;
}

.ad-float {
  float: right;
  width: 300px;
  max-width: 46%;
  margin: 0.25rem 0 1rem 1rem;
}

@media (max-width: 640px) {
  .ad-float {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
  }
}

.read-more {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.read-more h2 {
  margin-top: 0;
}

.read-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 860px) {
  .read-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.read-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.85);
}

.read-card a {
  text-decoration: none;
  color: inherit;
}

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 0 0.25rem;
  }

  .site-nav.is-open ul {
    display: flex;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .site-nav {
    flex: 1 1 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
