/* Blanc Notes — the website, redesigned 23 Sep 2026.
   One visual world, the app's stage: a warm black ground, bone-white type in
   the app's Playfair, and only the two colours of the default palette,
   Crimson Ice — crimson for the left hand, ice for the right. Deliberately
   dark-only: the product is a lit stage, and so is this. */
:root {
  color-scheme: dark;
  --stage: #0A090C;
  --stage-2: #121016;
  --line: rgba(242, 237, 230, 0.10);
  --bone: #F2EDE6;
  --bone-2: rgba(242, 237, 230, 0.74);
  --ash: #948C96;
  --crimson: #FF526A;
  --ice: #8EDBFF;
  --rail: #FFD0D8;
  --gutter: clamp(18px, 5vw, 64px);
  --measure: 34rem;
  --display: "Playfair Display", "New York", Georgia, serif;
  --text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--stage); color: var(--bone);
  font: 17px/1.62 var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; border-radius: 4px; }
.wrap { max-width: 1180px; margin-inline: auto; padding-inline: var(--gutter); }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.015em; margin: 0; text-wrap: balance; }
h1 em, h2 em { font-style: italic; font-weight: 500; }
.label { font: 600 12px/1.2 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash); }
.data { font-family: var(--mono); font-variant-numeric: tabular-nums; }
p { margin: 0; }

/* ---------------------------------------------------------------- header */
.top { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20; background: rgba(10, 9, 12, 0.78);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.brand span { font: 600 12px/1 var(--text); letter-spacing: 0.32em; text-transform: uppercase; }
.top nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.top nav a { text-decoration: none; color: var(--bone-2); font-size: 15px; }
.top nav a:hover { color: var(--bone); }
.top nav .get { white-space: nowrap; color: var(--bone); border: 1px solid rgba(242, 237, 230, 0.28); border-radius: 999px; padding: 8px 16px; }
@media (max-width: 720px) { .top nav .wide { display: none; } }

/* ---------------------------------------------------------------- hero: the stage */
.stage { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.stage::before { content: ""; position: absolute; inset: 0 0 clamp(62px, 9vw, 98px) 0; pointer-events: none; z-index: 1;
  background: linear-gradient(90deg, rgba(10, 9, 12, 0.94) 0%, rgba(10, 9, 12, 0.70) 42%, rgba(10, 9, 12, 0.10) 75%); }
.stage .wrap { position: relative; z-index: 2; padding-block: clamp(64px, 11vw, 150px) clamp(150px, 20vw, 230px); }
.stage h1 { font-size: clamp(48px, 8.2vw, 104px); line-height: 0.98; max-width: 9.5em; }
.stage .lede { margin-top: 26px; max-width: var(--measure); font-size: clamp(18px, 1.8vw, 21px); color: var(--bone-2); }
.cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.store { display: inline-flex; align-items: center; gap: 12px; background: var(--bone); color: #0A090C; border-radius: 14px;
  padding: 11px 20px 11px 16px; text-decoration: none; }
.store svg { width: 25px; height: 25px; }
.store small { display: block; font: 500 11px/1.1 var(--text); opacity: 0.68; }
.store b { display: block; font: 700 18px/1.15 var(--text); }
.store[aria-disabled="true"] { cursor: default; }
.quiet-link { color: var(--bone-2); text-decoration: none; border-bottom: 1px solid rgba(242, 237, 230, 0.3); padding-bottom: 2px; }
.quiet-link:hover { color: var(--bone); }
.platform { margin-top: 18px; color: var(--ash); font-size: 14px; }

/* ---------------------------------------------------------------- sections */
section { padding-block: clamp(72px, 10vw, 136px); border-bottom: 1px solid var(--line); }
.head { display: grid; gap: 16px; max-width: 44rem; margin-bottom: clamp(36px, 5vw, 60px); }
.head h2 { font-size: clamp(36px, 5.2vw, 64px); line-height: 1.04; }
.head p { color: var(--bone-2); font-size: 19px; max-width: var(--measure); }

/* The real video, and the three steps that made it. */
.made { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 330px); gap: clamp(40px, 7vw, 110px); align-items: start; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 34px; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 6px 18px; }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); grid-row: span 2;
  font: 600 13px/2.2 var(--mono); color: var(--crimson); }
