:root {
  --bb-beige: #C9B99C;
  --bb-gold: #A48967;
  --bb-sand: #E0D9C8;
  --bb-coffee: #615A51;
  --bb-stone: #81796F;
  --bb-charcoal: #33302C;
  --bb-warm: #FBFAF8;
  --bb-cream: #F5EFE5;
  --bb-cream-2: #EFE5D5;
  --bb-white: #FFFFFF;
  --bb-dark: #292622;
  --bb-border: rgba(97, 90, 81, .18);
  --bb-border-strong: rgba(97, 90, 81, .30);
  --bb-shadow: 0 26px 70px rgba(51, 48, 44, .10);
  --bb-shadow-soft: 0 12px 36px rgba(51, 48, 44, .075);
  --bb-shell: 1240px;
  --bb-header-h: 94px;
  --bb-serif: Georgia, "Times New Roman", serif;
  --bb-sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--bb-header-h) + 28px); }
body.bb-native-theme {
  margin: 0;
  background: var(--bb-warm);
  color: var(--bb-charcoal);
  font-family: var(--bb-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.bb-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--bb-beige); color: var(--bb-charcoal); }

.bb-site { min-height: 100vh; overflow: clip; background: var(--bb-warm); }
.bb-shell { width: min(var(--bb-shell), calc(100% - 72px)); margin-inline: auto; }
.bb-main { display: block; }
.bb-sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.bb-skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%);
  background: var(--bb-charcoal); color: var(--bb-warm); padding: 10px 16px; text-decoration: none;
}
.bb-skip-link:focus { transform: translateY(0); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--bb-charcoal);
  font-family: var(--bb-serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3.5rem, 6vw, 6rem); margin-bottom: .28em; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4.35rem); margin-bottom: .35em; }
h3 { font-size: clamp(1.5rem, 2.25vw, 2.15rem); margin-bottom: .42em; }
h1 em, h2 em { color: var(--bb-gold); font-weight: 400; font-style: italic; }
p { color: var(--bb-coffee); }

.bb-icon { width: 28px; height: 28px; display: block; }
.bb-icon--small { width: 18px; height: 18px; }
.bb-icon--signal { width: 19px; height: 19px; }
.bb-eyebrow {
  display: inline-flex; align-items: center; gap: 11px; margin: 0 0 18px;
  color: var(--bb-coffee); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.bb-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--bb-gold); flex: 0 0 auto; }
.bb-eyebrow--light { color: rgba(251,250,248,.86); }
.bb-eyebrow--light::before { background: var(--bb-beige); }
.bb-lead { max-width: 640px; font-size: clamp(1.06rem, 1.45vw, 1.25rem); line-height: 1.7; }
.bb-lead--small { font-size: clamp(1.02rem, 1.25vw, 1.17rem); }

.bb-button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px; border: 1px solid var(--bb-charcoal); border-radius: 0;
  background: var(--bb-charcoal); color: var(--bb-warm); font-size: .76rem; font-weight: 700;
  letter-spacing: .105em; line-height: 1.15; text-decoration: none; text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.bb-button:hover { background: var(--bb-coffee); border-color: var(--bb-coffee); transform: translateY(-2px); box-shadow: var(--bb-shadow-soft); }
.bb-button--gold { background: var(--bb-gold); border-color: var(--bb-gold); color: var(--bb-white); }
.bb-button--gold:hover { background: var(--bb-charcoal); border-color: var(--bb-charcoal); }
.bb-button--outline { background: transparent; color: var(--bb-charcoal); border-color: var(--bb-charcoal); }
.bb-button--outline:hover { color: var(--bb-warm); background: var(--bb-charcoal); }
.bb-button--light { color: var(--bb-charcoal); background: var(--bb-warm); border-color: var(--bb-warm); }
.bb-button--light:hover { color: var(--bb-warm); background: transparent; border-color: var(--bb-warm); box-shadow: none; }
.bb-text-link {
  display: inline-flex; gap: 9px; align-items: center; min-height: 44px; color: var(--bb-charcoal);
  font-size: .88rem; font-weight: 700; text-decoration: underline; text-decoration-color: var(--bb-gold);
  text-decoration-thickness: 1px; text-underline-offset: 5px;
}
.bb-text-link:hover { text-decoration-thickness: 2px; }
.bb-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.bb-button:focus-visible, .bb-text-link:focus-visible, .bb-nav__link:focus-visible,
.bb-treatment-card:focus-visible, .bb-specialty:focus-visible, .bb-footer a:focus-visible,
.bb-contact-card a:focus-visible, .bb-treatment-tile a:focus-visible {
  outline: 3px solid var(--bb-gold); outline-offset: 4px;
}

