* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Manrope, Arial, sans-serif;
    background: #070a08;
    color: #f4f7f3;
    overflow-x: hidden
}

.section-dark {
    background: #070a08;
    color: #f4f7f3
}

.section-light {
    background: #f0f4ed;
    color: #071009
}

.section-accent {
    background: #b8f23b;
    color: #071009
}

.accent {
    color: #b8f23b !important
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")
}

.site-header {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    background: rgba(7, 10, 8, .58);
    backdrop-filter: blur(18px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: 900
}

.brand-mark {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
}

.brand-mark img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.brand-number {
    font-size: 20px;
    color: #b8f23b;
    display: none
}

.nav-pill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    padding: 4px
}

.nav-pill a {
    color: #e9eee8;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 14px;
    position: relative
}

.nav-pill a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b8f23b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    opacity: .5
}

.nav-pill a:hover {
    color: #b8f23b
}

.header-right {
    display: flex;
    align-items: center;
    gap: 22px
}

.live-time {
    font-family: "DM Mono", monospace;
    font-size: 11px;
    color: #aeb7ac
}

.live-time i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #b8f23b;
    border-radius: 50%;
    margin-right: 8px
}

.book-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #b8f23b;
    color: #071009;
    padding: 13px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    transition: .25s
}

.book-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(184, 242, 59, .22)
}

.menu-btn {
    display: none;
    background: none;
    border: 0
}

.hero {
    min-height: 100vh;
    padding: 150px 5vw 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden
}

.hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #b8f23b;
    filter: blur(170px);
    opacity: .08;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.eyebrow,
.section-label {
    font: 500 11px "DM Mono", monospace;
    letter-spacing: .08em;
    color: #9ba79a;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    padding: 8px 14px;
    align-self: stretch;
    text-align: left;
    max-width: 100%;
    position: relative;
    z-index: 2
}

.eyebrow {
    align-self: center;
    width: max-content;
    max-width: 100%;
    border-color: rgba(184, 242, 59, .3);
    color: #c6d0c4
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b8f23b;
    margin-right: 7px
}

.hero h1 {
    font-size: clamp(72px, 12.8vw, 190px);
    line-height: .9;
    letter-spacing: -.075em;
    font-weight: 900;
    margin: 70px 0 35px;
    position: relative;
    z-index: 2
}

.hero h1 span {
    display: inline-block
}

.hero-copy {
    font-size: 15px;
    line-height: 1.6;
    color: #9da89e;
    position: relative;
    z-index: 2
}

.stats {
    display: flex;
    margin: 35px 0 58px;
    position: relative;
    z-index: 2
}

.stats>div {
    padding: 0 34px;
    border-left: 1px solid #293029;
    text-align: left
}

.stats>div:first-child {
    border-left: 0
}

.stats strong {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    display: block
}

.stats small {
    font: 9px "DM Mono", monospace;
    color: #788277;
    display: block;
    margin-top: 8px
}

.hero-reel {
    width: min(360px, 82vw);
    height: 510px;
    border: 1px solid #30382f;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #111
}

.hero-reel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75)
}

.hero-reel:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), transparent 30%, rgba(0, 0, 0, .55))
}

.reel-overlay {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    font: 10px "DM Mono", monospace
}

.play-ring {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .6);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px
}

.work-section {
    padding: 100px 28px 120px
}

.section-label {
    border-color: #bfc8bd;
    color: #435044
}

.section-label .dark {
    background: #071009
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    padding: 80px 10% 75px
}

.section-heading h2 {
    font-size: clamp(64px, 10vw, 140px);
    line-height: .8;
    letter-spacing: -.07em;
    font-weight: 900
}

.section-heading h2 em {
    font-family: Georgia, serif;
    font-weight: 400
}

.section-heading p {
    max-width: 340px;
    color: #667267;
    line-height: 1.6
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    max-width: 1180px;
    margin: auto
}

.work-card {
    min-width: 0
}

