/* Hounds & Bounds theme — core styles (ported from approved design, compare-mode removed) */
:root{
  --cream:#FBF6EE; --card:#FFFFFF; --tan:#F1E7D6; --tan-line:#E6D8C2;
  --ink:#2B2018; --ink-soft:#5C5046; --ink-faint:#8A7D6F;
  --terra:#BF4426; --terra-bright:#DB5E3B; --terra-tint:#FBEEE7;
  --teal:#0E6E66; --teal-deep:#0A554F; --teal-tint:#E3F0EC;
  --amber:#B5790C; --amber-bright:#F6B042; --amber-tint:#FBF0D8;
  --sage:#52732E; --sage-tint:#EBF1DF;
  --focus:#0E6E66;
  --r-sm:10px; --r-md:16px; --r-lg:24px; --r-pill:100px;
  --shadow:0 1px 2px rgba(var(--ink-rgb,43,32,24),.04), 0 14px 30px -16px rgba(var(--ink-rgb,43,32,24),.2);
  --shadow-lg:0 30px 60px -24px rgba(var(--ink-rgb,43,32,24),.4);
}
*{box-sizing:border-box}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body-font,'Plus Jakarta Sans',system-ui,sans-serif);background:var(--cream);color:var(--ink);line-height:1.65;font-size:var(--body-size,16px);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-weight:500;line-height:1.12;margin:0;color:var(--heading-color,var(--ink))}
p{margin:0}
a{color:inherit}
img{max-width:100%;display:block}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.skip{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:12px 18px;z-index:300;font-weight:600;border-radius:0 0 var(--r-sm) 0}
.skip:focus{left:0}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:6px}
.wrap{width:100%;max-width:1180px;margin-inline:auto;padding-inline:20px}

