/* ============================================================
   BY BANKS — Contact page styles  (/contact/index.php)
   Scoped to .bb-contact-hero / .bb-faq / .bb-trust + a
   .btn-secondary override for the photo hero. Relies on
   global.css for tokens, .container, .btn, .section-pill.
   ============================================================ */

/* Frosted secondary button — stands out over the hero photo */
.btn-secondary{background:rgba(13,13,14,.7);color:var(--cream);border:1px solid rgba(241,237,228,.18);-webkit-backdrop-filter:blur(20px) saturate(1.3);backdrop-filter:blur(20px) saturate(1.3);box-shadow:0 8px 24px rgba(0,0,0,.35),inset 0 1px 0 rgba(241,237,228,.06)}
.btn-secondary:hover{color:var(--cream);border-color:var(--cream);background:rgba(13,13,14,.8)}

/* ============================================================
   CONTACT HERO (scoped .bb-contact-hero)
   Office bg approximated with a CSS gradient for the preview.
   ============================================================ */
.bb-contact-hero{position:relative;background:
  radial-gradient(120% 90% at 78% 30%,rgba(60,46,30,.55) 0%,rgba(23,22,23,0) 55%),
  radial-gradient(80% 70% at 90% 80%,rgba(0,156,111,.10) 0%,rgba(23,22,23,0) 60%),
  linear-gradient(180deg,rgba(20,19,20,.4) 0%,rgba(23,22,23,.3) 60%,rgba(18,17,18,.45) 100%),
  url('/assets/images/office.png') right center / cover no-repeat,
  #141314;
  padding:clamp(110px,15vw,160px) 0 0;overflow:hidden;border-bottom:1px solid var(--border-dark)}
.bb-contact-hero::before{content:'';position:absolute;inset:0;background:
  linear-gradient(to right,rgba(13,13,14,.94) 0%,rgba(13,13,14,.86) 22%,rgba(13,13,14,.55) 42%,rgba(13,13,14,.18) 62%,rgba(13,13,14,0) 80%),
  linear-gradient(to bottom,rgba(13,13,14,.28) 0%,rgba(13,13,14,0) 22%,rgba(13,13,14,0) 72%,rgba(13,13,14,.55) 100%);
  pointer-events:none;z-index:0}
