:root {
    --alladv-cream: #f2eee2;
    --alladv-black: #080808;
    --alladv-lime: #a8d61f;
    --alladv-muted: #68665d;
    --alladv-line: rgba(8, 8, 8, 0.22);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--alladv-cream);
    color: var(--alladv-black);
}

.site-main,
.page-content,
.elementor,
.elementor-section-wrap {
    background: var(--alladv-cream);
}

.page-header,
.entry-title,
.hello-elementor-page-title,
body #site-header.site-header,
body header.site-header,
body .site-header.dynamic-header,
body #site-footer.site-footer,
body footer.site-footer,
body .site-title,
body .site-branding {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    visibility: hidden !important;
}

.alladv-header,
.alladv-footer {
    display: grid !important;
}

.alladv-footer {
    display: flex !important;
}

.alladv-header {
    align-items: center;
    background: rgba(242, 238, 226, 0.95);
    border-bottom: 1px solid var(--alladv-line);
    display: grid;
    grid-template-columns: 120px 1fr auto;
    min-height: 42px;
    padding: 0 8px 0 18px;
    position: sticky;
    top: 0;
    z-index: 50;
}

.alladv-logo {
    color: var(--alladv-black);
    display: inline-flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
    text-decoration: none;
    width: fit-content;
}

.alladv-logo-img {
    display: block;
    height: auto;
    width: 44px;
}

.alladv-logo-img--footer {
    filter: brightness(0) invert(1);
    width: 58px;
}

.alladv-logo-mark {
    align-items: center;
    border: 2px solid var(--alladv-lime);
    border-radius: 999px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    width: 30px;
}

.alladv-logo-sub {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 2px;
    margin-top: -2px;
}

.alladv-nav {
    justify-self: center;
}

.alladv-menu {
    align-items: center;
    display: flex;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.alladv-menu a {
    color: var(--alladv-black);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.alladv-talk {
    align-items: center;
    background: var(--alladv-lime);
    color: var(--alladv-black);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    text-decoration: none;
}

.alladv-talk::after {
    content: "↗";
    font-size: 12px;
    margin-left: 14px;
}

.alladv-footer {
    align-items: center;
    background: var(--alladv-black);
    color: var(--alladv-cream);
    display: flex;
    justify-content: space-between;
    padding: 42px clamp(18px, 4vw, 60px);
}

.alladv-footer .alladv-logo-mark {
    border-color: var(--alladv-lime);
}

.alladv-footer__brand {
    display: flex;
    flex-direction: column;
}

.alladv-footer__meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    gap: 22px;
    justify-content: flex-end;
    text-transform: uppercase;
}

.alladv-dot {
    color: var(--alladv-lime);
}

.alladv-home .elementor-widget-heading .elementor-heading-title,
.alladv-home .elementor-widget-text-editor {
    letter-spacing: 0;
}

.alladv-home img {
    display: block;
}

.alladv-home-section {
    border-bottom: 1px solid rgba(8, 8, 8, 0.2);
}

.alladv-hero {
    min-height: clamp(330px, 34vw, 520px);
    padding: clamp(52px, 7vw, 110px) clamp(18px, 4vw, 60px) clamp(10px, 2vw, 28px);
}

.alladv-hero .elementor-heading-title {
    max-width: 720px;
}

.alladv-kicker .elementor-heading-title,
.alladv-small-label .elementor-heading-title {
    color: var(--alladv-black);
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.alladv-lime-line {
    border-top: 7px solid var(--alladv-lime);
    background: #fff;
}

.alladv-lime-line .elementor-widget-image,
.alladv-lime-line .elementor-widget-container {
    line-height: 0;
}

.alladv-lime-line img {
    height: auto;
    max-height: 620px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.alladv-black-band {
    background: var(--alladv-black);
    color: var(--alladv-cream);
    padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 60px);
}

.alladv-black-band .elementor-heading-title,
.alladv-black-band .elementor-widget-text-editor {
    color: var(--alladv-cream) !important;
}

.alladv-black-band .elementor-widget-text-editor p,
.alladv-black-band .elementor-heading-title {
    color: var(--alladv-cream) !important;
}

.alladv-black-band .elementor-container {
    align-items: flex-start;
    min-height: 0;
}

.alladv-pill-row .elementor-button {
    background: #1d1d1d;
    border: 1px solid rgba(242, 238, 226, 0.25);
    border-radius: 999px;
    color: var(--alladv-cream);
    font-size: 10px;
    font-weight: 900;
    padding: 8px 14px;
    text-transform: uppercase;
}

.alladv-pill-row {
    padding-top: 0;
}

.alladv-pill-row .elementor-container {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}

.alladv-pill-row .elementor-column {
    flex: 0 0 auto !important;
    width: auto !important;
}

.alladv-pill-row .elementor-widget-button:first-child .elementor-button {
    background: var(--alladv-lime);
    border-color: var(--alladv-lime);
    color: var(--alladv-black);
}

.alladv-about {
    padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 60px);
}

.alladv-accordion .elementor-accordion-item {
    border-color: rgba(8, 8, 8, 0.42) !important;
}

.alladv-accordion .elementor-tab-title {
    align-items: center;
    display: flex;
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 900;
    justify-content: space-between;
    padding: 22px 0 !important;
}

.alladv-accordion .elementor-tab-content {
    color: var(--alladv-muted);
    font-size: 14px;
    line-height: 1.55;
    padding: 0 0 22px !important;
}

.alladv-people {
    background: var(--alladv-black);
    color: var(--alladv-cream);
    padding: clamp(48px, 7vw, 90px) clamp(18px, 4vw, 60px) 0;
}

.alladv-people .elementor-heading-title,
.alladv-people .elementor-widget-text-editor {
    color: var(--alladv-cream);
}

.alladv-team-image img {
    width: 100%;
}

@media (max-width: 760px) {
    .alladv-header {
        gap: 16px;
        grid-template-columns: auto 1fr;
        padding: 8px 12px;
    }

    .alladv-nav {
        justify-self: end;
    }

    .alladv-menu {
        gap: 14px;
    }

    .alladv-menu a {
        font-size: 11px;
    }

    .alladv-talk {
        grid-column: 1 / -1;
        width: 100%;
    }

    .alladv-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
}
