/* London Free Guide — "Support / Back the guide" page.
   Follower-facing membership surface. Loads AFTER home.css + work.css; theme.css after.
   Reuses brand tokens + .sec / .kicker / .pkg / .svc / .transp / .ww-hero / .ww-cta. */

/* ---------- hero tweaks ---------- */
.sup-hero .sub b { color: var(--lfg-white-90); }
.sup-hero .ww-actions .pricetell {
  font-family: var(--lfg-font-body); font-weight: 500; font-size: .82rem;
  color: var(--lfg-white-50); align-self: center;
}

/* ---------- the deal: honest promise panel ---------- */
.deal-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; margin-top: 24px; }
@media (min-width: 820px) { .deal-grid { grid-template-columns: 1.05fr .95fr; gap: 34px; } }
.deal-promise {
  background: #141414; border: 1px solid var(--lfg-white-08);
  border-left: 6px solid var(--lfg-accent); border-radius: var(--lfg-radius-md, 14px);
  padding: 24px 26px;
}
[data-theme="light"] .deal-promise { background: #ffffff; box-shadow: 0 10px 30px rgba(28,20,13,0.06); }
.deal-promise h4 { font-family: var(--lfg-font-head); font-weight: 700; text-transform: uppercase;
  font-size: 1.15rem; margin: 0 0 6px; }
.deal-promise .pr-sub { color: var(--lfg-white-50); font-size: .82rem; margin: 0 0 14px; }
.deal-promise .row { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--lfg-white-08);
  color: var(--lfg-white-90); font-size: .92rem; line-height: 1.5; }
.deal-promise .row:first-of-type { border-top: 0; }
.deal-promise .row b { color: #fff; }
[data-theme="light"] .deal-promise .row b { color: var(--lfg-white); }
.deal-promise .mark { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; position: relative; }
.deal-promise .mark.no { border: 2px solid var(--lfg-accent); border-radius: 50%; }
.deal-promise .mark.no::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px;
  height: 2px; background: var(--lfg-accent); transform: translate(-50%,-50%) rotate(-45deg); }