/* Header */
.bb-header {
  position: sticky; top: 0; z-index: 1000; height: var(--bb-header-h);
  background: rgba(251,250,248,.96); border-bottom: 1px solid rgba(97,90,81,.11);
  backdrop-filter: blur(18px); transition: box-shadow .22s ease, background-color .22s ease;
}
.bb-header.is-scrolled { box-shadow: 0 12px 36px rgba(51,48,44,.07); background: rgba(251,250,248,.99); }
.admin-bar .bb-header { top: 32px; }
.admin-bar .bb-mobile-menu { top: calc(var(--bb-header-h) + 32px); }
.bb-header__inner {
  width: min(1320px, calc(100% - 64px)); height: 100%; margin-inline: auto;
  display: grid; grid-template-columns: 188px 1fr 132px; align-items: center; gap: clamp(28px, 4vw, 60px);
}
.bb-brand { display: inline-flex; align-items: center; width: 174px; height: 78px; text-decoration: none; }
.bb-brand__logo { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.bb-header__nav { justify-self: center; }
.bb-nav { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); }
.bb-nav__link { position: relative; color: var(--bb-coffee); font-size: .82rem; font-weight: 600; text-decoration: none; }
.bb-nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--bb-gold); transition: right .2s ease; }
.bb-nav__link:hover::after, .bb-nav__link.is-active::after { right: 0; }
.bb-nav__link.is-active { color: var(--bb-charcoal); }
.bb-header__phone { display: flex; flex-direction: column; align-items: flex-end; color: var(--bb-charcoal); font-size: .84rem; font-weight: 700; line-height: 1.25; text-decoration: none; }
.bb-header__phone-label { color: var(--bb-coffee); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.bb-menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--bb-border); background: transparent; cursor: pointer; position: relative; }
.bb-menu-toggle__line { position: absolute; left: 13px; right: 13px; height: 1px; background: var(--bb-charcoal); transition: transform .2s ease, top .2s ease; }
.bb-menu-toggle__line:first-of-type { top: 18px; }
.bb-menu-toggle__line:last-of-type { top: 28px; }
.bb-menu-toggle[aria-expanded="true"] .bb-menu-toggle__line:first-of-type { top: 23px; transform: rotate(45deg); }
.bb-menu-toggle[aria-expanded="true"] .bb-menu-toggle__line:last-of-type { top: 23px; transform: rotate(-45deg); }
.bb-mobile-menu { position: fixed; inset: var(--bb-header-h) 0 0; background: var(--bb-warm); overflow: auto; }
.bb-mobile-menu[hidden] { display: none !important; }
.bb-mobile-menu__inner { width: min(560px, calc(100% - 40px)); margin-inline: auto; padding: 34px 0 46px; }
.bb-nav--mobile { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
.bb-nav--mobile li { border-bottom: 1px solid var(--bb-border); }
.bb-nav--mobile .bb-nav__link { display: block; padding: 20px 4px; font-family: var(--bb-serif); font-size: 1.75rem; font-weight: 500; }
.bb-nav--mobile .bb-nav__link::after { display: none; }
.bb-mobile-menu__call { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 18px; background: var(--bb-charcoal); color: var(--bb-warm); text-decoration: none; font-weight: 700; }

/* Home hero */
.bb-home-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .80fr) minmax(0, 1.20fr); background: var(--bb-warm); }
.bb-home-hero__copy {
  position: relative; z-index: 2; padding: clamp(64px, 7vw, 108px) clamp(44px, 6vw, 98px);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  background: radial-gradient(circle at 0 0, rgba(201,185,156,.25), transparent 42%), linear-gradient(145deg, var(--bb-warm), #F6F0E7);
}
.bb-home-hero__copy h1 { max-width: 670px; font-size: clamp(3.65rem, 5.8vw, 5.95rem); }
.bb-home-hero__copy h1 em { display: block; font-size: .62em; line-height: 1.12; margin-top: .13em; }
.bb-home-hero__copy .bb-lead { max-width: 540px; margin-bottom: 30px; }
.bb-home-hero__media { position: relative; min-height: 690px; overflow: hidden; background: var(--bb-beige); }
.bb-home-hero__media::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12%; z-index: 1; background: linear-gradient(90deg, rgba(51,48,44,.09), transparent); pointer-events: none; }
.bb-home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transform: scale(1.005); }
.bb-hero-signals { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--bb-border); display: flex; flex-wrap: wrap; gap: 13px 26px; width: min(100%, 560px); }
.bb-hero-signals span { display: inline-flex; align-items: center; gap: 9px; color: var(--bb-coffee); font-size: .76rem; font-weight: 600; }
.bb-hero-signals .bb-icon { color: var(--bb-gold); }

