.partner-story-page .ppt-head{
  max-width:980px;
  margin-bottom:34px;
}

.partner-story-page .ppt-head>span{
  font-size:15px;
  letter-spacing:.14em;
}

.partner-story-page .ppt-head h2{
  margin-top:12px;
  font-size:clamp(46px,4.7vw,74px);
  line-height:1.08;
  letter-spacing:-.065em;
  word-break:keep-all;
}

.partner-story-page .story-lead{
  margin:24px 0 0;
  font-size:clamp(22px,2vw,31px);
  font-weight:800;
  line-height:1.45;
  letter-spacing:-.04em;
  word-break:keep-all;
}

.story-opening{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);
  align-items:center;
  gap:54px;
}

.story-opening-copy strong{
  display:block;
  font-size:clamp(54px,5.5vw,88px);
  line-height:1.02;
  letter-spacing:-.075em;
  word-break:keep-all;
}

.story-opening-copy p{
  max-width:720px;
  margin:28px 0 0;
  font-size:clamp(23px,2vw,32px);
  font-weight:750;
  line-height:1.45;
  letter-spacing:-.045em;
  word-break:keep-all;
}

.story-photo{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:34px;
  box-shadow:0 28px 70px rgba(5,18,42,.22);
}

.story-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.story-photo::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(3,13,31,.3));
  pointer-events:none;
}

.story-split{
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:56px;
}

.story-split.reverse{
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
}

.story-split.reverse .story-photo{
  order:2;
}

.story-split.reverse .story-copy{
  order:1;
}

.story-copy h3{
  margin:0;
  font-size:clamp(48px,4.3vw,70px);
  line-height:1.08;
  letter-spacing:-.065em;
  word-break:keep-all;
}

.story-copy p{
  margin:25px 0 0;
  font-size:clamp(22px,2vw,30px);
  font-weight:750;
  line-height:1.5;
  letter-spacing:-.04em;
  word-break:keep-all;
}

.story-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.story-chip-row span{
  display:inline-flex;
  align-items:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  color:#17325d;
  background:#edf3ff;
  font-size:18px;
  font-weight:850;
  letter-spacing:-.03em;
}

.ppt-dark .story-chip-row span{
  color:#fff;
  background:rgba(255,255,255,.1);
}

.story-quote-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.story-quote{
  min-height:230px;
  display:flex;
  align-items:center;
  padding:34px 38px;
  border-radius:30px;
  background:#f3f6fb;
  font-size:clamp(27px,2.3vw,39px);
  font-weight:900;
  line-height:1.35;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.story-quote::before{
  content:'“';
  align-self:flex-start;
  margin-right:14px;
  color:#3575ff;
  font-size:60px;
  line-height:.9;
}

.ppt-dark .story-quote{
  color:#fff;
  background:rgba(255,255,255,.08);
}

.story-question-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.story-question-grid article{
  min-height:265px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:32px;
  border-radius:30px;
  background:#f3f6fb;
  text-align:center;
}

.story-question-grid b{
  color:#3474ff;
  font-size:18px;
  font-weight:950;
  letter-spacing:.08em;
}

.story-question-grid strong{
  display:block;
  margin-top:22px;
  font-size:clamp(38px,3.4vw,54px);
  line-height:1.1;
  letter-spacing:-.06em;
  word-break:keep-all;
}

.story-question-grid span{
  display:block;
  margin-top:14px;
  color:#5d6e84;
  font-size:20px;
  font-weight:750;
  line-height:1.4;
}

.ppt-dark .story-question-grid article{
  color:#fff;
  background:rgba(255,255,255,.08);
}

.ppt-dark .story-question-grid span{
  color:rgba(255,255,255,.72);
}

.story-fit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}

.story-fit-grid article{
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border:1px solid rgba(20,45,82,.1);
  border-radius:28px;
  background:#fff;
  font-size:clamp(25px,2vw,34px);
  font-weight:900;
  line-height:1.3;
  letter-spacing:-.05em;
  text-align:center;
  word-break:keep-all;
}

.ppt-dark .story-fit-grid article{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.08);
}

