/*!
Theme Name: OKPerformance
Theme URI: http://underscores.me/
Author: Alex
Author URI: https://alexeerma.ee
Description: Custom theme built for OKPerformance
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okperformance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OKPerformance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# OKPerformance Custom Theme Layer
--------------------------------------------------------------*/

:root {
	--okp-bg: #090b10;
	--okp-bg-soft: #12151b;
	--okp-surface: rgba(17, 20, 26, 0.94);
	--okp-surface-strong: rgba(22, 26, 33, 0.98);
	--okp-border: rgba(177, 93, 255, 0.52);
	--okp-border-strong: rgba(205, 141, 255, 0.78);
	--okp-text: #f8f6ff;
	--okp-muted: #afb3c6;
	--okp-accent: #b55fff;
	--okp-accent-alt: #6f79ff;
	--okp-content-width: 1360px;
	--okp-radius-xl: 32px;
	--okp-radius-lg: 22px;
	--okp-transition: 180ms ease;
	--okp-font-body: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--okp-font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
	background:
		radial-gradient(circle at top center, rgba(181, 95, 255, 0.08), transparent 30%),
		linear-gradient(180deg, #12151a 0%, var(--okp-bg) 28%, #07090d 100%);
	overflow-x: clip;
}

body {
	background: transparent;
	color: var(--okp-text);
	font-family: var(--okp-font-body);
	font-feature-settings: "liga" 1, "kern" 1;
	letter-spacing: -0.012em;
	line-height: 1.65;
	min-height: 100vh;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
}

body::before {
	background:
		radial-gradient(circle at 18% 0%, rgba(181, 95, 255, 0.08), transparent 18%),
		radial-gradient(circle at 82% 8%, rgba(111, 121, 255, 0.06), transparent 22%);
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--okp-text);
	font-family: var(--okp-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-navigation a,
.menu-toggle,
.header-commerce__account,
.header-commerce__login,
.okp-cart-link,
.okp-btn,
.okp-pill,
.okp-section__title,
.okp-service-card__title,
.okp-product-card__title,
.okp-blog-card__title,
.site-footer__menu-title,
.site-footer__title {
	font-family: var(--okp-font-display);
	font-weight: 500;
}

a {
	color: inherit;
}

#page.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
}

.site-header,
.site-footer {
	padding-left: 18px;
	padding-right: 18px;
}

.site-header {
	padding-top: 18px;
	position: sticky;
	top: 0;
	transition: padding-top 220ms ease;
	z-index: 120;
}

.site-header::before {
	background: linear-gradient(90deg, rgba(181, 95, 255, 0.88), rgba(111, 121, 255, 0.72), rgba(181, 95, 255, 0.88));
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 220ms ease;
}

.site-header__shell,
.site-footer__shell {
	backdrop-filter: blur(18px);
	background:
		linear-gradient(180deg, rgba(18, 22, 35, 0.97), rgba(10, 13, 21, 0.94));
	border: 1px solid rgba(181, 95, 255, 0.24);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.02),
		0 20px 55px rgba(0, 0, 0, 0.42),
		0 0 28px rgba(181, 95, 255, 0.12);
	width: min(calc(100% - 16px), var(--okp-content-width));
}

.site-header__shell {
	align-items: center;
	border-radius: var(--okp-radius-xl);
	display: flex;
	gap: 24px;
	margin: 0 auto;
	padding: 18px 22px;
	transition:
		background 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease,
		padding 220ms ease,
		transform 220ms ease;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	padding-top: 10px;
}

.site-header.is-scrolled::before {
	opacity: 0;
}

.site-header.is-scrolled .site-header__shell {
	background:
		linear-gradient(180deg, rgba(16, 20, 31, 0.84), rgba(10, 13, 21, 0.78));
	border-color: rgba(181, 95, 255, 0.16);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.02),
		0 18px 48px rgba(0, 0, 0, 0.34),
		0 0 22px rgba(181, 95, 255, 0.08);
	padding: 14px 20px;
}

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
}

.site-branding__logo .custom-logo-link,
.site-footer__logo .custom-logo-link,
.site-branding__logo .site-branding__logo-link,
.site-footer__logo .site-branding__logo-link {
	display: inline-flex;
}

.site-branding__logo img,
.site-footer__logo img,
.site-branding__logo .site-branding__logo-image,
.site-footer__logo .site-branding__logo-image {
	border-radius: 16px;
	max-height: 58px;
	width: auto;
}

.site-branding__mark {
	align-items: center;
	background:
		radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.16), transparent 48%),
		linear-gradient(145deg, rgba(17, 20, 32, 0.98), rgba(9, 11, 18, 0.96));
	border: 1px solid var(--okp-border);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.02),
		0 0 22px rgba(181, 95, 255, 0.28);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 54px;
}

.site-branding__mark::after {
	background: radial-gradient(circle, rgba(181, 95, 255, 0.34), transparent 68%);
	content: "";
	inset: -12px;
	opacity: 0.85;
	position: absolute;
	z-index: -1;
}

