@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');


:root{
    --green:#00271d;
    --green2:#00382a;
    --green3:#001d16;
    --gold:#dca83d;
    --gold2:#f3c65b;
    --cream:#f6efdf;
    --muted:#c8c6ba
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}

html{
    scroll-behavior:smooth
}

body{
    background:var(--green);
    color:var(--cream);
    font-family:Montserrat,Arial,sans-serif;
    line-height:1.7
}

a{
    color:inherit;
    text-decoration:none
}

img{
    display:block;
    max-width:100%
}

.container{
    width:min(100% - 90px,1300px);
    margin:auto
}    

.site-header{
    position:sticky;
    top:0;
    z-index:30;
    background:#001f17;
    border-bottom:1px solid rgba(220,168,61,.42)
}

.navbar{
    height:90px;
    width:min(100% - 90px,1450px);
    margin:auto;
    display:grid;
    grid-template-columns:260px 1fr 260px;
    align-items:center
}

.logo img{
    width:150px;
    height:98px;
    object-fit:contain
}

.nav-links{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:58px;
    height:100%;
    font-size:13px;
    letter-spacing:.8px
}

.nav-links a{
    height:100%;
    display:flex;
    align-items:center;
    position:relative
}

.nav-links a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:35px;
    height:2px;
    background:var(--gold);
    transform:scaleX(0);
    transition:.2s
}
.nav-links a:hover:after,
.nav-links a.active:after{
    transform:scaleX(1)
}

.nav-socials{
    display:flex;
    justify-content:flex-end;
    gap:25px;color:var(--gold2);
    font-size:22px
}

.nav-toggle,
.nav-button{
    display:none
}


.hero{
    height:515px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(90deg,#003327 0%,#003327 39%,#003025 64%,#1d261e 100%);
    border-bottom:1px solid rgba(220,168,61,.5)
}

.hero-content{
    position:relative;
    z-index:5;
    width:51%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:25px 6% 30px
}

.hero-logo{
    width:320px;
    height:200px;
    object-fit:contain
}

.hero-divider{
    display:flex;
    align-items:center;
    gap:12px;
    width:52%;
    color:var(--gold);
    margin:-8px 0 10px
}

.hero-divider span{
    height:1px;
    flex:1;
    background:linear-gradient(90deg,transparent,var(--gold))
}

.hero_kep{
    width:100%;
    height:100%;
    object-fit:cover
}

.hero-divider span:last-child{
    background:linear-gradient(90deg,var(--gold),transparent)
}

.hero-divider b{
    font-size:8px
}

.hero-text{
    font-size:13px;
    line-height:1.9;
    margin-bottom:18px
}

.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    min-width:212px;
    height:58px;
    background:linear-gradient(135deg,#dfa936,#f2c158);
    color:#071c14;
    font-size:12px;
    font-weight:700;
    letter-spacing:.3px;
    box-shadow:0 10px 30px rgba(220,168,61,.16);transition:.25s
}

.button:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(220,168,61,.24)
}

.button span{
    font-size:17px
}

.hero-art{
    position:absolute;
    right:0;
    top:0;
    width:60%;
    height:100%;
    overflow:hidden;
    background:radial-gradient(circle at 73% 38%,rgba(240,181,64,.32),transparent 20%),linear-gradient(110deg,#003327 0%,rgba(0,51,39,.3) 27%,rgba(11,22,18,.12) 100%),url("assets/hero-model.jpg") center/cover no-repeat
}

.hero-art:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#003327 0%,rgba(0,51,39,.66) 12%,rgba(0,51,39,.08) 48%,rgba(0,0,0,.18) 100%)
}

.hero-light{
    position:absolute;
    width:430px;
    height:430px;
    right:14%;
    top:-50px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(238,181,66,.25),transparent 68%);filter:blur(15px)
}

.model{
    display:none
}

/* ===== HERO KÉP - NAGYOBB VERZIÓ ===== */

.hero-art {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
    background: none;
}

.hero-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #003327 0%,
        rgba(0, 51, 39, 0.45) 12%,
        rgba(0, 51, 39, 0.08) 35%,
        rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
}

.pecs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
}

