.new-front {
  background: #031015;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
}

.new-front-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.new-front h1,
.new-front h2,
.new-front h3,
.new-front strong {
  font-family: "Outfit", "Inter", sans-serif;
}

.new-front h1,
.new-front h2,
.new-front h3,
.new-front strong {
  color: #fff;
}

.new-front-hero {
  position: relative;
  min-height: 720px;
  padding: 92px 0 56px;
  background:
    linear-gradient(90deg, rgba(3, 16, 21, .97) 0%, rgba(3, 16, 21, .82) 38%, rgba(3, 16, 21, .18) 100%),
    linear-gradient(180deg, rgba(3, 16, 21, .25), #031015),
    var(--new-front-hero-image) center/cover no-repeat;
  overflow: hidden;
}

.new-front-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
}

.new-front-hero__copy h1 {
  max-width: 790px;
  margin: 18px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.new-front-hero__copy h1::first-line {
  color: #fff;
}

.new-front-hero__copy p {
  max-width: 560px;
  color: #d4dde0;
  font-size: 18px;
  line-height: 1.7;
}

.new-front-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #8fc3d6;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.new-front-hero__actions {
  display: grid;
  width: min(880px, calc(100vw - 48px));
  grid-template-columns: 230px repeat(3, minmax(160px, 1fr));
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.new-front-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  background: rgba(3, 16, 21, .45);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.new-front-btn--primary {
  border-color: #6fa0b4;
  background: linear-gradient(135deg, #81bbce, #5f98ad);
  color: #061318;
}

.new-front-subscriber {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 58px;
  align-items: center;
  justify-content: start;
  gap: 10px;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  background: rgba(3, 16, 21, .45);
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}

.new-front-subscriber::before {
  content: "▶";
  display: grid;
  width: 46px;
  height: 40px;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #8fc3d6, #5f98ad);
  color: #061318;
  font-size: 17px;
}

.new-front-subscriber .subs-count {
  display: block;
  color: #fff;
  min-width: 0;
  overflow-wrap: normal;
  font-size: 13px;
  line-height: 1.05;
  white-space: nowrap;
}

.new-front-btn--wide {
  width: 100%;
}

.new-front-features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.new-front-features article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
  color: #d8e3e6;
}

.new-front-features article + article {
  border-left: 1px solid rgba(255, 255, 255, .12);
  padding-left: 22px;
}

.new-front-features span {
  grid-row: span 2;
  color: #8fc3d6;
  font-size: 34px;
}

.new-front-features strong {
  font-size: 14px;
  text-transform: uppercase;
}

.new-front-features small {
  color: #b8c4cf;
}

.new-front-band {
  padding: 26px 0;
}

.new-front .new-front-band--dark {
  background: #031015;
}

.new-front-band--last {
  padding-bottom: 56px;
}

.new-front-grid {
  display: grid;
  gap: 24px;
}

.new-front-grid--weather {
  grid-template-columns: 390px minmax(0, 1fr);
}

.new-front-grid--media {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.45fr);
}

.new-front-panel {
  border: 1px solid rgba(143, 195, 214, .24);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(13, 35, 44, .92), rgba(5, 20, 27, .92));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  padding: 26px;
}

.new-front-panel h2,
.new-front-hookup h2,
.new-front-accounting h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.new-front-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.new-front-section-head a {
  color: #dff4fb;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.new-front-weather-card label {
  display: flex;
  justify-content: center;
  margin: 22px 0;
  color: #dce9ed;
  font-weight: 900;
}

