/* hedan — one stylesheet. no third-party requests. */

/* ---- Nunito, self-hosted (latin + latin-ext for the macron ē) ---- */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/nunito-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/nunito-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/nunito-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/nunito-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/nunito-latin-ext-800-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/nunito-latin-800-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- tokens ---- */
:root {
  --ink: #0A0A0A;      /* ground */
  --paper: #F5F3EE;    /* primary text, ring */
  --ink-soft: #C9C9C9; /* body */
  --ink-dim: #8A8A8A;  /* mono labels, meta (AA on ink) */
  --lime: #B8E62C;     /* the one focal accent, per page */
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --measure: 34rem;
  --edge: clamp(1.5rem, 6vw, 3rem);
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(245, 243, 238, 0.18); }

img, svg { display: block; }

a {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(245, 243, 238, 0.45);
  transition: color 0.18s ease, text-decoration-color 0.18s ease, opacity 0.18s ease;
}
a:hover { color: var(--ink-soft); text-decoration-color: var(--ink-soft); }

:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---- brand mark: hairline ring + lime focal dot ---- */
.mark { color: var(--paper); }
.mark .ring { stroke: currentColor; }
.mark .dot { fill: var(--lime); }
.mark--lg { width: 84px; height: 84px; }
.mark--lg .ring { stroke-width: 1.75px; }
.mark--sm { width: 26px; height: 26px; }
.mark--sm .ring { stroke-width: 1.35px; }

/* ---- shared type ---- */
.wordmark {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--paper);
  line-height: 1;
}
.eyebrow {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--ink-dim);
  margin: 0;
}

/* ================= HOME ================= */
.home {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: clamp(2.5rem, 8vh, 5rem) var(--edge) 2rem;
}
.home__inner {
  margin: auto;
  width: 100%;
  max-width: var(--measure);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.lockup .wordmark { font-size: 2rem; }

.tagline {
  margin: 2.75rem 0 0;
  font-weight: 800;
  font-size: clamp(2.5rem, 9vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--paper);
  text-wrap: balance;
}

.lede {
  margin: 1.5rem 0 0;
  max-width: 30rem;
  font-weight: 600;
  font-size: clamp(1.0625rem, 2.6vw, 1.1875rem);
  line-height: 1.62;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.refusals {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 1.0625rem;
}

.cta {
  margin-top: 3rem;
  /* Apple clear space around the badge */
  padding: 0.75rem;
}
.badge { display: inline-block; text-decoration: none; }
.badge:hover { opacity: 0.85; }
.badge img { height: 48px; width: auto; }

/* ---- footer (all pages) ---- */
.footer {
  margin-top: 4rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 243, 238, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
.footer nav {
  display: flex;
  gap: 1.5rem;
}
.footer a {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--ink-dim);
  text-decoration: none;
}
.footer a:hover { color: var(--paper); }
.footer .copyright {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6875rem;
  color: var(--ink-dim);
}

/* ================= DOC PAGES (privacy, support) ================= */
.page {
  max-width: 41rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 5vh, 3rem) var(--edge) 3rem;
}
.masthead {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  margin-bottom: clamp(2.5rem, 8vh, 4.5rem);
  text-decoration: none;
  width: max-content;
}
.masthead:hover { opacity: 0.85; }
.masthead .wordmark { font-size: 1.375rem; }

.page h1 {
  margin: 0;
  font-weight: 800;
  font-size: clamp(2.25rem, 7vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--paper);
}
.lead {
  margin: 1.5rem 0 0;
  max-width: var(--measure);
  font-weight: 600;
  font-size: clamp(1.125rem, 2.8vw, 1.3125rem);
  line-height: 1.55;
  color: var(--paper);
  text-wrap: pretty;
}

.section { margin-top: 2.75rem; }
.section h2 {
  margin: 0 0 0.5rem;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--ink-dim);
}
.section p {
  margin: 0;
  max-width: var(--measure);
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.62;
  text-wrap: pretty;
}
.section p + p { margin-top: 0.85rem; }
.placeholder {
  font-family: var(--mono);
  font-size: 0.95em;
  letter-spacing: 0.02em;
  color: var(--paper);
}

.support-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  max-width: var(--measure);
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.62;
}
.support-list li { margin: 0.3rem 0; }

.page .footer { justify-content: flex-start; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
