/* ================================================================
   Proofline · Visual Section Mockups v3 — variant styles
   Targeted variants for hero, emails, photo rescue, proof-pack folder.
   Loads after styles.css + mockups.css + mockups-v2.css.
   Artboards are 1500×900 inside .mk-board (32px padding).
   ================================================================ */

/* =====================================================================
   PHONE PRIMITIVE  (.v3-phone)
   ===================================================================== */
.v3-phone {
  position: relative;
  aspect-ratio: 9 / 19.5;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(13,13,11,0.30))
          drop-shadow(0 1px 0 rgba(13,13,11,0.05));
}
/* When fit=true, the phone fills its parent's height and computes
   its own width from aspect-ratio. The inline style sets height:100%. */
.v3-phone-fit { width: auto !important; max-width: 100%; }
.v3-phone-bezel {
  position: absolute; inset: 0;
  background: #0d0d0b;
  border-radius: 38px;
  padding: 7px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    inset 0 0 0 2px #0d0d0b;
}
.v3-phone-notch {
  position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 22px;
  background: #0d0d0b;
  border-radius: 13px;
  z-index: 3;
}
.v3-phone-side {
  position: absolute;
  top: 28%; right: -2px;
  width: 2px; height: 64px;
  background: #1a1a18;
  border-radius: 0 2px 2px 0;
  z-index: -1;
}
.v3-phone-scr {
  position: relative;
  width: 100%; height: 100%;
  background: var(--pl-paper);
  border-radius: 32px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.v3-phone-md .v3-phone-bezel { border-radius: 30px; padding: 5px; }
.v3-phone-md .v3-phone-scr { border-radius: 26px; }
.v3-phone-md .v3-phone-notch { top: 11px; width: 64px; height: 16px; border-radius: 10px; }
.v3-phone-sm .v3-phone-bezel { border-radius: 22px; padding: 4px; }
.v3-phone-sm .v3-phone-scr { border-radius: 19px; }
.v3-phone-sm .v3-phone-notch { top: 8px; width: 48px; height: 12px; border-radius: 8px; }
.v3-phone-xl .v3-phone-bezel { border-radius: 46px; padding: 8px; }
.v3-phone-xl .v3-phone-scr { border-radius: 40px; }
.v3-phone-xl .v3-phone-notch { top: 20px; width: 100px; height: 26px; border-radius: 16px; }

/* Status bar */
.v3-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 4px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 13px; font-weight: 600; color: var(--pl-ink);
  flex: 0 0 auto;
}
.v3-status.dark { color: white; }
.v3-status .ri { display: flex; gap: 4px; }
.v3-status .ri span {
  width: 14px; height: 8px;
  background: currentColor;
  border-radius: 1px;
  opacity: 0.9;
}
.v3-status .ri span:nth-child(1) { width: 16px; clip-path: polygon(0 100%, 4px 100%, 4px 60%, 9px 60%, 9px 30%, 14px 30%, 14px 0, 18px 0, 18px 100%); }
.v3-status .ri span:nth-child(2) { width: 14px; border-radius: 1.5px; }
.v3-status .ri span:nth-child(3) { width: 22px; height: 10px; border-radius: 2px; }

.v3-phone-md .v3-status { padding: 10px 16px 2px; font-size: 10px; }
.v3-phone-md .v3-status .ri span { height: 6px; }
.v3-phone-md .v3-status .ri span:nth-child(3) { height: 8px; }
.v3-phone-sm .v3-status { padding: 8px 12px 2px; font-size: 9px; }

/* =====================================================================
   CAMERA ROLL  (.v3-roll)
   ===================================================================== */
.v3-roll {
  display: flex; flex-direction: column;
  flex: 1; min-height: 0;
}
.v3-roll-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 18px 8px;
  font-family: -apple-system, sans-serif; font-size: 13px;
  color: var(--pl-bronze);
}
.v3-roll-nav .ttl { font-weight: 700; color: var(--pl-ink); letter-spacing: -0.01em; font-size: 17px; }
.v3-roll-day {
  padding: 4px 18px 8px;
  display: flex; flex-direction: column; gap: 2px;
}
.v3-roll-day span:first-child {
  font-family: -apple-system, sans-serif; font-weight: 700;
  font-size: 17px; color: var(--pl-ink); letter-spacing: -0.01em;
}
.v3-roll-day .mk-meta { font-size: 9px; }
.v3-roll-grid {
  flex: 1; min-height: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; padding: 0 4px;
}
.v3-roll-grid .cell {
  position: relative;
  aspect-ratio: 1 / 1;
  background-size: cover; background-position: center;
  filter: saturate(0.92);
}
.v3-roll-grid .cell .t {
  position: absolute; bottom: 4px; right: 4px;
  font-family: var(--font-mono); font-size: 8px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 1px 4px;
  letter-spacing: 0.04em;
}
.v3-roll-tabs {
  flex: 0 0 auto;
  display: flex; justify-content: space-between;
  padding: 8px 18px 14px;
  border-top: 1px solid var(--pl-line-soft);
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: var(--pl-ink-quiet);
}
.v3-roll-tabs .t.active { color: var(--pl-bronze); font-weight: 600; }

.v3-phone-md .v3-roll-nav { padding: 2px 12px 6px; font-size: 10px; }
.v3-phone-md .v3-roll-nav .ttl { font-size: 12px; }
.v3-phone-md .v3-roll-day { padding: 2px 12px 6px; }
.v3-phone-md .v3-roll-day span:first-child { font-size: 12px; }
.v3-phone-md .v3-roll-grid { gap: 1.5px; padding: 0 3px; }
.v3-phone-md .v3-roll-tabs { padding: 6px 12px 8px; font-size: 8px; }

.v3-phone-sm .v3-roll { position: relative; }
.v3-phone-sm .v3-roll-nav { padding: 2px 10px 4px; font-size: 9px; }
.v3-phone-sm .v3-roll-nav .ttl { font-size: 10px; }
.v3-phone-sm .v3-roll-day span:first-child { font-size: 10px; }
.v3-phone-sm .v3-roll-day { padding: 2px 10px 4px; }
.v3-phone-sm .v3-roll-grid { gap: 1px; padding: 0 2px; align-content: start; }
.v3-phone-sm .v3-roll-tabs { padding: 4px 10px 6px; font-size: 7px; position: absolute; bottom: 0; left: 0; right: 0; background: var(--pl-paper); z-index: 2; }

/* =====================================================================
   FILES FOLDER  (.v3-files)
   ===================================================================== */
.v3-files { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.v3-files-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 18px 8px;
  font-family: -apple-system, sans-serif; font-size: 13px;
  color: var(--pl-bronze);
}
.v3-files-nav .dots { font-size: 18px; line-height: 1; color: var(--pl-ink-quiet); padding: 0 4px; }
.v3-files-ttl {
  padding: 8px 18px 14px;
  display: flex; flex-direction: column; gap: 4px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-files-ttl h4 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 23px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 2px 0 0;
}
.v3-files-ttl .meta { font-family: var(--font-mono); font-size: 9px; color: var(--pl-ink-quiet); letter-spacing: 0.04em; margin-top: 4px; }
.v3-files-list {
  flex: 1;
  display: grid; grid-template-rows: repeat(7, 1fr);
  padding: 0 0 12px;
  overflow: hidden;
  min-height: 0;
}
.v3-files-list .row {
  display: grid; grid-template-columns: 22px 44px 1fr 18px;
  gap: 10px; align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid var(--pl-line-soft);
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
.v3-files-list .row:last-child { border-bottom: none; }
.v3-files-list .row .num {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-bronze);
}
.v3-files-list .row .ic {
  width: 44px; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  position: relative;
  background-color: var(--pl-paper);
  max-height: 100%;
}
.v3-files-list .row .ic.pdf,
.v3-files-list .row .ic.doc,
.v3-files-list .row .ic.folder {
  background-image: none;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 4px;
}
.v3-files-list .row .ic.pdf { background: var(--pl-paper); }
.v3-files-list .row .ic.pdf::before {
  content: '';
  position: absolute; top: 4px; left: 4px; right: 4px; bottom: 14px;
  background:
    linear-gradient(var(--pl-line) 1px, transparent 1px) 0 0 / 100% 5px;
  opacity: 0.5;
}
.v3-files-list .row .ic.doc { background: var(--pl-paper); }
.v3-files-list .row .ic.doc::before {
  content: '¶';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--font-serif); color: var(--pl-ink-quiet);
}
.v3-files-list .row .ic.folder {
  background: var(--pl-ivory);
  border-color: var(--pl-bronze);
}
.v3-files-list .row .ic.folder::before {
  content: '';
  position: absolute; top: 4px; left: 4px; width: 14px; height: 4px;
  background: var(--pl-bronze);
}
.v3-files-list .row .ic .ext {
  position: absolute; bottom: 3px; left: 4px;
  font-family: var(--font-mono); font-size: 7px;
  letter-spacing: 0.08em; color: var(--pl-ink-quiet);
  text-transform: uppercase;
  z-index: 2;
}
.v3-files-list .row .info { display: flex; flex-direction: column; gap: 1px; min-width: 0; min-height: 0; overflow: hidden; }
.v3-files-list .row .info .nm {
  font-family: -apple-system, sans-serif; font-size: 13px;
  color: var(--pl-ink); letter-spacing: -0.005em;
  font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v3-files-list .row .info .sub {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v3-files-list .row .chev {
  font-family: -apple-system, sans-serif; font-size: 14px;
  color: var(--pl-ink-quiet); text-align: right;
}

.v3-phone-md .v3-files-nav { padding: 2px 12px 6px; font-size: 10px; }
.v3-phone-md .v3-files-ttl { padding: 6px 12px 10px; }
.v3-phone-md .v3-files-ttl h4 { font-size: 16px; }
.v3-phone-md .v3-files-list .row {
  padding: 7px 12px;
  grid-template-columns: 18px 30px 1fr 14px;
  gap: 8px;
}
.v3-phone-md .v3-files-list .row .ic { width: 30px; }
.v3-phone-md .v3-files-list .row .info .nm { font-size: 10px; }
.v3-phone-md .v3-files-list .row .info .sub { font-size: 8px; }

/* =====================================================================
   INBOX LIST  (.v3-inbox)
   ===================================================================== */
.v3-inbox { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.v3-inbox-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 4px 18px 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-inbox-head .back { font-family: -apple-system, sans-serif; font-size: 12px; color: var(--pl-bronze); }
.v3-inbox-head h5 {
  font-family: -apple-system, sans-serif; font-weight: 700;
  font-size: 26px; letter-spacing: -0.02em; color: var(--pl-ink);
  margin: 2px 0 0;
}
.v3-inbox-head .meta { font-family: var(--font-mono); font-size: 9px; color: var(--pl-ink-quiet); letter-spacing: 0.04em; margin-top: 4px; display: block; }
.v3-inbox-head .edit { font-family: -apple-system, sans-serif; font-size: 13px; color: var(--pl-bronze); padding-top: 4px; }
.v3-inbox-search {
  margin: 10px 16px;
  padding: 6px 12px;
  background: var(--pl-ivory-deep);
  border-radius: 8px;
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-quiet);
}
.v3-inbox-list { flex: 1; }
.v3-inbox-list .thread {
  display: grid; grid-template-columns: 14px 1fr auto;
  gap: 10px; align-items: flex-start;
  padding: 14px 18px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-inbox-list .thread .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pl-bronze);
  margin-top: 6px;
}
.v3-inbox-list .thread .dot.read { background: transparent; }
.v3-inbox-list .thread .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.v3-inbox-list .thread .from {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 13px; color: var(--pl-ink);
}
.v3-inbox-list .thread .subj {
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink); letter-spacing: -0.005em;
}
.v3-inbox-list .thread .prev {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-quiet); line-height: 1.35;
  max-height: 2.7em; overflow: hidden;
  text-overflow: ellipsis;
}
.v3-inbox-list .thread .when {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-quiet);
}
.v3-inbox-list .thread.hl {
  background: var(--pl-ivory);
  border-left: 2px solid var(--pl-bronze);
  margin-left: -2px;
}
.v3-inbox-list .thread.hl .dot { background: var(--pl-ink); }
.v3-inbox-list .thread .att {
  margin-top: 8px;
  display: grid; grid-template-columns: 38px 1fr;
  gap: 10px; align-items: center;
  padding: 6px; background: var(--pl-paper);
  border: 1px solid var(--pl-line);
}
.v3-inbox-list .thread .att .ic {
  width: 38px; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
}
.v3-inbox-list .thread .att .nm {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink); letter-spacing: 0.04em;
}
.v3-inbox-list .thread .att .mt {
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}