/* Shared sections */
.bb-section { padding: clamp(82px, 9vw, 132px) 0; }
.bb-section--sand { background: linear-gradient(180deg, #E5DDCB 0%, var(--bb-sand) 100%); }
.bb-section--soft { background: var(--bb-cream); }
.bb-section--specialties { background: var(--bb-warm); }
.bb-section-heading { margin-bottom: 50px; }
.bb-section-heading h2 { margin-bottom: 16px; }
.bb-section-heading p:last-child { max-width: 700px; margin-bottom: 0; }
.bb-section-heading--center { text-align: center; margin-inline: auto; }
.bb-section-heading--center .bb-eyebrow { justify-content: center; }
.bb-section-heading--center p:last-child { margin-inline: auto; }
.bb-section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(44px, 9vw, 130px); align-items: end; }
.bb-section-heading--split > p { justify-self: end; max-width: 510px; }
.bb-section-heading--compact { max-width: 840px; margin-bottom: 44px; }
.bb-section-cta { display: flex; justify-content: center; margin-top: 46px; }

/* Featured treatments: editorial mosaic */
.bb-featured-grid { display: grid; grid-template-columns: 1.12fr .78fr; grid-template-rows: repeat(2, minmax(270px, 1fr)); gap: 16px; min-height: 680px; }
.bb-treatment-card { position: relative; min-height: 300px; overflow: hidden; color: var(--bb-warm); text-decoration: none; background: var(--bb-charcoal); isolation: isolate; }
.bb-treatment-card--primary { grid-row: 1 / span 2; }
.bb-treatment-card__media { position: absolute; inset: 0; }
.bb-treatment-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.2,1), filter .4s ease; }
.bb-treatment-card__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,22,19,.05) 20%, rgba(25,22,19,.82) 100%); z-index: 1; }
.bb-treatment-card--primary .bb-treatment-card__veil { background: linear-gradient(180deg, rgba(25,22,19,.02) 18%, rgba(25,22,19,.82) 100%); }
.bb-treatment-card__body { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px 36px; }
.bb-treatment-card--primary .bb-treatment-card__body { padding: 42px 44px; }
.bb-card-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border: 1px solid rgba(251,250,248,.48); color: var(--bb-warm); background: rgba(51,48,44,.15); backdrop-filter: blur(6px); }
.bb-card-icon .bb-icon { width: 24px; height: 24px; }
.bb-treatment-card__body h3 { max-width: 620px; margin-bottom: 10px; color: var(--bb-warm); font-size: clamp(2rem, 3.2vw, 3rem); }
.bb-treatment-card:not(.bb-treatment-card--primary) .bb-treatment-card__body h3 { max-width: 390px; font-size: clamp(1.75rem, 2.2vw, 2.35rem); }
.bb-treatment-card__body p { max-width: 570px; margin: 0; padding-right: 52px; color: rgba(251,250,248,.90); font-size: .9rem; line-height: 1.55; }
.bb-card-arrow { position: absolute; right: 32px; bottom: 34px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(251,250,248,.5); font-size: 1rem; transition: background-color .25s ease, color .25s ease, transform .25s ease; }
.bb-treatment-card:hover .bb-treatment-card__media img { transform: scale(1.045); filter: saturate(.94) contrast(1.03); }
.bb-treatment-card:hover .bb-card-arrow { background: var(--bb-warm); color: var(--bb-charcoal); transform: translate(2px,-2px); }

