@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #faf8f0;
  color: #18101f;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.text-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5B3280;
  transition: color 0.15s ease;
}
.text-link:hover {
  color: #7a45a8;
}

.hidden {
  display: none !important;
}

.panel {
  display: none;
}
.panel.active {
  display: block;
}

.panel-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem 4rem;
}
.panel-inner--narrow {
  max-width: 720px;
}

.page-header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0d8ea;
}

.page-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #18101f;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.page-sub {
  font-size: 0.95rem;
  color: #6b5880;
  max-width: 60ch;
  line-height: 1.6;
  font-weight: 400;
}

.cat-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
}
.cat-badge--noninvasive, .cat-noninvasive {
  background: #dde8f8;
  color: #2E5BA6;
}
.cat-badge--invasive, .cat-invasive {
  background: #f8e5e8;
  color: #8e3040;
}
.cat-badge--replacement, .cat-replacement {
  background: #ede5f8;
  color: #5B3280;
}
.cat-badge--exercise, .cat-exercise {
  background: #ede8c4;
  color: #3a2a4a;
}
.cat-badge--cartilage, .cat-cartilage {
  background: #faf0d6;
  color: #a87830;
}
.cat-badge--regrowth, .cat-regrowth {
  background: #ede5f8;
  color: #7a45a8;
}
.cat-badge--robotics, .cat-robotics {
  background: #dde8f8;
  color: #4474c0;
}
.cat-badge--pharma, .cat-pharma {
  background: #f8e5e8;
  color: #B84655;
}

.chip {
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid #e0d8ea;
  background: #faf8f0;
  color: #6b5880;
  transition: all 0.15s ease;
}
.chip:hover {
  border-color: #5B3280;
  color: #5B3280;
}
.chip.active {
  background: #5B3280;
  color: #fff;
  border-color: #5B3280;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2rem;
}

.btn-primary {
  background: #5B3280;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.65rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.15s ease;
}
.btn-primary:hover {
  background: #7a45a8;
}

.btn-outline {
  background: none;
  color: #5B3280;
  border: 1.5px solid #5B3280;
  border-radius: 6px;
  padding: 0.6rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.15s ease;
}
.btn-outline:hover {
  background: #5B3280;
  color: #fff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.panel.active .news-header,
.panel.active .hero-article,
.panel.active .page-header {
  animation: fadeUp 0.35s ease both;
}

@media (max-width: 640px) {
  .panel-inner {
    padding: 1.5rem 1rem 3rem;
  }
}
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #faf8f0;
  border-bottom: 1.5px solid #18101f;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  padding: 1rem 0;
  flex-shrink: 0;
  line-height: 1;
}

.logo-bad {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  font-style: italic;
  color: #5B3280;
  letter-spacing: -0.01em;
}

.logo-knees {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #18101f;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.nav-tabs {
  display: flex;
  gap: 0;
  flex: 1;
}

.nav-tab {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b5880;
  background: none;
  border: none;
  border-bottom: 2.5px solid transparent;
  padding: 0 1.1rem;
  height: 100%;
  transition: all 0.15s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.nav-tab:hover {
  color: #18101f;
}
.nav-tab.active {
  color: #5B3280;
  border-bottom-color: #5B3280;
  font-weight: 600;
}
.nav-tab--util {
  margin-left: auto;
  color: #9a8aaa;
  font-size: 0.75rem;
}
.nav-tab--util:hover {
  color: #6b5880;
}
.nav-tab--util.active {
  color: #5B3280;
  border-bottom-color: #5B3280;
}

@media (max-width: 640px) {
  .nav-inner {
    padding: 0 1rem;
  }
  .nav-tab {
    padding: 0 0.65rem;
    font-size: 0.72rem;
  }
  .logo-bad {
    font-size: 1.4rem;
  }
  .logo-knees {
    font-size: 0.9rem;
  }
}
.news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e0d8ea;
  flex-wrap: wrap;
}

.news-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #18101f;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
  line-height: 1.1;
}

