a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

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

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

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

a {
    text-decoration: none;
    color: #191919
}

.splide__sr {
    display: none
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../../fonts/Montserrat/Montserrat-Regular.ttf) format("woff2"),url(../../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),url(../../fonts/Montserrat/Montserrat-Regular.ttf) format("ttf"),url(../../fonts/Montserrat/Montserrat-Regular.eot) format("eot")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../../fonts/Montserrat/Montserrat-Bold.ttf) format("woff2"),url(../../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),url(../../fonts/Montserrat/Montserrat-Bold.ttf) format("ttf"),url(../../fonts/Montserrat/Montserrat-Bold.eot) format("eot")
}

header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    position: absolute;
    backdrop-filter: blur(20px)
}

header .container {
    padding-top: 0;
    padding-bottom: 0
}

.header {
    display: flex;
    padding: 20px 0;
    align-items: center;
    height: 100px;
    position: relative;
	background: #0b0c10;
}

@media only screen and (min-width: 1024px) {
    .header {
        justify-content:space-between
    }
}

.header .custom-logo-link {
    flex-shrink: 1;
	margin-left: 1em;
}

.header a {
    color: #fff
}

.logo {
    width: 56px;
    height: 56px;
    z-index: 500
}

.logo img {
    width: 100%;
    object-fit: contain
}

.navigation {
    display: none;
    align-items: center;
    justify-content: space-between
}

.navigation .menu {
    display: flex
}

.navigation .menu a {
    width: 100%;
    padding: 10px;
    display: inline-block;
    transition: .25s linear;
	font-size: 1.2em;
}

@media only screen and (min-width: 1440px) {
    .navigation .menu a {
        padding:10px 20px
    }
}

.navigation .menu>.menu-item {
    position: relative;
    transition: .25s linear
}

.navigation .menu>.menu-item:hover {
    background-color: #fff
}

.navigation .menu>.menu-item:hover a {
    color: #000
}

.navigation .menu>.menu-item:hover>.sub-menu {
    display: block
}

.navigation .menu .menu-item-has-children {
    position: relative
}

.navigation .menu .menu-item-has-children:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%
}

.navigation .menu .menu-item-869,.navigation .menu .menu-item-873 {
    border: 1px solid #fff;
	border-radius: 2em;
}

.navigation .menu .current-menu-item {
    font-weight: 700
}

.navigation .menu .lang-item {
    border-left: 1px solid #fff
}

.navigation .menu .current-lang {
    display: none
}

.navigation .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: max-content;
    min-width: 100%;
    left: 0;
    background-color: #fff
}

.navigation .menu .sub-menu .menu-item:not(:last-child),.navigation .menu .sub-menu .menu-item:not(:last-child) a {
    position: relative
}

.navigation .menu .sub-menu .menu-item:not(:last-child) a:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    left: 5%
}

.navigation .menu .sub-menu .menu-item :hover {
    background-color: #0a38fd;
    color: #fff
}

.navigation .menu .sub-menu>.menu-item:hover>.sub-menu {
    display: block;
	left: 14.4em;
    top: 0px;
	background-color: #ffffff;
    color: #000000;
}

.mobile-menu {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 100px 20px 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    z-index: -1;
    right: 0;
    top: 0;
    overflow-y: scroll;
    height: 100vh;
    background-color: #fff;
    transition: .25s linear
}

@media only screen and (min-width: 768px) {
    .mobile-menu {
        width:50%
    }
}

@media only screen and (min-width: 1024px) {
    .navigation {
        display:flex
    }

    .mobile-menu {
        display: none
    }
}

.mobile-menu.show {
    transform: translateX(0);
    z-index: 400
}

.mobile-menu.show .mobile-menu__box {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mobile-menu .menu {
    display: flex;
    flex-direction: column;
    width: 100%
}

.mobile-menu .menu-item {
    line-height: 50px;
    width: 100%;
    margin-bottom: 0em;
}

.mobile-menu .menu-item a {
    display: block;
    width: 100%;
    height: 100%
}

.mobile-menu .menu .sub-menu {
    margin-left: 20px
}

.mobile-menu .menu .current_page_item {
/*     border-bottom: 1px solid #000; */
	font-weight: 600;
}

.mobile-menu .menu .current-lang {
    display: none
}

.header-controls {
    z-index: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width: 1024px) {
    .header-controls {
        display:none
    }
}

.burger-btn {
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    padding: 5px
}

.burger-btn.active {
    z-index: 9999
}

.burger-btn.active span:nth-child(2) {
    width: 60%;
    align-self: flex-end
}

.burger-btn.active span {
    background-color: #000
}

.burger-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #eee
}

