/*
Theme Name: Moonlight Spa Dhaka
Theme URI: https://example.com/moonlight-spa-dhaka
Author: Codex
Author URI: https://openai.com
Description: Custom WordPress theme converted from the Moonlight Spa Dhaka site.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: moonlight-spa
*/

:root {
    --moonlight-bg: #050f0a;
    --moonlight-surface: #11291c;
    --moonlight-border: #1e3e2a;
    --moonlight-gold: #b8963e;
    --moonlight-gold-light: #d4ad4a;
    --moonlight-text: #f7f4ee;
    --moonlight-muted: rgba(247, 244, 238, 0.7);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--moonlight-bg);
    color: var(--moonlight-text);
    font-family: "Outfit", sans-serif;
    background-image:
        radial-gradient(circle at top left, rgba(184, 150, 62, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(17, 41, 28, 0.7), transparent 35%),
        linear-gradient(180deg, #06110b 0%, #050f0a 55%, #08150f 100%);
    background-attachment: fixed;
}

body::before {
    content: "";
    pointer-events: none;
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at center, black, transparent 85%);
    opacity: 0.18;
    z-index: 0;
}

main,
nav,
footer {
    position: relative;
    z-index: 1;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
    background: #fff;
    color: #000;
    padding: 0.75rem 1rem;
}

.wp-block-image img,
.entry-content img {
    border-radius: 0.5rem;
}

.entry-content a,
.editor-styles-wrapper a {
    color: var(--moonlight-gold-light);
}

.entry-content a:hover,
.editor-styles-wrapper a:hover {
    color: #fff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.25rem;
}

.entry-content blockquote {
    border-left: 1px solid rgba(184, 150, 62, 0.4);
    color: rgba(247, 244, 238, 0.85);
    font-style: italic;
    margin: 2rem 0;
    padding-left: 1rem;
}

