/* ================================================================
   Proofline · Visual Section Mockups · v3b
   New, clean variants only. Loads AFTER mockups-v3.css.
   - Hero · two phones
   - Emails · annotated open-email
   - Pack · row-aligned, alternating, with thumbnails
   ================================================================ */

/* =====================================================================
   PHONE SCREEN · PDF READER  (.v3-pdf)
   ===================================================================== */
.v3-pdf {
  flex: 1; min-height: 0;
  display: flex; flex-direction: column;
  background: var(--pl-paper);
}
.v3-pdf-nav {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 4px 16px 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-pdf-nav .back {
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-bronze);
}
.v3-pdf-nav .ttl {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 10px; color: var(--pl-ink);
  text-align: center;
}
.v3-pdf-nav .share {
  font-family: -apple-system, sans-serif; font-size: 14px;
  color: var(--pl-bronze);
  text-align: right;
}
.v3-pdf-stage {
  flex: 1; min-height: 0;
  display: flex; align-items: stretch; justify-content: center;
  padding: 10px 12px;
  background: var(--pl-ivory-deep);
  overflow: hidden;
}
.v3-pdf-page {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 12px 14px;
  width: 100%;
  display: flex; flex-direction: column;
  gap: 6px;
  box-shadow: 0 8px 20px -12px rgba(13,13,11,0.2);
  min-height: 0;
  overflow: hidden;
}
.v3-pdf-page .pg-top {
  display: none;
}
.v3-pdf-page .pg-top .brand {
  font-family: var(--font-serif); font-size: 10px;
  color: var(--pl-ink); letter-spacing: 0.32em; text-transform: uppercase;
}
.v3-pdf-page .mk-label { font-size: 8px; }
.v3-pdf-page h2 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 16px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 0;
}
.v3-pdf-page .pg-img {
  flex: 1; min-height: 0;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.88);
  flex: 0 1 auto;
  min-height: 0;
}
.v3-pdf-page .pg-spec {
  display: grid; grid-template-columns: 56px 1fr;
  row-gap: 2px; column-gap: 8px;
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid var(--pl-line-soft);
}
.v3-pdf-page .pg-spec dt {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 7px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.v3-pdf-page .pg-spec dd {
  font-family: var(--font-serif); font-size: 9px;
  color: var(--pl-ink); margin: 0; line-height: 1.2;
}
.v3-pdf-page .pg-lines {
  display: flex; flex-direction: column; gap: 3px;
  padding-top: 4px;
  border-top: 1px solid var(--pl-line-soft);
}
.v3-pdf-page .pg-lines .ln {
  height: 5px;
  background: var(--pl-line-soft);
}
.v3-pdf-page .pg-lines .ln.dark { background: var(--pl-ink); height: 4px; }
.v3-pdf-page .pg-lines .ln.m { width: 80%; }
.v3-pdf-page .pg-lines .ln.s { width: 55%; }
.v3-pdf-page .pg-foot {
  margin-top: auto;
  display: flex; justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid var(--pl-line-soft);
  font-family: var(--font-mono); font-size: 7px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
}
.v3-pdf-tools {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 20px 14px;
  border-top: 1px solid var(--pl-line-soft);
  background: var(--pl-paper);
}
.v3-pdf-tool {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: var(--pl-bronze);
  border-radius: 6px;
}
.v3-pdf-tool-pg {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-soft); letter-spacing: 0.02em;
}
.v3-pdf-tool-share {
  margin-left: auto;
}

/* =====================================================================
   1 · HERO · TEXT LEFT + TWO PHONES RIGHT  (.v3-hero-tl)
   ===================================================================== */
.v3-hero-tl {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 48px;
  align-items: stretch;
}

