/* The card, as Sam's link opens it: proxling.com/c/K7QF. 23 September 2026.
   The card floats on the share plate's orange field and comes to rest just above the otter.
   Phone first: under 760px the card is the page. Classes are prefixed cv- to stay clear of site.css. */

.cv-page { --field: var(--orange-plate); }
.cv-page .site-header { background: var(--field); }
.cv-page .site-header .main-nav { background: var(--screen); }

/* ---------- the stage: orange field, card, then the plate's water ---------- */
.cv-stage { position: relative; display: grid; justify-items: center; background: var(--field); padding: clamp(4px, 1.4vw, 20px) var(--g) 0; }
.cv-bar { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 16px; margin: 0 0 clamp(28px, 3vw, 44px); font-size: .875rem; font-weight: 700; }
.cv-url { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px 7px 12px; border-radius: 999px; background: var(--screen); border: 2px solid var(--river); }
.cv-url .i { width: 14px; height: 14px; }
.cv-bar-note { color: var(--river); }

.cv-card { position: relative; z-index: 2; width: min(100%, 720px); background: var(--screen); border: 2.5px solid var(--river); border-radius: 8px 8px 20px 20px; padding: clamp(30px, 4vw, 52px) clamp(20px, 4.4vw, 56px) clamp(22px, 3vw, 34px); isolation: isolate; }
/* a green overprint, off register, behind the card: the ink the water is printed in */
.cv-card::after { content: ""; position: absolute; z-index: -2; inset: 0; transform: translate(18px, 20px); border-radius: inherit; background: radial-gradient(circle, var(--green) 1.4px, transparent 1.9px) 0 0 / 6px 6px, #BFE6CF; }
.cv-card::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--screen); }
.cv-fold { position: absolute; left: 18px; right: 18px; top: -2px; height: 12px; border-top: 2.5px solid var(--river); border-radius: 50% 50% 0 0 / 100% 100% 0 0; opacity: .3; }
.cv-example { position: absolute; top: -15px; left: clamp(18px, 4vw, 52px); padding: 4px 12px; border-radius: 999px; background: var(--river); color: var(--screen); font-size: .8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- the head: the question in Sam's words, then the answer ---------- */
.cv-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 12px; margin-bottom: 22px; }
.cv-when { font-size: .875rem; font-weight: 700; color: var(--olive); }
.cv-asked { margin: 0 0 12px; font-size: 1.0625rem; font-weight: 500; }
.cv-asked span { display: block; margin-bottom: 4px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); }
.cv-asked q { quotes: "\201C" "\201D"; }
.cv-answer { font-size: clamp(2.3rem, 4.3vw, 3.7rem); line-height: 1; letter-spacing: -.015em; margin: 0 0 24px; text-wrap: balance; }
.cv-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; padding-bottom: 26px; font-size: .9375rem; font-weight: 700; color: var(--olive); }
.cv-facts b { font-family: var(--display); font-weight: 400; font-size: 1.9rem; line-height: 1; color: var(--river); margin-right: 3px; vertical-align: -2px; }
.cv-early { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 10px; border-radius: 999px; background: var(--screen); box-shadow: 0 0 0 1.5px var(--river) inset; color: var(--river); }
.cv-early .i { width: 16px; height: 16px; }

/* ---------- sections ---------- */
.cv-sec { border-top: 2px solid var(--river); padding: 20px 0 22px; }
.cv-h { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; font: 700 .8125rem/1.2 var(--text); letter-spacing: .08em; text-transform: uppercase; color: var(--olive); }
.cv-h::before { content: ""; width: 20px; height: 9px; border: 2px solid var(--green); border-radius: 50%; flex: none; }

