/* ==========================================
THE18FREG V2.0
========================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&family=Great+Vibes&display=swap');

/* ==========================================
RESET
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:#F7F3EE;

    color:#222;

    font-family:'Poppins',sans-serif;

}

img{

    width:100%;

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

button{

    border:none;

    cursor:pointer;

    font-family:'Poppins',sans-serif;

}

/* ==========================================
TOP BAR
========================================== */

.topbar{

    height:44px;

    background:#F0E7DC;

    border-bottom:1px solid #E8DDD1;

    display:flex;

    justify-content:space-evenly;

    align-items:center;

    font-size:13px;

    color:#6B5A49;

    letter-spacing:.5px;

}

/* ==========================================
HEADER
========================================== */

header{

    height:90px;

    background:#fff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 70px;

    position:sticky;

    top:0;

    z-index:999;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.logo{

    font-size:44px;

    font-family:'Cormorant Garamond',serif;

    font-weight:700;

    letter-spacing:2px;

}

nav{

    display:flex;

    gap:40px;

}

nav a{

    font-size:15px;

    color:#444;

    transition:.3s;

    position:relative;

}

nav a:hover{

    color:#B78955;

}

nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#B78955;

    transition:.3s;

}

nav a:hover::after{

    width:100%;

}

.nav-icons{

    display:flex;

    gap:20px;

    font-size:22px;

}/* ==========================================
HERO SECTION
========================================== */

.hero{

    width:92%;

    max-width:1400px;

    margin:45px auto;

    min-height:760px;

    background:linear-gradient(135deg,#FBF8F3,#F2EADF);

    border-radius:40px;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

    padding:90px;

    overflow:hidden;

    position:relative;

}

.hero::before{

    content:"";

    width:520px;

    height:520px;

    background:#EFE4D8;

    border-radius:50%;

    position:absolute;

    right:-180px;

    top:-180px;

}

.hero-left{

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-block;

    padding:12px 26px;

    border-radius:40px;

    background:#EFE4D7;

    color:#9C7147;

    font-size:13px;

    letter-spacing:2px;

    margin-bottom:30px;

}

.hero-left h1{

    font-family:'Cormorant Garamond',serif;

    font-size:86px;

    line-height:1.05;

    color:#2A2A2A;

    margin-bottom:10px;

}

.hero-left h2{

    font-family:'Great Vibes',cursive;

    font-size:56px;

    color:#B88A55;

    font-weight:400;

    margin-bottom:30px;

}

.hero-left p{

    max-width:520px;

    font-size:17px;

    color:#666;

    line-height:1.9;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:45px;

}

.dark-btn{

    background:#222;

    color:#fff;

    padding:18px 36px;

    border-radius:10px;

    transition:.3s;

}

.dark-btn:hover{

    background:#000;

}

.light-btn{

    border:1px solid #222;

    padding:18px 36px;

    border-radius:10px;

    transition:.3s;

}

.light-btn:hover{

    background:#222;

    color:#fff;

}

.hero-right{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-right img{

    max-width:650px;

    width:100%;

    border-radius:30px;

    box-shadow:0 25px 70px rgba(0,0,0,.12);

    transition:.4s;

}

.hero-right img:hover{

    transform:scale(1.03);

}/* ==========================================
HERO IMPROVEMENTS
========================================== */

.hero{

    gap:40px;

}

.hero-left{

    padding-right:20px;

}

.hero-image{

    width:760px;

    max-width:none;

    border-radius:30px;

    box-shadow:0 35px 90px rgba(0,0,0,.12);

}

.hero-right{

    justify-content:flex-end;

}

.dark-btn{

    border-radius:6px;

    font-weight:500;

}

.light-btn{

    border-radius:6px;

    font-weight:500;

}

.hero-left h1{

    letter-spacing:-2px;

}

.hero-left p{

    margin-top:15px;

}/* ==========================================
FEATURE STRIP
========================================== */

.features{

    width:92%;

    max-width:1400px;

    margin:-40px auto 70px;

    background:#fff;

    border-radius:22px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    overflow:hidden;

    position:relative;

    z-index:10;

}

.feature-card{

    padding:35px;

    text-align:center;

    border-right:1px solid #eee;

}

.feature-card:last-child{

    border-right:none;

}

.feature-icon{

    font-size:34px;

    margin-bottom:15px;

}

.feature-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:28px;

    margin-bottom:8px;

    color:#2a2a2a;

}

.feature-card p{

    color:#777;

    font-size:15px;

}/* ==========================================
PRODUCT SECTION
========================================== */

.products-section{

    width:92%;

    max-width:1400px;

    margin:80px auto;

    text-align:center;

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    background:#EFE4D7;

    color:#9B6F45;

    border-radius:30px;

    font-size:13px;

    letter-spacing:2px;

}

.products-section h2{

    font-family:'Cormorant Garamond',serif;

    font-size:60px;

    margin:25px 0 60px;

}

.products-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.product-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.4s;

}