.steps h3 { font-size: 26px; }
.steps p { color: var(--bone-2); max-width: var(--measure); }
.steps li > * { grid-column: 2; }
.steps .data { display: block; margin-top: 8px; color: var(--ash); font-size: 13px; }
.film { position: relative; }
.film video, .film img { width: 100%; aspect-ratio: 720 / 1564; object-fit: cover; border-radius: 26px;
  border: 1px solid var(--line); background: #000 url("/assets/first-light.jpg") center / cover; }
.film figcaption { margin-top: 14px; color: var(--ash); font-size: 13px; line-height: 1.5; }

/* Screens in a row, the way they sit on a phone. */
.screens { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); align-items: start; }
.screens figure { margin: 0; }
.screens img { width: 100%; aspect-ratio: 660 / 1434; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); }
.screens figure:nth-child(even) { margin-top: clamp(24px, 5vw, 64px); }
.screens figcaption { margin-top: 12px; font-size: 14px; color: var(--bone-2); }
.screens figcaption b { display: block; color: var(--bone); font-weight: 600; }
@media (max-width: 820px) { .made { grid-template-columns: 1fr; } .film { max-width: 320px; }
  .screens { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* The leagues: a real table of real numbers. */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.split .copy { display: grid; gap: 18px; }
.split .copy p { color: var(--bone-2); max-width: var(--measure); }
.ladder { width: 100%; border-collapse: collapse; font-size: 15px; }
.ladder th { text-align: left; font: 600 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash);
  padding: 0 0 12px; border-bottom: 1px solid var(--line); }
.ladder td { padding: 14px 0; border-bottom: 1px solid var(--line); vertical-align: baseline; }
.ladder td:first-child { font-family: var(--display); font-size: 21px; font-weight: 700; }
.ladder td.data { color: var(--bone-2); text-align: right; }
.ladder tr:last-child td { border-bottom: 0; }
.ladder .pip { display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 12px; vertical-align: 3px; }
.note { color: var(--ash); font-size: 14px; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

/* Plans: a comparison, not three boxes. */
.plans { width: 100%; border-collapse: collapse; }
.plans-wrap { overflow-x: auto; }
.plans th, .plans td { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.plans thead th { font-family: var(--display); font-size: 28px; font-weight: 700; padding-bottom: 18px; }
.plans thead th small { display: block; font: 500 14px/1.4 var(--text); color: var(--ash); margin-top: 4px; }
.plans tbody th { font-weight: 500; color: var(--bone-2); width: 34%; }
.plans td { color: var(--bone); }
.plans td.no { color: var(--ash); }
.plans .pro { color: var(--ice); }

/* Where Harry posts. */
.follow { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.follow a { display: grid; gap: 6px; padding: 22px 20px 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.follow a:hover .name { color: var(--ice); }
.follow svg { width: 22px; height: 22px; fill: var(--bone); }
.follow .name { font-family: var(--display); font-size: 24px; font-weight: 700; transition: color .15s; }
.follow .what { color: var(--ash); font-size: 14px; }

.closer { text-align: left; }
.closer h2 { font-size: clamp(40px, 6.4vw, 84px); line-height: 1; max-width: 11em; }

/* ---------------------------------------------------------------- footer */
footer { padding-block: 44px 64px; color: var(--ash); font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer a { text-decoration: none; color: var(--bone-2); }
footer a:hover { color: var(--bone); }
footer .legal { flex-basis: 100%; }

/* ---------------------------------------------------------------- legal and support */
.doc { max-width: 760px; padding-block: clamp(48px, 7vw, 90px) 90px; }
.doc .eyebrow { font: 600 12px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--crimson); }
.doc h1 { font-size: clamp(40px, 6vw, 64px); line-height: 1.02; margin: 14px 0 14px; }
.doc .meta { color: var(--ash); font-size: 14px; margin-bottom: 22px; }
.doc .lede-short { font-size: 19px; color: var(--bone); padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 24px 0 10px; }
.doc h2 { font-size: 26px; margin: 46px 0 12px; }
.doc p, .doc li { color: var(--bone-2); }
.doc p + p { margin-top: 12px; }
.doc ul { padding-left: 20px; display: grid; gap: 8px; }
.doc strong { color: var(--bone); font-weight: 600; }
.doc a { color: var(--ice); }
.doc table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; display: block; overflow-x: auto; }
.doc th, .doc td { text-align: left; vertical-align: top; padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); }
.doc th { color: var(--ash); font: 600 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.draft { border-left: 2px solid var(--crimson); padding: 4px 0 4px 16px; color: var(--bone-2); font-size: 14px; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--bone); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--ash); font-family: var(--mono); }
.faq details[open] summary::after { content: "–"; }
.faq p { margin-top: 10px; }
.centre { text-align: center; }
.button { display: inline-flex; align-items: center; justify-content: center; background: var(--bone); color: #0A090C;
  border-radius: 999px; padding: 13px 24px; font-weight: 600; text-decoration: none; }
.brand span { white-space: nowrap; }
@media (max-width: 520px) {
  .brand span { letter-spacing: 0.2em; }
  .plans th, .plans td { padding-right: 10px; font-size: 14px; }
  .plans thead th { font-size: 21px; }
}
