/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
.hs-ppr *, .hs-ppr *::before, .hs-ppr *::after { box-sizing: border-box; margin: 0; padding: 0; }
.hs-ppr {
  font-family: 'Georgia', serif;
  color: #1C2B1A;
  margin: 0 auto 50px;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── HEADER ── */
.hs-ppr .ppr-header {
  padding: 36px 0 24px;
  border-bottom: 1px solid rgba(28,58,26,0.12);
  margin-bottom: 28px;
}
.hs-ppr .ppr-kicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--hs-accent-color, #C14B1A);
  display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
}
.hs-ppr .ppr-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #C8921A; flex-shrink: 0;
  animation: ppr-p 2.5s infinite;
}
@keyframes ppr-p { 0%,100%{opacity:1} 50%{opacity:0.35} }
.hs-ppr .ppr-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 700; line-height: 0.96;
  color: #1C3A1A; letter-spacing: -0.02em; margin-bottom: 14px;
}
.hs-ppr .ppr-headline em { font-style: italic; color: var(--hs-accent-color, #C14B1A); }
.hs-ppr .ppr-deck {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic; font-weight: 400;
  color: #6B7B68; line-height: 1.6; max-width: 580px;
}

/* ── HERO IMAGE ── */
.hs-ppr .ppr-hero {
  position: relative; 
  width: 100%;
  aspect-ratio: 16/7; 
  overflow: hidden;
  background: var(--hs-accent-color, #C14B1A); 
  margin-bottom: 28px;
}
.hs-ppr .ppr-hero img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%; display: block;
  transition: transform 0.6s ease;
}
.hs-ppr .ppr-hero:hover img { transform: scale(1.02); }
.hs-ppr .ppr-hero-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(28,58,26,0.75));
  color: rgba(247,244,238,0.8);
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 24px 18px 12px;
}
.hs-ppr .ppr-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--hs-accent-color, #C14B1A) 0%, #C8921A 50%, #5A8C57 100%);
  margin-bottom: 28px;
}

  @media (max-width: 499px) {
    .content-holder-holder {
        padding: 30px 16px 0 16px;
    }
}

/* ── INTRO COLS ── */
.hs-ppr .ppr-intro {
  margin-bottom: 32px;
}
.hs-ppr .ppr-intro p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px; line-height: 1.8; color: #3D4A3A;
}
.hs-ppr .ppr-intro p + p { margin-top: 12px; }

/* ── STAT STRIP ── */
.hs-ppr .ppr-stats {
  display: flex; gap: 0;
  background: rgba(28,58,26,0.07);
  margin-bottom: 36px;
}
.hs-ppr .ppr-stat {
  flex: 1; text-align: center; padding: 18px 10px;
  border-right: 1px solid rgba(28,58,26,0.10);
}
.hs-ppr .ppr-stat:last-child { border-right: none; }
.hs-ppr .ppr-stat-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--hs-accent-color, #C14B1A); display: block; margin-bottom: 4px;
}
.hs-ppr .ppr-stat-l {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: #6B7B68; line-height: 1.4;
}

/* ── INLINE PHOTO RIGHT ── */
.hs-ppr .ppr-float-right {
  float: right; width: 46%;
  margin: 4px 0 20px 28px;
  position: relative; overflow: hidden;
}
.hs-ppr .ppr-float-right img {
  width: 100%; display: block;
  transition: transform 0.5s ease;
}
.hs-ppr .ppr-float-right:hover img { transform: scale(1.04); }
.hs-ppr .ppr-float-right .ppr-cap {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #6B7B68;
  padding-top: 7px; line-height: 1.4;
}

/* ── INLINE PHOTO LEFT ── */
.hs-ppr .ppr-float-left {
  float: left; width: 44%;
  margin: 4px 28px 20px 0;
  position: relative; overflow: hidden;
}
.hs-ppr .ppr-float-left img {
  width: 100%; display: block;
  object-position: center top;
  transition: transform 0.5s ease;
}
.hs-ppr .ppr-float-left:hover img { transform: scale(1.04); }
.hs-ppr .ppr-float-left .ppr-cap {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #6B7B68;
  padding-top: 7px; line-height: 1.4;
}

/* ── SECTION LABEL ── */
.hs-ppr .ppr-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--hs-accent-color, #C14B1A);
  display: flex; align-items: center; gap: 9px; margin-bottom: 10px;
}
.hs-ppr .ppr-label-line { flex: 0 0 22px; height: 1px; background: var(--hs-accent-color, #C14B1A); }

/* ── SECTION TITLE ── */
.hs-ppr .ppr-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 30px); font-weight: 700;
  line-height: 1.15; color: #1C3A1A; margin-bottom: 12px;
}
.hs-ppr .ppr-section-title em { font-style: italic; color: var(--hs-accent-color, #C14B1A); }

/* ── BODY TEXT ── */
.hs-ppr .ppr-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px; line-height: 1.8; color: #3D4A3A; margin-bottom: 14px;
}

/* ── CLEARFIX ── */
.hs-ppr .ppr-section { overflow: hidden; margin-bottom: 36px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(28,58,26,0.10);
}
.hs-ppr .ppr-section:last-of-type { border-bottom: none; }

/* ── PULL QUOTE ── */
.hs-ppr .ppr-quote {
  border-left: 3px solid var(--hs-accent-color, #C14B1A);
  padding: 12px 18px; background: #EDE8DC;
  margin: 20px 0;
  width: 50%; 
}
.hs-ppr .ppr-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; 
  font-style: italic; 
  color: #1C3A1A; 
  line-height: 1.6; 
  margin: 0;
}

/* ── CTA ── */
.hs-ppr .ppr-cta {
  background: var(--hs-accent-color, #C14B1A); 
  color: #fff;
  padding: 30px 32px; margin-top: 8px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.hs-ppr .ppr-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 700; line-height: 1.2; color: #F7F4EE; margin-bottom: 6px;
}
.hs-ppr .ppr-cta h2 em { 
    font-style: italic; 
    color: #000000; 
}
.hs-ppr .ppr-cta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; line-height: 1.65; color: rgba(247,244,238,0.6);
}
.hs-ppr .ppr-cta-btns { display: flex; flex-direction: column; gap: 7px; flex-shrink: 0; }
.hs-ppr .ppr-btn {
  font-family: 'DM Sans', sans-serif;
  display: inline-block; font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; padding: 12px 20px; text-align: center; white-space: nowrap;
}
.hs-ppr .ppr-btn.p { background: #fff; color: #000; }
.hs-ppr .ppr-btn.s { border: 1px solid rgba(247,244,238,0.25); color: rgba(247,244,238,0.6); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .hs-ppr .ppr-intro { grid-template-columns: 1fr; gap: 16px; }
  .hs-ppr .ppr-stats { flex-wrap: wrap; }
  .hs-ppr .ppr-stat { flex: 0 0 50%; }
  .hs-ppr .ppr-float-right,
  .hs-ppr .ppr-float-left { float: none; width: 100%; margin: 0 0 18px 0; }
  .hs-ppr .ppr-cta { grid-template-columns: 1fr; padding: 22px 18px; }
}