/* Apologetics Breakfast Club — POC styles.
   Adapted from the AVinBrief editorial system, re-skinned with a warm
   "morning / breakfast table" palette and a serif wordmark for gravitas. */

:root {
  /* Surface — warm cream "toast" paper */
  --paper:  #FBF8F1;
  --panel:  #FFFFFF;
  --ink:    #24211C;
  --ink-2:  #48433B;
  --muted:  #857E70;
  --hair:   #E8E1D2;

  /* Accent — sunrise marmalade */
  --accent:       #B4531C;
  --accent-dark:  #8F3F13;
  --accent-tint:  #FBEEE1;

  /* Secondary — used sparingly for the secular-science lane */
  --lab:      #0F6E63;
  --lab-tint: #E6F1EF;

  --measure: 40rem;
  --ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Fraunces", Georgia, "Iowan Old Style", "Times New Roman", serif;
}

* { box-sizing: border-box; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { max-width: var(--measure); margin: 0 auto; padding: 0 22px; }

a { color: var(--accent); text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { text-decoration: underline; }

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

/* ---------- POC banner ---------- */
.poc-banner {
  background: var(--ink);
  color: #F3EEE2;
  font-size: 12.5px;
  letter-spacing: .01em;
  text-align: center;
  padding: 8px 16px;
}
.poc-banner strong { color: #FFD9B0; font-weight: 600; }

/* ---------- Masthead ---------- */
.site-head { padding: 30px 0 18px; border-bottom: 1px solid var(--hair); margin-bottom: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.wordmark:hover { text-decoration: none; }
.wordmark .sun { flex: none; }
.wordmark .wm-text { line-height: 1; }
.wordmark .wm-name {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.wordmark .wm-sub {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 5px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .wordmark .wm-name { font-size: 23px; }
  .wordmark .sun { width: 34px; height: 34px; }
}

.site-head .subbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-top: 18px; flex-wrap: wrap;
}
.tagline { font-size: 13.5px; color: var(--muted); max-width: 26rem; margin: 0; }
.utility { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-nav { font-size: 14px; }
.site-nav a { color: var(--muted); text-decoration: none; margin-left: 16px; }
.site-nav a:first-child { margin-left: 0; }
.site-nav a:hover { color: var(--accent); }

/* ---------- Home hero ---------- */
.hero { padding: 4px 0 26px; border-bottom: 1px solid var(--hair); margin-bottom: 8px; }
.hero .edition { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 10px; }
.hero h1 { font-family: var(--serif); font-weight: 600; font-size: 30px; line-height: 1.2; letter-spacing: -.015em; margin: 0 0 12px; }
.hero p { font-size: 16px; color: var(--ink-2); margin: 0; max-width: 34rem; }
.hero .cta { margin-top: 18px; }
.btn {
  display: inline-block; background: var(--accent); color: #fff; text-decoration: none;
  font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 8px;
}
.btn:hover { background: var(--accent-dark); text-decoration: none; }
.btn.ghost { background: transparent; color: var(--accent); border: 1px solid var(--accent); margin-left: 8px; }
.btn.ghost:hover { background: var(--accent-tint); }

/* ---------- Home / latest ---------- */
.section-label { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 34px 0 4px; }
.home-list { list-style: none; margin: 0; padding: 0; }
.home-list .item { padding: 24px 0; border-bottom: 1px solid var(--hair); }
.meta { font-size: 12px; color: var(--muted); margin-bottom: 8px; letter-spacing: .02em; }
.lane { text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--accent); }
.lane.lab { color: var(--lab); }
.home-list h2 { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.24; letter-spacing: -.012em; margin: 0 0 8px; }
.home-list h2 a { color: var(--ink); text-decoration: none; }
.home-list h2 a:hover { color: var(--accent); }
.home-list .idek { font-size: 16px; color: var(--ink-2); margin: 0; }

/* ---------- Brief ---------- */
.backlink { font-size: 13px; margin: 0 0 20px; }
.backlink a { color: var(--muted); text-decoration: none; }
.backlink a:hover { color: var(--accent); }

.brief .kicker { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 14px; }
.brief .kicker.lab { color: var(--lab); }
.brief h1 { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1.2; letter-spacing: -.015em; margin: 0 0 16px; }
.brief .dek { font-size: 18px; color: var(--ink-2); line-height: 1.5; margin: 0 0 20px; font-family: var(--serif); font-style: italic; font-weight: 400; }
.brief .permalink { font-size: 12.5px; color: var(--muted); padding-bottom: 22px; border-bottom: 1px solid var(--hair); }

.qa { margin: 0; }
.qa dt { font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.32; letter-spacing: -.01em; margin: 30px 0 10px; color: var(--ink); }
.qa dd { margin: 0; }
.qa dd p { margin: 0 0 1em; }

/* The lab-note flag: marks items where the finding is secular science and the
   design inference is ours. This honesty marker is a trust feature, not decoration. */
.labnote {
  margin: 26px 0; padding: 14px 18px; background: var(--lab-tint);
  border-left: 3px solid var(--lab); border-radius: 0 8px 8px 0;
  font-size: 14px; color: var(--ink-2);
}
.labnote strong { color: var(--lab); }

/* Our take = the editorial synthesis. Accent-bordered so it stands apart. */
.synth { margin: 36px 0 0; padding: 22px 24px; background: var(--accent-tint); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; }
.synth-label { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 0 0 9px; }
.synth h2 { font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.34; letter-spacing: -.01em; color: var(--ink); margin: 0 0 10px; }
.synth :is(p, ul, ol) { margin: 0 0 1em; }
.synth :is(p, ul, ol):last-child { margin-bottom: 0; }

.sources { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--hair); }
.sources h2 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.src-list { list-style: none; margin: 0; padding: 0; }
.src-list li { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin-bottom: 9px; }
.src-list .spub { color: var(--muted); }
.src-list .stype { display: inline-block; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--hair); border-radius: 4px; padding: 1px 6px; margin-left: 4px; vertical-align: 1px; }

/* ---------- Footer ---------- */
.site-foot { max-width: var(--measure); margin: 60px auto 0; padding: 26px 22px 72px; border-top: 1px solid var(--hair); font-size: 12.5px; color: var(--muted); }
.site-foot a { color: var(--muted); }
.site-foot a:hover { color: var(--accent); }
.site-foot .pf { margin-top: 8px; }
.site-foot .integrity { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--hair); max-width: 34rem; line-height: 1.55; }

/* ---------- Subscribe teaser strip ---------- */
.subscribe-strip { margin: 42px 0 8px; padding: 26px 24px; background: var(--panel); border: 1px solid var(--hair); border-radius: 12px; }
.subscribe-strip h2 { font-family: var(--serif); font-size: 21px; margin: 0 0 8px; letter-spacing: -.01em; }
.subscribe-strip p { font-size: 15px; color: var(--ink-2); margin: 0 0 16px; max-width: 32rem; }
.subscribe-strip .price { font-size: 13px; color: var(--muted); margin-top: 12px; }
