/**
 * Brand landing page (woocommerce/archive-product.php → parts/brand-*.php).
 * Loaded only on product_brand archives, on top of cat.css (which provides the
 * shared .pcard product card, .btn-pill, .wrap and the base colour tokens).
 *
 * All rules are scoped under .brand-page so the generic class names (.sec,
 * .eyebrow, .sec-title, .btn-ghost) can't collide with other page types.
 * Ported from the Stitch "Merk Helthome (responsive preview)" design.
 *
 * Per-brand accent: --brand-accent is set inline on .brand-page from the ACF
 * colour field (falls back to the house orange).
 */

.brand-page {
	--navy: #01273f;
	--navy-2: #052e4a;
	--orange: #e77935;
	--orange-hover: #d96b27;
	--cream-soft: #f6f1e7;
	--light-blue-2: #dfe6ef;
	--text: #0e2a3f;
	--muted: #5e6f7c;
	--muted-2: #6f7e8c;
	--border: #e7eaee;
	--border-soft: #eef1f4;
	--star: #f5b400;
	--brand-accent: var(--orange);
	--brand-accent-soft: color-mix(in srgb, var(--brand-accent) 10%, #fff);
	--brand-accent-line: color-mix(in srgb, var(--brand-accent) 26%, #fff);
	background: #fff;
	overflow: clip;
	/* Clear the footer's floating newsletter band (translateY(-150px) in
	   footer.css) so it doesn't overlap the last section — mirrors .cat-page. */
	padding-bottom: 160px;
}
@media (max-width: 700px) { .brand-page { padding-bottom: 150px; } }
.brand-page a { text-decoration: none; }

/* ---------- section scaffold ---------- */
.brand-page .sec { padding: 70px 0 0; }
.brand-page .brand-sec--tight { padding-top: 30px; }
.brand-page .eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--brand-accent); letter-spacing: .02em; margin-bottom: 14px; }
.brand-page .eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--brand-accent); border-radius: 2px; }
.brand-page .sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.brand-page .sec-title { font-size: 38px; line-height: 1.08; letter-spacing: -.03em; font-weight: 600; color: var(--text); margin: 0; max-width: 640px; }
.brand-page .sec-sub { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 12px 0 0; max-width: 560px; }
.brand-page .sec-all { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 14.5px; font-weight: 600; color: var(--navy); padding-bottom: 6px; transition: gap .15s; }
.brand-page .sec-all:hover { gap: 16px; }
.brand-page .sec-all__arrow { width: 40px; height: 40px; border-radius: 999px; background: var(--navy); color: #fff; display: grid; place-items: center; transition: background .15s; }
.brand-page .sec-all:hover .sec-all__arrow { background: var(--brand-accent); }

.brand-page .btn-ghost { display: inline-flex; align-items: center; gap: 11px; height: 56px; padding: 0 28px; border-radius: 999px; font-size: 15px; font-weight: 500; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); transition: background .15s, border-color .15s; }
.brand-page .btn-ghost:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); }

