:root {
    --mks-gold: #C9A77A;
    --mks-gold-deep: #C9A77A;
    --mks-black: #0d0d0d;
    --mks-ink: #121212;
    --mks-muted: #5b5b5b;
    --mks-muted-2: #7a7a7a;
    --mks-border: #eaeaea;
    --mks-surface: #ffffff;
    --mks-surface-2: #fbfbfb;
    --mks-surface-3: #f4f4f5;
}

.theme-public {
    background: var(--mks-surface);
    color: var(--mks-ink);
}

.theme-public ::selection {
    background: rgba(201, 167, 122, 0.35);
}

.theme-public a {
    color: inherit;
}

.theme-public ::-webkit-scrollbar-track {
    background: var(--mks-surface);
}

.theme-public ::-webkit-scrollbar-thumb {
    background: rgba(13, 13, 13, 0.35);
}

.theme-public ::-webkit-scrollbar-thumb:hover {
    background: var(--mks-gold);
}

.theme-public .bg-noir-950 { background-color: var(--mks-surface) !important; }
.theme-public .bg-noir-900 { background-color: var(--mks-surface-2) !important; }
.theme-public .bg-noir-800 { background-color: var(--mks-surface-3) !important; }

.theme-public .bg-noir-950\/95 { background-color: rgba(255, 255, 255, 0.95) !important; }
.theme-public .bg-noir-900\/95 { background-color: rgba(255, 255, 255, 0.95) !important; }
.theme-public .bg-noir-950\/90 { background-color: rgba(255, 255, 255, 0.90) !important; }
.theme-public .bg-noir-950\/80 { background-color: rgba(255, 255, 255, 0.80) !important; }
.theme-public .bg-noir-950\/70 { background-color: rgba(255, 255, 255, 0.70) !important; }
.theme-public .bg-noir-950\/40 { background-color: rgba(255, 255, 255, 0.40) !important; }
.theme-public .bg-noir-950\/20 { background-color: rgba(255, 255, 255, 0.20) !important; }

.theme-public .bg-noir-900\/50 { background-color: rgba(255, 255, 255, 0.50) !important; }
.theme-public .bg-noir-800\/50 { background-color: rgba(255, 255, 255, 0.50) !important; }
.theme-public .bg-noir-800\/30 { background-color: rgba(255, 255, 255, 0.30) !important; }
.theme-public .bg-noir-800\/20 { background-color: rgba(255, 255, 255, 0.20) !important; }
.theme-public .bg-noir-800\/10 { background-color: rgba(255, 255, 255, 0.10) !important; }

.theme-public .border-noir-800 { border-color: var(--mks-border) !important; }
.theme-public .border-noir-700 { border-color: var(--mks-border) !important; }
.theme-public .border-noir-600 { border-color: rgba(13, 13, 13, 0.20) !important; }

.theme-public .border-noir-800\/50 { border-color: rgba(13, 13, 13, 0.12) !important; }
.theme-public .border-noir-800\/30 { border-color: rgba(13, 13, 13, 0.08) !important; }
.theme-public .border-noir-700\/50 { border-color: rgba(13, 13, 13, 0.12) !important; }
.theme-public .border-noir-700\/30 { border-color: rgba(13, 13, 13, 0.08) !important; }

.theme-public .from-noir-950 { --tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important; }
.theme-public .from-noir-950\/95 { --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position) !important; }
.theme-public .from-noir-950\/90 { --tw-gradient-from: rgba(255, 255, 255, 0.90) var(--tw-gradient-from-position) !important; }
.theme-public .via-noir-900 { --tw-gradient-stops: var(--tw-gradient-from), #fbfbfb var(--tw-gradient-via-position), var(--tw-gradient-to) !important; }
.theme-public .via-noir-950\/80 { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.80) var(--tw-gradient-via-position), var(--tw-gradient-to) !important; }
.theme-public .via-noir-950\/70 { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.70) var(--tw-gradient-via-position), var(--tw-gradient-to) !important; }
.theme-public .via-noir-950\/50 { --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.50) var(--tw-gradient-via-position), var(--tw-gradient-to) !important; }
.theme-public .to-noir-950 { --tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important; }
.theme-public .to-noir-950\/90 { --tw-gradient-to: rgba(255, 255, 255, 0.90) var(--tw-gradient-to-position) !important; }
.theme-public .to-noir-950\/20 { --tw-gradient-to: rgba(255, 255, 255, 0.20) var(--tw-gradient-to-position) !important; }

