/* end-shame — "daylight" (units.gr translation; tokens: visual-designs/end-shame/tokens.css)
   The opposite of shame, as a style: sand daylight, six unashamed colors,
   heavy lowercase type with a full stop. */
:root {
  --sand: #f4e9e1;
  --sand-2: #ece0d5;
  --ink: #111111;
  --ink-soft: #4a4440;
  --paper: #fdfaf7;

  --c-impostor: #1e5ef3;
  --c-mirror: #a06ce8;
  --c-ledger: #ffb200;
  --c-inheritance: #00a560;
  --c-saint: #e8442e;
  --c-unfinished: #ff7a00;

  --font-display: "Figtree", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;

  --radius-card: 24px;
  --radius-chip: 16px;
}

/* pattern color scopes: --pc = fill, --pt = text on fill */
.p-impostor    { --pc: var(--c-impostor);    --pt: #ffffff; }
.p-mirror      { --pc: var(--c-mirror);      --pt: #111111; }
.p-ledger      { --pc: var(--c-ledger);      --pt: #111111; }
.p-inheritance { --pc: var(--c-inheritance); --pt: #ffffff; }
.p-saint       { --pc: var(--c-saint);       --pt: #ffffff; }
.p-unfinished  { --pc: var(--c-unfinished);  --pt: #111111; }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
}
.wrap { max-width: 44rem; margin: 0 auto; padding: 0 1.25rem; }

/* ---------- header ---------- */
header.site { padding: 1.1rem 0 0.9rem; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; }
.wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}
.wordmark .dot { color: var(--c-ledger); }
.headtag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--sand);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}

/* ---------- marquee ribbon ---------- */
.marquee {
  background: var(--c-saint);
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.55rem 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
.marquee .track { display: inline-block; animation: marquee 26s linear infinite; }
.marquee .track span { margin: 0 1.1rem; }
.marquee .track .sep { color: var(--c-ledger); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee .track { animation: none; } }

/* ---------- type ---------- */
h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 10vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 1.3rem;
  text-wrap: balance;
}
h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 6vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 0.8rem;
  text-wrap: balance;
}
h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; margin: 1.6rem 0 0.5rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
.soft { color: var(--ink-soft); }
.eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.8rem;
  display: inline-block;
  border-bottom: 3px solid var(--c-ledger);
  padding-bottom: 0.25rem;
}
section { padding: 2.6rem 0 0.4rem; }

/* ---------- hero ---------- */
.hero { padding: 2.8rem 0 1.6rem; }
.hero p.lines { font-size: clamp(1.05rem, 4vw, 1.3rem); line-height: 1.55; margin-bottom: 1.8rem; max-width: 36rem; font-weight: 500; }
.microline { font-weight: 700; font-size: 0.75rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-top: 0.9rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.06s ease;
}
.btn::after { content: "↗"; font-weight: 800; }
.btn.no-arrow::after { content: none; }
.btn.primary { background: var(--ink); border-color: var(--ink); color: var(--sand); }
.btn.block { display: flex; width: 100%; }
.btn:active { transform: translateY(1px) scale(0.995); }
.btn:focus-visible, .opt:focus-visible, .chip:focus-visible { outline: 3px solid var(--c-impostor); outline-offset: 3px; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }

/* ---------- six pattern chips (01–06) ---------- */
.chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin: 1.6rem 0 0.4rem; }
@media (min-width: 700px) { .chips { grid-template-columns: repeat(3, 1fr); } }
.chip {
  border: none;
  border-radius: var(--radius-chip);
  background: var(--pc);
  color: var(--pt);
  padding: 0.9rem 1rem 0.8rem;
  font-family: var(--font-display);
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 5.4rem;
}
.chip .num { display: flex; justify-content: space-between; font-weight: 800; font-size: 0.8rem; opacity: 0.9; }
.chip .name { font-weight: 900; font-size: 1.05rem; letter-spacing: -0.02em; line-height: 1.05; }
.chip .of { font-family: var(--font-body); font-weight: 600; font-size: 0.74rem; opacity: 0.85; }
.chip.active { outline: 3px solid var(--ink); outline-offset: 2px; }

