/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* --------------------------------------------------------------------------
   Font loading optimized for faster first paint and better PageSpeed
   -------------------------------------------------------------------------- */

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
        local("Source Sans 3 Light"),
        local("SourceSans3-Light"),
        url("https://dev.artwolf.pl/wp-content/uploads/2026/04/SourceSans3-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Source Sans 3 Regular"),
        local("SourceSans3-Regular"),
        url("https://dev.artwolf.pl/wp-content/uploads/2026/04/SourceSans3-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Montserrat Regular"),
        local("Montserrat-Regular"),
        url("https://dev.artwolf.pl/wp-content/uploads/2026/04/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        local("Montserrat Medium"),
        local("Montserrat-Medium"),
        url("https://dev.artwolf.pl/wp-content/uploads/2026/04/Montserrat-Medium.woff2") format("woff2");
}

/* --------------------------------------------------------------------------
   Global document layers and visual baseline
   -------------------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 400;
}

strong,
b {
    font-weight: 400;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #000;
    scrollbar-color: var(--aws-scrollbar-color, #67734c) transparent;
    scrollbar-width: thin;
}

body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    overflow-x: clip;
}

#page,
.site {
    width: 100%;
    max-width: 100%;
}

.elementor,
.elementor-section,
.elementor-container {
    position: relative;
    z-index: 1;
}

.elementor-section {
    background-color: transparent !important;
}

.elementor-background-overlay {
    pointer-events: none;
}

header,
.aws-header,
.elementor-location-header,
.e-off-canvas {
    position: relative;
    z-index: 100;
}

.elementor-sticky--active {
    z-index: 999 !important;
}

.elementor-nav-menu__container,
.elementor-nav-menu,
.elementor-nav-menu .sub-menu,
.e-off-canvas,
.e-off-canvas__container {
    position: relative;
    z-index: 9999 !important;
}

.dialog-widget,
.dialog-lightbox-widget {
    z-index: 10000 !important;
}

.aws-overlay {
    --aws-menu-overlay-enabled: 1;
    --aws-menu-overlay-rgb: 0, 0, 0;
    --aws-menu-overlay-opacity: 0.42;
    --aws-menu-overlay-texture-opacity: 1;
    --aws-menu-overlay-gradient-rgb: 0, 0, 0;
    --aws-menu-overlay-gradient-opacity: 1;
    --aws-header-shrink-background: rgba(0, 0, 0, 0.8);
    position: fixed;
    inset: 0;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0) saturate(100%);
    -webkit-backdrop-filter: blur(0) saturate(100%);
    transform: translateZ(0);
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        backdrop-filter 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        -webkit-backdrop-filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, background-color, backdrop-filter;
}

.aws-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(var(--aws-menu-overlay-gradient-rgb), calc(var(--aws-menu-overlay-gradient-opacity) * 0.28)), transparent 34%),
        linear-gradient(115deg, rgba(var(--aws-menu-overlay-gradient-rgb), calc(var(--aws-menu-overlay-gradient-opacity) * 0.34)), rgba(var(--aws-menu-overlay-gradient-rgb), calc(var(--aws-menu-overlay-gradient-opacity) * 0.16)) 42%, rgba(var(--aws-menu-overlay-gradient-rgb), calc(var(--aws-menu-overlay-gradient-opacity) * 0.02)) 72%);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.aws-menu-active .aws-overlay {
    opacity: var(--aws-menu-overlay-enabled);
    background: rgba(var(--aws-menu-overlay-rgb), var(--aws-menu-overlay-opacity));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.aws-menu-active .aws-overlay::before {
    opacity: var(--aws-menu-overlay-texture-opacity);
}

/* --------------------------------------------------------------------------
   UI micro-interactions
   -------------------------------------------------------------------------- */

::selection {
    color: #000;
    background: rgba(200, 200, 200, 0.3);
}

::-moz-selection {
    color: #000;
    background: rgba(200, 200, 200, 0.3);
}

body :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])) {
    color: #67734c;
    text-decoration: none;
    transition: color 0.22s ease, text-decoration-color 0.22s ease;
}

body :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
body :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus {
    color: #4f5b38;
}

