:root{
    --gold:#d7b56d;
    --gold-dark:#9d7835;
    --black:#050505;
    --soft:#0c0c0c;
    --card:#121212;
    --muted:#bdbdbd;
    --line:rgba(215,181,109,.25);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--black);color:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{font-family:inherit}

.loader{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:.8s ease}
.loader img{width:230px;filter:drop-shadow(0 0 45px rgba(215,181,109,.7));animation:loaderPulse 1.8s infinite ease-in-out}
body.loaded .loader{opacity:0;pointer-events:none}
@keyframes loaderPulse{0%,100%{transform:scale(1);opacity:.78}50%{transform:scale(1.08);opacity:1}}

.container{width:min(1200px,calc(100% - 34px));margin:auto}

.topbar{background:#000;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}
.topbar-inner{display:flex;justify-content:flex-end;gap:26px;padding:10px 0;color:#ddd;flex-wrap:wrap}
.topbar i{color:var(--gold);margin-right:7px}

.header{position:fixed;top:38px;left:0;width:100%;z-index:1000;background:rgba(0,0,0,.62);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);transition:.35s ease}
.header.scrolled{top:0;background:rgba(0,0,0,.94);box-shadow:0 12px 45px rgba(0,0,0,.45)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.brand{display:flex;align-items:center;gap:13px}
.brand img{width:72px;filter:drop-shadow(0 0 16px rgba(215,181,109,.35))}
.brand strong{display:block;font-family:'Cinzel',serif;color:var(--gold);font-size:19px}
.brand span{font-size:13px;color:#ccc}
.desktop-nav{display:flex;gap:24px}
.desktop-nav a{font-size:14px;font-weight:600;color:#eee;transition:.25s}
.desktop-nav a:hover{color:var(--gold)}
.call-btn{padding:12px 22px;border:1px solid var(--gold);border-radius:999px;color:var(--gold);font-weight:700;transition:.25s}
.call-btn:hover{background:var(--gold);color:#111}
.menu-btn{display:none;background:none;border:none;color:#fff;font-size:25px}
.mobile-nav{display:none;flex-direction:column;background:#070707;border-top:1px solid var(--line);padding:20px;gap:17px}
.mobile-nav.active{display:flex}

.hero{position:relative;min-height:118vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(110deg,rgba(0,0,0,.92),rgba(0,0,0,.66)),url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?q=80&w=1800&auto=format&fit=crop') center/cover fixed}
.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(215,181,109,.22),transparent 36%)}
.gold-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(215,181,109,.38) 1px, transparent 1px);background-size:42px 42px;opacity:.14;animation:gridMove 22s linear infinite}
@keyframes gridMove{from{transform:translateY(0)}to{transform:translateY(42px)}}
.hero-orb{position:absolute;border-radius:50%;filter:blur(30px);background:rgba(215,181,109,.18);animation:orbFloat 8s ease-in-out infinite}
.hero-orb.one{width:420px;height:420px;right:-90px;top:20%}
.hero-orb.two{width:260px;height:260px;left:8%;bottom:8%;animation-delay:1.5s}
@keyframes orbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-32px)}}

.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;padding-top:130px}
.badge{display:inline-flex;padding:11px 18px;border:1px solid var(--line);border-radius:999px;color:var(--gold);font-weight:700;letter-spacing:.5px;background:rgba(255,255,255,.04);margin-bottom:24px}
.hero h1{font-family:'Cinzel',serif;font-size:clamp(56px,7vw,96px);line-height:1;color:#fff;text-shadow:0 20px 70px rgba(0,0,0,.45)}
.hero h2{font-size:clamp(30px,3.8vw,50px);color:var(--gold);margin-top:12px}
.hero p{max-width:760px;margin-top:25px;color:#ddd;line-height:1.9;font-size:18px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:36px}
.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:999px;font-weight:800;transition:.35s}
.btn.primary{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#111;box-shadow:0 18px 45px rgba(215,181,109,.22)}
.btn.ghost{border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.05)}
.btn:hover{transform:translateY(-5px)}
.hero-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;max-width:760px}
.hero-mini div{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}
.hero-mini strong{display:block;color:var(--gold);font-family:'Cinzel',serif;font-size:24px}
.hero-mini span{display:block;color:#ccc;font-size:13px;margin-top:5px}

.hero-card{padding:44px;border-radius:34px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(18px);text-align:center;box-shadow:0 35px 90px rgba(0,0,0,.45);animation:cardFloat 5s ease-in-out infinite}
@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
.hero-card img{width:300px;max-width:100%;filter:drop-shadow(0 0 42px rgba(215,181,109,.55))}
.hero-card h3{font-family:'Cinzel',serif;color:var(--gold);font-size:28px;margin-top:20px}
.hero-card p{font-size:16px;color:#d6d6d6;margin:12px 0 0}

.intro,.service-cards-section,.practice,.why,.content-section,.contact{padding:110px 0}
.intro{background:linear-gradient(180deg,#050505,#0b0b0b)}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.section-label{display:inline-block;color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:800;margin-bottom:14px}
.intro h2,.title h2,.dynamic-content h2,.article-box h2{font-family:'Cinzel',serif;font-size:clamp(34px,4vw,54px);line-height:1.15}
.intro-right p,.dynamic-content p,.article-box p{color:#cfcfcf;line-height:1.95;font-size:17px}
.intro-right p+p,.article-box p+p,.dynamic-content p+p{margin-top:18px}

.service-cards-section{background:#080808;position:relative}
.title.center{text-align:center;max-width:790px;margin:0 auto 56px}
.title p{color:#cfcfcf;margin-top:14px;line-height:1.8}
.service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-box{min-height:265px;position:relative;background:#111;border:1px solid rgba(255,255,255,.1);padding:34px 32px;border-radius:0;overflow:hidden;transition:.35s;cursor:pointer}
.service-box::before{content:"";position:absolute;left:0;top:0;height:0;width:100%;background:linear-gradient(135deg,rgba(215,181,109,.9),rgba(157,120,53,.85));transition:.35s;z-index:0}
.service-box:hover::before{height:100%}
.service-box>*{position:relative;z-index:1}
.service-box i{font-size:34px;color:var(--gold);margin-bottom:18px;transition:.35s}
.service-box h3{font-family:'Cinzel',serif;font-size:22px;margin-bottom:14px;transition:.35s}
.service-box p{color:#cfcfcf;line-height:1.75;transition:.35s}
.service-box button{margin-top:22px;background:none;border:0;color:#fff;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.5px;cursor:pointer}
.service-box:hover i,.service-box:hover h3,.service-box:hover p,.service-box:hover button{color:#111}

.practice{background:#050505}
.dynamic-layout{display:grid;grid-template-columns:330px 1fr;gap:38px;align-items:start}
.dynamic-menu,.dynamic-content{background:#121212;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:32px}
.dynamic-menu{position:sticky;top:115px}
.dynamic-menu h3{font-family:'Cinzel',serif;color:var(--gold);font-size:24px;margin-bottom:20px}
.practice-tab{display:block;width:100%;text-align:left;background:transparent;color:#ddd;border:0;border-bottom:1px solid rgba(255,255,255,.07);padding:15px 0;font-size:16px;font-weight:700;cursor:pointer;transition:.25s}
.practice-tab:hover,.practice-tab.active{color:var(--gold);padding-left:8px}
.dynamic-content{min-height:520px;overflow:hidden}
.content-anim{transition:opacity .28s ease, transform .28s ease, filter .28s ease}
.content-anim.out{opacity:0;transform:translateY(18px) scale(.985);filter:blur(3px)}
.content-anim.in{animation:contentEnter .45s ease both}
@keyframes contentEnter{from{opacity:0;transform:translateY(-10px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
.dynamic-content h3{font-size:25px;color:var(--gold);margin:28px 0 14px}
.dynamic-content ul{padding-left:20px;color:#ddd;line-height:1.9}
.dynamic-content li{margin-bottom:4px}

.why{background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.88)),url('https://images.unsplash.com/photo-1505664194779-8beaceb93744?q=80&w=1600&auto=format&fit=crop') center/cover fixed}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-box{padding:34px;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px)}
.why-box span{font-family:'Cinzel',serif;color:var(--gold);font-size:36px}
.why-box h3{font-size:23px;margin:18px 0 10px}
.why-box p{color:#ccc;line-height:1.75}

.content-section{background:#080808}
.article-only{max-width:1030px}
.article-box{background:#121212;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:42px}
.article-box h3{font-size:25px;color:var(--gold);margin:28px 0 14px}
.article-box ul{padding-left:20px;color:#ddd;line-height:1.9}

.contact{background:#0a0a0a}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.contact-card{padding:30px;border-radius:28px;background:#121212;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px;transition:.35s}
.contact-card:hover{transform:translateY(-8px);border-color:rgba(215,181,109,.4)}
.contact-card i{font-size:28px;color:var(--gold)}
.contact-card strong{font-family:'Cinzel',serif;font-size:22px}
.contact-card span{color:#ccc;line-height:1.7}

.footer{padding:55px 0;background:#000;border-top:1px solid rgba(255,255,255,.08)}
.footer-clean{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;color:#ccc}
.footer-brand{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.footer-brand img{width:88px;filter:drop-shadow(0 0 25px rgba(215,181,109,.35))}
.footer-brand p{font-family:'Cinzel',serif;font-size:20px;color:#fff}
.footer-brand span{color:var(--gold);font-size:14px}
.footer-contact{justify-self:end;text-align:left}
.footer-contact h4{color:var(--gold);margin-bottom:12px;font-size:19px}
.footer-contact a{display:block;margin-top:8px;color:#ddd;transition:.25s}
.footer-contact a:hover{color:var(--gold)}

.whatsapp{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;z-index:999;box-shadow:0 16px 40px rgba(37,211,102,.35);animation:whatsappPulse 2s infinite}
@keyframes whatsappPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}

.reveal{opacity:0;transform:translateY(38px);transition:opacity .85s ease,transform .85s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}.delay-2{transition-delay:.23s}

@media(max-width:980px){
    .topbar-inner{justify-content:center}
    .header{top:60px}.header.scrolled{top:0}
    .desktop-nav,.call-btn{display:none}.menu-btn{display:block}
    .hero-layout,.intro-grid,.dynamic-layout{grid-template-columns:1fr}
    .hero-layout{text-align:center}.hero-actions{justify-content:center}.hero-mini{margin-left:auto;margin-right:auto}
    .service-card-grid,.why-grid,.contact-grid{grid-template-columns:1fr 1fr}
    .dynamic-menu{position:relative;top:0}
}
@media(max-width:640px){
    .topbar{display:none}.header{top:0}
    .container{width:min(100% - 24px,1200px)}
    .nav{padding:10px 0}
    .brand img{width:54px}.brand strong{font-size:14px}.brand span{font-size:11px}
    .menu-btn{font-size:23px}
    .hero{min-height:auto;padding:118px 0 64px;background-attachment:scroll}
    .hero h1{font-size:38px}.hero h2{font-size:22px}.hero p{font-size:15px;line-height:1.75}
    .hero-mini,.service-card-grid,.why-grid,.contact-grid{grid-template-columns:1fr}
    .hero-card{padding:26px}.hero-card img{width:210px}.hero-card h3{font-size:22px}
    .intro,.service-cards-section,.practice,.why,.content-section,.contact{padding:72px 0}
    .intro h2,.title h2,.dynamic-content h2,.article-box h2{font-size:30px}
    .btn{width:100%;justify-content:center}
    .dynamic-menu,.dynamic-content,.article-box{padding:22px}
    .service-box{min-height:auto;padding:26px}
    .contact-card{padding:24px}
    .footer-clean{grid-template-columns:1fr;text-align:center}
    .footer-brand{justify-content:center;flex-direction:column;gap:8px}
    .footer-brand img{width:74px}
    .footer-contact{justify-self:center;text-align:center}
    .whatsapp{width:56px;height:56px;font-size:28px;right:16px;bottom:16px}
}


/* === PREMIUM HEADER / NAVBAR GÜNCELLEME === */
.topbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1002;
    background:linear-gradient(90deg, rgba(0,0,0,.96), rgba(14,14,14,.96));
    border-bottom:1px solid rgba(215,181,109,.14);
}

.topbar-inner{
    justify-content:flex-end;
    gap:28px;
    padding:9px 0;
    color:#e8e8e8;
}

.topbar-inner a,
.topbar-inner span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    transition:.25s ease;
}

.topbar-inner a:hover{
    color:var(--gold);
}

.header{
    top:38px;
    background:rgba(5,5,5,.78);
    backdrop-filter:blur(22px);
    border-bottom:1px solid rgba(215,181,109,.16);
    box-shadow:0 12px 45px rgba(0,0,0,.22);
}

.header.scrolled{
    top:0;
    background:rgba(0,0,0,.95);
    box-shadow:0 18px 55px rgba(0,0,0,.55);
}

.nav{
    padding:14px 0;
}

.brand{
    display:flex;
    align-items:center;
    gap:15px;
    min-width:max-content;
}

.brand img{
    width:78px;
    height:78px;
    object-fit:contain;
    border-radius:50%;
    padding:7px;
    background:
        radial-gradient(circle, rgba(215,181,109,.14), rgba(255,255,255,.02));
    border:1px solid rgba(215,181,109,.24);
    box-shadow:
        0 0 28px rgba(215,181,109,.18),
        inset 0 0 18px rgba(215,181,109,.08);
    filter:drop-shadow(0 0 12px rgba(215,181,109,.35));
}

.brand strong{
    font-size:22px;
    line-height:1.08;
    letter-spacing:.3px;
    text-transform:uppercase;
}

.brand span{
    font-size:13px;
    color:#d7d7d7;
    margin-top:5px;
    display:block;
}

.desktop-nav{
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px;
    border-radius:999px;
    background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    border:1px solid rgba(255,255,255,.075);
    box-shadow:inset 0 0 22px rgba(255,255,255,.025);
    backdrop-filter:blur(14px);
}

.desktop-nav a{
    position:relative;
    padding:14px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:800;
    color:#efefef;
    transition:.3s ease;
    overflow:hidden;
}

.desktop-nav a::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(215,181,109,.18), rgba(215,181,109,.03));
    opacity:0;
    transition:.3s ease;
    border-radius:999px;
}

.desktop-nav a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:8px;
    width:0;
    height:2px;
    background:var(--gold);
    transform:translateX(-50%);
    transition:.3s ease;
    border-radius:999px;
}

.desktop-nav a:hover{
    color:var(--gold);
    transform:translateY(-2px);
}

.desktop-nav a:hover::before{
    opacity:1;
}

.desktop-nav a:hover::after{
    width:50%;
}

.call-btn{
    padding:15px 28px;
    border-radius:999px;
    color:var(--gold);
    font-weight:900;
    background:linear-gradient(135deg, rgba(215,181,109,.16), rgba(215,181,109,.035));
    border:1px solid rgba(215,181,109,.48);
    box-shadow:0 0 28px rgba(215,181,109,.08);
    transition:.35s ease;
    white-space:nowrap;
}

.call-btn:hover{
    transform:translateY(-4px);
    background:linear-gradient(135deg, var(--gold), var(--gold-dark));
    color:#111;
    box-shadow:0 18px 38px rgba(215,181,109,.26);
}

.menu-btn{
    width:52px;
    height:52px;
    border-radius:16px;
    border:1px solid rgba(215,181,109,.32);
    background:linear-gradient(135deg, rgba(215,181,109,.12), rgba(255,255,255,.035));
    color:var(--gold);
    align-items:center;
    justify-content:center;
    box-shadow:0 0 24px rgba(215,181,109,.08);
    transition:.25s ease;
}

.menu-btn:hover{
    background:rgba(215,181,109,.18);
}

.mobile-nav{
    display:none;
    flex-direction:column;
    gap:10px;
    padding:20px;
    background:rgba(0,0,0,.97);
    border-top:1px solid rgba(215,181,109,.16);
    box-shadow:0 22px 60px rgba(0,0,0,.55);
    backdrop-filter:blur(20px);
    animation:mobileMenuPremium .32s ease;
}

.mobile-nav.active{
    display:flex;
}

.mobile-nav a{
    position:relative;
    padding:16px 18px;
    border-radius:16px;
    color:#fff;
    font-size:17px;
    font-weight:800;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    transition:.25s ease;
}

.mobile-nav a:hover{
    color:var(--gold);
    border-color:rgba(215,181,109,.26);
    padding-left:26px;
    background:rgba(215,181,109,.075);
}

@keyframes mobileMenuPremium{
    from{
        opacity:0;
        transform:translateY(-14px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Header sabit olduğu için hero başlangıcını koru */
.hero-layout{
    padding-top:165px;
}

@media(max-width:1100px){
    .desktop-nav{
        gap:4px;
        padding:7px;
    }

    .desktop-nav a{
        padding:12px 13px;
        font-size:13px;
    }

    .brand strong{
        font-size:18px;
    }
}

@media(max-width:980px){
    .desktop-nav,
    .call-btn{
        display:none;
    }

    .menu-btn{
        display:flex;
    }

    .header{
        top:56px;
    }

    .header.scrolled{
        top:0;
    }

    .topbar-inner{
        justify-content:center;
        gap:16px;
    }

    .hero-layout{
        padding-top:150px;
    }
}

@media(max-width:640px){
    .topbar{
        display:none;
    }

    .header{
        top:0;
    }

    .nav{
        padding:10px 0;
    }

    .brand{
        gap:10px;
    }

    .brand img{
        width:58px;
        height:58px;
        padding:5px;
    }

    .brand strong{
        font-size:14px;
        max-width:165px;
        line-height:1.18;
    }

    .brand span{
        font-size:11px;
    }

    .menu-btn{
        width:48px;
        height:48px;
        font-size:21px;
    }

    .mobile-nav{
        padding:16px;
    }

    .mobile-nav a{
        font-size:16px;
        padding:15px 16px;
    }

    .hero-layout{
        padding-top:112px;
    }
}


/* === SCROLL HEADER FIX + ORAN DÜZENİ === */
.topbar{
    transition:.28s ease !important;
}

body.is-scrolled .topbar{
    transform:translateY(-100%) !important;
    opacity:0 !important;
    pointer-events:none !important;
}

.header{
    top:38px !important;
    min-height:108px !important;
    height:108px !important;
    overflow:visible !important;
}

.nav{
    height:108px !important;
    min-height:108px !important;
    padding:0 !important;
    align-items:center !important;
}

.brand{
    min-width:340px !important;
    gap:16px !important;
    align-items:center !important;
}

.brand img{
    width:108px !important;
    height:108px !important;
    object-fit:contain !important;
    border-radius:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    filter:drop-shadow(0 0 24px rgba(215,181,109,.28)) !important;
}

.brand strong{
    font-size:22px !important;
    line-height:1.08 !important;
    max-width:290px !important;
}

.brand span{
    font-size:14px !important;
    margin-top:6px !important;
}

.desktop-nav{
    gap:4px !important;
    padding:7px 9px !important;
    flex-shrink:0 !important;
}

.desktop-nav a{
    padding:11px 13px !important;
    font-size:13px !important;
    white-space:nowrap !important;
}

.call-btn{
    padding:12px 20px !important;
    font-size:14px !important;
    white-space:nowrap !important;
    flex-shrink:0 !important;
}

.hero-layout{
    padding-top:178px !important;
}

/* Scroll sonrası kompakt header */
.header.scrolled{
    top:0 !important;
    min-height:78px !important;
    height:78px !important;
    overflow:visible !important;
}

.header.scrolled .nav{
    height:78px !important;
    min-height:78px !important;
    padding:0 !important;
    align-items:center !important;
}

.header.scrolled .brand{
    min-width:260px !important;
    gap:10px !important;
}

.header.scrolled .brand img{
    width:64px !important;
    height:64px !important;
}

.header.scrolled .brand strong{
    font-size:16px !important;
    line-height:1.08 !important;
    max-width:210px !important;
}

.header.scrolled .brand span{
    font-size:11px !important;
    margin-top:3px !important;
}

.header.scrolled .desktop-nav{
    padding:5px 7px !important;
}

.header.scrolled .desktop-nav a{
    padding:9px 11px !important;
    font-size:12px !important;
}

.header.scrolled .call-btn{
    padding:10px 16px !important;
    font-size:13px !important;
}

@media(max-width:1200px){
    .brand{
        min-width:300px !important;
        gap:12px !important;
    }

    .brand img{
        width:92px !important;
        height:92px !important;
    }

    .brand strong{
        font-size:18px !important;
        max-width:230px !important;
    }

    .desktop-nav a{
        padding:10px 10px !important;
        font-size:12px !important;
    }

    .call-btn{
        padding:11px 16px !important;
        font-size:13px !important;
    }
}

@media(max-width:980px){
    .header{
        top:54px !important;
        height:92px !important;
        min-height:92px !important;
    }

    .nav{
        height:92px !important;
        min-height:92px !important;
    }

    .brand{
        min-width:auto !important;
    }

    .brand img{
        width:82px !important;
        height:82px !important;
    }

    .brand strong{
        font-size:16px !important;
    }

    .hero-layout{
        padding-top:155px !important;
    }

    .header.scrolled{
        height:74px !important;
        min-height:74px !important;
    }

    .header.scrolled .nav{
        height:74px !important;
        min-height:74px !important;
    }

    .header.scrolled .brand img{
        width:58px !important;
        height:58px !important;
    }
}

@media(max-width:640px){
    .topbar{
        display:none !important;
    }

    .header{
        top:0 !important;
        height:78px !important;
        min-height:78px !important;
    }

    .nav{
        height:78px !important;
        min-height:78px !important;
    }

    .brand{
        gap:9px !important;
        min-width:auto !important;
    }

    .brand img{
        width:64px !important;
        height:64px !important;
    }

    .brand strong{
        font-size:13px !important;
        max-width:160px !important;
        line-height:1.15 !important;
    }

    .brand span{
        font-size:10px !important;
        margin-top:3px !important;
    }

    .menu-btn{
        width:44px !important;
        height:44px !important;
    }

    .hero-layout{
        padding-top:108px !important;
    }

    .header.scrolled{
        height:70px !important;
        min-height:70px !important;
    }

    .header.scrolled .nav{
        height:70px !important;
        min-height:70px !important;
    }

    .header.scrolled .brand img{
        width:54px !important;
        height:54px !important;
    }
}