.video-frame {
    height: 520px;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    background: #d9dfd7
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.work-card:hover video {
    transform: scale(1.05)
}

.video-play {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #b8f23b;
    color: #071009;
    font-size: 12px;
    cursor: pointer
}

.work-meta {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 8px;
    padding: 16px 3px
}

.work-meta>span,
.work-meta small {
    font: 10px "DM Mono", monospace;
    color: #7c897d
}

.work-meta h3 {
    font-size: 20px;
    line-height: 1.1
}

.work-meta small {
    grid-column: 2
}

.services-section {
    padding: 90px 28px 100px
}

.services-head {
    padding-left: 8%;
    padding-right: 8%
}

.service-list {
    border-top: 1px solid #2a322b
}

.service-row {
    min-height: 150px;
    border-bottom: 1px solid #2a322b;
    display: grid;
    grid-template-columns: 100px 1.1fr 1.2fr 1fr 40px;
    align-items: center;
    gap: 25px;
    padding: 25px 2%;
    transition: .35s
}

.service-row:hover {
    background: #b8f23b;
    color: #071009
}

.service-row:hover p,
.service-row:hover .service-no {
    color: #23301f
}

.service-no {
    font: 10px "DM Mono", monospace;
    color: #7e8a7f
}

.service-row h3 {
    font-size: 32px;
    line-height: 1
}

.service-row p {
    font-size: 14px;
    color: #8f9a90;
    line-height: 1.5
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tags span {
    font: 10px "DM Mono", monospace;
    border: 1px solid #303930;
    border-radius: 4px;
    padding: 8px
}

.row-arrow {
    font-size: 25px;
    text-align: right
}

.pricing {
    padding: 100px 28px 120px
}

.dark-label {
    border-color: rgba(7, 16, 9, .25);
    color: #071009
}

.pricing-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: center;
    padding: 90px 8% 0
}

.price-title h2 {
    font-size: clamp(65px, 9vw, 125px);
    line-height: .78;
    letter-spacing: -.07em
}

.price-title h2 em {
    font-family: Georgia, serif;
    font-weight: 400
}

.price-title p {
    max-width: 460px;
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.7
}

.price-card {
    background: #080c09;
    color: #f2f5f0;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15)
}

.price-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #273028;
    padding-bottom: 18px;
    font: 10px "DM Mono", monospace
}

.price-top b {
    color: #b8f23b
}

.price {
    font-size: 75px;
    font-weight: 900;
    letter-spacing: -.06em;
    margin: 20px 0
}

.price-card ul {
    list-style: none;
    border-top: 1px solid #273028
}

.price-card li {
    padding: 15px 0;
    border-bottom: 1px solid #273028;
    font-size: 13px;
    color: #aab4aa
}

.price-card li:before {
    content: "→";
    color: #b8f23b;
    margin-right: 10px
}

.dark-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b8f23b;
    color: #071009;
    text-decoration: none;
    padding: 17px 20px;
    margin-top: 25px;
    border-radius: 6px;
    font-weight: 800
}

.contact-section {
    padding: 100px 28px 120px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 8vw;
    padding: 80px 5% 0
}

.contact-grid h2 {
    font-size: clamp(75px, 11vw, 155px);
    line-height: .78;
    letter-spacing: -.075em
}

.contact-grid h2 span {
    color: #b8f23b
}

.contact-grid h2 em {
    font-family: Georgia, serif;
    font-weight: 400
}

.contact-card {
    border-left: 1px solid #2a322b;
    padding: 15px 0 15px 50px
}

.mini {
    font: 10px "DM Mono", monospace;
    color: #899489
}

.contact-card h3 {
    font-size: 36px;
    line-height: 1;
    margin: 30px 0
}

.contact-card form {
    display: grid;
    gap: 12px
}

.contact-card input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #344036;
    color: #fff;
    padding: 15px 0;
    outline: 0;
    font: 14px Manrope
}

.contact-card input:focus {
    border-color: #b8f23b
}