/* the map: a sketch in two inks, never a real place */
.cv-map { margin: 0 0 16px; }
.cv-map svg { display: block; width: 100%; height: auto; }
.m-paper { fill: #F3E3C4; }
.m-road { fill: none; stroke: var(--screen); stroke-width: 12; stroke-linecap: round; }
.m-road.thin { stroke-width: 6; }
.m-river { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; }
.m-river.two { opacity: .45; }
.m-ring { fill: none; stroke: var(--orange); stroke-width: 2; stroke-dasharray: 2 6; stroke-linecap: round; }
.m-ring.two { opacity: .7; }
.m-home { fill: var(--river); }
.m-label { font: 700 13px var(--text); fill: var(--river); letter-spacing: .06em; }
.m-pin path { fill: var(--orange); stroke: var(--river); stroke-width: 2; }
.m-pin text { font: 700 13px var(--text); fill: var(--river); }
.m-small { font: 700 12.5px var(--text); fill: var(--river); }
.m-small.dim { fill: var(--olive); }

.cv-yes { display: grid; gap: 10px; }
.cv-yes li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 4px 16px; padding: 14px 16px; border-radius: 14px; background: #FDE6D3; box-shadow: 0 0 0 1.5px var(--river) inset; }
.cv-yes li > div { display: grid; gap: 2px; }
.cv-yes b { font-family: var(--display); font-weight: 400; font-size: 1.4rem; line-height: 1.1; }
.cv-yes div > span:not(.say) { font-size: .875rem; font-weight: 500; }
.cv-yes .say { margin-top: 4px; font-size: .8125rem; }
.cv-num { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); border: 2px solid var(--river); font-family: var(--display); font-size: 1.35rem; line-height: 1; }
.cv-reply { font-size: .8125rem; font-weight: 700; color: var(--olive); white-space: nowrap; }
.cv-reply .reply { color: var(--river); background: var(--screen); }

/* all fourteen, as the tracker left them */
.cv-bar-chart { display: flex; gap: 4px; margin: 0 0 12px; }
.cv-bar-chart i { flex: 1; height: 14px; border-radius: 99px; box-sizing: border-box; }
.cv-bar-chart .y { background: var(--orange); box-shadow: 0 0 0 2px var(--river) inset; }
.cv-bar-chart .w { border: 3px solid var(--orange); }
.cv-bar-chart .k { border: 3px solid var(--green); }
.cv-bar-chart .n { background: var(--olive); }
.cv-bar-chart .p { border: 3px solid var(--olive); }
.cv-bar-chart .x { border: 2px dashed var(--olive); }
.cv-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 14px; padding: 9px 10px; margin: 0 -10px; border-top: 1px solid var(--olive-soft); }
.cv-list li:first-child { border-top: 0; }
.cv-list li.hit { background: #FDE6D3; border-radius: 10px; border-top-color: transparent; }
.cv-list li.hit + li { border-top-color: transparent; }
.cv-list .place b { display: block; font-size: .9375rem; font-weight: 700; line-height: 1.3; }
.cv-list .place small { display: block; font-size: .8125rem; font-weight: 500; color: var(--olive); }
.cv-list .say { font-size: .8125rem; }

.cv-trail { margin: 0; }
.cv-trail li { padding-bottom: 14px; }
.cv-trail time { display: block; font-size: .75rem; font-weight: 700; color: var(--olive); letter-spacing: .02em; }
.cv-trail q { font-style: normal; font-weight: 700; }
.cv-trail q::before { content: "\201C"; } .cv-trail q::after { content: "\201D"; }

/* the person: set apart, in the colour of stepping in */
.cv-person { margin: 4px 0 22px; padding: 22px 22px 18px; border: 2px solid var(--orange); border-radius: 16px; background: var(--screen); box-shadow: 8px 9px 0 -1px var(--tint); }
.cv-person .state { margin-bottom: 12px; }
.cv-person-h { font-size: clamp(1.5rem, 2.2vw, 1.9rem); line-height: 1.08; margin: 0 0 10px; }
.cv-person p { margin: 0 0 8px; font-size: 1rem; }
.cv-small { font-size: .875rem !important; font-weight: 700; color: var(--olive); }

.cv-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 32px; }
.cv-nots, .cv-who { display: grid; gap: 10px; }
.cv-nots li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.cv-nots .i { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--olive-soft); }
.cv-who li { display: flex; align-items: center; gap: 12px; font-size: .9375rem; line-height: 1.3; }
.cv-who img, .cv-av { width: 38px; height: 38px; border-radius: 50%; flex: none; }
.cv-av { display: grid; place-items: center; background: var(--orange); border: 2px solid var(--river); font-weight: 700; }
.cv-who b { display: block; }

