/* ===== Huckeye Charters consolidated site mockup v2 =====
   Hybrid theme: Matt's existing Huckeye navy + MVM's photo-heavy treatment + gold accents
   Built 2026-05-28. Vanilla CSS, mobile-first, no framework deps. */

:root {
  --navy: #0f1f38;
  --navy-2: #1a2e4a;
  --steel: #2c4565;
  --sky: #c5d4e4;
  --cream: #f5efe4;
  --paper: #faf6ee;
  --gold: #c79a3e;
  --gold-bright: #e0b455;
  --ink: #0a1626;
  --body: #1f2a3a;
  --muted: #6b7787;
  --line: #d8cfc0;
  --white: #ffffff;
  --forest: #2c4a3a;
  --rust: #8a4030;
  --shadow-sm: 0 2px 8px rgba(15, 31, 56, 0.08);
  --shadow: 0 8px 28px rgba(15, 31, 56, 0.15);
  --shadow-lg: 0 20px 50px rgba(15, 31, 56, 0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--body);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); margin-bottom: 1rem; }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 1.25rem; }
h3 { font-size: clamp(1.4rem, 3vw, 1.85rem); margin-bottom: 0.75rem; }
h4 { font-size: 1.05rem; margin-bottom: 0.5rem; color: var(--gold); font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.8rem; }

p { margin-bottom: 1rem; max-width: 65ch; color: var(--body); }

a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-bright); }

/* ===== Header / Nav ===== */
.site-header {
  background: var(--navy);
  color: var(--white);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid rgba(199, 154, 62, 0.2);
}
.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.brand {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.5px;
  line-height: 1;
}
.brand small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 4px;
}
/* Hide hamburger on desktop */
.nav-toggle { display: none; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
.nav-links a {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 0.65rem 1.2rem;
  border-radius: 2px;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold-bright); color: var(--navy) !important; }

/* ===== Captains banner ===== */
.captains-banner {
  background: linear-gradient(90deg, var(--rust), #a85540);
  color: var(--white);
  padding: 0.85rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}
.captains-banner strong { font-weight: 700; color: var(--white); }
.captains-banner a {
  color: var(--white);
  text-decoration: underline;
  font-weight: 600;
  margin-left: 0.6rem;
}
.captains-banner a:hover { color: var(--cream); }

/* ===== Hero (full-bleed photo background — MVM style) ===== */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(10, 22, 38, 0.55), rgba(10, 22, 38, 0.72));
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 950px;
  padding: 5rem 1.5rem;
}
.hero h1 { color: var(--white); text-shadow: 0 2px 30px rgba(0,0,0,0.4); }
.hero h1 span { color: var(--gold-bright); font-style: italic; }
.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.8rem;
  color: var(--gold-bright);
  margin-bottom: 1.75rem;
  font-weight: 600;
}
.hero-tagline {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  color: var(--cream);
  margin: 1.75rem auto 2.5rem;
  max-width: 680px;
  line-height: 1.6;
}
.hero.compact { min-height: 50vh; }
.hero.medium { min-height: 60vh; }

/* When hero uses contain (portrait photo), make it taller and lighten the overlay */
.hero.hero-portrait { min-height: 92vh; }
.hero.hero-portrait::before {
  background: linear-gradient(rgba(10, 22, 38, 0.35), rgba(10, 22, 38, 0.55));
}


/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 1rem 2.25rem;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 0.3rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(199, 154, 62, 0.4);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-ghost:hover {
  background: var(--white);
  color: var(--navy);
}

