/* ============================================================
   MUDDY BASS FIELD GUIDE
   90s Field & Stream editorial — full photo treatment
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700;1,900&family=Oswald:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --ink:       #0f0d0a;
  --bark:      #221508;
  --mud:       #4a2e10;
  --khaki:     #8b7355;
  --tan:       #c4a87a;
  --parchment: #ede3ce;
  --cream:     #f7f2e8;
  --moss:      #3d4f24;
  --rust:      #8c3416;
  --gold:      #b07d18;
  --white:     #ffffff;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-head:    'Oswald', 'Franklin Gothic Medium', sans-serif;
  --font-body:    'Lora', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.7;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ── SITE HEADER ── */
.site-header {
  background: var(--bark);
  border-bottom: 4px solid var(--gold);
}

.site-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid rgba(196,168,122,0.2);
}

.site-header__eyebrow {
  font-family: var(--font-head);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--tan);
}

.site-header__title-block {
  text-align: center;
  padding: 1.6rem 2rem 1.4rem;
}

.site-header__kicker {
  font-family: var(--font-head);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--tan);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.site-header__kicker::before,
.site-header__kicker::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.site-header__kicker::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.site-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

.site-header h1 em {
  font-style: italic;
  color: var(--tan);
}

.site-header__sub {
  font-family: var(--font-head);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--khaki);
  margin-top: 0.6rem;
}

/* ── NAV ── */
nav {
  background: var(--ink);
  border-bottom: 3px solid var(--gold);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

nav a {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tan);
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background 0.15s, color 0.15s;
  position: relative;
}
nav a:first-child { border-left: 1px solid rgba(255,255,255,0.07); }
nav a:hover { background: var(--mud); color: var(--white); }

/* ── HERO (homepage) ── */
.hero {
  position: relative;
  height: 70vh;
  min-height: 420px;
  max-height: 700px;
  overflow: hidden;
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.72) contrast(1.08);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(10,7,3,0.75) 100%);
}

.hero__text {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2.5rem 2.5rem 2rem;
  color: var(--white);
}

.hero__label {
  font-family: var(--font-head);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
  max-width: 680px;
}

.hero__headline em { font-style: italic; color: var(--tan); }

.hero__deck {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin-top: 0.7rem;
  max-width: 520px;
  line-height: 1.5;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  position: relative;
  height: 38vh;
  min-height: 240px;
  max-height: 380px;
  overflow: hidden;
}

.page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) contrast(1.1) saturate(0.85);
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 15%, rgba(10,7,3,0.78) 100%);
}

.page-hero__text {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.8rem 2rem 1.6rem;
  color: var(--white);
}

.page-hero__eyebrow {
  font-family: var(--font-head);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6);
}

.page-hero__title em { font-style: italic; color: var(--tan); }

.page-hero__sub {
  font-family: var(--font-head);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 0.4rem;
}

/* ── CONTAINER ── */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.8rem 4rem;
}

/* ── SECTION LABEL ── */
.section-label {
  font-family: var(--font-head);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--tan);
  opacity: 0.5;
}

/* ── HEADINGS ── */
h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--bark);
  line-height: 1.15;
  margin: 2rem 0 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--mud);
}

h3 {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
  margin: 1.4rem 0 0.3rem;
}

/* ── BODY TEXT ── */
p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--ink);
  margin: 0.9rem 0;
}

.article-body > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4em;
  font-weight: 900;
  color: var(--bark);
  float: left;
  line-height: 0.72;
  margin: 0.1em 0.08em 0 0;
}

/* ── FIELD NOTE ── */
.field-note {
  background: var(--bark);
  color: var(--parchment);
  padding: 1.3rem 1.6rem;
  margin: 2rem 0;
  border-left: 5px solid var(--gold);
}

.field-note::before {
  content: '◆  Field Note';
  display: block;
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.field-note p {
  color: var(--parchment);
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.65;
}
.field-note p::first-letter { all: unset; }
.field-note strong { color: var(--tan); }

/* ── RULE DIVIDER ── */
.rule {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 2.2rem 0;
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--khaki);
}
.rule::before, .rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--tan);
  opacity: 0.5;
}

/* ── HUB CARD GRID ── */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px;
  background: var(--tan);
  border: 1px solid var(--tan);
  margin: 2rem 0;
}

.hub-card {
  background: var(--cream);
  text-decoration: none;
  display: block;
  transition: background 0.15s;
  overflow: hidden;
}

.hub-card:hover { background: var(--parchment); }
.hub-card:hover .hub-card__img { transform: scale(1.04); }

.hub-card__photo {
  height: 180px;
  overflow: hidden;
}

.hub-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.88) saturate(0.85);
  transition: transform 0.4s ease;
}

.hub-card__body {
  padding: 1rem 1.1rem 1.2rem;
  border-top: 3px solid var(--moss);
}

.hub-card__system {
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--khaki);
  margin-bottom: 0.3rem;
}

.hub-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bark);
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.hub-card__desc {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--mud);
  line-height: 1.5;
  margin: 0;
}

/* ── ARTICLE LIST ── */
.article-list {
  list-style: none;
  margin: 1.2rem 0;
  padding: 0;
  border-top: 1px solid rgba(139,115,85,0.3);
}

.article-list li {
  border-bottom: 1px solid rgba(139,115,85,0.3);
}

.article-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0.2rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bark);
  text-decoration: none;
  transition: color 0.15s, padding-left 0.15s;
}

.article-list li a::before {
  content: '▸';
  color: var(--rust);
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: transform 0.15s;
}

.article-list li a:hover { color: var(--rust); padding-left: 0.4rem; }
.article-list li a:hover::before { transform: translateX(3px); }

/* ── GEAR LIST ── */
.gear-block { margin: 1.6rem 0; }

.gear-entry {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.6rem 1rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px dashed rgba(139,115,85,0.4);
}

.gear-entry__num {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--tan);
  line-height: 1;
  padding-top: 0.1rem;
}

.gear-entry__link {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bark);
  text-decoration: none;
  transition: color 0.15s;
  display: block;
  padding-top: 0.1rem;
}
.gear-entry__link:hover { color: var(--rust); }

/* ── INTRO BANNER ── */
.intro-banner {
  background: var(--bark);
  padding: 1.5rem 1.8rem;
  margin: 1.8rem 0;
  border-left: 6px solid var(--gold);
}

.intro-banner::before {
  content: 'The System';
  display: block;
  font-family: var(--font-head);
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.intro-banner p {
  color: var(--parchment);
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}
.intro-banner p::first-letter { all: unset; }
.intro-banner strong { color: var(--tan); }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: var(--khaki);
  text-align: center;
  padding: 1.6rem 1rem;
  font-family: var(--font-head);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top: 4px double var(--gold);
}

footer a { color: var(--tan); text-decoration: none; }
footer a:hover { color: var(--white); }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .hub-grid { grid-template-columns: 1fr; }
  .hero__text { padding: 1.5rem 1.2rem 1.2rem; }
  .page-hero__text { padding: 1.2rem 1.2rem 1rem; }
  .container { padding: 1.8rem 1.1rem 3rem; }
  nav a { font-size: 0.62rem; padding: 0.6rem 0.75rem; }
  .site-header__top { padding: 0.4rem 1rem; }
}
