/* Plume v6 — introspection. Loaded after /v5/style.css: same stages, type and
   palette; only the new sections are styled here. */

:root { --rose: #ef7aa6; --paper: #f3ead8; }

.path { height: 520vh; }
@media (max-width: 734px) { .path { height: 360vh; } }

/* ------------------------------------------------------------ mirror */

.mirror { padding: 40px 0 150px; }
.mirror .section-title { margin-bottom: 0; }
.mirror-sub { margin: 22px 0 0; }
.ledgers { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ledger-col { padding: 34px 34px 20px; border-radius: 28px; background: #0f0f10; border: 1px solid var(--line); }
.ledger-col figcaption { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 14px; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot-rose { background: var(--rose); box-shadow: 0 0 12px var(--rose); }
.dot-gold { background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.ledger li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); opacity: 0.35; transition: opacity 0.8s ease; }
.ledger li:first-child { border-top: 0; }
.ledger li.is-lit { opacity: 1; }
.ledger time { font-family: var(--serif); font-size: 15px; color: #b3a57a; padding-top: 3px; }
.ledger p { font-family: var(--serif); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.38; color: rgba(245, 245, 247, 0.88); letter-spacing: 0; }
.ledger mark {
  color: inherit; padding: 0 2px; border-radius: 3px;
  background: linear-gradient(rgba(239, 122, 166, 0.34), rgba(239, 122, 166, 0.34)) left / 0% 100% no-repeat;
  transition: background-size 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 0.25s;
}
.ledger-wins mark { background-image: linear-gradient(rgba(244, 197, 58, 0.34), rgba(244, 197, 58, 0.34)); }
.ledger li.is-lit mark { background-size: 100% 100%; }
.mirror-fine { margin-top: 18px; }
@media (max-width: 734px) {
  .mirror { padding: 20px 0 100px; }
  .ledgers { grid-template-columns: 1fr; margin-top: 44px; }
  .ledger-col { padding: 26px 22px 10px; }
  .ledger li { grid-template-columns: 54px 1fr; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .ledger li, .ledger mark { transition: none; } }

/* -------------------------------------------------------------- path */

.path-date {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  padding: 8px 16px; border-radius: 980px;
  background: rgba(244, 197, 58, 0.14); color: var(--gold);
  font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums;
}
.path-date::before {
  content: ""; width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.5V8l2.2 1.4M2.6 8a5.4 5.4 0 105.4-5.4c-1.7 0-3.2.8-4.2 2M2.6 2.6v2.1h2.1' fill='none' stroke='%23f4c53a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.how-row { display: flex; justify-content: center; gap: 16px; text-align: left; }
.how-row li {
  flex: 0 1 380px; display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; border-radius: 18px;
  background: rgba(28, 28, 30, 0.78); border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
kbd {
  flex: none; min-width: 44px; padding: 5px 9px; border-radius: 8px; text-align: center;
  font: 600 14px/1.2 var(--font); color: var(--fg);
  background: #2c2c2e; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.5), 0 0 0 1px var(--line);
}
.how-row span { font-size: 14px; line-height: 1.4; color: var(--muted); font-weight: 500; }
@media (max-width: 734px) {
  .how-row { flex-direction: column; gap: 8px; }
  .how-row li { flex-basis: auto; padding: 12px 14px; }
}

/* no GPU: last year and today, side by side */
.path-fallback {
  width: min(900px, 100% - var(--gutter) * 2) !important; box-shadow: none !important;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.then-card { padding: 26px 28px; border-radius: 22px; background: #1c1c1e; border: 1px solid var(--line); text-align: left; }
.then-card.now { border-color: rgba(244, 197, 58, 0.6); background: #1d1a14; }
.then-label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.then-text { font-family: var(--serif); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.4; }
@media (max-width: 734px) { .path-fallback { grid-template-columns: 1fr; } .then-card { padding: 18px 20px; } }
.no-webgl .path .path-fallback { top: 50%; }
.no-webgl .path .caption-bottom:not(.path-how) { display: none; }

/* ---------------------------------------------------------- decisions */

.decide { padding: 150px 0; }
.decide-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.decide .section-title { font-size: clamp(32px, 4vw, 52px); }
.decide-points { margin-top: 34px; display: grid; gap: 18px; }
.decide-points li { padding-left: 28px; position: relative; font-size: 17px; line-height: 1.45; color: var(--light-muted); font-weight: 500; }
.decide-points li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #c9950a; }
.decide-points b { color: var(--light-fg); font-weight: 600; }

.chat {
  background: #fff; border-radius: 28px; padding: 24px 22px 18px;
  box-shadow: 0 50px 100px -50px rgba(90, 60, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: flex; flex-direction: column; gap: 12px;
}
.chat-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 4px 8px; border-bottom: 1px solid #ececf0; margin-bottom: 4px; }
.chat-lens { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.chat-lens::before { content: ""; width: 20px; height: 20px; border-radius: 6px; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13V8M8 8L4 4M8 8l4-4M4 4v2.5M4 4h2.5M12 4v2.5M12 4H9.5' fill='none' stroke='%231a1400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat; }
.chat-range { font-size: 13px; color: var(--light-muted); font-weight: 500; }
.msg { max-width: 88%; padding: 12px 16px; border-radius: 20px; font-size: 16px; line-height: 1.45; font-weight: 500; }
.js .msg { opacity: 0; transform: translateY(12px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .msg.is-in { opacity: 1; transform: none; }
.msg-you { align-self: flex-end; background: var(--gold); color: #1a1400; border-bottom-right-radius: 6px; }
.msg-coach { align-self: flex-start; background: #f2f2f5; color: var(--light-fg); border-bottom-left-radius: 6px; max-width: 94%; }
.msg-coach ul { margin: 10px 0; display: grid; gap: 8px; }
.msg-coach li { padding-left: 16px; position: relative; color: #3a3a3f; }
.msg-coach li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #c9950a; }
.msg-coach em { font-family: var(--serif); font-style: italic; color: var(--light-fg); }
.msg-coach p:last-child { font-weight: 600; }
.chat figcaption { margin-top: 6px; font-size: 12px; color: var(--light-muted); text-align: center; }
@media (max-width: 1068px) { .decide-grid { grid-template-columns: 1fr; gap: 50px; } }
@media (max-width: 734px) {
  .decide { padding: 100px 0; }
  .chat { padding: 18px 14px 14px; border-radius: 24px; }
  .msg { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) { .js .msg { opacity: 1; transform: none; transition: none; } }

/* ----------------------------------------------------------- everyday */

.everyday { position: relative; padding: 150px 0 160px; }
.day { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.moment {
  position: relative; overflow: hidden; min-height: 400px;
  display: flex; flex-direction: column;
  padding: 30px 26px; border-radius: 28px; border: 1px solid var(--line);
  background: var(--sky);
}
/* the light of each hour */
.m-dawn { --sky: linear-gradient(170deg, #3b2a3f 0%, #7a4a4e 45%, #d99a5c 100%); }
.m-noon { --sky: linear-gradient(170deg, #1d3557 0%, #3c6e9f 55%, #9cc3e0 100%); }
.m-dusk { --sky: linear-gradient(170deg, #1a1530 0%, #4a2d58 50%, #c46a5a 100%); }
.m-night { --sky: linear-gradient(170deg, #07070c 0%, #111427 60%, #1f2240 100%); }
.moment::after {
  /* a sun or moon low in the sky */
  content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%;
  right: -40px; bottom: -50px; filter: blur(2px);
  background: radial-gradient(circle, rgba(255, 230, 170, 0.95), rgba(255, 190, 90, 0.4) 45%, transparent 70%);
}
.m-noon::after { top: -40px; bottom: auto; background: radial-gradient(circle, rgba(255, 255, 240, 0.9), rgba(255, 240, 200, 0.3) 45%, transparent 70%); }
.m-night::after { width: 70px; height: 70px; right: 26px; bottom: 26px; background: radial-gradient(circle at 35% 35%, #f5f0e0, #cfc6ad 60%, transparent 72%); filter: none; box-shadow: 0 0 40px rgba(245, 240, 224, 0.25); }
.moment time { font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.75); font-variant-numeric: tabular-nums; }
.moment h3 { margin-top: 8px; font-family: var(--serif); font-size: clamp(30px, 2.7vw, 38px); font-weight: 600; letter-spacing: 0; }
.moment p { margin-top: 12px; font-size: 16px; line-height: 1.45; font-weight: 500; color: rgba(255, 255, 255, 0.82); position: relative; z-index: 1; }
.moment-quote { margin-top: auto !important; padding-top: 22px; font-family: var(--serif); font-style: italic; font-size: 20px !important; color: #fff !important; }
.day .reveal:nth-child(2) { transition-delay: 0.08s; }
.day .reveal:nth-child(3) { transition-delay: 0.16s; }
.day .reveal:nth-child(4) { transition-delay: 0.24s; }
@media (max-width: 1068px) { .day { grid-template-columns: 1fr 1fr; } }
@media (max-width: 734px) {
  .everyday { padding: 100px 0 110px; }
  .day { grid-template-columns: 1fr; margin-top: 44px; }
  .moment { min-height: 260px; padding: 26px 22px; }
}

/* devices included, inside each plan (from v5's pricing) */
.plan-devices { margin-top: 22px; display: flex; justify-content: center; gap: 22px; }
.plan-devices li { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; color: var(--light-fg); }
.plan-devices svg { width: 34px; height: 26px; color: #6e6e73; }
.plan-featured .plan-devices svg { color: #a87a00; }
.plan-devices-note { margin-top: 8px; font-size: 13px; color: var(--light-muted); font-weight: 500; }

/* --------------------------------------------------------- plan cards */
/* name and promise first, then the price, then what it covers, then the
   button pinned to the bottom so both cards line up. Lifetime is the dark
   card: the one the eye lands on. */

.plans { align-items: stretch; gap: 24px; }
.plan { padding: 44px 36px 36px; text-align: center; }
.plan h3 { font-size: 24px; letter-spacing: -0.01em; }
.plan .plan-sub { margin: 6px auto 0; font-size: 15px; max-width: 300px; text-wrap: balance; }
.plan .price { margin-top: 26px; }
.plan .price b { font-size: 56px; letter-spacing: -0.03em; }
.plan .price-note { margin: 6px auto 0; max-width: 300px; text-wrap: balance; }
.plan .plan-devices {
  margin-top: 28px; padding-top: 22px; width: 100%;
  border-top: 1px solid #ececf0; gap: 10px;
}
.plan .plan-devices li {
  flex-direction: row; gap: 6px; padding: 6px 12px 6px 8px; border-radius: 980px;
  background: var(--light-bg); font-size: 13px;
}
.plan .plan-devices svg { width: 22px; height: 17px; }
.plan .plan-devices-note { margin-top: 10px; font-size: 13px; }
.plan .pill { margin-top: auto; width: 100%; }
.plan .plan-devices-note { margin-bottom: 30px; }
.pill-quiet { background: transparent; color: var(--light-fg); box-shadow: inset 0 0 0 1.5px #d2d2d7; }
.pill-quiet:hover { background: #fff; box-shadow: inset 0 0 0 1.5px var(--light-fg); }

.plan-featured {
  background: radial-gradient(120% 80% at 50% 0%, #2a2210 0%, #141312 55%, #0e0e0f 100%);
  color: var(--fg);
  box-shadow: 0 0 0 1.5px rgba(244, 197, 58, 0.75), 0 40px 90px -40px rgba(180, 130, 0, 0.55);
}
.plan-featured .badge {
  top: 0; transform: translate(-50%, -50%);
  padding: 6px 14px; border-radius: 980px;
  background: var(--gold); color: #1a1400; letter-spacing: 0.06em;
}
.plan-featured h3, .plan-featured .price b { color: var(--fg); }
.plan-featured .plan-sub, .plan-featured .price { color: var(--muted); }
.plan-featured .price-note { color: var(--gold); }
.plan-featured .plan-devices { border-top-color: rgba(255, 255, 255, 0.1); }
.plan-featured .plan-devices li { background: rgba(255, 255, 255, 0.07); color: var(--fg); }
.plan-featured .plan-devices svg { color: var(--gold); }
.plan-featured .plan-devices-note { color: var(--muted); }
@media (max-width: 734px) {
  .plans { gap: 32px; }
  .plan { padding: 40px 24px 28px; }
  .plan .price b { font-size: 48px; }
}