/* Secondary specialties: image led, no visible numbering */
.bb-specialty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bb-specialty { display: flex; flex-direction: column; min-height: 470px; overflow: hidden; background: var(--bb-white); border: 1px solid var(--bb-border); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bb-specialty__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bb-sand); }
.bb-specialty__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; }
.bb-specialty__body { position: relative; flex: 1; padding: 26px 28px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.bb-specialty__icon { width: 42px; height: 42px; display: grid; place-items: center; margin-top: -48px; margin-bottom: 18px; background: var(--bb-warm); border: 1px solid var(--bb-border); color: var(--bb-gold); box-shadow: 0 8px 24px rgba(51,48,44,.08); }
.bb-specialty__icon .bb-icon { width: 23px; height: 23px; }
.bb-specialty h3 { font-size: clamp(1.55rem, 2vw, 2rem); margin-bottom: 10px; }
.bb-specialty p { margin: 0 0 20px; font-size: .88rem; line-height: 1.58; }
.bb-specialty__link { margin-top: auto; color: var(--bb-charcoal); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-decoration: underline; text-decoration-color: var(--bb-gold); text-underline-offset: 5px; }
.bb-specialty:hover { transform: translateY(-5px); box-shadow: var(--bb-shadow); border-color: rgba(164,137,103,.36); }
.bb-specialty:hover .bb-specialty__media img { transform: scale(1.045); filter: saturate(.94); }

/* Home story + values */
.bb-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 650px; background: var(--bb-cream); }
.bb-story__media { min-height: 650px; overflow: hidden; }
.bb-story__media img { width: 100%; height: 100%; object-fit: cover; }
.bb-story__copy { padding: clamp(62px, 7vw, 105px) clamp(48px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.bb-story__copy h2 { max-width: 600px; }
.bb-story__copy p { max-width: 570px; }
.bb-story__copy .bb-button { margin-top: 12px; }
.bb-values { padding: 54px 0; background: var(--bb-warm); border-top: 1px solid var(--bb-border); border-bottom: 1px solid var(--bb-border); }
.bb-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bb-values article { padding: 16px 44px; border-right: 1px solid var(--bb-border); }
.bb-values article:first-child { padding-left: 0; }
.bb-values article:last-child { border-right: 0; padding-right: 0; }
.bb-values article > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; color: var(--bb-gold); border: 1px solid rgba(164,137,103,.35); }
.bb-values article > span .bb-icon { width: 23px; height: 23px; }
.bb-values h3 { font-size: 1.65rem; margin-bottom: 8px; }
.bb-values p { max-width: 320px; margin-bottom: 0; font-size: .86rem; line-height: 1.55; }

/* Contact band */
.bb-contact-band { padding: clamp(58px, 6vw, 84px) 0; background: var(--bb-charcoal); }
.bb-contact-band__inner { display: grid; grid-template-columns: 1.18fr .68fr auto; gap: clamp(34px, 6vw, 82px); align-items: center; }
.bb-contact-band h2 { max-width: 640px; margin: 0; color: var(--bb-warm); font-size: clamp(2.4rem, 4vw, 3.7rem); }
.bb-contact-band__details { display: flex; flex-direction: column; align-items: flex-start; }
.bb-contact-band__phone { color: var(--bb-warm); font-family: var(--bb-serif); font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; text-decoration: none; }
.bb-contact-band__details p { margin: 13px 0 0; color: rgba(251,250,248,.70); font-size: .82rem; }

/* Treatments page */
.bb-page-hero { background: var(--bb-cream); }
.bb-page-hero__grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.bb-page-hero__copy { padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 70px) clamp(70px, 8vw, 112px) 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.bb-page-hero__copy h1 { max-width: 610px; font-size: clamp(3.7rem, 6vw, 5.8rem); }
.bb-page-hero__copy .bb-lead { max-width: 570px; }
.bb-page-hero__art { min-height: 610px; overflow: hidden; }
.bb-page-hero__art img { width: 100%; height: 100%; object-fit: cover; }
.bb-section--treatments { background: var(--bb-warm); }
.bb-treatment-feature-list { display: grid; gap: 22px; }
.bb-treatment-feature { min-height: 500px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--bb-white); border: 1px solid var(--bb-border); overflow: hidden; }
.bb-treatment-feature--reverse { grid-template-columns: .92fr 1.08fr; }
.bb-treatment-feature--reverse .bb-treatment-feature__media { order: 2; }
.bb-treatment-feature--reverse .bb-treatment-feature__copy { order: 1; }
.bb-treatment-feature__media { min-height: 500px; overflow: hidden; background: var(--bb-sand); }
.bb-treatment-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bb-treatment-feature:hover .bb-treatment-feature__media img { transform: scale(1.025); }
.bb-treatment-feature__copy { padding: clamp(42px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.bb-treatment-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--bb-gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bb-treatment-kicker .bb-icon { width: 24px; height: 24px; }
.bb-treatment-feature__copy h2 { max-width: 560px; font-size: clamp(2.5rem, 4vw, 4rem); }
.bb-treatment-feature__summary { color: var(--bb-charcoal); font-weight: 700; }
.bb-treatment-feature__copy p { max-width: 590px; }
.bb-treatment-feature__copy .bb-text-link { margin-top: 10px; }
.bb-treatment-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.bb-treatment-tile { overflow: hidden; background: var(--bb-white); border: 1px solid var(--bb-border); transition: transform .25s ease, box-shadow .25s ease; }
.bb-treatment-tile:hover { transform: translateY(-4px); box-shadow: var(--bb-shadow-soft); }
.bb-treatment-tile__media { aspect-ratio: 4 / 3; overflow: hidden; }
.bb-treatment-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bb-treatment-tile:hover .bb-treatment-tile__media img { transform: scale(1.035); }
.bb-treatment-tile__body { padding: 28px 28px 30px; }
.bb-treatment-tile__icon { display: grid; place-items: center; width: 44px; height: 44px; margin: -51px 0 21px; position: relative; background: var(--bb-warm); border: 1px solid var(--bb-border); color: var(--bb-gold); }
.bb-treatment-tile__icon .bb-icon { width: 24px; height: 24px; }
.bb-treatment-tile h3 { font-size: 2rem; }
.bb-treatment-tile__summary { color: var(--bb-charcoal); font-weight: 700; font-size: .88rem; }
.bb-treatment-tile p { font-size: .87rem; line-height: 1.58; }
.bb-treatment-tile .bb-text-link { margin-top: 6px; font-size: .8rem; }
.bb-note { margin-top: 34px; padding: 24px 28px; display: grid; grid-template-columns: 30px 1fr; gap: 16px; align-items: start; border-left: 3px solid var(--bb-gold); background: var(--bb-warm); }
.bb-note__mark { color: var(--bb-gold); font-family: var(--bb-serif); font-size: 1.7rem; line-height: 1; }
.bb-note p { margin: 0; max-width: 900px; font-size: .9rem; }

/* About */
.bb-about-hero { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); background: var(--bb-warm); }
.bb-about-hero__media { min-height: 660px; overflow: hidden; }
.bb-about-hero__media picture, .bb-about-hero__media img { width: 100%; height: 100%; }
.bb-about-hero__media img { object-fit: cover; }
.bb-about-hero__copy { padding: clamp(70px, 7vw, 116px) clamp(48px, 7vw, 115px); display: flex; flex-direction: column; justify-content: center; }
.bb-about-hero__copy h1 { max-width: 620px; }
.bb-about-hero__copy p { max-width: 580px; }
.bb-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bb-principles article { min-height: 300px; padding: 34px; background: var(--bb-warm); border: 1px solid var(--bb-border); }
.bb-principle-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; color: var(--bb-gold); border: 1px solid rgba(164,137,103,.35); }
.bb-principle-icon .bb-icon { width: 27px; height: 27px; }
.bb-principles h3 { font-size: 2rem; }
.bb-principles p { max-width: 310px; margin-bottom: 0; }
.bb-about-editorial { padding: clamp(80px, 9vw, 132px) 0; background: var(--bb-warm); }
.bb-about-editorial__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.bb-about-editorial__copy h2 { max-width: 590px; }
.bb-about-editorial__copy > p:not(.bb-eyebrow) { max-width: 540px; }
.bb-about-editorial__media { position: relative; max-height: 700px; overflow: hidden; box-shadow: var(--bb-shadow); }
.bb-about-editorial__media::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(251,250,248,.55); z-index: 1; pointer-events: none; }
.bb-about-editorial__media img { width: 100%; height: 100%; object-fit: cover; }
.bb-editorial-callout { padding: clamp(76px, 9vw, 128px) 0; background: var(--bb-charcoal); }
.bb-editorial-callout__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.bb-editorial-callout__quote { padding-left: clamp(26px, 4vw, 56px); border-left: 1px solid var(--bb-gold); }
.bb-editorial-callout__quote p { margin: 0; color: var(--bb-warm); font-family: var(--bb-serif); font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.2; letter-spacing: -.025em; }
.bb-editorial-callout__detail h2 { color: var(--bb-warm); font-size: clamp(2rem,3vw,3rem); }
.bb-editorial-callout__detail p:not(.bb-eyebrow) { max-width: 440px; color: rgba(251,250,248,.70); }
.bb-editorial-callout__detail .bb-text-link { color: var(--bb-warm); }