/* =====================================================================
   HOME SCREEN (.v3-home) + SHARE (.v3-share)
   ===================================================================== */
.v3-home {
  flex: 1; min-height: 0;
  background:
    linear-gradient(180deg, #1c2228 0%, #2a2d2c 50%, #3a352c 100%);
  color: white;
  display: flex; flex-direction: column;
  position: relative;
}
.v3-home::before {
  /* subtle paper grain */
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,0.04), transparent 40%),
    radial-gradient(circle at 75% 80%, rgba(255,200,140,0.06), transparent 50%);
  pointer-events: none;
}
.v3-home-time {
  text-align: center;
  font-family: -apple-system, sans-serif; font-weight: 200;
  font-size: 56px; line-height: 1; color: white;
  padding-top: 8px;
}
.v3-home-date {
  text-align: center;
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: rgba(255,255,255,0.7); letter-spacing: 0.04em;
  padding: 4px 0 18px;
}
.v3-home-grid {
  flex: 1;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px 12px;
  padding: 12px 18px;
  align-content: flex-start;
}
.v3-home-grid .app {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.v3-home-grid .app .ic {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.16);
  border-radius: 11px;
  backdrop-filter: blur(8px);
}
.v3-home-grid .app span {
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: white; letter-spacing: 0.02em;
}
.v3-home-grid .app.folder .folder-ic {
  background: rgba(255,255,255,0.18);
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  padding: 8px;
}
.v3-home-grid .app.folder .folder-ic .ff {
  background: var(--pl-paper);
  border-radius: 4px;
}
.v3-home-grid .app.folder .folder-ic .ff.f1 { background: var(--pl-ink); }
.v3-home-grid .app.folder .folder-ic .ff.f4 { background: var(--pl-bronze); }
.v3-home-grid .app.folder span { color: white; font-weight: 600; }

.v3-home-dock {
  margin: 14px;
  padding: 10px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  flex: 0 0 auto;
}
.v3-home-dock .dock-ic {
  aspect-ratio: 1/1;
  background: rgba(255,255,255,0.2);
  border-radius: 11px;
}
.v3-home-dock .dock-ic.active {
  background: var(--pl-paper);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 18px;
  color: var(--pl-ink); font-weight: 400;
  letter-spacing: 0.06em;
}

.v3-home.tight .v3-home-time { font-size: 38px; padding-top: 4px; }
.v3-home.tight .v3-home-date { font-size: 9px; padding-bottom: 10px; }
.v3-home.tight .v3-home-grid { gap: 8px 10px; padding: 8px 14px; }
.v3-home.tight .v3-home-grid .app .ic { width: 34px; height: 34px; border-radius: 8px; }
.v3-home.tight .v3-home-grid .app span { font-size: 7px; }
.v3-home.tight .v3-home-dock { margin: 10px; padding: 6px; gap: 8px; border-radius: 16px; }

.v3-phone-md .v3-home-time { font-size: 38px; }
.v3-phone-md .v3-home-date { font-size: 9px; }
.v3-phone-md .v3-home-grid .app .ic { width: 34px; height: 34px; }
.v3-phone-md .v3-home-grid .app span { font-size: 7px; }

