@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

/* Global decorative enhancements */
section {
    scroll-margin-top: 9rem;
}

/* Text indentation reset: ensure every line starts flush-left (non-headings) */
p,
ul,
ol,
li {
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    white-space: normal;
    text-align: left !important;
}

/* Optional: keep bullets/numbers inline without extra indent */
ul,
ol {
    list-style-position: inside;
}

/* Center all headings globally and remove any indent */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}


/* Center common subheading text blocks */
.subheading,
.sub-heading,
.subtitle,
.section-title,
.section-subtitle,
.section-intro,
.lead,
.description-text {
    text-align: center !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Fallback: force no-indent on all elements sitewide */
body,
body * {
    text-indent: 0 !important;
}

/* Common sources of left offset */
blockquote,
dd {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
}

.container {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.heading {
    text-align: center;
    margin-bottom: 3rem;
}

.heading span {
    display: inline-block;
    padding: .2rem .8rem;
    border-radius: .6rem;
    background: linear-gradient(135deg, rgba(170, 120, 80, .15), rgba(255, 220, 190, .35));
}

.heading::after {
    content: "";
    display: block;
    width: 8rem;
    height: .4rem;
    background: var(--main-color);
    border-radius: 999px;
    opacity: .35;
    margin: 1.2rem auto 0;
}

/* Legacy panel decoration */
.legacy {
    background: linear-gradient(180deg, #4a342e 0%, #3E2723 100%);
}

.legacy .row {
    background: #3E2723;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 .6rem 2.2rem rgba(0, 0, 0, .06);
}

.legacy .video-wrapper {
    border: 1px solid rgba(255, 255, 255, .25);
}

/* Experience minor tweak */
.experience {
    background: linear-gradient(180deg, #3E2723 0%, #4a342e 100%);
}

/* Harvest subtle divider */
.harvest {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

/* Brewing method cards */
.brewing .methods li {
    background: #3E2723;

    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1rem;
    padding: 1.6rem 2rem;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .05);
}

.brewing .methods li:hover {
    transform: translateY(-2px);
    box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .08);
}

/* Scroll reveal animations */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.reveal-in {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: .1s;
}

.reveal-delay-2 {
    transition-delay: .2s;
}

.reveal-delay-3 {
    transition-delay: .3s;
}

.reveal-delay-4 {
    transition-delay: .4s;
}

/* Subsection heading icons */
.legacy .content h3 i,
.experience .heading i,
.harvest .heading i,
.brewing .heading i {
    color: var(--main-color);
    margin-right: .8rem;
}

/* Override icon colors for dark backgrounds */
.legacy .content h3 i,
.brewing .heading i,
.experience .heading i,
.harvest .heading i,
.about-section .heading i,
.products-list .heading i,
.buyers .heading i,
.benefits .heading i,
.gallery-section .heading i {
    color: #f5e6d3;
}

/* Light beige color for dark background sections */
.legacy .coffee-bean-icon,
.brewing .coffee-bean-icon,
.experience .coffee-bean-icon,
.harvest .coffee-bean-icon,
.about-section .coffee-bean-icon,
.products-list .coffee-bean-icon,
.products-details .coffee-bean-icon,
.buyers .coffee-bean-icon,
.benefits .coffee-bean-icon,
.gallery-section .coffee-bean-icon,
.gallery-hero .coffee-bean-icon,
.contact-hero .coffee-bean-icon,
.brown-showcase .coffee-bean-icon,
.golden-showcase .coffee-bean-icon,
.footer .coffee-bean-icon,
.legacy .coffee-icon,
.brewing .coffee-icon,
.experience .coffee-icon,
.harvest .coffee-icon,
.about-section .coffee-icon,
.products-list .coffee-icon,
.products-details .coffee-icon,
.buyers .coffee-icon,
.benefits .coffee-icon,
.gallery-section .coffee-icon,
.gallery-hero .coffee-icon,
.contact-hero .coffee-icon,
.brown-showcase .coffee-icon,
.golden-showcase .coffee-icon,
.footer .coffee-icon {
    filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(482%) hue-rotate(327deg) brightness(103%) contrast(92%);
}

/* White color for about hero icons (O shape images) */
.about-hero .coffee-bean-icon,
.about-hero .coffee-icon {
    filter: brightness(0) invert(1);
}

/* Brown color for span tags (match #3E2723) */
span .coffee-bean-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(12%) saturate(1245%) hue-rotate(338deg) brightness(92%) contrast(88%);
}

/* Span ke andar bhi about hero icons white hi rahe */
.about-hero span .coffee-bean-icon {
    filter: brightness(0) invert(1);
}

/* Sirf OUR STORY ke do O icons brown (text ke mutabiq) */
.about-hero .heading span .our-story-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(12%) saturate(1245%) hue-rotate(338deg) brightness(92%) contrast(88%);
}

/* Make bean icons in CTA band heading match light text color */
.about-band.cta .coffee-bean-icon {
    filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(482%) hue-rotate(327deg) brightness(103%) contrast(92%);
}

/* Make bean icon in GET IN TOUCH heading match text color */
.contact-hero .heading span .coffee-bean-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(12%) saturate(1245%) hue-rotate(338deg) brightness(92%) contrast(88%);
}

/* About hero span icons inherit the same brown treatment as main icons */
.about-hero span .coffee-bean-icon {
    filter: brightness(0) invert(1);
}

/* Brewing list icons using Font Awesome bullets */
.brewing .methods li {
    position: relative;
    padding-left: 3.2rem;
}

.footer .credit {
    font-size: 1.4rem;
    color: #f5e6d3;
    opacity: .85;
    margin-top: 1rem;
}

.footer .credit a {
    color: #f5e6d3;
    text-decoration: none;
}

.footer .credit a:hover {
    text-decoration: underline;
}

:root {
    --main-color: #3E2723;
    --border-radius: 95% 4% 97% 5% / 4% 94% 3% 95%;
    --border-radius-hover: 4% 95% 6% 95% / 95% 4% 92% 5%;
    --border: .2rem solid var(--main-color);
    --border-hover: .2rem dashed var(--main-color);
    --light-text: #f5e6d3;
}

* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Typography hierarchy */
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: var(--main-color);
}

html {
    font-size: 62.5%;
    background: #fff;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

/* Smooth scrollbar styling */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f5e6d3;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #3E2723, #4a342e);
    border-radius: 6px;
    border: 2px solid #f5e6d3;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4a342e, #3E2723);
}

/* Selection styling */
::selection {
    background: rgba(62, 39, 35, 0.2);
    color: #3E2723;
}

::-moz-selection {
    background: rgba(62, 39, 35, 0.2);
    color: #3E2723;
}

section {
    padding: 2rem 9%;
    text-align: center;
}

/* Default link color on light backgrounds */
a {
    color: var(--main-color);
}

/* Ensure white/beige text on dark coffee sections */
.header,
.legacy,
.experience,
.brewing,
.harvest,
.about-section,
.about-hero,
.welcome-section,
.coffee-section,
.spices-section,
.gallery-section,
.footer {
    color: var(--light-text);
}

.legacy a,
.experience a,
.brewing a,
.harvest a,
.about-section a,
.about-hero a,
.welcome-section a,
.coffee-section a,
.spices-section a,
.gallery-section a,
.footer a {
    color: var(--light-text);
}

/* Global responsive adjustments */
@media (max-width: 991px) {
    html {
        font-size: 56.25%;
    }

    section {
        padding: 2rem 7%;
    }

    .header {
        padding: 1.6rem 7%;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 52.5%;
    }

    .header {
        padding: 1.4rem 6%;
    }

    /* Mobile navbar: use hamburger menu */
    #menu-btn {
        display: block;
    }

    /* Mobile logo size - keep consistent across pages */
    .header .logo img {
        height: 4rem;
        width: auto;
        display: block;
    }

    .header .navbar {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #3E2723;
        padding: 1.5rem 2rem 2rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: .6rem;
        box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .35);
    }

    .header .navbar a {
        display: block;
        margin: .4rem 0;
        font-size: 1.8rem;
    }

    /* Shown state when JS adds .active */
    .header .navbar.active {
        display: flex;
    }
}

.heading {
    font-size: 9rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: .05rem var(--main-color);
    letter-spacing: .2rem;
    text-align: center;
    pointer-events: none;
    position: relative;
}

.heading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: var(--main-color);
    font-size: 3rem;
}

/* Heading colors for dark background sections */
.legacy .heading,
.brewing .heading,
.experience .heading,
.harvest .heading,
.about-section .heading,
.products-list .heading,
.buyers .heading,
.benefits .heading,
.gallery-section .heading {
    -webkit-text-stroke: .05rem #f5e6d3;
}

.legacy .heading span,
.brewing .heading span,
.experience .heading span,
.harvest .heading span,
.about-section .heading span,
.products-list .heading span,
.buyers .heading span,
.benefits .heading span,
.gallery-section .heading span {
    color: #f5e6d3;
}

