/* ==========================================================================
   Blue Banquet Hall — design system  v2.0.0
   Targets Gutenberg CORE BLOCK markup (.wp-block-*), not hand-written HTML.
   Pages are built from core/group, core/columns, core/media-text,
   core/gallery, core/cover, core/accordion. Add the .bbh-* class to a
   block via its "Additional CSS class(es)" field, or paste the supplied
   block markup which already carries it.
   Loaded by cw-bbh-design.php (mu-plugin).
   ========================================================================== */

/* ---------- self-hosted faces (OFL-1.1, see fonts/LICENSE-*.txt) --------- */
@font-face{font-family:"Bodoni Moda BBH";src:url(../fonts/bodoni-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Bodoni Moda BBH";src:url(../fonts/bodoni-400i.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Bodoni Moda BBH";src:url(../fonts/bodoni-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Jost BBH";src:url(../fonts/jost-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Jost BBH";src:url(../fonts/jost-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Jost BBH";src:url(../fonts/jost-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}

/* ---------- tokens ------------------------------------------------------ */
:root{
  --bbh-paper:#FAF8F5;
  --bbh-blush:#F3EBE5;
  --bbh-blush-deep:#EADFD7;
  --bbh-ink:#16283F;
  --bbh-ink-2:#44566E;
  --bbh-ink-3:#7B8899;
  --bbh-blue:#1D5FA8;
  --bbh-gold:#A8834E;
  --bbh-gold-soft:#C9AC7E;
  --bbh-line:rgba(22,40,63,.13);
  --bbh-line-2:rgba(22,40,63,.07);
  --bbh-serif:"Bodoni Moda BBH",Georgia,"Times New Roman",serif;
  --bbh-sans:"Jost BBH","Avenir Next",Avenir,"Segoe UI",system-ui,sans-serif;
}

/* ---------- global type: override Kadence ------------------------------- */
body,body.wp-site-blocks,body .entry-content{
  background:var(--bbh-paper);color:var(--bbh-ink);
  font-family:var(--bbh-sans);font-weight:300;font-size:1.02rem;line-height:1.72;
  -webkit-font-smoothing:antialiased;
}
body h1,body h2,body h3,body h4,body h5,body h6,
body .wp-block-heading,body .entry-title,body .site-title{
  font-family:var(--bbh-serif);font-weight:400;letter-spacing:-.005em;
  line-height:1.08;color:var(--bbh-ink);
}
body a{color:var(--bbh-ink)}
body a:hover{color:var(--bbh-blue)}
body :focus-visible{outline:2.5px solid var(--bbh-blue);outline-offset:3px}
body #main-header,body .site-header-wrap{background:rgba(250,248,245,.94);backdrop-filter:saturate(1.3) blur(14px)}
body .site-footer,body #colophon{background:var(--bbh-ink);color:rgba(255,255,255,.72)}
body .site-footer a,body #colophon a{color:rgba(255,255,255,.72)}
body .site-footer a:hover,body #colophon a:hover{color:#fff}
body .site-footer h2,body .site-footer h3,body #colophon h2,body #colophon h3{color:#fff}

/* ---------- type utilities (add as block classes) ----------------------- */
.bbh-mark{
  font-family:var(--bbh-sans);font-size:.74rem;letter-spacing:.17em;font-weight:500;
  color:var(--bbh-gold);text-transform:uppercase;display:block;margin-bottom:1rem;
}
body .bbh-d1{font-size:clamp(2.85rem,8.4vw,6.1rem);line-height:.98;letter-spacing:-.022em}
body .bbh-d2{font-size:clamp(2.1rem,4.9vw,3.6rem);line-height:1.04;letter-spacing:-.015em}
body .bbh-d3{font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.12}
.bbh-lede{font-size:clamp(1.06rem,1.65vw,1.26rem);line-height:1.66;color:var(--bbh-ink-2);max-width:56ch}
.has-text-align-center.bbh-lede{margin-inline:auto}
.bbh-em em{font-style:italic;font-weight:400}

/* ---------- buttons: core/button -------------------------------------- */
body .bbh-btn .wp-block-button__link,
body .wp-block-button.bbh-btn .wp-block-button__link{
  background:var(--bbh-ink);color:#fff;border:1px solid var(--bbh-ink);border-radius:2px;
  padding:1.02rem 2.3rem;font-family:var(--bbh-sans);font-size:.86rem;
  letter-spacing:.11em;font-weight:500;transition:background .18s ease,color .18s ease;
}
body .bbh-btn .wp-block-button__link:hover{background:#0d1c2e;color:#fff}
body .bbh-btn--ghost .wp-block-button__link{background:transparent;color:var(--bbh-ink)}
body .bbh-btn--ghost .wp-block-button__link:hover{background:var(--bbh-ink);color:#fff}
body .bbh-btn--light .wp-block-button__link{background:#fff;color:var(--bbh-ink);border-color:#fff}
body .bbh-btn--light .wp-block-button__link:hover{background:var(--bbh-gold);border-color:var(--bbh-gold);color:#fff}

/* ---------- hero: core/cover ------------------------------------------- */
.bbh-hero.wp-block-cover{min-height:min(88vh,800px);align-items:flex-end;padding:0}
.bbh-hero.wp-block-cover .wp-block-cover__inner-container{
  width:min(860px,100%);text-align:center;padding:0 1.3rem clamp(3rem,7vw,5.5rem);
}
.bbh-hero.wp-block-cover .bbh-mark{color:var(--bbh-gold-soft)}
.bbh-hero.wp-block-cover h1,.bbh-hero.wp-block-cover h2{
  color:#fff;margin:1.1rem 0;text-shadow:0 2px 34px rgba(8,18,32,.4);
}
.bbh-hero.wp-block-cover p{color:rgba(255,255,255,.9);font-size:clamp(1rem,1.6vw,1.17rem);max-width:46ch;margin:0 auto 2rem}
.bbh-hero.wp-block-cover .wp-block-buttons{justify-content:center}

/* page banner: core/cover, shorter */
.bbh-banner.wp-block-cover{min-height:0;align-items:center}
.bbh-banner.wp-block-cover .wp-block-cover__inner-container{
  text-align:center;padding:clamp(4.5rem,11vw,8.5rem) 1.3rem clamp(3.6rem,8vw,6rem);
}
.bbh-banner.wp-block-cover .bbh-mark{color:var(--bbh-gold-soft)}
.bbh-banner.wp-block-cover h1{color:#fff;margin:.9rem 0 1rem;font-size:clamp(2.3rem,6vw,4.2rem)}
.bbh-banner.wp-block-cover p{color:rgba(255,255,255,.88);max-width:50ch;margin:0 auto;font-size:clamp(1rem,1.5vw,1.14rem)}

/* ---------- facts strip: core/columns ---------------------------------- */
.bbh-facts.wp-block-columns{
  gap:0;margin-block:0;
  border-top:1px solid var(--bbh-line-2);border-bottom:1px solid var(--bbh-line-2);
}
.bbh-facts .wp-block-column{
  padding:2.1rem 1.4rem;text-align:center;border-right:1px solid var(--bbh-line-2);
}
.bbh-facts .wp-block-column:last-child{border-right:0}
.bbh-facts .wp-block-column p:first-child{
  font-family:var(--bbh-serif);font-size:clamp(1.7rem,3.4vw,2.5rem);
  font-weight:400;line-height:1;margin:0;color:var(--bbh-ink);
}
.bbh-facts .wp-block-column p:last-child{
  font-size:.78rem;letter-spacing:.13em;color:var(--bbh-ink-3);
  margin:.6rem 0 0;text-transform:uppercase;
}
@media(max-width:781px){
  .bbh-facts .wp-block-column{border-right:0;border-bottom:1px solid var(--bbh-line-2);padding:1.5rem}
  .bbh-facts .wp-block-column:last-child{border-bottom:0}
}

/* ---------- split: core/media-text ------------------------------------- */
.bbh-split.wp-block-media-text{grid-template-columns:1.08fr .92fr;gap:0}
.bbh-split.wp-block-media-text .wp-block-media-text__content{padding:0 0 0 clamp(2.2rem,5.5vw,5rem)}
.bbh-split.has-media-on-the-right .wp-block-media-text__content{padding:0 clamp(2.2rem,5.5vw,5rem) 0 0}
.bbh-split.wp-block-media-text .wp-block-media-text__media img{width:100%;height:100%;object-fit:cover}
@media(max-width:781px){
  .bbh-split.wp-block-media-text .wp-block-media-text__content,
  .bbh-split.has-media-on-the-right .wp-block-media-text__content{padding:2rem 0 0}
}

/* ---------- transformation strip: core/columns + core/image ------------ */
.bbh-morph.wp-block-columns{gap:1px;background:var(--bbh-line);margin-block:0}
.bbh-morph .wp-block-column{background:var(--bbh-paper);padding:0}
.bbh-morph .wp-block-image{margin:0}
.bbh-morph .wp-block-image img{width:100%;aspect-ratio:16/11;object-fit:cover;display:block}
.bbh-morph .wp-block-column>p{padding:0 1.25rem;margin:0;font-size:.87rem;color:var(--bbh-ink-2);line-height:1.5}
.bbh-morph .wp-block-column>h3{padding:1.15rem 1.25rem .25rem;margin:0;font-size:1.12rem}
.bbh-morph .wp-block-column>p:last-child{padding-bottom:1.35rem}

/* ---------- event cards, arch-topped: core/columns --------------------- */
.bbh-events.wp-block-columns{gap:clamp(1.4rem,2.6vw,2.4rem);flex-wrap:wrap}
.bbh-events .wp-block-column{flex-basis:calc(25% - 1.8rem)!important;flex-grow:0}
@media(max-width:1100px){.bbh-events .wp-block-column{flex-basis:calc(33.333% - 1.6rem)!important}}
@media(max-width:781px){.bbh-events .wp-block-column{flex-basis:calc(50% - .8rem)!important}}
@media(max-width:480px){.bbh-events .wp-block-column{flex-basis:100%!important}}
.bbh-ev .wp-block-image{
  margin:0;overflow:hidden;border-radius:50% 50% 2px 2px / 21% 21% 0 0;
  background:var(--bbh-blush-deep);
}
.bbh-ev .wp-block-image img{
  width:100%;aspect-ratio:3/4;object-fit:cover;display:block;
  transition:transform .7s cubic-bezier(.2,.7,.3,1);
}
.bbh-ev:hover .wp-block-image img{transform:scale(1.045)}
.bbh-ev h3{margin:1.15rem 0 .35rem;font-size:1.26rem;text-align:center}
.bbh-ev h3 a{text-decoration:none}
.bbh-ev p{text-align:center;font-size:.87rem;color:var(--bbh-ink-3);margin:0;line-height:1.5}
.bbh-ev .wp-block-separator{
  width:26px;height:1px;background:var(--bbh-gold);border:0;margin:.85rem auto 0;
  opacity:1;transition:width .4s ease;
}
.bbh-ev:hover .wp-block-separator{width:54px}
@media (prefers-reduced-motion:reduce){
  .bbh-ev .wp-block-image img,.bbh-ev .wp-block-separator{transition:none}
}

/* ---------- included list: core/columns -------------------------------- */
.bbh-inc.wp-block-columns{gap:0 clamp(2rem,4vw,3.4rem);flex-wrap:wrap}
.bbh-inc .wp-block-column{flex-basis:calc(33.333% - 2.3rem)!important;flex-grow:0}
@media(max-width:781px){.bbh-inc .wp-block-column{flex-basis:100%!important}}
.bbh-inc .wp-block-column>*{margin:0}
.bbh-inc .wp-block-column>h3{
  padding-top:1.7rem;border-top:1px solid var(--bbh-line);
  font-size:1.16rem;margin-bottom:.4rem;
}
.bbh-inc .wp-block-column>p{font-size:.92rem;color:var(--bbh-ink-2);line-height:1.6;padding-bottom:1.7rem}

/* ---------- mosaic: core/gallery --------------------------------------- */
.bbh-mosaic.wp-block-gallery{gap:1px;background:var(--bbh-line-2);margin-block:0}
.bbh-mosaic.wp-block-gallery .wp-block-image{margin:0}
.bbh-mosaic.wp-block-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}

/* ---------- editorial plate: core/image with caption ------------------- */
.bbh-plate.wp-block-image{margin:0 auto;max-width:960px}
.bbh-plate.wp-block-image img{width:100%;height:auto;display:block}
.bbh-plate.wp-block-image figcaption{
  font-family:var(--bbh-serif);font-style:italic;font-size:clamp(1.02rem,1.9vw,1.32rem);
  line-height:1.5;color:var(--bbh-ink-2);text-align:center;max-width:46ch;
  margin:1.6rem auto 0;padding-top:1.5rem;border-top:1px solid var(--bbh-gold-soft);
}

/* ---------- numbered steps: core/columns ------------------------------- */
.bbh-steps.wp-block-columns{gap:clamp(1.6rem,3.5vw,3rem);counter-reset:bbhstep}
.bbh-steps .wp-block-column{counter-increment:bbhstep}
.bbh-steps .wp-block-column::before{
  content:counter(bbhstep,decimal-leading-zero);display:block;font-family:var(--bbh-serif);
  font-size:1.05rem;color:var(--bbh-gold);margin-bottom:.9rem;
  border-top:1px solid var(--bbh-gold-soft);padding-top:.85rem;
}
.bbh-steps .wp-block-column>h3{font-size:1.28rem;margin:0 0 .45rem}
.bbh-steps .wp-block-column>p{font-size:.93rem;color:var(--bbh-ink-2);line-height:1.62;margin:0}

/* ---------- bullet list: core/list ------------------------------------- */
body .bbh-list{list-style:none;padding:0;margin:0}
body .bbh-list li{
  padding:.72rem 0 .72rem 1.6rem;border-bottom:1px solid var(--bbh-line-2);
  position:relative;font-size:.97rem;color:var(--bbh-ink-2);
}
body .bbh-list li::before{
  content:"";position:absolute;left:0;top:1.28rem;width:7px;height:7px;
  border:1px solid var(--bbh-gold);transform:rotate(45deg);
}

/* ---------- FAQ: core/accordion ---------------------------------------- */
.bbh-faq .wp-block-accordion-item{border-top:1px solid var(--bbh-line)}
.bbh-faq .wp-block-accordion-item:last-child{border-bottom:1px solid var(--bbh-line)}
.bbh-faq .wp-block-accordion-heading,
.bbh-faq .wp-block-accordion-heading button,
.bbh-faq summary{
  font-family:var(--bbh-serif);font-size:clamp(1.06rem,1.9vw,1.28rem);
  line-height:1.35;padding:1.5rem 1rem 1.5rem 0;background:transparent;
  border:0;width:100%;text-align:left;cursor:pointer;color:var(--bbh-ink);
}
.bbh-faq .wp-block-accordion-panel,
.bbh-faq .wp-block-details__content{
  padding:0 2.6rem 1.7rem 0;color:var(--bbh-ink-2);font-size:.98rem;max-width:72ch;
}
.bbh-faq .wp-block-details{border-top:1px solid var(--bbh-line)}
.bbh-faq .wp-block-details:last-of-type{border-bottom:1px solid var(--bbh-line)}
.bbh-faq summary::marker{color:var(--bbh-gold)}

/* ---------- contact grid: core/columns --------------------------------- */
.bbh-cgrid .wp-block-column>h3{
  font-family:var(--bbh-sans);font-size:.74rem;letter-spacing:.17em;
  color:var(--bbh-gold);margin:0 0 .7rem;text-transform:uppercase;font-weight:500;
}
.bbh-cgrid .wp-block-column>p{font-size:1rem;line-height:1.75;margin:0}
.bbh-cgrid a{text-decoration:none;border-bottom:1px solid var(--bbh-line)}
.bbh-cgrid a:hover{border-bottom-color:var(--bbh-gold)}

/* ---------- section rhythm: core/group --------------------------------- */
.bbh-sec{padding-block:clamp(4rem,9vw,7.5rem)}
.bbh-sec--tight{padding-block:clamp(2.8rem,6vw,4.75rem)}
.bbh-blush{background:var(--bbh-blush)}
.bbh-frame{position:relative}
.bbh-frame::after{content:"";position:absolute;inset:11px;border:1px solid rgba(255,255,255,.4);pointer-events:none;z-index:1}

/* ---------- lead capture form (core/html, no core block does forms) ---- */
.bbh-formwrap{background:var(--bbh-blush);border-top:1px solid var(--bbh-line-2);padding-block:clamp(4rem,9vw,7.5rem)}
.bbh-form{background:#fff;border:1px solid var(--bbh-line);padding:clamp(1.8rem,4vw,3.3rem);box-shadow:0 22px 60px -42px rgba(22,40,63,.45);max-width:860px;margin-inline:auto}
.bbh-fgrid{display:grid;grid-template-columns:1fr 1fr;gap:1.05rem 1.3rem}
.bbh-f-full{grid-column:1/-1}
@media(max-width:640px){.bbh-fgrid{grid-template-columns:1fr}.bbh-f-full{grid-column:auto}}
.bbh-form label{display:block;font-size:.76rem;letter-spacing:.11em;color:var(--bbh-ink-2);margin-bottom:.45rem;text-transform:uppercase}
.bbh-form input,.bbh-form select,.bbh-form textarea{
  width:100%;font-family:var(--bbh-sans);font-size:.98rem;font-weight:300;color:var(--bbh-ink);
  background:var(--bbh-paper);border:1px solid var(--bbh-line);border-radius:2px;padding:.82rem .9rem;
  transition:border-color .18s ease,background .18s ease;
}
.bbh-form input:focus,.bbh-form select:focus,.bbh-form textarea:focus{border-color:var(--bbh-blue);background:#fff;outline:none;box-shadow:0 0 0 3px rgba(29,95,168,.12)}
.bbh-form textarea{min-height:112px;resize:vertical}
.bbh-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--bbh-ink-2) 50%),linear-gradient(135deg,var(--bbh-ink-2) 50%,transparent 50%);background-position:calc(100% - 20px) 51%,calc(100% - 15px) 51%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.bbh-form button{
  width:100%;background:var(--bbh-ink);color:#fff;border:1px solid var(--bbh-ink);border-radius:2px;
  padding:1.02rem 2.3rem;font-family:var(--bbh-sans);font-size:.86rem;letter-spacing:.11em;
  font-weight:500;cursor:pointer;transition:background .18s ease;
}
.bbh-form button:hover{background:#0d1c2e}
.bbh-form button:disabled{opacity:.6;cursor:default}
.bbh-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.bbh-form .is-error{border-color:#B4453C !important;background:#FDF6F5 !important}
.bbh-form .bbh-err{color:#8E3931;font-size:.82rem;margin-top:.4rem;display:none}
.bbh-form .bbh-err.is-on{display:block}
.bbh-form__note{font-size:.82rem;color:var(--bbh-ink-3);margin-top:1.1rem;line-height:1.55}
.bbh-sent{display:none;text-align:center;padding:2.4rem 1rem}
.bbh-sent.is-on{display:block}
.bbh-sent p{color:var(--bbh-ink-2);max-width:44ch;margin-inline:auto}

/* ---------- hero: core/html (three stacked images, JS crossfade) -------- */
.bbh-hero-html{
  position:relative;min-height:min(88vh,800px);display:grid;place-items:end center;
  overflow:hidden;background:#20344c;
}
.bbh-hero-html .bbh-hero__stage{position:absolute;inset:0}
.bbh-hero-html .bbh-hero__stage img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:0;transition:opacity 1.5s ease-in-out;margin:0;max-width:none;display:block;
}
.bbh-hero-html .bbh-hero__stage img.is-on{opacity:1}
.bbh-hero-html::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(10,22,38,.42) 0%,rgba(10,22,38,.12) 34%,rgba(10,22,38,.58) 76%,rgba(10,22,38,.8) 100%);
}
.bbh-hero-html .bbh-hero__body{
  position:relative;z-index:2;color:#fff;text-align:center;
  padding:0 1.3rem clamp(3rem,7vw,5.5rem);width:min(860px,100%);
}
.bbh-hero-html .bbh-mark{color:var(--bbh-gold-soft)}
body .bbh-hero-html h1{color:#fff;margin:1.1rem 0;text-shadow:0 2px 34px rgba(8,18,32,.4)}
.bbh-hero-html h1 em{font-style:italic;font-weight:400}
.bbh-hero-html p{
  color:rgba(255,255,255,.9);font-size:clamp(1rem,1.6vw,1.17rem);
  max-width:46ch;margin:0 auto 2rem;
}
body .bbh-hero-html .bbh-btn-plain{
  display:inline-block;background:#fff;color:var(--bbh-ink);text-decoration:none;
  padding:1.02rem 2.3rem;font-family:var(--bbh-sans);font-size:.86rem;
  letter-spacing:.11em;font-weight:500;border:1px solid #fff;border-radius:2px;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
body .bbh-hero-html .bbh-btn-plain:hover{background:var(--bbh-gold);border-color:var(--bbh-gold);color:#fff}
.bbh-hero-html .bbh-hero__dots{display:flex;gap:.5rem;justify-content:center;margin-top:2.3rem}
.bbh-hero-html .bbh-hero__dots button{
  width:26px;height:2px;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.35);transition:background .3s ease;
}
.bbh-hero-html .bbh-hero__dots button[aria-selected="true"]{background:var(--bbh-gold-soft)}
.bbh-hero-html .bbh-hero__cap{
  position:absolute;left:0;right:0;bottom:0;z-index:2;text-align:center;
  font-size:.72rem;letter-spacing:.2em;color:rgba(255,255,255,.62);
  padding-bottom:1.1rem;text-transform:uppercase;
}
@media (prefers-reduced-motion:reduce){.bbh-hero-html .bbh-hero__stage img{transition:none}}

/* ==========================================================================
   HORIZONTAL GUTTERS
   Full-bleed bands keep their background edge to edge, but their CONTENT
   sits inside a padded, centred shell. Without this every section clips
   its first character against the viewport edge.
   Change --bbh-max to widen or narrow the text column site-wide.
   ========================================================================== */
:root{
  --bbh-max:1280px;
  --bbh-gutter:clamp(1.4rem,5vw,4rem);
}

.bbh-sec,
.bbh-formwrap,
.bbh-facts.wp-block-columns{
  padding-inline:var(--bbh-gutter);
}

/* Centre and cap the inner content of every section */
.bbh-sec > *,
.bbh-formwrap > *{
  max-width:var(--bbh-max);
  margin-inline:auto;
}

/* Full-bleed elements that SHOULD touch the edges keep doing so */
.bbh-mosaic.wp-block-gallery{padding-inline:0}
.bbh-mosaic.wp-block-gallery,
.bbh-hero-html{max-width:none}

/* The morph strip reads better edge to edge inside its padded section */
.bbh-morph.wp-block-columns{max-width:var(--bbh-max)}

/* Even card heights: "Corporate Events & Conferences" wraps to two lines
   and was dragging its rule out of alignment with the others. */
.bbh-ev h3{min-height:3.2em;display:flex;align-items:center;justify-content:center}
.bbh-ev p{min-height:3em}
@media(max-width:480px){.bbh-ev h3,.bbh-ev p{min-height:0}}

/* Reduced-motion visitors: slower hold, gentler fade. .is-gentle is set by
   bbh.js. Overrides the blanket transition:none earlier in this file. */
@media (prefers-reduced-motion:reduce){
  .bbh-hero-html .bbh-hero__stage.is-gentle img{
    transition:opacity 3s ease-in-out !important;
  }
}

/* ---------- confirmation panel: scheduler CTA --------------------------- */
.bbh-sent h3{margin-bottom:.9rem}
.bbh-sent .bbh-sent__divider{
  width:40px;height:1px;background:var(--bbh-gold);border:0;margin:2rem auto;
}
.bbh-sent .bbh-sent__invite{
  font-family:var(--bbh-serif);font-style:italic;
  font-size:clamp(1.02rem,1.8vw,1.22rem);line-height:1.5;
  color:var(--bbh-ink);max-width:44ch;margin:0 auto 1.6rem;
}
body .bbh-sent .bbh-cta{
  display:inline-block;background:var(--bbh-ink);color:#fff;text-decoration:none;
  padding:1.02rem 2.3rem;font-family:var(--bbh-sans);font-size:.86rem;
  letter-spacing:.11em;font-weight:500;border:1px solid var(--bbh-ink);border-radius:2px;
  transition:background .18s ease,border-color .18s ease;
}
body .bbh-sent .bbh-cta:hover{background:var(--bbh-gold);border-color:var(--bbh-gold);color:#fff}
.bbh-sent .bbh-sent__alt{font-size:.85rem;color:var(--bbh-ink-3);margin-top:1.3rem}

/* ---------- scheduler modal -------------------------------------------- */
.bbh-modal{
  position:fixed;inset:0;z-index:9999;display:none;
  align-items:center;justify-content:center;padding:clamp(.75rem,3vw,2rem);
  background:rgba(10,22,38,.72);backdrop-filter:blur(3px);
}
.bbh-modal.is-open{display:flex}
.bbh-modal__box{
  position:relative;width:min(960px,100%);height:min(88vh,820px);
  background:var(--bbh-paper);border-radius:3px;overflow:hidden;
  box-shadow:0 40px 100px -30px rgba(10,22,38,.6);
}
.bbh-modal__bar{
  display:flex;align-items:center;justify-content:space-between;
  padding:.9rem 1.1rem;border-bottom:1px solid var(--bbh-line);background:#fff;
}
.bbh-modal__bar span{
  font-family:var(--bbh-sans);font-size:.74rem;letter-spacing:.17em;
  text-transform:uppercase;color:var(--bbh-gold);font-weight:500;
}
.bbh-modal__close{
  background:none;border:0;cursor:pointer;line-height:1;padding:.3rem .5rem;
  font-size:1.5rem;color:var(--bbh-ink-2);width:auto;
}
.bbh-modal__close:hover{color:var(--bbh-ink);background:none}
.bbh-modal iframe{width:100%;height:calc(100% - 52px);border:0;display:block;background:#fff}
body.bbh-modal-open{overflow:hidden}

/* ---------- banner gutters (core/cover) --------------------------------- */
.bbh-banner.wp-block-cover .wp-block-cover__inner-container{
  padding-inline:var(--bbh-gutter);
  max-width:var(--bbh-max);
  margin-inline:auto;
}
.bbh-banner.wp-block-cover{min-height:clamp(320px,42vh,520px)}
/* core/cover writes its own text colour; ours has to win */
body .bbh-banner.wp-block-cover h1,
body .bbh-banner.wp-block-cover h2,
body .bbh-banner.wp-block-cover p{color:#fff}

/* ---------- event card corrections -------------------------------------- */
/* Seven across is too narrow on desktop. Four, then three, then two. */
.bbh-events .wp-block-column{flex-basis:calc(25% - 1.8rem)!important}
@media(max-width:1280px){.bbh-events .wp-block-column{flex-basis:calc(33.333% - 1.6rem)!important}}
@media(max-width:880px){.bbh-events .wp-block-column{flex-basis:calc(50% - .8rem)!important}}
@media(max-width:480px){.bbh-events .wp-block-column{flex-basis:100%!important}}
.bbh-events.wp-block-columns{row-gap:clamp(2.4rem,4vw,3.4rem)}

/* Kadence styles core/separator ahead of us; take it back. */
body .bbh-ev .wp-block-separator{
  width:26px!important;max-width:26px!important;height:1px!important;
  background:var(--bbh-gold)!important;border:0!important;opacity:1!important;
  margin:.85rem auto 0!important;transition:width .4s ease,max-width .4s ease;
}
body .bbh-ev:hover .wp-block-separator{width:54px!important;max-width:54px!important}

/* Titles wrap to two lines at these widths; keep the rules aligned. */
.bbh-ev h3{min-height:2.9em}
.bbh-ev p{min-height:3.2em}
@media(max-width:480px){.bbh-ev h3,.bbh-ev p{min-height:0}}

/* ---------- FAQ: core/details, corrected selectors ---------------------- */
.bbh-faq .wp-block-details{border-top:1px solid var(--bbh-line);margin:0}
.bbh-faq .wp-block-details:last-of-type{border-bottom:1px solid var(--bbh-line)}
body .bbh-faq .wp-block-details summary{
  font-family:var(--bbh-serif);font-size:clamp(1.06rem,1.9vw,1.28rem);
  line-height:1.35;padding:1.5rem 3rem 1.5rem 0;cursor:pointer;
  color:var(--bbh-ink);list-style:none;position:relative;
}
.bbh-faq .wp-block-details summary::-webkit-details-marker{display:none}
.bbh-faq .wp-block-details summary::marker{content:""}
.bbh-faq .wp-block-details summary::after{
  content:"";position:absolute;right:.4rem;top:2.05rem;width:13px;height:13px;
  border-right:1px solid var(--bbh-gold);border-bottom:1px solid var(--bbh-gold);
  transform:rotate(45deg);transition:transform .25s ease;
}
.bbh-faq .wp-block-details[open] summary::after{transform:rotate(-135deg);top:2.35rem}
/* Inner blocks have no wrapper class, so target everything but the summary */
.bbh-faq .wp-block-details > *:not(summary){
  color:var(--bbh-ink-2);font-size:.98rem;max-width:72ch;
  margin:0 2.6rem 1.2rem 0;
}
.bbh-faq .wp-block-details > *:last-child{margin-bottom:1.7rem}

/* ---------- contact grid + blog index ----------------------------------- */
.bbh-cgrid.wp-block-columns{gap:clamp(1.8rem,3.5vw,2.8rem);flex-wrap:wrap}
.bbh-cgrid .wp-block-column>*{margin:0}
.bbh-cgrid .wp-block-column>h3{
  font-family:var(--bbh-sans)!important;font-size:.74rem!important;
  letter-spacing:.17em;color:var(--bbh-gold);margin-bottom:.8rem;
  text-transform:uppercase;font-weight:500;line-height:1.4;
}
.bbh-cgrid .wp-block-column>p{font-size:1rem;line-height:1.8}
.bbh-cgrid a{text-decoration:none;border-bottom:1px solid var(--bbh-line)}
.bbh-cgrid a:hover{border-bottom-color:var(--bbh-gold)}

/* Post index: core/query + post-template */
.bbh-posts .wp-block-post{border-top:1px solid var(--bbh-line);padding-top:1.4rem}
.bbh-posts .wp-block-post-featured-image img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.bbh-posts .wp-block-post-title{font-size:1.24rem;margin:1.15rem 0 .5rem;line-height:1.2}
.bbh-posts .wp-block-post-title a{text-decoration:none}
.bbh-posts .wp-block-post-excerpt{font-size:.9rem;color:var(--bbh-ink-2)}
.bbh-posts .wp-block-post-date{
  font-size:.74rem;letter-spacing:.17em;text-transform:uppercase;color:var(--bbh-gold);
}

/* ---------- footer widgets ---------------------------------------------- */
body .site-footer h3,body #colophon h3,body .footer-widget-area h3{
  font-family:var(--bbh-sans);font-size:.74rem;letter-spacing:.17em;
  text-transform:uppercase;font-weight:500;color:var(--bbh-gold-soft);
  margin:0 0 1rem;line-height:1.4;
}
body .site-footer p,body #colophon p{font-size:.9rem;line-height:1.75;color:rgba(255,255,255,.72)}
body .site-footer a,body #colophon a{color:rgba(255,255,255,.72);text-decoration:none}
body .site-footer a:hover,body #colophon a:hover{color:#fff}
body .site-footer .wp-block-social-links{margin-top:1.2rem}
body .site-footer .wp-block-social-link a{color:#fff}
body .site-footer .footer-navigation a{
  font-size:.85rem;letter-spacing:.04em;
}

/* ---------- footer logo ------------------------------------------------- */
.bbh-footer-logo{margin:0 0 1.1rem}
.bbh-footer-logo img{width:150px;height:auto;max-width:100%;display:block}
@media(max-width:767px){.bbh-footer-logo img{margin-inline:auto}}