.v3-hero-tl .htl-copy {
  display: flex; flex-direction: column;
  gap: 14px;
  align-self: center;
  min-width: 0;
}
.v3-hero-tl .htl-copy h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 52px; line-height: 1.02; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 8px 0 0;
  max-width: 18ch;
  text-wrap: pretty;
}
.v3-hero-tl .htl-copy h1 em {
  font-style: italic; color: var(--pl-bronze);
}
.v3-hero-tl .htl-copy .htl-lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 4px 0 0; max-width: 44ch;
}
.v3-hero-tl .htl-actions {
  display: flex; gap: 24px; align-items: center; margin-top: 14px;
}
.v3-hero-tl .htl-actions .btn-primary {
  display: inline-flex; align-items: center;
  padding: 10px 18px;
  background: var(--pl-ink); color: var(--pl-paper);
  font-family: -apple-system, sans-serif; font-weight: 500;
  font-size: 13px; letter-spacing: 0.04em;
}
.v3-hero-tl .htl-actions .btn-link {
  font-family: -apple-system, sans-serif; font-weight: 500;
  font-size: 13px; color: var(--pl-bronze);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.v3-hero-tl .htl-meta {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px; row-gap: 4px;
}
.v3-hero-tl .htl-meta dt {
  grid-row: 1;
  font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-ink-quiet);
}
.v3-hero-tl .htl-meta dd {
  grid-row: 2;
  font-family: var(--font-serif); font-size: 17px;
  color: var(--pl-ink); margin: 0;
  letter-spacing: -0.01em;
}

.v3-hero-tl .htl-stage {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.v3-hero-tl .htl-phone {
  display: flex;
  margin: 0;
  min-width: 0;
}

.v3-hero-tl .htl-axis {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px;
  padding: 0 4px;
  flex: 0 0 auto;
}
.v3-hero-tl .htl-axis .ax-arr {
  font-family: var(--font-mono); font-size: 30px;
  color: var(--pl-bronze); line-height: 1;
}
.v3-hero-tl .htl-axis .ax-d {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze); text-align: center; line-height: 1.4;
  white-space: nowrap;
}

/* =====================================================================
   2 · EMAILS · LAPTOP · INBOX · ANNOTATED  (.v3-em-lap)
   Compact, landscape laptop chassis showing a Gmail inbox. YOUR row
   stands out because the three attachment chips appear inline.
   Bracket annotations on either side point at the competitor rows
   (left) and YOUR row with the chips (right).
   ===================================================================== */
.v3-em-lap {
  flex: 1; min-height: 0;
  display: flex; flex-direction: column;
  gap: 18px;
}
.v3-em-lap .el-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 36px; align-items: end;
  padding-bottom: 12px;
  border-bottom: none;
}
.v3-em-lap .el-head h2 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 38px; line-height: 1.04; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 4px 0 0; text-wrap: pretty;
  max-width: 22ch;
}
.v3-em-lap .el-head h2 em {
  font-style: italic; color: var(--pl-bronze);
}
.v3-em-lap .el-head .el-lead {
  font-family: var(--font-sans); font-size: 13px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 52ch;
}

.v3-em-lap .el-stage {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 780px) minmax(180px, 1fr);
  align-items: center;
  gap: 22px;
  position: relative;
}

/* LAPTOP CHASSIS */
.v3-em-lap .el-laptop {
  position: relative;
  min-width: 0;
  display: flex; flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 780px;
}
.v3-em-lap .el-screen {
  background: #1a1a18;
  border-radius: 8px 8px 4px 4px;
  padding: 8px 8px 5px;
  box-shadow:
    0 0 0 1px rgba(13,13,11,0.6),
    0 24px 50px -28px rgba(13,13,11,0.4);
  display: flex; flex-direction: column;
}
.v3-em-lap .el-topbar {
  display: grid; grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  background: #f1efe8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.v3-em-lap .el-lights { display: flex; gap: 5px; }
.v3-em-lap .el-lights span {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--pl-line);
}
.v3-em-lap .el-lights .r { background: #e16a5a; }
.v3-em-lap .el-lights .y { background: #d8b35a; }
.v3-em-lap .el-lights .g { background: #66a85a; }
.v3-em-lap .el-addr {
  padding: 3px 12px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  border-radius: 3px;
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.02em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-align: center;
}
.v3-em-lap .el-actions { display: flex; gap: 4px; justify-content: flex-end; }
.v3-em-lap .el-actions span {
  width: 12px; height: 12px;
  background: rgba(0,0,0,0.06);
  border-radius: 2px;
}

.v3-em-lap .el-body {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 420px;
  background: var(--pl-paper);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}

/* Sidebar */
.v3-em-lap .el-sb {
  background: var(--pl-ivory);
  border-right: 1px solid var(--pl-line-soft);
  padding: 12px 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.v3-em-lap .el-sb .compose {
  display: inline-flex; align-items: center;
  padding: 6px 12px;
  margin-bottom: 8px;
  background: var(--pl-ink);
  color: var(--pl-paper);
  font-family: -apple-system, sans-serif; font-size: 11px;
  font-weight: 500;
  align-self: flex-start;
}
.v3-em-lap .el-sb .it {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-soft);
  padding: 4px 8px;
  display: flex; align-items: center; gap: 6px;
}
.v3-em-lap .el-sb .it em {
  margin-left: auto;
  font-style: normal; font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-bronze);
}
.v3-em-lap .el-sb .it.active {
  background: var(--pl-ivory-deep);
  color: var(--pl-ink); font-weight: 500;
}
.v3-em-lap .el-sb-labels {
  margin-top: 10px;
  display: flex; flex-direction: column; gap: 2px;
}
.v3-em-lap .el-sb-labels .mk-label { padding: 2px 8px; font-size: 8px; }
.v3-em-lap .el-sb-labels .it .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pl-bronze);
}