.burger-btn span:not(:last-child) {
    margin-bottom: 6px
}

footer a {
    color: inherit
}

footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px
}

footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse
}

footer .copyright__menu .menu {
    display: flex;
    margin-bottom: 30px
}

footer .copyright__menu .menu a {
    margin: 0 10px
}

@media only screen and (min-width: 1024px) {
    footer .copyright {
        flex-direction:row
    }

    footer .copyright__menu .menu {
        flex-direction: row;
        margin-bottom: 0
    }

    footer .copyright__menu .menu a {
        margin-left: 20px
    }
}

footer .menu {
    color: #ecf1ff;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
	line-height: 2.5em;
}

footer .current-menu-item {
    font-weight: 700
}

footer .current-lang {
    display: none
}

footer .sub-menu {
    margin-left: 30px
}

.menus {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 1024px) {
    footer .menu {
        font-size:16px
    }

    .menus {
        flex-direction: row;
        align-items: flex-start
    }
}

.menus .logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

@media only screen and (min-width: 1024px) {
    .menus .logo-box {
        text-align:left;
        align-items: flex-start
    }
}

.menus .custom-logo-link {
    margin-bottom: 10px
}

.menus .footer-menu {
    text-align: center
}

.menus .footer-menu a {
    font-size: 14px
}

.menus .footer-menu__first {
    margin-bottom: 30px
}

.menus .footer-menu .menu-head {
    margin-bottom: 20px
}

.popup.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    transition: .25s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 10
}

.popup.overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 999
}

.popup__container {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    transition: .25s linear;
    width: 90%;
    max-width: 500px
}

.popup__container input {
    max-width: 100%!important
}

.popup__container button {
    width: 100%!important
}

.popup__close {
    padding: 15px;
    text-align: right;
    color: #fff;
    margin-left: auto;
    position: relative;
    cursor: pointer
}

.popup__close span {
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%
}

.popup__close span:first-child {
    transform: rotate(45deg)
}

.popup__close span:last-child {
    transform: rotate(-45deg)
}

html {
    margin-top: 0!important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

body {
    position: relative;
    background-color: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.3
}

body.overflow {
    overflow: hidden
}

.top-heading {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 0 50px 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0 20px;
    background-position: center 33%;
	background-size: cover;
	background: #0b0c10;
}

h1 {
    font-weight: 400
}

h3 {
    font-size: 24px;
    margin-bottom: 20px
}

main {
    flex-grow: 1;
    overflow: hidden
}

footer {
    border-radius: 50px 50px 0 0;
    background-color: #191919;
    color: #fff;
    flex-shrink: 0;
    display: none
}

.container {
    margin: 0 auto;
    max-width: 1400px;
}

@media only screen and (min-width: 1024px) {
    .menus .footer-menu {
        text-align:left
    }

    .menus .footer-menu__first {
        margin-left: auto;
        margin-right: 40px
    }

    body.overflow {
        overflow: unset
    }

    .top-heading {
        font-size: 68px;
        height: 100px
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700
}

@media only screen and (min-width: 1024px) {
    .section-title {
        margin-bottom:20px;
        font-size: 96px
    }
}

.section-subtitle {
    font-size: 21px;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;
    padding: 0
}

@media only screen and (min-width: 1024px) {
    .section-subtitle {
        padding:0 150px
    }
}

.popup-open {
    cursor: pointer
}

.popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 3;
    background-color: inherit
}

.popup_background.active {
    pointer-events: all;
    opacity: .5;
    background-color: #fff
}

.contact-form__response,.popup_contact {
    width: 90%;
    max-width: 631px;
    border-radius: 20px;
    background-color: #fff;
    z-index: 10;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: .4s;
    padding: 39px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-form__response,.contact-form__response.hide,.popup_contact.hide {
    display: none
}

.contact-form__response.active {
    display: block
}

.contact-form__response .response {
    display: none;
    font-size: 20px;
    text-align: center
}

.contact-form__response .response.active {
    display: block
}

.popup_contact_title {
    font-size: 22px;
    font-weight: 600;
    color: #111726;
    text-align: center
}

.popup_contact_description {
    font-size: 13px;
    font-weight: 400;
    color: #111726;
    text-align: center;
    margin-top: 26px
}

.popup_contact_fields {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.popup_contact_field {
    position: relative;
    width: 100%;
    height: 50px
}

.popup_contact_field input {
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 100%;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111726;
    width: 100%
}

.popup_contact_field input::placeholder {
    color: #a4a6b3
}

.popup_contact_field svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0,-50%)
}

.popup_contact_field_spec {
    position: relative;
    width: 100%;
    height: 135px
}

.popup_contact_field_spec textarea {
    resize: none;
    padding: 15px 15px 15px 40px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 100%;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111726;
    width: 100%
}

.popup_contact_field_spec textarea::placeholder {
    color: #a4a6b3
}

.popup_contact_field_spec svg {
    position: absolute;
    top: 15px;
    left: 15px
}

.popup_contact button {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 52px;
    background-color: #0a38fd;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.popup_contact_chk {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.popup_contact_chk input {
    width: 23px;
    min-width: 23px;
    height: 23px;
    border: 0;
    outline: 0;
    background-color: #d3d3d3;
    margin: 0
}

.popup_contact_chk label {
    font-size: 12px;
    font-weight: 400;
    color: #a4a6b3
}

.not-found__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden
}