/* Share */
.v3-share { flex: 1; min-height: 0; display: flex; flex-direction: column; background: var(--pl-paper); }
.v3-share-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 18px 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-share-head .cancel { font-family: -apple-system, sans-serif; font-size: 13px; color: var(--pl-bronze); }
.v3-share-head .ttl { font-family: -apple-system, sans-serif; font-weight: 600; font-size: 14px; color: var(--pl-ink); }
.v3-share-file {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 12px; align-items: center;
  padding: 14px 18px;
  background: var(--pl-ivory);
  margin: 14px;
  border: 1px solid var(--pl-line);
}
.v3-share-file .i {
  width: 48px; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  filter: saturate(0.85);
}
.v3-share-file .nm {
  font-family: -apple-system, sans-serif; font-size: 13px;
  color: var(--pl-ink); font-weight: 600;
  display: block;
}
.v3-share-file .sub {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
  display: block; margin-top: 2px;
}
.v3-share-targets {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 14px 14px;
}
.v3-share-targets .t {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.v3-share-targets .t .ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: -apple-system, sans-serif; font-weight: 700;
  font-size: 16px; color: white;
}
.v3-share-targets .t .ic.m { background: #2a6df5; }
.v3-share-targets .t .ic.w { background: #25d366; }
.v3-share-targets .t .ic.g { background: #ea4335; }
.v3-share-targets .t .ic.a { background: #007aff; }
.v3-share-targets .t span:last-child {
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: var(--pl-ink);
}
.v3-share-actions {
  flex: 1;
  padding: 0 14px 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.v3-share-actions .a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 14px;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line-soft);
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink);
}
.v3-share-actions .a .r {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-share-actions .a.hl {
  background: var(--pl-ink); color: var(--pl-paper);
}
.v3-share-actions .a.hl .r { color: rgba(251,248,241,0.7); }

/* =====================================================================
   1A · HERO DIPTYCH
   ===================================================================== */
.v3-hero-dip { flex: 1; display: flex; flex-direction: column; gap: 22px; min-height: 0; }
.v3-hero-dip .hd-head {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: end;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pl-line);
}
.v3-hero-dip .hd-head h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 42px; line-height: 1.02; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 8px 0 0;
  text-wrap: pretty;
}
.v3-hero-dip .hd-head .lead {
  font-family: var(--font-sans); font-size: 13px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 46ch;
}
.v3-hero-dip .hd-stage {
  flex: 1; display: grid;
  grid-template-columns: 1fr 0.55fr 1fr;
  gap: 24px; align-items: stretch;
  min-height: 0;
}
.v3-hero-dip .hd-side {
  display: flex; flex-direction: column; gap: 12px;
  margin: 0;
}
.v3-hero-dip .hd-side header {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-dip .hd-device-wrap,
.v3-hero-dip .hd-doc-wrap {
  flex: 1; min-height: 0;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.v3-hero-dip figcaption {
  display: flex; flex-direction: column; gap: 2px;
  padding-top: 10px; border-top: 1px solid var(--pl-line-soft);
  text-align: center;
}
.v3-hero-dip figcaption .big {
  font-family: var(--font-serif); font-size: 19px;
  color: var(--pl-ink); letter-spacing: -0.01em;
}
.v3-hero-dip figcaption span:last-child {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}

.v3-hero-dip .hd-axis {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px;
  padding: 50px 0;
  position: relative;
}
.v3-hero-dip .hd-axis .dot {
  width: 8px; height: 8px;
  background: var(--pl-ink);
  border-radius: 50%;
}
.v3-hero-dip .hd-axis .ax-line {
  width: 1px; flex: 1;
  background: var(--pl-line);
  min-height: 28px;
}
.v3-hero-dip .hd-axis .ax-label {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
  padding: 12px 16px;
  position: relative;
}
.v3-hero-dip .hd-axis .ax-label .t {
  font-family: var(--font-serif); font-size: 19px;
  color: var(--pl-ink); letter-spacing: -0.01em;
}
.v3-hero-dip .hd-axis .ax-label .s {
  font-family: var(--font-sans); font-size: 10px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v3-hero-dip .hd-axis .arr {
  font-family: var(--font-mono); font-size: 24px;
  color: var(--pl-bronze); line-height: 1;
  margin-top: 4px;
}

/* PDF document */
.v3-hero-dip .hd-doc {
  position: relative;
  width: 78%;
  max-height: 100%;
}
.v3-hero-dip .hd-doc .doc-shadow {
  position: absolute;
  inset: 6px -6px -10px 6px;
  background: var(--pl-ivory-deep);
  z-index: 0;
}
.v3-hero-dip .hd-doc .doc-paper {
  position: relative;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 12px 14px 10px;
  box-shadow: 0 12px 30px -16px rgba(13,13,11,0.18);
  display: flex; flex-direction: column; gap: 6px;
}
.v3-hero-dip .hd-doc .doc-top {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-dip .hd-doc .doc-top .brand {
  font-family: var(--font-serif); font-size: 11px;
  color: var(--pl-ink); letter-spacing: 0.32em;
  text-transform: uppercase;
}
.v3-hero-dip .hd-doc .mk-label.small { font-size: 9px; }
.v3-hero-dip .hd-doc .doc-h2 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 22px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 2px 0 0;
}
.v3-hero-dip .hd-doc .doc-meta {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-hero-dip .hd-doc .doc-img {
  aspect-ratio: 16 / 9;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.88);
}
.v3-hero-dip .hd-doc .doc-spec {
  display: grid; grid-template-columns: 70px 1fr;
  row-gap: 3px; column-gap: 10px;
  margin: 2px 0 0;
  border-top: 1px solid var(--pl-line-soft);
  padding-top: 6px;
}
.v3-hero-dip .hd-doc .doc-spec dt {
  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-dip .hd-doc .doc-spec dd {
  font-family: var(--font-serif); font-size: 12px;
  color: var(--pl-ink); margin: 0;
}
.v3-hero-dip .hd-doc .doc-foot {
  display: flex; justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid var(--pl-line-soft);
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
}

/* =====================================================================
   1B · HERO DEVELOPED (film)
   ===================================================================== */
.v3-hero-dev { flex: 1; display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 48px; min-height: 0; }
.v3-hero-dev .hdv-copy {
  display: flex; flex-direction: column; gap: 14px;
  align-self: center;
}
.v3-hero-dev .hdv-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;
  text-wrap: pretty;
}
.v3-hero-dev .hdv-copy h1 em {
  font-style: italic; color: var(--pl-bronze);
}
.v3-hero-dev .hdv-copy .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-dev .cta-row { display: flex; gap: 22px; align-items: center; margin-top: 12px; }
.v3-hero-dev .hdv-meta {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.v3-hero-dev .hdv-meta .lbl {
  font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-ink-quiet);
  display: block;
}
.v3-hero-dev .hdv-meta .v {
  font-family: var(--font-serif); font-size: 18px;
  color: var(--pl-ink); margin-top: 4px; display: block;
  letter-spacing: -0.01em;
}

.v3-hero-dev .hdv-stage {
  position: relative;
  min-height: 0;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
  padding: 36px 28px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  gap: 12px; align-items: center;
  overflow: hidden;
}
.v3-hero-dev .stage-lbl {
  position: absolute; top: 12px; left: 28px;
  font-size: 9px;
}
.v3-hero-dev .stage-lbl.right { left: auto; right: 28px; }
.v3-hero-dev .hdv-phone-wrap { display: flex; justify-content: center; align-items: center; }
.v3-hero-dev .hdv-belt {
  position: relative;
  height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 24px;
}
.v3-hero-dev .hdv-belt::before {
  content: '';
  position: absolute; top: 50%; left: 0; right: 0;
  height: 1px;
  background: var(--pl-ink-quiet);
  transform: translateY(-0.5px);
}
.v3-hero-dev .hdv-belt .belt-tick {
  width: 8px; height: 8px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-ink-quiet);
  border-radius: 50%;
  position: relative; z-index: 1;
}
.v3-hero-dev .hdv-belt .belt-label {
  position: absolute; top: calc(50% + 22px); left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-bronze);
  background: var(--pl-ivory); padding: 2px 6px;
  white-space: nowrap;
}
.v3-hero-dev .hdv-out {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  height: 100%;
}
.v3-hero-dev .hdv-out .stack {
  position: absolute;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  box-shadow: 0 12px 30px -16px rgba(13,13,11,0.16);
}
.v3-hero-dev .hdv-out .stack.s1 {
  position: relative;
  z-index: 3;
  width: 78%;
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.v3-hero-dev .hdv-out .stack.s2 {
  z-index: 2;
  inset: 18px -10px -10px 18px;
}
.v3-hero-dev .hdv-out .stack.s3 {
  z-index: 1;
  inset: 36px -18px -18px 36px;
}
.v3-hero-dev .hdv-out .stack.s1 .top {
  display: flex; justify-content: space-between;
  font-family: var(--font-serif); font-size: 11px;
  color: var(--pl-ink); letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-bottom: 6px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-dev .hdv-out .stack.s1 .small { font-size: 9px; }
.v3-hero-dev .hdv-out .stack.s1 h3 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 22px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 0;
}
.v3-hero-dev .hdv-out .stack.s1 .img {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  margin-top: 4px;
}
.v3-hero-dev .hdv-out .stack.s1 .rows {
  display: flex; flex-direction: column; gap: 4px; margin-top: 6px;
}
.v3-hero-dev .hdv-out .stack.s1 .rows span {
  height: 5px; background: var(--pl-line-soft);
}
.v3-hero-dev .hdv-out .stack.s1 .rows span.s { width: 60%; }
.v3-hero-dev .hdv-out .stack.s1 .page {
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
  margin-top: 4px;
}

.v3-hero-dev .hdv-thumbs {
  position: absolute; top: 50%; left: 32%;
  transform: translate(-50%, -50%) rotate(-4deg);
  display: flex; gap: 6px;
  pointer-events: none;
}
.v3-hero-dev .hdv-thumbs .t {
  width: 42px; aspect-ratio: 1/1;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  box-shadow: 0 6px 12px -6px rgba(13,13,11,0.2);
}
.v3-hero-dev .hdv-thumbs .t:nth-child(2) { transform: rotate(4deg) translateY(-4px); }
.v3-hero-dev .hdv-thumbs .t:nth-child(3) { transform: rotate(-2deg) translateY(6px); }

/* =====================================================================
   1C · HERO FIVE-DAY STRIP
   ===================================================================== */
.v3-hero-strip { flex: 1; display: flex; flex-direction: column; gap: 24px; min-height: 0; }
.v3-hero-strip .strip-head h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 42px; line-height: 1.04; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 8px 0 0; max-width: 28ch;
  text-wrap: pretty;
}
.v3-hero-strip .strip-row {
  flex: 1; min-height: 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
}
.v3-hero-strip .strip-cell {
  padding: 18px 16px 22px;
  display: flex; flex-direction: column; gap: 12px;
  border-right: 1px solid var(--pl-line-soft);
  position: relative;
}
.v3-hero-strip .strip-cell:last-child { border-right: none; }
.v3-hero-strip .strip-cell .day {
  display: flex; flex-direction: column; gap: 2px;
}
.v3-hero-strip .strip-cell .day .d {
  font-family: var(--font-serif); font-size: 22px;
  color: var(--pl-ink); letter-spacing: 0.04em;
}
.v3-hero-strip .strip-cell .day .dt {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-hero-strip .strip-cell.end .day .d { color: var(--pl-bronze); }
.v3-hero-strip .strip-cell .art {
  flex: 1; min-height: 0;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.v3-hero-strip .strip-cell .cap {
  font-family: var(--font-sans); font-size: 11px; line-height: 1.45;
  color: var(--pl-ink-soft); margin: 0;
}

.v3-hero-strip .rescue-art .ba {
  position: relative; width: 92%; aspect-ratio: 4/3;
  border: 1px solid var(--pl-line);
  overflow: hidden;
}
.v3-hero-strip .rescue-art .bf,
.v3-hero-strip .rescue-art .af {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.v3-hero-strip .rescue-art .bf {
  filter: saturate(0.5) brightness(0.78);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.v3-hero-strip .rescue-art .af { filter: saturate(0.9); }
.v3-hero-strip .rescue-art .bf { z-index: 2; }
.v3-hero-strip .rescue-art .line {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top right,
      transparent calc(50% - 1px),
      var(--pl-paper) calc(50% - 1px),
      var(--pl-paper) calc(50% + 1px),
      transparent calc(50% + 1px));
  z-index: 3;
}

.v3-hero-strip .story-art {
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line-soft);
  align-items: stretch;
}
.v3-hero-strip .story-art .ln { height: 4px; background: var(--pl-line-soft); }
.v3-hero-strip .story-art .ln.dark { background: var(--pl-ink); height: 5px; }
.v3-hero-strip .story-art .ln.s { width: 60%; }
.v3-hero-strip .story-art .ln.m { width: 85%; }

.v3-hero-strip .stamp-art .paper {
  width: 86%; aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  position: relative;
}
.v3-hero-strip .stamp-art .stamp {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(251,248,241,0.92);
  border: 1px solid var(--pl-bronze);
  padding: 4px 8px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
}

.v3-hero-strip .pdf-art .pdf-card {
  width: 88%; padding: 12px 14px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  box-shadow: 0 12px 24px -14px rgba(13,13,11,0.18);
  display: flex; flex-direction: column; gap: 6px;
}
.v3-hero-strip .pdf-art .brand {
  font-family: var(--font-serif); font-size: 10px;
  color: var(--pl-ink); letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-bottom: 4px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-strip .pdf-art .small { font-size: 8px; }
.v3-hero-strip .pdf-art h4 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 18px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 0;
}
.v3-hero-strip .pdf-art .i {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.88);
}
.v3-hero-strip .pdf-art .pg {
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
}

.v3-hero-strip .strip-axis {
  display: flex; align-items: center; gap: 12px;
  padding-top: 4px;
}
.v3-hero-strip .strip-axis .ln { flex: 1; height: 1px; background: var(--pl-line); }
.v3-hero-strip .strip-axis .lbl {
  font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-bronze);
}

/* =====================================================================
   2A · EMAILS · ONE PHONE
   ===================================================================== */
.v3-em-one { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; min-height: 0; }
.v3-em-one aside { display: flex; flex-direction: column; gap: 18px; align-self: center; }
.v3-em-one aside .lead {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 44ch;
}
.v3-em-one .key-row {
  display: flex; flex-direction: column; gap: 16px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
}
.v3-em-one .k {
  display: grid; grid-template-columns: 160px 1fr; gap: 16px; align-items: baseline;
}
.v3-em-one .k .lbl {
  font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-ink-quiet);
}
.v3-em-one .k .v {
  font-family: var(--font-serif); font-size: 17px;
  color: var(--pl-ink); letter-spacing: -0.005em; line-height: 1.3;
}
.v3-em-one .k.strong .lbl { color: var(--pl-bronze); }

.v3-em-one-stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
  padding: 36px 24px 56px;
}
.v3-em-one-anchor {
  position: absolute; bottom: 18px; left: 24px; right: 24px;
  text-align: center;
  color: var(--pl-bronze);
}