details {
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

details:hover {
    transform: translateY(-2px);
    border-color: rgba(184, 150, 62, 0.55);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    float: right;
    color: var(--moonlight-gold);
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

details[open] summary::after {
    transform: rotate(45deg);
}

.current-menu-item > a,
.current_page_item > a,
.current-menu-parent > a {
    color: var(--moonlight-gold) !important;
}

.moonlight-form-message {
    border: 1px solid rgba(184, 150, 62, 0.35);
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.moonlight-form-message.success {
    background: rgba(30, 62, 42, 0.7);
    color: #ecfdf3;
}

.moonlight-form-message.error {
    background: rgba(127, 29, 29, 0.35);
    color: #fee2e2;
}

main,
section,
header,
footer,
nav,
div,
article,
aside,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
button,
form,
label,
input,
select,
textarea {
    box-sizing: border-box;
}

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

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

.moonlight-header {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.moonlight-header-inner {
    min-height: 74px;
}

.moonlight-header-brand {
    min-width: 160px;
}

.moonlight-header-menu ul {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: nowrap;
}

.moonlight-header-menu li a {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0;
}

.moonlight-mobile-panel {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}

.moonlight-mobile-panel ul {
    width: 100%;
    gap: 1.1rem;
}

.moonlight-mobile-panel li {
    width: 100%;
}

.moonlight-mobile-panel li a {
    display: block;
    width: 100%;
    padding: 0.9rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(30, 62, 42, 0.45);
}

.moonlight-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.moonlight-footer-grid {
    align-items: start;
}

.moonlight-footer-brand {
    max-width: 26rem;
}

.moonlight-footer-links ul li a {
    display: inline-block;
    padding: 0.1rem 0;
}

.moonlight-footer-bottom {
    margin-top: 2rem;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-baseline {
    align-items: baseline;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.top-full {
    top: 100%;
}

.left-0 {
    left: 0;
}

.left-1\/2 {
    left: 50%;
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.bottom-10 {
    bottom: 2.5rem;
}

.inset-0 {
    inset: 0;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-50 {
    z-index: 50;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mr-auto {
    margin-right: auto;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-40 {
    padding-top: 10rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-\[100dvh\] {
    min-height: 100vh;
}

.min-h-\[420px\] {
    min-height: 420px;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-none {
    max-width: none;
}

.min-w-\[200px\] {
    min-width: 200px;
}

.w-full {
    width: 100%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-16 {
    width: 4rem;
}

.w-\[1px\] {
    width: 1px;
}

.h-full {
    height: 100%;
}

.h-\[400px\] {
    height: 400px;
}

.h-16 {
    height: 4rem;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.border {
    border: 1px solid var(--moonlight-border);
}

.border-t {
    border-top: 1px solid var(--moonlight-border);
}

.border-b {
    border-bottom: 1px solid var(--moonlight-border);
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.border-gold {
    border-color: var(--moonlight-gold);
}

.border-gold\/20 {
    border-color: rgba(184, 150, 62, 0.2);
}

.border-gold\/30 {
    border-color: rgba(184, 150, 62, 0.3);
}

.border-gold\/40 {
    border-color: rgba(184, 150, 62, 0.4);
}

.border-forest-border {
    border-color: var(--moonlight-border);
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.bg-white {
    background: #fff;
}

.bg-white\/5 {
    background: rgba(255, 255, 255, 0.05);
}

.bg-gold {
    background: var(--moonlight-gold);
}

.bg-gold\/10 {
    background: rgba(184, 150, 62, 0.1);
}

.bg-transparent {
    background: transparent;
}

.bg-forest-deep {
    background: var(--moonlight-bg);
}

.bg-forest-deep\/40 {
    background: rgba(5, 15, 10, 0.4);
}

.bg-forest-deep\/90 {
    background: rgba(5, 15, 10, 0.9);
}

.bg-forest-deep\/95 {
    background: rgba(5, 15, 10, 0.95);
}

.bg-forest-surface {
    background: var(--moonlight-surface);
}

.bg-forest-surface\/95 {
    background: rgba(17, 41, 28, 0.95);
}

.bg-forest-border\/50 {
    background: rgba(30, 62, 42, 0.5);
}

.bg-forest-dark {
    background: #09150f;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-forest-deep\/60 {
    --tw-gradient-stops: rgba(5, 15, 10, 0.6), var(--tw-gradient-to, rgba(5, 15, 10, 0));
}

.from-forest-deep\/80 {
    --tw-gradient-stops: rgba(5, 15, 10, 0.8), var(--tw-gradient-to, rgba(5, 15, 10, 0));
}

.from-forest-deep {
    --tw-gradient-stops: var(--moonlight-bg), var(--tw-gradient-to, rgba(5, 15, 10, 0));
}

.via-forest-deep\/40 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(5, 15, 10, 0.4), var(--tw-gradient-to, rgba(5, 15, 10, 0));
}

.via-forest-deep\/80 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(5, 15, 10, 0.8), var(--tw-gradient-to, rgba(5, 15, 10, 0));
}

.to-forest-deep {
    --tw-gradient-to: var(--moonlight-bg);
}

.to-transparent {
    --tw-gradient-to: rgba(255, 255, 255, 0);
}

.from-gold {
    --tw-gradient-stops: var(--moonlight-gold), var(--tw-gradient-to, rgba(184, 150, 62, 0));
}

.to-gold-light {
    --tw-gradient-to: var(--moonlight-gold-light);
}

.text-white {
    color: #fff;
}

.text-white\/40 {
    color: rgba(255, 255, 255, 0.4);
}

.text-white\/50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-white\/60 {
    color: rgba(255, 255, 255, 0.6);
}

.text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-white\/90 {
    color: rgba(255, 255, 255, 0.9);
}

.text-gold {
    color: var(--moonlight-gold);
}

.text-forest-deep {
    color: var(--moonlight-bg);
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-\[9px\] {
    font-size: 9px;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[11px\] {
    font-size: 11px;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: 400;
}

.font-sans {
    font-family: "Outfit", sans-serif;
}

.font-serif {
    font-family: "Cormorant Garamond", serif;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-widest {
    letter-spacing: 0.22em;
}

.tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
}

.tracking-\[0\.22em\] {
    letter-spacing: 0.22em;
}

.tracking-\[0\.3em\] {
    letter-spacing: 0.3em;
}

.tracking-\[0\.35em\] {
    letter-spacing: 0.35em;
}

.tracking-\[0\.4em\] {
    letter-spacing: 0.4em;
}

.tracking-\[0\.5em\] {
    letter-spacing: 0.5em;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.1;
}

.leading-relaxed {
    line-height: 1.75;
}

.leading-\[1\.0\] {
    line-height: 1;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

.shadow-lg {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.shadow-xl {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.shadow-2xl {
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
}

.shadow-gold\/10 {
    box-shadow: 0 18px 40px rgba(184, 150, 62, 0.1);
}

.shadow-gold\/20 {
    box-shadow: 0 16px 40px rgba(184, 150, 62, 0.2);
}

.shadow-black\/40 {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.shadow-\[0_0_20px_rgba\(184\,150\,62\,0\.25\)\] {
    box-shadow: 0 0 20px rgba(184, 150, 62, 0.25);
}

.shadow-\[0_0_20px_rgba\(184\,150\,62\,0\.3\)\] {
    box-shadow: 0 0 20px rgba(184, 150, 62, 0.3);
}

.shadow-\[0_0_25px_rgba\(184\,150\,62\,0\.4\)\] {
    box-shadow: 0 0 25px rgba(184, 150, 62, 0.4);
}

.shadow-\[0_0_40px_rgba\(0\,0\,0\,0\.5\)\] {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.bg-forest-deep.border,
.bg-forest-surface.border,
details.bg-forest-deep {
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

.bg-forest-deep.border:hover,
.bg-forest-surface.border:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 150, 62, 0.45);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.transition-all,
.transition-colors,
.transition-transform {
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.transition-all {
    transition-property: all;
}

.transition-colors {
    transition-property: color, background-color, border-color, opacity, fill, stroke;
}

.transition-transform {
    transition-property: transform;
}

.duration-300 {
    transition-duration: 0.3s;
}

.duration-500 {
    transition-duration: 0.5s;
}

.duration-700 {
    transition-duration: 0.7s;
}

.duration-1000 {
    transition-duration: 1s;
}

.object-cover {
    object-fit: cover;
}

.flex-grow {
    flex-grow: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.self-end {
    align-self: flex-end;
}

.appearance-none {
    appearance: none;
}

.outline-none {
    outline: none;
}

.cursor-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

.backdrop-blur,
.backdrop-blur-md,
.backdrop-blur-xl {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.drop-shadow-sm {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hover\:text-gold:hover,
.group:hover .group-hover\:text-gold {
    color: var(--moonlight-gold);
}

.hover\:text-white:hover {
    color: #fff;
}

.hover\:bg-white:hover {
    background: #fff;
}

.hover\:bg-transparent:hover {
    background: transparent;
}

.hover\:bg-gold:hover {
    background: var(--moonlight-gold);
}

.hover\:bg-\[\#D4AD4A\]:hover,
.hover\:bg-gold-light:hover {
    background: var(--moonlight-gold-light);
}

.hover\:border-gold:hover,
.group:hover .group-hover\:border-gold {
    border-color: var(--moonlight-gold);
}

.hover\:border-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

.group:hover .group-hover\:scale-105,
.hover\:scale-105:hover {
    transform: scale(1.05);
}

.group:hover .group-hover\:bg-transparent {
    background: transparent;
}

.group:hover .group-hover\:translate-x-2 {
    transform: translateX(0.5rem);
}

.hover\:scale-110:hover {
    transform: scale(1.1);
}

.animate-float {
    animation: moonlight-float 4s ease-in-out infinite;
}

@keyframes moonlight-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.prose {
    color: rgba(255, 255, 255, 0.76);
}

.prose p {
    margin-bottom: 1.25rem;
}

.prose ul,
.prose ol {
    margin-bottom: 1.25rem;
}

.prose li {
    margin-bottom: 0.4rem;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
    margin: 1.5rem 0 0.85rem;
}

.prose strong {
    color: #fff;
}

.prose a {
    text-decoration: underline;
    text-decoration-color: rgba(184, 150, 62, 0.5);
    text-underline-offset: 3px;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-5 > * + * {
    margin-top: 1.25rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-20 {
    gap: 5rem;
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:p-8 {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:text-right {
        text-align: right;
    }

    .md\:text-xl {
        font-size: 1.25rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
    }

    .md\:text-7xl {
        font-size: 4.5rem;
    }

    .md\:text-8xl {
        font-size: 6rem;
    }

    .md\:text-\[0\.85em\] {
        font-size: 0.85em;
    }

    .md\:text-\[11px\] {
        font-size: 11px;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:mt-20 {
        margin-top: 5rem;
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:p-0 {
        padding: 0;
    }

    .md\:p-3 {
        padding: 0.75rem;
    }

    .md\:p-12 {
        padding: 3rem;
    }

    .md\:pl-6 {
        padding-left: 1.5rem;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .md\:bottom-8 {
        bottom: 2rem;
    }

    .md\:left-auto {
        left: auto;
    }

    .md\:right-8 {
        right: 2rem;
    }

    .md\:rounded-full {
        border-radius: 9999px;
    }

    .md\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .md\:border {
        border: 1px solid var(--moonlight-border);
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:pt-52 {
        padding-top: 13rem;
    }

    .lg\:pb-28 {
        padding-bottom: 7rem;
    }

    .lg\:pb-32 {
        padding-bottom: 8rem;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bg-forest-deep.border:hover,
    .bg-forest-surface.border:hover,
    details:hover {
        transform: none;
    }

    .text-5xl {
        font-size: 2.4rem;
    }

    .text-4xl {
        font-size: 2rem;
    }

    .text-3xl {
        font-size: 1.7rem;
    }

    .py-32 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .py-24 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .gap-12 {
        gap: 2rem;
    }

    .moonlight-header {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .moonlight-header-inner {
        min-height: 64px;
        gap: 1rem;
    }

    .moonlight-header-brand {
        min-width: 0;
    }

    .moonlight-header-menu {
        display: none;
    }

    .moonlight-footer {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .moonlight-footer-grid {
        gap: 2.25rem;
    }
}
