:root{
  --bg:#050505;--bg2:#090909;--panel:#101010;--panel2:#151515;
  --text:#f6f2e9;--muted:#c8c1b5;--gold:#d7a92e;--gold2:#f1d06b;
  --green:#0da65b;--green2:#28c979;--line:rgba(215,169,46,.28);
  --line2:rgba(215,169,46,.55);--shadow:0 24px 80px rgba(0,0,0,.48);
  --max:1180px;--radius:22px;--sans:"Montserrat",Arial,sans-serif;--serif:"Cormorant Garamond",Georgia,serif;--display:"Cinzel",Georgia,serif;--ui:var(--sans)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% -10%,rgba(215,169,46,.12),transparent 34rem),
linear-gradient(180deg,#050505 0%,#080808 50%,#050505 100%);color:var(--text);font-family:var(--serif);font-size:18px;line-height:1.62}
img{max-width:100%}a{color:inherit}.wrap{width:min(var(--max),calc(100% - 34px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(5,5,5,.9);backdrop-filter:blur(14px);
border-bottom:1px solid rgba(215,169,46,.2)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;min-width:max-content}
.brand img{width:42px;height:42px;border-radius:12px}.brand-copy{line-height:1}
.brand-copy strong{display:block;font-family:var(--serif);letter-spacing:.12em;font-size:1.02rem}
.brand-copy span{display:block;color:var(--green);letter-spacing:.28em;font-size:.65rem;font-weight:800;margin-top:6px}
.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;font-size:.88rem}
.navlinks a{text-decoration:none;color:#d8d2c8}.navlinks a:hover,.navlinks a.active{color:var(--gold2)}
.navlinks .shop{border:1px solid var(--gold);border-radius:999px;padding:8px 13px;color:var(--gold2)}
.menu-toggle{display:none;background:transparent;border:1px solid var(--line);color:var(--text);
border-radius:10px;padding:8px 11px;cursor:pointer}
main{min-height:70vh}.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(215,169,46,.15)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:82px 0 72px}
.kicker{color:var(--gold2);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800}
.hero h1,.page-hero h1,.section-title{font-family:var(--serif)}
.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.92;margin:10px 0 22px;letter-spacing:.02em}
.green{color:var(--green)}.gold{color:var(--gold2)}
.lead{max-width:760px;color:#d6d0c5;font-size:clamp(1.05rem,2vw,1.25rem);margin:0}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;
font-weight:800;text-decoration:none;border:1px solid var(--gold);transition:.16s ease}
.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--gold);color:#151109}
.btn.secondary{color:var(--gold2)}.btn.green{background:var(--green);border-color:var(--green);color:#04140c}
.hero-art{min-height:530px;display:grid;place-items:center;position:relative}
.flyer-card{width:min(100%,500px);aspect-ratio:4/5;border-radius:28px;overflow:hidden;border:1px solid var(--line2);box-shadow:var(--shadow);background:#090909}
.flyer-card img{width:100%;height:100%;object-fit:cover;object-position:50% 18%}
.note{position:absolute;right:-8px;bottom:28px;width:225px;padding:16px 17px;border:1px solid var(--line2);
border-radius:16px;background:rgba(9,9,9,.95);box-shadow:0 16px 40px rgba(0,0,0,.3)}
.note strong{display:block;font-family:var(--serif);color:var(--gold2);font-size:1.08rem}.note span{font-size:.86rem;color:var(--muted)}
.page-hero{padding:78px 0 58px;border-bottom:1px solid rgba(215,169,46,.15);
background:radial-gradient(circle at 80% 10%,rgba(13,166,91,.08),transparent 26rem)}
.page-hero h1{font-size:clamp(2.8rem,6vw,5rem);line-height:1;margin:10px 0 18px}
.breadcrumb{color:#aaa399;font-size:.86rem;margin-bottom:20px}.breadcrumb a{text-decoration:none;color:var(--gold2)}
.section{padding:84px 0;position:relative}.section+.section{border-top:1px solid rgba(215,169,46,.13)}
.section-title{font-size:clamp(2.15rem,4.6vw,4rem);line-height:1.05;margin:6px 0 14px}
.section-lead{max-width:780px;color:var(--muted);font-size:1.04rem;margin:0}
.rule{width:88px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin-top:22px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:linear-gradient(180deg,rgba(215,169,46,.045),transparent 45%),var(--panel);
border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 18px 44px rgba(0,0,0,.15)}
.card h2,.card h3{font-family:var(--serif);color:var(--gold2);margin:0 0 10px}.card h3{font-size:1.5rem}
.card p{color:var(--muted);margin:0}.icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid var(--gold);
border-radius:50%;color:var(--gold2);font-weight:900;margin-bottom:16px}
.list{display:grid;gap:12px;margin-top:22px}.item{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:13px 0;
border-bottom:1px solid rgba(215,169,46,.13)}.item:last-child{border-bottom:0}.num{color:var(--gold);font-weight:900}
.item strong{display:block;color:#fff8ed;margin-bottom:2px}.item span{color:var(--muted);font-size:.94rem}
.callout{padding:28px;border:1px solid var(--line2);border-radius:22px;
background:radial-gradient(circle at 100% 0%,rgba(13,166,91,.10),transparent 20rem),
linear-gradient(135deg,rgba(215,169,46,.08),rgba(255,255,255,.01))}
.callout h2,.callout h3{font-family:var(--serif);color:var(--gold2);margin:0 0 8px}.callout p{color:var(--muted)}
.pill-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.pill{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#d8d1c6;font-size:.86rem}
.image-panel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#090909;box-shadow:var(--shadow)}
.image-panel img{display:block;width:100%}.quote{padding:25px;border-left:3px solid var(--gold);background:linear-gradient(90deg,rgba(215,169,46,.075),transparent);
border-radius:0 14px 14px 0;font-family:var(--serif);font-size:1.22rem;color:#e7dfd2}
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px}.contact-row{display:flex;gap:14px;padding:14px 0;
border-bottom:1px solid rgba(215,169,46,.13)}.contact-row:last-child{border-bottom:0}.label{min-width:86px;color:var(--gold);font-weight:800}
.contact-row a{text-decoration:none}.contact-row a:hover{color:var(--green2)}
.store-banner{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}
.store-banner strong{font-family:var(--serif);font-size:1.8rem;color:var(--gold2)}
footer{padding:34px 0 46px;border-top:1px solid var(--line);color:#9f988f;font-size:.9rem}
.footer-grid{display:flex;justify-content:space-between;gap:22px;align-items:center;flex-wrap:wrap}
.footer-links{display:flex;flex-wrap:wrap;gap:14px}.footer-links a{text-decoration:none;color:#aaa399}.footer-links a:hover{color:var(--gold2)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){
 .navlinks{display:none}.menu-toggle{display:inline-block}.navlinks.open{display:flex;position:absolute;top:77px;left:17px;right:17px;
 background:#090909;border:1px solid var(--line);border-radius:16px;padding:18px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
 .hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.hero-art{min-height:auto}.flyer-card{width:min(100%,620px);aspect-ratio:16/12}
 .three-col{grid-template-columns:1fr}.four-col{grid-template-columns:repeat(2,1fr)}.note{right:10px}
}
@media(max-width:650px){
 .section{padding:68px 0}.hero-grid{padding:58px 0}.four-col{grid-template-columns:1fr}.note{position:static;width:100%;margin-top:14px}
 .flyer-card{aspect-ratio:4/5}.store-banner{grid-template-columns:1fr}.brand img{width:38px;height:38px}.brand-copy strong{font-size:.9rem}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}

/* ===== Kem-Unity House brand typography + logo treatment (v2) ===== */
.site-header,.nav,.navlinks,.btn,.kicker,.breadcrumb,.pill,.footer-links,footer,.menu-toggle,.label,.num{
  font-family:var(--sans)
}
.hero h1,.page-hero h1,.section-title,.card h2,.card h3,.callout h2,.callout h3,.store-banner strong{
  font-family:var(--display);font-weight:600;letter-spacing:.035em
}
body p,.lead,.section-lead,.card p,.item span,.note span,.contact-row,.quote{
  font-family:var(--serif);font-weight:500
}
.brand img{
  width:58px;height:58px;object-fit:contain;border-radius:0;
  filter:drop-shadow(0 0 9px rgba(215,169,46,.20))
}
.brand-copy strong{font-family:var(--display);letter-spacing:.11em;font-weight:600}
.brand-copy span{font-family:var(--sans);color:var(--green);letter-spacing:.34em;font-weight:700}
.nav{min-height:82px}.navlinks{font-weight:600;letter-spacing:.015em}.btn{letter-spacing:.025em}
.hero-brand-logo{
  width:min(100%,650px);display:block;margin:0 auto;
  filter:drop-shadow(0 20px 45px rgba(0,0,0,.55))
}
.hero-logo-panel{
  position:relative;min-height:510px;display:grid;place-items:center;padding:16px
}
.hero-logo-panel::before{
  content:"";position:absolute;width:78%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(215,169,46,.13),transparent 68%);
  filter:blur(10px);pointer-events:none
}
.hero-logo-panel img{position:relative;z-index:1}
.page-hero{position:relative;overflow:hidden}
.page-hero::after{
  content:"";position:absolute;right:max(20px,calc((100vw - 1180px)/2));top:50%;
  width:210px;height:210px;transform:translateY(-50%);
  background:url("../images/kemunity-owl-logo-192.webp") center/contain no-repeat;
  opacity:.085;pointer-events:none
}
.footer-brand{display:inline-flex;align-items:center;gap:12px}
.footer-brand img{width:54px;height:54px;object-fit:contain}
.footer-brand strong{
  display:block;font-family:var(--display);color:var(--gold2);
  letter-spacing:.08em;font-weight:600
}
.footer-brand span{
  display:block;font-family:var(--sans);color:var(--green);
  letter-spacing:.22em;font-size:.72rem;margin-top:3px
}
.flyer-section{
  background:radial-gradient(circle at 50% 0%,rgba(215,169,46,.08),transparent 30rem)
}
.flyer-showcase{
  max-width:930px;margin:34px auto 0;border:1px solid var(--line2);
  border-radius:24px;overflow:hidden;box-shadow:var(--shadow)
}
.flyer-showcase img{display:block;width:100%}
@media(max-width:1050px){
 .page-hero::after{width:150px;height:150px;opacity:.06;right:10px}
}
@media(max-width:650px){
 body{font-size:17px}.brand img{width:46px;height:46px}.nav{min-height:72px}
 .hero-logo-panel{min-height:auto;padding:0}.page-hero::after{width:115px;height:115px}
}

/* ===== Flyer iconography for Home / Our Four Pillars (v7) ===== */
.pillar-icon{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 14px;
}
.pillar-icon img{
  display:block;
  width:auto;
  max-width:118px;
  height:88px;
  object-fit:contain;
  filter:drop-shadow(0 4px 12px rgba(215,169,46,.16));
}
@media(max-width:650px){
  .pillar-icon{
    height:84px;
  }
  .pillar-icon img{
    height:80px;
    max-width:112px;
  }
}

/* ===== Home temple hero + virtual-card quick About page (v8) ===== */
.hero-temple-panel{
  position:relative;
  display:grid;
  place-items:center;
  min-height:520px;
}
.hero-temple-panel::before{
  content:"";
  position:absolute;
  inset:8% 4%;
  border-radius:32px;
  background:radial-gradient(circle at 50% 45%,rgba(215,169,46,.12),transparent 66%);
  filter:blur(12px);
  pointer-events:none;
}
.hero-temple-image{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,720px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 22px 50px rgba(0,0,0,.58));
}

.quick-about-page{
  background:
    radial-gradient(circle at 50% 0%,rgba(215,169,46,.10),transparent 28rem),
    #050505;
}
.quick-about-header .nav{
  min-height:78px;
}
.quick-about-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.quick-about-actions .btn{
  min-height:42px;
  padding:0 16px;
  font-size:.84rem;
}
.quick-about-shell{
  padding:54px 0 72px;
}
.quick-about-intro{
  text-align:center;
  max-width:760px;
  margin:0 auto 26px;
}
.quick-about-intro h1{
  margin:8px 0 4px;
  font-family:var(--display);
  font-weight:600;
  letter-spacing:.045em;
  font-size:clamp(2.2rem,6vw,4.7rem);
}
.quick-about-intro p{
  margin:0;
  color:var(--green2);
  font-family:var(--sans);
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.14em;
}
.quick-flyer-link{
  display:block;
  max-width:900px;
  margin:0 auto;
  border:1px solid var(--line2);
  border-radius:22px;
  overflow:hidden;
  background:#050505;
  box-shadow:var(--shadow);
}
.quick-flyer{
  display:block;
  width:100%;
  height:auto;
}
.quick-about-bottom{
  text-align:center;
  max-width:780px;
  margin:22px auto 0;
}
.quick-about-bottom p{
  color:var(--muted);
  margin:0;
}
.quick-about-bottom .actions{
  justify-content:center;
}
@media(max-width:1050px){
  .hero-temple-panel{min-height:auto}
}
@media(max-width:650px){
  .hero-temple-image{width:100%}
  .quick-about-header .brand-copy{display:none}
  .quick-about-actions .btn{padding:0 12px;font-size:.78rem}
  .quick-about-shell{padding-top:34px}
  .quick-flyer-link{border-radius:14px}
}

/* ===== Bare-Fist Movement page visual upgrade (v9) ===== */
.bare-fist-brand-section{
  padding:40px 0 8px;
  background:
    radial-gradient(circle at 50% 45%,rgba(0,255,35,.075),transparent 22rem),
    linear-gradient(180deg,rgba(255,0,0,.025),transparent);
}
.bare-fist-logo-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.bare-fist-logo-wrap img{
  display:block;
  width:min(100%,470px);
  height:auto;
  filter:
    drop-shadow(0 0 13px rgba(0,255,35,.15))
    drop-shadow(0 20px 44px rgba(0,0,0,.55));
}
.bare-fist-disciplines{
  padding-top:54px;
}
.discipline-card{
  overflow:hidden;
  padding:0 0 26px;
  border-color:rgba(215,169,46,.34);
}
.discipline-image{
  width:100%;
  aspect-ratio:640/420;
  overflow:hidden;
  border-bottom:1px solid rgba(215,169,46,.28);
  background:#050505;
}
.discipline-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.discipline-card h3,
.discipline-card p{
  margin-left:24px;
  margin-right:24px;
}
.discipline-card h3{
  margin-top:22px;
  color:var(--gold2);
}
.discipline-card:hover{
  border-color:rgba(215,169,46,.62);
  transform:translateY(-2px);
  transition:transform .18s ease,border-color .18s ease;
}
@media(max-width:650px){
  .bare-fist-brand-section{padding-top:28px}
  .bare-fist-logo-wrap img{width:min(100%,360px)}
  .bare-fist-disciplines{padding-top:42px}
}

/* ===== Bare-Fist Movement refinement (v10) ===== */
.bare-fist-page-hero{
  padding:70px 0 54px;
}
.bare-fist-page-hero::after{
  display:none;
}
.bare-fist-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:48px;
  align-items:center;
}
.bare-fist-hero-copy h1{
  max-width:820px;
}
.bare-fist-hero-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:360px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.bare-fist-hero-logo img{
  display:block;
  width:min(100%,470px);
  height:auto;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  filter:
    drop-shadow(0 0 14px rgba(0,255,35,.16))
    drop-shadow(0 20px 42px rgba(0,0,0,.48));
}

.bare-fist-practice-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.practice-card{
  padding:24px;
  overflow:hidden;
}
.practice-badge{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:18px;
}
.practice-badge img{
  display:block;
  width:auto;
  max-width:100%;
  height:68px;
  object-fit:contain;
  object-position:left center;
  image-rendering:auto;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.24));
}
.practice-card h3{
  margin-top:0;
}
.practice-card p{
  margin:0;
}

@media(max-width:1050px){
  .bare-fist-hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .bare-fist-hero-logo{
    min-height:auto;
    justify-content:flex-start;
  }
  .bare-fist-hero-logo img{
    width:min(100%,410px);
  }
  .bare-fist-practice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:650px){
  .bare-fist-page-hero{
    padding-top:52px;
  }
  .bare-fist-hero-logo{
    justify-content:center;
  }
  .bare-fist-hero-logo img{
    width:min(100%,340px);
  }
  .bare-fist-practice-grid{
    grid-template-columns:1fr;
  }
  .practice-badge{
    height:64px;
  }
  .practice-badge img{
    height:60px;
  }
}

/* ===== Bare-Fist practice cards without icons (v11) ===== */
.practice-card{
  padding:28px;
}
.practice-card h3{
  margin-top:0;
}

/* ===== Flyer-derived section icons for Wellness, Culture, and Music (v12) ===== */
.section-icon-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 210px;
  gap:42px;
  align-items:center;
}
.section-icon-hero-art{
  display:flex;
  align-items:center;
  justify-content:center;
}
.section-icon-hero-art img{
  display:block;
  width:auto;
  max-width:190px;
  max-height:150px;
  object-fit:contain;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.48));
}
.section-icon-hero-copy .lead{
  max-width:820px;
}
@media(max-width:900px){
  .section-icon-hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .section-icon-hero-art{
    justify-content:flex-start;
  }
  .section-icon-hero-art img{
    max-width:150px;
    max-height:120px;
  }
}
@media(max-width:650px){
  .section-icon-hero-art img{
    max-width:125px;
    max-height:105px;
  }
}