.theme-public .bg-gradient-dark {
    background-image: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
}

.theme-public .bg-gradient-luxury {
    background-image: linear-gradient(135deg, #ffffff 0%, #fbfbfb 50%, #ffffff 100%) !important;
}

.theme-public .text-ivoire-50,
.theme-public .text-ivoire-100,
.theme-public .text-ivoire-200,
.theme-public .text-ivoire-300 {
    color: var(--mks-ink) !important;
}

.theme-public .text-ivoire-400 {
    color: var(--mks-muted) !important;
}

.theme-public .text-ivoire-500,
.theme-public .text-ivoire-600,
.theme-public .text-ivoire-700 {
    color: var(--mks-muted-2) !important;
}

.theme-public .text-gold-500,
.theme-public .text-gold-400 {
    color: var(--mks-gold-deep) !important;
}

.theme-public .bg-gold-500 {
    background-color: var(--mks-gold) !important;
}

.theme-public header.sticky {
    border-bottom-color: var(--mks-border) !important;
}

.theme-public .nav-link {
    color: var(--mks-ink) !important;
}

.theme-public .nav-link:hover {
    color: var(--mks-gold-deep) !important;
}

.theme-public .nav-link.active {
    color: var(--mks-gold-deep) !important;
}

.theme-public .swiper-slide h1,
.theme-public .swiper-slide p {
    text-shadow: none !important;
}

.theme-public .swiper-slide h1 {
    font-size: clamp(2.25rem, 4.6vw, 4.75rem) !important;
    line-height: 1.05 !important;
}

.theme-public .swiper-slide .btn-primary {
    font-size: 0.875rem !important;
    padding: 0.625rem 1.5rem !important;
}

@media (min-width: 768px) {
    .theme-public .swiper-slide .btn-primary {
        font-size: 1rem !important;
        padding: 0.875rem 2rem !important;
    }
}

.theme-public .btn-primary {
    box-shadow: 0 14px 30px -18px rgba(201, 167, 122, 0.55);
}

.theme-public .btn-primary:hover {
    background: var(--mks-black) !important;
    border-color: var(--mks-black) !important;
    color: #ffffff !important;
}

.theme-public .btn-primary:hover svg {
    color: #ffffff !important;
}

.theme-public .hero-slider .hero-cta {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 0.5rem;
    color: var(--mks-black) !important;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.75rem 1.75rem !important;
    transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.theme-public .hero-slider .hero-cta:hover {
    background: var(--mks-black) !important;
    border-color: var(--mks-black) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.theme-public .hero-slider .mks-hero-overlay {
    background-image:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.62) 70%, rgba(0, 0, 0, 0.88) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 60%, rgba(0, 0, 0, 0.35) 100%);
}

.theme-public .hero-slider .hero-eyebrow {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65) !important;
}

.theme-public .hero-slider .swiper-slide h1 {
    color: #ffffff !important;
}

.theme-public .hero-slider .swiper-slide p {
    color: rgba(255, 255, 255, 0.88) !important;
}

.theme-public .hero-slider .swiper-slide h1 {
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.55) !important;
}

.theme-public .hero-slider .swiper-button-next,
.theme-public .hero-slider .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    top: 50% !important;
    transform: translateY(-50%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.theme-public .hero-slider .swiper-button-prev {
    left: 24px;
}

.theme-public .hero-slider .swiper-button-next {
    right: 24px;
}

.theme-public .hero-slider .swiper-button-next:hover,
.theme-public .hero-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.82);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-50%) scale(1.02);
}

