/* HEADER & NAV */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 4rem;
    background: rgba(10, 31, 10, 0.85);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* HERO SECTION */
#hero {
    min-height: 100vh;
    background: linear-gradient(rgba(20, 35, 20, 0.65), rgba(20, 35, 20, 0.85)),
        url('../images/plantation_visual1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    animation: heroZoom 20s ease-in-out infinite alternate;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 70% 50%, rgba(61, 92, 53, 0.4) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 20% 30%, rgba(201, 168, 76, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 80% 40% at 50% 90%, rgba(28, 46, 26, 0.8) 0%, transparent 60%);
    opacity: 0.4;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(107, 140, 90, 0.12) 0%, transparent 70%);
}

.hero-orb:nth-child(1) { width: 600px; height: 600px; top: -100px; right: -100px; }
.hero-orb:nth-child(2) { width: 400px; height: 400px; bottom: -50px; left: -50px; }

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 860px;
    padding: 0 2rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--cream);
    margin-bottom: 1.5rem;
}

.hero-title em {
    color: var(--gold-light);
    font-style: italic;
}

.hero-sub {
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: rgba(232, 237, 229, 0.65);
    max-width: 520px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

.hero-scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(232, 237, 229, 0.4);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    animation: scroll-bounce 2s ease-in-out infinite;
}

.hero-scroll::after {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(232, 237, 229, 0.4), transparent);
}

/* METRICS BAR */
.metrics-bar {
    background: rgba(10, 31, 10, 0.7);
    backdrop-filter: blur(30px);
    padding: 1.8rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.metric-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--gold-light);
    font-weight: 400;
}

.metric-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-top: 0.2rem;
}

.metric-sep {
    width: 1px;
    height: 40px;
    background: rgba(201, 168, 76, 0.2);
}

/* SECTION PADDING */
section {
    padding: 7rem 4rem;
}

/* ABOUT SECTION */
#about {
    background: radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(45, 76, 45, 0.06) 0%, transparent 40%),
                var(--warm-white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-visual {
    position: relative;
    border-radius: 8px;
    aspect-ratio: 4/5;
    background: white;
}

.about-images {
    position: relative;
    height: 100%;
    width: 100%;
}

.about-img-1 {
    width: 80%; height: 70%; object-fit: cover; border-radius: 4px;
    position: absolute; top: 0; left: 0; z-index: 1;
    box-shadow: none;
}

.about-img-2 {
    width: 80%; height: 70%; object-fit: cover; border-radius: 4px;
    position: absolute; bottom: 0; right: 0; z-index: 2;
    border: 4px solid var(--cream);
    box-shadow: none;
}

.about-visual-badge {
    position: absolute;
    bottom: 2rem;
    right: -2.5rem;
    background: rgba(212, 175, 55, 0.45);
    backdrop-filter: blur(24px);
    color: var(--forest);
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    min-width: 150px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), inset 0 2px 2px rgba(255, 255, 255, 0.4);
    animation: badgeFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.badge-1932 {
    z-index: 10;
}

.badge-blur-bg {
    position: absolute;
    bottom: -1rem;
    right: -3rem;
    width: 300px;
    height: 250px;
    background: url('../images/plantation19.jpg') center/cover no-repeat;
    filter: blur(12px);
    opacity: 0.6;
    z-index: 5;
    pointer-events: none;
    border-radius: 4px;
}


.about-visual-badge .year {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
}

.about-visual-badge .since {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0.25rem;
    display: block;
}

.about-pillars {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pillar-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 500;
}

.pillar-val {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 0.2rem;
}

.generations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gen-card img {
    width: 100%; height: 280px; object-fit: cover;
    transition: transform 0.6s ease;
}

.gen-card:hover img {
    transform: scale(1.08);
}

.gen-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--forest);
    margin-bottom: 0.75rem;
}