.new-front-weather-card select {
  width: min(100%, 270px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  background: #071923;
  color: #dfecee;
}

.new-front-weather-card__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 18px;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.new-front-weather-card__main p {
  margin: 8px 0 0;
  color: #b8c4cf;
  line-height: 1.55;
}

.new-front-weather-icon {
  grid-row: span 2;
  font-size: 50px;
}

.new-front-weather-card__main strong {
  font-size: 42px;
}

.new-front-weather-updated {
  display: block;
  margin: -10px 0 18px;
  color: #8fa1a8;
  font-weight: 800;
}

.new-front-weather-card__main small,
.new-front-weather-card dt,
.new-front-mini-card span,
.new-front-article-card small,
.new-front p {
  color: #b8c4cf;
}

.new-front-weather-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.new-front-weather-card dl div {
  display: grid;
  gap: 5px;
  min-height: 76px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  padding: 12px;
  text-align: center;
}

.new-front-weather-card dt {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.new-front-weather-card dd {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.new-front-weather-card #fishwx-score-current {
  display: inline;
  font: inherit;
  line-height: inherit;
}

.new-front-weather-card .fishwx-score-level--excellent { color: #2f9b58; }
.new-front-weather-card .fishwx-score-level--good { color: #9fdfa9; }
.new-front-weather-card .fishwx-score-level--medium { color: #f0c94f; }
.new-front-weather-card .fishwx-score-level--bad { color: #ef6f67; }

.new-front-weather-forecast {
  margin-top: 24px;
  border: 1px solid rgba(143, 195, 214, .24);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(13, 35, 44, .92), rgba(5, 20, 27, .92));
  padding: 26px;
}

.new-front-weather-forecast[hidden] {
  display: none;
}

.new-front-weather-forecast .new-front-section-head {
  margin-bottom: 18px;
}

.new-front-weather-forecast .new-front-section-head p {
  margin: 0;
  color: #b8c4cf;
}

.new-front-weather-forecast .fish-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.new-front-weather-forecast .fish-day {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  padding: 16px;
}

.new-front-weather-forecast .fish-day__top,
.new-front-weather-forecast .fish-day__metrics {
  display: grid;
  gap: 8px;
}

.new-front-weather-forecast .fish-day__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.new-front-weather-forecast .fish-day__icon {
  flex: 0 0 34px;
  margin-left: auto;
}

.new-front-weather-forecast .fish-day__top {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.new-front-weather-forecast .fish-percent,
.new-front-weather-forecast .fish-day-name {
  color: #fff;
  font-weight: 900;
}

.new-front-weather-forecast .fish-day__bar {
  height: 5px;
  margin: 14px 0;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}

.new-front-weather-forecast .fish-day__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #9bd6a8;
}

.new-front-weather-forecast .fish-day.medium .fish-day__bar span,
.new-front-weather-forecast .fish-day.bad .fish-day__bar span {
  background: #f1ce61;
}

.new-front-weather-forecast .fish-status,
.new-front-weather-forecast .fish-day__metrics span {
  color: #d8e3e6;
  font-weight: 800;
}

.new-front-weather-forecast .fish-day__metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.new-front-weather-forecast .fish-day__metrics span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  padding: 7px 8px;
  white-space: nowrap;
}

.new-front-weather-forecast .fish-day__wind-arrow {
  display: inline-block;
  margin-right: 4px;
  transform: rotate(var(--fishwx-rotate, 0deg));
}

.new-front-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.new-front-lakes-card .new-front-card-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.new-front-mini-card,
.new-front-article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(4, 17, 24, .72);
  color: #fff;
  text-decoration: none;
}

.new-front-mini-card img,
.new-front-article-card img,
.new-front-youtube img,
.new-front-guides img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.new-front-mini-card picture,
.new-front-article-card picture {
  display: block;
  width: 100%;
}

.new-front-lakes-card .new-front-mini-card {
  gap: 8px;
}

.new-front-lakes-card .new-front-mini-card img {
  height: 104px;
}

.new-front-lakes-card .new-front-mini-card strong,
.new-front-lakes-card .new-front-mini-card span,
.new-front-lakes-card .new-front-mini-card p,
.new-front-lakes-card .new-front-mini-card small {
  padding-inline: 10px;
}

.new-front-lakes-card .new-front-mini-card strong {
  min-height: 34px;
  font-size: 14px;
  line-height: 1.15;
}

.new-front-lakes-card .new-front-mini-card span {
  font-size: 12px;
}

.new-front-lakes-card .new-front-mini-card p {
  display: -webkit-box;
  min-height: 50px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
}

.new-front-lakes-card .new-front-mini-card small {
  padding-bottom: 10px;
}

.new-front-lakes-card .new-front-mini-card .new-front-lake-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #f2bf45;
}

.new-front-lakes-card .new-front-mini-card .new-front-lake-meta span {
  padding: 0;
  color: inherit;
  font-size: 12px;
  white-space: nowrap;
}

.new-front-lakes-card .new-front-mini-card .new-front-lake-meta em {
  color: #f2bf45;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.new-front-mini-card strong,
.new-front-mini-card span,
.new-front-mini-card p,
.new-front-mini-card small,
.new-front-article-card strong,
.new-front-article-card small {
  padding-inline: 14px;
}

.new-front-mini-card small,
.new-front-article-card small {
  padding-bottom: 14px;
}

.new-front-article-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.new-front-article-card__views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b8c4cf;
  white-space: nowrap;
}

.new-front-article-card__views i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 50% / 60%;
}

.new-front-article-card__views i::after {
  content: "";
  position: absolute;
  inset: 2px 4px;
  border-radius: 50%;
  background: currentColor;
}

.new-front-mini-card p {
  margin: 0;
  color: #b8c4cf;
  font-size: 13px;
  line-height: 1.45;
}

.new-front-mini-card small {
  color: #f2bf45;
  font-weight: 900;
}

.new-front-band--hookup {
  padding: 46px 0;
  background-image:
    linear-gradient(90deg, rgba(3, 16, 21, .97) 0%, rgba(3, 16, 21, .72) 52%, rgba(3, 16, 21, .35) 100%),
    var(--new-front-hookup-image);
  background-color: #031015;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}

.new-front-hookup-closed,
.new-front-hookup-closed a {
  display: block;
  width: 100%;
  height: 393px;
  overflow: hidden;
}

.new-front-hookup-closed a {
  line-height: 0;
}

.new-front-hookup-closed img {
  display: block;
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: center center;
}

.new-front .new-front-band--hookup {
  background-color: #031015 !important;
  background-image:
    linear-gradient(90deg, rgba(3, 16, 21, .97) 0%, rgba(3, 16, 21, .72) 52%, rgba(3, 16, 21, .35) 100%),
    var(--new-front-hookup-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.new-front-hookup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 52%);
  gap: 36px;
  align-items: end;
}

.new-front-hookup p {
  max-width: 520px;
}

.new-front-hookup ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.new-front-hookup li::before {
  content: "✓";
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 10px;
  border: 1px solid #8fc3d6;
  border-radius: 50%;
  color: #8fc3d6;
}

.new-front-hookup__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.new-front-hookup__stats article,
.new-front-accounting__numbers article {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(4, 17, 24, .82);
  padding: 20px;
}

.new-front-accounting__numbers article {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  min-height: 118px;
  text-align: center;
}

.new-front-hookup__stats strong,
.new-front-accounting__numbers strong {
  display: block;
  font-size: clamp(28px, 3vw, 38px);
}

.new-front-hookup__stats span,
.new-front-accounting__numbers span {
  color: #d3dee1;
}

.new-front-accounting__numbers article.is-caught {
  background: linear-gradient(145deg, rgba(93, 150, 113, .28), rgba(4, 17, 24, .86));
}

.new-front-accounting__numbers article.is-lost {
  background: linear-gradient(145deg, rgba(210, 174, 72, .28), rgba(4, 17, 24, .86));
}

.new-front-accounting__numbers article.is-blank {
  background: linear-gradient(145deg, rgba(185, 85, 85, .26), rgba(4, 17, 24, .86));
}

.new-front-accounting {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 290px;
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(143, 195, 214, .24);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(13, 35, 44, .92), rgba(4, 17, 24, .94));
  padding: 28px;
}

.new-front-accounting__numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.new-front-youtube {
  position: relative;
  display: block;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
}

.new-front-youtube img {
  height: 260px;
}

.new-front-youtube span,
.new-front-guides span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  color: #fff;
}

