  
  .hero{padding:80px var(--gutter) 100px}
  .hero-inner{max-width:var(--container);margin:0 auto}
  .hero-title{
    font-family:var(--serif);font-weight:400;
    font-size:32px;line-height:1.28;letter-spacing:.01em;
    color:var(--text);margin-bottom:24px;
  }
  .hero-title-bold{font-weight:700}
  .hero-photo{
    display:block;margin-bottom:24px;
    border-radius:0;overflow:hidden;
  }
  .hero-photo img{width:100%;height:auto;display:block;object-fit:cover}

  
  .journey-head{margin-bottom:40px;max-width:760px}
  .journey-label{
    font-family:var(--sans);font-weight:500;
    font-size:18px;line-height:1.12;letter-spacing:.05em;
    text-transform:uppercase;color:#C9A961;margin-bottom:12px;
  }
  .journey-head .h-section{
    margin-top:0;margin-bottom:0;
    font-family:var(--serif);font-weight:700;
    font-size:32px;line-height:1.28;letter-spacing:.01em;
  }
  .journey-grid{display:block}
  .stage{
    display:grid;grid-template-columns:40px 1fr;
    column-gap:12px;row-gap:12px;align-items:start;
    padding:24px 0;border-left:none;
    border-bottom:1px solid rgba(26,24,20,.1);
  }
  .stage:first-child{border-top:1px solid rgba(26,24,20,.1)}
  .stage-num{
    grid-column:1;grid-row:1;
    font-family:var(--sans);font-weight:500;
    font-size:18px;line-height:1.28;color:#C9A961;margin:0;
  }
  .stage > div:not(.stage-num){
    grid-column:2;grid-row:1;
    font-family:var(--serif);font-weight:700;
    font-size:22px;line-height:1.28;color:var(--text);margin:0;
  }
  .stage p{
    grid-column:2;grid-row:2;
    font-family:var(--sans);font-weight:400;
    font-size:18px;line-height:1.5;color:#45413C;margin:0;
  }

  
  .cases-head{
    margin-bottom:0;max-width:720px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(26,24,20,.1);
  }
  .cases-label{
    font-family:var(--sans);font-weight:500;
    font-size:18px;line-height:1.12;letter-spacing:.05em;
    text-transform:uppercase;color:#C9A961;margin-bottom:12px;
  }
  .cases-head .h-section{
    margin-top:0;margin-bottom:16px;
    font-family:var(--serif);font-weight:700;
    font-size:32px;line-height:1.28;letter-spacing:.01em;
  }
  .cases-head p{
    font-family:var(--sans);font-weight:400;
    font-size:18px;line-height:1.5;color:#45413C;margin:0;
  }
  .cases-grid{display:block}
  .case-card{
    background:transparent;border-radius:0;
    border-bottom:1px solid rgba(26,24,20,.1);
  }
  .case-body{padding:24px 0}
  .case-tag{
    font-family:var(--sans);font-weight:500;
    font-size:18px;line-height:1.12;letter-spacing:.05em;
    text-transform:uppercase;color:#C9A961;margin-bottom:12px;
  }
  .case-title{
    font-family:var(--serif);font-weight:700;font-style:italic;
    font-size:22px;line-height:1.28;color:var(--text);margin-bottom:20px;
  }
  .case-meta{
    display:flex;flex-direction:column;gap:16px;
    margin-bottom:24px;padding-bottom:24px;
    border-bottom:1px solid rgba(26,24,20,.1);
  }
  .case-meta-item{
    display:grid;grid-template-columns:120px 1fr;
    gap:16px;align-items:start;
  }
  .case-meta-item dt{
    font-family:var(--sans);font-weight:500;
    font-size:12px;line-height:1.12;letter-spacing:.05em;
    text-transform:uppercase;color:#6B6760;margin:0;
  }
  .case-meta-item dd{
    font-family:var(--sans);font-weight:400;
    font-size:18px;line-height:1.5;color:#45413C;margin:0;
  }
  .case-details{padding-top:0}
  .case-block{margin-bottom:24px}
  .case-block:last-child{margin-bottom:0}
  .case-section-head .list-row__arrow{display:none}
  .case-section-label{
    font-family:var(--sans);font-weight:500;
    font-size:18px;line-height:1.12;letter-spacing:.05em;
    text-transform:uppercase;color:#C9A961;margin:0 0 8px;
  }
  .case-section-text{
    font-family:var(--sans);font-weight:400;
    font-size:18px;line-height:1.5;color:#45413C;margin:0;
  }

@media (min-width: 769px) {
  body.page-patients .hero { padding: 64px var(--gutter) 48px; }

  body.page-patients .hero + .section.section-white {
    padding-top: 48px;
  }

  body.page-patients .hero-inner {
    display: grid;
    grid-template-columns: minmax(300px, 420px) 1fr;
    column-gap: 64px;
    align-items: center;
  }

  body.page-patients .hero-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  body.page-patients .hero .eyebrow { margin-bottom: 12px; }

  body.page-patients .hero-title {
    margin-top: 0;
    font-size: 52px;
    line-height: 1.12;
    margin-bottom: 0;
  }

  body.page-patients .hero-photo {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    width: 100%;
    max-width: 420px;
    justify-self: start;
    aspect-ratio: 4 / 5;
    max-height: 520px;
    overflow: hidden;
  }

  body.page-patients .hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  
  body.page-patients .cases-grid {
    display: flex;
    flex-direction: column;
  }

  body.page-patients .cases-head {
    max-width: none;
    margin-bottom: 8px;
    padding-bottom: 32px;
  }

  body.page-patients .cases-head .h-section {
    font-size: 48px;
    line-height: 1.15;
  }

  body.page-patients .cases-head p {
    max-width: 640px;
  }

  body.page-patients .case-body {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    column-gap: 56px;
    row-gap: 16px;
    align-items: start;
    padding: 40px 0;
  }

  body.page-patients .case-tag { grid-column: 1; grid-row: 1; margin-bottom: 0; }
  body.page-patients .case-title {
    grid-column: 1;
    grid-row: 2;
    font-size: 24px;
    margin-bottom: 0;
  }

  body.page-patients .case-meta {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    gap: 20px;
  }

  body.page-patients .case-meta-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.page-patients .case-details {
    grid-column: 2;
    grid-row: 1 / 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
    align-self: start;
  }

  body.page-patients .case-block { margin-bottom: 0; }

  body.page-patients .case-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  body.page-patients .case-section-head .list-row__arrow {
    display: inline-block;
    flex-shrink: 0;
    margin: 0;
  }

  body.page-patients .case-section-head .case-section-label {
    margin-bottom: 0;
  }

  body.page-patients .case-section-label {
    font-size: 12px;
    letter-spacing: .05em;
    color: #C9A961;
    margin-bottom: 12px;
  }

  body.page-patients .case-section-text {
    font-size:18px;
    line-height: 1.55;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.page-patients .case-body {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  body.page-patients .case-tag,
  body.page-patients .case-title,
  body.page-patients .case-meta { grid-column: 1; grid-row: auto; }

  body.page-patients .case-details {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}