/* =====================================================================
   2B · DESKTOP MAIL
   ===================================================================== */
.v3-em-mac { flex: 1; display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; min-height: 0; }
.v3-em-mac .mac-window {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  border-radius: 6px;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 0;
  box-shadow: 0 30px 60px -30px rgba(13,13,11,0.35);
}
.v3-em-mac .mac-bar {
  display: grid; grid-template-columns: 90px 1fr 200px;
  align-items: center;
  padding: 10px 14px;
  background: var(--pl-ivory-deep);
  border-bottom: 1px solid var(--pl-line);
}
.v3-em-mac .mac-bar .lights { display: flex; gap: 6px; }
.v3-em-mac .mac-bar .lights span {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--pl-line);
}
.v3-em-mac .mac-bar .lights .r { background: #e16a5a; }
.v3-em-mac .mac-bar .lights .y { background: #d8b35a; }
.v3-em-mac .mac-bar .lights .g { background: #66a85a; }
.v3-em-mac .mac-bar .t {
  text-align: center;
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink); font-weight: 500;
}
.v3-em-mac .mac-bar .meta {
  text-align: right;
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-em-mac .mac-body {
  flex: 1; min-height: 0;
  display: grid; grid-template-columns: 130px 1fr 220px;
}
.v3-em-mac .mac-sb {
  background: var(--pl-ivory);
  border-right: 1px solid var(--pl-line-soft);
  padding: 14px 10px;
  display: flex; flex-direction: column; gap: 16px;
}
.v3-em-mac .mac-sb .grp { display: flex; flex-direction: column; gap: 6px; }
.v3-em-mac .mac-sb .grp .mk-label { font-size: 8px; padding-bottom: 4px; }
.v3-em-mac .mac-sb .grp .item {
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink-soft);
  padding: 4px 8px;
  display: flex; justify-content: space-between;
}
.v3-em-mac .mac-sb .grp .item em {
  font-style: normal; font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-bronze);
}
.v3-em-mac .mac-sb .grp .item.active {
  background: var(--pl-ink); color: var(--pl-paper);
  border-radius: 3px;
}
.v3-em-mac .mac-sb .grp .item.active em { color: rgba(251,248,241,0.65); }

.v3-em-mac .mac-list {
  display: flex; flex-direction: column;
  min-height: 0; overflow: hidden;
}
.v3-em-mac .mac-list header {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-mac .mac-list header .meta {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet);
}
.v3-em-mac .mac-list .row {
  display: grid; grid-template-columns: 14px 1fr 60px;
  gap: 10px; align-items: flex-start;
  padding: 10px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-mac .mac-list .row .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--pl-bronze); margin-top: 5px;
}
.v3-em-mac .mac-list .row .dot.rd { background: transparent; }
.v3-em-mac .mac-list .row .dot.blk { background: var(--pl-ink); }
.v3-em-mac .mac-list .row .from {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 13px; color: var(--pl-ink);
}
.v3-em-mac .mac-list .row .subj {
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink);
}
.v3-em-mac .mac-list .row .prev {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-quiet); line-height: 1.4;
  margin-top: 2px;
}
.v3-em-mac .mac-list .row .when {
  text-align: right;
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: var(--pl-ink-quiet);
}
.v3-em-mac .mac-list .row.hl { background: var(--pl-ivory-deep); }
.v3-em-mac .mac-list .row.hl::before {
  /* selection bar */
  content: ''; position: absolute;
  width: 3px;
}
.v3-em-mac .mac-list .row.hl { position: relative; box-shadow: inset 3px 0 0 var(--pl-ink); }
.v3-em-mac .mac-list .row.dim .from,
.v3-em-mac .mac-list .row.dim .subj { color: var(--pl-ink-quiet); }
.v3-em-mac .mac-list .row .chip {
  margin-top: 8px;
  display: grid; grid-template-columns: 34px 1fr;
  gap: 8px; align-items: center;
  padding: 6px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
}
.v3-em-mac .mac-list .row .chip .ic {
  width: 34px; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
}
.v3-em-mac .mac-list .row .chip .nm {
  font-family: var(--font-mono); font-size: 9px; color: var(--pl-ink); letter-spacing: 0.04em;
}
.v3-em-mac .mac-list .row .chip .sub {
  font-family: var(--font-mono); font-size: 8px; color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}

