/* Adira Jr — editorial brand philosophy section */
.story.story-editorial{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
  gap:52px;
  align-items:center;
}
.story-editorial .story-media{
  border-radius:32px;
  overflow:hidden;
  background:#eee5da;
  box-shadow:0 24px 70px rgba(60,43,31,.07);
}
.story-editorial .story-media img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.story-editorial .story-copy{
  padding:30px 8px 30px 12px;
}
.story-editorial h2{
  max-width:650px;
  margin:13px 0 22px;
  font-size:clamp(2.75rem,4.4vw,4.9rem);
  line-height:.98;
}
.story-editorial .story-intro{
  max-width:640px;
  margin:0;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
}
.story-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:34px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.story-principle{
  min-width:0;
  padding:22px 18px 22px 0;
}
.story-principle + .story-principle{
  border-left:1px solid var(--line);
  padding-left:18px;
}
.story-number{
  display:block;
  margin-bottom:12px;
  color:#7e8a86;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.16em;
}
.story-principle strong{
  display:block;
  margin-bottom:7px;
  font-size:.94rem;
  line-height:1.35;
}
.story-principle p{
  margin:0;
  font-size:.82rem;
  line-height:1.6;
}
.story-editorial .story-link{
  display:inline-flex;
  align-items:center;
  margin-top:26px;
  padding-bottom:3px;
  border-bottom:1px solid currentColor;
  font-weight:800;
  font-size:.9rem;
}
.story-editorial .story-link:hover{opacity:.68}

@media(max-width:1020px){
  .story.story-editorial{grid-template-columns:1fr;gap:28px}
  .story-editorial .story-media img{aspect-ratio:16/10;object-position:center 38%}
  .story-editorial .story-copy{padding:16px 8px 6px}
}
@media(max-width:760px){
  .story.story-editorial{gap:20px}
  .story-editorial .story-media{border-radius:24px}
  .story-editorial .story-media img{aspect-ratio:4/5;object-position:center center}
  .story-editorial .story-copy{padding:12px 2px 0}
  .story-editorial h2{font-size:clamp(2.55rem,13vw,3.9rem);margin-bottom:18px}
  .story-editorial .story-intro{font-size:.98rem;line-height:1.7}
  .story-principles{grid-template-columns:1fr;margin-top:28px}
  .story-principle{padding:18px 0}
  .story-principle + .story-principle{border-left:0;border-top:1px solid var(--line);padding-left:0}
  .story-number{margin-bottom:8px}
  .story-principle strong{font-size:1rem}
  .story-principle p{font-size:.88rem}
}