/* List */
.v3-em-lap .el-list {
  display: flex; flex-direction: column;
  min-width: 0;
}
.v3-em-lap .el-list-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 8px 14px;
  border-bottom: 1px solid var(--pl-line);
  background: var(--pl-paper);
}

/* Row */
.v3-em-lap .el-r {
  display: grid;
  grid-template-columns: 14px 12px minmax(140px, 1.1fr) minmax(0, 3fr) auto 56px;
  gap: 10px;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
  min-width: 0;
}
.v3-em-lap .el-r .check {
  width: 12px; height: 12px;
  border: 1px solid var(--pl-line);
}
.v3-em-lap .el-r .check.filled {
  background: var(--pl-ink); border-color: var(--pl-ink);
}
.v3-em-lap .el-r .star {
  font-family: -apple-system, sans-serif; font-size: 13px;
  color: var(--pl-line);
}
.v3-em-lap .el-r .star.filled { color: var(--pl-bronze); }
.v3-em-lap .el-r .from {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 11px; color: var(--pl-ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  min-width: 0;
}
.v3-em-lap .el-r .subj {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-soft);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  min-width: 0;
}
.v3-em-lap .el-r .subj strong { color: var(--pl-ink); font-weight: 500; }
.v3-em-lap .el-r .subj em { font-style: normal; color: var(--pl-ink-quiet); }
.v3-em-lap .el-r .when {
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: var(--pl-ink-quiet);
  text-align: right;
}

/* Small inline PDF chip on competitor rows */
.v3-em-lap .el-r-clip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 2px 6px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
  max-width: 140px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v3-em-lap .el-r-clip .ic.pdf {
  width: 6px; height: 9px;
  background: var(--pl-ink-quiet);
  clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
  flex: 0 0 auto;
}

.v3-em-lap .el-r-dim .from { color: var(--pl-ink-soft); font-weight: 500; }
.v3-em-lap .el-r-dim .subj { color: var(--pl-ink-quiet); }
.v3-em-lap .el-r-dim .subj strong { color: var(--pl-ink-soft); }

/* YOUR row */
.v3-em-lap .el-r-hl {
  background: var(--pl-ivory);
  box-shadow: inset 3px 0 0 var(--pl-bronze);
  grid-template-rows: auto auto;
  padding-bottom: 10px;
}
.v3-em-lap .el-r-hl .from { font-weight: 700; }
.v3-em-lap .el-r-hl .subj strong { font-weight: 700; }