.contact-card button {
    border: 0;
    background: #b8f23b;
    color: #071009;
    padding: 16px;
    border-radius: 5px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px
}

.footer {
    padding: 75px 28px 25px;
    border-top: 1px solid #283029
}

.footer-logo {
    font-size: clamp(80px, 17vw, 240px);
    line-height: .8;
    letter-spacing: -.09em;
    font-weight: 900;
    border-bottom: 1px solid #293129;
    padding-bottom: 45px
}

.footer-logo span {
    color: transparent;
    -webkit-text-stroke: 2px #b8f23b
}

.footer-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 35px 0;
    border-bottom: 1px solid #293129
}

.footer-cols small {
    font: 10px "DM Mono", monospace;
    color: #798579
}

.footer-cols p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px
}

.footer-cols a {
    display: block;
    color: #f4f7f3;
    text-decoration: none
}

.footer-cols a:hover {
    color: #b8f23b
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    color: #728072;
    font: 9px "DM Mono", monospace
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.cursor-dot {
    position: fixed;
    width: 9px;
    height: 9px;
    background: #b8f23b;
    border-radius: 50%;
    pointer-events: none;
    z-index: 200;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%)
}

.contact-result {
    min-height: 100vh;
    display: grid;
    place-items: center
}

.result-box {
    max-width: 650px;
    padding: 50px
}

.result-box h1 {
    font-size: clamp(60px, 10vw, 120px);
    line-height: .85;
    letter-spacing: -.07em;
    margin: 30px 0
}

.result-box p {
    color: #9ba79a;
    margin-bottom: 30px
}

.hero-particles:before,
.hero-particles:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #b8f23b;
    border-radius: 50%;
    box-shadow: 30vw 10vh #b8f23b, -30vw 35vh #b8f23b, 35vw 50vh #b8f23b, -40vw 70vh #b8f23b;
    opacity: .7;
    animation: float 7s infinite alternate
}

.hero-particles:after {
    animation-delay: -3s;
    transform: translate(5vw, 10vh)
}

@keyframes float {
    to {
        transform: translateY(-25px)
    }
}

