/*!
Theme Name: Advanced Scaffold
Theme URI: http://underscores.me/
Author: Efe Tekdemir
Author URI: https://efetekdemir.com
Description: A bespoke, custom theme developed for Advanced Scaffold by Efe Tekdemir and design by Brain Sinew.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ascaffold
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.

Advanced Scaffold 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

--------------------------------------------------------------*/
:root {
  /* --- BASES --- */
  --color-white: #ffffff;
  --color-black: #231f20;
  --color-bg-body: #231f20;
  --color-bg-surface: color-mix(in srgb, #9fadaa 15%, #ffffff);
  --color-bg-ins: #ffcd00;
  --color-bg-pre: color-mix(in srgb, #9fadaa 10%, #ffffff);
  --color-bg-hr: #9fadaa;
  /* --- TEXT --- */
  --color-text-main: #231f20;
  --color-text-mid: #9fadaa;
  --color-text-muted: color-mix(in srgb, #9fadaa 70%, #ffffff);
  /* --- BORDERS --- */
  --color-border-main: #9fadaa;
  --color-border-light: color-mix(in srgb, #9fadaa 30%, #ffffff);
  /* --- LINKS & ACCENTS --- */
  --color-link-default: #0a6c37;
  --color-link-hover: #ffcd00;
  --color-accent-primary:#0a6c37;
  --color-accent-pop: #ffcd00;
  /* --- BUTTONS --- */
  --color-bg-btn: #0a6c37;
  --color-text-btn: #ffffff;
  --color-bg-btn-hover: #231f20;
  --color-text-btn-hover:#ffffff;
  /* --- INPUTS --- */
  --color-bg-input: #ffffff;
  --color-text-input: #231f20;
  --color-border-input: #9fadaa;
  --color-border-focus: #0a6c37;
}

/*--------------------------------------------------------------
# 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: var(--color-text-main);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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: var(--color-bg-pre);
  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 var(--color-border-main);
  cursor: help;
}

mark,
ins {
  background: var(--color-bg-ins);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--color-bg-body);
}

hr {
  background-color: var(--color-bg-hr);
  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: 700;
}

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: var(--color-link-default);
}
a:visited {
  color: var(--color-link-default);
}
a:hover, a:focus, a:active {
  color: var(--color-link-hover);
}
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: var(--color-bg-btn);
  border-radius: 3px;
  background: var(--color-bg-btn);
  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: var(--color-bg-btn-hover);
}
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: var(--color-bg-btn-hover);
}

/* =========================================
   A. THE RESET (The "Nuclear" Option)
   ========================================= */
/* =========================================
   B. THE BRAND STYLE (The Default Look)
   ========================================= */
.btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 16px 32px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-text-btn);
  border-radius: 20px 0 20px 0;
  border: 1px solid transparent;
  background-color: transparent;
  transition: color 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn::before, button::before,
input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-bg-btn);
  z-index: -2;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn::after, button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-bg-btn-hover);
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 20px 0 20px 0;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: var(--color-text-btn-hover);
}
.btn:hover::after, button:hover::after,
input[type=button]:hover::after,
input[type=reset]:hover::after,
input[type=submit]:hover::after {
  transform: translateY(0);
}

/* =========================================
   C. APPLY THE DEFAULTS (The Strategy)
   ========================================= */
/* =========================================
   D. VARIANTS (Modifiers)
   ========================================= */
.btn-full {
  width: 100%;
}

.btn-ghost {
  background-color: transparent;
  border-color: var(--color-bg-btn);
  color: var(--color-bg-btn);
  box-shadow: none;
}
.btn-ghost:hover {
  background-color: var(--color-bg-btn);
  color: var(--color-text-btn);
  transform: translateY(-2px);
}

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: var(--color-text-mid);
  border: 1px solid var(--color-border-input);
  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: var(--color-text-main);
}

select {
  border: 1px solid var(--color-border-input);
}

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;
}

.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;
}