/* what happens next: the replies, as things to press */
.cv-next-lead { font-family: var(--display); font-size: 1.5rem; line-height: 1.15; margin: -4px 0 16px; }
.cv-moves { display: grid; gap: 12px; }
.cv-moves li { display: grid; grid-template-columns: 16.5rem minmax(0, 1fr); align-items: center; gap: 8px 20px; }
.cv-moves p { margin: 0; font-size: .9375rem; }
.cv-move { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 54px; padding: 0 8px 0 10px; border: 2px solid var(--river); border-radius: 999px; background: var(--screen); text-decoration: none; font-weight: 700; transition: box-shadow .2s ease; }
.cv-move:hover { box-shadow: 4px 5px 0 0 var(--river); }
.cv-move .reply, .cv-go { white-space: nowrap; }
.cv-move .reply { display: inline-flex; align-items: center; gap: 6px; border: 0; font-size: 1rem; letter-spacing: .06em; }
.cv-move .reply .i { width: 16px; height: 16px; }
.cv-go { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: var(--river); color: var(--screen); font-size: .8125rem; }
.cv-go .i { width: 14px; height: 14px; }
.cv-moves .hot .cv-move { background: var(--orange); }

.cv-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; margin-top: 6px; padding-top: 16px; border-top: 1.5px dashed var(--olive); font-size: .8125rem; font-weight: 700; color: var(--olive); }

