.rr-practice{background:var(--paper);padding:var(--section-pad) 0;position:relative}.rr-practice__inner{margin:0 auto;max-width:1400px;padding:0 var(--gutter)}.rr-practice__header{align-items:end;display:grid;gap:var(--gutter);grid-template-columns:1fr 1fr;margin-bottom:5rem}.rr-practice__label{margin-bottom:1.5rem}.rr-practice__title{color:var(--ink);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;letter-spacing:-.02em;line-height:1;margin:0;max-width:12ch}.rr-practice__title span{color:var(--terra)}.rr-practice__intro,.rr-practice__intro p{color:var(--ink-soft);font-family:var(--font-body);font-size:1.05rem;line-height:1.7;margin:0;max-width:30rem}.rr-practice__list{counter-reset:practice-counter}.rr-practice__item{align-items:start;border-top:1px solid var(--hair);cursor:pointer;display:grid;gap:var(--gutter);grid-template-columns:1fr 4fr 1fr;padding:3.5rem 0;position:relative;transition:padding .4s ease}.rr-practice__item:last-child{border-bottom:1px solid var(--hair)}.rr-practice__item:hover{padding-left:.5rem}.rr-practice__item:before{color:var(--terra);content:counter(practice-counter,decimal-leading-zero);counter-increment:practice-counter;font-family:var(--font-label);font-size:.7rem;font-weight:500;grid-column:1;grid-row:1;letter-spacing:.2em;padding-top:.5rem}.rr-practice__item-content{grid-column:2}.rr-practice__item-content h2,.rr-practice__item-content h3{color:var(--ink);font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:400;letter-spacing:-.01em;line-height:1.1;margin:0 0 1rem;transition:color .3s ease}.rr-practice__item:hover .rr-practice__item-content h2,.rr-practice__item:hover .rr-practice__item-content h3{color:var(--terra)}.rr-practice__item-content p{color:var(--ink-soft);font-family:var(--font-body);font-size:1.02rem;line-height:1.7;margin:0 0 1.25rem;max-width:42rem}.rr-practice__item-content ul{color:var(--ink-soft);display:flex;flex-direction:column;font-family:var(--font-label);font-size:.82rem;font-weight:500;gap:.6rem;letter-spacing:.08em;list-style:none;margin:1.75rem 0 0;padding:0;text-transform:uppercase}.rr-practice__item-content li{line-height:1.35;padding-left:1.15rem;position:relative}.rr-practice__item-content li:before{background:var(--terra);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:.62em;transform:translateY(-50%);width:4px}@media (max-width:800px){.rr-practice__header{gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}.rr-practice__item{gap:1.5rem;grid-template-columns:max-content 1fr;padding:2.5rem 0}.rr-practice__item-content{grid-column:2}}