/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fffaf5;
    color: #29231f;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================================
   NAVBAR
========================================================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    z-index: 1000;

    background: rgba(20, 15, 12, 0.55);

    backdrop-filter: blur(10px);
}

.nav-container {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO NAVBAR */

.logo {
    display: flex;
    align-items: center;

    gap: 9px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;

    letter-spacing: -0.5px;
}

.logo img {
    width: 40px;
    height: 40px;

    object-fit: contain;

    flex-shrink: 0;
}

.logo > span {
    color: #ffffff;
}

.logo > span > span {
    color: #ff7a18;
}


/* MENU MOBILE */

.menu-toggle {
    border: none;
    background: transparent;

    color: #ffffff;

    font-size: 27px;

    cursor: pointer;
}

.nav-menu {
    display: none;
}


/* =========================================================
   HERO / HOME
========================================================= */

.hero {
    position: relative;

    min-height: 100svh;

    display: flex;
    align-items: center;

    background-image: url("../images/basreng-basah-chili-oil.jpg");

    background-size: cover;
    background-position: center;

    color: #ffffff;
}


/* OVERLAY */

.hero-overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.52);
}


/* HERO CONTAINER */

.hero-container {
    position: relative;

    z-index: 2;

    display: flex;
    align-items: center;

    min-height: 100svh;
}


/* HERO CONTENT */

.hero-content {
    width: 100%;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* LOGO DI HERO */

.hero-logo {
    margin-bottom: 18px;
}

.hero-logo img {
    width: 220px;
    height: 220px;

    object-fit: contain;

    margin: 0 auto;

    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.35));
}


/* LABEL */

.hero-label {
    margin-bottom: 12px;

    font-size: 30px;
    font-weight: 900;

    letter-spacing: 3px;

    color: #faf8f7;
}


/* JUDUL */

.hero h1 {
    max-width: 430px;

    margin-bottom: 20px;

    font-size: 40px;

    line-height: 1.12;

    letter-spacing: -0.8px;
}

.hero h1 span {
    display: block;

    margin-top: 5px;

    color: #ff7a18;
}


/* DESKRIPSI */

