/* YORXEN home — Operator Notes direction, selected 2026-08-14.
   Scoped to .op-home so secondary pages keep their existing layout. */
.op-home{background:#e9e7e2}
.op-home .rv,.op-home .rv.in{opacity:1;transform:none}
.op-home #hero{padding:126px 0 92px}
.op-home .op-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:72px;align-items:center}
.op-home .op-kicker{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}
.op-home .op-title{font-family:var(--accent-serif);font-size:clamp(44px,5.7vw,76px);font-weight:700;line-height:.99;letter-spacing:-.035em;text-wrap:balance}
.op-home .op-lead{max-width:570px;margin-top:26px;font-size:17px;line-height:1.68;color:var(--gray)}
.op-home .op-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.op-home .op-text-link{font-size:14px;font-weight:700;text-underline-offset:4px}

.op-home .op-note{position:relative;background:#f7f2e8;border:1px solid #b7b0a3;padding:30px 32px;transform:rotate(1.1deg);box-shadow:0 22px 38px -28px rgba(28,26,22,.62)}
.op-home .op-note::before{content:"";position:absolute;top:-10px;left:50%;width:74px;height:20px;transform:translateX(-50%) rotate(-2deg);background:rgba(158,192,230,.55)}
.op-home .op-note-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:2px solid var(--ink)}
.op-home .op-note-head strong{font-size:18px}
.op-home .op-note-head span{font-family:var(--mono);font-size:9px;line-height:1.45;letter-spacing:.06em;text-align:right;color:var(--gray)}
.op-home .op-note-row{display:grid;grid-template-columns:132px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid #d7d0c4;font-size:13px;line-height:1.5}
.op-home .op-note-row span{color:var(--gray)}
.op-home .op-note-row b{font-weight:700}
.op-home .op-margin-note{margin-top:18px;padding-left:14px;border-left:3px solid var(--blue);font-size:13px;line-height:1.6;color:var(--blue);font-weight:700}

.op-home .op-section{padding:92px 0}
.op-home .op-section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:end;margin-bottom:40px}
.op-home .op-section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.03em;text-wrap:balance}
.op-home .op-section-head p{max-width:540px;font-size:15px;line-height:1.72;color:var(--gray)}
.op-home .op-steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.op-home .op-step{min-height:250px;padding:30px;border-left:1px solid var(--line)}
.op-home .op-step:first-child{border-left:0}
.op-home .op-step em{font-family:var(--mono);font-size:9.5px;font-style:normal;font-weight:700;letter-spacing:.12em;color:var(--blue)}
.op-home .op-step h3{margin:30px 0 9px;font-size:20px;line-height:1.2}
.op-home .op-step p{font-size:13px;line-height:1.68;color:var(--gray)}

.op-home .op-honesty{background:#dcd8cf;padding:92px 0}
.op-home .op-honesty-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px}
.op-home .op-honesty h2{font-family:var(--accent-serif);font-size:clamp(36px,4.5vw,52px);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}
.op-home .op-list{list-style:none;border-top:1px solid rgba(28,26,22,.3)}
.op-home .op-list li{display:grid;grid-template-columns:28px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid rgba(28,26,22,.3);font-size:15px;line-height:1.58}
.op-home .op-list i{font-style:normal;color:var(--blue);font-weight:700}
.op-home .op-list b{display:block;margin-bottom:3px}
.op-home .op-list span{color:var(--gray);font-size:13px}

.op-home .op-two{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.op-home .op-two article{padding:34px 36px;border-bottom:1px solid var(--line)}
.op-home .op-two article:nth-child(odd){border-right:1px solid var(--line)}
.op-home .op-two small{font-family:var(--mono);font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.op-home .op-two h3{margin:18px 0 8px;font-size:21px}
.op-home .op-two p{font-size:13.5px;line-height:1.68;color:var(--gray)}
.op-home .op-two a{display:inline-block;margin-top:14px;font-size:13.5px;font-weight:700;color:var(--blue);text-decoration:none}
.op-home .op-two a:hover{text-decoration:underline}

.op-home #cta{padding:78px 0}
.op-home #cta h2{font-family:var(--accent-serif);font-size:clamp(34px,4.6vw,54px)}

@media(max-width:900px){
  .op-home .op-hero-grid,.op-home .op-section-head,.op-home .op-honesty-grid{grid-template-columns:1fr;gap:38px}
  .op-home #hero{padding:108px 0 70px}
  .op-home .op-steps{grid-template-columns:1fr}
  .op-home .op-step{min-height:0;border-left:0;border-top:1px solid var(--line)}
  .op-home .op-step:first-child{border-top:0}
}
@media(max-width:620px){
  .op-home .op-title{font-size:40px}
  .op-home .op-lead{font-size:16px}
  .op-home .op-note{padding:24px 20px;transform:rotate(.5deg)}
  .op-home .op-note-row{grid-template-columns:1fr;gap:4px}
  .op-home .op-section,.op-home .op-honesty{padding:68px 0}
  .op-home .op-two{grid-template-columns:1fr}
  .op-home .op-two article:nth-child(odd){border-right:0}
  .op-home .op-two article{padding:28px 20px}
}
