@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap");

:root {
    --cream: #f2d6c4;
    --dark-brown: #24100a;
    --medium-brown: #7a442b;
    --gold: #c8895d;
    --sage: #8b735f;
    --white: #fff7f0;
    --light-gray: #f7e8de;
    --dark-gray: #100c0a;
    --ink: #130b08;
    --muted: #7d5d4d;
    --line: rgba(36, 16, 10, 0.16);
    --lux-shadow: 0 18px 50px rgba(36, 16, 10, 0.16);
    --soft-shadow: 0 8px 26px rgba(36, 16, 10, 0.1);
    --radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #fff7f0 0%, var(--cream) 46%, #fff7f0 100%) !important;
    color: var(--ink) !important;
    font-family: "Inter", "Segoe UI", sans-serif !important;
    letter-spacing: 0;
    overflow-x: hidden;
    animation: aimabPageIn 520ms ease both;
}

body::selection {
    background: rgba(217, 170, 86, 0.35);
}

* {
    font-family: inherit !important;
}

h1,
h2,
.section-title,
.logo-text,
.hero h1,
.about-content h2,
.coming-soon h2,
.newsletter h2 {
    font-family: "Playfair Display", Georgia, serif !important;
    letter-spacing: 0 !important;
}

p,
li,
input,
select,
textarea,
button {
    font-size-adjust: none;
}

.container {
    width: min(92%, 1180px) !important;
}

img {
    max-width: 100%;
}

a,
button,
.btn,
.product-card,
.category-card,
.service-card,
.modal-content,
.cart-item,
.wishlist-item {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

.btn,
button.btn,
.founder-btn,
.contact-btn {
    border-radius: 999px !important;
    min-height: 44px;
    padding: 11px 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(75, 45, 27, 0.14);
}

.btn:hover,
.founder-btn:hover,
.contact-btn:hover,
button.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(75, 45, 27, 0.18);
}

.btn:active,
button:active {
    transform: translateY(0) scale(0.98);
}

input,
select,
textarea {
    border: 1px solid rgba(75, 45, 27, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--ink) !important;
    min-height: 42px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border-color: rgba(217, 170, 86, 0.85) !important;
    box-shadow: 0 0 0 4px rgba(217, 170, 86, 0.18) !important;
}

header {
    background: #090908 !important;
    color: #fff4ed !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 244, 237, 0.08);
    box-shadow: none !important;
    overflow: visible !important;
}

.main-header {
    padding: 14px 0 !important;
    overflow: visible;
}

.header-content {
    gap: 18px !important;
    min-width: 0;
    overflow: visible;
}

.menu-toggle,
.sidebar-close {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff4ed !important;
    line-height: 1;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 244, 237, 0.18);
    background: rgba(255, 244, 237, 0.08);
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: visible;
}

.logo img {
    height: 42px !important;
    width: 42px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(75, 45, 27, 0.12);
}

.logo-text {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem) !important;
    color: #fff4ed !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase;
}

.search-bar input {
    border-color: rgba(255, 244, 237, 0.14) !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 244, 237, 0.08) !important;
    color: #fff4ed !important;
    padding: 10px 14px !important;
}

.search-bar button {
    border-radius: 0 !important;
    background: rgba(255, 244, 237, 0.08) !important;
    color: #fff4ed !important;
    border-color: rgba(255, 244, 237, 0.14) !important;
    min-width: 46px;
}

.header-icons {
    gap: 14px !important;
    flex-shrink: 0;
}

.header-icons a,
.header-icons .auth-shortcut {
    color: #fff4ed !important;
}

.header-icons .user-dropdown-content a {
    color: var(--dark-brown) !important;
}

.header-icons .user-dropdown-content a:hover {
    color: #211008 !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-icons .auth-shortcut {
    border-color: rgba(255, 244, 237, 0.18) !important;
    background: rgba(255, 244, 237, 0.08);
    border-radius: 0 !important;
    padding: 9px 13px !important;
}

.user-dropdown-content {
    border: 1px solid var(--line);
    border-radius: 8px !important;
    box-shadow: var(--lux-shadow) !important;
    overflow: hidden;
}