/* ===== Larger Wellness / Culture / Music hero icons (v13) ===== */
.section-icon-hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(300px,.58fr);
  gap:34px;
  align-items:center;
}
.section-icon-hero-copy{
  max-width:720px;
}
.section-icon-hero-copy h1{
  max-width:700px;
}
.section-icon-hero-copy .lead{
  max-width:660px;
}
.section-icon-hero-art{
  min-height:290px;
  justify-content:center;
}
.section-icon-hero-art img{
  width:auto;
  max-width:330px;
  max-height:270px;
  object-fit:contain;
  filter:
    drop-shadow(0 12px 28px rgba(0,0,0,.50))
    drop-shadow(0 0 16px rgba(215,169,46,.10));
}
@media(max-width:1050px){
  .section-icon-hero-grid{
    grid-template-columns:minmax(0,1fr) 260px;
  }
  .section-icon-hero-art img{
    max-width:250px;
    max-height:220px;
  }
}
@media(max-width:800px){
  .section-icon-hero-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .section-icon-hero-copy,
  .section-icon-hero-copy h1,
  .section-icon-hero-copy .lead{
    max-width:100%;
  }
  .section-icon-hero-art{
    min-height:auto;
    justify-content:flex-start;
  }
  .section-icon-hero-art img{
    max-width:220px;
    max-height:190px;
  }
}
@media(max-width:650px){
  .section-icon-hero-art{
    justify-content:center;
  }
  .section-icon-hero-art img{
    max-width:190px;
    max-height:165px;
  }
}

