/*
Theme Name: OKSAN Precision
Theme URI: https://oksan.co.th
Author: OKSAN Precision Co., Ltd.
Description: ธีมเว็บไซต์สำหรับ OKSAN Precision — ผู้ผลิตแม่พิมพ์ปั๊มโลหะและชิ้นส่วนความละเอียดสูง สร้างตาม Homepage Renewal Execution Plan (HOME / COMPANY / PRODUCTS / EQUIPMENT / QUALITY / CONTACT-RFQ) พร้อมประเภทเนื้อหาสินค้า แถบปุ่มติดต่อลอย และตั้งค่าทุกอย่างผ่าน Customizer
Version: 1.20.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oksan
Tags: business, industrial, manufacturing, one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* =========================================================
   1. Design tokens
   ========================================================= */
:root {
	--ok-navy: #1e3a8a;
	--ok-navy-dark: #17306f;
	--ok-blue: #2563eb;
	--ok-ink: #1f2937;
	--ok-ink-soft: #374151;
	--ok-body: #4b5563;
	--ok-muted: #6b7280;
	--ok-line: #e5e7eb;
	--ok-line-soft: #f0f1f3;
	--ok-bg: #ffffff;
	--ok-bg-alt: #f9fafb;
	--ok-dark: #15181e;
	--ok-dark-2: #1c2027;

	--ok-container: 1200px;
	--ok-radius: 4px;
	--ok-radius-lg: 10px;
	--ok-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);
	--ok-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	--ok-shadow-lg: 0 18px 50px rgba(15, 23, 42, .14);

	--ok-font: "Noto Sans Thai", "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	--ok-font-en: "Inter", "Noto Sans Thai", sans-serif;

	--ok-header-h: 76px;
	--ok-ease: cubic-bezier(.22, .61, .36, 1);
}

/* =========================================================
   2. Reset & base
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--ok-header-h) + 16px); }

body {
	margin: 0;
	font-family: var(--ok-font);
	font-size: 16px;
	line-height: 1.75;
	color: var(--ok-body);
	background: var(--ok-bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ok-navy); text-decoration: none; transition: color .2s var(--ok-ease); }
a:hover { color: var(--ok-blue); }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em;
	font-family: var(--ok-font);
	color: var(--ok-ink);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.01em;
}

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }

figure { margin: 0; }

blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 3px solid var(--ok-navy);
	color: var(--ok-ink-soft);
	font-size: 1.05rem;
}

code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }
pre { padding: 18px 20px; background: var(--ok-ink); color: #e5e7eb; border-radius: var(--ok-radius); overflow-x: auto; }
code { background: var(--ok-bg-alt); padding: 2px 6px; border-radius: 3px; }
pre code { background: none; padding: 0; }

table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; }
th, td { padding: 12px 14px; border: 1px solid var(--ok-line); text-align: left; }
th { background: var(--ok-bg-alt); color: var(--ok-ink); font-weight: 600; }

hr { border: 0; border-top: 1px solid var(--ok-line); margin: 2.4em 0; }

::selection { background: var(--ok-navy); color: #fff; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto !important; clip-path: none; display: block; height: auto; width: auto;
	left: 12px; top: 12px; padding: 12px 22px; z-index: 100000;
	background: #fff; color: var(--ok-navy); font-weight: 600; box-shadow: var(--ok-shadow);
}

/* =========================================================
   3. Layout helpers
   ========================================================= */
.ok-container { width: 100%; max-width: var(--ok-container); margin: 0 auto; padding: 0 24px; }
.ok-container--narrow { max-width: 880px; }
.ok-section { padding: 96px 0; }
.ok-section--alt { background: var(--ok-bg-alt); }

/* Two plain sections in a row get a hairline so they never read as one
   endless block. The grey/white alternation itself is decided in PHP by
   render order, so switching sections off never breaks the rhythm. */
