/* EUROING production stylesheet — generated from the source files. */

/* reset.css */
/*--
    reset
--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a {
    text-decoration: none;
    position: relative;
    color: #000;
}

audio,
video,
canvas {
    max-width: 100%;
}


/* icons.css */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2") format("woff2")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/fa-light-300.woff2") format("woff2")
}

.fab,
.fal {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-times:before {
    content: "\f00d"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}


/* nav.css */
/* ============================================================
   EUROING — nav.css
   ============================================================ */

/* ── HEADER ─────────────────────────────────────────────────── */
header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 20;
    padding: 0 20px;
    background: transparent;
    transition: background .4s ease, backdrop-filter .4s ease, box-shadow .4s ease;
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-logo {
    position: relative;
    display: flex;
    align-items: center;
}

.header-logo img {
    float: none;
    width: auto;
    height: 52px;
    transition: height .35s ease;
}

/* ── DESKTOP NAV ─────────────────────────────────────────────── */
.ei-desktop-nav {
    flex: 1;
}

.ei-desktop-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ei-desktop-nav li {
    position: relative;
}

.ei-desktop-nav>ul>li>a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 10px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: color .2s ease;
}

.ei-desktop-nav>ul>li>a:hover,
.ei-desktop-nav>ul>li>a.act-link {
    color: #ffb400;
}

.ei-nav-dropdown {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 0;
    min-width: 290px;
    padding: 8px;
    border-radius: 14px;
    background: #ffb400;
    box-shadow: 0 22px 50px rgba(20, 14, 50, 0.20);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ei-nav-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.ei-nav-dropdown a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 14px;
    border-left: 3px solid transparent;
    border-radius: 7px;
    color: #251b48;
    min-height: 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
    text-align: left;
}

.ei-nav-dropdown a:hover,
.ei-nav-dropdown a:focus-visible,
.ei-nav-dropdown a[aria-current="page"] {
    color: #fff;
    background: #3a2f70;
    border-left-color: #eb7f3b;
}

.ei-nav-about-dropdown {
    min-width: 200px;
}

.ei-menu-chevron {
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.ei-nav-has-dropdown.is-open .ei-menu-chevron {
    transform: rotate(180deg);
}

/* ── HEADER CTA ──────────────────────────────────────────────── */
.ei-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 14px 28px;
    border-radius: 12px;
    background: #ffb400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition: color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ei-header-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 12px;
    background-color: #cc8f00;
    z-index: -1;
    transition: width 250ms ease;
}

.ei-header-cta:hover {
    color: #fff;
}

.ei-header-cta:hover::before {
    width: 100%;
}

