/* Loaded after the base stylesheet so supplied photography remains visible. */
.hero-image {
  background: center 58% / cover no-repeat url('hero-sunrise.jpg');
}

.hero-image::after {
  display: none;
}

.card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image.short {
  --charter-photo: url('half-day-big-bag.jpg');
}

.card-image.full {
  --charter-photo: url('full-day-nice-whiting.jpg');
}

/* A consistent 16:10 image window keeps the paired charter cards balanced.
   It is deep enough to retain the people and catch, without making the cards
   as tall as the original 4:3 camera photographs. */
.card-image {
  aspect-ratio: 16 / 10;
  background: #082b49 !important;
  height: auto;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

/* The full original photograph is displayed without stretching or cropping.
   A softened copy fills any remaining space in the standard card frame. */
.card-image::before,
.card-image::after {
  content: '';
  inset: 0;
  position: absolute;
}

.card-image::before {
  background: var(--charter-photo) center / cover no-repeat;
  filter: blur(18px) brightness(0.58);
  inset: -22px;
  transform: scale(1.08);
  z-index: -1;
}

.card-image::after {
  background: var(--charter-photo) center / contain no-repeat;
  z-index: 0;
}

.charter-choice-note {
  color: #dcecf1;
  font-size: 17px;
  margin: -22px 0 38px;
  max-width: 650px;
}

.trip-fit {
  color: #082b49;
  font-size: 15px !important;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .card-image {
    aspect-ratio: 16 / 10;
  }
}

.portrait-placeholder {
  align-items: stretch;
  background: #dce6ea;
  border: 1px solid #000;
  display: flex;
  margin: 0;
  min-height: 490px;
  padding: 0;
  position: relative;
}

.portrait-placeholder img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.portrait-placeholder figcaption {
  background: rgba(6, 31, 53, 0.76);
  bottom: 16px;
  color: white;
  left: 16px;
  padding: 7px 10px;
  position: absolute;
}

.image-note {
  opacity: 0.75;
}

.approach-photo {
  background: #e6f0f3;
  overflow: hidden;
  padding: 100px 43% 92px 42px;
  position: relative;
}

.approach-photo > :not(.approach-photo-image) {
  position: relative;
  z-index: 1;
}

.approach-photo .intro-grid,
.approach-photo .principles {
  display: block;
}

.approach-photo .intro-grid > p {
  margin-top: 22px;
}

.approach-photo .principles {
  margin-top: 54px;
}

.approach-photo .principles article + article {
  margin-top: 23px;
}

.approach-photo-image {
  background: #0a3857;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
}

@media (max-width: 700px) {
  .approach-photo {
    padding: 72px 25px 0;
  }

  .approach-photo-image {
    display: block;
    height: auto;
    margin: 38px -25px 0;
    position: relative;
    width: calc(100% + 50px);
  }
}

/* Wide scenic overlay for the NTFC Approach section. */
.approach-photo {
  background: linear-gradient(90deg, rgba(5, 28, 47, 0.92) 0%, rgba(5, 28, 47, 0.78) 50%, rgba(5, 28, 47, 0.38) 100%), url('approach-sunrise-pontoon.jpg') center / cover;
  color: #fff;
  padding: 110px 52px 92px;
}

.approach-photo .eyebrow {
  color: #b7dce6;
}

.approach-photo h2,
.approach-photo h3,
.approach-photo .intro-grid > p,
.approach-photo .principles p {
  color: #fff;
}

.approach-photo .intro-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1fr;
  max-width: 820px;
}

.approach-photo .principles {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  max-width: none;
}

.approach-photo .principles article + article {
  margin-top: 0;
}

