body {
    font-family: 'Playfair Display', serif;
    background-color: #EDEBC7;
    color: #555555;
    font-size: 1.104rem;
}

.font-body-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.104rem !important;
}

p {
    font-size: 1.104rem;
}

.font-permanent-marker { font-family: 'Permanent Marker', cursive; }

.section-container {
    min-height: calc(100vh - 80px);
    display: none;
}
.section-container.active {
    display: block;
}

.nav-link {
    font-size: 1rem;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    color: white !important;
    background-color: transparent !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: initial !important;
}
.nav-link.active {
    color: #6EB9A2 !important;
    border-bottom: 2px solid #6EB9A2;
}

/* Language switcher */
.lang-switcher {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.lang-switcher a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
}
.lang-switcher a:hover {
    color: white;
    background-color: rgba(255,255,255,0.15);
}
.lang-switcher a.active-lang {
    color: #6EB9A2 !important;
    border-bottom: 2px solid #6EB9A2;
    font-weight: 600;
}
.lang-switcher .sep {
    color: rgba(255,255,255,0.4);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #7DA9BF; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6EB9A2; }

.text-embossed {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2), -1px -1px 2px rgba(255,255,255,0.7);
}
.text-embossed-light {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1), -1px -1px 2px rgba(255,255,255,0.5);
}

.brand-name-static-gradient {
    background: repeating-linear-gradient(
        -45deg,
        #618D9A,
        #7DA9BF 10%,
        #9EC2D1 20%
    );
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'Permanent Marker', cursive;
}

.brand-name-static-gradient-footer {
    font-family: 'Permanent Marker', cursive;
    font-size: 2.07rem;
    background: repeating-linear-gradient(
        -45deg,
        #618D9A,
        #7DA9BF 10%,
        #9EC2D1 20%
    );
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

h1, h2 {
    font-family: 'Permanent Marker', cursive;
    border: 2px solid #82AEC8;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: block;
    width: fit-content;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFC14D !important;
    background-image: linear-gradient(to right, #6F3F7A, #7F508C);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(255,255,255,0.6),
                inset 1px 1px 2px rgba(255,255,255,0.4), inset -1px -1px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2), -1px -1px 2px rgba(255,255,255,0.7);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

h1 { margin-bottom: 3rem; }
h2 { margin-bottom: 3rem; }

.product-card h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: clamp(1.4rem, 3vw, 2rem);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    text-align: center;
    background-image: linear-gradient(to right, #4A8C9B, #6FA6B7);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1), -1px -1px 1px rgba(255,255,255,0.3);
    border: none;
    padding: 0;
    border-radius: 0;
    display: block;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent !important;
    box-shadow: none;
}

.product-section-title {
    font-family: 'Permanent Marker', cursive;
    border: 2px solid #82AEC8;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: block;
    width: fit-content;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFC14D !important;
    background-image: linear-gradient(to right, #9B30FF, #C08FFF);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(255,255,255,0.6),
                inset 1px 1px 2px rgba(255,255,255,0.4), inset -1px -1px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2), -1px -1px 2px rgba(255,255,255,0.7);
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 2rem;
}

.shimmer-button {
    position: relative;
    overflow: hidden;
    background-color: #6EB9A2;
    color: white !important;
    z-index: 1;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.shimmer-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    animation: shimmer 1.5s infinite;
    z-index: 2;
}

@keyframes shimmer {
    0%   { left: -100%; }
    100% { left: 150%; }
}

/* Cart link in nav */
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 0.25rem 0.4rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s, color 0.2s;
}
.cart-link:hover { background-color: rgba(255,255,255,0.12); color: white; }
.cart-count-badge {
    position: absolute;
    top: -4px;
    right: -6px;
    background: #6EB9A2;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    min-width: 17px;
    height: 17px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 3px;
}

/* Flash messages */
.flash-success {
    background-color: #d1fae5;
    border: 1px solid #6ee7b7;
    color: #065f46;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
}
.flash-error {
    background-color: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
}