/* ===== Partnerships wings banner - clean fixed version ===== */
.partnerships-wings-banner{
  padding:24px 0 8px;
  background:#050505;
}
.partnerships-wings-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.partnerships-wings-wrap img{
  display:block;
  width:min(100%,911px);
  height:auto;
  border:0;
  background:transparent;
}
@media(max-width:650px){
  .partnerships-wings-banner{
    padding:18px 0 4px;
  }
}

/* ===== Extra-large Wellness / Culture / Music hero icons (v16) ===== */
.section-icon-hero-grid{
  grid-template-columns:minmax(0,.78fr) minmax(380px,.72fr);
  gap:28px;
  align-items:center;
}
.section-icon-hero-copy{
  max-width:620px;
}
.section-icon-hero-copy h1{
  max-width:600px;
}
.section-icon-hero-copy .lead{
  max-width:580px;
}
.section-icon-hero-art{
  min-height:390px;
  justify-content:center;
}
.section-icon-hero-art img{
  width:auto;
  max-width:520px;
  max-height:430px;
  object-fit:contain;
  filter:
    drop-shadow(0 16px 34px rgba(0,0,0,.52))
    drop-shadow(0 0 20px rgba(215,169,46,.14));
}
@media(max-width:1100px){
  .section-icon-hero-grid{
    grid-template-columns:minmax(0,1fr) 340px;
  }
  .section-icon-hero-copy,
  .section-icon-hero-copy h1,
  .section-icon-hero-copy .lead{
    max-width:100%;
  }
  .section-icon-hero-art{
    min-height:320px;
  }
  .section-icon-hero-art img{
    max-width:330px;
    max-height:290px;
  }
}
@media(max-width:800px){
  .section-icon-hero-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .section-icon-hero-art{
    min-height:auto;
    justify-content:flex-start;
  }
  .section-icon-hero-art img{
    max-width:290px;
    max-height:250px;
  }
}
@media(max-width:650px){
  .section-icon-hero-art{
    justify-content:center;
  }
  .section-icon-hero-art img{
    max-width:245px;
    max-height:215px;
  }
}

