/* Every colour is lifted from the native app's LCColor.swift, so the site and the product
   are visibly one thing. This page commits to a single light world on purpose — it is a
   brand page, not a document — so every colour is painted explicitly and nothing is left
   to inherit from the viewer's theme. */
:root {
  --rose: #d18fa3;
  --rose-deep: #b37088;
  --violet: #a895d1;
  --ink: #382b3d;
  --ink-soft: #6f6478;
  --ink-faint: #9a8fa3;
  --surface: #ffffff;
  --border: #ece4f0;
  --bg-pink: #faeef3;
  --bg-violet: #f2eefb;
  --bg-blue: #eef1fc;
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --page: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

.lc {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 88% -8%, rgba(168, 149, 209, 0.22), transparent 60%),
    linear-gradient(163deg, rgba(250,238,243,0.75) 0%, var(--bg-violet) 47%, rgba(238,241,252,0.7) 100%);
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: reduce) { .lc * { animation: none !important; transition: none !important; } }

.lc-wrap { width: 100%; max-width: var(--page); margin: 0 auto; padding: 0 30px; }

.lc h1, .lc h2, .lc h3 { font-family: var(--serif); font-weight: 500; margin: 0; text-wrap: balance; }
.lc h1 { font-size: clamp(2.35rem, 4.4vw, 3.7rem); line-height: 1.07; letter-spacing: -0.026em; }
.lc h2 { font-size: clamp(1.75rem, 3.1vw, 2.5rem); line-height: 1.18; letter-spacing: -0.015em; }
.lc h3 { font-size: 1.14rem; font-weight: 600; line-height: 1.35; }
.lc p { margin: 0; }

.lc-eyebrow {
  font-family: var(--sans); font-size: 0.71rem; font-weight: 650;
  letter-spacing: 0.155em; text-transform: uppercase; color: var(--rose-deep); margin: 0 0 14px;
}
.lc-lede { font-size: 1.11rem; color: var(--ink-soft); max-width: 62ch; }

.lc-band { padding: clamp(62px, 8vw, 104px) 0; }
.lc-band--tint { background: rgba(255,255,255,0.5); }
.lc-band--solid { background: var(--surface); }
.lc-center { text-align: center; }
.lc-center .lc-lede, .lc-center .lc-eyebrow { margin-left: auto; margin-right: auto; }

/* header */
.lc-masthead {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: saturate(150%) blur(14px);
  background: rgba(250,247,251,0.84);
  border-bottom: 1px solid var(--border);
}
.lc-masthead .lc-wrap { display: flex; align-items: center; gap: 26px; min-height: 66px; }
.lc-mark { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--ink); text-decoration: none; letter-spacing: -0.015em; margin-right: auto; }
.lc-mark em { font-style: normal; color: var(--rose-deep); }
.lc-nav { display: flex; gap: 24px; }
.lc-nav a { font-size: 0.93rem; color: var(--ink-soft); text-decoration: none; padding: 5px 0; border-bottom: 1.5px solid transparent; }
.lc-nav a:hover { color: var(--ink); border-bottom-color: var(--rose); }
@media (max-width: 780px) { .lc-nav { display: none; } }

/* buttons */
.lc-btn {
  display: inline-block; font-family: var(--sans); font-size: 1.01rem; font-weight: 600;
  text-decoration: none; padding: 15px 34px; border-radius: 999px; border: 0; cursor: pointer;
  color: #fff; background: linear-gradient(100deg, var(--rose) 0%, var(--violet) 100%);
  box-shadow: 0 12px 28px -13px rgba(179,112,136,0.8);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lc-btn:hover { transform: translateY(-1px); box-shadow: 0 18px 34px -13px rgba(179,112,136,0.85); }
.lc-btn--sm { padding: 10px 22px; font-size: 0.92rem; }
.lc a:focus-visible, .lc summary:focus-visible { outline: 2.5px solid var(--rose-deep); outline-offset: 3px; border-radius: 6px; }
.lc-reassure { font-size: 0.89rem; color: var(--ink-faint); margin-top: 14px; }

/* hero */
/* No screenshot here, on purpose.
   The hero used to carry a real iPad shot of the schedule. It was the most legitimising thing
   the page could show, right up until the app moved on without it — within a fortnight it was
   advertising a menu that no longer exists. A picture of the wrong version is worse than no
   picture: the first thing a new LC does is notice the app does not match the advert, and this
   is a product whose whole argument is that it can be trusted. It comes back the week before
   beta, once, of the finished thing. Lyra's call, 2026-09-06. */
.lc-hero {
  position: relative;
  padding: clamp(72px, 9vw, 124px) 0 clamp(60px, 7vw, 96px);
  text-align: center;
}
.lc-hero .lc-wrap { max-width: 860px; }
.lc-hero h1 { max-width: 19ch; margin-inline: auto; }
.lc-hero .lc-lede { margin: 22px auto 0; max-width: 54ch; }
.lc-hero .lc-reassure { margin-inline: auto; }
/* The glow the device used to sit on, kept and moved behind the words, so losing the picture
   does not also lose the depth. */
.lc-hero::before {
  content: "";
  position: absolute;
  inset: 4% 50% auto 50%;
  width: min(760px, 88vw);
  height: 340px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(209,143,163,0.22), transparent 74%);
  pointer-events: none;
  z-index: 0;
}
.lc-hero .lc-wrap { position: relative; z-index: 1; }
.lc-pill {
  display: inline-block; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--rose-deep); background: var(--surface);
  border: 1px solid var(--border); padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.lc-cta { margin-top: 32px; }

