/* icandoallthingsthroughchrist.org — brutalist-oversized-type
   Palette: concrete-and-safety-orange. Ornament: oversized numerals.
   Written for this site alone; no rule here is shared with another site.

   TYPEFACES. The variance matrix assigns Anton (display) and Inter (text),
   self-hosted and subset. No font files ship in this build: the licence of
   each exact downloaded artifact — redistribution, attribution, subsetting —
   has to be verified before it enters a site build, and that check has not
   happened. Until it does, the stacks below approximate the intended voice
   with faces already on the reader's machine. No third-party font CDN, ever;
   the containment gate rejects remote dependencies. */

:root {
  --concrete: #d9d6d0;
  --concrete-deep: #b4afa6;
  --slab: #171614;
  --safety: #ff5b04;
  --safety-ink: #7a2a00;
  --measure: 34rem;
  --display: "Anton", "Haettenschweiler", "Arial Narrow Bold", Impact, sans-serif;
  --text: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

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

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

body {
  margin: 0;
  background: var(--concrete);
  color: var(--slab);
  font-family: var(--text);
  font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.2rem);
  line-height: 1.6;
}

.slab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
  padding: 0.9rem 1.5rem;
  background: var(--slab);
  color: var(--concrete);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.slab-nav a { color: var(--concrete); text-decoration: none; border-bottom: 2px solid transparent; }
.slab-nav a:hover, .slab-nav a:focus { border-bottom-color: var(--safety); }
.slab-nav [aria-current="page"] { color: var(--safety); }

.shout {
  padding: clamp(2rem, 6vw, 5rem) 1.5rem clamp(1.5rem, 4vw, 3rem);
  max-width: 62rem;
}
.shout h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.6rem, 9vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.shout h1 em { font-style: normal; color: var(--safety); }
.refusal {
  font-size: clamp(1.15rem, 1rem + 0.8vw, 1.6rem);
  line-height: 1.35;
  max-width: 44rem;
  margin: 0;
  border-left: 0.6rem solid var(--safety);
  padding-left: 1rem;
}

.reading { max-width: var(--measure); padding: 0 1.5rem clamp(2rem, 5vw, 4rem); }
.reading h2 {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.6rem);
  line-height: 1;
  margin: 2.75rem 0 0.9rem;
}
.reading p { margin: 0 0 1.1rem; }
.reading q { font-style: normal; }
.reading q::before, .reading q::after { color: var(--safety-ink); }

/* oversized numerals: the ornament of this site */
.counted { list-style: none; margin: 0; padding: 0; counter-reset: q; }
.counted > li { counter-increment: q; position: relative; padding: 0 0 1.6rem 4.5rem; }
.counted > li::before {
  content: counter(q, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -0.35rem;
  font-family: var(--display);
  font-size: 3.4rem;
  line-height: 1;
  color: var(--concrete-deep);
}
.counted h3 { font-size: 1.05rem; margin: 0 0 0.4rem; line-height: 1.3; }

.verse-slot {
  display: block;
  background: var(--slab);
  color: var(--concrete);
  padding: 1.1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 1.1rem;
  border-left: 0.6rem solid var(--safety);
}
.verse-slot .ref {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  color: var(--safety);
  margin-bottom: 0.35rem;
}

.attribution { font-size: 0.9rem; color: #4a4741; max-width: var(--measure); padding: 0 1.5rem 2rem; }

/* app funnel: inline post-content card, never an interstitial */
.app-card {
  max-width: var(--measure);
  margin: 0 1.5rem clamp(2.5rem, 6vw, 4rem);
  background: var(--safety);
  color: #1a0c00;
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}
.app-card p { margin: 0; font-size: 1rem; }
.app-card a {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: #1a0c00;
  text-decoration: underline;
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.18em;
}

.colophon {
  background: var(--slab);
  color: var(--concrete-deep);
  padding: 1.75rem 1.5rem;
  font-size: 0.85rem;
}
.colophon a { color: var(--concrete); }

@media (prefers-reduced-motion: no-preference) {
  a { transition: border-color 120ms linear; }
}