/* Custom Project Styles
--------------------------------------------- */
.landing-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: clamp(3rem, 5vh, 5rem) 1.5rem clamp(14rem, 25vh, 18rem) 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .landing-hero {
    padding-bottom: clamp(7rem, 12vh, 9rem);
  }
}
.landing-hero .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  display: flex;
  background-color: var(--color-accent-pop);
  z-index: 10;
}
.hero-bottom-bar::after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .hero-bottom-bar::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background-color: var(--color-accent-primary);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
  }
}
.hero-bottom-bar .bar-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-bottom-bar .bar-container {
    flex-direction: row;
    align-items: stretch;
    padding: 0 1.5rem;
  }
}
.hero-bottom-bar .bar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .hero-bottom-bar .bar-left {
    flex: 1;
    justify-content: flex-start;
    padding: 0 1.5rem 0 0;
  }
}
.hero-bottom-bar .bar-left .bar-logo-wordmark {
  height: clamp(30px, 4vw, 45px);
  width: auto;
  max-width: 250px;
  display: block;
}
.hero-bottom-bar .bar-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: var(--color-accent-primary);
}
@media (min-width: 768px) {
  .hero-bottom-bar .bar-right {
    width: 45%;
    justify-content: flex-start;
    padding: 0 1.5rem 0 clamp(6rem, 8vw, 8rem);
    background-color: transparent;
  }
}
.hero-bottom-bar .bar-right .bar-tagline {
  color: var(--color-white);
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.4;
  white-space: normal;
}
@media (min-width: 768px) {
  .hero-bottom-bar .bar-right .bar-tagline {
    white-space: nowrap;
    text-align: left;
  }
}

.landing-split {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .landing-split {
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 8vw, 6rem);
  }
}

.landing-content .hero-header .hero-logo-main {
  width: 100%;
  max-width: clamp(280px, 40vw, 450px);
  height: auto;
  display: block;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.landing-content .hero-header p {
  color: var(--color-bg-surface);
  font-size: clamp(1rem, 2vw, 1.15rem);
  max-width: 540px;
  line-height: 1.6;
}
.landing-content .hero-header p .text-highlight {
  color: var(--color-accent-pop);
  font-weight: 600;
}

.landing-form-wrapper {
  background-color: color-mix(in srgb, var(--color-bg-surface) 25%, var(--color-white));
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--color-border-main) 30%, transparent);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.form-inquiry .form-row {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
@media (min-width: 500px) {
  .form-inquiry .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.form-inquiry .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-inquiry .form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-main);
  letter-spacing: 0.5px;
}
.form-inquiry .form-group input[type=text],
.form-inquiry .form-group input[type=email],
.form-inquiry .form-group textarea,
.form-inquiry .form-group select {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-family: var(--font-main);
  border: 1px solid color-mix(in srgb, var(--color-border-main) 60%, transparent);
  border-radius: 8px;
  background-color: var(--color-white);
  color: var(--color-text-main);
  transition: all 0.3s ease;
  appearance: none;
}
.form-inquiry .form-group input[type=text]:focus,
.form-inquiry .form-group input[type=email]:focus,
.form-inquiry .form-group textarea:focus,
.form-inquiry .form-group select:focus {
  outline: none;
  border-color: var(--color-border-focus);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-border-focus) 15%, transparent);
  transform: translateY(-1px);
}
.form-inquiry .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-inquiry .form-group .select-wrapper {
  position: relative;
}
.form-inquiry .form-group .select-wrapper::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.5em;
  background-color: var(--color-text-mid);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.form-inquiry .form-group .select-wrapper:focus-within::after {
  background-color: var(--color-border-focus);
}
.form-inquiry .form-group .inquiry-description {
  font-size: 0.85rem;
  color: var(--color-text-mid);
  margin-top: 0.25rem;
  padding-left: 0.75rem;
  border-left: 2px solid var(--color-border-focus);
  display: none;
}
.form-inquiry .form-group .inquiry-description.active {
  display: block;
  animation: slideFadeIn 0.3s ease forwards;
}
.form-inquiry .btn-full {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.125rem 2rem;
}

