.fcol-reis-single,
.fcol-reis-archive {
  --fcol-radius: 18px;
  --fcol-gap: clamp(18px, 3vw, 40px);
  --fcol-accent: #03826e;
}
.fcol-container {
  width: min(1120px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.fcol-reis-single .section,
.fcol-reis-archive .section {
  padding: clamp(24px, 3.5vw, 52px) 0;
}
.fcol-hero {
  padding-top: clamp(28px, 4vw, 54px);
}
.fcol-hero .row,
.fcol-safety .row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fcol-gap);
}
.fcol-hero .col,
.fcol-safety .col {
  flex: 1 1 320px;
}
.fcol-practical-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fcol-gap);
}
.fcol-practical-item {
  flex: 1 1 320px;
}
.fcol-hero-media {
  position: relative;
}
.fcol-date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--fcol-accent);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .01em;
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
}
.fcol-hero-img,
.fcol-rounded-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--fcol-radius);
  object-fit: cover;
}
.fcol-hero-content .entry-title {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .95;
}
.fcol-intro-heading {
  font-size: clamp(22px, 3vw, 34px);
  margin-bottom: .75em;
}
.fcol-intro-text {
  font-size: 1.08rem;
  line-height: 1.75;
}
.fcol-meta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.fcol-meta-cards span,
.fcol-card {
  padding: 18px;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: var(--fcol-radius);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(0,0,0,.045);
}
.fcol-card {
  height: 100%;
  box-sizing: border-box;
}
.fcol-meta-cards strong {
  display: block;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .65;
  margin-bottom: 4px;
}
.fcol-tabs-section {
  padding-top: 18px;
}
.fcol-tabs {
  border-top: 1px solid rgba(0,0,0,.1);
}
.fcol-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 0 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.fcol-tab-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  border-radius: 999px 999px 0 0;
  opacity: .72;
}
.fcol-tab-button.is-active {
  opacity: 1;
  background: rgba(0,0,0,.055);
}
.fcol-tab-panel {
  display: none;
  padding: clamp(24px, 4vw, 44px) 0 0;
  line-height: 1.8;
}
.fcol-tab-panel.is-active {
  display: block;
}
.fcol-tab-panel h2,
.fcol-tab-panel h3 {
  margin-top: 1.25em;
}
.fcol-tab-panel ul,
.fcol-tab-panel ol,
.fcol-content-block ul,
.fcol-content-block ol {
  margin: 1em 0;
  padding-left: 1.3em;
}
.fcol-tab-panel li,
.fcol-content-block li {
  margin-bottom: .4em;
}
.fcol-card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}
.fcol-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fcol-card li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.fcol-card li + li {
  margin-top: 8px;
}
.fcol-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fcol-accent, #03826e);
  transform: translateY(-50%);
}
.fcol-section-heading {
  text-align: center;
  margin-bottom: 24px;
}
.fcol-section-heading h2 {
  margin-bottom: 4px;
}
.fcol-eyebrow {
  margin: 0 0 8px;
  color: var(--fcol-accent);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.fcol-reviews .fcol-section-heading h2 {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 0;
}
.fcol-gallery h2 {
  text-align: center;
  margin-bottom: 28px;
}
.fcol-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}
.fcol-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}
.fcol-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .25s ease;
}
.fcol-gallery-item:hover img {
  transform: scale(1.04);
}
.fcol-content-block {
  max-width: 920px;
  line-height: 1.8;
}
.fcol-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  text-align: center;
}
.fcol-benefit-item p {
  margin: 0;
  font-weight: 600;
  font-size: 1.05rem;
}
.fcol-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--fcol-accent);
  color: #fff;
}
.fcol-benefit-icon svg {
  width: 20px;
  height: 20px;
}
.fcol-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--fcol-gap);
  margin-top: 28px;
}
.fcol-review-card {
  background: #fff;
  border-radius: var(--fcol-radius);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.fcol-review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.fcol-review-avatar {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--fcol-accent);
  color: #fff;
  font-weight: 700;
}
.fcol-review-name {
  display: block;
}
.fcol-review-stars {
  color: #f5b400;
  letter-spacing: 2px;
  font-size: .9rem;
}
.fcol-review-text {
  margin: 0;
  line-height: 1.7;
}
.fcol-reviews-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.fcol-reviews-track {
  display: flex;
  flex: 1 1 auto;
  gap: var(--fcol-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  min-width: 0;
}
.fcol-reviews-track .fcol-review-card {
  flex: 0 0 min(340px, 85%);
  scroll-snap-align: start;
}
.fcol-carousel-btn {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--fcol-accent);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.fcol-carousel-btn:hover {
  background: var(--fcol-accent);
  color: #fff;
}
@media (max-width: 640px) {
  .fcol-carousel-btn {
    display: none;
  }
}
@media (max-width: 640px) {
  .fcol-tab-button {
    width: 100%;
    text-align: left;
    border-radius: 12px;
  }
  .fcol-tab-nav {
    border-bottom: 0;
  }
}

/* Archive (category) template */
.fcol-archive-banner {
  padding: clamp(60px, 10vw, 110px) 0;
  background: #0b2b3d center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.fcol-archive-banner--plain {
  background-color: var(--fcol-accent);
}
.fcol-archive-banner h1 {
  margin: 0 0 .3em;
  color: #fff;
  font-size: clamp(34px, 6vw, 56px);
}
.fcol-archive-subtitle {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.1rem;
  opacity: .92;
}
.fcol-archive-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.fcol-archive-toolbar h2 {
  margin: 0;
}
.fcol-sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fcol-sort-form label {
  font-size: .9rem;
  font-weight: 600;
}
.fcol-sort-form select {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  font: inherit;
}
.fcol-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--fcol-gap);
}
.fcol-archive-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: var(--fcol-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fcol-archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.1);
}
.fcol-archive-card-media {
  position: relative;
}
.fcol-archive-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.fcol-date-badge--card {
  top: 12px;
  left: 12px;
  padding: 6px 14px;
  font-size: .8rem;
}
.fcol-archive-card-body {
  padding: 18px 20px 22px;
}
.fcol-archive-card-cat {
  display: block;
  margin-bottom: 4px;
  color: var(--fcol-accent);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fcol-archive-card-body h3 {
  margin: 0 0 6px;
  font-size: 1.3rem;
}
.fcol-archive-card-price {
  margin: 0 0 8px;
  font-weight: 700;
}
.fcol-archive-card-excerpt {
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
  opacity: .8;
}
.fcol-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.fcol-pagination-item a,
.fcol-pagination-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
}
.fcol-pagination-item .current {
  background: var(--fcol-accent);
  color: #fff;
}
.fcol-archive-empty {
  text-align: center;
  padding: 40px 0;
  opacity: .75;
}

/* Gallery lightbox */
.fcol-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0,0,0,.9);
}
.fcol-lightbox.is-active {
  display: flex;
}
.fcol-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.fcol-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.fcol-lightbox-close:hover {
  background: rgba(255,255,255,.3);
}
body.fcol-lightbox-open {
  overflow: hidden;
}