.deal-promise .mark.yes::after { content: ""; position: absolute; left: 4px; top: 1px; width: 7px;
  height: 12px; border-right: 2.5px solid var(--lfg-go-green, #2ECC40);
  border-bottom: 2.5px solid var(--lfg-go-green, #2ECC40); transform: rotate(40deg); }

/* ---------- tiers: monthly emphasis on the .pkg cards ---------- */
.pkg .amt { display: flex; align-items: baseline; gap: 6px; margin: 0 0 4px; }
.pkg .amt .big { font-family: var(--lfg-font-head); font-weight: 700; font-size: 2.5rem;
  line-height: 1; color: var(--lfg-white); }
.pkg .amt .per { font-family: var(--lfg-font-body); font-weight: 600; font-size: .82rem;
  color: var(--lfg-white-50); text-transform: lowercase; }
.pkg .save { display: inline-block; margin: 0 0 16px; font-family: var(--lfg-font-body);
  font-weight: 700; font-size: .66rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--lfg-go-green, #2ECC40); }

/* one-off amount picker */
.give { display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 18px; }
.give button {
  flex: 1 0 auto; min-width: 58px; background: var(--lfg-black); color: var(--lfg-white-90);
  border: 1px solid var(--lfg-white-15); border-radius: 10px; padding: .55rem .2rem;
  font-family: var(--lfg-font-head); font-weight: 700; font-size: 1.1rem; cursor: pointer;
  transition: border-color .14s, background .14s, color .14s;
}
[data-theme="light"] .give button { background: #f4f0ea; }
.give button:hover { border-color: var(--lfg-white-30); }
.give button.on { background: var(--lfg-accent); border-color: var(--lfg-accent); color: #fff; }

/* ---------- supporter perks: a small "core stays free" note ---------- */
.svc-note {
  margin-top: 18px; display: flex; gap: 12px; align-items: flex-start;
  background: color-mix(in srgb, var(--lfg-accent) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--lfg-accent) 30%, transparent);
  border-radius: var(--lfg-radius-md, 14px); padding: 16px 18px;
  color: var(--lfg-white-90); font-size: .92rem; line-height: 1.5; max-width: 70ch;
}
.svc-note b { color: var(--lfg-white); }
.svc-note .star { color: var(--lfg-accent); font-weight: 800; flex-shrink: 0; }

/* preview link inside a perk card */
.svc .svc-link { display: inline-block; margin-top: 12px; font-family: var(--lfg-font-body);
  font-weight: 700; font-size: .82rem; color: var(--lfg-accent); }
.svc .svc-link + .tag { margin-left: 10px; }

/* ---------- always free band ---------- */
.freeband { background: #121212; border-top: 1px solid var(--lfg-white-08);
  border-bottom: 1px solid var(--lfg-white-08); }
[data-theme="light"] .freeband { background: #efe8dc; }
.freeband .fb-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; }
.freeband h2 { margin-bottom: 8px; }
.freeband .fb-sub { color: var(--lfg-white-70); font-size: 1.02rem; line-height: 1.55;
  max-width: 58ch; margin: 0 0 24px; text-wrap: pretty; }
.fb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (min-width: 720px) { .fb-grid { grid-template-columns: repeat(3, 1fr); } }
.fb-item { display: flex; align-items: center; gap: 11px; background: #181818;
  border: 1px solid var(--lfg-white-08); border-radius: 12px; padding: 14px 16px;
  font-family: var(--lfg-font-body); font-weight: 600; font-size: .92rem; color: var(--lfg-white-90); }
[data-theme="light"] .fb-item { background: #ffffff; }
.fb-item .tick { flex-shrink: 0; width: 16px; height: 16px; position: relative; }
.fb-item .tick::after { content: ""; position: absolute; left: 4px; top: 0; width: 6px; height: 11px;
  border-right: 2.5px solid var(--lfg-go-green, #2ECC40); border-bottom: 2.5px solid var(--lfg-go-green, #2ECC40);
  transform: rotate(40deg); }

/* ---------- where it goes: allocation bars ---------- */
.alloc { margin-top: 22px; display: grid; gap: 16px; max-width: 620px; }
.alloc-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; align-items: baseline; }
.alloc-row .al-name { font-family: var(--lfg-font-body); font-weight: 600; font-size: .92rem;
  color: var(--lfg-white-90); }
.alloc-row .al-pct { font-family: var(--lfg-font-head); font-weight: 700; font-size: 1.05rem;
  color: var(--lfg-accent); }
.alloc-row .al-bar { grid-column: 1 / -1; height: 8px; background: var(--lfg-white-08);
  border-radius: 999px; overflow: hidden; }
.alloc-row .al-fill { height: 100%; background: var(--lfg-accent); border-radius: 999px; }
.alloc-row .al-desc { grid-column: 1 / -1; color: var(--lfg-white-50); font-size: .8rem; margin-top: -2px; }

/* ---------- supporters wall ---------- */
.wall { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.wall .name { font-family: var(--lfg-font-body); font-weight: 600; font-size: .86rem;
  color: var(--lfg-white-70); background: #181818; border: 1px solid var(--lfg-white-08);
  border-radius: 999px; padding: 6px 13px; }
[data-theme="light"] .wall .name { background: #ffffff; }
.wall .more { color: var(--lfg-white-50); font-weight: 500; align-self: center; padding-left: 4px; }
.wall-empty { margin-top: 18px; border: 1px dashed var(--lfg-white-15); border-radius: var(--lfg-radius-md, 14px);
  padding: 22px 24px; max-width: 60ch; }
.wall-empty p { margin: 0; font-family: var(--lfg-font-body); font-weight: 500; font-size: 1.02rem;
  line-height: 1.5; color: var(--lfg-white-70); }

/* ---------- faq ---------- */
.faq { margin-top: 22px; display: grid; gap: 0; max-width: 760px; }
.faq details { border-top: 1px solid var(--lfg-white-08); padding: 4px 0; }
.faq details:last-child { border-bottom: 1px solid var(--lfg-white-08); }
.faq summary { list-style: none; cursor: pointer; padding: 16px 36px 16px 0; position: relative;
  font-family: var(--lfg-font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .01em;
  font-size: 1.02rem; color: var(--lfg-white); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--lfg-font-body); font-weight: 400; font-size: 1.5rem; color: var(--lfg-accent);
  line-height: 1; transition: transform .18s; }
.faq details[open] summary::after { content: "–"; }
.faq .faq-a { color: var(--lfg-white-70); font-size: .96rem; line-height: 1.6; padding: 0 0 18px;
  max-width: 64ch; text-wrap: pretty; }
.faq .faq-a a { color: var(--lfg-accent); font-weight: 600; }
