.obPage{--ob-red:#be1e2e;--ob-red-soft:#cd2f3e;width:100%;background:#fff;font-family:Jost,sans-serif;color:#1a1a1a;box-sizing:border-box}.obPage__hero{position:relative;padding:calc(var(--navbar-height, 80px) + 56px) clamp(16px,4vw,32px) 48px;background:radial-gradient(ellipse 80% 60% at 100% 0,rgba(190,30,46,.08) 0,transparent 55%),linear-gradient(180deg,#fff8f8,#fff);border-bottom:1px solid rgba(190,30,46,.12)}.obPage__heroInner{max-width:1100px;margin:0 auto}.obPage__heroContent{display:flex;flex-direction:column}.obPage__eyebrow{margin:0 0 16px;font-size:12px;font-weight:700;letter-spacing:.18em}.obPage__eyebrow,.obPage__title{text-transform:uppercase;color:var(--ob-red)}.obPage__title{margin:0 0 20px;display:flex;flex-direction:column;font-size:clamp(48px,9vw,88px);font-weight:800;line-height:.9;letter-spacing:-.04em}.obPage__subtitle{margin:0;max-width:54ch;font-size:clamp(16px,1.8vw,20px);font-weight:500;line-height:1.65;color:#4a4a4a}.obPage__body{max-width:1100px;margin:0 auto;padding:48px clamp(16px,4vw,32px) 80px;box-sizing:border-box}.obPage__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.obPage__item{display:grid;grid-template-columns:64px minmax(180px,280px) minmax(0,1fr);gap:28px 32px;align-items:center;padding:36px 0;border-top:1px solid rgba(190,30,46,.14)}.obPage__item:last-child{border-bottom:1px solid rgba(190,30,46,.14)}.obPage__itemIndex{font-size:15px;font-weight:800;letter-spacing:.08em;color:var(--ob-red)}.obPage__itemMedia{width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden;border:2px solid rgba(190,30,46,.2);background:#ececec}.obPage__itemMedia img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease,opacity .25s ease}.obPage__item:hover .obPage__itemMedia img{transform:scale(1.04)}.obPage__itemCopy{min-width:0}.obPage__itemCat{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ob-red)}.obPage__itemTitle{margin:0 0 10px;font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#1a1a1a;text-transform:capitalize}.obPage__itemDesc{margin:0;font-size:clamp(15px,1.5vw,17px);font-weight:400;line-height:1.65;color:#555;max-width:52ch}.obPage__ctaRow{display:flex;justify-content:center;margin-top:48px}.obPage__cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:50px;background:var(--ob-red);color:#fff;font-size:18px;font-weight:700;text-decoration:none;box-shadow:0 10px 28px rgba(190,30,46,.3);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.obPage__cta:hover{background:#9e1825;transform:translateY(-2px);box-shadow:0 14px 32px rgba(190,30,46,.4)}@media (max-width:900px){.obPage__item{grid-template-columns:48px 1fr;gap:16px 20px}.obPage__itemMedia{grid-column:2;max-width:320px}.obPage__itemCopy{grid-column:1/-1}}@media (max-width:640px){.obPage__hero{padding:calc(var(--navbar-height, 80px) + 36px) 16px 36px}.obPage__body{padding:28px 16px 64px}.obPage__item{grid-template-columns:36px 1fr;padding:28px 0}.obPage__itemMedia{max-width:none}.obPage__cta{width:100%}}