.v3-em-mac .mac-preview {
  background: var(--pl-ivory);
  border-left: 1px solid var(--pl-line-soft);
  padding: 14px 12px;
  display: flex; flex-direction: column; gap: 10px;
}
.v3-em-mac .mac-preview header {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 6px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-mac .mac-preview .pdf {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 10px 12px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: 0 12px 30px -16px rgba(13,13,11,0.2);
}
.v3-em-mac .mac-preview .pdf .brand {
  font-family: var(--font-serif); font-size: 10px;
  color: var(--pl-ink); letter-spacing: 0.32em; text-transform: uppercase;
  padding-bottom: 4px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-mac .mac-preview .pdf h4 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 18px; margin: 0; letter-spacing: -0.018em; color: var(--pl-ink);
}
.v3-em-mac .mac-preview .pdf .img {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
}
.v3-em-mac .mac-preview .pdf dl {
  display: grid; grid-template-columns: 60px 1fr;
  row-gap: 3px; column-gap: 8px;
  margin: 0;
}
.v3-em-mac .mac-preview .pdf dt {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 8px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.v3-em-mac .mac-preview .pdf dd {
  font-family: var(--font-serif); font-size: 11px;
  color: var(--pl-ink); margin: 0;
}

.v3-em-mac-side { display: flex; flex-direction: column; gap: 14px; align-self: center; }
.v3-em-mac-side .lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 36ch;
}

/* =====================================================================
   2C · PAPER EMAILS
   ===================================================================== */
.v3-em-paper { flex: 1; display: flex; flex-direction: column; gap: 28px; min-height: 0; }
.v3-em-paper header h2 { margin-top: 6px; }
.v3-em-paper .paper-row {
  flex: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; min-height: 0;
  position: relative;
  align-items: stretch;
}
.v3-em-paper .paper {
  position: relative;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 22px 26px;
  display: flex; flex-direction: column; gap: 8px;
  box-shadow: 0 18px 40px -22px rgba(13,13,11,0.18);
}
.v3-em-paper .paper-a { transform: rotate(-0.8deg); }
.v3-em-paper .paper-b { transform: rotate(0.6deg); background: var(--pl-paper); }
.v3-em-paper .paper-b::before {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid var(--pl-ink);
  pointer-events: none;
  transform: translate(4px,4px);
  opacity: 0.08;
}
.v3-em-paper .paper .head-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 10px; border-bottom: 1px solid var(--pl-line);
}
.v3-em-paper .paper .addr {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-ink-quiet); letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-paper .paper .addr strong {
  font-weight: 600; color: var(--pl-ink-soft);
}
.v3-em-paper .paper .ln {
  height: 4px; background: var(--pl-line-soft);
  margin-top: 4px;
}
.v3-em-paper .paper .ln.d { background: var(--pl-ink-soft); height: 5px; opacity: 0.7; }
.v3-em-paper .paper .ln.s { width: 50%; }
.v3-em-paper .paper .ln.m { width: 80%; }
.v3-em-paper .paper-a .empty {
  margin-top: 14px;
  border: 1px dashed var(--pl-line);
  padding: 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.v3-em-paper .paper-a .empty .n {
  font-family: var(--font-serif); font-style: italic;
  font-size: 15px; color: var(--pl-ink-quiet);
}
.v3-em-paper .paper-b .attach {
  margin-top: 14px;
  display: grid; grid-template-columns: 72px 1fr;
  gap: 14px; align-items: stretch;
  padding: 12px;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
}
.v3-em-paper .paper-b .attach .img {
  width: 72px; aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  filter: saturate(0.88);
}
.v3-em-paper .paper-b .attach .info {
  display: flex; flex-direction: column; gap: 4px;
  justify-content: center;
}
.v3-em-paper .paper-b .attach .info .nm {
  font-family: var(--font-mono); font-size: 11px; color: var(--pl-ink);
}
.v3-em-paper .paper-b .attach .info .sub {
  font-family: var(--font-mono); font-size: 9px; color: var(--pl-ink-quiet);
}
.v3-em-paper .paper-stamp {
  position: absolute; bottom: 22px; right: 26px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid currentColor;
  transform: rotate(-4deg);
}
.v3-em-paper .paper-stamp.red { color: #a04a3a; border-color: #a04a3a; }
.v3-em-paper .paper-stamp.ink { color: var(--pl-bronze); border-color: var(--pl-bronze); }
.v3-em-paper-axis {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  padding: 8px 14px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
  white-space: nowrap;
}

/* =====================================================================
   3A · RESCUE — ANNOTATED DIPTYCH
   ===================================================================== */
.v3-rescue-dip { flex: 1; display: flex; flex-direction: column; gap: 80px; min-height: 0; }
.v3-rescue-dip header { display: flex; flex-direction: column; gap: 4px; }
.v3-rescue-dip .rd-stage {
  flex: 1;
  display: grid; grid-template-columns: 1fr 110px 1fr;
  gap: 16px; min-height: 0; align-items: stretch;
}
.v3-rescue-dip .rd-side {
  display: flex; flex-direction: column; gap: 12px; margin: 0;
}

.v3-rescue-dip .rd-arrow {
  align-self: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px;
  color: var(--pl-bronze);
}
.v3-rescue-dip .rd-arr-icon {
  font-family: var(--font-mono); font-size: 30px;
  color: var(--pl-bronze); line-height: 1;
}
.v3-rescue-dip .rd-arr-label {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
}
.v3-rescue-dip .rd-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 8px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-rescue-dip .rd-img-wrap {
  flex: 1; min-height: 0;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.v3-rescue-dip .rd-img {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
}
.v3-rescue-dip .rd-img.raw {
  filter: saturate(0.45) brightness(0.78) contrast(0.9) hue-rotate(-6deg);
  transform: rotate(-4deg) translateX(-8px);
}
.v3-rescue-dip .rd-img.clean {
  filter: saturate(0.92);
  transform: rotate(3.5deg) translateX(8px);
}
.v3-rescue-dip .annot {
  position: absolute;
  font-family: 'Caveat', cursive;
  font-size: 18px; color: #a04a3a;
  background: rgba(251,248,241,0.85);
  padding: 2px 6px;
  white-space: nowrap;
  transform: rotate(-3deg);
}
.v3-rescue-dip .annot.a1 { top: 12px; right: 12px; }
.v3-rescue-dip .annot.a2 { top: 38%; left: 12px; transform: rotate(2deg); }
.v3-rescue-dip .annot.a3 { bottom: 30%; right: 18px; transform: rotate(-1deg); }
.v3-rescue-dip .annot.a4 { bottom: 12px; left: 50%; transform: translateX(-50%) rotate(2deg); }


.v3-rescue-dip .ok-stamp {
  position: absolute; top: 14px; right: 14px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  padding: 4px 8px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
}

.v3-rescue-dip figcaption {
  text-align: center;
  font-family: var(--font-sans); font-size: 12px;
  color: var(--pl-ink-soft);
  padding-top: 8px; border-top: 1px solid var(--pl-line-soft);
}

.v3-rescue-dip .rd-ops {
  align-self: center;
  list-style: none; margin: 0; padding: 18px;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
  display: flex; flex-direction: column; gap: 12px;
}
.v3-rescue-dip .rd-ops li {
  display: grid; grid-template-columns: 28px 1fr;
  gap: 10px; align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-rescue-dip .rd-ops li:last-child { border-bottom: none; padding-bottom: 0; }
.v3-rescue-dip .rd-ops li .n {
  font-family: var(--font-mono); font-size: 10px; color: var(--pl-bronze);
}
.v3-rescue-dip .rd-ops li span:last-child {
  font-family: var(--font-serif); font-size: 15px; color: var(--pl-ink);
  letter-spacing: -0.005em;
}

/* =====================================================================
   3B · RESCUE — DIAGONAL REVEAL
   ===================================================================== */
.v3-rescue-rev { flex: 1; display: grid; grid-template-columns: 0.9fr 1.2fr; gap: 48px; min-height: 0; }
.v3-rescue-rev aside { display: flex; flex-direction: column; gap: 14px; align-self: center; }
.v3-rescue-rev aside .lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 40ch;
}
.v3-rescue-rev .rev-spec {
  margin-top: 14px; padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: grid; grid-template-columns: 110px 1fr;
  row-gap: 10px; column-gap: 16px;
}
.v3-rescue-rev .rev-spec dt {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-ink-quiet);
}
.v3-rescue-rev .rev-spec dd {
  font-family: var(--font-serif); font-size: 15px;
  color: var(--pl-ink); margin: 0; letter-spacing: -0.005em;
}

.v3-rescue-rev .rev-stage { display: flex; flex-direction: column; gap: 18px; min-height: 0; }
.v3-rescue-rev .reveal-frame {
  position: relative;
  flex: 1; min-height: 0;
  border: 1px solid var(--pl-line);
  overflow: hidden;
  background: #000;
}
.v3-rescue-rev .reveal-frame .raw,
.v3-rescue-rev .reveal-frame .rescued {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.v3-rescue-rev .reveal-frame .raw {
  filter: saturate(0.35) brightness(0.7) hue-rotate(-8deg);
}
.v3-rescue-rev .reveal-frame .rescued {
  filter: saturate(0.95);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.v3-rescue-rev .reveal-frame .diag {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top right,
      transparent calc(50% - 1px),
      var(--pl-paper) calc(50% - 1px),
      var(--pl-paper) calc(50% + 1px),
      transparent calc(50% + 1px));
  pointer-events: none;
}
.v3-rescue-rev .reveal-frame .handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px; height: 16px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-ink);
}
.v3-rescue-rev .reveal-frame .lbl-raw {
  position: absolute; top: 22px; left: 22px;
  display: flex; flex-direction: column; gap: 2px;
  background: rgba(251,248,241,0.9);
  padding: 6px 10px;
  border: 1px solid var(--pl-line);
}
.v3-rescue-rev .reveal-frame .lbl-rescued {
  position: absolute; bottom: 22px; right: 22px;
  display: flex; flex-direction: column; gap: 2px;
  background: rgba(251,248,241,0.9);
  padding: 6px 10px;
  border: 1px solid var(--pl-bronze);
}
.v3-rescue-rev .reveal-frame .mt {
  display: block;
  font-size: 9px;
  margin-top: 2px;
}

.v3-rescue-rev .rev-strip {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.v3-rescue-rev .rev-strip .t {
  position: relative;
  aspect-ratio: 1/1;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.9);
}
.v3-rescue-rev .rev-strip .t span {
  position: absolute; top: 4px; left: 4px;
  font-family: var(--font-mono); font-size: 8px;
  color: white;
  background: rgba(0,0,0,0.55);
  padding: 1px 4px;
  letter-spacing: 0.06em;
}
.v3-rescue-rev .rev-strip .t.more {
  background: var(--pl-ivory);
  display: flex; align-items: center; justify-content: center;
  filter: none;
}
.v3-rescue-rev .rev-strip .t.more span {
  position: static;
  background: transparent;
  color: var(--pl-ink-quiet); font-size: 14px;
}

/* =====================================================================
   3C · RESCUE — CONTACT SHEET
   ===================================================================== */
.v3-rescue-cs { flex: 1; display: flex; flex-direction: column; gap: 22px; min-height: 0; }
.v3-rescue-cs header { display: flex; flex-direction: column; gap: 4px; }
.v3-rescue-cs .cs-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 8px;
  min-height: 0;
}
.v3-rescue-cs .cs-cell {
  position: relative;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  overflow: hidden;
}
.v3-rescue-cs .cs-cell .i {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.v3-rescue-cs .cs-cell.rej .i {
  filter: saturate(0.25) brightness(0.65);
  opacity: 0.55;
}
.v3-rescue-cs .cs-cell.rej::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(45deg, transparent 49%, var(--pl-ink-quiet) 50%, transparent 51%);
  opacity: 0.6;
}
.v3-rescue-cs .cs-cell.rej .mk {
  position: absolute; bottom: 6px; left: 6px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-paper);
  background: var(--pl-ink-soft);
  padding: 2px 6px;
  z-index: 2;
}
.v3-rescue-cs .cs-cell.sel .i { filter: saturate(0.95); }
.v3-rescue-cs .cs-cell.sel .num {
  position: absolute; top: 6px; left: 6px;
  font-family: var(--font-mono); font-size: 11px; color: white;
  background: var(--pl-ink);
  padding: 2px 6px;
  letter-spacing: 0.04em;
}
.v3-rescue-cs .cs-cell.sel .sel-mk {
  position: absolute; bottom: 6px; left: 6px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 8px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
  background: var(--pl-paper);
  padding: 2px 6px;
  border: 1px solid var(--pl-bronze);
}
.v3-rescue-cs .cs-cell.hero { grid-column: span 2; grid-row: span 2; }

.v3-rescue-cs footer {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--pl-line);
  padding-top: 14px;
}
.v3-rescue-cs footer .f-cell {
  border-right: 1px solid var(--pl-line-soft);
  padding: 0 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.v3-rescue-cs footer .f-cell:first-child { padding-left: 0; }
.v3-rescue-cs footer .f-cell:last-child { border-right: none; }
.v3-rescue-cs footer .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);
}
.v3-rescue-cs footer .f-cell .v {
  font-family: var(--font-serif); font-size: 18px; color: var(--pl-ink);
  letter-spacing: -0.005em;
}
.v3-rescue-cs footer .f-cell.strong .lbl { color: var(--pl-bronze); }

/* =====================================================================
   4A · PROOF PACK — CARRY (row-aligned hammer)
   ---------------------------------------------------------------
   Single grid drives the whole board: chrome row (head + foot
   either side of the phone), then 7 equal-height rows that match
   the file rows inside the phone, then a small bezel-bottom pad.
   ===================================================================== */
.v3-pack-carry {
  flex: 1; min-height: 0;
  display: flex;
}

.v3-pack-carry .pc-stage {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  /* 145 = bezel-top 8 + status 33 + nav 27 + ttl 77.
     20 = files-list padding-bottom 12 + bezel-bottom 8.
     Both grids (stage + files-list inside the phone) split the
     remaining height into 7 equal rows — alignment is mechanical. */
  grid-template-rows: 145px repeat(7, 1fr) 20px;
  column-gap: 36px;
  row-gap: 0;
  align-items: stretch;
  position: relative;
}

