.elementor-74687 .elementor-element.elementor-element-6682ab4{--display:flex;}/* Start custom CSS */.mrfish-page {
  --mr-orange: #f69320;
  --mr-blue: #0A76B6;
  --mr-light-blue: #40aee3;
  --mr-gray: #718a94;
  --fish-deep: #082f3a;
  --fish-water: #0b5f73;
  --fish-river: #177f92;
  --fish-sage: #dce8df;
  --fish-sand: #f5efe3;
  --fish-bank: #8a6a3f;
  --fish-dark: #10282f;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--fish-dark);
  background: linear-gradient(180deg, #f7fbf8 0%, #eef6f1 42%, #ffffff 100%);
}

.mrfish-page * {
  box-sizing: border-box;
}

.mrfish-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.mrfish-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.mrfish-hero__bg,
.mrfish-hero__overlay {
  position: absolute;
  inset: 0;
}

.mrfish-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mrfish-hero__overlay {
  background:
    linear-gradient(90deg, rgba(5, 32, 39, .94) 0%, rgba(8, 47, 58, .82) 48%, rgba(8, 47, 58, .38) 100%),
    radial-gradient(circle at 85% 20%, rgba(246,147,32,.34), transparent 28%),
    radial-gradient(circle at 20% 90%, rgba(64,174,227,.28), transparent 34%);
}

.mrfish-hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 380px;
  gap: 42px;
  align-items: center;
  padding: 110px 0;
}

.mrfish-hero h1,
.mrfish-section h2,
.mrfish-final h2 {
  font-family: "Gotham Black", Montserrat, Arial, sans-serif;
  line-height: 1.02;
  margin: 0 0 18px;
}

.mrfish-hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.9rem);
  max-width: 880px;
  letter-spacing: -0.045em;
  text-shadow: 0 18px 44px rgba(0,0,0,.32);
}

.mrfish-hero p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
  max-width: 760px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.92);
}

.mrfish-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  background: rgba(246,147,32,.13);
  color: #8a5208;
  border: 1px solid rgba(246,147,32,.25);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.mrfish-kicker::before {
  content: "🎣";
  font-size: .95rem;
}

.mrfish-hero .mrfish-kicker,
.mrfish-kicker--light {
  color: #fff;
  background: rgba(246,147,32,.95);
  border-color: rgba(255,255,255,.25);
}

.mrfish-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.mrfish-hero__actions--center {
  justify-content: center;
}

.mrfish-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mrfish-btn:hover,
.mrfish-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
}

.mrfish-btn--primary {
  background: var(--mr-orange);
  color: #fff;
}

.mrfish-btn--ghost {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.48);
}

.mrfish-btn--ghost-dark {
  background: #fff;
  color: var(--fish-water);
  border: 1px solid rgba(11,95,115,.22);
}

.mrfish-btn--light {
  background: #fff;
  color: var(--fish-water);
}

.mrfish-btn--dark {
  background: var(--fish-deep);
  color: #fff;
}

.mrfish-agent-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,239,227,.96));
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  color: var(--fish-dark);
  position: relative;
  overflow: hidden;
}

.mrfish-agent-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, var(--mr-orange), var(--mr-blue), var(--fish-river));
}

.mrfish-agent-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 18px;
  border: 5px solid #fff;
}

.mrfish-agent-card__label {
  margin: 0 0 4px;
  color: var(--mr-orange);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.mrfish-agent-card h2 {
  margin: 0 0 8px;
  color: var(--fish-deep);
  font-size: 1.6rem;
}

.mrfish-agent-card p {
  color: #496572;
  margin: 0 0 16px;
  line-height: 1.55;
}

.mrfish-agent-card a {
  display: block;
  color: var(--mr-blue);
  font-weight: 900;
  text-decoration: none;
  margin-top: 8px;
}

.mrfish-section {
  padding: 82px 0;
  position: relative;
}

.mrfish-section--soft {
  background: linear-gradient(180deg, var(--fish-sand), #f8fbf6);
}

.mrfish-section--blue {
  background:
    radial-gradient(circle at top left, rgba(64,174,227,.28), transparent 38%),
    radial-gradient(circle at bottom right, rgba(246,147,32,.18), transparent 28%),
    linear-gradient(135deg, #06242c 0%, #0b5f73 52%, #0A76B6 100%);
  color: #fff;
}

.mrfish-section--orange {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.28), transparent 35%),
    linear-gradient(135deg, #f69320 0%, #b7610d 100%);
  color: #fff;
}

.mrfish-grid {
  display: grid;
  gap: 34px;
}

.mrfish-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mrfish-grid--middle {
  align-items: center;
}

.mrfish-section h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: inherit;
  letter-spacing: -0.035em;
}

.mrfish-section p {
  line-height: 1.75;
  color: #496572;
  font-size: 1rem;
}

.mrfish-section a:not(.mrfish-btn):not(.mrfish-card-link) {
  color: var(--mr-blue);
  font-weight: 800;
}

.mrfish-section--blue p,
.mrfish-section--orange p {
  color: rgba(255,255,255,.92);
}

.mrfish-section-heading {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.mrfish-feature-card,
.mrfish-report-shell,
.mrfish-card,
.mrfish-season,
.mrfish-contact-box,
.mrfish-faq details {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ed 100%);
  border: 1px solid rgba(11,95,115,.18);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 16px 34px rgba(8,47,58,.08);
}

.mrfish-feature-card {
  border-top: 6px solid var(--fish-river);
}

.mrfish-feature-card h3,
.mrfish-card h3,
.mrfish-season h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  color: var(--fish-deep);
}