.alert {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.alert p {
  margin: 0;
}
.alert.alert-success {
  background-color: color-mix(in srgb, var(--color-accent-primary) 10%, white);
  color: var(--color-accent-primary);
  border: 1px solid color-mix(in srgb, var(--color-accent-primary) 30%, white);
}
.alert.alert-error {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#op-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: var(--color-accent-pop);
  z-index: 9999;
  transition: width 0.1s linear;
}

.onepager-main .op-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
}
.onepager-main .op-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}
.onepager-main .op-text-center {
  text-align: center;
}
.onepager-main .op-section-header {
  max-width: 800px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}
.onepager-main .op-grid-split {
  display: grid;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 992px) {
  .onepager-main .op-grid-split {
    grid-template-columns: 1fr 1fr;
  }
}
.onepager-main .op-grid-split.align-start {
  align-items: flex-start;
}
.onepager-main .op-grid-3 {
  display: grid;
  gap: clamp(1.5rem, 2vw, 2.5rem);
}
@media (min-width: 768px) {
  .onepager-main .op-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.onepager-main .op-outline-fill {
  color: transparent !important;
  -webkit-text-stroke: 1.5px var(--color-white);
  background-image: linear-gradient(to top, var(--color-white) 0%, var(--color-white) 50%, transparent 50%, transparent 100%);
  background-size: 100% 200%;
  background-position: 0 0%;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  display: inline-flex;
  line-height: inherit;
  vertical-align: bottom;
}
.onepager-main .op-outline-fill.accent-fill {
  -webkit-text-stroke: 1.5px var(--color-accent-pop);
  background-image: linear-gradient(to top, var(--color-accent-pop) 0%, var(--color-accent-pop) 50%, transparent 50%, transparent 100%);
}
.onepager-main .op-outline-fill.dark-fill {
  -webkit-text-stroke: 1.5px var(--color-black);
  background-image: linear-gradient(to top, var(--color-black) 0%, var(--color-black) 50%, transparent 50%, transparent 100%);
}
.onepager-main .op-section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-wrap: balance;
}
.onepager-main .op-subtitle {
  color: var(--color-accent-pop);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.onepager-main .op-section-lead {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: var(--color-text-mid);
}

.op-hero {
  background-color: var(--color-black);
  color: var(--color-white);
  padding-top: clamp(6rem, 12vw, 10rem);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.op-hero .op-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://plus.unsplash.com/premium_photo-1661935995080-38ccb0a91045?q=80&w=2370&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  z-index: 0;
}
.op-hero .op-hero-grid {
  position: relative;
  z-index: 10;
  min-height: 80vh;
  align-items: center;
}
@media (min-width: 992px) {
  .op-hero .op-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.op-hero .op-hero-content {
  position: relative;
  z-index: 2;
}
.op-hero .op-hero-media {
  position: relative;
  height: clamp(400px, 60vh, 700px);
}
@media (max-width: 991px) {
  .op-hero .op-hero-media {
    display: none;
  }
}
.op-hero #hero-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.op-hero #hero-grid-canvas canvas {
  width: 100%;
  height: 100%;
}
.op-hero .op-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 3.5rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.op-hero .op-hero-title .hero-line {
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
}
.op-hero .op-hero-title .hero-line + .hero-line {
  margin-top: -0.1em;
}
.op-hero .op-hero-title .hero-line:hover {
  transform: translateX(15px);
}
.op-hero .op-hero-title .hero-line:hover .line-icon {
  opacity: 1;
  width: clamp(35px, 5vw, 55px);
  margin-right: 1.5rem;
  transform: scale(1);
}
.op-hero .op-hero-title .line-icon {
  width: 0;
  height: clamp(35px, 5vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-pop);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin-right: 0;
  pointer-events: none;
  overflow: hidden;
}
.op-hero .op-hero-title .line-icon svg {
  width: 100%;
  height: 100%;
  min-width: 35px;
}
.op-hero .op-hero-title .line-text {
  transition: color 0.3s ease;
  white-space: nowrap;
}
.op-hero .op-hero-title .text-highlight {
  color: var(--color-accent-pop);
  transition: color 0.3s ease;
}
.op-hero .op-hero-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  margin-bottom: 2.5rem;
  max-width: 520px;
  line-height: 1.7;
}
.op-hero .op-btn-hero {
  position: relative;
  overflow: hidden;
  color: var(--color-text-btn);
  text-decoration: none;
  z-index: 0;
}
.op-hero .op-btn-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transform: skewX(-12deg);
  transition: width 0.4s ease;
  z-index: -1;
}
.op-hero .op-btn-hero:hover::after {
  width: 120%;
}