.site-branding__mark svg {
	fill: none;
	height: 26px;
	stroke: var(--okp-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 26px;
}

.site-branding__text {
	min-width: 0;
}

.site-title {
	font-size: clamp(1.45rem, 2vw, 1.85rem);
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0;
	text-transform: none;
}

.site-title a {
	color: var(--okp-text);
	text-decoration: none;
}

.site-description {
	display: none;
}

.main-navigation {
	flex: 1 1 auto;
}

.main-navigation__panel {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.main-navigation__menu-wrap {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

.main-navigation__aside {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
	justify-content: flex-end;
}

.main-navigation__utility {
	display: flex;
	flex: 0 1 auto;
	justify-content: flex-end;
}

.main-navigation__commerce {
	display: flex;
	flex: 0 0 auto;
}

.menu-toggle {
	align-items: center;
	background: linear-gradient(180deg, rgba(24, 28, 42, 0.98), rgba(12, 15, 24, 0.98));
	border: 1px solid rgba(181, 95, 255, 0.34);
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(181, 95, 255, 0.12);
	color: var(--okp-text);
	display: none;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.95rem 1.25rem;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	margin: 0;
}

.main-navigation a {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(20, 24, 37, 0.96), rgba(10, 13, 22, 0.96));
	border: 1px solid rgba(181, 95, 255, 0.26);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.015);
	color: var(--okp-muted);
	display: inline-flex;
	font-size: 0.93rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: -0.025em;
	line-height: 1;
	min-height: 46px;
	padding: 0.9rem 1.2rem;
	position: relative;
	text-decoration: none;
	transition:
		color var(--okp-transition),
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		transform var(--okp-transition),
		background var(--okp-transition);
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current_page_item > a {
	background:
		linear-gradient(180deg, rgba(34, 27, 54, 0.98), rgba(16, 18, 32, 0.98));
	border-color: var(--okp-border-strong);
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.22),
		0 0 22px rgba(181, 95, 255, 0.22),
		inset 0 0 18px rgba(181, 95, 255, 0.12);
	color: var(--okp-text);
	transform: translateY(-1px);
}

.main-navigation__utility .menu > li:last-child > a {
	background: linear-gradient(135deg, rgba(181, 95, 255, 0.26), rgba(111, 121, 255, 0.22));
	border-color: rgba(208, 151, 255, 0.86);
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.22),
		0 0 26px rgba(181, 95, 255, 0.24),
		inset 0 0 20px rgba(255, 255, 255, 0.06);
	color: #ffffff;
}

.main-navigation__utility .menu > li:last-child > a:hover,
.main-navigation__utility .menu > li:last-child > a:focus {
	background: linear-gradient(135deg, rgba(189, 110, 255, 0.4), rgba(121, 132, 255, 0.34));
}

.header-commerce {
	align-items: center;
	display: flex;
	gap: 10px;
}

.header-commerce__account,
.header-commerce__login,
.okp-cart-link {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(20, 24, 37, 0.96), rgba(10, 13, 22, 0.96));
	border: 1px solid rgba(181, 95, 255, 0.28);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.015);
	color: var(--okp-text);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 500;
	gap: 10px;
	letter-spacing: -0.02em;
	line-height: 1;
	min-height: 46px;
	padding: 0.85rem 1rem;
	text-decoration: none;
	transition:
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		transform var(--okp-transition),
		background var(--okp-transition);
}

.header-commerce__account:hover,
.header-commerce__account:focus,
.header-commerce__login:hover,
.header-commerce__login:focus,
.okp-cart-link:hover,
.okp-cart-link:focus {
	background:
		linear-gradient(180deg, rgba(34, 27, 54, 0.98), rgba(16, 18, 32, 0.98));
	border-color: var(--okp-border-strong);
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.22),
		0 0 22px rgba(181, 95, 255, 0.18),
		inset 0 0 18px rgba(181, 95, 255, 0.1);
	transform: translateY(-1px);
}