body :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.aws-dark-selection :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])),
.has-black-background-color :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])),
[style*="background:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])),
[style*="background: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])),
[style*="background-color:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])),
[style*="background-color: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])) {
    color: #c8d5a8;
}

.elementor-location-footer :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])) {
    color: #c8d5a8;
}

.aws-dark-selection :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
.aws-dark-selection :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus,
.has-black-background-color :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
.has-black-background-color :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus,
[style*="background:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
[style*="background:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus,
[style*="background: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
[style*="background: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus,
[style*="background-color:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
[style*="background-color:#000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus,
[style*="background-color: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
[style*="background-color: #000"] :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus {
    color: #eef5d7;
}

.elementor-location-footer :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):hover,
.elementor-location-footer :where(a[href]:not(.elementor-button):not(.elementor-button-link):not(.elementor-item):not(.elementor-nav-menu a):not(.aws-portfolio-card__link):not(.aws-portfolio-card__title-link):not(.aws-media-grid__link):not([class*="elementor-gallery"]):not([class*="e-gallery"]):not([class*="swiper"])):focus {
    color: #eef5d7;
}

.aws-dark-selection ::selection,
.elementor-location-footer ::selection,
.has-black-background-color ::selection,
[style*="background:#000"] ::selection,
[style*="background: #000"] ::selection,
[style*="background-color:#000"] ::selection,
[style*="background-color: #000"] ::selection,
[style*="background:black"] ::selection,
[style*="background: black"] ::selection,
[style*="background-color:black"] ::selection,
[style*="background-color: black"] ::selection {
    color: #f7f7f7;
    background: rgba(255, 255, 255, 0.28);
}

.aws-dark-selection ::-moz-selection,
.elementor-location-footer ::-moz-selection,
.has-black-background-color ::-moz-selection,
[style*="background:#000"] ::-moz-selection,
[style*="background: #000"] ::-moz-selection,
[style*="background-color:#000"] ::-moz-selection,
[style*="background-color: #000"] ::-moz-selection,
[style*="background:black"] ::-moz-selection,
[style*="background: black"] ::-moz-selection,
[style*="background-color:black"] ::-moz-selection,
[style*="background-color: black"] ::-moz-selection {
    color: #f7f7f7;
    background: rgba(255, 255, 255, 0.28);
}

.elementor-button::selection,
.elementor-button *::selection,
.elementor-button-link::selection,
.elementor-button-link *::selection {
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
}

.elementor-button::-moz-selection,
.elementor-button *::-moz-selection,
.elementor-button-link::-moz-selection,
.elementor-button-link *::-moz-selection {
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
}

.aws-header ::selection,
.aws-home-slider ::selection,
.elementor-location-header ::selection,
.elementor-location-single .elementor-section:first-of-type ::selection,
.elementor-location-archive .elementor-section:first-of-type ::selection,
.aws-dark-selection ::selection,
.rank-math-breadcrumb ::selection {
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
}

.aws-header ::-moz-selection,
.aws-home-slider ::-moz-selection,
.elementor-location-header ::-moz-selection,
.elementor-location-single .elementor-section:first-of-type ::-moz-selection,
.elementor-location-archive .elementor-section:first-of-type ::-moz-selection,
.aws-dark-selection ::-moz-selection,
.rank-math-breadcrumb ::-moz-selection {
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--aws-scrollbar-color, #67734c);
    border-radius: 10px;
    transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: color-mix(in srgb, var(--aws-scrollbar-color, #67734c) 84%, #000);
}

.aws-back-to-top {
    -webkit-appearance: none;
    appearance: none;
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 9990;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    flex: 0 0 35px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50% !important;
    color: #f7f3ee;
    background: #171a1d;
    box-shadow: none;
    font-size: 0 !important;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition:
        all 0.3s ease;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.elementor-kit-6 button.aws-back-to-top,
button.aws-back-to-top {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #171a1d !important;
    text-transform: none !important;
}

.aws-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.aws-back-to-top:hover,
.aws-back-to-top:focus-visible {
    border-color: rgba(255, 255, 255, 0.36);
    background: #171a1d;
    transform: translateY(-2px);
}

.aws-back-to-top:focus-visible {
    outline: 2px solid rgba(247, 243, 238, 0.85);
    outline-offset: 3px;
}

.aws-back-to-top__icon {
    position: relative;
    width: 11px;
    height: 11px;
    display: block;
    flex: 0 0 11px;
}

.aws-back-to-top__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
}

.aws-back-to-top__icon::after {
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    border-radius: 1px 0 0 0;
    background: transparent;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center;
}

.rank-math-breadcrumb .last {
    color: #000000;
}

/* --------------------------------------------------------------------------
   Header system
   -------------------------------------------------------------------------- */

.aws-header {
    position: relative;
    z-index: 200 !important;
    transition: all 0.3s ease;
}

.elementor-location-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    background: transparent !important;
}

.aws-header:not(.shrink):not(.elementor-sticky--effects) {
    background: transparent !important;
}

.aws-header.elementor-sticky--active {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.aws-header,
.aws-header .elementor-container,
.aws-header .elementor-column,
.aws-header .elementor-widget-wrap {
    min-height: auto !important;
}

.aws-header .elementor-container,
.aws-header .elementor-column,
.aws-header .elementor-widget-wrap {
    align-items: center;
}

.aws-header .elementor-column {
    display: flex;
}

.aws-header img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 80px;
    transition: all 0.3s ease;
}

.aws-header .elementor-widget-image img {
    width: auto !important;
}

.aws-header .elementor-widget-theme-site-logo {
    display: flex;
    align-items: center;
    width: 180px;
}

.aws-header .elementor-widget-theme-site-logo img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: left center;
}

.aws-header.shrink,
.aws-header.elementor-sticky--effects {
    padding-top: 5px;
    padding-bottom: 5px;
}

.aws-header.shrink {
    background-color: var(--aws-header-shrink-background);
    backdrop-filter: blur(10px);
}

.aws-header.shrink img {
    width: auto !important;
    height: 65px;
}

.aws-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    transform: scale(0.7);
}

.aws-header.shrink,
.aws-header.shrink img {
    will-change: transform;
}

/* --------------------------------------------------------------------------
   Desktop navigation and overlay behavior
   -------------------------------------------------------------------------- */

.aws-header .elementor-nav-menu .sub-menu {
    opacity: 0;
    pointer-events: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    transform: translateY(5px);
    transition: opacity 0.15s ease, transform 0.15s ease !important;
}

.aws-header .elementor-nav-menu .menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
}

.aws-header .elementor-nav-menu li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.aws-header .elementor-nav-menu li {
    transition-delay: 0s !important;
}

.menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-decoration: none;
}

.menu-toggle svg {
    width: 26px;
    height: 26px;
}

.menu-toggle svg line {
    stroke: rgba(255, 255, 255, 0.616);
    stroke-width: 2;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.2s ease, stroke 0.25s ease;
}

.menu-toggle:hover svg line {
    stroke: #ffffff;
}

.menu-toggle[aria-expanded="true"] svg line:nth-child(1),
.menu-toggle.elementor-active svg line:nth-child(1),
.elementor-menu-toggle[aria-expanded="true"] svg line:nth-child(1),
.elementor-menu-toggle.elementor-active svg line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] svg line:nth-child(2),
.menu-toggle.elementor-active svg line:nth-child(2),
.elementor-menu-toggle[aria-expanded="true"] svg line:nth-child(2),
.elementor-menu-toggle.elementor-active svg line:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] svg line:nth-child(3),
.menu-toggle.elementor-active svg line:nth-child(3),
.elementor-menu-toggle[aria-expanded="true"] svg line:nth-child(3),
.elementor-menu-toggle.elementor-active svg line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Mobile navigation accordion
   -------------------------------------------------------------------------- */

.aws-mobile .sub-menu {
    display: block !important;
    position: static !important;
    width: auto !important;
    min-width: 220px;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.25s ease;
}

.aws-mobile .menu-item-has-children.open > .sub-menu {
    opacity: 1;
}

.aws-mobile .menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aws-mobile .sub-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
}