.op-stats-strip {
  background-color: var(--color-bg-body);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
}
.op-stats-strip .op-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
}
.op-stats-strip .op-grid-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.op-stats-strip .op-container {
  position: relative;
  z-index: 2;
}
.op-stats-strip .op-stats-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .op-stats-strip .op-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.op-stats-strip .op-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.op-stats-strip .op-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .op-stats-strip .op-stat:not(:last-child)::after {
    display: none;
  }
}
.op-stats-strip .op-stat-value {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.op-stats-strip .op-stat-number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--color-accent-pop);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.op-stats-strip .op-stat-suffix {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--color-accent-pop);
}
.op-stats-strip .op-stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.op-why {
  background-color: var(--color-white);
  padding-bottom: 0;
}
.op-why .op-section-lead {
  max-width: 600px;
  margin: 0 auto;
}

.op-accordion {
  display: flex;
  height: clamp(400px, 55vw, 650px);
  gap: 3px;
  overflow: hidden;
}
.op-accordion .op-accordion-item {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: none;
}
.op-accordion .op-accordion-item:first-child {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
.op-accordion .op-accordion-item:last-child {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}
.op-accordion .op-accordion-item.is-active {
  flex: 1.5;
}
.op-accordion .op-accordion-item.is-active .op-accordion-content {
  opacity: 1;
  transform: translateY(0);
}
.op-accordion .op-accordion-item.is-active .op-accordion-bg {
  transform: scale(1.05);
}
.op-accordion .op-accordion-item.is-active .op-accordion-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.op-accordion .op-accordion-item.is-active .op-accordion-desc {
  opacity: 1;
  max-height: 200px;
}
.op-accordion .op-accordion-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.op-accordion .op-accordion-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.op-accordion .op-accordion-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--color-white);
  opacity: 0.7;
  transform: translateY(5px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.op-accordion .op-icon-wrapper {
  margin-bottom: 1rem;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 12px;
  border-radius: 6px;
}
.op-accordion .op-accordion-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  transition: font-size 0.4s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .op-accordion .op-accordion-title {
    white-space: normal;
  }
}
.op-accordion .op-accordion-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease 0.1s;
  margin: 0;
}

