:root {
    --apex-red: #c51620;
    --apex-red-deep: #991018;
    --apex-navy: #0b1b2b;
    --apex-navy-2: #10273d;
    --apex-ink: #17212b;
    --apex-muted: #66717c;
    --apex-line: #dfe4e8;
    --apex-soft: #f5f6f7;
    --apex-white: #ffffff;
    --apex-gold: #c8a25a;
}

html { scroll-behavior: smooth; }
body.apex-homepage-v2-active {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--apex-white) !important;
}

body.apex-homepage-v2-active > *:not(.apex-v2):not(#wpadminbar):not(script):not(style) {
    max-width: none;
}

.apex-v2,
.apex-v2 * { box-sizing: border-box; }

.apex-v2 {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: clip;
    color: var(--apex-ink);
    background: var(--apex-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.apex-v2 a { color: inherit; }
.apex-v2 img { display: block; max-width: 100%; height: auto; }
.apex-v2-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.apex-v2-skip {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    transform: translateY(-160%);
    padding: 10px 14px;
    color: #fff;
    background: var(--apex-navy);
    text-decoration: none;
}
.apex-v2-skip:focus { transform: translateY(0); }

.apex-v2-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(11, 27, 43, 0.09);
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(16px);
}
.admin-bar .apex-v2-header { top: 32px; }
.apex-v2-header-row {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.apex-v2-brand { width: 194px; text-decoration: none; }
.apex-v2-brand img { width: 100%; }
.apex-v2-nav { display: flex; align-items: center; gap: 6px; }
.apex-v2-nav a {
    padding: 10px 14px;
    color: var(--apex-navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .015em;
    text-decoration: none;
}
.apex-v2-nav a:hover,
.apex-v2-nav a:focus-visible { color: var(--apex-red); }
.apex-v2-nav .apex-v2-nav-gift {
    margin-left: 12px;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
    background: var(--apex-red);
}
.apex-v2-nav .apex-v2-nav-gift:hover,
.apex-v2-nav .apex-v2-nav-gift:focus-visible { color: #fff; background: var(--apex-red-deep); }

.apex-v2-menu-button {
    display: none;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--apex-line);
    border-radius: 4px;
    color: var(--apex-navy);
    background: #fff;
    font: inherit;
    font-weight: 700;
}
.apex-v2-bars,
.apex-v2-bars::before,
.apex-v2-bars::after {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    content: "";
}
.apex-v2-bars { position: relative; }
.apex-v2-bars::before { position: absolute; top: -6px; }
.apex-v2-bars::after { position: absolute; top: 6px; }

.apex-v2-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--apex-navy);
}
.apex-v2-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: var(--apex-red);
    content: "";
}
.apex-v2-hero::after {
    position: absolute;
    right: 16%;
    bottom: -190px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    content: "";
}
.apex-v2-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .62fr);
    align-items: center;
    gap: 88px;
    padding: 88px 0;
}
.apex-v2-kicker,
.apex-v2-label {
    margin: 0 0 18px;
    color: var(--apex-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.apex-v2-kicker { color: #efb6ba; }
.apex-v2-label-light { color: #efc2c5; }
.apex-v2-hero h1,
.apex-v2 h2,
.apex-v2 h3,
.apex-v2 p { max-width: none; }
.apex-v2-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 6.5vw, 92px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.045em;
}
.apex-v2-hero h1 span { color: #f2c5c8; }
.apex-v2-hero-lead {
    max-width: 735px !important;
    margin: 30px 0 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 19px !important;
    line-height: 1.75 !important;
}
.apex-v2-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.apex-v2-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.apex-v2-btn:hover,
.apex-v2-btn:focus-visible { transform: translateY(-2px); }
.apex-v2-btn-primary { color: #fff !important; background: var(--apex-red); }
.apex-v2-btn-primary:hover { background: var(--apex-red-deep); }
.apex-v2-btn-outline { border-color: rgba(255,255,255,.42); color: #fff !important; background: transparent; }
.apex-v2-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.apex-v2-btn-white { color: var(--apex-red) !important; background: #fff; }
.apex-v2-btn-white:hover { background: #fff5f5; }

.apex-v2-hero-panel {
    position: relative;
    padding: 38px 34px;
    border-left: 7px solid var(--apex-gold);
    background: #fff;
    box-shadow: 0 30px 70px rgba(0,0,0,.24);
}
.apex-v2-hero-panel img { width: 100%; max-width: 340px; margin: 0 auto 28px; }
.apex-v2-hero-rule { height: 1px; margin-bottom: 20px; background: var(--apex-line); }
.apex-v2-hero-panel p {
    margin: 9px 0 !important;
    color: var(--apex-navy) !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.apex-v2-intro,
.apex-v2-contact { padding: 112px 0; scroll-margin-top: 96px; }
.apex-v2-section-grid {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}
.apex-v2-section-heading h2,
.apex-v2-objects h2,
.apex-v2-gift h2,
.apex-v2-contact h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}
.apex-v2-section-heading h2,
.apex-v2-contact h2 { color: var(--apex-navy); }
.apex-v2-copy p { margin: 0 0 22px !important; color: var(--apex-muted) !important; font-size: 18px !important; }
.apex-v2-copy .apex-v2-large {
    color: var(--apex-navy) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 38px) !important;
    line-height: 1.35 !important;
}
.apex-v2-arrow-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--apex-red);
    color: var(--apex-red) !important;
    font-weight: 800;
    text-decoration: none;
}

.apex-v2-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1px;
    margin-top: 80px;
    background: var(--apex-line);
    border: 1px solid var(--apex-line);
}
.apex-v2-capabilities article { min-height: 270px; padding: 34px; background: #fff; }
.apex-v2-capabilities span { color: var(--apex-red); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.apex-v2-capabilities h3 { margin: 54px 0 12px; color: var(--apex-navy); font-size: 25px; }
.apex-v2-capabilities p { margin: 0 !important; color: var(--apex-muted) !important; }

.apex-v2-objects {
    padding: 112px 0;
    scroll-margin-top: 96px;
    color: #fff;
    background: var(--apex-navy-2);
}
.apex-v2-objects-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    gap: 80px;
    align-items: end;
}
.apex-v2-objects h2 { color: #fff; }
.apex-v2-objects-head > p { margin: 0 !important; color: rgba(255,255,255,.72) !important; font-size: 17px !important; }
.apex-v2-rights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 72px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    list-style: none;
}
.apex-v2-rights li {
    min-height: 170px;
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 22px;
    align-items: start;
    padding: 30px 28px 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
}
.apex-v2-rights li:nth-child(odd) { padding-right: 38px; border-right: 1px solid rgba(255,255,255,.16); }
.apex-v2-rights li:nth-child(even) { padding-left: 38px; }
.apex-v2-rights span { color: #efb6ba; font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.apex-v2-rights p { margin: 0 !important; color: rgba(255,255,255,.9) !important; font-size: 17px !important; }

.apex-v2-gift { padding: 72px 0; background: var(--apex-red); }
.apex-v2-gift-box {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 60px;
    align-items: center;
}
.apex-v2-gift h2 { max-width: 780px; color: #fff; }
.apex-v2-gift p { max-width: 760px; margin: 22px 0 0 !important; color: rgba(255,255,255,.86) !important; font-size: 18px !important; }

.apex-v2-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: 90px;
    align-items: start;
}
.apex-v2-contact-grid > div:first-child > p:last-child { max-width: 620px; color: var(--apex-muted); font-size: 18px; }
.apex-v2-contact-card {
    padding: 42px;
    border-top: 6px solid var(--apex-red);
    color: #fff;
    background: var(--apex-navy);
}
.apex-v2-contact-name { margin: 0 0 24px !important; color: #fff !important; font-weight: 900; letter-spacing: .08em; }
.apex-v2-contact-card address { margin-bottom: 26px; color: rgba(255,255,255,.75); font-style: normal; }
.apex-v2-contact-card a { color: #fff !important; font-size: 19px; font-weight: 800; overflow-wrap: anywhere; }

.apex-v2-footer { padding: 58px 0 28px; color: rgba(255,255,255,.7); background: #07121d; }
.apex-v2-footer-row { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.apex-v2-footer-brand img { width: 185px; padding: 7px; background: #fff; }
.apex-v2-footer-brand p { margin: 14px 0 0 !important; color: rgba(255,255,255,.62) !important; font-size: 13px !important; }
.apex-v2-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.apex-v2-footer a { color: #fff !important; font-size: 14px; text-decoration: none; }
.apex-v2-footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.apex-v2-footer-bottom p { margin: 0 !important; color: rgba(255,255,255,.55) !important; font-size: 13px !important; }

@media (max-width: 980px) {
    .apex-v2-hero-grid { grid-template-columns: minmax(0,1fr) 330px; gap: 45px; }
    .apex-v2-section-grid,
    .apex-v2-contact-grid,
    .apex-v2-objects-head { gap: 50px; }
}

@media (max-width: 860px) {
    .apex-v2-menu-button { display: inline-flex; }
    .apex-v2-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 24px;
        left: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border: 1px solid var(--apex-line);
        background: #fff;
        box-shadow: 0 20px 50px rgba(11,27,43,.16);
    }
    .apex-v2-nav.is-open { display: flex; }
    .apex-v2-nav a { padding: 13px 12px; }
    .apex-v2-nav .apex-v2-nav-gift { margin: 4px 0 0; text-align: center; }
    .apex-v2-hero::before { width: 100%; height: 8px; top: auto; bottom: 0; }
    .apex-v2-hero-grid,
    .apex-v2-section-grid,
    .apex-v2-objects-head,
    .apex-v2-contact-grid { grid-template-columns: 1fr; }
    .apex-v2-hero-grid { min-height: auto; padding: 76px 0; }
    .apex-v2-hero-panel { max-width: 470px; }
    .apex-v2-capabilities { grid-template-columns: 1fr; }
    .apex-v2-capabilities article { min-height: 0; }
    .apex-v2-capabilities h3 { margin-top: 22px; }
    .apex-v2-gift-box { grid-template-columns: 1fr; gap: 32px; }
    .apex-v2-gift .apex-v2-btn { justify-self: start; }
}

@media (max-width: 782px) { .admin-bar .apex-v2-header { top: 46px; } }

@media (max-width: 660px) {
    .apex-v2-shell { width: min(100% - 28px, 1180px); }
    .apex-v2-header-row { min-height: 72px; }
    .apex-v2-brand { width: 150px; }
    .apex-v2-hero-grid { padding: 62px 0; }
    .apex-v2-hero h1 { font-size: clamp(44px, 14vw, 66px); }
    .apex-v2-hero-lead { font-size: 17px !important; }
    .apex-v2-hero-actions,
    .apex-v2-btn { width: 100%; }
    .apex-v2-hero-panel { padding: 28px 22px; }
    .apex-v2-intro,
    .apex-v2-objects,
    .apex-v2-contact { padding: 78px 0; }
    .apex-v2-capabilities { margin-top: 54px; }
    .apex-v2-capabilities article { padding: 26px; }
    .apex-v2-rights { grid-template-columns: 1fr; margin-top: 48px; }
    .apex-v2-rights li,
    .apex-v2-rights li:nth-child(odd),
    .apex-v2-rights li:nth-child(even) {
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
    }
    .apex-v2-gift { padding: 58px 0; }
    .apex-v2-contact-card { padding: 30px 24px; }
    .apex-v2-footer-row { grid-template-columns: 1fr; align-items: start; }
    .apex-v2-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .apex-v2 * { transition: none !important; }
}

/* Privacy notice, cookie policy and consent manager */
.apex-legal {
    width: min(100% - 32px, 980px);
    margin: 48px auto;
    color: #152536;
    font: 16px/1.7 Arial, sans-serif;
}
.apex-legal h1, .apex-legal h2 { color: #0b1b2b; line-height: 1.2; }
.apex-legal h1 { font-size: clamp(34px, 6vw, 56px); }
.apex-legal h2 { margin-top: 38px; font-size: 26px; }
.apex-legal a { color: #a4131d; }
.apex-legal table { width: 100%; margin: 24px 0; border-collapse: collapse; }
.apex-legal th, .apex-legal td { padding: 14px; border: 1px solid #cfd6dc; text-align: left; vertical-align: top; }
.apex-legal th { background: #eef2f5; }
.apex-privacy-button, .apex-cookie-settings-link {
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.apex-privacy-button { padding: 12px 18px; color: #fff; background: #0b1b2b; text-decoration: none; }
.apex-v2-footer .apex-cookie-settings-link { padding: 0; color: #fff; font-size: 14px; }
body.apex-consent-open { overflow: hidden; }
.apex-consent[hidden], .apex-consent [hidden] { display: none !important; }
.apex-consent { position: fixed; z-index: 999999; inset: 0; font: 16px/1.5 Arial, sans-serif; }
.apex-consent-backdrop { position: absolute; inset: 0; background: rgba(5, 14, 24, .62); }
.apex-consent-panel {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: min(calc(100% - 48px), 760px);
    max-height: calc(100vh - 48px);
    margin: 0 auto;
    padding: 28px;
    overflow: auto;
    color: #152536;
    background: #fff;
    border-top: 6px solid #b01724;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.apex-consent-panel h2 { margin: 0 0 12px; color: #0b1b2b; font-size: 28px; }
.apex-consent-links a { color: #86111a; }
.apex-consent-toggles { margin: 20px 0; border-top: 1px solid #dce1e5; }
.apex-consent-toggles label { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid #dce1e5; }
.apex-consent-toggles span { display: grid; gap: 3px; }
.apex-consent-toggles small { color: #536170; }
.apex-consent-toggles input { width: 22px; height: 22px; }
.apex-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.apex-consent-actions button {
    min-height: 44px;
    padding: 10px 16px;
    border: 2px solid #0b1b2b;
    color: #0b1b2b;
    background: #fff;
    font-weight: 700;
    cursor: pointer;
}
.apex-consent-actions button.is-primary { color: #fff; background: #0b1b2b; }
.apex-consent-actions button:focus-visible, .apex-privacy-button:focus-visible, .apex-cookie-settings-link:focus-visible { outline: 3px solid #e0a300; outline-offset: 3px; }
@media (max-width: 600px) {
    .apex-legal table, .apex-legal thead, .apex-legal tbody, .apex-legal tr, .apex-legal th, .apex-legal td { display: block; }
    .apex-legal thead { position: absolute; left: -9999px; }
    .apex-legal tr { margin-bottom: 16px; border: 1px solid #cfd6dc; }
    .apex-legal th, .apex-legal td { border: 0; border-bottom: 1px solid #e5e8eb; }
    .apex-consent-panel { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); max-height: calc(100vh - 20px); padding: 20px; }
    .apex-consent-actions { display: grid; }
}
