/* OrigoPass — public passport page ("sealed certificate" design).
   Loaded after style.css; everything is scoped under body.ppl so the site and
   console are untouched. Brand pages override --pp-accent via theme.css. */

body.ppl {
  --pp-ink: #16302f;        /* text on the light page; never a brand colour */
  --pp-ink-2: #23433f;
  /* the wide header band. A customer may paint it any colour, so everything
     written on it is derived from --pp-onband (light or dark, whichever stays
     readable) and everything written on --pp-core from --pp-oncore. */
  --pp-band: #16302f;
  --pp-onband: #f3f2f2;
  --pp-oncore: #16302f;
  --pp-onaccent: #f3f2f2;
  --pp-teal: #0e9c8f;
  --pp-core: #3fd0c0;
  --pp-grey: #7a8590;
  --pp-line: #e1e6e9;
  --pp-soft: #f4f6f7;
  --pp-paper: #fbfaf8;
  --pp-accent: var(--accent, #0e9c8f);
  background: var(--pp-paper);
  color: var(--pp-ink);
  font-family: Archivo, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  overflow-x: clip;
}
body.ppl a { color: var(--pp-accent); }
.ppl-wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
body.ppl main.ppl-wrap { padding-top: 0; padding-bottom: 56px; }
.mono { font-family: Consolas, "SFMono-Regular", Menlo, monospace; }

/* the site stylesheet styles every <header> as the dark site bar: undo that here */
body.ppl header { background: none; color: inherit; position: static; box-shadow: none; z-index: auto; }

/* header: brand + language codes */
body.ppl header.ppl-head { background: #fff; border-bottom: 1px solid var(--pp-line); }
.ppl-head .ppl-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 56px; gap: 12px; }
.ppl-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--pp-ink) !important; font-weight: 700; min-width: 0; }
.ppl-brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ppl-logo { max-height: 32px; max-width: 150px; width: auto; }
.ppl-langs { display: flex; gap: 2px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.ppl-langs a { color: var(--pp-grey) !important; text-decoration: none; padding: 5px 6px; border-bottom: 2px solid transparent; }
.ppl-langs a:hover { color: var(--pp-ink) !important; }
.ppl-langs a.on { color: var(--pp-ink) !important; border-bottom-color: var(--pp-teal); }

/* footer */
.ppl-foot { border-top: 1px solid var(--pp-line); background: #fff; padding: 22px 0; font-size: .9rem; }
.ppl-foot .ppl-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.ppl-seal { display: inline-flex; align-items: center; gap: 8px; color: var(--pp-ink) !important; text-decoration: none; font-weight: 600; }
.ppl-foot nav { display: flex; flex-wrap: wrap; gap: 18px; }
.ppl-foot nav a { color: var(--pp-grey) !important; text-decoration: none; }

/* shared */
.pp-eyebrow { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; color: var(--pp-teal); margin: 0 0 6px; }
.pp-btn { display: inline-block; padding: 11px 20px; border-radius: 4px; background: var(--pp-accent); color: var(--pp-onaccent) !important; text-decoration: none; font-weight: 700; white-space: nowrap; border: 1px solid transparent; }
.pp-btn:hover { filter: brightness(.93); }
.pp-btn-light { background: var(--pp-core); color: var(--pp-oncore) !important; }
.pp-btn-ghost { background: transparent; border-color: color-mix(in srgb, var(--pp-onband) 40%, transparent); color: var(--pp-onband) !important; }
.pp-card-msg { background: #fff; border: 1px solid var(--pp-line); padding: 32px; max-width: 640px; margin: 40px auto; }
.pp-grant { background: #fff7e6; border-left: 4px solid #e0a23a; color: #6b4b12; padding: 12px 16px; margin: 18px 0 0; font-size: .92rem; }

/* ---------- seal band (full-bleed ink) ---------- */
.pc-band { position: relative; margin: 0 calc(50% - 50vw); padding: 36px calc(50vw - 50%) 0; background: var(--pp-band); color: var(--pp-onband); overflow: hidden; }
.pc-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--pp-core) 16%, transparent), transparent 45%), linear-gradient(90deg, color-mix(in srgb, var(--pp-onband) 3%, transparent) 1px, transparent 1px) 0 0 / 44px 44px; pointer-events: none; }
.pc-band-in { position: relative; display: grid; grid-template-columns: 1fr 260px; gap: 36px; align-items: center; max-width: 1116px; margin: 0 auto; }
/* product image as the band background: ink wash on the text side and along the spec strip */
.pc-band-photo { isolation: isolate; }   /* keep the layers below inside the band, under the ID card */
.pc-band-bg { position: absolute; inset: 0; }
.pc-band-bg img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pc-band-photo::before { z-index: 1;
  background: linear-gradient(90deg, rgba(22, 48, 47, .94) 0%, rgba(22, 48, 47, .8) 38%, rgba(22, 48, 47, .3) 72%, rgba(22, 48, 47, .5) 100%), linear-gradient(0deg, rgba(22, 48, 47, .95) 0%, rgba(22, 48, 47, .45) 36%, transparent 62%);
  background: linear-gradient(90deg, color-mix(in srgb, var(--pp-band) 94%, transparent) 0%, color-mix(in srgb, var(--pp-band) 80%, transparent) 38%, color-mix(in srgb, var(--pp-band) 30%, transparent) 72%, color-mix(in srgb, var(--pp-band) 50%, transparent) 100%), linear-gradient(0deg, color-mix(in srgb, var(--pp-band) 95%, transparent) 0%, color-mix(in srgb, var(--pp-band) 45%, transparent) 36%, transparent 62%); }