/* ── HAMBURGER ───────────────────────────────────────────────── */
.nav-button-wrap {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.nav-button-wrap::before {
    display: none;
}

/* .nav-button {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    left: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    transition: border-color .25s, background .25s;
} */
.nav-button {
    width: 44px;
    height: 44px;
    display: block;
    /* Switched to block; positioning handled absolutely */
    cursor: pointer;
    position: relative;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    transition: border-color .25s, background .25s;
}

.nav-button:hover {
    border-color: #eb7f3b;
    background: rgba(235, 127, 59, 0.08);
}

.ei-header-scrolled .nav-button {
    border-color: rgba(58, 47, 112, 0.28);
}

.ei-header-scrolled .nav-button span {
    background: #3a2f70;
}

.ei-header-scrolled .nav-button:hover {
    border-color: #eb7f3b;
    background: rgba(235, 127, 59, 0.07);
}

.ei-header-scrolled .nav-button:hover span {
    background: #eb7f3b;
}

/* .nav-button span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    float: none;
    margin-bottom: 0;
    position: relative;
    transition: transform .32s cubic-bezier(.4, 0, .2, 1), opacity .22s, width .22s;
    transform-origin: center;
} */
.nav-button span {
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    /* Center horizontally: (44px container - 20px max-width) / 2 = 12px */
    left: 12px;
    top: 0;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .25s, width .25s, background-color .25s;
}

.nav-button .nos {
    width: 20px;
    transform: translateY(14px);
}

/* Top */
.nav-button .ncs {
    width: 14px;
    transform: translateY(20px);
}

/* Middle */
.nav-button .nbs {
    width: 17px;
    transform: translateY(26px);
}

/* Bottom */

.nav-button:hover .ncs,
.nav-button:hover .nbs {
    width: 20px;
}

/* .nav-button .ncs {
    width: 14px;
}

.nav-button .nbs {
    width: 0;
} */

/* .nav-button:hover .ncs,
.nav-button:hover .nbs {
    width: 20px;
} */

/* .nav-button.cmenu .nos {
    transform: translateY(7px) rotate(45deg);
    margin-bottom: 0;
    top: 0;
} */

.nav-button.cmenu .nos {
    transform: translateY(20px) rotate(45deg);
    width: 20px;
}

/* .nav-button.cmenu .ncs {
    transform: translateY(-7px) rotate(-45deg);
    margin-bottom: 0;
    top: 0;
    width: 20px;
} */

.nav-button.cmenu .ncs {
    transform: translateY(20px) translateX(-6px);
    opacity: 0;
    width: 0;
}

.nav-button.cmenu .nbs {
    transform: translateY(20px) rotate(-45deg);
    width: 20px;
}

/* .nav-button.cmenu .nbs {
    opacity: 0;
} */

.menu-button-text {
    display: none;
}

/* ── OVERLAY: fullscreen glass backdrop ─────────────────────── */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: rgba(8, 5, 20, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: none;
    overflow: hidden;
}

.nav-overlay .element {
    display: none;
}

.nav-holder {
    position: fixed;
    top: 0;
    right: -150%;
    width: min(380px, 96vw);
    bottom: 0;
    overflow: hidden;
    z-index: 105;
    display: none;
    flex-direction: column;
}

/* ── SCROLL WRAP ─────────────────────────────────────────────── */
.nav-scroll-bar-wrap {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-height: 0 !important;
    scrollbar-width: none !important;
}

.nav-scroll-bar-wrap::-webkit-scrollbar {
    display: none;
}

.nav-scroll-bar-wrap::before {
    display: none !important;
}

/* ── PANEL TOP HEADER ────────────────────────────────────────── */
.ei-mn-head {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: max(14px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.ei-mn-brand {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    z-index: 2;
}

.ei-mn-label {
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(235, 127, 59, 0.7);
    line-height: 1;
}

.ei-mn-name {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
}

.ei-mn-close-x {
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    transition: border-color .2s, background .2s;
}

.ei-mn-close-x:hover {
    border-color: #eb7f3b;
    background: rgba(235, 127, 59, 0.12);
}

.ei-mn-close-x span {
    display: block;
    width: 14px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 1px;
    position: absolute;
    transition: background .2s;
}

.ei-mn-close-x:hover span {
    background: #eb7f3b;
}

.ei-mn-close-x span:first-child {
    transform: rotate(45deg);
}

.ei-mn-close-x span:last-child {
    transform: rotate(-45deg);
}

/* ── NAV INNER ───────────────────────────────────────────────── */
nav.nav-inner {
    float: none !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 0 !important;
    z-index: 20;
    flex-shrink: 0;
    overflow: visible !important;
    padding: 10px 0 !important;
}

nav.nav-inner>ul {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    list-style: none !important;
    overflow: visible !important;
}

nav.nav-inner>ul>li {
    float: none !important;
    width: 100% !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    overflow: visible !important;
}

/* orange left bar */
nav.nav-inner>ul>li::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3px !important;
    height: auto !important;
    background: #eb7f3b !important;
    transform: scaleY(0) !important;
    transform-origin: center !important;
    transition: transform .28s ease !important;
    z-index: 3 !important;
    border-radius: 0 !important;
}

nav.nav-inner>ul>li:hover::after {
    transform: scaleY(1) !important;
}

nav.nav-inner>ul>li::before {
    display: none !important;
}

nav.nav-inner>ul>li>:is(a, button.ei-mn-sub-toggle) {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    float: none !important;
    padding: 0 24px 0 28px !important;
    height: 60px !important;
    line-height: 1 !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -0.4px !important;
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    transition: color .2s, background .2s !important;
    position: relative !important;
    z-index: 2 !important;
    justify-content: flex-start;
    width: 100% !important;
    box-sizing: border-box !important;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

nav.nav-inner>ul>li>:is(a, button.ei-mn-sub-toggle):hover,
nav.nav-inner>ul>li>:is(a, button.ei-mn-sub-toggle):focus-visible,
nav.nav-inner>ul>li>:is(a, button.ei-mn-sub-toggle).act-link {
    color: #eb7f3b !important;
}

nav.nav-inner>ul>li:hover>:is(a, button.ei-mn-sub-toggle) {
    background: rgba(255, 255, 255, 0.03) !important;
}

.ei-mn-num {
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(235, 127, 59, 0.45);
    letter-spacing: 1px;
    min-width: 20px;
    flex-shrink: 0;
    order: -1;
}

.ei-mn-chevron {
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    margin-left: auto;
    transition: transform .3s ease, color .2s;
}

.ei-mn-has-sub.open .ei-mn-chevron {
    transform: rotate(180deg);
    color: #eb7f3b;
}

/* ── SUBMENU ─────────────────────────────────────────────────── */
/*
   CRITICAL: .ei-mn-has-sub must be overflow:visible so the
   submenu can expand below it. The submenu itself uses
   max-height for the accordion animation.
*/
.ei-mn-has-sub {
    overflow: visible !important;
}

.ei-mn-sub {
    max-height: 0;
    overflow: hidden !important;
    transition: max-height .38s cubic-bezier(.4, 0, .2, 1);
    background: rgba(0, 0, 0, 0.22);
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.ei-mn-has-sub.open .ei-mn-sub {
    max-height: 400px;
}

.ei-mn-sub>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    float: none !important;
    width: 100% !important;
    overflow: hidden !important;
}

.ei-mn-sub>li:last-child {
    border-bottom: none !important;
}

.ei-mn-sub>li::before {
    display: none !important;
}

.ei-mn-sub>li::after {
    display: none !important;
}

.ei-mn-sub>li>a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 24px 11px 60px !important;
    height: auto !important;
    min-height: 44px;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.4 !important;
    transition: color .2s, padding-left .2s !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
}

.ei-mn-sub>li>a::before {
    content: '' !important;
    display: inline-block !important;
    width: 5px !important;
    height: 5px !important;
    min-width: 5px !important;
    background: #eb7f3b !important;
    border-radius: 50% !important;
    flex-shrink: 0;
    opacity: 0.5;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    font-size: 0 !important;
    -webkit-text-stroke: 0 !important;
}

.ei-mn-sub>li>a.act-link,
.ei-mn-sub>li>a:hover,
.ei-mn-sub>li>a:focus-visible {
    color: #eb7f3b !important;
    padding-left: 68px !important;
}

.ei-mn-sub>li>a.act-link,
.ei-mn-sub>li>a:hover::before {
    opacity: 1;
}

/* ── CTA ─────────────────────────────────────────────────────── */
.ei-mn-cta-wrap {
    padding: 18px 28px 4px;
    flex-shrink: 0;
}

.ei-mn-cta {
    display: block;
    width: 100%;
    padding: 15px;
    background: #eb7f3b;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background .25s, transform .15s;
}

.ei-mn-cta:hover {
    background: #c96826;
    transform: translateY(-1px);
    color: #fff !important;
}

/* ── CONTACT ROWS ────────────────────────────────────────────── */
.ei-mn-contacts {
    padding: 10px 28px 14px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.ei-mn-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

.ei-mn-contact-row:first-child {
    border-top: none;
}

.ei-mn-contact-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(235, 127, 59, 0.6);
    min-width: 52px;
    flex-shrink: 0;
}

.ei-mn-contact-val {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    transition: color .2s;
}

.ei-mn-contact-row:hover .ei-mn-contact-val {
    color: #eb7f3b;
}

/* ── SOCIAL BAR ──────────────────────────────────────────────── */
.nav-social {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    left: auto !important;
    bottom: auto !important;
    background: rgba(0, 0, 0, 0.18) !important;
    padding: 14px 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
}

.nav-social_title {
    display: none !important;
}

.nav-social ul {
    display: flex !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.nav-social li {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    border-left: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color .2s, background .2s !important;
    float: none !important;
    top: auto !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.nav-social li::before {
    display: none !important;
}

.nav-social li:hover {
    border-color: #eb7f3b !important;
    background: rgba(235, 127, 59, 0.09) !important;
}

.nav-social li a {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px !important;
    transition: color .2s !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 1 !important;
}

.nav-social li:hover a {
    color: #eb7f3b !important;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1200px) {
    header.main-header {
        gap: 16px;
    }

    .ei-desktop-nav>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .ei-desktop-nav {
        display: none !important;
    }

    .ei-desktop-nav,
    .ei-header-cta {
        display: none !important;
    }

    .nav-button-wrap {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        /* Clean alignment layout boundary push */
    }

    .ei-header-cta {
        display: none !important;
    }

    .nav-button-wrap {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .nav-holder {
        display: flex;
        width: 100%;
    }

    .ei-desktop-nav {
        display: none !important;
    }

    .ei-desktop-nav,
    .ei-header-cta {
        display: none !important;
    }

    .nav-button-wrap {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    header.main-header {
        height: 64px;
    }
}

@media (max-width: 768px) {
    header.main-header {
        top: max(8px, env(safe-area-inset-top));
    }
    .header-logo img {
        height: 40px;
        transition: height .35s ease;
    }

    header.main-header {
        position: fixed;
        top: max(8px, env(safe-area-inset-top));
        left: 12px;
        right: 12px;
        width: auto;
        height: 62px;
        padding: 0 16px;
        border-radius: 14px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        z-index: 90;
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        transition: background .35s ease,
            backdrop-filter .35s ease,
            box-shadow .35s ease,
            height .35s ease,
            border .35s ease,
            top .35s ease;
    }

    header.main-header.ei-header-scrolled {
        background: rgba(244, 240, 235, 0.72) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border: 1px solid rgba(58, 47, 112, 0.08) !important;
        box-shadow: 0 4px 12px rgba(58, 47, 112, 0.03),
            0 16px 32px rgba(58, 47, 112, 0.05) !important;
    }

    .nav-button-wrap {
        margin: 0 !important;
        display: flex !important;
        align-items: center;
    }
}

/* footer.css */
/* ==================== NEW FOOTER / CTA SECTION ==================== */
.ei-footer {
    padding: 90px 0 60px 0;
    background-color: #3a2f70;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Radiant orange glow accent background */
.ei-footer::before {
    content: '';
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(235, 127, 59, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.ei-footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header & Labels */
.ei-footer .ei-section-label {
    display: block;
    color: #eb7f3b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ei-footer h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.25;
}

.ei-footer h2 span {
    color: #eb7f3b;
}

.ei-footer p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* Action Buttons Grid */
.ei-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

/*
 * FIX: Swapped messy flex-wrap for an explicit CSS Grid.
 * Forces 4 clean columns on desktop monitors.
 */
.ei-cta-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.ei-cta-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.ei-cta-info-item span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.ei-cta-info-item a,
.ei-cta-info-item p {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    transition: color 0.2s ease;
}

.ei-cta-info-item a:hover {
    color: #eb7f3b;
}

/* ==================== RESPONSIVE BREAKPOINTS ==================== */

/* Tablets & Medium Screens (e.g., iPads) */
@media (max-width: 992px) {
    .ei-footer {
        padding: 70px 0 50px 0;
    }

    /* Drops into a balanced, symmetric 2x2 grid layout */
    .ei-cta-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
}

/* Small Mobile Devices (Smartphones) */
@media (max-width: 576px) {
    .ei-footer {
        padding: 60px 0 40px 0;
    }

    /* Prevents messy line-breaks inside titles on narrow viewports */
    .ei-footer h2 br {
        display: none;
    }

    /* Stack buttons full-width for easy thumb tapping */
    .ei-cta-btns {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .ei-cta-btns a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /* Clean vertical stack for contact rows */
    .ei-cta-info {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 40px;
    }
}

/* loader.css */
.loader2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    z-index: 100;
    background: #2D2D32;
    -webkit-transform: translate3d(0, 0, 0);
}

.page-load {
    position: fixed;
    top: 90px;
    left: 90px;
    right: 0;
    bottom: 0;
    z-index: 19;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
}

.page-load_bg,
.page-load_bg2 {
    position: absolute;
    right: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: #2D2D32;
    z-index: 3;
    overflow: hidden;
}

.page-load_bg2 {
    z-index: 2;
    background: #35353A;

}

.loader {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 75%;
    margin: -36px 0 0 -16px;
    z-index: 10;
}

.loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

.loader span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0.21);
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-3-1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-2 {
    0% {
        -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}

@keyframes loader-3-2 {
    0% {
        transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}


/* hero.css */
/* ==================== HERO SECTION BASE ==================== */
.ei-hero {
    position: relative;
    height: auto;
    min-height: 100dvh;
    padding: 96px 0 72px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #2a2245;
}

.ei-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ei-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.4s ease, transform 6s linear;
}

.ei-hero-slide.active {
    opacity: 1;
    transform: scale(1.1);
}

.ei-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.48);
}

.ei-hero-vignette {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at 50% 50%, transparent 20%, rgba(20, 14, 50, 0.65) 100%);
}

.ei-hero-diagonal {
    position: absolute;
    z-index: 3;
    left: 56px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(235, 127, 59, 0.5) 20%,
            rgba(235, 127, 59, 0.85) 50%,
            rgba(235, 127, 59, 0.5) 80%,
            transparent 100%);
}

.ei-hero-watermark {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: 80px;
    font-size: clamp(90px, 14vw, 200px);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(235, 127, 59, 0.05);
    letter-spacing: -4px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    line-height: 1;
}

.ei-hero-body {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    /* Balanced default container padding */
}

.ei-hero-content {
    width: 100%;
    max-width: 920px;
    text-align: center;
    animation: ei-fadein 1.2s cubic-bezier(0.25, 1, 0.5, 1) both;
}

@keyframes ei-fadein {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Eyebrow / Top Label */
.ei-hero-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.ei-hero-eyebrow-line {
    display: block;
    width: 30px;
    height: 2px;
    background: #eb7f3b;
    flex-shrink: 0;
}

.ei-hero-eyebrow-text {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.15em;
    color: #ffb400;
}

/* Typography Header */
.ei-hero-h1 {
    display: block;
    margin: 0 0 24px;
    line-height: 1.1;
    text-align: center;
}

.ei-hero-h1 span {
    display: block;
}

.ei-hero-h1 .l1 {
    font-size: clamp(38px, 5.5vw, 72px);
    /* Smooth, proportional scaling fluid typography */
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.ei-hero-h1 .l1::after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #eb7f3b;
    margin: 20px auto;
}

.ei-hero-sub {
    font-size: clamp(16px, 1.8vw, 19px);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
    font-weight: 400;
}

/* Actions Wrapper */
.ei-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* Hidden elements utilities if needed later */
.ei-hero-aside,
.ei-hero-thumbs,
.ei-hero-scroll {
    display: none;
}


/* ==================== BREAKPOINTS (LARGEST TO SMALLEST) ==================== */

/* Laptops & Tablets (Horizontal) */
@media (max-width: 1100px) {
    .ei-hero-body {
        padding: 0 40px;
    }

    .ei-hero-diagonal {
        left: 32px;
        /* Pulls the accent line closer to the edge */
    }

    .ei-hero-watermark {
        opacity: 0.6;
        /* Softens contrast as screen narrows down */
        bottom: 60px;
    }
}

/* Tablets (Portrait) */
@media (max-width: 768px) {
    .ei-hero {
        min-height: 100dvh;
    }

    .ei-hero-body {
        padding: 0 24px;
    }

    .ei-hero-diagonal {
        left: 16px;
    }

    .ei-hero-eyebrow {
        margin-bottom: 16px;
    }

    .ei-hero-h1 .l1 {
        letter-spacing: -0.01em;
    }

    .ei-hero-sub {
        margin-bottom: 32px;
        line-height: 1.6;
    }

    /* Drops watermark cleanly out of layout to guarantee readable contrast */
    .ei-hero-watermark {
        display: none;
    }
}

/* Small Mobile Devices (Smartphones) */
@media (max-width: 480px) {
    .ei-hero {
        min-height: 100dvh;
    }

    .ei-hero-body {
        padding: 0 20px;
        padding-top: 0;
    }

    .ei-hero-diagonal {
        display: none;
        /* Strip decorative accents on narrow views */
    }

    .ei-hero-eyebrow-text {
        font-size: 12px;
    }

    .ei-hero-h1 .l1 {
        font-size: 32px;
        /* Lock baseline small text size to prevent line truncation overlaps */
    }

    .ei-hero-h1 .l1::after {
        margin: 16px auto;
    }

    /* Transform button arrays to robust thumb tap targets */
    .ei-hero-btns {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .ei-hero-btns a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 14px 20px;
    }
}

/* style.css */
@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.hidden-item {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 50, 0.51);
    z-index: 3;
}

.menu-button-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    color: #1a1520 !important;
    transition: color .2s ease;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.element {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    will-change: transform;
    border: 1px solid rgba(255, 255, 255, 0.41);
    background: rgba(255, 255, 255, 0.051);
}

.element:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00d";
    color: #fff;
    position: relative;
    top: 14px;
    font-size: 20px;
    font-weight: 300;
}

.sliding-menu ul {
    margin: 0;
    float: left;
    width: 100%;
    overflow: hidden;
}

.sliding-menu li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.sliding-menu a {
    float: left;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
}

.sliding-menu a:hover {
    color: #fff;
}

.sliding-menu li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 100%;
    background: rgba(255, 255, 255, 0.071);
}

.sliding-menu li:hover:after {
    width: 50%;
}

.sliding-menu a i {
    float: left;
    width: 35px;
    color: #74829C;
    position: relative;
    top: 3px;
}

.sliding-menu a.back:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f104';
    color: #fff;
}

#submit_btn {
    background: none;
    border-radius: 0;
    outline: none;
    border: none;
}

#submit_btn {
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    z-index: 2;
    width: 50px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.col-wc_dec {
    position: absolute;
    left: 0;
    width: 70%;
    height: 300px;
    background: #f8f8f8;
    top: 0;
    z-index: 1;
}

.col-wc_dec.col-wc_dec2 {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    height: 250px;
}

.section-separator {
    display: flex;
    margin: 0 auto 10px;
    max-width: 824px;
    width: 92%;
    height: 1px;
    position: relative;
    z-index: 50;
    background: #eee;
}

.progress-bar {
    position: relative;
    height: 2px;
    width: 0%;
    z-index: 2;
    top: 34px;
}

/*------section ------------------------------------------------*/
section {
    position: relative;
    width: 100%;
    padding: 110px 0;
    background: #fff;
}

.share-wrapper {
    position: fixed;
    bottom: 0;
    left: 90px;
    width: 0;
    background: #262627;
    z-index: 100;
    overflow: hidden;
    height: 300px;
    -webkit-transform: translate3d(0, 0, 0);
}

.share-container {
    padding: 110px 50px 30px;
    overflow: hidden;
}

.close-share-btn {
    position: absolute;
    right: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #2D2D32;
    z-index: 10;
    cursor: pointer;
    font-size: 10px;
    text-align: right;
    padding-right: 40px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    opacity: 0;
}

.close-share-btn i {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.close-share-btn i {
    padding-right: 15px;
}

.close-share-btn:hover i {
    padding-right: 25px;
}

#message {
    text-align: left;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    color: #000;
}

#message h1 {
    font-size: 16px;
    padding-bottom: 10px;
}

