:root {
    --adome-white: #ffffff;
    --adome-black: #1a1a1a;
    --adome-font-heading: 'Space Mono', monospace;
    --adome-font-body: 'Work Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--adome-font-body);
    background: var(--adome-white);
    color: var(--adome-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--adome-font-heading);
}

a {
    color: inherit;
}

.adome-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: var(--adome-font-heading);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--adome-white);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 20px;
    min-height: 37px;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.adome-button:hover,
.adome-button:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 1);
}

/* ================================
   ADOMĖ Header
   ================================ */

.adome-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 79px;
    padding: 16px clamp(20px, 8.4vw, 160px);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

body.admin-bar .adome-site-header {
    top: 32px;
}

.adome-header-inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 1920px;
    min-height: 47px;
    margin: 0 auto;
}

.adome-header-logo {
    justify-self: start;
    line-height: 0;
}

.adome-header-logo a {
    display: inline-flex;
    align-items: center;
    color: var(--adome-white);
    text-decoration: none;
}

.adome-header-logo img {
    display: block;
    width: auto;
    max-height: 42px;
}

.adome-header-logo__text {
    font-family: var(--adome-font-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--adome-white);
}

.adome-header-nav {
    justify-self: center;
    min-width: 0;
    max-width: 100%;
}

.adome-primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(24px, 3.5vw, 50px);
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.adome-primary-menu li {
    margin: 0;
    padding: 0;
}

.adome-primary-menu a {
    display: inline-flex;
    align-items: center;
    font-family: var(--adome-font-heading);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.25s ease, font-weight 0.25s ease;
}

.adome-primary-menu a:hover,
.adome-primary-menu a:focus,
.adome-primary-menu .current-menu-item > a,
.adome-primary-menu a.adome-is-active {
    font-weight: 700;
    color: var(--adome-white);
}

.adome-header-cta {
    justify-self: end;
    display: flex;
    align-items: center;
}

.adome-header-cta .adome-button {
    height: 37px;
    min-width: 187px;
    padding: 0 20px;
    white-space: nowrap;
}

/* Header CTA hover color fix */
.adome-site-header .adome-button:visited {
    color: var(--adome-white);
}

.adome-site-header .adome-button:hover,
.adome-site-header .adome-button:focus {
    color: var(--adome-white) !important;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 1);
}

.adome-mobile-menu-cta {
    display: none;
}

.adome-site-header .adome-menu-toggle {
    appearance: none;
    -webkit-appearance: none;
    display: none;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    text-indent: 0;
}

.adome-site-header .adome-menu-toggle:hover,
.adome-site-header .adome-menu-toggle:focus {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.7);
}

.adome-site-header .adome-menu-toggle span {
    display: block;
    width: 18px;
    min-width: 18px;
    height: 1px;
    min-height: 1px;
    padding: 0;
    margin: 0;
    background: var(--adome-white);
    border: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.adome-site-header.is-menu-open .adome-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.adome-site-header.is-menu-open .adome-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.adome-site-header.is-menu-open .adome-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* ================================
   ADOMĖ Footer
   ================================ */

.adome-site-footer {
    width: 100%;
    padding: 64px 20px 32px;
    background: #111111;
    color: var(--adome-white);
    box-sizing: border-box;
}

.adome-footer-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.adome-footer-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr auto;
    gap: 64px;
    align-items: start;
}

.adome-footer-brand,
.adome-footer-column {
    min-width: 0;
}

.adome-footer-logo {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: var(--adome-white);
    text-decoration: none;
}