/* ===== Sections ===== */
.section {
  padding: clamp(4rem, 8vw, 6.5rem) 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.section.dark {
  background: var(--navy);
  color: var(--cream);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.section.dark .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section.dark p { color: var(--cream); }
.section.dark .section-eyebrow { color: var(--gold-bright); }
.section.tinted {
  background: var(--white);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.section.tinted .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.7rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-family: 'Inter', sans-serif;
}
.section-intro { max-width: 760px; margin-bottom: 3rem; }
.section-intro p { color: var(--muted); font-size: 1.15rem; line-height: 1.7; }

/* ===== Trip cards (home page) ===== */
.trip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.trip-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.trip-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.trip-card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background: var(--steel);
}
.trip-card-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.trip-card h3 { margin-bottom: 0.5rem; color: var(--navy); }
.trip-card .price {
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
}
.trip-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.25rem; flex: 1; }
.trip-card .card-cta {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.trip-card .card-cta::after { content: ' →'; transition: padding 0.2s; }
.trip-card:hover .card-cta::after { padding-left: 4px; }

/* ===== Captain feature (about section on home) ===== */
.captain-feature {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
  padding: clamp(4rem, 8vw, 6.5rem) 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.captain-photo {
  aspect-ratio: 4/5;
  border-radius: 4px;
  background-size: cover;
  background-position: center top;
  box-shadow: var(--shadow);
  position: relative;
}
.captain-credentials {
  list-style: none;
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 4px;
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-sm);
}
.captain-credentials li {
  padding-left: 1.75rem;
  position: relative;
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
  color: var(--body);
}
.captain-credentials li:last-child { margin-bottom: 0; }
.captain-credentials li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 800px) { .captain-feature { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ===== Trip detail sections (trips.html) ===== */
.trip-anchor-nav {
  position: sticky;
  top: 73px;
  background: var(--paper);
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid var(--line);
  z-index: 50;
  box-shadow: 0 2px 8px rgba(15, 31, 56, 0.04);
}
.trip-anchor-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
}
.trip-anchor-nav a {
  font-size: 0.8rem;
  color: var(--navy);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.trip-anchor-nav a:hover { color: var(--gold); }

.trip-detail {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.trip-detail:nth-of-type(even) { background: var(--white); }
.trip-detail .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
.trip-detail h2 { color: var(--navy); margin-top: 0.5rem; }
.trip-detail .trip-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.trip-detail:nth-of-type(even) .inner { direction: rtl; }
.trip-detail:nth-of-type(even) .inner > * { direction: ltr; }

.trip-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.price-tile {
  background: var(--paper);
  border-left: 3px solid var(--gold);
  padding: 1.1rem 1.3rem;
  border-radius: 2px;
}
.trip-detail:nth-of-type(even) .price-tile { background: var(--cream); }
.price-tile .amt {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.7rem;
  color: var(--navy);
  font-weight: 700;
  display: block;
}
.price-tile .label { font-size: 0.85rem; color: var(--muted); display: block; margin-top: 0.25rem; line-height: 1.4; }

@media (max-width: 800px) {
  .trip-detail .inner { grid-template-columns: 1fr; gap: 2rem; }
  .trip-detail:nth-of-type(even) .inner { direction: ltr; }
}

/* ===== Reports list ===== */
.report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.75rem;
}
.report-card {
  background: var(--white);
  border-radius: 4px;
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--gold);
  transition: transform 0.2s, box-shadow 0.2s;
}
.report-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.report-card .date {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.report-card h3 { font-size: 1.2rem; margin-bottom: 0.75rem; color: var(--navy); }
.report-card p { color: var(--body); font-size: 0.95rem; margin-bottom: 1rem; }

/* ===== Forms ===== */
.form {
  max-width: 600px;
  margin: 0 auto;
  background: var(--white);
  padding: 2.25rem;
  border-radius: 4px;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
}
.form-row { margin-bottom: 1.4rem; }
.form label {
  display: block;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.form input, .form textarea, .form select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--paper);
  transition: border-color 0.2s, background 0.2s;
  color: var(--body);
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}
.form textarea { min-height: 130px; resize: vertical; }
.form button {
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 1rem 2.25rem;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  font-family: 'Inter', sans-serif;
}
.form button:hover { background: var(--gold); color: var(--navy); }

/* ===== Careers feature grid ===== */
.careers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2.5rem;
}
.careers-grid ul {
  list-style: none;
  padding: 0;
}
.careers-grid li {
  padding: 0.75rem 0 0.75rem 1.75rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-size: 0.97rem;
  color: var(--body);
  line-height: 1.5;
}
.careers-grid li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--gold);
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 700px) { .careers-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ===== Contact info card (contact.html) ===== */
.contact-info-card {
  background: var(--navy);
  color: var(--cream);
  padding: 2rem;
  border-radius: 4px;
  margin-top: 2rem;
  border-left: 3px solid var(--gold);
}
.contact-info-card h4 { color: var(--gold-bright); margin-bottom: 0.25rem; margin-top: 1.25rem; }
.contact-info-card h4:first-child { margin-top: 0; }
.contact-info-card .big-phone {
  font-size: 1.7rem;
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.contact-info-card a { color: var(--cream); }
.contact-info-card a:hover { color: var(--gold-bright); }

/* ===== Footer ===== */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 4rem 1.5rem 2rem;
  margin-top: 0;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.footer-tagline { color: var(--sky); font-size: 0.95rem; line-height: 1.6; }
.footer-col h4 {
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { color: var(--cream); font-size: 0.95rem; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom {
  border-top: 1px solid rgba(199, 154, 62, 0.2);
  margin: 3rem auto 0;
  padding-top: 1.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 1280px;
}
@media (max-width: 800px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .nav-links { gap: 1.25rem; font-size: 0.8rem; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ===== Full-bleed photo strip (used between sections, MVM-style) ===== */
.photo-strip {
  height: 50vh;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(10, 22, 38, 0.45), rgba(10, 22, 38, 0.65));
}
.photo-strip .quote {
  position: relative;
  z-index: 2;
  color: var(--white);
  text-align: center;
  max-width: 800px;
  padding: 0 2rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-style: italic;
  line-height: 1.4;
}
.photo-strip .quote::before, .photo-strip .quote::after {
  content: '"';
  color: var(--gold-bright);
  font-size: 1.5em;
}

/* ===== Individual report pages ===== */
.report-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: var(--white);
  overflow: hidden;
}
.report-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(10, 22, 38, 0.5), rgba(10, 22, 38, 0.78));
}
.report-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 5rem 1.5rem 4rem;
}
.report-hero .date-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 0.4rem 1rem;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.report-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.report-hero .byline { color: var(--cream); font-size: 0.95rem; }
.report-hero .byline a { color: var(--gold-bright); }

.report-body {
  max-width: 740px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem 4rem;
}
.report-body h2 { color: var(--navy); margin-top: 2.5rem; margin-bottom: 1rem; font-size: 1.7rem; }
.report-body p { font-size: 1.08rem; color: var(--body); margin-bottom: 1.25rem; line-height: 1.75; }
.report-body img.inline {
  width: 100%;
  border-radius: 4px;
  margin: 2rem 0;
  box-shadow: var(--shadow-sm);
}
.report-body ul { margin: 1rem 0 1.5rem 1.5rem; }
.report-body li { margin-bottom: 0.5rem; font-size: 1.05rem; color: var(--body); }
.report-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--steel);
  font-size: 1.1rem;
  background: var(--cream);
  padding: 1.25rem 1.5rem;
  border-radius: 2px;
}