.btn {
    display: inline-block;
    padding: 1.2rem 2.4rem;
    border: none;
    border-radius: 0.8rem;
    color: #fff;
    background: linear-gradient(135deg, #3E2723 0%, #2d1f1a 100%);
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(62, 39, 35, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(62, 39, 35, 0.4);
    background: linear-gradient(135deg, #4a342e 0%, #3E2723 100%);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(62, 39, 35, 0.3);
}

/* HEADER */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background: rgba(62, 39, 35, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    padding: 2rem 9%;
    overflow: visible;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .logo {
    color: #f5e6d3;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 8rem;
    width: auto;
    object-fit: contain;
    position: relative;
    top: 0.5rem;
    filter: brightness(1.35) contrast(1.15);
}

.header .logo i {
    padding-left: .5rem;
}



.header .navbar a {
    margin: 0 1rem;
    font-size: 1.6rem;
    color: #f5e6d3;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.header .navbar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f5e6d3, #d4a574);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header .navbar a:hover {
    color: #fff;
}

.header .navbar a:hover::after {
    width: 100%;
}

.header .btn {
    margin-top: 0;
}

#menu-btn {
    font-size: 3rem;
    color: #f5e6d3;
    cursor: pointer;
    display: none;
}

/* HOME */

.home {
    min-height: 70em;
    padding-top: 12rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}




.home.theme-classic {
    background-image: url(../image/backgroundimage.jpg);
}

.home.theme-iced {
    background-image: url(../image/Arecanut.avif);
}

.home.theme-rich {
    background-image: url(../image/black-pepper.avif);
}

/* Initial state: only show a solid color (no background image) */


.home.theme-classic .image-slider .image-name {

    text-shadow: 0 .2rem .6rem rgba(34, 16, 6, 0.45);
}

.home.theme-iced .image-slider .image-name {

    text-shadow: 0 .2rem .6rem rgba(255, 255, 255, 0.35);
}

.home.theme-rich .image-slider .image-name {

    text-shadow: 0 .2rem .6rem rgba(34, 16, 6, 0.45);
}

.home .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.home .row .content {
    flex: 1 1 42rem;
}

.home .row .image {
    flex: 1 1 42rem;
    padding-top: 10rem;
    text-align: center;
}

.home .row .image img {
    height: 35rem;
    animation: float 4s linear infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(-7rem);
    }
}

.home .row .content h3 {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* When only white background is visible (.home-initial-color), keep heading brown */
.home.home-initial-color .row .content h3 {
    color: #fff;
}

/* Jab background image dikhe (no home-initial-color), tab heading white karo */
.home:not(.home-initial-color) .row .content h3 {
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
}

.home .image-slider {
    margin-top: 5rem;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    /* Visually hidden, used only to store data for JS autoplay */
    opacity: 0;
    pointer-events: none;
}

.home .image-slider .slider-option {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 1.2rem;
    border-radius: 1rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home .image-slider .slider-option img {
    height: 6rem;
}

@media (max-width: 480px) {
    .home .image-slider .slider-option img {
        height: 4rem;
    }
}

.home .image-slider .slider-option:hover img {
    transform: translateY(-1rem);
}

.home .image-slider .slider-option.is-active {
    transform: translateY(-.25rem) scale(1.04);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.35), 0 .6rem 1.4rem rgba(0, 0, 0, .15);
}

.home .image-slider .slider-option:focus-visible {
    outline: none;
    box-shadow: 0 0 0 .3rem rgba(255, 255, 255, 0.55), 0 .6rem 1.4rem rgba(0, 0, 0, .2);
}

/* Hero social media links (left side) */
.home .social-media {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
}

.home .social-media a {
    height: 3.6rem;
    width: 3.6rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(62, 39, 35, 0.85);
    color: #fff;
    box-shadow: 0 .2rem .6rem rgba(0, 0, 0, .3);
}

.home .social-media a:hover {
    background: rgba(62, 39, 35, 0.95);
    transform: translateY(-2px);
    color: #fff;
}

.home .social-media i {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .home {
        padding-top: 16rem;
    }

    .home .social-media {
        top: auto;
        bottom: 1.6rem;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 1.2rem;
    }
}

@media (max-width: 576px) {
    .home {
        padding-top: 15rem;
    }
}

.photo {
    width: 200px;
    /* same size as your image */
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

/* HOME PAGE ENHANCEMENTS */

/* Hero Enhancements */
.home .hero-tagline {
    font-size: 2rem;
    color: #3E2723;
    margin: 1.5rem 0 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.home .hero-description {
    font-size: 1.7rem;
    color: #5a4a3f;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.home .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.7rem;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    color: #3E2723;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    font-size: 1.4rem;
    font-weight: 500;
}

.scroll-indicator i {
    font-size: 2rem;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Stats Section */
.stats-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    gap: 3rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    border-radius: 1.6rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15), 0 2px 12px rgba(0, 0, 0, .08);
}

.stat-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #3E2723, #4a342e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(62, 39, 35, 0.3);
    transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
}

.stat-icon i {
    font-size: 3rem;
    color: #f5e6d3;
}

.stat-number {
    font-size: 4.5rem;
    font-weight: 800;
    color: #3E2723;
    margin: 1rem 0;
    font-family: 'Playfair Display', Georgia, serif;
}

.stat-label {
    font-size: 1.6rem;
    color: #5a4a3f;
    font-weight: 500;
}

/* Welcome Section */
.welcome-section {
    padding: 6rem 0;
    background: #3E2723;
}

.welcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.welcome-image {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.welcome-image img {
    width: 100%;
    height: 55rem;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.welcome-image:hover img {
    transform: scale(1.05);
}

.image-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #d4a574, #c49563);
    color: #3E2723;
    padding: 1rem 2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
}

.image-badge i {
    font-size: 1.6rem;
}

.welcome-content {
    color: #f5e6d3;
}

.section-label {
    display: inline-block;
    font-size: 1.4rem;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    font-weight: 600;
}

.welcome-content h2 {
    font-size: 3.5rem;
    color: #f5e6d3;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.welcome-content .lead {
    font-size: 1.9rem;
    color: rgba(245, 230, 211, 0.95);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.welcome-content p {
    font-size: 1.6rem;
    color: rgba(245, 230, 211, 0.85);
    line-height: 1.9;
    margin-bottom: 2rem;
}

.welcome-features {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 2.5rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    color: #f5e6d3;
}

.feature-item i {
    color: #4CAF50;
    font-size: 1.8rem;
}

/* Products Preview */
.products-preview {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.products-preview .section-title {
    color: #3E2723;
}

.products-preview .section-intro {
    color: #5a4a3f;
}

/* Ensure timeline intro tagline is dark and bold for visibility */
.timeline-section .section-intro {
    color: var(--main-color);
    font-weight: 700;
}

.products-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.preview-card {
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.preview-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.preview-image {
    position: relative;
    overflow: hidden;
    height: 35rem;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.preview-card:hover .preview-image img {
    transform: scale(1.1);
}

.preview-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.preview-card:hover .preview-overlay {
    opacity: 1;
}

.preview-overlay h3 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 0.8rem;
}

.preview-overlay p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.btn-small {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: rgba(255, 255, 255, 0.95);
    color: #3E2723;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-small:hover {
    background: #fff;
    transform: translateY(-2px);
}

.text-center {
    text-align: center;
}

.btn-large {
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
}

/* Home CTA Section */
.home-cta-section {
    padding: 8rem 0;
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.9), rgba(45, 31, 26, 0.85));
}

.home-cta-section .cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 80rem;
    margin: 0 auto;
}

.home-cta-section .cta-content h2 {
    font-size: 4rem;
    color: #f5e6d3;
    margin-bottom: 1.5rem;
}

.home-cta-section .cta-content p {
    font-size: 2rem;
    color: rgba(245, 230, 211, 0.9);
    margin-bottom: 3rem;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #f5e6d3;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

/* RESPONSIVE - HOME PAGE */
@media (max-width: 992px) {
    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .welcome-image img {
        height: 40rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home {
        min-height: 60em;
    }

    .home .hero-tagline {
        font-size: 1.7rem;
    }

    .home .hero-description {
        font-size: 1.5rem;
    }

    .scroll-indicator {
        display: none;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stat-number {
        font-size: 3.5rem;
    }

    .welcome-content h2 {
        font-size: 2.8rem;
    }

    .welcome-content .lead {
        font-size: 1.7rem;
    }

    .products-preview-grid {
        grid-template-columns: 1fr;
    }

    .home-cta-section .cta-content h2 {
        font-size: 3rem;
    }

    .home-cta-section .cta-content p {
        font-size: 1.7rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 30rem;
    }
}

@media (max-width: 576px) {
    .home .row .content h3 {
        font-size: 2.4rem;
    }

    .stat-icon {
        width: 6rem;
        height: 6rem;
    }

    .stat-icon i {
        font-size: 2.5rem;
    }

    .stat-number {
        font-size: 3rem;
    }

    .welcome-image img {
        height: 30rem;
    }

    .preview-image {
        height: 28rem;
    }
}

/* ABOUT / STORY SECTION - Combined clean design */
.about-story {
    padding: 8rem 0;
    background: linear-gradient(180deg, #fff 0%, #f5f0e8 100%);
}

.about-story .content.container {
    max-width: 85rem;
    margin: 0 auto;
}

.about-story h2 {
    font-size: 3.8rem;
    color: #3E2723;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.about-story h3 {
    font-size: 2.6rem;
    color: #3E2723;
    margin: 4rem 0 1.5rem;
    font-weight: 600;
}

.about-story p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #4a3a2f;
    margin-bottom: 1.8rem;
}

/* HARVEST */
.harvest {
    padding: 8rem 0;
    background: #3E2723;
}

.harvest .content.container {
    max-width: 85rem;
    margin: 0 auto;
}

.harvest h2 {
    font-size: 3.8rem;
    color: #f5e6d3;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.harvest p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #f5e6d3;
    margin-bottom: 1.8rem;
}

.harvest .tagline {
    margin-top: 2.5rem;
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
}

/* BREWING */
.brewing {
    padding: 8rem 0;
    background: linear-gradient(180deg, #4a342e 0%, #3E2723 100%);
}

.brewing .content.container {
    max-width: 85rem;
    margin: 0 auto;
}

.brewing h2 {
    font-size: 3.8rem;
    color: #f5e6d3;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.brewing h3 {
    font-size: 2.2rem;
    color: #f5e6d3;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
}

.brewing p {
    font-size: 1.7rem;
    line-height: 1.85;
    color: #f5e6d3;
    margin-bottom: 1.8rem;
}

.brewing .methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.2rem 2rem;
    margin-top: 2rem;
    list-style: none;
}

.brewing .methods li {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f5e6d3;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.8rem;
    transition: all 0.3s ease;
}

.brewing .methods li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

/* ABOUT PAGE */
.about-hero {
    background: linear-gradient(180deg, #3E2723 0%, #2d1f1a 100%);
    /* Fixed header ke neeche content hide na ho, isliye top padding add kiya */
    padding: 8rem 0 0;
    position: relative;
    min-height: 60vh;
}

.about-section {
    padding: 4rem 0;
    background: #3E2723;
}

.section-title {
    font-size: 2.6rem;
    color: #f5e6d3;
    text-align: center;
    margin-bottom: 2rem;
}

.visit-info .section-title {
    color: #3E2723;
}

.social-connect .section-title {

    color: #3E2723;
}

/* About hero decorations */
.about-hero .heading {
    margin-top: 0;
    /* handled by hero content centering */
}

.about-hero .icon-row {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    margin: 1rem 0 1.6rem;
    color: var(--main-color);
}

.about-hero .icon-row i {
    font-size: 2.2rem;
}

.about-hero .hero-photo {
    display: none;
    /* replaced by parallax bg; keep for fallback if needed */
}

.about-hero .hero-photo img {
    width: 100%;
    height: 36rem;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 .6rem 1.8rem rgba(0, 0, 0, .12);
}

.about-hero .photo-hint {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .85);
    margin-top: 1rem;
}

/* Parallax hero elements */
.about-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25));
}

.about-hero__content {
    position: relative;
    z-index: 2;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10rem 2rem 6rem;
    color: #fff;
}

.about-hero .heading {
    -webkit-text-stroke: 0 transparent;
    color: #fff;
}

.about-hero .heading span {
    color: var(--main-color);
    font-weight: 700;
}

.about-hero .icon-row {
    color: #fff;
}

.about-hero .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1.2rem 2rem;
    margin-top: 1rem;
    width: min(100%, 80rem);
}

.about-hero .stat {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: .8rem;
    padding: 1rem 1.4rem;
    backdrop-filter: blur(4px);
}

.about-hero .stat .num {
    display: block;
    font-size: 2.6rem;
    font-weight: 600;
}

.about-hero .stat small {
    display: block;
    font-size: 1.2rem;
    opacity: .9;
}

/* Alternating feature rows */
.feature-row.container {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    align-items: center;
}

.feature-row.reverse {
    grid-template-columns: .8fr 1.2fr;
}

.feature-row .feature-text p {
    font-size: 1.7rem;
    line-height: 1.9;
    color: #f5e6d3;
}

.feature-row .feature-media img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .08);
}

@media (max-width: 900px) {

    .feature-row.container,
    .feature-row.container.reverse {
        grid-template-columns: 1fr;
    }
}

/* Bands */
.about-band {
    padding: 4rem 0;
    text-align: center;
}

.about-band.testimonial {
    background: linear-gradient(180deg, #4a342e 0%, #3E2723 100%);
}

.about-band.testimonial .band-content {
    max-width: 80rem;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #f5e6d3;
}

.about-band.testimonial i {
    font-size: 2.4rem;
    color: var(--main-color);
}

.about-band.testimonial .author {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
    color: #f5e6d3;
}

.about-band.cta {
    background: linear-gradient(135deg, #3E2723, #2d1f1a);
}

.about-band.cta .band-content h3 {
    font-size: 2.4rem;
    color: #f5e6d3;
    margin-bottom: .6rem;
}

.about-band.cta .band-content p {
    font-size: 1.6rem;
    color: #f5e6d3;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .about-hero__content {
        min-height: 70vh;
        padding: 8rem 1.4rem 5rem;
    }
}



/* Parallax background attachment on larger screens */

/* ABOUT PAGE - NEW SECTIONS */

/* Hero subtitle */
.about-hero .hero-subtitle {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 1rem 0 2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/* Section intro text */
.section-intro {
    text-align: center !important;
    text-indent: 0 !important;
    font-size: 1.7rem;
    color: rgba(245, 230, 211, 0.85);
    max-width: 70rem;
    margin: 0 auto 3rem !important;
    line-height: 1.8;
}

/* TIMELINE SECTION */
.timeline-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
    position: relative;
}

.timeline-section .section-title {
    color: #3E2723;
}

.timeline {
    position: relative;
    max-width: 90rem;
    margin: 4rem auto 0;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3E2723, #4a342e, #3E2723);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 4rem 0;
    display: flex;
    align-items: center;
}

.timeline-left {
    justify-content: flex-end;
    padding-right: calc(50% + 3rem);
}

.timeline-right {
    justify-content: flex-start;
    padding-left: calc(50% + 3rem);
}

.timeline-content {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    border-radius: 1.6rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    max-width: 40rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.timeline-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12), 0 2px 12px rgba(0, 0, 0, .06);
}

.timeline-year {
    font-size: 3rem;
    font-weight: 800;
    color: #3E2723;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', Georgia, serif;
}

.timeline-content h3 {
    font-size: 2rem;
    color: #3E2723;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.timeline-content h3 i {
    color: #4a342e;
    font-size: 1.8rem;
}

.timeline-content p {
    font-size: 1.5rem;
    color: #5a4a3f;
    line-height: 1.8;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #3E2723;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px rgba(62, 39, 35, 0.2);
    z-index: 2;
}

/* ABOUT INTRO SECTION */
.about-intro-section {
    padding: 6rem 0;
    background: #3E2723;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-intro-image {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
}

.about-intro-image img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-intro-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.image-overlay i {
    font-size: 2.4rem;
}

.image-overlay p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

.about-intro-content h2 {
    font-size: 3rem;
    color: #f5e6d3;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-intro-content h2 i {
    color: #d4a574;
}

.about-intro-content p {
    font-size: 1.7rem;
    color: rgba(245, 230, 211, 0.9);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.intro-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    color: #f5e6d3;
}

.highlight-item i {
    color: #4CAF50;
    font-size: 1.8rem;
}

/* VALUES SECTION */
.values-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.values-section .section-title {
    color: #3E2723;
}

.values-section .section-intro {
    color: #5a4a3f;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, .06);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15), 0 2px 12px rgba(0, 0, 0, .08);
}

.value-icon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #3E2723, #4a342e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(62, 39, 35, 0.3);
    transition: transform 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.value-icon i {
    font-size: 3.5rem;
    color: #f5e6d3;
}

.value-card h3 {
    font-size: 2rem;
    color: #3E2723;
    margin-bottom: 1.2rem;
}

.value-card p {
    font-size: 1.5rem;
    color: #5a4a3f;
    line-height: 1.8;
}

/* SUSTAINABILITY SECTION */
.sustainability-section {
    padding: 6rem 0;
    background: #3E2723;
}

.sustainability-grid {
    display: grid;
    gap: 3rem;
    margin-top: 3rem;
}

.sustainability-card {
    background: rgba(45, 31, 26, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}

.sustainability-card:nth-child(even) {
    grid-template-columns: 1.5fr 1fr;
}

.sustainability-card:nth-child(even) .card-image {
    order: 2;
}

.card-image {
    position: relative;
    overflow: hidden;
    min-height: 30rem;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.7), rgba(74, 52, 46, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card-overlay i {
    font-size: 6rem;
    color: #f5e6d3;
}

.card-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content h3 {
    font-size: 2.2rem;
    color: #f5e6d3;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-content h3 i {
    color: #d4a574;
}

.card-content p {
    font-size: 1.6rem;
    color: rgba(245, 230, 211, 0.85);
    line-height: 1.8;
}

/* Featured card without image */
.card-featured {
    grid-template-columns: 1fr !important;
}

.card-featured .card-content {
    padding: 4rem;
    text-align: center;
}

.card-featured .card-content h3 {
    font-size: 2.6rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.card-featured .card-content h3 i {
    font-size: 3rem;
}

.card-featured .card-content p {
    font-size: 1.7rem;
    max-width: 90%;
    margin: 0 auto;
}

/* WELFARE SECTION */
.welfare-section {
    padding: 6rem 0;
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;

}

.welfare-intro {
    text-align: center !important;

}


.welfare-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3E2723, #3E2723);
}

.welfare-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 90rem;
    margin: 0 auto;
}

.welfare-content h2 {
    font-size: 3.5rem;
    color: #f5e6d3;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.welfare-content h2 i {
    color: #d4a574;

}

.welfare-intro {
    font-size: 1.8rem;
    color: rgba(245, 230, 211, 0.9);
    line-height: 1.9;
    margin-bottom: 3rem;
}

.welfare-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;

}

.welfare-item {
    backdrop-filter: blur(10px);
    padding: 0;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;

}

.welfare-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.welfare-item__image {
    position: relative;
    width: 100%;
    height: 23rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.welfare-item__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.welfare-item:hover .welfare-item__image img {
    transform: scale(1.06);
}

.welfare-item__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.welfare-item__overlay i {
    font-size: 2.4rem;
    color: #dcaf80;
}

.welfare-item__content {
    padding: 2.0rem 2rem 2.2rem;
}

.welfare-item h4 {
    font-size: 1.8rem;
    color: #f5e6d3;
    margin-bottom: 0.8rem;
    text-align: left !important;
}

.welfare-item p {
    font-size: 1.4rem;
    color: rgba(245, 230, 211, 0.8);
    margin: 0;
}

.welfare-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    margin-top: 3rem;
}

.welfare-gallery__item {
    margin: 0;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    background: rgba(255, 255, 255, 0.06);
}

.welfare-gallery__item img {
    width: 100%;
    height: 30rem;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.welfare-gallery__item:hover img {
    transform: scale(1.06);
}

/* LONG-TERM VISION SECTION */
.vision-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #3E2723 0%, #4a342e 100%);
}

.vision-section .section-title {
    color: #f5e6d3;
}

.vision-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0;
    max-width: 95rem;
    margin: 3rem auto 0;
    border-radius: 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.vision-media {
    position: relative;
    min-height: 32rem;
    overflow: hidden;
}

.vision-media--bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vision-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vision-media__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
}