.not-found {
    text-align: center
}

.not-found h1 {
    font-size: 350px;
    margin-bottom: 10px
}

.not-found h2 {
    font-size: 35px;
    margin-bottom: 10px
}

.not-found p {
    color: #e4e4e7;
    margin-bottom: 10px
}

.content {
	text-align: justify;
	margin-left: 1em;
    margin-right: 1em;
}

.content h2 {
	margin-top: 0.5em;
    font-size: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.content h2 {
		font-size: 2em;
		text-align: center;
	}
}

.content p {
    font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.content a {
    color: #007bff;
    text-decoration: none
}

.content a:hover {
    text-decoration: underline
}

.content img {
    width: 100%;
}

 /* ---------- ERVIN HERO ---------- */
  .ervin-hero{position:relative;background:linear-gradient(135deg,#faf5ef 0%,#f3e3d9 55%,#eed7c9 100%);padding:90px 24px 130px;overflow:hidden;}
  .ervin-hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:64px;align-items:center;position:relative;z-index:2;}
  .ervin-blob{width:100%;aspect-ratio:1/1.05;border-radius:44% 56% 52% 48% / 48% 44% 56% 52%;overflow:hidden;background:linear-gradient(150deg,#2b2420 0%,#4a3f36 55%,#5d4c3d 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px rgba(60,40,30,0.18);position:relative;}
  .ervin-blob .initial{font-family:'Lora',serif;font-style:italic;font-weight:600;font-size:90px;color:rgba(244,239,228,0.92);}
  .ervin-blob .cap{position:absolute;bottom:22px;left:0;right:0;text-align:center;color:rgba(244,239,228,0.55);font-size:10.5px;letter-spacing:0.5px;text-transform:uppercase;}
  .ervin-hero-text .script{display:block;font-family:'Dancing Script',cursive;font-weight:600;font-size:28px;color:#e0a091;margin-bottom:8px;}
  .ervin-hero-text h1{font-family:'Lora',serif;font-style:italic;font-weight:600;font-size:44px;color:var(--ink);margin-bottom:18px;line-height:1.15;}
  .ervin-hero-text .intro-line{font-size:17.5px;line-height:1.7;color:#5a4c40;font-style:italic;max-width:520px;margin-bottom:26px;}
  .ervin-social{display:flex;gap:12px;}
  .ervin-social a{width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 4px 14px rgba(60,40,30,0.12);display:flex;align-items:center;justify-content:center;text-decoration:none;}
  .ervin-social a svg{width:17px;height:17px;}

  /* ---------- HIGHLIGHT CHIPS ---------- */
  .ervin-highlights{max-width:1000px;margin:-64px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 24px;}
  .highlight-chip{background:#fff;border-radius:14px;padding:26px 16px;text-align:center;box-shadow:0 18px 40px rgba(20,15,10,0.08);}
  .highlight-chip .ic{font-size:26px;margin-bottom:10px;}
  .highlight-chip .label{font-size:12.5px;font-weight:700;color:var(--ink);line-height:1.4;}

  /* ---------- EXPERTISE ---------- */
  .ervin-expertise{max-width:900px;margin:0 auto;padding:120px 24px 90px;text-align:center;}
  .ervin-expertise .script{display:block;font-family:'Dancing Script',cursive;font-weight:600;font-size:26px;color:#e0a091;margin-bottom:8px;}
  .ervin-expertise h2{font-size:27px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--ink);margin-bottom:36px;}
  .pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
  .pill{display:inline-flex;align-items:center;gap:9px;padding:13px 24px;border-radius:999px;font-size:13.5px;font-weight:700;letter-spacing:0.3px;}
  .pill.p1{background:rgba(63,214,200,0.13);color:#1a7d73;}
  .pill.p2{background:rgba(224,160,145,0.2);color:#a2493a;}

  /* ---------- STORY ---------- */
  .ervin-story{max-width:740px;margin:0 auto;padding:0 24px 110px;}
  .ervin-story .mark{font-family:'Lora',serif;font-size:80px;color:#e0a091;line-height:0.5;margin-bottom:14px;opacity:0.5;display:block;}
  .ervin-story p{font-size:15.5px;line-height:1.9;color:#3f4249;margin-bottom:22px;}
  .ervin-story p.lead{font-size:18.5px;line-height:1.7;color:var(--ink);font-weight:500;}
  .pull-quote{border-left:3px solid #e0a091;padding:4px 0 4px 26px;margin:38px 0;font-family:'Lora',serif;font-style:italic;font-size:19px;line-height:1.6;color:#4a3f36;}

  /* ---------- CTA BAND ---------- */
  .ervin-cta{background:linear-gradient(120deg,#12141a 0%,#2a2f38 100%);padding:64px 24px;text-align:center;}
  .ervin-cta h3{color:#fbfaf6;font-size:23px;font-weight:700;margin-bottom:22px;max-width:520px;margin-left:auto;margin-right:auto;}
  .ervin-cta a{display:inline-block;background:#e0a091;color:#fff;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:0.4px;padding:15px 36px;border-radius:999px;}

  /* ---------- CONTACT ---------- */
  .ervin-contact-wrap{max-width:1040px;margin:0 auto;padding:100px 24px 110px;}
  .ervin-contact-card{display:grid;grid-template-columns:1fr 1.4fr;border-radius:18px;overflow:hidden;box-shadow:0 30px 70px rgba(20,15,10,0.1);}
  .ervin-contact-info{background:linear-gradient(150deg,#2b2420 0%,#4a3f36 100%);padding:52px 40px;color:#f4efe4;}
  .ervin-contact-info h3{font-family:'Lora',serif;font-style:italic;font-weight:600;font-size:24px;margin-bottom:22px;}
  .ervin-contact-info .row{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;color:rgba(244,239,228,0.85);}
  .ervin-contact-info .row svg{width:17px;height:17px;stroke:#e0a091;flex-shrink:0;}
  .ervin-contact-form{background:#fff;padding:52px 44px;}
  .ervin-contact-form h2{font-size:24px;font-weight:300;letter-spacing:1px;text-transform:uppercase;color:var(--ink);margin-bottom:30px;}
  .form-field{border-bottom:1px solid #e2e0da;padding:12px 2px;margin-bottom:24px;display:flex;align-items:center;gap:12px;}
  .form-field svg{width:16px;height:16px;stroke:#9a9da4;flex-shrink:0;}
  .form-field input,.form-field textarea{border:none;outline:none;flex:1;font-family:inherit;font-size:14px;font-style:italic;color:#333;background:transparent;resize:none;}
  .submit-btn{background:#e0a091;color:#fff;border:none;padding:15px 32px;font-size:12.5px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;border-radius:999px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-family:inherit;}
  .submit-btn svg{width:14px;height:14px;}

  @media (max-width:960px){
    .nav-links{display:none;}
    .menu-toggle{display:flex;}
    .ervin-hero{padding:70px 20px 90px;}
    .ervin-hero-inner{grid-template-columns:1fr;text-align:center;gap:36px;}
    .ervin-hero-text .intro-line{margin-left:auto;margin-right:auto;}
    .ervin-social{justify-content:center;}
    .ervin-highlights{grid-template-columns:1fr 1fr;margin-top:-40px;}
    .ervin-expertise{padding:80px 20px 60px;}
    .ervin-contact-card{grid-template-columns:1fr;}
    .ervin-contact-form{padding:40px 28px;}
    .ervin-contact-info{padding:40px 28px;}
  }
