/* ============================================================
   Wuthqa — Company page styles
   Builds on tokens (colors_and_type.css), chrome + contact form
   (home.css), reused components (home-practice.css) and the shared
   inner-page primitives (inner.css). Only Company-specific sections
   live here.
   ============================================================ */

/* ---- Hero: grow to fill the screen down to the membership bar ----
   so hero + membership bar exactly fill the first viewport (sticky
   chrome ≈ 119px + membership bar ≈ 212px). Content stays centred. */
.wq-phero2.is-fill { min-height: calc(100vh - 331px); display: flex; align-items: center; }
.wq-phero2.is-fill .wq-phero2-inner { width: 100%; }
@media (max-width: 768px) {
  .wq-phero2.is-fill { min-height: 0; display: block; }
}

/* ---- Clients logo bar (below hero) ------------------------------- */
.wq-cbar-sec { border-bottom: 1px solid var(--border-soft); }
.wq-cbar-label { text-align: center; font-family: var(--font-en); font-weight: 600; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 10px; }
.wq-cbar { position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.wq-cbar-track { display: flex; align-items: center; width: max-content; animation: wqLogoScroll 42s linear infinite; }
.wq-cbar:hover .wq-cbar-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .wq-cbar-track { animation: none; } }
.wq-cbar-cell { flex: 0 0 auto; height: 76px; margin-inline-end: 34px; display: flex; align-items: center; }
.wq-cbar-logo { max-height: 60px; max-width: 200px; object-fit: contain;
  filter: grayscale(1); opacity: .62; transition: filter .3s var(--ease), opacity .3s var(--ease); }
.wq-cbar-cell:hover .wq-cbar-logo { filter: grayscale(0); opacity: 1; }

/* ---- About: Overview + Mission + Vision (parallax Riyadh band) ---- */
.wq-about-intro { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.wq-about-title { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; color: #fff;
  font-size: clamp(25px, 3vw, 37px); line-height: 1.22; letter-spacing: -.01em; margin: 14px 0 18px; }
.wq-about-intro p { color: rgba(255, 255, 255, .8); font-size: 16.5px; line-height: 1.85; margin: 0 0 16px; }
.wq-about-intro p:last-child { margin-bottom: 0; }

/* ---- Mission & Vision (dark-glass cards) ------------------------- */
/* Wide central column-gap so the centred Kingdom Tower shows between the cards */
.wq-mv-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(80px, 18vw, 280px); row-gap: 22px; }
.wq-mv-card { background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-xl); padding: 36px 34px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: border-color .3s var(--ease), transform .3s var(--ease); }
.wq-mv-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.wq-mv-card h3 { color: #fff; font-size: 22px; font-weight: 600; margin: 18px 0 12px;
  font-family: 'Source Serif 4', Georgia, serif; }
.wq-mv-card p { color: rgba(255, 255, 255, .74); font-size: 15.5px; line-height: 1.8; margin: 0; }

/* ---- 4. Our Journey (interactive timeline — active year + collage + node rail) */
/* darker gold for the kicker — it sits on the white top of the gradient */
#journey .wq-kicker { color: var(--gold-600); }
.wq-jrny2-head { display: flex; justify-content: center; margin-bottom: 4px; }
.wq-jrny2-year { text-align: center; font-family: 'Source Serif 4', Georgia, serif; font-weight: 600;
  font-size: clamp(56px, 9vw, 104px); line-height: 1; color: var(--gold); letter-spacing: -.01em;
  animation: wqJrnyFade .5s var(--ease); }
.wq-jrny2-feature { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  margin: 30px 0 60px; animation: wqJrnyFade .5s var(--ease); }
/* vertical divider between the copy and the image collage */
.wq-jrny2-feature::after { content: ''; position: absolute; top: 8%; bottom: 8%; left: 50%; transform: translateX(-50%);
  width: 1px; background: linear-gradient(180deg, transparent, rgba(200, 168, 75, .55), transparent); }
@keyframes wqJrnyFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.wq-jrny2-copy { text-align: center; max-width: 440px; margin: 0 auto; }
.wq-jrny2-title { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-weight: 600;
  font-size: clamp(24px, 2.8vw, 32px); color: var(--gold); margin: 0; }
