.st-fm {
  --st-navy: #082f3a;
  --st-teal: #07838b;
  --st-teal-dark: #05666d;
  --st-aqua: #dff4f2;
  --st-orange: #cf4c2c;
  --st-line: #d5e3e2;
  --st-muted: #59727a;
  color: var(--st-navy);
  margin: 4rem auto 1rem;
  max-width: 1180px;
  padding: 0 1.5rem;
}

.st-fm *, .st-fm *::before, .st-fm *::after { box-sizing: border-box; }
.st-fm h2, .st-fm h3, .st-fm p { margin-top: 0; }
.st-fm h2 { color: var(--st-navy); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.12; }
.st-fm h3 { color: var(--st-navy); font-size: 1.15rem; line-height: 1.3; }
.st-fm p, .st-fm li { color: var(--st-muted); font-size: 1.02rem; line-height: 1.75; }
.st-fm-label, .st-fm-eyebrow { color: var(--st-teal) !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .14em; line-height: 1.4 !important; text-transform: uppercase; }

.st-fm-intro {
  background: linear-gradient(135deg, #f1fbfa 0%, #fff 66%);
  border: 1px solid var(--st-line);
  border-radius: 28px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
}
.st-fm-intro::before { background: var(--st-orange); content: ""; height: 6px; inset: 0 0 auto; position: absolute; }
.st-fm-intro h2 { font-size: clamp(2.1rem, 5vw, 4.5rem); letter-spacing: -.035em; margin-bottom: 1.2rem; max-width: 900px; }
.st-fm-lead { font-size: clamp(1.05rem, 2vw, 1.35rem) !important; max-width: 850px; }
.st-fm-founded { align-items: center; border-top: 1px solid var(--st-line); display: flex; gap: 1.2rem; margin-top: 2rem; padding-top: 1.5rem; }
.st-fm-founded span { color: var(--st-orange); font-size: 1.8rem; font-weight: 900; }
.st-fm-founded p { margin: 0; max-width: 760px; }

.st-fm-founder { background: var(--st-navy); border-radius: 28px; color: #fff; margin-top: 1.5rem; padding: clamp(2rem, 5vw, 4rem); }
.st-fm-founder h2, .st-fm-founder h3, .st-fm-founder p { color: #fff !important; }
.st-fm-founder-heading { align-items: center; display: grid; gap: 1.5rem; grid-template-columns: auto 1fr; }
.st-fm-founder-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: .5rem; }
.st-fm-founder-heading > div:last-child > p:last-child { color: #c8dcdf; margin-bottom: 0; max-width: 760px; }
.st-fm-monogram { align-items: center; background: linear-gradient(135deg, var(--st-teal), #15b6bc); border: 4px solid rgba(255,255,255,.14); border-radius: 50%; display: flex; font-size: 1.55rem; font-weight: 900; height: 100px; justify-content: center; width: 100px; }
.st-fm-founder .st-fm-label { color: #7de0df !important; }
.st-fm-stats { border-bottom: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); margin: 2.2rem 0; padding: 1.5rem 0; }
.st-fm-stat { display: flex; flex-direction: column; gap: .25rem; }
.st-fm-stat strong { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; }
.st-fm-stat span { color: #a9c5c9; line-height: 1.45; }
.st-fm-founder-copy { columns: 2; column-gap: 3rem; }
.st-fm-founder-copy p { break-inside: avoid; color: #c8dcdf; }

.st-fm-method { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.st-fm-method > header { max-width: 820px; }
.st-fm-principles { counter-reset: principle; display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.st-fm-principle { border: 1px solid var(--st-line); border-radius: 20px; min-height: 250px; padding: 1.6rem; transition: transform .2s ease, box-shadow .2s ease; }
.st-fm-principle:hover { box-shadow: 0 14px 34px rgba(8,47,58,.1); transform: translateY(-3px); }
.st-fm-principle > span { color: var(--st-orange); display: block; font-size: .8rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 2.8rem; }
.st-fm-principle p { font-size: .96rem; margin-bottom: 0; }

.st-fm-experience { background: #f4f9f8; border-radius: 28px; padding: clamp(2rem, 5vw, 4rem); }
.st-fm-experience > div { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.st-fm-experience-card { background: #fff; border-left: 4px solid var(--st-teal); border-radius: 12px; padding: 1.5rem; }
.st-fm-experience-card p { font-size: .96rem; margin-bottom: 0; }

.st-fm-audience { padding: clamp(3.5rem, 7vw, 6rem) 0 2rem; }
.st-fm-audience-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.st-fm-audience-grid article { border: 1px solid var(--st-line); border-radius: 20px; padding: 1.8rem; }
.st-fm-audience-grid article:first-child { border-top: 5px solid var(--st-teal); }
.st-fm-audience-grid article:last-child { border-top: 5px solid var(--st-orange); }
.st-fm-audience ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.st-fm-audience li { padding: .55rem 0 .55rem 1.7rem; position: relative; }
.st-fm-audience li::before { color: var(--st-teal); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.st-fm-notes { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; margin: 1rem 0 4rem; }
.st-fm-notes article { background: var(--st-aqua); border-radius: 20px; padding: 2rem; }
.st-fm-notes article:last-child { background: #fff2ed; }
.st-fm-notes h2 { font-size: 1.45rem; }
.st-fm-notes p { margin-bottom: 0; }

.st-fm-cta { align-items: center; background: linear-gradient(135deg, var(--st-teal-dark), var(--st-teal)); border-radius: 28px; display: flex; gap: 2rem; justify-content: space-between; padding: clamp(2rem, 5vw, 3.5rem); }
.st-fm-cta h2, .st-fm-cta p { color: #fff; }
.st-fm-cta p { margin-bottom: 0; max-width: 620px; }
.st-fm-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .75rem; }
.st-fm-button { border: 2px solid #fff; border-radius: 999px; display: inline-flex; font-weight: 800; justify-content: center; padding: .8rem 1.25rem; text-decoration: none !important; }
.st-fm-button-primary { background: #fff; color: var(--st-teal-dark) !important; }
.st-fm-button-contact { background: var(--st-orange); border-color: var(--st-orange); color: #fff !important; }
.st-fm-button:hover { filter: brightness(.96); }

.st-fm[dir="rtl"] { text-align: right; }
.st-fm[dir="rtl"] .st-fm-experience-card { border-left: 0; border-right: 4px solid var(--st-teal); }
.st-fm[dir="rtl"] .st-fm-audience li { padding-left: 0; padding-right: 1.7rem; }
.st-fm[dir="rtl"] .st-fm-audience li::before { left: auto; right: 0; }

@media (max-width: 900px) {
  .st-fm-principles, .st-fm-experience > div { grid-template-columns: repeat(2, 1fr); }
  .st-fm-stats { grid-template-columns: repeat(2, 1fr); }
  .st-fm-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .st-fm { margin-top: 2.5rem; padding: 0 .75rem; }
  .st-fm-founder-heading { align-items: start; grid-template-columns: 1fr; }
  .st-fm-monogram { height: 76px; width: 76px; }
  .st-fm-stats, .st-fm-principles, .st-fm-experience > div, .st-fm-audience-grid, .st-fm-notes { grid-template-columns: 1fr; }
  .st-fm-founder-copy { columns: 1; }
  .st-fm-actions, .st-fm-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .st-fm-principle { transition: none; }
}