/* ===== Wellness / Culture / Music: true icon enlargement + smaller subtitles (v17) ===== */
.section-icon-hero-grid{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:30px;
  align-items:center;
}

.section-icon-hero-copy{
  max-width:700px;
}

.section-icon-hero-copy h1{
  max-width:680px;
  font-size:clamp(2.25rem,4vw,3.45rem);
  line-height:1.02;
  letter-spacing:.015em;
  margin:8px 0 16px;
}

.section-icon-hero-copy .lead{
  max-width:650px;
}

.section-icon-hero-art{
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Explicit width is required to upscale these small source PNGs. */
.section-icon-hero-art img{
  width:320px;
  max-width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  filter:
    drop-shadow(0 16px 34px rgba(0,0,0,.52))
    drop-shadow(0 0 20px rgba(215,169,46,.14));
}

@media(max-width:1050px){
  .section-icon-hero-grid{
    grid-template-columns:minmax(0,1fr) 310px;
  }
  .section-icon-hero-copy h1{
    font-size:clamp(2.15rem,4.4vw,3.15rem);
  }
  .section-icon-hero-art{
    min-height:300px;
  }
  .section-icon-hero-art img{
    width:285px;
  }
}

@media(max-width:800px){
  .section-icon-hero-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .section-icon-hero-copy,
  .section-icon-hero-copy h1,
  .section-icon-hero-copy .lead{
    max-width:100%;
  }
  .section-icon-hero-art{
    min-height:auto;
    justify-content:flex-start;
  }
  .section-icon-hero-art img{
    width:250px;
  }
}

@media(max-width:650px){
  .section-icon-hero-copy h1{
    font-size:clamp(2rem,9vw,2.65rem);
  }
  .section-icon-hero-art{
    justify-content:center;
  }
  .section-icon-hero-art img{
    width:220px;
  }
}

/* ===== Bare-Fist subtitle size matched to Wellness / Culture / Music (v18) ===== */
.bare-fist-hero-copy h1{
  font-size:clamp(2.25rem,4vw,3.45rem);
  line-height:1.02;
  letter-spacing:.015em;
  margin:8px 0 16px;
}

@media(max-width:1050px){
  .bare-fist-hero-copy h1{
    font-size:clamp(2.15rem,4.4vw,3.15rem);
  }
}

@media(max-width:650px){
  .bare-fist-hero-copy h1{
    font-size:clamp(2rem,9vw,2.65rem);
  }
}

/* ===== Culture card pictogram icons (v19) ===== */
.culture-card-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold2);
  background:rgba(215,169,46,.025);
}
.culture-card-icon svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ===== About page Core Themes pictogram icons (v20) ===== */
.about-theme-icon{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold2);
  background:rgba(215,169,46,.025);
}
.about-theme-icon svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-theme-icon-practice svg{
  width:52px;
  height:52px;
}

/* ===== About page values icons (v21) ===== */
.about-values-icon{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold2);
  background:rgba(215,169,46,.025);
}
.about-values-icon svg{
  width:50px;
  height:50px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ===== Bare-Fist logo background blend refinement (v22) =====
   The source logo is a square image with a black field. Screen blending
   makes black pixels inherit the page background, while removing the
   square drop-shadow prevents the rectangular image boundary from showing.
*/
.bare-fist-hero-logo img{
  mix-blend-mode:screen;
  background:transparent;
  box-shadow:none;
  filter:none;
  opacity:.98;
}

/* ===== Bare-Fist practice pictogram icons (v23) ===== */
.bare-fist-practice-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold2);
  background:rgba(215,169,46,.025);
}
.bare-fist-practice-icon svg{
  width:52px;
  height:52px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bare-fist-practice-icon .yin-fill{
  fill:currentColor;
  stroke:none;
  opacity:.92;
}
.bare-fist-practice-icon .yin-dot{
  fill:#050505;
  stroke:none;
}
.bare-fist-practice-icon .yang-dot{
  fill:currentColor;
  stroke:none;
}

/* ===== Home hero rebalance: smaller subtitle, larger temple/owl image (v24) ===== */
.hero-grid{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:30px;
  align-items:center;
}

.hero h1{
  font-size:clamp(2.45rem,4.6vw,4.25rem);
  line-height:.98;
  letter-spacing:.018em;
  margin:10px 0 20px;
  max-width:500px;
}

.hero .lead{
  max-width:535px;
}

.hero-temple-panel{
  min-height:560px;
  width:100%;
}

.hero-temple-image{
  width:100%;
  max-width:760px;
  height:auto;
  object-fit:contain;
}

/* Keep the desktop image visibly dominant on wide screens */
@media(min-width:1180px){
  .hero-temple-image{
    width:108%;
    max-width:820px;
  }
}

@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero h1{
    max-width:680px;
    font-size:clamp(2.4rem,7vw,4rem);
  }
  .hero .lead{
    max-width:720px;
  }
  .hero-temple-panel{
    min-height:auto;
  }
  .hero-temple-image{
    width:min(100%,760px);
  }
}

@media(max-width:650px){
  .hero h1{
    font-size:clamp(2.2rem,10vw,3.25rem);
  }
  .hero-temple-image{
    width:100%;
  }
}

/* ===== About page: smaller subtitle + temple/palms hero image (v26) ===== */
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  gap:30px;
  align-items:center;
}

.about-hero-copy{
  max-width:620px;
}

.about-hero-copy h1{
  font-size:clamp(2.25rem,4vw,3.45rem);
  line-height:1.02;
  letter-spacing:.015em;
  margin:8px 0 16px;
  max-width:610px;
}

.about-hero-copy .lead{
  max-width:585px;
}

.about-hero-art{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:300px;
  overflow:visible;
}

.about-hero-art img{
  display:block;
  width:112%;
  max-width:720px;
  height:auto;
  object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 18px 42px rgba(0,0,0,.44));
}

@media(max-width:1050px){
  .about-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);
  }
  .about-hero-art img{
    width:105%;
    max-width:610px;
  }
}

@media(max-width:820px){
  .about-hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .about-hero-copy,
  .about-hero-copy h1,
  .about-hero-copy .lead{
    max-width:100%;
  }
  .about-hero-art{
    min-height:auto;
    justify-content:flex-start;
  }
  .about-hero-art img{
    width:min(100%,720px);
  }
}

@media(max-width:650px){
  .about-hero-copy h1{
    font-size:clamp(2rem,9vw,2.65rem);
  }
  .about-hero-art{
    justify-content:center;
  }
  .about-hero-art img{
    width:100%;
  }
}

/* ===== Move / Movement brand-color consistency (v29) ===== */
.gold{
  color:var(--gold2) !important;
}