#message p strong {
    font-weight: 800px;
    color: #000;
}

@media only screen and (max-width: 1064px) {
    .share-wrapper {
        bottom: inherit;
        top: 90px;
    }

    .page-load,
    .share-wrapper {
        left: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .lang-links {
        margin-top: 90px;
    }
}

/* euroing.css */
html {
    scroll-behavior: smooth;
}

:root {
    --e-global-typography-text-font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --e-global-typography-accent-font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    font-family: var(--e-global-typography-text-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.ei-section-label,
.ei-project-hero h1 {
    font-family: var(--e-global-typography-accent-font-family);
}

.ei-home {
    scroll-behavior: smooth;
}

.ei-home::-webkit-scrollbar {
    width: 5px;
}

.ei-home::-webkit-scrollbar-track {
    background: #ede8e2;
}

.ei-home::-webkit-scrollbar-thumb {
    background: #eb7f3b;
    border-radius: 3px;
}

/* ---------- Shared utilities ---------- */
.ei-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.ei-container-wide {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}

.ei-section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0.13em;
    color: #eb7f3b;
    margin-bottom: 16px;
    font-family: inherit;
}

.ei-section-header {
    text-align: center;
    margin-bottom: 64px;
}

.ei-section-header h2 {
    font-size: 56px;
    font-weight: 700;
    color: black;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin: 0;
    font-family: inherit;
}

.ei-section-subtitle {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    font-family: inherit;
    color: black;
    line-height: 1.6;
    max-width: 720px;
    margin: 24px auto 0;
}

/* ---------- Buttons ---------- */
.ei-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 12px;
    background: #ffb400;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    border: 2px solid transparent;
}

.ei-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 12px;
    background-color: #cc8f00;
    z-index: -1;
    transition: width 250ms ease;
}

.ei-btn-primary:hover {
    color: #fff;
}

.ei-btn-primary:hover::before {
    width: 100%;
}

.ei-btn-primary svg {
    transition: transform 250ms ease;
}

.ei-btn-primary:hover svg {
    transform: translateX(4px);
}

.ei-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 16px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 10px;
    line-height: 1;
}

.ei-btn-outline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 12px;
    background-color: #3a2f70;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}

.ei-btn-outline svg {
    transition: transform 0.4s ease-in-out;
}

.ei-btn-outline:hover {
    color: #fff;
    border-color: #3a2f70;
}

.ei-btn-outline:hover svg {
    transform: translateX(4px);
}

.ei-btn-outline:hover::before {
    width: 100%;
}

/* ---------- Company facts ---------- */
.ei-company-facts {
    background: #f4f0eb;
    border-bottom: 1px solid #ded9e6;
    padding: 28px 24px 18px;
}

.ei-company-facts-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1120px;
    margin: 0 auto;
}

.ei-company-facts-inner>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 4px 16px;
    text-align: center;
    border-right: 1px solid #d8d2e1;
}

.ei-company-facts-inner>div:last-child {
    border-right: 0;
}

.ei-company-facts-inner dd {
    margin: 0;
    color: #3a2f70;
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -.035em;
    font-variant-numeric: tabular-nums;
}

.ei-company-facts-inner dt {
    max-width: 24ch;
    color: #514869;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
}

.ei-company-facts-note {
    max-width: 1120px;
    margin: 18px auto 0;
    color: #645b73;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 640px) {
    .ei-company-facts {
        padding: 24px 16px 16px;
    }

    .ei-company-facts-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .ei-company-facts-inner>div {
        padding: 0 10px;
    }

    .ei-company-facts-inner>div:nth-child(2) {
        border-right: 0;
    }

    .ei-company-facts-inner dt {
        font-size: 14px;
    }
}

/* ---------- About ---------- */
.ei-about {
    padding: 110px 0;
    background: #ede8e2;
}

.ei-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ei-about-img-wrapper {
    position: relative;
}

.ei-about-img-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.ei-about-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 120px;
    height: 120px;
    background: #eb7f3b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.ei-about-badge strong {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.ei-about-badge small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.3;
    margin-top: 4px;
}

.ei-about-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #3a2f70;
    line-height: 1.25;
    margin: 0 0 22px;
}

.ei-about-text p {
    font-size: 15px;
    color: rgba(58, 47, 112, 0.65);
    line-height: 1.85;
    margin: 0 0 18px;
}

.ei-about-text .ei-btn-primary {
    margin-top: 20px;
}

.ei-about-divider {
    width: 50px;
    height: 3px;
    background: #eb7f3b;
    margin: 18px 0 28px;
}

/* ---------- Gallery ---------- */
.ei-gallery {
    padding: 110px 0;
    background: #ede8e2;
}

.ei-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 48px;
}

.ei-filter-btn {
    background: transparent;
    border: 1px solid rgba(58, 47, 112, 0.20);
    color: rgba(58, 47, 112, 0.55);
    padding: 9px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s;
}

.ei-filter-btn:hover,
.ei-filter-btn.active {
    background: #3a2f70;
    border-color: #3a2f70;
    color: #fff;
}

.ei-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #d8d2c8;
}

.ei-gallery-item.wide {
    grid-column: span 2;
}

.ei-gallery-item.tall {
    grid-row: span 2;
}

.ei-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.ei-gallery-item:hover img {
    transform: scale(1.08);
}

.ei-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 22, 65, 0.88) 0%, rgba(30, 22, 65, 0.10) 55%, transparent 100%);
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
}

.ei-gallery-item:hover .ei-gallery-overlay {
    opacity: 1;
}

.ei-gallery-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #eb7f3b;
    margin-bottom: 5px;
}

.ei-gallery-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.ei-gallery-zoom {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #eb7f3b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transform: scale(0);
    transition: transform .3s;
}

.ei-gallery-item:hover .ei-gallery-zoom {
    transform: scale(1);
}

.ei-gallery-item.hidden {
    display: none;
}

/* ---------- Projects ---------- */
.ei-projects {
    padding: 40px 0 100px 0;
    background:
        linear-gradient(180deg, rgba(244, 240, 235, 0.96) 0%, rgba(237, 232, 226, 1) 100%);
}

.ei-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ei-project-card {
    position: relative;
    min-height: 390px;
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    isolation: isolate;
    background: #221d2f;
    transition: transform .35s ease, box-shadow .35s ease;
    box-shadow: 0 18px 42px rgba(25, 21, 32, 0.18);
}

.ei-project-card:hover {
    box-shadow: 0 26px 52px rgba(25, 21, 32, 0.24);
}

.ei-project-card::before {
    content: '';
    position: absolute;
    border-radius: 34px;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(10, 9, 16, 0.02) 0%, rgba(10, 9, 16, 0.08) 44%, rgba(6, 5, 10, 0.90) 100%),
        linear-gradient(135deg, rgba(235, 127, 59, 0.18) 0%, rgba(235, 127, 59, 0) 48%);
    transition: background .35s ease;
}

.ei-project-card:hover::before {
    background:
        linear-gradient(180deg, rgba(10, 9, 16, 0.10) 0%, rgba(10, 9, 16, 0.22) 40%, rgba(6, 5, 10, 0.93) 100%),
        linear-gradient(135deg, rgba(235, 127, 59, 0.16) 0%, rgba(235, 127, 59, 0) 48%);
}

.ei-project-card-num {
    display: none;
}

.ei-project-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform .8s ease;
}

.ei-project-card:hover .ei-project-image {
    transform: scale(1.08);
}

.ei-project-content {
    position: relative;
    z-index: 2;
    padding: 0 24px 20px;
    margin-top: auto;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    transform: translateY(16px);
    transition: transform .45s ease-in-out, padding .45s ease-in-out;
}

.ei-project-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    max-width: 100%;
    text-wrap: balance;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
    text-align: left;
    transition: font-size .35s ease, text-align .35s ease;
}

.ei-project-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
    text-align: left;
    opacity: 0;
    max-height: 0;
    transform: translateY(14px);
    transition: opacity .45s ease-in-out, transform .45s ease-in-out, max-height .45s ease-in-out;
    overflow: hidden;
}

.ei-project-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #ffc400;
    text-decoration: none;
    transition: all .4s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    opacity: 0;
    max-height: 0;
    transform: translateY(14px);
    pointer-events: none;
    line-height: 1;
}

.ei-project-link:hover {
    color: #fff;
    transform: translateY(0);
}

.ei-project-link svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    transition: transform .4s ease-in-out;
}

.ei-project-link:hover svg {
    transform: translateX(4px);
}

.ei-project-card:hover .ei-project-content {
    align-items: flex-start;
    padding: 0 24px 18px;
    transform: translateY(0);
}

.ei-project-card:hover .ei-project-content h3 {
    font-size: 20px;
    text-align: left;
}

.ei-project-card:hover .ei-project-desc {
    opacity: 1;
    max-height: 120px;
    transform: translateY(0);
}

.ei-project-card:hover .ei-project-link {
    opacity: 1;
    max-height: 100px;
    transform: translateY(0);
    pointer-events: auto;
}

/* ---------- Services (Section-based) ---------- */
.ei-service-section {
    padding: 80px 60px;
    background: #f4f0eb;
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
}

.ei-service-section:last-child {
    border-bottom: none;
}

.ei-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.ei-service-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #3a2f70;
    margin: 0 0 32px;
    padding-bottom: 16px;
    border-bottom: 3px solid #eb7f3b;
    display: inline-block;
}

.ei-service-section>.ei-section-inner>img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    margin-bottom: 32px;
    transition: transform .4s ease;
}

.ei-service-section:hover>.ei-section-inner>img {
    transform: scale(1.02);
}

.ei-gallery-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ei-gallery-strip img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.ei-gallery-strip img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(58, 47, 112, 0.15);
}

.ei-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #eb7f3b;
    text-decoration: none;
    transition: all .2s ease;
}

.ei-back-link:hover {
    gap: 12px;
    color: #c96826;
}

.ei-project-hero {
    position: relative;
}

.ei-project-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #3a2f70;
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.2;
}

.ei-project-meta {
    font-size: 14px;
    color: rgba(58, 47, 112, 0.6);
    margin: 0;
}

.ei-project-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ei-project-details li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
    font-size: 14px;
    color: #5c5470;
}

.ei-project-details li:last-child {
    border-bottom: none;
}

