.why.why-editorial { padding:80px 56px 64px; background:#080c13; }
.why-story { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.14fr); gap:clamp(36px,5vw,80px); margin-top:42px; align-items:stretch; }
.why-photo { margin:0; position:relative; overflow:hidden; border-radius:4px; min-height:480px; background:#151b20; }
.why-photo img { display:block; width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:48% center; }
.why-photo::after { content:''; position:absolute; inset:40% 0 0; background:linear-gradient(transparent,#06080ded); pointer-events:none; }
.why-photo figcaption { position:absolute; bottom:0; left:0; right:0; padding:32px; z-index:1; }
.why-photo figcaption span { font-family:'Cormorant Garamond',Georgia,serif; color:#fff; font-size:38px; line-height:1.1; }
.why-photo figcaption p { color:#d5d9de; font-size:13px; line-height:1.6; margin:12px 0 0; max-width:30ch; }
.why-principles { display:flex; flex-direction:column; }
.why-step { display:grid; grid-template-columns:48px minmax(0,1fr); gap:20px; padding:25px 12px 27px 0; border-top:1px solid #ffffff20; text-decoration:none; transition:background .25s; flex:1; }
.why-step:last-child { border-bottom:1px solid #ffffff20; }
.why-step:hover { background:#e8c97a08; }
.why-step:focus-visible { outline:2px solid #e8c97a; outline-offset:5px; }
.why-step-num { font-family:'Cormorant Garamond',Georgia,serif; font-size:31px; line-height:1; color:#d8b96e; }
.why-step h3 { font-family:'Cormorant Garamond',Georgia,serif; font-size:29px; font-weight:500; color:#f1f1ef; line-height:1.15; margin:0 0 10px; }
.why-step p { color:#b7bec8; font-size:14px; font-weight:400; line-height:1.7; max-width:57ch; margin:0 0 16px; }
.why-step-link { display:flex; align-items:center; justify-content:space-between; gap:20px; color:#e8c97a; font-size:12px; line-height:1.5; }
.why-step-link > span { display:inline-block; font-size:19px; transition:transform .2s; }
.why-step:hover .why-step-link > span { transform:translate(3px,-2px); }
#fairchoice-team { scroll-margin-top:100px; padding-top:64px; }
#why-fairchoice { scroll-margin-top:100px; }
#fairchoice-team .team-grid { margin-top:36px; }
@media(max-width:820px) {
  .why.why-editorial { padding:60px 20px 40px; }
  .why-story { grid-template-columns:1fr; gap:28px; margin-top:30px; }
  .why-photo { min-height:340px; }
  .why-photo figcaption { padding:24px; }
  .why-photo figcaption span { font-size:32px; }
  .why-step { grid-template-columns:32px minmax(0,1fr); gap:14px; padding:24px 0; }
  .why-step h3 { font-size:27px; }
  #fairchoice-team { padding-top:48px; }
}
@media(prefers-reduced-motion:reduce) { .why-step,.why-step-link > span { transition:none; } .why-step:hover .why-step-link > span { transform:none; } }
