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

body{
font-family:'Poppins',sans-serif;
background:#faf7f2;
color:#2e2a26;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header{
position:absolute;
width:100%;
padding:30px 0;
z-index:100;
}

.header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-family:'Cormorant Garamond',serif;
font-size:2rem;
font-weight:700;
color:white;
}

nav ul{
display:flex;
gap:30px;
list-style:none;
}

nav a{
text-decoration:none;
color:white;
font-weight:500;
}

.hero{
height:100vh;
background:url('../images/hero.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
}

.hero-content{
max-width:650px;
margin-left:10%;
color:white;
}

.hero h1{
    font-size:6rem;
    font-family:'Cormorant Garamond',serif;
    font-weight:600;
    line-height:1;
    margin-bottom:20px;
}

.hero p{
font-size:1.2rem;
margin-bottom:30px;
}

.btn{
    background:#c8a27f;
    color:white;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;

    transition:.3s;
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.featured{
padding:100px 0;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.card img{
width:100%;
height:300px;
object-fit:cover;
}

.card h3{
padding:20px;
}

.about-preview{
padding:100px 0;
background:#efe6dc;
}

footer{

    background:linear-gradient(
        135deg,
        #2e241f,
        #1f1713
    );

    color:white;

    padding:80px 0 40px;
}

.footer-grid{

    display:grid;

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

    gap:60px;
    width:90%;
    max-width:1200px;
    margin:auto;
}

.footer-grid h3{

    margin-bottom:20px;

    color:white;

    font-size:1.1rem;
}

.footer-grid a{

    display:block;

    color:rgba(255,255,255,.75);

    text-decoration:none;

    margin-bottom:12px;

    transition:.3s;
}

.footer-grid a:hover{

    color:#c8a27f;

    transform:translateX(5px);
}

.footer-description{

    color:rgba(255,255,255,.75);

    line-height:1.8;
}

.copyright{

    margin-top:50px;

    padding-top:25px;

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

    text-align:center;

    color:rgba(255,255,255,.6);
}

.footer-newsletter input{

    width:100%;

    padding:14px;

    border:none;

    border-radius:10px;

    margin-bottom:15px;
}

.footer-newsletter button{

    background:#c8a27f;

    color:white;

    border:none;

    padding:14px 22px;

    border-radius:10px;

    cursor:pointer;
}

.footer-grid input{
width:100%;
padding:12px;
margin-bottom:10px;
}

.footer-grid button{
padding:12px 20px;
background:#b8906f;
border:none;
color:white;
cursor:pointer;
}

.newsletter{

    background:#f8f4ef;

    padding:80px 0;
}

.footer-newsletter{

    max-width:1200px;

    margin:auto;

    background:white;

    padding:40px;

    border-radius:20px;

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

.hero{
    position:relative;
    height:100vh;
    background:url('../images/hero.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:650px;
    margin-left:10%;
    color:white;
}

.subtitle{
    display:block;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-size:0.9rem;
}

.logo{
    display:flex;
    flex-direction:column;
}

.logo-main{
    font-family:'Cormorant Garamond',serif;
    font-size:2.4rem;
    color:white;
    font-weight:600;
}

.logo-sub{
    color:rgba(255,255,255,.8);
    font-size:.75rem;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hero-text{
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    max-width:500px;
    margin-bottom:35px;
    font-style:italic;
}

.card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.card img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:.4s;
}

.card:hover img{
    transform:scale(1.05);
}

.card-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:25px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
    color:white;
}

.card-content h3{
    margin-bottom:5px;
    font-size:1.5rem;
}

.card-content span{
    font-size:.9rem;
    opacity:.9;
}

.about-tiny{

    padding:120px 0;

    background:#f4eee8;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 550px;
    gap:80px;
    align-items:center;
}

.section-tag{
    color:#b8906f;
    letter-spacing:2px;
    font-size:.8rem;
}

.about-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:3.5rem;

    line-height:1.1;

    margin:20px 0 30px;
}

.about-content h2::after{

    content:'';

    display:block;

    width:80px;

    height:3px;

    background:#c8a27f;

    margin-top:20px;
}

.about-content p{

    font-size:1.05rem;

    line-height:1.9;

    color:#5f5a55;

    margin-bottom:20px;
}

.about-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

    transition:.4s ease;
}

.about-image img:hover{

    transform:scale(1.02);
}

.photo-month{
    padding:80px 0;
}

.photo-month-card{
    position:relative;
    height:450px;
    border-radius:25px;
    overflow:hidden;
    background:url('../images/photo-month.jpg') center center;
    background-size:cover;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.photo-month-overlay{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;

    padding:50px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.25),
        transparent
    );

    color:white;

}

.photo-label{
    font-size:.85rem;
    letter-spacing:3px;
    margin-bottom:10px;
    opacity:.9;
}

.photo-month-overlay h2{
    font-family:'Cormorant Garamond',serif;
    font-size:4rem;
    color:white;
    margin-bottom:10px;
}

.photo-month-overlay p{
    color:white;
    margin-bottom:25px;
}

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    transition:all .3s ease;
}