.op-problem-dark {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: clamp(6rem, 10vw, 9rem) 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.op-problem-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.op-problem-dark .op-container {
  position: relative;
  z-index: 1;
}
.op-problem-dark .op-section-header {
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}
.op-problem-dark .op-section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 1.25rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
.op-problem-dark .op-section-lead {
  color: rgba(255, 255, 255, 0.55);
  max-width: 620px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
}
.op-problem-dark .op-problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.op-problem-dark .op-problem-row {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  padding: clamp(1.1rem, 2.2vw, 1.6rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  transition: padding-left 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.op-problem-dark .op-problem-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-bg-btn);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.op-problem-dark .op-problem-row:hover {
  padding-left: 1.25rem;
}
.op-problem-dark .op-problem-row:hover::before {
  transform: scaleY(1);
}
.op-problem-dark .op-problem-row:hover .op-problem-num {
  -webkit-text-stroke-color: var(--color-accent-pop);
}
.op-problem-dark .op-problem-row:hover .op-problem-label {
  color: var(--color-white);
}
.op-problem-dark .op-problem-row:hover .op-problem-tag {
  color: var(--color-bg-btn);
  border-color: rgba(10, 108, 55, 0.7);
  opacity: 1;
}
.op-problem-dark .op-problem-num {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
  transition: -webkit-text-stroke-color 0.38s ease;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  min-width: clamp(3rem, 5.5vw, 5rem);
  user-select: none;
}
.op-problem-dark .op-problem-label {
  font-size: clamp(1.15rem, 2.6vw, 1.9rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.38s ease;
  flex: 1;
  letter-spacing: -0.01em;
}
.op-problem-dark .op-problem-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(10, 108, 55, 0.55);
  border: 1px solid rgba(10, 108, 55, 0.22);
  padding: 0.3rem 0.7rem;
  flex-shrink: 0;
  opacity: 0.75;
  transition: color 0.38s ease, border-color 0.38s ease, opacity 0.38s ease;
}
@media (max-width: 580px) {
  .op-problem-dark .op-problem-tag {
    display: none;
  }
}
.op-problem-dark .op-problem-row.is-hidden {
  opacity: 0;
  transform: translateX(-24px);
}
.op-problem-dark .op-problem-row.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding-left 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.op-section-separator {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.op-section-separator .op-sep-bar {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: var(--color-bg-hr);
}
.op-section-separator .op-sep-bar .op-sep-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.op-section-separator .op-sep-bar .op-sep-grid canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.op-section-separator .op-sep-bar .op-sep-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.op-section-separator .op-sep-bar .op-sep-light {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background-color: color-mix(in srgb, var(--color-white) 60%, var(--color-bg-hr));
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  overflow: hidden;
}
.op-section-separator .op-sep-bar .op-sep-light .op-sep-grid {
  z-index: 3;
  width: 100%;
}
.op-section-separator.op-sep-bottom {
  margin-top: -35px;
}
.op-section-separator.op-sep-bottom .op-sep-bar {
  transform: skewY(-1.5deg);
  transform-origin: center;
}
.op-section-separator.op-sep-flat {
  margin: 0;
}
.op-section-separator.op-sep-flat .op-sep-bar {
  transform: none;
  left: 0;
  width: 100%;
}

.op-the-system {
  background-color: var(--color-bg-btn);
  color: var(--color-white);
  position: relative;
  z-index: 2;
  padding-top: clamp(6rem, 10vw, 8rem);
}
.op-the-system .op-level-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-accent-pop);
  box-shadow: 0 0 15px rgba(255, 205, 0, 0.4);
  z-index: 10;
}
.op-the-system .op-section-header {
  margin-bottom: clamp(3rem, 5vw, 4rem);
}
.op-the-system .op-section-header .op-subtitle {
  color: var(--color-accent-pop);
}
.op-the-system .op-section-header .op-section-title {
  color: var(--color-white);
}
.op-the-system .op-system-explode-container {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: visible;
}
.op-the-system .op-system-explode-container #system-3d-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.op-hotspot {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 0;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.op-hotspot.op-hotspot-1 {
  top: 18%;
  left: 6%;
}
.op-hotspot.op-hotspot-2 {
  top: 46%;
  right: 6%;
  flex-direction: row-reverse;
  text-align: right;
}
.op-hotspot.op-hotspot-3 {
  bottom: 16%;
  left: 10%;
}
.op-hotspot .op-hotspot-dot {
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--color-bg-btn);
  background: var(--color-white);
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
}
.op-hotspot .op-hotspot-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-white) 0%, rgba(255, 255, 255, 0.1) 100%);
  margin-top: 14px;
  flex-shrink: 0;
}
.op-hotspot.op-hotspot-2 .op-hotspot-line {
  background: linear-gradient(270deg, var(--color-white) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.op-hotspot .op-hotspot-content {
  padding: 0 0.75rem;
  max-width: 230px;
}
.op-hotspot .op-hotspot-content .op-system-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent-pop);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.op-hotspot .op-hotspot-content p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}
.op-hotspot.op-hotspot-2 .op-hotspot-content {
  padding: 0 0.75rem 0 0;
}

