/* ===== Hero section ===== */
.pip-hero{
  padding: 76px 28px 90px;
  background: #F6F3EB;
  color: #24312A;
  font-family: 'Inter', sans-serif;
}
.pip-hero-text h1{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(38px, 5vw, 58px);
  margin: 0;
  color: #24312A;
}
.pip-eyebrow{
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #4F6B48;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.pip-eyebrow::before{
  content:"";
  width: 18px;
  height: 1px;
  background: #4F6B48;
  display: inline-block;
}
.pip-lede{
  font-size: 18px;
  color: #4B5A50;
  margin: 22px 0 30px;
  max-width: 46ch;
}

/* Buttons */
.pip-hero .wp-block-button__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pip-btn-primary .wp-block-button__link{
  background: #4F6B48;
  color: #FBF9F3;
  box-shadow: 0 20px 45px -25px rgba(36,49,42,0.35);
}
.pip-btn-primary .wp-block-button__link:hover{
  transform: translateY(-2px);
}
.pip-btn-ghost .wp-block-button__link{
  background: transparent;
  border-color: rgba(36,49,42,0.12);
  color: #24312A;
}
.pip-btn-ghost .wp-block-button__link:hover{
  border-color: #4F6B48;
}

/* Stats row */
.pip-hero-stats{
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 26px;
  margin-top: 8px;
  border-top: 1px solid rgba(36,49,42,0.12);
}
.pip-stat-num{
  font-family: 'Fraunces', serif;
  font-size: 26px;
  color: #2F5C60;
  margin: 0;
}
.pip-stat-label{
  font-size: 12.5px;
  color: #4B5A50;
  margin: 0;
}

/* Blob art */
.pip-blob{
  border-radius: 42% 58% 61% 39% / 45% 40% 60% 55%;
  background: #7E9473;
  aspect-ratio: 1 / 0.92;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  box-shadow: 0 20px 45px -25px rgba(36,49,42,0.35);
}
.pip-blob-card{
  background: #FBF9F3;
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 45px -25px rgba(36,49,42,0.35);
}
.pip-blob-card::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E8AE3D;
  flex-shrink: 0;
}
.pip-blob-title{
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: #24312A;
}
.pip-blob-sub{
  font-size: 12.5px;
  color: #4B5A50;
  margin: 0;
}

/* ===== Break hero out of narrow theme content column ===== */
.pip-hero{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.pip-hero .wp-block-columns{
  max-width: 1180px;
  margin: 0 auto;
  gap: 56px;
}

/* Adjust column proportions to match design (text wider than art) */
.pip-hero-text{
  flex-basis: 55% !important;
}
.pip-hero-art{
  flex-basis: 45% !important;
}

/* Prevent columns stacking on tablet/mobile too early */
@media (min-width: 600px){
  .pip-hero .wp-block-columns{
    flex-wrap: nowrap;
  }
}

/* ===== Values section ===== */
.pip-values{
  background: #DCE9E7;
  padding: 70px 28px;
}
.pip-values .pip-eyebrow{
  margin-bottom: 12px;
}
.pip-values h2{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 3.4vw, 38px);
  margin: 0 0 44px;
  max-width: 56ch;
  color: #24312A;
}
.pip-value-grid{
  max-width: 1180px;
  margin: 0 auto;
  gap: 22px !important;
}
.pip-value-card{
  background: #FBF9F3;
  border: 1px solid rgba(36,49,42,0.12);
  border-radius: 20px;
  padding: 26px;
}
.pip-value-num{
  font-family: 'Fraunces', serif;
  font-size: 15px;
  color: #E8AE3D;
  margin: 0 0 14px;
}
.pip-value-card h3{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px;
  color: #24312A;
}
.pip-value-desc{
  font-size: 14.5px;
  color: #4B5A50;
  margin: 0;
}

/* ===== Day flow section ===== */
.pip-day-flow{
  background: #F6F3EB;
  padding: 70px 28px;
}
.pip-day-flow .pip-eyebrow{
  margin-bottom: 12px;
}
.pip-day-flow h2{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 3.4vw, 38px);
  margin: 0 0 44px;
  max-width: 56ch;
  color: #24312A;
}
.pip-day-flow-grid{
  max-width: 1180px;
  margin: 0 auto;
  gap: 20px !important;
}
.pip-day-card{
  background: #FBF9F3;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(36,49,42,0.12);
}
.pip-day-time{
  font-family: 'Fraunces', serif;
  color: #4F6B48;
  font-size: 15px;
  margin: 0 0 8px;
}
.pip-day-card h3{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 8px;
  color: #24312A;
}
.pip-day-desc{
  font-size: 14.5px;
  color: #4B5A50;
  margin: 0;
}

/* ===== Quote section ===== */
.pip-quote{
  padding: 70px 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.pip-quote-box{
  background: #4F6B48;
  color: #FBF9F3;
  border-radius: 28px;
  padding: 52px 48px;
  text-align: center;
}
.pip-quote-text{
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 500;
  max-width: 60ch;
  margin: 0 auto 18px;
  color: #FBF9F3;
}
.pip-quote-cite{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
  color: #FBF9F3;
  margin: 0;
}

/* ===== CTA band ===== */
.pip-cta{
  padding: 0 28px 90px;
  max-width: 1180px;
  margin: 0 auto;
}
.pip-cta-row{
  background: #F7DFA6;
  border-radius: 26px;
  padding: 40px 44px;
  align-items: center !important;
}
.pip-cta-text h2{
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 26px;
  max-width: 34ch;
  margin: 0;
  color: #24312A;
}
.pip-cta-text .pip-eyebrow{
  margin-bottom: 12px;
}
.pip-cta-btn{
  display: flex;
  justify-content: flex-end;
}

/* ===== Stat column sizing fix ===== */
.pip-hero-stats > .wp-block-column{
  flex: 0 0 auto !important;
  width: auto !important;
}
.pip-stat-num{
  white-space: nowrap;
}