.gen-card p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* GALLERY SECTION */
.life-gallery {
    padding: 6rem 4rem;
    background: radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.08) 0%, transparent 60%), linear-gradient(to bottom, #0f1f14, #1c2e1a);
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid img {
    width: 100%; height: 380px; object-fit: cover; border-radius: 4px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.gallery-grid img:hover {
    transform: scale(1.04);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border-color: var(--gold);
}

/* FEATURED SINGLE IMAGE STYLING */
.featured-container {
    position: relative;
    max-width: 900px;
    margin: 3rem auto 0 auto;
    padding: 20px;
    z-index: 2;
}

#life-hills .featured-container,
#life-hills .featured-image-wrap,
#life-hills .featured-img {
    margin-left: auto;
    margin-right: auto;
}

.featured-glow {
    position: absolute;
    inset: 30px;
    background: url('../images/vrindhavanam.jpg') center/cover no-repeat;
    filter: blur(40px);
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
    border-radius: 12px;
    transform: translateY(15px) scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.featured-image-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(201, 168, 76, 0.25);
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.featured-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
    transition: background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featured-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s ease;
}

.featured-container:hover .featured-img {
    transform: scale(1.03);
}

.featured-container:hover .featured-glow {
    opacity: 0.5;
    transform: translateY(20px) scale(0.98);
}

.featured-container:hover .featured-image-wrap::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
}

/* TRACE SECTION */
#trace {
    background: var(--forest);
}

#trace .section-title {
    color: var(--cream);
}

#trace .section-eyebrow {
    color: rgba(201, 168, 76, 0.6);
}

.trace-container {
    max-width: 900px;
    margin: 3rem auto 0;
}

.trace-input-row {
    display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap;
}

.trace-input {
    flex: 1; min-width: 200px; background: rgba(247, 242, 234, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12); color: var(--cream);
    padding: 1rem 1.5rem; font-family: 'Jost', sans-serif;
    font-size: 0.9rem; border-radius: 4px; outline: none; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.trace-input::placeholder {
    color: rgba(232, 237, 229, 0.35);
}

.trace-input:focus {
    border-color: var(--gold);
}

.trace-result {
    display: none; background: rgba(247, 242, 234, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px;
    padding: 2.5rem; animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.trace-result.show { display: block; }

.trace-timeline {
    display: flex; justify-content: space-between; align-items: center;
    margin: 2.5rem 0; position: relative; padding: 0 1rem;
}

.trace-timeline::before {
    content: ""; position: absolute; top: 50%; left: 0; right: 0;
    height: 1px; background: rgba(201, 168, 76, 0.2);
}

.timeline-point {
    position: relative; z-index: 1; text-align: center; background: var(--forest); padding: 0.5rem;
}

.timeline-point span {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cream);
    margin-top: 0.5rem;
}

.trace-journey {
    display: flex; align-items: center; gap: 0; margin-top: 1.5rem; flex-wrap: wrap;
}

.journey-step {
    flex: 1; min-width: 100px; text-align: center; padding: 1.5rem 1rem;
    border-right: 1px solid rgba(201, 168, 76, 0.15);
    position: relative;
}

.journey-step:last-child { border-right: none; }

.journey-icon {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: block;
}

.journey-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.journey-value {
    font-size: 0.88rem;
    color: var(--cream);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}


.trace-batch-info {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
    margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(201, 168, 76, 0.15);
}

/* PRODUCTS SECTION */
#products {
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 60%), var(--cream);
}

.products-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem;
}

.products-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem; max-width: 1200px; margin: 0 auto;
}

.product-img {
    height: 300px; position: relative; overflow: hidden; background: var(--forest);
}

.product-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

.product-img .overlay {
    position: absolute; inset: 0; opacity: 0; background: rgba(28, 46, 26, 0.85);
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.3s; flex-direction: column; gap: 1rem;
}

.product-card:hover .overlay { opacity: 1; }

.product-body { padding: 1.5rem; }

.product-footer {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(107, 76, 42, 0.08);
}

