/** Shopify CDN: Minification failed

Line 29:13 Expected identifier but found whitespace
Line 29:15 Unexpected "{"
Line 29:24 Expected ":"
Line 30:14 Expected identifier but found whitespace
Line 30:16 Unexpected "{"
Line 30:25 Expected ":"
Line 30:65 Expected ":"
Line 31:17 Expected identifier but found whitespace
Line 31:19 Unexpected "{"
Line 31:28 Expected ":"
... and 73 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* Real Confidence Story Section */
.rcs-section{
  --rcs-accent: #c6a664;
  --rcs-heading: #2b2620;
  --rcs-text: #5c564d;
  --rcs-bg: #f4efe8;
  --rcs-btn-bg: #8a6f56;
  --rcs-btn-text: #ffffff;
  --rcs-card-bg: #ffffff;
  --rcs-font: 'Josefin Sans', sans-serif;
  font-family: var(--rcs-font);
  background: {{ section.settings.color_bg | default: '#f4efe8' }};
  padding-top: {{ section.settings.padding_top | default: 80 }}px;
  padding-bottom: {{ section.settings.padding_bottom | default: 80 }}px;
  overflow: hidden;
  position: relative;
}
.rcs-section *{ box-sizing: border-box; font-family: var(--rcs-font); }
.rcs-wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.rcs-grid{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}

/* ---- Content ---- */
.rcs-eyebrow{
  color: {{ section.settings.color_accent | default: '#c6a664' }};
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 14px;
}
.rcs-eyebrow-line{
  display: block;
  width: 48px;
  height: 2px;
  background: {{ section.settings.color_accent | default: '#c6a664' }};
  margin-bottom: 28px;
  opacity: 0.6;
}
.rcs-heading{
  margin: 0 0 22px;
  font-family: var(--rcs-font);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.12;
  color: {{ section.settings.color_heading | default: '#2b2620' }};
}
.rcs-heading-main{ display:block; font-weight: 500; }
.rcs-heading-accent{
  display:block;
  font-style: italic;
  color: {{ section.settings.color_accent | default: '#c6a664' }};
  font-weight: 400;
}
.rcs-paragraph{
  color: {{ section.settings.color_text | default: '#5c564d' }};
  font-size: 17px;
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 34px;
}
.rcs-paragraph p{ margin: 0; }

.rcs-cta-row{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.rcs-btn{
  color:white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #C6A664;
  color: {{ section.settings.color_btn_text | default: '#ffffff' }};
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  box-shadow: 0 6px 18px rgba(138,111,86,0.25);
}
.rcs-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(138,111,86,0.35);
}
.rcs-btn-arrow{ transition: transform 0.35s ease; }
.rcs-btn:hover .rcs-btn-arrow{ transform: translateX(4px); }

.rcs-play-mini{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: {{ section.settings.color_heading | default: '#2b2620' }};
}
.rcs-play-mini-icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid {{ section.settings.color_heading | default: '#2b2620' }};
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.rcs-play-mini:hover .rcs-play-mini-icon{
  background: {{ section.settings.color_accent | default: '#c6a664' }};
  border-color: {{ section.settings.color_accent | default: '#c6a664' }};
  color: #fff;
  transform: scale(1.08);
}