/* Attachment chip tray inside YOUR row */
.v3-em-lap .el-r-atts {
  grid-row: 2;
  grid-column: 3 / -1;
  display: flex;
  gap: 6px;
  padding-top: 5px;
  margin-top: 1px;
}
.v3-em-lap .el-r-atts .att {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px 4px 5px;
  background: #f1f3f4;
  border-radius: 4px;
  min-width: 0;
  max-width: 140px;
}
/* Image thumbnail attachment */
.v3-em-lap .el-r-atts .att.att-photo .ic {
  width: 28px; height: 20px;
  border-radius: 2px;
  background-size: cover; background-position: center;
  flex-shrink: 0;
}
/* PDF icon — Google red doc style */
.v3-em-lap .el-r-atts .att.att-pdf .ic {
  width: 18px; height: 22px;
  flex-shrink: 0;
  position: relative;
  background: #ea4335;
  border-radius: 2px;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 1px 2px;
}
.v3-em-lap .el-r-atts .att.att-pdf .ic::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent rgba(255,255,255,0.35) transparent transparent;
}
.v3-em-lap .el-r-atts .att.att-pdf .ic span {
  position: relative;
  font-family: -apple-system, sans-serif; font-size: 4.5px;
  color: #fff; letter-spacing: 0.04em; font-weight: 700;
  text-transform: uppercase; line-height: 1;
}
.v3-em-lap .el-r-atts .att .txt {
  display: flex; flex-direction: column;
  min-width: 0;
}
.v3-em-lap .el-r-atts .att .nm {
  display: block;
  font-family: -apple-system, 'Google Sans', sans-serif; font-size: 8.5px;
  color: #202124; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  min-width: 0;
}
.v3-em-lap .el-r-atts .att .sub {
  display: block;
  font-family: -apple-system, sans-serif; font-size: 7px;
  color: #5f6368;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Laptop base */
.v3-em-lap .el-base {
  position: relative;
  height: 32px;
  background: linear-gradient(180deg, #d2cec7 0%, #b8b4ad 55%, #a8a5a0 100%);
  border-radius: 0 0 18px 18px;
  margin: 0 -6px;
  box-shadow: 0 2px 0 rgba(255,255,255,0.35) inset, 0 4px 10px -4px rgba(0,0,0,0.28);
  overflow: hidden;
}
/* key grid */
.v3-em-lap .el-base::before {
  display: none;
}
/* trackpad */
.v3-em-lap .el-base::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 52px; height: 8px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
}
.v3-em-lap .el-base .hinge {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 3px;
  background: rgba(0,0,0,0.18);
  border-radius: 0 0 4px 4px;
}

/* ANNOTATION BRACKETS · outside the laptop */
.v3-em-lap .el-anno {
  display: grid;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.v3-em-lap .el-anno-l {
  grid-template-columns: 1fr 12px;
  align-self: center;
  margin-top: -30px; /* shift up to point at competitor rows */
}
.v3-em-lap .el-anno-r {
  grid-template-columns: 12px 1fr;
  align-self: center;
  margin-top: 30px; /* shift down to point at YOUR row + chips */
  margin-left: -14px; /* pull bracket closer to laptop edge */
}
/* Mini attachment chip replicas inside annotation */
.v3-em-lap .el-anno-chips {
  display: flex; flex-direction: column; gap: 5px;
  margin: 6px 0 2px;
}
.v3-em-lap .el-chip {
  display: flex; align-items: center; gap: 7px;
  padding: 4px 8px;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-bronze);
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink); letter-spacing: 0.04em;
  white-space: nowrap; overflow: hidden;
}
.v3-em-lap .el-chip .ic {
  width: 20px; height: 20px;
  background-size: cover; background-position: center;
  flex-shrink: 0;
  border-radius: 1px;
}
.v3-em-lap .el-chip-pdf .ic {
  background: var(--pl-ink);
  color: var(--pl-paper);
  display: flex; align-items: center; justify-content: center;
  font-size: 6px; font-weight: 600; letter-spacing: 0.08em;
}
.v3-em-lap .el-bk {
  border-top: 1px solid var(--pl-ink-quiet);
  border-bottom: 1px solid var(--pl-ink-quiet);
  border-left: 1px solid var(--pl-ink-quiet);
  height: 130px;
}
.v3-em-lap .el-bk.r {
  border-left: none;
  border-right: 1px solid var(--pl-ink-quiet);
}
.v3-em-lap .el-anno.strong .el-bk {
  border-color: var(--pl-bronze);
  border-width: 2px;
  height: 140px;
}
.v3-em-lap .el-anno-lbl {
  display: flex; flex-direction: column; gap: 5px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 12px 14px;
  text-align: right;
}
.v3-em-lap .el-anno-r .el-anno-lbl {
  text-align: left;
}
.v3-em-lap .el-anno.strong .el-anno-lbl {
  border: 1px solid var(--pl-bronze);
  border-top: 3px solid var(--pl-bronze);
}
.v3-em-lap .el-anno-lbl .num {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
}
.v3-em-lap .el-anno-lbl .t {
  font-family: var(--font-serif); font-size: 15px;
  color: var(--pl-ink); letter-spacing: -0.005em; line-height: 1.2;
}
.v3-em-lap .el-anno.strong .el-anno-lbl .t {
  font-size: 17px;
}
.v3-em-lap .el-anno-lbl .d {
  font-family: var(--font-sans); font-size: 11px; line-height: 1.45;
  color: var(--pl-ink-soft);
}
.v3-em-lap .el-anno-lbl .hand {
  font-family: 'Caveat', cursive; font-size: 16px;
  color: var(--pl-bronze);
  margin-top: 4px;
}

