/* ==========================================================================
   Picture Mosaics — product overview pages
   Shared stylesheet for the light marketing decks (Online & Interactive,
   Live Print). Each page links this file and overrides the accent tokens
   in a small inline :root block to match its own palette.
   ========================================================================== */

:root{
  --ink:#16182e;
  --body:#4a4e66;
  --muted:#6a6f8a;
  --paper:#f5f3f9;
  --white:#fff;
  --navy:#1c1f4a;
  --band-body:#c9c6e0;
  --line:rgba(42,45,82,.10);
  --accent:#ed2175;
  --c2:#7b3f97;
  --c3:#3c60a8;
  --c4:#27a8b4;
  --maxw:1140px;
  --sans:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  --radius:22px;
  --shadow:0 14px 36px rgba(28,31,74,.10);
  --shadow-sm:0 8px 22px rgba(28,31,74,.08);
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Isolate from site-wide CSS loaded via inHead.php */
body.overview-page{
  margin:0;padding-top:0!important;
  background:var(--paper)!important;
  color:var(--body)!important;
  font:16px/1.55 var(--sans)!important;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
body.overview-page h1,body.overview-page h2,body.overview-page h3,body.overview-page h4{
  font-family:var(--sans)!important;text-transform:none!important;
  color:var(--ink)!important;letter-spacing:-.02em;line-height:1.12;
  margin:0 0 .4em}
body.overview-page p{margin:0 0 12px;color:var(--body)}
body.overview-page p:last-child{margin-bottom:0}
body.overview-page img{max-width:100%;height:auto;display:block}
body.overview-page .ov-card figure img,
body.overview-page .ov-hero-art img,
body.overview-page .ov-dash img{
  max-height:none!important;height:auto!important;object-fit:contain!important}
body.overview-page a{color:var(--accent)}
body.overview-page ul{margin:0;padding:0;list-style:none}
body.overview-page section{padding:0;background:transparent!important;border:0!important}
body.overview-page .ov-sec{padding:28px 0 8px}
body.overview-page .ov-cards,body.overview-page .ov-steps,body.overview-page .ov-icons,
body.overview-page .ov-pillars,body.overview-page .ov-band,body.overview-page .ov-hero,
body.overview-page .ov-stack,body.overview-page .ov-split,body.overview-page .ov-contact{display:grid!important}
body.overview-page .ov-card,body.overview-page .ov-step{
  float:none!important;position:relative!important}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ov-wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
@media (max-width:600px){.ov-wrap{padding:0 16px}}

/* ---------- PDF download ---------- */
.pdf-btn{position:fixed;top:16px;right:16px;z-index:100;display:inline-flex;
  align-items:center;gap:8px;padding:11px 17px;border-radius:8px;
  background:var(--accent);color:#fff!important;text-decoration:none;
  font-size:14px;font-weight:700;letter-spacing:.02em;line-height:1;
  box-shadow:0 4px 16px rgba(0,0,0,.22);
  transition:filter .15s ease,transform .15s ease}
body.overview-page a.pdf-btn,body.overview-page a.pdf-btn:hover,
body.overview-page a.pdf-btn:focus-visible{color:#fff!important}
.pdf-btn:hover,.pdf-btn:focus-visible{filter:brightness(1.08);transform:translateY(-1px)}
.pdf-btn:focus-visible{outline:3px solid var(--ink);outline-offset:2px}
.pdf-btn svg{width:15px;height:15px;flex:none;fill:currentColor}
@media (max-width:640px){
  .pdf-btn{top:10px;right:10px;padding:10px 13px;font-size:13px;gap:6px}
}
@media (prefers-reduced-motion:reduce){.pdf-btn{transition:none}}

/* ---------- page header ---------- */
.ov-top{display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:22px 88px 8px 0}
.ov-logo{width:min(420px,62vw);height:auto;background:transparent}
.ov-badge{width:min(196px,34vw);height:auto;flex:none;background:transparent}
@media (max-width:640px){
  .ov-top{align-items:flex-start;flex-wrap:wrap;padding-right:72px;gap:12px}
  .ov-logo{width:min(240px,62vw)}
  .ov-badge{width:90px}
}

/* ---------- hero ---------- */
.ov-hero{padding:28px 0 36px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:28px;align-items:center}
.ov-hero h1{font-size:clamp(36px,5.6vw,62px);font-weight:800;color:var(--ink)!important;
  margin:0 0 22px;max-width:14ch}
.ov-hero .lede{font-size:clamp(15px,1.6vw,17.5px);color:var(--ink);max-width:42ch;line-height:1.55}
.ov-rule{display:block;width:72px;height:4px;border-radius:99px;margin:0 0 22px;
  background:linear-gradient(90deg,var(--accent),var(--c3))}
.ov-hero-art{position:relative;margin:0;overflow:visible}
.ov-hero-art img{width:100%;height:auto;border-radius:18px;object-fit:contain}
header .ov-hero-art img{animation:ov-rise .9s cubic-bezier(.2,.7,.2,1) both}
.ov-grad{background:linear-gradient(90deg,var(--accent),var(--c2) 48%,var(--c3));
  -webkit-background-clip:text;background-clip:text;color:transparent!important}
@media (max-width:860px){
  .ov-hero{grid-template-columns:1fr;padding:12px 0 24px}
  .ov-hero h1{max-width:none}
  .ov-hero-art{order:-1}
}

/* ---------- four-up pillars ---------- */
.ov-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;
  padding:8px 0 24px}
.ov-pillar{display:flex;gap:12px;align-items:center;padding:6px 18px;min-width:0;
  border-right:1px solid var(--line)}
.ov-pillar:last-child{border-right:0}
.ov-pillar h3{margin:0 0 4px!important;font-size:14px;font-weight:700;color:var(--c)!important}
.ov-pillar h3:last-child{margin-bottom:0!important}
.ov-pillar p{margin:0;font-size:12.5px;color:var(--ink);line-height:1.35}
.ov-dot{flex:none;width:48px;height:48px;border-radius:0;background:transparent;
  box-shadow:none;display:grid;place-items:center;color:var(--c);overflow:visible}
.ov-dot img{width:48px;height:48px;object-fit:contain;display:block}
.ov-dot svg{width:20px;height:20px}
@media (max-width:860px){
  .ov-pillars{grid-template-columns:1fr 1fr;gap:16px 8px}
  .ov-pillar{border-right:0;padding:6px 8px}
}
@media (max-width:520px){.ov-pillars{grid-template-columns:1fr}}

/* ---------- navy band ---------- */
.ov-band{background:var(--navy);color:#fff;border-radius:18px;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:8px 0 0;
  padding:22px 0}
.ov-band-item{display:flex;gap:12px;align-items:flex-start;padding:6px 18px;min-width:0;
  border-right:1px solid rgba(255,255,255,.18)}
.ov-band-item:last-child{border-right:0}
.ov-band-item svg{flex:none;width:22px!important;height:22px!important;margin-top:2px;
  color:var(--c,var(--accent));display:block!important;overflow:visible!important;
  stroke:currentColor;fill:none}
body.overview-page .ov-band-item h3{margin:0 0 4px!important;font-size:14px;font-weight:700;
  color:var(--c)!important;letter-spacing:0}
body.overview-page .ov-band-item p{margin:0;font-size:12.5px;line-height:1.35;color:#fff!important}
body.overview-page .ov-band-item.light h3{color:#fff!important}
@media (max-width:900px){
  .ov-band{grid-template-columns:1fr 1fr;padding:18px 0;gap:14px 0}
  .ov-band-item{border-right:0}
}
@media (max-width:560px){.ov-band{grid-template-columns:1fr}}

/* Lock header pillars + first navy band to the same 4 column tracks */
.ov-stack{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.ov-stack .ov-pillars,.ov-stack .ov-band{
  grid-column:1/-1;grid-template-columns:subgrid;padding-left:0;padding-right:0}
@media (max-width:860px){
  .ov-stack{grid-template-columns:1fr 1fr}
  .ov-stack .ov-pillars,.ov-stack .ov-band{grid-template-columns:subgrid}
}
@media (max-width:520px){.ov-stack{grid-template-columns:1fr}}

/* five-up band used on the markets page */
.ov-band.g5{grid-template-columns:repeat(5,1fr)}
@media (max-width:1000px){.ov-band.g5{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.ov-band.g5{grid-template-columns:1fr}}

/* ---------- sections ---------- */
.ov-sec{padding:28px 0 8px}
body.overview-page .ov-kicker{margin:0 0 12px;font-size:22px!important;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase;color:var(--accent)!important}
.ov-kicker::after{content:"";display:block;width:72px;height:5px;border-radius:99px;
  margin-top:10px;background:linear-gradient(90deg,var(--accent),var(--navy))}
body.overview-page .ov-sec h2{font-size:clamp(32px,4.6vw,40px)!important;font-weight:800;
  color:var(--accent)!important;margin:0 0 14px;max-width:22ch}
.ov-sec .intro{margin:0 0 32px;max-width:62ch;font-size:16.5px;color:var(--ink)}
.ov-sec.ink h2{color:var(--ink)!important}
.ov-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:36px;align-items:center}
.ov-split .copy h2{max-width:16ch}
.ov-hybrid-side{display:flex;flex-direction:column;gap:18px;min-width:0}
#hybrid .ov-split{align-items:start}
@media (max-width:860px){
  body.overview-page .ov-sec{padding:24px 0 8px}
  .ov-split{grid-template-columns:1fr;gap:22px}
}

/* ---------- step cards ---------- */
.ov-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative}
.ov-step{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);
  padding:22px 22px 0;display:flex;flex-direction:column;min-height:100%;
  overflow:hidden}
.ov-step-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.ov-num{width:36px;height:36px;border-radius:50%;background:var(--c);color:#fff;
  display:grid;place-items:center;font-weight:800;font-size:16px;flex:none}
.ov-step h3{margin:0!important;font-size:22px;font-weight:800;color:var(--c)!important}
.ov-step .desc{font-size:14px;color:var(--muted);margin:0 0 14px}
.ov-mini{display:flex;flex-direction:column;gap:9px;margin:0 0 16px}
.ov-mini li{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:700;
  color:var(--ink)}
.ov-mini svg{width:16px!important;height:16px!important;color:var(--c);flex:none;
  display:block!important;overflow:visible!important;stroke:currentColor;fill:none}
.ov-step figure{flex:1 1 auto;position:relative;margin:12px -22px 0;min-height:280px}
.ov-step figure.ov-fit{background:var(--white)}
body.overview-page .ov-step figure img{
  position:absolute;inset:0;width:100%;height:100%;max-height:none!important;
  object-fit:cover!important;object-position:center 32%;display:block}
body.overview-page .ov-step figure.ov-fit img{
  object-fit:contain!important;object-position:center bottom}
@media (max-width:860px){.ov-steps{grid-template-columns:1fr}}

/* ---------- submission / tall cards ---------- */
.ov-cards{display:grid;gap:18px}
.ov-cards.g4{grid-template-columns:repeat(4,1fr)}
.ov-cards.g3{grid-template-columns:repeat(3,1fr)}
.ov-cards.g5{grid-template-columns:repeat(5,1fr)}
.ov-cards.g6{grid-template-columns:repeat(6,1fr)}
.ov-split .ov-cards{grid-template-columns:1fr}
.ov-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);
  padding:22px 18px 16px;display:flex;flex-direction:column;text-align:center;
  min-width:0}
.ov-card .ov-dot{margin:0 auto 12px}
.ov-card h3{margin:0 0 8px!important;font-size:16px;font-weight:700;color:var(--c)!important}
.ov-card p{font-size:13px;color:var(--muted);margin:0 0 14px}
.ov-card figure{margin:8px 0 12px;padding:0}
.ov-card figure img{width:100%;height:auto;object-fit:contain;margin:0 auto;display:block}
.ov-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  margin:auto auto 0;background:var(--white);border-radius:999px;
  box-shadow:0 4px 14px rgba(28,31,74,.10);padding:8px 14px 8px 10px;
  font-size:12px;font-weight:700;color:var(--c)}