.vision-body {
    display: flex;
    align-items: center;
    padding: 3rem 3.2rem;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.vision-body .content p {
    font-size: 1.7rem;
    line-height: 1.9;
    color: rgba(245, 230, 211, 0.92);
    margin: 0;
}

@media (max-width: 900px) {
    .vision-card {
        grid-template-columns: 1fr;
    }

    .vision-card--bg {
        min-height: 24rem;
    }

    .vision-media {
        min-height: 24rem;
    }

    .vision-body {
        padding: 2.4rem 2.2rem;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .vision-media__overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
    }
}

/* CERTIFICATIONS SECTION */
.certifications-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

@media (max-width: 900px) {
    .welfare-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .welfare-gallery {
        grid-template-columns: 1fr;
    }
}

.certifications-section .section-title {
    color: #3E2723;
}

.certifications-section .section-intro {
    color: #5a4a3f;
}

.cert-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.cert-badge {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.8rem 2.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

.cert-badge i {
    font-size: 2rem;
    color: #4CAF50;
    flex-shrink: 0;
}

.cert-badge span {
    font-size: 1.5rem;
    color: #3E2723;
    font-weight: 500;
}

.cert-documents {
    margin-top: 4rem;
    text-align: center;
}

.cert-documents h3 {
    font-size: 2.4rem;
    color: #3E2723;
    margin-bottom: 2rem;
}

.cert-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.cert-doc {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: all 0.4s ease;

}



.cert-doc:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.cert-doc img {
    width: 100%;
    max-width: 40rem;
    height: auto;
    display: block;
}

.cert-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cert-doc:hover .cert-overlay {
    opacity: 1;
}

.cert-overlay i {
    font-size: 3rem;
    color: #fff;
}

.cert-overlay span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.cert-overlay small {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-top: 0.5rem;
}

/* Certificate Modal - Carousel Style */
.modal-content-cert {
    position: relative;
    max-width: 95vh;
    max-height: 90vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 1.6rem;
    padding: 3rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

.cert-modal-title {
    font-size: 2.4rem;
    color: #3E2723;
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.cert-viewer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.cert-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80vh;
    max-height: 72vh;
    min-height: 50vh;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.8rem;
}

.cert-image-container img {
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    border-radius: 0.8rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    object-fit: contain;
    image-rendering: crisp-edges;
}

/* Navigation Buttons */
.nav-btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(62, 39, 35, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #f5e6d3;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.nav-btn:hover {
    background: rgba(62, 39, 35, 1);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(62, 39, 35, 0.4);
}

.nav-btn:active {
    transform: scale(0.95);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* Page Indicators (Dots) */
.page-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(62, 39, 35, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.page-dot:hover {
    background: rgba(62, 39, 35, 0.5);
    transform: scale(1.2);
}

.page-dot.active {
    background: #3E2723;
    width: 2.5rem;
    border-radius: 999px;
}

/* Page Counter */
.page-counter {
    text-align: center;
    font-size: 1.5rem;
    color: #5a4a3f;
    font-weight: 500;
}

.page-counter span {
    color: #3E2723;
    font-weight: 700;
}

/* DIVIDER SECTION */
.divider-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.03), rgba(212, 165, 116, 0.05));
    position: relative;
}

.divider-section::before,
.divider-section::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 50rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.4), transparent);
}