.bb-contact-hero .container{position:relative;z-index:1}
.bb-contact-hero__layout{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(40px,5vw,72px);align-items:stretch;min-height:clamp(560px,68vh,760px)}
.bb-contact-hero__inner{display:flex;flex-direction:column;justify-content:center;text-align:left;padding-bottom:clamp(40px,6vw,64px)}
.bb-contact-hero__eyebrow{display:inline-block;align-self:flex-start;font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--accent-bright);margin-bottom:24px}
.bb-contact-hero__title{font-size:clamp(34px,5vw,58px);font-weight:700;letter-spacing:-.025em;line-height:1.05;text-wrap:balance;color:var(--cream);margin:0 0 20px}
.bb-contact-hero__lead{font-size:clamp(16px,1.25vw,18px);line-height:1.55;color:var(--cream-dim);text-wrap:balance;max-width:540px;margin:0 0 32px}
.bb-contact-hero__methods{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.bb-contact-hero__method{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;min-height:44px;background:rgba(13,13,14,.72);border:1px solid rgba(241,237,228,.16);border-radius:100px;color:var(--cream);font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(20px) saturate(1.3);backdrop-filter:blur(20px) saturate(1.3);box-shadow:0 8px 24px rgba(0,0,0,.35),inset 0 1px 0 rgba(241,237,228,.06);transition:border-color var(--transition-fast),transform var(--transition-fast)}
.bb-contact-hero__method svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}
.bb-contact-hero__method--static{cursor:default;color:var(--cream-dim)}
@media (hover:hover){.bb-contact-hero__method:not(.bb-contact-hero__method--static):hover{border-color:var(--accent);transform:translateY(-2px)}}
.bb-contact-hero__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.bb-contact-hero__portrait{position:relative;width:100%;align-self:end;justify-self:end;max-width:clamp(420px,46vw,640px);aspect-ratio:4/5}
.bb-contact-hero__portrait svg.figure{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain}
.bb-contact-hero__ph-tag{position:absolute;top:14px;right:14px;z-index:2;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--cream-muted);background:rgba(13,13,14,.6);border:1px dashed rgba(241,237,228,.18);border-radius:6px;padding:5px 9px}
.bb-contact-hero__pillbox{position:absolute;bottom:14%;left:-10%;z-index:3;max-width:270px;padding:14px 18px;background:rgba(13,13,14,.82);-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);border:1px solid rgba(241,237,228,.12);border-radius:16px;box-shadow:0 24px 50px rgba(0,0,0,.55),0 0 0 1px rgba(0,156,111,.1),inset 0 1px 0 rgba(241,237,228,.06)}
.bb-contact-hero__pillbox-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px;margin-bottom:8px}
.bb-contact-hero__pillbox-name{font-size:15px;font-weight:700;color:var(--cream);letter-spacing:-.01em}
.bb-contact-hero__pillbox-role{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--accent-bright)}
.bb-contact-hero__pillbox-bio{font-size:12.5px;line-height:1.45;color:var(--cream-dim);margin:0;text-wrap:balance}
@media (max-width:1024px){
  .bb-contact-hero{background-image:
    linear-gradient(180deg,rgba(20,19,20,.42) 0%,rgba(20,19,20,.34) 55%,rgba(18,17,18,.42) 100%),
    url('/assets/images/office-portrait.png');
    background-size:cover;background-position:75% center;background-repeat:no-repeat}
  .bb-contact-hero::before{background:none}
  .bb-contact-hero__layout{grid-template-columns:1fr;gap:clamp(32px,5vw,48px);min-height:0}
  .bb-contact-hero__inner{padding-bottom:0}
  .bb-contact-hero__portrait{max-width:440px;justify-self:center;align-self:center}
  .bb-contact-hero__pillbox{left:-4%;bottom:10%}
}
@media (max-width:768px){
  .bb-contact-hero{padding-top:clamp(96px,24vw,120px)}
  .bb-contact-hero__portrait{max-width:360px}
  .bb-contact-hero__pillbox{max-width:220px;left:-2%;padding:12px 14px}
  .bb-contact-hero__pillbox-name{font-size:14px}.bb-contact-hero__pillbox-bio{font-size:12px}
}
@media (max-width:480px){
  .bb-contact-hero__methods{gap:10px}
  .bb-contact-hero__method{width:100%;justify-content:center}
  .bb-contact-hero__cta{flex-direction:column;align-items:stretch}
  .bb-contact-hero__cta .btn{width:100%}
  .bb-contact-hero__portrait{max-width:300px}
  .bb-contact-hero__pillbox{max-width:200px;left:0;bottom:6%}
}
@media (prefers-reduced-motion:reduce){
  .bb-contact-hero__method{transition:none}.bb-contact-hero__method:hover{transform:none}
}


/* ============================================================
   FAQ  (.bb-faq) — native <details> for zero-JS + crawlable
   ============================================================ */
.bb-faq{padding:var(--section-padding) 0;background:var(--black);border-top:1px solid var(--border-dark)}
.bb-faq__head{text-align:center;max-width:680px;margin:0 auto clamp(36px,5vw,52px)}
.bb-faq__title{font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--cream);text-wrap:balance;margin:0}
.bb-faq__sub{font-size:16px;color:var(--cream-dim);line-height:1.7;margin:14px 0 0}
.bb-faq__list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.bb-faq__item{background:var(--black-light);border:1px solid var(--border-dark);border-radius:14px;overflow:hidden;transition:border-color var(--transition-fast)}
.bb-faq__item[open]{border-color:var(--accent-dim)}
.bb-faq__q{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;cursor:pointer;padding:20px 22px;min-height:44px;font-size:16px;font-weight:600;color:var(--cream)}
.bb-faq__q::-webkit-details-marker{display:none}
.bb-faq__q-icon{flex-shrink:0;width:22px;height:22px;color:var(--accent);transition:transform .25s ease}
.bb-faq__item[open] .bb-faq__q-icon{transform:rotate(45deg)}
.bb-faq__a{padding:0 22px 22px;font-size:15px;line-height:1.7;color:var(--cream-dim)}
.bb-faq__a a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
@media (hover:hover){.bb-faq__item:hover{border-color:rgba(241,237,228,.2)}}
@media (prefers-reduced-motion:reduce){.bb-faq__q-icon{transition:none}}
@media (max-width:480px){.bb-faq__q{padding:16px 16px;font-size:15px}.bb-faq__a{padding:0 16px 18px}}

/* ============================================================
   LOCATION + PROCUREMENT  (.bb-trust)
   ============================================================ */
