@charset "utf-8";

/* Fishing Tour - page specific styles */

.fishing-page,
.fishing-page * {
  box-sizing: border-box;
}

.fishing-page {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 22px 38px;
  color: #29343a;
  font-size: 16px;
  line-height: 1.8;
}

.fishing-intro {
  margin: 0 0 22px;
  padding: 30px 30px 26px;
  border: 1px solid #d4e2e5;
  border-top: 6px solid #16758b;
  border-radius: 11px;
  background: linear-gradient(180deg, #fff 0%, #f1f8f9 100%);
  box-shadow: 0 7px 20px rgba(37, 70, 78, .09);
}

.fishing-eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e6f3f5;
  color: #146d80;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.fishing-intro h1 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e4e7;
  color: #155c6d;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  line-height: 1.32;
}

.fishing-lead {
  margin: 15px 0 12px;
  color: #bf6420;
  font-size: 1.12rem;
  font-weight: 700;
}

/* Highlights */
.fishing-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
}

.fishing-highlights > div {
  min-height: 112px;
  padding: 15px 13px;
  border-radius: 9px;
  background: #19768a;
  color: #fff;
  text-align: center;
  box-shadow: 0 5px 14px rgba(22, 92, 107, .14);
}

.fishing-highlights strong,
.fishing-highlights span {
  display: block;
}

.fishing-highlights strong {
  margin-bottom: 5px;
  font-size: 1.04rem;
}

.fishing-highlights span {
  color: #eaf7f9;
  font-size: .9rem;
  line-height: 1.55;
}

/* Gallery */
.fishing-gallery,
.fishing-card,
.fishing-information {
  margin: 24px 0;
  padding: 22px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38, 65, 72, .08);
}

.fishing-gallery h2,
.fishing-card h2,
.fishing-information h2 {
  margin: 0 0 16px;
  padding: 0 0 10px 12px;
  border-bottom: 1px solid #d7e3e5;
  border-left: 5px solid #24879b;
  color: #165f70;
  font-size: 1.3rem;
}

.fishing-gallery {
  background: #f6fafb;
}

.fishing-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fishing-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce6e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(40, 70, 78, .06);
}

.fishing-gallery img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.fishing-gallery figcaption {
  padding: 9px 10px;
  color: #42626a;
  text-align: center;
  font-size: .92rem;
  font-weight: 700;
}

/* Prices */
.fishing-price,
.fishing-charter {
  border-top: 5px solid #e27b25;
  background: #fffdf8;
}

.fishing-price-table {
  overflow: hidden;
  border: 1px solid #d9e4e6;
  border-radius: 8px;
}

.fishing-price-table > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 15px 17px;
  align-items: center;
  border-bottom: 1px solid #e2eaec;
  background: #fbfefe;
}

.fishing-price-table > div:last-child {
  border-bottom: 0;
}

.fishing-price-table strong {
  color: #b95f1d;
  font-size: 1.2rem;
  white-space: nowrap;
}

.fishing-alert {
  margin: 13px 0 0;
  color: #b32323;
  font-weight: 700;
}

.fishing-note {
  margin: 12px 0 0;
  color: #68767b;
  font-size: .92rem;
}

/* Included */
.fishing-included {
  background: #f5fafb;
}

.fishing-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.fishing-two-col ul,
.fishing-card ul,
.fishing-information ul {
  margin: 0;
  padding-left: 1.45em;
}

.fishing-two-col li,
.fishing-card li,
.fishing-information li {
  margin: 6px 0;
}

.fishing-card li::marker,
.fishing-information li::marker {
  color: #1d7a8e;
}

/* Pickup */
.fishing-pickup {
  background: #f4f9fa;
}

.fishing-pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fishing-pickup-grid > div {
  overflow: hidden;
  border: 1px solid #d6e3e6;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.fishing-pickup-grid strong,
.fishing-pickup-grid span {
  display: block;
}

.fishing-pickup-grid strong {
  min-height: 62px;
  padding: 10px 9px;
  background: #247f91;
  color: #fff;
  line-height: 1.45;
}

.fishing-pickup-grid span {
  padding: 12px 8px;
  color: #165c6a;
  font-size: 1.05rem;
  font-weight: 700;
}

/* Timeline */
.fishing-schedule {
  background: #f7fafb;
}

.fishing-timeline {
  border-top: 1px solid #dce6e8;
}

.fishing-timeline > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  padding: 12px 7px;
  align-items: start;
  border-bottom: 1px solid #dce6e8;
}

.fishing-timeline > div:nth-child(odd) {
  background: #f0f7f8;
}

.fishing-timeline time {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  background: #24798b;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.fishing-timeline p {
  margin: 0;
}

/* Caution / spa / booking */
.fishing-caution {
  border-left: 5px solid #d7a041;
  background: #fffaf0;
}

.fishing-spa {
  background: #f2f8f9;
}

.fishing-spa a {
  font-weight: 700;
}

.fishing-information {
  border-left: 5px solid #2d8191;
  background: #f7fbfc;
}

.fishing-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
  padding: 22px;
  border-radius: 11px;
  background: #edf6f7;
}

.fishing-button {
  display: inline-flex;
  min-width: 230px;
  min-height: 50px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid #247c8d;
  border-radius: 7px;
  background: #fff;
  color: #176476;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 4px 11px rgba(0, 0, 0, .09);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.fishing-button--primary {
  border-color: #df7623;
  background: #df7623;
  color: #fff;
}

.fishing-button:hover,
.fishing-button:focus {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .13);
}

@media (max-width: 760px) {
  .fishing-page {
    padding: 12px 10px 28px;
    font-size: 15px;
  }

  .fishing-intro,
  .fishing-gallery,
  .fishing-card,
  .fishing-information {
    padding: 17px;
  }

  .fishing-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fishing-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fishing-pickup-grid {
    grid-template-columns: 1fr;
  }

  .fishing-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fishing-actions {
    flex-direction: column;
    padding: 16px;
  }

  .fishing-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .fishing-highlights,
  .fishing-gallery-grid {
    grid-template-columns: 1fr;
  }

  .fishing-gallery img {
    height: auto;
  }

  .fishing-price-table > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .fishing-timeline > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .fishing-timeline time {
    width: max-content;
  }
}