.ok-section--plain + .ok-section--plain { border-top: 1px solid var(--ok-line); }
.ok-section--dark { background: var(--ok-dark); color: rgba(255, 255, 255, .72); }
.ok-section--dark h2,
.ok-section--dark h3 { color: #fff; }

.ok-section-head { max-width: 760px; margin-bottom: 52px; }
.ok-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.ok-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--ok-font-en);
	font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
	color: var(--ok-navy); margin-bottom: 16px;
}
.ok-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--ok-navy); display: block; }
.ok-section--dark .ok-eyebrow { color: #93b0f5; }
.ok-section--dark .ok-eyebrow::before { background: #93b0f5; }
.ok-section-head--center .ok-eyebrow::before { display: none; }

.ok-section-title { font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 600; line-height: 1.45; margin-bottom: 16px; }
.ok-section-desc { font-size: 1.02rem; color: var(--ok-muted); margin: 0; }
.ok-section--dark .ok-section-desc { color: rgba(255, 255, 255, .62); }

/* =========================================================
   4. Buttons
   ========================================================= */
.ok-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 30px;
	font-family: var(--ok-font); font-size: .97rem; font-weight: 600; line-height: 1.2;
	border: 1px solid transparent; border-radius: var(--ok-radius);
	cursor: pointer; transition: all .22s var(--ok-ease); white-space: nowrap;
}
.ok-btn--primary { background: var(--ok-navy); color: #fff; }
.ok-btn--primary:hover { background: var(--ok-navy-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(30, 58, 138, .28); }
.ok-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.ok-btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }
.ok-btn--outline { background: #fff; color: var(--ok-ink); border-color: var(--ok-line); }
.ok-btn--outline:hover { border-color: var(--ok-navy); color: var(--ok-navy); }
.ok-btn--sm { padding: 10px 20px; font-size: .9rem; }
.ok-btn--block { display: flex; width: 100%; }

.ok-link-more {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 600; font-size: .95rem; color: var(--ok-ink);
}
.ok-link-more svg { transition: transform .22s var(--ok-ease); }
.ok-link-more:hover svg { transform: translateX(5px); }

/* =========================================================
   5. Header
   ========================================================= */
.ok-header {
	position: fixed; inset: 0 0 auto 0; z-index: 900;
	height: var(--ok-header-h);
	display: flex; align-items: center;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background .3s var(--ok-ease), border-color .3s var(--ok-ease), height .3s var(--ok-ease);
}
.ok-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: 100%; }

.ok-brand { display: flex; align-items: center; flex-shrink: 0; min-width: 0; }
.ok-brand img { max-height: 40px; width: auto; flex-shrink: 0; }
.ok-brand__link { display: flex; align-items: center; gap: 11px; min-width: 0; color: inherit; }
.ok-brand__text {
	font-family: var(--ok-font-en); font-size: 1.18rem; font-weight: 700;
	letter-spacing: -.01em; line-height: 1.15; white-space: nowrap;
}
.ok-brand__tagline {
	display: block; font-family: var(--ok-font); font-size: .7rem; font-weight: 400;
	letter-spacing: .01em; opacity: .68; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis; max-width: 34ch;
}

/* transparent (over hero) state */
.ok-header--transparent { color: #fff; }
.ok-header--transparent .ok-brand a,
.ok-header--transparent .ok-brand__link,
.ok-header--transparent .ok-nav > ul > li > a { color: #fff; }
.ok-header--transparent .ok-burger span { background: #fff; }

/* solid state */
.ok-header--solid,
.ok-header.is-stuck {
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom-color: var(--ok-line);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.ok-header.is-stuck .ok-brand a,
.ok-header.is-stuck .ok-brand__link,
.ok-header--solid .ok-brand a,
.ok-header--solid .ok-brand__link { color: var(--ok-navy); }
.ok-header.is-stuck .ok-nav > ul > li > a,
.ok-header--solid .ok-nav > ul > li > a { color: var(--ok-ink); }
.ok-header.is-stuck .ok-burger span,
.ok-header--solid .ok-burger span { background: var(--ok-ink); }

/* nav */
.ok-nav { margin-left: auto; }
.ok-nav ul { list-style: none; margin: 0; padding: 0; }
.ok-nav > ul { display: flex; align-items: center; gap: 4px; }
.ok-nav > ul > li { position: relative; }
.ok-nav > ul > li > a {
	display: flex; align-items: center; height: var(--ok-header-h);
	padding: 0 18px; font-size: .97rem; font-weight: 500; color: var(--ok-ink);
	/* A menu label must never break onto a second line — it would push the
	   header out of shape. Keep labels short instead. */
	white-space: nowrap;
}

/* Between the tablet break and full desktop the bar gets tight, so the items
   sit closer together rather than wrapping. */
@media (min-width: 901px) and (max-width: 1160px) {
	.ok-nav > ul > li > a { padding: 0 12px; font-size: .93rem; }
	.ok-nav > ul > li > a::after { left: 12px; right: 12px; }
}
.ok-nav > ul > li > a::after {
	content: ""; position: absolute; left: 18px; right: 18px; bottom: 22px; height: 2px;
	background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ok-ease);
}
.ok-nav > ul > li:hover > a::after,
.ok-nav > ul > li.current-menu-item > a::after { transform: scaleX(1); }

.ok-nav .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 210px;
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	box-shadow: var(--ok-shadow); padding: 8px 0;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: all .22s var(--ok-ease);
}
.ok-nav li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ok-nav .sub-menu a { display: block; padding: 10px 20px; font-size: .92rem; color: var(--ok-ink-soft); }
.ok-nav .sub-menu a:hover { background: var(--ok-bg-alt); color: var(--ok-navy); }
.ok-nav .sub-menu .sub-menu { top: 0; left: 100%; }

.ok-header__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.ok-header__tel { display: flex; flex-direction: column; line-height: 1.2; }
.ok-header__tel small { font-size: .7rem; opacity: .65; }
.ok-header__tel strong { font-family: var(--ok-font-en); font-size: 1.02rem; font-weight: 700; color: inherit; }
.ok-header--transparent:not(.is-stuck) .ok-header__tel { color: #fff; }
.ok-header--transparent:not(.is-stuck) .ok-btn--primary { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .5); }
.ok-header--transparent:not(.is-stuck) .ok-btn--primary:hover { background: #fff; color: var(--ok-navy); }

/* burger */
.ok-burger {
	display: none; width: 44px; height: 44px; padding: 0; background: none; border: 0; cursor: pointer;
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.ok-burger span { display: block; width: 22px; height: 2px; background: var(--ok-ink); transition: transform .25s var(--ok-ease), opacity .2s; }
.ok-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ok-burger.is-open span:nth-child(2) { opacity: 0; }
.ok-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.ok-drawer {
	position: fixed; inset: 0; z-index: 950;
	background: #fff; padding: calc(var(--ok-header-h) + 20px) 24px 40px;
	overflow-y: auto;
	transform: translateX(100%); transition: transform .35s var(--ok-ease);
	visibility: hidden;
}
.ok-drawer.is-open { transform: translateX(0); visibility: visible; }
.ok-drawer ul { list-style: none; margin: 0; padding: 0; }
.ok-drawer > ul > li { border-bottom: 1px solid var(--ok-line); }
/* Menu links only — this must not reach the buttons in the drawer footer,
   which carry their own colours. */
.ok-drawer > ul a,
.ok-drawer > .menu a,
.ok-drawer nav a { display: block; padding: 16px 4px; font-size: 1.05rem; font-weight: 500; color: var(--ok-ink); }

.ok-drawer__close {
	position: absolute; top: 12px; right: 14px; z-index: 2;
	width: 44px; height: 44px; padding: 0;
	display: flex; align-items: center; justify-content: center;
	border: 0; border-radius: 50%;
	background: var(--ok-bg-alt); color: var(--ok-ink);
	font-size: 1.9rem; line-height: 1; cursor: pointer;
	transition: background .2s var(--ok-ease), color .2s var(--ok-ease);
}
.ok-drawer__close:hover { background: var(--ok-navy); color: #fff; }
.ok-drawer .sub-menu a { padding: 10px 4px 10px 20px; font-size: .95rem; font-weight: 400; color: var(--ok-muted); }

/* Buttons keep the colours of their own variant. */
.ok-drawer .ok-btn--primary { color: #fff; }
.ok-drawer .ok-btn--outline { color: var(--ok-ink); }
.ok-drawer .ok-btn { display: flex; padding: 14px 30px; font-size: .97rem; }
.ok-drawer__foot { margin-top: 32px; display: grid; gap: 12px; }

/* header layout: menu left – logo centre – cta right */
.ok-header--layout-split .ok-header__inner { justify-content: flex-start; }
.ok-header--layout-split .ok-nav { order: 1; margin-left: 0; margin-right: auto; }
.ok-header--layout-split .ok-brand { order: 2; position: absolute; left: 50%; transform: translateX(-50%); }
.ok-header--layout-split .ok-header__cta { order: 3; margin-left: auto; }
.ok-header--layout-split .ok-header__inner { position: relative; }

/* header layout: logo centred, menu on a second row */
.ok-header--layout-center { height: auto; padding: 14px 0 0; }
.ok-header--layout-center .ok-header__inner { flex-direction: column; gap: 6px; position: relative; }
.ok-header--layout-center .ok-brand { order: 1; }
.ok-header--layout-center .ok-nav { order: 3; margin: 0; }
.ok-header--layout-center .ok-nav > ul > li > a { height: 48px; }
.ok-header--layout-center .ok-nav > ul > li > a::after { bottom: 12px; }
.ok-header--layout-center .ok-header__cta { order: 2; position: absolute; right: 0; top: 4px; }

/* non-sticky header scrolls away with the page */
.ok-header--static { position: absolute; }

/* search */
.ok-search-toggle {
	display: flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%;
	background: transparent; color: inherit; cursor: pointer; transition: background .2s;
}
.ok-search-toggle:hover { background: rgba(127, 127, 127, .14); }

.ok-search-overlay {
	position: fixed; inset: 0; z-index: 980;
	background: rgba(21, 24, 30, .96); backdrop-filter: blur(6px);
	display: flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden; transition: opacity .28s var(--ok-ease), visibility .28s;
}
.ok-search-overlay.is-open { opacity: 1; visibility: visible; }
.ok-search-overlay__inner { width: min(640px, 88vw); }
.ok-search-overlay__label { color: rgba(255, 255, 255, .7); font-size: .95rem; margin-bottom: 14px; text-align: center; }
.ok-search-overlay input[type="search"] { padding: 16px 18px; font-size: 1.05rem; }
.ok-search-overlay__close {
	position: absolute; right: 24px; top: 20px;
	width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%;
	background: rgba(255, 255, 255, .1); color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer;
}
.ok-search-overlay__close:hover { background: rgba(255, 255, 255, .2); }

.ok-drawer__search { margin-top: 26px; }

/* =========================================================
   6. Hero
   ========================================================= */
.ok-hero {
	position: relative; min-height: 100vh; min-height: 100svh;
	display: flex; align-items: center;
	color: #fff; overflow: hidden;
}
.ok-hero__bg { position: absolute; inset: 0; z-index: 0; background: var(--ok-dark); }
.ok-hero__bg img,
.ok-hero__bg video,
.ok-hero__bg .ok-hero__fallback {
	position: absolute; inset: 0;
	width: 100%; height: 100%; object-fit: cover;
}
.ok-hero__fallback { background: linear-gradient(135deg, #1f2937 0%, #1e3a8a 100%); }
.ok-hero__video { z-index: 1; }
/* The still sits under the video and shows through until it plays. */
.ok-hero__still { z-index: 0; }
.ok-hero__bg::after {
	content: ""; position: absolute; inset: 0; z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .62) 100%);
}
.ok-hero__inner { position: relative; z-index: 2; width: 100%; padding-top: var(--ok-header-h); }

.ok-hero__badge {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 7px 16px; margin-bottom: 26px;
	border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px;
	background: rgba(255, 255, 255, .08); backdrop-filter: blur(6px);
	font-size: .82rem; font-weight: 500; letter-spacing: .02em; color: #fff;
}
.ok-hero__badge i { width: 6px; height: 6px; border-radius: 50%; background: #60a5fa; display: block; }

.ok-hero__title {
	color: #fff;
	font-size: clamp(2.3rem, 6.2vw, 4.1rem);
	font-weight: 700; line-height: 1.22; letter-spacing: -.025em;
	margin: 0 0 22px; text-shadow: 0 2px 24px rgba(0, 0, 0, .3);
}
.ok-hero__title em { font-style: normal; color: #93c5fd; }
.ok-hero__sub {
	max-width: 640px; margin: 0 0 40px;
	font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.8; color: rgba(255, 255, 255, .84);
}
.ok-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.ok-hero__scroll {
	position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%); z-index: 3;
	width: 24px; height: 40px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 14px;
}
.ok-hero__scroll::after {
	content: ""; position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; border-radius: 2px;
	background: #fff; transform: translateX(-50%); animation: ok-scroll 1.9s infinite;
}
@keyframes ok-scroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 13px); } }

/* =========================================================
   7. Key indicators
   ========================================================= */
.ok-kpi { background: var(--ok-bg); border-bottom: 1px solid var(--ok-line); }
.ok-kpi__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 34px 0 38px; }
.ok-kpi__item {
	text-align: center; padding: 22px 12px 24px;
	background: var(--ok-bg-alt); border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: border-color .25s var(--ok-ease), transform .25s var(--ok-ease);
}
.ok-kpi__item:hover { border-color: var(--ok-navy); transform: translateY(-3px); }
.ok-kpi__item b {
	display: block; font-family: var(--ok-font-en);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem); font-weight: 700;
	color: var(--ok-navy); line-height: 1.2; letter-spacing: -.02em;
}
.ok-kpi__item span {
	display: block; margin-top: 6px;
	font-family: var(--ok-font-en); font-size: .76rem; font-weight: 500;
	letter-spacing: .1em; text-transform: uppercase; color: var(--ok-muted);
}

/* =========================================================
   8. Core capability cards
   ========================================================= */
.ok-caps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ok-cap {
	position: relative; overflow: hidden; border-radius: var(--ok-radius);
	background: var(--ok-ink); min-height: 320px; display: flex; align-items: flex-end;
	box-shadow: var(--ok-shadow-sm);
}
.ok-cap__img { position: absolute; inset: 0; }
.ok-cap__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ok-ease); }
.ok-cap:hover .ok-cap__img img { transform: scale(1.07); }
.ok-cap__img::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, .12) 28%, rgba(15, 23, 42, .86) 100%);
}
.ok-cap__body { position: relative; z-index: 2; padding: 26px 24px 28px; width: 100%; }
.ok-cap__num { font-family: var(--ok-font-en); font-size: .78rem; font-weight: 600; letter-spacing: .12em; color: #93c5fd; }
.ok-cap__body h3 { color: #fff; font-size: 1.2rem; margin: 8px 0 4px; }
.ok-cap__en { font-family: var(--ok-font-en); font-size: .84rem; color: rgba(255, 255, 255, .62); letter-spacing: .02em; }
.ok-cap__body p {
	margin: 12px 0 0; font-size: .9rem; color: rgba(255, 255, 255, .78); line-height: 1.65;
	max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s var(--ok-ease), opacity .3s, margin .4s;
}
.ok-cap:hover .ok-cap__body p { max-height: 140px; opacity: 1; }

/* =========================================================
   8.1 Quality teaser
   ========================================================= */
.ok-quality__lead { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 56px; }
.ok-quality__img { border-radius: var(--ok-radius); overflow: hidden; box-shadow: var(--ok-shadow-lg); }
.ok-quality__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.ok-flow {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px 26px;
}
.ok-flow__step {
	position: relative; text-align: center;
	padding: 24px 12px 26px; background: #fff;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: border-color .25s var(--ok-ease), transform .25s var(--ok-ease), box-shadow .25s var(--ok-ease);
}
.ok-flow__step:hover { border-color: var(--ok-navy); transform: translateY(-2px); box-shadow: var(--ok-shadow); }

/* SVG connector sitting in the gap to the left of each step after the first. */
.ok-flow__arrow {
	position: absolute; left: -26px; top: 50%; width: 26px;
	display: flex; align-items: center; justify-content: center;
	transform: translateY(-50%);
	color: var(--ok-navy); opacity: .45;
	transition: opacity .25s var(--ok-ease), transform .25s var(--ok-ease);
	pointer-events: none;
}
.ok-flow__arrow svg { display: block; }
.ok-flow__step:hover .ok-flow__arrow { opacity: 1; }

.ok-flow__num {
	display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; margin-bottom: 12px; border-radius: 50%;
	background: rgba(30, 58, 138, .08);
	font-family: var(--ok-font-en); font-size: .74rem; font-weight: 700;
	letter-spacing: .04em; color: var(--ok-navy);
	transition: background .25s var(--ok-ease), color .25s var(--ok-ease);
}
.ok-flow__step:hover .ok-flow__num { background: var(--ok-navy); color: #fff; }
.ok-flow__label { display: block; font-size: .93rem; font-weight: 500; color: var(--ok-ink); line-height: 1.45; }

/* =========================================================
   8.2 Trusted customers
   ========================================================= */
.ok-customers__grid {
	display: grid; grid-template-columns: repeat(6, 1fr);
	border-top: 1px solid var(--ok-line); border-left: 1px solid var(--ok-line);
}
.ok-customers__item {
	display: flex; align-items: center; justify-content: center;
	padding: 28px 20px; min-height: 118px;
	border-right: 1px solid var(--ok-line); border-bottom: 1px solid var(--ok-line);
}
.ok-customers__item img {
	max-height: 46px; width: auto; max-width: 100%; object-fit: contain;
	filter: grayscale(1); opacity: .62; transition: filter .3s var(--ok-ease), opacity .3s var(--ok-ease);
}
.ok-customers__item:hover img { filter: none; opacity: 1; }
.ok-customers__note { margin-top: 22px; text-align: center; font-size: .85rem; color: var(--ok-muted); }

.ok-partner { margin-top: 54px; text-align: center; }
.ok-partner__label {
	display: block; margin-bottom: 18px;
	font-family: var(--ok-font-en); font-size: .78rem; font-weight: 600;
	letter-spacing: .16em; text-transform: uppercase; color: var(--ok-navy);
}
.ok-partner__body {
	display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
	padding: 28px 44px 30px; background: #fff;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: all .28s var(--ok-ease);
}
a.ok-partner__body:hover { border-color: var(--ok-navy); box-shadow: var(--ok-shadow); transform: translateY(-3px); }
.ok-partner__body img { max-height: 54px; width: auto; margin-bottom: 6px; }
.ok-partner__name { font-family: var(--ok-font-en); font-size: 1.22rem; font-weight: 700; color: var(--ok-ink); letter-spacing: .02em; }
.ok-partner__note { font-size: .88rem; color: var(--ok-muted); }

/* =========================================================
   8.3a RFQ launcher + dialog
   ========================================================= */
.ok-rfq-launch {
	background: #fff; border-radius: var(--ok-radius); padding: 36px 34px 34px;
	color: var(--ok-body); box-shadow: var(--ok-shadow-lg); text-align: center;
}
.ok-rfq-launch__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 60px; height: 60px; margin-bottom: 18px; border-radius: 50%;
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
}
.ok-rfq-launch h3 { font-size: 1.12rem; letter-spacing: .04em; margin-bottom: 12px; }
.ok-rfq-launch p { font-size: .95rem; color: var(--ok-muted); margin: 0 0 24px; }
.ok-rfq-launch .ok-contact-card__note { margin-top: 16px; }

.ok-modal {
	position: fixed; inset: 0; z-index: 995;
	display: flex; align-items: flex-start; justify-content: center;
	padding: 40px 20px;
	background: rgba(15, 23, 42, .72); backdrop-filter: blur(3px);
	/* Reserve the scrollbar on both sides so the dialog stays optically centred. */
	overflow-y: auto; scrollbar-gutter: stable both-edges;
	opacity: 0; visibility: hidden;
	transition: opacity .25s var(--ok-ease), visibility .25s;
}
.ok-modal.is-open { opacity: 1; visibility: visible; }
.ok-modal__dialog {
	width: 100%; max-width: 620px; margin: auto;
	background: #fff; border-radius: var(--ok-radius); box-shadow: var(--ok-shadow-lg);
	transform: translateY(14px); transition: transform .3s var(--ok-ease);
}
.ok-modal.is-open .ok-modal__dialog { transform: none; }
.ok-modal__head {
	position: sticky; top: 0; z-index: 2;
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 22px 26px; border-bottom: 1px solid var(--ok-line);
	background: #fff; border-radius: var(--ok-radius) var(--ok-radius) 0 0;
}
.ok-modal__head h3 { margin: 0; font-size: 1.08rem; letter-spacing: .04em; }
.ok-modal__close {
	flex-shrink: 0; width: 38px; height: 38px; padding: 0;
	border: 0; border-radius: 50%; background: var(--ok-bg-alt);
	color: var(--ok-ink); font-size: 1.6rem; line-height: 1; cursor: pointer;
	transition: background .2s, color .2s;
}
.ok-modal__close:hover { background: var(--ok-navy); color: #fff; }
.ok-modal__body { padding: 26px; box-shadow: none; }

/* =========================================================
   8.3 RFQ form card
   ========================================================= */
.ok-rfq-card {
	background: #fff; border-radius: var(--ok-radius); padding: 34px 32px 36px;
	color: var(--ok-body); box-shadow: var(--ok-shadow-lg);
}
.ok-rfq-card__title {
	font-size: 1.12rem; letter-spacing: .04em; margin-bottom: 22px;
	padding-bottom: 16px; border-bottom: 1px solid var(--ok-line);
}
.ok-rfq-card label,
.ok-rfq-card .ff-el-input--label label { font-size: .88rem; font-weight: 500; color: var(--ok-ink); }
.ok-rfq-card .ff-el-group { margin-bottom: 16px; }

/* ---- Forminator ---- */
/* The theme font must not reach the plugin's icon spans — they rely on their
   own icon font, and overriding it makes them fall back to raw glyphs. */
.ok-rfq-card .forminator-ui.forminator-custom-form { font-family: var(--ok-font); }
.ok-rfq-card [class^="forminator-icon-"],
.ok-rfq-card [class*=" forminator-icon-"] { font-family: "forminator-icons-font" !important; }
.ok-rfq-card .forminator-row { margin-bottom: 14px; }
.ok-rfq-card .forminator-label {
	font-family: var(--ok-font); font-size: .88rem; font-weight: 500; color: var(--ok-ink);
	margin-bottom: 6px;
}
.ok-rfq-card .forminator-required { color: #dc2626; }
/* Never style the native <select>. Forminator hides it with clip:rect(0,0,0,0)
   and hands the field over to select2, which then copies that element's width
   onto its own container. Giving the hidden select padding made select2 render
   a 32px-wide box with a 2px click target. The visible widget is styled below
   instead. */
.ok-rfq-card .forminator-input,
.ok-rfq-card .forminator-textarea,
.ok-rfq-card .forminator-input-with-icon input {
	font-family: var(--ok-font) !important;
	font-size: .96rem !important;
	color: var(--ok-ink) !important;
	padding: 12px 15px !important;
	height: auto !important;
	border: 1px solid var(--ok-line) !important;
	border-radius: var(--ok-radius) !important;
	background: #fff !important;
	box-shadow: none !important;
}
.ok-rfq-card .forminator-input:focus,
.ok-rfq-card .forminator-textarea:focus {
	border-color: var(--ok-navy) !important;
	box-shadow: 0 0 0 3px rgba(30, 58, 138, .12) !important;
}
/* The date field has an icon pinned inside it, so the text needs room. */
.ok-rfq-card .forminator-input-with-icon { position: relative; }
.ok-rfq-card .forminator-input-with-icon .forminator-input { padding-left: 42px !important; }
.ok-rfq-card .forminator-input-with-icon [class^="forminator-icon-"] {
	position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
	color: var(--ok-muted); font-size: 17px; line-height: 1; pointer-events: none;
}

/* Upload drop zone */
.ok-rfq-card .forminator-multi-upload-message { display: grid; justify-items: center; gap: 8px; }
.ok-rfq-card .forminator-multi-upload-message .forminator-icon-upload {
	font-size: 26px; line-height: 1; color: var(--ok-navy); opacity: .55;
}
.ok-rfq-card .forminator-multi-upload-message p { margin: 0; font-size: .92rem; color: var(--ok-muted); }
.ok-rfq-card .forminator-multi-upload-message a { font-weight: 600; color: var(--ok-navy); text-decoration: underline; }
.ok-rfq-card .forminator-description { font-size: .82rem; color: var(--ok-muted); }
.ok-rfq-card .forminator-file-upload,
.ok-rfq-card .forminator-multi-upload {
	border: 1px dashed var(--ok-line); border-radius: var(--ok-radius);
	background: var(--ok-bg-alt); padding: 18px;
}
.ok-rfq-card .forminator-button-upload,
.ok-rfq-card .forminator-button.forminator-button-upload {
	font-family: var(--ok-font); font-weight: 600;
	background: #fff !important; color: var(--ok-ink) !important;
	border: 1px solid var(--ok-line) !important; border-radius: var(--ok-radius) !important;
}
.ok-rfq-card .forminator-row-last,
.ok-rfq-card .forminator-button-wrapper { width: 100%; }
.ok-rfq-card .forminator-button-submit {
	width: 100% !important; justify-content: center;
	font-family: var(--ok-font) !important; font-size: .97rem !important; font-weight: 600 !important;
	padding: 14px 30px !important; border-radius: var(--ok-radius) !important;
	background: var(--ok-navy) !important; color: #fff !important; border: 0 !important;
	transition: background .2s;
}
.ok-rfq-card .forminator-button-submit:hover { background: var(--ok-navy-dark) !important; }

/* select2, if a dropdown field is ever used again. The container width is
   forced back to the column because select2 resolves it from the hidden
   original, which is not a reliable measurement. */
.ok-rfq-card .select2-container { width: 100% !important; }
.ok-rfq-card .select2-container .select2-selection--single {
	height: auto; padding: 11px 15px;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius); background: #fff;
}
.ok-rfq-card .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0; line-height: 1.4; font-size: .96rem; color: var(--ok-ink);
}
.ok-rfq-card .select2-container .select2-selection--single .select2-selection__arrow { height: 100%; right: 10px; }
.ok-rfq-card .select2-container--open .select2-selection--single { border-color: var(--ok-navy); }

/* Date picker.
   The plugin forces the calendar itself transparent — background-color is
   rgba(0,0,0,0) with !important — and expects the panel to be drawn by a
   ::before layer sitting behind the contents. That layer is given a border
   width and style but no colours, because the colours were meant to come from
   the per-form design stylesheet this site never emits. The upshot is a
   calendar you can read the page through. The panel is painted here instead.
   It is appended to <body>, so none of this can be scoped to the card. */
.ui-datepicker[class*="forminator-calendar--"]::before {
	background-color: #fff;
	border-color: var(--ok-line);
	border-radius: var(--ok-radius);
	box-shadow: var(--ok-shadow-lg);
}
.ui-datepicker[class*="forminator-calendar--"] {
	font-family: var(--ok-font); font-size: .9rem; color: var(--ok-ink);
}
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-title { font-weight: 600; color: var(--ok-ink); }
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-header .ui-corner-all { color: var(--ok-navy); cursor: pointer; }
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar thead th { color: var(--ok-muted); font-weight: 600; }
/* Every day cell carries border-width/border-style with no colour, so each one
   draws a box in the inherited text colour. Only the states below should show
   an outline. */
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar tbody tr td a,
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar tbody tr td span {
	display: block; padding: 6px 0; border-radius: var(--ok-radius);
	text-align: center; text-decoration: none; color: var(--ok-ink);
	/* The plugin's own rule carries one more element selector than anything
	   reasonable to write here, so this is settled outright rather than by
	   out-counting it. */
	border-color: transparent !important;
}
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar td a:hover { background: rgba(30, 58, 138, .08); color: var(--ok-navy); }
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar td.ui-datepicker-current-day a {
	background: var(--ok-navy); color: #fff;
}
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar td.ui-datepicker-today a { box-shadow: inset 0 0 0 1px var(--ok-navy); }
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-calendar td.ui-state-disabled span { color: var(--ok-muted); opacity: .5; }
.ui-datepicker[class*="forminator-calendar--"] .ui-datepicker-title select {
	font-family: var(--ok-font); font-size: .9rem; padding: 4px 6px;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius); background: #fff; color: var(--ok-ink);
}

/* The dropdown panel is appended to <body>, so it cannot be scoped to the card. */
.select2-container--open .select2-dropdown {
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	box-shadow: var(--ok-shadow-lg); overflow: hidden;
}
.select2-container--open .select2-results__option {
	padding: 11px 15px; font-size: .95rem; line-height: 1.4;
}
.select2-container--open .select2-results__option--highlighted {
	background: var(--ok-navy); color: #fff;
}

/* Radio and checkbox groups.
   Laid out as tappable cards: with only a handful of choices this is one tap
   instead of two, every option is readable without opening anything, and it
   drops the select2 dependency the dropdown carried. */
.ok-rfq-card .forminator-radio,
.ok-rfq-card .forminator-checkbox:not(.forminator-consent) {
	display: flex; align-items: center; gap: 10px;
	/* The plugin puts 20px vertical margins on these, which fight the grid gap
	   and leave the cards in a row at different heights. */
	margin: 0 !important; padding: 12px 14px;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	background: #fff; cursor: pointer;
	font-size: .94rem; line-height: 1.35; color: var(--ok-ink);
	transition: border-color .15s var(--ok-ease), background .15s var(--ok-ease);
	/* Forminator ships `.forminator-radio { pointer-events: none }` and puts
	   them back on the spans only, so its own small label is the click target.
	   Once the label is a full-width card, that leaves every padded edge dead
	   and the option only selectable by hitting the text exactly. The label
	   carries for="<input id>", so handing it back its clicks makes the whole
	   card select the option. */
	pointer-events: auto !important;
}
.ok-rfq-card .forminator-radio:hover,
.ok-rfq-card .forminator-checkbox:not(.forminator-consent):hover { border-color: var(--ok-navy); background: rgba(30, 58, 138, .04); }

/* The real input is hidden by the plugin at 1x1; the visible control is its
   own bullet element, so leave the input alone and size the bullet. */
.ok-rfq-card .forminator-radio .forminator-radio-bullet,
.ok-rfq-card .forminator-checkbox .forminator-checkbox-box { flex: 0 0 auto; }
.ok-rfq-card .forminator-radio .forminator-radio-label,
.ok-rfq-card .forminator-checkbox .forminator-checkbox-label { flex: 1 1 auto; }

/* Colour for the bullet and the tick.
   The plugin's base stylesheet gives these a size, a border width and a border
   style, but no colour at all — every colour is meant to arrive from the
   per-form design stylesheet, which this site never emits. The result is a
   ring drawn in currentColor and, inside it, a dot that dutifully animates to
   opacity 1 while staying transparent. Both are painted here instead. */
.ok-rfq-card .forminator-radio .forminator-radio-bullet,
.ok-rfq-card .forminator-checkbox .forminator-checkbox-box {
	border-color: var(--ok-line);
	background-color: #fff;
}
/* The dot: content:" ", so it needs a background. */
.ok-rfq-card .forminator-radio .forminator-radio-bullet::before {
	background-color: var(--ok-navy);
}
/* The tick: content:"✓" inheriting colour, so it needs a colour. */
.ok-rfq-card .forminator-checkbox .forminator-checkbox-box::before {
	color: #fff;
}
.ok-rfq-card .forminator-radio.forminator-is_checked .forminator-radio-bullet,
.ok-rfq-card .forminator-radio:has(input:checked) .forminator-radio-bullet {
	border-color: var(--ok-navy);
}
.ok-rfq-card .forminator-checkbox.forminator-is_checked .forminator-checkbox-box,
.ok-rfq-card .forminator-checkbox:has(input:checked) .forminator-checkbox-box {
	border-color: var(--ok-navy);
	background-color: var(--ok-navy);
}

/* Selected state. The plugin puts `forminator-is_checked` on the label itself,
   which is a steadier hook than :has() — it needs no :has() support and it is
   the same signal the plugin's own styles use. :has() is kept alongside it so
   the state is still right if a value is set without the plugin's JS running. */
.ok-rfq-card .forminator-radio.forminator-is_checked,
.ok-rfq-card .forminator-checkbox:not(.forminator-consent).forminator-is_checked,
.ok-rfq-card .forminator-radio:has(input:checked),
.ok-rfq-card .forminator-checkbox:not(.forminator-consent):has(input:checked) {
	border-color: var(--ok-navy);
	background: rgba(30, 58, 138, .06);
	box-shadow: inset 0 0 0 1px var(--ok-navy);
}
.ok-rfq-card .forminator-radio:has(input:focus-visible),
.ok-rfq-card .forminator-checkbox:not(.forminator-consent):has(input:focus-visible) {
	outline: 2px solid var(--ok-navy); outline-offset: 2px;
}
.ok-rfq-card .forminator-field-radio .forminator-field {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px;
	align-items: stretch;
}
.ok-rfq-card .forminator-field-radio .forminator-label,
.ok-rfq-card .forminator-field-radio .forminator-error-message { grid-column: 1 / -1; }

/* The consent row is not a card: its <label> holds the box on its own and the
   wording sits beside it as a sibling. It keeps the plugin's layout and only
   borrows the colours set above. */
.ok-rfq-card .forminator-checkbox__wrapper { display: flex; align-items: flex-start; gap: 10px; }
.ok-rfq-card .forminator-consent { flex: 0 0 auto; margin: 0 !important; }
.ok-rfq-card .forminator-consent__label { flex: 1 1 auto; font-size: .88rem; line-height: 1.5; color: var(--ok-body); }

@media (max-width: 480px) {
	.ok-rfq-card .forminator-field-radio .forminator-field { grid-template-columns: 1fr; }
}
.ok-rfq-card .forminator-error-message { color: #dc2626; font-size: .84rem; }
.ok-rfq-card .forminator-response-message {
	padding: 20px 22px; border-radius: var(--ok-radius);
	border: 1px solid var(--ok-line); border-left: 3px solid var(--ok-navy);
	background: var(--ok-bg-alt); color: var(--ok-ink-soft);
}
.ok-rfq-card .forminator-checkbox span,
.ok-rfq-card .forminator-consent label { font-size: .86rem; line-height: 1.6; color: var(--ok-body); }

/* ---- Fluent Forms (kept in case the site switches back) ---- */
.ok-rfq-card .ff-el-form-control {
	font-family: var(--ok-font);
	font-size: .96rem;
	color: var(--ok-ink);
	padding: 12px 15px;
	border: 1px solid var(--ok-line);
	border-radius: var(--ok-radius);
	box-shadow: none;
	transition: border-color .2s, box-shadow .2s;
}
.ok-rfq-card .ff-el-form-control:focus {
	border-color: var(--ok-navy);
	box-shadow: 0 0 0 3px rgba(30, 58, 138, .12);
	outline: 0;
}
.ok-rfq-card .ff-el-is-error .ff-el-form-control { border-color: #dc2626; }
.ok-rfq-card .text-danger,
.ok-rfq-card .error-text { color: #dc2626; font-size: .84rem; }
.ok-rfq-card .ff-el-tc label { font-size: .86rem; line-height: 1.6; color: var(--ok-body); }
.ok-rfq-card .ff-message-success {
	padding: 22px 20px; border: 1px solid var(--ok-line); border-left: 3px solid var(--ok-navy);
	border-radius: var(--ok-radius); background: var(--ok-bg-alt); color: var(--ok-ink-soft);
}
.ok-rfq-card .ff-btn-submit,
.ok-rfq-card button[type="submit"] {
	width: 100%; padding: 14px 30px; background: var(--ok-navy); color: #fff;
	border: 0; border-radius: var(--ok-radius); font-family: var(--ok-font);
	font-size: .97rem; font-weight: 600; cursor: pointer; transition: background .2s;
}
.ok-rfq-card .ff-btn-submit:hover,
.ok-rfq-card button[type="submit"]:hover { background: var(--ok-navy-dark); }
.ok-rfq-card .ff-el-form-check label,
.ok-rfq-card .ff_upload_btn { font-size: .88rem; }

/* =========================================================
   9. Products
   ========================================================= */
.ok-products__lead { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
.ok-products__lead-img { position: relative; border-radius: var(--ok-radius); overflow: hidden; box-shadow: var(--ok-shadow-lg); }
.ok-products__lead-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ok-products__lead-badge {
	position: absolute; left: 0; bottom: 0; padding: 14px 26px;
	background: var(--ok-navy); color: #fff; font-weight: 600; font-size: .95rem;
}

.ok-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ok-product {
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	overflow: hidden; transition: all .3s var(--ok-ease);
}
.ok-product:hover { border-color: transparent; box-shadow: var(--ok-shadow-lg); transform: translateY(-4px); }
/* Product shots are cut-outs on transparent backgrounds, so they are fitted
   whole rather than cropped — matching the portfolio grid. */
.ok-product__thumb { position: relative; overflow: hidden; background: var(--ok-bg-alt); }
.ok-product__thumb img {
	width: 100%; aspect-ratio: 4 / 3; object-fit: contain;
	padding: 16px; transition: transform .6s var(--ok-ease);
}
.ok-product:hover .ok-product__thumb img { transform: scale(1.06); }
.ok-product__cat {
	position: absolute; left: 14px; top: 14px; z-index: 2;
	padding: 5px 12px; border-radius: 2px; background: rgba(30, 58, 138, .92);
	color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .04em;
}
.ok-product__body { padding: 22px 22px 24px; }
.ok-product__body h3 { font-size: 1.08rem; margin-bottom: 8px; }
.ok-product__body h3 a { color: inherit; }
.ok-product__body h3 a:hover { color: var(--ok-navy); }
.ok-product__excerpt { font-size: .92rem; color: var(--ok-muted); margin: 0 0 16px; line-height: 1.7; }
.ok-product__meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: .84rem; color: var(--ok-muted); padding-top: 14px; border-top: 1px dashed var(--ok-line); }
.ok-product__meta strong { color: var(--ok-ink-soft); font-weight: 600; }

.ok-empty {
	grid-column: 1 / -1; padding: 60px 24px; text-align: center;
	border: 1px dashed var(--ok-line); border-radius: var(--ok-radius); background: var(--ok-bg-alt); color: var(--ok-muted);
}

/* filter chips */
.ok-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.ok-filters a {
	padding: 8px 18px; border: 1px solid var(--ok-line); border-radius: 999px;
	font-size: .9rem; color: var(--ok-ink-soft); background: #fff;
}
.ok-filters a:hover,
.ok-filters a.is-active { background: var(--ok-navy); border-color: var(--ok-navy); color: #fff; }

/* Child categories read as a level down from the group above them. */
.ok-filters a.is-child {
	padding-left: 26px; font-size: .86rem;
	background: var(--ok-bg-alt); border-color: transparent; color: var(--ok-ink-soft);
}
.ok-filters a.is-child::before {
	content: ""; position: absolute; left: 12px; top: 50%;
	width: 7px; height: 7px; margin-top: -4px;
	border-left: 1px solid var(--ok-line); border-bottom: 1px solid var(--ok-line);
}
.ok-filters a { position: relative; }
.ok-filters a.is-child:hover,
.ok-filters a.is-child.is-active { background: var(--ok-navy); color: #fff; }
.ok-filters a.is-child:hover::before,
.ok-filters a.is-child.is-active::before { border-color: rgba(255, 255, 255, .5); }

.ok-filters__count {
	margin-left: 7px; padding: 1px 6px; border-radius: 999px;
	background: rgba(31, 41, 55, .08);
	font-family: var(--ok-font-en); font-size: .74rem; font-weight: 600;
}
.ok-filters a:hover .ok-filters__count,
.ok-filters a.is-active .ok-filters__count { background: rgba(255, 255, 255, .22); }

/* =========================================================
   9.1 Equipment
   ========================================================= */
.ok-equip-cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ok-equip-cat {
	display: flex; flex-direction: column; gap: 4px;
	padding: 18px 16px 20px; text-align: center;
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: all .25s var(--ok-ease);
}
.ok-equip-cat:hover { border-color: var(--ok-navy); transform: translateY(-3px); box-shadow: var(--ok-shadow); }
.ok-equip-cat__name { font-size: .95rem; font-weight: 600; color: var(--ok-ink); line-height: 1.4; }
.ok-equip-cat__count { font-family: var(--ok-font-en); font-size: .8rem; color: var(--ok-muted); }

.ok-equip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ok-equip {
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	overflow: hidden; transition: all .3s var(--ok-ease); display: flex; flex-direction: column;
}
.ok-equip:hover { border-color: transparent; box-shadow: var(--ok-shadow-lg); transform: translateY(-4px); }
.ok-equip__thumb { position: relative; overflow: hidden; background: var(--ok-bg-alt); display: block; }
.ok-equip__thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s var(--ok-ease); }
.ok-equip:hover .ok-equip__thumb img { transform: scale(1.06); }
.ok-equip__cat {
	position: absolute; left: 14px; top: 14px; z-index: 2;
	padding: 5px 12px; border-radius: 2px; background: rgba(31, 41, 55, .92);
	color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .04em;
}
.ok-equip__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }

/* Text-first card used until a photo is uploaded. */
.ok-equip--nophoto { border-left: 3px solid var(--ok-navy); }
.ok-equip--nophoto .ok-equip__body { padding-top: 22px; }
.ok-equip__chip {
	align-self: flex-start; margin-bottom: 10px;
	padding: 4px 11px; border-radius: 2px;
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
	font-size: .73rem; font-weight: 600; letter-spacing: .04em;
}
.ok-equip__body h3 { font-size: 1.06rem; margin-bottom: 6px; line-height: 1.45; }
.ok-equip__body h3 a { color: inherit; }
.ok-equip__body h3 a:hover { color: var(--ok-navy); }
.ok-equip__model {
	font-family: var(--ok-font-en); font-size: .88rem; color: var(--ok-muted);
	margin: 0 0 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.ok-equip__qty {
	padding: 2px 8px; border-radius: 2px; background: var(--ok-bg-alt);
	color: var(--ok-ink-soft); font-weight: 600; font-size: .8rem;
}
.ok-equip__axes {
	list-style: none; margin: auto 0 0; padding: 14px 0 0;
	border-top: 1px dashed var(--ok-line);
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.ok-equip__axes li { display: flex; flex-direction: column; gap: 2px; text-align: center; }
.ok-equip__axes span {
	font-family: var(--ok-font-en); font-size: .72rem; font-weight: 600;
	letter-spacing: .1em; color: var(--ok-muted);
}
.ok-equip__axes strong { font-family: var(--ok-font-en); font-size: .9rem; font-weight: 600; color: var(--ok-ink); }

/* =========================================================
   9.2 Projects
   ========================================================= */
.ok-projects__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ok-project {
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	overflow: hidden; display: flex; flex-direction: column; transition: all .3s var(--ok-ease);
}
.ok-project:hover { border-color: transparent; box-shadow: var(--ok-shadow-lg); transform: translateY(-4px); }
/* Portfolio shots are cut-out parts on transparent backgrounds, so they are
   fitted whole rather than cropped. */
.ok-project__thumb { position: relative; overflow: hidden; display: block; background: var(--ok-bg-alt); }
.ok-project__thumb img {
	width: 100%; aspect-ratio: 3 / 2; object-fit: contain;
	padding: 14px; transition: transform .6s var(--ok-ease);
}
.ok-project:hover .ok-project__thumb img { transform: scale(1.06); }
.ok-project__overlay {
	position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 14px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 55%, rgba(15, 23, 42, .6) 100%);
}
.ok-project__industry {
	padding: 5px 12px; border-radius: 2px; background: rgba(30, 58, 138, .92);
	color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .04em;
}
.ok-project__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.ok-project__meta {
	display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px;
	font-family: var(--ok-font-en); font-size: .8rem; letter-spacing: .04em; color: var(--ok-muted);
}
.ok-project__meta span + span { position: relative; padding-left: 15px; }
.ok-project__meta span + span::before {
	content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px;
	margin-top: -2px; border-radius: 50%; background: var(--ok-line);
}
.ok-project__body h3 { font-size: 1.1rem; margin-bottom: 10px; line-height: 1.5; }
.ok-project__body h3 a { color: inherit; }
.ok-project__body h3 a:hover { color: var(--ok-navy); }
.ok-project__body p { font-size: .92rem; color: var(--ok-muted); margin: 0 0 18px; }
.ok-project__body .ok-link-more { margin-top: auto; }

/* =========================================================
   9.3 Spec table, result box, gallery
   ========================================================= */
.ok-spec-title { font-size: 1.22rem; margin: 48px 0 18px; }
.ok-spec { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; }
.ok-spec th, .ok-spec td { padding: 13px 16px; border: 1px solid var(--ok-line); text-align: left; vertical-align: top; }
.ok-spec th {
	width: 220px; background: var(--ok-bg-alt); color: var(--ok-ink);
	font-weight: 600; font-size: .93rem;
}
.ok-spec td { font-size: .96rem; color: var(--ok-ink-soft); }

.ok-result {
	margin-top: 40px; padding: 26px 28px 28px;
	background: var(--ok-bg-alt); border-left: 3px solid var(--ok-navy); border-radius: var(--ok-radius);
}
.ok-result h2 { font-size: 1.1rem; margin-bottom: 10px; }
.ok-result p { margin: 0; color: var(--ok-ink-soft); }

.ok-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ok-gallery__item { display: block; overflow: hidden; border-radius: var(--ok-radius); background: var(--ok-bg-alt); }
.ok-gallery__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s var(--ok-ease); }
.ok-gallery__item:hover img { transform: scale(1.06); }

/* lightbox */
.ok-lightbox {
	position: fixed; inset: 0; z-index: 990;
	display: flex; align-items: center; justify-content: center; padding: 40px;
	background: rgba(15, 23, 42, .93);
	opacity: 0; visibility: hidden; transition: opacity .25s var(--ok-ease), visibility .25s;
}
.ok-lightbox.is-open { opacity: 1; visibility: visible; }
.ok-lightbox img { max-width: 100%; max-height: 100%; border-radius: var(--ok-radius); }
.ok-lightbox__close {
	position: absolute; right: 24px; top: 20px;
	width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%;
	background: rgba(255, 255, 255, .12); color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer;
}
.ok-lightbox__close:hover { background: rgba(255, 255, 255, .24); }

/* =========================================================
   9.4 Company page
   ========================================================= */
.ok-facts-strip { background: var(--ok-bg); border-bottom: 1px solid var(--ok-line); }
.ok-facts-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ok-facts-strip__grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.ok-facts-strip__grid[data-cols="5"] { grid-template-columns: repeat(5, 1fr); }
.ok-fact { padding: 38px 20px; text-align: center; position: relative; }
.ok-fact + .ok-fact::before { content: ""; position: absolute; left: 0; top: 30%; bottom: 30%; width: 1px; background: var(--ok-line); }
.ok-fact span { display: block; font-size: .84rem; color: var(--ok-muted); margin-bottom: 8px; }
.ok-fact b { font-family: var(--ok-font-en); font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 700; color: var(--ok-navy); letter-spacing: -.02em; }

.ok-timeline { list-style: none; margin: 0; padding: 0; position: relative; max-width: 820px; margin-inline: auto; }
.ok-timeline::before { content: ""; position: absolute; left: 92px; top: 8px; bottom: 8px; width: 1px; background: var(--ok-line); }
.ok-timeline__item { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 30px; padding: 0 0 30px; }
.ok-timeline__item:last-child { padding-bottom: 0; }
.ok-timeline__item::before {
	content: ""; position: absolute; left: 87px; top: 9px;
	width: 11px; height: 11px; border-radius: 50%;
	background: #fff; border: 2px solid var(--ok-navy);
}
.ok-timeline__year {
	font-family: var(--ok-font-en); font-size: 1.05rem; font-weight: 700;
	color: var(--ok-navy); text-align: right; line-height: 1.6;
}
.ok-timeline__text { margin: 0; color: var(--ok-ink-soft); line-height: 1.7; }

.ok-vm { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.ok-vm__item {
	padding: 34px 32px 36px; background: var(--ok-bg-alt);
	border-left: 3px solid var(--ok-navy); border-radius: var(--ok-radius);
}
.ok-vm__item p { margin: 0; font-size: 1.02rem; line-height: 1.8; color: var(--ok-ink-soft); }

.ok-certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ok-cert {
	padding: 28px 24px 30px; text-align: center;
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: all .28s var(--ok-ease);
}
.ok-cert:hover { border-color: var(--ok-navy); transform: translateY(-3px); box-shadow: var(--ok-shadow); }
.ok-cert__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 50px; height: 50px; margin-bottom: 16px; border-radius: 50%;
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
}
.ok-cert h3 { font-size: 1.02rem; margin-bottom: 6px; }
.ok-cert p { margin: 0; font-size: .88rem; color: var(--ok-muted); }

/* With certificate photos the cards get roomier and lead with the document,
   which is the part a customer actually wants to see. */
/* auto-fill, not auto-fit: with only two certificates auto-fit collapses the
   empty tracks and stretches the cards to half the page. */
.ok-certs--with-images { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 26px; }
.ok-certs--with-images .ok-cert { padding: 18px 18px 24px; }
.ok-cert__media {
	position: relative; display: block;
	margin: 0 0 18px; border-radius: var(--ok-radius); overflow: hidden;
	background: var(--ok-bg-alt); border: 1px solid var(--ok-line);
}
.ok-cert__media img {
	width: 100%; aspect-ratio: 3 / 4; object-fit: contain;
	padding: 10px; background: #fff;
	transition: transform .5s var(--ok-ease);
}
.ok-cert:hover .ok-cert__media img { transform: scale(1.03); }
.ok-cert__zoom {
	position: absolute; right: 10px; bottom: 10px;
	display: flex; align-items: center; justify-content: center;
	width: 32px; height: 32px; border-radius: 50%;
	background: rgba(30, 58, 138, .9); color: #fff;
	opacity: 0; transform: translateY(4px);
	transition: opacity .25s var(--ok-ease), transform .25s var(--ok-ease);
}
.ok-cert:hover .ok-cert__zoom { opacity: 1; transform: none; }
/* A card without a photo sits in the same grid, so it keeps the icon centred. */
.ok-certs--with-images .ok-cert:not(.ok-cert--has-image) { display: flex; flex-direction: column; justify-content: center; }

/* =========================================================
   9.5 Quality page
   ========================================================= */
.ok-evidence { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ok-evidence__item {
	display: flex; gap: 16px; align-items: flex-start;
	padding: 24px 26px 26px; background: #fff;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
}
.ok-evidence__icon {
	flex-shrink: 0; display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: var(--ok-radius);
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
}
.ok-evidence__item h3 { font-size: 1rem; margin-bottom: 6px; }
.ok-evidence__item p { margin: 0; font-size: .92rem; color: var(--ok-muted); }

.ok-equip-group { margin-bottom: 64px; }
.ok-equip-group:last-child { margin-bottom: 0; }
.ok-equip-group__head {
	display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
	padding-bottom: 14px; margin-bottom: 26px; border-bottom: 2px solid var(--ok-ink);
}
.ok-equip-group__head h2 { margin: 0; font-size: 1.3rem; }
.ok-equip-group__count { font-family: var(--ok-font-en); font-size: .86rem; color: var(--ok-muted); }
.ok-equip-group__desc { margin: -14px 0 24px; color: var(--ok-muted); font-size: .95rem; }

/* =========================================================
   9.6 Contact page
   ========================================================= */
.ok-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }

.ok-contact-list { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 4px; }
.ok-contact-list li {
	display: flex; gap: 16px; align-items: flex-start;
	padding: 18px 0; border-bottom: 1px solid var(--ok-line);
}
.ok-contact-list__icon {
	flex-shrink: 0;
	display: flex !important; align-items: center; justify-content: center;
	width: 40px; height: 40px; margin: 0; border-radius: 50%;
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
}
.ok-contact-list__icon svg { display: block; }

/* Label text only — must not match the icon wrapper span. */
.ok-contact-list li > div > span { display: block; font-size: .82rem; color: var(--ok-muted); margin-bottom: 3px; }
.ok-contact-list a,
.ok-contact-list strong {
	display: block; font-size: 1rem; font-weight: 500; color: var(--ok-ink); line-height: 1.6;
}
.ok-contact-list a:hover { color: var(--ok-navy); }

.ok-nda {
	padding: 24px 26px 26px; background: var(--ok-bg-alt);
	border-left: 3px solid var(--ok-navy); border-radius: var(--ok-radius);
}
.ok-nda h3 { font-size: 1rem; margin-bottom: 8px; }
.ok-nda p { margin: 0; font-size: .93rem; color: var(--ok-ink-soft); }

.ok-map {
	margin-top: 56px; border-radius: var(--ok-radius); overflow: hidden;
	border: 1px solid var(--ok-line); line-height: 0;
}
.ok-map iframe { width: 100%; height: 420px; border: 0; display: block; }

/* =========================================================
   10. Why / features
   ========================================================= */
.ok-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 26px; }
.ok-why-item {
	padding: 34px 30px 36px; background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: all .3s var(--ok-ease);
}
.ok-why-item:hover { border-color: var(--ok-navy); transform: translateY(-4px); box-shadow: var(--ok-shadow); }
.ok-why-item__icon {
	width: 52px; height: 52px; border-radius: var(--ok-radius); margin-bottom: 20px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(30, 58, 138, .08); color: var(--ok-navy);
}
.ok-why-item h3 { font-size: 1.1rem; margin-bottom: 10px; }
.ok-why-item p { font-size: .93rem; color: var(--ok-muted); margin: 0; }

/* =========================================================
   11. Board / news list
   ========================================================= */
.ok-board { border-top: 2px solid var(--ok-ink); }
.ok-board__row {
	display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center;
	padding: 20px 6px; border-bottom: 1px solid var(--ok-line); transition: background .2s;
}
.ok-board__row:hover { background: var(--ok-bg-alt); }
.ok-board__title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ok-board__tag {
	flex-shrink: 0; padding: 3px 10px; border-radius: 2px; font-size: .74rem; font-weight: 600;
	background: rgba(30, 58, 138, .09); color: var(--ok-navy);
}
.ok-board__title a {
	color: var(--ok-ink); font-weight: 500; font-size: 1rem;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ok-board__title a:hover { color: var(--ok-navy); text-decoration: underline; }
.ok-board__date,
.ok-board__views { font-family: var(--ok-font-en); font-size: .86rem; color: var(--ok-muted); white-space: nowrap; }

/* =========================================================
   12. Contact / CTA
   ========================================================= */
.ok-cta { position: relative; overflow: hidden; background: var(--ok-dark); color: #fff; }
.ok-cta__bg { position: absolute; inset: 0; opacity: .22; }
.ok-cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.ok-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ok-cta h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.15rem); }
.ok-cta p { color: rgba(255, 255, 255, .68); }

.ok-contact-card {
	background: #fff; border-radius: var(--ok-radius); padding: 38px 36px 40px; color: var(--ok-body);
	box-shadow: var(--ok-shadow-lg);
}
.ok-contact-card__tel { display: block; font-family: var(--ok-font-en); font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 700; color: var(--ok-navy); letter-spacing: -.02em; line-height: 1.2; }
.ok-contact-card__label { font-size: .84rem; color: var(--ok-muted); letter-spacing: .06em; text-transform: uppercase; font-family: var(--ok-font-en); }
.ok-contact-card__list { list-style: none; margin: 26px 0 28px; padding: 22px 0 0; border-top: 1px solid var(--ok-line); display: grid; gap: 14px; }
.ok-contact-card__list li { display: grid; grid-template-columns: 96px 1fr; gap: 12px; font-size: .94rem; align-items: start; }
.ok-contact-card__list span { color: var(--ok-muted); font-size: .88rem; }
.ok-contact-card__list strong { color: var(--ok-ink); font-weight: 500; }
.ok-contact-card__note { font-size: .88rem; color: var(--ok-muted); margin-top: 18px; text-align: center; }

/* =========================================================
   13. Page hero (inner pages)
   ========================================================= */
.ok-pagehero {
	position: relative; padding: calc(var(--ok-header-h) + 88px) 0 78px;
	background: var(--ok-ink); color: #fff; overflow: hidden;
}
.ok-pagehero__bg { position: absolute; inset: 0; opacity: .32; }
.ok-pagehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.ok-pagehero::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(120deg, rgba(21, 24, 30, .92) 0%, rgba(30, 58, 138, .55) 100%);
}
.ok-pagehero__inner { position: relative; z-index: 2; }
.ok-pagehero h1 { color: #fff; font-size: clamp(1.8rem, 4.2vw, 2.7rem); margin-bottom: 12px; }
.ok-pagehero p { color: rgba(255, 255, 255, .72); margin: 0; max-width: 620px; }

.ok-breadcrumb { font-size: .86rem; color: rgba(255, 255, 255, .6); margin-bottom: 18px; }
.ok-breadcrumb a { color: rgba(255, 255, 255, .8); }
.ok-breadcrumb a:hover { color: #fff; }
.ok-breadcrumb span { margin: 0 8px; opacity: .5; }

/* =========================================================
   14. Content / posts
   ========================================================= */
.ok-main { padding: 80px 0 96px; }
.ok-main--no-hero { padding-top: calc(var(--ok-header-h) + 56px); }
.ok-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start; }
.ok-layout--full { grid-template-columns: minmax(0, 1fr); }

.ok-entry { max-width: 100%; }
.ok-entry__thumb { margin-bottom: 34px; border-radius: var(--ok-radius); overflow: hidden; }
.ok-entry__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .88rem; color: var(--ok-muted); margin-bottom: 26px; }
.ok-entry__content { font-size: 1.04rem; line-height: 1.85; color: var(--ok-ink-soft); }
.ok-entry__content h2 { font-size: 1.5rem; margin-top: 1.8em; }
.ok-entry__content h3 { font-size: 1.22rem; margin-top: 1.6em; }
.ok-entry__content img { border-radius: var(--ok-radius); }
.ok-entry__content ul li,
.ok-entry__content ol li { margin-bottom: .5em; }
.ok-entry__footer { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--ok-line); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }
.ok-tags a {
	display: inline-block; margin: 0 6px 6px 0; padding: 5px 12px;
	background: var(--ok-bg-alt); border-radius: 2px; font-size: .82rem; color: var(--ok-ink-soft);
}
.ok-tags a:hover { background: var(--ok-navy); color: #fff; }

.ok-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ok-card {
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius); overflow: hidden;
	display: flex; flex-direction: column; transition: all .3s var(--ok-ease);
}
.ok-card:hover { box-shadow: var(--ok-shadow-lg); transform: translateY(-4px); border-color: transparent; }
.ok-card__thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ok-card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.ok-card__date { font-family: var(--ok-font-en); font-size: .82rem; color: var(--ok-muted); margin-bottom: 10px; }
.ok-card h2, .ok-card h3 { font-size: 1.12rem; margin-bottom: 10px; line-height: 1.5; }
.ok-card h2 a, .ok-card h3 a { color: inherit; }
.ok-card h2 a:hover, .ok-card h3 a:hover { color: var(--ok-navy); }
.ok-card p { font-size: .93rem; color: var(--ok-muted); margin: 0 0 18px; }
.ok-card .ok-link-more { margin-top: auto; }

/* sidebar */
.ok-sidebar { position: sticky; top: calc(var(--ok-header-h) + 24px); }
.ok-widget { margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--ok-line); }
.ok-widget:last-child { border-bottom: 0; }
.ok-widget__title { font-size: 1.02rem; margin-bottom: 16px; padding-left: 12px; border-left: 3px solid var(--ok-navy); }
.ok-widget ul { list-style: none; padding: 0; margin: 0; }
.ok-widget li { padding: 8px 0; border-bottom: 1px dashed var(--ok-line-soft); font-size: .94rem; }
.ok-widget li:last-child { border-bottom: 0; }
.ok-widget a { color: var(--ok-ink-soft); }
.ok-widget a:hover { color: var(--ok-navy); }