.ei-project-details strong {
    color: #3a2f70;
    font-weight: 700;
}

/* ---------- Lightbox ---------- */
.ei-lb {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(20, 14, 50, 0.96);
    align-items: center;
    justify-content: center;
    padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
}

.ei-lb.open {
    display: flex;
}

.ei-lb img {
    max-width: 90vw;
    max-height: 88dvh;
    object-fit: contain;
    display: block;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.ei-lb-close {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    z-index: 10000;
    opacity: 0.7;
    transition: opacity .2s;
}

.ei-lb-close:hover {
    opacity: 1;
}

.ei-lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(235, 127, 59, 0.15);
    border: 1px solid rgba(235, 127, 59, 0.35);
    color: #eb7f3b;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background .2s;
    z-index: 10000;
}

.ei-lb-nav:hover {
    background: #eb7f3b;
    color: #fff;
}

.ei-lb-prev {
    left: 16px;
}

.ei-lb-next {
    right: 16px;
}

.ei-lb-caption {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    white-space: nowrap;
}

.es-page {
    overflow-y: auto;
    overflow-x: hidden;
    background: #f4f0eb;
    scroll-behavior: smooth;
    height: 100%;
}

.es-page::-webkit-scrollbar {
    width: 5px;
}

.es-page::-webkit-scrollbar-track {
    background: #ede8e2;
}

.es-page::-webkit-scrollbar-thumb {
    background: #eb7f3b;
    border-radius: 3px;
}

/* ---- Hero ---- */
.es-hero {
    position: relative;
    height: 58dvh;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #2a2245;
}

.es-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: esKenBurns 14s ease-in-out infinite alternate;
}

@keyframes esKenBurns {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

.es-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(20, 14, 50, .88) 0%, rgba(20, 14, 50, .55) 60%, rgba(20, 14, 50, .28) 100%);
}

.es-hero-line {
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #eb7f3b 20%, #eb7f3b 80%, transparent);
    opacity: .50;
}

.es-hero-watermark {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 160px;
    font-weight: 800;
    letter-spacing: 12px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(235, 127, 59, .07);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.es-hero-breadcrumb {
    font-size: 11px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, .40);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.es-hero-breadcrumb a {
    color: rgba(255, 255, 255, .40);
    text-decoration: none;
    transition: color .2s;
}

.es-hero-breadcrumb a:hover {
    color: #eb7f3b;
}

.es-hero-breadcrumb span {
    margin: 0 10px;
    color: rgba(235, 127, 59, .55);
}

.es-hero-title {
    font-size: clamp(38px, 5.5vw, 68px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.1;
    margin: 0;
}

.es-hero-title em {
    color: #eb7f3b;
    font-style: normal;
}

.es-hero-sub {
    font-size: 12px;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, .38);
    text-transform: uppercase;
    margin-top: 18px;
}

/* ---- Service strip ---- */
.es-svc-strip {
    display: flex;
    background: #ede8e2;
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
    width: 100%;
    position: relative;
}

.es-svc-strip-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 32px;
    border-right: 1px solid rgba(58, 47, 112, 0.08);
}

.es-svc-strip-item:last-child {
    border-right: none;
}

.es-svc-strip-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #eb7f3b;
    line-height: 1;
}

.es-svc-strip-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(58, 47, 112, 0.55);
    line-height: 1;
}

/* ---- Service sections ---- */
.es-svc {
    padding: 100px 0;
    background: #f4f0eb;
}

.es-svc--alt {
    background: #ede8e2;
}

/* ---- Label ---- */
.es-svc-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #eb7f3b;
    margin-bottom: 18px;
}

.es-svc-label::before,
.es-svc-label::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #eb7f3b;
    opacity: .55;
}

/* ---- Heading ---- */
.es-svc-h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    color: #3a2f70;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 22px;
    position: relative;
    padding-bottom: 18px;
}

.es-svc-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: #eb7f3b;
}

/* ---- Body text ---- */
.es-svc-body {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(58, 47, 112, 0.58);
    margin-bottom: 28px;
}

/* ---- Image block ---- */
.es-svc-images {
    position: relative;
}

.es-svc-img-main {
    position: relative;
    overflow: hidden;
}

.es-svc-img-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.es-svc-img-main:hover img {
    transform: scale(1.03);
}

.es-svc-img-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(244, 240, 235, 0.93);
    border-left: 2px solid #eb7f3b;
    padding: 9px 14px;
    font-size: 10px;
    letter-spacing: 3px;
    color: rgba(58, 47, 112, 0.75);
    text-transform: uppercase;
    font-weight: 600;
}

.es-svc-img-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 6px;
}

.es-svc-img-thumbs img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    opacity: .65;
    transition: opacity .3s;
}

.es-svc-img-thumbs img:hover {
    opacity: 1;
}

/* ---- Bullet list ---- */
.es-svc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.es-svc-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(58, 47, 112, 0.07);
    font-size: 14px;
    color: rgba(58, 47, 112, 0.60);
    line-height: 1.5;
}

.es-svc-list li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: #eb7f3b;
    border-radius: 50%;
    margin-top: 7px;
}

/* ---- Stats ---- */
.es-svc-stats {
    display: flex;
    gap: 40px;
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid rgba(58, 47, 112, 0.08);
}

.es-svc-stat {
    display: flex;
    flex-direction: column;
}

.es-svc-stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #eb7f3b;
    line-height: 1;
}

.es-svc-stat-lbl {
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(58, 47, 112, 0.40);
    text-transform: uppercase;
    margin-top: 6px;
}

/* ---- CTA ---- */
.es-cta {
    padding: 100px 0;
    background: #3a2f70;
    text-align: center;
}

.es-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.es-cta h2 {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 700;
    color: #fff;
    margin: 16px 0 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.es-cta p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.85;
    margin-bottom: 40px;
}

.es-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- Buttons ---- */
.es-btn {
    display: inline-block;
    padding: 13px 32px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #eb7f3b;
    color: #eb7f3b;
    background: transparent;
    transition: background .25s, color .25s;
    cursor: pointer;
}

.es-btn:hover {
    background: #eb7f3b;
    color: #fff;
}

.es-btn--filled {
    background: #eb7f3b;
    color: #fff;
}

.es-btn--filled:hover {
    background: transparent;
    color: #eb7f3b;
}

/* =================================================
   5. CONTACT PAGE — ec-* classes
   ================================================= */

.ec-page {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
    background: #f4f0eb;
}

.ec-page::-webkit-scrollbar {
    width: 5px;
}

.ec-page::-webkit-scrollbar-track {
    background: #ede8e2;
}

.ec-page::-webkit-scrollbar-thumb {
    background: #eb7f3b;
    border-radius: 3px;
}

/* ---- Hero ---- */
.ec-hero {
    position: relative;
    height: 58dvh;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #2a2245;
}

.ec-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../project_images/Avtopat Smokvica Gevgelija/IMG_2028.webp') center/cover no-repeat;
    transform-origin: center center;
    animation: ecKenBurns 14s ease-in-out forwards;
}

@keyframes ecKenBurns {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

.ec-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(20, 14, 50, .92) 0%, rgba(20, 14, 50, .65) 60%, rgba(20, 14, 50, .40) 100%);
}

.ec-hero-gold-line {
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent 0%, #eb7f3b 30%, #eb7f3b 70%, transparent 100%);
    opacity: .55;
}

.ec-hero-watermark {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -4px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(235, 127, 59, .07);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.ec-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 80px 52px 100px;
    max-width: 900px;
}

.ec-hero-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 6px;
    color: rgba(235, 127, 59, .75);
    text-transform: uppercase;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ec-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: rgba(235, 127, 59, .55);
}

.ec-hero-breadcrumb {
    font-size: 11px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    margin-bottom: 22px;
}

.ec-hero-breadcrumb a {
    color: rgba(255, 255, 255, .32);
    text-decoration: none;
}

.ec-hero-breadcrumb a:hover {
    color: #eb7f3b;
}

.ec-hero-breadcrumb span {
    margin: 0 8px;
    opacity: .4;
}

.ec-hero-h1 {
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.ec-hero-h1 em {
    font-style: normal;
    color: #eb7f3b;
}

.ec-hero-sub {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .45);
    max-width: 480px;
    line-height: 1.7;
}

/* ---- Info Strip ---- */
.ec-info-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-top: 1px solid rgba(58, 47, 112, 0.06);
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
    position: relative;
    width: 100%;
}

.ec-info-item {
    padding: 36px 32px;
    border-right: 1px solid rgba(58, 47, 112, 0.07);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .25s;
}

.ec-info-item:last-child {
    border-right: none;
}

.ec-info-item:hover {
    background: rgba(235, 127, 59, 0.04);
}

.ec-info-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
    color: #eb7f3b;
    opacity: .85;
}

.ec-info-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(235, 127, 59, 0.65);
}

.ec-info-value {
    font-size: 14px;
    font-weight: 500;
    color: rgba(58, 47, 112, 0.85);
    line-height: 1.6;
}

.ec-info-value a {
    color: rgba(58, 47, 112, 0.85);
    text-decoration: none;
    transition: color .2s;
}

.ec-info-value a:hover {
    color: #eb7f3b;
}

/* ---- Main two-column ---- */
.ec-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

/* Form side */
.ec-form-side {
    background: #ede8e2;
    padding: 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ec-section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(235, 127, 59, 0.80);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.ec-section-label::before,
.ec-section-label::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 28px;
    background: rgba(235, 127, 59, 0.45);
}

.ec-form-h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3a2f70;
    margin: 0 0 10px;
}

.ec-form-h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #eb7f3b;
    margin-top: 14px;
}

.ec-form-desc {
    font-size: 13px;
    color: rgba(58, 47, 112, 0.55);
    line-height: 1.8;
    margin: 18px 0 36px;
    max-width: 420px;
}

.ec-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ec-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ec-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ec-field label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(58, 47, 112, 0.42);
}

.ec-field input,
.ec-field textarea {
    background: #fff;
    border: 1px solid rgba(58, 47, 112, 0.12);
    border-radius: 2px;
    padding: 13px 16px;
    font-size: 13px;
    color: #1a1520;
    font-family: inherit;
    transition: border-color .2s, background .2s;
    outline: none;
    resize: none;
}

.ec-field input:focus,
.ec-field textarea:focus {
    border-color: rgba(235, 127, 59, 0.55);
    background: #fffaf6;
}

.ec-field input::placeholder,
.ec-field textarea::placeholder {
    color: rgba(58, 47, 112, 0.28);
}

.ec-field textarea {
    height: 130px;
}

.ec-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #eb7f3b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    padding: 16px 36px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    align-self: flex-start;
    margin-top: 6px;
}

.ec-submit:hover {
    background: #c96826;
    transform: translateY(-1px);
}

.ec-submit svg {
    transition: transform .2s;
}

.ec-submit:hover svg {
    transform: translateX(4px);
}

/* Map side */
.ec-map-side {
    position: relative;
    min-height: 600px;
}

.ec-map-side iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    filter: grayscale(20%) contrast(1.02) sepia(5%);
}

/* ---- CTA ---- */
.ec-cta {
    background: #3a2f70;
    padding: 100px 80px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ec-cta-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(235, 127, 59, 0.80);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.ec-cta-label::before,
.ec-cta-label::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 28px;
    background: rgba(235, 127, 59, 0.45);
}