.pc-band-photo .pc-band-in, .pc-band-photo .pc-spec { z-index: 2; }
.pc-band-photo .pc-head h1, .pc-band-photo .pc-maker { text-shadow: 0 1px 14px rgba(0, 0, 0, .4); }
.pc-band-photo .pc-seal::before { content: ""; position: absolute; top: 0; left: 0; width: 260px; height: 260px; border-radius: 50%; background: rgba(22, 48, 47, .6); background: color-mix(in srgb, var(--pp-band) 60%, transparent); backdrop-filter: blur(4px); }
.pc-kicker { margin: 0 0 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--pp-core); }
.pc-kicker span { color: color-mix(in srgb, var(--pp-onband) 35%, transparent); }
.pc-head h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.03em; color: var(--pp-onband); overflow-wrap: anywhere; }
.pc-maker { margin: 10px 0 18px; font-size: 1.1rem; color: color-mix(in srgb, var(--pp-onband) 72%, transparent); }
.pc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pc-chip { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; padding: 6px 12px; border: 1px solid color-mix(in srgb, var(--pp-onband) 22%, transparent); color: var(--pp-onband); border-radius: 2px; }
.pc-chip a { color: var(--pp-core) !important; }
.pc-chip-seal { border-color: color-mix(in srgb, var(--pp-core) 55%, transparent); color: var(--pp-core); }
.pc-chip-old { border-color: #e0a23a; color: #f5c46a; }
.pc-st-in_service, .pc-st-on_market, .pc-st-in_use { background: color-mix(in srgb, var(--pp-core) 14%, transparent); }
.pc-st-collected, .pc-st-recycled { background: color-mix(in srgb, var(--pp-onband) 8%, transparent); }

/* our own showcase brand: clearly an example, really sealed */
.pp-demo { margin: 0 calc(50% - 50vw); padding: 10px calc(50vw - 50%); background: #eef4f9; border-bottom: 1px solid #d5e3ee; color: #2c4a63; font-size: .88rem; text-align: center; }
.pp-demo strong { display: inline-block; margin-right: 6px; padding: 2px 8px; background: #2c4a63; color: #fff; border-radius: 2px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.pp-demo a { color: #2c4a63 !important; }

/* console preview: striped bar on top, nothing sealed */
.pp-pv { position: sticky; top: 0; z-index: 30; margin: 0 calc(50% - 50vw); padding: 12px calc(50vw - 50%); background: repeating-linear-gradient(-45deg, #fff4d6, #fff4d6 14px, #ffeec4 14px, #ffeec4 28px); border-bottom: 1px solid #e0a23a; color: #4a3a10; }
.pp-pv-in { display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: flex-start; justify-content: space-between; max-width: 1116px; margin: 0 auto; }
.pp-pv-main { flex: 1 1 520px; min-width: 0; font-size: .9rem; line-height: 1.45; }
.pp-pv-main p { margin: 0; }
.pp-pv-tag { display: inline-block; margin-right: 8px; padding: 2px 9px; background: var(--pp-band); color: var(--pp-onband); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; vertical-align: 1px; }
.pp-pv-ok { margin-top: 6px !important; color: #0f5f57; font-weight: 700; }
.pp-pv-todo { margin-top: 6px; }
.pp-pv-todo summary { cursor: pointer; font-weight: 700; color: #9a3412; }
.pp-pv-todo ul { margin: 6px 0 0; padding-left: 18px; max-height: 40vh; overflow: auto; font-size: .85rem; }
.pp-pv-as { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.pp-pv-as span { margin-right: 2px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pp-pv-as a { padding: 5px 11px; border: 1px solid #d9b45a; border-radius: 99px; background: #fffaf0; color: #4a3a10 !important; font-size: .8rem; font-weight: 600; text-decoration: none; }
.pp-pv-as a.on { background: var(--pp-band); border-color: var(--pp-band); color: var(--pp-onband) !important; }
/* the preview's own seal chip: the brand's accent like the sealed one, but dashed —
   it must never look like a record that exists in the register */
.pc-chip-pv { border-color: color-mix(in srgb, var(--pp-core) 55%, transparent); border-style: dashed; color: var(--pp-core); }
.pc-pv-muted { font-style: italic; color: #6b7c7a; }
.pc-qr-ph { display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; border: 2px dashed #c9d3d2; color: #9aa9a7; font-weight: 800; letter-spacing: .2em; }

/* the seal: our rings framing the product */
.pc-seal { position: relative; margin: 0; width: 260px; height: 290px; }
.pc-seal-rings { position: absolute; top: 0; left: 0; width: 260px; height: 260px; }
.pc-seal-rings circle { fill: none; }
.pc-seal-rings .r1 { stroke: color-mix(in srgb, var(--pp-core) 35%, transparent); stroke-width: 1.5; }
.pc-seal-rings .r2 { stroke: var(--pp-core); stroke-width: 3; }
.pc-seal-rings .r3 { stroke: color-mix(in srgb, var(--pp-onband) 25%, transparent); stroke-width: 1; stroke-dasharray: 2 5; }
.pc-seal-rings .r-txt { font-size: 10.5px; font-weight: 800; fill: color-mix(in srgb, var(--pp-onband) 70%, transparent); font-family: Archivo, -apple-system, "Segoe UI", Arial, sans-serif; }
.pc-seal-img { position: absolute; top: 40px; left: 40px; width: 180px; height: 180px; border-radius: 50%; overflow: hidden; background: #f3f2f2; display: flex; align-items: center; justify-content: center; }
.pc-seal-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-seal-img .pp-ph { width: 62%; }
.pp-ph .ph-body { fill: #d6dfe2; }
.pp-ph .ph-cap { fill: #bfcbd0; }
.pp-ph .ph-bolt { fill: var(--pp-teal); }
.pp-ph .ph-line { fill: none; stroke: #bfcbd0; stroke-width: 3; stroke-linecap: round; }
.pc-seal figcaption { position: absolute; left: 50%; top: 236px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; background: var(--pp-core); color: var(--pp-oncore); padding: 5px 12px; font-size: .78rem; font-weight: 700; white-space: nowrap; border-radius: 2px; }
.pc-seal figcaption strong { font-size: .9rem; }

/* spec strip along the bottom of the band */
.pc-spec { position: relative; display: flex; flex-wrap: wrap; max-width: 1116px; margin: 30px auto 0; border-top: 1px solid color-mix(in srgb, var(--pp-onband) 14%, transparent); }
.pc-spec div { flex: 1 1 130px; padding: 16px 18px 58px; border-right: 1px solid color-mix(in srgb, var(--pp-onband) 10%, transparent); min-width: 0; }
.pc-spec div:first-child { padding-left: 0; }
.pc-spec div:last-child { border-right: 0; }
.pc-spec strong { display: block; font-size: 1.55rem; letter-spacing: -.02em; color: var(--pp-onband); line-height: 1.15; overflow-wrap: anywhere; }
.pc-spec small { font-size: .78rem; color: var(--pp-core); margin-left: 4px; font-weight: 700; }
.pc-spec .txt strong { font-size: 1.05rem; letter-spacing: 0; line-height: 1.3; }
.pc-spec span { display: block; margin-top: 4px; font-size: .74rem; color: color-mix(in srgb, var(--pp-onband) 58%, transparent); text-transform: uppercase; letter-spacing: .07em; }
.cls { display: inline-flex; width: 1.5em; height: 1.5em; align-items: center; justify-content: center; font-style: normal; color: #fff; font-size: .9em; border-radius: 3px; }
.cls-a { background: #1a9850; } .cls-b { background: #66bd63; } .cls-c { background: #d9b200; } .cls-d { background: #f46d43; } .cls-e { background: #d73027; }

/* ---------- identity strip + QR ticket (overlaps the band) ---------- */
.pc-id { position: relative; display: grid; grid-template-columns: 1fr 210px; margin: -42px 0 0; background: #fff; border: 1px solid var(--pp-line); box-shadow: 0 14px 40px rgba(22, 48, 47, .10); }
.pc-ids { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin: 0; }
.pc-ids div { padding: 16px 20px; border-right: 1px solid var(--pp-line); border-bottom: 1px solid var(--pp-line); min-width: 0; }
.pc-ids dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--pp-grey); margin-bottom: 6px; }
.pc-ids dd { margin: 0; font-size: .95rem; overflow-wrap: anywhere; line-height: 1.4; }
.pc-ids .pc-op { grid-column: span 2; background: linear-gradient(90deg, rgba(14, 156, 143, .06), transparent); }
.pc-ticket { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 18px 12px; border-left: 2px dashed var(--pp-line); text-align: center; }
.pc-ticket::before, .pc-ticket::after { content: ""; position: absolute; left: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--pp-paper); border: 1px solid var(--pp-line); }
.pc-ticket::before { top: -11px; } .pc-ticket::after { bottom: -11px; }
.pc-ticket svg { width: 130px; height: 130px; }
.pc-ticket span { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--pp-ink); }
.pc-ticket small { font-size: .72rem; color: var(--pp-grey); overflow-wrap: anywhere; }

/* ---------- body: contents rail + document sections ---------- */
.pc-body { display: grid; grid-template-columns: 230px 1fr; gap: 34px; margin-top: 34px; align-items: start; }
.pc-index { position: sticky; top: 16px; }
.pc-index-t { margin: 0 0 10px; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--pp-grey); }
.pc-index ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--pp-line); }
.pc-index a { display: flex; gap: 10px; padding: 8px 12px; margin-left: -2px; border-left: 2px solid transparent; color: var(--pp-ink) !important; text-decoration: none; font-size: .88rem; line-height: 1.3; }
.pc-index a:hover { border-left-color: var(--pp-teal); background: #fff; }
.pc-index a span { color: var(--pp-teal); font-size: .78rem; flex: 0 0 26px; padding-top: 1px; }
.pc-index .pc-idx-proof a { font-weight: 700; }
.pc-main { min-width: 0; }
.pc-sec { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--pp-line); scroll-margin-top: 20px; }
.pc-sec > header { display: flex; gap: 16px; align-items: baseline; margin-bottom: 16px; }
.pc-no { flex: 0 0 auto; font-size: 1rem; font-weight: 700; color: var(--pp-teal); border: 1.5px solid var(--pp-teal); padding: 2px 7px; }
.pc-sec h2 { margin: 0 0 4px; font-size: 1.45rem; letter-spacing: -.015em; }
.pc-sec header p { margin: 0; color: var(--pp-grey); font-size: .93rem; max-width: 72ch; }
.pc-sec h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--pp-grey); margin: 0 0 12px; }
.pc-rows { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; margin: 0; }
.pc-row { display: grid; grid-template-columns: minmax(120px, 42%) 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px dotted #cfd7dc; min-width: 0; }
.pc-row dt { color: var(--pp-grey); font-size: .86rem; }
.pc-row dd { margin: 0; font-weight: 600; font-size: .95rem; overflow-wrap: anywhere; }
.pc-wide { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 6px; }
.pc-wide dd { font-weight: 400; }
.pc-row .subtable { width: 100%; border-collapse: collapse; font-size: .88rem; font-weight: 400; }
.pc-row .subtable th, .pc-row .subtable td { padding: 6px 8px; border-bottom: 1px solid var(--pp-line); text-align: left; }
.pc-row .subtable th { font-size: .72rem; color: var(--pp-grey); background: var(--pp-soft); }
.pc-row img.pp-img { max-width: 220px; border: 1px solid var(--pp-line); }
.pc-locked dd { font-weight: 400; }
.pp-lock { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700; color: var(--pp-ink-2); background: repeating-linear-gradient(-45deg, #f4f6f7, #f4f6f7 6px, #e9eef0 6px, #e9eef0 12px); padding: 3px 10px; }
.pp-lock svg { width: 11px; height: 11px; fill: var(--pp-grey); }
.pp-locknote { margin: 10px 0 0; color: var(--pp-grey); font-size: .9rem; }

/* visuals inside sections */
.pp-visual { margin-bottom: 20px; }
.pp-visual-cf { display: grid; grid-template-columns: minmax(200px, 260px) 1fr; gap: 28px; align-items: start; }
.pp-kpis { display: flex; flex-direction: column; gap: 14px; }
.pp-kpi { border-left: 3px solid var(--pp-teal); padding: 4px 0 4px 14px; }
.pp-kpi span { display: block; font-size: .76rem; color: var(--pp-grey); margin-bottom: 6px; }
.pp-kpi strong { font-size: 2rem; letter-spacing: -.02em; }
.pp-kpi small { font-size: .8rem; color: var(--pp-grey); margin-left: 6px; font-weight: 600; }
.pp-cscale { display: flex; gap: 3px; }
.pp-cscale .cs { flex: 1; text-align: center; padding: 6px 0; font-weight: 800; color: #fff; opacity: .28; font-size: .9rem; }
.pp-cscale .cs.on { opacity: 1; outline: 2px solid var(--pp-ink); outline-offset: 1px; }
.cs-a { background: #1a9850; } .cs-b { background: #66bd63; } .cs-c { background: #d9b200; } .cs-d { background: #f46d43; } .cs-e { background: #d73027; }
.pp-bars { display: grid; gap: 14px; max-width: 720px; }
.pp-bar-row { min-width: 0; }
.pp-bar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.pp-bar-top span { font-size: .88rem; color: var(--pp-ink-2); min-width: 0; }
.pp-bar-top strong { font-size: .95rem; white-space: nowrap; }
.pp-bar { display: block; }
.pp-bar-row em { display: block; margin-top: 2px; font-style: normal; font-size: .74rem; color: var(--pp-grey); }
.pp-bar .b-track { fill: #e9eef0; }
.pp-bar .b-val { fill: var(--pp-teal); }
.pp-bar .b-0 { fill: #0e9c8f; } .pp-bar .b-1 { fill: #16302f; } .pp-bar .b-2 { fill: #3fd0c0; } .pp-bar .b-3 { fill: #7a8590; }
.pp-bar .b-mark { fill: #d7263d; }
.pp-donut { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.pp-donut svg { width: 170px; height: 170px; }
.pp-donut .d-track { stroke: #e9eef0; }
.pp-donut ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: .9rem; }
.d-k { display: inline-block; width: 11px; height: 11px; margin-right: 8px; vertical-align: middle; }
.d-0 { stroke: #0e9c8f; background: #0e9c8f; } .d-1 { stroke: #16302f; background: #16302f; } .d-2 { stroke: #3fd0c0; background: #3fd0c0; }
.d-3 { stroke: #7a8590; background: #7a8590; } .d-4 { stroke: #9fd8cf; background: #9fd8cf; } .d-5 { stroke: #2f5f5b; background: #2f5f5b; }
.d-6 { stroke: #c2cbd1; background: #c2cbd1; } .d-7 { stroke: #0b7f75; background: #0b7f75; }
.pp-gauges { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 10px; }
.pp-gauge { margin: 0; text-align: center; }
.pp-gauge svg { width: 120px; height: 120px; }
.pp-gauge .g-track { stroke: #e7ecee; }
.pp-gauge .g-val { stroke: var(--pp-teal); }
.pp-gauge.g-soc .g-val { stroke: var(--pp-ink); }
.pp-gauge .g-num { font-size: 17px; font-weight: 800; fill: var(--pp-ink); font-family: Archivo, -apple-system, "Segoe UI", Arial, sans-serif; }
.pp-gauge figcaption { font-size: .78rem; color: var(--pp-grey); font-weight: 600; }
.pp-cond { border: 1px solid var(--pp-line); background: #fff; padding: 16px 18px; }

/* access request */
.pc-ask { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid var(--pp-line); border-left: 4px solid var(--pp-teal); padding: 20px 22px; margin-bottom: 30px; }
.pc-ask h2 { margin: 0 0 4px; font-size: 1.1rem; }
.pc-ask p { margin: 0 0 4px; max-width: 72ch; }
.pc-ask .small { color: var(--pp-grey); }

/* proof: the chain */
.pc-proof { background: var(--pp-band); color: var(--pp-onband); padding: 30px 30px 26px; scroll-margin-top: 20px; }
.pc-proof-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 30px; align-items: flex-end; margin-bottom: 22px; }
.pc-proof-top > div:first-child { max-width: 60ch; }
.pc-proof .pp-eyebrow { color: var(--pp-core); }
.pc-proof h2 { margin: 0 0 8px; font-size: 1.7rem; letter-spacing: -.02em; color: var(--pp-onband); }
.pc-proof p { color: color-mix(in srgb, var(--pp-onband) 78%, transparent); margin: 0; }
.pc-proof-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.pc-proof h3 { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: color-mix(in srgb, var(--pp-onband) 58%, transparent); margin: 18px 0 10px; }
.pc-chain { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0; }
.pc-chain li { display: flex; align-items: center; }
.pc-chain li + li::before { content: ""; width: 26px; height: 10px; border: 2px solid color-mix(in srgb, var(--pp-core) 60%, transparent); border-left: 0; border-right: 0; margin: 0 -2px; }
.pc-chain a { display: grid; gap: 2px; min-width: 132px; padding: 10px 14px; border: 2px solid color-mix(in srgb, var(--pp-core) 60%, transparent); border-radius: 18px; color: var(--pp-onband) !important; text-decoration: none; font-size: .78rem; }
.pc-chain a strong { font-size: 1rem; color: var(--pp-onband); }
.pc-chain a .mono { color: color-mix(in srgb, var(--pp-onband) 58%, transparent); font-size: .72rem; }
.pc-chain li.on a { background: var(--pp-core); border-color: var(--pp-core); color: var(--pp-oncore) !important; }
.pc-chain li.on a strong, .pc-chain li.on a .mono { color: var(--pp-oncore); }
.pc-formats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 !important; }
.pc-formats a { display: inline-flex; flex-direction: column; padding: 8px 14px; border: 1px solid color-mix(in srgb, var(--pp-onband) 20%, transparent); color: color-mix(in srgb, var(--pp-onband) 78%, transparent) !important; text-decoration: none; font-size: .74rem; }
.pc-formats a b { color: var(--pp-onband); font-size: .9rem; }
.pc-formats a:hover { border-color: var(--pp-core); }

/* brand home */
.pp-brandhome { background: #fff; border: 1px solid var(--pp-line); border-top: 4px solid var(--pp-accent); padding: 40px; max-width: 760px; margin: 40px auto; }
.pp-brandhome h1 { display: flex; align-items: center; gap: 14px; font-size: 2rem; margin: 0 0 10px; }
.pp-brandhome .bpage-logo { max-height: 56px; }

@media (max-width: 960px) {
  .pc-body { grid-template-columns: 1fr; gap: 18px; }
  .pc-index { position: static; }
  .pc-index ol { display: flex; overflow-x: auto; border-left: 0; border-bottom: 2px solid var(--pp-line); }
  .pc-index a { margin: 0 0 -2px; border-left: 0; border-bottom: 2px solid transparent; white-space: nowrap; }
  .pc-index a:hover { border-bottom-color: var(--pp-teal); }
  .pc-index-t { display: none; }
}
@media (max-width: 820px) {
  .pc-band-in { grid-template-columns: 1fr; gap: 18px; }
  .pc-seal { margin: 0 auto; }
  .pc-band-photo::before { background: rgba(22, 48, 47, .74); background: color-mix(in srgb, var(--pp-band) 74%, transparent); }
  .pc-rows { grid-template-columns: 1fr; }
  .pp-visual-cf { grid-template-columns: 1fr; }
  .pc-id { grid-template-columns: 1fr; }
  .pc-ticket { border-left: 0; border-top: 2px dashed var(--pp-line); flex-direction: row; justify-content: flex-start; gap: 14px; text-align: left; }
  .pc-ticket::before, .pc-ticket::after { display: none; }
  .pc-ticket svg, .pc-qr-ph { width: 96px; height: 96px; }
  .pc-ids .pc-op { grid-column: auto; }
  .pc-ask { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .ppl-wrap { padding: 0 14px; }
  .pc-band { padding-top: 26px; }
  .pp-pv { position: static; }
  .pc-seal { transform: scale(.85); margin: -18px auto -24px; }
  .pc-spec div { flex-basis: 45%; padding: 12px 10px 12px 0; border-right: 0; }
  .pc-spec { padding-bottom: 50px; }
  .pc-row { grid-template-columns: 1fr; gap: 2px; }
  .pc-proof { padding: 22px 16px; }
  .ppl-langs a { padding: 5px 3px; }
}
@media print {
  .pc-index, .ppl-langs, .pc-ask, .pc-proof-cta { display: none !important; }
  .pc-body { grid-template-columns: 1fr; }
  .pc-band, .pc-proof { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