.divider-section::before {
    top: 0;
}

.divider-section::after {
    bottom: 0;
}

.divider-title {
    font-size: 2.8rem;
    color: #3E2723;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.divider-title::after {
    content: '';
    display: block;
    width: 6rem;
    height: 0.3rem;
    background: linear-gradient(90deg, #d4a574, #aa7850);
    border-radius: 999px;
    margin: 1rem auto 0;
    opacity: 0.7;
}

/* RESPONSIVE - ABOUT PAGE */
@media (max-width: 992px) {
    .timeline::before {
        left: 2rem;
    }

    .timeline-left,
    .timeline-right {
        padding-left: 5rem;
        padding-right: 0;
        justify-content: flex-start;
    }

    .timeline-dot {
        left: 2rem;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .sustainability-card,
    .sustainability-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .sustainability-card:nth-child(even) .card-image {
        order: 0;
    }

    .card-image {
        min-height: 25rem;
    }

    .card-featured {
        grid-template-columns: 1fr !important;
        background: rgba(45, 31, 26, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 1.6rem;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(255, 255, 255, .1);
    }

    .card-featured .card-content {
        padding: 4rem;
        text-align: center;
    }

    .card-featured .card-content h3 {
        font-size: 2.6rem;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .card-featured .card-content h3 i {
        font-size: 3rem;
    }

    .card-featured .card-content p {
        font-size: 1.7rem;
        max-width: 90%;
        margin: 0 auto;
    }

    .card-featured .card-content {
        padding: 3rem 2rem;
    }

    .card-featured .card-content h3 {
        font-size: 2.2rem;
    }

    .card-featured .card-content h3 i {
        font-size: 2.4rem;
    }

    .card-featured .card-content p {
        font-size: 1.6rem;
        max-width: 100%;
    }
}

.card-featured .card-content {
    padding: 3rem 2rem;
}

.card-featured .card-content h3 {
    font-size: 2.2rem;
}

.card-featured .card-content h3 i {
    font-size: 2.4rem;
}

.card-featured .card-content p {
    font-size: 1.6rem;
    max-width: 100%;
}


@media (max-width: 768px) {
    .about-intro-image img {
        height: 35rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .welfare-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .cert-badges {
        grid-template-columns: 1fr;
    }

    /* Certificate modal responsive */
    .modal-content-cert {
        padding: 2rem 1.5rem;
    }

    .cert-modal-title {
        font-size: 2rem;
    }

    .cert-viewer {
        gap: 1rem;
    }

    .nav-btn {
        width: 4rem;
        height: 4rem;
        font-size: 1.6rem;
    }

    .cert-image-container {
        max-width: 70vw;
    }

    .cert-grid {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .timeline-year {
        font-size: 2.4rem;
    }

    .timeline-content h3 {
        font-size: 1.8rem;
    }

    .about-intro-content h2 {
        font-size: 2.4rem;
    }

    .welfare-features {
        grid-template-columns: 1fr;
    }

    .value-icon {
        width: 6rem;
        height: 6rem;
    }

    .value-icon i {
        font-size: 2.8rem;
    }
}

/* PRODUCTS PAGE */
.products-hero {
    position: relative;
    min-height: 48vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.products-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.products-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25));
}

.products-hero__content {
    position: relative;
    z-index: 2;
    padding: 8rem 2rem 5rem;
}

.products-list {
    padding: 4rem 0;
    background: #3E2723;
}

.products-list.alt {
    background: #4a342e;
}

.product-grid.container {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 2rem;
}

.product-card {
    background: rgba(45, 31, 26, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4), 0 1px 8px rgba(0, 0, 0, .2);
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5), 0 2px 12px rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .25);
}

.product-card img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-card .product-body {
    padding: 1.6rem;
}

.product-card .product-body h3 {
    font-size: 1.9rem;
    color: #f5e6d3;
    margin-bottom: .6rem;
}

.product-card .badges {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: .6rem;
}

.product-card .badges span {
    font-size: 1.2rem;
    padding: .3rem .6rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #f5e6d3;
    background: rgba(255, 215, 135, .15);
}

.product-card .notes {
    font-size: 1.5rem;
    color: #f5e6d3;
    margin: .6rem 0 1rem;
}

/* Products intro */
.products-intro {
    padding: 3.2rem 0 1rem;
    background: #3E2723;
}

.products-intro .lead {
    font-size: 1.8rem;
    color: #f5e6d3;
    margin-bottom: 1rem;
}

.pill-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.pill-list li {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem 1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 215, 135, .15);
    color: #f5e6d3;
    font-size: 1.4rem;
}

.pill-list i {
    color: #f5e6d3;
}

/* Products details specs */
.products-details .specs {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #3E2723;
    line-height: 1.8;
}

/* Buyers section */
.buyers {
    padding: 3.2rem 0;
    background: #4a342e;
}

/* Benefits */
.benefits {
    padding: 3.2rem 0 4rem;
    background: #3E2723;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1.2rem;
    margin-top: 1rem;
}

.benefit-card {
    background: rgba(45, 31, 26, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 1.6rem;
    padding: 2rem 2.2rem;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4), 0 1px 8px rgba(0, 0, 0, .2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f5e6d3, #d4a574, #f5e6d3);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5), 0 2px 12px rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .25);
}

.benefit-card i {
    font-size: 1.8rem;
    color: #f5e6d3;
}

.benefit-card h4 {
    margin: .4rem 0 .2rem;
    font-size: 1.7rem;
    color: #f5e6d3;
}

.benefit-card p {
    font-size: 1.5rem;
    color: #f5e6d3;
}

@media (max-width: 576px) {
    .products-hero__content {
        padding: 7rem 1.4rem 4rem;
    }

    .product-grid.container {
        grid-template-columns: 1fr;
    }
}

/* PRODUCTS PAGE - NEW SECTIONS */

/* Product Intro Section */
.product-intro-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.intro-content {
    text-align: center;
    max-width: 100rem;
    margin: 0 auto;
}

.intro-content h2 {
    font-size: 3rem;
    color: #3E2723;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.intro-content h2 i {
    color: #4a342e;
}

.intro-content .lead {
    font-size: 1.8rem;
    color: #5a4a3f;
    line-height: 1.9;
    margin-bottom: 3rem;
}

.intro-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.intro-feature {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
    transition: all 0.3s ease;
}

.intro-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

.intro-feature i {
    font-size: 3rem;
    color: #3E2723;
    margin-bottom: 1.2rem;
    display: block;
}

.intro-feature h4 {
    font-size: 1.8rem;
    color: #3E2723;
    margin-bottom: 0.8rem;
}

.intro-feature p {
    font-size: 1.4rem;
    color: #5a4a3f;
    margin: 0;
}

/* Products Showcase Section */
.products-showcase {
    padding: 6rem 0;
}

.coffee-section {
    background: #3E2723;
}

.coffee-section .section-intro,
.spices-section .section-intro {
    text-align: justify !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.spices-section {
    background: #4a342e;
}

.products-grid {
    display: grid;
    gap: 3rem;
    margin-top: 3rem;
}

.product-showcase-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, .08);
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}

.product-showcase-card:nth-child(even) {
    grid-template-columns: 1.5fr 1fr;
}

.product-showcase-card:nth-child(even) .product-image-wrapper {
    order: 2;
}

.product-showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .25);
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 40rem;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-showcase-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, #3E2723, #4a342e);
    color: #f5e6d3;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.3rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
}