.ec-cta h2 {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px;
}

.ec-cta h2 em {
    font-style: normal;
    color: #eb7f3b;
}

.ec-cta p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.8;
    max-width: 520px;
    margin: 0 auto 40px;
}

.ec-cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ec-btn-primary {
    display: inline-block;
    background: #eb7f3b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 16px 40px;
    text-decoration: none;
    transition: background .2s, transform .15s;
}

.ec-btn-primary:hover {
    background: #c96826;
    transform: translateY(-2px);
    color: #fff;
}

.ec-btn-ghost {
    display: inline-block;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    transition: border-color .2s, color .2s;
}

.ec-btn-ghost:hover {
    border-color: #eb7f3b;
    color: #eb7f3b;
}

.ei-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* About Section */
.ei-about-section {
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid rgba(58, 47, 112, 0.08);
}

.ei-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ei-about-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.ei-about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.ei-about-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(235, 127, 59, 0.95);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ei-about-text h2 {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    color: #3a2f70;
    margin-bottom: 24px;
    line-height: 1.2;
}

.ei-about-label {
    color: #eb7f3b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.ei-about-text p {
    color: rgba(58, 47, 112, 0.55);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.ei-about-text p:last-of-type {
    margin-bottom: 0;
}

/* Stats Section */
.ei-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #3a2f70 0%, #4e4192 100%);
}

.ei-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.ei-stat-box {
    text-align: center;
    padding: 20px;
}

.ei-stat-num {
    display: block;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #eb7f3b;
    line-height: 1;
    margin-bottom: 12px;
}

.ei-stat-num sup {
    font-size: 0.5em;
    margin-left: 4px;
}

.ei-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

/* Values Section */
.ei-values-section {
    padding: 100px 0;
    background: #f4f0eb;
    border-top: 1px solid rgba(58, 47, 112, 0.08);
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
}

.ei-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.ei-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #eb7f3b;
    margin-bottom: 16px;
}

.ei-section-header h2 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 700;
    color: #3a2f70;
    line-height: 1.2;
    margin-bottom: 12px;
}

.ei-section-header p {
    font-size: 15px;
    color: rgba(58, 47, 112, 0.55);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.85;
}

.ei-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ei-value-item {
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ei-value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(58, 47, 112, 0.12);
}

.ei-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ei-value-icon svg {
    width: 100%;
    height: 100%;
}

.ei-value-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3a2f70;
    margin-bottom: 12px;
}

.ei-value-item p {
    font-size: 14px;
    color: rgba(58, 47, 112, 0.55);
    line-height: 1.8;
}

/* Credentials Section */
.ei-credentials-section {
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid rgba(58, 47, 112, 0.08);
}

.ei-cred-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.ei-cred-item {
    text-align: center;
    padding: 24px;
    border-radius: 12px;
    background: #f4f0eb;
    transition: all 0.3s ease;
}

.ei-cred-item:hover {
    background: #3a2f70;
    transform: translateY(-4px);
}

.ei-cred-img {
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.ei-cred-img img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.ei-cred-item:hover .ei-cred-img {
    background: rgba(255, 255, 255, 0.1);
}

.ei-cred-item h4 {
    font-size: 13px;
    font-weight: 700;
    color: #3a2f70;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.ei-cred-item:hover h4 {
    color: #eb7f3b;
}

.ei-cred-year {
    font-size: 12px;
    color: rgba(58, 47, 112, 0.55);
    font-weight: 600;
}

.ei-cred-item:hover .ei-cred-year {
    color: rgba(255, 255, 255, 0.7);
}

/* Location Section */
.ei-location-section {
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid rgba(58, 47, 112, 0.08);
    border-bottom: 1px solid rgba(58, 47, 112, 0.08);
}

.ei-location-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(58, 47, 112, 0.1);
    max-width: 100%;
    margin-top: 40px;
}

.ei-location-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
}


.ei-info-strip {
    background: #fbf9f6;
    /* Shifted slightly brighter for clean premium contrast */
    padding: 60px 0;
    border-top: 1px solid rgba(58, 47, 112, 0.04);
    border-bottom: 1px solid rgba(58, 47, 112, 0.04);
}

.ei-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.ei-info-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.25s ease;
}

.ei-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb7f3b;
    background: rgba(235, 127, 59, 0.08);
    border-radius: 10px;
    transition: all 0.25s ease;
}

.ei-info-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.ei-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.ei-info-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(58, 47, 112, 0.5);
    /* Re-anchored hierarchy to match global site color palettes */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ei-info-link {
    font-size: 14px;
    font-weight: 600;
    color: #3a2f70;
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-word;
    /* Absolutely prevents long string emails from bursting containers */
    display: inline-block;
}

.ei-info-box:hover .ei-info-icon {
    background: #eb7f3b;
    color: #ffffff;
    transform: translateY(-2px);
}

.ei-info-link:hover {
    color: #eb7f3b;
}

.ei-info-text {
    font-size: 13px;
    font-weight: 500;
    color: #3a2f70;
    line-height: 1.5;
}

/* Contact Section */
.ei-contact-section {
    background: #fbf9f6;
    padding: 64px 0;
    scroll-margin-top: 100px;
}

.ei-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: stretch;
}

.ei-contact-email-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    text-align: left;
    background-color: #3a2f70;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    border: 1px solid rgba(58, 47, 112, .12);
    box-shadow: 0 16px 40px rgba(58, 47, 112, .1);
}

.ei-contact-card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.ei-contact-mail-icon {
    display: grid;
    place-items: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    color: #ffbc79;
    background: rgba(255, 255, 255, .06);
}

.ei-contact-kicker {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffbc79;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ei-contact-email-card h2 {
    max-width: 20ch;
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.02em;
    color: #fff;
    overflow-wrap: break-word;
}

.ei-contact-intro {
    max-width: 40ch;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #e7e2f4;
}

.ei-contact-email-address {
    max-width: 100%;
    padding: 0;
    margin: 24px 0 28px;
    color: #fff;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.01em;
    overflow-wrap: anywhere;
    user-select: text;
}

.ei-contact-email-actions {
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.ei-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 52px;
    max-width: 100%;
    gap: 12px;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #ffb400;
    color: #241b48;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, box-shadow .2s ease;
}

.ei-contact-btn:hover,
.ei-contact-btn:focus-visible {
    background: #ffc43d;
    color: #241b48;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

.ei-contact-btn svg {
    flex-shrink: 0;
    transition: transform .2s ease;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .ei-contact-btn:hover svg {
        transform: translate(2px, -2px);
    }
}

.ei-contact-email-note {
    margin: 12px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #e7e2f4;
}

.ei-contact-map-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(58, 47, 112, .12);
}

.ei-contact-map-header {
    padding: 28px;
    text-align: left;
}

.ei-contact-map-header h3 {
    margin: 0 0 8px;
    color: #3a2f70;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.ei-contact-map-header p {
    margin: 0;
    padding: 0;
    color: #625b72;
    font-size: 16px;
    line-height: 1.6;
}

.ei-contact-map-col iframe {
    flex: 1 0 280px;
    width: 100%;
    height: 280px;
    min-height: 280px;
    border: none;
    display: block;
    filter: grayscale(0.1) contrast(1.02);
}

.ei-contact-map-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 60px;
    padding: 16px 28px;
    color: #3a2f70;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: background .2s ease;
}

.ei-contact-map-link svg {
    flex-shrink: 0;
}

.ei-contact-map-link:hover {
    color: #3a2f70;
    background: #f4f0eb;
}

.ei-contact-map-link:focus-visible {
    outline-offset: -6px !important;
}

.ip-gallery {
    display: grid;
    gap: 4px;
    border-radius: 16px;
    overflow: hidden;
}

.ip-gallery.g2 {
    grid-template-columns: 1fr 1fr;
}

.ip-gallery.g1 {
    grid-template-columns: 1fr;
}

.ip-gallery.g1 .ip-gi {
    aspect-ratio: 16/7;
}

.ip-gallery.g2 {
    grid-template-columns: 1fr 1fr;
}

.ip-gallery.g2 .ip-gi {
    aspect-ratio: 4/3;
}

.ip-gallery.g3 {
    grid-template-columns: 3fr 2fr;
}

.ip-gallery.g3 .ip-gi {
    aspect-ratio: 4/3;
}

.ip-gallery.g3 .ip-gi:first-child {
    grid-row: span 2;
    aspect-ratio: auto;
    min-height: 400px;
}

.ip-gallery.g4 {
    grid-template-columns: repeat(4, 1fr);
}

.ip-gallery.g4 .ip-gi {
    aspect-ratio: 4/3;
}

.ip-gi {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #d8d2ca;
    border-radius: 14px;
}

.ip-gi img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.ip-gi:hover img {
    transform: scale(1.06);
}

.ip-gi-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 14, 50, .82) 0%, transparent 55%);
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    padding: 18px 16px;
}

.ip-gi:hover .ip-gi-overlay {
    opacity: 1;
}

.ip-gi-overlay-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.ip-gi-caption {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.ip-gi-expand {
    width: 34px;
    height: 34px;
    background: #eb7f3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
}

.ip-gi.ip-placeholder {
    cursor: default;
    background: linear-gradient(135deg, #e2ddd7 0%, #d4cfc8 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ip-gi.ip-placeholder img {
    display: none;
}

.ip-gi.ip-placeholder .ip-gi-overlay {
    display: none;
}

.ip-placeholder-icon {
    color: rgba(58, 47, 112, .20);
}

.ip-placeholder-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(58, 47, 112, .28);
}

.ip-block-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(58, 47, 112, .10);
}

.ip-block-head p {
    font-size: 13px;
    color: rgba(58, 47, 112, .48);
    margin: 0;
    line-height: 1.6;
}

.ip-block-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3a2f70;
    margin: 0 0 4px;
}

.ip-photo-project .ip-block-head {
    min-height: 30px;
}

.ip-project-block {
    margin-bottom: 60px;
}

.ip-anchornav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(58, 47, 112, .08);
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    z-index: 40;
    box-shadow: 0 2px 18px rgba(58, 47, 112, .06);
    border-radius: 20px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    margin-top: 15px;
}

.ip-anchornav-inner {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    padding: 8px 18px;
    overflow-x: auto;
    scrollbar-width: none;
}

.ip-anc.active {
    background: #3a2f70;
    color: #fff;
    border-color: #3a2f70;
}

.ip-anc {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(58, 47, 112, .55);
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid transparent;
    transition: all .2s ease;
}

.ip-anc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: .5;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ip-anc.active .ip-anc-dot {
    opacity: 1;
    background: #eb7f3b;
    transform: scale(1.3);
}

.ip-project-section {
    scroll-margin-top: 100px;
}

.ip-text-project {
    padding: 0;
    margin: 0;
    background: #fff;
}

.ip-text-row {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr);
    align-items: start;
    gap: 24px 48px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e2ec;
}

.ip-text-row > div:only-child {
    grid-column: 1 / -1;
}

.ip-text-row h2 {
    margin: 0;
    color: #3a2f70;
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.3;
    letter-spacing: -.02em;
    text-align: left;
}