/* WHY US SECTION */
#why {
    position: relative;
    background: #071007;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#why::before {
    content: "";
    position: absolute;
    inset: -8px;
    background:
        radial-gradient(circle at 50% 24%, rgba(232, 201, 122, 0.1), transparent 34%),
        url("../images/whyvrindhavanam.jpg") center/cover no-repeat;
    filter: brightness(1.06) contrast(1.18) saturate(1.02);
    transform: scale(1.01);
    z-index: -2;
}

body #why::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(2, 8, 3, 0.12) 0%, rgba(6, 20, 8, 0.24) 42%, rgba(0, 0, 0, 0.42) 100%),
        radial-gradient(circle at 50% 30%, rgba(255, 246, 210, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 50% 62%, transparent 34%, rgba(0, 0, 0, 0.32) 100%);
    backdrop-filter: saturate(1.1);
    z-index: -1;
}

#why .section-title {
    color: var(--gold-light) !important;
}

#why .section-title em {
    color: var(--cream) !important;
}

#why .section-eyebrow {
    color: #fff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

#why .section-eyebrow::before {
    background: #fff !important;
}

#why .why-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.055)),
        rgba(8, 22, 9, 0.38) !important;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.055)) !important;
    border: 1px solid rgba(241, 229, 172, 0.36) !important;
    color: var(--cream) !important;
    backdrop-filter: blur(24px) saturate(1.18);
    -webkit-backdrop-filter: blur(24px) saturate(1.18);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34),
        0 0 24px rgba(241, 229, 172, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        inset 0 1px 2px rgba(255, 255, 255, 0.24) !important;
}

#why .why-card:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.075)),
        rgba(10, 29, 12, 0.42) !important;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.075)) !important;
    border-color: rgba(232, 201, 122, 0.72) !important;
}

#why .why-card.is-linked {
    background-color: rgba(201, 168, 76, 0.16) !important;
    border-color: rgba(201, 168, 76, 0.75) !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32), inset 0 1px 1px rgba(255, 255, 255, 0.24) !important;
    transform: translateY(-6px);
}

#why .why-title {
    color: var(--gold-light) !important;
    font-size: clamp(1.02rem, 0.88rem + 0.36vw, 1.18rem);
    line-height: 1.25;
    margin-bottom: 0.55rem;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.66);
}

#why .why-desc {
    color: rgba(247, 242, 234, 0.94) !important;
    font-size: clamp(0.86rem, 0.78rem + 0.18vw, 0.96rem);
    line-height: 1.58;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.58);
}

#why .why-icon {
    display: none !important;
}

.why-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto;
}

@media (min-width: 901px) {
    #why {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* LIMITED BATCH SECTION */
#limited {
    background: radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.08) 0%, transparent 60%), linear-gradient(160deg, #1C2E1A 0%, #0F1F0E 100%);
    position: relative;
}

#limited .section-title { color: var(--cream); }
#limited .section-eyebrow { color: rgba(201, 168, 76, 0.5); }

.limited-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto;
}

.limited-card {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(24px);
    border-radius: 12px; padding: 2rem; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.1);
}

.limited-card:hover { 
    border-color: rgba(201, 168, 76, 0.6); 
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}

.stock-bar-wrap { margin: 1.5rem 0; }

.stock-bar {
    height: 3px; background: rgba(247, 242, 234, 0.1); border-radius: 2px; overflow: hidden;
}

.stock-fill {
    height: 100%; background: linear-gradient(to right, var(--gold-muted), var(--gold));
    border-radius: 2px; transition: width 1s ease;
}

/* SUBSCRIPTION SECTION */
#subscription {
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.05) 0%, transparent 50%), var(--sage);
    position: relative;
}

#subscription .section-title { color: var(--cream); }
#subscription .section-eyebrow { color: rgba(232, 237, 229, 0.5); }

.sub-content {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: center; max-width: 1000px; margin: 3rem auto 0;
}

.sub-box {
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    border-radius: 12px; padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.15);
}

/* TESTIMONIALS SECTION */
#testimonials {
    background: linear-gradient(rgba(10, 31, 10, 0.8), rgba(10, 31, 10, 0.9)),
        url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&q=80&w=2000') center/cover no-repeat;
    color: var(--cream);
}