.nav-desktop {
    background: #090908 !important;
    border-top: 1px solid rgba(255, 244, 237, 0.08);
}

.nav-links {
    gap: clamp(16px, 2.6vw, 38px);
    justify-content: center;
}

.nav-links a {
    border-radius: 0;
    margin: 0;
    padding: 11px 6px !important;
    font-weight: 800 !important;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff4ed !important;
}

.dropdown {
    background: #110c09 !important;
    border: 1px solid rgba(255, 244, 237, 0.1);
    border-radius: 0 !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24) !important;
    padding: 8px !important;
}

.dropdown a {
    border-radius: 0;
    margin: 0;
}

.sidebar {
    background: #302319 !important;
    box-shadow: 18px 0 45px rgba(0, 0, 0, 0.25);
    width: min(280px, calc(100vw - 48px)) !important;
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100dvh !important;
    max-height: 100dvh !important;
}

.sidebar-close {
    display: inline-flex !important;
    color: var(--cream) !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(251, 244, 234, 0.16);
    box-shadow: none;
}

.sidebar .logo-text {
    color: var(--cream) !important;
    text-shadow: none;
}

.sidebar .nav-links a {
    border-radius: 0;
    margin: 0;
}

.hero {
    min-height: 0;
    display: grid;
    align-items: center;
    background: #2f160e !important;
    color: #fff4ed !important;
    text-align: center !important;
    padding: clamp(38px, 6vw, 72px) 0 !important;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217, 170, 86, 0.9), transparent);
}

.hero-content,
.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: clamp(2rem, 4.6vw, 3.4rem) !important;
    line-height: 1 !important;
    max-width: 760px;
    margin: 0 auto 10px !important;
}

.hero p {
    max-width: 620px !important;
    font-size: clamp(0.92rem, 1.6vw, 1.05rem) !important;
    color: rgba(255, 244, 237, 0.9) !important;
    line-height: 1.65 !important;
    margin-left: auto;
    margin-right: auto;
}

.hero .btn {
    margin-top: 20px;
    margin-right: 10px;
}

section {
    scroll-margin-top: 110px;
}

main > section:last-of-type,
body > section:last-of-type,
.products-section:last-of-type,
.services-section:last-of-type,
.contact-section:last-of-type,
.founder-story:last-of-type,
.cta-section:last-of-type,
.booking-info:last-of-type {
    margin-bottom: clamp(34px, 5vw, 64px);
}

.newsletter:last-of-type {
    margin-bottom: 0 !important;
}

.section-title {
    font-size: clamp(1.9rem, 4.2vw, 3.2rem) !important;
    color: var(--dark-brown) !important;
    margin-bottom: 12px !important;
}

.section-subtitle {
    color: var(--muted) !important;
    line-height: 1.75;
}

.categories,
.services-grid,
.products {
    gap: clamp(16px, 2.5vw, 26px) !important;
}

.category-card,
.service-card,
.product-card,
.value-card,
.contact-method,
.contact-panel,
.contact-aside,
.founder-photo-panel {
    border: 1px solid rgba(75, 45, 27, 0.1) !important;
    border-radius: var(--radius) !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: var(--soft-shadow) !important;
    overflow: hidden;
}

.category-card:hover,
.service-card:hover,
.product-card:hover,
.contact-method:hover,
.value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 170, 86, 0.52) !important;
    box-shadow: var(--lux-shadow) !important;
}

.category-img,
.service-img,
.product-img {
    background: linear-gradient(135deg, #f9efe2, #fffaf3) !important;
}

.category-img,
.service-img {
    position: relative;
    overflow: hidden;
}

.category-img::after,
.service-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 26, 20, 0.02), rgba(36, 26, 20, 0.36));
    pointer-events: none;
}

.category-img img,
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.visual-icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(251, 244, 234, 0.9);
    color: var(--dark-brown);
    box-shadow: 0 10px 24px rgba(36, 26, 20, 0.18);
    border: 1px solid rgba(217, 170, 86, 0.42);
}

.product-img {
    aspect-ratio: 4 / 5;
    height: auto !important;
}

.product-img img,
.category-img img,
.service-img img {
    transition: transform 420ms ease, filter 420ms ease;
}

