/**
 * BOHO Homepage V2 — isolated stylesheet.
 * Namespace rule: every selector begins with .boho-hpv2-
 */
.boho-hpv2-page{width:100%;max-width:none;margin:0;padding:0;overflow:hidden;background:#f6f0e5}
.boho-hpv2-page,.boho-hpv2-page *,.boho-hpv2-page *::before,.boho-hpv2-page *::after{box-sizing:border-box}
.boho-hpv2-page img{max-width:100%}
.boho-hpv2-page a,.boho-hpv2-page button{touch-action:manipulation}
.boho-hpv2-intro{width:100%;background:#f6f0e5;padding:88px 32px 96px;color:#101510}
.boho-hpv2-intro__inner{width:100%;max-width:1440px;margin:0 auto;display:flex;gap:72px;align-items:center}
.boho-hpv2-intro__copy{flex:0 1 43%;min-width:0;display:flex;flex-direction:column;justify-content:center}
.boho-hpv2-intro__eyebrow{margin:0 0 18px;color:#7d4b2b;font:600 11px/1.3 Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.boho-hpv2-intro__heading{margin:0 0 24px;max-width:650px;font:400 clamp(48px,5.4vw,78px)/.95 Georgia,'Times New Roman',serif;letter-spacing:-.045em}
.boho-hpv2-intro__heading-primary,.boho-hpv2-intro__heading-accent{display:block}
.boho-hpv2-intro__heading-primary{color:#101510}
.boho-hpv2-intro__heading-accent{color:#174f3b;font-style:italic}
.boho-hpv2-intro__body{max-width:560px;margin:0 0 32px;color:#5d6059;font:400 15px/1.75 Arial,sans-serif}
.boho-hpv2-intro__features{display:flex;flex-direction:column;gap:0;max-width:620px}
.boho-hpv2-intro__feature{display:flex;align-items:flex-start;gap:16px;padding:17px 0;border-top:1px solid #ded7cb}
.boho-hpv2-intro__feature:last-child{border-bottom:1px solid #ded7cb}
.boho-hpv2-intro__feature-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111713;color:#fff;font-size:17px}
.boho-hpv2-intro__feature-icon svg{width:1em;height:1em;fill:currentColor}
.boho-hpv2-intro__feature-copy{min-width:0;padding-top:1px}
.boho-hpv2-intro__feature-title{margin:0 0 4px;color:#101510;font:700 14px/1.35 Arial,sans-serif}
.boho-hpv2-intro__feature-text{color:#686a64;font:400 12px/1.55 Arial,sans-serif}
.boho-hpv2-intro__media-wrap{position:relative;flex:1 1 57%;min-width:0}
.boho-hpv2-intro__media{position:relative;width:100%;height:610px;border-radius:26px;overflow:hidden;background:#143027}
.boho-hpv2-intro__media::after{content:"";position:absolute;inset:0;background:rgba(8,17,12,.24);pointer-events:none}
.boho-hpv2-intro__image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% var(--boho-hpv2-media-y,50%)}
.boho-hpv2-intro__caption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px 36px;color:#fff}
.boho-hpv2-intro__caption-eyebrow{margin:0 0 8px;color:#fff;font:600 10px/1.2 Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.boho-hpv2-intro__caption-title{color:#fff;font:400 24px/1.2 Arial,sans-serif}
.boho-hpv2-intro__rating{position:absolute;z-index:4;top:50px;right:-58px;display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:13px;background:#fff;box-shadow:0 12px 35px rgba(17,20,18,.14);white-space:nowrap}
.boho-hpv2-intro__rating-platform{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1px solid #e7e8e6;color:#4285f4;font:700 11px/1 Arial,sans-serif}
.boho-hpv2-intro__rating-value{color:#161a17;font:700 12px/1 Arial,sans-serif}
.boho-hpv2-intro__rating-stars{color:#d69b2d;font:700 10px/1 Arial,sans-serif;letter-spacing:.08em}
.boho-hpv2-intro__rating-reviews{color:#777b74;font:400 10px/1 Arial,sans-serif}

@media (max-width:1024px){
  .boho-hpv2-intro{padding:72px 28px 80px}
  .boho-hpv2-intro__inner{gap:42px}
  .boho-hpv2-intro__copy{flex-basis:46%}
  .boho-hpv2-intro__media-wrap{flex-basis:54%}
  .boho-hpv2-intro__heading{font-size:clamp(42px,6vw,62px)}
  .boho-hpv2-intro__media{height:520px}
  .boho-hpv2-intro__rating{right:-18px}
}

@media (max-width:767px){
  .boho-hpv2-intro{padding:54px 20px 64px}
  .boho-hpv2-intro__inner{display:flex;flex-direction:column;gap:38px;align-items:stretch}
  .boho-hpv2-intro__copy,.boho-hpv2-intro__media-wrap{flex-basis:auto;width:100%}
  .boho-hpv2-intro__heading{font-size:clamp(39px,12.2vw,56px);line-height:.98;margin-bottom:20px}
  .boho-hpv2-intro__body{font-size:14px;margin-bottom:24px}
  .boho-hpv2-intro__feature{padding:15px 0;gap:13px}
  .boho-hpv2-intro__feature-icon{width:38px;height:38px;flex-basis:38px}
  .boho-hpv2-intro__media{height:430px;border-radius:22px}
  .boho-hpv2-intro__caption{padding:26px 24px}
  .boho-hpv2-intro__rating{top:22px;right:12px;max-width:calc(100% - 24px);gap:6px;padding:10px 12px}
  .boho-hpv2-intro__caption-title,.boho-hpv2-intro__feature-text{overflow-wrap:anywhere}
}

/* Homepage V2 — Three Ways to Experience Boho */
.boho-hpv2-three-ways{width:100%;padding:76px 32px 92px;background:#fbf7ef;color:#172019}
.boho-hpv2-three-ways__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-three-ways__head{text-align:center;margin:0 auto 34px}
.boho-hpv2-three-ways__eyebrow{margin:0 0 14px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-three-ways__heading{margin:0;color:#172019;font:400 clamp(34px,4vw,58px)/1.05 Georgia,'Times New Roman',serif;letter-spacing:-.035em}
.boho-hpv2-three-ways__heading-prefix{color:#172019}
.boho-hpv2-three-ways__heading-accent{color:#174f3b;font-style:italic}
.boho-hpv2-three-ways__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.boho-hpv2-three-ways__card{position:relative;min-height:500px;border-radius:22px;overflow:hidden;background:#183427;isolation:isolate}
.boho-hpv2-three-ways__card::after{content:"";position:absolute;inset:0;z-index:1;background:rgba(5,16,12,.44);pointer-events:none}
.boho-hpv2-three-ways__image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% var(--hpv2-y,50%);z-index:0}
.boho-hpv2-three-ways__content{position:relative;z-index:2;height:100%;min-height:inherit;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:28px;color:#fff}
.boho-hpv2-three-ways__icon{position:absolute;top:24px;left:24px;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f7f2e8;color:#164f3b;font-size:20px}
.boho-hpv2-three-ways__icon svg{width:1em;height:1em;fill:currentColor}
.boho-hpv2-three-ways__label{margin:0 0 9px;color:#fff;font:700 30px/1 Arial,sans-serif;letter-spacing:-.03em}
.boho-hpv2-three-ways__description{max-width:330px;margin:0 0 18px;color:#fff;font:400 13px/1.55 Arial,sans-serif}
.boho-hpv2-three-ways__meta-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;width:100%;margin:0 0 20px}
.boho-hpv2-three-ways__meta{color:#fff;font:500 10px/1.35 Arial,sans-serif;opacity:.92}
.boho-hpv2-three-ways__button{display:inline-flex;align-items:center;gap:14px;color:#fff;border:1px solid rgba(255,255,255,.7);border-radius:999px;padding:9px 14px;text-decoration:none;font:600 9px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease,border-color .2s ease,transform .2s ease}
.boho-hpv2-three-ways__button:hover{color:#d9c7a3;border-color:currentColor;transform:translateY(-1px)}

@media(max-width:1024px){
  .boho-hpv2-three-ways{padding:68px 28px 80px}
  .boho-hpv2-three-ways__cards{gap:14px}
  .boho-hpv2-three-ways__card{min-height:440px}
  .boho-hpv2-three-ways__content{padding:24px}
  .boho-hpv2-three-ways__icon{top:20px;left:20px;width:42px;height:42px}
  .boho-hpv2-three-ways__label{font-size:26px}
}
@media(max-width:767px){
  .boho-hpv2-three-ways{padding:56px 20px 66px}
  .boho-hpv2-three-ways__head{text-align:left;margin-bottom:26px}
  .boho-hpv2-three-ways__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-three-ways__cards{grid-template-columns:1fr;gap:16px}
  .boho-hpv2-three-ways__card{min-height:410px}
  .boho-hpv2-three-ways__content{padding:24px 22px}
  .boho-hpv2-three-ways__meta-list{gap:7px 12px}
  .boho-hpv2-three-ways__button{min-height:42px}
  .boho-hpv2-three-ways__description,.boho-hpv2-three-ways__meta{overflow-wrap:anywhere}
}

/* Homepage V2 — Make a Day of It */
.boho-hpv2-day-of-it{width:100%;padding:82px 32px 96px;background:#f4eee3;color:#172019}
.boho-hpv2-day-of-it__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-day-of-it__head{max-width:720px;margin:0 0 36px;text-align:left}
.boho-hpv2-day-of-it__eyebrow{margin:0 0 14px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-day-of-it__heading{margin:0 0 14px;color:#172019;font:400 clamp(36px,4.2vw,60px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.boho-hpv2-day-of-it__description{max-width:610px;margin:0;color:#676960;font:400 14px/1.7 Arial,sans-serif}
.boho-hpv2-day-of-it__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.boho-hpv2-day-of-it__card{display:flex;flex-direction:column;min-width:0;min-height:610px;overflow:hidden;border:1px solid rgba(23,32,25,.1);border-radius:22px;background:#fbf8f1;box-shadow:0 12px 32px rgba(26,32,27,.06)}
.boho-hpv2-day-of-it__media{width:100%;height:270px;overflow:hidden;background:#d9d2c7}
.boho-hpv2-day-of-it__image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% var(--hpv2-day-y,50%)}
.boho-hpv2-day-of-it__content{display:flex;flex:1 1 auto;flex-direction:column;padding:26px 26px 28px}
.boho-hpv2-day-of-it__topline{display:flex;align-items:center;gap:10px;margin:0 0 18px}
.boho-hpv2-day-of-it__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#f0e8d9;color:#174f3b;font-size:15px}
.boho-hpv2-day-of-it__icon svg{width:1em;height:1em;fill:currentColor}
.boho-hpv2-day-of-it__label{color:#9b5f34;font:700 9px/1.2 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.boho-hpv2-day-of-it__title{margin:0 0 11px;color:#172019;font:400 27px/1.08 Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.boho-hpv2-day-of-it__card-description{margin:0 0 20px;color:#676960;font:400 12px/1.6 Arial,sans-serif}
.boho-hpv2-day-of-it__steps{margin:0 0 24px}
.boho-hpv2-day-of-it__step{display:flex;align-items:center;gap:12px;padding:10px 0;color:#39443c;font:600 10px/1.35 Arial,sans-serif}
.boho-hpv2-day-of-it__step+.boho-hpv2-day-of-it__step{border-top:1px solid #d8d1c5}
.boho-hpv2-day-of-it__step-number{flex:0 0 auto;color:#9b5f34;font:700 9px/1 Arial,sans-serif;letter-spacing:.08em}
.boho-hpv2-day-of-it__button{display:inline-flex;align-items:center;justify-content:center;gap:13px;align-self:flex-start;margin-top:auto;padding:10px 15px;border:1px solid #174f3b;border-radius:999px;background:transparent;color:#174f3b;text-decoration:none;font:700 9px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease,color .2s ease,transform .2s ease}
.boho-hpv2-day-of-it__button:hover{background:#174f3b;color:#fff;transform:translateY(-1px)}

@media(max-width:1024px){
  .boho-hpv2-day-of-it{padding:70px 28px 82px}
  .boho-hpv2-day-of-it__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .boho-hpv2-day-of-it__card{min-height:570px}
  .boho-hpv2-day-of-it__card:last-child{grid-column:1/-1;max-width:calc(50% - 8px);width:100%;justify-self:center}
}
@media(max-width:767px){
  .boho-hpv2-day-of-it{padding:56px 20px 66px}
  .boho-hpv2-day-of-it__head{margin-bottom:28px}
  .boho-hpv2-day-of-it__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-day-of-it__cards{grid-template-columns:1fr;gap:16px}
  .boho-hpv2-day-of-it__card{min-height:0}
  .boho-hpv2-day-of-it__card:last-child{grid-column:auto;max-width:none}
  .boho-hpv2-day-of-it__media{height:240px}
  .boho-hpv2-day-of-it__content{padding:23px 22px 25px}
  .boho-hpv2-day-of-it__title{font-size:25px}
  .boho-hpv2-day-of-it__button{min-height:42px}
  .boho-hpv2-day-of-it__card-description,.boho-hpv2-day-of-it__step{overflow-wrap:anywhere}
}

/* Homepage V2 — Upcoming Events */
.boho-hpv2-events{width:100%;padding:82px 32px 96px;background:#fbf7ef;color:#172019}
.boho-hpv2-events__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-events__head{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin:0 0 34px}
.boho-hpv2-events__head-copy{max-width:760px}
.boho-hpv2-events__eyebrow{margin:0 0 13px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-events__heading{margin:0 0 13px;color:#172019;font:400 clamp(36px,4.2vw,60px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.boho-hpv2-events__description{max-width:640px;margin:0;color:#676960;font:400 14px/1.7 Arial,sans-serif}
.boho-hpv2-events__view-all{display:inline-flex;align-items:center;gap:13px;flex:0 0 auto;padding:9px 0;color:#174f3b;text-decoration:none;font:700 9px/1 Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}
.boho-hpv2-events__view-all:hover{color:#9b5f34;transform:translateX(2px)}
.boho-hpv2-events__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:18px;row-gap:18px}
.boho-hpv2-events__card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(23,32,25,.09);border-radius:20px;background:#f7f1e6;box-shadow:0 10px 28px rgba(22,28,24,.055)}
.boho-hpv2-events__media{position:relative;width:100%;height:245px;overflow:hidden;background:#d7d0c4}
.boho-hpv2-events__image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% var(--hpv2-event-y,50%);transition:transform .45s ease}
.boho-hpv2-events__card:hover .boho-hpv2-events__image{transform:scale(1.025)}
.boho-hpv2-events__date{position:absolute;top:18px;left:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:62px;min-height:62px;padding:8px;border-radius:12px;background:#fbf8f1;box-shadow:0 8px 24px rgba(17,24,20,.11)}
.boho-hpv2-events__day{color:#172019;font:700 20px/1 Arial,sans-serif}
.boho-hpv2-events__month{margin-top:4px;color:#9b5f34;font:700 8px/1 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.boho-hpv2-events__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:0;padding:24px 24px 26px}
.boho-hpv2-events__category{margin:0 0 9px;color:#9b5f34;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.boho-hpv2-events__card-title{margin:0 0 10px;color:#172019;font:400 24px/1.08 Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.boho-hpv2-events__card-description{margin:0 0 18px;color:#676960;font:400 12px/1.6 Arial,sans-serif}
.boho-hpv2-events__meta{display:flex;align-items:flex-start;gap:10px;width:100%;margin:0 0 22px;color:#5f665f;font:500 10px/1.5 Arial,sans-serif}
.boho-hpv2-events__meta-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:2px;color:#9b5f34;font-size:13px}
.boho-hpv2-events__meta-icon svg{width:1em;height:1em;fill:currentColor}
.boho-hpv2-events__meta-text{display:flex;flex-direction:column;gap:1px}
.boho-hpv2-events__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:auto;padding:9px 14px;border:1px solid #174f3b;border-radius:999px;background:transparent;color:#174f3b;text-decoration:none;font:700 9px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease,color .2s ease,transform .2s ease}
.boho-hpv2-events__button:hover{background:#174f3b;color:#fff;transform:translateY(-1px)}

@media(max-width:1024px){
  .boho-hpv2-events{padding:70px 28px 82px}
  .boho-hpv2-events__head{gap:28px}
  .boho-hpv2-events__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .boho-hpv2-events__card:last-child{grid-column:1/-1;max-width:calc(50% - 8px);width:100%;justify-self:center}
}
@media(max-width:767px){
  .boho-hpv2-events{padding:56px 20px 66px}
  .boho-hpv2-events__head{display:block;margin-bottom:28px}
  .boho-hpv2-events__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-events__view-all{margin-top:18px}
  .boho-hpv2-events__grid{grid-template-columns:1fr;gap:16px}
  .boho-hpv2-events__card:last-child{grid-column:auto;max-width:none}
  .boho-hpv2-events__media{height:225px}
  .boho-hpv2-events__content{padding:22px 21px 24px}
  .boho-hpv2-events__button{min-height:42px}
  .boho-hpv2-events__card-description,.boho-hpv2-events__time,.boho-hpv2-events__location{overflow-wrap:anywhere}
}
.boho-hpv2-events__time,.boho-hpv2-events__location{color:inherit;font:inherit}
.boho-hpv2-events__view-all-arrow,.boho-hpv2-events__button-arrow{color:inherit;font:inherit}

/* Homepage V2 — What's Waiting for You */
.boho-hpv2-waiting{width:100%;padding:82px 32px 96px;background:#f4eee3;color:#172019}
.boho-hpv2-waiting__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-waiting__head{max-width:720px;margin:0 0 36px}
.boho-hpv2-waiting__eyebrow{margin:0 0 13px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-waiting__heading{margin:0 0 13px;color:#172019;font:400 clamp(36px,4.2vw,60px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.boho-hpv2-waiting__description{max-width:640px;margin:0;color:#676960;font:400 14px/1.7 Arial,sans-serif}
.boho-hpv2-waiting__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:18px;row-gap:18px}
.boho-hpv2-waiting__item{display:flex;flex-direction:column;align-items:flex-start;gap:0;min-width:0;min-height:235px;padding:28px 28px 30px;border:1px solid rgba(23,32,25,.09);border-radius:20px;background:#fbf8f1;box-shadow:0 10px 28px rgba(22,28,24,.045);overflow:hidden}
.boho-hpv2-waiting__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 0 24px;border-radius:50%;background:#eee4d5;color:#174f3b;font-size:17px}
.boho-hpv2-waiting__icon svg{width:1em;height:1em;fill:currentColor}
.boho-hpv2-waiting__item-title{margin:0 0 9px;color:#172019;font:400 24px/1.08 Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.boho-hpv2-waiting__item-description{max-width:330px;margin:0;color:#676960;font:400 12px/1.65 Arial,sans-serif}

@media(max-width:1024px){
  .boho-hpv2-waiting{padding:70px 28px 82px}
  .boho-hpv2-waiting__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .boho-hpv2-waiting__item{min-height:220px;padding:26px}
}
@media(max-width:767px){
  .boho-hpv2-waiting{padding:56px 20px 66px}
  .boho-hpv2-waiting__head{margin-bottom:28px}
  .boho-hpv2-waiting__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-waiting__grid{grid-template-columns:1fr;gap:14px}
  .boho-hpv2-waiting__item{min-height:0;padding:24px 22px}
  .boho-hpv2-waiting__icon{margin-bottom:20px}
  .boho-hpv2-waiting__item-description{overflow-wrap:anywhere}
}

/* Homepage V2 — Testimonials Shortcode Wrapper */
.boho-hpv2-testimonials{width:100%;padding:82px 32px 96px;background:#fbf7ef;color:#172019;overflow:hidden}
.boho-hpv2-testimonials__inner{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:34px}
.boho-hpv2-testimonials__head{width:100%;max-width:760px;margin:0 auto;text-align:center}
.boho-hpv2-testimonials__eyebrow{margin:0 0 13px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-testimonials__heading{margin:0 0 14px;font:400 clamp(36px,4.2vw,60px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.boho-hpv2-testimonials__heading-primary{color:#172019}
.boho-hpv2-testimonials__heading-accent{color:#174f3b;font-style:italic}
.boho-hpv2-testimonials__heading-primary,.boho-hpv2-testimonials__heading-accent{display:inline}
.boho-hpv2-testimonials__heading-primary+.boho-hpv2-testimonials__heading-accent{margin-left:.18em}
.boho-hpv2-testimonials__description{max-width:620px;margin:0 auto;color:#676960;font:400 14px/1.7 Arial,sans-serif}
.boho-hpv2-testimonials__shortcode-shell{width:100%;max-width:1180px;margin:0 auto;padding:0;background:transparent;border-radius:22px;overflow:visible}
.boho-hpv2-testimonials__shortcode-output{width:100%;min-width:0}
.boho-hpv2-testimonials__shortcode-output:empty{display:none}
.boho-hpv2-testimonials__cta-wrap{width:100%;display:flex;justify-content:center;margin:0}
.boho-hpv2-testimonials__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 0;color:#174f3b;background:transparent;text-decoration:none;font:700 9px/1 Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}
.boho-hpv2-testimonials__cta:hover{color:#9b5f34;transform:translateX(2px)}
.boho-hpv2-testimonials__cta-arrow{color:inherit;font:inherit}

@media(max-width:1024px){
  .boho-hpv2-testimonials{padding:70px 28px 82px}
  .boho-hpv2-testimonials__inner{gap:30px}
}
@media(max-width:767px){
  .boho-hpv2-testimonials{padding:56px 20px 66px}
  .boho-hpv2-testimonials__inner{gap:26px}
  .boho-hpv2-testimonials__head{text-align:left;margin-left:0;margin-right:0}
  .boho-hpv2-testimonials__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-testimonials__description{margin-left:0;margin-right:0}
  .boho-hpv2-testimonials__cta-wrap{justify-content:flex-start}
  .boho-hpv2-testimonials__shortcode-shell,.boho-hpv2-testimonials__shortcode-output{max-width:100%;min-width:0}
  .boho-hpv2-testimonials__shortcode-output iframe,.boho-hpv2-testimonials__shortcode-output img,.boho-hpv2-testimonials__shortcode-output video{max-width:100%;height:auto}
  .boho-hpv2-testimonials__cta{min-height:42px}
}


/* Homepage V2 — Community */
.boho-hpv2-community{width:100%;padding:82px 32px 96px;background:#f4eee3;color:#172019;overflow:hidden}
.boho-hpv2-community__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-community__head{width:100%;max-width:780px;margin:0 auto 36px;text-align:center}
.boho-hpv2-community__eyebrow{margin:0 0 13px;color:#9b5f34;font:600 10px/1.3 Arial,sans-serif;letter-spacing:.19em;text-transform:uppercase}
.boho-hpv2-community__heading{margin:0 0 14px;font:400 clamp(36px,4.2vw,60px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.04em}
.boho-hpv2-community__heading-primary{color:#172019}
.boho-hpv2-community__heading-accent{color:#174f3b;font-style:italic}
.boho-hpv2-community__description{max-width:640px;margin:0 auto;color:#676960;font:400 14px/1.7 Arial,sans-serif}
.boho-hpv2-community__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:240px 240px;gap:14px}
.boho-hpv2-community__tile{position:relative;display:block;min-width:0;min-height:0;overflow:hidden;border-radius:18px;background:#d8d2c7;text-decoration:none}
.boho-hpv2-community__tile img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.boho-hpv2-community__tile:hover img{transform:scale(1.025)}
.boho-hpv2-community__tile--1{grid-column:1;grid-row:1/3}
.boho-hpv2-community__tile--2{grid-column:2;grid-row:1}
.boho-hpv2-community__tile--3{grid-column:3;grid-row:1}
.boho-hpv2-community__tile--4{grid-column:2;grid-row:2}
.boho-hpv2-community__tile--5{grid-column:3;grid-row:2}
.boho-hpv2-community__profile{position:absolute;z-index:2;right:28px;top:28px;width:min(250px,calc(100% - 56px));padding:20px;border:1px solid rgba(23,32,25,.08);border-radius:16px;background:rgba(251,248,241,.96);box-shadow:0 12px 34px rgba(22,28,24,.10);backdrop-filter:blur(8px)}
.boho-hpv2-community__grid{position:relative}
.boho-hpv2-community__profile-icon{margin:0 0 8px;color:#174f3b;font:400 25px/1 Arial,sans-serif}
.boho-hpv2-community__profile-name{margin:0 0 8px;color:#172019;font:700 11px/1.2 Arial,sans-serif;letter-spacing:.04em}
.boho-hpv2-community__profile-text{margin:0 0 15px;color:#676960;font:400 11px/1.55 Arial,sans-serif}
.boho-hpv2-community__profile-cta{display:inline-flex;align-items:center;gap:9px;color:#174f3b;text-decoration:none;font:700 8px/1 Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}
a.boho-hpv2-community__profile-cta:hover{color:#9b5f34;transform:translateX(2px)}
.boho-hpv2-community__profile-arrow{color:inherit;font:inherit}

@media(max-width:1024px){
  .boho-hpv2-community{padding:70px 28px 82px}
  .boho-hpv2-community__grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}
  .boho-hpv2-community__tile--1{grid-column:1;grid-row:1/3}
  .boho-hpv2-community__tile--2{grid-column:2;grid-row:1}
  .boho-hpv2-community__tile--3{grid-column:2;grid-row:2}
  .boho-hpv2-community__tile--4{grid-column:1;grid-row:3}
  .boho-hpv2-community__tile--5{grid-column:2;grid-row:3}
}
@media(max-width:767px){
  .boho-hpv2-community{padding:56px 20px 66px}
  .boho-hpv2-community__head{margin-bottom:28px;text-align:left}
  .boho-hpv2-community__heading{font-size:clamp(34px,10vw,48px)}
  .boho-hpv2-community__description{margin-left:0;margin-right:0}
  .boho-hpv2-community__grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 170px 170px;gap:10px}
  .boho-hpv2-community__tile--1{grid-column:1/3;grid-row:1}
  .boho-hpv2-community__tile--2{grid-column:1;grid-row:2}
  .boho-hpv2-community__tile--3{grid-column:2;grid-row:2}
  .boho-hpv2-community__tile--4{grid-column:1;grid-row:3}
  .boho-hpv2-community__tile--5{grid-column:2;grid-row:3}
  .boho-hpv2-community__profile{position:relative;right:auto;top:auto;grid-column:1/3;grid-row:auto;width:100%;margin-top:6px}
  .boho-hpv2-community__profile-text{overflow-wrap:anywhere}
  .boho-hpv2-community__profile-cta{min-height:42px}
}


/* Homepage V2 — Final CTA */
.boho-hpv2-final-cta{width:100%;padding:88px 32px 42px;background:#f4eee3;color:#172019;overflow:hidden}
.boho-hpv2-final-cta__inner{width:100%;max-width:1440px;margin:0 auto}
.boho-hpv2-final-cta__main{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px;border-radius:24px;overflow:hidden;background:#174f3b;box-shadow:0 20px 54px rgba(26,31,26,.10)}
.boho-hpv2-final-cta__main--no-media{grid-template-columns:1fr}
.boho-hpv2-final-cta__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:520px;padding:72px;background:#174f3b;color:#fffdf8}
.boho-hpv2-final-cta__eyebrow{margin:0 0 18px;color:#d8c39e;font:700 10px/1.3 Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.boho-hpv2-final-cta__heading{max-width:650px;margin:0 0 24px;font:400 clamp(42px,4.8vw,70px)/.98 Georgia,'Times New Roman',serif;letter-spacing:-.045em}
.boho-hpv2-final-cta__heading-primary{color:#fffdf8}
.boho-hpv2-final-cta__heading-accent{display:block;color:#d8c39e;font-style:italic}
.boho-hpv2-final-cta__description{max-width:540px;margin:0 0 32px;color:rgba(255,255,255,.78);font:400 14px/1.75 Arial,sans-serif}
.boho-hpv2-final-cta__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.boho-hpv2-final-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:156px;padding:15px 20px;border:1px solid rgba(255,255,255,.45);border-radius:999px;text-decoration:none;font:700 9px/1 Arial,sans-serif;letter-spacing:.10em;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.boho-hpv2-final-cta__button--primary{background:#f5eee0;border-color:#f5eee0;color:#174f3b}
.boho-hpv2-final-cta__button--secondary{background:transparent;color:#fffdf8}
a.boho-hpv2-final-cta__button:hover{transform:translateY(-2px)}
.boho-hpv2-final-cta__button--primary:hover{background:#ffffff;border-color:#ffffff;color:#174f3b}
.boho-hpv2-final-cta__button--secondary:hover{background:rgba(255,255,255,.10);border-color:#fffdf8;color:#fffdf8}
.boho-hpv2-final-cta__button-arrow{color:inherit;font:inherit}
.boho-hpv2-final-cta__media{position:relative;min-width:0;min-height:520px;overflow:hidden;background:#d8d2c7}
.boho-hpv2-final-cta__media::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:rgba(0,0,0,.10)}
.boho-hpv2-final-cta__media img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.boho-hpv2-final-cta__media-caption{position:absolute;z-index:2;left:24px;bottom:22px;color:#fff;font:700 9px/1 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.boho-hpv2-final-cta__contact{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:16px;padding:20px 26px;border:1px solid rgba(23,32,25,.08);border-radius:18px;background:#fffaf2}
.boho-hpv2-final-cta__contact-item{display:flex;flex-direction:column;min-width:0;gap:6px}
.boho-hpv2-final-cta__contact-label{color:#9b5f34;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.boho-hpv2-final-cta__contact-value{color:#172019;text-decoration:none;font:600 11px/1.45 Arial,sans-serif;overflow-wrap:anywhere}
a.boho-hpv2-final-cta__contact-value:hover{text-decoration:underline}

@media(max-width:1024px){
  .boho-hpv2-final-cta{padding:72px 28px 36px}
  .boho-hpv2-final-cta__copy{padding:54px 46px}
  .boho-hpv2-final-cta__contact{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .boho-hpv2-final-cta{padding:56px 20px 30px}
  /* Elementor's responsive control selectors are more specific than this
     stylesheet. Force the intended mobile structure so desktop column values
     cannot leave the panel squeezed into two columns on phones. */
  .boho-hpv2-final-cta__main{grid-template-columns:1fr!important;min-height:0;border-radius:20px}
  .boho-hpv2-final-cta__copy{min-height:0;padding:44px 28px 42px}
  .boho-hpv2-final-cta__heading{font-size:clamp(38px,11vw,52px)}
  .boho-hpv2-final-cta__description{margin-bottom:26px}
  .boho-hpv2-final-cta__buttons{align-items:stretch}
  .boho-hpv2-final-cta__button{width:100%}
  .boho-hpv2-final-cta__media{min-height:330px}
  .boho-hpv2-final-cta__contact{grid-template-columns:1fr!important;padding:20px;margin-top:12px}
  .boho-hpv2-final-cta__contact-item{min-width:0}
  .boho-hpv2-final-cta__button{min-height:46px}
}


/* Homepage V2 Community — self-contained modal lightbox. */
.boho-hpv2-lightbox{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}
.boho-hpv2-lightbox.is-open{display:flex}
.boho-hpv2-lightbox__backdrop{position:absolute;inset:0;background:rgba(12,14,13,.92);cursor:zoom-out}
.boho-hpv2-lightbox__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(94vw,1600px);height:min(92vh,1100px);pointer-events:none}
.boho-hpv2-lightbox__figure{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;max-height:100%;margin:0;pointer-events:auto}
.boho-hpv2-lightbox__image{display:block;max-width:min(88vw,1500px);max-height:84vh;width:auto;height:auto;object-fit:contain;border-radius:2px;box-shadow:0 24px 70px rgba(0,0,0,.38)}
.boho-hpv2-lightbox__caption{display:flex;justify-content:space-between;gap:24px;width:100%;box-sizing:border-box;padding:12px 2px 0;color:#fff;font-size:13px;line-height:1.4}
.boho-hpv2-lightbox__counter{margin-left:auto;white-space:nowrap;opacity:.72}
.boho-hpv2-lightbox__close,.boho-hpv2-lightbox__nav{position:absolute;z-index:2;display:grid;place-items:center;border:0;background:rgba(255,255,255,.94);color:#151815;box-shadow:0 8px 28px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto}
.boho-hpv2-lightbox__close{top:0;right:0;width:46px;height:46px;border-radius:50%;font:300 32px/1 Arial,sans-serif}
.boho-hpv2-lightbox__nav{top:50%;width:48px;height:56px;margin-top:-28px;border-radius:999px;font:300 36px/1 Arial,sans-serif}
.boho-hpv2-lightbox__nav--prev{left:0}
.boho-hpv2-lightbox__nav--next{right:0}
.boho-hpv2-lightbox__close:hover,.boho-hpv2-lightbox__nav:hover{background:#fff}
.boho-hpv2-lightbox__close:focus-visible,.boho-hpv2-lightbox__nav:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media (max-width:767px){
  .boho-hpv2-lightbox{padding:14px}
  .boho-hpv2-lightbox__dialog{width:100%;height:100%}
  .boho-hpv2-lightbox__image{max-width:100%;max-height:80vh}
  .boho-hpv2-lightbox__close{top:4px;right:4px;width:42px;height:42px}
  .boho-hpv2-lightbox__nav{top:auto;bottom:8px;width:44px;height:44px;margin:0}
  .boho-hpv2-lightbox__nav--prev{left:4px}
  .boho-hpv2-lightbox__nav--next{right:4px}
  .boho-hpv2-lightbox__caption{padding:10px 52px 0;font-size:12px}
}