body.overview-page .ov-chip svg{display:none!important}
body.overview-page .ov-chip::before{
  content:"";width:18px;height:18px;flex:none;border-radius:50%;
  background-color:var(--c);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round' d='M2.3 6.2 4.9 8.8 9.8 3.3'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;background-size:11px 11px}
@media (max-width:1100px){
  .ov-cards.g5{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1000px){
  .ov-cards.g6{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:860px){
  .ov-cards.g4,.ov-cards.g3{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .ov-cards.g4,.ov-cards.g3,.ov-cards.g5,.ov-cards.g6{grid-template-columns:1fr}
}

/* ---------- icon feature grid (12-up / 6-up) ---------- */
.ov-icons{display:grid;gap:0;background:var(--white);border-radius:var(--radius);
  box-shadow:var(--shadow);overflow:hidden}
.ov-icons.g6{grid-template-columns:repeat(6,1fr)}
.ov-icons.g3{grid-template-columns:repeat(3,1fr)}
.ov-icon{padding:22px 16px;text-align:left;border-right:1px solid var(--line);
  border-bottom:1px solid var(--line)}
.ov-icon:nth-child(6n){border-right:0}
.ov-icons.g3 .ov-icon:nth-child(3n){border-right:0}
.ov-icon .ov-dot{margin:0 0 12px}
.ov-icon h3{margin:0 0 8px!important;font-size:14.5px;font-weight:700;color:var(--c)!important}
.ov-icon p{margin:0;font-size:13px;color:var(--muted)}
@media (max-width:1000px){
  .ov-icons.g6{grid-template-columns:repeat(3,1fr)}
  .ov-icon:nth-child(6n){border-right:1px solid var(--line)}
  .ov-icon:nth-child(3n){border-right:0}
}
@media (max-width:620px){
  .ov-icons.g6,.ov-icons.g3{grid-template-columns:1fr}
  .ov-icon{border-right:0!important}
}

/* ---------- feature screenshot cards ---------- */
.ov-shots .ov-card{text-align:left}
.ov-shots .ov-card .ov-dot{margin:0 0 12px}
.ov-shots .ov-card figure img{object-fit:contain;border-radius:10px}
.ov-shots .ov-chip{margin:4px auto 0 0}

/* ---------- admin list ---------- */
.ov-tools{display:flex;flex-direction:column;gap:18px;margin-top:8px}
.ov-tool{display:flex;gap:14px;align-items:flex-start}
.ov-tool h3{margin:0 0 4px!important;font-size:16px;font-weight:700;color:var(--c)!important}
.ov-tool p{margin:0;font-size:14px;color:var(--muted)}
.ov-dash{margin:0;border-radius:18px;overflow:visible}
.ov-dash img{width:100%;height:auto;object-fit:contain}

/* ---------- trusted callout ---------- */
.ov-trusted{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);
  padding:22px 24px;display:grid;grid-template-columns:1.1fr 1fr;gap:18px;align-items:center;
  margin-bottom:28px}
.ov-trusted h3{font-size:22px;font-weight:800;margin:0!important;color:var(--ink)!important}
.ov-trusted ul{display:flex;flex-direction:column;gap:10px}
.ov-trusted li{display:flex;gap:10px;align-items:flex-start}
.ov-trusted strong{display:block;font-size:14px;color:var(--ink)}
.ov-trusted span{display:block;font-size:12.5px;color:var(--muted)}
@media (max-width:720px){.ov-trusted{grid-template-columns:1fr}}

/* ---------- contact ---------- */
.ov-cta-head h2{font-size:clamp(42px,8vw,86px);font-weight:800;margin:0 0 8px!important}
.ov-cta-head .sub{font-size:clamp(18px,2.4vw,26px);font-weight:600;color:var(--c3)!important;
  margin:0 0 16px}
.ov-cta-head .lede{max-width:46ch}
.ov-cta-head strong{color:var(--accent)}
.ov-contact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(200px,1.7fr);
  gap:16px;margin-top:22px;align-items:stretch}
.ov-mail{background:var(--white);border-radius:16px;box-shadow:var(--shadow-sm);
  padding:14px 12px 12px;text-align:center;text-decoration:none;color:inherit;
  display:flex;flex-direction:column;align-items:center;
  transition:transform .18s ease,box-shadow .18s ease}
.ov-mail:hover,.ov-mail:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow);color:inherit}
.ov-mail .ov-dot{margin:0 0 8px}
body.overview-page .ov-mail h3{margin:0 0 5px!important;font-size:15px;font-weight:800;
  color:var(--accent)!important}
