/* Designed product views. These are mocks presented AS mocks — never fake
   dashboards with fake impressive numbers. Stat values are real or an em dash. */

/* ---------- hero ---------- */
.hero { padding: 76px 0 84px; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-inner > * { min-width: 0; }
.hero h1 { margin-bottom: .38em; }
.hero-foot {
  margin: 26px 0 0; font-size: 14px; font-weight: 600; color: var(--stage-ink-soft);
  padding-top: 18px; border-top: 1px solid var(--stage-line);
}

.mock-frame {
  background: var(--stage-deep); border: 1px solid var(--stage-line);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 18px 44px rgba(8, 16, 32, .45);
}
.mock-chrome {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px; border-bottom: 1px solid var(--stage-line);
  background: rgba(24, 40, 66, .55);
}
.mock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--stage-line); }
.mock-title {
  margin-left: 8px; font-size: 12px; font-weight: 600; letter-spacing: .04em;
  color: var(--stage-ink-soft);
}
.map-svg { display: block; width: 100%; height: auto; }
.edges path { stroke: var(--stage-line); stroke-width: 1.5; fill: none; }
.edges-warm path { stroke: var(--bee-gold); stroke-width: 2.4; fill: none; opacity: .95; }
.nodes circle { fill: #4A6091; }
.node-warm { fill: var(--bee-gold-bright); }
.node-target { fill: var(--bee-gold-bright); }
.node-self-ring { fill: none; stroke: var(--bee-gold); stroke-width: 2; }
.node-self { fill: var(--stage-ink); }
.map-label {
  font-family: var(--font-ui); font-size: 11px; font-weight: 600;
  fill: var(--stage-ink-soft); text-anchor: middle;
}
.map-label.warm { fill: var(--bee-gold-bright); }
/* Legend shows only the line types actually rendered above. */
.map-legend {
  display: flex; flex-wrap: wrap; gap: 18px; padding: 12px 16px;
  border-top: 1px solid var(--stage-line); background: rgba(24, 40, 66, .4);
  font-size: 11.5px; color: var(--stage-ink-soft);
}
.map-legend span { display: inline-flex; align-items: center; gap: 7px; }
.sw-line { width: 16px; height: 2px; background: var(--stage-line); display: inline-block; }
.sw-line.warm { background: var(--bee-gold); height: 2.5px; }
.sw-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--stage-ink);
  box-shadow: 0 0 0 2px var(--bee-gold); display: inline-block;
}

/* ---------- feature rows ---------- */
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
  align-items: center; margin-bottom: 64px;
}
.feature-row > * { min-width: 0; }
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-copy p { color: var(--ink-soft); }
.mock-card {
  background: var(--n-25); border: 1px solid var(--n-200);
  border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow-2);
}
.mock-caption {
  margin: 16px 0 0; font-size: 13px; color: var(--ink-faint);
  text-align: center; font-style: italic;
}

/* hover card — things-in-common + ask for an intro */
.hover-card {
  background: var(--n-0); border: 1px solid var(--n-200);
  border-radius: var(--r-md); padding: 18px; box-shadow: var(--shadow-1);
}
.hc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hc-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--bee-navy); color: #fff; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.hc-name { font-weight: 700; font-size: 15px; }
.hc-org { font-size: 13px; color: var(--ink-faint); }
.hc-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); display: block; margin-bottom: 6px;
}
.hc-common ul { margin: 0 0 16px; padding-left: 18px; font-size: 14px; color: var(--ink-soft); }
.hc-common li { margin-bottom: 3px; }
.hc-btn {
  width: 100%; background: var(--accent-strong); color: var(--on-accent);
  border: 0; border-radius: var(--r-sm); padding: 10px;
  font-family: var(--font-ui); font-size: 14px; font-weight: 700; cursor: default;
}