/* pagination */
.ok-pagination { margin-top: 56px; display: flex; justify-content: center; }
.ok-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 12px; margin: 0 4px;
	border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	font-family: var(--ok-font-en); font-size: .92rem; color: var(--ok-ink-soft); background: #fff;
}
.ok-pagination .page-numbers:hover { border-color: var(--ok-navy); color: var(--ok-navy); }
.ok-pagination .page-numbers.current { background: var(--ok-navy); border-color: var(--ok-navy); color: #fff; }

/* comments & forms */
.ok-comments { margin-top: 64px; padding-top: 44px; border-top: 1px solid var(--ok-line); }
.ok-comments h2, .comment-reply-title { font-size: 1.25rem; margin-bottom: 24px; }
.comment-list { list-style: none; padding: 0; margin: 0 0 40px; }
.comment-list li { padding: 22px 0; border-bottom: 1px solid var(--ok-line-soft); }
.comment-list .children { list-style: none; padding-left: 28px; margin-top: 14px; }
.comment-author img { border-radius: 50%; margin-right: 10px; }
.comment-meta { font-size: .85rem; color: var(--ok-muted); margin-bottom: 8px; }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"],
input[type="search"], input[type="password"], input[type="number"], textarea, select {
	width: 100%; padding: 12px 15px;
	font-family: var(--ok-font); font-size: .96rem; color: var(--ok-ink);
	background: #fff; border: 1px solid var(--ok-line); border-radius: var(--ok-radius);
	transition: border-color .2s, box-shadow .2s;
}
input:focus, textarea:focus, select:focus {
	outline: 0; border-color: var(--ok-navy); box-shadow: 0 0 0 3px rgba(30, 58, 138, .12);
}
input[type="submit"], button[type="submit"], .wp-block-button__link {
	width: auto; padding: 13px 30px; background: var(--ok-navy); color: #fff;
	border: 0; border-radius: var(--ok-radius); font-weight: 600; cursor: pointer; transition: background .2s;
}
input[type="submit"]:hover, button[type="submit"]:hover { background: var(--ok-navy-dark); }
.ok-form-row { display: grid; gap: 6px; margin-bottom: 18px; }
.ok-form-row label { font-size: .9rem; font-weight: 500; color: var(--ok-ink); }

/* =========================================================
   15. Footer
   ========================================================= */
.ok-footer { background: var(--ok-dark); color: rgba(255, 255, 255, .6); padding: 72px 0 0; font-size: .92rem; }
.ok-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 44px; padding-bottom: 52px; }
.ok-footer__top[data-cols="1"] { grid-template-columns: 1fr; }
.ok-footer__top[data-cols="2"] { grid-template-columns: 1.4fr 1fr; }
.ok-footer__top[data-cols="3"] { grid-template-columns: 1.4fr 1fr 1fr; }
.ok-footer-widget { margin-bottom: 26px; }
.ok-footer-widget:last-child { margin-bottom: 0; }
.ok-footer-widget .ok-widget__title { color: #fff; border-left-color: rgba(255, 255, 255, .3); }
.ok-footer-widget li { border-bottom: 0; padding: 0 0 10px; }
/* `.ok-footer a` sets the muted link colour, so the brand needs the same
   specificity to stay full white. */
.ok-footer a.ok-footer__brand {
	display: inline-flex; align-items: center; gap: 12px;
	margin-bottom: 14px; color: #fff;
}
.ok-footer a.ok-footer__brand:hover { color: #fff; opacity: .85; }
.ok-footer__logo { max-height: 54px; width: auto; flex-shrink: 0; }
.ok-footer__name {
	font-family: var(--ok-font-en); font-size: 1.25rem; font-weight: 700;
	letter-spacing: -.01em; line-height: 1.15; white-space: nowrap;
}
/* The logo is a full-colour badge on transparent background, so it is shown as
   it is — flattening it to white silhouette threw the artwork away. */

.ok-footer h4 { color: #fff; font-size: .98rem; margin-bottom: 18px; }
.ok-footer ul { list-style: none; padding: 0; margin: 0; }
.ok-footer li { margin-bottom: 10px; }
.ok-footer a { color: rgba(255, 255, 255, .6); }
.ok-footer a:hover { color: #fff; }
.ok-footer__contact li { display: grid; grid-template-columns: 62px 1fr; gap: 8px; }
.ok-footer__contact span { color: rgba(255, 255, 255, .38); }
.ok-footer__social { display: flex; gap: 10px; margin-top: 20px; }
.ok-footer__social a {
	width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18);
	display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .7);
}
.ok-footer__social a:hover { background: var(--ok-navy); border-color: var(--ok-navy); color: #fff; }
.ok-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0 30px;
	display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center;
	font-size: .85rem; color: rgba(255, 255, 255, .42);
}
.ok-footer__legal { display: flex; gap: 18px; }

/* =========================================================
   16. Floating quick menu + top button
   ========================================================= */
.ok-quick { position: fixed; right: 22px; bottom: 22px; z-index: 800; display: flex; flex-direction: column; gap: 10px; }
.ok-quick__item {
	display: flex; align-items: center; gap: 10px;
	padding: 12px 18px; border-radius: 999px;
	background: var(--ok-navy); color: #fff; font-size: .9rem; font-weight: 600;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .24);
	transition: transform .2s var(--ok-ease), background .2s;
}
.ok-quick__item:hover { color: #fff; background: var(--ok-navy-dark); transform: translateY(-2px); }
.ok-quick__item--alt { background: #fff; color: var(--ok-ink); }
.ok-quick__item--alt:hover { background: var(--ok-bg-alt); color: var(--ok-navy); }

.ok-top {
	width: 46px; height: 46px; align-self: flex-end;
	display: flex; align-items: center; justify-content: center;
	background: rgba(31, 41, 55, .9); color: #fff; border: 0; border-radius: 50%; cursor: pointer;
	opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .28s var(--ok-ease);
	box-shadow: 0 8px 22px rgba(15, 23, 42, .24);
}
.ok-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* =========================================================
   17. Reveal animation
   ========================================================= */
.ok-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ok-ease), transform .7s var(--ok-ease); }
.ok-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.ok-reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
	* { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* =========================================================
   18. WP core alignment classes
   ========================================================= */
.alignleft { float: left; margin: .4em 1.6em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.6em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text, .wp-element-caption { font-size: .85rem; color: var(--ok-muted); text-align: center; margin-top: 8px; }
.sticky .ok-card { border-color: var(--ok-navy); }

/* =========================================================
   19. Responsive
   ========================================================= */
@media (max-width: 1100px) {
	.ok-caps__grid { grid-template-columns: repeat(2, 1fr); }
	.ok-kpi__grid { grid-template-columns: repeat(3, 1fr); }
	/* Three across: the arrow only makes sense inside a row, not at its start. */
	.ok-flow { grid-template-columns: repeat(3, 1fr); }
	.ok-flow__step:nth-child(3n + 1) .ok-flow__arrow { display: none; }
	.ok-customers__grid { grid-template-columns: repeat(4, 1fr); }
	.ok-quality__lead { grid-template-columns: 1fr; gap: 34px; }
	.ok-equip-cats { grid-template-columns: repeat(3, 1fr); }
	.ok-equip__grid,
	.ok-projects__grid { grid-template-columns: repeat(2, 1fr); }
	.ok-certs { grid-template-columns: repeat(2, 1fr); }
	.ok-contact-grid { grid-template-columns: 1fr; gap: 44px; }
	.ok-facts-strip__grid,
	.ok-facts-strip__grid[data-cols="5"] { grid-template-columns: repeat(3, 1fr); }
	.ok-products__grid,
	.ok-why__grid,
	.ok-cards { grid-template-columns: repeat(2, 1fr); }
	.ok-footer__top { grid-template-columns: repeat(2, 1fr); gap: 36px; }
	.ok-layout { grid-template-columns: minmax(0, 1fr); gap: 60px; }
	.ok-sidebar { position: static; }
}

@media (max-width: 900px) {
	:root { --ok-header-h: 64px; }
	.ok-nav, .ok-header__tel { display: none; }

	/* The name stays; the tagline is the first thing to go on a narrow bar. */
	.ok-brand__link { gap: 9px; }
	.ok-brand img { max-height: 34px; }
	.ok-brand__text { font-size: 1.02rem; }
	.ok-brand__tagline { display: none; }
	.ok-burger { display: flex; }
	.ok-header__cta .ok-btn { display: none; }
	.ok-section { padding: 68px 0; }
	.ok-products__lead { grid-template-columns: 1fr; gap: 34px; }
	.ok-cta__inner { grid-template-columns: 1fr; gap: 36px; }
	.ok-hero__scroll { display: none; }

	/* The compressed clip is light enough to play on mobile too. */
	.ok-hero__video { display: block; }

	/* every header layout collapses to logo-left + burger on mobile */
	.ok-header--layout-center,
	.ok-header--layout-split { height: var(--ok-header-h); padding: 0; }
	.ok-header--layout-center .ok-header__inner,
	.ok-header--layout-split .ok-header__inner { flex-direction: row; position: static; }
	.ok-header--layout-center .ok-brand,
	.ok-header--layout-split .ok-brand { position: static; transform: none; order: 1; }
	.ok-header--layout-center .ok-header__cta,
	.ok-header--layout-split .ok-header__cta { position: static; order: 2; margin-left: auto; }
	.ok-header--static { position: fixed; }
	.ok-search-toggle { display: none; }
}

@media (max-width: 720px) {
	body { font-size: 15.5px; }
	.ok-brand__text { font-size: .95rem; }
	.ok-brand img { max-height: 30px; }
	.ok-container { padding: 0 18px; }
	.ok-section { padding: 56px 0; }
	.ok-section-head { margin-bottom: 34px; }
	.ok-caps__grid,
	.ok-products__grid,
	.ok-equip__grid,
	.ok-projects__grid,
	.ok-why__grid,
	.ok-cards { grid-template-columns: 1fr; gap: 18px; }
	.ok-equip-cats { grid-template-columns: repeat(2, 1fr); }
	.ok-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.ok-vm,
	.ok-evidence { grid-template-columns: 1fr; gap: 16px; }
	.ok-certs { grid-template-columns: 1fr; gap: 14px; }
	.ok-certs--with-images { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.ok-certs--with-images .ok-cert { padding: 14px 14px 18px; }
	.ok-cert__media { margin-bottom: 12px; }
	.ok-facts-strip__grid,
	.ok-facts-strip__grid[data-cols="3"],
	.ok-facts-strip__grid[data-cols="5"] { grid-template-columns: repeat(2, 1fr); }
	.ok-fact { padding: 24px 12px; }
	.ok-fact:nth-child(odd)::before { display: none; }
	.ok-timeline::before { left: 7px; }
	.ok-timeline__item { grid-template-columns: 1fr; gap: 4px; padding-left: 30px; padding-bottom: 24px; }
	.ok-timeline__item::before { left: 2px; }
	.ok-timeline__year { text-align: left; }
	.ok-map iframe { height: 300px; }
	.ok-map { margin-top: 36px; }
	.ok-spec th { width: 130px; padding: 11px 12px; font-size: .88rem; }
	.ok-spec td { padding: 11px 12px; font-size: .92rem; }
	.ok-spec-title { margin-top: 36px; }
	.ok-lightbox { padding: 20px; }
	.ok-cap { min-height: 250px; }
	.ok-cap__body p { max-height: 140px; opacity: 1; }
	.ok-kpi__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 24px 0 28px; }
	/* Single column on phones, so the flow reads top-to-bottom with the
	   chevron turned to point down between the steps. */
	.ok-flow { grid-template-columns: 1fr; gap: 26px 0; }
	.ok-flow__step:nth-child(3n + 1) .ok-flow__arrow { display: flex; }
	.ok-flow__arrow {
		left: 50%; top: -26px; width: 26px; height: 26px;
		transform: translateX(-50%) rotate(90deg);
	}
	.ok-flow__step { padding: 18px 14px 20px; }
	.ok-customers__grid { grid-template-columns: repeat(3, 1fr); }
	.ok-customers__item { padding: 18px 12px; min-height: 92px; }
	.ok-customers__item img { max-height: 34px; filter: none; opacity: .85; }
	.ok-rfq-card { padding: 26px 20px 28px; }
	.ok-rfq-launch { padding: 28px 22px 26px; }
	.ok-modal { padding: 0; align-items: stretch; }
	.ok-modal__dialog { max-width: none; min-height: 100%; border-radius: 0; margin: 0; }
	.ok-modal__head { border-radius: 0; padding: 18px 20px; }
	.ok-modal__body { padding: 20px; }
	.ok-hero { min-height: 92vh; }
	.ok-board__row { grid-template-columns: 1fr; gap: 8px; }
	.ok-board__views { display: none; }
	.ok-footer__top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 36px; }
	.ok-footer__logo { max-height: 44px; }
	.ok-footer__name { font-size: 1.12rem; }
	.ok-footer { padding-top: 52px; }
	.ok-footer__bottom { flex-direction: column; align-items: flex-start; }
	.ok-contact-card { padding: 28px 22px 30px; }
	.ok-main { padding: 52px 0 64px; }
	.ok-pagehero { padding: calc(var(--ok-header-h) + 56px) 0 52px; }

	/* mobile: quick menu becomes a bottom bar */
	.ok-quick {
		right: 0; left: 0; bottom: 0; flex-direction: row; gap: 0;
		background: #fff; border-top: 1px solid var(--ok-line); box-shadow: 0 -4px 18px rgba(0, 0, 0, .07);
	}
	.ok-quick__item {
		flex: 1; flex-direction: column; gap: 4px; justify-content: center;
		border-radius: 0; background: #fff; color: var(--ok-ink); font-size: .76rem; font-weight: 500;
		padding: 11px 4px 12px; box-shadow: none;
	}
	.ok-quick__item:hover { transform: none; background: var(--ok-bg-alt); color: var(--ok-navy); }
	.ok-quick__item--primary { background: var(--ok-navy); color: #fff; }
	.ok-quick__item--primary:hover { background: var(--ok-navy-dark); color: #fff; }
	.ok-top { position: fixed; right: 14px; bottom: 82px; }
	/* Must clear the fixed bar, which is 67px tall with its top border. */
	body { padding-bottom: 68px; }
	.ok-footer__bottom { padding-bottom: 22px; }
}


/* =========================================================
   20. Language switcher (shown only with a translation plugin)
   ========================================================= */
/* Language switcher.
   The colour is stated outright rather than inherited, and dimming the
   inactive languages is done with a real colour rather than opacity: the
   header goes from a dark hero to a white bar on scroll, and an inherited
   white at 60% opacity disappears completely once the bar turns white. */
.ok-lang { display: flex; align-items: center; gap: 2px; }
.ok-lang__item {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 34px; height: 30px; padding: 0 8px;
	font-family: var(--ok-font-en); font-size: .78rem; font-weight: 600; letter-spacing: .04em;
	color: #4b5563; border-radius: var(--ok-radius);
	transition: color .2s var(--ok-ease), background .2s var(--ok-ease);
}
.ok-lang__item:hover { background: rgba(30, 58, 138, .08); color: var(--ok-navy); }
.ok-lang__item.is-current { background: rgba(30, 58, 138, .1); color: var(--ok-navy); }

/* Over the hero, before the bar turns solid. */
.ok-header--transparent .ok-lang__item {
	color: rgba(255, 255, 255, .82);
}
.ok-header--transparent .ok-lang__item:hover {
	background: rgba(255, 255, 255, .14); color: #fff;
}
.ok-header--transparent .ok-lang__item.is-current {
	background: rgba(255, 255, 255, .18); color: #fff;
}

/* ...and back to dark once it does, alongside the brand and the nav links.
   Stated the same way those are, rather than as :not(.is-stuck) on the rule
   above, so the solid state always wins on specificity instead of relying on
   source order. */
.ok-header.is-stuck .ok-lang__item,
.ok-header--solid .ok-lang__item {
	color: #4b5563;
}
.ok-header.is-stuck .ok-lang__item:hover,
.ok-header--solid .ok-lang__item:hover,
.ok-header.is-stuck .ok-lang__item.is-current,
.ok-header--solid .ok-lang__item.is-current {
	background: rgba(30, 58, 138, .1); color: var(--ok-navy);
}

.ok-drawer__lang { margin-top: 24px; }
.ok-drawer__lang:empty { margin-top: 0; }
.ok-drawer__lang .ok-lang { gap: 8px; }
.ok-drawer__lang .ok-lang__item {
	min-width: 52px; height: 42px; font-size: .9rem;
	border: 1px solid var(--ok-line);
}

@media (max-width: 900px) {
	.ok-header__cta .ok-lang { display: none; }
}
