:root {
  --ink: #0b1733; --ink-2: #263657; --paper: #f7f8fb; --surface: #fff; --muted: #64718a;
  --line: rgba(11, 23, 51, .12); --cyan: #00a9ce; --magenta: #e51d74; --yellow: #f6ba19;
  --accent: #e51d74; --green: #159a66; --display: "Manrope", sans-serif; --body: "DM Sans", sans-serif;
  --serif: "Playfair Display", serif; --radius: 18px; --radius-lg: 30px;
  --shadow-sm: 0 12px 34px rgba(11, 23, 51, .08); --shadow: 0 26px 72px rgba(11, 23, 51, .15); --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--body); overflow-x: hidden; }
button, input, textarea, select { font: inherit; } button, a { touch-action: manipulation; } button { cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; } a { color: inherit; text-decoration: none; } .hidden { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.page-loader { position: fixed; z-index: 999; inset: 0; background: var(--paper); display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity .35s, visibility .35s; }
.page-loader.ready { opacity: 0; visibility: hidden; }
.page-loader span { width: 12px; height: 50px; border-radius: 20px; animation: ink-bars .8s infinite alternate; }
.page-loader span:nth-child(1) { background: var(--cyan); } .page-loader span:nth-child(2) { background: var(--magenta); animation-delay: .12s; }
.page-loader span:nth-child(3) { background: var(--yellow); animation-delay: .24s; } @keyframes ink-bars { to { height: 12px; } }

.utility-bar { min-height: 34px; padding: 7px max(24px, calc((100vw - var(--max))/2)); background: var(--ink); color: #dce5f3; display: flex; justify-content: space-between; gap: 24px; font-size: 11px; }
.utility-bar > div { display: flex; align-items: center; gap: 18px; } .utility-bar a { color: #fff; font-weight: 700; } .utility-bar span { color: #9fb0c9; }
.site-header { min-height: 76px; display: grid; grid-template-columns: 235px minmax(420px, 1fr) auto; align-items: center; gap: 22px; padding: 0 max(24px, calc((100vw - var(--max))/2)); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 12px 40px rgba(11,23,51,.08); } .brand img { width: 220px; max-height: 55px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 24px; font: 700 13px/1 var(--display); white-space: nowrap; }
.site-nav a { padding: 30px 0; position: relative; } .site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--accent); transition: right .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; } .header-actions { display: flex; align-items: center; gap: 8px; }
.search-button { border: 0; background: transparent; min-width: 50px; min-height: 44px; display: grid; place-items: center; line-height: 1; }
.search-button span { font-size: 24px; } .search-button small { display: none; } .menu-toggle { display: none; border: 0; background: none; width: 46px; height: 46px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 7px; }
.button { border: 1px solid transparent; border-radius: 10px; min-height: 50px; padding: 12px 21px; font: 800 14px/1.2 var(--display); display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); } .button.primary { background: var(--ink); color: #fff; box-shadow: 0 12px 26px rgba(11,23,51,.18); }
.button.primary:hover { background: #13284f; } .button.accent { background: var(--yellow); color: var(--ink); }
.button.ghost, .button.secondary { border-color: var(--line); background: #fff; color: var(--ink); } .button.ghost:hover, .button.secondary:hover { border-color: var(--ink); }
.button.soft { background: #edf1f7; color: var(--ink); } .button.light { background: #fff; color: var(--ink); } .button.small { min-height: 42px; padding: 9px 15px; font-size: 12px; }
.text-button { border: 0; background: transparent; font: 800 13px var(--display); border-bottom: 1px solid var(--ink); padding: 4px 0; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(500px,1.05fr); gap: 5vw; position: relative; overflow: hidden; padding: 78px max(24px,calc((100vw - var(--max))/2)) 90px; background: radial-gradient(circle at 5% 20%,rgba(0,169,206,.09),transparent 32%), radial-gradient(circle at 50% 95%,rgba(246,186,25,.12),transparent 28%), #fff; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg,var(--cyan) 0 33.3%,var(--magenta) 33.3% 66.6%,var(--yellow) 66.6%); }
.hero-copy { position: relative; z-index: 3; align-self: center; } .eyebrow { display: inline-flex; align-items: center; gap: 10px; font: 800 11px/1 var(--display); letter-spacing: .17em; color: var(--ink-2); }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 12px 0 var(--cyan),24px 0 var(--yellow); margin-right: 22px; } .eyebrow.light { color: #fff; }
.hero h1 { font: 800 clamp(52px,5.55vw,80px)/.98 var(--display); letter-spacing: -.06em; max-width: 790px; margin: 22px 0 24px; }
.hero h1 em { font-family: var(--serif); font-weight: 700; color: var(--accent); letter-spacing: -.045em; } .hero-copy > p { max-width: 670px; margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.hero-search { min-height: 64px; max-width: 650px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 4px; padding: 7px 7px 7px 17px; background: #fff; border: 1px solid rgba(11,23,51,.16); border-radius: 14px; box-shadow: var(--shadow-sm); }
.hero-search > span { font-size: 25px; color: var(--muted); } .hero-search input { min-width: 0; border: 0; outline: 0; padding: 10px; font-size: 16px; color: var(--ink); }
.hero-search button { min-height: 48px; border: 0; border-radius: 9px; padding: 0 18px; background: var(--ink); color: #fff; font: 800 12px var(--display); }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 12px 0 0 5px; font-size: 12px; color: var(--muted); }
.search-suggestions button { border: 0; border-bottom: 1px solid #aeb7c7; background: transparent; padding: 0; font-weight: 700; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; } .hero-trust { display: flex; gap: 0; margin-top: 34px; }
.hero-trust div { min-width: 125px; display: flex; flex-direction: column; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero-trust div:last-child { border: 0; } .hero-trust b { font: 800 19px var(--display); } .hero-trust span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 560px; align-self: center; } .hero-photo { position: absolute; inset: 4% 3% 4% 11%; margin: 0; overflow: hidden; border-radius: 32px; background: #d9e1ea; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(4,13,31,.32)); } .hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.visual-swatch { position: absolute; z-index: 0; border-radius: 50%; } .swatch-cyan { width: 230px; height: 230px; background: rgba(0,169,206,.22); right: -35px; top: -28px; }
.swatch-magenta { width: 150px; height: 150px; background: rgba(229,29,116,.2); left: 0; bottom: 2px; } .swatch-yellow { width: 110px; height: 110px; background: rgba(246,186,25,.3); left: 4%; top: 2%; }
.floating-product { position: absolute; z-index: 4; width: 220px; display: grid; grid-template-columns: 88px 1fr; gap: 11px; align-items: center; padding: 10px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: 0 18px 42px rgba(11,23,51,.18); backdrop-filter: blur(12px); }
.floating-product img { width: 88px; height: 78px; object-fit: cover; border-radius: 10px; background: #edf0f4; } .floating-product small,.floating-product b { display: block; }
.floating-product small { color: var(--accent); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .floating-product b { font: 800 12px var(--display); margin: 3px 0 7px; }
.floating-product button { border: 0; background: transparent; padding: 0; font-size: 10px; font-weight: 800; } .product-business { left: 0; bottom: 8%; } .product-banner { right: -2%; top: 14%; }
.production-note { position: absolute; z-index: 4; right: 3%; bottom: 3%; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 13px; background: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.production-note > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--green); } .production-note b,.production-note small { display: block; }
.production-note b { font-size: 12px; } .production-note small { color: #b8c5d9; font-size: 9px; }

.confidence-strip { max-width: var(--max); margin: 28px auto 0; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); overflow: hidden; }
.confidence-strip article { min-height: 112px; padding: 24px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-right: 1px solid var(--line); } .confidence-strip article:last-child { border: 0; }
.confidence-strip article > span { color: var(--accent); font: 800 10px var(--display); } .confidence-strip b,.confidence-strip small { display: block; }
.confidence-strip b { font: 800 14px var(--display); margin-bottom: 5px; } .confidence-strip small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.section { padding: 100px max(24px,calc((100vw - var(--max))/2)); }
.compact-head,.section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.5fr); }
.compact-head h2,.section-head h2,.careers h2,.contact-section h2 { margin: 14px 0 0; font: 800 clamp(38px,4.2vw,62px)/1.04 var(--display); letter-spacing: -.05em; }
.compact-head h2 { font-size: clamp(34px,3.5vw,50px); } .section-head > p { color: var(--muted); font-size: 17px; }
.category-section { padding-bottom: 80px; } .quick-categories { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.quick-categories button { min-height: 180px; display: grid; grid-template-columns: 56px 1fr auto; grid-template-rows: auto auto 1fr; gap: 3px 15px; text-align: left; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s,border-color .2s,box-shadow .2s; }
.quick-categories button:hover { transform: translateY(-4px); border-color: rgba(11,23,51,.32); box-shadow: var(--shadow-sm); } .category-icon { grid-row: 1/4; width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: #eff3f8; color: var(--ink); font: 800 18px var(--display); }
.quick-categories button:nth-child(2) .category-icon { background: rgba(0,169,206,.14); color: #00738c; } .quick-categories button:nth-child(3) .category-icon { background: rgba(229,29,116,.12); color: var(--magenta); }
.quick-categories button:nth-child(4) .category-icon { background: rgba(246,186,25,.2); color: #8c6500; } .quick-categories b { font: 800 17px var(--display); }
.quick-categories small { color: var(--muted); } .quick-categories i { grid-column: 3; grid-row: 1; font-style: normal; font-size: 10px; color: var(--muted); }

.products-section { padding-top: 80px; background: #fff; } .catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }
.catalog-search { min-width: 300px; display: flex; align-items: center; gap: 10px; padding: 0 15px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; }
.catalog-search > span { font-size: 21px; color: var(--muted); } .catalog-search input { width: 100%; height: 48px; border: 0; background: transparent; outline: 0; }
.category-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; } .category-tabs button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 13px; font: 800 11px var(--display); }
.category-tabs button.active { background: var(--ink); border-color: var(--ink); color: #fff; } .product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.product-card { min-width: 0; min-height: 410px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s,box-shadow .22s,border-color .22s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(11,23,51,.25); box-shadow: var(--shadow-sm); } .product-image { position: relative; height: 220px; overflow: hidden; background: #edf0f4; }
.product-image::after { content:""; position:absolute; right:10px; bottom:10px; width:108px; height:34px; border-radius:9px; background:rgba(255,255,255,.9) url("assets/logo-concept-a.svg") center/92px auto no-repeat; box-shadow:0 5px 18px rgba(11,23,51,.16); pointer-events:none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; } .product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 4px 14px rgba(0,0,0,.08); font: 800 9px var(--display); letter-spacing: .07em; text-transform: uppercase; }
.product-info { padding: 20px; display: flex; flex: 1; flex-direction: column; } .product-info > small { color: var(--accent); font: 800 9px var(--display); text-transform: uppercase; letter-spacing: .11em; }
.product-info h3 { margin: 8px 0 7px; font: 800 19px/1.15 var(--display); } .product-info p { color: var(--muted); font-size: 13px; margin: 0 0 17px; }
.product-info footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; } .product-info footer span { font: 800 11px var(--display); }
.product-info footer button { width: 42px; height: 42px; border: 0; border-radius: 11px; background: var(--ink); color: #fff; font-size: 19px; }
.skeleton { padding: 0; } .skeleton div,.skeleton span,.skeleton b,.skeleton p { display: block; background: linear-gradient(90deg,#eceff3,#f8f9fb,#eceff3); background-size: 200% 100%; animation: skeleton 1.25s infinite; }
.skeleton div { height: 220px; } .skeleton span { height: 10px; width: 38%; margin: 22px 18px 10px; } .skeleton b { height: 22px; width: 70%; margin: 0 18px; } .skeleton p { height: 48px; margin: 14px 18px; }
@keyframes skeleton { to { background-position: -200% 0; } } .catalog-empty { text-align: center; padding: 60px; border: 1px dashed var(--line); border-radius: var(--radius); }
.catalog-empty b { font: 800 24px var(--display); } .center { text-align: center; margin-top: 34px; }

.start-section { padding-top: 92px; padding-bottom: 92px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; color: #fff; background: var(--ink); }
.start-intro { align-self: center; } .start-intro h2 { margin: 18px 0; font: 800 clamp(40px,4.6vw,66px)/1 var(--display); letter-spacing: -.055em; }
.start-intro p { max-width: 520px; color: #b7c4d9; font-size: 17px; } .start-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.start-options article { min-height: 380px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.start-options article > span { color: var(--cyan); font: 800 10px var(--display); } .option-icon { width: 54px; height: 54px; margin: 34px 0 24px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--ink); font: 800 22px var(--display); }
.start-options article:nth-child(2) .option-icon { background: var(--magenta); color: #fff; } .start-options article:nth-child(3) .option-icon { background: var(--yellow); }
.start-options h3 { margin: 0 0 10px; font: 800 21px var(--display); } .start-options p { margin: 0 0 22px; color: #b7c4d9; font-size: 13px; }
.start-options .button { margin-top: auto; width: 100%; padding-left: 13px; padding-right: 13px; font-size: 11px; }
.capabilities { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; background: #eef2f7; } .capability-intro { align-self: center; }
.capability-intro h2 { margin: 17px 0; font: 800 clamp(40px,4.7vw,66px)/1 var(--display); letter-spacing: -.055em; } .capability-intro p { max-width: 520px; color: var(--muted); font-size: 17px; }
.capability-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .capability-cards article { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.capability-cards article > small { color: var(--accent); font: 800 10px var(--display); } .capability-cards h3 { margin: 52px 0 9px; font: 800 21px var(--display); }
.capability-cards p { margin: 0; color: var(--muted); font-size: 13px; } .capability-feature { grid-column: 1/-1; min-height: 270px !important; display: grid; grid-template-columns: 1.15fr .85fr; padding: 0 !important; overflow: hidden; }
.capability-feature img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; } .capability-feature > div { padding: 28px; display: flex; flex-direction: column; justify-content: end; }
.capability-feature h3 { margin: 10px 0 9px; }

.process { background: #fff; } .process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-grid article { min-height: 260px; padding: 27px; background: #fff; position: relative; } .process-grid article::after { content: ""; position: absolute; left: 27px; bottom: 27px; width: 38px; height: 4px; background: var(--accent); }
.process-grid article:nth-child(2)::after { background: var(--cyan); } .process-grid article:nth-child(3)::after { background: var(--yellow); } .process-grid article:nth-child(4)::after { background: var(--ink); }
.process-grid span { color: var(--accent); font: 800 10px var(--display); } .process-grid h3 { margin: 55px 0 10px; font: 800 20px var(--display); } .process-grid p { color: var(--muted); font-size: 13px; }
.quality-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; padding-top: 0; padding-bottom: 0; background: #0a2a3b; color: #fff; }
.quality-visual { min-height: 640px; position: relative; overflow: hidden; margin-left: max(24px,calc((100vw - var(--max))/2)); } .quality-visual img { width: 100%; height: 100%; object-fit: cover; }
.quality-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(6,19,31,.78)); }
.quality-caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.quality-caption b { font: 800 21px var(--display); } .quality-caption span { max-width: 280px; color: #c0ccda; font-size: 12px; }
.quality-copy { padding: 80px max(24px,calc((100vw - var(--max))/2)) 80px 6vw; } .quality-copy h2 { margin: 18px 0; font: 800 clamp(40px,4.5vw,66px)/1 var(--display); letter-spacing: -.055em; }
.quality-copy > p { color: #bdc9d4; font-size: 17px; } .quality-copy ul { display: grid; gap: 11px; margin: 30px 0; padding: 0; list-style: none; }
.quality-copy li { display: flex; align-items: center; gap: 10px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.14); color: #d7e0e9; font-size: 13px; }
.quality-copy li span { color: var(--yellow); font-weight: 900; }
.careers { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; } .careers-copy { align-self: start; position: sticky; top: 110px; }
.careers-copy p { color: var(--muted); font-size: 17px; } .vacancy-list article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.vacancy-list article:last-child { border-bottom: 1px solid var(--line); } .vacancy-list h3 { margin: 7px 0; font: 800 21px var(--display); } .vacancy-list p { margin: 0; color: var(--muted); font-size: 13px; }
.vacancy-list button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 20px; }

.contact-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 7vw; background: #071d2b; color: #fff; } .contact-copy > p { color: #b9c6d2; font-size: 17px; }
.contact-copy > p a { text-decoration: underline; text-decoration-color: var(--cyan); } .contact-details { display: grid; gap: 14px; margin: 34px 0; }
.contact-details a,.contact-details address { display: grid; grid-template-columns: 92px 1fr; gap: 12px; font-style: normal; } .contact-details small { color: var(--cyan); font: 800 10px var(--display); letter-spacing: .12em; }
.contact-details span { color: #edf3f8; } .social-links { display: flex; align-items: center; gap: 9px; } .social-links a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; font: 800 11px var(--display); }
.social-links > span { color: #90a3b4; font-size: 11px; } .contact-form { align-self: center; padding: 34px; background: #fff; color: var(--ink); border-radius: var(--radius-lg); }
.form-head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--accent); font: 800 10px var(--display); letter-spacing: .11em; } .form-head b { max-width: 360px; font-size: 12px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .contact-form label,.modal-body label { display: grid; gap: 7px; margin-bottom: 15px; font-weight: 700; font-size: 13px; }
.contact-form input,.contact-form select,.contact-form textarea,.modal-body input,.modal-body select,.modal-body textarea { width: 100%; border: 1px solid rgba(11,23,51,.18); border-radius: 10px; padding: 13px; background: #fff; outline: 0; color: var(--ink); }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.modal-body input:focus,.modal-body select:focus,.modal-body textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,169,206,.12); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; font-size: 12px !important; } .consent input { width: auto !important; }
.form-status { min-height: 20px; font-size: 12px; font-weight: 700; } .form-status.success { color: #087a4b; } .form-status.error { color: #b42318; }

.site-footer { padding: 64px max(24px,calc((100vw - var(--max))/2)) 28px; background: #080f1d; color: #fff; } .footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top img { width: 270px; max-height: 72px; object-fit: contain; object-position: left center; } .footer-top p { color: #aebbd0; } .footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding: 42px 0; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; } .footer-grid h3 { margin: 0 0 8px; color: var(--cyan); font: 800 10px var(--display); text-transform: uppercase; letter-spacing: .13em; }
.footer-grid a,.footer-grid p { margin: 0; color: #b7c1d1; font-size: 13px; } .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #8291a7; font-size: 12px; }
.mobile-action-dock { display: none; }

.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 55; border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 12px 17px; box-shadow: 0 15px 50px rgba(0,0,0,.25); display: flex; align-items: center; gap: 9px; font: 800 12px var(--display); }
.chat-launcher b { color: var(--yellow); font-size: 18px; } .chat-pulse { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 7px rgba(34,197,94,.15); }
.chat-panel { position: fixed; z-index: 60; right: 22px; bottom: 78px; width: min(390px,calc(100vw - 24px)); height: min(620px,calc(100vh - 110px)); background: #fff; border-radius: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.28); display: flex; flex-direction: column; overflow: hidden; transform: translateY(20px) scale(.96); opacity: 0; pointer-events: none; transition: .25s; }
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; } .chat-panel header { background: var(--ink); color: #fff; padding: 16px; display: flex; justify-content: space-between; align-items: center; }
.chat-panel header > div { display: flex; gap: 12px; } .chat-panel header > div > span { width: 42px; height: 42px; display: grid; place-content: center; border-radius: 50%; background: var(--magenta); }
.chat-panel header div div { display: flex; flex-direction: column; } .chat-panel header small { color: #bdc5d2; } .chat-panel header small i { display: inline-block; width: 7px; height: 7px; background: #22c55e; border-radius: 50%; }
.chat-panel header button { border: 0; background: none; color: #fff; font-size: 24px; } .chat-messages { padding: 16px; overflow: auto; flex: 1; background: #f5f7fa; }
.chat-message { max-width: 86%; padding: 11px 13px; border-radius: 15px; margin-bottom: 10px; font-size: 13px; } .chat-message.bot { background: #fff; border-bottom-left-radius: 3px; }
.chat-message.user { background: var(--ink); color: #fff; margin-left: auto; border-bottom-right-radius: 3px; } .chat-chips { display: flex; gap: 7px; padding: 8px 12px; overflow: auto; }
.chat-chips button { white-space: nowrap; border: 1px solid var(--line); border-radius: 99px; background: #fff; padding: 8px; font-size: 11px; }
.chat-panel form { display: flex; padding: 10px; border-top: 1px solid var(--line); } .chat-panel form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 10px; }
.chat-panel form button { width: 42px; height: 42px; border: 0; background: var(--ink); color: #fff; border-radius: 50%; } .whatsapp-handoff { text-align: center; padding: 10px; background: #25d366; color: #071b0e; font-weight: 800; font-size: 12px; }
.flow-modal { border: 0; padding: 0; background: transparent; width: min(820px,calc(100vw - 26px)); max-height: calc(100vh - 30px); } .flow-modal::backdrop { background: rgba(5,12,24,.74); backdrop-filter: blur(7px); }
.modal-shell { background: var(--paper); border-radius: 22px; overflow: auto; max-height: calc(100vh - 30px); } .modal-shell > header { display: flex; justify-content: space-between; align-items: start; padding: 27px 32px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--paper); z-index: 2; }
.modal-shell h2 { margin: 8px 0; font: 800 32px var(--display); } .modal-close { border: 0; background: transparent; font-size: 28px; }
.step-indicator { display: flex; gap: 20px; padding: 14px 32px; background: #fff; font-size: 11px; font-weight: 800; color: var(--muted); } .step-indicator .active { color: var(--accent); }
.modal-body { padding: 28px 32px; } .modal-body small { font-weight: 400; color: var(--muted); } .modal-shell > footer { display: flex; justify-content: flex-end; gap: 10px; padding: 20px 32px; border-top: 1px solid var(--line); }
.modal-shell > .form-status { padding: 0 32px 18px; } .order-summary { padding: 18px; background: #fff; border-left: 4px solid var(--accent); margin-bottom: 22px; }
.search-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(7,16,31,.98); color: #fff; padding: 10vh max(24px,calc((100vw - 950px)/2)); opacity: 0; pointer-events: none; transition: .25s; }
.search-overlay.open { opacity: 1; pointer-events: auto; } .search-overlay > button { position: absolute; right: 34px; top: 26px; color: #fff; background: none; border: 0; font-size: 36px; }
.search-overlay label { display: flex; align-items: center; border-bottom: 2px solid #fff; margin-top: 35px; font-size: 34px; } .search-overlay input { width: 100%; background: none; border: 0; color: #fff; padding: 18px; outline: 0; font: 700 clamp(28px,5vw,56px) var(--display); }
.search-result { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); padding: 15px 0; } .search-result button { border: 0; background: none; color: var(--cyan); font-weight: 800; }
.consent-banner { position: fixed; z-index: 90; left: 50%; bottom: 22px; transform: translateX(-50%); width: min(1120px,calc(100% - 32px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 20px 24px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 80px rgba(7,21,45,.22); backdrop-filter: blur(16px); }
.consent-banner[hidden] { display: none; } .consent-banner b { font: 800 16px var(--display); } .consent-banner p { margin: 5px 0 0; max-width: 760px; color: var(--muted); font-size: 12px; }
.consent-banner > div:last-child { display: flex; align-items: center; gap: 10px; } .consent-banner a { font-size: 11px; font-weight: 700; text-decoration: underline; }

html[data-theme="paper-gold"] { --ink:#372a20; --ink-2:#5f4a39; --paper:#fbf5e9; --muted:#766353; --line:rgba(71,49,31,.17); --accent:#c24c2a; --yellow:#e8b04c; --cyan:#2b7a78; --magenta:#c24c2a; --radius:8px; }
html[data-theme="paper-gold"] .hero { background: radial-gradient(circle at 5% 20%,rgba(194,76,42,.09),transparent 32%),#fffaf2; }
html[data-theme="paper-gold"] .hero h1 em { color:var(--ink); text-decoration:underline; text-decoration-color:var(--accent); text-decoration-thickness:6px; }
html[data-theme="paper-gold"] .start-section,html[data-theme="paper-gold"] .site-footer { background:#35281f; } html[data-theme="paper-gold"] .contact-section { background:#173f3d; }
html[data-theme="kinetic-cmyk"] { --ink:#07152d; --ink-2:#0d2347; --paper:#f1f6fb; --muted:#5a6880; --line:rgba(7,21,45,.15); --accent:#ec167f; --yellow:#ffd400; --cyan:#00b6d7; --magenta:#ec167f; --radius:3px; --radius-lg:8px; }
html[data-theme="kinetic-cmyk"] .site-header { border-bottom:4px solid; border-image:linear-gradient(90deg,var(--cyan) 33%,var(--magenta) 33% 66%,var(--yellow) 66%) 1; }
html[data-theme="kinetic-cmyk"] .hero { background:linear-gradient(118deg,#fff 0 63%,rgba(0,182,215,.12) 63% 77%,rgba(236,22,127,.1) 77% 89%,rgba(255,212,0,.15) 89%); }
html[data-theme="kinetic-cmyk"] .product-card:hover { box-shadow:8px 8px 0 var(--cyan); }
.feature-chat-off #chatLauncher,.feature-chat-off #chatPanel,.feature-chat-off [data-open-chat],.feature-chat-off [data-chat-seed],.feature-orders-off [data-open-order],.feature-orders-off [data-open-quote],.feature-orders-off [data-order-product],.feature-careers-off #careers,.feature-careers-off a[href="#careers"] { display:none !important; }

@media (max-width:1180px) {
  .site-header { grid-template-columns:205px 1fr auto; gap:12px; } .brand img { width:195px; } .site-nav { gap:15px; font-size:11px; } .header-actions .ghost { display:none; }
  .hero { grid-template-columns:minmax(0,1fr) minmax(440px,.92fr); gap:3vw; } .hero h1 { font-size:56px; } .product-grid { grid-template-columns:repeat(3,1fr); }
  .start-section { grid-template-columns:1fr; } .start-intro { max-width:780px; } .confidence-strip { margin-left:24px; margin-right:24px; }
}
@media (max-width:900px) {
  html { scroll-padding-top:72px; } .utility-bar { display:none; } .site-header { min-height:72px; grid-template-columns:1fr auto; padding:0 20px; } .brand img { width:205px; }
  .menu-toggle { display:block; grid-column:2; } .site-nav { position:fixed; inset:72px 0 auto; min-height:calc(100vh - 72px); padding:30px 24px 120px; background:#fff; display:flex; flex-direction:column; align-items:flex-start; gap:0; transform:translateY(-125%); opacity:0; transition:.28s; z-index:-1; }
  .site-nav.open { transform:none; opacity:1; } .site-nav a { width:100%; padding:18px 0; border-bottom:1px solid var(--line); font-size:18px; } .site-nav a::after { display:none; } .header-actions { display:none; }
  .hero { min-height:auto; grid-template-columns:1fr; padding:64px 24px 76px; } .hero-copy { max-width:760px; } .hero h1 { font-size:clamp(47px,9vw,72px); }
  .hero-visual { min-height:560px; margin-top:20px; } .hero-photo { inset:3% 6% 4% 9%; } .confidence-strip { grid-template-columns:1fr 1fr; }
  .confidence-strip article:nth-child(2) { border-right:0; } .confidence-strip article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section { padding:76px 24px; } .compact-head,.section-head { display:grid; grid-template-columns:1fr; align-items:start; gap:15px; } .quick-categories { grid-template-columns:1fr 1fr; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; } .category-tabs { justify-content:flex-start; flex-wrap:nowrap; overflow:auto; padding-bottom:5px; } .product-grid { grid-template-columns:repeat(2,1fr); }
  .start-options { grid-template-columns:1fr 1fr 1fr; } .capabilities,.careers,.contact-section { grid-template-columns:1fr; } .capability-intro { max-width:740px; }
  .quality-section { grid-template-columns:1fr; padding:0; } .quality-visual { min-height:500px; margin:0; } .quality-copy { padding:70px 24px; } .careers-copy { position:static; }
  .process-grid { grid-template-columns:1fr 1fr; } .contact-form { border-radius:20px; } .footer-top { grid-template-columns:1fr auto; } .footer-top p { display:none; } .footer-grid { grid-template-columns:1fr 1fr; }
  .mobile-action-dock { position:fixed; z-index:54; left:50%; bottom:12px; transform:translateX(-50%); width:min(440px,calc(100% - 24px)); min-height:58px; display:grid; grid-template-columns:repeat(3,1fr); overflow:hidden; background:rgba(255,255,255,.97); border:1px solid var(--line); border-radius:16px; box-shadow:0 18px 55px rgba(11,23,51,.22); backdrop-filter:blur(14px); }
  .mobile-action-dock button,.mobile-action-dock a { border:0; border-right:1px solid var(--line); background:transparent; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; font-weight:900; font-size:16px; }
  .mobile-action-dock a:last-child { border:0; color:#087b41; } .mobile-action-dock span { font-size:9px; color:var(--muted); } .chat-launcher { bottom:82px; } .chat-panel { bottom:140px; }
}
@media (max-width:600px) {
  body { font-size:15px; padding-bottom:78px; } .brand img { width:190px; } .hero { padding-top:48px; } .hero h1 { font-size:clamp(43px,13vw,58px); } .hero-copy > p { font-size:16px; }
  .hero-search { grid-template-columns:27px 1fr; padding-right:12px; } .hero-search button { grid-column:1/-1; width:100%; } .search-suggestions { max-height:25px; overflow:hidden; }
  .hero-actions { flex-direction:column; } .hero-actions .button { width:100%; } .hero-trust { display:grid; grid-template-columns:1fr 1fr; gap:15px; } .hero-trust div { border:0; padding:0; margin:0; }
  .hero-visual { min-height:410px; } .hero-photo { inset:2% 2% 3% 8%; border-radius:22px; } .floating-product { width:174px; grid-template-columns:64px 1fr; padding:8px; }
  .floating-product img { width:64px; height:60px; } .product-business { left:0; bottom:5%; } .product-banner { right:0; top:7%; } .production-note { right:1%; bottom:-1%; padding:9px 11px; }
  .confidence-strip { margin:16px 14px 0; grid-template-columns:1fr; } .confidence-strip article { min-height:92px; border-right:0; border-bottom:1px solid var(--line); }
  .compact-head .text-button { justify-self:start; } .quick-categories { grid-template-columns:1fr; } .quick-categories button { min-height:155px; } .product-grid { grid-template-columns:1fr; } .product-image { height:245px; }
  .start-options { grid-template-columns:1fr; } .start-options article { min-height:320px; } .capability-cards { grid-template-columns:1fr; } .capability-feature { grid-template-columns:1fr; }
  .capability-feature img { min-height:220px; } .process-grid { grid-template-columns:1fr; } .quality-visual { min-height:400px; } .quality-caption { display:grid; }
  .field-row { grid-template-columns:1fr; } .contact-form { padding:24px 18px; } .form-head { flex-direction:column; gap:8px; } .footer-top { grid-template-columns:1fr; } .footer-top img { width:240px; }
  .footer-grid { grid-template-columns:1fr; } .footer-bottom { flex-direction:column; } .chat-launcher { right:14px; } .chat-launcher span:last-child { display:none; }
  .chat-panel { right:12px; bottom:140px; height:calc(100vh - 170px); } .modal-shell > header,.modal-body,.modal-shell > footer { padding-left:20px; padding-right:20px; }
  .step-indicator { padding-left:20px; overflow:auto; white-space:nowrap; } .search-overlay { padding-top:18vh; } .search-overlay label { font-size:23px; }
  .consent-banner { bottom:82px; grid-template-columns:1fr; padding:17px; max-height:calc(100vh - 100px); overflow:auto; } .consent-banner > div:last-child { align-items:stretch; flex-direction:column; } .consent-banner .button { width:100%; }
}
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; } }