.hero_kep {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-content {
    width: 43%;
    padding: 25px 3% 30px;
    position: relative;
    z-index: 5;
}

.tower{
    position:absolute;
    bottom:0;
    background:linear-gradient(90deg,#76501f,#e1ae4b,#6d451c);
    width:52px
}

.t1{
    right:43%;
    height:70%
}

.t2{
    right:20%;
    height:51%
}

.dome{
    position:absolute;
    right:0;
    bottom:0;
    width:180px;
    height:115px;
    border-radius:180px 180px 0 0;
    background:radial-gradient(ellipse at 50% 30%,#edbd58,#6e481f 72%)
}

.marble-info{
    height:220px;
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:linear-gradient(125deg,#0a3e30,#00241b 35%,#0c4b38 52%,#01261c 72%,#0b3d2e);
    border-bottom:1px solid rgba(220,168,61,.5);
    box-shadow:inset 0 0 80px rgba(0,0,0,.35)
}

.marble-info:before{
    content:"";
    position:absolute;
    inset:-30%;
    background:repeating-linear-gradient(122deg,transparent 0 34px,rgba(240,211,151,.13) 36px,transparent 39px 86px),repeating-linear-gradient(57deg,transparent 0 75px,rgba(0,0,0,.2) 78px,transparent 81px 145px);transform:rotate(-7deg);filter:blur(1px)
}

.marble-veins{
    position:absolute;
    inset:0;
    background:radial-gradient(ellipse at 15% 100%,transparent 0 28%,rgba(220,168,61,.32) 28.2% 28.4%,transparent 28.6%),radial-gradient(ellipse at 85% 0%,transparent 0 28%,rgba(220,168,61,.22) 28.2% 28.4%,transparent 28.6%)
}

.marble-info article{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-right:1px solid rgba(220,168,61,.48)
}

.marble-info article:last-child{
    border-right:0
}

.marble-info small{
    color:var(--gold);
    font-size:11px;
    letter-spacing:1px;margin:10px 0
}

.marble-info p{
    font-size:12px;
    line-height:1.7
}

.event-icon{
    color:var(--gold2)
}

.crown{
    font-size:39px
}

.calendar{
    width:30px;
    height:28px;
    border:2px solid var(--gold);position:relative
}

.calendar:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:8px;
    border-top:2px solid var(--gold)
}

.pin{
    width:28px;
    height:28px;
    border:2px solid var(--gold);
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    position:relative}.pin:after{content:"";
    position:absolute;
    width:6px;
    height:6px;
    border:1px solid var(--gold);
    border-radius:50%;
    left:8px;top:8px
}

.section{
    padding:70px 0;
    background:var(--green)
}

.section-heading{
    text-align:center;
    margin-bottom:40px
}

.eyebrow{
    color:var(--gold);
    font-size:11px;
    letter-spacing:2px;
    font-weight:500;
    text-transform:uppercase
}

.section-heading h2{
    margin:9px 0 20px;color:var(--gold2);
    font:500 clamp(36px,4vw,48px) "Cormorant Garamond",Georgia,serif
}

.center-line{
    width:48px;
    height:1px;
    background:var(--gold);
    margin:auto
}

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

.values article{
    min-height:120px;
    padding:25px 18px;
    border:1px solid rgba(220,168,61,.52);
    text-align:center;
    background:linear-gradient(145deg,rgba(5,62,47,.6),rgba(0,29,22,.3))
}

.values span{
    display:block;
    color:var(--gold2);
    font-size:38px;height:50px
}

.values h3{
    color:var(--gold);
    font-size:11px;
    letter-spacing:1.6px;font-weight:500
}

.values p{
    color:#c8c8be;
    font-size:11px;
    line-height:1.7;
    margin-top:8px
}

.cta-section{
    min-height:250px;
    display:grid;
    place-items:center;
    text-align:center;
    background:linear-gradient(rgba(0,37,28,.86),rgba(0,37,28,.91)),url("assets/cta-bg.jpg") center/cover no-repeat;border-top:1px solid rgba(220,168,61,.4);border-bottom:1px solid rgba(220,168,61,.4)
}

.cta-overlay{
    padding:42px 20px
}

.tiny-crown{
    color:var(--gold);
    font-size:30px;margin-bottom:12px
}

.cta-section h2{
    color:var(--gold2);
    font:500 clamp(29px,4vw,42px) "Cormorant Garamond",Georgia,serif;
    line-height:1.12
}

.cta-section p{
    color:#dedbd0;
    font-size:13px;
    margin:14px 0 22px
}

.featured-sponsors{
    padding:58px 20px 75px;
    background:var(--green)
}

.featured-sponsors-inner{
    max-width:1200px;
    margin:auto
}

.featured-sponsors-heading{
    text-align:center;
    margin-bottom:32px
}

.sponsor-crown{
    display:block;
    color:var(--gold);
    font-size:23px;
    margin-bottom:4px
}

.featured-sponsors-heading h2{
    color:var(--gold2);
    font:500 43px "Cormorant Garamond",Georgia,serif;margin-top:3px
}

.featured-sponsors-logos{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px
}

.featured-sponsor{
    height:100px;
    border:1px solid rgba(220,168,61,.52);
    display:grid;
    place-items:center;
    color:var(--gold);
    font-size:10px;
    letter-spacing:1.8px
}

.sponsor-divider{
    display:none
}

.footer{
    background:#001d16;
    border-top:1px solid rgba(220,168,61,.45);
    padding:48px 0 25px
}

.footer-inner{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:35px
}

.footer-logo img{
    width:150px;
    height:105px
}

.footer-column{
    border-left:1px solid rgba(220,168,61,.25);
    padding-left:28px
}

.footer-column h4{
    color:var(--gold);
    font-size:10px;
    letter-spacing:1.7px;
    margin-bottom:13px
}

.footer-column a{
    display:block;
    color:#c8c8be;
    font-size:11px;
    margin:8px 0
}

.footer-link {
    color: var(--gold);
}

.footer-link:hover {
    color: rgba(201, 147, 40, 0.773);
}

.footer-pic-facebook {
    height: 30px;
}

.footer-pic-instagram {
    height: 42px;
    padding-bottom: 10px;
}

.footer-pic-tiktok {
    height: 35px;
    padding-bottom: 5px;
}

.footer-pic-youtube {
    height: 40px;
    padding-bottom: 8px;
}

.socials{
    display:flex;
    gap:18px
}

.socials a{
    color:var(--gold);
    font-size:22px
}

.footer-bottom{
    width:min(100% - 90px,1300px);
    margin:35px auto 0;
    padding-top:17px;
    border-top:1px solid rgba(220,168,61,.2);
    text-align:center;
    color:#aaa99f;
    font-size:10px
}

.footer-bottom p+p{
    margin-top:3px
}

@media(max-width:900px){
    .navbar{
        height:86px;
        display:flex;
        justify-content:space-between
    }

    .logo img{
        width:110px;
        height:72px
    }

    .nav-links{
        position:absolute;
        top:86px;
        left:0;
        right:0;
        height:auto;
        display:none;
        flex-direction:column;
        gap:0;
        background:#001f17;
        border-bottom:1px solid rgba(220,168,61,.4)
    }

    .nav-toggle:checked~.nav-links{
        display:flex
    }
    .nav-links li,
    .nav-links a{
        width:100%;
        height:auto
    }
    
    .nav-links a{
        justify-content:center;
        padding:16px
    }
    
    .nav-socials{
        display:none
    }
    
    .nav-button{
        display:flex;
        flex-direction:column;
        gap:5px;
        cursor:pointer
    }
    
    .nav-button span{
        display:block;
        width:26px;
        height:2px;
        background:var(--gold)
    }
    
    .hero{
        height:610px
    }
    
    .hero-content{
        width:100%;
        padding:35px 7% 185px;
        background:linear-gradient(90deg,rgba(0,51,39,.97),rgba(0,51,39,.76))
    }

    .hero-art{
        width:100%;
        opacity:.6
    }

    .hero-logo{
        width:260px
    }
    
    .marble-info{
        height:auto;
        grid-template-columns:1fr
    }
    
    .marble-info article{
        min-height:145px;
        border-right:0;
        border-bottom:1px solid rgba(220,168,61,.35)
    }
    
    .marble-info article:last-child{
        border-bottom:0
    }
    
    .values{
        grid-template-columns:1fr 1fr
    }
    
    .footer-inner{
        grid-template-columns:1fr 1fr
    }
    
    .footer-column{
        border-left:0;
        border-top:1px solid rgba(220,168,61,.22);
        padding:20px 0 0
    }

    .footer-logo{
        grid-column:1/-1
    }
    
    .featured-sponsors-logos{
        grid-template-columns:1fr 1fr
    }
}

@media(max-width:560px){
    .container{
        width:min(100% - 36px,1300px)
    }
    
    .hero{
        height:590px
    }
    
    .hero-logo{
        width:225px
    }
    
    .hero-text{
        font-size:12px
    }
    
    .values{
        grid-template-columns:1fr
    }
    
    .featured-sponsors-logos{
        grid-template-columns:1fr
    }
    
    .footer-inner{
        grid-template-columns:1fr
    }
    
    .footer-logo{
        grid-column:auto
    }
    
    .footer-bottom{
        width:min(100% - 36px,1300px)
    }
}