/*
Theme Name: Athokpam Ink
Theme URI: https://athokpamink.com/
Author: Mitrang Technologies
Description: Premium dark WordPress theme for Athokpam Ink International Tattoo.
Version: 2.3.6
License: GPL-2.0-or-later
Text Domain: athokpam-ink
*/

:root{
  --black:#050606;--black2:#0a0d0d;--panel:#111616;--panel2:#171c1c;
  --white:#f4f3ef;--muted:#a6aaa5;--gold:#d8ad3b;--gold2:#f0cf68;
  --red:#bd1828;--line:rgba(255,255,255,.10);--goldline:rgba(216,173,59,.28);
  --max:1240px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none} a:hover{color:var(--gold2)}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:10px;z-index:9999}.skip-link:focus{left:10px;background:#fff;color:#000;padding:10px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(5,6,6,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:inline-flex;align-items:center;min-width:0}.brand img{width:215px;height:auto;max-height:56px;object-fit:contain}
.brand-name{display:none}
.menu-toggle{width:45px;height:45px;border:1px solid var(--goldline);background:transparent;color:#fff;border-radius:50%;display:none;place-items:center}
.menu-toggle:hover{color:var(--gold2);border-color:var(--gold)}
.menu-toggle svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}
.menu-panel{position:fixed;inset:78px 0 0;background:rgba(4,5,5,.985);transform:translateY(-110%);transition:transform .35s ease;overflow:auto;z-index:999}
.menu-panel.is-open{transform:none}
.menu-panel-inner{min-height:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding:70px 0}
.menu-nav ul{list-style:none;padding:0;margin:0}.menu-nav li{border-bottom:1px solid var(--line)}
.menu-nav a{display:flex;justify-content:space-between;padding:15px 0;font-family:Arial,Helvetica,sans-serif;font-size:clamp(30px,4vw,52px);font-weight:900;letter-spacing:-.04em;text-transform:uppercase}
.menu-nav a:after{content:"↗";color:var(--gold);font-size:24px}
.menu-meta{border-left:1px solid var(--goldline);padding-left:50px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:var(--gold)}
.menu-meta h2{font-size:clamp(45px,5vw,75px);line-height:.9;margin:14px 0 24px}.menu-meta p{color:var(--muted);max-width:460px}

/* Buttons / typography */
.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 23px;background:var(--gold);color:#080808;border:1px solid var(--gold);font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.button:hover{background:transparent;color:var(--gold)}
.button.red{background:var(--red);border-color:var(--red);color:#fff}.button.red:hover{background:transparent;color:#fff;border-color:#fff}
.button.outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.25)}.button.outline:hover{border-color:var(--gold);color:var(--gold)}
h1,h2,h3,h4{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:800;letter-spacing:-.035em}
strong{font-weight:800}

