:root {
  --black: #070a08;
  --dark: #0d1511;
  --green: #122620;
  --green-2: #1c3b31;
  --gold: #d4b06a;
  --gold-2: #f4d58d;
  --cream: #f3eee4;
  --sand: #d8ccb8;
  --muted: #9fa79d;
  --white: #ffffff;
  --border: rgba(212, 176, 106, .28);
  --shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
}

img,
video {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: .92;
}

p {
  color: rgb(243, 238, 228);
  line-height: 1.75;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  padding: 18px 6%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent);
}

.nav {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.nav-logo img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .55));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(7, 10, 8, .42);
  backdrop-filter: blur(16px);
}

.nav-menu a {
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .84);
  border-radius: 999px;
  transition: .3s ease;
}

.nav-menu a:hover,
.nav-menu .nav-cta {
  background: var(--gold);
  color: var(--black);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 190px 6% 120px;
  overflow: hidden;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: 1;
  transform: scale(1.04);
}

.hero-shade {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 38%, rgba(212, 176, 106, .16), transparent 32%),
    linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .86)),
    linear-gradient(to right, rgba(0, 0, 0, .72), rgba(0, 0, 0, .25), rgba(0, 0, 0, .72));
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  text-align: center;
}

.fish-scientific {
  font-style: italic;
}

.BannerInti {}

.itinerary-cover {

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  background: var(--cream);
  margin-top: 0px;
}

.itinerary-image {

  flex: 1;
}

.itinerary-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
  object-fit: cover;
  margin-top: 50px;
}



@media (max-width: 768px) {
    .itinerary-image {
        display: none;
    }




     .itinerary-cover{
        display: block;
    }

    .itinerary-image{
        display: none;
    }

    .itinerary-content{
        width: 100%;
        text-align: center;
    }
}

.itinerary-content {

  flex: 1;
}

.itinerary-content h2 {
  font-size: 56px;
  margin: 20px 0;
  color: black;
}

.btn-itinerary {
  color: black;
}

.itinerary-content p {

  font-size: 20px;

  color: #5b655d;

  line-height: 1.8;

  max-width: 520px;

  margin-bottom: 35px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0 1px 1px rgb(0 0 0);
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

/* 
.eyebrow.dark {
  color: var(--green-2);
} */

.hero h1 {
  font-size: clamp(76px, 14vw, 178px);
  letter-spacing: -.06em;
  color: var(--cream);
  text-shadow: 0 30px 80px rgba(0, 0, 0, .75);
}

.hero p {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  transition: .35s ease;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--black);
  box-shadow: 0 20px 46px rgba(212, 176, 106, .25);
}

.btn-gold:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(212, 176, 106, .34);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .32);
  color: white;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-2);
  transform: translateY(-4px);
}

.hero-stats {
  position: relative;
  z-index: 3;
  left: 35%;
  bottom: -68px;
  transform: translateX(-50%);
  width: min(600px, 50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(7, 10, 8, .46);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-stats div {
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: var(--gold-2);
  line-height: .85;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding: 120px 6%;
}

.chapter {
  background: var(--cream);
  color: var(--green);
  display: grid;
  grid-template-columns: 1.80fr 1.25fr;
  gap: 60px;
  align-items: center;
}

img.leader-image.img {
  border-radius: 10px;
}

.chapter-number {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(120px, 22vw, 300px);
  color: rgba(18, 38, 32, .09);
  line-height: .75;
}

.chapter h2,
.section-heading h2,
.split-copy h2,
.price-card h2 {
  font-size: clamp(46px, 7vw, 50px);
  color: var(--green);
  letter-spacing: -.04em;
}

.chapter p,
.section-heading p,
.split-copy p,
.price-card p {
  margin-top: 28px;
  color: #53635b;
  font-size: 18px;
}

.immersive-grid {
  background: var(--dark);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-areas:
    "big data"
    "big small";
  gap: 24px;
}

.feature-card,
.data-panel {
  border: 1px solid var(--border);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  box-shadow: var(--shadow);
}

.feature-card {
  position: relative;
  min-height: 380px;
}

.feature-card.tall {
  grid-area: big;
  min-height: 720px;
}

.feature-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}

.feature-card:hover img {
  transform: scale(1.08);
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .84), transparent 100%);
}

.feature-card div {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 34px;
}

.feature-card span,
.panel-label {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin-top: 12px;
  font-size: 54px;
}

.data-panel {
  grid-area: data;
  padding: 38px;
}

.data-panel ul {
  margin-top: 28px;
  list-style: none;
}

.data-panel li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.data-panel li span {
  color: var(--muted);
}

.data-panel li strong {
  color: var(--cream);
}

.section-heading {
  max-width: 840px;
  margin: 0 auto 70px;
  text-align: center;
}

.species {
  background: var(--cream);
}

