/* Salmon Forks Outfitters — salmonforks.com */
/* Original: WordPress Roots, Montana wilderness outfitting */
/* Layout: 1000px, warm earth tones, rustic outdoor feel */

/* ═══════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; }
body {
  font-family: Georgia, 'Times New Roman', 'Palatino Linotype', serif;
  line-height: 1.75;
  color: #2a231c;
  background: #f5f4e8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2a7bbf; text-decoration: none; transition: color 0.2s; }
a:hover { color: #1d5a8f; }

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.sf-header {
  background: #2a231c;
  border-bottom: 3px solid #a93d30;
  padding: 0;
}
.sf-header-bar {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sf-brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sf-brand-icon {
  height: 34px;
  width: auto;
}
.sf-brand-name {
  font-size: 1.25em;
  font-weight: 400;
  color: #f5f4e8;
  letter-spacing: 0.02em;
}
.sf-brand-name .sf-sub {
  display: block;
  font-size: 0.48em;
  color: #b5a08f;
  font-style: italic;
}
.sf-menu-btn {
  display: none;
  background: none;
  border: 1px solid #b5a08f;
  color: #b5a08f;
  font-size: 1.1em;
  padding: 5px 11px;
  cursor: pointer;
  border-radius: 3px;
}
.sf-menu-btn:hover { border-color: #f5f4e8; color: #f5f4e8; }

/* ═══════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════ */
.sf-nav {
  background: #3a322a;
}
.sf-nav-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  list-style: none;
  gap: 0;
}
.sf-nav-list a {
  display: block;
  color: #b5a08f;
  padding: 10px 15px;
  font-size: 0.82em;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}
.sf-nav-list a:hover,
.sf-nav-list a.active {
  color: #f5f4e8;
  background: rgba(169,61,48,0.3);
}

/* ═══════════════════════════════════════
   MAIN
   ═══════════════════════════════════════ */
