.method-hero { background-image: url('../images/coaching.jpeg'); background-position: center; }
.how-we-work { background: var(--paper); }
.coaching-section { background: var(--soft); }
.coaching-tags { margin-top: 100px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.coaching-tags span { min-height: 88px; padding: 30px 18px 28px 0; border-bottom: 1px solid var(--ink); font-size: 20px; }
.coaching-tags span:nth-child(odd) { border-right: 1px solid var(--ink); }
.coaching-tags span:nth-child(even) { padding-left: 36px; }

.ora-section { position: relative; min-height: 88vh; padding: 120px 60px; background: url('../images/method.jpeg') center/cover no-repeat; color: white; display: flex; align-items: center; }
.ora-overlay { position: absolute; inset: 0; background: rgba(12,12,12,.50); }
.ora-content { position: relative; z-index: 2; width: 100%; }
.ora-content > h2 { width: 100%; margin: 0; max-width: none; font-size: clamp(46px, 4vw, 62px); line-height: 1.02; }
.ora-intro { width: 100%; max-width: none; margin: 34px 0 80px; }
.ora-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.ora-grid article { border-top: 1px solid rgba(255,255,255,.75); padding-top: 18px; }
.ora-grid span { font-size: 13px; }
.ora-grid h3 { margin: 50px 0 18px; font-size: 30px; }
.ora-grid p { margin: 0; font-size: 17px; }
.method-end { background: var(--paper); }
