:root {
    --navy: #061c35;
    --navy-2: #092a4b;
    --blue: #0d355a;
    --orange: #ff5a0a;
    --orange-dark: #d94100;
    --ink: #0d223b;
    --muted: #5d6b7b;
    --soft: #f3f6f9;
    --line: #dbe2e9;
    --white: #fff;
    --shadow: 0 18px 45px rgba(4, 24, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
#trp-floater-ls,
.trp-floating-switcher { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; line-height: 1.02; }
h1 { font-size: clamp(3rem, 6.2vw, 6.25rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); letter-spacing: -.025em; }
h3 { font-size: 1.7rem; }
.container { width: min(1500px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(860px, 100%); }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 14px; color: var(--orange); font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 3px; font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; font-size: 1.07rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; transition: .22s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #ffb27c; outline-offset: 3px; }
.button--orange { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(255, 90, 10, .2); }
.button--orange:hover { background: var(--orange-dark); }
.button--outline { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(3, 21, 40, .2); }
.button--outline:hover { background: #fff; color: var(--navy); }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.text-link { color: var(--orange); font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.text-link--light { color: #fff; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(4, 23, 43, .97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.brand__mark { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--orange); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.6rem; font-weight: 700; clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%); }
.brand__text { display: flex; flex-direction: column; line-height: .9; }
.brand__text strong { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.65rem; letter-spacing: .06em; }
.brand__text small { margin-top: 7px; color: #9eafc0; font-size: .66rem; font-weight: 600; letter-spacing: .3em; }
.custom-logo-link { display: flex; }
.custom-logo { max-height: 54px; width: auto; }
.site-nav { justify-self: center; }
.site-nav__list { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #dbe4ec; font-size: .93rem; font-weight: 600; }
.site-nav a:hover { color: #fff; }
.header-cta { min-height: 46px; padding-inline: 20px; }
.nav-toggle { display: none; border: 0; color: #fff; background: transparent; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero__media, .inner-hero__media { position: absolute; inset: 0; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,17,32,.95) 0%, rgba(2,17,32,.78) 38%, rgba(2,17,32,.22) 72%, rgba(2,17,32,.1) 100%), linear-gradient(0deg, rgba(2,17,32,.44), transparent 52%); }
.hero__media img, .inner-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: relative; z-index: 2; padding-block: 90px 76px; }
.hero h1 { max-width: 820px; margin-bottom: 20px; color: #fff; }
.hero__lead { max-width: 650px; margin-bottom: 30px; color: #e4ebf1; font-size: 1.17rem; line-height: 1.65; }
.media-disclosure { display: block; margin-top: 22px; color: rgba(255,255,255,.7); font-size: .73rem; }

.proof-bar { color: #fff; background: #071f39; border-top: 1px solid rgba(255,255,255,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 110px; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 20px 34px; border-right: 1px solid rgba(255,255,255,.17); }
.proof-item:last-child { border-right: 0; }
.proof-icon { grid-row: 1 / 3; align-self: center; color: var(--orange); font-size: 2rem; }
.proof-item strong { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.proof-item span:last-child { color: #b9c7d4; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.proof-note { margin: -8px auto 0; padding: 0 24px 14px; color: #8399ac; text-align: center; font-size: .69rem; }

.section { padding: 100px 0; }
.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 15px; }
.section-heading p:last-child { max-width: 720px; color: var(--muted); }
.section-heading--center { text-align: center; }
.section-heading--center p:last-child { margin-inline: auto; }
.section-heading--split { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 40px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.media-card { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(7,31,57,.05); transition: .22s ease; }
.media-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.media-card__image, .solution-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.media-card__image img, .solution-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.media-card:hover img, .solution-card:hover img { transform: scale(1.035); }
.media-card__body { padding: 22px; }
.media-card__body h3 { margin-bottom: 9px; }
.media-card__body p { min-height: 76px; color: var(--muted); font-size: .9rem; }
.image-badge { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(5,27,49,.82); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.image-badge--dark { background: #061c35; }
.rendering-note { margin: 20px 0 0; color: #7a8794; text-align: right; font-size: .72rem; }

.factory-intro { padding: 72px 0; color: #fff; background: linear-gradient(120deg, #071e37, #0b3155); }
.factory-intro__grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 13px; align-items: stretch; }
.factory-intro__copy { padding: 25px 35px 25px 0; }
.factory-intro__copy h2 { color: #fff; }
.factory-intro__copy p:not(.eyebrow) { color: #b9c8d5; }
.factory-tile { position: relative; min-height: 300px; margin: 0; overflow: hidden; background: #102d49; }
.factory-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2,18,33,.95)); }
.factory-tile img { width: 100%; height: 100%; object-fit: cover; }
.factory-tile figcaption { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; color: #fff; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.2rem; font-weight: 700; text-transform: uppercase; }
.factory-tile small { display: block; margin-top: 3px; color: #aebdca; font-family: Inter, sans-serif; font-size: .58rem; letter-spacing: .08em; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.solution-card { background: #fff; border: 1px solid var(--line); }
.solution-card h3 { margin: 20px 22px 7px; }
.solution-card a > span:last-child { display: block; margin: 0 22px 21px; color: var(--orange); font-size: .78rem; font-weight: 700; text-transform: uppercase; }

.process-section { padding: 92px 0 72px; color: #fff; background: #051c34; }
.section-heading--light h2 { color: #fff; }
.section-heading--light p:last-child { color: #aebfcc; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-card__image { position: relative; overflow: hidden; aspect-ratio: 1.25 / 1; background: #0c2a46; }
.process-card__image img { width: 100%; height: 100%; object-fit: cover; }
.process-card p { display: flex; align-items: center; gap: 12px; margin: 14px 0 0; color: #fff; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.process-card p strong { color: var(--orange); font-size: 1.7rem; }

.delivery-section { padding: 78px 0 88px; background: #fff; }
.delivery-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.delivery-steps li { position: relative; display: flex; min-height: 130px; flex-direction: column; justify-content: center; padding: 20px 28px 20px 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.delivery-steps li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 50%; right: -9px; width: 17px; height: 17px; background: #fff; border-top: 1px solid var(--line); border-right: 1px solid var(--line); transform: translateY(-50%) rotate(45deg); }
.delivery-steps li > span { position: absolute; left: 20px; color: var(--orange); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.65rem; font-weight: 700; }
.delivery-steps strong { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.13rem; text-transform: uppercase; }
.delivery-steps small { color: var(--muted); line-height: 1.4; }

.global-section { position: relative; min-height: 400px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071e37; }
.global-section__map { position: absolute; inset: 0 0 0 37%; opacity: .9; }
.global-section__map::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #071e37 0%, rgba(7,30,55,.5) 24%, transparent 60%); }
.global-section__map img { width: 100%; height: 100%; object-fit: cover; }
.global-section__content { position: relative; z-index: 2; padding-block: 70px; }
.global-section__content h2 { max-width: 620px; color: #fff; }
.global-section__content > p:not(.eyebrow) { max-width: 590px; color: #c3d0dc; }

.quote-section { padding: 100px 0; background: #edf2f6; }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 29px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.direct-contact { display: flex; flex-direction: column; margin-top: 35px; padding-top: 25px; border-top: 1px solid #ccd5dd; }
.direct-contact span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.direct-contact a { font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.8rem; font-weight: 700; }
.quote-form { padding: 38px; background: #fff; box-shadow: var(--shadow); }
.quote-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; color: #233950; font-size: .81rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #cdd6de; border-radius: 2px; }
.quote-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form .consent { flex-direction: row; align-items: flex-start; font-weight: 400; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.quote-form > small { display: block; margin-top: 13px; color: #7b8894; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-status { margin-bottom: 20px; padding: 12px 15px; background: #f3f6f9; border-left: 4px solid var(--orange); }
.form-status--success { background: #eaf7ef; border-color: #1f8b4c; }

.site-footer { padding-top: 72px; color: #bdc9d4; background: #031529; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.brand--footer { margin-bottom: 20px; }
.footer-grid h2 { margin-bottom: 18px; color: #fff; font-size: 1.25rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-grid p { max-width: 400px; font-size: .88rem; }
.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid .footer-quote { margin-top: 20px !important; color: var(--orange); font-weight: 700; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; color: #7f91a1; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.inner-hero { position: relative; min-height: 520px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.inner-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,38,.96), rgba(3,20,38,.72) 48%, rgba(3,20,38,.24)); }
.inner-hero__content { position: relative; z-index: 2; padding-block: 80px; }
.inner-hero h1 { max-width: 850px; margin-bottom: 18px; color: #fff; font-size: clamp(3.2rem, 5.4vw, 5.4rem); }
.inner-hero__content > p:not(.eyebrow) { max-width: 720px; color: #d6e0e8; font-size: 1.08rem; }
.page-section { padding: 100px 0; }
.page-section--soft { background: var(--soft); }
.section-grid { display: grid; gap: 24px; }
.section-grid--3 { grid-template-columns: repeat(3, 1fr); }
.info-card { padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(7,31,57,.06); }
.info-card__line { display: block; width: 42px; height: 4px; margin-bottom: 25px; background: var(--orange); }
.info-card p { color: var(--muted); }
.number-list { margin: 38px 0 0; padding: 0; list-style: none; counter-reset: item; border-top: 1px solid var(--line); }
.number-list li { counter-increment: item; position: relative; padding: 22px 20px 22px 72px; border-bottom: 1px solid var(--line); font-weight: 600; }
.number-list li::before { content: counter(item, decimal-leading-zero); position: absolute; left: 14px; color: var(--orange); font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.5rem; font-weight: 700; }
.page-cta { padding: 65px 0; color: #fff; background: var(--navy); }
.page-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-cta h2 { margin-bottom: 8px; color: #fff; }
.page-cta p:not(.eyebrow) { margin: 0; color: #b9c7d3; }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--line); }

@media (max-width: 1180px) {
    .site-header__inner { grid-template-columns: auto auto 1fr; }
    .nav-toggle { display: inline-flex; justify-self: end; align-items: center; gap: 10px; }
    .nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 23px; height: 2px; background: #fff; content: ""; transition: .2s; }
    .nav-toggle__bars { position: relative; }
    .nav-toggle__bars::before { position: absolute; top: -7px; }
    .nav-toggle__bars::after { position: absolute; top: 7px; }
    .site-nav { position: fixed; inset: 84px 0 auto; display: none; padding: 24px; background: #061c35; border-top: 1px solid rgba(255,255,255,.1); }
    .site-nav.is-open { display: block; }
    .site-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
    .site-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .header-cta { grid-column: 3; grid-row: 1; justify-self: end; margin-right: 85px; }
    .factory-intro__grid { grid-template-columns: repeat(4, 1fr); }
    .factory-intro__copy { grid-column: 1 / -1; }
    .proof-item { padding-inline: 20px; }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .container { width: min(100% - 30px, 1500px); }
    .site-header__inner { min-height: 72px; grid-template-columns: auto 1fr auto; gap: 14px; }
    .site-nav { inset: 72px 0 auto; }
    .header-cta { display: none; }
    .nav-toggle { grid-column: 3; }
    .nav-toggle__label { display: none; }
    .hero { min-height: 670px; }
    .hero__media::after { background: linear-gradient(90deg, rgba(2,17,32,.94), rgba(2,17,32,.67)), linear-gradient(0deg, rgba(2,17,32,.7), transparent 55%); }
    .hero__content { padding-block: 72px 58px; }
    .proof-grid { grid-template-columns: 1fr 1fr; }
    .proof-item { border-bottom: 1px solid rgba(255,255,255,.17); }
    .product-grid, .solution-grid, .section-grid--3, .quote-grid, .section-heading--split { grid-template-columns: 1fr; }
    .factory-intro__grid { grid-template-columns: 1fr 1fr; }
    .factory-intro__copy { padding-right: 0; }
    .factory-tile { min-height: 240px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .delivery-steps { grid-template-columns: 1fr; }
    .delivery-steps li { min-height: 96px; border-bottom: 0; }
    .delivery-steps li:last-child { border-bottom: 1px solid var(--line); }
    .delivery-steps li:not(:last-child)::after { display: none; }
    .global-section__map { inset: 0; opacity: .4; }
    .global-section__map::before { background: rgba(7,30,55,.58); }
    .quote-grid { gap: 40px; }
    .quote-copy { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom, .page-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
    h1 { font-size: 3.25rem; }
    h2 { font-size: 2.55rem; }
    .brand__text strong { font-size: 1.35rem; }
    .brand__mark { width: 36px; height: 36px; }
    .section { padding: 72px 0; }
    .button-row { align-items: stretch; flex-direction: column; }
    .button-row .button { width: 100%; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-item { border-right: 0; }
    .product-grid, .factory-intro__grid, .process-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
    .media-card__body p { min-height: 0; }
    .factory-tile { min-height: 275px; }
    .quote-form { padding: 25px 18px; }
    .footer-grid { gap: 30px; }
    .inner-hero { min-height: 570px; }
}

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