:root{--color-bg:#0d1113;--color-bg-soft:#151c20;--color-bg-panel:#1b2327;--color-surface:rgba(24,31,35,0.92);--color-surface-strong:#20282d;--color-border:rgba(112,130,138,0.34);--color-border-strong:rgba(164,179,186,0.52);--color-text:#edf0e8;--color-muted:#a1adb0;--color-accent:#2f6f97;--color-accent-strong:#67a6cf;--color-accent-soft:#9fc9e4;--color-accent-rgb:47,111,151;--color-accent-strong-rgb:103,166,207;--color-shadow:rgba(0,0,0,0.28);--shell-width:1180px;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,rgba(var(--color-accent-rgb),.2),transparent 28%),linear-gradient(180deg,#0b0f11 0,#0f1417 26%,#12181b 100%);color:var(--color-text);font-family:Segoe UI,Arial Narrow,Arial,sans-serif}a{color:inherit;text-decoration:none}a,button{transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}a:focus-visible,button:focus-visible{outline:3px solid rgba(var(--color-accent-strong-rgb),.4);outline-offset:3px}.site-frame{min-height:100vh}.shell{width:min(calc(100% - 2rem),var(--shell-width));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(10,13,15,.78);border-bottom:1px solid rgba(112,130,138,.18)}.site-footer__inner,.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:var(--space-3);font-weight:700;flex:0 1 32rem;min-width:0}.brand__stack{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.brand__stack strong{font-size:.98rem}.brand__mark{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;min-height:3.2rem;padding:0 var(--space-3);border:1px solid rgba(var(--color-accent-strong-rgb),.42);border-radius:.9rem;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent),linear-gradient(135deg,rgba(var(--color-accent-rgb),.22),rgba(64,76,81,.18));color:#eef8ff;letter-spacing:.08em}.brand__text,.hero-card__label,.highlight-band__index,.section-eyebrow,.site-footer__eyebrow{color:var(--color-muted);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase}.brand__text{max-width:30rem;font-size:.68rem;line-height:1.35}.site-header__center{flex:1 1 auto;min-width:0}.site-header__center,.site-nav{display:flex;justify-content:center}.site-nav{align-items:center;gap:1.75rem}.site-header__actions{display:flex;align-items:center;gap:var(--space-3);flex:0 0 auto}.site-nav__link{position:relative;color:var(--color-muted);font-size:.98rem;line-height:1;padding:.35rem 0}.site-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:-.2rem;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent-strong),transparent);transform:scaleX(0);transform-origin:center;transition:transform .16s ease}.site-nav__link--active,.site-nav__link:focus-visible,.site-nav__link:hover{color:var(--color-text)}.site-nav__link--active:after,.site-nav__link:focus-visible:after,.site-nav__link:hover:after{transform:scaleX(1)}.site-header__badge{white-space:nowrap}.hero-section,.page-intro{position:relative}.hero-section{overflow:hidden;padding:0 0 var(--space-12)}.hero-section__media{position:absolute;inset:0 0 auto;height:min(92vh,54rem);min-height:42rem;background:#0b0f11}.hero-section__media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:7rem 7rem;opacity:.25}.hero-section__media:after{content:"";position:absolute;inset:auto 0 0;height:14rem;background:linear-gradient(180deg,transparent,#12181b 92%)}.hero-section__video{width:100%;height:100%;object-fit:cover;opacity:.82}.hero-section__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,8,.16),rgba(6,9,11,.56) 48%,rgba(8,11,13,.86)),linear-gradient(90deg,rgba(7,10,12,.76),rgba(7,10,12,.14) 48%,rgba(7,10,12,.58))}.hero-section__video-fallback{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:clamp(1.5rem,3vw,2.5rem);background:radial-gradient(circle at 18% 24%,rgba(var(--color-accent-strong-rgb),.28),transparent 18%),radial-gradient(circle at 76% 32%,rgba(78,92,98,.3),transparent 26%),linear-gradient(125deg,rgba(10,12,14,.2),rgba(10,12,14,.82))}.hero-section__video-fallback span{max-width:20rem;padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:rgba(9,12,14,.45);color:rgba(237,240,232,.84);line-height:1.6}.hero-section__inner{position:relative;z-index:1;grid-gap:var(--space-8);min-height:min(92vh,54rem);padding-top:8rem}.hero-section__inner,.hero-section__stage{display:grid;gap:var(--space-8);align-items:end}.hero-section__stage{grid-template-columns:minmax(0,1.35fr) minmax(320px,.78fr);grid-gap:var(--space-8)}.cta-panel,.hero-card,.hero-section__copy,.info-card,.page-feature-card,.page-intro__inner,.page-panel,.process-card,.request-wizard__aside,.request-wizard__form,.request-wizard__status,.ui-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 32%),linear-gradient(180deg,rgba(30,38,43,.96),rgba(18,24,27,.98));box-shadow:0 20px 50px var(--color-shadow)}.ui-card{overflow:hidden}.ui-card__content,.ui-card__header{padding:0}.ui-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.6rem .9rem;border:1px solid rgba(var(--color-accent-strong-rgb),.28);border-radius:999px;background:rgba(var(--color-accent-rgb),.14);color:#d7ecfb;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ui-badge--soft{border-color:rgba(164,179,186,.28);background:rgba(255,255,255,.04);color:var(--color-muted)}.cta-panel,.hero-section__copy,.page-intro__inner{padding:clamp(2rem,4vw,3.5rem)}.hero-section__copy{max-width:46rem;background:linear-gradient(180deg,rgba(10,14,16,.5),rgba(10,14,16,.38));border-color:rgba(164,179,186,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cta-panel h2,.hero-section h1,.page-intro__inner h1,.section-heading h2,.showcase-section__intro h2{margin:var(--space-4) 0 var(--space-4);font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.03em;line-height:1.02}.hero-section h1{max-width:12ch;font-size:clamp(3.4rem,6.4vw,6.2rem)}.page-intro{padding:var(--space-16) 0}.page-intro__inner{max-width:54rem}.page-intro__inner h1{font-size:clamp(2.2rem,4.6vw,3.7rem)}.cta-panel p,.hero-section__description,.hero-stat span,.highlight-band__body p,.info-card p,.page-intro__inner p:last-child,.process-card p,.review-card__meta span,.section-heading p,.showcase-card__content p,.site-footer__copy,.site-footer__meta{color:var(--color-muted);font-size:1rem;line-height:1.7}.hero-section__actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-8)}.ui-button{display:inline-flex;align-items:center;justify-content:center;min-height:3.45rem;min-width:10.5rem;padding:.85rem 1.45rem;border:1px solid transparent;border-radius:999px;font-weight:700;font-size:1rem;line-height:1.2;letter-spacing:-.01em;white-space:normal;text-align:center;text-wrap:balance}.ui-button:focus-visible,.ui-button:hover{transform:translateY(-2px)}.ui-button:active{transform:translateY(0)}.ui-button--primary{border-color:rgba(var(--color-accent-strong-rgb),.56);background:linear-gradient(180deg,#4784ab,#2f6f97);color:#f3fbff;box-shadow:0 16px 34px rgba(var(--color-accent-rgb),.24),inset 0 1px 0 rgba(255,255,255,.15)}.ui-button--primary:focus-visible,.ui-button--primary:hover{border-color:rgba(184,222,245,.7);background:linear-gradient(180deg,#5a97be,#295d80)}.ui-button--secondary{border-color:rgba(164,179,186,.3);background:linear-gradient(180deg,rgba(34,43,48,.92),rgba(20,27,31,.96));color:var(--color-text);box-shadow:0 12px 24px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08)}.ui-button--secondary:focus-visible,.ui-button--secondary:hover{border-color:rgba(var(--color-accent-strong-rgb),.34);color:#dff2ff}.hero-card{padding:0;background:linear-gradient(180deg,rgba(var(--color-accent-rgb),.1),transparent 28%),linear-gradient(180deg,rgba(17,22,25,.94),rgba(10,14,16,.98))}.hero-card .ui-card__content,.hero-card .ui-card__header{padding:1.5rem}.hero-card .ui-card__header{display:grid;grid-gap:.9rem;gap:.9rem;border-bottom:1px solid rgba(164,179,186,.14)}.hero-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.1}.hero-card p{margin:0;color:var(--color-muted);line-height:1.7}.hero-card__list{margin:0;padding-left:1.2rem;line-height:1.9;color:var(--color-text)}.hero-card__notes{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-4);gap:var(--space-4);margin-top:0}.hero-stat{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 30%),linear-gradient(180deg,rgba(24,31,35,.96),rgba(13,18,21,.98))}.hero-stat__content{display:grid;grid-gap:.35rem;gap:.35rem;padding:1rem 1.1rem}.hero-stat strong{color:#d8efff;font-size:1rem}.content-section,.page-section,.request-wizard{padding-bottom:var(--space-16)}.section-heading{max-width:48rem;margin-bottom:var(--space-8)}.section-heading--wide{max-width:56rem}.section-heading h2{font-size:clamp(2rem,4vw,3.1rem);max-width:16ch}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.highlight-rail{display:grid;grid-gap:1.25rem;gap:1.25rem}.highlight-band{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1.2rem;gap:1.2rem;align-items:start;padding:1.5rem;border-top:1px solid rgba(164,179,186,.14);border-bottom:1px solid rgba(164,179,186,.14)}.highlight-band__index{min-width:3.25rem;color:rgba(255,255,255,.42)}.highlight-band__body h3,.page-feature-card h3,.page-panel h3,.process-card h3,.showcase-card__content h3{margin:.25rem 0 .6rem;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.15}.showcase-section{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);grid-gap:var(--space-8);gap:var(--space-8);align-items:start}.showcase-section__intro{position:-webkit-sticky;position:sticky;top:6.5rem;display:grid;grid-gap:1rem;gap:1rem}.showcase-section__intro p{color:var(--color-muted);line-height:1.7}.showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.showcase-card{position:relative;overflow:hidden;min-height:23rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:0 20px 44px var(--color-shadow)}.showcase-card:first-child{grid-column:span 2;min-height:30rem}.showcase-card__visual{position:absolute;inset:0}.showcase-card__visual:after,.showcase-card__visual:before{content:"";position:absolute;inset:0}.showcase-card__visual:before{background:linear-gradient(180deg,transparent,rgba(8,11,13,.1) 35%,rgba(8,11,13,.9)),linear-gradient(120deg,rgba(255,255,255,.06),transparent 20%),repeating-linear-gradient(115deg,rgba(255,255,255,.02),rgba(255,255,255,.02) 12px,transparent 0,transparent 28px)}.showcase-card__visual:after{background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 18%),radial-gradient(circle at bottom right,rgba(0,0,0,.34),transparent 32%);mix-blend-mode:screen;opacity:.4}.showcase-card--steel .showcase-card__visual{background:linear-gradient(135deg,rgba(73,87,94,.88),rgba(25,34,39,.96)),linear-gradient(90deg,rgba(var(--color-accent-rgb),.16),transparent)}.showcase-card--graphite .showcase-card__visual{background:linear-gradient(135deg,rgba(36,45,50,.92),rgba(12,18,21,.98)),radial-gradient(circle at 70% 25%,rgba(var(--color-accent-rgb),.2),transparent 18%)}.showcase-card--copper .showcase-card__visual{background:linear-gradient(135deg,rgba(42,76,101,.92),rgba(22,28,33,.98)),radial-gradient(circle at 30% 30%,rgba(183,223,247,.18),transparent 14%)}.showcase-card__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:inherit;padding:1.6rem}.reviews-section{padding-top:1rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.review-card{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:1.6rem;border:1px solid var(--color-border);border-radius:1.6rem;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 30%),linear-gradient(180deg,rgba(24,31,35,.96),rgba(13,18,21,.98));box-shadow:0 18px 42px var(--color-shadow)}.review-card__quote{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.5;color:#f5efe8}.review-card__meta{display:grid;grid-gap:.2rem;gap:.2rem}.content-section--split{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.process-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.info-card,.page-feature-card,.page-panel,.process-card{padding:var(--space-8)}.info-card h2,.process-card h3{margin:var(--space-3) 0;font-size:1.35rem;line-height:1.25}.sector-band{display:flex;flex-wrap:wrap;gap:var(--space-3)}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);margin-bottom:var(--space-16);background:linear-gradient(90deg,rgba(var(--color-accent-rgb),.14),transparent 45%),linear-gradient(180deg,rgba(30,38,43,.96),rgba(18,24,27,.98))}.cta-panel h2{font-size:clamp(1.9rem,3.8vw,3rem);max-width:13ch}.site-footer{border-top:1px solid rgba(112,130,138,.2);background:rgba(9,12,14,.84)}.site-footer__copy,.site-footer__meta p{margin:0}.site-footer__meta{display:grid;grid-gap:.35rem;gap:.35rem}.request-wizard__layout,.request-wizard__top{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.request-wizard__top{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;padding-bottom:var(--space-8)}.request-wizard__intro{display:grid;grid-gap:.9rem;gap:.9rem}.page-section__header h2,.request-confirmation h4,.request-wizard__aside h3,.request-wizard__form h3,.request-wizard__status h3,.request-wizard__top h2{margin:var(--space-4) 0 var(--space-3);font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.03em;line-height:1.08}.page-section__header h2,.request-wizard__top h2{font-size:clamp(2rem,4vw,3rem)}.page-feature-card p,.page-list,.page-panel p,.page-section__header p,.request-confirmation p,.request-upload-state,.request-wizard__aside p,.request-wizard__form p,.request-wizard__status p,.request-wizard__top p{color:var(--color-muted);line-height:1.7}.request-wizard__intro-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.4rem}.request-wizard__intro-actions p{margin:0;font-size:.95rem}.request-wizard__layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start}.request-wizard__aside,.request-wizard__form,.request-wizard__status{padding:var(--space-8)}.page-section__grid,.request-fields{display:grid;grid-gap:1.25rem;gap:1.25rem}.request-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.page-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}.page-section__grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.request-field{display:grid;grid-gap:.55rem;gap:.55rem}.request-checkbox span,.request-field>span{font-size:.95rem}.request-field--full{grid-column:1/-1}.ui-input,.ui-textarea{width:100%;border:1px solid rgba(164,179,186,.25);border-radius:16px;background:rgba(255,255,255,.04);color:var(--color-text);font:inherit;padding:.95rem 1rem}.ui-textarea{resize:vertical;min-height:8rem}.request-checkbox input:focus-visible,.request-toggle__button:focus-visible,.ui-input:focus-visible,.ui-textarea:focus-visible{outline:3px solid rgba(var(--color-accent-strong-rgb),.2);outline-offset:2px}.ui-progress{width:100%;height:.7rem;border-radius:999px;background:rgba(164,179,186,.16);overflow:hidden}.ui-progress__bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-strong));transition:width .22s ease}.request-stepper{display:grid;grid-gap:.9rem;gap:.9rem;margin-top:var(--space-6)}.request-stepper__item{display:grid;grid-template-columns:auto 1fr;grid-gap:.9rem;gap:.9rem;align-items:start;color:var(--color-muted)}.request-stepper__item span{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid rgba(164,179,186,.25);border-radius:999px;background:rgba(255,255,255,.04);color:inherit;font-weight:700}.request-stepper__item strong{display:block;margin-bottom:.2rem;color:var(--color-text)}.request-stepper__item p{margin:0;font-size:.92rem}.request-stepper__item--active span,.request-stepper__item--done span{border-color:rgba(var(--color-accent-strong-rgb),.36);background:rgba(var(--color-accent-rgb),.14);color:#dff2ff}.request-stepper__item--active{color:var(--color-text)}.request-toggle{display:inline-flex;gap:.6rem;grid-column:1/-1;flex-wrap:wrap}.request-toggle__button{border:1px solid rgba(164,179,186,.24);border-radius:999px;background:rgba(255,255,255,.04);color:var(--color-muted);cursor:pointer;font:inherit;font-weight:700;padding:.8rem 1rem}.request-toggle__button--active{border-color:rgba(var(--color-accent-strong-rgb),.34);background:rgba(var(--color-accent-rgb),.14);color:#dff2ff}.request-review,.request-upload-card{grid-column:1/-1;padding:1rem 1.1rem;border:1px solid rgba(164,179,186,.18);border-radius:18px;background:rgba(255,255,255,.03)}.request-upload-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.request-upload-card strong{display:block;margin-bottom:.25rem}.request-upload-card__actions{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:flex-end}.request-confirmation__actions,.request-upload-card p{margin:0}.request-review{display:grid;grid-gap:.75rem;gap:.75rem}.request-review__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.request-review__row span{color:var(--color-muted)}.request-review__row strong{text-align:right}.request-checkbox{display:flex;align-items:flex-start;gap:.8rem;grid-column:1/-1}.request-checkbox input{margin-top:.25rem}.request-confirmation{display:grid;grid-gap:1rem;gap:1rem}.request-actions{display:flex;justify-content:space-between;gap:var(--space-4);margin-top:var(--space-8)}.page-section--split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.page-section__header{max-width:46rem;margin-bottom:var(--space-8)}.page-list{margin:0;padding-left:1.1rem}.page-list li+li{margin-top:.6rem}@media (max-width:900px){.cta-panel,.site-footer__inner,.site-header__inner{align-items:flex-start;flex-direction:column}.brand{flex-basis:auto}.brand__text{max-width:none}.site-header__center{width:100%;justify-content:flex-start}.site-header__actions,.site-nav{flex-wrap:wrap}.site-nav{justify-content:flex-start;gap:1rem 1.25rem}.hero-section__inner,.hero-section__stage,.hero-stats,.page-section--split,.page-section__grid,.page-section__grid--wide,.process-list,.request-fields,.request-wizard__layout,.request-wizard__top,.reviews-grid,.section-grid,.showcase-grid,.showcase-section{grid-template-columns:1fr}.showcase-card:first-child{grid-column:auto;min-height:24rem}.showcase-section__intro{position:static}.request-actions,.request-review__row,.request-upload-card{align-items:flex-start;flex-direction:column}.request-upload-card__actions{width:100%;justify-content:flex-start}.hero-section__media{min-height:36rem}.hero-section__inner{min-height:36rem;padding-top:6rem}.cta-panel h2,.hero-section h1,.section-heading h2{max-width:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}