.news-sub {
  font-size: 0.875rem;
  color: #9a8aaa;
  max-width: 42ch;
  line-height: 1.55;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.featured-card {
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  overflow: hidden;
  background: #faf8f0;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.featured-card:hover {
  border-color: #9d6ec4;
  transform: translateY(-3px);
}

.featured-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.featured-card-img svg {
  width: 100%;
  height: 100%;
  display: block;
}

.featured-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.featured-card-body h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #18101f;
  letter-spacing: -0.01em;
}
.featured-card-body p {
  font-size: 0.85rem;
  color: #6b5880;
  line-height: 1.6;
  flex: 1;
}

.featured-card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.list-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1.5px solid #18101f;
}

.list-header-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.news-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.article-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.article-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: start;
  gap: 1.5rem;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid #e0d8ea;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.article-row:hover {
  background: #f8f4fd;
}
.article-row:last-child {
  border-bottom: none;
}

.article-row-left {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 2px;
}

.article-row-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.article-row-body h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.975rem;
  font-weight: 700;
  color: #18101f;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.article-row-body p {
  font-size: 0.825rem;
  color: #6b5880;
  line-height: 1.55;
}

.article-row-link {
  white-space: nowrap;
  padding-top: 2px;
}

.article-date {
  font-size: 0.72rem;
  color: #9a8aaa;
  font-weight: 400;
}

.article-row.hidden {
  display: none;
}

.featured-card.hidden {
  display: none;
}

.load-more-row {
  text-align: center;
  padding: 1.5rem 0 2rem;
}

@media (max-width: 960px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }
  .featured-grid .featured-card:last-child {
    grid-column: span 2;
    flex-direction: row;
  }
  .featured-grid .featured-card:last-child .featured-card-img {
    width: 280px;
    aspect-ratio: unset;
    flex-shrink: 0;
  }
  .news-header {
    flex-direction: column;
  }
  .news-filters {
    justify-content: flex-start;
  }
  .list-header {
    flex-direction: column;
    gap: 0.75rem;
  }
  .article-row {
    grid-template-columns: 160px 1fr auto;
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .featured-grid .featured-card:last-child {
    grid-column: unset;
    flex-direction: column;
  }
  .featured-grid .featured-card:last-child .featured-card-img {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .article-row {
    grid-template-columns: 1fr auto;
  }
  .article-row .article-row-left {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
  }
}
.trials-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.trial-card {
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  background: #faf8f0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.15s ease;
}
.trial-card:hover {
  border-color: #9d6ec4;
}

.trial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trial-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tbadge {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
}
.tbadge--open, .tbadge-open {
  background: #ede5f8;
  color: #5B3280;
}
.tbadge--remote, .tbadge-remote {
  background: #dde8f8;
  color: #2E5BA6;
}
.tbadge--paid, .tbadge-paid {
  background: #faf0d6;
  color: #a87830;
}
.tbadge--experimental, .tbadge-experimental {
  background: #f8e5e8;
  color: #8e3040;
}

.trial-updated {
  font-size: 0.73rem;
  color: #9a8aaa;
}

.trial-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #18101f;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.trial-body {
  font-size: 0.875rem;
  color: #6b5880;
  line-height: 1.65;
}

.trial-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2rem;
  font-size: 0.8rem;
  color: #6b5880;
  padding: 0.75rem;
  background: #f4f0d8;
  border-radius: 6px;
}
.trial-details strong {
  color: #18101f;
  font-weight: 600;
}

.trials-disclaimer {
  font-size: 0.8rem;
  color: #9a8aaa;
  line-height: 1.6;
  padding-top: 0.5rem;
}
.trials-disclaimer a {
  color: #2E5BA6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.symptom-tool {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.symptom-input-area {
  background: #f4f0d8;
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.symptom-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #18101f;
}

.symptom-textarea {
  width: 100%;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #18101f;
  background: #faf8f0;
  border: 1px solid #e0d8ea;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  resize: vertical;
  outline: none;
  line-height: 1.6;
  transition: border-color 0.15s ease;
}
.symptom-textarea::placeholder {
  color: #9a8aaa;
}
.symptom-textarea:focus {
  border-color: #5B3280;
}

.symptom-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.symptom-quick-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  flex: 1;
}