/* ===== Store apparel gallery (v30) ===== */
.store-catalog-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:34px;
}
.store-catalog-intro > div:first-child{
  max-width:760px;
}
.store-gallery-heading{
  margin-top:40px;
  max-width:820px;
}
.store-apparel-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}
.store-apparel-card{
  display:block;
  color:inherit;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(215,169,46,.045),transparent 45%),var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.store-apparel-card:hover{
  transform:translateY(-4px);
  border-color:rgba(215,169,46,.5);
  box-shadow:0 20px 48px rgba(0,0,0,.28);
}
.store-apparel-image{
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#111;
}
.store-apparel-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.store-apparel-card:hover .store-apparel-image img{
  transform:scale(1.025);
}
.store-apparel-copy{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.store-apparel-copy strong{
  font-family:var(--ui);
  color:#f3efe8;
  font-size:.98rem;
  letter-spacing:.02em;
}
.store-apparel-copy span{
  color:var(--gold2);
  font-family:var(--ui);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
@media(max-width:1000px){
  .store-apparel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .store-catalog-intro{
    display:block;
  }
  .store-catalog-intro .actions{
    margin-top:22px;
  }
}
@media(max-width:560px){
  .store-apparel-grid{
    grid-template-columns:1fr;
  }
}

/* ===== Smaller hero subtitles for Partnerships / Contact / Store (v32) ===== */
.partnerships-page-hero h1,
.contact-page-hero h1,
.store-page-hero h1{
  font-size:clamp(2.25rem,4vw,3.45rem);
  line-height:1.02;
  letter-spacing:.015em;
  margin:8px 0 16px;
}

/* Contact phone icon */
.contact-kicker{
  display:flex;
  align-items:center;
  gap:9px;
}
.contact-phone-icon{
  width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  color:var(--gold2);
}
.contact-phone-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:650px){
  .partnerships-page-hero h1,
  .contact-page-hero h1,
  .store-page-hero h1{
    font-size:clamp(2rem,9vw,2.65rem);
  }
}

/* ===== Contact green House + more prominent Partnerships wings (v34) ===== */
.contact-house-green{
  color:var(--green) !important;
}

.partnerships-wings-wrap{
  max-width:1240px;
}
.partnerships-wings-wrap img{
  width:min(100%,1160px);
}

@media(max-width:900px){
  .partnerships-wings-wrap img{
    width:min(100%,980px);
  }
}
@media(max-width:650px){
  .partnerships-wings-wrap img{
    width:100%;
  }
}

/* ===== Simplified Store copy (v35) ===== */
.store-catalog-actions-only{
  display:block;
}
.store-catalog-actions-only .actions{
  margin-top:0;
}

/* ===== Store subtitle + site-wide Call / Contact phone icons (v36) ===== */
.phone-word-label{
  display:inline-flex;
  align-items:center;
  gap:.34em;
  white-space:nowrap;
}
.phone-word-icon{
  display:inline-grid;
  place-items:center;
  width:1em;
  height:1em;
  color:var(--gold2);
  flex:0 0 auto;
  transform:translateY(.02em);
}
.phone-word-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ===== Store promotion + tighter vertical spacing (v37) ===== */
.store-promo-line{
  max-width:820px;
  margin:14px 0 0;
  color:#f0eadf;
  font-family:var(--ui);
  font-size:clamp(.96rem,1.55vw,1.08rem);
  line-height:1.55;
  font-weight:600;
  letter-spacing:.01em;
}
.store-page-hero{
  padding-bottom:34px;
}
.store-catalog-section{
  padding-top:30px;
}
.store-catalog-section .rule{
  margin-top:18px;
}
.store-gallery-heading{
  margin-top:24px;
}
.store-apparel-grid{
  margin-top:22px;
}
@media(max-width:650px){
  .store-page-hero{
    padding-bottom:26px;
  }
  .store-catalog-section{
    padding-top:22px;
  }
  .store-gallery-heading{
    margin-top:20px;
  }
}

/* ===== Store merch-forward layout (v38) ===== */
.store-hero-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  margin-top:4px;
}
.store-hero-copy{
  min-width:0;
}
.store-hero-cta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding-left:12px;
}
.store-hero-cta .btn{
  white-space:nowrap;
  margin:0;
}
.store-page-hero{
  padding-bottom:24px;
}
.store-catalog-section{
  padding-top:16px;
}
.store-merch-rule{
  margin-top:0 !important;
}
.store-gallery-heading{
  margin-top:14px;
}
.store-apparel-grid{
  margin-top:16px;
}

@media(max-width:900px){
  .store-hero-row{
    grid-template-columns:1fr;
    gap:18px;
  }
  .store-hero-cta{
    justify-content:flex-start;
    padding-left:0;
  }
}
@media(max-width:650px){
  .store-page-hero{
    padding-bottom:20px;
  }
  .store-catalog-section{
    padding-top:14px;
  }
  .store-gallery-heading{
    margin-top:12px;
  }
  .store-apparel-grid{
    margin-top:14px;
  }
}

/* ===== About Core Themes single-row treatment (v39) ===== */
.about-core-themes-title{
  font-size:clamp(1.55rem,2.75vw,2.35rem);
  line-height:1.08;
  letter-spacing:.02em;
  white-space:nowrap;
}

@media(max-width:760px){
  .about-core-themes-title{
    font-size:clamp(1.45rem,6.5vw,2rem);
    white-space:normal;
  }
}

/* ===== Copy QA / robust phone-label spacing (v42) ===== */
.phone-word-label{
  display:inline-flex;
  align-items:center;
  gap:.38em;
  white-space:nowrap;
}
.phone-word-label::before{
  content:"☎";
  display:inline-block;
  color:var(--gold2);
  font-family:Arial, sans-serif;
  font-size:.92em;
  line-height:1;
  transform:translateY(-.02em);
}
.phone-word-icon{
  display:none !important;
}

/* ===== Button text spacing safeguard (v43) ===== */
.btn-label{
  display:inline;
  white-space:nowrap;
}

/* ===== Sharing + lead capture (v44) ===== */
.quick-share-panel,
.quick-connect-panel,
.contact-form-shell{
  border:1px solid rgba(215,169,46,.22);
  background:
    radial-gradient(circle at 92% 12%,rgba(13,166,91,.08),transparent 18rem),
    linear-gradient(180deg,rgba(215,169,46,.045),transparent 48%),
    var(--panel);
  border-radius:var(--radius);
}
.quick-share-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:28px;
  align-items:center;
  padding:26px;
  margin:24px 0 28px;
}
.quick-share-copy h2,
.quick-connect-heading h2{
  margin:5px 0 10px;
  font-family:var(--display);
  letter-spacing:.025em;
}
.quick-share-copy p,
.quick-connect-heading p{
  margin:0;
  color:#d6d0c5;
  line-height:1.6;
}
.share-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.share-action{
  cursor:pointer;
  font-family:var(--ui);
}
.quick-share-qr{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:7px;
}
.quick-share-qr img{
  width:132px;
  height:132px;
  padding:8px;
  background:#fff;
  border-radius:10px;
}
.quick-share-qr strong{
  color:var(--gold2);
  font-family:var(--ui);
  font-size:.82rem;
  letter-spacing:.04em;
}
.quick-share-qr span{
  font-size:.72rem;
  color:#bbb4aa;
  word-break:break-word;
}

.quick-connect-panel{
  margin-top:30px;
  padding:28px;
}
.quick-connect-heading{
  max-width:760px;
  margin-bottom:20px;
}

