/* ==========================================================================
   RETAILERS PAGE STYLES
   ========================================================================== */

/* 1. HERO SECTION */
.retailers-hero {
    position: relative;
    width: 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 5%;
}

.retailers-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(14, 15, 14, 0.9) 0%, rgba(14, 15, 14, 0.4) 100%);
    z-index: 1;
}

.retailers-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.retailers-kicker {
    color: var(--gnv-green);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.retailers-kicker::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--gnv-green);
}

.retailers-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5vw, 4.5rem);
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
}

.retailers-hero-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 650px;
    font-weight: 300;
}

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

/* 2. THE GNV ADVANTAGE (SPLIT SECTION) */
.retailers-advantage {
    display: flex;
    width: 100vw;
    background: #F8F5F2;
    min-height: 80vh;
}

.retail-adv-left {
    width: 45%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.retail-adv-overlay {
    position: absolute;
    top: 0;
    right: -1px;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(248, 245, 242, 0) 0%, rgba(248, 245, 242, 1) 100%);
}

.retail-adv-right {
    width: 55%;
    padding: 100px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.retail-adv-header {
    margin-bottom: 50px;
}

.retail-adv-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--gnv-black);
    margin-bottom: 15px;
    font-weight: 700;
}

.retail-adv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.r-adv-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.r-adv-icon {
    width: 50px;
    height: 50px;
    background: var(--gnv-green);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.r-adv-item:hover .r-adv-icon {
    transform: translateY(-5px);
}

.r-adv-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

.r-adv-text h3 {
    font-size: 1.25rem;
    color: var(--gnv-black);
    margin-bottom: 10px;
    font-family: var(--font-body);
    font-weight: 700;
}

.r-adv-text p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/* 3. CATEGORIES GRID */
.retailers-categories {
    padding: 120px 5%;
    background-color: #0E0F0E;
}

.r-categories-header {
    text-align: center;
    margin-bottom: 70px;
    color: #FFF;
}

.r-categories-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 15px;
}

.r-categories-header p {
    color: #AAA;
    font-size: 1.1rem;
}

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

.r-category-card {
    background: #1A1A1A;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.r-category-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.r-category-img-wrap {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.r-category-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.r-category-card:hover .r-category-img {
    transform: scale(1.08);
}

.r-category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1A1A1A 0%, rgba(26,26,26,0) 100%);
}

.r-category-content {
    padding: 30px 25px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.r-category-content h3 {
    font-size: 1.5rem;
    color: var(--gnv-green);
    margin-bottom: 15px;
    font-family: var(--font-body);
    font-weight: 700;
}

.r-category-content p {
    color: #BBB;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* 4. VISUAL MERCHANDISING SECTION */
.retailers-merch {
    padding: 120px 5%;
    background-color: var(--gnv-white);
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.r-merch-image {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.r-merch-image img {
    width: 100%;
    height: auto;
    display: block;
}

.r-merch-content {
    flex: 1;
}

.r-merch-header {
    margin-bottom: 40px;
}

.r-merch-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--gnv-black);
    margin-bottom: 15px;
}

.r-merch-header p {
    font-size: 1.1rem;
    color: #555;
}

.r-merch-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.r-merch-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.r-merch-item-icon {
    width: 30px;
    height: 30px;
    background: rgba(74, 91, 82, 0.1);
    color: var(--gnv-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.r-merch-item-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 3;
}

.r-merch-item-text h4 {
    font-size: 1.2rem;
    color: var(--gnv-black);
    margin-bottom: 5px;
    font-family: var(--font-body);
}

.r-merch-item-text p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 5. LEAD FORM SECTION */
.retailers-form-section {
    position: relative;
    padding: 120px 5%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.retailers-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 15, 14, 0.85);
    z-index: 1;
}

.r-form-container {
    position: relative;
    z-index: 2;
    background: #FFF;
    padding: 60px;
    border-radius: 15px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.r-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.r-form-header h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--gnv-black);
    margin-bottom: 15px;
}

.r-form-header p {
    color: #666;
    font-size: 1.1rem;
}

/* Form styles inherit from generic form classes which I will redefine slightly for scoping */
.r-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.r-form-group {
    display: flex;
    flex-direction: column;
}

.r-form-group.full-width {
    grid-column: span 2;
}

.r-form label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gnv-black);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.r-form input,
.r-form select,
.r-form textarea {
    padding: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background: #FAFAFA;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.r-form input:focus,
.r-form select:focus,
.r-form textarea:focus {
    outline: none;
    border-color: var(--gnv-green);
    background: #FFF;
    box-shadow: 0 0 0 4px rgba(74, 91, 82, 0.1);
}

.r-form textarea {
    resize: vertical;
    min-height: 120px;
}

.r-form-submit {
    grid-column: span 2;
    margin-top: 10px;
}

.btn-r-form-submit {
    width: 100%;
    padding: 20px;
    background: var(--gnv-green);
    color: #FFF;
    border: none;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-r-form-submit:hover {
    background: #394A42;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .r-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .retailers-advantage {
        flex-direction: column;
    }
    .retail-adv-left {
        width: 100%;
        min-height: 400px;
    }
    .retail-adv-overlay {
        width: 100%;
        height: 40%;
        top: auto;
        bottom: -1px;
        background: linear-gradient(to bottom, rgba(248, 245, 242, 0) 0%, rgba(248, 245, 242, 1) 100%);
    }
    .retail-adv-right {
        width: 100%;
        padding: 60px 5%;
    }
    .retailers-merch {
        flex-direction: column-reverse;
    }
    .r-merch-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .retail-adv-grid {
        grid-template-columns: 1fr;
    }
    .r-category-grid {
        grid-template-columns: 1fr;
    }
    .r-form {
        grid-template-columns: 1fr;
    }
    .r-form-group.full-width {
        grid-column: span 1;
    }
    .r-form-submit {
        grid-column: span 1;
    }
    .r-form-container {
        padding: 40px 20px;
    }
    .retailers-hero-actions {
        flex-direction: column;
    }
    .retailers-hero-actions a {
        width: 100%;
        text-align: center;
    }
}
