:root {
    --ink: #13241c;
    --muted: #647067;
    --paper: #fbf8f1;
    --surface: #ffffff;
    --leaf: #2f7d46;
    --leaf-dark: #1e5931;
    --sun: #f3bb45;
    --clay: #c76f38;
    --line: #e5ddce;
    --shadow: 0 24px 70px rgba(28, 47, 37, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(251, 248, 241, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.navbar {
    width: min(1180px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--leaf), var(--clay));
    box-shadow: 0 10px 24px rgba(47, 125, 70, 0.22);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links a,
.nav-cta,
.button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 14px;
}

.nav-links a {
    color: var(--muted);
}

.nav-links a.active,
.nav-links a:hover {
    color: var(--leaf-dark);
    background: #edf4ea;
}

.nav-cta,
.button.primary,
.contact-form button {
    color: #fff;
    background: var(--leaf);
    box-shadow: 0 14px 28px rgba(47, 125, 70, 0.2);
}

.hero {
    width: min(1180px, calc(100% - 32px));
    min-height: calc(100vh - 76px);
    margin: 0 auto;
    padding: 72px 0 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    align-items: center;
    gap: 56px;
}

.hero-copy,
.page-hero {
    animation: riseIn 0.75s ease both;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--leaf-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 920px;
    margin-bottom: 22px;
    font-size: clamp(22px, 4vw, 46px);
    line-height: 0.95;
    letter-spacing: 0;
}

h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.06;
    letter-spacing: 0;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

.hero-text,
.page-hero p,
.intro-grid p,
.proof-band p {
    max-width: 680px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}
.proof-band {
    display: grid;
    grid-template-columns: 0.9fr 350px;
    gap: 40px;
    align-items: center;
}
.proof-band img{
    height: 300px;
    width: 400px;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button.ghost {
    color: var(--leaf-dark);
    background: #edf4ea;
}
.button.ghost:hover{
    color: #edf4ea;
    background-color: var(--leaf-dark);
}
.button.primary:hover{
    color: var(--leaf-dark);
    background: #edf4ea;
}

.hero-visual {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
    animation: riseIn 0.85s 0.1s ease both;
}

.packaging-scene {
    position: relative;
    width: min(460px, 88vw);
    aspect-ratio: 1;
    border-radius: 8px;
    background: radial-gradient(circle at 38% 24%, #ffffff, #e9f1e5 55%, #d8e6d4);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.packaging-scene::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 2px dashed rgba(47, 125, 70, 0.22);
    border-radius: 50%;
    animation: spin 18s linear infinite;
}

.tray,
.cup,
.bag,
.box {
    position: absolute;
    background: #c99457;
    box-shadow: 0 18px 30px rgba(60, 45, 28, 0.18);
}

.tray {
    width: 220px;
    height: 86px;
    left: 68px;
    top: 120px;
    transform: rotate(-10deg);
    border-radius: 8px 8px 24px 24px;
    background: linear-gradient(160deg, #e5c08f, #b9844b);
}

.cup {
    width: 104px;
    height: 154px;
    right: 76px;
    top: 88px;
    clip-path: polygon(18% 0, 82% 0, 70% 100%, 30% 100%);
    background: repeating-linear-gradient(90deg, #d7a96d 0 10px, #c39056 10px 20px);
}

.bag {
    width: 150px;
    height: 178px;
    left: 84px;
    bottom: 72px;
    border-radius: 8px;
    background: linear-gradient(145deg, #dca765, #bf7d3d);
}

.bag::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 38px;
    top: -18px;
    left: 42px;
    border: 8px solid #a96c35;
    border-bottom: 0;
    border-radius: 40px 40px 0 0;
}

.box {
    width: 160px;
    height: 112px;
    right: 62px;
    bottom: 92px;
    border-radius: 8px;
    transform: rotate(8deg);
    background: linear-gradient(145deg, #ead0a4, #bd8750);
}

.floating-card {
    position: absolute;
    z-index: 2;
    min-width: 142px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(28, 47, 37, 0.16);
    backdrop-filter: blur(10px);
    animation: float 5s ease-in-out infinite;
}

.floating-card span {
    display: block;
    font-size: 26px;
    font-weight: 800;
}

.floating-card small {
    color: var(--muted);
    font-weight: 700;
}

.card-one {
    left: 0;
    top: 86px;
}

.card-two {
    right: 0;
    bottom: 92px;
    animation-delay: -2s;
}

.section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 70px 0;
}

.intro-grid,
.contact-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.section-heading a {
    color: var(--leaf-dark);
    font-weight: 800;
}

.product-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 22px 52px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.product-cat{
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 22px 52px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.page-grid {
    padding-top: 34px;
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(32, 38, 33, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.product-card-cat {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(32, 38, 33, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(32, 38, 33, 0.15);
}
.product-card-cat:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(32, 38, 33, 0.15);
}

.product-image {
    aspect-ratio: 1 / 1;
    background: #eee8db;
    overflow: hidden;
}

.product-image-cat {
    aspect-ratio: 1 / 1;
    background: #eee8db;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.product-image-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.button-cat{
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 700;
    margin-left: 30%;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: #1e5931;
    color: white;
}
.button-cat:hover{
    background-color: white;
    color: #1e5931;
    border:1px solid #14251b;
}

.product-card:hover img {
    transform: scale(1.06);
}
.product-card-cat:hover img {
    transform: scale(1.06);
}

.product-body {
    min-height: 220px;
    padding: 18px;
}
.product-body-cat {
    min-height: 130px;
    padding: 18px;
}
.product-body h3 {
    min-height: 68px;
    margin-bottom: 14px;
    font-size: 0.98rem;
    line-height: 1.45;
}

.disc {
    display: inline-flex;
    /* padding: 8px 12px; */
    border-radius: 8px;
    color: var(--leaf-dark);
    background: #e9f3e6;
    font-weight: 800;
    
}
.text-link{
    background-color: #1e5931;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-left: 20%;
    margin-top: auto; /* pushes button to bottom */

}


.contact-panel,
.contact-form {
    padding: 32px;
}

.contact-row {
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.contact-row span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-row p {
    margin-bottom: 0;
    line-height: 1.55;
}

.contact-row a {
    color: var(--leaf-dark);
    font-weight: 800;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px 15px;
    color: var(--ink);
    background: #fffdfa;
    font: inherit;
    text-transform: none;
}

.contact-form button {
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 42px max(16px, calc((100% - 1180px) / 2));
    color: #dbe7db;
    background: #14251b;
}

.footer p {
    max-width: 560px;
    margin: 10px 0 0;
    color: #aebcaf;
    line-height: 1.6;
}

.footer div:last-child {
    display: grid;
    gap: 8px;
    justify-items: end;
    text-align: right;
}

.footer a {
    color: #fff;
    font-weight: 700;
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 920px) {
    .navbar {
        min-height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
    }

    .brand {
        width: 100%;
    }

    .nav-links {
        order: 3;
        width: 100%;
        justify-content: space-between;
    }

    .nav-cta {
        margin-left: auto;
    }

    .hero,
    .intro-grid,
    .proof-band,
    .contact-layout,
    .footer {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 54px;
    }

    .hero-visual {
        min-height: 420px;
    }

    .product-grid,
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .footer div:last-child {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .nav-cta {
        width: 100%;
    }

    .nav-links a {
        flex: 1;
        padding: 0 10px;
    }

    h1 {
        font-size: 42px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .floating-card {
        display: none;
    }

    .packaging-scene {
        width: 100%;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

    .catalog-card {
        grid-template-columns: 1fr;
    }

    dl div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