.contact-form-section{
  padding-top:20px;
}
.contact-form-shell{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:42px;
  padding:34px;
}
.contact-form-intro .section-title{
  font-size:clamp(2rem,3.7vw,3.25rem);
}
.contact-form-intro p{
  color:#d6d0c5;
  line-height:1.7;
  margin:0;
}

.lead-form{
  min-width:0;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.form-grid.compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.lead-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-family:var(--ui);
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.035em;
  color:#e9e3d8;
}
.lead-form label small{
  color:#9f988f;
  font-weight:600;
  letter-spacing:0;
}
.lead-form input,
.lead-form select,
.lead-form textarea{
  width:100%;
  border:1px solid rgba(215,169,46,.25);
  background:#090909;
  color:#f4efe7;
  border-radius:10px;
  padding:12px 13px;
  font:500 .95rem/1.4 var(--ui);
  outline:none;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus{
  border-color:var(--gold2);
  box-shadow:0 0 0 3px rgba(215,169,46,.09);
}
.lead-form textarea{
  resize:vertical;
  min-height:110px;
}
.form-message{
  margin-top:16px;
}
.form-submit-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:18px;
}
.form-submit-row .btn{
  cursor:pointer;
  font-family:var(--ui);
}
.form-submit-row small{
  color:#9f988f;
  max-width:460px;
  line-height:1.45;
}
.form-honeypot{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.footer-share-link{
  appearance:none;
  background:transparent;
  border:0;
  padding:0;
  color:var(--gold2);
  font:700 .78rem/1.3 var(--ui);
  letter-spacing:.04em;
  cursor:pointer;
  text-align:left;
}
.footer-share-link:hover{
  text-decoration:underline;
}
.share-status{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%) translateY(12px);
  opacity:0;
  pointer-events:none;
  z-index:9999;
  background:#111;
  color:#f4efe7;
  border:1px solid rgba(215,169,46,.45);
  border-radius:999px;
  padding:10px 16px;
  font:700 .78rem/1.2 var(--ui);
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  transition:.18s ease;
}
.share-status.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.thank-you-shell{
  max-width:820px;
}

