/* CinderTutor — shared brand styles
 * Used by every page on the marketing site. Page-specific styles
 * stay inline on each page.
 */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..700,0..100&family=Inter:wght@400;450;500;600;700&family=Caveat:wght@500;600&display=swap");

* , *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { background: #faf5ed; color: #1c1917; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── Header / brand ── */
.header { padding: 24px 56px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: 'Fraunces', Georgia, serif; font-size: 22px; font-weight: 600; color: #9a3412; letter-spacing: -0.02em; display: flex; align-items: center; gap: 8px; font-variation-settings: "opsz" 36, "SOFT" 30; }
.brand .dot { width: 8px; height: 8px; border-radius: 50%; background: #9a3412; }
.brand em { font-style: italic; color: #1c1917; font-weight: 500; }

nav.primary { display: flex; gap: 32px; align-items: center; }
nav.primary a { font-size: 14px; color: #44403c; font-weight: 450; }
nav.primary a:hover, nav.primary a.curr { color: #9a3412; }
nav.primary .signin { padding: 9px 18px; background: #9a3412; color: #fff; border-radius: 999px; font-weight: 500; font-size: 13px; }
nav.primary .signin:hover { background: #7c2d12; color: #fff; }

/* ── Section base ── */
section { max-width: 1180px; margin: 0 auto; padding: 0 56px; }

/* ── Editorial typography ── */
.eyebrow { font-family: 'Inter', sans-serif; font-size: 12px; color: #9a3412; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow .line { display: inline-block; width: 24px; height: 1px; background: #9a3412; }
.section-eyebrow { font-family: 'Inter', sans-serif; font-size: 12px; color: #9a3412; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; text-align: center; }
.section-title { font-family: 'Fraunces', Georgia, serif; font-size: 42px; font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: #1c1917; text-align: center; margin-bottom: 14px; max-width: 720px; margin-left: auto; margin-right: auto; font-variation-settings: "opsz" 144, "SOFT" 30; }
.section-title em { font-style: italic; color: #9a3412; font-variation-settings: "opsz" 144, "SOFT" 100; }
.section-lead { font-size: 17px; color: #78716c; text-align: center; max-width: 560px; margin: 0 auto 56px; line-height: 1.55; }

/* ── Footer (site-wide) ── */
footer.site { padding: 60px 56px 36px; border-top: 1px solid #e7e0d1; max-width: 1180px; margin: 0 auto; }
footer.site .foot-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
footer.site .foot-brand { max-width: 300px; }
footer.site .foot-brand .name { font-family: 'Fraunces', Georgia, serif; font-size: 20px; color: #9a3412; font-weight: 600; margin-bottom: 12px; letter-spacing: -0.01em; }
footer.site .foot-brand p { font-size: 13.5px; color: #78716c; line-height: 1.6; margin-bottom: 16px; }
footer.site .foot-brand .addr { font-size: 12px; color: #a8a29e; line-height: 1.5; }
footer.site .foot-col .h { font-family: 'Inter', sans-serif; font-size: 11px; color: #9a3412; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
footer.site .foot-col a { display: block; font-size: 13.5px; color: #57534e; margin-bottom: 9px; }
footer.site .foot-col a:hover { color: #9a3412; }
footer.site .foot-bottom { padding-top: 24px; border-top: 1px solid #e7e0d1; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
footer.site .foot-bottom .copy { font-size: 12.5px; color: #a8a29e; }
footer.site .foot-bottom .legal { display: flex; gap: 18px; font-size: 12.5px; }
footer.site .foot-bottom .legal a { color: #78716c; }
footer.site .foot-bottom .legal a:hover { color: #9a3412; }

/* ── Common button styles ── */
.btn-pill { display: inline-block; padding: 13px 26px; background: #9a3412; color: #fff; border-radius: 999px; font-weight: 500; font-size: 14px; transition: background 0.15s; text-decoration: none; border: none; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn-pill:hover { background: #7c2d12; }
.btn-pill-outline { display: inline-block; padding: 12px 26px; background: transparent; color: #9a3412; border: 1px solid #9a3412; border-radius: 999px; font-weight: 500; font-size: 14px; transition: all 0.15s; text-decoration: none; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn-pill-outline:hover { background: #9a3412; color: #fff; }

/* ── Mobile ── */
@media (max-width: 880px) {
  .header { padding: 18px 24px; }
  nav.primary { gap: 18px; }
  nav.primary a:not(.signin) { display: none; }
  section { padding: 0 24px; }
  .section-title { font-size: 30px; }
  footer.site { padding: 40px 24px 28px; }
  footer.site .foot-row { grid-template-columns: 1fr 1fr; gap: 28px; }
  footer.site .foot-brand { grid-column: 1 / -1; }
}
