/* Second Theory Capital — styles for the parts of the site added after Framer.
 *
 * Everything here uses the values the Framer export already uses: Inter
 * Display for headings (36px, -0.03em), Manrope 600 for card titles, Inter 500
 * for buttons, the orange rgb(255,128,0) of the primary button with its
 * rgb(15,15,15) text, card ground rgb(18,18,18) with a rgba(255,255,255,.16)
 * border and 8–10px corners, and the 809.98px phone breakpoint. */

/* ── the "7×" badge on the ESDS cards ─────────────────────────────────── */
.stc-badge{position:absolute;top:16px;right:16px;z-index:2;display:inline-flex;align-items:baseline;gap:6px;padding:8px 12px;border-radius:8px;background:rgb(255,128,0);color:rgb(15,15,15);font-family:"Inter","Inter Placeholder",sans-serif;font-weight:500;font-size:13px;line-height:1.2;white-space:nowrap;pointer-events:none}
.stc-badge b{font-family:"Manrope","Manrope Placeholder",sans-serif;font-weight:700;font-size:24px;line-height:1;letter-spacing:0.01em}
/* a decimal must never read as a digit: "2.1×" is not "21×" — so the small badge keeps the figure large and slightly spaced */
.stc-badge--sm{top:10px;right:10px;padding:5px 9px;font-size:11px;gap:5px}
.stc-badge--sm b{font-size:18px;letter-spacing:0.03em}