.op-in-action {
  position: relative;
  height: 80vh;
  min-height: 500px;
  background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1920&q=85");
  background-size: cover;
  background-position: center;
  will-change: background-position;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  margin: -3% 0;
  display: flex;
  align-items: center;
}
.op-in-action .op-in-action-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: center;
}
.op-in-action .op-container {
  position: relative;
  z-index: 2;
  padding-top: 5%;
  padding-bottom: 5%;
}
.op-in-action .op-in-action-quote {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  max-width: 800px;
}
.op-in-action .op-in-action-lead {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.op-in-action .btn-outline-white {
  display: inline-flex;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: var(--color-white);
  padding: 0.875rem 2rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  background-color: transparent;
}
.op-in-action .btn-outline-white::before {
  background-color: transparent;
}
.op-in-action .btn-outline-white::after {
  background-color: var(--color-white);
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 20px 0 20px 0;
}
.op-in-action .btn-outline-white:hover {
  color: var(--color-black);
  border-color: var(--color-white);
}

.op-cta-inaction .op-in-action-overlay {
  justify-content: center;
  text-align: center;
}
.op-cta-inaction .op-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.op-cta-inaction .op-cta-title {
  color: var(--color-white);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  margin-bottom: 1.25rem;
  max-width: 700px;
  text-wrap: balance;
}
.op-cta-inaction .op-cta-lead {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin-bottom: 2.5rem;
}

.op-process {
  background-color: var(--color-white);
  padding-top: clamp(7rem, 12vw, 10rem);
}
.op-process .op-timeline {
  position: relative;
  margin-top: 3rem;
}
.op-process .op-timeline-track {
  position: relative;
  height: 2px;
  margin: 0 12%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .op-process .op-timeline-track {
    display: none;
  }
}
.op-process .op-timeline-line-bg {
  position: absolute;
  inset: 0;
  background-color: var(--color-border-light);
}
.op-process .op-timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--color-accent-pop);
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.op-process .op-timeline-steps {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: 0;
}
@media (min-width: 768px) {
  .op-process .op-timeline-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.op-process .op-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
.op-process .op-timeline-step.is-active .op-timeline-node {
  background-color: var(--color-accent-pop);
  color: var(--color-black);
  transform: scale(1.15);
}
.op-process .op-timeline-node {
  width: 60px;
  height: 60px;
  border-radius: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: var(--color-bg-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-text-mid);
  margin-bottom: 1.75rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: -31px;
}
.op-process .op-timeline-content .op-feature-title {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.op-process .op-timeline-content p {
  color: var(--color-text-mid);
  font-size: 0.95rem;
  line-height: 1.7;
}

.op-cta {
  background-color: var(--color-bg-surface);
  text-align: center;
}
.op-cta .op-subtitle {
  display: block;
  margin-bottom: 1rem;
}
.op-cta .op-section-title {
  margin-bottom: 1.5rem;
}
.op-cta .op-section-lead {
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.op-cta .op-problem-sequence {
  display: grid;
  align-items: center;
  justify-items: center;
}
.op-cta .op-problem-step {
  grid-area: 1/1;
  width: 100%;
}
.op-cta .op-problem-step.op-step-2 {
  opacity: 0;
  pointer-events: none;
}
.op-cta .op-btn-cta {
  position: relative;
  overflow: hidden;
  color: var(--color-text-btn);
  text-decoration: none;
  z-index: 0;
}
.op-cta .op-btn-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transform: skewX(-12deg);
  transition: width 0.4s ease;
  z-index: -1;
}
.op-cta .op-btn-cta:hover::after {
  width: 120%;
}

.op-bottom-wrapper {
  position: relative;
  background-color: #231f20;
  overflow: hidden;
  z-index: 2;
}
.op-bottom-wrapper #footer-3d-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .op-bottom-wrapper #footer-3d-canvas {
    width: 100%;
  }
}