.product-badge.robusta {
    background: linear-gradient(135deg, #4a342e, #5a4a3f);
}

.product-badge.spice {
    background: linear-gradient(135deg, #d4a574, #c49563);
    color: #3E2723;
}

.product-badge i {
    font-size: 1.4rem;
}

.product-details {
    padding: 3rem;
    display: flex;
    flex-direction: column;
}

.product-details h3 {
    font-size: 2.6rem;
    color: #3E2723;
    margin-bottom: 1.5rem;
}

.product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    background: rgba(62, 39, 35, 0.08);
    border-radius: 999px;
    font-size: 1.4rem;
    color: #3E2723;
}

.spec-item i {
    color: #4a342e;
}

.tasting-notes {
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.05), rgba(74, 52, 46, 0.05));
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.tasting-notes h4 {
    font-size: 1.6rem;
    color: #3E2723;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.notes-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.notes-tags span {
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid rgba(62, 39, 35, 0.2);
    border-radius: 999px;
    font-size: 1.3rem;
    color: #3E2723;
    font-weight: 500;
}

.product-description {
    font-size: 1.5rem;
    color: #5a4a3f;
    line-height: 1.8;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.product-actions {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.product-actions .product-btn {
    flex: 1 1 18rem;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    min-width: 18rem;
    min-height: 4.2rem;
    padding: 1rem 1.4rem;
    white-space: nowrap;
}

.product-btn {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background-color: #3E2723;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .product-actions {
        flex-direction: column;
        gap: 0.8rem;
    }

    .product-actions .product-btn {
        width: 100%;
        min-width: 0;
        flex: 0 0 auto !important;
        /* Reset flex-basis so it doesn't force a large height in column mode */
        white-space: normal;
        margin-top: 0 !important;
        min-height: auto !important;
        /* Allow content to dictate height */
        padding: 1.6rem 2rem !important;
        /* Slightly more padding for touch targets, but compact */
        font-size: 1.4rem;
        /* Readable size */
        line-height: 1.2;
    }

    .product-actions .product-btn i {
        font-size: 1.4rem;
    }
}

/* Coffee Details Section */
.coffee-details-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.details-image {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.details-image img {
    width: 100%;
    height: 45rem;
    object-fit: cover;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85));
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.image-caption i {
    font-size: 2.4rem;
}

.image-caption p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

.details-content h2 {
    font-size: 2.8rem;
    color: #3E2723;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.details-content h2 i {
    color: #4a342e;
}

.specs-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.spec-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: all 0.3s ease;
}

.spec-row:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}

.spec-label {
    font-size: 1.5rem;
    color: #3E2723;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.spec-label i {
    color: #4a342e;
}

.spec-value {
    font-size: 1.5rem;
    color: #5a4a3f;
}

/* Partners Section */
.partners-section {
    padding: 6rem 0;
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
}

.partners-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.partners-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.92), rgba(45, 31, 26, 0.88));
}

.partners-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 85rem;
    margin: 0 auto;
}

.partners-content h2 {
    font-size: 3.2rem;
    color: #f5e6d3;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.partners-content h2 i {
    color: #d4a574;
}

.partners-intro {
    font-size: 1.8rem;
    color: rgba(245, 230, 211, 0.95);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.partners-content p {
    font-size: 1.6rem;
    color: rgba(245, 230, 211, 0.85);
    line-height: 1.9;
    margin-bottom: 2.5rem;
}

.btn-light {
    background: rgba(255, 255, 255, 0.95);
    color: #3E2723;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-light:hover {
    background: #fff;
    transform: translateY(-3px);
}

/* Benefits Showcase */
.benefits-showcase {
    padding: 6rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.benefits-showcase .section-title {
    color: #3E2723;
}

.benefits-showcase .section-intro {
    color: #5a4a3f;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.benefit-showcase-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, .06);
}

.benefit-showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15), 0 2px 12px rgba(0, 0, 0, .08);
}

.benefit-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #3E2723, #4a342e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(62, 39, 35, 0.3);
    transition: transform 0.3s ease;
}

.benefit-showcase-card:hover .benefit-icon {
    transform: scale(1.1) rotate(5deg);
}

.benefit-icon i {
    font-size: 3rem;
    color: #f5e6d3;
}

.benefit-showcase-card h3 {
    font-size: 2rem;
    color: #3E2723;
    margin-bottom: 1.2rem;
}

.benefit-showcase-card p {
    font-size: 1.5rem;
    color: #5a4a3f;
    line-height: 1.8;
}

/* Product CTA Section */
.product-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #3E2723, #2d1f1a);
}

.cta-content {
    text-align: center;
    max-width: 70rem;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 3.5rem;
    color: #f5e6d3;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.8rem;
    color: rgba(245, 230, 211, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.btn-large {
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
}

/* RESPONSIVE - PRODUCTS PAGE */
@media (max-width: 992px) {

    .product-showcase-card,
    .product-showcase-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .product-showcase-card:nth-child(even) .product-image-wrapper {
        order: 0;
    }

    .product-image-wrapper {
        min-height: 30rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .details-image img {
        height: 35rem;
    }
}

@media (max-width: 768px) {
    .intro-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-details {
        padding: 2.5rem 2rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .spec-row {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
}

@media (max-width: 576px) {
    .intro-features {
        grid-template-columns: 1fr;
    }

    .product-details h3 {
        font-size: 2.2rem;
    }

    .details-content h2 {
        font-size: 2.4rem;
    }

    .partners-content h2 {
        font-size: 2.6rem;
    }

    .cta-content h2 {
        font-size: 2.8rem;
    }
}

/* GALLERY PAGE */
.gallery-hero {
    position: relative;
    min-height: 48vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.gallery-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.gallery-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25));
}

.gallery-hero__content {
    position: relative;
    z-index: 2;
    padding: 8rem 2rem 5rem;
}

/* Golden Showcase */
.golden-showcase {
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
}

.golden-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3E2723 0%, #4a342e 25%, #3E2723 50%, #2d1f1a 75%, #3E2723 100%);
    opacity: .95;
}

.golden-bg::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent 70%);
    border-radius: 50%;
}