.ip-text-row p {
    margin: 0;
    max-width: 72ch;
    color: #5a526a;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.ip-project-list {
    display: grid;
    gap: 6px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.ip-project-list li {
    position: relative;
    padding: 8px 0 8px 18px;
    border-bottom: 1px solid rgba(58, 47, 112, .10);
    color: #5a526a;
    line-height: 1.5;
}

.ip-project-list li::before {
    content: "";
    position: absolute;
    top: 1.15em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eb7f3b;
}

.ip-project-list li:last-child {
    border-bottom: 0;
}

.ip-photo-project {
    padding: clamp(34px, 4vw, 52px) 0;
}

.ip-photo-project .ei-section-header {
    margin-bottom: 24px;
}

.ip-photo-project .ip-project-block {
    margin-bottom: 32px;
}

.ip-photo-project .ip-project-block:last-child {
    margin-bottom: 0;
}

.ip-photo-project .ip-block-head p {
    font-size: 16px;
    color: #5a526a;
}

.ip-photo-project .ei-section-subtitle {
    color: #5a526a;
}

@media (max-width: 640px) {
    .ip-text-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding-block: 24px;
    }

    .ip-photo-project {
        padding: 32px 0;
    }

    .ip-photo-project .ip-project-block {
        margin-bottom: 24px;
    }
}

.ip-anc:active {
    transform: scale(0.96);
}

.ip-anc:hover {
    color: #3a2f70;
    background: rgba(58, 47, 112, .05);
    border-color: rgba(58, 47, 112, .15);
}

.ip-lb {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(8, 5, 22, .96);
    align-items: center;
    justify-content: center;
}

.ip-lb.open {
    display: flex;
}

.ip-lb-img {
    max-width: 88vw;
    max-height: 82dvh;
    object-fit: contain;
    display: block;
    border-radius: 4px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
    user-select: none;
}

.ip-lb-ph {
    width: 540px;
    max-width: 88vw;
    height: 320px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255, 255, 255, .22);
}

.ip-lb-ph.show {
    display: flex;
}

.ip-lb-ph p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ip-lb-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10001;
    background: linear-gradient(to bottom, rgba(8, 5, 22, .75), transparent);
}

.ip-lb-gallery-name {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .65);
}

.ip-lb-counter {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #eb7f3b;
}

.ip-lb-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.ip-lb-close:hover,
.ip-lb-close:focus-visible {
    background: #eb7f3b;
    border-color: #eb7f3b;
    outline: none;
}

.ip-lb-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
    z-index: 10001;
}

.ip-lb-arrow:hover,
.ip-lb-arrow:focus-visible {
    background: #eb7f3b;
    border-color: #eb7f3b;
    outline: none;
}

.ip-lb-arrow:disabled {
    opacity: .2;
    pointer-events: none;
}

.ip-lb-prev {
    left: 20px;
}

.ip-lb-next {
    right: 20px;
}

.ip-lb-caption {
    position: fixed;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: rgba(255, 255, 255, .50);
    font-weight: 500;
    z-index: 10001;
    white-space: nowrap;
    pointer-events: none;
}

.ip-lb-thumbstrip {
    position: fixed;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 10001;
    max-width: 88vw;
    flex-wrap: wrap;
    justify-content: center;
}

.ip-lb-thumb {
    width: 52px;
    height: 34px;
    object-fit: cover;
    border-radius: 4px;
    opacity: .35;
    cursor: pointer;
    border: 2px solid transparent;
    transition: opacity .2s, border-color .2s;
}

.ip-lb-thumb.active {
    opacity: 1;
    border-color: #eb7f3b;
}

.ip-lb-hint {
    position: fixed;
    bottom: 56px;
    right: 24px;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .14);
    z-index: 10001;
    pointer-events: none;
}

/* ─── skip link for a11y ─── */
.skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    background: #3a2f70;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    z-index: 99999;
    text-decoration: none;
    transition: top .2s;
}

.skip-link:focus {
    top: 16px;
}

.ip-empty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    border-radius: 14px;
    overflow: hidden;
}

.ip-empty-card {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #e0dbd4, #d2cdc5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ip-soon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 9px 18px;
    border-radius: 50px;
    border: 1px dashed rgba(58, 47, 112, .25);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    color: rgba(58, 47, 112, .40);
}

@media (max-width: 1200px) {
    .ei-service-section {
        padding: 60px 40px;
    }

    .ei-service-section>.ei-section-inner>img {
        height: 360px;
    }

    .ei-gallery-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .ei-gallery-strip img {
        height: 200px;
    }

    .ei-projects-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .ei-project-card {
        min-height: 360px;
    }
}

@media (max-width: 1100px) {
    .ei-stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ei-info-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 Clean Matrix */
        gap: 32px 24px;
    }

    .ei-contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ec-info-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .ec-info-item:nth-child(2) {
        border-right: none;
    }

    .ec-info-item:nth-child(3) {
        border-top: 1px solid rgba(58, 47, 112, 0.07);
    }

    .ec-info-item:nth-child(4) {
        border-top: 1px solid rgba(58, 47, 112, 0.07);
        border-right: none;
    }

    .ec-main {
        grid-template-columns: 1fr;
    }

    .ec-map-side {
        min-height: 400px;
        position: relative;
    }

    .ec-form-side {
        padding: 60px 40px;
    }
}

@media (max-width: 992px) {
    .ei-about-section {
        padding: 80px 0;
    }

    .ei-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ei-about-img img {
        height: 340px;
    }

    .ei-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .ei-cred-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .ei-project-card {
        min-height: 350px;
    }
}

@media (max-width: 900px) {

    /* Project Internal Portfolios */
    .ip-gallery.g3 {
        grid-template-columns: 1fr 1fr;
    }

    .ip-gallery.g3 .ip-gi:first-child {
        grid-row: span 1;
        grid-column: span 2;
        min-height: 260px;
        aspect-ratio: 16/7;
    }

    .ip-gallery.g4,
    .ip-empty-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Stats Matrix */
    .ei-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ei-stat-item {
        padding: 34px 20px;
        border-right: none;
    }

    .ei-stat-item:nth-child(1),
    .ei-stat-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

    .ei-stat-item:nth-child(1),
    .ei-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
}

@media (max-width: 768px) {
    .ei-container {
        padding: 0 16px;
    }

    .ei-section-header {
        margin-bottom: 36px;
    }

    .ei-section-header h2 {
        font-size: 26px;
    }

    /* About & Corporate Sections */
    .ei-about-section,
    .ei-values-section,
    .ei-credentials-section {
        padding: 60px 0;
    }

    .ei-about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ei-about-img img {
        height: 300px;
    }

    .ei-about-img-wrapper img {
        height: 340px;
    }

    .ei-about-badge {
        top: 16px;
        right: 16px;
        padding: 6px 12px;
        font-size: 11px;
    }

    .ei-about-text h2 {
        margin-bottom: 16px;
    }

    .ei-about-text p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    /* Core Services Block */
    .ei-service-section {
        padding: 40px 20px;
    }

    .ei-service-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ei-service-section>.ei-section-inner>img {
        height: 280px;
        margin-bottom: 20px;
    }

    .ei-gallery-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .ei-gallery-strip img {
        height: 160px;
    }

    .ei-gallery-item.wide {
        grid-column: span 1;
    }

    .ei-gallery-item.tall {
        grid-row: span 1;
    }

    /* Values & Badges Grid */
    .ei-values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ei-value-item {
        padding: 32px 24px;
    }

    .ei-cred-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ei-cred-item {
        padding: 20px 12px;
    }

    .ei-cred-img {
        height: 70px;
    }

    /* Master Projects Cards Engine */
    .ei-project-hero h1 {
        font-size: 32px;
    }

    .ei-projects-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ei-project-card {
        min-height: 340px;
    }

    .ei-project-card-num {
        display: none;
    }

    .ei-project-content {
        align-items: flex-start !important;
        padding: 0 24px 18px !important;
        transform: translateY(0) !important;
    }

    .ei-project-content h3 {
        font-size: 22px !important;
        text-align: left !important;
        max-width: none;
    }

    .ei-project-desc {
        font-size: 13px;
        max-width: 100%;
        opacity: 1 !important;
        max-height: 120px !important;
        transform: translateY(0) !important;
    }

    .ei-project-link {
        font-size: 14px;
        opacity: 1 !important;
        max-height: 100px !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    /* Animated Statistics Module */
    .ei-stats-section {
        padding: 60px 0;
    }

    .ei-stats-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .ei-stat-item {
        padding: 28px 16px;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .ei-stat-item:last-child {
        border-bottom: none;
    }

    .ei-stat-item strong {
        font-size: 38px;
    }

    .ei-stat-item strong sup {
        font-size: 18px;
    }

    .ei-stat-item p {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    /* Subpage Unique Components (es-) */
    .es-hero-line {
        left: 18px;
    }

    .es-svc {
        padding: 64px 0;
    }

    .es-svc-stats {
        gap: 24px;
    }

    .es-svc-img-main img {
        height: 260px;
    }

    .ei-info-box {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(58, 47, 112, 0.05);
        /* Soft structural divider rules */
    }

    .ei-info-box:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .es-svc-img-thumbs img {
        height: 100px;
    }

    /* Navigation & Information Footer Girders */
    .ei-info-strip {
        padding: 48px 0;
    }

    .ei-info-grid {
        grid-template-columns: 1fr;
        /* Stacked vertical index stream */
        gap: 24px;
        padding: 0 20px;
    }

    .ei-location-section {
        padding: 60px 0;
    }

    .ei-contact-section {
        padding: 40px 0;
    }

    .ei-contact-grid {
        padding: 0 20px;
    }

    .ei-contact-email-card {
        padding: 28px;
    }

    .ei-location-map iframe {
        height: 300px;
        min-height: 300px;
    }

    .ip-anchornav {
        display: none;
    }

    section {
        padding: 30px 0px;
    }
}

@media (max-width: 640px) {
    .ec-hero-content {
        padding: 0 24px 40px 32px;
    }

    .ec-hero-gold-line {
        left: 18px;
    }

    .ec-info-strip {
        grid-template-columns: 1fr;
    }

    .ec-info-item {
        border-right: none;
        border-bottom: 1px solid rgba(58, 47, 112, 0.07);
    }

    .ec-form-row {
        grid-template-columns: 1fr;
    }

    .ec-form-side {
        padding: 48px 24px;
    }

    .ec-cta {
        padding: 72px 24px;
    }

    .es-svc-strip {
        flex-wrap: wrap;
    }

    .es-svc-strip-item {
        flex: 50%;
        border-bottom: 1px solid rgba(58, 47, 112, 0.08);
    }
}

@media (max-width: 600px) {

    .ip-gallery.g2,
    .ip-gallery.g3,
    .ip-gallery.g4 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ip-gallery.g3 .ip-gi:first-child {
        grid-column: span 1;
        aspect-ratio: 4/3;
        min-height: unset;
    }

    .ip-empty-grid {
        grid-template-columns: 1fr;
    }

    /* Lightbox Optimization */
    .ip-lb-thumbstrip,
    .ip-lb-hint {
        display: none;
    }

    .ip-lb-caption {
        white-space: normal;
        text-align: center;
        width: 80%;
        bottom: 16px;
    }
}

@media (max-width: 480px) {
    .ei-service-section {
        padding: 24px 16px;
    }

    .ei-service-section h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .ei-service-section>.ei-section-inner>img {
        height: 220px;
        margin-bottom: 16px;
    }

    .ei-gallery-strip {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ei-gallery-strip img {
        height: 140px;
    }

    .ei-projects {
        padding: 60px 0;
    }

    .ei-project-content h3 {
        font-size: 19px;
    }

    .ei-project-link {
        padding: 11px 16px;
    }

    .ei-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 16px;
    }

    .ei-contact-grid {
        padding: 0 16px;
        gap: 20px;
    }

    .ei-contact-email-card,
    .ei-contact-map-header {
        padding: 24px;
    }

    .ei-contact-card-top {
        gap: 12px;
        margin-bottom: 24px;
    }

    .ei-contact-map-link {
        padding-inline: 24px;
    }

    .ei-contact-btn {
        width: 100%;
    }
}

/* ======================================================================
   Residential buildings page — stambeni-zgradi.html
   ====================================================================== */
.rz-overview {
    padding: 96px 0 54px;
    background:
        radial-gradient(circle at 10% 0%, rgba(235, 127, 59, .08), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
}

.rz-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    gap: 36px;
    align-items: stretch;
}

.rz-overview-copy {
    background: #fff;
    border: 1px solid rgba(58, 47, 112, .08);
    border-radius: 28px;
    padding: 44px;
    box-shadow: 0 24px 70px rgba(58, 47, 112, .07);
}

.rz-overview-copy h2 {
    font-size: clamp(30px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -0.045em;
    color: #3a2f70;
    margin: 12px 0 22px;
    max-width: 820px;
}

.rz-overview-copy p {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(58, 47, 112, .60);
    margin: 0 0 14px;
}

.rz-overview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.rz-overview-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.rz-stat-card {
    min-height: 158px;
    border-radius: 24px;
    padding: 26px;
    background: #3a2f70;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 24px 60px rgba(58, 47, 112, .14);
}

.rz-stat-card:nth-child(2),
.rz-stat-card:nth-child(3) {
    background: #eb7f3b;
}

.rz-stat-card::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: -34px;
    right: -28px;
    border: 24px solid rgba(255, 255, 255, .08);
}

.rz-stat-card strong {
    font-size: clamp(32px, 4vw, 52px);
    line-height: .9;
    letter-spacing: -0.05em;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.rz-stat-card span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: .75;
    position: relative;
    z-index: 1;
}

.rz-buildings,
.rz-catalogs,
.rz-gallery-section {
    padding: 86px 0;
    background: #fff;
}

.rz-catalogs {
    background: #f7f4ef;
}

/* Compact building catalogue links. */
.rz-building-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    border-top: 1px solid #dedbe7;
    scroll-margin-top: 160px;
}
.rz-building-list li { margin: 0; padding: 0; }
.rz-building-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 16px clamp(12px, 3vw, 24px);
    box-sizing: border-box;
    border-bottom: 1px solid #dedbe7;
    color: #392e70;
    text-decoration: none;
}
.rz-building-list a:hover { background: #f7f4ef; color: #392e70; }
.rz-building-list a:focus-visible {
    outline: 3px solid #392e70;
    outline-offset: 3px;
    background: #f7f4ef;
}
.rz-building-name { font-size: clamp(17px, 2vw, 21px); font-weight: 700; }
.rz-building-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
}
.rz-building-action svg { flex-shrink: 0; }

.rz-building-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.rz-building-card {
    background: #fff;
    border: 1px solid rgba(58, 47, 112, .09);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(58, 47, 112, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rz-building-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 90px rgba(58, 47, 112, .12);
    border-color: rgba(235, 127, 59, .32);
}

.rz-card-media {
    padding: 12px;
    background: linear-gradient(135deg, rgba(58, 47, 112, .06), rgba(235, 127, 59, .08));
}

.rz-card-gallery {
    border-radius: 20px;
}

.rz-card-gallery .ip-gi {
    aspect-ratio: 16/10;
    min-height: 330px;
}

.rz-card-gallery .ip-gi:not(:first-child) {
    display: none;
}

.rz-card-gallery .ip-gi img {
    object-fit: cover;
}

.rz-card-body {
    padding: 28px 28px 30px;
}

.rz-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #eb7f3b;
    margin-bottom: 10px;
}

.rz-card-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.rz-card-body h3 {
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.05;
    color: #3a2f70;
    letter-spacing: -0.035em;
    margin: 0 0 14px;
}

.rz-card-body p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(58, 47, 112, .58);
    margin: 0 0 20px;
}