.header-commerce__icon,
.okp-cart-link__icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.header-commerce__icon svg,
.okp-cart-link__icon svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.header-commerce__label {
	max-width: 12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.okp-cart-link {
	padding-left: 0.9rem;
	padding-right: 0.9rem;
	position: relative;
}

.okp-cart-link__count {
	align-items: center;
	background: linear-gradient(135deg, rgba(181, 95, 255, 0.94), rgba(111, 121, 255, 0.9));
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(181, 95, 255, 0.28);
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 600;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 7px;
}

.site-content {
	flex: 1 1 auto;
	margin: 0 auto;
	padding: 40px 18px 48px;
	width: min(100%, calc(var(--okp-content-width) + 36px));
}

.site-main {
	background: transparent;
	border-radius: 24px;
	min-height: 320px;
	padding: 0;
}

.site-footer {
	padding-bottom: 18px;
}

.site-footer__logo-marquee {
	margin: 0 auto 24px;
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	overflow: hidden;
	padding: 6px 0 12px;
	width: min(calc(100% - 48px), var(--okp-content-width));
}

.site-footer__logo-track {
	align-items: center;
	animation: okp-logo-marquee 26s linear infinite;
	display: flex;
	gap: 8px;
	width: max-content;
	will-change: transform;
}

.site-footer__logo-item {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 118px;
	justify-content: center;
	min-width: 220px;
	padding: 18px 20px;
	text-decoration: none;
	transition:
		transform var(--okp-transition),
		opacity var(--okp-transition);
}

.site-footer__logo-item a,
.site-footer__logo-item span {
	align-items: center;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.site-footer__logo-item:hover,
.site-footer__logo-item:focus {
	opacity: 1;
	transform: translateY(-1px);
}

.site-footer__logo-item img {
	display: block;
	filter: grayscale(1);
	max-height: 78px;
	max-width: 250px;
	object-fit: contain;
	opacity: 0.82;
	transition: opacity var(--okp-transition), filter var(--okp-transition);
	width: auto;
}

.site-footer__logo-item:hover img,
.site-footer__logo-item:focus img {
	opacity: 1;
	filter: grayscale(0);
}

.site-footer__shell {
	border-radius: var(--okp-radius-xl);
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr) minmax(280px, 0.95fr);
	margin: 0 auto;
	padding: 28px 24px;
	transition:
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		transform var(--okp-transition);
}

.site-footer__shell:hover,
.site-footer__shell:focus-within {
	border-color: var(--okp-border-strong);
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.22),
		0 0 22px rgba(181, 95, 255, 0.18),
		0 20px 55px rgba(0, 0, 0, 0.42),
		0 0 38px rgba(181, 95, 255, 0.22);
	transform: translateY(-1px);
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.site-footer__brand-head {
	align-items: center;
	display: flex;
	gap: 14px;
}

.site-branding__mark--footer {
	height: 48px;
	width: 48px;
}

.site-footer__logo .custom-logo-link {
	align-items: center;
}

.site-footer__logo .site-branding__logo-link {
	align-items: center;
}

.site-footer__title,
.site-footer__description,
.site-footer__meta-text {
	margin: 0;
}

.site-footer__title {
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.site-footer__description,
.site-footer__meta-text {
	color: var(--okp-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.site-footer__credit-link {
	color: var(--okp-muted);
	text-decoration: none;
	transition: color var(--okp-transition);
}

.site-footer__credit-link:hover,
.site-footer__credit-link:focus {
	color: var(--okp-text);
}

.site-footer__social {
	display: flex;
	gap: 12px;
}

.site-footer__social-link {
	align-items: center;
	color: var(--okp-muted);
	display: inline-flex;
	height: 22px;
	justify-content: center;
	text-decoration: none;
	transition: color var(--okp-transition), transform var(--okp-transition);
	width: 22px;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
	color: var(--okp-text);
	transform: translateY(-1px);
}

.site-footer__social-link svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.site-footer__menus {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer__menu-column {
	display: grid;
	gap: 18px;
	align-content: start;
}

.site-footer__menu-title {
	color: var(--okp-text);
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: -0.035em;
	margin: 0;
}

.footer-navigation ul,
.footer-meta-navigation ul {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation li,
.footer-meta-navigation li {
	margin: 0;
}

.footer-navigation a,
.footer-meta-navigation a {
	color: var(--okp-muted);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: color var(--okp-transition), transform var(--okp-transition);
}

.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-meta-navigation a:hover,
.footer-meta-navigation a:focus {
	color: var(--okp-text);
	transform: translateX(2px);
}

.site-footer__newsletter {
	display: grid;
	gap: 18px;
	align-content: start;
}

.site-footer__newsletter-copy {
	color: var(--okp-muted);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
}

.site-footer__newsletter-form {
	display: flex;
	gap: 10px;
}

.site-footer__newsletter-input {
	background: rgba(20, 27, 44, 0.92) !important;
	border: 1px solid rgba(80, 96, 135, 0.34) !important;
	border-radius: 12px !important;
	color: var(--okp-text);
	flex: 1 1 auto;
	font-size: 1rem;
	min-height: 52px;
	padding: 0 18px;
}

.site-footer__newsletter-input::placeholder {
	color: #9198ad;
	padding-left: 18px;
}

.site-footer__newsletter-button {
	background: linear-gradient(120deg, rgba(181, 95, 255, 0.98), rgba(122, 104, 255, 0.96), rgba(232, 118, 255, 0.96), rgba(181, 95, 255, 0.98));
	background-size: 220% 220%;
	border: 1px solid rgba(214, 170, 255, 0.6);
	border-radius: 12px;
	box-shadow: 0 0 24px rgba(181, 95, 255, 0.18);
	color: #fff;
	animation: okp-button-gradient 6s ease-in-out infinite;
	font-size: 1rem;
	font-weight: 600;
	min-height: 52px;
	padding: 0 18px;
	transition:
		box-shadow var(--okp-transition),
		transform var(--okp-transition),
		filter var(--okp-transition);
	white-space: nowrap;
}

.site-footer__newsletter-button:hover,
.site-footer__newsletter-button:focus {
	box-shadow:
		0 0 0 1px rgba(214, 170, 255, 0.2),
		0 0 28px rgba(181, 95, 255, 0.24);
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.site-footer__base {
	align-items: center;
	border-top: 1px solid rgba(70, 87, 120, 0.34);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 18px auto 0;
	padding: 24px 0 0;
	width: min(calc(100% - 48px), var(--okp-content-width));
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: flex-end;
}

.site-footer__legal a {
	color: var(--okp-muted);
	font-size: 0.98rem;
	font-weight: 500;
	text-decoration: none;
	transition: color var(--okp-transition);
}

.site-footer__legal a:hover,
.site-footer__legal a:focus {
	color: var(--okp-text);
}

.page,
.post {
	margin-bottom: 0;
}

.entry-header,
.entry-content,
.entry-footer {
	padding-left: 12px;
	padding-right: 12px;
}

@media (max-width: 1100px) {
	.site-header__shell,
	.site-footer__shell {
		width: min(100%, var(--okp-content-width));
	}

	.site-header__shell {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation {
		width: 100%;
	}

	.main-navigation__panel {
		align-items: stretch;
		border-top: 1px solid rgba(181, 95, 255, 0.18);
		display: none;
		flex-direction: column;
		margin-top: 16px;
		padding-top: 18px;
	}

	.main-navigation.toggled .main-navigation__panel {
		display: flex;
	}

	.main-navigation__menu-wrap,
	.main-navigation__aside,
	.main-navigation__utility,
	.main-navigation__commerce {
		justify-content: stretch;
		width: 100%;
	}

	.main-navigation__aside {
		align-items: stretch;
		flex-direction: column;
	}

	.main-navigation ul {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.main-navigation a,
	.header-commerce__account,
	.header-commerce__login,
	.okp-cart-link {
		width: 100%;
	}

	.site-footer__shell {
		grid-template-columns: 1fr;
	}

	.site-footer__menus {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__newsletter-form {
		flex-wrap: wrap;
	}

	.site-footer__newsletter-input,
	.site-footer__newsletter-button {
		width: 100%;
	}

	.site-footer__base {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__legal {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.site-header,
	.site-footer,
	.site-content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.site-header__shell,
	.site-footer__shell {
		border-radius: 24px;
		padding: 18px 16px;
	}

	.site-branding {
		gap: 12px;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.site-branding__mark {
		border-radius: 16px;
		height: 48px;
		width: 48px;
	}

	.site-footer__menus {
		grid-template-columns: 1fr;
	}

	.site-footer__legal {
		flex-direction: column;
		gap: 12px;
	}
}

/*--------------------------------------------------------------
# OKPerformance Home Template
--------------------------------------------------------------*/
.okp-home {
	overflow: visible;
	position: relative;
}

.okp-home__shell {
	margin: 0 auto;
	width: min(100%, var(--okp-content-width));
}

.okp-pill {
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 50%),
		linear-gradient(135deg, rgba(181, 95, 255, 0.26), rgba(111, 121, 255, 0.22));
	border: 1px solid rgba(181, 95, 255, 0.22);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 26px rgba(181, 95, 255, 0.08);
	color: var(--okp-muted);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 10px 14px;
	text-transform: uppercase;
}

.okp-hero {
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 52px 0 70px;
	position: relative;
	width: auto;
}

.okp-hero__ambient,
.okp-hero__noise {
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.okp-hero__ambient {
	animation: okp-hero-ambient-drift 26s ease-in-out infinite alternate;
	background:
		radial-gradient(circle at 24% 20%, rgba(181, 95, 255, 0.08), transparent 24%),
		radial-gradient(circle at 76% 66%, rgba(181, 95, 255, 0.06), transparent 28%);
	overflow: visible;
}

.okp-hero__ambient::before,
.okp-hero__ambient::after {
	border-radius: 999px;
	content: "";
	filter: blur(38px);
	position: absolute;
}

.okp-hero__ambient::before {
	animation: okp-hero-aurora-one 18s ease-in-out infinite alternate;
	background:
		linear-gradient(90deg, rgba(181, 95, 255, 0), rgba(181, 95, 255, 0.78), rgba(232, 174, 255, 0.3), rgba(181, 95, 255, 0));
	height: 180px;
	left: -16%;
	top: 54%;
	transform: rotate(-18deg);
	width: 58%;
	z-index: 0;
}

.okp-hero__ambient::after {
	animation: okp-hero-aurora-two 20s ease-in-out infinite alternate;
	background:
		linear-gradient(90deg, rgba(181, 95, 255, 0), rgba(181, 95, 255, 0.66), rgba(255, 192, 240, 0.24), rgba(181, 95, 255, 0));
	bottom: 8%;
	height: 160px;
	right: -12%;
	transform: rotate(-20deg);
	width: 48%;
	z-index: 0;
}

.okp-hero__noise {
	background-image: radial-gradient(rgba(171, 120, 255, 0.24) 1px, transparent 1px);
	background-size: 16px 16px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.42));
	opacity: 0.14;
	animation: okp-hero-noise-drift 18s linear infinite;
}

.okp-hero__wrap {
	margin: 0 auto;
	position: relative;
	width: min(calc(100% - 36px), 1320px);
	z-index: 1;
}

.okp-hero__layout {
	align-items: center;
	display: grid;
	gap: 56px 72px;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.okp-hero__copy {
	max-width: 680px;
	padding: 12px 0;
}

.okp-hero__title {
	font-size: clamp(2.8rem, 4.8vw, 5rem);
	font-weight: 500;
	line-height: 1;
	margin: 22px 0 0;
	max-width: 10ch;
	text-wrap: balance;
}

.okp-hero__subtitle {
	color: var(--okp-muted);
	font-size: 1.02rem;
	line-height: 1.8;
	margin: 24px 0 0;
	max-width: 46ch;
}

.okp-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
	margin-top: 34px;
}

.okp-btn {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(181, 95, 255, 0.9), rgba(122, 104, 255, 0.88), rgba(232, 118, 255, 0.86), rgba(181, 95, 255, 0.9));
	background-size: 220% 220%;
	border: 1px solid rgba(181, 95, 255, 0.26);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.015),
		0 0 20px rgba(181, 95, 255, 0.14);
	color: #fff;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 600;
	gap: 10px;
	letter-spacing: -0.025em;
	line-height: 1;
	min-height: 48px;
	padding: 14px 16px;
	text-decoration: none;
	animation: okp-button-gradient 6s ease-in-out infinite;
	transition:
		color var(--okp-transition),
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		transform var(--okp-transition),
		background var(--okp-transition),
		filter var(--okp-transition);
}

.okp-btn:hover,
.okp-btn:focus {
	color: #fff;
	border-color: var(--okp-border-strong);
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.22),
		0 0 22px rgba(181, 95, 255, 0.18),
		inset 0 0 18px rgba(181, 95, 255, 0.1);
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.okp-btn--primary {
	background:
		linear-gradient(120deg, rgba(181, 95, 255, 0.98), rgba(122, 104, 255, 0.96), rgba(232, 118, 255, 0.96), rgba(181, 95, 255, 0.98));
	background-size: 220% 220%;
	border-color: rgba(214, 170, 255, 0.6);
	box-shadow: 0 0 20px rgba(181, 95, 255, 0.16);
	color: #fff;
}

.okp-hero__actions .okp-btn:not(.okp-btn--primary) {
	background:
		linear-gradient(180deg, rgba(16, 20, 31, 0.96), rgba(10, 13, 21, 0.94)) padding-box,
		linear-gradient(120deg, rgba(181, 95, 255, 0.98), rgba(122, 104, 255, 0.96), rgba(232, 118, 255, 0.96), rgba(181, 95, 255, 0.98)) border-box;
	background-size: 100% 100%, 220% 220%;
	border: 1px solid transparent;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 0 0 1px rgba(255, 255, 255, 0.015);
	color: var(--okp-text);
}

.okp-hero__actions .okp-btn:not(.okp-btn--primary):hover,
.okp-hero__actions .okp-btn:not(.okp-btn--primary):focus {
	box-shadow:
		0 0 0 1px rgba(181, 95, 255, 0.2),
		0 0 22px rgba(181, 95, 255, 0.16),
		inset 0 0 16px rgba(181, 95, 255, 0.05);
	color: #fff;
}

.okp-hero__showcase {
	min-height: 520px;
	position: relative;
	width: 100%;
}

.okp-hero__media {
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	max-width: 620px;
	position: relative;
	width: 100%;
}

.okp-hero__window-embed {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.okp-section {
	padding: 60px 0 50px;
}

.okp-about .okp-home__shell,
.okp-services .okp-home__shell,
.okp-products .okp-home__shell,
.okp-blog .okp-home__shell {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.okp-about .okp-home__shell {
	position: relative;
}

.okp-section__title {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.okp-section__lede {
	color: var(--okp-muted);
	font-size: 1.02rem;
	line-height: 1.74;
	margin: 14px 0 0;
	max-width: 68ch;
}

.okp-section__lede--small {
	font-size: 0.98rem;
}

.okp-about__layout {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	position: relative;
	z-index: 2;
}

.okp-about__ghost {
	color: rgba(255, 255, 255, 0.02);
	font-family: var(--okp-font-display);
	font-size: clamp(3.8rem, 9vw, 7rem);
	font-weight: 600;
	left: 18px;
	letter-spacing: -0.1em;
	line-height: 0.8;
	max-width: 6ch;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: 16px;
	user-select: none;
	z-index: 0;
}

.okp-about__content,
.okp-about__visual,
.okp-about__anchor,
.okp-about-card-orbit {
	position: relative;
}

.okp-about__eyebrow,
.okp-about__lead-kicker,
.okp-about__anchor-label {
	color: rgba(216, 190, 255, 0.92);
	display: inline-flex;
	font-family: var(--okp-font-display);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.okp-about__eyebrow {
	margin-bottom: 16px;
}

.okp-about__anchor-label {
	letter-spacing: 0.04em;
	text-transform: none;
}

.okp-about__content {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 58px 0 10px;
}

.okp-about__content .okp-section__title {
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 0.95;
	max-width: 11ch;
}

.okp-about__content .okp-section__lede {
	font-size: 0.98rem;
	margin-top: 14px;
	max-width: 50ch;
}

.okp-about__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	max-width: 540px;
}

.okp-about__chip {
	align-items: center;
	backdrop-filter: blur(14px);
	background:
		linear-gradient(180deg, rgba(22, 26, 41, 0.88), rgba(9, 13, 22, 0.76));
	border: 1px solid rgba(181, 95, 255, 0.16);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 16px 38px rgba(0, 0, 0, 0.18);
	color: rgba(244, 238, 255, 0.92);
	display: inline-flex;
	font-size: 0.86rem;
	gap: 10px;
	line-height: 1;
	padding: 10px 14px 10px 10px;
}

.okp-about__chip-index {
	align-items: center;
	background: linear-gradient(135deg, rgba(181, 95, 255, 0.26), rgba(111, 121, 255, 0.14));
	border: 1px solid rgba(181, 95, 255, 0.22);
	border-radius: 999px;
	color: rgba(228, 205, 255, 0.96);
	display: inline-flex;
	font-family: var(--okp-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	letter-spacing: 0.12em;
	min-width: 30px;
}

.okp-about__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	isolation: isolate;
	min-height: 560px;
	padding: 30px 16px;
}

.okp-about__visual::before {
	background:
		radial-gradient(circle at center, rgba(181, 95, 255, 0.12), rgba(181, 95, 255, 0) 72%);
	content: "";
	height: 100%;
	left: 50%;
	max-width: 520px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.okp-about__visual::after {
	background:
		linear-gradient(180deg, rgba(181, 95, 255, 0), rgba(181, 95, 255, 0.18), rgba(181, 95, 255, 0));
	content: "";
	filter: blur(0.5px);
	height: 54%;
	left: 50%;
	opacity: 0.36;
	position: absolute;
	top: 24%;
	transform: translateX(-50%);
	width: 1px;
	z-index: 0;
}

.okp-about__visual-orb {
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.14), transparent 26%),
		radial-gradient(circle at center, rgba(181, 95, 255, 0.24), rgba(181, 95, 255, 0.08) 42%, rgba(181, 95, 255, 0) 72%);
	border: 1px solid rgba(181, 95, 255, 0.22);
	border-radius: 999px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.02),
		0 0 70px rgba(181, 95, 255, 0.12),
		inset 0 0 42px rgba(181, 95, 255, 0.08);
	height: 260px;
	position: absolute;
	width: 260px;
	animation: okp-about-pulse 9s ease-in-out infinite;
	z-index: 1;
}

.okp-about__visual-orb::before,
.okp-about__visual-orb::after {
	border: 1px solid rgba(181, 95, 255, 0.14);
	border-radius: 999px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.okp-about__visual-orb::before {
	height: 360px;
	width: 360px;
}

.okp-about__visual-orb::after {
	border-style: dashed;
	height: 470px;
	opacity: 0.28;
	width: 470px;
}

.okp-about__visual-grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-position: center;
	background-size: 34px 34px;
	inset: 8% 6%;
	mask-image: radial-gradient(circle at center, #000 20%, transparent 74%);
	opacity: 0.22;
	position: absolute;
	z-index: 0;
}

.okp-about__beam {
	background:
		linear-gradient(180deg, rgba(181, 95, 255, 0), rgba(181, 95, 255, 0.82), rgba(111, 121, 255, 0));
	border-radius: 999px;
	box-shadow: 0 0 42px rgba(181, 95, 255, 0.38);
	height: 220px;
	left: 50%;
	opacity: 0.44;
	position: absolute;
	top: 30%;
	transform: translateX(-50%);
	width: 2px;
	z-index: 1;
}

.okp-about__beam--small {
	filter: blur(1px);
	height: 120px;
	left: auto;
	opacity: 0.22;
	right: 12%;
	top: 54%;
	transform: rotate(18deg);
	width: 2px;
}

.okp-about__anchor {
	backdrop-filter: blur(18px);
	background:
		radial-gradient(circle at 50% 0%, rgba(181, 95, 255, 0.14), transparent 48%),
		linear-gradient(180deg, rgba(18, 23, 36, 0.88), rgba(8, 11, 18, 0.76));
	border: 1px solid rgba(181, 95, 255, 0.16);
	border-radius: 28px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 22px 44px rgba(0, 0, 0, 0.24),
		0 0 24px rgba(181, 95, 255, 0.08);
	max-width: 300px;
	overflow: hidden;
	padding: 28px 24px 24px;
	text-align: left;
	transform: translateY(0);
	z-index: 4;
}

.okp-about__anchor::before {
	background: linear-gradient(90deg, rgba(181, 95, 255, 0.92), rgba(111, 121, 255, 0.56), transparent 86%);
	content: "";
	height: 2px;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 0;
}

.okp-about__anchor::after {
	background:
		radial-gradient(circle at center, rgba(181, 95, 255, 0.22), rgba(181, 95, 255, 0) 72%);
	content: "";
	height: 160px;
	position: absolute;
	right: -52px;
	top: -52px;
	width: 160px;
	z-index: -1;
}

.okp-about__anchor-title {
	font-family: var(--okp-font-display);
	font-size: clamp(1.55rem, 2vw, 2rem);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin: 12px 0 0;
	max-width: 10ch;
}

.okp-about__anchor-text {
	color: rgba(228, 230, 240, 0.82);
	font-size: 0.92rem;
	line-height: 1.66;
	margin: 12px 0 0;
	max-width: 28ch;
}

.okp-about-card-orbit {
	backdrop-filter: blur(18px);
	background:
		radial-gradient(circle at 0% 0%, rgba(181, 95, 255, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(18, 22, 36, 0.78), rgba(10, 13, 21, 0.72));
	border: 1px solid rgba(181, 95, 255, 0.12);
	border-radius: 24px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 18px 36px rgba(0, 0, 0, 0.18);
	max-width: 230px;
	overflow: hidden;
	padding: 16px 16px 18px;
	position: absolute;
	transition:
		transform var(--okp-transition),
		border-color var(--okp-transition),
		box-shadow var(--okp-transition);
	width: 100%;
	z-index: 3;
}

.okp-about-card-orbit:hover,
.okp-about-card-orbit:focus-within {
	border-color: rgba(205, 141, 255, 0.28);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 22px 42px rgba(0, 0, 0, 0.2),
		0 0 20px rgba(181, 95, 255, 0.08);
	transform: translateY(-1px);
}

.okp-about-card-orbit--1 {
	left: 2%;
	top: 8%;
	transform: rotate(-4deg);
}

.okp-about-card-orbit--2 {
	right: 2%;
	top: 6%;
	transform: rotate(4deg);
}

.okp-about-card-orbit--3 {
	bottom: 2%;
	right: 7%;
	transform: rotate(-3deg);
}

.okp-about-card-orbit--4 {
	bottom: 8%;
	left: 4%;
	transform: rotate(3deg);
}

.okp-about__visual:hover .okp-about-card-orbit,
.okp-about__visual:focus-within .okp-about-card-orbit {
	border-color: rgba(205, 141, 255, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 24px 46px rgba(0, 0, 0, 0.2),
		0 0 18px rgba(181, 95, 255, 0.06);
}

.okp-about__visual:hover .okp-about-card-orbit--1,
.okp-about__visual:focus-within .okp-about-card-orbit--1 {
	transform: translate(-56px, -34px) rotate(-8deg);
}

.okp-about__visual:hover .okp-about-card-orbit--2,
.okp-about__visual:focus-within .okp-about-card-orbit--2 {
	transform: translate(36px, -22px) rotate(7deg);
}

.okp-about__visual:hover .okp-about-card-orbit--3,
.okp-about__visual:focus-within .okp-about-card-orbit--3 {
	transform: translate(58px, 44px) rotate(-6deg);
}

.okp-about__visual:hover .okp-about-card-orbit--4,
.okp-about__visual:focus-within .okp-about-card-orbit--4 {
	transform: translate(-38px, 36px) rotate(7deg);
}

.okp-about-card-orbit--1:hover,
.okp-about-card-orbit--1:focus-within {
	transform: rotate(-3deg) translateY(-3px);
}

.okp-about-card-orbit--2:hover,
.okp-about-card-orbit--2:focus-within {
	transform: rotate(3deg) translateY(-3px);
}

.okp-about-card-orbit--3:hover,
.okp-about-card-orbit--3:focus-within {
	transform: rotate(-2deg) translateY(-3px);
}

.okp-about-card-orbit--4:hover,
.okp-about-card-orbit--4:focus-within {
	transform: rotate(2deg) translateY(-3px);
}

.okp-about-card-orbit__number {
	background:
		radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.08), transparent 48%),
		linear-gradient(135deg, rgba(39, 26, 60, 0.92), rgba(14, 18, 32, 0.92));
	border: 1px solid rgba(181, 95, 255, 0.18);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 0 18px rgba(181, 95, 255, 0.08);
	color: rgba(228, 205, 255, 0.98);
	display: inline-flex;
	font-family: var(--okp-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1;
	min-width: 34px;
	text-transform: uppercase;
}

.okp-about-card-orbit__body {
	margin-top: 12px;
}

.okp-about-card-orbit__title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.14;
	margin: 0;
}

.okp-about-card-orbit__text {
	color: var(--okp-muted);
	font-size: 0.88rem;
	line-height: 1.58;
	margin: 8px 0 0;
}

.okp-feature-list {
	display: grid;
	gap: 16px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.okp-feature-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.okp-feature-list__icon {
	align-items: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1), transparent 45%),
		linear-gradient(135deg, rgba(181, 95, 255, 0.28), rgba(111, 121, 255, 0.22));
	border: 1px solid rgba(181, 95, 255, 0.22);
	border-radius: 14px;
	box-shadow: 0 0 18px rgba(181, 95, 255, 0.12);
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	margin-top: 2px;
}

.okp-feature-list strong {
	display: block;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.okp-feature-list span {
	color: var(--okp-muted);
	display: block;
	font-size: 0.98rem;
	margin-top: 2px;
	line-height: 1.55;
}

.okp-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.okp-section__link {
	color: var(--okp-text);
	font-size: 0.98rem;
	font-weight: 500;
	text-decoration: none;
}

.okp-section__link:hover,
.okp-section__link:focus {
	color: var(--okp-accent);
}

.okp-services-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.okp-service-card {
	background:
		radial-gradient(circle at 18% 0%, rgba(181, 95, 255, 0.16), transparent 48%),
		linear-gradient(180deg, rgba(18, 22, 36, 0.62), rgba(10, 13, 21, 0.45));
	border: 1px solid rgba(181, 95, 255, 0.16);
	border-radius: 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 20px 60px rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	transition:
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		transform var(--okp-transition);
}

.okp-service-card::after {
	border: 1px solid rgba(214, 170, 255, 0);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition:
		border-color var(--okp-transition),
		box-shadow var(--okp-transition),
		opacity var(--okp-transition);
}

.okp-service-card:hover,
.okp-service-card:focus-within {
	border-color: rgba(214, 170, 255, 0.34);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 24px 64px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(181, 95, 255, 0.12);
	transform: translateY(-2px);
}

.okp-service-card:hover::after,
.okp-service-card:focus-within::after {
	border-color: rgba(214, 170, 255, 0.42);
	box-shadow:
		inset 0 0 18px rgba(181, 95, 255, 0.08),
		0 0 22px rgba(181, 95, 255, 0.28),
		0 0 42px rgba(181, 95, 255, 0.16);
}

.okp-service-card__image {
	background: rgba(12, 16, 27, 0.72);
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	text-decoration: none;
}

.okp-service-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.okp-service-card:hover .okp-service-card__image img,
.okp-service-card:focus-within .okp-service-card__image img {
	transform: scale(1.04);
}

.okp-service-card__image--placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 50% 20%, rgba(181, 95, 255, 0.22), transparent 52%),
		linear-gradient(135deg, rgba(25, 30, 46, 0.98), rgba(9, 12, 20, 0.96));
	display: flex;
	justify-content: center;
}

.okp-service-card__image--placeholder span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.okp-service-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
	padding: 22px 20px;
}

.okp-service-card__title {
	font-size: 1.18rem;
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.2;
	margin: 0;
}

.okp-service-card__title a {
	color: var(--okp-text);
	text-decoration: none;
}

.okp-service-card__text {
	color: var(--okp-muted);
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 0;
}

.okp-service-card__link,
.okp-product-card__link,
.okp-blog-card__link {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.96);
	font-size: 0.92rem;
	font-weight: 500;
	margin-top: auto;
	padding: 10px 14px;
	text-decoration: none;
	transition:
		transform var(--okp-transition),
		box-shadow var(--okp-transition),
		border-color var(--okp-transition),
		background var(--okp-transition);
}

.okp-service-card__link:hover,
.okp-service-card__link:focus,
.okp-product-card__link:hover,
.okp-product-card__link:focus,
.okp-blog-card__link:hover,
.okp-blog-card__link:focus {
	background: rgba(181, 95, 255, 0.12);
	border-color: rgba(181, 95, 255, 0.28);
	transform: translateY(-1px);
	box-shadow: 0 0 16px rgba(181, 95, 255, 0.12);
}

.okp-products-slider__hint {
	color: rgba(175, 179, 198, 0.9);
	font-weight: 500;
	font-size: 0.95rem;
	white-space: nowrap;
}

.okp-products-slider__controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.okp-products-slider__actions {
	display: flex;
	gap: 10px;
}

.okp-products-slider {
	display: block;
}

.okp-products-slider__nav {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(20, 24, 37, 0.96), rgba(10, 13, 22, 0.96));
	border: 1px solid rgba(181, 95, 255, 0.24);
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(181, 95, 255, 0.12);
	color: var(--okp-text);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	min-width: 48px;
	padding: 0;
	transition: transform var(--okp-transition), box-shadow var(--okp-transition), border-color var(--okp-transition);
}

.okp-products-slider__nav:hover,
.okp-products-slider__nav:focus {
	transform: translateY(-1px);
	border-color: var(--okp-border-strong);
	box-shadow: 0 0 28px rgba(181, 95, 255, 0.18);
}

.okp-products-slider__nav:disabled {
	border-color: rgba(181, 95, 255, 0.14);
	box-shadow: none;
	color: rgba(248, 246, 255, 0.45);
	cursor: default;
	opacity: 0.55;
	transform: none;
}

.okp-products-slider__nav svg {
	width: 22px;
	height: 22px;
}

.okp-products-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	flex: 1 1 auto;
	-webkit-overflow-scrolling: touch;
}

.okp-products-slider__viewport::-webkit-scrollbar {
	display: none;
}

.okp-products-slider__track {
	display: flex;
	gap: 16px;
	padding: 2px 6px 2px 0;
}

.okp-products-empty {
	background:
		radial-gradient(circle at 20% 0%, rgba(181, 95, 255, 0.14), transparent 55%),
		linear-gradient(180deg, rgba(18, 22, 36, 0.55), rgba(10, 13, 21, 0.4));
	border: 1px solid rgba(181, 95, 255, 0.16);
	border-radius: 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 20px 60px rgba(0, 0, 0, 0.18);
	color: var(--okp-muted);
	padding: 24px 20px;
}

.okp-products-empty p {
	margin: 0;
	line-height: 1.6;
}

.okp-product-card {
	background: linear-gradient(180deg, rgba(16, 20, 30, 0.88), rgba(10, 13, 21, 0.82));
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 44px rgba(0, 0, 0, 0.18);
	color: var(--okp-text);
	flex: 0 0 auto;
	padding: 14px;
	scroll-snap-align: start;
	min-width: 300px;
	max-width: 300px;
}

.okp-product-card__eyebrow-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
}

.okp-product-card__image {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	overflow: hidden;
	background: rgba(12, 16, 27, 0.72);
}

.okp-product-card__image img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.okp-product-card__image--placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 50% 10%, rgba(181, 95, 255, 0.18), transparent 48%),
		linear-gradient(180deg, rgba(18, 22, 36, 0.96), rgba(10, 13, 21, 0.96));
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 170px;
	justify-content: center;
}

.okp-product-card__image--placeholder svg {
	fill: none;
	stroke: rgba(248, 246, 255, 0.68);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.2;
	width: 132px;
}

.okp-product-card__placeholder-badge {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(248, 246, 255, 0.86);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 8px 12px;
}

.okp-product-card__eyebrow {
	color: rgba(175, 179, 198, 0.92);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.okp-product-card__price {
	color: rgba(255, 255, 255, 0.96);
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.okp-product-card__title {
	margin: 10px 0 0;
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.okp-product-card__desc {
	color: var(--okp-muted);
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 8px 0 0;
}

.okp-product-card__meta {
	display: flex;
	margin-top: 18px;
}

.okp-blog-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.okp-blog-card {
	background:
		radial-gradient(circle at 15% 0%, rgba(181, 95, 255, 0.14), transparent 46%),
		linear-gradient(180deg, rgba(18, 22, 36, 0.68), rgba(10, 13, 21, 0.52));
	border: 1px solid rgba(181, 95, 255, 0.14);
	border-radius: 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 22px 64px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.okp-blog-card__image,
.okp-blog-card__image--placeholder {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.okp-blog-card__image {
	background: rgba(12, 16, 27, 0.72);
}

.okp-blog-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.okp-blog-card:hover .okp-blog-card__image img,
.okp-blog-card:focus-within .okp-blog-card__image img {
	transform: scale(1.04);
}

.okp-blog-card__image--placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 50% 8%, rgba(181, 95, 255, 0.2), transparent 46%),
		linear-gradient(180deg, rgba(16, 21, 34, 0.96), rgba(9, 12, 21, 0.96));
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 600;
	justify-content: center;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.okp-blog-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.okp-blog-card__meta {
	color: rgba(178, 182, 198, 0.92);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}

.okp-blog-card__title {
	font-size: 1.12rem;
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.32;
	margin: 10px 0 0;
}

.okp-blog-card__title a {
	color: var(--okp-text);
	text-decoration: none;
}

.okp-blog-card__title a:hover,
.okp-blog-card__title a:focus {
	color: var(--okp-accent);
}

.okp-blog-card__text {
	color: var(--okp-muted);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 12px 0 20px;
}

/* Soft white mouse-follow glow */
#okp-mouse-glow {
	border-radius: 999px;
	filter: blur(0px);
	height: 560px;
	left: -1000px;
	pointer-events: none;
	position: fixed;
	top: -1000px;
	transform: translate(-50%, -50%);
	width: 560px;
	z-index: -1;
	opacity: 0;
}

#okp-mouse-glow::after {
	content: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	transform: translate(-50%, -50%);
	border-radius: 999px;
}

@media (max-width: 960px) {
	.okp-hero__layout {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.okp-hero__wrap {
		width: min(calc(100% - 28px), 1180px);
	}

	.okp-hero__copy {
		max-width: none;
		padding: 0;
	}

	.okp-hero__showcase {
		min-height: auto;
	}

	.okp-hero__media {
		max-width: 560px;
	}

	.okp-services-grid,
	.okp-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.okp-about__layout {
		grid-template-columns: 1fr;
	}

	.okp-about__visual {
		min-height: 680px;
	}

	.okp-about__ghost {
		font-size: clamp(4rem, 14vw, 7rem);
		max-width: none;
	}
}

@media (max-width: 820px) {
	.okp-products-slider__nav {
		min-width: 44px;
		height: 44px;
	}
}

@media (max-width: 720px) {
	.okp-hero {
		padding: 52px 0 30px;
	}

	.okp-hero__wrap {
		width: min(calc(100% - 22px), 100%);
	}

	.okp-hero__ambient {
		opacity: 0.92;
	}

	.okp-hero__title {
		max-width: none;
		font-size: clamp(2.9rem, 11vw, 4.8rem);
	}

	.okp-hero__subtitle {
		max-width: none;
		font-size: 0.98rem;
		line-height: 1.72;
	}

	.okp-hero__showcase {
		min-height: auto;
	}

	.okp-hero__media {
		max-width: 440px;
	}

	.okp-about .okp-home__shell,
	.okp-services .okp-home__shell,
	.okp-products .okp-home__shell,
	.okp-blog .okp-home__shell {
		padding: 0;
	}

	.okp-section__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.okp-products-slider__hint {
		white-space: normal;
	}

	.okp-products-slider__controls {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.okp-services-grid,
	.okp-blog-grid {
		grid-template-columns: 1fr;
	}

	.okp-about__lead-panel {
		margin-top: 22px;
	}

	.okp-about__content {
		padding-top: 34px;
	}

	.okp-about__ghost {
		font-size: 2.6rem;
		left: 16px;
		top: 16px;
	}

	.okp-about__visual {
		min-height: auto;
		padding: 18px 0 0;
	}

	.okp-about__visual-orb {
		height: 210px;
		width: 210px;
	}

	.okp-about__visual-orb::before {
		height: 280px;
		width: 280px;
	}

	.okp-about__visual-orb::after {
		height: 360px;
		width: 360px;
	}

	.okp-about__beam,
	.okp-about__beam--small {
		display: none;
	}

	.okp-about__anchor {
		max-width: none;
		width: 100%;
		padding: 22px 18px 18px;
	}

	.okp-about-card-orbit {
		max-width: none;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: 14px;
		transform: none !important;
		animation: none;
	}

	.okp-about__chips {
		gap: 10px;
	}

	.okp-about__chip {
		font-size: 0.88rem;
		padding-right: 14px;
	}

	.okp-product-card {
		min-width: 270px;
		max-width: 270px;
	}

	.site-footer__logo-marquee {
		mask-image: none;
	}

	.site-footer__logo-item {
		height: 98px;
		min-width: 184px;
		padding: 16px 16px;
	}

	.site-footer__logo-item img {
		max-height: 62px;
		max-width: 200px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#okp-mouse-glow {
		display: none;
	}

	.site-footer__logo-track {
		animation: none;
	}

	.okp-hero__ambient::before,
	.okp-hero__ambient::after {
		animation: none;
	}

	.okp-hero__ambient,
	.okp-hero__noise {
		animation: none;
	}

	.okp-about__visual-orb,
	.okp-about__anchor,
	.okp-about-card-orbit {
		animation: none;
	}

	.okp-btn,
	.site-footer__newsletter-button {
		animation: none;
	}
}

@keyframes okp-hero-ambient-drift {
	from {
		transform: translate3d(-1.5%, 0, 0);
	}

	to {
		transform: translate3d(1.5%, -1.5%, 0);
	}
}

@keyframes okp-hero-noise-drift {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 16px 10px;
	}
}

@keyframes okp-button-gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes okp-hero-aurora-one {
	from {
		transform: rotate(-18deg) translate3d(0, 0, 0) scale(1);
	}

	to {
		transform: rotate(-18deg) translate3d(54px, -20px, 0) scale(1.08);
	}
}

@keyframes okp-hero-aurora-two {
	from {
		transform: rotate(-20deg) translate3d(0, 0, 0) scale(1);
	}

	to {
		transform: rotate(-20deg) translate3d(-44px, 26px, 0) scale(1.06);
	}
}

@keyframes okp-about-pulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.04);
	}
}

@keyframes okp-logo-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}