.report-cta-strip {
  background: var(--navy);
  color: var(--white);
  padding: 3rem 1.5rem;
  text-align: center;
  margin: 3rem 0 0;
}
.report-cta-strip h3 { color: var(--white); margin-bottom: 0.5rem; }
.report-cta-strip p { color: var(--cream); margin: 0 auto 1.5rem; }

.report-related {
  background: var(--cream);
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
}
.report-related .inner { max-width: 1100px; margin: 0 auto; }

/* ===== Facebook feed section ===== */
.facebook-feed {
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
}
.facebook-feed .inner { max-width: 1200px; margin: 0 auto; }
.fb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.fb-header-left h2 { margin-bottom: 0.4rem; }
.fb-header-left p { color: var(--muted); margin-bottom: 0; }
.fb-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1877f2;
  color: white;
  padding: 0.75rem 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}
.fb-follow-btn:hover { background: #166fe5; color: white; }
.fb-follow-btn::before {
  content: 'f';
  font-family: 'Georgia', serif;
  font-weight: 900;
  font-size: 1.1rem;
  font-style: italic;
  background: white;
  color: #1877f2;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.fb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
}
.fb-post {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.fb-post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fb-post-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: var(--steel);
  display: block;
}
.fb-post-body { padding: 1.25rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.fb-post-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.fb-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.fb-post-meta strong { color: var(--navy); font-weight: 600; font-size: 0.92rem; }
.fb-post-text {
  color: var(--body);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  flex: 1;
}
.fb-post-actions {
  display: flex;
  gap: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
}
.fb-post-actions span { display: inline-flex; align-items: center; gap: 0.35rem; }
.fb-embed-note {
  background: rgba(24, 119, 242, 0.08);
  border-left: 3px solid #1877f2;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: var(--steel);
  font-style: italic;
}

/* ===========================================================
   RESPONSIVE — comprehensive mobile/tablet treatment
   Mobile-first principle: at 768px and below we shift from
   horizontal-multicolumn layouts to single-column stacks,
   use hamburger nav, and dial down typography + padding.
   =========================================================== */

/* Tablet and below: 1024px */
@media (max-width: 1024px) {
  .container,
  .nav-container,
  .hero-inner,
  .section.dark .container,
  .section.tinted .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* Trip cards on tablet: still 2-up when room */
  .trip-grid { gap: 1.5rem; }
  /* Hero portrait — adjust for tablet */
  .hero.hero-portrait { min-height: 80vh; }
}

/* Tablet/large phone: 768px */
@media (max-width: 768px) {
  /* === NAV — hamburger toggle === */
  .nav-container { position: relative; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background: var(--navy);
    padding: 1rem 1.25rem 1.5rem;
    gap: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 100;
  }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    padding: 0.6rem 0.25rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-links a.nav-cta {
    margin-top: 0.5rem;
    text-align: center;
    border: 0;
  }
  /* Hamburger button — inserted via JS toggle */
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: -0.5rem;
  }
  .nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
  }
  .nav-open .nav-links { display: flex; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* === HERO — tighter padding, smaller min-height === */
  .hero { min-height: 70vh; }
  .hero.medium { min-height: 50vh; }
  .hero.compact { min-height: 40vh; }
  .hero.hero-portrait { min-height: 75vh; }
  .hero-inner { padding: 3rem 1.25rem; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3rem); line-height: 1.05; }
  .hero-tagline { font-size: clamp(0.95rem, 3.4vw, 1.05rem); margin: 1.25rem auto 2rem; }
  .hero .eyebrow { font-size: 0.7rem; letter-spacing: 3px; margin-bottom: 1rem; }
  .hero .btn { width: 100%; max-width: 320px; }

  /* === SECTIONS — reduced vertical rhythm === */
  .section { padding-block: clamp(2.5rem, 6vw, 3.5rem); }
  h2 { font-size: clamp(1.75rem, 6vw, 2.4rem); line-height: 1.15; }

  /* === TRIP CARDS — single column, slimmer images === */
  .trip-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .trip-card-img { height: 240px; }
  .trip-card-body { padding: 1.25rem; }

  /* === CAPTAIN FEATURE — already stacks; tune sizes === */
  .captain-photo { aspect-ratio: 4/4; max-width: 360px; margin: 0 auto; }
  .captain-credentials { padding: 1.25rem; font-size: 0.95rem; }

  /* === PHOTO STRIP — slimmer, still readable === */
  .photo-strip { height: 38vh; min-height: 280px; }
  .photo-strip .quote { font-size: clamp(1.2rem, 4.5vw, 1.7rem); padding: 0 1.5rem; }

  /* === REPORTS GRID === */
  .report-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .report-card-body { padding: 1.25rem; }

  /* === FACEBOOK FEED === */
  .fb-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .fb-post-img { height: 200px; }

  /* === FOOTER — already covered, but tighter === */
  .footer-inner { padding: 2rem 1.25rem; gap: 1.25rem; }

  /* === BUTTONS — bigger tap targets === */
  .btn { padding: 0.95rem 1.6rem; font-size: 0.95rem; }

  /* === TRIP DETAIL (trips.html) === */
  .trip-detail .inner { padding: 2rem 1.25rem; }
  .trip-anchor-nav { top: 64px; padding: 0.6rem 1rem; }
  .trip-anchor-nav .inner { gap: 1.25rem; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .trip-anchor-nav a { font-size: 0.8rem; white-space: nowrap; }

  /* === FORMS (careers + contact) === */
  .booking-form, .career-form { padding: 1.5rem 1.25rem; }
  input, select, textarea { font-size: 16px !important; /* prevent iOS zoom */ }

  /* === REPORT PAGES === */
  .report-hero { min-height: 38vh; }
  .report-hero h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .report-content { padding: 2rem 1.25rem; }
  .report-content h2 { font-size: 1.4rem; margin-top: 2rem; }
}

/* Small phone: 480px and below */
@media (max-width: 480px) {
  .hero-inner { padding: 2.5rem 1rem; }
  .hero h1 { font-size: clamp(1.85rem, 8.5vw, 2.6rem); }
  .hero .btn { padding: 0.85rem 1.25rem; }

  /* CTA cluster — stack instead of side-by-side */
  .hero-inner .btn + .btn { margin-left: 0; margin-top: 0.75rem; display: block; }

  .section { padding-block: 2rem; }
  .container,
  .nav-container,
  .section.dark .container,
  .section.tinted .container { padding-left: 1rem; padding-right: 1rem; }
  .nav-container { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .brand { font-size: 1.15rem; }
  .brand small { font-size: 0.55rem; letter-spacing: 1.8px; }

  .photo-strip { height: 32vh; min-height: 220px; }
  .photo-strip .quote { font-size: clamp(1.05rem, 5vw, 1.4rem); }

  .captain-photo { aspect-ratio: 1/1; max-width: 280px; }
  .captain-credentials li { padding: 0.5rem 0; font-size: 0.9rem; }

  .trip-card-img { height: 160px; }

  /* Tighter facebook header */
  .fb-header { padding: 0.75rem 1rem; }
  .fb-post-meta { font-size: 0.75rem; }

  /* Captains-wanted banner — needs to wrap */
  .captains-banner { padding: 0.75rem 1rem; font-size: 0.85rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}


/* ===========================================================
   HUNT 41 — exclusive aesthetic (sub-brand within Huckeye)
   Distinct typography (Cormorant Garamond) + matte black +
   brass-gold palette. Used on hunt41.html only.
   =========================================================== */
.hunt41-page {
  --hunt41-ink: #0c0c0e;
  --hunt41-paper: #f7f3ea;
  --hunt41-brass: #b08b46;
  --hunt41-brass-bright: #d3a953;
  --hunt41-stone: #2a2a2c;
  --hunt41-fog: #e8e3d8;
}
.hunt41-page body, body.hunt41-page { background: var(--hunt41-paper); color: var(--hunt41-ink); }
.hunt41-h1, .hunt41-h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.hunt41-h1 {
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: white;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  margin: 1rem 0;
}
.hunt41-h2 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  color: var(--hunt41-ink);
  margin-bottom: 1.5rem;
}
.hunt41-h2.light { color: white; }
.hunt41-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: var(--hunt41-brass);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hunt41-eyebrow.centered { text-align: center; display: block; }
.hunt41-eyebrow.gold { color: var(--hunt41-brass-bright); }

.hunt41-header { background: var(--hunt41-ink); }
.hunt41-header .brand small { color: var(--hunt41-brass-bright); }

/* Hero */
.hunt41-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
.hunt41-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(12,12,14,0.55), rgba(12,12,14,0.85));
}
.hunt41-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 4rem 1.5rem;
}
.hunt41-hero .hunt41-eyebrow { color: var(--hunt41-brass-bright); }
.hunt41-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: var(--hunt41-fog);
  max-width: 600px;
  margin: 1.5rem auto 0;
  line-height: 1.5;
}

