/* =========================================================
   HUNEY BEEZ — CORE STYLESHEET
   Bootstrap is used ONLY for the .container/.row/.col grid.
   All color, type, spacing, and component styling lives here.
   ========================================================= */

:root{
  --hb-cream:      #F8F1E3;
  --hb-cream-2:    #F3EADA;
  --hb-dark:       #241A14;
  --hb-dark-2:     #2E2119;
  --hb-dark-3:     #362619;
  --hb-pink:       #B8375A;
  --hb-pink-2:     #A62F4F;
  --hb-gold:       #F3A93E;
  --hb-gold-2:     #F7C265;
  --hb-text-muted-dark:  #C9BDAF;
  --hb-text-muted-light: #6B5C4C;
  --hb-radius:     4px;
  --hb-font-head:  'Poppins', Arial, Helvetica, sans-serif;
  --hb-font-body:  'Inter', Arial, Helvetica, sans-serif;
  --hb-container:  1200px;
}

/* ---------- Base / resets ---------- */
.hb-home{
  background:var(--hb-cream);
  color:var(--hb-dark);
  font-family:var(--hb-font-body);
  overflow-x:hidden;
}
.hb-home *{ box-sizing:border-box; }
.hb-home img{ max-width:100%; display:block; }
.hb-home a{ text-decoration:none; color:inherit; }
.hb-home ul{ list-style:none; margin:0; padding:0; }
.hb-home .hb-container{
  width:100%;
  max-width:var(--hb-container);
  margin:0 auto;
  padding:0 24px;
}
.hb-home h1,.hb-home h2,.hb-home h3,.hb-home h4{
  font-family:var(--hb-font-head);
  font-weight:800;
  line-height:1.08;
  margin:0;
  letter-spacing:-0.01em;
}
.hb-home .hb-eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--hb-gold);
  margin-bottom:12px;
}
.hb-home section.hb-eyebrow-dark .hb-eyebrow{ color:var(--hb-pink); }