/* Contact */
.bb-contact-hero { padding: clamp(82px, 9vw, 132px) 0; background: radial-gradient(circle at 82% 20%, rgba(201,185,156,.3), transparent 34%), linear-gradient(140deg, var(--bb-warm), var(--bb-cream)); }
.bb-contact-hero__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(60px, 9vw, 120px); align-items: end; }
.bb-contact-hero__copy h1 { max-width: 720px; }
.bb-contact-hero__copy .bb-lead { margin-bottom: 0; }
.bb-contact-hero__phone { position: relative; padding: 38px 0 10px 50px; border-left: 1px solid var(--bb-gold); }
.bb-contact-hero__icon { position: absolute; left: -25px; top: 34px; width: 50px; height: 50px; display: grid; place-items: center; background: var(--bb-gold); color: var(--bb-warm); }
.bb-contact-hero__icon .bb-icon { width: 24px; height: 24px; }
.bb-contact-hero__label { display: block; margin-bottom: 12px; color: var(--bb-coffee); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bb-contact-hero__phone > a { display: inline-block; color: var(--bb-charcoal); font-family: var(--bb-serif); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; text-decoration: none; }
.bb-contact-hero__phone p { margin: 12px 0 0; }
.bb-section--contact { background: var(--bb-warm); }
.bb-contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: stretch; }
.bb-contact-photo-card { position: relative; min-height: 710px; overflow: hidden; background: var(--bb-sand); }
.bb-contact-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.bb-contact-photo-card__caption { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 20px 22px; background: rgba(41,38,34,.86); backdrop-filter: blur(8px); color: var(--bb-warm); display: flex; flex-direction: column; }
.bb-contact-photo-card__caption strong { font-family: var(--bb-serif); font-size: 1.7rem; font-weight: 500; }
.bb-contact-photo-card__caption span { color: rgba(251,250,248,.72); font-size: .78rem; }
.bb-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bb-contact-card { min-height: 340px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; background: var(--bb-white); border: 1px solid var(--bb-border); }
.bb-contact-card--primary { grid-column: 1 / -1; min-height: 350px; background: var(--bb-cream); }
.bb-contact-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; color: var(--bb-gold); border: 1px solid rgba(164,137,103,.35); }
.bb-contact-card__icon .bb-icon { width: 25px; height: 25px; }
.bb-contact-card h2 { font-size: clamp(1.9rem, 2.8vw, 2.75rem); }
.bb-contact-card p, .bb-contact-card address { max-width: 390px; margin-bottom: 24px; color: var(--bb-coffee); font-style: normal; }
.bb-contact-card .bb-button, .bb-contact-card .bb-text-link { margin-top: auto; }

/* Generic WordPress content */
.bb-generic-page { padding: clamp(70px, 9vw, 120px) 0; }
.bb-prose-shell { max-width: 920px; }
.bb-prose { max-width: 760px; margin-inline: auto; }
.bb-prose h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.bb-prose a { text-decoration-color: var(--bb-gold); text-underline-offset: 3px; }
.bb-prose img, .bb-prose .wp-block-image { margin-block: 2rem; }
.bb-post-summary { padding-block: 26px; border-bottom: 1px solid var(--bb-border); }
.bb-post-summary h2 { font-size: 2rem; }
.bb-error-page { min-height: 65vh; display: flex; align-items: center; padding: 90px 0; }
.bb-error-page__inner { max-width: 800px; }

