.site-directory{display:flex;gap:18px 28px;flex-wrap:wrap;padding-top:28px;padding-bottom:28px;border-top:1px solid var(--line);font-size:13px}
.story-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.story-preview-card{display:block;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;text-decoration:none;color:var(--ink);padding-bottom:24px}
.story-preview-card img{display:block;width:100%;height:210px;object-fit:cover;object-position:top}
.story-preview-card h3,.story-preview-card p,.story-preview-card>span{margin:18px 24px 0;display:block}
.story-preview-card h3{font-size:22px}.story-preview-card p{font-size:13px;color:var(--muted)}.story-preview-card>span{font-size:13px;text-decoration:underline;text-underline-offset:4px}
.supporting-hero{padding-top:48px;padding-bottom:44px}.supporting-hero>.text-link{display:inline-flex;min-height:44px;align-items:center;margin-bottom:24px}
.supporting-hero h1{font-size:clamp(44px,6vw,80px);line-height:1.1;margin:16px 0 24px}.supporting-hero>p:last-child{font-size:18px;max-width:700px;color:var(--muted)}
.practice-topics{display:flex;gap:12px;flex-wrap:wrap;padding-bottom:32px}.practice-topics a{border:1px solid var(--line);padding:12px 18px;border-radius:24px;font-size:13px}
.practice-section{padding-top:32px;padding-bottom:24px;scroll-margin-top:100px}.practice-section h2{font-size:32px;margin:0 0 24px}.practice-section .legacy-profile{margin:14px 0}
.supporting-next{padding-top:48px;padding-bottom:64px}.supporting-next h2{font-size:32px;margin-bottom:24px}
.story-controls{padding:24px;margin:24px 0;background:#edf3e8;border-radius:16px}.story-controls label{display:block;font-size:14px;font-weight:700;margin-bottom:12px}.story-controls>div{display:flex;gap:18px;align-items:center}.story-controls input{min-width:0;width:100%;min-height:48px;padding:12px;border:1px solid #84977d;border-radius:8px;font:inherit;background:white;color:var(--ink)}.story-controls button{flex-shrink:0;min-height:44px;border:0;background:transparent;text-decoration:underline;font:inherit;cursor:pointer}.story-controls p{margin-bottom:0;font-size:13px}.story-pagination{padding:24px 0}
.supporting-page [hidden]{display:none!important}.supporting-page .legacy-experiences{padding-top:40px}
.supporting-page details{scroll-margin-top:110px}
@media(max-width:700px){.story-preview-grid{grid-template-columns:1fr}.story-preview-card{display:grid;grid-template-columns:100px 1fr;padding:0 14px 14px 0;column-gap:14px}.story-preview-card img{grid-row:1/4;height:100%;min-height:148px}.story-preview-card h3,.story-preview-card p,.story-preview-card>span{margin:14px 0 0}.story-preview-card h3{font-size:19px}.supporting-page .header-inner>.button{display:none}.story-controls>div{align-items:stretch;flex-direction:column}.story-controls button{align-self:flex-start}}

.no-js .header{position:static}
.practice-context>.collaboration,.practice-context>.sports-evidence{margin:0;padding:24px;border-top:1px solid var(--line)}

/* Calm, editorial supporting pages: lead with people and content, not controls. */
.supporting-hero{padding-top:38px;padding-bottom:42px}
.supporting-hero h1{font-size:clamp(44px,6vw,68px);max-width:900px}
.supporting-hero>p:last-child{max-width:720px;font-size:17px;line-height:1.7}
.practice-profile{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:clamp(28px,5vw,68px);align-items:center;margin:24px 0 42px;padding:28px;background:#f2f4eb;border-radius:22px}
.practice-profile img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px}
.practice-profile h3{font-size:36px;margin:6px 0 14px}
.practice-profile p,.practice-profile li{font-size:15px;line-height:1.7}
.practice-profile ul{margin:18px 0;padding-left:20px}
.story-collection{border-top:1px solid var(--line);padding-top:8px}
.story-collection .story-controls{margin-top:0}
.legacy-experience-audio{margin-top:28px}
@media(max-width:760px){
  .supporting-hero{padding-top:24px;padding-bottom:30px}
  .supporting-hero h1{font-size:42px}
  .practice-profile{grid-template-columns:1fr;padding:20px;gap:22px}
  .practice-profile img{max-height:410px;object-position:50% 20%}
  .practice-profile h3{font-size:30px}
  .practice-topics{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}
  .practice-topics a{white-space:nowrap;flex:none}
}

/* Supporting pages share the same editorial rhythm as the home page. */
.supporting-hero{display:grid;grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);grid-template-areas:"back title" "eyebrow title" ". intro";column-gap:clamp(46px,8vw,120px);row-gap:8px;padding-top:clamp(48px,6vw,82px);padding-bottom:clamp(62px,8vw,108px);align-items:start}
.supporting-hero>.text-link{grid-area:back;margin:0;color:var(--muted);align-self:start}
.supporting-hero>.eyebrow{grid-area:eyebrow;margin:8px 0 0}
.supporting-hero h1{grid-area:title;max-width:900px;margin:0;font-size:clamp(48px,5.6vw,76px);line-height:1.04}
.supporting-hero>p:last-child{grid-area:intro;max-width:720px;margin:17px 0 0;font-size:18px;line-height:1.7}
.practice-topics{gap:4px 20px;padding:0 0 40px;border-bottom:1px solid var(--line)}
.practice-topics a{padding:10px 0;border:0;border-bottom:1px solid transparent;border-radius:0;color:var(--muted);text-decoration:none}
.practice-topics a:hover{color:var(--ink);border-color:var(--ink)}
.practice-section{padding-top:54px;padding-bottom:38px}
.practice-section h2{margin-bottom:30px;font-size:clamp(30px,3.3vw,42px)}
.practice-profile{gap:clamp(34px,6vw,78px);margin:18px 0 50px;padding:0;border-radius:0;background:transparent}
.practice-profile img{border-radius:24px;box-shadow:var(--soft-shadow)}
.practice-profile h3{font-size:clamp(32px,4vw,44px)}
.supporting-page .legacy-profile{border-color:var(--line)}
.supporting-page .legacy-profile>summary{padding-block:20px;font-size:16px}
.supporting-next{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:56px;padding-top:46px;padding-bottom:70px;border-top:1px solid var(--line)}
.supporting-next h2{max-width:650px;margin:0;font-size:clamp(30px,3.5vw,44px)}
.story-preview-grid{gap:28px}
.story-preview-card{padding-bottom:26px}
.story-preview-card img{height:230px}
.story-controls{display:grid;grid-template-columns:minmax(180px,.32fr) 1fr auto;gap:18px 28px;align-items:end;margin:32px 0 36px;padding:0 0 28px;border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.story-controls label{margin:0;align-self:center}
.story-controls>div{gap:14px}
.story-controls input{min-height:50px;border-color:rgb(23 58 48 / .28);border-radius:10px;background:var(--white)}
.story-controls p{align-self:center;margin:0}
.story-collection{padding-top:16px}

@media(max-width:760px){
  .supporting-hero{display:block;padding-top:30px;padding-bottom:60px}
  .supporting-hero>.text-link{margin-bottom:34px}
  .supporting-hero>.eyebrow{margin-bottom:16px}
  .supporting-hero h1{font-size:clamp(43px,13vw,58px)}
  .supporting-hero>p:last-child{margin-top:20px;font-size:16px}
  .practice-topics{padding-bottom:24px}
  .practice-section{padding-top:42px}
  .practice-profile{padding:0}
  .supporting-next{display:block;margin-top:36px;padding-top:36px}
  .supporting-next .button{margin-top:24px}
  .story-controls{display:block;padding-bottom:24px}
  .story-controls label{margin-bottom:12px}
  .story-controls p{margin-top:14px}
}
