body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #f8f8f6;
  color: #222;
  line-height: 1.65;
}

.hero {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 12px;
}

.hero p {
  font-size: 1.1rem;
  color: #555;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 60px auto;
}

.pillar {
  padding: 30px;
  border: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  color: #222;
}
.category {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.category-header {
  margin-bottom: 50px;
}

.category-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.category-sub {
  color: #555;
  max-width: 600px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.article-card {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.article-card h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.article-card a {
  text-decoration: none;
  color: #222;
}

.article-card a:hover {
  text-decoration: underline;
}

.empty-note {
  color: #777;
  font-style: italic;
}
.site-header {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  color: #222;
}

.main-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #555;
}

.main-nav a:hover {
  color: #000;
}
.site-footer {
  margin-top: 100px;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 0.9rem;
  color: #777;
}
.article-header h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.article-excerpt {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.article-content h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.article-content p {
  margin-bottom: 20px;
}

.article-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.featured {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.featured h2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.featured-card {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.featured-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.featured-card a {
  text-decoration: none;
  color: #222;
}

.featured-card a:hover {
  text-decoration: underline;
}

.featured-card p {
  color: #555;
  font-size: 0.95rem;
}
.gear-box {
  margin: 60px 0;
  padding: 30px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.gear-box h3 {
  margin-bottom: 15px;
}

.gear-box ul {
  list-style: none;
  padding: 0;
}

.gear-box li {
  margin-bottom: 10px;
}

.gear-note {
  color: #555;
  font-size: 0.9rem;
}

.affiliate-disclosure {
  margin-top: 20px;
  font-size: 0.75rem;
  opacity: 0.75;
  color: #777;
}
.email-box {
  margin: 80px 0;
  padding: 40px;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
}

.email-box h3 {
  margin-bottom: 10px;
}

.email-box input {
  padding: 10px;
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
}

.email-box button {
  padding: 10px 16px;
  border: 1px solid #222;
  background: #222;
  color: #fff;
  cursor: pointer;
}

.email-note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #666;
}
/* =========================
   Static Pages (About, Legal)
========================= */

.page {
  padding: 48px 20px 80px;
  background: #fff;
}

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 16px;
}

/* Title */
.page-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
  color: #111;
}

/* Body copy */
.page-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

/* Subtle editorial accent */
.page-content::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #e5e5e5;
  margin-bottom: 14px; /* was ~24px */
}
.page-content h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
  color: #111;
}

.page-meta {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #777;
}
.page-content ul {
  margin-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.page-content li {
  margin-bottom: 0.4rem;
}
/* ================================
   ARTICLE LAYOUT — FlyFishly
================================ */

main.article {
  background: #ffffff;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 2.25rem;
  background: #ffffff;
}

/* Header */
.article-header h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.article-excerpt {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3rem;
}

/* Body text */
.article-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222;
}

.article-content p {
  margin-bottom: 1.6rem;
}

/* Headings inside article */
.article-content h2 {
  font-size: 1.5rem;
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Subtle divider before major sections */
.article-content h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #e0e0e0;
  margin-bottom: 1.2rem;
}

/* Emphasis */
.article-content em {
  font-style: italic;
  color: #333;
}

.article-content strong {
  font-weight: 600;
}

/* Lists (used sparingly) */
.article-content ul {
  margin: 1.5rem 0 1.5rem 1.25rem;
}

.article-content li {
  margin-bottom: 0.6rem;
}
.article-content p:first-of-type {
  font-size: 1.15rem;
  line-height: 1.85;
}
@media (max-width: 600px) {
  .article-body {
    margin: 3rem auto 4rem;
    padding: 0 1.25rem;
  }

  .article-header h1 {
    font-size: 1.9rem;
  }

  .article-content {
    font-size: 1rem;
  }
}
.article-body::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #e2e2e2;
  margin-bottom: 2rem;
}
/* ================================
   HOMEPAGE ANCHOR ARTICLE
================================ */

.anchor-article {
  background: #f8f8f6;
  padding: 80px 0;
}

.anchor-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 2.25rem;
  background: #ffffff;
}

/* Subtle editorial marker */
.anchor-inner::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #e2e2e2;
  margin-bottom: 2rem;
}

/* Title */
.anchor-article h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

/* Intro */
.anchor-intro {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 2.5rem;
}

/* Body text */
.anchor-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222;
}

.anchor-body p {
  margin-bottom: 1.6rem;
}

/* Section headers */
.anchor-body h3 {
  font-size: 1.35rem;
  margin-top: 3.2rem;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}

/* Divider before sections */
.anchor-body h3::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #e0e0e0;
  margin-bottom: 1.1rem;
}

/* Closing line */
.anchor-close {
  font-weight: 600;
  margin-top: 2.2rem;
}

/* CTA */
.btn.subtle {
  display: inline-block;
  margin-top: 2.5rem;
  border: none;
  padding: 0;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.btn.subtle:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 600px) {
  .anchor-inner {
    padding: 2.5rem 1.5rem;
  }

  .anchor-article h2 {
    font-size: 1.7rem;
  }
}
/* ================================
   RELATED READING
================================ */

.related-reading {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.related-reading h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.related-reading ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-reading li {
  margin-bottom: 0.6rem;
}

.related-reading a {
  text-decoration: none;
  color: #222;
}

.related-reading a:hover {
  text-decoration: underline;
}
.hero {
  position: relative;
  min-height: 70vh;               /* Better vertical presence */
  background: #f8f8f6 url('/assets/images/hero-river-mist.png') center/cover no-repeat;  /* Use your current image or a better one */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.65),
    rgba(240,240,235,0.9)
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero h1 {
  font-size: clamp(2.8rem, 8vw, 4.5rem);  /* Responsive sizing */
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);  /* Subtle shadow for contrast */
}

.hero-subtitle {
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  color: #333;
  max-width: 620px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}

.btn.primary {
  background: #222;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.2s;
}

.btn.primary:hover {
  background: #444;
}

.sub-cta {
  margin-top: 1.8rem;
  font-size: 1.05rem;
  color: #444;
}

.sub-cta a {
  color: #222;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: 60px 20px;
  }
  .hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }
}.sub-cta {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #555;
}
.sub-cta a { color: #444; text-decoration: underline; }
.pillars {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.pillar {
  padding: 40px 20px;
  border-radius: 6px;
  transition: all 0.2s;
}
.pillar:hover {
  border-color: #aaa;
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}
.anchor-visual img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1.8rem;
}