/* Sections */
.hunt41-section {
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
  background: var(--hunt41-paper);
}
.hunt41-section.hunt41-dark {
  background: var(--hunt41-ink);
  color: var(--hunt41-fog);
}
.hunt41-container {
  max-width: 1100px;
  margin: 0 auto;
}
.hunt41-container.narrow { max-width: 720px; }
.hunt41-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.7;
  color: var(--hunt41-stone);
  margin-bottom: 1.25rem;
}
.hunt41-lead.centered { text-align: center; max-width: 720px; margin: 0 auto 2rem; }
.hunt41-dark .hunt41-lead { color: var(--hunt41-fog); }
.hunt41-fineprint {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #5a5a5e;
  margin-top: 1.5rem;
}
.hunt41-fineprint.light { color: var(--hunt41-fog); text-align: center; }

/* Experience grid */
.hunt41-experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.hunt41-experience-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.hunt41-experience-item p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hunt41-fog);
  opacity: 0.85;
  max-width: none;
}
.hunt41-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 400;
  color: var(--hunt41-brass-bright);
  line-height: 1;
}

/* Species grid */
.hunt41-species-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem 1.5rem;
  margin: 2rem 0 1.5rem;
  font-family: 'Cormorant Garamond', serif;
}
.hunt41-species {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(176, 139, 70, 0.2);
  font-size: 1.1rem;
  color: var(--hunt41-stone);
}

