@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root{--navy:#002940;--blue:#02a5e9;--cyan:#cceff4;--pale:#f3f9f9;--gray:#f6f6f6;--text:#373c3f;--white:#fff;--max:1170px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.65;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:12px}.topbar .container{display:flex;justify-content:flex-end;gap:28px;padding:8px 0}.header-main{background:#fff}.header-main .container{display:flex;align-items:center;justify-content:space-between;min-height:92px}.logo{width:188px}.nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}.nav a{padding:36px 0 31px;border-bottom:4px solid transparent}.nav a:hover,.nav a.active{color:var(--blue);border-color:var(--blue)}.menu-toggle{display:none;background:var(--navy);color:#fff;border:0;padding:9px 12px}.hero{position:relative;min-height:520px;overflow:hidden;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:opacity .7s;background-size:cover;background-position:center}.slide.active{opacity:1}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,41,64,.76),rgba(0,41,64,.12) 65%)}.hero-content{position:relative;z-index:2;color:#fff;padding-top:145px;max-width:680px}.eyebrow{font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:48px;line-height:1.12;margin:16px 0 24px;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:2px solid var(--navy);padding:12px 24px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.hero .btn{background:#fff;color:var(--navy);border-color:#fff}.btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}.hero-dots{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:transparent;padding:0}.hero-dots button.active{background:#fff}.section{padding:76px 0}.section-gray{background:var(--gray)}.section-cyan{background:var(--pale)}.section-title{text-align:center;margin:0 0 46px}.section-title span{color:var(--blue);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.section-title h2{font-size:30px;line-height:1.2;color:var(--navy);margin:8px 0 12px}.section-title:after{content:"";display:block;width:52px;height:3px;background:var(--blue);margin:18px auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-grid h2{font-size:32px;color:var(--navy);line-height:1.25;margin-top:0}.about-img{height:350px;object-fit:cover}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.category{min-height:180px;background:#fff;border:1px solid #e5e5e5;text-align:center;padding:30px 14px;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,41,64,.12);border-color:var(--cyan)}.category-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 17px;background:var(--cyan);color:var(--navy);display:grid;place-items:center;font-size:24px;font-weight:700}.category h3{font-size:14px;color:var(--navy);line-height:1.35;margin:0}.industries{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#fff}.industry{min-height:150px;background:var(--navy);color:#fff;padding:28px}.industry:nth-child(even){background:#07384f}.industry h3{font-size:16px;margin:0 0 8px}.industry p{margin:0;color:#cceff4;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:#fff;border:1px solid #e5e5e5}.product-image{height:250px;padding:24px;display:flex;align-items:center;justify-content:center;background:#fff}.product-image img{max-height:100%;object-fit:contain}.product-body{border-top:1px solid #eee;padding:19px}.product-body small{color:var(--blue);font-weight:600;text-transform:uppercase}.product-body h3{color:var(--navy);font-size:16px;min-height:48px}.text-link{color:var(--navy);font-weight:700;font-size:12px;text-transform:uppercase}.text-link:hover{color:var(--blue)}.logos{display:flex;justify-content:center;align-items:center;gap:45px;flex-wrap:wrap}.logos img{max-height:92px;max-width:145px;object-fit:contain}.cta{background:var(--navy);color:#fff;padding:54px 0}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:27px;margin:0}.footer{background:#001e2f;color:#cce0ea;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1.2fr;gap:55px}.footer h3{color:#fff;font-size:15px}.footer .logo{background:#fff;padding:8px;margin-bottom:18px}.footer a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;text-align:center;font-size:11px}.page-hero{background:var(--navy);color:#fff;padding:68px 0}.page-hero h1{font-size:36px;margin:0}.page-content{padding:65px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.form{display:grid;gap:13px}.form input,.form textarea{width:100%;border:1px solid #ddd;padding:13px;font:inherit}.form textarea{min-height:140px}.notice{background:var(--cyan);color:var(--navy);padding:15px}.specs{width:100%;border-collapse:collapse}.specs th,.specs td{border:1px solid #ddd;padding:12px;text-align:left}.specs th{background:var(--navy);color:#fff}
@media(max-width:980px){.nav{gap:13px;font-size:11px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar .container{justify-content:center;flex-wrap:wrap;gap:8px 18px}.header-main .container{min-height:72px}.logo{width:150px}.menu-toggle{display:block}.nav{display:none;position:absolute;z-index:20;left:0;right:0;top:104px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12);padding:12px 22px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.nav a{padding:8px 0;border:0}.hero{min-height:440px}.hero-content{padding-top:105px}.hero h1{font-size:31px}.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.category-grid,.industries,.product-grid{grid-template-columns:1fr 1fr}.cta .container{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.container{width:min(var(--max),calc(100% - 26px))}.category-grid,.industries,.product-grid{grid-template-columns:1fr}.section{padding:55px 0}.hero h1{font-size:27px}.topbar{display:none}.nav{top:72px}}

.industry-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.industry-card{position:relative;min-height:300px;overflow:hidden;background:var(--navy);color:#fff}.industry-card img{width:100%;height:300px;object-fit:cover;transition:transform .35s}.industry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,41,64,.94),rgba(0,41,64,.05) 70%)}.industry-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px}.industry-card h3{font-size:18px;margin:0 0 6px}.industry-card p{font-size:12px;line-height:1.5;color:#d6f1f7;margin:0}.industry-card:hover img{transform:scale(1.05)}
@media(max-width:900px){.industry-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.industry-cards{grid-template-columns:1fr}.industry-card,.industry-card img{min-height:270px;height:270px}}

.category-band{display:grid;grid-template-columns:repeat(5,1fr);width:100%;background:#0b3046}.category-panel{height:380px;padding:105px 24px 24px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;transition:filter .2s,transform .2s}.category-panel:nth-child(1){background:#092d43}.category-panel:nth-child(2){background:#285b7c}.category-panel:nth-child(3){background:#49a0b1}.category-panel:nth-child(4){background:#82c5d1}.category-panel:nth-child(5){background:#83d4e2}.category-panel svg{width:64px;height:64px;margin-bottom:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-panel h3{font-size:23px;line-height:1.22;margin:0;font-weight:700}.category-panel span{margin-top:auto;font-size:12px;font-weight:600}.category-panel span b{font-size:20px;margin-left:10px;vertical-align:-2px}.category-panel:hover{filter:brightness(1.08)}
@media(max-width:900px){.category-band{grid-template-columns:repeat(2,1fr)}.category-panel{height:300px;padding-top:65px}.category-panel:last-child{grid-column:1/-1}}
@media(max-width:480px){.category-band{grid-template-columns:1fr}.category-panel,.category-panel:last-child{grid-column:auto;height:250px;padding-top:42px}.category-panel h3{font-size:20px}}

.header-main .logo{width:auto;height:72px;object-fit:contain}.footer .logo{width:auto;height:82px;padding:0;background:transparent;object-fit:contain}
@media(max-width:760px){.header-main .logo{height:56px}}

.industry-showcase-section{background:#fff;padding-top:36px}.industry-showcase-heading{text-align:center;padding:0 20px 58px}.industry-showcase-heading h2{font-size:40px;line-height:1.1;color:var(--navy);margin:0 0 10px}.industry-showcase-heading span{display:block;width:30px;height:1px;background:#999;margin:0 auto 13px}.industry-showcase-heading p{font-size:16px;font-weight:600;color:#888;margin:0}.industry-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;background:#fff}.industry-tile{position:relative;height:354px;overflow:hidden;background:var(--navy)}.industry-tile img{width:100%;height:100%;object-fit:cover}.industry-tile-overlay{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.9);background:rgba(0,30,47,.72);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;opacity:0;transition:opacity .25s}.industry-tile-overlay p{font-size:12px;line-height:1.45;margin:0}.industry-tile-overlay h3{font-size:20px;margin:auto 0 0;padding-top:18px}.industry-tile:hover .industry-tile-overlay,.industry-tile:focus .industry-tile-overlay{opacity:1}
@media(max-width:1100px){.industry-showcase{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.industry-showcase{grid-template-columns:repeat(2,1fr)}.industry-tile{height:300px}.industry-showcase-heading h2{font-size:34px}}
@media(max-width:480px){.industry-showcase{grid-template-columns:1fr}.industry-tile{height:300px}.industry-tile-overlay{opacity:1;background:linear-gradient(0deg,rgba(0,30,47,.82),rgba(0,30,47,.08) 70%);justify-content:flex-end}.industry-tile-overlay p{display:none}.industry-tile-overlay h3{margin:0}}

.header-main{background:var(--navy)}.header-main .container{min-height:82px}.header-main .nav{flex:1;justify-content:center;color:#fff;text-transform:uppercase}.header-main .nav a{padding:30px 0 26px;border-bottom:3px solid transparent}.header-main .nav a:hover,.header-main .nav a.active{color:#fff;border-color:var(--cyan)}.topbar .container{justify-content:flex-end}.form-trap{position:absolute!important;left:-9999px!important}.form-status{padding:12px;margin:0}.form-status:empty{display:none}.form-status.success{background:#dff5e8;color:#145a32}.form-status.error{background:#fde5e5;color:#8a1f1f}
.product-category-tabs{display:grid;grid-template-columns:repeat(5,1fr)}.product-category-tab{height:280px;padding:62px 18px 24px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}.product-category-tab:nth-child(1){background:#092d43}.product-category-tab:nth-child(2){background:#285b7c}.product-category-tab:nth-child(3){background:#49a0b1}.product-category-tab:nth-child(4){background:#82c5d1}.product-category-tab:nth-child(5){background:#83d4e2}.product-category-tab svg{width:64px;height:64px;margin-bottom:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-category-tab span{font-size:18px;font-weight:700;line-height:1.25}.product-category-section:nth-of-type(even){background:var(--gray)}
@media(max-width:900px){.product-category-tabs{grid-template-columns:repeat(2,1fr)}.product-category-tab:last-child{grid-column:1/-1}}
@media(max-width:760px){.header-main .nav{justify-content:flex-start}.product-category-tab{height:220px;padding-top:42px}}
@media(max-width:480px){.product-category-tabs{grid-template-columns:1fr}.product-category-tab:last-child{grid-column:auto}}
.category-file-icon{width:auto!important;height:64px!important;max-width:78px;object-fit:contain;margin-bottom:25px}.category-panel .category-file-icon{margin-bottom:18px}.industry-tile{cursor:default}

/* Unified Vitavis heading system */
h1,h2,h3,h4,.section-title,.industry-showcase-heading{font-family:Montserrat,Arial,sans-serif;letter-spacing:-.025em}.page-hero{background:#fff;color:var(--navy);padding:48px 0 42px;text-align:center}.page-hero h1{font-size:40px;line-height:1.1;font-weight:700;margin:0}.page-hero h1:after{content:"";display:block;width:140px;height:1px;background:#9aa0a4;margin:14px auto 13px}.page-hero p{color:#858585;font-size:16px;line-height:1.35;font-weight:600;margin:0;letter-spacing:-.02em}.section-title{display:flex;flex-direction:column;align-items:center;margin:0 0 38px}.section-title span{display:none}.section-title h2{order:1;font-size:36px;line-height:1.12;font-weight:700;margin:0;color:var(--navy)}.section-title:after{order:2;width:140px;height:1px;background:#9aa0a4;margin:14px auto 13px}.section-title p{order:3;color:#858585;font-size:16px;line-height:1.35;font-weight:600;margin:0;letter-spacing:-.02em}.industry-showcase-heading{padding:0 20px 42px}.industry-showcase-heading h2{font-size:40px;letter-spacing:-.025em}.industry-showcase-heading span{width:140px;background:#9aa0a4;margin:14px auto 13px}.industry-showcase-heading p{font-size:16px;line-height:1.35;letter-spacing:-.02em}.eyebrow,.product-body small,.text-link,.btn,.nav{text-transform:uppercase;letter-spacing:.015em}.eyebrow{font-size:12px}.hero h1{font-size:43px;line-height:1.08;letter-spacing:-.025em}.category-panel h3,.product-category-tab span{letter-spacing:-.02em}.product-body h3{letter-spacing:-.015em}.product-body small,.text-link{font-size:11px;letter-spacing:.01em}
@media(max-width:760px){.page-hero{padding:38px 0 34px}.page-hero h1,.industry-showcase-heading h2{font-size:32px}.section-title h2{font-size:30px}.page-hero p,.section-title p,.industry-showcase-heading p{font-size:14px}.hero h1{font-size:31px}}

/* Original Vitavis header treatment: white mark on the deep navy brand field. */
.header-main{background:var(--navy)}
.nav{color:#fff}
.nav a:hover,.nav a.active{color:var(--cyan);border-color:var(--blue)}
@media(max-width:760px){.nav{background:var(--navy)}}

/* Restored home-page slider */
.hero{height:clamp(470px,34vw,660px);min-height:0}
.slide{display:grid;place-items:center;background-position:center;transform:scale(1.025);transition:opacity .8s ease,transform 5.8s ease}
.slide.active{transform:scale(1)}
.slide:after{background:rgba(0,41,64,.05)}
.hero-caption{position:relative;z-index:2;min-width:415px;padding:23px 42px;border-radius:6px;background:rgba(255,255,255,.86);color:var(--navy);font-size:34px;font-weight:700;line-height:.98;letter-spacing:-.035em;text-align:center;text-transform:uppercase;opacity:0;transform:translateY(10px) scale(.995);transition:opacity 1.15s cubic-bezier(.22,1,.36,1) .25s,transform 1.15s cubic-bezier(.22,1,.36,1) .25s}
.slide.active .hero-caption{opacity:1;transform:translateY(0)}
.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;font:300 64px/1 Arial,sans-serif;padding:15px;cursor:pointer;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.hero-prev{left:0}.hero-next{right:0}.hero-arrow:hover{color:var(--cyan)}
.hero-dots{bottom:18px}

/* Soft AI-builder-style entrance effects */
.scroll-reveal{opacity:0;filter:blur(1.5px);transition:opacity 1.05s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),transform 1.15s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),filter 1.05s ease var(--reveal-delay,0ms)}
.scroll-reveal.reveal-fade{transform:scale(.992)}
.scroll-reveal.reveal-up{transform:translateY(15px)}
.scroll-reveal.reveal-soft-left{transform:translateX(-13px)}
.scroll-reveal.reveal-soft-right{transform:translateX(13px)}
.scroll-reveal.is-visible{opacity:1;transform:none}
.scroll-reveal.is-visible{filter:blur(0)}
.about-img.scroll-reveal,.industry-tile.scroll-reveal,.product.scroll-reveal{transform:translateY(12px) scale(.992)}
.about-img.scroll-reveal.is-visible,.industry-tile.scroll-reveal.is-visible,.product.scroll-reveal.is-visible{transform:none}
@media(max-width:760px){.hero{height:430px}.hero-caption{min-width:0;width:calc(100% - 90px);padding:20px 24px;font-size:27px}.hero-arrow{font-size:52px}}
@media(prefers-reduced-motion:reduce){.slide,.hero-caption,.scroll-reveal{transition:none!important;transform:none!important}.scroll-reveal{opacity:1}}
.recovered-copy{max-width:920px;margin:0 auto}.recovered-copy ul{padding-left:22px}.recovered-copy li{margin-bottom:8px}.recovered-copy table{width:100%;border-collapse:collapse}.recovered-copy th,.recovered-copy td{border:1px solid #d9e1e5;padding:11px;text-align:left}.recovered-copy th{background:var(--navy);color:#fff}.recovered-copy img{max-height:70px;width:auto}.recovered-product-image{min-height:360px}.recovery-placeholder{display:grid;place-items:center;min-height:180px;background:#f3f9f9;color:#58717e;text-align:center;padding:20px}.archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.archive-item{margin:0;border:1px solid #e5e5e5;background:#fff;padding:12px}.archive-item img{width:100%;height:190px;object-fit:contain}.archive-item figcaption{font-size:10px;word-break:break-all;margin-top:9px;color:#585858}@media(max-width:900px){.archive-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.archive-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.archive-grid{grid-template-columns:1fr}}