body.overview-page .ov-mail p{margin:0!important;font-size:12.5px;line-height:1.3;
  color:#2a2d52;font-weight:700}
body.overview-page .ov-mail p + p{margin-top:2px!important}
body.overview-page .ov-mail .hint{margin-top:6px!important;font-weight:500;
  color:#5a5e78;font-size:11.5px}
.ov-qr{background:var(--white);border-radius:16px;box-shadow:var(--shadow-sm);
  padding:14px 16px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px 14px;align-items:center}
.ov-qr-code{width:76px;height:76px;border-radius:6px;object-fit:contain}
.ov-qr-copy{border-left:1px solid #c8c5de;padding-left:14px;min-width:0}
.ov-qr h3{margin:0 0 3px!important;font-size:15px;font-weight:800;color:#2a2d52!important}
body.overview-page .ov-qr p{margin:0;font-size:11.5px;line-height:1.35;color:var(--muted)}
body.overview-page .ov-qr-copy > p + p{margin-top:4px}
.ov-script{width:118px;max-width:100%;height:auto!important;max-height:40px!important;
  margin-top:8px;border-radius:0;object-fit:contain!important;object-position:left center}
@media (max-width:1000px){
  .ov-contact{grid-template-columns:1fr 1fr}
  .ov-qr{grid-column:1/-1;grid-template-columns:76px minmax(0,1fr)}
}
@media (max-width:560px){
  .ov-contact{grid-template-columns:1fr}
  .ov-qr{grid-template-columns:1fr;text-align:center;justify-items:center}
  .ov-qr-copy{border-left:0;padding-left:0}
  .ov-script{object-position:center}
}
@media (prefers-reduced-motion:reduce){
  .ov-mail{transition:none}
}

/* socials in the last band cell */
.ov-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px;align-items:center}
.ov-social a{width:28px;height:28px;display:block;flex:none;background:transparent}
.ov-social a img{width:28px;height:28px;object-fit:contain;display:block}
.ov-social a:hover{filter:brightness(1.08)}
.ov-social a:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:50%}

/* ---------- page footer ---------- */
.ov-foot{padding:28px 0 56px;text-align:center;font-size:13px;color:var(--muted)}
.ov-foot a{font-weight:700}

/* one authored motion: hero art eases in from a slightly scaled rest */
@keyframes ov-rise{
  from{opacity:.55;transform:translateY(18px) scale(.98);filter:blur(4px)}
  to{opacity:1;transform:none;filter:none}
}
@media (prefers-reduced-motion:reduce){header .ov-hero-art img{animation:none}}