@media(max-width:900px) {
    .nav-pill {
        display: none
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .menu-btn span {
        display: block;
        width: 25px;
        height: 1px;
        background: #fff
    }

    .header-right {
        gap: 10px
    }

    .live-time {
        display: none
    }

    .hero h1 {
        font-size: clamp(60px, 15vw, 110px)
    }

    .stats {
        margin-bottom: 40px
    }

    .stats>div {
        padding: 0 15px
    }

    .stats strong {
        font-size: 24px
    }

    .work-grid {
        grid-template-columns: 1fr 1fr
    }

    .video-frame {
        height: 330px
    }

    .service-row {
        grid-template-columns: 70px 1fr 40px
    }

    .service-row p,
    .tags {
        grid-column: 2
    }

    .row-arrow {
        grid-column: 3;
        grid-row: 1
    }

    .pricing-layout,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .contact-card {
        border-left: 0;
        border-top: 1px solid #2a322b;
        padding: 45px 0 0
    }

    .footer-cols {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        gap: 15px;
        flex-wrap: wrap
    }
}

@media(max-width:600px) {
    .site-header {
        padding: 0 15px;
        height: 72px
    }

    .brand-mark {
        width: 48px;
        height: 42px
    }

    .book-btn {
        padding: 11px 14px;
        font-size: 11px
    }

    .hero {
        padding: 125px 15px 70px
    }

    .hero h1 {
        margin: 55px 0 25px;
        font-size: 17vw
    }

    .hero-copy {
        font-size: 13px
    }

    .stats strong {
        font-size: 19px
    }

    .stats small {
        font-size: 7px
    }

    .stats>div {
        padding: 0 10px
    }

    .hero-reel {
        height: 430px
    }

    .work-section,
    .services-section,
    .pricing,
    .contact-section,
    .footer {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-heading {
        display: block;
        padding: 60px 4%
    }

    .section-heading h2 {
        font-size: 18vw;
        margin-bottom: 35px
    }

    .work-grid {
        grid-template-columns: 1fr
    }

    .video-frame {
        height: 430px
    }

    .service-row {
        grid-template-columns: 50px 1fr 25px;
        gap: 10px;
        padding: 22px 0
    }

    .service-row h3 {
        font-size: 25px
    }

    .service-row p,
    .tags {
        grid-column: 2
    }

    .tags span {
        padding: 6px;
        font-size: 8px
    }

    .pricing-layout {
        padding: 60px 4% 0
    }

    .price {
        font-size: 65px
    }

    .contact-grid {
        padding: 60px 4% 0
    }

    .contact-grid h2 {
        font-size: 20vw
    }

    .footer-logo {
        font-size: 20vw
    }

    .footer-cols {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        font-size: 8px
    }

    .cursor-dot {
        display: none
    }
}

/* Infinite category marquee */
.infinite-line {
    background: #6cce10;
    color: #0a0a0a;
    border-top: 1px solid rgba(184, 242, 59, 0.3);
    border-bottom: 1px solid rgba(184, 242, 59, 0.3);
    overflow: hidden;
    white-space: nowrap;
}

.infinite-line-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: infiniteScroll 22s linear infinite;
}

.infinite-line span {
    color: #080c00;
    font-family: "DM Mono", monospace;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 22px 28px;
}

.infinite-line span.star {
    font-size: 24px;
    
}

.infinite-line:hover .infinite-line-track {
    animation-play-state: paused;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-right: 44px;
    font: 500 13px "DM Mono", monospace;
    letter-spacing: .05em
}

.marquee-track span:first-child {
    margin-left: 0
}

.marquee-track span::first-letter {
    font-size: 17px
}

.marquee-track b {
    font-weight: 500
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.infinity-marquee:hover .marquee-track {
    animation-play-state: paused
}

/* Logo image */
.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

/* Dubai map replacing contact form */
.map-wrap {
    width: 100%;
    height: 330px;
    border: 1px solid #303a31;
    border-radius: 12px;
    overflow: hidden;
    margin: 24px 0 14px;
    background: #111
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(.9) contrast(1.05)
}

.whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: #b8f23b;
    color: #071009;
    padding: 16px 18px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 13px;
    transition: .25s
}

.whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(184, 242, 59, .18)
}

@media(max-width:600px) {
    .marquee-track span {
        margin-right: 30px;
        font-size: 11px
    }

    .map-wrap {
        height: 270px
    }
}
/* Recent Cuts - Premium Hover Effect */
.work-card {
    position: relative;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
}

.work-card:hover {
    transform: translateY(-10px);
}

.work-card .video-frame {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition:
        transform 0.5s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.5s ease;
}

.work-card:hover .video-frame {
    transform: scale(1.015);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(184, 242, 59, 0.45);
}

/* Video zoom */
.work-card .video-frame video {
    transition:
        transform 0.8s cubic-bezier(.2,.8,.2,1),
        filter 0.6s ease;
}

.work-card:hover .video-frame video {
    transform: scale(1.08);
    filter: brightness(0.72) saturate(1.1);
}

/* Green overlay */
.work-card .video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(184, 242, 59, 0.18),
        transparent 55%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.work-card:hover .video-frame::after {
    opacity: 1;
}

/* Play button */
.work-card .video-play {
    transform: scale(0.85);
    opacity: 0;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(.2,.8,.2,1);
}

.work-card:hover .video-play {
    opacity: 1;
    transform: scale(1);
}

/* Work information */
.work-card .work-meta {
    transition: transform 0.4s ease;
}

.work-card:hover .work-meta {
    transform: translateX(5px);
}

.work-card:hover .work-meta h3 {
    color: #18a957;
}

.work-card:hover .work-meta small {
    color: #4f604f;
}
.work-card .video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 14px;
    z-index: 4;
    pointer-events: none;
    transition: border-color 0.4s ease;
}