.wq-jrny2-rule { display: block; width: 56px; height: 2px; background: var(--gold); margin: 16px auto; }
.wq-jrny2-copy p { color: #ffffffab; font-size: 15.5px; line-height: 1.8; margin: 0; }
/* overlapping photo collage */
.wq-jrny2-collage { position: relative; height: 380px; }
.wq-jrny2-photo { position: absolute; background-size: cover; background-position: center;
  border: 4px solid #fff; border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
.wq-jrny2-photo:nth-child(1) { width: 58%; height: 58%; top: 0; left: 2%; z-index: 1; }
.wq-jrny2-photo:nth-child(2) { width: 48%; height: 54%; top: 16%; right: 0; z-index: 3; }
.wq-jrny2-photo:nth-child(3) { width: 52%; height: 50%; bottom: 0; left: 16%; z-index: 2; }
.wq-jrny2-num { position: absolute; top: 8px; left: 8px; width: 22px; height: 22px; border-radius: 4px;
  background: var(--gold); color: var(--teal-900); font-family: var(--font-en); font-weight: 700; font-size: 12px;
  display: inline-flex; align-items: center; justify-content: center; }
/* clickable node rail */
.wq-jrny2-rail { position: relative; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 4%; }
.wq-jrny2-line { position: absolute; top: 28px; left: 8%; right: 8%; border-top: 2px dashed var(--gold); opacity: .85; }
.wq-jrny2-node { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px;
  background: none; border: none; cursor: pointer; padding: 0; }
.wq-jrny2-thumb { width: 56px; height: 56px; border-radius: 50%; background-size: cover; background-position: center;
  background-color: var(#15140f); border: 3px solid var(--surface); box-shadow: 0 0 0 1px var(--border);
  filter: grayscale(1); opacity: .7; transition: width .3s var(--ease), height .3s var(--ease), filter .3s var(--ease), opacity .3s var(--ease), box-shadow .3s var(--ease); }
.wq-jrny2-node:hover .wq-jrny2-thumb { filter: grayscale(0); opacity: 1; }
.wq-jrny2-node.is-active .wq-jrny2-thumb { width: 78px; height: 78px; filter: grayscale(0); opacity: 1;
  border-color: #fff; box-shadow: 0 0 0 2px var(--gold), var(--shadow-md); }
.wq-jrny2-ylabel { font-family: var(--font-en); font-weight: 600; font-size: 13px; color: rgba(255, 255, 255, 0.376); transition: color .3s var(--ease); }
.wq-jrny2-node.is-active .wq-jrny2-ylabel { color: var(--gold-600); font-size: 14px; }

/* ---- 5 & 10. Feature grids (Stand Out / Code of Conduct) --------- */
.wq-feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wq-feat-card { display: flex; flex-direction: column; align-items: flex-start; background: #f1f0ed; border: 1px solid var(--border-soft);
  border-radius: var(--r-lg); padding: 32px 28px;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.wq-feat-card:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: var(--shadow-lg); }
.wq-feat-card h3 { color: var(--teal); font-size: 19px; font-weight: 600; margin: 18px 0 10px; }
.wq-feat-card p { color: var(--fg-2); font-size: 14.5px; line-height: 1.7; margin: 0; }
.wq-feat-link { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-en); font-weight: 600; font-size: 13.5px; color: var(--gold-600); }
.wq-feat-link:hover { color: var(--gold); }
.wq-feat-link svg, .wq-feat-link [data-lucide] { transition: transform .25s var(--ease); }
.wq-feat-link:hover svg, .wq-feat-link:hover [data-lucide] { transform: translateX(3px); }

/* ---- FAQ block (under "Why Wuthqa") ----------------------------- */
.wq-cfaq { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; margin-top: 76px; }
.wq-cfaq-head h2 { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; color: var(--teal);
  font-size: clamp(28px, 3.4vw, 42px); line-height: 1.12; letter-spacing: -.01em; margin: 0 0 16px; }
.wq-cfaq-head p { color: var(--fg-2); font-size: 15px; line-height: 1.75; margin: 0; max-width: 320px; }
.wq-cfaq-list { display: flex; flex-direction: column; gap: 12px; }
.wq-cfaq-item { background: #f1f0ed; border: 1px solid var(--border-soft); border-radius: 26px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease); }
.wq-cfaq-item.is-open { background: #fff; border-color: var(--teal); box-shadow: var(--shadow-md); border-radius: var(--r-xl); }
.wq-cfaq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 14px 14px 26px; background: none; border: none; cursor: pointer; text-align: start; font-family: inherit; }
.wq-cfaq-q > span:first-child { color: var(--teal); font-weight: 500; font-size: 14.5px; line-height: 1.4; }
.wq-cfaq-toggle { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--teal); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; transition: background .3s var(--ease), color .3s var(--ease); }
.wq-cfaq-item.is-open .wq-cfaq-toggle { background: var(--gold); color: var(--teal-900); }
.wq-cfaq-a { padding: 0 26px 18px; }
.wq-cfaq-a p { color: var(--fg-2); font-size: 14px; line-height: 1.7; margin: 0; }

/* ---- 10. Code of Conduct (stacked points + diagonal image mosaic) */
.wq-coc { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  margin-right: calc(50% - 50vw); }   /* break the mosaic column out to the right screen edge */
.wq-coc-title { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; color: var(--teal);
  font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.01em; margin: 14px 0 30px; }
.wq-coc-points { display: flex; flex-direction: column; gap: 26px; }
.wq-coc-point { display: flex; gap: 20px; align-items: flex-start; }
/* stagger: nudge the top & bottom points right so the middle one juts left */
.wq-coc-point:first-child, .wq-coc-point:last-child { margin-left: clamp(28px, 4vw, 56px); }
.wq-coc-ic { flex-shrink: 0; width: 56px; height: 56px; border: 2px solid var(--teal); border-radius: 14px;
  transform: rotate(45deg); display: flex; align-items: center; justify-content: center; color: var(--teal); }
.wq-coc-ic > span { transform: rotate(-45deg); }
.wq-coc-point h3 { color: var(--teal); font-size: 18px; font-weight: 700; margin: 4px 0 6px; }
.wq-coc-point p { color: var(--fg-2); font-size: 14px; line-height: 1.65; margin: 0; max-width: 420px; }
/* one shared image revealed through a 4-diamond SVG mask */
.wq-coc-mosaic { position: relative; width: 100%; aspect-ratio: 160 / 120; }
.wq-coc-svg { width: 100%; height: 100%; display: block; overflow: hidden;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .26)); }

/* ---- 6 & 7. Team / Founders (people on dark) -------------------- */
.wq-team-sub { text-align: center; color: var(--gold); font-family: var(--font-en); font-weight: 600;
  font-size: 13.5px; letter-spacing: .12em; text-transform: uppercase; margin: 42px 0 28px; }

/* Meet our Team — big centered main header (own section after Code of Conduct) */
.wq-team-header { text-align: center; max-width: 660px; margin: 0 auto 50px; }
.wq-team-header h2 { color: #fff; font-family: var(--font-en); font-weight: 600;
  font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.01em; margin: 0; }
.wq-team-line { display: block; width: 68px; height: 3px; border-radius: var(--r-full);
  background: var(--gold); margin: 22px auto 0; }
.wq-team-header p { color: rgba(255, 255, 255, .72); font-size: 16.5px; line-height: 1.8; margin: 22px auto 0; max-width: 600px; }

/* Founders — gold back-box + vertical word + photo, name on a bottom gradient (no bio) */
.wq-founders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; }
.wq-founder { position: relative; aspect-ratio: 3 / 4; border-radius: 20px 20px 0px 0px; overflow: hidden; background: var(--gold);
  box-shadow: 0 20px 44px -24px rgba(0, 0, 0, .75); transition: transform .3s var(--ease); }