.v3-pack-carry .pc-phone-wrap {
  grid-column: 2;
  grid-row: 1 / -1;
  position: relative;
  display: flex; justify-content: center;
  min-height: 0;
}
.v3-pack-carry .pc-phone-wrap .v3-phone {
  height: 100% !important;
  max-height: 100%;
}

/* Header sits in row 1 left; footer sits in row 1 right.
   Together they occupy the same vertical band as the phone's chrome
   (status + nav + title block) so the 7 callout rows below begin on
   the exact line where the first file row begins. */
.v3-pack-carry .pc-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: hidden;
}
.v3-pack-carry .pc-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;
}
.v3-pack-carry .pc-head .pc-lead {
  font-family: var(--font-sans); font-size: 12px; line-height: 1.45;
  color: var(--pl-ink-soft); margin: 0; max-width: 40ch;
}

.v3-pack-carry .pc-foot {
  grid-column: 3;
  grid-row: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  align-self: end;
  gap: 0;
  padding-bottom: 14px;
  padding-left: 12px;
  border-bottom: 1px solid var(--pl-line);
}
.v3-pack-carry .pc-foot .f-cell {
  border-right: 1px solid var(--pl-line-soft);
  padding: 0 14px;
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
}
.v3-pack-carry .pc-foot .f-cell:first-child { padding-left: 0; }
.v3-pack-carry .pc-foot .f-cell:last-child { border-right: none; padding-right: 0; }
.v3-pack-carry .pc-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);
}
.v3-pack-carry .pc-foot .f-cell .v {
  font-family: var(--font-serif); font-size: 13px; color: var(--pl-ink);
  line-height: 1.25;
}
.v3-pack-carry .pc-foot .f-cell.strong .lbl { color: var(--pl-bronze); }
.v3-pack-carry .pc-foot .f-cell.strong .v { font-style: italic; }

/* Callouts — each one lives in a specific row of the parent grid. */
.v3-pack-carry .pc-callout {
  display: grid;
  align-items: center;
  gap: 14px;
  position: relative;
  padding: 0;
  min-width: 0; min-height: 0;
}
.v3-pack-carry .pc-callout-l {
  grid-column: 1;
  grid-template-columns: 1fr 28px 36px;
  text-align: right;
  padding-right: 0;
}
.v3-pack-carry .pc-callout-r {
  grid-column: 3;
  grid-template-columns: 36px 28px 1fr;
  text-align: left;
  padding-left: 0;
}
.v3-pack-carry .pc-callout.row-1 { grid-row: 2; }
.v3-pack-carry .pc-callout.row-2 { grid-row: 3; }
.v3-pack-carry .pc-callout.row-3 { grid-row: 4; }
.v3-pack-carry .pc-callout.row-4 { grid-row: 5; }
.v3-pack-carry .pc-callout.row-5 { grid-row: 6; }
.v3-pack-carry .pc-callout.row-6 { grid-row: 7; }
.v3-pack-carry .pc-callout.row-7 { grid-row: 8; }

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

/* =====================================================================
   4B · PROOF PACK — THREE PHONES
   ===================================================================== */
.v3-pack-three { flex: 1; display: flex; flex-direction: column; gap: 22px; min-height: 0; }
.v3-pack-three .pt-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pl-line);
}
.v3-pack-three .pt-head h2 { margin-top: 4px; font-size: 40px; }
.v3-pack-three .pt-head .pt-lead {
  font-family: var(--font-sans); font-size: 13px; line-height: 1.5;
  color: var(--pl-ink-soft); margin: 0; max-width: 44ch;
}
.v3-pack-three .pt-row {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  gap: 8px; align-items: stretch;
}
.v3-pack-three .pt-cell {
  display: flex; flex-direction: column; gap: 14px;
  margin: 0;
  padding: 0;
  align-items: center;
  min-height: 0;
}
.v3-pack-three .pt-cell .cap {
  display: grid; grid-template-columns: auto 1fr;
  align-items: baseline; gap: 12px;
  align-self: stretch;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-pack-three .pt-cell .cap .step {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
}
.v3-pack-three .pt-cell .cap > div {
  display: flex; flex-direction: column; gap: 1px;
}
.v3-pack-three .pt-cell .cap .t {
  font-family: var(--font-serif); font-size: 18px;
  color: var(--pl-ink); letter-spacing: -0.005em; line-height: 1.15;
}
.v3-pack-three .pt-cell .cap .s {
  font-family: var(--font-sans); font-size: 11px;
  color: var(--pl-ink-soft); line-height: 1.4;
}
.v3-pack-three .pt-cell .v3-phone {
  flex: 1 1 0;
  max-height: 100%;
  min-height: 0;
}
.v3-pack-three .pt-cell.focal {
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  padding: 14px 12px;
  position: relative;
}
.v3-pack-three .pt-cell.focal::before {
  content: 'PROOF PACK';
  position: absolute; top: -8px; left: 12px;
  background: var(--pl-ivory);
  padding: 0 6px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em;
  color: var(--pl-bronze);
}
.v3-pack-three .pt-arrow {
  align-self: center;
  font-family: var(--font-mono); font-size: 22px;
  color: var(--pl-ink-quiet);
}

/* =====================================================================
   4C · PROOF PACK — EVERYWHERE
   ===================================================================== */
.v3-pack-everywhere { flex: 1; display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; min-height: 0; }
.v3-pack-everywhere aside {
  display: flex; flex-direction: column; gap: 14px;
  align-self: stretch;
}
.v3-pack-everywhere aside .lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 44ch;
}
.v3-pack-everywhere .ev-grid {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.v3-pack-everywhere .ev-cell {
  display: flex; flex-direction: column; gap: 4px;
}
.v3-pack-everywhere .ev-cell .mk-label { color: var(--pl-bronze); }
.v3-pack-everywhere .ev-cell p {
  font-family: var(--font-sans); font-size: 12px; line-height: 1.45;
  color: var(--pl-ink-soft); margin: 0;
}

.v3-pack-everywhere .ev-stage {
  position: relative;
  min-height: 0;
  background: var(--pl-ivory);
  border: 1px solid var(--pl-line);
  overflow: hidden;
}
.v3-pack-everywhere .ev-desk {
  position: relative;
  width: 100%; height: 100%;
}
.v3-pack-everywhere .ev-desk .desk-mark {
  position: absolute; top: 16px; left: 50%;
  transform: translateX(-50%);
  color: var(--pl-bronze);
  background: var(--pl-ivory); padding: 0 8px;
}
.v3-pack-everywhere .ev-desk::before {
  /* faint grid */
  content: '';
  position: absolute; inset: 40px;
  background-image:
    linear-gradient(to right, var(--pl-line-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--pl-line-soft) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
  pointer-events: none;
}
.v3-pack-everywhere .ev-phone {
  position: absolute;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.v3-pack-everywhere .phone-front {
  bottom: 20px; left: 14%;
  z-index: 3;
}
.v3-pack-everywhere .phone-front .v3-phone { width: 220px; }
.v3-pack-everywhere .phone-back {
  top: 12%; right: 14%;
  z-index: 2;
}
.v3-pack-everywhere .phone-back .v3-phone { width: 170px; }
.v3-pack-everywhere .ev-tag {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 4px 8px;
  color: var(--pl-ink-quiet);
  font-size: 9px;
  white-space: nowrap;
}

.v3-pack-everywhere .ev-card {
  position: absolute;
  top: 22%; left: 36%;
  z-index: 1;
  width: 280px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 14px 16px;
  box-shadow: 0 22px 50px -28px rgba(13,13,11,0.25);
  transform: rotate(-3deg);
  display: flex; flex-direction: column; gap: 8px;
}
.v3-pack-everywhere .ev-card .card-top {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-pack-everywhere .ev-card .card-top .brand {
  font-family: var(--font-serif); font-size: 11px;
  color: var(--pl-ink); letter-spacing: 0.32em;
  text-transform: uppercase;
}
.v3-pack-everywhere .ev-card h4 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 18px; margin: 0; letter-spacing: -0.018em;
  color: var(--pl-ink); line-height: 1.05;
}
.v3-pack-everywhere .ev-card .rows {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 4px;
}
.v3-pack-everywhere .ev-card .rows > div {
  display: grid; grid-template-columns: 22px 1fr auto;
  gap: 10px; align-items: baseline;
  padding: 6px 0;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-pack-everywhere .ev-card .rows > div:last-child { border-bottom: none; }
.v3-pack-everywhere .ev-card .rows span:first-child {
  font-family: var(--font-mono); font-size: 10px; color: var(--pl-bronze);
}
.v3-pack-everywhere .ev-card .rows span:nth-child(2) {
  font-family: var(--font-serif); font-size: 13px; color: var(--pl-ink);
}
.v3-pack-everywhere .ev-card .rows .r {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-pack-everywhere .ev-card .ev-tag.out {
  position: absolute; bottom: -12px; right: 14px;
  color: var(--pl-bronze);
  border-color: var(--pl-bronze);
}

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

/* =====================================================================
   1D · HERO — ASYMMETRIC (big Mon + big Fri + tick belt)
   ===================================================================== */
.v3-hero-asym { flex: 1; display: flex; flex-direction: column; gap: 22px; min-height: 0; }
.v3-hero-asym header { display: flex; flex-direction: column; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--pl-line); }
.v3-hero-asym header h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 44px; line-height: 1.02; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 4px 0 0; max-width: 26ch; text-wrap: pretty;
}
.v3-hero-asym header h1 em { font-style: italic; color: var(--pl-bronze); }
.v3-hero-asym header .lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.5;
  color: var(--pl-ink-soft); margin: 0; max-width: 60ch;
}

.v3-hero-asym .ha-strip {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 1.05fr 1.3fr 1.2fr;
  gap: 24px;
  align-items: stretch;
}
.v3-hero-asym .ha-end {
  display: flex; flex-direction: column; gap: 14px;
  margin: 0;
  border: 1px solid var(--pl-line);
  padding: 18px 20px;
  background: var(--pl-paper);
}
.v3-hero-asym .ha-out { background: var(--pl-ivory); border-color: var(--pl-ink); }
.v3-hero-asym .ha-day {
  display: flex; flex-direction: column; gap: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-asym .ha-day .d {
  font-family: var(--font-serif); font-size: 26px;
  color: var(--pl-ink); letter-spacing: 0.05em;
}
.v3-hero-asym .ha-out .ha-day .d { color: var(--pl-bronze); }
.v3-hero-asym .ha-day .dt {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-hero-asym .ha-art {
  flex: 1; min-height: 0;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.v3-hero-asym .ha-phone .v3-phone { max-width: 220px; }
.v3-hero-asym .ha-cap {
  display: flex; flex-direction: column; gap: 4px;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--pl-line-soft);
}
.v3-hero-asym .ha-cap .big {
  font-family: var(--font-serif); font-size: 18px;
  color: var(--pl-ink); letter-spacing: -0.005em;
}
.v3-hero-asym .ha-cap span:not(.big) {
  font-family: var(--font-sans); font-size: 12px; line-height: 1.45;
  color: var(--pl-ink-soft);
}

.v3-hero-asym .ha-doc .doc {
  width: 92%;
  max-height: 100%;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 12px 14px;
  box-shadow: 0 18px 36px -22px rgba(13,13,11,0.2);
  display: flex; flex-direction: column; gap: 5px;
  overflow: hidden;
}
.v3-hero-asym .ha-doc .dt-top {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-asym .ha-doc .brand {
  font-family: var(--font-serif); font-size: 11px;
  color: var(--pl-ink); letter-spacing: 0.32em; text-transform: uppercase;
}
.v3-hero-asym .ha-doc h3 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 17px; line-height: 1.05; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 0;
}
.v3-hero-asym .ha-doc .i {
  aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.88);
  flex: 0 1 auto;
  min-height: 0;
}
.v3-hero-asym .ha-doc .seven {
  list-style: none; padding: 0; margin: 2px 0 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--pl-line-soft);
  padding-top: 4px;
}
.v3-hero-asym .ha-doc .seven li {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-soft); letter-spacing: 0.04em;
  padding: 2px 6px 2px 0;
}

.v3-hero-asym .ha-belt {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
  padding: 30px 0;
}
.v3-hero-asym .ha-belt::before {
  content: '';
  position: absolute; top: 50%; left: 0; right: 0;
  height: 1px; background: var(--pl-line);
}
.v3-hero-asym .ha-belt .b-tick {
  position: relative; z-index: 1;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px;
}
.v3-hero-asym .ha-belt .b-tick .bn {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
}
.v3-hero-asym .ha-belt .b-tick .bd {
  font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pl-ink-soft); text-align: center; line-height: 1.2;
}
.v3-hero-asym .ha-belt .b-line {
  width: 22px; height: 1px;
  background: var(--pl-ink-quiet);
  z-index: 1;
}
.v3-hero-asym .ha-belt .b-arr {
  font-family: var(--font-mono); font-size: 18px;
  color: var(--pl-bronze); z-index: 1;
  background: var(--pl-paper); padding: 0 4px;
}