/* ── the homepage track-record section ────────────────────────────────── */
.stc-proof{width:100%;box-sizing:border-box;background:#0b0b0b;display:flex;justify-content:center;padding:96px 24px}
.stc-proof__in{width:100%;max-width:1080px;display:flex;flex-direction:column;gap:40px}
.stc-eyebrow{margin:0;font:500 14px/1.4 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-h2{margin:8px 0 0;font:400 36px/1.1 "Inter Display","Inter Display Placeholder",sans-serif;letter-spacing:-0.03em;color:#fff;text-wrap:balance}
.stc-lede{margin:12px 0 0;max-width:720px;font:400 18px/1.5 "Inter","Inter Placeholder",sans-serif;color:#cfcfcf}
.stc-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.stc-cards--3{grid-template-columns:1fr 1fr 1fr}
.stc-cards--3 .stc-big{font-size:88px}
.stc-cards--3 .stc-card__title{font-size:20px}
.stc-card{display:flex;flex-direction:column;gap:16px;min-width:0;padding:32px;border-radius:10px;background:rgb(18,18,18);border:1px solid rgba(255,255,255,0.16);color:#fff;text-decoration:none;transition:border-color .3s ease}
a.stc-card:hover{border-color:rgba(255,255,255,0.4)}
.stc-big{font:400 104px/1 "Inter Display","Inter Display Placeholder",sans-serif;letter-spacing:-0.05em;color:#fff}
.stc-card__title{font:600 22px/1.25 "Manrope","Manrope Placeholder",sans-serif;color:#fff}
.stc-card__text{margin:0;font:400 16px/1.5 "Inter","Inter Placeholder",sans-serif;color:#cfcfcf}
.stc-link{margin-top:auto;font:500 15px/1.3 "Inter","Inter Placeholder",sans-serif;color:rgb(255,128,0)}
.stc-x__head{display:flex;align-items:center;gap:12px}
.stc-x__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}
.stc-x__name{font:600 16px/1.2 "Inter","Inter Placeholder",sans-serif;color:#fff}
.stc-x__handle{font:400 14px/1.3 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-x__logo{width:22px;height:22px;margin-left:auto;flex:none;--21h8s6:#fff;--pgex8v:1.5;--1m6trwb:0}
.stc-x__tweet{margin:0;font:400 20px/1.45 "Inter","Inter Placeholder",sans-serif;color:#fff;white-space:pre-line;overflow-wrap:anywhere}
.stc-x__meta{font:400 13px/1.3 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-x__meta a{color:#cfcfcf;text-decoration:none}
.stc-x__meta a:hover{color:#fff}
.stc-btn{align-self:flex-start;margin-top:auto;padding:12px 18px;border-radius:8px;background:rgb(255,128,0);color:rgb(15,15,15);font:500 15px/1.3 "Inter","Inter Placeholder",sans-serif;text-decoration:none;transition:background .2s ease}
.stc-btn:hover{background:#ff9a2e}
.stc-btn:focus-visible,a.stc-card:focus-visible{outline:2px solid #fff;outline-offset:3px}
/* ── Parag on X: a section of its own ─────────────────────────────────── */
.stc-onx{width:100%;box-sizing:border-box;background:#0b0b0b;display:flex;justify-content:center;padding:0 24px 96px}
.stc-onx__grid{display:grid;grid-template-columns:1fr;gap:24px}
.stc-onx__grid--posts{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}
.stc-profile{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:40px;border-radius:10px;background:rgb(18,18,18);border:1px solid rgba(255,255,255,0.16)}
/* with no posts beside it, the profile stands centred, as the one thing to do */
.stc-onx__grid:not(.stc-onx__grid--posts){justify-items:center}
.stc-onx__grid:not(.stc-onx__grid--posts) .stc-profile{align-items:center;text-align:center;width:100%;max-width:680px;box-sizing:border-box}
.stc-onx__grid:not(.stc-onx__grid--posts) .stc-profile__statement{max-width:none}
.stc-onx__grid:not(.stc-onx__grid--posts) .stc-profile .stc-btn{align-self:center}   /* the base button pins itself left; centred here */
a.stc-link{text-decoration:none}
a.stc-link:hover{color:#ff9a2e}
.stc-profile__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover}
.stc-profile__name{font:400 32px/1.1 "Inter Display","Inter Display Placeholder",sans-serif;letter-spacing:-0.03em;color:#fff;margin-top:6px}
.stc-profile__handle{font:400 15px/1.4 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-profile__statement{margin:6px 0 10px;max-width:520px;font:400 20px/1.45 "Inter","Inter Placeholder",sans-serif;color:#fff}
.stc-btn--lg{display:inline-flex;align-items:center;gap:10px;padding:18px 28px;font-size:18px;margin-top:6px}
.stc-btn .stc-x__logo{width:20px;height:20px;margin:0;--21h8s6:rgb(15,15,15)}
.stc-posts{display:flex;flex-direction:column;gap:16px}
.stc-posts__heading{margin:0 0 2px;font:500 14px/1.4 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-post{display:flex;flex-direction:column;gap:14px;padding:24px 28px;border-radius:10px;background:rgb(18,18,18);border:1px solid rgba(255,255,255,0.16);color:#fff;text-decoration:none;transition:border-color .3s ease}
.stc-post:hover{border-color:rgba(255,255,255,0.4)}
.stc-post__text{margin:0;font:400 18px/1.5 "Inter","Inter Placeholder",sans-serif;color:#fff;white-space:pre-line;overflow-wrap:anywhere}
.stc-post__meta{display:flex;align-items:center;gap:8px;font:400 13px/1.3 "Inter","Inter Placeholder",sans-serif;color:#8f8f8f}
.stc-post__meta .stc-x__logo{width:16px;height:16px;margin:0}
/* ── the office address in the footer ─────────────────────────────────── */
.stc-address{margin:4px 0 0;font:400 15px/1.5 "Manrope","Manrope Placeholder",sans-serif;color:#cfcfcf;white-space:pre-line}
/* ── the partners' profiles ───────────────────────────────────────────── */
.stc-bio{margin-top:14px;max-width:520px}
.stc-bio p{margin:0;font:400 15px/1.55 "Inter","Inter Placeholder",sans-serif;color:#cfcfcf}
@media (min-width:810px) and (max-width:1199.98px){.stc-cards--3{grid-template-columns:1fr 1fr 1fr}.stc-cards--3 .stc-big{font-size:72px}.stc-cards--3 .stc-card{padding:24px}}
@media (max-width:809.98px){
  .stc-onx{padding:0 16px 64px}
  .stc-onx__grid--posts{grid-template-columns:1fr}
  .stc-profile{padding:28px 24px}
  .stc-profile__name{font-size:28px}
  .stc-btn--lg{width:100%;justify-content:center}
  /* Framer orders the page's sections on phones (Why STC is 17); the same order keeps source order, so this stays right after it */
  .stc-proof{padding:64px 16px;order:17}
  .stc-onx{order:17}
  .stc-cards,.stc-cards--3{grid-template-columns:1fr}
  .stc-big{font-size:80px}
  .stc-card{padding:24px}
  .stc-h2{font-size:30px}
}
@media (prefers-reduced-motion:reduce){.stc-card,.stc-btn{transition:none}}
