/* Gyrodile — article page styles (from Article.dc.html helmet) */
  html, body { margin: 0; padding: 0; background: #f4f4f5; }
  body { font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; color: #18181b; }
  a { color: #18181b; text-decoration: none; }
  a:hover { color: #09090b; }
  @keyframes gyroFadeUp { 0% { opacity: 0; transform: translateY(24px); } 100% { opacity: 1; transform: translateY(0); } }

  /* responsive */
  @media (max-width: 1024px) {
    div[style*="repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; }
    h1 { font-size: clamp(40px, 8vw, 64px) !important; line-height: 1.1 !important; }
  }
  @media (max-width: 900px) {
    div[style*="1.4fr"], div[style*="1.2fr"], div[style*="1.1fr"], div[style*="1.6fr"], div[style*="1.3fr"], a[style*="1.3fr"],
    div[style*="columns:1fr 1fr"], div[style*="columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
    div[style*="repeat(3"] { grid-template-columns: repeat(2, 1fr) !important; }
    h2 { font-size: 32px !important; line-height: 1.2 !important; }
    div[style*="96px 64px"], div[style*="80px 64px"] { padding: 56px 28px 48px !important; }
    div[style*="gap:28px"], div[style*="gap: 28px"] { display: none !important; }
    div[style*="position:sticky"] div[style*="gap:28px"] { display: none !important; }
  }
  @media (max-width: 640px) {
    div[style*="repeat(4"], div[style*="repeat(3"] { grid-template-columns: 1fr !important; }
    h1 { font-size: 36px !important; }
    h2 { font-size: 28px !important; }
    div[style*="140px 1fr"] { grid-template-columns: 90px 1fr 1fr !important; font-size: 13px !important; }
    div[style*="padding:56px 48px"], div[style*="padding: 56px 48px"], div[style*="padding:64px 48px"], div[style*="padding: 64px 48px"], div[style*="padding:72px 48px"], div[style*="padding: 72px 48px"], div[style*="padding:48px"], div[style*="padding: 48px"] { padding: 32px 22px !important; }
    div[style*="gap:64px"], div[style*="gap: 64px"] { gap: 28px !important; }
  }

  /* responsive v2 - heroes */
  @media (max-width: 900px) {
    div[style*="height:52px"][style*="font-size:40px"], div[style*="height: 52px"] { font-size: 26px !important; height: 36px !important; margin-top: 8px !important; }
    div[style*="padding:88px 24px"] { padding: 40px 12px 0 !important; }
    div[style*="gap:32px"][style*="display:flex"] { flex-wrap: wrap !important; gap: 20px !important; }
    div[style*="gap:64px"][style*="display:grid"], div[style*="gap: 64px"][style*="display:grid"] { gap: 32px !important; }
    div[style*="font-size:34px"][style*="tabular-nums"], span[style*="font-size:34px"] { font-size: 26px !important; }
    div[style*="min-height:420px"] { min-height: 300px !important; }
    div[style*="max-width:1232px"] { padding-left: 10px !important; padding-right: 10px !important; }
    div[style*="align-items:end"] { align-items: start !important; }
  }
  @media (max-width: 640px) {
    div[style*="height:52px"][style*="font-size:40px"], div[style*="height: 52px"] { font-size: 20px !important; height: 30px !important; }
    span[style*="font-size:28px"] { font-size: 22px !important; }
    img[style*="height:260px"] { width: 140px !important; height: 185px !important; }
    div[style*="padding:64px 24px 88px"] { padding: 32px 16px 56px !important; }
    a[style*="padding:15px 30px"], a[style*="padding: 15px 30px"] { padding: 13px 22px !important; font-size: 14px !important; }
    div[style*="font-size:48px"], span[style*="font-size:48px"] { font-size: 32px !important; }
  }

  /* responsive v3 - hero stats */
  @media (max-width: 640px) {
    div[style*="repeat(4"][style*="border-top"] { grid-template-columns: repeat(2, 1fr) !important; gap: 20px 12px !important; margin-top: 32px !important; padding-top: 28px !important; }
    div[style*="repeat(4"][style*="border-top"] span[style*="font-size:34px"] { font-size: 24px !important; }
    div[style*="repeat(4"][style*="border-top"] span[style*="font-size:13px"] { font-size: 12px !important; }
  }

  /* responsive v4 - section headers stack */
  @media (max-width: 640px) {
    div[style*="align-items:baseline"][style*="justify-content:space-between"], div[style*="align-items: baseline"][style*="justify-content: space-between"] { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }
    div[style*="align-items:baseline"][style*="justify-content:space-between"] p, div[style*="align-items: baseline"][style*="justify-content: space-between"] p { text-align: left !important; max-width: 100% !important; }
  }

  /* responsive v5 - all card grids single column on phones */
  @media (max-width: 640px) {
    div[style*="repeat(2,1fr)"], div[style*="repeat(2, 1fr)"] { grid-template-columns: 1fr !important; }
  }

  /* responsive v6 - share row */
  @media (max-width: 640px) {
    button[data-copylink] { display: none !important; }
  }

/* WP port additions */
/* Article body typography (.gyro-entry wraps the_content) — translated from
   the designed article body in Article.dc.html so imported post HTML renders
   exactly like the designed article. */
.gyro-entry h2 { margin: 0 0 16px; font-size: 28px; font-weight: 600; line-height: 1.3; color: #09090b; }
.gyro-entry h3 { margin: 0 0 14px; font-size: 22px; font-weight: 600; line-height: 1.35; color: #09090b; }
.gyro-entry h4 { margin: 0 0 12px; font-size: 18px; font-weight: 600; line-height: 1.4; color: #09090b; }
.gyro-entry h2 + h2, .gyro-entry h2 + h3, .gyro-entry h3 + h3 { margin-top: 8px; }
.gyro-entry p { margin: 0 0 28px; }
.gyro-entry ul, .gyro-entry ol { margin: 0 0 28px; padding-left: 26px; }
.gyro-entry li { margin: 0 0 10px; }
.gyro-entry li > ul, .gyro-entry li > ol { margin: 10px 0 0; }
.gyro-entry blockquote { background: #ffffff; border: 1px solid #ececee; border-radius: 20px; padding: 24px 28px; margin: 0 0 28px; }
.gyro-entry blockquote p { margin: 0; font-size: 16px; font-weight: 500; color: #09090b; }
.gyro-entry blockquote p + p { margin-top: 12px; }
.gyro-entry blockquote cite { display: block; margin-top: 10px; font-size: 13px; font-style: normal; color: #71717a; }
.gyro-entry a { color: #ff5a00; text-decoration: underline; text-underline-offset: 2px; }
.gyro-entry a:hover { color: #f7284f; }
.gyro-entry strong { color: #09090b; }
.gyro-entry code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; background: #ececee; border-radius: 6px; padding: 2px 6px; color: #09090b; }
.gyro-entry pre { background: #18181b; color: #fafafa; border-radius: 20px; padding: 24px 28px; margin: 0 0 28px; overflow-x: auto; font-size: 14px; line-height: 1.6; }
.gyro-entry pre code { background: transparent; border-radius: 0; padding: 0; color: inherit; font-size: inherit; }
.gyro-entry img { max-width: 100%; height: auto; border-radius: 20px; }
.gyro-entry figure { margin: 0 0 28px; }
.gyro-entry figure img { display: block; }
.gyro-entry figcaption { margin-top: 8px; font-size: 13px; color: #71717a; text-align: center; }
.gyro-entry hr { border: none; border-top: 1px solid #ececee; margin: 36px 0; }
.gyro-entry table { width: 100%; border-collapse: collapse; margin: 0 0 28px; font-size: 14px; }
.gyro-entry th, .gyro-entry td { border-bottom: 1px solid #ececee; padding: 10px 12px; text-align: left; }
.gyro-entry th { color: #09090b; font-weight: 600; }
.gyro-entry > *:last-child { margin-bottom: 0; }

/* Content CTA button (used inside article bodies via <a class="gyro-cta">) */
.gyro-entry a.gyro-cta {
  display: inline-block;
  background: #09090b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: inset 0 0.5px 0 0 rgba(255,255,255,0.5), 0 0 0 1.5px rgb(44,46,52), 0 4px 6px 0 rgba(0,0,0,0.14);
}
.gyro-entry a.gyro-cta:hover { background: #18181b; color: #ffffff; }
.gyro-entry a.gyro-cta.gyro-cta-grad {
  background: linear-gradient(90deg,#f7284f,#ff7a1a);
  box-shadow: inset 0 0.5px 0 0 rgba(255,255,255,0.55), 0 0 0 1.5px rgba(190,45,12,0.9), 0 4px 6px 0 rgba(0,0,0,0.18);
}
.gyro-entry svg { max-width: 100%; height: auto; }