.wq-founder:hover { transform: translateY(-5px); }
.wq-founder-word { position: absolute; left: 0; top: 0; bottom: 0; width: 24%; z-index: 0;
  display: flex; align-items: center; justify-content: center; }
/* Brand word — our display font (Poppins), outlined (stroke) + translucent fill */
.wq-founder-word span { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap;
  font-family: var(--font-en); font-weight: 800; font-size: clamp(26px, 3vw, 42px);
  letter-spacing: 1px; color: rgba(255, 255, 255, .12);
  -webkit-text-stroke: 1.3px rgba(255, 255, 255, .72); text-stroke: 1.3px rgba(255, 255, 255, .72); }
.wq-founder-photo { position: absolute; inset: 0 0 0 24%; z-index: 1;
  background-color: #eceae4;
  background-size: cover; background-position: center top; background-repeat: no-repeat; }
.wq-founder-cap { position: absolute; left: 24%; right: 0; bottom: 0; z-index: 2; padding: 30px 18px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(200, 168, 75, .55) 40%, rgba(171, 140, 57, .96) 100%); }
.wq-founder-name { color: #fff; font-family: 'Source Serif 4', Georgia, serif; font-weight: 700; font-size: 18.5px; line-height: 1.2; }
.wq-founder-role { color: rgba(255, 255, 255, .88); font-size: 12.5px; margin-top: 3px; }

/* Team — 3-col horizontal card: rounded-2-corner photo + hard gold "stacked squares"
   shadow on the left, gold position bar + name + short bio on the right */
/* 2-row paginated carousel: track scrolls horizontally, one 3×2 page at a time */
.wq-teamc { display: flex; align-items: center; gap: 16px; }
.wq-teamc-track { flex: 1 1 auto; min-width: 0; display: flex; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; }
.wq-teamc-track::-webkit-scrollbar { display: none; }
.wq-teamc-page { flex: 0 0 100%; scroll-snap-align: start; display: grid;
  grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 30px 26px; padding: 4px; }
.wq-teamc-nav { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .18); color: #fff; cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), opacity .25s var(--ease); }
.wq-teamc-nav:hover { background: var(--gold); border-color: var(--gold); color: var(--teal-900); }
.wq-teamc-nav:disabled { opacity: .28; cursor: default; background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .18); color: #fff; }
.wq-teamc-dots { display: flex; justify-content: center; gap: 9px; margin-top: 30px; }
.wq-teamc-dots button { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%;
  background: rgba(255, 255, 255, .26); cursor: pointer; transition: width .3s var(--ease), background .3s var(--ease); }
.wq-teamc-dots button.is-active { width: 26px; border-radius: 5px; background: var(--gold); }

.wq-tcard { display: grid; grid-template-columns: 112px 1fr; gap: 26px; align-items: center;
  background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-lg);
  padding: 22px 22px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: border-color .3s var(--ease); }