.sf-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 20px;
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.sf-hero {
  position: relative;
  margin-bottom: 28px;
  border-radius: 4px;
  overflow: hidden;
}
.sf-hero-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.sf-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(42,35,28,0.85));
  padding: 28px 24px 22px;
}
.sf-hero-overlay h1 {
  font-size: 1.8em;
  font-weight: 400;
  color: #f5f4e8;
  line-height: 1.2;
  margin-bottom: 6px;
}
.sf-hero-overlay p {
  font-size: 0.88em;
  color: rgba(245,244,232,0.7);
  max-width: 440px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

/* ═══════════════════════════════════════
   SECTION HEADING
   ═══════════════════════════════════════ */
.sf-section-head {
  font-size: 1.15em;
  font-weight: 400;
  color: #2a231c;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid #b5a08f;
}

/* ═══════════════════════════════════════
   ARTICLE LISTING
   ═══════════════════════════════════════ */
.sf-listing {
  margin: 18px 0;
}
.sf-item {
  background: #fff;
  border: 1px solid #ddd5c8;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
  transition: border-color 0.2s;
}
.sf-item:hover { border-color: #a93d30; }
.sf-item-thumb {
  width: 140px;
  min-width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 3px;
}
.sf-item-text h3 {
  font-size: 0.95em;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-item-text h3 a { color: #2a231c; }
.sf-item-text h3 a:hover { color: #a93d30; }
.sf-item-text p {
  font-size: 0.8em;
  color: #888;
  line-height: 1.5;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-item-date {
  font-size: 0.7em;
  color: #b5a08f;
  margin-top: 4px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

/* ═══════════════════════════════════════
   ARTICLE PAGE
   ═══════════════════════════════════════ */
.sf-article {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.sf-article-header {
  margin-bottom: 20px;
}
.sf-trail {
  font-size: 0.76em;
  color: #b5a08f;
  margin-bottom: 10px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-trail a { color: #2a7bbf; }
.sf-article-header h1 {
  font-size: 1.65em;
  font-weight: 400;
  color: #2a231c;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sf-meta {
  font-size: 0.78em;
  color: #b5a08f;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd5c8;
  margin-bottom: 18px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-cover {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #ddd5c8;
}
.sf-inset {
  float: right;
  margin: 0 0 12px 16px;
  max-width: 250px;
  border-radius: 3px;
  border: 1px solid #ddd5c8;
}

/* ═══════════════════════════════════════
   ARTICLE BODY
   ═══════════════════════════════════════ */
.sf-prose {
  font-size: 1em;
  line-height: 1.85;
  color: #3a3228;
}
.sf-prose h2 {
  color: #a93d30;
  font-size: 1.25em;
  font-weight: 400;
  margin: 26px 0 10px;
}
.sf-prose h3 {
  color: #2a231c;
  font-size: 1.02em;
  font-weight: 700;
  margin: 18px 0 6px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-prose p { margin-bottom: 13px; }
.sf-prose ul, .sf-prose ol {
  margin: 6px 0 14px 24px;
}
.sf-prose li { margin-bottom: 4px; }
.sf-prose strong { color: #2a231c; }
.sf-prose blockquote {
  border-left: 3px solid #b5a08f;
  margin: 14px 0;
  padding: 10px 18px;
  background: #faf8f0;
  color: #555;
  font-style: italic;
  border-radius: 0 4px 4px 0;
}
.sf-prose a { text-decoration: underline; text-underline-offset: 2px; }
.sf-prose a:hover { color: #a93d30; }

/* ═══════════════════════════════════════
   TABLES
   ═══════════════════════════════════════ */
.sf-prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 12px 0;
  font-size: 0.88em;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-prose th, .sf-prose td {
  padding: 8px 10px;
  border: 1px solid #ddd5c8;
  text-align: left;
}
.sf-prose th {
  background: #2a231c;
  color: #f5f4e8;
  font-weight: 600;
}
.sf-prose tr:nth-child(even) { background: #faf8f0; }
.sf-prose tr:hover { background: #f0ece0; }

/* ═══════════════════════════════════════
   RELATED
   ═══════════════════════════════════════ */
.sf-related {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #ddd5c8;
}
.sf-related h2 {
  font-size: 1.05em;
  color: #2a231c;
  margin-bottom: 12px;
  font-weight: 400;
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.sf-footer {
  background: #2a231c;
  border-top: 3px solid #a93d30;
  padding: 26px 20px;
  margin-top: 34px;
}
.sf-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sf-footer-brand {
  flex: 2;
  min-width: 180px;
}
.sf-footer-brand p {
  color: rgba(245,244,232,0.35);
  font-size: 0.8em;
  margin-top: 6px;
  line-height: 1.5;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-footer-col {
  flex: 1;
  min-width: 130px;
}
.sf-footer-col h4 {
  color: #b5a08f;
  font-size: 0.78em;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-footer-col ul { list-style: none; }
.sf-footer-col li { margin-bottom: 4px; }
.sf-footer-col a { color: rgba(245,244,232,0.35); font-size: 0.8em; font-family: 'Segoe UI', Tahoma, Verdana, sans-serif; }
.sf-footer-col a:hover { color: #b5a08f; }
.sf-footer-copy {
  max-width: 1000px;
  margin: 12px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(245,244,232,0.06);
  text-align: center;
  font-size: 0.72em;
  color: rgba(245,244,232,0.25);
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

/* ═══════════════════════════════════════
   SERVICE PAGES
   ═══════════════════════════════════════ */
.sf-page {
  max-width: 700px;
  margin: 0 auto;
  padding: 26px 20px;
}
.sf-page h1 {
  font-size: 1.6em;
  font-weight: 400;
  color: #2a231c;
  margin-bottom: 12px;
}
.sf-page h2 {
  color: #a93d30;
  font-size: 1.1em;
  margin: 20px 0 8px;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}
.sf-page p { margin-bottom: 10px; color: #555; }
.sf-page ul { margin: 5px 0 12px 18px; color: #555; }
.sf-page li { margin-bottom: 3px; }

/* ═══════════════════════════════════════
   RESPONSIVE — 820px
   ═══════════════════════════════════════ */
@media (max-width: 820px) {
  .sf-menu-btn { display: block; }
  .sf-nav-list { display: none; flex-direction: column; padding: 0; }
  .sf-nav-list.open { display: flex; }
  .sf-nav-list a { padding: 11px 20px; border-bottom: 1px solid rgba(181,160,143,0.15); }
  .sf-hero-img { height: 240px; }
  .sf-hero-overlay h1 { font-size: 1.4em; }
  .sf-item { flex-direction: column; }
  .sf-item-thumb { width: 100%; min-width: auto; height: 160px; }
  .sf-article-header h1 { font-size: 1.35em; }
  .sf-footer-inner { flex-direction: column; }
  .sf-inset { float: none; max-width: 100%; margin: 0 0 12px 0; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 520px
   ═══════════════════════════════════════ */
@media (max-width: 520px) {
  .sf-hero-overlay h1 { font-size: 1.15em; }
  .sf-hero-img { height: 180px; }
  .sf-brand-name { font-size: 1em; }
  .sf-brand-name .sf-sub { display: none; }
  .sf-article-header h1 { font-size: 1.2em; }
}