/* warm path */
.path { display: flex; align-items: flex-start; justify-content: center; gap: 4px; }
.path-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 0; }
.path-node {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; margin-bottom: 8px;
}
.path-node.self { background: var(--bee-navy); color: #fff; box-shadow: 0 0 0 3px var(--bee-gold); }
.path-node.warm { background: var(--accent-tint); color: var(--accent-ink); border: 2px solid var(--bee-gold); }
.path-node.target { background: var(--n-100); color: var(--ink-soft); border: 2px dashed var(--n-300); }
.path-name { font-size: 13.5px; font-weight: 700; }
.path-sub { font-size: 11.5px; color: var(--ink-faint); }
.path-arrow {
  height: 2px; background: var(--bee-gold); flex: 0 0 34px; margin-top: 22px; position: relative;
}
.path-arrow::after {
  content: ""; position: absolute; right: -1px; top: -3px;
  border-left: 7px solid var(--bee-gold);
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}

/* matchmaker */
.match-head {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); padding-bottom: 10px; border-bottom: 1px solid var(--n-200); margin-bottom: 14px;
}
.match-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.match-row:last-child { margin-bottom: 0; }
.match-pair { display: flex; flex-shrink: 0; }
.match-pair span {
  width: 32px; height: 32px; border-radius: 50%; background: var(--bee-navy); color: #fff;
  font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--n-25);
}
.match-pair span:last-child { margin-left: -10px; background: var(--accent-strong); }
.match-why strong { display: block; font-size: 14px; margin-bottom: 2px; }
.match-why span { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- impact report cover ---------- */
.impact-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 56px; align-items: center; }
.impact-inner > * { min-width: 0; }
.report-cover {
  aspect-ratio: 8.5 / 11;
  background: linear-gradient(175deg, var(--stage) 0%, var(--stage-deep) 100%);
  border: 1px solid var(--stage-line);
  border-radius: 14px; box-shadow: 0 8px 28px rgba(16, 29, 51, .35);
  color: var(--stage-ink); display: flex; flex-direction: column;
  padding: 34px 32px 24px;
}
.rc-kicker {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bee-gold-bright); font-weight: 600; margin: 0;
}
.rc-title {
  font-family: var(--font-display); font-size: 30px; font-weight: 600;
  line-height: 1.12; margin: 10px 0 0; color: var(--stage-ink);
}
.rc-quarter { font-size: 13px; color: var(--stage-ink-soft); margin: 6px 0 0; }
.rc-top { padding-bottom: 22px; border-bottom: 2px solid var(--bee-gold); }
.rc-top { border-bottom-width: 0; position: relative; }
.rc-top::after {
  content: ""; display: block; height: 2px; width: 64px;
  background: var(--bee-gold); margin: 22px 0 0;
}
.rc-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; flex: 1; align-content: start; }
.rc-tile {
  background: rgba(24, 40, 66, .65); border: 1px solid var(--stage-line);
  border-radius: 10px; padding: 12px 14px;
}
.rc-num {
  display: block; font-size: 26px; font-weight: 600; color: var(--stage-ink); line-height: 1.1;
}
.rc-lab { display: block; font-size: 11px; color: var(--stage-ink-soft); font-weight: 500; margin-top: 2px; }
.rc-foot {
  display: flex; justify-content: flex-end; align-items: center;
  margin-top: 16px; font-size: 10.5px; color: var(--bee-gold); font-weight: 600;
}

/* ---------- works alongside ---------- */
.alongside { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin: 8px 0 22px; }
.al-box {
  flex: 1; max-width: 260px; background: var(--n-0); border: 1px solid var(--n-200);
  border-radius: var(--r-lg); padding: 20px; text-align: left; box-shadow: var(--shadow-1);
}
.al-box strong { display: block; font-size: 15px; margin-bottom: 4px; }
.al-box span { font-size: 13.5px; color: var(--ink-soft); }
.al-box.gold { border-color: var(--bee-gold); border-width: 2px; background: var(--accent-faint); }
.al-plus {
  align-self: center; font-size: 22px; font-weight: 700; color: var(--ink-faint); flex-shrink: 0;
}
.al-note { font-size: 14px; color: var(--ink-faint); margin: 0; }

.cta-band { padding: 78px 0; }

/* ---------- sponsors page: the two rectangles ---------- */
.unit { margin-bottom: 72px; }
.unit:last-child { margin-bottom: 0; }
.unit-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.unit-inner > * { min-width: 0; }
.spec-list { list-style: none; margin: 18px 0 0; padding: 0; }
.spec-list li {
  padding: 9px 0 9px 26px; border-top: 1px solid var(--n-200);
  font-size: 14.5px; color: var(--ink-soft); position: relative;
}
.spec-list li::before {
  content: ""; position: absolute; left: 4px; top: 17px;
  width: 8px; height: 9px; background: var(--bee-gold);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.mock-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); margin: 0 0 10px;
}