/* =====================================================================
   1E · HERO — STUDIO DIARY PAGE
   ===================================================================== */
.v3-hero-cal { flex: 1; display: flex; flex-direction: column; gap: 18px; min-height: 0; }
.v3-hero-cal header { display: flex; flex-direction: column; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid var(--pl-line); }
.v3-hero-cal header h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 40px; line-height: 1.02; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 4px 0 0; text-wrap: pretty;
}

.v3-hero-cal .cal-sheet {
  flex: 1; min-height: 0;
  display: grid; grid-template-columns: 80px 1fr;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  box-shadow: 0 22px 48px -28px rgba(13,13,11,0.2);
  overflow: hidden;
}
.v3-hero-cal .cal-spine {
  background: var(--pl-ink);
  color: var(--pl-paper);
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 22px 8px;
  gap: 12px;
}
.v3-hero-cal .cal-spine .cal-brand {
  font-family: var(--font-serif); font-size: 12px;
  letter-spacing: 0.32em; writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.v3-hero-cal .cal-spine .cal-num {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em;
}
.v3-hero-cal .cal-spine .cal-yr {
  font-family: var(--font-serif); font-size: 30px;
  letter-spacing: -0.02em;
}

.v3-hero-cal .cal-grid {
  display: grid;
  grid-template-rows: auto repeat(5, 1fr);
}
.v3-hero-cal .cal-head {
  display: grid;
  grid-template-columns: 110px 60px 1.4fr 1fr 100px;
  gap: 0;
  padding: 10px 16px;
  border-bottom: 1px solid var(--pl-line);
  background: var(--pl-ivory);
}
.v3-hero-cal .cal-head .lbl {
  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-cal .cal-row {
  display: grid;
  grid-template-columns: 110px 60px 1.4fr 1fr 100px;
  gap: 0;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid var(--pl-line-soft);
  min-height: 0;
}
.v3-hero-cal .cal-row:last-child { border-bottom: none; }
.v3-hero-cal .cal-row.done { background: var(--pl-ink); color: var(--pl-paper); }
.v3-hero-cal .cal-row .day { display: flex; flex-direction: column; gap: 2px; }
.v3-hero-cal .cal-row .day .d {
  font-family: var(--font-serif); font-size: 22px;
  color: var(--pl-ink); letter-spacing: 0.04em;
}
.v3-hero-cal .cal-row.done .day .d { color: var(--pl-paper); }
.v3-hero-cal .cal-row .day .dt {
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-ink-quiet); letter-spacing: 0.04em;
}
.v3-hero-cal .cal-row.done .day .dt { color: rgba(251,248,241,0.7); }
.v3-hero-cal .cal-row .step {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
}
.v3-hero-cal .cal-row .task { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.v3-hero-cal .cal-row .task .nm {
  font-family: var(--font-serif); font-size: 17px;
  color: var(--pl-ink); letter-spacing: -0.005em; line-height: 1.15;
}
.v3-hero-cal .cal-row.done .task .nm { color: var(--pl-paper); }
.v3-hero-cal .cal-row .task .nt {
  font-family: var(--font-sans); font-size: 11px; line-height: 1.4;
  color: var(--pl-ink-soft);
}
.v3-hero-cal .cal-row.done .task .nt { color: rgba(251,248,241,0.75); }

.v3-hero-cal .cal-row .art {
  height: 100%;
  min-height: 0;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.v3-hero-cal .cal-row .cal-phone .v3-phone { width: 78px; }
.v3-hero-cal .cal-row .cal-rescue {
  position: relative; width: 110px; aspect-ratio: 4/3;
  border: 1px solid var(--pl-line);
}
.v3-hero-cal .cal-row .cal-rescue .bf,
.v3-hero-cal .cal-row .cal-rescue .af {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.v3-hero-cal .cal-row .cal-rescue .bf {
  filter: saturate(0.4) brightness(0.78);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.v3-hero-cal .cal-row .cal-lines {
  width: 100px;
  display: flex; flex-direction: column; gap: 3px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line-soft);
  padding: 8px;
}
.v3-hero-cal .cal-row.done .cal-lines { background: var(--pl-paper); }
.v3-hero-cal .cal-row .cal-lines .ln { height: 3px; background: var(--pl-line); }
.v3-hero-cal .cal-row .cal-lines .ln.dark { background: var(--pl-ink); height: 4px; }
.v3-hero-cal .cal-row .cal-lines .ln.m { width: 80%; }
.v3-hero-cal .cal-row .cal-lines .ln.s { width: 55%; }
.v3-hero-cal .cal-row .cal-stamp {
  border: 1px solid var(--pl-bronze);
  padding: 6px 12px;
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
}
.v3-hero-cal .cal-row .cal-pdf {
  width: 92px; padding: 6px 8px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  display: flex; flex-direction: column; gap: 4px;
}
.v3-hero-cal .cal-row .cal-pdf .b {
  font-family: var(--font-serif); font-size: 9px;
  color: var(--pl-ink); letter-spacing: 0.32em; text-transform: uppercase;
}
.v3-hero-cal .cal-row .cal-pdf .mk-meta { font-size: 8px; color: var(--pl-ink-quiet); }
.v3-hero-cal .cal-row .cal-pdf .i {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
}
.v3-hero-cal .cal-row .status { text-align: right; }
.v3-hero-cal .cal-row .status .s {
  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-cal .cal-row .status .s.ship {
  color: var(--pl-bronze);
  border: 1px solid var(--pl-bronze);
  padding: 4px 8px;
}
.v3-hero-cal .cal-row.done .status .s.ship {
  color: var(--pl-paper);
  border-color: var(--pl-paper);
}

/* =====================================================================
   1F · HERO — LEDGER COLUMNS / MANIFEST
   ===================================================================== */
.v3-hero-ledger { flex: 1; display: flex; flex-direction: column; gap: 20px; min-height: 0; }
.v3-hero-ledger header { display: flex; flex-direction: column; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--pl-line); }
.v3-hero-ledger header h1 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 42px; line-height: 1.02; letter-spacing: -0.022em;
  color: var(--pl-ink); margin: 4px 0 0; max-width: 28ch; text-wrap: pretty;
}
.v3-hero-ledger header .lead {
  font-family: var(--font-sans); font-size: 13px; line-height: 1.5;
  color: var(--pl-ink-soft); margin: 0; max-width: 60ch;
}

.v3-hero-ledger .lg-grid {
  flex: 1; min-height: 0;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 24px;
  align-items: stretch;
}
.v3-hero-ledger .lg-col {
  display: flex; flex-direction: column; gap: 10px;
  align-items: center;
  min-height: 0; min-width: 0;
  overflow: hidden;
}
.v3-hero-ledger .lg-col .v3-phone { max-width: 170px; }
.v3-hero-ledger .lg-col .ic-cap {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-ink-quiet);
  padding-top: 8px;
  border-top: 1px solid var(--pl-line-soft);
  align-self: stretch;
  text-align: center;
}
.v3-hero-ledger .lg-col-output .lg-pdf {
  width: 100%;
  background: var(--pl-paper);
  border: 1px solid var(--pl-ink);
  padding: 10px 12px;
  display: flex; flex-direction: column; gap: 5px;
  box-shadow: 0 12px 30px -16px rgba(13,13,11,0.2);
  flex: 1; min-height: 0;
  overflow: hidden;
}
.v3-hero-ledger .lg-col-output .lg-pdf .dtop {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 6px; border-bottom: 1px solid var(--pl-line-soft);
}
.v3-hero-ledger .lg-col-output .lg-pdf .b {
  font-family: var(--font-serif); font-size: 10px;
  color: var(--pl-ink); letter-spacing: 0.32em; text-transform: uppercase;
}
.v3-hero-ledger .lg-col-output .lg-pdf h4 {
  font-family: var(--font-serif); font-weight: 300;
  font-size: 22px; line-height: 1.04; letter-spacing: -0.018em;
  color: var(--pl-ink); margin: 0;
}
.v3-hero-ledger .lg-col-output .lg-pdf .i {
  aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  border: 1px solid var(--pl-line);
  filter: saturate(0.88);
  flex: 1;
}
.v3-hero-ledger .lg-col-output .lg-pdf .pg {
  font-family: var(--font-mono); font-size: 8px;
  color: var(--pl-ink-quiet); letter-spacing: 0.06em;
  padding-top: 4px; border-top: 1px solid var(--pl-line-soft);
}

.v3-hero-ledger .lg-ledger {
  width: 100%;
  border-collapse: collapse;
  align-self: center;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
}
.v3-hero-ledger .lg-ledger thead th {
  font-family: var(--font-sans); font-weight: 500;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-ink-quiet);
  text-align: left;
  padding: 12px 16px;
  background: var(--pl-ivory);
  border-bottom: 1px solid var(--pl-line);
}
.v3-hero-ledger .lg-ledger tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--pl-line-soft);
  vertical-align: top;
}
.v3-hero-ledger .lg-ledger tbody tr:last-child td { border-bottom: none; }
.v3-hero-ledger .lg-ledger tbody td:nth-child(1) {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-ink-soft); letter-spacing: 0.04em;
  white-space: nowrap;
}
.v3-hero-ledger .lg-ledger tbody td:nth-child(2) {
  font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--pl-bronze);
  white-space: nowrap;
}
.v3-hero-ledger .lg-ledger tbody td:nth-child(3) {
  font-family: var(--font-serif); font-size: 15px;
  color: var(--pl-ink); line-height: 1.35;
  letter-spacing: -0.005em;
}
.v3-hero-ledger .lg-ledger tbody td:nth-child(4) {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--pl-ink-soft); letter-spacing: 0.04em;
  text-align: right;
  white-space: nowrap;
}
.v3-hero-ledger .lg-ledger tbody td.strong {
  font-weight: 600;
  color: var(--pl-ink);
}
.v3-hero-ledger .lg-ledger tbody tr:last-child {
  background: var(--pl-ivory-deep);
}