.ph{position:relative;overflow:hidden;background:linear-gradient(135deg,#9FC96E,#5E8E3C)}
.ph img{width:100%;height:100%;object-fit:cover}
.ph.p2{background:linear-gradient(135deg,#F2C879,#D69A3C)}
.ph.p3{background:linear-gradient(135deg,#86C4BC,#3E8C82)}
.ph.p4{background:linear-gradient(135deg,#E9A78C,#C96B4A)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:13px 24px;border-radius:var(--r-pill);font-family:inherit;font-size:15.5px;font-weight:600;cursor:pointer;border:2px solid transparent;text-decoration:none;transition:transform .14s,background .2s,box-shadow .2s;line-height:1}
.btn:active{transform:scale(.98)}
.btn-primary{background:var(--terra);color:#fff}
.btn-primary:hover{background:var(--terra-dark,#a93a1f)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--tan-line)}
.btn-ghost:hover{background:var(--tan);border-color:var(--ink-faint)}
.btn-white{background:#fff;color:var(--ink)}
.btn-white:hover{background:var(--tan)}
.btn svg{width:18px;height:18px;flex:none}

.util{background:var(--ink);color:#E9DECE;font-size:13px}
.util .wrap{display:flex;align-items:center;justify-content:space-between;height:38px}
.util a{color:#E9DECE;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.util a:hover{color:var(--amber-bright)}
.util .u-left{display:flex;gap:18px}
.util .u-right{display:flex;gap:14px;align-items:center}
.util svg{width:14px;height:14px;fill:currentColor}
.util .u-left a:last-child{display:none}
@media(min-width:600px){.util .u-left a:last-child{display:inline-flex}}

header{position:sticky;top:0;z-index:100;background:rgba(var(--cream-rgb,251,246,238),.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--tan-line)}
.bar{display:flex;align-items:center;justify-content:space-between;height:70px;gap:16px}
.brand{display:inline-flex;align-items:center;gap:11px;font-family:var(--heading-font,'Fraunces',Georgia,serif);font-weight:600;font-size:21px;color:var(--ink);text-decoration:none;flex:none}
.brand-has-logo{gap:0}
.brand-logo{height:var(--logo-height,46px);width:auto;max-width:min(60vw,320px);object-fit:contain;display:block}
.brand-logo-mobile{display:none;height:var(--logo-height-mobile,38px)}
@media(max-width:599px){.brand-logo-desktop{display:none}.brand-logo-mobile{display:block}}
.foot-logo{height:var(--logo-height-footer,48px);width:auto;max-width:min(70vw,320px);object-fit:contain;display:block}
.brand .mark{width:42px;height:42px;border-radius:50%;background:var(--terra);display:grid;place-items:center;flex:none}
.brand .mark svg{width:24px;height:24px;fill:#fff}
.nav-d{display:none}
.nav-d a{text-decoration:none;color:var(--ink-soft);font-weight:500;font-size:15px;padding:8px 4px}
.nav-d a:hover{color:var(--terra)}
.bar .hbtn{display:none}
.menu-btn{display:inline-grid;place-items:center;width:48px;height:48px;border:2px solid var(--tan-line);border-radius:var(--r-sm);background:var(--card);cursor:pointer}
.menu-btn svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:2.2;stroke-linecap:round}
.mnav{display:none;flex-direction:column;gap:2px;padding:6px 0 14px;border-top:1px solid var(--tan-line)}
.mnav.open{display:flex}
.mnav a{text-decoration:none;color:var(--ink);font-weight:500;padding:13px 8px;border-radius:var(--r-sm)}
.mnav a:hover{background:var(--tan)}
.mnav .btn{margin-top:6px}
@media(min-width:940px){.nav-d{display:flex;gap:24px;align-items:center}.bar .hbtn{display:inline-flex}.menu-btn{display:none}.mnav{display:none!important}}

.hero{position:relative;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,20,12,.58) 0%,rgba(28,20,12,.42) 45%,rgba(28,20,12,.72) 100%)}
.hero-inner{position:relative;z-index:1;padding-block:48px 56px;min-height:340px;display:flex;flex-direction:column;justify-content:center}
@media(min-width:760px){.hero-inner{padding-block:64px 90px;min-height:440px}}
.h-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);border-radius:var(--r-pill);padding:7px 15px;font-size:13px;font-weight:600;color:#fff;align-self:flex-start}
.h-eyebrow svg{width:15px;height:15px;fill:var(--amber-bright)}
h1.title{font-size:clamp(38px,8.5vw,64px);font-weight:600;letter-spacing:-.02em;margin:18px 0 0;color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.3);max-width:14ch}
.title em{font-style:italic;font-weight:400;color:var(--amber-bright)}
.h-lede{font-size:clamp(16px,4vw,19px);color:rgba(255,255,255,.92);margin-top:18px;max-width:42ch;text-shadow:0 1px 12px rgba(0,0,0,.35)}
.h-open{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:14.5px;font-weight:600;color:#fff;align-self:flex-start}
.h-open svg{width:17px;height:17px;fill:var(--amber-bright)}

.fastwrap{position:relative;z-index:5;background:var(--cream)}
.fastbook{position:relative;z-index:5;margin-top:-44px}
@media(min-width:760px){.fastbook{margin-top:-58px}}
.fb-card{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:0;overflow:visible}
.fb-grid{display:flex;flex-direction:column}
.fb-field{position:relative;background:transparent;border:0;border-radius:0;padding:13px 18px;cursor:pointer;min-height:66px;display:flex;flex-direction:column;justify-content:center;text-align:left;width:100%;font-family:inherit;transition:background .15s}
.fb-field+.fb-field{border-top:1px solid var(--tan-line)}
.fb-field:hover{background:var(--cream)}
.fb-field[aria-expanded="true"]{background:var(--teal-tint)}
.fb-field:first-child{border-top-left-radius:var(--r-lg);border-top-right-radius:var(--r-lg)}
.fb-k{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-faint);display:flex;align-items:center;gap:6px}
.fb-k svg{width:14px;height:14px;fill:var(--teal);flex:none}
.fb-v{font-size:15px;font-weight:600;color:var(--ink);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fb-v.placeholder{color:var(--ink-faint);font-weight:500}
.fb-field:focus-within{background:var(--teal-tint)}
.fb-k{cursor:pointer}
.fb-in{appearance:none;-webkit-appearance:none;width:100%;border:0;background:transparent;padding:0;font:inherit;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;outline:none}
.fb-in:invalid,.fb-in option[value=""]{color:var(--ink-faint);font-weight:500}
select.fb-in{padding-right:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A7D6F' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:13px}
input.fb-in::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.55}
input.fb-in:not(:valid):not(:focus)::-webkit-datetime-edit{color:var(--ink-faint)}
.fb-go{min-height:60px;border:0;border-top:1px solid var(--tan-line);border-radius:0 0 var(--r-lg) var(--r-lg);margin:0}
@media(min-width:760px){
  .fb-grid{flex-direction:row;align-items:stretch}
  .fb-field{flex:1 1 0;min-width:0}
  .fb-field+.fb-field{border-top:0;border-left:1px solid var(--tan-line)}
  .fb-field:first-child{border-radius:var(--r-lg) 0 0 var(--r-lg)}
  .fb-go{flex:none;border:0;border-top:0;border-radius:0 var(--r-lg) var(--r-lg) 0;padding-inline:28px}
}
.quickchips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;position:relative;z-index:1;align-items:center}
.quickchips .ql{font-size:12.5px;font-weight:700;color:var(--ink-faint);margin-right:2px}
.qchip{background:var(--card);border:1.5px solid var(--tan-line);color:var(--ink-soft);border-radius:var(--r-pill);padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;min-height:40px;display:inline-flex;align-items:center;gap:7px;text-decoration:none}
.qchip:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-tint)}
.qchip svg{width:14px;height:14px;fill:var(--terra)}

/* Quick search: menus + calendar built by hb-fastbook.js. The native control stays in the
   form (visually hidden) so the GET submit is unchanged and no-JS users keep the plain one. */
.fastbook{z-index:30}
.fb-field.fb-enh .fb-in{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;overflow:hidden}
.fb-show{display:flex;align-items:center;gap:10px;margin-top:6px;padding:0;border:0;background:none;font:inherit;font-size:15.5px;font-weight:600;color:var(--ink);cursor:pointer;text-align:left;width:100%;min-width:0}
.fb-show:focus-visible{outline:none}
.fb-show::after{content:"";width:13px;height:13px;flex:none;margin-left:auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A7D6F' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center/13px;transition:transform .2s}
.fb-field[aria-expanded="true"] .fb-show::after{transform:rotate(180deg)}
.fb-show-t{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fb-show-t.is-ph{color:var(--ink-faint);font-weight:500}
.fb-show-img{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none;box-shadow:0 0 0 2px #fff,0 0 0 3px var(--tan-line)}
.fb-show-ic{display:grid;place-items:center;flex:none}
.fb-show-ic svg{width:18px;height:18px;fill:var(--terra)}

.fb-pop{position:absolute;top:calc(100% + 10px);left:0;z-index:40;width:340px;max-width:calc(100vw - 32px);background:#fff;border:1px solid var(--tan-line);border-radius:18px;box-shadow:0 18px 50px rgba(43,32,24,.18);padding:8px;cursor:default;animation:fbIn .16s ease-out}
.fb-pop[hidden]{display:none}
.fb-pop--where{max-height:430px;overflow-y:auto;overscroll-behavior:contain}
.fb-pop--when{padding:16px}
@keyframes fbIn{from{opacity:0;transform:translateY(-6px)}}
@media(prefers-reduced-motion:reduce){.fb-pop{animation:none}}
@media(max-width:759px){.fb-pop{left:8px;right:8px;width:auto;max-width:none}}

.fb-list{display:flex;flex-direction:column;gap:2px}
.fb-opt{display:flex;align-items:center;gap:12px;width:100%;padding:9px 10px;border:0;background:none;border-radius:12px;font:inherit;text-align:left;cursor:pointer;color:var(--ink);transition:background .12s}
.fb-opt:hover,.fb-opt:focus-visible{background:var(--cream);outline:none}
.fb-opt:focus-visible{box-shadow:inset 0 0 0 2px var(--teal)}
.fb-opt[aria-selected="true"]{background:var(--teal-tint)}
.fb-opt-img{width:46px;height:46px;border-radius:12px;object-fit:cover;flex:none;background:var(--tan)}
.fb-opt-ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;flex:none;background:var(--teal-tint)}
.fb-opt-ic svg{width:22px;height:22px;fill:var(--teal)}
.fb-ic-morning{background:var(--amber-tint)}.fb-ic-morning svg{fill:var(--amber)}
.fb-ic-afternoon{background:var(--terra-tint)}.fb-ic-afternoon svg{fill:var(--terra)}
.fb-ic-evening{background:#E8E9F5}.fb-ic-evening svg{fill:#3F4A8A}
.fb-opt-tx{flex:1;min-width:0;display:flex;flex-direction:column}
.fb-opt-t{font-weight:600;font-size:15px;line-height:1.3}
.fb-opt-m{font-size:12.5px;color:var(--ink-faint);margin-top:2px}
.fb-opt-ck{width:22px;height:22px;flex:none;opacity:0;display:grid;place-items:center}
.fb-opt-ck svg{width:20px;height:20px;fill:var(--teal)}
.fb-opt[aria-selected="true"] .fb-opt-ck{opacity:1}

.fb-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
.fb-qd{border:1.5px solid var(--tan-line);background:#fff;border-radius:12px;padding:8px 6px;font:inherit;font-weight:700;font-size:13.5px;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1px;transition:border-color .12s,background .12s}
.fb-qd small{font-weight:500;font-size:11.5px;color:var(--ink-faint)}
.fb-qd:hover{border-color:var(--teal);background:var(--teal-tint)}
.fb-qd.is-on{border-color:var(--teal);background:var(--teal);color:#fff}
.fb-qd.is-on small{color:rgba(255,255,255,.85)}
.fb-cal-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.fb-cal-t{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-weight:600;font-size:17px}
.fb-cal-nav{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--tan-line);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink);padding:0}
.fb-cal-nav svg{width:16px;height:16px}
.fb-cal-nav:hover:not(:disabled){border-color:var(--teal);color:var(--teal)}
.fb-cal-nav:disabled{opacity:.3;cursor:default}
.fb-cal{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.fb-dow{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);text-align:center;padding:6px 0}
.fb-d{aspect-ratio:1;border:0;background:none;border-radius:50%;font:inherit;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;position:relative;display:grid;place-items:center;padding:0;transition:background .12s}
.fb-d:hover:not(:disabled){background:var(--teal-tint);color:var(--teal-deep)}
.fb-d:focus-visible{outline:2px solid var(--teal);outline-offset:1px}
.fb-d:disabled{color:#CFC4B4;cursor:default;font-weight:500}
.fb-d.is-today::after{content:"";position:absolute;bottom:5px;left:50%;width:5px;height:5px;margin-left:-2.5px;border-radius:50%;background:var(--terra)}
.fb-d.is-sel{background:var(--teal);color:#fff}
.fb-d.is-sel::after{background:#fff}
.fb-cal-f{display:flex;justify-content:center;margin-top:10px;padding-top:10px;border-top:1px solid var(--tan-line)}
.fb-any{border:0;background:none;font:inherit;font-weight:700;font-size:13.5px;color:var(--teal);cursor:pointer;padding:6px 12px;border-radius:8px}
.fb-any:hover{background:var(--teal-tint)}

.trust{background:var(--ink);color:#fff}
.trust .wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:26px 20px}
@media(min-width:760px){.trust .wrap{grid-template-columns:repeat(4,1fr)}}
.trust .n{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:30px;font-weight:600;color:var(--amber-bright);line-height:1}
.trust .l{font-size:13px;color:rgba(255,255,255,.7);margin-top:4px}

section{padding:60px 0}
.sec-tag{font-size:12.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--terra)}
.sec-h{font-size:clamp(28px,7vw,42px);font-weight:600;letter-spacing:-.015em;margin-top:12px}
.sec-lede{color:var(--ink-soft);font-size:17px;margin-top:14px;max-width:40ch}
.head-row{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
@media(min-width:780px){.head-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}

.sites{background:var(--tan)}
.site-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:34px}
@media(min-width:560px){.site-grid{grid-template-columns:1fr 1fr}}
@media(min-width:980px){.site-grid{grid-template-columns:repeat(3,1fr)}}
.site{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .16s,box-shadow .2s}
.site:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.site .ph{height:184px}
.site-county{position:absolute;top:12px;left:12px;background:rgba(var(--ink-rgb,43,32,24),.78);color:#fff;font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:var(--r-pill);z-index:2}
.site-price{position:absolute;top:12px;right:12px;background:var(--amber-bright);color:#3D2A05;font-size:13px;font-weight:700;padding:5px 11px;border-radius:var(--r-pill);z-index:2}
.site-body{padding:18px;display:flex;flex-direction:column;flex:1}
.site-name{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:21px;font-weight:600}
.site-loc{font-size:13px;color:var(--ink-faint);margin-top:4px;display:flex;align-items:center;gap:5px}
.site-loc svg{width:14px;height:14px;fill:var(--ink-faint);flex:none}
.site-desc{font-size:14px;color:var(--ink-soft);margin-top:10px;flex:1}
.site-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.tag{font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:var(--r-pill)}
.t-sage{background:var(--sage-tint);color:var(--sage)}
.t-amber{background:var(--amber-tint);color:var(--amber)}
.t-teal{background:var(--teal-tint);color:var(--teal)}
.site-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid var(--tan-line)}
.site-avail{font-size:13px;font-weight:600;color:var(--teal);display:inline-flex;align-items:center;gap:6px}
.site-avail svg{width:15px;height:15px}
.site-cta{font-size:13.5px;font-weight:700;color:var(--terra);display:inline-flex;align-items:center;gap:5px}
.site-cta svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

.offer-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:36px}
@media(min-width:620px){.offer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:980px){.offer-grid{grid-template-columns:repeat(3,1fr)}}
.offer{position:relative;background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-md);padding:24px}
.offer .oi{width:48px;height:48px;border-radius:13px;background:var(--terra-tint);display:grid;place-items:center;margin-bottom:15px}
.offer .oi svg{width:25px;height:25px;fill:var(--terra)}
.offer h3{font-size:19px;font-weight:600;margin-bottom:7px}
.offer p{color:var(--ink-soft);font-size:14.5px}

.gallery{background:var(--teal);color:#fff}
.gallery .sec-tag{color:var(--amber-bright)}
.gallery .sec-h{color:#fff}
.gal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px}
@media(min-width:680px){.gal-grid{grid-template-columns:repeat(4,1fr)}}
.gal-grid .ph{border-radius:var(--r-md);aspect-ratio:1}
@media(min-width:680px){.gal-grid .big{grid-row:span 2;aspect-ratio:auto}}

.steps{display:grid;grid-template-columns:1fr;gap:16px;margin-top:34px}
@media(min-width:820px){.steps{grid-template-columns:repeat(3,1fr)}}
.step{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-md);padding:26px}
.step .num{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:16px;font-weight:600;color:var(--terra);width:40px;height:40px;border-radius:50%;background:var(--terra-tint);display:grid;place-items:center;margin-bottom:16px}
.step h3{font-size:19px;font-weight:600;margin-bottom:8px}
.step p{color:var(--ink-soft);font-size:14.5px}
.step .tagnew{display:inline-block;margin-top:10px;background:var(--sage-tint);color:var(--sage);font-size:11px;font-weight:700;padding:3px 9px;border-radius:var(--r-pill)}

.band{background:linear-gradient(135deg,var(--terra),var(--terra-bright));border-radius:var(--r-lg);padding:42px 28px;text-align:center;color:#fff;position:relative;overflow:hidden}
.band h2{font-size:clamp(26px,6vw,38px);font-weight:600;color:#fff}
.band p{color:rgba(255,255,255,.9);font-size:16px;margin-top:10px;max-width:46ch;margin-inline:auto}
.band .btn{margin-top:22px}

footer{background:var(--ink);color:#E9DECE;padding:50px 0 30px}
.foot-top{display:grid;grid-template-columns:1fr;gap:28px}
@media(min-width:760px){.foot-top{grid-template-columns:1.6fr 1fr 1fr}}
.foot-brand{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:23px;font-weight:600;color:#fff;display:inline-flex;align-items:center;gap:10px}
.foot-brand .mark{width:36px;height:36px;border-radius:50%;background:var(--terra);display:grid;place-items:center}
.foot-brand .mark svg{width:20px;height:20px;fill:#fff}
.foot-blurb{color:rgba(233,222,206,.62);font-size:14px;margin-top:12px;max-width:30ch}
.foot-contact{margin-top:14px;display:flex;flex-direction:column;gap:8px}
.foot-contact a{color:rgba(233,222,206,.85);text-decoration:none;font-size:14.5px;display:inline-flex;align-items:center;gap:8px;font-weight:600}
.foot-contact a:hover{color:#fff}
.foot-contact svg{width:16px;height:16px;fill:var(--amber-bright)}
.foot-col h4{font-family:var(--body-font,'Plus Jakarta Sans',system-ui,sans-serif);font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:rgba(233,222,206,.5);margin:0 0 12px;font-weight:700}
.foot-col a{display:block;text-decoration:none;color:rgba(233,222,206,.8);font-size:14.5px;padding:6px 0}
.foot-col a:hover{color:#fff}
.foot-bot{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px;font-size:13px;color:rgba(233,222,206,.5)}
@media(min-width:620px){.foot-bot{flex-direction:row;justify-content:space-between;align-items:center}}
.foot-bot a{color:var(--amber-bright);text-decoration:none;font-weight:600}

/* forms (contact, etc.) + page content */
.hb-card-form{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);padding:28px;margin-top:28px;box-shadow:var(--shadow)}
.hb-contact-form .form-group, .hb-contact-form .mb-3{margin-bottom:16px}
.hb-contact-form label{display:block;font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:6px}
.ck-content input[type=text], .ck-content input[type=email], .ck-content textarea,
.hb-contact-form input, .hb-contact-form textarea, .hb-contact-form select{
  width:100%;min-height:48px;border:1.5px solid var(--tan-line);border-radius:var(--r-sm);background:#fff;
  padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink)}
.hb-contact-form textarea{min-height:130px;resize:vertical}
.hb-contact-form input:focus, .hb-contact-form textarea:focus, .hb-contact-form select:focus{outline:none;border-color:var(--teal)}
.hb-contact-form .help-block, .hb-contact-form .text-danger, .hb-contact-form .invalid-feedback{color:var(--terra);font-size:13px;margin-top:4px}
.hb-contact-form .btn{margin-top:8px}

/* legal / generic page content */
.ck-content{font-size:16px;color:var(--ink-soft);line-height:1.75}
.ck-content h1,.ck-content h2,.ck-content h3{color:var(--ink);margin:1.4em 0 .5em}
.ck-content h2{font-size:26px}.ck-content h3{font-size:20px}
.ck-content p{margin:0 0 1em}
.ck-content a{color:var(--terra);font-weight:600}
.ck-content ul,.ck-content ol{margin:0 0 1em 1.2em}
.ck-content li{margin-bottom:.4em}

/* ===== Pure-HTML page components (survive HTMLPurifier via class names) ===== */
.hb-band{padding:64px 0}
.hb-band.tight{padding:44px 0}
.hb-band.cream{background:var(--cream)}
.hb-band.teal{background:var(--teal-tint)}
.hb-band.tan{background:var(--tan)}
.hb-narrow{max-width:880px}
.hb-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px;align-items:center}
.hb-media{width:100%;border-radius:var(--r-lg);box-shadow:var(--shadow);display:block}
.hb-media.tall{height:100%;max-height:460px;object-fit:cover}
.hb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.hb-card{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:28px}
.hb-info h3{margin:10px 0 6px;font-size:20px}
.hb-info p{margin:0}
.hb-social{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:24px}
.hb-social .lbl{color:var(--ink-faint);font-weight:700}
.hb-cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.hb-btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hb-field{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}
.hb-field .img{height:210px;overflow:hidden;background:var(--tan)}
.hb-field .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.hb-field:hover .img img{transform:scale(1.05)}
.hb-field .body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.hb-field .top{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.hb-field h3{margin:0;font-size:20px}
.hb-field .price{color:var(--terra);font-weight:800;white-space:nowrap}
.hb-field .price small{font-weight:500;color:var(--ink-faint);font-size:13px}
.hb-field .meta{margin:0;color:var(--ink-faint);font-size:14px}
.hb-field .desc{margin:6px 0 0;color:var(--ink-soft);font-size:15px}
.hb-field .foot{margin-top:auto;padding-top:14px}
.hb-field .foot .btn{display:flex;width:100%;justify-content:center}
.hb-pills{display:flex;flex-wrap:wrap;gap:6px}
.hb-pill{padding:4px 10px;border-radius:var(--r-pill);font-size:12px;font-weight:700;background:var(--teal-tint);color:var(--teal)}
.hb-pill.sage{background:var(--sage-tint);color:var(--sage)}
.hb-pill.amber{background:var(--amber-tint);color:var(--amber)}
.hb-pill.terra{background:var(--terra-tint);color:var(--terra)}
@media(max-width:560px){.hb-band{padding:48px 0}}
.hb-table{width:100%;border-collapse:collapse;margin:0 0 1.2em}
.hb-table th,.hb-table td{padding:10px 12px;border:1px solid var(--tan-line);text-align:left;vertical-align:top}
.hb-table th{background:var(--tan);color:var(--ink)}

/* ---- Hero background slideshow (Splide) ---- */
.hero-bg .hb-hero-splide,.hero-bg .hb-hero-splide .splide__track,.hero-bg .hb-hero-splide .splide__list{height:100%}
.hero-bg .splide__slide{height:100%}
.hero-bg .splide__slide img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.hero-bg .splide__pagination{bottom:16px;z-index:2;padding:0}
.hero-bg .splide__pagination__page{width:9px;height:9px;background:rgba(255,255,255,.55);opacity:1;margin:0 4px;transition:transform .2s,background .2s}
.hero-bg .splide__pagination__page.is-active{background:#fff;transform:scale(1.25)}

/* ---- Parallax band (hb-parallax shortcode) ---- */
.hb-parallax{position:relative;background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;margin:64px 0}
.hb-parallax::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,20,12,.58),rgba(28,20,12,.70))}
.hb-parallax-inner{position:relative;z-index:1;padding:104px 20px;max-width:780px}
.hb-parallax-tag{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--amber-bright,#f6b352)}
.hb-parallax h2{font-size:clamp(28px,6vw,44px);font-weight:600;letter-spacing:-.015em;color:#fff;margin:12px 0 14px}
.hb-parallax p{color:rgba(255,255,255,.9);font-size:1.06rem;line-height:1.7;margin:0 auto 26px;max-width:620px}
@media(max-width:768px){.hb-parallax{background-attachment:scroll;margin:40px 0}.hb-parallax-inner{padding:72px 18px}}


/* ==== Blog — Bounding for Brains (magazine style) ==== */

/* Category filter chips */
.hb-blog-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:28px 0 4px}
.hb-chip{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:var(--r-pill);border:1px solid var(--tan-line);background:var(--card);color:var(--ink-soft);font-size:14px;font-weight:600;text-decoration:none;transition:all .18s ease}
.hb-chip:hover{border-color:var(--terra);color:var(--terra);transform:translateY(-1px)}
.hb-chip.is-active{background:var(--terra);border-color:var(--terra);color:#fff}

/* Featured (lead) post */
.hb-feature{display:grid;grid-template-columns:1.15fr 1fr;gap:0;background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);margin-bottom:40px}
.hb-feature .img{position:relative;min-height:340px;overflow:hidden}
.hb-feature .img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hb-feature:hover .img img{transform:scale(1.04)}
.hb-feature .body{padding:44px 44px 40px;display:flex;flex-direction:column;justify-content:center}
.hb-feature .body h2{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:clamp(26px,3.2vw,36px);font-weight:600;line-height:1.15;letter-spacing:-.015em;margin:14px 0 12px}
.hb-feature .body h2 a{color:var(--ink);text-decoration:none}
.hb-feature .body h2 a:hover{color:var(--terra)}
.hb-feature .excerpt{color:var(--ink-soft);font-size:16px;line-height:1.7;margin:0 0 20px}
.hb-feature .more{color:var(--terra);font-weight:700;text-decoration:none;font-size:15px;display:inline-flex;align-items:center;gap:6px}
.hb-feature .more:hover{gap:10px}

/* Category pill */
.hb-cat-pill{display:inline-block;align-self:flex-start;padding:5px 13px;border-radius:var(--r-pill);background:var(--terra-tint);color:var(--terra);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none}
.hb-cat-pill:hover{background:var(--terra);color:#fff}

/* Post meta line */
.hb-pmeta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--ink-faint);font-size:13.5px}
.hb-pmeta .dot{width:3px;height:3px;border-radius:50%;background:var(--ink-faint);opacity:.6}

/* Post grid + cards */
.hb-postgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}
.hb-post{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease}
.hb-post:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.hb-post .img{position:relative;display:block;aspect-ratio:16/10;overflow:hidden}
.hb-post .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.hb-post:hover .img img{transform:scale(1.06)}
.hb-post .img .hb-cat-pill{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);color:var(--terra);backdrop-filter:blur(4px)}
.hb-post .body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:11px;flex:1}
.hb-post h3{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:21px;line-height:1.28;font-weight:600;letter-spacing:-.01em;margin:0}
.hb-post h3 a{color:var(--ink);text-decoration:none}
.hb-post h3 a:hover{color:var(--terra)}
.hb-post .excerpt{color:var(--ink-soft);font-size:14.5px;line-height:1.65;margin:0}
.hb-post .hb-pmeta{margin-top:auto;padding-top:6px}

/* ---- Single post ---- */
.hb-article-head{text-align:center}
.hb-article-head .hb-cat-pill{margin-bottom:16px}
.hb-article-head h1{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:clamp(30px,5vw,50px);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin:0 0 16px;color:var(--ink)}
.hb-article-head .lede{font-size:19px;line-height:1.6;color:var(--ink-soft);max-width:640px;margin:0 auto 20px}
.hb-article-head .hb-pmeta{justify-content:center}
.hb-article-figure{margin:0 0 40px}
.hb-article-figure img{width:100%;border-radius:var(--r-lg);box-shadow:var(--shadow-lg);display:block}
.hb-article-body{max-width:720px;margin-inline:auto}
.hb-article-body.ck-content{font-size:17.5px;line-height:1.8;color:var(--ink-soft)}
.hb-article-body.ck-content h2{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:clamp(23px,3vw,30px);font-weight:600;letter-spacing:-.01em;color:var(--ink);margin:1.7em 0 .5em}
.hb-article-body.ck-content h3{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:22px;color:var(--ink);margin:1.5em 0 .4em}
.hb-article-body.ck-content p{margin:0 0 1.25em}
.hb-article-body.ck-content ul,.hb-article-body.ck-content ol{margin:0 0 1.25em;padding-left:1.3em}
.hb-article-body.ck-content li{margin:.4em 0}
.hb-article-body.ck-content blockquote{border-left:3px solid var(--terra);background:var(--terra-tint);margin:1.6em 0;padding:16px 22px;border-radius:0 var(--r-sm) var(--r-sm) 0;font-style:italic;color:var(--ink)}
.hb-article-body.ck-content a{color:var(--terra);text-decoration:underline;text-underline-offset:2px}
.hb-article-body.ck-content img{border-radius:var(--r-md);margin:1.4em 0}

/* Share + tags row */
.hb-article-foot{max-width:720px;margin:36px auto 0;padding-top:26px;border-top:1px solid var(--tan-line);display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}
.hb-share{display:flex;align-items:center;gap:10px}
.hb-share span{font-size:13px;font-weight:700;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.05em}
.hb-share a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--tan-line);color:var(--ink-soft);text-decoration:none;transition:all .18s ease}
.hb-share a:hover{background:var(--terra);border-color:var(--terra);color:#fff}
.hb-share a svg{width:17px;height:17px;fill:currentColor}

/* Pagination */
.hb-pagination{margin-top:44px;display:flex;justify-content:center}
.hb-pagination ul,.hb-pagination .pagination{display:flex;gap:6px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.hb-pagination li{display:flex}
.hb-pagination a,.hb-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 13px;border-radius:var(--r-sm);border:1px solid var(--tan-line);background:var(--card);color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}
.hb-pagination .active span,.hb-pagination a:hover{background:var(--terra);border-color:var(--terra);color:#fff}
.hb-pagination .disabled span{opacity:.4}

@media(max-width:820px){
    .hb-feature{grid-template-columns:1fr}
    .hb-feature .img{min-height:240px}
    .hb-feature .body{padding:30px 26px}
}
/* Article body/foot sit outside .wrap — give them their own side padding */
.hb-article-body,.hb-article-foot{padding-inline:20px;box-sizing:border-box}

/* ==== Scroll animations (count-up + staggered/random reveals) ==== */
/* Active only when JS flags <html class="hb-js"> — no-JS users see everything. */
.hb-js .hb-reveal{opacity:0;transform:translateY(28px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}
.hb-js .hb-reveal.hb-in{opacity:1;transform:none}
/* Random entrance directions (assigned per-card by hb-animations.js). */
.hb-js .hb-reveal[data-anim="down"]{transform:translateY(-28px)}
.hb-js .hb-reveal[data-anim="left"]{transform:translateX(-34px)}
.hb-js .hb-reveal[data-anim="right"]{transform:translateX(34px)}
.hb-js .hb-reveal[data-anim="zoom"]{transform:scale(.9)}
.hb-js .hb-reveal[data-anim].hb-in{transform:none}
/* Count-up numbers: hint the browser + keep width steady while digits change. */
.trust .n.hb-count{font-variant-numeric:tabular-nums}
@media (prefers-reduced-motion: reduce){
    .hb-js .hb-reveal{opacity:1 !important;transform:none !important;transition:none}
}

/* ===== Customer auth pages (login / register / forgot / reset) =====
   The ecommerce plugin renders Bootstrap markup and this theme ships no
   Bootstrap, so these rules dress that exact markup in the H&B design.
   Everything is scoped to .auth-card so the generic utility class names
   (.row, .col-6, .d-flex …) cannot leak into the rest of the site. */
.auth-card{max-width:560px;margin:56px auto;background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);overflow:hidden}
@media(max-width:600px){.auth-card{margin:28px 16px}}

.auth-card__header{padding:32px 32px 0}
.auth-card .d-flex{display:flex}
.auth-card .flex-column{flex-direction:column}
.auth-card .align-items-start{align-items:flex-start}
.auth-card .gap-3{gap:16px}
@media(min-width:768px){.auth-card .flex-md-row{flex-direction:row}}
.auth-card__header-icon{flex:none;width:52px;height:52px;display:grid;place-items:center;border-radius:var(--r-md);background:var(--teal-tint);color:var(--teal)}
.auth-card__header-icon svg{width:24px;height:24px;stroke:currentColor;fill:none}
.auth-card__header-title{font-size:26px;line-height:1.15;margin:0 0 6px}
.auth-card__header-description{font-size:14.5px;line-height:1.55;color:var(--ink-faint);margin:0}

.auth-card__body{padding:26px 32px 32px}
@media(max-width:600px){.auth-card__header{padding:24px 20px 0}.auth-card__body{padding:20px}}

.auth-card .mb-3{margin-bottom:18px}
.auth-card .mb-1{margin-bottom:4px}
.auth-card .mt-3{margin-top:18px}
.auth-card .ms-1{margin-left:4px}
.auth-card .position-relative{position:relative}
.auth-card .text-center{text-align:center}
.auth-card .text-end{text-align:right}
.auth-card .text-muted{color:var(--ink-faint)}
.auth-card .fs-4{font-size:26px}

.auth-card .form-label{display:block;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--ink-soft);margin-bottom:7px}
.auth-card .form-control{width:100%;min-height:50px;padding:12px 16px;border:1.5px solid var(--tan-line);border-radius:var(--r-sm);background:#fff;font:inherit;font-size:15px;color:var(--ink);transition:border-color .15s,box-shadow .15s}
.auth-card .form-control::placeholder{color:var(--ink-faint)}
.auth-card .form-control:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-tint)}
.auth-card .form-control.ps-5{padding-left:46px}
.auth-card .auth-input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:18px;height:18px;padding:0;border:0;background:none;color:var(--ink-faint);pointer-events:none}
.auth-card .auth-input-icon svg{width:18px;height:18px;stroke:currentColor;fill:none}

.auth-card .form-check{display:flex;align-items:center;gap:9px}
.auth-card .form-check-input{flex:none;width:18px;height:18px;margin:0;accent-color:var(--teal);cursor:pointer}
.auth-card .form-check-label{margin:0;font-size:14.5px;color:var(--ink-soft);cursor:pointer}

.auth-card .d-grid{display:grid}
.auth-card .btn-auth-submit{width:100%;margin-top:4px}

.auth-card .row{display:flex;flex-wrap:wrap;align-items:center}
.auth-card .col-6{flex:0 0 50%;max-width:50%}
.auth-card a{color:var(--teal);font-weight:600;text-decoration:none}
.auth-card a:hover{text-decoration:underline}
.auth-card .text-decoration-underline{text-decoration:underline}

/* Validation + status messages */
.auth-card .is-invalid{border-color:#d9534f}
.auth-card .invalid-feedback,.auth-card .text-danger{display:block;color:#a12b1d;font-size:13px;margin-top:6px}
.auth-card .alert{padding:12px 14px;border-radius:var(--r-sm);font-size:14.5px;border:1.5px solid;margin-bottom:18px}
.auth-card .alert-danger{background:#fbe9e7;border-color:#f0b8ae;color:#7d1d12}
.auth-card .alert-success{background:var(--sage-tint);border-color:#cfe0b6;color:#34501b}

/* Cloudflare Turnstile widget, injected into these forms by the turnstile plugin */
.auth-card .cf-turnstile{margin-bottom:18px}

/* Banner image (login_background / register_background theme option), rendered
   by the ecommerce plugin as .auth-card__banner. Below 1025px it stays exactly
   as shipped by the plugin: a full-width image on top of the card. From 1025px
   up we turn the card into a 2-column grid so the image sits on the left and
   the form on the right, instead of one long narrow column on wide screens. */
@media(min-width:1025px){
    .auth-card:has(.auth-card__banner){max-width:1040px;min-height:520px;display:grid;grid-template-columns:44% 1fr;align-items:stretch}
    .auth-card:has(.auth-card__banner) .auth-card__banner{grid-column:1;grid-row:1 / span 2;width:100%;height:100%;object-fit:cover;margin:0}
    .auth-card:has(.auth-card__banner) .auth-card__header{grid-column:2;grid-row:1}
    .auth-card:has(.auth-card__banner) .auth-card__body{grid-column:2;grid-row:2;display:flex;flex-direction:column;justify-content:center}
}

/* ===== Customer account area (/customer/*) =====
   The ecommerce plugin ships Botble's Bootstrap-based dashboard markup and this
   theme loads no Bootstrap, so these rules dress that markup in the H&B design.
   Everything is scoped to .bb-customer-page, which wraps the whole section, so
   the generic utility names (.row, .col-md-9, .table, .nav-tabs …) stay local. */
.bb-customer-page{padding:36px 0 64px}
.bb-customer-page .container{width:100%;max-width:1180px;margin-inline:auto;padding-inline:20px}

/* Two columns: sidebar + content. .row.body-border is display:contents so its
   .col-md-3 child and the .col-md-9 that sits *beside* it (plugin markup quirk)
   both become items of the same grid. */
.bb-customer-page .customer-body{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
.bb-customer-page .customer-body > .row.body-border{display:contents}
@media(min-width:900px){.bb-customer-page .customer-body{grid-template-columns:288px minmax(0,1fr);align-items:start}}
.bb-customer-page .col-md-3,.bb-customer-page .col-md-9{min-width:0}

/* --- Sidebar --- */
.bb-customer-page .bb-customer-sidebar{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden}
.bb-customer-page .bb-profile-user-menu{display:flex;flex-direction:column}
.bb-customer-page .bb-customer-sidebar-heading{display:flex;align-items:center;gap:12px;padding:18px;background:var(--cream);border-bottom:1px solid var(--tan-line)}
.bb-customer-page .bb-customer-sidebar-heading .d-flex{display:flex;gap:12px}
.bb-customer-page .wrapper-image img,.bb-customer-page .bb-customer-sidebar-heading img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex:none}
.bb-customer-page .bb-customer-sidebar-heading .name{font-size:15px;font-weight:700;color:var(--ink)}
.bb-customer-page .bb-customer-sidebar-heading .email{font-size:12.5px;color:var(--ink-faint);word-break:break-all}
.bb-customer-page .bb-customer-sidebar > a{text-decoration:none;color:inherit;display:block}

.bb-customer-page .bb-customer-menu-item-wrapper{border-top:1px solid var(--tan-line)}
.bb-customer-page .bb-customer-menu-item-wrapper:first-of-type{border-top:0}
.bb-customer-page .bb-customer-menu-item{font-size:14px;font-weight:600;color:inherit;text-decoration:none}
.bb-customer-page .bb-customer-menu-item:hover{background:var(--cream);color:var(--terra)}
.bb-customer-page .bb-customer-menu-item-wrapper>svg,.bb-customer-page .bb-customer-menu-item-wrapper>.icon{width:18px;height:18px;flex:none}
.bb-customer-page .bb-customer-menu-item-wrapper.active{background:var(--teal-tint);box-shadow:inset 3px 0 0 var(--teal)}
.bb-customer-page .bb-customer-menu-item-wrapper.active .bb-customer-menu-item{color:var(--teal-deep)}

/* --- Content card --- */
.bb-customer-page .bb-profile-content{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:24px 26px 28px}
@media(max-width:600px){.bb-customer-page .bb-profile-content{padding:20px}}
.bb-customer-page .bb-profile-header{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--tan-line)}
.bb-customer-page .bb-profile-header-title,.bb-customer-page .customer-page-title{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:25px;font-weight:600;line-height:1.15;color:var(--ink)}

/* --- Overview profile block --- */
.bb-customer-page .bb-customer-profile-wrapper{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.bb-customer-page .bb-customer-profile{position:relative;flex:none}
.bb-customer-page .bb-customer-profile-avatar,.bb-customer-page .bb-customer-profile-avatar-img{width:92px;height:92px;border-radius:50%;object-fit:cover;display:block}
.bb-customer-page .bb-customer-profile-avatar-overlay{position:absolute;inset:auto 0 0 0;display:grid;place-items:center;background:rgba(43,32,24,.6);color:#fff;border-radius:0 0 46px 46px;height:30px;cursor:pointer}
.bb-customer-page .bb-customer-profile-avatar-overlay label{cursor:pointer;margin:0;font-size:11.5px;font-weight:700;color:#fff}
.bb-customer-page .bb-customer-profile-info h4{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:22px;margin:0 0 4px}
.bb-customer-page .bb-customer-profile-info p{font-size:14.5px;line-height:1.6;color:var(--ink-faint);max-width:62ch}

/* --- Forms --- */
.bb-customer-page .form-group,.bb-customer-page .mb-3{margin-bottom:18px}
.bb-customer-page .form-label{display:block;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--ink-soft);margin-bottom:7px}
.bb-customer-page .form-label.required::after,.bb-customer-page label.required::after{content:" *";color:var(--terra)}
.bb-customer-page .form-control,.bb-customer-page select.form-control,.bb-customer-page textarea.form-control{width:100%;min-height:50px;padding:12px 16px;border:1.5px solid var(--tan-line);border-radius:var(--r-sm);background:#fff;font:inherit;font-size:15px;color:var(--ink);transition:border-color .15s,box-shadow .15s}
.bb-customer-page textarea.form-control{min-height:120px}
.bb-customer-page .form-control::placeholder{color:var(--ink-faint)}
.bb-customer-page .form-control:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-tint)}
.bb-customer-page .form-control:disabled{background:var(--cream);color:var(--ink-faint);cursor:not-allowed}
.bb-customer-page .form-control.is-invalid{border-color:#d9534f}
.bb-customer-page .help-block,.bb-customer-page .invalid-feedback{display:block;font-size:13px;margin-top:6px;color:var(--ink-faint)}
.bb-customer-page .help-block.text-danger,.bb-customer-page .text-danger{color:#a12b1d}
.bb-customer-page .form-check{display:flex;align-items:center;gap:9px}
.bb-customer-page .form-check-input{flex:none;width:18px;height:18px;margin:0;accent-color:var(--teal)}
.bb-customer-page .form-check-label{margin:0;font-size:14.5px;color:var(--ink-soft)}

/* --- Tables (orders, returns, downloads) --- */
.bb-customer-page .table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bb-customer-page table.table{width:100%;border-collapse:separate;border-spacing:0;font-size:14.5px;border:1px solid var(--tan-line);border-radius:var(--r-md);overflow:hidden}
.bb-customer-page table.table th,.bb-customer-page table.table td{padding:12px 14px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--tan-line)}
.bb-customer-page table.table thead th{background:var(--cream);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);white-space:nowrap}
.bb-customer-page table.table tbody tr:last-child td{border-bottom:0}
.bb-customer-page table.table-striped tbody tr:nth-child(even){background:rgba(251,246,238,.6)}
.bb-customer-page table.table td.text-center{text-align:center;color:var(--ink-faint)}

/* --- Tabs (account / change password, reviews) --- */
.bb-customer-page .nav-tabs{display:flex;gap:4px;list-style:none;margin:0 0 4px;padding:4px;background:var(--cream);border-radius:var(--r-pill)}
.bb-customer-page .nav-tabs.nav-fill .nav-item{flex:1}
.bb-customer-page .nav-item{list-style:none}
.bb-customer-page .nav-link{display:block;text-align:center;padding:11px 16px;border-radius:var(--r-pill);font-size:14px;font-weight:600;color:var(--ink-soft);text-decoration:none;transition:background .15s,color .15s}
.bb-customer-page .nav-link:hover{color:var(--terra)}
.bb-customer-page .nav-link.active{background:#fff;color:var(--teal);box-shadow:0 1px 4px rgba(43,32,24,.12)}
.bb-customer-page .tab-content > .tab-pane{display:none}
.bb-customer-page .tab-content > .tab-pane.active,.bb-customer-page .tab-content > .tab-pane.show.active{display:block}
.bb-customer-page .pt-3{padding-top:14px}
.bb-customer-page .pt-4{padding-top:20px}

/* --- Alerts --- */
.bb-customer-page .alert{padding:13px 16px;border-radius:var(--r-md);font-size:14.5px;border:1.5px solid;margin-bottom:16px}
.bb-customer-page .alert-info{background:var(--teal-tint);border-color:#b9d9d2;color:var(--teal-deep)}
.bb-customer-page .alert-warning{background:var(--amber-tint);border-color:#ecd193;color:#6b4a07}
.bb-customer-page .alert-success{background:var(--sage-tint);border-color:#cfe0b6;color:#34501b}
.bb-customer-page .alert-danger{background:#fbe9e7;border-color:#f0b8ae;color:#7d1d12}
.bb-customer-page .alert a{color:inherit;font-weight:700}

/* --- Buttons / pagination / misc --- */
.bb-customer-page .btn-danger{background:#a12b1d;color:#fff}
.bb-customer-page .btn-outline-danger{background:transparent;color:#a12b1d;border-color:#f0b8ae}
.bb-customer-page .btn-outline-danger:hover{background:#fbe9e7}
.bb-customer-page .btn-close{background:none;border:0;font-size:22px;line-height:1;cursor:pointer;color:var(--ink-faint)}
.bb-customer-page .pagination{display:flex;gap:6px;list-style:none;padding:0;margin:20px 0 0;flex-wrap:wrap}
.bb-customer-page .pagination a,.bb-customer-page .pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding:0 12px;border:1.5px solid var(--tan-line);border-radius:var(--r-sm);text-decoration:none;font-weight:600;font-size:14px;color:var(--ink-soft)}
.bb-customer-page .pagination .active span,.bb-customer-page .pagination a:hover{border-color:var(--teal);background:var(--teal-tint);color:var(--teal-deep)}
.bb-customer-page .dashboard-address,.bb-customer-page .delete-account-section{margin-top:8px}
.bb-customer-page .delete-account-section{padding-top:18px;border-top:1px solid var(--tan-line);margin-top:24px}

/* --- Layout utilities used inside this section --- */
.bb-customer-page .row{display:flex;flex-wrap:wrap;gap:16px}
.bb-customer-page .row-cols-1 > .col{flex:0 0 100%}
@media(min-width:576px){.bb-customer-page .row-cols-sm-2 > .col{flex:1 1 calc(50% - 8px)}}
.bb-customer-page .col{flex:1 1 auto;min-width:0}
.bb-customer-page .col-12{flex:0 0 100%}
.bb-customer-page .d-flex{display:flex}
.bb-customer-page .d-block{display:block}
.bb-customer-page .d-none{display:none}
.bb-customer-page .d-inline-block{display:inline-block}
.bb-customer-page .align-items-center{align-items:center}
.bb-customer-page .align-items-start{align-items:flex-start}
.bb-customer-page .justify-content-between{justify-content:space-between}
.bb-customer-page .gap-2{gap:8px}
.bb-customer-page .gap-3{gap:16px}
.bb-customer-page .w-100{width:100%}
.bb-customer-page .mb-0{margin-bottom:0}
.bb-customer-page .mb-2{margin-bottom:8px}
.bb-customer-page .mt-3{margin-top:14px}
.bb-customer-page .mt-4{margin-top:20px}
.bb-customer-page .me-1{margin-right:4px}
.bb-customer-page .px-3{padding-inline:14px}
.bb-customer-page .text-center{text-align:center}
.bb-customer-page .text-start{text-align:left}
.bb-customer-page .fs-5{font-size:18px}
.bb-customer-page .fs-6{font-size:15px}
.bb-customer-page .text-muted{color:var(--ink-faint)}
.bb-customer-page .text-primary{color:var(--teal)}
.bb-customer-page .position-relative{position:relative}
.bb-customer-page .position-absolute{position:absolute}
.bb-customer-page .top-0{top:0}
.bb-customer-page .end-0{right:0}
@media(min-width:576px){.bb-customer-page .text-sm-end{text-align:right}.bb-customer-page .mt-sm-0{margin-top:0}}
.bb-customer-page a:not(.btn){color:var(--teal)}
.bb-customer-page a.text-primary{font-weight:600;text-decoration:none}
.bb-customer-page a.text-primary:hover{text-decoration:underline}

/* --- Modals (delete account / review popups) --- */
.bb-customer-page .modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(43,32,24,.55);padding:20px;overflow-y:auto}
.bb-customer-page .modal.show{display:block}
.bb-customer-page .modal-dialog{max-width:520px;margin:6vh auto}
.bb-customer-page .modal-dialog-centered{margin:10vh auto}
.bb-customer-page .modal-content{background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);overflow:hidden}
.bb-customer-page .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--tan-line)}
.bb-customer-page .modal-title{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:19px}
.bb-customer-page .modal-body{padding:20px}

/* --- Avatar uploader --- */
.bb-customer-page .ecommerce-image-upload__uploader{display:inline-flex;align-items:center;gap:10px;cursor:pointer}
.bb-customer-page .ecommerce-image-upload__file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.bb-customer-page .ecommerce-image-viewer__item{position:relative;display:inline-block}
.bb-customer-page .ecommerce-image-viewer__list{display:flex;gap:10px;flex-wrap:wrap;list-style:none;padding:0;margin:10px 0 0}

/* ===== Button colour safety net =====
   .btn on its own declared no colour, so any .btn without a variant class (or an
   <a class="btn"> whose colour a scoped rule had overridden) could end up with
   light text on a light background. Every variant now states its own colour, and
   states it again for :hover/:focus/:active so no state can wash out. */
.btn{color:var(--ink)}
.btn.btn-primary,.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{background:var(--terra-dark,#A83C21);color:#fff}
.btn.btn-primary{background:var(--terra)}
.btn.btn-teal,.btn.btn-teal:hover,.btn.btn-teal:focus{background:var(--teal);color:#fff}
.btn.btn-ghost,.btn.btn-ghost:hover,.btn.btn-ghost:focus{color:var(--ink)}
.btn.btn-white,.btn.btn-white:hover,.btn.btn-white:focus{background:#fff;color:var(--ink)}
a.btn,a.btn:hover{text-decoration:none}
/* Scoped link colours must never repaint a button's label. */
.bb-customer-page a.btn,.auth-card a.btn{color:inherit}
.bb-customer-page a.btn.btn-primary,.auth-card a.btn.btn-primary{color:#fff}

/* ===== Account links in the header ===== */
.util .u-acct{font-weight:700}
.util .u-acct svg{width:14px;height:14px;fill:currentColor}
.acct-btn{display:none;align-items:center;gap:8px;min-height:44px;padding:9px 16px;border-radius:var(--r-pill);border:2px solid var(--tan-line);background:var(--card);color:var(--ink);font-size:14.5px;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s,color .15s}
.acct-btn:hover{border-color:var(--teal);background:var(--teal-tint);color:var(--teal-deep)}
.acct-btn svg{width:18px;height:18px;fill:currentColor;flex:none}
@media(min-width:940px){.acct-btn{display:inline-flex}}
.mnav-acct{display:flex;flex-direction:column;gap:2px;margin-top:10px;padding-top:10px;border-top:1px solid var(--tan-line)}
.mnav-acct a{text-decoration:none;color:var(--ink-soft);font-weight:600;padding:12px 8px;border-radius:var(--r-sm)}
.mnav-acct a:hover{background:var(--tan);color:var(--terra)}

/* ===== Variables the ecommerce plugin's stylesheets expect =====
   plugins/ecommerce/css/customer.css and front-ecommerce.css reference
   var(--primary-color) 43 times plus a few Bootstrap variables, none of which a
   non-Bootstrap theme defines. An undefined custom property makes the whole
   declaration invalid, so rules like
     .bb-customer-menu-item-wrapper.active{background-color:var(--primary-color);color:#fff}
   kept the white text and lost the background — that was the white-on-white
   "selected" state. Mapping them onto the H&B palette fixes all of them at once. */
:root{
  --primary-color:var(--terra,#BF4426);
  --text-color:var(--ink,#2B2018);
  --bb-rating-size:18px;
  --bs-emphasis-color:var(--ink,#2B2018);
  --bs-border-color:var(--tan-line,#E6D8C2);
  --bs-border-radius:var(--r-sm,10px);
  --bs-card-border-radius:var(--r-lg,24px);
}

/* ===== Customer sidebar: beat the plugin's own 3-class selectors =====
   customer.css styles the sidebar with chains like
   `.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper`
   (0,3,0), which outranked the theme rules. These repeat that chain with the
   page class in front so the H&B design wins. */
.bb-customer-page .bb-customer-sidebar-wrapper{background-color:transparent;border-radius:var(--r-lg);overflow:visible}
.bb-customer-page .bb-profile-sidebar{color:var(--ink);height:auto;padding:0}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}

.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);box-shadow:var(--shadow);overflow:hidden}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--cream);border-bottom:1px solid var(--tan-line);color:var(--ink)}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .wrapper-image{width:46px;height:46px;border-radius:50%;background:var(--teal);flex-shrink:0;overflow:hidden;position:relative}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .name{font-size:15px;font-weight:700;color:var(--ink);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .email{font-size:12.5px;color:var(--ink-faint);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper{position:relative;display:flex;align-items:center;gap:10px;padding:8px 16px;min-height:40px;color:var(--ink-soft);border-top:1px solid var(--tan-line);background-color:transparent;transition:background-color .15s}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper>svg,.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper>.icon{width:18px;height:18px;flex:none;stroke:currentColor;fill:none}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper:first-of-type{border-top:0}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper .bb-customer-menu-item{flex:1;min-width:0;padding:0;min-height:0;font-size:14px;font-weight:600;line-height:1.3;color:inherit;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper .bb-customer-menu-item::after{content:"";position:absolute;inset:0}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper:hover{background-color:var(--cream);color:var(--terra)}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active{background-color:var(--teal-tint);color:var(--teal-deep);box-shadow:inset 3px 0 0 var(--teal)}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active a,
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active .bb-customer-menu-item{color:var(--teal-deep)}
.bb-customer-page .bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active:hover{background-color:var(--teal-tint);opacity:1}

/* Content card: customer.css sets its own padding/borders at (0,3,0). */
.bb-customer-page .bb-profile-content{padding:24px 26px 28px}
.bb-customer-page .bb-profile-content .bb-profile-header{border-bottom:1px solid var(--tan-line);margin-bottom:18px;padding-bottom:14px}
.bb-customer-page .bb-profile-content .bb-profile-header .bb-profile-header-title{font-family:var(--heading-font,'Fraunces',Georgia,serif);font-size:25px;font-weight:600;color:var(--ink)}
@media(max-width:600px){.bb-customer-page .bb-profile-content{padding:20px}}

/* The greeting paragraph carries inline links; keep it flowing text. */
.bb-customer-page .bb-customer-profile-info p a{white-space:nowrap}

/* ---------- Who it is for (hb-reasons shortcode) ---------- */
.hb-reasons{padding:64px 0}
.hb-reasons__card{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);overflow:hidden;display:grid;grid-template-columns:1fr}
@media(min-width:900px){.hb-reasons__card{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}}
.hb-reasons__media{position:relative;min-height:260px;background:var(--tan)}
.hb-reasons__media img{width:100%;height:100%;object-fit:cover;display:block}
@media(min-width:900px){.hb-reasons__media{min-height:100%}}
.hb-reasons__caption{position:absolute;left:16px;bottom:16px;background:rgba(var(--card-rgb),.92);border:1px solid var(--tan-line);border-radius:var(--r-sm);padding:7px 13px;font-size:13px;color:var(--ink-soft)}
.hb-reasons__body{padding:34px 30px}
@media(min-width:900px){.hb-reasons__body{padding:44px 44px}}
.hb-reasons__title{font-size:clamp(24px,3.4vw,32px);font-weight:600;letter-spacing:-.015em;margin:10px 0 4px}
.hb-reasons__list{list-style:none;margin:20px 0 0;padding:0;counter-reset:none}
.hb-reasons__item{display:flex;gap:16px;padding:18px 0;border-top:1px solid var(--tan-line)}
.hb-reasons__item:first-child{border-top:0;padding-top:4px}
.hb-reasons__num{flex:none;width:38px;height:38px;border-radius:50%;background:var(--teal-tint);color:var(--teal);font-size:13px;font-weight:700;display:grid;place-items:center;letter-spacing:.02em}
.hb-reasons__item h3{font-size:19px;line-height:1.25;font-weight:600;margin:6px 0 6px}
.hb-reasons__item p{margin:0;color:var(--ink-soft);line-height:1.6;font-size:15.5px}
.hb-reasons__note{display:flex;align-items:flex-start;gap:11px;background:var(--cream);border:1px solid var(--tan-line);border-radius:var(--r-md);padding:14px 16px;margin:22px 0 0;color:var(--ink-soft);font-size:15px;line-height:1.55}
.hb-reasons__note svg{width:18px;height:18px;color:var(--teal);margin-top:2px;flex:none}
.hb-reasons__cta{margin-top:20px}

/* ---------- FAQ section (hb-faq shortcode) ---------- */
.hb-faq{padding:64px 0}
.hb-faq__grid{display:grid;gap:28px;align-items:start}
@media(min-width:900px){.hb-faq__grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px}}
.hb-faq__title{font-size:clamp(26px,3.6vw,34px);font-weight:600;letter-spacing:-.015em;margin:12px 0 0}
.hb-faq__lede{color:var(--ink-soft);line-height:1.65;margin:14px 0 0}
.hb-faq__help{display:flex;align-items:center;gap:13px;margin-top:24px;padding:16px 18px;background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-md);text-decoration:none;color:inherit;transition:border-color .2s,transform .14s}
.hb-faq__help:hover{border-color:var(--teal);transform:translateY(-2px)}
.hb-faq__help strong{display:block;font-size:16px}
.hb-faq__help span span{color:var(--ink-soft);font-size:14.5px}
.hb-faq__help-icon{flex:none;width:44px;height:44px;border-radius:50%;background:var(--teal-tint);color:var(--teal);display:grid;place-items:center}
.hb-faq__help-icon svg{width:21px;height:21px}
.hb-faq__all{margin-top:18px}
.hb-faq__list{background:var(--card);border:1px solid var(--tan-line);border-radius:var(--r-lg);overflow:hidden}
.hb-faq__item{border-top:1px solid var(--tan-line)}
.hb-faq__item:first-child{border-top:0}
.hb-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;font-weight:600;font-size:17px;color:var(--ink)}
.hb-faq__item summary::-webkit-details-marker{display:none}
.hb-faq__item summary:focus-visible{outline:3px solid var(--focus);outline-offset:-3px}
.hb-faq__item[open] summary{color:var(--teal);padding-bottom:8px}
.hb-faq__mark{flex:none;position:relative;width:32px;height:32px;border-radius:50%;background:var(--tan);transition:background .2s}
.hb-faq__mark::before,.hb-faq__mark::after{content:"";position:absolute;left:50%;top:50%;width:13px;height:2px;border-radius:2px;background:var(--ink-soft);transform:translate(-50%,-50%);transition:transform .2s,background .2s}
.hb-faq__mark::after{transform:translate(-50%,-50%) rotate(90deg)}
.hb-faq__item[open] .hb-faq__mark{background:var(--teal)}
.hb-faq__item[open] .hb-faq__mark::before,.hb-faq__item[open] .hb-faq__mark::after{background:#fff}
.hb-faq__item[open] .hb-faq__mark::after{transform:translate(-50%,-50%)}
.hb-faq__item summary:hover .hb-faq__mark{background:var(--teal-tint)}
.hb-faq__answer{padding:0 22px 22px;color:var(--ink-soft);line-height:1.7}
.hb-faq__answer p{margin:0 0 10px}
.hb-faq__answer p:last-child{margin-bottom:0}

/* --- My Account: one button scale for every action ---------------------
   The ecommerce/booking blades emit Bootstrap class names (btn-sm,
   btn-outline-secondary, btn-link) that this theme never defined, so those
   buttons rendered as full-size transparent pills. These give them the same
   compact, modern look across Bookings, Dogs, Vehicles and Addresses. */
.bb-customer-page .btn-sm,.bk-account .btn-sm{min-height:40px;padding:9px 18px;font-size:14px;border-radius:var(--r-pill)}
.bb-customer-page .btn-outline-secondary,.bk-account .btn-outline-secondary{background:#fff;color:var(--ink);border:1.5px solid var(--tan-line)}
.bb-customer-page .btn-outline-secondary:hover,.bk-account .btn-outline-secondary:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-tint)}
.bb-customer-page .btn-link,.bk-account .btn-link{min-height:0;padding:4px 2px;border:0;background:none;font-size:14px;font-weight:600;color:var(--teal);text-decoration:underline;text-underline-offset:3px;border-radius:8px}
.bb-customer-page .btn-link:hover,.bk-account .btn-link:hover{color:var(--teal-deep)}
.bb-customer-page .btn-link.text-danger,.bk-account .btn-link.text-danger{color:#a12b1d}
.bb-customer-page .btn-link.text-danger:hover,.bk-account .btn-link.text-danger:hover{color:#7d1d12}
.bb-customer-page .btn.p-0,.bk-account .btn.p-0{padding:4px 2px}
/* "Edit" on a dog card: a small outline button, matching Reschedule. */
.bk-edit summary{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:9px 18px;border:1.5px solid var(--tan-line);border-radius:var(--r-pill);background:#fff;color:var(--ink);font-weight:600;font-size:14px;list-style:none}
.bk-edit summary::-webkit-details-marker{display:none}
.bk-edit summary::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.bk-edit[open] summary::after{transform:rotate(225deg) translateY(-2px)}
.bk-edit summary:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-tint)}
.bk-edit summary:focus-visible{outline:3px solid var(--focus);outline-offset:2px}

/* --- Required vs optional fields ---------------------------------------
   Required keeps the terracotta asterisk; optional gets a quiet grey chip so
   customers can see at a glance what they can skip. */
.bb-customer-page .form-label .hb-opt,.bk-field .hb-opt{display:inline-block;margin-left:7px;padding:2px 8px;border-radius:var(--r-pill);background:var(--tan);color:var(--ink-faint);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}
.bb-customer-page .form-label.required::after,.bb-customer-page label.required::after,.bk-field .form-label.required::after{content:" *";color:var(--terra);font-weight:700}
.bk-field .form-label{display:block;font-size:13px;font-weight:700;color:var(--ink-soft);margin-bottom:7px}
.bb-customer-page .hb-form-legend{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:13px;color:var(--ink-faint)}
.bb-customer-page .hb-form-legend b{color:var(--terra)}
.bb-customer-page .hb-form-errors{margin:0 0 18px;padding:14px 16px;border:1.5px solid #f0b8ae;background:#fbe9e7;border-radius:var(--r-sm);color:#7d1d12;font-size:14.5px}
.bb-customer-page .hb-form-errors ul{margin:6px 0 0;padding-left:18px}
.bb-customer-page .hb-form-errors li{margin:2px 0}
/* Form-builder forms (address, profile) label every non-required field, so the
   customer never has to guess. `.mb-3` is the builder's field wrapper; the
   hand-written booking forms use .bk-field and carry their own chip. */
.bb-customer-page .mb-3:has(input:disabled) > .form-label::after,
.bb-customer-page .mb-3:has(input[readonly]) > .form-label::after{content:none !important}
.bb-customer-page .mb-3 > .form-label:not(.required)::after{content:"Optional";display:inline-block;margin-left:7px;padding:2px 8px;border-radius:var(--r-pill);background:var(--tan);color:var(--ink-faint);font-size:11px;font-weight:700;letter-spacing:.04em;vertical-align:middle}