/* email client frame */
.client {
  border: 1px solid var(--n-200); border-radius: 16px; overflow: hidden;
  background: #EDEAE3; box-shadow: 0 1px 3px rgba(26, 24, 21, .07);
}
.client-head { background: #fff; border-bottom: 1px solid var(--n-200); padding: 12px 18px; font-size: 12.5px; color: var(--ink-soft); }
.client-head .subj { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.email { max-width: 440px; margin: 24px auto; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--n-200); }
.em-mast { padding: 22px 28px 18px; border-bottom: 3px solid var(--bee-gold); text-align: center; }
.em-mast .chamber { font-family: Georgia, serif; font-weight: 700; font-size: 19px; color: var(--bee-navy); }
.em-mast .sub { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin-top: 4px; }
.sponsor {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--n-100); padding: 9px; font-family: Arial, sans-serif;
  font-size: 11px; color: var(--ink-soft); text-align: center;
}
.sponsor .logo {
  background: #fff; border: 1px solid var(--n-200); border-radius: 5px;
  padding: 3px 10px; font-weight: 700; font-size: 11px; color: var(--bee-navy);
}
.sponsor.avail {
  background: repeating-linear-gradient(45deg, #FBF7EC 0 8px, #F6EFDC 8px 16px);
  color: var(--accent-ink); font-weight: 600;
  border-radius: 8px; border: 1px dashed var(--accent-strong);
}
.em-body { padding: 22px 28px; font-family: Arial, sans-serif; font-size: 13.5px; line-height: 1.55; color: var(--ink); }
.digest-sec h4 {
  font-family: Georgia, serif; font-size: 15px; color: var(--bee-navy);
  border-bottom: 1px solid var(--n-100); padding-bottom: 6px; margin: 0 0 10px;
}
.digest-item { display: flex; gap: 10px; margin-bottom: 10px; font-size: 13px; align-items: center; }
.digest-item .av {
  width: 28px; height: 28px; border-radius: 50%; background: var(--bee-navy); color: #fff;
  font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.em-foot { padding: 14px 28px; border-top: 1px solid var(--n-100); text-align: center; font-family: Arial, sans-serif; font-size: 11.5px; color: var(--ink-faint); }
.em-foot .bee { color: var(--accent-ink); font-weight: 700; text-decoration: none; }

/* cover sponsor slot (sponsors page) */
.cover-sponsor {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  background: rgba(24, 40, 66, .65); border: 1px solid var(--stage-line);
  border-radius: 10px; padding: 12px 14px; font-size: 11px; color: var(--stage-ink-soft);
  margin-top: 12px; line-height: 1.4;
}
.cover-sponsor .logo {
  background: var(--stage-ink); border-radius: 6px; padding: 5px 10px;
  font-weight: 700; font-size: 11px; color: var(--bee-navy); flex-shrink: 0;
}
.cover-sponsor.avail {
  border-style: dashed; border-color: var(--bee-gold);
  color: var(--bee-gold-bright); background: rgba(201, 168, 76, .08);
}

.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.two-up > * { min-width: 0; }

/* Unit two: one cover at a readable size, then the unsold slot as a standalone
   swatch — same treatment as the digest unit, and it keeps the "presented by"
   line from wrapping under the logo. */
.cover-stack { display: flex; flex-direction: column; gap: 26px; }
.cover-stack .report-cover { max-width: 400px; }
.note-band {
  background: var(--accent-faint); border: 1px solid var(--accent-tint);
  border-left: 3px solid var(--bee-gold); border-radius: var(--r-md);
  padding: 18px 22px; font-size: 14.5px; color: var(--ink-soft);
}
.note-band strong { color: var(--ink); }

/* ---------- product page ---------- */
.tour-step { display: grid; grid-template-columns: 56px 1fr; gap: 20px; margin-bottom: 40px; align-items: start; }
.tour-step > * { min-width: 0; }
.tour-num {
  width: 46px; height: 46px; border-radius: 50%; background: var(--bee-navy); color: var(--bee-gold-bright);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-weight: 700; font-size: 16px;
}
.tour-step h3 { margin-bottom: .3em; }
.tour-step p { color: var(--ink-soft); margin-bottom: 0; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-inner, .impact-inner, .feature-row, .unit-inner { grid-template-columns: 1fr; gap: 40px; }
  .feature-row.reverse .feature-copy { order: 0; }
  .hero { padding: 56px 0 64px; }
  .report-cover { max-width: 380px; margin: 0 auto; }
  /* Designed line breaks are a desktop luxury. The HTML carries a space before
     each <br> so hiding them doesn't weld words together. */
  h1 br { display: none; }
}
@media (max-width: 720px) {
  .alongside { flex-direction: column; align-items: stretch; }
  .al-box { max-width: none; }
  .al-plus { align-self: center; }
  .two-up { grid-template-columns: 1fr; }
  .path { gap: 2px; }
  .path-arrow { flex-basis: 18px; }
  .path-node { width: 40px; height: 40px; font-size: 11px; }
  .email { margin: 16px auto; }
  .client-head, .em-body, .em-mast { padding-left: 16px; padding-right: 16px; }
  .tour-step { grid-template-columns: 40px 1fr; gap: 14px; }
  .tour-num { width: 38px; height: 38px; font-size: 14px; }
  .report-cover { padding: 24px 20px 18px; }
  .rc-title { font-size: 24px; }
  .rc-num { font-size: 22px; }
}