.species-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fish-card {
  background: #fffaf1;
  border: 1px solid rgba(18, 38, 32, .12);
  border-radius: 30px;
  padding: 24px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 50px rgba(18, 38, 32, .08);
  transition: .35s ease;
}

.fish-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(18, 38, 32, .15);
}

.fish-card img {
  height: 270px;
  object-fit: cover;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .16));

}

.fish-card h3 {
  margin-top: 24px;
  color: var(--green);
  font-size: 28px;
}

.leader-showcase {
  background: var(--green);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.leader-image img {
  height: 620px;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.leader-copy h2 {
  font-size: clamp(56px, 8vw, 80px);
  color: var(--cream);
}

.leader-copy p {
  margin-top: 28px;
  max-width: 580px;
  font-size: 19px;
}

.journey {
  background: #0a0f0c;
}

.journey .section-heading h2 {
  color: var(--cream);
}

.timeline {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--gold), transparent);
}

.timeline-item {
  width: calc(50% - 36px);
  padding: 30px;
  margin-bottom: 34px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.timeline-item:nth-child(even) {
  margin-left: calc(50% + 36px);
}

.timeline-item span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.timeline-item h3 {
  font-size: 34px;
}

.timeline-item p {
  margin-top: 12px;
}

.split-luxury {
  background: var(--cream);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.split-photo img {
  height: 620px;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: 0 28px 80px rgba(18, 38, 32, .22);
}

.dates {
  background: #ebe0cf;
}

.dates-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.date-card {
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(18, 38, 32, .12);
  border-radius: 34px;
  padding: 38px;
  box-shadow: 0 20px 60px rgba(18, 38, 32, .08);
}

.date-card h3 {
  color: var(--green);
  font-size: 46px;
  margin-bottom: 20px;
}

.date-card p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid rgba(18, 38, 32, .12);
  color: #53635b;
}

.date-card p span {
  color: var(--green);
  font-weight: 900;
}

.pricing {
  background: var(--cream);
}

.price-card {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 8%;
  border-radius: 44px;
  background: #fffaf1;
  border: 1px solid rgba(18, 38, 32, .12);
  box-shadow: 0 30px 90px rgba(18, 38, 32, .12);
}

.price {
  margin: 26px 0 35px;
  font-size: clamp(45px, 3vw, 77px);
  line-height: .9;
  color: var(--green);
}

.price span {
  display: block;
  margin-top: 14px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #53635b;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.price-card .btn {
  margin-top: 34px;
}

.cta {
  position: relative;
  padding: 150px 6%;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .78)),
    url('../assets/bannerCertoMultt.jpg') center/cover fixed;
}

.cta-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta h2 {
  font-size: clamp(58px, 10vw, 130px);
  color: var(--cream);
  letter-spacing: -.05em;
}

.cta p {
  margin: 24px auto 0;
  max-width: 640px;
  font-size: 20px;
}


.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 1s ease;
  will-change: transform, opacity;
}

.reveal {
  transform: translateY(70px);
}

.reveal-left {
  transform: translateX(-80px);
}

.reveal-right {
  transform: translateX(80px);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translate(0);
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-menu {
    position: fixed;
    top: 112px;
    left: 6%;
    right: 6%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
    padding: 18px;
    background: rgba(7, 10, 8, .92);
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu a {
    text-align: center;
  }

  .chapter,
  .immersive-grid,
  .leader-showcase,
  .split-luxury {
    grid-template-columns: 1fr;
  }

  .immersive-grid {
    grid-template-areas: unset;
  }

  .feature-card.tall,
  .data-panel {
    grid-area: unset;
  }

  .leader-image img,
  .split-photo img {
    height: 480px;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 14px 5%;
  }


  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .nav-logo img {
    width: 86px;
    height: 86px;
  }

  .hero {
    padding: 150px 5% 220px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    bottom: 24px;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 18px;
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 86px 5%;
  }

  .chapter h2,
  .section-heading h2,
  .split-copy h2,
  .price-card h2 {
    font-size: 40px;
  }

  .species-grid,
  .dates-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 0;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }

 
  .feature-card {
    min-height: 430px;
  }

  .date-card p {
    flex-direction: column;
    gap: 4px;
  }

  .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 56px;
  }

  .eyebrow {
    letter-spacing: .16em;
    font-size: 10px;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 22px;
  }

  .feature-card div {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .feature-card h3 {
    font-size: 40px;
  }

  .leader-image img,
  .split-photo img {
    height: 360px;
  }

  .price-card,
  .date-card,
  .data-panel {
    padding: 28px;
    border-radius: 28px;
  }
}


