:root {
--orp-red: #d20a11;
--orp-red-dark: #a9070c;
--orp-ink: #101112;
--orp-charcoal: #1b1d1f;
--orp-steel: #6b7075;
--orp-line: #dfe1e3;
--orp-paper: #f4f3f0;
--orp-white: #fff;
--orp-shell: min(1180px, calc(100% - 40px));
--orp-shadow: 0 18px 50px rgba(16, 17, 18, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.orp-site { margin: 0; color: var(--orp-ink); background: var(--orp-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.orp-site a { color: inherit; }
body.orp-site img { max-width: 100%; height: auto; }
.orp-shell { width: var(--orp-shell); margin-inline: auto; }
.orp-skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); color: #fff; background: #000; }
.orp-skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.orp-disclosure-bar { padding: 7px 0; color: #ddd; background: #090a0a; font-size: 12px; text-align: center; letter-spacing: .02em; }
.orp-header { position: relative; z-index: 30; border-bottom: 1px solid var(--orp-line); background: rgba(255,255,255,.98); }
.orp-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.orp-brand { display: block; width: min(360px, 48vw); line-height: 0; }
.orp-logo-image { display: block; width: 100%; max-height: 66px; object-fit: contain; object-position: left center; }
.orp-nav-list { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); margin: 0; padding: 0; list-style: none; }
.orp-nav-list a { position: relative; text-decoration: none; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.orp-nav-list a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--orp-red); transition: transform .2s ease; }
.orp-nav-list a:hover::after, .orp-nav-list .current-menu-item a::after { transform: scaleX(1); }
.orp-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--orp-ink); cursor: pointer; }
.orp-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; }
.orp-hero { position: relative; overflow: hidden; color: #fff; background: #121315; }
.orp-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background: repeating-linear-gradient(115deg, transparent 0 42px, rgba(255,255,255,.035) 43px 44px); }
.orp-hero::after { content: ""; position: absolute; top: -120px; right: -80px; width: 52vw; height: 760px; transform: skewX(-18deg); background: linear-gradient(155deg, rgba(210,10,17,.95), rgba(117,0,4,.72)); clip-path: polygon(30% 0,100% 0,100% 100%,0 100%); }
.orp-hero-grid { position: relative; z-index: 2; min-height: 620px; display: grid; grid-template-columns: 1.15fr .75fr; align-items: center; gap: clamp(45px, 8vw, 110px); padding-block: 90px; }
.orp-hero-copy { max-width: 720px; }
.orp-eyebrow { margin: 0 0 15px; color: var(--orp-red); font-size: 13px; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.orp-hero .orp-eyebrow { color: #ff4248; }
.orp-hero h1 { max-width: 750px; margin: 0; font-size: clamp(50px, 7vw, 88px); line-height: .96; font-weight: 950; letter-spacing: -.055em; text-transform: uppercase; }
.orp-hero-lead { max-width: 660px; margin: 28px 0 0; color: #d7d8da; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.orp-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.orp-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; border: 2px solid transparent; text-decoration: none; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.orp-button:hover { transform: translateY(-2px); }
.orp-button-primary { color: #fff !important; background: var(--orp-red); }
.orp-button-primary:hover { background: var(--orp-red-dark); }
.orp-button-ghost { color: #fff !important; border-color: rgba(255,255,255,.6); }
.orp-button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.orp-button-dark { color: #fff !important; background: var(--orp-ink); }
.orp-hero-panel { position: relative; padding: 36px; background: rgba(10,10,10,.86); border: 1px solid rgba(255,255,255,.15); box-shadow: var(--orp-shadow); }
.orp-hero-panel::before { content: ""; position: absolute; top: 0; left: 0; width: 92px; height: 5px; background: var(--orp-red); }
.orp-gauge-mark { position: absolute; top: -28px; right: 28px; width: 70px; height: 70px; border: 8px solid rgba(255,255,255,.18); border-bottom-color: var(--orp-red); border-radius: 50%; transform: rotate(28deg); }
.orp-gauge-mark span { position: absolute; top: 25px; left: 26px; width: 30px; height: 3px; transform-origin: 0 50%; transform: rotate(-52deg); background: #fff; }
.orp-panel-kicker { margin: 0 0 18px; color: #aaa; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.orp-hero-panel ul { margin: 0; padding: 0; list-style: none; }
.orp-hero-panel li { display: grid; gap: 3px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); }
.orp-hero-panel strong { font-size: 19px; text-transform: uppercase; letter-spacing: .03em; }
.orp-hero-panel span { color: #bfc1c3; font-size: 14px; }
.orp-proof-strip { color: #fff; background: var(--orp-red); }
.orp-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.orp-proof-grid > div { display: grid; gap: 2px; padding: 21px clamp(18px, 3vw, 40px); border-left: 1px solid rgba(255,255,255,.23); }
.orp-proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.23); }
.orp-proof-grid strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.orp-proof-grid span { color: rgba(255,255,255,.8); font-size: 12px; }
.orp-section { padding: clamp(76px, 10vw, 125px) 0; }
.orp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.orp-section h2, .orp-page-header h1 { margin: 0; font-size: clamp(35px, 5vw, 58px); line-height: 1.05; letter-spacing: -.035em; }
.orp-text-link { display: inline-flex; gap: 8px; align-items: center; flex: 0 0 auto; color: var(--orp-red) !important; text-decoration: none; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.orp-text-link span { transition: transform .2s ease; }
.orp-text-link:hover span { transform: translateX(5px); }
.orp-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--orp-line); border-left: 1px solid var(--orp-line); }
.orp-category-card { position: relative; min-height: 300px; padding: 34px 28px; border-right: 1px solid var(--orp-line); border-bottom: 1px solid var(--orp-line); transition: background .2s ease, color .2s ease; }
.orp-category-card:hover { color: #fff; background: var(--orp-ink); }
.orp-card-number { color: var(--orp-red); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.orp-category-card h3 { margin: 95px 0 10px; font-size: 23px; line-height: 1.1; text-transform: uppercase; }
.orp-category-card p { margin: 0; color: var(--orp-steel); font-size: 14px; }
.orp-category-card:hover p { color: #bbb; }
.orp-section-dark { color: #fff; background: var(--orp-charcoal); }
.orp-section-dark .orp-text-link { color: #fff !important; }
.orp-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.orp-category-nav { display: flex !important; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin: 0 0 36px; }
.orp-category-pill { display: inline-block !important; padding: 10px 15px; border: 1px solid #c8cbce; color: var(--orp-ink); background: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; line-height: 1.2; text-decoration: none; }
.orp-category-pill:hover, .orp-category-pill:focus { border-color: var(--orp-red); color: var(--orp-red); }
.orp-card-product { margin: 18px 0 4px; }
.orp-card-product .aawp-product { width: 100%; margin: 0; box-shadow: none; }
.orp-card-product .aawp-product__description,
.orp-card-product .aawp-product__features,
.orp-card-product .aawp-product ul { display: none !important; }
.orp-aawp-compact { padding-top: 8px; }
.orp-aawp-compact .aawp { display: block; }
.orp-aawp-compact .aawp-product { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--orp-line); background: #fff; }
.orp-aawp-compact .aawp-product__image { grid-row: 1 / span 3; margin: 0; }
.orp-aawp-compact .aawp-product__image img { max-height: 120px; object-fit: contain; }
.orp-aawp-compact .aawp-product__title { margin: 0; font-size: 16px; line-height: 1.2; }
.orp-aawp-compact .aawp-product__price { margin: 6px 0; font-weight: 900; }
.orp-aawp-compact .aawp-button { justify-self: start; padding: 10px 14px; font-size: 11px; }
.orp-content-card { overflow: hidden; background: #fff; border: 1px solid var(--orp-line); box-shadow: 0 12px 35px rgba(16,17,18,.06); }
.orp-section-dark .orp-content-card { color: var(--orp-ink); }
.orp-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #ddd; }
.orp-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.orp-card-image:hover img { transform: scale(1.035); }
.orp-card-body { padding: 28px; }
.orp-card-body h2, .orp-card-body h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.15; }
.orp-card-body h2 a, .orp-card-body h3 a { text-decoration: none; }
.orp-card-body p { color: var(--orp-steel); }
.orp-card-type { margin: 0 0 10px !important; color: var(--orp-red) !important; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.orp-coming-soon { max-width: 760px; padding: 42px; border-left: 5px solid var(--orp-red); background: #25282b; }
.orp-coming-soon h3 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.orp-coming-soon p:last-child { margin-bottom: 0; color: #bfc1c3; }
.orp-about-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.orp-rich-text { color: #444; font-size: 18px; }
.orp-rich-text p:first-child { margin-top: 0; }
.orp-page-main { min-height: 55vh; padding: clamp(65px, 9vw, 110px) 0; background: var(--orp-paper); }
.orp-page-header { max-width: 880px; margin-bottom: 50px; }
.orp-page-deck { max-width: 760px; margin: 20px 0 0; color: #555; font-size: clamp(18px, 2vw, 22px); }
.orp-catalog-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: -18px 0 34px; }
.orp-catalog-tools input { flex: 1 1 320px; min-height: 48px; padding: 0 15px; border: 1px solid #c8cbce; background: #fff; font: inherit; }
.orp-catalog-tools .orp-button { min-height: 48px; border: 0; cursor: pointer; }
.orp-related-products { grid-column: 1 / -1; margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--orp-line); }
.orp-related-products h2 { margin: 0 0 26px; font-size: clamp(30px, 4vw, 46px); }
.orp-recently-viewed { margin: 0 0 42px; padding: 24px; border: 1px solid var(--orp-line); background: #fff; }
.orp-recently-viewed h2 { margin: 0 0 16px; font-size: 28px; }
.orp-recently-links { display: flex; flex-wrap: wrap; gap: 10px; }
.orp-recently-links a { padding: 10px 13px; color: var(--orp-ink); border: 1px solid var(--orp-line); text-decoration: none; font-weight: 700; }
.orp-recently-links a:hover { color: var(--orp-red); border-color: var(--orp-red); }
.orp-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
.orp-compare-button { padding: 8px 11px; border: 1px solid var(--orp-line); color: var(--orp-ink); background: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.orp-compare-button:hover { border-color: var(--orp-red); color: var(--orp-red); }
.orp-compare-tray { position: fixed; right: 20px; bottom: 20px; z-index: 20; width: min(440px, calc(100% - 40px)); padding: 16px; color: #fff; background: var(--orp-ink); box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.orp-compare-items { display: flex; flex-wrap: wrap; gap: 8px; margin: 11px 0; }
.orp-compare-items a { color: #fff; font-size: 13px; text-decoration: underline; }
.orp-compare-clear { padding: 7px 10px; border: 1px solid #777; color: #fff; background: transparent; cursor: pointer; }
.orp-compare-controls { display: flex; gap: 8px; }
.orp-compare-open { padding: 7px 10px; border: 0; color: #fff; background: var(--orp-red); cursor: pointer; font-weight: 800; }
.orp-compare-modal { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.65); }
.orp-compare-dialog { position: relative; width: min(900px, 100%); max-height: 85vh; overflow: auto; padding: 34px; background: var(--orp-paper); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.orp-compare-dialog h2 { margin: 0 0 25px; font-size: clamp(30px, 5vw, 48px); }
.orp-compare-close { position: absolute; top: 12px; right: 16px; border: 0; color: var(--orp-ink); background: transparent; font-size: 30px; cursor: pointer; }
.orp-compare-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.orp-compare-table article { min-height: 150px; padding: 20px; border: 1px solid var(--orp-line); background: #fff; }
.orp-compare-table h3 { margin: 0 0 25px; font-size: 20px; }
.orp-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; color: var(--orp-steel); font-size: 13px; }
.orp-breadcrumbs a { color: var(--orp-red); text-decoration: none; }
.orp-fitment-panel { margin-top: 24px; padding: 20px; border-left: 4px solid var(--orp-red); background: #fff; }
.orp-fitment-panel p { margin: 7px 0; color: var(--orp-steel); }
.orp-fitment-panel .orp-eyebrow { margin-top: 0; color: var(--orp-red); }
.orp-reading-width { max-width: 860px; }
.orp-featured-image { margin: 0 0 42px; }
.orp-entry-content { color: #2c2f31; font-size: 18px; }
.orp-entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.orp-entry-content > .alignwide { max-width: 1080px; }
.orp-entry-content h2, .orp-entry-content h3 { margin-top: 2em; line-height: 1.15; }
.orp-entry-content a { color: var(--orp-red); }
.orp-entry-content img { border-radius: 2px; }
.orp-empty-state { max-width: 760px; padding: clamp(32px, 6vw, 60px); background: #fff; border-top: 5px solid var(--orp-red); box-shadow: var(--orp-shadow); }
.orp-empty-state h1, .orp-empty-state h2 { margin: 0 0 14px; font-size: clamp(31px, 5vw, 50px); line-height: 1.08; }
.orp-empty-state .orp-button { margin-top: 15px; }
.orp-product-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 80px); }
.orp-product-media { align-self: start; padding: 25px; background: #fff; border: 1px solid var(--orp-line); }
.orp-image-placeholder { display: grid; min-height: 360px; place-items: center; color: var(--orp-steel); background: #e9e8e5; }
.orp-product-copy h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
.orp-product-detail { padding: 11px 0; margin: 0; border-bottom: 1px solid var(--orp-line); }
.orp-buy-button { margin-top: 28px; }
.orp-micro-disclosure { max-width: 560px; color: #6c7073; font-size: 12px; }
.orp-product-content { grid-column: 1/-1; margin-top: 25px; padding-top: 45px; border-top: 1px solid var(--orp-line); }
.orp-aawp-product { margin-top: 28px; }
.orp-aawp-product .aawp .aawp-product,
.orp-entry-content .aawp .aawp-product { border: 1px solid var(--orp-line); border-radius: 0; box-shadow: 0 12px 35px rgba(16,17,18,.08); font-family: inherit; }
.orp-aawp-product .aawp .aawp-product__title,
.orp-entry-content .aawp .aawp-product__title { color: var(--orp-ink); font-weight: 900; line-height: 1.15; }
.orp-aawp-product .aawp .aawp-button,
.orp-entry-content .aawp .aawp-button { border: 0; border-radius: 0; color: #fff; background: var(--orp-red); box-shadow: none; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.orp-aawp-product .aawp .aawp-button:hover,
.orp-entry-content .aawp .aawp-button:hover { color: #fff; background: var(--orp-red-dark); }
.orp-inline-disclosure { margin: 24px 0; padding: 16px 18px; color: #4f5356; background: #fff; border-left: 4px solid var(--orp-red); font-size: 14px; }
.orp-form-success { border-color: #16833a; }
.orp-form-error { border-color: var(--orp-red); }
.nav-links { display: flex; gap: 8px; margin-top: 40px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; text-decoration: none; background: #fff; }
.page-numbers.current { color: #fff; background: var(--orp-red); }
.orp-footer { color: #c8c9ca; background: #0d0e0f; }
.orp-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: clamp(35px, 7vw, 90px); padding-block: 70px; }
.orp-footer-brand { margin-bottom: 13px; color: #fff; font-size: 22px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.orp-footer h2 { margin: 0 0 14px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.orp-footer p { margin: 0; font-size: 14px; }
.orp-footer-links { margin: 0; padding: 0; list-style: none; }
.orp-footer-links li { margin: 7px 0; }
.orp-footer-links a { text-decoration: none; font-size: 14px; }
.orp-footer-links a:hover { color: #fff; }
.orp-footer-bottom { padding: 18px 0; color: #85888b; border-top: 1px solid #282a2c; font-size: 12px; }
@media (max-width: 900px) {
.orp-menu-toggle { display: block; }
.orp-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 22px 20px; color: #fff; background: var(--orp-ink); }
.orp-primary-nav.is-open { display: block; }
.orp-nav-list { display: grid; gap: 0; }
.orp-nav-list a { display: block; padding: 14px 0; border-bottom: 1px solid #333; }
.orp-nav-list a::after { display: none; }
.orp-hero-grid { min-height: auto; grid-template-columns: 1fr; }
.orp-hero::after { right: -55%; width: 105vw; opacity: .72; }
.orp-hero-panel { max-width: 580px; }
.orp-category-grid { grid-template-columns: repeat(2, 1fr); }
.orp-content-grid { grid-template-columns: repeat(2, 1fr); }
.orp-product-layout { grid-template-columns: 1fr; }
.orp-product-content { grid-column: auto; }
}
@media (max-width: 640px) {
:root { --orp-shell: min(100% - 28px, 1180px); }
.orp-disclosure-bar { text-align: left; }
.orp-header-inner { min-height: 72px; }
.orp-brand { width: min(280px, 68vw); }
.orp-logo-image { max-height: 52px; }
.orp-hero-grid { padding-block: 70px; }
.orp-hero h1 { font-size: clamp(43px, 14vw, 64px); }
.orp-hero-panel { padding: 28px 22px; }
.orp-proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
.orp-proof-grid > div, .orp-proof-grid > div:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.orp-section-heading { display: grid; }
.orp-category-grid, .orp-content-grid, .orp-about-grid, .orp-footer-grid { grid-template-columns: 1fr; }
.orp-category-card { min-height: 230px; }
.orp-category-card h3 { margin-top: 55px; }
.orp-button { width: 100%; }
.orp-button-row { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}