/* ===== Featured Species (Red-Breasted Merganser hero section) ===== */
.hunt41-featured-species { background: var(--hunt41-fog); }
.hunt41-featured-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hunt41-featured-text h2 { margin-top: 0.5rem; }
.hunt41-featured-text .hunt41-lead { margin-bottom: 1.25rem; }
.hunt41-featured-photo {
  margin: 0;
  position: relative;
}
.hunt41-featured-photo img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(176, 139, 70, 0.5);
  box-shadow: 0 24px 56px -28px rgba(12,12,14,0.55);
}
.hunt41-featured-photo figcaption {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--hunt41-stone);
  text-align: center;
  margin-top: 0.875rem;
  letter-spacing: 0.5px;
}

/* ===== 6 Target Species grid ===== */
.hunt41-target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.hunt41-target {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(176, 139, 70, 0.35);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.hunt41-target:hover {
  transform: translateY(-3px);
  border-color: var(--hunt41-brass-bright);
}
.hunt41-target img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.hunt41-target h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  color: white;
  margin: 1rem 1.25rem 0.5rem;
  letter-spacing: 0.5px;
}
.hunt41-target p {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 1.25rem 1.25rem;
}

/* Featured (Red-Breasted) target card — spans two columns + brass treatment */
.hunt41-target-featured {
  grid-column: span 2;
  grid-row: span 2;
  border-color: var(--hunt41-brass-bright);
  background: linear-gradient(180deg, rgba(211, 169, 83, 0.08), rgba(255,255,255,0.04));
}
.hunt41-target-featured img { aspect-ratio: 16 / 10; }
.hunt41-target-featured h3 {
  font-size: 2rem;
  color: var(--hunt41-brass-bright);
  margin-top: 1.25rem;
}
.hunt41-target-featured p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
}

/* MOST REQUESTED badge */
.hunt41-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--hunt41-brass-bright);
  color: var(--hunt41-ink);
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 4px 12px -4px rgba(12,12,14,0.6);
}

/* Responsive */
@media (max-width: 900px) {
  .hunt41-featured-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hunt41-target-grid { grid-template-columns: repeat(2, 1fr); }
  .hunt41-target-featured { grid-column: span 2; grid-row: auto; }
  .hunt41-target-featured img { aspect-ratio: 16 / 9; }
}
@media (max-width: 560px) {
  .hunt41-target-grid { grid-template-columns: 1fr; }
  .hunt41-target-featured { grid-column: span 1; }
  .hunt41-target-featured h3 { font-size: 1.65rem; }
}

/* Pricing */
.hunt41-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.hunt41-price-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(176, 139, 70, 0.4);
  padding: 2.5rem 2rem;
  text-align: center;
}
.hunt41-price-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--hunt41-brass-bright);
  margin-bottom: 1.25rem;
}
.hunt41-price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 4rem);
  color: white;
  line-height: 1;
  margin-bottom: 1rem;
}
.hunt41-price-detail {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--hunt41-fog);
  opacity: 0.85;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}

/* Application form */
.hunt41-application { background: var(--hunt41-fog); }
.hunt41-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.hunt41-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.hunt41-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hunt41-form label > span {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--hunt41-stone);
}
.hunt41-form input,
.hunt41-form textarea,
.hunt41-form select {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 0.85rem 1rem;
  background: white;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  color: var(--hunt41-ink);
}
.hunt41-form input:focus,
.hunt41-form textarea:focus,
.hunt41-form select:focus {
  outline: none;
  border-color: var(--hunt41-brass);
}
.hunt41-submit {
  background: var(--hunt41-ink);
  color: white;
  padding: 1.1rem 2rem;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s;
  margin-top: 1rem;
}
.hunt41-submit:hover { background: var(--hunt41-brass); }

.hunt41-footer { background: var(--hunt41-ink); }

@media (max-width: 768px) {
  .hunt41-experience-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hunt41-pricing { grid-template-columns: 1fr; gap: 1.5rem; }
  .hunt41-form-row { grid-template-columns: 1fr; gap: 1rem; }
  .hunt41-hero { min-height: 65vh; }
  .hunt41-hero-inner { padding: 2.5rem 1.25rem; }
}

/* ===========================================================
   HERITAGE + FAQ + WHAT TO BRING — used on index.html
   =========================================================== */