@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    min-height: auto;
    padding: 24px 20px 70px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-top: 90px;
  }



  .imgLogo {
    width: 80px;
    height: 80px;
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 82px;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 54px);
    line-height: 0.95;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 100%;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 100%;
    height: 58px;
  }

  .hero-stats {
    position: static;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 34px;
    display: flex;
    grid-template-columns: 1fr;
    border-radius: 26px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .stat {
    padding: 24px 20px;
    text-align: center;
  }

  .stat strong {
    font-size: 38px;
  }

  .stat span {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-kicker {
    display: block;
    margin-left: 85px;
    max-width: 190px;
  }

  .nav-toggle {
    width: 52px;
    height: 52px;
  }
}

.footer {
  background: #0a0c10;
  color: #fff;
  padding: 60px 20px 0;
}

.footer-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.footer-col p,
.footer-col li {
  font-size: 0.95rem;
  opacity: 0.85;
  margin: 4px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col.center {
  text-align: center;
}

.footer-col.right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.payments {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.payments img {
  max-width: 280px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  font-size: 0.85rem;
  opacity: 0.6;
}

.footerPolicys {
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.6;
  padding: 5px;
  margin-top: -14px;
}


.camp-slider {
  position: relative;
  width: 100%;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(18, 38, 32, .22);
}

.slides {
  position: relative;
  width: 100%;
  height: 620px;
}

.slide {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  opacity: 0;
  transition: opacity .6s ease;
}

.slide.active {
  opacity: 1;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 58px;
  height: 58px;

  border: none;
  border-radius: 50%;

  cursor: pointer;

  background: rgba(0, 0, 0, .45);
  color: white;

  font-size: 28px;

  backdrop-filter: blur(10px);

  transition: .3s ease;
}

.slider-btn:hover {
  background: var(--gold);
  color: black;
}

.slider-btn.prev {
  left: 18px;
}

.slider-btn.next {
  right: 18px;
}

@media (max-width: 768px) {

  .slides {
    height: 360px;
  }

  .camp-slider {
    border-radius: 26px;
  }

  .slider-btn {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

}

.included-section {
  background: var(--cream);
}

.included-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.included-card {
  background: #fffaf1;
  border: 1px solid rgba(18, 38, 32, .12);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 20px 60px rgba(18, 38, 32, .08);
}

.included-card h3 {
  color: var(--green);
  font-size: 42px;
  margin-bottom: 24px;
}

.included-card ul {
  list-style: none;
}

.included-card li {
  color: #53635b;
  font-size: 16px;
  line-height: 1.6;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(18, 38, 32, .1);
  position: relative;
}

.included-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.not-included li::before {
  content: "×";
  color: #9c3d2e;
  font-size: 22px;
  line-height: 1;
}

.itinerary-section,
.travel-section {
  background: var(--cream);
}

.fishing-section {
  background: #ebe0cf;
}

.fishing-section .split-copy h2,
.fishing-section .split-copy p {
  color: var(--green);
}

@media (max-width: 900px) {
  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-card {
    padding: 30px;
    border-radius: 28px;
  }

  .included-card h3 {
    font-size: 34px;
  }
}

/* =========================================
   FINAL RESPONSIVE FIX
========================================= */

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

/* evita overflow em grids/flex */
.nav,
.nav-menu,
.hero-content,
.hero-stats,
.timeline-item,
.feature-card,
.data-panel,
.footer-grid,
.species-grid,
.dates-grid,
.included-grid,
.chapter,
.split-luxury,
.leader-showcase {
  min-width: 0;
}

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .site-header {
    padding: 14px 20px;
  }

  .nav {
    gap: 12px;
  }

  .nav-logo img {
    width: 82px;
    height: 82px;
  }

  .nav-menu {
    left: 20px;
    right: 20px;
    width: auto;
    max-width: calc(100vw - 40px);
  }

  .hero {
    min-height: auto;

    padding-top: 150px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;

    overflow: hidden;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 54px);
    line-height: 0.95;
    word-break: break-word;
  }

  .hero p {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .btn,
  .btn {
    width: 100%;
  }

  .hero-stats {
    position: static;

    width: 100%;
    max-width: 100%;

    margin-top: 34px;

    transform: none;

    display: flex;
    flex-direction: column;

    overflow: hidden;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .species-grid,
  .dates-grid,
  .included-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .timeline::before {
    left: 0;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }

  .slides {
    height: 360px;
  }

  .camp-slider,
  .slides,
  .slide {
    overflow: hidden;
  }

  .leader-image img,
  .split-photo img {
    height: 360px;
  }
}

@media (max-width: 420px) {

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 16px;
  }

  .nav-toggle {
    width: 52px;
    height: 52px;
  }

  .slides {
    height: 300px;
  }
}

.fish-slider {
  position: relative;
}

.fish-image {
  width: 100%;
  display: none;
}

.fish-image.active {
  display: block;
}

.fish-prev,
.fish-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  cursor: pointer;
}

.fish-prev {
  left: 10px;
}

.fish-next {
  right: 10px;
}