/*
Theme Name: ES LLC Theme
Text Domain: es-llc-theme
Version: 1.0.0
*/

@font-face {font-family: "Goldman"; src: url("assets/fonts/Goldman-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: "Goldman"; src: url("assets/fonts/Goldman-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap;}

/* === BASE section === */

:root {--es-bg: #000e17; --es-text: #e1f4ff; --es-text-muted: rgba(225, 244, 255, 0.8); --es-panel: rgba(4, 18, 29, 0.78); --es-panel-border: rgba(225, 244, 255, 0.08); --es-accent: #e1f4ff; --es-accent-dark: #000e17; --es-max-width: 1440px; --es-header-height: 140px; --es-radius: 10px; --es-shadow: 0 20px 60px rgba(0, 0, 0, 0.35); --es-gutter: 100px; --es-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5.5 3a.5.5 0 0 0 0 1h5.793L3.146 12.146a.5.5 0 0 0 .708.708L12 4.707V10.5a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-.5-.5h-7z'/%3E%3C/svg%3E");}
*, *::before, *::after {box-sizing: border-box;}
html, html:focus-within {scroll-behavior: smooth;}
body {margin: 0; background: var(--es-bg); color: var(--es-text); font-family: "Goldman", sans-serif;}
body.has-mobile-nav-open {overflow: hidden;}
img, video {display: block; max-width: 100%;}
a {color: inherit; text-decoration: none;}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {outline: 3px solid #8cefff; outline-offset: 3px;}
p, a, li, input, textarea, button {font-size: 16px; font-weight: 400; line-height: 1.6;}
h1, h2, h3, h4 {margin: 0; font-weight: 700; line-height: 0.96; text-transform: none;}
h1 {font-size: 96px; opacity: 0.8;}
h2 {font-size: 64px;}
h3 {font-size: 32px;}
h4 {font-size: 22px;}
.site-shell {min-height: 100vh; background: var(--es-bg);}
.site-main {min-height: 0;}
.skip-link {position: absolute; top: 16px; left: 16px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: #ffffff; color: #00131f; font-weight: 700; transform: translateY(-200%); transition: transform 180ms ease;}
.skip-link:focus {transform: translateY(0);}

/* === HEADER section === */

.site-header {position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; margin: 0; padding: 30px var(--es-gutter) 24px;}
.site-branding__link {display: inline-flex; align-items: center; justify-content: center; min-width: 72px;}
.custom-logo {width: auto; max-height: 100px;}
.site-branding__theme-logo {width: auto; max-width: min(180px, 24vw); max-height: 100px;}
.site-branding__monogram {display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--es-panel-border); border-radius: 12px; background: rgba(0, 14, 23, 0.5); font-size: 18px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;}
.site-navigation__menu {display: flex; align-items: center; gap: 6px; margin: 0; padding: 8px; list-style: none; border: 1px solid var(--es-panel-border); border-radius: 14px; background: rgba(2, 10, 17, 0.55); backdrop-filter: blur(10px);}
.site-navigation__menu li {position: relative; border-radius: 10px;}
.site-navigation__menu a {position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; padding: 5px 25px; border-radius: 10px; font-size: 14px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;}
.site-navigation__menu .current-menu-item, .site-navigation__menu .current_page_item, .site-navigation__menu .current_page_parent, .site-navigation__menu .current-menu-ancestor {background: transparent; box-shadow: none;}
.site-navigation__menu .current-menu-item::after, .site-navigation__menu .current_page_item::after, .site-navigation__menu .current_page_parent::after, .site-navigation__menu .current-menu-ancestor::after {content: ""; position: absolute; left: 12px; right: 12px; bottom: 1px; height: 1px; border-radius: 999px; background: linear-gradient(90deg, rgba(80, 208, 255, 0.02) 0%, rgba(121, 247, 255, 0.78) 50%, rgba(80, 208, 255, 0.02) 100%); box-shadow: 0 0 3px rgba(121, 247, 255, 0.28);}
.site-navigation__menu .current-menu-item > a, .site-navigation__menu .current_page_item > a, .site-navigation__menu .current_page_parent > a, .site-navigation__menu .current-menu-ancestor > a {font-weight: 700;}
.site-navigation__menu .current-menu-item > a::after, .site-navigation__menu .current_page_item > a::after, .site-navigation__menu .current_page_parent > a::after, .site-navigation__menu .current-menu-ancestor > a::after {content: none;}
.site-navigation__menu .current-menu-item > a, .site-navigation__menu .current_page_item > a, .site-navigation__menu .current_page_parent > a, .site-navigation__menu .current-menu-ancestor > a, .site-navigation__menu a:hover, .site-navigation__menu a:focus-visible {outline-offset: 4px;}
.site-navigation__menu a:hover, .site-navigation__menu a:focus-visible {background: linear-gradient(180deg, rgba(56, 201, 255, 0.22) 0%, rgba(6, 28, 42, 0.16) 100%); box-shadow: inset 0 0 0 1px rgba(135, 241, 255, 0.14), 0 0 18px rgba(70, 210, 255, 0.22);}
.site-nav-toggle {position: relative; display: none; align-items: center; justify-content: center; width: 56px; height: 56px; padding: 0; border: 1px solid transparent; border-radius: 14px; background: transparent; cursor: pointer;}
.site-nav-toggle span {position: absolute; width: 22px; height: 1.5px; border-radius: 999px; background: var(--es-text);}
.site-nav-toggle span:nth-child(1) {transform: translateY(-7px);}
.site-nav-toggle span:nth-child(3) {transform: translateY(7px);}
.site-mobile-nav {position: fixed; inset: 0; z-index: 40;}
.site-mobile-nav[hidden] {display: none;}
.site-mobile-nav__backdrop {position: absolute; inset: 0; background: rgba(0, 8, 14, 0.62); backdrop-filter: blur(8px);}
.site-mobile-nav__panel {position: relative; margin-left: auto; display: flex; flex-direction: column; gap: 32px; width: min(100%, 420px); min-height: 100vh; padding: 24px var(--es-gutter) 36px; background: radial-gradient(circle at top right, rgba(56, 201, 255, 0.18), transparent 30%), radial-gradient(circle at bottom left, rgba(56, 201, 255, 0.18), transparent 34%), linear-gradient(180deg, rgba(0, 14, 23, 0.97) 0%, rgba(0, 10, 18, 0.98) 100%); border-left: 1px solid rgba(135, 241, 255, 0.12); box-shadow: -24px 0 50px rgba(0, 0, 0, 0.28); transform: translateX(100%); transition: transform 220ms ease;}
.site-mobile-nav.is-open .site-mobile-nav__panel {transform: translateX(0);}
.site-mobile-nav__header {display: flex; align-items: center; justify-content: flex-end; min-height: 56px;}
.site-mobile-nav__title {margin: 25px 0 0; text-align: center; font-size: 24px; font-weight: 700; line-height: 1; text-transform: uppercase;}
.site-mobile-nav__close {position: relative; width: 56px; height: 56px; padding: 0; border: none; border-radius: 14px; background: transparent; backdrop-filter: blur(10px); cursor: pointer;}
.site-nav-toggle:hover, .site-nav-toggle:focus-visible, .site-mobile-nav__close:hover, .site-mobile-nav__close:focus-visible {background: rgba(56, 201, 255, 0.1); box-shadow: inset 0 0 0 1px rgba(135, 241, 255, 0.14);}
.site-mobile-nav__close span {position: absolute; top: 50%; left: 50%; width: 24px; height: 1.5px; border-radius: 999px; background: var(--es-text);}
.site-mobile-nav__close span:first-child {transform: translate(-50%, -50%) rotate(45deg);}
.site-mobile-nav__close span:last-child {transform: translate(-50%, -50%) rotate(-45deg);}
.site-navigation--mobile {flex: 1; display: flex; align-items: center;}
.site-navigation__menu--mobile, .site-navigation--mobile .site-navigation__menu {display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin: 0; padding: 0; list-style: none; border: 0; background: transparent; backdrop-filter: none;}
.site-navigation__menu--mobile li, .site-navigation--mobile .site-navigation__menu li {width: auto;}
.site-navigation__menu--mobile a, .site-navigation--mobile .site-navigation__menu a {width: 100%; padding: 14px 18px; font-size: 16px; text-align: center; justify-content: center;}
.site-mobile-nav__footer {display: grid; justify-items: center; gap: 6px; padding-top: 16px; text-align: center;}
.site-mobile-nav__logo {display: inline-flex; align-items: center; justify-content: center;}
.site-mobile-nav__logo-image {width: auto; max-width: 140px; max-height: 100px;}
.site-mobile-nav__copyright, .site-mobile-nav__rights {margin: 0; font-size: 13px; line-height: 1.5; color: var(--es-text-muted);}

/* === HOME section === */

.home-hero {position: relative; isolation: isolate; display: flex; align-items: stretch; min-height: 100vh; padding: clamp(32px, 6vh, 72px) var(--es-gutter) clamp(24px, 4vh, 48px); overflow: hidden;}
.home-hero__media, .home-hero__video, .home-hero__overlay {position: absolute; inset: 0;}
.home-hero__video {width: 100%; height: 100%; object-fit: cover;}
.home-hero__overlay {background: radial-gradient(circle at 25% 30%, rgba(102, 226, 255, 0.14), transparent 28%), radial-gradient(circle at 75% 62%, rgba(102, 226, 255, 0.18), transparent 28%), linear-gradient(180deg, rgba(0, 8, 14, 0.22) 0%, rgba(0, 14, 23, 0.76) 100%);}
.home-hero__content {position: relative; z-index: 1; flex: 1; display: grid; grid-template-rows: 1fr auto; min-height: 0; width: 100%; margin: 0;}
.home-hero__center {display: flex; align-items: flex-end; justify-content: flex-start; padding: 0 0 clamp(24px, 3vh, 40px); text-align: left;}
.home-hero__title-group {display: grid; gap: clamp(10px, 1vw, 20px); width: 100%; margin: 0;}
.home-hero__title {color: var(--es-text-muted); letter-spacing: -0.04em; opacity: 1;}
.home-hero__title--1 {padding-left: clamp(110px, 15vw, 180px);}
.home-hero__title--2 {padding-left: 0;}
.home-hero__title--3 {padding-left: clamp(60px, 10vw, 100px);}
.home-hero__title--fallback {max-width: 12ch;}
.home-hero__title-line {display: inline-block; max-width: 100%; text-shadow: 2px 2px 0 rgba(0, 14, 23, 0.95), 4px 4px 0 rgba(0, 14, 23, 0.78), 10px 10px 24px rgba(0, 14, 23, 0.45); opacity: 0; transform: translate3d(0, 28px, 0); animation: es-title-reveal 1200ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards; animation-delay: var(--title-delay, 0ms);}
.home-hero__bottom {display: grid; grid-template-columns: minmax(260px, 600px) minmax(0, 1fr); gap: 32px; align-items: end; padding-top: 24px; border-top: 1px solid rgba(225, 244, 255, 0.22);}
.home-hero__intro {display: grid; gap: 24px;}
.home-hero__description {margin: 0; color: var(--es-text);}
.home-hero__details {display: block;}
.home-hero__reveal {opacity: 0; filter: blur(10px); animation: es-panel-reveal 1200ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards; animation-delay: var(--reveal-delay, 0ms); will-change: transform, opacity, filter;}
.home-hero__scroll-reveal {opacity: 1; filter: none; transform: none;}
.home-hero__scroll-cue {display: none;}
.home-hero__reveal--left {transform: translate3d(-72px, 0, 0);}
.home-hero__reveal--right {transform: translate3d(72px, 0, 0);}
.home-hero__reveal--card-right {transform: translate3d(120px, 0, 0); z-index: 1;}
.home-hero__reveal--card-left {transform: translate3d(320px, 0, 0); z-index: 2;}
.button-primary {display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; width: fit-content; min-width: 248px; padding: 10px 20px; border-radius: var(--es-radius); background: var(--es-accent); color: var(--es-accent-dark); font-size: 16px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;}
.button-primary--mobile {display: none;}
.button-primary::after {content: ""; display: inline-block; width: 18px; height: 18px; background-color: #000e17; -webkit-mask-image: var(--es-arrow-icon); mask-image: var(--es-arrow-icon); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; flex: 0 0 18px;}
.button-primary:hover, .button-primary:focus-visible {transform: translateY(-2px); box-shadow: var(--es-shadow); outline: none;}
.stats-grid {display: grid; grid-template-columns: repeat(2, minmax(320px, 1fr)); gap: 20px; justify-self: end; width: min(100%, 760px);}
.stat-card {display: grid; grid-template-columns: minmax(88px, auto) minmax(0, 1fr); grid-template-areas: "value title" "icon description"; gap: 18px 20px; align-content: start; padding: 26px 22px 20px; border: 1px solid var(--es-panel-border); border-radius: 18px; background: rgba(0, 14, 23, 0.6); box-shadow: var(--es-shadow);}
.stat-card__icon {grid-area: icon; display: inline-flex; align-items: center; justify-content: flex-start; width: 32px; height: 32px; margin-top: auto; background: transparent; font-size: 0; line-height: 1;}
.stat-card__icon::before {content: ""; display: block; width: 26px; height: 26px; background-color: #e1f4ff; -webkit-mask-image: var(--es-arrow-icon); mask-image: var(--es-arrow-icon); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain;}
.stat-card__value {grid-area: value; align-self: start; font-size: 32px; font-weight: 700; line-height: 0.96;}
.stat-card__title {grid-area: title; align-self: center; font-size: 22px; font-weight: 700; line-height: 0.96; white-space: nowrap;}
.stat-card__description {grid-area: description; display: -webkit-box; margin: 0; overflow: hidden; align-self: end; font-size: 16px; font-weight: 400; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.theme-default-layout {position: relative; padding: 48px var(--es-gutter) 0; background: #000e17;}
.theme-default-layout::before {content: ""; position: fixed; inset: 0; z-index: 0; width: 100vw; height: 100vh; background: url("assets/img/bg-gen.jpg") center center / cover no-repeat; opacity: 0.30; pointer-events: none;}
.theme-default-layout__inner {position: relative; z-index: 1; width: min(100%, 1440px); margin: 0 auto;}
.theme-default-entry {padding: 0;}
.theme-default-entry__header {display: grid; justify-items: center; gap: 28px; padding-bottom: 128px; text-align: center;}
.theme-default-entry__title {font-size: 64px; text-transform: uppercase;}
.theme-default-entry__intro {max-width: 780px;}
.theme-default-entry__intro p {margin: 0; font-size: 22px; font-weight: 700; line-height: 1.4;}
.theme-default-entry__content > .wp-block-group {margin-bottom: 48px;}
.theme-default-entry__content > .wp-block-group:last-child {margin-bottom: 0;}
.theme-default-entry__content > *:first-child {margin-top: 0;}
.theme-default-entry__content > *:last-child {margin-bottom: 0;}
.theme-default-entry--contact .theme-default-entry__header {padding-bottom: 100px;}
.theme-default-entry--contact .theme-default-entry__intro {max-width: 780px;}
.theme-default-entry--contact .theme-default-entry__intro p {text-wrap: balance;}
.theme-default-entry--contact .theme-default-entry__content > .wp-block-group {margin-bottom: 0;}
.theme-default-entry--contact .theme-default-entry__content h2 {margin: 0 0 20px; font-size: 42px;}
.theme-default-entry--contact .theme-default-entry__content > p {max-width: none; margin: 0 0 48px;}
.theme-default-entry--contact .theme-default-entry__content > .wp-block-group:first-child {margin-bottom: 40px;}
.theme-default-entry--contact .wpforms-container,
.theme-default-entry--contact div.wpforms-container-full,
.theme-default-entry--contact #wpforms-32,
.theme-default-entry--contact .wpforms-block-5323b0c9-98ef-42ba-9695-461f537cd69c {margin: 0 !important; max-width: 100% !important;}

.theme-default-entry--contact #wpforms-32.wpforms-block-5323b0c9-98ef-42ba-9695-461f537cd69c {
	--wpforms-field-background-color: rgba(225, 244, 255, 0.3) !important;
	--wpforms-field-border-color: rgba(225, 244, 255, 0.8) !important;
	--wpforms-field-text-color: #e1f4ff !important;
	--wpforms-label-color: #e1f4ff !important;
	--wpforms-label-sublabel-color: #e1f4ff !important;
	--wpforms-button-background-color: #e1f4ff !important;
	--wpforms-button-border-color: #e1f4ff !important;
	--wpforms-button-text-color: #000e17 !important;
	--wpforms-field-border-radius: 8px !important;
	--wpforms-button-border-radius: 0px !important;
}

.theme-default-entry--contact #wpforms-form-32 {display: block;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-field-container {display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "name message" "company message" "email message"; column-gap: 64px; row-gap: 20px; align-items: start;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-field {width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; min-width: 0;}
.theme-default-entry--contact #wpforms-32-field_1-container {grid-area: name;}
.theme-default-entry--contact #wpforms-32-field_2-container {grid-area: company;}
.theme-default-entry--contact #wpforms-32-field_4-container {grid-area: email;}
.theme-default-entry--contact #wpforms-32-field_5-container {grid-area: message; align-self: stretch;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-field-label {margin: 0 0 10px !important; color: #e1f4ff !important; font-size: 24px; font-weight: 700; line-height: 1; min-height: 24px;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-required-label {color: #e1f4ff !important;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-field-description {display: none !important;}
.theme-default-entry--contact #wpforms-form-32 input[type="text"],
.theme-default-entry--contact #wpforms-form-32 input[type="email"],
.theme-default-entry--contact #wpforms-form-32 input[type="tel"],
.theme-default-entry--contact #wpforms-form-32 textarea {width: 100% !important; max-width: 100% !important; border: 1px solid rgba(225, 244, 255, 0.8) !important; border-radius: 8px !important; background: rgba(225, 244, 255, 0.3) !important; color: #e1f4ff !important; box-shadow: none !important; backdrop-filter: blur(6px);}
.theme-default-entry--contact #wpforms-form-32 input[type="text"],
.theme-default-entry--contact #wpforms-form-32 input[type="email"],
.theme-default-entry--contact #wpforms-form-32 input[type="tel"] {padding: 14px 22px !important;}
.theme-default-entry--contact #wpforms-32-field_5-container textarea {height: 244px !important; min-height: 244px !important; padding: 14px 22px !important; resize: none;}
.theme-default-entry--contact #wpforms-form-32 input::placeholder,
.theme-default-entry--contact #wpforms-form-32 textarea::placeholder {color: #000e17 !important; opacity: 1;}
.theme-default-entry--contact #wpforms-form-32 input:focus,
.theme-default-entry--contact #wpforms-form-32 textarea:focus {border-color: rgba(225, 244, 255, 0.92) !important; box-shadow: 0 0 0 1px rgba(225, 244, 255, 0.5) !important; outline: none;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-submit-container {display: flex; justify-content: flex-end; padding: 20px 0 0 !important; margin: 0 !important; clear: both;}
.theme-default-entry--contact #wpforms-form-32 button[type="submit"] {display: inline-flex !important; align-items: center; justify-content: space-between; gap: 16px; min-width: 150px; height: auto !important; padding: 14px 24px !important; border: 0 !important; border-radius: 0 !important; background: var(--es-accent) !important; color: var(--es-accent-dark) !important; font-size: 16px !important; font-weight: 700 !important; line-height: 1 !important; letter-spacing: 0.04em; text-transform: uppercase; box-shadow: none !important;}
.theme-default-entry--contact #wpforms-form-32 button[type="submit"]::after {content: ""; display: inline-block; width: 18px; height: 18px; background-color: #000e17; -webkit-mask-image: var(--es-arrow-icon); mask-image: var(--es-arrow-icon); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; flex: 0 0 18px;}
.theme-default-entry--contact #wpforms-form-32 button[type="submit"]:hover,
.theme-default-entry--contact #wpforms-form-32 button[type="submit"]:focus-visible {transform: translateY(-2px); box-shadow: var(--es-shadow) !important;}
.theme-default-entry--contact #wpforms-form-32 .wpforms-error-container,
.theme-default-entry--contact #wpforms-form-32 label.wpforms-error,
.theme-default-entry--contact #wpforms-form-32 em.wpforms-error {color: #ffd7d7 !important;}
.services-page {display: grid; gap: 92px;}
.services-page__section {display: grid; gap: 28px;}
.services-section__body {display: grid; grid-template-columns: minmax(0, 1fr) clamp(320px, 32vw, 440px); gap: 72px; align-items: start;}
.services-page__section:nth-child(even) .services-section__body {grid-template-columns: clamp(320px, 32vw, 440px) minmax(0, 1fr);}
.services-page__section:nth-child(even) .services-section__aside {order: -1;}
.services-page__section:nth-child(even) .services-section__title {justify-self: end; width: min(100%, calc(100% - clamp(320px, 32vw, 440px) - 72px));}
.services-section__content {display: grid; align-content: start; gap: 18px; min-width: 0;}
.services-section__title {font-size: 42px;}
.services-section__description {max-width: 840px; margin: 0 0 10px; color: var(--es-text-muted); line-height: 1.45;}
.services-accordion {display: grid; gap: 12px;}
.services-accordion__item {border-bottom: 1px solid rgba(225, 244, 255, 0.12);}
.services-accordion__trigger {display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 0 0 14px; border: 0; background: transparent; color: var(--es-text); text-align: left; cursor: pointer;}
.services-accordion__trigger-text {font-size: 24px; font-weight: 700; line-height: 1.1;}
.services-accordion__icon {display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; color: rgba(225, 244, 255, 0.9); transition: transform 180ms ease;}
.services-accordion__icon svg {width: 18px; height: 18px;}
.services-accordion__item.is-open .services-accordion__icon {transform: rotate(180deg);}
.services-accordion__panel {padding: 0 0 18px;}
.services-accordion__panel-text {max-width: 720px; margin: 0; color: var(--es-text-muted); line-height: 1.45;}
.services-section__aside {display: grid; justify-items: stretch;}
.services-page__section:nth-child(even) .services-section__aside {justify-items: start;}
.services-section__media {display: flex; align-items: center; justify-content: center; width: 100%; min-height: 280px; border: 1px solid rgba(225, 244, 255, 0.42); border-radius: 8px; background: rgba(225, 244, 255, 0.04); overflow: hidden;}
.services-section__media.is-empty {display: none;}
.services-section__image {width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10;}

/* === FOOTER section === */

.site-footer {margin-top: 150px; padding: 0 var(--es-gutter) 56px;}
.site-footer__inner {width: min(100%, 1720px); margin: 0 auto;}
.site-footer__top {height: 1px; background: rgba(225, 244, 255, 0.22);}
.site-footer__branding {display: flex; justify-content: center; padding-top: 48px;}
.site-footer__logo-link {display: inline-flex; align-items: center; justify-content: center;}
.site-footer__logo {width: 88px; height: 88px; object-fit: contain;}
.site-footer__nav {display: flex; justify-content: center; padding-top: 36px;}
.site-footer__menu {display: flex; align-items: center; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none;}
.site-footer__menu-item {display: inline-flex; align-items: center;}
.site-footer__menu-link {display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; line-height: 1;}
.site-footer__menu-separator {display: inline-flex; width: 1px; height: 22px; margin: 0 25px; background: rgba(225, 244, 255, 0.72);}
.site-footer__bottom {display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 88px;}
.site-footer__copyright, .site-footer__credits {margin: 0; font-size: 18px; font-weight: 400; line-height: 1.4;}
.site-footer__credits a {text-decoration: none;}
.site-footer__credits a:hover, .site-footer__credits a:focus-visible, .site-footer__menu-link:hover, .site-footer__menu-link:focus-visible {opacity: 0.82;}

/* === ANIMATION & RESPONSIVE section === */

@keyframes es-title-reveal {
	from {opacity: 0; transform: translate3d(0, 28px, 0);}
	to {opacity: 0.8; transform: translate3d(0, 0, 0);}
}

@keyframes es-panel-reveal {
	from {opacity: 0; filter: blur(10px);}
	to {opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0);}
}

@keyframes es-scroll-cue-bounce {
	0%, 100% {transform: translate3d(-50%, 0, 0); opacity: 0.7;}
	50% {transform: translate3d(-50%, 10px, 0); opacity: 1;}
}

@media (max-width: 1100px) {
	:root {--es-gutter: 50px;}
	h1 {font-size: 72px;}
	h2 {font-size: 52px;}
	.site-navigation--desktop {display: none;}
	.site-nav-toggle {display: inline-flex;}
	.home-hero__bottom {grid-template-columns: 1fr;}
	.stats-grid {grid-template-columns: repeat(2, minmax(280px, 1fr)); justify-self: stretch; width: 100%;}
	.theme-default-entry__header {padding-bottom: 104px;}
	.theme-default-entry__title {font-size: 52px;}
	.theme-default-entry__intro p {font-size: 20px;}
	.services-page {gap: 72px;}
	.services-section__body {grid-template-columns: minmax(0, 1fr) clamp(280px, 34vw, 360px); gap: 48px;}
	.services-page__section:nth-child(even) .services-section__body {grid-template-columns: clamp(280px, 34vw, 360px) minmax(0, 1fr);}
	.services-page__section:nth-child(even) .services-section__title {width: min(100%, calc(100% - clamp(280px, 34vw, 360px) - 48px));}
	.services-section__title {font-size: 36px;}
	.services-accordion__trigger-text {font-size: 22px;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-field-container {column-gap: 64px;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-field-label {font-size: 22px;}
	.site-footer {margin-top: 120px; padding-bottom: 48px;}
	.site-footer__branding {padding-top: 40px;}
	.site-footer__nav {padding-top: 28px;}
	.site-footer__menu-link {font-size: 18px;}
	.site-footer__bottom {padding-top: 72px;}
	.site-footer__copyright, .site-footer__credits {font-size: 16px;}
}

@media (max-width: 820px) {
	h1 {font-size: 56px;}
	h2 {font-size: 42px;}
	h3 {font-size: 28px;}
	h4 {font-size: 20px;}
	.site-header {flex-direction: row; align-items: center; width: 100%; padding-top: 20px;}
	.home-hero__media, .home-hero__video, .home-hero__overlay {position: fixed; top: 0; right: 0; bottom: auto; left: 0; height: 100svh;}
	.home-hero {padding-top: 32px; padding-bottom: 56px; overflow: visible;}
	.home-hero::after {content: ""; position: absolute; left: 0; right: 0; top: calc(100svh - 160px); height: 160px; background: linear-gradient(180deg, rgba(0, 14, 23, 0) 0%, rgba(0, 14, 23, 0.42) 42%, rgba(0, 14, 23, 0.82) 100%); pointer-events: none; z-index: 1;}
	.home-hero__content {display: block; min-height: 0;}
	.home-hero__center {align-items: flex-end; min-height: calc(60svh - 40px); padding-bottom: 18px;}
	.home-hero__title--1, .home-hero__title--3 {padding-left: 0;}
	.home-hero__bottom {display: block; padding-top: 0; border-top: 0;}
	.home-hero__intro {position: relative; z-index: 2; max-width: min(100%, 560px); padding-bottom: 110px;}
	.home-hero__details {position: relative; z-index: 2; display: grid; align-content: end; justify-items: stretch; gap: 20px; min-height: 100svh; margin-top: 0; padding-top: 140px; padding-bottom: 32px;}
	.button-primary--desktop {display: none;}
	.button-primary--mobile {display: inline-flex;}
	.stats-grid {order: 1;}
	.home-hero__details .button-primary--mobile {order: 2;}
	.stats-grid {grid-template-columns: 1fr;}
	.stat-card__title {white-space: normal;}
	.home-hero__scroll-reveal, .home-hero__scroll-reveal.is-visible {opacity: 1; filter: none; transform: none; animation: none;}
	.home-hero__details .button-primary {width: fit-content;}
	.home-hero__details .home-hero__reveal {opacity: 1; filter: none; transform: none; animation: none;}
	.home-hero__scroll-cue {position: absolute; left: 50%; top: calc(100svh - 82px); z-index: 3; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: rgba(225, 244, 255, 0.92); transform: translateX(-50%); animation: es-scroll-cue-bounce 1600ms ease-in-out infinite;}
	.home-hero__scroll-cue svg {width: 34px; height: 34px; filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));}
	.home-hero__scroll-cue path {stroke: currentColor; stroke-width: 0.45;}
	.theme-default-layout {padding: 40px var(--es-gutter) 0;}
	.theme-default-entry__header {gap: 22px; padding-bottom: 88px;}
	.theme-default-entry__title {font-size: 42px;}
	.theme-default-entry__intro {max-width: 620px;}
	.theme-default-entry__intro p {font-size: 18px;}
	.theme-default-entry--contact .theme-default-entry__header {padding-bottom: 72px;}
	.theme-default-entry--contact .theme-default-entry__content h2 {margin-bottom: 16px; font-size: 34px;}
	.theme-default-entry--contact .theme-default-entry__content > p {margin-bottom: 36px;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-field-container {grid-template-columns: 1fr; grid-template-areas: "name" "company" "email" "message"; row-gap: 22px;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-field-label {font-size: 20px; margin-bottom: 12px !important;}
	.theme-default-entry--contact #wpforms-32-field_1-container,
	.theme-default-entry--contact #wpforms-32-field_2-container,
	.theme-default-entry--contact #wpforms-32-field_4-container,
	.theme-default-entry--contact #wpforms-32-field_5-container {grid-column: auto; grid-row: auto;}
	.theme-default-entry--contact #wpforms-form-32 textarea {height: 240px !important;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-submit-container {justify-content: flex-start; padding-top: 12px !important;}
	.services-page {gap: 56px;}
	.services-section__body,
	.services-page__section:nth-child(even) .services-section__body {grid-template-columns: minmax(0, 1fr); gap: 28px;}
	.services-page__section .services-section__content {order: 1;}
	.services-page__section .services-section__aside,
	.services-page__section:nth-child(even) .services-section__aside {order: 2; justify-items: stretch; width: 100%;}
	.services-page__section:nth-child(even) .services-section__title {justify-self: stretch; width: auto;}
	.services-section__title {font-size: 32px;}
	.services-section__description {margin-bottom: 6px;}
	.services-accordion__trigger-text {font-size: 20px;}
	.services-section__media {width: 100%; min-height: 240px;}
	.services-section__image {width: 100%; height: auto; aspect-ratio: 16 / 10;}
	.site-footer {margin-top: 96px; padding-bottom: 40px;}
	.site-footer__branding {padding-top: 34px;}
	.site-footer__logo {width: 76px; height: 76px;}
	.site-footer__nav {padding-top: 24px;}
	.site-footer__menu-link {font-size: 17px;}
	.site-footer__menu-separator {margin: 0 18px; height: 20px;}
	.site-footer__bottom {flex-direction: column-reverse; justify-content: center; gap: 10px; padding-top: 56px; text-align: center;}
	.site-footer__copyright, .site-footer__credits {font-size: 15px;}
}

@media (max-width: 560px) {
	:root {--es-gutter: 20px;}
	p, a, li, input, textarea, button {font-size: 15px;}
	h1 {font-size: 42px;}
	h2 {font-size: 34px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	.site-header {gap: 14px;}
	.site-navigation__menu {padding: 6px;}
	.site-mobile-nav__panel {padding-left: 20px; padding-right: 20px;}
	.home-hero {padding-top: 24px; padding-bottom: 48px;}
	.home-hero::after {top: calc(100svh - 140px); height: 140px;}
	.home-hero__center {min-height: calc(48svh - 8px); padding-bottom: 12px;}
	.home-hero__intro {padding-bottom: 96px;}
	.home-hero__details {min-height: 100svh; padding-top: 124px; padding-bottom: 24px;}
	.home-hero__title {max-width: none;}
	.button-primary {width: 100%; justify-content: center;}
	.stat-card {grid-template-columns: 1fr; grid-template-areas: "value" "title" "description" "icon";}
	.theme-default-layout {padding: 32px var(--es-gutter) 0;}
	.theme-default-entry__header {gap: 18px; padding-bottom: 72px;}
	.theme-default-entry__title {font-size: 34px;}
	.theme-default-entry__intro p {font-size: 16px;}
	.theme-default-entry--contact .theme-default-entry__header {padding-bottom: 56px;}
	.theme-default-entry--contact .theme-default-entry__content h2 {font-size: 28px;}
	.theme-default-entry--contact .theme-default-entry__content > p {margin-bottom: 28px;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-field-label {font-size: 18px;}
	.theme-default-entry--contact #wpforms-form-32 input[type="text"],
	.theme-default-entry--contact #wpforms-form-32 input[type="email"],
	.theme-default-entry--contact #wpforms-form-32 input[type="tel"] {height: 64px !important; padding: 0 18px !important;}
	.theme-default-entry--contact #wpforms-form-32 textarea {height: 220px !important; padding: 18px !important;}
	.theme-default-entry--contact #wpforms-form-32 .wpforms-submit-container {justify-content: stretch;}
	.theme-default-entry--contact #wpforms-form-32 button[type="submit"] {width: 100%; justify-content: center;}
	.services-page {gap: 44px;}
	.services-section__title {font-size: 28px;}
	.services-accordion__trigger {padding-bottom: 12px;}
	.services-accordion__trigger-text {font-size: 18px;}
	.services-accordion__panel {padding-bottom: 16px;}
	.services-section__media {min-height: 210px;}
	.site-footer {margin-top: 72px; padding-bottom: 32px;}
	.site-footer__branding {padding-top: 28px;}
	.site-footer__logo {width: 68px; height: 68px;}
	.site-footer__nav {padding-top: 20px;}
	.site-footer__menu {flex-direction: column; gap: 18px;}
	.site-footer__menu-item {gap: 0;}
	.site-footer__menu-separator {display: none;}
	.site-footer__bottom {flex-direction: column-reverse; justify-content: center; gap: 10px; padding-top: 40px; text-align: center;}
	.site-footer__copyright, .site-footer__credits {font-size: 14px;}
}