.theme-public .hero-slider .swiper-button-next:after,
.theme-public .hero-slider .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 700;
}

.theme-public .hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
}

.theme-public .hero-slider .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.95);
}

.theme-public .btn-outline {
    border-color: var(--mks-black) !important;
    color: var(--mks-black) !important;
}

.theme-public .btn-outline:hover {
    background: var(--mks-black) !important;
    color: #ffffff !important;
}

.theme-public .form-input {
    background: #ffffff !important;
    border-color: rgba(13, 13, 13, 0.20) !important;
    color: var(--mks-ink) !important;
}

.theme-public .form-label {
    display: block;
    color: var(--mks-ink) !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.theme-public .form-select {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 13, 13, 0.20) !important;
    color: var(--mks-ink) !important;
    padding: 0.625rem 0.875rem !important;
}

.theme-public .form-input::placeholder {
    color: rgba(13, 13, 13, 0.45) !important;
}

.theme-public .form-input:focus {
    border-color: var(--mks-gold-deep) !important;
    box-shadow: 0 0 0 1px var(--mks-gold-deep) !important;
}

.theme-public .text-gradient-gold {
    background: linear-gradient(90deg, #C9A77A 0%, #C9A77A 50%, #C9A77A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.theme-public .aspect-product {
    aspect-ratio: 3 / 4;
}

.theme-public .card-product {
    background: #ffffff;
    border: 1px solid var(--mks-border);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.theme-public .card-product:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -26px rgba(13, 13, 13, 0.35);
    border-color: rgba(201, 167, 122, 0.55);
}

.theme-public .card-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.theme-public .card-product:hover .card-product-image {
    transform: scale(1.03);
}

.theme-public .card-product-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 220ms ease;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.92),
        rgba(255, 255, 255, 0.35)
    );
}

.theme-public .card-product:hover .card-product-overlay {
    opacity: 1;
}

.theme-public .category-caption {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.75rem;
    background: linear-gradient(
        180deg,
        rgba(13, 13, 13, 0.52) 0%,
        rgba(13, 13, 13, 0.28) 100%
    );
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.theme-public .category-caption h3 {
    color: #ffffff !important;
}

.theme-public .category-cta {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.theme-public a.group:hover .category-cta {
    color: #ffffff;
}

.theme-public .btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.theme-public .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    border: 1px solid rgba(13, 13, 13, 0.25);
    color: var(--mks-ink);
    transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.theme-public .btn-ghost:hover {
    background: var(--mks-black) !important;
    border-color: var(--mks-black) !important;
    color: #ffffff !important;
}

.theme-public .section-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.25rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--mks-ink);
}

.theme-public .section-divider {
    width: 4rem;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, var(--mks-gold), transparent);
}

.theme-public .scroll-animate {
    opacity: 1;
    transform: none;
}

.theme-public footer {
    background: var(--mks-gold) !important;
    border-top-color: rgba(255, 255, 255, 0.22) !important;
}

.theme-public footer.bg-noir-900 {
    background: var(--mks-gold) !important;
}

.theme-public footer {
    color: rgba(255, 255, 255, 0.90) !important;
}

.theme-public footer h3,
.theme-public footer h4 {
    color: #ffffff !important;
}

.theme-public footer a {
    color: rgba(255, 255, 255, 0.86) !important;
}

.theme-public footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.theme-public footer .text-ivoire-400,
.theme-public footer .text-ivoire-500,
.theme-public footer .text-ivoire-200 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.theme-public footer .text-gold-500,
.theme-public footer .text-gold-400 {
    color: rgba(255, 255, 255, 0.95) !important;
}

.theme-public footer .border-noir-800,
.theme-public footer .border-noir-700 {
    border-color: rgba(255, 255, 255, 0.18) !important;
}
