/* =====================
   HERO
===================== */
.hero {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 55%, #3D7A5F 100%);
    color: var(--white);
    padding: 110px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.hero-eyebrow {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 16px;
}

.hero-content {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}

.hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    color: var(--white);
}

.hero-content h1 em {
    font-style: italic;
    color: var(--gold-light);
}

.hero-content p {
    font-size: 1rem;
    opacity: 0.82;
    margin-bottom: 36px;
    line-height: 1.8;
    font-weight: 300;
}

.hero-divider {
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 20px;
    opacity: 0.6;
}

/* =====================
   FEATURES STRIP
===================== */
.features {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 52px 28px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.feature-item .feature-icon {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
}

.feature-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 0.85rem;
    color: var(--text-mid);
    line-height: 1.7;
}

/* =====================
   FEATURED SECTION
===================== */
.featured-section {
    padding: 72px 28px;
    max-width: 1240px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--green);
}

.section-subtitle {
    font-size: 0.82rem;
    color: var(--text-light);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.see-all-wrap {
    text-align: center;
    margin-top: 48px;
}

/* =====================
   PAGE HEADER
===================== */
.page-hero {
    background: var(--green);
    color: var(--white);
    padding: 56px 28px;
    text-align: center;
}

.page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.page-hero p {
    font-size: 0.88rem;
    opacity: 0.7;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =====================
   FILTER BAR
===================== */
.filter-wrap {
    padding: 28px;
    max-width: 1240px;
    margin: 0 auto;
}

.filter-bar {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 16px 20px;
}

.filter-bar input,
.filter-bar select {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.87rem;
    color: var(--text);
    padding: 6px 4px;
}

.filter-bar input { flex: 1; min-width: 200px; }
.filter-bar select { width: auto; cursor: pointer; color: var(--text-mid); }

.filter-divider {
    width: 1px;
    height: 20px;
    background: var(--border);
}

.product-count {
    font-size: 0.8rem;
    color: var(--text-light);
    padding: 0 28px;
    margin-bottom: 16px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.products-wrap {
    padding: 0 28px 72px;
    max-width: 1240px;
    margin: 0 auto;
}

/* =====================
   CART PAGE
===================== */
.cart-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 28px;
}

.cart-wrap h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    color: var(--green);
    margin-bottom: 32px;
    font-weight: 400;
}

.cart-table-wrap {
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 24px;
}

/* =====================
   CHECKOUT
===================== */
.checkout-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 28px;
}

.checkout-wrap h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--green);
    margin-bottom: 6px;
}

.checkout-total-line {
    font-size: 0.9rem;
    color: var(--text-mid);
    margin-bottom: 32px;
}

.checkout-total-line strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--green);
}

.checkout-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.thank-you {
    text-align: center;
    padding: 60px 28px;
}

.thank-you h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: var(--green);
    margin-bottom: 16px;
    font-weight: 400;
}

.thank-you p { color: var(--text-mid); margin-bottom: 10px; }
.thank-you .order-id {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}