.aws-mobile .sub-arrow svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: transform 0.25s ease;
}

.aws-mobile .menu-item-has-children.open > a .sub-arrow svg {
    transform: rotate(180deg);
}

/* --------------------------------------------------------------------------
   Shared slider counter / progress navigation
   -------------------------------------------------------------------------- */

.custom-nav.horizontal.right {
    position: absolute;
    right: 50%;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: var(--container-max-width, 1140px);
    padding: 0 20px;
    color: #fff;
    transform: translateX(50%);
}

.custom-nav.horizontal.right .counter {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    letter-spacing: 3px;
}

.custom-nav .current {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-nav .current.changing {
    opacity: 0.3;
    transform: translateY(4px);
}

.custom-nav .line {
    position: relative;
    width: 100px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.custom-nav .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width linear;
}

.custom-nav .total {
    opacity: 0.6;
}

/* --------------------------------------------------------------------------
   Home hero slider powered by ACF
   -------------------------------------------------------------------------- */

.aws-home-slider {
    --aws-home-overlay-rgb: 0, 0, 0;
    --aws-home-overlay-opacity: 0.55;
    --aws-home-title-color: #fff;
    --aws-home-description-color: #e0e0e0;
    --aws-home-title-font-weight: 400;
    --aws-home-title-text-transform: none;
    --aws-home-description-font-weight: 400;
    --aws-home-description-text-transform: none;
    --aws-home-caption-padding-top: 200px;
    --aws-home-caption-padding-right: 20px;
    --aws-home-caption-padding-bottom: 190px;
    --aws-home-caption-padding-left: 20px;
    --aws-home-caption-padding-top-mobile: 140px;
    --aws-home-caption-padding-right-mobile: 20px;
    --aws-home-caption-padding-bottom-mobile: 120px;
    --aws-home-caption-padding-left-mobile: 20px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
}

.aws-home-slider *,
.aws-home-slider *::before,
.aws-home-slider *::after,
.custom-nav.horizontal.right,
.custom-nav.horizontal.right *,
.custom-nav.horizontal.right *::before,
.custom-nav.horizontal.right *::after {
    box-sizing: border-box;
}

.aws-home-slider .swiper,
.aws-home-slider .swiper-wrapper,
.aws-home-slider .swiper-slide {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
}

.aws-home-slide {
    position: relative;
}

.aws-home-slide-media,
.aws-home-slide-media picture,
.aws-home-slide-media img,
.aws-home-slide-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.aws-home-slide-media img {
    display: block;
    object-fit: cover;
    object-position: center center;
}

.aws-home-slide-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 1.25)) 0%, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 0.82)) 35%, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 0.33)) 65%, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 0.1)) 100%),
        linear-gradient(180deg, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 0.44)) 0%, rgba(var(--aws-home-overlay-rgb), calc(var(--aws-home-overlay-opacity) * 0.36)) 100%);
}