.testimonials-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto;
}

/* FOOTER */
footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--forest);
    padding: 5rem 4rem 2.5rem;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('https://images.unsplash.com/photo-1472214103451-9374bd1c798e?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.8) contrast(1.1) saturate(1.05);
    transform: scale(1.02);
}

footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10, 25, 10, 0.72) 0%, rgba(10, 25, 10, 0.5) 52%, rgba(10, 25, 10, 0.78) 100%),
        linear-gradient(180deg, rgba(10, 25, 10, 0.52) 0%, rgba(10, 25, 10, 0.78) 100%);
}

.footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.footer-col h4 {
    font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--gold-muted); margin-bottom: 1.25rem;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }

.footer-col a,
.footer-copy,
.footer-socials a {
    color: rgba(232, 237, 229, 0.74);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.footer-col a:hover,
.footer-socials a:hover {
    color: var(--gold-light);
}

.footer-bottom {
    border-top: 1px solid rgba(201, 168, 76, 0.1); padding-top: 2rem;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* MAP SECTION */
.map-section {
    padding: 0; background: var(--forest); height: 400px; position: relative; overflow: hidden;
}

.map-section iframe {
    width: 100%; height: 100%; border: 0;
    filter: grayscale(1) invert(1) contrast(1.2) opacity(0.6);
}

.map-overlay {
    position: absolute; top: 2rem; left: 2rem; background: rgba(10, 31, 10, 0.75);
    backdrop-filter: blur(16px); padding: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px; color: var(--gold-light); z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* WHATSAPP FAB */
.whatsapp-fab {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 900; background: #25D366;
    color: white; width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
    text-decoration: none; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s; cursor: pointer; border: none;
}

/* CART DRAWER */
.cart-overlay {
    position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 1100;
    opacity: 0; pointer-events: none; transition: opacity 0.3s;
}

.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
    position: fixed; top: 0; right: -420px; bottom: 0; width: 420px;
    background: var(--warm-white); z-index: 1200;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex; flex-direction: column;
}

.cart-drawer.open { right: 0; }

.cart-header {
    padding: 1.5rem 2rem; border-bottom: 1px solid rgba(107, 76, 42, 0.1);
    display: flex; align-items: center; justify-content: space-between;
    background: var(--forest); color: var(--cream);
}

.cart-header h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--cream); }

.cart-close { background: none; border: none; color: var(--cream); font-size: 1.5rem; cursor: pointer; }

.cart-items { flex: 1; overflow-y: auto; padding: 1.5rem 2rem; }

.cart-item {
    display: flex; gap: 1rem; align-items: center; padding: 1rem 0;
    border-bottom: 1px solid rgba(107, 76, 42, 0.08);
}

.cart-footer { padding: 1.5rem 2rem; border-top: 1px solid rgba(107, 76, 42, 0.1); }

/* MEDIA QUERIES */
@media (max-width: 900px) {
    nav { padding: 1rem 2rem; }
    .nav-links {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        background: rgba(10, 31, 10, 0.96);
        border-bottom: 1px solid rgba(201, 168, 76, 0.18);
        transition: max-height 0.35s ease;
    }
    .nav-links.open { max-height: 420px; }
    .nav-links li { width: 100%; }
    .nav-links a {
        display: block;
        padding: 1rem 2rem;
        min-height: 44px;
    }
    section { padding: 5rem 2rem; }
    .about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-visual { order: -1; margin-bottom: 2rem; max-width: 500px; margin: 0 auto; }
    .about-visual-badge { right: 1rem; bottom: 1rem; min-width: 120px; padding: 1rem; }
    .sub-content { grid-template-columns: 1fr; gap: 2rem; }
    .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .metrics-bar { padding: 1.5rem 2rem; }
    .metric-sep { display: none; }
    footer { padding: 4rem 2rem 2rem; }
    footer::after {
        background:
            linear-gradient(180deg, rgba(10, 25, 10, 0.68) 0%, rgba(10, 25, 10, 0.84) 100%),
            rgba(0, 0, 0, 0.18);
    }
}