.product-card:hover .product-img img,
.category-card:hover img,
.service-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.03);
}

.product-content,
.category-content,
.service-content {
    padding: clamp(14px, 2.4vw, 20px) !important;
}

.product-content h3,
.category-content h3,
.service-content h3 {
    color: var(--dark-brown) !important;
    line-height: 1.25 !important;
}

.price,
.service-price {
    color: var(--sage) !important;
    font-weight: 800 !important;
}

.product-actions {
    gap: 9px !important;
}

.product-actions .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.services,
.about,
.newsletter,
.products-section,
.founder-story,
.contact-section {
    padding-top: clamp(54px, 8vw, 96px) !important;
    padding-bottom: clamp(54px, 8vw, 96px) !important;
}

.about {
    background:
        linear-gradient(rgba(75, 45, 27, 0.82), rgba(75, 45, 27, 0.82)),
        url("background.png") center/cover !important;
}

.about-content {
    max-width: 760px;
}

.newsletter {
    background: var(--sage) !important;
    color: var(--cream) !important;
}

.newsletter-form {
    gap: 10px !important;
}

.newsletter-form input {
    border-radius: 999px !important;
    padding: 13px 16px !important;
}

.newsletter-form button {
    border-radius: 999px !important;
    padding: 13px 20px !important;
    font-weight: 800;
}

footer {
    background: #2f2118 !important;
    border-top: 1px solid rgba(217, 170, 86, 0.28);
}

.footer-content {
    gap: clamp(22px, 4vw, 38px) !important;
}

.footer-column h3 {
    color: var(--gold) !important;
    font-family: "Playfair Display", Georgia, serif !important;
}

.modal {
    background: rgba(35, 24, 18, 0.58) !important;
    backdrop-filter: blur(8px);
}