.story-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.story-step-grid article{
  position:relative;
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:28px 18px;
  border-radius:30px;
  background:#f3f6fb;
  text-align:center;
}

.story-step-grid article:not(:last-child)::after{
  content:'→';
  position:absolute;
  right:-25px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:50%;
  color:#fff;
  background:#3f73ff;
  font-size:24px;
  font-weight:950;
}

.story-step-grid b{
  color:#3474ff;
  font-size:17px;
  font-weight:950;
}

.story-step-grid strong{
  display:block;
  margin-top:22px;
  font-size:clamp(31px,2.6vw,43px);
  line-height:1.1;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.story-step-grid span{
  display:block;
  margin-top:13px;
  color:#5d6e84;
  font-size:18px;
  font-weight:750;
  line-height:1.4;
}

.ppt-dark .story-step-grid article{
  color:#fff;
  background:rgba(255,255,255,.08);
}

.ppt-dark .story-step-grid span{
  color:rgba(255,255,255,.72);
}

.story-week-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.story-week-grid article{
  min-height:190px;
  display:flex;
  align-items:center;
  gap:24px;
  padding:30px 34px;
  border-radius:30px;
  background:#f3f6fb;
}

.story-week-grid b{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,#3474ff,#6f5dff);
  font-size:18px;
  font-weight:950;
}

.story-week-grid strong{
  display:block;
  font-size:clamp(29px,2.3vw,40px);
  line-height:1.15;
  letter-spacing:-.055em;
  word-break:keep-all;
}

.story-week-grid span{
  display:block;
  margin-top:9px;
  color:#5d6e84;
  font-size:18px;
  font-weight:750;
  line-height:1.4;
}

.ppt-dark .story-week-grid article{
  color:#fff;
  background:rgba(255,255,255,.08);
}

.ppt-dark .story-week-grid span{
  color:rgba(255,255,255,.72);
}

.story-final{
  display:flex;
  min-height:560px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.story-final small{
  color:#76a8ff;
  font-size:16px;
  font-weight:950;
  letter-spacing:.16em;
}

.story-final strong{
  display:block;
  max-width:1080px;
  margin-top:24px;
  font-size:clamp(50px,5.2vw,82px);
  line-height:1.13;
  letter-spacing:-.07em;
  word-break:keep-all;
}

.story-final strong em{
  color:#79a9ff;
  font-style:normal;
}

@media(max-width:980px){
  .story-opening,
  .story-split,
  .story-split.reverse{
    grid-template-columns:1fr;
    gap:28px;
  }

  .story-split.reverse .story-photo,
  .story-split.reverse .story-copy{
    order:initial;
  }

  .story-photo{
    min-height:360px;
  }

  .story-step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .story-step-grid article:not(:last-child)::after{
    display:none;
  }
}

@media(max-width:700px){
  .partner-story-page .ppt-head{
    margin-bottom:22px;
  }

  .partner-story-page .ppt-head h2{
    font-size:36px;
    line-height:1.12;
  }

  .story-opening-copy strong,
  .story-copy h3{
    font-size:40px;
  }

  .story-opening-copy p,
  .story-copy p,
  .partner-story-page .story-lead{
    font-size:19px;
  }

  .story-photo{
    min-height:270px;
    border-radius:24px;
  }

  .story-quote-grid,
  .story-question-grid,
  .story-fit-grid,
  .story-step-grid,
  .story-week-grid{
    grid-template-columns:1fr;
  }

  .story-quote{
    min-height:150px;
    padding:24px;
    font-size:25px;
  }

  .story-question-grid article,
  .story-step-grid article{
    min-height:150px;
  }

  .story-question-grid strong,
  .story-step-grid strong{
    font-size:31px;
  }

  .story-fit-grid article{
    min-height:110px;
    font-size:25px;
  }

  .story-week-grid article{
    min-height:130px;
    padding:22px;
  }

  .story-week-grid b{
    width:54px;
    height:54px;
  }

  .story-week-grid strong{
    font-size:27px;
  }

  .story-final{
    min-height:430px;
  }

  .story-final strong{
    font-size:40px;
  }
}
