*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:'Source Sans 3',Arial,sans-serif;
    font-size:16px;
    line-height:1.6;
    color:#d4cbbe;
    background:#0d0b07;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:#d4a024;text-decoration:none;transition:color .2s}
a:hover{color:#e8b84a}
ul{list-style:none;padding:0}
button{cursor:pointer;border:none;font-family:inherit}
.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}
.section-heading{
    font-family:'Cinzel',Georgia,serif;
    font-size:2rem;
    font-weight:700;
    color:#e8dcc8;
    margin-bottom:1.5rem;
    letter-spacing:.02em;
    line-height:1.25;
}
.section-heading--center{text-align:center}

.age-gate{
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:opacity .4s;
}
.age-gate__overlay{
    position:absolute;inset:0;
    background:rgba(8,6,3,.95);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}
.age-gate__box{
    position:relative;
    background:#1a1612;
    border:1px solid #3d3529;
    padding:48px 40px;
    max-width:420px;
    width:90%;
    text-align:center;
}
.age-gate__icon{
    font-family:'Cinzel',serif;
    font-size:3rem;
    font-weight:900;
    color:#d4a024;
    margin-bottom:18px;
    line-height:1;
}
.age-gate__title{
    font-family:'Cinzel',serif;
    font-size:1.3rem;
    color:#e8dcc8;
    margin-bottom:12px;
}
.age-gate__text{
    font-size:.875rem;
    color:#8a7e6d;
    margin-bottom:28px;
    line-height:1.6;
}
.age-gate__btn{
    background:#d4a024;
    color:#0d0b07;
    font-weight:700;
    padding:14px 44px;
    font-size:1rem;
    letter-spacing:.03em;
    transition:background .2s,transform .2s;
}
.age-gate__btn:hover{background:#e8b84a;transform:scale(1.03)}

.cookie-bar{
    position:fixed;bottom:0;left:0;right:0;
    z-index:9000;background:#1a1612;
    border-top:1px solid #2e2820;
    transform:translateY(100%);
    transition:transform .4s ease;
}
.cookie-bar--visible{transform:translateY(0)}
.cookie-bar__inner{
    max-width:1120px;margin:0 auto;padding:20px 24px;
    display:flex;align-items:center;gap:20px;flex-wrap:wrap;
}
.cookie-bar__text{flex:1;font-size:.8125rem;color:#8a7e6d;min-width:280px;line-height:1.5}
.cookie-bar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cookie-bar__link{font-size:.75rem;color:#6b6158;text-decoration:underline}
.cookie-bar__link:hover{color:#d4a024}
.cookie-bar__btn{padding:8px 18px;font-size:.8125rem;font-weight:600;transition:all .2s}
.cookie-bar__btn--accept{background:#d4a024;color:#0d0b07}
.cookie-bar__btn--accept:hover{background:#e8b84a}
.cookie-bar__btn--decline,
.cookie-bar__btn--settings{background:transparent;border:1px solid #3d3529;color:#8a7e6d}
.cookie-bar__btn--decline:hover,
.cookie-bar__btn--settings:hover{border-color:#6b6158;color:#d4cbbe}
.cookie-settings{max-height:0;overflow:hidden;transition:max-height .3s ease}
.cookie-settings--open{max-height:400px}
.cookie-settings__inner{max-width:1120px;margin:0 auto;padding:0 24px 20px}
.cookie-settings__title{font-family:'Cinzel',serif;font-size:.9375rem;color:#e8dcc8;margin-bottom:14px}
.cookie-settings__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #2e2820}
.cookie-settings__row strong{color:#d4cbbe;font-size:.8125rem;display:block}
.cookie-settings__row span{color:#6b6158;font-size:.75rem}
.cookie-toggle{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0;margin-left:16px}
.cookie-toggle input{opacity:0;width:0;height:0}
.cookie-toggle__slider{position:absolute;inset:0;background:#2e2820;border-radius:22px;transition:background .2s;cursor:pointer}
.cookie-toggle__slider:before{content:"";position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#8a7e6d;border-radius:50%;transition:transform .2s}
.cookie-toggle input:checked+.cookie-toggle__slider{background:#d4a024}
.cookie-toggle input:checked+.cookie-toggle__slider:before{transform:translateX(18px);background:#0d0b07}
.cookie-toggle--locked .cookie-toggle__slider{opacity:.5;cursor:default}

.responsible-bar{background:#13110d;border-bottom:1px solid #1f1b15;padding:14px 0; position: relative; z-index: 3}
.responsible-bar p{font-size:.7rem;color:#5e5548;text-align:center;line-height:1.7;max-width:960px;margin:0 auto}

.site-header{
    position:sticky;top:0;z-index:500;
    background:rgba(13,11,7,.92);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(61,53,41,.4);
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.header-logo img{height:36px;width:auto}
.header-nav ul{display:flex;gap:32px}
.header-nav ul li a{
    font-size:.875rem;font-weight:600;color:#8a7e6d;
    padding:20px 0;display:inline-block;position:relative;transition:color .2s;
}
.header-nav ul li a:hover,
.header-nav ul li a.active{color:#e8dcc8}
.header-nav ul li a.active:after{
    content:"";position:absolute;bottom:18px;left:0;right:0;height:2px;background:#d4a024;
}
.header-cta{
    background:#d4a024;color:#0d0b07;font-weight:700;
    font-size:.8125rem;padding:9px 22px;letter-spacing:.02em;
    transition:background .2s,transform .2s;
}
.header-cta:hover{background:#e8b84a;color:#0d0b07;transform:translateY(-1px)}
.mobile-toggle{display:none;background:transparent;color:#d4cbbe;font-size:1.6rem;padding:4px}

.hero{
    position:relative;min-height:100vh;min-height:100svh;
    display:flex;flex-direction:column;justify-content:center;align-items:center;
    text-align:center;padding:120px 24px 80px;z-index:1;
}
.hero__content{position:relative;z-index:2;max-width:720px}
.hero__badge{
    display:inline-block;font-size:.7rem;font-weight:600;
    letter-spacing:.12em;text-transform:uppercase;color:#d4a024;
    border:1px solid rgba(212,160,36,.3);padding:6px 18px;margin-bottom:32px;
}
.hero__title{
    font-family:'Cinzel',Georgia,serif;
    font-size:clamp(2.8rem,7vw,5.2rem);
    font-weight:900;color:#e8dcc8;line-height:1.05;
    margin-bottom:24px;letter-spacing:.01em;
}
.hero__sub{font-size:1.0625rem;color:#8a7e6d;max-width:520px;margin:0 auto 40px;line-height:1.65}
.hero__btn{
    display:inline-flex;align-items:center;gap:10px;
    background:#d4a024;color:#0d0b07;font-weight:700;font-size:1rem;
    padding:16px 38px;letter-spacing:.02em;
    transition:background .25s,transform .25s;
}
.hero__btn:hover{background:#e8b84a;color:#0d0b07;transform:translateY(-2px)}
.hero__btn i{font-size:.9rem;transition:transform .2s}
.hero__btn:hover i{transform:translateX(4px)}
.hero__scroll{
    position:absolute;bottom:36px;left:50%;transform:translateX(-50%);
    display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2;
}
.hero__scroll span{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#5e5548}
.hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,#5e5548,transparent);animation:scrollPulse 2s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}

.fixed-bg:after{content:"";position:absolute;inset:0;background:rgba(13,11,7,.82)}
.content-body{position:relative;z-index:1;background:rgb(13, 11, 7, .3)}

.block-rules,.block-whoweare,.block-offer,.block-why,.block-reviews,.block-gallery,.block-faq{
    opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease;
}
.revealed{opacity:1;transform:translateY(0)}

.block-rules{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.block-rules__grid{display:flex;gap:60px;align-items:flex-start}
.block-rules__visual{flex:0 0 380px;position:sticky;top:100px}
.block-rules__visual img{width:100%;aspect-ratio:3/4;object-fit:cover}
.block-rules__info{flex:1}
.rules-list{margin-bottom:36px}
.rules-list__item{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid #1f1b15}
.rules-list__item:first-child{padding-top:0}
.rules-list__num{font-family:'Cinzel',serif;font-size:1.8rem;font-weight:700;color:rgba(212,160,36,.25);line-height:1;flex-shrink:0;width:48px}
.rules-list__item h4{font-family:'Cinzel',serif;font-size:1rem;color:#e8dcc8;margin-bottom:6px;font-weight:600}
.rules-list__item p{font-size:.875rem;color:#8a7e6d;line-height:1.6}
.btn-primary{
    display:inline-flex;align-items:center;gap:10px;
    background:#d4a024;color:#0d0b07;font-weight:700;font-size:.9375rem;
    padding:14px 32px;letter-spacing:.02em;transition:background .2s,transform .2s;
}
.btn-primary:hover{background:#e8b84a;color:#0d0b07;transform:translateY(-2px)}
.btn-primary i{font-size:.85rem}

.block-whoweare{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.section-intro{max-width:680px;margin:0 auto 56px;text-align:center}
.section-intro p{font-size:.9375rem;color:#8a7e6d;line-height:1.7}
.team-row{display:flex;gap:40px;justify-content:center}
.team-card{
    flex:0 1 380px;background:#13110d;border:1px solid #1f1b15;
    overflow:hidden;transition:border-color .3s,transform .3s;
}
.team-card:hover{border-color:#3d3529;transform:translateY(-4px)}
.team-card__photo{width:100%;aspect-ratio:4/3;overflow:hidden}
.team-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.team-card:hover .team-card__photo img{transform:scale(1.04)}
.team-card__name{font-family:'Cinzel',serif;font-size:1.05rem;color:#e8dcc8;padding:22px 24px 4px}
.team-card__role{display:block;font-size:.75rem;color:#d4a024;letter-spacing:.06em;text-transform:uppercase;padding:0 24px}
.team-card__bio{font-size:.8125rem;color:#6b6158;line-height:1.6;padding:12px 24px 26px}

.block-offer{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.offer-layout{display:flex;gap:60px;align-items:center}
.offer-text{flex:1}
.offer-visual{flex:0 0 340px}
.offer-visual img{width:100%;aspect-ratio:3/4;object-fit:cover}
.offer-items{margin-top:32px}
.offer-item{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid #1f1b15}
.offer-item:last-child{border-bottom:none}
.offer-item i{font-size:1.25rem;color:#d4a024;flex-shrink:0;margin-top:2px}
.offer-item h4{font-family:'Cinzel',serif;font-size:.9375rem;color:#e8dcc8;margin-bottom:4px}
.offer-item p{font-size:.8125rem;color:#6b6158;line-height:1.6}

.block-why{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.why-intro{max-width:760px;margin:0 auto 50px;text-align:center;font-size:.9375rem;color:#8a7e6d;line-height:1.75}
.why-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-gallery__item{position:relative;overflow:hidden}
.why-gallery__item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s}
.why-gallery__item:first-child img{aspect-ratio:3/4}
.why-gallery__item:hover img{transform:scale(1.05)}
.why-gallery__caption{
    position:absolute;bottom:0;left:0;right:0;
    background:linear-gradient(transparent,rgba(13,11,7,.85));
    padding:40px 16px 14px;font-size:.75rem;color:#8a7e6d;
}

.block-reviews{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.reviews-row{display:flex;gap:28px;margin-top:48px}
.review-card{
    flex:1;background:#13110d;border:1px solid #1f1b15;
    padding:32px 28px 28px;display:flex;flex-direction:column;transition:border-color .3s;
}
.review-card:hover{border-color:#3d3529}
.review-card__stars{color:#d4a024;font-size:1rem;margin-bottom:16px;display:flex;gap:3px}
.review-card__stars i{font-size:.9rem}
.review-card__text{font-size:.875rem;color:#8a7e6d;line-height:1.7;flex:1;margin-bottom:20px}
.review-card__author strong{display:block;font-family:'Cinzel',serif;font-size:.875rem;color:#e8dcc8}
.review-card__author span{font-size:.75rem;color:#5e5548}

.block-gallery{padding:100px 0 90px;border-bottom:1px solid #1f1b15}
.gallery-intro{text-align:center;font-size:.9375rem;color:#8a7e6d;max-width:600px;margin:0 auto 48px;line-height:1.65}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:12px}
.gallery-cell{position:relative;overflow:hidden;cursor:pointer}
.gallery-cell--tall{grid-row:span 2}
.gallery-cell--wide{grid-column:span 2}
.gallery-cell img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-cell:hover img{transform:scale(1.06)}
.gallery-cell__overlay{
    position:absolute;inset:0;background:rgba(13,11,7,.8);
    display:flex;align-items:flex-end;padding:20px 16px;
    opacity:0;transition:opacity .35s;
}
.gallery-cell:hover .gallery-cell__overlay{opacity:1}
.gallery-cell__overlay span{font-size:.8rem;color:#d4cbbe;line-height:1.5}

.block-faq{padding:100px 0 110px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}
.faq-card{background:#13110d;border:1px solid #1f1b15;padding:32px 28px;transition:border-color .3s}
.faq-card:hover{border-color:#3d3529}
.faq-card__num{font-family:'Cinzel',serif;font-size:1.5rem;font-weight:700;color:rgba(212,160,36,.2);display:block;margin-bottom:12px}
.faq-card__q{font-family:'Cinzel',serif;font-size:1rem;color:#e8dcc8;margin-bottom:10px;line-height:1.35}
.faq-card__a{font-size:.8125rem;color:#6b6158;line-height:1.7}

.site-footer{background:#0a0907;border-top:1px solid #1f1b15;padding:60px 0 0;position:relative;z-index:1}
.footer-top{display:flex;gap:60px;padding-bottom:48px;border-bottom:1px solid #1f1b15}
.footer-brand{flex:0 0 280px}
.footer-logo{height:40px;width:auto;margin-bottom:18px}
.footer-about{font-size:.8125rem;color:#5e5548;line-height:1.65}
.footer-links{flex:1;display:flex;gap:48px}
.footer-col h5{font-family:'Cinzel',serif;font-size:.8125rem;color:#e8dcc8;margin-bottom:14px;letter-spacing:.04em}
.footer-col ul li{line-height:2.1;font-size:.8125rem;color:#5e5548}
.footer-col ul li a{font-size:.8125rem;color:#5e5548;transition:color .2s}
.footer-col ul li a:hover{color:#d4a024}
.footer-responsible{padding:32px 0;border-bottom:1px solid #1f1b15}
.footer-responsible p{
    font-size:.75rem;color:#5e5548;line-height:1.75;text-align:center;
    max-width:800px;margin:0 auto;
    background:rgba(212,160,36,.04);border:1px solid rgba(212,160,36,.12);padding:20px 28px;
}
.footer-responsible strong{color:#d4a024}
.footer-regulators{display:flex;justify-content:center;align-items:center;gap:36px;padding:28px 0;border-bottom:1px solid #1f1b15}
.footer-regulators img{height:32px;width:auto;opacity:.45;transition:opacity .3s;filter:grayscale(1) brightness(1.5)}
.footer-regulators a:hover img{opacity:.8}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0}
.footer-bottom span{font-size:.75rem;color:#3d3529}
.footer-bottom__links{display:flex;gap:20px}
.footer-bottom__links a{font-size:.75rem;color:#3d3529;transition:color .2s}
.footer-bottom__links a:hover{color:#d4a024}

.pagebody{position:relative;z-index:1;background:#0d0b07;padding:60px 0 80px}
.legal-content{max-width:740px;margin:0 auto}
.legal-content h3{font-family:'Cinzel',serif;font-size:1.1rem;color:#e8dcc8;margin:32px 0 10px;font-weight:600}
.legal-content h3:first-of-type{margin-top:0}
.legal-content p{font-size:.875rem;color:#8a7e6d;line-height:1.75;margin-bottom:14px}
.legal-updated{font-size:.75rem;color:#5e5548;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid #1f1b15}
.faq-section{margin-bottom:40px;padding-bottom:8px;border-bottom:1px solid #1f1b15}
.faq-section:last-child{border-bottom:none}
.faq-section h3{margin-top:0;margin-bottom:20px}
.faq-entry{margin-bottom:22px}
.faq-entry h4{font-family:'Cinzel',serif;font-size:.9rem;color:#d4a024;margin-bottom:6px;font-weight:600}
.faq-entry p{font-size:.8125rem;color:#6b6158;line-height:1.7}

.game-wrap{max-width:960px;margin:0 auto;padding:40px 24px 80px}
.pointsBar{display:flex;justify-content:space-between;align-items:center;background:#13110d;border:1px solid #1f1b15;padding:14px 22px;margin-bottom:24px;flex-wrap:wrap;gap:12px}
.pointsBar .lbl{font-size:.7rem;color:#5e5548;text-transform:uppercase;letter-spacing:.08em}
.pointsBar .val{font-family:'Cinzel',serif;font-size:1.4rem;color:#d4a024;font-weight:700}
.pointsBar .winloss{font-size:.8rem}
.pointsBar .winloss .w{color:#5a9a3f}
.pointsBar .winloss .l{color:#b84a3f}
.pointsBar .winloss .d{color:#8a7e6d}
.tableArea{background:#13110d;border:1px solid #1f1b15;padding:28px 24px;margin-bottom:20px}
.playerRow{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #1f1b15}
.playerRow:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.playerLabel{font-family:'Cinzel',serif;font-size:.85rem;color:#e8dcc8;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}
.playerLabel .score{background:rgba(212,160,36,.1);color:#d4a024;padding:2px 10px;font-size:.75rem;font-weight:700}
.playerLabel .result-tag{padding:2px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-left:8px}
.result-tag.won{background:rgba(90,154,63,.15);color:#5a9a3f}
.result-tag.lost{background:rgba(184,74,63,.15);color:#b84a3f}
.result-tag.push{background:rgba(138,126,109,.15);color:#8a7e6d}
.result-tag.bust{background:rgba(184,74,63,.15);color:#b84a3f}
.result-tag.bj{background:rgba(212,160,36,.15);color:#d4a024}
.cardsRow{display:flex;gap:8px;flex-wrap:wrap;min-height:72px}
.card-item{
    width:52px;height:72px;background:#e8dcc8;border-radius:4px;
    display:flex;align-items:center;justify-content:center;
    font-size:.85rem;font-weight:700;color:#222;
}
.card-item.red{color:#b84a3f}
.card-item.facedown{background:#2e2820;color:#3d3529;border:1px solid #3d3529}
.card-item.facedown .bi{color:#d4a024;font-size:1.2rem}
.betArea{background:#13110d;border:1px solid #1f1b15;padding:22px 24px;margin-bottom:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.betArea label{font-size:.8rem;color:#8a7e6d}
.chipSelect{display:flex;gap:8px}
.chip{
    width:42px;height:42px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-size:.7rem;font-weight:700;cursor:pointer;
    transition:transform .15s,box-shadow .15s;border:2px solid transparent;
}
.chip:hover{transform:scale(1.1)}
.chip.active{border-color:#e8b84a;box-shadow:0 0 12px rgba(212,160,36,.3)}
.chip-10{background:#3d6b35;color:#c6e8be}
.chip-25{background:#8b3a3a;color:#f0c1c1}
.chip-50{background:#2a4a7a;color:#b5d4f4}
.chip-100{background:#1a1612;color:#d4a024;border:2px solid #3d3529}
.betDisplay{font-family:'Cinzel',serif;font-size:1.1rem;color:#e8dcc8}
.betDisplay span{color:#d4a024}
.actionBtns{display:flex;gap:10px;flex-wrap:wrap}
.actionBtns button{padding:11px 28px;font-size:.85rem;font-weight:700;transition:all .2s;letter-spacing:.02em}
.btn-deal{background:#d4a024;color:#0d0b07}
.btn-deal:hover{background:#e8b84a}
.btn-deal:disabled{background:#2e2820;color:#5e5548;cursor:not-allowed}
.btn-hit{background:#3d6b35;color:#c6e8be}
.btn-hit:hover{background:#4a8040}
.btn-stand{background:#8b3a3a;color:#f0c1c1}
.btn-stand:hover{background:#a04545}
.btn-double{background:#2a4a7a;color:#b5d4f4}
.btn-double:hover{background:#355d96}
.btn-hit:disabled,.btn-stand:disabled,.btn-double:disabled{background:#1a1612;color:#3d3529;cursor:not-allowed}
.rulesBox{background:#13110d;border:1px solid #1f1b15;padding:20px 22px;margin-top:20px}
.rulesBox h4{font-family:'Cinzel',serif;font-size:.9rem;color:#e8dcc8;margin-bottom:10px}
.rulesBox p{font-size:.75rem;color:#5e5548;line-height:1.7}
.botToggle{display:flex;gap:12px;align-items:center}
.botToggle label{font-size:.8rem;color:#8a7e6d;cursor:pointer;display:flex;align-items:center;gap:6px}
.botToggle input[type=checkbox]{accent-color:#d4a024;width:16px;height:16px}
.game-msg{
    text-align:center;padding:14px;font-family:'Cinzel',serif;
    font-size:1rem;color:#e8dcc8;
    background:rgba(212,160,36,.06);border:1px solid rgba(212,160,36,.15);
    margin-bottom:20px;display:none;
}
.bot-row-hidden{display:none}

@media(max-width:991px){
    .block-rules__grid{flex-direction:column;gap:36px}
    .block-rules__visual{flex:none;position:static;max-width:100%}
    .block-rules__visual img{aspect-ratio:16/9}
    .offer-layout{flex-direction:column-reverse;gap:36px}
    .offer-visual{flex:none;max-width:100%}
    .offer-visual img{aspect-ratio:16/9}
    .team-row{flex-direction:column;align-items:center}
    .team-card{flex:0 1 100%;max-width:460px}
    .reviews-row{flex-direction:column}
    .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:200px}
    .gallery-cell--tall{grid-row:span 1}
    .gallery-cell--wide{grid-column:span 1}
    .footer-top{flex-direction:column;gap:36px}
    .footer-brand{flex:none}
    .footer-links{flex-wrap:wrap;gap:32px}
    .why-gallery{grid-template-columns:1fr}
    .why-gallery__item:first-child img{aspect-ratio:16/9}
    .faq-grid{grid-template-columns:1fr}
}

@media(max-width:767px){
    .mobile-toggle{display:block}
    .header-nav{
        display:none;position:absolute;top:64px;left:0;right:0;
        background:rgba(13,11,7,.97);border-bottom:1px solid #1f1b15;padding:16px 24px 20px;
    }
    .header-nav--open{display:block}
    .header-nav ul{flex-direction:column;gap:0}
    .header-nav ul li a{padding:12px 0;display:block;border-bottom:1px solid #1f1b15}
    .header-nav ul li a.active:after{display:none}
    .header-cta{display:none}
    .hero{padding:100px 20px 60px;min-height:90vh}
    .hero__title{font-size:clamp(2.2rem,10vw,3.4rem)}
    .hero__sub{font-size:.9375rem}
    .hero__scroll{display:none}
    .section-heading{font-size:1.6rem}
    .block-rules,.block-whoweare,.block-offer,.block-why,.block-reviews,.block-gallery,.block-faq{padding:64px 0 60px}
    .gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}
    .gallery-cell--wide{grid-column:span 1}
    .footer-bottom{flex-direction:column;gap:12px;text-align:center}
    .footer-regulators{gap:24px}
    .footer-regulators img{height:26px}
    .cookie-bar__inner{flex-direction:column;align-items:flex-start}
    .cookie-bar__actions{width:100%}
    .card-item{width:42px;height:60px;font-size:.75rem}
    .chip{width:36px;height:36px;font-size:.6rem}
    .actionBtns button{padding:9px 18px;font-size:.78rem}
    .pointsBar .val{font-size:1.1rem}
}

@media(max-width:480px){
    .wrap{padding:0 16px}
    .hero__badge{font-size:.6rem;padding:5px 14px}
    .age-gate__box{padding:36px 24px}
    .age-gate__icon{font-size:2.4rem}
    .faq-card{padding:24px 20px}
    .review-card{padding:24px 20px}
    .team-card__name{padding:18px 18px 4px}
    .team-card__role{padding:0 18px}
    .team-card__bio{padding:10px 18px 22px}
}
