/* Vaquera Reviews Engine v3.1
   Final production reviews renderer. Home Reviews are frozen. Reviews page carousel is isolated. Nothing here targets Gallery, Fish Report, Recent Catches, hero, or Home fades. */

/* HOME REVIEWS - APPROVED/FROZEN OUTPUT */
body.home .vq-home-reviews-fixed,
body.front-page .vq-home-reviews-fixed{
  width:100%;
  max-width:1180px;
  margin:32px auto 0;
  padding-left:clamp(28px,4vw,64px);
  padding-right:clamp(28px,4vw,64px);
  padding-bottom:clamp(78px,8vw,120px);
  overflow:visible;
  box-sizing:border-box;
}
body.home .vq-home-reviews-fixed-grid,
body.front-page .vq-home-reviews-fixed-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(28px,3.2vw,44px);
  align-items:stretch;
  width:100%;
  overflow:visible;
}
body.home .vq-home-review-fixed-card,
body.front-page .vq-home-review-fixed-card{
  background:#fff;
  border:1px solid rgba(7,24,39,.08);
  border-radius:22px;
  box-shadow:0 18px 42px rgba(5,22,35,.08);
  padding:30px 28px 26px;
  box-sizing:border-box;
  min-width:0;
  min-height:590px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  color:#071827;
}
body.home .vq-hrf-stars,
body.front-page .vq-hrf-stars{
  color:#f59b00;
  font-size:25px;
  line-height:1;
  letter-spacing:1.5px;
  margin:0 0 20px;
}
body.home .vq-hrf-pick,
body.front-page .vq-hrf-pick{
  display:inline-flex;
  align-self:flex-start;
  background:#d61f2a;
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}
body.home .vq-hrf-title,
body.front-page .vq-hrf-title{
  color:#1b2027;
  font-size:clamp(28px,2.35vw,40px);
  line-height:1.08;
  margin:0 0 16px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.01em;
}
body.home .vq-hrf-copy,
body.front-page .vq-hrf-copy{
  color:#122234;
  font-size:17px;
  line-height:1.45;
  margin:0 0 20px;
}
body.home .vq-hrf-photo,
body.front-page .vq-hrf-photo{ width:100%; margin:2px 0 20px; }
body.home .vq-hrf-image,
body.home .vq-review-v3-img,
body.front-page .vq-hrf-image,
body.front-page .vq-review-v3-img{
  display:block !important;
  width:100% !important;
  height:210px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:16px !important;
  box-shadow:none !important;
  margin:0 !important;
}
body.home .vq-hrf-meta,
body.front-page .vq-hrf-meta{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(7,24,39,.13);
  display:flex;
  flex-direction:column;
  gap:9px;
}
body.home .vq-hrf-meta strong,
body.front-page .vq-hrf-meta strong{
  color:#071827;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
  display:block;
}
body.home .vq-hrf-meta strong span,
body.front-page .vq-hrf-meta strong span{ color:#071827; font-weight:900; }
body.home .vq-hrf-meta em,
body.front-page .vq-hrf-meta em{
  color:#657487;
  font-size:16px;
  line-height:1.35;
  font-style:normal;
  font-weight:800;
}
body.home .vq-hrf-button-wrap,
body.front-page .vq-hrf-button-wrap{
  text-align:center;
  margin:42px auto 0;
  padding-bottom:6px;
  overflow:visible;
}
body.home .vq-hrf-button,
body.front-page .vq-hrf-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#d61f2a;
  color:#fff !important;
  text-decoration:none !important;
  border-radius:999px;
  padding:17px 32px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 16px 34px rgba(201,32,39,.28);
}
body.home .vq-hrf-button:hover,
body.front-page .vq-hrf-button:hover{ transform:translateY(-1px); }

@media (max-width:980px){
  body.home .vq-home-reviews-fixed-grid,
  body.front-page .vq-home-reviews-fixed-grid{grid-template-columns:1fr; gap:24px;}
  body.home .vq-home-review-fixed-card,
  body.front-page .vq-home-review-fixed-card{min-height:auto;}
  body.home .vq-home-reviews-fixed,
  body.front-page .vq-home-reviews-fixed{padding-left:22px; padding-right:22px; padding-bottom:80px;}
  body.home .vq-hrf-image,
  body.home .vq-review-v3-img,
  body.front-page .vq-hrf-image,
  body.front-page .vq-review-v3-img{height:240px !important;}
}

