.standard-editor .main-inner {
  width: 100%;
  max-width: none;
}

.standard-editor .text-container {
  width: 100%;
  max-width: none;
}

.edge-condition-page {
  --edge-condition-ink: #102842;
  --edge-condition-muted: #566674;
  --edge-condition-blue: #2f6fb2;
  --edge-condition-soft: #f6f8f5;
  --edge-condition-line: #dfe7dd;
  --edge-condition-white: #ffffff;
  --edge-condition-max: 1400px;
  width: min(var(--edge-condition-max), calc(100vw - 72px));
  max-width: 100%;
  margin: 0 auto;
  color: var(--edge-condition-ink);
  background: var(--edge-condition-white);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  overflow: visible;
}

.edge-condition-page * {
  box-sizing: border-box;
}

.edge-condition-page a {
  color: inherit;
}

.edge-condition-wrap {
  width: 100%;
  margin: 0 auto;
}

.edge-condition-section {
  padding: 104px 0;
}

.edge-condition-soft {
  background: var(--edge-condition-soft);
}

.edge-condition-kicker {
  margin: 0 0 14px;
  color: var(--edge-condition-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.edge-condition-page h1,
.edge-condition-page h2,
.edge-condition-page h3,
.edge-condition-page p {
  margin-top: 0;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.edge-condition-page h1 {
  max-width: 920px;
  margin-bottom: 26px;
  color: var(--edge-condition-ink);
  font-size: clamp(48px, 5.8vw, 86px);
  font-weight: 900;
  line-height: .98;
}

.edge-condition-page h2 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--edge-condition-ink);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.04;
}

.edge-condition-page h3 {
  margin-bottom: 8px;
  color: var(--edge-condition-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
}

.edge-condition-page p,
.edge-condition-page li,
.edge-condition-page span {
  font-size: 17px;
  line-height: 1.58;
}

.edge-condition-page p {
  color: var(--edge-condition-muted);
}

.edge-condition-lead {
  max-width: 790px;
  font-size: 22px;
  line-height: 1.45;
}

.edge-condition-hero {
  padding: 96px 0 84px;
}

.edge-condition-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .68fr);
  gap: 82px;
  align-items: end;
}

.edge-condition-hero-copy > p:not(.edge-condition-kicker):not(.edge-condition-lead) {
  max-width: 720px;
}

.edge-condition-hero-panel {
  border-top: 4px solid var(--edge-condition-blue);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 28px 0 26px;
}

.edge-condition-panel-label {
  margin-bottom: 18px;
  color: var(--edge-condition-ink) !important;
  font-size: 22px !important;
  font-weight: 900;
}

.edge-condition-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.edge-condition-hero-panel li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--edge-condition-line);
  color: var(--edge-condition-ink);
  font-weight: 900;
}

.edge-condition-hero-panel p:last-child {
  margin-bottom: 0;
  font-size: 15px;
}

.edge-condition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.edge-condition-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--edge-condition-ink);
  border-radius: 2px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.edge-condition-btn-primary {
  background: var(--edge-condition-ink);
  color: var(--edge-condition-white) !important;
}

.edge-condition-btn-secondary {
  background: transparent;
  color: var(--edge-condition-ink);
}

.edge-condition-phone {
  color: var(--edge-condition-blue);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.edge-condition-paths {
  border-top: 1px solid var(--edge-condition-line);
  border-bottom: 1px solid var(--edge-condition-line);
  background: #fbfcf8;
  padding: 38px 0;
}

.edge-condition-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.edge-condition-path-grid article {
  border-left: 1px solid var(--edge-condition-line);
  padding-left: 22px;
}

.edge-condition-path-grid h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.16;
}

.edge-condition-path-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.edge-condition-section-head {
  max-width: 780px;
}

.edge-condition-method-grid,
.edge-condition-difference-grid,
.edge-condition-team-grid,
.edge-condition-progress-grid,
.edge-condition-sports-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 84px;
  align-items: start;
}