.header.scrolled{
    background:rgba(250,247,242,.97);
    backdrop-filter:blur(10px);
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.header.scrolled .logo-main{
    color:#2e2a26;
}

.header.scrolled .logo-sub{
    color:#6e6259;
}

.header.scrolled nav a{
    color:#2e2a26;
}
.cookie-banner{

    position:fixed;

    left:50%;
    bottom:30px;

    transform:translateX(-50%);

    width:90%;
    max-width:700px;

    background:white;

    border-radius:20px;

    padding:25px;

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

    z-index:99999;
}

.cookie-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:25px;
}

.cookie-text p{
    margin-top:10px;
    line-height:1.6;
}

.cookie-buttons{

    display:flex;
    gap:15px;
}

.cookie-btn{

    border:none;

    padding:12px 24px;

    border-radius:50px;

    cursor:pointer;
}

.accept{

    background:#c8a27f;
    color:white;
}

.decline{

    background:#efefef;
}

#cookie-backdrop{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.25);

    backdrop-filter:blur(4px);

    z-index:99998;
}

#cookie-backdrop.hidden{
    display:none;
}

.latest-stories{
    padding:100px 0;
}

.stories-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:40px;
}

.story-card{
    background:white;
    border-radius:20px;
    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.story-card:hover{
    transform:translateY(-5px);
}

.story-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.story-content{
    padding:25px;
}

.story-content h3{
    margin-bottom:10px;
}

.latest-stories{
    padding:100px 0;
}

.latest-stories h2{
    font-family:'Cormorant Garamond',serif;
    font-size:3rem;
    margin-top:10px;
    margin-bottom:40px;
}

.stories-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.story-card{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s ease;
}

.story-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.story-card img{

    width:100%;

    height:260px;

    object-fit:cover;
}

.story-content{

    padding:25px;
}

.story-content h3{

    margin-bottom:10px;

    font-size:1.3rem;
}

.story-content p{

    line-height:1.7;

    color:#666;
}

@media(max-width:900px){

    .stories-grid{
        grid-template-columns:1fr;
    }

}

.instagram-feed{

    padding:120px 0;

    background:white;
}

.instagram-feed h2{

    font-family:'Cormorant Garamond',serif;

    font-size:3rem;

    margin-top:10px;

    margin-bottom:40px;
}

.instagram-grid{

    display:grid;

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

    gap:20px;
}

.instagram-grid img{

    width:100%;

    height:180px;

    aspect-ratio:1/1;

    object-fit:cover;

    border-radius:18px;

    transition:.35s ease;

    cursor:pointer;

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

.instagram-grid img:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

@media(max-width:900px){

    .instagram-grid{

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

}

@media(max-width:600px){

    .instagram-grid{

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

}

.user-menu{

    display:flex;

    align-items:center;

    gap:15px;

    margin-left:20px;
}

.user-name{

    color:#c8a27f !important;

    font-weight:700;
}

.profile-card{

    background:white;

    padding:40px;

    border-radius:20px;

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

    max-width:700px;
}

.admin-grid{

    display:grid;

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

    gap:30px;
}

.admin-card{

    background:white;

    padding:40px;

    border-radius:20px;

    text-decoration:none;

    color:#2e2a26;

    font-weight:600;

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

    transition:.3s;
}

.admin-card:hover{

    transform:translateY(-5px);
}

.admin-table{

    width:100%;

    border-collapse:collapse;

    background:white;

    border-radius:20px;

    overflow:hidden;

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

.admin-table th{

    background:#2e241f;

    color:white;

    padding:20px;

    text-align:left;
}

.admin-table td{

    padding:15px;

    border-bottom:1px solid #eee;
}

.admin-table tr:hover{

    background:#faf7f2;
}

.admin-actions a{

    text-decoration:none;

    font-weight:600;

    color:#b8906f;

    transition:.3s;
}

.admin-actions a:hover{

    color:#2e241f;
}

.admin-secondary{

    background:#efefef;
    color:#2e2a26;
}

.admin-link{

    background:#c8a27f;

    color:white !important;

    padding:10px 20px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.admin-link:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.media-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(250px,1fr));

    gap:30px;
}

.media-card{

    background:white;

    padding:20px;

    border-radius:20px;

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

.media-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:15px;

    margin-bottom:15px;
}

.media-card p{

    margin-bottom:15px;

    font-weight:600;
}

.media-card input{

    width:100%;

    padding:10px;

    border:1px solid #ddd;

    border-radius:10px;
}

.delete-btn{

    display:inline-block;

    margin-top:10px;

    color:#b84a4a;

    text-decoration:none;

    font-weight:600;
}

.delete-btn:hover{

    color:#8f2f2f;
}

.gallery-thumb{

    width:80px;

    height:80px;

    object-fit:cover;

    border-radius:12px;

    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.success-message{

    background:#dff5e1;

    color:#2f6b35;

    padding:15px 20px;

    border-radius:12px;

    font-weight:600;

    border:1px solid #b7e2bc;
}

.gallery-images-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(300px,1fr));

    gap:25px;
}

.gallery-image{

    width:100%;

    height:300px;

    object-fit:cover;

    border-radius:20px;

    transition:.3s;
}

.gallery-image:hover{

    transform:scale(1.02);
}

.gallery-image-wrapper{

    position:relative;
}

.delete-photo-btn{

    display:inline-block;

    margin-top:10px;

    color:#c44;

    text-decoration:none;

    font-weight:600;
}

.delete-photo-btn:hover{

    color:#900;
}

.stories-grid .story-card{

    text-decoration:none;

    color:inherit;

    display:block;
}

.blog-content-card{

    background:#fff;

    padding:40px;

    border-radius:25px;

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

    margin-top:30px;

    margin-bottom:30px;

    line-height:1.9;
}

.blog-content-card p{

    margin-bottom:20px;
}

.blog-likes{

    background:#fff;

    padding:25px;

    border-radius:20px;

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

    display:inline-block;
}

.blog-date{

    color:#888;

    margin-bottom:20px;

    font-size:.95rem;
}

.blog-comments{

    background:#fff;

    padding:30px;

    border-radius:25px;

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

    margin-top:30px;
}

.comment-card{

    background:#f8f8f8;

    padding:20px;

    border-radius:15px;
}

.lb-close {

    opacity: 1 !important;

    display: block !important;

    color:#8b6b4d;

}

.image-likes{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:95px;

    margin-top:15px;

    font-size:1rem;

}

.image-likes a{

    display:inline-block;

    margin-left:25px;

    color:#8b6b4d;

    text-decoration:none;

    font-weight:600;

}

.image-likes a:hover{

    color:#d4ae84;

}

.delete-link{

    color:#b66a6a;

}

.register-page{

    padding:150px 0;

    display:flex;

    justify-content:center;

}

.register-card{

    width:100%;

    max-width:600px;

    background:#fff;

    padding:50px;

    border-radius:20px;

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

}

.register-card h1{

    text-align:center;

    margin-bottom:30px;

}

.register-card input{

    width:100%;

    padding:15px 20px;

    border:1px solid #ddd;

    border-radius:12px;

    font-size:16px;

    box-sizing:border-box;

}

.password-wrapper{

    position:relative;

}

.toggle-password{

    position:absolute;

    right:15px;

    top:50%;

    transform:translateY(-50%);

    cursor:pointer;

}

.login-page{

    padding:150px 0;

    display:flex;

    justify-content:center;

}

.login-card{

    width:100%;

    max-width:600px;

    background:#fff;

    padding:50px;

    border-radius:20px;

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

}

.login-card h1{

    text-align:center;

    margin-bottom:30px;

}

.login-card label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#6b5b4f;

}

.login-card input{

    width:100%;

    padding:15px;

    border:1px solid #ddd;

    border-radius:12px;

    box-sizing:border-box;

}
.login-card .btn{

    width:100%;

    text-align:center;

}

.contact-page{

    padding:150px 0;

}

.contact-card{

    background:#fff;

    border-radius:20px;

    padding:50px;

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

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

}

.contact-info h1{

    margin-bottom:20px;

}

.contact-details{

    margin-top:30px;

}

.contact-details p{

    margin-bottom:15px;

}

.contact-form label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

}

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

    width:100%;

    padding:15px;

    border:1px solid #ddd;

    border-radius:12px;

    box-sizing:border-box;

}

.contact-form textarea{

    resize:vertical;

}

.contact-form .btn{

    width:100%;

}

@media(max-width:900px){

    .contact-card{

        grid-template-columns:1fr;

    }

}

.legal-content{

```
max-width:900px;

margin:0 auto;

background:#fff;

padding:50px;

border-radius:20px;

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

}

.legal-content h1{

```
margin-bottom:10px;
```

}

.legal-updated{

```
color:#777;

margin-bottom:40px;
```

}

.legal-content h2{

```
margin-top:40px;

margin-bottom:15px;

color:#6b5b4f;
```

}

.legal-content p{

```
line-height:1.8;

margin-bottom:15px;
```

}

.legal-content ul{

```
margin-left:25px;

margin-bottom:20px;
```

}

.legal-content li{

```
margin-bottom:8px;
```

}