/* ---------- hero film ---------- */
.film {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  margin: 1.8rem 0 0.4rem;
  background: var(--ink);
  aspect-ratio: 16 / 9;
}
.film video { width: 100%; height: 100%; object-fit: cover; display: block; }
.film .film-tag {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  background: rgba(17, 17, 17, 0.75);
  color: var(--sand);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

/* ---------- test ---------- */
.test-shell {
  border-radius: var(--radius-card);
  background: var(--paper);
  padding: 1.5rem 1.3rem 1.6rem;
  margin: 1.6rem 0;
}
.progress {
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
.progress-bar { height: 8px; background: var(--sand-2); border-radius: 999px; overflow: hidden; margin-bottom: 1.4rem; }
.progress-bar i { display: block; height: 100%; background: var(--c-inheritance); width: 0%; border-radius: 999px; transition: width 0.25s ease; }
@media (prefers-reduced-motion: reduce) { .progress-bar i { transition: none; } .fade { animation: none !important; } }
.q-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.2rem, 4.8vw, 1.5rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  min-height: 5em;
  margin: 0 0 1.3rem;
  text-wrap: balance;
}
.opts { display: grid; gap: 0.6rem; }
.opt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  text-align: left;
  padding: 0.9rem 1.2rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.opt:active { background: var(--ink); color: var(--sand); }
@media (hover: hover) { .opt:hover { background: var(--ink); color: var(--sand); } }
.fade { animation: fade 0.22s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.test-note { font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); margin-top: 1.1rem; }
.linklike { border: none; background: none; padding: 0.2rem 0; color: inherit; text-decoration: underline; font: inherit; cursor: pointer; }

/* ---------- result ---------- */
.result-card {
  border-radius: var(--radius-card);
  background: var(--pc, var(--paper));
  color: var(--pt, var(--ink));
  padding: 1.7rem 1.5rem 1.4rem;
  margin: 1.6rem 0 1rem;
}
.result-card .eyebrow { color: inherit; border-bottom-color: currentColor; }
.result-card h2 { font-size: clamp(2rem, 9vw, 2.8rem); margin-bottom: 0; letter-spacing: -0.03em; }
.result-card .of { font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; margin: 0.3rem 0 1rem; opacity: 0.9; }
.verdict-line { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; margin: 1rem 0; letter-spacing: -0.01em; }
.tells { list-style: none; padding: 0; margin: 1rem 0; }
.tells li { padding: 0.55rem 0; border-bottom: 2px solid currentColor; font-weight: 600; font-size: 0.95rem; }
.tells li:last-child { border-bottom: none; }
.cost-line { font-size: 0.95rem; font-weight: 600; opacity: 0.92; }
.card-foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.2rem; padding-top: 0.8rem; border-top: 2px solid currentColor; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; }
.free-ends { font-family: var(--font-display); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); text-align: center; margin: 1.8rem 0 0.4rem; }