.modal-content,
.subpage-payment-modal-inner,
.status-modal-content {
    border: 1px solid rgba(75, 45, 27, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: 0 24px 80px rgba(35, 24, 18, 0.28) !important;
    padding: clamp(18px, 3.5vw, 28px) !important;
}

.booking-flow-modal {
    max-width: 560px !important;
}

.booking-flow-panel {
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: var(--light-gray) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(75, 45, 27, 0.08);
}

.booking-flow-panel h3 {
    color: var(--dark-brown);
    font-size: 1rem;
    margin: 0 0 10px;
}

.booking-flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.booking-payment-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.booking-flow-modal .booking-optional-field {
    display: none;
}

.booking-flow-modal .service-option {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(75, 45, 27, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
}

.booking-flow-modal .service-option:last-child {
    border-bottom: 0 !important;
}

.booking-flow-modal .service-cost {
    color: var(--sage);
    font-weight: 800;
}

.form-group {
    margin-bottom: 14px !important;
}

.form-group label {
    color: var(--dark-brown) !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
}

.cart-item,
.wishlist-item,
.order-card,
.booking-card {
    border-radius: 8px !important;
    border: 1px solid var(--line) !important;
    background: #fffdf9 !important;
}

.cart-toast,
.mini-toast {
    border-radius: 999px !important;
    box-shadow: var(--lux-shadow) !important;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
    will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.loading-products,
.empty-state {
    border-radius: 10px !important;
    border: 1px dashed rgba(75, 45, 27, 0.18) !important;
    background: rgba(255, 255, 255, 0.66) !important;
}

@keyframes aimabPageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes aimabShimmer {
    0% {
        background-position: 120% 0;
    }
    100% {
        background-position: -120% 0;
    }
}

.loading-products,
.empty-state:empty,
.product-card.loading {
    background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(217,170,86,.14), rgba(255,255,255,0)) !important;
    background-size: 220% 100% !important;
    animation: aimabShimmer 1.8s ease infinite;
}

@media (max-width: 1024px) {
    .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .order-details {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 820px) {
    .header-content {
        display: grid !important;
        grid-template-columns: 40px minmax(118px, 1fr) max-content;
        gap: 8px !important;
        align-items: center;
        width: 100%;
    }

    .menu-toggle {
        display: inline-flex !important;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .logo {
        justify-content: flex-start;
        min-width: 0;
        grid-column: 2;
        grid-row: 1;
        gap: 6px;
    }

    .logo img {
        width: 28px;
        height: 28px !important;
        flex: 0 0 28px;
    }

    .logo-text {
        font-size: clamp(0.92rem, 4vw, 1.12rem) !important;
        letter-spacing: 0.04em !important;
    }

    .search-bar {
        grid-column: 1 / -1;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .header-icons {
        gap: 8px !important;
        grid-column: 3;
        grid-row: 1;
        min-width: 0;
        justify-self: end;
    }

    .hero {
        min-height: 0;
        text-align: center !important;
        background: #2f160e !important;
    }

    .hero p,
    .hero h1 {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .products,
    .categories,
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(94%, 430px) !important;
    }

    .logo img {
        width: 26px;
        height: 26px !important;
    }

    .logo-text {
        font-size: 0.96rem !important;
        letter-spacing: 0.025em !important;
    }

    .header-icons .auth-shortcut {
        padding: 5px 7px !important;
        font-size: 0.68rem !important;
    }

    .header-icons a,
    .header-icons .user-dropdown > a {
        min-width: 32px;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero {
        min-height: 0;
        padding: 38px 0 !important;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 9vw, 2.7rem) !important;
    }

    .hero .btn {
        width: 100%;
        margin: 10px 0 0 !important;
        justify-content: center;
        text-align: center;
    }

    .products,
    .categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
    }

    .section-title {
        font-size: clamp(1.45rem, 8vw, 2rem) !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
    }

    .section-subtitle {
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
        margin-bottom: 16px !important;
    }

    .services,
    .about,
    .newsletter,
    .products-section,
    .founder-story,
    .contact-section {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .category-img,
    .service-img {
        aspect-ratio: 1 / 1;
        height: auto !important;
        font-size: 1.35rem !important;
    }

    .visual-icon {
        right: 8px;
        bottom: 8px;
        width: 30px;
        height: 30px;
        font-size: 0.78rem;
    }

    .product-img {
        aspect-ratio: 3 / 3.65;
        min-height: 0;
    }

    .product-content,
    .category-content,
    .service-content {
        padding: 9px !important;
    }

    .product-content h3,
    .category-content h3,
    .service-content h3 {
        font-size: 0.88rem !important;
        line-height: 1.22 !important;
        margin-bottom: 4px !important;
    }

    .category-content p,
    .service-duration,
    .service-features li,
    .stock-info,
    .product-meta {
        font-size: 0.72rem !important;
        line-height: 1.35 !important;
    }

    .service-content .service-features {
        margin: 7px 0 !important;
    }

    .service-content .service-features li {
        margin-bottom: 4px !important;
        gap: 6px;
    }

    .price {
        font-size: 0.9rem !important;
        margin-bottom: 5px !important;
    }

    .old-price {
        font-size: 0.75rem !important;
    }

    .product-actions {
        flex-direction: row !important;
        gap: 6px !important;
        margin-top: 7px !important;
    }

    .product-actions .add-cart-btn {
        flex: 1 1 auto;
    }

    .product-actions .add-wishlist-btn {
        flex: 0 0 36px;
        width: 36px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-actions .add-wishlist-btn .wishlist-label {
        display: none;
    }

    .product-actions .btn,
    .category-content .btn,
    .service-content .btn {
        min-height: 34px !important;
        padding: 8px 9px !important;
        font-size: 0.72rem !important;
        box-shadow: none;
        width: 100%;
    }

    .category-card:hover,
    .service-card:hover,
    .product-card:hover,
    .contact-method:hover,
    .value-card:hover {
        transform: translateY(-3px);
    }

    .modal,
    .payment-modal,
    .subpage-payment-modal {
        padding: 10px !important;
    }

    .modal-content,
    .payment-modal .payment-modal-content,
    .subpage-payment-modal-inner {
        width: 100% !important;
        margin: 10px auto !important;
        max-height: calc(100dvh - 20px) !important;
    }

    .booking-flow-panel {
        margin-bottom: 14px !important;
        padding: 12px !important;
    }

    .booking-flow-grid,
    .booking-payment-actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
    }
}
