/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2025 Trashken Limited
 */


/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/


:root {
    /**
    * COLORS
    */

    --color-white: #FFFFFF;
    --color-deep-green: #15452B;
    --color-light-green: #8CBD3B;
    --color-highlight: #76BFB0;
    --color-gold: #D4AF37;
    --color-gold-hover: #C89D30;
    --color-rich-charcoal: #212121;
    --color-light-gray: #FAFAFA;
    --color-lighter-gray: #F2F2F2;
    --color-muted-black-overlay: rgba(0,0,0,0.35);
    --color-transparent-gold: rgba(212,175,55,0.12);
    --color-transparent-highlight: rgba(118,191,176,0.12);
}

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

body {
    font-family: 'Inter', sans-serif;
    color: var(--color-deep-green);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header & Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

header.scrolled {
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 70px;
    width: auto;
    transition: filter 0.3s ease;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-gold);
    margin-left: 10px;
    letter-spacing: 0.5px;
}

header.scrolled .logo img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(58%) saturate(437%) hue-rotate(124deg) brightness(96%) contrast(88%);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    font-family: 'Montserrat', sans-serif;            
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-white);
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

header.scrolled .nav-links a {
    color: var(--color-deep-green);
}

.nav-links a:hover {
    color: var(--color-gold);
}

.btn-cta {
    background-color: var(--color-gold);
    color: var(--color-white);
    border: none;
    padding: 10px 26px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta:hover {
    background-color: var(--color-gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

/* Hero Section */
.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://z-cdn-media.chatglm.cn/files/5ad078f8-dee1-4f88-97d6-3cad458d2eee_background.jpeg?auth_key=1791961650-0a87b3bd02ef4e4d9046a53e53bec518-0-b125c6599ad136aceb11a141c34db909');
    background-size: cover;
    background-position: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-muted-black-overlay);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
}

.hero h1 {
    font-family: 'Monoton', sans-serif;
    font-size: 6rem;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero p {
    font-size: 1.2rem;
    color: var(--color-light-green);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: var(--color-gold);
    color: var(--color-white);
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    background-color: var(--color-gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
    background-color: transparent;
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1);
    transform: translateY(-3px);
}

/* Bento Grid Section */
.bento-section {
    padding: 100px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-deep-green);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--color-gold);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 300px;
    gap: 24px;
}

.bento-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.bento-card.feature {
    border: 1px solid var(--color-gold);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bento-card.feature:hover h3 {
    color: var(--color-highlight);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background-color: var(--color-transparent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--color-gold);
}

.feature h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--color-deep-green);
    transition: color 0.3s ease;
}

.feature p {
    font-size: 0.95rem;
    color: var(--color-light-green);
}

.bento-card.image {
    position: relative;
    overflow: hidden;
}

.image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bento-card.image:hover .image-card {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bento-card.image:hover .image-overlay {
    opacity: 1;
}

.view-details {
    background-color: transparent;
    color: var(--color-light-green);
    border: 1px solid var(--color-gold);
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bento-card.testimonial {
    background-color: var(--color-light-gray);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-content {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--color-deep-green);
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.author-info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-deep-green);
}

.rating {
    color: var(--color-gold);
}

.bento-card.stats {
    background-color: var(--color-lighter-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stats-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: var(--color-deep-green);
    margin-bottom: 10px;
}

.stats-label {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-light-green);
}

/* Irregular grid sizes */
.bento-card.span-2 {
    grid-column: span 2;
}

.bento-card.span-3 {
    grid-column: span 3;
}

.bento-card.span-4 {
    grid-column: span 4;
}

.bento-card.row-span-2 {
    grid-row: span 2;
}

/* About Section */
.about-section {
    background-color: var(--color-deep-green);
    border-top: 2px solid var(--color-gold);
    border-bottom: 2px solid var(--color-gold);
    padding: 100px 5%;
    display: flex;
    align-items: center;
}

.about-content {
    flex: 1;
    padding-right: 50px;
}

.about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--color-highlight);
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--color-white);
}

.about-visual {
    flex: 1;
    height: 500px;
    background-image: url('/photos/store-photo.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.about-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(21,69,43,0.3) 0%, rgba(212,175,55,0.2) 100%);
}

/* Product Showcase */
.product-section {
    padding: 100px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.product-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.product-card {
    min-width: 300px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    scroll-snap-align: start;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.product-image {
    height: 250px;
    background-color: var(--color-lighter-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-image img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.product-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--color-transparent-gold) 0%, transparent 70%);
    filter: blur(20px);
    z-index: -1;
}

.product-info {
    padding: 20px;
}

.product-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--color-deep-green);
}

.product-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--color-gold);
    margin-bottom: 15px;
}

.btn-add-cart {
    width: 100%;
    background-color: transparent;
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-add-cart:hover {
    background-color: var(--color-transparent-gold);
    color: var(--color-light-green);
}

/* CTA Banner */
.cta-banner {
    background-image: url('https://z-cdn-media.chatglm.cn/files/5ad078f8-dee1-4f88-97d6-3cad458d2eee_background.jpeg?auth_key=1791961650-0a87b3bd02ef4e4d9046a53e53bec518-0-b125c6599ad136aceb11a141c34db909');
    background-size: cover;
    background-position: center;
    padding: 100px 5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
}

.cta-banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    background-color: transparent;
    border: 1px solid white;
    padding: 14px 20px;
    border-radius: 8px;
    color: white;    
    font-size: 1rem;
}

.newsletter-input::placeholder {
    color: var(--color-white);
}

/* Footer */
footer {
    background-color: var(--color-rich-charcoal);
    color: white;
    padding: 60px 5% 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column {
    flex: 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-logo img {
    height: 50px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(81%) sepia(41%) saturate(866%) hue-rotate(351deg) brightness(102%) contrast(88%);
}

.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-gold);
    margin-left: 10px;
}

.footer-tagline {
    color: var(--color-gold);
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-gold);
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--color-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--color-gold);
    color: var(--color-rich-charcoal);
}

.social-icon:hover svg {
    fill: var(--color-light-green);
}

.footer-newsletter {
    margin-top: 20px;
}

.footer-newsletter h3 {
    margin-bottom: 15px;
}

.footer-form {
    display: flex;
    gap: 10px;
}

.footer-input {
    flex: 1;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
}

.footer-input::placeholder {
    color: var(--color-light-green);
}

.footer-button {
    background-color: var(--color-gold);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-button:hover {
    background-color: var(--color-gold-hover);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.8rem;
    color: #777;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bento-card.span-3, .bento-card.span-4 {
        grid-column: span 2;
    }
    
    .about-section {
        flex-direction: column;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }
    
    .bento-card.span-2, .bento-card.span-3, .bento-card.span-4 {
        grid-column: span 1;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .footer-logo img {
        height: 40px;
    }
}

/* Animation on scroll */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}