.golden-bg::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -8%;
    width: 35rem;
    height: 35rem;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.06), transparent 70%);
    border-radius: 50%;
}

.golden-showcase .section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.golden-showcase .subtitle {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: 1.3rem;
    color: #f5e6d3;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 600;
    margin-bottom: .6rem;



}

.golden-showcase .subtitle i {
    color: #f5e6d3;


}

.golden-showcase .section-desc {
    font-size: 1.6rem;
    color: #f5e6d3;
    max-width: 60rem;
    margin: .6rem auto 0;
    text-align: center !important;

}

.golden-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 1.6rem;
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.golden-main {
    position: relative;
}

.golden-item {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    border-radius: 1.6rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 .8rem 3rem rgba(0, 0, 0, .12);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.golden-item.hero {
    height: 52rem;
}

.golden-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(212, 165, 116, .15), transparent 60%);
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 1;
}

.golden-item:hover::before {
    opacity: 1;
}

.golden-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .25), 0 4px 16px rgba(0, 0, 0, .15);
}

.golden-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1), filter .5s ease;
}

.golden-item:hover img {
    transform: scale(1.15);
    filter: brightness(1.1) contrast(1.08) saturate(1.15);
}

.golden-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, transparent 30%, transparent 60%, rgba(0, 0, 0, .85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    z-index: 2;
}

.golden-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem 1.2rem;
    background: linear-gradient(135deg, rgba(212, 165, 116, .95), rgba(255, 193, 7, .9));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, .5);
    border-radius: 999px;
    color: #2b241f;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    align-self: flex-start;
    box-shadow: 0 .4rem 1.2rem rgba(212, 165, 116, .4);
}

.golden-badge i {
    color: #2b241f;
}

.golden-content {
    transform: translateY(1rem);
    opacity: 0;
    transition: all .4s ease;
}

.golden-item:hover .golden-content {
    transform: translateY(0);
    opacity: 1;
}

.golden-content h3 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: .6rem;
    text-shadow: 0 .2rem .8rem rgba(0, 0, 0, .3);
}

.golden-content h4 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: .4rem;
}

.golden-content p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .95);
    margin: 0;
    line-height: 1.6;
}

.golden-content .view-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-top: 1rem;
    padding: .6rem 1.2rem;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all .3s ease;
}

.golden-item:hover .view-btn {
    background: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .5);
}

.golden-side {
    display: grid;
    gap: 1.6rem;
}

.golden-side .golden-item {
    height: 16rem;
}

.gallery-section {
    padding: 4rem 0 5rem;
    background: #3E2723;
    position: relative;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 12rem;
    height: 12rem;
    background: linear-gradient(135deg, #f3e5d8, #ead9c8);
    border-radius: 50%;
    opacity: .15;
    z-index: 0;
}

.gallery-section::after {
    content: '';
    position: absolute;
    bottom: 5%;
    right: 8%;
    width: 16rem;
    height: 16rem;
    background: linear-gradient(225deg, #faf6f1, #f7efe7);
    border-radius: 50%;
    opacity: .2;
    z-index: 0;
}

/* Bento Grid */
.bento-grid.container {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 18rem;
    gap: 1rem;
}

.bento-item {
    position: relative;
    padding: 0;
    border: none;
    background: none;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .08);
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s ease;
}

.bento-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .15), transparent 60%);
    opacity: 0;
    transition: opacity .4s ease;
}

.bento-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2), 0 2px 10px rgba(0, 0, 0, .1);
}

.bento-item:hover::after {
    opacity: 1;
}

.bento-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-item.wide {
    grid-column: span 2;
}

.bento-item.tall {
    grid-row: span 2;
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1), filter .4s ease;
}

.bento-item:hover img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.08) contrast(1.08) saturate(1.1);
}

.bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.bento-item:hover .bento-overlay {
    opacity: 1;
}

.bento-overlay .badge {
    font-size: 1.1rem;
    padding: .3rem .7rem;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #fff;
    align-self: flex-start;
    margin-bottom: .4rem;
}

.bento-overlay .caption {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .golden-grid {
        grid-template-columns: 1fr;
    }

    .golden-item.hero {
        height: 38rem;
    }

    .golden-side {
        grid-template-columns: repeat(2, 1fr);
    }

    .golden-side .golden-item {
        height: 18rem;
    }

    .golden-content h3 {
        font-size: 2rem;
    }

    .golden-content p {
        font-size: 1.4rem;
    }

    .bento-grid.container {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento-item.large,
    .bento-item.wide {
        grid-column: span 2;
    }

    .gallery-section::before,
    .gallery-section::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .golden-showcase .section-header {
        padding: 0 1rem;
    }

    .golden-showcase .section-desc {
        font-size: 1.5rem;
    }

    .golden-item.hero {
        height: 32rem;
    }

    .golden-side {
        grid-template-columns: 1fr;
    }

    .golden-side .golden-item {
        height: 22rem;
    }

    .golden-content h3 {
        font-size: 1.8rem;
    }

    .golden-content h4 {
        font-size: 1.6rem;
    }

    .golden-badge {
        font-size: 1.1rem;
        padding: .5rem 1rem;
    }

    .bento-grid.container {
        grid-template-columns: 1fr;
    }

    .bento-item.large,
    .bento-item.wide,
    .bento-item.tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-item:hover {
        transform: translateY(-.3rem) scale(1.01);
    }
}

.about-section .content.container {
    max-width: 100rem;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 1.9;
    color: #f5e6d3;
}

.about-section .bulleted {
    margin: 1rem 0 0 0;
    padding-left: 1.2rem;
    list-style: none;
}

.about-section .bulleted li {
    position: relative;
    padding-left: 2rem;
    margin: .4rem 0;
}

.about-section .bulleted li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: .6rem;
    font-size: .6rem;
}

.about-section .bulleted.columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: .6rem 2rem;
}

.about-section .cards.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    gap: 1.6rem;
}

.about-section .card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .05);
    text-align: left;
}

.about-section .card h3 {
    font-size: 1.9rem;
    color: var(--main-color);
    margin-bottom: .6rem;
}

.about-section .card p {
    font-size: 1.6rem;
    color: #3a2a20;
    line-height: 1.8;
}

.about-section .gallery-grid.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1rem;
}

.about-section .gallery-grid img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: .8rem;
    box-shadow: 0 .3rem .9rem rgba(0, 0, 0, .06);
}

/* Certificates grid */

.about-section .cert-grid.container {
    display: flex;
    justify-content: space-between;
    /* push cards apart for clear separation */
    align-items: flex-start;
    gap: 4rem;
    /* more visible gap between PDFs */
    flex-wrap: wrap;
    max-width: 80rem;
    margin: 0 auto;
    /* center the whole row in the section */
}

.about-section .cert iframe {
    width: 50rem;
    /* narrower so more space between PDFs */
    max-width: 100%;
    height: 40rem;
    /* revert to previous height */

    border-radius: .4rem;
    border: none;
    margin: 0 1rem;
    /* extra inner gap around each PDF */
}

.about-section .cert {
    background: transparent;
    /* no extra cream area */
    border: none;
    /* remove 1px extra width */
    border-radius: 0;

    padding: 0;
    /* background = PDF size (no extra margin) */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    cursor: pointer;
    box-shadow: 0 .3rem .9rem rgba(0, 0, 0, .05);
    max-width: 35rem;
    /* match PDF/iframe width */
    width: 100%;
}

.about-section .cert img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: .4rem;
}

.about-section .cert span {
    font-size: 1.4rem;
    color: var(--main-color);
}

/* Modal */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 2rem;
}

.modal[aria-hidden="false"] {
    display: flex;
}

.modal img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: .8rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .35);
}

.modal .modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, .9);
    border: none;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    transition: all .2s ease;
    z-index: 10;
}

.modal .modal-close:hover {
    background: #fff;
    transform: scale(1.1);
}

/* Certificate modal - side by side images */
.modal .modal-images-container {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    max-width: 95vw;
    max-height: 85vh;
}

.modal .modal-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.modal .modal-image-wrapper img {
    max-width: 45vw;
    max-height: 75vh;
    width: auto;
    height: auto;
    border-radius: .8rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5);
    border: 2px solid rgba(255, 255, 255, .1);
}

