/* ============================================================
   JACQ AT WORK (#composer) — faithful Agent Composer screen,
   filmed. Tokens verbatim from the phoenix design system
   (gold-25 page, white islands, maroon-400 rail, rag palette
   for score bands, pink-400 slot marks); the email creative
   carries the client's own type and colour, not ours. Camera
   rig classes (.cmv-*) are shared with js/composer.js.
   ============================================================ */

/* the intro runs the full wrap width, matching the stage below */
#composer .sec-head, #composer .sec-head.compact { max-width: none; }
#composer .sec-head.compact p { max-width: none; }

/* frameless stage — the screen floats over the page itself,
   filmed, not boxed inside a browser window. The stage pins
   (sticky) inside .cmv-track while scroll scrubs the film. */
.cmv-track { position: relative; margin: 44px 0 0; }
.cmv {
  position: sticky;
  top: 0; /* set by js/composer.js layout() */
  height: 640px;
  overflow: hidden;
  perspective: 1100px; /* tight perspective = pronounced depth */
}
.cmv-tilt { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1.6s cubic-bezier(0.3, 0.05, 0.15, 1); }
.cmv-move { position: absolute; top: 0; left: 0; transform-origin: 0 0; transition: transform 1.6s cubic-bezier(0.3, 0.05, 0.15, 1); will-change: transform; }
.cmv-screen {
  position: relative;
  width: 1760px;
  height: 1080px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 44px -28px rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s var(--ease);
  animation: cw-float 8s ease-in-out infinite alternate;
}
@keyframes cw-float { from { transform: translateY(-6px); } to { transform: translateY(6px); } }
.cmv.paused *, .cmv.offstage * { animation-play-state: paused !important; }