.new-front-guides {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.new-front-guides a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.new-front-guides strong {
  display: block;
  padding: 14px 14px 6px;
  min-height: 72px;
}

.new-front-guides small {
  display: block;
  padding: 0 14px 14px;
  color: #b8c4cf;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .new-front-wrap {
    width: min(100% - 32px, 720px);
  }

  .new-front-hero {
    min-height: auto;
    padding: 68px 0 42px;
  }

  .new-front-hero__grid,
  .new-front-grid--weather,
  .new-front-grid--media,
  .new-front-hookup,
  .new-front-accounting {
    grid-template-columns: 1fr;
  }

  .new-front-features,
  .new-front-card-row,
  .new-front-lakes-card .new-front-card-row,
  .new-front-hookup__stats,
  .new-front-accounting__numbers,
  .new-front-weather-forecast .fish-week {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-front-features article + article {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .new-front-wrap {
    width: min(100% - 24px, 440px);
  }

  .new-front-hero__copy h1 {
    font-size: 40px;
  }

  .new-front-hero__actions {
    grid-template-columns: 1fr;
  }

  .new-front-section-head,
  .new-front-partners {
    align-items: stretch;
    flex-direction: column;
  }

  .new-front-btn,
  .new-front-subscriber {
    width: 100%;
  }

  .new-front-features,
  .new-front-card-row,
  .new-front-lakes-card .new-front-card-row,
  .new-front-hookup__stats,
  .new-front-accounting__numbers,
  .new-front-weather-forecast .fish-week,
  .new-front-guides {
    grid-template-columns: 1fr;
  }
}

/* Frontpage QA pass: tighter mobile rhythm and safer image crops */
.new-front-card,
.new-front-article-card,
.new-front-guide-card,
.new-front-lake-card {
  min-height: 100%;
}

.new-front-card img,
.new-front-article-card img,
.new-front-guides img,
.new-front-lake-card img,
.new-front-youtube img {
  object-fit: cover;
  object-position: center center;
}

.new-front-kicker,
.new-front-section-head span:first-child {
  color: #dff4fb;
}

.new-front-section-head h2 {
  line-height: 1.04;
}

.new-front-panel,
.new-front-hookup,
.new-front-accounting,
.new-front-youtube,
.new-front-guides {
  min-width: 0;
}

@media (max-width: 980px) {
  .new-front-band {
    padding: 22px 0;
  }

  .new-front-grid {
    gap: 18px;
  }

  .new-front-panel {
    padding: 22px;
  }

  .new-front-card-row {
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .new-front-hero__copy h1 {
    font-size: clamp(34px, 12vw, 42px);
  }

  .new-front-features article {
    grid-template-columns: 38px 1fr;
    align-items: start;
  }

  .new-front-card img,
  .new-front-article-card img,
  .new-front-guides img {
    aspect-ratio: 1.35 / .82;
  }
}