.modal .image-label {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: .6rem 1.2rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

/* Responsive: Stack images on mobile */
@media (max-width: 768px) {
    .modal .modal-images-container {
        flex-direction: column;
        gap: 1.5rem;
        overflow-y: auto;
        max-height: 90vh;
    }

    .modal .modal-image-wrapper img {
        max-width: 85vw;
        max-height: 50vh;
    }

    .modal .image-label {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .legacy .row {
        gap: 2rem;
        flex-direction: column;
    }

    .legacy .content {
        font-size: 1.6rem;
    }

    .legacy .media,
    .legacy .content {
        flex: 1 1 100%;
    }

    .experience .content.container,
    .brewing .content.container,
    .harvest .content.container {
        padding: 0 1.2rem;
    }

    /* Better heading responsiveness for all sections */
    .brewing .heading,
    .experience .heading,
    .harvest .heading,
    .legacy .heading {
        font-size: 5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }

    .brewing .heading span,
    .experience .heading span,
    .harvest .heading span,
    .legacy .heading span {
        font-size: 2rem;
    }

    /* Coffee bean icons scale naturally with parent font-size on mobile */

    /* Brewing section specific mobile styles */
    .brewing .methods {
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
        gap: 1rem;
    }

    .brewing .methods li {
        padding: 1.2rem 1.5rem;
        padding-left: 2.8rem;
        font-size: 1.5rem;
    }

    /* Content text sizing */
    .brewing .content.container p,
    .experience .content.container p,
    .harvest .content.container p {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .home .image-slider {
        gap: 1.2rem;
        padding: 2.4rem 0;
    }

    .book form {
        max-width: 100%;
        padding: 2rem;
    }

    .footer .box-container {
        gap: 1.2rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .heading {
        font-size: 4.5rem;
    }

    .heading span {
        font-size: 1.8rem;
    }

    /* Specific heading adjustments for dark sections */
    .brewing .heading,
    .experience .heading,
    .harvest .heading,
    .legacy .heading {
        font-size: 4rem;
    }

    .brewing .heading span,
    .experience .heading span,
    .harvest .heading span,
    .legacy .heading span {
        font-size: 1.7rem;
    }

    /* Brewing methods on small screens */
    .brewing .methods {
        grid-template-columns: 1fr;
        gap: .8rem;
    }

    .brewing .methods li {
        padding: 1rem 1.2rem;
        padding-left: 2.5rem;
        font-size: 1.4rem;
    }

    /* Content padding and font size */
    .brewing .content.container,
    .experience .content.container,
    .harvest .content.container {
        padding: 0 1rem;
    }

    .brewing .content.container p,
    .experience .content.container p,
    .harvest .content.container p {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .home .row .content h3 {
        font-size: 3.2rem;
    }

    .home .image-slider .slider-option img {
        height: 8.8rem;
    }

    section {
        padding: 1.4rem 6%;
    }
}

.home .image-slider .image-name {
    font-size: 1.6rem;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: .1rem;
}

/* ABOUT */

.about .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.about .row .image {
    flex: 1 1 42rem;
}

.about .row .image img {
    width: 100%;
    animation: aboutImage 4s linear infinite;
}

@keyframes aboutImage {

    0%,
    100% {
        transform: scale(.9);
        border-radius: var(--border-radius-hover);
    }

    50% {
        transform: scale(.8);
        border-radius: var(--border-radius);
    }
}

.about .row .content {
    flex: 1 1 42rem;
}

.about .row .content .title {
    color: var(--main-color);
    font-size: 3rem;
    line-height: 1.8;
}

.about .row .content p {
    color: var(--main-color);
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 0;
}

.about .row .content .icons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 3rem;
}

.about .row .content .icons-container .icons {
    flex: 1 1 15rem;
    padding: 1.5rem;
    text-align: center;
    border: var(--border);
    border-radius: var(--border-radius);
}

.about .row .content .icons-container .icons img {
    height: 5rem;
}

.about .row .content .icons-container .icons h3 {
    font-size: 1.7rem;
    padding-top: 1rem;
    color: var(--main-color);
}

/* MENU */

.menu {
    background: url(../image/menu-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.menu .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.menu .box-container .box {
    flex: 1 1 42rem;
    padding: 2rem;
    border: var(--border);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: 6rem;
}

.menu .box-container .box:hover {
    border: var(--border-hover);
    border-radius: var(--border-radius-hover);
}

.menu .box-container .box img {
    height: 8rem;
    margin-left: -6rem;
}

.menu .box-container .box .content h3 {
    font-size: 2.2rem;
    color: var(--main-color);
    line-height: 1.8;
}

.menu .box-container .box .content p {
    font-size: 1.6rem;
    color: var(--main-color);
    line-height: 1.8;
    padding: 1rem 0;
}

.menu .box-container .box .content span {
    font-size: 2rem;
    color: var(--main-color);
    line-height: 1.8;
}

/* REVIEW */

.review .review-slider {
    padding: 7rem 0;
}

.review .review-slider .box {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1.6rem;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 3rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.review .review-slider .box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12), 0 2px 12px rgba(0, 0, 0, .06);
}

.review .review-slider .box .fa-quote-left {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    font-size: 6rem;
    color: #ccc;
    z-index: -1;
}

.review .review-slider .box .fa-quote-right {
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    font-size: 6rem;
    color: #ccc;
    z-index: -1;
}

.review .review-slider .box:hover .fa-quote-left {
    top: -6.5rem;
}

.review .review-slider .box:hover .fa-quote-right {
    bottom: -6.5rem;
}

.review .review-slider .box img {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    margin-bottom: .7rem;
}

.review .review-slider .box .stars {
    padding: .8rem 0;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
}

.review .review-slider .box .stars i {
    font-size: 1.8rem;
    color: #FFD700;
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
    transition: transform 0.3s ease;
}

.review .review-slider .box:hover .stars i {
    transform: scale(1.1);
}

.review .review-slider .box p {
    font-size: 1.6rem;
    color: var(--main-color);
    padding: 1rem 0;
    line-height: 1.8;
}

.review .review-slider .box h3 {
    font-size: 2.2rem;
    color: var(--main-color);
    line-height: 1.8;
}

.review .review-slider .box span {
    font-size: 1.5rem;
    color: var(--main-color);
}

.swiper-pagination-bullet {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* BOOK */

.book {
    background: url(../image/book-bg.jpg);
    background-position: center;
    background-size: cover;
}

.book form {
    margin: 0 auto 2rem auto;
    max-width: 60rem;
    border-radius: var(--border-radius-hover);
    padding: 3rem;
    border: var(--border);
    background: rgba(62, 39, 35, 0.85);
    backdrop-filter: blur(10px);
}

.book form .box {
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, 0.1);
    text-transform: none;
    color: #f5e6d3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: .7rem 0;
}

.book form .box::placeholder {
    color: rgba(245, 230, 211, 0.6);
}

.book form .box:focus {
    border: var(--border-hover);
}

.book form textarea {
    height: 15rem;
    resize: none;
}

/* FOOTER polished styles */
.footer {
    background: linear-gradient(180deg, #3E2723 0%, #2d1f1a 100%);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 2rem;
}

.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3 {
    font-size: 2rem;
    padding: 1rem 0;
    color: #f5e6d3;
}

.footer .box-container .box a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    color: #f5e6d3;
    position: relative;
    transition: color .2s ease;
}

.footer .box-container .box a i {
    padding-right: .5rem;
}

.footer .box-container .box a:hover i {
    padding-right: 2rem;
}

.footer .box-container .box a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .6rem;
    width: 0;
    height: 2px;
    background: var(--main-color);
    transition: width .2s ease;
}

.footer .box-container .box a:hover {
    color: #f5e6d3;
}

.footer .box-container .box a:hover::after {
    width: 2.4rem;
}

.footer .credit {
    text-align: center;
    font-size: 1.6rem;
    padding: 2rem 1rem;
    margin-top: 1rem;
    color: #f5e6d3;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .credit span {
    border-bottom: var(--border-hover);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 5.5rem;
    height: 5.5rem;
    background: linear-gradient(135deg, #3E2723 0%, #2d1f1a 100%);
    color: #f5e6d3;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 8px 25px rgba(62, 39, 35, 0.4), 0 2px 10px rgba(0, 0, 0, .2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.back-to-top::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f5e6d3, #d4a574);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.back-to-top:hover::before {
    opacity: 0.3;
}

.back-to-top.show {
    display: flex;
    animation: slideInUp 0.4s ease;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.back-to-top:hover {
    background: linear-gradient(135deg, #4a342e 0%, #3E2723 100%);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 35px rgba(62, 39, 35, 0.5), 0 4px 15px rgba(0, 0, 0, .3);
}

.back-to-top:active {
    transform: translateY(-3px) scale(1.05);
}

@media (max-width: 768px) {
    .back-to-top {
        width: 4.5rem;
        height: 4.5rem;
        bottom: 1.5rem;
        right: 1.5rem;
        font-size: 1.8rem;
    }
}























/* CONTACT PAGE */
.contact-hero {
    position: relative;
    min-height: 48vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.contact-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-image: url(../image/contact-hero.jpg);
}

.contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25));
}

.contact-hero__content {
    position: relative;
    z-index: 2;
    padding: 8rem 2rem 5rem;
}

/* Contact Info Cards */
.contact-info .contact-time {
    color: #5a4a3f;
    text-align: center !important;
}

.contact-info {
    padding: 4rem 0;
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
    max-width: 100rem;
    margin: 0 auto;
}

.info-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1.6rem;
    padding: 3rem 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3E2723, #4a342e, #3E2723);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.info-card:hover::before {
    transform: scaleX(1);
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12), 0 2px 12px rgba(0, 0, 0, .06);
}

.info-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3e5d8, #ead9c8);
    border-radius: 50%;
}

.info-icon i {
    font-size: 2.4rem;
    color: var(--main-color);
}

.info-card h3 {
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.info-card a {
    font-size: 1.6rem;
    color: #3a2a20;
    display: block;
    margin: .5rem 0;
    transition: color .2s ease;
}

.info-card a:hover {
    color: var(--main-color);
}

.info-card p {
    font-size: 1.4rem;
    color: #5a4a3f;
    margin: .3rem 0;
}

/* Contact Form & Map Section */
.contact-section {
    padding: 4rem 0 5rem;
    background: #fff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 120rem;
    margin: 0 auto;
}

.contact-form-container,
.map-container {
    background: #fff;
}

.contact-form-container .section-title,
.map-container .section-title {
    text-align: left;
    margin-bottom: 2rem;
}

.contact-form-container .section-title i,
.map-container .section-title i {
    margin-right: .5rem;
    color: var(--main-color);
}

/* Contact Form Styles */
.contact-form {
    background: #faf6f1;
    padding: 2.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .06);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 1.4rem;
    color: var(--main-color);
    margin-bottom: .5rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    padding: 1.2rem 1.4rem;
    font-size: 1.5rem;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--main-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', sans-serif;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(62, 39, 35, 0.5);
    transition: opacity 0.3s ease;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--main-color);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(62, 39, 35, .08), 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.submit-btn {
    width: 100%;
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    background: linear-gradient(135deg, #3E2723 0%, #2d1f1a 100%);
    color: #fff;
    border: none;
    border-radius: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(62, 39, 35, 0.3);
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #4a342e 0%, #3E2723 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(62, 39, 35, 0.4);
}

.submit-btn:active {
    transform: translateY(-1px);
}

.submit-btn i {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(3px);
}

/* Map Styles */
.map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .08);
    margin-bottom: 1.5rem;
}