.aws-home-slide-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 1320px;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
    padding:
        var(--aws-home-caption-padding-top)
        var(--aws-home-caption-padding-right)
        var(--aws-home-caption-padding-bottom)
        var(--aws-home-caption-padding-left);
}

.aws-home-slide-content {
    max-width: 620px;
    color: #fff;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: 0.18s;
}

.aws-home-slide.swiper-slide-active .aws-home-slide-content,
.aws-home-slide.swiper-slide-duplicate-active .aws-home-slide-content {
    opacity: 1;
    transform: translateY(0);
}

.aws-home-slide-title {
    margin: 0 0 20px;
    color: var(--aws-home-title-color);
    font-size: clamp(34px, 5vw, 72px);
    font-weight: var(--aws-home-title-font-weight);
    line-height: 0.96;
    letter-spacing: -0.03em;
    text-transform: var(--aws-home-title-text-transform);
}

.aws-home-slide-description {
    max-width: 520px;
    color: var(--aws-home-description-color);
    font-size: 18px;
    font-weight: var(--aws-home-description-font-weight);
    line-height: 1.7;
    text-transform: var(--aws-home-description-text-transform);
}

.aws-home-slide-description p {
    margin: 0 0 14px;
}

.aws-home-slide-description p:last-child {
    margin-bottom: 0;
}

.aws-home-slide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 28px;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.aws-home-slide-button:hover,
.aws-home-slide-button:focus {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.aws-home-slider .custom-nav.horizontal.right {
    max-width: 1320px;
}

/* --------------------------------------------------------------------------
   Elementor mini slider
   -------------------------------------------------------------------------- */

.aws-minislider .swiper {
    overflow: hidden;
}

.aws-minislider .swiper-wrapper {
    align-items: center;
}

.aws-minislider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.aws-minislider .aws-current,
.aws-minislider .aws-total {
    min-width: 24px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
}

.aws-minislider .aws-segments {
    display: flex;
    gap: 4px;
}

.aws-minislider .aws-seg {
    position: relative;
    width: 30px;
    height: 2px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
}

.aws-minislider .aws-seg-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
}