/* ---------- hero ---------- */
.brand-page .bm-hero { padding: 24px 0 0; }
.brand-page .bm-crumb { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); margin-bottom: 22px; flex-wrap: wrap; }
.brand-page .bm-crumb a { color: var(--muted); transition: color .15s; }
.brand-page .bm-crumb a:hover { color: var(--text); }
.brand-page .bm-crumb__sep { color: #c2ccd4; }
.brand-page .bm-crumb__cur { color: var(--text); }
.brand-page .bm-hero__panel { position: relative; overflow: hidden; border-radius: 30px; background: radial-gradient(120% 130% at 88% 8%, #0c416a 0%, rgba(12,65,106,0) 52%), linear-gradient(155deg, #053a5e 0%, #01243a 60%, #001a2b 100%) #01253c; color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; }
.brand-page .bm-hero__left { padding: 48px 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; z-index: 1; }
.brand-page .bm-hero__badge { display: inline-flex; align-items: center; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--brand-accent); margin-bottom: 16px; }
.brand-page .bm-hero__title { font-size: 60px; line-height: .98; letter-spacing: -.035em; font-weight: 600; color: #fff; margin: 0 0 12px; }
.brand-page .bm-hero__tagline { font-size: 19px; line-height: 1.42; font-weight: 500; color: #cfe0ee; margin: -4px 0 18px; letter-spacing: -.01em; max-width: 460px; }
.brand-page .bm-hero__intro { font-size: 16.5px; line-height: 1.62; color: rgba(255,255,255,.74); margin: 0 0 22px; max-width: 480px; }
.brand-page .bm-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.brand-page .bm-hero__right { position: relative; z-index: 1; padding: 28px 30px; display: flex; }
.brand-page .bm-hero__photo { position: relative; flex: 1; width: 100%; min-height: 320px; border-radius: 20px; overflow: hidden; background: linear-gradient(160deg, #f4f0e8, #e8e2d6); box-shadow: 0 26px 54px -30px rgba(2,28,46,.55); }
.brand-page .bm-hero__photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.brand-page .bm-hero__logochip { position: absolute; top: 18px; right: 18px; z-index: 2; display: inline-flex; align-items: center; background: rgba(1,26,43,.62); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; padding: 12px 18px; }
.brand-page .bm-hero__brandlogo { height: 24px; width: auto; display: block; }

/* ---------- hero USP strip ---------- */
.brand-page .bm-usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; background: #f6f9fb; border: 1px solid var(--border-soft); border-radius: 16px; padding: 20px 24px; margin-top: 16px; }
.brand-page .bm-usps__item { display: flex; align-items: center; gap: 13px; }
.brand-page .bm-usps__ico { width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px; background: var(--light-blue-2); color: var(--navy); display: grid; place-items: center; }
.brand-page .bm-usps__t { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.25; }
.brand-page .bm-usps__s { font-size: 12.5px; color: var(--muted); line-height: 1.3; }

/* ---------- category cards ---------- */
.brand-page .bm-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.brand-page .bm-cat { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; transition: box-shadow .2s, border-color .2s, transform .2s; }
.brand-page .bm-cat:hover { box-shadow: 0 26px 48px -32px rgba(8,38,65,.42); border-color: #d8e0e8; transform: translateY(-3px); }
.brand-page .bm-cat__media { aspect-ratio: 16/11; overflow: hidden; background: var(--light-blue-2); }
.brand-page .bm-cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.brand-page .bm-cat:hover .bm-cat__media img { transform: scale(1.05); }
.brand-page .bm-cat__body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.brand-page .bm-cat__name { font-size: 18.5px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; margin: 0 0 6px; }
.brand-page .bm-cat__count { font-size: 13px; font-weight: 500; color: var(--brand-accent); margin-bottom: 12px; }
.brand-page .bm-cat__desc { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0 0 20px; }
.brand-page .bm-cat__link { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--navy); }
.brand-page .bm-cat__arrow { width: 32px; height: 32px; border-radius: 999px; background: #f1f5f8; color: var(--navy); display: grid; place-items: center; transition: background .15s, color .15s, transform .15s; }
.brand-page .bm-cat:hover .bm-cat__arrow { background: var(--brand-accent); color: #fff; transform: translate(2px,-2px); }

/* ---------- bestsellers (bm-prod cards, live data) ---------- */
.brand-page .bm-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.brand-page .bm-prod { position: relative; background: #fff; border: 1px solid var(--border-soft); border-radius: 18px; padding: 16px 16px 18px; display: flex; flex-direction: column; transition: box-shadow .2s, border-color .2s, transform .2s; }
.brand-page .bm-prod:hover { box-shadow: 0 24px 40px -28px rgba(8,38,65,.28); border-color: #e0e6ed; transform: translateY(-2px); }
.brand-page .bm-prod__rank { position: absolute; top: 12px; left: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #fff; background: var(--navy); padding: 5px 11px 5px 9px; border-radius: 999px; box-shadow: 0 8px 18px -10px rgba(8,38,65,.6); }
.brand-page .bm-prod__rank svg { color: var(--star); }
.brand-page .bm-prod__ship { position: absolute; top: 12px; right: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; color: #2f8a55; background: #e7f4ec; padding: 5px 10px 5px 8px; border-radius: 999px; }
/* Out of stock / backorder: amber pill instead of the in-stock green. */
.brand-page .bm-prod__ship:has(.qx-ship-txt--out) { color: #b5641f; background: #fcefe0; }
.brand-page .bm-prod__media { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; padding: 18px 10px 10px; margin-bottom: 4px; border-bottom: 1px solid var(--border-soft); }
.brand-page .bm-prod__media img { max-height: 100%; max-width: 74%; width: auto; object-fit: contain; }
.brand-page .bm-prod__rating { display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.brand-page .bm-prod__stars { display: flex; gap: 1px; color: var(--star); }
.brand-page .bm-prod__rcount { font-size: 12px; color: var(--muted); }
.brand-page .bm-prod__name { font-size: 16.5px; font-weight: 600; color: var(--navy); line-height: 1.3; letter-spacing: -.01em; margin: 9px 0 10px; min-height: 43px; }
.brand-page .bm-prod__name a { color: inherit; }
.brand-page .bm-prod__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.brand-page .bm-prod__old { font-size: 14px; color: #9aa6b0; text-decoration: line-through; }
.brand-page .bm-prod__now { font-size: 23px; font-weight: 700; color: var(--navy); letter-spacing: -.015em; }
.brand-page .bm-prod__specs { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.brand-page .bm-prod__specs li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--muted); line-height: 1.35; }
.brand-page .bm-prod__specs li::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--brand-accent); flex-shrink: 0; margin-top: 7px; }
.brand-page .bm-prod__cart { margin-top: auto; width: 100%; height: 48px; background: var(--orange); color: #fff; border-radius: 11px; font-size: 14.5px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: background .15s; }
.brand-page .bm-prod__cart:hover { background: var(--orange-hover); }

/* Bestsellers as a horizontal slider (scroll-snap track + arrow nav + progress bar).
   The .bm-slider track overrides the .bm-grid display it still carries as a fallback. */
.brand-page .bm-sliderwrap { position: relative; }
.brand-page .bm-slider { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 2px 10px; margin: 0 -2px; scrollbar-width: none; -webkit-overflow-scrolling: touch; grid-template-columns: none; }
.brand-page .bm-slider::-webkit-scrollbar { display: none; }
.brand-page .bm-slider > .bm-prod { flex: 0 0 auto; width: 300px; scroll-snap-align: start; }
.brand-page .bm-slider-foot { display: flex; align-items: center; gap: 26px; margin-top: 22px; }
.brand-page .bm-slider-foot[hidden] { display: none; }
.brand-page .bm-slider-bar { position: relative; flex: 1; height: 4px; border-radius: 999px; background: var(--border-soft); overflow: hidden; }
.brand-page .bm-slider-bar__thumb { position: absolute; top: 0; left: 0; height: 100%; min-width: 14%; width: 30%; border-radius: 999px; background: var(--brand-accent, var(--navy)); transition: left .18s ease, width .18s ease; }
.brand-page .bm-slider-nav { display: flex; gap: 10px; flex-shrink: 0; }
.brand-page .bm-slider-nav button { width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--text); display: grid; place-items: center; transition: background .15s, border-color .15s, color .15s, box-shadow .15s, transform .12s; }
.brand-page .bm-slider-nav button:hover { background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 14px 24px -14px rgba(8,38,65,0.45); }
.brand-page .bm-slider-nav button:active { transform: scale(0.94); }
.brand-page .bm-slider-nav button:disabled { opacity: .35; cursor: default; background: #fff; color: var(--text); border-color: var(--border); box-shadow: none; transform: none; }
@media (max-width: 680px) { .brand-page .bm-slider > .bm-prod { width: min(82vw, 300px); } }

/* ---------- story ---------- */
.brand-page .bm-story { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.brand-page .bm-story__media { border-radius: 24px; overflow: hidden; background: var(--light-blue-2); aspect-ratio: 4/3; }
.brand-page .bm-story__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-page .bm-story__title { font-size: 32px; line-height: 1.12; letter-spacing: -.02em; color: var(--navy); margin: 0 0 18px; }
.brand-page .bm-story__rt p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0 0 16px; }
.brand-page .bm-story__rt p b, .brand-page .bm-story__rt p strong { color: var(--text); font-weight: 600; }
.brand-page .bm-story__stats { display: flex; gap: 38px; margin-top: 28px; flex-wrap: wrap; }
.brand-page .bm-story__stat { position: relative; padding-left: 16px; }
.brand-page .bm-story__stat::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 3px; border-radius: 3px; background: var(--brand-accent); }
.brand-page .bm-story__stat-n { font-size: 26px; font-weight: 700; color: var(--navy); letter-spacing: -.02em; line-height: 1.05; }
.brand-page .bm-story__stat-n small { font-size: 14px; font-weight: 600; }
.brand-page .bm-story__stat-l { font-size: 13px; color: var(--muted); line-height: 1.4; margin-top: 4px; }

/* ---------- founder / expert ---------- */
.brand-page .bm-founder { position: relative; display: grid; grid-template-columns: 280px 1fr; background: var(--navy); border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px -34px rgba(8,38,65,.55); }
.brand-page .bm-founder__media { position: relative; align-self: stretch; overflow: hidden; border-radius: 22px 0 0 22px; background: var(--navy); min-height: 320px; }
.brand-page .bm-founder__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; display: block; }
.brand-page .bm-founder__body { padding: 40px 46px; color: #fff; align-self: center; }
.brand-page .bm-founder__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #ffd9c2; margin-bottom: 18px; }
.brand-page .bm-founder__eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--brand-accent); border-radius: 2px; }
.brand-page .bm-founder__quote { font-size: 22px; line-height: 1.45; letter-spacing: -.015em; color: #fff; font-weight: 500; margin: 0 0 24px; text-wrap: pretty; }
.brand-page .bm-founder__who { display: flex; flex-direction: column; gap: 2px; margin-bottom: 22px; }
.brand-page .bm-founder__name { font-size: 16px; font-weight: 700; color: #fff; }
.brand-page .bm-founder__role { font-size: 14px; color: #9fb4c4; }
.brand-page .bm-founder__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.brand-page .bm-founder__trust span { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 500; color: #d7e2ea; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 8px 14px; }
.brand-page .bm-founder__trust svg { color: var(--brand-accent); flex-shrink: 0; }

/* ---------- limitations (bm-fit) ---------- */
.brand-page .bm-fit { display: flex; gap: 22px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-left: 4px solid var(--brand-accent); border-radius: 16px; padding: 30px 34px; }
.brand-page .bm-fit__ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--brand-accent-soft); color: var(--brand-accent); display: grid; place-items: center; }
.brand-page .bm-fit__title { font-size: 21px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; margin: 2px 0 10px; }
.brand-page .bm-fit p { font-size: 15.5px; line-height: 1.65; color: var(--muted); margin: 0 0 10px; max-width: 780px; }
.brand-page .bm-fit p:last-child { margin-bottom: 0; }
.brand-page .bm-fit a { color: var(--brand-accent); font-weight: 600; }

/* ---------- tips ---------- */
.brand-page .bm-tips__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.brand-page .bm-tip { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 26px 24px; display: flex; flex-direction: column; }
.brand-page .bm-tip__top { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.brand-page .bm-tip__n { width: 32px; height: 32px; flex-shrink: 0; border-radius: 9px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; display: grid; place-items: center; font-variant-numeric: tabular-nums; }
.brand-page .bm-tip__ico { width: 38px; height: 38px; border-radius: 10px; background: var(--brand-accent-soft); color: var(--brand-accent); display: grid; place-items: center; margin-left: auto; }
.brand-page .bm-tip__h { font-size: 17px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; margin: 0 0 8px; }
.brand-page .bm-tip__t { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.brand-page .bm-tips__note { display: flex; align-items: flex-start; gap: 14px; background: var(--brand-accent-soft); border: 1px solid var(--brand-accent-line); border-radius: 16px; padding: 20px 24px; margin-top: 20px; }
.brand-page .bm-tips__note svg { color: var(--brand-accent); flex-shrink: 0; margin-top: 1px; }
.brand-page .bm-tips__note p { font-size: 14.5px; line-height: 1.6; color: var(--text); margin: 0; }
.brand-page .bm-tips__note b { color: var(--navy); font-weight: 600; }

/* ---------- reviews ---------- */
.brand-page .bm-rev__head { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 34px; flex-wrap: wrap; }
.brand-page .bm-rev__score { display: flex; align-items: center; gap: 18px; background: var(--cream-soft); border: 1px solid #ece4d5; border-radius: 16px; padding: 15px 22px; }
.brand-page .bm-rev__score-num { display: flex; align-items: baseline; gap: 3px; font-size: 38px; font-weight: 700; color: var(--navy); letter-spacing: -.02em; line-height: 1; }
.brand-page .bm-rev__score-num span { font-size: 15px; font-weight: 600; color: var(--muted); }
.brand-page .bm-rev__score-div { width: 1px; align-self: stretch; background: #e4dccc; }
.brand-page .bm-rev__stars { display: flex; gap: 2px; color: var(--star); margin-bottom: 6px; }
.brand-page .bm-rev__meta { font-size: 13px; color: var(--muted); }
.brand-page .bm-rev__meta b { color: var(--navy); font-weight: 700; }
.brand-page .bm-rev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.brand-page .bm-rev-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 26px 26px 24px; display: flex; flex-direction: column; }
.brand-page .bm-rev-card__prod { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); background: #f4f7fa; border-radius: 999px; padding: 6px 13px 6px 7px; align-self: flex-start; margin-bottom: 16px; }
.brand-page .bm-rev-card__prod img { width: 22px; height: 22px; object-fit: contain; }
.brand-page .bm-rev-card__stars { display: flex; gap: 1px; color: var(--star); margin-bottom: 14px; }
.brand-page .bm-rev-card__title { font-size: 16.5px; font-weight: 600; color: var(--navy); margin: 0 0 9px; letter-spacing: -.01em; }
.brand-page .bm-rev-card__body { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0 0 20px; }
.brand-page .bm-rev-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-soft); }
.brand-page .bm-rev-card__who { font-size: 13.5px; font-weight: 600; color: var(--text); }
.brand-page .bm-rev-card__who span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 1px; }
.brand-page .bm-rev-card__verified { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #2f8a55; }
.brand-page .bm-prod__stars--muted { color: #d6dde3; }

/* ---------- faq (mirrors the luchtontvochtiger-hub .faqcat layout) ---------- */
.brand-page .faqcat__grid { display: grid; grid-template-columns: 330px 1fr; gap: 60px; align-items: start; }
.brand-page .faqcat__aside { position: sticky; top: 24px; }
.brand-page .faqcat__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand-accent, var(--orange)); margin-bottom: 14px; }
.brand-page .faqcat__title { font-size: 34px; text-align: left; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 16px; }
.brand-page .faqcat__intro { font-size: 15px; color: var(--muted); line-height: 1.65; margin: 0; }
.brand-page .faqitem { border-bottom: 1px solid var(--border); }
.brand-page .faqitem > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 4px; font-size: 17px; font-weight: 600; color: var(--navy); }
.brand-page .faqitem > summary::-webkit-details-marker { display: none; }
.brand-page .faqitem__icon { width: 30px; height: 30px; flex-shrink: 0; border-radius: 999px; border: 1.5px solid var(--border); display: grid; place-items: center; color: var(--navy); transition: transform .25s ease, background .2s, color .2s, border-color .2s; }
.brand-page .faqitem[open] .faqitem__icon { background: var(--brand-accent, var(--orange)); color: #fff; border-color: var(--brand-accent, var(--orange)); transform: rotate(45deg); }
.brand-page .faqitem__body { padding: 0 4px 24px; }
.brand-page .faqitem__body p { font-size: 15px; color: var(--muted); line-height: 1.7; margin: 0 0 10px; max-width: 760px; }
.brand-page .faqitem__body a { color: var(--brand-accent, var(--orange)); font-weight: 500; }
@media (max-width: 900px) {
	.brand-page .faqcat__grid { grid-template-columns: 1fr; gap: 26px; }
	.brand-page .faqcat__aside { position: static; }
}

/* ---------- closing CTA band ---------- */
.brand-page .bm-cta { position: relative; overflow: hidden; border-radius: 26px; background: linear-gradient(150deg, #053a5e 0%, #01243a 62%, #001a2b 100%) #01243a; color: #fff; padding: 50px 56px; display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap; }
.brand-page .bm-cta__main { position: relative; z-index: 1; max-width: 580px; }
.brand-page .bm-cta__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: #f6b27a; margin-bottom: 14px; }
.brand-page .bm-cta h2 { font-size: 33px; line-height: 1.1; letter-spacing: -.02em; color: #fff; margin: 0 0 12px; }
.brand-page .bm-cta p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.74); margin: 0; }
.brand-page .bm-cta__actions { position: relative; z-index: 1; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
	.brand-page .bm-hero__panel { grid-template-columns: 1fr; }
	.brand-page .bm-hero__title { font-size: 52px; }
	.brand-page .bm-hero__right { padding: 28px; }
	.brand-page .bm-hero__photo { min-height: 300px; }
	.brand-page .bm-founder { grid-template-columns: 1fr; }
	.brand-page .bm-founder__media { min-height: 380px; border-radius: 22px 22px 0 0; }
	.brand-page .bm-rev__grid { grid-template-columns: repeat(2, 1fr); }
	.brand-page .bm-story { grid-template-columns: 1fr; gap: 32px; }
	.brand-page .bm-story__media { aspect-ratio: 16/7; }
	.brand-page .bm-cats { grid-template-columns: repeat(2, 1fr); }
	.brand-page .bm-grid { grid-template-columns: repeat(2, 1fr); }
	.brand-page .bm-tips__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
	.brand-page .sec { padding-top: 50px; }
	.brand-page .sec-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
	.brand-page .sec-title { font-size: 28px; }
	.brand-page .bm-hero__title { font-size: 40px; }
	.brand-page .bm-hero__tagline { font-size: 17px; }
	.brand-page .bm-hero__left { padding: 34px 24px; }
	.brand-page .bm-hero__right { padding: 0 16px 16px; }
	.brand-page .bm-hero__photo { min-height: 230px; border-radius: 16px; }
	.brand-page .bm-hero__cta { width: 100%; }
	.brand-page .bm-hero__cta .btn-pill, .brand-page .bm-hero__cta .btn-ghost { width: 100%; justify-content: center; }
	.brand-page .bm-usps { grid-template-columns: 1fr 1fr; }
	.brand-page .bm-cats, .brand-page .bm-grid, .brand-page .bm-rev__grid, .brand-page .bm-tips__grid { grid-template-columns: 1fr; }
	.brand-page .bm-story__stats { flex-direction: row; gap: 16px; }
	.brand-page .bm-story__stat { flex: 1 1 0; min-width: 0; }
	.brand-page .bm-founder__body { padding: 30px 24px; }
	.brand-page .bm-founder__quote { font-size: 20px; }
	.brand-page .bm-cta { padding: 36px 28px; }
}


/* ===== reviews widget — ported from pdp.css (PDP look), scoped to brand ===== */
.brand-page { --rv-green:#4cac3f; }
.brand-page .reviews-sec { padding: 8px 0 84px; --rv-green: #4cac3f; }
.brand-page .rv-head { margin-bottom: 30px; }
.brand-page .rv-head__title { font-size: 34px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.brand-page .rv-inner { display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: start; }
/* Let the review columns shrink to their grid track instead of expanding to their
   content's min-content (long product names / review text). Without this, the
   columns blew the section wider than the viewport on mobile. */
.brand-page .rv-sum, .brand-page .rv-feedcol, .brand-page .rv-card { min-width: 0; }
.brand-page .rv-stars { display: inline-flex; gap: 4px; vertical-align: middle; }
.brand-page .rv-star {
    width: 19px; height: 19px;
    display: grid; place-items: center;
    flex-shrink: 0;
    color: var(--star);
  }
.brand-page .rv-star svg { display: block; width: 100%; height: 100%; color: inherit; }
.brand-page .rv-star--empty { color: #d9dde2; }
.brand-page .rv-stars--sm .rv-star { width: 16px; height: 16px; }
.brand-page .rv-sum__agg { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.brand-page .rv-sum__score { font-size: 26px; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; }
.brand-page .rv-sum__count { font-size: 16px; color: var(--muted); margin-bottom: 30px; }
.brand-page .rv-dist__h { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.brand-page .rv-dist__row { display: grid; grid-template-columns: 40px 1fr 36px; align-items: center; gap: 12px; margin-bottom: 11px; }
.brand-page .rv-dist__lbl { font-size: 15px; color: var(--muted); display: flex; align-items: center; gap: 3px; white-space: nowrap; }
.brand-page .rv-dist__lbl svg { color: var(--star); display: block; }
.brand-page .rv-dist__track { display: block; height: 9px; border-radius: 999px; background: #e8eaed; overflow: hidden; }
.brand-page .rv-dist__fill { display: block; height: 100%; border-radius: 999px; background: var(--star); transition: width .6s cubic-bezier(.22,1,.36,1); }
.brand-page .rv-dist__n { font-size: 15px; color: var(--text); text-align: right; }
.brand-page .rv-dist__row { cursor: pointer; padding: 5px 8px; margin: 0 -8px 4px; border-radius: 10px; transition: background .14s; }
.brand-page .rv-dist__row:hover { background: #f2f5f8; }
.brand-page .rv-dist__row:hover .rv-dist__track { background: #dde2e7; }
.brand-page .rv-dist__row.is-active { background: #fff3e6; }
.brand-page .rv-dist__row.is-active .rv-dist__lbl { color: var(--navy); font-weight: 700; }
.brand-page .rv-dist__row:focus-visible { outline: 2px solid var(--orange); outline-offset: 1px; }
.brand-page .rv-feedhead__left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-page .rv-fchip { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 7px 0 13px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 13.5px; font-weight: 600; white-space: nowrap; }
.brand-page .rv-fchip[hidden] { display: none; }
.brand-page .rv-fchip__x { width: 19px; height: 19px; border-radius: 999px; background: rgba(255,255,255,.22); display: grid; place-items: center; font-size: 15px; line-height: 1; transition: background .14s; }
.brand-page .rv-fchip:hover .rv-fchip__x { background: rgba(255,255,255,.42); }
.brand-page .rv-empty { border: 1px dashed var(--border); border-radius: 14px; padding: 40px 22px; text-align: center; color: var(--muted); font-size: 15.5px; }
.brand-page .rv-empty strong { color: var(--navy); }
.brand-page .rv-feedhead { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.brand-page .rv-feedhead__t { font-size: 18px; font-weight: 600; color: var(--navy); }
.brand-page .rv-sort { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; color: var(--muted); }
.brand-page .rv-sort select {
    font: inherit; font-size: 15px; color: var(--navy); font-weight: 600;
    border: 1.5px solid var(--border); border-radius: 10px;
    padding: 9px 36px 9px 14px; background: #fff;
    -webkit-appearance: none; appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2301273f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center;
  }
.brand-page .rv-sort select:hover { border-color: #b9c5d0; }
.brand-page .rv-feed { display: flex; flex-direction: column; gap: 16px; }
.brand-page .rv-card { border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px 18px; background: #fff; }
/* Product attribution chip — which product the review was written on (clickable to verify). */
.brand-page .rv-card__product { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; margin-bottom: 14px; padding: 6px 12px; background: var(--border-soft); border-radius: 999px; font-size: 13px; line-height: 1.2; color: var(--muted); transition: background .15s; }
.brand-page a.rv-card__product:hover { background: #e3ecf3; }
.brand-page a.rv-card__product:hover .rv-card__product-name { text-decoration: underline; }
.brand-page .rv-card__product-lbl { color: var(--muted); flex-shrink: 0; }
.brand-page .rv-card__product-name { color: var(--navy); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-page .rv-card__product-arrow { color: var(--orange); flex-shrink: 0; }
.brand-page .rv-body { font-size: 16px; line-height: 1.62; color: var(--text); margin: 14px 0 0; text-wrap: pretty; }
.brand-page .rv-body.is-clamped { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.brand-page .rv-more { color: #1f7ad1; font-weight: 600; font-size: 15px; margin-top: 8px; }
.brand-page .rv-more:hover { text-decoration: underline; }
.brand-page .rv-photos { display: flex; gap: 10px; margin-top: 16px; }
.brand-page .rv-photo { position: relative; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; cursor: pointer; background: #eef3f7; }
.brand-page .rv-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s; }
.brand-page .rv-photo:hover img { transform: scale(1.06); }
.brand-page .rv-photo__more {
    position: absolute; inset: 0; background: rgba(8,16,24,0.62);
    color: #fff; font-size: 16px; font-weight: 700;
    display: grid; place-items: center;
  }
.brand-page .rv-meta { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--border-soft); font-size: 15px; color: var(--muted); flex-wrap: wrap; }
.brand-page .rv-meta__user { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 600; }
.brand-page .rv-meta__avatar { width: 30px; height: 30px; border-radius: 999px; background: #e7eef4; color: #7c8b98; display: grid; place-items: center; flex-shrink: 0; }
.brand-page .rv-meta__avatar svg { display: block; }
.brand-page .rv-flag { width: 18px; height: 12px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); display: block; }
.brand-page .rv-flagwrap { display: inline-flex; align-items: center; cursor: default; }
.brand-page .rv-sep { width: 4px; height: 4px; border-radius: 999px; background: #c2ccd4; }
.brand-page .rv-verified { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: #2faa5a; font-weight: 600; font-size: 14px; }
.brand-page .rv-verified svg { display: block; }
.brand-page .rv-verified__check { width: 18px; height: 18px; border-radius: 999px; background: #2faa5a; color: #fff; display: grid; place-items: center; }
.brand-page .rv-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.brand-page .rv-write {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 24px; border-radius: 999px;
    border: 1.5px solid var(--border); background: #fff;
    color: var(--navy); font-weight: 600; font-size: 15px;
    transition: border-color .15s, background .15s;
  }
.brand-page .rv-write:hover { border-color: var(--navy); background: #f6f9fb; }
.brand-page .rv-write svg { display: block; color: var(--orange); }
.brand-page .rv-loadmore {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 30px; border-radius: 999px;
    background: var(--navy); color: #fff; font-weight: 600; font-size: 15px;
    transition: background .15s;
  }
.brand-page .rv-loadmore:hover { background: #06324f; }
.brand-page .rv-actions--solo { justify-content: center; }
/* Reviews beyond the first 5 are revealed by the "Meer reviews laden" button (brand.js). */
.brand-page .rv-card.is-hidden { display: none; }
/* Reset the .rv-photo button element to match the prototype's div-based thumb. */
.brand-page .rv-photo { padding: 0; border: 0; appearance: none; }
/* Fullscreen photo lightbox (same as the PDP). */
.brand-page .rv-lightbox { position: fixed; inset: 0; z-index: 999; background: rgba(6,14,22,0.85); display: none; place-items: center; padding: 40px; cursor: zoom-out; }
.brand-page .rv-lightbox.is-open { display: grid; }
.brand-page .rv-lightbox img { max-width: 88vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
@media (max-width: 640px) { .brand-page .rv-lightbox { padding: 16px; } }
.brand-page .rv-loadmore svg { display: block; }
.brand-page .rv-photo--video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-page .rv-photo__play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(8,16,24,.30); pointer-events: none; }
.brand-page .rv-flash { animation: rvFlash 1.8s ease; }
@media (max-width: 1024px) {
.brand-page .rv-inner { grid-template-columns: 300px 1fr; gap: 36px; }
}
@media (max-width: 860px) {
.brand-page .rv-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
.brand-page .pinfo__h1,
.brand-page .rv-head__title,
.brand-page .specs__title,
.brand-page .pfaq__title { font-size: 26px; }
.brand-page .reviews-sec,
.brand-page .pfaq,
.brand-page .expert,
.brand-page .related,
.brand-page .specs { padding-bottom: 52px; }
.brand-page .rv-feedhead { flex-wrap: wrap; }
.brand-page .rv-actions { flex-wrap: wrap; gap: 12px; }
}

/* ---------- hero: photo above the title in the stacked (mobile/tablet) view (Jay, 2026-07-01) ---------- */
/* Desktop keeps the 2-col layout (text left, photo right). Once the panel collapses to one
   column at <=1080px, order:-1 lifts the photo above the text so it sits above the H1. */
@media (max-width: 1080px) {
	.brand-page .bm-hero__right { order: -1; }
}
@media (max-width: 680px) {
	/* photo now leads: top padding for the panel edge, gap moves below (text supplies its own). */
	.brand-page .bm-hero__right { padding: 16px 16px 0; }
}
