/**
 * Theme Name: Trendy Den Child - Page Templates Styles
 * Description: Exact styling from reference HTML (thetrendyden-homepage.html)
 * Version: 3.0 - Reference Implementation
 * Author: Trendy Den Creations
 */

/* ═══════════════════════════════════════
   REFERENCE COLOR SYSTEM
   ═══════════════════════════════════════ */
:root {
    /* Exact colors from reference HTML */
    --ref-bg-cream: #fcf9f4;
    --ref-text-dark: #211810;
    --ref-text-medium: #392a1e;
    --ref-text-light: #f5f0e9;
    --ref-terra: #b54d22;
    --ref-sage: #597b5b;
    --ref-gold: #bc993c;
    --ref-stone: #8c8075;
    --ref-stone-light: #cac3bc;
    --ref-dark-overlay: #211810;
    --ref-dark-deep: #130c07;
    --ref-orange: #fd8608;
}

/* ═══════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--ref-bg-cream, #fcf9f4);
    color: var(--ref-text-dark, #211810);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* ═══════════════════════════════════════
   FULL-WIDTH SECTIONS WITH PADDED CONTENT
   ═══════════════════════════════════════ */
/* Homepage wrapper - no padding */
.trendy-homepage {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Make sections full-width for backgrounds */
.trendy-homepage > section,
.trendy-homepage .hero,
.trendy-homepage .categories,
.trendy-homepage .why,
.trendy-homepage .products,
.trendy-homepage .gallery-strip,
.trendy-homepage .eco,
.trendy-homepage .reviews,
.trendy-homepage .amz-cta,
.trendy-homepage .newsletter {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

/* Override Astra container for homepage */
.ast-container,
.site-content .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-content,
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

/* ═══════════════════════════════════════
   CONTENT PADDING (Inside Sections)
   ═══════════════════════════════════════ */
/* Add padding to content INSIDE sections */
.hero-text {
    padding: 60px 56px 60px 72px !important;
}

/* Header padding - matches reference */
.site-header .ast-container,
.main-header-bar {
    padding-left: 56px !important;
    padding-right: 56px !important;
}

/* Responsive padding */
@media (max-width: 1024px) {
    .hero-text {
        padding: 40px 40px !important;
    }
    
    .site-header .ast-container,
    .main-header-bar {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    
    .categories,
    .why,
    .products {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    .hero-text {
        padding: 30px 20px !important;
    }
    
    .site-header .ast-container,
    .main-header-bar {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .categories,
    .why,
    .products {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/* ═══════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════ */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 116px);
    max-height: 700px;
    overflow: hidden;
}

.hero-text {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    padding: 60px 56px 60px 72px;
    background: var(--warm-white);
    position: relative;
    animation: fadeUp 0.8s var(--ease) both;
}

.hero-text::before {
    content: '';
    position: absolute; 
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 10% 60%, rgba(196,98,45,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-eyebrow { 
    font-size: 0.67rem; 
    letter-spacing: 0.22em; 
    text-transform: uppercase; 
    color: var(--terra); 
    font-weight: 600; 
    margin-bottom: 16px; 
    display: flex; 
    align-items: center; 
    gap: 9px; 
}

.hero-eyebrow::before { 
    content: ''; 
    display: block; 
    width: 24px; 
    height: 1px; 
    background: var(--terra); 
}

.hero-title { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: clamp(2.4rem, 3.5vw, 4.2rem); 
    line-height: 1.05; 
    font-weight: 900; 
    color: var(--bark); 
    margin-bottom: 18px; 
}

.hero-title em { 
    font-style: italic; 
    color: var(--terra); 
}

.hero-sub { 
    font-size: 0.96rem; 
    line-height: 1.75; 
    color: var(--bark-light); 
    max-width: 380px; 
    margin-bottom: 32px; 
    font-weight: 300; 
}

.hero-actions { 
    display: flex; 
    gap: 12px; 
    flex-wrap: wrap; 
}

.btn-dark  { 
    background: var(--bark);  
    color: var(--cream); 
    padding: 14px 28px; 
    border-radius: 2px; 
    font-size: 0.76rem; 
    letter-spacing: 0.14em; 
    text-transform: uppercase; 
    font-weight: 600; 
    text-decoration: none; 
    border: 2px solid var(--bark);  
    transition: all 0.2s var(--ease); 
    display: inline-block; 
}

.btn-dark:hover  { 
    background: var(--terra); 
    border-color: var(--terra); 
    transform: translateY(-2px); 
    box-shadow: 0 8px 22px rgba(196,98,45,0.25); 
}

.btn-out   { 
    background: transparent; 
    color: var(--bark); 
    padding: 14px 28px; 
    border-radius: 2px; 
    border: 2px solid var(--bark); 
    font-size: 0.76rem; 
    letter-spacing: 0.14em; 
    text-transform: uppercase; 
    font-weight: 600; 
    text-decoration: none; 
    transition: all 0.2s var(--ease); 
    display: inline-block; 
}

.btn-out:hover   { 
    background: var(--bark); 
    color: var(--cream); 
    transform: translateY(-2px); 
}

.hero-trust { 
    margin-top: 40px; 
    display: flex; 
    gap: 22px; 
    align-items: center; 
    padding-top: 24px; 
    border-top: 1px solid var(--stone-light); 
    animation: fadeUp 0.8s 0.2s var(--ease) both; 
}

.trust-item { 
    display: flex; 
    flex-direction: column; 
}

.trust-num { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.6rem; 
    font-weight: 900; 
    color: var(--bark); 
    line-height: 1; 
}

.trust-label { 
    font-size: 0.64rem; 
    letter-spacing: 0.1em; 
    text-transform: uppercase; 
    color: var(--stone); 
    margin-top: 3px; 
}

.trust-div { 
    width: 1px; 
    height: 32px; 
    background: var(--stone-light); 
    flex-shrink: 0; 
}

/* Hero visual */
.hero-visual {
    display: grid;
    grid-template-rows: 1fr 1fr;
    overflow: hidden;
    animation: fadeIn 1s 0.1s var(--ease) both;
}

.hero-card {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    height: 100%;
}

.hero-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s var(--ease);
}

.hero-card:hover img { 
    transform: scale(1.05); 
}

.hero-card-overlay {
    position: absolute; 
    inset: 0;
    background: linear-gradient(to top, rgba(44,31,20,0.6) 0%, rgba(44,31,20,0.05) 50%, transparent 100%);
    display: flex; 
    align-items: flex-end; 
    padding: 22px 26px;
}

.hc-info { 
    display: flex; 
    flex-direction: column; 
    gap: 3px; 
}

.hc-tag  { 
    font-size: 0.58rem; 
    letter-spacing: 0.18em; 
    text-transform: uppercase; 
    font-weight: 700; 
    color: rgba(255,255,255,0.75); 
}

.hc-title { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.3rem; 
    font-weight: 700; 
    color: white; 
    line-height: 1.2; 
}

.hc-cta  { 
    font-size: 0.66rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 600; 
    color: white; 
    border-bottom: 1px solid rgba(255,255,255,0.5); 
    padding-bottom: 1px; 
    display: inline-block; 
    margin-top: 6px; 
    transition: border-color 0.2s; 
}

.hero-card:hover .hc-cta { 
    border-color: white; 
}

/* ═══════════════════════════════════════
   CATEGORIES
   ═══════════════════════════════════════ */
.categories {
    padding: 92px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.cat-card { 
    border-radius: 4px; 
    overflow: hidden; 
    text-decoration: none; 
    display: block; 
    transition: transform 0.3s var(--ease), box-shadow 0.3s; 
}

.cat-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 20px 56px rgba(44,31,20,0.14); 
}

.cat-pets-bg { 
    background: linear-gradient(145deg, #F2E8DC, #E0C9B0); 
}

.cat-out-bg  { 
    background: linear-gradient(145deg, #DCE8D8, #BBCFB7); 
}

.cat-imgs { 
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    height: 200px; 
    overflow: hidden; 
}

.cat-imgs img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    display: block; 
    transition: transform 0.5s; 
}

.cat-card:hover .cat-imgs img { 
    transform: scale(1.04); 
}

.cat-body {
    padding: 38px 42px 44px;
    position: relative;
    overflow: hidden;
}

.cat-body::after { 
    content: ''; 
    position: absolute; 
    bottom: -50px; 
    right: -50px; 
    width: 160px; 
    height: 160px; 
    border-radius: 50%; 
    opacity: 0.12; 
}

.cat-pets-bg .cat-body::after { 
    background: var(--terra); 
}

.cat-out-bg  .cat-body::after { 
    background: var(--sage);  
}

.cat-badge { 
    display: inline-block; 
    font-size: 0.62rem; 
    letter-spacing: 0.18em; 
    text-transform: uppercase; 
    font-weight: 700; 
    padding: 4px 10px; 
    border-radius: 2px; 
    margin-bottom: 12px; 
    color: white; 
}

.badge-terra { 
    background: var(--terra); 
} 

.badge-sage { 
    background: var(--sage); 
}

.cat-title { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: clamp(1.6rem, 2.5vw, 2.2rem); 
    font-weight: 900; 
    line-height: 1.1; 
    color: var(--bark); 
    margin-bottom: 10px; 
}

.cat-desc  { 
    font-size: 0.88rem; 
    line-height: 1.72; 
    color: var(--bark-light); 
    margin-bottom: 22px; 
    font-weight: 300; 
}

.cat-feats { 
    list-style: none; 
    display: flex; 
    flex-direction: column; 
    gap: 6px; 
    margin-bottom: 26px; 
}

.cat-feats li { 
    display: flex; 
    align-items: flex-start; 
    gap: 7px; 
    font-size: 0.82rem; 
    color: var(--bark-light); 
}

.cat-feats li::before { 
    content: '✓'; 
    font-weight: 700; 
    font-size: 0.7rem; 
    flex-shrink: 0; 
    margin-top: 2px; 
}

.cat-pets-bg .cat-feats li::before { 
    color: var(--terra); 
}

.cat-out-bg  .cat-feats li::before { 
    color: var(--sage);  
}

.cat-link { 
    display: inline-flex; 
    align-items: center; 
    gap: 7px; 
    font-size: 0.78rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 700; 
    text-decoration: none; 
    transition: gap 0.2s; 
}

.cat-link-terra { 
    color: var(--terra); 
} 

.cat-link-sage { 
    color: var(--sage); 
}

.cat-link:hover { 
    gap: 13px; 
}

/* ═══════════════════════════════════════
   WHY US
   ═══════════════════════════════════════ */
.why {
    background: var(--bark);
    padding: 92px 80px;
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.why::before { 
    content: ''; 
    position: absolute; 
    top: -80px; 
    right: -80px; 
    width: 380px; 
    height: 380px; 
    border-radius: 50%; 
    background: radial-gradient(circle, rgba(196,98,45,0.18) 0%, transparent 70%); 
}

.why-hdr { 
    text-align: center; 
    margin-bottom: 52px; 
    position: relative; 
    z-index: 1; 
}

.eyebrow { 
    font-size: 0.67rem; 
    letter-spacing: 0.22em; 
    text-transform: uppercase; 
    font-weight: 600; 
    display: flex; 
    align-items: center; 
    gap: 9px; 
    margin-bottom: 11px; 
}

.eyebrow.centered { 
    justify-content: center; 
}

.eyebrow::before, .eyebrow::after { 
    content: ''; 
    display: block; 
    width: 24px; 
    height: 1px; 
}

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

.ey-gold::before, .ey-gold::after { 
    background: var(--gold); 
}

.ey-terra{ 
    color: var(--terra);
} 

.ey-terra::before,.ey-terra::after { 
    background: var(--terra); 
}

.sec-title { 
    font-family: var(--font-d, var(--font-display)); 
    font-weight: 900; 
    line-height: 1.12; 
}

.sec-title em { 
    font-style: italic; 
    color: var(--terra); 
}

.sec-title.light { 
    color: var(--cream); 
}

.sec-title.light em { 
    color: var(--gold); 
}

.why-grid { 
    display: grid; 
    grid-template-columns: repeat(4,1fr); 
    gap: 22px; 
    position: relative; 
    z-index: 1; 
}

.why-card { 
    background: rgba(255,255,255,0.05); 
    border: 1px solid rgba(255,255,255,0.1); 
    border-radius: 4px; 
    padding: 28px 22px; 
    transition: background 0.3s, transform 0.3s; 
}

.why-card:hover { 
    background: rgba(255,255,255,0.1); 
    transform: translateY(-3px); 
}

.why-icon { 
    font-size: 1.4rem; 
    width: 48px; 
    height: 48px; 
    background: rgba(201,168,76,0.15); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 14px; 
}

.why-title { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1rem; 
    font-weight: 700; 
    color: var(--cream); 
    margin-bottom: 8px; 
}

.why-desc  { 
    font-size: 0.8rem; 
    line-height: 1.65; 
    color: rgba(247,243,237,0.6); 
    font-weight: 300; 
}

/* ═══════════════════════════════════════
   PRODUCTS
   ═══════════════════════════════════════ */
.products {
    padding: 92px 80px;
}

.prod-hdr { 
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between; 
    margin-bottom: 44px; 
    flex-wrap: wrap; 
    gap: 14px; 
}

.view-all { 
    font-size: 0.76rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 600; 
    color: var(--terra); 
    text-decoration: none; 
    display: flex; 
    align-items: center; 
    gap: 5px; 
    transition: gap 0.2s; 
}

.view-all:hover { 
    gap: 11px; 
}

.prod-grid { 
    display: grid; 
    grid-template-columns: repeat(3,1fr); 
    gap: 20px; 
}

.prod-card { 
    background: var(--cream); 
    border-radius: 4px; 
    overflow: hidden; 
    text-decoration: none; 
    color: inherit; 
    display: block; 
    transition: transform 0.3s var(--ease), box-shadow 0.3s; 
}

.prod-card:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 16px 44px rgba(44,31,20,0.12); 
}

.prod-img { 
    aspect-ratio: 1/1; 
    position: relative; 
    overflow: hidden; 
}

.prod-img img { 
    position: absolute; 
    inset: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    display: block; 
    transition: transform 0.5s var(--ease); 
}

.prod-card:hover .prod-img img { 
    transform: scale(1.06); 
}

.prod-badges { 
    position: absolute; 
    top: 11px; 
    left: 11px; 
    display: flex; 
    flex-direction: column; 
    gap: 4px; 
    z-index: 1; 
}

.prod-badge-right { 
    position: absolute; 
    top: 11px; 
    right: 11px; 
    z-index: 1; 
}

.tag { 
    display: inline-block; 
    padding: 3px 9px; 
    border-radius: 2px; 
    font-size: 0.6rem; 
    letter-spacing: 0.14em; 
    text-transform: uppercase; 
    font-weight: 700; 
}

.tag-terra { 
    background: var(--terra); 
    color: white; 
}

.tag-sage  { 
    background: var(--sage);  
    color: white; 
}

.tag-sale  { 
    background: var(--gold);  
    color: var(--bark); 
}

.prod-info { 
    padding: 18px 18px 22px; 
}

.prod-stars { 
    color: var(--gold); 
    font-size: 0.68rem; 
    margin-bottom: 4px; 
}

.prod-name { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.04rem; 
    font-weight: 700; 
    margin-bottom: 4px; 
    color: var(--bark); 
}

.prod-sub  { 
    font-size: 0.78rem; 
    color: var(--stone); 
    margin-bottom: 12px; 
}

.prod-foot { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 8px; 
}

.prod-price-wrap { 
    display: flex; 
    flex-direction: column; 
}

.prod-orig  { 
    font-size: 0.7rem; 
    text-decoration: line-through; 
    color: var(--stone); 
}

.prod-price { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.08rem; 
    font-weight: 700; 
    color: var(--bark); 
}

.shop-btn { 
    background: var(--bark); 
    color: var(--cream); 
    padding: 9px 16px; 
    border-radius: 2px; 
    font-size: 0.68rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 600; 
    text-decoration: none; 
    transition: background 0.2s; 
    white-space: nowrap; 
    flex-shrink: 0; 
    display: inline-block; 
}

.shop-btn:hover { 
    background: var(--terra); 
}

/* ═══════════════════════════════════════
   GALLERY STRIP
   ═══════════════════════════════════════ */
.gallery-strip { 
    display: grid; 
    grid-template-columns: repeat(5,1fr); 
    height: 240px; 
    gap: 2px; 
}

.gal-item { 
    overflow: hidden; 
    position: relative; 
}

.gal-item img { 
    position: absolute; 
    inset: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    display: block; 
    transition: transform 0.5s; 
}

.gal-item:hover img { 
    transform: scale(1.08); 
}

/* ═══════════════════════════════════════
   ECO STRIP
   ═══════════════════════════════════════ */
.eco { 
    background: var(--sage); 
    padding: 52px 72px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 32px; 
}

.eco-text h3 { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.75rem; 
    font-weight: 900; 
    color: white; 
    margin-bottom: 8px; 
}

.eco-text p { 
    font-size: 0.88rem; 
    line-height: 1.72; 
    color: rgba(255,255,255,0.82); 
    font-weight: 300; 
    max-width: 420px; 
}

.eco-stats { 
    display: flex; 
    gap: 40px; 
    flex-shrink: 0; 
}

.eco-stat { 
    text-align: center; 
}

.eco-stat strong { 
    display: block; 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 2rem; 
    font-weight: 900; 
    color: white; 
    line-height: 1; 
}

.eco-stat span { 
    font-size: 0.65rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    color: rgba(255,255,255,0.7); 
}

/* ═══════════════════════════════════════
   REVIEWS
   ═══════════════════════════════════════ */
.reviews { 
    background: var(--cream); 
    padding: 80px 72px; 
}

.rev-grid { 
    display: grid; 
    grid-template-columns: repeat(3,1fr); 
    gap: 20px; 
    margin-top: 48px; 
}

.rev-card { 
    background: var(--warm-white); 
    border-radius: 4px; 
    padding: 26px; 
    border: 1px solid var(--stone-light); 
    transition: border-color 0.3s, transform 0.3s; 
}

.rev-card:hover { 
    border-color: var(--terra); 
    transform: translateY(-3px); 
}

.rev-stars { 
    color: var(--gold); 
    font-size: 0.86rem; 
    margin-bottom: 10px; 
}

.rev-text { 
    font-size: 0.88rem; 
    line-height: 1.72; 
    color: var(--bark-light); 
    font-style: italic; 
    margin-bottom: 16px; 
    font-weight: 300; 
}

.rev-author { 
    display: flex; 
    align-items: center; 
    gap: 9px; 
}

.rev-av { 
    width: 32px; 
    height: 32px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 0.82rem; 
    font-weight: 700; 
    color: white; 
    flex-shrink: 0; 
}

.av1{background:var(--terra);} 
.av2{background:var(--sage);} 
.av3{background:var(--gold);color:var(--bark);}

.rev-name { 
    font-size: 0.78rem; 
    font-weight: 600; 
    color: var(--bark); 
}

.rev-loc  { 
    font-size: 0.68rem; 
    color: var(--stone); 
}

.rev-badge { 
    font-size: 0.6rem; 
    letter-spacing: 0.1em; 
    text-transform: uppercase; 
    color: var(--terra); 
    font-weight: 700; 
    margin-left: auto; 
}

/* ═══════════════════════════════════════
   AMAZON CTA
   ═══════════════════════════════════════ */
.amz-cta { 
    padding: 80px 72px; 
    text-align: center; 
    position: relative; 
    overflow: hidden; 
}

.amz-cta::before { 
    content: ''; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    width: 500px; 
    height: 500px; 
    border-radius: 50%; 
    background: radial-gradient(circle, rgba(196,98,45,0.05) 0%, transparent 70%); 
}

.amz-cta > * { 
    position: relative; 
    z-index: 1; 
}

.amz-desc { 
    max-width: 460px; 
    margin: 15px auto 0; 
    font-size: 0.9rem; 
    line-height: 1.75; 
    color: var(--bark-light); 
    font-weight: 300; 
}

.amz-btns { 
    display: flex; 
    gap: 12px; 
    justify-content: center; 
    margin-top: 36px; 
    flex-wrap: wrap; 
}

.btn-amz-au { 
    background: var(--bark); 
    color: var(--cream); 
    padding: 14px 28px; 
    border-radius: 2px; 
    font-size: 0.78rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 700; 
    text-decoration: none; 
    transition: all 0.2s; 
    display: inline-block; 
}

.btn-amz-au:hover { 
    background: var(--terra); 
    transform: translateY(-2px); 
    box-shadow: 0 8px 22px rgba(196,98,45,0.3); 
}

.btn-amz-us { 
    background: #FF9900; 
    color: var(--bark); 
    padding: 14px 28px; 
    border-radius: 2px; 
    font-size: 0.78rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 700; 
    text-decoration: none; 
    transition: all 0.2s; 
    display: inline-block; 
}

.btn-amz-us:hover { 
    background: #E68A00; 
    transform: translateY(-2px); 
    box-shadow: 0 8px 22px rgba(255,153,0,0.3); 
}

/* ═══════════════════════════════════════
   NEWSLETTER
   ═══════════════════════════════════════ */
.newsletter { 
    background: var(--bark); 
    padding: 64px 72px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 40px; 
}

.nl-text h3 { 
    font-family: var(--font-d, var(--font-display)); 
    font-size: 1.75rem; 
    font-weight: 900; 
    color: var(--cream); 
    margin-bottom: 7px; 
}

.nl-text p  { 
    font-size: 0.85rem; 
    color: rgba(247,243,237,0.58); 
    font-weight: 300; 
}

.nl-form { 
    display: flex; 
    flex-shrink: 0; 
}

.nl-input { 
    background: rgba(255,255,255,0.1); 
    border: 1px solid rgba(255,255,255,0.2); 
    border-right: none; 
    color: var(--cream); 
    padding: 12px 18px; 
    font-family: var(--font-b, var(--font-body)); 
    font-size: 0.86rem; 
    outline: none; 
    width: 260px; 
    border-radius: 2px 0 0 2px; 
    -webkit-appearance: none; 
}

.nl-input::placeholder { 
    color: rgba(247,243,237,0.33); 
}

.nl-input:focus { 
    background: rgba(255,255,255,0.15); 
}

.nl-btn { 
    background: var(--terra); 
    color: white; 
    border: none; 
    padding: 12px 22px; 
    font-family: var(--font-b, var(--font-body)); 
    font-size: 0.74rem; 
    letter-spacing: 0.12em; 
    text-transform: uppercase; 
    font-weight: 700; 
    cursor: pointer; 
    transition: background 0.2s; 
    white-space: nowrap; 
    border-radius: 0 2px 2px 0; 
}

.nl-btn:hover { 
    background: var(--terra-light, #D97B4A); 
}

/* ═══════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════ */
@keyframes fadeUp { 
    from { 
        opacity:0; 
        transform:translateY(26px); 
    } 
    to { 
        opacity:1; 
        transform:translateY(0); 
    } 
}

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

.reveal { 
    opacity:0; 
    transform:translateY(20px); 
    transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); 
}

.reveal.visible { 
    opacity:1; 
    transform:translateY(0); 
}

.d1{transition-delay:0.08s;} 
.d2{transition-delay:0.16s;} 
.d3{transition-delay:0.24s;}

/* ═══════════════════════════════════════
   RESPONSIVE — TABLET (≤1024px)
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero { 
        grid-template-columns: 1fr; 
        max-height: none; 
        min-height: auto; 
    }
    
    .hero-text { 
        padding: 60px 36px 48px; 
        min-height: auto; 
    }
    
    .hero-visual { 
        grid-template-rows: none; 
        grid-template-columns: 1fr 1fr; 
        height: 360px; 
    }
    
    .hero-card { 
        height: 100%; 
    }

    .categories { 
        grid-template-columns: 1fr; 
        padding: 60px 36px; 
        gap: 20px; 
    }
    
    .cat-imgs { 
        height: 180px; 
    }

    .why { 
        padding: 60px 36px; 
    }
    
    .why-grid { 
        grid-template-columns: repeat(2,1fr); 
    }

    .products { 
        padding: 60px 36px; 
    }
    
    .prod-grid { 
        grid-template-columns: repeat(2,1fr); 
    }

    .gallery-strip { 
        grid-template-columns: repeat(3,1fr); 
        height: 200px; 
    }
    
    .gal-item:nth-child(4), .gal-item:nth-child(5) { 
        display: none; 
    }

    .eco { 
        flex-direction: column; 
        text-align: center; 
        padding: 48px 36px; 
    }
    
    .eco-stats { 
        justify-content: center; 
    }
    
    .eco-text p { 
        max-width: 100%; 
    }

    .reviews { 
        padding: 60px 36px; 
    }
    
    .rev-grid { 
        grid-template-columns: repeat(2,1fr); 
    }

    .amz-cta { 
        padding: 60px 36px; 
    }

    .newsletter { 
        flex-direction: column; 
        padding: 56px 36px; 
        text-align: center; 
    }
    
    .nl-form { 
        width: 100%; 
        max-width: 440px; 
    }
    
    .nl-input { 
        flex: 1; 
        width: auto; 
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE (≤640px)
   ═══════════════════════════════════════ */
@media (max-width: 640px) {
    .hero { 
        grid-template-columns: 1fr; 
        max-height: none; 
    }
    
    .hero-text { 
        padding: 44px 20px 40px; 
    }
    
    .hero-title { 
        font-size: clamp(2rem, 8vw, 2.8rem); 
    }
    
    .hero-sub { 
        font-size: 0.9rem; 
    }
    
    .hero-actions { 
        gap: 10px; 
    }
    
    .btn-dark, .btn-out { 
        padding: 12px 20px; 
        font-size: 0.72rem; 
    }
    
    .hero-trust { 
        gap: 16px; 
        margin-top: 28px; 
    }
    
    .trust-num { 
        font-size: 1.3rem; 
    }

    .hero-visual { 
        grid-template-columns: 1fr 1fr; 
        height: 260px; 
    }

    .categories { 
        padding: 44px 18px; 
        gap: 16px; 
    }
    
    .cat-imgs { 
        height: 150px; 
    }
    
    .cat-body { 
        padding: 24px 22px 30px; 
    }
    
    .cat-title { 
        font-size: 1.5rem; 
    }

    .why { 
        padding: 44px 18px; 
    }
    
    .why-grid { 
        grid-template-columns: 1fr; 
        gap: 14px; 
    }

    .products { 
        padding: 44px 18px; 
    }
    
    .prod-grid { 
        grid-template-columns: 1fr 1fr; 
        gap: 14px; 
    }
    
    .prod-hdr { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 10px; 
    }
    
    .prod-name { 
        font-size: 0.92rem; 
    }
    
    .prod-sub  { 
        font-size: 0.74rem; 
    }
    
    .prod-info { 
        padding: 14px 14px 18px; 
    }
    
    .shop-btn  { 
        padding: 8px 12px; 
        font-size: 0.64rem; 
    }

    .gallery-strip { 
        grid-template-columns: repeat(2,1fr); 
        height: 170px; 
    }
    
    .gal-item:nth-child(3), .gal-item:nth-child(4), .gal-item:nth-child(5) { 
        display: none; 
    }

    .eco { 
        padding: 40px 18px; 
    }
    
    .eco-text h3 { 
        font-size: 1.4rem; 
    }
    
    .eco-stats { 
        gap: 16px; 
        flex-wrap: wrap; 
    }

    .reviews { 
        padding: 44px 18px; 
    }
    
    .rev-grid { 
        grid-template-columns: 1fr; 
    }

    .amz-cta { 
        padding: 44px 18px; 
    }
    
    .amz-btns { 
        flex-direction: column; 
        align-items: center; 
    }

    .newsletter { 
        padding: 44px 18px; 
    }
    
    .nl-form { 
        flex-direction: column; 
    }
    
    .nl-input { 
        border-right: 1px solid rgba(255,255,255,0.2); 
        border-bottom: none; 
        border-radius: 2px 2px 0 0; 
        width: 100%; 
    }
    
    .nl-btn { 
        border-radius: 0 0 2px 2px; 
    }

    .sec-title { 
        font-size: clamp(1.7rem, 6vw, 2.4rem) !important; 
    }
}

/* ═══════════════════════════════════════
   VERY SMALL PHONES (≤380px)
   ═══════════════════════════════════════ */
@media (max-width: 380px) {
    .prod-grid { 
        grid-template-columns: 1fr; 
    }
    
    .hero-visual { 
        height: 220px; 
    }
    
    .hero-text { 
        padding: 36px 16px 32px; 
    }
}

/* ═══════════════════════════════════════
   CROSS-BROWSER FIXES
   ═══════════════════════════════════════ */
/* Safari flex gap fallback */
@supports not (gap: 1px) {
    .hero-actions > * + * { 
        margin-left: 12px; 
    }
}

/* iOS input zoom prevention */
input, select, textarea { 
    font-size: 16px !important; 
}

@media (min-width: 641px) {
    input, select, textarea { 
        font-size: inherit !important; 
    }
}

/* Smooth scrolling for all browsers */
@media (prefers-reduced-motion: no-preference) {
    html { 
        scroll-behavior: smooth; 
    }
}

/* Made with Bob */


/* ═══════════════════════════════════════
   ABOUT US PAGE STYLES
   ═══════════════════════════════════════ */

/* About Hero */
.about-hero {
    background: linear-gradient(135deg, var(--cream) 0%, #fff 100%);
    padding: 80px 72px;
    text-align: center;
}

.about-hero .container {
    max-width: 900px;
    margin: 0 auto;
}

.about-hero h1 {
    font-family: var(--font-d, var(--font-display));
    font-size: 3rem;
    color: var(--bark);
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.7;
}

/* Story Section */
.story-section {
    padding: 80px 72px;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-text p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Values Section */
.values-section {
    background: var(--cream);
    padding: 80px 72px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.value-card {
    background: white;
    padding: 35px 28px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.value-title {
    font-family: var(--font-d, var(--font-display));
    font-size: 1.3rem;
    color: var(--bark);
    margin-bottom: 15px;
    font-weight: 700;
}

.value-desc {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Timeline Section */
.timeline-section {
    background: var(--warm-white);
    padding: 80px 72px;
}

.timeline {
    max-width: 900px;
    margin: 40px auto 0;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--stone-light);
    transform: translateX(-50%);
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
    grid-column: 2;
}

.timeline-item:nth-child(even) .timeline-date {
    grid-column: 1;
    text-align: right;
}

.timeline-date {
    font-family: var(--font-d, var(--font-display));
    font-size: 2rem;
    font-weight: 900;
    color: var(--terra);
    padding-top: 10px;
}

.timeline-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.timeline-content h3 {
    font-family: var(--font-d, var(--font-display));
    font-size: 1.4rem;
    color: var(--bark);
    margin-bottom: 10px;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
}

/* Commitment Section */
.commitment-section {
    background: var(--bark);
    padding: 80px 72px;
    color: var(--cream);
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.commitment-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 35px 30px;
    transition: background 0.3s, transform 0.3s;
}

.commitment-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

.commitment-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--gold);
}

.commitment-card h3 {
    font-family: var(--font-d, var(--font-display));
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 12px;
}

.commitment-card p {
    color: rgba(247,243,237,0.7);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Social CTA */
.social-cta {
    padding: 80px 72px;
    text-align: center;
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--bark);
    color: var(--cream);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--bark);
}

.social-btn:hover {
    background: var(--terra);
    border-color: var(--terra);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196,98,45,0.3);
}

.social-icon {
    font-size: 1.2rem;
}

/* CTA Section */
.cta-section {
    background: var(--cream);
    padding: 80px 72px;
    text-align: center;
}

.cta-section h2 {
    font-family: var(--font-d, var(--font-display));
    font-size: 2.5rem;
    color: var(--bark);
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

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

/* Responsive - About Page */
@media (max-width: 1024px) {
    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        grid-template-columns: 1fr;
        padding-left: 50px;
    }
    
    .timeline-item:nth-child(even) .timeline-content,
    .timeline-item:nth-child(even) .timeline-date {
        grid-column: 1;
        text-align: left;
    }
    
    .commitment-grid {
        grid-template-columns: 1fr;
    }
    
    .about-hero,
    .story-section,
    .values-section,
    .timeline-section,
    .commitment-section,
    .social-cta,
    .cta-section {
        padding: 60px 36px;
    }
}

@media (max-width: 640px) {
    .about-hero h1 {
        font-size: 2.2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-date {
        font-size: 1.5rem;
    }
    
    .social-links {
        flex-direction: column;
        align-items: center;
    }
    
    .social-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .about-hero,
    .story-section,
    .values-section,
    .timeline-section,
    .commitment-section,
    .social-cta,
    .cta-section {
        padding: 44px 18px;
    }
}


/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* Contact Hero */
.contact-hero {
    background: linear-gradient(135deg, var(--cream) 0%, #f0e8dc 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.contact-hero .eyebrow {
    font-family: var(--font-d);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 16px;
}

.contact-hero .hero-title {
    font-family: var(--font-d);
    font-size: 48px;
    line-height: 1.2;
    color: var(--bark);
    margin-bottom: 20px;
}

.contact-hero .hero-subtitle {
    font-family: var(--font-b);
    font-size: 18px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Main Grid */
.contact-main {
    padding: 80px 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Contact Form */
.contact-form-wrapper h2 {
    font-family: var(--font-d);
    font-size: 32px;
    color: var(--bark);
    margin-bottom: 12px;
}

.contact-form-wrapper .form-intro {
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
    opacity: 0.7;
    margin-bottom: 32px;
}

/* Block Editor Content in Contact Form */
.contact-form-wrapper .entry-content,
.contact-form-wrapper .wp-block-group,
.contact-form-wrapper p,
.contact-form-wrapper h1,
.contact-form-wrapper h2,
.contact-form-wrapper h3 {
    color: var(--bark) !important;
    background: transparent !important;
}

/* Ensure shortcode blocks are visible */
.contact-form-wrapper .wp-block-shortcode {
    background: transparent !important;
    color: var(--bark) !important;
}

/* Fix any dark backgrounds from Block Editor */
.contact-form-wrapper * {
    background-color: transparent !important;
}

.contact-form-wrapper {
    background: transparent !important;
    color: var(--bark) !important;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form label {
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    color: var(--bark);
    display: block;
    margin-bottom: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 8px;
    transition: all 0.3s var(--ease);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--terra);
    box-shadow: 0 0 0 3px rgba(196, 98, 45, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form .btn-primary {
    background: var(--terra);
    color: white;
    padding: 16px 40px;
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s var(--ease);
}

.contact-form .btn-primary:hover {
    background: var(--bark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 31, 20, 0.2);
}

/* Contact Info Card */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    padding: 32px;
}

.contact-info-card h3 {
    font-family: var(--font-d);
    font-size: 24px;
    color: var(--bark);
    margin-bottom: 28px;
}

.info-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5ddd0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--terra) 0%, var(--gold) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.info-icon svg {
    width: 24px;
    height: 24px;
}

.info-content h4 {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--bark);
    margin-bottom: 8px;
}

.info-content p {
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
    margin-bottom: 4px;
}

.info-content a {
    color: var(--terra);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.info-content a:hover {
    color: var(--bark);
}

.info-note {
    font-size: 14px;
    color: var(--bark);
    opacity: 0.6;
}

/* Contact Social */
.contact-social {
    background: var(--bark);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.contact-social h4 {
    font-family: var(--font-d);
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
}

.contact-social .social-links {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.contact-social .social-link {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s var(--ease);
}

.contact-social .social-link:hover {
    background: var(--terra);
    transform: translateY(-4px);
}

/* Contact FAQ */
.contact-faq {
    background: var(--cream);
    padding: 80px 20px;
}

.contact-faq .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 16px;
}

.contact-faq .section-intro {
    font-family: var(--font-b);
    font-size: 18px;
    color: var(--bark);
    opacity: 0.7;
    text-align: center;
    margin-bottom: 48px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.faq-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s var(--ease);
}

.faq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 31, 20, 0.1);
    border-color: var(--terra);
}

.faq-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.faq-card h3 {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 600;
    color: var(--bark);
    margin-bottom: 12px;
}

.faq-card p {
    font-family: var(--font-b);
    font-size: 15px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
}

.faq-cta {
    text-align: center;
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
}

.faq-cta a {
    color: var(--terra);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.faq-cta a:hover {
    color: var(--bark);
}

/* Contact Trust */
.contact-trust {
    padding: 60px 20px;
    background: white;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-item {
    text-align: center;
    padding: 24px;
}

.trust-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.trust-item h3 {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--bark);
    margin-bottom: 8px;
}

.trust-item p {
    font-family: var(--font-b);
    font-size: 14px;
    color: var(--bark);
    opacity: 0.7;
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 60px 20px 40px;
    }
    
    .contact-hero .hero-title {
        font-size: 36px;
    }
    
    .contact-main {
        padding: 60px 20px;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .contact-faq {
        padding: 60px 20px;
    }
    
    .contact-faq .section-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .contact-hero .hero-title {
        font-size: 28px;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ============================================
   SHOP PAGE STYLES
   ============================================ */

/* Shop Hero */
.shop-hero {
    background: linear-gradient(135deg, var(--cream) 0%, #f0e8dc 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.shop-hero .eyebrow {
    font-family: var(--font-d);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 16px;
}

.shop-hero .hero-title {
    font-family: var(--font-d);
    font-size: 48px;
    line-height: 1.2;
    color: var(--bark);
    margin-bottom: 20px;
}

.shop-hero .hero-subtitle {
    font-family: var(--font-b);
    font-size: 18px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Category Navigation */
.category-nav {
    background: white;
    padding: 24px 20px;
    border-bottom: 2px solid #e5ddd0;
}

.category-tabs {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.category-tab {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--bark);
    padding: 12px 24px;
    border: 2px solid #e5ddd0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

.category-tab:hover,
.category-tab.active {
    background: var(--terra);
    color: white;
    border-color: var(--terra);
}

/* Featured Categories */
.featured-categories {
    padding: 80px 20px;
    background: white;
}

.featured-categories .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.category-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s var(--ease);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(44, 31, 20, 0.15);
    border-color: var(--terra);
}

.category-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

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

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(44, 31, 20, 0.8) 0%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 32px;
    opacity: 0;
    transition: opacity 0.3s var(--ease);
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.btn-white {
    background: white;
    color: var(--bark);
    padding: 14px 32px;
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

.btn-white:hover {
    background: var(--terra);
    color: white;
    transform: translateY(-2px);
}

.category-content {
    padding: 32px;
}

.category-content h3 {
    font-family: var(--font-d);
    font-size: 28px;
    color: var(--bark);
    margin-bottom: 12px;
}

.category-content > p {
    font-family: var(--font-b);
    font-size: 16px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    margin-bottom: 20px;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.category-features li {
    font-family: var(--font-b);
    font-size: 15px;
    color: var(--bark);
    padding: 8px 0;
    border-bottom: 1px solid #e5ddd0;
}

.category-features li:last-child {
    border-bottom: none;
}

.category-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 2px solid #e5ddd0;
}

.price-range {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 600;
    color: var(--terra);
}

/* Products Section */
.products-section {
    padding: 80px 20px;
    background: var(--cream);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.products-section .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    margin: 0;
}

.woo-notice {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.woo-notice p {
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
    margin: 0;
}

/* Why Shop */
.why-shop {
    padding: 80px 20px;
    background: var(--bark);
    color: white;
}

.why-shop .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: white;
    text-align: center;
    margin-bottom: 48px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    text-align: center;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s var(--ease);
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--terra);
    transform: translateY(-4px);
}

.benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-family: var(--font-b);
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.benefit-card p {
    font-family: var(--font-b);
    font-size: 15px;
    line-height: 1.6;
    color: white;
    opacity: 0.8;
}

/* Size Guide */
.size-guide {
    padding: 80px 20px;
    background: white;
}

.size-guide .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 40px;
}

.size-guide-wrapper {
    max-width: 1000px;
    margin: 0 auto 24px;
    overflow-x: auto;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 12px;
    overflow: hidden;
}

.size-table thead {
    background: var(--bark);
    color: white;
}

.size-table th {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    text-align: left;
}

.size-table td {
    font-family: var(--font-b);
    font-size: 15px;
    color: var(--bark);
    padding: 16px;
    border-bottom: 1px solid #e5ddd0;
}

.size-table tbody tr:last-child td {
    border-bottom: none;
}

.size-table tbody tr:hover {
    background: var(--cream);
}

.size-guide-tip {
    font-family: var(--font-b);
    font-size: 16px;
    color: var(--bark);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: var(--cream);
    border-radius: 12px;
}

/* Shop Reviews */
.shop-reviews {
    padding: 80px 20px;
    background: var(--cream);
}

.shop-reviews .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s var(--ease);
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 31, 20, 0.1);
    border-color: var(--terra);
}

.review-stars {
    font-size: 20px;
    margin-bottom: 16px;
}

.review-text {
    font-family: var(--font-b);
    font-size: 16px;
    line-height: 1.6;
    color: var(--bark);
    margin-bottom: 20px;
}

.review-author {
    padding-top: 16px;
    border-top: 2px solid #e5ddd0;
}

.review-author strong {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--bark);
    display: block;
    margin-bottom: 4px;
}

.review-author span {
    font-family: var(--font-b);
    font-size: 14px;
    color: var(--bark);
    opacity: 0.6;
}

/* Shop Newsletter */
.shop-newsletter {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--terra) 0%, var(--gold) 100%);
    color: white;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-content h2 {
    font-family: var(--font-d);
    font-size: 40px;
    color: white;
    margin-bottom: 16px;
}

.newsletter-content p {
    font-family: var(--font-b);
    font-size: 18px;
    line-height: 1.6;
    color: white;
    opacity: 0.9;
    margin-bottom: 32px;
}

/* Shop Page Responsive */
@media (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .shop-hero {
        padding: 60px 20px 40px;
    }
    
    .shop-hero .hero-title {
        font-size: 36px;
    }
    
    .category-tabs {
        flex-direction: column;
    }
    
    .category-tab {
        width: 100%;
        text-align: center;
    }
    
    .featured-categories,
    .products-section,
    .why-shop,
    .size-guide,
    .shop-reviews,
    .shop-newsletter {
        padding: 60px 20px;
    }
    
    .featured-categories .section-title,
    .products-section .section-title,
    .why-shop .section-title,
    .size-guide .section-title,
    .shop-reviews .section-title,
    .newsletter-content h2 {
        font-size: 32px;
    }
    
    .section-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .size-guide-wrapper {
        overflow-x: scroll;
    }
}

@media (max-width: 640px) {
    .shop-hero .hero-title {
        font-size: 28px;
    }
    
    .category-image {
        height: 200px;
    }
}


/* ============================================
   BLOG PAGE STYLES
   ============================================ */

/* Blog Hero */
.blog-hero {
    background: linear-gradient(135deg, var(--cream) 0%, #f0e8dc 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.blog-hero .eyebrow {
    font-family: var(--font-d);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 16px;
}

.blog-hero .hero-title {
    font-family: var(--font-d);
    font-size: 48px;
    line-height: 1.2;
    color: var(--bark);
    margin-bottom: 20px;
}

.blog-hero .hero-subtitle {
    font-family: var(--font-b);
    font-size: 18px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Featured Post */
.featured-post {
    padding: 80px 20px;
    background: white;
}

.featured-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.featured-post-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.featured-post-image:hover img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--terra);
    color: white;
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
}

.featured-post-content .post-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.post-meta .post-category {
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    color: var(--terra);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-meta .post-category a {
    color: var(--terra);
    text-decoration: none;
}

.post-meta .post-date {
    font-family: var(--font-b);
    font-size: 14px;
    color: var(--bark);
    opacity: 0.6;
}

.featured-title {
    font-family: var(--font-d);
    font-size: 36px;
    line-height: 1.3;
    color: var(--bark);
    margin-bottom: 20px;
}

.featured-title a {
    color: var(--bark);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.featured-title a:hover {
    color: var(--terra);
}

.featured-excerpt {
    font-family: var(--font-b);
    font-size: 16px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    margin-bottom: 24px;
}

.btn-primary {
    background: var(--terra);
    color: white;
    padding: 14px 32px;
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s var(--ease);
}

.btn-primary:hover {
    background: var(--bark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 31, 20, 0.2);
}

/* Blog Categories */
.blog-categories {
    padding: 80px 20px;
    background: var(--cream);
}

.blog-categories .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.blog-categories .categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-categories .category-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

.blog-categories .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 31, 20, 0.1);
    border-color: var(--terra);
}

.category-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.blog-categories .category-card h3 {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 600;
    color: var(--bark);
    margin-bottom: 8px;
}

.blog-categories .category-card p {
    font-family: var(--font-b);
    font-size: 14px;
    color: var(--bark);
    opacity: 0.7;
}

/* Recent Posts */
.recent-posts {
    padding: 80px 20px;
    background: white;
}

.recent-posts .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 48px;
}

.post-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s var(--ease);
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 31, 20, 0.1);
    border-color: var(--terra);
}

.post-thumbnail {
    height: 220px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-content {
    padding: 24px;
}

.post-title {
    font-family: var(--font-d);
    font-size: 22px;
    line-height: 1.3;
    color: var(--bark);
    margin-bottom: 12px;
}

.post-title a {
    color: var(--bark);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.post-title a:hover {
    color: var(--terra);
}

.post-excerpt {
    font-family: var(--font-b);
    font-size: 15px;
    line-height: 1.6;
    color: var(--bark);
    opacity: 0.8;
    margin-bottom: 16px;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 2px solid #e5ddd0;
}

.read-more {
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    color: var(--terra);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.read-more:hover {
    color: var(--bark);
}

.reading-time {
    font-family: var(--font-b);
    font-size: 13px;
    color: var(--bark);
    opacity: 0.6;
}

.no-posts {
    text-align: center;
    padding: 60px 20px;
    grid-column: 1 / -1;
}

.no-posts p {
    font-family: var(--font-b);
    font-size: 18px;
    color: var(--bark);
    opacity: 0.7;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.blog-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-pagination li {
    margin: 0;
}

.blog-pagination a,
.blog-pagination span {
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--bark);
    padding: 12px 20px;
    border: 2px solid #e5ddd0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s var(--ease);
    display: block;
}

.blog-pagination a:hover,
.blog-pagination .current {
    background: var(--terra);
    color: white;
    border-color: var(--terra);
}

/* Popular Posts */
.popular-posts {
    padding: 80px 20px;
    background: var(--cream);
}

.popular-posts .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.popular-card {
    background: white;
    border: 2px solid #e5ddd0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s var(--ease);
}

.popular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 31, 20, 0.1);
    border-color: var(--terra);
}

.popular-thumb {
    height: 180px;
    overflow: hidden;
}

.popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.popular-card:hover .popular-thumb img {
    transform: scale(1.05);
}

.popular-content {
    padding: 20px;
}

.popular-content h3 {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.popular-content h3 a {
    color: var(--bark);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}

.popular-content h3 a:hover {
    color: var(--terra);
}

/* Blog Newsletter */
.blog-newsletter {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--sage) 0%, var(--terra) 100%);
    color: white;
}

.blog-newsletter .newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.blog-newsletter h2 {
    font-family: var(--font-d);
    font-size: 40px;
    color: white;
    margin-bottom: 16px;
}

.blog-newsletter p {
    font-family: var(--font-b);
    font-size: 18px;
    line-height: 1.6;
    color: white;
    opacity: 0.9;
    margin-bottom: 32px;
}

/* Topic Tags */
.topic-tags {
    padding: 80px 20px;
    background: white;
}

.topic-tags .section-title {
    font-family: var(--font-d);
    font-size: 40px;
    color: var(--bark);
    text-align: center;
    margin-bottom: 48px;
}

.tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.topic-tag {
    font-family: var(--font-b);
    font-size: 15px;
    font-weight: 600;
    color: var(--bark);
    padding: 12px 24px;
    background: var(--cream);
    border: 2px solid #e5ddd0;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

.topic-tag:hover {
    background: var(--terra);
    color: white;
    border-color: var(--terra);
    transform: translateY(-2px);
}

/* Blog Page Responsive */
@media (max-width: 1024px) {
    .featured-post-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-categories .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .popular-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 60px 20px 40px;
    }
    
    .blog-hero .hero-title {
        font-size: 36px;
    }
    
    .featured-post,
    .blog-categories,
    .recent-posts,
    .popular-posts,
    .blog-newsletter,
    .topic-tags {
        padding: 60px 20px;
    }
    
    .featured-title {
        font-size: 28px;
    }
    
    .blog-categories .section-title,
    .recent-posts .section-title,
    .popular-posts .section-title,
    .blog-newsletter h2,
    .topic-tags .section-title {
        font-size: 32px;
    }
    
    .blog-categories .categories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .blog-hero .hero-title {
        font-size: 28px;
    }
    
    .featured-title {
        font-size: 24px;
    }
    
    .tags-grid {
        gap: 12px;
    }
    
    .topic-tag {
        font-size: 14px;
        padding: 10px 20px;
    }
}