.bb-trust{padding:var(--section-padding) 0;background:var(--black-light);border-top:1px solid var(--border-dark)}
.bb-trust__head{text-align:center;max-width:680px;margin:0 auto clamp(36px,5vw,52px)}
.bb-trust__title{font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--cream);text-wrap:balance;margin:0}
.bb-trust__sub{font-size:16px;color:var(--cream-dim);line-height:1.7;margin:14px 0 0;text-wrap:balance}
.bb-trust__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,28px);max-width:1000px;margin:0 auto;align-items:stretch}
.bb-trust__card{display:flex;flex-direction:column;background:var(--black);border:1px solid var(--border-dark);border-radius:20px;overflow:hidden}
.bb-trust__card-body{display:flex;flex-direction:column;flex:1;padding:clamp(26px,3.4vw,34px)}
.bb-trust__label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:16px}
.bb-trust__label svg{width:16px;height:16px}
.bb-trust__h{font-size:20px;font-weight:700;color:var(--cream);letter-spacing:-.01em;margin:0 0 18px;text-wrap:balance}
.bb-trust__rows{list-style:none;margin:0 0 22px;padding:0}
.bb-trust__rows li{display:flex;gap:14px;font-size:14px;line-height:1.55;color:var(--cream-dim);padding:11px 0;border-bottom:1px solid var(--border-dark)}
.bb-trust__rows li:last-child{border-bottom:0}
.bb-trust__rows strong{color:var(--cream);font-weight:600;min-width:96px;flex-shrink:0}
.bb-trust__rows-ic{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:1px}
.bb-trust__cta{margin-top:auto;padding-top:4px;padding-bottom:8px}
.bb-trust__cta .bb-trust__btn + .bb-trust__btn{margin-top:10px}
.bb-trust__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 22px;min-height:48px;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.bb-trust__btn svg{width:17px;height:17px;flex-shrink:0}
.bb-trust__btn--solid{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:var(--white);box-shadow:0 4px 18px rgba(0,156,111,.28)}
.bb-trust__btn--ghost{background:transparent;color:var(--cream);border-color:rgba(241,237,228,.2)}
@media (hover:hover){
  .bb-trust__btn--solid:hover{transform:translateY(-2px);box-shadow:0 10px 30px var(--accent-glow)}
  .bb-trust__btn--ghost:hover{border-color:var(--accent);color:var(--cream)}
}
.bb-trust__btn:active{transform:translateY(0)}
.bb-trust__note{font-size:12.5px;line-height:1.6;color:var(--cream-muted);margin:14px 0 0;text-align:center}
/* Static map panel — pure CSS, no iframe / no API / no cookies */
.bb-trust__map{position:relative;height:188px;background:#161516;border-bottom:1px solid var(--border-dark);overflow:hidden}
.bb-trust__map-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.bb-trust__map-tag{position:absolute;left:16px;bottom:14px;z-index:2;font-size:12px;font-weight:600;color:var(--cream);background:rgba(13,13,14,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-dark);border-radius:8px;padding:7px 12px}
/* Procurement crest — matches .bb-trust__map height so both cards balance */
.bb-trust__crest{position:relative;height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:
  repeating-linear-gradient(135deg,rgba(241,237,228,.03) 0 1px,transparent 1px 26px),
  radial-gradient(120% 130% at 70% 20%,rgba(0,156,111,.12) 0%,transparent 58%),
  linear-gradient(160deg,#1c1b1c 0%,#161516 60%,#121112 100%);
  border-bottom:1px solid var(--border-dark);overflow:hidden}
.bb-trust__crest::after{content:'';position:absolute;bottom:-30%;left:-12%;width:56%;height:90%;transform:rotate(-13deg);background:linear-gradient(120deg,rgba(0,156,111,.14),rgba(0,156,111,.04));border-radius:46px;filter:blur(1px)}
.bb-trust__crest-badge{position:relative;z-index:2;width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--accent-bright);background:rgba(0,156,111,.14);border:1px solid rgba(0,156,111,.28);box-shadow:0 8px 24px rgba(0,0,0,.4);margin-bottom:14px}
.bb-trust__crest-badge svg{width:28px;height:28px}
.bb-trust__crest-title{position:relative;z-index:2;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--cream)}
.bb-trust__crest-sub{position:relative;z-index:2;font-size:12.5px;color:var(--cream-dim);margin-top:6px;text-wrap:balance;max-width:280px}
@media (max-width:768px){.bb-trust__grid{grid-template-columns:1fr;gap:16px}}