.work-card:hover .video-frame::before {
    border-color: #b8f23b;
}
/* =================================
   ARTY GRAPHER FOOTER WORDMARK
================================= */

.footer-wordmark {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: clamp(15px, 2vw, 35px);

    padding: 35px 0 45px;

    border-bottom: 1px solid #292f2a;

    white-space: nowrap;
}

.arty-main {
    display: inline-block;

    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(110px, 19vw, 270px);
    font-weight: 900;

    line-height: .72;
    letter-spacing: -0.095em;

    color: #f4f5f1;

    transition: transform .6s cubic-bezier(.2,.8,.2,1);
}

.arty-sub {
    display: inline-block;

    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(75px, 13vw, 150px);
    font-weight: 800;

    line-height: .72;
    letter-spacing: -0.055em;

    color: #b8f23b;

    -webkit-text-stroke: 2px #ffffff;

    paint-order: stroke fill;

    transition:
        transform .6s cubic-bezier(.2,.8,.2,1),
        color .4s ease;
}

/* Hover */

.footer-wordmark:hover .arty-main {
    color: #b8f23b;
    

    transform: translateX(-6px);
}


.footer-wordmark:hover .arty-sub {
    color: #f4f5f1;
    -webkit-text-stroke: 0 transparent;

    transform: translateX(6px);
}
@media (max-width: 600px) {

    .footer-wordmark {
        gap: 3px;
        padding: 25px 0 30px;
    }

    .arty-main {
        font-size: 15vw;
        letter-spacing: -0.09em;
    }

    .arty-sub {
        font-size: 12vw;
        letter-spacing: -0.07em;
        -webkit-text-stroke: 1px #b8f23b;
    }

}
/* =========================
   MOBILE DRAWER
========================= */

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9998;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(88vw, 390px);
    height: 100vh;
    height: 100dvh;
    background: #0a0e0b;
    border-left: 1px solid rgba(184, 242, 59, 0.25);
    z-index: 9999;

    padding: 24px;

    display: flex;
    flex-direction: column;

    transform: translateX(105%);
    visibility: hidden;

    transition:
        transform 0.55s cubic-bezier(.2,.8,.2,1),
        visibility 0.55s ease;
}

.mobile-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
}

body.drawer-open {
    overflow: hidden;
}

/* Drawer header */

.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.drawer-head span {
    color: #b8f23b;
    font-family: "DM Mono", monospace;
    font-size: 13px;
    letter-spacing: .12em;
}

.drawer-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.drawer-close:hover {
    background: #b8f23b;
    color: #0a0e0b;
    transform: rotate(90deg);
}

/* Navigation */

.drawer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.drawer-nav a {
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;

    padding: 18px 0;

    color: #f4f5f1;
    text-decoration: none;

    font-family: Manrope, Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;

    border-bottom: 1px solid rgba(255,255,255,.12);

    transition:
        color .3s ease,
        padding-left .3s ease;
}

.drawer-nav a span {
    color: #b8f23b;
    font-family: "DM Mono", monospace;
    font-size: 12px;
}

.drawer-nav a b {
    color: #b8f23b;
    font-size: 20px;
    font-weight: 400;
}

.drawer-nav a:hover {
    color: #b8f23b;
    padding-left: 8px;
}

/* Book button */

.drawer-book {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;
    padding: 18px 20px;

    background: #b8f23b;
    color: #0a0e0b;

    text-decoration: none;

    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;

    transition:
        transform .3s ease,
        background .3s ease;
}

.drawer-book:hover {
    transform: translateY(-3px);
    background: #d0ff6b;
}

.drawer-book span {
    font-size: 20px;
}

/* Drawer footer */

.drawer-footer {
    margin-top: auto;

    display: flex;
    justify-content: space-between;
    gap: 15px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.12);

    color: #777d77;

    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .08em;
}

/* Hide drawer on desktop */

@media (min-width: 901px) {
    .mobile-drawer,
    .drawer-overlay {
        display: none;
    }
}