.mrfish-feature-card ul {
  padding-left: 18px;
  margin: 0;
}

.mrfish-feature-card li {
  margin: 10px 0;
  color: #496572;
  line-height: 1.55;
}

.mrfish-feature-card li::marker {
  color: var(--mr-orange);
}

.mrfish-report-shell--fallback {
  max-width: 860px;
  margin: 0 auto;
}

.mrfish-report-fallback {
  text-align: center;
  padding: 42px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(64,174,227,.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5efe3 100%);
}

.mrfish-report-icon {
  display: inline-grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--mr-orange);
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

.mrfish-report-fallback h3 {
  font-family: "Gotham Black", Montserrat, Arial, sans-serif;
  color: var(--fish-deep);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  margin: 0 0 12px;
}

.mrfish-report-fallback p {
  color: #496572;
  max-width: 640px;
  margin: 0 auto 24px;
}
.mrfish-report-note {
  color: #395460;
  background: #f7fbfe;
  border: 1px solid rgba(10,118,182,.16);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 1.55;
}

.mrfish-iframe-wrap {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(10,118,182,.18);
  background: #f5f8fa;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.6);
}

.mrfish-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mrfish-report-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
}

.mrfish-video-placeholder {
  min-height: 430px;
  border-radius: 30px;
  background:
    linear-gradient(rgba(5,32,39,.72), rgba(5,32,39,.72)),
    url("https://mantlerealty.com/wp-content/uploads/2026/04/high-rock-lake-boating-goat-island.webp") center / cover no-repeat;
  display: grid;
  place-items: center;
  color: #fff;
  padding: 26px;
  box-shadow: 0 24px 54px rgba(8,47,58,.22);
  border: 8px solid rgba(245,239,227,.88);
}

.mrfish-video-placeholder__inner {
  text-align: center;
  max-width: 520px;
}

.mrfish-video-placeholder span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--mr-orange);
  color: #fff;
  font-size: 2rem;
  margin-bottom: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}

.mrfish-video-placeholder h2 {
  margin-bottom: 10px;
}

.mrfish-video-placeholder p {
  color: rgba(255,255,255,.9);
}

.mrfish-mini-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.mrfish-mini-list div {
  border-left: 6px solid var(--mr-orange);
  background: #f7fbfe;
  border-radius: 18px;
  padding: 16px 18px;
}

.mrfish-mini-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--fish-deep);
}

.mrfish-mini-list p {
  margin: 0;
}

.mrfish-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mrfish-card {
  overflow: hidden;
  padding: 0;
}

.mrfish-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.mrfish-card h3,
.mrfish-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.mrfish-card h3 {
  padding-top: 22px;
}

.mrfish-card p {
  padding-bottom: 10px;
}

.mrfish-card-link {
  display: inline-block;
  margin: 0 22px 24px;
  font-weight: 900;
  color: var(--mr-blue);
  text-decoration: none;
  transition: transform .2s ease, color .2s ease;
}

.mrfish-card-link:hover {
  transform: translateX(4px);
  color: var(--mr-orange);
}

.mrfish-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mrfish-season {
  border-top: 6px solid var(--fish-river);
}

.mrfish-season:nth-child(2) {
  border-top-color: var(--mr-orange);
}

.mrfish-season:nth-child(3) {
  border-top-color: var(--fish-bank);
}

.mrfish-season:nth-child(4) {
  border-top-color: var(--mr-blue);
}

.mrfish-image-card {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0,0,0,.22);
  border: 8px solid rgba(255,255,255,.26);
}

.mrfish-image-card img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.mrfish-contact-box {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.mrfish-contact-box a {
  color: var(--mr-blue);
  font-weight: 900;
  text-decoration: none;
}

.mrfish-faq {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.mrfish-faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.08rem;
  color: var(--fish-deep);
}

.mrfish-faq p {
  margin-bottom: 0;
}

.mrfish-final {
  text-align: center;
  padding: 90px 0;
  background:
    linear-gradient(rgba(5,32,39,.86), rgba(5,32,39,.86)),
    url("https://mantlerealty.com/wp-content/uploads/2026/04/high-rock-lake-evening.webp") center / cover no-repeat;
  color: #fff;
}

.mrfish-final p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.92);
  line-height: 1.75;
}

.mrfish-page a:focus,
.mrfish-page button:focus,
.mrfish-page summary:focus {
  outline: 3px solid rgba(246,147,32,.6);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .mrfish-hero__content,
  .mrfish-grid--2 {
    grid-template-columns: 1fr;
  }

  .mrfish-agent-card {
    max-width: 440px;
  }

  .mrfish-card-grid,
  .mrfish-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mrfish-iframe-wrap {
    height: 660px;
  }
}

@media (max-width: 640px) {
  .mrfish-container {
    width: min(100% - 24px, 1180px);
  }

  .mrfish-hero {
    min-height: auto;
  }

  .mrfish-hero__content {
    padding: 78px 0 44px;
  }

  .mrfish-hero__actions,
  .mrfish-report-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mrfish-btn {
    width: 100%;
  }

  .mrfish-section {
    padding: 56px 0;
  }

  .mrfish-card-grid,
  .mrfish-season-grid {
    grid-template-columns: 1fr;
  }

  .mrfish-iframe-wrap {
    height: 580px;
  }

  .mrfish-video-placeholder {
    min-height: 340px;
  }

  .mrfish-image-card img {
    height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mrfish-btn,
  .mrfish-card-link {
    transition: none;
  }

  .mrfish-btn:hover,
  .mrfish-btn:focus,
  .mrfish-card-link:hover {
    transform: none;
  }
}/* End custom CSS */