.op-contact {
  background-color: transparent;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
.op-contact .op-contact-content {
  position: relative;
  z-index: 2;
}
.op-contact .op-contact-meta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}
.op-contact .op-contact-meta strong {
  font-size: 1.25rem;
  color: var(--color-accent-pop);
}
.op-contact .form-inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.op-contact .form-inquiry .form-row {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
@media (min-width: 500px) {
  .op-contact .form-inquiry .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.op-contact .form-inquiry .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.op-contact .form-inquiry .form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-main);
  letter-spacing: 0.5px;
}
.op-contact .form-inquiry .form-group input[type=text],
.op-contact .form-inquiry .form-group input[type=email],
.op-contact .form-inquiry .form-group textarea,
.op-contact .form-inquiry .form-group select {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-family: var(--font-main);
  border: 1px solid color-mix(in srgb, var(--color-border-main) 60%, transparent);
  border-radius: 8px;
  background-color: var(--color-white);
  color: var(--color-text-main);
  transition: all 0.3s ease;
  appearance: none;
}
.op-contact .form-inquiry .form-group input[type=text]:focus,
.op-contact .form-inquiry .form-group input[type=email]:focus,
.op-contact .form-inquiry .form-group textarea:focus,
.op-contact .form-inquiry .form-group select:focus {
  outline: none;
  border-color: var(--color-accent-pop);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-accent-pop) 25%, transparent);
  transform: translateY(-1px);
}
.op-contact .form-inquiry .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.op-contact .form-inquiry .form-group .select-wrapper {
  position: relative;
}
.op-contact .form-inquiry .form-group .select-wrapper::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.5em;
  background-color: var(--color-text-mid);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.op-contact .form-inquiry .form-group .select-wrapper:focus-within::after {
  background-color: var(--color-accent-pop);
}
.op-contact .form-inquiry .form-group .inquiry-description {
  font-size: 0.85rem;
  color: var(--color-text-mid);
  margin-top: 0.25rem;
  padding-left: 0.75rem;
  border-left: 2px solid var(--color-accent-pop);
  display: none;
}
.op-contact .form-inquiry .form-group .inquiry-description.active {
  display: block;
  animation: slideFadeIn 0.3s ease forwards;
}
.op-contact .form-inquiry .btn-full {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.125rem 2rem;
}

.op-custom-footer {
  background-color: rgba(35, 31, 32, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--color-text-muted);
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}
.op-custom-footer .op-grid-footer {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .op-custom-footer .op-grid-footer {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.op-custom-footer .footer-brand .footer-logo {
  max-width: 200px;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}
.op-custom-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.op-custom-footer .footer-links ul li {
  margin-bottom: 0.75rem;
}
.op-custom-footer .footer-links ul a {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s;
}
.op-custom-footer .footer-links ul a:hover {
  color: var(--color-accent-pop);
}
.op-custom-footer .footer-contact a {
  color: var(--color-accent-pop);
  text-decoration: none;
}

.page-template-template-onepager, .page-template-template-onepager * {
  cursor: none !important;
}
.page-template-template-onepager .op-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-pop);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, background-color 0.3s, border 0.3s;
  mix-blend-mode: normal;
  will-change: transform;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-template-template-onepager .op-cursor.is-hovering {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--color-accent-primary) 15%, transparent);
  backdrop-filter: blur(8px);
  border: 1.5px solid var(--color-accent-primary);
}

/*--------------------------------------------------------------
# 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: var(--color-bg-surface);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-link-default);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  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;
}

/*# sourceMappingURL=style.css.map */