.product-card:hover{

    transform:translateY(-10px);

}

.product-card img{

    height:340px;

    object-fit:cover;

}

.product-info{

    padding:25px;

    text-align:left;

}

.product-info h3{

    font-family:'Cormorant Garamond',serif;

    font-size:34px;

    margin-bottom:8px;

}

.product-info span{

    color:#777;

    font-size:14px;

}

.price-row{

    display:flex;

    align-items:center;

    gap:12px;

    margin:20px 0;

}

.price-row h4{

    font-size:28px;

}

.price-row del{

    color:#999;

}

.product-info button{

    width:100%;

    background:#222;

    color:white;

    padding:15px;

    border-radius:8px;

    transition:.3s;

}

.product-info button:hover{

    background:#B78955;

}/* ==========================================
FOUNDER
========================================== */
/* ==========================================
FOUNDER SECTION
========================================== */

.founder{

    width:92%;

    max-width:1200px;

    margin:120px auto;

    padding:100px 70px;

    background:#FCFAF7;

    border-radius:35px;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    position:relative;

}

.founder-box{

    max-width:850px;

    margin:auto;

    text-align:center;

}

.story-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:30px;

    background:#EFE4D7;

    color:#A37B4F;

    letter-spacing:3px;

    font-size:12px;

    font-weight:600;

    margin-bottom:25px;

}

.founder h2{

    font-family:'Cormorant Garamond',serif;

    font-size:64px;

    font-weight:600;

    color:#222;

    margin-bottom:25px;

}

.quote-icon{

    font-family:'Cormorant Garamond',serif;

    font-size:120px;

    color:#C5A27C;

    line-height:1;

    margin-bottom:-20px;

}

.founder-message{

    font-family:'Cormorant Garamond',serif;

    font-size:30px;

    line-height:2;

    color:#5C564F;

    max-width:760px;

    margin:0 auto;

}

.founder-message strong{

    color:#222;

    font-weight:600;

}

.founder-footer{

    margin-top:70px;

}

.founder-signature{

    font-family:'Great Vibes',cursive;

    font-size:62px;

    color:#B78955;

    margin-bottom:15px;

}

.founder-footer h3{

    font-size:26px;

    font-family:'Cormorant Garamond',serif;

    font-weight:600;

    margin-bottom:8px;

    color:#222;

}

.founder-footer span{

    font-size:13px;

    color:#888;

    letter-spacing:3px;

    text-transform:uppercase;

}/* ==========================================
HERO V3
========================================== */

.hero::after{

    content:"";

    width:320px;

    height:320px;

    background:#EFE5D8;

    border-radius:50%;

    position:absolute;

    left:-120px;

    bottom:-120px;

    opacity:.7;

}

.hero-image-card{

    background:white;

    padding:30px;

    border-radius:35px;

    box-shadow:0 30px 70px rgba(0,0,0,.10);

    transform:rotate(-3deg);

    transition:.4s;

}

.hero-image-card:hover{

    transform:rotate(0deg) scale(1.02);

}

.hero-image{

    width:100%;

    border-radius:25px;

}/* ==========================================
PRODUCT CARD V2
========================================== */