/* =====================================================================
   6 · PROOF PACK · ROW-ALIGNED · ALTERNATING + THUMBNAILS
   ---------------------------------------------------------------
   Same mechanical alignment as before: chrome row (head + foot) +
   7 equal rows + bezel-bottom pad. Each callout occupies its
   specific row of its side. Alternating fills 4 left + 3 right.
   ===================================================================== */
.v3b-pack {
  flex: 1; min-height: 0;
  display: flex;
}
.v3b-pack .pk-stage {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  grid-template-rows: 145px repeat(7, 1fr) 20px;
  column-gap: 32px;
  row-gap: 0;
  align-items: stretch;
  position: relative;
}

.v3b-pack .pk-phone-wrap {
  grid-column: 2;
  grid-row: 1 / -1;
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 0;
}
.v3b-pack .pk-phone-wrap .v3-phone {
  height: 520px !important;
  max-height: 520px !important;
  width: 240px !important;
  max-width: 240px !important;
}

/* ---- Tighten the in-phone Files view so all 7 rows + header fit cleanly
        inside the narrow ~200px-wide phone screen without truncation ---- */
.v3b-pack .pk-phone-wrap .v3-files-nav {
  padding: 2px 10px 4px;
  font-size: 9px;
}
.v3b-pack .pk-phone-wrap .v3-files-nav .dots { font-size: 14px; }
.v3b-pack .pk-phone-wrap .v3-files-ttl {
  padding: 4px 10px 8px;
  gap: 2px;
}
.v3b-pack .pk-phone-wrap .v3-files-ttl .mk-label {
  font-size: 7px;
  letter-spacing: 0.16em;
}
.v3b-pack .pk-phone-wrap .v3-files-ttl h4 {
  font-size: 13px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.v3b-pack .pk-phone-wrap .v3-files-ttl .meta {
  font-size: 7px;
  margin-top: 2px;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row {
  padding: 4px 10px;
  grid-template-columns: 14px 22px 1fr 8px;
  gap: 6px;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .num {
  font-size: 7px;
  letter-spacing: 0.04em;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .ic {
  width: 22px;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .ic .ext {
  font-size: 5px;
  bottom: 2px; left: 2px;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .info .nm {
  font-size: 9px;
  letter-spacing: 0;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .info .sub {
  font-size: 7px;
  letter-spacing: 0.02em;
}
.v3b-pack .pk-phone-wrap .v3-files-list .row .chev {
  font-size: 10px;
}
.v3b-pack .pk-phone-wrap .v3-status {
  padding: 8px 12px 0;
  font-size: 9px;
}

.v3b-pack .pk-head {
  grid-column: 1;
  grid-row: 1;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding-bottom: 14px; padding-right: 12px;
  border-bottom: 1px solid var(--pl-line);
  overflow: visible;
}
.v3b-pack .pk-head h2 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 30px; line-height: 1.04; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 2px 0 0;
  text-wrap: pretty;
}
.v3b-pack .pk-head h2 em {
  font-style: italic; color: var(--pl-bronze);
}
.v3b-pack .pk-head .pk-lead {
  font-family: var(--font-sans); font-size: 12px; line-height: 1.45;
  color: var(--pl-ink-soft); margin: 0; max-width: 40ch;
}

.v3b-pack .pk-foot {
  grid-column: 3;
  grid-row: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-self: end;
  padding-bottom: 14px; padding-left: 12px;
  border-bottom: 1px solid var(--pl-line);
}
.v3b-pack .pk-foot .f-cell {
  border-right: 1px solid var(--pl-line-soft);
  padding: 0 14px;
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
}
.v3b-pack .pk-foot .f-cell:first-child { padding-left: 0; }
.v3b-pack .pk-foot .f-cell:last-child { border-right: none; padding-right: 0; }
.v3b-pack .pk-foot .f-cell .lbl {
  font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-ink-quiet);
}
.v3b-pack .pk-foot .f-cell .v {
  font-family: var(--font-serif); font-size: 13px; color: var(--pl-ink);
  line-height: 1.25;
}
.v3b-pack .pk-foot .f-cell.strong .lbl { color: var(--pl-bronze); }
.v3b-pack .pk-foot .f-cell.strong .v { font-style: italic; }

/* Callouts */
.v3b-pack .pk-callout {
  display: grid;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 0; min-width: 0;
}
.v3b-pack .pk-l {
  grid-column: 1;
  grid-template-columns: 1fr 28px 28px;
  text-align: right;
}
.v3b-pack .pk-r {
  grid-column: 3;
  grid-template-columns: 28px 28px 1fr;
  text-align: left;
}
.v3b-pack .pk-callout.row-1 { grid-row: 2; }
.v3b-pack .pk-callout.row-2 { grid-row: 3; }
.v3b-pack .pk-callout.row-3 { grid-row: 4; }
.v3b-pack .pk-callout.row-4 { grid-row: 5; }
.v3b-pack .pk-callout.row-5 { grid-row: 6; }
.v3b-pack .pk-callout.row-6 { grid-row: 7; }
.v3b-pack .pk-callout.row-7 { grid-row: 8; }

.v3b-pack .pk-callout .txt {
  display: flex; flex-direction: column; gap: 1px;
  min-width: 0;
}
.v3b-pack .pk-callout .lbl {
  font-family: var(--font-serif); font-size: 16px;
  color: var(--pl-ink); letter-spacing: -0.005em; line-height: 1.15;
}
.v3b-pack .pk-callout .desc {
  font-family: var(--font-sans); font-size: 10px; line-height: 1.4;
  color: var(--pl-ink-soft);
}
.v3b-pack .pk-callout .num {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
  justify-self: center;
}
.v3b-pack .pk-callout .ln {
  height: 1px;
  background: var(--pl-line);
  width: 100%;
  align-self: center;
  position: relative;
}
.v3b-pack .pk-l .ln::after,
.v3b-pack .pk-r .ln::before {
  content: '';
  position: absolute;
  width: 5px; height: 5px;
  background: var(--pl-bronze);
  top: 50%; transform: translateY(-50%);
}
.v3b-pack .pk-l .ln::after { right: -2px; }
.v3b-pack .pk-r .ln::before { left: -2px; }
.v3b-pack .pk-callout .thumb {
  display: none;
}

/* Gmail-style attachment chip */
.v3b-pack .pk-chip {
  display: flex; align-items: center; gap: 8px;
  margin-top: 7px;
  padding: 5px 8px 5px 5px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  max-width: 100%;
  overflow: hidden;
}
.v3b-pack .pk-chip-ic {
  width: 32px; height: 32px;
  flex-shrink: 0;
}
.v3b-pack .pk-chip-img {
  background-size: cover; background-position: center;
  filter: saturate(0.85);
}
.v3b-pack .pk-chip-ext {
  background: var(--pl-ink);
  display: flex; align-items: center; justify-content: center;
}
.v3b-pack .pk-chip-ext span {
  font-family: var(--font-mono); font-size: 7px; font-weight: 700;
  color: var(--pl-paper); letter-spacing: 0.1em;
}
.v3b-pack .pk-chip-info {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0;
}
.v3b-pack .pk-chip-name {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink); letter-spacing: 0.02em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: block;
}
.v3b-pack .pk-chip-meta {
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
  display: block;
}
  overflow: hidden;
}

/* =====================================================================
   PACK · THUMBNAIL VARIANTS  (.pk-thumb)
   ===================================================================== */
.pk-thumb {
  width: 60px; height: 44px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  position: relative;
  overflow: hidden;
}
.pk-thumb-case {
  display: flex; flex-direction: column; padding: 3px;
  gap: 2px;
}
.pk-thumb-case .hd {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.pk-thumb-case .hd .brand {
  font-family: var(--font-serif); font-size: 4px;
  color: var(--pl-ink); letter-spacing: 0.18em; text-transform: uppercase;
}
.pk-thumb-case .hd .mk-meta { font-size: 4px; }
.pk-thumb-case .img {
  flex: 1;
  background-size: cover; background-position: center;
  filter: saturate(0.85);
}
.pk-thumb-case .lines {
  display: flex; flex-direction: column; gap: 1px;
}
.pk-thumb-case .lines span {
  height: 1px; background: var(--pl-line);
}
.pk-thumb-case .lines span.s { width: 60%; }

.pk-thumb-proposal {
  padding: 5px;
  display: flex; flex-direction: column; justify-content: center;
}
.pk-thumb-proposal .proposal-grid {
  display: flex; flex-direction: column; gap: 2px;
}
.pk-thumb-proposal .r {
  display: flex; justify-content: space-between; gap: 6px;
}
.pk-thumb-proposal .r .d {
  flex: 1; height: 2px; background: var(--pl-line-soft);
}
.pk-thumb-proposal .r .v {
  width: 12px; height: 2px; background: var(--pl-ink-quiet);
}
.pk-thumb-proposal .r.total { padding-top: 2px; border-top: 1px solid var(--pl-line); margin-top: 1px; }
.pk-thumb-proposal .r.total .d { background: var(--pl-ink); }
.pk-thumb-proposal .r.total .v { background: var(--pl-ink); width: 16px; }

.pk-thumb-images {
  position: relative; padding: 2px;
}
.pk-thumb-images .img-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; height: 100%;
}
.pk-thumb-images .img-grid > div {
  background-size: cover; background-position: center;
  filter: saturate(0.85);
}
.pk-thumb-images .count {
  position: absolute; bottom: 3px; right: 3px;
  font-family: var(--font-mono); font-size: 7px;
  background: rgba(13,13,11,0.85);
  color: white;
  padding: 1px 4px;
  letter-spacing: 0.04em;
}

.pk-thumb-gbp {
  padding: 3px;
}
.pk-thumb-gbp .gbp-card {
  background: var(--pl-paper);
  height: 100%;
  display: flex; flex-direction: column;
  border: 1px solid var(--pl-line-soft);
}
.pk-thumb-gbp .gbp-card .img {
  flex: 1;
  background-size: cover; background-position: center;
  filter: saturate(0.88);
}
.pk-thumb-gbp .gbp-card .meta {
  display: flex; flex-direction: column; gap: 1px;
  padding: 2px 4px;
  background: var(--pl-paper);
}
.pk-thumb-gbp .gbp-card .meta .t {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 5px; color: var(--pl-ink);
}
.pk-thumb-gbp .gbp-card .meta .stars {
  font-family: -apple-system, sans-serif; font-size: 5px;
  color: var(--pl-bronze); letter-spacing: 0;
}

.pk-thumb-social {
  position: relative; padding: 3px;
}
.pk-thumb-social .post {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; height: 100%;
}
.pk-thumb-social .post .img {
  background-size: cover; background-position: center;
  filter: saturate(0.88);
}
.pk-thumb-social .post .cap {
  display: flex; flex-direction: column; gap: 1px;
  justify-content: center;
}
.pk-thumb-social .post .cap span {
  height: 1px; background: var(--pl-line);
}
.pk-thumb-social .post .cap span.s { width: 60%; }
.pk-thumb-social .count {
  position: absolute; bottom: 3px; right: 3px;
  font-family: var(--font-mono); font-size: 7px;
  background: rgba(13,13,11,0.85);
  color: white;
  padding: 1px 4px;
}

.pk-thumb-notes {
  padding: 5px;
  display: flex; flex-direction: column; justify-content: center;
}
.pk-thumb-notes .note-grid {
  display: grid; grid-template-columns: 4px 1fr;
  row-gap: 3px; column-gap: 4px;
  align-items: center;
}
.pk-thumb-notes .note-grid .dot {
  width: 3px; height: 3px;
  background: var(--pl-ink);
  border-radius: 50%;
}
.pk-thumb-notes .note-grid .ln {
  height: 1px;
  background: var(--pl-line);
}
.pk-thumb-notes .note-grid .ln.m { width: 80%; }
.pk-thumb-notes .note-grid .ln.s { width: 55%; }

.pk-thumb-rescue {
  padding: 0;
}
.pk-thumb-rescue .ba {
  position: relative;
  width: 100%; height: 100%;
}
.pk-thumb-rescue .ba .bf,
.pk-thumb-rescue .ba .af {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.pk-thumb-rescue .ba .bf {
  filter: saturate(0.35) brightness(0.65) hue-rotate(-8deg);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}
.pk-thumb-rescue .ba .af {
  filter: saturate(0.95);
}
.pk-thumb-rescue .ba .line {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top right,
      transparent calc(50% - 0.5px),
      var(--pl-paper) calc(50% - 0.5px),
      var(--pl-paper) calc(50% + 0.5px),
      transparent calc(50% + 0.5px));
  z-index: 3;
}

/* ====================== END ============================== */
