:root {
    --orepath-primary: #fbbf24;
    --orepath-cyan: #22d3ee;
    --orepath-magenta: #e879f9;
    --orepath-green: #4ade80;
    --orepath-bg: #0a0a0b;
    --orepath-panel: #0d0d0f;
    --orepath-card: #141417;
    --orepath-header-height: 80px;
    --orepath-shell: 1280px;
}

html { scroll-behavior: smooth; }
body { background: var(--orepath-bg); margin: 0; overflow-x: hidden; }
body, button, input, select, textarea { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
.site-main { min-height: 65vh; padding-top: var(--orepath-header-height); }
.site-main > .pt-20 { padding-top: 0; }
.screen-reader-text,
.orepath-skip-link:not(:focus) { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.orepath-skip-link:focus { background: #fff; color: #111; left: 12px; padding: 10px 14px; position: fixed; top: 12px; z-index: 99999; }
.orepath-section-shell { margin: 0 auto; max-width: var(--orepath-shell); padding: 0 24px; position: relative; width: 100%; }
.gradient-line { background: linear-gradient(90deg, var(--orepath-primary), var(--orepath-cyan), transparent); height: 1px; width: 96px; }
.scroll-mt-20 { scroll-margin-top: calc(var(--orepath-header-height) + 20px); }

/* Header and editable WordPress mega menu */
.orepath-header {
    backdrop-filter: blur(14px);
    background: rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(255,255,255,.06);
    height: var(--orepath-header-height);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .25s ease;
    z-index: 1000;
}
.orepath-header:has(.menu-item-has-children:hover),
.orepath-header:has(.menu-item-has-children:focus-within),
.orepath-header:has(.menu-item-has-children.is-open) { background: rgba(8,8,9,.97); }
.admin-bar .orepath-header { top: 32px; }
.orepath-header__inner { align-items: center; display: flex; height: 100%; margin: 0 auto; max-width: var(--orepath-shell); padding: 0 24px; }
.orepath-logo { align-items: center; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 24px; font-weight: 700; gap: 12px; letter-spacing: -.04em; text-decoration: none; text-transform: none; }
.orepath-logo__image,
.orepath-logo img { display: block; height: 40px; object-fit: contain; width: auto; }
.orepath-navigation { height: 100%; margin-left: auto; }
.orepath-menu { align-items: center; display: flex; gap: 28px; height: 100%; list-style: none; margin: 0; padding: 0; }
.orepath-menu > li { align-items: center; display: flex; height: 100%; position: static; }
.orepath-menu > li > a { align-items: center; color: rgba(255,255,255,.62); display: flex; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; font-weight: 600; gap: 6px; height: 100%; letter-spacing: .13em; position: relative; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.orepath-menu > li > a::after { background: var(--orepath-primary); bottom: 24px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
.orepath-menu > li:hover > a,
.orepath-menu > li:focus-within > a,
.orepath-menu > li.is-open > a,
.orepath-menu > .current-menu-item > a,
.orepath-menu > .current-menu-ancestor > a { color: var(--orepath-primary); }
.orepath-menu > li:hover > a::after,
.orepath-menu > li:focus-within > a::after,
.orepath-menu > li.is-open > a::after,
.orepath-menu > .current-menu-item > a::after,
.orepath-menu > .current-menu-ancestor > a::after { transform: scaleX(1); }
.orepath-menu-chevron { align-items: center; display: inline-flex; transition: transform .25s ease; }
.orepath-menu > li:hover > a .orepath-menu-chevron,
.orepath-menu > li:focus-within > a .orepath-menu-chevron,
.orepath-menu > li.is-open > a .orepath-menu-chevron { transform: rotate(180deg); }
.orepath-menu-copy { display: flex; flex-direction: column; }
.orepath-header__cta { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.65); font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .13em; margin-left: 30px; padding: 9px 24px; text-decoration: none; text-transform: uppercase; transition: .2s; }
.orepath-header__cta:hover,
.orepath-header__cta.is-current { border-color: var(--orepath-primary); color: var(--orepath-primary); }
.orepath-menu-toggle { background: none; border: 0; cursor: pointer; display: none; margin-left: auto; min-height: 44px; min-width: 44px; padding: 8px; }
.orepath-menu-toggle > span:not(.screen-reader-text) { background: #fff; display: block; height: 2px; margin: 5px auto; width: 24px; }

.orepath-mega-menu { background: var(--orepath-panel); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 50px rgba(0,0,0,.45); left: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; right: 0; top: var(--orepath-header-height); transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.orepath-menu > li:hover > .orepath-mega-menu,
.orepath-menu > li:focus-within > .orepath-mega-menu,
.orepath-menu > li.is-open > .orepath-mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.orepath-mega-menu__inner { display: grid; gap: 48px; grid-template-columns: minmax(0,5fr) minmax(0,7fr); margin: 0 auto; max-width: var(--orepath-shell); padding: 40px 24px; }
.orepath-mega-menu__inner:has(.orepath-mega-feature) { grid-template-columns: minmax(0,4fr) minmax(0,5fr) minmax(230px,3fr); }
.orepath-mega-overview { border-right: 1px solid rgba(255,255,255,.06); padding-right: 24px; }
.orepath-mega-overview > small,
.orepath-mega-links > small,
.orepath-mega-product small { color: var(--orepath-primary); display: block; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.orepath-mega-overview h3 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 20px; font-weight: 700; line-height: 1.25; margin: 13px 0 0; }
.orepath-mega-overview p { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; margin: 14px 0 0; max-width: 420px; }
.orepath-mega-product { align-items: center; color: #fff; display: flex; gap: 16px; text-decoration: none; }
.orepath-mega-product img { height: 48px; object-fit: contain; transition: transform .3s ease; width: 48px; }
.orepath-mega-product:hover img { transform: scale(1.06); }
.orepath-mega-product strong { display: block; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 20px; margin-top: 3px; transition: color .2s; }
.orepath-mega-product:hover strong { color: var(--orepath-primary); }
.orepath-mega-overview__link { align-items: center; color: #fff; display: inline-flex; font-size: 10px; font-weight: 800; gap: 7px; letter-spacing: .12em; margin-top: 18px; text-decoration: none; text-transform: uppercase; }
.orepath-mega-overview__link span { color: var(--orepath-primary); }
.orepath-mega-links > small { margin-bottom: 22px; }
.orepath-mega-links > .sub-menu { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.orepath-mega-links > .sub-menu > li > a { align-items: flex-start; border-radius: 7px; color: #fff; display: flex; gap: 14px; margin: 0 -12px; padding: 12px; text-decoration: none; transition: background .2s; }
.orepath-mega-links > .sub-menu > li > a:hover,
.orepath-mega-links > .sub-menu > li > a:focus { background: rgba(255,255,255,.035); }
.orepath-menu-icon { align-items: center; background: rgba(255,255,255,.05); border-radius: 4px; color: rgba(255,255,255,.6); display: flex; flex: 0 0 32px; height: 32px; justify-content: center; transition: .2s; }
.orepath-mega-links a:hover .orepath-menu-icon { background: rgba(251,191,36,.1); color: var(--orepath-primary); }
.orepath-mega-links .orepath-menu-copy strong { align-items: center; display: flex; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.orepath-mega-links a:hover .orepath-menu-copy strong { color: var(--orepath-primary); }
.orepath-mega-links .orepath-menu-copy strong::after { color: var(--orepath-primary); content: "→"; margin-left: 7px; opacity: 0; transform: translateX(-4px); transition: .2s; }
.orepath-mega-links a:hover .orepath-menu-copy strong::after { opacity: 1; transform: none; }
.orepath-mega-links .orepath-menu-copy em { color: rgba(255,255,255,.4); font-size: 11px; font-style: normal; line-height: 1.45; margin-top: 3px; }
.orepath-mega-feature { background: var(--orepath-bg); border: 1px solid rgba(255,255,255,.06); border-radius: 4px; color: inherit; display: flex; flex-direction: column; overflow: hidden; padding: 24px; position: relative; text-decoration: none; transition: border-color .2s; }
.orepath-mega-feature::after { background: rgba(251,191,36,.08); border-radius: 50%; content: ""; filter: blur(24px); height: 110px; position: absolute; right: -34px; top: -38px; width: 110px; }
.orepath-mega-feature:hover { border-color: rgba(251,191,36,.25); }
.orepath-mega-feature__icon { color: var(--orepath-primary); margin-bottom: 10px; }
.orepath-mega-feature small { color: var(--orepath-primary); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.orepath-mega-feature strong { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 14px; letter-spacing: .08em; margin-top: 9px; text-transform: uppercase; }
.orepath-mega-feature p { color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.6; margin: 9px 0 20px; }
.orepath-mega-feature em { color: #fff; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .1em; margin-top: auto; text-transform: uppercase; }
.orepath-mega-feature em b { color: var(--orepath-primary); }

/* Shared page hero and section rhythm */
.orepath-page-hero,
.orepath-product-hero { align-items: center; background: var(--orepath-bg); display: flex; min-height: 85vh; overflow: hidden; position: relative; }
.orepath-page-hero__media,
.orepath-product-hero__media { inset: 0; overflow: hidden; position: absolute; }
.orepath-page-hero__media img,
.orepath-product-hero__media img { height: 100%; object-fit: cover; opacity: .85; width: 100%; }
.orepath-page-hero__media span,
.orepath-product-hero__media span { background: linear-gradient(90deg, rgba(10,10,11,.8), rgba(10,10,11,.4), rgba(10,10,11,.8)), linear-gradient(180deg, rgba(10,10,11,.4), transparent 47%, rgba(10,10,11,.94)); inset: 0; position: absolute; }
.orepath-page-hero__content,
.orepath-product-hero__inner { margin: 0 auto; max-width: var(--orepath-shell); padding: 72px 24px; position: relative; width: 100%; z-index: 2; }
.orepath-page-hero__eyebrow { align-items: center; display: flex; gap: 16px; margin-bottom: 18px; max-width: 880px; }
.orepath-page-hero__eyebrow span { color: rgba(255,255,255,.43); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.orepath-page-hero__eyebrow i { background: linear-gradient(90deg, var(--orepath-primary), rgba(255,255,255,.08), transparent); flex: 1; height: 1px; opacity: .7; }
.orepath-page-hero h1,
.orepath-product-hero h1 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 700; letter-spacing: -.035em; line-height: 1.05; margin: 0; max-width: 980px; }
.orepath-page-hero h1 em,
.orepath-product-hero h1 em { color: var(--orepath-primary); font-style: normal; }
.orepath-page-hero__content > p,
.orepath-product-hero__copy > p { color: rgba(255,255,255,.6); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.7; margin: 27px 0 0; max-width: 720px; }
.orepath-scroll-indicator { align-items: center; bottom: 25px; color: rgba(255,255,255,.35); display: flex; flex-direction: column; font-size: 9px; font-weight: 800; gap: 7px; left: 50%; letter-spacing: .25em; position: absolute; text-transform: uppercase; transform: translateX(-50%); transition: opacity .3s; z-index: 3; }
.orepath-scroll-indicator svg { animation: orepath-bob 1.7s ease-in-out infinite; color: var(--orepath-primary); }
.orepath-scroll-indicator.is-hidden { opacity: 0; }
@keyframes orepath-bob { 50% { transform: translateY(5px); } }

.orepath-numbered-section { overflow: hidden; padding: 64px 0; position: relative; }
.orepath-section-panel { background: rgba(13,13,15,.72); }
.orepath-section-heading { margin: 0 0 64px; max-width: 720px; position: relative; text-align: left; }
.orepath-section-number { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 96px; font-weight: 700; left: -18px; line-height: 1; opacity: .045; pointer-events: none; position: absolute; top: -40px; }
.orepath-section-heading h2 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: clamp(30px, 4.1vw, 48px); font-weight: 700; letter-spacing: .055em; line-height: 1.1; margin: 0; position: relative; text-transform: uppercase; }
.orepath-section-heading .gradient-line { margin: 12px 0 17px; }
.orepath-section-heading p { color: rgb(148 163 184); font-size: 16px; line-height: 1.7; margin: 0; max-width: 680px; }
.orepath-mega-product strong,
.orepath-mega-feature strong,
.orepath-form-preview h3,
.orepath-product-facts h2,
.orepath-product-facts strong,
.orepath-feature-card h3,
.orepath-benefit-card h3,
.orepath-video-card__caption strong,
.orepath-demo-request__intro h3,
.orepath-dialog h2,
.orepath-pipeline-card h3,
.orepath-signup-card header h3,
.orepath-service-browser__nav strong,
.orepath-service-panel__content h3,
.orepath-additional-services h3,
.orepath-experience__copy h3,
.orepath-experience__stats strong,
.orepath-accreditations h3,
.orepath-consultant-card h3,
.orepath-case-study__summary strong,
.orepath-consulting-contact h2,
.orepath-mission__cards h3,
.orepath-vision__cards h3,
.orepath-timeline h3,
.orepath-leadership header h2,
.orepath-leadership__grid h3,
.orepath-values h3,
.orepath-job__summary > strong,
.orepath-careers-cta h2,
.orepath-article-hero h1,
.orepath-article-cta h2,
.orepath-contact-details h3 { font-weight: 700; }
.orepath-rich-copy { color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.orepath-rich-copy p { margin: 0 0 16px; }
.orepath-rich-copy p:last-child { margin-bottom: 0; }
.orepath-empty-state { border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.48); padding: 34px; text-align: center; }

/* Buttons and form controls */
.orepath-button,
.orepath-pill-button,
.orepath-card-link { align-items: center; background: var(--orepath-primary); border: 1px solid var(--orepath-primary); border-radius: 4px; color: #0b0b0c; display: inline-flex; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 11px; font-weight: 800; gap: 9px; justify-content: center; letter-spacing: .12em; padding: 13px 19px; text-decoration: none; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.orepath-button:hover,
.orepath-pill-button:hover,
.orepath-card-link:hover { background: var(--orepath-cyan); border-color: var(--orepath-cyan); color: #081015; transform: translateY(-1px); }
.orepath-pill-button { border-radius: 999px; }
.orepath-pill-button--cyan,
.orepath-button--cyan { background: transparent; border-color: var(--orepath-cyan); color: var(--orepath-cyan); }
.orepath-button--secondary { background: transparent; border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.65); }
.orepath-card-link { width: 100%; }
.orepath-form-preview { background: rgba(13,13,15,.94); border: 1px solid rgba(255,255,255,.08); border-radius: 3px; padding: clamp(24px,4vw,42px); }
.orepath-form-preview h3 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: clamp(22px,3vw,31px); margin: 0 0 28px; }
.orepath-form-preview__grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.orepath-form-preview input,
.orepath-form-preview select,
.orepath-form-preview textarea,
.orepath-subscribe-preview input { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 3px; color: #fff; font-size: 13px; outline: 0; padding: 14px 15px; transition: border-color .2s, background .2s; width: 100%; }
.orepath-form-preview select { color: rgba(255,255,255,.5); margin-top: 14px; }
.orepath-form-preview textarea { margin-top: 14px; min-height: 130px; resize: vertical; }
.orepath-form-preview input:focus,
.orepath-form-preview select:focus,
.orepath-form-preview textarea:focus,
.orepath-subscribe-preview input:focus { background: rgba(255,255,255,.055); border-color: var(--orepath-primary); }
.orepath-form-preview__checks { color: rgba(255,255,255,.58); display: flex; font-size: 12px; gap: 25px; margin: 17px 0; }
.orepath-form-preview__checks label { align-items: center; display: flex; gap: 7px; }
.orepath-form-preview__checks input { accent-color: var(--orepath-primary); width: auto; }
.orepath-form-preview > button,
.orepath-subscribe-preview > button { background: var(--orepath-primary); border: 0; border-radius: 3px; color: #111; cursor: pointer; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .13em; padding: 14px 20px; text-transform: uppercase; width: 100%; }
.orepath-form-preview__notice { color: var(--orepath-cyan); font-size: 11px; line-height: 1.55; margin: 14px 0 0; }

/* Fluent Forms inherits the same design once its shortcode is connected. */
.frm-fluent-form .ff-el-group { margin-bottom: 14px; }
.frm-fluent-form .ff-el-input--label label { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.frm-fluent-form .ff-el-form-control { background: rgba(255,255,255,.035) !important; border: 1px solid rgba(255,255,255,.1) !important; border-radius: 3px !important; color: #fff !important; font-size: 13px !important; min-height: 48px; padding: 12px 14px !important; }
.frm-fluent-form textarea.ff-el-form-control { min-height: 130px; }
.frm-fluent-form .ff-el-form-control:focus { border-color: var(--orepath-primary) !important; box-shadow: none !important; }
.frm-fluent-form .ff-el-form-check-label,
.frm-fluent-form .ff-el-tc { color: rgba(255,255,255,.5) !important; font-size: 11px; }
.frm-fluent-form .ff-btn-submit { background: var(--orepath-primary) !important; border: 1px solid var(--orepath-primary) !important; border-radius: 3px !important; color: #111 !important; font-family: "Space Grotesk",system-ui,sans-serif !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .12em; min-height: 46px; text-transform: uppercase; }
.frm-fluent-form .ff-btn-submit:hover { background: var(--orepath-cyan) !important; border-color: var(--orepath-cyan) !important; }
.frm-fluent-form .ff-el-is-error .ff-el-form-control { border-color: #fb7185 !important; }
.frm-fluent-form .text-danger { color: #fb7185 !important; font-size: 10px; }
.frm-fluent-form .ff-message-success { background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.3); color: var(--orepath-green); padding: 14px; }

/* Entrance motion restored without making content inaccessible */
.orepath-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.orepath-reveal.is-visible { opacity: 1; transform: none; }

/* Homepage */
.orepath-hero-overlay { background: linear-gradient(90deg, rgba(10,10,11,.8), rgba(10,10,11,.4), rgba(10,10,11,.8)), linear-gradient(180deg, rgba(10,10,11,.4), transparent 45%, rgba(10,10,11,.92)); }
#orepath-mine-canvas { overflow: hidden; }
#orepath-mine-canvas > div,
#orepath-mine-canvas canvas { height: 100% !important; width: 100% !important; }
#orepath-interactive-map { height: min(64vw, 700px); min-height: 500px; width: 100%; }
#orepath-interactive-map > div,
#orepath-interactive-map svg { height: 100% !important; width: 100% !important; }
.orepath-rotator { display: inline-block; height: 1.15em; min-width: min(720px,92vw); overflow: hidden; position: relative; vertical-align: bottom; }
.orepath-rotator__word { left: 0; opacity: 0; position: absolute; top: 0; transform: translateY(55%); transition: opacity .4s, transform .4s; white-space: nowrap; }
.orepath-rotator__word.is-active { opacity: 1; transform: none; }
.orepath-rotator__word--0 { color: var(--orepath-primary); }
.orepath-rotator__word--1 { color: var(--orepath-cyan); }
.orepath-rotator__word--2 { color: var(--orepath-magenta); }
.orepath-rotator__word--3 { color: var(--orepath-green); }
.orepath-marquee { overflow: hidden; padding: 8px 0; width: 100%; }
.orepath-marquee__track { animation: orepath-marquee 35s linear infinite; display: flex; gap: 48px; width: max-content; }
.orepath-marquee:hover .orepath-marquee__track { animation-play-state: paused; }
.orepath-client-card { align-items: center; background: var(--orepath-bg); border: 1px solid rgba(255,255,255,.06); border-radius: 3px; color: rgba(255,255,255,.55); display: flex; flex: 0 0 180px; flex-direction: column; font-size: 10px; font-weight: 700; justify-content: center; letter-spacing: .12em; min-height: 82px; padding: 12px 20px; text-align: center; }
.orepath-client-card img { max-height: 36px; max-width: 125px; object-fit: contain; }
.orepath-client-card__initial { align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; display: flex; height: 30px; justify-content: center; margin-bottom: 6px; width: 30px; }
@keyframes orepath-marquee { to { transform: translateX(calc(-33.333% - 16px)); } }

/* Mining Simulator and software pipeline */
.orepath-product-hero__inner { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0,1.6fr) minmax(290px,.7fr); }
.orepath-product-hero--simple .orepath-product-hero__inner { display: block; }
.orepath-product-title { align-items: center; display: flex; gap: 22px; }
.orepath-product-title > img { height: clamp(58px,7vw,84px); object-fit: contain; width: clamp(58px,7vw,84px); }
.orepath-product-hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.orepath-product-facts { backdrop-filter: blur(12px); background: rgba(13,13,15,.86); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 70px rgba(0,0,0,.28); padding: 24px; }
.orepath-product-facts h2 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; letter-spacing: .15em; margin: 0 0 6px; text-transform: uppercase; }
.orepath-product-facts > div { border-bottom: 1px solid rgba(255,255,255,.08); padding: 15px 0; }
.orepath-product-facts > div.is-last { border: 0; padding-bottom: 0; }
.orepath-product-facts small { color: rgba(255,255,255,.4); display: block; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.orepath-product-facts strong { color: var(--orepath-primary); display: block; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 15px; margin-top: 4px; }
.orepath-feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.orepath-feature-card { align-items: flex-start; background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); display: flex; gap: 18px; min-height: 160px; padding: 25px; position: relative; transition: border-color .3s, background .3s, transform .3s; }
.orepath-feature-card::after { background: linear-gradient(90deg,var(--orepath-primary),var(--orepath-cyan)); bottom: -1px; content: ""; height: 2px; left: -1px; opacity: 0; position: absolute; right: -1px; transition: opacity .3s; }
.orepath-feature-card:hover { background: #121215; border-color: rgba(251,191,36,.24); transform: translateY(-3px); }
.orepath-feature-card:hover::after { opacity: 1; }
.orepath-feature-icon { align-items: center; background: rgba(251,191,36,.08); border: 1px solid rgba(251,191,36,.18); border-radius: 4px; color: var(--orepath-primary); display: flex; flex: 0 0 46px; height: 46px; justify-content: center; transition: .3s; }
.orepath-feature-card:hover .orepath-feature-icon { background: var(--orepath-primary); color: #111; }
.orepath-feature-card h3 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 15px; letter-spacing: .07em; margin: 2px 0 9px; text-transform: uppercase; }
.orepath-feature-card p { color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.7; margin: 0; }
.orepath-benefit-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.orepath-benefit-card { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); overflow: hidden; transition: border-color .3s, transform .3s; }
.orepath-benefit-card:hover { border-color: rgba(34,211,238,.28); transform: translateY(-3px); }
.orepath-benefit-card__image { aspect-ratio: 16/8; background: #18181b; overflow: hidden; position: relative; }
.orepath-benefit-card__image img { filter: grayscale(1); height: 100%; object-fit: cover; opacity: .58; transition: .6s; width: 100%; }
.orepath-benefit-card:hover img { filter: grayscale(0); opacity: .78; transform: scale(1.04); }
.orepath-benefit-card__image > span { background: rgba(10,10,11,.82); border: 1px solid rgba(255,255,255,.12); color: var(--orepath-primary); font-size: 8px; font-weight: 800; left: 14px; letter-spacing: .14em; padding: 6px 8px; position: absolute; text-transform: uppercase; top: 14px; }
.orepath-benefit-card > div:last-child { padding: 24px; }
.orepath-benefit-card h3 { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 17px; letter-spacing: .08em; margin: 0 0 10px; text-transform: uppercase; }
.orepath-benefit-card p { color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.7; margin: 0; }
.orepath-video-wrap { margin: 0 auto; max-width: 1000px; }
.orepath-video-card { background: var(--orepath-card); border: 1px solid rgba(255,255,255,.08); color: inherit; cursor: pointer; display: block; overflow: hidden; padding: 0; position: relative; text-align: left; width: 100%; }
.orepath-video-card > img { aspect-ratio: 16/8.5; display: block; object-fit: cover; opacity: .62; transition: .6s; width: 100%; }
.orepath-video-card:hover > img { opacity: .77; transform: scale(1.02); }
.orepath-video-card__shade { align-items: center; background: rgba(0,0,0,.17); display: flex; inset: 0; justify-content: center; position: absolute; }
.orepath-video-card__play { align-items: center; background: var(--orepath-primary); border-radius: 50%; color: #111; display: flex; height: 76px; justify-content: center; transition: transform .25s; width: 76px; }
.orepath-video-card:hover .orepath-video-card__play { transform: scale(1.08); }
.orepath-video-card__caption { background: linear-gradient(transparent,rgba(10,10,11,.97)); bottom: 0; display: flex; flex-direction: column; left: 0; padding: 65px 25px 22px; position: absolute; right: 0; }
.orepath-video-card__caption small { color: var(--orepath-primary); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.orepath-video-card__caption strong { color: #fff; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 15px; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
.orepath-video-card__caption em { color: rgba(255,255,255,.42); font-size: 9px; font-style: normal; margin-top: 4px; text-transform: uppercase; }
.orepath-video-wrap > p { color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.6; margin: 13px 0 0; }
.orepath-demo-request { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.08); }
.orepath-demo-request__intro { align-items: center; display: grid; gap: 25px; grid-template-columns: 1fr 1.4fr auto; padding: 28px; }
.orepath-demo-request__intro h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 17px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-demo-request__intro p { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; margin: 0; }
.orepath-demo-toggle { align-items: center; background: var(--orepath-primary); border: 0; border-radius: 3px; color: #111; cursor: pointer; display: inline-flex; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .12em; padding: 13px 17px; text-transform: uppercase; white-space: nowrap; }
.orepath-demo-toggle i { align-items: center; display: flex; font-style: normal; }
.orepath-demo-toggle__close { display: none !important; }
.orepath-demo-toggle[aria-expanded="true"] .orepath-demo-toggle__open { display: none; }
.orepath-demo-toggle[aria-expanded="true"] .orepath-demo-toggle__close { display: flex !important; }
.orepath-demo-request__form { border-top: 1px solid rgba(255,255,255,.08); }
.orepath-demo-request__form > header { align-items: center; background: rgba(255,255,255,.025); color: var(--orepath-primary); display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .14em; padding: 13px 20px; text-transform: uppercase; }
.orepath-demo-request__form > header span { align-items: center; display: flex; gap: 8px; }
.orepath-demo-request__form > header button { background: transparent; border: 0; color: rgba(255,255,255,.5); cursor: pointer; }
.orepath-demo-request__form .orepath-form-preview { border: 0; }
.orepath-dialog { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.15); border-radius: 5px; color: #fff; max-width: 520px; padding: 38px; position: relative; }
.orepath-dialog::backdrop { backdrop-filter: blur(6px); background: rgba(0,0,0,.82); }
.orepath-dialog__close { background: transparent; border: 0; color: rgba(255,255,255,.55); cursor: pointer; font-size: 27px; position: absolute; right: 14px; top: 9px; }
.orepath-dialog__icon { color: var(--orepath-primary); }
.orepath-dialog h2 { font-family: "Space Grotesk",system-ui,sans-serif; margin: 18px 0 9px; text-transform: uppercase; }
.orepath-dialog p { color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.orepath-dialog > div { display: flex; gap: 10px; margin-top: 24px; }

.orepath-pipeline { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.orepath-pipeline-card { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.orepath-pipeline-card__image { aspect-ratio: 16/8; background: #17171a; overflow: hidden; position: relative; }
.orepath-pipeline-card__image img { filter: grayscale(1); height: 100%; object-fit: cover; opacity: .6; transition: .5s; width: 100%; }
.orepath-pipeline-card:hover img { filter: none; opacity: .78; transform: scale(1.04); }
.orepath-status { background: #111; border: 1px solid rgba(251,191,36,.4); color: var(--orepath-primary); font-size: 8px; font-weight: 800; letter-spacing: .15em; padding: 6px 8px; position: absolute; right: 13px; text-transform: uppercase; top: 13px; }
.orepath-status--1 { border-color: rgba(34,211,238,.4); color: var(--orepath-cyan); }
.orepath-status--2 { border-color: rgba(232,121,249,.4); color: var(--orepath-magenta); }
.orepath-pipeline-card__body { padding: 23px; }
.orepath-pipeline-card__title { align-items: center; display: flex; gap: 10px; }
.orepath-pipeline-card__title > span { color: var(--orepath-primary); }
.orepath-pipeline-card h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 16px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-pipeline-card__body > strong { color: var(--orepath-cyan); display: block; font-size: 11px; line-height: 1.5; margin-top: 13px; }
.orepath-pipeline-card__body > p { color: rgba(255,255,255,.46); font-size: 11px; line-height: 1.7; }
.orepath-pipeline-card__focus { border-top: 1px solid rgba(255,255,255,.07); margin-top: 18px; padding-top: 16px; }
.orepath-pipeline-card__focus small { color: rgba(255,255,255,.36); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.orepath-pipeline-card__focus ul { color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.55; list-style: none; margin: 10px 0 0; padding: 0; }
.orepath-pipeline-card__focus li { align-items: flex-start; display: flex; gap: 8px; margin-top: 7px; }
.orepath-pipeline-card__focus i { background: var(--orepath-primary); border-radius: 50%; flex: 0 0 4px; height: 4px; margin-top: 6px; width: 4px; }
.orepath-signup-card { background: var(--orepath-bg); border: 1px solid rgba(255,255,255,.08); display: grid; gap: 50px; grid-template-columns: 1fr 1.3fr; padding: clamp(25px,5vw,48px); }
.orepath-signup-card header h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 25px; line-height: 1.2; margin: 0; text-transform: uppercase; }
.orepath-signup-card header p { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; margin-top: 15px; }
.orepath-subscribe-preview { display: grid; gap: 12px; }
.orepath-subscribe-preview > div { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.orepath-subscribe-preview label { align-items: flex-start; color: rgba(255,255,255,.4); display: flex; font-size: 9px; gap: 8px; line-height: 1.5; }
.orepath-subscribe-preview label input { accent-color: var(--orepath-primary); margin-top: 2px; width: auto; }
.orepath-subscribe-preview > button { align-items: center; display: flex; gap: 8px; justify-content: center; }

/* Consulting */
.orepath-service-browser { display: grid; gap: 24px; grid-template-columns: minmax(250px,.72fr) minmax(0,2fr); }
.orepath-service-browser__nav { display: flex; flex-direction: column; gap: 7px; }
.orepath-service-browser__nav button { align-items: center; background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.65); cursor: pointer; display: grid; gap: 12px; grid-template-columns: 38px 1fr auto; min-height: 78px; padding: 14px; text-align: left; transition: background .2s,border-color .2s; }
.orepath-service-browser__nav button:hover,
.orepath-service-browser__nav button[aria-selected="true"] { background: #131316; border-color: rgba(251,191,36,.42); color: #fff; }
.orepath-service-browser__nav-icon { align-items: center; background: rgba(251,191,36,.08); border-radius: 3px; color: var(--orepath-primary); display: flex; height: 38px; justify-content: center; }
.orepath-service-browser__nav button > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.orepath-service-browser__nav strong { font-family: "Space Grotesk",system-ui,sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.orepath-service-browser__nav small { color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.4; }
.orepath-service-browser__nav button > i { color: var(--orepath-primary); opacity: 0; transition: opacity .2s,transform .2s; }
.orepath-service-browser__nav button:hover > i,
.orepath-service-browser__nav button[aria-selected="true"] > i { opacity: 1; transform: translateX(2px); }
.orepath-service-browser__panels { min-width: 0; }
.orepath-service-browser__panels > article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.08); min-height: 100%; }
.orepath-service-panel__image { aspect-ratio: 16/5.5; background: #18181b; overflow: hidden; position: relative; }
.orepath-service-panel__image img { height: 100%; object-fit: cover; opacity: .62; width: 100%; }
.orepath-service-panel__image > span { background: rgba(10,10,11,.84); border: 1px solid rgba(255,255,255,.11); color: var(--orepath-primary); font-size: 8px; font-weight: 800; left: 18px; letter-spacing: .14em; padding: 6px 9px; position: absolute; text-transform: uppercase; top: 18px; }
.orepath-service-panel__content { padding: clamp(25px,4vw,42px); }
.orepath-service-panel__content > header { align-items: center; display: flex; gap: 12px; }
.orepath-service-panel__content > header > span { color: var(--orepath-primary); }
.orepath-service-panel__content h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 24px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-service-panel__description { color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.75; margin-top: 18px; }
.orepath-service-panel__description p { margin: 0 0 10px; }
.orepath-service-panel__scope { border-top: 1px solid rgba(255,255,255,.07); margin-top: 22px; padding-top: 20px; }
.orepath-service-panel__scope h4 { align-items: center; color: var(--orepath-cyan); display: flex; font-size: 9px; gap: 7px; letter-spacing: .15em; margin: 0; text-transform: uppercase; }
.orepath-service-panel__scope ul { display: grid; gap: 9px 22px; grid-template-columns: 1fr 1fr; list-style: none; margin: 15px 0 0; padding: 0; }
.orepath-service-panel__scope li { align-items: flex-start; color: rgba(255,255,255,.52); display: flex; font-size: 10px; gap: 8px; line-height: 1.5; }
.orepath-service-panel__scope li i { background: var(--orepath-primary); border-radius: 50%; flex: 0 0 4px; height: 4px; margin-top: 6px; width: 4px; }
.orepath-service-panel__benefit { align-items: flex-start; background: rgba(251,191,36,.05); border: 1px solid rgba(251,191,36,.13); color: var(--orepath-primary); display: flex; gap: 12px; margin-top: 22px; padding: 14px; }
.orepath-service-panel__benefit strong { display: block; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.orepath-service-panel__benefit p { color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; margin: 4px 0 0; }
.orepath-service-panel__content > footer { align-items: center; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; margin-top: 23px; padding-top: 19px; }
.orepath-service-panel__content > footer > span { color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; }
.orepath-service-panel__content > footer > a { align-items: center; color: #fff; display: flex; font-size: 9px; font-weight: 800; gap: 7px; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.orepath-service-panel__content > footer > a:hover { color: var(--orepath-primary); }
.orepath-additional-services { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); margin-top: 25px; padding: 27px; }
.orepath-additional-services h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 14px; letter-spacing: .1em; margin: 0 0 20px; text-transform: uppercase; }
.orepath-additional-services > div { display: grid; gap: 12px 26px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.orepath-additional-services p { align-items: flex-start; color: rgba(255,255,255,.55); display: flex; font-size: 10px; gap: 9px; line-height: 1.5; margin: 0; }
.orepath-additional-services i { background: var(--orepath-cyan); border-radius: 50%; flex: 0 0 4px; height: 4px; margin-top: 6px; }
.orepath-experience { align-items: start; display: grid; gap: 55px; grid-template-columns: 1.25fr .75fr; }
.orepath-experience__copy > p { color: rgba(255,255,255,.54); font-size: 15px; line-height: 1.8; margin: 0 0 25px; }
.orepath-experience__copy > div { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.orepath-experience__copy article { border-left: 2px solid var(--orepath-primary); padding: 4px 15px; }
.orepath-experience__copy h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 12px; letter-spacing: .08em; margin: 0 0 6px; text-transform: uppercase; }
.orepath-experience__copy article p { color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; margin: 0; }
.orepath-experience__stats { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; }
.orepath-experience__stats article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.06); min-height: 140px; padding: 25px; }
.orepath-experience__stats strong { display: block; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 31px; }
.orepath-experience__stats span { color: rgba(255,255,255,.38); display: block; font-size: 8px; font-weight: 800; letter-spacing: .12em; margin-top: 7px; text-transform: uppercase; }
.orepath-accreditations { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.orepath-accreditations article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); min-height: 190px; padding: 22px; transition: border-color .25s,transform .25s; }
.orepath-accreditations article:hover { border-color: rgba(251,191,36,.28); transform: translateY(-3px); }
.orepath-accreditations article > span { color: var(--orepath-primary); }
.orepath-accreditations small { color: var(--orepath-cyan); display: block; font-size: 8px; font-weight: 800; letter-spacing: .14em; margin-top: 18px; text-transform: uppercase; }
.orepath-accreditations h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 13px; letter-spacing: .06em; margin: 7px 0 10px; text-transform: uppercase; }
.orepath-accreditations p { color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; margin: 0; }
.orepath-consultants { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.orepath-consultant-card { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); overflow: hidden; padding: 0 0 22px; text-align: center; transition: border-color .3s,transform .3s; }
.orepath-consultant-card:hover { border-color: rgba(34,211,238,.25); transform: translateY(-3px); }
.orepath-consultant-card__visual { align-items: center; aspect-ratio: 16/10; background: linear-gradient(135deg,#16161a,#0e0e10); display: flex; justify-content: center; margin-bottom: 19px; overflow: hidden; }
.orepath-consultant-card__visual img { filter: grayscale(.45); height: 100%; object-fit: cover; transition: .5s; width: 100%; }
.orepath-consultant-card:hover img { filter: none; transform: scale(1.025); }
.orepath-consultant-card__visual > span { align-items: center; background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.3); border-radius: 50%; color: var(--orepath-primary); display: flex; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 25px; font-weight: 700; height: 85px; justify-content: center; width: 85px; }
.orepath-consultant-card h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 15px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-consultant-card > strong { color: var(--orepath-primary); display: block; font-size: 8px; letter-spacing: .14em; margin-top: 6px; text-transform: uppercase; }
.orepath-consultant-card > div:last-child { color: rgba(255,255,255,.4); display: flex; flex-wrap: wrap; font-size: 9px; gap: 12px; justify-content: center; margin-top: 14px; }
.orepath-consultant-card > div:last-child p { align-items: center; display: flex; gap: 5px; margin: 0; }
.orepath-case-studies { display: grid; gap: 12px; }
.orepath-case-study { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); }
.orepath-case-study__header { align-items: center; background: transparent; border: 0; color: #fff; cursor: pointer; display: flex; justify-content: space-between; padding: 18px; text-align: left; width: 100%; }
.orepath-case-study__summary { align-items: center; display: flex; gap: 18px; }
.orepath-case-study__summary > img { height: 72px; object-fit: cover; opacity: .72; width: 112px; }
.orepath-case-study__summary > span { display: flex; flex-direction: column; gap: 6px; }
.orepath-case-study__summary strong { font-family: "Space Grotesk",system-ui,sans-serif; font-size: 15px; letter-spacing: .055em; text-transform: uppercase; }
.orepath-case-study__summary em { color: rgba(255,255,255,.44); font-size: 10px; font-style: normal; line-height: 1.55; max-width: 750px; }
.orepath-case-study__header b { align-items: center; border: 1px solid rgba(251,191,36,.28); color: var(--orepath-primary); display: flex; font-size: 8px; gap: 9px; letter-spacing: .11em; padding: 10px 12px; text-transform: uppercase; white-space: nowrap; }
.orepath-case-study__header[aria-expanded="true"] b svg { transform: rotate(180deg); }
.orepath-case-study__panel { border-top: 1px solid rgba(255,255,255,.07); padding: 28px; }
.orepath-case-study__panel > div { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.orepath-case-study__panel > div + div { margin-top: 22px; }
.orepath-case-study__panel section { background: rgba(255,255,255,.025); border-left: 2px solid var(--orepath-primary); padding: 17px; }
.orepath-case-study__panel h4 { align-items: center; color: var(--orepath-cyan); display: flex; font-size: 9px; gap: 7px; letter-spacing: .13em; margin: 0 0 10px; text-transform: uppercase; }
.orepath-case-study__panel p,
.orepath-case-study__panel li { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.65; }
.orepath-testimonials { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.orepath-testimonials blockquote { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); margin: 0; padding: 26px; position: relative; }
.orepath-testimonials blockquote::before { color: rgba(251,191,36,.15); content: "“"; font-family: Georgia,serif; font-size: 70px; left: 17px; line-height: 1; position: absolute; top: 12px; }
.orepath-testimonials blockquote > p { color: rgba(255,255,255,.62); font-size: 13px; font-style: italic; line-height: 1.75; margin: 20px 0 22px; position: relative; }
.orepath-testimonials footer { border-top: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; gap: 4px; padding-top: 15px; }
.orepath-testimonials strong { color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.orepath-testimonials span { color: var(--orepath-primary); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.orepath-consulting-contact { background: rgba(13,13,15,.72); border-top: 1px solid rgba(255,255,255,.06); padding: 64px 24px; }
.orepath-consulting-contact > div { display: grid; gap: 50px; grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1050px; }
.orepath-consulting-contact h2 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: clamp(28px,4vw,42px); line-height: 1.15; margin: 0; text-transform: uppercase; }
.orepath-consulting-contact header p { color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.7; margin-top: 15px; }

/* About */
.orepath-mission { display: grid; gap: 60px; grid-template-columns: 1.05fr .95fr; }
.orepath-mission__cards { display: grid; gap: 12px; }
.orepath-mission__cards article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); padding: 20px; }
.orepath-mission__cards h3 { align-items: center; display: flex; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 12px; gap: 8px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.orepath-mission__cards p { color: rgba(255,255,255,.44); font-size: 10px; line-height: 1.65; margin: 9px 0 0; }
.orepath-vision { align-items: center; display: grid; gap: 65px; grid-template-columns: 1fr 1fr; }
.orepath-vision__cards { display: grid; gap: 10px; margin-top: 25px; }
.orepath-vision__cards article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); border-left: 2px solid var(--orepath-primary); padding: 17px; }
.orepath-vision__cards article.orepath-accent-cyan { border-left-color: var(--orepath-cyan); }
.orepath-vision__cards article.orepath-accent-magenta { border-left-color: var(--orepath-magenta); }
.orepath-vision__cards article > span { color: var(--orepath-primary); float: left; margin: 2px 10px 20px 0; }
.orepath-vision__cards h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 12px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-vision__cards p { color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.55; margin: 6px 0 0; }
.orepath-vision__visual > div { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.08); min-height: 360px; overflow: hidden; position: relative; }
.orepath-vision__visual img { height: 100%; inset: 0; object-fit: cover; opacity: .7; position: absolute; width: 100%; }
.orepath-vision__visual > div > p { background: linear-gradient(transparent,rgba(10,10,11,.95)); bottom: 0; display: flex; flex-direction: column; left: 0; margin: 0; padding: 75px 24px 22px; position: absolute; right: 0; }
.orepath-vision__visual small { color: var(--orepath-primary); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.orepath-vision__visual span { color: rgba(255,255,255,.65); font-size: 11px; margin-top: 6px; }
.orepath-history { margin: 0 auto; max-width: 980px; }
.orepath-history__lead { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; margin: 0 0 35px; max-width: 720px; }
.orepath-timeline { position: relative; }
.orepath-timeline::before { background: linear-gradient(var(--orepath-primary),var(--orepath-cyan),rgba(255,255,255,.05)); bottom: 0; content: ""; left: 8px; position: absolute; top: 8px; width: 1px; }
.orepath-timeline article { margin: 0 0 47px; padding-left: 32px; position: relative; }
.orepath-timeline article:last-child { margin-bottom: 0; }
.orepath-timeline article > i { background: var(--orepath-bg); border: 2px solid var(--orepath-primary); border-radius: 50%; box-sizing: border-box; height: 17px; left: 0; position: absolute; top: 7px; width: 17px; z-index: 2; }
.orepath-timeline article > i::after { background: var(--orepath-primary); border-radius: 50%; content: ""; height: 5px; inset: 4px; position: absolute; width: 5px; }
.orepath-timeline article > div { background: rgba(13,13,16,.72); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; padding: 24px; }
.orepath-timeline header { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.orepath-timeline header strong { color: var(--orepath-primary); font-family: "Space Grotesk",system-ui,sans-serif; font-size: 18px; font-weight: 700; }
.orepath-timeline header span { background: rgba(255,255,255,.3); border-radius: 50%; height: 6px; width: 6px; }
.orepath-timeline h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 14px; letter-spacing: .07em; margin: 0; text-transform: uppercase; }
.orepath-timeline p { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; margin: 11px 0 0; }
.orepath-leadership { background: var(--orepath-panel); padding: 64px 0; }
.orepath-leadership header { margin-bottom: 45px; }
.orepath-leadership header h2 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: clamp(28px,4vw,45px); letter-spacing: .06em; margin: 0; text-transform: uppercase; }
.orepath-leadership header .gradient-line { margin-top: 13px; }
.orepath-leadership__grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.orepath-leadership__grid article { background: var(--orepath-bg); border: 1px solid rgba(255,255,255,.07); padding: 26px; text-align: center; }
.orepath-leadership__avatar { align-items: center; border-radius: 50%; display: flex; height: 120px; justify-content: center; margin: 0 auto 18px; overflow: hidden; width: 120px; }
.orepath-leadership__avatar img { height: 100%; object-fit: cover; width: 100%; }
.orepath-leadership__avatar > span { align-items: center; background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.28); color: var(--orepath-primary); display: flex; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 28px; height: 100%; justify-content: center; width: 100%; }
.orepath-leadership__grid h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 16px; letter-spacing: .06em; margin: 0; text-transform: uppercase; }
.orepath-leadership__grid article > strong { color: var(--orepath-primary); display: block; font-size: 8px; letter-spacing: .13em; margin-top: 6px; text-transform: uppercase; }
.orepath-leadership__grid article > div:last-child { color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.65; margin-top: 14px; }
.orepath-values { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.orepath-values article { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); min-height: 190px; padding: 23px; transition: transform .25s,border-color .25s; }
.orepath-values article:hover { border-color: rgba(251,191,36,.25); transform: translateY(-3px); }
.orepath-values article > span { display: block; margin-bottom: 20px; }
.orepath-values h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 13px; letter-spacing: .08em; margin: 0 0 9px; text-transform: uppercase; }
.orepath-values p { color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.65; margin: 0; }

/* Careers */
.orepath-jobs { display: grid; gap: 12px; }
.orepath-job { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.07); }
.orepath-job__header { align-items: center; background: transparent; border: 0; color: #fff; cursor: pointer; display: flex; justify-content: space-between; padding: 25px; text-align: left; width: 100%; }
.orepath-job__summary { display: flex; flex: 1; flex-direction: column; gap: 9px; }
.orepath-job__meta { align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 16px; }
.orepath-job__meta small { color: var(--orepath-primary); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.orepath-job__meta em { align-items: center; color: rgba(255,255,255,.38); display: inline-flex; font-size: 9px; font-style: normal; gap: 5px; }
.orepath-job__summary > strong { font-family: "Space Grotesk",system-ui,sans-serif; font-size: 22px; letter-spacing: .04em; }
.orepath-job__summary > p { color: rgba(255,255,255,.47); font-size: 11px; line-height: 1.6; margin: 0; max-width: 760px; }
.orepath-job__header > b { align-items: center; border: 1px solid rgba(251,191,36,.28); color: var(--orepath-primary); display: flex; font-size: 8px; gap: 8px; letter-spacing: .11em; margin-left: 25px; padding: 11px 14px; text-transform: uppercase; white-space: nowrap; }
.orepath-job__header[aria-expanded="true"] > b svg { transform: rotate(180deg); }
.orepath-job__panel { border-top: 1px solid rgba(255,255,255,.07); padding: 28px; }
.orepath-job__panel h3 { align-items: center; color: var(--orepath-cyan); display: flex; font-size: 9px; gap: 7px; letter-spacing: .15em; margin: 0 0 13px; text-transform: uppercase; }
.orepath-job__columns { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; margin-top: 26px; }
.orepath-job__panel ul { color: rgba(255,255,255,.5); display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.orepath-job__panel li { align-items: flex-start; display: flex; font-size: 10px; gap: 8px; line-height: 1.55; }
.orepath-job__panel li i { color: var(--orepath-primary); font-style: normal; }
.orepath-job__panel footer { border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.42); font-size: 10px; margin-top: 25px; padding-top: 19px; }
.orepath-job__panel footer a { color: var(--orepath-primary); }
.orepath-careers-cta { background: var(--orepath-panel); border-top: 1px solid rgba(255,255,255,.06); padding: 60px 24px; text-align: center; }
.orepath-careers-cta > div { margin: 0 auto; max-width: 750px; }
.orepath-careers-cta h2 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 28px; letter-spacing: .05em; margin: 0; text-transform: uppercase; }
.orepath-careers-cta p { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; margin: 15px 0 22px; }
.orepath-careers-cta__button { border: 1px solid var(--orepath-primary); border-radius: 3px; color: var(--orepath-primary); display: inline-flex; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; padding: 13px 19px; text-decoration: none; text-transform: uppercase; transition: .2s; }
.orepath-careers-cta__button:hover { background: var(--orepath-primary); color: #111; }

/* Blog, articles and legal */
.orepath-blog-listing { padding: 32px 0 96px; }
.orepath-blog-grid { display: grid; gap: 48px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.orepath-article-card { min-width: 0; }
.orepath-article-card__image { aspect-ratio: 16/9; background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.06); border-radius: 8px; display: block; overflow: hidden; }
.orepath-article-card__image img { height: 100%; object-fit: cover; opacity: .8; transition: opacity .6s,transform .7s; width: 100%; }
.orepath-article-card:hover .orepath-article-card__image img { opacity: .95; transform: scale(1.05); }
.orepath-article-card__placeholder { background: linear-gradient(135deg,#19191c,#0e0e10); display: block; height: 100%; width: 100%; }
.orepath-article-card__body { padding-top: 22px; }
.orepath-article-card__meta { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; margin: 0 0 14px; }
.orepath-article-card__meta strong,
.orepath-article-card__meta time { font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.orepath-article-card__meta strong { color: var(--orepath-primary); }
.orepath-article-card__meta time { color: rgba(255,255,255,.35); }
.orepath-article-card__meta i { background: rgba(255,255,255,.12); border-radius: 50%; height: 4px; width: 4px; }
.orepath-article-card h2 { font-family: "Space Grotesk",system-ui,sans-serif; font-size: clamp(20px,2.4vw,26px); font-weight: 700; line-height: 1.25; margin: 0 0 11px; }
.orepath-article-card h2 a { color: #fff; text-decoration: none; transition: color .2s; }
.orepath-article-card:hover h2 a { color: var(--orepath-primary); }
.orepath-article-card__excerpt { color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.orepath-article-card__excerpt p { margin: 0; }
.orepath-article-card__link { color: #fff; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .13em; margin-top: 19px; text-decoration: none; text-transform: uppercase; transition: gap .2s; }
.orepath-article-card__link span { color: var(--orepath-primary); }
.orepath-article-card:hover .orepath-article-card__link { gap: 15px; }
.orepath-pagination { margin-top: 65px; }
.orepath-pagination ul { display: flex; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.orepath-pagination a,
.orepath-pagination span { border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.6); display: block; font-size: 11px; padding: 9px 13px; text-decoration: none; }
.orepath-pagination .current,
.orepath-pagination a:hover { border-color: var(--orepath-primary); color: var(--orepath-primary); }
.orepath-article-hero { align-items: end; background: linear-gradient(0deg,rgba(10,10,11,.98),rgba(10,10,11,.4)),var(--article-hero,linear-gradient(#17171b,#0a0a0b)) center/cover; display: flex; min-height: 70vh; padding: 70px max(24px,calc((100vw - 1100px)/2)); }
.orepath-article-hero > div { max-width: 900px; }
.orepath-article-hero > div > p { color: var(--orepath-primary); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.orepath-article-hero h1 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: clamp(35px,6vw,70px); line-height: 1.05; margin: 16px 0; }
.orepath-article-hero__excerpt { color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.6; max-width: 760px; }
.orepath-article-content { margin: 0 auto; max-width: 800px; padding: 70px 24px; }
.orepath-article-cta { background: var(--orepath-panel); border: 1px solid rgba(255,255,255,.08); margin: 0 auto 80px; max-width: 900px; padding: 38px; text-align: center; }
.orepath-article-cta h2 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 28px; }
.orepath-article-cta p { color: rgba(255,255,255,.55); margin: 12px 0 22px; }
.orepath-prose { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.orepath-prose h2,
.orepath-prose h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-weight: 700; margin-top: 2em; }
.orepath-prose a { color: var(--orepath-cyan); }
.orepath-legal-layout { align-items: start; display: grid; gap: 64px; grid-template-columns: minmax(260px,285px) minmax(0,1fr); }
.orepath-legal-nav { align-self: start; backdrop-filter: blur(12px); background: rgba(13,13,16,.88); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 20px; position: sticky; top: 110px; }
.orepath-legal-nav__header { align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; margin-bottom: 12px; padding-bottom: 15px; }
.orepath-legal-nav__title { align-items: center; color: rgba(255,255,255,.58); display: inline-flex; font-size: 11px; font-weight: 800; gap: 8px; letter-spacing: .08em; text-transform: uppercase; }
.orepath-legal-nav__title svg { color: var(--orepath-primary); }
.orepath-legal-nav__header button { align-items: center; background: transparent; border: 0; color: rgba(255,255,255,.5); cursor: pointer; display: inline-flex; justify-content: center; padding: 4px; transition: color .2s; }
.orepath-legal-nav__header button:hover,
.orepath-legal-nav__header button:focus-visible { color: var(--orepath-primary); }
.orepath-legal-nav nav { display: flex; flex-direction: column; gap: 2px; max-height: calc(100vh - 220px); overflow-y: auto; padding-right: 3px; scrollbar-color: rgba(255,255,255,.18) transparent; scrollbar-width: thin; }
.orepath-legal-nav a { align-items: center; border-left: 2px solid transparent; border-radius: 4px; color: rgba(255,255,255,.52); display: flex; font-size: 11px; font-weight: 650; gap: 8px; min-width: 0; padding: 9px 10px; text-decoration: none; transition: background .2s,border-color .2s,color .2s; }
.orepath-legal-nav a > span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.orepath-legal-nav a > svg { flex: 0 0 auto; opacity: .45; }
.orepath-legal-nav a:hover { background: rgba(255,255,255,.035); color: rgba(255,255,255,.82); }
.orepath-legal-nav a.is-active { background: rgba(251,191,36,.12); border-left-color: var(--orepath-primary); color: var(--orepath-primary); font-weight: 800; }
.orepath-legal-nav a.is-active > svg { opacity: .75; }
.orepath-legal-layout article section { scroll-margin-top: 110px; }
.orepath-legal-updated { color: var(--orepath-primary); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Contact */
.orepath-contact-page { background: var(--orepath-bg); min-height: 100vh; overflow: hidden; position: relative; }
.orepath-contact-page__media { height: 85vh; inset: 0 0 auto; pointer-events: none; position: absolute; }
.orepath-contact-page__media img { height: 100%; object-fit: cover; opacity: .85; width: 100%; }
.orepath-contact-page__media span { background: linear-gradient(90deg,rgba(10,10,11,.8),rgba(10,10,11,.4),rgba(10,10,11,.8)),linear-gradient(180deg,rgba(10,10,11,.4),transparent 44%,rgba(10,10,11,1)); inset: 0; position: absolute; }
.orepath-contact-page > .orepath-numbered-section { padding-top: 90px; position: relative; }
.orepath-contact-layout { display: grid; gap: 64px; grid-template-columns: minmax(260px,1fr) minmax(0,2fr); }
.orepath-contact-details { display: flex; flex-direction: column; gap: 45px; }
.orepath-contact-details h3 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 18px; letter-spacing: .08em; margin: 0 0 23px; text-transform: uppercase; }
.orepath-contact-details ul { display: grid; gap: 18px; list-style: none; margin: 0; padding: 0; }
.orepath-contact-details li,
.orepath-contact-address { align-items: flex-start; display: flex; gap: 14px; }
.orepath-contact-details li > span,
.orepath-contact-address > span { align-items: center; background: rgba(251,191,36,.1); border-radius: 3px; color: var(--orepath-primary); display: flex; flex: 0 0 44px; height: 44px; justify-content: center; }
.orepath-contact-details li > div { display: flex; flex-direction: column; }
.orepath-contact-details small { color: rgb(100 116 139); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin-bottom: 4px; text-transform: uppercase; }
.orepath-contact-details a { color: #fff; font-size: 14px; line-height: 1.5; min-height: 28px; text-decoration: none; transition: color .2s; }
.orepath-contact-details a:hover { color: var(--orepath-primary); }
.orepath-contact-address address { color: rgb(148 163 184); font-size: 13px; font-style: normal; line-height: 1.7; }
.orepath-contact-form .orepath-form-preview { box-shadow: 0 24px 75px rgba(0,0,0,.28); }
.orepath-contact-form__intro { color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.6; margin-top: 13px; }

/* Footer */
.orepath-footer { background: #080809; border-top: 1px solid rgba(255,255,255,.05); padding: 60px 0 40px; }
.orepath-footer__inner { margin: 0 auto; max-width: var(--orepath-shell); padding: 0 24px; }
.orepath-footer__grid { display: grid; gap: 48px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-bottom: 46px; }
.orepath-logo--footer { margin-bottom: 20px; }
.orepath-footer__brand p { color: rgba(255,255,255,.47); font-size: 13px; line-height: 1.65; margin: 0; }
.orepath-footer__brand p strong,
.orepath-footer__brand p span { display: block; }
.orepath-footer__brand p strong { color: #fff; margin-bottom: 4px; }
.orepath-footer h2 { color: #fff; font-family: "Space Grotesk",system-ui,sans-serif; font-size: 15px; font-weight: 700; margin: 0 0 20px; }
.orepath-footer-menu,
.orepath-legal-menu,
.orepath-footer__connect ul { display: flex; flex-direction: column; gap: 12px; list-style: none; margin: 0; padding: 0; }
.orepath-footer-menu a,
.orepath-legal-menu a,
.orepath-footer__connect a { color: rgba(255,255,255,.5); font-size: 13px; text-decoration: none; transition: color .2s; }
.orepath-footer-menu a:hover,
.orepath-legal-menu a:hover,
.orepath-footer__connect a:hover { color: var(--orepath-primary); }
.orepath-footer__connect li { align-items: flex-start; color: rgba(255,255,255,.5); display: flex; font-size: 12px; gap: 11px; line-height: 1.6; }
.orepath-footer__connect li svg { color: var(--orepath-primary); flex: 0 0 auto; margin-top: 1px; }
.orepath-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.05); display: flex; justify-content: space-between; padding-top: 29px; }
.orepath-footer__bottom > p { color: rgba(255,255,255,.28); font-size: 10px; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.orepath-footer__bottom .orepath-legal-menu { flex-direction: row; flex-wrap: wrap; gap: 24px; }
.orepath-footer__bottom .orepath-legal-menu a { color: rgba(255,255,255,.3); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1100px) {
    .orepath-menu { gap: 18px; }
    .orepath-header__cta { margin-left: 20px; padding-left: 18px; padding-right: 18px; }
    .orepath-mega-menu__inner { gap: 28px; }
    .orepath-accreditations,
    .orepath-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
    .orepath-header__cta { display: none; }
    .orepath-menu-toggle { display: block; }
    .orepath-navigation { background: rgba(10,10,11,.99); border-top: 1px solid rgba(255,255,255,.1); display: none; height: auto; left: 0; margin: 0; max-height: calc(100vh - var(--orepath-header-height)); overflow-y: auto; padding: 14px 20px 28px; position: absolute; right: 0; top: 100%; }
    .orepath-navigation.is-open { display: block; }
    .orepath-menu { align-items: stretch; flex-direction: column; gap: 0; height: auto; }
    .orepath-menu > li { align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.06); display: block; height: auto; }
    .orepath-menu > li > a { font-size: 14px; height: auto; justify-content: space-between; min-height: 48px; padding: 10px 0; }
    .orepath-menu > li > a::after { display: none; }
    .orepath-mega-menu { background: transparent; border: 0; box-shadow: none; display: none; opacity: 1; overflow: visible; padding: 0 0 12px 12px; pointer-events: auto; position: static; transform: none; }
    .orepath-menu > li.is-open > .orepath-mega-menu { display: block; }
    .orepath-mega-menu__inner,
    .orepath-mega-menu__inner:has(.orepath-mega-feature) { display: block; padding: 0; }
    .orepath-mega-overview,
    .orepath-mega-feature,
    .orepath-mega-links > small { display: none; }
    .orepath-mega-links > .sub-menu { gap: 0; }
    .orepath-mega-links > .sub-menu > li > a { border-radius: 0; margin: 0; padding: 10px 0; }
    .orepath-mega-links .orepath-menu-copy strong { font-size: 11px; }
    .orepath-mega-links .orepath-menu-copy em { font-size: 10px; }
    .orepath-page-hero,
    .orepath-product-hero { min-height: 65vh; }
    .orepath-product-hero__inner { gap: 35px; grid-template-columns: 1fr; }
    .orepath-product-facts { max-width: 520px; }
    .orepath-benefit-grid,
    .orepath-pipeline { grid-template-columns: 1fr 1fr; }
    .orepath-demo-request__intro { grid-template-columns: 1fr; }
    .orepath-demo-toggle { justify-self: start; }
    .orepath-service-browser,
    .orepath-experience,
    .orepath-mission,
    .orepath-vision,
    .orepath-signup-card,
    .orepath-consulting-contact > div,
    .orepath-contact-layout { grid-template-columns: 1fr; }
    .orepath-service-browser__nav { display: grid; grid-template-columns: 1fr 1fr; }
    .orepath-consultants,
    .orepath-leadership__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .orepath-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) { .admin-bar .orepath-header { top: 46px; } }

@media (max-width: 700px) {
    .orepath-section-shell,
    .orepath-header__inner,
    .orepath-footer__inner { padding-left: 16px; padding-right: 16px; }
    .orepath-logo { font-size: 21px; }
    .orepath-logo__image,
    .orepath-logo img { height: 35px; }
    .orepath-page-hero,
    .orepath-product-hero { min-height: 40vh; }
    .orepath-page-hero__content,
    .orepath-product-hero__inner { padding: 55px 16px 70px; }
    .orepath-page-hero h1,
    .orepath-product-hero h1 { font-size: clamp(34px,10vw,50px); }
    .orepath-page-hero__content > p,
    .orepath-product-hero__copy > p { font-size: 15px; }
    .orepath-scroll-indicator { display: none; }
    .orepath-numbered-section { padding: 56px 0; }
    .orepath-section-heading { margin-bottom: 42px; }
    .orepath-section-number { font-size: 76px; top: -28px; }
    .orepath-section-heading h2 { font-size: 29px; }
    .orepath-section-heading p { font-size: 14px; }
    .orepath-rotator { min-width: 100%; width: 100%; }
    #orepath-interactive-map { min-height: 430px; }
    .orepath-feature-grid,
    .orepath-benefit-grid,
    .orepath-pipeline,
    .orepath-service-browser__nav,
    .orepath-experience__copy > div,
    .orepath-accreditations,
    .orepath-consultants,
    .orepath-leadership__grid,
    .orepath-values,
    .orepath-blog-grid,
    .orepath-testimonials,
    .orepath-case-study__panel > div,
    .orepath-job__columns,
    .orepath-footer__grid { grid-template-columns: 1fr; }
    .orepath-product-title { align-items: flex-start; flex-direction: column; }
    .orepath-product-title > img { height: 62px; width: 62px; }
    .orepath-product-facts { display: none; }
    .orepath-service-panel__scope ul { grid-template-columns: 1fr; }
    .orepath-additional-services > div { grid-template-columns: 1fr 1fr; }
    .orepath-service-panel__content > footer { align-items: flex-start; flex-direction: column; gap: 10px; }
    .orepath-case-study__summary > img { display: none; }
    .orepath-case-study__header b span,
    .orepath-job__header > b span { display: none; }
    .orepath-job__header > b { margin-left: 10px; }
    .orepath-timeline::before { left: 8px; }
    .orepath-timeline article { padding-left: 30px; }
    .orepath-timeline article > i { left: 0; }
    .orepath-timeline article > div { padding: 18px; }
    .orepath-timeline header { align-items: center; flex-direction: row; gap: 8px; }
    .orepath-blog-grid { gap: 38px; }
    .orepath-contact-page > .orepath-numbered-section { padding-top: 65px; }
    .orepath-form-preview__grid,
    .orepath-subscribe-preview > div { grid-template-columns: 1fr; }
    .orepath-footer { padding-top: 45px; }
    .orepath-footer__bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
    .orepath-footer__bottom .orepath-legal-menu { gap: 14px 20px; }
    .orepath-legal-layout { grid-template-columns: 1fr; }
    .orepath-legal-layout { gap: 38px; }
    .orepath-legal-layout aside { position: static; }
}

@media (max-width: 430px) {
    .orepath-additional-services > div { grid-template-columns: 1fr; }
    .orepath-service-browser__nav button { min-height: 70px; }
    .orepath-article-card__meta { gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .orepath-reveal { opacity: 1; transform: none; }
}

@media print {
    .orepath-header,
    .orepath-footer,
    .orepath-page-hero,
    .orepath-legal-nav { display: none !important; }
    .orepath-legal-layout { display: block; max-width: none; padding: 0; }
    .orepath-legal-layout .orepath-prose,
    .orepath-legal-layout .orepath-prose h2,
    .orepath-legal-layout .orepath-prose h3 { color: #111 !important; }
    .orepath-legal-layout article section { break-inside: avoid-page; }
}
