﻿/* Base reset and theme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    color-scheme: light;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    --bg: #f5f0ea;
    --surface: #ffffff;
    --surface-strong: #f4ece4;
    --text: #1c1a17;
    --muted: #5d5a55;
    --primary: #1e6f52;
    --accent: #f3a14d;
    --accent-dark: #d47f33;
    --border: rgba(29, 33, 41, 0.08);
    --shadow: 0 22px 60px rgba(16, 26, 32, 0.12);
}
html {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f4ee 0%, #fffdfa 100%) ;
    color: var(--text);
}
img {
    max-width: 100%;
    display: block;
}
button,
a {
    font: inherit;
}
button {
    cursor: pointer;
}
a {
    color: inherit;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(96, 85, 72, 0.08);
    backdrop-filter: blur(18px);
}
.logo {
    display: inline-flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text);
}
.logo span {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: none;
    margin-top: 0.15rem;
    color: var(--muted);
}
.navigation {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.navigation a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    transition: color 0.25s ease;
}
.navigation a:hover,
.navigation a:focus-visible {
    color: gold;
}
.mobile-nav-toggle {
    display: none;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    color: var(--text);
}
.cart-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.2rem;
    border: none;
    border-radius: 999px;
    background: var(--surface);
    color: var(--text);
    box-shadow: 0 16px 30px rgba(238, 164, 5, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cart-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(6, 231, 93, 0.12);
}
.cart-toggle span {
    display: inline-flex;
    align-items: center;
}
.cart-count {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--accent);
    color: var(--surface);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0 0.5rem;
}
.hero-section,
.store-hero,
.hero-split {
    padding: 3.5rem 1.5rem;
    background: linear-gradient(180deg, #fefcf7 0%, #f7f1e9 100%);
}
.hero-section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    align-items: center;
    background-image: url(africa\ 4k.jpg);
    color: #f4ece4;
}
.hero-copy {
    max-width: 620px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgb(10, 10, 10);
    font-weight: 900;
}
.hero-copy h1,
.hero-copy h2 {
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: #0c0c0c;
}
.hero-text {
    max-width: 590px;
    margin-bottom: 2rem;
    color: rgb(255, 254, 254);
    font-size: 1.05rem;
}
.hero-callout {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(22, 22, 22);
}
.hero-actions,
.product-card-footer,
.footer-links,
.hero-highlights,
.story-grid,
.value-grid,
.contact-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.btn {
    border-radius: 999px;
    border: none;
    padding: 0.95rem 1.6rem;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.btn-primary {
    background: var(--primary);
    color: #fff;
}
.btn-secondary {
    background: rgba(30, 111, 82, 0.08);
    color: var(--text);
}
.btn-sm {
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
}
.btn:hover {
    transform: translateY(-2px);
}
.hero-highlights {
    margin-top: 1.5rem;
    gap: 1.5rem;
}
.hero-highlights div {
    background: var(--surface);
    border: 1px solid rgba(27, 35, 49, 0.06);
    border-radius: 18px;
    padding: 1rem 1.15rem;
    color: var(--muted);
    font-weight: 600;
}
.hero-media {
    min-height: 420px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.hero-media img,
.hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}
.intro-grid,
.story-grid,
.value-grid,
.product-grid,
.contact-highlights {
    width: min(1140px, calc(100% - 3rem));
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}
.intro-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    padding: 2rem 0;
}
.intro-grid article,
.story-grid article,
.value-grid article,
.contact-card,
.contact-highlights article {
    background: var(--surface);
    border-radius: 28px;
    padding: 1.7rem;
    box-shadow: 0 18px 40px rgba(16, 26, 32, 0.08);
}
.feature-icon,
.value-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(30, 111, 82, 0.1);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1140px, calc(100% - 3rem));
    margin: 0 auto 1.5rem;
}
.section-heading h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
}
.text-link {
    color: var(--primary);
    font-weight: 700;
}
.product-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    padding-bottom: 2.5rem;
}
.product-card {
    background: var(--surface);
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 18px 40px rgba(16, 26, 32, 0.08);
}
.product-card:hover {
    transform: translateY(-6px);
}
.product-card-body {
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
}
.product-card-body h3 {
    font-size: 1.15rem;
}
.product-card-body p {
    color: var(--muted);
    min-height: 3rem;
}
.product-card-footer {
    align-items: center;
    justify-content: space-between;
}
.filter-panel {
    display: grid;
    gap: 1.5rem;
    padding: 2rem 1.5rem 1rem;
    background: var(--surface);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(16, 26, 32, 0.06);
    margin: 1.5rem 1.5rem 0;
}
.search-field,
.sort,
.categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.search-field label,
.sort label {
    font-weight: 700;
    color: var(--text);
}
.search-field input,
.sort select,
.contact-card input,
.contact-card textarea {
    width: 100%;
    border: 1px solid rgba(32, 42, 35, 0.16);
    border-radius: 18px;
    padding: 0.95rem 1rem;
    background: #fff;
    color: var(--text);
}
.search-field input {
    max-width: 420px;
}
.categories {
    gap: 0.75rem;
}
.category-pill {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(30, 111, 82, 0.18);
    background: rgba(30, 111, 82, 0.08);
    color: var(--text);
    font-size: 0.95rem;
}
.category-pill.active,
.category-pill:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.catalogue-grid {
    padding: 1.5rem;
}
.catalogue {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-bottom: 3rem;
}
.catalogue-details-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0 1.5rem 3rem;
}
.catalogue-details-card {
    background: var(--surface);
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: 0 14px 30px rgba(16, 26, 32, 0.06);
}
.catalogue-details-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.catalogue-details-card p {
    color: var(--muted);
    font-size: 0.95rem;
}
.card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.product-meta {
    color: var(--muted);
    font-size: 0.95rem;
}
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding: 3.5rem 1.5rem;
}
.hero-image-block {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.story-section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
}
.story-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
}
.brand-values {
    padding: 3rem 1.5rem 2rem;
}
.value-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
}
.contact-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
}
.contact-card {
    display: grid;
    gap: 1rem;
}
.contact-card h2 {
    margin-bottom: 0.5rem;
}
.contact-card p {
    color: var(--muted);
}
.contact-info {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
    color: var(--muted);
}
.contact-highlights {
    grid-template-columns: 1fr;
}
.contact-highlights article {
    background: rgba(30, 111, 82, 0.06);
}
.success-message {
    color: var(--primary);
    font-weight: 700;
    margin-top: 1rem;
}
.site-footer {
    padding: 2rem 1.5rem;
    background: #fffcfc;
    border-top: 1px solid rgba(96, 85, 72, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.footer-brand {
    font-size: 1.05rem;
    font-weight: 700;
}
.footer-links {
    display: flex;
    gap: 2.25rem;
    flex-wrap: wrap;
}
.footer-links a {
    color: var(--muted);
}
.footer-social {
    display: flex;
    gap: 1.75rem;
    align-items: center;
}
.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(30, 111, 82, 0.18);
    background: rgba(241, 245, 244, 0.08);
    color: var(--primary);
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.footer-social a:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-1px);
}
.footer-social i {
    font-size: 1rem;
}
.cart-page {
    padding: 3rem 1.5rem 2rem;
}
.cart-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
}
.cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}
.cart-table {
    background: var(--surface);
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: var(--shadow);
}
.cart-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(96, 85, 72, 0.08);
}
.cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-item-image {
    width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    overflow: hidden;
    background: #eb8f0e;
}
.cart-item-info {
    display: grid;
    gap: 0.5rem;
}
.cart-item-controls {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}
.cart-item-controls button {
    border: 1px solid rgba(16, 224, 151, 0.18);
    background: transparent;
    border-radius: 999px;
    width: 38px;
    height: 38px;
    color: var(--text);
}
.quantity {
    min-width: 36px;
    text-align: center;
    font-weight: 700;
}
.cart-summary {
    background: var(--surface);
    border-radius: 28px;
    padding: 1.75rem;
    box-shadow: var(--shadow);
    display: grid;
    gap: 1rem;
}
.cart-summary h3 {
    margin-bottom: 0.5rem;
}
.social-share {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(96, 85, 72, 0.08);
}
.social-share p {
    margin-bottom: 0.85rem;
    color: var(--muted);
    font-size: 0.95rem;
}
.social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.social-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.9);
    color: var(--text);
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.social-buttons a:hover {
    background: rgba(30, 111, 82, 0.08);
    border-color: rgba(30, 111, 82, 0.18);
}
.social-buttons i {
    color: var(--primary);
}
.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
}
.summary-total {
    font-weight: 700;
    color: var(--text);
}
.table-empty {
    min-height: 200px;
    display: grid;
    place-items: center;
    color: var(--muted);
}
@media (max-width: 950px) {
    .hero-section,
    .hero-split,
    .story-section,
    .contact-section,
    .cart-grid {
        grid-template-columns: 1fr;
    }
    .product-grid,
    .intro-grid,
    .story-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }
    .hero-media,
    .hero-image-block {
        min-height: 320px;
    }
    .cart-item {
        grid-template-columns: 1fr;
    }
    .cart-item-image {
        width: 100%;
        aspect-ratio: 3 / 2;
    }
}
@media (max-width: 760px) {
    .site-header {
        flex-wrap: wrap;
        padding: 1rem;
    }
    .navigation {
        display: none;
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
        padding: 1rem 1.5rem;
        border-radius: 0 0 24px 24px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(96, 85, 72, 0.08);
    }
    .navigation.nav-open {
        display: flex;
    }
    .navigation a {
        width: 100%;
        text-align: center;
        padding: 0.75rem 0;
    }
    .mobile-nav-toggle {
        display: inline-flex;
    }
    .hero-section,
    .hero-split,
    .story-section,
    .contact-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .filter-panel {
        padding: 1.5rem;
    }
    .site-footer {
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
}
