.recombinant-overview-page{color:#243746;background:#fff}
.recombinant-overview-page h1,.recombinant-overview-page h2,.recombinant-overview-page h3{color:#092742;letter-spacing:-.035em}
.recombinant-overview-page h2{font-size:32px;line-height:1.18;margin:0 0 32px}
.recombinant-overview-page section[id]{scroll-margin-top:150px}

.rp-hero{position:relative;min-height:296px;overflow:hidden;background:#061d33;color:#fff}
.rp-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,21,43,.97) 0%,rgba(4,31,58,.9) 39%,rgba(4,32,57,.18) 67%,rgba(4,24,44,.08) 100%)}
.rp-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.rp-hero-inner{position:relative;z-index:2;min-height:296px;display:flex;align-items:center}
.rp-hero-copy{width:54%;padding:48px 0}
.rp-hero h1{color:#fff;font-size:46px;line-height:1.06;margin:0 0 16px;letter-spacing:-.04em}
.rp-hero p{max-width:620px;color:#e2eef6;font-size:18px;line-height:1.6;margin:0 0 24px}
.rp-light-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 24px;border-radius:4px;background:#fff;color:#40205f;font-size:15px;font-weight:750}
.rp-light-button:hover,.rp-light-button:focus-visible{background:#eaf7f6;color:#092742}

.rp-subnav{position:sticky;top:calc(78px + var(--wp-admin--admin-bar--height,0px));z-index:15;height:60px;background:rgba(255,255,255,.97);border-bottom:1px solid #d9e2e8}
.rp-subnav-inner{height:100%;display:flex;align-items:center;gap:42px}
.rp-subnav a{display:flex;align-items:center;height:100%;font-size:15px;font-weight:700;color:#092742;white-space:nowrap}
.rp-subnav a:hover,.rp-subnav a:focus-visible{color:#159b9a}
.rp-subnav a:first-child{color:#159b9a;border-bottom:3px solid #159b9a}
.rp-subnav .rp-quick-order{height:38px;margin-left:auto;padding:0 20px;border:1px solid #159b9a;border-radius:22px;color:#159b9a}
.rp-subnav .rp-quick-order:hover,.rp-subnav .rp-quick-order:focus-visible{background:#159b9a;color:#fff}

.rp-overview{padding:64px 0 80px}
.rp-overview .container{max-width:1240px}
.rp-overview h2{max-width:760px}
.rp-overview p{max-width:930px;font-size:16px;line-height:1.72;margin:0 0 14px}
.rp-text-link{display:inline-flex;align-items:center;gap:10px;color:#159b9a;font-size:15px;font-weight:750;margin-top:14px}
.rp-text-link span{transition:transform .2s ease}
.rp-text-link:hover span,.rp-text-link:focus-visible span{transform:translateX(4px)}

.rp-collections{padding:72px 0 88px;background:#fff}
.rp-collection-rail{display:flex;height:300px;gap:10px;overflow:visible}
.rp-collection-card{position:relative;isolation:isolate;display:flex;flex:.78 1 0;min-width:0;height:100%;overflow:hidden;padding:24px;border-radius:10px;color:#fff;background:#092742;flex-direction:column;justify-content:flex-end;transition:flex .48s cubic-bezier(.22,.72,.22,1)}
.rp-collection-card:first-child{flex:2.35 1 0}
.rp-collection-card:before{content:"";position:absolute;inset:0;z-index:1;background:rgba(5,62,86,.62)}
.rp-collection-card:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(3,22,39,.02) 18%,rgba(3,24,43,.72) 100%)}
.rp-collection-card:nth-child(2):before{background:rgba(25,65,115,.64)}
.rp-collection-card:nth-child(3):before{background:rgba(5,112,109,.62)}
.rp-collection-card:nth-child(4):before{background:rgba(6,75,105,.65)}
.rp-collection-card:nth-child(5):before{background:rgba(17,54,91,.64)}
.rp-collection-card img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;transform:none}
.rp-collection-card h3,.rp-collection-card p,.rp-collection-card strong{position:relative;z-index:3;color:#fff}
.rp-collection-card h3{max-width:250px;font-size:20px;line-height:1.2;margin:0 0 10px;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.rp-collection-card p{max-width:280px;font-size:14px;line-height:1.55;margin:0 0 34px;color:#eef7f8}
.rp-collection-card strong{position:absolute;left:24px;bottom:20px;font-size:14px}
.rp-collection-card p,.rp-collection-card strong{opacity:0;transform:translateY(9px);pointer-events:none;transition:opacity .22s ease .02s,transform .32s ease}
.rp-collection-card:first-child p,.rp-collection-card:first-child strong{opacity:1;transform:none}
.rp-collection-rail:hover .rp-collection-card{flex:.78 1 0}
.rp-collection-rail:hover .rp-collection-card:first-child p,.rp-collection-rail:hover .rp-collection-card:first-child strong{opacity:0;transform:translateY(9px)}
.rp-collection-rail:hover .rp-collection-card:hover{flex:2.35 1 0}
.rp-collection-rail:hover .rp-collection-card:hover p,.rp-collection-rail:hover .rp-collection-card:hover strong{opacity:1;transform:none;transition-delay:.16s}
.rp-collection-rail:focus-within .rp-collection-card{flex:.78 1 0}
.rp-collection-rail:focus-within .rp-collection-card:first-child p,.rp-collection-rail:focus-within .rp-collection-card:first-child strong{opacity:0}
.rp-collection-rail:focus-within .rp-collection-card:focus{flex:2.35 1 0}
.rp-collection-rail:focus-within .rp-collection-card:focus p,.rp-collection-rail:focus-within .rp-collection-card:focus strong{opacity:1;transform:none}
.rp-collection-card:focus-visible{outline:3px solid #159b9a;outline-offset:4px}

.rp-targets{padding:72px 0 80px;background:#f3f6f8}
.rp-target-table-wrap{width:100%;overflow-x:auto;border:1px solid #d9e2e8;border-radius:10px;background:#fff}
.rp-target-table{width:100%;min-width:930px;border-collapse:separate;border-spacing:0;font-size:14px}
.rp-target-table th{padding:16px 18px;background:#092742;color:#fff;font-size:13px;text-align:left;white-space:nowrap}
.rp-target-table th:first-child{border-radius:9px 0 0}
.rp-target-table th:last-child{border-radius:0 9px 0 0}
.rp-target-table td{padding:17px 18px;border-bottom:1px solid #d9e2e8;color:#5b6b78;vertical-align:middle}
.rp-target-table tbody tr:last-child td{border-bottom:0}
.rp-target-table tbody tr{transition:background .2s ease}
.rp-target-table tbody tr:hover{background:#eef8f8}
.rp-target-table td:first-child,.rp-target-table td:nth-child(2),.rp-target-table td:last-child{color:#243746;font-weight:650}
.rp-target-table td:nth-child(n+4){white-space:nowrap}
.rp-target-table a{display:inline-flex;align-items:center;gap:8px;color:#159b9a;font-size:15px;font-weight:800}
.rp-target-table a span{transition:transform .2s ease}
.rp-target-table a:hover span,.rp-target-table a:focus-visible span{transform:translate(2px,-2px)}
.rp-target-table a:focus-visible{outline:2px solid #159b9a;outline-offset:4px}
.rp-target-footer{display:flex;justify-content:flex-end;margin-top:16px}

.rp-applications{padding:72px 0 88px;background:#fff}
.rp-application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.rp-application-card{position:relative;display:block;height:208px;overflow:hidden;border-radius:28px 28px 68px 28px;background:#092742;transition:transform .28s ease}
.rp-application-card:hover,.rp-application-card:focus-visible{transform:translateY(-5px)}
.rp-application-card:focus-visible{outline:3px solid #159b9a;outline-offset:4px}
.rp-application-card img{width:100%;height:100%;object-fit:cover;transform:none}
.rp-application-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,30,52,.04) 30%,rgba(4,30,52,.84) 100%)}
.rp-application-card h3{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;margin:0;color:#fff;font-size:19px;line-height:1.3;text-shadow:0 2px 12px rgba(0,0,0,.38)}
.rp-application-card h3 span{float:right;color:#82d2d0}

.rp-contact{padding:64px 0;background:#eef3f5}
.rp-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}
.rp-contact h2{margin-bottom:8px}
.rp-contact p{margin:0;color:#5b6b78;font-size:16px}
.rp-contact-actions{display:flex;gap:12px;flex:0 0 auto}
.rp-support-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid #092742;color:#092742;font-size:15px;font-weight:700}
.rp-support-button:hover,.rp-support-button:focus-visible{background:#092742;color:#fff}
.rp-contact .button{background:#ef7d3c;border-color:#ef7d3c;color:#092742}
.rp-contact .button:hover,.rp-contact .button:focus-visible{background:#d86427;border-color:#d86427;color:#fff}

@media(prefers-reduced-motion:reduce){
	.rp-collection-card,.rp-collection-card p,.rp-collection-card strong,.rp-text-link span,.rp-target-table a span,.rp-application-card{transition:none!important}
}

@media(max-width:900px){
	.rp-subnav{top:0;overflow-x:auto}.rp-subnav-inner{width:max-content;min-width:100%;gap:30px}.rp-subnav .rp-quick-order{margin-left:0}
	.rp-hero,.rp-hero-inner{min-height:310px}.rp-hero-image{object-position:62% center}.rp-hero-copy{width:68%}.rp-hero h1{font-size:42px}
	.rp-collection-rail{height:276px;overflow-x:auto;scroll-snap-type:x mandatory}
	.rp-collection-card,.rp-collection-card:first-child,.rp-collection-rail:hover .rp-collection-card,.rp-collection-rail:hover .rp-collection-card:hover,.rp-collection-rail:focus-within .rp-collection-card,.rp-collection-rail:focus-within .rp-collection-card:focus{flex:0 0 43%;height:276px;scroll-snap-align:start}
	.rp-collection-card p,.rp-collection-card strong,.rp-collection-card:first-child p,.rp-collection-card:first-child strong,.rp-collection-rail:hover .rp-collection-card:first-child p,.rp-collection-rail:hover .rp-collection-card:first-child strong,.rp-collection-rail:hover .rp-collection-card:hover p,.rp-collection-rail:hover .rp-collection-card:hover strong{opacity:1;transform:none}
	.rp-application-grid{grid-template-columns:1fr 1fr}
	.rp-application-card{height:220px;border-radius:24px 24px 56px 24px}
	.rp-contact-inner{align-items:flex-start;flex-direction:column}.rp-contact-actions{width:100%}
}

@media(max-width:580px){
	.recombinant-overview-page h2{font-size:30px}.rp-hero:after{background:linear-gradient(90deg,rgba(3,21,43,.98) 0%,rgba(4,31,58,.92) 56%,rgba(4,25,45,.34) 100%)}
	.rp-hero-image{object-position:66% center}.rp-hero-copy{width:82%;padding:40px 0}.rp-hero h1{font-size:38px}.rp-hero p{font-size:16px}
	.rp-subnav{height:54px}.rp-subnav-inner{gap:24px}.rp-subnav a{font-size:14px}
	.rp-overview,.rp-collections,.rp-targets,.rp-applications,.rp-contact{padding:56px 0}
	.rp-collection-card,.rp-collection-card:first-child,.rp-collection-rail:hover .rp-collection-card,.rp-collection-rail:hover .rp-collection-card:hover{flex-basis:82%;min-width:82%}
	.rp-target-table{min-width:820px}.rp-target-table th,.rp-target-table td{padding:14px 16px}
	.rp-application-grid{grid-template-columns:1fr;gap:24px}.rp-application-card{height:196px}.rp-application-card h3{font-size:18px}
	.rp-contact-actions{flex-direction:column}.rp-contact-actions a{width:100%}
}