.wq-tcard:hover { border-color: var(--gold); }
.wq-tcard-photo { position: relative; width: 112px; height: 134px; border-radius: 22px 0 22px 0; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: rgba(255, 255, 255, .4);
  background: linear-gradient(150deg, #2a2824, #15140f); background-size: cover; background-position: center top;
  box-shadow: 9px 9px 0 0 rgba(200, 168, 75, .85); }
.wq-tcard-tag { font-family: var(--font-en); font-size: 10px; letter-spacing: .2em; }
.wq-tcard-body { min-width: 0; }
.wq-tcard-pos { display: inline-block; background: var(--gold); color: var(--teal-900); font-family: var(--font-en);
  font-weight: 700; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; border-radius: var(--r-full); padding: 5px 13px; }
.wq-tcard-name { color: #fff; font-family: 'Source Serif 4', Georgia, serif; font-weight: 700; font-size: 18px; margin: 12px 0 7px; }
.wq-tcard-bio { color: rgba(255, 255, 255, .66); font-size: 13px; line-height: 1.6; margin: 0; }

/* ---- 8. How We Work — animated vertical timeline ---------------- */
.wq-flow { position: relative; max-width: 880px; margin: 8px auto 0; }
.wq-flow-track { position: absolute; top: 6px; bottom: 6px; left: 50%; width: 3px; transform: translateX(-50%);
  background: var(--border); border-radius: 3px; overflow: hidden; }
.wq-flow-fill { position: absolute; inset: 0 0 auto 0; width: 100%; height: 0; background: var(--gold); transition: height .15s linear; }
/* phase header — centred marker that sits over the line */
.wq-flow-phase { position: relative; z-index: 2; width: max-content; max-width: 92%; margin: 0 auto 34px;
  display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; background: var(--surface); padding: 4px 18px; }
.wq-flow-phase:not(:first-child) { margin-top: 26px; }
.wq-flow-phase-n { font-family: var(--font-en); font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: var(--gold); border-radius: var(--r-full); padding: 5px 14px; }
.wq-flow-phase-t { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; font-size: clamp(20px, 2.4vw, 26px); color: var(--teal); }
/* steps — alternating sides on the centre line */
.wq-flow-step { position: relative; width: 50%; box-sizing: border-box; margin-bottom: 30px; }
.wq-flow-step.left { left: 0; padding-right: 54px; }
.wq-flow-step.right { left: 50%; padding-left: 54px; }
.wq-flow-node { position: absolute; top: 8px; z-index: 2; width: 42px; height: 42px; border-radius: 50%;
  background: #fff; border: 2px solid var(--gold); color: var(--gold); font-family: var(--font-en); font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 0 5px var(--surface); }
.wq-flow-step.left .wq-flow-node { right: -21px; }
.wq-flow-step.right .wq-flow-node { left: -21px; }
.wq-flow-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px 20px;
  box-shadow: var(--shadow-md); transition: border-color .3s var(--ease), transform .3s var(--ease); }
.wq-flow-step:hover .wq-flow-card { border-color: var(--gold); transform: translateY(-3px); }
.wq-flow-card h4 { color: var(--teal); font-size: 16px; font-weight: 600; margin: 0 0 6px; }
.wq-flow-card p { color: var(--fg-2); font-size: 13.5px; line-height: 1.6; margin: 0; }
.wq-hww-cta { display: flex; justify-content: center; margin-top: 20px; }

/* ---- 11. Pro Bono (full-bleed deep-red section) ----------------- */
.wq-pbono2 { position: relative; }

/* Top: small label (left) + display heading & intro (right) */
.wq-pbono2-top { display: grid; grid-template-columns: 1fr 1.75fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.wq-pbono2-label { font-family: var(--font-en); font-size: 13px; font-weight: 500;
  color: rgba(255, 255, 255, .82); letter-spacing: .01em; }
.wq-pbono2-h { font-family: var(--font-en); font-weight: 600; color: #fff; margin: 0;
  font-size: clamp(29px, 4.4vw, 56px); line-height: 1.07; letter-spacing: -.012em; }
.wq-pbono2-h em { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-weight: 500;
  letter-spacing: 0; }
.wq-pbono2-p { color: rgba(255, 255, 255, .76); font-size: 15px; line-height: 1.8; margin: 26px 0 0; max-width: 560px; }

/* Footer: 3 hairline-divided columns (number / title / rule / desc / icon) */
.wq-pbono2-grid { display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(44px, 6.5vw, 86px); border-top: 1px solid rgba(255, 255, 255, .18); }
.wq-pbono2-col { display: flex; flex-direction: column; padding: 32px clamp(22px, 2.6vw, 40px) 30px; }
.wq-pbono2-col + .wq-pbono2-col { border-left: 1px solid rgba(255, 255, 255, .14); }
.wq-pbono2-col:first-child { padding-left: 0; }
.wq-pbono2-row { display: flex; gap: 16px; align-items: flex-start; }
.wq-pbono2-num { flex-shrink: 0; font-family: var(--font-en); font-weight: 400; font-size: 22px;
  color: rgba(255, 255, 255, .6); line-height: 1.15; }
.wq-pbono2-title { font-family: var(--font-en); font-weight: 600; font-size: 19px; color: #fff;
  line-height: 1.22; margin: 0; }
.wq-pbono2-rule { display: block; width: 34px; height: 1px; background: rgba(255, 255, 255, .42); margin: 13px 0; }
.wq-pbono2-desc { color: rgba(255, 255, 255, .66); font-size: 12.5px; line-height: 1.6; margin: 0; }
.wq-pbono2-icon { margin-top: auto; padding-top: 30px; color: #fff; }
.wq-pbono2-icon svg { width: 38px; height: 38px; stroke-width: 1.6; }

/* ---- 12. Areas of Practice (accordion) -------------------------- */
.wq-acc { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.wq-acc-item { border: 1px solid var(--border); border-radius: var(--r-lg); background: #fff; overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.wq-acc-item.is-open { border-color: var(--teal); box-shadow: var(--shadow-md); }
.wq-acc-head { width: 100%; display: flex; align-items: center; gap: 14px; padding: 15px 20px; background: none;
  border: none; cursor: pointer; text-align: start; font-family: inherit; }
.wq-acc-ic { flex-shrink: 0; }
.wq-acc-num { font-family: var(--font-en); font-weight: 700; font-size: 14px; color: var(--border); flex-shrink: 0; }
.wq-acc-title { flex: 1; color: var(--teal); font-size: 18px; font-weight: 600; }
.wq-acc-chev { color: var(--gold); transition: transform .3s var(--ease); display: inline-flex; }
.wq-acc-item.is-open .wq-acc-chev { transform: rotate(180deg); }
.wq-acc-body { padding: 2px 24px 22px 78px; }
.wq-acc-body p { color: var(--fg-2); font-size: 15px; line-height: 1.8; margin: 0 0 12px; }
.wq-acc-body p:last-child { margin-bottom: 0; }

/* ---- Responsive ------------------------------------------------- */
@media (max-width: 980px) {
  .wq-ov { grid-template-columns: 1fr; gap: 34px; }
  .wq-mv-grid { grid-template-columns: 1fr; }
  .wq-feat3 { grid-template-columns: 1fr; }
  .wq-founders-grid { grid-template-columns: repeat(2, 1fr); }
  .wq-teamc-page { grid-template-columns: repeat(2, 1fr); }
  .wq-flow-track { left: 21px; }
  .wq-flow-phase { margin-left: 0; align-items: flex-start; text-align: start; }
  .wq-flow-step, .wq-flow-step.left, .wq-flow-step.right { width: 100%; left: 0; padding: 0 0 0 60px; }
  .wq-flow-step.left .wq-flow-node, .wq-flow-step.right .wq-flow-node { left: 0; right: auto; }
  .wq-jrny2-feature { grid-template-columns: 1fr; gap: 28px; }
  .wq-jrny2-feature::after { display: none; }
  .wq-jrny2-collage { height: 300px; width: 100%; max-width: 440px; margin: 0 auto; }
  .wq-cfaq { grid-template-columns: 1fr; gap: 28px; margin-top: 56px; }
  .wq-cfaq-head p { max-width: none; }
  .wq-coc { grid-template-columns: 1fr; gap: 40px; margin-right: 0; }
  .wq-coc-mosaic { grid-row: 1; max-width: 520px; margin: 0 auto; aspect-ratio: 160 / 120; }
  .wq-pbono2-top { grid-template-columns: 1fr; gap: 18px; }
  .wq-pbono2-grid { grid-template-columns: 1fr; }
  .wq-pbono2-col { padding: 30px 0; }
  .wq-pbono2-col:first-child { padding-top: 8px; }
  .wq-pbono2-col + .wq-pbono2-col { border-left: none; border-top: 1px solid rgba(255, 255, 255, .14); }
}
@media (max-width: 560px) {
  .wq-founders-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .wq-teamc { gap: 0; }
  .wq-teamc-nav { display: none; }
  .wq-teamc-page { grid-template-columns: 1fr; }
  .wq-tcard { grid-template-columns: 1fr; gap: 22px; justify-items: start; }
  .wq-jrny2-rail { overflow-x: auto; justify-content: flex-start; gap: 26px; padding: 0 0 8px; }
  .wq-jrny2-line { display: none; }
  .wq-acc-body { padding-left: 24px; }
  .wq-acc-title { font-size: 16px; }
}

/* ---- Clients logo wall (after How We Work) ----------------------- */
/* Auto-fill grid: any number of logos (20+ and growing) wraps into even
   rows without layout changes; broken images drop their whole tile. */
.wq-cwall { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.wq-cwall-cell { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  height: 104px; display: flex; align-items: center; justify-content: center; padding: 20px 24px;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease); }
.wq-cwall-cell:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.wq-cwall-cell img { max-height: 60px; max-width: 100%; object-fit: contain; }
@media (max-width: 640px) {
  .wq-cwall { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
  .wq-cwall-cell { height: 84px; padding: 14px 16px; }
}

/* Membership logos inside the hero marquee tiles (image preferred; the tile's
   grayscale→colour-on-hover treatment applies to the logo too). */
.wq-logo-imgwrap { display: inline-flex; align-items: center; justify-content: center; height: 72px; }
.wq-logo-img { max-height: 66px; max-width: 152px; object-fit: contain; }

/* Certificates & licenses — card grid further down the company page. */
.wq-cert-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; margin-top: 6px; }
.wq-cert-card { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--r-lg);
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease); }
.wq-cert-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.wq-cert-logo { flex: 0 0 62px; width: 62px; height: 62px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--border-soft); overflow: hidden; }
.wq-cert-logo img { max-width: 50px; max-height: 50px; object-fit: contain; }
.wq-cert-mono { font-family: var(--font-en); font-weight: 700; font-size: 17px; color: var(--gold-600); letter-spacing: .02em; }
.wq-cert-body { flex: 1; min-width: 0; }
.wq-cert-auth { font-family: var(--font-en); font-size: 11.5px; font-weight: 600; color: var(--fg-3);
  text-transform: uppercase; letter-spacing: .05em; }
.wq-cert-name { font-weight: 600; font-size: 15px; color: var(--fg-1, #1a1a1a); line-height: 1.35; margin: 3px 0 9px; }
.wq-cert-num { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-en);
  font-size: 12.5px; font-weight: 700; color: var(--gold-600); background: var(--gold-tint, rgba(190,150,70,.1));
  padding: 3px 10px; border-radius: var(--r-full); }
.wq-cert-num svg { opacity: .65; }
@media (max-width: 560px) {
  .wq-cert-grid { grid-template-columns: 1fr; }
}