.rz-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.rz-meta-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(58, 47, 112, .06);
    color: rgba(58, 47, 112, .72);
    font-size: 12px;
    font-weight: 800;
}

.rz-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rz-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #3a2f70;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.rz-link-btn:hover {
    background: #eb7f3b;
    color: #fff;
    transform: translateY(-2px);
}

.rz-link-btn.muted {
    background: rgba(58, 47, 112, .07);
    color: #3a2f70;
}

.rz-link-btn.muted:hover {
    background: rgba(235, 127, 59, .16);
    color: #3a2f70;
}

.rz-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rz-catalog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(58, 47, 112, .08);
    box-shadow: 0 20px 50px rgba(58, 47, 112, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rz-catalog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(235, 127, 59, .35);
    box-shadow: 0 28px 75px rgba(58, 47, 112, .12);
}

.rz-catalog-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #ece8e1;
}

.rz-catalog-card div {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rz-catalog-card span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #eb7f3b;
}

.rz-catalog-card strong {
    font-size: 16px;
    line-height: 1.2;
    color: #3a2f70;
}

.rz-catalog-card em {
    font-style: normal;
    font-size: 12px;
    color: rgba(58, 47, 112, .52);
    font-weight: 700;
}

.rz-main-gallery {
    gap: 10px;
}

.rz-main-gallery.ip-gallery.g4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rz-main-gallery .ip-gi:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.rz-main-gallery .ip-gi {
    aspect-ratio: 4/3;
    border-radius: 20px;
}

.rz-main-gallery .ip-gi:first-child {
    aspect-ratio: auto;
    min-height: 430px;
}

@media (max-width: 1100px) {

    .rz-overview-grid,
    .rz-building-grid {
        grid-template-columns: 1fr;
    }

    .rz-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {

    .rz-overview,
    .rz-buildings,
    .rz-catalogs,
    .rz-gallery-section {
        padding: 56px 0;
    }

    .rz-overview-copy {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .rz-overview-panel {
        grid-template-columns: 1fr 1fr;
    }

    .rz-stat-card {
        min-height: 128px;
        padding: 20px;
    }

    .rz-card-gallery .ip-gi {
        min-height: 260px;
    }

    .rz-card-body {
        padding: 24px 20px;
    }

    .rz-main-gallery.ip-gallery.g4 {
        grid-template-columns: 1fr 1fr;
    }

    .rz-main-gallery .ip-gi:first-child {
        grid-column: span 2;
        min-height: 290px;
    }
}

@media (max-width: 560px) {

    .rz-overview-panel,
    .rz-catalog-grid,
    .rz-main-gallery.ip-gallery.g4 {
        grid-template-columns: 1fr;
    }

    .rz-main-gallery .ip-gi:first-child {
        grid-column: span 1;
        min-height: unset;
        aspect-ratio: 4/3;
    }

    .rz-overview-actions,
    .rz-card-actions {
        flex-direction: column;
    }

    .rz-link-btn,
    .rz-overview-actions .ei-btn-primary,
    .rz-overview-actions .ei-btn-outline {
        width: 100%;
        justify-content: center;
    }
}

/* production.css */
:root {
    --ei-purple: #3a2f70;
    --ei-purple-dark: #171127;
    --ei-orange: #eb7f3b;
    --ei-gold: #ffb400;
    --ei-cream: #f4f0eb;
    --ei-focus: #ffb400
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
button,
input,
textarea,
select {
    font-family: Manrope, "DM Sans", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif
}

button,
input,
textarea,
select {
    font: inherit
}

img {
    max-width: 100%;
    height: auto
}

:focus {
    outline: none
}

:focus-visible {
    outline: 3px solid var(--ei-focus) !important;
    outline-offset: 4px !important
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100000;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    color: var(--ei-purple-dark);
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    transform: translateY(-180%);
    transition: transform .2s ease
}

.skip-link:focus {
    transform: translateY(0)
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

/* Native, accessible controls without changing the original visual design. */
.nav-button,
.ei-mn-close-x,
.ei-nav-dropdown-toggle,
.ei-mn-sub-toggle {
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    color: inherit
}

.nav-button,
.ei-mn-close-x {
    padding: 0
}

.ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-weight: 500;
    transition: color .2s ease;
    line-height: 1;
}

.ei-header-scrolled .ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle {
    color: var(--ei-purple)
}

.ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle:hover,
.ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle.act-link,
.ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle[aria-expanded="true"] {
    color: var(--ei-gold)
}

.ei-nav-has-dropdown.is-open .ei-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0)
}

/* Mobile menu restored to the original implementation.
   It slides with `right`, exactly like the first version, and never changes
   body overflow, page width, padding, margins or scroll position. */
.nav-button,
.ei-mn-close-x {
    background: transparent
}

@media(max-width:1100px) {
    .nav-holder {
        right: -150%;
        height: auto;
        min-height: 0;
        background: transparent;
        transform: none;
        visibility: visible;
        pointer-events: none;
        transition: right .6s cubic-bezier(.77, 0, .175, 1);
        will-change: right
    }

    .nav-holder.is-open {
        right: 0;
        pointer-events: auto
    }

    .nav-overlay {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .5s ease, visibility 0s linear .5s
    }

    .nav-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s
    }
}

/* Compact branded loader: logo + a single architectural beam, no oversized text. */
.loader2 {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f4f0eb;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .72s cubic-bezier(.77, 0, .175, 1), visibility 0s linear .72s
}

.loader2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 48%, rgba(235, 127, 59, .07), transparent 34%), linear-gradient(rgba(58, 47, 112, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(58, 47, 112, .025) 1px, transparent 1px);
    background-size: auto, 38px 38px, 38px 38px;
    mask-image: linear-gradient(to bottom, transparent, black 28%, black 72%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 28%, black 72%, transparent)
}

.loader2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #eb7f3b;
    transform: scaleX(0);
    transform-origin: left;
    animation: ei-loader-edge .72s cubic-bezier(.77, 0, .175, 1) .08s both
}

.loader2 .loader {
    display: grid !important;
    place-items: center;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 154px !important;
    height: 104px !important;
    margin: 0 !important;
    z-index: 2 !important
}

.loader2 .loader::before {
    content: "";
    display: block;
    width: 138px;
    height: 62px;
    background: url('../images/logo.svg') center/contain no-repeat;
    filter: drop-shadow(0 10px 20px rgba(58, 47, 112, .08));
    animation: ei-loader-logo .65s cubic-bezier(.22, 1, .36, 1) both
}

.loader2 .loader::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 12px;
    height: 1px;
    background: rgba(58, 47, 112, .16)
}

.loader2 .loader span {
    display: block !important;
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    top: auto !important;
    bottom: 10px !important;
    width: auto !important;
    height: 5px !important;
    margin: 0 !important;
    overflow: visible !important
}

.loader2 .loader span::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: auto !important;
    left: 0 !important;
    top: 2px !important;
    width: 42% !important;
    height: 2px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #eb7f3b, #ffb400) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    animation: ei-loader-beam 1s cubic-bezier(.77, 0, .175, 1) .16s infinite !important
}