.adome-footer-logo__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.adome-footer-logo__text {
    font-family: var(--adome-font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.adome-footer-description {
    max-width: 300px;
    margin: 18px 0 0;
    font-family: var(--adome-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.adome-footer-heading {
    margin: 0 0 20px;
    font-family: var(--adome-font-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--adome-white);
}

.adome-footer-hours-list,
.adome-footer-contact-list {
    font-family: var(--adome-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.adome-footer-hours-list {
    display: grid;
    gap: 6px;
}

.adome-footer-hours-row {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 24px;
}

.adome-footer-contact-list {
    display: grid;
    gap: 6px;
}

.adome-footer-contact-item {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

a.adome-footer-contact-item:hover,
a.adome-footer-contact-item:focus {
    color: var(--adome-white);
}

.adome-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
}

.adome-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    color: var(--adome-white);
    text-decoration: none;
    opacity: 0.82;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.adome-footer-social-link:hover,
.adome-footer-social-link:focus {
    opacity: 1;
    transform: translateY(-2px);
}

.adome-footer-social-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.adome-footer-social-text {
    font-family: var(--adome-font-heading);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.adome-footer-divider {
    width: 100%;
    height: 1px;
    margin: 48px 0 22px;
    background: rgba(255, 255, 255, 0.28);
}

.adome-footer-copyright {
    font-family: var(--adome-font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1024px) {
    .adome-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px;
    }

    .adome-footer-socials {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .adome-site-footer {
        padding: 56px 20px 32px;
    }

    .adome-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: left;
    }

    .adome-footer-description {
        max-width: 360px;
    }

    .adome-footer-socials {
        justify-content: flex-start;
    }

    .adome-footer-divider {
        margin-top: 40px;
    }

    .adome-footer-copyright {
        text-align: left;
    }
}

/* Tablet / Mobile header */
@media (max-width: 1100px) {
    .adome-site-header {
        min-height: 72px;
        padding: 14px clamp(16px, 5vw, 40px);
    }

    .adome-header-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
    }

    .adome-header-logo img {
        max-height: 42px;
    }

    .adome-site-header .adome-menu-toggle {
        display: inline-flex;
        justify-self: end;
        grid-column: 2;
        flex: 0 0 42px;
    }

    .adome-header-cta {
        display: none;
    }

    .adome-header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        justify-self: stretch;
        width: 100%;
        padding: 24px clamp(16px, 5vw, 40px) 28px;
        background: rgba(26, 26, 26, 0.92);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        box-sizing: border-box;
    }

    .adome-site-header.is-menu-open .adome-header-nav {
        display: block;
    }

    .adome-primary-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 18px;
    }

    .adome-primary-menu a {
        font-size: 14px;
    }

    .adome-mobile-menu-cta {
        display: inline-flex;
        width: 100%;
        margin-top: 24px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .adome-site-header {
        top: 46px;
    }
}

@media (max-width: 480px) {
    .adome-site-header {
        min-height: 68px;
        padding: 12px 16px;
    }

    .adome-header-logo img {
        max-height: 38px;
    }

    .adome-site-header .adome-menu-toggle {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        min-height: 40px;
        flex-basis: 40px;
    }
}

/* ================================
   ADOME Hero
   ================================ */

.adome-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(560px, 46.6vw, 760px);
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: clamp(96px, 8vw, 132px) clamp(20px, 5vw, 72px) clamp(64px, 6vw, 96px);
    box-sizing: border-box;
}

.adome-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(25, 25, 24, 0.60);
    pointer-events: none;
}

.adome-hero__content {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
    margin: 0 auto;
    text-align: center;
    color: var(--adome-white);
}

.adome-hero__title,
.adome-hero__title .elementor-heading-title {
    margin: 0 0 clamp(24px, 2.5vw, 36px);
    font-family: var(--adome-font-heading);
    font-size: clamp(34px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--adome-white);
}

.adome-hero__address,
.adome-hero__address .elementor-widget-container,
.adome-hero__address p {
    margin: 0 0 clamp(28px, 2.65vw, 38px);
    font-family: var(--adome-font-body);
    font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--adome-white);
}

.adome-hero__address p:last-child {
    margin-bottom: 0;
}

.adome-hero__button .elementor-button,
.adome-hero__button a,
a.adome-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: min(100%, 298px);
    min-width: min(100%, 298px);
    min-height: 54px;
    padding: 0 24px;
    font-family: var(--adome-font-heading);
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: var(--adome-white);
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.adome-hero__button .elementor-button:hover,
.adome-hero__button .elementor-button:focus,
.adome-hero__button a:hover,
.adome-hero__button a:focus,
a.adome-hero__button:hover,
a.adome-hero__button:focus {
    color: var(--adome-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 1);
}

@media (max-width: 1100px) {
    .adome-hero {
        min-height: clamp(540px, 78vw, 700px);
        padding: clamp(92px, 12vw, 124px) clamp(20px, 5vw, 48px) clamp(56px, 8vw, 82px);
    }
}

@media (max-width: 767px) {
    .adome-hero {
        min-height: clamp(520px, 100svh, 680px);
        padding: 108px 20px 64px;
    }

    .adome-hero__content {
        width: 100%;
    }

    .adome-hero__title,
    .adome-hero__title .elementor-heading-title {
        letter-spacing: 0.02em;
        overflow-wrap: anywhere;
    }

    .adome-hero__button .elementor-button,
    .adome-hero__button a,
    a.adome-hero__button {
        max-width: 298px;
        min-height: 52px;
        padding: 0 18px;
        white-space: normal;
    }
}

@media (max-width: 360px) {
    .adome-hero {
        padding-right: 16px;
        padding-left: 16px;
    }
}