/* REVIEWS PAGE CAROUSEL ONLY */
.vq-reviews-page-polish{
  width:100%;
  max-width:100%;
  overflow:visible !important;
  padding:18px 0 30px;
}
.vq-reviews-page-polish .vq-reviews-carousel{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:visible !important;
}
.vq-reviews-page-polish .vq-reviews-viewport{
  overflow:hidden;
  width:calc(100% + 96px);
  margin-left:-48px;
  margin-right:-48px;
  padding:34px 48px 58px;
  box-sizing:border-box;
}
.vq-reviews-page-polish .vq-reviews-track{
  display:flex;
  gap:34px;
  align-items:stretch;
  transition:transform .45s ease;
  will-change:transform;
  overflow:visible !important;
}
.vq-reviews-page-polish .vq-review-page-card{
  flex:0 0 calc((100% - 68px) / 3);
  background:#fff;
  border:1px solid rgba(5,22,35,.08);
  border-radius:22px;
  box-shadow:0 20px 48px rgba(5,22,35,.12);
  padding:32px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  min-height:620px;
  overflow:hidden;
  color:#071827;
}
.vq-reviews-page-polish .vq-stars{
  color:#f59b00;
  font-size:26px;
  letter-spacing:2px;
  line-height:1;
  margin:0 0 22px;
}
.vq-reviews-page-polish .vq-captain-pick{
  align-self:flex-start;
  background:#d61f2a;
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.vq-reviews-page-polish .vq-review-title{
  font-family:inherit;
  font-size:clamp(28px, 2.4vw, 42px);
  line-height:1.08;
  margin:0 0 18px;
  text-transform:uppercase;
  color:#1b2027;
}
.vq-reviews-page-polish .vq-review-copy{
  font-size:18px;
  line-height:1.48;
  margin:0 0 20px;
  color:#1a2a3a;
}
.vq-reviews-page-polish .vq-review-photo{ margin:4px 0 22px; width:100%; }
.vq-reviews-page-polish .vq-review-v3-img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:center;
  border-radius:16px !important;
  box-shadow:none !important;
}
.vq-reviews-page-polish .vq-review-meta{
  border-top:1px solid rgba(7,24,39,.12);
  margin-top:auto;
  padding-top:20px;
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#5d6c7d;
  font-size:16px;
  font-weight:700;
}
.vq-reviews-page-polish .vq-review-meta strong{ color:#071827; font-size:19px; }
.vq-reviews-page-polish .vq-reviews-controls{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin:0 auto 4px;
}
.vq-reviews-page-polish .vq-review-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid #e17061;
  background:transparent;
  padding:0;
  cursor:pointer;
  transition:all .2s ease;
}
.vq-reviews-page-polish .vq-review-dot.is-active{
  background:#d61f2a;
  border-color:#d61f2a;
  transform:scale(1.08);
}
body.page .vq-section:has(.vq-reviews-page-polish),
body.page .vq-section:has(.vq-reviews-page-polish) .vq-inner,
body.page .vq-section:has(.vq-reviews-page-polish) .elementor-widget-container,
body.page .vq-section:has(.vq-reviews-page-polish) .elementor-shortcode{
  overflow:visible !important;
}
body.page .vq-section:has(.vq-reviews-page-polish){
  background:linear-gradient(180deg,#f6ead0 0%,#fffdf8 100%) !important;
}
@media (max-width: 980px){
  .vq-reviews-page-polish .vq-reviews-viewport{width:calc(100% + 64px); margin-left:-32px; margin-right:-32px; padding-left:32px; padding-right:32px;}
  .vq-reviews-page-polish .vq-review-page-card{flex-basis:calc((100% - 24px)/2); min-height:600px;}
  .vq-reviews-page-polish .vq-reviews-track{gap:24px;}
}
@media (max-width: 680px){
  .vq-reviews-page-polish .vq-reviews-viewport{width:calc(100% + 32px); margin-left:-16px; margin-right:-16px; padding-left:16px; padding-right:16px;}
  .vq-reviews-page-polish .vq-review-page-card{flex-basis:100%; min-height:auto; padding:26px;}
  .vq-reviews-page-polish .vq-review-v3-img{height:240px;}
}