.hero-description {
    max-width: 370px;

    margin-bottom: 28px;

    color: #eeeeee;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   BUTTON
========================================================= */

.btn-primary {
    min-height: 50px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #e85d04;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    transition: 0.2s ease;
}

.btn-primary:hover {
    background: #f26b10;
}

.btn-primary:active {
    transform: scale(0.96);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {
    text-align: center;

    margin-bottom: 30px;
}

.section-label {
    margin-bottom: 8px;

    color: #fdede1;

    font-size: 26px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.section-heading h2 {
    margin-bottom: 8px;

    font-size: 36px;

    line-height: 1.2;
}

.section-heading > p:last-child {
    color: #fc9749;

    font-size: 14px;
}


/* =========================================================
   BACKGROUND SECTION
========================================================= */

.menu-section,
.about-section,
.features-section,
.contact-section {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.70),
            rgba(0, 0, 0, 0.70)
        ),
        url("../images/background-menu.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* =========================================================
   PEMBATAS SETIAP SECTION
========================================================= */

.menu-section,
.about-section,
.features-section,
.cta-section,
.contact-section {
    border-top: 7px solid rgba(255, 255, 255, 0.8);
}


/* =========================================================
   TEXT TERANG UNTUK BACKGROUND GELAP
========================================================= */

.menu-section .section-heading h2,
.features-section .section-heading h2,
.about-content h2,
.contact-content h2 {
    color: #ffffff;
}

.menu-section .section-heading > p:last-child,
.features-section .section-heading > p:last-child,
.about-content p,
.contact-content > p:last-child {
    color: #eeeeee;
}


/* =========================================================
   MENU
========================================================= */
@media (max-width: 767px) {
    .menu-section {
        padding-top: 70px;
    }
}


.product-list {
    display: flex;

    flex-direction: column;

    gap: 20px;
}

.product-card {
    overflow: hidden;

    background: #fffaf5;

    border: 1px solid #eee4dc;

    border-radius: 20px;

    box-shadow: 0 8px 25px rgba(50, 35, 20, 0.06);

    transition: 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(50, 35, 20, 0.1);
}


/* FOTO PRODUK */

.product-image {
    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f1e4d8;
}

.product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.04);
}


/* INFO PRODUK */

.product-info {
    padding: 18px;
}

.product-info h3 {
    margin-bottom: 7px;

    font-size: 18px;

    line-height: 1.3;
}

.product-info > p {
    margin-bottom: 18px;

    color: #81766e;

    font-size: 13px;

    line-height: 1.6;
}


/* HARGA + PESAN */

.product-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.price {
    color: #e85d04;

    font-size: 18px;

    font-weight: 800;
}

.btn-order {
    min-height: 42px;

    padding: 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #29231f;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    transition: 0.2s ease;
}

.btn-order:hover {
    background: #e85d04;
}

.btn-order:active {
    transform: scale(0.95);
}


/* =========================================================
   ABOUT
========================================================= */

.about-section {
    padding: 70px 0;
}

.about-container {
    display: flex;

    flex-direction: column;

    gap: 30px;
}

.about-image {
    width: 100%;

    overflow: hidden;

    border-radius: 22px;
}

.about-image img {
    width: 100%;

    aspect-ratio: 1 / 1;

    object-fit: cover;
}

.about-content h2 {
    margin-bottom: 15px;

    font-size: 38px;

    line-height: 1.2;
}

.about-content p {
    margin-bottom: 12px;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   FEATURES
========================================================= */

.features-section {
    padding: 70px 0;
}

.features-list {
    display: flex;

    flex-direction: column;

    gap: 18px;
}

.feature-item {
    padding: 24px;

    border: 1px solid #eee4dc;

    border-radius: 18px;

    background: #fffaf5;
}

.feature-icon {
    width: 45px;
    height: 45px;

    margin-bottom: 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #ffe1cc;

    color: #e85d04;

    font-size: 19px;
}

.feature-item h3 {
    margin-bottom: 5px;

    font-size: 17px;
}

.feature-item p {
    color: #81766e;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

.cta-section {
    padding: 70px 0;

    background: #29231f;

    color: #ffffff;
}

.cta-container {
    text-align: center;
}

.cta-section .section-label {
    color: #ff9d5c;
}

.cta-section h2 {
    max-width: 650px;

    margin: 0 auto 12px;

    font-size: 30px;

    line-height: 1.25;
}

.cta-section p:not(.section-label) {
    margin-bottom: 25px;

    color: #cfc5be;

    font-size: 28px;
}


/* =========================================================
   CONTACT
========================================================= */

.contact-section {
    padding: 70px 0;
}

.contact-content {
    margin-bottom: 30px;
}

.contact-content h2 {
    margin-bottom: 12px;

    font-size: 30px;

    line-height: 1.2;
}

.contact-content > p:last-child {
    font-size: 14px;

    line-height: 1.7;
}


/* CONTACT LIST */

.contact-list {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


/* CONTACT ITEM */

.contact-item {
    padding: 15px;

    display: flex;

    align-items: center;

    gap: 15px;

    border: 1px solid #eee4dc;

    border-radius: 15px;

    background: #ffffff;

    transition: 0.2s ease;
}

.contact-item:hover {
    transform: translateY(-2px);

    border-color: #e85d04;
}

.contact-item:active {
    transform: scale(0.98);
}


/* ICON WA / INSTAGRAM */

.contact-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #ffe1cc;

    color: #e85d04;

    font-size: 23px;
}


/* TEXT CONTACT */

.contact-item div {
    display: flex;

    flex-direction: column;
}

.contact-item small {
    color: #938980;

    font-size: 11px;
}

.contact-item strong {
    font-size: 14px;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #211d1a;

    color: #ffffff;
}


/* ==================== FOOTER MAIN ==================== */

.footer-container {
    padding-top: 60px;
    padding-bottom: 50px;

    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr;

    gap: 55px;
}


/* ==================== BRAND ==================== */

.footer-brand {
    max-width: 320px;
}

.footer-logo {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    font-size: 24px;

    font-weight: 800;
}

.footer-logo img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}

.footer-logo > span {
    color: #ffffff;
}

.footer-logo > span > span {
    color: #e85d04;
}

.footer-brand > p {
    color: #aaa19a;

    font-size: 14px;

    line-height: 1.7;
}


/* ==================== TITLE ==================== */

.footer-links h3,
.footer-contact h3 {
    margin-bottom: 16px;

    font-size: 16px;

    font-weight: 700;
}


/* ==================== LINKS ==================== */

.footer-links,
.footer-contact {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.footer-links a,
.footer-contact a {
    color: #aaa19a;

    font-size: 14px;

    transition: 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #e85d04;
}


/* ==================== CONTACT ICON ==================== */

.footer-contact a {
    display: flex;

    align-items: center;

    gap: 10px;
}

.footer-contact i {
    width: 20px;

    color: #e85d04;

    font-size: 17px;

    text-align: center;
}


/* ==================== FOOTER BOTTOM ==================== */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .container {
    min-height: 68px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}

.footer-bottom p {
    color: #77706b;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   MOBILE FOOTER
========================================================= */

@media (max-width: 767px) {

    .footer-container {
        padding-top: 50px;
        padding-bottom: 45px;

        display: flex;

        flex-direction: column;

        gap: 35px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-logo {
        font-size: 23px;
    }

    .footer-logo img {
        width: 40px;
        height: 40px;
    }

    .footer-brand > p {
        font-size: 14px;
    }

    .footer-links,
    .footer-contact {
        gap: 11px;
    }

    .footer-links h3,
    .footer-contact h3 {
        font-size: 16px;
    }

    .footer-links a,
    .footer-contact a {
        font-size: 14px;
    }

    .footer-contact i {
        font-size: 17px;
    }

    .footer-bottom .container {
        min-height: auto;

        padding-top: 20px;
        padding-bottom: 20px;

        flex-direction: column;

        align-items: flex-start;

        gap: 6px;
    }

    .footer-bottom p {
        font-size: 12px;
    }

}


/* =========================================================
   MOBILE NAVBAR ACTIVE
========================================================= */

@media (max-width: 767px) {

    .nav-menu.active {
        position: absolute;

        top: 65px;
        left: 0;

        width: 100%;

        display: flex;

        flex-direction: column;

        padding: 20px;

        gap: 5px;

        background: rgba(20, 15, 12, 0.95);

        backdrop-filter: blur(10px);
    }

    .nav-menu.active a {
        padding: 13px 10px;

        color: #ffffff;

        font-size: 14px;

        font-weight: 600;

        border-radius: 8px;
    }

    .nav-menu.active a:active {
        background: rgba(255, 122, 24, 0.15);

        color: #ff7a18;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) {

    .container {
        max-width: 1100px;

        padding-left: 30px;
        padding-right: 30px;
    }


    /* ==================== NAVBAR ==================== */

    .menu-toggle {
        display: none;
    }

    .nav-menu {
        display: flex;

        align-items: center;

        gap: 32px;
    }

    .nav-menu a {
        position: relative;

        color: #ffffff;

        font-size: 14px;

        font-weight: 600;

        transition: 0.2s ease;
    }

    .nav-menu a:hover {
        color: #ff7a18;
    }


    /* ==================== HERO ==================== */

    .hero {
        background-position: center;
    }

    .hero-container {
        justify-content: center;
    }

    .hero-content {
        max-width: 850px;

        margin: 0 auto;
    }

    .hero-logo {
        margin-bottom: 22px;
    }

    .hero-logo img {
        width: 250px;
        height: 250px;
    }

    .hero-label {
        margin-bottom: 18px;

        font-size: 13px;

        letter-spacing: 4px;
    }

    .hero h1 {
        max-width: 800px;

        margin-bottom: 25px;

        font-size: 64px;

        line-height: 1.15;

        letter-spacing: -1.5px;
    }

    .hero h1 span {
        margin-top: 8px;
    }

    .hero-description {
        max-width: 600px;

        margin-bottom: 32px;

        font-size: 16px;

        line-height: 1.7;
    }

    .btn-primary {
        min-height: 54px;

        padding: 0 30px;

        font-size: 15px;
    }


    /* ==================== SECTION ==================== */

    .section-heading {
        margin-bottom: 4px;
    }

    .section-heading h2 {
        font-size: 60px;
    }

    .section-heading > p:last-child {
        font-size: 20px;
    }


    /* ==================== MENU ==================== */

    .menu-section {
        padding: 70px 0;
    }

    .product-list {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 30px;
    }

    .product-info {
        padding: 22px;
    }

    .product-info h3 {
        font-size: 30px;
    }

    .product-info > p {
        font-size: 14px;
    }


    /* ==================== ABOUT ==================== */

    .about-section {
        padding: 100px 0;
    }

    .about-container {
        flex-direction: row;

        align-items: center;

        gap: 70px;
    }

    .about-image,
    .about-content {
        flex: 1;
    }

    .about-image {
        max-width: 520px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-content p {
        font-size: 15px;
    }


    /* ==================== FEATURES ==================== */

    .features-section {
        padding: 100px 0;
    }

    .features-list {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 25px;
    }

    .feature-item {
        padding: 30px;
    }


    /* ==================== CTA ==================== */

    .cta-section {
        padding: 100px 0;
    }

    .cta-section h2 {
        font-size: 42px;
    }

    .cta-section p:not(.section-label) {
        font-size: 26px;
    }


    /* ==================== CONTACT ==================== */

    .contact-section {
        padding: 100px 0;
    }

    .contact-container {
        display: grid;

        grid-template-columns: 1fr 1fr;

        align-items: center;

        gap: 80px;
    }

    .contact-content {
        margin-bottom: 0;
    }

    .contact-content h2 {
        font-size: 40px;
    }

    .contact-content > p:last-child {
        font-size: 15px;
    }

    .contact-list {
        gap: 15px;
    }

    .contact-item {
        padding: 18px;
    }

    .contact-icon {
        width: 52px;
        height: 52px;

        font-size: 25px;
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }


    .hero h1 {
        font-size: 72px;

        line-height: 1.17;

        letter-spacing: -2px;
    }

    .hero-description {
        max-width: 650px;

        font-size: 17px;
    }


    .product-list {
        grid-template-columns: repeat(4, 1fr);

        gap: 22px;
    }

    .product-info {
        padding: 20px;
    }

    .product-info h3 {
        font-size: 18px;
    }


    .about-container {
        gap: 100px;
    }

}