:root{--navy:#102A43;--navy-2:#183B56;--cyan:#00AEEF;--orange:#FF7A00;--ink:#16212b;--muted:#607384;--line:#dfe7ed;--soft:#f4f8fa;--white:#fff;--radius:20px;--shadow:0 20px 55px rgba(16,42,67,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.skip-link{position:fixed;left:16px;top:-60px;padding:10px 16px;background:var(--navy);color:white;z-index:100}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line)}.brand img{display:block;width:174px;height:auto}.site-header nav{display:flex;gap:32px;margin-left:auto}.site-header nav a{text-decoration:none;font-size:.92rem;font-weight:650;color:var(--navy-2)}.site-header nav a:hover{color:var(--cyan)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:12px;background:var(--navy);color:white;text-decoration:none;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(16,42,67,.2);background:var(--navy-2)}.button-small{min-height:40px;padding:0 18px;font-size:.88rem}
.hero{max-width:1240px;min-height:560px;margin:auto;padding:72px 28px 82px;display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.hero-copy{max-width:570px}.eyebrow{margin:0 0 16px;color:var(--cyan);font-size:.75rem;font-weight:850;letter-spacing:.16em}.hero h1,.section-heading h2,.catalog-top h2,.value-intro h2,.cta-section h2{margin:0;color:var(--navy);font-weight:780;letter-spacing:-.045em;line-height:1.04}.hero h1{font-size:clamp(3rem,5.1vw,5.15rem)}.hero-lead{max-width:560px;margin:24px 0 30px;color:var(--muted);font-size:1.1rem}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-weight:750;color:var(--navy);text-decoration:none}.text-link span{color:var(--orange);margin-left:5px}
.hero-visual{position:relative;width:100%;margin:0;border-radius:20px;background:var(--navy);overflow:hidden;border:1px solid rgba(16,42,67,.16);box-shadow:0 24px 60px rgba(16,42,67,.2)}.hero-visual>img{display:block;width:100%;height:auto;object-fit:contain}
.section,.catalog-section{max-width:1240px;margin:auto;padding:92px 28px}.section{border-top:1px solid var(--line)}.section-heading,.catalog-top{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-heading h2,.catalog-top h2,.value-intro h2,.cta-section h2{font-size:clamp(2.2rem,4vw,3.8rem)}.section-heading>p{max-width:430px;margin:0;color:var(--muted)}.lines-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.line-card{position:relative;min-height:480px;padding:0;text-align:left;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.line-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.line-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-48px;bottom:-48px;background:var(--accent);opacity:.12}.line-image{display:block;width:100%;height:210px;object-fit:cover}.line-content{position:relative;z-index:1;display:flex;min-height:270px;padding:22px 26px 26px;flex-direction:column}.line-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.line-index{color:#99a8b4;font-size:.72rem;font-weight:800}.line-mark{display:block;width:max-content;margin:0;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent);font-size:.73rem;font-weight:900;letter-spacing:.13em}.line-title{display:block;margin:0 0 10px;color:var(--navy);font-size:1.4rem;font-weight:760;line-height:1.2}.line-description{display:block;color:var(--muted);font-size:.92rem}.line-action{display:block;margin-top:auto;padding-top:24px;color:var(--accent);font-weight:760;font-size:.88rem}.line-edu{--accent:var(--orange)}.line-home{--accent:var(--cyan)}.line-business{--accent:var(--navy)}
.catalog-section{background:var(--soft);max-width:none;padding-left:max(28px,calc((100vw - 1184px)/2));padding-right:max(28px,calc((100vw - 1184px)/2))}.search-box{width:min(100%,330px);height:48px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:white}.search-box:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,174,239,.12)}.search-box svg{width:19px;fill:none;stroke:var(--muted);stroke-width:2}.search-box input{width:100%;border:0;outline:0;color:var(--ink)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter{border:1px solid var(--line);border-radius:999px;background:white;padding:9px 18px;color:var(--muted);font-weight:700}.filter.active{background:var(--navy);border-color:var(--navy);color:white}.results-count{margin:0 0 20px;color:var(--muted);font-size:.84rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{display:flex;flex-direction:column;min-height:395px;border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-visual{position:relative;height:165px;display:grid;place-items:center;background:linear-gradient(145deg,#f7fbfc,#eaf3f7);overflow:hidden}.product-visual::before,.product-visual::after{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--accent) 34%,transparent);border-radius:50%}.product-visual::before{width:160px;height:160px}.product-visual::after{width:105px;height:105px}.product-glyph{position:relative;z-index:2;width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:var(--accent);color:white;font-size:1.45rem;font-weight:900;box-shadow:0 16px 28px color-mix(in srgb,var(--accent) 20%,transparent)}.product-body{display:flex;flex:1;flex-direction:column;padding:22px}.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.product-line,.product-mode{font-size:.68rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.product-line{color:var(--accent)}.product-mode{color:#8b99a4}.product-card h3{margin:14px 0 8px;color:var(--navy);font-size:1.2rem;line-height:1.25}.product-card p{margin:0;color:var(--muted);font-size:.9rem}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:22px}.product-status{font-size:.76rem;font-weight:700;color:var(--muted)}.product-open{border:0;background:none;color:var(--navy);font-weight:800;padding:4px}.product-open:hover{color:var(--cyan)}.empty-state{padding:55px;text-align:center;color:var(--muted)}.empty-state h3{color:var(--navy)}
.value-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:95px max(28px,calc((100vw - 1184px)/2));background:var(--navy);color:white}.eyebrow.light{color:#70d8ff}.value-intro h2{color:white}.value-intro>p:last-child{max-width:510px;color:#b7c8d6}.value-list article{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.14)}.value-list article>span{color:var(--orange);font-weight:850}.value-list h3{margin:0 0 4px}.value-list p{margin:0;color:#b7c8d6;font-size:.9rem}.cta-section{max-width:1184px;margin:90px auto;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:50px;border:1px solid var(--line);border-radius:28px}.cta-section>div{max-width:760px}.cta-section h2{font-size:clamp(2rem,3.4vw,3.2rem)}.cta-section p:last-child{color:var(--muted)}footer{max-width:1184px;margin:auto;padding:36px 0 48px;display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:30px;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}footer img{width:160px}
dialog{width:min(92vw,600px);padding:0;border:0;border-radius:24px;box-shadow:0 30px 100px rgba(9,27,42,.35)}dialog::backdrop{background:rgba(9,27,42,.58);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:var(--soft);font-size:1.5rem;color:var(--navy)}.dialog-inner{padding:42px}.dialog-badge{display:inline-block;padding:7px 12px;border-radius:999px;background:var(--soft);color:var(--navy);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.dialog-inner h2{margin:20px 0 10px;color:var(--navy);font-size:2rem;line-height:1.1}.dialog-inner>p{color:var(--muted)}.dialog-list{margin:24px 0;padding:0;list-style:none}.dialog-list li{padding:10px 0 10px 25px;border-bottom:1px solid var(--line);position:relative}.dialog-list li::before{content:"";position:absolute;left:2px;top:18px;width:8px;height:8px;border-radius:50%;background:var(--cyan)}.dialog-note{padding:14px 16px;border-radius:12px;background:#fff6ed;color:#8d4800;font-size:.84rem}
.lines-grid{grid-template-columns:repeat(2,1fr)}.line-marine{--accent:#007C91}
@media(max-width:900px){.site-header nav{display:none}.hero{min-height:auto;grid-template-columns:1fr;gap:42px}.hero-copy{max-width:760px}.hero-visual{max-width:760px}.lines-grid,.products-grid{grid-template-columns:1fr 1fr}.value-section{grid-template-columns:1fr;gap:35px}.cta-section{margin-left:24px;margin-right:24px}.section-heading,.catalog-top{align-items:flex-start;flex-direction:column}.catalog-top{gap:24px}.search-box{width:100%}footer{margin:0 24px;grid-template-columns:1fr}}
@media(max-width:620px){.site-header{height:70px;padding:0 18px}.brand img{width:145px}.button-small{display:none}.hero{padding:52px 20px 62px;gap:34px}.hero h1{font-size:3.05rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{border-radius:14px}.section,.catalog-section{padding-top:68px;padding-bottom:68px}.lines-grid,.products-grid{grid-template-columns:1fr}.line-card{min-height:455px}.line-image{height:210px}.value-section{padding-top:70px;padding-bottom:70px}.cta-section{padding:32px 24px;align-items:flex-start;flex-direction:column}.dialog-inner{padding:38px 24px 26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