/* Footer */
.bb-footer { padding: 68px 0 22px; background: #272421; color: var(--bb-warm); }
.bb-footer__grid { display: grid; grid-template-columns: 1.2fr .65fr 1.15fr; gap: 70px; padding-bottom: 54px; align-items: start; }
.bb-brand--footer { width: 176px; height: 112px; margin-top: -12px; }
.bb-brand__logo--footer { object-position: left center; }
.bb-footer p { color: rgba(251,250,248,.65); }
.bb-footer__brand p { margin: 6px 0 0; font-size: .8rem; }
.bb-footer-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.bb-footer-nav .bb-nav__link { color: rgba(251,250,248,.82); }
.bb-footer-nav .bb-nav__link::after { display: none; }
.bb-footer-nav .bb-nav__link:hover { color: var(--bb-warm); }
.bb-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.bb-footer__contact > a:first-child { color: var(--bb-warm); font-family: var(--bb-serif); font-size: 1.75rem; text-decoration: none; }
.bb-footer__contact p { margin: 0; max-width: 390px; font-size: .84rem; }
.bb-footer__contact > a:last-child { color: rgba(251,250,248,.8); font-size: .8rem; text-underline-offset: 4px; }
.bb-footer__bottom { padding-top: 20px; border-top: 1px solid rgba(251,250,248,.13); display: flex; justify-content: space-between; gap: 22px; color: rgba(251,250,248,.48); font-size: .7rem; }


/* 1.2 visual refinement: hierarchy + semantically correct treatment imagery */
.bb-featured-footer {
  max-width: 780px; margin: 42px auto 0; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center;
}
.bb-featured-footer p { max-width: 650px; margin: 0; font-size: .92rem; }

.bb-treatment-feature--lead { margin-bottom: 22px; box-shadow: var(--bb-shadow-soft); }
.bb-treatment-feature--lead .bb-treatment-feature__media { min-height: 560px; }
.bb-treatment-feature__copy h3 { max-width: 560px; font-size: clamp(2.5rem, 4vw, 4rem); }
.bb-priority-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.bb-priority-card { display: flex; flex-direction: column; overflow: hidden; background: var(--bb-white); border: 1px solid var(--bb-border); }
.bb-priority-card__media { aspect-ratio: 16 / 10; min-height: 350px; overflow: hidden; background: var(--bb-sand); }
.bb-priority-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.bb-priority-card:hover .bb-priority-card__media img { transform: scale(1.025); }
.bb-priority-card__body { flex: 1; padding: clamp(32px, 4vw, 50px); display: flex; flex-direction: column; align-items: flex-start; }
.bb-priority-card__body h3 { max-width: 540px; font-size: clamp(2.15rem, 3.2vw, 3.15rem); }
.bb-priority-card__body p { max-width: 560px; }
.bb-priority-card__body .bb-text-link { margin-top: auto; padding-top: 8px; }
.bb-treatment-feature--micro { min-height: 450px; margin-top: 22px; grid-template-columns: .88fr 1.12fr; background: linear-gradient(135deg, var(--bb-white), #F8F3EA); }
.bb-treatment-feature--micro .bb-treatment-feature__media { min-height: 450px; }
.bb-treatment-feature--micro .bb-treatment-feature__media img { object-position: center 46%; }

.bb-treatment-gallery--secondary { align-items: stretch; }
.bb-treatment-tile__media--precision {
  position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(164,137,103,.20), transparent 28%),
    linear-gradient(145deg, #EEE3D2 0%, #F9F5EE 58%, #E4D8C5 100%);
  color: var(--bb-charcoal);
}
.bb-treatment-tile__media--precision::before,
.bb-treatment-tile__media--precision::after { content: ""; position: absolute; pointer-events: none; }
.bb-treatment-tile__media--precision::before { inset: 22px; border: 1px solid rgba(164,137,103,.34); }
.bb-treatment-tile__media--precision::after { width: 1px; height: 44%; top: 10%; left: 50%; background: linear-gradient(var(--bb-gold), transparent); opacity: .55; }
.bb-precision-visual__halo {
  width: 92px; height: 92px; display: grid; place-items: center; z-index: 1;
  border: 1px solid rgba(164,137,103,.45); background: rgba(251,250,248,.70); color: var(--bb-gold); border-radius: 50%;
}
.bb-icon--precision { width: 43px; height: 43px; }
.bb-precision-visual__line { width: 72px; height: 1px; z-index: 1; background: var(--bb-gold); }
.bb-precision-visual__label { z-index: 1; color: var(--bb-coffee); font-family: var(--bb-serif); font-size: 1.25rem; letter-spacing: -.02em; }
.bb-treatment-tile--precision .bb-treatment-tile__icon { background: var(--bb-warm); }
.bb-note--help { align-items: center; }
.bb-note--help .bb-note__mark { display: grid; place-items: center; }

@media (max-width: 1160px) {
  :root { --bb-header-h: 86px; }
  .bb-header__inner { width: min(100% - 44px, 1280px); grid-template-columns: 166px 1fr auto auto; gap: 22px; }
  .bb-brand { width: 156px; height: 72px; }
  .bb-header__nav { display: none; }
  .bb-header__phone { justify-self: end; }
  .bb-menu-toggle { display: block; }
  .bb-featured-grid { min-height: 620px; }
  .bb-specialty-grid, .bb-treatment-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bb-contact-band__inner { grid-template-columns: 1fr auto; }
  .bb-contact-band__details { grid-column: 1; }
  .bb-contact-band__inner > .bb-button { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 940px) {
  .bb-shell { width: min(100% - 48px, var(--bb-shell)); }
  .bb-home-hero { grid-template-columns: 1fr; min-height: auto; }
  .bb-home-hero__copy { min-height: 520px; padding: 70px max(44px, calc((100vw - min(var(--bb-shell), calc(100vw - 48px))) / 2)); }
  .bb-home-hero__media { min-height: 520px; height: 62vw; max-height: 660px; }
  .bb-featured-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 350px; min-height: 0; }
  .bb-treatment-card--primary { grid-column: 1 / -1; grid-row: auto; }
  .bb-treatment-card--primary .bb-treatment-card__body { padding: 36px; }
  .bb-section-heading--split { grid-template-columns: 1fr; gap: 12px; }
  .bb-section-heading--split > p { justify-self: start; }
  .bb-story { grid-template-columns: 1fr; }
  .bb-story__media { min-height: 500px; max-height: 650px; }
  .bb-values__grid { grid-template-columns: 1fr; }
  .bb-values article, .bb-values article:first-child, .bb-values article:last-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--bb-border); }
  .bb-values article:last-child { border-bottom: 0; }
  .bb-page-hero__grid { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .bb-page-hero__copy { padding: 74px max(24px, calc((100vw - min(var(--bb-shell), calc(100vw - 48px))) / 2)); }
  .bb-page-hero__art { min-height: 520px; }
  .bb-treatment-feature, .bb-treatment-feature--reverse { grid-template-columns: 1fr; }
  .bb-treatment-feature--reverse .bb-treatment-feature__media, .bb-treatment-feature--reverse .bb-treatment-feature__copy { order: initial; }
  .bb-treatment-feature__media { min-height: 500px; }
  .bb-about-hero { grid-template-columns: 1fr; }
  .bb-about-hero__copy { order: 1; padding: 78px 44px 62px; }
  .bb-about-hero__media { order: 2; min-height: 540px; }
  .bb-principles { grid-template-columns: 1fr; }
  .bb-principles article { min-height: auto; }
  .bb-principle-icon { margin-bottom: 24px; }
  .bb-about-editorial__grid, .bb-editorial-callout__grid { grid-template-columns: 1fr; gap: 54px; }
  .bb-about-editorial__media { max-height: 620px; }
  .bb-contact-hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .bb-contact-hero__phone { max-width: 600px; }
  .bb-contact-layout { grid-template-columns: 1fr; }
  .bb-contact-photo-card { min-height: 560px; max-height: 680px; }
  .bb-footer__grid { grid-template-columns: 1fr 1fr; }
  .bb-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .admin-bar .bb-header { top: 46px; }
  .admin-bar .bb-mobile-menu { top: calc(var(--bb-header-h) + 46px); }
}

@media (max-width: 767px) {
  :root { --bb-header-h: 78px; }
  .bb-shell { width: calc(100% - 36px); }
  .bb-header__inner { width: calc(100% - 28px); grid-template-columns: 132px 1fr auto; gap: 12px; }
  .bb-brand { width: 128px; height: 66px; }
  .bb-header__phone { display: none; }
  .bb-menu-toggle { justify-self: end; }
  h1 { font-size: clamp(3.05rem, 14vw, 4.45rem); }
  h2 { font-size: clamp(2.2rem, 10.5vw, 3.35rem); }
  .bb-eyebrow { margin-bottom: 14px; letter-spacing: .15em; }
  .bb-actions { align-items: stretch; gap: 10px; width: 100%; }
  .bb-actions .bb-button { width: 100%; }
  .bb-actions .bb-text-link { justify-content: center; }
  .bb-home-hero__copy { min-height: auto; padding: 54px 20px 44px; }
  .bb-home-hero__copy h1 { font-size: clamp(3.15rem, 14vw, 4.55rem); }
  .bb-home-hero__copy h1 em { font-size: .6em; }
  .bb-home-hero__copy .bb-lead { font-size: 1rem; margin-bottom: 24px; }
  .bb-home-hero__media { min-height: 430px; height: 110vw; max-height: 570px; }
  .bb-home-hero__media img { object-position: center top; }
  .bb-hero-signals { margin-top: 30px; padding-top: 18px; gap: 11px 18px; }
  .bb-section { padding: 72px 0; }
  .bb-section-heading { margin-bottom: 34px; }
  .bb-featured-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .bb-treatment-card, .bb-treatment-card--primary { grid-column: auto; min-height: 410px; }
  .bb-treatment-card--primary { min-height: 475px; }
  .bb-treatment-card__body, .bb-treatment-card--primary .bb-treatment-card__body { padding: 26px 22px; }
  .bb-card-icon { width: 42px; height: 42px; margin-bottom: 14px; }
  .bb-treatment-card__body h3, .bb-treatment-card:not(.bb-treatment-card--primary) .bb-treatment-card__body h3 { padding-right: 40px; font-size: 1.8rem; }
  .bb-treatment-card__body p { max-width: 90%; padding-right: 0; font-size: .84rem; }
  .bb-card-arrow { right: 20px; bottom: 24px; width: 34px; height: 34px; }
  .bb-specialty-grid, .bb-treatment-gallery { grid-template-columns: 1fr; gap: 14px; }
  .bb-specialty { min-height: 0; }
  .bb-specialty__body { padding: 24px 22px 26px; }
  .bb-specialty__icon { margin-top: -45px; }
  .bb-section-cta { margin-top: 34px; }
  .bb-section-cta .bb-button { width: 100%; }
  .bb-story__media { min-height: 390px; }
  .bb-story__copy { padding: 58px 20px 64px; }
  .bb-values { padding: 34px 0; }
  .bb-contact-band { padding: 48px 0; }
  .bb-contact-band__inner { grid-template-columns: 1fr; gap: 22px; }
  .bb-contact-band__details { grid-column: auto; }
  .bb-contact-band__inner > .bb-button { grid-column: auto; grid-row: auto; width: 100%; }
  .bb-page-hero__copy { padding: 60px 18px 50px; }
  .bb-page-hero__copy h1 { font-size: clamp(3.05rem, 14vw, 4.35rem); }
  .bb-page-hero__art { min-height: 410px; }
  .bb-treatment-feature__media { min-height: 370px; }
  .bb-treatment-feature__copy { padding: 34px 24px 40px; }
  .bb-treatment-feature__copy h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .bb-treatment-kicker { margin-bottom: 18px; }
  .bb-treatment-tile__body { padding: 24px 22px 26px; }
  .bb-treatment-tile h3 { font-size: 1.85rem; }
  .bb-note { padding: 22px 20px; }
  .bb-about-hero__copy { padding: 60px 20px 48px; }
  .bb-about-hero__media { min-height: 470px; }
  .bb-about-hero__media img { object-position: center top; }
  .bb-principles article { padding: 28px 24px; }
  .bb-about-editorial { padding: 72px 0; }
  .bb-about-editorial__media { max-height: 540px; }
  .bb-editorial-callout__quote { padding-left: 22px; }
  .bb-editorial-callout__quote p { font-size: 2rem; }
  .bb-contact-hero { padding: 62px 0; }
  .bb-contact-hero__grid { gap: 38px; }
  .bb-contact-hero__phone { padding: 32px 0 4px 30px; }
  .bb-contact-hero__icon { display: none; }
  .bb-contact-hero__phone > a { font-size: clamp(2.15rem, 11vw, 3.05rem); }
  .bb-contact-photo-card { min-height: 470px; }
  .bb-contact-photo-card__caption { left: 16px; right: 16px; bottom: 16px; }
  .bb-contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .bb-contact-card, .bb-contact-card--primary { grid-column: auto; min-height: 300px; padding: 28px 24px; }
  .bb-contact-card__icon { margin-bottom: 24px; }
  .bb-footer { padding-top: 54px; }
  .bb-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .bb-footer__brand { grid-column: auto; }
  .bb-brand--footer { width: 160px; height: 104px; }
  .bb-footer__bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
  .bb-shell { width: calc(100% - 30px); }
  .bb-home-hero__copy, .bb-story__copy, .bb-about-hero__copy { padding-left: 16px; padding-right: 16px; }
  .bb-button { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


@media (max-width: 940px) {
  .bb-priority-pair { grid-template-columns: 1fr; }
  .bb-priority-card { display: grid; grid-template-columns: 1fr 1fr; }
  .bb-priority-card__media { aspect-ratio: auto; min-height: 430px; }
  .bb-treatment-feature--micro { grid-template-columns: 1fr; }
  .bb-treatment-feature--micro .bb-treatment-feature__media { min-height: 480px; }
}

@media (max-width: 767px) {
  .bb-featured-footer { margin-top: 32px; align-items: stretch; }
  .bb-featured-footer .bb-button { width: 100%; }
  .bb-treatment-feature--lead .bb-treatment-feature__media { min-height: 390px; }
  .bb-treatment-feature__copy h3 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .bb-priority-card { grid-template-columns: 1fr; }
  .bb-priority-card__media { min-height: 320px; aspect-ratio: 4 / 3; }
  .bb-priority-card__body { padding: 30px 22px 34px; }
  .bb-priority-card__body h3 { font-size: 2rem; }
  .bb-treatment-feature--micro .bb-treatment-feature__media { min-height: 340px; }
  .bb-treatment-tile__media--precision { min-height: 300px; }
  .bb-precision-visual__halo { width: 82px; height: 82px; }
  .bb-precision-visual__label { font-size: 1.12rem; }
}

@media print {
  .bb-header, .bb-footer, .bb-button, .bb-contact-band, .bb-menu-toggle { display: none !important; }
  .bb-site, body.bb-native-theme { background: #fff; color: #000; }
  a { text-decoration: none; }
}