/* ---------- Buttons ---------- */
.hb-home .hb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  font-family:var(--hb-font-body);
  font-weight:700;
  font-size:14px;
  border-radius:var(--hb-radius);
  border:2px solid transparent;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease;
  white-space:nowrap;
}
.hb-home .hb-btn:hover{ transform:translateY(-1px); }
.hb-home .hb-btn--pink{ background:var(--hb-pink); color:#fff; }
.hb-home .hb-btn--pink:hover{ background:var(--hb-pink-2); }
.hb-home .hb-btn--dark{ background:var(--hb-dark); color:var(--hb-cream); }
.hb-home .hb-btn--dark:hover{ background:#000; }
.hb-home .hb-btn--outline-dark{ background:transparent; border-color:var(--hb-dark); color:var(--hb-dark); }
.hb-home .hb-btn--outline-dark:hover{ background:var(--hb-dark); color:var(--hb-cream); }
.hb-home .hb-btn--outline-light{ background:transparent; border-color:var(--hb-cream); color:var(--hb-cream); }
.hb-home .hb-btn--outline-light:hover{ background:var(--hb-cream); color:var(--hb-dark); }

/* ================= HEADER ================= */
.hb-header{
  background:var(--hb-cream);
  border-bottom:1px solid rgba(36,26,20,.08);
  position:sticky;
  top:0;
  z-index:999;
}
.hb-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 24px;
  max-width:var(--hb-container);
  margin:0 auto;
}
.hb-header__logo{ display:flex; align-items:center; gap:10px; font-family:var(--hb-font-head); font-weight:800; font-size:19px; color:var(--hb-dark); }
.hb-header__logo img{ width:34px; height:auto; }
.hb-nav{ display:flex; align-items:center; gap:32px; }
.hb-nav ul{ display:flex; gap:32px; }
.hb-nav a{ font-size:15px; font-weight:600; color:var(--hb-dark); }
.hb-nav a:hover{ color:var(--hb-pink); }
.hb-header__actions{ display:flex; align-items:center; gap:12px; }
.hb-header__actions .hb-btn{ padding:11px 22px; }
.hb-burger{ display:none; background:none; border:0; cursor:pointer; padding:6px; }
.hb-burger span{ display:block; width:26px; height:2px; background:var(--hb-dark); margin:6px 0; }

/* ================= HERO ================= */
.hb-hero{
  background:var(--hb-dark);
  color:var(--hb-cream);
  padding:64px 0 0;
  position:relative;
  overflow:hidden;
}
.hb-hero__row{ display:flex; align-items:flex-start; gap:56px; padding-bottom:56px; }
.hb-hero__copy{ flex:0 0 46%; max-width:46%; }
.hb-hero__eyebrow{ color:var(--hb-gold); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-bottom:18px; display:block; }
.hb-hero__title{ font-size:52px; color:var(--hb-cream); margin-bottom:22px; }
.hb-hero__title mark{ background:none; color:var(--hb-gold); }
.hb-hero__desc{ font-size:16px; line-height:1.7; color:var(--hb-text-muted-dark); max-width:460px; margin-bottom:30px; }
.hb-hero__ctas{ display:flex; gap:14px; margin-bottom:28px; flex-wrap:wrap; }
.hb-hero__badges{ display:flex; gap:26px; flex-wrap:wrap; }
.hb-hero__badge{ display:flex; align-items:center; gap:8px; font-size:12.5px; color:var(--hb-text-muted-dark); }
.hb-hero__badge i{ width:8px; height:8px; border-radius:2px; display:inline-block; }
.hb-hero__badge:nth-child(1) i{ background:#9AA0A6; }
.hb-hero__badge:nth-child(2) i{ background:var(--hb-gold); }
.hb-hero__badge:nth-child(3) i{ background:#fff; }

/* -- hero media: sticky so it never scrolls with the page while in view -- */
.hb-hero__media{
  flex:0 0 54%;
  max-width:54%;
  position:sticky;
  top:96px;
}
.hb-hero__frame{ position:relative; border-radius:6px; overflow:hidden; }
.hb-hero__frame img{ width:100%; height:520px; object-fit:cover; }
.hb-hero__ribbon{
  position:absolute; left:0; bottom:34px;
  background:var(--hb-pink); color:#fff;
  padding:10px 22px 10px 18px;
  font-size:13px; font-weight:700; line-height:1.5;
  border-radius:0 4px 4px 0;
}
.hb-hero__ribbon span{ display:block; }

/* diagonal cut into the strip below */
.hb-hero__cut{
  height:56px;
  background:var(--hb-cream);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  margin-top:-1px;
}

/* trust / stat strip */
.hb-trust{ background:var(--hb-dark); padding-bottom:48px; }
.hb-trust__row{ display:flex; flex-wrap:wrap; gap:32px; padding-top:8px; border-top:1px solid rgba(248,241,227,.12); }
.hb-trust__item{ flex:1 1 220px; }
.hb-trust__item h4{ color:var(--hb-gold); font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:.03em; margin-bottom:8px; }
.hb-trust__item p{ color:var(--hb-text-muted-dark); font-size:14px; line-height:1.6; margin:0; }

/* ================= OFFER / SERVICES ================= */
.hb-offer{ padding:96px 0; background:var(--hb-cream); }
.hb-offer__head{ max-width:640px; margin-bottom:48px; }
.hb-offer__head h2{ font-size:36px; color:var(--hb-dark); margin-bottom:16px; }
.hb-offer__head p{ font-size:16px; line-height:1.7; color:var(--hb-text-muted-light); }
.hb-offer__grid{ display:flex; flex-wrap:wrap; gap:24px; }
.hb-offer__card{
  flex:1 1 calc(33.333% - 16px);
  min-width:280px;
  padding:32px;
  border-radius:6px;
  background:var(--hb-dark);
  color:var(--hb-cream);
}
.hb-offer__card--pink{ background:var(--hb-pink); }
.hb-offer__card--dark2{ background:var(--hb-dark-2); }
.hb-offer__icon{
  width:44px; height:44px; border-radius:8px;
  background:var(--hb-gold);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:20px; font-size:20px;
}
.hb-offer__card--pink .hb-offer__icon{ background:var(--hb-dark); color:var(--hb-gold); }
.hb-offer__card h3{ font-size:19px; margin-bottom:10px; color:inherit; }
.hb-offer__card p{ font-size:14px; line-height:1.65; color:var(--hb-text-muted-dark); margin:0; }
.hb-offer__card--pink p{ color:rgba(255,255,255,.85); }

/* ================= STORY ================= */
.hb-story{ padding:96px 0; background:var(--hb-cream); }
.hb-story__row{ display:flex; align-items:center; gap:64px; flex-wrap:wrap; }
.hb-story__media{ flex:1 1 420px; position:relative; min-height:420px; }
.hb-story__media img.hb-story__img-main{ width:88%; border-radius:6px; }
.hb-story__media img.hb-story__img-sub{
  width:52%; position:absolute; right:0; bottom:-10%;
  border-radius:6px; border:6px solid var(--hb-cream);
}
.hb-story__copy{ flex:1 1 440px; }
.hb-story__copy h2{ font-size:34px; margin-bottom:20px; color:var(--hb-dark); }
.hb-story__copy p{ font-size:15.5px; line-height:1.75; color:var(--hb-text-muted-light); margin-bottom:16px; }
.hb-story__points{ display:flex; flex-wrap:wrap; gap:14px 40px; margin:22px 0 28px; }
.hb-story__point{ flex:1 1 220px; display:flex; align-items:flex-start; gap:10px; font-size:14.5px; color:var(--hb-dark); font-weight:600; }
.hb-story__point i{ width:8px; height:8px; margin-top:6px; border-radius:2px; background:var(--hb-gold); flex:0 0 auto; }

/* ================= PROGRAMS (dark) ================= */
.hb-programs{ background:var(--hb-dark); padding:96px 0; color:var(--hb-cream); }
.hb-programs__head{ max-width:600px; margin-bottom:44px; }
.hb-programs__head h2{ font-size:34px; color:var(--hb-cream); margin-bottom:14px; }
.hb-programs__head p{ color:var(--hb-text-muted-dark); font-size:15px; }
.hb-programs__grid{ display:flex; flex-wrap:wrap; gap:0; border-top:1px solid rgba(248,241,227,.12); border-left:1px solid rgba(248,241,227,.12); margin-bottom:48px; }
.hb-programs__item{
  flex:1 1 16.6%;
  min-width:150px;
  padding:26px 20px;
  border-right:1px solid rgba(248,241,227,.12);
  border-bottom:1px solid rgba(248,241,227,.12);
}
.hb-programs__num{ color:var(--hb-pink); font-size:12px; font-weight:800; letter-spacing:.05em; margin-bottom:14px; display:block; }
.hb-programs__item h4{ font-size:16px; color:var(--hb-cream); margin-bottom:8px; }
.hb-programs__item p{ font-size:13px; color:var(--hb-text-muted-dark); line-height:1.5; margin:0; }
.hb-programs__gear{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; padding-top:32px; border-top:1px solid rgba(248,241,227,.12); }
.hb-programs__gear-copy .hb-eyebrow{ margin-bottom:6px; }
.hb-programs__gear-copy p{ color:var(--hb-text-muted-dark); font-size:14px; margin:0; }
.hb-programs__gear-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.hb-programs__gear-actions .hb-btn{ padding:11px 20px; font-size:13px; }

/* ================= WHY US ================= */
.hb-why{ padding:96px 0; background:var(--hb-cream-2); }
.hb-why__head{ max-width:600px; margin-bottom:48px; }
.hb-why__head h2{ font-size:34px; margin-bottom:14px; }
.hb-why__grid{ display:flex; flex-wrap:wrap; gap:32px; }
.hb-why__item{ flex:1 1 calc(20% - 26px); min-width:170px; }
.hb-why__emoji{ font-size:26px; margin-bottom:16px; display:block; }
.hb-why__item h4{ font-size:15.5px; margin-bottom:8px; color:var(--hb-dark); }
.hb-why__item p{ font-size:13.5px; line-height:1.6; color:var(--hb-text-muted-light); margin:0; }

/* ================= TESTIMONIALS ================= */
.hb-testi{ background:var(--hb-dark-2); padding:96px 0; }
.hb-testi__head{ max-width:600px; margin-bottom:44px; }
.hb-testi__head h2{ font-size:34px; color:var(--hb-cream); }
.hb-testi__grid{ display:flex; flex-wrap:wrap; gap:24px; }
.hb-testi__card{
  flex:1 1 calc(33.333% - 16px); min-width:280px;
  background:var(--hb-dark-3); border-top:3px solid var(--hb-gold);
  border-radius:4px; padding:28px;
}
.hb-testi__stars{ color:var(--hb-gold); font-size:14px; margin-bottom:16px; letter-spacing:2px; }
.hb-testi__quote{ color:var(--hb-text-muted-dark); font-size:14.5px; line-height:1.7; margin-bottom:22px; }
.hb-testi__person{ display:flex; align-items:center; gap:12px; }
.hb-testi__person > div{ min-width:0; }
.hb-testi__avatar{
  display:block;
  flex:0 0 38px;
  width:38px; height:38px; min-width:38px; min-height:38px;
  border-radius:50%; background:var(--hb-pink);
  color:#fff; font-weight:700; font-size:14px;
  line-height:38px; text-align:center;
  overflow:hidden;
}
.hb-testi__person strong{ display:block; color:var(--hb-cream); font-size:14px; }
.hb-testi__person span{ display:block; color:var(--hb-text-muted-dark); font-size:12.5px; }

/* ================= CTA ================= */
.hb-cta{ background:var(--hb-pink); color:#fff; padding:88px 0; overflow:hidden; }
.hb-cta__row{ display:flex; align-items:center; gap:48px; flex-wrap:wrap; }
.hb-cta__copy{ flex:1 1 440px; }
.hb-cta__copy h2{ font-size:36px; color:#fff; margin-bottom:16px; }
.hb-cta__copy p{ font-size:15.5px; line-height:1.7; color:rgba(255,255,255,.9); max-width:440px; margin-bottom:28px; }
.hb-cta__actions{ display:flex; gap:14px; flex-wrap:wrap; }
.hb-cta__media{ flex:1 1 340px; }
.hb-cta__media img{ border-radius:6px; width:100%; height:340px; object-fit:cover; transform:rotate(-2deg); }

/* ================= FOOTER ================= */
.hb-footer{ background:var(--hb-dark); color:var(--hb-text-muted-dark); padding:72px 0 0; }
.hb-footer__grid{ display:flex; flex-wrap:wrap; gap:40px; padding-bottom:48px; border-bottom:1px solid rgba(248,241,227,.1); }
.hb-footer__brand{ flex:1 1 280px; }
.hb-footer__logo{ display:flex; align-items:center; gap:10px; color:var(--hb-cream); font-family:var(--hb-font-head); font-weight:800; font-size:18px; margin-bottom:14px; }
.hb-footer__logo img{ width:30px; }
.hb-footer__brand p{ font-size:14px; line-height:1.7; max-width:280px; margin-bottom:18px; }
.hb-footer__social{ display:flex; gap:12px; }
.hb-footer__social a{ width:34px; height:34px; border:1px solid rgba(248,241,227,.25); border-radius:4px; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:var(--hb-cream); }
.hb-footer__col{ flex:1 1 160px; }
.hb-footer__col h5{ color:var(--hb-gold); font-size:13px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; margin-bottom:16px; }
.hb-footer__col ul li{ margin-bottom:10px; }
.hb-footer__col a{ font-size:14px; }
.hb-footer__col a:hover{ color:var(--hb-cream); }
.hb-footer__bottom{ display:flex; justify-content:space-between; padding:22px 0; font-size:12.5px; flex-wrap:wrap; gap:8px; }
.hb-footer__bottom a{ margin-left:18px; }

/* ---------- Parallax background helper ---------- */
.hb-parallax{
  background-attachment:fixed;
  background-position:center;
  background-size:cover;
}
@media (max-width:991px){
  /* background-attachment:fixed is unreliable/janky on mobile Safari & causes jank on touch — disabled below in responsive.css */
}

/* =========================================================
   INNER PAGES — shared components
   ========================================================= */

/* Page hero banner */
.hb-page-hero{
  background:var(--hb-dark) center/cover no-repeat;
  color:var(--hb-cream);
  padding:88px 0 64px;
  text-align:left;
}
.hb-page-hero .hb-eyebrow{ color:var(--hb-gold); }
.hb-page-hero h1{ font-size:44px; color:var(--hb-cream); margin-bottom:16px; }
.hb-page-hero p{ font-size:16px; line-height:1.7; color:var(--hb-text-muted-dark); max-width:640px; margin:0; }

.hb-page-content{ font-size:15.5px; line-height:1.8; color:var(--hb-text-muted-light); max-width:820px; }
.hb-page-content h2,.hb-page-content h3{ color:var(--hb-dark); margin:24px 0 12px; }
.hb-page-content p{ margin-bottom:16px; }

/* CTA centered variant (inner pages) */
.hb-cta__row--center{ justify-content:center; text-align:center; }
.hb-cta__row--center .hb-cta__copy{ max-width:640px; margin:0 auto; }
.hb-cta__row--center .hb-cta__copy p{ margin-left:auto; margin-right:auto; }
.hb-cta__row--center .hb-cta__actions{ justify-content:center; }

/* Programs page — detail cards */
.hb-programs-detail__grid{ display:flex; flex-wrap:wrap; gap:24px; }
.hb-programs-detail__card{
  flex:1 1 calc(33.333% - 16px); min-width:280px;
  background:var(--hb-dark); color:var(--hb-cream);
  border-radius:6px; padding:28px;
}
.hb-programs-detail__card h3{ font-size:19px; margin:6px 0 10px; }
.hb-programs-detail__meta{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
.hb-programs-detail__meta li{
  font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.03em;
  background:rgba(248,241,227,.1); color:var(--hb-gold);
  padding:5px 10px; border-radius:3px;
}
.hb-programs-detail__card p{ font-size:14px; line-height:1.65; color:var(--hb-text-muted-dark); margin:0; }

/* Mentorship steps */
.hb-mentorship-steps{ display:flex; flex-wrap:wrap; gap:24px; margin-bottom:36px; }
.hb-mentorship-steps__item{ flex:1 1 calc(33.333% - 16px); min-width:220px; background:#fff; border:1px solid rgba(36,26,20,.08); border-radius:6px; padding:24px; }
.hb-mentorship-steps__item h4{ font-size:16px; margin-bottom:8px; color:var(--hb-dark); }
.hb-mentorship-steps__item p{ font-size:14px; color:var(--hb-text-muted-light); margin:0; line-height:1.6; }
.hb-mentorship-steps__cta{ text-align:center; }

/* About — timeline */
.hb-timeline{ display:flex; flex-direction:column; gap:0; border-left:2px solid var(--hb-gold); padding-left:28px; max-width:720px; }
.hb-timeline__item{ position:relative; padding-bottom:28px; }
.hb-timeline__item::before{ content:''; position:absolute; left:-34px; top:4px; width:10px; height:10px; border-radius:50%; background:var(--hb-gold); }
.hb-timeline__year{ display:block; font-family:var(--hb-font-head); font-weight:800; color:var(--hb-pink); font-size:15px; margin-bottom:4px; }
.hb-timeline__item p{ font-size:14.5px; color:var(--hb-text-muted-light); margin:0; line-height:1.6; }

/* Gallery */
.hb-gallery-grid{ display:flex; flex-wrap:wrap; gap:16px; }
.hb-gallery-grid__item{ flex:1 1 calc(25% - 12px); min-width:220px; border-radius:6px; overflow:hidden; }
.hb-gallery-grid__item img{ width:100%; height:240px; object-fit:cover; }
.hb-gallery-empty-note{ flex:1 1 100%; font-size:13px; color:var(--hb-text-muted-light); font-style:italic; margin-top:8px; }

/* Stories page — reuse hb-testi but on light bg, wider cards */
.hb-testi--light{ background:var(--hb-cream-2); }
.hb-testi--light .hb-testi__card{ background:#fff; border-top:3px solid var(--hb-pink); }
.hb-testi--light .hb-testi__quote{ color:var(--hb-text-muted-light); }
.hb-testi--light .hb-testi__person strong{ color:var(--hb-dark); }
.hb-testi--light .hb-testi__person span{ color:var(--hb-text-muted-light); }
.hb-testi__grid--wide .hb-testi__card{ flex:1 1 calc(50% - 12px); }
.hb-testi__avatar--photo{ flex:0 0 38px; width:38px; height:38px; min-width:38px; min-height:38px; border-radius:50%; object-fit:cover; }

/* Contact page */
.hb-contact{ padding:80px 0; background:var(--hb-cream); }
.hb-contact__row{ display:flex; gap:56px; align-items:flex-start; flex-wrap:wrap; }
.hb-contact__info{ flex:1 1 320px; }
.hb-contact__info h2{ font-size:28px; margin-bottom:14px; color:var(--hb-dark); }
.hb-contact__info p{ font-size:15px; line-height:1.7; color:var(--hb-text-muted-light); margin-bottom:28px; }
.hb-contact__details li{ margin-bottom:18px; display:flex; flex-direction:column; gap:4px; }
.hb-contact__details strong{ font-size:12px; text-transform:uppercase; letter-spacing:.05em; color:var(--hb-gold); }
.hb-contact__details span,.hb-contact__details a{ font-size:15px; color:var(--hb-dark); font-weight:600; }

/* Enlarged CXM form panel, per request #8 ("a little bit bigger") */
.hb-contact__form-panel{
  flex:1 1 560px;
  min-width:320px;
  min-height:640px;
  background:#fff;
  border-radius:8px;
  border:1px solid rgba(36,26,20,.08);
  box-shadow:0 12px 32px rgba(36,26,20,.08);
  padding:36px;
}
.hb-contact__form-panel iframe{ width:100%; min-height:600px; border:0; }
.hb-contact__form-placeholder{ display:flex; align-items:center; justify-content:center; height:100%; min-height:560px; text-align:center; color:var(--hb-text-muted-light); font-size:14px; }