.symptom-quick-label {
  font-size: 0.72rem;
  color: #9a8aaa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.quick-chip {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid #e0d8ea;
  background: #faf8f0;
  color: #6b5880;
  transition: all 0.15s ease;
}
.quick-chip:hover {
  border-color: #5B3280;
  color: #5B3280;
  background: #f8f4fd;
}

.results-header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0d8ea;
}

.results-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.results-note {
  font-size: 0.82rem;
  color: #9a8aaa;
  line-height: 1.55;
  max-width: 60ch;
}

.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.option-card {
  border-radius: 10px;
  border: 1px solid #e0d8ea;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: #faf8f0;
}
.option-card--noninvasive {
  border-top: 3px solid #2E5BA6;
}
.option-card--invasive {
  border-top: 3px solid #a87830;
}
.option-card--surgical {
  border-top: 3px solid #5B3280;
}
.option-card.option-noninvasive {
  border-top: 3px solid #2E5BA6;
}
.option-card.option-invasive {
  border-top: 3px solid #a87830;
}
.option-card.option-surgical {
  border-top: 3px solid #5B3280;
}

.option-card-header {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.option-type {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.option-noninvasive .option-type {
  color: #2E5BA6;
}
.option-invasive .option-type {
  color: #a87830;
}
.option-surgical .option-type {
  color: #5B3280;
}

.option-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.option-rows {
  display: flex;
  flex-direction: column;
}

.option-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #e0d8ea;
  font-size: 0.82rem;
  line-height: 1.45;
}
.option-row:last-child {
  border-bottom: none;
}

.opt-key {
  font-weight: 600;
  color: #3a2a4a;
  font-size: 0.75rem;
}

.opt-val {
  color: #6b5880;
}

.option-ask {
  font-size: 0.8rem;
  color: #3a2a4a;
  line-height: 1.5;
  background: #f8f4fd;
  border-radius: 6px;
  padding: 0.6rem 0.75rem;
  border-left: 2px solid #9d6ec4;
}
.option-ask strong {
  font-weight: 600;
  color: #5B3280;
}

@media (max-width: 960px) {
  .options-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .option-row {
    grid-template-columns: 100px 1fr;
  }
}
.results-diagnosis {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
  padding: 2rem 0 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e0d8ea;
}

.results-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a45a8;
  margin-bottom: 0.6rem;
}

.results-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.results-note {
  font-size: 0.875rem;
  color: #6b5880;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.results-disclaimer {
  font-size: 0.75rem;
  color: #9a8aaa;
  font-style: italic;
  line-height: 1.5;
}

.results-condition-card {
  background: #f4f0d8;
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  overflow: hidden;
}

.condition-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #5B3280;
  padding: 0.85rem 1.1rem;
  background: #f8f4fd;
  border-bottom: 1px solid #ede5f8;
  letter-spacing: -0.01em;
}

.condition-rows {
  display: flex;
  flex-direction: column;
}

.condition-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0.75rem;
  padding: 0.55rem 1.1rem;
  border-bottom: 1px solid #e0d8ea;
  font-size: 0.78rem;
  line-height: 1.45;
}
.condition-row:last-child {
  border-bottom: none;
}
.condition-row span:first-child {
  font-weight: 600;
  color: #3a2a4a;
  font-size: 0.72rem;
}
.condition-row span:last-child {
  color: #6b5880;
}

.results-section-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a8aaa;
  padding: 2rem 0 0.85rem;
  border-top: 1px solid #e0d8ea;
  margin-top: 0.5rem;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.treatment-card {
  border-radius: 10px;
  border: 1px solid #e0d8ea;
  padding: 1.1rem 1.25rem 1.25rem;
  background: #faf8f0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.treatment-card:hover {
  transform: translateY(-2px);
  border-color: #9d6ec4;
}
.treatment-card.tc-advanced {
  border-style: dashed;
}

.tc-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tc-invasiveness {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.tc-noninvasive .tc-invasiveness {
  color: #2E5BA6;
}
.tc-surgical .tc-invasiveness {
  color: #5B3280;
}
.tc-advanced .tc-invasiveness {
  color: #8e3040;
}

.tc-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.tc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.5rem;
  background: #f4f0d8;
  border-radius: 6px;
  padding: 0.6rem 0.75rem;
}

