:root{--text-xs:clamp(.6875rem, .65rem + .2vw, .8125rem);--text-sm:clamp(.8125rem, .75rem + .3vw, .9375rem);--text-base:clamp(.9375rem, .9rem + .2vw, 1.0625rem);--text-lg:clamp(1.125rem, 1rem + .6vw, 1.375rem);--text-xl:clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);--text-2xl:clamp(2rem, 1.4rem + 2.5vw, 3.25rem);--text-3xl:clamp(2.5rem, 1.2rem + 4vw, 4.5rem);--text-hero:clamp(3rem, 1rem + 6vw, 5.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--content-narrow:680px;--content-default:1080px;--content-wide:1320px;--content-max:1440px;--petrolog-blue:#3968a0;--petrolog-blue-light:#4a7ab2;--petrolog-blue-dark:#2d5484;--petrolog-navy:#0f1e33;--petrolog-navy-mid:#1a2d47;--petrolog-gold:#9a7b4f;--petrolog-gold-light:#b8935e;--color-bg:#fafafa;--color-surface:#fff;--color-surface-2:#f5f6f8;--color-surface-offset:#eef0f4;--color-divider:#0f1e3314;--color-border:#0f1e331f;--color-text:#0f1e33;--color-text-secondary:#4a5468;--color-text-muted:#7a8499;--color-text-faint:#b0b8c8;--color-primary:var(--petrolog-blue);--color-primary-hover:var(--petrolog-blue-dark);--color-accent:var(--petrolog-gold);--color-success:#2d7a4f;--color-warning:#b8860b;--color-error:#b83d3d;--radius-sm:2px;--radius-md:4px;--radius-lg:6px;--shadow-sm:0 1px 3px #0f1e330f;--shadow-md:0 4px 16px #0f1e3314;--shadow-lg:0 12px 40px #0f1e331f;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--transition-fast:.18s var(--ease-out);--transition-med:.35s var(--ease-out);--transition-slow:.6s var(--ease-out);--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif}[data-theme=dark]{--color-bg:#0a0f18;--color-surface:#111827;--color-surface-2:#1a2236;--color-surface-offset:#151d2e;--color-divider:#ffffff14;--color-border:#ffffff1f;--color-text:#e8ecf2;--color-text-secondary:#94a5c3;--color-text-muted:#6e7b96;--color-text-faint:#3d4a61;--color-primary:#5b90cc;--color-primary-hover:#7aabde;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #00000059;--shadow-lg:0 12px 40px #00000073}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;scroll-padding-top:5rem}body{min-height:100dvh;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden}img,picture,video,svg{max-width:100%;height:auto;display:block}ul[role=list],ol[role=list]{list-style:none}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.15}p,li,figcaption{text-wrap:pretty;max-width:72ch}::selection{color:var(--color-text);background:#3968a033}:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;width:100%}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-enter{opacity:0;transform:translateY(12px)}.page-active{opacity:1;transition:opacity .5s var(--ease-out), transform .5s var(--ease-out);transform:translateY(0)}.reveal{opacity:0;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.container{max-width:var(--content-max);padding:0 clamp(var(--space-5), 4vw, var(--space-16));margin:0 auto}.container-narrow{max-width:var(--content-default);padding:0 clamp(var(--space-5), 4vw, var(--space-16));margin:0 auto}.section{padding:clamp(var(--space-16), 8vw, var(--space-32)) 0}.section-sm{padding:clamp(var(--space-12), 5vw, var(--space-20)) 0}@media (width<=1024px){.desktop-only{display:none!important}}@media (width>=1025px){.mobile-only{display:none!important}}@media (width<=820px){.resp-grid{grid-template-columns:1fr!important;gap:2rem!important}.resp-grid-2,.why-grid,.areas-grid{grid-template-columns:repeat(2,1fr)!important}.tabs-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.tabs-scroll::-webkit-scrollbar{display:none}.resp-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.hide-mobile,.breadcrumb-title{display:none!important}}@media (width<=900px){.matrix-table-wrap{display:none!important}.matrix-cards{display:flex!important}}@media (width<=1100px){.areas-grid{grid-template-columns:repeat(3,1fr)!important}}@media (width<=980px){.capabilities-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=560px){.capabilities-grid{grid-template-columns:1fr!important}}@media (width<=720px){h1{letter-spacing:-.5px!important}.hero-headline{margin-bottom:1.25rem!important;font-size:clamp(2rem,8vw,2.5rem)!important;line-height:1.1!important}.hero-eyebrow{margin-bottom:.75rem!important}.hero-sub{margin-bottom:1.5rem!important;font-size:.95rem!important;line-height:1.55!important}.hero-section{min-height:auto!important;padding-top:88px!important;padding-bottom:120px!important}.hero-stats{margin-top:2.25rem!important}}@media (width>=721px) and (width<=1024px){.hero-section{min-height:auto!important;padding-top:clamp(72px,9vw,100px)!important;padding-bottom:clamp(64px,7vw,96px)!important}.hero-headline{font-size:clamp(2.5rem,6.5vw,3.5rem)!important;line-height:1.08!important}.hero-sub{font-size:1.05rem!important;line-height:1.55!important}.hero-stats{margin-top:2.5rem!important}.section{padding:clamp(var(--space-12), 6vw, var(--space-20)) 0!important}}@media (orientation:landscape) and (height<=500px){.hero-section{min-height:auto!important;padding-top:72px!important;padding-bottom:56px!important}.hero-headline{margin-bottom:.875rem!important;font-size:clamp(1.75rem,4.5vw,2.25rem)!important;line-height:1.1!important}.hero-eyebrow{margin-bottom:.5rem!important}.hero-sub{margin-bottom:1.25rem!important;font-size:.95rem!important;line-height:1.5!important}.hero-stats{margin-top:1.75rem!important}.section{padding:clamp(var(--space-10), 5vw, var(--space-16)) 0!important}}.pillar-cell,.pillar-cell>div{height:100%}[style*="display: grid"]>.reveal,[style*=display\:grid]>.reveal{flex-direction:column;height:100%;display:flex}[style*="display: grid"]>.reveal>*{flex:auto;width:100%;min-width:0}@media (width<=640px){.openings-table{display:none!important}.openings-cards{display:flex!important}}@media (width<=820px){.milestones-grid{grid-template-columns:1fr!important}.milestones-line{display:none!important}.milestones-item>div{border-bottom:1px solid var(--color-divider);margin-bottom:1.5rem;padding-bottom:1.5rem!important}.milestones-item:last-child>div{border-bottom:0;margin-bottom:0}.milestones-dot{margin-bottom:.75rem!important}}@media (width<=640px){.selection-process{flex-direction:column!important;align-items:stretch!important;gap:0!important}.selection-stage{border-bottom:1px solid var(--color-divider);flex-direction:row!important;align-items:center!important;gap:14px!important;padding:10px 0!important}.selection-stage:last-child{border-bottom:0}.selection-stage-inner{text-align:left!important;flex:1!important;align-items:center!important;gap:14px!important;display:flex!important}.selection-num{flex-shrink:0;margin:0!important}.selection-label{text-align:left!important;font-size:13px!important;line-height:1.4!important}.selection-connector{display:none!important}}@media (width<=820px){.our-story-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.our-story-grid>*{min-width:0;max-width:100%}.our-story-grid p{max-width:100%!important}}.capabilities-filter-bar{top:60px}@media (width>=1025px){.capabilities-filter-bar{top:60px}}@media (width<=820px){html{scroll-padding-top:4rem}.reveal{transition-duration:.6s;transform:translateY(16px)}}