.map-wrapper iframe {
    display: block;
}

.map-info {
    background: #faf6f1;
    padding: 1.5rem 2rem;
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.map-info p {
    font-size: 1.4rem;
    color: #3a2a20;
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
}

.map-info i {
    color: var(--main-color);
}

.map-btn {
    padding: .8rem 1.5rem;
    font-size: 1.4rem;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: .5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: all .2s ease;
}

.map-btn:hover {
    background: #2d2a27;
    transform: translateY(-2px);
}

/* Visit Info Section */
.visit-info {
    padding: 4rem 0;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.visit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2rem;
    max-width: 110rem;
    margin: 2rem auto 0;
}

.visit-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1.6rem;
    padding: 3rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08), 0 1px 8px rgba(0, 0, 0, .04);
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.visit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #3E2723, #4a342e);
    transition: height 0.4s ease;
}

.visit-card:hover::before {
    height: 100%;
}

.visit-card:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12), 0 2px 12px rgba(0, 0, 0, .06);
}

.visit-card i {
    font-size: 3rem;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    display: block;
}

.visit-card h3 {
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.visit-card p {
    font-size: 1.5rem;
    color: #3a2a20;
    line-height: 1.7;
    margin: .5rem 0;
}

.visit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visit-card ul li {
    font-size: 1.5rem;
    color: #3a2a20;
    line-height: 1.8;
    padding: .4rem 0;
}

.visit-card ul li strong {
    color: var(--main-color);
}

/* Social Connect Section */
.social-connect {
    padding: 4rem 0 5rem;
    background: linear-gradient(135deg, #f3e5d8, #ead9c8);
    text-align: center;
}

.social-desc {
    font-size: 1.6rem;
    color: #3a2a20;
    max-width: 60rem;
    margin: 1rem auto 2.5rem;
    text-align: center;

}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem 3.5rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1.6rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 16rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.social-link:hover::before {
    transform: scaleX(1);
}

.social-link:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.social-link i {
    font-size: 3.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1));
}

.social-link:hover i {
    transform: scale(1.2) rotate(5deg);
}

.social-link span {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--main-color);
}

.social-link.facebook i {
    color: #1877f2;
}

.social-link.instagram i {
    color: #e4405f;
}

.social-link.linkedin i {
    color: #0a66c2;
}

/* Contact Page Responsive */
@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .visit-grid {
        grid-template-columns: 1fr;
    }

    .social-links {
        flex-direction: column;
        align-items: center;
    }

    .social-link {
        width: 100%;
        max-width: 30rem;
    }

    /* Products page mobile improvements */
    .products-hero .heading {
        font-size: 5.5rem;
    }

    .products-hero .heading span {
        font-size: 2.2rem;
    }

    .product-grid.container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-card {
        max-width: 100%;
    }

    /* Gallery page improvements */
    .gallery-hero .heading {
        font-size: 5.5rem;
    }

    /* About page improvements */
    .about-hero .heading {
        font-size: 5.5rem;
    }

    .about-hero .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .feature-row.container,
    .feature-row.container.reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-section .cards.container {
        grid-template-columns: 1fr;
    }

    .about-section .cert-grid.container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    /* Map height reduction on mobile */
    .map-wrapper iframe {
        height: 350px;
    }
}

/* MEDIA QUERIES */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    .header {
        padding: 3rem;
    }

    section {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .heading {
        font-size: 6rem;
    }

    .heading span {
        font-size: 2.3rem;
    }

    #menu-btn {
        display: initial;
    }

    #menu-btn.fa-times {
        transform: rotate(180deg);
    }

    .header .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .header .navbar a {
        display: block;
        font-size: 2.2rem;
        margin: 0;
        padding: 1.5rem 2rem;
        color: #3E2723;
    }

    .home {
        text-align: center;
    }

    .home .row .content h3 {
        font-size: 4rem;
    }

    .menu .box-container .box {
        margin-left: 0;
        margin-top: 6rem;
        flex-flow: column;
        text-align: center;
    }

    .menu .box-container .box img {
        margin-left: 0;
        margin-top: -6rem;
    }

    /* Review section mobile improvements */
    .review .heading {
        font-size: 5.5rem;
    }

    .review .heading span {
        font-size: 2.2rem;
    }

    .review .coffee-bean-icon {
        width: 0.8em;
        height: 1.6em;
    }

    .review .review-slider {
        padding: 4rem 0;
    }

    .review .review-slider .box {
        padding: 1.5rem;
    }

    /* Book section mobile improvements */
    .book .heading {
        font-size: 5.5rem;
    }

    .book .heading span {
        font-size: 2.2rem;
    }

    .book .coffee-bean-icon {
        width: 0.8em;
        height: 0.8em;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 50%;
    }

    .home .row .image img {
        height: auto;
        width: 100%;
    }

    /* Further reduce headings for very small screens */
    .brewing .heading,
    .experience .heading,
    .harvest .heading,
    .legacy .heading,
    .review .heading,
    .book .heading,
    .products-hero .heading,
    .gallery-hero .heading,
    .about-hero .heading,
    .contact-hero .heading {
        font-size: 3.5rem;
        padding: 0 1rem;
    }

    .brewing .heading span,
    .experience .heading span,
    .harvest .heading span,
    .legacy .heading span,
    .review .heading span,
    .book .heading span,
    .products-hero .heading span,
    .about-hero .heading span {
        font-size: 1.5rem;
    }

    /* Smallest icon sizes */
    .brewing .coffee-bean-icon,
    .experience .coffee-bean-icon,
    .harvest .coffee-bean-icon,
    .legacy .coffee-bean-icon,
    .review .coffee-bean-icon,
    .book .coffee-bean-icon,
    .products-hero .coffee-bean-icon,
    .about-hero .coffee-bean-icon,
    .contact-hero .coffee-bean-icon {
        width: 0.6em;
        height: 1.2em;
    }

    /* Brewing methods stack cleanly */
    .brewing .methods li {
        padding: .9rem 1rem;
        padding-left: 2.2rem;
        font-size: 1.3rem;
    }

    /* Tighter content spacing */
    section {
        padding: 1.2rem 4%;
    }

    .brewing,
    .experience,
    .harvest,
    .legacy {
        padding: 3rem 0;
    }

    /* Products page tiny screen */
    .product-card img {
        height: 16rem;
    }

    /* Gallery page tiny screen */
    .golden-item.hero {
        height: 28rem;
    }

    /* About stats single column */
    .about-hero .stats {
        grid-template-columns: 1fr;
    }

    /* Map smaller on tiny screens */
    .map-wrapper iframe {
        height: 250px;
    }

    /* Contact info cards */
    .info-card {
        padding: 2rem 1.5rem;
    }
}

/* Intro video responsive wrapper */
.intro-video {
    max-width: 100%;
    margin: 0 auto;
}

.intro-video video {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .intro-video {
        max-width: 100%;
        padding: 1 1.5rem;
    }

    .intro-video video {
        width: 100%;
        height: auto;
    }
}