@media(max-width:850px){
  .quick-share-panel{
    grid-template-columns:1fr;
  }
  .quick-share-qr{
    align-items:flex-start;
    text-align:left;
  }
  .contact-form-shell{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .quick-share-panel,
  .quick-connect-panel,
  .contact-form-shell{
    padding:22px;
  }
  .share-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .share-actions .btn{
    width:100%;
  }
  .form-grid,
  .form-grid.compact{
    grid-template-columns:1fr;
  }
}

/* ===== Contact form + Share panel readability refinements (v45) ===== */

/* Contact form field labels: larger, bolder, clearer */
.contact-form-section .lead-form label > span{
  font-size:1rem;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.025em;
  color:#f5efe5;
}
.contact-form-section .lead-form label > span small{
  font-size:.75rem;
  font-weight:700;
  color:#aaa298;
}

/* Contact form Send Message button: match the visual weight of main site CTAs */
.contact-form-section .form-submit-row .btn{
  min-height:50px;
  padding:0 22px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:.035em;
}

/* Share panel heading gets a little more presence */
.quick-share-copy h2{
  font-size:clamp(1.8rem,3vw,2.35rem);
  font-weight:700;
}

/* Remove native white button styling and improve contrast */
.quick-share-panel button.share-action{
  appearance:none;
  -webkit-appearance:none;
  min-height:48px;
  padding:0 18px;
  font-size:.96rem;
  font-weight:900;
  line-height:1.15;
  letter-spacing:.025em;
  box-shadow:none;
}

/* Primary share action: gold field / dark text */
.quick-share-panel button.share-action.primary{
  background:var(--gold);
  border-color:var(--gold);
  color:#151109;
}

/* Secondary share actions: dark field / gold outline / high-contrast white text */
.quick-share-panel button.share-action.secondary{
  background:#0b0b0b;
  border-color:rgba(215,169,46,.75);
  color:#f5efe5;
}
.quick-share-panel button.share-action.secondary:hover,
.quick-share-panel button.share-action.secondary:focus-visible{
  background:#15130d;
  border-color:var(--gold2);
  color:#fff;
}
.quick-share-panel button.share-action.primary:hover,
.quick-share-panel button.share-action.primary:focus-visible{
  filter:brightness(1.06);
}

@media(max-width:650px){
  .contact-form-section .lead-form label > span{
    font-size:.96rem;
  }
  .quick-share-panel button.share-action{
    font-size:.92rem;
  }
}

/* ===== Bare-Fist Yoga icon refinement (v46) ===== */
.bare-fist-practice-icon svg[aria-label="Yoga meditation figure"]{
  width:55px;
  height:55px;
  stroke-width:2;
}

/* ===== Site-wide button typography standardization (v47) ===== */

/* One button typeface/style throughout the site */
.btn,
button.btn,
a.btn{
  font-family:var(--sans);
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}

/* Remove browser-native button typography/appearance differences */
button.btn{
  appearance:none;
  -webkit-appearance:none;
}

/* Contact Send Message now matches Call Now exactly in text treatment and sizing */
.contact-form-section .form-submit-row .btn{
  min-height:48px;
  padding:0 20px;
  font-size:1rem;
  font-family:var(--sans);
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}

/* ===== Culture interest capture (v48) ===== */
.culture-interest-section{
  padding-bottom:64px;
}
.culture-interest-intro{
  max-width:880px;
  margin-bottom:30px;
}
.culture-interest-intro .section-title{
  font-size:clamp(2.1rem,4vw,3.5rem);
}

.culture-interest-grid{
  align-items:stretch;
}
.culture-interest-option{
  display:block;
  cursor:pointer;
  min-width:0;
}
.culture-interest-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.culture-interest-card{
  height:100%;
  position:relative;
  transition:border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.culture-interest-option:hover .culture-interest-card{
  border-color:rgba(215,169,46,.58);
  transform:translateY(-2px);
}
.culture-interest-option > input:focus-visible + .culture-interest-card{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}
.culture-interest-option > input:checked + .culture-interest-card{
  border-color:var(--gold2);
  background:
    linear-gradient(180deg,rgba(215,169,46,.09),rgba(13,166,91,.035)),
    var(--panel);
  box-shadow:0 16px 34px rgba(0,0,0,.22), inset 0 0 0 1px rgba(215,169,46,.2);
}
.culture-interest-option > input:checked + .culture-interest-card .culture-card-icon{
  background:rgba(215,169,46,.08);
}
.culture-select-state{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  color:#c9c1b6;
  font-family:var(--sans);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.035em;
}
.culture-select-box{
  width:21px;
  height:21px;
  border-radius:6px;
  border:1px solid rgba(215,169,46,.55);
  display:inline-grid;
  place-items:center;
  color:transparent;
  font-size:.76rem;
  background:#090909;
  flex:0 0 auto;
}
.culture-interest-option > input:checked + .culture-interest-card .culture-select-box,
.culture-all-option input:checked + .culture-select-box{
  background:var(--gold);
  border-color:var(--gold);
  color:#151109;
}
.culture-interest-option > input:checked + .culture-interest-card .culture-select-state{
  color:var(--gold2);
}

.culture-all-row{
  display:flex;
  justify-content:flex-start;
  margin:20px 0 0;
}
.culture-all-option{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:10px !important;
  width:auto;
  cursor:pointer;
  color:#f3ede4 !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  letter-spacing:.025em !important;
}
.culture-all-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.culture-interest-details{
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(215,169,46,.2);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at 90% 10%,rgba(13,166,91,.06),transparent 18rem),
    var(--panel);
}
.culture-interest-details-heading{
  max-width:760px;
  margin-bottom:22px;
}
.culture-interest-details-heading h3{
  margin:0 0 7px;
  font-family:var(--display);
  font-size:1.55rem;
  letter-spacing:.025em;
}
.culture-interest-details-heading p{
  margin:0;
  color:#d0c9be;
  line-height:1.6;
}
.culture-interest-form label > span{
  font-size:.96rem;
  font-weight:800;
}
.culture-interest-submit .btn{
  min-height:48px;
  padding:0 20px;
  font-family:var(--sans);
  font-size:1rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}

@media(max-width:760px){
  .culture-interest-details{
    padding:22px;
  }
  .culture-interest-submit .btn{
    width:100%;
  }
}

/* ===== Bare-Fist interest capture (v49) ===== */
.bare-interest-section{
  padding-bottom:64px;
}
.bare-interest-intro{
  max-width:900px;
  margin-bottom:30px;
}
.bare-interest-intro .section-title{
  font-size:clamp(2.1rem,4vw,3.5rem);
}

.bare-interest-grid{
  align-items:stretch;
}
.bare-interest-option{
  display:block;
  cursor:pointer;
  min-width:0;
}
.bare-interest-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.bare-interest-card{
  height:100%;
  position:relative;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.bare-interest-option:hover .bare-interest-card{
  border-color:rgba(215,169,46,.58);
  transform:translateY(-2px);
}
.bare-interest-option > input:focus-visible + .bare-interest-card{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}
.bare-interest-option > input:checked + .bare-interest-card{
  border-color:var(--gold2);
  background:
    linear-gradient(180deg,rgba(215,169,46,.09),rgba(13,166,91,.035)),
    var(--panel);
  box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 0 0 1px rgba(215,169,46,.2);
}
.bare-interest-option > input:checked + .bare-interest-card .bare-fist-practice-icon{
  background:rgba(215,169,46,.08);
}

.bare-select-state{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  color:#c9c1b6;
  font-family:var(--sans);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.035em;
}
.bare-select-box{
  width:21px;
  height:21px;
  border-radius:6px;
  border:1px solid rgba(215,169,46,.55);
  display:inline-grid;
  place-items:center;
  color:transparent;
  font-size:.76rem;
  background:#090909;
  flex:0 0 auto;
}
.bare-interest-option > input:checked + .bare-interest-card .bare-select-box,
.bare-all-option input:checked + .bare-select-box{
  background:var(--gold);
  border-color:var(--gold);
  color:#151109;
}
.bare-interest-option > input:checked + .bare-interest-card .bare-select-state{
  color:var(--gold2);
}

.bare-all-row{
  display:flex;
  justify-content:flex-start;
  margin:20px 0 0;
}
.bare-all-option{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:10px !important;
  width:auto;
  cursor:pointer;
  color:#f3ede4 !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  letter-spacing:.025em !important;
}
.bare-all-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.bare-interest-details{
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(215,169,46,.2);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at 90% 10%,rgba(13,166,91,.06),transparent 18rem),
    var(--panel);
}
.bare-interest-details-heading{
  max-width:760px;
  margin-bottom:22px;
}
.bare-interest-details-heading h3{
  margin:0 0 7px;
  font-family:var(--display);
  font-size:1.55rem;
  letter-spacing:.025em;
}
.bare-interest-details-heading p{
  margin:0;
  color:#d0c9be;
  line-height:1.6;
}
.bare-interest-form label > span{
  font-size:.96rem;
  font-weight:800;
}
.bare-interest-submit .btn{
  min-height:48px;
  padding:0 20px;
  font-family:var(--sans);
  font-size:1rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}

@media(max-width:760px){
  .bare-interest-details{
    padding:22px;
  }
  .bare-interest-submit .btn{
    width:100%;
  }
}

/* ===== Wellness / Music / Partnerships interest capture (v50) ===== */
.program-interest-section{
  padding-bottom:64px;
}
.program-interest-intro{
  max-width:900px;
  margin-bottom:30px;
}
.program-interest-intro .section-title{
  font-size:clamp(2.1rem,4vw,3.5rem);
}
.program-interest-grid{
  align-items:stretch;
}
.program-interest-option{
  display:block;
  cursor:pointer;
  min-width:0;
}
.program-interest-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.program-interest-card{
  height:100%;
  position:relative;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.program-interest-option:hover .program-interest-card{
  border-color:rgba(215,169,46,.58);
  transform:translateY(-2px);
}
.program-interest-option > input:focus-visible + .program-interest-card{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}
.program-interest-option > input:checked + .program-interest-card{
  border-color:var(--gold2);
  background:
    linear-gradient(180deg,rgba(215,169,46,.09),rgba(13,166,91,.035)),
    var(--panel);
  box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 0 0 1px rgba(215,169,46,.2);
}
.program-interest-number{
  color:var(--gold2);
  font-family:var(--sans);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:14px;
}
.program-select-state{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  color:#c9c1b6;
  font-family:var(--sans);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.035em;
}
.program-select-box{
  width:21px;
  height:21px;
  border-radius:6px;
  border:1px solid rgba(215,169,46,.55);
  display:inline-grid;
  place-items:center;
  color:transparent;
  font-size:.76rem;
  background:#090909;
  flex:0 0 auto;
}
.program-interest-option > input:checked + .program-interest-card .program-select-box,
.program-all-option input:checked + .program-select-box{
  background:var(--gold);
  border-color:var(--gold);
  color:#151109;
}
.program-interest-option > input:checked + .program-interest-card .program-select-state{
  color:var(--gold2);
}
.program-all-row{
  display:flex;
  justify-content:flex-start;
  margin:20px 0 0;
}
.program-all-option{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:10px !important;
  width:auto;
  cursor:pointer;
  color:#f3ede4 !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  letter-spacing:.025em !important;
}
.program-all-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.program-interest-details{
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(215,169,46,.2);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at 90% 10%,rgba(13,166,91,.06),transparent 18rem),
    var(--panel);
}
.program-interest-details-heading{
  max-width:820px;
  margin-bottom:22px;
}
.program-interest-details-heading h3{
  margin:0 0 7px;
  font-family:var(--display);
  font-size:1.55rem;
  letter-spacing:.025em;
}
.program-interest-details-heading p{
  margin:0;
  color:#d0c9be;
  line-height:1.6;
}
.program-interest-form label > span{
  font-size:.96rem;
  font-weight:800;
}
.program-interest-submit .btn{
  min-height:48px;
  padding:0 20px;
  font-family:var(--sans);
  font-size:1rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}
.partnership-interest-grid{
  row-gap:20px;
}

@media(max-width:760px){
  .program-interest-details{
    padding:22px;
  }
  .program-interest-submit .btn{
    width:100%;
  }
}

/* ===== Smart contact reuse + mobile-first texting (v51) ===== */
.smart-contact-card{
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(215,169,46,.22);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at 92% 10%,rgba(13,166,91,.065),transparent 18rem),
    var(--panel);
}
.smart-contact-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
.smart-contact-heading h3{
  margin:0 0 7px;
  font-family:var(--display);
  font-size:1.55rem;
  letter-spacing:.025em;
}
.smart-contact-heading p{
  max-width:760px;
  margin:0;
  color:#d0c9be;
  line-height:1.6;
}
.smart-contact-grid{
  grid-template-columns:1fr 1fr 1fr;
}
.smart-contact-form label > span,
.smart-page-question label > span{
  font-size:.96rem;
  font-weight:800;
}
.smart-contact-note{
  margin:10px 0 0;
  color:#9f988f;
  font-family:var(--sans);
  font-size:.76rem;
  line-height:1.5;
}
.smart-text-preference{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:10px !important;
  margin-top:16px;
  cursor:pointer;
}
.smart-text-preference input{
  width:20px !important;
  height:20px;
  flex:0 0 auto;
  accent-color:var(--gold);
}
.smart-text-preference > span{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:7px;
  font-size:.88rem !important;
}
.smart-text-preference strong{
  color:#f5efe5;
}
.smart-text-preference small{
  color:var(--gold2);
  font-weight:800;
}
.smart-contact-saved{
  min-width:250px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:10px;
  align-items:center;
  padding:11px 13px;
  border:1px solid rgba(13,166,91,.45);
  border-radius:14px;
  background:rgba(13,166,91,.07);
  font-family:var(--sans);
}
.smart-contact-saved[hidden]{
  display:none;
}
.smart-contact-check{
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#04140c;
  font-weight:900;
}
.smart-contact-saved strong{
  display:block;
  color:#f5efe5;
  font-size:.78rem;
}
.smart-contact-saved small{
  display:block;
  margin-top:2px;
  color:#b9b2a8;
  font-size:.7rem;
}
.smart-contact-edit{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--gold2);
  padding:4px;
  cursor:pointer;
  font-family:var(--sans);
  font-size:.72rem;
  font-weight:900;
  text-decoration:underline;
}
.smart-contact-fields.is-collapsed{
  display:none;
}