/* the plate: its orange top joins the field, so the card comes to rest above the otter */
.cv-plate { display: block; width: calc(100% + 2 * var(--g)); margin: -24vw calc(-1 * var(--g)) 0; position: relative; z-index: 1; }
.cv-plate img { width: 100%; -webkit-mask-image: linear-gradient(transparent 0, #000 42%); mask-image: linear-gradient(transparent 0, #000 42%); }

/* ---------- the shared copy ---------- */
.cv-shared { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(40px, 6vw, 110px); align-items: center; padding: clamp(64px, 8vw, 130px) var(--g); max-width: 1600px; margin: 0 auto; }
.cv-shared h2 { font-size: clamp(2.5rem, 4.8vw, 5.4rem); margin-bottom: 26px; }
.cv-kept { margin: 34px 0 0; border-top: 2px solid var(--river); }
.cv-kept div { display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 4px 24px; padding: 16px 0; border-bottom: 1.5px solid var(--olive); }
.cv-kept dt { padding-top: 4px; font-size: .8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); }
.cv-kept dd { margin: 0; font-weight: 500; }

.cv-copy { margin: 0; justify-self: center; width: min(100%, 470px); }
.cv-copy-card { position: relative; padding: 26px 26px 20px; background: var(--screen); border: 2px solid var(--river); border-radius: 6px 6px 16px 16px; transform: rotate(-1.6deg); isolation: isolate; }
.cv-copy-card::before { content: ""; position: absolute; inset: 0; z-index: -1; transform: translate(14px, 16px); border-radius: inherit; background: var(--halftone), var(--tint); }
.cv-copy-card::after { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--screen); }
.cv-copy-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 16px; }
.cv-copy-tag { padding: 3px 10px; border: 1.5px dashed var(--river); border-radius: 999px; font-size: .75rem; font-weight: 700; }
.cv-copy-asked { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: .875rem; font-weight: 700; color: var(--olive); }
.cv-gone { display: inline-block; width: 72px; height: 14px; border-radius: 3px; background: repeating-linear-gradient(-45deg, var(--river) 0 3px, #3B5E4E 3px 6px); vertical-align: -2px; }
.cv-gone.short { width: 44px; }
.cv-copy-ans { font-family: var(--display); font-size: 1.75rem; line-height: 1.08; margin: 0 0 14px; }
.cv-copy-places { display: grid; gap: 6px; margin-bottom: 12px; }
.cv-copy-places li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 12px; padding: 8px 12px; border-radius: 10px; background: #FDE6D3; font-size: .9375rem; }
.cv-copy-places span { font-size: .8125rem; font-weight: 500; }
.cv-copy-meta { margin: 0 0 12px; font-size: .8125rem; font-weight: 700; color: var(--olive); }
.cv-copy-removed { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 12px 0; border-top: 1.5px dashed var(--olive); font-size: .8125rem; font-weight: 700; color: var(--olive); }
.cv-copy-removed > span { display: inline-flex; align-items: center; gap: 8px; }
.cv-copy-url { display: flex; align-items: center; gap: 8px; margin: 0; padding-top: 12px; border-top: 1.5px solid var(--olive-soft); font-size: .8125rem; font-weight: 700; }
.cv-copy-url .i { width: 15px; height: 15px; }

/* ---------- what is this: for whoever was sent the link ---------- */
.cv-what { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(28px, 5vw, 90px); padding: clamp(40px, 5vw, 80px) var(--g) clamp(72px, 9vw, 150px); max-width: 1600px; margin: 0 auto; border-top: 3px solid var(--river); }
.cv-what-otter { width: min(100%, 420px); justify-self: end; }
.cv-what h2 { font-size: clamp(2.5rem, 4.8vw, 5.4rem); margin-bottom: 24px; max-width: 12ch; }
.cv-what .actions { margin: 30px 0 18px; }

@media (prefers-reduced-motion: no-preference) {
  .cv-card { animation: cv-arrive .7s cubic-bezier(.2, .7, .3, 1) both; }
}
@keyframes cv-arrive { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

@media (max-width: 1199px) {
  .cv-shared, .cv-what { grid-template-columns: minmax(0, 1fr); }
  .cv-what-otter { justify-self: start; width: min(64%, 320px); }
  .cv-copy { justify-self: start; }
}
@media (max-width: 760px) {
  .cv-stage { padding: 0 12px; }
  .cv-bar { margin-bottom: 26px; }
  .cv-card { border-width: 2px; }
  .cv-card::after { transform: translate(8px, 10px); }
  .cv-answer { font-size: clamp(2.1rem, 10vw, 2.6rem); }
  .cv-facts { gap: 8px 16px; }
  .cv-facts b { font-size: 1.6rem; }
  .cv-yes li { grid-template-columns: auto minmax(0, 1fr); padding: 14px; }
  .cv-yes b { font-size: 1.25rem; }
  .cv-reply { grid-column: 2; }
  .cv-num { width: 34px; height: 34px; font-size: 1.15rem; align-self: start; }
  .cv-list li { margin: 0 -6px; padding: 9px 6px; }
  .cv-list .say { font-size: .75rem; gap: 6px; }
  .cv-plate img { height: 92vw; object-fit: cover; object-position: 42% 100%; }
  .cv-split { grid-template-columns: minmax(0, 1fr); }
  .cv-moves li { grid-template-columns: minmax(0, 1fr); gap: 8px; padding-bottom: 6px; }
  .cv-person { padding: 18px 16px 14px; }
  .cv-plate { width: calc(100% + 24px); margin: -26vw -12px 0; }
  .cv-shared { padding: 56px 16px; }
  .cv-kept div { grid-template-columns: minmax(0, 1fr); }
  .cv-copy-card { padding: 22px 18px 16px; transform: rotate(-1deg); }
  .cv-copy-card::before { transform: translate(8px, 10px); }
  .cv-what { padding: 40px 16px 72px; }
}