/* ---------- offer ---------- */
.offer {
  border-radius: var(--radius-card);
  padding: 1.8rem 1.5rem 1.6rem;
  margin: 1.2rem 0 0.5rem;
  background: var(--ink);
  color: var(--sand);
}
.offer .price-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.4rem; }
.offer h2 { color: #ffffff; }
.offer .price {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  background: var(--c-ledger);
  color: var(--ink);
  border-radius: 14px;
  padding: 0.2rem 0.7rem;
  line-height: 1.2;
  white-space: nowrap;
}
.offer ul { list-style: none; padding: 0; margin: 1.1rem 0 1.4rem; }
.offer ul li { padding: 0.55rem 0; border-bottom: 1px solid rgba(244, 233, 225, 0.35); font-weight: 500; font-size: 0.95rem; }
.offer ul li:last-child { border-bottom: none; }
.offer .btn { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.offer .btn[disabled] { opacity: 0.5; }
.offer .fine { font-size: 0.75rem; font-weight: 600; opacity: 0.75; margin-top: 0.9rem; line-height: 1.7; }

/* ---------- prose cards ---------- */
.card {
  border-radius: var(--radius-card);
  background: var(--paper);
  padding: 1.5rem 1.4rem;
}
.card.tint { background: var(--sand-2); }

/* ---------- faq ---------- */
.faq { margin: 0; }
.faq dt { font-family: var(--font-display); font-weight: 800; margin-top: 1.3rem; font-size: 1.02rem; letter-spacing: -0.01em; }
.faq dd { margin: 0.3rem 0 0.9rem; color: var(--ink-soft); border-bottom: 2px solid var(--ink); padding-bottom: 0.9rem; }
.faq dd:last-child { border-bottom: none; }

/* ---------- footer ---------- */
footer.site { margin-top: 3.5rem; padding: 0 0 2rem; }
footer.site .inner {
  background: var(--ink);
  color: var(--sand);
  border-radius: var(--radius-card);
  padding: 1.6rem 1.5rem;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 2;
}
footer.site .inner a { color: var(--sand); }
footer.site .fmark { font-family: var(--font-display); font-weight: 900; font-size: 1.3rem; letter-spacing: -0.03em; display: block; margin-bottom: 0.4rem; }
footer.site .fmark .dot { color: var(--c-ledger); }

/* ---------- begin.html (the product) ---------- */
.toolbar { display: flex; gap: 0.6rem; flex-wrap: wrap; margin: 1.4rem 0; }
.pattern-picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin: 1.4rem 0 0.6rem; }
@media (min-width: 700px) { .pattern-picker { grid-template-columns: repeat(3, 1fr); } }
.report { display: none; }
.report.active { display: block; }
.report .rep-head {
  border-radius: var(--radius-card);
  background: var(--pc);
  color: var(--pt);
  padding: 1.5rem 1.4rem 1.3rem;
  margin: 1.8rem 0 1.4rem;
}
.report .rep-head h2 { margin: 0; font-size: clamp(1.9rem, 8vw, 2.6rem); }
.report .rep-head .of { font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.3rem; opacity: 0.9; }
.report .rep-head .verdict-line { margin-bottom: 0; }
.seven { list-style: none; padding: 0; margin: 0.8rem 0 1.2rem; counter-reset: tell; }
.seven li { padding: 0.55rem 0; border-bottom: 2px solid var(--ink); counter-increment: tell; display: grid; grid-template-columns: 2rem 1fr; gap: 0.6rem; font-weight: 500; font-size: 0.96rem; }
.seven li::before { content: "0" counter(tell); font-family: var(--font-display); font-weight: 900; font-size: 0.78rem; padding-top: 0.2rem; }
.seven li:last-child { border-bottom: none; }
.hits { border-radius: var(--radius-card); background: var(--paper); padding: 1.2rem 1.3rem 0.8rem; }
.hits .tells li { border-bottom-color: var(--sand-2); }

.phase-head {
  margin-top: 2.8rem;
  padding: 1.2rem 1.3rem;
  border-radius: var(--radius-card);
  background: var(--pc, var(--ink));
  color: var(--pt, var(--sand));
}
.phase-head .ph { font-weight: 800; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.9; }
.phase-head h3 { margin: 0.15rem 0 0.3rem; font-size: 1.6rem; letter-spacing: -0.02em; }
.phase-head p { margin: 0; font-size: 0.95rem; font-weight: 500; opacity: 0.92; }

.day { padding: 1.4rem 0 0.3rem; border-bottom: 2px solid var(--ink); }
.day:last-of-type { border-bottom: none; }
.day .d-head { display: flex; align-items: baseline; gap: 0.9rem; margin-bottom: 0.5rem; }
.day .d-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--pc, var(--ink));
  color: var(--pt, var(--sand));
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  white-space: nowrap;
}
.day h4 { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; margin: 0; letter-spacing: -0.01em; }
.day p { font-size: 0.96rem; }
.write {
  border-radius: var(--radius-chip);
  background: var(--paper);
  border-left: 8px solid var(--pc, var(--c-ledger));
  padding: 1rem 1.1rem;
  margin: 0.8rem 0 1.2rem;
  font-size: 0.94rem;
  font-weight: 500;
}
.write b { font-family: var(--font-display); font-weight: 900; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 0.3rem; }

.interrupt-card {
  border-radius: var(--radius-card);
  background: var(--c-ledger);
  color: var(--ink);
  padding: 1.5rem 1.4rem 1.2rem;
  margin: 1.4rem 0;
}
.interrupt-card ol { padding-left: 1.2rem; margin: 0.6rem 0 0.4rem; }
.interrupt-card li { margin-bottom: 0.55rem; font-size: 0.96rem; font-weight: 500; }
.interrupt-card .soft { color: var(--ink); opacity: 0.65; }

@media print {
  header.site, .pattern-picker, .toolbar, .btn, .marquee { display: none !important; }
  .report { display: block !important; page-break-after: always; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .rep-head, .phase-head, .interrupt-card, .write, .card { background: #fff !important; color: #000 !important; border: 2px solid #000; }
  a { text-decoration: none; color: #000; }
}