@media (max-width: 640px) {
    nav {
        padding: 0.85rem 1rem;
        gap: 0.75rem;
    }

    .nav-logo {
        min-width: 0;
        flex: 1;
        font-size: 1rem;
        line-height: 1.2;
    }

    .nav-logo .brand-subtitle {
        font-size: clamp(0.66rem, 2.5vw, 0.82rem);
        letter-spacing: 0.12em;
    }

    .nav-right {
        gap: 0.6rem;
        flex-shrink: 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .cart-btn {
        min-height: 44px;
        padding: 0.5rem 0.75rem;
        font-size: 0.68rem;
    }

    #hero {
        min-height: 100svh;
        padding: 110px 1rem 5rem;
    }

    .hero-content {
        padding: 0;
    }

    .hero-title {
        font-size: clamp(2.35rem, 13vw, 3.4rem);
    }

    .hero-sub {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 2rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hero-scroll {
        bottom: 1.25rem;
    }

    .metrics-bar {
        padding: 1.5rem 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .metric-item {
        width: 100%;
    }

    section,
    .life-gallery {
        padding: 4rem 1rem;
    }

    .about-grid,
    .sub-content {
        gap: 2rem;
    }

    .about-visual {
        width: 100%;
        max-width: 360px;
    }

    .about-visual-badge {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .badge-blur-bg {
        right: 0;
        width: 220px;
        height: 190px;
    }

    .about-pillars,
    .trace-input-row,
    .stock-label,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .pillar {
        width: 100%;
    }

    .generations-grid,
    .gallery-grid,
    .why-grid,
    .limited-grid,
    .testimonials-grid,
    .footer-grid,
    .trace-batch-info {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .gallery-grid img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .featured-container {
        margin-top: 2rem;
        padding: 0;
    }

    .featured-glow {
        inset: 18px;
    }

    .trace-container {
        margin-top: 2rem;
    }

    .trace-input,
    .trace-btn {
        width: 100%;
    }

    .trace-result,
    .limited-card,
    .sub-box,
    .testimonial-card,
    .why-card {
        padding: 1.35rem;
    }

    #why .why-grid {
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: thin;
    }

    #why .why-grid .tile-slider-track {
        gap: 1rem;
        transform: none !important;
    }

    #why .why-grid .why-card {
        flex: 0 0 min(74vw, 280px);
    }

    .trace-timeline {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
        margin: 1.5rem 0;
        padding: 0;
    }

    .trace-timeline::before {
        display: none;
    }

    .timeline-point {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        text-align: left;
    }

    .trace-journey {
        display: grid;
        grid-template-columns: 1fr;
    }

    .journey-step {
        border-right: none;
        border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    }

    .journey-step:last-child {
        border-bottom: none;
    }

    .sub-box label {
        align-items: flex-start !important;
    }

    .sub-box label > div,
    .cart-item-info {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    img,
    iframe {
        max-width: 100%;
    }

    footer {
        padding: 4rem 1rem 2rem;
    }

    .map-section {
        height: 460px;
    }

    .map-overlay {
        top: 1rem;
        left: 1rem;
        right: 1rem;
        padding: 1rem;
    }

    .whatsapp-fab {
        right: 1rem;
        bottom: 1rem;
        width: 52px;
        height: 52px;
    }

    .cart-drawer {
        width: 100%;
        right: -100%;
    }

    .cart-items,
    .cart-footer,
    .cart-header {
        padding-inline: 1rem;
    }

    .cart-item {
        align-items: flex-start;
    }
}

@media (max-width: 380px) {
    .cart-btn {
        padding-inline: 0.6rem;
    }

    .cart-btn {
        font-size: 0;
    }

    .cart-btn::before {
        content: "Cart";
        font-size: 0.68rem;
    }
}

/* ===== FULL WIDTH FIX ===== */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Remove container restriction */
.container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make all sections full width */
section {
  width: 100%;
  max-width: 100%;
}

/* Fix background images */
section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