.tc-stat {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.tc-stat-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9a8aaa;
}

.tc-stat-val {
  font-size: 0.8rem;
  font-weight: 600;
  color: #18101f;
}

.tc-note {
  font-size: 0.78rem;
  color: #6b5880;
  line-height: 1.55;
}

.tc-noninvasive {
  border-top: 3px solid #2E5BA6;
}

.tc-surgical {
  border-top: 3px solid #5B3280;
}

.tc-advanced {
  border-top: 3px solid #B84655;
}

.results-articles {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.results-article-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid #e0d8ea;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.results-article-row:hover {
  background: #f8f4fd;
}
.results-article-row:last-child {
  border-bottom: none;
}

.results-article-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #18101f;
  line-height: 1.3;
}

.results-trials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.results-trial-card {
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  background: #faf8f0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: border-color 0.15s ease;
}
.results-trial-card:hover {
  border-color: #9d6ec4;
}
.results-trial-card .trial-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #18101f;
  line-height: 1.3;
}

@media (max-width: 960px) {
  .results-diagnosis {
    grid-template-columns: 1fr;
  }
  .treatment-grid {
    grid-template-columns: 1fr 1fr;
  }
  .results-trials {
    grid-template-columns: 1fr;
  }
  .results-article-row {
    grid-template-columns: 120px 1fr auto;
  }
}
@media (max-width: 640px) {
  .treatment-grid {
    grid-template-columns: 1fr;
  }
  .results-article-row {
    grid-template-columns: 1fr auto;
  }
  .results-article-row .cat-badge {
    display: none;
  }
}
.submit-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}

.submit-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  font-size: 0.825rem;
  font-weight: 600;
  color: #3a2a4a;
}

.req {
  color: #B84655;
}

.form-input {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #18101f;
  background: #faf8f0;
  border: 1px solid #e0d8ea;
  border-radius: 6px;
  padding: 0.6rem 0.875rem;
  outline: none;
  transition: border-color 0.15s ease;
  width: 100%;
}
.form-input::placeholder {
  color: #9a8aaa;
}
.form-input:focus {
  border-color: #5B3280;
}
.form-input.form-textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.55;
}

.form-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  margin-top: 0.2rem;
}

.radio-opt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #6b5880;
  cursor: pointer;
}
.radio-opt input {
  accent-color: #5B3280;
}

.submit-success {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8f4fd;
  border: 1px solid #ede5f8;
  border-radius: 10px;
  padding: 1.25rem;
  margin-top: 1rem;
  color: #5B3280;
}
.submit-success strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.submit-success p {
  font-size: 0.85rem;
  color: #6b5880;
}

.submit-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.submit-info-box {
  background: #f4f0d8;
  border: 1px solid #e0d8ea;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}
.submit-info-box h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.975rem;
  font-weight: 700;
  color: #18101f;
  margin-bottom: 0.75rem;
}
.submit-info-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.submit-info-box li {
  font-size: 0.825rem;
  color: #6b5880;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}
.submit-info-box li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #9d6ec4;
  font-size: 0.75rem;
}

@media (max-width: 960px) {
  .submit-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .form-row-split {
    grid-template-columns: 1fr;
  }
}
.about-section {
  padding: 2rem 0;
  border-bottom: 1px solid #e0d8ea;
}
.about-section:first-of-type {
  padding-top: 0.5rem;
}
.about-section:last-child {
  border-bottom: none;
}
.about-section p {
  font-size: 0.925rem;
  color: #6b5880;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}
.about-section p:last-child {
  margin-bottom: 0;
}

.about-h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #18101f;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.about-nevers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.never-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #6b5880;
}

.never-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #f8e5e8;
  color: #B84655;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer {
  background: #1a1028;
  padding: 3.5rem 2rem 0;
  margin-top: 4rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 0.75rem;
}
.footer-logo .logo-bad {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: #D1A049;
}
.footer-logo .logo-knees {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer-brand p {
  font-size: 0.825rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-col-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 0.35rem;
}

.footer-col a {
  font-size: 0.825rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.15s ease;
}
.footer-col a:hover {
  color: #D1A049;
}

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 0;
}
.footer-bottom p {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.5;
}

@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