/* trust strip */
.lc-trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.45); padding: 17px 0; }
.lc-trust ul {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint);
}

/* cards */
.lc-grid { display: grid; gap: 20px; margin-top: 44px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.lc-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 30px 28px; }
.lc-card h3 { margin-bottom: 9px; }
.lc-card p { color: var(--ink-soft); font-size: 0.97rem; }
.lc-cardmark {
  width: 42px; height: 42px; border-radius: 13px; margin-bottom: 18px;
  background: linear-gradient(140deg, var(--bg-pink), var(--bg-violet));
  border: 1px solid var(--border); display: grid; place-items: center;
}
.lc-cardmark svg { width: 20px; height: 20px; stroke: var(--rose-deep); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* the trust blocks. Quieter than the feature cards on purpose — this section earns belief by
   saying plain things plainly, and dressing it up would work against that. */
.lc-grid--3 { grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); }
.lc-card--plain { background: #faf7fb; }
.lc-card--plain h3 { padding-top: 16px; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--rose), var(--violet)) 1; }
.lc-card--plain p { font-size: 0.95rem; }

/* the letter */
.lc-letter { display: grid; grid-template-columns: 92px 1fr; gap: 34px; align-items: start; max-width: 880px; margin: 34px auto 0; }
@media (max-width: 640px) { .lc-letter { grid-template-columns: 1fr; gap: 22px; } }
.lc-monogram {
  width: 92px; height: 92px; border-radius: 50%;
  background: linear-gradient(145deg, var(--bg-pink), var(--bg-violet));
  border: 1px solid var(--border); display: grid; place-items: center;
  font-family: var(--serif); font-size: 2.5rem; color: var(--rose-deep); line-height: 1;
}
.lc-letter blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.28rem, 2.3vw, 1.66rem); line-height: 1.47; color: var(--ink); }
.lc-letter cite { display: block; margin-top: 20px; font-family: var(--sans); font-style: normal; font-size: 0.89rem; font-weight: 600; letter-spacing: 0.05em; color: var(--ink-faint); }

/* pricing */
.lc-price {
  max-width: 460px; margin: 42px auto 0; background: var(--surface);
  border: 1px solid var(--border); border-radius: 26px; padding: 42px 38px; text-align: center;
  box-shadow: 0 30px 66px -46px rgba(56,43,61,0.45);
}
.lc-figure { font-family: var(--serif); font-size: 3.8rem; line-height: 1; color: var(--ink); }
.lc-figure sub { font-family: var(--sans); font-size: 0.94rem; font-weight: 500; color: var(--ink-faint); vertical-align: baseline; margin-left: 3px; }
.lc-price ul { list-style: none; margin: 26px 0 30px; padding: 0; text-align: left; display: grid; gap: 13px; }
.lc-price li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; font-size: 0.98rem; color: var(--ink-soft); }
.lc-price li::before { content: ""; width: 15px; height: 15px; margin-top: 6px; border-radius: 50%; background: linear-gradient(140deg, var(--rose), var(--violet)); }

/* questions */
.lc-qa { max-width: 780px; margin: 40px auto 0; }
.lc-qa details { border-bottom: 1px solid var(--border); }
.lc-qa summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; font-family: var(--serif); font-size: 1.17rem; color: var(--ink); position: relative; }
.lc-qa summary::-webkit-details-marker { display: none; }
.lc-qa summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 9px; height: 9px;
  border-right: 1.8px solid var(--rose-deep); border-bottom: 1.8px solid var(--rose-deep);
  transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease;
}
.lc-qa details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.lc-qa details p { padding: 0 8px 24px 0; color: var(--ink-soft); }
.lc-qa a { color: var(--rose-deep); }

/* footer */
.lc-foot { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 0 42px; font-size: 0.89rem; color: var(--ink-faint); }
.lc-foot .lc-wrap { display: grid; gap: 20px; }
.lc-foot nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.lc-foot a { color: var(--ink-soft); text-decoration: none; }
.lc-foot a:hover { color: var(--rose-deep); text-decoration: underline; }

/* preview-only note */
