/* Innovative Homepage Styles for SaxonDodd */

/* Hero Section - Asymmetric Split */
.hero-innovative {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f5f0 0%, #e8e8e0 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(44, 95, 45, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 165, 116, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 120px 20px 80px;
    position: relative;
    z-index: 1;
}

.hero-content-left {
    max-width: 600px;
}

.hero-badge {
    display: inline-block;
    background: #2C5F2D;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.title-line {
    display: block;
}

.title-line.highlight {
    color: #2C5F2D;
    font-style: italic;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
    max-width: 480px;
}

.hero-cta-group {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
}

.btn-text {
    color: #2C5F2D;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: transform 0.3s;
}

.btn-text:hover {
    transform: translateX(4px);
}

.hero-stats-row {
    display: flex;
    gap: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    color: #2C5F2D;
}

.stat-label {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* Hero Visual Right */
.hero-visual-right {
    position: relative;
    height: 600px;
}

.hero-image-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 70%;
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px 200px 20px 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.15);
}

.hero-floating-card {
    position: absolute;
    background: white;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-floating-card p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin: 0;
}

.floating-icon {
    width: 32px;
    height: 32px;
    background: #2C5F2D;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.card-1 {
    top: 15%;
    right: 0;
}

.card-2 {
    bottom: 20%;
    left: -20px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.hero-scroll-indicator span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, #2C5F2D, transparent);
}

/* Category Explorer */
.category-explorer {
    padding: 80px 0;
    background: white;
}

.section-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-header-inline h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1a1a1a;
}

.link-arrow {
    color: #2C5F2D;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.category-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-card {
    flex: 0 0 280px;
    text-decoration: none;
    transition: transform 0.3s;
}

.category-card:hover {
    transform: translateY(-8px);
}

.cat-img-wrap {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.category-card:hover .cat-img-wrap img {
    transform: scale(1.05);
}

.category-card h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.category-card p {
    font-size: 14px;
    color: #666;
}

/* Products Masonry */
.products-masonry {
    padding: 100px 0;
    background: #f9f9f7;
}

.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-eyebrow {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2C5F2D;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-header-center h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-header-center p {
    font-size: 16px;
    color: #666;
}

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

.masonry-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s, transform 0.6s;
}

.masonry-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.masonry-large {
    grid-column: span 2;
    grid-row: span 2;
}

.product-card-masonry {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.product-image-wrap {
    height: 100%;
    background: #e8e8e0;
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card-masonry:hover .product-image-wrap img {
    transform: scale(1.05);
}

.img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #666;
}

.product-info-masonry {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
}

.product-info-masonry h3 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
}

.product-price {
    font-size: 16px;
    opacity: 0.9;
}

.section-cta {
    text-align: center;
    margin-top: 60px;
}

/* Value Proposition */
.value-proposition {
    padding: 120px 0;
    background: white;
}

.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.value-image {
    position: relative;
}

.value-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.value-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2C5F2D;
    font-weight: 600;
}

.value-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #1a1a1a;
    margin: 16px 0 40px;
    line-height: 1.2;
}

.value-points {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.value-point {
    display: flex;
    gap: 20px;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s, transform 0.5s;
}

.value-point.in-view {
    opacity: 1;
    transform: translateX(0);
}

.point-icon {
    width: 48px;
    height: 48px;
    background: #f5f5f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: #2C5F2D;
    flex-shrink: 0;
}

.point-text h4 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.point-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Testimonial */
.testimonial-minimal {
    padding: 100px 0;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

.testimonial-minimal blockquote {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-minimal blockquote p {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.testimonial-minimal cite {
    font-size: 14px;
    color: #999;
    font-style: normal;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #2C5F2D;
    color: white;
}

.btn-primary:hover {
    background: #1e4520;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #2C5F2D;
    border: 2px solid #2C5F2D;
}

.btn-outline:hover {
    background: #2C5F2D;
    color: white;
}

.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content-left {
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta-group {
        justify-content: center;
    }
    
    .hero-stats-row {
        justify-content: center;
    }
    
    .hero-visual-right {
        display: none;
    }
    
    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .value-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    
    .masonry-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }
    
    .masonry-large {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .category-card {
        flex: 0 0 240px;
    }
    
    .value-content h2 {
        font-size: 32px;
    }
    
    .testimonial-minimal blockquote p {
        font-size: 24px;
    }
}