@media (max-width: 700px) {
  .approach-photo {
    padding: 80px 25px;
  }

  .approach-photo .intro-grid,
  .approach-photo .principles {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Skipper Adam page: keeps the supplied portrait complete rather than cropping it. */
.guide-page .site-header { position: relative; background: var(--navy); }
.guide-hero { background: #e8f0f2; padding: 84px 0 92px; }
.guide-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.guide-hero h1 { font-size: clamp(45px, 5.6vw, 72px); max-width: 690px; }
.guide-hero .lead { color: var(--slate); max-width: 600px; }
.guide-portrait { margin: 0; background: #fff; padding: 11px; border: 1px solid #082b49; box-shadow: inset 0 0 0 1px #000, 0 18px 44px rgba(8, 43, 73, .18); }
.guide-portrait img { display: block; width: 100%; height: 440px; object-fit: contain; background: #dce6ea; }
.guide-portrait figcaption { font-size: 10px; font-weight: 700; letter-spacing: .11em; color: var(--navy); padding: 12px 4px 2px; text-align: center; }
.guide-introduction { padding: 118px 0; }
.guide-expectations { background: var(--navy); padding: 106px 0; color: #e3eff2; }
.guide-expectations h2, .guide-cta h2 { color: #fff; font-size: clamp(34px, 4vw, 57px); max-width: 650px; }
.guide-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; border-top: 1px solid rgba(220, 230, 234, .35); margin-top: 54px; padding-top: 28px; }
.guide-points span { font-size: 12px; color: var(--brass); font-weight: 700; }
.guide-points h3 { color: #fff; font-size: 25px; margin: 12px 0 10px; }
.guide-points p { font-size: 14px; margin: 0; }
.reviews-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 90px 0; }
.reviews-panel h2 { font-size: clamp(34px, 4vw, 52px); }
.reviews-panel p:not(.eyebrow) { max-width: 570px; margin-bottom: 0; }
.reviews-panel .button { white-space: nowrap; }
.guide-cta { background: #0d6f91; padding: 88px 0; color: #e3eff2; }
.guide-cta p:not(.eyebrow) { font-size: 18px; max-width: 570px; margin: 18px 0 28px; }

@media (max-width: 700px) {
  .guide-hero { padding: 64px 0 72px; }
  .guide-hero-grid, .guide-points { grid-template-columns: 1fr; gap: 30px; }
  .guide-portrait img { height: 360px; }
  .guide-introduction { padding: 82px 0; }
  .guide-expectations { padding: 78px 0; }
  .reviews-panel { align-items: flex-start; flex-direction: column; padding: 70px 0; gap: 25px; }
  .guide-cta { padding: 72px 0; }
}

/* Fishing Intelligence hub */
.knowledge-page .site-header { position: relative; background: var(--navy); }
.knowledge-hero { background: linear-gradient(105deg, rgba(5,31,53,.92), rgba(5,31,53,.38)), url('approach-sunrise-pontoon.jpg') center / cover; color: #fff; padding: 122px 0 112px; }
.knowledge-hero h1 { color: #fff; font-size: clamp(45px, 6.4vw, 76px); max-width: 790px; }
.knowledge-intro { padding: 116px 0; }
.starter-guides { padding: 0 0 112px; }
.starter-guides h2 { font-size: clamp(34px, 4vw, 52px); }
.starter-intro { font-size: 18px; max-width: 690px; }
.starter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.starter-grid article { border: 1px solid #d5e0e3; border-top: 3px solid var(--brass); padding: 26px; }
.starter-grid h3 { font-size: 27px; margin: 10px 0 12px; }
.starter-grid p:last-child { font-size: 14px; margin: 0; }
.knowledge-topics { background: #e8f0f2; padding: 105px 0; }
.knowledge-topics h2 { font-size: clamp(34px, 4vw, 57px); margin-bottom: 50px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic-grid article { background: #fff; border-bottom: 3px solid var(--brass); min-height: 205px; padding: 27px; }
.topic-grid span { color: var(--brass); font-size: 12px; font-weight: 700; }
.topic-grid h3 { font-size: 26px; margin: 12px 0 10px; }
.topic-grid p { font-size: 14px; margin: 0; }
.knowledge-promise { align-items: center; display: flex; gap: 70px; justify-content: space-between; padding: 104px 0; }
.knowledge-promise h2 { font-size: clamp(34px, 4vw, 52px); max-width: 650px; }
.knowledge-promise p:not(.eyebrow) { max-width: 650px; }
.knowledge-promise .button { flex: 0 0 auto; white-space: nowrap; }
@media(max-width:700px) { .knowledge-hero { padding: 82px 0; } .knowledge-intro { padding: 80px 0; } .starter-guides { padding-bottom: 80px; } .knowledge-topics { padding: 78px 0; } .starter-grid, .topic-grid { grid-template-columns: 1fr; } .knowledge-promise { align-items: flex-start; flex-direction: column; gap: 24px; padding: 78px 0; } }
