/* Squad75 editorial system — shared by subpages */
:root {
  --bg: #FCFAF8;
  --text: #0a0a0a;
  --muted: #6b6b6b;
  --button-bg: #0a0a0a;
  --button-text: #ffffff;
  --border-soft: rgba(0, 0, 0, 0.08);
  --green: #17c964;
  --amber: #FF9F43;
  --coral: #FF5E5B;
  --violet: #6C5CE7;
  --card-base: #F6F4F1;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--violet); outline-offset: 3px; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif;
       -webkit-font-smoothing: antialiased; }
.serif { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 600; letter-spacing: -0.06em; }

nav.site { position: sticky; top: 0; z-index: 100;
           background: linear-gradient(var(--bg) 70%, rgba(252,250,248,0)); }
.nav-in { max-width: 1200px; margin: 0 auto; padding: 19px 36px;
          display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 600;
        font-size: 28px; letter-spacing: -0.06em; color: var(--text); text-decoration: none; }
.logo em { font-style: normal; font-size: 18px; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--button-bg);
        color: var(--button-text); border-radius: 999px; padding: 11px 22px;
        font-size: 14px; font-weight: 500; text-decoration: none; letter-spacing: -0.01em;
        border: none; cursor: pointer; font-family: inherit;
        transition: transform .15s ease, box-shadow .15s ease; }
.pill:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,0,0,0.14); }

/* Prose pages */
.page { max-width: 720px; margin: 0 auto; padding: 60px 24px 90px; }
.page .kicker { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
                background: linear-gradient(90deg, var(--amber), var(--coral), var(--violet));
                -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page h1 { font-size: clamp(40px, 6vw, 56px); font-weight: 600; letter-spacing: -0.05em;
           line-height: 1.05; margin: 10px 0 8px; }
.page .updated { font-size: 14px; color: var(--muted); margin-bottom: 34px; letter-spacing: -0.01em; }
.page .lede { font-size: 18px; color: var(--muted); line-height: 1.55; margin-bottom: 34px; letter-spacing: -0.01em; }
.page h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; margin: 42px 0 12px; }
.page h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin: 26px 0 8px; }
.page p, .page li { font-size: 16px; line-height: 1.65; color: #333; letter-spacing: -0.005em; }
.page p { margin-bottom: 14px; }
.page ul { padding-left: 22px; margin-bottom: 14px; }
.page li { margin-bottom: 6px; }
.page a { color: var(--text); font-weight: 500; text-underline-offset: 3px; }
.page a.pill { color: var(--button-text); text-decoration: none; }
.page .card { background: #fff; border: 1px solid var(--border-soft); border-radius: 20px;
              padding: 24px 26px; margin: 26px 0; box-shadow: 0 10px 30px -18px rgba(0,0,0,0.12); }
.page .card h2, .page .card h3 { margin-top: 0; }
.page table { width: 100%; border-collapse: collapse; font-size: 14px; }
.page th, .page td { text-align: left; padding: 10px 10px; border-bottom: 1px solid var(--border-soft);
                     line-height: 1.5; vertical-align: top; }
.page th { font-weight: 600; }
.page .tag { display: inline-block; background: var(--card-base); border-radius: 999px;
             padding: 2px 10px; font-size: 12px; font-weight: 600; white-space: nowrap; }

/* Contact form */
.form { display: grid; gap: 16px; margin-top: 10px; }
.form label { font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; display: block; margin-bottom: 7px; }
.form input, .form textarea { width: 100%; font-family: inherit; font-size: 15.5px; color: var(--text);
      background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; padding: 14px 16px;
      outline: none; transition: border-color .15s ease, box-shadow .15s ease; letter-spacing: -0.01em; }
.form input:focus, .form textarea:focus { border-color: #0a0a0a; box-shadow: 0 0 0 3px rgba(10,10,10,0.06); }
.form textarea { min-height: 140px; resize: vertical; }
.form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: 13.5px; color: var(--muted); }
.form-note.ok { color: var(--green); font-weight: 600; }
.form-note.err { color: var(--coral); font-weight: 600; }

/* Legit footer */
footer.site { border-top: 1px solid var(--border-soft); background: var(--bg); }
.foot-grid { max-width: 1200px; margin: 0 auto; padding: 56px 36px 28px;
             display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
.foot-brand .flogo { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 600;
                     font-size: 24px; letter-spacing: -0.06em; color: var(--text); text-decoration: none; }
.foot-brand p { margin-top: 10px; font-size: 14px; color: var(--muted); line-height: 1.55;
                max-width: 30ch; letter-spacing: -0.01em; }
.foot-col h4 { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
               color: var(--muted); margin-bottom: 14px; }
.foot-col a { display: block; font-size: 14.5px; font-weight: 500; color: var(--text);
              text-decoration: none; margin-bottom: 10px; letter-spacing: -0.01em; }
.foot-col a:hover { color: var(--muted); }
.foot-bottom { max-width: 1200px; margin: 0 auto; padding: 22px 36px 34px;
               border-top: 1px solid var(--border-soft); display: flex; justify-content: space-between;
               flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--muted); letter-spacing: -0.01em; }
.foot-bottom a { color: var(--text); font-weight: 600; text-decoration: none; }
.foot-bottom a:hover { color: var(--muted); }

@media (max-width: 810px) {
  .foot-grid { grid-template-columns: 1fr 1fr; padding: 44px 24px 20px; }
  .foot-brand { grid-column: 1 / -1; }
  .nav-in { padding: 16px 20px; }
  .foot-bottom { padding: 20px 24px 30px; }
}