.edge-condition-method-list {
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-method-list article {
  display: grid;
  grid-template-columns: 54px .42fr 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-method-list article::before {
  content: attr(data-step);
  color: var(--edge-condition-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

.edge-condition-method-list p,
.edge-condition-method-list h3 {
  margin-bottom: 0;
}

.edge-condition-split {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.edge-condition-line-list {
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-line-list article {
  display: grid;
  grid-template-columns: .36fr 1fr;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-line-list p,
.edge-condition-line-list h3 {
  margin-bottom: 0;
}

.edge-condition-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.edge-condition-feature-row article {
  border: 1px solid var(--edge-condition-line);
  border-top: 4px solid var(--edge-condition-blue);
  padding: 28px;
  background: var(--edge-condition-white);
}

.edge-condition-feature-row p {
  margin-bottom: 0;
}

.edge-condition-sports {
  padding-top: 74px;
}

.edge-condition-sports ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 36px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--edge-condition-line);
  list-style: none;
}

.edge-condition-sports li {
  padding: 20px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-sports strong,
.edge-condition-sports span {
  display: block;
}

.edge-condition-sports strong {
  color: var(--edge-condition-blue);
  font-weight: 900;
}

.edge-condition-sports span {
  color: var(--edge-condition-muted);
  font-size: 15px;
}

.edge-condition-proof-list,
.edge-condition-progress-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-proof-list article,
.edge-condition-progress-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-proof-list h3,
.edge-condition-proof-list p,
.edge-condition-progress-list h3,
.edge-condition-progress-list p {
  margin-bottom: 0;
}

.edge-condition-team-card {
  display: grid;
  grid-template-columns: 188px 1fr;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--edge-condition-line);
  border-top: 4px solid var(--edge-condition-blue);
  padding: 30px;
  background: var(--edge-condition-white);
}

.edge-condition-headshot-placeholder {
  width: 188px;
  aspect-ratio: 1;
  background:
    linear-gradient(180deg, rgba(16, 40, 66, .08), rgba(16, 40, 66, .34)),
    linear-gradient(135deg, #eef2ea, #cdd9c6);
}

.edge-condition-badge {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid var(--edge-condition-blue);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--edge-condition-blue);
  font-size: 12px;
  font-weight: 900;
}

.edge-condition-team-card a {
  color: var(--edge-condition-blue);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.edge-condition-faq {
  border-top: 1px solid var(--edge-condition-line);
  margin-top: 42px;
}

.edge-condition-faq article {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-faq h3,
.edge-condition-faq p {
  margin-bottom: 0;
}

.edge-condition-final {
  padding: 86px 0;
}

.edge-condition-final-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  border-top: 4px solid var(--edge-condition-blue);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 38px 0;
}

.edge-condition-final-box h2 {
  margin-bottom: 12px;
}

.edge-condition-final-box p {
  margin-bottom: 0;
}

.edge-condition-links {
  padding-top: 0;
}

.edge-condition-links h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.edge-condition-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-condition-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--edge-condition-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--edge-condition-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .edge-condition-page {
    width: min(100%, calc(100vw - 36px));
  }

  .edge-condition-wrap {
    width: 100%;
  }

  .edge-condition-section {
    padding: 74px 0;
  }

  .edge-condition-hero-grid,
  .edge-condition-method-grid,
  .edge-condition-difference-grid,
  .edge-condition-team-grid,
  .edge-condition-progress-grid,
  .edge-condition-sports-grid,
  .edge-condition-split,
  .edge-condition-final-box {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .edge-condition-path-grid,
  .edge-condition-feature-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .edge-condition-page {
    width: min(100%, calc(100vw - 24px));
  }

  .edge-condition-wrap {
    width: 100%;
  }

  .edge-condition-section {
    padding: 58px 0;
  }

  .edge-condition-hero {
    padding-top: 48px;
  }

  .edge-condition-page h1 {
    font-size: 42px;
  }

  .edge-condition-lead {
    font-size: 18px;
  }

  .edge-condition-method-list article,
  .edge-condition-line-list article,
  .edge-condition-faq article,
  .edge-condition-team-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .edge-condition-sports ul {
    grid-template-columns: 1fr;
  }

  .edge-condition-actions,
  .edge-condition-btn {
    width: 100%;
  }

  .edge-condition-headshot-placeholder {
    width: 100%;
    max-width: 260px;
  }
}

.edge-condition-template--post-surgical {
  --edge-post-ink: #111827;
  --edge-post-muted: #4b5563;
  --edge-post-line: #d9dee7;
  --edge-post-soft: #f5f7fa;
  --edge-post-panel: #ffffff;
  --edge-post-accent: #0f6b5f;
  --edge-post-accent-dark: #0a4039;
  --edge-post-warm: #c79b54;
}

.edge-condition-template--post-surgical .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--post-surgical .edge-section--soft {
  background: var(--edge-post-soft);
}

.edge-condition-template--post-surgical .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--post-surgical .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background:
    linear-gradient(110deg, rgba(17, 24, 39, .94), rgba(17, 24, 39, .75)),
    url('/wp-content/uploads/edge-post-surgical-rehab-hero.jpg') center / cover no-repeat;
  color: #fff;
}

.edge-condition-template--post-surgical .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--post-surgical .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-post-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--post-surgical .edge-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--post-surgical .edge-hero__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--post-surgical .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--post-surgical .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--post-surgical .edge-button:hover,
.edge-condition-template--post-surgical .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--post-surgical .edge-button--primary {
  background: var(--edge-post-warm);
  color: #111827;
}

.edge-condition-template--post-surgical .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--post-surgical .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--post-surgical .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--post-surgical .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-post-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--post-surgical .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--post-surgical .edge-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-card {
  border: 1px solid var(--edge-post-line);
  border-radius: 8px;
  background: var(--edge-post-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--post-surgical .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--post-surgical .edge-card p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-card--linked:hover,
.edge-condition-template--post-surgical .edge-card--linked:focus {
  border-color: var(--edge-post-accent);
}

.edge-condition-template--post-surgical .edge-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border-radius: 999px;
  background: #eef2f7;
  color: #374151;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 700;
}

.edge-condition-template--post-surgical .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--post-surgical .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-post-line);
  padding: 22px 0;
}

.edge-condition-template--post-surgical .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--post-surgical .edge-method__row p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.7;
}

.edge-condition-template--post-surgical .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--post-surgical .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--post-surgical .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--post-surgical .edge-location-list p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.6;
}

.edge-condition-template--post-surgical .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--post-surgical .edge-nap-card address {
  color: var(--edge-post-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--post-surgical .edge-nap-card a {
  color: var(--edge-post-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--post-surgical .edge-faq details {
  border: 1px solid var(--edge-post-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--post-surgical .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--post-surgical .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-post-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--post-surgical .edge-related a,
.edge-condition-template--post-surgical .edge-related span {
  border: 1px solid var(--edge-post-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-post-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-related span {
  color: #6b7280;
  background: #f8fafc;
}

.edge-condition-template--post-surgical .edge-final {
  background: var(--edge-post-ink);
  color: #fff;
}

.edge-condition-template--post-surgical .edge-final h2,
.edge-condition-template--post-surgical .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--post-surgical .edge-grid--4,
  .edge-condition-template--post-surgical .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--post-surgical .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--post-surgical .edge-grid--4,
  .edge-condition-template--post-surgical .edge-grid--3,
  .edge-condition-template--post-surgical .edge-grid--2 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--post-surgical {
  --edge-post-ink: #111827;
  --edge-post-muted: #4b5563;
  --edge-post-line: #d9dee7;
  --edge-post-soft: #f5f7fa;
  --edge-post-panel: #ffffff;
  --edge-post-accent: #0f6b5f;
  --edge-post-accent-dark: #0a4039;
  --edge-post-warm: #c79b54;
}

.edge-condition-template--post-surgical .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--post-surgical .edge-section--soft {
  background: var(--edge-post-soft);
}

.edge-condition-template--post-surgical .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--post-surgical .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background:
    linear-gradient(110deg, rgba(17, 24, 39, .94), rgba(17, 24, 39, .75)),
    url('/wp-content/uploads/edge-post-surgical-rehab-hero.jpg') center / cover no-repeat;
  color: #fff;
}

.edge-condition-template--post-surgical .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--post-surgical .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-post-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--post-surgical .edge-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--post-surgical .edge-hero__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--post-surgical .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--post-surgical .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--post-surgical .edge-button:hover,
.edge-condition-template--post-surgical .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--post-surgical .edge-button--primary {
  background: var(--edge-post-warm);
  color: #111827;
}

.edge-condition-template--post-surgical .edge-hero .edge-button--primary,
.edge-condition-template--post-surgical .edge-final .edge-button--primary {
  min-width: 210px;
}

.edge-condition-template--post-surgical .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--post-surgical .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--post-surgical .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--post-surgical .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-post-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--post-surgical .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--post-surgical .edge-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--post-surgical .edge-card {
  border: 1px solid var(--edge-post-line);
  border-radius: 8px;
  background: var(--edge-post-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--post-surgical .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--post-surgical .edge-card p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-card--linked:hover,
.edge-condition-template--post-surgical .edge-card--linked:focus {
  border-color: var(--edge-post-accent);
}

.edge-condition-template--post-surgical .edge-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border-radius: 999px;
  background: #eef2f7;
  color: #374151;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 700;
}

.edge-condition-template--post-surgical .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--post-surgical .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-post-line);
  padding: 22px 0;
}

.edge-condition-template--post-surgical .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--post-surgical .edge-method__row p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.7;
}

.edge-condition-template--post-surgical .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--post-surgical .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--post-surgical .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--post-surgical .edge-location-list p {
  margin: 0;
  color: var(--edge-post-muted);
  line-height: 1.6;
}

.edge-condition-template--post-surgical .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--post-surgical .edge-nap-card address {
  color: var(--edge-post-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--post-surgical .edge-nap-card a {
  color: var(--edge-post-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--post-surgical .edge-faq details {
  border: 1px solid var(--edge-post-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--post-surgical .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--post-surgical .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-post-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--post-surgical .edge-related a,
.edge-condition-template--post-surgical .edge-related span {
  border: 1px solid var(--edge-post-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-post-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical .edge-related span {
  color: #6b7280;
  background: #f8fafc;
}

.edge-condition-template--post-surgical .edge-final {
  background: var(--edge-post-ink);
  color: #fff;
}

.edge-condition-template--post-surgical .edge-final h2,
.edge-condition-template--post-surgical .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--post-surgical .edge-grid--4,
  .edge-condition-template--post-surgical .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--post-surgical .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--post-surgical .edge-grid--4,
  .edge-condition-template--post-surgical .edge-grid--3,
  .edge-condition-template--post-surgical .edge-grid--2 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--post-surgical-knee {
  --edge-knee-ink: #111827;
  --edge-knee-muted: #4b5563;
  --edge-knee-line: #d9dee7;
  --edge-knee-soft: #f5f7fa;
  --edge-knee-panel: #ffffff;
  --edge-knee-accent: #0f6b5f;
  --edge-knee-accent-dark: #0a4039;
  --edge-knee-warm: #c79b54;
}

.edge-condition-template--post-surgical-knee .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--post-surgical-knee .edge-section--soft {
  background: var(--edge-knee-soft);
}

.edge-condition-template--post-surgical-knee .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--post-surgical-knee .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background:
    linear-gradient(110deg, rgba(17, 24, 39, .94), rgba(17, 24, 39, .75)),
    url('/wp-content/uploads/edge-post-surgical-knee-rehab-hero.jpg') center / cover no-repeat;
  color: #fff;
}

.edge-condition-template--post-surgical-knee .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--post-surgical-knee .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(199, 155, 84, .55);
  color: var(--edge-knee-warm);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--post-surgical-knee .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-knee-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--post-surgical-knee .edge-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--post-surgical-knee .edge-hero__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--post-surgical-knee .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical-knee .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--post-surgical-knee .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--post-surgical-knee .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--post-surgical-knee .edge-button:hover,
.edge-condition-template--post-surgical-knee .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--post-surgical-knee .edge-button--primary {
  min-width: 210px;
  background: var(--edge-knee-warm);
  color: #111827;
}

.edge-condition-template--post-surgical-knee .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--post-surgical-knee .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--post-surgical-knee .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--post-surgical-knee .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-knee-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--post-surgical-knee .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--post-surgical-knee .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--post-surgical-knee .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--post-surgical-knee .edge-card {
  border: 1px solid var(--edge-knee-line);
  border-radius: 8px;
  background: var(--edge-knee-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--post-surgical-knee .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--post-surgical-knee .edge-card p {
  margin: 0;
  color: var(--edge-knee-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical-knee .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--post-surgical-knee .edge-card--linked:hover,
.edge-condition-template--post-surgical-knee .edge-card--linked:focus {
  border-color: var(--edge-knee-accent);
}

.edge-condition-template--post-surgical-knee .edge-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border-radius: 999px;
  background: #eef2f7;
  color: #374151;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 700;
}

.edge-condition-template--post-surgical-knee .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--post-surgical-knee .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-knee-line);
  padding: 22px 0;
}

.edge-condition-template--post-surgical-knee .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--post-surgical-knee .edge-method__row p {
  margin: 0;
  color: var(--edge-knee-muted);
  line-height: 1.7;
}

.edge-condition-template--post-surgical-knee .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--post-surgical-knee .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--post-surgical-knee .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--post-surgical-knee .edge-location-list p {
  margin: 0;
  color: var(--edge-knee-muted);
  line-height: 1.6;
}

.edge-condition-template--post-surgical-knee .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--post-surgical-knee .edge-nap-card address {
  color: var(--edge-knee-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--post-surgical-knee .edge-nap-card a {
  color: var(--edge-knee-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical-knee .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--post-surgical-knee .edge-faq details {
  border: 1px solid var(--edge-knee-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--post-surgical-knee .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--post-surgical-knee .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-knee-muted);
  line-height: 1.65;
}

.edge-condition-template--post-surgical-knee .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--post-surgical-knee .edge-related a,
.edge-condition-template--post-surgical-knee .edge-related span {
  border: 1px solid var(--edge-knee-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-knee-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--post-surgical-knee .edge-related span {
  color: #6b7280;
  background: #f8fafc;
}

.edge-condition-template--post-surgical-knee .edge-final {
  background: var(--edge-knee-ink);
  color: #fff;
}

.edge-condition-template--post-surgical-knee .edge-final h2,
.edge-condition-template--post-surgical-knee .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--post-surgical-knee .edge-grid--4,
  .edge-condition-template--post-surgical-knee .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--post-surgical-knee .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--post-surgical-knee .edge-grid--4,
  .edge-condition-template--post-surgical-knee .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical-knee .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--post-surgical-knee .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--knee-replacement {
  --edge-replacement-ink: #111827;
  --edge-replacement-muted: #4b5563;
  --edge-replacement-line: #d9dee7;
  --edge-replacement-soft: #f5f7fa;
  --edge-replacement-panel: #ffffff;
  --edge-replacement-accent: #0f6b5f;
  --edge-replacement-accent-dark: #0a4039;
  --edge-replacement-warm: #c79b54;
}

.edge-condition-template--knee-replacement .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--knee-replacement .edge-section--soft {
  background: var(--edge-replacement-soft);
}

.edge-condition-template--knee-replacement .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--knee-replacement .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background: linear-gradient(110deg, rgba(17, 24, 39, .96), rgba(17, 24, 39, .78));
  color: #fff;
}

.edge-condition-template--knee-replacement .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--knee-replacement .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
}

.edge-condition-template--knee-replacement .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 155, 84, .55);
  color: var(--edge-replacement-warm);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--knee-replacement .edge-cluster-link--secondary {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(255, 255, 255, .28);
}

.edge-condition-template--knee-replacement .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-replacement-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--knee-replacement .edge-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--knee-replacement .edge-hero__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--knee-replacement .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--knee-replacement .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--knee-replacement .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--knee-replacement .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--knee-replacement .edge-button:hover,
.edge-condition-template--knee-replacement .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--knee-replacement .edge-button--primary {
  min-width: 238px;
  background: var(--edge-replacement-warm);
  color: #111827;
}

.edge-condition-template--knee-replacement .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--knee-replacement .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--knee-replacement .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--knee-replacement .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-replacement-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--knee-replacement .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--knee-replacement .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--knee-replacement .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--knee-replacement .edge-card {
  border: 1px solid var(--edge-replacement-line);
  border-radius: 8px;
  background: var(--edge-replacement-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--knee-replacement .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--knee-replacement .edge-card p {
  margin: 0;
  color: var(--edge-replacement-muted);
  line-height: 1.65;
}

.edge-condition-template--knee-replacement .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--knee-replacement .edge-card--linked:hover,
.edge-condition-template--knee-replacement .edge-card--linked:focus {
  border-color: var(--edge-replacement-accent);
}

.edge-condition-template--knee-replacement .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--knee-replacement .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-replacement-line);
  padding: 22px 0;
}

.edge-condition-template--knee-replacement .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--knee-replacement .edge-method__row p {
  margin: 0;
  color: var(--edge-replacement-muted);
  line-height: 1.7;
}

.edge-condition-template--knee-replacement .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--knee-replacement .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--knee-replacement .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--knee-replacement .edge-location-list p {
  margin: 0;
  color: var(--edge-replacement-muted);
  line-height: 1.6;
}

.edge-condition-template--knee-replacement .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--knee-replacement .edge-nap-card address {
  color: var(--edge-replacement-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--knee-replacement .edge-nap-card a {
  color: var(--edge-replacement-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--knee-replacement .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--knee-replacement .edge-faq details {
  border: 1px solid var(--edge-replacement-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--knee-replacement .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--knee-replacement .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-replacement-muted);
  line-height: 1.65;
}

.edge-condition-template--knee-replacement .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--knee-replacement .edge-related a,
.edge-condition-template--knee-replacement .edge-related span {
  border: 1px solid var(--edge-replacement-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-replacement-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--knee-replacement .edge-related span {
  color: #6b7280;
  background: #f8fafc;
}

.edge-condition-template--knee-replacement .edge-final {
  background: var(--edge-replacement-ink);
  color: #fff;
}

.edge-condition-template--knee-replacement .edge-final h2,
.edge-condition-template--knee-replacement .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--knee-replacement .edge-grid--4,
  .edge-condition-template--knee-replacement .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--knee-replacement .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--knee-replacement .edge-grid--4,
  .edge-condition-template--knee-replacement .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--knee-replacement .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--knee-replacement .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--meniscus {
  --edge-meniscus-ink: #111827;
  --edge-meniscus-muted: #4b5563;
  --edge-meniscus-line: #d9dee7;
  --edge-meniscus-soft: #f5f7fa;
  --edge-meniscus-panel: #ffffff;
  --edge-meniscus-accent: #0f6b5f;
  --edge-meniscus-accent-dark: #0a4039;
  --edge-meniscus-warm: #c79b54;
}

.edge-condition-template--meniscus .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--meniscus .edge-section--soft {
  background: var(--edge-meniscus-soft);
}

.edge-condition-template--meniscus .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--meniscus .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background: linear-gradient(110deg, rgba(17, 24, 39, .96), rgba(17, 24, 39, .78));
  color: #fff;
}

.edge-condition-template--meniscus .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--meniscus .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
}

.edge-condition-template--meniscus .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 155, 84, .55);
  color: var(--edge-meniscus-warm);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--meniscus .edge-cluster-link--secondary {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(255, 255, 255, .28);
}

.edge-condition-template--meniscus .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-meniscus-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--meniscus .edge-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--meniscus .edge-hero__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--meniscus .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--meniscus .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--meniscus .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--meniscus .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--meniscus .edge-button:hover,
.edge-condition-template--meniscus .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--meniscus .edge-button--primary {
  min-width: 210px;
  background: var(--edge-meniscus-warm);
  color: #111827;
}

.edge-condition-template--meniscus .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--meniscus .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--meniscus .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--meniscus .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-meniscus-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--meniscus .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--meniscus .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--meniscus .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--meniscus .edge-card {
  border: 1px solid var(--edge-meniscus-line);
  border-radius: 8px;
  background: var(--edge-meniscus-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--meniscus .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--meniscus .edge-card p {
  margin: 0;
  color: var(--edge-meniscus-muted);
  line-height: 1.65;
}

.edge-condition-template--meniscus .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--meniscus .edge-card--linked:hover,
.edge-condition-template--meniscus .edge-card--linked:focus {
  border-color: var(--edge-meniscus-accent);
}

.edge-condition-template--meniscus .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--meniscus .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-meniscus-line);
  padding: 22px 0;
}

.edge-condition-template--meniscus .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--meniscus .edge-method__row p {
  margin: 0;
  color: var(--edge-meniscus-muted);
  line-height: 1.7;
}

.edge-condition-template--meniscus .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--meniscus .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--meniscus .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--meniscus .edge-location-list p {
  margin: 0;
  color: var(--edge-meniscus-muted);
  line-height: 1.6;
}

.edge-condition-template--meniscus .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--meniscus .edge-nap-card address {
  color: var(--edge-meniscus-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--meniscus .edge-nap-card a {
  color: var(--edge-meniscus-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--meniscus .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--meniscus .edge-faq details {
  border: 1px solid var(--edge-meniscus-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--meniscus .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--meniscus .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-meniscus-muted);
  line-height: 1.65;
}

.edge-condition-template--meniscus .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--meniscus .edge-related a,
.edge-condition-template--meniscus .edge-related span {
  border: 1px solid var(--edge-meniscus-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-meniscus-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--meniscus .edge-related span {
  color: #6b7280;
  background: #f8fafc;
}

.edge-condition-template--meniscus .edge-final {
  background: var(--edge-meniscus-ink);
  color: #fff;
}

.edge-condition-template--meniscus .edge-final h2,
.edge-condition-template--meniscus .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--meniscus .edge-grid--4,
  .edge-condition-template--meniscus .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--meniscus .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--meniscus .edge-grid--4,
  .edge-condition-template--meniscus .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--meniscus .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--meniscus .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--rotator-cuff {
  --edge-rotator-ink: #111827;
  --edge-rotator-muted: #4b5563;
  --edge-rotator-line: #d9dee7;
  --edge-rotator-soft: #f5f7fa;
  --edge-rotator-panel: #ffffff;
  --edge-rotator-accent: #0f6b5f;
  --edge-rotator-accent-dark: #0a4039;
  --edge-rotator-warm: #c79b54;
}

.edge-condition-template--rotator-cuff .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--rotator-cuff .edge-section--soft {
  background: var(--edge-rotator-soft);
}

.edge-condition-template--rotator-cuff .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--rotator-cuff .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background: linear-gradient(110deg, rgba(17, 24, 39, .96), rgba(17, 24, 39, .78));
  color: #fff;
}

.edge-condition-template--rotator-cuff .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--rotator-cuff .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
}

.edge-condition-template--rotator-cuff .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 155, 84, .55);
  color: var(--edge-rotator-warm);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--rotator-cuff .edge-cluster-link--secondary {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(255, 255, 255, .28);
}

.edge-condition-template--rotator-cuff .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-rotator-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--rotator-cuff .edge-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--rotator-cuff .edge-hero__subtitle {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--rotator-cuff .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--rotator-cuff .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--rotator-cuff .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--rotator-cuff .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--rotator-cuff .edge-button:hover,
.edge-condition-template--rotator-cuff .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--rotator-cuff .edge-button--primary {
  min-width: 210px;
  background: var(--edge-rotator-warm);
  color: #111827;
}

.edge-condition-template--rotator-cuff .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--rotator-cuff .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--rotator-cuff .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--rotator-cuff .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-rotator-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--rotator-cuff .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--rotator-cuff .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--rotator-cuff .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--rotator-cuff .edge-card {
  border: 1px solid var(--edge-rotator-line);
  border-radius: 8px;
  background: var(--edge-rotator-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--rotator-cuff .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--rotator-cuff .edge-card p {
  margin: 0;
  color: var(--edge-rotator-muted);
  line-height: 1.65;
}

.edge-condition-template--rotator-cuff .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--rotator-cuff .edge-card--linked:hover,
.edge-condition-template--rotator-cuff .edge-card--linked:focus {
  border-color: var(--edge-rotator-accent);
}

.edge-condition-template--rotator-cuff .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--rotator-cuff .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-rotator-line);
  padding: 22px 0;
}

.edge-condition-template--rotator-cuff .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--rotator-cuff .edge-method__row p {
  margin: 0;
  color: var(--edge-rotator-muted);
  line-height: 1.7;
}

.edge-condition-template--rotator-cuff .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--rotator-cuff .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--rotator-cuff .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--rotator-cuff .edge-location-list p {
  margin: 0;
  color: var(--edge-rotator-muted);
  line-height: 1.6;
}

.edge-condition-template--rotator-cuff .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--rotator-cuff .edge-nap-card address {
  color: var(--edge-rotator-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--rotator-cuff .edge-nap-card a {
  color: var(--edge-rotator-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--rotator-cuff .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--rotator-cuff .edge-faq details {
  border: 1px solid var(--edge-rotator-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--rotator-cuff .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--rotator-cuff .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-rotator-muted);
  line-height: 1.65;
}

.edge-condition-template--rotator-cuff .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--rotator-cuff .edge-related a,
.edge-condition-template--rotator-cuff .edge-related span {
  border: 1px solid var(--edge-rotator-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-rotator-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--rotator-cuff .edge-final {
  background: var(--edge-rotator-ink);
  color: #fff;
}

.edge-condition-template--rotator-cuff .edge-final h2,
.edge-condition-template--rotator-cuff .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--rotator-cuff .edge-grid--4,
  .edge-condition-template--rotator-cuff .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--rotator-cuff .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--rotator-cuff .edge-grid--4,
  .edge-condition-template--rotator-cuff .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--rotator-cuff .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--rotator-cuff .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--hip-replacement {
  --edge-hip-ink: #111827;
  --edge-hip-muted: #4b5563;
  --edge-hip-line: #d9dee7;
  --edge-hip-soft: #f5f7fa;
  --edge-hip-panel: #ffffff;
  --edge-hip-accent: #0f6b5f;
  --edge-hip-accent-dark: #0a4039;
  --edge-hip-warm: #c79b54;
}

.edge-condition-template--hip-replacement .edge-section {
  padding: clamp(48px, 7vw, 88px) 20px;
}

.edge-condition-template--hip-replacement .edge-section--soft {
  background: var(--edge-hip-soft);
}

.edge-condition-template--hip-replacement .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--hip-replacement .edge-hero {
  padding: clamp(64px, 9vw, 116px) 20px clamp(48px, 7vw, 84px);
  background: linear-gradient(110deg, rgba(17, 24, 39, .96), rgba(17, 24, 39, .78));
  color: #fff;
}

.edge-condition-template--hip-replacement .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--hip-replacement .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
}

.edge-condition-template--hip-replacement .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 155, 84, .55);
  color: var(--edge-hip-warm);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--hip-replacement span.edge-cluster-link {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(255, 255, 255, .28);
}

.edge-condition-template--hip-replacement .edge-cluster-link--secondary {
  color: rgba(255, 255, 255, .76);
  border-color: rgba(255, 255, 255, .28);
}

.edge-condition-template--hip-replacement .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-hip-warm);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edge-condition-template--hip-replacement .edge-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.edge-condition-template--hip-replacement .edge-hero__subtitle {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.edge-condition-template--hip-replacement .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 30px;
}

.edge-condition-template--hip-replacement .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--hip-replacement .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--hip-replacement .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--hip-replacement .edge-button:hover,
.edge-condition-template--hip-replacement .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--hip-replacement .edge-button--primary {
  min-width: 190px;
  background: var(--edge-hip-warm);
  color: #111827;
}

.edge-condition-template--hip-replacement .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--hip-replacement .edge-section__header {
  max-width: 820px;
  margin-bottom: 30px;
}

.edge-condition-template--hip-replacement .edge-section__header h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--hip-replacement .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-hip-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--hip-replacement .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--hip-replacement .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--hip-replacement .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--hip-replacement .edge-card {
  border: 1px solid var(--edge-hip-line);
  border-radius: 8px;
  background: var(--edge-hip-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--hip-replacement .edge-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.edge-condition-template--hip-replacement .edge-card p {
  margin: 0;
  color: var(--edge-hip-muted);
  line-height: 1.65;
}

.edge-condition-template--hip-replacement .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--hip-replacement .edge-card--linked:hover,
.edge-condition-template--hip-replacement .edge-card--linked:focus {
  border-color: var(--edge-hip-accent);
}

.edge-condition-template--hip-replacement .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--hip-replacement .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-hip-line);
  padding: 22px 0;
}

.edge-condition-template--hip-replacement .edge-method__row h3 {
  margin: 0;
  font-size: 1.18rem;
}

.edge-condition-template--hip-replacement .edge-method__row p {
  margin: 0;
  color: var(--edge-hip-muted);
  line-height: 1.7;
}

.edge-condition-template--hip-replacement .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--hip-replacement .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--hip-replacement .edge-location-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.edge-condition-template--hip-replacement .edge-location-list p {
  margin: 0;
  color: var(--edge-hip-muted);
  line-height: 1.6;
}

.edge-condition-template--hip-replacement .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--hip-replacement .edge-nap-card address {
  color: var(--edge-hip-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--hip-replacement .edge-nap-card a {
  color: var(--edge-hip-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--hip-replacement .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--hip-replacement .edge-faq details {
  border: 1px solid var(--edge-hip-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--hip-replacement .edge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.edge-condition-template--hip-replacement .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-hip-muted);
  line-height: 1.65;
}

.edge-condition-template--hip-replacement .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--hip-replacement .edge-related a,
.edge-condition-template--hip-replacement .edge-related span {
  border: 1px solid var(--edge-hip-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--edge-hip-accent-dark);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.edge-condition-template--hip-replacement .edge-final {
  background: var(--edge-hip-ink);
  color: #fff;
}

.edge-condition-template--hip-replacement .edge-final h2,
.edge-condition-template--hip-replacement .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--hip-replacement .edge-grid--4,
  .edge-condition-template--hip-replacement .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--hip-replacement .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--hip-replacement .edge-grid--4,
  .edge-condition-template--hip-replacement .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--hip-replacement .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--hip-replacement .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.edge-condition-template--sports-physical-therapy {
  --edge-sports-ink: #0f1724;
  --edge-sports-blue: #072b48;
  --edge-sports-teal: #0c6864;
  --edge-sports-teal-dark: #084743;
  --edge-sports-gold: #c5913a;
  --edge-sports-muted: #4a5668;
  --edge-sports-line: #d8e0ea;
  --edge-sports-soft: #f3f6f9;
  --edge-sports-panel: #ffffff;
}

.edge-condition-template--sports-physical-therapy .edge-section {
  padding: clamp(48px, 7vw, 86px) 20px;
}

.edge-condition-template--sports-physical-therapy .edge-section--soft {
  background: var(--edge-sports-soft);
}

.edge-condition-template--sports-physical-therapy .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--sports-physical-therapy .edge-hero {
  padding: clamp(66px, 9vw, 118px) 20px clamp(50px, 7vw, 86px);
  background:
    linear-gradient(135deg, rgba(15, 23, 36, .98), rgba(7, 43, 72, .9) 58%, rgba(12, 104, 100, .72));
  color: #fff;
}

.edge-condition-template--sports-physical-therapy .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--sports-physical-therapy .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.edge-condition-template--sports-physical-therapy .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(197, 145, 58, .65);
  color: var(--edge-sports-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.edge-condition-template--sports-physical-therapy .edge-cluster-link--secondary {
  border-color: rgba(255, 255, 255, .32);
  color: rgba(255, 255, 255, .78);
}

.edge-condition-template--sports-physical-therapy .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-sports-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.edge-condition-template--sports-physical-therapy .edge-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: 1.02;
}

.edge-condition-template--sports-physical-therapy .edge-hero__subtitle {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.06rem, 2vw, 1.36rem);
  line-height: 1.55;
}

.edge-condition-template--sports-physical-therapy .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 28px;
}

.edge-condition-template--sports-physical-therapy .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--sports-physical-therapy .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--sports-physical-therapy .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--sports-physical-therapy .edge-button:hover,
.edge-condition-template--sports-physical-therapy .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--sports-physical-therapy .edge-button--primary {
  min-width: 190px;
  background: var(--edge-sports-gold);
  color: var(--edge-sports-ink);
}

.edge-condition-template--sports-physical-therapy .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--sports-physical-therapy .edge-section__header {
  max-width: 840px;
  margin-bottom: 30px;
}

.edge-condition-template--sports-physical-therapy .edge-section__header h2 {
  margin: 0;
  color: var(--edge-sports-blue);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--sports-physical-therapy .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-sports-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--sports-physical-therapy .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--sports-physical-therapy .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--sports-physical-therapy .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--sports-physical-therapy .edge-card {
  border: 1px solid var(--edge-sports-line);
  border-radius: 8px;
  background: var(--edge-sports-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--sports-physical-therapy .edge-card h3 {
  margin: 0 0 10px;
  color: var(--edge-sports-blue);
  font-size: 1.17rem;
  line-height: 1.25;
}

.edge-condition-template--sports-physical-therapy .edge-card p {
  margin: 0;
  color: var(--edge-sports-muted);
  line-height: 1.65;
}

.edge-condition-template--sports-physical-therapy .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--sports-physical-therapy .edge-card--linked:hover,
.edge-condition-template--sports-physical-therapy .edge-card--linked:focus {
  border-color: var(--edge-sports-teal);
}

.edge-condition-template--sports-physical-therapy .edge-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border: 1px solid rgba(197, 145, 58, .5);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--edge-sports-teal-dark);
  font-size: .78rem;
  font-weight: 800;
}

.edge-condition-template--sports-physical-therapy .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--sports-physical-therapy .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-sports-line);
  padding: 22px 0;
}

.edge-condition-template--sports-physical-therapy .edge-method__row h3 {
  margin: 0;
  color: var(--edge-sports-blue);
  font-size: 1.18rem;
}

.edge-condition-template--sports-physical-therapy .edge-method__row p {
  margin: 0;
  color: var(--edge-sports-muted);
  line-height: 1.7;
}

.edge-condition-template--sports-physical-therapy .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--sports-physical-therapy .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--sports-physical-therapy .edge-location-list section {
  border-left: 3px solid var(--edge-sports-gold);
  padding-left: 18px;
}

.edge-condition-template--sports-physical-therapy .edge-location-list h3 {
  margin: 0 0 6px;
  color: var(--edge-sports-blue);
  font-size: 1.08rem;
}

.edge-condition-template--sports-physical-therapy .edge-location-list p {
  margin: 0;
  color: var(--edge-sports-muted);
  line-height: 1.6;
}

.edge-condition-template--sports-physical-therapy .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--sports-physical-therapy .edge-nap-card address {
  color: var(--edge-sports-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--sports-physical-therapy .edge-nap-card a {
  color: var(--edge-sports-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--sports-physical-therapy .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--sports-physical-therapy .edge-faq details {
  border: 1px solid var(--edge-sports-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--sports-physical-therapy .edge-faq summary {
  cursor: pointer;
  color: var(--edge-sports-blue);
  font-weight: 800;
}

.edge-condition-template--sports-physical-therapy .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-sports-muted);
  line-height: 1.65;
}

.edge-condition-template--sports-physical-therapy .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--sports-physical-therapy .edge-related a,
.edge-condition-template--sports-physical-therapy .edge-related span {
  border: 1px solid var(--edge-sports-line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--edge-sports-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--sports-physical-therapy .edge-related span {
  color: var(--edge-sports-muted);
}

.edge-condition-template--sports-physical-therapy .edge-final {
  background: var(--edge-sports-ink);
  color: #fff;
}

.edge-condition-template--sports-physical-therapy .edge-final h2,
.edge-condition-template--sports-physical-therapy .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--sports-physical-therapy .edge-grid--4,
  .edge-condition-template--sports-physical-therapy .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--sports-physical-therapy .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--sports-physical-therapy .edge-grid--4,
  .edge-condition-template--sports-physical-therapy .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--sports-physical-therapy .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--sports-physical-therapy .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .edge-condition-template--sports-physical-therapy .edge-button {
    width: 100%;
    white-space: normal;
  }
}

.edge-condition-template--youth-athlete {
  --edge-youth-ink: #101827;
  --edge-youth-blue: #062b49;
  --edge-youth-teal: #0a6b63;
  --edge-youth-teal-dark: #064a45;
  --edge-youth-gold: #c7923c;
  --edge-youth-muted: #4d5868;
  --edge-youth-line: #d8e0ea;
  --edge-youth-soft: #f3f6f9;
  --edge-youth-panel: #ffffff;
}

.edge-condition-template--youth-athlete .edge-section {
  padding: clamp(48px, 7vw, 86px) 20px;
}

.edge-condition-template--youth-athlete .edge-section--soft {
  background: var(--edge-youth-soft);
}

.edge-condition-template--youth-athlete .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--youth-athlete .edge-hero {
  padding: clamp(66px, 9vw, 118px) 20px clamp(50px, 7vw, 86px);
  background: linear-gradient(135deg, rgba(16, 24, 39, .98), rgba(6, 43, 73, .92) 56%, rgba(10, 107, 99, .74));
  color: #fff;
}

.edge-condition-template--youth-athlete .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--youth-athlete .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.edge-condition-template--youth-athlete .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 146, 60, .65);
  color: var(--edge-youth-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.edge-condition-template--youth-athlete .edge-cluster-link--secondary,
.edge-condition-template--youth-athlete .edge-cluster-link--muted {
  border-color: rgba(255, 255, 255, .32);
  color: rgba(255, 255, 255, .78);
}

.edge-condition-template--youth-athlete .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-youth-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.edge-condition-template--youth-athlete .edge-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.32rem, 5vw, 4.7rem);
  line-height: 1.02;
}

.edge-condition-template--youth-athlete .edge-hero__subtitle {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.06rem, 2vw, 1.36rem);
  line-height: 1.55;
}

.edge-condition-template--youth-athlete .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-top: 28px;
}

.edge-condition-template--youth-athlete .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--youth-athlete .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--youth-athlete .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--youth-athlete .edge-button:hover,
.edge-condition-template--youth-athlete .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--youth-athlete .edge-button--primary {
  min-width: 210px;
  background: var(--edge-youth-gold);
  color: var(--edge-youth-ink);
}

.edge-condition-template--youth-athlete .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--youth-athlete .edge-section__header {
  max-width: 850px;
  margin-bottom: 30px;
}

.edge-condition-template--youth-athlete .edge-section__header h2 {
  margin: 0;
  color: var(--edge-youth-blue);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--youth-athlete .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-youth-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--youth-athlete .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--youth-athlete .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--youth-athlete .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--youth-athlete .edge-card {
  border: 1px solid var(--edge-youth-line);
  border-radius: 8px;
  background: var(--edge-youth-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--youth-athlete .edge-card h3 {
  margin: 0 0 10px;
  color: var(--edge-youth-blue);
  font-size: 1.17rem;
  line-height: 1.25;
}

.edge-condition-template--youth-athlete .edge-card p {
  margin: 0;
  color: var(--edge-youth-muted);
  line-height: 1.65;
}

.edge-condition-template--youth-athlete .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--youth-athlete .edge-card--linked:hover,
.edge-condition-template--youth-athlete .edge-card--linked:focus {
  border-color: var(--edge-youth-teal);
}

.edge-condition-template--youth-athlete .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--youth-athlete .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-youth-line);
  padding: 22px 0;
}

.edge-condition-template--youth-athlete .edge-method__row h3 {
  margin: 0;
  color: var(--edge-youth-blue);
  font-size: 1.18rem;
}

.edge-condition-template--youth-athlete .edge-method__row p {
  margin: 0;
  color: var(--edge-youth-muted);
  line-height: 1.7;
}

.edge-condition-template--youth-athlete .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--youth-athlete .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--youth-athlete .edge-location-list section {
  border-left: 3px solid var(--edge-youth-gold);
  padding-left: 18px;
}

.edge-condition-template--youth-athlete .edge-location-list h3 {
  margin: 0 0 6px;
  color: var(--edge-youth-blue);
  font-size: 1.08rem;
}

.edge-condition-template--youth-athlete .edge-location-list p {
  margin: 0;
  color: var(--edge-youth-muted);
  line-height: 1.6;
}

.edge-condition-template--youth-athlete .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--youth-athlete .edge-nap-card address {
  color: var(--edge-youth-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--youth-athlete .edge-nap-card a {
  color: var(--edge-youth-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--youth-athlete .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--youth-athlete .edge-faq details {
  border: 1px solid var(--edge-youth-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--youth-athlete .edge-faq summary {
  cursor: pointer;
  color: var(--edge-youth-blue);
  font-weight: 800;
}

.edge-condition-template--youth-athlete .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-youth-muted);
  line-height: 1.65;
}

.edge-condition-template--youth-athlete .edge-faq a {
  color: var(--edge-youth-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--youth-athlete .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--youth-athlete .edge-related a,
.edge-condition-template--youth-athlete .edge-related span {
  border: 1px solid var(--edge-youth-line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--edge-youth-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--youth-athlete .edge-related span {
  color: var(--edge-youth-muted);
}

.edge-condition-template--youth-athlete .edge-final {
  background: var(--edge-youth-ink);
  color: #fff;
}

.edge-condition-template--youth-athlete .edge-final h2,
.edge-condition-template--youth-athlete .edge-final p {
  color: #fff;
}

@media (max-width: 980px) {
  .edge-condition-template--youth-athlete .edge-grid--4,
  .edge-condition-template--youth-athlete .edge-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--youth-athlete .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--youth-athlete .edge-grid--4,
  .edge-condition-template--youth-athlete .edge-grid--3 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--youth-athlete .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--youth-athlete .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .edge-condition-template--youth-athlete .edge-button {
    width: 100%;
    white-space: normal;
  }
}

.edge-condition-template--running-injury {
  --edge-running-track: #1f6f74;
  --edge-running-track-dark: #123f46;
  --edge-running-warm: #c79246;
  --edge-running-soft: #f5f8f6;
  --edge-running-panel: #ffffff;
}

.edge-condition-template--running-injury.edge-running-hero,
.edge-condition-template--running-injury .edge-running-hero {
  padding-top: 64px;
}

.edge-condition-template--running-injury .edge-running-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  border-top: 1px solid var(--edge-condition-line);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 14px 0;
}

.edge-condition-template--running-injury .edge-running-cluster span {
  margin-right: 8px;
  color: var(--edge-condition-ink);
  font-size: 14px;
  font-weight: 900;
}

.edge-condition-template--running-injury .edge-running-cluster a {
  border: 1px solid var(--edge-condition-line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--edge-running-track-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.edge-condition-template--running-injury .edge-condition-kicker,
.edge-condition-template--running-injury .edge-condition-method-list article::before,
.edge-condition-template--running-injury .edge-condition-links a,
.edge-condition-template--running-injury .edge-condition-phone {
  color: var(--edge-running-track);
}

.edge-condition-template--running-injury .edge-condition-hero-panel,
.edge-condition-template--running-injury .edge-condition-feature-row article,
.edge-condition-template--running-injury .edge-condition-final-box {
  border-top-color: var(--edge-running-track);
}

.edge-condition-template--running-injury .edge-condition-soft {
  background: var(--edge-running-soft);
}

.edge-condition-template--running-injury .edge-running-hero-panel {
  align-self: stretch;
}

.edge-condition-template--running-injury .edge-running-hero-media {
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 6px;
  background: #e9efea;
  aspect-ratio: 4 / 3;
}

.edge-condition-template--running-injury .edge-running-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-condition-template--running-injury .edge-running-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--running-injury .edge-running-proof-grid article,
.edge-condition-template--running-injury .edge-running-phase-grid article,
.edge-condition-template--running-injury .edge-running-local-grid article,
.edge-condition-template--running-injury .edge-running-nap-grid article {
  min-height: 100%;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-template--running-injury .edge-running-condition-list a,
.edge-condition-template--running-injury .edge-condition-proof-list a,
.edge-condition-template--running-injury .edge-running-nap-card a {
  color: var(--edge-running-track-dark);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.edge-condition-template--running-injury .edge-running-phase-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--edge-running-warm);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.edge-condition-template--running-injury .edge-running-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--running-injury .edge-running-nap-card p {
  margin-bottom: 0;
  color: var(--edge-condition-ink);
  font-weight: 900;
}

.edge-condition-template--running-injury .edge-running-nap-card address {
  color: var(--edge-condition-muted);
  font-style: normal;
  line-height: 1.55;
}

.edge-condition-template--running-injury .edge-running-planned-links {
  margin-top: 16px;
  font-size: 14px;
}

.edge-condition-template--running-injury .edge-running-final {
  background: var(--edge-condition-white);
}

@media (max-width: 1100px) {
  .edge-condition-template--running-injury .edge-running-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .edge-condition-template--running-injury.edge-running-hero,
  .edge-condition-template--running-injury .edge-running-hero {
    padding-top: 38px;
  }

  .edge-condition-template--running-injury .edge-running-cluster {
    align-items: stretch;
    flex-direction: column;
  }

  .edge-condition-template--running-injury .edge-running-cluster a,
  .edge-condition-template--running-injury .edge-running-cluster span {
    width: 100%;
  }

  .edge-condition-template--running-injury .edge-running-proof-grid {
    grid-template-columns: 1fr;
  }
}

.edge-condition-template--shoulder-pain {
  --edge-shoulder-ink: #101827;
  --edge-shoulder-blue: #062b49;
  --edge-shoulder-teal: #0b665f;
  --edge-shoulder-teal-dark: #064844;
  --edge-shoulder-gold: #c7933d;
  --edge-shoulder-muted: #4d5868;
  --edge-shoulder-line: #d8e0ea;
  --edge-shoulder-soft: #f3f6f9;
  --edge-shoulder-panel: #ffffff;
}

.edge-condition-template--shoulder-pain .edge-section {
  padding: clamp(48px, 7vw, 86px) 20px;
}

.edge-condition-template--shoulder-pain .edge-section--soft {
  background: var(--edge-shoulder-soft);
}

.edge-condition-template--shoulder-pain .edge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.edge-condition-template--shoulder-pain .edge-hero {
  padding: clamp(66px, 9vw, 118px) 20px clamp(50px, 7vw, 86px);
  background: linear-gradient(135deg, rgba(16, 24, 39, .98), rgba(6, 43, 73, .92) 58%, rgba(11, 102, 95, .74));
  color: #fff;
}

.edge-condition-template--shoulder-pain .edge-hero__content {
  max-width: 900px;
}

.edge-condition-template--shoulder-pain .edge-cluster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.edge-condition-template--shoulder-pain .edge-cluster-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid rgba(199, 147, 61, .65);
  color: var(--edge-shoulder-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.edge-condition-template--shoulder-pain .edge-cluster-link--secondary {
  border-color: rgba(255, 255, 255, .32);
  color: rgba(255, 255, 255, .78);
}

.edge-condition-template--shoulder-pain .edge-eyebrow {
  margin: 0 0 14px;
  color: var(--edge-shoulder-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.edge-condition-template--shoulder-pain .edge-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.32rem, 5vw, 4.7rem);
  line-height: 1.02;
}

.edge-condition-template--shoulder-pain .edge-hero__subtitle {
  max-width: 800px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.06rem, 2vw, 1.36rem);
  line-height: 1.55;
}

.edge-condition-template--shoulder-pain .edge-hero__copy {
  display: grid;
  gap: 16px;
  max-width: 850px;
  margin-top: 28px;
}

.edge-condition-template--shoulder-pain .edge-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.edge-condition-template--shoulder-pain .edge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edge-condition-template--shoulder-pain .edge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edge-condition-template--shoulder-pain .edge-button:hover,
.edge-condition-template--shoulder-pain .edge-button:focus {
  transform: translateY(-1px);
}

.edge-condition-template--shoulder-pain .edge-button--primary {
  min-width: 210px;
  background: var(--edge-shoulder-gold);
  color: var(--edge-shoulder-ink);
}

.edge-condition-template--shoulder-pain .edge-button--secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edge-condition-template--shoulder-pain .edge-section__header {
  max-width: 850px;
  margin-bottom: 30px;
}

.edge-condition-template--shoulder-pain .edge-section__header h2 {
  margin: 0;
  color: var(--edge-shoulder-blue);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.12;
}

.edge-condition-template--shoulder-pain .edge-section__header p {
  margin: 14px 0 0;
  color: var(--edge-shoulder-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.edge-condition-template--shoulder-pain .edge-grid {
  display: grid;
  gap: 18px;
}

.edge-condition-template--shoulder-pain .edge-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edge-condition-template--shoulder-pain .edge-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--shoulder-pain .edge-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.edge-condition-template--shoulder-pain .edge-card {
  border: 1px solid var(--edge-shoulder-line);
  border-radius: 8px;
  background: var(--edge-shoulder-panel);
  padding: clamp(20px, 2.5vw, 28px);
}

.edge-condition-template--shoulder-pain .edge-card h3 {
  margin: 0 0 10px;
  color: var(--edge-shoulder-blue);
  font-size: 1.17rem;
  line-height: 1.25;
}

.edge-condition-template--shoulder-pain .edge-card p {
  margin: 0;
  color: var(--edge-shoulder-muted);
  line-height: 1.65;
}

.edge-condition-template--shoulder-pain .edge-card--linked {
  display: block;
  color: inherit;
  text-decoration: none;
}

.edge-condition-template--shoulder-pain .edge-card--linked:hover,
.edge-condition-template--shoulder-pain .edge-card--linked:focus {
  border-color: var(--edge-shoulder-teal);
}

.edge-condition-template--shoulder-pain .edge-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border: 1px solid rgba(199, 147, 61, .5);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--edge-shoulder-teal-dark);
  font-size: .78rem;
  font-weight: 800;
}

.edge-condition-template--shoulder-pain .edge-method {
  display: grid;
  gap: 14px;
}

.edge-condition-template--shoulder-pain .edge-method__row {
  display: grid;
  grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--edge-shoulder-line);
  padding: 22px 0;
}

.edge-condition-template--shoulder-pain .edge-method__row h3 {
  margin: 0;
  color: var(--edge-shoulder-blue);
  font-size: 1.18rem;
}

.edge-condition-template--shoulder-pain .edge-method__row p {
  margin: 0;
  color: var(--edge-shoulder-muted);
  line-height: 1.7;
}

.edge-condition-template--shoulder-pain .edge-location-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.edge-condition-template--shoulder-pain .edge-location-list {
  display: grid;
  gap: 16px;
}

.edge-condition-template--shoulder-pain .edge-location-list section {
  border-left: 3px solid var(--edge-shoulder-gold);
  padding-left: 18px;
}

.edge-condition-template--shoulder-pain .edge-location-list h3 {
  margin: 0 0 6px;
  color: var(--edge-shoulder-blue);
  font-size: 1.08rem;
}

.edge-condition-template--shoulder-pain .edge-location-list p {
  margin: 0;
  color: var(--edge-shoulder-muted);
  line-height: 1.6;
}

.edge-condition-template--shoulder-pain .edge-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--shoulder-pain .edge-nap-card address {
  color: var(--edge-shoulder-muted);
  font-style: normal;
  line-height: 1.6;
}

.edge-condition-template--shoulder-pain .edge-nap-card a {
  color: var(--edge-shoulder-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--shoulder-pain .edge-faq {
  display: grid;
  gap: 12px;
}

.edge-condition-template--shoulder-pain .edge-faq details {
  border: 1px solid var(--edge-shoulder-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.edge-condition-template--shoulder-pain .edge-faq summary {
  cursor: pointer;
  color: var(--edge-shoulder-blue);
  font-weight: 800;
}

.edge-condition-template--shoulder-pain .edge-faq p {
  margin: 12px 0 0;
  color: var(--edge-shoulder-muted);
  line-height: 1.65;
}

.edge-condition-template--shoulder-pain .edge-faq a {
  color: var(--edge-shoulder-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--shoulder-pain .edge-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.edge-condition-template--shoulder-pain .edge-related a,
.edge-condition-template--shoulder-pain .edge-related span {
  border: 1px solid var(--edge-shoulder-line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--edge-shoulder-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.edge-condition-template--shoulder-pain .edge-related span {
  color: var(--edge-shoulder-muted);
}

.edge-condition-template--shoulder-pain .edge-final {
  background: var(--edge-shoulder-ink);
  color: #fff;
}

.edge-condition-template--shoulder-pain .edge-final h2,
.edge-condition-template--shoulder-pain .edge-final p {
  color: #fff;
}

@media (max-width: 1100px) {
  .edge-condition-template--shoulder-pain .edge-grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .edge-condition-template--shoulder-pain .edge-grid--4,
  .edge-condition-template--shoulder-pain .edge-grid--3,
  .edge-condition-template--shoulder-pain .edge-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-condition-template--shoulder-pain .edge-location-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .edge-condition-template--shoulder-pain .edge-grid--4,
  .edge-condition-template--shoulder-pain .edge-grid--3,
  .edge-condition-template--shoulder-pain .edge-grid--5 {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--shoulder-pain .edge-method__row {
    grid-template-columns: 1fr;
  }

  .edge-condition-template--shoulder-pain .edge-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .edge-condition-template--shoulder-pain .edge-button {
    width: 100%;
    white-space: normal;
  }
}

/* Drop-in CSS fix for Running Injury Rehab page.
   Use this if edge-condition-template.css is not loading on the new WordPress page. */

.standard-editor .main-inner,
.standard-editor .text-container {
  width: 100%;
  max-width: none;
}

.edge-condition-page {
  --edge-condition-ink: #102842;
  --edge-condition-muted: #566674;
  --edge-condition-blue: #2f6fb2;
  --edge-condition-soft: #f6f8f5;
  --edge-condition-line: #dfe7dd;
  --edge-condition-white: #ffffff;
  --edge-condition-max: 1400px;
  width: min(var(--edge-condition-max), calc(100vw - 72px));
  max-width: 100%;
  margin: 0 auto;
  color: var(--edge-condition-ink);
  background: var(--edge-condition-white);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  overflow: visible;
}

.edge-condition-page * {
  box-sizing: border-box;
}

.edge-condition-page a {
  color: inherit;
}

.edge-condition-wrap {
  width: 100%;
  margin: 0 auto;
}

.edge-condition-section {
  padding: 104px 0;
}

.edge-condition-soft {
  background: var(--edge-condition-soft);
}

.edge-condition-kicker {
  margin: 0 0 14px;
  color: var(--edge-condition-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.edge-condition-page h1,
.edge-condition-page h2,
.edge-condition-page h3,
.edge-condition-page p {
  margin-top: 0;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.edge-condition-page h1 {
  max-width: 920px;
  margin-bottom: 26px;
  color: var(--edge-condition-ink);
  font-size: clamp(48px, 5.8vw, 86px);
  font-weight: 900;
  line-height: 0.98;
}

.edge-condition-page h2 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--edge-condition-ink);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.04;
}

.edge-condition-page h3 {
  margin-bottom: 8px;
  color: var(--edge-condition-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
}

.edge-condition-page p,
.edge-condition-page li,
.edge-condition-page span {
  font-size: 17px;
  line-height: 1.58;
}

.edge-condition-page p {
  color: var(--edge-condition-muted);
}

.edge-condition-lead {
  max-width: 790px;
  font-size: 22px;
  line-height: 1.45;
}

.edge-condition-hero {
  padding: 96px 0 84px;
}

.edge-condition-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.68fr);
  gap: 82px;
  align-items: end;
}

.edge-condition-hero-copy > p:not(.edge-condition-kicker):not(.edge-condition-lead) {
  max-width: 720px;
}

.edge-condition-hero-panel {
  border-top: 4px solid var(--edge-condition-blue);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 28px 0 26px;
}

.edge-condition-panel-label {
  margin-bottom: 18px;
  font-weight: 900;
  color: var(--edge-condition-ink) !important;
  font-size: 22px !important;
}

.edge-condition-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.edge-condition-hero-panel li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--edge-condition-line);
  color: var(--edge-condition-ink);
  font-weight: 900;
}

.edge-condition-hero-panel p:last-child {
  margin-bottom: 0;
  font-size: 15px;
}

.edge-condition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.edge-condition-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--edge-condition-ink);
  border-radius: 2px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.edge-condition-btn-primary {
  background: var(--edge-condition-ink);
  color: var(--edge-condition-white) !important;
}

.edge-condition-btn-secondary {
  background: transparent;
  color: var(--edge-condition-ink);
}

.edge-condition-section-head {
  max-width: 780px;
}

.edge-condition-method-grid,
.edge-condition-progress-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 84px;
  align-items: start;
}

.edge-condition-method-list {
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-method-list article {
  display: grid;
  grid-template-columns: 54px 0.42fr 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-method-list article::before {
  content: attr(data-step);
  color: var(--edge-condition-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

.edge-condition-method-list p,
.edge-condition-method-list h3 {
  margin-bottom: 0;
}

.edge-condition-split {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.edge-condition-line-list {
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-line-list article {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-line-list p,
.edge-condition-line-list h3 {
  margin-bottom: 0;
}

.edge-condition-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.edge-condition-feature-row article {
  border-top: 4px solid var(--edge-condition-blue);
  padding: 28px;
  background: var(--edge-condition-white);
}

.edge-condition-feature-row p {
  margin-bottom: 0;
}

.edge-condition-proof-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--edge-condition-line);
}

.edge-condition-proof-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-proof-list h3,
.edge-condition-proof-list p {
  margin-bottom: 0;
}

.edge-condition-faq {
  border-top: 1px solid var(--edge-condition-line);
  margin-top: 42px;
}

.edge-condition-faq article {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-faq h3,
.edge-condition-faq p {
  margin-bottom: 0;
}

.edge-condition-final {
  padding: 86px 0;
}

.edge-condition-final-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  border-top: 4px solid var(--edge-condition-blue);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 38px 0;
}

.edge-condition-final-box h2 {
  margin-bottom: 12px;
}

.edge-condition-final-box p {
  margin-bottom: 0;
}

.edge-condition-links {
  padding-top: 0;
}

.edge-condition-links h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.edge-condition-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-condition-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--edge-condition-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--edge-condition-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.edge-condition-template--running-injury {
  --edge-running-track: #1f6f74;
  --edge-running-track-dark: #123f46;
  --edge-running-warm: #c79246;
  --edge-running-soft: #f5f8f6;
  --edge-running-panel: #ffffff;
}

.edge-condition-template--running-injury.edge-running-hero,
.edge-condition-template--running-injury .edge-running-hero {
  padding-top: 64px;
}

.edge-condition-template--running-injury .edge-running-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  border-top: 1px solid var(--edge-condition-line);
  border-bottom: 1px solid var(--edge-condition-line);
  padding: 14px 0;
}

.edge-condition-template--running-injury .edge-running-cluster span {
  margin-right: 8px;
  color: var(--edge-condition-ink);
  font-size: 14px;
  font-weight: 900;
}

.edge-condition-template--running-injury .edge-running-cluster a {
  border: 1px solid var(--edge-condition-line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--edge-running-track-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.edge-condition-template--running-injury .edge-condition-kicker,
.edge-condition-template--running-injury .edge-condition-method-list article::before,
.edge-condition-template--running-injury .edge-condition-links a,
.edge-condition-template--running-injury .edge-condition-phone {
  color: var(--edge-running-track);
}

.edge-condition-template--running-injury .edge-condition-hero-panel,
.edge-condition-template--running-injury .edge-condition-feature-row article,
.edge-condition-template--running-injury .edge-condition-final-box {
  border-top-color: var(--edge-running-track);
}

.edge-condition-template--running-injury .edge-condition-soft {
  background: var(--edge-running-soft);
}

.edge-condition-template--running-injury .edge-running-hero-panel {
  align-self: stretch;
}

.edge-condition-template--running-injury .edge-running-hero-media {
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 6px;
  background: #e9efea;
  aspect-ratio: 4 / 3;
}

.edge-condition-template--running-injury .edge-running-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-condition-template--running-injury .edge-running-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edge-condition-template--running-injury .edge-running-proof-grid article,
.edge-condition-template--running-injury .edge-running-phase-grid article,
.edge-condition-template--running-injury .edge-running-local-grid article,
.edge-condition-template--running-injury .edge-running-nap-grid article {
  min-height: 100%;
  border-bottom: 1px solid var(--edge-condition-line);
}

.edge-condition-template--running-injury .edge-running-condition-list a,
.edge-condition-template--running-injury .edge-condition-proof-list a,
.edge-condition-template--running-injury .edge-running-nap-card a {
  color: var(--edge-running-track-dark);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.edge-condition-template--running-injury .edge-running-phase-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--edge-running-warm);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.edge-condition-template--running-injury .edge-running-nap-card {
  display: grid;
  gap: 10px;
}

.edge-condition-template--running-injury .edge-running-nap-card p {
  margin-bottom: 0;
  color: var(--edge-condition-ink);
  font-weight: 900;
}

.edge-condition-template--running-injury .edge-running-nap-card address {
  color: var(--edge-condition-muted);
  font-style: normal;
  line-height: 1.55;
}

.edge-condition-template--running-injury .edge-running-planned-links {
  margin-top: 16px;
  font-size: 14px;
}

.edge-condition-template--running-injury .edge-running-final {
  background: var(--edge-condition-white);
}

@media (max-width: 1100px) {
  .edge-condition-page {
    width: min(100%, calc(100vw - 36px));
  }

  .edge-condition-section {
    padding: 74px 0;
  }

  .edge-condition-hero-grid,
  .edge-condition-method-grid,
  .edge-condition-progress-grid,
  .edge-condition-split,
  .edge-condition-final-box {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .edge-condition-feature-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .edge-condition-template--running-injury .edge-running-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .edge-condition-page {
    width: min(100%, calc(100vw - 24px));
  }

  .edge-condition-section {
    padding: 58px 0;
  }

  .edge-condition-hero {
    padding-top: 48px;
  }

  .edge-condition-page h1 {
    font-size: 42px;
  }

  .edge-condition-lead {
    font-size: 18px;
  }

  .edge-condition-method-list article,
  .edge-condition-line-list article,
  .edge-condition-faq article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .edge-condition-actions,
  .edge-condition-btn {
    width: 100%;
  }

  .edge-condition-template--running-injury.edge-running-hero,
  .edge-condition-template--running-injury .edge-running-hero {
    padding-top: 38px;
  }

  .edge-condition-template--running-injury .edge-running-cluster {
    align-items: stretch;
    flex-direction: column;
  }

  .edge-condition-template--running-injury .edge-running-cluster a,
  .edge-condition-template--running-injury .edge-running-cluster span {
    width: 100%;
  }

  .edge-condition-template--running-injury .edge-running-proof-grid {
    grid-template-columns: 1fr;
  }
}