/** Shopify CDN: Minification failed

Line 139:0 Unexpected "{"
Line 139:1 Unexpected "{"
Line 139:10 Expected ":"
Line 140:0 Unexpected "{"
Line 140:1 Unexpected "{"
Line 140:10 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:review-form (INDEX:62) */
.rf-section {
  background: #FDF6EC;
  padding: 64px 20px;
}
.rf-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.rf-eyebrow {
  display: block;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9774A;
  margin-bottom: 14px;
}
.rf-heading {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #4A3A2C;
  text-align: center;
  margin: 0 0 12px;
}
.rf-subheading {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #7A6450;
  text-align: center;
  margin: 0 auto 36px;
  max-width: 45ch;
}
.rf-field {
  margin-bottom: 20px;
}
.rf-field label {
  display: block;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4A3A2C;
  margin-bottom: 6px;
}
.rf-field .req { color: #c0392b; }
.rf-field input[type="text"],
.rf-field input[type="email"],
.rf-field textarea {
  width: 100%;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid #e3ddd3;
  border-radius: 10px;
  background: #FFFDF9;
  color: #121212;
  box-sizing: border-box;
}
.rf-field input:focus,
.rf-field textarea:focus {
  outline: none;
  border-color: #A9774A;
}
.rf-stars {
  display: flex;
  gap: 6px;
  font-size: 32px;
  color: #ddd5c7;
  cursor: pointer;
  user-select: none;
}
.rf-stars span { transition: color 0.15s; }
.rf-stars span.active { color: #f5a623; }
.rf-upload-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border: 1.5px dashed #c8c0b4;
  border-radius: 10px;
  background: #FFFDF9;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  color: #7A6450;
  cursor: pointer;
  justify-content: center;
}
.rf-upload-btn:hover { border-color: #A9774A; }
.rf-uploaded-preview { margin-top: 10px; display: flex; gap: 8px; }
.rf-uploaded-preview img {
  width: 64px; height: 64px; object-fit: cover;
  border-radius: 8px; border: 1px solid #e3ddd3;
}
.rf-submit-btn {
  display: block;
  width: 100%;
  background: #1A1A1A;
  color: #fff;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.rf-submit-btn:hover { opacity: 0.88; }
.rf-success {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #4A3A2C;
  background: #F3E9DC;
  border-radius: 12px;
  padding: 24px;
}
/* END_SECTION:review-form */

/* START_SECTION:video-journey (INDEX:66) */
{{ section.settings.heading_font | font_face: font_display: 'swap' }}
{{ section.settings.body_font | font_face: font_display: 'swap' }}

.pa-vj{ background: var(--pa-bg); font-family: var(--pa-body-font); }
.pa-vj-wrap{ max-width:880px; margin:0 auto; padding:0 22px; text-align:center; }
.pa-vj-eyebrow{
  display:inline-block; font-family: var(--pa-body-font);
  font-size:var(--pa-eyebrow-size); font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--pa-accent); opacity:var(--pa-eyebrow-opacity);
  margin-bottom:14px;
}
.pa-vj-h2{
  font-family: var(--pa-heading-font);
  font-size:var(--pa-heading-size); font-weight:var(--pa-heading-weight-custom);
  color:var(--pa-ink); opacity:var(--pa-heading-opacity);
  letter-spacing:-.01em; margin:0 0 12px; line-height:1.15;
}
.pa-vj-sub{
  font-family: var(--pa-body-font);
  font-size:var(--pa-sub-size); color:var(--pa-sub); opacity:var(--pa-sub-opacity);
  margin:0 0 32px; max-width:60ch; margin-left:auto; margin-right:auto;
}
.pa-vj-frame{
  border-radius:20px; overflow:hidden;
  box-shadow:0 24px 50px -26px rgba(0,0,0,0.35);
  background:#000;
}
.pa-vj-video{ width:100%; display:block; aspect-ratio:16/9; object-fit:cover; }
.pa-vj-placeholder{
  width:100%; aspect-ratio:16/9; display:flex; flex-direction:column; gap:10px;
  align-items:center; justify-content:center; color:rgba(255,255,255,0.5);
  font-size:14px; border:1.5px dashed rgba(255,255,255,0.25);
}
.pa-vj-caption{
  margin-top:18px; font-family: var(--pa-body-font);
  font-size:var(--pa-caption-size); color:var(--pa-sub); opacity:var(--pa-caption-opacity);
}
@media(prefers-reduced-motion:reduce){
  .pa-vj *{ transition:none !important; }
}
/* END_SECTION:video-journey */