@font-face {
    font-family: 'PP Neue Machina';
    src: url('../Assets/Fonts/PPNeueMachina-PlainUltrabold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../Assets/Fonts/ppneuemontreal-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

:root {
    --color-bg: #EAE6DE;
    --color-bg-light: #F2EFE8;
    --color-bg-dark: #DDD9D1;
    --color-text: #1F1F1F;
    --color-text-light: rgba(31, 31, 31, 0.7);
    --color-accent: #D97642;
    --color-white: #FFFFFF;
    
    --font-heading: 'PP Neue Machina', sans-serif;
    --font-body: 'PP Neue Montreal', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.65;
    overflow-x: hidden;
}

/* ===================================
$$\   $$\ $$$$$$$$\ $$$$$$$\   $$$$$$\  
$$ |  $$ |$$  _____|$$  __$$\ $$  __$$\ 
$$ |  $$ |$$ |      $$ |  $$ |$$ /  $$ |
$$$$$$$$ |$$$$$\    $$$$$$$  |$$ |  $$ |
$$  __$$ |$$  __|   $$  __$$< $$ |  $$ |
$$ |  $$ |$$ |      $$ |  $$ |$$ |  $$ |
$$ |  $$ |$$$$$$$$\ $$ |  $$ | $$$$$$  |
\__|  \__|\________|\__|  \__| \______/ 
                                        
                                        
                                        
   =================================== */
.hero {
    min-height: 100vh;
    background: var(--color-bg);
    padding: 80px 0 0 50px;
    position: relative;
}

.hero__grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: calc(100vh - 80px);
}

.hero__content {
    padding-right: 40px;
}

.hero__title {
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;
    color: var(--color-text);
    margin-bottom: 35px;
}

.hero__description {
    font-size: 19px;
    line-height: 1.75;
    color: var(--color-text-light);
    margin-bottom: 50px;
    max-width: 520px;
    font-weight: 500;
}

.btn {
    padding: 18px 42px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
}

.btn--primary {
    background: var(--color-text);
    color: var(--color-bg-light);
}

.btn--primary:hover {
    background: var(--color-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(217, 118, 66, 0.3);
}

.btn--cta {
    background: var(--color-accent);
    color: var(--color-white);
}

.btn--cta:hover {
    background: #C56535;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(217, 118, 66, 0.4);
}

.hero__image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 50px 0 0;
}

.hero__image img {
    width: auto;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(8px 5px 70px #0f0f0f70);
}
/* ===================================
$$$$$$$$\                              $$\                                         $$\ 
$$  _____|                             $$ |                                        $$ |
$$ |    $$$$$$\   $$$$$$\  $$\   $$\ $$$$$$\   $$\   $$\  $$$$$$\   $$$$$$\   $$$$$$$ |
$$$$$\ $$  __$$\  \____$$\ $$ |  $$ |\_$$  _|  $$ |  $$ |$$  __$$\ $$  __$$\ $$  __$$ |
$$  __|$$$$$$$$ | $$$$$$$ |$$ |  $$ |  $$ |    $$ |  $$ |$$ |  \__|$$$$$$$$ |$$ /  $$ |
$$ |   $$   ____|$$  __$$ |$$ |  $$ |  $$ |$$\ $$ |  $$ |$$ |      $$   ____|$$ |  $$ |
$$ |   \$$$$$$$\ \$$$$$$$ |\$$$$$$  |  \$$$$  |\$$$$$$  |$$ |      \$$$$$$$\ \$$$$$$$ |
\__|    \_______| \_______| \______/    \____/  \______/ \__|       \_______| \_______|
                                                                                       
                                                                                       
                                                                                       
   =================================== */
.featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
}

.featured__image {
    background: var(--color-bg-dark);
    overflow: hidden;
}

.featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured__content {
    background: var(--color-bg-light);
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured__title {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--color-text);
    margin-bottom: 30px;
    letter-spacing: -1.5px;
}

.featured__description {
    font-size: 17px;
    line-height: 1.8;
    color: var(--color-text-light);
    margin-bottom: 45px;
    max-width: 480px;
}

/* ===================================
$$$$$$$\                            $$\                       $$\               
$$  __$$\                           $$ |                      $$ |              
$$ |  $$ | $$$$$$\   $$$$$$\   $$$$$$$ |$$\   $$\  $$$$$$$\ $$$$$$\    $$$$$$$\ 
$$$$$$$  |$$  __$$\ $$  __$$\ $$  __$$ |$$ |  $$ |$$  _____|\_$$  _|  $$  _____|
$$  ____/ $$ |  \__|$$ /  $$ |$$ /  $$ |$$ |  $$ |$$ /        $$ |    \$$$$$$\  
$$ |      $$ |      $$ |  $$ |$$ |  $$ |$$ |  $$ |$$ |        $$ |$$\  \____$$\ 
$$ |      $$ |      \$$$$$$  |\$$$$$$$ |\$$$$$$  |\$$$$$$$\   \$$$$  |$$$$$$$  |
\__|      \__|       \______/  \_______| \______/  \_______|   \____/ \_______/ 
                                                                                
                                                                                
                                                                                
   =================================== */
.products {
    background: var(--color-bg);
    padding: 120px 50px;
}

.products__wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header__title {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-text);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.section-header__subtitle {
    font-size: 18px;
    color: var(--color-text-light);
    max-width: 600px;
    margin: 0 auto;
}

.products__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.product-card {
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card__link {
    text-decoration: none;
    display: block;
}

.product-card__image-container {
    width: 100%;
    height: 700px;
    background: var(--color-bg-dark);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.product-card__image--front {
    opacity: 1;
}

.product-card__image--back {
    opacity: 0;
}

.product-card:hover .product-card__image--front {
    opacity: 0;
}

.product-card:hover .product-card__image--back {
    opacity: 1;
}

.product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.product-card__name {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
}

.product-card__price {
    font-weight: 800;
    font-size: 18px;
    color: var(--color-text);
}

/* ===================================
$$$$$$$$\                              $$\                                             
$$  _____|                             $$ |                                            
$$ |    $$$$$$\   $$$$$$\  $$\   $$\ $$$$$$\   $$\   $$\  $$$$$$\   $$$$$$\   $$$$$$$\ 
$$$$$\ $$  __$$\  \____$$\ $$ |  $$ |\_$$  _|  $$ |  $$ |$$  __$$\ $$  __$$\ $$  _____|
$$  __|$$$$$$$$ | $$$$$$$ |$$ |  $$ |  $$ |    $$ |  $$ |$$ |  \__|$$$$$$$$ |\$$$$$$\  
$$ |   $$   ____|$$  __$$ |$$ |  $$ |  $$ |$$\ $$ |  $$ |$$ |      $$   ____| \____$$\ 
$$ |   \$$$$$$$\ \$$$$$$$ |\$$$$$$  |  \$$$$  |\$$$$$$  |$$ |      \$$$$$$$\ $$$$$$$  |
\__|    \_______| \_______| \______/    \____/  \______/ \__|       \_______|\_______/ 
                                                                                       
                                                                                       
                                                                                       
   =================================== */
.features {
    background: var(--color-bg);
    padding: 120px 50px;
}

.features__wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature {
    background: var(--color-white);
    border: 2px solid var(--color-bg-dark);
    border-radius: 6px;
    padding: 35px 30px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.feature:hover {
    cursor:pointer;
    border-color: var(--color-accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(217, 118, 66, 0.15);
}

.feature__title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.feature:hover .feature__title {
    color: var(--color-accent);
}

.feature__description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-light);
    font-weight: 500;
    margin: 0;
}

.badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 9px;
    margin-left: 8px;
    vertical-align: super;
    background: rgba(217, 118, 66, 0.12);
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.feature:hover .badge {
    background: var(--color-accent);
    color: var(--color-white);
}

/* ===================================
$$\   $$\                                   $$\                 $$\     $$\     
$$$\  $$ |                                  $$ |                $$ |    $$ |    
$$$$\ $$ | $$$$$$\  $$\  $$\  $$\  $$$$$$$\ $$ |      $$$$$$\ $$$$$$\ $$$$$$\   
$$ $$\$$ |$$  __$$\ $$ | $$ | $$ |$$  _____|$$ |     $$  __$$\\_$$  _|\_$$  _|  
$$ \$$$$ |$$$$$$$$ |$$ | $$ | $$ |\$$$$$$\  $$ |     $$$$$$$$ | $$ |    $$ |    
$$ |\$$$ |$$   ____|$$ | $$ | $$ | \____$$\ $$ |     $$   ____| $$ |$$\ $$ |$$\ 
$$ | \$$ |\$$$$$$$\ \$$$$$\$$$$  |$$$$$$$  |$$$$$$$$\\$$$$$$$\  \$$$$  |\$$$$  |
\__|  \__| \_______| \_____\____/ \_______/ \________|\_______|  \____/  \____/ 
                                                                                
                                                                                
                                                                                
   =================================== */
.newsletter {
    background: var(--color-bg-light);
    padding: 100px 50px;
}

.newsletter__wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.newsletter__title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 20px;
}

.newsletter__description {
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-text-light);
    margin-bottom: 40px;
}

.newsletter__form {
    display: flex;
    gap: 15px;
    max-width: 550px;
    margin: 0 auto;
}

.newsletter__input {
    flex: 1;
    padding: 18px 25px;
    border: 3px solid var(--color-text);
    background: var(--color-white);
    color: var(--color-text);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-body);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.newsletter__input:focus {
    outline: none;
    border-color: var(--color-accent);
}

/* ===================================
 $$$$$$\ $$$$$$$$\  $$$$$$\  
$$  __$$\\__$$  __|$$  __$$\ 
$$ /  \__|  $$ |   $$ /  $$ |
$$ |        $$ |   $$$$$$$$ |
$$ |        $$ |   $$  __$$ |
$$ |  $$\   $$ |   $$ |  $$ |
\$$$$$$  |  $$ |   $$ |  $$ |
 \______/   \__|   \__|  \__|
                             
                             
                             
   =================================== */
.cta {
    background: var(--color-text);
    padding: 120px 50px;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: -13%;
    width: 600px;
    height: 600px;
    background: rgba(217, 118, 66, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.cta__wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cta__title {
    font-family: var(--font-heading);
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-white);
    letter-spacing: -2px;
}

.cta__description {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(234, 230, 222, 0.85);
    max-width: 550px;
    font-weight: 500;
}




.reveal {
    opacity: 0;
    transform: translateY(30px);
}

.reveal.active {
    animation: revealUp 0.8s ease forwards;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal:nth-child(1).active { animation-delay: 0.1s; }
.reveal:nth-child(2).active { animation-delay: 0.2s; }
.reveal:nth-child(3).active { animation-delay: 0.3s; }


/* ===================================
$$$$$$$\                                                              $$\                      
$$  __$$\                                                             \__|                     
$$ |  $$ | $$$$$$\   $$$$$$$\  $$$$$$\   $$$$$$\  $$$$$$$\   $$$$$$$\ $$\ $$\    $$\  $$$$$$\  
$$$$$$$  |$$  __$$\ $$  _____|$$  __$$\ $$  __$$\ $$  __$$\ $$  _____|$$ |\$$\  $$  |$$  __$$\ 
$$  __$$< $$$$$$$$ |\$$$$$$\  $$ /  $$ |$$ /  $$ |$$ |  $$ |\$$$$$$\  $$ | \$$\$$  / $$$$$$$$ |
$$ |  $$ |$$   ____| \____$$\ $$ |  $$ |$$ |  $$ |$$ |  $$ | \____$$\ $$ |  \$$$  /  $$   ____|
$$ |  $$ |\$$$$$$$\ $$$$$$$  |$$$$$$$  |\$$$$$$  |$$ |  $$ |$$$$$$$  |$$ |   \$  /   \$$$$$$$\ 
\__|  \__| \_______|\_______/ $$  ____/  \______/ \__|  \__|\_______/ \__|    \_/     \_______|
                              $$ |                                                             
                              $$ |                                                             
                              \__|                                                             
   =================================== */

@media (max-width: 1440px) {
    .hero {
        min-height: 90vh;
    }

    .hero__image img {
        height: 90vh;
    }
}

@media (max-width: 1366px) {
    .hero {
        min-height: 85vh;
    }

    .hero__image {
        padding: 0 30px 0 0;
    }

    .hero__image img {
        height: 85vh;
    }
}

@media (max-width: 998px) {
    .hero {
        min-height: 75vh;
    }

    .hero__image img {
        display: none;
    }
        .hero__grid {
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 800px;
        width: 100%;
        height: auto;
    }

    .hero__title{
        top:10rem;
    }
    .hero__content {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: 80vh;
        padding: 60px 0 0 30px;
    }

    .hero__grid {
        gap: 40px;
    }

    .hero__image {
        padding: 0 20px 0 0;
    }

    .hero__image img {
        height: 80vh;
    }

    .featured {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .featured__image {
        height: 800px;
    }

    .featured__content {
        padding: 70px 50px;
    }

    .featured__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .featured__description {
        font-size: 16px;
        margin-bottom: 35px;
        max-width: 100%;
    }

    .products {
        padding: 100px 30px;
    }

    .products__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .product-card__image-container {
        height: 700px;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .section-header__title {
        font-size: 42px;
    }

    .features {
        padding: 100px 30px;
    }

    .features__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .feature {
        padding: 35px 30px;
    }

    .newsletter {
        padding: 80px 30px;
    }

    .newsletter__form {
        flex-direction: column;
        gap: 12px;
    }

    .cta {
        padding: 100px 30px;
    }

    .cta__title {
        font-size: 52px;
    }

    .cta::before {
        width: 450px;
        height: 450px;
    }
}
@media (max-width: 1000px) {
     .hero {
        padding: 20rem 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        width: 100%;
    }

    .hero__grid {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 900px;
        width: 100%;
        height: auto;
        padding: 0 30px;
    }

    .hero__content {
        padding-right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .hero__title {
        font-size: 56px;
        line-height: 1.15;
        margin-bottom: 25px;
        font-weight: 800;
        letter-spacing: -1.5px;
    }

    .hero__description {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 40px;
        color: var(--color-text-light);
        max-width: 700px;
    }

    .hero__image {
        display: none;
    }

    .btn {
        padding: 16px 40px;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .hero {
        min-height: 65vh;
        padding: 50px 0 0 20px;
    }

    .hero__image img {
        height: 65vh;
    }
}

@media (max-width: 767px) {
    .hero{
        padding: 20rem 20px 0;
    }

    .hero__grid {
        padding: 0 20px;
    }

    .hero__title {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .hero__description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .featured {
        grid-template-columns: 1fr;
    }

    .featured__image {
        height: 500px;
    }

    .featured__content {
        padding: 40px 30px;
    }

    .featured__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .featured__description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .products {
        padding: 60px 20px;
    }

    .products__grid {
        gap: 20px;
    }

    .product-card__image-container {
        height: 600px;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-header__title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .section-header__subtitle {
        font-size: 14px;
    }

    .features {
        padding: 60px 20px;
    }

    .features__grid {
        gap: 30px;
    }

    .feature {
        padding: 30px 25px;
    }

    .feature__title {
        font-size: 18px;
    }

    .feature__description {
        font-size: 14px;
    }

    .newsletter {
        padding: 60px 20px;
    }

    .newsletter__wrapper {
        max-width: 100%;
    }

    .newsletter__title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .newsletter__description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .newsletter__form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter__input {
        padding: 15px 20px;
        font-size: 14px;
    }

    .cta {
        padding: 60px 20px;
    }

    .cta__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .cta__description {
        font-size: 16px;
    }

    .cta::before {
        width: 400px;
        height: 400px;
    }
}

@media (max-width:760px) {


    .featured__content {
        padding: 30px 20px;
    }

    .featured__title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .featured__description {
        font-size: 14px;
    }

    .products {
        padding: 40px 15px;
    }

    .product-card__image-container {
        height: 300px;
    }

    .product-card__name {
        font-size: 16px;
    }

    .product-card__price {
        font-size: 16px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .section-header__title {
        font-size: 24px;
    }

    .section-header__subtitle {
        font-size: 13px;
    }

    .features {
        padding: 40px 15px;
    }

    .features__grid {
        gap: 20px;
    }

    .feature {
        padding: 25px 20px;
    }

    .feature__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature__description {
        font-size: 13px;
    }

    .badge {
        font-size: 8px;
        padding: 3px 6px;
    }

    .newsletter {
        padding: 40px 15px;
    }

    .newsletter__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .newsletter__description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .newsletter__form {
        gap: 8px;
    }

    .cta {
        padding: 40px 15px;
    }

    .cta__title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .cta__description {
        font-size: 14px;
    }

    .cta::before {
        width: 300px;
        height: 300px;
        right: -20%;
    }
}