.loader2 .loader span::after {
    content: "" !important;
    position: absolute !important;
    inset: auto !important;
    left: 0 !important;
    top: 0 !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 !important;
    border-radius: 1px !important;
    background: #3a2f70 !important;
    opacity: 1 !important;
    animation: ei-loader-node 1s cubic-bezier(.77, 0, .175, 1) .16s infinite !important
}

.loader2.is-hidden {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    pointer-events: none
}

@keyframes ei-loader-logo {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(.97)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes ei-loader-beam {
    0% {
        transform: scaleX(0)
    }

    45%,
    70% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(0);
        transform-origin: right
    }
}

@keyframes ei-loader-node {
    0% {
        transform: translateX(0);
        opacity: 0
    }

    15% {
        opacity: 1
    }

    70% {
        transform: translateX(88px);
        opacity: 1
    }

    100% {
        transform: translateX(88px);
        opacity: 0
    }
}

@keyframes ei-loader-edge {
    to {
        transform: scaleX(1)
    }
}

iframe[data-src] {
    background: linear-gradient(135deg, #eee8e0, #f8f5f0)
}

.ip-gi[role="button"] {
    cursor: pointer
}

.ip-lb[aria-hidden="true"] {
    display: none !important
}

.ip-lb-thumb[role="button"] {
    outline-offset: 2px
}

main[id],
section[id] {
    scroll-margin-top: 100px
}

@media(max-width:1200px) {
    .ei-desktop-nav>ul>li>.ei-nav-dropdown-toggle {
        font-size: 15px
    }
}

@media(max-width:1100px) {
    .ei-nav-dropdown-toggle {
        display: none !important
    }
}

@media(max-width:768px) {

    input,
    textarea,
    select {
        font-size: 16px !important
    }
}

@media(hover:none) {
    nav.nav-inner>ul>li:hover::after {
        transform: scaleY(0) !important
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }

    .loader2::after,
    .loader2 .loader::before,
    .loader2 .loader span::before,
    .loader2 .loader span::after {
        animation: none !important
    }
}

/* Header language disclosure */
.ei-language-menu {
    position: relative;
    flex: 0 0 auto;
    color: #fff;
}

.ei-language-menu summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 88px;
    min-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid currentColor;
    border-radius: 8px;
    background: #21193966;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
}

.ei-language-menu summary::-webkit-details-marker {
    display: none;
}

.ei-language-chevron {
    transition: transform .18s ease;
}

.ei-language-menu[open] .ei-language-chevron {
    transform: rotate(180deg);
}

.ei-language-options {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 100;
    min-width: 172px;
    padding: 6px;
    border: 1px solid #e2deea;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px #251b4826;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ei-language-options a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #3a2f70;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.ei-language-options a:hover,
.ei-language-options a:focus-visible,
.ei-language-options a[aria-current="true"] {
    color: #302653;
    background: #eeeaf5;
}

.ei-language-options a[aria-current="true"] {
    font-weight: 750;
}

.ei-header-scrolled .ei-language-menu summary {
    color: #3a2f70;
    background: #ffffff80;
}

/* Back to top and slideshow playback */
.ei-scroll-top {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 85;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 12px;
    background: #3a2f70;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 20px #1d173640;
}

.ei-scroll-top[hidden] {
    display: none !important;
}

.ei-scroll-top:hover {
    background: #241b4a;
}

.ei-hero-pause {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #ffffff90;
    border-radius: 8px;
    background: #211939aa;
    color: #fff;
    cursor: pointer;
}

.ei-about-text p {
    line-height: 1.8;
}

.ei-cred-img img {
    object-fit: contain;
}

.rz-stat-card strong {
    font-size: clamp(20px, 2.2vw, 30px);
    overflow-wrap: anywhere;
}

@media (max-width:1100px) {
    header.main-header {
        gap: 12px;
    }

    .ei-language-menu {
        margin-left: auto;
    }

    .nav-button-wrap {
        margin-left: 0 !important;
    }
}

@media (max-width:768px) {
    header.main-header {
        gap: 8px;
        padding-inline: 10px;
    }

    .header-logo img {
        max-width: 110px;
        height: auto;
    }

    .nav-button-wrap {
        flex-shrink: 0;
    }

    .nav-button {
        min-width: 44px;
        min-height: 44px;
    }

    .ei-scroll-top {
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion:reduce) {
    .ei-language-chevron {
        transition: none;
    }
}

/* About: history, company goals and original certificate documents. */
.ei-company-page {
    color: #302653;
    background: #fff;
}

.ei-company-page .ei-container {
    box-sizing: border-box;
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
}

.ei-company-banner {
    padding: calc(130px + env(safe-area-inset-top)) 0 40px;
    background: linear-gradient(95deg, rgba(28, 21, 53, .94), rgba(41, 32, 75, .72)), url('../images/about/company-background.jpg') center 45% / cover;
    color: #fff;
}

.ei-company-kicker {
    display: block;
    margin-bottom: 12px;
    color: #ffbc79;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ei-company-banner h1 {
    margin: 0 0 24px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.1;
    font-weight: 750;
    letter-spacing: -.03em;
}

.ei-company-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.ei-company-pages a {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 44px;
    border-bottom: 2px solid transparent;
    padding: 8px 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ei-company-pages a:hover,
.ei-company-pages a:focus-visible,
.ei-company-pages a[aria-current="page"] {
    border-bottom-color: #ffb400;
    color: #ffd36b;
}

.ei-company-overview,
.ei-company-goals,
.ei-company-work {
    padding: 48px 0;
}

.ei-company-intro {
    display: grid;
    grid-template-columns: .95fr 1.35fr;
    column-gap: 48px;
    row-gap: 20px;
    text-align: left;
}

.ei-company-page p,
.ei-company-page li {
    color: #514b62;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.ei-company-intro .ei-company-lead {
    grid-row: span 2;
    margin: 0;
    border-left: 3px solid #eb7f3b;
    padding-left: 24px;
    color: #3a2f70;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.6;
    font-weight: 550;
}

.ei-company-page h2 {
    margin: 0 0 24px;
    color: #3a2f70;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: -.025em;
    text-align: left;
}

.ei-company-goals {
    background: #f4f0eb;
}

.ei-company-goal-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 36px;
    list-style: none;
    text-align: left;
}

.ei-company-goal-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #ded8e2;
}

.ei-company-goal-list li::before {
    content: '';
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a44e1e;
}

.ei-company-work-grid {
    display: flex;
    grid-template-columns: .95fr 1.35fr;
    gap: 48px;
    text-align: left;
}

.ei-company-list {
    list-style: disc;
    padding-left: 22px;
}

.ei-company-list li + li {
    margin-top: 8px;
}

.ei-company-list li::marker {
    color: #a44e1e;
}

.ei-company-work p + ul {
    margin-top: 16px;
}

.ei-company-purpose {
    border-top: 1px solid #e6e1ea;
    padding: 40px 0 56px;
}

.ei-company-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
}

.ei-company-purpose section {
    padding: 0;
    text-align: left;
}

.ei-company-certificates {
    padding: 0 0 48px;
}

.ei-company-section-heading {
    padding-top: 32px;
    border-top: 1px solid #e6e1ea;
}

.ei-certificates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ei-certificates-awards {
    margin-top: 20px;
}

.ei-certificate-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #ded8e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ei-certificate-card:hover,
.ei-certificate-card:focus-within {
    border-color: #3a2f70;
    box-shadow: 0 6px 20px #30265312;
}

.ei-certificate-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #3a2f70;
}

.ei-certificate-main:focus-visible {
    outline: 3px solid #3a2f70 !important;
    outline-offset: -3px !important;
}

.ei-certificate-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 212px;
    padding: 16px;
    box-sizing: border-box;
    background: #f5f3f7;
    border-bottom: 1px solid #ebe7ef;
}

.ei-certificate-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ei-certificate-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 20px 10px;
}

.ei-certificate-body h3 {
    margin-bottom: 8px;
    color: #3a2f70;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.4;
}

.ei-certificate-body p {
    margin-bottom: 8px;
    color: #645c72;
    font-size: 13px;
    line-height: 1.55;
}

.ei-certificate-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    margin-top: auto;
    color: #3a2f70;
    font-size: 14px;
    font-weight: 750;
}

.ei-certificate-main:hover .ei-certificate-view {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ei-certificate-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    padding: 8px 20px;
    border-top: 1px solid #e6e1ea;
    background: #faf9fb;
}

.ei-certificate-links a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    color: #3a2f70;
    font-size: 13px;
    font-weight: 700;
}

.ei-certificate-links a:hover,
.ei-certificate-links a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ei-certificates-archive {
    margin-top: 28px;
    border-top: 1px solid #e0dbe7;
    border-bottom: 1px solid #e0dbe7;
}

.ei-certificates-archive summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    list-style: none;
    padding: 8px 4px;
    cursor: pointer;
    color: #3a2f70;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.ei-certificates-archive summary::-webkit-details-marker {
    display: none;
}

.ei-certificates-archive[open] summary .ei-menu-chevron {
    transform: rotate(180deg);
}

.ei-certificates-archive .ei-certificates-grid {
    padding-block: 12px 20px;
}

.ei-certificate-archive-card .ei-certificate-preview {
    height: 176px;
}

.ei-sme-mark {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px;
    margin: 0 0 20px;
}

.ei-sme-mark img {
    width: 218px;
    max-width: 100%;
    height: auto;
}

.ei-company-page summary:focus-visible,
.ei-language-menu summary:focus-visible {
    outline: 3px solid #ba5317;
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .ei-company-intro,
    .ei-company-work-grid,
    .ei-company-purpose-grid {
        column-gap: 28px;
    }

    .ei-certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .ei-company-banner {
        padding: calc(106px + env(safe-area-inset-top)) 0 28px;
    }

    .ei-company-overview,
    .ei-company-goals,
    .ei-company-work {
        padding-block: 32px;
    }

    .ei-company-intro,
    .ei-company-work-grid,
    .ei-company-purpose-grid,
    .ei-company-goal-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .ei-company-goal-list {
        gap: 0;
    }

    .ei-company-purpose {
        padding-block: 32px;
    }

    .ei-company-intro .ei-company-lead {
        grid-row: auto;
        padding-left: 18px;
    }

    .ei-company-purpose-grid {
        gap: 28px;
    }

    .ei-company-page h2 {
        margin-bottom: 18px;
    }

    .ei-certificates-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .ei-certificate-main {
        flex-direction: row;
    }

    .ei-certificate-preview,
    .ei-certificate-archive-card .ei-certificate-preview {
        flex: 0 0 112px;
        height: auto;
        min-height: 172px;
        padding: 12px;
        border-bottom: 0;
        border-right: 1px solid #ebe7ef;
    }

    .ei-certificate-preview img {
        width: 100%;
        height: auto;
        max-height: 150px;
    }

    .ei-certificate-body {
        min-width: 0;
        padding: 16px 14px 8px;
    }

    .ei-certificate-body h3 {
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .ei-certificate-links {
        padding-inline: 14px;
        gap: 4px 16px;
    }
}

/* Keep the header inside the safe area when an iPhone is rotated. */
@media (min-width: 769px) and (max-width: 1100px) {
    header.main-header {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
        top: env(safe-area-inset-top);
    }
}

@media (max-width: 768px) {
    header.main-header {
        left: max(12px, env(safe-area-inset-left));
        right: max(12px, env(safe-area-inset-right));
        width: auto;
    }
}