.heritage { background: var(--paper); }
.heritage-inner { max-width: 820px; }
.herit
/* ===== Species We Hunt (photo-album style thumbnails) — v11.3 ===== */
.species-lineup { background: #faf7f1; }
.species-lineup .species-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0.6rem;
  margin-top: 1.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.species-legend {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: #666;
  margin: 0.5rem 0 0;
  letter-spacing: 0.5px;
}
.species-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.25rem;
  position: relative;
  top: -1px;
}
.species-key.key-duck { background: #2d3e54; }
.species-key.key-h41 { background: #c79a3e; }

.species-tile {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e0d4;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.species-tile-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: #f2efe7;
  display: block;
}
.species-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.species-tile-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: #1a1a1c;
  text-align: center;
  padding: 0.55rem 0.4rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
  background: #fff;
  border-top: 1px solid #f2efe7;
}
.species-tile:hover,
.species-tile:focus-visible {
  border-color: #c79a3e;
  box-shadow: 0 6px 18px -8px rgba(12,12,14,0.25);
  outline: none;
}
.species-tile:hover img { transform: scale(1.06); }
.species-tile:hover .species-tile-label { color: #c79a3e; }
.species-tile.tile-h41 .species-tile-label { border-top-color: #c79a3e; border-top-width: 2px; }
.species-tile.tile-duck .species-tile-label { border-top-color: #2d3e54; border-top-width: 2px; }
.species-tile.tile-flagship {
  border: 2px solid #c79a3e;
  box-shadow: 0 4px 14px -6px rgba(199, 154, 62, 0.35);
}
.species-tile.tile-flagship .species-tile-label {
  background: #c79a3e;
  color: #fff;
  font-weight: 700;
  border-top: none;
}
.species-tile.tile-flagship:hover .species-tile-label { color: #fff; }
.species-flag {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: #c79a3e;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.22rem 0.45rem;
  z-index: 2;
  box-shadow: 0 2px 6px -2px rgba(12,12,14,0.45);
}
.species-footnote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  text-align: center;
  margin-top: 1.5rem;
  color: #555;
  font-size: 1.05rem;
}
@media (max-width: 600px) {
  .species-lineup .species-grid { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 0.5rem; }
  .species-tile-label { font-size: 0.7rem; padding: 0.45rem 0.3rem; }
  .species-flag { font-size: 0.5rem; padding: 0.18rem 0.38rem; }
}

/* ===== v12.2 — Consistent heading + intro alignment =====
   Section headers + intros are centered for visual consistency across pages.
   Body copy stays left-aligned (readability). Card content unchanged. */
.section > .container > h2,
.section > h2,
.section > .container > .section-eyebrow,
.section > .section-eyebrow,
.section > .container > .section-intro,
.section > .section-intro,
.species-lineup h2,
.species-lineup .section-intro,
.species-lineup .species-footnote,
.faq-section h2,
.faq-section .section-intro,
.heritage h2,
.heritage > .container > .section-eyebrow,
.what-to-bring h2,
.captain h2 {
  text-align: center;
}
.section-intro,
.section > .section-intro,
.section > .container > .section-intro,
.species-lineup .section-intro,
.faq-section .section-intro {
  margin-left: auto;
  margin-right: auto;
}
.section-intro p {
  margin-left: auto;
  margin-right: auto;
}
.section-eyebrow,
.species-legend {
  display: block;
}

/* Captain feature 2-col block keeps its layout, just centers its eyebrow above */
.captain-feature .section-eyebrow { text-align: left; }

/* Trip cards (home) — already use card layouts with left-aligned content. Keep that. */
.trip-card-body h3,
.trip-card-body p,
.trip-card-body .price { text-align: left; }

/* Trip detail blocks (trips.html) — section heads centered; the prose stays left */
.trip-detail h2,
.trip-detail .section-eyebrow {
  text-align: center;
  display: block;
}
.trip-detail > .inner > div > p,
.trip-detail > .inner > div > ul {
  text-align: left;
  max-width: 75ch;
  margin-left: auto;
  margin-right: auto;
}

/* Hunt 41 — centered eyebrows + headings already exist in some spots, normalize all */
.hunt41-section .hunt41-eyebrow,
.hunt41-section .hunt41-h2,
.hunt41-section .hunt41-lead {
  text-align: center;
}
.hunt41-section .hunt41-lead { margin-left: auto; margin-right: auto; max-width: 720px; }
.hunt41-featured-text .hunt41-eyebrow,
.hunt41-featured-text .hunt41-h2,
.hunt41-featured-text .hunt41-lead { text-align: left; max-width: none; }

/* Captain section on index — center the heading + portrait stack */
.captain h2,
.captain .section-eyebrow {
  text-align: center;
}

/* ===== v12.3 — Center content BLOCKS under centered headings =====
   Earlier v12.2 centered text alignment of headings/intros.
   This pass centers the actual block positioning of paragraphs + FAQ items + lists. */

/* Heritage section — center the paragraph block, keep text left-aligned for readability */
.heritage > .container > p,
.heritage > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
}

/* FAQ block — center the list of details elements */
.faq-section .faq-grid,
.faq-section > .container > details,
.faq-section > details {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.faq-section details {
  margin-left: auto;
  margin-right: auto;
}
.faq-section summary {
  text-align: left;
}

/* What to Bring — center the list block */
.what-to-bring ul,
.what-to-bring ol,
.what-to-bring > .container > ul,
.what-to-bring > .container > ol {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Generic safety net: standalone paragraphs in sections (not inside cards/articles/forms) */
.section > .container > p,
.section > p {
  margin-left: auto;
  margin-right: auto;
}

/* Index sections explicitly: the intro paragraph following a section heading */
.section h2 + p,
.section .section-eyebrow + h2 + p,
.section > .container > h2 + p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* Captain feature block on index — center the heading + intro but keep 2-col body left-aligned */
.captain h2,
.captain > .container > h2,
.captain .section-eyebrow {
  text-align: center;
}

/* Hunt 41 — make sure non-featured-text sections fully centered including their paragraphs */
.hunt41-section > .hunt41-container > p,
.hunt41-section > .hunt41-container > .hunt41-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
}
.hunt41-featured-text p,
.hunt41-featured-text .hunt41-lead {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

/* ============================================================
   ===== v13 ADDITIONS (2026-06-25) ===========================
   Hero rebalance + brand de-emphasis, pricing context block,
   travel/lodging callout, 3-captain block, policy callouts.
   ============================================================ */

/* ----- Brand de-emphasis in nav (smaller wordmark per Matt's
   "prestigious / Huckeye not the center" direction) ----- */
.brand.brand-quiet {
  font-size: 1.15rem;
  letter-spacing: 0.3px;
}
.brand.brand-quiet small {
  font-size: 0.55rem;
  letter-spacing: 2px;
}

/* ----- Hero with two CTAs (HUNTING / FISHING) above the fold ----- */
.hero-cta-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.hero-cta-pair .btn {
  min-width: 200px;
  padding: 1.15rem 2.5rem;
  font-size: 0.95rem;
}
.btn-fishing {
  background: var(--steel);
  color: var(--white);
  border-color: var(--steel);
}
.btn-fishing:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 69, 101, 0.45);
}
.hero-experience .eyebrow {
  letter-spacing: 6px;
}
.hero-experience h1 {
  font-style: normal;
  font-weight: 700;
}
.hero-experience h1 em {
  font-style: italic;
  color: var(--gold-bright);
  font-weight: 400;
}

/* ----- Trip grid balanced (allow 2x2 layout for 4 cards) ----- */
.trip-grid.trip-grid-quad {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}
@media (min-width: 1024px) {
  .trip-grid.trip-grid-quad {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ----- Standard-hunt non-specific species callout ----- */
.species-callout {
  background: linear-gradient(135deg, #fbf6ea 0%, #f3eadc 100%);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  padding: 1.5rem 1.75rem;
  margin: 1.75rem 0 2rem;
  box-shadow: var(--shadow-sm);
}
.species-callout .callout-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.5rem;
  display: block;
}
.species-callout p {
  margin-bottom: 0.75rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
.species-callout p:last-child { margin-bottom: 0; }
.species-callout strong { color: var(--navy); }

/* ----- Policy callout (trip ends at limit / fish must be kept) ----- */
.policy-callout {
  background: var(--white);
  border-top: 3px solid var(--rust);
  border-radius: 4px;
  padding: 1.4rem 1.6rem;
  margin: 1.5rem 0;
  box-shadow: var(--shadow-sm);
}
.policy-callout .policy-tag {
  display: inline-block;
  background: var(--rust);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  margin-bottom: 0.6rem;
}
.policy-callout strong { color: var(--navy); }

/* ----- Travel + Lodging section (Plan Your Trip) ----- */
.travel-lodging {
  background: var(--cream);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.travel-lodging .container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.travel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2.25rem;
}
.travel-card {
  background: var(--white);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
}
.travel-card h3 {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.travel-card .travel-meta {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: block;
}
.travel-card p { font-size: 0.95rem; color: var(--body); margin-bottom: 0.5rem; }
.travel-card .travel-distance {
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}
.travel-note {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background: var(--paper);
  border-left: 3px solid var(--steel);
  border-radius: 2px;
  font-size: 0.95rem;
  color: var(--body);
  max-width: 100%;
}

/* ----- Hunt 41: 3-captain team block ----- */
.hunt41-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem auto 0;
  max-width: 980px;
}
.hunt41-captain-card {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border: 1px solid rgba(176, 139, 70, 0.5);
  border-radius: 4px;
  padding: 1.5rem 1.4rem;
  text-align: center;
}
.hunt41-captain-card .captain-name {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #16293b;
  margin-bottom: 0.4rem;
  display: block;
}
.hunt41-captain-card .captain-role {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #a4791f;
  margin-bottom: 0.85rem;
  display: block;
}
.hunt41-captain-card p {
  color: #33373b;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

/* ----- Hunt 41: pricing context / market comparison block ----- */
.hunt41-pricing-context {
  margin-top: 2.5rem;
  padding: 0;
}
.hunt41-comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
.hunt41-comp-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(199, 154, 62, 0.25);
  border-radius: 4px;
  padding: 1.5rem 1.4rem;
  text-align: center;
}
.hunt41-comp-card.featured {
  background: rgba(199, 154, 62, 0.12);
  border-color: var(--hunt41-brass-bright, #d6a955);
  border-width: 2px;
  transform: translateY(-4px);
}
.hunt41-comp-card .comp-tier {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--hunt41-brass-bright, #d6a955);
  margin-bottom: 0.75rem;
  display: block;
}
.hunt41-comp-card .comp-price {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: #f3e7c8;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1.2;
}
.hunt41-comp-card .comp-detail {
  color: #c8c0b0;
  font-size: 0.85rem;
  line-height: 1.55;
}
.hunt41-comp-card .comp-pin {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  color: #f3e7c8;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}

/* ----- Hunt 41 inclusions / exclusions list ----- */
.hunt41-includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 920px;
  margin: 2rem auto 0;
}
.hunt41-incex {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(199, 154, 62, 0.2);
}
.hunt41-incex h4 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #f3e7c8;
  margin-bottom: 0.9rem;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.hunt41-incex.includes h4 { color: #d8e6c8; }
.hunt41-incex.excludes h4 { color: #f0c8b8; }
.hunt41-incex ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hunt41-incex li {
  color: #d9d2c2;
  font-size: 0.95rem;
  padding: 0.45rem 0 0.45rem 1.5rem;
  position: relative;
  line-height: 1.55;
}
.hunt41-incex.includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #a3c476;
  font-weight: 700;
}
.hunt41-incex.excludes li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #d68f76;
  font-weight: 700;
}

/* ===== v13.1 — Hero video background ===== */
.hero-video-wrap {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-image: none;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
/* Make sure the existing dark overlay (::before) sits above the video, below the text */
.hero-video-wrap::before {
  z-index: 1;
}
.hero-video-wrap .hero-inner {
  position: relative;
  z-index: 2;
}
/* Slightly stronger overlay on video to keep text readable */
.hero-video-wrap.hero-portrait::before {
  background: linear-gradient(rgba(10, 22, 38, 0.45), rgba(10, 22, 38, 0.65));
}
/* Mobile: keep video, but increase overlay opacity for legibility on small screens */
@media (max-width: 600px) {
  .hero-video-wrap::before {
    background: linear-gradient(rgba(10, 22, 38, 0.55), rgba(10, 22, 38, 0.78));
  }
}
/* Respect prefers-reduced-motion — pause video for users with that preference */
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
  .hero-video-wrap {
    background-image: url('images/hero-flying-duck-poster.jpg');
    background-size: cover;
    background-position: center;
  }
}

/* ===== v13.2 — Video bg for trips + hunt41 heroes ===== */
/* Trips uses .hero.medium.hero-video-wrap (already styled by v13.1 .hero-video-wrap) — works as-is */

/* Hunt 41 hero — uses different .hunt41-hero class, needs its own video bg setup */
.hunt41-hero.hunt41-hero-video {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: var(--hunt41-ink);
}
.hunt41-hero.hunt41-hero-video > .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
/* Hunt 41 already has its own overlay via ::before — make sure it sits above video */
.hunt41-hero.hunt41-hero-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(12, 12, 14, 0.55), rgba(12, 12, 14, 0.78));
  z-index: 1;
}
.hunt41-hero.hunt41-hero-video .hunt41-hero-inner {
  position: relative;
  z-index: 2;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hunt41-hero.hunt41-hero-video .hero-video { display: none; }
  .hunt41-hero.hunt41-hero-video {
    background-image: url('images/hero-flock-lifting-poster.jpg') !important;
    background-size: cover;
    background-position: center;
  }
}

/* ============================================================================
   v13.11 — Trips two-column category overview (waterfowl | fishing)
   ============================================================================ */
.trips-two-col-overview {
  padding: 3rem 0 1.5rem;
}
.trips-two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.trips-col {
  background: #fff;
  border: 1px solid #e5e1d8;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(15, 30, 50, 0.04);
}
.trips-col-waterfowl {
  border-left: 5px solid #5a4226; /* warm brown - waterfowl */
}
.trips-col-fishing {
  border-left: 5px solid #2a6171; /* deep teal - fishing */
}
.trips-col-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b6536;
  margin-bottom: 0.35rem;
}
.trips-col-fishing .trips-col-eyebrow {
  color: #2a6171;
}
.trips-col-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  margin: 0 0 0.6rem 0;
  color: #1c2738;
}
.trips-col-intro {
  font-size: 1rem;
  line-height: 1.55;
  color: #4b4540;
  margin-bottom: 1.1rem;
}
.trips-col-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem 0;
}
.trips-col-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ece8df;
}
.trips-col-list li:last-child {
  border-bottom: none;
}
.trips-col-list li a {
  color: #1c2738;
  text-decoration: none;
  display: block;
}
.trips-col-list li a:hover {
  color: #8b6536;
}
.trips-col-fishing .trips-col-list li a:hover {
  color: #2a6171;
}
.trips-col-cta {
  display: inline-block;
  padding: 0.65rem 1.2rem;
  background: #5a4226;
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s;
}
.trips-col-fishing .trips-col-cta {
  background: #2a6171;
}
.trips-col-cta:hover {
  background: #1c2738;
}

/* Mobile: stack into single column */
@media (max-width: 760px) {
  .trips-two-col-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .trips-col {
    padding: 1.5rem;
  }
  .trips-col-title {
    font-size: 1.55rem;
  }
}

/* ===== Trip-detail stacked media (fills the image-column dead space) ===== */
.trip-detail .trip-media { display: flex; flex-direction: column; gap: 1rem; }
.trip-detail .trip-media .trip-image { margin: 0; }


/* ===== Contact page two-column grid — mobile safe (added 20260719) ===== */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}

/* ===== Mobile accessibility: legible type + 44px tap targets (added 20260719) ===== */
@media (max-width: 768px) {
  .brand small { font-size: 10.5px !important; }
  .eyebrow,
  .section-eyebrow,
  .species-tile-label { font-size: 12.5px !important; }
  .species-flag { font-size: 10px !important; }
  .travel-meta,
  .date { font-size: 13px !important; }
  .card-cta { font-size: 14px !important; }

  .nav-toggle {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .card-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  a[href^="tel:"] {
    display: inline-block;
    padding: 6px 0;
  }
}