/* Hero */
.hero{position:relative;min-height:650px;height:auto;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-media{position:absolute;inset:0;background-size:cover;background-position:center;background-color:#0b1010}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.42) 58%,rgba(0,0,0,.25)),linear-gradient(0deg,rgba(0,0,0,.76),transparent 55%)}
.hero-content{position:relative;z-index:2;max-width:760px;padding:105px 0 105px}
.hero h1{font-size:clamp(62px,8.8vw,125px);line-height:.82;letter-spacing:-.045em;margin:14px 0 28px}
.hero h1 span{color:var(--gold)}
.hero p{max-width:650px;font-size:18px;line-height:1.5;color:#ddd;margin:0 0 30px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-bottom{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.28)}
.hero-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.hero-stat{padding:15px 90px;border-right:1px solid var(--line);font-family:Arial,Helvetica,sans-serif}
.hero-stat:last-child{border-right:0}.hero-stat strong{display:block;color:var(--gold);font-size:17px}.hero-stat span{font-size:10px;color:#bbb;text-transform:uppercase;letter-spacing:.11em}

/* Sections */
.section{padding:95px 0}.section-dark{background:#0b0f0f}.section-soft{background:#191d1d}
.section-heading{text-align:center;max-width:700px;margin:0 auto 48px}
.section-heading h2{font-size:clamp(38px,5vw,61px);line-height:.95;margin:10px 0 14px}
.section-heading p{color:var(--muted);font-size:14px;max-width:580px;margin:auto}
.gold-rule{width:48px;height:1px;background:var(--gold);margin:20px auto}

/* About */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-copy h2{font-size:clamp(42px,5vw,65px);line-height:.95;margin:10px 0 20px}
.about-copy p{color:#c7cbc6;font-size:16px}.about-image{position:relative}.about-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.about-image:after{content:"";position:absolute;inset:18px -18px -18px 18px;border:1px solid var(--goldline);z-index:0;pointer-events:none}
.about-image img{position:relative;z-index:1}
.signature{font-family:cursive;color:var(--gold);font-size:26px;margin:22px 0 4px}.signature small{font-family:Arial,Helvetica,sans-serif;color:#999;font-size:10px;display:block;letter-spacing:.1em}

/* Services */
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.service-card{background:var(--black);padding:36px 28px;min-height:250px;text-align:center}
.service-icon{width:48px;height:48px;margin:0 auto 20px;border:1px solid var(--goldline);border-radius:50%;display:grid;place-items:center;color:var(--gold)}
.service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4}
.service-card h3{font-size:23px;margin:0 0 8px}.service-card p{color:var(--muted);font-size:13px;margin:0}

/* Artists */
.artist-section{background:#111717}
.artist-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.artist-card{position:relative;min-height:430px;background:#090b0b;overflow:hidden}
.artist-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.72}
.artist-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92),transparent 65%)}
.artist-info{position:absolute;z-index:2;left:28px;right:28px;bottom:25px}.artist-info h3{font-size:30px;margin:4px 0}.artist-info p{color:#bbb;margin:0;font-size:13px}

/* Portfolio */
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.portfolio-item{aspect-ratio:1/1;overflow:hidden;background:#111}
.portfolio-item:nth-child(2){aspect-ratio:4/5}.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.portfolio-item:hover img{transform:scale(1.05)}
.center{text-align:center;margin-top:32px}

/* Pricing */
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin:auto}
.price-card{background:#202525;padding:35px;border:1px solid rgba(255,255,255,.06)}
.price-card h3{font-size:25px;margin:0 0 22px}.price-list{list-style:none;padding:0;margin:0}.price-list li{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.1);font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#ccc}.price-list li span:last-child{color:var(--gold);font-weight:800}

/* Red CTA */
.red-cta{background:var(--red);padding:70px 0}.red-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.red-cta h2{font-size:clamp(38px,5vw,65px);line-height:.92;margin:0}.red-cta p{color:#ffe9e9;max-width:600px;margin:12px 0 0}

/* Testimonials */
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{background:#0d1111;border:1px solid var(--line);padding:30px}.stars{color:var(--gold);letter-spacing:.15em;font-family:Arial,Helvetica,sans-serif;font-size:12px}.testimonial blockquote{font-size:18px;line-height:1.45;margin:18px 0;color:#eee}.testimonial cite{font-style:normal;font-family:Arial,Helvetica,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#888}

/* Blog */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{background:#0e1212}.news-thumb{aspect-ratio:16/10;background:#171c1c}.news-thumb img{width:100%;height:100%;object-fit:cover}.news-body{padding:22px}.news-body h3{font-size:23px;line-height:1.05;margin:8px 0}.news-body p{color:#999;font-size:13px}.news-meta{font-family:Arial,Helvetica,sans-serif;color:var(--gold);font-size:9px;letter-spacing:.14em;text-transform:uppercase}

/* Footer */
.site-footer{background:#060808;border-top:1px solid var(--line);padding:70px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding-bottom:50px}.footer-logo{width:190px;margin-bottom:20px}.footer-col h3{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:var(--gold);letter-spacing:.18em;text-transform:uppercase}.footer-col p,.footer-col li{color:#8e9390;font-size:13px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:6px 0}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;color:#666;font-family:Arial,Helvetica,sans-serif;font-size:10px}

/* Pages */
.page-hero{padding:85px 0 60px;border-bottom:1px solid var(--line)}.page-title{font-size:clamp(45px,7vw,80px);line-height:.9;margin:10px 0 0}.page-content{padding:75px 0}.content-narrow{max-width:860px}.content-narrow h2,.content-narrow h3{line-height:1.05}.content-narrow h2{font-size:40px;margin-top:45px}.content-narrow h3{font-size:28px;margin-top:30px}.content-narrow p,.content-narrow li{color:#c5c9c5}.content-narrow a{color:var(--gold)}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{background:#101414;border:1px solid var(--line)}.post-card-thumb{display:block;aspect-ratio:16/9;background:#171b1b}.post-card-thumb img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:22px}.post-card h2{font-size:25px;line-height:1.05;margin:8px 0}.post-meta{font-family:Arial,Helvetica,sans-serif;color:var(--gold);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.post-excerpt{color:#929793;font-size:13px}

/* WooCommerce */
.woocommerce{color:#ddd}.woocommerce .woocommerce-breadcrumb{font:10px Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:#888}.woocommerce .woocommerce-breadcrumb a{color:var(--gold)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px;margin:0!important;padding:0!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#101414;border:1px solid var(--line);padding:0 0 22px}.woocommerce ul.products li.product a img{margin:0 0 18px;width:100%;aspect-ratio:1/1;object-fit:cover}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0 20px;font-size:20px;line-height:1.05;color:#fff}.woocommerce ul.products li.product .price{padding:0 20px;color:var(--gold)!important;font-weight:800;font-size:17px}.woocommerce ul.products li.product .button{margin:8px 20px 0!important}.woocommerce span.onsale{background:var(--red);border-radius:0;min-width:auto;min-height:auto;padding:7px 11px;font:10px Arial,sans-serif;font-weight:800}
.woocommerce div.product .product_title{font-size:clamp(40px,5vw,70px);line-height:.9;color:#fff}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--gold);font-size:26px;font-weight:800}.woocommerce .quantity .qty{background:#101414;color:#fff;border:1px solid var(--line);padding:11px}.woocommerce div.product form.cart .button{background:var(--gold);color:#000;border-radius:0}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#101414;color:#ddd;border-top:2px solid var(--gold)}.woocommerce-message a,.woocommerce-info a{color:var(--gold)}
.woocommerce table.shop_table{border-color:var(--line);color:#ccc}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--line)}
.woocommerce .cart_totals,.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{background:#101414;border:1px solid var(--line);padding:25px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{background:#080a0a;color:#fff;border:1px solid var(--line);border-radius:0;padding:12px}
.woocommerce #payment{background:#090c0c;color:#ccc}.woocommerce #payment div.payment_box{background:#151a1a;color:#aaa}
.woocommerce #payment .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:0;background:var(--gold);color:#000;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:#101414;color:#fff;border:1px solid var(--line);padding:9px 13px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--gold);color:#000}

/* Responsive */
@media(max-width:950px){
 .menu-panel-inner{grid-template-columns:1fr}.menu-meta{display:none}
 .about-grid,.artist-grid{grid-template-columns:1fr}.services{grid-template-columns:repeat(2,1fr)}
 .portfolio-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}
 .testimonials,.news-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
 .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .container{width:min(calc(100% - 30px),var(--max))}.header-inner{height:70px}.menu-panel{inset:70px 0 0}
 .brand img{width:180px;max-height:50px}.menu-toggle{width:42px;height:42px}
 .hero{height:auto;min-height:0}.hero-content{padding:75px 0 75px}.hero h1{font-size:61px}.hero p{font-size:16px}
 .hero-bottom-grid{grid-template-columns:1fr}.hero-stat{display:none}.hero-stat:first-child{display:block;border:0}
 .section{padding:72px 0}.services,.portfolio-grid,.testimonials,.news-grid,.archive-grid,.footer-grid{grid-template-columns:1fr}
 .service-card{min-height:220px}.portfolio-grid{gap:8px}
 .red-cta-inner{display:block}.red-cta .button{margin-top:25px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}
 .woocommerce ul.products{grid-template-columns:1fr}
}

/* Desktop navigation + compact hamburger */
.desktop-nav{display:flex;align-items:center;gap:25px;margin-left:auto;margin-right:14px}
.desktop-nav ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.desktop-nav a{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.desktop-nav a:hover{color:var(--gold2)}
.menu-toggle{flex:none}
.dark-cta{background:#17130a;border-color:var(--goldline);color:var(--gold2)}
.dark-cta:hover{background:#211b0c;color:#fff;border-color:var(--gold)}
.service-icon{width:62px;height:62px}
.service-icon svg{width:31px;height:31px;stroke-width:1.35}
.red-cta{background:#0d1010;border-top:1px solid var(--goldline);border-bottom:1px solid var(--goldline)}
.red-cta .button{background:#17130a;border-color:var(--goldline);color:var(--gold2)}
.red-cta .button:hover{background:#211b0c;color:#fff;border-color:var(--gold)}
@media(max-width:1050px){
 .desktop-nav{display:none}
}


/* Athokpam Ink v2.2 refinements */
.header-book-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 18px;
    background:#17130a;
    color:var(--gold2);
    border:1px solid var(--goldline);
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    white-space:nowrap;
}
.header-book-button:hover{
    background:var(--gold);
    color:#080808;
    border-color:var(--gold);
}
.primary-menu{
    display:flex;
    align-items:center;
    gap:24px;
    list-style:none;
    margin:0;
    padding:0;
}
.primary-menu li{margin:0;padding:0}
.primary-menu a{
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    font-size:11px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.primary-menu a:hover{color:var(--gold2)}

.artist-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.artist-card,
.artist-about-card{
    min-height:430px;
}
.artist-about-card{
    background:#0d1111;
    border:1px solid var(--line);
    padding:45px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.artist-about-card h3{
    font-size:clamp(34px,4vw,52px);
    line-height:.95;
    margin:12px 0 18px;
}
.artist-about-card p{
    color:var(--muted);
    max-width:560px;
    font-size:15px;
}
.artist-placeholder{
    width:100%;
    height:100%;
    min-height:430px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#171c1c,#080909);
    color:#444;
    font-size:110px;
}
.news-thumb{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#171c1c;
}
.news-thumb img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.price-list li{
    font-size:16px;
    line-height:1.4;
    padding:13px 0;
}
.price-list li span:last-child{
    font-size:15px;
}
.red-cta{
    background:#0d1010;
    border-top:1px solid var(--goldline);
    border-bottom:1px solid var(--goldline);
}
.red-cta .button{
    background:#17130a;
    border-color:var(--goldline);
    color:var(--gold2);
}
.red-cta .button:hover{
    background:#211b0c;
    color:#fff;
    border-color:var(--gold);
}

@media(max-width:950px){
    .desktop-nav{display:none}
    .header-book-button{margin-left:auto}
    .menu-toggle{display:grid}
    .artist-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
    .header-book-button{padding:10px 13px;font-size:9px}
    .brand img{width:180px;max-height:50px}
    .artist-about-card{min-height:360px;padding:30px}
    .price-list li{font-size:15px}
    .price-list li span:last-child{font-size:14px}
}


/* Portfolio CMS */
.portfolio-grid .portfolio-item a{display:block;width:100%;height:100%}
.portfolio-grid .portfolio-item img{width:100%;height:100%;object-fit:cover}
.portfolio-empty{padding:40px;text-align:center;color:var(--muted);border:1px dashed var(--goldline)}
.portfolio-archive-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.portfolio-archive-item{
    background:#0e1212;
    border:1px solid var(--line);
    overflow:hidden;
}
.portfolio-archive-item>a{
    display:block;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#111616;
}
.portfolio-archive-item>a img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}
.portfolio-archive-item:hover>a img{transform:scale(1.04)}
.portfolio-archive-info{padding:20px 22px 24px}
.portfolio-archive-info h2{
    font-size:24px;
    line-height:1.05;
    margin:7px 0 0;
}
.portfolio-single-image{
    width:100%;
    height:auto;
    margin:0 0 42px;
}
.archive-intro{
    color:var(--muted);
    max-width:650px;
    margin:20px 0 0;
}
@media(max-width:950px){
    .portfolio-archive-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
    .portfolio-archive-grid{grid-template-columns:1fr}
}


/* About Us: never apply the generic .page-content/.content-narrow wrapper */
body.page-template-page-about,
body.page-about-us,
body.page-template-page-about-php .site-main,
.athokpam-about-page{
    width:100%;
    max-width:none;
}
body.page-template-page-about .page-content,
body.page-about-us .page-content,
body.page-template-page-about-php .page-content{
    width:100%;
    max-width:none;
    padding:0;
}

/* =========================================================
   Athokpam Ink 2.3.4
   Hero flow + Booking Calendar integration
   ========================================================= */

/* Keep hero content and the information strip in normal flow.
   This prevents the CTA buttons from sitting on top of the stats. */
.hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.hero > .container {
    width: min(calc(100% - 48px), var(--max));
    margin-left: auto;
    margin-right: auto;
}
.hero-content {
    padding-top: 105px;
    padding-bottom: 70px;
}
.hero-actions {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
}
.hero-bottom {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0;
    flex: 0 0 auto;
}
.hero-bottom-grid {
    width: 100%;
}

@media (max-width: 620px) {
    .hero-content {
        padding-top: 75px;
        padding-bottom: 48px;
    }
    .hero-bottom-grid {
        grid-template-columns: 1fr;
    }
    .hero-stat,
    .hero-stat:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .hero-stat:last-child {
        border-bottom: 0;
    }
}

/* Mobile navigation */
.menu-toggle{
    display:none;
    flex:none;
    width:42px;
    height:42px;
    padding:0;
    border:1px solid var(--goldline);
    background:transparent;
    color:#fff;
    place-items:center;
    align-content:center;
    gap:5px;
    cursor:pointer;
}
.menu-toggle span{
    display:block;
    width:18px;
    height:1px;
    background:currentColor;
    transition:transform .25s ease, opacity .25s ease;
}
.menu-toggle.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle.is-active span:nth-child(2){opacity:0}
.menu-toggle.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.menu-panel{
    display:none;
}
.mobile-menu-list{
    list-style:none;
    margin:0;
    padding:0;
}
.mobile-menu-list li{
    margin:0;
    padding:0;
    border-bottom:1px solid var(--line);
}
.mobile-menu-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:clamp(25px,7vw,42px);
    font-weight:900;
    letter-spacing:-.035em;
    text-transform:uppercase;
}
.mobile-menu-list a::after{
    content:"↗";
    color:var(--gold);
    font-size:20px;
}
.menu-panel .menu-meta .ai-kicker{
    color:var(--gold);
    font-size:10px;
    letter-spacing:3px;
}
@media(max-width:1050px){
    .menu-toggle{display:grid}
    .menu-panel{
        display:block;
        position:fixed;
        inset:70px 0 0;
        background:rgba(4,5,5,.985);
        transform:translateY(-110%);
        transition:transform .35s ease;
        overflow:auto;
        z-index:999;
        border-top:1px solid var(--line);
    }
    .menu-panel.is-open{transform:none}
    .menu-panel-inner{
        min-height:100%;
        display:grid;
        grid-template-columns:1.1fr .9fr;
        gap:60px;
        padding:55px 0 80px;
    }
}
@media(max-width:620px){
    .menu-toggle{width:40px;height:40px}
    .menu-panel-inner{
        display:block;
        padding:35px 0 60px;
    }
    .menu-panel .menu-meta{
        display:none;
    }
    .mobile-menu-list a{
        padding:16px 0;
        font-size:30px;
    }
}

/* =========================================================
   ATHOKPAM INK - MOBILE MENU FINAL FIX
   ========================================================= */

@media (max-width: 1050px) {

    /* Keep the mobile header above everything */
    .site-header {
        position: sticky;
        top: 0;
        z-index: 10000;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .header-inner {
        position: relative;
        z-index: 10001;
    }

    /* Hamburger */
    .menu-toggle {
        position: relative;
        z-index: 10003;
        display: grid;
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
        padding: 0;
        margin: 0;
        border: 1px solid var(--goldline);
        background: #17130a;
        color: #fff;
        cursor: pointer;
    }

    /* Mobile menu */
    .menu-panel {
        display: block !important;
        position: fixed !important;
        top: 78px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: calc(100vh - 78px) !important;

        background: #050606 !important;

        transform: translate3d(0, -110%, 0);
        transition: transform .35s ease;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        visibility: hidden;
        opacity: 0;

        z-index: 9999 !important;
    }

    /* OPEN */
    .menu-panel.is-open {
        transform: translate3d(0, 0, 0) !important;
        visibility: visible;
        opacity: 1;
    }

    /* Menu contents */
    .menu-panel-inner {
        width: min(calc(100% - 40px), 700px) !important;
        min-height: auto !important;
        margin: 0 auto !important;
        padding: 35px 0 60px !important;
        display: block !important;
    }

    .mobile-primary-menu {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }

    .mobile-primary-menu li {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid var(--line);
    }

    .mobile-primary-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        padding: 18px 0;

        color: #fff;
        font-size: clamp(25px, 7vw, 38px);
        line-height: 1;
        font-weight: 900;
        letter-spacing: -.04em;
    }

    .mobile-primary-menu a::after {
        content: "↗";
        color: var(--gold);
        font-size: 20px;
        flex-shrink: 0;
        margin-left: 15px;
    }

    .mobile-menu-book {
        display: inline-flex;
        margin-top: 10px;
    }

    /* Don't show desktop navigation */
    .desktop-nav {
        display: none !important;
    }

    /* Don't let the page scroll behind the menu */
    body.menu-open {
        overflow: hidden !important;
    }
}


/* Smaller phones */
@media (max-width: 620px) {

    .header-inner {
        height: 70px;
    }

    .menu-panel {
        top: 70px !important;
        height: calc(100vh - 70px) !important;
    }

    .brand img {
        width: 180px;
        max-height: 50px;
    }

    .header-book-button {
        margin-left: auto;
        margin-right: 8px;
        padding: 9px 11px;
        font-size: 8px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .menu-panel-inner {
        width: calc(100% - 36px) !important;
        padding-top: 25px !important;
    }

    .mobile-primary-menu a {
        font-size: 27px;
        padding: 16px 0;
    }
}