.smart-page-question{
  margin-top:20px;
  padding:24px 28px;
  border:1px solid rgba(215,169,46,.16);
  border-radius:var(--radius);
  background:rgba(255,255,255,.012);
}
.smart-page-question > label + label{
  margin-top:16px;
}
.smart-page-question .form-message{
  margin-top:0;
}
.smart-submit-row{
  margin-top:20px;
}
.smart-submit-row .btn{
  min-height:48px;
  padding:0 20px;
  font-family:var(--sans);
  font-size:1rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.025em;
  line-height:1.1;
}
.smart-text-button{
  border-color:rgba(13,166,91,.75) !important;
  color:#dff7e9 !important;
}
.smart-text-button:hover{
  border-color:var(--green) !important;
  background:rgba(13,166,91,.08);
}
.smart-contact-error{
  margin:10px 0 0;
  color:#ffd6d6;
  font-family:var(--sans);
  font-size:.78rem;
  font-weight:700;
}

/* Mobile quick-response bar: prioritize text, keep call one tap away */
.mobile-contact-bar{
  display:none;
}

@media(max-width:900px){
  .smart-contact-grid{
    grid-template-columns:1fr 1fr;
  }
  .smart-contact-heading{
    display:block;
  }
  .smart-contact-saved{
    margin-top:16px;
    width:100%;
  }
}

@media(max-width:650px){
  body{
    padding-bottom:76px;
  }
  .smart-contact-card,
  .smart-page-question{
    padding:22px;
  }
  .smart-contact-grid{
    grid-template-columns:1fr;
  }
  .smart-submit-row{
    display:grid;
    grid-template-columns:1fr;
  }
  .smart-submit-row .btn{
    width:100%;
  }

  .mobile-contact-bar{
    position:fixed;
    z-index:9997;
    left:10px;
    right:10px;
    bottom:max(10px,env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:1.35fr .65fr;
    gap:8px;
    padding:8px;
    border:1px solid rgba(215,169,46,.35);
    border-radius:18px;
    background:rgba(7,7,7,.96);
    box-shadow:0 18px 44px rgba(0,0,0,.48);
    backdrop-filter:blur(12px);
  }
  .mobile-contact-bar a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    text-decoration:none;
    font-family:var(--sans);
    font-size:.9rem;
    font-weight:900;
    letter-spacing:.025em;
  }
  .mobile-contact-text{
    background:var(--gold);
    color:#151109;
  }
  .mobile-contact-call{
    border:1px solid rgba(215,169,46,.62);
    color:#f5efe5;
  }
}

/* ===== Smart contact field-label alignment (v52) ===== */
.smart-contact-grid > label{
  align-self:start;
}
.smart-contact-grid > label > span{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:2.65em;
  line-height:1.2;
}
.smart-contact-grid > label > span small{
  display:block;
  margin-top:3px;
  line-height:1.15;
  font-size:.72rem;
}

/* On narrow/mobile layouts the fields stack, so extra reserved label height is unnecessary. */
@media(max-width:900px){
  .smart-contact-grid > label > span{
    min-height:0;
  }
}

/* ===== Direct SMS repair (v54) ===== */
.smart-text-button,
.mobile-contact-text{
  touch-action:manipulation;
}

/* ===== Share Text / Email functional refinement (v55) ===== */
.quick-share-panel a.share-action{
  text-decoration:none;
}
.quick-share-panel a.share-action:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}


/* ===== Direct Text + single Email controls (v57) ===== */
.quick-share-panel a[data-share-sms-direct],
.quick-share-panel a[data-share-email]{
  text-decoration:none;
  touch-action:manipulation;
}
.quick-share-panel a[data-share-sms-direct]:focus-visible,
.quick-share-panel a[data-share-email]:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}

/* ===== Text Us / Text / Email button styling (consolidated v61) ===== */
.quick-share-panel .share-actions a.btn.secondary,
a.smart-text-button{
  background:#0a0a0a;
  color:#f6f2e9;
  border:1px solid rgba(13,166,91,.88);
  text-decoration:none;
}
.quick-share-panel .share-actions a.btn.secondary:hover,
.quick-share-panel .share-actions a.btn.secondary:focus-visible,
a.smart-text-button:hover,
a.smart-text-button:focus-visible{
  background:rgba(13,166,91,.12);
  color:#ffffff;
  border-color:var(--green2);
}
.quick-share-panel .share-actions a.btn.secondary .btn-label,
a.smart-text-button .btn-label{
  color:inherit;
}


/* v74: skip off-screen rendering work until content approaches the viewport */
@supports (content-visibility:auto){
  .section{content-visibility:auto;contain-intrinsic-size:auto 760px}
  footer{content-visibility:auto;contain-intrinsic-size:auto 240px}
}