/* =====================================================================
   2B · LAPTOP GMAIL
   ===================================================================== */
.v3-em-laptop { flex: 1; display: grid; grid-template-columns: 0.85fr 1.6fr; gap: 36px; min-height: 0; }
.v3-em-laptop aside { display: flex; flex-direction: column; gap: 14px; align-self: center; }
.v3-em-laptop aside .lead {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--pl-ink-soft); margin: 0; max-width: 44ch;
}
.v3-em-laptop-spec {
  margin-top: 14px; padding-top: 18px;
  border-top: 1px solid var(--pl-line);
  display: grid; grid-template-columns: 130px 1fr;
  row-gap: 8px; column-gap: 16px;
}
.v3-em-laptop-spec dt {
  font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--pl-ink-quiet);
}
.v3-em-laptop-spec dd {
  font-family: var(--font-serif); font-size: 14px;
  color: var(--pl-ink); margin: 0; letter-spacing: -0.005em;
}

.v3-em-laptop-stage {
  display: flex; align-items: center; justify-content: center;
  min-width: 0; min-height: 0;
}

/* Laptop chassis */
.v3-em-laptop .laptop {
  position: relative;
  width: 100%; max-width: 100%;
}
.v3-em-laptop .laptop-screen {
  background: #1a1a18;
  border-radius: 12px 12px 4px 4px;
  padding: 12px 12px 8px;
  box-shadow:
    0 0 0 1px rgba(13,13,11,0.6),
    0 30px 60px -30px rgba(13,13,11,0.4);
}
.v3-em-laptop .lap-bar {
  background: #f1efe8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid var(--pl-line);
  padding: 8px 12px 0;
  display: flex; flex-direction: column; gap: 6px;
}
.v3-em-laptop .lap-bar .lights {
  display: flex; gap: 6px;
}
.v3-em-laptop .lap-bar .lights span {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--pl-line);
}
.v3-em-laptop .lap-bar .lights .r { background: #e16a5a; }
.v3-em-laptop .lap-bar .lights .y { background: #d8b35a; }
.v3-em-laptop .lap-bar .lights .g { background: #66a85a; }
.v3-em-laptop .lap-bar .tabs {
  display: flex; gap: 4px; margin-top: 4px;
}
.v3-em-laptop .lap-bar .tab {
  padding: 5px 12px 6px;
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-quiet);
  background: rgba(0,0,0,0.04);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  white-space: nowrap;
}
.v3-em-laptop .lap-bar .tab.active {
  background: var(--pl-paper);
  color: var(--pl-ink);
  font-weight: 500;
}
.v3-em-laptop .lap-bar .addr {
  align-self: stretch;
  margin: 4px 0 0;
  padding: 5px 10px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  border-radius: 4px;
  font-family: var(--font-mono); font-size: 10px;
  color: var(--pl-ink-quiet);
  letter-spacing: 0.02em;
}

.v3-em-laptop .lap-body {
  background: var(--pl-paper);
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 0;
}
.v3-em-laptop .lap-sb {
  border-right: 1px solid var(--pl-line-soft);
  padding: 14px 10px;
  display: flex; flex-direction: column; gap: 12px;
}
.v3-em-laptop .lap-sb .compose {
  display: inline-block;
  padding: 8px 12px;
  background: var(--pl-ink);
  color: var(--pl-paper);
  font-family: -apple-system, sans-serif; font-size: 11px;
  font-weight: 500;
}
.v3-em-laptop .lap-sb .grp { display: flex; flex-direction: column; gap: 2px; }
.v3-em-laptop .lap-sb .grp .mk-label { padding-bottom: 4px; font-size: 8px; }
.v3-em-laptop .lap-sb .grp .it {
  font-family: -apple-system, sans-serif; font-size: 11px;
  color: var(--pl-ink-soft);
  padding: 4px 8px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
}
.v3-em-laptop .lap-sb .grp .it em {
  font-style: normal; font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-bronze);
}
.v3-em-laptop .lap-sb .grp .it.active {
  background: var(--pl-ivory-deep);
  color: var(--pl-ink); font-weight: 500;
}
.v3-em-laptop .lap-sb .grp .it .lbl-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pl-bronze);
  margin-right: 6px;
  display: inline-block;
}
.v3-em-laptop .lap-sb .grp .it .lbl-dot.warm { background: var(--pl-ink); }
.v3-em-laptop .lap-sb .grp .it .lbl-dot.gray { background: var(--pl-line); }

.v3-em-laptop .lap-list {
  display: flex; flex-direction: column;
  min-height: 0;
}
.v3-em-laptop .lap-list-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-laptop .lap-row {
  display: grid;
  grid-template-columns: 18px 18px 180px 1fr auto 60px;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  border-bottom: 1px solid var(--pl-line-soft);
}
.v3-em-laptop .lap-row .check {
  width: 12px; height: 12px;
  border: 1px solid var(--pl-line);
}
.v3-em-laptop .lap-row .star {
  font-family: var(--font-mono); color: var(--pl-line); font-size: 13px;
}
.v3-em-laptop .lap-row .from {
  font-family: -apple-system, sans-serif; font-weight: 600;
  font-size: 12px; color: var(--pl-ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v3-em-laptop .lap-row .subj {
  font-family: -apple-system, sans-serif; font-size: 12px;
  color: var(--pl-ink-soft);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  min-width: 0;
}
.v3-em-laptop .lap-row .subj strong { color: var(--pl-ink); font-weight: 500; }
.v3-em-laptop .lap-row .subj em { font-style: normal; color: var(--pl-ink-quiet); }
.v3-em-laptop .lap-row .when {
  text-align: right;
  font-family: -apple-system, sans-serif; font-size: 10px;
  color: var(--pl-ink-quiet);
}
.v3-em-laptop .lap-row .attach-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 8px;
  background: var(--pl-paper);
  border: 1px solid var(--pl-bronze);
  font-family: var(--font-mono); font-size: 9px;
  color: var(--pl-bronze); letter-spacing: 0.04em;
  white-space: nowrap;
}
.v3-em-laptop .lap-row .attach-chip .ic {
  width: 8px; height: 10px;
  background: var(--pl-bronze);
  clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
}
.v3-em-laptop .lap-row.hl {
  background: var(--pl-ivory);
  box-shadow: inset 3px 0 0 var(--pl-ink);
}
.v3-em-laptop .lap-row.hl .from,
.v3-em-laptop .lap-row.hl .subj strong { font-weight: 700; }

/* Laptop base */
.v3-em-laptop .laptop-base {
  position: relative;
  height: 14px;
  background: linear-gradient(180deg, #d8d3c8 0%, #b8b3a8 100%);
  border-radius: 0 0 22px 22px;
  margin: 0 -12px;
}
.v3-em-laptop .laptop-base .hinge {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 4px;
  background: rgba(0,0,0,0.18);
  border-radius: 0 0 4px 4px;
}
.v3-em-laptop .laptop-base .notch {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 4px;
  background: rgba(0,0,0,0.12);
  border-radius: 4px 4px 0 0;
}

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