.rcs-social-proof{ padding-top: 22px; border-top: 1px solid rgba(0,0,0,0.08); max-width: 420px; }
.rcs-social-line{
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: {{ section.settings.color_text | default: '#5c564d' }};
  margin-bottom: 14px;
}
.rcs-social-row{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.rcs-avatars{ display: flex; }
.rcs-avatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid {{ section.settings.color_bg | default: '#f4efe8' }};
  margin-left: -10px;
  background: #ddd;
}
.rcs-avatar:first-child{ margin-left: 0; }
.rcs-avatar img{ width: 100%; height: 100%; object-fit: cover; display:block; }
.rcs-avatar-placeholder{ display:block; width:100%; height:100%; background: linear-gradient(135deg,#e3d8c7,#cdbfa6); }

.rcs-rating{ display: flex; align-items: center; gap: 8px; }
.rcs-stars{ display: inline-flex; gap: 2px; color: #e4dccb; }
.rcs-star{ fill: currentColor; }
.rcs-stars{
  position: relative;
}
.rcs-stars{ color: {{ section.settings.color_accent | default: '#c6a664' }}; }
.rcs-rating-num{ font-size: 14px; font-weight: 600; color: {{ section.settings.color_heading | default: '#2b2620' }}; }
.rcs-review-count{ margin: 8px 0 0; font-size: 13px; color: {{ section.settings.color_text | default: '#5c564d' }}; }

/* ---- Media ---- */
.rcs-media{ position: relative; }
.rcs-media-bg{
  position: absolute;
  inset: -16px -16px auto auto;
  width: 100%;
  height: 100%;
  background: {{ section.settings.color_card_bg | default: '#ffffff' }};
  border-radius: 28px;
  opacity: 0.6;
  transform: rotate(2deg);
  z-index: 0;
}
.rcs-video-card{
  position: relative;
  z-index: 1;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(40,30,15,0.18);
  aspect-ratio: 4/3;
}
.rcs-video-wrap{ position: relative; width: 100%; height: 100%; background:#111; }
.rcs-video-wrap .rcs-video,
.rcs-video-wrap video,
.rcs-video-wrap iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rcs-image-only .rcs-video{ object-fit: cover; }

.rcs-video-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #2b2620;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.35s ease, background 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.rcs-video-play:hover{ transform: translate(-50%,-50%) scale(1.08); background:#fff; }
.rcs-video-wrap.is-playing .rcs-video-play{ opacity: 0; pointer-events: none; }

.rcs-video-controls{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.rcs-video-wrap:hover .rcs-video-controls,
.rcs-video-wrap.is-playing .rcs-video-controls{
  opacity: 1;
  transform: translateY(0);
}
.rcs-progress-track{
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.35);
  border-radius: 999px;
  position: relative;
}
.rcs-progress-fill{
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 38%;
  background: {{ section.settings.color_accent | default: '#c6a664' }};
  border-radius: 999px;
}
.rcs-progress-dot{
  position: absolute;
  left: 38%;
  top: 50%;
  width: 10px; height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.rcs-fullscreen-btn{
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
}

.rcs-placeholder-svg{ width:100%; height:100%; }

/* ---- Polaroid ---- */
.rcs-polaroid{
  position: absolute;
  bottom: -36px;
  left: -36px;
  width: 190px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 10px 16px;
  box-shadow: 0 20px 40px rgba(40,30,15,0.22);
  z-index: 2;
  transform: rotate(-4deg);
  transition: transform 0.4s ease;
}
.rcs-polaroid:hover{ transform: rotate(0deg) translateY(-4px); }
.rcs-polaroid-img{
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
}
button.rcs-play-mini {
    display: none;
}
.rcs-polaroid-img img{ width:100%; height:100%; object-fit: cover; display:block; }
.rcs-polaroid-caption{
  margin: 10px 0 0;
  text-align: center;
  font-family: var(--rcs-font);
  font-style: italic;
  font-size: 13px;
  color: {{ section.settings.color_heading | default: '#2b2620' }};
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* ---- Feature bar ---- */
.rcs-features{
  margin-top: 90px;
  background: {{ section.settings.color_card_bg | default: '#ffffff' }};
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 16px 40px rgba(40,30,15,0.08);
  overflow: hidden;
}
.rcs-feature{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 28px;
  border-left: 1px solid rgba(0,0,0,0.06);
}
.rcs-feature:first-child{ border-left: none; }
.rcs-feature-icon{
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: color-mix(in srgb, {{ section.settings.color_accent | default: '#c6a664' }} 16%, transparent);
  color: {{ section.settings.color_accent | default: '#c6a664' }};
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcs-feature-icon img{ width: 28px; height: 28px; object-fit: contain; }
.rcs-feature-text{ display: flex; flex-direction: column; gap: 4px; }
.rcs-feature-text strong{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: {{ section.settings.color_heading | default: '#2b2620' }};
}
.rcs-feature-text span{
  font-size: 13.5px;
  color: {{ section.settings.color_text | default: '#5c564d' }};
  line-height: 1.4;
}

/* ---- Animations ---- */
{% if section.settings.enable_animations %}
.rcs-section [data-rcs-animate]{
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.rcs-section [data-rcs-animate="left"]{ transform: translateX(-30px); }
.rcs-section [data-rcs-animate="right"]{ transform: translateX(30px); }
.rcs-section [data-rcs-animate="up"]{ transform: translateY(30px); }
.rcs-section [data-rcs-animate="polaroid"]{ transform: translateY(30px) rotate(-4deg); transition-delay: 0.3s; }

.rcs-section.rcs-in-view [data-rcs-animate]{
  opacity: 1;
  transform: translate(0,0);
}
.rcs-section.rcs-in-view [data-rcs-animate="polaroid"]{
  transform: rotate(-4deg);
}
{% endif %}

/* ---- Responsive ---- */
@media (max-width: 989px){
  .rcs-grid{ grid-template-columns: 1fr; gap: 60px; }
  .rcs-media{ order: -1; }
  .rcs-polaroid{ left: 16px; bottom: -28px; width: 150px; }
  .rcs-features{ grid-template-columns: repeat(2, 1fr); }
  .rcs-feature:nth-child(3){ border-left: none; }
}
@media (max-width: 600px){
  .rcs-heading{ font-size: clamp(30px, 8vw, 40px); }
  .rcs-paragraph{ max-width: 100%; }
  .rcs-cta-row{ gap: 16px; }
  .rcs-btn{ padding: 14px 22px; font-size: 12px; }
  .rcs-polaroid{ width: 120px; left: 10px; bottom: -22px; padding: 6px 6px 12px; }
  .rcs-features{ grid-template-columns: 1fr; margin-top: 70px; }
  .rcs-feature{ border-left: none !important; border-top: 1px solid rgba(0,0,0,0.06); }
  .rcs-feature:first-child{ border-top: none; }
  .rcs-video-card{ aspect-ratio: 3/4; }
}