.product-card{

    background:#FFFFFF;

    border-radius:28px;

    overflow:hidden;

    transition:.4s ease;

    box-shadow:0 18px 45px rgba(0,0,0,.06);

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.product-card img{

    width:100%;

    height:360px;

    object-fit:cover;

    transition:.4s;

}

.product-card:hover img{

    transform:scale(1.05);

}

.product-info{

    padding:28px;

}

.product-info h3{

    font-family:'Cormorant Garamond',serif;

    font-size:36px;

    margin-bottom:8px;

    color:#222;

}

.product-info span{

    color:#777;

    font-size:14px;

    letter-spacing:1px;

}

.price-row{

    display:flex;

    align-items:center;

    gap:12px;

    margin:22px 0;

}

.price-row h4{

    font-size:30px;

    color:#222;

}

.price-row del{

    color:#A4A4A4;

    font-size:16px;

}

.product-info button{

    width:100%;

    height:52px;

    background:#222;

    color:#fff;

    border:none;

    border-radius:10px;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.product-info button:hover{

    background:#B78955;

}.buy-btn{

display:flex;

justify-content:center;

align-items:center;

width:100%;

height:52px;

background:#222;

color:white;

border-radius:10px;

font-weight:600;

transition:.3s;

}

.buy-btn:hover{

background:#B78955;

}/* ==========================================
WHATSAPP BUTTON
========================================== */

.whatsapp-btn{

position:fixed;

right:30px;

bottom:30px;

width:65px;

height:65px;

border-radius:50%;

background:#25D366;

display:flex;

justify-content:center;

align-items:center;

box-shadow:0 12px 35px rgba(0,0,0,.25);

z-index:99999;

transition:.3s;

}

.whatsapp-btn:hover{

transform:scale(1.12);

}/* ==========================================
TRUST SECTION
========================================== */

.trust{

    width:92%;

    max-width:1400px;

    margin:80px auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.trust-box{

    background:#fff;

    padding:40px;

    border-radius:22px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    transition:.3s;

}

.trust-box:hover{

    transform:translateY(-8px);

}

.trust-box h3{

    font-family:'Cormorant Garamond',serif;

    font-size:42px;

    color:#B78955;

    margin-bottom:10px;

}

.trust-box p{

    color:#666;

    font-size:15px;

}/* ================= PRODUCT BADGES ================= */

.perfume-type{

margin:12px 0 15px;

font-size:15px;

color:#8A6A4A;

font-weight:500;

}

.badge-row{

display:flex;

flex-wrap:wrap;

gap:8px;

margin-bottom:18px;

}

.badge-row span{

background:#F4ECE2;

padding:8px 12px;

border-radius:20px;

font-size:12px;

color:#6C5644;

font-weight:500;

}/* ==========================================
FAQ
========================================== */

.faq{

width:92%;

max-width:1200px;

margin:120px auto;

text-align:center;

}

.faq h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

margin:25px 0 60px;

}

.faq-box{

display:flex;

flex-direction:column;

gap:20px;

}

.faq-item{

background:#fff;

padding:30px;

border-radius:18px;

text-align:left;

box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.faq-item h3{

font-size:22px;

margin-bottom:15px;

font-family:'Cormorant Garamond',serif;

}

.faq-item p{

color:#666;

line-height:1.8;

}/* ==========================================
NEWSLETTER
========================================== */

.newsletter{

    width:92%;

    max-width:1200px;

    margin:120px auto;

}

.newsletter-box{

    background:linear-gradient(135deg,#F4EBDF,#EFE2D2);

    padding:80px 60px;

    border-radius:35px;

    text-align:center;

}

.newsletter h2{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    margin:20px 0;

    color:#222;

}

.newsletter p{

    max-width:650px;

    margin:0 auto 40px;

    color:#666;

    line-height:1.8;

}

.newsletter-form{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

}

.newsletter-form input{

    width:420px;

    height:58px;

    border:none;

    border-radius:10px;

    padding:0 20px;

    font-size:15px;

    outline:none;

}

.newsletter-form button{

    height:58px;

    padding:0 35px;

    background:#222;

    color:white;

    border:none;

    border-radius:10px;

    cursor:pointer;

    transition:.3s;

}

.newsletter-form button:hover{

    background:#B78955;

}/* ==========================================
INSTAGRAM FOLLOW CARD
========================================== */

.instagram-follow{

    width:92%;

    max-width:1200px;

    margin:120px auto;

}

.instagram-card{

    background:linear-gradient(135deg,#F7F2EB,#EFE4D7);

    border-radius:35px;

    padding:90px 60px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.instagram-card h2{

    font-family:'Cormorant Garamond',serif;

    font-size:60px;

    color:#222;

    margin:20px 0;

}

.instagram-card p{

    max-width:650px;

    margin:0 auto 40px;

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.instagram-btn{

    display:inline-block;

    background:#222;

    color:#fff;

    padding:18px 40px;

    border-radius:10px;

    font-weight:600;

    transition:.3s;

}

.instagram-btn:hover{

    background:#B78955;

    transform:translateY(-3px);

}/* ==========================================
PREMIUM FOOTER
========================================== */

.footer{

    background:#1E1E1E;

    color:#fff;

    margin-top:120px;

}

.footer-container{

    width:92%;

    max-width:1400px;

    margin:auto;

    padding:80px 0;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:60px;

}

.footer-brand h2{

    font-family:'Cormorant Garamond',serif;

    font-size:48px;

    margin-bottom:18px;

}

.footer-brand p{

    color:#C8C8C8;

    line-height:1.8;

    margin-bottom:30px;

}

.footer-contact-info p{

    color:#B8B8B8;

    margin-bottom:12px;

}

.footer-links,
.footer-social{

    display:flex;

    flex-direction:column;

}

.footer-links h3,
.footer-social h3{

    margin-bottom:20px;

    font-size:22px;

}

.footer-links a,
.footer-social a{

    color:#D8D8D8;

    margin-bottom:14px;

    transition:.3s;

}

.footer-links a:hover,
.footer-social a:hover{

    color:#C89B67;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:25px;

    text-align:center;

    color:#999;

    font-size:14px;

}/* ==========================================
ABOUT PAGE
========================================== */

.about-hero{

    width:92%;

    max-width:1100px;

    margin:100px auto;

    text-align:center;

}

.about-hero h1{

    font-family:'Cormorant Garamond',serif;

    font-size:72px;

    margin:20px 0;

}

.about-hero p{

    max-width:750px;

    margin:auto;

    color:#666;

    line-height:1.9;

    font-size:18px;

}

.about-story{

    width:92%;

    max-width:900px;

    margin:100px auto;

    text-align:center;

}

.about-story h2{

    font-family:'Cormorant Garamond',serif;

    font-size:54px;

    margin:20px 0 30px;

}

.about-story p{

    line-height:2;

    color:#666;

    margin-bottom:20px;

}

.brand-values{

    width:92%;

    max-width:1300px;

    margin:100px auto;

    text-align:center;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:50px;

}

.value-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.value-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:32px;

    margin-bottom:15px;

}

.value-card p{

    color:#666;

    line-height:1.8;

}

.about-founder{

    width:92%;

    max-width:900px;

    margin:120px auto;

    text-align:center;

}

.about-cta{

    width:92%;

    max-width:1000px;

    margin:120px auto;

    text-align:center;

    background:#F4EBDF;

    padding:80px;

    border-radius:30px;

}

.about-cta h2{

    font-family:'Cormorant Garamond',serif;

    font-size:54px;

    margin-bottom:20px;

}

.about-cta p{

    color:#666;

    margin-bottom:35px;

}/* ==========================================
CONTACT PAGE
========================================== */

.contact-hero{

    width:92%;
    max-width:1000px;
    margin:100px auto;
    text-align:center;

}

.contact-hero h1{

    font-family:'Cormorant Garamond',serif;
    font-size:70px;
    margin:20px 0;

}

.contact-hero p{

    color:#666;
    line-height:1.8;
    max-width:650px;
    margin:auto;

}

.contact-grid{

    width:92%;
    max-width:1200px;
    margin:80px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}

.contact-card{

    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.contact-card h3{

    margin-bottom:15px;

}

.contact-card p{

    margin-bottom:25px;
    color:#666;

}

.contact-form-section{

    width:92%;
    max-width:800px;
    margin:100px auto;
    text-align:center;

}

.contact-form{

    display:flex;
    flex-direction:column;
    gap:20px;
    margin-top:40px;

}

.contact-form input,
.contact-form textarea{

    padding:18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    font-family:'Poppins',sans-serif;

}

.contact-help{

    width:92%;
    max-width:900px;
    margin:100px auto;
    text-align:center;
    background:#F4EBDF;
    padding:70px;
    border-radius:30px;

}

.contact-help h2{

    font-family:'Cormorant Garamond',serif;
    font-size:50px;
    margin-bottom:20px;

}

.contact-help p{

    color:#666;
    margin-bottom:30px;

}/* ==========================================
CONTACT PAGE V2
========================================== */

.contact-hero{
    width:92%;
    max-width:1000px;
    margin:80px auto;
    text-align:center;
}

.contact-hero h1{
    font-size:64px;
    font-family:'Cormorant Garamond',serif;
    margin:20px 0;
}

.contact-hero p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.contact-wrapper{
    width:92%;
    max-width:1200px;
    margin:80px auto;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.info-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.info-box h3{
    margin-bottom:15px;
}

.info-box p{
    color:#666;
    margin-bottom:20px;
}

.info-box a{
    display:inline-block;
    background:#222;
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.contact-form-box h2{
    font-size:42px;
    margin-bottom:30px;
    font-family:'Cormorant Garamond',serif;
}

#contact-form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

#contact-form input,
#contact-form textarea{
    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    font-family:'Poppins',sans-serif;
}

#contact-form textarea{
    resize:vertical;
}

#contact-form button{
    background:#222;
    color:#fff;
    border:none;
    padding:16px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    transition:.3s;
}

#contact-form button:hover{
    background:#b88b5a;
}

#status{
    margin-top:20px;
    font-weight:600;
    text-align:center;
}

@media(max-width:768px){

.contact-wrapper{
    grid-template-columns:1fr;
}

.contact-hero h1{
    font-size:46px;
}

.contact-form-box{
    padding:25px;
}

}