/* staged elements */
.a-hide { opacity: 0; transform: translateY(6px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.a-hide.in { opacity: 1; transform: none; }

/* ---- shell -------------------------------------------------- */
.cw-shell {
  width: 100%; height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 248px 440px 1fr;
  gap: 16px;
  padding: 12px;
  background: #FEFBF6; /* gold-25 */
  font-family: var(--f-sans);
  color: #15020C;      /* rich-black */
  text-align: left;
}
.cw-shell *, .cw-shell *::before, .cw-shell *::after { box-sizing: border-box; }

/* ---- nav rail (maroon-400 island) ---------------------------- */
.cw-rail { background: #7A004B; border-radius: 8px; display: flex; flex-direction: column; gap: 3px; padding: 14px 8px; overflow: hidden; }
.cw-rail-head { display: flex; align-items: center; justify-content: space-between; min-height: 32px; margin-bottom: 14px; padding: 0 10px; color: rgba(255,255,255,0.78); }
.cw-word { font-weight: 700; letter-spacing: 0.2em; font-size: 14px; color: #FFFFFF; }
.cw-nav {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.03em;
  text-decoration: none;
}
.cw-nav svg { flex: none; }
.cw-nav span { flex: 1; }
.cw-nav.sub { padding-left: 37px; font-size: 10.5px; color: rgba(255,255,255,0.74); }
.cw-nav.sub.on { background: rgba(255,255,255,0.14); color: #FFFFFF; }
.cw-nbadge { min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: #FFE661; color: #1A1A1A; font-size: 10px; font-weight: 600; font-style: normal; display: inline-flex; align-items: center; justify-content: center; }
.cw-soon { font-size: 9.5px; font-style: normal; padding: 1px 7px; border-radius: 999px; background: rgba(255,255,255,0.16); color: #FFFFFF; letter-spacing: 0.03em; }
.cw-acct { margin-top: auto; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.12); border-radius: 999px; padding: 7px 12px 7px 8px; color: rgba(255,255,255,0.8); }
.cw-av { width: 28px; height: 28px; border-radius: 50%; background: #FFE661; color: #15020C; font-weight: 700; font-size: 11px; display: flex; align-items: center; justify-content: center; flex: none; }
.cw-acct-t { flex: 1; min-width: 0; }
.cw-acct-t b { display: block; font-size: 12.5px; color: #FFFFFF; font-weight: 700; line-height: 1.2; }
.cw-acct-t i { display: block; font-style: normal; font-size: 10px; color: rgba(255,255,255,0.74); }

/* ---- thread (white island) ----------------------------------- */
.cw-thread { background: #FFFFFF; border-radius: 8px; display: flex; flex-direction: column; overflow: hidden; min-height: 0; }
.cw-thead { display: flex; align-items: center; gap: 10px; padding: 14px 20px; border-bottom: 1px solid rgba(35,26,31,0.10); }
.cw-thead b { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #5E5559; }
.cw-thead-ic { margin-left: auto; display: inline-flex; gap: 14px; color: #5E5559; }
.cw-jtile { width: 28px; height: 28px; border-radius: 8px; overflow: hidden; flex: none; display: block; }
.cw-jtile img { width: 100%; height: 100%; display: block; }
.cw-jtile.sm { width: 26px; height: 26px; border-radius: 7px; }
.cw-tbody { flex: 1; min-height: 0; padding: 20px 20px 10px; display: flex; flex-direction: column; gap: 14px; }

.cw-bubble { background: #7A004B; color: #FDF3F8; border-radius: 10px; padding: 13px 16px; font-size: 13.5px; line-height: 1.5; min-height: 66px; }
.cw-bubble [data-type]::after { content: ""; display: inline-block; width: 2px; height: 1em; background: #FF94ED; margin-left: 2px; vertical-align: -0.15em; animation: cw-caret 0.9s steps(1) infinite; }
.cw-bubble.still [data-type]::after { display: none; }
@keyframes cw-caret { 50% { opacity: 0; } }

.cw-tools { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.cw-rows { background: #FBF7F0; border: 1px solid rgba(35,26,31,0.10); border-radius: 8px; padding: 2px 0; }
/* rows start collapsed and expand into place, so the beige card
   grows down the thread as the tool feed lands */
.cw-row {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 0 12px; font-size: 12.5px; color: #15020C;
  max-height: 0; opacity: 0; overflow: hidden;
  border-top: 1px solid transparent;
  transform: translateY(4px);
  transition: max-height 0.5s var(--ease), padding 0.5s var(--ease),
    border-color 0.3s var(--ease),
    opacity 0.35s var(--ease) 0.12s, transform 0.35s var(--ease) 0.12s;
}
.cw-row.in { max-height: 90px; padding: 8px 12px 9px; opacity: 1; transform: none; }
.cw-row.in + .cw-row.in { border-top-color: rgba(35,26,31,0.08); }
.cw-row > svg:first-child { color: #5E5559; flex: none; margin-top: 2px; }
.cw-row-c { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.cw-row-t { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.cw-row b { font-weight: 600; white-space: nowrap; }
.cw-row-m { color: #5E5559; font-size: 11px; font-family: var(--f-text); line-height: 1.4; }
.cw-row > svg:last-child { color: #9F989C; flex: none; margin-top: 3px; }
.cw-row .cw-dot { margin-top: 6px; }
.cw-dot { width: 7px; height: 7px; border-radius: 50%; background: #C5C0C2; flex: none; }
.cw-row.busy .cw-dot { background: #FF7AE9; animation: cw-pulse 0.9s ease-in-out infinite; }
.cw-row.done .cw-dot { background: #31B08A; }
@keyframes cw-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(0.5); } }

.cw-braze { display: inline-flex; align-items: center; padding: 3px 7px; border-radius: 4px; background: #7A004B; flex: none; }
.cw-braze img { height: 9px; width: auto; display: block; }
.cw-braze.sf img { height: 12px; }
.cw-sfmc { font-size: 8.5px; font-weight: 600; letter-spacing: 0.06em; padding: 2px 6px; border-radius: 4px; background: #E8EFF7; color: #33506B; flex: none; }

.cw-sum { margin: 0; font-size: 13.5px; line-height: 1.6; color: #15020C; }
.cw-plane { display: flex; align-items: center; gap: 12px; border: 1px solid rgba(35,26,31,0.10); border-left: 3px solid #7A004B; background: #FFFFFF; border-radius: 6px; padding: 13px 16px; color: #5E5559; }
.cw-plane-eyb { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #7A004B; }
.cw-plane-t { margin: 3px 0 0; font-family: var(--f-display); font-weight: 500; font-size: 17px; letter-spacing: -0.01em; color: #15020C; }
.cw-plane-m { margin: 3px 0 0; font-size: 11px; font-family: var(--f-text); color: #5E5559; }
.cw-plane > svg { margin-left: auto; flex: none; }
.cw-chips { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.cw-chip { border-radius: 999px; padding: 6px 14px; font-size: 12px; color: #15020C; }
.cw-chip.on { background: #FFEBFC; border: 1px solid #95336F; }
.cw-chip.dash { border: 1px dashed #C5C0C2; color: #3D3438; }

.cw-tfoot { padding: 8px 20px 14px; border-top: 1px solid rgba(35,26,31,0.10); }
.cw-ask-ph { color: #5E5559; font-size: 13px; }
.cw-ask { padding: 4px 0 12px; }
.cw-ask-row { display: flex; align-items: center; gap: 16px; color: #5E5559; }
.cw-plus { font-size: 17px; }
.cw-ask-ic { margin-left: auto; display: inline-flex; gap: 14px; }
.cw-send { width: 30px; height: 30px; border-radius: 50%; background: #FFE661; color: #15020C; display: flex; align-items: center; justify-content: center; flex: none; }
.cw-qchips { display: flex; justify-content: center; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.cw-qchips span { font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; border: 1px solid rgba(35,26,31,0.16); border-radius: 999px; padding: 6px 13px; color: #3D3438; background: #FFFFFF; }

/* ---- workspace (white island) --------------------------------- */
.cw-work { background: #FFFFFF; border-radius: 8px; padding: 14px 22px 22px; min-width: 0; display: flex; flex-direction: column; gap: 13px; overflow: hidden; }
.cw-wtabs { display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(35,26,31,0.10); padding-bottom: 0; }
.cw-wtabs span { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #847B80; padding: 4px 0 11px; }
.cw-wtabs span.on { color: #15020C; font-weight: 600; box-shadow: inset 0 -2px 0 #7A004B; }
.cw-wtabs-x { margin-left: auto; color: #5E5559; }

.cw-crumb { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cw-back { display: inline-flex; align-items: center; gap: 4px; color: #5E5559; font-size: 12px; }
.cw-crumb h1 { margin: 0; font-family: var(--f-display); font-weight: 500; font-size: 20px; letter-spacing: -0.02em; color: #15020C; }
.cw-crumb h1 span { color: #7A004B; }
.cw-badge { padding: 2px 8px; border-radius: 999px; background: #FBF7F0; color: #5E5559; font-size: 11px; font-weight: 500; }
.cw-meta { font-size: 11px; color: #5E5559; font-family: var(--f-text); }
.cw-sync { display: inline-flex; align-items: center; gap: 5px; padding: 2px 8px; border-radius: 999px; background: #D9F2E9; color: #166C46; font-size: 11px; font-weight: 500; }
.cw-sync i { width: 5px; height: 5px; border-radius: 50%; background: #31B08A; }
.cw-cep { margin-left: auto; font-size: 12px; color: #7A004B; white-space: nowrap; }

.cw-steps { display: flex; align-items: center; gap: 8px; }
.cw-steps em { color: #5E5559; font-style: normal; font-size: 12px; }
.cw-step { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px 5px 6px; border-radius: 999px; border: 1px solid rgba(35,26,31,0.12); background: #FFFFFF; font-size: 12px; color: #5E5559; }
.cw-step i { width: 20px; height: 20px; border-radius: 50%; border: 1px solid #C5C0C2; color: #5E5559; font-style: normal; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.cw-step.on { background: #F3DCE9; border-color: #AF6693; color: #15020C; font-weight: 500; }
.cw-step.on i { background: #7A004B; border-color: #7A004B; color: #FFFFFF; }

.cw-toolrow { display: flex; align-items: center; gap: 12px; }
.cw-seg { display: inline-flex; background: #F4EEE3; border-radius: 999px; padding: 3px; }
.cw-seg span { font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 14px; border-radius: 999px; color: #5E5559; }
.cw-seg span.on { background: #FFFFFF; color: #15020C; border: 1px solid rgba(35,26,31,0.12); font-weight: 500; }
.cw-overlay { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #FFB8F3; background: #FFEBFC; color: #15020C; border-radius: 999px; font-size: 12px; padding: 3px 10px; }
.cw-overlay i { width: 8px; height: 8px; border-radius: 50%; background: #FF7AE9; }

/* analysed bar */
.cw-anal { background: #FFFFFF; border: 1px solid rgba(35,26,31,0.10); border-radius: 6px; padding: 12px 16px; display: grid; grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 1fr)) auto; gap: 18px; align-items: center; }
.cw-anal-l b { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #5E5559; }
.cw-anal-l span { display: block; font-size: 11px; color: #5E5559; font-family: var(--f-text); margin-top: 2px; }
.cw-sc { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cw-sc i { font-style: normal; font-size: 10px; color: #5E5559; text-transform: uppercase; letter-spacing: 0.03em; white-space: nowrap; }
.cw-sc b { font-family: var(--f-display); font-weight: 500; font-size: 19px; color: #15020C; }
.cw-scbar { width: 32px; height: 3px; border-radius: 4px; background: rgba(35,26,31,0.10); display: block; overflow: hidden; }
.cw-scbar span { display: block; height: 3px; border-radius: 4px; }
.cw-findings { display: flex; flex-direction: column; align-items: center; gap: 4px; background: #F9D0D0; border-radius: 4px; padding: 4px 10px; color: #A81E3F; }
.cw-findings i { font-style: normal; font-size: 10px; text-transform: uppercase; letter-spacing: 0.03em; font-weight: 600; white-space: nowrap; }
.cw-findings b { display: inline-flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 600; }

.cw-cols { display: flex; gap: 16px; align-items: flex-start; min-height: 0; }

/* ---- email channel frame — the client's own creative ---------- */
.cw-mailwin { flex: 1 1 380px; min-width: 0; background: #EFE9DD; border: 1px solid rgba(35,26,31,0.12); border-radius: 6px; overflow: hidden; }
.cw-mbar { display: flex; align-items: center; gap: 5px; padding: 8px 12px; }
.cw-mbar i { width: 7px; height: 7px; border-radius: 50%; background: #CFC6B4; }
.cw-mbar span { flex: 1; text-align: center; font-size: 10.5px; color: #5E5559; margin-right: 24px; }
.cw-mailview { position: relative; height: 610px; overflow: hidden; }
.cw-mail { position: relative; font-family: Helvetica, Arial, sans-serif; background: #101220; will-change: transform; }
.cw-mhead { background: #FFFFFF; padding: 12px 18px 12px; border-bottom: 1px solid #E4E1DA; }
.cw-slot { position: relative; display: inline-block; }
.cw-slot.s-body, .cw-slot.s-offer { display: block; }
.cw-mail .cw-slot { outline: 2px solid #FF7AE9; outline-offset: 3px; }
.cw-mhead .cw-slot.s-subj { font-size: 14px; font-weight: 700; color: #1A1A2E; }
.cw-mfrom { font-size: 10.5px; color: #6B7280; margin: 6px 0; }
.cw-mhead .cw-slot.s-pre { font-size: 10.5px; color: #6B7280; }
.cw-mark { position: absolute; top: -9px; right: -4px; z-index: 2; }
.cw-mark i { font-style: normal; background: #FF7AE9; color: #1A1A1A; font-size: 8px; font-weight: 600; padding: 1px 4px; border-radius: 3px; font-family: var(--f-sans); white-space: nowrap; }
.cw-dark { background: #161826; border: 1px solid #2C2F45; border-top: 0; }
.cw-band { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 22px; border-bottom: 1px solid #2C2F45; }
.cw-band span { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #E9E9ED; }
.cw-band i { font-style: normal; font-size: 9.5px; letter-spacing: 1px; color: #8B8DA3; }
.cw-strip { background: #3A3560; padding: 9px 16px; text-align: center; font-size: 10px; letter-spacing: 2px; color: #D7D2F5; font-weight: 700; }
.cw-hero { display: block; width: 100%; height: auto; }
.cw-msec { padding: 24px 26px 6px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cw-meyb { font-size: 10px; letter-spacing: 3px; color: #9C90E0; font-weight: 700; }
.cw-msec .cw-slot.s-head { font-size: 30px; line-height: 1.05; letter-spacing: -1px; color: #E9E9ED; font-weight: 500; }
.cw-msec .cw-slot.s-body { font-size: 12.5px; line-height: 1.6; color: #A6A8BD; }
.cw-mcta { padding: 16px 26px 22px; }
.cw-ctabtn { display: inline-block; border: 1px solid #9184D9; border-radius: 8px; padding: 11px 26px; font-size: 12px; letter-spacing: 1.5px; color: #C9C2F0; font-weight: 700; }
.cw-fares { padding: 12px 26px 4px; border-top: 1px solid #2C2F45; margin: 0; }
.cw-fh { font-size: 9.5px; letter-spacing: 3px; color: #999CB5; font-weight: 700; padding: 6px 0 8px; }
.cw-fare { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 9px 0; border-bottom: 1px solid #23263A; }
.cw-fare > span:first-child { font-size: 13px; color: #E9E9ED; }
.cw-fare > span:last-child { display: flex; gap: 12px; align-items: baseline; }
.cw-fare s { font-size: 10.5px; color: #8385A3; }
.cw-fare b { font-size: 16px; color: #9184D9; font-weight: 700; }
.cw-offerwrap { padding: 16px 26px 24px; }
.cw-offer { display: block; background: #1C1E30; border: 1px dashed #4A4570; border-radius: 8px; padding: 16px; text-align: center; font-size: 11.5px; line-height: 1.5; color: #E9E9ED; }

/* scan beam */
.cw-beam { position: absolute; left: 0; right: 0; top: -48px; height: 44px; background: linear-gradient(to bottom, rgba(255, 122, 233, 0), rgba(255, 122, 233, 0.20), rgba(255, 122, 233, 0.8)); opacity: 0; pointer-events: none; z-index: 3; }
/* beam position and opacity are scrubbed by js/composer.js */
/* slot marks and outlines stay hidden until lit */
.cw-mail .cw-slot { outline-color: transparent; transition: outline-color 0.3s var(--ease); }
.cw-mail.lit-subj .s-subj, .cw-mail .cw-slot.lit { outline-color: #FF7AE9; }
.cw-mark.in + * { outline-color: #FF7AE9; }
.cw-mark { opacity: 0; transform: translateY(3px); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); }
.cw-mark.in { opacity: 1; transform: none; }
.cw-slot:has(.cw-mark.in) { outline-color: #FF7AE9 !important; }

/* ---- slots panel ---------------------------------------------- */
.cw-panel { flex: 1 1 300px; min-width: 0; background: #FFFFFF; border: 1px solid rgba(35,26,31,0.10); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; max-height: 660px; }
.cw-pwrap { flex: 1; min-height: 0; overflow: hidden; }
.cw-pin { will-change: transform; }
.cw-ph { display: flex; align-items: baseline; gap: 8px; padding: 10px 14px 0; }
.cw-ph b { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #5E5559; }
.cw-ph span { margin-left: auto; font-size: 11px; color: #5E5559; font-family: var(--f-text); }
.cw-psub { margin: 4px 0 0; padding: 0 14px 10px; font-size: 11px; color: #5E5559; font-family: var(--f-text); line-height: 1.5; border-bottom: 1px solid rgba(35,26,31,0.10); }
.cw-prow { padding: 10px 14px; border-top: 1px solid rgba(35,26,31,0.08); display: flex; gap: 10px; align-items: flex-start; }
.cw-prow:first-of-type { border-top: 0; }
.cw-cb { width: 15px; height: 15px; border: 1.5px solid #C5C0C2; border-radius: 3px; margin-top: 2px; color: transparent; display: flex; align-items: center; justify-content: center; flex: none; transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease); }
.cw-prow.on .cw-cb { background: #7A004B; border-color: #7A004B; color: #FFFFFF; }
.cw-prow-c { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.cw-prow-t { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.cw-prow-t b { font-weight: 500; color: #15020C; }
.cw-ana { margin-left: auto; display: inline-flex; align-items: center; gap: 3px; color: #5E5559; font-size: 11px; white-space: nowrap; }
.cw-prow-x { margin: 0; font-size: 11.5px; line-height: 1.5; font-family: var(--f-text); color: #15020C; }
.cw-minis { display: flex; gap: 12px; }
.cw-minis .cw-sc { width: 84px; }
.cw-minis .cw-sc b { font-family: var(--f-text); font-size: 13px; font-weight: 400; }
.cw-minis .cw-sc i { font-size: 9px; }
.cw-find { display: flex; gap: 8px; align-items: flex-start; background: #F9D0D0; border-left: 3px solid #A81E3F; border-radius: 0 4px 4px 0; padding: 7px 10px; }
.cw-find > i { color: #A81E3F; display: inline-flex; flex: none; margin-top: 1px; font-style: normal; }
.cw-find > span { font-size: 11px; line-height: 1.45; color: #15020C; font-family: var(--f-text); }
.cw-find b { display: block; font-size: 11px; font-weight: 600; color: #A81E3F; }
.cw-pnote { padding: 9px 14px; border-top: 1px solid rgba(35,26,31,0.10); background: #FBF7F0; font-size: 11px; color: #5E5559; font-family: var(--f-text); line-height: 1.5; }
.cw-cta { margin: 10px 14px 12px; display: flex; align-items: center; justify-content: center; gap: 6px; background: #FFE661; color: #15020C; border-radius: 6px; padding: 8px 12px; font-size: 12.5px; font-weight: 500; }

/* ---- cursor + commit ------------------------------------------- */
.cw-cursor {
  position: absolute; z-index: 60; width: 22px; height: 22px;
  opacity: 0; pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  transition: opacity 0.3s var(--ease), transform 0.12s ease;
}
.cw-cursor.in { opacity: 1; }
.cw-cursor.press { transform: scale(0.82); }
.cw-cta { transition: transform 0.15s ease, background 0.25s var(--ease), color 0.25s var(--ease); }
.cw-cta.pressed { transform: scale(0.96); }
.cw-cta.done { background: #D9F2E9; color: #146C4E; }

/* ---- responsive ------------------------------------------------ */
@media (max-width: 900px) { .cmv { height: 520px; } }
/* the film needs room to communicate — below tablet width the
   section keeps its copy and drops the stage */
@media (max-width: 860px) { .cmv-track { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .cmv-tilt, .cmv-move, .cmv-screen, .a-hide, .cw-cb, .cw-mark, .cw-mail .cw-slot { transition: none; }
  .cw-bubble [data-type]::after { display: none; }
  .cw-mailview.scanning .cw-beam, .cw-row.busy .cw-dot { animation: none; }
  .cmv-screen { animation: none; }
  .cw-cursor { display: none; }
}