.aws-minislider .swiper-pagination-bullet {
    display: none !important;
}

.aws-minislider .swiper-slide {
    background: #fff !important;
}

.aws-minislider .swiper-slide img {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.aws-minislider .swiper-slide-active img {
    transform: scale(1.1);
}

.aws-minislider .swiper-slide:not(.swiper-slide-active) img {
    opacity: 0.9;
    transform: scale(1);
}

/* --------------------------------------------------------------------------
   Portfolio and galleries
   -------------------------------------------------------------------------- */

.aws-portfolio-grid {
    --aws-portfolio-title-spacing: 14px;
    --aws-portfolio-location-spacing: 18px;
    --aws-portfolio-text-spacing: 34px;
    --aws-portfolio-title-color: #f7f3ee;
    --aws-portfolio-text-color: #c8c0b8;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px 56px;
    align-items: start;
    background: transparent;
}

.aws-portfolio-card {
    position: relative;
    text-align: center;
    background: transparent;
}

.elementor-widget-container:has(.aws-portfolio-grid),
.elementor-widget-container:has(.aws-portfolio-single--photos-only),
.elementor-widget-shortcode:has(.aws-portfolio-grid),
.elementor-widget-shortcode:has(.aws-portfolio-single--photos-only) {
    background: transparent !important;
    background-color: transparent !important;
}

.aws-portfolio-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.aws-portfolio-card__media {
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.aws-portfolio-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.aws-portfolio-card:hover .aws-portfolio-card__media img {
    transform: scale(1.025);
}

.elementor-widget-gallery .elementor-gallery-item:hover .elementor-gallery-item__image,
.elementor-widget-gallery .elementor-gallery-item:hover .e-gallery-image,
.elementor-widget-image-gallery .gallery-item:hover img {
    transform: scale(1.025) !important;
}

.elementor-widget-gallery .elementor-gallery-item__image,
.elementor-widget-gallery .e-gallery-image,
.elementor-widget-image-gallery .gallery-item img {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.aws-portfolio-card__content {
    width: 100%;
    margin: 34px auto 0;
    padding: 0 18px;
    text-align: center;
}

.aws-portfolio-card__title {
    margin: 0 0 var(--aws-portfolio-title-spacing);
    color: var(--aws-portfolio-title-color);
    font-family: inherit;
    font-weight: inherit;
}

.aws-portfolio-card__title-link {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.aws-portfolio-card__title-link:visited,
.aws-portfolio-card__title-link:hover,
.aws-portfolio-card__title-link:focus,
.aws-portfolio-card__title-link:active {
    color: inherit;
}

.aws-portfolio-card__title-link:hover,
.aws-portfolio-card__title-link:focus {
    opacity: 0.82;
}

.aws-portfolio-card__location {
    margin: 0 0 var(--aws-portfolio-location-spacing);
    color: var(--aws-portfolio-text-color);
    font-family: inherit;
    font-weight: inherit;
    opacity: 0.55;
}

.aws-portfolio-card__excerpt {
    color: var(--aws-portfolio-text-color);
    margin: 0 auto var(--aws-portfolio-text-spacing);
    font-family: inherit;
    font-weight: inherit;
}

.aws-portfolio-card__excerpt p {
    margin: 0;
}

.aws-portfolio-card__excerpt p:last-child {
    margin-bottom: 0;
}

.aws-portfolio-card__excerpt strong,
.aws-portfolio-card__excerpt b,
.aws-portfolio-single__excerpt strong,
.aws-portfolio-single__excerpt b {
    font-weight: 400;
}

.aws-portfolio-card__cta {
    margin-top: 0;
}

.aws-portfolio-single-page {
    padding: 120px 24px 96px;
}

.aws-portfolio-single-page__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.aws-portfolio-single {
    color: #f7f3ee;
}

.aws-portfolio-single__media {
    margin-bottom: 48px;
    background: transparent;
}

.aws-portfolio-single__media img {
    width: 100%;
    height: auto;
    display: block;
}

.aws-portfolio-single__content {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
}

.aws-portfolio-single__title {
    margin: 0 0 18px;
    color: #f7f3ee;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.12;
}

.aws-portfolio-single__location {
    margin-bottom: 28px;
    color: rgba(247, 243, 238, 0.68);
    font-size: 18px;
    font-weight: 300;
}

.aws-portfolio-single__excerpt {
    margin-bottom: 56px;
    color: rgba(247, 243, 238, 0.78);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}

.aws-portfolio-single__excerpt p {
    margin: 0 0 1em;
}

.aws-portfolio-single__excerpt p:last-child {
    margin-bottom: 0;
}

.aws-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px 56px;
}

.aws-gallery-grid .aws-portfolio-card__content {
    max-width: none;
    margin-top: 28px;
    padding: 0;
}

.aws-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 4px;
    gap: 20px;
    align-items: start;
}

.aws-media-grid__item {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: transparent;
}

.aws-media-grid__item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.aws-media-grid__item:hover img {
    transform: scale(1.025);
}

.aws-media-grid__link {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    color: inherit;
    cursor: zoom-in;
    text-decoration: none;
}

.aws-media-grid__link picture,
.aws-media-grid__link img {
    display: block;
    pointer-events: none;
}

.aws-portfolio-single--photos-only {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.aws-portfolio-gallery--full-width {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.aws-portfolio-gallery--full-width .aws-media-grid__item {
    width: 100%;
    margin: 0 !important;
    padding-bottom: 0;
    background: transparent;
}

.aws-portfolio-gallery--full-width .aws-media-grid__item img {
    display: block;
    width: 100%;
}

/* --------------------------------------------------------------------------
   Responsive adjustments
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .aws-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 28px;
    }

    .aws-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .aws-portfolio-gallery--full-width {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .aws-portfolio-card__content {
        margin-top: 28px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 768px) {
    .aws-header .elementor-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .aws-header.shrink,
    .aws-header.elementor-sticky--effects {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .aws-header.shrink .elementor-container,
    .aws-header.elementor-sticky--effects .elementor-container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .aws-header img {
        height: 56px;
    }

    .aws-header.shrink img,
    .aws-header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
        height: 46px;
        transform: none;
    }

    .aws-home-slider .custom-nav.horizontal.right {
        left: auto;
        right: 20px;
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        width: calc(100% - 40px);
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        transform: none;
    }

    .custom-nav .line {
        width: 60px;
    }

    .custom-nav .current {
        font-size: 14px;
    }

    .aws-home-slider,
    .aws-home-slider .swiper,
    .aws-home-slider .swiper-wrapper,
    .aws-home-slider .swiper-slide,
    .aws-home-slide-inner {
        min-height: 100vh !important;
        height: 100vh !important;
    }

    .aws-home-slide-inner {
        align-items: flex-end;
        padding:
            var(--aws-home-caption-padding-top-mobile)
            var(--aws-home-caption-padding-right-mobile)
            var(--aws-home-caption-padding-bottom-mobile)
            var(--aws-home-caption-padding-left-mobile);
    }

    .aws-home-slide-content {
        max-width: 100%;
    }

    .aws-home-slide-title {
        margin-bottom: 16px;
        font-size: clamp(28px, 9vw, 44px);
    }

    .aws-home-slide-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .aws-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .aws-portfolio-card__content {
        margin-top: 24px;
        padding-right: 0;
        padding-left: 0;
    }

    .aws-portfolio-card__location {
        margin-bottom: var(--aws-portfolio-location-spacing);
    }

    .aws-portfolio-card__cta {
        margin-top: 0;
    }

    .aws-portfolio-single-page {
        padding: 92px 18px 72px;
    }

    .aws-portfolio-single__media {
        margin-bottom: 34px;
    }

    .aws-portfolio-single__content {
        text-align: left;
    }

    .aws-portfolio-single__title {
        font-size: clamp(30px, 10vw, 44px);
    }

    .aws-portfolio-single__excerpt {
        margin-bottom: 42px;
        font-size: 16px;
        line-height: 1.7;
    }

    .aws-media-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .aws-portfolio-gallery--full-width {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .aws-portfolio-gallery--full-width .aws-media-grid__item {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .aws-minislider .aws-seg {
        width: 20px;
    }

    .aws-minislider .aws-current,
    .aws-minislider .aws-total {
        font-size: 11px;
    }
}
